/* ============================================
   THE FLOW BY VINNIE — LUXURY EDITORIAL STYLE
   Light Italian · Outfit · Magazine layout
   ============================================ */

:root {
  --paper: #F6EEE1;
  --paper-2: #EFE5D3;
  --paper-warm: #FAF3E7;
  --bg-section: #FFFCF6;
  --bg-dark: #1A1410;
  --bg-dark-2: #261C15;
  --bg-dark-3: #2F231A;

  --primary: #B82828;
  --primary-hover: #951F1F;
  --primary-soft: #D54B43;
  --primary-rgb: 184, 40, 40;

  --accent: #2D6B4A;
  --accent-rgb: 45, 107, 74;

  --gold: #B8893C;
  --gold-soft: #D9B077;
  --gold-rgb: 184, 137, 60;

  --wa: #25D366;
  --wa-hover: #1FB659;

  --ink: #14110D;
  --ink-2: #2B241D;
  --body: #4A3F33;
  --muted: #7A6A58;

  --line: rgba(20, 17, 13, 0.1);
  --line-strong: rgba(20, 17, 13, 0.18);

  --shadow-xs: 0 1px 2px rgba(20, 17, 13, 0.04);
  --shadow-sm: 0 4px 14px rgba(20, 17, 13, 0.06);
  --shadow: 0 18px 48px rgba(20, 17, 13, 0.1);
  --shadow-lg: 0 32px 80px rgba(20, 17, 13, 0.16);
  --shadow-warm: 0 24px 60px rgba(var(--primary-rgb), 0.18);

  --r-sm: 10px;
  --r: 18px;
  --r-lg: 28px;
  --r-pill: 999px;

  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --t: 0.45s var(--ease);

  --font: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  --container: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  font-family: var(--font);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.7;
  color: var(--body);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color var(--t); }
sup { font-size: 0.55em; vertical-align: super; line-height: 1; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 32px; }

/* ============================================
   TYPOGRAPHY
   ============================================ */
