/* =============================================================
   D'Fabianos Pizza — styles.css
   Archetype: Editorial Dark Warm (adapted) — black/cream/red, bold
   condensed display type + script accent, tilt-card signature effect.
   ============================================================= */

/* =============================================================
   1. Tokens
   ============================================================= */
:root {
  --bg:        #130d0a;   /* warm near-black, never pure #000 */
  --bg-2:      #1c1410;
  --bg-3:      #251a14;   /* card surface */
  --bg-4:      #2e2019;

  --cream:     #f5ecdf;   /* text on dark, never pure white */
  --cream-2:   #ddccb6;
  --cream-3:   #9c8b78;   /* metadata / muted */

  --accent:    #e0301e;   /* pizzeria red, from the logo */
  --accent-2:  #a3210f;
  --accent-soft: rgba(224, 48, 30, 0.16);

  --line:      rgba(245, 236, 223, 0.12);
  --line-strong: rgba(245, 236, 223, 0.22);

  --display: "Bebas Neue", "Anton", "Arial Narrow", sans-serif;
  --script:  "Caveat", cursive;
  --sans:    "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;

  --ease-out:    cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in:     cubic-bezier(0.7, 0, 0.84, 0);
  --ease-soft:   cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);

  --nav-h: 76px;
  --radius: 18px;
  --radius-sm: 10px;
}

/* =============================================================
   2. Reset & base
   ============================================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; }
html {
  -webkit-text-size-adjust: 100%;
  tab-size: 2;
  overflow-x: clip;
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
body {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  background: var(--bg);
  color: var(--cream);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
  overscroll-behavior-y: none;
}
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
button { font: inherit; color: inherit; cursor: pointer; border: 0; background: none; }
a { color: inherit; text-decoration: none; }
p { text-wrap: pretty; }
h1, h2, h3, h4 { text-wrap: balance; line-height: 1.02; letter-spacing: 0.01em; font-family: var(--display); font-weight: 400; }
ul { list-style: none; padding: 0; }
::selection { background: var(--accent); color: var(--cream); }

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 4px;
}

/* =============================================================
   3. Utilities
   ============================================================= */
.skip-link {
  position: fixed; top: -100px; left: 1rem;
  padding: .6rem 1rem; background: var(--cream); color: var(--bg);
  z-index: 9999; border-radius: 8px; font-weight: 600;
  transition: top .3s var(--ease-out);
}
.skip-link:focus { top: 1rem; }

.container {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media (min-width: 720px)  { .container { padding-inline: 2rem; } }
@media (min-width: 1280px) { .container { padding-inline: 2.5rem; } }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

.section { position: relative; padding-block: clamp(3.5rem, 8vw, 7rem); }
.section-inner { position: relative; z-index: 1; }

.kicker {
  display: inline-flex; align-items: center; gap: .5em;
  font-family: var(--sans); font-weight: 600; font-size: .78rem;
  letter-spacing: .14em; text-transform: uppercase; color: var(--accent);
  margin-bottom: 1rem;
}
.kicker::before {
  content: ""; width: 8px; height: 8px; border-radius: 50%;
  background: var(--accent); flex-shrink: 0;
}

.script-accent {
  font-family: var(--script);
  font-weight: 600;
  color: var(--accent);
  margin-inline-end: .15em;
  display: inline-block;
}

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  padding: .95rem 1.7rem;
  font-family: var(--sans); font-weight: 600; font-size: .95rem;
  letter-spacing: .02em;
  border-radius: 999px;
  transition: transform .35s var(--ease-out), background .3s var(--ease-out), box-shadow .3s var(--ease-out), color .3s var(--ease-out);
  white-space: nowrap;
}
.btn-primary {
  background: var(--accent); color: var(--cream);
  box-shadow: 0 8px 28px -8px rgba(224, 48, 30, 0.55);
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 14px 36px -10px rgba(224, 48, 30, 0.7); }
.btn-ghost {
  background: transparent; color: var(--cream);
  border: 1.5px solid var(--line-strong);
}
.btn-ghost:hover { background: rgba(245,236,223,.08); border-color: var(--cream-2); transform: translateY(-3px); }

/* =============================================================
   4. Logo badge (inline SVG, reused in nav + footer + splash)
   ============================================================= */
