:root {
  --malachite: #1b2e23;
  --parchment: #f5f2e8;
  --gold: #c9994a;
  --sage: #a8c4a8;
  --forest: #0e1a12;
  --paper-deep: #ebe6d8;
  --paper-soft: #f0ecdf;
  --ink-muted: #526258;
  --line: rgba(27, 46, 35, 0.16);
  --line-dark: rgba(245, 242, 232, 0.18);
  --shadow: 0 26px 70px rgba(14, 26, 18, 0.14);
  --display: "Cormorant Garamond", serif;
  --heading: "Fraunces", serif;
  --editorial: "IBM Plex Serif", serif;
  --body: "Inter", sans-serif;
  --mono: "IBM Plex Mono", monospace;
  --container: min(1180px, calc(100vw - 48px));
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; color-scheme: light; }
body { margin: 0; background: var(--parchment); color: var(--forest); font-family: var(--body); font-size: 16px; font-weight: 400; line-height: 1.72; text-rendering: optimizeLegibility; }
body::before { position: fixed; inset: 0; z-index: -1; background-image: radial-gradient(rgba(27, 46, 35, 0.045) 0.7px, transparent 0.7px); background-size: 6px 6px; content: ""; pointer-events: none; }
img { max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

/* ── Skip link ── */
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 14px; background: var(--gold); color: var(--forest); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

/* ── Scroll progress ── */
.scroll-progress { position: fixed; inset: 0 0 auto; z-index: 120; height: 3px; background: var(--gold); transform: scaleX(0); transform-origin: left center; will-change: transform; }

/* ── Layout ── */
.container { width: var(--container); margin-inline: auto; }
.narrow { max-width: 820px; }

/* ── Header ── */
.site-header { position: sticky; top: 0; z-index: 90; background: rgba(245, 242, 232, 0.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); transition: box-shadow 400ms ease, background 400ms ease; }
.site-header.is-condensed { box-shadow: 0 8px 32px rgba(14, 26, 18, 0.09); }
.header-inner { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 28px; transition: min-height 400ms var(--ease-out-expo); }
.site-header.is-condensed .header-inner { min-height: 96px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: auto; height: 80px; display: block; transition: transform 400ms var(--ease-out-expo); }
.brand:hover img { transform: scale(1.04); }
.navigation { display: flex; align-items: center; gap: 28px; }
.navigation a { position: relative; color: var(--malachite); font-size: 0.73rem; letter-spacing: 0.12em; text-decoration: none; text-transform: uppercase; transition: color 220ms ease; }
.navigation a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: var(--gold); content: ""; transform: scaleX(0); transform-origin: left; transition: transform 320ms var(--ease-out-expo); }
.navigation a:hover { color: var(--gold); }
.navigation a:hover::after, .navigation a[aria-current="page"]::after { transform: scaleX(1); }
.menu-button { display: none; border: 1px solid var(--malachite); background: transparent; color: var(--malachite); padding: 9px 14px; font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; transition: background 220ms ease, color 220ms ease; }
.menu-button:hover { background: var(--malachite); color: var(--parchment); }

/* ── Hero ── */
.hero { position: relative; min-height: min(760px, calc(100svh - 112px)); display: grid; align-items: end; overflow: clip; background: var(--malachite); color: var(--parchment); }
.hero-image, .subhero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 12s var(--ease-out-expo); }
.is-ready .hero-image { transform: scale(1.06); }
.hero::after, .subhero::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14, 26, 18, 0.96) 0%, rgba(14, 26, 18, 0.72) 46%, rgba(14, 26, 18, 0.28) 76%, rgba(14, 26, 18, 0.16) 100%), linear-gradient(0deg, rgba(14, 26, 18, 0.72), transparent 62%); content: ""; }
.hero-copy { position: relative; z-index: 2; max-width: 800px; padding-block: 70px 60px; }

