/* =========================================================================
   BURAQ — Kirkham
   Dark, moody, Mughal-inflected design system.
   Motion follows Emil Kowalski's rules: transform/opacity only, ease-out
   for entrances, custom curves, nothing over 300ms for UI.
   ========================================================================= */

/* ---------------------------------------------------------------- tokens */
:root {
  /* ground */
  --ink:        #0A0806;
  --ink-2:      #0F0C09;
  --surface:    #16110C;
  --surface-2:  #1D1710;
  --surface-3:  #241C14;

  /* brass */
  --gold:       #D6A856;
  --gold-bright:#EFD49A;
  --gold-dim:   #B08E4E;
  --gold-a12:   rgba(214, 168, 86, 0.12);
  --gold-a20:   rgba(214, 168, 86, 0.20);
  --gold-a32:   rgba(214, 168, 86, 0.32);

  /* accents */
  --chilli:     #C0392B;
  --ember:      #E2703A;
  --saag:       #4E7A4A;

  /* ink on dark */
  --cream:      #F5EFE3;
  --muted:      #A79A88;
  --muted-2:    #948976;

  --line:       rgba(214, 168, 86, 0.16);
  --line-soft:  rgba(245, 239, 227, 0.09);

  /* type */
  /* Rakkas was drawn to sit beside Arabic — the flared, slightly angled
     terminals carry the flavour honestly. Display only, one weight. */
  --display: "Rakkas", Georgia, "Times New Roman", serif;
  /* Amiri is its natural companion: a Naskh revival with a Latin that has
     real personality, and unlike Rakkas it has bold and a lovely italic. */
  --sans: "Amiri", Georgia, "Times New Roman", serif;
  /* Cormorant carries the ledes and pull quotes — high contrast, elegant. */
  --quote: "Cormorant Garamond", Georgia, serif;

  /* layout */
  --wrap: 1180px;
  --wrap-wide: 1440px;
  --gutter: clamp(20px, 5vw, 64px);
  --radius: 2px;
  --radius-lg: 4px;

  /* motion */
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-drawer: cubic-bezier(0.32, 0.72, 0, 1);

  --header-h: 76px;
}

/* ------------------------------------------------------------------ base */
*, *::before, *::after { box-sizing: border-box; }

html:has(.menu-nav) { scroll-padding-top: calc(var(--header-h) + 74px); }

html {
  -webkit-text-size-adjust: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 16px);
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  overflow-x: clip;
  background: var(--ink);
  color: var(--cream);
  font-family: var(--sans);
  font-size: clamp(17px, 0.42vw + 15.6px, 19.5px);
  line-height: 1.72;
  font-feature-settings: "kern" 1, "liga" 1;
  font-variant-numeric: oldstyle-nums proportional-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, video { max-width: 100%; height: auto; display: block; }
svg { display: block; }

a { color: var(--gold-bright); text-decoration: none; }
a:hover { color: var(--gold); }

h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0;
  margin: 0 0 0.5em;
  color: var(--cream);
}
h1 { font-size: clamp(2.4rem, 6.2vw, 5rem); text-wrap: balance; }
h2 { font-size: clamp(1.95rem, 3.9vw, 3.3rem); text-wrap: balance; }
h3 { font-size: clamp(1.28rem, 1.5vw, 1.7rem); }
h4 { font-size: 1.1rem; }
p  { margin: 0 0 1.15em; }
p:last-child { margin-bottom: 0; }

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

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

.skip-link {
  position: absolute; left: 12px; top: -80px; z-index: 999;
  background: var(--gold); color: var(--ink);
  padding: 12px 18px; font-weight: 600; border-radius: var(--radius);
  transition: top 180ms var(--ease-out);
}
.skip-link:focus { top: 12px; color: var(--ink); }

.visually-hidden {
  position: absolute !important; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap;
}

/* --------------------------------------------------------------- helpers */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.wrap--wide { max-width: var(--wrap-wide); }
.wrap--narrow { max-width: 760px; }

.section { padding-block: clamp(72px, 11vw, 148px); position: relative; overflow: clip; }
.section--tight { padding-block: clamp(52px, 7vw, 92px); }

.eyebrow {
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 600;
  font-variant-numeric: lining-nums tabular-nums;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.8em;
}
.eyebrow::before {
  content: "";
  width: 26px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
  flex: none;
}
.eyebrow--center { justify-content: center; }
.eyebrow--center::after {
  content: ""; width: 26px; height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
  flex: none;
}

.lede {
  font-family: var(--quote); font-weight: 500;
  font-size: clamp(1.25rem, 1.5vw, 1.55rem); line-height: 1.5;
  color: var(--muted); max-width: 46ch;
}
.muted { color: var(--muted); }
.center { text-align: center; }
.center .eyebrow { justify-content: center; }

.gold-rule {
  height: 1px; border: 0; margin: 0;
  background: linear-gradient(90deg, transparent, var(--gold-a32) 22%, var(--gold-a32) 78%, transparent);
}

/* ---------------------------------------------------------------- buttons */
.btn {
  --btn-bg: transparent;
  --btn-fg: var(--cream);
  --btn-bd: var(--gold-a32);
  display: inline-flex; align-items: center; justify-content: center; gap: 0.6em;
  font-family: var(--sans);
  font-size: 0.8rem; font-weight: 600;
  letter-spacing: 0.13em; text-transform: uppercase;
  font-variant-numeric: lining-nums tabular-nums;
  padding: 1.05em 1.9em;
  color: var(--btn-fg);
  background: var(--btn-bg);
  border: 1px solid var(--btn-bd);
  border-radius: var(--radius);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform 160ms var(--ease-out), color 200ms ease, border-color 200ms ease, background-color 200ms ease;
}
.btn::before {
  content: "";
  position: absolute; inset: 0; z-index: -1;
  background: var(--gold);
  transform: translateY(101%);
  transition: transform 260ms var(--ease-out);
}
@media (hover: hover) and (pointer: fine) {
  .btn:hover { color: var(--ink); border-color: var(--gold); }
  .btn:hover::before { transform: translateY(0); }
}
.btn:active { transform: scale(0.97); }

