/* PAPA HERO / The Spark — Sioux City shop site
   Neon brand. Not a bank. Not a template. */

:root {
  --cyan: #00E5FF;
  --pink: #FF00FF;
  --yellow: #FFFF00;
  --black: #07070a;
  --ink: #f6f6fb;
  --muted: #a8adc2;
  --line: rgba(255, 255, 255, 0.08);
  --glass: rgba(10, 10, 16, 0.72);
  --font-display: "Fredoka", system-ui, sans-serif;
  --font-script: "Great Vibes", cursive;
  --font-body: "Outfit", system-ui, sans-serif;
  --max: 1280px;
  --header-h: 72px;
  --stripe-h: 0px;
  --tabs-h: 0px;
  --radius: 18px;
  --maps: "https://www.google.com/maps/dir/?api=1&destination=2811+Floyd+Blvd,+Sioux+City,+IA";
}

*, *::before, *::after { box-sizing: border-box; }
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
  background: var(--black);
  color-scheme: dark;
  width: 100%;
  max-width: 100%;
  scrollbar-width: thin;
  scrollbar-color: #2a2a33 var(--black);
}
html::-webkit-scrollbar { width: 10px; }
html::-webkit-scrollbar-track { background: var(--black); }
html::-webkit-scrollbar-thumb {
  background: #2a2a33;
  border-radius: 999px;
}
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--font-body);
  background: var(--black);
  color: var(--ink);
  min-height: 100vh;
  width: 100%;
  max-width: 100%;
  line-height: 1.5;
  overflow-x: hidden;
  padding-top: calc(var(--header-h) + var(--stripe-h) + var(--tabs-h));
  background-image:
    radial-gradient(900px 500px at 10% -10%, rgba(0, 229, 255, 0.14), transparent 55%),
    radial-gradient(700px 480px at 110% 8%, rgba(255, 0, 255, 0.12), transparent 50%),
    radial-gradient(600px 400px at 50% 120%, rgba(255, 255, 0, 0.06), transparent 50%);
}

img, video { max-width: 100%; display: block; }
a { color: var(--cyan); text-decoration: none; touch-action: manipulation; }
button { touch-action: manipulation; }
a:hover { color: var(--yellow); }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 600; letter-spacing: -0.02em; line-height: 1.05; margin: 0; }
p { margin: 0; }

.skip {
  position: absolute;
  left: -999px;
  top: 8px;
  background: var(--yellow);
  color: #000;
  padding: 8px 12px;
  z-index: 100;
}
.skip:focus { left: 8px; }

/* three-stripe brand bar — matches the shop wall */
.stripes {
  display: none;
}
.stripes span:nth-child(1) { background: var(--cyan); }
.stripes span:nth-child(2) { background: var(--pink); }
.stripes span:nth-child(3) { background: var(--yellow); }

.bars {
  display: flex;
  height: 4px;
  gap: 3px;
  width: 52px;
}
.bars i { flex: 1; display: block; }
.bars i:nth-child(1) { background: var(--cyan); }
.bars i:nth-child(2) { background: var(--pink); }
.bars i:nth-child(3) { background: var(--yellow); }

/* grain */
body::before {
  content: "";
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 2;
  opacity: 0.045;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='140' height='140'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}

.wrap {
  width: min(var(--max), calc(100% - 32px));
  margin-inline: auto;
}

