/* ============================================================
   SPOONZ — Shared design system
   ============================================================ */

:root {
  /* Brand spoon colors */
  --red:     #E11D2E;
  --blue:    #1E5BD9;
  --green:   #27AE4C;
  --magenta: #D81B7B;

  /* Neutrals */
  --ink:     #0B0B0E;       /* matches box black */
  --ink-2:   #1A1A20;
  --paper:   #FAFAF7;       /* warm off-white */
  --paper-2: #F2F0EA;
  --line:    #E5E2D9;
  --mute:    #6B6B6B;

  /* Type */
  --display: "Bricolage Grotesque", system-ui, sans-serif;
  --sans:    "DM Sans", system-ui, sans-serif;
  --mono:    "JetBrains Mono", ui-monospace, monospace;

  /* Layout */
  --max:     1240px;
  --gutter:  clamp(20px, 4vw, 48px);
  --r-sm:    8px;
  --r-md:    16px;
  --r-lg:    24px;
  --r-xl:    32px;
  --r-pill:  999px;

  /* Shadows */
  --shadow-1: 0 1px 0 rgba(0,0,0,.04), 0 8px 24px -8px rgba(0,0,0,.08);
  --shadow-2: 0 2px 0 rgba(0,0,0,.06), 0 24px 60px -20px rgba(0,0,0,.22);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }

/* ============================================================
   Typography
   ============================================================ */
.eyebrow {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mute);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.eyebrow::before {
  content: "";
  width: 24px; height: 1px;
  background: currentColor;
  opacity: .5;
}
h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0;
  line-height: 1;
  text-wrap: balance;
}
.h-display {
  font-size: clamp(48px, 8vw, 112px);
  font-weight: 900;
  line-height: .92;
  letter-spacing: -0.035em;
  font-stretch: 85%;
}
.h-1 { font-size: clamp(40px, 5.5vw, 72px); line-height: .96; letter-spacing: -0.03em; }
.h-2 { font-size: clamp(30px, 3.6vw, 48px); line-height: 1.02; letter-spacing: -0.025em; }
.h-3 { font-size: clamp(22px, 2.4vw, 28px); line-height: 1.15; letter-spacing: -0.015em; }
.lede {
  font-size: clamp(18px, 1.4vw, 22px);
  line-height: 1.45;
  color: var(--mute);
  max-width: 56ch;
  text-wrap: pretty;
}

/* ============================================================
   Layout primitives
   ============================================================ */
.wrap { max-width: var(--max); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(72px, 9vw, 128px); }
.section-tight { padding-block: clamp(48px, 6vw, 80px); }
.has-spoons { position: relative; overflow: hidden; }
.has-spoons > .wrap { position: relative; z-index: 1; }
.divider { height: 1px; background: var(--line); }