.btn--gold { --btn-bg: var(--gold); --btn-fg: #14100B; --btn-bd: var(--gold); }
.btn--gold::before { background: var(--gold-bright); }
@media (hover: hover) and (pointer: fine) { .btn--gold:hover { color: #14100B; } }

.btn--ghost { --btn-bd: rgba(245,239,227,0.22); }
.btn--sm { padding: 0.8em 1.35em; font-size: 0.74rem; }
.header-cta .btn, .mobile-bar .btn { white-space: nowrap; }
@media (max-width: 460px) {
  .header-cta .btn { padding: 0.75em 0.9em; font-size: 0.66rem; letter-spacing: 0.1em; }
  .header-inner { gap: 10px; }
  .brand img { width: 30px; height: 30px; }
  .brand-name { font-size: 1.24rem; }
}

.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }
.btn-row--center { justify-content: center; }

/* ----------------------------------------------------------------- header */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  height: var(--header-h);
  display: flex; align-items: center;
  transition: background-color 260ms ease, border-color 260ms ease, backdrop-filter 260ms ease;
  border-bottom: 1px solid transparent;
}
.site-header::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(10,8,6,0.75), rgba(10,8,6,0));
  pointer-events: none;
}
.site-header[data-stuck="true"] {
  background: rgba(10, 8, 6, 0.9);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  backdrop-filter: saturate(140%) blur(14px);
  border-bottom-color: var(--line);
}
.site-header[data-stuck="true"]::after { opacity: 0; }

.header-inner {
  width: 100%; max-width: var(--wrap-wide); margin-inline: auto;
  padding-inline: var(--gutter);
  display: flex; align-items: center; gap: 22px;
}

.brand { display: flex; align-items: center; gap: 12px; margin-right: auto; color: var(--cream); }
.brand:hover { color: var(--cream); }
.brand img { width: 36px; height: 36px; object-fit: contain; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name {
  font-family: var(--display); font-size: 1.62rem; letter-spacing: 0.06em;
  color: var(--cream); line-height: 1;
}
.brand-sub {
  font-size: 0.55rem; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--gold); margin-top: 5px;
}

.nav { display: flex; align-items: center; gap: 4px; }
.nav a {
  color: var(--cream);
  font-size: 0.78rem; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 10px 13px;
  position: relative;
  transition: color 180ms ease;
}
.nav a::after {
  content: ""; position: absolute; left: 13px; right: 13px; bottom: 4px;
  height: 1px; background: var(--gold);
  transform: scaleX(0); transform-origin: left;
  transition: transform 220ms var(--ease-out);
}
@media (hover: hover) and (pointer: fine) {
  .nav a:hover { color: var(--gold-bright); }
  .nav a:hover::after { transform: scaleX(1); }
}
.nav a[aria-current="page"] { color: var(--gold); }
.nav a[aria-current="page"]::after { transform: scaleX(1); }

.header-cta { display: flex; align-items: center; gap: 10px; }

.nav-toggle {
  display: none;
  width: 44px; height: 44px;
  background: none; border: 1px solid var(--gold-a20); border-radius: var(--radius);
  color: var(--cream); cursor: pointer;
  align-items: center; justify-content: center;
  transition: transform 160ms var(--ease-out), border-color 200ms ease;
}
.nav-toggle:active { transform: scale(0.94); }
.nav-toggle span {
  display: block; width: 18px; height: 1.5px; background: currentColor;
  position: relative;
  transition: transform 220ms var(--ease-out), background-color 120ms linear;
}
.nav-toggle span::before, .nav-toggle span::after {
  content: ""; position: absolute; left: 0; width: 18px; height: 1.5px; background: currentColor;
  transition: transform 260ms var(--ease-out);
}
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after  { top: 6px; }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after  { transform: translateY(-6px) rotate(-45deg); }

/* mobile drawer */
.mobile-nav {
  position: fixed; inset: var(--header-h) 0 0 0; z-index: 99;
  background: rgba(10, 8, 6, 0.98);
  -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
  padding: 28px var(--gutter) 40px;
  overflow-y: auto;
  opacity: 0;
  transform: translateY(-8px);
  visibility: hidden;
  transition: opacity 220ms var(--ease-out), transform 260ms var(--ease-out), visibility 0s linear 260ms;
}
.mobile-nav[data-open="true"] {
  opacity: 1; transform: translateY(0); visibility: visible;
  transition: opacity 240ms var(--ease-out), transform 300ms var(--ease-out), visibility 0s;
}
.mobile-nav > a {
  display: block; color: var(--cream);
  font-family: var(--display); font-size: 1.7rem;
  padding: 14px 0; border-bottom: 1px solid var(--line-soft);
  opacity: 0; transform: translateY(10px);
}
.mobile-nav[data-open="true"] > a {
  animation: navIn 380ms var(--ease-out) forwards;
}
.mobile-nav[data-open="true"] > a:nth-child(1) { animation-delay: 30ms; }
.mobile-nav[data-open="true"] > a:nth-child(2) { animation-delay: 70ms; }
.mobile-nav[data-open="true"] > a:nth-child(3) { animation-delay: 110ms; }
.mobile-nav[data-open="true"] > a:nth-child(4) { animation-delay: 150ms; }
.mobile-nav[data-open="true"] > a:nth-child(5) { animation-delay: 190ms; }
.mobile-nav[data-open="true"] > a:nth-child(6) { animation-delay: 230ms; }
.mobile-nav[data-open="true"] > a:nth-child(7) { animation-delay: 270ms; }
@keyframes navIn { to { opacity: 1; transform: translateY(0); } }
.mobile-nav .btn-row { margin-top: 28px; }
.mobile-nav .btn { flex: 1 1 auto; }