h1, h2, h3, h4, h5 {
  color: var(--ink);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.08;
  margin: 0;
  font-family: var(--font);
}
h1 { font-weight: 800; letter-spacing: -0.045em; }
.display-h {
  font-size: clamp(2.1rem, 4.5vw, 3.6rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin: 0 0 24px;
}
.display-h.light,
.dark-section .display-h,
.dark-section h2,
.dark-section h3,
.dark-section h4 { color: #FBF5E9; }
h3 { font-size: 1.4rem; font-weight: 600; }
h4 { font-size: 1.1rem; font-weight: 600; }
p { margin: 0; }

/* Italic serif-feel via Outfit light + italic-ish styling */
.serif-italic {
  font-weight: 300;
  font-style: italic;
  letter-spacing: -0.02em;
  color: var(--primary);
  font-family: 'Outfit', serif;
}
.dark-section .serif-italic { color: var(--gold-soft); }
.gold { color: var(--gold-soft) !important; }

.underline-mark {
  position: relative;
  display: inline-block;
}
.underline-mark::after {
  content: '';
  position: absolute;
  left: -3%;
  right: -3%;
  bottom: 0.04em;
  height: 0.16em;
  background: rgba(var(--primary-rgb), 0.18);
  z-index: -1;
  border-radius: 4px;
}

.lead {
  font-size: 1.1rem;
  line-height: 1.75;
  color: var(--body);
  font-weight: 400;
}
.lead.light { color: rgba(251, 245, 233, 0.78); }

/* ============================================
   SECTION HELPERS
   ============================================ */
.section { padding: 120px 0; position: relative; }
.section-paper { background: var(--paper-2); }
.section-warm { background: var(--paper-warm); }

.section-num {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 36px;
  font-family: var(--font);
}
.section-num .num {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--primary);
  letter-spacing: 0.06em;
}
.section-num .num-line {
  flex: 1;
  max-width: 80px;
  height: 1px;
  background: var(--line-strong);
}
.section-num .num-lbl {
  font-size: 0.78rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.32em;
  color: var(--muted);
}
.section-num.light .num { color: var(--gold-soft); }
.section-num.light .num-line { background: rgba(251, 245, 233, 0.2); }
.section-num.light .num-lbl { color: rgba(251, 245, 233, 0.6); }

.section-head {
  max-width: 760px;
  margin: 0 0 64px;
}
.section-head h2 { margin-bottom: 18px; }
.section-sub {
  font-size: 1.1rem;
  color: var(--muted);
  line-height: 1.7;
  max-width: 560px;
}
.section-head.light .section-sub { color: rgba(251, 245, 233, 0.65); }

/* ============================================
   BUTTONS
   ============================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: var(--r-pill);
  font-family: var(--font);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.005em;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: all var(--t);
  white-space: nowrap;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.btn-lg { padding: 18px 36px; font-size: 1rem; }
.btn-block { width: 100%; }

.btn-primary {
  background: var(--primary);
  color: #FBF5E9;
  box-shadow: 0 10px 28px rgba(var(--primary-rgb), 0.32), inset 0 1px 0 rgba(255,255,255,0.12);
}
.btn-primary:hover {
  background: var(--primary-hover);
  transform: translateY(-2px);
  box-shadow: 0 16px 38px rgba(var(--primary-rgb), 0.42), inset 0 1px 0 rgba(255,255,255,0.12);
}
.btn-primary svg { transition: transform var(--t); }
.btn-primary:hover svg { transform: translateX(4px); }

.btn-ghost {
  background: rgba(255,255,255,0.1);
  color: #FBF5E9;
  border-color: rgba(255,255,255,0.32);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.btn-ghost:hover { background: #FBF5E9; color: var(--ink); border-color: #FBF5E9; transform: translateY(-2px); }

.btn-outline-dark {
  background: transparent;
  color: var(--ink);
  border-color: var(--line-strong);
}
.btn-outline-dark:hover { background: var(--ink); color: #FBF5E9; border-color: var(--ink); transform: translateY(-2px); }

.dark-section .btn-outline-dark {
  color: #FBF5E9;
  border-color: rgba(251, 245, 233, 0.25);
}
.dark-section .btn-outline-dark:hover { background: #FBF5E9; color: var(--ink); border-color: #FBF5E9; }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-weight: 600;
  font-size: 0.95rem;
  padding-bottom: 4px;
  border-bottom: 1.5px solid var(--ink);
  transition: all var(--t);
}
.link-arrow svg { transition: transform var(--t); }
.link-arrow:hover { color: var(--primary); border-color: var(--primary); }
.link-arrow:hover svg { transform: translateX(4px); }

/* ============================================
   TOP BAR
   ============================================ */
.topbar {
  background: var(--ink);
  color: rgba(251, 245, 233, 0.85);
  font-size: 0.82rem;
  padding: 10px 0;
  letter-spacing: 0.01em;
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.topbar-item { display: inline-flex; align-items: center; gap: 8px; }
.topbar-divider { color: rgba(251, 245, 233, 0.3); }
.topbar-link { color: #FBF5E9; font-weight: 600; }
.topbar-link:hover { color: var(--gold-soft); }
.dot-live {
  display: inline-block;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #4CD964;
  box-shadow: 0 0 0 0 rgba(76, 217, 100, 0.6);
  animation: livePulse 1.8s ease-out infinite;
}
@keyframes livePulse {
  0% { box-shadow: 0 0 0 0 rgba(76, 217, 100, 0.6); }
  70% { box-shadow: 0 0 0 8px rgba(76, 217, 100, 0); }
  100% { box-shadow: 0 0 0 0 rgba(76, 217, 100, 0); }
}

/* ============================================
   NAVBAR
   ============================================ */
.navbar {
  position: fixed;
  top: 36px;
  left: 0; right: 0;
  z-index: 100;
  padding: 14px 0;
  transition: all var(--t);
  /* Always look like the "scrolled" state — cream bg, blur, dark text */
  background: rgba(246, 238, 225, 0.92);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow: 0 6px 28px rgba(20, 17, 13, 0.08);
  border-bottom: 1px solid var(--line);
}
.navbar.scrolled { top: 0; }
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand { display: flex; align-items: center; gap: 14px; }
.brand-logo-wrap {
  width: 76px;
  height: 104px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: transform var(--t);
}
.brand:hover .brand-logo-wrap { transform: scale(1.05); }
.brand-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}
.footer .brand-logo-wrap { width: 70px; height: 96px; }
@media (max-width: 700px) {
  .brand-logo-wrap { width: 58px; height: 80px; }
  .footer .brand-logo-wrap { width: 58px; height: 80px; }
}
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name {
  font-weight: 800;
  font-size: 1.3rem;
  letter-spacing: -0.025em;
  color: var(--ink);
}
.brand-sub {
  font-weight: 400;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--primary);
  margin-top: 5px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
}
.nav-links a:not(.btn) {
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--ink);
  position: relative;
}
.nav-links a:not(.btn)::after {
  content: '';
  position: absolute;
  left: 0; bottom: -8px;
  width: 0; height: 2px;
  background: var(--primary);
  transition: width var(--t);
}
.nav-links a:not(.btn):hover::after { width: 100%; }

.nav-cta { padding: 12px 24px !important; font-size: 0.9rem !important; text-shadow: none !important; }
.nav-cta::after { display: none !important; }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  width: 44px;
  height: 44px;
  justify-content: center;
  align-items: center;
}
.nav-toggle span {
  width: 26px; height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: all var(--t);
}
.nav-toggle.active span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ============================================
   HERO — LAYERED MAGAZINE
   ============================================ */
.hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  /* Topbar (~33px in flow) puts hero top at y=33; navbar bottom at y=168.
     So content needs ~140px to clear the navbar fully. */
  padding-top: 150px;
  padding-bottom: 64px;
}
@media (max-width: 700px) {
  .hero { padding-top: 110px; padding-bottom: 40px; align-items: flex-start; }
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('https://images.unsplash.com/photo-1593504049359-74330189a345?w=1800&h=1100&fit=crop');
  background-size: cover;
  background-position: center;
  transform: scale(1.06);
  filter: contrast(1.05) saturate(1.1);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 30% 40%, rgba(184, 40, 40, 0.32) 0%, transparent 60%),
    linear-gradient(135deg, rgba(20, 17, 13, 0.82) 0%, rgba(20, 17, 13, 0.55) 55%, rgba(20, 17, 13, 0.85) 100%);
}
.hero-noise {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 80%, rgba(184, 137, 60, 0.08), transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(184, 40, 40, 0.08), transparent 50%);
  pointer-events: none;
  mix-blend-mode: screen;
}
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 50px;
  align-items: center;
  padding: 0 32px 50px;
  width: 100%;
}