/* ============================================================
   Buttons
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 22px;
  border-radius: var(--r-pill);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.005em;
  transition: transform .15s ease, background .2s ease, box-shadow .2s ease, color .2s ease;
  white-space: nowrap;
  line-height: 1;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }

.btn-primary {
  background: var(--ink);
  color: var(--paper);
  box-shadow: 0 1px 0 rgba(255,255,255,.08) inset, 0 12px 24px -10px rgba(0,0,0,.5);
}
.btn-primary::after {
  content: "";
  width: 8px; height: 8px;
  background: var(--red);
  border-radius: 50%;
  margin-left: 2px;
  transition: transform .25s ease;
}
.btn-primary:hover { background: #000; }
.btn-primary:hover::after { transform: scale(1.4); }

.btn-amazon {
  background: var(--ink);
  color: var(--paper);
  padding: 14px 22px 14px 18px;
  position: relative;
}
.btn-amazon .amazon-mark {
  display: inline-flex;
  align-items: center;
  font-family: var(--display);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: -0.01em;
  background: var(--paper);
  color: var(--ink);
  padding: 4px 8px;
  border-radius: 6px;
  margin-right: 2px;
}
.btn-amazon .ext {
  width: 14px; height: 14px;
  opacity: .7;
}
.btn-amazon:hover { background: #000; }
.btn-amazon:hover .ext { opacity: 1; transform: translate(2px, -2px); }
.btn-amazon .ext { transition: transform .2s ease, opacity .2s ease; }

.btn-amazon-lg {
  padding: 18px 26px;
  font-size: 17px;
}
.btn-amazon-lg .amazon-mark {
  font-size: 15px;
  padding: 5px 10px;
}

.btn-ghost {
  background: transparent;
  color: var(--ink);
  padding: 14px 18px;
  border: 1px solid transparent;
}
.btn-ghost:hover { background: rgba(0,0,0,.04); }

.btn-outline {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--ink);
}
.btn-outline:hover { background: var(--ink); color: var(--paper); }

/* ============================================================
   Header / Nav (persistent across pages)
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 250, 247, 0.82);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease, background .2s ease;
}
.site-header.is-stuck {
  border-bottom-color: var(--line);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  gap: 20px;
}
.nav-logo {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
}
.nav-logo img { height: 38px; width: auto; display: block; }
.nav-logo .tm {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  margin-left: 2px;
  color: var(--mute);
  align-self: flex-start;
  margin-top: 4px;
  letter-spacing: 0;
}
@media (max-width: 600px) {
  .nav-logo img { height: 30px; }
}
.nav-links {
  display: flex;
  gap: 4px;
  align-items: center;
}
.nav-links a {
  font-size: 15px;
  font-weight: 500;
  padding: 10px 14px;
  border-radius: var(--r-pill);
  color: var(--ink);
  transition: background .15s ease;
}
.nav-links a:hover { background: rgba(0,0,0,.05); }
.nav-links a.is-active { background: rgba(0,0,0,.06); }
.nav-cta { display: flex; align-items: center; gap: 8px; }

.nav-toggle { display: none; }

@media (max-width: 860px) {
  .nav-links, .nav-cta .btn-ghost { display: none; }
  .nav-toggle {
    display: inline-flex;
    align-items: center; justify-content: center;
    width: 40px; height: 40px;
    border-radius: var(--r-pill);
    background: rgba(0,0,0,.06);
  }
  .btn-amazon { padding: 12px 14px; font-size: 13px; }
  .btn-amazon .amazon-mark { font-size: 12px; padding: 3px 7px; }
}

.mobile-menu {
  position: fixed;
  inset: 0;
  background: var(--paper);
  z-index: 100;
  padding: 80px 32px 32px;
  transform: translateY(-100%);
  transition: transform .3s ease;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.mobile-menu.is-open { transform: translateY(0); }
.mobile-menu a {
  font-family: var(--display);
  font-size: 32px;
  font-weight: 800;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  letter-spacing: -0.02em;
}
.mobile-menu-close {
  position: absolute;
  top: 18px; right: 22px;
  width: 40px; height: 40px;
  border-radius: var(--r-pill);
  background: rgba(0,0,0,.06);
  font-size: 24px;
}

/* ============================================================
   Footer
   ============================================================ */
.site-footer {
  background: var(--ink);
  color: var(--paper);
  padding-block: 72px 32px;
  position: relative;
  overflow: hidden;
}
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--confetti);
  background-size: 360px 360px;
  opacity: .1;
  pointer-events: none;
}
.site-footer > * { position: relative; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 56px;
}
@media (max-width: 760px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-brand { grid-column: 1 / -1; }
}
.footer-brand img { height: 64px; width: auto; margin-bottom: 20px; display: block; }
@media (max-width: 600px) { .footer-brand img { height: 52px; } }
.footer-brand p { color: rgba(255,255,255,.55); max-width: 32ch; font-size: 14px; line-height: 1.55; }
.footer-col h4 {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .16em;
  color: rgba(255,255,255,.45);
  margin-bottom: 16px;
}
.footer-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { color: rgba(255,255,255,.8); font-size: 15px; transition: color .15s ease; }
.footer-col a:hover { color: var(--paper); }
.footer-socials {
  display: flex; gap: 10px; margin-top: 16px;
}
.footer-socials a {
  width: 38px; height: 38px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  transition: background .2s ease;
}
.footer-socials a:hover { background: rgba(255,255,255,.18); }
.footer-socials svg { width: 16px; height: 16px; fill: var(--paper); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 13px;
  color: rgba(255,255,255,.5);
}
.app-teaser-strip {
  display: flex; align-items: center; justify-content: center; gap: 14px;
  padding: 16px;
  background: var(--ink);
  color: var(--paper);
  font-size: 14px;
  border-top: 1px solid rgba(255,255,255,.08);
  position: relative;
  overflow: hidden;
}
.app-teaser-strip::before {
  content: "";
  position: absolute; inset: 0;
  background-image: var(--confetti);
  background-size: 240px 240px;
  opacity: .08;
}
.app-teaser-strip > * { position: relative; }
.app-teaser-strip .pulse {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 0 rgba(39, 174, 76, .7);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(39,174,76,.6); }
  70%  { box-shadow: 0 0 0 12px rgba(39,174,76,0); }
  100% { box-shadow: 0 0 0 0 rgba(39,174,76,0); }
}
.app-teaser-strip .label { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .16em; color: rgba(255,255,255,.55); margin-right: 4px; }
.app-teaser-strip strong { font-weight: 600; }