@media (max-width: 1080px) {
  .nav { display: none; }
  .nav-toggle { display: inline-flex; }
  .header-cta .btn--desk { display: none; }
}
@media (min-width: 1081px) { .mobile-nav { display: none; } }

body[data-nav-open="true"] { overflow: hidden; }

/* ------------------------------------------------------------------- hero */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex; align-items: flex-end;
  padding-block: calc(var(--header-h) + 40px) clamp(56px, 9vh, 110px);
  overflow: hidden;
}
.hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-media picture { display: block; height: 100%; }
.hero-media img, .hero-media video {
  width: 100%; height: 100%; object-fit: cover;
  transform: scale(1.06);
  animation: heroDrift 26s ease-in-out infinite alternate;
}
@keyframes heroDrift {
  from { transform: scale(1.04) translate3d(0, 0, 0); }
  to   { transform: scale(1.12) translate3d(0, -1.4%, 0); }
}
.hero-scrim {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(90deg, rgba(10,8,6,0.86) 0%, rgba(10,8,6,0.5) 42%, rgba(10,8,6,0.1) 72%),
    radial-gradient(120% 80% at 50% 100%, rgba(10,8,6,0.92) 0%, rgba(10,8,6,0.35) 55%, rgba(10,8,6,0.15) 100%),
    linear-gradient(180deg, rgba(10,8,6,0.72) 0%, rgba(10,8,6,0.15) 32%, rgba(10,8,6,0.55) 72%, var(--ink) 100%);
}
@media (max-width: 860px) {
  .hero-scrim {
    background:
      linear-gradient(180deg, rgba(10,8,6,0.86) 0%, rgba(10,8,6,0.42) 26%, rgba(10,8,6,0.78) 62%, var(--ink) 100%),
      radial-gradient(140% 70% at 30% 78%, rgba(10,8,6,0.9) 0%, rgba(10,8,6,0.2) 70%);
  }
}
.hero-inner { position: relative; z-index: 2; width: 100%; }
.hero h1 { margin-bottom: 0.32em; }
.hero h1 .line { display: block; overflow: hidden; padding-bottom: .14em; margin-bottom: -.14em; }
.hero h1 .line > span {
  display: block;
  transform: translateY(105%);
  animation: riseIn 900ms var(--ease-out) forwards;
}
.hero h1 .line:nth-child(2) > span { animation-delay: 80ms; }
.hero h1 .line:nth-child(3) > span { animation-delay: 160ms; }
@keyframes riseIn { to { transform: translateY(0); } }

.hero-sub {
  font-family: var(--quote); font-weight: 500;
  font-size: clamp(1.2rem, 1.5vw, 1.5rem); line-height: 1.5;
  color: rgba(245,239,227,0.82);
  max-width: 52ch;
  opacity: 0;
  animation: fadeUp 700ms var(--ease-out) 320ms forwards;
}
.hero .btn-row { margin-top: 32px; opacity: 0; animation: fadeUp 700ms var(--ease-out) 440ms forwards; }
.hero .eyebrow { opacity: 0; animation: fadeUp 600ms var(--ease-out) 120ms forwards; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

.hero-meta {
  margin-top: 44px; padding-top: 22px;
  border-top: 1px solid var(--line);
  display: flex; flex-wrap: wrap; gap: 14px 44px;
  opacity: 0; animation: fadeUp 700ms var(--ease-out) 560ms forwards;
}
.hero-meta div { display: flex; flex-direction: column; gap: 3px; }
.hero-meta dt, .hero-meta .k {
  font-size: 0.63rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold);
}
.hero-meta .v { font-family: var(--display); font-size: 1.24rem; color: var(--cream); font-variant-numeric: lining-nums; }

.scroll-cue {
  position: absolute; left: 50%; bottom: 22px; z-index: 3;
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 9px;
  font-size: 0.6rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--muted);
  opacity: 0; animation: fadeUp 800ms var(--ease-out) 900ms forwards;
}
.scroll-cue i {
  width: 1px; height: 42px; background: linear-gradient(180deg, var(--gold), transparent);
  transform-origin: top;
  animation: cueDrop 2.4s var(--ease-in-out) infinite;
}
@keyframes cueDrop {
  0%, 100% { transform: scaleY(0.3); opacity: 0.4; }
  50%      { transform: scaleY(1);   opacity: 1; }
}
@media (max-width: 700px) { .scroll-cue { display: none; } }

/* page hero (interior pages) */
.page-hero {
  position: relative;
  padding-block: calc(var(--header-h) + clamp(64px, 12vh, 132px)) clamp(52px, 8vh, 96px);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.page-hero-media { position: absolute; inset: 0; z-index: 0; }
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; opacity: 0.5; }
.page-hero::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(10,8,6,0.86) 0%, rgba(10,8,6,0.6) 45%, var(--ink) 100%);
}
.page-hero .wrap { position: relative; z-index: 2; }
.page-hero h1 { font-size: clamp(2.4rem, 6vw, 4.4rem); }

