:root {
  --ink: #080504;
  --night: #17100d;
  --paper: #eee0c8;
  --brass: #a85f3c;
  --champagne: #f2e6d2;
  --ember: #b65d36;
  --oxblood: #3d1713;
  --smoke: #9d8d78;
  --cream: #f7ecda;
  --muted: #b4a086;
  --card: rgba(20, 13, 10, 0.72);
  --line: rgba(242, 230, 210, 0.14);
  --line-strong: rgba(242, 230, 210, 0.24);
  --green: #315a43;
  --green-deep: #183728;
  /* 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);
  --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;
}

.metal {
  color: var(--champagne);
}

/* Woven East African textile band. */
.tibeb {
  height: 12px;
  width: 100%;
  background-color: #1e120d;
  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;
  opacity: 0.62;
  box-shadow: inset 0 1px 0 rgba(242,230,210,0.18), inset 0 -1px 0 rgba(0,0,0,0.42);
}

* { 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; }

/* Display type tuning. */
.hero h1, .act-copy h2, .food .lead h2, .story-copy h2, .watch-copy h2, .event-head 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, .dish .cap h3, .event-card 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: #21120c;
  transition: background 220ms linear;
}
.aura {
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background:
    radial-gradient(46% 40% at 18% 16%, rgba(168, 95, 60, 0.18), transparent 64%),
    radial-gradient(42% 38% at 86% 20%, rgba(49, 90, 67, 0.14), transparent 64%),
    radial-gradient(58% 50% at 78% 88%, rgba(61, 23, 19, 0.24), transparent 66%),
    radial-gradient(50% 44% at 10% 86%, rgba(90, 42, 25, 0.18), transparent 64%);
  mix-blend-mode: soft-light;
}
/* Textile artwork layer. */
.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.2;
  mix-blend-mode: soft-light;
  -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%);
}

/* Vignette layer. */
.texture {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background: radial-gradient(132% 108% at 50% 24%, transparent 42%, rgba(0, 0, 0, 0.62) 100%);
}
/* Grain layer. */
.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 marker. */
.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 var(--line);
  border-radius: 10px;
  background: rgba(16, 10, 8, 0.76);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(10px);
  font-size: 11px;
  letter-spacing: 0.8px;
}
.clock .dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--ember);
  box-shadow: none;
  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;
}
.brand-home {
  display: block;
  width: 144px;
  line-height: 0;
}
.topbar img { 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); }
.mobile-nav-toggle {
  display: none;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 13px;
  border: 1px solid rgba(255, 207, 125, 0.46);
  border-radius: 999px;
  color: var(--cream);
  background: rgba(20, 11, 8, 0.76);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  font: 700 10px/1 var(--sans);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  cursor: pointer;
}
.mobile-nav-toggle:focus-visible {
  outline: 2px solid var(--gold-soft);
  outline-offset: 3px;
}
.mobile-nav-icon {
  display: grid;
  gap: 5px;
  width: 18px;
}
.mobile-nav-icon span {
  display: block;
  width: 18px;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
  transform-origin: center;
  transition: transform 180ms ease;
}
.mobile-nav-toggle.is-open .mobile-nav-icon span:first-child { transform: translateY(3.25px) rotate(45deg); }
.mobile-nav-toggle.is-open .mobile-nav-icon span:last-child { transform: translateY(-3.25px) rotate(-45deg); }
.mobile-nav-close { display: none; }

/* 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,
.hero-media video { height: 100%; width: 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(88% 68% at 74% 24%, rgba(168,95,60,0.16), transparent 58%),
    radial-gradient(84% 62% at 14% 22%, rgba(61,23,19,0.18), transparent 58%),
    linear-gradient(180deg, rgba(12,8,6,0.54), rgba(12,8,6,0.08) 34%, rgba(21,13,9,0.82) 82%, #17100d 100%);
}
.hero .kicker {
  font-size: 11px; letter-spacing: 2.2px; text-transform: uppercase;
  margin-bottom: 14px;
  color: var(--brass);
}
.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;
  color: var(--champagne);
}
.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: 13px 22px; border-radius: 10px;
  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 160ms ease, background 160ms ease, border-color 160ms ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-gold {
  color: #fff4e4;
  background: #8f452c;
  border: 1px solid rgba(242, 230, 210, 0.24);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}
.btn-gold:hover {
  background: #a25033;
  border-color: rgba(242, 230, 210, 0.34);
}
.btn-ghost {
  color: var(--cream);
  border-color: var(--line-strong);
  background: rgba(242, 230, 210, 0.035);
  backdrop-filter: blur(5px);
}
.btn-ghost:hover { border-color: rgba(242, 230, 210, 0.42); background: rgba(242, 230, 210, 0.075); }

.scroll-hint {
  position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%);
  font-size: 11px; letter-spacing: 1.7px; 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(--brass), 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); } }

/* Timeline sections. */
.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: 12px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 24px 58px rgba(0,0,0,0.42);
}
.act-media img,
.act-media video { width: 100%; aspect-ratio: 4 / 3.2; object-fit: cover; transition: transform 1.2s ease; display: block; }
.act:hover .act-media img,
.act:hover .act-media video { transform: scale(1.05); }
.act-time {
  position: absolute; top: 14px; left: 14px;
  background: rgba(12,8,6,0.72); backdrop-filter: blur(6px);
  border: 1px solid var(--line);
  color: var(--champagne); font-size: 11px; letter-spacing: 1.4px;
  padding: 6px 10px; border-radius: 8px; font-weight: 700;
}
.act-copy .eyebrow { font-size: 11px; letter-spacing: 2.2px; text-transform: uppercase; color: var(--brass); }
.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 10px; border-radius: 8px; border: 1px solid var(--line); color: var(--paper); background: rgba(242,230,210,0.025); }

/* 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: 11px; letter-spacing: 2.2px; text-transform: uppercase; color: var(--brass); }
.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: 12px; overflow: hidden; aspect-ratio: 3/4; border: 1px solid rgba(242,230,210,0.08); }
.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; }

/* CHEF / STORY BAND */
.story-band {
  max-width: 1180px;
  margin: 26px auto 20px;
  padding: 52px 22px 24px;
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: center;
}
.story-copy .eyebrow,
.watch-copy .eyebrow,
.event-head .eyebrow {
  font-size: 11px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: var(--brass);
}
.story-copy h2,
.watch-copy h2,
.event-head h2 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.05;
  margin: 10px 0 14px;
}
.story-copy p,
.watch-copy p,
.event-head p {
  color: var(--paper);
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 1.7;
  margin: 0 0 18px;
  max-width: 560px;
}
.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.story-grid img {
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid var(--line);
  box-shadow: 0 18px 42px rgba(0,0,0,0.3);
}
.story-grid img:first-child {
  grid-row: span 2;
}