.hero-content { color: #FBF5E9; max-width: 760px; }
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}
.hero-eyebrow .line {
  width: 40px; height: 1px;
  background: var(--gold-soft);
}
.hero-eyebrow span:last-child {
  font-size: 0.78rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.36em;
  color: var(--gold-soft);
}

.hero h1 {
  color: #FBF5E9;
  font-size: clamp(2rem, 3.8vw, 3rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.035em;
  margin: 0 0 20px;
}
.hero h1 .serif-italic { color: var(--gold-soft); font-weight: 200; font-style: italic; letter-spacing: -0.02em; }
.hero h1 .underline-mark::after { background: rgba(216, 176, 119, 0.28); }

.hero-sub {
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  line-height: 1.6;
  color: rgba(251, 245, 233, 0.85);
  font-weight: 300;
  margin: 0 0 28px;
  max-width: 540px;
}

.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 28px; }

.hero-trust {
  display: flex;
  align-items: center;
  gap: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(251, 245, 233, 0.18);
  max-width: 560px;
}
.trust-stars { display: flex; flex-direction: column; gap: 4px; }
.trust-stars .stars { color: var(--gold-soft); font-size: 1.1rem; letter-spacing: 4px; }
.trust-text { font-size: 0.88rem; color: rgba(251, 245, 233, 0.7); }
.trust-text strong { color: #FBF5E9; font-weight: 700; }
.trust-divider { width: 1px; height: 40px; background: rgba(251, 245, 233, 0.18); }
.trust-meta { display: flex; flex-direction: column; gap: 2px; }
.trust-meta strong { font-size: 1.4rem; font-weight: 800; color: var(--gold-soft); letter-spacing: -0.02em; line-height: 1; }
.trust-meta span { font-size: 0.82rem; color: rgba(251, 245, 233, 0.7); }

/* Hero side floating cards */
.hero-side {
  position: relative;
  height: 280px;
}
.hero-card {
  position: absolute;
  background: rgba(251, 245, 233, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: var(--r);
  box-shadow: var(--shadow-lg);
  padding: 24px 28px;
  border: 1px solid rgba(251, 245, 233, 0.5);
}
.hero-card-rating {
  top: 8%;
  right: 0;
  text-align: center;
  animation: floatA 6s ease-in-out infinite;
}
.hero-card-rating .hc-num {
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--primary);
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 4px;
}
.hero-card-rating .hc-lbl {
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.18em;
}
.hero-card-live {
  bottom: 10%;
  left: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  animation: floatB 6s ease-in-out infinite;
}
.live-pulse {
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 0 0 rgba(var(--primary-rgb), 0.5);
  animation: livePulse 1.8s ease-out infinite;
  flex-shrink: 0;
}
.hc-tag {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: var(--primary);
  margin-bottom: 4px;
}
.hc-loc {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.4;
}

@keyframes floatA {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
@keyframes floatB {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(10px); }
}

.hero-scroll {
  position: absolute;
  bottom: 24px; left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.scroll-line {
  width: 1px; height: 28px;
  background: linear-gradient(to bottom, transparent, var(--gold-soft));
}
.scroll-text {
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: var(--gold-soft);
}

/* ============================================
   MARQUEE
   ============================================ */
.marquee {
  background: var(--ink);
  color: #FBF5E9;
  padding: 20px 0;
  overflow: hidden;
  border-top: 1px solid rgba(251, 245, 233, 0.08);
  border-bottom: 1px solid rgba(251, 245, 233, 0.08);
}
.marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 36px;
  animation: marquee 30s linear infinite;
  white-space: nowrap;
}
.marquee-track span {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.marquee-track span:nth-child(even) { color: var(--gold-soft); }
.marquee-track .dot { color: var(--primary); font-size: 0.7rem; }
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ============================================
   ABOUT — MAGAZINE GRID
   ============================================ */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 80px;
  align-items: center;
}
.about-imgs {
  position: relative;
  height: 720px;
}
.about-img-main {
  position: absolute;
  top: 0; left: 0;
  width: 78%;
  height: 92%;
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.about-img-main img { width: 100%; height: 100%; object-fit: cover; }
.about-tag {
  position: absolute;
  bottom: 24px; left: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border-radius: var(--r-pill);
  background: rgba(251, 245, 233, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.16em;
}
.about-tag svg { color: var(--primary); }

.about-img-mini {
  position: absolute;
  bottom: 0; right: 0;
  width: 42%;
  aspect-ratio: 1/1;
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 6px solid var(--paper);
}
.about-img-mini img { width: 100%; height: 100%; object-fit: cover; }

.about-badge {
  position: absolute;
  top: 32%; right: 5%;
  background: var(--primary);
  color: #FBF5E9;
  border-radius: var(--r);
  padding: 22px 26px;
  box-shadow: var(--shadow-warm);
  z-index: 2;
  text-align: center;
  transform: rotate(-4deg);
}
.about-badge .num {
  display: block;
  font-size: 2.2rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 4px;
}
.about-badge .lbl {
  font-size: 0.72rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  opacity: 0.9;
}

.about-text { padding-left: 12px; }
.about-text .lead { margin-bottom: 40px; }

.about-features {
  display: grid;
  gap: 24px;
  margin-bottom: 40px;
  padding: 32px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.feat {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}
.feat-ico {
  width: 48px; height: 48px;
  border-radius: 14px;
  background: rgba(var(--primary-rgb), 0.08);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.feat-ico svg { width: 22px; height: 22px; }
.feat h4 { margin: 0 0 4px; font-size: 1.05rem; color: var(--ink); }
.feat p { color: var(--muted); font-size: 0.95rem; line-height: 1.6; }

/* ============================================
   MENU — TALL EDITORIAL CARDS
   ============================================ */
.menu-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.card-tall {
  position: relative;
  height: 540px;
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: all var(--t);
}
.card-tall:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-lg);
}
.card-tall .card-img {
  position: absolute;
  inset: 0;
}
.card-tall .card-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1s var(--ease);
}
.card-tall:hover .card-img img { transform: scale(1.08); }
.card-tall::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 30%, rgba(20, 17, 13, 0.92) 100%);
  pointer-events: none;
}
.card-overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 28px 26px 30px;
  color: #FBF5E9;
  z-index: 2;
}
.card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.card-tag {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--gold-soft);
  padding: 6px 14px;
  border: 1px solid rgba(216, 176, 119, 0.4);
  border-radius: var(--r-pill);
  background: rgba(216, 176, 119, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.card-no {
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(251, 245, 233, 0.5);
  letter-spacing: 0.1em;
}
.card-overlay h3 {
  color: #FBF5E9;
  font-size: 1.45rem;
  font-weight: 700;
  margin: 0 0 8px;
  letter-spacing: -0.025em;
}
.card-overlay h3 .serif-italic { color: var(--gold-soft); font-weight: 200; }
.card-overlay p {
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(251, 245, 233, 0.78);
  margin: 0;
}

/* ============================================
   DARK SECTION (Process & Contact)
   ============================================ */
.dark-section {
  background: var(--bg-dark);
  color: #FBF5E9;
  position: relative;
  overflow: hidden;
}
.dark-bg-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.18;
  filter: blur(2px) brightness(0.5);
}
.dark-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 30%, rgba(184, 40, 40, 0.22) 0%, transparent 60%);
}
.dark-noise {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(216, 176, 119, 0.06), transparent 50%),
    radial-gradient(circle at 85% 80%, rgba(184, 40, 40, 0.08), transparent 50%);
  pointer-events: none;
}
.dark-section .container { position: relative; z-index: 2; }