/* ============================================================
   Confetti-spoon background pattern (matches box art)
   ============================================================ */
:root {
  --confetti: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='360' height='360' viewBox='0 0 360 360'>\
<g><path d='M40 36 q-8 -4 -10 8 q-2 12 8 14 q10 2 12 -8 q2 -10 -10 -14z M37 50 l-3 38 q-1 6 4 6 q5 0 4 -6 l-3 -38z' fill='%23E11D2E' transform='rotate(25 40 60)'/></g>\
<g><path d='M120 60 q-8 -4 -10 8 q-2 12 8 14 q10 2 12 -8 q2 -10 -10 -14z M117 74 l-3 38 q-1 6 4 6 q5 0 4 -6 l-3 -38z' fill='%231E5BD9' transform='rotate(-40 120 84)'/></g>\
<g><path d='M210 32 q-8 -4 -10 8 q-2 12 8 14 q10 2 12 -8 q2 -10 -10 -14z M207 46 l-3 38 q-1 6 4 6 q5 0 4 -6 l-3 -38z' fill='%2327AE4C' transform='rotate(70 210 56)'/></g>\
<g><path d='M290 70 q-8 -4 -10 8 q-2 12 8 14 q10 2 12 -8 q2 -10 -10 -14z M287 84 l-3 38 q-1 6 4 6 q5 0 4 -6 l-3 -38z' fill='%23D81B7B' transform='rotate(-20 290 94)'/></g>\
<g><path d='M70 160 q-8 -4 -10 8 q-2 12 8 14 q10 2 12 -8 q2 -10 -10 -14z M67 174 l-3 38 q-1 6 4 6 q5 0 4 -6 l-3 -38z' fill='%23D81B7B' transform='rotate(110 70 184)'/></g>\
<g><path d='M170 150 q-8 -4 -10 8 q-2 12 8 14 q10 2 12 -8 q2 -10 -10 -14z M167 164 l-3 38 q-1 6 4 6 q5 0 4 -6 l-3 -38z' fill='%23E11D2E' transform='rotate(-60 170 174)'/></g>\
<g><path d='M260 180 q-8 -4 -10 8 q-2 12 8 14 q10 2 12 -8 q2 -10 -10 -14z M257 194 l-3 38 q-1 6 4 6 q5 0 4 -6 l-3 -38z' fill='%231E5BD9' transform='rotate(15 260 204)'/></g>\
<g><path d='M330 130 q-8 -4 -10 8 q-2 12 8 14 q10 2 12 -8 q2 -10 -10 -14z M327 144 l-3 38 q-1 6 4 6 q5 0 4 -6 l-3 -38z' fill='%2327AE4C' transform='rotate(-95 330 154)'/></g>\
<g><path d='M30 240 q-8 -4 -10 8 q-2 12 8 14 q10 2 12 -8 q2 -10 -10 -14z M27 254 l-3 38 q-1 6 4 6 q5 0 4 -6 l-3 -38z' fill='%231E5BD9' transform='rotate(45 30 264)'/></g>\
<g><path d='M110 270 q-8 -4 -10 8 q-2 12 8 14 q10 2 12 -8 q2 -10 -10 -14z M107 284 l-3 38 q-1 6 4 6 q5 0 4 -6 l-3 -38z' fill='%2327AE4C' transform='rotate(-30 110 294)'/></g>\
<g><path d='M210 290 q-8 -4 -10 8 q-2 12 8 14 q10 2 12 -8 q2 -10 -10 -14z M207 304 l-3 38 q-1 6 4 6 q5 0 4 -6 l-3 -38z' fill='%23D81B7B' transform='rotate(80 210 314)'/></g>\
<g><path d='M300 260 q-8 -4 -10 8 q-2 12 8 14 q10 2 12 -8 q2 -10 -10 -14z M297 274 l-3 38 q-1 6 4 6 q5 0 4 -6 l-3 -38z' fill='%23E11D2E' transform='rotate(-110 300 284)'/></g>\
</svg>");
}
.confetti-bg {
  background-color: var(--ink);
  background-image: var(--confetti);
  background-size: 360px 360px;
  color: var(--paper);
}

