:root {
  --blue-950: #06364d;
  --blue-900: #064e70;
  --blue-800: #086c97;
  --blue-700: #0b83b7;
  --blue-600: #1095cd;
  --blue-200: #bde8f7;
  --blue-100: #e8f7fc;
  --green-700: #3d8f49;
  --green-600: #5caf54;
  --green-500: #72ba57;
  --lime: #d8df00;
  --yellow: #f0e400;
  --ink: #122d39;
  --muted: #526c76;
  --paper: #f7fbfc;
  --white: #ffffff;
  --line: #d9e7eb;
  --shadow: 0 22px 55px rgba(6, 54, 77, 0.12);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.high-contrast { --paper: #fff; --ink: #000; --muted: #1e1e1e; --line: #000; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
::selection { background: var(--yellow); color: var(--blue-950); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 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: 14px; top: -80px; z-index: 1000; background: var(--yellow); color: var(--blue-950); padding: 12px 18px; border-radius: 10px; font-weight: 800; }
.skip-link:focus { top: 14px; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 82px; color: var(--white); transition: background .25s ease, box-shadow .25s ease, height .25s ease; }
.site-header.is-scrolled { height: 72px; background: rgba(6, 78, 112, .96); box-shadow: 0 12px 35px rgba(0,0,0,.15); backdrop-filter: blur(12px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { position: relative; display: grid; grid-template-columns: auto auto; align-items: end; line-height: .88; min-width: 170px; transform: skew(-5deg); }
.brand-role { grid-column: 1 / -1; margin-left: 3px; font-size: 8px; line-height: 1; letter-spacing: .34em; text-transform: uppercase; font-weight: 800; }
.brand-name { font-size: 29px; font-weight: 900; letter-spacing: -.07em; }
.brand-number { color: var(--yellow); font-size: 27px; font-weight: 950; letter-spacing: -.05em; }
.brand-office { grid-column: 1 / -1; justify-self: end; margin-top: 3px; padding: 3px 7px; border-radius: 20px; background: #166dc8; font-size: 8px; line-height: 1; letter-spacing: .12em; text-transform: uppercase; font-weight: 900; }
.main-nav { display: flex; align-items: center; gap: 27px; font-size: 13px; font-weight: 750; }
.main-nav > a:not(.nav-cta) { position: relative; opacity: .88; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--yellow); transition: right .2s ease; }
.main-nav > a:hover::after { right: 0; }
.nav-cta { padding: 11px 17px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; }
.nav-cta:hover { background: var(--white); color: var(--blue-900); }
.menu-button { display: none; border: 0; background: transparent; padding: 8px; }
.menu-button span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 5px; background: white; }

.hero { position: relative; min-height: 850px; overflow: hidden; color: var(--white); background: linear-gradient(126deg, var(--blue-600), #1586bd 58%, #82cae7); padding: 138px 0 93px; }
.hero::before { content: ""; position: absolute; width: 720px; height: 720px; right: -220px; top: -240px; border-radius: 50%; background: rgba(255,255,255,.1); }
.hero::after { content: ""; position: absolute; width: 480px; height: 480px; left: -340px; bottom: 0; border-radius: 50%; border: 80px solid rgba(255,255,255,.06); }
.pulse-lines { position: absolute; inset: 0; opacity: .14; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='780' height='180' viewBox='0 0 780 180'%3E%3Cpath d='M0 105h120l27-68 44 120 37-78 31 26h125l26-66 45 119 35-77 30 24h180' fill='none' stroke='white' stroke-width='8' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: repeat-x; background-position: center 38%; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; gap: 72px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; text-transform: uppercase; letter-spacing: .19em; font-size: 12px; font-weight: 850; }
.eyebrow span { width: 35px; height: 3px; background: var(--yellow); }
.hero h1 { max-width: 670px; margin: 0; font-size: clamp(64px, 7.2vw, 104px); line-height: .82; letter-spacing: -.075em; text-transform: uppercase; font-weight: 950; }
.hero h1 em { color: var(--yellow); font-style: normal; }
.hero-lead { max-width: 610px; margin: 35px 0 0; font-size: clamp(21px, 2vw, 27px); line-height: 1.3; font-weight: 770; letter-spacing: -.025em; }
.hero-support { max-width: 580px; margin: 17px 0 0; color: rgba(255,255,255,.84); font-size: 16px; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 33px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 54px; padding: 14px 22px; border-radius: 999px; font-weight: 850; font-size: 14px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--blue-950); background: var(--yellow); box-shadow: 0 14px 30px rgba(55,79,0,.2); }
.button-primary:hover { box-shadow: 0 17px 35px rgba(55,79,0,.27); }
.text-link { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; font-size: 14px; border-bottom: 1px solid rgba(255,255,255,.5); }
.text-link.dark { color: var(--blue-900); border-color: var(--blue-600); }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 620px; margin-top: 44px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.26); }
.hero-proof div { padding-right: 18px; }
.hero-proof div + div { padding-left: 18px; border-left: 1px solid rgba(255,255,255,.22); }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { font-size: 15px; }
.hero-proof span { margin-top: 3px; color: rgba(255,255,255,.68); font-size: 10px; line-height: 1.35; text-transform: uppercase; letter-spacing: .05em; }
.hero-visual { position: relative; align-self: end; }
.portrait-frame { position: relative; max-width: 470px; margin: 0 auto; border-radius: 235px 235px 24px 24px; overflow: hidden; box-shadow: 0 30px 65px rgba(0,46,73,.34); background: #d8edf5; }
.portrait-frame img { width: 100%; height: 590px; object-fit: cover; object-position: center 19%; filter: saturate(.9) contrast(1.02); }
.portrait-wash { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(3,44,68,.75) 100%); }
.portrait-caption { position: absolute; inset: auto 0 0; z-index: 2; padding: 35px 35px 30px; line-height: .85; transform: skew(-4deg); }
.portrait-caption span, .portrait-caption small { display: block; text-transform: uppercase; letter-spacing: .26em; font-weight: 800; font-size: 9px; }
.portrait-caption strong { display: block; margin: 4px 0; font-size: 47px; letter-spacing: -.06em; font-weight: 950; }
.portrait-caption b { color: var(--yellow); font-weight: 950; }
.visual-note { position: absolute; right: -26px; bottom: 72px; z-index: 4; width: 190px; margin: 0; padding: 15px 17px; border-left: 4px solid var(--yellow); background: rgba(6,54,77,.88); box-shadow: 0 10px 30px rgba(0,0,0,.18); font-size: 11px; line-height: 1.45; font-weight: 700; backdrop-filter: blur(8px); }
.hero-band { position: absolute; z-index: 3; inset: auto 0 0; height: 52px; display: flex; align-items: center; justify-content: center; gap: 30px; overflow: hidden; color: rgba(255,255,255,.87); background: var(--green-600); font-size: 12px; font-weight: 900; letter-spacing: .24em; }
.hero-band span { color: var(--yellow); }

.section-kicker { margin: 0 0 13px; color: var(--green-700); text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 900; }
.section-kicker.light { color: var(--yellow); }
.section h2, .closing h2 { margin: 0; color: var(--blue-950); font-size: clamp(39px, 4.5vw, 66px); line-height: .98; letter-spacing: -.055em; font-weight: 900; }
.connection { background: var(--white); }
.connection-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 100px; align-items: start; }
.section-intro { position: sticky; top: 120px; }
.section-intro h2 { max-width: 460px; }
.story-card { position: relative; padding: 55px; border-radius: var(--radius); background: linear-gradient(145deg, var(--blue-100), #f6fbfd); box-shadow: inset 0 0 0 1px var(--line); }
.story-card::before { content: ""; position: absolute; left: 0; top: 55px; width: 5px; height: 100px; border-radius: 0 4px 4px 0; background: var(--green-500); }
.story-card p { margin: 0 0 19px; color: var(--muted); }
.story-card .story-opening { color: var(--ink); font-size: 22px; line-height: 1.45; font-weight: 760; letter-spacing: -.02em; }
.story-card blockquote { position: relative; margin: 35px 0 0; padding: 24px 25px 24px 50px; color: var(--blue-950); border-top: 1px solid var(--blue-200); border-bottom: 1px solid var(--blue-200); font-size: 19px; line-height: 1.45; font-weight: 780; }
.story-card blockquote span { position: absolute; left: 7px; top: 3px; color: var(--green-500); font-size: 65px; line-height: 1; }

.manifesto { color: var(--white); background: var(--blue-950); overflow: hidden; }
.manifesto-grid { display: grid; grid-template-columns: 250px 1fr; gap: 60px; align-items: center; }
.manifesto-mark { color: rgba(255,255,255,.035); font-size: 260px; line-height: .7; font-weight: 950; letter-spacing: -.13em; transform: skew(-7deg); }
.manifesto h2 { color: var(--white); max-width: 830px; }
.manifesto-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 45px; margin-top: 37px; color: rgba(255,255,255,.7); }
.manifesto-copy p { margin: 0; }

.commitments { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.45fr .55fr; gap: 75px; align-items: end; }
.section-heading > p { margin: 0 0 3px; color: var(--muted); }
.commitment-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 58px; }
.commitment-card { position: relative; min-height: 565px; overflow: hidden; padding: 39px 34px 35px; border-radius: var(--radius); border: 1px solid var(--line); background: var(--white); box-shadow: 0 12px 35px rgba(6,54,77,.06); transition: transform .25s ease, box-shadow .25s ease; }
.commitment-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.commitment-card::after { content: ""; position: absolute; inset: auto -20% -105px; height: 170px; transform: rotate(-7deg); background: var(--accent-soft); }
.commitment-number { position: absolute; right: 28px; top: 22px; color: rgba(6,54,77,.07); font-size: 75px; line-height: 1; font-weight: 950; }
.commitment-icon { width: 65px; height: 65px; display: grid; place-items: center; border-radius: 50%; background: var(--accent-soft); color: var(--accent); }
.commitment-icon svg { width: 35px; height: 35px; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.commitment-card .card-label { margin: 29px 0 11px; color: var(--accent); font-size: 11px; line-height: 1.3; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.commitment-card h3 { max-width: 300px; margin: 0; color: var(--blue-950); font-size: 29px; line-height: 1.08; letter-spacing: -.035em; }
.commitment-card > p:not(.card-label) { color: var(--muted); margin: 21px 0; }
.commitment-card ul { position: relative; z-index: 2; list-style: none; margin: 25px 0 0; padding: 0; }
.commitment-card li { position: relative; padding: 9px 0 9px 24px; border-top: 1px solid var(--line); font-size: 13px; font-weight: 700; }
.commitment-card li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 950; }
.commitment-health { --accent: #138aa9; --accent-soft: #e2f6fa; }
.commitment-women { --accent: #4d9a50; --accent-soft: #e7f5e5; }
.commitment-region { --accent: #7d9500; --accent-soft: #f4f6ce; }

.federal { color: var(--white); background: linear-gradient(135deg, var(--green-700), #65b859); }
.federal-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: 100px; align-items: center; }
.federal-copy h2 { color: var(--white); }
.federal-copy > p:not(.section-kicker) { max-width: 520px; color: rgba(255,255,255,.79); margin: 28px 0 27px; }
.federal-copy .text-link { color: white; border-color: rgba(255,255,255,.5); }
.federal-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.28); }
.federal-list li { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 22px 5px; border-bottom: 1px solid rgba(255,255,255,.28); }
.federal-list li > span { color: var(--yellow); font-size: 13px; font-weight: 900; }
.federal-list strong { font-size: 19px; }
.federal-list p { margin: 3px 0 0; color: rgba(255,255,255,.68); font-size: 13px; }

.trajectory { background: var(--white); overflow: hidden; }
.trajectory-heading { max-width: 780px; }
.trajectory-heading > p:last-child { max-width: 610px; color: var(--muted); font-size: 18px; }
.timeline { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin-top: 70px; }
.timeline::before { content: ""; position: absolute; left: 7%; right: 7%; top: 8px; height: 2px; background: linear-gradient(90deg, var(--blue-600), var(--green-500), var(--lime)); }
.timeline article { position: relative; padding: 40px 25px 0 0; }
.timeline-dot { position: absolute; top: 0; left: 0; z-index: 2; width: 18px; height: 18px; border: 4px solid var(--white); border-radius: 50%; background: var(--blue-600); box-shadow: 0 0 0 2px var(--blue-600); }
.timeline article:nth-child(n+4) .timeline-dot { background: var(--green-500); box-shadow: 0 0 0 2px var(--green-500); }
.timeline article > p { margin: 0 0 6px; color: var(--green-700); text-transform: uppercase; letter-spacing: .11em; font-size: 9px; font-weight: 900; }
.timeline h3 { margin: 0; font-size: 19px; line-height: 1.2; }
.timeline small { display: block; margin-top: 9px; padding-right: 14px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.source-note { display: flex; align-items: flex-start; gap: 12px; max-width: 750px; margin-top: 55px; padding: 15px 18px; border: 1px solid #d7e9cf; border-radius: 12px; color: #557052; background: #f3faef; font-size: 12px; }
.source-note p { margin: 0; }
.source-note span { color: var(--green-700); font-weight: 900; }

.questions { background: var(--blue-100); }
.questions-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; align-items: start; }
.questions-intro { position: sticky; top: 115px; }
.questions-intro > p:last-child { max-width: 410px; color: var(--muted); }
.faq { border-top: 1px solid #b7d7e2; }
.faq details { border-bottom: 1px solid #b7d7e2; }
.faq summary { display: grid; grid-template-columns: 1fr 28px; gap: 15px; align-items: center; padding: 24px 0; cursor: pointer; list-style: none; color: var(--blue-950); font-size: 17px; font-weight: 800; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: white; background: var(--blue-700); transition: transform .2s ease; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { margin: -4px 55px 24px 0; color: var(--muted); }

.closing { position: relative; overflow: hidden; padding: 110px 0; color: white; background: linear-gradient(118deg, var(--blue-700), var(--blue-600) 55%, #55afd3); }
.closing-pulse { position: absolute; inset: 0; opacity: .11; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='780' height='180' viewBox='0 0 780 180'%3E%3Cpath d='M0 105h120l27-68 44 120 37-78 31 26h125l26-66 45 119 35-77 30 24h180' fill='none' stroke='white' stroke-width='8'/%3E%3C/svg%3E"); background-position: center; }
.closing-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .7fr; gap: 90px; align-items: center; }
.closing h2 { color: white; }
.closing h2 em { color: var(--yellow); font-style: normal; }
.closing p:not(.section-kicker) { max-width: 650px; color: rgba(255,255,255,.8); font-size: 18px; }
.button-light { margin-top: 12px; color: var(--blue-950); background: white; }
.closing-brand { justify-self: end; padding: 55px 42px; text-align: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; aspect-ratio: 1; display: flex; flex-direction: column; justify-content: center; transform: rotate(-5deg); background: rgba(6,54,77,.15); box-shadow: 0 20px 50px rgba(6,54,77,.2); }
.closing-brand span, .closing-brand small { text-transform: uppercase; letter-spacing: .21em; font-size: 9px; font-weight: 850; }
.closing-brand strong { margin: 8px 0; font-size: 48px; line-height: .84; letter-spacing: -.06em; }
.closing-brand b { color: var(--yellow); }

.site-footer { padding: 55px 0 25px; color: rgba(255,255,255,.7); background: var(--blue-950); font-size: 12px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.2fr .7fr; gap: 55px; }
.footer-brand { color: white; font-size: 28px; font-weight: 900; letter-spacing: -.05em; }
.footer-brand strong { color: var(--yellow); }
.footer-grid p { margin: 5px 0; }
.footer-legal strong { color: white; }
[data-required] { color: var(--yellow); font-weight: 800; }
.footer-links { display: grid; gap: 7px; align-content: start; justify-items: start; }
.footer-links a:hover { color: white; }
.footer-links button { padding: 0; border: 0; color: inherit; background: transparent; cursor: pointer; text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.42); font-size: 10px; }
.mobile-action { display: none; }

[data-reveal] { opacity: 1; transform: none; }
.reveal-ready [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal-ready [data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .main-nav { gap: 16px; }
  .main-nav > a:not(.nav-cta) { display: none; }
  .hero-grid { gap: 30px; }
  .visual-note { right: 0; }
  .connection-grid, .questions-grid { gap: 60px; }
  .commitment-card { padding-inline: 26px; }
  .federal-grid { gap: 60px; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 72px; }
  body { padding-bottom: 62px; }
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section { padding: 78px 0; }
  .site-header, .site-header.is-scrolled { height: 68px; background: rgba(6,78,112,.96); }
  .brand { min-width: 150px; }
  .brand-name { font-size: 25px; }
  .brand-number { font-size: 23px; }
  .menu-button { display: block; }
  .main-nav { position: absolute; left: 15px; right: 15px; top: 63px; display: none; padding: 22px; border-radius: 18px; background: var(--blue-950); box-shadow: var(--shadow); }
  .main-nav.is-open { display: grid; }
  .main-nav > a:not(.nav-cta) { display: block; padding: 7px 0; }
  .nav-cta { margin-top: 7px; text-align: center; }
  .hero { min-height: auto; padding: 112px 0 52px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); }
  .hero-copy, .hero-visual, .hero-proof { min-width: 0; }
  .hero-lead, .hero-support { max-width: 100%; overflow-wrap: anywhere; }
  .hero h1 { font-size: clamp(58px, 16vw, 82px); }
  .hero-lead { font-size: 21px; }
  .hero-visual { width: min(100%, 520px); margin: 25px auto 30px; }
  .portrait-frame img { height: 530px; }
  .hero-band { position: relative; margin-top: 18px; padding: 0 20px; gap: 15px; font-size: 9px; letter-spacing: .12em; }
  .connection-grid, .questions-grid, .federal-grid, .section-heading, .closing-grid { grid-template-columns: 1fr; gap: 45px; }
  .section-intro, .questions-intro { position: static; }
  .story-card { padding: 40px 30px; }
  .manifesto-grid { grid-template-columns: 1fr; gap: 30px; }
  .manifesto-mark { font-size: 150px; }
  .manifesto-copy { grid-template-columns: 1fr; gap: 18px; }
  .commitment-list { grid-template-columns: 1fr; }
  .commitment-card { min-height: auto; }
  .timeline { grid-template-columns: 1fr; margin-left: 8px; }
  .timeline::before { left: 8px; top: 8px; bottom: 8px; width: 2px; height: auto; right: auto; }
  .timeline article { padding: 0 0 35px 42px; }
  .timeline-dot { left: 0; }
  .closing-brand { justify-self: start; max-width: 300px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 1 / -1; grid-template-columns: repeat(4, auto); justify-content: start; gap: 18px; }
  .mobile-action { position: fixed; z-index: 90; inset: auto 0 0; display: block; padding: 8px 12px; color: var(--blue-950); background: rgba(255,255,255,.96); box-shadow: 0 -8px 25px rgba(6,54,77,.12); backdrop-filter: blur(10px); }
  .mobile-action a { display: flex; align-items: center; justify-content: space-between; min-height: 46px; padding: 0 20px; border-radius: 999px; background: var(--yellow); font-size: 13px; font-weight: 900; }
}

@media (max-width: 520px) {
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-proof { grid-template-columns: 1fr; gap: 13px; }
  .hero-proof div, .hero-proof div + div { padding: 0; border-left: 0; }
  .hero-proof div + div { padding-top: 13px; border-top: 1px solid rgba(255,255,255,.2); }
  .portrait-frame img { height: 455px; }
  .portrait-caption strong { font-size: 38px; }
  .visual-note { right: 7px; bottom: 80px; }
  .story-card .story-opening { font-size: 19px; }
  .manifesto-mark { display: none; }
  .section-heading { gap: 20px; }
  .commitment-list { margin-top: 38px; }
  .closing-brand { max-width: 260px; }
  .closing-brand strong { font-size: 39px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { grid-column: auto; grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

@media print {
  .site-header, .mobile-action, .hero-actions, .footer-links { display: none !important; }
  .hero { min-height: auto; }
  .section, .closing { padding: 45px 0; }
  [data-reveal] { opacity: 1; transform: none; }
}
