:root {
  --ink: #0a0504;
  --night: #160b08;
  --paper: #f4e8d0;
  /* No gold — warm ember copper + clean ivory carry all the accent work */
  --brass: #cb5a34;        /* ember copper — the accent (replaces gold) */
  --champagne: #f4ead7;    /* warm ivory — soft edges & highlight text */
  --ember: #cb5a34;        /* burnt-copper accent */
  --oxblood: #4a1410;      /* deep wine */
  --smoke: #b39e7e;
  --cream: #fbf3e2;
  --muted: #c2a98a;
  /* legacy aliases kept so existing rules resolve to the refined palette */
  --gold: var(--brass);
  --gold-soft: var(--champagne);
  --red: var(--ember);
  --maroon: var(--oxblood);
  --chili: var(--oxblood);
  --paprika: var(--ember);
  --burnt: var(--ember);
  --saffron: var(--brass);
  --turmeric: var(--champagne);
  /* Ember gradient for the display words — warm copper, no gold */
  --gold-grad: linear-gradient(104deg, #f0b489 0%, #d2703f 34%, #b0431f 64%, #e89a66 100%);
  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Hanken Grotesk", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display-feat: "opsz" 144, "SOFT" 40, "WONK" 1;
}

/* Metallic gold-leaf text — not a flat fill */
.metal {
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* Tibeb — woven East African textile band, used as a divider/accent */
.tibeb {
  height: 20px;
  width: 100%;
  background-color: #2a0d06;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='20' viewBox='0 0 48 20'%3E%3Crect width='48' height='20' fill='%232a0d06'/%3E%3Cpath d='M0 10 L12 0 L24 10 L12 20 Z' fill='%23c0402a'/%3E%3Cpath d='M24 10 L36 0 L48 10 L36 20 Z' fill='%23eab73a'/%3E%3Cg stroke='%23f6df9a' stroke-width='1.25' fill='none'%3E%3Cpath d='M0 10 L12 0 L24 10 L12 20 Z'/%3E%3Cpath d='M24 10 L36 0 L48 10 L36 20 Z'/%3E%3C/g%3E%3Cg fill='%23f6df9a'%3E%3Ccircle cx='12' cy='10' r='1.8'/%3E%3Ccircle cx='36' cy='10' r='1.8'/%3E%3C/g%3E%3Cg fill='%23961e14'%3E%3Cpath d='M12 6 L15 10 L12 14 L9 10 Z'/%3E%3Cpath d='M36 6 L39 10 L36 14 L33 10 Z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 48px 20px;
  background-repeat: repeat-x;
  box-shadow: inset 0 1px 0 rgba(248,223,154,0.55), inset 0 -1px 0 rgba(0,0,0,0.6);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--night);
  color: var(--cream);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { display: block; width: 100%; }

a { color: inherit; text-decoration: none; }

/* Fraunces set soft + a touch wonky — gives the display real character, not a stock serif */
.hero h1, .act-copy h2, .food .lead h2, .cal-head h2, .menu-intro h2,
.section-h, .day .vibe, .menu-cat h3, .claim-head .title, .visit h2,
.value-card h4, .pay-card h4, .rung h4, .artist-card .nm, .dish .cap h3 {
  font-optical-sizing: auto;
  font-variation-settings: "opsz" 120, "SOFT" 60, "WONK" 1;
  font-weight: 540;
  letter-spacing: -0.012em;
}

/* The atmosphere layer that darkens as you scroll */
.sky {
  position: fixed;
  inset: 0;
  z-index: -4;
  background: #2a1208;
  transition: background 220ms linear;
}
/* Layered jewel-tone aura — saffron, berbere crimson, emerald, indigo — gives rich depth */
.aura {
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background:
    radial-gradient(48% 42% at 18% 16%, rgba(234, 183, 58, 0.38), transparent 60%),
    radial-gradient(46% 40% at 86% 20%, rgba(214, 110, 40, 0.34), transparent 60%),
    radial-gradient(60% 52% at 78% 88%, rgba(150, 30, 20, 0.34), transparent 62%),
    radial-gradient(54% 46% at 10% 86%, rgba(192, 64, 42, 0.30), transparent 60%),
    radial-gradient(42% 36% at 48% 52%, rgba(231, 169, 58, 0.20), transparent 65%);
  mix-blend-mode: screen;
}
/* Hand-painted mudcloth / tibeb weave — real artwork layered under everything */
.weave {
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background: url("./assets/real/bg-textile.jpg") center/cover no-repeat;
  background-attachment: fixed;
  opacity: 0.3;
  mix-blend-mode: overlay;
  -webkit-mask-image: radial-gradient(120% 100% at 50% 35%, #000 40%, transparent 92%);
  mask-image: radial-gradient(120% 100% at 50% 35%, #000 40%, transparent 92%);
}

/* Faint woven diamond watermark + vignette — texture and depth under everything */
.texture {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background: radial-gradient(132% 108% at 50% 24%, transparent 46%, rgba(0, 0, 0, 0.6) 100%);
}
/* Filmic grain — fractal noise for genuine texture/depth, plus a faint warm dust */
.grain {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.05;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px 180px;
}

/* Time-of-night marker — lives bottom-right, clear of the nav and hero copy */
.clock {
  position: fixed;
  bottom: 22px;
  right: 22px;
  top: auto; left: auto;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 10px 16px 10px 14px;
  border: 1px solid rgba(244, 234, 215, 0.26);
  border-radius: 14px;
  background: linear-gradient(150deg, rgba(28, 16, 10, 0.72), rgba(12, 7, 5, 0.66));
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(244, 234, 215, 0.14);
  backdrop-filter: blur(12px) saturate(1.2);
  font-size: 11px;
  letter-spacing: 0.8px;
}
.clock .dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #ffdf9e, var(--ember));
  box-shadow: 0 0 12px rgba(203, 90, 52, 0.8);
  animation: flicker 3.6s ease-in-out infinite;
}
@keyframes flicker { 0%,100% { opacity: 1; } 46% { opacity: 0.65; } 70% { opacity: 0.9; } }
.clock .col { display: flex; flex-direction: column; line-height: 1.25; }
.clock .time { font-family: var(--serif); font-variant-numeric: tabular-nums; color: var(--champagne); font-weight: 600; font-size: 15px; }
.clock .label { color: var(--muted); text-transform: uppercase; font-size: 9.5px; letter-spacing: 1.4px; }
@media (max-width: 760px) { .clock { bottom: 14px; right: 14px; padding: 8px 12px; } }

/* Top brand bar */
.topbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 22px;
}
.topbar img { width: 144px; filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 1px rgba(0, 0, 0, 0.6)); }
.topbar nav { display: flex; gap: 22px; font-size: 13px; letter-spacing: 1px; color: var(--cream); }
.topbar nav a { opacity: 0.85; transition: opacity 150ms; }
.topbar nav a:hover { opacity: 1; color: var(--gold-soft); }

/* HERO */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 22px 9vh;
  overflow: hidden;
}
.hero-media { position: absolute; inset: 0; z-index: -1; }
.hero-media img { height: 100%; object-fit: cover; opacity: 1; filter: saturate(1.16) contrast(1.06) brightness(0.94); }
.hero-media::after {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(95% 72% at 74% 24%, rgba(234,183,58,0.42), transparent 56%),
    radial-gradient(86% 64% at 14% 22%, rgba(214,110,40,0.40), transparent 56%),
    radial-gradient(95% 74% at 52% 98%, rgba(170,34,22,0.44), transparent 60%),
    linear-gradient(180deg, rgba(20,6,4,0.42), rgba(20,6,4,0) 34%, rgba(82,24,10,0.7) 80%, #3a1a0c 100%);
}
.hero .kicker {
  font-size: 12px; letter-spacing: 4px; text-transform: uppercase;
  margin-bottom: 14px;
  background: var(--gold-grad); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.hero h1 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(44px, 9vw, 104px);
  line-height: 0.98;
  margin: 0;
  text-shadow: 0 4px 40px rgba(0,0,0,0.6);
}
.hero h1 em {
  font-style: italic;
  background: var(--gold-grad); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.hero p.sub { max-width: 540px; margin: 18px 0 0; color: var(--paper); font-size: clamp(15px,1.6vw,18px); line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }

.btn {
  position: relative;
  display: inline-flex; align-items: center; gap: 9px;
  padding: 14px 24px; border-radius: 12px;
  font-family: var(--sans);
  font-size: 13.5px; font-weight: 600; letter-spacing: 0.3px;
  cursor: pointer; border: 1px solid transparent;
  overflow: hidden;
  transition: transform 180ms cubic-bezier(.2,.7,.2,1), box-shadow 220ms ease, border-color 220ms ease;
}
.btn:hover { transform: translateY(-2px); }
/* Primary — candlelit ember: warm depth, champagne edge, soft glow. Not a flat gold fill. */
.btn-gold {
  color: var(--champagne);
  background:
    radial-gradient(120% 160% at 0% 0%, rgba(255, 220, 190, 0.22), transparent 55%),
    linear-gradient(168deg, #4a2613 0%, #2c160b 100%);
  border: 1px solid rgba(244, 234, 215, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 238, 218, 0.28),
    inset 0 -10px 22px rgba(0, 0, 0, 0.35),
    0 14px 34px rgba(0, 0, 0, 0.45),
    0 0 26px rgba(182, 90, 48, 0.22);
}
.btn-gold::after {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 50%;
  background: linear-gradient(rgba(255, 238, 218, 0.14), transparent);
  pointer-events: none;
}
.btn-gold:hover {
  border-color: rgba(244, 234, 215, 0.85);
  box-shadow:
    inset 0 1px 0 rgba(255, 238, 218, 0.4),
    0 18px 44px rgba(0, 0, 0, 0.5),
    0 0 40px rgba(203, 90, 52, 0.4);
}
/* Ghost — hairline champagne glass */
.btn-ghost {
  color: var(--cream);
  border-color: rgba(244, 234, 215, 0.28);
  background: rgba(244, 232, 208, 0.04);
  backdrop-filter: blur(6px);
}
.btn-ghost:hover { border-color: rgba(244, 234, 215, 0.6); background: rgba(244, 232, 208, 0.09); box-shadow: 0 0 24px rgba(203, 90, 52, 0.12); }

.scroll-hint {
  position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%);
  font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--muted);
  display: flex; flex-direction: column; align-items: center; gap: 6px; opacity: 0.8;
}
.scroll-hint .line { width: 1px; height: 34px; background: linear-gradient(var(--gold), transparent); animation: drip 2.4s ease-in-out infinite; }
@keyframes drip { 0%,100% { opacity: 0.3; transform: scaleY(0.6); } 50% { opacity: 1; transform: scaleY(1); } }

/* ACTS — the night unfolds */
.act {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 5vw, 70px);
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(60px, 11vh, 130px) 22px;
}
.act.reverse .act-media { order: 2; }
.act-media {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(203,90,52,0.22);
  box-shadow: 0 30px 80px rgba(0,0,0,0.55), inset 0 0 0 1px rgba(244, 234, 215,0.12), 0 0 40px rgba(192,64,42,0.12);
}
.act-media img { aspect-ratio: 4 / 3.2; object-fit: cover; transition: transform 1.2s ease; }
.act:hover .act-media img { transform: scale(1.05); }
.act-time {
  position: absolute; top: 14px; left: 14px;
  background: rgba(10,7,5,0.6); backdrop-filter: blur(6px);
  border: 1px solid rgba(203, 90, 52,0.35);
  color: var(--gold-soft); font-size: 12px; letter-spacing: 2px;
  padding: 6px 12px; border-radius: 999px; font-weight: 600;
}
.act-copy .eyebrow { font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); }
.act-copy h2 { font-family: var(--serif); font-weight: 600; font-size: clamp(28px, 4.4vw, 50px); line-height: 1.04; margin: 10px 0 14px; }
.act-copy p { color: var(--paper); font-size: clamp(15px,1.5vw,17px); line-height: 1.7; margin: 0 0 18px; max-width: 460px; }
.act-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tag { font-size: 12px; padding: 6px 12px; border-radius: 999px; border: 1px solid rgba(255,248,233,0.16); color: var(--paper); }

