/*
  CLIENT: Zaitoon Restaurant & Grill — Calicut Outlet
  TYPE: Premium multi-cuisine restaurant (Arabic + Malabar + Continental) — 16-year multinational chain
  ART DIRECTION:
    "Sixteen Years At The Table" — a cream-paper editorial site that fuses Zaitoon's own
    watercolor brand language with Mediterranean dining-house warmth and Arabic golden
    grill drama. Reads like a thick imported recipe book; behaves like a destination
    restaurant homepage.
  PALETTE:
    --bg            cream parchment    #F5EFE2  (their actual IG brand surface)
    --bg-deep       olive midnight     #1D2418  (dramatic dark sections)
    --ink           deep olive-charcoal#1F2419
    --olive         signature green    #5A6B3A  (their wordmark color)
    --olive-deep                       #3A4A22
    --saffron       warm gold accent   #C9962E
    --terracotta    Arabic warmth      #B85838
    --bone          lighter paper      #FAF6EC
  TYPOGRAPHY:
    Display : Fraunces (variable, SOFT axis) — Mediterranean editorial serif
    Body    : Inter Tight (variable sans) — clean reading
    Caption : JetBrains Mono — tiny labels
  DENSITY: Spacious editorial.
  MOOD: Family table, Arabic city night, biryani steam, banana leaves, saffron, olive.
  NO LENIS, NO SMOOTH-SCROLL HIJACK — per CLAUDE.md hard rule.
*/

/* ────────── FONTS ────────── */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght,SOFT@0,9..144,300..900,0..100;1,9..144,300..900,0..100&family=Inter+Tight:ital,wght@0,300..800;1,300..700&family=JetBrains+Mono:wght@400;500&display=swap');

/* ────────── TOKENS ────────── */
:root {
  /* surfaces & ink */
  --bg:           #F5EFE2;
  --bg-2:         #EFE7D4;
  --bone:         #FAF6EC;
  --bg-deep:      #1D2418;
  --bg-deeper:    #14180F;
  --ink:          #1F2419;
  --ink-soft:     #6B6457;
  --ink-faint:    #A39B89;
  --line:         #DDD3BC;
  --line-soft:    #E8DFC8;
  --line-deep:    #2C3322;

  /* brand */
  --olive:        #5A6B3A;
  --olive-deep:   #3A4A22;
  --olive-bright: #7C8F4F;
  --saffron:      #C9962E;
  --saffron-bright:#E3B14A;
  --terracotta:   #B85838;
  --terracotta-soft:#D77B57;

  /* fonts */
  --f-display: 'Fraunces', 'Cormorant Garamond', Georgia, serif;
  --f-body:    'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --f-mono:    'JetBrains Mono', ui-monospace, Consolas, monospace;

  /* spacing (4px base) */
  --s-1: 4px;   --s-2: 8px;   --s-3: 12px;  --s-4: 16px;
  --s-5: 24px;  --s-6: 32px;  --s-7: 48px;  --s-8: 64px;
  --s-9: 96px;  --s-10:128px; --s-11:160px; --s-12:200px;

  /* radius / shadow */
  --r-sm: 4px;  --r-md: 10px; --r-lg: 18px; --r-xl: 28px; --r-pill: 999px;
  --shadow-sm: 0 1px 2px rgba(31,36,25,.06), 0 2px 8px rgba(31,36,25,.04);
  --shadow-md: 0 8px 24px rgba(31,36,25,.10), 0 2px 6px rgba(31,36,25,.05);
  --shadow-lg: 0 30px 60px -20px rgba(31,36,25,.30), 0 12px 24px -10px rgba(31,36,25,.10);

  /* transitions */
  --ease-out: cubic-bezier(.16,.84,.32,1);
  --ease-in:  cubic-bezier(.7,0,.84,0);
  --t-fast:   200ms var(--ease-out);
  --t-med:    420ms var(--ease-out);
  --t-slow:   720ms var(--ease-out);

  /* layout */
  --maxw:    1320px;
  --maxw-narrow: 880px;
  --pad-x: clamp(20px, 5vw, 64px);
}

