:root {
  --cream: #FFFEF0;
  --red: #C53029;
  --blue: #658ABF;
  --yellow: #FFDD46;
  --ink: #191933;
  --peach: #FACE9F;
  --tan: #C2995A;
  --shadow-offset: 10px;
  --display: "Bagel Fat One", "Bowlby One", system-ui, sans-serif;
  --wordmark: "Alfa Slab One", "Ultra", Georgia, serif;
  --script: "Pacifico", "Lobster", cursive;
  --body: "Inter", system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--cream);
  color: var(--ink);
  font-family: var(--body);
  font-weight: 300;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; border: 0; background: none; cursor: pointer; color: inherit; }
input { font: inherit; }

.skip {
  position: absolute; left: -10000px; top: auto;
  background: var(--ink); color: var(--cream); padding: 12px 18px;
  font-family: var(--body); letter-spacing: 0.18em; text-transform: uppercase; font-size: 12px;
}
.skip:focus { left: 16px; top: 16px; z-index: 9999; }

/* ─────────────────────────────  T Y P E  ───────────────────────────── */
.display {
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 0.92;
  text-transform: uppercase;
  color: var(--ink);
}
.display-xxl { font-size: clamp(56px, 12vw, 200px); }
.display-xl  { font-size: clamp(44px, 8vw, 132px); }
.display-l   { font-size: clamp(32px, 5.5vw, 88px); }
.display-m   { font-size: clamp(26px, 3.6vw, 56px); }

.script {
  font-family: var(--script);
  color: var(--blue);
  line-height: 1;
  font-weight: 400;
}
.script-xxl { font-size: clamp(56px, 11vw, 180px); }
.script-xl  { font-size: clamp(36px, 6vw, 92px); }
.script-l   { font-size: clamp(24px, 3vw, 44px); }

.eyebrow {
  font-family: var(--body);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 11px;
  font-weight: 500;
  color: var(--ink);
}
.eyebrow--cream { color: var(--cream); }
.eyebrow--red   { color: var(--red); }

.body-l { font-size: clamp(16px, 1.4vw, 19px); max-width: 60ch; }
.body-m { font-size: 15px; max-width: 55ch; }

/* Double-shadow headline: intermediate color + ink. First-shadow MUST contrast both text and bg. */
.layered {
  position: relative;
  color: var(--red);
  text-shadow:
    4px 4px 0 var(--yellow),
    10px 10px 0 var(--ink);
}
/* On RED bg: text in cream/peach/yellow, first shadow in PEACH (warm contrast), second in INK */
.layered--on-red       { color: var(--cream);  text-shadow: 4px 4px 0 var(--peach), 10px 10px 0 var(--ink); }
.layered--on-red-yellow { color: var(--yellow); text-shadow: 4px 4px 0 var(--peach), 10px 10px 0 var(--ink); }
.layered--on-red-peach  { color: var(--peach);  text-shadow: 4px 4px 0 var(--yellow), 10px 10px 0 var(--ink); }
/* On YELLOW bg: text in red/ink, first shadow in CREAM, second in INK */
.layered--on-yellow    { color: var(--red);    text-shadow: 4px 4px 0 var(--cream), 10px 10px 0 var(--ink); }
.layered--on-yellow-ink { color: var(--ink);   text-shadow: 4px 4px 0 var(--cream), 10px 10px 0 var(--red); }
/* On BLUE bg: text in cream/yellow, first shadow in YELLOW (warm punch), second in INK */
.layered--on-blue      { color: var(--cream);  text-shadow: 4px 4px 0 var(--yellow), 10px 10px 0 var(--ink); }
.layered--on-blue-yellow { color: var(--yellow); text-shadow: 4px 4px 0 var(--cream), 10px 10px 0 var(--ink); }
/* On CREAM bg: text in ink/red, first shadow in RED or YELLOW, second in INK */
.layered--on-cream     { color: var(--ink);    text-shadow: 4px 4px 0 var(--yellow), 10px 10px 0 var(--red); }
.layered--on-cream-red  { color: var(--red);   text-shadow: 4px 4px 0 var(--yellow), 10px 10px 0 var(--ink); }
/* On PEACH bg: text in red/ink */
.layered--on-peach     { color: var(--red);    text-shadow: 4px 4px 0 var(--cream), 10px 10px 0 var(--ink); }
/* Legacy aliases (kept for backward compat — don't use in new code) */
.layered--cream { color: var(--cream); text-shadow: 4px 4px 0 var(--peach), 10px 10px 0 var(--ink); }
.layered--yellow { color: var(--yellow); text-shadow: 4px 4px 0 var(--peach), 10px 10px 0 var(--ink); }
.layered--blue { color: var(--blue); text-shadow: 4px 4px 0 var(--yellow), 10px 10px 0 var(--ink); }
.layered--ink { color: var(--ink); text-shadow: 4px 4px 0 var(--yellow), 10px 10px 0 var(--red); }