.brand-badge { display: flex; align-items: center; gap: .7rem; }
.brand-badge svg, .brand-badge img { display: block; flex-shrink: 0; }
.brand-badge img { width: 44px; height: 44px; object-fit: contain; }
.brand-badge-word {
  font-family: var(--display);
  font-size: 1.35rem;
  letter-spacing: .03em;
  line-height: 1;
}
.brand-badge-word em {
  display: block; font-style: normal;
  font-family: var(--script); font-size: .95rem; color: var(--cream-3);
  letter-spacing: 0; margin-top: .15rem;
}

/* =============================================================
   5. Nav
   ============================================================= */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  height: var(--nav-h);
  display: flex; align-items: center;
  background: transparent;
  transition: background .4s var(--ease-out), box-shadow .4s var(--ease-out), height .3s var(--ease-out);
}
.nav.is-scrolled {
  background: rgba(19, 13, 10, 0.86);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  box-shadow: 0 1px 0 var(--line);
}
.nav-inner {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem;
}
.nav-links {
  display: none;
  align-items: center; gap: 2rem;
  font-weight: 600; font-size: .92rem;
}
.nav-links a { position: relative; padding-block: .3rem; }
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 100%; height: 2px; background: var(--accent);
  transform: scaleX(0); transform-origin: left;
  transition: transform .35s var(--ease-out);
}
.nav-links a:hover::after, .nav-links a.is-active::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: .9rem; }
.nav-social { display: none; align-items: center; gap: .85rem; }
.nav-social a {
  width: 34px; height: 34px; border-radius: 50%;
  display: grid; place-items: center;
  border: 1.5px solid var(--line-strong);
  transition: background .3s var(--ease-out), border-color .3s var(--ease-out), transform .3s var(--ease-out);
}
.nav-social a:hover { background: var(--accent); border-color: var(--accent); transform: translateY(-2px); }
.nav-social svg { width: 16px; height: 16px; }

.nav-burger {
  display: grid; place-items: center;
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1.5px solid var(--line-strong);
}
.nav-burger span { display: block; width: 18px; height: 2px; background: var(--cream); position: relative; }
.nav-burger span::before, .nav-burger span::after {
  content: ""; position: absolute; left: 0; width: 18px; height: 2px; background: var(--cream);
  transition: transform .3s var(--ease-out), top .3s var(--ease-out);
}
.nav-burger span::before { top: -6px; }
.nav-burger span::after { top: 6px; }
.nav.is-open .nav-burger span { background: transparent; }
.nav.is-open .nav-burger span::before { top: 0; transform: rotate(45deg); }
.nav.is-open .nav-burger span::after { top: 0; transform: rotate(-45deg); }

.nav-mobile {
  position: fixed; inset: var(--nav-h) 0 0 0; z-index: 90;
  background: rgba(19, 13, 10, 0.98);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2rem;
  opacity: 0; visibility: hidden; transform: translateY(-12px);
  transition: opacity .35s var(--ease-out), transform .35s var(--ease-out), visibility 0s .35s;
}
.nav.is-open .nav-mobile {
  opacity: 1; visibility: visible; transform: translateY(0);
  transition: opacity .35s var(--ease-out), transform .35s var(--ease-out), visibility 0s;
}
.nav-mobile a { font-family: var(--display); font-size: 2rem; letter-spacing: .02em; }
.nav-mobile .nav-social { display: flex; margin-top: 1rem; }

@media (min-width: 960px) {
  .nav-links { display: flex; }
  .nav-social { display: flex; }
  .nav-burger { display: none; }
  .nav-mobile { display: none; }
}

/* =============================================================
   6. Splash
   ============================================================= */
.splash {
  position: fixed; inset: 0; z-index: 999;
  background: var(--bg);
  display: grid; place-items: center;
  animation: splashSafety .01s 4.5s forwards;
}
.splash-mark { display: flex; flex-direction: column; align-items: center; gap: .8rem; }
.splash-mark svg, .splash-mark img { width: 108px; height: 108px; object-fit: contain; animation: splashPulse 1.6s var(--ease-soft) infinite; }
.splash-mark span {
  font-family: var(--script); color: var(--cream-3); font-size: 1.1rem;
}
.splash.is-out { opacity: 0; pointer-events: none; transition: opacity .5s var(--ease-out); }
@keyframes splashSafety { to { opacity: 0; pointer-events: none; clip-path: inset(0 0 100% 0); } }
@keyframes splashPulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.06); } }

/* =============================================================
   7. Hero
   ============================================================= */