/* ============================================
   PROCESS GRID
   ============================================ */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 24px;
}
.step {
  padding: 36px 30px 32px;
  background: rgba(251, 245, 233, 0.04);
  border: 1px solid rgba(251, 245, 233, 0.1);
  border-radius: var(--r);
  transition: all var(--t);
  position: relative;
  overflow: hidden;
}
.step::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, var(--primary), var(--gold-soft));
  transform: translateX(-100%);
  transition: transform 0.6s var(--ease);
}
.step:hover {
  background: rgba(251, 245, 233, 0.07);
  transform: translateY(-6px);
}
.step:hover::before { transform: translateX(0); }
.step-no {
  font-size: 2.6rem;
  font-weight: 200;
  font-style: italic;
  color: var(--gold-soft);
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 18px;
}
.step h4 {
  color: #FBF5E9;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.step p {
  color: rgba(251, 245, 233, 0.7);
  font-size: 0.94rem;
  line-height: 1.65;
  margin: 0;
}

/* ============================================
   EVENTS — SPLIT EDITORIAL
   ============================================ */
.events-wrap {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 80px;
  align-items: center;
}
.events-text .lead { margin-bottom: 40px; }
.event-types {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-bottom: 44px;
}
.event-type {
  padding: 24px 22px;
  background: var(--bg-section);
  border-radius: var(--r);
  border: 1px solid var(--line);
  transition: all var(--t);
}
.event-type:hover {
  border-color: rgba(var(--primary-rgb), 0.3);
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.event-icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: rgba(var(--primary-rgb), 0.08);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.event-icon svg { width: 22px; height: 22px; }
.event-type h4 { margin-bottom: 6px; font-size: 1.05rem; color: var(--ink); }
.event-type p { font-size: 0.88rem; color: var(--muted); line-height: 1.5; margin: 0; }

.events-cta { display: flex; gap: 14px; flex-wrap: wrap; }

.events-visual {
  position: relative;
  height: 640px;
}
.events-img-main {
  width: 100%;
  height: 100%;
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.events-img-main img { width: 100%; height: 100%; object-fit: cover; }
.events-quote {
  position: absolute;
  bottom: -30px;
  left: -30px;
  background: var(--bg-section);
  border-radius: var(--r);
  padding: 28px 30px 26px;
  box-shadow: var(--shadow-lg);
  max-width: 320px;
  border: 1px solid var(--line);
}
.events-quote .quote-mark {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 3rem;
  line-height: 0.5;
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 6px;
}
.events-quote p {
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--ink-2);
  font-style: italic;
  font-weight: 400;
  margin: 0 0 14px;
}
.events-quote span {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ============================================
   LOCATIONS
   ============================================ */
.location-card {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  background: var(--bg-section);
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}
.location-info { padding: 52px 48px; }
.loc-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(var(--primary-rgb), 0.08);
  color: var(--primary);
  padding: 9px 18px;
  border-radius: var(--r-pill);
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-bottom: 26px;
}
.location-info h3 { font-size: 1.8rem; margin-bottom: 12px; line-height: 1.15; }
.loc-address {
  color: var(--muted);
  margin-bottom: 32px;
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.loc-details {
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
  display: grid;
  gap: 18px;
}
.loc-details li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.ldi {
  width: 40px; height: 40px;
  border-radius: 12px;
  background: var(--paper);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ldi svg { width: 18px; height: 18px; }
.loc-details strong {
  display: block;
  color: var(--ink);
  font-weight: 600;
  font-size: 0.98rem;
  margin-bottom: 2px;
}
.loc-details span {
  font-size: 0.88rem;
  color: var(--muted);
}
.loc-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.location-map { min-height: 460px; background: var(--paper); }
.location-map iframe { width: 100%; height: 100%; min-height: 460px; border: 0; display: block; filter: grayscale(0.25) contrast(0.95); }

/* Service Areas */
.areas {
  margin-top: 80px;
  text-align: center;
}
.areas-title {
  font-size: 1.15rem;
  color: var(--ink);
  margin-bottom: 30px;
  font-weight: 500;
}
.area-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  max-width: 960px;
  margin: 0 auto;
}
.area-cloud span {
  padding: 11px 20px;
  background: var(--bg-section);
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--body);
  transition: all var(--t);
  cursor: default;
}
.area-cloud span:hover {
  background: var(--ink);
  color: #FBF5E9;
  border-color: var(--ink);
  transform: translateY(-2px);
}

/* ============================================
   REVIEWS — EDITORIAL
   ============================================ */
.reviews-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 60px;
}
.reviews-head h2 { margin: 0; max-width: 540px; }
.rating-block {
  display: flex;
  align-items: center;
  gap: 18px;
}
.rating-num {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary);
  letter-spacing: -0.04em;
  line-height: 0.9;
}
.rating-info .stars {
  color: var(--gold);
  font-size: 1.1rem;
  letter-spacing: 4px;
}
.rating-info p {
  font-size: 0.9rem;
  color: var(--muted);
  margin-top: 4px;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.review {
  background: var(--bg-section);
  padding: 40px 36px 34px;
  border-radius: var(--r);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  transition: all var(--t);
  position: relative;
}
.review:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.review.featured {
  background: var(--ink);
  border-color: var(--ink);
  color: #FBF5E9;
}
.review.featured blockquote { color: rgba(251, 245, 233, 0.92); }
.review.featured .reviewer strong { color: #FBF5E9; }
.review.featured .reviewer span { color: rgba(251, 245, 233, 0.6); }
.review .quote-mark {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 4rem;
  line-height: 0.4;
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 12px;
}
.review.featured .quote-mark { color: var(--gold-soft); }
.review .stars {
  color: var(--gold);
  letter-spacing: 4px;
  font-size: 1.05rem;
  margin-bottom: 20px;
}
.review.featured .stars { color: var(--gold-soft); }
.review blockquote {
  margin: 0 0 30px;
  font-size: 1.04rem;
  line-height: 1.7;
  color: var(--ink-2);
  font-weight: 400;
  flex: 1;
}
.reviewer { display: flex; align-items: center; gap: 14px; }
.avatar {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--primary-soft));
  color: #FBF5E9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
}
.review.featured .avatar { background: linear-gradient(135deg, var(--gold), var(--gold-soft)); color: var(--ink); }
.reviewer strong { display: block; color: var(--ink); font-weight: 600; font-size: 0.98rem; }
.reviewer span { font-size: 0.82rem; color: var(--muted); }

