:root {
  --char: #0d0809;
  --char-soft: #1a0b08;
  --brown: #250b07;
  --deep-red: #3b0e07;
  --ink: #1c0a06;
  --paper: #fff0d9;
  --paper-2: #e9c28c;
  --pepper: #ed4926;
  --palm: #f5a91d;
  --leaf: #386f32;
  --cream: #fff2dc;
  --muted: rgba(255, 242, 220, .72);
  --line: rgba(255, 242, 220, .2);
  --display: "Archivo Black", Impact, sans-serif;
  --body: "DM Sans", system-ui, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--char);
}

body {
  margin: 0;
  color: var(--cream);
  background: var(--brown);
  font-family: var(--body);
  max-width: 100%;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .18;
  background:
    linear-gradient(90deg, rgba(255, 242, 220, .045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 242, 220, .035) 1px, transparent 1px);
  background-size: 88px 88px;
}

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

img,
video,
iframe {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.skip-link:focus {
  z-index: 100;
  width: auto;
  height: auto;
  clip: auto;
  left: 16px;
  top: 16px;
  padding: 10px 14px;
  background: var(--paper);
  color: var(--ink);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 72px;
  padding: 12px clamp(16px, 4vw, 44px);
  color: var(--cream);
  background: linear-gradient(180deg, rgba(13, 8, 9, .82), rgba(13, 8, 9, 0));
}

.brand {
  display: inline-grid;
  place-items: center;
}

.brand img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--paper);
  box-shadow: 0 0 0 1px rgba(255, 242, 220, .18);
}

.site-nav {
  justify-self: center;
  display: flex;
  gap: 8px;
  padding: 7px;
  border: 1px solid rgba(255, 242, 220, .14);
  background: rgba(13, 8, 9, .66);
  backdrop-filter: blur(18px);
}

.site-nav a,
.header-call,
.action,
.order-option,
.menu-filter {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  font: 900 11px/1 var(--mono);
  letter-spacing: .06em;
  text-transform: uppercase;
}

.site-nav a {
  padding: 0 12px;
  color: rgba(255, 242, 220, .74);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(255, 242, 220, .1);
  color: var(--cream);
}

.header-call {
  justify-self: end;
  padding: 0 15px;
  background: var(--cream);
  color: var(--ink);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: rgba(13, 8, 9, .72);
  color: var(--cream);
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero,
.ticker,
.proof-wall,
.menu-lab,
.catering-band,
.feature-links,
.map-band,
.page-hero,
.page-panel,
.artist-cta,
.performer-page,
.visit-band,
.site-footer {
  position: relative;
  z-index: 1;
}

.hero {
  min-height: 100svh;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 34%, rgba(237, 73, 38, .22), transparent 34%),
    linear-gradient(135deg, #0d0809 0%, #260b07 48%, #070404 100%);
}

.hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(13, 8, 9, .92) 0 30%, rgba(59, 14, 7, .52) 56%, rgba(13, 8, 9, .88) 100%),
    linear-gradient(180deg, rgba(13, 8, 9, .58), rgba(59, 14, 7, .24) 44%, rgba(13, 8, 9, .9));
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1);
  transition: opacity .55s ease, transform .7s ease;
}

.hero-image.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-grid {
  position: relative;
  z-index: 3;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(320px, .56fr);
  grid-template-rows: 1fr auto;
  gap: 18px;
  align-items: end;
  padding: clamp(92px, 11vw, 138px) clamp(18px, 5vw, 72px) clamp(22px, 5vw, 54px);
}

.hero-copy {
  max-width: 760px;
}

.site-kicker,
.board-top span,
.menu-card span,
.proof-card span,
.visit-list dt {
  display: block;
  color: var(--palm);
  font: 900 11px/1 var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

h1 {
  margin: 14px 0 20px;
  font-family: var(--display);
  font-size: clamp(56px, 9vw, 138px);
  line-height: .78;
  letter-spacing: 0;
  text-transform: uppercase;
  max-width: 920px;
}

.flavor-stack span {
  display: block;
}

.cream-word {
  color: var(--cream);
}

.gold-word {
  color: var(--palm);
}

.red-word {
  color: var(--pepper);
}

.hero-line {
  max-width: 660px;
  margin: 0 0 26px;
  color: rgba(255, 242, 220, .78);
  font-size: clamp(18px, 2.2vw, 28px);
  line-height: 1.25;
}

h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(42px, 7vw, 96px);
  line-height: .86;
  letter-spacing: -.07em;
  text-transform: uppercase;
}