.chef-profile {
  max-width: 1180px;
  margin: 0 auto 30px;
  padding: 8px 22px 68px;
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(18px, 4vw, 42px);
  align-items: stretch;
}
.chef-photo {
  min-height: 360px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 26px 60px rgba(0,0,0,0.34);
}
.chef-photo img {
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}
.chef-card {
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(242, 230, 210, 0.16);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(49,90,67,0.28), rgba(61,23,19,0.34)),
    rgba(18, 11, 8, 0.7);
  box-shadow: 0 22px 54px rgba(0,0,0,0.26);
}
.chef-card .eyebrow {
  font-size: 11px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: var(--brass);
}
.chef-card h2 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  margin: 10px 0 14px;
}
.chef-card p {
  color: var(--paper);
  font-size: clamp(15px, 1.45vw, 17px);
  line-height: 1.7;
  margin: 0 0 16px;
}


/* PASSPORT LUNCH SPECIALS */
.passport-lunch {
  position: relative;
  max-width: 1180px;
  margin: 30px auto 10px;
  padding: clamp(58px, 8vw, 104px) 22px clamp(40px, 6vw, 80px);
  scroll-margin-top: 104px;
}
.passport-lunch::before {
  content: "";
  position: absolute;
  inset: 14px 22px;
  z-index: -1;
  border: 1px solid rgba(242, 230, 210, 0.12);
  border-radius: 22px;
  background:
    radial-gradient(70% 80% at 10% 0%, rgba(168, 95, 60, 0.22), transparent 60%),
    radial-gradient(70% 82% at 96% 24%, rgba(49, 90, 67, 0.22), transparent 64%),
    linear-gradient(135deg, rgba(31, 17, 11, 0.88), rgba(10, 6, 5, 0.72));
  box-shadow: 0 30px 90px rgba(0,0,0,0.28);
}
.passport-head {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(220px, 0.55fr);
  gap: clamp(20px, 4vw, 58px);
  align-items: end;
  margin-bottom: 26px;
}
.passport-head .eyebrow {
  grid-column: 1 / -1;
  margin: 0 0 -10px;
  font-size: 11px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: var(--brass);
}
.passport-head h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(34px, 6vw, 72px);
  line-height: 0.96;
  letter-spacing: -0.02em;
}
.passport-head p {
  margin: 0;
  max-width: 520px;
  color: var(--paper);
  font-size: clamp(15px, 1.55vw, 18px);
  line-height: 1.65;
}
.passport-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-self: start;
}
.passport-board {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(420px, 1.14fr);
  gap: 16px;
}
.passport-feature,
.passport-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(242,230,210,0.12);
  border-radius: 16px;
  background: rgba(12, 8, 6, 0.74);
  box-shadow: 0 24px 62px rgba(0,0,0,0.30);
}
.passport-feature {
  min-height: 540px;
  display: flex;
  align-items: flex-end;
}
.passport-feature img,
.passport-card img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.04) brightness(0.86);
  transition: transform 1s ease;
}
.passport-feature:hover img,
.passport-card:hover img { transform: scale(1.05); }
.passport-feature::after,
.passport-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7,4,3,0.06), rgba(7,4,3,0.82) 72%, rgba(7,4,3,0.96));
}
.passport-feature > div,
.passport-card > :not(img) {
  position: relative;
  z-index: 2;
}
.passport-feature > div { padding: clamp(22px, 4vw, 36px); }
.passport-feature h3,
.passport-card h3 {
  margin: 0 0 7px;
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.02;
}
.passport-feature h3 { font-size: clamp(36px, 5.5vw, 68px); }
.passport-card h3 { font-size: clamp(21px, 2.4vw, 30px); }
.passport-feature p,
.passport-card p {
  margin: 0;
  max-width: 34ch;
  color: var(--paper);
  line-height: 1.55;
}
.passport-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.passport-card {
  min-height: 262px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
}
.passport-note {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  padding: 15px 18px;
  border: 1px solid rgba(242,230,210,0.14);
  border-radius: 14px;
  background: rgba(242,230,210,0.06);
  color: var(--paper);
}
.passport-note span {
  color: var(--brass);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.passport-note strong {
  font-size: 14px;
  line-height: 1.35;
}

/* WATCH PARTIES */
.watch-strip {
  max-width: 1180px;
  margin: 26px auto 0;
  padding: 54px 22px 34px;
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(360px, 1.2fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: center;
  scroll-margin-top: 112px;
}
.watch-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.watch-strip.watch-strip-simple {
  display: block;
  max-width: 760px;
  padding-top: 28px;
  padding-bottom: 28px;
}
.watch-arena {
  position: relative;
}
.matchday-board {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(202, 160, 83, 0.42);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(202, 160, 83, 0.2), rgba(246, 237, 218, 0.08));
  color: var(--cream);
  box-shadow: 0 24px 70px rgba(0,0,0,0.34), inset 0 1px rgba(255,255,255,0.05);
}
.matchday-row {
  display: grid;
  grid-template-columns: minmax(175px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(14px, 2.8vw, 34px);
  min-height: 78px;
  padding: 20px clamp(18px, 3vw, 30px);
  background: linear-gradient(110deg, rgba(18, 10, 8, 0.97), rgba(34, 19, 14, 0.94));
}
.matchday-row + .matchday-row { border-top: 1px solid rgba(246, 237, 218, 0.1); }
.matchday-row span {
  font: 800 14px/1 var(--sans);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(246, 237, 218, 0.72);
  white-space: nowrap;
}
.matchday-row strong {
  font: 600 clamp(20px, 2.1vw, 29px)/1.12 var(--serif);
  letter-spacing: 0;
}
.matchday-board p {
  margin: 0;
  padding: 15px clamp(18px, 3vw, 30px);
  background: var(--cream);
  color: #100907;
  font: 800 12px/1.35 var(--sans);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.matchday-live-board {
  margin: 0 0 18px;
  padding: 22px;
  border: 1px solid rgba(202, 160, 83, 0.42);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(29, 15, 12, 0.98), rgba(10, 6, 5, 0.96));
  box-shadow: 0 22px 64px rgba(0,0,0,0.34);
}
.matchday-live-board h1 {
  margin: 0 0 14px;
  color: var(--gold-soft);
  font: 600 clamp(26px, 6vw, 40px)/1 var(--serif);
}
.matchday-live-board ul { list-style: none; margin: 0; padding: 0; }
.matchday-live-board li {
  display: grid;
  grid-template-columns: minmax(118px, 0.65fr) 1fr;
  gap: 16px;
  padding: 13px 0;
  border-top: 1px solid rgba(246, 237, 218, 0.12);
}
.matchday-live-board li strong { color: var(--gold-soft); font: 800 12px/1.35 var(--sans); letter-spacing: .07em; text-transform: uppercase; }
.matchday-live-board li span { color: var(--cream); font: 600 19px/1.2 var(--serif); }
@media (max-width: 540px) {
  .matchday-row { grid-template-columns: 1fr; gap: 8px; padding: 18px; }
  .matchday-row span { white-space: normal; }
  .matchday-live-board li { grid-template-columns: 1fr; gap: 5px; }
}

/* MATCHDAY THREAD */
.match-chat {
  max-width: 1180px;
  margin: 14px auto 10px;
  padding: 28px 22px 42px;
  display: grid;
  grid-template-columns: minmax(280px, 0.84fr) minmax(340px, 1.16fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: center;
  scroll-margin-top: 110px;
}
.match-chat.chat-only {
  max-width: min(560px, 100%);
  grid-template-columns: 1fr;
  padding: 0 18px;
}
.matchday-page {
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: clamp(24px, 4vw, 56px) 0;
}
.chat-phone {
  overflow: hidden;
  border: 1px solid rgba(255,248,233,0.16);
  border-radius: 22px;
  background:
    radial-gradient(120% 100% at 16% 0%, rgba(0,168,132,0.18), transparent 52%),
    #e9dfd1;
  box-shadow: 0 28px 80px rgba(0,0,0,0.38);
}
.chat-head {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  align-items: center;
  padding: 15px 16px;
  background: #075e54;
  color: #fff;
}
.chat-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #b89157;
  color: #17100d;
  font-family: var(--serif);
  font-weight: 700;
}
.chat-head strong,
.chat-head span {
  display: block;
}
.chat-head strong {
  font-size: 18px;
}
.chat-head span {
  margin-top: 2px;
  color: rgba(255,255,255,0.76);
  font-size: 12px;
}
.chat-window {
  min-height: 430px;
  max-height: 430px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px 16px 12px;
  background-image:
    radial-gradient(circle at 26px 30px, rgba(7,94,84,0.06) 0 10px, transparent 11px),
    radial-gradient(circle at 120px 92px, rgba(7,94,84,0.045) 0 14px, transparent 15px),
    linear-gradient(135deg, transparent 0 45%, rgba(7,94,84,0.035) 45% 47%, transparent 47%);
  background-size: 140px 128px, 210px 190px, 160px 160px;
}
.chat-msg {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 8px;
  align-items: end;
  animation: chatIn 360ms ease both;
}
.chat-msg.self {
  grid-template-columns: minmax(0, 1fr);
  justify-items: end;
}
.persona-dot {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--persona, #a85f3c);
  color: #fff8e9;
  font-size: 11px;
  font-weight: 900;
}
.chat-bubble {
  width: fit-content;
  max-width: min(520px, 100%);
  border-radius: 0 14px 14px;
  padding: 9px 11px 7px;
  background: #fff;
  color: #17201c;
  box-shadow: 0 1px 1px rgba(0,0,0,0.12);
  font-size: 14px;
  line-height: 1.35;
}
.chat-msg.self .chat-bubble {
  border-radius: 14px 0 14px 14px;
  background: #d9fdd3;
}
.chat-name {
  display: block;
  margin-bottom: 3px;
  color: var(--persona, #008069);
  font-size: 11px;
  font-weight: 900;
}
.chat-time {
  display: block;
  margin-top: 4px;
  color: #667781;
  font-size: 10px;
  text-align: right;
}
.chat-typing {
  display: flex;
  gap: 5px;
  width: fit-content;
  margin: 0 0 12px 58px;
  padding: 10px 12px;
  border-radius: 18px;
  background: #fff;
  opacity: 0;
  transition: opacity 180ms ease;
}
.chat-typing.show {
  opacity: 1;
}
.chat-typing span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8696a0;
  animation: typingPulse 900ms infinite;
}
.chat-typing span:nth-child(2) { animation-delay: 120ms; }
.chat-typing span:nth-child(3) { animation-delay: 240ms; }
.chat-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 16px 16px;
}
.chat-cta a {
  flex: 1 1 160px;
  min-height: 42px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  text-decoration: none;
  background: #008069;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}
.chat-cta a:last-child {
  background: rgba(7,94,84,0.14);
  color: #075e54;
}
@keyframes chatIn {
  from { opacity: 0; transform: translateY(12px) scale(0.98); }
  to { opacity: 1; transform: none; }
}
@keyframes typingPulse {
  0%, 80%, 100% { transform: translateY(0); opacity: 0.45; }
  40% { transform: translateY(-3px); opacity: 1; }
}

/* EVENT CALENDAR */
.event-calendar {
  max-width: 1180px;
  margin: 30px auto 0;
  padding: 52px 22px 20px;
}
.event-head {
  max-width: 720px;
  margin: 0 auto 26px;
  text-align: center;
}
.event-head p {
  margin-left: auto;
  margin-right: auto;
}
.event-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.event-card {
  position: relative;
  min-height: 232px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 18px;
  overflow: hidden;
  background: var(--card);
  box-shadow: 0 16px 38px rgba(0,0,0,0.26);
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}
.event-card:hover,
.event-card:focus {
  transform: translateY(-2px);
  border-color: rgba(242,230,210,0.26);
  background: rgba(26, 17, 13, 0.82);
  outline: none;
}
.event-card.featured {
  border-color: rgba(168, 95, 60, 0.34);
  background: rgba(31, 17, 12, 0.84);
}
.event-bubble {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
  width: 50px;
  height: 50px;
  overflow: hidden;
  display: grid;
  place-items: center;
  border: 1px solid rgba(242,230,210,0.46);
  border-radius: 50%;
  background: #a85f3c;
  color: #fff4e4;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(0,0,0,0.3);
}
.event-bubble img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-type {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  padding: 5px 10px;
  border: 1px solid var(--line);
  border-radius: 7px;
  font-size: 10px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--champagne);
}
.event-card h3 {
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 600;
  line-height: 1.05;
  margin: 18px 0 8px;
  padding-right: 54px;
}
.event-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
  flex: 1;
}
.event-card a {
  margin-top: 18px;
  color: var(--champagne);
  font-size: 12px;
  font-weight: 600;
}