/* ────────── RESET ────────── */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: hidden; }
body {
  font-family: var(--f-body);
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--bg);
  font-feature-settings: 'ss01','cv11','liga';
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, picture, video { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
input, textarea, select { font: inherit; color: inherit; }

::selection { background: var(--saffron); color: var(--ink); }

/* ────────── TYPE SCALE ────────── */
.eyebrow {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--olive);
  font-weight: 500;
}
.eyebrow--saffron { color: var(--saffron); }
.eyebrow--bone   { color: var(--bone); opacity: .82; }

h1, h2, h3, h4, .h-display {
  font-family: var(--f-display);
  font-weight: 360;
  letter-spacing: -0.018em;
  line-height: 1.02;
  color: var(--ink);
  font-feature-settings: 'ss01', 'liga', 'dlig';
  font-variation-settings: 'SOFT' 50, 'opsz' 144;
}
h1, .h1 {
  font-size: clamp(54px, 9vw, 132px);
  letter-spacing: -0.03em;
  line-height: .96;
}
h2, .h2 {
  font-size: clamp(38px, 5.6vw, 78px);
  letter-spacing: -0.022em;
  line-height: 1.0;
}
h3, .h3 {
  font-size: clamp(26px, 3vw, 42px);
  letter-spacing: -0.012em;
  line-height: 1.12;
}
h4, .h4 {
  font-size: clamp(20px, 1.8vw, 26px);
  letter-spacing: -0.005em;
  line-height: 1.25;
  font-weight: 420;
}
.italic, em.fancy {
  font-style: italic;
  font-variation-settings: 'SOFT' 100, 'opsz' 144;
  color: var(--olive-deep);
}
.swash {
  font-style: italic;
  font-variation-settings: 'SOFT' 100, 'opsz' 144;
  color: var(--saffron);
  font-weight: 360;
}
p.lede {
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.5;
  color: var(--ink);
  max-width: 56ch;
}
p.body  { font-size: 17px; line-height: 1.65; color: var(--ink-soft); max-width: 60ch; }
.small  { font-size: 13px; color: var(--ink-soft); }
.label  { font-family: var(--f-mono); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-soft); }

/* ────────── BUTTONS ────────── */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 26px;
  border-radius: var(--r-pill);
  font-family: var(--f-body);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .04em;
  transition: transform var(--t-fast), background var(--t-fast), color var(--t-fast), box-shadow var(--t-fast), border-color var(--t-fast);
  border: 1px solid transparent;
  white-space: nowrap;
}
.btn--primary {
  background: var(--ink);
  color: var(--bone);
}
.btn--primary:hover { background: var(--olive-deep); transform: translateY(-1px); }
.btn--saffron {
  background: var(--saffron);
  color: var(--ink);
}
.btn--saffron:hover { background: var(--saffron-bright); transform: translateY(-1px); }
.btn--ghost {
  border-color: var(--line);
  color: var(--ink);
  background: transparent;
}
.btn--ghost:hover { border-color: var(--ink); background: var(--ink); color: var(--bone); }
.btn--ghost-bone {
  border-color: rgba(250,246,236,.3);
  color: var(--bone);
}
.btn--ghost-bone:hover { background: var(--bone); color: var(--ink); border-color: var(--bone); }
.btn .arrow { display: inline-block; transition: transform var(--t-fast); }
.btn:hover .arrow { transform: translateX(3px); }
.btn--lg { padding: 18px 34px; font-size: 15px; }

/* ────────── LAYOUT ────────── */
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--pad-x); }
.wrap-narrow { max-width: var(--maxw-narrow); margin: 0 auto; padding: 0 var(--pad-x); }
section { position: relative; }

