/* ==========================================================================
   BURBY — landing styles. Mobile-first. Palette & shapes per the brand guidebook.
   ========================================================================== */

:root {
  --blue: #2F5BFF;
  --blue-deep: #1F44D6;
  --white: #FFFFFF;
  --grey: #E6E7EB;
  --ink: #262626;
  --ink-2: #1A1A1A;
  --red: #E20F1A;

  --fd: 'Unbounded', 'Arial Black', sans-serif;
  --ft: 'Manrope', system-ui, -apple-system, sans-serif;

  --gutter: clamp(16px, 5vw, 48px);
  --hdr-h: 64px;
  --radius: 22px;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-jelly: cubic-bezier(0.34, 1.56, 0.64, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto; }
body {
  margin: 0;
  font-family: var(--ft);
  font-size: 16px;
  line-height: 1.5;
  color: var(--ink);
  background: var(--white);
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}
body.is-locked { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
h1, h2, h3, p, ul, figure, address { margin: 0; }
ul { padding: 0; list-style: none; }
address { font-style: normal; }
[hidden] { display: none !important; }
::selection { background: var(--blue); color: var(--white); }

@media (hover: hover) and (pointer: fine) {
  body.has-cursor, body.has-cursor a, body.has-cursor button { cursor: none; }
}

/* ---------- Logo ---------- */
.logo { fill: currentColor; }
.marquee__ic, .card__media--icon svg { fill: currentColor; }

/* ---------- Type helpers ---------- */
.h2 {
  font-family: var(--fd);
  font-weight: 800;
  font-size: clamp(30px, 8.6vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.kicker {
  font-family: var(--fd);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue);
}
.kicker--light { color: rgba(255,255,255,0.72); }
.kicker--blue { color: var(--blue); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 999px;
  font-family: var(--fd);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--white);
  background: var(--blue);
  transition: transform 0.35s var(--ease-jelly), background 0.2s;
  will-change: transform;
}
.btn--red { background: var(--red); }
.btn:active { transform: scale(0.96); }
@media (hover: hover) { .btn:hover { transform: scale(1.04) rotate(-1.5deg); } }

/* ---------- Stickers ---------- */
.sticker {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  font-family: var(--fd);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  transform: rotate(-6deg);
  white-space: nowrap;
}
.sticker--red { background: var(--red); transform: rotate(5deg); }
.sticker--blue { background: var(--blue); }

/* ---------- Bowl (brand element: rectangle with semicircle bottom) ---------- */
.bowl {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 999px 999px;
  background: #000;
}
.bowl img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Wave divider (previous section's colour intrudes into this one; breathes + stretches on scroll) ---------- */
.wave {
  position: absolute;
  top: -1px; left: 0; right: 0;
  height: clamp(90px, 22vw, 300px);
  z-index: 5;
  pointer-events: none;
  transform-origin: top center;
  overflow: visible;
}
.wave svg { display: block; width: 100%; height: 100%; overflow: visible; }
.wave path { fill: var(--wave-fill, #fff); }
/* sections that start with a wave need room: the wave stretches to ~1.5x its height on scroll */
.variety:has(> .wave), .menu:has(> .wave), .takeaway:has(> .wave), .chars:has(> .wave), .cta:has(> .wave), .footer:has(> .wave) { padding-top: clamp(130px, 28vw, 340px); }

/* ==========================================================================
   Preloader
   ========================================================================== */
.pre {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  color: var(--white);
  overflow: hidden;
}
.pre.is-done { display: none; }
.pre__curtain { position: absolute; inset: 0; width: 100%; height: 100%; }
.pre__curtain--dark path { fill: var(--ink); }
.pre__curtain--red path { fill: var(--red); }
.pre__curtain--blue path { fill: var(--blue); }
.pre__inner { position: relative; z-index: 3; width: min(60vw, 320px); text-align: center; }
.pre__stack { position: relative; width: 100%; aspect-ratio: 1 / 1.04; transform-origin: 50% 100%; }
.pre__layer { position: absolute; left: 50%; transform: translateX(-50%); opacity: 0; will-change: transform; }
.pre__layer svg { display: block; width: 100%; height: 100%; }
.pre__layer--bun-b   { width: 100%; height: 28%; bottom: 0;   z-index: 1; color: var(--white); }
.pre__layer--patty   { width: 100%; height: 16%; bottom: 24%; z-index: 2; color: var(--ink); }
.pre__layer--cheese  { width: 105%; height: 14%; bottom: 36%; z-index: 3; color: var(--grey); }
.pre__layer--lettuce { width: 105%; height: 13%; bottom: 49%; z-index: 4; color: var(--white); }
.pre__layer--lettuce svg { transform: scaleY(-1); }
.pre__layer--tomato  { width: 100%; height: 10%; bottom: 60%; z-index: 5; color: var(--red); }
.pre__layer--bun-t   { width: 100%; height: 37%; bottom: 67%; z-index: 6; color: var(--white); }
.pre__layer svg path, .pre__layer svg rect { fill: currentColor; }
.pre__eye { fill: var(--blue); transform-box: fill-box; transform-origin: center; }
.pre__crumbs { position: absolute; left: 50%; bottom: 20%; width: 0; height: 0; z-index: 7; }
.pre__crumbs i { position: absolute; width: 8px; height: 8px; margin: -4px; border-radius: 50%; background: var(--white); opacity: 0; }
.pre__label {
  margin-top: 26px;
  min-height: 1.4em;
  font-family: var(--fd);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.pre__meta { margin-top: 14px; display: flex; align-items: center; gap: 12px; }
.pre__count { font-family: var(--fd); font-weight: 800; font-size: 13px; min-width: 3.2em; text-align: left; }
.pre__bar { flex: 1; height: 3px; border-radius: 3px; background: rgba(255,255,255,0.18); overflow: hidden; }
.pre__bar i { display: block; height: 100%; width: 100%; background: var(--white); transform: scaleX(0); transform-origin: left; }

/* ==========================================================================
   Custom cursor
   ========================================================================== */
.cursor { display: none; }
@media (hover: hover) and (pointer: fine) {
  .cursor {
    display: block;
    position: fixed;
    left: 0; top: 0;
    z-index: 190;
    pointer-events: none;
  }
  .cursor__dot {
    position: absolute;
    width: 8px; height: 8px;
    margin: -4px 0 0 -4px;
    border-radius: 50%;
    background: var(--blue);
    transition: opacity 0.2s, transform 0.2s;
  }
  .cursor__ring {
    position: absolute;
    width: 40px; height: 40px;
    margin: -20px 0 0 -20px;
    border-radius: 50%;
    border: 1.5px solid var(--blue);
    display: grid;
    place-items: center;
    transition: width 0.3s var(--ease-out), height 0.3s var(--ease-out), margin 0.3s var(--ease-out), background 0.3s, border-color 0.3s, opacity 0.2s;
  }
  .cursor__label {
    font-family: var(--fd);
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--white);
    opacity: 0;
    transition: opacity 0.2s;
  }
  .cursor.is-hover .cursor__ring { width: 64px; height: 64px; margin: -32px 0 0 -32px; background: rgba(47,91,255,0.12); }
  .cursor.is-hover .cursor__dot { transform: scale(0.5); }
  .cursor.is-drag .cursor__ring { width: 84px; height: 84px; margin: -42px 0 0 -42px; background: var(--blue); border-color: var(--blue); }
  .cursor.is-drag .cursor__label { opacity: 1; }
  .cursor.is-drag .cursor__dot { opacity: 0; }
  .cursor.is-dark .cursor__ring { border-color: var(--white); }
  .cursor.is-dark .cursor__dot { background: var(--white); }
  .cursor.is-hidden { opacity: 0; }
  .cursor.is-init { opacity: 0; }
}

/* ==========================================================================
   Header + nav overlay
   ========================================================================== */
.hdr {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 120;
  height: var(--hdr-h);
  padding: 0 var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--blue);
  transition: color 0.3s;
}
.hdr.is-light { color: var(--white); }
.hdr.is-light .hdr__menu { background: var(--white); color: var(--blue); }
.hdr.is-light .hdr__menu[aria-expanded="true"] { background: var(--red); color: var(--white); }
.hdr.is-light .hdr__burger { background: rgba(47,91,255,0.12); }
.hdr.is-scrolled .hdr__logo { width: 84px; }
.hdr__logo { display: block; width: 104px; transition: width 0.4s var(--ease-out); }
.hdr__logo .logo { width: 100%; height: auto; display: block; }
.hdr__right { display: flex; align-items: center; gap: 8px; }

.lang {
  display: flex;
  padding: 3px;
  border-radius: 999px;
  background: rgba(230,231,235,0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.lang button {
  min-width: 34px;
  height: 30px;
  padding: 0 8px;
  border-radius: 999px;
  font-family: var(--fd);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.06em;
  color: var(--ink);
  transition: background 0.2s, color 0.2s;
}
.lang button[aria-pressed="true"] { background: var(--blue); color: var(--white); }

.hdr__menu {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 40px;
  padding: 0 8px 0 16px;
  border-radius: 999px;
  background: var(--blue);
  color: var(--white);
  font-family: var(--fd);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 0.2s, transform 0.3s var(--ease-jelly);
}
.hdr__menu:active { transform: scale(0.95); }
.hdr__menu-close { display: none; }
.hdr__menu[aria-expanded="true"] { background: var(--red); }
.hdr__menu[aria-expanded="true"] .hdr__menu-label { display: none; }
.hdr__menu[aria-expanded="true"] .hdr__menu-close { display: inline; }
.hdr__burger { width: 26px; height: 26px; border-radius: 50%; background: rgba(255,255,255,0.18); display: grid; place-items: center; flex: none; }
.hdr__burger svg { width: 18px; height: 18px; display: block; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; fill: none; overflow: visible; }
.hdr__burger line { transform-box: fill-box; transform-origin: center; transition: transform 0.3s var(--ease-out); }
.hdr__menu[aria-expanded="true"] .hdr__l1 { transform: translateY(3px) rotate(45deg); }
.hdr__menu[aria-expanded="true"] .hdr__l2 { transform: translateY(-3px) rotate(-45deg); }

.nav {
  position: fixed;
  inset: 0;
  z-index: 110;
  padding: calc(var(--hdr-h) + 12px) var(--gutter) var(--gutter);
  background: rgba(230,231,235,0.55);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.nav__card {
  width: min(100%, 360px);
  padding: 28px 28px 22px;
  border-radius: 0 0 180px 180px;
  background: var(--blue);
  color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 6px;
  transform-origin: top right;
}
.nav__link {
  font-family: var(--fd);
  font-weight: 800;
  font-size: clamp(24px, 7vw, 34px);
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  padding: 2px 0;
  transition: transform 0.3s var(--ease-out), opacity 0.2s;
}
@media (hover: hover) { .nav__link:hover { transform: translateX(8px); } }
.nav__hint { margin-top: 40px; padding-bottom: 60px; text-align: center; font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; opacity: 0.75; }

/* ==========================================================================
   Hero
   ========================================================================== */
.hero {
  position: relative;
  min-height: 100svh;
  padding: calc(var(--hdr-h) + 18px) var(--gutter) 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: clip;
}
.hero__kicker {
  font-family: var(--fd);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--blue);
}
.hero__title {
  margin-top: 12px;
  font-family: var(--fd);
  font-weight: 900;
  font-size: clamp(58px, 19.5vw, 260px);
  line-height: 0.86;
  letter-spacing: -0.04em;
  color: var(--blue);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero__word { display: block; overflow: hidden; padding: 0.04em 0.08em; margin: -0.04em 0; }
.hero__word > span { display: block; transform: translateY(110%); }
.hero__title .hero__word:nth-child(2) { color: var(--ink); }
.hero__title .hero__word:nth-child(2) > span { letter-spacing: -0.05em; }
.hero__title .hero__word:nth-child(3) { color: var(--red); }

.hero__fig {
  position: relative;
  z-index: 2;
  width: min(74vw, 420px);
  aspect-ratio: 1;
  margin-top: clamp(-44px, -8vw, -20px);
  opacity: 0;
}
.hero__img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 30px 40px rgba(38,38,38,0.28)); }
.hero__sticker { position: absolute; }
.hero__sticker--1 { left: -6%; top: 12%; }
.hero__sticker--2 { right: -4%; bottom: 20%; }

/* Googly sticker eyes on the burger */
.eyes { position: absolute; left: 50%; top: 24%; width: 30%; aspect-ratio: 2.2; transform: translateX(-50%); display: flex; justify-content: space-between; }
.eye {
  position: relative;
  width: 42%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 4px 10px rgba(0,0,0,0.25), inset 0 -3px 6px rgba(0,0,0,0.08);
  overflow: hidden;
}
.eye i {
  position: absolute;
  left: 50%; top: 50%;
  width: 46%; height: 46%;
  margin: -23% 0 0 -23%;
  border-radius: 50%;
  background: var(--blue);
  transform: translate(var(--ex, 0px), var(--ey, 0px));
  will-change: transform;
}
.eye i::after { content: ''; position: absolute; left: 24%; top: 18%; width: 30%; height: 30%; border-radius: 50%; background: rgba(255,255,255,0.85); }
.eyes.is-blink .eye { animation: blink 0.28s ease-in-out; }
@keyframes blink { 50% { transform: scaleY(0.08); } }

.hero__cols {
  margin-top: 26px;
  display: grid;
  gap: 14px;
  max-width: 560px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--ink);
}
.hero__cols p { opacity: 0; transform: translateY(16px); }
.hero__cta { margin-top: 26px; opacity: 0; transform: translateY(16px); }
.hero__scroll {
  margin-top: auto;
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-family: var(--fd);
  font-weight: 700;
  font-size: 9px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(38,38,38,0.5);
}
.hero__scroll i { width: 1px; height: 34px; background: var(--blue); transform-origin: top; animation: scrollHint 1.8s var(--ease-out) infinite; }
@keyframes scrollHint { 0% { transform: scaleY(0); } 50% { transform: scaleY(1); transform-origin: top; } 51% { transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }

@media (min-width: 900px) {
  .hero { padding-top: calc(var(--hdr-h) + 40px); }
  .hero__title { font-size: clamp(80px, 10.6vw, 200px); flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 0 0.14em; }
  .hero__fig { width: min(34vw, 470px); margin-top: -4.5vw; }
  .hero__cols { grid-template-columns: 1fr 1fr; gap: 48px; max-width: 900px; text-align: left; font-size: 16px; }
  .hero__cols p:last-child { text-align: right; }
}

/* ==========================================================================
   Marquee
   ========================================================================== */
.marquee {
  overflow: hidden;
  padding: 14px 0;
  background: var(--grey);
  border-top: 1px solid rgba(38,38,38,0.06);
}
.marquee__track {
  display: flex;
  align-items: center;
  gap: 28px;
  width: max-content;
  font-family: var(--fd);
  font-weight: 800;
  font-size: clamp(18px, 4.6vw, 30px);
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--ink);
  white-space: nowrap;
  will-change: transform;
}
.marquee__track span:nth-child(4n+1) { color: var(--blue); }
.marquee__ic { width: 1.1em; height: 1.1em; color: var(--red); flex: none; }

/* ==========================================================================
   Variety (blue, grid pattern)
   ========================================================================== */
.variety {
  position: relative;
  padding: 90px var(--gutter) 70px;
  color: var(--white);
  background-color: var(--blue);
  background-image:
    linear-gradient(rgba(255,255,255,0.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.22) 1px, transparent 1px);
  background-size: 48px 48px;
  overflow: clip;
}
.variety::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, var(--blue) 0%, rgba(47,91,255,0) 30%, rgba(47,91,255,0) 70%, var(--blue) 100%); pointer-events: none; }
.variety__inner { position: relative; max-width: 1100px; margin: 0 auto; display: grid; gap: 26px; }
.variety__title { color: var(--white); }
.variety__bowl { width: min(88vw, 520px); aspect-ratio: 0.85; justify-self: center; }
.variety__bowl img { transform: scale(1.12); }
.variety__sticker { position: absolute; right: 8%; top: 8%; }
.variety__text { font-size: 17px; font-weight: 500; line-height: 1.5; max-width: 520px; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.stats li {
  padding: 16px 12px 18px;
  border-radius: 0 0 60px 60px;
  background: var(--white);
  color: var(--ink);
  text-align: center;
  display: grid;
  gap: 4px;
}
.stats b { font-family: var(--fd); font-weight: 900; font-size: clamp(22px, 6.4vw, 44px); line-height: 1; color: var(--blue); letter-spacing: -0.03em; }
.stats span { font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
@media (min-width: 900px) {
  .variety { padding: 130px var(--gutter) 110px; }
  .variety__inner { grid-template-columns: 1.1fr 1fr; grid-template-areas: 'kicker bowl' 'title bowl' 'text bowl' 'stats bowl'; align-items: start; column-gap: 64px; }
  .variety__inner .kicker { grid-area: kicker; }
  .variety__title { grid-area: title; }
  .variety__bowl { grid-area: bowl; width: 100%; max-width: 520px; justify-self: end; align-self: center; }
  .variety__text { grid-area: text; }
  .stats { grid-area: stats; margin-top: 8px; }
}

/* ==========================================================================
   Menu (graphite)
   ========================================================================== */
.menu {
  position: relative;
  padding: 72px 0 40px;
  background: var(--ink);
  color: var(--white);
}
.menu__intro { padding: 0 var(--gutter) 14px; display: grid; gap: 10px; }
.menu__title { color: var(--white); }
.menu__block { padding: 34px 0 10px; }
.menu__head { display: flex; align-items: baseline; gap: 12px; padding: 0 var(--gutter); }
.menu__h3 { font-family: var(--fd); font-weight: 800; font-size: clamp(22px, 6vw, 40px); text-transform: uppercase; letter-spacing: -0.01em; }
.menu__sub { font-family: var(--fd); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--blue); }

.chips {
  display: flex;
  gap: 8px;
  padding: 16px var(--gutter) 14px;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.chips::-webkit-scrollbar { display: none; }
.chip {
  flex: none;
  height: 36px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  font-family: var(--fd);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.8);
  transition: background 0.25s, color 0.25s, border-color 0.25s, transform 0.3s var(--ease-jelly);
}
.chip[aria-selected="true"] { background: var(--blue); border-color: var(--blue); color: var(--white); }
.chip:active { transform: scale(0.94); }

.rail {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  padding: 6px var(--gutter) 10px;
  scroll-padding-inline: var(--gutter);
}
.rail::-webkit-scrollbar { display: none; }
.rail__track { display: flex; gap: 12px; width: max-content; }

.card {
  position: relative;
  flex: none;
  width: min(84vw, 380px);
  height: min(70svh, 560px);
  min-height: 440px;
  border-radius: var(--radius);
  overflow: hidden;
  background: #0b0b0b;
  scroll-snap-align: start;
  transform-origin: 50% 100%;
  isolation: isolate;
}
.card__media { position: absolute; inset: 0; }
.card__media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.02); transition: transform 0.8s var(--ease-out); }
.card__media--icon {
  background-color: var(--blue);
  background-image: radial-gradient(circle at 50% 50%, rgba(255,255,255,0.13) 0 36%, transparent 37%);
  background-size: 110px 110px;
  background-position: 0 0;
  display: grid;
  place-items: center;
}
.card__media--icon svg { width: 44%; height: 44%; color: var(--white); filter: drop-shadow(0 14px 22px rgba(0,0,0,0.25)); }
.card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.55) 72%, rgba(0,0,0,0.85) 100%);
  pointer-events: none;
}
.card__media--icon + .card__shade { background: linear-gradient(180deg, rgba(31,68,214,0) 40%, rgba(31,68,214,0.7) 75%, rgba(20,45,150,0.92) 100%); }
.card__body {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 18px 18px 20px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 8px 12px;
}
.card__name {
  grid-column: 1 / -1;
  font-family: var(--fd);
  font-weight: 800;
  font-size: clamp(18px, 5vw, 24px);
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  text-wrap: balance;
}
.card__sub { font-size: 12px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: rgba(255,255,255,0.7); }
.card__price { font-family: var(--fd); font-weight: 700; font-size: 15px; white-space: nowrap; }
.card__price small { display: block; font-family: var(--ft); font-size: 11px; font-weight: 600; opacity: 0.7; }
.card__prices { display: flex; gap: 10px; flex-wrap: wrap; }
.card__prices span { font-size: 12px; font-weight: 700; padding: 6px 10px; border-radius: 999px; background: rgba(255,255,255,0.14); backdrop-filter: blur(6px); }
.card__prices span b { font-family: var(--fd); font-weight: 700; margin-left: 4px; }
.card__add {
  grid-column: 2;
  grid-row: 2 / span 2;
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--red);
  color: var(--white);
  display: grid;
  place-items: center;
  box-shadow: 0 8px 20px rgba(226,15,26,0.4);
  transition: transform 0.3s var(--ease-jelly);
}
.card__add svg { width: 18px; height: 18px; }
.card__add:active { transform: scale(0.9); }
@media (hover: hover) { .card__add:hover { transform: scale(1.1) rotate(90deg); } .card:hover .card__media img { transform: scale(1.08); } }
.card__tag { position: absolute; top: 14px; left: 14px; z-index: 2; }
.card__tag--soon { background: var(--white); color: var(--ink); }
.card--soon .card__media { filter: grayscale(0.4); }
.card--soon .card__add { display: none; }