/* -------------------------------------------------------------- ornaments */
.ornament {
  display: flex; align-items: center; justify-content: center; gap: 20px;
  color: var(--gold-a32);
}
.ornament::before, .ornament::after {
  content: ""; height: 1px; flex: 1 1 auto; max-width: 200px;
  background: linear-gradient(90deg, transparent, var(--gold-a32));
}
.ornament::after { background: linear-gradient(90deg, var(--gold-a32), transparent); }
.ornament img { width: 54px; height: auto; opacity: 0.85; }

.motif-bg {
  position: absolute; inset: 0; z-index: 0;
  background-image: url("../img/jaali-tile-700.webp");
  background-size: 340px;
  opacity: 0.05;
  mix-blend-mode: screen;
  pointer-events: none;
}
.section > .wrap { position: relative; z-index: 1; }

.section--veiled { isolation: isolate; }
.section-veil { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.section-veil img { width: 100%; height: 100%; object-fit: cover; opacity: 0.16; }
.section-veil::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, var(--ink) 0%, rgba(10,8,6,0.72) 30%, rgba(10,8,6,0.72) 70%, var(--ink) 100%);
}

.glow {
  position: absolute; z-index: 0; pointer-events: none;
  max-width: 100%;
  width: min(760px, 90vw); aspect-ratio: 1;
  background: radial-gradient(circle, rgba(214,168,86,0.10) 0%, rgba(214,168,86,0) 68%);
  filter: blur(10px);
}
.glow--tl { top: -18%; left: 0; }
.glow--br { bottom: -22%; right: 0; }

/* ------------------------------------------------------------ reveal anim */
[data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 700ms var(--ease-out), transform 700ms var(--ease-out);
  transition-delay: var(--d, 0ms);
}
[data-reveal].is-in { opacity: 1; transform: none; }

[data-reveal="clip"] {
  opacity: 1; transform: none;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 1000ms var(--ease-in-out);
  transition-delay: var(--d, 0ms);
}
[data-reveal="clip"].is-in { clip-path: inset(0 0 0 0); }

[data-reveal="scale"] {
  opacity: 0; transform: scale(0.97);
  transition: opacity 800ms var(--ease-out), transform 900ms var(--ease-out);
  transition-delay: var(--d, 0ms);
}
[data-reveal="scale"].is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  [data-reveal], [data-reveal="clip"], [data-reveal="scale"] {
    opacity: 1 !important; transform: none !important; clip-path: none !important;
    transition: none !important;
  }
  .hero-media img, .hero-media video { animation: none; transform: scale(1.02); }
  .hero h1 .line > span, .hero-sub, .hero .btn-row, .hero .eyebrow, .hero-meta, .scroll-cue {
    animation: none !important; opacity: 1 !important; transform: none !important;
  }
  .scroll-cue i { animation: none; }
}

/* ------------------------------------------------------------- split rows */
.split {
  display: grid; gap: clamp(32px, 5vw, 76px);
  grid-template-columns: 1fr;
  align-items: center;
}
@media (min-width: 900px) {
  .split { grid-template-columns: 1fr 1fr; }
  .split--faq { grid-template-columns: 0.8fr 1fr; align-items: start; }
  .split-media--sticky { position: sticky; top: calc(var(--header-h) + 32px); }
  .split--wide-media { grid-template-columns: 1.15fr 1fr; }
  .split--flip .split-media { order: 2; }
}
.split-media { position: relative; }
.split-media img, .split-media video { width: 100%; border-radius: var(--radius-lg); display: block; }
.split-media video { aspect-ratio: 16 / 9; object-fit: cover; }
.split-media::after {
  content: ""; position: absolute; inset: 10px;
  border: 1px solid var(--gold-a20);
  border-radius: var(--radius);
  pointer-events: none;
}

.stat-row {
  display: flex; flex-wrap: wrap; gap: 1px;
  background: var(--line-soft);
  border: 1px solid var(--line-soft);
  margin-top: 40px;
}
.stat {
  background: var(--ink); padding: 22px 20px;
  flex: 1 1 0; min-width: 132px;
}
.stat .n {
  display: block;
  font-variant-numeric: lining-nums;
  font-family: var(--display); font-size: clamp(1.7rem, 3vw, 2.4rem);
  color: var(--gold); line-height: 1;
}
.stat .l {
  display: block;
  font-size: 0.66rem; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--muted); margin-top: 10px; line-height: 1.4;
}

/* ------------------------------------------------------------- food rail
   A pinned stage whose strip translates with scroll. Transform only, one
   write per frame, so it behaves the same on a phone as on a desktop. */
.rail { background: var(--ink); position: relative; }
.rail-track { height: 340vh; position: relative; }
.rail-stage {
  position: sticky; top: 0;
  height: 100svh; min-height: 560px;
  display: flex; flex-direction: column; justify-content: center;
  gap: clamp(18px, 3vh, 40px);
  overflow: hidden;
  padding-block: calc(var(--header-h) + 12px) clamp(20px, 4vh, 44px);
}
.rail-stage::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(80% 60% at 50% 40%, rgba(214,168,86,0.07), transparent 70%),
    linear-gradient(180deg, var(--ink), rgba(10,8,6,0) 18%, rgba(10,8,6,0) 82%, var(--ink));
}
.rail-head, .rail-foot { position: relative; z-index: 2; padding-inline: var(--gutter); }
.rail-head { text-align: center; }
.rail-head .eyebrow { justify-content: center; }
.rail-head .eyebrow::after {
  content: ""; width: 26px; height: 1px; flex: none;
  background: linear-gradient(90deg, var(--gold), transparent);
}
.rail-head h2 { margin: 0; }