/* HEADER */
.site-header {
  position: fixed;
  top: var(--stripe-h);
  left: 0;
  right: 0;
  z-index: 70;
  height: var(--header-h);
  max-height: var(--header-h);
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(16px);
  background: rgba(7, 7, 10, 0.94);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap {
  display: flex;
  align-items: center;
  gap: 18px;
  width: calc(100% - 40px);
  max-width: none;
  margin-inline: auto;
}
.wordmark {
  display: flex;
  flex-direction: column;
  line-height: 0.92;
  color: var(--ink);
  flex-shrink: 0;
  padding: 10px 0;
}
.wordmark .papa,
.wordmark .hero {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.16em;
  display: block;
}
.wordmark .bars { display: none; }
.wordmark:hover { color: var(--cyan); }

.nav-desktop {
  display: none;
  margin-left: auto;
  gap: 4px;
  align-items: center;
}
.nav-desktop a {
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 12px;
  border-radius: 999px;
}
.nav-desktop a:hover,
.nav-desktop a[aria-current="page"] {
  color: var(--black);
  background: var(--cyan);
}

.cta-dir {
  display: none;
  margin-left: 8px;
  background: var(--pink);
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 10px 16px;
  border-radius: 999px;
  box-shadow: 0 0 22px rgba(255, 0, 255, 0.45);
}
.cta-dir:hover { color: #000; background: var(--yellow); box-shadow: 0 0 22px rgba(255, 255, 0, 0.5); }

.nav-toggle {
  margin-left: auto;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: transparent;
  border-radius: 12px;
  display: grid;
  place-items: center;
  gap: 5px;
  padding: 0;
}
.nav-toggle span {
  display: block;
  width: 18px;
  height: 3px;
  background: var(--cyan);
  box-shadow: none;
}
.nav-toggle span:nth-child(1) { background: var(--cyan); }
.nav-toggle span:nth-child(2) { background: var(--pink); }
.nav-toggle span:nth-child(3) { background: var(--yellow); }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(3.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-3.5px) rotate(-45deg); }
.nav-toggle span { transition: 0.2s transform, 0.2s opacity; }

.drawer {
  display: none;
  flex-direction: column;
  gap: 8px;
  position: fixed;
  inset: calc(var(--header-h) + var(--stripe-h) + var(--tabs-h)) 0 0 0;
  background: #07070a;
  z-index: 60;
  padding: 28px 24px 120px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.drawer.open { display: flex; }
.drawer > a {
  font-family: var(--font-display);
  font-size: clamp(32px, 10vw, 56px);
  color: var(--ink);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--line);
  padding: 8px 0;
  display: block;
  width: 100%;
  min-height: 56px;
}
.drawer a:hover,
.drawer a[aria-current="page"] { color: var(--cyan); }
.drawer .drawer-meta {
  margin-top: 24px;
  color: var(--muted);
  font-size: 14px;
}

.drawer .drawer-actions {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}
.drawer .drawer-actions .btn {
  font-family: var(--font-body);
  font-size: 13px;
  border-bottom: 0;
  padding: 14px 22px;
  width: 100%;
  min-height: 48px;
  justify-content: center;
}
.drawer .drawer-cta {
  margin-top: 20px;
  display: inline-flex;
  align-self: flex-start;
  background: var(--cyan);
  color: #000;
  font-weight: 700;
  padding: 14px 22px;
  border-radius: 999px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* BUTTONS */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 13px;
  border: 2px solid transparent;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease;
}
.btn:hover { transform: translateY(-1px); color: inherit; }
.btn:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.btn-cyan {
  background: var(--cyan);
  color: #000;
  box-shadow: 0 0 28px rgba(0, 229, 255, 0.4);
}
.btn-cyan:hover { background: #7af4ff; color: #000; }
.btn-pink {
  background: var(--pink);
  color: #fff;
  box-shadow: 0 0 28px rgba(255, 0, 255, 0.4);
}
.btn-pink:hover { color: #fff; background: #ff4dff; }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--cyan);
}
.btn-ghost:hover { background: var(--cyan); color: #000; }
.btn-yellow {
  background: var(--yellow);
  color: #000;
  box-shadow: 0 0 28px rgba(255, 255, 0, 0.35);
}

.kicker {
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--yellow);
  font-weight: 600;
}
.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.03);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}
.status-pill .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--muted);
}
.status-pill.open .dot {
  background: var(--cyan);
  box-shadow: 0 0 10px var(--cyan);
}
.status-pill.open { color: var(--cyan); }
.status-pill.closed .dot { background: var(--pink); }

