/* ============================================================
   BOOK N' COOK — planetono-vibe design system
   Tokens, hard shadows, sticker text, jelly physics.
   ============================================================ */
:root {
  --c-light: #f7f2e5;       /* cream */
  --c-red: #eb3322;         /* ketchup */
  --c-purple: #7721c7;
  --c-blue: #2097cf;
  --c-yellow: #ffc737;      /* mustard page bg */
  --c-green: #8df947;
  --ink: #000;
  --ease: cubic-bezier(.25, 1, .5, 1);  /* the house easing */
  --radius: 12px;
  --border: 3px solid var(--ink);
  --callbar-h: 84px;
  font-size: 14px;
}
@media (min-width: 1025px) { :root { font-size: 15px; } }
@media (min-width: 1440px) { :root { font-size: 16px; } }
@media (max-width: 480px)  { :root { font-size: 13px; } }

* { box-sizing: border-box; margin: 0; padding: 0; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-snap-type: y proximity; }

body {
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 500;
  line-height: 1.25;
  background: var(--c-yellow); /* GSAP tweens to red at recipe */
  color: var(--ink);
  overflow-x: hidden;
  padding-bottom: var(--callbar-h);
}
::selection { background: rgba(8, 171, 255, .33); }

.display, .sticker, .hero__title, .scene__title, .burst__text, .burst__label,
.recipe__title, .step__name, .header__wordmark, .header__menu, .btn-shadow,
.sheet__title, .callbar__num, .callbar__caption, .footer__claim, .scene__price {
  font-family: "Titan One", "Poppins", sans-serif;
  font-weight: 400;
}

/* sticker text — cream, fat black stroke, die-cut drop shadow */
.sticker {
  color: var(--c-light);
  -webkit-text-stroke: 6px var(--ink);
  paint-order: stroke fill;
  filter: drop-shadow(4px 4px 0 var(--ink));
  letter-spacing: -.02em;
}
@media (max-width: 768px) {
  .sticker { -webkit-text-stroke: 4px var(--ink); filter: drop-shadow(3px 3px 0 var(--ink)); }
}

/* hard-shadow button (signature component) */
.btn-shadow {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .8rem 1.6rem;
  margin: 0 4px 4px 0;
  background: var(--c-light);
  border: var(--border);
  border-radius: var(--radius);
  font-size: 1.3rem;
  letter-spacing: -.02em;
  text-transform: uppercase;
  color: var(--ink);
  cursor: pointer;
  box-shadow: 4px 4px 0 var(--ink);
  transition: transform .1s var(--ease), box-shadow .1s var(--ease), background-color .55s var(--ease);
  -webkit-tap-highlight-color: transparent;
}
.btn-shadow:hover { background: #fff; }
.btn-shadow:active { transform: translate(4px, 4px); box-shadow: 0 0 0 var(--ink); }

@keyframes jelly {
  0% { transform: scale(1,1); } 25% { transform: scale(1.12,.88); }
  50% { transform: scale(.96,1.04); } 75% { transform: scale(1.02,.98); } 100% { transform: scale(1,1); }
}
.is-jelly { animation: jelly .6s var(--ease); }

/* sparkles */
.spark {
  position: absolute;
  font-size: clamp(1.6rem, 1.2rem + 1vw, 2.6rem);
  line-height: 1;
  pointer-events: none;
  animation: twinkle 2.8s var(--ease) infinite;
}
.spark--b { animation-delay: 1.2s; font-size: 1.2rem; }
@keyframes twinkle {
  0%, 100% { transform: scale(1) rotate(0deg); opacity: 1; }
  50% { transform: scale(.55) rotate(25deg); opacity: .55; }
}

/* ============ HEADER ============ */
.header { position: fixed; inset: 12px 12px auto; z-index: 40; }
.header__pill {
  display: flex; align-items: center; gap: .7rem;
  max-width: 1100px; margin: 0 auto;
  background: var(--c-red);
  border: var(--border); border-radius: 24px;
  box-shadow: 4px 4px 0 var(--ink);
  padding: .5rem .9rem;
  overflow: hidden; /* keep the egg-O steam inside the pill */
}
.header__brand { display: flex; align-items: center; gap: .6rem; text-decoration: none; flex: 0 0 auto; }
.header__mark {
  width: 44px; height: 44px; border-radius: 50%;
  border: 2px solid var(--ink); background: var(--c-red);
  object-fit: cover;
  animation: sizzle 4s var(--ease) infinite;
}
@keyframes sizzle {
  0%,100% { transform: rotate(0deg); } 12% { transform: rotate(-7deg) scale(1.05); }
  24% { transform: rotate(6deg); } 36% { transform: rotate(-3deg) scale(1.02); } 48% { transform: rotate(0deg); }
}
.header__wordmark {
  color: var(--c-light); font-size: 2.1rem; letter-spacing: .01em; line-height: 1;
  -webkit-text-stroke: 3px var(--ink); paint-order: stroke fill;
  filter: drop-shadow(2px 2px 0 var(--ink));
  display: inline-flex; align-items: center;
}
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }

/* the fried-egg O with steam */
.egg-o {
  position: relative; display: inline-block;
  width: .92em; height: .92em; margin: 0 .02em;
  background: var(--c-light); border: 3px solid var(--ink); border-radius: 50%;
  -webkit-text-stroke: 0; filter: none;
  box-shadow: 2px 2px 0 var(--ink);
}
.egg-o::after {
  content: ""; position: absolute; inset: 22%;
  background: var(--c-yellow); border: 2px solid var(--ink); border-radius: 50%;
}
.egg-o__steam { position: absolute; left: 0; right: 0; bottom: 100%; height: 1em; pointer-events: none; }
.egg-o__steam i, .mnav__steam i {
  position: absolute; bottom: 0; width: 3px; height: 38%;
  background: var(--c-light); border-radius: 3px; opacity: 0;
  animation: steamrise 1.6s ease-out infinite;
}
.egg-o__steam i:nth-child(1) { left: 26%; animation-delay: 0s; }
.egg-o__steam i:nth-child(2) { left: 48%; animation-delay: .5s; height: 52%; }
.egg-o__steam i:nth-child(3) { left: 70%; animation-delay: 1s; }
@keyframes steamrise {
  0% { opacity: 0; transform: translateY(0) scaleY(.6) rotate(0deg); }
  30% { opacity: .95; }
  100% { opacity: 0; transform: translateY(-120%) scaleY(1.2) rotate(8deg); }
}

/* NOW SERVING sign + pointer hand */
.header__serving { display: flex; align-items: center; gap: .3rem; flex: 0 0 auto; }
.serving-sign {
  font-family: "Titan One", sans-serif;
  background: var(--ink); color: var(--c-yellow);
  border: 2px solid var(--c-yellow); border-radius: 10px;
  padding: .3rem .95rem; font-size: .86rem; line-height: 1.05;
  text-align: center; letter-spacing: .09em; white-space: nowrap;
  animation: signblink 1.4s steps(1) infinite;
}
@keyframes signblink {
  0%, 100% { color: var(--c-yellow); border-color: var(--c-yellow); box-shadow: 0 0 10px rgba(255,199,55,.7); }
  50% { color: rgba(255,199,55,.35); border-color: rgba(255,199,55,.35); box-shadow: none; }
}
.serving-hand { font-size: 1.5rem; animation: handnudge 1.1s var(--ease) infinite; }
@keyframes handnudge {
  0%, 100% { transform: translateX(0) rotate(0deg); }
  50% { transform: translateX(6px) rotate(10deg); }
}

/* menu-item nav links: stacked words + animated icon + steam on hover */
.header__nav { display: flex; align-items: stretch; gap: .35rem; margin-left: auto; }
.mnav {
  position: relative; display: flex; align-items: center; gap: .45rem;
  padding: .3rem .8rem; border-radius: 12px; text-decoration: none;
  color: #fff;
  transition: background-color .35s var(--ease), transform .2s var(--ease);
}
.mnav__words {
  font-family: "Titan One", sans-serif; font-size: .82rem; line-height: 1.1;
  letter-spacing: .03em; text-align: left;
  -webkit-text-stroke: 2.4px var(--ink); paint-order: stroke fill;
  filter: drop-shadow(1px 1px 0 var(--ink));
}
.mnav__icon { font-size: 1.75rem; line-height: 1; filter: drop-shadow(1.5px 1.5px 0 rgba(0,0,0,.45)); }
.mnav:nth-child(1) .mnav__icon { animation: icondrip 2.2s ease-in-out infinite; }
.mnav:nth-child(2) .mnav__icon { animation: iconspin 7s linear infinite; }
.mnav:nth-child(3) .mnav__icon { animation: iconflip 2.8s var(--ease) infinite; }
.mnav:nth-child(4) .mnav__icon { animation: iconpuff 2s var(--ease) infinite; }
@keyframes icondrip { 0%,100% { transform: translateY(0); } 50% { transform: translateY(4px) scale(1.1); } }
@keyframes iconspin { to { transform: rotate(360deg); } }
@keyframes iconflip { 0%,70%,100% { transform: translateY(0) rotate(0); } 82% { transform: translateY(-5px) rotate(-14deg); } 92% { transform: translateY(0) rotate(0); } }
@keyframes iconpuff { 0%,100% { transform: scale(1); } 50% { transform: scale(1.18) rotate(-6deg); } }
.mnav__steam { position: absolute; left: 10%; right: 10%; bottom: 92%; height: 14px; opacity: 0; transition: opacity .25s var(--ease); pointer-events: none; }
.mnav__steam i { height: 60%; }
.mnav__steam i:nth-child(1) { left: 22%; animation-delay: 0s; }
.mnav__steam i:nth-child(2) { left: 50%; animation-delay: .4s; height: 90%; }
.mnav__steam i:nth-child(3) { left: 78%; animation-delay: .8s; }
.mnav-arrow { display: none; }
.mnav:hover, .mnav:focus-visible { background: rgba(0,0,0,.32); animation: sizzleshake .35s linear infinite; }
.mnav:hover .mnav__steam, .mnav:focus-visible .mnav__steam { opacity: 1; }
@keyframes sizzleshake {
  0%,100% { transform: translate(0,0) rotate(0deg); }
  25% { transform: translate(.6px,-.6px) rotate(.4deg); }
  50% { transform: translate(-.6px,.4px) rotate(-.4deg); }
  75% { transform: translate(.4px,.6px) rotate(.3deg); }
}

/* ============ HERO ============ */
.hero { min-height: 100svh; display: grid; place-items: center; padding: 110px 1.4rem 3rem; position: relative; overflow: hidden; }
.hero__inner { max-width: 760px; text-align: center; display: grid; justify-items: center; gap: 1.1rem; position: relative; z-index: 1; }
.hero__kicker { font-weight: 700; font-size: 1.05rem; letter-spacing: .06em; text-transform: uppercase; }
.hero__title { font-size: clamp(2.1rem, 1.1rem + 4.6vw, 5.6rem); line-height: 1; }