.rail__nav { display: flex; align-items: center; gap: 14px; padding: 10px var(--gutter) 0; }
.rail__btn {
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.2);
  color: var(--white);
  font-family: var(--fd);
  font-size: 14px;
  display: grid; place-items: center;
  transition: background 0.2s, border-color 0.2s, transform 0.3s var(--ease-jelly);
}
@media (hover: hover) { .rail__btn:hover { background: var(--blue); border-color: var(--blue); } }
.rail__btn:active { transform: scale(0.92); }
.rail__bar { flex: 1; height: 2px; border-radius: 2px; background: rgba(255,255,255,0.14); overflow: hidden; }
.rail__bar i { display: block; height: 100%; width: 20%; background: var(--blue); transform-origin: left; will-change: transform; }

@media (min-width: 900px) {
  .menu { padding: 120px 0 80px; }
  .menu__intro { max-width: 1100px; margin: 0 auto; padding-bottom: 30px; }
  .menu__head, .chips, .rail__nav { max-width: 1100px; margin-left: auto; margin-right: auto; }
  .rail { padding-left: max(var(--gutter), calc((100vw - 1100px) / 2)); scroll-padding-inline: max(var(--gutter), calc((100vw - 1100px) / 2)); }
  .rail__track { gap: 16px; }
  .card { width: 356px; height: 520px; }
  .rail__bar { max-width: 320px; }
}