.hero {
  position: relative;
  min-height: 100vh; min-height: 100svh;
  display: flex; align-items: flex-end;
  padding-top: var(--nav-h);
  overflow: clip;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img {
  width: 100%; height: 100%; object-fit: cover;
  filter: saturate(1.08) contrast(1.06) brightness(.82);
}
.hero-bg-tint {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(19,13,10,.55) 0%, rgba(19,13,10,.25) 35%, rgba(19,13,10,.55) 65%, rgba(19,13,10,.97) 100%);
}
.hero-grain {
  position: absolute; inset: 0; opacity: .07; mix-blend-mode: overlay; pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}
.hero-inner {
  position: relative; z-index: 1;
  width: 100%;
  padding-block: clamp(2.5rem, 8vw, 5rem);
}
.hero-eyebrow {
  display: flex; align-items: center; gap: .6rem;
  font-weight: 600; font-size: .8rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--cream-2); margin-bottom: 1.1rem;
}
.hero-eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px var(--accent-soft); }
.hero-title {
  font-size: clamp(2.8rem, 9vw, 6.4rem);
  max-width: 16ch;
  text-transform: uppercase;
}
.hero-title .script-line {
  display: block;
  font-family: var(--script);
  text-transform: none;
  font-size: clamp(1.6rem, 4.6vw, 2.6rem);
  color: var(--accent);
  margin-top: .3rem;
}
.hero-sub {
  max-width: 46ch; margin-top: 1.3rem;
  font-size: 1.05rem; color: var(--cream-2);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.2rem; }

.hero-stamp {
  display: none;
  position: absolute;
  top: clamp(6rem, 14vh, 9rem);
  right: clamp(1.2rem, 4vw, 3rem);
  z-index: 2;
  width: clamp(170px, 17vw, 240px);
  filter: drop-shadow(0 18px 30px rgba(0,0,0,.55));
  animation: stampFloat 6s ease-in-out infinite;
}
.hero-stamp img { width: 100%; height: auto; }
@keyframes stampFloat {
  0%, 100% { transform: translateY(0) rotate(-4deg); }
  50% { transform: translateY(-10px) rotate(-4deg); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-stamp { animation: none; }
}
@media (min-width: 720px) {
  .hero-stamp { display: block; }
}

/* =============================================================
   8. Marquee
   ============================================================= */
.marquee {
  position: relative; overflow: hidden;
  border-block: 1px solid var(--line);
  background: var(--bg-2);
  padding-block: 1rem;
}
.marquee-track {
  display: flex; width: max-content;
  animation: marqueeScroll 32s linear infinite;
}
.marquee-track span {
  font-family: var(--display);
  font-size: clamp(1.4rem, 3vw, 2rem);
  letter-spacing: .04em;
  color: var(--cream-3);
  padding-inline: 1.5rem;
  display: flex; align-items: center; gap: 1.5rem;
  white-space: nowrap;
}
.marquee-track span::after { content: "•"; color: var(--accent); }
@keyframes marqueeScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation-duration: 60s; }
}

/* =============================================================
   9. About / story
   ============================================================= */
.about-grid {
  display: grid; gap: 2.5rem;
}
.about-figure { border-radius: var(--radius); overflow: hidden; aspect-ratio: 16/10; }
.about-figure img { width: 100%; height: 100%; object-fit: cover; }
.about-copy h2 { font-size: clamp(2rem, 5vw, 3.2rem); text-transform: uppercase; max-width: 14ch; }
.about-copy p { color: var(--cream-2); max-width: 62ch; margin-top: 1.1rem; }
.pillars {
  display: grid; gap: 1.5rem;
  margin-top: 2.5rem;
  grid-template-columns: 1fr;
}
.pillar {
  padding: 1.6rem; border-radius: var(--radius-sm);
  background: var(--bg-3); border: 1px solid var(--line);
}
.pillar-num { font-family: var(--display); font-size: 1.6rem; color: var(--accent); }
.pillar h3 { font-family: var(--sans); font-weight: 700; font-size: 1.05rem; margin-top: .5rem; text-transform: none; }
.pillar p { color: var(--cream-3); font-size: .92rem; margin-top: .4rem; }

@media (min-width: 960px) {
  .about-grid { grid-template-columns: 1.1fr .9fr; align-items: center; }
  .pillars { grid-template-columns: repeat(3, 1fr); }
}

/* =============================================================
   10. Featured pizzas (signature tilt cards)
   ============================================================= */
