:root {
  --ink: #171713;
  --cream: #fff8e9;
  --yellow: #ffdd18;
  --orange: #ff672a;
  --blue: #36a8f4;
  --mint: #5ed9a7;
  --pink: #ff7fa4;
  --pointer-x: 0;
  --pointer-y: 0;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--cream); }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "Arial Rounded MT Bold", "Trebuchet MS", "Microsoft YaHei", sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; }
.page-progress { position: fixed; z-index: 100; left: 0; right: 0; top: 0; height: 5px; background: rgba(23,23,19,.12); }
.page-progress i { display: block; width: 100%; height: 100%; background: var(--orange); transform: scaleX(0); transform-origin: left; will-change: transform; }

.topbar { position: fixed; z-index: 50; inset: 18px 24px auto; height: 58px; padding: 7px 8px 7px 18px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border: 2px solid var(--ink); border-radius: 18px; background: rgba(255, 248, 233, .88); box-shadow: 5px 6px 0 var(--ink); backdrop-filter: blur(12px); }
.brand { display: flex; align-items: baseline; gap: 5px; width: max-content; font-weight: 900; letter-spacing: -.07em; transform: rotate(-1deg); }
.brand span { color: var(--orange); }
.brand b { font-weight: 900; }
.nav-links { display: flex; gap: 32px; font: 800 11px/1 Arial, sans-serif; letter-spacing: .12em; }
.nav-links a { position: relative; padding: 12px 0; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 3px; border-radius: 5px; background: var(--orange); transition: right .2s; }
.nav-links a:hover::after { right: 0; }
.meet-button { justify-self: end; display: flex; align-items: center; gap: 14px; padding-left: 17px; border-radius: 12px; background: var(--ink); color: white; font: 800 10px/1 Arial, sans-serif; letter-spacing: .1em; }
.meet-button span { display: grid; place-items: center; width: 38px; height: 38px; margin: 3px; border-radius: 9px; background: var(--yellow); color: var(--ink); font-size: 18px; }