.rail-viewport { position: relative; z-index: 1; overflow: hidden; }
.rail-strip {
  display: flex; align-items: center;
  gap: clamp(14px, 2vw, 30px);
  padding-inline: 6vw;
  width: max-content;
  will-change: transform;
}
.rail-item {
  margin: 0; flex: none;
  width: clamp(210px, 26vw, 340px);
  background: var(--surface);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transform: translate3d(0, calc(var(--drift, 0) * 1px), 0) rotate(var(--tilt, 0deg));
}
.rail-item:nth-child(odd)  { --tilt: -1.1deg; --drift: -14; }
.rail-item:nth-child(even) { --tilt: 1.1deg;  --drift: 14; }
.rail-item:nth-child(3n)   { --tilt: 0.5deg;  --drift: -4; }
.rail-shot { overflow: hidden; }
.rail-shot img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
  transform: scale(1.1) translate3d(calc(var(--px, 0) * 1%), 0, 0);
}
.rail-item figcaption { padding: 16px 18px 20px; }
.rail-item h3 {
  margin: 0 0 0.3em; font-size: clamp(1.05rem, 1.25vw, 1.3rem);
  line-height: 1.2; color: var(--cream);
}
.rail-item p {
  margin: 0 0 12px; font-size: 0.88rem; line-height: 1.45; color: var(--muted);
  min-height: 2.6em;
}
.rail-price {
  font-family: var(--display); color: var(--gold); font-size: 1.15rem;
  font-variant-numeric: lining-nums;
}

.rail-foot {
  display: flex; align-items: center; gap: clamp(16px, 3vw, 36px);
  justify-content: center; flex-wrap: wrap;
}
.rail-progress {
  flex: 1 1 160px; max-width: 420px; height: 2px;
  background: var(--line-soft); border-radius: 2px; overflow: hidden;
}
.rail-progress i {
  display: block; height: 100%; width: 100%;
  background: linear-gradient(90deg, var(--gold-dim), var(--gold));
  transform: scaleX(var(--p, 0)); transform-origin: left;
}

/* Without scroll-linked motion the rail becomes an ordinary swipeable row —
   every dish is still there, which is the point. */
@media (prefers-reduced-motion: reduce) {
  .rail-track { height: auto; }
  .rail-stage { position: relative; height: auto; min-height: 0; padding-block: clamp(56px, 8vw, 96px); }
  .rail-viewport { overflow-x: auto; }
  .rail-strip { transform: none !important; }
  .rail-item { transform: none; }
  .rail-shot img { transform: none; }
  .rail-progress { display: none; }
}

/* ------------------------------------------------------------------ cards */
.card-grid {
  display: grid; gap: clamp(16px, 2.4vw, 26px);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 290px), 1fr));
}
.card {
  position: relative;
  display: flex; flex-direction: column;
  background: var(--surface);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform 300ms var(--ease-out), border-color 300ms ease;
}
@media (hover: hover) and (pointer: fine) {
  a.card:hover { transform: translateY(-5px); border-color: var(--gold-a32); }
  a.card:hover .card-media img { transform: scale(1.05); }
}
a.card:active { transform: translateY(-2px) scale(0.995); }
.card-media { overflow: hidden; aspect-ratio: 4 / 3; }
.card-media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 700ms var(--ease-out);
}
.card-body { padding: 26px 26px 30px; display: flex; flex-direction: column; flex: 1; }
.card-body h3 { margin-bottom: 0.45em; }
.card-body p { color: var(--muted); font-size: 0.95rem; }
.card-link {
  margin-top: auto; padding-top: 18px;
  font-size: 0.74rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--gold); display: inline-flex; align-items: center; gap: 8px;
}
.card-link svg { transition: transform 240ms var(--ease-out); }
@media (hover: hover) and (pointer: fine) { a.card:hover .card-link svg { transform: translateX(4px); } }

/* ----------------------------------------------------------- photo band */
.photo-band {
  position: relative; overflow: hidden;
  margin-block: clamp(8px, 2vw, 26px);
}
.photo-band picture, .photo-band img {
  display: block; width: 100%;
  height: var(--band-h, clamp(240px, 34vw, 460px));
  object-fit: cover;
}
.photo-band::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, var(--ink) 0%, rgba(10,8,6,0) 22%, rgba(10,8,6,0) 78%, var(--ink) 100%);
}

.photo-card {
  margin: 0; background: var(--surface);
  border: 1px solid var(--line-soft); border-radius: var(--radius-lg);
  overflow: hidden;
}
.photo-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.photo-card figcaption {
  padding: 18px 20px 22px; color: var(--muted); font-size: 0.9rem; line-height: 1.5;
}

/* --------------------------------------------------------------- gallery */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr));
  gap: 12px;
}
.gallery figure { margin: 0; position: relative; overflow: hidden; border-radius: var(--radius); }
.gallery img {
  width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3;
  filter: saturate(0.92) contrast(1.03);
  transition: transform 800ms var(--ease-out), filter 400ms ease;
}
.gallery figure::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,8,6,0) 45%, rgba(10,8,6,0.6) 100%);
  opacity: 0.7; transition: opacity 300ms ease; pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .gallery figure:hover img { transform: scale(1.06); filter: saturate(1.05) contrast(1.05); }
  .gallery figure:hover::after { opacity: 0.35; }
}
.gallery .tall { grid-row: span 2; }
.gallery .tall img { aspect-ratio: 4 / 6.4; }