.event-flyer-overlay {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(7, 5, 4, 0.82);
  backdrop-filter: blur(16px);
  opacity: 0;
  visibility: hidden;
  /* Visibility is immediate on open so keyboard/assistive activation can
     observe the flyer in the same interaction tick; hide after fade-out. */
  transition: opacity 220ms ease, visibility 0s linear 220ms;
}
.event-flyer-overlay.open {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.event-flyer-sheet {
  width: min(920px, 100%);
  position: relative;
}
.event-flyer-close {
  position: absolute;
  top: -46px;
  right: 0;
  min-height: 34px;
  border: 1px solid var(--line-strong);
  border-radius: 9px;
  padding: 0 14px;
  background: rgba(12,8,6,0.8);
  color: var(--paper);
  font: 700 12px var(--sans);
  cursor: pointer;
}
.event-flyer-card {
  min-height: 560px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #120c09;
  box-shadow: 0 28px 80px rgba(0,0,0,0.5);
}
.flyer-hero {
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(260px, 0.84fr) minmax(300px, 1.16fr);
  background:
    linear-gradient(90deg, rgba(18,8,6,0.94), rgba(18,8,6,0.56) 48%, rgba(18,8,6,0.18)),
    var(--flyer-image) center / cover;
}
.flyer-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  padding: clamp(24px, 4vw, 44px);
}
.flyer-copy .kicker {
  color: var(--brass);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.flyer-copy h3 {
  max-width: 11ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(34px, 5vw, 62px);
  line-height: 0.98;
  font-weight: 600;
}
.flyer-copy p {
  max-width: 45ch;
  margin: 0;
  color: var(--paper);
  font-size: 15px;
  line-height: 1.6;
}
.flyer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.flyer-tags span {
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  padding: 7px 11px;
  color: var(--paper);
  font-size: 12px;
  font-weight: 700;
}
.flyer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}
.flyer-actions a,
.flyer-actions button {
  min-height: 44px;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--cream);
  background: rgba(255,248,233,0.08);
  font: 800 13px var(--sans);
  text-decoration: none;
  cursor: pointer;
}
.flyer-actions a.primary {
  background: #8f452c;
}
.flyer-panel {
  align-self: end;
  margin: clamp(20px, 4vw, 44px);
  padding: clamp(18px, 3vw, 28px);
  border-radius: 12px;
  background: rgba(7, 5, 4, 0.64);
  border: 1px solid var(--line);
}
.flyer-panel strong {
  display: block;
  margin-bottom: 10px;
  color: var(--gold-soft);
  font-family: var(--serif);
  font-size: 24px;
}
.flyer-panel ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--paper);
  font-size: 14px;
  line-height: 1.45;
}

