/* ════════════════════════════════════════════════════════════════════
   custom.css — The Zaitoon Almanac
   ──────────────────────────────────────────────────────────────────
   Unique design language extensions for the Zaitoon Calicut mockup.
   Layered on top of style.css + pages.css.

   Adds:
   - Bilingual type system (Latin + Arabic Naskh + Malayalam)
   - Paper-grain texture and watercolor wash backgrounds
   - Hand-drawn olive-sprig dividers
   - Wax-seal medallions (Awards, anniversaries, "16 Years")
   - Recipe-card components (replaces generic dish cards)
   - Illustrated "Day at the Table" session ribbon
   - Custom inline SVG ornaments + a wayfinder map of all 12 outlets
   - Cinnabar/terracotta stamps
   - Drop-cap initials, chef's-note paper strips, scribble rules
   - Custom logomark with Arabic calligraphic crescent
   ════════════════════════════════════════════════════════════════════ */

/* ─── BILINGUAL FONTS ─── */
@import url('https://fonts.googleapis.com/css2?family=Noto+Naskh+Arabic:wght@400;500;700&family=Noto+Serif+Malayalam:wght@400;500;700&family=Caveat:wght@500;600&display=swap');

:root {
  --f-arabic:    'Noto Naskh Arabic', 'Amiri', serif;
  --f-malayalam: 'Noto Serif Malayalam', serif;
  --f-hand:      'Caveat', cursive;

  /* Almanac specific */
  --paper-warm:    #F5EFE2;
  --paper-deep:    #EAE0C9;
  --ink-arabic:    #2C3322;
  --cinnabar:      #B85838;
  --copper:        #A55E2B;
  --gilt:          #B58943;
  --wax-saffron:   #C9962E;
  --wax-cinnabar:  #B23B23;
}

/* ─── PAPER GRAIN TEXTURE (light version) ─── */
/* Subtle paper warmth — pre-rasterized noise inlined, no mix-blend (heavy). */
body {
  background-image:
    radial-gradient(circle at 10% 8%, rgba(201,150,46,.04), transparent 40%),
    radial-gradient(circle at 90% 92%, rgba(90,107,58,.04), transparent 40%);
}

/* Keep content stacking above background washes.
   NOTE: must NOT include .nav / .nav-overlay — they require position:fixed. */
.hero__content, .hero__strip, .hero__scroll,
section, footer { position: relative; z-index: 2; }

/* ─── TYPOGRAPHY EXTENSIONS ─── */
.arabic {
  font-family: var(--f-arabic);
  font-weight: 500;
  direction: rtl;
  unicode-bidi: plaintext;
  display: inline-block;
  letter-spacing: 0;
  font-feature-settings: 'liga';
}
.malayalam {
  font-family: var(--f-malayalam);
  font-weight: 400;
  letter-spacing: 0;
  display: inline-block;
}
.hand {
  font-family: var(--f-hand);
  font-weight: 500;
}