.section-head { max-width: 60ch; margin-bottom: 2.6rem; }
.section-head h2 { font-size: clamp(2rem, 5vw, 3.4rem); text-transform: uppercase; }
.section-head p { color: var(--cream-2); margin-top: .8rem; }

.featured-grid {
  display: grid; gap: 1.6rem;
  grid-template-columns: 1fr;
}
@media (min-width: 720px)  { .featured-grid { grid-template-columns: repeat(2, 1fr); } }

.tilt-card {
  --rx: 0deg; --ry: 0deg; --mx: 50%; --my: 50%;
  position: relative;
  border-radius: var(--radius);
  background: var(--bg-3);
  border: 1px solid var(--line);
  overflow: hidden;
  transform: perspective(900px) rotateX(var(--rx)) rotateY(var(--ry));
  transition: transform .5s var(--ease-out), box-shadow .5s var(--ease-out), border-color .5s var(--ease-out);
  will-change: transform;
}
.tilt-card::before {
  content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: radial-gradient(280px circle at var(--mx) var(--my), var(--accent-soft), transparent 60%);
  opacity: 0; transition: opacity .4s var(--ease-out);
}
.tilt-card:hover { box-shadow: 0 30px 60px -25px rgba(0,0,0,.65); border-color: var(--line-strong); }
.tilt-card:hover::before { opacity: 1; }
.tilt-figure { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.tilt-figure img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .6s var(--ease-out), filter .6s var(--ease-out);
}
.tilt-card:hover .tilt-figure img { transform: scale(1.08); filter: saturate(1.15) brightness(1.05); }
.tilt-body { padding: 1.3rem 1.4rem 1.5rem; position: relative; z-index: 1; }
.tilt-body h3 { font-family: var(--sans); font-weight: 700; font-size: 1.2rem; text-transform: none; }
.tilt-body p { color: var(--cream-3); font-size: .88rem; margin-top: .35rem; min-height: 2.6em; }
.tilt-price {
  display: flex; align-items: baseline; justify-content: space-between;
  margin-top: .9rem; padding-top: .9rem; border-top: 1px solid var(--line);
}
.tilt-price span:first-child { font-size: .78rem; color: var(--cream-3); }
.tilt-price strong { font-family: var(--display); font-size: 1.4rem; color: var(--accent); }

/* =============================================================
   11. Gallery
   ============================================================= */
.gallery-grid {
  display: grid; gap: .9rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 720px)  { .gallery-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1280px) { .gallery-grid { grid-template-columns: repeat(4, 1fr); } }

.gallery-item {
  position: relative; border-radius: var(--radius-sm); overflow: hidden;
  aspect-ratio: 1/1;
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease-out); }
.gallery-item:hover img { transform: scale(1.1); }
.gallery-caption {
  position: absolute; inset-inline: 0; bottom: 0;
  padding: .8rem .9rem;
  background: linear-gradient(180deg, transparent, rgba(19,13,10,.92));
  font-size: .85rem; font-weight: 600;
  transform: translateY(6px); opacity: .85;
  transition: transform .4s var(--ease-out), opacity .4s var(--ease-out);
}
.gallery-item:hover .gallery-caption { transform: translateY(0); opacity: 1; }

/* =============================================================
   12. Social section
   ============================================================= */
.social-grid {
  display: grid; gap: 1.2rem;
  grid-template-columns: 1fr;
}
@media (min-width: 720px) { .social-grid { grid-template-columns: repeat(3, 1fr); } }
.social-card {
  display: flex; align-items: center; gap: 1rem;
  padding: 1.5rem; border-radius: var(--radius-sm);
  background: var(--bg-3); border: 1px solid var(--line);
  transition: transform .35s var(--ease-out), border-color .35s var(--ease-out), background .35s var(--ease-out);
}
.social-card:hover { transform: translateY(-4px); border-color: var(--accent); background: var(--bg-4); }
.social-icon {
  width: 52px; height: 52px; border-radius: 50%; flex-shrink: 0;
  display: grid; place-items: center;
  background: var(--accent-soft); color: var(--accent);
}
.social-icon svg { width: 24px; height: 24px; }
.social-text strong { display: block; font-size: 1.05rem; }
.social-text span { color: var(--cream-3); font-size: .85rem; }

/* =============================================================
   12.5 Location cards
   ============================================================= */