/* -------------------------------------------------------------- marquee */
.marquee {
  position: relative; overflow: hidden;
  border-block: 1px solid var(--line);
  padding-block: 22px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.marquee-track { display: flex; width: max-content; animation: slide 42s linear infinite; }
.marquee-track > * { display: flex; align-items: center; gap: 46px; padding-right: 46px; }
@keyframes slide { to { transform: translateX(-50%); } }
.marquee span {
  font-family: var(--display); font-size: 1.05rem;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted);
  white-space: nowrap;
}
.marquee .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); flex: none; }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } }

/* --------------------------------------------------------------- reviews */
.review-grid {
  display: grid; gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
}
.review {
  background: linear-gradient(180deg, var(--surface) 0%, var(--ink-2) 100%);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  padding: 30px 28px;
  display: flex; flex-direction: column; gap: 16px;
  position: relative;
}
.review::before {
  content: "\201C";
  position: absolute; top: 4px; right: 20px;
  font-family: var(--display); font-size: 5rem; line-height: 1;
  color: var(--gold-a12);
}
.stars { display: flex; gap: 3px; color: var(--gold); }
.stars svg { width: 15px; height: 15px; }
.review blockquote {
  margin: 0; font-family: var(--quote); font-weight: 500;
  font-size: 1.24rem; color: rgba(245,239,227,0.92); line-height: 1.5;
}
.review figcaption { margin-top: auto; font-size: 0.82rem; color: var(--muted); }
.review figcaption b { color: var(--cream); font-weight: 600; display: block; }
.review-src {
  font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold-dim); display: block; margin-top: 4px;
}

.rating-strip {
  display: grid; gap: 1px;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  background: var(--line-soft); border: 1px solid var(--line-soft);
}
.rating-strip a, .rating-strip div {
  background: var(--ink); padding: 22px; text-align: center; color: var(--cream);
  transition: background-color 240ms ease;
}
@media (hover: hover) and (pointer: fine) { .rating-strip a:hover { background: var(--surface); color: var(--cream); } }
.rating-strip .score { font-family: var(--display); font-size: 2.1rem; color: var(--gold); line-height: 1; font-variant-numeric: lining-nums; }
.rating-strip .meta { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-top: 9px; }