/* ============================================================
   Card / panel utilities
   ============================================================ */
.panel {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 28px;
}
.tag {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: var(--r-pill);
  background: rgba(0,0,0,.06);
  color: var(--ink);
}
.tag-light { background: rgba(255,255,255,.12); color: var(--paper); }
.tag-red { background: var(--red); color: white; }

/* Photo frame */
.photo {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--paper-2);
}
.photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.photo-label {
  position: absolute; left: 14px; top: 14px;
  font-family: var(--mono); font-size: 10px;
  text-transform: uppercase; letter-spacing: .14em;
  padding: 5px 10px; border-radius: var(--r-pill);
  background: rgba(255,255,255,.85); color: var(--ink);
  backdrop-filter: blur(6px);
}

/* Number ticker (for steps) */
.step-num {
  font-family: var(--display);
  font-weight: 900;
  font-size: 64px;
  line-height: 1;
  color: var(--ink);
  letter-spacing: -0.05em;
  font-stretch: 75%;
}

/* ============================================================
   Decorative floating spoons (color pizzazz)
   ============================================================ */
.floating-spoons {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}
.fs {
  position: absolute;
  width: 64px;
  height: 64px;
  filter: drop-shadow(0 8px 16px rgba(0,0,0,.08));
  animation: fs-float var(--dur, 9s) ease-in-out infinite;
  animation-delay: var(--delay, 0s);
  opacity: var(--op, .85);
  will-change: transform;
  transform: rotate(var(--rot, 0deg));
}
.fs.fs-drift   { animation-name: fs-drift; }
.fs.fs-bob     { animation-name: fs-bob; }
.fs.fs-sway    { animation-name: fs-sway; }
.fs.fs-tumble  { animation-name: fs-tumble; animation-timing-function: linear; }
.fs.fs-orbit   { animation-name: fs-orbit; animation-timing-function: ease-in-out; }
.fs.fs-pulse   { animation-name: fs-pulse; }

/* dark sections — make spoons pop */
.floating-spoons.on-dark .fs { filter: drop-shadow(0 6px 18px rgba(0,0,0,.45)); }