/* ============================================
   CONTACT (dark)
   ============================================ */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 70px;
  align-items: start;
}
.contact-info .lead { margin-bottom: 44px; }

.info-list { list-style: none; padding: 0; margin: 0 0 40px; display: grid; gap: 22px; }
.info-list li { display: flex; gap: 18px; align-items: flex-start; }
.info-list .ico {
  width: 46px; height: 46px;
  border-radius: 12px;
  background: rgba(216, 176, 119, 0.12);
  color: var(--gold-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid rgba(216, 176, 119, 0.18);
}
.info-list .ico svg { width: 20px; height: 20px; }
.info-label { display: block; font-size: 0.74rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.22em; color: rgba(251, 245, 233, 0.5); margin-bottom: 4px; }
.info-list a { color: #FBF5E9; font-weight: 600; font-size: 1.1rem; }
.info-list a:hover { color: var(--gold-soft); }
.info-meta { color: rgba(251, 245, 233, 0.85); font-size: 0.98rem; line-height: 1.5; }

.socials { display: flex; gap: 12px; }
.socials a {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: rgba(251, 245, 233, 0.06);
  border: 1px solid rgba(251, 245, 233, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FBF5E9;
  transition: all var(--t);
}
.socials a:hover { background: var(--primary); color: #FBF5E9; border-color: var(--primary); transform: translateY(-3px); }
.socials a svg { width: 18px; height: 18px; }

.contact-form {
  background: rgba(251, 245, 233, 0.04);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 48px 44px;
  border-radius: var(--r-lg);
  border: 1px solid rgba(251, 245, 233, 0.12);
}
.contact-form h3 { color: #FBF5E9; margin-bottom: 8px; font-size: 1.5rem; }
.form-intro { color: rgba(251, 245, 233, 0.6); font-size: 0.95rem; margin-bottom: 28px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: block; margin-bottom: 18px; }
.contact-form label > span {
  display: block;
  font-size: 0.78rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(251, 245, 233, 0.6);
  margin-bottom: 9px;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 15px 18px;
  border: 1px solid rgba(251, 245, 233, 0.18);
  border-radius: var(--r-sm);
  font-family: var(--font);
  font-size: 1rem;
  color: #FBF5E9;
  background: rgba(20, 17, 13, 0.5);
  transition: all var(--t);
}
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: rgba(251, 245, 233, 0.35); }
.contact-form select { color: #FBF5E9; }
.contact-form select option { background: var(--bg-dark); color: #FBF5E9; }
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--gold-soft);
  background: rgba(20, 17, 13, 0.7);
  box-shadow: 0 0 0 4px rgba(216, 176, 119, 0.12);
}
.contact-form textarea { resize: vertical; min-height: 110px; }
.honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; pointer-events: none !important; }
.form-status { margin-top: 16px; font-size: 0.92rem; min-height: 22px; text-align: center; }
.form-status.success { color: #4CD964; font-weight: 600; }
.form-status.error { color: var(--primary-soft); font-weight: 600; }

/* ============================================
   FOOTER
   ============================================ */
.footer {
  background: #0F0B08;
  color: rgba(251, 245, 233, 0.65);
  padding: 100px 0 32px;
  position: relative;
  overflow: hidden;
}
.footer-mark {
  font-size: clamp(5rem, 14vw, 12rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  color: rgba(216, 176, 119, 0.06);
  text-align: center;
  margin-bottom: 60px;
  line-height: 0.9;
  user-select: none;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1.1fr;
  gap: 60px;
  margin-bottom: 60px;
}
.footer .brand-name { color: #FBF5E9; }
.footer .brand-sub { color: var(--gold-soft); }
.footer-brand p { margin-top: 22px; max-width: 380px; font-size: 0.95rem; line-height: 1.7; color: rgba(251, 245, 233, 0.6); }
.footer-col h4 { color: #FBF5E9; margin-bottom: 24px; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.24em; font-weight: 600; }
.footer-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.footer-col li, .footer-col a { font-size: 0.95rem; line-height: 1.6; color: rgba(251, 245, 233, 0.6); }
.footer-col a:hover { color: var(--gold-soft); }
.footer-bottom {
  padding-top: 32px;
  border-top: 1px solid rgba(251, 245, 233, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.85rem;
  color: rgba(251, 245, 233, 0.45);
}
.powered-by a { color: rgba(251, 245, 233, 0.75); font-weight: 600; }
.powered-by a:hover { color: var(--gold-soft); }

/* ============================================
   FLOATING WHATSAPP
   ============================================ */
.float-whatsapp {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: var(--wa);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 36px rgba(37, 211, 102, 0.4);
  z-index: 90;
  transition: all var(--t);
}
.float-whatsapp svg { width: 30px; height: 30px; position: relative; z-index: 2; }
.float-whatsapp .wa-pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--wa);
  animation: waPulse 2.4s ease-out infinite;
}
.float-whatsapp:hover {
  background: var(--wa-hover);
  transform: translateY(-4px) scale(1.05);
}
@keyframes waPulse {
  0% { transform: scale(1); opacity: 0.6; }
  100% { transform: scale(1.6); opacity: 0; }
}

/* ============================================
   FLOATING MOBILE CTA
   ============================================ */
.mobile-cta {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: rgba(255, 252, 246, 0.95);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-top: 1px solid var(--line);
  box-shadow: 0 -8px 28px rgba(20, 17, 13, 0.1);
  z-index: 95;
  padding: 8px 8px calc(8px + env(safe-area-inset-bottom));
}
.mobile-cta a {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 10px 4px;
  border-radius: 10px;
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 600;
}
.mobile-cta a svg { width: 22px; height: 22px; }
.mobile-cta a:active { background: var(--paper); }
.mobile-cta a.wa { color: var(--wa); }

/* ============================================
   FADE-IN
   ============================================ */
.fade-in {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.8s ease, transform 0.9s var(--ease);
}
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1100px) {
  .menu-grid, .process-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-grid, .about-grid, .events-wrap, .location-card, .contact-grid { gap: 50px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-brand { grid-column: 1 / -1; }
  .hero-side { height: 380px; }
}

@media (max-width: 880px) {
  .section { padding: 80px 0; }
  .section-head { margin-bottom: 48px; }
  .topbar-divider:nth-of-type(2) { display: none; }
  .topbar-item:nth-of-type(2) { display: none; }
  .navbar { top: 32px; }
  .nav-toggle { display: flex; }
  .nav-links {
    display: none;
    position: absolute;
    top: 100%; left: 16px; right: 16px;
    flex-direction: column;
    align-items: stretch;
    background: var(--bg-section);
    padding: 28px 24px;
    gap: 18px;
    border-radius: var(--r);
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--line);
    margin-top: 10px;
  }
  .nav-links.active { display: flex; }
  .nav-links a { color: var(--ink) !important; text-shadow: none !important; font-size: 1rem; }
  .nav-cta { text-align: center; margin-top: 4px; }

  .navbar { background: rgba(246, 238, 225, 0.92); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
  .navbar .brand-name { color: var(--ink); text-shadow: none; }
  .navbar .brand-sub { color: var(--primary); }
  .navbar .nav-toggle span { background: var(--ink); }

  .hero { padding-top: 32px; min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; padding: 110px 24px 70px; }
  .hero-side { display: none; }
  .hero-trust { gap: 20px; padding-top: 24px; }
  .trust-meta strong { font-size: 1.2rem; }

  .about-grid { grid-template-columns: 1fr; gap: 50px; }
  .about-imgs { height: auto; }
  .about-img-main { position: relative; width: 100%; height: auto; aspect-ratio: 4/3; }
  .about-img-mini { display: none; }
  .about-badge { top: auto; bottom: 16px; right: 16px; }
  .about-text { padding-left: 0; }

  .menu-grid { grid-template-columns: 1fr 1fr; gap: 18px; }
  .card-tall { height: 460px; }
  .process-grid { grid-template-columns: 1fr 1fr; }

  .events-wrap { grid-template-columns: 1fr; gap: 60px; }
  .events-visual { order: -1; height: 480px; }
  .events-quote { left: 16px; bottom: -20px; max-width: 280px; }
  .event-types { grid-template-columns: 1fr 1fr; }

  .location-card { grid-template-columns: 1fr; }
  .location-info { padding: 40px 28px; }
  .location-map, .location-map iframe { min-height: 320px; }

  .reviews-head { flex-direction: column; align-items: flex-start; gap: 24px; }
  .rating-num { font-size: 3rem; }
  .reviews-grid { grid-template-columns: 1fr; gap: 22px; }

  .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .contact-form { padding: 36px 28px; }

  .footer-grid { grid-template-columns: 1fr; text-align: left; gap: 40px; margin-bottom: 40px; }
  .footer-bottom { flex-direction: column; text-align: center; }

  .marquee-track span { font-size: 1.1rem; }

  .mobile-cta { display: flex; }
  body { padding-bottom: 78px; }
  .float-whatsapp { bottom: 92px; right: 18px; width: 54px; height: 54px; }
  .float-whatsapp svg { width: 26px; height: 26px; }
}

@media (max-width: 520px) {
  .container { padding: 0 20px; }
  .section { padding: 70px 0; }
  .topbar { font-size: 0.74rem; padding: 8px 0; }
  .topbar-divider { display: none; }
  .display-h { font-size: clamp(1.85rem, 7vw, 2.4rem); }
  .hero-grid { padding: 100px 20px 60px; }
  .hero h1 { font-size: clamp(2rem, 8vw, 2.6rem); }
  .hero-btns { flex-direction: column; width: 100%; }
  .hero-btns .btn { width: 100%; }
  .hero-trust { flex-direction: column; align-items: flex-start; gap: 16px; }
  .trust-divider { display: none; }

  .menu-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .event-types { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }

  .events-visual { height: 380px; }
  .events-quote { position: relative; left: 0; bottom: 0; max-width: 100%; margin-top: 16px; }

  .events-cta { flex-direction: column; }
  .events-cta .btn { width: 100%; }
  .loc-actions { flex-direction: column; }
  .loc-actions .btn { width: 100%; }

  .footer-mark { margin-bottom: 40px; }
}

/* ============================================
   VIDEO BACKGROUNDS
   ============================================ */
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: contrast(1.05) saturate(1.1);
}
.dark-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.28;
  filter: blur(1px) brightness(0.55);
  z-index: 0;
}
.events-video-wrap {
  position: relative;
  overflow: hidden;
}
.events-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ============================================
   MENU — PIZZA GRID (PDF MENU)
   ============================================ */
.menu-upgrade {
  margin: 18px 0 0;
  font-size: 0.95rem;
  color: var(--ink-2);
  letter-spacing: 0.01em;
}
.menu-upgrade strong { color: var(--ink); font-weight: 700; letter-spacing: -0.005em; }
.price-pill {
  display: inline-block;
  margin-left: 6px;
  padding: 3px 12px;
  border-radius: var(--r-pill);
  background: var(--primary);
  color: #FBF5E9;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
}

.pizza-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 48px;
}
.pizza-card {
  display: flex;
  flex-direction: column;
  background: #FFFCF6;
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform var(--t), box-shadow var(--t);
}
.pizza-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}
.pizza-img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.pizza-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s var(--ease);
}
.pizza-card:hover .pizza-img img { transform: scale(1.06); }
.pizza-body {
  padding: 22px 24px 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pizza-head {
  display: flex;
  align-items: baseline;
  gap: 14px;
  justify-content: space-between;
}
.pizza-head h3 {
  font-size: 1.2rem;
  color: var(--ink);
  font-weight: 700;
  letter-spacing: -0.02em;
}
.veg-tag {
  display: inline-block;
  margin-left: 6px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--accent);
  background: rgba(var(--accent-rgb), 0.1);
  padding: 2px 8px;
  border-radius: var(--r-pill);
  vertical-align: middle;
}
.pizza-price {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--primary);
  letter-spacing: -0.01em;
  white-space: nowrap;
}
.pizza-body p {
  font-size: 0.93rem;
  line-height: 1.6;
  color: var(--body);
  margin: 0;
}

