/* =========================================================
   SQUISH — premium design system
   Fraunces (soft serif, SOFT axis) + Plus Jakarta Sans
   Warm ivory, deep plum, blush, lilac & peach. Text meets WCAG AA.
   ========================================================= */
:root {
  --ivory: #faf6f0;
  --ivory-2: #f4ede4;
  --surface: #fffdfa;
  --line: #ebe2d6;
  --line-2: #e0d4c5;

  --ink: #2b2138;
  --ink-2: #665b72;
  --ink-3: #72687d;   /* AA on ivory for small text */

  --lilac: #cbbbe6;
  --lilac-soft: #f1ecf8;
  --lilac-deep: #6d52a3;
  --blush: #f3d3d4;
  --blush-soft: #fbefee;
  --peach: #f6dcca;
  --peach-soft: #fcf0e7;
  --butter: #f6e7bd;
  --butter-soft: #fcf6e4;
  --sage: #dde7d8;
  --coral: #d9634f;
  --ok: #2f7a55;
  --err: #b43a4a;

  --r-sm: 14px;
  --r: 24px;
  --r-lg: 36px;
  --shadow-xs: 0 1px 2px rgba(43, 33, 56, .06);
  --shadow-sm: 0 4px 14px -6px rgba(43, 33, 56, .12);
  --shadow: 0 24px 50px -28px rgba(43, 33, 56, .28);
  --shadow-lg: 0 40px 80px -36px rgba(43, 33, 56, .36);

  --f-display: "Fraunces", "Iowan Old Style", Georgia, serif;
  --f-body: "Plus Jakarta Sans", "Segoe UI", system-ui, -apple-system, sans-serif;

  --ease: cubic-bezier(.22, 1, .36, 1);          /* expo-out: smooth, premium */
  --ease-io: cubic-bezier(.65, 0, .35, 1);
  --bounce: cubic-bezier(.34, 1.56, .64, 1);
  --jelly: cubic-bezier(.25, 1.6, .45, .9);
  --gutter: clamp(18px, 4.5vw, 56px);
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 110px; }
html:not(.lenis) { scroll-behavior: smooth; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }
body {
  margin: 0; font-family: var(--f-body); font-size: 1.03rem; line-height: 1.7; color: var(--ink);
  background: var(--ivory); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-x: clip;
}
/* Film grain for a tactile, printed feel */
body::after {
  content: ""; position: fixed; inset: 0; z-index: 2000; pointer-events: none; opacity: .045; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: .2em; }
button, input, select, textarea { font: inherit; color: inherit; }
::selection { background: var(--lilac); color: var(--ink); }
h1, h2, h3, h4 {
  font-family: var(--f-display); font-weight: 500; line-height: 1.02; letter-spacing: -.025em; color: var(--ink);
  margin: 0 0 .45em; text-wrap: balance; font-variation-settings: "SOFT" 100, "WONK" 0;
}
h1 { font-size: clamp(3rem, 7vw, 6.2rem); letter-spacing: -.035em; }
h2 { font-size: clamp(2.1rem, 4.6vw, 3.8rem); }
h3 { font-size: 1.35rem; letter-spacing: -.015em; font-weight: 600; }
h1 em, h2 em, h3 em { font-style: italic; font-weight: 400; color: var(--lilac-deep); }
p { margin: 0 0 1em; text-wrap: pretty; }
[hidden] { display: none !important; }
.ico { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; flex: none; }