@keyframes fs-float {
  0%, 100% { transform: translate(0,0) rotate(var(--rot, 0deg)); }
  50%      { transform: translate(0,-14px) rotate(calc(var(--rot, 0deg) + 5deg)); }
}
@keyframes fs-drift {
  0%   { transform: translate(0,0) rotate(var(--rot, 0deg)); }
  25%  { transform: translate(18px,-10px) rotate(calc(var(--rot, 0deg) + 8deg)); }
  50%  { transform: translate(0,-22px) rotate(calc(var(--rot, 0deg) - 4deg)); }
  75%  { transform: translate(-16px,-8px) rotate(calc(var(--rot, 0deg) + 12deg)); }
  100% { transform: translate(0,0) rotate(var(--rot, 0deg)); }
}
@keyframes fs-bob {
  0%, 100% { transform: translateY(0) rotate(var(--rot, 0deg)); }
  50%      { transform: translateY(-26px) rotate(calc(var(--rot, 0deg) - 8deg)); }
}
@keyframes fs-sway {
  0%, 100% { transform: translateX(0) rotate(var(--rot, 0deg)); }
  50%      { transform: translateX(22px) rotate(calc(var(--rot, 0deg) + 14deg)); }
}
@keyframes fs-tumble {
  0%   { transform: translate(0,0) rotate(var(--rot, 0deg)); }
  100% { transform: translate(0,0) rotate(calc(var(--rot, 0deg) + 360deg)); }
}
@keyframes fs-orbit {
  0%   { transform: translate(0,0) rotate(var(--rot, 0deg)); }
  25%  { transform: translate(14px,-14px) rotate(calc(var(--rot, 0deg) + 90deg)); }
  50%  { transform: translate(0,-28px) rotate(calc(var(--rot, 0deg) + 180deg)); }
  75%  { transform: translate(-14px,-14px) rotate(calc(var(--rot, 0deg) + 270deg)); }
  100% { transform: translate(0,0) rotate(calc(var(--rot, 0deg) + 360deg)); }
}
@keyframes fs-pulse {
  0%, 100% { transform: scale(1) rotate(var(--rot, 0deg)); opacity: var(--op, .85); }
  50%      { transform: scale(1.12) rotate(calc(var(--rot, 0deg) + 6deg)); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .fs { animation: none !important; }
}

/* Hover-able external link mark inside .legit-mark / .nocturnal-mark */
.legit-mark, .nocturnal-mark { text-decoration: none; transition: background .2s ease, border-color .2s ease, transform .15s ease; }
.legit-mark:hover, .nocturnal-mark:hover { background: rgba(255,255,255,.15); transform: translateY(-1px); }
.legit-mark .ext-mark, .nocturnal-mark .ext-mark { opacity: .55; transition: opacity .2s ease, transform .2s ease; }
.legit-mark:hover .ext-mark, .nocturnal-mark:hover .ext-mark { opacity: 1; transform: translate(2px, -2px); }

/* ============================================================
   Vibrant color band (used between sections)
   ============================================================ */
.color-band {
  display: flex;
  height: 14px;
}
.color-band > * { flex: 1; }
.color-band .b-red    { background: var(--red); }
.color-band .b-blue   { background: var(--blue); }
.color-band .b-green  { background: var(--green); }
.color-band .b-magenta{ background: var(--magenta); }
.color-band .b-ink    { background: var(--ink); }

/* ============================================================
   Hero
   ============================================================ */
.hero {
  position: relative;
  overflow: hidden;
  background: var(--paper);
  padding-block: clamp(56px, 7vw, 96px) clamp(72px, 9vw, 128px);
}
.hero > .wrap { position: relative; z-index: 1; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
}
.hero-headline {
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(54px, 9vw, 120px);
  line-height: .9;
  letter-spacing: -0.04em;
  font-stretch: 85%;
}
.hero-headline > span { display: block; }
.hero-headline .pop-red     { color: var(--red); }
.hero-headline .pop-blue    { color: var(--blue); }
.hero-headline .pop-green   { color: var(--green); }
.hero-headline .pop-magenta { color: var(--magenta); }

.hero-sub {
  margin-top: 24px;
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.45;
  color: var(--mute);
  max-width: 46ch;
}
.hero-ctas { display: flex; gap: 12px; margin-top: 36px; flex-wrap: wrap; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  margin-top: 28px;
  padding: 8px 14px 8px 8px;
  border-radius: var(--r-pill);
  background: rgba(0,0,0,.05);
  font-size: 13px;
  color: var(--ink);
}
.hero-badge .badge-dot {
  width: 22px; height: 22px;
  background: var(--ink); color: var(--paper);
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700;
}

.hero-photo {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: var(--r-xl);
  overflow: hidden;
  background: linear-gradient(135deg, #F5F2EB, #EDE9DE);
  box-shadow: var(--shadow-2);
  isolation: isolate;
}
.hero-photo::before {
  content: "";
  position: absolute;
  inset: -8% -8% auto auto;
  width: 220px; height: 220px;
  border-radius: 50%;
  background: var(--red);
  mix-blend-mode: multiply;
  opacity: .9;
  z-index: 2;
  animation: hero-blob 12s ease-in-out infinite;
}
.hero-photo::after {
  content: "";
  position: absolute;
  inset: auto auto -10% -10%;
  width: 180px; height: 180px;
  border-radius: 50%;
  background: var(--blue);
  mix-blend-mode: multiply;
  opacity: .85;
  z-index: 2;
  animation: hero-blob 14s ease-in-out infinite reverse;
}
@keyframes hero-blob {
  0%, 100% { transform: scale(1) translate(0,0); }
  50%      { transform: scale(1.1) translate(-8px, 8px); }
}
.hero-photo .tape {
  position: absolute;
  z-index: 3;
  width: 90px; height: 24px;
  background: rgba(255, 235, 100, .85);
  box-shadow: 0 2px 4px rgba(0,0,0,.15);
}
.hero-photo .tape-tl { top: 14px; left: -16px; transform: rotate(-22deg); }
.hero-photo .tape-br { bottom: 18px; right: -14px; transform: rotate(28deg); background: rgba(255, 209, 102, .85); }
.hero-photo img {
  width: 100%; height: 100%; object-fit: cover;
  transform: scale(1.05) rotate(-2deg);
  transition: transform .8s ease;
}
.hero-photo:hover img { transform: scale(1.08) rotate(0deg); }

/* Floating spoon decorations on hero */
.hero-deco {
  position: absolute;
  pointer-events: none;
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: -0.04em;
}

/* TM mark for headline */
.tm-mark {
  font-family: var(--sans);
  font-size: 0.3em;
  vertical-align: super;
  font-weight: 600;
  margin-left: 4px;
  letter-spacing: 0;
}

/* Color chip row (a little pop) */
.chip-row { display: inline-flex; gap: 6px; margin-bottom: 16px; }
.chip { width: 14px; height: 14px; border-radius: 50%; }
.chip.r { background: var(--red); }
.chip.b { background: var(--blue); }
.chip.g { background: var(--green); }
.chip.m { background: var(--magenta); }

/* ============================================================
   Marquee
   ============================================================ */
.marquee {
  background: var(--ink);
  color: var(--paper);
  padding: 22px 0;
  overflow: hidden;
  border-block: 1px solid rgba(255,255,255,.08);
}
.marquee-track {
  display: flex;
  gap: 56px;
  white-space: nowrap;
  animation: scroll 32s linear infinite;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(22px, 2.4vw, 32px);
  letter-spacing: -0.02em;
}
.marquee-track span { display: inline-flex; align-items: center; gap: 56px; }
.marquee-track .dot {
  width: 14px; height: 14px; border-radius: 50%;
  display: inline-block;
}
@keyframes scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ============================================================
   Product showcase
   ============================================================ */
.showcase-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: 360px 360px;
  gap: 16px;
}
.showcase-grid > * {
  border-radius: var(--r-lg);
  overflow: hidden;
  position: relative;
}
.showcase-grid .tile-1 { grid-row: 1 / span 2; }
.showcase-grid .tile-2 { grid-column: 2; grid-row: 1; }
.showcase-grid .tile-3 { grid-column: 3; grid-row: 1; }
.showcase-grid .tile-4 { grid-column: 2 / span 2; grid-row: 2; }

@media (max-width: 900px) {
  .showcase-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .showcase-grid > * { aspect-ratio: 1 / 1; }
  .showcase-grid .tile-1 { grid-column: 1 / -1; grid-row: auto; aspect-ratio: 16/10; }
  .showcase-grid .tile-2 { grid-column: 1; grid-row: auto; }
  .showcase-grid .tile-3 { grid-column: 2; grid-row: auto; }
  .showcase-grid .tile-4 { grid-column: 1 / -1; grid-row: auto; aspect-ratio: 16/9; }
}

.showcase-callouts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 32px;
}
@media (max-width: 700px) { .showcase-callouts { grid-template-columns: 1fr; } }
.callout {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 20px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
}
.callout-dot {
  width: 36px; height: 36px;
  border-radius: 50%;
  flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center;
}
.callout-dot svg { width: 18px; height: 18px; }
.callout h4 { font-family: var(--display); font-size: 17px; font-weight: 700; margin: 0 0 4px; letter-spacing: -0.01em; }
.callout p { margin: 0; font-size: 14px; color: var(--mute); line-height: 1.45; }