/* ==========================================================================
   Take away (white) with motion path
   ========================================================================== */
.takeaway {
  position: relative;
  padding: 90px var(--gutter) 70px;
  background: var(--white);
  overflow: clip;
}
.takeaway::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle, var(--grey) 1.5px, transparent 2px); background-size: 28px 28px; opacity: 0.8; pointer-events: none; }
.takeaway__intro { position: relative; display: grid; gap: 14px; max-width: 560px; margin: 0 auto; text-align: center; }
.takeaway__title { color: var(--blue); }
.takeaway__text { font-size: 16px; font-weight: 500; line-height: 1.55; }
.route {
  position: relative;
  width: min(100%, 560px);
  aspect-ratio: 400 / 1000;
  margin: 64px auto 0;
}
.route__svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.route__path { fill: none; stroke: var(--blue); stroke-width: 3; stroke-dasharray: 10 14; stroke-linecap: round; opacity: 0.55; animation: march 1.6s linear infinite; }
@keyframes march { to { stroke-dashoffset: -24; } }
.route__mover { position: absolute; left: 0; top: 0; width: 30%; height: auto; filter: drop-shadow(0 18px 24px rgba(38,38,38,0.28)); will-change: transform; }
.route__item { position: absolute; width: 48%; display: grid; gap: 8px; justify-items: center; }
.route__item img { width: 100%; filter: drop-shadow(0 20px 26px rgba(38,38,38,0.22)); }
.route__item figcaption { font-size: 11px; }
.route__item--1 { left: 40%; top: 6%; }
.route__item--2 { left: 4%; top: 34%; width: 40%; }
.route__item--3 { left: 56%; top: 50%; width: 42%; }
.route__item--4 { left: 8%; top: 72%; width: 44%; }
.takeaway__tag {
  position: relative;
  margin-top: 30px;
  text-align: center;
  font-family: var(--fd);
  font-weight: 900;
  font-size: clamp(22px, 7vw, 56px);
  letter-spacing: -0.02em;
  color: var(--grey);
}
@media (min-width: 900px) {
  .takeaway { padding: 130px var(--gutter) 100px; }
  .takeaway__intro { max-width: 720px; }
  .route { width: 560px; }
}