/* ------------------------------------------------------------------ menu */
.menu-nav {
  position: sticky; top: var(--header-h); z-index: 40;
  background: rgba(10,8,6,0.94);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.menu-nav-inner {
  display: flex; flex-wrap: wrap; gap: 4px; padding-block: 10px;
  scrollbar-width: none; -ms-overflow-style: none;
}
.menu-nav-inner::-webkit-scrollbar { display: none; }

@media (max-width: 1024px) {
  .menu-nav { position: relative; }
  .menu-nav-inner {
    flex-wrap: nowrap; overflow-x: auto;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    padding-right: 42px;
    -webkit-mask-image: linear-gradient(90deg, #000 0, #000 84%, transparent 99%);
    mask-image: linear-gradient(90deg, #000 0, #000 84%, transparent 99%);
  }
  .menu-nav-inner[data-dragging="true"] { cursor: grabbing; scroll-snap-type: none; }
  .menu-nav-inner a { scroll-snap-align: start; }
  /* a chevron so it reads as scrollable rather than cut off */
  .menu-nav::after {
    content: ""; position: absolute; right: 10px; top: 50%;
    width: 8px; height: 8px; margin-top: -5px;
    border-right: 1.5px solid var(--gold); border-top: 1.5px solid var(--gold);
    transform: rotate(45deg);
    opacity: 0.9; pointer-events: none;
    transition: opacity 200ms ease;
    animation: navHint 2.6s var(--ease-in-out) infinite;
  }
  .menu-nav[data-end="true"]::after { opacity: 0; animation: none; }
}
@keyframes navHint {
  0%, 100% { transform: rotate(45deg) translate(0, 0); }
  50%      { transform: rotate(45deg) translate(3px, -3px); }
}
@media (prefers-reduced-motion: reduce) { .menu-nav::after { animation: none; } }
.menu-nav-inner::-webkit-scrollbar { display: none; }
.menu-nav a {
  flex: none;
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--muted); padding: 9px 14px; white-space: nowrap;
  border: 1px solid transparent; border-radius: var(--radius);
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}
@media (hover: hover) and (pointer: fine) { .menu-nav a:hover { color: var(--cream); border-color: var(--line); } }
.menu-nav a.is-active { color: var(--gold); border-color: var(--gold-a32); background: var(--gold-a12); }

.menu-search-wrap { padding-block: 26px 0; }
.menu-search {
  width: 100%; max-width: 420px;
  background: var(--surface); color: var(--cream);
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 13px 16px; font: inherit; font-size: 0.95rem;
  transition: border-color 200ms ease, background-color 200ms ease;
}
.menu-search::placeholder { color: var(--muted-2); }
.menu-search:focus { outline: none; border-color: var(--gold-a32); background: var(--surface-2); }

.menu-section { padding-block: clamp(44px, 6vw, 76px); border-bottom: 1px solid var(--line-soft); }
.menu-section:last-of-type { border-bottom: 0; }
.menu-section-head { margin-bottom: 34px; }
.menu-section-head h2 { margin-bottom: 0.25em; }
.menu-section-head p { color: var(--muted); max-width: 66ch; margin: 0; }

.dish-list {
  display: grid; gap: 0 clamp(28px, 4vw, 64px);
  grid-template-columns: 1fr;
}
@media (min-width: 860px) { .dish-list--2 { grid-template-columns: 1fr 1fr; } }

.dish {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 14px;
  align-items: baseline;
  padding: 14px 0;
  border-bottom: 1px dashed rgba(245,239,227,0.08);
}
.dish:last-child { border-bottom: 0; }
.dish-name {
  font-family: var(--display); font-size: 1.1rem; color: var(--cream); line-height: 1.3;
  letter-spacing: 0.012em;
  display: flex; align-items: baseline; gap: 9px; flex-wrap: wrap;
}
.dish-price {
  font-family: var(--sans); font-weight: 600; font-size: 1rem; color: var(--gold);
  white-space: nowrap; font-variant-numeric: lining-nums tabular-nums;
}
.dish-desc { grid-column: 1 / -1; font-size: 0.9rem; color: var(--muted); line-height: 1.55; margin-top: 2px; }
.dish-note { font-size: 0.82rem; color: var(--muted-2); }

.heat { display: inline-flex; gap: 2px; vertical-align: middle; }
.heat i {
  width: 10px; height: 10px; display: block;
  background: currentColor;
  color: var(--chilli);
  -webkit-mask: var(--chilli-mask) center / contain no-repeat;
  mask: var(--chilli-mask) center / contain no-repeat;
}
.heat[data-level="1"] i { color: #9BA36B; }
.heat[data-level="2"] i { color: var(--ember); }
.heat[data-level="3"] i { color: #D2452F; }
.heat[data-level="4"] i { color: #B01B0E; }

.price-grid {
  display: grid; gap: 1px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 168px), 1fr));
  background: var(--line-soft);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  overflow: hidden;
  margin-top: 22px;
}
.price-grid div {
  background: var(--surface);
  padding: 15px 18px;
  display: flex; justify-content: space-between; align-items: baseline; gap: 12px;
}
.price-grid .k { font-size: 0.92rem; color: var(--cream); }
.price-grid .v { font-family: var(--sans); font-weight: 600; color: var(--gold); font-variant-numeric: lining-nums tabular-nums; }

.classic {
  padding: 30px 0;
  border-bottom: 1px solid var(--line-soft);
}
.classic:last-child { border-bottom: 0; }
.classic-head { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; }
.classic-head h3 { margin: 0; letter-spacing: 0.01em; }
.classic-heat {
  font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--gold-dim); border: 1px solid var(--line); padding: 4px 10px; border-radius: 100px;
}
.classic p { color: var(--muted); font-size: 0.95rem; margin: 10px 0 0; max-width: 70ch; }

.deal {
  background: linear-gradient(180deg, var(--surface-2) 0%, var(--surface) 100%);
  border: 1px solid var(--gold-a20);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  display: flex; flex-direction: column; gap: 18px;
}
.deal-price { font-family: var(--display); font-size: 2.6rem; color: var(--gold); line-height: 1; font-variant-numeric: lining-nums; }
.deal ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.deal li { font-size: 0.94rem; color: var(--muted); padding-left: 20px; position: relative; }
.deal li::before {
  content: ""; position: absolute; left: 0; top: 0.62em;
  width: 7px; height: 1px; background: var(--gold);
}

.notice {
  border: 1px solid var(--line);
  border-left: 2px solid var(--gold);
  background: var(--surface);
  padding: 22px 24px;
  border-radius: var(--radius);
  font-size: 0.94rem; color: var(--muted);
}
.notice b { color: var(--cream); }

/* ---------------------------------------------------------------- booking */
.booking-shell {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(14px, 2.4vw, 26px);
}
.booking-shell iframe {
  width: 100%; max-width: 460px; margin-inline: auto; display: block;
  height: 700px; border: 0; border-radius: 12px;
  background: #fff;
}

/* ------------------------------------------------------------------- FAQ */
.faq { border-top: 1px solid var(--line-soft); }
.faq details {
  border-bottom: 1px solid var(--line-soft);
}
.faq summary {
  cursor: pointer; list-style: none;
  padding: 22px 46px 22px 0;
  font-family: var(--display); font-size: clamp(1.08rem, 1.8vw, 1.3rem);
  color: var(--cream); position: relative;
  transition: color 180ms ease;
}
.faq summary::-webkit-details-marker { display: none; }
@media (hover: hover) and (pointer: fine) { .faq summary:hover { color: var(--gold-bright); } }
.faq summary::after {
  content: ""; position: absolute; right: 6px; top: 50%;
  width: 11px; height: 11px;
  border-right: 1px solid var(--gold); border-bottom: 1px solid var(--gold);
  transform: translateY(-70%) rotate(45deg);
  transition: transform 260ms var(--ease-out);
}
.faq details[open] summary::after { transform: translateY(-20%) rotate(-135deg); }
.faq .faq-body { padding: 0 12% 26px 0; color: var(--muted); }
.faq details[open] .faq-body { animation: faqIn 320ms var(--ease-out); }
@keyframes faqIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }

/* -------------------------------------------------------------- contact */
.info-grid {
  display: grid; gap: clamp(24px, 4vw, 56px);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
}
.info-block h2 { font-size: 1.15rem; margin-bottom: 0.7em; }
.info-block h3 { font-size: 1.15rem; margin-bottom: 0.7em; }
.info-block p, .info-block li { color: var(--muted); font-size: 0.96rem; }
.info-block a:not(.btn) { display: inline-block; padding-block: 5px; }
.hours-list { list-style: none; margin: 0; padding: 0; }
.hours-list li {
  display: flex; justify-content: space-between; gap: 16px;
  padding: 10px 0; border-bottom: 1px solid var(--line-soft);
}
.hours-list li:last-child { border-bottom: 0; }
.hours-list .d { color: var(--cream); }
.hours-list .t { color: var(--muted); font-variant-numeric: lining-nums tabular-nums; }
.hours-list li[data-today="true"] { color: var(--gold); }
.hours-list li[data-today="true"] .d,
.hours-list li[data-today="true"] .t { color: var(--gold); }
.hours-list li[data-closed="true"] .t { color: var(--muted-2); }