/* Calendar. */
.calendar-wrap {
  position: relative;
  scroll-margin-top: 24px;
  margin-top: 40px;
  padding: clamp(80px, 12vh, 150px) 22px clamp(50px, 8vh, 90px);
  background:
    radial-gradient(80% 60% at 50% -5%, rgba(168,95,60,0.12), transparent 64%),
    radial-gradient(70% 50% at 14% 8%, rgba(49,90,67,0.10), transparent 62%);
}
.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: 11px; letter-spacing: 2.2px; text-transform: uppercase; color: var(--brass); }
.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;
  color: var(--champagne);
}
.cal-head p { color: var(--paper); font-size: clamp(15px,1.5vw,17px); line-height: 1.6; margin: 0; }
.cal-head .capacity-note { max-width: 720px; margin: 12px auto 0; color: var(--muted); font-size: 13px; }
.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); }
.swatch.house { background: var(--oxblood); }
.swatch.set { background: var(--green); }

.week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}
.day {
  position: relative;
  text-align: left;
  border-radius: 12px;
  padding: 16px 14px 18px;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  background: var(--card);
  cursor: default;
  box-shadow: 0 14px 32px rgba(0,0,0,0.26);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}
.day .dow { font-size: 11px; letter-spacing: 1.5px; 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.house { border-color: rgba(168,95,60,0.34); background: rgba(61,23,19,0.42); }
.day.house .state { color: #d8a28e; }
.day.set { border-color: rgba(49,90,67,0.42); background: rgba(24,55,40,0.42); }
.day.set .state { color: #aacdb6; }
.day.closed { border-color: rgba(246,237,218,0.12); background: rgba(20,14,11,0.5); opacity: 0.68; }
.day.closed .state { color: var(--muted); }

.day.open { cursor: pointer; border-color: rgba(168,95,60,0.32); }
.day.open .vibe { color: var(--gold-soft); }
.day.open .state { color: #c7825d; }
.day.open::after {
  content: ""; position: absolute; inset: 0; border-radius: 12px;
  border-top: 2px solid rgba(168,95,60,0.38);
  pointer-events: none;
}
@keyframes pulse { 0%,100% { opacity: 0.45; } 50% { opacity: 1; } }
.day.open:hover { transform: translateY(-3px); background: rgba(31, 19, 14, 0.88); }
.day.open:hover::after { border-top-color: rgba(242,230,210,0.42); }
.day.selected { transform: translateY(-3px); background: rgba(45, 24, 16, 0.88); }
.day.selected::after { border-top-color: var(--brass); }

/* Claim panel */
.claim {
  margin: 26px auto 0;
  max-width: 760px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(16,10,8,0.9);
  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; }
.catering-field[hidden] { display: none !important; }
label { font-size: 11px; letter-spacing: 0.7px; color: var(--muted); text-transform: uppercase; }
input, select, textarea {
  width: 100%; padding: 12px 14px; border-radius: 9px;
  background: rgba(242,230,210,0.045); border: 1px solid var(--line);
  color: var(--cream); font-family: var(--sans); font-size: 15px;
}
input:focus, select:focus, textarea:focus { outline: none; border-color: rgba(242,230,210,0.42); background: rgba(242,230,210,0.07); }
select option { background: var(--night); color: var(--cream); }
textarea { resize: vertical; min-height: 84px; }
.claim-form .btn-gold { justify-content: center; margin-top: 4px; }
.form-status {
  display: grid;
  gap: 9px;
  margin-top: 2px;
  padding: 14px;
  border: 1px solid rgba(242, 230, 210, 0.18);
  border-radius: 8px;
  background: rgba(242, 230, 210, 0.06);
  color: var(--cream);
  font-size: 14px;
  line-height: 1.45;
}
.form-status span { color: var(--muted); }
.form-status-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.form-status-actions a,
.form-status-actions button,
.form-status-actions code {
  border: 1px solid rgba(242, 230, 210, 0.18);
  border-radius: 999px;
  padding: 8px 10px;
  color: var(--cream);
  background: rgba(0,0,0,0.18);
  text-decoration: none;
  font-family: inherit;
  font-size: 12px;
}
.form-status-actions button { cursor: pointer; }
.form-status-actions a:first-child {
  background: rgba(170, 91, 52, 0.68);
  border-color: rgba(242, 230, 210, 0.22);
}
.form-status.success { border-color: rgba(49, 90, 67, 0.55); background: rgba(49, 90, 67, 0.16); }
.form-status.success strong { color: var(--gold-soft); }

/* Honeypot — invisible to real visitors, present for bots that fill every
   field. No visible layout impact. */
.hp-field {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

/* Menu overlay. */
.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.86));
  border-bottom: 1px solid var(--line);
}
.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: 11px; letter-spacing: 2.2px; text-transform: uppercase; color: var(--brass); }
.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(--champagne);
  border: 1px solid var(--line); border-radius: 9px; 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(--champagne);
  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(168,95,60,0.42), 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 var(--line);
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 22px;
}
.menu-info .block .eyebrow { font-size: 11px; letter-spacing: 1.8px; text-transform: uppercase; color: var(--brass); }
.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; }

