/* Keep teacher/library invitations prominent on the home and book pages. */
.home-parent-pathway .resource-doors{grid-template-columns:1fr;margin-top:26px}
.home-parent-pathway .resource-door>p:not(.eyebrow){max-width:62ch}
.home-parent-pathway{margin-bottom:0}
.educator-pathway{background:var(--ink,#11294b);color:#fff;border-radius:24px;padding:clamp(26px,4vw,54px);margin-block:36px 64px}
.educator-pathway .eyebrow{color:var(--yellow,#ffdc45);margin-bottom:16px}
.educator-pathway h2{font-size:clamp(2.1rem,4vw,3.5rem);max-width:22ch;margin-bottom:22px}
.educator-pathway-intro>p:last-child{font-size:1.125rem;max-width:68ch}
.educator-pathway-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;margin-top:36px}
.educator-pathway-options article{border-top:1px solid #8393aa;padding-top:22px;display:flex;flex-direction:column;align-items:flex-start;min-width:0}
.educator-pathway-options h3{font-size:1.65rem;line-height:1.2;margin-bottom:15px}
.educator-pathway-options p{font-size:1rem;margin-bottom:20px}
.educator-pathway-options a{font-size:1rem;font-weight:700;text-underline-offset:4px;margin-top:auto;color:#ffe573}
.educator-pathway-close{margin-top:35px;padding-top:28px;border-top:1px solid #8393aa;display:flex;align-items:center;gap:26px}
.educator-pathway-close .button{background:var(--yellow,#ffdc45);color:var(--ink,#11294b);flex-shrink:0;white-space:normal;text-align:center}
.educator-pathway-close p{font-size:.9375rem;max-width:43ch;margin:0}
.educator-pathway a:focus-visible{outline:3px solid #ffe573;outline-offset:5px}
@media(max-width:860px){.educator-pathway-options{grid-template-columns:1fr}.educator-pathway-close{align-items:flex-start;flex-direction:column}.educator-pathway{margin-block:28px 48px}.educator-pathway-options article{max-width:62ch}}