/* Reveal-on-scroll */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* FOOD ROW */
.food {
  max-width: 1180px; margin: 0 auto; padding: 40px 22px 20px;
}
.food .lead { text-align: center; max-width: 640px; margin: 0 auto 36px; }
.food .lead .eyebrow { font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); }
.food .lead h2 { font-family: var(--serif); font-weight: 600; font-size: clamp(26px,3.6vw,40px); margin: 10px 0 0; line-height: 1.1; }
.food-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
.dish { position: relative; border-radius: 14px; overflow: hidden; aspect-ratio: 3/4; }
.dish img { height: 100%; object-fit: cover; transition: transform 0.9s ease; }
.dish:hover img { transform: scale(1.08); }
.dish .cap { position: absolute; inset: auto 0 0 0; padding: 16px 14px; background: linear-gradient(transparent, rgba(10,7,5,0.9)); }
.dish .cap h3 { margin: 0 0 4px; font-size: 17px; font-family: var(--serif); }
.dish .cap p { margin: 0; font-size: 12.5px; color: var(--muted); line-height: 1.4; }

/* CALENDAR — the finale */
.calendar-wrap {
  position: relative;
  margin-top: 40px;
  padding: clamp(80px, 12vh, 150px) 22px clamp(50px, 8vh, 90px);
  background:
    radial-gradient(80% 60% at 50% -5%, rgba(234,183,58,0.20), transparent 62%),
    radial-gradient(70% 50% at 14% 8%, rgba(214,110,40,0.16), transparent 60%),
    radial-gradient(70% 50% at 86% 8%, rgba(150,30,20,0.18), transparent 60%);
}
.calendar-inner { max-width: 1100px; margin: 0 auto; }
.cal-head { text-align: center; max-width: 680px; margin: 0 auto 12px; }
.cal-head .eyebrow { font-size: 12px; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); }
.cal-head h2 { font-family: var(--serif); font-weight: 600; font-size: clamp(30px,5vw,58px); line-height: 1.02; margin: 12px 0 14px; }
.cal-head h2 em {
  font-style: italic;
  background: var(--gold-grad); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.cal-head p { color: var(--paper); font-size: clamp(15px,1.5vw,17px); line-height: 1.6; margin: 0; }
.cal-legend { display: flex; justify-content: center; gap: 18px; margin: 22px 0 26px; flex-wrap: wrap; font-size: 12px; color: var(--muted); }
.cal-legend span { display: inline-flex; align-items: center; gap: 7px; }
.swatch { width: 11px; height: 11px; border-radius: 3px; }
.swatch.open { background: var(--brass); box-shadow: 0 0 10px rgba(199,147,80,0.7); }
.swatch.anchor { background: var(--oxblood); box-shadow: 0 0 8px rgba(74,20,16,0.6); }
.swatch.set { background: #3a5440; box-shadow: 0 0 8px rgba(58,84,64,0.6); }

.week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}
.day {
  position: relative;
  text-align: left;
  border-radius: 14px;
  padding: 16px 14px 18px;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255,248,233,0.1);
  background: rgba(255,248,233,0.03);
  cursor: default;
  box-shadow: 0 14px 34px rgba(0,0,0,0.4), inset 0 1px 0 rgba(244, 234, 215,0.1);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}