/* ============================================================
   How to play steps (homepage)
   ============================================================ */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  counter-reset: step;
}
@media (max-width: 1000px) { .steps-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px)  { .steps-grid { grid-template-columns: 1fr; } }
.step {
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  position: relative;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}
.step:hover { transform: translateY(-4px); box-shadow: var(--shadow-1); }
.step::after {
  content: "";
  position: absolute;
  right: -40px; top: -40px;
  width: 120px; height: 120px;
  border-radius: 50%;
  opacity: 0;
  transition: opacity .3s ease;
  background: var(--step-color, var(--red));
}
.step:hover::after { opacity: .08; }
.step:nth-child(1) { --step-color: var(--red); }
.step:nth-child(2) { --step-color: var(--blue); }
.step:nth-child(3) { --step-color: var(--green); }
.step:nth-child(4) { --step-color: var(--magenta); }
.step:nth-child(5) { --step-color: var(--ink); }
.step-tag {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--mute);
  margin-bottom: 12px;
  display: flex; align-items: center; gap: 8px;
}
.step-tag .step-bullet {
  width: 8px; height: 8px; border-radius: 50%;
}
.step-icon {
  width: 56px; height: 56px;
  border-radius: 14px;
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.step-icon svg { width: 28px; height: 28px; }
.step h3 {
  font-family: var(--display);
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 8px;
  letter-spacing: -0.02em;
  line-height: 1.05;
}
.step p { font-size: 14px; color: var(--mute); margin: 0; line-height: 1.5; }

/* ============================================================
   Why love (benefits)
   ============================================================ */
.pull-quote {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(32px, 4.2vw, 60px);
  line-height: 1.05;
  letter-spacing: -0.025em;
  max-width: 22ch;
  margin: 0;
}
.pull-quote .accent { color: var(--red); }
.pull-quote .accent-2 { color: var(--blue); }

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 56px;
}
@media (max-width: 900px) { .benefits-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .benefits-grid { grid-template-columns: 1fr; } }
.benefit {
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  display: flex; flex-direction: column; gap: 8px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease, color .25s ease;
  position: relative;
  overflow: hidden;
}
.benefit:hover { transform: translateY(-3px); box-shadow: var(--shadow-2); border-color: transparent; }
.benefit:nth-child(1):hover { background: var(--red);     color: white; }
.benefit:nth-child(2):hover { background: var(--blue);    color: white; }
.benefit:nth-child(3):hover { background: var(--green);   color: white; }
.benefit:nth-child(4):hover { background: var(--magenta); color: white; }
.benefit:nth-child(5):hover { background: var(--ink);     color: white; }
.benefit:nth-child(6):hover { background: var(--red);     color: white; }
.benefit:hover .benefit-body,
.benefit:hover .benefit-num { color: rgba(255,255,255,.85); }
.benefit-title {
  font-family: var(--display);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0;
  line-height: 1.05;
}
.benefit-body { color: var(--mute); font-size: 14px; line-height: 1.5; }
.benefit-num {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .14em;
  color: var(--mute);
}