/* ─── BILINGUAL TYPE CLUSTER ─── */
/* Used near the hero: Arabic above, English below, Malayalam whisper */
.bilingual-cluster {
  display: flex; flex-direction: column; gap: 4px;
  align-items: flex-start;
}
.bilingual-cluster .ar {
  font-family: var(--f-arabic);
  font-size: clamp(22px, 2vw, 30px);
  color: var(--olive);
  letter-spacing: 0;
  font-weight: 500;
}
.bilingual-cluster .ml {
  font-family: var(--f-malayalam);
  font-size: clamp(15px, 1.2vw, 18px);
  color: var(--olive-deep);
  opacity: .82;
}
.bilingual-cluster .en {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

/* ─── OLIVE-SPRIG DIVIDER ─── */
.olive-divider {
  display: flex; align-items: center; gap: 18px;
  width: 100%; max-width: 540px; margin: 28px auto;
  color: var(--olive);
}
.olive-divider::before, .olive-divider::after {
  content: ''; flex: 1; height: 1px;
  background: currentColor; opacity: .26;
}
.olive-divider svg { width: 64px; height: 22px; flex: none; }
.olive-divider--left  { margin-left: 0; }
.olive-divider--right { margin-right: 0; }
.olive-divider--inline { max-width: none; margin: 8px 0; }

/* ─── HAND SCRIBBLE RULE ─── */
.scribble {
  width: 100%; max-width: 320px; height: 22px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 22' preserveAspectRatio='none'><path d='M2 14 C 40 6, 80 18, 120 10 S 200 18, 240 10 318 16 318 16' fill='none' stroke='%235A6B3A' stroke-width='1.5' stroke-linecap='round'/></svg>") center/contain no-repeat;
}
.scribble--saffron { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 22' preserveAspectRatio='none'><path d='M2 14 C 40 6, 80 18, 120 10 S 200 18, 240 10 318 16 318 16' fill='none' stroke='%23C9962E' stroke-width='2' stroke-linecap='round'/></svg>"); }
.scribble--bone    { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 22' preserveAspectRatio='none'><path d='M2 14 C 40 6, 80 18, 120 10 S 200 18, 240 10 318 16 318 16' fill='none' stroke='%23FAF6EC' stroke-width='2' stroke-linecap='round'/></svg>"); }

/* ─── WAX-SEAL MEDALLION ─── */
/* Used for awards, anniversaries, stat callouts. Looks like a wax stamp. */
.wax-seal {
  width: clamp(140px, 16vw, 200px);
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center;
  position: relative;
  color: var(--bone);
  padding: 18px;
  isolation: isolate;
  font-family: var(--f-display);
  box-shadow:
    inset 0 -8px 14px rgba(0,0,0,.18),
    inset 0 6px 12px rgba(255,220,150,.20),
    0 12px 30px -10px rgba(40,16,4,.35);
  transform: rotate(-6deg);
}
.wax-seal::before {
  content: '';
  position: absolute; inset: 0;
  border-radius: 50%;
  background:
    radial-gradient(at 35% 30%, rgba(255,235,180,.35), transparent 55%),
    radial-gradient(at 70% 80%, rgba(0,0,0,.25), transparent 60%);
  z-index: -1;
}
.wax-seal::after {
  content: '';
  position: absolute; inset: 8px;
  border-radius: 50%;
  border: 1px dashed rgba(255,255,255,.34);
  z-index: -1;
}
.wax-seal--saffron { background: radial-gradient(at center, #D9A540 0%, #B5811E 70%); }
.wax-seal--cinnabar{ background: radial-gradient(at center, #C04F33 0%, #8B2E1A 70%); }
.wax-seal--olive   { background: radial-gradient(at center, #6A7D45 0%, #3A4A22 70%); }
.wax-seal--ink     { background: radial-gradient(at center, #2C3322 0%, #14180F 70%); }
.wax-seal .num {
  font-size: clamp(36px, 3.8vw, 52px);
  line-height: 1;
  font-variation-settings: 'SOFT' 40, 'opsz' 144;
  letter-spacing: -0.04em;
  font-style: italic;
  font-weight: 500;
}
.wax-seal .small-num {
  font-size: clamp(22px, 2.4vw, 32px);
  font-variation-settings: 'SOFT' 70, 'opsz' 60;
  font-style: italic;
}
.wax-seal .label {
  font-family: var(--f-mono);
  font-size: 9px;
  letter-spacing: .24em;
  text-transform: uppercase;
  opacity: .92;
  max-width: 14ch;
  line-height: 1.35;
  margin-top: 6px;
  color: var(--bone);
  font-weight: 500;
}
.wax-seal .ornament {
  width: 22px; height: 1px; background: currentColor; opacity: .6; margin: 6px auto 0;
}
.wax-seal--lg { width: clamp(220px, 26vw, 300px); }
.wax-seal--sm { width: clamp(100px, 10vw, 130px); padding: 10px; }
.wax-seal--sm .num { font-size: clamp(24px, 2.4vw, 32px); }
.wax-seal--sm .label { font-size: 8px; }

/* ─── STAMP (rectangular) ─── */
.stamp {
  display: inline-flex; flex-direction: column;
  padding: 8px 14px;
  border: 2px solid currentColor;
  color: var(--cinnabar);
  font-family: var(--f-mono);
  font-size: 10px; letter-spacing: .22em; text-transform: uppercase;
  position: relative;
  transform: rotate(-2.4deg);
  background: rgba(184,88,56,.04);
  opacity: .92;
}
.stamp::before, .stamp::after {
  content: ''; position: absolute; inset: -3px;
  border: 1px solid currentColor; opacity: .35;
  pointer-events: none;
}
.stamp::after { inset: 2px; opacity: .2; }
.stamp .big {
  font-family: var(--f-display);
  font-size: 22px;
  font-style: italic;
  letter-spacing: -0.01em;
  text-transform: none;
  font-variation-settings: 'SOFT' 100, 'opsz' 60;
  margin-top: 2px;
}

/* ─── CHEF'S NOTE STRIP ─── */
/* a thin paper strip with handwritten note */
.chefs-note {
  display: inline-block;
  padding: 10px 16px;
  background: var(--bone);
  border: 1px solid var(--line);
  position: relative;
  font-family: var(--f-hand);
  font-size: 22px;
  color: var(--ink);
  line-height: 1.2;
  transform: rotate(-1.2deg);
  box-shadow: 0 2px 4px rgba(31,36,25,.06);
}
.chefs-note::before, .chefs-note::after {
  content: '';
  position: absolute;
  width: 14px; height: 6px;
  background: rgba(201,150,46,.55);
  border-radius: 1px;
}
.chefs-note::before { top: -3px; left: 12px; transform: rotate(-8deg); }
.chefs-note::after  { bottom: -3px; right: 16px; transform: rotate(8deg); }
.chefs-note .label-small {
  font-family: var(--f-mono);
  font-size: 9px;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--olive);
  display: block; margin-bottom: 2px;
  font-weight: 500;
}

/* ─── DROPCAP ─── */
.dropcap {
  position: relative;
}
.dropcap > p:first-of-type::first-letter {
  font-family: var(--f-display);
  font-size: 5.2em;
  float: left;
  line-height: .82;
  padding: 8px 14px 0 0;
  color: var(--olive);
  font-variation-settings: 'SOFT' 80, 'opsz' 144;
  font-style: italic;
  font-weight: 400;
}

/* ═══════════════════════════════════════════════
   HERO RE-LAYER — Almanac edition
   ═══════════════════════════════════════════════ */
.hero-almanac {
  position: relative;
  min-height: 100vh; min-height: 100dvh;
  padding: 120px var(--pad-x) 60px;
  display: flex; flex-direction: column; justify-content: center;
  overflow: hidden;
  background: var(--paper-warm);
}
.hero-almanac::before {
  /* subtle olive wash bleed top-left */
  content: '';
  position: absolute; top: -10%; left: -8%; width: 60%; height: 80%;
  background: radial-gradient(ellipse at center, rgba(90,107,58,.06), transparent 60%);
  z-index: 0;
}
.hero-almanac::after {
  /* saffron warm wash bottom-right */
  content: '';
  position: absolute; bottom: -12%; right: -8%; width: 56%; height: 80%;
  background: radial-gradient(ellipse at center, rgba(201,150,46,.10), transparent 60%);
  z-index: 0;
}
.hero-almanac__grid {
  position: relative; z-index: 2;
  max-width: var(--maxw); margin: 0 auto; width: 100%;
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
}
.hero-almanac__type {
  display: flex; flex-direction: column; gap: 22px;
}
.hero-almanac__edition {
  display: flex; align-items: baseline; gap: 14px;
  font-family: var(--f-mono); font-size: 11px;
  letter-spacing: .26em; text-transform: uppercase;
  color: var(--olive);
}
.hero-almanac__edition .arabic { font-size: 22px; letter-spacing: 0; color: var(--olive-deep); }
.hero-almanac__edition .ml { font-family: var(--f-malayalam); font-size: 15px; letter-spacing: 0; color: var(--olive-deep); }
.hero-almanac__edition .dot { color: var(--saffron); }

.hero-almanac__title {
  font-family: var(--f-display);
  font-weight: 360;
  font-size: clamp(62px, 11vw, 168px);
  line-height: .88;
  letter-spacing: -0.04em;
  font-variation-settings: 'SOFT' 40, 'opsz' 144;
  color: var(--ink);
}
.hero-almanac__title .line { display: block; }
.hero-almanac__title .swash {
  font-style: italic;
  font-variation-settings: 'SOFT' 100, 'opsz' 144;
  color: var(--olive);
}
.hero-almanac__title .gilt {
  font-style: italic;
  font-variation-settings: 'SOFT' 100, 'opsz' 144;
  color: var(--saffron);
}
.hero-almanac__lede {
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.55;
  color: var(--ink);
  max-width: 50ch;
}
.hero-almanac__ctas {
  display: flex; gap: 12px; flex-wrap: wrap; align-items: center; margin-top: 4px;
}

/* The torn-paper illustration card on the right */
.hero-almanac__plate {
  position: relative;
  aspect-ratio: 4/5;
  background: var(--bone);
  box-shadow:
    0 30px 60px -22px rgba(40,28,12,.36),
    0 6px 14px -8px rgba(40,28,12,.20);
  transform: rotate(2.2deg);
  --notch-size: 18px;
  /* Torn-edge mask using polygon */
  clip-path: polygon(
    0% 1%, 4% 0%, 12% 1.4%, 22% 0%, 33% 1%, 45% .4%, 58% 1.2%, 70% 0%, 82% 1%, 92% 0%, 100% 1%,
    99% 12%, 100% 24%, 99.4% 36%, 100% 48%, 99% 60%, 99.6% 72%, 100% 84%, 99% 95%, 100% 100%,
    90% 99.4%, 78% 100%, 66% 99%, 54% 99.6%, 42% 100%, 30% 99%, 18% 99.6%, 8% 100%, 0% 99%,
    1% 88%, 0% 76%, .6% 64%, 0% 52%, 1% 40%, .4% 28%, 0% 16%, 1% 4%);
}
.hero-almanac__plate img {
  width: 100%; height: 100%; object-fit: cover;
  filter: contrast(1.02) saturate(1.05);
}
.hero-almanac__plate .seal-corner {
  position: absolute; top: -34px; right: -28px;
  z-index: 3;
}
.hero-almanac__plate .plate-cap {
  position: absolute; left: 14px; bottom: 14px;
  background: var(--bone);
  padding: 10px 14px;
  font-family: var(--f-mono);
  font-size: 10px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--ink-soft);
  border: 1px solid var(--line);
  z-index: 2;
}
.hero-almanac__plate .plate-cap .num { color: var(--olive); font-weight: 500; margin-right: 6px; }

/* Hero strip at bottom — newspaper-masthead style */
.hero-almanac__strip {
  position: relative; z-index: 2;
  max-width: var(--maxw); margin: clamp(40px, 6vw, 80px) auto 0;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 24px; align-items: center;
  padding: 18px 0;
  border-top: 1.5px solid var(--ink);
  border-bottom: 1.5px solid var(--ink);
}
.hero-almanac__strip .item {
  display: flex; flex-direction: column;
}
.hero-almanac__strip .item .k {
  font-family: var(--f-mono); font-size: 9.5px;
  letter-spacing: .26em; text-transform: uppercase; color: var(--olive);
  margin-bottom: 2px;
}
.hero-almanac__strip .item .v {
  font-family: var(--f-display); font-size: 16px; color: var(--ink); font-weight: 400;
}
.hero-almanac__strip .item .v.italic {
  font-style: italic; font-variation-settings: 'SOFT' 100, 'opsz' 60;
}
.hero-almanac__strip .live-dot {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--f-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--olive-deep);
}
.hero-almanac__strip .live-dot::before {
  content: ''; width: 8px; height: 8px; border-radius: 50%;
  background: var(--olive); box-shadow: 0 0 0 4px rgba(90,107,58,.18);
  animation: pulse 2.2s ease-in-out infinite;
}

@media (max-width: 1024px) {
  .hero-almanac__grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-almanac__plate { max-width: 480px; margin: 0 auto; transform: rotate(1.8deg); }
  .hero-almanac__plate .seal-corner { top: -24px; right: -14px; transform: scale(.78); }
  .hero-almanac__strip { grid-template-columns: 1fr 1fr; gap: 18px; }
}
@media (max-width: 640px) {
  .hero-almanac { padding: 110px 20px 40px; }
  .hero-almanac__strip { grid-template-columns: 1fr; padding: 14px 0; }
  .hero-almanac__strip .item { padding: 6px 0; border-bottom: 1px dotted var(--line); }
  .hero-almanac__strip .item:last-child { border-bottom: 0; }
  .hero-almanac__plate .seal-corner { transform: scale(.6); top: -14px; right: -6px; }
}

/* ═══════════════════════════════════════════════
   BILINGUAL DISH TICKER
   ═══════════════════════════════════════════════ */
.dish-ticker {
  background: var(--ink);
  color: var(--bone);
  border-top: 1px solid var(--line-deep);
  border-bottom: 1px solid var(--line-deep);
  padding: 18px 0;
  overflow: hidden;
}
.dish-ticker__track {
  display: flex; gap: 0; width: max-content;
  animation: marquee 50s linear infinite;
}
.dish-ticker__group {
  display: inline-flex; align-items: center; gap: 28px;
  padding-right: 28px;
}
.dish-ticker__group .item {
  display: inline-flex; align-items: baseline; gap: 10px;
  font-family: var(--f-display); font-size: 22px;
  font-variation-settings: 'SOFT' 60, 'opsz' 144;
  color: var(--bone);
}
.dish-ticker__group .item .ar {
  font-family: var(--f-arabic); font-size: 18px; color: var(--saffron); font-weight: 500;
}
.dish-ticker__group .item .ml {
  font-family: var(--f-malayalam); font-size: 14px; color: rgba(250,246,236,.65);
}
.dish-ticker__group svg.sprig {
  width: 28px; height: 18px; color: var(--saffron); opacity: .8;
  flex: none;
}

/* ═══════════════════════════════════════════════
   STORY SECTION — Illustrated dining diary
   ═══════════════════════════════════════════════ */
.story-diary {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(40px, 6vw, 88px);
  align-items: flex-start;
}
.story-diary__art {
  position: relative;
  display: flex; align-items: flex-end; justify-content: center;
}
.story-diary__art .frame {
  position: relative;
  aspect-ratio: 4/5;
  width: 100%; max-width: 480px;
  background: var(--bone);
  padding: 16px 16px 60px;
  box-shadow: 0 26px 50px -20px rgba(40,28,12,.30), 0 4px 10px -6px rgba(40,28,12,.18);
  transform: rotate(-1.4deg);
}
.story-diary__art .frame img {
  width: 100%; height: 100%; object-fit: cover;
}
.story-diary__art .frame .caption {
  position: absolute; left: 16px; right: 16px; bottom: 16px;
  text-align: center;
  font-family: var(--f-hand);
  font-size: 22px;
  line-height: 1.15;
  color: var(--ink);
}
.story-diary__art .frame .caption .small {
  display: block;
  font-family: var(--f-mono);
  font-size: 9px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--olive); margin-bottom: 4px;
}
.story-diary__art .sticker {
  position: absolute; top: -22px; right: -10px;
  background: var(--cinnabar);
  color: var(--bone);
  padding: 6px 14px;
  font-family: var(--f-mono); font-size: 10px; letter-spacing: .22em; text-transform: uppercase;
  transform: rotate(8deg);
  box-shadow: 0 6px 14px -4px rgba(178,59,35,.55);
  z-index: 2;
}
.story-diary__copy { display: flex; flex-direction: column; gap: 22px; }
.story-diary__copy h2 .italic { color: var(--olive); }
.story-diary__copy .pull {
  font-family: var(--f-display);
  font-size: clamp(22px, 2.2vw, 30px);
  font-style: italic;
  font-variation-settings: 'SOFT' 100, 'opsz' 144;
  color: var(--olive-deep);
  line-height: 1.3;
  padding: 12px 0 12px 22px;
  border-left: 2px solid var(--saffron);
  max-width: 50ch;
}
.story-diary__copy .signature {
  display: flex; gap: 22px; align-items: center; margin-top: 6px;
}
.story-diary__copy .signature .signoff {
  font-family: var(--f-hand);
  font-size: 36px;
  color: var(--olive-deep);
  line-height: .9;
}
.story-diary__copy .signature .by {
  font-family: var(--f-mono); font-size: 10px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--ink-soft);
}

@media (max-width: 1024px) {
  .story-diary { grid-template-columns: 1fr; gap: 36px; }
  .story-diary__art { order: -1; }
}

/* ═══════════════════════════════════════════════
   DAY AT THE TABLE — illustrated session ribbon
   ═══════════════════════════════════════════════ */
.day-ribbon {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  align-items: stretch;
  margin-top: clamp(40px, 5vw, 72px);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  background: var(--bone);
}
.day-cell {
  padding: 32px 22px 28px;
  border-right: 1px dashed var(--line);
  display: flex; flex-direction: column; gap: 12px;
  position: relative;
  transition: background var(--t-fast);
}
.day-cell:last-child { border-right: 0; }
.day-cell:hover { background: var(--paper-warm); }
.day-cell__time {
  font-family: var(--f-mono);
  font-size: 11px; letter-spacing: .24em; text-transform: uppercase;
  color: var(--olive);
}
.day-cell__icon {
  width: 56px; height: 56px;
  color: var(--olive-deep);
}
.day-cell__icon svg { width: 100%; height: 100%; }
.day-cell h3 {
  font-size: clamp(20px, 1.6vw, 26px);
  font-variation-settings: 'SOFT' 70, 'opsz' 144;
  letter-spacing: -0.005em;
}
.day-cell h3 .italic { color: var(--olive); font-variation-settings: 'SOFT' 100, 'opsz' 144; }
.day-cell p { font-size: 13.5px; color: var(--ink-soft); line-height: 1.55; }
.day-cell .menu-hint {
  font-family: var(--f-hand);
  font-size: 18px;
  color: var(--cinnabar);
  margin-top: auto;
  padding-top: 8px;
  line-height: 1.1;
}
.day-cell .menu-hint::before { content: '↳ '; opacity: .6; }

@media (max-width: 1024px) {
  .day-ribbon { grid-template-columns: 1fr 1fr; }
  .day-cell { border-right: 1px dashed var(--line); border-bottom: 1px dashed var(--line); }
  .day-cell:nth-child(2) { border-right: 0; }
  .day-cell:nth-child(4) { border-right: 0; }
  .day-cell:nth-last-child(-n+1) { border-bottom: 0; grid-column: span 2; }
}
@media (max-width: 640px) {
  .day-ribbon { grid-template-columns: 1fr; }
  .day-cell { border-right: 0; border-bottom: 1px dashed var(--line); }
  .day-cell:last-child { border-bottom: 0; grid-column: auto; }
}

/* ═══════════════════════════════════════════════
   RECIPE-CARD SIGNATURE DISHES
   ═══════════════════════════════════════════════ */
.recipe-spread {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(20px, 2vw, 32px);
}
.recipe-card {
  background: var(--bone);
  position: relative;
  box-shadow: 0 4px 12px -6px rgba(40,28,12,.18), 0 2px 4px -2px rgba(40,28,12,.12);
  transition: transform var(--t-med), box-shadow var(--t-med);
  display: flex; flex-direction: column;
  overflow: hidden;
}
.recipe-card:hover { transform: translateY(-4px) rotate(-.4deg); box-shadow: 0 18px 30px -14px rgba(40,28,12,.30); }
.recipe-card--01 { grid-column: span 7; grid-row: span 2; }
.recipe-card--02 { grid-column: span 5; }
.recipe-card--03 { grid-column: span 5; }
.recipe-card--04 { grid-column: span 6; }
.recipe-card--05 { grid-column: span 6; }

.recipe-card__hdr {
  padding: 14px 20px;
  border-bottom: 1px solid var(--line);
  background: var(--paper-warm);
  display: flex; justify-content: space-between; align-items: baseline;
  font-family: var(--f-mono);
  font-size: 10px; letter-spacing: .26em; text-transform: uppercase;
  color: var(--olive);
}
.recipe-card__hdr .plate { color: var(--cinnabar); }
.recipe-card__hdr .meta { color: var(--ink-soft); }
.recipe-card__img {
  flex: none;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--paper-warm);
}
.recipe-card--01 .recipe-card__img { aspect-ratio: 4/3.2; }
.recipe-card__img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.4s var(--ease-out);
}
.recipe-card:hover .recipe-card__img img { transform: scale(1.05); }
.recipe-card__body {
  padding: 24px 24px 26px;
  display: flex; flex-direction: column; gap: 14px;
  flex: 1;
}
.recipe-card__body .title-cluster {
  display: flex; flex-direction: column; gap: 4px;
}
.recipe-card__body .title-ar {
  font-family: var(--f-arabic);
  color: var(--saffron);
  font-size: 18px; font-weight: 500;
  margin-bottom: 2px;
}
.recipe-card__body h3 {
  font-size: clamp(22px, 1.7vw, 30px);
  font-variation-settings: 'SOFT' 60, 'opsz' 144;
  line-height: 1.05;
}
.recipe-card__body h3 .italic { color: var(--olive); font-variation-settings: 'SOFT' 100, 'opsz' 144; }
.recipe-card--01 .recipe-card__body h3 { font-size: clamp(28px, 2.4vw, 40px); }
.recipe-card__body p {
  font-size: 14px; color: var(--ink-soft); line-height: 1.55;
  max-width: 44ch;
}
.recipe-card__chips {
  display: flex; gap: 6px; flex-wrap: wrap;
  margin-top: auto;
}
.recipe-card__chips span {
  font-family: var(--f-mono);
  font-size: 9.5px; letter-spacing: .18em; text-transform: uppercase;
  padding: 4px 10px;
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  color: var(--ink-soft);
}
.recipe-card__chips span.house {
  color: var(--saffron);
  border-color: rgba(201,150,46,.4);
  background: rgba(201,150,46,.06);
}
.recipe-card__price {
  display: flex; gap: 14px; flex-wrap: wrap;
  padding-top: 14px; border-top: 1px dashed var(--line);
  margin-top: 6px;
  font-family: var(--f-mono); font-size: 13px; color: var(--ink);
  letter-spacing: .04em;
}
.recipe-card__price .label {
  color: var(--ink-soft); font-size: 10px; letter-spacing: .22em; text-transform: uppercase;
  display: block; margin-bottom: 2px;
}
.recipe-card__price .item span { color: var(--olive-deep); font-family: var(--f-display); font-size: 18px; font-style: italic; font-variation-settings: 'SOFT' 100, 'opsz' 60; }

@media (max-width: 1024px) {
  .recipe-spread { grid-template-columns: repeat(6, 1fr); }
  .recipe-card--01 { grid-column: span 6; grid-row: auto; }
  .recipe-card--02, .recipe-card--03 { grid-column: span 3; }
  .recipe-card--04, .recipe-card--05 { grid-column: span 3; }
}
@media (max-width: 640px) {
  .recipe-spread { grid-template-columns: 1fr; }
  .recipe-card--01, .recipe-card--02, .recipe-card--03,
  .recipe-card--04, .recipe-card--05 { grid-column: auto; }
}

/* ═══════════════════════════════════════════════
   WAX-SEAL STAT WALL (replaces .stats)
   ═══════════════════════════════════════════════ */
.seal-wall {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(16px, 3vw, 40px);
  padding: clamp(48px, 6vw, 80px) 0;
  align-items: center; justify-items: center;
}
.seal-wall .label-strip {
  text-align: center;
  font-family: var(--f-mono); font-size: 11px;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--ink-soft);
  margin-top: 12px; max-width: 16ch;
  line-height: 1.4;
}
.seal-wall__cell {
  display: flex; flex-direction: column; align-items: center;
}
.seal-wall__cell:nth-child(1) .wax-seal { transform: rotate(-4deg); }
.seal-wall__cell:nth-child(2) .wax-seal { transform: rotate(3deg); }
.seal-wall__cell:nth-child(3) .wax-seal { transform: rotate(-2deg); }
.seal-wall__cell:nth-child(4) .wax-seal { transform: rotate(4deg); }
.seal-wall__cell:nth-child(5) .wax-seal { transform: rotate(-3deg); }
@media (max-width: 1024px) { .seal-wall { grid-template-columns: repeat(3, 1fr); } .seal-wall__cell:nth-child(4), .seal-wall__cell:nth-child(5) { grid-column: span 1; } }
@media (max-width: 640px)  { .seal-wall { grid-template-columns: repeat(2, 1fr); } .seal-wall__cell:nth-child(5) { grid-column: span 2; } }

/* ═══════════════════════════════════════════════
   ATMOSPHERE override — dark lantern-lit version
   ═══════════════════════════════════════════════ */
.atmosphere-dark {
  position: relative;
  background: var(--bg-deep);
  color: var(--bone);
  overflow: hidden;
  isolation: isolate;
  padding: clamp(96px, 14vw, 200px) 0;
}
.atmosphere-dark::before {
  content: '';
  position: absolute; inset: 0; z-index: 0;
  background-image: url('../assets/images/art_ramadan_city.jpg');
  background-size: cover; background-position: center;
  opacity: .24;
  filter: saturate(.6) sepia(.2) brightness(.7);
}
.atmosphere-dark::after {
  content: '';
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(60% 80% at 20% 30%, rgba(201,150,46,.16), transparent 60%),
    radial-gradient(50% 60% at 80% 70%, rgba(178,59,35,.10), transparent 60%),
    linear-gradient(180deg, rgba(20,24,15,.86) 0%, rgba(29,36,24,.65) 40%, rgba(20,24,15,.92) 100%);
}
.atmosphere-dark .wrap { position: relative; z-index: 2; }
.atmosphere-dark h2 .italic { color: var(--saffron); font-variation-settings: 'SOFT' 100, 'opsz' 144; }
.lantern-list {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 2.5vw, 36px);
  margin-top: clamp(48px, 6vw, 84px);
}
.lantern-cell {
  position: relative;
  padding: 28px 22px 26px;
  border: 1px solid rgba(250,246,236,.12);
  background: rgba(20,24,15,.45);
  backdrop-filter: blur(3px);
  display: flex; flex-direction: column; gap: 10px;
}
.lantern-cell .num {
  font-family: var(--f-display); font-style: italic;
  font-size: 14px; color: var(--saffron); letter-spacing: .04em;
  font-variation-settings: 'SOFT' 100, 'opsz' 60;
}
.lantern-cell .time {
  font-family: var(--f-mono);
  font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--saffron);
}
.lantern-cell h3 {
  font-size: clamp(22px, 1.8vw, 28px); color: var(--bone);
  font-variation-settings: 'SOFT' 70, 'opsz' 144;
}
.lantern-cell h3 .italic { color: var(--saffron-bright); font-variation-settings: 'SOFT' 100, 'opsz' 144; }
.lantern-cell p { font-size: 13.5px; color: rgba(250,246,236,.72); line-height: 1.55; }
.lantern-cell .lantern-svg {
  position: absolute; top: 14px; right: 14px;
  width: 28px; height: 36px; opacity: .55;
  color: var(--saffron);
}

@media (max-width: 1024px) { .lantern-list { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px)  { .lantern-list { grid-template-columns: 1fr; } }

/* ═══════════════════════════════════════════════
   AWARDS MEDAL SECTION
   ═══════════════════════════════════════════════ */
.medal-section {
  background: var(--bone);
  padding: clamp(72px, 10vw, 140px) var(--pad-x);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}
.medal-section__inner {
  max-width: var(--maxw); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.2fr;
  gap: clamp(40px, 6vw, 88px); align-items: center;
}
.medal-section__art {
  display: flex; align-items: center; justify-content: center;
  position: relative;
}
.medal-section__art .photo {
  aspect-ratio: 4/5; width: 100%; max-width: 420px;
  background: var(--paper-warm);
  overflow: hidden;
  box-shadow: 0 22px 44px -22px rgba(40,28,12,.30), 0 4px 8px -4px rgba(40,28,12,.18);
  transform: rotate(-2.4deg);
}
.medal-section__art .photo img { width: 100%; height: 100%; object-fit: cover; }
.medal-section__art .photo .stamp { position: absolute; top: -20px; left: -16px; }
.medal-section__art .seal-overlay {
  position: absolute; bottom: -30px; right: -20px; z-index: 3;
}
.medal-section__body { display: flex; flex-direction: column; gap: 22px; }
.medal-section__body h2 .italic { color: var(--olive); }
.medal-section__body .row {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0; padding-top: 22px; margin-top: 8px;
  border-top: 1px solid var(--line);
}
.medal-section__body .row .item {
  padding: 10px 14px 4px 0;
  border-right: 1px solid var(--line);
}
.medal-section__body .row .item:last-child { border-right: 0; }
.medal-section__body .row .item .v {
  font-family: var(--f-display); font-style: italic;
  font-size: clamp(26px, 2.4vw, 36px);
  color: var(--olive-deep);
  font-variation-settings: 'SOFT' 100, 'opsz' 60;
  line-height: 1; display: block; margin-bottom: 4px;
}
.medal-section__body .row .item .k {
  font-family: var(--f-mono); font-size: 9.5px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--ink-soft); line-height: 1.4;
}

@media (max-width: 1024px) {
  .medal-section__inner { grid-template-columns: 1fr; gap: 40px; }
  .medal-section__body .row { grid-template-columns: 1fr 1fr; }
  .medal-section__body .row .item { padding: 10px 14px 10px 0; }
  .medal-section__body .row .item:nth-child(2) { border-right: 0; }
  .medal-section__body .row .item:nth-child(3),
  .medal-section__body .row .item:nth-child(4) { border-top: 1px solid var(--line); padding-top: 16px; }
  .medal-section__body .row .item:nth-child(3) { border-right: 1px solid var(--line); }
}

/* ═══════════════════════════════════════════════
   VISIT CARD — Calicut with hand-drawn map
   ═══════════════════════════════════════════════ */
.visit-card {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0;
  background: var(--bg);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.visit-card__map {
  position: relative;
  background: var(--bone);
  aspect-ratio: 1/1;
  min-height: 460px;
  border-right: 1px solid var(--line);
  overflow: hidden;
  padding: 48px;
  display: flex; align-items: center; justify-content: center;
}
.visit-card__map svg { width: 100%; height: 100%; max-width: 460px; }
.visit-card__map .map-meta {
  position: absolute; left: 24px; bottom: 24px;
  font-family: var(--f-mono); font-size: 10px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--ink-soft);
}
.visit-card__map .map-meta .pin { color: var(--cinnabar); margin-right: 4px; }
.visit-card__body {
  padding: clamp(48px, 6vw, 80px) clamp(32px, 5vw, 64px);
  display: flex; flex-direction: column; gap: 22px;
}
.visit-card__body .eyebrow { color: var(--olive); }
.visit-card__body h2 { font-size: clamp(38px, 4.5vw, 64px); }
.visit-card__body h2 .italic { color: var(--olive); }
.visit-card__body .addr {
  font-family: var(--f-display); font-size: 22px; line-height: 1.4;
  color: var(--ink);
  font-variation-settings: 'SOFT' 50, 'opsz' 60;
}
.visit-card__body .meta-grid {
  display: grid; grid-template-columns: 110px 1fr;
  gap: 14px 18px; padding-top: 14px; border-top: 1px solid var(--line);
  margin-top: 6px;
}
.visit-card__body .meta-grid .k {
  font-family: var(--f-mono); font-size: 10px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--olive); padding-top: 4px;
}
.visit-card__body .meta-grid .v { font-size: 15px; color: var(--ink); line-height: 1.5; }
.visit-card__body .meta-grid .v a { color: var(--olive-deep); border-bottom: 1px solid var(--line); padding-bottom: 1px; }
.visit-card__body .meta-grid .v a:hover { border-color: var(--olive); color: var(--ink); }
.visit-card__body .ctas { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 10px; }

