:root {
  --ink: #07111f;
  --ink-2: #0d1b2d;
  --ink-3: #13243a;
  --paper: #f4efe5;
  --paper-2: #fbf8f1;
  --white: #ffffff;
  --gold: #f2b544;
  --gold-soft: #ffd681;
  --mint: #70d6c3;
  --coral: #ff7b5c;
  --muted: #667085;
  --line-dark: rgba(255,255,255,.13);
  --line-light: rgba(7,17,31,.13);
  --shadow: 0 28px 80px rgba(0,0,0,.2);
  --radius: 22px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--white); font-family: "Avenir Next", "SF Pro Display", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.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; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; color: var(--ink); background: var(--gold); transform: translateY(-160%); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 78px; border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease; }
.site-header.scrolled { background: rgba(7,17,31,.88); border-color: var(--line-dark); backdrop-filter: blur(18px); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; color: var(--ink); background: var(--gold); border-radius: 11px 4px 11px 4px; font-weight: 900; font-size: 20px; transform: rotate(-3deg); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; letter-spacing: .12em; }
.brand-copy strong { font-size: 15px; }
.brand-copy small { margin-top: 5px; color: rgba(255,255,255,.62); font-size: 9px; letter-spacing: .3em; }
.main-nav { display: flex; align-items: center; gap: 30px; color: rgba(255,255,255,.72); font-size: 13px; font-weight: 700; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--white); }
.main-nav .nav-cta { padding: 11px 17px; color: var(--ink); background: var(--white); border-radius: 999px; }
.nav-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line-dark); color: white; background: transparent; border-radius: 12px; }
.nav-toggle > span:not(.sr-only) { display: block; width: 18px; height: 2px; margin: 4px auto; background: currentColor; transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; overflow: hidden; padding: 160px 0 0; background: radial-gradient(circle at 72% 18%, rgba(112,214,195,.08), transparent 33%), linear-gradient(160deg, #07111f 0%, #09182a 56%, #07111f 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(242,181,68,.6), transparent); }
.hero-glow { position: absolute; width: 420px; height: 420px; border-radius: 50%; filter: blur(90px); opacity: .12; pointer-events: none; }
.hero-glow-one { top: -160px; right: -120px; background: var(--gold); }
.hero-glow-two { bottom: 40px; left: -260px; background: var(--mint); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 78px; min-height: 610px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 24px; color: var(--gold-soft); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 1px; background: currentColor; }
.eyebrow-dark { color: #7b5614; }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(46px, 6.2vw, 78px); line-height: .99; letter-spacing: -.052em; font-weight: 760; }
.hero h1 em, .final-cta h2 em { color: var(--gold); font-family: Iowan Old Style, Palatino Linotype, Book Antiqua, Georgia, serif; font-weight: 500; }
.hero-lede { max-width: 650px; margin: 30px 0 0; color: rgba(255,255,255,.76); font-size: 19px; line-height: 1.62; }
.hero-principle { max-width: 620px; margin: 20px 0 0; padding-left: 18px; border-left: 2px solid var(--gold); color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.6; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 51px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible, button:focus-visible { outline: 3px solid rgba(242,181,68,.45); outline-offset: 3px; }
.button-primary { color: var(--ink); background: var(--gold); }
.button-primary:hover { background: var(--gold-soft); }
.button-ghost { color: var(--white); border-color: var(--line-dark); background: rgba(255,255,255,.03); }
.button-ghost:hover { border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.07); }
.hero-checks { display: flex; flex-wrap: wrap; gap: 9px 20px; margin: 28px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.55); font-size: 11px; letter-spacing: .04em; }
.hero-checks li::before { content: "✓"; margin-right: 7px; color: var(--mint); font-weight: 900; }

.hero-visual { position: relative; min-height: 540px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.orbit-one { width: 520px; height: 520px; }
.orbit-two { width: 390px; height: 390px; border-style: dashed; transform: rotate(13deg); }
.dossier-card { position: relative; z-index: 2; width: min(100%, 440px); padding: 28px; color: var(--ink); background: var(--paper-2); border-radius: 8px 28px 8px 28px; box-shadow: var(--shadow); transform: rotate(1.5deg); }
.dossier-card::before { content: ""; position: absolute; inset: 10px -10px -10px 10px; z-index: -1; border: 1px solid rgba(242,181,68,.42); border-radius: inherit; }
.dossier-top { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid var(--line-light); }
.dossier-top p { margin: 0 0 4px; color: #8d6c2f; font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.dossier-top h2 { margin: 0; font-size: 35px; letter-spacing: -.06em; }
.status-pill { align-self: flex-start; padding: 7px 10px; color: #23463e; background: rgba(112,214,195,.22); border-radius: 999px; font-size: 8px; font-weight: 900; letter-spacing: .08em; }
.decision-row { padding: 20px 0 16px; }
.decision-row > span { display: block; margin-bottom: 8px; color: #7f8998; font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.decision-row > div { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; }
.decision-row b { padding: 7px 3px; border: 1px solid var(--line-light); border-radius: 5px; text-align: center; color: #657080; font-size: 8px; }
.decision-row b:first-child { color: #23463e; background: rgba(112,214,195,.2); border-color: rgba(38,122,105,.2); }
.module-stack { display: grid; gap: 8px; }
.module-stack > div { display: grid; grid-template-columns: 28px 1fr 80px; align-items: center; gap: 9px; padding: 10px 11px; background: #f0ece3; border-radius: 7px; }
.module-stack span { color: #8a6a2c; font-size: 9px; font-weight: 900; }
.module-stack p { margin: 0; font-size: 10px; font-weight: 800; }
.module-stack i { position: relative; display: block; height: 4px; overflow: hidden; background: rgba(7,17,31,.1); border-radius: 999px; }
.module-stack i::after { content: ""; display: block; width: var(--progress); height: 100%; background: var(--gold); border-radius: inherit; }
.dossier-footer { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 20px; padding-top: 17px; border-top: 1px solid var(--line-light); }
.dossier-footer div { display: flex; flex-direction: column; gap: 3px; }
.dossier-footer strong { font-size: 19px; }
.dossier-footer span { color: #6f7885; font-size: 8px; line-height: 1.3; text-transform: uppercase; }
.floating-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; padding: 12px 14px; color: var(--white); background: rgba(13,27,45,.9); border: 1px solid var(--line-dark); border-radius: 12px; box-shadow: 0 14px 40px rgba(0,0,0,.28); backdrop-filter: blur(10px); font-size: 10px; font-weight: 800; }
.floating-note span { display: grid; place-items: center; width: 20px; height: 20px; color: var(--ink); background: var(--mint); border-radius: 50%; }
.note-one { top: 60px; right: -8px; }
.note-two { bottom: 65px; left: -18px; }
.note-two span { background: var(--gold); }
.proof-strip { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 70px; border-top: 1px solid var(--line-dark); }
.proof-strip div { display: flex; flex-direction: column; gap: 5px; padding: 27px 24px; border-right: 1px solid var(--line-dark); }
.proof-strip div:first-child { border-left: 1px solid var(--line-dark); }
.proof-strip strong { font-size: 18px; }
.proof-strip span { color: rgba(255,255,255,.48); font-size: 10px; letter-spacing: .04em; }

.section { padding: 120px 0; }
.section-light { color: var(--ink); background: var(--paper); }
.section-heading { max-width: 790px; margin-bottom: 58px; }
.section-heading h2, .method-intro h2, .toolkit-copy h2, .responsibility-grid h2, .faq-intro h2 { margin: 0; font-size: clamp(36px, 5vw, 59px); line-height: 1.04; letter-spacing: -.045em; }
.section-heading > p:last-child, .method-intro > p, .toolkit-copy > p, .responsibility-copy p { color: #596474; font-size: 17px; line-height: 1.75; }
.curriculum-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line-light); }
.module-card { display: grid; grid-template-columns: 48px 1fr; gap: 22px; padding: 36px 32px 38px 0; border-bottom: 1px solid var(--line-light); }
.module-card:nth-child(odd) { padding-right: 48px; border-right: 1px solid var(--line-light); }
.module-card:nth-child(even) { padding-left: 48px; }
.module-card > span { display: grid; place-items: center; align-self: start; width: 42px; height: 42px; color: #7a5a1e; background: rgba(242,181,68,.16); border: 1px solid rgba(122,90,30,.15); border-radius: 50%; font-size: 11px; font-weight: 900; }
.module-card div > p { margin: 1px 0 8px; color: #9b762f; font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.module-card h3 { margin: 0 0 17px; font-size: 22px; letter-spacing: -.025em; }
.module-card ul { display: grid; gap: 8px; margin: 0; padding: 0; color: #66707f; list-style: none; font-size: 13px; line-height: 1.5; }
.module-card li::before { content: "—"; margin-right: 8px; color: #b37c16; }

.method-section { background: var(--ink-2); }
.method-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; }
.method-intro { position: sticky; top: 120px; align-self: start; }
.method-intro > p { color: rgba(255,255,255,.58); }
.text-link { display: inline-flex; gap: 18px; margin-top: 10px; color: var(--gold-soft); font-size: 12px; font-weight: 800; border-bottom: 1px solid rgba(242,181,68,.34); padding-bottom: 8px; }
.method-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-dark); }
.method-steps li { display: grid; grid-template-columns: 58px 1fr; gap: 24px; padding: 34px 0; border-bottom: 1px solid var(--line-dark); }
.method-steps > li > span { color: var(--gold); font-family: Georgia, serif; font-size: 24px; font-style: italic; }
.method-steps h3 { margin: 0 0 10px; font-size: 25px; letter-spacing: -.025em; }
.method-steps p { max-width: 510px; margin: 0; color: rgba(255,255,255,.56); font-size: 14px; line-height: 1.7; }

.toolkit-section { color: var(--ink); background: var(--paper-2); }
.toolkit-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.tool-list { display: flex; flex-wrap: wrap; gap: 10px; }
.tool-list span { padding: 14px 17px; border: 1px solid var(--line-light); background: var(--white); border-radius: 999px; color: #334055; font-size: 12px; font-weight: 700; box-shadow: 0 8px 24px rgba(7,17,31,.04); }
.tool-list span:nth-child(3n+1) { background: #fff7e7; border-color: rgba(179,124,22,.18); }

.pricing-section { background: #091526; }
.section-heading-light > p:last-child { color: rgba(255,255,255,.55); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 34px 28px 30px; color: var(--ink); background: var(--paper-2); border: 1px solid transparent; border-radius: var(--radius); box-shadow: 0 20px 60px rgba(0,0,0,.16); }
.price-card.featured { color: var(--white); background: linear-gradient(160deg, #172c45, #0e2034); border-color: rgba(242,181,68,.65); transform: translateY(-14px); box-shadow: 0 30px 90px rgba(0,0,0,.35); }
.recommend-badge { position: absolute; top: -13px; left: 24px; padding: 8px 12px; color: var(--ink); background: var(--gold); border-radius: 999px; font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.price-card-head > span, .alumni-card > div > span { color: #956d23; font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.featured .price-card-head > span { color: var(--gold-soft); }
.price-card h3 { margin: 9px 0 10px; font-size: 28px; letter-spacing: -.04em; }
.price-card-head p { min-height: 63px; margin: 0; color: #66707f; font-size: 13px; line-height: 1.6; }
.featured .price-card-head p { color: rgba(255,255,255,.57); }
.price { display: grid; grid-template-columns: auto 1fr; align-items: end; gap: 0 4px; margin: 27px 0 22px; }
.price small { align-self: start; margin-top: 10px; font-size: 11px; font-weight: 900; }
.price strong { font-size: 45px; line-height: 1; letter-spacing: -.06em; }
.price > span { grid-column: 1 / -1; margin-top: 5px; color: #747f8d; font-size: 10px; }
.featured .price > span { color: rgba(255,255,255,.5); }
.button-dark { color: var(--white); background: var(--ink); }
.button-accent { color: var(--ink); background: var(--gold); }
.price-card .button { width: 100%; }
.installment-link { display: flex; justify-content: space-between; gap: 8px; margin: 14px 2px 24px; padding-bottom: 13px; border-bottom: 1px solid var(--line-light); color: #78591f; font-size: 11px; font-weight: 800; }
.featured .installment-link { color: var(--gold-soft); border-color: var(--line-dark); }
.price-card ul { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; color: #515e6f; font-size: 12px; line-height: 1.45; }
.featured ul { color: rgba(255,255,255,.7); }
.price-card li::before { content: "✓"; margin-right: 9px; color: #25866f; font-weight: 900; }
.featured li::before { color: var(--mint); }
.capacity-note { margin: auto 0 0; padding-top: 20px; color: #818a95; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.featured .capacity-note { color: rgba(255,255,255,.42); }
.alumni-card { display: grid; grid-template-columns: 72px 1fr auto; gap: 28px; align-items: center; margin-top: 38px; padding: 27px 31px; border: 1px solid var(--line-dark); border-radius: var(--radius); background: rgba(255,255,255,.035); }
.alumni-mark { display: grid; place-items: center; width: 64px; height: 64px; color: var(--gold); background: rgba(242,181,68,.1); border: 1px solid rgba(242,181,68,.28); border-radius: 50%; font-family: Georgia, serif; font-size: 35px; }
.alumni-card h3 { margin: 5px 0 6px; font-size: 24px; }
.alumni-card p { margin: 0; color: rgba(255,255,255,.52); font-size: 12px; line-height: 1.6; }
.alumni-actions { display: flex; gap: 8px; }
.alumni-actions a { min-width: 105px; padding: 13px 15px; border: 1px solid var(--line-dark); border-radius: 12px; transition: background .2s ease, border-color .2s ease; }
.alumni-actions a:hover { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.25); }
.alumni-actions strong, .alumni-actions span { display: block; }
.alumni-actions strong { font-size: 16px; }
.alumni-actions span { margin-top: 4px; color: rgba(255,255,255,.45); font-size: 9px; }
.comparison-wrap { overflow-x: auto; margin-top: 38px; border: 1px solid var(--line-dark); border-radius: var(--radius); }
.comparison-wrap table { width: 100%; min-width: 720px; border-collapse: collapse; font-size: 12px; }
.comparison-wrap caption { padding: 20px 24px; text-align: left; color: rgba(255,255,255,.5); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.comparison-wrap th, .comparison-wrap td { padding: 18px 24px; border-top: 1px solid var(--line-dark); text-align: center; }
.comparison-wrap th:first-child, .comparison-wrap td:first-child { text-align: left; }
.comparison-wrap thead th { color: var(--gold-soft); font-size: 10px; letter-spacing: .06em; }
.comparison-wrap tbody th { color: rgba(255,255,255,.74); font-weight: 700; }
.comparison-wrap td { color: rgba(255,255,255,.53); }

.responsibility-section { color: var(--ink); background: var(--gold); }
.responsibility-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.responsibility-copy p { margin-top: 0; color: rgba(7,17,31,.72); }

.faq-section { background: var(--ink-2); }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.faq-intro { position: sticky; top: 120px; align-self: start; }
.text-link-light { color: var(--gold-soft); }
.faq-list { border-top: 1px solid var(--line-dark); }
.faq-list details { border-bottom: 1px solid var(--line-dark); }
.faq-list summary { display: flex; justify-content: space-between; gap: 25px; padding: 25px 0; cursor: pointer; list-style: none; font-size: 16px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--gold); font-size: 22px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 700px; margin: -4px 0 27px; color: rgba(255,255,255,.57); font-size: 14px; line-height: 1.75; }

.final-cta { padding: 110px 0; background: radial-gradient(circle at 50% 0, rgba(242,181,68,.16), transparent 44%), var(--ink); }
.final-cta-inner { text-align: center; }
.final-cta-inner > p { color: var(--gold-soft); font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.final-cta h2 { margin: 20px auto 32px; font-size: clamp(40px, 6vw, 68px); line-height: 1.04; letter-spacing: -.05em; }
.final-cta-inner > div { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }

.site-footer { padding: 65px 0 35px; background: #050c16; border-top: 1px solid var(--line-dark); }
.footer-top { display: grid; grid-template-columns: auto 1fr auto; gap: 60px; align-items: center; padding-bottom: 44px; }
.footer-top > p { max-width: 450px; margin: 0; color: rgba(255,255,255,.45); font-size: 12px; line-height: 1.6; }
.footer-top nav { display: flex; gap: 18px; color: rgba(255,255,255,.6); font-size: 11px; font-weight: 700; }
.legal-note { padding-top: 30px; border-top: 1px solid var(--line-dark); color: rgba(255,255,255,.35); font-size: 9px; line-height: 1.7; }
.legal-note p { max-width: 980px; margin: 0 0 9px; }
.legal-note > span { display: block; margin-top: 18px; color: rgba(255,255,255,.5); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  :root { --shell: min(100% - 32px, 760px); }
  .nav-toggle { display: block; }
  .main-nav { position: fixed; inset: 78px 16px auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; color: var(--white); background: rgba(9,24,42,.98); border: 1px solid var(--line-dark); border-radius: 18px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 14px 12px; }
  .main-nav .nav-cta { margin-top: 5px; text-align: center; }
  .hero { padding-top: 130px; }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { min-height: 500px; }
  .proof-strip { grid-template-columns: repeat(2, 1fr); }
  .proof-strip div:nth-child(3) { border-left: 1px solid var(--line-dark); }
  .curriculum-grid { grid-template-columns: 1fr; }
  .module-card, .module-card:nth-child(odd), .module-card:nth-child(even) { padding: 30px 0; border-right: 0; }
  .method-layout, .toolkit-grid, .responsibility-grid, .faq-layout { grid-template-columns: 1fr; gap: 50px; }
  .method-intro, .faq-intro { position: static; }
  .pricing-grid { grid-template-columns: 1fr; gap: 22px; }
  .price-card.featured { order: -1; transform: none; }
  .price-card-head p { min-height: auto; }
  .alumni-card { grid-template-columns: 64px 1fr; }
  .alumni-actions { grid-column: 1 / -1; }
  .footer-top { grid-template-columns: 1fr; gap: 25px; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 28px); --radius: 18px; }
  .site-header { height: 70px; }
  .main-nav { top: 70px; }
  .hero { padding-top: 112px; }
  .hero h1 { font-size: clamp(42px, 13vw, 60px); }
  .hero-lede { font-size: 17px; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 450px; }
  .dossier-card { padding: 21px; }
  .orbit-one { width: 390px; height: 390px; }
  .orbit-two { width: 300px; height: 300px; }
  .note-one { top: 28px; right: -2px; }
  .note-two { bottom: 34px; left: 0; }
  .proof-strip { margin-top: 45px; }
  .proof-strip div { padding: 20px 13px; }
  .section { padding: 86px 0; }
  .section-heading { margin-bottom: 38px; }
  .module-card { grid-template-columns: 40px 1fr; gap: 16px; }
  .module-card > span { width: 36px; height: 36px; }
  .method-steps li { grid-template-columns: 42px 1fr; gap: 14px; }
  .price-card { padding: 30px 22px 25px; }
  .alumni-card { grid-template-columns: 1fr; padding: 24px; }
  .alumni-actions { flex-direction: column; }
  .final-cta { padding: 82px 0; }
  .footer-top nav { flex-wrap: wrap; }
}

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