/* =========================================================
   Brothers Charcoal Kebab — Old-World Afghan Bazaar
   Hand-written CSS, mobile-first
========================================================= */

/* ---------- 4.1 Tokens ---------- */
:root {
  --saffron: #e8a838;
  --saffron-deep: #c4861d;
  --terracotta: #b94a2c;
  --terracotta-dark: #8a3520;
  --lapis: #1f3a5f;
  --lapis-dark: #14263f;
  --ink: #2a1d12;
  --cream: #f4ead6;
  --cream-warm: #ecddb8;
  --bone: #f8f1df;
  --rose: #d97757;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-soft: cubic-bezier(0.4, 0, 0.2, 1);

  --r-sm: 6px;
  --r-md: 12px;
  --r-lg: 22px;
  --r-pill: 999px;

  --shadow-soft: 0 12px 30px -16px rgba(42, 29, 18, 0.18);
  --shadow-deep: 0 24px 60px -24px rgba(42, 29, 18, 0.32);

  --tile-pattern: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='none' stroke='%23c4861d' stroke-width='1' opacity='0.6'%3E%3Crect x='6' y='6' width='28' height='28' transform='rotate(45 20 20)'/%3E%3Crect x='6' y='6' width='28' height='28'/%3E%3Ccircle cx='20' cy='20' r='3'/%3E%3C/g%3E%3C/svg%3E");

  --tile-pattern-dense: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cg fill='none' stroke='%23c4861d' stroke-width='1.2'%3E%3Cpath d='M30 4 L36 18 L52 18 L40 28 L46 44 L30 34 L14 44 L20 28 L8 18 L24 18 Z' opacity='0.5'/%3E%3Crect x='15' y='15' width='30' height='30' transform='rotate(45 30 30)' opacity='0.3'/%3E%3C/g%3E%3C/svg%3E");
}

/* ---------- 4.2 Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font: 17px/1.7 'EB Garamond', Georgia, serif;
  -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 0.3s var(--ease-soft); }
a:hover { color: var(--terracotta); }
ul { padding: 0; margin: 0; list-style: none; }
::selection { background: var(--saffron); color: var(--ink); }

h1, h2, h3, h4 {
  font-family: 'Marcellus', Georgia, serif;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.015em;
  margin: 0;
  color: var(--ink);
}

em { font-style: italic; }

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 64px);
  position: relative;
}

/* ---------- 4.3 Section borders & patterns ---------- */
.section-border {
  display: block;
  width: 100%;
  height: 14px;
  position: relative;
  z-index: 2;
}
.section-border rect {
  opacity: 0.45;
  transition: opacity 0.9s var(--ease);
}
.section-border-top { margin-bottom: clamp(48px, 7vw, 96px); }
.section-border-bottom { margin-top: clamp(48px, 7vw, 96px); }

/* ---------- 4.4 Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 18px 32px;
  border-radius: var(--r-pill);
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.3s var(--ease), background 0.3s var(--ease-soft), color 0.3s var(--ease-soft), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
  text-decoration: none;
  white-space: nowrap;
  box-shadow: var(--shadow-soft);
}
.btn:focus-visible {
  outline: 3px solid var(--lapis);
  outline-offset: 4px;
}

.btn-primary {
  background: var(--terracotta);
  color: var(--cream);
}
.btn-primary:hover {
  background: var(--terracotta-dark);
  color: var(--cream);
  transform: translateY(-2px);
  box-shadow: var(--shadow-deep);
}

.btn-outline {
  background: transparent;
  color: var(--lapis);
  border-color: var(--lapis);
  box-shadow: none;
}
.btn-outline:hover {
  background: var(--lapis);
  color: var(--cream);
  transform: translateY(-2px);
  box-shadow: var(--shadow-soft);
}

.btn-saffron {
  background: var(--saffron);
  color: var(--ink);
}
.btn-saffron:hover {
  background: var(--saffron-deep);
  color: var(--ink);
  transform: translateY(-2px);
  box-shadow: var(--shadow-deep);
}

/* ---------- 4.5 Eyebrow ---------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Outfit', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin: 0 0 24px;
}
.eyebrow-on-dark { color: var(--saffron); }
.eyebrow .roman {
  font-family: 'Cormorant Unicase', serif;
  font-size: 15px;
  letter-spacing: 0.18em;
  color: inherit;
}
.eyebrow-star { color: var(--saffron); flex-shrink: 0; }
.eyebrow-on-dark .eyebrow-star { color: var(--saffron); }

/* ---------- 4.6 Section title ---------- */
.section-title {
  font-family: 'Marcellus', serif;
  font-size: clamp(40px, 5.6vw, 84px);
  line-height: 1.05;
  margin: 0 0 28px;
  color: var(--ink);
  max-width: 18ch;
}
.section-title em {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-weight: 400;
  color: var(--terracotta);
}
.section-title-on-dark { color: var(--cream); }
.section-title-on-dark em { color: var(--saffron); }