@media (max-width: 1024px) {
  .visit-card { grid-template-columns: 1fr; }
  .visit-card__map { aspect-ratio: 5/4; border-right: 0; border-bottom: 1px solid var(--line); }
}

/* ═══════════════════════════════════════════════
   WAYFINDER MAP — all 12 outlets (India + Qatar)
   ═══════════════════════════════════════════════ */
.wayfinder {
  padding: clamp(80px, 12vw, 160px) var(--pad-x);
  background: var(--paper-warm);
}
.wayfinder__inner {
  max-width: var(--maxw); margin: 0 auto;
}
.wayfinder__head {
  display: grid; grid-template-columns: 1.4fr 1fr;
  gap: clamp(32px, 5vw, 80px); align-items: end;
  margin-bottom: clamp(40px, 5vw, 64px);
}
.wayfinder__head h2 .italic { color: var(--olive); }
.wayfinder__map {
  position: relative;
  background: var(--bone);
  border: 1px solid var(--line);
  padding: clamp(28px, 4vw, 56px);
  aspect-ratio: 16/9;
  display: flex; align-items: center; justify-content: center;
}
.wayfinder__map svg { width: 100%; height: 100%; }
.wayfinder__legend {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 32px;
  border-top: 1px solid var(--line);
}
.wayfinder__legend .city {
  padding: 18px 14px 18px 0;
  border-right: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 4px;
}
.wayfinder__legend .city:nth-child(4n) { border-right: 0; }
.wayfinder__legend .city .num {
  font-family: var(--f-mono); font-size: 10px; letter-spacing: .22em; color: var(--olive);
}
.wayfinder__legend .city .name {
  font-family: var(--f-display); font-size: 18px;
  font-variation-settings: 'SOFT' 60, 'opsz' 60;
}
.wayfinder__legend .city.is-new .name { color: var(--cinnabar); font-style: italic; font-variation-settings: 'SOFT' 100, 'opsz' 60; }
.wayfinder__legend .city .country {
  font-family: var(--f-mono); font-size: 10px; color: var(--ink-soft); letter-spacing: .04em;
}

