/* =============================================================
   Paris Crêpes Orlando
   Layout: every chapter is a full-bleed sheet that slides over the
   previous one, so the page never shows an empty strip of white.
   Each sheet carries one quiet texture: dots in the hero, the Eiffel
   Tower in the story, awning stripes in the menu, dots in the gallery,
   a street map in contact.
   Radius system: sheets 48px, cards and media 28px, interactive
   elements full pill. Arches are reserved for the hero stage and
   the Paris photo.
   ============================================================= */

/* 1. Tokens ---------------------------------------------------- */
:root {
  --paper: #FFFDFB;
  --cream: #FFF5F2;
  --blush: #FBEEEB;
  --blush-2: #F7E1DD;
  --ink: #1B1618;
  --ink-2: #4A4144;
  --ink-3: #6F6568;
  --line: rgba(27, 22, 24, .1);
  --line-strong: rgba(27, 22, 24, .18);

  --red: #DA2825;          /* sampled from the logo */
  --red-hover: #E3332F;
  --red-press: #BF1F1C;    /* red for small text on tinted grounds */
  --red-deep: #5D0F0A;     /* the logo's drop shadow */
  --deep: #4C0D0A;
  --bulb: #FFB23E;
  --bulb-core: #FFF6DD;

  --font: "Bricolage Grotesque", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --header-h: 72px;
  --band-h: 56px;
  --gutter: clamp(20px, 5vw, 56px);
  --max: 1320px;
  --pad: clamp(72px, 9vw, 124px);
  --r-sheet: clamp(28px, 4vw, 48px);
  --r-card: 28px;

  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --ease-soft: cubic-bezier(.25, .46, .45, .94);
  --ease-bounce: cubic-bezier(.34, 1.56, .64, 1);

  --shadow-red: 0 18px 40px -22px rgba(93, 15, 10, .45);
  --sheet-shadow: 0 -30px 60px -44px rgba(93, 15, 10, .45);

  --dots: radial-gradient(circle at center, rgba(218, 40, 37, .17) 1.25px, rgba(218, 40, 37, 0) 1.9px);
  --dots-light: radial-gradient(circle at center, rgba(255, 255, 255, .16) 1.25px, rgba(255, 255, 255, 0) 1.9px);
  --grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 .36 0 0 0 0 .07 0 0 0 0 .05 1.6 0 0 0 -.78'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E");
}

/* 2. Reset & base --------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; }
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 12px);
  overflow-x: clip;
}
body {
  position: relative;
  font-family: var(--font);
  font-optical-sizing: auto;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
/* Paper grain over the whole page, fixed so it never repaints on scroll */
body::before {
  content: ""; position: fixed; inset: 0; z-index: 150;
  pointer-events: none;
  background-image: var(--grain); background-size: 220px 220px;
  opacity: .2;
}
img, svg, video, iframe { display: block; max-width: 100%; }
img { height: auto; }
button { font: inherit; color: inherit; cursor: pointer; border: 0; background: none; padding: 0; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; padding: 0; }
p { text-wrap: pretty; }
h1, h2, h3, h4 { text-wrap: balance; font-weight: 700; line-height: 1.05; }
::selection { background: var(--red); color: #fff; }
:focus-visible { outline: 2.5px solid var(--red); outline-offset: 3px; border-radius: 8px; }

/* 3. Utilities ------------------------------------------------- */
.container { position: relative; width: 100%; max-width: calc(var(--max) + var(--gutter) * 2); margin-inline: auto; padding-inline: var(--gutter); }
.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; }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 1.15em; height: 1.15em; flex: none; fill: currentColor; }
.skip-link {
  position: fixed; top: -100px; left: 16px; z-index: 200;
  padding: 10px 16px; border-radius: 999px; background: var(--ink); color: #fff; font-weight: 600;
}
.skip-link:focus { top: 12px; }