.section-pad   { padding: clamp(80px, 12vw, 160px) 0; }
.section-pad-sm{ padding: clamp(56px, 8vw, 96px) 0; }
.section-pad-lg{ padding: clamp(96px, 14vw, 200px) 0; }
.dark { background: var(--bg-deep); color: var(--bone); }
.dark h1, .dark h2, .dark h3, .dark h4 { color: var(--bone); }
.dark .italic { color: var(--saffron); }
.dark .label,
.dark p.body { color: rgba(250,246,236,.72); }
.dark .eyebrow { color: var(--saffron); }
.bone { background: var(--bone); }

.divider {
  height: 1px;
  background: var(--line);
  width: 100%;
}
.divider-deep { background: var(--line-deep); }

/* ornament */
.ornament {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: var(--f-mono); font-size: 10px;
  letter-spacing: .3em; text-transform: uppercase;
  color: var(--ink-soft);
}
.ornament::before, .ornament::after {
  content: ''; width: 32px; height: 1px; background: currentColor; opacity: .4;
}
.dark .ornament { color: var(--saffron); }

/* arabic-arch ornament svg-like */
.arch {
  width: 28px; height: 36px;
  background:
    radial-gradient(circle at 50% 100%, transparent 14px, currentColor 14px, currentColor 15px, transparent 15px),
    linear-gradient(currentColor, currentColor) center bottom / 1px 100% no-repeat;
  color: var(--saffron);
}

/* ────────── NAV ────────── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 80;
  padding: 18px var(--pad-x);
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(245,239,226,0);
  transition: background var(--t-med), padding var(--t-med), box-shadow var(--t-med), border-color var(--t-med);
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(245,239,226,0.92);
  backdrop-filter: blur(14px) saturate(110%);
  -webkit-backdrop-filter: blur(14px) saturate(110%);
  border-bottom-color: var(--line-soft);
  padding: 12px var(--pad-x);
}
.nav__logo {
  font-family: var(--f-display);
  font-size: 26px;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-variation-settings: 'SOFT' 60, 'opsz' 144;
  color: var(--ink);
  display: flex; align-items: baseline; gap: 4px;
}
.nav__logo sup {
  font-family: var(--f-mono);
  font-size: 9px;
  vertical-align: super;
  color: var(--olive);
  letter-spacing: 0;
}
.nav__links {
  display: flex; gap: 30px; align-items: center;
  list-style: none; padding: 0;
}
.nav__links a {
  font-size: 13px; font-weight: 450; letter-spacing: .03em;
  color: var(--ink);
  position: relative;
  padding: 6px 0;
  transition: color var(--t-fast);
}
.nav__links a::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0;
  height: 1px; background: var(--olive);
  transform: scaleX(0); transform-origin: left;
  transition: transform var(--t-med);
}
.nav__links a:hover { color: var(--olive-deep); }
.nav__links a:hover::after,
.nav__links a.active::after { transform: scaleX(1); }
.nav__cta { display: flex; gap: 10px; align-items: center; }
.nav__lang {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: .1em;
  color: var(--ink-soft);
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  transition: all var(--t-fast);
}
.nav__lang:hover { border-color: var(--olive); color: var(--olive); }

/* Hamburger */
.nav__burger {
  display: none;
  width: 44px; height: 44px;
  position: relative;
  z-index: 100;
}
.nav__burger span {
  position: absolute; left: 10px; right: 10px;
  height: 1.5px; background: var(--ink);
  transition: transform var(--t-med), top var(--t-med), opacity var(--t-fast);
}
.nav__burger span:nth-child(1) { top: 16px; }
.nav__burger span:nth-child(2) { top: 22px; }
.nav__burger span:nth-child(3) { top: 28px; }
.nav__burger.open span:nth-child(1) { top: 22px; transform: rotate(45deg); }
.nav__burger.open span:nth-child(2) { opacity: 0; }
.nav__burger.open span:nth-child(3) { top: 22px; transform: rotate(-45deg); }