@media (max-width: 1024px) {
  .wayfinder__head { grid-template-columns: 1fr; gap: 18px; }
  .wayfinder__legend { grid-template-columns: 1fr 1fr; }
  .wayfinder__legend .city { border-right: 1px solid var(--line) !important; border-bottom: 1px solid var(--line); }
  .wayfinder__legend .city:nth-child(2n) { border-right: 0 !important; }
}
@media (max-width: 640px) {
  .wayfinder__legend { grid-template-columns: 1fr; }
  .wayfinder__legend .city { border-right: 0 !important; }
}

/* ═══════════════════════════════════════════════
   BIG CTA OVERRIDE — saffron seal version
   ═══════════════════════════════════════════════ */
.bigcta-seal {
  position: relative;
  background: var(--bg-deeper);
  color: var(--bone);
  padding: clamp(96px, 14vw, 180px) var(--pad-x);
  text-align: center;
  overflow: hidden;
}
.bigcta-seal::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(60% 40% at 50% 30%, rgba(201,150,46,.22), transparent 60%),
    radial-gradient(40% 30% at 50% 90%, rgba(178,59,35,.16), transparent 60%);
}
.bigcta-seal__inner { position: relative; max-width: 880px; margin: 0 auto; display: flex; flex-direction: column; gap: 24px; align-items: center; }
.bigcta-seal h2 {
  font-size: clamp(56px, 9vw, 130px);
  letter-spacing: -0.038em;
  line-height: .94;
  color: var(--bone);
  font-variation-settings: 'SOFT' 50, 'opsz' 144;
}
.bigcta-seal h2 .italic { color: var(--saffron); }
.bigcta-seal .arabic-line {
  font-family: var(--f-arabic);
  font-size: clamp(22px, 2vw, 30px);
  color: var(--saffron); opacity: .92;
}
.bigcta-seal .ml-line { font-family: var(--f-malayalam); font-size: 18px; color: rgba(250,246,236,.7); }
.bigcta-seal .ctas { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; margin-top: 8px; }
.bigcta-seal .note { color: rgba(250,246,236,.5); font-size: 13px; margin-top: 6px; font-family: var(--f-mono); letter-spacing: .04em; }

