/* Bounded gutters keep the usable content width stable on wide monitors. */
main .wrap,footer .wrap{width:100%;max-width:1680px;padding-left:clamp(20px,4vw,64px);padding-right:clamp(20px,4vw,64px);margin-left:auto;margin-right:auto}
.society-homepage .introduction-layout{grid-template-columns:minmax(0,.9fr) minmax(0,1.45fr);gap:clamp(32px,4vw,64px);align-items:start}
.society-homepage .introduction-heading{grid-column:auto;grid-row:auto;min-width:0}
.society-homepage .introduction-heading .eyebrow{margin-bottom:22px}
.society-homepage .society-introduction blockquote{grid-column:auto;grid-row:auto;margin:0;padding:24px 0 0;font-size:clamp(24px,1.65vw,30px);line-height:1.55}
.society-homepage .society-introduction-copy{grid-column:auto;grid-row:auto;max-width:none;padding-left:clamp(24px,3vw,48px)}
.society-homepage .society-introduction-copy p{font-size:clamp(16px,1vw,18px);line-height:1.85;max-width:78ch}
.society-homepage .society-introduction-copy h3{font-size:clamp(23px,1.5vw,28px);line-height:1.4}
.society-homepage .formal-grid{grid-template-columns:minmax(0,1.65fr) minmax(340px,1fr)}
.society-homepage .carousel-viewport{height:clamp(350px,27vw,510px);min-height:0;flex:auto}
.society-homepage .news-window{height:0;min-height:240px;flex:1}
.society-homepage .news-list h3{font-size:clamp(18px,1.2vw,21px)}
.society-homepage .news-list p{font-size:15px}.society-homepage .news-list time{font-size:13px}
.society-homepage .home-pathways span{font-size:11px}.society-homepage .home-pathways strong{font-size:18px}
.society-homepage .formal-resources h2{font-size:32px}.society-homepage .formal-resources .grid>a{font-size:17px}
/* The full site footer is visible without animation or JavaScript. */
footer{display:block;background:#142d44;color:#e1e8ed;padding:48px 0 0}
footer .footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:36px}
footer .footer-brand{display:inline-block;font-size:32px;font-weight:700;letter-spacing:.04em;color:#fff}
footer .footer-grid p{font-size:14px;line-height:1.75;color:#c3d0da;margin-top:12px}
footer .footer-grid strong{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.1em;margin-bottom:18px;color:#fff}
footer .footer-grid>div>a:not(.footer-brand){display:block;font-size:14px;margin:12px 0;color:#c3d0da;line-height:1.6}
footer .footer-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px 24px;border-top:1px solid #ffffff26;margin-top:35px;padding-top:22px;padding-bottom:24px;font-size:12px;line-height:1.7;color:#c3d0da}
footer .footer-bottom a{color:#e1e8ed}footer a:focus-visible{outline:3px solid #b79862;outline-offset:4px}
@media(min-width:1680px){.society-homepage .formal-hero{padding:42px 0}.society-homepage .society-introduction{padding:60px 0}.legacy-content p{font-size:17px}.page-hero h1{font-size:50px}}
@media(max-width:1050px){.society-homepage .formal-grid{grid-template-columns:minmax(0,1.35fr) minmax(290px,1fr)}footer .footer-grid{grid-template-columns:1fr 1fr;gap:28px}}
@media(max-width:800px){.society-homepage .formal-grid,.society-homepage .introduction-layout{grid-template-columns:minmax(0,1fr)}.society-homepage .society-introduction-copy{border:0;padding:0}.society-homepage .carousel-viewport{height:clamp(235px,55vw,420px)}.society-homepage .news-window{height:290px;min-height:0;flex:auto}.society-homepage .home-pathways strong{font-size:15px}.society-homepage .home-pathways span{font-size:9px}.society-homepage .formal-resources h2{font-size:27px}.society-homepage .society-introduction blockquote{font-size:24px}}
@media(max-width:480px){footer .footer-grid{grid-template-columns:1fr;gap:28px}footer .footer-bottom{flex-direction:column}.society-homepage .home-pathways strong{font-size:14px}}
/* Resource links should never depend on a scroll animation to be readable. */
.society-homepage .formal-resources .reveal{opacity:1!important;transform:none!important}

/* A slow, readable highlight for the news heading. */
.news-header h2{display:flex;align-items:center;flex-wrap:wrap;gap:10px}
.news-new-label{display:inline-block;background:#f4ce83;color:#142d44;border:1px solid #f8dfae;border-radius:4px;padding:4px 7px;font:700 10px/1.2 Arial,sans-serif;letter-spacing:.08em;animation:news-new-pulse 2.8s ease-in-out infinite}
@keyframes news-new-pulse{0%,100%{opacity:1}50%{opacity:.55}}
.news-panel:is(:hover,:focus-within) .news-new-label,.news-panel.is-paused .news-new-label{animation-play-state:paused}
@media(prefers-reduced-motion:reduce){.news-new-label{animation:none}}
