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

:root {
  --ink: #18302d;
  --muted: #657470;
  --green: #103f3b;
  --green-2: #082d2a;
  --green-3: #1a5a53;
  --cream: #f5f0e5;
  --paper: #fffdf8;
  --gold: #d9a64f;
  --gold-light: #f2d58a;
  --red: #a82d2e;
  --line: rgba(24, 48, 45, .13);
  --shadow: 0 22px 70px rgba(25, 46, 42, .12);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: 'Manrope', Arial, sans-serif; line-height: 1.7; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img, svg { max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; position: relative; }
.section-cream { background: var(--cream); }
.section-dark { color: #fff; background: var(--green-2); }
.section-pattern::before { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .07; background-image: radial-gradient(circle at center, var(--gold-light) 0 2px, transparent 2.5px); background-size: 34px 34px; mask-image: linear-gradient(to bottom, #000, transparent 75%); }
.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; left: 16px; top: -80px; background: #fff; color: var(--green); z-index: 1000; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { height: 82px; position: fixed; inset: 0 0 auto; z-index: 50; border-bottom: 1px solid rgba(255,255,255,.12); transition: .3s ease; color: #fff; }
.site-header.scrolled { height: 72px; background: rgba(8,45,42,.94); backdrop-filter: blur(16px); box-shadow: 0 8px 30px rgba(0,0,0,.15); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; gap: 11px; align-items: center; line-height: 1; }
.brand-mark { width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid var(--gold); color: var(--gold-light); transform: rotate(45deg); border-radius: 9px; }
.brand-mark::first-letter { transform: rotate(-45deg); }
.brand span:last-child { display: flex; flex-direction: column; gap: 5px; }
.brand b { font-size: 18px; letter-spacing: .12em; text-transform: uppercase; }
.brand small { color: rgba(255,255,255,.64); font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 27px; font-size: 13px; font-weight: 700; }
nav > a { position: relative; }
nav > a:not(.nav-cta)::after { content: ''; position: absolute; width: 0; height: 1px; left: 0; bottom: -7px; background: var(--gold-light); transition: .25s; }
nav > a:hover::after, nav > a.active::after { width: 100%; }
.nav-cta { padding: 9px 18px; color: var(--green-2); background: var(--gold-light); border-radius: 999px; }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 11px; }
.menu-button span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 5px 0; background: #fff; }

.hero { min-height: 760px; height: 100vh; max-height: 940px; display: flex; align-items: center; color: #fff; background: linear-gradient(118deg, #082d2a 0%, #0f4540 58%, #0a3733 100%); overflow: hidden; }
.hero::after { content: ''; position: absolute; left: -8%; right: -8%; bottom: -62px; height: 115px; background: var(--paper); border-radius: 50% 50% 0 0 / 100% 100% 0 0; z-index: 3; }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; position: relative; z-index: 4; padding-top: 64px; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .33; }
.hero-glow-one { width: 560px; height: 560px; background: radial-gradient(circle, #b8893e, transparent 69%); right: 2%; top: 4%; }
.hero-glow-two { width: 390px; height: 390px; background: radial-gradient(circle, #1e8073, transparent 70%); left: -8%; bottom: -8%; }
.eyebrow { margin: 0 0 22px; color: var(--gold-light); text-transform: uppercase; letter-spacing: .17em; font-size: 11px; font-weight: 800; }
.eyebrow span { display: inline-block; width: 32px; height: 1px; background: currentColor; vertical-align: middle; margin-right: 10px; }
.eyebrow.dark { color: #9b6a28; }
.hero h1, h2 { font-family: 'Prata', Georgia, serif; font-weight: 400; line-height: 1.13; }
.hero h1 { margin: 0 0 27px; font-size: clamp(58px, 6.5vw, 91px); letter-spacing: -.045em; }
.hero h1 em { color: var(--gold-light); font-style: normal; font-size: .69em; letter-spacing: -.035em; }
.hero-lead { max-width: 590px; margin: 0; color: rgba(255,255,255,.73); font-size: 17px; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 35px 0 42px; }
.button { border: 0; cursor: pointer; min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 17px; padding: 0 23px; border-radius: 999px; font-size: 13px; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: #1a302d; background: var(--gold-light); box-shadow: 0 12px 30px rgba(221,174,82,.18); }
.button-ghost { color: #fff; border: 1px solid rgba(255,255,255,.28); }
.button-dark { color: #fff; background: var(--green); }
.hero-facts { display: flex; gap: 36px; }
.hero-facts div { display: grid; grid-template-columns: auto auto; align-items: center; column-gap: 10px; }
.hero-facts div + div { padding-left: 35px; border-left: 1px solid rgba(255,255,255,.13); }
.hero-facts strong { color: var(--gold-light); font-family: 'Prata', serif; font-size: 30px; font-weight: 400; }
.hero-facts span { max-width: 76px; color: rgba(255,255,255,.55); font-size: 10px; line-height: 1.4; text-transform: uppercase; letter-spacing: .08em; }
.hero-art { position: relative; min-height: 600px; display: grid; place-items: center; }
.sun-disc { position: absolute; width: 430px; height: 430px; border-radius: 50%; background: radial-gradient(circle at 40% 35%, #f3d995, #b77f38 58%, #6c4624 100%); box-shadow: inset 0 0 80px rgba(255,255,255,.22), 0 0 80px rgba(218,167,78,.2); }
.ornament-orbit { position: absolute; border: 1px solid rgba(242,213,138,.2); border-radius: 50%; }
.ornament-orbit::before, .ornament-orbit::after { content: '✦'; position: absolute; color: var(--gold-light); }
.ornament-orbit-one { width: 525px; height: 525px; animation: orbit 36s linear infinite; }
.ornament-orbit-two { width: 575px; height: 575px; animation: orbit 52s linear reverse infinite; }
.ornament-orbit-one::before { top: 35px; left: 85px; }.ornament-orbit-one::after { right: 18px; bottom: 140px; }
.ornament-orbit-two::before { left: 18px; top: 275px; }.ornament-orbit-two::after { right: 99px; top: 41px; }
@keyframes orbit { to { transform: rotate(360deg); } }
.besik-hero { position: relative; z-index: 2; width: 580px; animation: cradle 5s ease-in-out infinite; transform-origin: 50% 83%; }
@keyframes cradle { 0%,100% { transform: rotate(-1.2deg) translateY(2px); } 50% { transform: rotate(1.2deg) translateY(-3px); } }
.art-label { position: absolute; z-index: 4; right: 2%; bottom: 11%; display: flex; gap: 11px; align-items: center; padding: 12px 17px; background: rgba(7,34,32,.8); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(10px); border-radius: 12px; }
.art-label span { color: var(--gold-light); font-family: 'Prata'; font-size: 22px; }.art-label p { margin: 0; color: rgba(255,255,255,.65); font-size: 10px; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; }.art-label b { color: #fff; }
.scroll-cue { position: absolute; bottom: 60px; left: 50%; z-index: 6; transform: translateX(-50%); color: rgba(255,255,255,.5); font-size: 9px; text-transform: uppercase; letter-spacing: .16em; }
.scroll-cue span { display: block; width: 1px; height: 30px; margin: 0 auto 10px; background: linear-gradient(#fff, transparent); animation: scroll 1.8s ease-in-out infinite; }
@keyframes scroll { 0%,100% { transform: scaleY(.5); transform-origin: top; opacity: .4; } 50% { transform: scaleY(1); opacity: 1; } }

.section-heading { max-width: 710px; margin-bottom: 54px; }.section-heading.centered { text-align: center; margin-inline: auto; }.section-heading.light { color: #fff; }.section-heading h2, .history h2, .lullaby h2, .sources h2, .quiz h2 { margin: 0 0 18px; font-size: clamp(38px, 5vw, 61px); letter-spacing: -.035em; }.section-heading > p:last-child, .history .lead, .lullaby .lead, .quiz-intro > p { margin: 0; color: var(--muted); font-size: 16px; }.section-heading.light > p:last-child { color: rgba(255,255,255,.62); }
.route { padding-top: 102px; }.route-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.route-card { min-height: 250px; position: relative; display: flex; flex-direction: column; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; transition: .3s; }.route-card::before { content: ''; position: absolute; inset: auto -20% -50% 30%; height: 160px; background: radial-gradient(circle, rgba(217,166,79,.22), transparent 68%); transition: .3s; }.route-card:hover { transform: translateY(-6px); border-color: rgba(164,111,40,.35); box-shadow: var(--shadow); }.route-card:hover::before { transform: scale(1.2); }.route-no { color: #a08e70; font-size: 10px; letter-spacing: .15em; }.route-icon { width: 46px; height: 46px; margin: 25px 0 18px; display: grid; place-items: center; color: var(--gold); font-size: 25px; background: var(--cream); border-radius: 14px; }.route-card h3 { margin: 0 0 7px; font-size: 20px; }.route-card p { margin: 0; max-width: 240px; color: var(--muted); font-size: 13px; line-height: 1.6; }.route-card i { position: absolute; right: 26px; bottom: 22px; color: var(--gold); font-size: 21px; font-style: normal; }

.history-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }.history .lead { font-size: 16px; line-height: 1.9; }.history blockquote { margin: 38px 0 0; padding: 23px 0 23px 27px; border-left: 3px solid var(--gold); color: var(--green); font-family: 'Prata'; font-size: 21px; }.history blockquote small { display: block; margin-top: 7px; color: var(--muted); font: 10px 'Manrope'; text-transform: uppercase; letter-spacing: .13em; }.timeline { position: relative; }.timeline::before { content: ''; position: absolute; left: 25px; top: 38px; bottom: 38px; width: 1px; background: rgba(153,105,40,.3); }.timeline article { position: relative; display: grid; grid-template-columns: 52px 1fr; gap: 27px; padding: 26px 0; }.timeline article > span { width: 52px; height: 52px; z-index: 2; display: grid; place-items: center; color: #875a22; background: var(--cream); border: 1px solid rgba(153,105,40,.35); border-radius: 50%; font-family: 'Prata'; }.timeline small { color: #9b6a28; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }.timeline h3 { margin: 5px 0 7px; font-family: 'Prata'; font-size: 23px; font-weight: 400; }.timeline p { margin: 0; color: var(--muted); font-size: 13px; }

.anatomy { background: #fffdf8; }.anatomy-layout { display: grid; grid-template-columns: 1.7fr .75fr; gap: 28px; align-items: stretch; }.anatomy-stage { padding: 28px; background: var(--cream); border-radius: var(--radius); }.anatomy-stage svg { display: block; width: 100%; }.hotspot { cursor: pointer; }.hotspot circle { fill: #fff; stroke: var(--gold); stroke-width: 3; transition: .2s; filter: drop-shadow(0 3px 5px rgba(0,0,0,.2)); }.hotspot text { text-anchor: middle; font: 800 18px 'Manrope'; fill: var(--green); pointer-events: none; }.hotspot:hover circle, .hotspot.is-active circle { fill: var(--gold-light); transform: scale(1.12); transform-origin: center; }.part-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 15px; }.part-chip { cursor: pointer; padding: 8px 13px; border: 1px solid rgba(24,48,45,.13); color: var(--muted); background: rgba(255,255,255,.7); border-radius: 999px; font-size: 11px; font-weight: 700; }.part-chip.is-active { color: #fff; background: var(--green); border-color: var(--green); }.part-panel { display: flex; flex-direction: column; justify-content: center; padding: 40px; color: #fff; background: var(--green); border-radius: var(--radius); box-shadow: var(--shadow); }.part-number { color: var(--gold-light); font-family: 'Prata'; font-size: 54px; line-height: 1; }.part-kicker { margin: 17px 0 6px; color: rgba(255,255,255,.52); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }.part-panel h3 { margin: 0 0 13px; font: 400 31px 'Prata'; }.part-panel > p:not(.part-kicker) { margin: 0; color: rgba(255,255,255,.7); font-size: 14px; }.part-note { display: flex; gap: 13px; align-items: flex-start; margin-top: 28px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.13); }.part-note span { color: var(--gold-light); }.part-note p { margin: 0; color: var(--gold-light); font-size: 12px; }

.tradition { overflow: hidden; }.tradition::after { content: ''; position: absolute; width: 620px; height: 620px; right: -250px; bottom: -330px; border: 1px solid rgba(242,213,138,.17); border-radius: 50%; box-shadow: 0 0 0 70px rgba(242,213,138,.025), 0 0 0 140px rgba(242,213,138,.02); }.ritual-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; position: relative; z-index: 2; }.ritual-card { min-height: 290px; padding: 26px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.12); border-radius: 20px; }.ritual-card > span { color: rgba(255,255,255,.28); font-size: 11px; }.ritual-icon { width: 50px; height: 50px; display: grid; place-items: center; margin: 31px 0 24px; color: var(--gold-light); border: 1px solid rgba(242,213,138,.4); transform: rotate(45deg); border-radius: 12px; font-size: 20px; }.ritual-card h3 { margin: 0 0 12px; font: 400 23px 'Prata'; }.ritual-card p { margin: 0; color: rgba(255,255,255,.6); font-size: 13px; }.tradition-note { display: flex; gap: 19px; margin-top: 25px; padding: 20px 24px; position: relative; z-index: 2; background: rgba(217,166,79,.1); border-left: 3px solid var(--gold); font-size: 12px; }.tradition-note b { color: var(--gold-light); white-space: nowrap; }.tradition-note span { color: rgba(255,255,255,.64); }

.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }.benefit-card { min-height: 265px; position: relative; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 20px; }.benefit-card > span { position: absolute; right: 25px; top: 25px; color: #b8ad98; font-size: 10px; }.benefit-card > div { width: 48px; height: 48px; display: grid; place-items: center; color: #8f6128; background: var(--cream); border-radius: 14px; font-size: 24px; }.benefit-card h3 { margin: 29px 0 10px; font: 400 22px 'Prata'; }.benefit-card p { margin: 0; color: var(--muted); font-size: 13px; }.safety-box { display: grid; grid-template-columns: 72px 1fr; gap: 25px; align-items: center; margin-top: 24px; padding: 30px 35px; background: var(--cream); border: 1px solid rgba(153,105,40,.16); border-radius: 20px; }.safety-mark { width: 62px; height: 62px; display: grid; place-items: center; color: #fff; background: var(--red); border-radius: 50%; font: 400 29px 'Prata'; }.safety-box .eyebrow { margin-bottom: 5px; }.safety-box h3 { margin: 0 0 6px; font: 400 23px 'Prata'; }.safety-box p:last-child { margin: 0; color: var(--muted); font-size: 12px; }

.lullaby-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }.record-player { position: relative; min-height: 480px; display: grid; place-items: center; }.record-player::before { content: ''; position: absolute; width: 430px; height: 430px; border: 1px solid rgba(153,105,40,.2); border-radius: 50%; box-shadow: 0 0 0 35px rgba(153,105,40,.035), 0 0 0 70px rgba(153,105,40,.025); }.record { width: 300px; height: 300px; display: grid; place-items: center; position: relative; background: repeating-radial-gradient(circle, #143f3b 0 2px, #0c302c 3px 6px); border-radius: 50%; box-shadow: 0 25px 50px rgba(24,48,45,.25); }.record.is-playing { animation: spin 7s linear infinite; }.record::after { content: ''; position: absolute; width: 14px; height: 14px; background: var(--cream); border-radius: 50%; }.record-label { width: 105px; height: 105px; display: grid; place-items: center; color: #fff; background: var(--red); border-radius: 50%; font: 400 21px 'Prata'; }.play-button { position: absolute; left: 50%; bottom: 18px; transform: translateX(-50%); min-width: 190px; display: flex; align-items: center; gap: 13px; padding: 10px 18px 10px 10px; color: #fff; background: var(--green); border: 0; border-radius: 999px; cursor: pointer; box-shadow: 0 10px 25px rgba(24,48,45,.2); }.play-button span { width: 36px; height: 36px; display: grid; place-items: center; color: var(--green); background: var(--gold-light); border-radius: 50%; font-size: 12px; }.play-button b { font-size: 12px; }.audio-status { position: absolute; bottom: -14px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .11em; }.poem { display: grid; grid-template-columns: 44px 1fr; gap: 14px; margin: 31px 0 25px; padding: 25px 28px; background: rgba(255,255,255,.72); border-radius: 18px; }.poem > span { color: var(--gold); font: 45px 'Prata'; }.poem p { margin: 0; color: var(--green); font: 400 20px/1.8 'Prata'; }.lullaby-tags { display: flex; flex-wrap: wrap; gap: 8px; }.lullaby-tags span { padding: 7px 12px; color: #7c5727; background: rgba(217,166,79,.14); border-radius: 999px; font-size: 10px; font-weight: 700; }
@keyframes spin { to { transform: rotate(360deg); } }

.quiz { background: #fff; }.quiz-wrap { display: grid; grid-template-columns: .75fr 1.25fr; gap: 75px; align-items: center; }.quiz-intro .eyebrow { margin-bottom: 18px; }.quiz-intro h2 { font-size: clamp(39px, 5vw, 57px); }.quiz-score-preview { margin-top: 32px; display: flex; align-items: baseline; gap: 8px; }.quiz-score-preview strong { color: var(--gold); font: 400 48px 'Prata'; }.quiz-score-preview span { color: var(--muted); font-size: 12px; }.quiz-card { min-height: 460px; padding: 42px; background: var(--cream); border-radius: var(--radius); box-shadow: var(--shadow); }.quiz-progress { display: grid; grid-template-columns: 44px 1fr; align-items: center; gap: 15px; color: var(--muted); font-size: 10px; }.quiz-progress > div { height: 4px; background: rgba(24,48,45,.1); border-radius: 10px; overflow: hidden; }.quiz-progress i { width: 16.66%; height: 100%; display: block; background: var(--gold); transition: width .3s; }.question-kicker { margin: 33px 0 6px; color: #986928; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }.quiz-card h3 { min-height: 62px; margin: 0 0 23px; font: 400 24px/1.35 'Prata'; }.answers { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }.answer { cursor: pointer; min-height: 51px; padding: 10px 14px; text-align: left; color: var(--ink); background: rgba(255,255,255,.75); border: 1px solid rgba(24,48,45,.12); border-radius: 12px; font-size: 12px; font-weight: 600; }.answer:hover:not(:disabled) { border-color: var(--gold); }.answer.correct { color: #14533c; background: #dff1e7; border-color: #72ae8d; }.answer.wrong { color: #8e2929; background: #f6dfdc; border-color: #c98982; }.answer:disabled { cursor: default; }.answer-note { margin-top: 14px; padding: 12px 15px; color: #6a522b; background: rgba(217,166,79,.15); border-radius: 10px; font-size: 11px; }.quiz-card .button { margin-top: 20px; float: right; }.quiz-card .button:disabled { cursor: default; opacity: .35; transform: none; }.quiz-result { text-align: center; }.result-medal { width: 76px; height: 76px; margin: 5px auto 18px; display: grid; place-items: center; color: var(--green); background: var(--gold-light); border-radius: 50%; font-size: 29px; }.quiz-result h3 { min-height: auto; margin-bottom: 12px; font-size: 34px; }.quiz-result p:not(.question-kicker) { margin: 0 auto 15px; max-width: 410px; color: var(--muted); font-size: 13px; }.quiz-result > strong { display: block; color: var(--gold); font: 400 49px 'Prata'; }.quiz-result .button { float: none; margin-top: 15px; }

.sources { padding-block: 86px; }.sources-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }.sources h2 { color: #fff; font-size: 43px; }.source-list a { display: grid; grid-template-columns: 38px 1fr 28px; gap: 15px; align-items: center; padding: 18px 3px; border-bottom: 1px solid rgba(255,255,255,.12); }.source-list a:first-child { border-top: 1px solid rgba(255,255,255,.12); }.source-list > a > span { color: var(--gold-light); font: 400 19px 'Prata'; }.source-list p { margin: 0; color: rgba(255,255,255,.53); font-size: 11px; }.source-list b { display: block; margin-bottom: 3px; color: #fff; font-size: 13px; }.source-list i { color: var(--gold-light); font-style: normal; }

footer { color: #fff; background: #061f1d; }.footer-row { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }.footer-row p, .footer-row > a:last-child { color: rgba(255,255,255,.46); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }.reveal.in-view { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  nav { gap: 14px; font-size: 11px; }.hero { height: auto; min-height: 800px; padding: 130px 0 100px; }.hero-grid { grid-template-columns: 1fr 1fr; }.hero-art { min-height: 500px; }.sun-disc { width: 340px; height: 340px; }.ornament-orbit-one { width: 410px; height: 410px; }.ornament-orbit-two { width: 460px; height: 460px; }.hero-facts { gap: 18px; }.hero-facts div + div { padding-left: 18px; }.history-grid, .lullaby-grid { gap: 55px; }.anatomy-layout { grid-template-columns: 1.45fr .75fr; }.ritual-steps { grid-template-columns: repeat(2, 1fr); }.quiz-wrap { gap: 40px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 600px); }.section { padding: 82px 0; }.site-header { height: 70px; }.menu-button { display: block; cursor: pointer; }.site-header nav { position: fixed; inset: 70px 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 25px 25px 40px; background: rgba(8,45,42,.98); transform: translateX(100%); transition: transform .3s; }.menu-open .site-header nav { transform: none; }.site-header nav a { padding: 15px; font-size: 15px; border-bottom: 1px solid rgba(255,255,255,.1); }.nav-cta { margin-top: 15px; text-align: center; border-bottom: 0 !important; }.hero { min-height: auto; max-height: none; padding: 125px 0 115px; }.hero-grid { grid-template-columns: 1fr; }.hero-copy { text-align: center; }.hero h1 { font-size: clamp(48px, 15vw, 73px); }.hero-lead { font-size: 14px; }.hero-actions, .hero-facts { justify-content: center; }.hero-facts div { text-align: left; }.hero-art { min-height: 440px; margin-top: 15px; }.sun-disc { width: 290px; height: 290px; }.ornament-orbit-one { width: 350px; height: 350px; }.ornament-orbit-two { width: 390px; height: 390px; }.art-label { right: 3%; bottom: 4%; }.scroll-cue { display: none; }.route-grid, .benefit-grid { grid-template-columns: 1fr 1fr; }.history-grid, .anatomy-layout, .lullaby-grid, .quiz-wrap, .sources-grid { grid-template-columns: 1fr; gap: 42px; }.history-copy { text-align: center; }.history blockquote { text-align: left; }.anatomy-stage { padding: 10px; }.part-panel { min-height: 330px; }.record-player { min-height: 430px; }.quiz-intro { text-align: center; }.quiz-score-preview { justify-content: center; }.sources-grid { gap: 20px; }.footer-row { flex-direction: column; justify-content: center; padding: 30px 0; text-align: center; }
}

@media (max-width: 520px) {
  .hero-actions { flex-direction: column; align-items: stretch; }.hero-facts { gap: 8px; }.hero-facts div + div { padding-left: 8px; }.hero-facts strong { font-size: 24px; }.hero-facts span { font-size: 8px; }.hero-art { min-height: 350px; }.sun-disc { width: 245px; height: 245px; }.ornament-orbit-one { width: 290px; height: 290px; }.ornament-orbit-two { width: 325px; height: 325px; }.route-grid, .benefit-grid, .ritual-steps { grid-template-columns: 1fr; }.route-card { min-height: 220px; }.section-heading h2, .history h2, .lullaby h2, .sources h2, .quiz h2 { font-size: 35px; }.timeline article { gap: 16px; }.part-chips { justify-content: flex-start; padding: 0 8px 12px; }.ritual-card { min-height: 250px; }.tradition-note { flex-direction: column; gap: 5px; }.safety-box { grid-template-columns: 1fr; text-align: center; }.safety-mark { margin: auto; }.record-player::before { width: 320px; height: 320px; }.record { width: 245px; height: 245px; }.poem { grid-template-columns: 28px 1fr; padding: 20px; }.poem p { font-size: 17px; }.quiz-card { min-height: 520px; padding: 27px 20px; }.answers { grid-template-columns: 1fr; }.source-list a { grid-template-columns: 28px 1fr 20px; }.footer-brand { display: none; }
}

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