.section-subtitle {
  font-family: 'EB Garamond', serif;
  font-size: clamp(18px, 1.6vw, 22px);
  color: var(--ink);
  opacity: 0.78;
  margin: 0 0 12px;
  max-width: 56ch;
}
.section-meta {
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--ink);
  opacity: 0.7;
  margin: 0 0 56px;
}
.section-meta a {
  color: var(--terracotta);
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
}

/* ---------- NAV ---------- */
nav#site-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(244, 234, 214, 0.85);
  backdrop-filter: blur(0);
  border-bottom: 1px solid rgba(196, 134, 29, 0.15);
  transition: background 0.4s var(--ease-soft), backdrop-filter 0.4s, border-color 0.4s;
}
nav#site-nav.scrolled {
  background: rgba(244, 234, 214, 0.94);
  backdrop-filter: blur(10px);
  border-bottom-color: rgba(196, 134, 29, 0.35);
}
.nav-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 14px clamp(16px, 4vw, 40px);
  display: flex;
  align-items: center;
  gap: 24px;
}
.nav-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}
.nav-wordmark {
  font-family: 'Cormorant Unicase', serif;
  font-size: 14px;
  letter-spacing: 0.18em;
  color: var(--ink);
  font-weight: 600;
}
.nav-links {
  display: none;
  flex: 1;
  justify-content: center;
  gap: clamp(20px, 3vw, 40px);
}
.nav-links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Outfit', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink);
  padding: 8px 4px;
  position: relative;
}
.nav-links a:hover { color: var(--terracotta); }
.nav-links .nav-star {
  color: var(--saffron);
  opacity: 0;
  transform: rotate(0deg) scale(0.6);
  transition: opacity 0.3s var(--ease), transform 0.5s var(--ease);
}
.nav-links a:hover .nav-star {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}
.nav-cta {
  display: none;
  padding: 12px 22px;
  font-size: 11px;
  letter-spacing: 0.18em;
  flex: 0 0 auto;
}
.nav-burger {
  margin-left: auto;
  background: transparent;
  border: 1px solid var(--saffron-deep);
  width: 44px; height: 44px;
  border-radius: var(--r-sm);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  padding: 0;
}
.nav-burger span {
  display: block;
  width: 18px; height: 1.5px;
  background: var(--ink);
  transition: transform 0.3s var(--ease);
}
.nav-burger:focus-visible {
  outline: 3px solid var(--lapis);
  outline-offset: 2px;
}