h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(25px, 3vw, 38px);
  line-height: .9;
  letter-spacing: -.05em;
  text-transform: uppercase;
}

.hero-actions,
.visit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.action {
  padding: 0 16px;
  border: 1px solid transparent;
  cursor: pointer;
}

.action-hot {
  background: var(--palm);
  color: var(--ink);
}

.action-light {
  background: var(--cream);
  color: var(--ink);
}

.action-line {
  border-color: rgba(255, 242, 220, .34);
  background: rgba(13, 8, 9, .42);
  color: var(--cream);
}

.action-dark {
  border-color: rgba(28, 10, 6, .22);
  background: rgba(28, 10, 6, .7);
  color: var(--cream);
}

.order-board {
  align-self: end;
  min-height: 420px;
  border: 1px solid rgba(255, 242, 220, .24);
  background: rgba(26, 11, 8, .74);
  backdrop-filter: blur(18px);
  padding: 16px;
}

.board-top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: start;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 242, 220, .16);
}

.board-top strong {
  max-width: 210px;
  font-family: var(--display);
  font-size: 28px;
  line-height: .9;
  letter-spacing: -.05em;
  text-align: right;
  text-transform: uppercase;
}

.order-selector {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.order-option,
.menu-filter {
  border: 1px solid rgba(255, 242, 220, .18);
  background: rgba(255, 242, 220, .06);
  color: rgba(255, 242, 220, .74);
  cursor: pointer;
}

.order-option.is-active,
.menu-filter.is-active {
  background: var(--cream);
  color: var(--ink);
}

.order-output {
  display: grid;
  align-content: end;
  min-height: 230px;
  padding-top: 18px;
}

.dish-name {
  margin: 0 0 10px;
  font-family: var(--display);
  font-size: clamp(44px, 5vw, 64px);
  line-height: .82;
  letter-spacing: -.07em;
  text-transform: uppercase;
}

.dish-note {
  max-width: 340px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.35;
}

.dish-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  border-top: 1px solid rgba(255, 242, 220, .16);
  padding-top: 14px;
}

.dish-meta span {
  color: rgba(255, 242, 220, .65);
  font: 800 11px/1.2 var(--mono);
  text-transform: uppercase;
}

.dish-meta strong {
  font: 900 20px/1 var(--mono);
  color: var(--palm);
}

.visit-ticket {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  width: max-content;
  max-width: 100%;
  border: 1px solid rgba(255, 242, 220, .2);
  background: rgba(26, 11, 8, .72);
  backdrop-filter: blur(16px);
  padding: 12px 14px;
  font-family: var(--mono);
}

.visit-ticket span {
  color: var(--palm);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.visit-ticket strong,
.visit-ticket em {
  font-size: 12px;
  font-style: normal;
}

.ticker {
  overflow: hidden;
  contain: paint;
  border-block: 1px solid rgba(255, 249, 238, .2);
  background: var(--paper);
  color: var(--ink);
}

.ticker div {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 28px;
  padding: 14px 0;
  justify-content: center;
}

.ticker span {
  font-family: var(--display);
  font-size: clamp(34px, 5vw, 72px);
  line-height: .82;
  letter-spacing: -.06em;
  text-transform: uppercase;
}

.proof-wall {
  display: grid;
  grid-template-columns: 1.15fr .85fr 1fr;
  grid-auto-rows: minmax(290px, 38vw);
  gap: 10px;
  padding: 10px;
  background: var(--char);
}

.proof-card {
  position: relative;
  min-height: 280px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 242, 220, .18);
}

.proof-food {
  grid-row: span 2;
}

.proof-room {
  grid-column: span 2;
}

.proof-card img,
.proof-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.04);
}

.proof-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, .78));
}

.proof-card figcaption {
  position: absolute;
  z-index: 2;
  left: 18px;
  right: 18px;
  bottom: 18px;
}

.proof-card strong {
  display: block;
  margin-top: 8px;
  font-family: var(--display);
  font-size: clamp(24px, 3vw, 46px);
  line-height: .88;
  letter-spacing: -.06em;
  text-transform: uppercase;
}