.wrap { max-width: 1320px; margin: 0 auto; padding-inline: var(--gutter); }
.narrow { max-width: 860px; }
section { padding-block: clamp(72px, 10vw, 140px); position: relative; }
.kicker {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--f-body); font-weight: 700; font-size: .74rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--lilac-deep); margin-bottom: 18px;
}
.kicker::before { content: ""; width: 22px; height: 1.5px; background: currentColor; opacity: .6; }
.section-head { text-align: center; max-width: 760px; margin: 0 auto clamp(40px, 6vw, 72px); }
.section-head .kicker { justify-content: center; }
.section-head .kicker::after { content: ""; width: 22px; height: 1.5px; background: currentColor; opacity: .6; }
.section-head p:not(.kicker) { color: var(--ink-2); font-size: 1.12rem; }
.muted { color: var(--ink-2); }
.center { text-align: center; }
.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 { position: absolute; left: 16px; top: -60px; z-index: 3000; background: var(--ink); color: #fff; padding: 10px 18px; border-radius: 999px; text-decoration: none; font-weight: 700; }
.skip:focus { top: 12px; }
:focus-visible { outline: 2px solid var(--lilac-deep); outline-offset: 3px; border-radius: 10px; }

/* ---------- Page transitions (cross-document View Transitions) ---------- */
@view-transition { navigation: auto; }
::view-transition-old(root) { animation: vtOut .35s var(--ease-io) both; }
::view-transition-new(root) { animation: vtIn .6s var(--ease) both; }
@keyframes vtOut { to { opacity: 0; transform: translateY(-10px); } }
@keyframes vtIn { from { opacity: 0; transform: translateY(14px); } }

/* ---------- Buttons ---------- */
.btn {
  position: relative; isolation: isolate; overflow: hidden;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 56px; padding: 0 30px; border-radius: 999px; border: 0; cursor: pointer;
  font-family: var(--f-body); font-weight: 700; font-size: .96rem; letter-spacing: .01em; text-decoration: none;
  transition: transform .5s var(--ease), translate .6s var(--ease), background .4s var(--ease), color .4s var(--ease), box-shadow .4s var(--ease);
}
.btn .ico { width: 18px; height: 18px; stroke-width: 2; transition: transform .5s var(--ease); }
.btn:hover .ico:last-child { transform: translateX(4px); }
.btn::before {  /* liquid fill on hover */
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: var(--fill, var(--lilac-deep)); transform: translateY(101%); border-radius: 50% 50% 0 0 / 30% 30% 0 0;
  transition: transform .6s var(--ease), border-radius .6s var(--ease);
}
.btn:hover::before { transform: none; border-radius: 0; }
.btn-primary { background: var(--ink); color: #fff; box-shadow: 0 14px 30px -14px rgba(43, 33, 56, .6); }
.btn-soft { background: var(--surface); color: var(--ink); box-shadow: inset 0 0 0 1px var(--line-2), var(--shadow-xs); --fill: var(--lilac-soft); }
.btn-outline { background: transparent; color: var(--ink); box-shadow: inset 0 0 0 1.5px var(--line-2); --fill: var(--ink); }
.btn-outline:hover { color: #fff; box-shadow: inset 0 0 0 1.5px var(--ink); }
.btn-sm { min-height: 46px; padding: 0 22px; font-size: .9rem; }
.full { width: 100%; }
.link-btn { background: none; border: 0; padding: 6px 0; color: var(--ink-2); text-decoration: underline; cursor: pointer; font-size: .86rem; font-weight: 600; }
.link-btn:hover { color: var(--ink); }
.icon-btn {
  position: relative; width: 46px; height: 46px; border-radius: 50%; border: 0; background: transparent; cursor: pointer;
  display: grid; place-items: center; color: var(--ink); transition: background .3s var(--ease);
}
.icon-btn:hover { background: var(--ivory-2); }
.icon-btn .ico { width: 23px; height: 23px; }
.count {
  position: absolute; top: 2px; right: 0; min-width: 19px; height: 19px; padding: 0 5px; border-radius: 10px;
  background: var(--coral); color: #fff; font-size: .68rem; font-weight: 800; display: grid; place-items: center; line-height: 1;
  box-shadow: 0 0 0 2px var(--ivory);
}
.count.bump { animation: bump .6s var(--bounce); }
@keyframes bump { 40% { transform: scale(1.5); } }
.btn:active, .icon-btn:active, .pick button:active { animation: jellyPress .5s var(--jelly); }
@keyframes jellyPress { 30% { transform: scale(1.06, .9); } 60% { transform: scale(.97, 1.04); } }

/* ---------- Logo: "Squish" in Fraunces Black SOFT — letters squash & stretch ---------- */
.logo {
  --lsize: 2.6rem;
  position: relative; display: inline-flex; align-items: flex-end; text-decoration: none; color: var(--ink);
  font-family: var(--f-display); font-weight: 800; font-size: var(--lsize); line-height: 1; letter-spacing: -.04em;
  font-variation-settings: "SOFT" 100, "WONK" 1, "opsz" 144; padding-top: .18em; -webkit-tap-highlight-color: transparent;
}
.logo .l { display: inline-block; transform-origin: 50% 92%; animation: idleWave 8s var(--ease-io) infinite; animation-delay: calc(4s + var(--i) * 70ms); }
.logo-i { position: relative; }
.logo-heart {
  position: absolute; left: 50%; top: -.04em; width: .38em; height: .38em; margin-left: -.19em;
  fill: var(--coral); stroke: none; transform-origin: 50% 80%; animation: heartBeat 2.8s ease-in-out 2.4s infinite;
}
.logo:hover .l, .logo:focus-visible .l { animation: squishLetter .7s var(--ease) both; animation-delay: calc(var(--i) * 40ms); }
.logo.pop .l { animation: dropSquish 1.1s both, idleWave 8s var(--ease-io) infinite; animation-delay: calc(.15s + var(--i) * 75ms), calc(4.4s + var(--i) * 70ms); }
.logo.pop .logo-heart { animation: heartDrop .9s var(--bounce) 1.1s both, heartBeat 2.8s ease-in-out 2.6s infinite; }
@keyframes dropSquish {
  0%   { transform: translateY(-1.3em) scale(.92, 1.1); opacity: 0; animation-timing-function: cubic-bezier(.55, 0, 1, .45); }
  34%  { transform: translateY(0) scale(1); opacity: 1; animation-timing-function: cubic-bezier(.2, .8, .3, 1); }
  48%  { transform: scale(1.32, .66); }
  66%  { transform: translateY(-.18em) scale(.9, 1.12); }
  82%  { transform: scale(1.04, .97); }
  100% { transform: none; }
}
@keyframes squishLetter { 28% { transform: scale(1.24, .72); } 55% { transform: translateY(-.08em) scale(.9, 1.12); } 78% { transform: scale(1.03, .97); } }
@keyframes idleWave { 0%, 10%, 100% { transform: none; } 3.5% { transform: scale(1.16, .82); } 7% { transform: translateY(-.08em) scale(.94, 1.07); } }
@keyframes heartDrop { 0% { transform: translateY(-.8em) scale(0) rotate(-30deg); } 60% { transform: scale(1.4) rotate(12deg); } 100% { transform: none; } }
@keyframes heartBeat { 0%, 55%, 100% { transform: scale(1); } 65% { transform: scale(1.28); } 75% { transform: scale(1); } 85% { transform: scale(1.14); } }

.splash {
  position: fixed; inset: 0; z-index: 2500; display: grid; place-items: center; cursor: pointer;
  background: radial-gradient(90% 70% at 50% 40%, #fff 0, var(--peach-soft) 55%, var(--blush-soft));
  transition: opacity .8s var(--ease), visibility .8s, clip-path 1s var(--ease-io);
  clip-path: inset(0 0 0 0);
}
.splash.out { opacity: 0; visibility: hidden; clip-path: inset(0 0 100% 0); }
.splash-inner { display: grid; place-items: center; gap: 14px; }
.logo.big { --lsize: clamp(5rem, 17vw, 9.5rem); }
.splash-dot { width: 64%; height: .9rem; border-radius: 50%; background: rgba(43, 33, 56, .12); filter: blur(4px); margin-top: -12px; animation: shadowLand 1.1s both .15s; }
@keyframes shadowLand { 0% { transform: scaleX(.2); opacity: 0; } 40% { transform: scaleX(1.12); opacity: 1; } 62% { transform: scaleX(.9); } 100% { transform: none; } }
.splash-tag { font-family: var(--f-display); font-style: italic; font-weight: 400; font-size: clamp(1.1rem, 3vw, 1.6rem); color: var(--ink-2); margin: 0; animation: tagIn .9s var(--ease) 1.05s both; }
@keyframes tagIn { from { opacity: 0; transform: translateY(14px); filter: blur(6px); } }

/* ---------- Top bar & header ---------- */
.topbar { background: var(--ink); color: #efe8f5; font-size: .76rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 40px; }
.topbar p { margin: 0; display: flex; align-items: center; gap: 8px; }
.topbar .ico { width: 15px; height: 15px; opacity: .8; }

.header { position: sticky; top: 0; z-index: 80; transition: background .5s var(--ease), box-shadow .5s var(--ease); }
.header.scrolled { background: rgba(250, 246, 240, .78); backdrop-filter: saturate(1.6) blur(18px); -webkit-backdrop-filter: saturate(1.6) blur(18px); box-shadow: 0 1px 0 rgba(43, 33, 56, .06); }
.header-inner { display: flex; align-items: center; gap: 28px; height: 92px; transition: height .5s var(--ease); }
.header.scrolled .header-inner { height: 72px; }
.nav { display: flex; align-items: center; gap: 4px; margin-inline: auto; }
.nav > a, .nav-drop-btn {
  position: relative; font-weight: 600; font-size: .92rem; color: var(--ink); text-decoration: none;
  padding: 10px 16px; border: 0; background: none; cursor: pointer; display: inline-flex; align-items: center; gap: 4px;
}
.nav > a::after, .nav-drop-btn::after {
  content: ""; position: absolute; left: 16px; right: 16px; bottom: 4px; height: 1.5px; background: currentColor;
  transform: scaleX(0); transform-origin: right; transition: transform .5s var(--ease);
}
.nav > a:hover::after, .nav-drop-btn:hover::after, .nav > a[aria-current]::after { transform: scaleX(1); transform-origin: left; }
.nav-drop-btn .ico { width: 15px; height: 15px; transition: transform .4s var(--ease); }
.has-drop { position: relative; }
.drop {
  position: absolute; top: calc(100% + 12px); left: 50%; width: 340px; transform: translate(-50%, 10px);
  background: rgba(255, 253, 250, .94); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--line); border-radius: var(--r); padding: 10px; box-shadow: var(--shadow-lg);
  opacity: 0; visibility: hidden; transition: opacity .35s var(--ease), transform .5s var(--ease), visibility .35s;
}
.drop::before { content: ""; position: absolute; inset: -14px 0 auto; height: 14px; }
.has-drop:hover .drop, .nav-drop-btn[aria-expanded="true"] + .drop, .has-drop:focus-within .drop { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.has-drop:hover .nav-drop-btn .ico, .nav-drop-btn[aria-expanded="true"] .ico { transform: rotate(180deg); }
.drop-item { display: flex; align-items: center; gap: 14px; padding: 10px; border-radius: 16px; text-decoration: none; transition: background .3s; }
.drop-item:hover { background: var(--ivory-2); }
.drop-art { width: 60px; height: 60px; border-radius: 14px; overflow: hidden; flex: none; }
.drop-art img, .drop-art .art { width: 100%; height: 100%; object-fit: cover; }
.drop-item strong { display: block; font-family: var(--f-display); font-weight: 600; font-size: 1.05rem; }
.drop-item small { color: var(--ink-2); font-weight: 600; }
.header-actions { display: flex; align-items: center; gap: 8px; }
.menu-btn { display: none; }

/* ---------- Product "studio" art (render fallback) ---------- */
.art {
  position: relative; width: 100%; height: 100%; display: grid; place-items: center;
  background: radial-gradient(110% 80% at 50% 30%, #fffdf9 0, var(--art-bg, var(--peach-soft)) 62%, color-mix(in srgb, var(--art-bg, var(--peach)) 82%, #b89c8c) 100%);
}
.art::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 26%; background: linear-gradient(to bottom, transparent, rgba(120, 90, 70, .06)); pointer-events: none; }
.art svg { width: 68%; height: auto; position: relative; z-index: 1; }
.art-bundle { display: flex; align-items: flex-end; justify-content: center; padding-bottom: 8%; }
.art-bundle svg { width: 46%; margin-inline: -5%; }
.art-bundle svg:first-child { width: 38%; z-index: 2; }

/* ---------- Hero ---------- */
.hero { padding-block: clamp(20px, 3vw, 40px) clamp(60px, 8vw, 110px); overflow: clip; }
.hero::before {
  content: ""; position: absolute; top: -20%; right: -10%; width: 70vw; height: 70vw; max-width: 1000px; max-height: 1000px; z-index: -1;
  background: radial-gradient(closest-side, rgba(246, 220, 202, .9), rgba(243, 211, 212, .45) 55%, transparent 75%);
}
.hero-inner { display: grid; grid-template-columns: 1.02fr 1fr; gap: clamp(32px, 5vw, 80px); align-items: center; }
.pill {
  display: inline-flex; align-items: center; gap: 10px; padding: 7px 16px 7px 8px; border-radius: 999px;
  background: var(--surface); box-shadow: inset 0 0 0 1px var(--line), var(--shadow-xs); font-size: .84rem; font-weight: 600; text-decoration: none;
}
.pill b { background: var(--ink); color: #fff; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; padding: 4px 10px; border-radius: 999px; }
.pill .ico { width: 15px; height: 15px; transition: transform .4s var(--ease); }
.pill:hover .ico { transform: translateX(3px); }
.hero h1 { margin: 26px 0 26px; }
.hero h1 .mask { display: inline-block; overflow: clip; padding: .06em .04em .16em; margin: -.06em -.04em -.16em; vertical-align: bottom; }
.hero h1 .w { display: inline-block; animation: lineUp 1.2s var(--ease) both; animation-delay: calc(.35s + var(--w) * 100ms); }
@keyframes lineUp { from { transform: translateY(115%) rotate(5deg); } }
.hero .lead { font-size: clamp(1.1rem, 1.5vw, 1.28rem); color: var(--ink-2); max-width: 30em; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 34px; }
.bubbles { display: flex; flex-wrap: wrap; gap: 10px 26px; list-style: none; padding: 0; margin: 34px 0 0; }
.bubbles li { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: .9rem; color: var(--ink-2); }
.bubble { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: var(--surface); box-shadow: inset 0 0 0 1px var(--line), var(--shadow-xs); color: var(--lilac-deep); }
.bubble .ico { width: 19px; height: 19px; }
.bubbles br { display: none; }
.hero-proof { display: flex; align-items: center; gap: 12px; margin: 30px 0 0; font-size: .92rem; font-weight: 600; color: var(--ink-2); }
.hero .pill, .hero .lead, .hero-ctas, .bubbles, .hero-proof { animation: fadeUp 1s var(--ease) both; }
.hero .pill { animation-delay: .2s; } .hero .lead { animation-delay: .75s; } .hero-ctas { animation-delay: .9s; } .bubbles { animation-delay: 1.02s; } .hero-proof { animation-delay: 1.12s; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } }

/* Stage: arch, pedestal and characters with pointer parallax (--px/--py set in JS) */
.stage { position: relative; aspect-ratio: 1 / 1.05; max-width: 640px; width: 100%; justify-self: center; --px: 0; --py: 0; }
.stage-arch {
  position: absolute; inset: 0 5% 6% 5%; border-radius: 999px 999px var(--r-lg) var(--r-lg); overflow: hidden;
  background: radial-gradient(120% 90% at 50% 18%, #fffaf5 0, #f7e2d4 48%, #efcbbb 100%);
  box-shadow: inset 0 -40px 80px -40px rgba(160, 100, 80, .25), var(--shadow);
  animation: archIn 1.5s var(--ease) .1s both;
}
.stage-arch::after { content: ""; position: absolute; inset: auto 0 0; height: 30%; background: linear-gradient(to bottom, transparent, rgba(180, 120, 100, .12)); }
@keyframes archIn { from { clip-path: inset(100% 0 0 0 round 999px 999px 0 0); } to { clip-path: inset(0 0 0 0 round 999px 999px 0 0); } }
.stage-pedestal { position: absolute; left: 22%; right: 16%; bottom: 7%; z-index: 1; animation: fadeUp 1.2s var(--ease) .6s both; }
.stage-item { position: absolute; z-index: 2; display: block; transition: transform 1.2s var(--ease); will-change: transform; }
.stage-item .float { display: block; animation: floaty 7s ease-in-out infinite; }
.stage-item .pop-in { display: block; animation: photoIn 1.3s var(--ease) both; }
.stage-item img { border-radius: 28px; box-shadow: var(--shadow-lg); }
.stage-item .art { background: none; }
.stage-item .art::after { display: none; }
.stage-item .art svg { width: 100%; }
.s-dino { width: 54%; left: 32%; bottom: 15%; transform: translate(calc(var(--px) * 16px), calc(var(--py) * 10px)); }
.s-dino .pop-in { animation-delay: .7s; }
.s-marsh { width: 36%; left: 9%; bottom: 5%; z-index: 3; transform: translate(calc(var(--px) * -26px), calc(var(--py) * -14px)); }
.s-marsh .pop-in { animation-delay: .9s; }
.s-marsh .float { animation-delay: -2s; animation-duration: 6s; }
@keyframes photoIn { 0% { opacity: 0; transform: translateY(-40px) scale(.9, 1.1); } 45% { opacity: 1; transform: translateY(0) scale(1.08, .9); } 70% { transform: scale(.97, 1.03); } 100% { transform: none; } }
@keyframes floaty { 50% { transform: translateY(-12px); } }
.glass {
  position: absolute; z-index: 4; display: flex; align-items: center; gap: 12px; text-decoration: none;
  padding: 10px 12px 10px 10px; border-radius: 20px;
  background: rgba(255, 253, 250, .72); backdrop-filter: blur(16px) saturate(1.5); -webkit-backdrop-filter: blur(16px) saturate(1.5);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7), var(--shadow);
  transform: translate(calc(var(--px) * 30px), calc(var(--py) * 18px)); transition: transform 1.2s var(--ease);
  animation: fadeUp 1s var(--ease) both;
}
.glass-a { right: 0; top: 16%; animation-delay: 1.3s; }
.glass-b { left: 0; top: 30%; flex-direction: column; align-items: flex-start; gap: 4px; padding: 14px 18px; animation-delay: 1.45s; }
.glass .thumb { width: 50px; height: 50px; border-radius: 14px; overflow: hidden; flex: none; }
.glass .thumb img, .glass .thumb .art { width: 100%; height: 100%; object-fit: cover; }
.glass strong { display: block; font-family: var(--f-display); font-weight: 600; font-size: 1rem; line-height: 1.15; }
.glass small { color: var(--ink-2); font-weight: 600; font-size: .82rem; }
.glass-add { translate: 0 0; transition: transform .5s var(--ease), translate .6s var(--ease), background .3s !important; width: 40px; height: 40px; border-radius: 50%; border: 0; background: var(--ink); color: #fff; display: grid; place-items: center; cursor: pointer; transition: transform .5s var(--ease), background .3s; }
.glass-add:hover { transform: rotate(90deg); background: var(--lilac-deep); }
.glass-add .ico { width: 18px; height: 18px; stroke-width: 2.2; }

/* Rising bubbles & tap hearts */
.float-bubbles { position: absolute; inset: 0; pointer-events: none; overflow: hidden; border-radius: inherit; z-index: 1; }
.float-bubbles span {
  position: absolute; bottom: -40px; left: var(--x); width: var(--sz); height: var(--sz); border-radius: 50%;
  background: radial-gradient(circle at 32% 30%, rgba(255, 255, 255, .95), rgba(255, 255, 255, .25) 55%, rgba(255, 255, 255, .06));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .55);
  animation: rise var(--t) linear infinite; animation-delay: var(--d);
}
@keyframes rise { 0% { transform: translate(0, 0) scale(.6); opacity: 0; } 12% { opacity: .9; } 50% { transform: translate(16px, -300px) scale(1); } 100% { transform: translate(-10px, -640px) scale(1.1); opacity: 0; } }
.tap-heart { position: fixed; z-index: 1500; pointer-events: none; width: 24px; height: 24px; margin: -12px; color: var(--coral); animation: tapHeart 1s var(--ease) forwards; }
.tap-heart svg { width: 100%; height: 100%; fill: currentColor; }
@keyframes tapHeart { 0% { transform: scale(0); opacity: 1; } 30% { transform: scale(1.25) translateY(-10px); } 100% { transform: scale(.8) translateY(-80px) rotate(var(--r)); opacity: 0; } }

/* ---------- Ribbon marquee ---------- */
.ribbon { border-block: 1px solid var(--line); overflow: hidden; background: var(--surface); }
.ribbon-track { display: flex; width: max-content; animation: marquee 38s linear infinite; }
.ribbon:hover .ribbon-track { animation-play-state: paused; }
.ribbon ul { display: flex; align-items: center; gap: 42px; list-style: none; margin: 0; padding: 24px 21px; }
.ribbon li { font-family: var(--f-display); font-weight: 400; font-style: italic; font-size: clamp(1.6rem, 3.4vw, 2.8rem); white-space: nowrap; display: flex; align-items: center; gap: 42px; letter-spacing: -.02em; }
.ribbon li:nth-child(odd) { font-style: normal; font-weight: 600; }
.ribbon li::after { content: ""; width: 14px; height: 14px; border-radius: 50%; background: var(--c, var(--blush)); flex: none; }
.ribbon li:nth-child(3n+1) { --c: var(--lilac); } .ribbon li:nth-child(3n+2) { --c: var(--peach); } .ribbon li:nth-child(3n) { --c: var(--butter); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Features ---------- */
.features { padding-block: clamp(56px, 7vw, 96px); }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature { display: flex; flex-direction: column; gap: 16px; padding: 34px 28px; }
.feature + .feature { border-left: 1px solid var(--line); }
.f-ico { width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; background: var(--fbg); color: var(--fh); transition: transform .6s var(--ease); }
.feature:hover .f-ico { transform: translateY(-4px) rotate(-6deg); }
.f-ico .ico { width: 24px; height: 24px; }
.feature h3 { font-size: 1.25rem; margin: 0 0 4px; }
.feature p { margin: 0; font-size: .95rem; color: var(--ink-2); line-height: 1.55; }

/* ---------- Product cards ---------- */
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(20px, 3vw, 40px); }
.pcard { position: relative; display: flex; flex-direction: column; }
.pcard-media { position: relative; aspect-ratio: 5 / 5.4; border-radius: var(--r-lg); overflow: hidden; display: block; margin-bottom: 22px; box-shadow: var(--shadow-sm); }
.pcard-media img, .pcard-media .art { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease); }
.pcard-media .art svg { transition: transform 1.2s var(--ease); }
.pcard:hover .pcard-media img { transform: scale(1.05); }
.pcard:hover .pcard-media .art svg { transform: translateY(-10px) scale(1.05); }
.badge {
  position: absolute; top: 18px; left: 18px; z-index: 2; background: rgba(255, 253, 250, .85); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  color: var(--ink); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: 7px 13px; border-radius: 999px;
}
.pcard-body { display: grid; gap: 4px; padding-inline: 4px; }
.pcard h3 { font-size: clamp(1.6rem, 2.6vw, 2.2rem); margin: 0; font-weight: 500; }
.pcard h3 a { text-decoration: none; }
.pcard h3 a::after { content: ""; position: absolute; inset: 0; }
.pcard .tag { color: var(--ink-2); margin: 0 0 6px; }
.loves { justify-self: start; display: inline-flex; gap: 6px; align-items: center; background: var(--blush-soft); color: #8e3b4c; font-size: .82rem; font-weight: 600; padding: 5px 12px; border-radius: 999px; }
.loves .ico { width: 14px; height: 14px; fill: currentColor; stroke: none; }
.rating { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 8px; font-size: .86rem; font-weight: 600; color: var(--ink-2); text-decoration: none; }
.stars { display: inline-flex; gap: 2px; }
.stars svg { width: 15px; height: 15px; fill: #e7dfd4; }
.stars svg.on { fill: #e9a53a; }
.price-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 14px; flex-wrap: wrap; padding-top: 16px; border-top: 1px solid var(--line); }
.price { font-family: var(--f-display); font-weight: 500; font-size: 1.7rem; letter-spacing: -.02em; }
.price s { font-family: var(--f-body); font-size: .92rem; color: var(--ink-3); margin-left: 8px; font-weight: 500; }
.pcard .btn { position: relative; z-index: 2; }

.bundle-banner {
  margin-top: clamp(28px, 4vw, 48px); border-radius: var(--r-lg); overflow: hidden; position: relative;
  background: linear-gradient(110deg, var(--lilac-soft), var(--blush-soft) 55%, var(--butter-soft));
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(20px, 4vw, 56px);
  padding: clamp(22px, 3vw, 36px) clamp(24px, 4vw, 56px);
}
.bb-art { width: clamp(160px, 20vw, 260px); aspect-ratio: 1.3; border-radius: 24px; overflow: hidden; }
.bb-art .art { background: transparent; }
.bb-art .art::after { display: none; }
.bundle-banner h3 { font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 500; margin: 8px 0 6px; }
.bundle-banner p { margin: 0; color: var(--ink-2); }
.save-chip { display: inline-block; background: var(--ink); color: #fff; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: 5px 12px; border-radius: 999px; }
.bb-cta { text-align: right; }
.bb-cta .price { display: block; margin-bottom: 12px; }

/* ---------- Squish playground (dark, glowing) ---------- */
.play { background: var(--ink); color: #efe8f5; border-radius: var(--r-lg); margin-inline: clamp(8px, 1.6vw, 24px); overflow: hidden; isolation: isolate; }
.play::before { content: ""; position: absolute; width: 60vw; height: 60vw; max-width: 760px; max-height: 760px; right: -10%; top: 50%; translate: 0 -50%; z-index: -1; background: radial-gradient(closest-side, rgba(203, 187, 230, .35), transparent); }
.play h2 { color: #fff; }
.play h2 em { color: var(--lilac); }
.play .kicker { color: var(--lilac); }
.play-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.play-copy > p { font-size: 1.15rem; color: #cfc4dc; max-width: 28em; }
.play-stats { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.play-stats div { background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .1); border-radius: var(--r-sm); padding: 16px 24px; min-width: 150px; }
.play-stats strong { display: block; font-family: var(--f-display); font-weight: 500; font-size: 2.4rem; line-height: 1.1; color: #fff; font-variant-numeric: tabular-nums; }
.play-stats span { font-size: .84rem; font-weight: 600; color: #b9aec7; }
.play-stage { position: relative; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.pick { display: flex; gap: 6px; padding: 5px; background: rgba(255, 255, 255, .07); border-radius: 999px; }
.pick button { min-height: 42px; padding: 0 20px; border-radius: 999px; border: 0; background: transparent; font-weight: 700; font-size: .9rem; color: #cfc4dc; cursor: pointer; transition: background .4s var(--ease), color .4s; }
.pick button[aria-pressed="true"] { background: #fff; color: var(--ink); }
.squishy { border: 0; background: none; padding: 0; cursor: grab; width: min(360px, 74vw); touch-action: none; -webkit-tap-highlight-color: transparent; user-select: none; -webkit-user-select: none; }
.squishy svg { width: 100%; transform-origin: 50% 90%; transition: transform 5s cubic-bezier(.12, .9, .25, 1); will-change: transform; }
.squishy.pressed svg { transform: scale(1.24, .66); transition: transform .28s cubic-bezier(.3, 0, .2, 1); }
.squishy:focus-visible { outline-color: var(--lilac); }
.hint { font-size: .78rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: #cfc4dc; margin: 0; }
.splat { position: absolute; left: 50%; top: 58%; width: 60px; height: 60px; margin: -30px; border-radius: 50%; border: 2px solid var(--lilac); pointer-events: none; animation: splat .9s var(--ease) forwards; }
@keyframes splat { from { transform: scale(.4); opacity: 1; } to { transform: scale(6); opacity: 0; } }

/* ---------- Gift ---------- */
.gift {
  background: linear-gradient(135deg, var(--peach-soft), var(--blush-soft)); border-radius: var(--r-lg);
  display: grid; grid-template-columns: auto 1.1fr 1fr; gap: clamp(24px, 4vw, 64px); align-items: center; padding: clamp(32px, 5vw, 64px);
}
.gift-box { width: clamp(140px, 15vw, 210px); animation: floaty 6s ease-in-out infinite; }
.gift h2 { font-size: clamp(2rem, 3.6vw, 3rem); }
.gift p { color: var(--ink-2); }
.occasions { list-style: none; padding: 0; margin: 0; display: grid; }
.occasions li { display: flex; align-items: center; gap: 16px; padding: 16px 0; border-bottom: 1px solid rgba(43, 33, 56, .1); }
.occasions li:last-child { border-bottom: 0; }
.occasions .o-ico { width: 46px; height: 46px; border-radius: 50%; background: var(--surface); display: grid; place-items: center; flex: none; color: var(--lilac-deep); box-shadow: var(--shadow-xs); }
.occasions strong { display: block; font-family: var(--f-display); font-weight: 600; font-size: 1.12rem; }
.occasions span { font-size: .9rem; color: var(--ink-2); }

/* ---------- Reviews ---------- */
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.review { background: var(--surface); border-radius: var(--r); padding: 32px; border: 1px solid var(--line); display: flex; flex-direction: column; gap: 14px; transition: transform .7s var(--ease), box-shadow .7s var(--ease); }
.review:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.review h3 { font-size: 1.3rem; margin: 0; font-weight: 500; font-style: italic; }
.review p { margin: 0; color: var(--ink-2); }
.review footer { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: .9rem; }
.avatar { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; font-family: var(--f-display); font-weight: 600; color: var(--ink); }
.verified { color: var(--ok); font-weight: 600; font-size: .78rem; display: inline-flex; align-items: center; gap: 4px; }
.verified .ico { width: 14px; height: 14px; }

/* ---------- Trust ---------- */
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.trust-card { background: var(--surface); border-radius: var(--r); padding: 32px 26px; border: 1px solid var(--line); }
.trust-card:hover { box-shadow: var(--shadow); }
.t-ico { width: 56px; height: 56px; margin-bottom: 20px; border-radius: 18px; display: grid; place-items: center; background: var(--tbg, var(--lilac-soft)); color: var(--tc, var(--lilac-deep)); transition: transform .6s var(--ease); }
.trust-card:hover .t-ico { transform: rotate(-8deg) scale(1.06); }
.t-ico .ico { width: 26px; height: 26px; }
.trust-card h3 { font-size: 1.22rem; margin-bottom: 8px; }
.trust-card p { margin: 0; color: var(--ink-2); font-size: .95rem; }

/* ---------- FAQ ---------- */
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-of-type { border-top: 1px solid var(--line); }
.faq-list summary {
  list-style: none; cursor: pointer; padding: 26px 64px 26px 4px; position: relative;
  font-family: var(--f-display); font-weight: 500; font-size: clamp(1.15rem, 2vw, 1.4rem); letter-spacing: -.015em; transition: color .3s;
}
.faq-list summary:hover { color: var(--lilac-deep); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before, .faq-list summary::after {
  content: ""; position: absolute; right: 14px; top: 50%; width: 16px; height: 1.5px; background: currentColor; transition: transform .6s var(--ease);
}
.faq-list summary::after { transform: rotate(90deg); }
.faq-list details[open] summary::after { transform: rotate(0); }
.faq-list details p { padding: 0 64px 26px 4px; margin: 0; color: var(--ink-2); animation: fadeUp .6s var(--ease); }

/* ---------- Newsletter ---------- */
.news { text-align: center; background: var(--lilac-soft); border-radius: var(--r-lg); padding: clamp(48px, 7vw, 88px) clamp(20px, 5vw, 64px); position: relative; overflow: hidden; }
.news .kicker { justify-content: center; }
.news-peek { width: 120px; margin: 0 auto 18px; animation: floaty 5s ease-in-out infinite; }
.news > p:not(.kicker):not(.news-msg):not(.fine) { color: var(--ink-2); max-width: 32em; margin-inline: auto; }
.news-form { display: flex; gap: 6px; max-width: 540px; margin: 26px auto 0; background: var(--surface); padding: 6px; border-radius: 999px; box-shadow: inset 0 0 0 1px var(--line), var(--shadow-sm); }
.news-form input { flex: 1; min-width: 0; min-height: 54px; border: 0; background: transparent; padding: 0 22px; border-radius: 999px; }
.news-form input:focus-visible { outline-offset: 0; }
.news-form .btn { min-height: 54px; }
.news-msg { font-weight: 600; margin: 14px 0 0; min-height: 1.4em; }
.news-msg.ok { color: var(--ok); }
.news-msg.error { color: var(--err); }
.code { background: var(--surface); padding: 2px 10px; border-radius: 8px; border: 1.5px dashed var(--lilac-deep); color: var(--lilac-deep); letter-spacing: .06em; }
.fine { font-size: .82rem; color: var(--ink-2); margin: 12px 0 0; }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: #cfc4dc; position: relative; margin-top: clamp(100px, 12vw, 160px); padding-block: 80px 32px; border-radius: var(--r-lg) var(--r-lg) 0 0; }
.footer-cloud { display: none; }
.footer-mascot { position: absolute; right: clamp(24px, 8vw, 120px); top: -100px; width: 124px; animation: peek 6s ease-in-out infinite; transform-origin: 50% 100%; }
@keyframes peek { 0%, 100% { transform: translateY(16px) rotate(-3deg); } 50% { transform: translateY(0) rotate(3deg); } }
.footer .logo { color: #fff; --lsize: 3.2rem; }
.footer-grid { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 40px; }
.footer-brand p { margin: 18px 0 22px; max-width: 24em; }
.footer-tag { font-family: var(--f-display); font-style: italic; font-size: 1.4rem; color: #fff; }
.footer h2 { font-family: var(--f-body); font-size: .74rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: #fff; margin-bottom: 18px; }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 4px; }
.footer ul a { text-decoration: none; display: inline-block; padding: 4px 0; transition: color .3s, transform .5s var(--ease); }
.footer ul a:hover { color: #fff; transform: translateX(4px); }
.socials { display: flex; gap: 8px; }
.socials a { width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .16); display: grid; place-items: center; color: #fff; transition: background .4s var(--ease), transform .5s var(--ease); }
.socials a:hover { background: rgba(255, 255, 255, .1); transform: translateY(-3px); }
.socials svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 14px; margin-top: 56px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .1); font-size: .84rem; color: #a99dba; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: inherit; }
.pay { display: flex; flex-wrap: wrap; gap: 6px; }
.pay span { border: 1px solid rgba(255, 255, 255, .16); border-radius: 6px; padding: 3px 9px; font-size: .72rem; font-weight: 700; color: #e6def0; }

/* ---------- Drawer & modals ---------- */
dialog { border: 0; padding: 0; color: var(--ink); background: var(--surface); }
dialog::backdrop { background: rgba(43, 33, 56, .35); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
dialog[open]::backdrop { animation: fadeIn .5s var(--ease); }
@keyframes fadeIn { from { opacity: 0; } }
.drawer { margin: 0 0 0 auto; width: min(460px, 100%); height: 100dvh; max-height: none; max-width: 100%; }
.drawer[open] { animation: slideIn .7s var(--ease); }
@keyframes slideIn { from { transform: translateX(100%); } }
.drawer-inner { height: 100%; display: flex; flex-direction: column; }
.drawer-head { display: flex; justify-content: space-between; align-items: center; padding: 22px 26px; border-bottom: 1px solid var(--line); }
.drawer-head h2 { font-size: 1.8rem; margin: 0; }
.ship { padding: 16px 26px; background: var(--ivory); }
.ship p { margin: 0 0 10px; font-size: .9rem; font-weight: 600; }
.ship-track { height: 6px; background: var(--line); border-radius: 6px; overflow: hidden; }
.ship-fill { height: 100%; width: 0; border-radius: 6px; background: linear-gradient(90deg, var(--lilac), var(--lilac-deep)); transition: width 1s var(--ease); }
.drawer-body { flex: 1; overflow-y: auto; padding: 6px 26px; }
.empty { text-align: center; padding: 40px 10px; }
.empty-art { width: 150px; margin: 0 auto 12px; animation: floaty 5s ease-in-out infinite; }
.empty p { color: var(--ink-2); }
.line { display: grid; grid-template-columns: 84px 1fr auto; gap: 16px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); }
.line-art { width: 84px; height: 84px; border-radius: 18px; overflow: hidden; display: block; flex: none; }
.line-art img, .line-art .art { width: 100%; height: 100%; object-fit: cover; }
.line-art .art svg { width: 82%; }
.line h3 { font-size: 1.12rem; margin: 0 0 8px; }
.line h3 a { text-decoration: none; }
.line-price { font-family: var(--f-display); font-weight: 500; font-size: 1.15rem; }
.stepper { display: inline-flex; align-items: center; background: var(--surface); box-shadow: inset 0 0 0 1px var(--line-2); border-radius: 999px; padding: 3px; }
.stepper button { width: 44px; height: 44px; border-radius: 50%; border: 0; background: transparent; cursor: pointer; font-size: 1.2rem; color: var(--ink); line-height: 1; transition: background .3s; }
.stepper button:hover { background: var(--ivory-2); }
.stepper span { min-width: 28px; text-align: center; font-weight: 700; font-variant-numeric: tabular-nums; }
.stepper.sm button { width: 34px; height: 34px; font-size: 1rem; }
.upsell { margin: 20px 0 10px; padding: 16px; border-radius: var(--r-sm); background: var(--butter-soft); }
.upsell-label { font-weight: 700; margin: 0 0 12px; font-size: .88rem; }
.upsell-row { display: flex; align-items: center; gap: 12px; }
.upsell-row .line-art { width: 58px; height: 58px; border-radius: 14px; }
.upsell-row p { flex: 1; margin: 0; font-size: .9rem; line-height: 1.35; }
.upsell-row strong { display: block; font-family: var(--f-display); font-weight: 600; }
.drawer-foot { padding: 20px 26px calc(20px + env(safe-area-inset-bottom, 0px)); border-top: 1px solid var(--line); }
.total { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 16px; font-weight: 600; }
.total strong { font-family: var(--f-display); font-weight: 500; font-size: 1.8rem; }
.mini-trust { list-style: none; padding: 0; margin: 16px 0 0; display: flex; justify-content: space-between; gap: 6px; flex-wrap: wrap; font-size: .78rem; font-weight: 600; color: var(--ink-2); }
.mini-trust li { display: flex; align-items: center; gap: 5px; }
.mini-trust .ico { width: 15px; height: 15px; }

.modal { width: min(800px, calc(100% - 32px)); max-height: calc(100dvh - 40px); border-radius: var(--r-lg); overflow: auto; }
.modal[open] { animation: popIn .8s var(--ease); }
@keyframes popIn { from { opacity: 0; transform: translateY(30px) scale(.96); } }
.modal-close { position: absolute; top: 14px; right: 14px; background: var(--surface); z-index: 2; box-shadow: var(--shadow-sm); }
.promo { display: none; }
.promo[open] { display: grid; grid-template-columns: .85fr 1.15fr; }
.promo-art { background: radial-gradient(100% 80% at 50% 30%, #fff, var(--peach-soft) 60%, var(--blush)); display: grid; place-items: center; padding: 30px; }
.promo-art svg { width: 100%; max-width: 230px; animation: floaty 5s ease-in-out infinite; }
.promo-body { padding: clamp(30px, 4vw, 52px); }
.promo-body h2 { font-size: clamp(1.9rem, 3.6vw, 2.6rem); }
.promo .news-form { margin: 20px 0 0; flex-direction: column; border-radius: 22px; background: transparent; box-shadow: none; padding: 0; gap: 10px; }
.promo .news-form input { background: var(--ivory); box-shadow: inset 0 0 0 1px var(--line-2); }

/* ---------- Toast, confetti, fly-to-cart ---------- */
.toast {
  position: fixed; left: 50%; bottom: calc(26px + env(safe-area-inset-bottom, 0px)); z-index: 1800;
  transform: translate(-50%, 40px); opacity: 0; pointer-events: none;
  display: flex; align-items: center; gap: 14px; background: var(--ink); color: #fff;
  padding: 10px 10px 10px 22px; border-radius: 999px; font-weight: 600; font-size: .92rem; box-shadow: var(--shadow-lg);
  transition: opacity .5s var(--ease), transform .7s var(--ease); max-width: calc(100% - 32px);
}
.toast.show { opacity: 1; transform: translate(-50%, 0); pointer-events: auto; }
.toast:not(:has(button)) { padding-right: 22px; }
.toast-action { background: #fff; color: var(--ink); border: 0; border-radius: 999px; min-height: 38px; padding: 0 16px; font-weight: 700; cursor: pointer; white-space: nowrap; }
.confetti { position: fixed; z-index: 1900; width: 16px; height: 16px; margin: -8px; pointer-events: none; animation: burst 1.1s var(--ease) forwards; }
.confetti svg { width: 100%; height: 100%; fill: currentColor; }
@keyframes burst { 0% { transform: translate(0, 0) scale(0) rotate(0); opacity: 1; } 70% { opacity: 1; } 100% { transform: translate(var(--x), calc(var(--y) + 90px)) scale(var(--s)) rotate(var(--r)); opacity: 0; } }
.fly { position: fixed; z-index: 1950; pointer-events: none; border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-lg); }
.fly > * { width: 100%; height: 100%; object-fit: cover; }
.cart-btn.jiggle { animation: cartJiggle .7s var(--jelly); }
@keyframes cartJiggle { 25% { transform: scale(1.25, .82) rotate(-8deg); } 50% { transform: scale(.92, 1.12) rotate(6deg); } 75% { transform: scale(1.04) rotate(-3deg); } }

/* ---------- Page hero (inner pages) ---------- */
.page-hero { text-align: center; padding-block: clamp(48px, 8vw, 110px) clamp(28px, 4vw, 56px); }
.page-hero .kicker { justify-content: center; }
.page-hero h1 { font-size: clamp(2.8rem, 6.5vw, 5.4rem); }
.page-hero p { color: var(--ink-2); font-size: 1.18rem; max-width: 36em; margin-inline: auto; }
.crumbs { display: flex; gap: 8px; list-style: none; padding: 0; margin: 0 0 26px; font-size: .86rem; font-weight: 600; color: var(--ink-2); flex-wrap: wrap; }
.crumbs a { text-decoration: none; }
.crumbs a:hover { color: var(--ink); text-decoration: underline; }
.crumbs li + li::before { content: "/"; margin-right: 8px; opacity: .5; }

/* ---------- Product page ---------- */
.pdp { display: grid; grid-template-columns: 1.12fr 1fr; gap: clamp(32px, 5vw, 80px); align-items: start; }
.gallery { position: sticky; top: 100px; }
.g-main { aspect-ratio: 1; border-radius: var(--r-lg); overflow: hidden; position: relative; box-shadow: var(--shadow-sm); }
.g-main > * { width: 100%; height: 100%; object-fit: cover; animation: gIn .8s var(--ease); }
@keyframes gIn { from { opacity: 0; transform: scale(1.04); filter: blur(8px); } }
.g-thumbs { display: flex; gap: 12px; margin-top: 14px; }
.g-thumbs button { flex: 0 1 92px; min-width: 0; aspect-ratio: 1; border-radius: 18px; overflow: hidden; border: 0; padding: 0; cursor: pointer; background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); opacity: .65; transition: opacity .4s, transform .6s var(--ease), box-shadow .4s; }
.g-thumbs button:hover { opacity: 1; transform: translateY(-3px); }
.g-thumbs button[aria-pressed="true"] { opacity: 1; box-shadow: 0 0 0 2px var(--ink); }
.g-thumbs img, .g-thumbs .art { width: 100%; height: 100%; object-fit: cover; }
.g-card { width: 100%; height: 100%; display: grid; place-content: center; gap: 12px; text-align: center; padding: 10%; background: linear-gradient(150deg, var(--lilac-soft), var(--blush-soft)); }
.g-card h3 { font-size: clamp(1.6rem, 3vw, 2.4rem); margin: 0 0 8px; }
.g-card ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.g-card li { background: var(--surface); border-radius: 999px; padding: 11px 20px; font-weight: 600; }
.g-thumbs .g-card { padding: 6px; gap: 0; }
.g-thumbs .g-card h3 { font-size: .64rem; margin: 0; }
.g-thumbs .g-card ul { display: none; }
.pdp-info { padding-top: 8px; }
.pdp-info .badge { position: static; display: inline-block; background: var(--ivory-2); }
.pdp-info h1 { font-size: clamp(2.6rem, 5vw, 4.2rem); margin: 18px 0 8px; }
.pdp-info .tag { font-family: var(--f-display); font-style: italic; font-size: 1.3rem; color: var(--ink-2); margin-bottom: 14px; }
.pdp-price { display: flex; align-items: center; gap: 14px; margin: 22px 0 10px; flex-wrap: wrap; }
.pdp-price .price { font-size: 2.4rem; }
.pdp-price s { color: var(--ink-3); font-size: 1.1rem; }
.chips { display: flex; gap: 8px; flex-wrap: wrap; list-style: none; padding: 0; margin: 22px 0; }
.chips li { display: inline-flex; align-items: center; gap: 7px; padding: 9px 15px; border-radius: 999px; background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); font-weight: 600; font-size: .86rem; }
.chips .ico { width: 17px; height: 17px; color: var(--lilac-deep); }
.buy { display: grid; grid-template-columns: auto 1fr; gap: 12px; margin: 24px 0 12px; }
.buy .btn-soft { grid-column: 1 / -1; }
.dispatch { display: flex; align-items: center; gap: 12px; background: var(--sage); color: #1f4d38; padding: 14px 18px; border-radius: var(--r-sm); font-size: .93rem; margin: 16px 0; }
.dispatch .ico { width: 22px; height: 22px; }
.assure { list-style: none; padding: 0; margin: 18px 0 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.assure li { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 8px; padding: 16px 8px; border-radius: var(--r-sm); box-shadow: inset 0 0 0 1px var(--line); font-size: .8rem; font-weight: 600; line-height: 1.3; }
.assure .ico { width: 24px; height: 24px; color: var(--lilac-deep); }
.acc details { border-top: 1px solid var(--line); }
.acc details:last-child { border-bottom: 1px solid var(--line); }
.acc summary { list-style: none; cursor: pointer; padding: 20px 40px 20px 0; position: relative; font-family: var(--f-display); font-weight: 500; font-size: 1.2rem; }
.acc summary::-webkit-details-marker { display: none; }
.acc summary::before, .acc summary::after { content: ""; position: absolute; right: 8px; top: 50%; width: 14px; height: 1.5px; background: currentColor; transition: transform .6s var(--ease); }
.acc summary::after { transform: rotate(90deg); }
.acc details[open] summary::after { transform: rotate(0); }
.acc .acc-body { padding-bottom: 20px; color: var(--ink-2); animation: fadeUp .6s var(--ease); }
.acc ul { margin: 0; padding-left: 20px; }
.acc dl { display: grid; grid-template-columns: auto 1fr; gap: 6px 20px; margin: 0; }
.acc dt { font-weight: 700; color: var(--ink); }
.acc dd { margin: 0; }
.together { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(22px, 3vw, 36px); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.together-art { display: flex; align-items: center; gap: 10px; }
.together-art .t-item { width: 120px; aspect-ratio: 1; border-radius: 22px; overflow: hidden; transition: transform .7s var(--ease); }
.together-art .t-item:hover { transform: translateY(-4px) rotate(-2deg); }
.together-art .t-item img, .together-art .t-item .art { width: 100%; height: 100%; object-fit: cover; }
.together-art .plus { font-family: var(--f-display); font-size: 2rem; color: var(--ink-3); }
.review-summary { display: grid; grid-template-columns: auto 1fr; gap: 40px; align-items: center; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 32px 36px; margin-bottom: 26px; }
.big-score { text-align: center; }
.big-score strong { font-family: var(--f-display); font-weight: 500; font-size: 4rem; line-height: 1; display: block; margin-bottom: 6px; }
.bars { display: grid; gap: 8px; }
.bar { display: grid; grid-template-columns: 52px 1fr 26px; gap: 12px; align-items: center; font-size: .86rem; font-weight: 600; color: var(--ink-2); }
.bar-track { height: 6px; background: var(--ivory-2); border-radius: 6px; overflow: hidden; }
.bar-track div { height: 100%; background: #e9a53a; border-radius: 6px; }
.sticky-buy {
  position: fixed; left: 12px; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom, 0px)); z-index: 70;
  background: rgba(255, 253, 250, .86); backdrop-filter: blur(18px) saturate(1.5); -webkit-backdrop-filter: blur(18px) saturate(1.5);
  border-radius: 22px; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7), var(--shadow-lg); padding: 10px;
  transform: translateY(140%); transition: transform .8s var(--ease);
}
.sticky-buy.show { transform: none; }
.sticky-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; gap: 14px; }
.sticky-inner .line-art { width: 54px; height: 54px; border-radius: 14px; }
.sticky-inner p { margin: 0; flex: 1; line-height: 1.25; font-weight: 600; }
.sticky-inner strong { display: block; font-family: var(--f-display); font-weight: 600; }

/* ---------- About ---------- */
.story { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 96px); align-items: center; }
.story-art { position: relative; aspect-ratio: 1; }
.story-art .blob { position: absolute; inset: 4%; border-radius: 44% 56% 52% 48% / 50% 44% 56% 50%; background: radial-gradient(100% 80% at 40% 30%, #fff, var(--peach) 60%, var(--blush)); animation: morph 14s ease-in-out infinite; }
@keyframes morph { 50% { border-radius: 56% 44% 46% 54% / 44% 56% 44% 56%; } }
.story-art .s1, .story-art .s2 { position: absolute; }
.story-art .s1 { width: 60%; left: 6%; bottom: 6%; animation: floaty 7s ease-in-out infinite; }
.story-art .s2 { width: 44%; right: 4%; top: 14%; animation: floaty 6s ease-in-out -2s infinite; }
.story-copy p { color: var(--ink-2); font-size: 1.1rem; }
.signoff { font-family: var(--f-display); font-style: italic; font-size: 1.5rem; color: var(--ink) !important; }
.values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.steps-row { display: grid; grid-template-columns: repeat(4, 1fr); counter-reset: step; list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.steps-row li { padding: 32px 28px 8px 0; counter-increment: step; position: relative; }
.steps-row li + li { padding-left: 28px; border-left: 1px solid var(--line); }
.steps-row li::before { content: "0" counter(step); display: block; font-family: var(--f-display); font-style: italic; font-size: 2.6rem; color: var(--lilac-deep); line-height: 1; margin-bottom: 18px; }
.steps-row h3 { font-size: 1.3rem; }
.steps-row p { margin: 0; color: var(--ink-2); font-size: .96rem; }
.planet { background: var(--sage); border-radius: var(--r-lg); display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; padding: clamp(32px, 5vw, 72px); }
.planet .kicker { color: #1f4d38 !important; }
.planet h2 { color: #1f3d2f; }
.planet p { color: #34594a; font-size: 1.08rem; }
.stats { display: flex; gap: 14px; flex-wrap: wrap; }
.stats div { background: rgba(255, 255, 255, .7); border-radius: var(--r); padding: 22px 26px; text-align: center; min-width: 150px; }
.stats strong { display: block; font-family: var(--f-display); font-weight: 500; font-size: 2.8rem; color: #1f3d2f; line-height: 1; }
.stats span { font-size: .84rem; font-weight: 600; color: #34594a; }
.cta-band { text-align: center; background: linear-gradient(135deg, var(--peach-soft), var(--lilac-soft)); border-radius: var(--r-lg); padding: clamp(44px, 6vw, 80px) 24px; }
.cta-band .btn { margin-top: 12px; }

/* ---------- Help / forms ---------- */
.help-grid { display: grid; grid-template-columns: 240px 1fr; gap: clamp(28px, 5vw, 72px); align-items: start; }
.help-nav { position: sticky; top: 100px; display: grid; gap: 4px; }
.help-nav a { text-decoration: none; padding: 12px 18px; border-radius: 14px; font-weight: 600; transition: background .3s; }
.help-nav a:hover { background: var(--ivory-2); }
.help-section { margin-bottom: 72px; scroll-margin-top: 110px; }
.help-section h2 { font-size: clamp(1.9rem, 3.4vw, 2.6rem); }
.faq-cat { font-family: var(--f-body); font-weight: 700; color: var(--lilac-deep); margin: 34px 0 6px; font-size: .74rem; letter-spacing: .2em; text-transform: uppercase; }
.table-wrap { overflow-x: auto; border-radius: var(--r); border: 1px solid var(--line); }
table { width: 100%; border-collapse: collapse; background: var(--surface); min-width: 480px; }
th, td { text-align: left; padding: 16px 20px; border-bottom: 1px solid var(--line); }
th { font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-2); }
tr:last-child td { border-bottom: 0; }
.panel { background: var(--surface); border-radius: var(--r-lg); padding: clamp(24px, 4vw, 40px); border: 1px solid var(--line); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 7px; }
.field.full-row { grid-column: 1 / -1; }
.field label { font-weight: 600; font-size: .9rem; }
.field label .opt { font-weight: 500; color: var(--ink-3); }
.field input, .field select, .field textarea {
  min-height: 54px; padding: 12px 18px; border-radius: 14px; border: 0; background: var(--ivory);
  box-shadow: inset 0 0 0 1px var(--line-2); transition: box-shadow .3s var(--ease), background .3s; width: 100%;
}
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; background: var(--surface); box-shadow: inset 0 0 0 1.5px var(--ink), 0 0 0 5px rgba(109, 82, 163, .12); }
.field.invalid input, .field.invalid select, .field.invalid textarea { box-shadow: inset 0 0 0 1.5px var(--err); }
.field .err { color: var(--err); font-size: .84rem; font-weight: 600; }
.check { display: flex; gap: 10px; align-items: flex-start; font-size: .94rem; cursor: pointer; }
.check input { width: 20px; height: 20px; accent-color: var(--ink); margin-top: 2px; flex: none; }
.form-ok { background: var(--sage); color: #1f4d38; border-radius: var(--r); padding: 20px 24px; font-weight: 600; animation: fadeUp .8s var(--ease); }

/* ---------- Checkout ---------- */
.secure { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; color: var(--ok); font-size: .9rem; }
.progress { display: flex; gap: 10px; list-style: none; padding: 0; margin: 30px 0; font-weight: 600; font-size: .86rem; color: var(--ink-3); flex-wrap: wrap; }
.progress li { display: flex; align-items: center; gap: 10px; }
.progress li + li::before { content: ""; width: 30px; height: 1px; background: var(--line-2); }
.progress .on { color: var(--ink); }
.co-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: clamp(24px, 4vw, 56px); align-items: start; padding-bottom: 60px; }
.co-grid h2 { font-size: 1.6rem; margin: 0 0 18px; display: flex; align-items: center; gap: 12px; }
.co-grid h2 .n { width: 30px; height: 30px; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; font-family: var(--f-body); font-size: .82rem; font-weight: 700; }
.co-block { margin-bottom: 18px; }
.express { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.express button { min-height: 50px; border-radius: 12px; border: 0; font-weight: 700; cursor: not-allowed; color: #fff; opacity: .9; }
.divider { display: flex; align-items: center; gap: 14px; color: var(--ink-3); font-weight: 600; font-size: .84rem; margin: 20px 0 0; }
.divider::before, .divider::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.radio-card { display: flex; align-items: center; gap: 14px; padding: 18px 20px; border-radius: 16px; cursor: pointer; margin-bottom: 10px; background: var(--ivory); box-shadow: inset 0 0 0 1px var(--line-2); transition: box-shadow .3s, background .3s; }
.radio-card:has(input:checked) { box-shadow: inset 0 0 0 1.5px var(--ink); background: var(--surface); }
.radio-card input { width: 20px; height: 20px; accent-color: var(--ink); }
.radio-card span { flex: 1; font-weight: 600; }
.radio-card small { display: block; color: var(--ink-2); font-weight: 500; }
.radio-card strong { font-family: var(--f-display); font-weight: 600; }
.pay-note { display: flex; gap: 14px; align-items: flex-start; background: var(--butter-soft); border-radius: 16px; padding: 18px 20px; font-size: .93rem; }
.pay-note .ico { width: 24px; height: 24px; color: #8a6400; }
.summary { position: sticky; top: 24px; }
.sum-line { display: grid; grid-template-columns: 68px 1fr auto; gap: 14px; align-items: center; padding: 12px 0; }
.sum-line .line-art { width: 68px; height: 68px; position: relative; overflow: visible; }
.sum-line .line-art > span:first-child { border-radius: 16px; overflow: hidden; }
.qty-badge { position: absolute; top: -8px; right: -8px; min-width: 24px; height: 24px; border-radius: 12px; background: var(--ink); color: #fff; font-size: .74rem; font-weight: 700; display: grid; place-items: center; padding: 0 6px; }
.sum-line h3 { font-size: 1.05rem; margin: 0 0 6px; }
.promo-row { display: flex; gap: 8px; margin: 18px 0; }
.promo-row input { flex: 1; min-width: 0; min-height: 50px; padding: 0 18px; border-radius: 14px; border: 0; background: var(--ivory); box-shadow: inset 0 0 0 1px var(--line-2); text-transform: uppercase; letter-spacing: .06em; }
.promo-msg { font-size: .86rem; font-weight: 600; margin: -8px 0 12px; }
.totals { display: grid; gap: 10px; border-top: 1px solid var(--line); padding-top: 18px; }
.totals div { display: flex; justify-content: space-between; }
.totals .grand { font-weight: 700; border-top: 1px solid var(--line); padding-top: 14px; margin-top: 4px; align-items: baseline; }
.totals .grand strong { font-family: var(--f-display); font-weight: 500; font-size: 2rem; }
.discount { color: var(--ok); font-weight: 600; }
.success { text-align: center; max-width: 640px; margin: 0 auto; padding-block: clamp(48px, 9vw, 110px); animation: fadeUp 1s var(--ease); }
.success .kicker { justify-content: center; }
.success .success-art { width: 170px; margin: 0 auto 16px; animation: floaty 5s ease-in-out infinite; }

/* ---------- Reveal on scroll (soft, blurred, staggered) ---------- */
.reveal { opacity: 0; translate: 0 40px; filter: blur(6px); transition: opacity 1.1s var(--ease), translate 1.2s var(--ease), filter 1.1s var(--ease), box-shadow .7s var(--ease); transition-delay: var(--rd, 0ms); }
.reveal.in { opacity: 1; translate: none; filter: none; }
.reveal .pcard-media, .pcard.reveal .pcard-media { clip-path: inset(10% 10% 10% 10% round var(--r-lg)); transition: clip-path 1.5s var(--ease); transition-delay: var(--rd, 0ms); }
.reveal.in .pcard-media, .pcard.reveal.in .pcard-media { clip-path: inset(0 0 0 0 round var(--r-lg)); }
.trust-card.reveal.in:hover, .review.reveal.in:hover { translate: 0 -6px; }

.pdp > *, .co-grid > *, .help-grid > *, .story > *, .hero-inner > * { min-width: 0; }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature:nth-child(3) { border-left: 0; }
  .feature:nth-child(n+3) { border-top: 1px solid var(--line); }
  .trust-grid, .values { grid-template-columns: repeat(2, 1fr); }
  .steps-row { grid-template-columns: repeat(2, 1fr); }
  .steps-row li:nth-child(3) { border-left: 0; padding-left: 0; }
  .gift { grid-template-columns: auto 1fr; }
  .occasions { grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .occasions li { border: 0; }
  .nav > a, .nav-drop-btn { padding: 10px 11px; }
}
@media (max-width: 960px) {
  .menu-btn { display: grid; }
  .header-inner { justify-content: space-between; }
  .nav {
    position: fixed; left: 0; right: 0; top: var(--nav-top, 120px); bottom: 0; z-index: 79;
    flex-direction: column; align-items: stretch; gap: 0; padding: 12px var(--gutter) 40px; margin: 0;
    background: var(--ivory); overflow-y: auto; clip-path: inset(0 0 100% 0); visibility: hidden;
    transition: clip-path .8s var(--ease), visibility .8s;
  }
  .nav.open { clip-path: inset(0 0 0 0); visibility: visible; }
  .nav > a, .nav-drop-btn { font-family: var(--f-display); font-size: 2rem; font-weight: 500; letter-spacing: -.02em; padding: 16px 4px; justify-content: space-between; width: 100%; border-bottom: 1px solid var(--line); }
  .nav > a::after, .nav-drop-btn::after { display: none; }
  .nav.open > a, .nav.open .has-drop { animation: fadeUp .8s var(--ease) both; }
  .nav.open > *:nth-child(2) { animation-delay: .05s; } .nav.open > *:nth-child(3) { animation-delay: .1s; } .nav.open > *:nth-child(4) { animation-delay: .15s; } .nav.open > *:nth-child(5) { animation-delay: .2s; }
  .drop { position: static; transform: none; width: auto; opacity: 1; visibility: visible; box-shadow: none; background: transparent; border: 0; padding: 8px 0; display: none; backdrop-filter: none; }
  .nav-drop-btn[aria-expanded="true"] + .drop { display: block; transform: none; }
  .has-drop:hover .drop { transform: none; }
  .hero-inner { grid-template-columns: 1fr; text-align: center; }
  .hero .lead { margin-inline: auto; }
  .bubbles, .hero-ctas, .hero-proof { justify-content: center; }
  .stage { max-width: 540px; }
  .product-grid { grid-template-columns: 1fr; max-width: 600px; margin-inline: auto; }
  .bundle-banner { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .bb-cta { text-align: center; }
  .play-inner, .story, .pdp, .co-grid, .help-grid { grid-template-columns: 1fr; }
  .play-copy { text-align: center; }
  .play-copy .kicker { justify-content: center; }
  .play-copy > p { margin-inline: auto; }
  .play-stats { justify-content: center; }
  .review-grid { grid-template-columns: 1fr; max-width: 600px; margin-inline: auto; }
  .gallery, .summary, .help-nav { position: static; }
  .help-nav { grid-template-columns: repeat(2, 1fr); }
  .summary { order: -1; }
  .together { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .planet { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .hide-md { display: none; }
}
@media (max-width: 640px) {
  .hide-sm { display: none !important; }
  .topbar-inner { justify-content: center; }
  .header .logo { --lsize: 1.9rem; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature + .feature { border-left: 0; border-top: 1px solid var(--line); }
  .trust-grid, .values, .steps-row { grid-template-columns: 1fr; }
  .steps-row li + li { border-left: 0; padding-left: 0; border-top: 1px solid var(--line); }
  .gift { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .occasions { grid-template-columns: 1fr; text-align: left; }
  .form-grid, .express { grid-template-columns: 1fr; }
  .review-summary { grid-template-columns: 1fr; text-align: center; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .news-form { flex-direction: column; border-radius: 26px; }
  .promo[open] { grid-template-columns: 1fr; }
  .promo-art { padding: 20px; }
  .promo-art svg { max-width: 130px; }
  .glass-b { display: none; }
  .together-art .t-item { width: 96px; }
  .faq-list details p { padding-right: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; animation-delay: 0s !important; }
  .reveal { opacity: 1; translate: none; filter: none; }
  .reveal .pcard-media, .pcard.reveal .pcard-media { clip-path: none; }
  .float-bubbles, .fly, .tap-heart { display: none; }
}

/* =========================================================
   Pre-launch waitlist
   ========================================================= */
.hero .pill { cursor: default; }
.hero-slot { margin-top: 30px; max-width: 560px; animation: fadeUp 1s var(--ease) .9s both; }
.wl-form { display: flex; gap: 6px; background: var(--surface); padding: 6px; border-radius: 999px; box-shadow: inset 0 0 0 1px var(--line-2), var(--shadow); transition: box-shadow .4s var(--ease); }
.wl-form:focus-within { box-shadow: inset 0 0 0 1.5px var(--ink), 0 0 0 6px rgba(109, 82, 163, .12), var(--shadow); }
.wl-form input { flex: 1; min-width: 0; min-height: 56px; border: 0; background: transparent; padding: 0 22px; border-radius: 999px; font-size: 1rem; }
.wl-form input:focus { outline: none; }
.wl-form .btn { min-height: 56px; white-space: nowrap; }
.wl-form .btn:disabled { opacity: .8; cursor: progress; }
.wl-msg { font-weight: 600; font-size: .9rem; margin: 10px 0 0 18px; }
.wl-msg:empty { display: none; }
.wl-msg.error { color: var(--err); }
.wl-note { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; font-size: .86rem; color: var(--ink-2); margin: 14px 0 0 18px; }
.faces { display: inline-flex; }
.faces i { width: 24px; height: 24px; border-radius: 50%; border: 2px solid var(--ivory); margin-left: -8px; background: var(--peach); }
.faces i:first-child { margin-left: 0; background: var(--lilac); }
.faces i:nth-child(2) { background: var(--blush); }
.spinner { width: 16px; height: 16px; border-radius: 50%; border: 2px solid rgba(255, 255, 255, .35); border-top-color: #fff; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.hero-count { margin-top: 34px; animation: fadeUp 1s var(--ease) 1.1s both; }
.cd-label { font-size: .74rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-3); margin: 0 0 10px; }
.countdown { display: flex; gap: 10px; }
.cd-unit { min-width: 74px; padding: 12px 10px 10px; border-radius: 18px; background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); text-align: center; }
.cd-unit strong { display: block; font-family: var(--f-display); font-weight: 500; font-size: 2rem; line-height: 1; font-variant-numeric: tabular-nums; }
.cd-unit strong.flip { animation: flip .5s var(--ease); }
@keyframes flip { from { transform: translateY(-35%); opacity: .35; } }
.cd-unit span { font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); }
.countdown.dark .cd-unit { background: rgba(255, 255, 255, .08); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12); }
.countdown.dark strong { color: #fff; }
.countdown.dark span { color: #b9aec7; }

/* Success / referral panel */
.wl-success { background: var(--surface); border-radius: var(--r-lg); padding: clamp(22px, 3vw, 32px); box-shadow: inset 0 0 0 1px var(--line), var(--shadow); text-align: left; animation: popIn .8s var(--ease); color: var(--ink); }
.wl-badge { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; background: var(--blush-soft); color: var(--coral); margin-bottom: 14px; animation: heartBeat 2.8s ease-in-out infinite; }
.wl-badge .ico { width: 26px; height: 26px; fill: currentColor; stroke: none; }
.wl-success .kicker { margin-bottom: 8px; color: var(--lilac-deep); }
.wl-title { font-size: clamp(1.7rem, 3vw, 2.3rem); margin-bottom: 8px; color: var(--ink) !important; }
.wl-title .pos { font-style: italic; color: var(--lilac-deep); }
.ref-box { display: flex; gap: 6px; margin: 18px 0 12px; padding: 5px; border-radius: 16px; background: var(--ivory); box-shadow: inset 0 0 0 1px var(--line-2); }
.ref-box input { flex: 1; min-width: 0; border: 0; background: transparent; padding: 0 12px; font-weight: 600; font-size: .9rem; color: var(--ink-2); min-height: 44px; }
.ref-box input:focus { outline: none; }
.ref-box .btn { border-radius: 12px; white-space: nowrap; }
.share-row { display: flex; flex-wrap: wrap; gap: 8px; }
.share-btn { display: inline-flex; align-items: center; gap: 7px; min-height: 42px; padding: 0 14px; border-radius: 999px; border: 0; background: var(--ivory-2); color: var(--ink); font-weight: 600; font-size: .85rem; text-decoration: none; cursor: pointer; transition: background .3s, transform .5s var(--ease); }
.share-btn:hover { background: var(--lilac-soft); transform: translateY(-2px); }
.share-btn .ico { width: 17px; height: 17px; }
.share-native { background: var(--ink); color: #fff; }
.share-native:hover { background: var(--lilac-deep); }
@media (min-width: 900px) and (pointer: fine) { .share-native { display: none; } }

.tiers { margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); }
.tiers-head { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 6px; font-size: .88rem; margin-bottom: 16px; }
.tiers-head span { color: var(--ink-2); }
.tier-track { position: relative; height: 8px; border-radius: 8px; background: var(--ivory-2); margin: 0 12px 30px; }
.tier-fill { height: 100%; border-radius: 8px; background: linear-gradient(90deg, var(--lilac), var(--lilac-deep)); transition: width 1.2s var(--ease); }
.tier-dot { position: absolute; top: 50%; width: 24px; height: 24px; margin: -12px 0 0 -12px; border-radius: 50%; background: var(--surface); box-shadow: inset 0 0 0 2px var(--line-2); display: grid; place-items: center; }
.tier-dot em { font-style: normal; font-size: .68rem; font-weight: 800; color: var(--ink-3); }
.tier-dot.on { background: var(--lilac-deep); box-shadow: none; }
.tier-dot.on em { color: #fff; }
.tier-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.tier-list li { display: flex; gap: 10px; align-items: flex-start; padding: 12px; border-radius: 14px; background: var(--ivory); font-size: .84rem; line-height: 1.35; }
.tier-list li.on { background: var(--lilac-soft); }
.tier-n { width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; background: var(--surface); font-weight: 800; font-size: .78rem; flex: none; box-shadow: inset 0 0 0 1px var(--line-2); }
.tier-list li.on .tier-n { background: var(--lilac-deep); color: #fff; box-shadow: none; }
.tier-list strong { display: block; font-size: .9rem; }
.tier-list small { color: var(--ink-2); }
.who { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); }
.who p { margin: 0 0 10px; font-weight: 600; font-size: .9rem; }
.who-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.who-chips button { min-height: 40px; padding: 0 16px; border-radius: 999px; border: 0; background: var(--ivory-2); font-weight: 600; font-size: .85rem; cursor: pointer; transition: background .3s, transform .5s var(--ease); }
.who-chips button:hover { background: var(--lilac-soft); transform: translateY(-2px); }
.who-thanks { margin: 0; font-weight: 600; color: var(--ok); }

.ref-banner { position: relative; z-index: 60; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px; padding: 12px var(--gutter); background: var(--butter-soft); border-bottom: 1px solid var(--line); font-size: .95rem; text-align: center; }
.ref-banner .ico { width: 22px; height: 22px; color: var(--coral); }
.demo-badge { position: fixed; left: 12px; bottom: 12px; z-index: 1700; background: var(--butter); color: #5c4400; font-size: .72rem; font-weight: 700; padding: 6px 12px; border-radius: 999px; box-shadow: var(--shadow-sm); max-width: calc(100% - 24px); }

/* How it works + rewards */
.how-steps { list-style: none; padding: 0; margin: 0 0 clamp(28px, 4vw, 48px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.how-steps li { position: relative; padding: 30px 28px; border-radius: var(--r); background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); }
.how-steps li:not(:last-child)::after { content: ""; position: absolute; right: -16px; top: 50%; width: 12px; height: 12px; border-top: 1.5px solid var(--ink-3); border-right: 1.5px solid var(--ink-3); transform: translateY(-50%) rotate(45deg); z-index: 1; }
.how-n { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--ink); color: #fff; font-family: var(--f-display); font-size: 1.2rem; margin-bottom: 16px; }
.how-steps h3 { font-size: 1.35rem; margin-bottom: 6px; }
.how-steps p { margin: 0; color: var(--ink-2); }
.reward-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.reward { position: relative; padding: 26px 22px; border-radius: var(--r); background: linear-gradient(160deg, var(--lilac-soft), var(--surface) 70%); box-shadow: inset 0 0 0 1px var(--line); transition: box-shadow .7s var(--ease); }
.reward:nth-child(2) { background: linear-gradient(160deg, var(--peach-soft), var(--surface) 70%); }
.reward:nth-child(3) { background: linear-gradient(160deg, var(--blush-soft), var(--surface) 70%); }
.reward:nth-child(4) { background: linear-gradient(160deg, var(--ink), #3d2f52); color: #efe8f5; box-shadow: var(--shadow); }
.reward:nth-child(4) h3 { color: #fff; }
.reward:nth-child(4) p { color: #cfc4dc; }
.reward:hover { box-shadow: var(--shadow-lg); }
.reward.reveal.in:hover { translate: 0 -6px; }
.reward-n { display: flex; align-items: baseline; gap: 6px; font-family: var(--f-display); font-size: 2.8rem; line-height: 1; margin-bottom: 14px; }
.reward-n small { font-family: var(--f-body); font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; opacity: .7; }
.reward h3 { font-size: 1.2rem; margin-bottom: 6px; }
.reward p { margin: 0; font-size: .92rem; color: var(--ink-2); }
.reward-tag { position: absolute; top: 18px; right: 18px; background: var(--butter); color: #5c4400; font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; padding: 4px 10px; border-radius: 999px; }

/* Sneak peek */
.peek-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.5vw, 32px); }
.peek-grid .pcard h3 { font-size: clamp(1.5rem, 2.2vw, 1.9rem); }
.price-note { font-size: .86rem; color: var(--ink-2); max-width: 16em; line-height: 1.4; }
.price-note strong { color: var(--ink); }
.mystery-media { background: radial-gradient(100% 80% at 50% 30%, #4a3a68, var(--ink)); display: grid; place-items: center; }
.mystery-art { width: 62%; position: relative; z-index: 1; animation: floaty 6s ease-in-out infinite; filter: drop-shadow(0 0 30px rgba(203, 187, 230, .35)); }
.mystery-glow { position: absolute; inset: 20%; border-radius: 50%; background: radial-gradient(closest-side, rgba(203, 187, 230, .45), transparent); animation: pulseGlow 3.5s ease-in-out infinite; }
@keyframes pulseGlow { 50% { transform: scale(1.2); opacity: .5; } }
.mystery .badge { background: rgba(255, 255, 255, .14); color: #fff; }
.unlock { margin: 10px 0 4px; }
.unlock-track { height: 8px; border-radius: 8px; background: var(--ivory-2); overflow: hidden; }
.unlock-fill { height: 100%; border-radius: 8px; background: linear-gradient(90deg, var(--lilac), var(--coral)); }
.unlock p { margin: 8px 0 0; font-size: .86rem; color: var(--ink-2); }

/* Parent pillars */
.pillars { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.pillar { padding: 30px 26px; border-radius: var(--r-lg); background: var(--pbg); }
.pillar-ico { width: 56px; height: 56px; border-radius: 18px; display: grid; place-items: center; background: rgba(255, 255, 255, .7); color: var(--pc); margin-bottom: 18px; transition: transform .6s var(--ease); }
.pillar:hover .pillar-ico { transform: rotate(-8deg) scale(1.08); }
.pillar-ico .ico { width: 27px; height: 27px; }
.pillar h3 { font-size: 1.7rem; font-weight: 500; color: var(--pc); }
.pillar ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.pillar li { position: relative; padding-left: 26px; font-size: .94rem; line-height: 1.45; }
.pillar li::before { content: ""; position: absolute; left: 0; top: .2em; width: 17px; height: 17px; border-radius: 50%; background: var(--pc) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12l4 4 8-8'/%3E%3C/svg%3E") center / 11px no-repeat; }

/* Parent questions */
.qa-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; align-items: start; }
.qa { background: var(--surface); border-radius: var(--r); box-shadow: inset 0 0 0 1px var(--line); transition: box-shadow .5s var(--ease); }
.qa[open] { box-shadow: inset 0 0 0 1px var(--line-2), var(--shadow); }
.qa summary { list-style: none; cursor: pointer; display: flex; align-items: center; gap: 14px; padding: 20px 50px 20px 20px; position: relative; font-family: var(--f-display); font-weight: 500; font-size: 1.12rem; line-height: 1.25; }
.qa summary::-webkit-details-marker { display: none; }
.qa summary::after { content: ""; position: absolute; right: 22px; top: 50%; width: 9px; height: 9px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: translateY(-70%) rotate(45deg); transition: transform .5s var(--ease); }
.qa[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.qa-ico { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: var(--lilac-soft); color: var(--lilac-deep); flex: none; }
.qa-ico .ico { width: 20px; height: 20px; }
.qa p { margin: 0; padding: 0 22px 22px 74px; color: var(--ink-2); font-size: .95rem; animation: fadeUp .6s var(--ease); }

/* Final CTA */
.final { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(28px, 5vw, 72px); align-items: center; background: var(--ink); color: #efe8f5; border-radius: var(--r-lg); padding: clamp(28px, 5vw, 72px); position: relative; overflow: hidden; isolation: isolate; }
.final::before { content: ""; position: absolute; width: 70%; aspect-ratio: 1; left: -20%; top: -30%; z-index: -1; background: radial-gradient(closest-side, rgba(246, 220, 202, .22), transparent); }
.final h2 { color: #fff; }
.final h2 em { color: var(--lilac); }
.final .kicker { color: var(--lilac); }
.final-art { display: grid; justify-items: center; gap: 24px; }
.final-stage { display: flex; align-items: flex-end; justify-content: center; width: 100%; max-width: 420px; }
.final-stage svg { width: 50%; margin-inline: -4%; animation: floaty 6s ease-in-out infinite; }
.final-stage svg:first-child { width: 40%; z-index: 1; animation-delay: -2s; }
.perks { list-style: none; padding: 0; margin: 0 0 28px; display: grid; gap: 16px; }
.perks li { display: flex; gap: 14px; align-items: flex-start; }
.perk-ico { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: rgba(255, 255, 255, .08); color: var(--lilac); flex: none; }
.perks strong { display: block; color: #fff; font-family: var(--f-display); font-weight: 500; font-size: 1.15rem; }
.perks span { font-size: .92rem; color: #cfc4dc; }
.final .wl-note { color: #b9aec7; }
.final .faces i { border-color: var(--ink); }

@media (max-width: 1100px) {
  .reward-cards, .pillars { grid-template-columns: repeat(2, 1fr); }
  .qa-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 960px) {
  .hero-slot { margin-inline: auto; }
  .hero-count .countdown { justify-content: center; }
  .wl-note { justify-content: center; margin-left: 0; }
  .wl-msg { margin-left: 0; }
  .how-steps { grid-template-columns: 1fr; }
  .how-steps li:not(:last-child)::after { right: 50%; top: auto; bottom: -16px; transform: translateX(50%) rotate(135deg); }
  .peek-grid { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }
  .final { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .wl-form { flex-direction: column; border-radius: 26px; }
  .wl-form .btn { width: 100%; }
  .reward-cards, .pillars, .qa-grid, .tier-list { grid-template-columns: 1fr; }
  .cd-unit { min-width: 0; flex: 1; }
  .ref-box { flex-direction: column; }
  .qa p { padding-left: 22px; }
  .header-actions .btn { padding: 0 16px; font-size: .82rem; }
}

.pre-box { margin: 24px 0 14px; padding: 22px; border-radius: var(--r); background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); }
.pre-box .countdown .cd-unit { flex: 1; min-width: 0; background: var(--ivory); }

/* ---------- Legal page & form small print ---------- */
.wl-legal { font-size: .76rem; color: var(--ink-3); margin: 6px 0 0 18px; }
.wl-legal a { color: inherit; }
.final .wl-legal { color: #a99dba; }
.wl-count[hidden] { display: none !important; }
.legal h3 { font-size: 1.25rem; margin: 28px 0 10px; }
.legal p, .legal li { color: var(--ink-2); }
.legal ul, .legal-list { padding-left: 20px; margin: 0 0 1em; display: grid; gap: 8px; }
.legal a { color: var(--lilac-deep); }
.legal strong { color: var(--ink); }
@media (max-width: 960px) { .wl-legal { margin-left: 0; text-align: center; } }

/* ---------- Quality pass ---------- */
.hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; opacity: 0; }
.wl-msg.hint { color: var(--ink); }
.wl-msg.hint .link-btn { color: var(--lilac-deep); font-weight: 700; font-size: inherit; padding: 0; }
.soon { display: inline-block; margin-left: 6px; padding: 1px 8px; border-radius: 999px; background: rgba(255, 255, 255, .12); color: #efe8f5; font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; vertical-align: middle; }
noscript .noscript { display: block; padding: 14px var(--gutter); background: var(--butter-soft); text-align: center; font-weight: 600; }

/* ---------- Backend-connected UI ---------- */
.wl-confirm { display: flex; gap: 10px; align-items: flex-start; background: var(--butter-soft); border-radius: 14px; padding: 12px 14px; font-size: .9rem; color: var(--ink); margin: 6px 0 12px; }
.wl-confirm .ico { width: 20px; height: 20px; color: #8a6400; margin-top: 2px; }
.ts-holder:empty { display: none; }
.ts-holder { margin-top: 8px; }

.co-perks { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 10px; font-size: .92rem; font-weight: 600; }
.co-perks li { display: flex; align-items: center; gap: 10px; }
.co-perks .ico { width: 20px; height: 20px; color: var(--lilac-deep); }
.co-msg { background: var(--blush-soft); color: var(--err); border-radius: 12px; padding: 12px 14px; font-weight: 600; font-size: .92rem; margin: 12px 0 0; }
.pay-with { text-align: center; font-size: .82rem; font-weight: 600; color: var(--ink-2); margin: 12px 0 0; }
.order-items { list-style: none; padding: 0; margin: 18px auto 0; display: inline-grid; gap: 6px; text-align: left; }
/* ---------- About: handwritten notebook story (by Amaaya & Sasha) ---------- */
.notebook {
  --pen: #c23b3b; --paper: #fffdf6; --rule: #cfe0ef; --margin: #f2a7a0;
  --hand: "Patrick Hand", "Comic Sans MS", "Segoe Print", cursive;
  --scrawl: "Caveat", "Segoe Print", cursive;
  position: relative; max-width: 920px; margin: 0 auto;
  padding: clamp(40px, 6vw, 72px) clamp(20px, 5vw, 64px) clamp(40px, 6vw, 64px) clamp(44px, 9vw, 110px);
  background:
    linear-gradient(90deg, transparent calc(clamp(30px, 6.5vw, 78px) - 1px), var(--margin) 0 calc(clamp(30px, 6.5vw, 78px) + 1px), transparent 0),
    repeating-linear-gradient(180deg, transparent 0 35px, var(--rule) 35px 36px),
    var(--paper);
  background-position: 0 0, 0 18px, 0 0;
  border-radius: 6px 6px 18px 6px; box-shadow: var(--shadow), 0 1px 0 var(--line);
  rotate: -.6deg; font-family: var(--hand); color: var(--ink); font-size: 1.32rem; line-height: 36px;
}
.notebook p { margin: 0 0 36px; }
.notebook h3 { font-family: var(--scrawl); font-weight: 700; font-size: clamp(2rem, 4vw, 2.5rem); line-height: 36px; margin: 0 0 18px; letter-spacing: 0; color: var(--ink); }
.nb-tape { position: absolute; top: -14px; width: 120px; height: 32px; background: rgba(246, 220, 202, .82); box-shadow: 0 1px 3px rgba(43, 33, 56, .12); }
.nb-tape-l { left: 8%; rotate: -6deg; }
.nb-tape-r { right: 8%; rotate: 5deg; background: rgba(203, 187, 230, .75); }

.nb-head { text-align: center; margin-bottom: 36px; }
.nb-tab { display: inline-block; font-family: var(--scrawl); font-size: 1.4rem; color: var(--pen); border: 2px solid var(--pen); border-radius: 4px 10px 6px 12px; padding: 0 14px; line-height: 32px; margin: 0 0 14px !important; rotate: -2deg; }
.nb-title { font-family: var(--scrawl); font-weight: 700; color: var(--pen); font-size: clamp(2.8rem, 7vw, 4.6rem); line-height: 1; margin: 0; letter-spacing: 0; }
.nb-squiggle { display: block; width: min(420px, 80%); height: 16px; margin: 6px auto 4px; color: var(--pen); }
.nb-by { font-family: var(--scrawl); font-size: 1.6rem; color: var(--ink-2); margin: 0 !important; rotate: 2deg; }

.nb-chapter { margin-bottom: 18px; }
.nb-ch { font-family: var(--scrawl); font-size: 1.3rem; color: var(--pen); margin: 0 !important; text-transform: lowercase; }
.nb-ch::before { content: "~ "; } .nb-ch::after { content: " ~"; }
.nb-meet { display: grid; grid-template-columns: minmax(0, 300px) 1fr; gap: clamp(24px, 4vw, 48px); align-items: center; }
.nb-flip { grid-template-columns: 1fr minmax(0, 260px); }
.nb-polaroid { margin: 0 0 36px; background: #fff; padding: 12px 12px 6px; box-shadow: var(--shadow-sm), 0 12px 30px -16px rgba(43, 33, 56, .35); rotate: -3deg; position: relative; transition: rotate .5s var(--bounce), scale .5s var(--bounce); }
.nb-polaroid::before { content: ""; position: absolute; top: -12px; left: 50%; translate: -50% 0; width: 90px; height: 26px; background: rgba(246, 231, 189, .85); rotate: 3deg; }
.nb-tilt-r { rotate: 3deg; }
.nb-polaroid:hover { rotate: 0deg; scale: 1.03; }
.nb-polaroid img, .nb-draft img { display: block; width: 100%; height: auto; }
.nb-polaroid figcaption { font-family: var(--scrawl); font-size: 1.5rem; text-align: center; line-height: 1.6; color: var(--ink); }

.nb-shout { font-family: var(--scrawl); font-weight: 700; color: var(--pen); font-size: 1.5em; letter-spacing: .06em; display: inline-block; rotate: -3deg; }
.nb-note { font-family: var(--scrawl); font-size: 1.45rem; color: var(--lilac-deep); rotate: -1deg; }
.notebook mark { background: linear-gradient(100deg, transparent 2%, rgba(246, 231, 189, .95) 4% 94%, transparent 97%); padding: 0 .15em; color: inherit; }
.notebook em { font-style: normal; text-decoration: underline wavy var(--pen); text-underline-offset: 5px; }
.nb-circle { position: relative; display: inline-block; padding: 0 .2em; }
.nb-circle::after { content: ""; position: absolute; inset: -2px -8px; border: 2.5px solid var(--pen); border-radius: 50% 45% 55% 48%; rotate: -4deg; pointer-events: none; }
.nb-belief { font-size: 1.5rem; }

.nb-checks { list-style: none; padding: 0; margin: 0 0 36px; }
.nb-checks li { position: relative; padding-left: 44px; }
.nb-checks li::before { content: ""; position: absolute; left: 4px; top: 8px; width: 22px; height: 22px; border: 2px solid var(--ink); border-radius: 3px 5px 3px 6px; }
.nb-checks li::after { content: "✓"; position: absolute; left: 6px; top: -8px; font-family: var(--scrawl); font-weight: 700; font-size: 2rem; color: var(--pen); }
.nb-squish { font-family: var(--scrawl); font-weight: 700; font-size: 1.6em; color: var(--coral); display: inline-block; animation: nbSquish 2.6s var(--jelly) infinite; transform-origin: 50% 80%; }
@keyframes nbSquish { 0%, 70%, 100% { scale: 1 1; } 78% { scale: 1.25 .7; } 86% { scale: .9 1.12; } 93% { scale: 1.04 .97; } }

.nb-foot { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(24px, 4vw, 48px); align-items: end; margin-top: 12px; }
.nb-draft { margin: 0; background: #fff; padding: 10px; box-shadow: var(--shadow-sm); rotate: 2deg; }
.nb-draft figcaption { font-family: var(--scrawl); font-size: 1.3rem; text-align: center; color: var(--ink-2); line-height: 1.8; }
.nb-sign { font-family: var(--scrawl); font-size: 1.7rem; line-height: 1.3; margin: 0 !important; }
.nb-sign span:first-of-type { font-size: 2.4rem; font-weight: 700; color: var(--pen); }
.nb-sign span[aria-hidden] { color: var(--coral); }

.nb-doodle { position: absolute; width: 44px; height: 44px; pointer-events: none; }
.nb-star { top: 90px; right: clamp(14px, 4vw, 48px); color: #e0a526; rotate: 12deg; animation: floaty 6s ease-in-out infinite; }
.nb-heart { bottom: clamp(160px, 22vw, 240px); left: 10px; color: var(--coral); rotate: -14deg; animation: floaty 7s ease-in-out -2s infinite; }

@media (max-width: 720px) {
  .notebook { rotate: 0deg; font-size: 1.2rem; }
  .nb-meet, .nb-flip, .nb-foot { grid-template-columns: 1fr; }
  .nb-polaroid { max-width: 280px; margin-inline: auto; }
  .nb-flip .nb-polaroid { order: 2; }
  .nb-heart { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .nb-squish, .nb-star, .nb-heart { animation: none; }
  .nb-polaroid { transition: none; }
}

/* ---------- Home: founders teaser ---------- */
.founders { padding-block: clamp(56px, 8vw, 120px); }
.founders-inner { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(32px, 6vw, 96px); align-items: center; }
.founders-inner > * { min-width: 0; }
.founders-copy h2 { font-size: clamp(2.5rem, 5.4vw, 4.6rem); line-height: 1.02; margin-bottom: .4em; }
.founders-kicker { font-weight: 700; font-size: .8rem; letter-spacing: .22em; text-transform: uppercase; color: var(--ink-2); margin: 0 0 22px; }
.founders-lead { color: var(--ink-2); font-size: 1.18rem; max-width: 32em; margin: 0 0 30px; }
.founders-lead strong { color: var(--coral); letter-spacing: .04em; }
.founders-art { position: relative; margin: 0; justify-self: center; width: min(100%, 460px); }
.founders-blob { position: absolute; inset: 8% -6% -4% -6%; border-radius: 44% 56% 52% 48% / 50% 44% 56% 50%; background: radial-gradient(100% 80% at 40% 30%, var(--butter-soft), var(--butter) 55%, var(--peach)); animation: morph 14s ease-in-out infinite; }
.founders-art picture img { position: relative; display: block; width: 100%; height: auto; border-radius: 42% 42% var(--r-lg) var(--r-lg) / 26% 26% var(--r-lg) var(--r-lg); box-shadow: var(--shadow-lg); }
.founders-tag { position: absolute; left: -4%; bottom: 7%; background: var(--surface); padding: 8px 18px; border-radius: 999px; box-shadow: var(--shadow); font-family: "Caveat", cursive; font-weight: 700; font-size: 1.5rem; line-height: 1.2; rotate: -4deg; }
.founders-tag span { color: var(--coral); }
@media (max-width: 900px) {
  .founders-inner { grid-template-columns: 1fr; text-align: center; }
  .founders-lead { margin-inline: auto; }
  .founders-art { width: min(100%, 360px); }
}

/* ---------- Product gallery: video slide ---------- */
.g-main video { display: block; background: var(--ivory-2); }
.g-play { position: relative; display: block; width: 100%; height: 100%; }
.g-play img { width: 100%; height: 100%; object-fit: cover; }
.g-play span { position: absolute; inset: 0; display: grid; place-items: center; color: #fff; font-size: 1.1rem; background: rgba(43, 33, 56, .28); text-shadow: 0 1px 6px rgba(0, 0, 0, .3); }

/* ---------- Squish zone: real video clip ---------- */
.squishy.is-video { width: min(400px, 78vw); aspect-ratio: 1; border-radius: var(--r-lg); overflow: hidden; box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .55); transition: transform .5s var(--bounce); }
.squishy.is-video video { display: block; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.squishy.is-video.pressed { transform: scale(.98); transition-duration: .2s; }

/* ---------- Real product photos in promo + final CTA ---------- */
.promo-art.is-photo { padding: 0; background: #f7ecdf; overflow: hidden; }
.promo-art.is-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.final-stage.is-photo img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: var(--r-lg); box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .55); animation: floaty 6s ease-in-out infinite; }
@media (prefers-reduced-motion: reduce) { .final-stage.is-photo img { animation: none; } }

/* Mystery friend: milestones & clues */
.unlock-track { position: relative; overflow: visible; }
.unlock-fill { transition: width 1.2s var(--ease); }
.unlock-mark { position: absolute; top: 50%; width: 14px; height: 14px; margin: -7px 0 0 -7px; border-radius: 50%; background: var(--surface); box-shadow: inset 0 0 0 2px var(--line-2); }
.unlock-mark.on { background: var(--coral); box-shadow: 0 0 0 3px rgba(217, 99, 79, .2); }
.clues { list-style: none; padding: 0; margin: 14px 0 4px; display: grid; gap: 8px; }
.clues li { display: flex; align-items: center; gap: 10px; font-size: .9rem; padding: 10px 12px; border-radius: 12px; background: var(--ivory); color: var(--ink-2); }
.clues li.on { background: var(--lilac-soft); color: var(--ink); font-weight: 600; animation: fadeUp .6s var(--ease); }
.clue-n { flex: none; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--lilac-deep); }
.clue-lock { display: inline-flex; align-items: center; gap: 6px; }
.clue-lock .ico { width: 14px; height: 14px; }
.mystery-art { animation: floaty 6s ease-in-out infinite, peekaboo 7s ease-in-out infinite; }
@keyframes peekaboo { 0%, 80%, 100% { rotate: 0deg; } 85% { rotate: -6deg; } 90% { rotate: 5deg; } 95% { rotate: -2deg; } }


/* ==================================================   Tablet & touch polish (iPad)
   ========================================================= */
/* Frosted header on a pseudo-element: a backdrop-filter on the header itself would trap the
   fixed-position menu inside the header (the "52px menu" bug on iPad). */
.header.scrolled { background: transparent; backdrop-filter: none; -webkit-backdrop-filter: none; }
.header::before {
  content: ""; position: absolute; inset: 0; z-index: -1; opacity: 0; pointer-events: none;
  background: rgba(250, 246, 240, .82); backdrop-filter: saturate(1.6) blur(18px); -webkit-backdrop-filter: saturate(1.6) blur(18px);
  transition: opacity .4s var(--ease);
}
.header.scrolled::before, .menu-open .header::before { opacity: 1; }
.nav-cta { display: none; }
html.menu-open { overflow: hidden; }   /* html only — locking body breaks the sticky header */

@media (max-width: 960px) {
  .nav { top: var(--nav-top, 120px); height: calc(100dvh - var(--nav-top, 120px)); bottom: auto; overscroll-behavior: contain; padding-bottom: calc(24px + env(safe-area-inset-bottom, 0px)); }
  .nav > a, .nav-drop-btn { font-size: 1.7rem; padding: 14px 4px; min-height: 60px; }
  /* Show the Squad products directly — no nested tap needed on touch screens */
  .nav .drop { display: grid !important; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 4px 0 14px; }
  .nav .drop, .has-drop:hover .drop, .has-drop:focus-within .drop { transform: none !important; left: auto; }   /* desktop dropdown centring must not apply in the panel */
  .nav-drop-btn { pointer-events: none; border-bottom: 0; }
  .nav-drop-btn .ico { display: none; }
  .nav .drop-item { flex-direction: column; text-align: center; gap: 6px; padding: 10px 6px; background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); }
  .nav .drop-art { width: 64px; height: 64px; }
  .nav .drop-item strong { font-size: .9rem; line-height: 1.2; }
  .nav .drop-item small { font-size: .8rem; }
  .nav-cta { display: block; margin-top: auto; padding-top: 20px; text-align: center; }
  .nav-cta p { margin: 10px 0 0; font-size: .85rem; color: var(--ink-2); }
  .nav.open { display: flex; }
  .header-actions .btn { white-space: nowrap; }
}

/* iPad portrait & small laptops: use the width instead of one long column */
@media (min-width: 720px) and (max-width: 960px) {
  .hero { padding-block: 16px 56px; }
  .hero-inner { grid-template-columns: 1.08fr .92fr; gap: 28px; text-align: left; align-items: center; }
  .hero h1 { font-size: clamp(2.8rem, 7vw, 4rem); margin: 18px 0; }
  .hero .lead { margin-inline: 0; font-size: 1.08rem; }
  .hero-slot { margin-inline: 0; margin-top: 22px; }
  .hero-count .countdown { justify-content: flex-start; }
  .cd-unit { min-width: 62px; padding: 10px 6px 8px; }
  .cd-unit strong { font-size: 1.6rem; }
  .wl-note, .wl-legal { justify-content: flex-start; text-align: left; margin-left: 14px; }
  .wl-form input { padding: 0 16px; }
  .wl-form .btn { padding: 0 20px; }
  .stage { max-width: none; }
  .glass-b { display: none; }
  .how-steps { grid-template-columns: repeat(3, 1fr); gap: 14px; }
  .how-steps li:not(:last-child)::after { display: none; }
  .how-steps li { padding: 22px 18px; }
  .peek-grid { grid-template-columns: repeat(3, 1fr); max-width: none; gap: 16px; }
  .peek-grid .pcard h3 { font-size: 1.3rem; }
  .peek-grid .price-row { flex-direction: column; align-items: stretch; gap: 10px; }
  .peek-grid .price-row .btn { width: 100%; }
  .play-inner { grid-template-columns: 1fr 1fr; text-align: left; }
  .play-copy { text-align: left; }
  .play-copy .kicker { justify-content: flex-start; }
  .play-stats { justify-content: flex-start; }
  .final { grid-template-columns: .9fr 1.1fr; }
  .founders-inner { gap: 32px; grid-template-columns: 1.1fr .9fr; text-align: left; }
  .founders-art { max-width: 340px; justify-self: end; }
  section { padding-block: clamp(56px, 8vw, 88px); }
}

/* iPad landscape: tighter nav so everything fits comfortably */
@media (min-width: 961px) and (max-width: 1180px) {
  .header-inner { gap: 16px; }
  .nav > a, .nav-drop-btn { padding: 10px 10px; font-size: .88rem; }
  .hero h1 { font-size: clamp(3rem, 5.6vw, 4.6rem); }
}

/* Touch devices: no hover-only effects, bigger tap areas */
@media (hover: none) {
  .pcard:hover .pcard-media img, .pcard:hover .pcard-media .art svg { transform: none; animation: none; }
  .review:hover, .trust-card:hover, .reward:hover { transform: none; }
  .stepper button, .share-btn, .who-chips button, .chips li { min-height: 44px; }
}
@media (hover: none) and (min-width: 961px) {
  .has-drop:hover .drop { opacity: 0; visibility: hidden; }
  .nav-drop-btn[aria-expanded="true"] + .drop { opacity: 1; visibility: visible; }
}
=======
/* ---------- Home: 20s ad film ---------- */
.adfilm { padding-block: clamp(48px, 7vw, 100px); }
.adfilm-inner { display: grid; grid-template-columns: 1fr minmax(0, 380px); gap: clamp(32px, 6vw, 96px); align-items: center; }
.adfilm-inner > * { min-width: 0; }
.adfilm-copy h2 { font-size: clamp(2.4rem, 5vw, 4.2rem); }
.adfilm-copy p:not(.kicker) { color: var(--ink-2); font-size: 1.15rem; margin-bottom: 26px; }
.adfilm-frame { position: relative; justify-self: center; width: min(100%, 380px); aspect-ratio: 9 / 16; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); background: var(--ivory-2); }
.adfilm-frame video { width: 100%; height: 100%; object-fit: cover; display: block; }
.adfilm-sound { position: absolute; right: 14px; bottom: 14px; min-height: 40px; padding: 0 16px; border: 0; border-radius: 999px; background: rgba(43, 33, 56, .78); color: #fff; font: inherit; font-weight: 700; font-size: .85rem; cursor: pointer; backdrop-filter: blur(6px); }
.adfilm-sound[aria-pressed="true"] { background: var(--coral); }
@media (max-width: 900px) { .adfilm-inner { grid-template-columns: 1fr; text-align: center; } .adfilm-copy .kicker { justify-content: center; } }

/* =========================================================
   Squish zone — living character (walk, run, jump, feelings)
   ========================================================= */
.sz { width: 100%; gap: 14px; }
.sz-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; width: 100%; flex-wrap: wrap; }
.sz-sound { min-height: 42px; padding: 0 16px; border-radius: 999px; border: 0; background: rgba(255, 255, 255, .1); color: #efe8f5; font-weight: 700; font-size: .88rem; cursor: pointer; }
.sz-sound[aria-pressed="true"] { background: var(--coral); color: #fff; }
.sz-stage {
  position: relative; width: 100%; height: clamp(250px, 34vw, 340px); border-radius: var(--r);
  background: radial-gradient(120% 90% at 50% 10%, rgba(255, 255, 255, .12), rgba(255, 255, 255, .03) 60%, transparent), rgba(255, 255, 255, .04);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08); overflow: hidden; touch-action: none;
}
.sz-ground { position: absolute; left: 0; right: 0; bottom: 0; height: 22%; background: linear-gradient(to bottom, rgba(203, 187, 230, .12), rgba(203, 187, 230, .22)); border-top: 1px dashed rgba(255, 255, 255, .12); }
.sz-char.squishy { position: absolute; left: 0; bottom: 8%; width: clamp(150px, 20vw, 210px); z-index: 2; cursor: grab; transition: none; will-change: transform; }
.sz-facing { display: block; transition: transform .35s var(--ease); }
.sz .rig { width: 100%; overflow: visible; filter: drop-shadow(0 16px 18px rgba(0, 0, 0, .25)); }
.sz .squishy svg { transition: none; }

/* Parts pivot around their own centres */
.rig .figure, .rig .foot, .rig .torso, .rig .arm, .rig .eyes, .rig .eye, .rig .zzz text { transform-box: fill-box; }
.rig .figure { transform-origin: 50% 100%; transition: transform 5s cubic-bezier(.12, .9, .25, 1); }
.rig .foot { transform-origin: 50% 0%; }
.rig .arm { transform-origin: 50% 20%; }
.rig .torso { transform-origin: 50% 100%; }
.rig .eye { transform-origin: 50% 50%; animation: blink 4.5s infinite; }
.rig .eye:nth-child(2) { animation-delay: .04s; }
@keyframes blink { 0%, 93%, 100% { transform: scaleY(1); } 95.5% { transform: scaleY(.1); } }

/* Squish: squash on press, slow rise on release */
.sz-char.pressed .rig .figure { transform: scale(1.25, .64); transition: transform .25s cubic-bezier(.3, 0, .2, 1); }

/* Walk & run cycles */
.sz[data-mode="walk"] .rig .foot-l { animation: step .56s ease-in-out infinite; }
.sz[data-mode="walk"] .rig .foot-r { animation: step .56s ease-in-out -.28s infinite; }
.sz[data-mode="walk"] .rig .torso { animation: bobWalk .28s ease-in-out infinite alternate; }
.sz[data-mode="walk"] .rig .arm-l { animation: swing .56s ease-in-out infinite; }
.sz[data-mode="walk"] .rig .arm-r { animation: swing .56s ease-in-out -.28s infinite; }
.sz[data-mode="run"] .rig .foot-l { animation: stepRun .32s ease-in-out infinite; }
.sz[data-mode="run"] .rig .foot-r { animation: stepRun .32s ease-in-out -.16s infinite; }
.sz[data-mode="run"] .rig .torso { animation: bobRun .16s ease-in-out infinite alternate; }
.sz[data-mode="run"] .rig .arm-l { animation: swingRun .32s ease-in-out infinite; }
.sz[data-mode="run"] .rig .arm-r { animation: swingRun .32s ease-in-out -.16s infinite; }
.sz[data-mode="run"] .sz-facing .rig { transform: rotate(7deg); transform-origin: 50% 100%; }
@keyframes step { 0%, 100% { transform: translateY(0) rotate(0); } 25% { transform: translateY(-14px) rotate(-12deg); } 50% { transform: translateY(0) rotate(0); } }
@keyframes stepRun { 0%, 100% { transform: translateY(0) rotate(0); } 25% { transform: translateY(-24px) rotate(-22deg); } 50% { transform: translateY(0) rotate(8deg); } }
@keyframes bobWalk { from { transform: translateY(0) rotate(-1.5deg); } to { transform: translateY(-6px) rotate(1.5deg); } }
@keyframes bobRun { from { transform: translateY(0) scale(1.03, .97); } to { transform: translateY(-14px) scale(.97, 1.03); } }
@keyframes swing { 0%, 100% { transform: rotate(18deg); } 50% { transform: rotate(-18deg); } }
@keyframes swingRun { 0%, 100% { transform: rotate(32deg); } 50% { transform: rotate(-32deg); } }
/* Idle: gentle breathing */
.sz[data-mode="idle"] .rig .torso { animation: breathe 3.2s ease-in-out infinite; }
@keyframes breathe { 50% { transform: scale(1.02, .985); } }

/* Jump with squash on take-off and landing */
.sz[data-jump] .rig .figure { animation: jumpy .8s cubic-bezier(.3, .7, .4, 1); transition: none; }
@keyframes jumpy {
  0% { transform: scale(1); } 12% { transform: scale(1.2, .75); } 30% { transform: translateY(-40%) scale(.88, 1.14); }
  55% { transform: translateY(-48%) scale(.95, 1.05); } 80% { transform: translateY(0) scale(1.22, .72); } 100% { transform: scale(1); }
}

/* Feelings: which eyes show */
.rig .eyes { display: none; }
.rig[data-eyes="e-open"] .e-open, .rig[data-eyes="e-happy"] .e-happy, .rig[data-eyes="e-love"] .e-love,
.rig[data-eyes="e-sleep"] .e-sleep, .rig[data-eyes="e-wow"] .e-wow { display: inline; }
.rig .e-love path { transform-box: fill-box; transform-origin: 50% 50%; animation: heartPulse .7s ease-in-out infinite; }
@keyframes heartPulse { 50% { transform: scale(1.2); } }
.rig .zzz { opacity: 0; }
.sz[data-mood="sleepy"] .rig .zzz { opacity: 1; }
.sz[data-mood="sleepy"] .rig .zzz text { animation: zfloat 2.4s ease-in-out infinite; transform-origin: 50% 50%; }
.sz[data-mood="sleepy"] .rig .zzz text:nth-child(2) { animation-delay: .4s; }
.sz[data-mood="sleepy"] .rig .zzz text:nth-child(3) { animation-delay: .8s; }
@keyframes zfloat { 0% { transform: translate(0, 8px); opacity: 0; } 30% { opacity: 1; } 100% { transform: translate(10px, -14px); opacity: 0; } }
.sz[data-mood="sleepy"] .rig .torso { animation: breathe 4.5s ease-in-out infinite; }
.sz[data-mood="giggle"] .rig .torso { animation: giggle .18s ease-in-out 8 alternate; }
@keyframes giggle { from { transform: rotate(-3deg); } to { transform: rotate(3deg) translateY(-3px); } }
.sz[data-mood="love"] .rig .cheek { opacity: .95; }
.sz[data-mood="wow"] .rig .figure { animation: wowPop .5s var(--bounce); }
@keyframes wowPop { 40% { transform: scale(1.08, .94) translateY(-6px); } }

/* Speech bubble */
.sz-bubble {
  position: absolute; top: 12px; left: 50%; z-index: 3; margin: 0; transform: translate(-50%, 8px) scale(.9); opacity: 0;
  background: #fff; color: var(--ink); font-family: var(--f-display); font-weight: 600; font-size: 1.05rem;
  padding: 8px 16px; border-radius: 18px; box-shadow: var(--shadow); pointer-events: none; white-space: nowrap;
  transition: opacity .3s var(--ease), transform .45s var(--bounce);
}
.sz-bubble.show { opacity: 1; transform: translate(-50%, 0) scale(1); }

/* Controls */
.sz-controls { display: grid; gap: 10px; width: 100%; }
.sz-row { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.sz-row button {
  min-height: 48px; min-width: 48px; padding: 0 16px; border-radius: 999px; border: 0; cursor: pointer;
  background: rgba(255, 255, 255, .08); color: #efe8f5; font-weight: 700; font-size: .92rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12); transition: background .3s, transform .4s var(--bounce);
}
.sz-row button span { font-size: 1.2rem; vertical-align: -2px; }
.sz-row[aria-label="Feelings"] button { padding: 0; width: 52px; font-size: 1.35rem; }
.sz-row button:hover { background: rgba(255, 255, 255, .16); }
.sz-row button:active { transform: scale(.92); }
.sz-row button[aria-pressed="true"] { background: #fff; color: var(--ink); box-shadow: none; }
.sz .pick button { white-space: nowrap; }

/* Real-squish video mode */
.sz-real { display: none; position: absolute; inset: 0; z-index: 4; }
.sz-real video { width: 100%; height: 100%; object-fit: cover; }
.sz.real-mode .sz-real { display: block; }
.sz.real-mode .sz-controls { opacity: .35; pointer-events: none; }
.sz .splat { top: auto; bottom: 14%; margin: 0 0 -30px -30px; }

@media (max-width: 640px) {
  .sz-row button { padding: 0 12px; font-size: .85rem; }
  .sz-row[aria-label="Feelings"] button { width: 48px; }
  .sz-char.squishy { width: 140px; }
}
@media (prefers-reduced-motion: reduce) {
  .rig .eye, .sz .rig .torso, .sz .rig .foot, .sz .rig .arm { animation: none !important; }
}