/* Mobile menu overlay */
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: var(--cream);
  background-image: var(--tile-pattern);
  background-size: 80px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 80px 24px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-20px);
  transition: opacity 0.4s var(--ease), transform 0.4s var(--ease);
}
.mobile-menu.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.mobile-close {
  position: absolute;
  top: 20px; right: 24px;
  font-size: 38px;
  background: none;
  border: none;
  color: var(--ink);
  cursor: pointer;
  line-height: 1;
}
.mobile-deco { color: var(--saffron); margin-bottom: 12px; }
.mobile-menu ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.mobile-menu a {
  font-family: 'Marcellus', serif;
  font-size: 36px;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.mobile-menu a.mobile-call {
  margin-top: 24px;
  background: var(--saffron);
  color: var(--ink);
  padding: 16px 36px;
  border-radius: var(--r-pill);
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

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

/* ============================================================
   HERO
============================================================ */
.hero {
  position: relative;
  padding: clamp(120px, 18vh, 180px) 0 clamp(80px, 12vw, 140px);
  background: var(--cream);
  overflow: hidden;
  isolation: isolate;
}
.hero-pattern {
  position: absolute;
  inset: 0;
  background-image: var(--tile-pattern);
  background-size: 60px 60px;
  opacity: 0.06;
  pointer-events: none;
  z-index: 0;
}
.hero .section-border-top {
  position: absolute;
  top: 78px; left: 0;
  margin: 0;
  z-index: 1;
}
.hero-grid {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 64px);
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
  align-items: center;
}
@media (min-width: 1080px) {
  .hero-grid {
    grid-template-columns: 1.5fr 1fr;
    gap: clamp(48px, 6vw, 96px);
  }
}
.hero-copy { max-width: 720px; }

.hero-title {
  font-family: 'Marcellus', serif;
  font-weight: 400;
  font-size: clamp(64px, 10vw, 144px);
  line-height: 0.95;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin: 0 0 32px;
}
.hero-title .line {
  display: block;
  overflow: hidden;
  padding-bottom: 0.05em;
}
.hero-title .line span {
  display: inline-block;
  filter: blur(8px);
  opacity: 0;
  transform: translateY(20px);
}
body.loaded .hero-title .line span {
  animation: ink-bleed 0.9s var(--ease) forwards;
}
body.loaded .hero-title .line:nth-child(1) span { animation-delay: 0.15s; }
body.loaded .hero-title .line:nth-child(2) span { animation-delay: 0.35s; }
body.loaded .hero-title .line:nth-child(3) span { animation-delay: 0.55s; }
.hero-title .italic-accent {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-weight: 400;
  color: var(--terracotta);
}
@keyframes ink-bleed {
  to { filter: blur(0); opacity: 1; transform: translateY(0); }
}

.ornament-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 28px;
  color: var(--saffron-deep);
  max-width: 380px;
}
.ornament-divider .rule {
  flex: 1;
  height: 1px;
  background: var(--saffron-deep);
  opacity: 0.6;
}

.hero-subtitle {
  font-family: 'EB Garamond', serif;
  font-size: clamp(19px, 1.6vw, 23px);
  line-height: 1.55;
  color: var(--ink);
  opacity: 0.82;
  max-width: 540px;
  margin: 0 0 40px;
}
.hero-subtitle em { font-style: italic; }

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 64px;
}

.hero-scroll {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
}
.hero-scroll-line {
  display: block;
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, transparent, var(--terracotta) 50%, transparent);
  background-size: 100% 200%;
  animation: shimmer 2.4s ease-in-out infinite;
}
@keyframes shimmer {
  0% { background-position: 0 -100%; }
  100% { background-position: 0 200%; }
}
.hero-scroll-label {
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ink);
  opacity: 0.5;
}

/* Stamp card */
.stamp-svg { width: 100%; max-width: 380px; height: auto; }
@keyframes float {
  0%, 100% { transform: translateY(-8px); }
  50% { transform: translateY(8px); }
}

.hero-tagline {
  position: absolute;
  bottom: 28px;
  right: clamp(20px, 5vw, 64px);
  font-family: 'EB Garamond', serif;
  font-style: italic;
  color: var(--ink);
  opacity: 0.55;
  font-size: 15px;
  margin: 0;
  z-index: 2;
  display: none;
}
@media (min-width: 720px) { .hero-tagline { display: block; } }

/* ============================================================
   MARQUEE BAND
============================================================ */
.marquee-band {
  background: var(--lapis);
  color: var(--cream);
  padding: 0;
  height: 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.marquee {
  display: flex;
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent 0, #000 6%, #000 94%, transparent 100%);
}
.marquee-track {
  display: flex;
  align-items: center;
  gap: 56px;
  width: max-content;
  animation: marquee-scroll 50s linear infinite;
  padding-right: 56px;
}
.marquee.paused .marquee-track,
.marquee:hover .marquee-track {
  animation-play-state: paused;
}
.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 56px;
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-size: clamp(22px, 2.2vw, 30px);
  color: var(--cream);
  white-space: nowrap;
}
.marquee-star { color: var(--saffron); flex-shrink: 0; }