/* floating vacation-food garnish */
.floaty {
  position: absolute; z-index: 0; pointer-events: none;
  font-size: clamp(2rem, 1.4rem + 2.4vw, 3.6rem);
  filter: drop-shadow(3px 4px 0 rgba(0,0,0,.28));
  animation: floatdrift 7s ease-in-out infinite;
}
.floaty--1 { top: 14%; left: 6%; animation-duration: 6.2s; }                      /* donut life ring */
.floaty--2 { top: 24%; right: 7%; animation-duration: 8.1s; animation-delay: 1.2s; transform: rotate(40deg); } /* pizza umbrella */
.floaty--3 { bottom: 30%; left: 4%; animation-duration: 7.4s; animation-delay: .6s; transform: rotate(-25deg); } /* banana surfboard */
.floaty--4 { bottom: 16%; right: 6%; animation-duration: 6.8s; animation-delay: 1.8s; } /* fry palms */
.floaty--5 { top: 52%; right: 13%; animation-duration: 9s; animation-delay: .3s; font-size: clamp(1.5rem, 1.1rem + 1.6vw, 2.4rem); } /* soft-serve sandcastle */
@keyframes floatdrift {
  0%, 100% { transform: translateY(0) rotate(-6deg); }
  50% { transform: translateY(-18px) rotate(7deg); }
}
.hero-spark--a { top: 12%; right: 22%; }
.hero-spark--b { top: 38%; left: 12%; animation-delay: .7s; }
.hero-spark--c { bottom: 22%; right: 28%; animation-delay: 1.3s; }
.hero-spark--d { bottom: 40%; left: 22%; animation-delay: 1.9s; font-size: 1.1rem; }
.hero__dish-wrap { position: relative; width: min(64vw, 380px); }
.hero__dish {
  width: 100%; height: auto; border-radius: 50%;
  border: var(--border); box-shadow: 6px 6px 0 var(--ink);
  animation: bob 4.5s ease-in-out infinite;
}
@keyframes bob { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-10px) rotate(1.5deg); } }
.hero__dish-wrap .spark--1 { top: -6%; left: -8%; }
.hero__dish-wrap .spark--2 { bottom: 4%; right: -10%; animation-delay: .8s; }
.hero__dish-wrap .spark--3 { top: 30%; right: -16%; animation-delay: 1.6s; font-size: 1.3rem; }
.hero__sub { font-size: 1.15rem; max-width: 46ch; }
.hero__cta { font-size: 1.45rem; }

/* ============ SCENES ============ */
.scenes { position: relative; }
.scene { min-height: 100svh; display: grid; align-items: center; padding: 76px 1.2rem 168px; scroll-snap-align: start; }
.scene__inner { max-width: 1080px; margin: 0 auto; width: 100%; display: grid; gap: .55rem; justify-items: center; text-align: center; }

.scene__art-wrap { position: relative; width: min(53vw, 420px); }
.scene__plate {
  border-radius: 50%; overflow: hidden;
  border: var(--border); box-shadow: 6px 6px 0 var(--ink);
  background: var(--plate, var(--c-blue));
  animation: bob 5s ease-in-out infinite;
}
.scene__plate img { display: block; width: 100%; height: auto; transform: scale(1.02); }
.scene__art-wrap .spark { top: -4%; right: -7%; }
.scene__art-wrap .spark--b { bottom: 6%; left: -9%; }
/* vintage grocery-seal price label: scalloped edge, dashed ring, occasional spin */
.scene__price {
  position: absolute; top: -22px; left: -26px; z-index: 3;
  width: 118px; height: 118px;
  display: grid; place-items: center;
  filter: drop-shadow(4px 4px 0 var(--ink));
  animation: pricespin 8s var(--ease) infinite;
  pointer-events: none;
}
.scene__price-seal { position: absolute; inset: 0; width: 100%; height: 100%; }
.scene__price-txt {
  position: relative; text-align: center; line-height: .92;
  font-size: 1rem; letter-spacing: .02em;
}
.scene__price-txt b { display: block; font-size: 1.85rem; }
@keyframes pricespin {
  0%, 70% { transform: rotate(-10deg) scale(1); }
  73% { transform: rotate(-20deg) scale(1.08); }
  81% { transform: rotate(350deg) scale(1); }
  100% { transform: rotate(350deg) scale(1); }
}

/* burst CTA — game-show starburst */
.burst-cta { position: relative; display: grid; justify-items: center; gap: .15rem; margin-top: -48px; z-index: 2; }
.burst {
  position: relative; width: clamp(116px, 28vw, 180px); aspect-ratio: 1;
  background: none; border: 0; cursor: pointer; padding: 0;
  filter: drop-shadow(6px 6px 0 var(--ink));
  animation: heartbeat 1.6s var(--ease) infinite;
  -webkit-tap-highlight-color: transparent;
}
.burst:active { transform: translate(4px,4px) scale(.96); }
.burst::before {
  content: ""; position: absolute; inset: 8%; border-radius: 50%; z-index: -1;
  box-shadow: 0 0 0 0 rgba(235, 51, 34, .55);
  animation: halo 1.6s ease-out infinite;
}
@keyframes halo {
  0% { box-shadow: 0 0 0 0 rgba(235, 51, 34, .55); }
  100% { box-shadow: 0 0 0 26px rgba(235, 51, 34, 0); }
}
@keyframes heartbeat {
  0%, 40%, 100% { transform: scale(1) rotate(-3deg); }
  10% { transform: scale(1.08) rotate(-1deg); }
  20% { transform: scale(.99) rotate(-4deg); }
  62% { transform: scale(1.04) rotate(-2deg); }
}
.burst__svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.burst__text {
  position: absolute; inset: 0; display: grid; place-content: center;
  color: var(--c-red); font-size: clamp(.82rem, 2.4vw, 1.05rem); line-height: 1.05;
  text-align: center; letter-spacing: -.01em;
}
.burst__text em { font-style: normal; display: block; font-size: .68em; line-height: 1.25; color: var(--ink); }
.burst__tap {
  position: absolute; bottom: 6%; right: 4%;
  font-size: 1.9rem; animation: tap 1.2s var(--ease) infinite;
}
@keyframes tap { 0%,100% { transform: translateY(0) rotate(-12deg); } 50% { transform: translateY(-9px) rotate(4deg) scale(1.15); } }
.burst__label {
  background: var(--c-red); color: var(--c-light);
  border: var(--border); border-radius: 999px;
  box-shadow: 4px 4px 0 var(--ink);
  padding: .32rem 1rem; font-size: clamp(.95rem, 2.7vw, 1.4rem);
  transform: rotate(-2deg); letter-spacing: .01em; white-space: nowrap;
}