.location-groups { display: grid; gap: 2.6rem; }
.location-group-title {
  display: flex; align-items: center; gap: .8rem;
  font-family: var(--sans); font-weight: 700; font-size: .85rem;
  text-transform: uppercase; letter-spacing: .1em; color: var(--cream-2);
  margin-bottom: 1.1rem;
}
.location-group-title::after { content: ""; flex: 1; height: 1px; background: var(--line); }

.location-grid { display: grid; gap: 1.1rem; grid-template-columns: 1fr; }
@media (min-width: 720px) {
  .location-grid { grid-template-columns: repeat(2, 1fr); }
  .location-grid[data-cols="3"] { grid-template-columns: repeat(3, 1fr); }
}

.location-card {
  display: flex; flex-direction: column; gap: 1.2rem;
  padding: 1.5rem; border-radius: var(--radius-sm);
  background: var(--bg-3); border: 1px solid var(--line);
  transition: border-color .3s var(--ease-out), transform .3s var(--ease-out);
}
.location-card:hover { border-color: var(--line-strong); transform: translateY(-3px); }
.location-card-head { display: flex; align-items: center; gap: .8rem; }
.location-pin-sm {
  width: 42px; height: 42px; border-radius: 50%; flex-shrink: 0;
  display: grid; place-items: center;
  background: var(--accent-soft); color: var(--accent);
}
.location-pin-sm svg { width: 22px; height: 22px; }
.location-card h4 { font-family: var(--sans); font-weight: 700; font-size: 1.05rem; text-transform: none; }
.location-actions { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: auto; }
.location-actions .btn { padding: .6rem 1rem; font-size: .82rem; flex: 1 1 auto; white-space: nowrap; }

/* =============================================================
   13. CTA banner
   ============================================================= */
.cta-banner {
  position: relative; text-align: center;
  border-radius: var(--radius);
  padding: clamp(2.5rem, 8vw, 5rem) 1.5rem;
  background: linear-gradient(145deg, var(--bg-3), var(--bg-2));
  border: 1px solid var(--line);
  overflow: hidden;
}
.cta-banner::before {
  content: ""; position: absolute; inset: -60% -20% -60% -20%;
  background: radial-gradient(45% 40% at 50% 50%, var(--accent-soft), transparent 72%);
  filter: blur(60px); pointer-events: none;
}
.cta-banner h2 { font-size: clamp(2rem, 6vw, 3.6rem); text-transform: uppercase; position: relative; }
.cta-banner p { color: var(--cream-2); max-width: 46ch; margin: 1rem auto 0; position: relative; }
.cta-banner .hero-actions { justify-content: center; position: relative; }

/* =============================================================
   14. Menu page
   ============================================================= */
.menu-hero {
  padding-top: calc(var(--nav-h) + clamp(2rem, 6vw, 3.5rem));
  padding-bottom: clamp(2rem, 5vw, 3rem);
  text-align: center;
}
.menu-hero h1 { font-size: clamp(2.6rem, 8vw, 4.6rem); text-transform: uppercase; }
.menu-hero p { color: var(--cream-2); max-width: 56ch; margin: 1rem auto 0; }

.size-legend {
  display: flex; flex-wrap: wrap; justify-content: center; gap: .8rem;
  margin-top: 1.8rem;
}
.size-chip {
  padding: .5rem 1.1rem; border-radius: 999px;
  border: 1px solid var(--line-strong); font-size: .85rem;
  display: flex; gap: .4em; align-items: baseline;
}
.size-chip strong { color: var(--accent); }
.size-chip span { color: var(--cream-3); }

.menu-group-title {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  text-transform: uppercase;
  margin-bottom: 1.6rem;
  display: flex; align-items: center; gap: .8rem;
}
.menu-group-title::after { content: ""; flex: 1; height: 1px; background: var(--line); }