.hero { position: relative; min-height: 100svh; overflow: hidden; padding-top: 86px; isolation: isolate; background: radial-gradient(circle at 52% 46%, #fffdf5 0 21%, transparent 56%), linear-gradient(140deg, #fff7e6 0 55%, #fff1cb 100%); }
.hero::before { content: ""; position: absolute; z-index: -3; inset: 0; opacity: .26; background-image: radial-gradient(#e2b178 1.2px, transparent 1.2px); background-size: 19px 19px; mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 75%, transparent); }
.hero-rays { position: absolute; z-index: -2; width: 48vw; aspect-ratio: 1; left: 50%; top: 53%; transform: translate(-50%, -50%) rotate(calc(var(--pointer-x) * 8deg)); background: repeating-conic-gradient(from 0deg, rgba(255, 216, 25, .35) 0 7deg, transparent 7deg 19deg); border-radius: 50%; mask-image: radial-gradient(circle, #000 0 62%, transparent 75%); transition: transform .5s cubic-bezier(.2,.8,.2,1); }
.hero-copy { position: absolute; z-index: 6; left: 50%; top: 18%; transform: translateX(-50%); width: min(88vw, 1050px); text-align: center; pointer-events: none; }
.eyebrow { margin: 0 0 13px; font: 800 10px/1 Arial, sans-serif; letter-spacing: .28em; }
h1 { margin: 0; font-size: clamp(58px, 9.7vw, 150px); line-height: .69; letter-spacing: -.075em; font-weight: 1000; transform: rotate(-1.5deg); text-shadow: 3px 4px 0 #fff8e9, 5px 6px 0 var(--ink); }
h1 span, h1 em { display: block; }
h1 span { color: var(--orange); }
h1 em { color: var(--yellow); font-style: normal; font-size: .76em; -webkit-text-stroke: 2px var(--ink); transform: translateY(22%); }
.hero-cn { display: inline-block; margin: 35px 0 0; padding: 7px 15px; border: 2px solid var(--ink); border-radius: 99px; background: #fff; font: 900 15px/1.1 "Microsoft YaHei", sans-serif; box-shadow: 4px 4px 0 var(--ink); transform: rotate(1.5deg); }
.microcopy { position: absolute; z-index: 8; top: 127px; margin: 0; font: 900 8px/1.45 Arial, sans-serif; letter-spacing: .13em; }
.microcopy-left { left: 3.7vw; transform: rotate(-90deg) translateX(-100%); transform-origin: left top; }
.microcopy-right { right: 3.7vw; text-align: right; transform: rotate(90deg) translateX(100%); transform-origin: right top; }

.cast-stage { position: absolute; z-index: 5; left: 50%; bottom: -4%; width: min(96vw, 1340px); height: 63%; transform: translateX(-50%) perspective(900px) rotateX(calc(var(--pointer-y) * -2deg)); transition: transform .3s ease-out; }
.hero-character { --r: 0deg; position: absolute; width: clamp(155px, 19vw, 290px); margin: 0; transform: translate(calc(var(--pointer-x) * (var(--i) - 2.5) * 5px), calc(var(--pointer-y) * (var(--i) - 2.5) * 4px)) rotate(var(--r)); transform-origin: center bottom; animation: character-bob calc(3.8s + var(--i) * .22s) ease-in-out infinite alternate; filter: drop-shadow(0 24px 15px rgba(84, 55, 18, .14)); }
.hero-character img { width: 100%; height: 100%; object-fit: contain; user-select: none; }
.hero-character figcaption { position: absolute; left: 50%; bottom: 5%; translate: -50% 0; padding: 5px 9px; border: 2px solid var(--ink); border-radius: 99px; background: white; font: 900 8px/1 Arial, sans-serif; letter-spacing: .11em; opacity: 0; transform: translateY(7px); transition: .2s; }
.hero-character:hover figcaption { opacity: 1; transform: translateY(0); }
.hero-character:hover { z-index: 10; animation-play-state: paused; }
.mug { left: 9%; bottom: 9%; --r: -7deg; width: clamp(150px, 18vw, 265px); }
.notey { left: 22%; bottom: 1%; --r: 6deg; }
.penny { left: 38%; bottom: 2%; --r: -3deg; width: clamp(135px, 16vw, 230px); }
.sprout { right: 28%; bottom: 1%; --r: 4deg; }
.eggo { right: 11%; bottom: 3%; --r: 8deg; width: clamp(160px, 20vw, 300px); }
.clippy { right: -1%; bottom: 10%; --r: -8deg; width: clamp(145px, 17vw, 250px); }
@keyframes character-bob { from { translate: 0 0; } to { translate: 0 -13px; } }

.sticker { position: absolute; z-index: 12; display: grid; place-items: center; width: 82px; aspect-ratio: 1; text-align: center; font: 1000 12px/.9 Arial, sans-serif; }
.sticker-one { left: 3.5vw; top: 39%; background: var(--yellow); clip-path: polygon(50% 0,61% 14%,79% 5%,82% 25%,100% 28%,88% 45%,100% 61%,81% 67%,82% 88%,62% 82%,50% 100%,38% 82%,18% 90%,19% 68%,0 61%,12% 45%,0 29%,19% 25%,18% 5%,39% 14%); transform: rotate(-8deg); }
.sticker-two { right: 3.5vw; top: 42%; border: 2px solid var(--ink); border-radius: 50%; background: var(--pink); box-shadow: 4px 4px 0 var(--ink); transform: rotate(9deg); }
.scroll-cue { position: absolute; z-index: 20; left: 50%; bottom: 2.2%; translate: -50% 0; display: flex; align-items: center; gap: 10px; padding: 7px 8px 7px 13px; border: 2px solid var(--ink); border-radius: 99px; background: var(--cream); font: 900 8px/1 Arial, sans-serif; letter-spacing: .13em; box-shadow: 3px 3px 0 var(--ink); }
.scroll-cue i { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: var(--blue); font-style: normal; }

.ticker { position: relative; z-index: 20; display: flex; width: max-content; border-block: 3px solid var(--ink); background: var(--yellow); transform: rotate(-1deg) scale(1.02); overflow: hidden; }
.ticker div { padding: 14px 0; white-space: nowrap; font: 1000 clamp(20px, 2.7vw, 42px)/1 Arial, sans-serif; letter-spacing: -.04em; animation: ticker 18s linear infinite; }
@keyframes ticker { to { transform: translateX(-100%); } }

.promise { min-height: 92svh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; position: relative; overflow: hidden; background: var(--blue); }
.promise::before, .promise::after { content: "★"; position: absolute; color: var(--yellow); -webkit-text-stroke: 2px var(--ink); font-size: 20vw; opacity: .9; }
.promise::before { left: -4vw; top: 6%; transform: rotate(-18deg); }
.promise::after { right: -5vw; bottom: 1%; transform: rotate(17deg); }
.promise > p { margin: 0 0 18px; font: 900 11px/1 Arial, sans-serif; letter-spacing: .25em; }
.promise h2 { position: relative; z-index: 2; margin: 0; font-size: clamp(72px, 13vw, 190px); line-height: .72; letter-spacing: -.075em; }
.promise h2 span { color: white; text-shadow: 5px 6px 0 var(--ink); }
.promise a { position: relative; z-index: 3; margin-top: 65px; display: flex; align-items: center; gap: 20px; padding: 7px 8px 7px 18px; border: 2px solid var(--ink); border-radius: 99px; background: var(--cream); box-shadow: 4px 5px 0 var(--ink); font: 900 10px/1 Arial, sans-serif; letter-spacing: .12em; }
.promise a b { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--orange); }
.idea-orbit { position: absolute; left: 50%; top: 50%; width: min(68vw, 760px); aspect-ratio: 1; translate: -50% -50%; border: 2px dashed rgba(23,23,19,.35); border-radius: 50%; animation: orbit-spin 30s linear infinite; }
.idea-orbit i { position: absolute; display: grid; place-items: center; width: 62px; aspect-ratio: 1; border: 2px solid var(--ink); border-radius: 50%; background: var(--cream); font: 900 26px/1 Arial,sans-serif; box-shadow: 4px 5px 0 var(--ink); }
.idea-orbit i:nth-child(1) { left: 6%; top: 18%; color: var(--orange); }
.idea-orbit i:nth-child(2) { right: 2%; top: 35%; color: var(--blue); }
.idea-orbit i:nth-child(3) { left: 28%; bottom: -3%; transform: rotate(-30deg); }
.idea-orbit i:nth-child(4) { right: 25%; top: -4%; color: var(--yellow); }
@keyframes orbit-spin { to { rotate: 360deg; } }

.story { position: relative; padding: 150px max(24px, 4vw) 170px; background: var(--ink); color: white; overflow: hidden; }
.story::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: radial-gradient(#fff 1px, transparent 1px); background-size: 23px 23px; }
.story-heading { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto 90px; }
.story-heading > p, .lab-heading > p { margin: 0 0 20px; font: 900 10px/1 Arial,sans-serif; letter-spacing: .22em; }
.story-heading h2 { margin: 0; font-size: clamp(58px, 8.5vw, 128px); line-height: .9; letter-spacing: -.07em; }
.story-heading > span { display: block; max-width: 390px; margin: 28px 0 0 auto; color: #b7b7ab; font: 500 15px/1.8 "Microsoft YaHei",sans-serif; }
.story-grid { position: relative; z-index: 1; display: grid; gap: 34px; max-width: 1200px; margin: 0 auto; }
.story-beat { --panel: var(--cream); position: relative; min-height: 650px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; overflow: hidden; padding: 76px clamp(30px, 6vw, 88px) 42px; border: 3px solid #000; border-radius: 46px; color: var(--ink); background: var(--panel); box-shadow: 12px 14px 0 #000; isolation: isolate; }
.story-beat::before { content: ""; position: absolute; z-index: -1; width: 62%; aspect-ratio: 1; right: -10%; top: -20%; border: 2px dashed rgba(23,23,19,.28); border-radius: 50%; }
.story-penny { --panel: #ffce28; }
.story-notey { --panel: #6ee0b2; }
.story-clippy { --panel: #4aaff7; }
.story-sprout { --panel: #ff7640; }
.story-eggo { --panel: #fff2ba; }
.beat-number { position: absolute; left: 28px; top: 26px; padding: 8px 11px; border: 2px solid var(--ink); border-radius: 99px; background: var(--cream); font: 900 9px/1 Arial,sans-serif; letter-spacing: .08em; }
.beat-word { position: absolute; right: 24px; top: 22px; font: 1000 clamp(26px, 4.8vw, 70px)/1 Arial,sans-serif; letter-spacing: -.07em; transform: rotate(2deg); opacity: .2; }
.story-beat > img { grid-column: 2; grid-row: 1; justify-self: center; width: min(88%, 490px); max-height: 520px; object-fit: contain; filter: drop-shadow(0 34px 24px rgba(42,28,8,.22)); transition: transform .65s cubic-bezier(.16,1,.3,1); }
.story-beat:hover > img { transform: translateY(-16px) rotate(4deg) scale(1.035); }
.beat-copy { grid-column: 1; grid-row: 1; align-self: end; padding-bottom: 55px; }
.beat-copy > p { margin: 0 0 18px; font: 900 10px/1 Arial,sans-serif; letter-spacing: .18em; }
.beat-copy h3 { margin: 0; font-size: clamp(34px, 4vw, 60px); line-height: .96; letter-spacing: -.06em; }
.beat-copy > span { display: block; max-width: 340px; margin-top: 25px; font: 500 14px/1.75 "Microsoft YaHei",sans-serif; }
.story-beat:nth-child(even) > img { grid-column: 1; }
.story-beat:nth-child(even) .beat-copy { grid-column: 2; padding-left: 30px; }
.story-beat:nth-child(even)::before { right: auto; left: -10%; }

.character-lab { padding: 150px max(22px,4vw) 170px; background: var(--yellow); overflow: hidden; }
.lab-heading { max-width: 1200px; margin: 0 auto 80px; text-align: center; }
.lab-heading h2 { margin: 0; font-size: clamp(72px, 11vw, 166px); line-height: .72; letter-spacing: -.08em; }
.lab-heading h2 span { color: white; -webkit-text-stroke: 3px var(--ink); text-shadow: 5px 6px 0 var(--ink); }
.character-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 34px; max-width: 1250px; margin: 0 auto; }
.character-card { --card: var(--cream); min-width: 0; overflow: hidden; border: 3px solid var(--ink); border-radius: 38px; background: var(--card); box-shadow: 10px 12px 0 var(--ink); transform: rotate(-.4deg); transition: transform .35s ease, box-shadow .35s ease; }
.character-card:nth-child(even) { transform: rotate(.45deg); }
.character-card:hover { transform: translateY(-8px) rotate(0); box-shadow: 14px 18px 0 var(--ink); }
.card-penny { --card: #ffd431; }
.card-notey { --card: #6de0b4; }
.card-clippy { --card: #50b4fa; }
.card-sprout { --card: #ff7b48; }
.card-eggo { --card: #fff5c9; }
.card-top { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; padding: 22px 24px; border-bottom: 2px solid var(--ink); }
.card-top span { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; background: var(--ink); color: white; font: 900 10px/1 Arial,sans-serif; }
.card-top b { font: 1000 clamp(29px,3vw,44px)/1 Arial,sans-serif; letter-spacing: -.06em; }
.card-top em { font: 900 8px/1 Arial,sans-serif; letter-spacing: .16em; font-style: normal; }
.turntable { --drag-x: 0px; position: relative; height: 480px; display: grid; place-items: center; overflow: hidden; cursor: grab; touch-action: pan-y; outline: none; background: #faf7f1; }
.turntable::after { content: ""; position: absolute; left: 12%; right: 12%; bottom: 11%; height: 4%; border-radius: 50%; background: rgba(47,35,17,.16); filter: blur(9px); }
.turntable:focus-visible { box-shadow: inset 0 0 0 5px rgba(255,255,255,.9); }
.turntable.is-dragging { cursor: grabbing; }
.turntable img { position: absolute; z-index: 2; left: 9%; bottom: 8%; width: 82%; height: 82%; object-fit: contain; object-position: center bottom; transform: translateX(var(--drag-x)); transition: opacity .11s, transform .22s cubic-bezier(.2,.8,.2,1); user-select: none; }
.turntable img.is-switching { opacity: 0; transform: translateX(var(--drag-x)) scale(.94); }
.drag-hint { position: absolute; z-index: 4; bottom: 17px; left: 50%; translate: -50% 0; padding: 7px 10px; border: 1.5px solid var(--ink); border-radius: 99px; background: rgba(255,255,255,.72); font: 900 8px/1 Arial,sans-serif; letter-spacing: .1em; pointer-events: none; }
.view-controls { display: grid; grid-template-columns: repeat(4,1fr); margin: 0 22px; border: 2px solid var(--ink); border-radius: 99px; overflow: hidden; }
.view-controls button { min-height: 36px; border: 0; border-right: 1px solid var(--ink); background: transparent; color: var(--ink); font: 900 8px/1 Arial,sans-serif; letter-spacing: .08em; cursor: pointer; }
.view-controls button:last-child { border-right: 0; }
.view-controls button.active { background: var(--ink); color: white; }
.card-footer { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding: 28px 24px 25px; }
.card-footer p { margin: 0; font-size: clamp(20px,2vw,29px); line-height: .96; letter-spacing: -.04em; }
.board-button { padding: 12px 14px; border: 2px solid var(--ink); border-radius: 99px; background: white; color: var(--ink); font: 900 8px/1 Arial,sans-serif; letter-spacing: .08em; box-shadow: 3px 3px 0 var(--ink); cursor: pointer; white-space: nowrap; }
.board-button:hover { background: var(--ink); color: white; }

.scene-gallery { position: relative; padding: 18px max(22px,4vw) 150px; overflow: hidden; background: var(--yellow); }
.scene-gallery::before { content: "PLAY · PAUSE · IMAGINE · REPEAT ·"; position: absolute; left: -1vw; bottom: 38px; color: rgba(23,23,19,.11); font: 1000 clamp(43px,7vw,104px)/.8 Arial,sans-serif; letter-spacing: -.06em; white-space: nowrap; transform: rotate(-2deg); }
.scene-shell { position: relative; z-index: 1; max-width: 1370px; margin: 0 auto; padding: clamp(26px,4vw,58px); border: 3px solid var(--ink); border-radius: 44px; background: var(--cream); box-shadow: 12px 14px 0 var(--ink); }
.scene-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 55px; align-items: end; margin-bottom: clamp(34px,5vw,66px); }
.scene-heading p { margin: 0 0 16px; font: 900 10px/1 Arial,sans-serif; letter-spacing: .2em; }
.scene-heading h2 { margin: 0; font-size: clamp(59px,8vw,118px); line-height: .74; letter-spacing: -.075em; }
.scene-heading h2 span { color: var(--orange); -webkit-text-stroke: 2px var(--ink); text-shadow: 4px 5px 0 var(--ink); }
.scene-heading .scene-intro { max-width: 360px; margin: 0 0 4px auto; font: 500 14px/1.75 "Microsoft YaHei",sans-serif; letter-spacing: 0; }
.scene-grid { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); grid-auto-rows: minmax(205px,19vw); gap: 20px; }
.scene-card { position: relative; min-width: 0; overflow: hidden; border: 3px solid var(--ink); border-radius: 28px; background: white; box-shadow: 6px 7px 0 var(--ink); }
.scene-video-card.scene-card-live { grid-column: span 8; grid-row: span 2; background: #bfe9ff; }
.scene-video-card { grid-column: span 4; background: #f7f2e9; }
.scene-video-card video { width: 100%; height: 100%; display: block; object-fit: cover; background: #f7f2e9; transition: transform .55s cubic-bezier(.2,.8,.2,1), filter .35s ease; }
.scene-video-card::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(255,255,255,.2); }
.scene-video-card:hover video { transform: scale(1.025); filter: saturate(1.06); }
.scene-card-copy { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 18px; padding: 15px 17px 14px; border: 2px solid var(--ink); border-radius: 18px; background: rgba(255,248,233,.9); box-shadow: 4px 5px 0 var(--ink); backdrop-filter: blur(9px); }
.scene-card-copy > span { display: flex; align-items: center; gap: 7px; margin-bottom: 7px; font: 900 8px/1 Arial,sans-serif; letter-spacing: .12em; }
.scene-card-copy > span i { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgba(255,103,42,.18); animation: live-pulse 1.2s ease-in-out infinite alternate; }
.scene-card-copy strong { display: block; font: 1000 clamp(22px,2.6vw,40px)/.9 Arial,sans-serif; letter-spacing: -.05em; }
.scene-card-copy p { margin: 8px 0 0; font: 500 12px/1.5 "Microsoft YaHei",sans-serif; }
.scene-card-copy-compact { left: 12px; right: 12px; bottom: 12px; padding: 12px 13px 11px; border-radius: 15px; box-shadow: 3px 4px 0 var(--ink); }
.scene-card-copy-compact strong { font-size: clamp(17px,1.65vw,25px); }
.scene-card-copy-compact p { margin-top: 5px; font-size: 10px; }
@keyframes live-pulse { to { opacity: .42; transform: scale(.75); } }
.scene-placeholder { grid-column: span 4; display: grid; place-items: center; isolation: isolate; background: var(--placeholder); }
.scene-placeholder::before { content: ""; position: absolute; z-index: -2; width: 72%; aspect-ratio: 1; border: 2px dashed rgba(23,23,19,.28); border-radius: 50%; }
.scene-placeholder::after { content: "+"; position: absolute; z-index: 3; top: 14px; right: 14px; width: 34px; height: 34px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 50%; background: var(--cream); font: 1000 22px/1 Arial,sans-serif; }
.scene-placeholder > img { width: 66%; height: 76%; object-fit: contain; filter: saturate(.85) drop-shadow(0 18px 11px rgba(23,23,19,.16)); opacity: .72; transform: translateY(-8px) rotate(-4deg); }
.scene-placeholder:nth-child(even) > img { transform: translateY(-8px) rotate(4deg); }
.scene-placeholder > div { position: absolute; left: 14px; right: 14px; bottom: 13px; display: flex; align-items: end; justify-content: space-between; gap: 10px; }
.scene-placeholder strong { font: 1000 clamp(18px,2vw,30px)/1 Arial,sans-serif; letter-spacing: -.05em; }
.scene-placeholder div span { max-width: 90px; text-align: right; font: 900 7px/1.25 Arial,sans-serif; letter-spacing: .09em; }
.scene-index { position: absolute; z-index: 3; left: 13px; top: 13px; padding: 7px 9px; border: 2px solid var(--ink); border-radius: 99px; background: var(--cream); font: 900 8px/1 Arial,sans-serif; letter-spacing: .06em; }
.scene-notey { --placeholder: #69deb1; }
.scene-penny { --placeholder: #ffcf2e; }
.scene-sprout { --placeholder: #ff7844; }
.scene-clippy { --placeholder: #52b3f7; }
.scene-eggo { --placeholder: #fff0ae; }
.scene-take-card { grid-column: span 6; grid-row: span 2; background: var(--placeholder); }
.scene-take-third { grid-column: span 4; }
.scene-take-card video { object-fit: cover; }
.scene-take-label { position: absolute; z-index: 3; top: 14px; left: 14px; padding: 8px 10px 7px; border: 2px solid var(--ink); border-radius: 99px; background: var(--cream); box-shadow: 3px 3px 0 var(--ink); font: 900 8px/1 Arial,sans-serif; letter-spacing: .09em; }

.merch-gallery { position: relative; overflow: hidden; padding: clamp(88px,10vw,150px) 0 0; background: #fffdf8; border-top: 3px solid var(--ink); }
.merch-heading { width: min(92vw,1370px); margin: 0 auto clamp(42px,6vw,78px); display: grid; grid-template-columns: 1.4fr .6fr; gap: 50px; align-items: end; }
.merch-heading > div > p { margin: 0 0 17px; font: 900 10px/1 Arial,sans-serif; letter-spacing: .2em; }
.merch-heading h2 { margin: 0; font: 1000 clamp(58px,7.7vw,116px)/.76 Arial,sans-serif; letter-spacing: -.075em; }
.merch-heading h2 span { color: var(--pink); -webkit-text-stroke: 2px var(--ink); text-shadow: 4px 5px 0 var(--ink); }
.merch-heading-side { max-width: 365px; justify-self: end; }
.merch-heading-side > p { margin: 0 0 25px; font: 500 14px/1.75 "Microsoft YaHei",sans-serif; }
.merch-toggle { display: inline-flex; align-items: center; gap: 10px; min-height: 42px; padding: 6px 15px 6px 7px; border: 2px solid var(--ink); border-radius: 99px; background: var(--cream); color: var(--ink); box-shadow: 3px 4px 0 var(--ink); font: 900 9px/1 Arial,sans-serif; letter-spacing: .1em; cursor: pointer; }
.merch-toggle span { display: grid; place-items: center; width: 27px; aspect-ratio: 1; border-radius: 50%; background: var(--yellow); font-size: 10px; }
.merch-toggle:hover, .merch-toggle:focus-visible { background: var(--ink); color: white; outline: none; }
.merch-marquee { position: relative; overflow: hidden; padding: 14px 0 28px; outline: none; }
.merch-marquee::before, .merch-marquee::after { content: ""; position: absolute; z-index: 3; top: 14px; bottom: 28px; width: min(8vw,120px); pointer-events: none; }
.merch-marquee::before { left: 0; background: linear-gradient(90deg,#fffdf8,transparent); }
.merch-marquee::after { right: 0; background: linear-gradient(-90deg,#fffdf8,transparent); }
.merch-track { display: flex; width: max-content; animation: merch-loop 42s linear infinite; will-change: transform; }
.merch-set { flex: none; display: flex; gap: 22px; padding-right: 22px; }
.merch-marquee:hover .merch-track, .merch-marquee:focus-within .merch-track, .merch-gallery.is-paused .merch-track { animation-play-state: paused; }
@keyframes merch-loop { to { transform: translateX(-50%); } }
.merch-card { --card-bg: var(--cream); flex: 0 0 clamp(285px,24vw,365px); height: clamp(410px,35vw,520px); display: grid; grid-template-rows: minmax(0,1fr) auto; overflow: hidden; border: 3px solid var(--ink); border-radius: 30px; background: var(--card-bg); box-shadow: 7px 8px 0 var(--ink); transition: transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s; }
.merch-card:hover { transform: translateY(-8px) rotate(-1deg); box-shadow: 10px 14px 0 var(--ink); }
.merch-card:nth-child(even):hover { transform: translateY(-8px) rotate(1deg); }
.merch-art { min-height: 0; display: grid; place-items: center; padding: 12px 12px 0; overflow: hidden; }
.merch-art img { width: 112%; height: 112%; object-fit: contain; filter: drop-shadow(0 18px 11px rgba(23,23,19,.18)); transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.merch-card:hover .merch-art img { transform: scale(1.05) rotate(1deg); }
.merch-meta { min-height: 125px; position: relative; padding: 18px 19px 17px; border-top: 2px solid var(--ink); background: rgba(255,255,255,.82); }
.merch-meta span { display: block; margin-bottom: 9px; font: 900 8px/1 Arial,sans-serif; letter-spacing: .14em; }
.merch-meta h3 { margin: 0; max-width: 75%; font: 1000 clamp(22px,2.2vw,31px)/.88 Arial,sans-serif; letter-spacing: -.045em; }
.merch-meta b { position: absolute; right: 17px; bottom: 18px; max-width: 28%; text-align: right; font: 900 8px/1.35 "Microsoft YaHei",Arial,sans-serif; letter-spacing: .04em; }
.merch-cream { --card-bg: #fff1d4; }
.merch-yellow { --card-bg: #ffdc23; }
.merch-orange { --card-bg: #ff7844; }
.merch-blue { --card-bg: #79cafb; }
.merch-mint { --card-bg: #78dfb7; }
.merch-pink { --card-bg: #ff9fbd; }
.merch-yellow .merch-art img { width: 125%; height: 125%; }
.merch-orange .merch-art img, .merch-blue .merch-art img { width: 119%; height: 119%; }
.merch-mint .merch-art img { width: 108%; height: 108%; }
.merch-ribbon { margin-top: clamp(62px,8vw,110px); display: flex; width: max-content; border-top: 3px solid var(--ink); background: var(--yellow); color: var(--ink); font: 1000 clamp(34px,5vw,70px)/1 Arial,sans-serif; letter-spacing: -.045em; white-space: nowrap; animation: merch-ribbon 24s linear infinite; }
.merch-ribbon span { display: block; padding: 20px 0 16px; }
@keyframes merch-ribbon { to { transform: translateX(-50%); } }

.finale { min-height: 115svh; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; padding: 100px 24px 32px; background: var(--orange); text-align: center; }
.finale::before { content: ""; position: absolute; z-index: 0; left: 50%; top: 48%; width: 200vmax; aspect-ratio: 1; pointer-events: none; opacity: .25; background: repeating-conic-gradient(from 10deg at 50% 50%, #ffd91c 0 5deg, transparent 5deg 14deg); transform: translate(-50%, -50%) rotate(0deg); transform-origin: 50% 50%; animation: finale-rays 30s linear infinite; will-change: transform; }
@keyframes finale-rays {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}
.finale > p, .finale > h2, .finale > a { position: relative; z-index: 4; }
.finale > p { margin: 0 0 17px; font: 900 10px/1 Arial,sans-serif; letter-spacing: .25em; }
.finale h2 { margin: 0; font-size: clamp(65px,11vw,165px); line-height: .73; letter-spacing: -.08em; }
.finale h2 span { color: var(--yellow); -webkit-text-stroke: 3px var(--ink); text-shadow: 5px 7px 0 var(--ink); }
.finale > a { display: flex; align-items: center; gap: 17px; margin-top: 290px; padding: 7px 8px 7px 16px; border: 2px solid var(--ink); border-radius: 99px; background: var(--cream); box-shadow: 4px 5px 0 var(--ink); font: 900 9px/1 Arial,sans-serif; letter-spacing: .1em; translate: 0 clamp(96px, 9svh, 130px); }
.finale > a b { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--blue); }
.finale-cast { position: absolute; z-index: 3; left: 50%; bottom: 115px; width: min(96vw,1260px); height: 370px; translate: -50% 0; display: flex; align-items: end; justify-content: center; }
.finale-cast img { width: 18%; max-height: 330px; object-fit: contain; margin-inline: -1.8%; filter: drop-shadow(0 24px 17px rgba(51,19,4,.2)); animation: finale-bop 2.8s ease-in-out infinite alternate; }
.finale-cast img:nth-child(2n) { animation-delay: -.9s; }
@keyframes finale-bop { to { transform: translateY(-15px) rotate(3deg); } }
.finale footer { position: absolute; z-index: 5; left: 30px; right: 30px; bottom: 26px; display: flex; justify-content: space-between; font: 900 8px/1 Arial,sans-serif; letter-spacing: .12em; }

.profile-dialog { width: min(94vw, 1180px); max-height: 91vh; padding: 0; overflow: hidden; border: 3px solid var(--ink); border-radius: 28px; background: var(--cream); box-shadow: 12px 14px 0 var(--ink); }
.profile-dialog::backdrop { background: rgba(23,23,19,.77); backdrop-filter: blur(7px); }
.dialog-close { position: absolute; z-index: 4; right: 16px; top: 14px; width: 42px; aspect-ratio: 1; border: 2px solid var(--ink); border-radius: 50%; background: var(--yellow); font: 900 25px/1 Arial,sans-serif; cursor: pointer; box-shadow: 3px 3px 0 var(--ink); }
.dialog-title-row { display: flex; align-items: baseline; gap: 18px; padding: 18px 75px 16px 22px; border-bottom: 2px solid var(--ink); }
.dialog-title-row span { font: 900 9px/1 Arial,sans-serif; letter-spacing: .17em; }
.dialog-title-row h2 { margin: 0; font: 1000 38px/1 Arial,sans-serif; letter-spacing: -.05em; }
.dialog-image-wrap { max-height: calc(91vh - 79px); overflow: auto; }
.dialog-image-wrap img { width: 100%; height: auto; }

.reveal { opacity: 0; transform: translateY(50px) scale(.985); transition: opacity .8s ease, transform .9s cubic-bezier(.16,1,.3,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0) scale(1); }

@media (max-width: 860px) {
  .story { padding: 105px 16px 120px; }
  .story-heading { margin-bottom: 55px; }
  .story-heading > span { margin-left: 0; }
  .story-beat { min-height: 720px; grid-template-columns: 1fr; grid-template-rows: 1fr auto; padding: 65px 24px 30px; border-radius: 30px; box-shadow: 7px 9px 0 #000; }
  .story-beat > img, .story-beat:nth-child(even) > img { grid-column: 1; grid-row: 1; align-self: center; width: min(82%, 390px); max-height: 420px; }
  .beat-copy, .story-beat:nth-child(even) .beat-copy { grid-column: 1; grid-row: 2; padding: 0 0 20px; }
  .beat-word { top: 29px; font-size: 30px; }
  .beat-copy h3 { font-size: clamp(34px, 9vw, 52px); }
  .character-lab { padding: 110px 15px 120px; }
  .lab-heading h2 { font-size: clamp(64px, 18vw, 105px); }
  .character-grid { grid-template-columns: 1fr; gap: 28px; }
  .character-card, .character-card:nth-child(even) { transform: none; border-radius: 28px; box-shadow: 7px 8px 0 var(--ink); }
  .turntable { height: min(118vw, 490px); }
  .card-top { padding: 18px; }
  .card-top em { display: none; }
  .card-footer { align-items: center; padding: 23px 18px; }
  .card-footer p { font-size: 21px; }
  .board-button { max-width: 145px; white-space: normal; line-height: 1.35; }
  .scene-gallery { padding: 12px 15px 110px; }
  .scene-shell { padding: 25px 18px 28px; border-radius: 30px; box-shadow: 7px 8px 0 var(--ink); }
  .scene-heading { grid-template-columns: 1fr; gap: 28px; }
  .scene-heading .scene-intro { margin-left: 0; }
  .scene-grid { grid-auto-rows: auto; gap: 14px; }
  .scene-video-card.scene-card-live { grid-column: span 12; grid-row: auto; aspect-ratio: 16 / 9; }
  .scene-video-card:not(.scene-card-live) { grid-column: span 6; aspect-ratio: 16 / 9; }
  .scene-take-card { grid-column: span 6; grid-row: auto; aspect-ratio: 1; }
  .scene-placeholder > img { width: 74%; height: 72%; }
  .merch-heading { grid-template-columns: 1fr; gap: 28px; width: calc(100% - 32px); }
  .merch-heading-side { max-width: 520px; justify-self: start; }
  .merch-card { flex-basis: min(74vw,335px); }
  .finale { min-height: 920px; }
  .finale-cast { bottom: 155px; width: 128vw; height: 310px; }
  .finale-cast img { width: 21%; margin-inline: -3.3%; }
  .finale > a { margin-top: 290px; }
  .finale footer { left: 15px; right: 15px; }
  .finale footer span:last-child { display: none; }
  .profile-dialog { border-radius: 18px; box-shadow: 7px 8px 0 var(--ink); }
  .dialog-title-row h2 { font-size: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  .idea-orbit, .finale-cast img, .scene-card-copy > span i, .finale::before, .merch-track, .merch-ribbon { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

@media (max-width: 760px) {
  .topbar { inset: 12px 12px auto; height: 52px; padding-left: 12px; grid-template-columns: 1fr auto; }
  .nav-links { display: none; }
  .meet-button { font-size: 0; padding-left: 0; }
  .brand { font-size: 13px; }
  .hero { min-height: 940px; }
  .hero-copy { top: 15%; }
  .eyebrow { font-size: 8px; }
  h1 { font-size: clamp(57px, 18vw, 86px); line-height: .76; text-shadow: 2px 3px 0 var(--cream), 4px 5px 0 var(--ink); }
  h1 em { -webkit-text-stroke-width: 1.5px; }
  .hero-cn { margin-top: 27px; font-size: 12px; }
  .microcopy, .sticker-two { display: none; }
  .cast-stage { bottom: 4%; width: 100%; height: 55%; }
  .hero-character { width: 42vw; }
  .mug { left: -8%; bottom: 33%; width: 38vw; }
  .notey { left: 18%; bottom: 20%; width: 40vw; }
  .penny { left: 42%; bottom: 30%; width: 32vw; }
  .sprout { right: 10%; bottom: 5%; width: 39vw; }
  .eggo { right: -9%; bottom: 35%; width: 42vw; }
  .clippy { right: 29%; bottom: -4%; width: 34vw; }
  .sticker-one { left: 5%; top: 45%; width: 64px; font-size: 9px; }
  .scroll-cue { bottom: 1.5%; }
  .promise::before, .promise::after { font-size: 36vw; }
  .scene-gallery { padding-inline: 10px; }
  .scene-shell { padding-inline: 12px; border-radius: 25px; }
  .scene-heading h2 { font-size: clamp(52px,16vw,78px); }
  .scene-grid { grid-template-columns: 1fr; grid-auto-rows: auto; gap: 14px; }
  .scene-card { border-radius: 20px; box-shadow: 4px 5px 0 var(--ink); }
  .scene-video-card.scene-card-live, .scene-video-card:not(.scene-card-live) { grid-column: 1; grid-row: auto; aspect-ratio: 16 / 9; }
  .scene-take-card { grid-column: 1; grid-row: auto; }
  .scene-take-card { aspect-ratio: 1; }
  .scene-card-copy { left: 10px; right: 10px; bottom: 10px; padding: 12px; }
  .scene-card-copy p { display: none; }
  .scene-placeholder > img { width: 86%; height: 69%; }
  .scene-placeholder > div { left: 10px; right: 10px; bottom: 10px; display: block; }
  .scene-placeholder div span { display: block; max-width: none; margin-top: 3px; text-align: left; font-size: 6px; }
  .scene-placeholder::after { display: none; }
  .scene-index { left: 9px; top: 9px; padding: 6px 7px; font-size: 7px; }
  .merch-gallery { padding-top: 82px; }
  .merch-heading { width: calc(100% - 28px); margin-bottom: 34px; }
  .merch-heading h2 { font-size: clamp(48px,15vw,72px); }
  .merch-heading-side > p { font-size: 12px; }
  .merch-card { flex-basis: 78vw; height: 430px; border-radius: 23px; box-shadow: 5px 6px 0 var(--ink); }
  .merch-set { gap: 14px; padding-right: 14px; }
  .merch-meta { min-height: 116px; }
  .merch-marquee::before, .merch-marquee::after { width: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-character, .ticker div, .merch-track, .merch-ribbon { animation: none; }
}