/* ── label shows (desktop): wacky vignettes above each offer label ── */
.label-show { display: none; }
.label-show svg { width: 100%; height: auto; display: block; overflow: visible; }

/* scene 2: ferris spins, corn-dog car drives through a ketchup splat */
.bw-wheel { animation: bwspin 9s linear infinite; }
@keyframes bwspin { to { transform: rotate(360deg); } }
.bw-car { animation: bwcar 5.5s linear infinite; }
@keyframes bwcar {
  0% { transform: translate(-34px, 110px); }
  52% { transform: translate(150px, 110px); }
  60% { transform: translate(186px, 96px) rotate(-10deg); }
  66% { transform: translate(208px, 110px) rotate(0deg); }
  100% { transform: translate(300px, 110px); }
}
.bw-splat { transform-box: fill-box; transform-origin: 50% 100%; opacity: 0; animation: bwsplat 5.5s var(--ease) infinite; }
@keyframes bwsplat {
  0%, 60% { opacity: 0; transform: scale(.2); }
  66% { opacity: 1; transform: scale(1.25); }
  78% { opacity: 1; transform: scale(1); }
  90%, 100% { opacity: 0; transform: scale(.5); }
}

/* scene 3: pitcher tilts, syrup pours, butter pat drops & squashes, steam */
.sy-pitcher { animation: sypitcher 6s var(--ease) infinite; }
@keyframes sypitcher {
  0%, 8% { transform: rotate(0deg); }
  16%, 55% { transform: rotate(28deg); }
  64%, 100% { transform: rotate(0deg); }
}
.sy-stream { stroke-dasharray: 110; stroke-dashoffset: 110; animation: systream 6s linear infinite; }
@keyframes systream {
  0%, 14% { stroke-dashoffset: 110; }
  24%, 52% { stroke-dashoffset: 0; }
  62%, 100% { stroke-dashoffset: -110; }
}
.sy-butter { animation: sybutter 6s var(--ease) infinite; opacity: 0; }
@keyframes sybutter {
  0%, 60% { opacity: 0; transform: translate(190px, -16px); }
  63% { opacity: 1; }
  70% { transform: translate(190px, 64px) scale(1, 1); opacity: 1; }
  74% { transform: translate(190px, 66px) scale(1.35, .6); opacity: 1; }
  80%, 92% { transform: translate(190px, 64px) scale(1, 1); opacity: 1; }
  98%, 100% { opacity: 0; transform: translate(190px, 64px); }
}
.sy-steam { opacity: 0; animation: systeam 6s linear infinite; }
.sy-steam--2 { animation-delay: .4s; }
@keyframes systeam {
  0%, 26% { opacity: 0; transform: translateY(6px); }
  38% { opacity: .85; }
  56% { opacity: .85; transform: translateY(-6px); }
  70%, 100% { opacity: 0; transform: translateY(-12px); }
}