/* HERO */
.hero {
  position: relative;
  min-height: calc(100svh - var(--header-h) - var(--stripe-h));
  display: grid;
  align-items: end;
  padding: 32px 0 48px;
  overflow: hidden;
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--black);
}
.hero-media video,
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  filter: none;
}
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(7,7,10,0.22) 0%, rgba(7,7,10,0.5) 42%, rgba(7,7,10,0.92) 100%),
    radial-gradient(ellipse at 20% 80%, rgba(0,229,255,0.16), transparent 45%),
    radial-gradient(ellipse at 90% 70%, rgba(255,0,255,0.14), transparent 40%);
}
.hero-copy {
  position: relative;
  z-index: 1;
  padding-bottom: 12px;
}
.hero h1.slogan {
  font-family: var(--font-script);
  font-weight: 400;
  font-size: clamp(52px, 16vw, 120px);
  line-height: 0.9;
  letter-spacing: 0;
  color: #fff;
  text-shadow:
    0 0 18px rgba(0, 229, 255, 0.7),
    0 0 42px rgba(255, 0, 255, 0.45),
    0 8px 0 rgba(0,0,0,0.25);
  margin: 10px 0 8px;
}
.hero .sub {
  font-size: clamp(16px, 3.4vw, 22px);
  color: var(--ink);
  max-width: 34ch;
  font-weight: 400;
}
.hero .place {
  margin: 14px 0 22px;
  color: var(--cyan);
  font-weight: 500;
  letter-spacing: 0.04em;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.marquee {
  border-block: 1px solid var(--line);
  background: rgba(0,0,0,0.35);
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
  padding: 12px 0;
}
.marquee-track {
  display: inline-flex;
  gap: 28px;
  animation: slide 42s linear infinite;
  font-family: var(--font-display);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 13px;
  color: var(--muted);
}
.marquee-track b { color: var(--cyan); font-weight: 600; }
@keyframes slide {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* SECTIONS */
section { padding: 44px 0; }
.section-head {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}
.section-head h2 {
  font-size: clamp(32px, 7vw, 56px);
}
.lede {
  color: var(--muted);
  max-width: 48ch;
  font-size: 17px;
}

.facts {
  display: grid;
  gap: 12px;
}
.fact {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
}
.fact strong {
  display: block;
  font-family: var(--font-display);
  font-size: 28px;
  color: var(--cyan);
  margin-bottom: 4px;
}
.fact span { color: var(--muted); font-size: 14px; }

.photo-row {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 10px;
  align-items: stretch;
}
.photo-row img,
.photo-row video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  min-height: 220px;
  border: 1px solid var(--line);
}
.photo-row .tall { grid-row: span 2; min-height: 280px; }

.spark-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.spark {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 14px 16px;
  background: rgba(255,255,255,0.025);
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.spark::before {
  content: "";
  position: absolute;
  width: 120px; height: 120px;
  border-radius: 50%;
  right: -28px; top: -36px;
  background: var(--spark, var(--cyan));
  filter: blur(2px);
  opacity: 0.85;
  box-shadow: 0 0 40px var(--spark, var(--cyan));
}
.spark-num {
  position: absolute;
  top: 12px; left: 14px;
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--muted);
}
.spark h3 {
  position: relative;
  font-size: 20px;
  z-index: 1;
}
.spark p {
  position: relative;
  z-index: 1;
  color: var(--muted);
  font-size: 13px;
  margin-top: 4px;
}

.price-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 8px 0 22px;
}
.chip {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13px;
  color: var(--ink);
  background: rgba(255,255,255,0.03);
}
.chip b { color: var(--yellow); font-weight: 600; }

.pass-cards {
  display: grid;
  gap: 14px;
}
.pass-card {
  border-radius: 22px;
  padding: 24px;
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}
.pass-card.member {
  background: linear-gradient(160deg, rgba(0,229,255,0.12), rgba(7,7,10,0.4));
  box-shadow: inset 0 0 0 1px rgba(0,229,255,0.18);
}
.pass-card.lifetime {
  background: linear-gradient(160deg, rgba(255,0,255,0.16), rgba(7,7,10,0.4));
  box-shadow: inset 0 0 0 1px rgba(255,0,255,0.22);
}
.pass-card h3 { font-size: 28px; margin: 8px 0 10px; }
.pass-card .price {
  font-family: var(--font-display);
  font-size: 42px;
  color: var(--yellow);
  line-height: 1;
}
.pass-card .price small {
  font-size: 16px;
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.pass-card ul {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
}
.pass-card li { padding: 6px 0 6px 18px; position: relative; }
.pass-card li::before {
  content: "";
  position: absolute;
  left: 0; top: 14px;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--cyan);
}
.pass-card.lifetime li::before { background: var(--pink); }

.line {
  font-family: var(--font-display);
  font-size: clamp(28px, 8vw, 64px);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 24px rgba(255,0,255,0.4);
}

.hours {
  width: 100%;
  border-collapse: collapse;
}
.hours th, .hours td {
  text-align: left;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-weight: 500;
}
.hours td { color: var(--muted); text-align: right; }
.hours tr.today th { color: var(--cyan); }
.hours tr.today td { color: var(--yellow); }
.hours tr.closed td { color: var(--pink); }

.map-frame,
.map-card {
  display: block;
  border: 0;
  width: 100%;
  min-height: 280px;
  border-radius: 18px;
  background: var(--black);
  border: 1px solid var(--line);
  overflow: hidden;
}
.map-card img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  object-position: center 40%;
}