.menu-toppings {
  margin-top: 56px;
  padding: 28px 32px;
  background: var(--paper-warm);
  border: 1px solid var(--line);
  border-radius: var(--r);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.toppings-head h3 {
  font-size: 1.4rem;
  color: var(--ink);
  margin: 0 0 4px;
}
.toppings-head h3 .serif-italic { color: var(--primary); font-weight: 200; font-style: italic; }
.toppings-head p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--muted);
}
.toppings-pills {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.pill {
  padding: 10px 18px;
  background: #FFFCF6;
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  font-size: 0.9rem;
  color: var(--ink-2);
}
.pill strong { color: var(--ink); margin-right: 6px; font-weight: 700; }

.menu-extras {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-top: 56px;
}
.extras-title {
  font-size: 1.6rem;
  color: var(--ink);
  margin: 0 0 18px;
  letter-spacing: -0.02em;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line-strong);
}
.extras-title-mt { margin-top: 36px; }
.extras-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.extras-list li { padding-bottom: 4px; }
.extras-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 4px;
}
.extras-row strong {
  font-size: 1.02rem;
  color: var(--ink);
  font-weight: 700;
  letter-spacing: -0.01em;
}
.dots {
  flex: 1;
  border-bottom: 1.5px dotted rgba(20, 17, 13, 0.2);
  transform: translateY(-4px);
}
.extras-row .price {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--primary);
  letter-spacing: -0.01em;
}
.extras-list li p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.55;
}
.extras-note {
  margin: 0;
  font-size: 0.95rem;
  color: var(--body);
  line-height: 1.6;
}
.extras-note em { color: var(--primary); font-style: italic; font-weight: 600; }