/* scene 4: marshmallow rides in, dragon torches it toasty */
.dr-head { transform-box: fill-box; transform-origin: 40% 80%; animation: drhead 6s var(--ease) infinite; }
@keyframes drhead {
  0%, 30%, 60%, 100% { transform: rotate(0deg) translateY(0); }
  38%, 52% { transform: rotate(-5deg) translateY(-4px); }
}
.dr-flame { transform-box: fill-box; transform-origin: 0% 50%; opacity: 0; animation: drflame 6s var(--ease) infinite; }
@keyframes drflame {
  0%, 36% { opacity: 0; transform: scale(.15); }
  42% { opacity: 1; transform: scale(1.25); }
  50% { opacity: 1; transform: scale(1); }
  56%, 100% { opacity: 0; transform: scale(.3); }
}
.dr-mallow { animation: drmallow 6s var(--ease) infinite; }
@keyframes drmallow {
  0% { transform: translate(280px, 64px) rotate(0deg); }
  26%, 64% { transform: translate(158px, 64px) rotate(0deg); }
  46% { transform: translate(158px, 64px) rotate(6deg); }
  100% { transform: translate(290px, 58px) rotate(8deg); }
}
.dr-toast { opacity: 0; transition: none; animation: drtoast 6s linear infinite; }
@keyframes drtoast {
  0%, 46% { opacity: 0; }
  54%, 100% { opacity: 1; }
}
.dr-mallow-steam { opacity: 0; animation: drmsteam 6s linear infinite; }
@keyframes drmsteam {
  0%, 54% { opacity: 0; transform: translateY(4px); }
  62% { opacity: .9; }
  78%, 100% { opacity: 0; transform: translateY(-8px); }
}
.cs-fuse { stroke-dasharray: 30; animation: csfuse 5s linear infinite; }
@keyframes csfuse { 0% { stroke-dashoffset: 0; } 36%, 100% { stroke-dashoffset: 30; } }
.cs-sparkle { animation: cssparkle 5s linear infinite; }
@keyframes cssparkle {
  0%, 8%, 16%, 24%, 32% { opacity: 1; }
  4%, 12%, 20%, 28% { opacity: .15; }
  36%, 100% { opacity: 0; }
}
.cs-cannon { animation: csrecoil 5s var(--ease) infinite; }
@keyframes csrecoil {
  0%, 37%, 46%, 100% { transform: translate(0, 0) rotate(0deg); }
  40% { transform: translate(-7px, 2px) rotate(-4deg); }
}
.cs-flash { transform-box: fill-box; transform-origin: center; animation: csflash 5s linear infinite; }
@keyframes csflash {
  0%, 36% { opacity: 0; transform: scale(.2); }
  40% { opacity: 1; transform: scale(1.3); }
  46%, 100% { opacity: 0; transform: scale(.4); }
}
.cs-man { animation: csman 5s linear infinite; }
@keyframes csman {
  0%, 38% { opacity: 0; transform: translate(74px, 66px) rotate(-40deg); }
  40% { opacity: 1; transform: translate(80px, 58px) rotate(0deg); }
  48% { transform: translate(112px, 26px) rotate(80deg); }
  56% { opacity: 1; transform: translate(156px, 14px) rotate(170deg); }
  64% { transform: translate(196px, 54px) rotate(270deg); }
  69% { opacity: 1; transform: translate(214px, 92px) rotate(355deg); }
  72%, 100% { opacity: 0; transform: translate(216px, 102px) rotate(380deg); }
}
.cs-splash { transform-box: fill-box; transform-origin: 50% 100%; opacity: 0; animation: cssplash 5s var(--ease) infinite; }
@keyframes cssplash {
  0%, 68% { opacity: 0; transform: scale(.4, .1); }
  74% { opacity: 1; transform: scale(1.15, 1.2); }
  84% { opacity: 1; transform: scale(1, 1); }
  93%, 100% { opacity: 0; transform: scale(.6, .15); }
}

.scene__title { font-size: clamp(1.42rem, .95rem + 2.7vw, 3.4rem); line-height: 1.02; letter-spacing: -.02em; }
.scene__sub { font-size: .92rem; max-width: 52ch; }

.scene__bullets { list-style: none; display: grid; gap: .46rem; max-width: 560px; width: 100%; text-align: left; }
.scene__bullets li {
  position: relative;
  display: flex; align-items: center; gap: .65rem;
  background: var(--c-light); border: var(--border); border-radius: 16px;
  box-shadow: 4px 4px 0 var(--ink); padding: .4rem .75rem;
}
/* either/or badge straddling bullet bars 1 and 2 */
.scene__bullets li:first-child::after {
  content: "OR";
  position: absolute; right: 26px; bottom: -19px; z-index: 3;
  display: grid; place-items: center;
  width: 38px; height: 30px; border-radius: 999px;
  background: var(--ink); color: var(--c-light);
  border: 2px solid var(--c-light);
  box-shadow: 0 0 0 2px var(--ink);
  font-family: "Titan One", sans-serif; font-size: .78rem; letter-spacing: .06em;
  transform: rotate(-5deg);
}
.chip {
  flex: 0 0 auto; display: grid; place-items: center;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--c-yellow); border: var(--border);
  transform: rotate(-6deg);
}
.chip svg { width: 27px; height: 27px; display: block; }
.scene__bullets p { font-size: .86rem; line-height: 1.26; }

/* pager */
.pager {
  position: fixed; left: 50%; bottom: calc(var(--callbar-h) + 10px);
  transform: translateX(-50%) translateY(140px);
  display: flex; align-items: center; gap: 1rem; z-index: 30;
  transition: transform .55s var(--ease), opacity .4s var(--ease);
  opacity: 0;
}
.pager.is-active { transform: translateX(-50%) translateY(0); opacity: 1; }
.pager__arrow { width: 52px; height: 52px; padding: 0; font-size: 1.5rem; }
.pager__dots { display: flex; align-items: center; gap: .55rem; }
.pager__dot {
  width: 12px; height: 12px; border-radius: 5px;
  background: var(--ink); border: 2px solid var(--ink);
  padding: 0; cursor: pointer; overflow: hidden; position: relative;
  transition: width .55s var(--ease);
}
.pager__dot.is-active { width: 84px; }
.pager__fill {
  position: absolute; inset: 0; background: var(--c-light);
  transform: translateX(-101%); border-radius: 3px;
}

/* ============ RECIPE (bg goes red) ============ */
.recipe { padding: 7rem 1.4rem 6rem; text-align: center; }
.recipe__title { font-size: clamp(2.4rem, 1.6rem + 4vw, 5rem); line-height: .98; }
.recipe__sub { color: var(--c-light); font-weight: 700; font-size: 1.2rem; margin-top: .8rem; }
.recipe__steps {
  list-style: none; max-width: 1080px; margin: 3rem auto 0;
  display: grid; gap: 1.6rem; grid-template-columns: 1fr;
}
@media (min-width: 760px) { .recipe__steps { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .recipe__steps { grid-template-columns: repeat(4, 1fr); } }
.step {
  position: relative; display: grid; justify-items: center; gap: .7rem;
  background: var(--c-light); border: var(--border); border-radius: 22px;
  box-shadow: 6px 6px 0 var(--ink); padding: 2.4rem 1.2rem 1.6rem;
}
.step__num {
  position: absolute; top: -18px; left: -10px;
  display: grid; place-items: center;
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--c-green); border: var(--border); box-shadow: 3px 3px 0 var(--ink);
  font-family: "Titan One", sans-serif; font-size: 1.5rem; transform: rotate(-8deg);
}
.step__art {
  width: min(52vw, 190px); height: auto; border-radius: 50%;
  border: var(--border); background: var(--c-yellow);
}
.step__name { font-size: 1.35rem; letter-spacing: -.01em; line-height: 1.05; }
.step__desc { font-size: .95rem; max-width: 30ch; }
.recipe__cta { margin-top: 3rem; font-size: 1.5rem; background: var(--c-green); }