/* ─────────────────────────────  M A R Q U E E  ───────────────────────────── */
.marquee {
  background: var(--blue);
  color: var(--yellow);
  border-block: 3px solid var(--ink);
  overflow: hidden;
  position: relative;
}
.marquee__track {
  display: flex;
  gap: 36px;
  white-space: nowrap;
  padding: 14px 0;
  animation: marquee-scroll 42s linear infinite;
  font-family: var(--display);
  text-transform: uppercase;
  font-size: clamp(14px, 1.4vw, 20px);
  letter-spacing: 0.08em;
}
.marquee__track span { padding-inline: 22px; }
.marquee__track .star { color: var(--cream); }
.marquee__track .star--red    { color: var(--red); }
.marquee__track .star--yellow { color: var(--yellow); }
.marquee__track .star--cream  { color: var(--cream); }
@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ─────────────────────────────  H E A D E R  ───────────────────────────── */
.header {
  position: sticky; top: 0; z-index: 100;
  background: var(--cream);
  border-bottom: 2px solid var(--ink);
  padding: 14px clamp(20px, 4vw, 56px);
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.header__logo {
  font-family: var(--wordmark);
  font-size: clamp(22px, 2.4vw, 30px);
  letter-spacing: 0.01em;
  color: var(--red);
  line-height: 1;
  display: inline-flex; align-items: baseline; gap: 8px;
  text-shadow: 2px 2px 0 var(--ink);
}
.header__logo small {
  font-family: var(--script);
  color: var(--blue);
  font-size: 0.6em;
  text-shadow: 1px 1px 0 var(--ink);
}
.nav {
  display: flex; gap: clamp(16px, 3vw, 40px); align-items: center;
}
.nav a {
  font-family: var(--body);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  padding: 6px 0;
}
.nav a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -2px;
  height: 3px; background: var(--red);
  transform: scaleX(0); transform-origin: left;
  transition: transform .35s cubic-bezier(.6,.1,.2,1);
}
.nav a:hover::after, .nav a[aria-current]::after { transform: scaleX(1); }
.nav a.nav__order {
  background: var(--yellow); color: var(--ink);
  padding: 11px 24px 11px 24px;
  border: 2px solid var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
  border-radius: 999px;
  letter-spacing: 0.16em;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  line-height: 1;
}
.nav a.nav__order::after { display: none; } /* kill the inherited underline-on-hover */
.nav a.nav__order:hover { transform: translate(-2px,-2px); box-shadow: 6px 6px 0 var(--ink); }

@media (max-width: 720px) {
  .nav a:not(.nav__order) { display: none; }
}

/* ─────────────────────────────  B A C K G R O U N D S  ───────────────────────────── */
.bg-cream  { background: var(--cream); color: var(--ink); }
.bg-red    { background: var(--red);   color: var(--cream); }
.bg-blue   { background: var(--blue);  color: var(--cream); }
.bg-yellow { background: var(--yellow); color: var(--ink); }
.bg-ink    { background: var(--ink);   color: var(--cream); }
.bg-peach  { background: var(--peach); color: var(--ink); }

/* three-star confetti, SVG inline as data URI background. Low opacity so headlines pop. */
.bg-stars {
  background-color: var(--cream);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='260' height='260' viewBox='0 0 260 260'><g stroke='%23191933' stroke-width='1.5' stroke-linejoin='round' stroke-opacity='0.35'><path d='M40 50 l5 14 l14 0 l-12 9 l5 14 l-12 -9 l-12 9 l5 -14 l-12 -9 l14 0 z' fill='%23C53029' fill-opacity='0.20'/><path d='M180 80 l5 14 l14 0 l-12 9 l5 14 l-12 -9 l-12 9 l5 -14 l-12 -9 l14 0 z' fill='%23FFDD46' fill-opacity='0.25'/><path d='M110 170 l5 14 l14 0 l-12 9 l5 14 l-12 -9 l-12 9 l5 -14 l-12 -9 l14 0 z' fill='%23658ABF' fill-opacity='0.22'/><path d='M220 200 l5 14 l14 0 l-12 9 l5 14 l-12 -9 l-12 9 l5 -14 l-12 -9 l14 0 z' fill='%23C53029' fill-opacity='0.18'/><path d='M60 220 l5 14 l14 0 l-12 9 l5 14 l-12 -9 l-12 9 l5 -14 l-12 -9 l14 0 z' fill='%23FFDD46' fill-opacity='0.20'/></g></svg>");
  background-size: 260px 260px;
}

.bg-checker {
  background-color: var(--cream);
  background-image:
    linear-gradient(45deg, var(--red) 25%, transparent 25%),
    linear-gradient(-45deg, var(--red) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, var(--red) 75%),
    linear-gradient(-45deg, transparent 75%, var(--red) 75%);
  background-size: 40px 40px;
  background-position: 0 0, 0 20px, 20px -20px, -20px 0;
}

.bg-stripe {
  background:
    repeating-linear-gradient(
      to bottom,
      var(--red)    0     12px,
      var(--cream)  12px  16px,
      var(--blue)   16px  28px,
      var(--cream)  28px  32px,
      var(--yellow) 32px  44px,
      var(--cream)  44px  48px
    );
}