/* 4. Typography & wayfinding ----------------------------------- */
.kicker {
  display: inline-flex; align-items: center; gap: 9px;
  margin-bottom: 14px;
  font-size: .92rem; font-weight: 720; letter-spacing: .01em; line-height: 1.2;
  color: var(--red-press);
}
.kicker-bulb {
  width: 10px; height: 10px; border-radius: 50%; flex: none;
  background: radial-gradient(circle at 40% 38%, var(--bulb-core) 0 22%, var(--bulb) 72%);
  box-shadow: 0 0 0 3px rgba(218, 40, 37, .12), 0 0 12px 2px rgba(255, 178, 62, .55);
}
.kicker-light { color: #fff; }
.kicker-light .kicker-bulb { box-shadow: 0 0 0 3px rgba(255, 255, 255, .2), 0 0 12px 2px rgba(255, 190, 90, .85); }

.section-title {
  font-size: clamp(2.3rem, 1.3rem + 3.8vw, 4.6rem);
  font-weight: 760;
  font-stretch: 86%;
  letter-spacing: -.034em;
  line-height: .98;
  color: var(--ink);
}
.section-intro {
  margin-top: 16px;
  max-width: 46ch;
  font-size: clamp(1.05rem, .98rem + .3vw, 1.22rem);
  color: var(--ink-2);
}

/* 5. Components ------------------------------------------------ */
.btn {
  --lift: 0px;
  display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  height: 54px; padding: 0 1.55rem;
  border-radius: 999px;
  font-weight: 650; font-size: 1.02rem; letter-spacing: -.005em; line-height: 1;
  white-space: nowrap;
  transform: translateY(var(--lift));
  transition: transform .45s var(--ease-out), box-shadow .45s var(--ease-out), background-color .25s, color .25s;
}
.btn .icon { transition: transform .45s var(--ease-out); }
.btn:hover { --lift: -2px; }
.btn:active { --lift: 1px; transition-duration: .12s; }
.btn-sm { height: 42px; padding: 0 1.1rem; font-size: .94rem; }

.btn-red {
  background: var(--red); color: #fff;
  box-shadow: inset 0 -3px 0 rgba(93, 15, 10, .32), 0 12px 26px -12px rgba(218, 40, 37, .6);
}
.btn-red:hover { background: var(--red-hover); box-shadow: inset 0 -3px 0 rgba(93, 15, 10, .32), 0 18px 34px -14px rgba(218, 40, 37, .62); }
.btn-red:hover .icon { transform: translateX(4px); }
.btn-red:active { background: var(--red-press); box-shadow: inset 0 -1px 0 rgba(93, 15, 10, .32), 0 6px 14px -8px rgba(218, 40, 37, .5); }

.btn-line { color: var(--ink); background: rgba(255, 255, 255, .7); box-shadow: inset 0 0 0 1.5px var(--line-strong); }
.btn-line:hover { box-shadow: inset 0 0 0 1.5px var(--ink); }

.btn-ink { background: var(--ink); color: #fff; }
.btn-ink:hover { background: #2C2427; }

.btn-white { background: #fff; color: var(--red); box-shadow: 0 14px 28px -14px rgba(60, 6, 4, .55); }
.btn-white:hover { box-shadow: 0 20px 36px -16px rgba(60, 6, 4, .6); }
.btn-outline-light { color: #fff; box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, .55); }
.btn-outline-light:hover { background: rgba(255, 255, 255, .12); box-shadow: inset 0 0 0 1.5px #fff; }

/* Live status with one marquee bulb */
.status {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 16px 8px 11px;
  border-radius: 999px;
  background: #fff;
  box-shadow: inset 0 0 0 1.5px var(--line), 0 10px 24px -20px rgba(93, 15, 10, .5);
  font-size: .9rem; font-weight: 620; line-height: 1.2;
  color: var(--ink);
}
.status-bulb {
  position: relative; width: 13px; height: 13px; border-radius: 50%; flex: none;
  background: radial-gradient(circle at 40% 38%, #FFFFFF 0 16%, #E3DADB 60%);
  box-shadow: inset 0 0 0 1px rgba(27, 22, 24, .12);
  transition: background .4s, box-shadow .4s;
}
[data-state="open"] .status-bulb,
[data-state="soon"] .status-bulb {
  background: radial-gradient(circle at 40% 38%, var(--bulb-core) 0 22%, var(--bulb) 72%);
  box-shadow: 0 0 0 3px rgba(255, 178, 62, .22), 0 0 16px 2px rgba(255, 178, 62, .7);
  animation: bulbGlow 2.6s ease-in-out infinite;
}
[data-state="soon"] .status-bulb { animation-duration: 1.1s; }
.status-light { background: rgba(255, 255, 255, .1); box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, .3); color: #fff; }
.status-light:not([data-state="open"]):not([data-state="soon"]) .status-bulb { background: radial-gradient(circle at 40% 38%, #fff 0 16%, rgba(255, 255, 255, .5) 60%); box-shadow: none; }

/* Language switch */
.lang {
  position: relative; display: inline-grid; grid-template-columns: 1fr 1fr;
  padding: 3px; border-radius: 999px;
  box-shadow: inset 0 0 0 1.5px var(--line-strong);
  isolation: isolate;
}
.lang-btn {
  position: relative; z-index: 1;
  width: 42px; height: 34px; border-radius: 999px;
  font-size: .82rem; font-weight: 700; letter-spacing: .04em;
  color: var(--ink-2);
  transition: color .35s var(--ease-out);
}
.lang-btn[aria-pressed="true"] { color: #fff; }
.lang-thumb {
  position: absolute; z-index: 0; top: 3px; left: 3px;
  width: 42px; height: 34px; border-radius: 999px;
  background: var(--red);
  box-shadow: inset 0 -2px 0 rgba(93, 15, 10, .3);
  transition: transform .5s var(--ease-bounce);
}
html[lang="es"] .lang-thumb { transform: translateX(42px); }

/* 6. Header ---------------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 253, 251, .9);
  -webkit-backdrop-filter: saturate(1.4) blur(14px);
  backdrop-filter: saturate(1.4) blur(14px);
  transition: box-shadow .4s var(--ease-soft), background-color .3s;
}
.site-header.is-scrolled { box-shadow: 0 1px 0 var(--line), 0 14px 30px -26px rgba(93, 15, 10, .4); }
.header-inner { height: var(--header-h); display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.header-left { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand { display: block; flex: none; border-radius: 10px; }
.brand img { height: 50px; width: auto; transition: transform .6s var(--ease-bounce); }
.brand:hover img { transform: rotate(-4deg) scale(1.04); }

/* Where am I (phones and tablets, where the nav is folded away) */
.header-where {
  display: inline-flex; align-items: center; gap: 7px; min-width: 0;
  padding: 6px 12px 6px 9px; border-radius: 999px;
  background: var(--blush);
  font-size: .8rem; font-weight: 720; line-height: 1.2; white-space: nowrap;
  color: var(--red-press);
  transition: opacity .3s;
}
.header-where-bulb {
  width: 8px; height: 8px; border-radius: 50%; flex: none;
  background: radial-gradient(circle at 40% 38%, var(--bulb-core) 0 22%, var(--bulb) 72%);
  box-shadow: 0 0 8px 2px rgba(255, 178, 62, .6);
}
.header-where.is-swap .header-where-text { display: inline-block; animation: swapIn .5s var(--ease-out); }
.menu-open .header-where { opacity: 0; }

/* Reading progress along the bottom edge of the header */
.header-progress {
  position: absolute; left: 0; bottom: 0; width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--red), #F0584A);
  transform-origin: 0 50%;
  transform: scaleX(var(--progress, 0));
  transition: transform .6s var(--ease-out);
  pointer-events: none;
}
@supports (animation-timeline: scroll()) {
  .header-progress { transition: none; animation: progressFill linear both; animation-timeline: scroll(root block); }
}
.menu-open .header-progress { opacity: 0; }

.nav { display: none; position: relative; }
.nav-list { display: flex; gap: 4px; }
.nav-link {
  display: block; padding: 10px 16px; border-radius: 999px;
  font-size: .98rem; font-weight: 620; color: var(--ink-2);
  transition: color .25s, background-color .25s;
}
.nav-link:hover { color: var(--ink); background: rgba(27, 22, 24, .05); }
.nav-link.is-active { color: var(--red); }
.nav-indicator {
  position: absolute; left: 0; bottom: -1px;
  width: 18px; height: 3px; border-radius: 3px;
  background: var(--red);
  opacity: 0;
  transform: translateX(var(--x, 0px));
  transition: transform .55s var(--ease-out), opacity .3s;
}
.nav-indicator.is-ready { opacity: 1; }

.header-actions { display: flex; align-items: center; gap: 10px; flex: none; }
.header-cta { display: none; }
.menu-toggle {
  display: grid; place-items: center;
  width: 46px; height: 46px; border-radius: 999px;
  box-shadow: inset 0 0 0 1.5px var(--line-strong);
  transition: background .3s, box-shadow .3s;
}
.burger { position: relative; width: 18px; height: 12px; }
.burger span {
  position: absolute; left: 0; width: 100%; height: 2px; border-radius: 2px; background: currentColor;
  transition: transform .45s var(--ease-out), top .45s var(--ease-out);
}
.burger span:first-child { top: 1px; }
.burger span:last-child { top: 9px; }
.menu-open .burger span:first-child { top: 5px; transform: rotate(45deg); }
.menu-open .burger span:last-child { top: 5px; transform: rotate(-45deg); }

.menu-open .site-header { background: var(--red); box-shadow: none; -webkit-backdrop-filter: none; backdrop-filter: none; color: #fff; }
.menu-open .menu-toggle { box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, .5); }
.menu-open .lang { box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, .5); }
.menu-open .lang-btn { color: rgba(255, 255, 255, .8); }
.menu-open .lang-btn[aria-pressed="true"] { color: var(--red); }
.menu-open .lang-thumb { background: #fff; box-shadow: none; }

.mobile-menu {
  position: fixed; inset: 0; z-index: 90;
  display: flex; flex-direction: column; justify-content: space-between; gap: 32px;
  padding: calc(var(--header-h) + 28px) var(--gutter) max(28px, env(safe-area-inset-bottom));
  background: var(--dots-light) 0 0 / 24px 24px, var(--red);
  color: #fff;
  clip-path: circle(0% at calc(100% - 44px) 36px);
  transition: clip-path .7s var(--ease-out);
}
.mobile-menu.is-open { clip-path: circle(150% at calc(100% - 44px) 36px); }
.mobile-menu[hidden] { display: none; }
.mobile-nav { display: grid; gap: 2px; }
.mobile-nav a {
  display: flex; align-items: center; gap: 14px;
  font-size: clamp(2.5rem, 11vw, 3.7rem); font-weight: 760; font-stretch: 86%;
  letter-spacing: -.03em; line-height: 1.12;
  opacity: 0; transform: translateY(18px);
  transition: opacity .5s var(--ease-out), transform .6s var(--ease-out);
}
.mobile-nav a::before {
  content: ""; width: 12px; height: 12px; border-radius: 50%; flex: none;
  background: rgba(255, 255, 255, .28);
  transition: background .3s, box-shadow .3s;
}
.mobile-nav a.is-active::before {
  background: radial-gradient(circle at 40% 38%, var(--bulb-core) 0 22%, var(--bulb) 72%);
  box-shadow: 0 0 14px 3px rgba(255, 190, 90, .85);
}
.mobile-menu.is-open .mobile-nav a { opacity: 1; transform: none; }
.mobile-menu.is-open .mobile-nav a:nth-child(2) { transition-delay: .05s; }
.mobile-menu.is-open .mobile-nav a:nth-child(3) { transition-delay: .1s; }
.mobile-menu.is-open .mobile-nav a:nth-child(4) { transition-delay: .15s; }
.mobile-menu-foot { display: grid; gap: 18px; justify-items: start; }
.mobile-menu-phone { font-size: 1.15rem; font-weight: 600; }

/* 7. Hero ------------------------------------------------------ */
.hero { --stage-gap: 52px; position: relative; z-index: 2; overflow-x: clip; }
.hero-bg { position: absolute; inset: 0; z-index: -1; pointer-events: none; overflow: hidden; }
.hero-bg::before {
  content: ""; position: absolute; inset: 0;
  background-image: var(--dots); background-size: 24px 24px; background-position: 50% 0;
  -webkit-mask-image: radial-gradient(90% 55% at 50% 92%, #000 12%, transparent 76%);
          mask-image: radial-gradient(90% 55% at 50% 92%, #000 12%, transparent 76%);
}
.hero-bg::after {
  content: ""; position: absolute; left: 50%; bottom: -12%;
  width: 150%; height: 70%;
  transform: translateX(-50%);
  background: radial-gradient(50% 50% at 50% 60%, rgba(250, 206, 199, .7), rgba(250, 206, 199, 0) 72%);
}

.hero-grid { display: grid; gap: 24px; padding-block: 18px var(--stage-gap); }
.hero-copy { position: relative; z-index: 2; }

.hero .status { margin-bottom: 18px; animation: rise .8s var(--ease-out) .05s both; }
.hero-title {
  font-size: clamp(2.6rem, 1.2rem + 7.4vw, 3.9rem);
  font-weight: 780;
  font-stretch: 84%;
  letter-spacing: -.04em;
  line-height: .92;
  color: var(--ink);
}
.hero-title .line { display: block; overflow: clip; padding-bottom: .09em; margin-bottom: -.09em; }
.hero-title .line > span { display: inline-block; animation: lineUp 1s var(--ease-out) both; }
.hero-title .line:nth-child(1) > span { animation-delay: .12s; }
.hero-title .line:nth-child(2) > span { animation-delay: .24s; }
.hero-title .accent { color: var(--red); }
.hero-lede {
  margin-top: 16px; max-width: 36ch;
  font-size: clamp(1.02rem, .95rem + .35vw, 1.3rem); line-height: 1.5;
  color: var(--ink-2);
  animation: rise .9s var(--ease-out) .4s both;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; animation: rise .9s var(--ease-out) .52s both; }

.hero-stage {
  --mx: 0; --my: 0;
  position: relative;
  width: min(76%, 350px);
  aspect-ratio: 600 / 760;
  margin-inline: auto;
  align-self: end;
}
/* A soft floor shadow, so the arch stands on the hero instead of on the belt */
.hero-stage::before {
  content: ""; position: absolute; left: 6%; right: 6%; bottom: -22px; height: 40px;
  background: radial-gradient(closest-side, rgba(93, 15, 10, .26), rgba(93, 15, 10, 0));
  pointer-events: none;
  animation: fadeIn 1.2s var(--ease-soft) .6s both;
}
.arch-echo {
  position: absolute; left: -30%; bottom: 0;
  width: 160%; aspect-ratio: 960 / 940;
  pointer-events: none; overflow: visible;
  transform: translate3d(calc(var(--mx) * -14px), calc(var(--my) * -8px), 0);
  transition: transform 1.2s var(--ease-out);
  animation: fadeIn 1.6s var(--ease-soft) .5s both;
  -webkit-mask-image: linear-gradient(180deg, #000 52%, transparent 96%);
          mask-image: linear-gradient(180deg, #000 52%, transparent 96%);
}
.arch { position: absolute; inset: 0; transform-origin: 50% 100%; animation: archIn 1.1s var(--ease-out) .1s both; }
.arch-svg { width: 100%; height: 100%; overflow: visible; transform: translate3d(calc(var(--mx) * -6px), calc(var(--my) * -4px), 0); transition: transform .9s var(--ease-out); }
/* 49 real bulbs (circles, not dashed strokes): they light up one by one
   around the arch, then alternate like a theatre marquee */
.bulb-a { animation: bulbOn .4s var(--ease-out) calc(.6s + var(--i) * 24ms) both, chaseA 1.3s steps(1, end) 2.6s infinite; }
.bulb-b { animation: bulbOn .4s var(--ease-out) calc(.6s + var(--i) * 24ms) both, chaseB 1.3s steps(1, end) 2.6s infinite; }

.hero-crepe {
  position: absolute; z-index: 2;
  left: 50%; bottom: -3.5%;
  width: 63%;
  transform: translate3d(calc(-50% + var(--mx) * 10px), calc(var(--my) * 8px), 0);
  filter: drop-shadow(0 30px 30px rgba(93, 15, 10, .34)) drop-shadow(0 6px 8px rgba(93, 15, 10, .18));
  animation: crepeIn 1.2s var(--ease-bounce) .35s both;
  transition: transform .9s var(--ease-out);
}
.float {
  position: absolute; z-index: 1; display: block;
  transform: translate3d(calc(var(--mx) * var(--depth) * 26px), calc(var(--my) * var(--depth) * 20px), 0);
  transition: transform 1s var(--ease-out);
  pointer-events: none;
}
.float img {
  width: 100%;
  transform: rotate(var(--rot));
  filter: drop-shadow(0 16px 16px rgba(93, 15, 10, .22));
  animation: popIn .9s var(--ease-bounce) both, bob 6.5s ease-in-out 1.6s infinite;
}
.f-strawberry { left: -6%; top: 24%; width: 16%; }
.f-strawberry img { animation-delay: .75s, 2s; }
.f-marshmallow { right: 5%; top: 2%; width: 10%; }
.f-marshmallow img { animation-delay: .95s, 2.2s; }
.f-banana { right: -7%; top: 36%; width: 15%; z-index: 3; }
.f-banana img { animation-delay: .85s, 1.9s; }
.f-half { left: -2%; bottom: 17%; width: 14%; z-index: 3; }
.f-half img { animation-delay: 1s, 2.6s; }
.f-cookie { right: 1%; bottom: 5%; width: 17%; z-index: 3; }
.f-cookie img { animation-delay: 1.1s, 2.4s; }
.f-candy { left: 7%; top: 5%; width: 6.5%; }
.f-candy img { animation-delay: 1.2s, 1.7s; }

/* 8. Ingredient belt ------------------------------------------- */
/* The labels ride a conveyor belt. The dotted belt surface moves with them,
   the window fades them in on the right and out on the left, and a soft light
   in the middle brightens each label as it passes. JS sets --belt-tile so the
   dots repeat exactly once per group, and --belt-time for a steady speed. */
.band {
  --belt-gap: clamp(30px, 4.4vw, 60px);
  position: relative; z-index: 1;
  height: var(--band-h);
  overflow: hidden;
  background: linear-gradient(180deg, #DF2D29, #CB2320);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), inset 0 -1px 0 rgba(60, 6, 4, .3);
}
.band::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(34% 140% at 50% 50%, rgba(255, 134, 110, .4), rgba(255, 134, 110, 0) 72%);
}
.band::after {
  content: ""; position: absolute; inset: 7px 0; pointer-events: none;
  border-block: 1px solid rgba(255, 255, 255, .1);
}
.band-window {
  position: relative; height: 100%;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 16%, #000 84%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0, #000 16%, #000 84%, transparent 100%);
}
.band-track {
  display: flex; width: max-content; height: 100%;
  animation: belt var(--belt-time, 44s) linear infinite;
  will-change: transform;
}
.band:hover .band-track { animation-play-state: paused; }
.band-group {
  display: flex; align-items: center; flex: none; height: 100%;
  background-image: radial-gradient(circle at center, rgba(255, 255, 255, .15) 1.2px, rgba(255, 255, 255, 0) 1.8px);
  background-size: var(--belt-tile, 22px) 22px;
  background-position: 0 50%;
}
.band-group li {
  display: inline-flex; align-items: center; gap: var(--belt-gap); padding-right: var(--belt-gap);
  font-size: 1.04rem; font-weight: 700; font-stretch: 92%; letter-spacing: -.005em; white-space: nowrap;
  text-shadow: 0 1px 0 rgba(60, 6, 4, .22);
}
.band-group li::after {
  content: ""; width: 9px; height: 9px; border-radius: 50%; flex: none;
  background: radial-gradient(circle at 40% 38%, var(--bulb-core) 0 25%, var(--bulb) 75%);
  box-shadow: 0 0 10px 2px rgba(255, 190, 90, .75);
}

/* 9. Story ----------------------------------------------------- */
.story {
  position: relative; overflow: hidden;
  padding-block: var(--pad) calc(var(--pad) * .85 + var(--r-sheet));
  background: linear-gradient(180deg, var(--cream) 0%, var(--paper) 100%);
}
.story-tower {
  position: absolute; z-index: 0;
  right: -16%; bottom: calc(var(--r-sheet) + 8px);
  width: auto; height: 56%;
  opacity: .08;
  pointer-events: none;
}
.story-grid { position: relative; z-index: 1; display: grid; gap: clamp(40px, 6vw, 110px); align-items: center; }
.story-media { position: relative; margin: 0; width: min(100%, 520px); }
.story-media::before {
  content: ""; position: absolute; inset: 0;
  border-radius: 50% 50% var(--r-card) var(--r-card) / 40% 40% var(--r-card) var(--r-card);
  box-shadow: inset 0 0 0 2px var(--red);
  transform: translate(16px, 16px);
  transition: transform .9s var(--ease-out);
}
.story-frame {
  position: relative; overflow: hidden;
  border-radius: 50% 50% var(--r-card) var(--r-card) / 40% 40% var(--r-card) var(--r-card);
  background: var(--blush);
}
.story-frame::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(27, 22, 24, .1);
  pointer-events: none;
}
.story-frame img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: transform 1.2s var(--ease-out); }
.story-media:hover .story-frame img { transform: scale(1.03); }
.story-media:hover::before { transform: translate(8px, 8px); }
.story-punch {
  margin-top: 26px; max-width: 24ch;
  font-size: clamp(1.35rem, 1.1rem + 1.05vw, 2rem); font-weight: 620; font-stretch: 94%;
  line-height: 1.22; letter-spacing: -.015em;
  color: var(--ink);
}
.story-body { margin-top: 18px; max-width: 44ch; color: var(--ink-2); font-size: 1.08rem; }

/* 10. Sheets: menu, gallery, contact, footer ------------------- */
.menu, .gallery, .visit, .site-footer {
  position: relative;
  margin-top: calc(var(--r-sheet) * -1);
  border-radius: var(--r-sheet) var(--r-sheet) 0 0;
  box-shadow: var(--sheet-shadow);
}

/* Menu */
.menu { z-index: 3; padding-block: var(--pad) calc(var(--pad) * .8 + var(--r-sheet)); background: var(--blush); }
.menu::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background: repeating-linear-gradient(90deg, rgba(218, 40, 37, .05) 0 44px, rgba(218, 40, 37, 0) 44px 88px);
  -webkit-mask-image: linear-gradient(180deg, #000 0, rgba(0, 0, 0, .35) 260px, transparent 520px, transparent calc(100% - 360px), rgba(0, 0, 0, .55) 100%);
          mask-image: linear-gradient(180deg, #000 0, rgba(0, 0, 0, .35) 260px, transparent 520px, transparent calc(100% - 360px), rgba(0, 0, 0, .55) 100%);
}
.menu-head { position: relative; }

.order-guide { margin-top: 26px; }
.order-guide ol { display: flex; flex-direction: column; align-items: flex-start; }
.order-guide li { display: flex; flex-direction: column; align-items: flex-start; }
.order-guide li + li::before {
  content: ""; width: 2px; height: 12px; margin-left: 21px;
  background: rgba(218, 40, 37, .35);
}
.order-guide a {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 6px 16px 6px 6px; border-radius: 999px;
  background: #fff;
  box-shadow: 0 10px 24px -18px rgba(93, 15, 10, .5);
  font-size: .98rem; font-weight: 660;
  transition: transform .45s var(--ease-out), box-shadow .45s var(--ease-out);
}
.order-guide a:hover { transform: translateX(4px); box-shadow: 0 16px 30px -18px rgba(93, 15, 10, .55); }
.step-num {
  display: grid; place-items: center; flex: none;
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--red); color: #fff;
  font-size: .88rem; font-weight: 800;
  box-shadow: inset 0 -2px 0 rgba(93, 15, 10, .3);
}

.step { position: relative; margin-top: clamp(56px, 8vw, 104px); }
.menu-head + .step { margin-top: clamp(44px, 6vw, 72px); }
.step-head {
  display: grid; grid-template-columns: auto minmax(0, 1fr); column-gap: 16px; align-items: start;
  margin-bottom: clamp(20px, 3vw, 32px);
}
.step-badge {
  display: grid; place-items: center;
  width: 46px; height: 46px; border-radius: 50%; margin-top: 2px;
  background: var(--red); color: #fff;
  font-size: 1.2rem; font-weight: 800;
  box-shadow: inset 0 -3px 0 rgba(93, 15, 10, .3), 0 0 0 6px rgba(218, 40, 37, .1);
}
.step-title { font-size: clamp(1.7rem, 1.2rem + 1.8vw, 2.7rem); font-weight: 760; font-stretch: 86%; letter-spacing: -.03em; line-height: 1; }
.step-text { margin-top: 8px; max-width: 52ch; color: var(--ink-2); }

/* Crêpe picker */
/* Phones and tablets: five round swatches showing each filling. Desktop turns
   them into a list with the swatch, the name and the mix. */
.picker { display: grid; gap: 20px; }
.picker-tabs { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 4px; }
.picker-tab {
  position: relative;
  display: grid; justify-items: center; align-content: start; gap: 9px;
  padding: 4px 0; border-radius: 18px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.picker-swatch {
  position: relative; display: block; overflow: hidden;
  width: min(100%, 64px); aspect-ratio: 1; border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(251, 238, 235, 0), 0 0 0 5.5px rgba(218, 40, 37, 0), 0 10px 20px -14px rgba(93, 15, 10, .55);
  transition: box-shadow .45s var(--ease-out), transform .5s var(--ease-bounce);
}
.picker-swatch img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease-bounce); }
.picker-short { font-size: .8rem; font-weight: 700; line-height: 1.15; color: var(--ink-2); transition: color .3s; }
.picker-name { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.picker-mix { display: none; }
.picker-tab:hover .picker-swatch { transform: translateY(-2px); }
.picker-tab[aria-selected="true"] .picker-swatch {
  box-shadow: 0 0 0 3px var(--blush), 0 0 0 5.5px var(--red), 0 14px 26px -12px rgba(218, 40, 37, .55);
  transform: translateY(-3px);
}
.picker-tab[aria-selected="true"] .picker-swatch img { transform: scale(1.12) rotate(-6deg); }
.picker-tab[aria-selected="true"] .picker-short { color: var(--red-press); }

.picker-panel {
  position: relative; overflow: hidden;
  display: grid;
  touch-action: pan-y;
  border-radius: var(--r-card);
  background:
    var(--dots-light) 0 0 / 22px 22px,
    radial-gradient(80% 64% at 74% 26%, rgba(255, 110, 90, .38), rgba(255, 110, 90, 0) 70%),
    linear-gradient(180deg, #DA2825, #C21E1B);
  color: #fff;
}
.picker-stage { position: relative; display: grid; justify-items: center; align-items: end; padding-top: 36px; min-height: 380px; }
.picker-imgs { position: relative; width: min(64%, 360px); aspect-ratio: 900 / 1264; margin-bottom: -6%; }
.picker-img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain;
  opacity: 0;
  transform: translateY(28px) scale(.94) rotate(-4deg);
  filter: drop-shadow(0 28px 28px rgba(60, 6, 4, .38));
  transition: opacity .45s var(--ease-soft), transform .8s var(--ease-bounce);
}
.picker-img.is-active { opacity: 1; transform: none; }
.price-sticker {
  position: absolute; top: 20px; right: 20px;
  width: 104px; height: 104px; border-radius: 50%;
  display: grid; place-content: center; text-align: center;
  background: #fff; color: var(--red);
  transform: rotate(-10deg);
  box-shadow: 0 16px 30px -14px rgba(60, 6, 4, .55);
  line-height: 1;
}
.price-sticker.is-wiggle { animation: wiggle .7s var(--ease-out); }
.price-num { font-size: 1.55rem; font-weight: 800; font-stretch: 84%; letter-spacing: -.03em; }
.price-each { margin-top: 5px; font-size: .78rem; font-weight: 650; color: var(--ink-2); }
.picker-copy { padding: 22px 26px 28px; }
.picker-title { font-size: clamp(1.6rem, 1.2rem + 1.6vw, 2.5rem); font-weight: 760; font-stretch: 86%; letter-spacing: -.03em; line-height: 1; }
.picker-panel-mix { margin-top: 10px; font-size: .98rem; font-weight: 600; color: #fff; max-width: 34ch; }
.picker-line { margin-top: 10px; font-size: 1.05rem; color: #fff; max-width: 30ch; }
.picker-copy.is-swapping .picker-title,
.picker-copy.is-swapping .picker-line,
.picker-copy.is-swapping .picker-panel-mix { animation: swapIn .6s var(--ease-out); }

/* Toppings */
.extras-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.extra {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  padding: 16px 10px 14px; border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 26px -22px rgba(93, 15, 10, .5);
  font-weight: 640; font-size: .98rem; line-height: 1.2; text-align: center;
  transition: transform .5s var(--ease-out), box-shadow .5s var(--ease-out);
}
.extra img { width: 52px; height: 52px; object-fit: contain; flex: none; transition: transform .6s var(--ease-bounce); }
.extra:hover { transform: translateY(-3px); box-shadow: var(--shadow-red); }
.extra:hover img { transform: translateY(-5px) rotate(-12deg) scale(1.12); }

/* Drinks */
.drinks-grid { display: grid; gap: 14px; }
.drink {
  position: relative; overflow: hidden;
  padding: 26px 26px 28px;
  border-radius: var(--r-card);
  background: #fff;
  box-shadow: 0 16px 34px -30px rgba(93, 15, 10, .5);
  transition: transform .6s var(--ease-out), box-shadow .6s var(--ease-out);
}
.drink:hover { transform: translateY(-4px); box-shadow: var(--shadow-red); }
.drink-head { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.drink-name { font-size: 1.55rem; font-weight: 750; font-stretch: 90%; letter-spacing: -.025em; }
.drink-price {
  padding: 6px 12px; border-radius: 999px;
  background: var(--red); color: #fff;
  font-weight: 750; font-size: .98rem; line-height: 1.2;
  font-variant-numeric: tabular-nums;
}
.drink-list { position: relative; z-index: 1; margin-top: 18px; display: grid; gap: 12px; max-width: 62%; }
.drink-list li { display: grid; line-height: 1.3; }
.drink-list .item { font-weight: 660; }
.drink-list .desc { color: var(--ink-2); font-size: .95rem; }
.drink-list.drink-list-priced { max-width: 100%; gap: 10px; }
.drink-list-priced li { display: flex; justify-content: space-between; gap: 16px; }
.drink-list-priced .price { font-weight: 700; color: var(--red-press); font-variant-numeric: tabular-nums; }
.drink-img {
  position: absolute; right: 0; bottom: 0;
  pointer-events: none;
  filter: drop-shadow(0 20px 22px rgba(93, 15, 10, .2));
  transition: transform .8s var(--ease-bounce);
}
.drink:hover .drink-img { transform: translateY(-6px) rotate(-3deg); }
.drink-shakes { min-height: 360px; }
.drink-shakes .drink-img { height: 250px; width: auto; right: 6%; bottom: -8px; }
.drink-juices { min-height: 300px; }
.drink-juices .drink-img { height: 170px; width: auto; right: 4%; bottom: -6px; }
.drink-coffee { padding-bottom: 170px; }
.drink-coffee .drink-img { width: 200px; right: 50%; transform: translateX(50%); bottom: 10px; }
.drink-coffee:hover .drink-img { transform: translateX(50%) translateY(-6px) rotate(-3deg); }
.drink-water { background: var(--dots-light) 0 0 / 20px 20px, var(--red); color: #fff; }
.drink-water .drink-price { background: #fff; color: var(--red); }
.drink-water .drink-list.drink-list { max-width: 100%; }

/* Gallery */
.gallery { z-index: 4; padding-block: var(--pad) calc(var(--pad) * .8 + var(--r-sheet)); background: var(--paper); }
.gallery::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background-image: var(--dots); background-size: 24px 24px;
  -webkit-mask-image: linear-gradient(180deg, #000 0, rgba(0, 0, 0, .25) 300px, transparent 560px, transparent calc(100% - 320px), #000 100%);
          mask-image: linear-gradient(180deg, #000 0, rgba(0, 0, 0, .25) 300px, transparent 560px, transparent calc(100% - 320px), #000 100%);
}
.gallery-head { margin-bottom: clamp(32px, 4.5vw, 52px); }
.gallery-grid {
  display: grid; gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas:
    "kiosk kiosk"
    "griddle hand"
    "spread friends"
    "shake shake"
    "insta insta";
}
.tile {
  position: relative; display: block; overflow: hidden;
  border-radius: var(--r-card);
  background: var(--blush);
  isolation: isolate;
}
.tile-photo { cursor: zoom-in; }
.tile-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease-out); }
.tile-photo:hover img { transform: scale(1.05); }
.tile-photo::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(27, 22, 24, .06);
  pointer-events: none;
}
.t-kiosk { grid-area: kiosk; aspect-ratio: 3 / 2; }
.t-griddle { grid-area: griddle; aspect-ratio: 3 / 4; }
.t-griddle img { object-position: 50% 30%; }
.t-hand { grid-area: hand; aspect-ratio: 3 / 4; }
.t-spread { grid-area: spread; aspect-ratio: 3 / 4; }
.t-friends { grid-area: friends; aspect-ratio: 3 / 4; }
.t-shake { grid-area: shake; aspect-ratio: 3 / 2; }

.tile-insta {
  grid-area: insta;
  display: flex; align-items: center; gap: 16px;
  padding: 20px 22px;
  background:
    var(--dots-light) 0 0 / 22px 22px,
    radial-gradient(90% 90% at 100% 0%, rgba(255, 110, 90, .45), rgba(255, 110, 90, 0) 70%),
    linear-gradient(160deg, #E0302C, #C21E1B);
  color: #fff;
  transition: transform .6s var(--ease-out), box-shadow .6s var(--ease-out);
}
.tile-insta:hover { transform: translateY(-4px); box-shadow: 0 24px 40px -26px rgba(93, 15, 10, .7); }
.insta-icon {
  display: grid; place-items: center; flex: none;
  width: 56px; height: 56px; border-radius: 50%;
  background: #fff; color: var(--red);
  transition: transform .6s var(--ease-bounce);
}
.insta-icon .icon { width: 28px; height: 28px; }
.tile-insta:hover .insta-icon { transform: rotate(-10deg) scale(1.06); }
.insta-copy { display: grid; gap: 2px; min-width: 0; flex: 1; }
.insta-title { font-size: clamp(1.3rem, 1.1rem + 1vw, 1.9rem); font-weight: 760; font-stretch: 86%; letter-spacing: -.02em; line-height: 1.05; }
.insta-handle { font-weight: 600; font-size: .98rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.insta-arrow {
  display: grid; place-items: center; flex: none;
  width: 44px; height: 44px; border-radius: 50%;
  box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, .6);
  transition: background .3s, color .3s, transform .5s var(--ease-bounce);
}
.tile-insta:hover .insta-arrow { background: #fff; color: var(--red); transform: rotate(45deg); }

/* Contact */
.visit {
  z-index: 5; overflow: hidden;
  padding-block: calc(var(--pad) + 18px) calc(var(--pad) * .85 + var(--r-sheet));
  background:
    radial-gradient(70% 55% at 16% 0%, rgba(255, 110, 90, .28), rgba(255, 110, 90, 0) 70%),
    linear-gradient(180deg, #D62724, #BD1C19);
  color: #fff;
}
.visit-tex {
  position: absolute; inset: 0; pointer-events: none;
  background-position: 70% 40%; background-size: 1280px auto; background-repeat: repeat;
  opacity: 0;
  transition: opacity 1.4s var(--ease-soft);
  -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 45%);
          mask-image: linear-gradient(180deg, transparent 0, #000 45%);
}
.visit.is-near .visit-tex { background-image: url("assets/img/tex-map.webp"); opacity: .13; }
.visit-bulbs { position: absolute; top: 24px; left: 50%; width: min(86%, 1180px); height: 18px; transform: translateX(-50%); }
.visit-bulbs::before, .visit-bulbs::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle, var(--bulb-core) 0 2.6px, var(--bulb) 3.8px 5.6px, rgba(255, 178, 62, 0) 7px) 0 50% / 36px 18px repeat-x;
  filter: drop-shadow(0 0 6px rgba(255, 190, 90, .85));
}
.visit-bulbs::after { background-position: 18px 50%; }
.visit.is-revealed-bulbs .visit-bulbs::before { animation: chaseA 1.3s steps(1, end) infinite; }
.visit.is-revealed-bulbs .visit-bulbs::after { animation: chaseB 1.3s steps(1, end) infinite; }

.visit-grid { display: grid; gap: clamp(40px, 6vw, 96px); align-items: center; }
.visit-title {
  font-size: clamp(2.6rem, 1.3rem + 4.8vw, 5.6rem);
  font-weight: 780; font-stretch: 84%; letter-spacing: -.04em; line-height: .94;
}
.visit-lede { margin-top: 18px; max-width: 40ch; font-size: clamp(1.06rem, 1rem + .35vw, 1.26rem); color: #fff; }
.visit .status { margin-top: 24px; }
.visit-info { margin-top: 26px; display: grid; }
.info-row {
  display: grid; grid-template-columns: 1fr; gap: 4px;
  padding-block: 15px;
  border-top: 1px solid rgba(255, 255, 255, .22);
}
.info-row dt { display: flex; align-items: center; gap: 10px; font-size: .92rem; font-weight: 700; letter-spacing: .01em; color: #fff; }
.info-row dd { margin: 0; font-size: 1.05rem; }
.info-row dd strong { display: block; font-weight: 680; }
.info-row dd span { display: block; }
.info-row a { text-decoration: underline; text-decoration-thickness: 1.5px; text-underline-offset: 4px; text-decoration-color: rgba(255, 255, 255, .45); transition: text-decoration-color .3s; }
.info-row a:hover { text-decoration-color: #fff; }
.hours { display: grid; gap: 4px; max-width: 360px; }
.hours li { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; }
.hours li > span { display: inline; }
.hours li > span:last-child { white-space: nowrap; }
.hours li.is-today { font-weight: 720; }
.today-tag {
  display: inline-block !important; margin-left: 8px; padding: 2px 8px; border-radius: 999px;
  background: #fff; color: var(--red); font-size: .72rem; font-weight: 750; letter-spacing: .02em; vertical-align: 2px;
}
.visit-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.visit-map { width: 100%; }
.map-frame {
  position: relative;
  padding: 8px; border-radius: 32px;
  background: #fff;
  box-shadow: 0 36px 70px -40px rgba(40, 4, 2, .75);
  transform: rotate(1.2deg);
  transition: transform .9s var(--ease-out);
}
.map-frame:hover { transform: rotate(0deg); }
.map-frame iframe { position: relative; z-index: 1; width: 100%; height: clamp(320px, 52vw, 560px); border: 0; border-radius: 24px; }
.map-fallback {
  position: absolute; inset: 8px; z-index: 0;
  display: grid; place-content: center; justify-items: center; gap: 6px; padding: 24px;
  border-radius: 24px; background: var(--blush); color: var(--ink); text-align: center;
}
.map-fallback .icon { width: 34px; height: 34px; color: var(--red); margin-bottom: 6px; }
.map-fallback strong { font-size: 1.15rem; font-weight: 700; }
.map-fallback span { color: var(--ink-2); }

/* Footer */
/* Phones: one centered column. Brand, a 2x2 grid of section links, a card with
   one tappable row per contact channel, then the legal line and back to top. */
.site-footer {
  z-index: 6; overflow: hidden;
  padding-block: calc(var(--pad) * .75) max(28px, env(safe-area-inset-bottom));
  background:
    radial-gradient(60% 90% at 88% 0%, rgba(218, 40, 37, .45), rgba(218, 40, 37, 0) 70%),
    var(--deep);
  color: #fff;
  text-align: center;
}
.site-footer::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: var(--dots-light); background-size: 24px 24px;
  -webkit-mask-image: linear-gradient(180deg, #000, transparent 70%);
          mask-image: linear-gradient(180deg, #000, transparent 70%);
  opacity: .7;
}
.footer-grid { display: grid; justify-items: center; gap: 30px; }
.footer-brand { display: grid; justify-items: center; }
.footer-logo { display: block; border-radius: 12px; }
.footer-logo img { width: 124px; height: auto; filter: drop-shadow(0 10px 18px rgba(0, 0, 0, .35)); transition: transform .6s var(--ease-bounce); }
.footer-logo:hover img { transform: rotate(-4deg) scale(1.04); }
.footer-tagline { margin-top: 14px; max-width: 21ch; font-size: 1.3rem; font-weight: 650; font-stretch: 92%; letter-spacing: -.015em; line-height: 1.22; }

.footer-nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; width: 100%; max-width: 380px; }
.footer-nav a {
  display: grid; place-items: center; height: 48px; padding: 0 14px; border-radius: 999px;
  font-size: 1rem; font-weight: 650;
  box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, .26);
  transition: background-color .3s, color .3s, box-shadow .3s;
}
.footer-nav a:hover { background: #fff; color: var(--red); box-shadow: inset 0 0 0 1.5px #fff; }

.footer-contact {
  display: grid; gap: 2px; width: 100%; max-width: 420px;
  padding: 6px; border-radius: var(--r-card);
  background: rgba(255, 255, 255, .06);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12);
  text-align: left;
}
.footer-contact a { display: flex; align-items: center; gap: 12px; min-height: 58px; padding: 8px 12px; border-radius: 22px; transition: background-color .3s; }
.footer-contact a:hover { background: rgba(255, 255, 255, .09); }
.fc-icon {
  display: grid; place-items: center; flex: none;
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255, 255, 255, .12); color: #fff;
  transition: background-color .3s, color .3s;
}
.fc-icon .icon { width: 18px; height: 18px; }
.footer-contact a:hover .fc-icon { background: #fff; color: var(--red); }
.fc-text { display: grid; min-width: 0; font-size: .95rem; font-weight: 560; line-height: 1.3; overflow-wrap: anywhere; }
.fc-text strong { font-weight: 680; }
.fc-text span { font-size: .88rem; font-weight: 500; color: rgba(255, 255, 255, .8); }

.footer-bottom {
  display: grid; justify-items: center; gap: 18px;
  margin-top: 34px; padding-top: 26px;
  background: linear-gradient(rgba(255, 255, 255, .16), rgba(255, 255, 255, .16)) no-repeat 50% 0 / calc(100% - var(--gutter) * 2) 1px;
}
.footer-top {
  order: -1;
  display: inline-flex; align-items: center; gap: 10px;
  height: 46px; padding: 0 7px 0 18px; border-radius: 999px;
  background: #fff; color: var(--red);
  font-size: .95rem; font-weight: 700;
  box-shadow: 0 14px 28px -16px rgba(0, 0, 0, .55);
  transition: transform .45s var(--ease-out), box-shadow .45s var(--ease-out);
}
.footer-top:hover { transform: translateY(-2px); box-shadow: 0 20px 34px -18px rgba(0, 0, 0, .6); }
.footer-top-icon { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--red); color: #fff; }
.footer-top-icon .icon { width: 16px; height: 16px; transform: rotate(-90deg); transition: transform .45s var(--ease-bounce); }
.footer-top:hover .footer-top-icon .icon { transform: rotate(-90deg) translateX(3px); }
.footer-legal { display: grid; gap: 4px; font-size: .86rem; color: rgba(255, 255, 255, .78); }

/* 11. Lightbox ------------------------------------------------- */
.lightbox {
  width: 100%; max-width: 100%; height: 100%; max-height: 100%;
  margin: 0; padding: 0; border: 0;
  background: transparent; color: #fff;
  overflow: hidden;
}
.lightbox::backdrop { background: rgba(22, 12, 13, .88); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.lightbox-inner { position: fixed; inset: 0; display: grid; place-items: center; padding: 72px clamp(16px, 7vw, 96px) 40px; }
.lightbox-figure { margin: 0; display: grid; justify-items: center; gap: 14px; max-width: min(1180px, 100%); }
.lightbox[open] .lightbox-figure { animation: lbIn .5s var(--ease-out); }
.lightbox-img { max-height: calc(100svh - 170px); width: auto; border-radius: 22px; object-fit: contain; background: rgba(255, 255, 255, .06); }
.lightbox-img.is-swapping { animation: lbSwap .45s var(--ease-out); }
.lightbox-caption { font-size: .98rem; color: rgba(255, 255, 255, .82); text-align: center; max-width: 60ch; }
.lb-btn {
  position: absolute; display: grid; place-items: center;
  width: 52px; height: 52px; border-radius: 999px;
  background: rgba(255, 255, 255, .12); color: #fff;
  transition: background .3s, color .3s, transform .45s var(--ease-out);
}
.lb-btn .icon { width: 22px; height: 22px; }
.lb-btn:hover { background: #fff; color: var(--ink); }
.lb-close { top: 16px; right: 16px; }
.lb-prev { left: 12px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 12px; top: 50%; transform: translateY(-50%); }
.lb-prev:hover { transform: translateY(-50%) translateX(-3px); }
.lb-next:hover { transform: translateY(-50%) translateX(3px); }

/* 12. Reveals & keyframes -------------------------------------- */
.js [data-reveal] {
  opacity: 0; transform: translateY(26px);
  transition: opacity .9s var(--ease-out), transform 1s var(--ease-out);
  transition-delay: var(--d, 0s);
}
.js [data-reveal].is-revealed { opacity: 1; transform: none; }
.js .tile[data-reveal] { transform: translateY(26px) scale(.985); }
.js .tile[data-reveal].is-revealed { transform: none; }
.js .drink[data-reveal].is-revealed:hover,
.js .tile-insta[data-reveal].is-revealed:hover { transform: translateY(-4px); }

@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes lineUp { from { transform: translateY(108%); } to { transform: none; } }
@keyframes archIn { from { opacity: 0; transform: translateY(24px) scale(.94); } to { opacity: 1; transform: none; } }
@keyframes crepeIn { from { opacity: 0; translate: 0 70px; rotate: -6deg; } to { opacity: 1; translate: 0 0; rotate: 0deg; } }
@keyframes bulbOn { from { opacity: 0; } to { opacity: 1; } }
@keyframes chaseA { 0% { opacity: 1; } 50% { opacity: .22; } }
@keyframes chaseB { 0% { opacity: .22; } 50% { opacity: 1; } }
@keyframes popIn { from { opacity: 0; scale: .2; } to { opacity: 1; scale: 1; } }
@keyframes bob { 0%, 100% { translate: 0 0; } 50% { translate: 0 -10px; } }
@keyframes bulbGlow { 0%, 100% { box-shadow: 0 0 0 3px rgba(255, 178, 62, .22), 0 0 16px 2px rgba(255, 178, 62, .7); } 50% { box-shadow: 0 0 0 4px rgba(255, 178, 62, .14), 0 0 8px 1px rgba(255, 178, 62, .45); } }
@keyframes wiggle { 0% { transform: rotate(-10deg) scale(1); } 30% { transform: rotate(-18deg) scale(1.08); } 60% { transform: rotate(-5deg) scale(.98); } 100% { transform: rotate(-10deg) scale(1); } }
@keyframes swapIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@keyframes lbIn { from { opacity: 0; transform: scale(.96) translateY(12px); } to { opacity: 1; transform: none; } }
@keyframes lbSwap { from { opacity: .2; transform: scale(.98); } to { opacity: 1; transform: none; } }
@keyframes belt { to { transform: translate3d(-50%, 0, 0); } }
@keyframes progressFill { from { transform: scaleX(0); } to { transform: scaleX(1); } }

/* 13. Responsive ----------------------------------------------- */
@media (max-width: 539px) {
  .btn { height: 50px; padding: 0 1rem; gap: .5em; font-size: .95rem; }
  .hero-actions, .visit-actions { gap: 10px; }
}
@media (max-width: 379px) {
  .header-where { display: none; }
}

@media (min-width: 540px) {
  .extras-list { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .extra img { width: 58px; height: 58px; }
  .price-sticker { width: 118px; height: 118px; top: 26px; right: 26px; }
  .picker-tabs { gap: 10px; }
  .picker-swatch { width: min(100%, 78px); }
  .picker-short { font-size: .92rem; }
  .price-num { font-size: 1.75rem; }
  .order-guide ol { flex-direction: row; flex-wrap: wrap; align-items: center; gap: 10px 0; }
  .order-guide li { flex-direction: row; align-items: center; }
  .order-guide li + li::before { width: 24px; height: 2px; margin: 0 6px; }
  .order-guide a:hover { transform: translateY(-2px); }
}

@media (min-width: 720px) {
  :root { --band-h: 60px; }
  .header-cta { display: inline-flex; }

  /* Hero: two columns from tablets up, the stage keeps a clear gap above the belt */
  .hero { --stage-gap: clamp(44px, 7vh, 80px); }
  .hero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    align-items: end;
    column-gap: clamp(24px, 4vw, 64px);
    padding-top: clamp(28px, 4vh, 48px);
  }
  .hero-copy { align-self: center; padding-bottom: 12px; }
  .hero-title { font-size: clamp(2.6rem, min(.9rem + 4.4vw, 9.6vh), 3.4rem); }
  .hero .status { margin-bottom: clamp(18px, 2.6vh, 26px); }
  .hero-lede { margin-top: clamp(16px, 2.4vh, 24px); }
  .hero-actions { margin-top: clamp(22px, 3.6vh, 36px); }
  .hero-actions .btn { padding: 0 1.25rem; }
  .hero-stage {
    width: min(100%, calc((100svh - var(--header-h) - var(--band-h) - clamp(28px, 4vh, 48px) - var(--stage-gap) - 12px) * .789), 600px);
    margin: 0; justify-self: center;
  }
  .hero-bg::before {
    -webkit-mask-image: radial-gradient(46% 78% at 76% 62%, #000 18%, transparent 78%);
            mask-image: radial-gradient(46% 78% at 76% 62%, #000 18%, transparent 78%);
  }
  .hero-bg::after { left: 76%; width: 78%; height: 105%; bottom: -22%; }

  .story-grid { grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); }
  .story-media { justify-self: center; }
  .story-tower { right: max(-60px, calc(50% - 760px)); height: 84%; opacity: .1; }

  .gallery-grid { gap: 14px; }
  .drinks-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .drink-shakes { grid-row: span 2; min-height: 520px; }
  .drink-shakes .drink-img { height: 330px; }
  .drink-coffee { grid-row: span 2; }
  .drink-list { max-width: 58%; }
  .info-row { grid-template-columns: 130px 1fr; gap: 16px; align-items: baseline; }
  .site-footer { text-align: left; }
  .footer-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    grid-template-areas: "brand contact" "nav contact";
    justify-items: stretch; align-items: start; column-gap: 48px; row-gap: 28px;
  }
  .footer-brand { grid-area: brand; justify-items: start; }
  .footer-nav { grid-area: nav; }
  .footer-contact { grid-area: contact; max-width: none; }
  .footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px 32px; }
  .footer-top { order: 0; }
  .footer-legal { display: flex; flex-wrap: wrap; gap: 4px 24px; }
  .picker-stage { min-height: 460px; }
  .tile-insta { padding: 26px 30px; }
  .visit-tex { -webkit-mask-image: linear-gradient(90deg, transparent 10%, #000 60%); mask-image: linear-gradient(90deg, transparent 10%, #000 60%); }
}

@media (min-width: 960px) {
  :root { --header-h: 80px; --band-h: 64px; }
  .hero-actions .btn { padding: 0 1.55rem; }
  .brand img { height: 58px; }
  .nav { display: block; }
  .menu-toggle { display: none; }
  .mobile-menu { display: none !important; }
  .header-where { display: none; }

  .hero { display: grid; min-height: min(calc(100svh - var(--header-h) - var(--band-h)), 980px); }
  .hero-grid { grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); }
  .hero-copy { padding-block: 24px 16px; }
  .hero-title { font-size: clamp(3.4rem, min(1rem + 5vw, 9.6vh), 6rem); }

  .picker { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(28px, 4vw, 56px); align-items: stretch; }
  .picker-tabs { display: flex; flex-direction: column; gap: 6px; }
  .picker-tab {
    grid-template-columns: auto minmax(0, 1fr); column-gap: 18px; row-gap: 3px;
    align-items: center; justify-items: start; align-content: center;
    padding: 12px 22px 12px 12px; border-radius: 24px; text-align: left;
    transition: background-color .35s, box-shadow .35s, transform .45s var(--ease-out);
  }
  .picker-swatch { grid-row: 1 / span 2; width: 58px; }
  .picker-short { display: none; }
  .picker-name {
    position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; white-space: normal;
    align-self: end;
    font-size: clamp(1.3rem, .9rem + 1vw, 1.8rem); font-weight: 740; font-stretch: 88%; letter-spacing: -.025em; line-height: 1.05;
    transition: color .3s;
  }
  .picker-mix { display: block; align-self: start; font-size: .95rem; color: var(--ink-2); line-height: 1.35; }
  .picker-tab:hover { background: rgba(255, 255, 255, .6); transform: translateX(4px); }
  .picker-tab:hover .picker-swatch { transform: none; }
  .picker-tab[aria-selected="true"] { background: #fff; box-shadow: 0 22px 44px -28px rgba(93, 15, 10, .4); transform: none; }
  .picker-tab[aria-selected="true"] .picker-name { color: var(--red); }
  .picker-tab[aria-selected="true"] .picker-swatch { box-shadow: 0 0 0 3px #fff, 0 0 0 5.5px var(--red), 0 12px 22px -12px rgba(218, 40, 37, .5); transform: none; }

  .picker-panel { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); min-height: 560px; }
  .picker-copy { grid-column: 1; grid-row: 1; align-self: start; padding: 44px 0 44px 44px; position: relative; z-index: 1; }
  .picker-panel-mix { display: none; }
  .picker-stage { grid-column: 1 / -1; grid-row: 1; justify-items: end; padding: 40px 7% 0 0; min-height: 560px; }
  .picker-imgs { width: min(52%, 380px); margin-bottom: -5%; }
  .price-sticker { top: auto; right: auto; left: 44px; bottom: 44px; width: 128px; height: 128px; }
  .price-num { font-size: 1.95rem; }

  .drinks-grid { grid-template-columns: 1.08fr 1fr 1.08fr; grid-template-rows: auto auto; }
  .drink-shakes { grid-column: 1; grid-row: 1 / span 2; }
  .drink-juices { grid-column: 2; grid-row: 1; }
  .drink-water { grid-column: 2; grid-row: 2; }
  .drink-coffee { grid-column: 3; grid-row: 1 / span 2; }

  .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: clamp(300px, 34vw, 500px) clamp(270px, 29vw, 430px) clamp(300px, 34vw, 500px);
    grid-template-areas:
      "kiosk kiosk griddle"
      "hand spread friends"
      "shake shake insta";
    gap: 16px;
  }
  .tile { aspect-ratio: auto !important; }
  .tile-insta { flex-direction: column; align-items: flex-start; justify-content: space-between; padding: 34px; }
  .insta-icon { width: 72px; height: 72px; }
  .insta-icon .icon { width: 36px; height: 36px; }
  .insta-copy { flex: 0 1 auto; }
  .insta-title { font-size: clamp(1.8rem, 1.2rem + 1.4vw, 2.6rem); }
  .insta-arrow { align-self: flex-end; width: 52px; height: 52px; }

  .visit-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .visit-map { align-self: stretch; display: grid; align-items: center; }

  .footer-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, .9fr) minmax(0, 1.2fr);
    grid-template-areas: "brand nav contact";
    align-items: center;
  }
  .map-frame iframe { height: clamp(460px, 44vw, 640px); }
}

@media (min-width: 1280px) {
  .hero-title { font-size: clamp(4.4rem, min(1rem + 5vw, 9.6vh), 6rem); }
}

@media (min-width: 1560px) {
  .story-tower { right: calc(50% - 700px); }
}

/* 14. Reduced motion: only the intrusive loops go quiet --------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .bulb-a, .bulb-b { animation: bulbOn .35s var(--ease-out) calc(.3s + var(--i) * 16ms) both; }
  .visit.is-revealed-bulbs .visit-bulbs::before,
  .visit.is-revealed-bulbs .visit-bulbs::after { animation: none; opacity: 1; }
  .float img { animation: popIn .6s var(--ease-out) both; }
  [data-state="open"] .status-bulb,
  [data-state="soon"] .status-bulb { animation: none; }
  .mobile-menu { transition-duration: .35s; }
}