.day .dow { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); }
.day .vibe { font-family: var(--serif); font-size: 19px; margin: 8px 0 6px; line-height: 1.1; }
.day .desc { font-size: 12px; color: var(--muted); line-height: 1.45; flex: 1; }
.day .state { margin-top: 12px; font-size: 11.5px; font-weight: 600; letter-spacing: 0.5px; display: inline-flex; align-items: center; gap: 6px; }

.day.anchor { border-color: rgba(142,47,34,0.6); background: rgba(142,47,34,0.14); }
.day.anchor .state { color: #e8a99f; }
.day.set { border-color: rgba(49,91,66,0.6); background: rgba(49,91,66,0.16); }
.day.set .state { color: #8fce9f; }

.day.open { cursor: pointer; border-color: rgba(203, 90, 52,0.55); }
.day.open .vibe { color: var(--gold-soft); }
.day.open .state { color: var(--gold); }
.day.open::after {
  content: ""; position: absolute; inset: 0; border-radius: 14px;
  box-shadow: 0 0 0 1px rgba(203, 90, 52,0.5), 0 0 26px rgba(203, 90, 52,0.18) inset;
  animation: pulse 2.6s ease-in-out infinite; pointer-events: none;
}
@keyframes pulse { 0%,100% { opacity: 0.45; } 50% { opacity: 1; } }
.day.open:hover { transform: translateY(-5px); background: rgba(203, 90, 52,0.12); }
.day.open:hover::after { animation: none; opacity: 1; box-shadow: 0 0 0 1px var(--gold), 0 0 40px rgba(203, 90, 52,0.35); }
.day.selected { transform: translateY(-5px); background: rgba(203, 90, 52,0.18); }
.day.selected::after { animation: none; opacity: 1; box-shadow: 0 0 0 2px var(--gold), 0 0 50px rgba(203, 90, 52,0.45); }

/* Claim panel */
.claim {
  margin: 26px auto 0;
  max-width: 760px;
  border: 1px solid rgba(203, 90, 52,0.3);
  border-radius: 18px;
  background: rgba(17,13,10,0.85);
  backdrop-filter: blur(10px);
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 420ms ease, opacity 320ms ease;
}
.claim.show { max-height: 760px; opacity: 1; }
.claim-head {
  padding: 18px 22px; border-bottom: 1px solid rgba(255,248,233,0.1);
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.claim-head .title { font-family: var(--serif); font-size: 22px; }
.claim-head .title span { color: var(--gold-soft); }
.claim-form { padding: 20px 22px 24px; display: grid; gap: 14px; }
.row { display: grid; gap: 6px; }
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { font-size: 12px; letter-spacing: 0.5px; color: var(--muted); text-transform: uppercase; }
input, select, textarea {
  width: 100%; padding: 12px 14px; border-radius: 10px;
  background: rgba(255,248,233,0.05); border: 1px solid rgba(255,248,233,0.16);
  color: var(--cream); font-family: var(--sans); font-size: 15px;
}
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--gold); }
select option { background: var(--night); color: var(--cream); }
textarea { resize: vertical; min-height: 84px; }
.claim-form .btn-gold { justify-content: center; margin-top: 4px; }

/* MENU OVERLAY — sits on top, never breaks the scroll narrative */
.menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 60;
  background: rgba(7, 5, 4, 0.96);
  backdrop-filter: blur(14px);
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  transition: opacity 320ms ease, visibility 320ms ease;
}
.menu-overlay.open { opacity: 1; visibility: visible; }
.menu-sheet { max-width: 1040px; margin: 0 auto; padding: 26px 22px 90px; }
.menu-bar {
  position: sticky; top: 0; z-index: 2;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 14px 0 18px; margin-bottom: 8px;
  background: linear-gradient(rgba(7,5,4,0.98), rgba(7,5,4,0.85));
  border-bottom: 1px solid rgba(203, 90, 52,0.2);
}
.menu-bar img { width: 124px; }
.menu-bar .x { font-size: 13px; }
.menu-intro { text-align: center; margin: 22px 0 8px; }
.menu-intro .eyebrow { font-size: 12px; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); }
.menu-intro h2 { font-family: var(--serif); font-weight: 600; font-size: clamp(30px,5vw,52px); margin: 12px 0 6px; }
.menu-intro p { color: var(--muted); font-size: 14px; margin: 0; }
.menu-note {
  max-width: 560px; margin: 16px auto 30px; text-align: center;
  font-size: 12.5px; color: var(--gold-soft);
  border: 1px dashed rgba(203, 90, 52,0.4); border-radius: 10px; padding: 10px 14px;
}
.menu-cats { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 14px 46px; }
.menu-cat { break-inside: avoid; padding: 8px 0 18px; }
.menu-cat h3 {
  font-family: var(--serif); font-weight: 600; font-size: 23px; color: var(--gold-soft);
  margin: 0 0 4px; display: flex; align-items: baseline; justify-content: space-between; gap: 10px;
}
.menu-cat .cat-note { font-size: 12px; color: var(--muted); font-family: var(--sans); font-weight: 400; }
.menu-cat .rule { height: 1px; background: linear-gradient(90deg, rgba(203, 90, 52,0.5), transparent); margin: 6px 0 14px; }
.menu-item { display: grid; grid-template-columns: 1fr auto; gap: 4px 12px; align-items: baseline; padding: 9px 0; border-bottom: 1px solid rgba(255,248,233,0.06); }
.menu-item .name { font-size: 15.5px; font-weight: 500; color: var(--cream); }
.menu-item .price { font-size: 14px; color: var(--gold-soft); font-variant-numeric: tabular-nums; white-space: nowrap; }
.menu-item .price.tbd { color: var(--muted); }
.menu-item .desc { grid-column: 1 / -1; font-size: 12.5px; color: var(--muted); line-height: 1.45; margin-top: 1px; }
.menu-info {
  margin-top: 40px; padding-top: 26px; border-top: 1px solid rgba(203, 90, 52,0.2);
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 22px;
}
.menu-info .block .eyebrow { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); }
.menu-info .block p { margin: 8px 0 0; font-size: 14px; color: var(--paper); line-height: 1.6; }
.menu-info .block a { color: var(--gold-soft); }
.menu-cta { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 36px; }