.feature-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-block: 1px solid rgba(255, 242, 220, .18);
  background: var(--paper);
  color: var(--ink);
}

.feature-links a {
  display: grid;
  gap: 10px;
  min-height: 220px;
  align-content: end;
  padding: clamp(18px, 4vw, 44px);
  border-right: 1px solid rgba(28, 10, 6, .16);
}

.feature-links a:last-child {
  border-right: 0;
}

.feature-links span {
  color: var(--pepper);
  font: 900 11px/1 var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.feature-links strong {
  display: block;
  font-family: var(--display);
  font-size: clamp(30px, 3vw, 46px);
  line-height: .85;
  letter-spacing: -.04em;
  text-transform: uppercase;
  text-wrap: balance;
}

.page-hero {
  min-height: 92svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--char);
}

.page-hero > img,
.page-hero > video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(13, 8, 9, .92), rgba(37, 11, 7, .42), rgba(13, 8, 9, .82)),
    linear-gradient(180deg, rgba(13, 8, 9, .32), rgba(13, 8, 9, .92));
}

.page-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 980px;
  padding: clamp(98px, 11vw, 150px) clamp(18px, 5vw, 72px) clamp(34px, 6vw, 70px);
}

.page-hero h1 {
  max-width: 980px;
}

.page-panel {
  padding: clamp(70px, 8vw, 120px) clamp(16px, 5vw, 72px);
  background: var(--paper);
  color: var(--ink);
}

.compact-proof {
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(360px, 44vw);
}

.artist-cta {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
  padding: clamp(48px, 8vw, 110px) clamp(18px, 5vw, 72px);
  background:
    radial-gradient(circle at 14% 30%, rgba(237, 73, 38, .18), transparent 30%),
    var(--deep-red);
}

.artist-cta > div {
  max-width: 760px;
}

.map-band {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  min-height: 84svh;
  border-top: 1px solid rgba(255, 242, 220, .18);
  background: var(--paper);
}

.map-frame {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: #e7ddcf;
}

.visit-map {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 560px;
}

.visit-map .leaflet-tile {
  filter: saturate(.94) contrast(1.03);
}

.visit-map .leaflet-control-attribution {
  z-index: 3;
  font-family: var(--body);
  font-size: 10px;
}

.mm-map-marker {
  display: grid;
  place-items: center;
  width: 88px;
  height: 80px;
  border: 3px solid var(--cream);
  border-radius: 24px;
  background: rgba(13, 8, 9, .9);
  padding: 6px 7px;
  overflow: hidden;
  box-shadow: 0 20px 46px rgba(28, 10, 6, .34);
}

.mm-map-marker img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(13, 8, 9, .18));
}

.map-click-target {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
}

.map-click-target:focus-visible {
  outline: 3px solid var(--palm);
  outline-offset: -8px;
}

.find-note {
  max-width: 720px;
  margin: 0;
  color: rgba(28, 10, 6, .72);
  font-size: clamp(17px, 2vw, 24px);
  line-height: 1.35;
}

.performer-page {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  background: var(--paper);
  color: var(--ink);
}

.performer-media {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-content: end;
  overflow: hidden;
  padding: clamp(98px, 10vw, 140px) clamp(18px, 5vw, 70px) clamp(34px, 6vw, 70px);
  color: var(--cream);
}

.performer-media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.performer-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 8, 9, .1), rgba(13, 8, 9, .88));
}

.performer-media > div {
  position: relative;
  z-index: 2;
}

.performer-panel {
  display: grid;
  align-content: center;
  padding: clamp(28px, 6vw, 84px);
}

.performer-media h1 {
  font-size: clamp(52px, 5.6vw, 86px);
}