/* ============================================================
   Brand legitimacy strip
   ============================================================ */
.legit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 36px;
  background: var(--ink);
  color: var(--paper);
  border-radius: var(--r-xl);
  position: relative;
  overflow: hidden;
}
.legit::before {
  content: ""; position: absolute; inset: 0;
  background-image: var(--confetti);
  background-size: 320px 320px;
  opacity: .08;
}
.legit > * { position: relative; }
.legit-content { max-width: 70%; }
.legit h3 {
  font-family: var(--display);
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 8px;
}
.legit p { color: rgba(255,255,255,.7); margin: 0; font-size: 15px; line-height: 1.5; max-width: 60ch; }
.legit-mark {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 18px;
  border-radius: var(--r-pill);
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  font-family: var(--display);
  font-weight: 800;
  font-size: 18px;
  letter-spacing: -0.01em;
  flex-shrink: 0;
}
.legit-mark .moon {
  width: 24px; height: 24px;
  background: var(--paper); color: var(--ink);
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 14px;
}
@media (max-width: 760px) {
  .legit { flex-direction: column; align-items: flex-start; padding: 28px; }
  .legit-content { max-width: 100%; }
}

/* ============================================================
   Signup
   ============================================================ */
.signup {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
@media (max-width: 800px) { .signup { grid-template-columns: 1fr; gap: 24px; } }
.signup h2 { margin-bottom: 12px; }
.signup p { color: var(--mute); margin: 0; }
.signup-form {
  display: flex;
  gap: 8px;
  padding: 8px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  box-shadow: var(--shadow-1);
}
.signup-form input {
  flex: 1;
  border: 0;
  background: transparent;
  padding: 12px 16px;
  font: inherit;
  outline: none;
  color: var(--ink);
  min-width: 0;
}
.signup-form button {
  background: var(--ink);
  color: var(--paper);
  padding: 12px 22px;
  border-radius: var(--r-pill);
  font-weight: 600;
  font-size: 15px;
  white-space: nowrap;
}
.signup-form button:hover { background: var(--red); }
.signup-note {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--mute);
  margin-top: 12px;
}