@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ============================================================
   STORY
============================================================ */
.story {
  padding: clamp(80px, 11vw, 140px) 0;
  background: var(--cream);
  position: relative;
}
.story-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  margin-top: 24px;
}
@media (min-width: 960px) {
  .story-grid {
    grid-template-columns: 1fr 1.2fr;
    gap: 80px;
    align-items: start;
  }
}

.credo-card {
  background: var(--cream-warm);
  border: 1px solid var(--lapis);
  border-radius: var(--r-lg);
  padding: clamp(32px, 4vw, 48px);
  position: relative;
  text-align: left;
  box-shadow: var(--shadow-soft);
}
.credo-line {
  font-family: 'Marcellus', serif;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.15;
  color: var(--ink);
  margin: 0;
  letter-spacing: -0.01em;
}
.flame-divider {
  display: block;
  margin: 18px 0;
  color: var(--terracotta);
}
.credo-method {
  margin: 36px 0 0;
  padding-top: 24px;
  border-top: 1px solid rgba(31, 58, 95, 0.25);
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--lapis);
  font-weight: 600;
}

.story-prose p {
  font-family: 'EB Garamond', serif;
  font-size: 18px;
  line-height: 1.75;
  color: var(--ink);
  margin: 0;
}
.prose-divider {
  display: flex;
  justify-content: center;
  margin: 28px 0;
  color: var(--saffron-deep);
  opacity: 0.7;
}

.story-stats {
  margin-top: clamp(60px, 8vw, 100px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(28px, 5vw, 60px);
  padding-top: 48px;
  border-top: 1px solid rgba(196, 134, 29, 0.3);
}
.stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.stat-num {
  font-family: 'Marcellus', serif;
  font-size: clamp(64px, 8vw, 110px);
  line-height: 1;
  color: var(--saffron-deep);
  letter-spacing: -0.04em;
}
.stat-label {
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ink);
  opacity: 0.7;
  font-weight: 600;
}
.stat-sep { color: var(--saffron); opacity: 0.7; }

/* ============================================================
   MENU
============================================================ */
.menu {
  padding: clamp(80px, 11vw, 140px) 0;
  background: var(--cream);
  position: relative;
  overflow: hidden;
}
.menu-pattern {
  position: absolute;
  inset: 0;
  background-image: var(--tile-pattern-dense);
  background-size: 90px 90px;
  opacity: 0.05;
  pointer-events: none;
}

.menu-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  margin-top: 24px;
}
@media (min-width: 720px) { .menu-grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (min-width: 1080px) { .menu-grid { grid-template-columns: repeat(4, 1fr); gap: 28px; } }

.menu-card {
  background: var(--bone);
  border: 1px solid rgba(232, 168, 56, 0.35);
  border-radius: var(--r-lg);
  padding: clamp(24px, 2.4vw, 32px);
  position: relative;
  display: flex;
  flex-direction: column;
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease), border-color 0.4s var(--ease);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}
.menu-card::before {
  content: "";
  position: absolute;
  top: 0; left: 12%; right: 12%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.7), transparent);
  pointer-events: none;
}
.menu-card:hover {
  transform: translateY(-6px);
  border-color: var(--terracotta);
  box-shadow: var(--shadow-deep);
}
.menu-card:hover .card-ornament {
  transform: rotate(45deg);
  color: var(--terracotta);
}

.card-badge {
  position: absolute;
  top: 18px; right: 22px;
  font-family: 'Cormorant Unicase', serif;
  font-size: 22px;
  letter-spacing: 0.1em;
  color: var(--saffron-deep);
  font-weight: 600;
}
.card-ornament {
  color: var(--saffron);
  margin-bottom: 16px;
  transition: transform 0.5s var(--ease), color 0.4s var(--ease-soft);
}
.card-title {
  font-family: 'Marcellus', serif;
  font-size: clamp(22px, 2vw, 26px);
  margin: 0 0 6px;
  color: var(--ink);
}
.card-sub {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  color: var(--ink);
  opacity: 0.7;
  font-size: 15px;
  margin: 0 0 20px;
}