/* FOR ARTISTS & DJS — overlay content (reuses .menu-overlay base) */
/* Hero artwork — a true art piece that frames the room as a place for artists */
.artists-hero {
  position: relative;
  margin: 16px 0 6px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(203, 90, 52, 0.3);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.6), inset 0 0 0 1px rgba(244, 234, 215, 0.06);
  isolation: isolate;
}
.artists-hero img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  filter: saturate(1.05) contrast(1.04);
}
.artists-hero figcaption {
  position: absolute;
  inset: auto 0 0 0;
  padding: clamp(22px, 5vw, 48px);
  background: linear-gradient(transparent, rgba(12, 6, 4, 0.35) 30%, rgba(12, 6, 4, 0.88) 100%);
}
.artists-hero .eyebrow { font-size: 12px; letter-spacing: 4px; text-transform: uppercase; color: var(--ember); }
.artists-hero h2 {
  font-family: var(--serif); font-optical-sizing: auto;
  font-variation-settings: "opsz" 144, "SOFT" 60, "WONK" 1;
  font-weight: 560; letter-spacing: -0.015em;
  font-size: clamp(28px, 4.6vw, 54px); line-height: 1.02; margin: 10px 0 10px;
  color: var(--cream); text-shadow: 0 4px 30px rgba(0, 0, 0, 0.6); max-width: 16ch;
}
.artists-hero p { color: var(--paper); font-size: clamp(14px, 1.5vw, 17px); line-height: 1.6; margin: 0; max-width: 52ch; }
@media (max-width: 560px) { .artists-hero img { aspect-ratio: 4 / 5; } }

