:root {
  --ink: #171318;
  --ink-soft: #211a22;
  --paper: #f1ece5;
  --paper-soft: #e4ddd4;
  --purple: #65405f;
  --purple-bright: #9e648f;
  --red: #9d2e35;
  --gold: #c9a56a;
  --line-dark: rgba(255,255,255,.14);
  --line-light: rgba(23,19,24,.18);
  --serif: "Prata", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
section[id] { scroll-margin-top: 68px; }
body { margin: 0; color: var(--paper); background: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; overflow-x: clip; }
body.menu-open { overflow: hidden; }
img, video { display: block; width: 100%; }
main, section, .section-shell, .hero-copy, .story-body, .video-card { min-width: 0; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.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; }
.noise { position: fixed; inset: 0; opacity: .035; pointer-events: none; z-index: 99; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
.section-shell { width: min(1240px, calc(100% - 80px)); margin-inline: auto; }
.section-pad { padding-block: 140px; position: relative; }
.section-number { position: absolute; top: 42px; right: 0; color: #8e858d; font-size: 12px; letter-spacing: .18em; }
.eyebrow { margin: 0 0 22px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 34px; height: 1px; margin: 0 10px 3px 0; background: currentColor; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(64px, 8.3vw, 126px); }
h2 { font-size: clamp(42px, 5.3vw, 76px); }
h1 em, h2 em { color: var(--purple-bright); font-style: italic; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 36px; min-width: 220px; padding: 15px 19px; border: 1px solid transparent; font-size: 13px; font-weight: 700; letter-spacing: .02em; transition: transform .25s, background .25s, color .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: white; }
.button-primary:hover { background: #b53b42; }
.button-secondary { border-color: var(--line-dark); }
.button-secondary:hover { background: rgba(255,255,255,.07); }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-block: 8px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; width: 100%; height: 82px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(40px, calc((100vw - 1240px)/2)); border-bottom: 1px solid transparent; transition: background .3s, border-color .3s, height .3s; }
.site-header.scrolled { height: 68px; background: rgba(23,19,24,.92); border-color: var(--line-dark); backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; gap: 12px; text-transform: uppercase; }
.brand-copy { display: grid; gap: 1px; line-height: 1.2; }
.brand-copy strong { font-size: 12px; letter-spacing: .13em; }
.brand-copy small { color: #91878f; font-size: 7px; font-weight: 600; letter-spacing: .12em; }
.brand-mark { display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid var(--gold); color: var(--gold); border-radius: 50%; font-family: var(--serif); font-size: 15px; }
.site-nav { display: flex; align-items: center; gap: 25px; font-size: 12px; font-weight: 600; }
.site-nav a { transition: color .2s; }
.site-nav a:not(.nav-cta):hover { color: var(--gold); }
.nav-cta { padding: 10px 16px; border: 1px solid var(--line-dark); }
.nav-cta:hover { border-color: var(--gold); }
.menu-toggle { display: none; background: transparent; border: 0; color: white; }

.hero { min-height: 100svh; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 44px; padding-top: 110px; padding-bottom: 54px; }
.hero::before { content: ""; position: absolute; width: 46vw; height: 46vw; top: -20vw; left: -20vw; border-radius: 50%; background: #613457; filter: blur(120px); opacity: .16; pointer-events: none; }
.hero-copy { position: relative; z-index: 2; padding-top: 40px; }
.hero-lead { max-width: 590px; margin: 34px 0; color: #c9c0c8; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-bottom: 65px; }
.hero-facts { display: flex; gap: clamp(30px, 4vw, 66px); margin: 0; padding-top: 22px; border-top: 1px solid var(--line-dark); }
.hero-facts div { display: grid; gap: 2px; }
.hero-facts dt { color: var(--gold); font-family: var(--serif); font-size: 21px; }
.hero-facts dd { margin: 0; color: #958b94; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.hero-visual { position: relative; justify-self: end; width: min(100%, 570px); padding: 50px 0 0 50px; }
.hero-photo { position: relative; z-index: 2; margin: 0; overflow: hidden; background: var(--purple); }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(23,19,24,.35)); pointer-events: none; }
.hero-photo img { aspect-ratio: .87; object-fit: cover; object-position: center; filter: saturate(.88) contrast(1.04); }
.hero-visual::before { content: ""; position: absolute; inset: 16px 34px 34px 12px; border: 1px solid rgba(201,165,106,.35); }
.hero-orbit { position: absolute; z-index: 3; left: -12px; top: 3px; width: 98px; height: 98px; border: 1px solid rgba(201,165,106,.55); border-radius: 50%; animation: spin 18s linear infinite; }
.hero-orbit::after { content: ""; position: absolute; width: 5px; height: 5px; border-radius: 50%; top: 12px; left: 17px; background: var(--red); box-shadow: 0 0 0 5px rgba(157,46,53,.22); }
.hero-price { position: absolute; z-index: 4; right: -20px; bottom: 52px; width: 206px; padding: 18px 20px; background: var(--paper); color: var(--ink); box-shadow: 0 18px 45px rgba(0,0,0,.25); }
.hero-price small, .hero-price span { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.hero-price strong { display: block; margin-block: 3px; font-family: var(--serif); font-size: 32px; font-weight: 400; }
.hero-caption { position: absolute; left: 4px; bottom: 0; z-index: 4; margin: 0; color: var(--paper); font-size: 9px; line-height: 1.5; text-transform: uppercase; letter-spacing: .16em; }
@keyframes spin { to { transform: rotate(360deg); } }

.about { color: var(--ink); background: var(--paper); width: 100%; max-width: none; padding-inline: max(40px, calc((100vw - 1240px)/2)); }
.about .section-number { right: max(40px, calc((100vw - 1240px)/2)); }
.about-heading { margin-bottom: 74px; }
.about-heading h2 { max-width: 1050px; }
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 8vw, 130px); align-items: start; }
.about-photo { position: relative; }
.about-photo img { aspect-ratio: 1; object-fit: cover; object-position: 58% center; filter: saturate(.72) contrast(1.05); }
.about-photo span { position: absolute; right: -50px; bottom: 36px; padding: 10px 16px; background: var(--red); color: white; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.about-copy { max-width: 650px; padding-top: 12px; }
.about-copy p { margin: 0 0 25px; color: #4d454c; font-size: 16px; }
.about-copy .lead-paragraph { color: var(--ink); font-family: var(--serif); font-size: clamp(23px, 2.3vw, 32px); line-height: 1.55; }
.about-copy a { border-bottom: 1px solid var(--red); }

.goals { background: var(--ink-soft); overflow: hidden; }
.goals::after { content: ""; position: absolute; right: -180px; top: 90px; width: 520px; height: 520px; border: 1px solid rgba(158,100,143,.16); border-radius: 50%; box-shadow: 0 0 0 70px rgba(158,100,143,.025), 0 0 0 140px rgba(158,100,143,.02); }
.goals-intro { display: grid; grid-template-columns: 1.15fr .85fr; column-gap: 100px; align-items: end; margin-bottom: 70px; position: relative; z-index: 2; }
.goals-intro .eyebrow { grid-column: 1 / -1; }
.goals-intro p:last-child { max-width: 470px; margin: 0 0 8px; color: #b5aab4; }
.goal-list { position: relative; z-index: 2; border-top: 1px solid var(--line-dark); }
.goal-item { display: grid; grid-template-columns: 80px .75fr 1.25fr; align-items: center; gap: 35px; min-height: 130px; border-bottom: 1px solid var(--line-dark); }
.goal-item > span { color: var(--red); font-size: 11px; letter-spacing: .15em; }
.goal-item h3 { margin: 0; font-family: var(--serif); font-size: clamp(22px, 2.2vw, 32px); font-weight: 400; }
.goal-item p { max-width: 600px; margin: 0; color: #9f959e; font-size: 14px; }

.first-steps { color: var(--ink); background: var(--paper); }
.first-steps-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px, 8vw, 115px); align-items: center; }
.first-steps-copy h2 { font-size: clamp(40px, 4.8vw, 67px); }
.first-steps-copy > p:not(.eyebrow) { color: #554d53; }
.first-steps-copy > p:nth-of-type(2) { margin-top: 32px; font-size: 17px; line-height: 1.8; }
.first-steps-copy > p:last-child { font-size: 14px; }
.first-steps-video { min-width: 0; }
.first-steps-video video { aspect-ratio: 16 / 9; object-fit: cover; background: var(--ink); }
.first-steps-video .video-meta { border-bottom: 1px solid var(--line-light); }
.first-steps-video .video-meta small { color: #766e74; }

.benefits { background: var(--ink-soft); overflow: hidden; }
.benefits::before { content: ""; position: absolute; left: -230px; top: 180px; width: 520px; height: 520px; border: 1px solid rgba(201,165,106,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(201,165,106,.025), 0 0 0 140px rgba(201,165,106,.018); }
.benefits-heading { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; margin-bottom: 78px; }
.benefits-heading .eyebrow { grid-column: 1 / -1; }
.benefits-heading > p:last-child { margin: 0 0 8px; color: #b8adb6; font-size: 16px; }
.benefit-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line-dark); }
.benefit-card { position: relative; min-height: 285px; padding: 40px 48px 42px 70px; border-bottom: 1px solid var(--line-dark); }
.benefit-card:nth-child(odd):not(.benefit-card-wide) { border-right: 1px solid var(--line-dark); }
.benefit-card > span { position: absolute; top: 47px; left: 0; color: var(--red); font-size: 10px; letter-spacing: .14em; }
.benefit-card h3 { margin: 0 0 18px; font-family: var(--serif); font-size: clamp(23px, 2vw, 30px); font-weight: 400; }
.benefit-card p { margin: 0; color: #a99fa7; font-size: 14px; line-height: 1.85; }
.benefit-card-wide { grid-column: 1 / -1; min-height: 0; display: grid; grid-template-columns: .75fr 1.25fr; gap: 50px; padding-right: 0; }
.benefit-card-wide h3 { margin: 0; }
.benefit-card-wide p { padding-right: 50px; }

.story { color: var(--ink); background: var(--paper); width: 100%; max-width: none; padding-inline: max(40px, calc((100vw - 1240px)/2)); }
.story .section-number { right: max(40px, calc((100vw - 1240px)/2)); }
.story-content { display: grid; grid-template-columns: 1.05fr .95fr; column-gap: clamp(70px, 9vw, 140px); }
.story-title { position: sticky; top: 110px; align-self: start; }
.story-title h2 { font-size: clamp(42px, 4.5vw, 65px); line-height: 1.08; white-space: nowrap; }
.story-body p { margin: 0 0 27px; color: #4b4349; font-size: 17px; line-height: 1.9; }
.story-body .dropcap::first-letter { float: left; margin: 13px 10px 0 0; color: var(--red); font-family: var(--serif); font-size: 72px; line-height: .62; }
.story blockquote { margin: 48px 0; padding: 4px 0 4px 32px; border-left: 2px solid var(--red); color: var(--ink); font-family: var(--serif); font-size: clamp(23px, 2.4vw, 33px); line-height: 1.55; }
.story-image { width: min(100%, 480px); margin: 32px 0 0; }
.story-image img { height: auto; filter: saturate(.82) contrast(1.03); }
.story-image figcaption { display: flex; flex-direction: column; gap: 3px; padding-top: 13px; border-top: 1px solid var(--line-light); color: #6f666d; font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.story-image figcaption span { color: var(--red); font-weight: 700; }
.term-button { padding: 0; color: var(--red); background: none; border: 0; border-bottom: 1px dashed currentColor; cursor: pointer; }
.terms { margin-top: 80px; border-top: 1px solid var(--line-light); }
.term { display: grid; grid-template-columns: 1fr 1fr 25px; width: 100%; align-items: center; padding: 25px 0; color: var(--ink); background: none; border: 0; border-bottom: 1px solid var(--line-light); text-align: left; cursor: pointer; }
.term span { font-family: var(--serif); font-size: 25px; }
.term small { color: #716971; font-size: 12px; letter-spacing: .04em; }
.term i { font-style: normal; font-size: 23px; transition: transform .25s; }
.term.active i { transform: rotate(45deg); color: var(--red); }
.definition { display: none; padding: 24px 0 30px 50%; border-bottom: 1px solid var(--line-light); }
.definition.active { display: block; }
.definition p { max-width: 620px; margin: 0; color: #514950; }

.videos { background: #100d11; }
.video-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 70px; }
.video-heading .text-link { margin-bottom: 8px; }
.video-note { margin: 0 0 8px; color: #847a83; font-size: 11px; line-height: 1.7; letter-spacing: .1em; text-align: right; text-transform: uppercase; }
.video-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.video-card { margin: 0; overflow: hidden; background: var(--ink-soft); }
.video-card-wide { grid-column: 1 / -1; }
.video-card video { aspect-ratio: 16 / 9; object-fit: cover; background: #090709; }
.video-meta { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding: 17px 2px; }
.video-meta span { font-family: var(--serif); font-size: 20px; }
.video-meta small { color: #847a83; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.video-meta span, .video-meta small { overflow-wrap: anywhere; }

.lesson { padding-block: 130px; }
.lesson-card { position: relative; padding: clamp(30px, 5vw, 70px); border: 1px solid rgba(201,165,106,.35); background: linear-gradient(135deg, rgba(101,64,95,.2), transparent 45%); }
.lesson-card::before { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(255,255,255,.05); pointer-events: none; }
.lesson-topline { display: flex; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--line-dark); color: #9d929b; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.lesson-main { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; padding: 64px 0 55px; }
.lesson-main h2 { color: var(--gold); font-size: clamp(56px, 7vw, 90px); }
.lesson-main h2 small { color: #a79ba5; font-family: var(--sans); font-size: 13px; letter-spacing: .1em; }
.lesson-details p { margin: 0 0 20px; color: #b9afb7; }
.lesson-details strong { color: var(--paper); }
.lesson-roles { display: grid; grid-template-columns: 1fr 1fr; border-block: 1px solid var(--line-dark); }
.lesson-roles article { padding: 35px 40px 35px 0; }
.lesson-roles article + article { padding-left: 40px; border-left: 1px solid var(--line-dark); }
.lesson-roles span { color: var(--gold); font-family: var(--serif); font-size: 20px; }
.lesson-roles p { margin: 12px 0 0; color: #a99fa7; font-size: 14px; }
.lesson-action { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-top: 48px; }
.lesson-action > p { max-width: 500px; margin: 0; font-size: 17px; }
.socials { display: flex; gap: 12px; }

.site-footer { min-height: 120px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line-dark); color: #80767e; font-size: 11px; }
.site-footer .brand { color: var(--paper); }
.site-footer .brand-copy small { color: #80767e; }
.site-footer a { border-bottom: 1px solid #80767e; }
.site-footer .footer-credit a { color: var(--paper); border-color: var(--gold); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }

@media (max-width: 980px) {
  .section-shell { width: min(100% - 44px, 720px); }
  .section-pad { padding-block: 105px; }
  .site-header { padding-inline: 22px; }
  .menu-toggle { display: grid; gap: 6px; padding: 10px; }
  .menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 1px; background: currentColor; transition: transform .25s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 68px 0 0; display: flex; flex-direction: column; align-items: flex-start; gap: 0; padding: 40px 22px; background: rgba(23,19,24,.98); transform: translateX(100%); transition: transform .3s; }
  .site-nav.open { transform: translateX(0); }
  .site-nav a { width: 100%; padding: 18px 0; border-bottom: 1px solid var(--line-dark); font-family: var(--serif); font-size: 24px; }
  .nav-cta { margin-top: 20px; border: 0; }
  .hero { grid-template-columns: 1fr; gap: 50px; padding-top: 130px; }
  .hero-copy { padding-top: 0; }
  .hero-visual { justify-self: center; width: min(100% - 10px, 560px); }
  .about, .story { padding-inline: max(22px, calc((100vw - 720px)/2)); }
  .about .section-number, .story .section-number { right: max(22px, calc((100vw - 720px)/2)); }
  .about-grid { gap: 70px; }
  .goals-intro { grid-template-columns: 1fr; gap: 28px; }
  .goal-item { grid-template-columns: 50px 1fr; padding: 28px 0; }
  .goal-item p { grid-column: 2; }
  .first-steps-grid { grid-template-columns: 1fr; }
  .benefits-heading { grid-template-columns: 1fr; gap: 28px; }
  .benefit-card { padding-right: 30px; }
  .benefit-card-wide { grid-template-columns: 1fr; gap: 18px; }
  .benefit-card-wide p { padding-right: 30px; }
  .story-content { display: block; }
  .story-title { position: static; margin-bottom: 60px; }
  .story-title h2 { white-space: normal; }
  .story-image { width: min(100%, 420px); margin-top: 40px; }
  .lesson-main { gap: 40px; }
  .lesson-action { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 680px) {
  .section-shell { width: calc(100% - 36px); }
  .section-pad { padding-block: 82px; }
  .section-number { top: 24px; }
  .eyebrow { margin-bottom: 16px; }
  h1 { font-size: clamp(52px, 16vw, 76px); }
  h2 { font-size: clamp(38px, 12vw, 54px); }
  .hero { width: calc(100% - 36px); padding-bottom: 70px; }
  .hero-lead { margin: 27px 0; font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; margin-bottom: 45px; }
  .hero-facts { justify-content: space-between; gap: 12px; }
  .hero-facts dt { font-size: 17px; }
  .hero-facts dd { font-size: 8px; }
  .hero-visual { padding: 28px 0 0 24px; }
  .hero-orbit { width: 70px; height: 70px; left: -5px; }
  .hero-price { right: -7px; bottom: 30px; width: 176px; }
  .hero-caption { display: none; }
  .about, .story { padding-inline: 18px; }
  .about .section-number, .story .section-number { right: 18px; }
  .about-heading { margin-bottom: 48px; }
  .about-grid { grid-template-columns: 1fr; gap: 45px; }
  .about-photo { margin-right: 22px; }
  .about-photo span { right: -22px; bottom: 20px; }
  .about-copy .lead-paragraph { font-size: 22px; }
  .goal-item { gap: 10px; }
  .goal-item p { font-size: 13px; }
  .first-steps-grid { gap: 40px; }
  .first-steps-copy > p:nth-of-type(2) { font-size: 16px; }
  .benefits-heading { margin-bottom: 50px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 0; padding: 30px 0 32px 42px; }
  .benefit-card:nth-child(odd):not(.benefit-card-wide) { border-right: 0; }
  .benefit-card > span { top: 37px; }
  .benefit-card-wide { grid-column: auto; display: block; }
  .benefit-card-wide p { padding-right: 0; }
  .story-body p { font-size: 16px; }
  .story blockquote { margin: 35px 0; padding-left: 20px; }
  .story-image { margin-top: 30px; }
  .terms { margin-top: 50px; }
  .term { grid-template-columns: 1fr 30px; }
  .term small { grid-column: 1; grid-row: 2; }
  .term i { grid-column: 2; grid-row: 1 / 3; }
  .definition { padding-left: 0; }
  .video-heading { align-items: flex-start; flex-direction: column; margin-bottom: 45px; }
  .video-note { text-align: left; }
  .video-grid { grid-template-columns: 1fr; gap: 20px; }
  .video-card-wide { grid-column: auto; }
  .video-meta { align-items: flex-start; flex-direction: column; gap: 2px; }
  .lesson { width: calc(100% - 24px); }
  .lesson-card { padding: 28px 22px; }
  .lesson-main { grid-template-columns: 1fr; padding: 45px 0 30px; }
  .lesson-roles { grid-template-columns: 1fr; }
  .lesson-roles article { padding: 28px 0; }
  .lesson-roles article + article { padding: 28px 0; border-left: 0; border-top: 1px solid var(--line-dark); }
  .socials { width: 100%; flex-direction: column; }
  .socials .button { width: 100%; }
  .site-footer { width: calc(100% - 36px); min-height: 210px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 14px; }
  .site-footer p { margin: 0; }
}

@media (min-width: 981px) and (max-height: 850px) {
  .story-image { width: 390px; margin-top: 22px; }
}

@media (min-width: 981px) and (max-height: 760px) {
  .story-title { top: 88px; }
  .story-image { width: 340px; margin-top: 18px; }
}

@media (max-width: 340px) {
  .section-shell, .hero { width: calc(100% - 28px); }
  .about, .story { padding-inline: 14px; }
  .about .section-number, .story .section-number { right: 14px; }
  h1 { font-size: 50px; }
  .brand { gap: 9px; }
  .brand-copy strong { font-size: 11px; }
  .brand-copy small { font-size: 6px; }
  .hero-facts { gap: 8px; }
  .hero-facts dt { font-size: 16px; }
  .button { min-width: 0; width: 100%; }
  .lesson { width: calc(100% - 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; }
}