/* Mobile overlay */
.nav-overlay {
  position: fixed; inset: 0; z-index: 90;
  background: var(--bg);
  display: flex; flex-direction: column;
  padding: 92px var(--pad-x) 32px;
  transform: translateX(100%);
  transition: transform 520ms var(--ease-out), visibility 520ms;
  overflow-y: auto;
  visibility: hidden;            /* off-screen menu can't be reached or scrolled to */
}
.nav-overlay.open { transform: translateX(0); visibility: visible; }
.nav-overlay__links {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 0;
  flex: 1;
}
.nav-overlay__links li {
  border-bottom: 1px solid var(--line);
}
.nav-overlay__links a {
  display: flex; align-items: baseline; justify-content: space-between;
  padding: 22px 0;
  font-family: var(--f-display);
  font-size: 38px;
  font-weight: 360;
  letter-spacing: -0.02em;
  color: var(--ink);
  font-variation-settings: 'SOFT' 60, 'opsz' 144;
}
.nav-overlay__links a .num {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: .2em;
  color: var(--olive);
  font-style: normal;
}
.nav-overlay__footer {
  padding-top: 24px; border-top: 1px solid var(--line);
  display: flex; gap: 12px; align-items: center; justify-content: space-between;
  font-size: 13px; color: var(--ink-soft);
}
.nav-overlay__footer a { color: var(--olive); font-weight: 500; }

/* ────────── HERO ────────── */
.hero {
  position: relative;
  min-height: 100vh; min-height: 100dvh;
  padding: 120px var(--pad-x) 60px;
  display: flex; flex-direction: column; justify-content: flex-end;
  overflow: hidden;
}
.hero__bg {
  position: absolute; inset: 0;
  background-image: url('../assets/images/art_ramadan_city.jpg');
  background-size: cover;
  background-position: center 30%;
  z-index: 0;
}
.hero__veil {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(180deg, rgba(245,239,226,.55) 0%, rgba(245,239,226,.0) 25%, rgba(245,239,226,.0) 55%, rgba(245,239,226,.85) 100%),
    radial-gradient(80% 60% at 20% 70%, rgba(245,239,226,.6), transparent 70%);
}
.hero__content {
  position: relative; z-index: 2;
  max-width: var(--maxw); margin: 0 auto; width: 100%;
}
.hero__row {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: end;
}
.hero__title {
  font-size: clamp(56px, 11vw, 180px);
  line-height: .88;
  letter-spacing: -0.034em;
  font-weight: 360;
  color: var(--ink);
  font-variation-settings: 'SOFT' 30, 'opsz' 144;
}
.hero__title .line { display: block; }
.hero__title .swash { display: inline-block; font-size: .82em; vertical-align: baseline; }
.hero__title .marker {
  display: inline-block;
  position: relative;
}
.hero__title .marker::after {
  content: '';
  position: absolute; left: 4%; right: 4%; bottom: 8%;
  height: .14em;
  background: var(--saffron);
  z-index: -1;
}
.hero__meta {
  display: flex; flex-direction: column; gap: 22px;
  padding-bottom: 14px;
}
.hero__meta .lede {
  color: var(--ink);
  font-weight: 420;
}
.hero__ctas { display: flex; gap: 12px; flex-wrap: wrap; }

.hero__strip {
  position: relative; z-index: 2;
  margin-top: clamp(48px, 8vw, 96px);
  padding-top: 28px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 28px;
  align-items: center;
  max-width: var(--maxw); margin-left: auto; margin-right: auto;
}
.hero__strip .small { font-family: var(--f-mono); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; }
.hero__strip .pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 12px;
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  background: rgba(250,246,236,.7);
  backdrop-filter: blur(6px);
  font-family: var(--f-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--olive-deep);
}
.hero__strip .pill .dot {
  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;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(90,107,58,.16); }
  50%      { box-shadow: 0 0 0 8px rgba(90,107,58,.0); }
}
.hero__scroll {
  position: absolute; left: 50%; bottom: 28px;
  transform: translateX(-50%);
  z-index: 3;
  font-family: var(--f-mono); font-size: 10px;
  letter-spacing: .26em; text-transform: uppercase;
  color: var(--ink-soft);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
}
.hero__scroll .line { width: 1px; height: 36px; background: var(--ink-soft); animation: scrollLine 2s ease-in-out infinite; transform-origin: top; }
@keyframes scrollLine {
  0%,100% { transform: scaleY(.3); opacity: .3; }
  50%     { transform: scaleY(1);  opacity: 1; }
}