/* ═══════════════════════════════════════════════
   ALMANAC FOOTER
   ═══════════════════════════════════════════════ */
.almanac-footer {
  background: var(--bg-deeper);
  color: var(--bone);
  padding: clamp(72px, 9vw, 130px) var(--pad-x) 32px;
  border-top: 1px solid var(--line-deep);
  position: relative;
}
.almanac-footer::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 6px;
  background:
    repeating-linear-gradient(90deg,
      var(--saffron) 0, var(--saffron) 14px,
      transparent 14px, transparent 28px);
  opacity: .85;
}
.almanac-footer__masthead {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: clamp(28px, 4vw, 64px);
  margin-bottom: 56px;
}
.almanac-footer__brand .logomark { display: flex; align-items: baseline; gap: 8px; margin-bottom: 18px; }
.almanac-footer__brand .logomark .latin {
  font-family: var(--f-display);
  font-size: 56px; line-height: 1; color: var(--bone);
  font-variation-settings: 'SOFT' 50, 'opsz' 144;
  letter-spacing: -0.025em;
}
.almanac-footer__brand .logomark .latin .italic { color: var(--saffron); font-style: italic; }
.almanac-footer__brand .logomark .ar {
  font-family: var(--f-arabic); font-size: 28px; color: var(--saffron); opacity: .85;
}
.almanac-footer__brand p { font-size: 14px; line-height: 1.65; color: rgba(250,246,236,.6); max-width: 38ch; }
.almanac-footer__brand .ml-quote { font-family: var(--f-malayalam); font-size: 14px; color: var(--saffron); opacity: .8; margin-top: 14px; }