.ways {
  display: grid;
  gap: 12px;
}
.way {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px;
  background: rgba(255,255,255,0.02);
}
.way h3 { font-size: 26px; margin-bottom: 6px; }
.way p { color: var(--muted); }

.muted-note {
  color: #6b7084;
  font-size: 13px;
  letter-spacing: 0.04em;
  margin-top: 16px;
}

.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.gallery img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid var(--line);
}
.gallery img:first-child { grid-column: span 2; aspect-ratio: 16/10; object-position: center 30%; }

.cta-band {
  margin: 8px 0 0;
  padding: 24px 20px;
  border-radius: 24px;
  background:
    linear-gradient(120deg, rgba(0,229,255,0.12), rgba(255,0,255,0.1) 50%, rgba(255,255,0,0.08));
  border: 1px solid var(--line);
  display: grid;
  gap: 16px;
}
.cta-band h2 { font-size: clamp(28px, 6vw, 44px); }

/* FOOTER */
.site-footer {
  border-top: 1px solid var(--line);
  padding: 28px 0 110px;
  color: var(--muted);
  font-size: 14px;
}
.site-footer .brand-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
.foot-logo {
  display: block;
  flex-shrink: 0;
  line-height: 0;
}
.foot-logo img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  background: #00E5FF;
}
.social { display: flex; gap: 14px; }
.social a { color: var(--ink); letter-spacing: 0.1em; text-transform: uppercase; font-size: 12px; font-weight: 600; }
.foot-grid {
  display: grid;
  gap: 6px;
  margin-bottom: 16px;
}
.powders {
  font-size: 11px;
  color: #55586a;
}
.powders a { color: #55586a; }

.sticky-dir {
  position: fixed;
  left: 12px; right: 12px; bottom: 12px;
  z-index: 50;
  background: var(--cyan);
  color: #000;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 14px 16px;
  border-radius: 999px;
  box-shadow: 0 8px 30px rgba(0,229,255,0.35);
}
.sticky-dir:hover { color: #000; background: var(--yellow); }

.page-hero {
  padding: 28px 0 8px;
}
.page-hero h1 {
  font-size: clamp(40px, 11vw, 80px);
  margin: 8px 0 10px;
}
.page-hero .slogan-sm {
  font-family: var(--font-script);
  font-size: 32px;
  color: var(--cyan);
  text-shadow: 0 0 16px rgba(0,229,255,0.5);
}

.split {
  display: grid;
  gap: 22px;
}

@media (min-width: 760px) {
  .hide-desk { display: none; }
  .nav-toggle { display: none; }
  .nav-desktop, .cta-dir { display: flex; }
  .sticky-dir { display: none; }
  .site-footer { padding-bottom: 48px; }
  .facts { grid-template-columns: repeat(3, 1fr); }
  .spark-grid { grid-template-columns: repeat(4, 1fr); }
  .pass-cards { grid-template-columns: 1fr 1fr; }
  .ways { grid-template-columns: repeat(3, 1fr); }
  .ways.two { grid-template-columns: repeat(2, 1fr); }
  .photo-row { grid-template-columns: 1fr 1fr 1fr; }
  .photo-row .tall { grid-row: auto; min-height: 280px; }
  .photo-row img,
  .photo-row video { min-height: 280px; }
  .split { grid-template-columns: 0.9fr 1.1fr; align-items: start; }
  .hero { align-items: center; padding: 48px 0 64px; }
  .hero-media { left: 0; clip-path: none; }
  .hero-media img { object-position: 37% 33%; }
  .hero-media::after {
    background:
      linear-gradient(90deg, rgba(7,7,10,0.78) 0%, rgba(7,7,10,0.42) 24%, rgba(7,7,10,0.1) 46%, transparent 62%),
      linear-gradient(180deg, rgba(7,7,10,0.1), rgba(7,7,10,0.38));
  }
  .hero-copy.wrap {
    width: auto;
    max-width: min(540px, 42vw);
    margin-left: 28px;
    margin-right: auto;
    min-height: 0;
  }
  .hero .slogan { font-size: clamp(64px, 7vw, 104px); }
  .gallery { grid-template-columns: repeat(4, 1fr); }
  .gallery img:first-child { grid-column: span 2; aspect-ratio: 4/5; }
}

@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
  html { scroll-behavior: auto; }
  .btn:hover { transform: none; }
}

.photo-row video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  min-height: 220px;
  border: 1px solid var(--line);
  cursor: pointer;
}
:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
}
.spark {
  transition: transform 0.18s ease, border-color 0.18s ease;
}
.spark:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--spark) 55%, white 10%);
}
.nav-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
@media (prefers-reduced-motion: reduce) {
  .spark:hover { transform: none; }
  video[data-video] { display: none; }
}