/* Legacy wordmark-tile class kept for backward compat but unused on hero now. */
.bg-wordmark-tile {
  position: relative;
  background: var(--cream);
  overflow: hidden;
}
.bg-wordmark-tile > * { position: relative; z-index: 1; }

/* ─────────────────────────────  F R A M E S  ───────────────────────────── */
.frame {
  background: var(--cream);
  border: 2px solid var(--ink);
  box-shadow: 10px 10px 0 var(--ink);
  padding: clamp(20px, 2.6vw, 40px);
  position: relative;
}
.frame--red    { background: var(--red);    color: var(--cream); }
.frame--blue   { background: var(--blue);   color: var(--cream); }
.frame--yellow { background: var(--yellow); }
.frame--peach  { background: var(--peach); }
.frame--ink    { background: var(--ink);    color: var(--cream); }
.frame--inner-rule { outline: 2px solid currentColor; outline-offset: -10px; }

/* ─────────────────────────────  B U T T O N S  ───────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 14px 24px;
  font-family: var(--body);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 13px;
  font-weight: 600;
  border: 2px solid var(--ink);
  box-shadow: 6px 6px 0 var(--ink);
  transition: transform .2s, box-shadow .2s;
}
.btn:hover { transform: translate(-3px, -3px); box-shadow: 9px 9px 0 var(--ink); }
.btn:active { transform: translate(2px, 2px); box-shadow: 3px 3px 0 var(--ink); }

.btn--order {
  background: var(--yellow); color: var(--ink); position: relative;
  padding-right: 56px;
}
.btn--order::after {
  content: "→";
  position: absolute; right: 18px; top: 50%; transform: translateY(-50%);
  font-family: var(--display); font-size: 22px;
}
.btn--ghost  { background: var(--cream); color: var(--ink); }
.btn--red    { background: var(--red);   color: var(--cream); }
.btn--cream  { background: var(--cream); color: var(--ink); }

/* marquee bulb dots ringing the order button — ink dots so they're visible on cream/yellow */
.btn--bulbs { position: relative; overflow: visible; isolation: isolate; }
.btn--bulbs::before {
  content: "";
  position: absolute; inset: -7px;
  border-radius: inherit;
  background:
    radial-gradient(circle 2.5px at 6px 6px, var(--ink) 99%, transparent 100%) 0 0 / 18px 18px repeat-x,
    radial-gradient(circle 2.5px at 6px 6px, var(--ink) 99%, transparent 100%) 0 100% / 18px 18px repeat-x,
    radial-gradient(circle 2.5px at 6px 6px, var(--ink) 99%, transparent 100%) 0 0 / 18px 18px repeat-y,
    radial-gradient(circle 2.5px at 6px 6px, var(--ink) 99%, transparent 100%) 100% 0 / 18px 18px repeat-y;
  animation: bulbs 1.6s linear infinite;
  pointer-events: none;
  z-index: -1;
}
@keyframes bulbs {
  0%, 100% { opacity: .55; }
  50%      { opacity: 1; }
}

/* ─────────────────────────────  H E R O  ───────────────────────────── */
.hero {
  min-height: clamp(680px, 90vh, 980px);
  display: grid;
  place-items: center;
  padding: clamp(60px, 8vh, 100px) clamp(20px, 5vw, 60px);
  position: relative;
  background: var(--peach);
}
/* Hero outer block carries a faint star-confetti texture (the hand-drawn anchor). */
.hero::after {
  content: ""; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240' viewBox='0 0 240 240'><g stroke='%23191933' stroke-width='1.5' stroke-linejoin='round' stroke-opacity='0.20'><path d='M40 50 l5 14 l14 0 l-12 9 l5 14 l-12 -9 l-12 9 l5 -14 l-12 -9 l14 0 z' fill='%23C53029' fill-opacity='0.15'/><path d='M180 80 l5 14 l14 0 l-12 9 l5 14 l-12 -9 l-12 9 l5 -14 l-12 -9 l14 0 z' fill='%23FFDD46' fill-opacity='0.20'/><path d='M100 170 l5 14 l14 0 l-12 9 l5 14 l-12 -9 l-12 9 l5 -14 l-12 -9 l14 0 z' fill='%23658ABF' fill-opacity='0.18'/></g></svg>");
  background-size: 240px 240px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.9;
}
.hero > * { position: relative; z-index: 1; }
.hero__copy {
  max-width: 1080px;
  text-align: center;
  position: relative;
  z-index: 2;
  background: var(--cream);
  border: 2px solid var(--ink);
  box-shadow: 14px 14px 0 var(--ink);
  padding: clamp(40px, 5vw, 80px) clamp(28px, 5vw, 80px);
  width: min(1080px, 100%);
}
/* Hero front-door: wordmark "SAMMY'S" as the dominant brand mark + script tagline below.
   "American Favorites" lives in the header — keeping the hero focused on the brand mark. */
