:root {
  --navy: #071a31;
  --navy-2: #0d2948;
  --cream: #f4f0e8;
  --paper: #fbf9f4;
  --white: #fffdf8;
  --ink: #0b1d32;
  --muted: #66707b;
  --gold: #d6a83f;
  --gold-dark: #a87718;
  --line: rgba(10, 30, 51, .15);
  --radius: 14px;
  --shadow: 0 24px 70px rgba(7, 26, 49, .13);
  --shell: min(1180px, calc(100% - 48px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: "DM Sans", Arial, sans-serif; line-height: 1.6; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; }
h1, h2 { font-family: "Oswald", "Arial Narrow", sans-serif; text-transform: uppercase; letter-spacing: -.025em; }
h2 { margin-bottom: 22px; font-size: clamp(2.35rem, 5vw, 4.6rem); }
h3 { margin-bottom: 12px; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: clamp(76px, 10vw, 136px) 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 100; padding: 10px 16px; color: var(--white); background: var(--navy); }
.skip-link:focus { top: 16px; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 20; color: var(--white); transition: background .3s ease, box-shadow .3s ease; }
.site-header.scrolled { background: rgba(7, 26, 49, .95); box-shadow: 0 8px 34px rgba(7, 26, 49, .18); }
.nav-shell { width: min(1320px, calc(100% - 48px)); height: 76px; margin: auto; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; margin-right: auto; line-height: 1.05; }
.brand-logo { width: 58px; height: auto; flex: 0 0 auto; }
.footer-brand .brand-logo { width: 68px; }
.brand strong { display: block; text-transform: uppercase; letter-spacing: .06em; }
.brand small { display: block; margin-top: 5px; color: var(--gold); font-size: .7rem; text-transform: uppercase; letter-spacing: .22em; }
.main-nav { display: flex; align-items: center; gap: 25px; font-size: .83rem; font-weight: 600; }
.main-nav a { position: relative; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--gold); transition: right .25s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.menu-toggle { display: none; padding: 8px; border: 0; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 5px; background: currentColor; transition: transform .25s ease, opacity .25s ease; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 25px; border: 1px solid var(--gold); border-radius: 6px; color: var(--navy); background: var(--gold); font-weight: 700; white-space: nowrap; transition: transform .25s ease, background .25s ease, border-color .25s ease; }
.button:hover { transform: translateY(-2px); background: #e1b64d; border-color: #e1b64d; }
.button:active { transform: translateY(1px); }
.button-small { min-height: 42px; padding-inline: 19px; font-size: .82rem; }
.button-outline { color: var(--ink); background: transparent; border-color: rgba(7, 26, 49, .35); }
.button-outline:hover { color: var(--white); background: var(--navy); border-color: var(--navy); }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding-block: 8px; border-bottom: 1px solid currentColor; font-weight: 700; }
.text-link span { transition: transform .25s ease; }
.text-link:hover span { transform: translateX(4px); }
.text-link.light { color: var(--white); }
.hero { position: relative; min-height: 100dvh; display: grid; align-items: center; overflow: hidden; color: var(--white); background: var(--navy); }
.hero-media, .hero-scrim { position: absolute; inset: 0; }
.hero-media { left: 36%; overflow: hidden; }
.hero-media img { position: absolute; top: -110px; height: calc(100% + 180px); object-fit: cover; object-position: 69% center; }
.hero-scrim { background: linear-gradient(90deg, rgba(5,20,39,.98) 0%, rgba(5,20,39,.91) 28%, rgba(5,20,39,.24) 68%, rgba(5,20,39,.12) 100%); }
.hero-inner { position: relative; z-index: 2; padding: 110px 0 155px; }
.hero-copy { width: min(580px, 56%); }
.eyebrow { margin-bottom: 18px; color: var(--gold); font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; }
.eyebrow.dark { color: var(--gold-dark); }
.hero h1 { max-width: 560px; margin-bottom: 24px; font-size: clamp(4.3rem, 8.4vw, 8rem); line-height: .88; }
.hero h1 span { color: var(--gold); font-size: .58em; letter-spacing: .01em; }
.hero-copy > p:not(.eyebrow) { max-width: 500px; margin-bottom: 27px; font-size: clamp(1rem, 1.5vw, 1.22rem); color: rgba(255,253,248,.83); }
.hero-actions { display: flex; align-items: center; gap: 27px; }
.hero-facts { position: absolute; z-index: 3; inset: auto 0 0; border-top: 1px solid rgba(255,255,255,.15); background: rgba(7, 26, 49, .88); backdrop-filter: blur(12px); }
.facts-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.facts-grid div { padding: 23px 26px; border-right: 1px solid rgba(255,255,255,.13); }
.facts-grid div:first-child { padding-left: 0; }
.facts-grid div:last-child { border-right: 0; }
.facts-grid strong, .facts-grid span { display: block; }
.facts-grid strong { color: var(--gold); font-family: "Oswald", sans-serif; font-size: 1rem; text-transform: uppercase; }
.facts-grid span { font-size: .82rem; color: rgba(255,255,255,.66); }
.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: .92fr 1fr; align-items: center; gap: clamp(55px, 8vw, 110px); }
.portrait-stack { position: relative; min-height: 620px; }
.portrait-main { width: 80%; height: 590px; margin: 0; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.portrait-main img, .portrait-detail img { height: 100%; object-fit: cover; }
.portrait-main img { object-position: 55% center; }
.portrait-detail { position: absolute; width: 44%; height: 310px; right: 0; bottom: -30px; margin: 0; overflow: hidden; border: 8px solid var(--paper); border-radius: var(--radius); }
.intro-copy h2 { max-width: 650px; }
.lead { font-size: 1.24rem; color: var(--ink); }
.intro-copy > p:not(.eyebrow) { max-width: 610px; color: #4f5a66; }
.mini-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--line); }
.mini-facts span, .mini-facts strong { display: block; }
.mini-facts span { color: var(--muted); font-size: .82rem; }
.mini-facts strong { margin-bottom: 5px; color: var(--ink); font-family: "Oswald", sans-serif; font-size: 1.08rem; text-transform: uppercase; }
.story { position: relative; overflow: hidden; background: var(--cream); }
.story::before { content: ""; position: absolute; top: 0; right: 0; width: 36%; height: 1px; background: var(--gold); }
.story-heading { max-width: 1120px; margin-bottom: clamp(48px, 7vw, 86px); text-align: center; }
.story-heading h2 { margin: 0; font-size: clamp(3rem, 5.6vw, 5.8rem); line-height: .98; }
.story-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: clamp(50px, 7vw, 96px); align-items: stretch; }
.story-photo { position: relative; min-height: 0; margin: 0; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.story-photo img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center 28%; }
.story-copy { min-width: 0; }
.story-copy p { max-width: 670px; color: #4f5a66; }
.story-copy .story-lead { margin-bottom: 26px; color: var(--ink); font-size: 1.25rem; line-height: 1.55; }
.story-copy p:nth-last-child(2) { color: var(--ink); font-weight: 600; }
.daily-rhythm { margin-top: clamp(62px, 8vw, 104px); padding-top: 30px; border-top: 1px solid var(--line); }
.daily-rhythm h3 { margin-bottom: 26px; color: var(--navy); font-family: "Oswald", sans-serif; font-size: 1.75rem; text-align: center; text-transform: uppercase; }
.rhythm-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.rhythm-list div { min-width: 0; min-height: 115px; padding: 20px 24px; border-right: 1px solid var(--line); }
.rhythm-list div:first-child { padding-left: 0; }
.rhythm-list div:last-child { padding-right: 0; border-right: 0; }
.rhythm-list span, .rhythm-list time, .rhythm-list strong { display: block; }
.rhythm-list span, .rhythm-list time { margin-bottom: 4px; color: var(--gold-dark); font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.rhythm-list strong { color: var(--navy); font-size: 1rem; line-height: 1.35; }
.story-bridge { display: grid; grid-template-columns: 1.07fr .93fr; gap: clamp(45px, 8vw, 100px); align-items: center; margin-top: clamp(70px, 9vw, 120px); padding: clamp(42px, 6vw, 72px); border-radius: var(--radius); color: var(--white); background: var(--navy); }
.story-bridge blockquote { margin: 0; color: var(--white); font-family: "Oswald", sans-serif; font-size: clamp(2.1rem, 4.1vw, 4.2rem); font-weight: 600; line-height: 1.04; text-transform: uppercase; }
.story-bridge-copy p { max-width: 560px; margin-bottom: 28px; color: rgba(255,255,255,.74); }
.results { background: #ece8df; }
.section-heading { max-width: 700px; margin-bottom: 55px; }
.section-heading h2 { margin-bottom: 12px; }
.section-heading p { color: var(--muted); font-size: 1.05rem; }
.news .section-heading,
.gallery .section-heading,
.team .section-heading { margin-inline: auto; text-align: center; }
.results-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 44px; }
.result-feature { position: relative; min-height: 615px; padding: 42px; overflow: hidden; border-radius: var(--radius); color: var(--white); background: var(--navy); }
.result-feature::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(transparent, rgba(7,26,49,.88)); }
.result-feature > *:not(img) { position: relative; z-index: 2; }
.result-feature img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center 32%; opacity: .55; }
.result-year { display: inline-block; margin-bottom: 220px; color: var(--gold); font-size: .8rem; font-weight: 700; letter-spacing: .15em; }
.result-feature h3 { max-width: 430px; font-family: "Oswald", sans-serif; font-size: clamp(2.4rem, 4vw, 4.2rem); text-transform: uppercase; }
.result-feature p { max-width: 410px; color: rgba(255,255,255,.78); }
.result-list { display: flex; flex-direction: column; justify-content: center; }
.result-row { display: grid; grid-template-columns: 44px 1fr auto; gap: 20px; align-items: center; padding: 32px 0; border-bottom: 1px solid rgba(7,26,49,.18); }
.result-row > span { color: var(--gold-dark); font-family: "Oswald", sans-serif; }
.result-row h3 { margin: 0 0 7px; font-size: 1.28rem; }
.result-row p { margin: 0; color: var(--muted); font-size: .92rem; }
.result-row > strong { color: var(--navy); font-family: "Oswald", sans-serif; font-size: 1.5rem; text-transform: uppercase; }
.support { background: var(--cream); }
.support-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.support-copy p:not(.eyebrow) { max-width: 560px; color: var(--muted); font-size: 1.08rem; }
.support-actions { display: flex; gap: 13px; margin-top: 34px; }
.funding-card { padding: clamp(30px, 5vw, 55px); border: 1px solid rgba(7,26,49,.12); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.funding-top { display: flex; justify-content: space-between; margin-bottom: 25px; color: var(--gold-dark); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.funding-top strong { font-family: "Oswald", sans-serif; font-size: 2.6rem; line-height: 1; }
.funding-value { display: flex; align-items: baseline; gap: 9px; margin-bottom: 20px; }
.funding-value strong { font-family: "Oswald", sans-serif; font-size: clamp(2.2rem, 4vw, 4rem); color: var(--navy); }
.funding-value span { color: var(--muted); font-weight: 600; }
.progress { height: 9px; overflow: hidden; border-radius: 3px; background: #ded9cf; }
.progress span { display: block; width: 68%; height: 100%; background: var(--gold); }
.funding-card > p { margin: 18px 0 30px; color: var(--muted); font-size: .88rem; }
.funding-uses { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; color: var(--navy); font-weight: 700; }
.news { background: var(--paper); }
.news-grid { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: repeat(2, 1fr); gap: 22px; }
.news-lead { grid-row: 1 / 3; position: relative; min-height: 650px; overflow: hidden; border-radius: var(--radius); color: var(--white); background: var(--navy); }
.news-lead::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(7,26,49,.96)); }
.news-lead img { height: 100%; object-fit: cover; }
.news-lead > div { position: absolute; z-index: 2; inset: auto 42px 38px; }
.news time { color: var(--gold); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.news h3 { margin-top: 12px; font-family: "Oswald", sans-serif; font-size: clamp(1.8rem, 3vw, 3.3rem); text-transform: uppercase; }
.news-lead p { max-width: 590px; color: rgba(255,255,255,.75); }
.news-side { display: grid; grid-template-columns: 42% 58%; min-height: 250px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.news-side img { height: 100%; object-fit: cover; }
.news-side > div { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 25px; }
.news-side h3 { font-size: 1.5rem; }
.news-side .text-link { margin-top: auto; font-size: .88rem; }
.calendar { background: #e7e1d6; }
.calendar-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: start; }
.calendar-intro { position: sticky; top: 110px; }
.calendar-intro p { color: var(--muted); }
.calendar-intro img { height: 260px; margin-top: 32px; object-fit: cover; border-radius: var(--radius); }
.events { background: var(--white); border-radius: var(--radius); padding: 0 35px; }
.event { display: grid; grid-template-columns: 76px 1fr auto; gap: 24px; align-items: center; min-height: 145px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.event:last-child { border-bottom: 0; }
.event time { text-align: center; color: var(--gold-dark); }
.event time strong, .event time span { display: block; }
.event time strong { font-family: "Oswald", sans-serif; font-size: 2.6rem; line-height: 1; }
.event time span { font-size: .72rem; font-weight: 700; letter-spacing: .12em; }
.event h3 { margin-bottom: 6px; }
.event p { margin: 0; color: var(--muted); font-size: .9rem; }
.event-type { color: var(--navy); font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.gallery { background: var(--paper); }
.gallery-grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr; grid-template-rows: 280px 340px; gap: 18px; }
.gallery-grid figure { margin: 0; overflow: hidden; border-radius: var(--radius); }
.gallery-grid img { height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.16,1,.3,1); }
.gallery-grid figure:hover img { transform: scale(1.035); }
.gallery-a { grid-row: 1 / 3; }
.gallery-b { grid-column: 2; }
.gallery-c { grid-column: 3; }
.gallery-d { grid-column: 2; grid-row: 2; }
.gallery-e { grid-column: 3; grid-row: 2; }
.team { background: #ece8df; }
.team-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; }
.team-primary { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 480px; overflow: hidden; border-radius: var(--radius); background: var(--navy); color: var(--white); }
.team-primary img { height: 100%; object-fit: cover; }
.team-primary > div { display: flex; flex-direction: column; justify-content: flex-end; padding: 42px; }
.team-primary h3 { font-family: "Oswald", sans-serif; font-size: 2.9rem; text-transform: uppercase; }
.team-primary p { color: rgba(255,255,255,.7); }
.team-notes { display: grid; gap: 28px; }
.team-note { display: flex; flex-direction: column; justify-content: flex-end; min-height: 226px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.team-note span { margin-bottom: auto; color: var(--gold-dark); font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.team-note h3 { font-family: "Oswald", sans-serif; font-size: 1.8rem; text-transform: uppercase; }
.team-note p { margin: 0; color: var(--muted); }
.sponsors { background: var(--cream); }
.sponsors-inner { text-align: center; }
.sponsors-inner > p { max-width: 620px; margin: 0 auto 50px; color: var(--muted); }
.logo-wall { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.logo-wall div { min-height: 180px; display: grid; place-content: center; gap: 8px; overflow: hidden; border-right: 1px solid var(--line); }
.logo-wall div:last-child { border: 0; }
.logo-wall img { width: min(92%, 260px); height: 140px; margin: auto; object-fit: contain; mix-blend-mode: multiply; transform: scale(1.35); }
.logo-wall span { font-family: Georgia, serif; font-size: 2.5rem; color: var(--gold-dark); }
.logo-wall strong { color: var(--navy); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.closing { position: relative; min-height: 650px; display: grid; align-items: center; overflow: hidden; color: var(--white); background: var(--navy); }
.closing > img, .closing-scrim { position: absolute; inset: 0; height: 100%; }
.closing > img { object-fit: cover; }
.closing-scrim { background: linear-gradient(90deg, rgba(7,26,49,.96), rgba(7,26,49,.63) 60%, rgba(7,26,49,.25)); }
.closing-inner { position: relative; z-index: 2; }
.closing h2 { max-width: 800px; }
.closing p { max-width: 560px; color: rgba(255,255,255,.75); }
.closing-actions { display: flex; align-items: center; gap: 28px; margin-top: 32px; }
.site-footer { padding: 70px 0 26px; color: rgba(255,255,255,.72); background: #051425; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 60px; }
.footer-grid > div { display: flex; flex-direction: column; gap: 9px; }
.footer-grid > div > strong { margin-bottom: 9px; color: var(--white); }
.footer-grid a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 55px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.12); font-size: .8rem; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
@media (max-width: 1120px) {
  .main-nav { gap: 16px; font-size: .76rem; }
  .header-cta { display: none; }
  .news-side { grid-template-columns: 1fr; }
  .news-side img { height: 150px; }
}
@media (max-width: 820px) {
  :root { --shell: min(100% - 32px, 720px); }
  .section { padding: 74px 0; }
  .nav-shell { width: calc(100% - 32px); height: 68px; }
  .menu-toggle { display: block; color: var(--white); cursor: pointer; }
  .menu-toggle { position: absolute; top: 12px; right: 16px; z-index: 2; width: 44px; height: 44px; }
  .main-nav { position: fixed; inset: 68px 0 auto; display: grid; gap: 0; padding: 12px 20px 24px; background: rgba(7,26,49,.98); transform: translateY(-125%); visibility: hidden; transition: transform .3s ease, visibility .3s ease; }
  .main-nav.open { transform: translateY(0); visibility: visible; }
  .main-nav a { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .main-nav a::after { display: none; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 840px; align-items: end; }
  .hero-media { left: 0; }
  .hero-media img { top: -95px; height: calc(100% + 170px); object-position: 64% center; }
  .hero-scrim { background: linear-gradient(0deg, rgba(5,20,39,.99) 0%, rgba(5,20,39,.82) 47%, rgba(5,20,39,.2) 85%); }
  .hero-inner { padding: 250px 0 245px; }
  .hero-copy { width: 100%; }
  .hero-copy > p:not(.eyebrow) { width: 100%; overflow-wrap: break-word; }
  .hero h1 { font-size: clamp(3rem, 13vw, 5rem); }
  .facts-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .facts-grid div { padding: 14px 12px; }
  .facts-grid div:first-child { padding-left: 12px; }
  .facts-grid div:nth-child(2) { border-right: 0; }
  .facts-grid div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
  .intro-grid, .story-layout, .story-bridge, .results-layout, .support-grid, .calendar-grid, .team-layout { grid-template-columns: 1fr; }
  .portrait-stack { min-height: 520px; }
  .portrait-main { height: 500px; }
  .portrait-detail { height: 260px; }
  .story-layout { gap: 55px; }
  .story-photo { height: auto; min-height: 0; }
  .story-photo img { position: relative; inset: auto; height: auto; aspect-ratio: 4 / 3; object-position: center 24%; }
  .story-heading { margin-bottom: 52px; }
  .rhythm-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rhythm-list div { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .rhythm-list div:nth-child(2n) { padding-right: 0; border-right: 0; }
  .rhythm-list div:nth-child(2n + 1) { padding-left: 0; }
  .story-bridge { gap: 30px; }
  .results-layout, .team-layout { gap: 24px; }
  .result-feature { min-height: 560px; }
  .calendar-intro { position: static; }
  .calendar-intro img { height: 220px; }
  .news-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; }
  .news-lead { grid-column: 1 / 3; grid-row: auto; min-height: 560px; }
  .news-side { min-height: 360px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 350px 260px 300px; }
  .gallery-a { grid-row: 1 / 3; }
  .gallery-b, .gallery-c, .gallery-d, .gallery-e { grid-column: auto; grid-row: auto; }
  .gallery-e { grid-column: 1 / 3; }
  .logo-wall { grid-template-columns: 1fr 1fr; }
  .logo-wall div:nth-child(2) { border-right: 0; }
  .logo-wall div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}
@media (max-width: 560px) {
  h2 { font-size: clamp(2.25rem, 12vw, 3.5rem); }
  .brand-logo { width: 48px; }
  .footer-brand .brand-logo { width: 58px; }
  .brand strong { font-size: .86rem; }
  .brand small { font-size: .58rem; }
  .hero { min-height: 820px; }
  .hero-inner { padding: 240px 0 260px; }
  .hero h1 { font-size: clamp(2.8rem, 13vw, 3.5rem); }
  .hero-copy > p:not(.eyebrow) { font-size: 1rem; }
  .hero-actions, .support-actions, .closing-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .facts-grid strong { font-size: .86rem; }
  .facts-grid strong { overflow-wrap: anywhere; }
  .facts-grid span { font-size: .72rem; }
  .portrait-stack { min-height: 450px; }
  .portrait-main { width: 88%; height: 420px; }
  .portrait-detail { width: 44%; height: 210px; bottom: -10px; border-width: 5px; }
  .mini-facts { grid-template-columns: 1fr; gap: 12px; }
  .mini-facts span { display: grid; grid-template-columns: 120px 1fr; align-items: center; }
  .story-photo { height: auto; min-height: 0; max-height: none; }
  .story-heading h2 { font-size: clamp(2.6rem, 12.5vw, 3.75rem); }
  .story-copy .story-lead { font-size: 1.12rem; }
  .rhythm-list { grid-template-columns: 1fr; }
  .rhythm-list div, .rhythm-list div:first-child, .rhythm-list div:last-child, .rhythm-list div:nth-child(2n), .rhythm-list div:nth-child(2n + 1) { min-height: 0; padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .rhythm-list div:last-child { border-bottom: 0; }
  .story-bridge { margin-top: 66px; padding: 34px 26px; }
  .story-bridge blockquote { font-size: clamp(2rem, 10vw, 3rem); }
  .result-feature { min-height: 520px; padding: 27px; }
  .result-year { margin-bottom: 225px; }
  .result-row { grid-template-columns: 32px 1fr; }
  .result-row > strong { grid-column: 2; font-size: 1.1rem; }
  .funding-card { padding: 27px 22px; }
  .funding-value { flex-direction: column; gap: 0; }
  .funding-uses { grid-template-columns: 1fr; }
  .news-grid { display: block; }
  .news-lead, .news-side { margin-bottom: 18px; }
  .news-lead { min-height: 520px; }
  .news-lead > div { inset: auto 24px 24px; }
  .news-side { grid-template-columns: 42% 58%; min-height: 240px; }
  .news-side img { height: 100%; }
  .news-side > div { padding: 18px; }
  .news-side h3 { font-size: 1.2rem; }
  .events { padding: 0 20px; }
  .event { grid-template-columns: 60px 1fr; gap: 14px; }
  .event-type { grid-column: 2; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 380px 210px 260px 220px; }
  .gallery-a { grid-column: 1 / 3; grid-row: auto; }
  .gallery-e { grid-column: 1 / 3; }
  .team-primary { grid-template-columns: 1fr; }
  .team-primary img { height: 340px; }
  .team-primary > div { padding: 28px; }
  .logo-wall strong { font-size: .68rem; }
  .closing { min-height: 620px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