/* ────────── MARQUEE BAR ────────── */
.marquee {
  background: var(--ink);
  color: var(--bone);
  padding: 14px 0;
  overflow: hidden;
  border-top: 1px solid var(--line-deep);
  border-bottom: 1px solid var(--line-deep);
}
.marquee__track {
  display: flex; gap: 60px; width: max-content;
  animation: marquee 38s linear infinite;
  font-family: var(--f-display);
  font-size: 26px;
  letter-spacing: -0.005em;
  font-variation-settings: 'SOFT' 80, 'opsz' 144;
  font-style: italic;
  white-space: nowrap;
}
.marquee__track span { display: inline-flex; align-items: center; gap: 60px; }
.marquee__track i.dot {
  display: inline-block; width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--saffron);
  font-style: normal;
  transform: translateY(-3px);
}
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ────────── STATS STRIP ────────── */
.stats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}
.stat {
  padding: 48px 24px;
  text-align: left;
  border-right: 1px solid var(--line-soft);
  display: flex; flex-direction: column; gap: 10px;
  position: relative;
}
.stat:last-child { border-right: 0; }
.stat__num {
  font-family: var(--f-display);
  font-size: clamp(52px, 5.4vw, 84px);
  letter-spacing: -0.03em;
  line-height: 1;
  font-weight: 380;
  color: var(--olive-deep);
  font-variation-settings: 'SOFT' 40, 'opsz' 144;
  display: flex; align-items: baseline; gap: 4px;
}
.stat__num small {
  font-size: .42em;
  font-style: italic;
  color: var(--saffron);
  font-variation-settings: 'SOFT' 100, 'opsz' 60;
  letter-spacing: 0;
}
.stat__num .plus { font-size: .55em; color: var(--saffron); font-weight: 360; }
.stat__label {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ink-soft);
  max-width: 16ch;
}