.hero__title {
  font-family: var(--wordmark);
  color: var(--red);
  font-size: clamp(64px, 10vw, 156px);
  line-height: 0.88;
  text-transform: uppercase;
  text-shadow: 6px 6px 0 var(--yellow), 14px 14px 0 var(--ink);
  margin-bottom: 22px;
  letter-spacing: -0.005em;
  max-width: 100%;
  overflow-wrap: normal;
}
.hero__tagline {
  font-family: var(--script);
  color: var(--blue);
  font-size: clamp(28px, 4vw, 64px);
  line-height: 1.05;
  text-shadow: 3px 3px 0 var(--ink);
  margin-bottom: 36px;
  display: block;
}
.hero__eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  color: var(--ink);
  font-family: var(--body); text-transform: uppercase;
  letter-spacing: 0.34em; font-size: 12px; font-weight: 600;
  margin-bottom: 22px;
}
.hero__eyebrow::before, .hero__eyebrow::after {
  content: ""; display: inline-block;
  width: 28px; height: 2px; background: var(--red);
}
.hero__sub {
  font-family: var(--display);
  font-size: clamp(20px, 2.2vw, 32px);
  margin-bottom: 36px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--ink);
}
.hero__sub em {
  font-family: var(--script);
  text-transform: none;
  color: var(--red);
  font-style: normal;
  font-size: 1.15em;
  margin-left: 6px;
}
.hero__cta { display: inline-flex; gap: 18px; flex-wrap: wrap; justify-content: center; }
.hero__mascot {
  position: absolute;
  right: clamp(10px, 4vw, 80px);
  bottom: clamp(20px, 4vw, 60px);
  width: clamp(120px, 16vw, 240px);
  animation: bob 3.4s ease-in-out infinite;
  z-index: 3;
}
@media (max-width: 880px) {
  .hero__mascot { display: none; }
}
@keyframes bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

/* ─────────────────────────────  T H R E E   P R O M I S E S  ───────────────────────────── */
.promises {
  padding: clamp(80px, 10vw, 140px) clamp(20px, 5vw, 80px);
  background: var(--cream);
  border-block: 2px solid var(--ink);
  position: relative;
}
.promises::before {
  content: ""; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='320' height='320' viewBox='0 0 320 320'><g stroke='%23191933' stroke-width='1.5' stroke-linejoin='round' stroke-opacity='0.18'><path d='M50 60 l5 14 l14 0 l-12 9 l5 14 l-12 -9 l-12 9 l5 -14 l-12 -9 l14 0 z' fill='%23C53029' fill-opacity='0.10'/><path d='M260 90 l5 14 l14 0 l-12 9 l5 14 l-12 -9 l-12 9 l5 -14 l-12 -9 l14 0 z' fill='%23FFDD46' fill-opacity='0.14'/><path d='M180 240 l5 14 l14 0 l-12 9 l5 14 l-12 -9 l-12 9 l5 -14 l-12 -9 l14 0 z' fill='%23658ABF' fill-opacity='0.12'/></g></svg>");
  background-size: 320px 320px;
  pointer-events: none; z-index: 0;
}
.promises > * { position: relative; z-index: 1; }
.promises__heading {
  max-width: 1400px;
  margin: 0 auto clamp(40px, 5vw, 64px);
  font-family: var(--display);
  font-size: clamp(40px, 6vw, 96px);
  line-height: 0.95;
  text-transform: uppercase;
  color: var(--ink);
  text-shadow: 4px 4px 0 var(--yellow), 10px 10px 0 var(--red);
}
.promises__heading em {
  font-family: var(--script);
  color: var(--blue);
  text-transform: none;
  font-style: normal;
  font-size: 1.05em;
  margin-left: 12px;
  text-shadow: 3px 3px 0 var(--cream);
}
.promises__grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(28px, 3vw, 56px);
  max-width: 1400px; margin: 0 auto;
}
.promise { position: relative; padding: 32px 12px 24px; border-top: 3px solid var(--ink); display: flex; flex-direction: column; gap: 14px; }
.promise__num {
  font-family: var(--display); font-size: clamp(56px, 6.5vw, 104px);
  color: var(--red); line-height: 1;
  display: inline-block;
  text-shadow: 3px 3px 0 var(--yellow), 7px 7px 0 var(--ink);
  margin-top: 4px;
}
.promise__title { font-family: var(--display); text-transform: uppercase; font-size: clamp(20px, 2vw, 30px); line-height: 1; margin-bottom: 16px; max-width: 12ch; }
.promise__body { font-size: 15px; line-height: 1.6; max-width: 32ch; }
@media (max-width: 880px) { .promises__grid { grid-template-columns: 1fr; gap: 40px; } }