/* Image area + placeholder */
.card-image {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: var(--r-md);
  overflow: hidden;
  margin-bottom: 22px;
  background-color: var(--cream-warm);
  background-image: var(--tile-pattern);
  background-size: 50px 50px;
  border: 1px solid rgba(196, 134, 29, 0.2);
}
.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-image.img-missing::before,
.card-image:not(:has(img))::before {
  content: attr(data-fallback);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Marcellus', serif;
  font-style: italic;
  font-size: clamp(20px, 2vw, 24px);
  color: var(--terracotta-dark);
  text-align: center;
  padding: 20px;
}
.card-image.img-missing::after,
.card-image:not(:has(img))::after {
  content: "PHOTO COMING";
  position: absolute;
  bottom: 16px;
  left: 0; right: 0;
  text-align: center;
  font-family: 'Outfit', sans-serif;
  font-size: 10px;
  letter-spacing: 0.28em;
  color: var(--ink);
  opacity: 0.45;
  font-weight: 600;
}

.menu-items { display: flex; flex-direction: column; gap: 6px; flex: 1; }
.menu-item {
  display: flex;
  align-items: baseline;
  gap: 0;
  padding: 6px 0;
  font-size: 16px;
}
.item-name {
  font-family: 'EB Garamond', serif;
  color: var(--ink);
  flex-shrink: 0;
}
.leader {
  flex: 1;
  border-bottom: 1.5px dotted var(--saffron);
  margin: 0 8px;
  transform: translateY(-5px);
  min-width: 16px;
}
.item-price {
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  color: var(--terracotta);
  flex-shrink: 0;
  font-size: 15px;
}
.item-mp em {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-size: 14px;
  color: var(--ink);
  opacity: 0.55;
  font-weight: 400;
}

.menu-footnote {
  text-align: center;
  margin: 56px auto 0;
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-size: 16px;
  color: var(--ink);
  opacity: 0.65;
  max-width: 60ch;
}

/* ============================================================
   HERITAGE (lapis full-bleed)
============================================================ */
.heritage {
  padding: clamp(100px, 14vw, 160px) 0;
  background: var(--lapis);
  color: var(--cream);
  position: relative;
  overflow: hidden;
}
.heritage::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--tile-pattern);
  background-size: 80px 80px;
  opacity: 0.05;
  pointer-events: none;
}
.heritage-arch {
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  width: 420px;
  height: 580px;
  color: var(--terracotta);
  opacity: 0.16;
  pointer-events: none;
}

.heritage-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  margin-top: 56px;
  position: relative;
  z-index: 2;
}
@media (min-width: 800px) {
  .heritage-grid { grid-template-columns: repeat(3, 1fr); gap: 56px; }
}
.heritage-col {
  position: relative;
  padding: 24px 0 0;
}
.heritage-star { color: var(--saffron); margin-bottom: 24px; display: block; }
.heritage-numeral {
  font-family: 'Cormorant Unicase', serif;
  font-size: clamp(56px, 6vw, 78px);
  color: var(--saffron);
  margin: 0 0 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
}
.heritage-headline {
  font-family: 'Marcellus', serif;
  font-size: clamp(24px, 2.4vw, 32px);
  color: var(--cream);
  margin: 0 0 16px;
  line-height: 1.2;
}
.heritage-body {
  font-family: 'EB Garamond', serif;
  font-size: 18px;
  line-height: 1.65;
  color: var(--cream);
  opacity: 0.85;
  margin: 0;
}

/* ============================================================
   CATERING
============================================================ */
.catering {
  padding: clamp(80px, 11vw, 140px) 0;
  background: var(--cream);
  position: relative;
}
.catering-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  margin-top: 24px;
  align-items: center;
}
@media (min-width: 960px) {
  .catering-grid { grid-template-columns: 1.1fr 1fr; gap: 80px; }
}

.catering-prose p {
  font-family: 'EB Garamond', serif;
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.65;
  color: var(--ink);
  margin: 0;
  max-width: 52ch;
}

.catering-card {
  position: relative;
  background: var(--bone);
  border: 2px solid var(--terracotta);
  border-radius: var(--r-lg);
  padding: clamp(32px, 4vw, 48px);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}