.menu-lab {
  padding: clamp(70px, 8vw, 120px) clamp(16px, 4vw, 60px);
  background:
    linear-gradient(90deg, rgba(245, 169, 29, .14), transparent 42%),
    linear-gradient(180deg, #210a06, #120807);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, .65fr) minmax(0, 1.35fr);
  gap: 18px;
  align-items: end;
  margin-bottom: 28px;
}

.menu-shell {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 12px;
}

.menu-rail {
  position: sticky;
  top: 88px;
  align-self: start;
  display: grid;
  gap: 8px;
}

.menu-filter {
  justify-content: flex-start;
  padding: 0 12px;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.menu-card {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  border: 1px solid rgba(255, 242, 220, .18);
  background:
    linear-gradient(180deg, rgba(255, 242, 220, .08), rgba(255, 242, 220, .025)),
    var(--char-soft);
  padding: 18px;
}

.menu-card.is-hidden {
  display: none;
}

.menu-card p {
  max-width: 290px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.menu-card strong {
  position: absolute;
  right: 18px;
  bottom: 16px;
  font: 900 13px/1 var(--mono);
  color: var(--palm);
}

.media-card {
  min-height: 340px;
  padding: 0;
}

.media-card img,
.media-card video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(0, 0, 0, .82));
}

.media-card span,
.media-card h3 {
  position: relative;
  z-index: 2;
}

.media-card span {
  position: absolute;
  left: 18px;
  bottom: 70px;
}

.media-card h3 {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
}

.catering-band,
.entertainment-band,
.visit-band {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 0;
  min-height: 84svh;
  overflow: hidden;
  border-top: 1px solid rgba(255, 242, 220, .18);
}

.catering-media,
.entertainment-stage,
.visit-photo {
  position: relative;
  min-width: 0;
  min-height: 560px;
  overflow: hidden;
}

.catering-media img,
.entertainment-stage video,
.visit-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.entertainment-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 8, 9, .12), rgba(13, 8, 9, .82));
}

.stage-copy {
  position: absolute;
  z-index: 2;
  left: clamp(18px, 5vw, 64px);
  right: clamp(18px, 5vw, 64px);
  bottom: clamp(20px, 5vw, 58px);
}

.catering-copy,
.entertainment-copy,
.visit-copy {
  display: grid;
  align-content: center;
  gap: 24px;
  min-width: 0;
  padding: clamp(28px, 6vw, 84px);
  background: var(--paper);
  color: var(--ink);
}

.catering-copy > *,
.entertainment-copy > *,
.visit-copy > * {
  max-width: 100%;
}

.catering-copy .site-kicker,
.page-panel .site-kicker,
.visit-copy .site-kicker {
  color: var(--leaf);
}

.stage-copy .site-kicker {
  color: var(--palm);
}

.brief-form,
.performer-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  max-width: 720px;
}

.brief-form label,
.performer-form label {
  display: grid;
  gap: 7px;
  color: rgba(41, 19, 11, .76);
  font: 900 11px/1 var(--mono);
  letter-spacing: .06em;
  text-transform: uppercase;
}

.brief-form input,
.brief-form select,
.performer-form input,
.performer-form select,
.performer-form textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(41, 19, 11, .18);
  background: #fffaf0;
  color: var(--ink);
  padding: 0 12px;
  border-radius: 3px;
  font: 700 15px/1 var(--body);
  letter-spacing: 0;
  text-transform: none;
}

.performer-form textarea {
  min-height: 112px;
  padding: 12px;
  resize: vertical;
}

.brief-form button,
.brief-form p,
.performer-form h2,
.performer-form h3,
.performer-form button,
.performer-form p,
.wide-field {
  grid-column: 1 / -1;
}

.brief-form p,
.performer-form p {
  min-height: 20px;
  margin: 0;
  color: var(--leaf);
  font-weight: 900;
  line-height: 1.35;
}

.event-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.event-cards article {
  min-height: 220px;
  border: 1px solid rgba(28, 10, 6, .16);
  background: rgba(255, 250, 240, .5);
  padding: 16px;
  overflow: hidden;
}

.event-cards span {
  display: block;
  margin-bottom: 18px;
  color: var(--pepper);
  font: 900 12px/1 var(--mono);
}

.event-cards h3,
.performer-form h2,
.performer-form h3 {
  color: var(--ink);
}

.performer-form h2 {
  font-size: clamp(32px, 4vw, 58px);
}

.event-cards h3 {
  font-size: clamp(20px, 1.55vw, 24px);
  line-height: .95;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: normal;
}

.event-cards p {
  margin: 12px 0 0;
  color: rgba(28, 10, 6, .7);
  line-height: 1.35;
}

.visit-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.visit-list div {
  border: 1px solid rgba(41, 19, 11, .16);
  padding: 14px;
}