/* ─────────────────────────────  A U D I E N C E   B L O C K  ───────────────────────────── */
.audience {
  background: var(--red);
  color: var(--cream);
  padding: clamp(80px, 10vw, 140px) clamp(20px, 5vw, 80px);
  position: relative;
  overflow: hidden;
}
.audience::before {
  content: ""; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='320' height='320' viewBox='0 0 320 320'><g stroke='%23FFFEF0' stroke-width='1.5' stroke-opacity='0.30'><path d='M40 50 l8 22 l22 0 l-18 14 l8 22 l-20 -14 l-20 14 l8 -22 l-18 -14 l22 0 z' fill='%23FFDD46' fill-opacity='0.16'/><path d='M240 70 l8 22 l22 0 l-18 14 l8 22 l-20 -14 l-20 14 l8 -22 l-18 -14 l22 0 z' fill='%23FFFEF0' fill-opacity='0.12'/><path d='M280 240 l8 22 l22 0 l-18 14 l8 22 l-20 -14 l-20 14 l8 -22 l-18 -14 l22 0 z' fill='%23658ABF' fill-opacity='0.20'/><path d='M100 260 l8 22 l22 0 l-18 14 l8 22 l-20 -14 l-20 14 l8 -22 l-18 -14 l22 0 z' fill='%23FFDD46' fill-opacity='0.14'/></g></svg>");
  background-size: 320px 320px;
}
.audience > * { position: relative; }
.audience__title { margin-bottom: clamp(40px, 5vw, 72px); }
.audience__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 2vw, 40px); max-width: 1400px; margin: 0 auto; }
.audience__card {
  background: var(--cream); color: var(--ink);
  padding: 36px 28px 30px;
  border: 2px solid var(--ink);
  box-shadow: 10px 10px 0 var(--ink);
  position: relative;
  transition: transform .3s cubic-bezier(.4,0,.2,1), box-shadow .3s;
}
.audience__card:hover { transform: translate(-4px,-4px) rotate(-0.6deg); box-shadow: 14px 14px 0 var(--ink); }
.audience__num {
  font-family: var(--body); text-transform: uppercase; letter-spacing: 0.22em;
  font-size: 11px; color: var(--red); font-weight: 600; margin-bottom: 8px;
}
.audience__card-title {
  font-family: var(--display); text-transform: uppercase;
  font-size: clamp(22px, 2.4vw, 32px); line-height: 1; margin-bottom: 16px;
}
.audience__card-body { font-size: 15px; line-height: 1.6; }
@media (max-width: 880px) { .audience__grid { grid-template-columns: 1fr; } }

/* ─────────────────────────────  Q U O T E   H E R O   ( "The Original, done right." )  ───────────────────────────── */
.quote-hero {
  background: var(--red);
  color: var(--cream);
  padding: clamp(80px, 12vw, 180px) clamp(20px, 5vw, 80px);
  text-align: left;
  border-top: 3px solid var(--ink);
  position: relative;
}
.quote-hero__open {
  font-family: var(--display); font-size: clamp(48px, 7vw, 96px);
  line-height: 0.8; color: var(--peach); opacity: 0.85;
  margin-bottom: -.1em;
  display: inline-block; transform: translateX(-12px);
}
.quote-hero__close {
  font-family: var(--display); font-size: clamp(48px, 7vw, 96px);
  color: var(--peach); opacity: 0.85;
  display: inline-block; vertical-align: top; margin-left: 8px;
  transform: translateY(0.18em);
}
.quote-hero__line1 {
  font-family: var(--display); text-transform: uppercase;
  font-size: clamp(60px, 12vw, 200px); line-height: 0.92;
  color: var(--peach);
  text-shadow: 4px 4px 0 var(--yellow), 12px 12px 0 var(--ink);
}
.quote-hero__line2 {
  font-family: var(--script);
  font-size: clamp(68px, 13vw, 220px); line-height: 0.92;
  color: var(--yellow);
  text-shadow: 4px 4px 0 var(--peach), 12px 12px 0 var(--ink);
  margin-top: -.05em;
}
.quote-hero__caption {
  margin-top: 60px; max-width: 36ch;
  font-family: var(--body); text-transform: uppercase;
  letter-spacing: 0.22em; font-size: 12px; font-weight: 500;
  color: var(--cream); line-height: 1.8;
}

/* ─────────────────────────────  T H E   F A M I L Y   ( S monogram + 5 cards )  ───────────────────────────── */
.family {
  background: var(--yellow);
  padding: clamp(80px, 10vw, 140px) clamp(20px, 5vw, 80px);
  text-align: center;
  border-block: 3px solid var(--ink);
}
.family__heading {
  margin-bottom: 16px;
  color: var(--red);
  text-shadow: 4px 4px 0 var(--cream), 10px 10px 0 var(--ink);
}
.family__sub { font-size: 16px; max-width: 48ch; margin: 0 auto 60px; }
.family__monogram {
  width: clamp(220px, 24vw, 360px); margin: 0 auto 60px;
  transition: transform 1.2s ease-out;
  filter: drop-shadow(8px 8px 0 var(--ink));
}
.family__grid {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px;
  max-width: 1300px; margin: 0 auto;
}
@media (max-width: 980px) { .family__grid { grid-template-columns: repeat(2, 1fr); } }
.family__card {
  background: var(--cream);
  border: 2px solid var(--ink);
  box-shadow: 8px 8px 0 var(--ink);
  aspect-ratio: 3/4;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 12px;
  padding: 16px;
  transition: transform .35s cubic-bezier(.4,0,.2,1), box-shadow .35s;
}
.family__card:hover { transform: rotate(-2deg) translate(-3px,-3px); box-shadow: 12px 12px 0 var(--ink); }
.family__card svg, .family__card .swatch {
  flex: 1 1 auto;
  width: 90%;
  min-height: 0;
  max-height: 78%;
  display: flex; align-items: center; justify-content: center;
  object-fit: contain;
}
.family__card svg { display: block; }
.family__card-label {
  font-family: var(--body); text-transform: uppercase;
  letter-spacing: 0.18em; font-size: 10px; font-weight: 600;
  border-top: 1px solid var(--ink); padding-top: 10px; width: 100%; text-align: center;
}
.family__card-label small { display: block; opacity: 0.6; font-weight: 400; letter-spacing: 0.12em; }