/* ============================================================
   Final CTA
   ============================================================ */
.final-cta {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: var(--paper);
  border-radius: var(--r-xl);
  padding: clamp(48px, 6vw, 96px);
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: center;
}
.final-cta::before {
  content: ""; position: absolute; inset: 0;
  background-image: var(--confetti);
  background-size: 360px 360px;
  opacity: .14;
  animation: drift 60s linear infinite;
}
@keyframes drift {
  to { background-position: 360px 360px; }
}
.final-cta > * { position: relative; }
@media (max-width: 800px) { .final-cta { grid-template-columns: 1fr; padding: 36px; } }
.final-cta h2 {
  font-family: var(--display);
  font-size: clamp(40px, 6vw, 80px);
  font-weight: 900;
  line-height: .95;
  letter-spacing: -0.03em;
  font-stretch: 85%;
  margin: 0 0 20px;
}
.final-cta p { color: rgba(255,255,255,.65); margin: 0 0 28px; max-width: 40ch; font-size: 17px; }
.final-cta .photo {
  aspect-ratio: 1 / 1;
  border-radius: var(--r-lg);
  background: rgba(255,255,255,.05);
}
.final-cta .btn-amazon {
  background: var(--paper);
  color: var(--ink);
}
.final-cta .btn-amazon .amazon-mark {
  background: var(--ink);
  color: var(--paper);
}
.final-cta .btn-amazon:hover { background: white; }

/* ============================================================
   Reusable: tabs
   ============================================================ */
.tablist {
  display: inline-flex;
  background: var(--paper-2);
  border-radius: var(--r-pill);
  padding: 4px;
  gap: 4px;
}
.tablist button {
  padding: 10px 22px;
  border-radius: var(--r-pill);
  font-weight: 600;
  font-size: 14px;
  color: var(--mute);
  transition: background .2s ease, color .2s ease;
}
.tablist button[aria-selected="true"] {
  background: var(--ink);
  color: var(--paper);
}

/* ============================================================
   Tiny SVG external link arrow (used by .btn-amazon)
   ============================================================ */
.ext-icon {
  width: 14px; height: 14px;
  display: inline-block;
}

/* ============================================================
   Section header pattern
   ============================================================ */
.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 56px;
  flex-wrap: wrap;
}
.section-head .lead { max-width: 60ch; }
.section-head h2 { margin-top: 12px; }

/* ============================================================
   Card style — used on About / Contact / etc
   ============================================================ */
.card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 32px;
  transition: box-shadow .2s ease, border-color .2s ease;
}
.card:hover { border-color: var(--ink); }

/* Utility */
.center-text { text-align: center; }
.mt-12 { margin-top: 12px; } .mt-24 { margin-top: 24px; } .mt-48 { margin-top: 48px; }
.color-red { color: var(--red); }
.color-blue { color: var(--blue); }
.color-green { color: var(--green); }
.color-magenta { color: var(--magenta); }
.bg-paper-2 { background: var(--paper-2); }
.no-wrap { white-space: nowrap; }