.protein-banner {
  margin-top: 64px;
  padding: 40px 44px;
  background: linear-gradient(135deg, var(--bg-dark) 0%, var(--bg-dark-3) 100%);
  color: #FBF5E9;
  border-radius: var(--r-lg);
  display: grid;
  grid-template-columns: 1.1fr 1.4fr;
  gap: 40px;
  align-items: center;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.protein-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 80% 50%, rgba(184, 137, 60, 0.22) 0%, transparent 60%);
  pointer-events: none;
}
.protein-eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.32em;
  color: var(--gold-soft);
  margin-bottom: 16px;
}
.protein-left h3 {
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  color: #FBF5E9;
  margin: 0 0 14px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
}
.protein-left h3 .serif-italic { color: var(--gold-soft); font-weight: 200; font-style: italic; }
.protein-left p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(251, 245, 233, 0.78);
  max-width: 460px;
}
.protein-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  position: relative;
}
.protein-stat {
  text-align: center;
  padding: 22px 12px;
  background: rgba(251, 245, 233, 0.05);
  border: 1px solid rgba(251, 245, 233, 0.12);
  border-radius: var(--r);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.ps-num {
  display: block;
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--gold-soft);
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 6px;
}
.ps-lbl {
  display: block;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(251, 245, 233, 0.65);
  font-weight: 500;
}
.ps-lbl small { font-size: 0.85em; opacity: 0.7; text-transform: none; letter-spacing: 0.04em; }