/* ─────────────────────────────  I N S T A G R A M   T E A S E  ───────────────────────────── */
.gram {
  padding: clamp(80px, 10vw, 140px) clamp(20px, 5vw, 80px);
  position: relative;
  background-color: var(--cream);
}
/* Restrict checker to two tighter top/bottom bands so cream breathes in the middle. */
.gram::before, .gram::after {
  content: ""; position: absolute; left: 0; right: 0; height: 80px;
  background-image:
    linear-gradient(45deg, var(--red) 25%, transparent 25%),
    linear-gradient(-45deg, var(--red) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, var(--red) 75%),
    linear-gradient(-45deg, transparent 75%, var(--red) 75%);
  background-size: 32px 32px;
  background-position: 0 0, 0 16px, 16px -16px, -16px 0;
  background-color: var(--cream);
  pointer-events: none;
  z-index: 0;
}
.gram::before { top: 0; border-bottom: 2px solid var(--ink); }
.gram::after  { bottom: 0; border-top: 2px solid var(--ink); }
.gram > * { position: relative; z-index: 1; }
.gram__wrap {
  max-width: 1300px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.4fr;
  gap: clamp(40px, 5vw, 80px); align-items: center;
}
@media (max-width: 880px) { .gram__wrap { grid-template-columns: 1fr; } }
.gram__panel {
  background: var(--cream); color: var(--ink);
  border: 2px solid var(--ink);
  box-shadow: 12px 12px 0 var(--ink);
  padding: clamp(28px, 3vw, 44px);
}
.gram__handle {
  font-family: var(--script);
  font-size: clamp(30px, 4vw, 58px);
  color: var(--blue); line-height: 1.05;
  text-shadow: 3px 3px 0 var(--ink);
  margin-bottom: 16px;
  word-break: normal; overflow-wrap: break-word;
}
.gram__bio { max-width: 32ch; font-size: 15px; margin-bottom: 28px; }
.gram__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px;
  border: 2px solid var(--ink); padding: 8px;
  background: var(--cream);
  box-shadow: 14px 14px 0 var(--ink);
}
.gram__tile {
  aspect-ratio: 1; border: 1.5px solid var(--ink);
  display: block;
  position: relative; overflow: hidden;
  background: var(--ink);
  transition: transform .35s cubic-bezier(.4,0,.2,1), box-shadow .35s;
}
.gram__tile img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
  transition: transform .6s cubic-bezier(.4,0,.2,1), filter .35s;
}
.gram__tile:hover { z-index: 2; box-shadow: 6px 6px 0 var(--ink); }
.gram__tile:hover img { transform: scale(1.06); filter: saturate(1.1); }

/* ─────────────────────────────  F O O T E R  ───────────────────────────── */
.footer {
  background: var(--ink); color: var(--cream);
  padding: clamp(60px, 8vw, 100px) clamp(20px, 5vw, 80px) 40px;
  border-top: 4px solid var(--red);
}
.footer__inner {
  max-width: 1300px; margin: 0 auto;
  display: grid; grid-template-columns: minmax(140px, 180px) 1fr 1.2fr 1fr; gap: clamp(24px, 4vw, 60px);
  align-items: start;
}
.footer__badge { width: 100%; max-width: 180px; }
.footer__col h4 { font-family: var(--body); text-transform: uppercase; letter-spacing: 0.22em; font-size: 11px; color: var(--yellow); margin-bottom: 14px; font-weight: 600; }
.footer__col ul { list-style: none; font-size: 14px; line-height: 1.7; }
.footer__col li { margin-bottom: 4px; }
.footer__col a:hover { color: var(--yellow); }
.footer__bottom {
  max-width: 1300px; margin: 60px auto 0;
  border-top: 1px solid rgba(255,254,240,0.2);
  padding-top: 24px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  font-family: var(--body); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,254,240,0.6);
}
.footer__contact {
  font-family: var(--display);
  text-transform: uppercase;
  font-size: clamp(15px, 1.4vw, 20px);
  color: var(--yellow);
  line-height: 1.1;
  letter-spacing: 0.01em;
  margin-bottom: 4px;
  word-break: break-all;
}
.footer__contact a { display: inline-block; }
.footer__contact a:hover { color: var(--cream); }
@media (max-width: 980px) {
  .footer__inner { grid-template-columns: 1fr 1fr; }
  .footer__badge { max-width: 140px; }
}
@media (max-width: 600px) {
  .footer__inner { grid-template-columns: 1fr; }
}