/* ============ FOOTER ============ */
.footer { padding: 4rem 1.4rem calc(3rem + var(--callbar-h)); text-align: center; display: grid; justify-items: center; gap: .8rem; }
.footer__mark { border-radius: 50%; border: var(--border); background: var(--c-red); }
.footer__claim { font-size: 2.2rem; }
.footer__tag { color: var(--c-light); font-weight: 700; }
.footer__legal { max-width: 720px; display: grid; gap: .6rem; margin-top: 1rem; }
.footer__legal p { color: var(--c-light); font-size: .78rem; line-height: 1.45; opacity: .92; }
.footer__legal a { color: var(--c-light); }

/* ============ CALL BAR ============ */
.callbar {
  position: fixed; left: 0; right: 0; bottom: 0; height: var(--callbar-h); z-index: 45;
  background: var(--ink);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .12rem;
  border-top: 3px solid var(--c-yellow);
  text-align: center;
}
.callbar__phone {
  display: flex; align-items: center; justify-content: center; gap: .65rem; text-decoration: none;
  animation: phonepulse 1.6s var(--ease) infinite;
}
@keyframes phonepulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.06); } }
.callbar__num { color: var(--c-yellow); font-size: clamp(1.9rem, 1.2rem + 3vw, 2.6rem); letter-spacing: .02em; line-height: 1; }
.callbar__caption { color: var(--c-light); font-size: .88rem; letter-spacing: .08em; }
.callbar__ring {
  font-size: clamp(1.7rem, 1.1rem + 2.4vw, 2.3rem); line-height: 1;
  animation: ringring 1.8s linear infinite; transform-origin: 50% 80%;
}
@keyframes ringring {
  0%, 55%, 100% { transform: rotate(0deg); }
  58% { transform: rotate(-14deg); } 62% { transform: rotate(12deg); }
  66% { transform: rotate(-12deg); } 70% { transform: rotate(10deg); }
  74% { transform: rotate(-8deg); } 78% { transform: rotate(6deg); } 82% { transform: rotate(0deg); }
}
.callbar__flip { position: relative; width: 2rem; height: 2rem; display: inline-block; }
.callbar__spatula { position: absolute; bottom: -4px; left: 0; font-size: 1.5rem; transform: rotate(-20deg); }
.callbar__burger { position: absolute; bottom: 6px; left: 6px; font-size: 1.3rem; animation: flip 5s var(--ease) infinite; transform-origin: center; }
@keyframes flip {
  0%, 70%, 100% { transform: translateY(0) rotate(0); }
  76% { transform: translateY(-26px) rotate(200deg); }
  84% { transform: translateY(-6px) rotate(360deg); }
  88% { transform: translateY(0) rotate(360deg) scale(1.15, .85); }
  92% { transform: translateY(0) rotate(360deg) scale(1, 1); }
}

/* ============ LEAD SHEET (bottom popover) ============ */
.sheet-backdrop {
  position: fixed; inset: 0; z-index: 50;
  background: rgba(0,0,0,.5);
  opacity: 0; transition: opacity .4s var(--ease);
}
.sheet-backdrop.is-open { opacity: 1; }
.sheet {
  position: fixed; left: 50%; bottom: 0; z-index: 55;
  width: min(100%, 620px); max-height: 88svh; overflow-y: auto;
  transform: translateX(-50%) translateY(105%);
  background: var(--c-light);
  border: var(--border); border-bottom: 0;
  border-radius: 26px 26px 0 0;
  box-shadow: 0 -6px 0 var(--ink);
  padding: 1rem 1.4rem 2rem;
  transition: transform .55s var(--ease);
}
.sheet.is-open { transform: translateX(-50%) translateY(0); }
.sheet__grab { width: 60px; height: 6px; border-radius: 3px; background: var(--ink); margin: 0 auto .8rem; }
.sheet__close {
  position: absolute; top: 14px; right: 14px;
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--c-red); color: var(--c-light);
  border: var(--border); box-shadow: 3px 3px 0 var(--ink);
  font-size: 1.1rem; cursor: pointer;
}
.sheet__title { font-size: 2.1rem; color: var(--c-red); -webkit-text-stroke: 2px var(--ink); paint-order: stroke fill; }
.sheet__offer-line { font-size: 1rem; margin: .2rem 0 1rem; }

.leadform { display: grid; gap: .9rem; }
.hp { position: absolute; left: -5000px; opacity: 0; height: 0; }
.leadform__field { display: grid; gap: .3rem; }
.leadform__field > span { font-weight: 700; font-size: .95rem; }
.leadform__field input {
  font: inherit; padding: .7rem .9rem;
  border: var(--border); border-radius: var(--radius);
  background: #fff; width: 100%;
}
.leadform__field input:focus, .leadform__cal input:focus { outline: 3px solid var(--c-blue); outline-offset: 1px; }
.leadform__sms { font-size: .72rem; opacity: .75; line-height: 1.35; }
.leadform__err { display: none; color: var(--c-red); font-size: .8rem; font-style: normal; font-weight: 700; }
.is-error .leadform__err { display: block; }
.is-error input[type="text"], .is-error input[type="email"], .is-error input[type="tel"] { border-color: var(--c-red); }