/* ==========================================================================
   Characters (blue, circle pattern)
   ========================================================================== */
.chars {
  position: relative;
  padding: 80px var(--gutter) 150px;
  min-height: 100svh;
  background-color: var(--blue);
  background-image: radial-gradient(circle at 50% 50%, rgba(255,255,255,0.12) 0 34%, transparent 35%);
  background-size: 96px 96px;
  color: var(--white);
  text-align: center;
  overflow: clip;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.chars__title {
  margin-top: 10px;
  font-family: var(--fd);
  font-weight: 900;
  font-size: clamp(56px, 20vw, 200px);
  line-height: 0.88;
  letter-spacing: -0.04em;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.chars__title span:nth-child(even) { color: var(--ink); }
.chars__text { position: relative; z-index: 3; margin-top: 22px; max-width: 420px; font-size: 15px; font-weight: 500; line-height: 1.5; opacity: 0.9; }
.chars__stage { position: absolute; inset: 0 0 64px; z-index: 2; pointer-events: none; }
.char { position: absolute; bottom: 0; left: 0; width: clamp(90px, 22vw, 210px); height: auto; will-change: transform; transform-origin: 50% 100%; filter: drop-shadow(0 20px 22px rgba(20,45,150,0.5)); }
@media (min-width: 900px) {
  .chars { padding-top: 120px; }
  .chars__title { font-size: clamp(100px, 12.5vw, 190px); flex-direction: row; flex-wrap: wrap; justify-content: center; column-gap: 0.18em; max-width: 1100px; }
}

/* ==========================================================================
   CTA (white) with peel sticker
   ========================================================================== */
.cta { position: relative; padding: 90px var(--gutter) 90px; background: var(--white); overflow: clip; }
.cta__grid { display: grid; gap: 32px; max-width: 1100px; margin: 0 auto; }
.cta__copy { display: grid; gap: 18px; justify-items: start; }
.cta__title { color: var(--blue); }
.cta__text { font-size: 16px; font-weight: 500; line-height: 1.55; max-width: 460px; }
.cta__visual { position: relative; justify-self: center; width: min(80vw, 420px); }
.cta__bowl { width: 100%; aspect-ratio: 0.85; }
.cta__bowl img { transform: scale(1.15) translateY(4%); }
.peel { position: absolute; right: -8%; top: -8%; width: 46%; aspect-ratio: 571 / 604; --p: 0px; filter: drop-shadow(0 10px 16px rgba(0,0,0,0.18)); transform: rotate(8deg); }
.peel__front, .peel__back { position: absolute; inset: 0; }
.peel__front { clip-path: polygon(0 0, calc(100% - var(--p)) 0, 100% var(--p), 100% 100%, 0 100%); }
.peel__front img, .peel__back img { width: 100%; height: 100%; }
.peel__back { clip-path: polygon(calc(100% - var(--p)) 0, 100% var(--p), calc(100% - var(--p)) var(--p)); }
.peel__back img { transform: matrix(0, 1, 1, 0, 0, 0); transform-origin: 0 0; filter: brightness(1.25) saturate(0.4); }
.peel__back::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,255,255,0.7), rgba(255,255,255,0) 60%); }
@media (min-width: 900px) {
  .cta { padding: 140px var(--gutter); }
  .cta__grid { grid-template-columns: 1.1fr 0.9fr; align-items: center; }
  .cta__visual { width: 420px; justify-self: end; }
}