/* ─────────────────────────────  M E N U   P A G E  ───────────────────────────── */
.menu-hero {
  padding: clamp(80px, 10vw, 140px) clamp(20px, 5vw, 80px) clamp(40px, 6vw, 80px);
  text-align: center;
  position: relative;
}
.menu-hero__eyebrow {
  display: inline-block; color: var(--red);
  font-family: var(--body); text-transform: uppercase;
  letter-spacing: 0.32em; font-size: 13px; font-weight: 600;
  margin-bottom: 20px;
}
.menu {
  max-width: 1100px; margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 80px) clamp(80px, 10vw, 140px);
}
.menu__group { margin-bottom: clamp(48px, 6vw, 80px); }
.menu__group-head {
  font-family: var(--script); color: var(--blue);
  font-size: clamp(40px, 5vw, 72px); line-height: 1;
  text-shadow: 3px 3px 0 var(--peach), 7px 7px 0 var(--ink);
  margin-bottom: 28px;
  display: inline-block;
}
.menu__group:nth-of-type(odd) .menu__group-head  { transform: rotate(-1.5deg); }
.menu__group:nth-of-type(even) .menu__group-head { transform: rotate(1.5deg); color: var(--red); text-shadow: 3px 3px 0 var(--yellow), 7px 7px 0 var(--ink); }
.menu__row {
  display: grid; grid-template-columns: 1fr auto;
  gap: 16px; padding: 22px 18px;
  border-top: 2px solid var(--ink); position: relative;
  isolation: isolate;
  transition: transform .25s cubic-bezier(.4,0,.2,1), box-shadow .25s, background-color .25s;
}
.menu__group .menu__row:last-child { border-bottom: 2px solid var(--ink); }
.menu__row::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(45deg, var(--red) 25%, transparent 25%),
    linear-gradient(-45deg, var(--red) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, var(--red) 75%),
    linear-gradient(-45deg, transparent 75%, var(--red) 75%);
  background-size: 18px 18px;
  background-position: 0 0, 0 9px, 9px -9px, -9px 0;
  background-color: var(--cream);
  opacity: 0; transition: opacity .35s;
  z-index: -1;
}
.menu__row:hover { transform: translate(-4px,-4px); box-shadow: 8px 8px 0 var(--ink); background-color: var(--cream); }
.menu__row:hover::before { opacity: 0.08; }
.menu__row:hover .menu__desc { color: var(--ink); font-weight: 500; }
.menu__row-main { display: flex; flex-direction: column; gap: 6px; }
.menu__name {
  font-family: var(--display); text-transform: uppercase;
  font-size: clamp(22px, 2.4vw, 32px); line-height: 1;
  color: var(--ink);
}
.menu__desc { font-size: 15px; color: var(--ink); font-weight: 400; max-width: 60ch; line-height: 1.5; }
.menu__price {
  font-family: var(--display); font-size: clamp(22px, 2.4vw, 32px); line-height: 1;
  color: var(--red); text-shadow: 2px 2px 0 var(--ink);
}
.menu__footer-banner {
  background: var(--red); color: var(--cream);
  padding: clamp(40px, 5vw, 80px) 24px; text-align: center;
  border-top: 3px solid var(--ink);
}
.menu__footer-banner span {
  font-family: var(--display); text-transform: uppercase;
  font-size: clamp(22px, 3vw, 44px); letter-spacing: 0.05em;
  color: var(--cream);
  text-shadow: 3px 3px 0 var(--ink);
}
.menu__footer-banner .star { margin-inline: 8px; }
.menu__footer-banner .star--yellow { color: var(--yellow); }
.menu__footer-banner .star--cream  { color: var(--cream); }
.menu__footer-banner .star--blue   { color: var(--blue); }

/* ─────────────────────────────  F I N D   U S   P A G E  ───────────────────────────── */
.find-hero {
  padding: clamp(80px, 10vw, 140px) clamp(20px, 5vw, 80px);
  position: relative;
  border-bottom: 3px solid var(--ink);
}
.find-hero__panel {
  max-width: 1100px; margin: 0 auto;
  background: var(--cream); border: 2px solid var(--ink);
  box-shadow: 14px 14px 0 var(--ink);
  padding: clamp(40px, 6vw, 80px);
  text-align: center;
  position: relative;
}
.find-hero__title {
  color: var(--red);
  text-shadow: 5px 5px 0 var(--yellow), 12px 12px 0 var(--ink);
  margin-top: 18px;
}
.find-hero__sub {
  max-width: 36ch; margin: 28px auto 0;
  font-size: clamp(16px, 1.6vw, 20px);
}