/* Artist and event inquiry overlay. */
/* Room image header. */
.artists-hero {
  position: relative;
  margin: 16px 0 6px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.44);
  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: 11px; letter-spacing: 2.2px; text-transform: uppercase; color: #c7825d; }
.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 var(--line); border-radius: 12px; padding: 18px 18px 20px; background: var(--card); }
.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: 11px; letter-spacing: 2.2px; text-transform: uppercase; color: var(--brass); 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 var(--line); border-radius: 12px; padding: 18px; background: var(--card); }
.pay-card .tier { font-size: 11px; letter-spacing: 1.8px; text-transform: uppercase; color: var(--brass); }
.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 var(--line); border-radius: 12px; padding: 16px 16px 18px; background: var(--card); }
.rung .step { font-size: 11px; letter-spacing: 1.8px; text-transform: uppercase; color: var(--brass); }
.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(--brass); font-size: 16px; z-index: 1; }
.soft-ladder .rung {
  background: var(--card);
  border-color: var(--line);
}
.soft-ladder .rung:not(:last-child)::after { display: none; }

.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; }
  .story-band,
  .chef-profile,
  .passport-head,
  .passport-board,
  .watch-strip { grid-template-columns: 1fr; }
  .chef-photo,
  .chef-photo img { min-height: 300px; }
  .watch-strip { padding-top: 108px; }
  .event-grid { grid-template-columns: 1fr; }
  .flyer-hero { grid-template-columns: 1fr; }
  .event-flyer-card { max-height: 82svh; overflow-y: auto; }
  .flyer-panel { margin-top: 0; }
  .story-grid { grid-template-columns: 1fr; }
  .story-grid img:first-child { grid-row: auto; }
  .passport-grid { grid-template-columns: 1fr; }
  .passport-feature { min-height: 420px; }
  .passport-note { align-items: flex-start; flex-direction: column; }
}