/* ────────── STORY (split) ────────── */
.story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
}
.story__art {
  position: relative;
  aspect-ratio: 4/5;
  background: var(--bone);
  border-radius: var(--r-md);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.story__art img {
  width: 100%; height: 100%; object-fit: cover; object-position: center;
}
.story__art .tag {
  position: absolute; left: 18px; bottom: 18px;
  background: var(--bone);
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: .22em;
  text-transform: uppercase;
  padding: 8px 12px;
  border-radius: var(--r-pill);
  color: var(--olive-deep);
  border: 1px solid var(--line);
}
.story__text { display: flex; flex-direction: column; gap: 20px; max-width: 52ch; }
.story__text .eyebrow { margin-bottom: 6px; }
.story__text h2 .italic { color: var(--olive); }
.story__signature {
  margin-top: 10px;
  display: flex; flex-direction: column; gap: 2px;
}
.story__signature .name {
  font-family: var(--f-display);
  font-style: italic;
  font-variation-settings: 'SOFT' 100, 'opsz' 60;
  font-size: 26px;
  color: var(--ink);
}
.story__signature .role { font-family: var(--f-mono); font-size: 11px; letter-spacing: .22em; color: var(--ink-soft); text-transform: uppercase; }

/* ────────── SIGNATURE DISHES SPREAD ────────── */
.dishes {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: clamp(20px, 2.5vw, 36px);
}
.dish {
  position: relative;
  background: var(--bone);
  border-radius: var(--r-md);
  overflow: hidden;
  transition: transform var(--t-med), box-shadow var(--t-med);
}
.dish:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.dish__img {
  aspect-ratio: 4/5;
  overflow: hidden;
  position: relative;
}
.dish__img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1200ms var(--ease-out);
}
.dish:hover .dish__img img { transform: scale(1.04); }
.dish__num {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: .22em;
  color: var(--bone);
  background: rgba(31,36,25,.4);
  backdrop-filter: blur(6px);
  padding: 6px 10px;
  border-radius: var(--r-pill);
}
.dish__body { padding: 22px 24px 26px; display: flex; flex-direction: column; gap: 8px; }
.dish__body .kicker { font-family: var(--f-mono); font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--saffron); }
.dish__body h3 {
  font-size: clamp(22px, 1.7vw, 28px);
  letter-spacing: -0.01em;
  line-height: 1.1;
}
.dish__body h3 .italic { color: var(--olive); }
.dish__body p { font-size: 14.5px; color: var(--ink-soft); line-height: 1.55; }
.dish__body .price {
  margin-top: 6px;
  font-family: var(--f-mono); font-size: 12px; color: var(--ink);
  display: flex; gap: 8px; align-items: center;
}
.dish__body .price .sep { width: 8px; height: 1px; background: var(--ink-soft); }
.dish--lead { grid-row: span 2; }
.dish--lead .dish__img { aspect-ratio: 3/4; height: auto; }
.dish--lead h3 { font-size: clamp(28px, 2.4vw, 38px); }

/* ────────── ATMOSPHERE (dark) ────────── */
.atmosphere {
  background: var(--bg-deep);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.atmosphere::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: .26;
  filter: saturate(.7) hue-rotate(-8deg);
}
.atmosphere::after {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(20,24,15,.92) 0%, rgba(29,36,24,.7) 35%, rgba(29,36,24,.85) 80%, rgba(20,24,15,1) 100%);
}
.atmosphere .wrap { position: relative; z-index: 2; }
.atmosphere__head {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 80px); align-items: end;
  margin-bottom: clamp(48px, 6vw, 84px);
}
.atmosphere__head h2 .italic { color: var(--saffron); }
.atmosphere__sessions {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid rgba(250,246,236,.16);
}
.session {
  padding: 32px 22px;
  border-right: 1px solid rgba(250,246,236,.16);
  display: flex; flex-direction: column; gap: 10px;
}
.session:last-child { border-right: 0; }
.session__time {
  font-family: var(--f-mono);
  font-size: 11px; letter-spacing: .22em;
  color: var(--saffron); text-transform: uppercase;
}
.session h3 {
  font-size: clamp(22px, 1.8vw, 28px);
  color: var(--bone);
  font-variation-settings: 'SOFT' 70, 'opsz' 144;
}
.session h3 .italic { color: var(--saffron-bright); }
.session p { font-size: 14px; color: rgba(250,246,236,.7); line-height: 1.5; }

/* ────────── AWARDS BAND ────────── */
.awards {
  background: var(--bone);
  display: grid; grid-template-columns: 1.2fr 1fr;
  align-items: center;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}
.awards__img {
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
}
.awards__img img {
  width: 100%; height: 100%; object-fit: cover;
}
.awards__img::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(110deg, rgba(31,36,25,.15) 0%, rgba(31,36,25,0) 60%);
}
.awards__body {
  padding: clamp(48px, 7vw, 96px) clamp(32px, 5vw, 80px);
  display: flex; flex-direction: column; gap: 18px;
}
.awards__body .row {
  display: flex; gap: 22px; flex-wrap: wrap;
  padding-top: 14px; border-top: 1px solid var(--line);
  margin-top: 6px;
}
.awards__body .row .item {
  display: flex; flex-direction: column;
}
.awards__body .row .item .v {
  font-family: var(--f-display);
  font-style: italic;
  font-variation-settings: 'SOFT' 100, 'opsz' 60;
  font-size: 28px;
  color: var(--olive-deep);
}
.awards__body .row .item .k {
  font-family: var(--f-mono); font-size: 10px; letter-spacing: .22em;
  text-transform: uppercase; color: var(--ink-soft);
}