@media (min-width: 760px) {
  .nav-toggle { display: none; }
}

/* Order page */
.page-tight { padding-top: 8px; }
.page-tight .ways { margin-top: 28px; }
a.way { color: inherit; display: block; }
a.way:hover { color: inherit; border-color: var(--cyan); }
.order-actions .btn { min-height: 48px; min-width: 148px; }
.order-menu-link { margin-top: 2px; }
.order-menu-link a {
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}
.order-menu-link a:hover { color: var(--yellow); }


.nav-phone { display: none; }
/* PHONE FIRST */
@media (max-width: 759px) {
  :root { --header-h: 56px; --tabs-h: 0px; }
  body {
    padding-top: 56px;
  }
  body::before { display: none; }
  .wrap {
    width: calc(100% - 24px);
  }
  .site-header {
    height: 56px;
    max-height: 56px;
    z-index: 90;
    overflow: hidden;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    pointer-events: auto;
  }
  .site-header .wrap {
    width: 100%;
    gap: 0;
    padding: 0;
  }
  .site-header .wordmark { display: none; }
  .nav-phone {
    display: flex;
    position: static;
    flex: 1;
    width: 100%;
    align-items: stretch;
    height: 56px;
    background: transparent;
    border: 0;
    pointer-events: auto;
  }
  .nav-phone a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 56px;
    min-height: 56px;
    color: var(--ink);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    pointer-events: auto;
    position: relative;
    z-index: 2;
    -webkit-tap-highlight-color: rgba(0, 229, 255, 0.3);
  }
  .nav-phone a[aria-current="page"] {
    color: #000;
    background: var(--cyan);
  }
  .nav-toggle {
    width: 56px;
    height: 56px;
    margin-left: 0;
    flex-shrink: 0;
    border: 0;
    border-radius: 0;
  }
  .desk-only { display: none !important; }
  .hero {
    min-height: calc(100dvh - 56px);
    padding: 16px 0 calc(96px + env(safe-area-inset-bottom, 0px));
    align-items: end;
  }
  .hero-copy { padding-top: 0; min-height: 0; }
  .hero-media img {
    object-position: 43% 18%;
    transform: scale(1.08) translateZ(0);
    transform-origin: 43% 22%;
    filter: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .hero-media::after {
    background: linear-gradient(180deg, transparent 0%, transparent 46%, rgba(7,7,10,0.22) 68%, rgba(7,7,10,0.78) 100%);
  }
  .hero .slogan {
    font-size: 46px;
    line-height: 0.88;
    margin: 4px 0 8px;
  }
  .hero .place { margin: 0 0 12px; font-size: 14px; }
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 10px;
  }
  .order-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 10px;
  }
  .hero-actions .btn,
  .order-actions .btn {
    width: 100%;
    min-height: 48px;
    min-width: 0;
  }
  .sticky-dir {
    left: 12px;
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .site-footer {
    padding-bottom: calc(118px + env(safe-area-inset-bottom, 0px));
  }
  .drawer {
    padding: 20px 20px calc(120px + env(safe-area-inset-bottom, 0px));
  }
  .drawer a {
    min-height: 48px;
    font-size: clamp(28px, 9vw, 40px);
    display: flex;
    align-items: center;
  }
  .photo-row {
    grid-template-columns: 1fr;
  }
  .photo-row .tall { grid-row: auto; min-height: 220px; }
  .cta-band { padding: 20px 16px; }
  .page-hero { padding: 20px 0 4px; }
  .page-hero h1 { font-size: clamp(34px, 12vw, 52px); }
  .lede { font-size: 16px; max-width: none; }
  .price-bar { margin: 10px 0 8px; }
  .map-card img { min-height: 220px; }
  .btn { min-height: 48px; }
  .hide-when-sticky { display: none; }
  .chip {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
  .spark { min-height: 120px; padding: 16px; }
  .order-menu-link a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    font-size: 14px;
    color: var(--cyan);
  }
  .social a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 6px;
  }
  .hours th, .hours td { padding: 10px 0; }
  .wordmark { padding: 6px 0; }
  main { padding-bottom: calc(24px + env(safe-area-inset-bottom, 0px)); }
}

