:root {
  --navy: #071b35;
  --navy-2: #0d294b;
  --gold: #c99434;
  --gold-light: #e7bd67;
  --cream: #f7f1e6;
  --paper: #fcfaf5;
  --ink: #152437;
  --muted: #657181;
  --line: rgba(7, 27, 53, .14);
  --white: #fff;
  --serif: "Libre Caslon Display", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
  --shadow: 0 30px 80px rgba(7, 27, 53, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.7; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 120px 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: var(--gold); color: var(--navy); padding: 10px 16px; font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: white; border-bottom: 1px solid rgba(255,255,255,.12); transition: background .3s, box-shadow .3s, transform .3s; }
.site-header.scrolled { background: rgba(7,27,53,.96); box-shadow: 0 12px 35px rgba(0,0,0,.16); backdrop-filter: blur(16px); }
.nav-shell { width: min(1280px, calc(100% - 48px)); height: 86px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.brand, .footer-brand { display: flex; align-items: center; gap: 13px; }
.brand-mark { width: 52px; height: 52px; background: white; border: 1px solid rgba(201,148,52,.75); border-radius: 50%; overflow: hidden; }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { font-family: var(--serif); font-size: 18px; font-weight: 400; }
.brand-copy small { color: var(--gold-light); font-size: 9px; letter-spacing: .25em; text-transform: uppercase; margin-top: 5px; }
.site-nav { display: flex; align-items: center; gap: 31px; }
.site-nav a { font-size: 13px; font-weight: 600; letter-spacing: .02em; position: relative; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--gold-light); transition: right .25s; }
.site-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { border: 1px solid rgba(255,255,255,.5); border-radius: 999px; padding: 10px 18px; transition: .25s; }
.nav-cta:hover { background: var(--gold); color: var(--navy); border-color: var(--gold); }
.menu-toggle { display: none; color: white; border: 0; background: transparent; width: 42px; height: 42px; padding: 9px; }
.menu-toggle span { display: block; height: 1px; margin: 6px 0; background: currentColor; transition: .25s; }

.hero { min-height: 820px; height: 100svh; max-height: 1020px; background: radial-gradient(circle at 75% 45%, #173c66 0, var(--navy) 49%, #041328 100%); color: white; position: relative; display: flex; align-items: center; overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 170px; background: linear-gradient(transparent, rgba(2,13,28,.4)); pointer-events: none; }
.hero-pattern { position: absolute; inset: 0; opacity: .11; background-image: linear-gradient(30deg, transparent 24%, #d8a84b 25%, #d8a84b 26%, transparent 27%, transparent 74%, #d8a84b 75%, #d8a84b 76%, transparent 77%), linear-gradient(150deg, transparent 24%, #d8a84b 25%, #d8a84b 26%, transparent 27%, transparent 74%, #d8a84b 75%, #d8a84b 76%, transparent 77%); background-size: 90px 156px; mask-image: linear-gradient(90deg, #000, transparent 45%, transparent 65%, #000); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 80px; padding-top: 60px; }
.eyebrow { margin: 0 0 20px; color: var(--gold-light); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.dark { color: #9a6d21; }
.hero h1, .section-heading h2, .engagement h2, .membership h2, .contact h2, .governance h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: 1.02; }
.hero h1 { max-width: 700px; margin: 0; font-size: clamp(62px, 7vw, 105px); }
.hero h1 em { color: var(--gold-light); font-weight: 400; }
.hero-lead { max-width: 620px; margin: 28px 0 0; color: rgba(255,255,255,.74); font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 36px; }
.button { border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 52px; padding: 0 23px; border-radius: 3px; font-size: 13px; font-weight: 700; cursor: pointer; transition: transform .25s, background .25s, color .25s; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--navy); background: var(--gold-light); }
.button-gold:hover { background: #f0cb7c; }
.button-light { color: var(--navy); background: white; }
.text-link { padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.4); font-size: 13px; font-weight: 600; }
.motto { margin-top: 56px; display: flex; align-items: baseline; gap: 12px; color: white; }
.motto span { font-family: var(--serif); font-size: 20px; }
.motto small { color: rgba(255,255,255,.52); margin-left: 10px; }
.hero-art { position: relative; justify-self: end; width: min(480px, 40vw); aspect-ratio: 1; display: grid; place-items: center; }
.crest-halo { position: absolute; inset: -10%; border: 1px solid rgba(231,189,103,.25); border-radius: 50%; animation: slowspin 24s linear infinite; }
.crest-halo::before, .crest-halo::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(231,189,103,.16); }
.crest-halo::before { inset: 7%; }
.crest-halo::after { inset: -7%; border-style: dashed; }
.crest-card { width: 78%; aspect-ratio: 1; border-radius: 50%; overflow: hidden; background: white; border: 8px solid #b77c20; box-shadow: 0 40px 90px rgba(0,0,0,.38); position: relative; z-index: 1; }
.crest-card img { width: 100%; height: 100%; object-fit: cover; }
.yoruba-note { position: absolute; bottom: -3%; right: -3%; z-index: 2; max-width: 290px; margin: 0; padding: 15px 19px; color: var(--navy); background: var(--cream); border-left: 4px solid var(--gold); font-family: var(--serif); font-size: 17px; line-height: 1.4; box-shadow: var(--shadow); }
.scroll-cue { position: absolute; z-index: 3; bottom: 28px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.55); font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }
.scroll-cue span { width: 1px; height: 34px; background: var(--gold); animation: pulse 2s infinite; }

.split-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: start; }
.section-heading h2 { margin: 0; max-width: 650px; font-size: clamp(45px, 5.2vw, 70px); }
.section-heading.centered { text-align: center; margin: 0 auto 62px; }
.section-heading.centered h2 { margin-inline: auto; }
.section-heading.centered > p:last-child { color: rgba(255,255,255,.65); }
.intro-copy { border-left: 1px solid var(--gold); padding-left: 42px; color: var(--muted); }
.intro-copy p { margin: 0 0 20px; }
.intro-copy .lead { color: var(--ink); font-size: 20px; line-height: 1.65; }
.vision-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 80px; }
.vision-card { min-height: 390px; padding: 35px; background: white; border: 1px solid var(--line); display: flex; flex-direction: column; }
.vision-card.feature { background: var(--navy); color: white; }
.card-number { align-self: flex-end; color: var(--gold); font-family: var(--serif); }
.vision-card .label, .person-card .role { margin: auto 0 12px; color: var(--gold); font-size: 10px; letter-spacing: .16em; font-weight: 700; text-transform: uppercase; }
.vision-card h3 { margin: 0 0 18px; font-family: var(--serif); font-size: 31px; font-weight: 400; line-height: 1.2; }
.vision-card p:last-child { margin: 0; color: var(--muted); }
.vision-card.feature p:last-child { color: rgba(255,255,255,.64); }
.quote-card { color: white; background: linear-gradient(145deg, #b98227, #d4aa55); justify-content: center; }
.quote-mark { font-family: var(--serif); font-size: 80px; height: 50px; opacity: .48; }
.quote-card blockquote { margin: 32px 0 0; font-family: var(--serif); font-size: 30px; line-height: 1.4; }

.focus { color: white; background: var(--navy); position: relative; overflow: hidden; }
.focus::before { content: "ỌMỌ"; position: absolute; top: -90px; right: -50px; color: rgba(255,255,255,.025); font-family: var(--serif); font-size: 360px; line-height: 1; }
.focus-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.focus-card { min-height: 265px; padding: 29px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); transition: background .3s, transform .3s; }
.focus-card:hover { background: var(--navy-2); transform: translateY(-4px); }
.focus-card.wide { grid-column: span 2; display: flex; align-items: center; gap: 32px; }
.focus-icon { color: var(--gold-light); font-family: var(--serif); font-size: 36px; }
.focus-card h3 { margin: 62px 0 9px; font-family: var(--serif); font-weight: 400; font-size: 25px; }
.focus-card.wide h3 { margin-top: 0; }
.focus-card p { margin: 0; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.65; }

.principles { background: var(--cream); }
.principles-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 110px; }
.principles-intro { position: sticky; top: 130px; align-self: start; }
.principles-intro h2 { margin: 0; font-family: var(--serif); font-size: clamp(46px, 5vw, 68px); font-weight: 400; line-height: 1.08; }
.principles-intro > p:nth-of-type(2) { color: var(--muted); margin: 28px 0; }
.principle-pullquote { margin-top: 50px; padding-top: 24px; border-top: 1px solid rgba(201,148,52,.5); }
.principle-pullquote span { display: block; color: var(--gold); font-family: var(--serif); font-size: 30px; }
.principle-pullquote small { color: var(--muted); }
.accordion-item { border-top: 1px solid var(--line); }
.accordion-item:last-child { border-bottom: 1px solid var(--line); }
.accordion-item button { width: 100%; min-height: 95px; padding: 0; border: 0; color: var(--ink); background: transparent; display: grid; grid-template-columns: 55px 1fr 28px; align-items: center; text-align: left; cursor: pointer; }
.accordion-item button span { color: var(--gold); font-family: var(--serif); }
.accordion-item button strong { font-family: var(--serif); font-size: 27px; font-weight: 400; }
.accordion-item button i { width: 16px; height: 16px; position: relative; }
.accordion-item button i::before, .accordion-item button i::after { content: ""; position: absolute; top: 7px; left: 0; width: 16px; height: 1px; background: var(--ink); transition: transform .25s; }
.accordion-item button i::after { transform: rotate(90deg); }
.accordion-item.open button i::after { transform: rotate(0); }
.accordion-panel { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.accordion-panel p { margin: 0; padding: 0 42px 32px 55px; color: var(--muted); }
.accordion-item.open .accordion-panel { max-height: 250px; }

.engagement { color: white; background: #a97522; position: relative; }
.engagement::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: repeating-linear-gradient(135deg, transparent 0 32px, #fff 33px 34px); }
.engagement-grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }
.engagement h2 { margin: 0; font-size: clamp(48px, 6vw, 76px); }
.engagement-copy > p:nth-of-type(2) { color: rgba(255,255,255,.75); max-width: 500px; margin: 28px 0 35px; }
.engagement-list { border-top: 1px solid rgba(255,255,255,.35); }
.engagement-list > div { display: grid; grid-template-columns: 60px 1fr; border-bottom: 1px solid rgba(255,255,255,.35); padding: 24px 0; }
.engagement-list span { color: rgba(255,255,255,.55); font-family: var(--serif); }
.engagement-list p { margin: 0; color: rgba(255,255,255,.72); }
.engagement-list strong { display: block; color: white; font-family: var(--serif); font-size: 22px; font-weight: 400; }

.people { background: var(--paper); }
.leadership-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 60px; }
.person-card { display: grid; grid-template-columns: 82px 1fr; gap: 25px; padding: 32px; border: 1px solid var(--line); background: white; }
.person-card.lead { border-top: 3px solid var(--gold); }
.initials { display: grid; place-items: center; width: 76px; height: 76px; color: var(--gold); border: 1px solid rgba(201,148,52,.5); border-radius: 50%; font-family: var(--serif); font-size: 22px; }
.person-card .role { margin: 0 0 6px; }
.person-card h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 25px; font-weight: 400; }
.person-card p:last-child { margin: 0; color: var(--muted); font-size: 14px; }
.members-block { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; margin-top: 80px; padding-top: 65px; border-top: 1px solid var(--line); }
.members-block h3 { margin: 0; font-family: var(--serif); font-size: 42px; font-weight: 400; line-height: 1.2; }
.member-list p { display: grid; grid-template-columns: .7fr 1.3fr; gap: 25px; margin: 0; padding: 20px 0; border-bottom: 1px solid var(--line); }
.member-list strong { font-family: var(--serif); font-size: 20px; font-weight: 400; }
.member-list span { color: var(--muted); font-size: 14px; }

.press { background: var(--cream); }
.press-heading { display: grid; grid-template-columns: 1fr .75fr; gap: 80px; align-items: end; margin-bottom: 58px; }
.press-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(52px, 6vw, 78px); font-weight: 400; letter-spacing: -.035em; line-height: 1; }
.press-heading > p { max-width: 470px; margin: 0 0 4px; padding-left: 30px; color: var(--muted); border-left: 1px solid var(--gold); }
.press-list { border-top: 1px solid var(--line); }
.press-card { display: grid; grid-template-columns: 230px 1fr; gap: 55px; padding: 42px 0; border-bottom: 1px solid var(--line); transition: padding .3s, background .3s; }
.press-card:hover { padding-left: 24px; padding-right: 24px; background: rgba(255,255,255,.72); }
.press-index { display: flex; flex-direction: column; justify-content: space-between; min-height: 155px; }
.press-index span { color: var(--gold); font-family: var(--serif); font-size: 36px; line-height: 1; }
.press-index small { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.press-story { display: grid; grid-template-columns: 1fr auto; column-gap: 50px; align-items: end; }
.press-label { grid-column: 1 / -1; align-self: start; margin: 0 0 15px; color: #9a6d21; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.press-story h3 { margin: 0; max-width: 730px; font-family: var(--serif); font-size: clamp(27px, 3vw, 39px); font-weight: 400; line-height: 1.25; transition: color .25s; }
.press-card:hover h3 { color: #9a6d21; }
.press-link { align-self: end; white-space: nowrap; padding-bottom: 5px; border-bottom: 1px solid var(--gold); font-size: 12px; font-weight: 700; }
.press-link i { color: var(--gold); font-style: normal; margin-left: 8px; }

.membership { color: white; background: var(--navy); }
.membership-shell { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: center; }
.membership h2 { margin: 0; font-size: clamp(50px, 6vw, 76px); }
.membership-copy > p:nth-of-type(2) { max-width: 520px; color: rgba(255,255,255,.64); margin: 28px 0 35px; }
.membership-rules > div { display: grid; grid-template-columns: 50px 1fr; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.membership-rules span { color: var(--gold-light); font-family: var(--serif); }
.membership-rules p { margin: 0; color: rgba(255,255,255,.6); }
.membership-rules strong { display: block; color: white; font-family: var(--serif); font-size: 23px; font-weight: 400; }

.governance { background: white; }
.governance-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.governance h2 { font-size: clamp(46px, 5vw, 68px); }
.governance-copy { color: var(--muted); border-left: 1px solid var(--gold); padding-left: 42px; }
.governance-copy p { margin: 0 0 25px; }

.contact { background: var(--cream); }
.contact-card { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; padding: 75px; color: white; background: var(--navy); box-shadow: var(--shadow); position: relative; overflow: hidden; }
.contact-card::after { content: ""; position: absolute; width: 350px; height: 350px; left: -160px; bottom: -220px; border: 60px solid rgba(201,148,52,.13); border-radius: 50%; }
.contact h2 { margin: 0; font-size: clamp(45px, 5vw, 66px); }
.contact-card > div > p:last-child { color: rgba(255,255,255,.6); }
.contact-form { position: relative; z-index: 1; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: block; margin-bottom: 18px; color: rgba(255,255,255,.72); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; color: white; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.25); border-radius: 2px; outline: none; text-transform: none; letter-spacing: 0; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold-light); box-shadow: 0 0 0 2px rgba(231,189,103,.15); }
.contact-form option { color: var(--ink); }
.form-note { margin: 13px 0 0; color: rgba(255,255,255,.46); font-size: 11px; }

.site-footer { color: white; background: #041327; }
.footer-top { min-height: 180px; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.footer-brand img { width: 64px; height: 64px; object-fit: cover; border-radius: 50%; border: 1px solid var(--gold); }
.footer-brand span { display: flex; flex-direction: column; }
.footer-brand strong { font-family: var(--serif); font-size: 20px; font-weight: 400; }
.footer-brand small { color: var(--gold-light); margin-top: 5px; }
.footer-top nav { display: flex; flex-wrap: wrap; gap: 25px; }
.footer-top nav a { color: rgba(255,255,255,.65); font-size: 12px; }
.footer-top nav a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; padding-bottom: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.4); font-size: 11px; }
.footer-bottom p { margin: 0; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes slowspin { to { transform: rotate(360deg); } }
@keyframes pulse { 0%,100% { opacity: .25; transform: scaleY(.65); transform-origin: top; } 50% { opacity: 1; transform: scaleY(1); } }

@media (max-width: 1050px) {
  .site-nav { gap: 19px; }
  .hero-grid { gap: 35px; }
  .focus-grid { grid-template-columns: repeat(3, 1fr); }
  .principles-layout, .membership-shell { gap: 65px; }
  .contact-card { padding: 55px; gap: 55px; }
}

@media (max-width: 860px) {
  .section { padding: 90px 0; }
  .menu-toggle { display: block; z-index: 2; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 26px; background: var(--navy); transform: translateX(100%); transition: transform .35s ease; }
  .site-nav.open { transform: none; }
  .site-nav a { font-family: var(--serif); font-size: 28px; font-weight: 400; }
  .site-nav .nav-cta { font-family: var(--sans); font-size: 13px; }
  .hero { min-height: 900px; height: auto; max-height: none; padding: 145px 0 95px; }
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero h1 { font-size: clamp(60px, 11vw, 90px); }
  .hero-art { width: min(430px, 70vw); justify-self: center; margin-top: 45px; }
  .motto { justify-content: center; flex-wrap: wrap; }
  .scroll-cue { display: none; }
  .split-intro, .engagement-grid, .governance-grid, .contact-card { grid-template-columns: 1fr; gap: 50px; }
  .vision-grid { grid-template-columns: 1fr 1fr; }
  .vision-card.quote-card { grid-column: span 2; min-height: 300px; }
  .focus-grid { grid-template-columns: 1fr 1fr; }
  .principles-layout { grid-template-columns: 1fr; }
  .principles-intro { position: static; }
  .leadership-grid { grid-template-columns: 1fr; }
  .members-block { grid-template-columns: 1fr; gap: 35px; }
  .press-heading { grid-template-columns: 1fr; gap: 28px; }
  .press-heading > p { max-width: 600px; }
  .press-card { grid-template-columns: 140px 1fr; gap: 35px; }
  .press-story { grid-template-columns: 1fr; gap: 24px; }
  .press-label { grid-column: auto; margin-bottom: -8px; }
  .press-link { justify-self: start; }
  .membership-shell { grid-template-columns: 1fr; }
  .footer-top { flex-direction: column; align-items: flex-start; justify-content: center; padding-block: 45px; }
}

@media (max-width: 580px) {
  .container, .nav-shell { width: min(100% - 30px, 1180px); }
  .nav-shell { height: 72px; }
  .brand-mark { width: 45px; height: 45px; }
  .brand-copy strong { font-size: 16px; }
  .section { padding: 74px 0; }
  .hero { min-height: 850px; padding-top: 115px; }
  .hero h1 { font-size: 55px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; gap: 17px; }
  .motto { margin-top: 38px; }
  .motto span { font-size: 17px; }
  .motto small { width: 100%; margin: 0; }
  .hero-art { width: 82vw; }
  .yoruba-note { right: -2%; max-width: 230px; font-size: 14px; }
  .section-heading h2, .principles-intro h2, .membership h2, .engagement h2, .governance h2, .contact h2 { font-size: 43px; }
  .split-intro { gap: 38px; }
  .intro-copy { padding-left: 22px; }
  .vision-grid { grid-template-columns: 1fr; margin-top: 55px; }
  .vision-card { min-height: 335px; }
  .vision-card.quote-card { grid-column: auto; }
  .focus-grid { grid-template-columns: 1fr; }
  .focus-card, .focus-card.wide { grid-column: auto; min-height: 220px; display: block; }
  .focus-card h3, .focus-card.wide h3 { margin-top: 40px; }
  .accordion-item button { grid-template-columns: 38px 1fr 20px; min-height: 85px; }
  .accordion-item button strong { font-size: 22px; }
  .accordion-panel p { padding-left: 38px; padding-right: 20px; }
  .person-card { grid-template-columns: 1fr; }
  .member-list p { grid-template-columns: 1fr; gap: 5px; }
  .press-heading h2 { font-size: 48px; }
  .press-heading > p { padding-left: 20px; }
  .press-card { grid-template-columns: 1fr; gap: 24px; padding: 32px 0; }
  .press-card:hover { padding-left: 14px; padding-right: 14px; }
  .press-index { min-height: 0; flex-direction: row; align-items: center; }
  .press-index span { font-size: 29px; }
  .press-story h3 { font-size: 29px; }
  .contact-card { width: 100%; padding: 45px 24px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-top nav { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
  .footer-bottom { flex-direction: column; gap: 7px; }
}

@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; }
}