.visit-list dd {
  margin: 8px 0 0;
  font-weight: 900;
  line-height: 1.3;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding: 22px clamp(16px, 4vw, 60px);
  border-top: 1px solid rgba(255, 242, 220, .18);
  background: #0d0809;
  color: var(--muted);
  font: 800 12px/1.2 var(--mono);
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .hero-grid,
  .section-head,
  .menu-shell,
  .catering-band,
  .entertainment-band,
  .map-band,
  .performer-page,
  .visit-band {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    align-self: end;
  }

  .order-board {
    max-width: 620px;
  }

  .proof-wall,
  .menu-grid,
  .feature-links,
  .event-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .compact-proof {
    grid-template-columns: 1fr 1fr;
  }

  .performer-media {
    min-height: 72svh;
  }

  .proof-room {
    grid-column: auto;
  }

  .menu-rail {
    position: static;
    display: flex;
    flex-wrap: wrap;
  }

  .menu-filter {
    justify-content: center;
    padding: 0 12px;
  }
}

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: auto auto auto;
    min-height: 66px;
  }

  .site-nav {
    position: absolute;
    left: 14px;
    right: 14px;
    top: calc(100% + 8px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: rgba(18, 7, 6, .96);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    justify-content: flex-start;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .header-call {
    display: none;
  }

  .hero-grid {
    padding-top: 88px;
  }

  h1 {
    font-size: clamp(48px, 16vw, 74px);
  }

  .hero-actions,
  .visit-actions,
  .brief-form,
  .performer-form {
    grid-template-columns: 1fr;
    display: grid;
  }

  .action {
    width: 100%;
  }

  .order-board {
    min-height: auto;
  }

  .order-output {
    min-height: 190px;
  }

  .visit-ticket {
    width: 100%;
  }

  .proof-wall,
  .menu-grid,
  .feature-links,
  .event-cards,
  .visit-list {
    grid-template-columns: 1fr;
  }

  .feature-links a {
    min-height: 150px;
    border-right: 0;
    border-bottom: 1px solid rgba(28, 10, 6, .16);
  }

  .feature-links a:last-child {
    border-bottom: 0;
  }

  .artist-cta {
    display: grid;
  }

  .proof-food {
    grid-row: auto;
  }

  .catering-media,
  .entertainment-stage,
  .map-frame,
  .visit-map,
  .visit-photo {
    min-height: 360px;
  }

  .compact-proof {
    grid-template-columns: 1fr;
  }

  .performer-media {
    min-height: 72svh;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition: none !important;
  }

  video {
    opacity: .001;
  }
}

.ops-demo {
  position: relative;
  z-index: 1;
  padding: clamp(52px, 8vw, 96px) clamp(18px, 5vw, 72px);
  background:
    radial-gradient(circle at 12% 12%, rgba(245, 169, 29, .16), transparent 28rem),
    linear-gradient(135deg, rgba(13, 8, 9, .92), rgba(37, 11, 7, .98));
  border-block: 1px solid rgba(255, 242, 220, .14);
}

.ops-copy {
  max-width: 920px;
  margin-bottom: 24px;
}

.ops-copy h2 {
  max-width: 14ch;
  margin: 0 0 14px;
  font: 900 clamp(2.2rem, 5.6vw, 5.4rem)/.9 var(--display);
  letter-spacing: -.06em;
}

.ops-copy p:not(.site-kicker) {
  max-width: 780px;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.65;
}

.ops-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.ops-card,
.ops-board,
.provider-strip {
  border: 1px solid rgba(255, 242, 220, .16);
  background: rgba(255, 242, 220, .07);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .18);
}

.ops-card {
  min-height: 220px;
  padding: 20px;
  display: grid;
  align-content: space-between;
}

.ops-card span,
.ops-board-head span,
.provider-strip span {
  color: var(--palm);
  font: 900 11px/1 var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ops-card strong {
  display: block;
  margin: 18px 0 10px;
  color: var(--cream);
  font: 900 1.75rem/.95 var(--display);
  letter-spacing: -.04em;
}

.ops-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.ops-board {
  margin-top: 14px;
  padding: 16px;
}

.ops-board-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}

