:root {
  --navy: #0b2740;
  --navy-2: #204a70;
  --navy-deep: #07192b;
  --green: #2ca01c;
  --green-hover: #36b525;
  --green-text: #1d7412;
  --green-soft: #e4f3df;
  --paper: #f6f8fb;
  --white: #ffffff;
  --ink: #0b2740;
  --ink-soft: #4a5d70;
  --line: #d9e1ea;
  --gutter: clamp(20px, 4vw, 56px);
  --header-h: 88px;
  --sans: "Manrope", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
html.has-smoothscroll { scroll-behavior: auto !important; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-stopped { overflow: hidden; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
section[id] { scroll-margin-top: var(--header-h); }

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
::selection { background: var(--green); color: var(--navy); }
img { max-width: 100%; display: block; }
h1, h2, h3 { font-weight: 700; line-height: 1.1; margin: 0; text-wrap: balance; letter-spacing: -0.025em; }
p { margin: 0; text-wrap: pretty; }
a { color: inherit; text-underline-offset: 3px; }
:focus-visible { outline: 2px solid var(--green-text); outline-offset: 3px; border-radius: 4px; }
.hero :focus-visible, .rhythm :focus-visible, .contact :focus-visible, .site-footer :focus-visible, .package-featured :focus-visible { outline-color: #7fd46f; }

.container { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 var(--gutter); }
.section { padding: clamp(84px, 11vw, 150px) 0; }
.skip-link { position: absolute; left: 12px; top: -60px; background: var(--navy); color: #fff; padding: 12px 16px; border-radius: 6px; z-index: 100; }
.skip-link:focus { top: 12px; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 52px; padding: 0 26px; border-radius: 8px;
  font: 700 15px/1 var(--sans); text-decoration: none; white-space: nowrap;
  border: 1.5px solid transparent; cursor: pointer;
  transition: background-color .2s var(--ease-out), color .2s var(--ease-out), border-color .2s var(--ease-out), box-shadow .2s var(--ease-out), transform .16s var(--ease-out);
}
.btn:active { transform: scale(0.97); }
.btn-green { background: var(--green); color: var(--navy); }
.btn-green:hover { background: var(--green-hover); box-shadow: 0 8px 22px rgba(44, 160, 28, .35); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-2); box-shadow: 0 8px 22px rgba(11, 39, 64, .25); }
.btn-outline { border-color: var(--navy); color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: #fff; }
.btn-ghost-light { border-color: rgba(255,255,255,.75); color: #fff; }
.btn-ghost-light:hover { background: #fff; color: var(--navy); }
.btn-sm { min-height: 46px; padding: 0 20px; font-size: 14px; }
.btn-row { display: flex; gap: 12px; flex-wrap: wrap; }

/* Header */
.site-header { position: fixed; inset: 16px var(--gutter) auto; z-index: 50; }
.nav {
  max-width: 1232px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between;
  border-radius: 10px; padding: 8px 8px 8px 22px; min-height: 64px;
  background: rgba(11, 39, 64, 0); border: 1px solid rgba(255,255,255,.18);
  transition: background-color .3s var(--ease-out), box-shadow .3s var(--ease-out), border-color .3s var(--ease-out);
}
.site-header.is-scrolled .nav { background: rgba(255,255,255,.96); border-color: transparent; box-shadow: 0 10px 30px rgba(11, 39, 64, .12); }
.brand { display: inline-flex; align-items: center; min-height: 48px; position: relative; }
.brand-logo { height: 28px; width: auto; transition: opacity .25s var(--ease-out); }
.brand-logo-dark { position: absolute; left: 0; top: 50%; transform: translateY(-50%); opacity: 0; }
.site-header.is-scrolled .brand-logo-light { opacity: 0; }
.site-header.is-scrolled .brand-logo-dark { opacity: 1; }
.nav-links { list-style: none; display: flex; align-items: center; gap: 2px; margin: 0; padding: 0; }
.nav-links a:not(.btn) { display: inline-flex; align-items: center; min-height: 46px; padding: 0 16px; font-size: 15px; font-weight: 600; text-decoration: none; color: #fff; border-radius: 6px; transition: background-color .2s var(--ease-out), color .2s var(--ease-out); }
.nav-links a:not(.btn):hover { background: rgba(255,255,255,.12); }
.site-header.is-scrolled .nav-links a:not(.btn) { color: var(--navy); }
.site-header.is-scrolled .nav-links a:not(.btn):hover { background: var(--paper); }
.nav-cta-item { margin-left: 8px; }
.nav-toggle { display: none; width: 48px; height: 48px; border: 0; background: transparent; color: #fff; border-radius: 6px; cursor: pointer; align-items: center; justify-content: center; }
.site-header.is-scrolled .nav-toggle { color: var(--navy); }

/* Hero */
.hero { position: relative; min-height: 100vh; min-height: 100svh; display: flex; align-items: flex-end; color: #fff; overflow: hidden; background: var(--navy-deep); }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 70% center; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7, 25, 43, .9) 0%, rgba(7, 25, 43, .62) 42%, rgba(7, 25, 43, .1) 75%), linear-gradient(to top, rgba(7, 25, 43, .7) 0%, rgba(7, 25, 43, 0) 45%); }
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 48px; align-items: end; padding-top: calc(var(--header-h) + 40px); padding-bottom: clamp(48px, 9vh, 104px); }
.badge { display: inline-flex; align-items: flex-start; gap: 10px; font-size: 14px; font-weight: 600; margin-bottom: 24px; white-space: nowrap; color: rgba(255,255,255,.92); }
.badge-mark { width: 9px; height: 9px; background: var(--green); border-radius: 2px; margin-top: 6px; flex: none; }
.hero-inner.container { max-width: 1480px; }
.hero h1 { font-size: clamp(44px, calc((100vw - 520px) / 11.8), 78px); line-height: 1.02; letter-spacing: -0.035em; font-weight: 800; }
.hero h1 em { font-style: normal; color: #6fd05e; }
.hero-line { display: block; white-space: nowrap; }
.hero-sub { font-size: 19px; color: rgba(255,255,255,.88); max-width: 46ch; margin: 24px 0 32px; }
.hero-cards { position: relative; width: 360px; height: 380px; }
.float-card { position: absolute; background: #fff; color: var(--navy); border-radius: 10px; box-shadow: 0 24px 50px rgba(3, 12, 22, .35); }
.float-card-report { right: 0; top: 0; width: 320px; padding: 22px 22px 18px; }
.float-card-close { left: 0; bottom: 0; width: max-content; display: flex; align-items: center; gap: 14px; padding: 16px 20px; }
.fc-title { font-weight: 700; font-size: 15px; line-height: 1.3; }
.fc-meta { font-size: 13px; color: var(--ink-soft); white-space: nowrap; }
.fc-bars { display: flex; align-items: flex-end; gap: 10px; height: 110px; margin: 18px 0 8px; padding-bottom: 1px; border-bottom: 1px solid var(--line); }
.fc-bars span { flex: 1; height: var(--h); background: var(--navy-2); border-radius: 4px 4px 0 0; }
.fc-bars span:nth-child(6) { background: var(--green); }
.fc-legend { display: flex; justify-content: space-between; font-size: 12px; color: var(--ink-soft); }
.fc-check { width: 36px; height: 36px; border-radius: 6px; background: var(--green-soft); color: var(--green-text); display: grid; place-items: center; flex: none; }

/* Proof */
.proof { background: var(--navy); color: rgba(255,255,255,.82); }
.proof-list { list-style: none; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 32px; padding-top: 26px; padding-bottom: 26px; font-size: 14px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.proof-list li { display: inline-flex; align-items: center; gap: 12px; }
.proof-list li::before { content: ""; width: 6px; height: 6px; border-radius: 1px; background: var(--green); }

/* Split heads */
.split-head { display: grid; grid-template-columns: 1.25fr 1fr; gap: 48px; align-items: end; margin-bottom: clamp(48px, 6vw, 80px); }
.split-head h2, .rhythm h2, .why h2, .how h2, .faq h2, .contact h2, .center-title { font-size: clamp(34px, 4.1vw, 58px); }
.split-head p { color: var(--ink-soft); max-width: 46ch; font-size: 18px; }

/* Problem */
.problem-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); }
.problem-list li { padding: 32px 28px 8px; border-left: 1px solid var(--line); }
.problem-list li:first-child { padding-left: 0; border-left: 0; }
.problem-list h3 { font-size: 22px; margin-bottom: 12px; }
.problem-list p { color: var(--ink-soft); font-size: 16px; }

/* Rhythm */
.rhythm { background: var(--navy); color: #fff; }
.rhythm-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(40px, 7vw, 110px); align-items: center; }
.rhythm-lede { color: rgba(255,255,255,.8); font-size: 18px; max-width: 46ch; margin: 20px 0 44px; }
.rhythm-list { list-style: none; margin: 0; padding: 0; }
.rhythm-list li { display: grid; grid-template-columns: 110px 1fr; gap: 20px; padding: 26px 0; border-top: 1px solid rgba(255,255,255,.16); }
.rhythm-when { font-size: 14px; font-weight: 700; color: #7fd46f; padding-top: 4px; }
.rhythm-list h3 { font-size: 22px; margin-bottom: 6px; }
.rhythm-list p:not(.rhythm-when) { color: rgba(255,255,255,.78); }
.rhythm-photo { position: relative; margin: 0; }
.rhythm-photo img, .why-photo img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 10px; }
.photo-chip { position: absolute; left: 20px; bottom: 20px; right: 20px; width: fit-content; max-width: calc(100% - 40px); display: flex; align-items: flex-start; gap: 10px; background: #fff; color: var(--navy); padding: 12px 16px; border-radius: 8px; font-size: 14px; font-weight: 700; border: 2px solid var(--green); }
.chip-dot { width: 8px; height: 8px; border-radius: 2px; background: var(--green); margin-top: 6px; flex: none; }

/* Services */
.center-title { text-align: center; max-width: 18ch; margin: 0 auto clamp(56px, 7vw, 90px); }
.service-cols { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); row-gap: 56px; }
.service-cols li { padding: 4px 36px; border-left: 1px solid var(--line); }
.service-cols li:nth-child(3n+1) { border-left: 0; padding-left: 0; }
.service-cols h3 { font-size: 21px; margin-bottom: 12px; }
.service-cols p { color: var(--ink-soft); font-size: 16px; }

/* Why */
.why { background: var(--paper); }
.why-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(40px, 7vw, 110px); align-items: center; }
.why-photo { margin: 0; }
.why-lede { color: var(--ink-soft); font-size: 18px; margin: 22px 0 36px; max-width: 58ch; }
.values { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 36px; }
.values li { padding: 20px 0; border-top: 1px solid var(--line); }
.values h3 { font-size: 18px; margin-bottom: 4px; color: var(--green-text); }
.values p { color: var(--ink-soft); font-size: 15px; }

/* Packages */
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.package { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 36px 32px; display: flex; flex-direction: column; }
.package-featured { background: var(--navy); color: #fff; border-color: var(--navy); }
.package h3 { font-size: 24px; }
.price { margin: 14px 0 26px; display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 6px; }
.price-from { width: 100%; font-size: 13px; font-weight: 600; color: var(--ink-soft); }
.price-num { font-size: 52px; font-weight: 800; letter-spacing: -0.03em; line-height: 1; font-variant-numeric: tabular-nums; }
.price-per { font-size: 16px; font-weight: 600; color: var(--ink-soft); }
.package-featured .price-from, .package-featured .price-per { color: rgba(255,255,255,.75); }
.package ul { list-style: none; margin: 0 0 20px; padding: 0; flex: 1; }
.package li { display: flex; gap: 10px; align-items: flex-start; padding: 11px 0; border-top: 1px solid var(--line); font-size: 16px; }
.package li::before { content: ""; width: 12px; height: 7px; margin-top: 7px; border-left: 2px solid var(--green-text); border-bottom: 2px solid var(--green-text); transform: rotate(-45deg); flex: none; }
.package-featured li { border-color: rgba(255,255,255,.16); }
.package-featured li::before { border-color: #7fd46f; }
.addons { font-size: 14px; color: var(--ink-soft); margin-bottom: 26px; }
.package-featured .addons { color: rgba(255,255,255,.75); }
.package .btn { align-self: flex-start; }
.cfo-note { margin-top: 32px; text-align: center; color: var(--ink-soft); }

/* How */
.how { background: var(--paper); }
.how-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: clamp(40px, 7vw, 110px); align-items: start; }
.how-btn { margin-top: 32px; }
.step-list { list-style: none; margin: 0; padding: 0; }
.step-list li { display: grid; grid-template-columns: 56px 1fr; gap: 16px; padding: 26px 0; border-top: 1px solid var(--line); }
.step-list li:last-child { border-bottom: 1px solid var(--line); }
.step-num { width: 40px; height: 40px; border-radius: 6px; background: var(--navy); color: #fff; display: grid; place-items: center; font-weight: 700; font-size: 16px; }
.step-list h3 { font-size: 21px; margin-bottom: 6px; }
.step-list p { color: var(--ink-soft); }

/* FAQ */
.faq-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: clamp(40px, 7vw, 110px); align-items: start; }
.faq-head p { margin-top: 18px; color: var(--ink-soft); }
.faq-head a { color: var(--green-text); font-weight: 700; }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item h3 { font-size: 18px; font-weight: 700; letter-spacing: -0.01em; }
.faq-item button { width: 100%; min-height: 76px; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px 0; background: none; border: 0; color: var(--ink); font: inherit; text-align: left; cursor: pointer; }
.faq-icon { position: relative; width: 32px; height: 32px; flex: none; border-radius: 6px; background: var(--paper); transition: background-color .2s var(--ease-out); }
.faq-item button:hover .faq-icon { background: var(--green-soft); }
.faq-icon::before, .faq-icon::after { content: ""; position: absolute; left: 9px; top: 15px; width: 14px; height: 2px; background: var(--navy); transition: transform .22s var(--ease-out); }
.faq-icon::after { transform: rotate(90deg); }
.faq-item button[aria-expanded="true"] .faq-icon::after { transform: rotate(0); }
.faq-panel p { color: var(--ink-soft); padding: 0 52px 26px 0; }

/* Contact */
.contact { background: var(--navy-deep); color: #fff; position: relative; overflow: hidden; }
.contact::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 70% at 15% 20%, rgba(32, 74, 112, .55), transparent 70%); pointer-events: none; }
.contact-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 96px); align-items: start; }
.contact-copy > p { color: rgba(255,255,255,.8); margin: 20px 0 32px; max-width: 44ch; font-size: 18px; }
.contact-photo { margin: 0 0 28px; }
.contact-photo img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 10px; }
.contact-lines { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 12px 40px; }
.contact-lines li { display: grid; gap: 2px; }
.contact-label { font-size: 13px; font-weight: 600; color: rgba(255,255,255,.7); }
.contact-lines a { font-size: 18px; font-weight: 700; text-decoration: none; min-height: 32px; display: inline-flex; align-items: center; }
.contact-lines a:hover { text-decoration: underline; }
.lead-form { background: #fff; color: var(--ink); border-radius: 10px; padding: clamp(28px, 4vw, 44px); display: grid; gap: 18px; box-shadow: 0 30px 60px rgba(0, 0, 0, .3); }
.form-title { font-size: 26px; font-weight: 800; letter-spacing: -0.02em; white-space: nowrap; }
.form-note { font-size: 14px; color: var(--ink-soft); margin-top: -10px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 6px; align-content: start; }
.field label, .checks legend { font-size: 15px; font-weight: 600; }
.field input, .field textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1.5px solid #9fb0c1; border-radius: 6px; background: #fff; font: inherit; color: var(--ink); transition: border-color .2s var(--ease-out); }
.field input:hover, .field textarea:hover { border-color: var(--navy-2); }
.field input:focus-visible, .field textarea:focus-visible { outline: 2px solid var(--green-text); outline-offset: 1px; border-color: var(--navy); }
.field input[aria-invalid="true"] { border-color: #b3261e; }
.checks { border: 0; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr; gap: 0; }
.checks legend { margin-bottom: 8px; padding: 0; }
.checks label { display: flex; align-items: center; gap: 10px; min-height: 44px; font-size: 15px; cursor: pointer; }
.checks input { width: 20px; height: 20px; accent-color: var(--green-text); flex: none; }
.lead-form .btn { justify-self: start; }
.form-status { font-size: 15px; font-weight: 600; min-height: 1em; }
.form-status:empty { display: none; }
.form-status.is-error { color: #b3261e; }
.form-status.is-success { color: var(--green-text); }

/* Footer */
.site-footer { background: #041120; color: rgba(255,255,255,.78); padding: 56px 0; font-size: 15px; }
.footer-inner { display: grid; gap: 14px; }
.footer-logo { height: 30px; width: auto; }
.footer-links a, .footer-line a { color: #fff; }

/* Reveal */
.pre-reveal { opacity: 0; transform: translateY(24px); }
.is-visible { opacity: 1; transform: none; transition: opacity .7s var(--ease-out), transform .7s var(--ease-out); }

/* Accessibility page */
.doc-hero { background: var(--navy); color: #fff; padding: calc(var(--header-h) + 90px) 0 80px; }
.doc-hero h1 { font-size: clamp(40px, 5vw, 68px); letter-spacing: -0.035em; }
.doc-hero p { margin-top: 18px; color: rgba(255,255,255,.8); white-space: nowrap; font-size: 15px; }
.doc-body { max-width: 760px; }
.doc-body h2 { font-size: 30px; margin: 56px 0 16px; }
.doc-body h2:first-child { margin-top: 0; }
.doc-body p, .doc-body li { color: var(--ink-soft); }
.doc-body a { color: var(--green-text); font-weight: 600; }
.doc-body ul { padding-left: 20px; }
.doc-body li { margin-bottom: 8px; }

/* Responsive */
@media (max-width: 1080px) {
  .nav-toggle { display: inline-flex; }
  .nav-links { display: none; position: absolute; top: calc(100% + 8px); left: 0; right: 0; flex-direction: column; align-items: stretch; background: #fff; border-radius: 10px; padding: 10px; box-shadow: 0 12px 30px rgba(11,39,64,.18); }
  .nav-links.is-open { display: flex; }
  .nav-links a:not(.btn), .site-header .nav-links a:not(.btn) { min-height: 48px; color: var(--navy); }
  .nav-links a:not(.btn):hover { background: var(--paper); }
  .nav-cta-item { margin: 6px 0 0; }
  .nav-cta-item .btn { width: 100%; }
  .problem-list { grid-template-columns: repeat(2, 1fr); }
  .problem-list li { padding: 28px 28px 28px 0; border-left: 0; border-top: 1px solid var(--line); }
  .problem-list li:nth-child(even) { padding-left: 28px; border-left: 1px solid var(--line); }
  .service-cols { grid-template-columns: repeat(2, 1fr); }
  .service-cols li, .service-cols li:nth-child(3n+1) { padding: 4px 32px; border-left: 1px solid var(--line); }
  .service-cols li:nth-child(odd) { border-left: 0; padding-left: 0; }
  .package-grid { grid-template-columns: 1fr; max-width: 620px; margin: 0 auto; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-cards { display: none; }
}
@media (max-width: 860px) {
  .split-head, .rhythm-grid, .why-grid, .how-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .split-head { gap: 20px; }
  .rhythm-photo img, .why-photo img { aspect-ratio: 4 / 3; }
}
@media (max-width: 600px) {
  :root { --header-h: 76px; }
  body { font-size: 16px; }
  .site-header { inset: 10px 12px auto; }
  .nav { padding-left: 16px; min-height: 60px; }
  .brand-logo { height: 22px; }
  .hero-img { object-position: center top; }
  .hero::after { background: linear-gradient(to top, rgba(7, 25, 43, .96) 0%, rgba(7, 25, 43, .8) 45%, rgba(7, 25, 43, .15) 75%); }
  .hero h1 { font-size: clamp(38px, 11vw, 48px); }
  .hero-line { white-space: normal; display: inline; }
  .hero-sub { font-size: 16px; margin: 18px 0 24px; }
  .badge { font-size: 12px; margin-bottom: 16px; }
  .btn-row { flex-direction: column; }
  .btn, .lead-form .btn, .package .btn { width: 100%; align-self: stretch; justify-self: stretch; }
  .how-btn { display: flex; }
  .proof-list { flex-direction: column; font-size: 13px; gap: 10px; }
  .problem-list, .service-cols, .values, .field-row, .checks { grid-template-columns: 1fr; }
  .problem-list li, .problem-list li:nth-child(even) { padding: 22px 0; border-left: 0; }
  .service-cols { row-gap: 0; }
  .service-cols li, .service-cols li:nth-child(3n+1), .service-cols li:nth-child(odd) { padding: 22px 0; border-left: 0; border-top: 1px solid var(--line); }
  .rhythm-list li { grid-template-columns: 1fr; gap: 6px; }
  .photo-chip { font-size: 13px; left: 12px; bottom: 12px; max-width: calc(100% - 24px); }
  .step-list li { grid-template-columns: 48px 1fr; }
  .package { padding: 30px 24px; }
  .price-num { font-size: 44px; }
  .faq-panel p { padding-right: 0; }
  .form-title { font-size: 22px; }
  .doc-hero p { font-size: 13px; }
}
@media (max-height: 700px) and (max-width: 600px) {
  .hero-sub { display: none; }
}
@media (max-height: 820px) and (min-width: 1081px) {
  .hero h1 { font-size: clamp(44px, min(9vh, calc((100vw - 520px) / 11.8)), 78px); }
  .hero-sub { margin: 18px 0 26px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .pre-reveal { opacity: 1; transform: none; }
}