/* ── Typography ── */
.eyebrow { margin: 0 0 18px; color: var(--gold); font-family: var(--mono); font-size: 0.69rem; letter-spacing: 0.16em; line-height: 1.5; text-transform: uppercase; }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2, h3 { margin: 0; font-weight: 400; }
h1 { max-width: 15ch; font-family: var(--display); font-size: clamp(3.4rem, 6vw, 6.2rem); letter-spacing: -0.035em; line-height: 0.9; }
h2 { max-width: 19ch; font-family: var(--heading); font-size: clamp(2.25rem, 4.9vw, 4.75rem); letter-spacing: -0.035em; line-height: 1.02; }
h3 { font-family: var(--editorial); font-size: clamp(1.2rem, 2vw, 1.6rem); line-height: 1.25; }
.lead { max-width: 60ch; margin: 26px 0 0; font-family: var(--editorial); font-size: clamp(1.04rem, 1.7vw, 1.25rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }

/* ── Buttons ── */
.button { position: relative; display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 10px; border: 1px solid var(--gold); background: var(--gold); color: var(--forest); padding: 13px 19px; font-size: 0.72rem; letter-spacing: 0.11em; line-height: 1.2; text-decoration: none; text-transform: uppercase; overflow: hidden; transition: transform 280ms var(--ease-out-expo), background 280ms ease, color 280ms ease, box-shadow 280ms ease; }
.button::before { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.25) 50%, transparent 70%); transform: translateX(-110%); transition: transform 600ms var(--ease-out-expo); }
.button:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(201, 153, 74, 0.28); }
.button:hover::before { transform: translateX(110%); }
.button.secondary { background: transparent; color: var(--parchment); }
.button.secondary:hover { background: rgba(245, 242, 232, 0.08); }
.button.ghost { background: transparent; color: var(--malachite); border-color: rgba(27, 46, 35, 0.45); }
.button.ghost:hover { background: var(--malachite); color: var(--parchment); border-color: var(--malachite); }
.button:focus-visible, .navigation a:focus-visible, .menu-button:focus-visible, .format-tab:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, details:focus-within { outline: 3px solid rgba(201, 153, 74, 0.48); outline-offset: 4px; }

/* ── Status band ── */
.status-band { border-bottom: 1px solid var(--line); background: var(--paper-soft); }
.status-band .container { display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: center; padding-block: 18px; }
.status-label { border: 1px solid var(--gold); padding: 5px 9px; color: var(--malachite); font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.11em; text-transform: uppercase; }
.status-band p { margin: 0; color: var(--ink-muted); font-size: 0.83rem; }

/* ── Sections ── */
section { padding-block: clamp(78px, 10vw, 150px); }
.section-quiet { background: var(--paper-soft); }
.section-dark { background: var(--malachite); color: var(--parchment); }
.section-dark h2, .section-dark h3 { color: var(--parchment); }
.section-dark p:not(.eyebrow) { color: rgba(245, 242, 232, 0.78); }

/* ── Split layout ── */
.split { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr); gap: clamp(44px, 8vw, 112px); align-items: center; }
.split.reverse > :first-child { order: 2; }
.section-copy p:not(.eyebrow) { max-width: 61ch; color: var(--ink-muted); }
.section-copy .lead { color: var(--forest); }
.rule { width: 0; height: 1px; margin: 26px 0; border: 0; background: var(--gold); transition: width 800ms var(--ease-out-expo) 200ms; }
.is-visible .rule, .rule.is-visible { width: 76px; }

/* ── Media frames ── */
.media-frame { position: relative; overflow: hidden; min-width: 0; min-height: 0; background: var(--malachite); box-shadow: var(--shadow); }
.media-frame::after { position: absolute; inset: 15px; border: 1px solid rgba(201, 153, 74, 0); content: ""; pointer-events: none; transition: border-color 800ms ease 400ms, inset 800ms var(--ease-out-expo) 400ms; }
.media-frame.is-visible::after { border-color: rgba(201, 153, 74, 0.38); }
.media-frame img { width: 100%; height: 100%; display: block; object-fit: cover; transform: scale(1.08) translateY(var(--parallax-y, 0)); transition: transform 700ms var(--ease-out-expo); will-change: transform; }
.media-frame.is-visible img { transform: scale(1.045) translateY(var(--parallax-y, 0)); }
.media-frame:hover img { transform: scale(1.07) translateY(var(--parallax-y, 0)); }
.media-frame.ratio-4-3 { aspect-ratio: 4 / 3; }
.media-frame.ratio-3-2 { aspect-ratio: 3 / 2; }
.media-frame.ratio-1-1 { aspect-ratio: 1 / 1; }
.media-frame.ratio-4-5 { aspect-ratio: 4 / 5; }

/* ── Metrics ── */
.metric-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--line); background: rgba(245, 242, 232, 0.56); }
.metric { padding: 30px 24px; border-right: 1px solid var(--line); }
.metric:last-child { border-right: 0; }
.metric-value { display: block; font-family: var(--display); font-size: 2.35rem; line-height: 1; color: var(--malachite); }
.metric-label { display: block; margin-top: 9px; color: var(--ink-muted); font-family: var(--mono); font-size: 0.65rem; letter-spacing: 0.09em; text-transform: uppercase; }