.ops-board button {
  min-height: 40px;
  border: 0;
  border-radius: 3px;
  padding: 0 14px;
  background: var(--palm);
  color: var(--ink);
  cursor: pointer;
  font: 900 11px/1 var(--mono);
  letter-spacing: .06em;
  text-transform: uppercase;
}

.ops-ticket-list {
  display: grid;
  gap: 10px;
}

.ops-ticket {
  display: grid;
  grid-template-columns: minmax(180px, .8fr) 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 13px 14px;
  background: rgba(255, 242, 220, .08);
  border: 1px solid rgba(255, 242, 220, .12);
}

.ops-ticket strong {
  color: var(--cream);
}

.ops-ticket span {
  color: var(--muted);
}

.ops-ticket em {
  justify-self: end;
  padding: 6px 8px;
  border-radius: 999px;
  background: rgba(237, 73, 38, .18);
  color: #ffd9c8;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}

.ops-ticket.is-new {
  outline: 2px solid rgba(245, 169, 29, .8);
}

.provider-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 14px;
  padding: 14px 16px;
}

.provider-strip strong {
  padding: 8px 10px;
  background: rgba(255, 242, 220, .1);
  color: var(--cream);
  font-size: .9rem;
}

@media (max-width: 820px) {
  .ops-grid,
  .ops-ticket {
    grid-template-columns: 1fr;
  }

  .ops-board-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .ops-ticket em {
    justify-self: start;
  }
}


