:root {
  --ink: #0d2b3c;
  --ink-soft: #4b6470;
  --blue: #0875bd;
  --blue-dark: #04527f;
  --sky: #a9d9ee;
  --cream: #f8f1e4;
  --paper: #fffaf0;
  --gold: #f2ad2e;
  --line: rgba(13, 43, 60, .13);
  --shadow: 0 30px 80px rgba(18, 48, 63, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.5; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.brand-values, #entdecken, #buch, #malvorlagen, #nutzung, .audience-section, .world-section, .next-topics, .characters-list { scroll-margin-top: 88px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 999; background: #fff; padding: .8rem 1rem; border-radius: 1rem; }
.skip-link:focus { top: 1rem; }
.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; }
:where(a, button, input):focus-visible { outline: 3px solid var(--blue-dark); outline-offset: 4px; }
.lesson-scrolly :where(a, button, input):focus-visible { outline-color: var(--gold); }
.motion-toggle { position: fixed; z-index: 72; right: 18px; bottom: 18px; min-height: 44px; display: none; align-items: center; gap: 9px; padding: 0 15px; border: 1px solid rgba(13,43,60,.16); border-radius: 999px; color: var(--ink); background: rgba(255,250,240,.9); box-shadow: 0 12px 32px rgba(13,43,60,.14); backdrop-filter: blur(14px); font: inherit; font-size: .8rem; font-weight: 700; cursor: pointer; }.js .motion-toggle { display: inline-flex; }.motion-toggle i { width: 10px; height: 13px; border-left: 3px solid currentColor; border-right: 3px solid currentColor; }.motion-toggle[aria-pressed="true"] i { width: 0; height: 0; border: 7px solid transparent; border-left: 10px solid currentColor; border-right: 0; }
.motion-paused *, .motion-paused *::before, .motion-paused *::after { animation-play-state: paused !important; transition-duration: .001ms !important; }

.site-header { position: fixed; z-index: 80; top: 0; left: 0; right: 0; height: 76px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 clamp(20px, 4vw, 64px); border-bottom: 1px solid rgba(255,255,255,.45); background: rgba(248,241,228,.78); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 11px; width: fit-content; }
.brand-icon { width: 42px; height: 42px; flex: 0 0 auto; border-radius: 13px; box-shadow: 0 7px 18px rgba(8,117,189,.16); }
.brand strong, .brand small { display: block; line-height: 1; }
.brand strong { font-size: 1.05rem; letter-spacing: .08em; }
.brand small { margin-top: 4px; font-size: .66rem; letter-spacing: .1em; color: var(--ink-soft); }
nav { display: flex; align-items: center; gap: clamp(16px, 2.5vw, 36px); font-size: 1rem; font-weight: 600; }
nav a { position: relative; }
nav a::after { content: ""; position: absolute; height: 2px; left: 50%; right: 50%; bottom: -8px; background: var(--blue); transition: .25s ease; }
nav a:hover::after, nav a.is-current::after { left: 0; right: 0; }
.header-cta { justify-self: end; padding: 10px 18px; border-radius: 999px; color: #fff; background: var(--ink); font-size: .95rem; font-weight: 700; }
.nav-toggle { display: none; min-height: 44px; align-items: center; gap: 9px; padding: 0 15px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: rgba(255,255,255,.72); font: inherit; font-size: 1rem; font-weight: 700; }
.nav-toggle i, .nav-toggle i::before, .nav-toggle i::after { display: block; width: 16px; height: 2px; border-radius: 2px; background: currentColor; transition: transform .25s ease; }
.nav-toggle i { position: relative; }.nav-toggle i::before, .nav-toggle i::after { content: ""; position: absolute; left: 0; }.nav-toggle i::before { top: -5px; }.nav-toggle i::after { top: 5px; }
.nav-toggle[aria-expanded="true"] i { background: transparent; }.nav-toggle[aria-expanded="true"] i::before { top: 0; transform: rotate(45deg); }.nav-toggle[aria-expanded="true"] i::after { top: 0; transform: rotate(-45deg); }

.hero { position: relative; min-height: 100vh; min-height: 100svh; padding: 128px clamp(24px, 7vw, 110px) 80px; display: grid; grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr); align-items: center; gap: 5vw; background: radial-gradient(circle at 75% 40%, rgba(169,217,238,.65), transparent 32%), linear-gradient(145deg, #fffaf0 0%, #f6eddd 64%, #e8f4f7 100%); isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .16; background-image: radial-gradient(#0875bd 0.8px, transparent 0.8px); background-size: 20px 20px; mask-image: linear-gradient(to right, transparent, #000 55%); }
.hero-glow { position: absolute; width: 42vw; height: 42vw; right: 3vw; top: 16vh; z-index: -1; border-radius: 50%; border: 1px solid rgba(8,117,189,.15); box-shadow: 0 0 0 32px rgba(8,117,189,.035), 0 0 0 72px rgba(8,117,189,.025); }
.hero-copy { max-width: 730px; }
.eyebrow { margin: 0 0 18px; color: var(--blue-dark); font-size: .76rem; font-weight: 800; letter-spacing: .18em; }
h1, h2, h3 { text-wrap: balance; }
.hero h1 { margin: 0; font-size: clamp(3.7rem, 7vw, 7.2rem); line-height: .94; letter-spacing: -.045em; font-weight: 800; }
.hero h1 span, .topic-hero h1 span { color: var(--blue); }
.hero-lead { max-width: 650px; margin: 30px 0 0; font-size: clamp(1.05rem, 1.5vw, 1.35rem); line-height: 1.6; color: var(--ink-soft); }
.hero-actions { display: flex; align-items: center; gap: 12px; margin-top: 34px; flex-wrap: wrap; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 999px; padding: 0 22px; font: inherit; font-size: 1rem; font-weight: 700; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button.primary { color: #fff; background: var(--blue); box-shadow: 0 12px 28px rgba(8,117,189,.22); }
.button.primary:hover { background: var(--blue-dark); box-shadow: 0 18px 36px rgba(8,117,189,.28); }
.button.primary:focus-visible, .book-section :where(a,button):focus-visible, .closing-band :where(a,button):focus-visible, .characters-closing :where(a,button):focus-visible { outline-color: var(--gold); }
.button.quiet { color: var(--ink); background: rgba(255,255,255,.55); border: 1px solid var(--line); }
.button:disabled { cursor: default; opacity: .58; transform: none; }

.hero-visual { position: relative; justify-self: center; width: min(40vw, 560px); height: min(69vh, 680px); }
.portrait-crop { position: absolute; inset: 0; overflow: hidden; border-radius: 46% 46% 42% 42% / 42% 42% 25% 25%; background: #f7ead2; box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.8); }
.portrait-crop::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 68%, rgba(248,241,228,.96) 95%); }
.portrait-crop img { position: absolute; width: 1500px; max-width: none; left: -35px; top: -205px; }
.hero-badge { position: absolute; right: -28px; bottom: 7%; width: 112px; height: 112px; border-radius: 50%; display: grid; place-content: center; text-align: center; color: #fff; background: var(--ink); box-shadow: 0 16px 36px rgba(13,43,60,.25); transform: rotate(7deg); }
.hero-badge strong { font-size: 1.7rem; line-height: 1; }.hero-badge span { font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.spark { position: absolute; width: 14px; height: 14px; border-radius: 4px 50% 50%; background: var(--gold); transform: rotate(45deg); box-shadow: 0 0 24px rgba(242,173,46,.65); animation: float 3.6s ease-in-out infinite; }
.spark-a { left: -2%; top: 22%; }.spark-b { right: 1%; top: 14%; animation-delay: -1.3s; transform: rotate(80deg) scale(.65); }.spark-c { left: 7%; bottom: 17%; animation-delay: -2s; transform: rotate(20deg) scale(.45); }
.scroll-cue { position: absolute; left: 50%; bottom: 24px; transform: translateX(-50%); display: grid; justify-items: center; gap: 8px; font-size: .72rem; font-weight: 700; letter-spacing: .08em; color: var(--ink-soft); }
.scroll-cue i { width: 1px; height: 28px; background: var(--ink); animation: cue 1.8s ease-in-out infinite; transform-origin: top; }

.intro-band { min-height: 62vh; display: grid; place-items: center; padding: 90px 8vw; background: var(--ink); color: #fff; }
.intro-band p { max-width: 1040px; margin: 0; text-align: center; font-size: clamp(2rem, 4.4vw, 4.8rem); line-height: 1.08; letter-spacing: -.04em; font-weight: 400; }
.intro-band strong { color: var(--sky); font-weight: 800; }

.scrolly { display: grid; grid-template-columns: minmax(420px, 1.12fr) minmax(320px, .88fr); gap: 4vw; padding: 0 clamp(24px, 6vw, 94px); background: #f5eddf; }
.scrolly-stage { position: sticky; top: 76px; height: calc(100vh - 76px); height: calc(100dvh - 76px); align-self: start; overflow: hidden; border-left: 1px solid var(--line); border-right: 1px solid var(--line); background: radial-gradient(circle at 50% 45%, #fff, #f6ead4 68%); }
.stage-label { position: absolute; top: 30px; left: 34px; z-index: 10; display: flex; gap: 12px; align-items: center; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.stage-label span { color: var(--blue); }
.scene { position: absolute; inset: 0; display: grid; place-items: center; opacity: 0; transform: scale(.96) translateY(18px); transition: opacity .65s ease, transform .8s cubic-bezier(.2,.75,.2,1); }
.scrolly-stage[data-active="look"] .scene-look, .scrolly-stage[data-active="measure"] .scene-measure, .scrolly-stage[data-active="share"] .scene-share { opacity: 1; transform: scale(1) translateY(0); }
.ruben-window { position: relative; width: min(55%, 430px); height: 66%; overflow: hidden; border-radius: 220px 220px 80px 80px; box-shadow: var(--shadow); background: #efe0c4; }
.ruben-window img { position: absolute; width: 1300px; max-width: none; left: -40px; top: -178px; }
.focus-ring { position: absolute; width: 68%; aspect-ratio: 1; border-radius: 50%; border: 1px solid rgba(8,117,189,.25); box-shadow: 0 0 0 28px rgba(8,117,189,.04), 0 0 0 58px rgba(8,117,189,.025); }
/* Original book artwork, shown completely without cropping. */
.scene-measure { mix-blend-mode: multiply; }
.book-art { min-width: 0; max-width: 540px; }
.measure-illustration { display: block; width: 94%; max-width: 760px; max-height: calc(100% - 112px); height: auto; object-fit: contain; mix-blend-mode: multiply; }
.story-cover { display: block; width: min(76%, 510px); max-height: calc(100% - 130px); height: auto; object-fit: contain; border-radius: 3px; box-shadow: 0 24px 58px rgba(13,43,60,.2); transform: rotate(-3deg); }
.book-cover { display: block; width: 100%; height: auto; object-fit: contain; border-radius: 3px; box-shadow: 0 30px 70px rgba(0,0,0,.28); }
.progress { position: absolute; left: 28px; bottom: 30px; width: calc(100% - 56px); height: 2px; background: rgba(13,43,60,.12); }.progress i { display: block; width: 33.333%; height: 100%; background: var(--blue); transition: width .5s ease; }.scrolly-stage[data-active="measure"] .progress i { width: 66.666%; }.scrolly-stage[data-active="share"] .progress i { width: 100%; }
.story-steps { padding: 34vh 0 40vh; }
.story-step { min-height: 74vh; display: flex; flex-direction: column; justify-content: center; max-width: 560px; padding: clamp(24px,4vw,48px); border: 1px solid transparent; border-radius: 38px; opacity: 1; transform: translateY(12px); transition: background .45s ease, border-color .45s ease, box-shadow .45s ease, transform .45s ease; }
.story-step.is-active { transform: translateY(0); border-color: rgba(13,43,60,.09); background: rgba(255,250,240,.78); box-shadow: 0 24px 70px rgba(13,43,60,.08); }
.step-number, .lesson-step > span { color: var(--blue-dark); font-size: .72rem; font-weight: 800; letter-spacing: .18em; }
.story-step h2 { margin: 18px 0; font-size: clamp(2.7rem, 5vw, 5.5rem); line-height: .98; letter-spacing: -.04em; }
.story-step p { margin: 0; max-width: 480px; font-size: clamp(1rem, 1.3vw, 1.2rem); line-height: 1.7; color: var(--ink-soft); }

.book-section { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: center; padding: 120px clamp(24px, 8vw, 130px); color: #fff; background: var(--ink); }
.book-copy h2 { margin: 0; font-size: clamp(3rem, 5.7vw, 6rem); line-height: 1; letter-spacing: -.04em; }.book-copy > p:not(.eyebrow) { max-width: 620px; color: #b8c8cf; font-size: 1.16rem; line-height: 1.7; }.book-copy ul { margin: 28px 0 34px; padding: 0; list-style: none; }.book-copy li { padding: 10px 0 10px 28px; position: relative; color: #d8e3e7; }.book-copy li::before { content: "✓"; position: absolute; left: 0; color: var(--sky); font-weight: 800; }
.book-art { justify-self: center; margin: 0; text-align: center; }.cover-placeholder { position: relative; width: min(36vw,430px); min-height: 560px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 12%; border: 2px dashed rgba(169,217,238,.58); border-radius: 24px; color: #d8e6eb; background: linear-gradient(145deg,rgba(255,255,255,.07),rgba(169,217,238,.03)); box-shadow: 0 28px 70px rgba(0,0,0,.24); text-align: center; }.cover-placeholder::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(169,217,238,.14); border-radius: 14px; }.cover-placeholder strong { position: relative; max-width: 280px; margin-top: 8px; font-size: clamp(1.25rem,2vw,1.75rem); line-height: 1.22; }.cover-placeholder i { position: absolute; left: 14%; right: 14%; bottom: 12%; height: 2px; background: repeating-linear-gradient(90deg,rgba(169,217,238,.46) 0 8px,transparent 8px 15px); }
footer { min-height: 180px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: center; padding: 44px clamp(24px, 6vw, 94px); border-top: 1px solid var(--line); background: #fffaf1; font-size: .88rem; color: var(--ink-soft); }.footer-brand { color: var(--ink); }.footer-brand strong { font-size: .95rem; }.footer-brand small { font-size: .64rem; }footer > p { text-align: center; }.legal-links { justify-self: end; display: flex; gap: 6px; font-size: .88rem; }.legal-links a { min-height: 44px; display: inline-flex; align-items: center; padding: 0 10px; border-radius: 10px; color: var(--ink); text-decoration: underline; text-decoration-color: rgba(13,43,60,.3); text-underline-offset: 4px; }.legal-links a:hover, .legal-links a[aria-current="page"] { color: var(--blue-dark); background: rgba(8,117,189,.07); text-decoration-color: currentColor; }

.legal-hero { min-height: 64vh; display: flex; flex-direction: column; justify-content: center; padding: 136px clamp(24px,9vw,150px) 84px; background: linear-gradient(145deg,#fffaf0,#e5f2f4); }
.legal-hero h1 { margin: 0; font-size: clamp(3.8rem,7vw,6.6rem); line-height: .98; letter-spacing: -.04em; }
.legal-hero > p:last-child { max-width: 760px; margin: 28px 0 0; color: var(--ink-soft); font-size: clamp(1.05rem,1.45vw,1.25rem); line-height: 1.7; }
.legal-shell { display: grid; grid-template-columns: minmax(250px,.34fr) minmax(0,1fr); gap: clamp(34px,6vw,92px); align-items: start; padding: 96px clamp(24px,8vw,130px) 120px; background: var(--paper); }
.draft-card { position: sticky; top: 108px; padding: 30px; border: 1px solid rgba(13,43,60,.12); border-radius: 26px; background: #eef6f7; box-shadow: 0 18px 45px rgba(13,43,60,.08); }
.draft-card h2 { margin: 0; font-size: clamp(1.65rem,2.4vw,2.3rem); line-height: 1.08; letter-spacing: -.035em; }
.draft-card > p:last-child { margin: 18px 0 0; color: var(--ink-soft); line-height: 1.65; }
.legal-content { min-width: 0; max-width: 900px; }
.legal-content section { padding: 0 0 46px; margin-bottom: 46px; border-bottom: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 20px; font-size: clamp(1.75rem,2.8vw,2.65rem); line-height: 1.12; letter-spacing: -.035em; }
.legal-content p, .legal-content address, .legal-content dd { color: var(--ink-soft); font-size: 1rem; line-height: 1.75; }
.legal-content p { max-width: 78ch; }
.legal-content address { font-style: normal; }
.legal-content mark { padding: 2px 5px; border-radius: 5px; color: var(--ink); background: #fae3a7; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.legal-data { display: grid; gap: 12px; margin: 22px 0 0; }
.legal-data > div { display: grid; grid-template-columns: minmax(150px,.32fr) minmax(0,1fr); gap: 18px; padding: 15px 0; border-top: 1px solid var(--line); }
.legal-data dt { color: var(--ink); font-weight: 700; }
.legal-data dd { margin: 0; overflow-wrap: anywhere; }
.legal-data dt { overflow-wrap: anywhere; }
.legal-hint { padding: 18px 20px; border-left: 4px solid var(--blue-dark); border-radius: 0 14px 14px 0; background: rgba(169,217,238,.2); }
.text-link { color: var(--blue-dark); font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.legal-status { padding: 18px 20px; border: 1px solid var(--line); border-radius: 16px; background: #f4ead9; font-size: .9rem !important; }
.legal-page .motion-toggle { display: none !important; }

.topic-hero { min-height: 92vh; padding: 138px clamp(24px, 8vw, 130px) 80px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; background: linear-gradient(145deg,#fffaf0,#e2f2f5); }.topic-copy h1 { margin: 0; font-size: clamp(3.8rem,7vw,8.2rem); line-height: .88; letter-spacing: -.07em; }.topic-copy > p:last-child { max-width: 620px; margin-top: 28px; color: var(--ink-soft); font-size: 1.18rem; line-height: 1.65; }.topic-hero-gears { position: relative; height: 600px; }.topic-hero-gears i { filter: drop-shadow(0 25px 32px rgba(8,117,189,.18)); }.topic-hero-gears .g-a { width: 350px; height: 350px; left: 5%; top: 10%; }.topic-hero-gears .g-b { width: 220px; height: 220px; left: 51%; top: 51%; animation-direction: reverse; animation-duration: 10s; background: repeating-conic-gradient(var(--gold) 0 9deg, transparent 9deg 19deg), radial-gradient(circle, transparent 0 25%, var(--gold) 26% 56%, transparent 57%); }.topic-hero-gears .g-c { width: 110px; height: 110px; left: 6%; top: 68%; animation-duration: 8s; }
.lesson-scrolly { display: grid; grid-template-columns: 1.15fr .85fr; gap: 5vw; padding: 0 clamp(24px, 7vw, 110px); background: var(--ink); color: #fff; }.lesson-sticky { position: sticky; top: 76px; height: calc(100vh - 76px); display: grid; place-items: center; }.experiment { position: relative; width: min(100%, 760px); aspect-ratio: 1.08; display: grid; place-items: center; border-radius: 42px; background: radial-gradient(circle at 50% 44%, #153f55, #092431); border: 1px solid rgba(255,255,255,.1); }.gear-lab { position: relative; width: 74%; height: 70%; }.lab-gear { position: absolute; display: grid; place-items: center; border: 0; border-radius: 50%; color: #fff; background: repeating-conic-gradient(var(--blue) 0 8deg, transparent 8deg 17deg), radial-gradient(circle, #0d2b3c 0 20%, var(--blue) 21% 56%, transparent 57%); filter: drop-shadow(0 20px 22px rgba(0,0,0,.28)); transition: transform 1.5s cubic-bezier(.18,.8,.22,1); }.lab-gear span { font-size: 2rem; font-weight: 800; }.lab-gear-a { width: 270px; height: 270px; left: 2%; top: 2%; cursor: pointer; }.lab-gear-b { width: 185px; height: 185px; left: 52%; top: 49%; background: repeating-conic-gradient(var(--gold) 0 10deg, transparent 10deg 21deg), radial-gradient(circle, #0d2b3c 0 20%, var(--gold) 21% 56%, transparent 57%); }.experiment.is-spinning .lab-gear-a { transform: rotate(360deg); }.experiment.is-spinning .lab-gear-b { transform: rotate(-560deg); }.direction { position: absolute; font-size: 3rem; color: var(--sky); opacity: 0; transition: opacity .4s ease; }.direction-a { left: 10%; bottom: 3%; }.direction-b { right: 8%; top: 5%; }.experiment[data-lesson="direction"] .direction, .experiment[data-lesson="speed"] .direction { opacity: 1; }.experiment[data-lesson="speed"] .lab-gear-b { animation: pulse 1.2s ease-in-out infinite; }.lab-hint { position: absolute; left: 50%; bottom: 9%; transform: translateX(-50%); color: #aac0c9; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; }
.lesson-steps { padding: 34vh 0; }.lesson-step { min-height: 74vh; display: flex; flex-direction: column; justify-content: center; padding: clamp(24px,4vw,48px); border: 1px solid transparent; border-radius: 38px; opacity: 1; transform: translateY(12px); transition: background .45s ease, border-color .45s ease, transform .45s ease; }.lesson-step.is-active { transform: none; border-color: rgba(255,255,255,.1); background: rgba(255,255,255,.045); }.lesson-step h2 { margin: 16px 0; font-size: clamp(2.8rem,5vw,5.8rem); line-height: .92; letter-spacing: -.055em; }.lesson-step p { max-width: 520px; margin: 0; color: #d6e1e5; font-size: 1.08rem; line-height: 1.7; }
.try-card { margin: 8vw; padding: clamp(34px,6vw,90px); min-height: 430px; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; border-radius: 46px; background: #dceff4; }.try-card h2 { margin: 0; font-size: clamp(2.7rem,5vw,5.4rem); line-height: .94; letter-spacing: -.055em; }.try-card p:not(.eyebrow) { max-width: 700px; color: var(--ink-soft); font-size: 1.1rem; line-height: 1.7; }.remember { min-height: 72vh; padding: 100px 10vw; display: grid; place-content: center; text-align: center; background: #fffaf0; }.remember > p { color: var(--blue); font-size: .74rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }.remember blockquote { max-width: 1100px; margin: 20px auto 50px; font-size: clamp(2.6rem,5vw,5.8rem); line-height: 1.02; letter-spacing: -.05em; font-weight: 700; }

.brand-values { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0 clamp(24px,6vw,94px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,250,240,.88); }
.brand-values article { min-height: 150px; display: flex; align-items: center; gap: 20px; padding: 28px clamp(12px,3vw,40px); border-right: 1px solid var(--line); }
.brand-values article:first-child { padding-left: 0; }.brand-values article:last-child { border-right: 0; padding-right: 0; }
.brand-values article > span { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 auto; border-radius: 50%; color: #fff; background: var(--blue-dark); font-size: .7rem; font-weight: 800; }
.brand-values strong { display: block; font-size: 1.05rem; }.brand-values p { margin: 5px 0 0; color: var(--ink-soft); font-size: .88rem; line-height: 1.45; }

.audience-section { min-height: 86vh; display: grid; grid-template-columns: .9fr 1.1fr; gap: 7vw; align-items: center; padding: 120px clamp(24px,8vw,130px); background: var(--paper); }
.audience-copy h2, .section-heading h2 { margin: 0; font-size: clamp(3rem,5.2vw,5.6rem); line-height: 1; letter-spacing: -.04em; }
.audience-copy > p:not(.eyebrow) { max-width: 670px; margin: 28px 0; color: var(--ink-soft); font-size: 1.16rem; line-height: 1.7; }
.audience-points { display: grid; gap: 12px; margin: 34px 0 0; padding: 0; list-style: none; }
.audience-points li { position: relative; padding: 16px 20px 16px 52px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.58); font-weight: 700; }
.audience-points li::before { content: "✓"; position: absolute; left: 19px; color: var(--blue-dark); font-weight: 800; }
.brand-lockup { margin: 0; overflow: hidden; border: 1px solid rgba(13,43,60,.08); border-radius: 44px; background: #fbf5ea; box-shadow: var(--shadow); }
.brand-lockup img { width: 100%; aspect-ratio: 1.42; object-fit: contain; }
.brand-lockup figcaption { padding: 16px 24px 20px; color: var(--ink-soft); font-size: .72rem; letter-spacing: .08em; text-align: center; text-transform: uppercase; }

.status-pill { min-height: 46px; display: inline-flex; align-items: center; padding: 0 20px; border: 1px solid rgba(169,217,238,.38); border-radius: 999px; color: var(--sky); background: rgba(169,217,238,.08); font-size: .84rem; font-weight: 700; letter-spacing: .04em; }
.book-r { overflow: hidden; padding: 5px; }.book-r img { width: 100%; height: 100%; border-radius: 23px; }
.cover-icon { width: 74px; height: 74px; margin-bottom: 20px; border-radius: 21px; box-shadow: 0 12px 25px rgba(0,0,0,.18); }

.world-section { padding: 120px clamp(24px,7vw,110px); background: #f4ead9; }
.section-heading { max-width: 1000px; margin-bottom: 64px; }
.world-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.world-card { position: relative; min-height: 390px; display: flex; flex-direction: column; padding: clamp(28px,3vw,44px); overflow: hidden; border: 1px solid var(--line); border-radius: 34px; background: rgba(255,250,240,.82); transition: transform .3s ease, box-shadow .3s ease, background .3s ease; }
.world-card.is-featured { color: #fff; background: linear-gradient(145deg,var(--blue),var(--blue-dark)); }
.world-card.is-featured::after { content: ""; position: absolute; width: 260px; height: 260px; right: -100px; bottom: -100px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; box-shadow: 0 0 0 35px rgba(255,255,255,.04), 0 0 0 70px rgba(255,255,255,.025); }
.card-number { align-self: flex-end; color: var(--blue-dark); font-size: .75rem; font-weight: 800; }.is-featured .card-number { color: var(--sky); }
.card-kicker { margin: auto 0 12px; color: var(--blue-dark); font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }.is-featured .card-kicker { color: var(--sky); }
.world-card h3 { margin: 0; font-size: clamp(1.9rem,2.65vw,3rem); line-height: 1; letter-spacing: -.04em; }
.world-card > p:not(.card-kicker) { min-height: 72px; color: var(--ink-soft); line-height: 1.55; }.is-featured > p:not(.card-kicker) { color: #dcebf1; }
.world-card > strong { margin-top: 20px; font-size: .86rem; }
.closing-band { min-height: 62vh; display: grid; place-items: center; align-content: center; padding: 90px 24px; text-align: center; color: #fff; background: var(--ink); }
.closing-band img { margin-bottom: 26px; border-radius: 28px; box-shadow: 0 18px 50px rgba(0,0,0,.28); }.closing-band .eyebrow { color: var(--sky); }.closing-band h2 { margin: 0; color: var(--sky); font-size: clamp(4.4rem,8.6vw,8.5rem); line-height: .94; letter-spacing: -.04em; }.closing-band > p:last-child { margin-top: 28px; color: #c4d3d9; font-size: 1.08rem; }

.characters-hero { position: relative; min-height: 92vh; display: grid; grid-template-columns: 1fr .92fr; align-items: center; gap: 7vw; padding: 136px clamp(24px,8vw,130px) 90px; overflow: hidden; background: radial-gradient(circle at 77% 44%,rgba(169,217,238,.58),transparent 30%), linear-gradient(145deg,#fffaf0,#e5f2f4); }
.characters-hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .12; background-image: radial-gradient(#0875bd 1px,transparent 1px); background-size: 22px 22px; mask-image: linear-gradient(to right,transparent 34%,#000); }
.characters-hero-copy { position: relative; z-index: 2; max-width: 720px; }.characters-hero h1 { margin: 0; font-size: clamp(4rem,6.8vw,7.2rem); line-height: .94; letter-spacing: -.045em; }.characters-hero h1 span { color: var(--blue); }.characters-hero-copy > p:last-child { max-width: 650px; margin-top: 30px; color: var(--ink-soft); font-size: clamp(1.05rem,1.45vw,1.28rem); line-height: 1.65; }
.characters-hero-visual { position: relative; z-index: 2; width: min(41vw,590px); aspect-ratio: 1; justify-self: center; display: grid; place-items: center; border: 1px solid rgba(8,117,189,.16); border-radius: 50%; background: rgba(255,250,240,.65); box-shadow: 0 0 0 34px rgba(8,117,189,.035),0 0 0 70px rgba(8,117,189,.022),var(--shadow); }.characters-hero-visual img { position: relative; z-index: 2; width: 83%; height: 83%; object-fit: contain; border-radius: 50%; }.orbit { position: absolute; z-index: 3; width: 18px; height: 18px; border-radius: 6px 50% 50%; background: var(--gold); box-shadow: 0 0 22px rgba(242,173,46,.65); animation: float 3.8s ease-in-out infinite; }.orbit-a { left: 7%; top: 24%; transform: rotate(35deg); }.orbit-b { right: 4%; top: 46%; transform: rotate(75deg) scale(.75); animation-delay: -1.4s; }.orbit-c { left: 24%; bottom: 3%; transform: rotate(12deg) scale(.58); animation-delay: -2.3s; }
.characters-intro { min-height: 54vh; display: grid; place-items: center; padding: 90px 8vw; color: #fff; background: var(--ink); }.characters-intro p { max-width: 1040px; margin: 0; text-align: center; font-size: clamp(2.1rem,4.4vw,4.8rem); line-height: 1.08; letter-spacing: -.04em; }.characters-intro strong { color: var(--sky); }
.characters-list { display: grid; gap: 28px; padding: 120px clamp(24px,7vw,110px); background: #f4ead9; }
.character-profile { min-height: 620px; display: grid; grid-template-columns: minmax(0,1.12fr) minmax(320px,.88fr); gap: clamp(36px,6vw,90px); align-items: center; padding: clamp(26px,4vw,58px); border: 1px solid var(--line); border-radius: 44px; background: rgba(255,250,240,.86); box-shadow: 0 20px 55px rgba(13,43,60,.07); }.character-profile:nth-child(even) .character-sheet { order: 2; }.character-profile:nth-child(even) .character-copy { order: 1; }
.character-sheet { min-width: 0; margin: 0; overflow: hidden; border: 1px solid rgba(13,43,60,.09); border-radius: 32px; background: #fff; box-shadow: 0 24px 55px rgba(13,43,60,.11); }.character-sheet img { width: 100%; height: auto; aspect-ratio: 4/3; object-fit: contain; background: #fff; }.character-sheet figcaption { display: flex; justify-content: flex-end; padding: 12px 18px 15px; border-top: 1px solid var(--line); color: var(--blue-dark); font-size: .74rem; font-weight: 700; }.character-sheet figcaption a { min-height: 44px; display: inline-flex; align-items: center; gap: 6px; }
.character-copy { max-width: 560px; }.character-copy .eyebrow { margin-top: 24px; }.character-copy h2 { margin: 0; font-size: clamp(4rem,6vw,6.2rem); line-height: .96; letter-spacing: -.04em; }.character-copy > p:not(.eyebrow) { margin: 28px 0 0; color: var(--ink-soft); font-size: clamp(1rem,1.25vw,1.13rem); line-height: 1.72; }
.character-status { min-height: 34px; display: inline-flex; align-items: center; padding: 0 13px; border-radius: 999px; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.character-status.is-approved { color: #fff; background: var(--blue-dark); }.is-pending-status { color: #412f08; background: #f6ca65; }
.trait-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 30px 0 0; padding: 0; list-style: none; }.trait-list li { padding: 9px 14px; border: 1px solid rgba(8,117,189,.18); border-radius: 999px; color: var(--blue-dark); background: rgba(169,217,238,.18); font-size: .78rem; font-weight: 700; }
.character-facts { display: grid; gap: 14px; margin: 30px 0 0; }.character-facts > div { display: grid; gap: 4px; padding-top: 14px; border-top: 1px solid var(--line); }.character-facts dt { color: var(--blue-dark); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.character-facts dd { margin: 0; color: var(--ink-soft); line-height: 1.58; }
.pending-sheet { min-height: 440px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 44px; border: 1px solid rgba(13,43,60,.12); background: radial-gradient(circle,#fffaf0,#efe4d1); box-shadow: none; text-align: center; }.pending-sheet > strong { margin-top: 28px; font-size: 1.25rem; }.pending-sheet > span { max-width: 330px; margin-top: 9px; color: var(--ink-soft); font-size: .9rem; line-height: 1.55; }
.pending-portrait { position: relative; width: 172px; height: 205px; opacity: .58; }.pending-portrait::before { content: ""; position: absolute; left: 44px; top: 0; width: 84px; height: 84px; border: 5px solid var(--ink); border-radius: 42px; }.pending-portrait::after { content: ""; position: absolute; left: 26px; bottom: 0; width: 120px; height: 106px; border: 5px solid var(--ink); border-radius: 38px 38px 20px 20px; }.pending-portrait i:first-child, .pending-portrait i:nth-child(2) { position: absolute; z-index: 2; top: 39px; width: 10px; height: 10px; border-radius: 50%; background: var(--ink); }.pending-portrait i:first-child { left: 67px; }.pending-portrait i:nth-child(2) { right: 67px; }.pending-portrait i:last-child { position: absolute; z-index: 3; left: 50%; top: 113px; width: 42px; height: 56px; border: 4px solid var(--blue-dark); border-radius: 13px; transform: translateX(-50%); }
.characters-closing { min-height: 48vh; display: flex; align-items: center; justify-content: center; gap: 34px; padding: 90px clamp(24px,8vw,130px); color: #fff; background: var(--ink); }.characters-closing img { flex: 0 0 auto; border-radius: 24px; box-shadow: 0 14px 38px rgba(0,0,0,.3); }.characters-closing .eyebrow { color: var(--sky); }.characters-closing h2 { max-width: 850px; margin: 0 0 28px; font-size: clamp(2.5rem,5vw,5.5rem); line-height: 1; letter-spacing: -.04em; }

.coloring-hero { min-height: 92vh; display: grid; grid-template-columns: minmax(0,.9fr) minmax(380px,1.1fr); align-items: center; gap: 8vw; padding: 132px clamp(24px,8vw,130px) 88px; overflow: hidden; background: radial-gradient(circle at 78% 42%,rgba(169,217,238,.5),transparent 31%), linear-gradient(145deg,#fffaf0,#edf6f7); }.coloring-hero-copy { max-width: 720px; }.coloring-hero h1 { margin: 0; font-size: clamp(4rem,7vw,7.4rem); line-height: .94; letter-spacing: -.045em; }.coloring-hero h1 span { color: var(--blue); }.coloring-hero-copy > p:not(.eyebrow) { max-width: 640px; margin: 28px 0 32px; color: var(--ink-soft); font-size: clamp(1.05rem,1.45vw,1.25rem); line-height: 1.65; }
.coloring-hero-art { position: relative; width: min(38vw,520px); margin: 0; justify-self: center; transform: rotate(2.5deg); }.coloring-page-preview { padding: 14px; border: 1px solid rgba(13,43,60,.1); border-radius: 28px; background: #fff; box-shadow: 0 34px 80px rgba(13,43,60,.18); }.coloring-page-preview img { width: 100%; height: auto; aspect-ratio: 8.5/11; object-fit: contain; border-radius: 17px; background: #fff; }.coloring-hero-art figcaption { margin-top: 18px; color: var(--ink-soft); font-size: .82rem; font-weight: 700; text-align: center; transform: rotate(-2.5deg); }
.coloring-intro { min-height: 38vh; display: grid; place-items: center; padding: 76px 8vw; color: #fff; background: var(--ink); }.coloring-intro p { max-width: 980px; margin: 0; text-align: center; font-size: clamp(1.65rem,3.2vw,3.35rem); line-height: 1.18; letter-spacing: -.025em; }.coloring-intro strong { color: var(--sky); }
.coloring-gallery { padding: 120px clamp(24px,7vw,110px); background: #f4ead9; }.coloring-gallery .section-heading > p:last-child { max-width: 680px; color: var(--ink-soft); font-size: 1.05rem; line-height: 1.65; }
.coloring-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 18px; }.coloring-card { grid-column: span 2; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: var(--paper); box-shadow: 0 20px 50px rgba(13,43,60,.07); }.coloring-card:nth-last-child(2) { grid-column: 2 / span 2; }.coloring-card:last-child { grid-column: 4 / span 2; }.coloring-card figure { display: grid; place-items: center; margin: 0; padding: 20px; background: #fff; }.coloring-card figure img { width: 100%; height: auto; aspect-ratio: 8.5/11; object-fit: contain; background: #fff; }.coloring-card-copy { display: flex; min-height: 285px; flex-direction: column; padding: 26px; border-top: 1px solid var(--line); }.coloring-card .card-kicker { margin: 0 0 10px; }.coloring-card h3 { margin: 0; font-size: clamp(1.45rem,2vw,2rem); line-height: 1.08; letter-spacing: -.03em; }.coloring-card-copy > p:not(.card-kicker) { margin: 14px 0 22px; color: var(--ink-soft); font-size: .82rem; }.download-button { width: 100%; margin-top: auto; padding-left: 16px; padding-right: 16px; text-align: center; }
.usage-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; align-items: start; padding: 110px clamp(24px,8vw,130px); color: #fff; background: var(--blue-dark); }.usage-section h2 { max-width: 620px; margin: 0; font-size: clamp(2.6rem,4.8vw,5.3rem); line-height: 1; letter-spacing: -.04em; }.usage-section .eyebrow { color: var(--sky); }.usage-section ul { display: grid; gap: 18px; margin: 0; padding: 0; list-style: none; }.usage-section li { position: relative; padding: 0 0 18px 34px; border-bottom: 1px solid rgba(255,255,255,.16); color: #e5f0f4; font-size: 1.02rem; line-height: 1.65; }.usage-section li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--gold); font-weight: 800; }

.breadcrumb { display: inline-flex; min-height: 44px; align-items: center; margin-bottom: 28px; color: var(--blue-dark); font-size: .82rem; font-weight: 700; }
.experiment-status { position: absolute; left: 8%; right: 8%; bottom: 2.5%; min-height: 1.3em; margin: 0; color: #d8e6eb; font-size: .76rem; line-height: 1.4; text-align: center; }

.quiz-section { min-height: 86vh; display: grid; grid-template-columns: .9fr 1.1fr; gap: 7vw; align-items: center; padding: 120px clamp(24px,8vw,130px); background: #eef6f7; }
.quiz-ruben { width: fit-content; display: flex; align-items: center; gap: 14px; margin-bottom: 42px; color: var(--blue-dark); font-size: .82rem; font-weight: 800; }.quiz-ruben img { border-radius: 22px; box-shadow: 0 12px 28px rgba(8,117,189,.18); }
.quiz-copy h2 { margin: 0; font-size: clamp(3.3rem,6vw,7rem); line-height: .9; letter-spacing: -.06em; }.quiz-copy > p:last-child { max-width: 620px; margin-top: 28px; color: var(--ink-soft); font-size: 1.12rem; line-height: 1.7; }
.quiz-panel { display: grid; gap: 24px; padding: clamp(28px,4vw,54px); border: 2px solid transparent; border-radius: 42px; color: #fff; background: var(--ink); box-shadow: var(--shadow); }
.quiz-panel.is-correct { border-color: #59c691; }.quiz-panel.is-wrong { border-color: var(--gold); }
.quiz-mini-gears { position: relative; height: 220px; }.quiz-mini-gears i { position: absolute; display: grid; place-items: center; border-radius: 50%; color: #fff; font-style: normal; font-size: 1.3rem; font-weight: 800; background: repeating-conic-gradient(var(--blue) 0 8deg, transparent 8deg 17deg), radial-gradient(circle,#0d2b3c 0 20%,var(--blue) 21% 56%,transparent 57%); }.quiz-mini-gears i:first-child { width: 180px; height: 180px; left: 8%; top: 0; }.quiz-mini-gears i:last-child { width: 126px; height: 126px; left: 52%; top: 78px; background: repeating-conic-gradient(var(--gold) 0 10deg, transparent 10deg 21deg), radial-gradient(circle,#0d2b3c 0 20%,var(--gold) 21% 56%,transparent 57%); }
.quiz-options { display: grid; gap: 10px; margin: 0; padding: 0; border: 0; }.quiz-options legend { margin-bottom: 12px; color: #d8e6eb; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.quiz-answer { position: relative; display: block; cursor: pointer; }.quiz-answer input { position: absolute; inset: 0 auto auto 0; width: 1px; height: 1px; opacity: 0; }.quiz-answer span { min-height: 54px; display: flex; align-items: center; padding: 0 18px 0 52px; border: 1px solid rgba(255,255,255,.16); border-radius: 17px; color: #e7f0f3; background: rgba(255,255,255,.04); font-weight: 700; transition: border-color .2s ease, background .2s ease; }.quiz-answer span::before { content: ""; position: absolute; left: 19px; width: 16px; height: 16px; border: 2px solid #9ab0b8; border-radius: 50%; }.quiz-answer input:checked + span { border-color: var(--sky); background: rgba(169,217,238,.12); }.quiz-answer input:checked + span::before { border: 5px solid var(--sky); }.quiz-answer input:focus-visible + span { outline: 3px solid var(--gold); outline-offset: 3px; }
.quiz-submit { justify-self: start; }.quiz-feedback { min-height: 2.8em; margin: 0; color: #d8e6eb; line-height: 1.45; }

.next-topics { padding: 120px clamp(24px,7vw,110px); background: var(--paper); }
.topic-card { min-height: 310px; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(28px,3.5vw,46px); border: 1px solid var(--line); border-radius: 32px; background: #fff; }
.topic-card.is-current { color: #fff; background: var(--blue-dark); }.topic-card > span { margin-bottom: auto; color: var(--blue-dark); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }.topic-card.is-current > span { color: var(--sky); }.topic-card h3 { margin: 0; font-size: clamp(2rem,3vw,3.2rem); line-height: 1; letter-spacing: -.045em; }.topic-card p { margin: 18px 0 0; color: var(--ink-soft); line-height: 1.55; }.topic-card.is-current p { color: #d8e6eb; }

.reveal { opacity: 1; transform: none; }.js .reveal { opacity: 0; transform: translateY(34px); transition: opacity .85s ease, transform .85s cubic-bezier(.2,.75,.2,1); }.js .reveal.is-visible { opacity: 1; transform: none; }.reveal-now { animation: arrive .9s .12s both cubic-bezier(.2,.75,.2,1); }.reveal-now:nth-child(2) { animation-delay: .28s; }
@keyframes arrive { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes float { 50% { translate: 0 -18px; } }
@keyframes cue { 0%,100% { transform: scaleY(.3); opacity: .4; } 50% { transform: scaleY(1); opacity: 1; } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes pulse { 50% { filter: drop-shadow(0 0 28px rgba(242,173,46,.55)); } }

@media (hover: hover) {
  .button:hover { transform: translateY(-2px); }
  .world-card:hover { transform: translateY(-7px); box-shadow: 0 28px 70px rgba(13,43,60,.11); }
  .coloring-card:hover { box-shadow: 0 28px 65px rgba(13,43,60,.12); }
}

@media (min-width: 1101px) and (max-width: 1120px) {
  .site-header { padding-left: 26px; padding-right: 26px; }
  .site-header nav { gap: 18px; font-size: .94rem; }
  .world-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .legal-shell { grid-template-columns: minmax(230px,.32fr) minmax(0,1fr); gap: 42px; padding-left: 42px; padding-right: 42px; }
}

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; height: 68px; }.js .site-header nav { position: absolute; top: 68px; left: 16px; right: 16px; max-height: calc(100dvh - 86px); display: flex; flex-direction: column; align-items: stretch; gap: 2px; padding: 12px; overflow-y: auto; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,250,240,.97); box-shadow: 0 22px 55px rgba(13,43,60,.18); opacity: 0; visibility: hidden; transform: translateY(-10px); pointer-events: none; transition: opacity .25s ease, transform .25s ease; }.js .site-header nav.is-open { opacity: 1; visibility: visible; transform: none; pointer-events: auto; }.js .site-header nav a { min-height: 48px; display: flex; align-items: center; padding: 0 16px; border-radius: 14px; }.js .site-header nav a:hover, .js .site-header nav a.is-current { background: rgba(8,117,189,.08); }.js .site-header nav a::after { display: none; }.js .nav-toggle { display: inline-flex; }.header-cta { display: none; }
  html:not(.js) .site-header { position: relative; height: auto; grid-template-columns: 1fr; gap: 12px; padding-top: 12px; padding-bottom: 12px; } html:not(.js) .site-header nav { width: 100%; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 4px; } html:not(.js) .site-header nav a { min-height: 44px; display: flex; align-items: center; padding: 6px 10px; border-radius: 12px; background: rgba(8,117,189,.06); } html:not(.js) .site-header nav a::after { display: none; }
  .hero { min-height: auto; padding-top: 112px; grid-template-columns: 1fr; text-align: center; }.hero-copy { margin: auto; }.hero-actions { justify-content: center; }.hero-visual { width: min(82vw,520px); height: 560px; margin-top: 20px; }.scroll-cue { display: none; }
  .scrolly { grid-template-columns: 1fr; padding: 0; }.scrolly-stage { top: 68px; height: 52vh; z-index: 2; border: 0; border-bottom: 1px solid var(--line); }.story-steps { padding: 22vh 24px 30vh; }.story-step { min-height: 65vh; max-width: 620px; margin: auto; }.ruben-window { height: 74%; width: min(46%,300px); }.ruben-window img { width: 1050px; left: -34px; top: -142px; }.measure-detail { width: min(72%,540px); }.gear { width: 180px; }.gear-two { width: 120px; margin-left: 210px; margin-top: 120px; }.mini-book { width: min(42%,260px); }
  .book-section, .topic-teaser, .topic-hero { grid-template-columns: 1fr; text-align: center; }.book-copy > p, .book-copy ul, .topic-teaser p:not(.eyebrow), .topic-copy > p:last-child { margin-left: auto; margin-right: auto; }.book-art { margin-top: 40px; }.cover-placeholder { width: min(70vw,390px); min-height: 500px; }.topic-teaser .button { margin: auto; }.teaser-gears, .topic-hero-gears { height: 420px; }
  .lesson-scrolly { grid-template-columns: 1fr; padding: 0; }.lesson-sticky { top: 68px; height: 52vh; z-index: 2; background: var(--ink); }.experiment { height: 100%; width: 100%; border-radius: 0; }.gear-lab { width: min(76%,520px); transform: scale(.78); }.lesson-steps { padding: 24vh 24px 30vh; }.lesson-step { min-height: 62vh; max-width: 620px; margin: auto; }
  .audience-section, .quiz-section { grid-template-columns: 1fr; text-align: center; }.audience-copy > p, .quiz-copy > p:last-child { margin-left: auto; margin-right: auto; }.audience-points { max-width: 680px; margin-left: auto; margin-right: auto; text-align: left; }.brand-lockup { max-width: 760px; margin: 30px auto 0; }.quiz-ruben { margin-left: auto; margin-right: auto; }.quiz-panel { width: min(100%,680px); margin: 20px auto 0; text-align: left; }
  .world-grid, .topic-grid { grid-template-columns: 1fr; }.world-card { min-height: 330px; }.world-card > p:not(.card-kicker) { min-height: 0; }.topic-card { min-height: 250px; }
  .characters-hero { min-height: auto; grid-template-columns: 1fr; padding-top: 118px; text-align: center; }.characters-hero-copy { margin: auto; }.characters-hero-copy > p:last-child { margin-left: auto; margin-right: auto; }.characters-hero-visual { width: min(70vw,520px); margin-top: 44px; }.character-profile { min-height: auto; grid-template-columns: 1fr; }.character-profile:nth-child(even) .character-sheet, .character-profile:nth-child(even) .character-copy { order: initial; }.character-copy { max-width: 680px; }.pending-sheet { min-height: 390px; }.characters-closing { text-align: left; }
  .coloring-hero { min-height: auto; grid-template-columns: 1fr; padding-top: 118px; text-align: center; }.coloring-hero-copy { margin: auto; }.coloring-hero-copy > p:not(.eyebrow) { margin-left: auto; margin-right: auto; }.coloring-hero-art { width: min(62vw,500px); margin-top: 48px; }.coloring-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }.coloring-card, .coloring-card:nth-last-child(2) { grid-column: auto; }.coloring-card:last-child { grid-column: 1 / -1; width: calc(50% - 9px); justify-self: center; }.usage-section { grid-template-columns: 1fr; }
  .try-card { grid-template-columns: 1fr; text-align: center; }.try-card .button { margin: auto; }
  .legal-hero { min-height: auto; padding: 118px 24px 72px; text-align: center; }.legal-hero .breadcrumb { align-self: center; }.legal-hero > p:last-child { margin-left: auto; margin-right: auto; }
  .legal-shell { grid-template-columns: 1fr; padding: 72px 24px 92px; }.draft-card { position: static; max-width: 760px; }.legal-content { max-width: none; }
  footer { grid-template-columns: 1fr; text-align: center; }.footer-brand, .legal-links { justify-self: center; }
}

@media (max-width: 560px) {
  .site-header { padding: 0 16px; }.brand strong { font-size: .9rem; }.brand small { font-size: .62rem; }.header-cta { padding: 9px 14px; }.motion-toggle { right: 10px; bottom: 10px; }.motion-toggle span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }.motion-toggle { width: 44px; padding: 0; justify-content: center; }
  .hero { padding-left: 18px; padding-right: 18px; }.hero h1 { font-size: clamp(3.2rem,17vw,5.2rem); }.hero-visual { height: 470px; }.portrait-crop img { width: 1250px; left: -30px; top: -170px; }.hero-badge { right: 0; width: 88px; height: 88px; }
  .intro-band { min-height: 55vh; padding: 70px 24px; }.story-step h2 { font-size: 3rem; }.scrolly-stage { height: 47vh; }.stage-label { top: 18px; left: 20px; }.ruben-window { width: 190px; }.measure-detail { width: min(88%,410px); border-radius: 22px; }.measure-detail::before { display: none; }.gate-closeup { border-width: 14px; }.gate-closeup::before { width: 15px; }.gate-closeup::after { height: 15px; }.gate-stile { top: -14px; bottom: -14px; width: 20px; }.tape-case { width: 60px; height: 52px; border-width: 3px; border-radius: 17px; }.tape-case::before { width: 18px; height: 18px; left: 17px; top: 12px; border-width: 4px; }.tape-case i { left: -11px; top: 28px; width: 12px; height: 11px; }.tape-blade { width: 25px; }.hinge-position { transform: scale(.68); transform-origin: left top; }.measure-note { right: 31%; font-size: .68rem; }.mini-book { width: 190px; }
  .book-section, .topic-teaser, .topic-hero { padding-left: 20px; padding-right: 20px; }.topic-teaser h2, .topic-copy h1 { font-size: 3.5rem; }.teaser-gears, .topic-hero-gears { transform: scale(.72); margin: -50px; }.book-art { width: 100%; }.cover-placeholder { width: min(80vw,320px); min-height: 420px; margin: auto; }
  .brand-values { grid-template-columns: 1fr; padding: 12px 20px; }.brand-values article, .brand-values article:first-child, .brand-values article:last-child { min-height: 112px; padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); }.brand-values article:last-child { border-bottom: 0; }
  .audience-section, .world-section, .quiz-section, .next-topics { padding: 82px 20px; }.audience-copy h2, .section-heading h2, .quiz-copy h2 { font-size: 3.2rem; }.section-heading { margin-bottom: 38px; }.brand-lockup { border-radius: 26px; }.world-card, .topic-card { border-radius: 26px; }.closing-band h2 { font-size: 5rem; }
  .lesson-sticky { height: 46vh; }.gear-lab { width: min(84%,420px); transform: none; }.lesson-step h2 { font-size: 3rem; }.try-card { margin: 20px; border-radius: 28px; }.remember { padding: 80px 20px; }.remember blockquote { font-size: 2.7rem; }.quiz-mini-gears { height: 190px; }.quiz-mini-gears i:first-child { width: 150px; height: 150px; }.quiz-mini-gears i:last-child { width: 105px; height: 105px; left: 52%; top: 68px; }
  .characters-hero { padding-left: 20px; padding-right: 20px; }.characters-hero h1 { font-size: 3.75rem; }.characters-hero-visual { width: min(78vw,340px); }.characters-intro { min-height: 48vh; padding: 70px 22px; }.characters-list { gap: 18px; padding: 74px 16px; }.character-profile { gap: 28px; padding: 16px 16px 34px; border-radius: 28px; }.character-sheet { border-radius: 21px; }.character-copy h2 { font-size: 4.2rem; }.character-copy > p:not(.eyebrow) { margin-top: 21px; }.pending-sheet { min-height: 340px; padding: 28px 18px; }.pending-portrait { transform: scale(.82); }.characters-closing { flex-direction: column; padding: 76px 22px; text-align: center; }.characters-closing h2 { font-size: 3rem; }
  .legal-hero h1 { font-size: 3.5rem; }.legal-shell { padding-left: 18px; padding-right: 18px; }.draft-card { padding: 24px; }.legal-content section { padding-bottom: 34px; margin-bottom: 34px; }.legal-data > div { grid-template-columns: 1fr; gap: 4px; }.legal-links { flex-wrap: wrap; justify-content: center; }
  .coloring-hero { padding-left: 20px; padding-right: 20px; }.coloring-hero h1 { font-size: 3.8rem; }.coloring-hero-art { width: min(82vw,390px); }.coloring-gallery { padding: 82px 16px; }.coloring-grid { grid-template-columns: 1fr; }.coloring-card, .coloring-card:nth-last-child(2), .coloring-card:last-child { grid-column: auto; width: 100%; }.coloring-card-copy { min-height: 0; }.usage-section { padding: 78px 22px; }.usage-section h2 { font-size: 3rem; }
}

.portrait-crop img, .ruben-window img { position: absolute; inset: 0; width: 100%; height: 100%; max-width: 100%; object-fit: contain; object-position: center 42%; }
.portrait-crop::after { background: linear-gradient(to bottom, transparent 80%, rgba(248,241,228,.5) 100%); }
.gear-lab { width: min(74%,560px); height: auto; aspect-ratio: 1.22; }.lab-gear-a { width: 49%; height: auto; aspect-ratio: 1; }.lab-gear-b { width: 34%; height: auto; aspect-ratio: 1; }
.footer-brand .brand-icon { width: 38px; height: 38px; border-radius: 12px; }

@media (max-height: 620px) and (orientation: landscape) {
  .scrolly-stage, .lesson-sticky { position: relative; top: 0; height: 82vh; }.measure-detail { width: auto; height: 72%; max-height: 390px; }.story-steps, .lesson-steps { padding-top: 8vh; padding-bottom: 8vh; }.story-step, .lesson-step { min-height: 82vh; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .story-steps, .lesson-steps { padding-top: 10vh; padding-bottom: 10vh; }
  .story-step, .lesson-step, .reveal, .js .reveal { opacity: 1; transform: none; }
  .js .motion-toggle { display: none; }
}

@media (max-width: 760px) {
  .measure-illustration { width: 96%; max-height: calc(100% - 76px); }
  .story-cover { width: auto; max-width: 76%; max-height: calc(100% - 88px); }
}