.almanac-footer__col h4 {
  font-family: var(--f-mono);
  font-size: 10px; letter-spacing: .26em; text-transform: uppercase;
  color: var(--saffron); margin-bottom: 18px; font-weight: 500;
}
.almanac-footer__col ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.almanac-footer__col a { font-size: 14px; color: rgba(250,246,236,.78); transition: color var(--t-fast); }
.almanac-footer__col a:hover { color: var(--saffron); }
.almanac-footer__col p { font-size: 14px; color: rgba(250,246,236,.62); line-height: 1.55; }
.almanac-footer__bottom {
  padding-top: 24px; border-top: 1px solid var(--line-deep);
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px;
  font-family: var(--f-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: rgba(250,246,236,.4);
}
.almanac-footer__bottom a { color: var(--saffron); }

@media (max-width: 1024px) { .almanac-footer__masthead { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px)  { .almanac-footer__masthead { grid-template-columns: 1fr; gap: 32px; } }

/* ═══════════════════════════════════════════════
   NAV TWEAK — Almanac edition with wax-seal badge
   ═══════════════════════════════════════════════ */
.nav-almanac .nav__logo { display: flex; align-items: baseline; gap: 12px; }
.nav-almanac .nav__logo .latin { font-family: var(--f-display); font-size: 26px; font-variation-settings: 'SOFT' 50, 'opsz' 144; color: var(--ink); letter-spacing: -0.025em; }
.nav-almanac .nav__logo .latin .italic { color: var(--olive); font-style: italic; }
.nav-almanac .nav__logo .ar { font-family: var(--f-arabic); font-size: 18px; color: var(--olive); opacity: .82; }
.nav-almanac .nav__badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 10px; border-radius: var(--r-pill);
  background: var(--ink); color: var(--saffron);
  font-family: var(--f-mono); font-size: 9px; letter-spacing: .26em; text-transform: uppercase;
}
.nav-almanac .nav__badge .yr {
  font-family: var(--f-display); font-style: italic; font-size: 13px; color: var(--bone);
  font-variation-settings: 'SOFT' 100, 'opsz' 60;
}

/* ═══════════════════════════════════════════════
   PAGE-HEAD ALMANAC — for subpages
   ═══════════════════════════════════════════════ */
.page-head-almanac {
  padding: 170px var(--pad-x) clamp(56px, 8vw, 96px);
  background: var(--paper-warm);
  border-bottom: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}
.page-head-almanac::before {
  content: ''; position: absolute;
  top: -10%; right: -10%; width: 60%; height: 120%;
  background: radial-gradient(ellipse at center, rgba(201,150,46,.10), transparent 60%);
}
.page-head-almanac__inner {
  position: relative; z-index: 2;
  max-width: var(--maxw); margin: 0 auto;
  display: grid; grid-template-columns: 1.4fr 1fr;
  gap: clamp(28px, 4vw, 64px); align-items: end;
}
.page-head-almanac__inner .crumb {
  display: inline-flex; align-items: baseline; gap: 8px;
  font-family: var(--f-mono); font-size: 11px;
  letter-spacing: .22em; text-transform: uppercase; color: var(--olive);
  margin-bottom: 18px;
}
.page-head-almanac__inner .crumb .ar { font-family: var(--f-arabic); font-size: 18px; letter-spacing: 0; color: var(--olive-deep); }
.page-head-almanac__inner h1 {
  font-size: clamp(54px, 9vw, 130px);
  line-height: .94; letter-spacing: -0.038em;
  font-variation-settings: 'SOFT' 40, 'opsz' 144;
}
.page-head-almanac__inner h1 .italic { color: var(--olive); font-variation-settings: 'SOFT' 100, 'opsz' 144; }
.page-head-almanac__inner h1 .gilt   { color: var(--saffron); font-style: italic; font-variation-settings: 'SOFT' 100, 'opsz' 144; }
.page-head-almanac__inner p.lede { color: var(--ink); }

@media (max-width: 1024px) {
  .page-head-almanac__inner { grid-template-columns: 1fr; gap: 20px; }
  .page-head-almanac { padding: 130px 20px 56px; }
}

/* ═══════════════════════════════════════════════
   MENU ALMANAC — columned recipe-book menu
   ═══════════════════════════════════════════════ */
.menu-almanac {
  background: var(--paper-warm);
}
.menu-almanac__col-head {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 16px; padding-bottom: 14px;
  border-bottom: 2px solid var(--ink);
  margin-bottom: 4px;
}
.menu-almanac__col-head h2 {
  font-size: clamp(28px, 2.8vw, 40px);
  font-variation-settings: 'SOFT' 60, 'opsz' 144;
}
.menu-almanac__col-head h2 .italic { color: var(--olive); font-variation-settings: 'SOFT' 100, 'opsz' 144; }
.menu-almanac__col-head h2 .ar { font-family: var(--f-arabic); font-size: 22px; color: var(--saffron); margin-left: 10px; vertical-align: baseline; }
.menu-almanac__col-head .plate { font-family: var(--f-mono); font-size: 10px; letter-spacing: .26em; color: var(--cinnabar); text-transform: uppercase; }

.menu-almanac .item-row {
  display: grid; grid-template-columns: 1fr auto;
  gap: 18px; align-items: baseline;
  padding: 16px 0;
  border-bottom: 1px dotted var(--line);
}
.menu-almanac .item-row:last-child { border-bottom: 0; }
.menu-almanac .item-row .name {
  font-family: var(--f-display); font-size: 19px;
  font-variation-settings: 'SOFT' 50, 'opsz' 60;
  color: var(--ink);
}
.menu-almanac .item-row .name .v {
  font-family: var(--f-mono); font-size: 10px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--saffron); margin-left: 8px;
  vertical-align: middle;
}
.menu-almanac .item-row .desc { font-size: 13.5px; color: var(--ink-soft); line-height: 1.5; margin-top: 4px; max-width: 44ch; }
.menu-almanac .item-row .price { font-family: var(--f-mono); font-size: 13px; color: var(--ink); white-space: nowrap; }

