/*
  Partner.meditationmag.com
  Visual thesis: premium cinematic editorial authority, grounded by mission-led institutional trust.
  Tokens: midnight plum, warm paper, mineral green, saffron gold, rainbow CTA, high-contrast serif,
  disciplined 24/48/96 spacing, tactile rules/shadows, slow reveal motion, stacked mobile narrative.
*/
:root {
  --ink: #241d26;
  --ink-soft: #5d555e;
  --night: #190b2e;
  --plum: #5b2a86;
  --plum-bright: #7c3fb0;
  --paper: #f7f2e8;
  --paper-deep: #eee4d4;
  --white: #fffdf9;
  --moss: #365446;
  --moss-deep: #1e382e;
  --gold: #b98b35;
  --gold-light: #ebce8c;
  --rule: #d5c6b2;
  --display: Georgia, "Times New Roman", serif;
  --body: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: 78rem;
  --section: clamp(5rem, 7vw, 7.5rem);
  --shadow: 0 30px 70px rgb(25 11 46 / 16%);
  --rainbow: linear-gradient(100deg, #f05a60 0%, #ef9d3c 21%, #d9c646 39%, #53a66e 58%, #4a86c5 77%, #8d5bc3 100%);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6.5rem; }
body {
  margin: 0;
  min-width: 20rem;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 1rem;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .25em; }
button, select { font: inherit; }
button { color: inherit; }
h1, h2, h3, p, figure, blockquote { margin-top: 0; }
h1, h2, h3 {
  font-family: var(--display);
  font-weight: 400;
  line-height: 1.02;
  text-wrap: balance;
}
h1 { margin-bottom: 1.8rem; font-size: clamp(3.7rem, 7vw, 7rem); letter-spacing: -.065em; }
h2 { margin-bottom: 1.6rem; font-size: clamp(2.7rem, 5vw, 5.1rem); letter-spacing: -.05em; }
h3 { margin-bottom: .75rem; font-size: clamp(1.5rem, 2vw, 2.15rem); letter-spacing: -.025em; }
p:last-child { margin-bottom: 0; }

.shell { width: min(calc(100% - 3rem), var(--shell)); margin-inline: auto; }
.skip-link {
  position: fixed; z-index: 1000; top: .75rem; left: .75rem; padding: .75rem 1rem;
  border-radius: .3rem; background: var(--white); color: var(--night); font-weight: 800;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #f1bb4d; outline-offset: 4px; }

.eyebrow {
  display: flex; align-items: center; gap: .75rem; margin-bottom: 1.2rem;
  color: var(--moss); font-size: .72rem; font-weight: 900; letter-spacing: .18em;
  line-height: 1.4; text-transform: uppercase;
}
.eyebrow > span:first-child { width: 2rem; height: 1px; background: currentColor; }
.eyebrow-gold { color: var(--gold-light); }
.eyebrow-light { color: #f7db9f; }

.site-header {
  position: sticky; z-index: 60; top: 0; border-bottom: 1px solid rgb(247 242 232 / 13%);
  background: rgb(25 11 46 / 94%); color: var(--white); backdrop-filter: blur(15px);
}
.header-inner { display: flex; min-height: 5.4rem; align-items: center; justify-content: space-between; gap: 2rem; }
.brand-lockup { display: flex; align-items: center; gap: .8rem; text-decoration: none; }
.brand-lockup img:first-child { width: 8.5rem; height: 2.8rem; object-fit: contain; filter: brightness(0) invert(1); }
.brand-lockup img:last-child { width: 6.6rem; height: 2.8rem; border-radius: .2rem; object-fit: contain; }
.brand-lockup span { color: var(--gold-light); font-family: var(--display); font-size: 1.25rem; }
.primary-nav { display: flex; align-items: center; gap: 1.8rem; font-size: .82rem; font-weight: 800; }
.primary-nav a { color: rgb(255 253 249 / 75%); text-decoration: none; }
.primary-nav a:hover { color: var(--white); }
.primary-nav .nav-cta { padding: .72rem 1rem; border: 1px solid rgb(255 253 249 / 35%); border-radius: 999px; color: var(--white); }

.hero {
  position: relative; isolation: isolate; min-height: calc(100svh - 5.4rem); overflow: hidden;
  background: var(--night); color: var(--white);
}
.hero::before {
  position: absolute; z-index: -2; inset: 0;
  background:
    radial-gradient(circle at 78% 40%, rgb(125 65 174 / 35%), transparent 28rem),
    linear-gradient(120deg, #190b2e 0%, #26103f 52%, #131020 100%);
  content: "";
}
.hero::after {
  position: absolute; z-index: -1; inset: 0; opacity: .22;
  background-image: repeating-linear-gradient(90deg, transparent 0, transparent calc(12.5% - 1px), rgb(255 255 255 / 10%) calc(12.5% - 1px), rgb(255 255 255 / 10%) 12.5%);
  content: "";
}
.hero-orbit { position: absolute; z-index: -1; border: 1px solid rgb(235 206 140 / 18%); border-radius: 50%; }
.hero-orbit-one { top: -20rem; right: -8rem; width: 52rem; height: 52rem; }
.hero-orbit-two { right: 2rem; bottom: -30rem; width: 64rem; height: 64rem; }
.hero-grid { display: grid; min-height: calc(100svh - 5.4rem); align-items: center; gap: clamp(3rem, 6vw, 6rem); grid-template-columns: minmax(0, 1.05fr) minmax(25rem, .95fr); padding-block: 3.5rem; }
.hero h1 { max-width: 100%; color: var(--white); font-size: clamp(3.7rem, 6vw, 5.4rem); }
.hero .eyebrow { color: var(--gold-light); }
.hero-lede { max-width: 39rem; margin-bottom: 1.7rem; color: rgb(255 253 249 / 74%); font-family: var(--display); font-size: clamp(1.16rem, 1.6vw, 1.46rem); line-height: 1.5; }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; margin-bottom: 1.25rem; }
.button {
  position: relative; display: inline-flex; min-height: 3.65rem; align-items: center; justify-content: center;
  gap: .7rem; padding: 1rem 1.45rem; border: 0; border-radius: 999px; font-size: .95rem;
  font-weight: 900; line-height: 1.2; text-decoration: none; transition: transform 180ms ease, box-shadow 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-rainbow { background: var(--rainbow); color: #1a1023; box-shadow: 0 15px 35px rgb(0 0 0 / 24%); }
.button-rainbow::before { position: absolute; inset: 2px; border-radius: inherit; box-shadow: inset 0 1px rgb(255 255 255 / 45%); content: ""; pointer-events: none; }
.button-ink { background: var(--night); color: var(--white); }
.button-large { min-height: 4rem; padding: 1.1rem 1.6rem; font-size: 1rem; }
.text-link { color: var(--white); font-size: .85rem; font-weight: 800; }
.hero-note { color: rgb(255 253 249 / 48%); font-size: .75rem; }
.hero-note span { margin-inline: .4rem; color: var(--gold-light); }
.hero-visual {
  position: relative; display: grid; min-height: 37rem; align-items: center; gap: clamp(.55rem, 1vw, .9rem);
  padding: 3rem 0 7rem; grid-template-columns: repeat(3, minmax(0, 1fr));
}
.cover-feature {
  position: relative; overflow: hidden; width: 100%; aspect-ratio: 520 / 675; background: #fff;
  box-shadow: 0 35px 55px rgb(0 0 0 / 38%);
}
.cover-feature img { display: block; width: 100%; height: 100%; object-fit: contain; }
.cover-feature-back { transform: translateY(1.5rem) rotate(-4deg); }
.cover-feature-mid { transform: translateY(-.5rem); }
.cover-feature-front { transform: translateY(1.2rem) rotate(4deg); }
.hero-visual > p { position: absolute; right: 0; bottom: 0; left: 0; margin: 0 auto; max-width: 34rem; padding: 1.1rem 1.35rem; border: 1px solid rgb(255 255 255 / 17%); background: rgb(25 11 46 / 82%); color: rgb(255 253 249 / 70%); font-size: .84rem; text-align: center; backdrop-filter: blur(12px); }
.hero-visual > p strong { color: var(--white); }

.path-snapshot { padding-block: var(--section); background: var(--paper); }
.section-heading { display: grid; align-items: end; gap: 2rem; grid-template-columns: 1.1fr .9fr; margin-bottom: 4rem; }
.section-heading.compact { display: block; max-width: 55rem; }
.section-heading.compact > p:last-child { max-width: 43rem; color: var(--ink-soft); font-size: 1.08rem; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.snapshot-grid { display: grid; border-top: 1px solid var(--rule); grid-template-columns: repeat(3, 1fr); }
.snapshot-card { position: relative; min-height: 25rem; padding: 2.2rem; border-right: 1px solid var(--rule); color: var(--ink); text-decoration: none; transition: background 220ms ease, transform 220ms ease; }
.snapshot-card:first-child { border-left: 1px solid var(--rule); }
.snapshot-card:hover { z-index: 2; background: var(--white); box-shadow: var(--shadow); transform: translateY(-.6rem); }
.snapshot-number { display: block; margin-bottom: 7rem; color: var(--gold); font-family: var(--display); font-size: 1.2rem; }
.snapshot-kicker { margin-bottom: .35rem; color: var(--moss); font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.snapshot-card > p:not(.snapshot-kicker) { color: var(--ink-soft); }
.card-link { position: absolute; right: 2.2rem; bottom: 2rem; left: 2.2rem; color: var(--plum); font-size: .8rem; font-weight: 900; }

.story { padding-block: var(--section); background: var(--moss-deep); color: var(--white); }
.story-grid { display: grid; gap: clamp(3rem, 7vw, 7rem); grid-template-columns: .95fr 1.05fr; }
.story h2 { max-width: 11ch; }
.story-copy { padding-top: 3rem; color: rgb(255 253 249 / 68%); }
.story-lede { color: var(--white); font-family: var(--display); font-size: clamp(1.35rem, 2vw, 1.8rem); line-height: 1.5; }
.story-copy strong { color: var(--gold-light); }
.proof-strip { display: grid; margin-top: 5.5rem; border-top: 1px solid rgb(255 255 255 / 16%); grid-template-columns: repeat(3, 1fr); }
.proof-strip article { padding: 1.8rem 2rem 0 0; }
.proof-strip strong, .proof-strip span { display: block; }
.proof-strip strong { margin-bottom: .45rem; color: var(--gold-light); font-family: var(--display); font-size: 1.35rem; font-weight: 400; }
.proof-strip span { color: rgb(255 253 249 / 58%); font-size: .84rem; }

.archive { overflow: hidden; padding-block: var(--section); background: var(--paper-deep); }
.archive-heading { display: grid; align-items: end; gap: 5rem; grid-template-columns: 1.1fr .9fr; margin-bottom: 3.5rem; }
.archive-heading h2 { margin-bottom: 0; }
.archive-heading > p { color: var(--ink-soft); }
.cover-marquee { width: min(calc(100% - 3rem), var(--shell)); margin-inline: auto; padding: 1rem 0; }
.cover-track { display: grid; align-items: end; gap: 2rem 1.2rem; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.cover-track figure { min-width: 0; margin: 0; transition: transform 180ms ease; }
.cover-track figure:hover { transform: translateY(-.75rem) rotate(-1deg); }
.cover-track img { display: block; width: 100%; aspect-ratio: 520 / 675; object-fit: contain; background: var(--white); box-shadow: 0 18px 28px rgb(25 11 46 / 18%); }
.cover-track figcaption { margin-top: .75rem; color: var(--ink-soft); font-size: .7rem; font-weight: 800; letter-spacing: .07em; text-align: center; text-transform: uppercase; }

.pathway { padding-block: var(--section); }
.pathway-capital { background: var(--night); color: var(--white); }
.pathway-cro { background: var(--white); }
.pathway-land { background: var(--paper-deep); }
.pathway-grid { display: grid; gap: clamp(3rem, 7vw, 7rem); grid-template-columns: minmax(9rem, .25fr) minmax(0, 1.75fr); }
.pathway-aside { border-right: 1px solid currentColor; opacity: .32; }
.giant-number { display: block; font-family: var(--display); font-size: clamp(5rem, 9vw, 9rem); line-height: .8; letter-spacing: -.08em; }
.pathway-aside p { margin-top: 2rem; font-size: .7rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; writing-mode: vertical-rl; }
.pathway-main h2 { max-width: 12ch; }
.pathway-lede { max-width: 52rem; margin-bottom: 3rem; color: inherit; font-family: var(--display); font-size: clamp(1.25rem, 1.8vw, 1.65rem); line-height: 1.5; opacity: .82; }
.pathway-columns { display: grid; align-items: stretch; gap: 3rem; grid-template-columns: 1.15fr .85fr; }
.pathway-columns h3, .center-economics h3 { font-size: 1.5rem; }
.check-list { padding: 0; margin: 0; list-style: none; }
.check-list li { position: relative; padding: .7rem 0 .7rem 1.6rem; border-bottom: 1px solid currentColor; opacity: .78; }
.check-list li::before { position: absolute; left: 0; color: var(--gold-light); content: "✦"; }
.fit-card { display: flex; flex-direction: column; justify-content: space-between; padding: 2.2rem; border: 1px solid rgb(235 206 140 / 38%); background: rgb(255 255 255 / 6%); }
.fit-card p { color: inherit; opacity: .74; }
.fit-card .fit-label { color: var(--gold-light); font-size: .7rem; font-weight: 900; letter-spacing: .15em; opacity: 1; text-transform: uppercase; }
.fit-card a { margin-top: 2rem; color: var(--gold-light); font-size: .82rem; font-weight: 900; }
.qualified-note { max-width: 59rem; margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid currentColor; font-size: .72rem; opacity: .5; }
.pathway-cro .qualified-note { color: var(--ink-soft); opacity: .8; }
.role-grid { display: grid; margin-top: 3rem; border-top: 1px solid var(--rule); border-left: 1px solid var(--rule); grid-template-columns: repeat(2, 1fr); }
.role-grid article { min-height: 16rem; padding: 2rem; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.role-grid article > span { color: var(--gold); font-family: var(--display); }
.role-grid h3 { margin-top: 3rem; }
.role-grid p { color: var(--ink-soft); }
.role-callout { display: grid; align-items: center; gap: 2rem; margin-top: 3rem; padding: 2rem; background: var(--paper); grid-template-columns: 1fr auto; }
.role-callout p { max-width: 45rem; color: var(--ink-soft); }
.location-grid { display: grid; gap: 3rem; margin-top: 4rem; grid-template-columns: 1fr; }
.location-card { overflow: hidden; background: var(--white); box-shadow: 0 20px 45px rgb(25 11 46 / 10%); }
.location-card figure { margin: 0; }
.location-card figure img { display: block; width: 100%; aspect-ratio: 2 / 1; object-fit: contain; background: var(--night); }
.location-card figcaption { padding: .65rem 1.2rem; background: var(--night); color: rgb(255 253 249 / 65%); font-size: .68rem; }
.location-copy { padding: 2.2rem; }
.location-label { color: var(--gold); font-size: .7rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.location-copy p:last-child { color: var(--ink-soft); }
.center-economics { display: grid; gap: 2.5rem; margin-top: 4rem; padding: 3rem; background: var(--white); grid-template-columns: 1fr 1fr .85fr; }
.center-economics > div > p { color: var(--ink-soft); }
.fit-card-dark { background: var(--night); color: var(--white); }

.mission-callout { position: relative; overflow: hidden; padding-block: var(--section); background: var(--plum); color: var(--white); }
.mission-callout::after { position: absolute; right: -16rem; bottom: -26rem; width: 50rem; height: 50rem; border: 1px solid rgb(255 255 255 / 18%); border-radius: 50%; content: ""; }
.mission-callout-grid { position: relative; z-index: 1; display: grid; align-items: center; gap: 4rem; grid-template-columns: .35fr 1fr .75fr; }
.mission-callout-grid > img { width: 13rem; opacity: .82; }
.mission-callout h2 { max-width: 10ch; }
.mission-callout-grid > div > p:last-child { max-width: 43rem; color: rgb(255 253 249 / 70%); }
.mission-narration {
  margin: 0; padding-left: 2rem; border-left: 1px solid rgb(255 255 255 / 35%);
  font-family: var(--display); font-size: clamp(1.35rem, 2vw, 1.8rem); line-height: 1.45;
}

.final-paths { padding-block: var(--section); background: var(--paper); }
.final-path-grid { display: grid; gap: 1rem; grid-template-columns: repeat(3, 1fr); }
.final-path-grid button { min-height: 13rem; padding: 2rem; border: 1px solid var(--rule); background: transparent; cursor: pointer; text-align: left; transition: background 180ms ease, color 180ms ease, transform 180ms ease; }
.final-path-grid button:hover, .final-path-grid button[aria-pressed="true"] { background: var(--night); color: var(--white); transform: translateY(-.4rem); }
.final-path-grid span, .final-path-grid strong, .final-path-grid small { display: block; }
.final-path-grid span { margin-bottom: 3rem; color: var(--gold); font-family: var(--display); }
.final-path-grid strong { font-family: var(--display); font-size: 1.6rem; font-weight: 400; }
.final-path-grid small { margin-top: .35rem; opacity: .62; }

.conversation { padding-block: var(--section); background: var(--moss-deep); color: var(--white); }
.conversation-grid { display: grid; align-items: center; gap: clamp(3rem, 7vw, 7rem); grid-template-columns: 1.05fr .95fr; }
.conversation h2 { max-width: 11ch; }
.conversation-grid > div:first-child > p:last-child { max-width: 44rem; color: rgb(255 253 249 / 68%); }
.intent-panel { padding: clamp(2rem, 4vw, 3.5rem); background: var(--white); color: var(--ink); box-shadow: var(--shadow); }
.intent-panel label { display: block; margin-bottom: .75rem; color: var(--moss); font-size: .72rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.intent-panel select { width: 100%; min-height: 3.7rem; padding: .8rem 3rem .8rem 1rem; border: 1px solid var(--rule); border-radius: 0; background: var(--paper); color: var(--ink); }
.intent-panel .button { width: 100%; margin-top: 1rem; }
.email-help { margin-top: 1rem; color: var(--ink-soft); font-size: .74rem; text-align: center; }

.legal-note { padding-block: 3.5rem; border-bottom: 1px solid var(--rule); background: var(--paper-deep); }
.legal-grid { display: grid; gap: 4rem; grid-template-columns: .35fr 1.65fr; }
.legal-grid h2 { margin: 0; font-family: var(--body); font-size: .78rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.legal-grid p { color: var(--ink-soft); font-size: .72rem; line-height: 1.65; }

.site-footer { padding-block: 3rem; background: var(--night); color: rgb(255 253 249 / 62%); }
.footer-grid { display: grid; align-items: end; gap: 2rem; grid-template-columns: 1fr auto; }
.footer-brand img { width: 10rem; filter: brightness(0) invert(1); }
.footer-brand p, .footer-grid > p { margin-top: .75rem; font-size: .72rem; }
.footer-links { display: flex; gap: 1.4rem; font-size: .75rem; font-weight: 800; }
.footer-grid > p { grid-column: 1 / -1; margin-bottom: 0; padding-top: 1.5rem; border-top: 1px solid rgb(255 255 255 / 12%); }

.reveal { animation: enter 800ms both; }
.reveal-delay { animation-delay: 160ms; }
@keyframes enter { from { opacity: 0; transform: translateY(1.3rem); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 64rem) {
  .primary-nav a:not(.nav-cta) { display: none; }
  .hero-grid { gap: 3rem; grid-template-columns: 1fr 25rem; }
  .hero-visual { min-height: 33rem; }
  .cover-track { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .center-economics { grid-template-columns: 1fr 1fr; }
  .center-economics .fit-card { grid-column: 1 / -1; }
  .mission-callout-grid { grid-template-columns: .3fr 1fr; }
  .mission-narration { grid-column: 2; }
}

@media (max-width: 48rem) {
  :root { --section: 4rem; }
  body { font-size: 1.04rem; }
  h1 { font-size: clamp(3.15rem, 14vw, 4.35rem); }
  h2 { font-size: clamp(2.35rem, 10vw, 3.6rem); }
  .shell { width: min(calc(100% - 2rem), var(--shell)); }
  .header-inner { min-height: 4.5rem; }
  .brand-lockup { gap: .45rem; }
  .brand-lockup img:first-child { width: 6.4rem; }
  .brand-lockup img:last-child { display: block; width: 4.4rem; height: 2rem; }
  .brand-lockup span { display: none; }
  .primary-nav .nav-cta { padding: .62rem .75rem; font-size: .76rem; }
  .hero { min-height: auto; }
  .hero-grid { min-height: auto; gap: 1.75rem; padding-block: 3.5rem 4rem; grid-template-columns: 1fr; }
  .hero h1 { max-width: 8ch; }
  .hero-lede { font-size: 1.14rem; line-height: 1.5; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 1rem; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { padding-block: .55rem; text-align: center; }
  .hero-visual { min-height: 20rem; gap: .4rem; margin-top: .75rem; padding: 1.2rem 0 5.5rem; }
  .cover-feature-back { transform: translateY(.65rem) rotate(-3deg); }
  .cover-feature-mid { transform: translateY(-.25rem); }
  .cover-feature-front { transform: translateY(.55rem) rotate(3deg); }
  .hero-visual > p { padding: .85rem 1rem; font-size: .76rem; line-height: 1.45; }
  .snapshot-grid, .proof-strip, .final-path-grid, .story-grid, .archive-heading, .section-heading, .conversation-grid, .footer-grid { grid-template-columns: 1fr; }
  .snapshot-card, .snapshot-card:first-child { min-height: 15rem; padding: 1.6rem; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); border-left: 1px solid var(--rule); }
  .snapshot-number { margin-bottom: 2rem; }
  .card-link { right: 1.6rem; bottom: 1.4rem; left: 1.6rem; }
  .story-copy { padding-top: 0; }
  .proof-strip article { padding: 1.4rem 0; border-bottom: 1px solid rgb(255 255 255 / 13%); }
  .archive-heading { gap: 1rem; }
  .pathway-grid { gap: 2rem; grid-template-columns: 1fr; }
  .pathway-aside { display: flex; align-items: center; gap: 1.5rem; padding-bottom: 1.2rem; border-right: 0; border-bottom: 1px solid currentColor; }
  .giant-number { font-size: 4rem; }
  .pathway-aside p { margin: 0; writing-mode: initial; }
  .pathway-columns, .role-callout, .center-economics { grid-template-columns: 1fr; }
  .role-grid { grid-template-columns: 1fr; }
  .role-grid article { min-height: auto; padding: 1.5rem; }
  .role-grid h3 { margin-top: 1.4rem; }
  .role-callout { align-items: start; padding: 1.5rem; }
  .location-copy, .center-economics { padding: 1.5rem; }
  .location-card figcaption { font-size: .76rem; }
  .cover-marquee { width: min(calc(100% - 2rem), var(--shell)); }
  .cover-track { gap: 1.5rem .85rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mission-callout-grid { gap: 2rem; grid-template-columns: 1fr; }
  .mission-callout-grid > img { width: 8rem; }
  .mission-narration { grid-column: auto; }
  .legal-grid { gap: 1.5rem; grid-template-columns: 1fr; }
  .legal-grid p { font-size: .82rem; line-height: 1.65; }
  .footer-links { align-items: flex-start; flex-direction: column; gap: .8rem; font-size: .86rem; }
  .footer-brand p, .footer-grid > p { font-size: .8rem; }
  .final-path-grid button { min-height: 10.5rem; padding: 1.5rem; }
  .final-path-grid span { margin-bottom: 1.8rem; }
}

@media (max-width: 28rem) {
  .brand-lockup img:first-child { width: 5.8rem; }
  .brand-lockup img:last-child { width: 3.8rem; }
  .primary-nav .nav-cta { max-width: 7.9rem; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