/* ── Cards ── */
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 46px; }
.card { position: relative; min-height: 270px; padding: 34px; border: 1px solid var(--line); background: rgba(245, 242, 232, 0.72); overflow: hidden; transition: transform 400ms var(--ease-out-expo), box-shadow 400ms ease, border-color 320ms ease; }
.card::before { position: absolute; inset: 0 auto 0 0; width: 3px; background: var(--gold); content: ""; transform: scaleY(0); transform-origin: bottom; transition: transform 400ms var(--ease-out-expo); }
.card:hover { transform: translateY(-8px); border-color: rgba(201, 153, 74, 0.65); box-shadow: 0 22px 54px rgba(14, 26, 18, 0.12); }
.card:hover::before { transform: scaleY(1); }
.card p { margin: 18px 0 0; color: var(--ink-muted); }
.card-kicker { color: var(--gold); font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; }
.card .button { margin-top: 24px; }
.section-dark .card { border-color: var(--line-dark); background: rgba(245, 242, 232, 0.035); }
.section-dark .card p { color: rgba(245, 242, 232, 0.7); }

/* ── Format cards ── */
.format-visual { position: relative; overflow: hidden; aspect-ratio: 3 / 2; background: var(--forest); }
.format-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms var(--ease-out-expo); }
.format-card:hover .format-visual img { transform: scale(1.06); }
.format-card-body { padding: 28px; }
.format-meta { margin-top: 10px; color: var(--gold); font-family: var(--mono); font-size: 0.78rem; }

/* ── Format tabs ── */
.format-tabs { display: flex; flex-wrap: wrap; gap: 10px; margin: 42px 0 28px; }
.format-tab { border: 1px solid rgba(27, 46, 35, 0.28); background: transparent; color: var(--malachite); padding: 11px 16px; cursor: pointer; font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase; transition: border-color 280ms ease, background 280ms ease, color 280ms ease, transform 280ms var(--ease-out-expo); }
.format-tab:hover { transform: translateY(-2px); border-color: var(--gold); }
.format-tab.is-active { border-color: var(--gold); background: var(--gold); color: var(--forest); }
.format-panel { border: 1px solid var(--line); background: var(--paper-soft); padding: clamp(26px, 5vw, 54px); animation: panelReveal 500ms var(--ease-out-expo) both; }
@keyframes panelReveal { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.format-panel[hidden] { display: none; }
.format-panel-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 44px; align-items: start; }
.detail-list { margin: 0; padding: 0; list-style: none; }
.detail-list li { padding: 15px 0; border-bottom: 1px solid var(--line); }
.detail-list li:last-child { border-bottom: 0; }
.detail-list strong { display: block; margin-bottom: 4px; font-family: var(--editorial); font-weight: 400; }
.detail-list span { color: var(--ink-muted); }

/* ── Timeline ── */
.timeline { position: relative; max-width: 900px; margin: 54px auto 0; }
.timeline::before { position: absolute; top: 0; bottom: 0; left: 25px; width: 1px; background: var(--gold); content: ""; transform: scaleY(0); transform-origin: top; transition: transform 1200ms var(--ease-out-expo) 300ms; }
.timeline.is-visible::before { transform: scaleY(1); }
.timeline-step { position: relative; padding: 0 0 50px 82px; }
.timeline-step:last-child { padding-bottom: 0; }
.timeline-step::before { position: absolute; top: 4px; left: 16px; width: 18px; height: 18px; border: 5px solid var(--parchment); border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 1px var(--gold); content: ""; transform: scale(0); transition: transform 400ms var(--ease-out-expo); }
.timeline-step.is-visible::before { transform: scale(1); }
.timeline-step::after { position: absolute; top: 4px; left: 16px; width: 18px; height: 18px; border-radius: 50%; background: rgba(201, 153, 74, 0.3); content: ""; animation: none; pointer-events: none; }
.timeline-step.is-visible::after { animation: dotPulse 2s ease-out 600ms; }
@keyframes dotPulse { 0% { transform: scale(1); opacity: 0.5; } 100% { transform: scale(2.8); opacity: 0; } }
.timeline-step p { margin: 9px 0 0; color: var(--ink-muted); }
.timeline-step .step-label { color: var(--gold); font-family: var(--mono); font-size: 0.67rem; letter-spacing: 0.1em; text-transform: uppercase; }