.price-table { width: 100%; border-collapse: collapse; }
.price-table thead th {
  text-align: left; font-family: var(--sans); font-weight: 700;
  font-size: .78rem; letter-spacing: .08em; text-transform: uppercase;
  color: var(--cream-3); padding-block: .8rem; border-bottom: 1px solid var(--line-strong);
}
.price-table thead th:not(:first-child) { text-align: right; }
.price-table tbody td { padding-block: 1.1rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.price-table tbody td:not(:first-child) { text-align: right; font-family: var(--display); font-size: 1.15rem; color: var(--accent); }
.price-table tbody tr:hover { background: rgba(245,236,223,.02); }
.price-name { font-weight: 700; font-size: 1.02rem; }
.price-ingredients { color: var(--cream-3); font-size: .85rem; margin-top: .2rem; }
.table-scroll { position: relative; overflow-x: auto; overflow-y: visible; padding-bottom: .5rem; touch-action: pan-x; }
.table-scroll::-webkit-scrollbar { height: 6px; }
.table-scroll::-webkit-scrollbar-thumb { background: var(--line-strong); border-radius: 999px; }
.table-scroll::after {
  content: "";
  position: absolute; top: 0; right: 0; bottom: .5rem; width: 28px;
  background: linear-gradient(90deg, transparent, var(--bg));
  pointer-events: none;
}
@media (min-width: 960px) { .table-scroll::after { display: none; } }

.simple-list { display: grid; gap: .1rem; }
.simple-row {
  display: flex; justify-content: space-between; align-items: baseline; gap: 1rem;
  padding-block: 1rem; border-bottom: 1px solid var(--line);
}
.simple-row .price-name { flex: 1; }
.simple-row strong { font-family: var(--display); font-size: 1.2rem; color: var(--accent); white-space: nowrap; }

.menu-section + .menu-section { margin-top: clamp(3rem, 7vw, 5rem); }

/* =============================================================
   15. Footer
   ============================================================= */
.site-footer {
  border-top: 1px solid var(--line);
  padding-block: clamp(3rem, 6vw, 4rem) 2rem;
  background: var(--bg-2);
}
.footer-top {
  display: grid; gap: 2.4rem;
  grid-template-columns: 1fr;
}
.footer-brand p { color: var(--cream-3); font-size: .92rem; margin-top: .9rem; max-width: 42ch; }
.footer-col h4 {
  font-family: var(--sans); font-weight: 700; font-size: .85rem;
  text-transform: uppercase; letter-spacing: .08em; color: var(--cream-2);
  margin-bottom: 1rem;
}
.footer-col ul { display: grid; gap: .6rem; }
.footer-col a { color: var(--cream-3); font-size: .92rem; transition: color .25s var(--ease-out); }
.footer-col a:hover { color: var(--accent); }
.footer-social { display: flex; gap: .8rem; margin-top: 1.2rem; }
.footer-social a {
  width: 38px; height: 38px; border-radius: 50%;
  display: grid; place-items: center;
  border: 1.5px solid var(--line-strong);
  transition: background .3s var(--ease-out), border-color .3s var(--ease-out);
}
.footer-social a:hover { background: var(--accent); border-color: var(--accent); }
.footer-social svg { width: 16px; height: 16px; }
.footer-brand .brand-badge img { width: 40px; height: 40px; }
.footer-bottom {
  margin-top: 2.6rem; padding-top: 1.6rem; border-top: 1px solid var(--line);
  display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between;
  font-size: .8rem; color: var(--cream-3);
}
.footer-bottom a { color: var(--cream-3); text-decoration: underline; text-underline-offset: 2px; }
.footer-bottom a:hover { color: var(--accent); }

@media (min-width: 960px) {
  .footer-top { grid-template-columns: 1.4fr .8fr .8fr .8fr; }
}

/* =============================================================
   16. Credits page
   ============================================================= */
.page-credits main { padding-top: calc(var(--nav-h) + 3rem); padding-bottom: 5rem; }
.page-credits h1 { font-size: clamp(2rem, 6vw, 3rem); text-transform: uppercase; }
.page-credits > .container > p { color: var(--cream-2); margin-top: 1rem; max-width: 60ch; }
.credits-list { margin-top: 2.4rem; display: grid; gap: 1rem; }
.credits-list li {
  padding: 1rem 1.2rem; border-radius: var(--radius-sm);
  background: var(--bg-3); border: 1px solid var(--line);
  font-size: .9rem; color: var(--cream-2);
}
.credits-list a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; }
.back-link { display: inline-flex; align-items: center; gap: .5em; font-weight: 600; }

/* =============================================================
   17. Reveal on scroll
   ============================================================= */
.reveal { opacity: 0; transform: translateY(32px); transition: opacity .8s var(--ease-out), transform .8s var(--ease-out); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal[data-split] { opacity: 1; transform: none; }

/* =============================================================
   18. Responsive base type scale
   ============================================================= */
@media (min-width: 540px)  { body { font-size: 16.5px; } }
@media (min-width: 960px)  { body { font-size: 17px; } }
@media (min-width: 1600px) { .container { max-width: 1440px; } }
