/* Authoritative typography and accessibility refinements shared by every page. */
:root {
  --type-title:clamp(2.5rem,1.65rem + 3.3vw,4.5rem);
  --type-section:clamp(1.875rem,1.4rem + 1.6vw,2.75rem);
  --type-subheading:clamp(1.375rem,1.15rem + .75vw,1.875rem);
  --type-deck:clamp(1.25rem,1.1rem + .6vw,1.5rem);
  --type-card:1.25rem;
  --type-name:1rem;
  --type-label:.75rem;
  --coral-action:#d62936;
  --coral-text:#c82030;
}
main h1 { font-size:var(--type-title); font-weight:800; line-height:1.08; letter-spacing:-.05em; }
main h2 { font-size:var(--type-section); font-weight:700; line-height:1.15; letter-spacing:-.04em; }
main h3 { font-size:var(--type-subheading); font-weight:600; line-height:1.25; letter-spacing:-.025em; }
main .person h3 { font-size:var(--type-name); font-weight:700; line-height:1.4; letter-spacing:-.015em; }
main .post-body h3, main .news-stat-card h3 { font-size:var(--type-card); line-height:1.3; }
main .film-dialog h2, main .video-dialog-bar h2 { font-size:var(--type-card); letter-spacing:0; }
main .eyebrow { font-size:var(--type-label); line-height:1.6; }
.coalition-page-intro .coalition-subhead, .study-page .study-deck { font-size:var(--type-deck); font-weight:500; line-height:1.4!important; letter-spacing:-.02em; }
/* White labels retain the requested red treatment with sufficient contrast. */
.button-coral { background:var(--coral-action); }
.button-coral:hover { background:var(--ink); }
.button { max-width:100%; min-width:0; white-space:normal; overflow-wrap:anywhere; }
.text-link:hover, .post-link:hover, .study-back:hover, .social-download:hover,
.topic-members .text-link:hover, .study-page .text-link:hover { color:var(--coral-text); }
/* Double ring stays visible on both light and dark surfaces. */
:is(a,button,summary,input,select,textarea,[tabindex]):focus-visible {
  outline:3px solid var(--ink); outline-offset:3px; box-shadow:0 0 0 3px white;
}
/* Let text resizing reflow the layout rather than widen the document. */
main :is(h1,h2,h3,h4,p,dd,dt,a,button,summary) { overflow-wrap:anywhere; }
.introduction > *, .coalition-intro > *, .role-grid > *, .topic-stat,
.study-feature > *, .study-facts > *, .study-intro > *, .highlights-grid > *,
.study-anthem > *, .finding > *, .study-methodology > *, .study-forward > *,
.news-card-grid > *, .industry-section > .container > * { min-width:0; }
.hero h1 .keep-together { white-space:normal; }
.coalition-name { white-space:normal; }
.topic-data-heading .topic-eyebrow { white-space:normal; }
.study-facts { grid-template-columns:repeat(3,minmax(0,1fr)); }
.study-facts--index { grid-template-columns:repeat(5,minmax(0,1fr)); }
.topic-stat { container-type:inline-size; }
.topic-stat-number { font-size:clamp(3rem,43cqi,9rem); }
.topic-stat-number--split { font-size:clamp(2rem,25cqi,7rem); }
.highlights-grid { grid-template-columns:minmax(0,1.3fr) minmax(0,1fr); }
.highlight-primary { min-width:0; container-type:inline-size; }
.highlight-number { font-size:clamp(4rem,53cqi,13.5rem); }
.study-hero-art, .study-art { min-width:0; }
.cover-masthead > *, .cover-footer > * { min-width:0; overflow-wrap:anywhere; }
.cover-masthead, .cover-footer { gap:.6rem; }
.study-cover { min-width:0; }
.study-facts dt { overflow-wrap:anywhere; }
@media(min-width:801px) {
  .site-header nav { min-width:0; flex-wrap:wrap; justify-content:flex-end; }
  .nav-list { min-width:0; flex-wrap:wrap; }
}
@media(max-width:800px) {
  .coalition-intro { grid-template-columns:1fr; }
  .study-facts--index { grid-template-columns:repeat(3,minmax(0,1fr)); }
}
@media(max-width:560px) {
  .highlights-grid { grid-template-columns:minmax(0,1fr); }
  .study-facts { grid-template-columns:minmax(0,1fr); gap:1rem; }
  .study-facts > div { gap:.2rem; }
  .study-facts--index { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .study-facts--index > div:last-child { grid-column:1 / -1; }
  .button, .coalition-page .button, .study-page .study-forward .button { padding-inline:2rem; }
  .button .right-arrow { right:.7rem; }
  .research-controls-actions { flex-wrap:wrap; justify-content:center; }
}
.study-hero-art { padding:clamp(12px,2vw,24px); }
.study-hero-art .study-cover { padding:clamp(12px,2vw,28px); }
.study-hero-art .cover-title { overflow-wrap:anywhere; }
.news-stat-top { flex-wrap:wrap; }
.chart-filter { min-width:0; flex-wrap:wrap; }
.chart-filter select { min-width:0; }
.rank-list li { flex-wrap:wrap; }
.rank-change { white-space:normal; }
@media(max-width:800px) {
  .study-hero-art .cover-title { font-size:clamp(1rem,13cqi,2rem); }
}
@media(max-width:560px) {
  .study-hero-art { width:100%; }
  .study-page .chart-filter { display:block; }
  .chart-filter label { display:block; margin-bottom:.4rem; }
  .chart-filter select { width:100%; max-width:100%; }
  .highlights-side { grid-template-columns:minmax(0,1fr); }
}
.topic-hero h1, .study-hero h1 { max-width:none; }
.study-page .study-hero-art .study-cover { padding:clamp(12px,2vw,28px); }
.study-page .study-hero-art .cover-title { font-size:clamp(1rem,13cqi,3rem); overflow-wrap:anywhere; }
@media(max-width:560px) {
  .study-hero-art, .study-hero-art .study-cover { transform:none; }
  .study-page .study-hero-art .study-cover { aspect-ratio:auto; min-height:290px; }
}
main blockquote, main figcaption { overflow-wrap:anywhere; }
/* Preserve the red hover cue on pale backgrounds with readable contrast. */
.latest-heading .text-link:hover { color:var(--coral-text); }
/* Keep a bright coral hover on the black research band. */
.research-heading .text-link:hover { color:var(--coral); }

.study-page .industry-section .text-link:hover { color:white; text-decoration:underline; }
@media(forced-colors:active) {
  .highlight-number, .highlight-number > span, .stat-number > span:first-child {
    color:CanvasText; -webkit-text-fill-color:CanvasText; background:none;
  }
  .button { background:ButtonFace; color:ButtonText; border:1px solid ButtonText; }
}

/* A persistent invitation after the first viewport, shared across pages. */
body.has-sticky-involvement { padding-bottom:var(--involvement-space,110px); }
html:has(.sticky-involvement) { scroll-padding-bottom:var(--involvement-space,110px); }
.sticky-involvement {
  position:fixed; z-index:9; inset-inline:0;
  bottom:0;
  display:flex; justify-content:center; align-items:center; gap:2rem;
  padding:16px var(--gutter) calc(16px + env(safe-area-inset-bottom,0px));
  background:white; box-shadow:0 -2px 16px #0000000d;
  color:var(--ink);
  pointer-events:auto;
}
.sticky-involvement[hidden] { display:none; }
.sticky-involvement .button {
  pointer-events:auto; width:min(100%,320px); min-height:52px;
  box-shadow:0 4px 20px #0003; border:1px solid #ffffff80;
}
/* Preserve the desktop composition while making the mobile image a square. */
.hero-media { position:absolute; inset:0; isolation:isolate; z-index:-1; }
.hero-media .hero-bottom { position:absolute; bottom:0; right:0; margin:0; }
@media(max-width:800px) {
  .topic-hero-photo img, .coalition-hero-video { width:100%; height:auto; aspect-ratio:1; object-fit:cover; }
  .hero {
    margin-inline:var(--gutter); min-height:0; aspect-ratio:1;
    background:#141616; color:white; overflow:hidden; display:grid;
  }
  .hero-media {
    position:absolute; inset:0; z-index:-1; width:100%; height:100%;
    overflow:hidden; border-radius:var(--radius-surface); background:#141616;
  }
  .hero-media .hero-shade { background:linear-gradient(90deg,#000c,#0008 75%,#0006); }
  .hero-media .hero-bottom { padding:1rem; color:white; }
  .hero-content { padding:1rem 1rem 5rem; }
  .hero-content .eyebrow { margin-bottom:.5rem; }
  .hero h1 { max-width:none; }
  .hero .hero-image { object-position:65% center; }
  .sticky-involvement .button { width:min(100%,380px); }
}
@media print {
  .sticky-involvement { display:none; }
  body.has-sticky-involvement { padding-bottom:0; }
}

/* A slim, independent indicator avoids rounded border corners in drawers. */
@media(max-width:800px) {
  .nav-submenu, .nav-item:nth-last-child(-n+2) .nav-submenu { position:relative; border:0; }
  .nav-submenu::before { content:""; position:absolute; left:0; top:.3rem; bottom:.3rem; width:3px; border-radius:999px; background:var(--coral); }
  :root { --mobile-cta-width:min(320px,calc(100vw - var(--gutter)*2 - 3rem)); }
  body .button.button { width:var(--mobile-cta-width); max-width:none; min-width:0; min-height:52px; flex-shrink:0; white-space:normal; }
  .study-bottom { flex-direction:column; align-items:center; }
  .hero-actions, .topic-hero-copy, .topic-connect-copy, .study-copy, .feature-copy,
  .coalition-join-copy, .study-forward > div { min-width:0; }
  .study-hero { display:flex; flex-direction:column-reverse; align-items:stretch; }
  .study-hero-art { max-width:320px; align-self:center; }
}
@keyframes headline-unfold {
  0% { clip-path:inset(100% -5% 0); transform:translate3d(-.08em,.65em,0) rotate(3deg); opacity:0; }
  100% { clip-path:inset(-10% -5% -10%); transform:none; opacity:1; }
}
@keyframes home-develop { from { transform:scale(1.34) translateX(-2%); } to { transform:scale(1.02) translateX(-.3%); } }
@media(prefers-reduced-motion:no-preference) {
  .hero h1 > span { transform-origin:left bottom; animation:headline-unfold 1.35s cubic-bezier(.16,1,.3,1) both; }
  .hero h1 > span:nth-child(1) { animation-delay:.15s; }
  .hero h1 > span:nth-child(2) { animation-delay:.35s; }
  .hero h1 > span:nth-child(3) { animation-delay:.55s; }
  .hero.has-motion .hero-image { animation:home-develop 2.5s cubic-bezier(.2,.7,.3,1) both,hero-drift 10s 2.5s ease-in-out infinite alternate; }
}


/* Chart growth keeps the final layout stable as values count up. */
.research-section .chart-bar { transform-origin:center bottom; }
.research-section .fact-meter > span { transform-origin:left center; }
.research-section :is(.chart-value,.gradient-number,.stat-number > span:first-child) { font-variant-numeric:tabular-nums; }

.involvement-message { margin:0; max-width:32ch; font-size:1rem; line-height:1.45; }
.percentage-count { font:inherit; letter-spacing:inherit; font-variant-numeric:tabular-nums; }
/* Shared progress drives numbers and their associated data marks together. */
.chart-rows.is-revealing .bar-track, .news-stat-card.is-revealed .ring-fill { animation:none; }
.news-response-panel .bar-segment { transition:none; }
@media(max-width:800px) {
  .sticky-involvement { flex-direction:column; gap:.6rem; padding-top:12px; }
  .involvement-message { max-width:40ch; text-align:center; font-size:.875rem; }
}
/* Mobile heroes fill the viewport with a consistent widescreen frame. */
@media(max-width:800px) {
  .topic-hero-photo, .coalition-hero-photo {
    width:100vw; max-width:none; margin-inline:calc(-1 * var(--gutter)); border-radius:0;
  }
  .topic-hero-photo img, .coalition-hero-video { width:100%; height:auto; aspect-ratio:16 / 9; object-fit:cover; border-radius:0; }
  .hero { margin-inline:0; width:100%; max-width:none; aspect-ratio:16 / 9; border-radius:0; }
  .hero-media { border-radius:0; }
  .hero-content { padding:12px 20px 60px; }
  main .hero h1 { font-size:clamp(1.5rem,5.9vw,3rem); }
  .hero-content .eyebrow { margin-bottom:.4rem; }
  .hero-media .hero-bottom { padding:.5rem 20px; }
}
.percentage-final { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip-path:inset(50%); white-space:nowrap; border:0; }
/* Current shared treatments: white hero figures and a compact single-line invitation. */
.stat-number > span:first-child, .highlight-number { color:white; background:none; -webkit-text-fill-color:white; }
.stat-number .percent, .highlight-number > span { color:white; -webkit-text-fill-color:white; }
.involvement-message { font-weight:700; white-space:nowrap; max-width:none; }

.partner-visit { margin-top:.75rem; }
.coalition-film-wrap { min-width:0; }
.coalition-film { width:100%; aspect-ratio:16 / 9; position:relative; background:var(--ink); }
.coalition-film { height:clamp(400px,39vw,570px); aspect-ratio:auto; display:grid; place-items:center; }
.coalition-film video { display:block; width:100%; height:auto; max-height:100%; aspect-ratio:16 / 9; object-fit:contain; background:var(--ink); border:0; border-radius:0; }
.coalition-intro { display:block; }
.coalition-intro p { max-width:78ch; margin-top:1rem; font-size:1rem; }
.footer-main { grid-template-columns:160px minmax(0,1fr); }
.footer-bottom { justify-content:flex-end; }
@media(max-width:800px) {
  .nav-link, .nav-trigger, .nav-submenu, .nav-submenu a, .nav-submenu::before { border-radius:0; }
  .involvement-message { font-size:clamp(11px,3.6vw,14px); }
  .home-hero-video { width:100%; height:auto; aspect-ratio:16 / 9; border-radius:0; }
  .coalition-film-wrap { grid-row:1; }
  .coalition-film { width:100vw; height:auto; aspect-ratio:16 / 9; margin-inline:calc(-1 * var(--gutter)); border-radius:0; }
  .coalition-film video { height:auto; aspect-ratio:16 / 9; border-radius:0; }
  .footer-main { grid-template-columns:1fr; }
  .footer-bottom { justify-content:flex-start; }
}



/* The homepage opens with a wide film, distinct from the section-page split heroes. */
.home-hero { display:grid; grid-template-columns:minmax(0,1fr); padding-block:2.8rem 4.5rem; }
.home-hero-photo { position:relative; min-width:0; grid-area:1 / 1; overflow:hidden; border-radius:var(--radius-surface); background:var(--ink); }
.home-hero-video { display:block; width:100%; height:100%; aspect-ratio:16 / 9; object-fit:cover; border-radius:var(--radius-surface); }
.home-hero-photo::after { content:""; position:absolute; inset:0; pointer-events:none; background:rgba(0,0,0,.55); }
.home-hero-heading { grid-area:1 / 1; align-self:end; z-index:1; pointer-events:none; color:white; padding:clamp(2rem,4.5vw,4rem); padding-bottom:clamp(5rem,7vw,6rem); }
.home-hero-heading .eyebrow { margin-bottom:1.3rem; }
main .home-hero-heading h1 { max-width:14ch; font-size:clamp(3rem,5.8vw,5.25rem); line-height:1.06; text-wrap:balance; }
.home-hero-overview { padding-top:2.8rem; }
.home-hero-overview > p:not(.eyebrow) { max-width:100ch; font-size:clamp(1rem,1.3vw,1.125rem); line-height:1.75; }
@media(max-width:800px) {
  .home-hero { padding-block:2rem 3rem; }
  .home-hero-photo { grid-area:1 / 1; width:100vw; margin-inline:calc(-1 * var(--gutter)); border-radius:0; }
  .home-hero-video { width:100%; height:auto; aspect-ratio:16 / 9; border-radius:0; }
  .home-hero-photo::after { content:none; }
  .home-hero-heading { grid-area:2 / 1; color:var(--ink); padding:2rem 0 0; }
  .home-hero-heading .eyebrow { margin-bottom:1.5rem; }
  main .home-hero-heading h1 { max-width:none; font-size:var(--type-title); line-height:1.08; text-wrap:initial; }
  .home-hero-overview { padding-top:1.75rem; }
  .home-hero-followup { display:block; margin-top:1.3rem; }
}


/* Navigation invitation is outlined; in-page and pinned actions keep their own styles. */
.site-header .nav-cta, .desktop-navigation-drawer .nav-cta { background:transparent; color:var(--coral-text); border:1px solid var(--coral-action); }
.site-header .nav-cta:hover, .desktop-navigation-drawer .nav-cta:hover { background:var(--coral-action); color:white; }
@media(max-width:800px) {
  .site-header .button.nav-cta { display:flex; margin-inline:auto; }
}
.button-text { background:transparent; color:var(--coral-text); }
.button-text:hover { background:white; color:var(--coral-text); text-decoration:underline; text-underline-offset:.3em; }
.home-hero-action, .coalition-hero-action { margin-top:1.75rem; }

/* One invitation size across page families; mobile keeps its shared full button width. */
:root { --invitation-width:11rem; --invitation-height:3rem; }
.site-header .button.nav-cta { padding:.8rem 2rem; font-size:.75rem; line-height:1.4; }
@media(min-width:801px) {
  .site-header .button.nav-cta, .sticky-involvement .button {
    display:inline-flex; width:var(--invitation-width); min-width:var(--invitation-width);
    min-height:var(--invitation-height); padding:.8rem 2rem;
    font-size:.75rem; line-height:1.4; flex-shrink:0; border-width:1px; border-style:solid;
  }
  .site-header .button.nav-cta .right-arrow, .sticky-involvement .button .right-arrow { right:1rem; }
}

/* Research uses the shared disclosure menu, with room for full study names. */
#submenu-research { width:min(23rem,calc(100vw - 2rem)); }
#submenu-research a { display:block; align-content:center; white-space:normal; line-height:1.45; }
#submenu-research a:hover .nav-study-status, #submenu-research a:focus-visible .nav-study-status { color:#fc3c44; }
#submenu-research a.nav-study-link { display:flex; align-items:center; gap:.65rem; }
.nav-study-status { display:inline-block; flex-shrink:0; white-space:nowrap; font-size:.68rem; font-weight:600; margin:0; color:var(--coral-text); }
@media(max-width:800px) { #submenu-research { width:calc(100% - 1rem); } }

/* Keep select indicators comfortably inside the field on every page. */
select:not([multiple]):not([size]) {
  appearance:none; -webkit-appearance:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='m4 6 4 4 4-4' fill='none' stroke='%230a0a0a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat; background-position:right 1rem center; background-size:16px;
  padding-inline-end:3rem;
}
@media(forced-colors:active) {
  select:not([multiple]):not([size]) { appearance:auto; -webkit-appearance:auto; background-image:none; }
}
@media(min-width:801px) {
  .site-header { width:min(calc(100% - var(--gutter)*2),var(--content)); max-width:none; padding-inline:0; }
  .site-header .brand { margin-inline:0; }
}
@media(max-width:800px) {
  .nav-trigger .nav-chevron { margin-inline-end:1rem; }
}
/* The masthead condenses without moving the document or its original logo. */
.compact-header{position:fixed;inset:0 0 auto;z-index:20;height:76px;background:var(--bone);border-bottom:1px solid var(--line)}
.compact-header[hidden]{display:none}
.compact-header-inner{height:100%;display:flex;align-items:center;justify-content:space-between}
.compact-brand{display:block;width:72px;flex-shrink:0}
.compact-brand img{width:72px;height:auto}
.compact-menu-button,.drawer-close{display:grid;place-items:center;width:48px;height:48px;padding:0;background:transparent;color:var(--ink);border:0;border-radius:var(--radius-control)}
.compact-menu-button:hover,.drawer-close:hover{background:#e5e4df}
.compact-menu-button>span{display:grid;gap:5px}
.compact-menu-button i{display:block;width:23px;height:1.5px;background:currentColor}
html.has-compact-header{scroll-padding-top:92px}
.has-compact-header .study-chapters{top:var(--study-header-height,76px)}
.desktop-navigation-drawer{position:fixed;inset:0 0 0 auto;margin:0;width:min(440px,100vw);max-width:100vw;height:100%;height:100dvh;max-height:100%;padding:1.75rem 2rem 2.5rem;border:0;border-radius:0;background:#fff;color:var(--ink);overflow-y:auto;overscroll-behavior:contain;transform:translateX(100%);transition:transform .24s ease}
.desktop-navigation-drawer.is-visible{transform:translateX(0)}
.desktop-navigation-drawer::backdrop{background:rgba(10,10,10,.45)}
.drawer-top{display:flex;align-items:center;justify-content:flex-end;margin-bottom:1rem}
.drawer-close span{position:relative;width:22px;height:22px}
.drawer-close span::before,.drawer-close span::after{content:"";position:absolute;top:10px;left:0;width:22px;height:1.5px;background:currentColor;transform:rotate(45deg)}
.drawer-close span::after{transform:rotate(-45deg)}
.desktop-navigation-drawer .nav-list{display:block}
.desktop-navigation-drawer .nav-link,.desktop-navigation-drawer .nav-trigger{width:100%;justify-content:space-between;min-height:58px;font-size:1.15rem;border-bottom:1px solid var(--line);white-space:normal}
.desktop-navigation-drawer .nav-link::after,.desktop-navigation-drawer .nav-trigger::after{display:none}
.desktop-navigation-drawer .nav-chevron{margin-inline-end:1rem}
.desktop-navigation-drawer .nav-trigger:hover .nav-chevron{transform:rotate(45deg)}
.desktop-navigation-drawer .nav-trigger[aria-expanded="true"] .nav-chevron{transform:translateY(.25em) rotate(225deg)}
.desktop-navigation-drawer .nav-submenu{position:static;min-width:0;width:calc(100% - 1rem);margin:.5rem 0 1rem 1rem;padding:.3rem 0 .3rem .8rem;border:0;border-left:2px solid var(--coral);border-radius:0;background:transparent;box-shadow:none}
.desktop-navigation-drawer .nav-submenu a{white-space:normal;min-height:44px;font-size:.9rem}
.desktop-navigation-drawer .nav-study-status{font-size:.65rem}
.desktop-navigation-drawer .nav-cta{display:flex;margin:2rem auto 0;width:var(--invitation-width);min-height:48px;font-size:.75rem}
@media(prefers-reduced-motion:reduce){.desktop-navigation-drawer{transition:none}}
@media(max-width:800px){
  .compact-header{height:64px;background:white}
  .compact-brand,.compact-brand img{width:60px}
  html.has-compact-header{scroll-padding-top:80px}
  .has-compact-header .study-chapters{top:var(--study-header-height,64px)}
  /* Keep the logo visible and put the close control in the hamburger's position. */
  .desktop-navigation-drawer{
    top:64px;height:calc(100% - 64px);height:calc(100dvh - 64px);
    width:100%;max-width:100%;padding:0;overflow:visible;
  }
  .desktop-navigation-drawer::backdrop{top:64px}
  .desktop-navigation-drawer .drawer-top{height:0;margin:0}
  .desktop-navigation-drawer .drawer-close{
    position:absolute;top:-56px;right:var(--gutter);background:white;
  }
  .desktop-navigation-drawer #drawer-navigation{
    height:100%;overflow-y:auto;overscroll-behavior:contain;
    padding:1rem var(--gutter) max(1.5rem,env(safe-area-inset-bottom));
  }
  .compact-menu-button[aria-expanded="true"]>span{visibility:hidden}
  .desktop-navigation-drawer .nav-submenu::before{content:none}
}
.desktop-navigation-drawer .nav-link,.desktop-navigation-drawer .nav-trigger{border-radius:0}
.desktop-navigation-drawer .nav-study-link{display:flex;align-items:center;gap:.65rem}

/* Portrait links keep the same crop and zoom, with an equivalent keyboard state. */
a.person-portrait { display:block; }
a.person-portrait:focus-visible { outline:3px solid var(--coral-text,#C82030); outline-offset:4px; }
a.person-portrait:focus-visible .person-photo { transform:scale(1.045); }
@media(prefers-reduced-motion:reduce) { a.person-portrait:focus-visible .person-photo { transform:none; } }

/* White panels distinguish desktop rollover menus from the bone page. */
@media(min-width:801px) {
 .site-header .nav-submenu { background:#fff; }
}

/* Match the submission controls across Coalition and mentorship forms. */
.involvement-submit, .mentorship-submit { width:232px; }

/* Let the visitor's high-contrast text colors win over branded statistic fills. */
@media(forced-colors:active) {
  /* Oversized link text has a system backplate; keep it clear of the heading. */
  .highlight-primary { margin-block-start:1.5rem; }
  :is(.stat-number,.topic-stat-number,.highlight-number,.highlight-small,.finding-number,.gradient-number),
  :is(.stat-number,.topic-stat-number,.highlight-number,.highlight-small,.finding-number,.gradient-number) * {
    color:CanvasText!important;
    -webkit-text-fill-color:CanvasText!important;
    background-image:none;
  }
}

/* Homepage masthead overlays a full-bleed film; shared page headers stay on bone. */
.home-page > .site-header {
  position:absolute;
  inset:0 0 auto;
  color:white;
}
.home-page > .site-header .brand img { filter:invert(1); }
.home-page > .site-header .menu-toggle { color:white; }
.home-page .home-hero {
  width:100%;
  max-width:none;
  margin:0;
  padding:0 0 4.5rem;
  grid-template-rows:minmax(66.667vh,auto) auto;
  grid-template-rows:minmax(66.667svh,auto) auto;
}
.home-page .home-hero-photo {
  width:100%;
  margin:0;
  border-radius:0;
}
.home-page .home-hero-video {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  aspect-ratio:auto;
  border-radius:0;
}
.home-page .home-hero-heading,
.home-page .home-hero-overview {
  width:min(calc(100% - var(--gutter)*2),var(--content));
  margin-inline:auto;
}
.home-page .home-hero-heading {
  padding:calc(var(--home-masthead-height,132px) + 1.5rem) 0 4rem;
}
.home-page .home-hero-overview { padding-top:1.75rem; }
@media(min-width:801px) {
  .home-page .home-hero-heading h1 { max-width:22ch; font-size:clamp(3rem,5vw,4.5rem); }
  .home-page > .site-header .nav-list > .nav-item > :is(.nav-link,.nav-trigger) { color:white; }
  .home-page > .site-header .nav-submenu { color:var(--ink); }
  .home-page > .site-header .nav-cta { color:white; border-color:white; }
  .home-page > .site-header .nav-cta:hover { border-color:var(--coral-action); }
}
@media(max-width:800px) {
  .home-page .home-hero {
    padding-bottom:3rem;
    grid-template-rows:auto auto auto;
  }
  .home-page .home-hero-photo { aspect-ratio:16 / 9; }
  .home-page .home-hero-photo::after { content:""; background:rgba(0,0,0,.55); }
  .home-page .home-hero-heading { padding:2rem 0 0; }
  .home-page .home-hero-overview { padding-top:1.75rem; }
  .home-page > .site-header nav {
    width:calc(100% + var(--gutter)*2);
    margin-inline:calc(-1 * var(--gutter));
    padding:1rem var(--gutter) 1.5rem;
    max-height:calc(100vh - 110px);
    max-height:calc(100svh - 110px);
    overflow-y:auto;
    overscroll-behavior:contain;
    background:white;
    color:var(--ink);
    box-shadow:0 12px 24px #0a0a0a14;
  }
}
@media(forced-colors:active) {
  .home-page > .site-header { background:Canvas; color:CanvasText; }
  .home-page > .site-header .brand img { filter:none; }
  .home-page > .site-header .menu-toggle,
  .home-page > .site-header .nav-list > .nav-item > :is(.nav-link,.nav-trigger) { color:CanvasText; }
}