/* ═══════════════════════════════════════════════
   404 PAGE almanac
   ═══════════════════════════════════════════════ */
.fourofour-almanac {
  min-height: 86vh;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 130px var(--pad-x) 80px;
  background: var(--paper-warm);
  text-align: center;
  position: relative;
}
.fourofour-almanac .stamp { margin-bottom: 28px; }
.fourofour-almanac .glyph {
  font-family: var(--f-display);
  font-size: clamp(160px, 28vw, 360px);
  line-height: .88; font-style: italic;
  font-variation-settings: 'SOFT' 100, 'opsz' 144;
  color: var(--olive);
  letter-spacing: -0.05em;
}
.fourofour-almanac h1 { font-size: clamp(34px, 5vw, 60px); margin-top: 0; }
.fourofour-almanac h1 .italic { color: var(--cinnabar); }
.fourofour-almanac p { max-width: 50ch; margin: 14px auto 28px; color: var(--ink-soft); }
.fourofour-almanac .ar-line { font-family: var(--f-arabic); font-size: 18px; color: var(--olive); margin-top: 10px; opacity: .82; }

/* ═══════════════════════════════════════════════
   CINEMATIC FULL-BLEED BAND — real night exterior
   ═══════════════════════════════════════════════ */
.cinema {
  position: relative;
  min-height: 78vh;
  display: flex; align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
  background: var(--bg-deeper);
}
.cinema__bg {
  position: absolute; inset: -8% 0;
  background-image: url('../assets/images/photo_exterior_night.jpg');
  background-size: cover; background-position: center 55%;
  z-index: 0;
  will-change: transform;
}
.cinema__veil {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(180deg, rgba(10,12,8,.55) 0%, rgba(10,12,8,.10) 38%, rgba(10,12,8,.55) 78%, rgba(10,12,8,.92) 100%),
    radial-gradient(60% 50% at 50% 40%, rgba(201,150,46,.10), transparent 70%);
}
.cinema__inner {
  position: relative; z-index: 2;
  max-width: var(--maxw); margin: 0 auto; width: 100%;
  padding: 0 var(--pad-x) clamp(48px, 7vw, 96px);
  display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: end;
}
.cinema__eyebrow {
  font-family: var(--f-mono); font-size: 11px; letter-spacing: .26em; text-transform: uppercase;
  color: var(--saffron); margin-bottom: 18px; display: flex; gap: 12px; align-items: baseline;
}
.cinema__eyebrow .ar { font-family: var(--f-arabic); font-size: 20px; letter-spacing: 0; color: var(--saffron-bright); }
.cinema h2 {
  font-size: clamp(40px, 6vw, 92px);
  line-height: .96; letter-spacing: -0.035em; color: var(--bone);
  font-variation-settings: 'SOFT' 40, 'opsz' 144;
}
.cinema h2 .italic { color: var(--saffron); font-variation-settings: 'SOFT' 100, 'opsz' 144; }
.cinema p {
  font-size: clamp(15px, 1.3vw, 18px); line-height: 1.6;
  color: rgba(250,246,236,.84); max-width: 46ch; margin-top: 8px;
}
.cinema__tag {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--f-mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--bone); background: rgba(20,24,15,.5); backdrop-filter: blur(8px);
  border: 1px solid rgba(250,246,236,.2); padding: 10px 16px; border-radius: var(--r-pill);
}
.cinema__tag .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--saffron); box-shadow: 0 0 0 4px rgba(201,150,46,.22); animation: pulse 2.4s ease-in-out infinite; }
@media (max-width: 768px) {
  .cinema { min-height: 64vh; }
  .cinema__inner { grid-template-columns: 1fr; gap: 18px; }
}

