@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #080806;
  --ink-2: #10100d;
  --paper: #f0f0e7;
  --muted: #a4a49c;
  --yellow: #f6c900;
  --line: rgba(255,255,255,.14);
  --display: 'Bebas Neue', Impact, sans-serif;
  --body: 'Manrope', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: var(--body); overflow-x: hidden; }
body.modal-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
::selection { background: var(--yellow); color: var(--ink); }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; height: 94px; padding: 0 clamp(24px, 4vw, 72px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.16); }
.logo { display: inline-flex; align-items: center; gap: 11px; font: 30px/.8 var(--display); letter-spacing: .045em; }
.logo small { color: var(--yellow); font: 10px var(--body); letter-spacing: .3em; display: block; margin-top: 5px; }
.logo-mark { width: 28px; height: 31px; display: flex; align-items: flex-end; gap: 3px; transform: skew(-9deg); }
.logo-mark i { display: block; width: 7px; background: var(--yellow); }
.logo-mark i:nth-child(1) { height: 17px; }.logo-mark i:nth-child(2) { height: 29px; }.logo-mark i:nth-child(3) { height: 22px; }
nav { display: flex; align-items: center; gap: clamp(24px, 3vw, 48px); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
nav a { color: #d5d5ce; transition: color .25s; }
nav a:hover, nav a:focus-visible { color: var(--yellow); }
.nav-cta { border: 0; background: var(--yellow); color: var(--ink); padding: 14px 18px; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; display: flex; align-items: center; gap: 14px; cursor: pointer; }
.nav-cta svg { width: 16px; }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }

.hero { min-height: 780px; height: 100svh; position: relative; overflow: hidden; display: flex; align-items: center; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 64% center; filter: saturate(.85) contrast(1.08); animation: heroIn 1.4s cubic-bezier(.16,1,.3,1) both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,4,3,.97) 0%, rgba(4,4,3,.73) 34%, rgba(4,4,3,.08) 68%), linear-gradient(0deg, rgba(3,3,2,.7), transparent 45%); }
.hero-content { position: relative; z-index: 2; width: min(800px, 60vw); padding-left: clamp(24px, 7.5vw, 140px); padding-top: 70px; animation: copyIn 1s .2s both; }
.eyebrow { margin: 0 0 20px; font-size: 11px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; color: var(--yellow); }
.hero .eyebrow { display: flex; align-items: center; gap: 10px; color: var(--paper); }
.hero .eyebrow span { width: 29px; height: 2px; background: var(--yellow); }
.hero h1 { font: clamp(78px, 9vw, 160px)/.78 var(--display); letter-spacing: -.018em; margin: 0; text-wrap: nowrap; }
h1 em, h2 em { color: var(--yellow); font-style: normal; }
.hero-copy { width: min(470px, 100%); color: #c4c4bc; line-height: 1.75; font-size: 15px; margin: 32px 0; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { border: 0; min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; text-transform: uppercase; font-size: 11px; line-height: 1; font-weight: 800; letter-spacing: .12em; cursor: pointer; transition: transform .25s, background .25s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible { outline: 2px solid var(--yellow); outline-offset: 3px; }
.button.primary { background: var(--yellow); color: var(--ink); }
.button.primary:hover { background: #ffdb26; }
.button svg { width: 18px; }
.text-link { border: 0; background: none; display: flex; align-items: center; gap: 12px; cursor: pointer; font-size: 11px; text-transform: uppercase; font-weight: 800; letter-spacing: .12em; }
.text-link span { width: 42px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; display: grid; place-items: center; }
.text-link svg { width: 12px; }
.hero-stamp { position: absolute; z-index: 2; right: 2.4vw; bottom: 8%; color: rgba(255,255,255,.12); font: clamp(70px,8vw,140px)/.7 var(--display); writing-mode: vertical-rl; }
.hero-stamp b { color: rgba(246,201,0,.34); }
.scroll-cue { position: absolute; z-index: 3; bottom: 0; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; gap: 10px; align-items: center; font-size: 9px; text-transform: uppercase; letter-spacing: .25em; }
.scroll-cue i { width: 1px; height: 52px; background: linear-gradient(var(--yellow) 50%, rgba(255,255,255,.2) 50%); }

.section { padding: 130px clamp(24px, 7.5vw, 140px); position: relative; }
.section-index { position: absolute; left: 3vw; top: 142px; color: #5f5f59; font-size: 11px; }
.intro { background: var(--paper); color: var(--ink); padding-bottom: 0; overflow: hidden; }
.intro-grid { max-width: 1280px; margin: auto; display: grid; grid-template-columns: 1fr 2.2fr; gap: 10vw; align-items: start; }
.kicker { font-size: 12px; line-height: 1.8; text-transform: uppercase; letter-spacing: .16em; font-weight: 800; }
.intro h2, .section-head h2, .method h2, .faq h2, .final-cta h2 { font: clamp(64px, 7vw, 116px)/.84 var(--display); letter-spacing: -.01em; margin: 0; }
.intro h2 span, .method h2 span { -webkit-text-stroke: 1px var(--ink); color: transparent; }
.intro-grid > div > p { max-width: 640px; font-size: 17px; line-height: 1.8; color: #44443f; margin: 30px 0 50px; }
.manifesto-strip { width: 120vw; margin-left: -12vw; padding: 28px 0 18px; border-top: 1px solid #c5c5bc; display: flex; justify-content: center; gap: 32px; font: 68px var(--display); color: transparent; -webkit-text-stroke: 1px #a8a89f; white-space: nowrap; transform: rotate(-2deg); }
.manifesto-strip i { color: var(--yellow); -webkit-text-stroke: 0; font-style: normal; }

.programs { background: var(--ink); }
.section-head { max-width: 1280px; margin: auto; display: flex; justify-content: space-between; align-items: end; margin-bottom: 68px; }
.section-head h2 em, .faq h2 em { -webkit-text-stroke: 1px var(--yellow); color: transparent; }
.section-head > p { width: 310px; color: var(--muted); font-size: 14px; line-height: 1.8; margin-bottom: 4px; }
.course-list { max-width: 1280px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.course-card { border: 1px solid var(--line); min-width: 0; background: #0c0c09; transition: transform .35s, border-color .35s; transition-delay: var(--delay); }
.course-card:hover { transform: translateY(-7px); border-color: rgba(246,201,0,.5); }
.course-visual { height: 235px; position: relative; overflow: hidden; display: grid; place-items: center; background: radial-gradient(circle at 50% 40%, color-mix(in srgb, var(--accent) 25%, transparent), transparent 52%), #13130f; border-bottom: 1px solid var(--line); }
.course-visual > svg { width: 82px; height: 82px; color: var(--accent); stroke-width: .65; z-index: 2; }
.course-number { position: absolute; left: 15px; top: -14px; color: rgba(255,255,255,.06); font: 155px/.9 var(--display); }
.visual-grid { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 35px 35px; mask-image: linear-gradient(transparent, black); }
.course-card.featured .course-visual { background: radial-gradient(circle at 50% 40%, rgba(246,201,0,.4), transparent 50%), #17140a; }
.course-body { padding: 28px; }
.course-meta { display: flex; justify-content: space-between; min-height: 22px; font-size: 9px; text-transform: uppercase; letter-spacing: .18em; color: var(--muted); }
.course-meta b { color: var(--yellow); display: flex; align-items: center; gap: 5px; }
.course-tag { color: var(--accent); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; margin: 24px 0 7px; }
.course-body h3 { font: 48px/1 var(--display); margin: 0; }
.course-description { color: var(--muted); font-size: 13px; line-height: 1.7; min-height: 67px; }
.course-facts { padding: 17px 0; margin-top: 20px; border-block: 1px solid var(--line); display: flex; gap: 20px; }
.course-facts span { display: flex; align-items: center; gap: 7px; font-size: 10px; color: #c4c4bd; text-transform: uppercase; }
.course-facts svg { width: 14px; color: var(--accent); }
.course-footer { padding-top: 22px; display: flex; justify-content: space-between; align-items: end; }
.course-footer small { display: block; color: var(--muted); font-size: 9px; text-transform: uppercase; }
.course-footer strong { font: 32px var(--display); color: var(--paper); }
.course-footer sup { font: 8px var(--body); letter-spacing: .1em; }
.course-footer button { border: 0; padding: 12px 0; background: none; cursor: pointer; color: var(--accent); font-size: 10px; text-transform: uppercase; font-weight: 800; letter-spacing: .1em; display: flex; gap: 9px; align-items: center; }
.course-footer button svg { width: 16px; transition: transform .2s; }.course-footer button:hover svg { transform: translateX(4px); }

.method { background: var(--yellow); color: var(--ink); overflow: hidden; }
.method-title { max-width: 1280px; margin: auto; }
.method .eyebrow { color: var(--ink); }
.method-grid { max-width: 1280px; margin: 75px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(0,0,0,.28); }
.method-grid article { padding: 40px 5vw 20px 0; border-right: 1px solid rgba(0,0,0,.28); position: relative; }
.method-grid article:not(:first-child) { padding-left: 3vw; }
.method-grid article:last-child { border: 0; }
.method-grid article > b { font: 14px var(--display); color: rgba(0,0,0,.5); }
.method-icon { width: 52px; height: 52px; border-radius: 50%; background: var(--ink); color: var(--yellow); display: grid; place-items: center; margin: 45px 0 25px; }
.method-icon svg { width: 20px; }
.method-grid h3 { font: 31px var(--display); margin: 0 0 12px; }
.method-grid p { font-size: 12px; line-height: 1.8; max-width: 270px; }
.method-quote { max-width: 1280px; margin: 110px auto -40px; padding-top: 55px; border-top: 1px solid rgba(0,0,0,.28); display: grid; grid-template-columns: 1fr 3fr; }
.method-quote > span { font: 120px/.6 var(--display); }
.method-quote blockquote { font: clamp(38px,4.5vw,75px)/1 var(--display); margin: 0; }
.method-quote em { font-style: normal; -webkit-text-stroke: 1px var(--ink); color: transparent; }

.faq { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10vw; max-width: 1550px; margin: auto; }
.faq h2 { font-size: clamp(55px, 5.8vw, 96px); }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; padding: 28px 0; border: 0; background: none; display: grid; grid-template-columns: 44px 1fr 24px; text-align: left; gap: 15px; cursor: pointer; font-size: 14px; font-weight: 700; align-items: center; }
.faq-item button span { color: var(--yellow); font: 13px var(--display); }
.faq-item button svg { width: 18px; transition: transform .3s; }
.faq-item.open button svg { transform: rotate(180deg); }
.answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s; }
.answer p { overflow: hidden; margin: 0 50px 0 59px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.faq-item.open .answer { grid-template-rows: 1fr; }.faq-item.open .answer p { padding-bottom: 28px; }

.final-cta { min-height: 660px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; position: relative; overflow: hidden; background: #0a0a07; padding: 100px 24px 60px; }
.cta-glow { position: absolute; width: 850px; height: 500px; top: 40%; left: 50%; transform: translate(-50%,-50%); background: radial-gradient(ellipse, rgba(246,201,0,.15), transparent 65%); }
.final-cta > *:not(.cta-glow) { position: relative; }
.final-cta h2 { font-size: clamp(95px, 12vw, 190px); line-height: .74; }
.final-cta h2 em { -webkit-text-stroke: 1px var(--yellow); color: transparent; }
.button.big { margin-top: 50px; min-width: 230px; }
.cta-foot { margin-top: 75px; font-size: 9px; color: #73736d; letter-spacing: .12em; text-transform: uppercase; }
.cta-foot span { color: var(--yellow); margin: 0 15px; }

footer { border-top: 1px solid var(--line); padding: 60px clamp(24px, 7.5vw, 140px) 28px; display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 40px; align-items: start; }
footer > p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
footer > div { display: flex; justify-content: flex-end; gap: 25px; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
footer small { grid-column: 1 / -1; color: #55554f; border-top: 1px solid var(--line); padding-top: 25px; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }

.modal-backdrop { position: fixed; z-index: 100; inset: 0; background: rgba(0,0,0,.85); backdrop-filter: blur(12px); padding: 22px; display: grid; place-items: center; animation: fadeIn .2s both; }
.purchase-modal { width: min(930px, 100%); min-height: 610px; max-height: calc(100svh - 44px); background: #11110e; border: 1px solid #303028; display: grid; grid-template-columns: 300px 1fr; overflow: auto; box-shadow: 0 30px 100px rgba(0,0,0,.65); animation: modalIn .35s cubic-bezier(.16,1,.3,1) both; }
.modal-rail { background: var(--yellow); color: var(--ink); padding: 35px; display: flex; flex-direction: column; }
.modal-rail .logo small { color: var(--ink); }.modal-rail .logo-mark i { background: var(--ink); }
.rail-course { margin-top: auto; padding-top: 50px; border-top: 1px solid rgba(0,0,0,.25); }
.rail-course span, .rail-total span { font-size: 9px; text-transform: uppercase; letter-spacing: .15em; font-weight: 800; }
.rail-course strong { font: 48px/1 var(--display); display: block; margin-top: 8px; }
.rail-course p { font-size: 11px; font-weight: 700; text-transform: uppercase; }
.rail-total { margin-top: 35px; display: flex; justify-content: space-between; align-items: end; border-top: 1px solid rgba(0,0,0,.25); padding-top: 24px; }
.rail-total strong { font: 34px/1 var(--display); }.rail-total small { font: 8px var(--body); }
.demo-note { margin: 35px 0 0; display: flex; gap: 8px; align-items: flex-start; font-size: 9px; line-height: 1.5; font-weight: 700; }
.modal-main { padding: 35px 45px 32px; display: flex; flex-direction: column; min-width: 0; }
.modal-top { display: flex; align-items: center; justify-content: space-between; }
.steps { display: flex; gap: 7px; }.steps span { width: 38px; height: 3px; background: #36362f; }.steps span.active { background: var(--yellow); }
.icon-button { width: 40px; height: 40px; background: none; border: 1px solid var(--line); display: grid; place-items: center; cursor: pointer; }.icon-button svg { width: 17px; }
.modal-content { margin: 55px 0 35px; }
.modal-content h2, .success-state h2 { font: clamp(48px,5vw,68px)/.9 var(--display); margin: 0; }
.modal-lead { color: var(--muted); font-size: 13px; line-height: 1.6; }
.plan-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 30px; }
.plan-option { background: #171713; border: 1px solid var(--line); min-height: 110px; padding: 20px; text-align: left; display: grid; grid-template-columns: 18px 1fr auto; gap: 12px; align-items: center; cursor: pointer; }
.plan-option.selected { border-color: var(--yellow); background: #1e1c0e; }
.radio-dot { width: 13px; height: 13px; border: 1px solid #77776d; border-radius: 50%; box-shadow: inset 0 0 0 3px #171713; }.selected .radio-dot { background: var(--yellow); border-color: var(--yellow); }
.plan-option strong { display: block; font-size: 13px; }.plan-option small { color: var(--muted); display: block; margin-top: 5px; font-size: 9px; }.plan-option b { font: 26px var(--display); color: var(--yellow); }
.field-group { margin-top: 22px; }
.field-group label { display: block; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; font-weight: 800; margin-bottom: 9px; }
.field-group input { width: 100%; min-height: 54px; background: #181814; border: 1px solid var(--line); color: white; padding: 0 16px; outline: 0; }
.field-group input:focus { border-color: var(--yellow); }.field-group input[aria-invalid="true"] { border-color: #ff675d; }
.error { color: #ff756b; display: block; margin-top: 6px; }
.review-card { margin-top: 28px; border: 1px solid var(--line); padding: 8px 23px; }
.review-card > div { min-height: 54px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); gap: 20px; }
.review-card > div:last-child { border: 0; }.review-card span { color: var(--muted); font-size: 10px; text-transform: uppercase; }.review-card strong { font-size: 12px; text-align: right; }.review-card .review-total strong { color: var(--yellow); font: 25px var(--display); }
.safe-copy { color: var(--muted); font-size: 10px; display: flex; gap: 8px; align-items: center; }.safe-copy svg { width: 16px; color: var(--yellow); }
.modal-actions { margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line); display: flex; justify-content: flex-end; gap: 10px; }.button.ghost { background: transparent; border: 1px solid var(--line); }.button.wide { width: 100%; margin-top: 30px; }
.success-state { margin: auto; text-align: center; max-width: 380px; }.success-state p:not(.eyebrow) { color: var(--muted); font-size: 13px; line-height: 1.7; }.success-state p strong { color: var(--paper); }
.success-icon { width: 70px; height: 70px; background: var(--yellow); color: var(--ink); border-radius: 50%; display: grid; place-items: center; margin: 0 auto 28px; }.success-icon svg { width: 32px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.16,1,.3,1); }
.reveal.visible { opacity: 1; transform: none; }
@keyframes heroIn { from { opacity: 0; transform: scale(1.06); } to { opacity: 1; transform: scale(1); } }
@keyframes copyIn { from { opacity:0; transform: translateY(35px); } to { opacity:1; transform: none; } }
@keyframes fadeIn { from { opacity:0 } }
@keyframes modalIn { from { opacity:0; transform: translateY(20px) scale(.98) } }

@media (max-width: 900px) {
  .site-header { height: 78px; }
  .menu-toggle { display: block; z-index: 3; }
  nav { display: none; position: absolute; top: 78px; left: 0; right: 0; background: #0b0b08; padding: 30px 24px; flex-direction: column; align-items: stretch; border-bottom: 1px solid var(--line); gap: 0; }
  nav.open { display: flex; } nav a { padding: 17px 0; border-bottom: 1px solid var(--line); } .nav-cta { margin-top: 18px; justify-content: space-between; }
  .hero { min-height: 720px; }
  .hero-content { width: 78vw; padding-left: 24px; }
  .hero h1 { font-size: clamp(75px, 13vw, 115px); }
  .section { padding: 95px 24px; }
  .section-index { display: none; }
  .course-list { grid-template-columns: 1fr; max-width: 650px; }
  .course-card { display: grid; grid-template-columns: 250px 1fr; }.course-visual { height: 100%; min-height: 390px; }
  .method-grid { grid-template-columns: 1fr; }.method-grid article, .method-grid article:not(:first-child) { padding: 30px 0; border-right: 0; border-bottom: 1px solid rgba(0,0,0,.25); display: grid; grid-template-columns: 50px 70px 1fr; column-gap: 10px; align-items: center; }.method-icon { margin: 0; }.method-grid p { grid-column: 3; }.method-grid h3 { margin: 0; }
  .faq { grid-template-columns: 1fr; gap: 60px; }
  .purchase-modal { grid-template-columns: 220px 1fr; }.modal-rail { padding: 28px 22px; }.modal-main { padding: 28px; }
}

@media (max-width: 620px) {
  .logo { font-size: 26px; }.logo-mark { transform: skew(-9deg) scale(.85); transform-origin: left; }
  .hero { min-height: 700px; height: 100svh; align-items: flex-end; padding-bottom: 80px; }
  .hero > img { object-position: 64% center; }.hero-shade { background: linear-gradient(0deg, rgba(3,3,2,.98) 8%, rgba(3,3,2,.52) 65%, rgba(3,3,2,.15)), linear-gradient(90deg, rgba(3,3,2,.5), transparent); }
  .hero-content { width: 100%; padding: 0 20px; }.hero h1 { font-size: clamp(66px, 21vw, 95px); text-wrap: wrap; }.hero-copy { font-size: 13px; margin: 22px 0; line-height: 1.6; max-width: 355px; }.hero-actions { gap: 16px; flex-wrap: wrap; }.text-link { font-size: 9px; }.scroll-cue, .hero-stamp { display: none; }
  .intro-grid { grid-template-columns: 1fr; gap: 35px; }.intro h2, .section-head h2, .method h2, .faq h2 { font-size: clamp(53px, 17vw, 78px); }.intro-grid > div > p { font-size: 14px; }.manifesto-strip { font-size: 46px; }
  .section-head { display: block; }.section-head > p { width: auto; margin-top: 25px; }.course-card { display: block; }.course-visual { height: 205px; min-height: 0; }.course-body { padding: 24px; }.course-description { min-height: 0; }
  .method-grid article, .method-grid article:not(:first-child) { grid-template-columns: 38px 55px 1fr; }.method-icon { width: 44px; height: 44px; }.method-grid p { font-size: 11px; }.method-quote { grid-template-columns: 1fr; gap: 20px; margin-top: 65px; }.method-quote > span { font-size: 80px; }.method-quote blockquote { font-size: 39px; }
  .faq-item button { grid-template-columns: 32px 1fr 20px; font-size: 12px; padding: 23px 0; }.answer p { margin-left: 47px; margin-right: 20px; }
  .final-cta { min-height: 580px; }.final-cta h2 { font-size: clamp(78px, 25vw, 120px); }.cta-foot { line-height: 2; }.cta-foot span { margin: 0 6px; }
  footer { grid-template-columns: 1fr; padding-top: 45px; }footer > div { justify-content: flex-start; flex-wrap: wrap; }footer small { grid-column: auto; }
  .modal-backdrop { padding: 0; align-items: end; }.purchase-modal { width: 100%; max-height: 94svh; min-height: 0; grid-template-columns: 1fr; border: 0; border-top: 1px solid #3b3b33; }.modal-rail { display: none; }.modal-main { min-height: min(630px, 94svh); padding: 22px 20px 20px; }.modal-content { margin: 36px 0 25px; }.modal-content h2, .success-state h2 { font-size: 50px; }.plan-grid { grid-template-columns: 1fr; }.plan-option { min-height: 85px; }.modal-actions .button { flex: 1; padding-inline: 12px; gap: 10px; }.steps span { width: 27px; }.review-card { padding-inline: 16px; }
}

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