.catering-arch-bg {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 80%;
  height: 90%;
  color: var(--saffron);
  opacity: 0.12;
  pointer-events: none;
}
.catering-card-inner { position: relative; z-index: 2; }
.catering-card-heading {
  font-family: 'Cormorant Unicase', serif;
  font-size: 18px;
  letter-spacing: 0.22em;
  color: var(--terracotta);
  margin: 0 0 24px;
  font-weight: 600;
}
.catering-card-line {
  font-family: 'EB Garamond', serif;
  font-size: 18px;
  margin: 0 0 12px;
  color: var(--ink);
}
.catering-card-line strong {
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--lapis);
  display: block;
  margin-bottom: 4px;
}
.catering-card-line a {
  color: var(--ink);
  border-bottom: 1px solid var(--saffron);
  padding-bottom: 1px;
}
.catering-card-line a:hover { color: var(--terracotta); }
.catering-card-note {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  color: var(--ink);
  opacity: 0.7;
  margin: 16px 0 24px;
}
.catering-cta {
  width: 100%;
  margin-top: 8px;
}
.catering-card-foot {
  margin: 18px 0 0;
  font-family: 'Outfit', sans-serif;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--ink);
  opacity: 0.55;
  text-align: center;
  word-break: break-all;
}

/* ============================================================
   VISIT
============================================================ */
.visit {
  padding: clamp(80px, 11vw, 140px) 0;
  background: var(--cream);
  position: relative;
}
.visit-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  margin-top: 24px;
}
@media (min-width: 960px) {
  .visit-grid { grid-template-columns: 1fr 1.2fr; gap: 64px; align-items: start; }
}

.visit-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-bottom: 36px;
}
.visit-list li {
  display: flex;
  gap: 14px;
  align-items: start;
  font-family: 'EB Garamond', serif;
  font-size: 17px;
  color: var(--ink);
  line-height: 1.5;
}
.visit-list li > div { flex: 1; }
.khatam-bullet {
  color: var(--saffron);
  flex-shrink: 0;
  margin-top: 6px;
  transition: transform 0.5s var(--ease), color 0.3s var(--ease-soft);
}
.visit-list li:hover .khatam-bullet { transform: rotate(45deg); color: var(--terracotta); }
.visit-label {
  display: block;
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--terracotta);
  font-weight: 600;
  margin-bottom: 4px;
}
.visit-list a {
  color: var(--ink);
  border-bottom: 1px solid var(--saffron);
}
.visit-list a:hover { color: var(--terracotta); }
.visit-hours div { margin-top: 2px; }

.delivery-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}
.pill {
  display: inline-flex;
  padding: 8px 16px;
  border-radius: var(--r-pill);
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  border: 1.5px solid var(--saffron);
  color: var(--ink);
  background: transparent;
  transition: background 0.3s var(--ease-soft), color 0.3s var(--ease-soft);
}
.pill-active:hover { background: var(--saffron); color: var(--ink); }
.pill-disabled {
  border-color: var(--lapis);
  color: var(--lapis);
  opacity: 0.55;
  cursor: not-allowed;
}

.visit-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.visit-map {
  width: 100%;
  height: 520px;
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid var(--saffron);
  box-shadow: var(--shadow-soft);
}
.visit-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: sepia(0.15) saturate(1.1) contrast(1.05);
}

/* ============================================================
   FOOTER
============================================================ */
.site-footer {
  background: var(--ink);
  color: var(--cream);
  padding: 0 0 32px;
  position: relative;
}
.footer-border { display: block; }
.footer-border rect { opacity: 0.55; }

.site-footer .container { padding-top: 64px; }
.footer-top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  padding-bottom: 48px;
}
@media (min-width: 720px) {
  .footer-top { grid-template-columns: 1.4fr 1fr 1.2fr; gap: 56px; }
}
.footer-col p { margin: 0 0 10px; line-height: 1.6; }
.footer-wordmark {
  font-family: 'Cormorant Unicase', serif;
  font-size: 18px;
  letter-spacing: 0.22em;
  color: var(--cream);
  font-weight: 500;
  margin-bottom: 12px !important;
}
.footer-tagline {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  color: var(--cream);
  opacity: 0.75;
  font-size: 16px;
}
.footer-deco { color: var(--saffron); margin-top: 16px; display: block; }