/* ────────── LOCATIONS BAND ────────── */
.locations {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0;
}
.location {
  padding: clamp(48px, 6vw, 80px) clamp(32px, 5vw, 64px);
  border-right: 1px solid var(--line);
  background: var(--bg);
  display: flex; flex-direction: column; gap: 18px;
  position: relative;
}
.location:last-child { border-right: 0; background: var(--bone); }
.location h3 { font-size: clamp(28px, 2.4vw, 38px); }
.location h3 .italic { color: var(--olive); }
.location address { font-style: normal; line-height: 1.6; color: var(--ink-soft); font-size: 15px; }
.location .meta {
  display: flex; flex-direction: column; gap: 6px;
  font-family: var(--f-mono); font-size: 12px; letter-spacing: .04em;
  color: var(--ink); padding-top: 10px;
  border-top: 1px solid var(--line); margin-top: 6px;
}
.location .meta a { color: var(--olive-deep); border-bottom: 1px solid var(--line); padding-bottom: 1px; }
.location .meta a:hover { color: var(--ink); border-color: var(--olive); }
.location .ctas { display: flex; gap: 10px; margin-top: 12px; flex-wrap: wrap; }
.location__hero {
  aspect-ratio: 16/10;
  background: var(--bg-2);
  border-radius: var(--r-md);
  overflow: hidden;
  margin-bottom: 8px;
  border: 1px solid var(--line);
}
.location__hero img { width: 100%; height: 100%; object-fit: cover; }

/* ────────── BIG CTA ────────── */
.bigcta {
  background: var(--bg-deep);
  color: var(--bone);
  padding: clamp(80px, 10vw, 140px) var(--pad-x);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.bigcta::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(60% 40% at 50% 0%, rgba(201,150,46,.18), transparent 60%),
    radial-gradient(40% 30% at 50% 100%, rgba(184,88,56,.14), transparent 60%);
}
.bigcta__inner { position: relative; max-width: 880px; margin: 0 auto; display: flex; flex-direction: column; gap: 22px; align-items: center; }
.bigcta h2 {
  font-size: clamp(48px, 8vw, 110px);
  letter-spacing: -0.032em;
  line-height: .96;
  color: var(--bone);
  font-variation-settings: 'SOFT' 60, 'opsz' 144;
}
.bigcta h2 .italic { color: var(--saffron); }
.bigcta p.lede { color: rgba(250,246,236,.78); max-width: 56ch; }
.bigcta .ctas { display: flex; gap: 12px; margin-top: 8px; flex-wrap: wrap; justify-content: center; }
.bigcta .small { color: rgba(250,246,236,.55); margin-top: 8px; }