.value-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; margin: 30px 0 8px; }
.value-card { border: 1px solid rgba(255,248,233,0.12); border-radius: 14px; padding: 18px 18px 20px; background: rgba(255,248,233,0.03); }
.value-card .vc-ic { font-size: 22px; }
.value-card h4 { font-family: var(--serif); font-weight: 600; font-size: 18px; margin: 10px 0 6px; }
.value-card p { margin: 0; font-size: 13px; color: var(--muted); line-height: 1.5; }

.section-eyebrow { font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin: 40px 0 4px; }
.section-h { font-family: var(--serif); font-weight: 600; font-size: clamp(22px,3.2vw,32px); margin: 0 0 16px; }

.pay-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; }
.pay-card { border: 1px solid rgba(203, 90, 52,0.28); border-radius: 14px; padding: 18px; background: rgba(203, 90, 52,0.05); }
.pay-card .tier { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); }
.pay-card h4 { font-family: var(--serif); font-weight: 600; font-size: 19px; margin: 8px 0 6px; }
.pay-card p { margin: 0; font-size: 13px; color: var(--paper); line-height: 1.5; }

.ladder { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; align-items: stretch; }
.rung { position: relative; border: 1px solid rgba(255,248,233,0.12); border-radius: 14px; padding: 16px 16px 18px; background: rgba(255,248,233,0.03); }
.rung .step { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); }
.rung h4 { font-family: var(--serif); font-weight: 600; font-size: 18px; margin: 8px 0 6px; }
.rung p { margin: 0; font-size: 12.5px; color: var(--muted); line-height: 1.5; }
.rung:not(:last-child)::after { content: "→"; position: absolute; right: -9px; top: 50%; transform: translateY(-50%); color: var(--gold); font-size: 16px; z-index: 1; }