/* ==========================================================================
   Footer (graphite): contacts + the set box, mascots peek out of it
   ========================================================================== */
.footer { position: relative; padding: 60px var(--gutter) 24px; background: var(--ink); color: var(--white); overflow: clip; }
.footer__inner { max-width: 1100px; margin: 0 auto; display: grid; gap: 28px; }
.footer__head { display: grid; gap: 12px; }
.footer__title { color: var(--white); }
.footer__status { display: inline-flex; align-items: center; gap: 10px; font-family: var(--fd); font-weight: 700; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.75); }
.footer__status i { width: 10px; height: 10px; border-radius: 50%; background: #3DDC84; box-shadow: 0 0 0 0 rgba(61,220,132,0.6); animation: pulse 2s infinite; }
.footer__status.is-closed i { background: var(--red); box-shadow: none; animation: none; }
@keyframes pulse { 70% { box-shadow: 0 0 0 10px rgba(61,220,132,0); } 100% { box-shadow: 0 0 0 0 rgba(61,220,132,0); } }

.footer__cards { display: grid; gap: 10px; }
.fcard {
  display: grid;
  gap: 6px;
  align-content: start;
  padding: 22px 22px 26px;
  border-radius: 26px 26px 48px 48px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  transition: background 0.25s, transform 0.35s var(--ease-jelly);
}
.fcard b { font-family: var(--fd); font-weight: 800; font-size: clamp(18px, 4.6vw, 22px); line-height: 1.15; text-transform: uppercase; }
.fcard__label { font-size: 10px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--blue); }
.fcard__more { margin-top: 4px; font-size: 12px; font-weight: 700; color: rgba(255,255,255,0.7); }
.fcard--link { color: var(--white); }
@media (hover: hover) { .fcard--link:hover { background: var(--blue); transform: translateY(-4px); } .fcard--link:hover .fcard__label, .fcard--link:hover .fcard__more { color: var(--white); } }
.fcard--link:active { background: var(--blue); transform: scale(0.98); }
.fcard--link:active .fcard__label, .fcard--link:active .fcard__more { color: var(--white); }
.fcard--links a { font-family: var(--fd); font-weight: 800; font-size: clamp(18px, 4.6vw, 22px); text-transform: uppercase; line-height: 1.15; transition: color 0.2s; }
@media (hover: hover) { .fcard--links a:hover { color: var(--blue); } }