/* ── Quote ── */
.quote { margin: 0; padding-left: 25px; border-left: 2px solid var(--gold); font-family: var(--editorial); font-size: clamp(1.25rem, 2vw, 1.7rem); line-height: 1.5; }

/* ── Subhero ── */
.subhero { position: relative; min-height: 470px; display: grid; align-items: end; overflow: hidden; background: var(--malachite); color: var(--parchment); }
.subhero-image { transition: transform 12s var(--ease-out-expo); }
.is-ready .subhero-image { transform: scale(1.06); }
.subhero-copy { position: relative; z-index: 2; padding-block: 82px 70px; }
.subhero h1 { font-size: clamp(3.2rem, 7vw, 6.5rem); }

/* ── Notice ── */
.notice { margin: 26px 0; padding: 18px 20px; border: 1px solid rgba(201, 153, 74, 0.55); background: rgba(201, 153, 74, 0.08); color: var(--ink-muted); font-size: 0.9rem; }
.notice strong { font-family: var(--editorial); font-weight: 400; color: var(--malachite); }

/* ── Form ── */
.form-shell { padding: clamp(28px, 6vw, 62px); border: 1px solid var(--line); background: var(--paper-soft); box-shadow: var(--shadow); }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.field { margin-bottom: 22px; }
.field label { display: block; margin-bottom: 8px; color: var(--malachite); font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.08em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; border: 1px solid rgba(27, 46, 35, 0.25); border-radius: 0; background: var(--parchment); color: var(--forest); padding: 12px 14px; transition: border-color 280ms ease, box-shadow 280ms ease; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201, 153, 74, 0.12); }
.field textarea { min-height: 138px; resize: vertical; }
.field-hint { margin: 8px 0 0; color: var(--ink-muted); font-size: 0.78rem; }
.consent { display: grid; grid-template-columns: 20px 1fr; gap: 12px; align-items: start; margin: 18px 0; color: var(--ink-muted); font-size: 0.85rem; }
.consent input { margin-top: 5px; accent-color: var(--malachite); }
.form-status { min-height: 1.6em; margin: 14px 0; color: #7a4a17; font-size: 0.84rem; }
.button[disabled] { cursor: wait; opacity: 0.7; transform: none; }
.was-validated :invalid { border-color: #9b4c3f; }
.hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

/* ── Prose ── */
.prose h2 { margin-top: 60px; font-size: clamp(2rem, 4vw, 3.3rem); }
.prose h3 { margin-top: 36px; }
.prose p, .prose li { color: var(--ink-muted); }
.prose ul { padding-left: 20px; }
.prose a { color: var(--malachite); text-decoration-color: var(--gold); text-underline-offset: 4px; transition: color 220ms ease; }
.prose a:hover { color: var(--gold); }

/* ── CTA ── */
.cta { text-align: center; }
.cta h2 { margin-inline: auto; }
.cta .lead { margin-inline: auto; }
.cta .hero-actions { justify-content: center; }

/* ── Footer ── */
.site-footer { padding-block: 64px 28px; background: var(--forest); color: var(--parchment); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 0.7fr 0.9fr; gap: 54px; }
.footer-logo { width: auto; height: 82px; display: block; margin-bottom: 18px; transition: transform 400ms var(--ease-out-expo); }
.footer-logo:hover { transform: scale(1.04); }
.site-footer p { color: rgba(245, 242, 232, 0.62); font-size: 0.84rem; }
.site-footer h3 { color: var(--gold); font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; }
.footer-links { margin: 18px 0 0; padding: 0; list-style: none; }
.footer-links li + li { margin-top: 8px; }
.footer-links a { position: relative; color: rgba(245, 242, 232, 0.72); font-size: 0.83rem; text-decoration: none; transition: color 280ms ease, padding-left 280ms var(--ease-out-expo); }
.footer-links a::before { content: ""; position: absolute; left: -12px; top: 50%; width: 0; height: 1px; background: var(--gold); transition: width 280ms var(--ease-out-expo); }
.footer-links a:hover { color: var(--gold); padding-left: 8px; }
.footer-links a:hover::before { width: 8px; }
.footer-base { display: grid; grid-template-columns: auto 1fr; gap: 36px; margin-top: 54px; padding-top: 22px; border-top: 1px solid var(--line-dark); color: rgba(245, 242, 232, 0.5); font-size: 0.72rem; }

/* ── Reveal animations ── */
[data-reveal] { opacity: 0; transform: translateY(32px); transition: opacity 900ms var(--ease-out-expo), transform 900ms var(--ease-out-expo); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
[data-reveal="left"] { transform: translateX(-40px) translateY(0); }
[data-reveal="left"].is-visible { transform: translateX(0) translateY(0); }
[data-reveal="right"] { transform: translateX(40px) translateY(0); }
[data-reveal="right"].is-visible { transform: translateX(0) translateY(0); }
[data-reveal="scale"] { transform: scale(0.92); }
[data-reveal="scale"].is-visible { transform: scale(1); }
.hero [data-reveal], .subhero [data-reveal] { opacity: 1; transform: none; }
[data-reveal-delay="1"] { transition-delay: 120ms; }
[data-reveal-delay="2"] { transition-delay: 240ms; }
[data-reveal-delay="3"] { transition-delay: 360ms; }
[data-reveal-delay="4"] { transition-delay: 480ms; }
[data-reveal-delay="5"] { transition-delay: 600ms; }

/* ── Hero text entrance ── */
.hero .eyebrow { opacity: 0; transform: translateY(16px); animation: heroTextIn 800ms var(--ease-out-expo) 200ms both; }
.hero h1 { opacity: 0; transform: translateY(24px); animation: heroTextIn 900ms var(--ease-out-expo) 400ms both; }
.hero .lead { opacity: 0; transform: translateY(20px); animation: heroTextIn 800ms var(--ease-out-expo) 650ms both; }
.hero .hero-actions { opacity: 0; transform: translateY(18px); animation: heroTextIn 700ms var(--ease-out-expo) 900ms both; }
@keyframes heroTextIn { from { opacity: 0; transform: translateY(var(--ty, 20px)); } to { opacity: 1; transform: translateY(0); } }

.subhero .eyebrow { opacity: 0; animation: heroTextIn 800ms var(--ease-out-expo) 200ms both; }
.subhero h1 { opacity: 0; animation: heroTextIn 900ms var(--ease-out-expo) 400ms both; }
.subhero .lead { opacity: 0; animation: heroTextIn 800ms var(--ease-out-expo) 650ms both; }

/* ── Gold separator line animation ── */
.section-dark + section .eyebrow::after,
.section-quiet + section .eyebrow::after { content: ""; display: block; width: 0; height: 1px; margin-top: 12px; background: var(--gold); transition: width 700ms var(--ease-out-expo) 400ms; }
.is-visible .eyebrow::after { width: 40px; }

/* ── Responsive ── */
@media (max-width: 900px) {
  :root { --container: min(100% - 36px, 760px); }
  .menu-button { display: block; }
  .navigation { position: absolute; top: 100%; right: 0; left: 0; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 14px 18px 22px; border-bottom: 1px solid var(--line); background: var(--parchment); }
  .navigation.is-open { display: flex; }
  .navigation a { padding: 13px 10px; }
  .navigation a::after { bottom: 6px; }
  .split, .format-panel-grid { grid-template-columns: 1fr; }
  .split.reverse > :first-child { order: initial; }
  .card-grid { grid-template-columns: 1fr; }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .metric:nth-child(2) { border-right: 0; }
  .metric:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .footer-base { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  :root { --container: calc(100% - 28px); }
  body { font-size: 15px; }
  .brand img { height: 80px; }
  .hero { min-height: 700px; }
  .hero::after { background: linear-gradient(0deg, rgba(14, 26, 18, 0.96) 0%, rgba(14, 26, 18, 0.62) 78%, rgba(14, 26, 18, 0.38) 100%); }
  .hero-copy { padding-block: 86px 58px; }
  h1 { font-size: clamp(3.1rem, 16vw, 5.1rem); line-height: 0.92; }
  h2 { font-size: clamp(2.15rem, 12vw, 3.4rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .status-band .container { grid-template-columns: 1fr; gap: 10px; }
  .metric-grid, .field-grid, .footer-grid { grid-template-columns: 1fr; }
  .metric { border-right: 0; border-bottom: 1px solid var(--line); }
  .metric:last-child { border-bottom: 0; }
  .footer-grid > :first-child { grid-column: auto; }
  .timeline::before { left: 17px; }
  .timeline-step { padding-left: 58px; }
  .timeline-step::before { left: 8px; }
  .timeline-step::after { left: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .media-frame img { transform: none; }
  .hero .eyebrow, .hero h1, .hero .lead, .hero .hero-actions,
  .subhero .eyebrow, .subhero h1, .subhero .lead { opacity: 1; transform: none; animation: none; }
  .rule { width: 76px; }
  .timeline::before { transform: scaleY(1); }
  .timeline-step::before { transform: scale(1); }
  .timeline-step::after { animation: none; }
}