.lineup { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; }
.artist-card { position: relative; border: 1px solid rgba(255,248,233,0.12); border-radius: 16px; padding: 18px; background: rgba(255,248,233,0.03); transition: transform 160ms ease, border-color 160ms ease; }
.artist-card:hover { transform: translateY(-4px); border-color: rgba(203, 90, 52,0.5); }
.artist-card .ex { position: absolute; top: 12px; right: 12px; font-size: 10px; letter-spacing: 1px; text-transform: uppercase; color: var(--muted); border: 1px solid rgba(255,248,233,0.18); border-radius: 999px; padding: 3px 8px; }
.artist-card .av { width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 22px; color: #1a0f02; font-weight: 600; }
.artist-card .nm { font-family: var(--serif); font-size: 20px; margin: 12px 0 2px; }
.artist-card .gn { font-size: 12px; color: var(--gold-soft); letter-spacing: 0.5px; }
.artist-card .next { font-size: 12px; color: var(--paper); margin-top: 12px; display: flex; align-items: center; gap: 6px; }
.artist-card .links { display: flex; gap: 8px; margin-top: 12px; }
.artist-card .links a { font-size: 11px; border: 1px solid rgba(255,248,233,0.18); border-radius: 999px; padding: 5px 11px; color: var(--paper); transition: border-color 150ms, color 150ms; }
.artist-card .links a:hover { border-color: var(--gold); color: var(--gold-soft); }

.artist-form { margin-top: 16px; display: grid; gap: 14px; max-width: 760px; }
.artist-form .grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

@media (max-width: 760px) {
  .ladder { grid-template-columns: 1fr; }
  .rung:not(:last-child)::after { content: "↓"; right: 50%; top: auto; bottom: -8px; transform: translateX(50%); }
  .artist-form .grid2 { grid-template-columns: 1fr; }
}

/* VISIT / FOOTER */
.visit {
  position: relative;
  max-width: 1100px; margin: 40px auto 0; padding: 70px 22px 90px;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px;
}
.visit::before {
  content: ""; position: absolute; top: 0; left: 8%; right: 8%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(203, 90, 52,0.32), transparent);
}
.visit .eyebrow { font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); }
.visit h2 { font-family: var(--serif); font-weight: 600; font-size: clamp(22px,3vw,34px); margin: 10px 0 6px; line-height: 1.2; }
.visit p { color: var(--muted); margin: 0; font-size: 14px; }
.visit .hours { font-size: 14px; color: var(--paper); margin-top: 8px; }

@media (max-width: 760px) {
  .topbar nav { display: none; }
  .act { grid-template-columns: 1fr; }
  .act.reverse .act-media { order: 0; }
  .week { grid-template-columns: repeat(2, 1fr); }
  .grid2 { grid-template-columns: 1fr; }
}