/* the set box (sleeve + inner tray, like the real Coins box): rides in, the tray slides out, the mascots jump out */
.footer__stage { position: relative; height: clamp(420px, 120vw, 600px); margin: 10px calc(-1 * var(--gutter)) 0; overflow: hidden; }
.footer__crate { position: absolute; left: 0; top: 52%; width: min(56%, 400px); aspect-ratio: 1 / 0.42; will-change: transform; }
.sleeve {
  position: absolute; inset: 0; z-index: 3;
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 24px 50px rgba(0,0,0,0.45), inset 0 -6px 0 rgba(0,0,0,0.06);
  overflow: hidden;
  display: grid; place-items: center;
}
.sleeve__pattern {
  position: absolute; left: 0; top: 0; bottom: 0; width: 30%;
  background-color: var(--blue);
  background-image:
    radial-gradient(circle at 25% 25%, var(--white) 0 18%, transparent 19%),
    radial-gradient(circle at 75% 75%, var(--white) 0 18%, transparent 19%);
  background-size: 70% 70%;
}
.sleeve__logo { position: relative; width: 46%; margin-left: 28%; color: var(--blue); }
.tray {
  position: absolute; left: 3%; right: 3%; bottom: 9%; height: 70%; z-index: 2;
  will-change: transform;
}
.tray__face {
  position: absolute; inset: 0; z-index: 2;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 30px rgba(0,0,0,0.35), inset 0 -5px 0 rgba(0,0,0,0.05);
  display: grid; place-items: center;
}
.tray__face .logo { width: 40%; color: var(--blue); }
.footer__peek { position: absolute; left: 4%; right: 4%; bottom: calc(100% - 12px); height: 0; z-index: 1; display: flex; justify-content: space-between; align-items: flex-end; }
.footer__peek.is-out .peek { visibility: hidden; }
.peek { width: 18%; height: auto; opacity: 0; transform-origin: 50% 100%; will-change: transform; filter: drop-shadow(0 10px 14px rgba(0,0,0,0.35)); }
.footer__bodies { position: absolute; inset: 0; z-index: 4; pointer-events: none; }
.body { position: absolute; left: 0; top: 0; opacity: 0; will-change: transform; filter: drop-shadow(0 12px 16px rgba(0,0,0,0.4)); transform-origin: 50% 50%; }
.footer__floor { position: absolute; left: var(--gutter); right: var(--gutter); bottom: 0; height: 2px; background: rgba(255,255,255,0.14); }
@media (min-width: 900px) {
  .footer__stage { height: 600px; margin: 20px 0 0; }
  .footer__crate { width: 420px; top: 50%; }
}
.footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.1); }
.footer__mark { width: 80px; height: auto; color: var(--white); }
.footer__copy { font-size: 11px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(255,255,255,0.45); text-align: center; }
.footer__up { width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.2); display: grid; place-items: center; font-family: var(--fd); font-size: 16px; flex: none; transition: background 0.2s, border-color 0.2s; }
@media (hover: hover) { .footer__up:hover { background: var(--blue); border-color: var(--blue); } }
@media (min-width: 900px) {
  .footer { padding-top: 90px; }
  .footer__inner { grid-template-columns: 1fr 1fr; grid-template-areas: 'head cards' 'box box' 'bottom bottom'; column-gap: 64px; align-items: start; }
  .footer__head { grid-area: head; }
  .footer__cards { grid-area: cards; grid-template-columns: 1fr 1fr; }
  .footer__cards .fcard--links { grid-column: 1 / -1; grid-template-columns: auto 1fr 1fr; align-items: baseline; column-gap: 24px; }
  .footer__stage { grid-area: box; width: 100%; }
  .footer__bottom { grid-area: bottom; }
}

/* ---------- Toast ---------- */
.toast {
  position: fixed;
  left: 50%; bottom: 24px;
  z-index: 150;
  transform: translate(-50%, 20px);
  max-width: min(92vw, 420px);
  padding: 14px 18px;
  border-radius: 16px;
  background: var(--blue);
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 16px 40px rgba(0,0,0,0.25);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, transform 0.4s var(--ease-jelly);
}
.toast.is-on { opacity: 1; transform: translate(-50%, 0); }

/* ---------- Reduced motion / GSAP failed to load: everything visible, no motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero__word > span { transform: none; }
  .hero__fig, .hero__cols p, .hero__cta { opacity: 1; transform: none; }
  .hero__scroll i, .eyes.is-blink .eye { animation: none; }
  .pre { display: none; }
}
html.no-gsap .hero__word > span { transform: none; }
html.no-gsap .hero__fig, html.no-gsap .hero__cols p, html.no-gsap .hero__cta { opacity: 1; transform: none; }
html.no-gsap .pre { display: none; }
html.no-gsap .cursor { display: none; }