.locations {
  padding: clamp(80px, 10vw, 140px) clamp(20px, 5vw, 80px);
  background: var(--cream);
}
.locations__grid {
  max-width: 1400px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(24px, 3vw, 48px);
}
@media (max-width: 880px) { .locations__grid { grid-template-columns: 1fr; } }
.location {
  position: relative;
  padding: clamp(36px, 4vw, 56px) clamp(28px, 3vw, 44px) clamp(28px, 3vw, 40px);
  border: 2px solid var(--ink);
  box-shadow: 12px 12px 0 var(--ink);
  display: flex; flex-direction: column; gap: 14px;
  transition: transform .3s cubic-bezier(.4,0,.2,1), box-shadow .3s;
  min-height: 340px;
}
.location:hover { transform: translate(-4px,-4px) rotate(-0.5deg); box-shadow: 16px 16px 0 var(--ink); }
.location__num {
  font-family: var(--body); text-transform: uppercase;
  letter-spacing: 0.22em; font-size: 11px; font-weight: 600;
  opacity: 0.7;
}
.location__name {
  font-family: var(--wordmark); font-size: clamp(36px, 5vw, 64px); line-height: 0.95;
  letter-spacing: 0.02em;
}
.location__tag { font-family: var(--script); font-size: clamp(22px, 2.6vw, 36px); line-height: 1; }
.location__addr { font-family: var(--body); font-size: 15px; line-height: 1.5; margin-top: auto; }
.location--01 { background: var(--cream); }
.location--01 .location__name { color: var(--red); text-shadow: 3px 3px 0 var(--ink); }
.location--01 .location__tag  { color: var(--blue); text-shadow: 2px 2px 0 var(--cream); }
.location--02 { background: var(--blue); color: var(--cream); }
.location--02 .location__name { color: var(--cream); text-shadow: 3px 3px 0 var(--ink); }
.location--02 .location__tag  { color: var(--cream); text-shadow: 2px 2px 0 var(--ink); }
.location--03 { background: var(--yellow); color: var(--ink); }
.location--03 .location__name { color: var(--red); text-shadow: 3px 3px 0 var(--ink); }
.location--03 .location__tag  { color: var(--ink); }
.location--04 { background: var(--peach); color: var(--ink); }
.location--04 .location__name { color: var(--red); text-shadow: 3px 3px 0 var(--ink); }
.location--04 .location__tag  { color: var(--red); text-shadow: 2px 2px 0 var(--cream); }
.location__chip {
  align-self: flex-start;
  margin-top: 12px;
  font-family: var(--body); text-transform: uppercase;
  letter-spacing: 0.22em; font-size: 10px; font-weight: 600;
  padding: 6px 12px; border: 1.5px solid currentColor;
}

.truck-section {
  background: var(--yellow);
  padding: clamp(80px, 10vw, 140px) clamp(20px, 5vw, 80px);
  text-align: center;
  border-block: 3px solid var(--ink);
  position: relative; overflow: hidden;
}
.truck-section svg.truck { width: clamp(280px, 36vw, 560px); margin: 0 auto 32px; filter: drop-shadow(10px 10px 0 var(--ink)); }
.truck-section__title {
  margin-bottom: 18px;
  color: var(--ink);
  text-shadow: 4px 4px 0 var(--cream), 10px 10px 0 var(--red);
}
.truck-section__sub { font-size: 13px; }

.newsletter {
  background: var(--red); color: var(--cream);
  padding: clamp(80px, 10vw, 140px) clamp(20px, 5vw, 80px);
  text-align: center;
}
.newsletter__title { color: var(--cream); text-shadow: 4px 4px 0 var(--peach), 12px 12px 0 var(--ink); margin-bottom: 18px; }
.newsletter__sub { max-width: 40ch; margin: 0 auto 36px; opacity: 0.92; }
.newsletter__form {
  display: flex; gap: 0; max-width: 540px; margin: 0 auto;
  border: 2px solid var(--ink); box-shadow: 10px 10px 0 var(--ink);
  background: var(--cream);
}
.newsletter__form input {
  flex: 1; padding: 18px 22px; border: 0; background: var(--cream); color: var(--ink);
  font-family: var(--body); font-size: 15px;
}
.newsletter__form input::placeholder { color: rgba(25,25,51,0.45); }
.newsletter__form button {
  background: var(--yellow); color: var(--ink);
  padding: 0 28px; font-family: var(--body); text-transform: uppercase; letter-spacing: 0.22em;
  font-size: 12px; font-weight: 700; border-left: 2px solid var(--ink);
  display: inline-flex; align-items: center; gap: 8px;
}
.newsletter__form button:hover { background: var(--cream); }

/* ─────────────────────────────  S H A R E D   P A G E   T I T L E   P A N E L  ───────────────────────────── */
.page-rule {
  font-family: var(--body); text-transform: uppercase; letter-spacing: 0.32em;
  font-size: 11px; color: var(--ink); opacity: 0.55;
}

/* ─────────────────────────────  A N I M A T I O N S  ───────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001s !important; animation-delay: 0s !important; transition-duration: .001s !important; }
  .hero__mascot { animation: none; }
}

/* CSS-only staggered reveal. Final state holds at opacity 1, so headless / no-JS / print all render correctly. */
@keyframes reveal-up {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}
[data-reveal] { animation: reveal-up .8s cubic-bezier(.2,.6,.2,1) both; animation-delay: .05s; }
[data-reveal]:nth-of-type(2) { animation-delay: .14s; }
[data-reveal]:nth-of-type(3) { animation-delay: .24s; }
[data-reveal]:nth-of-type(4) { animation-delay: .34s; }
[data-reveal]:nth-of-type(5) { animation-delay: .44s; }
[data-reveal]:nth-of-type(6) { animation-delay: .54s; }

.spin-on-scroll { will-change: transform; }