/* Connected voice + POS/payment preview */
.voice-agent,
.pos-system {
  padding: clamp(2rem, 6vw, 5rem) clamp(1rem, 4vw, 3rem);
}
.voice-agent {
  background: radial-gradient(circle at 15% 20%, rgba(243, 182, 63, .24), transparent 24rem), linear-gradient(135deg, #24120b, #4a1b10 58%, #7a2817);
  color: #fff8ef;
  border-radius: 36px;
  margin: 2rem clamp(1rem, 4vw, 2rem);
  box-shadow: 0 32px 90px rgba(36, 18, 11, .28);
}
.voice-card-shell { display: grid; grid-template-columns: minmax(220px, .58fr) 1fr; gap: clamp(1.25rem, 4vw, 3rem); align-items: center; }
.voice-avatar-wrap { position: relative; align-self: stretch; min-height: 320px; border-radius: 30px; overflow: hidden; background: #fff3dd; }
.voice-avatar-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
.voice-live-dot { position: absolute; left: 1rem; bottom: 1rem; background: #245a3d; color: #fff; border-radius: 999px; padding: .55rem .8rem; font-weight: 900; box-shadow: 0 12px 28px rgba(0,0,0,.24); }
.voice-copy h2,
.pos-headline h2 { font-size: clamp(2rem, 5vw, 4.6rem); line-height: .96; letter-spacing: -.055em; margin: .2rem 0 1rem; }
.voice-copy p { color: #efd9c1; max-width: 720px; line-height: 1.6; }
.voice-actions { display: flex; gap: .8rem; flex-wrap: wrap; margin: 1.3rem 0; }
.voice-actions .action { text-decoration: none; border: 0; }
.voice-proof-button { cursor: pointer; }
.voice-proof-list { display: flex; flex-wrap: wrap; gap: .55rem; }
.voice-proof-list span { border: 1px solid rgba(255,255,255,.25); color: #fff8ef; border-radius: 999px; padding: .45rem .7rem; background: rgba(255,255,255,.08); font-weight: 800; }
.voice-note { margin: 1.2rem 0 0; color: #f4d7b8; font-weight: 800; }
.pos-system { margin: 2rem clamp(1rem, 4vw, 2rem); border-radius: 36px; background: #fff8ef; border: 1px solid rgba(36,18,11,.12); }
.pos-headline { max-width: 980px; }
.pos-headline p { max-width: 760px; color: var(--muted); line-height: 1.65; }
.pos-metrics { display: grid; grid-template-columns: repeat(4,1fr); gap: .85rem; margin: 1.5rem 0; }
.pos-metrics article,
.pos-panel { background: rgba(255,255,255,.82); border: 1px solid rgba(36,18,11,.13); border-radius: 26px; box-shadow: 0 16px 50px rgba(36,18,11,.08); }
.pos-metrics article { padding: 1rem; display: grid; gap: .3rem; }
.pos-metrics span,
.pos-metrics small,
.note,
.muted { color: var(--muted); }
.pos-metrics strong { font-size: 1.45rem; }
.pos-workspace { margin: 1rem 0; }
.two-col-pos { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.pos-panel { padding: 1rem; }
.pos-panel-head h3 { margin: 0; font-size: clamp(1.4rem, 3vw, 2rem); letter-spacing: -.035em; }
.row-pos { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.menu-list,
.quickpad { display: grid; gap: .7rem; }
.pos-item,
.provider,
.order-pos { display: flex; justify-content: space-between; align-items: center; gap: .75rem; width: 100%; padding: .85rem; border: 1px solid rgba(36,18,11,.13); border-radius: 18px; background: rgba(255,255,255,.78); color: var(--ink); box-shadow: none; text-align: left; }
.pos-item strong,
.provider strong { display: block; color: var(--ink); }
.pos-item span span,
.provider span { display: block; color: var(--muted); font-size: .88rem; margin-top: .14rem; }
.pos-item b { color: var(--pepper); }
.cart-box-pos { margin-top: 1rem; padding: 1rem; border-radius: 22px; background: #fff2df; border: 1px solid rgba(36,18,11,.13); }
.cart-box-pos.dark { background: var(--deep); color: #fff8ef; }
.cart-box-pos h4 { margin: 0 0 .8rem; }
.cart-lines { min-height: 56px; display: grid; gap: .35rem; }
.cart-line-pos,
.total-row-pos { display: flex; justify-content: space-between; gap: .5rem; }
.total-row-pos { margin-top: .8rem; padding-top: .8rem; border-top: 1px solid rgba(36,18,11,.16); font-size: 1.15rem; }
.pos-primary { width: 100%; margin-top: .8rem; background: var(--pepper); }
.pay-buttons-pos { display: grid; grid-template-columns: repeat(3, 1fr); gap: .5rem; margin-top: .8rem; }
.pay-buttons-pos button:nth-child(2) { background: var(--leaf); }
.pay-buttons-pos button:nth-child(3) { background: #86624a; }
.order-board-pos { display: grid; gap: .75rem; }
.order-pos { align-items: flex-start; }
.tag-pos { border-radius: 999px; padding: .28rem .6rem; background: #f4dfbd; color: var(--pepper); font-weight: 900; white-space: nowrap; }
.provider-grid-pos { display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; }
.provider { display: block; min-height: 106px; cursor: pointer; }
.provider.selected { outline: 3px solid var(--gold); background: #fff5d8; }
.recommendation { margin-top: 1rem; padding: 1rem; border-radius: 20px; background: var(--deep); color: #fff8ef; line-height: 1.55; }
.recommendation strong { color: var(--gold); }
@media (max-width: 900px) {
  .voice-card-shell,
  .two-col-pos,
  .pos-metrics,
  .provider-grid-pos { grid-template-columns: 1fr; }
  .voice-avatar-wrap { min-height: 260px; }
  .row-pos { align-items: flex-start; flex-direction: column; }
}


/* M&M Passport loyalty preview */
.loyalty-program {
  margin: 2rem clamp(1rem, 4vw, 2rem);
  padding: clamp(2rem, 6vw, 5rem) clamp(1rem, 4vw, 3rem);
  border-radius: 36px;
  background:
    radial-gradient(circle at 80% 10%, rgba(243, 182, 63, .22), transparent 28rem),
    linear-gradient(135deg, #fff9ed, #f4dfbd 62%, #e8c995);
  border: 1px solid rgba(36,18,11,.12);
  box-shadow: 0 28px 80px rgba(36,18,11,.12);
}
.loyalty-hero { display: grid; grid-template-columns: 1fr minmax(280px, 420px); gap: clamp(1rem, 4vw, 2.5rem); align-items: center; }
.loyalty-hero h2 { font-size: clamp(2rem, 5vw, 4.4rem); line-height: .96; letter-spacing: -.055em; margin: .2rem 0 1rem; }
.loyalty-hero p { max-width: 780px; color: var(--muted); line-height: 1.65; }
.passport-card { min-height: 260px; display: grid; align-content: end; gap: .5rem; padding: 1.35rem; border-radius: 30px; color: #fff8ef; background: linear-gradient(145deg, #1f120b, #7a2817 58%, #245a3d); box-shadow: 0 28px 70px rgba(36,18,11,.25); transform: rotate(1deg); }
.passport-card span { color: var(--gold); text-transform: uppercase; letter-spacing: .12em; font-weight: 900; }
.passport-card strong { font-size: clamp(2.3rem, 5vw, 4rem); letter-spacing: -.05em; }
.passport-card small { color: #f1d7b9; }
.passport-progress { height: 12px; border-radius: 999px; background: rgba(255,255,255,.18); overflow: hidden; }
.passport-progress i { display: block; width: 84%; height: 100%; background: var(--gold); border-radius: inherit; transition: width .25s ease; }
.loyalty-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: .9rem; margin: 1.5rem 0; }
.loyalty-card,
.loyalty-panel { background: rgba(255,255,255,.78); border: 1px solid rgba(36,18,11,.13); border-radius: 24px; padding: 1rem; box-shadow: 0 14px 42px rgba(36,18,11,.08); }
.loyalty-card span { color: var(--pepper); text-transform: uppercase; letter-spacing: .12em; font-weight: 900; font-size: .75rem; }
.loyalty-card strong { display: block; margin: .35rem 0; font-size: 1.35rem; }
.loyalty-card p { color: var(--muted); line-height: 1.55; margin: 0; }
.loyalty-simulator { display: grid; grid-template-columns: .85fr 1.15fr; gap: .9rem; }
.loyalty-panel h3 { margin: 0 0 1rem; font-size: clamp(1.4rem, 3vw, 2rem); letter-spacing: -.035em; }
.loyalty-panel label { display: grid; gap: .4rem; color: var(--muted); font-weight: 800; }
.loyalty-panel input { width: 100%; border: 1px solid rgba(36,18,11,.16); border-radius: 16px; padding: .85rem; font: inherit; font-weight: 900; color: var(--ink); background: #fffdf8; }
.loyalty-actions { display: flex; gap: .55rem; flex-wrap: wrap; margin-top: .9rem; }
.loyalty-actions button { background: var(--deep); }
.loyalty-actions button:nth-child(2) { background: var(--pepper); }
.loyalty-actions button:nth-child(3) { background: var(--leaf); }
.loyalty-panel.dark { background: var(--deep); color: #fff8ef; }
.receipt-preview { font-size: clamp(1.25rem, 3vw, 2.3rem); line-height: 1.15; letter-spacing: -.035em; font-weight: 900; }
.receipt-preview strong { color: var(--gold); }
.loyalty-panel.dark .note { color: #e6cdb1; }
@media (max-width: 900px) {
  .loyalty-hero,
  .loyalty-grid,
  .loyalty-simulator { grid-template-columns: 1fr; }
  .passport-card { min-height: 220px; }
}


/* Readability hardening for light POS + Loyalty sections */
.pos-system,
.loyalty-program {
  color: #1c0a06;
}
.pos-system .site-kicker,
.loyalty-program .site-kicker,
.pos-metrics span,
.loyalty-card span {
  color: #9f2f1b;
}
.pos-system .muted,
.pos-system .note,
.pos-system .pos-headline p,
.pos-system .pos-metrics small,
.pos-item span span,
.provider span,
.loyalty-program p,
.loyalty-program .muted,
.loyalty-program .note,
.loyalty-hero p,
.loyalty-card p,
.loyalty-panel label {
  color: #5f4635;
}
.pos-system button,
.loyalty-program button {
  color: #fff8ef;
  background: #250b07;
}
.pos-system .cart-box-pos.dark,
.loyalty-panel.dark,
.recommendation {
  background: #250b07;
  color: #fff8ef;
}
.pos-system .cart-box-pos.dark .muted,
.pos-system .cart-box-pos.dark .note,
.loyalty-panel.dark .note {
  color: #e6cdb1;
}
.provider.selected {
  outline: 3px solid #f5a91d;
  background: #fff1c7;
}
.recommendation strong,
.passport-card span,
.receipt-preview strong {
  color: #ffd36a;
}
.passport-progress i {
  background: #ffd36a;
}
.loyalty-card,
.loyalty-panel,
.pos-metrics article,
.pos-panel {
  background: rgba(255, 253, 248, .94);
}
.loyalty-panel.dark {
  background: #250b07;
}