.event-card.monday-special {
  border-color: rgba(255, 207, 125, 0.42);
  background: linear-gradient(145deg, rgba(83, 38, 18, 0.72), rgba(255, 190, 92, 0.11));
}
.event-card.monday-special .event-bubble {
  display: grid;
  place-items: center;
  color: var(--brass);
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

/* Homepage guest notes. */
.reviews-head h2 {
  font-family: var(--serif);
  font-size: clamp(38px, 6vw, 76px);
  line-height: 0.98;
  margin: 10px 0 18px;
}
.reviews-head p { color: var(--champagne); line-height: 1.65; max-width: 620px; }
.reviews-section {
  position: relative;
  z-index: 2;
  padding: clamp(68px, 9vw, 118px) clamp(18px, 6vw, 76px);
  background: linear-gradient(145deg, rgba(255,248,233,0.05), rgba(168,95,60,0.09));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 110px;
}
.reviews-head { max-width: 900px; margin: 0 auto 34px; text-align: center; }
.reviews-head p { margin: 0 auto; }
.reviews-head .reviews-aggregate { margin: 12px auto 0; color: var(--brass); font-size: 13px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; }
.reviews-grid {
  width: min(1100px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.review-card {
  display: flex;
  flex-direction: column;
  min-height: 230px;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(13, 7, 5, 0.68);
  box-shadow: 0 22px 60px rgba(0,0,0,0.2);
}
.review-stars { color: var(--brass); letter-spacing: 0.12em; }
.review-card blockquote {
  flex: 1;
  margin: 18px 0 22px;
  color: var(--cream);
  font: 500 clamp(19px, 2vw, 24px)/1.35 var(--serif);
}
.review-card strong { color: var(--paper); }
.reviews-actions { display: flex; justify-content: center; margin-top: 28px; }

/* 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(168,95,60,0.28), transparent);
}
.visit .eyebrow { font-size: 11px; letter-spacing: 2.2px; text-transform: uppercase; color: var(--brass); }
.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; }
.hours-block { display: grid; gap: 8px; width: min(470px, 100%); margin: 18px 0 16px; }
.hours-block p { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 8px; border-bottom: 1px solid var(--line); color: var(--paper); }
.hours-block p span { color: var(--champagne); white-space: nowrap; }
.hours-block small { color: var(--muted); line-height: 1.45; }
.visit-actions { display: flex; flex-direction: column; align-items: stretch; gap: 10px; min-width: 220px; }
.visit-actions .btn { text-align: center; }

@media (max-width: 760px) {
  .topbar {
    padding: 12px 14px;
    gap: 12px;
  }
  .brand-home { width: 132px; }
  .mobile-nav-toggle { display: inline-flex; }
  .topbar nav {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 40;
    min-height: 100svh;
    max-height: 100svh;
    overflow-y: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    align-content: start;
    padding: 96px 22px 28px;
    border: 0;
    border-radius: 0;
    background: rgba(12, 8, 6, 0.98);
    box-shadow: none;
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
  }
  .topbar nav.is-open { display: grid; }
  .mobile-nav-open {
    overflow: hidden;
  }
  .mobile-nav-open .mobile-nav-toggle {
    visibility: hidden;
  }
  .mobile-nav-close {
    position: fixed;
    top: 14px;
    left: 50%;
    z-index: 41;
    display: grid;
    width: 52px;
    height: 52px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(255, 207, 125, 0.52);
    border-radius: 50%;
    color: var(--cream);
    background: #20130e;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.42);
    transform: translateX(-50%);
    cursor: pointer;
  }
  .mobile-nav-close::after {
    content: "Back to page";
    position: absolute;
    top: calc(100% + 7px);
    left: 50%;
    width: max-content;
    color: var(--champagne);
    font: 700 9px/1 var(--sans);
    letter-spacing: 1.1px;
    text-transform: uppercase;
    transform: translateX(-50%);
  }
  .mobile-nav-close svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .mobile-nav-close:focus-visible {
    outline: 2px solid var(--gold-soft);
    outline-offset: 4px;
  }
  .topbar nav a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 11px 12px;
    border: 1px solid rgba(255, 248, 233, 0.08);
    border-radius: 11px;
    color: var(--paper);
    background: rgba(255, 248, 233, 0.045);
    opacity: 1;
    font-size: 11px;
    letter-spacing: 0.8px;
  }
  .topbar nav a[href*="ordering-menu"] {
    grid-column: 1 / -1;
    justify-content: center;
    color: #28120a;
    background: linear-gradient(135deg, var(--brass), var(--gold-soft));
    border-color: transparent;
    font-weight: 800;
  }
  .act { grid-template-columns: 1fr; }
  .act.reverse .act-media { order: 0; }
  .match-chat { grid-template-columns: 1fr; padding-top: 96px; }
  .chat-window { min-height: 560px; max-height: 560px; }
  .chat-cta { padding-bottom: 76px; }
  .week { grid-template-columns: repeat(2, 1fr); }
  .grid2 { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .visit { align-items: stretch; }
  .visit-actions { width: 100%; }
}

@media (max-width: 560px) {
  .match-chat { padding-top: 96px; }
  .chat-msg { grid-template-columns: 30px minmax(0, 1fr); }
  .persona-dot { width: 30px; height: 30px; font-size: 10px; }
  .chat-bubble { font-size: 13px; }
  .chat-head strong { font-size: 16px; }
  .chat-head span { font-size: 11px; }
}


/* Jobs / application section. */
.jobs-section {
  position: relative;
  z-index: 2;
  padding: clamp(62px, 8vw, 118px) clamp(18px, 6vw, 76px);
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 1.15fr);
  gap: clamp(22px, 5vw, 70px);
  align-items: start;
  background: linear-gradient(135deg, rgba(255,248,233,0.07), rgba(168,95,60,0.08));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.jobs-copy h2 { font-family: var(--serif); font-size: clamp(34px, 6vw, 72px); line-height: 0.95; margin: 10px 0 16px; }
.jobs-copy p { color: var(--champagne); max-width: 620px; }
.job-form {
  background: rgba(16, 9, 7, 0.72);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: clamp(18px, 4vw, 32px);
  box-shadow: 0 24px 70px rgba(0,0,0,0.22);
}
.job-form .btn { margin-top: 12px; }
@media (max-width: 820px) { .jobs-section { grid-template-columns: 1fr; } }

/* 2026-08-03 editorial consolidation */
.aura,
.weave,
.texture,
.grain,
.clock {
  display: none;
}

.sky {
  background: #120c09;
  transition: none;
}

.reveal,
.reveal.in {
  opacity: 1;
  transform: none;
  transition: none;
}

.topbar {
  min-height: 68px;
  padding: 12px clamp(18px, 4vw, 54px);
  background: rgba(12, 8, 6, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.topbar nav {
  align-items: center;
  gap: clamp(14px, 2vw, 26px);
}

.topbar nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  opacity: 1;
}

.topbar nav .nav-book {
  padding: 0 16px;
  border: 1px solid rgba(242, 230, 210, 0.32);
  border-radius: 8px;
}

.hero {
  min-height: min(860px, 100svh);
  padding: 0 max(22px, calc((100vw - 1180px) / 2)) clamp(64px, 10vh, 100px);
}

.hero-media img {
  filter: saturate(1.02) contrast(1.02) brightness(0.88);
}

.hero-media::after {
  background: linear-gradient(90deg, rgba(10, 7, 5, 0.9) 0%, rgba(10, 7, 5, 0.52) 48%, rgba(10, 7, 5, 0.08) 78%),
              linear-gradient(180deg, rgba(10, 7, 5, 0.28), rgba(10, 7, 5, 0.2) 58%, #120c09 100%);
}

.hero h1 {
  max-width: 920px;
  font-size: clamp(44px, 7vw, 86px);
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.hero p.sub {
  max-width: 620px;
  color: var(--cream);
  font-size: clamp(16px, 1.7vw, 20px);
}

.eyebrow {
  color: var(--brass);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 10px;
  color: var(--champagne);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(242, 230, 210, 0.42);
  text-underline-offset: 5px;
}

.food-editorial,
.bar-editorial {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: clamp(74px, 9vw, 128px) 0;
}

.food-editorial {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(420px, 1.22fr);
  gap: clamp(38px, 7vw, 92px);
  align-items: center;
}

.food-editorial h2,
.bar-editorial h2,
.passport-lunch h2 {
  margin: 12px 0 18px;
  color: var(--cream);
  font: 560 clamp(38px, 5vw, 66px)/1 var(--serif);
  letter-spacing: -0.025em;
}

.food-editorial p,
.bar-editorial p,
.passport-lunch p {
  max-width: 580px;
  margin: 0;
  color: var(--paper);
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.7;
}

.food-editorial-media {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 14px;
  align-items: end;
}

.food-editorial-media img {
  height: clamp(360px, 48vw, 620px);
  object-fit: cover;
}

.food-editorial-media img:last-child {
  height: clamp(280px, 36vw, 470px);
}

.bar-editorial {
  display: grid;
  grid-template-columns: minmax(320px, 1.1fr) minmax(280px, 0.9fr);
  gap: clamp(38px, 7vw, 88px);
  align-items: center;
}

.bar-editorial-media {
  width: min(100%, 460px);
  justify-self: end;
}

.bar-editorial-media img {
  width: 100%;
  height: clamp(300px, 34vw, 440px);
  object-fit: cover;
}

.passport-lunch {
  max-width: none;
  margin: 0;
  padding: clamp(68px, 8vw, 106px) max(22px, calc((100vw - 1180px) / 2));
  background: #e9dcc7;
  color: #1b120e;
  border-top: 1px solid rgba(27, 18, 14, 0.16);
  border-bottom: 1px solid rgba(27, 18, 14, 0.16);
}

.passport-lunch::before {
  display: none;
}

.passport-copy {
  max-width: 780px;
}

.passport-lunch .eyebrow {
  color: #8f452c;
}

.passport-lunch h2,
.passport-lunch p {
  color: #1b120e;
}

.passport-lunch .btn {
  margin-top: 26px;
}

.event-calendar {
  padding: clamp(76px, 9vw, 124px) 22px 48px;
}

.event-head {
  max-width: 760px;
  margin-bottom: 46px;
}

.event-head h2 {
  font-size: clamp(38px, 5vw, 64px);
}

.event-grid {
  max-width: 820px;
  grid-template-columns: 1fr;
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.event-card,
.event-card:hover,
.event-card:focus {
  min-height: 260px;
  padding: clamp(24px, 4vw, 42px);
  border: 0;
  border-radius: 0;
  background: #140d0a;
  box-shadow: none;
  transform: none;
}

.event-card h3 {
  padding-right: 0;
  color: var(--cream);
  font-size: clamp(28px, 3vw, 40px);
}

.event-card p {
  color: var(--paper);
  font-size: 15px;
}

.event-type {
  border: 0;
  border-radius: 0;
  padding: 0;
  color: var(--champagne);
}

.friday-note {
  max-width: 820px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  align-items: center;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(242, 230, 210, 0.18);
  color: rgba(242, 230, 210, 0.72);
  font-size: 13px;
}

.friday-note a {
  color: var(--champagne);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.calendar-wrap {
  margin-top: 0;
  padding: clamp(64px, 7vw, 92px) 22px;
  background: #0d0907;
}

.cal-head {
  max-width: 860px;
  margin: 0 auto 24px;
  text-align: left;
}

.cal-head h2 {
  margin: 0 0 8px;
  font-size: clamp(34px, 4.8vw, 56px);
}

.cal-head p {
  max-width: 520px;
  color: rgba(242, 230, 210, 0.68);
  line-height: 1.5;
}

.claim,
.claim.show {
  max-width: 860px;
  margin: 0 auto;
  max-height: none;
  opacity: 1;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
}

.claim-form {
  gap: 18px;
  padding: 0;
}

.request-type-row {
  max-width: 320px;
}

.booking-grid {
  display: grid;
  gap: 16px 24px;
}

.booking-contact-grid {
  grid-template-columns: 1.1fr 0.9fr 1.1fr;
}

.booking-details-grid,
.booking-catering-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.claim-form .row {
  gap: 4px;
}

.claim-form label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.9px;
  color: rgba(242, 230, 210, 0.58);
}

.claim-form input,
.claim-form select,
.claim-form textarea {
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: rgba(242, 230, 210, 0.055);
  font-size: 15px;
}

.claim-form input::placeholder,
.claim-form textarea::placeholder {
  color: rgba(242, 230, 210, 0.38);
}

.claim-form input:focus,
.claim-form select:focus,
.claim-form textarea:focus {
  border-color: rgba(242, 230, 210, 0.52);
  background: rgba(242, 230, 210, 0.075);
  box-shadow: 0 0 0 2px rgba(199, 130, 93, 0.3);
}

.claim-form .request-type-row select {
  padding: 0 18px;
  border: 1px solid rgba(242, 230, 210, 0.24);
  border-radius: 999px;
  background: rgba(242, 230, 210, 0.045);
  cursor: pointer;
}

.booking-notes {
  margin-top: 2px;
}

.claim-form textarea {
  min-height: 66px;
}

.booking-footer {
  display: flex;
  gap: 24px;
  align-items: end;
  justify-content: space-between;
}

.booking-assurance {
  display: grid;
  gap: 7px;
  max-width: 570px;
}

.booking-assurance p {
  margin: 0;
  color: rgba(242, 230, 210, 0.58);
  font-size: 12px;
  line-height: 1.5;
}

.booking-assurance a {
  width: fit-content;
  color: var(--champagne);
  font-size: 12px;
  text-underline-offset: 4px;
}

.booking-footer .btn-gold {
  min-width: 180px;
  min-height: 48px;
  margin: 0;
}

.jobs-section,
.reviews-section {
  border-radius: 0;
}

.job-form,
.about-page-media img,
.about-chef-media img {
  border-radius: 0;
}

.reviews-section {
  background: #17100d;
}

.reviews-actions {
  margin-bottom: 28px;
}

@media (max-width: 900px) {
  .topbar {
    min-height: 68px;
    padding: 10px 14px;
  }

  .topbar nav {
    grid-template-columns: 1fr;
  }

  .topbar nav a,
  .topbar nav a[href*="ordering-menu"] {
    grid-column: auto;
  }

  .hero {
    min-height: 860px;
    padding: 0 22px 58px;
  }

  .hero-media::after {
    background: linear-gradient(180deg, rgba(10, 7, 5, 0.16) 0%, rgba(10, 7, 5, 0.34) 40%, rgba(10, 7, 5, 0.92) 76%, #120c09 100%);
  }

  .hero h1 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .food-editorial,
  .bar-editorial {
    width: min(100% - 36px, 640px);
    grid-template-columns: 1fr;
    padding: 72px 0;
  }

  .food-editorial-media,
  .bar-editorial-media {
    grid-template-columns: 1fr 0.75fr;
  }

  .food-editorial-media img,
  .food-editorial-media img:last-child,
  .bar-editorial-media img {
    height: 340px;
  }

  .passport-lunch {
    padding: 68px 22px;
  }

  .event-grid {
    grid-template-columns: 1fr;
  }

  .event-card {
    min-height: 230px;
  }

  .calendar-wrap {
    padding-top: 60px;
    padding-bottom: 64px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .cal-head {
    margin-bottom: 22px;
  }

  .claim-form {
    gap: 16px;
  }

  .booking-contact-grid,
  .booking-details-grid,
  .booking-catering-grid {
    grid-template-columns: 1fr;
  }

  .booking-footer {
    display: grid;
    gap: 16px;
  }

  .booking-footer .btn-gold {
    width: 100%;
  }

  .jobs-section,
  .reviews-section {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (max-width: 430px) {
  .brand-home {
    width: 122px;
  }

  .mobile-nav-toggle {
    border-radius: 8px;
    background: #20130e;
  }

  .food-editorial-media,
  .bar-editorial-media {
    grid-template-columns: 1fr;
  }

  .food-editorial-media img,
  .food-editorial-media img:last-child,
  .bar-editorial-media img {
    height: 300px;
  }

}

/* Planning, application, and compact home handoff. */
.planning-band {
  position: relative;
  width: min(1100px, calc(100% - 44px));
  margin: 0 auto;
  padding: clamp(70px, 8vw, 108px) 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.52fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: end;
  border-top: 1px solid var(--line);
}

.compat-anchor {
  position: absolute;
  top: 0;
}

.planning-copy {
  max-width: 700px;
}

.planning-copy h2,
.plan-hero h1,
.plan-form-head h2,
.apply-copy h1 {
  font-family: var(--serif);
  font-optical-sizing: auto;
  font-variation-settings: var(--display-feat);
  font-weight: 540;
  letter-spacing: -0.025em;
}

.planning-copy h2 {
  max-width: 680px;
  margin: 0 0 18px;
  font-size: clamp(40px, 5.6vw, 70px);
  line-height: 0.98;
}

.planning-copy p {
  max-width: 590px;
  margin: 0;
  color: rgba(242, 230, 210, 0.72);
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.58;
}

.planning-copy .btn {
  margin-top: 26px;
}

.planning-band .friday-note {
  display: grid;
  gap: 9px;
  align-content: end;
  margin: 0;
  padding: 18px 0 0;
}

.footer-links {
  display: grid;
  gap: 9px;
  margin-top: 8px;
  color: rgba(242, 230, 210, 0.68);
  font-size: 12px;
}

.footer-links a,
.subpage-footer a {
  width: fit-content;
  text-decoration: underline;
  text-decoration-color: rgba(242, 230, 210, 0.28);
  text-underline-offset: 4px;
}

.footer-links a:hover,
.subpage-footer a:hover {
  color: var(--champagne);
  text-decoration-color: currentColor;
}

.subpage-body {
  min-height: 100vh;
  background: #120c09;
}

.plan-page,
.apply-page,
.about-page {
  padding-top: 68px;
}

.plan-hero {
  width: min(1120px, calc(100% - 44px));
  margin: 0 auto;
  padding: clamp(54px, 8vw, 112px) 0 clamp(58px, 8vw, 104px);
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
  gap: clamp(38px, 7vw, 92px);
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.plan-hero-copy {
  max-width: 620px;
}

.plan-hero h1,
.apply-copy h1 {
  margin: 0 0 20px;
  font-size: clamp(48px, 7vw, 88px);
  line-height: 0.94;
}

.plan-hero-copy p,
.apply-copy > p {
  max-width: 570px;
  margin: 0;
  color: rgba(242, 230, 210, 0.72);
  font-size: clamp(16px, 1.7vw, 20px);
  line-height: 1.6;
}

.plan-hero-media,
.apply-media {
  margin: 0;
}

.plan-hero-media img,
.apply-media img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.plan-form-section {
  width: min(920px, calc(100% - 44px));
  margin: 0 auto;
  padding: clamp(66px, 8vw, 106px) 0;
}

.plan-form-head {
  max-width: 650px;
  margin-bottom: 34px;
}

.plan-form-head h2 {
  margin: 0 0 12px;
  font-size: clamp(34px, 4.8vw, 58px);
  line-height: 1;
}

.plan-form-head p {
  margin: 0;
  color: rgba(242, 230, 210, 0.64);
  line-height: 1.55;
}

.plan-form,
.apply-form {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.booking-planning-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.planning-field[hidden],
.catering-field[hidden] {
  display: none !important;
}

.apply-layout {
  width: min(1120px, calc(100% - 44px));
  margin: 0 auto;
  padding: clamp(58px, 8vw, 108px) 0;
  display: grid;
  grid-template-columns: minmax(280px, 0.84fr) minmax(440px, 1.16fr);
  grid-template-areas:
    "copy form"
    "media form";
  gap: 42px clamp(44px, 7vw, 94px);
  align-items: start;
}

.apply-copy {
  grid-area: copy;
}

.apply-copy h1 {
  font-size: clamp(48px, 6.7vw, 82px);
}

.role-list {
  margin: 30px 0 0;
  padding: 18px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px 26px;
  border-top: 1px solid var(--line);
  color: var(--paper);
  list-style: none;
}

.role-list li::before {
  content: "—";
  margin-right: 8px;
  color: var(--brass);
}

.apply-form {
  grid-area: form;
  gap: 18px;
}

.apply-form .row {
  gap: 5px;
}

.apply-form label {
  color: rgba(242, 230, 210, 0.58);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.apply-form input,
.apply-form select,
.apply-form textarea {
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--cream);
  background: rgba(242, 230, 210, 0.055);
  font: 15px/1.45 var(--sans);
  outline: none;
}

.apply-form textarea {
  min-height: 168px;
  resize: vertical;
}

.apply-form input:focus,
.apply-form select:focus,
.apply-form textarea:focus {
  border-color: rgba(242, 230, 210, 0.52);
  background: rgba(242, 230, 210, 0.075);
  box-shadow: 0 0 0 2px rgba(199, 130, 93, 0.3);
}

.apply-form .btn {
  min-height: 48px;
  margin-top: 2px;
}

.apply-media {
  grid-area: media;
}

.about-page-hero,
.about-chef {
  width: min(1120px, calc(100% - 44px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(40px, 7vw, 92px);
  align-items: center;
}

.about-page-hero {
  padding: clamp(58px, 8vw, 112px) 0 clamp(70px, 9vw, 124px);
}

.about-page-copy {
  max-width: 620px;
}

.about-page-copy h1,
.about-chef-copy h2 {
  margin: 0 0 22px;
  color: var(--cream);
  font-family: var(--serif);
  font-optical-sizing: auto;
  font-variation-settings: var(--display-feat);
  font-weight: 540;
  letter-spacing: -0.03em;
}

.about-page-copy h1 {
  font-size: clamp(48px, 7vw, 86px);
  line-height: 0.96;
}

.about-page-copy p,
.about-chef-copy p {
  max-width: 580px;
  margin: 0 0 14px;
  color: rgba(242, 230, 210, 0.76);
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.65;
}

.about-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.about-page-media,
.about-chef-media {
  margin: 0;
}

.about-page-media img,
.about-chef-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.about-chef {
  padding: clamp(74px, 9vw, 126px) 0;
  grid-template-columns: minmax(360px, 1.1fr) minmax(0, 0.9fr);
  border-top: 1px solid var(--line);
}

.about-chef-copy h2 {
  margin-top: 12px;
  font-size: clamp(42px, 5.6vw, 70px);
  line-height: 0.98;
}

.subpage-footer {
  width: min(1120px, calc(100% - 44px));
  margin: 0 auto;
  padding: 26px 0 46px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  border-top: 1px solid var(--line);
  color: rgba(242, 230, 210, 0.68);
  font-size: 12px;
}

@media (max-width: 900px) {
  .planning-band {
    width: calc(100% - 36px);
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 70px 0;
  }

  .planning-copy h2 {
    font-size: clamp(40px, 12vw, 54px);
  }

  .planning-band .friday-note {
    width: 100%;
  }

  .plan-hero,
  .plan-form-section,
  .apply-layout,
  .about-page-hero,
  .about-chef,
  .subpage-footer {
    width: calc(100% - 36px);
  }

  .plan-hero {
    padding: 54px 0 66px;
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .plan-hero h1,
  .apply-copy h1 {
    font-size: clamp(44px, 13vw, 58px);
  }

  .plan-form-section {
    padding: 64px 0 78px;
  }

  .booking-planning-grid {
    grid-template-columns: 1fr;
  }

  .apply-layout {
    padding: 56px 0 78px;
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "form"
      "media";
    gap: 38px;
  }

  .about-page-hero,
  .about-chef {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .about-page-hero {
    padding: 56px 0 74px;
  }

  .about-page-copy h1 {
    font-size: clamp(44px, 13vw, 60px);
  }

  .about-chef {
    padding: 72px 0;
  }

  .about-chef-media {
    order: 1;
  }

  .about-chef-copy {
    order: 0;
  }

  .about-page-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .role-list {
    grid-template-columns: 1fr;
  }

  .subpage-footer {
    padding-bottom: 38px;
    display: grid;
    gap: 12px;
  }
}