.map-embed {
  border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden;
  filter: grayscale(0.55) invert(0.92) hue-rotate(180deg) brightness(0.92) contrast(0.95);
}
.map-embed iframe { width: 100%; height: 420px; border: 0; display: block; }
.map-note a { display: inline-block; padding-block: 6px; }

/* --------------------------------------------------------------- cta band */
.cta-band {
  position: relative; overflow: hidden;
  padding-block: clamp(72px, 10vw, 128px);
  text-align: center;
  border-block: 1px solid var(--line);
}
.cta-band-media { position: absolute; inset: 0; z-index: 0; }
.cta-band-media img, .cta-band-media video { width: 100%; height: 100%; object-fit: cover; opacity: 0.34; }
.cta-band::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: radial-gradient(80% 120% at 50% 50%, rgba(10,8,6,0.62) 0%, rgba(10,8,6,0.94) 78%);
}
.cta-band .wrap { position: relative; z-index: 2; }

/* ---------------------------------------------------------------- footer */
.site-footer {
  background: var(--ink-2);
  border-top: 1px solid var(--line);
  padding-block: clamp(56px, 7vw, 88px) 34px;
  position: relative; overflow: hidden;
}
.footer-motif {
  position: absolute; right: -40px; bottom: -60px; width: 340px;
  opacity: 0.055; pointer-events: none;
}
.footer-grid {
  display: grid; gap: clamp(28px, 4vw, 56px);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr));
  position: relative; z-index: 1;
}
.footer-grid h2 {
  font-family: var(--sans); font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold);
  margin-bottom: 1.4em;
}
.footer-grid ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer-grid a { color: var(--muted); font-size: 0.94rem; display: inline-block; padding-block: 5px; }
.footer-grid li { line-height: 1.5; }
@media (hover: hover) and (pointer: fine) { .footer-grid a:hover { color: var(--gold-bright); } }
.footer-brand .brand-name { font-size: 1.8rem; }
.footer-brand p { color: var(--muted); font-size: 0.92rem; margin-top: 18px; max-width: 34ch; }

.footer-bottom {
  margin-top: clamp(38px, 5vw, 62px); padding-top: 26px;
  border-top: 1px solid var(--line-soft);
  display: flex; flex-wrap: wrap; gap: 12px 28px; justify-content: space-between;
  font-size: 0.8rem; color: var(--muted-2);
  position: relative; z-index: 1;
}
.footer-bottom a { color: var(--muted-2); }

.social { display: flex; gap: 10px; }
.social a {
  width: 40px; height: 40px; border: 1px solid var(--line);
  border-radius: var(--radius);
  display: grid; place-items: center; color: var(--muted);
  transition: transform 180ms var(--ease-out), color 200ms ease, border-color 200ms ease;
}
.social a:active { transform: scale(0.94); }
@media (hover: hover) and (pointer: fine) {
  .social a:hover { color: var(--gold); border-color: var(--gold-a32); transform: translateY(-2px); }
}
.social svg { width: 17px; height: 17px; }

/* ------------------------------------------------------- sticky mobile bar */
.mobile-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  display: none;
  background: rgba(10,8,6,0.96);
  -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
  border-top: 1px solid var(--line);
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  gap: 8px;
  transform: translateY(110%);
  transition: transform 320ms var(--ease-drawer);
}
.mobile-bar[data-show="true"] { transform: translateY(0); }
.mobile-bar .btn { flex: 1; padding: 0.95em 0.5em; font-size: 0.7rem; }
@media (max-width: 760px) {
  .mobile-bar { display: flex; }
  body { padding-bottom: 0; }
}

/* ------------------------------------------------------------- utilities */
.pill {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold); border: 1px solid var(--gold-a32);
  background: var(--gold-a12);
  padding: 6px 12px; border-radius: 100px;
}
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; }
.tag {
  font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--muted); border: 1px solid var(--line-soft);
  padding: 6px 11px; border-radius: 100px;
}

.award-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; }
.award-list li {
  display: grid; grid-template-columns: 62px 1fr; gap: 18px;
  padding: 18px 0; border-bottom: 1px solid var(--line-soft);
  align-items: baseline;
}
.award-list li:last-child { border-bottom: 0; }
.award-list .yr { font-family: var(--display); color: var(--gold); font-size: 1.15rem; font-variant-numeric: lining-nums; }
.award-list .ttl { color: var(--cream); font-size: 1rem; }
.award-list .org { color: var(--muted-2); font-size: 0.82rem; display: block; margin-top: 3px; }

.two-col-text { columns: 2; column-gap: clamp(28px, 4vw, 64px); }
@media (max-width: 760px) { .two-col-text { columns: 1; } }

.breadcrumbs { font-size: 0.76rem; color: var(--muted-2); margin-bottom: 20px; }
.breadcrumbs ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.breadcrumbs li::after { content: "/"; margin-left: 8px; color: var(--muted-2); }
.breadcrumbs li:last-child::after { content: ""; }
.breadcrumbs a { color: var(--muted); display: inline-block; padding-block: 6px; }
.breadcrumbs li { display: flex; align-items: center; }

.is-hidden { display: none !important; }