/* ────────── FOOTER ────────── */
.footer {
  background: var(--bg-deeper);
  color: var(--bone);
  padding: clamp(72px, 8vw, 120px) var(--pad-x) 28px;
  border-top: 1px solid var(--line-deep);
}
.footer__top {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: clamp(32px, 4vw, 64px);
  margin-bottom: 64px;
}
.footer__brand .logo {
  font-family: var(--f-display);
  font-size: 56px;
  letter-spacing: -0.025em;
  line-height: 1;
  color: var(--bone);
  font-variation-settings: 'SOFT' 60, 'opsz' 144;
  margin-bottom: 16px;
  display: flex; align-items: baseline; gap: 6px;
}
.footer__brand .logo sup { font-family: var(--f-mono); font-size: 11px; color: var(--saffron); vertical-align: super; }
.footer__brand p { font-size: 14px; line-height: 1.6; color: rgba(250,246,236,.62); max-width: 36ch; }
.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;
}
.footer__col ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.footer__col a {
  font-size: 14px; color: rgba(250,246,236,.78);
  transition: color var(--t-fast);
}
.footer__col a:hover { color: var(--bone); }
.footer__col p { font-size: 14px; color: rgba(250,246,236,.62); line-height: 1.55; }
.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;
}
.footer__bottom p, .footer__bottom a {
  font-family: var(--f-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: rgba(250,246,236,.48);
}
.footer__bottom a:hover { color: var(--saffron); }
.footer__credit a { color: var(--saffron); }

/* ────────── REVEAL UTILITY (fail-open) ────────── */
/* Hidden ONLY when JS is active (html.js). If JS fails, content stays visible. */
html.js .reveal--hidden { opacity: 0; transform: translateY(28px); }
.reveal--hidden { transition: opacity .7s cubic-bezier(.16,.84,.32,1), transform .7s cubic-bezier(.16,.84,.32,1); }
@media (prefers-reduced-motion: reduce) {
  html.js .reveal--hidden { opacity: 1; transform: none; }
}

/* ────────── RESPONSIVE ────────── */
@media (max-width: 1024px) {
  .nav__links { display: none; }
  .nav__lang  { display: none; }
  .nav__burger { display: block; }
  .hero__row { grid-template-columns: 1fr; gap: 32px; }
  .hero__strip { grid-template-columns: 1fr 1fr; }
  .stats { grid-template-columns: repeat(3, 1fr); }
  .stat:nth-child(3) { border-right: 0; }
  .stat:nth-child(4),
  .stat:nth-child(5) { border-top: 1px solid var(--line-soft); }
  .stat:nth-child(4) { border-right: 1px solid var(--line-soft); }
  .story { grid-template-columns: 1fr; gap: 40px; }
  .dishes { grid-template-columns: 1fr 1fr; }
  .dish--lead { grid-row: auto; grid-column: span 2; }
  .dish--lead .dish__img { aspect-ratio: 16/10; }
  .atmosphere__head { grid-template-columns: 1fr; gap: 24px; }
  .atmosphere__sessions { grid-template-columns: 1fr 1fr; }
  .session:nth-child(2) { border-right: 0; }
  .session:nth-child(3),
  .session:nth-child(4) { border-top: 1px solid rgba(250,246,236,.16); }
  .session:nth-child(3) { border-right: 1px solid rgba(250,246,236,.16); }
  .awards { grid-template-columns: 1fr; }
  .locations { grid-template-columns: 1fr; }
  .location { border-right: 0; border-bottom: 1px solid var(--line); }
  .location:last-child { border-bottom: 0; }
  .footer__top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .nav { padding: 14px var(--pad-x); }
  .nav.scrolled { padding: 10px var(--pad-x); }
  .nav__logo { font-size: 22px; }
  .nav__cta .btn { display: none; }
  .hero { padding: 110px 20px 40px; min-height: 92dvh; }
  .hero__strip { grid-template-columns: 1fr; gap: 14px; }
  .hero__scroll { display: none; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stat { padding: 28px 18px; border-bottom: 1px solid var(--line-soft); }
  .stat:nth-child(odd) { border-right: 1px solid var(--line-soft); }
  .stat:nth-child(even) { border-right: 0; }
  .stat:nth-child(5) {
    grid-column: span 2;
    border-right: 0;
    align-items: center; text-align: center;
  }
  .dishes { grid-template-columns: 1fr; }
  .dish--lead { grid-column: auto; }
  .atmosphere__sessions { grid-template-columns: 1fr; }
  .session { border-right: 0 !important; border-bottom: 1px solid rgba(250,246,236,.16); }
  .session:last-child { border-bottom: 0; }
  .footer__top { grid-template-columns: 1fr; gap: 36px; }
  .marquee__track { font-size: 20px; gap: 36px; }
  .marquee__track span { gap: 36px; }
  .nav-overlay__links a { font-size: 30px; padding: 18px 0; }
}