.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-col ul a {
  font-family: 'Outfit', sans-serif;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cream);
  font-weight: 500;
}
.footer-col ul a:hover { color: var(--saffron); }

.footer-col address { font-style: normal; }
.footer-col address a { border-bottom: 1px solid rgba(244, 234, 214, 0.3); }
.footer-col address a:hover { color: var(--saffron); border-color: var(--saffron); }
.footer-social {
  display: inline-flex;
  margin-top: 16px;
  color: var(--cream);
  border: none !important;
  transition: color 0.3s, transform 0.3s var(--ease);
}
.footer-social:hover { color: var(--saffron); transform: translateY(-2px); }

.footer-divider {
  display: flex;
  justify-content: center;
  padding: 12px 0;
  color: var(--saffron);
  border-top: 1px solid rgba(244, 234, 214, 0.12);
  border-bottom: 1px solid rgba(244, 234, 214, 0.12);
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  text-align: center;
  padding: 24px 0 0;
  font-family: 'EB Garamond', serif;
  font-size: 14px;
  color: var(--cream);
  opacity: 0.7;
}
@media (min-width: 720px) {
  .footer-bottom { flex-direction: row; justify-content: space-between; text-align: left; }
}
.footer-bottom p { margin: 0; }

/* ============================================================
   REVEAL & MOTION
============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
  .hero-title .line span { filter: none; opacity: 1; transform: none; }
}
html[data-rm="reduce"] .reveal { opacity: 1; transform: none; }
html[data-rm="reduce"] .hero-title .line span { filter: none; opacity: 1; transform: none; }
html[data-rm="reduce"] *, html[data-rm="reduce"] *::before, html[data-rm="reduce"] *::after {
  animation: none !important; transition: none !important;
}

/* ============================================================
   Menu section — categorized list, each item links to DoorDash
   ============================================================ */

.menu-intro {
  font-family: 'EB Garamond', Georgia, serif;
  font-style: italic;
  text-align: center;
  margin-bottom: 3rem;
  opacity: 0.8;
  font-size: 1.05rem;
}

.menu-category {
  margin: 0 auto 3.5rem;
  max-width: 720px;
}

.menu-category-title {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 1.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0.4rem;
}

.menu-category-note {
  font-family: 'EB Garamond', Georgia, serif;
  font-style: italic;
  text-align: center;
  margin-bottom: 1.6rem;
  opacity: 0.7;
  font-size: 0.95rem;
}

.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-item {
  border-bottom: 1px solid rgba(196, 134, 29, 0.18);
}

.menu-item:last-child {
  border-bottom: none;
}

.menu-item-link {
  display: block;
  padding: 1.1rem 0;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.18s ease;
}

.menu-item-link:hover,
.menu-item-link:focus {
  opacity: 0.7;
}

.menu-item-head {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  margin-bottom: 0.25rem;
}

.menu-item-name {
  font-weight: 600;
  font-size: 1.05rem;
  flex-shrink: 0;
}

.menu-item-dots {
  flex: 1;
  border-bottom: 1px dotted rgba(196, 134, 29, 0.35);
  transform: translateY(-4px);
}

.menu-item-price {
  font-weight: 600;
  font-size: 1.05rem;
  flex-shrink: 0;
}

.menu-item-desc {
  font-family: 'EB Garamond', Georgia, serif;
  font-style: italic;
  font-size: 0.95rem;
  opacity: 0.75;
  margin: 0;
  line-height: 1.45;
}

.menu-footer {
  text-align: center;
  font-family: 'EB Garamond', Georgia, serif;
  font-style: italic;
  margin-top: 2rem;
  font-size: 1rem;
}

.menu-footer a {
  font-style: normal;
  font-weight: 600;
  color: inherit;
}

@media (max-width: 540px) {
  .menu-item-head {
    flex-wrap: wrap;
  }
  .menu-item-dots {
    display: none;
  }
  .menu-item-price {
    margin-left: auto;
  }
}