/* the dates switch */
.switch { display: flex; align-items: center; gap: .7rem; cursor: pointer; }
.switch input { position: absolute; opacity: 0; }
.switch__track {
  flex: 0 0 auto; width: 58px; height: 32px; border-radius: 999px;
  background: #fff; border: var(--border); position: relative;
  transition: background-color .35s var(--ease);
}
.switch__thumb {
  position: absolute; top: 2px; left: 2px; width: 22px; height: 22px;
  border-radius: 50%; background: var(--c-red); border: 2px solid var(--ink);
  transition: transform .35s var(--ease);
}
.switch input:checked + .switch__track { background: var(--c-green); }
.switch input:checked + .switch__track .switch__thumb { transform: translateX(26px); }
.switch input:focus-visible + .switch__track { outline: 3px solid var(--c-blue); }
.switch__label { font-size: .95rem; }
.leadform__cal { display: flex; gap: .8rem; margin-top: .7rem; flex-wrap: wrap; }
.leadform__cal label { display: grid; gap: .25rem; font-size: .85rem; font-weight: 700; flex: 1 1 140px; }
.leadform__cal input { font: inherit; padding: .55rem .7rem; border: var(--border); border-radius: var(--radius); background: #fff; }

.leadform__check { display: flex; gap: .6rem; align-items: flex-start; font-size: .74rem; line-height: 1.4; }
.leadform__check input { width: 22px; height: 22px; flex: 0 0 auto; margin-top: 2px; accent-color: var(--c-red); }
.leadform__check a { color: var(--c-red); font-weight: 700; }
.leadform__submit { font-size: 1.35rem; background: var(--c-yellow); justify-self: stretch; }
.leadform__status { font-weight: 700; font-size: .9rem; min-height: 1.2em; }
.leadform__status.is-bad { color: var(--c-red); }

/* success state: the sheet jumps to a big centered ORDER UP modal */
.sheet.is-success {
  bottom: 50%; transform: translateX(-50%) translateY(50%) scale(1);
  width: min(94vw, 580px); max-height: 94svh;
  border: var(--border); border-radius: 26px;
  box-shadow: 8px 8px 0 var(--ink);
  animation: successpop .55s var(--ease);
}
@keyframes successpop {
  0% { transform: translateX(-50%) translateY(50%) scale(.7) rotate(-3deg); }
  60% { transform: translateX(-50%) translateY(50%) scale(1.05) rotate(1deg); }
  100% { transform: translateX(-50%) translateY(50%) scale(1) rotate(0deg); }
}
.sheet__success { text-align: center; display: grid; gap: .7rem; justify-items: center; padding: .6rem 0 .4rem; }
.sheet__success-title { font-family: "Titan One", sans-serif; font-size: 3rem; color: var(--c-red); -webkit-text-stroke: 2.5px var(--ink); paint-order: stroke fill; filter: drop-shadow(3px 3px 0 var(--ink)); }
.success__sub { font-size: 1.05rem; max-width: 34ch; }

/* serrated kitchen-ticket stub */
.ticket-stub {
  display: grid; justify-items: center; gap: .1rem;
  background: #fff; border: var(--border);
  padding: .7rem 1.6rem 1.1rem;
  transform: rotate(-2deg);
  filter: drop-shadow(4px 4px 0 var(--ink));
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px),
    95% 100%, 90% calc(100% - 8px), 85% 100%, 80% calc(100% - 8px),
    75% 100%, 70% calc(100% - 8px), 65% 100%, 60% calc(100% - 8px),
    55% 100%, 50% calc(100% - 8px), 45% 100%, 40% calc(100% - 8px),
    35% 100%, 30% calc(100% - 8px), 25% 100%, 20% calc(100% - 8px),
    15% 100%, 10% calc(100% - 8px), 5% 100%, 0 calc(100% - 8px));
}
.ticket-stub__head { font-weight: 700; font-size: .78rem; letter-spacing: .12em; }
.ticket-stub__num {
  font-family: "Titan One", sans-serif; font-size: 2.9rem; line-height: 1;
  color: var(--c-red); letter-spacing: .12em;
  animation: ticketflash 1.1s var(--ease) infinite;
}
@keyframes ticketflash {
  0%, 100% { transform: scale(1); opacity: 1; }
  45% { transform: scale(1.09); opacity: 1; }
  60% { opacity: .35; }
  70% { opacity: 1; }
}
.ticket-stub__tag { font-size: .72rem; opacity: .75; }

/* wacky countdown */
.success__timer { display: grid; justify-items: center; gap: 0; }
.success__timer-num {
  font-family: "Titan One", sans-serif; font-size: 2.5rem; line-height: 1;
  animation: ticktock 1s var(--ease) infinite;
}
@keyframes ticktock {
  0%, 100% { transform: rotate(-2.5deg) scale(1); }
  50% { transform: rotate(2.5deg) scale(1.04); }
}
.success__timer-num.is-low { color: var(--c-red); }
.success__timer-num.is-panic { animation: panicshake .3s linear infinite; color: var(--c-red); }
@keyframes panicshake {
  0%, 100% { transform: translate(0, 0) rotate(-2deg); }
  25% { transform: translate(2px, -1px) rotate(2deg); }
  50% { transform: translate(-2px, 1px) rotate(-2deg); }
  75% { transform: translate(1px, 1px) rotate(1deg); }
}
.success__timer-label { font-weight: 700; font-size: .82rem; letter-spacing: .06em; }