/* Powered by Doughbells band */
.protein-doughbells {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 10px;
  padding-top: 28px;
  border-top: 1px solid rgba(217, 176, 119, 0.30);
  position: relative;
  z-index: 1;
}
.protein-doughbells .doughbells-logo {
  height: 78px;
  width: auto;
  flex-shrink: 0;
}
.protein-doughbells .doughbells-text {
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  color: rgba(251, 245, 233, 0.92);
}
.protein-doughbells .doughbells-text strong {
  color: var(--gold-soft);
  font-weight: 800;
}
@media (max-width: 720px) {
  .protein-doughbells { flex-direction: column; gap: 12px; text-align: center; }
}

.allergen-note {
  margin: 48px 0 0;
  padding: 20px 24px;
  background: rgba(251, 245, 233, 0.6);
  border-left: 3px solid var(--primary);
  border-radius: 6px;
  font-size: 0.9rem;
  color: var(--ink-2);
  line-height: 1.6;
}
.allergen-note strong { color: var(--ink); font-weight: 700; }
.allergen-note .key {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.85rem;
}

@media (max-width: 1100px) {
  .pizza-grid { grid-template-columns: repeat(2, 1fr); }
  .protein-banner { grid-template-columns: 1fr; gap: 28px; padding: 32px; }
  .protein-stats { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 720px) {
  .pizza-grid { grid-template-columns: 1fr; gap: 18px; }
  .menu-extras { grid-template-columns: 1fr; gap: 28px; }
  .protein-stats { grid-template-columns: repeat(2, 1fr); }
  .menu-toppings { padding: 22px; flex-direction: column; align-items: flex-start; }
  .toppings-pills { width: 100%; }
  .pill { flex: 1; min-width: 0; text-align: center; }
}

/* ====== GALLERY ====== */
.gallery .container { padding-top: 0; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 42px;
}
.gallery-grid figure {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #e9e3d2;
  box-shadow: 0 6px 22px rgba(20,17,13,0.10);
  position: relative;
}
.gallery-grid figure img,
.gallery-grid figure video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease;
}
.gallery-grid figure:hover img,
.gallery-grid figure:hover video { transform: scale(1.05); }
@media (max-width: 900px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
}
@media (max-width: 460px) {
  .gallery-grid { grid-template-columns: 1fr; }
}