/* ═══════════════════════════════════════════════
   MANGO SEASON — real food photography feature
   ═══════════════════════════════════════════════ */
.mango {
  background:
    radial-gradient(120% 80% at 80% 0%, rgba(201,150,46,.10), transparent 55%),
    var(--bone);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}
.mango__head {
  display: grid; grid-template-columns: 1.3fr 1fr; gap: clamp(28px,4vw,72px);
  align-items: end; margin-bottom: clamp(36px, 4vw, 56px);
}
.mango__head h2 { font-size: clamp(40px, 5.4vw, 76px); }
.mango__head h2 .italic { color: var(--saffron); }
.mango__head h2 .gilt { color: var(--saffron); font-style: italic; font-variation-settings: 'SOFT' 100,'opsz' 144; }
.mango__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: clamp(16px, 2vw, 28px);
}
.mango-card {
  position: relative; overflow: hidden; background: var(--paper-warm);
  box-shadow: 0 6px 16px -8px rgba(40,28,12,.20);
  transition: transform var(--t-med), box-shadow var(--t-med);
}
.mango-card:hover { transform: translateY(-4px); box-shadow: 0 20px 36px -16px rgba(40,28,12,.32); }
.mango-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.5s var(--ease-out); }
.mango-card:hover img { transform: scale(1.05); }
.mango-card--lead { grid-row: span 2; min-height: 420px; }
.mango-card__cap {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 28px 22px 18px;
  background: linear-gradient(180deg, transparent, rgba(20,16,6,.78));
  color: var(--bone);
}
.mango-card__cap .k { font-family: var(--f-mono); font-size: 9.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--saffron-bright); }
.mango-card__cap .t { font-family: var(--f-display); font-size: clamp(18px,1.5vw,24px); font-variation-settings:'SOFT' 60,'opsz' 144; margin-top: 4px; }
.mango-card__cap .t .italic { color: var(--saffron-bright); }
@media (max-width: 1024px) {
  .mango__head { grid-template-columns: 1fr; gap: 16px; }
  .mango__grid { grid-template-columns: 1fr 1fr; }
  .mango-card--lead { grid-row: span 1; grid-column: span 2; min-height: 320px; }
}
@media (max-width: 640px) {
  .mango__grid { grid-template-columns: 1fr; }
  .mango-card--lead { grid-column: auto; }
  .mango-card { min-height: 260px; }
}

/* ═══════════════════════════════════════════════
   STORY DIARY — real photo support + olive grove
   ═══════════════════════════════════════════════ */
.story-diary__art .frame.frame--photo { padding: 14px 14px 14px; }
.story-diary__art .frame.frame--photo .caption { position: static; margin-top: 12px; }