/* the big seated-for-your-stay call CTA */
.success__call {
  display: flex; align-items: center; gap: .8rem; text-decoration: none;
  background: var(--c-green); padding: .7rem 1.3rem; text-transform: none;
}
.success__call-icon { font-size: 2.2rem; animation: ringring 1.8s linear infinite; transform-origin: 50% 80%; }
.success__call-txt { display: block; text-align: left; font-family: "Poppins", sans-serif; font-weight: 700; font-size: 1rem; line-height: 1.3; max-width: 24ch; }
.success__call-txt b { color: var(--c-red); }
.success__call-txt em { display: block; font-style: normal; font-family: "Titan One", sans-serif; font-size: 1.85rem; letter-spacing: .02em; color: var(--ink); margin-top: .15rem; }
.sheet.is-success .sheet__title, .sheet.is-success .sheet__offer-line { display: none; }
.success__grub { font-family: "Titan One", sans-serif; font-size: 1.05rem; letter-spacing: .08em; color: var(--c-red); -webkit-text-stroke: 1.2px var(--ink); paint-order: stroke fill; }

/* ============ DESKTOP SCENE LAYOUT ============ */
@media (min-width: 900px) {
  .scene { padding-bottom: 182px; }
  .scene__inner {
    grid-template-columns: minmax(0, 460px) minmax(0, 1fr);
    grid-template-areas: "art title" "art sub" "art bullets" "art cta";
    align-items: center; column-gap: 3.2rem; text-align: left; justify-items: start;
  }
  .scene__art-wrap { grid-area: art; width: 100%; }
  .scene__title { grid-area: title; }
  .scene__sub { grid-area: sub; }
  .scene__bullets { grid-area: bullets; }
  /* CTA block under the offer bars: big burst left, cannon show above the label right */
  .burst-cta {
    grid-area: cta; margin-top: .2rem;
    display: grid; grid-template-columns: auto auto;
    grid-template-areas: "burst show" "burst label";
    column-gap: 1.4rem; row-gap: .3rem;
    align-items: end; justify-content: start; justify-items: start;
  }
  .burst { grid-area: burst; width: 192px; }
  .burst .burst__text { font-size: 1.18rem; }
  .burst-cta .burst__label { grid-area: label; order: 0; margin: 0; align-self: start; }
  .label-show { grid-area: show; display: block; width: 252px; pointer-events: none; }
  .scene__price { width: 136px; height: 136px; top: -26px; left: -30px; }
  .scene__price-txt { font-size: 1.15rem; }
  .scene__price-txt b { font-size: 2.15rem; }
}
/* short desktop viewports: keep the hero dish + CTA above the fold */
@media (min-width: 900px) and (max-height: 980px) {
  .hero__title { font-size: clamp(2.6rem, 2rem + 3vw, 4.6rem); }
  .hero__dish-wrap { width: min(34vh, 320px); }
  .hero__inner { gap: .8rem; }
}

/* ============ MOBILE HEADER (two-row pill) ============ */
@media (max-width: 899px) {
  .header { inset: 8px 8px auto; }
  .header__pill { flex-wrap: wrap; row-gap: .25rem; padding: .42rem .6rem; }
  .header__mark { width: 36px; height: 36px; }
  .header__wordmark { font-size: 1.55rem; -webkit-text-stroke: 2.5px var(--ink); }
  .header__serving { margin-left: auto; margin-right: auto; padding-right: 8%; } /* centered in the row */
  .serving-sign { font-size: .68rem; padding: .22rem .6rem; }
  .serving-hand { font-size: 1.2rem; }
  /* row 2: ONE big offer at a time with pulsing tap arrows */
  .mnav-arrow {
    order: 3; display: grid; place-items: center; flex: 0 0 auto;
    width: 38px; height: 38px; border-radius: 50%;
    background: var(--ink); color: var(--c-yellow);
    border: 2px solid var(--c-yellow);
    font-size: 1.35rem; line-height: 1; padding: 0 0 3px;
    cursor: pointer;
    animation: arrowpulse 1.3s var(--ease) infinite;
  }
  .mnav-arrow--next { order: 5; animation-delay: .65s; }
  @keyframes arrowpulse {
    0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(0,0,0,.45); }
    50% { transform: scale(1.12); box-shadow: 0 0 0 6px rgba(0,0,0,0); }
  }
  .header__nav { order: 4; flex: 1; margin-left: 0; position: relative; height: 48px; }
  .mnav { display: none; position: absolute; inset: 0; justify-content: center; align-items: center; padding: 0; gap: .55rem; }
  .mnav.is-shown { display: flex; }
  .mnav__words { font-size: .92rem; letter-spacing: .03em; -webkit-text-stroke: 2.2px var(--ink); }
  .mnav__icon { font-size: 1.9rem; }
  .hero { padding-top: 150px; }
  .scene { padding-top: 116px; }
  .scene { padding-top: 108px; }
  .scene__art-wrap { width: min(44vw, 420px); }
  .floaty--5 { display: none; } /* declutter small screens */
  /* keep the long Gatlinburg headline to two lines */
  #scene-gatlinburg .scene__title { font-size: clamp(1.26rem, .82rem + 2.4vw, 3.2rem); }
}

/* entry states (GSAP animates to visible) */
.js .scene__plate, .js .burst-cta, .js .scene__title, .js .scene__sub,
.js .scene__bullets li, .js .step { opacity: 0; }
.no-js .pager { display: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .scene__plate, .js .burst-cta, .js .scene__title, .js .scene__sub,
  .js .scene__bullets li, .js .step { opacity: 1; }
}
