@font-face {
  font-family: "Beachy Lagoon";
  src: url("assets/fonts/beachy-lagoon.otf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

:root {
  --ink: #11120d;
  --charcoal: #191a16;
  --leaf: #89c817;
  --leaf-dark: #49710f;
  --sun: #f6df1d;
  --flame: #e9382b;
  --orange: #ff8f24;
  --cream: #fff7df;
  --paper: #fffdf3;
  --muted: #6f705e;
  --line: rgba(17, 18, 13, 0.14);
  --shadow: 0 24px 80px rgba(17, 18, 13, 0.22);
  --soft-shadow: 0 18px 48px rgba(17, 18, 13, 0.12);
  --soft-shadow-strong: 0 28px 80px rgba(17, 18, 13, 0.18);
  --soft-border: rgba(17, 18, 13, 0.12);
  --radius: 8px;
  --radius-lg: 16px;
  --radius-soft: 24px;
  --body-font: Nunito, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display-font: "Beachy Lagoon", "Baloo 2", Nunito, system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(137, 200, 23, 0.14) 0 24%, transparent 24% 100%),
    repeating-linear-gradient(135deg, rgba(17, 18, 13, 0.03) 0 2px, transparent 2px 15px),
    var(--cream);
  font-family: var(--body-font);
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  z-index: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: saturate(1.22) contrast(1.06);
}

.site-header,
.status-bar,
main,
.footer {
  position: relative;
  z-index: 1;
}

body::before {
  right: max(-150px, -9vw);
  top: 118px;
  width: clamp(280px, 34vw, 560px);
  height: clamp(280px, 34vw, 560px);
  opacity: 0.15;
}

body::after {
  left: max(-170px, -10vw);
  bottom: -48px;
  width: clamp(300px, 36vw, 620px);
  height: clamp(300px, 36vw, 620px);
  opacity: 0.13;
}

body:has([data-page="home"])::before {
  background-image: url("assets/illustrations/palm-tree.png");
}

body:has([data-page="home"])::after {
  background-image: url("assets/illustrations/rum-punch.png");
}

body:has([data-page="about"])::before {
  background-image: url("assets/illustrations/food-van.png");
}

body:has([data-page="about"])::after {
  background-image: url("assets/illustrations/jamaica-map.png");
}

body:has([data-page="menu"])::before {
  background-image: url("assets/illustrations/jerk-pan.png");
}

body:has([data-page="menu"])::after {
  background-image: url("assets/illustrations/palm-tree.png");
}

body:has([data-page="booking"])::before,
body:has([data-page="manage-booking"])::before {
  background-image: url("assets/illustrations/plate.png");
}

body:has([data-page="booking"])::after,
body:has([data-page="manage-booking"])::after {
  background-image: url("assets/illustrations/palm-tree.png");
}

body:has([data-page="catering"])::before {
  content: none;
}

body:has([data-page="catering"])::after {
  background-image: url("assets/illustrations/carnival-feather.png");
}

body:has([data-page="reviews"])::before {
  background-image: url("assets/illustrations/jamaica-map.png");
}

body:has([data-page="reviews"])::after {
  background-image: url("assets/illustrations/rum-punch.png");
}

body:has([data-page="visit"])::before {
  background-image: url("assets/illustrations/shop-front.png");
}

body:has([data-page="visit"])::after,
body:has([data-page="delivery"])::after,
body:has([data-page="order"])::after {
  background-image: url("assets/illustrations/food-van.png");
}

body:has([data-page="delivery"])::before,
body:has([data-page="order"])::before {
  background-image: url("assets/illustrations/rum-punch.png");
}

.section-panel {
  position: relative;
  isolation: isolate;
  scroll-margin-top: 148px;
}

.section-panel::before,
.section-panel::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.1;
  filter: saturate(1.22) contrast(1.05);
}

.hero::before {
  right: 36%;
  top: 7%;
  width: min(360px, 30vw);
  height: min(360px, 30vw);
  background-image: url("assets/illustrations/carnival-feather.png");
  opacity: 0.12;
  transform: rotate(-10deg);
}

.story::after {
  right: -92px;
  bottom: -68px;
  width: min(420px, 36vw);
  height: min(320px, 28vw);
  background-image: url("assets/illustrations/food-van.png");
  opacity: 0.13;
}

.about-hero::before {
  left: -100px;
  top: 16%;
  width: min(390px, 34vw);
  height: min(390px, 34vw);
  background-image: url("assets/illustrations/palm-tree.png");
  opacity: 0.13;
  transform: rotate(8deg);
}

#menu::before {
  background-image: url("assets/illustrations/jerk-pan.png");
}

#menu::after {
  border-radius: 0;
  background: url("assets/illustrations/plate.png") center / contain no-repeat;
}

.system-section::before {
  right: -105px;
  top: 56px;
  width: min(390px, 32vw);
  height: min(390px, 32vw);
}

body:has([data-page="booking"]) .system-section::before,
body:has([data-page="manage-booking"]) .system-section::before {
  background-image: url("assets/illustrations/palm-tree.png");
}

body:has([data-page="catering"]) .system-section::before {
  background-image: url("assets/illustrations/food-van.png");
  opacity: 0.08;
}

body:has([data-page="order"]) .system-section::before,
body:has([data-page="delivery"]) .system-section::before {
  background-image: url("assets/illustrations/jerk-pan.png");
}

body:has([data-page="reviews"]) .system-section::before,
body:has([data-page="visit"]) .system-section::before {
  background-image: url("assets/illustrations/jamaica-map.png");
}

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

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

[data-page][hidden] {
  display: none !important;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 999;
  padding: 10px 14px;
  background: var(--ink);
  color: white;
  transform: translateY(-140%);
}

.skip-link:focus {
  transform: translateY(0);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 247, 223, 0.86);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 34px rgba(17, 18, 13, 0.08);
}

.status-bar {
  position: sticky;
  top: 76px;
  z-index: 40;
  background: var(--ink);
  color: white;
  border-bottom: 4px solid var(--sun);
}

.status-inner {
  width: min(1180px, calc(100% - 32px));
  min-height: 46px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 850;
}

.status-dot {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  border: 2px solid white;
  border-radius: 999px;
  background: var(--muted);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.12);
}

.status-bar.is-open .status-dot {
  background: var(--leaf);
}

.status-bar.is-closed .status-dot {
  background: var(--flame);
}

.status-inner strong {
  color: var(--sun);
  white-space: nowrap;
}

.status-inner span:last-child {
  color: rgba(255, 255, 255, 0.78);
}

.site-campaign-banner {
  position: sticky;
  top: 126px;
  z-index: 38;
  border-bottom: 4px solid var(--ink);
  background: linear-gradient(135deg, var(--sun) 0%, #ffb11a 48%, var(--leaf) 100%);
  color: var(--ink);
}

.site-campaign-banner[hidden] {
  display: none;
}

.site-campaign-inner {
  width: min(1180px, calc(100% - 32px));
  min-height: 72px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px 18px;
  padding: 12px 0;
}

.site-campaign-inner .mini-label {
  align-self: center;
  border: 3px solid var(--ink);
  border-radius: 999px;
  padding: 7px 12px 5px;
  background: rgba(255, 247, 223, 0.75);
  color: var(--leaf-dark);
  white-space: nowrap;
}

.site-campaign-inner strong {
  display: block;
  font-family: var(--display-font);
  font-size: clamp(30px, 4vw, 52px);
  line-height: 0.9;
}

.site-campaign-inner p {
  grid-column: 2;
  margin: 0;
  color: rgba(12, 13, 8, 0.74);
  font-weight: 850;
}

.site-campaign-inner .button {
  grid-column: 3;
  grid-row: 1 / span 2;
  white-space: nowrap;
}

.nav {
  width: min(1180px, calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 50%;
  box-shadow: none;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(3px 3px 0 rgba(17, 18, 13, 0.86));
}

.brand strong,
.brand small {
  display: block;
  line-height: 1;
}

.brand strong {
  font-family: var(--display-font);
  font-size: 28px;
  letter-spacing: 0;
}

.brand small {
  margin-top: 4px;
  font-weight: 800;
  color: var(--leaf-dark);
  text-transform: uppercase;
  font-size: 11px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 900;
}

.nav-links a {
  padding: 10px 12px;
  border-radius: 999px;
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.nav-links a:hover,
.nav-links a.active {
  background: rgba(137, 200, 23, 0.2);
  box-shadow: inset 0 0 0 1px rgba(137, 200, 23, 0.24);
  transform: translateY(-1px);
}

.nav-links .nav-order {
  background: var(--flame);
  color: white;
  box-shadow: 0 12px 28px rgba(233, 56, 43, 0.22);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--paper);
  padding: 9px;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  height: 3px;
  margin: 5px 0;
  background: var(--ink);
}

#menu {
  position: relative;
  isolation: isolate;
}

#menu > * {
  position: relative;
  z-index: 1;
}

#menu::before,
#menu::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

#menu::before {
  left: max(-128px, -8vw);
  top: 300px;
  width: clamp(230px, 18vw, 350px);
  height: clamp(230px, 18vw, 350px);
  opacity: 0.16;
  filter: saturate(1.18) contrast(1.05);
  background-image: url("assets/illustrations/jamaica-map.png");
  background-repeat: no-repeat;
  background-size: contain;
}

#menu::after {
  right: max(-140px, -9vw);
  top: 720px;
  width: clamp(260px, 24vw, 440px);
  height: clamp(260px, 24vw, 440px);
  opacity: 0.16;
  filter: saturate(1.18) contrast(1.04);
  background: url("assets/illustrations/jerk-pan.png") center / contain no-repeat;
}

.hero {
  width: min(1180px, calc(100% - 32px));
  min-height: calc(100vh - 76px);
  margin: 0 auto;
  padding: 56px 0 44px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  align-items: center;
  gap: 44px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--flame);
  font-weight: 900;
  font-size: clamp(20px, 2.5vw, 30px);
  line-height: 1.08;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px;
}

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

h1,
h2 {
  font-family: var(--display-font);
  letter-spacing: 0;
  line-height: 0.95;
}

h1 {
  margin-bottom: 20px;
  font-size: clamp(64px, 10vw, 132px);
  max-width: 760px;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(38px, 6vw, 74px);
}

h3 {
  margin-bottom: 8px;
  font-size: 20px;
}

.hero-lede {
  max-width: 650px;
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.35;
  font-weight: 800;
}

.hero-actions,
.order-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0;
}

.order-choice-tabs {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 6px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  background: rgba(255, 253, 243, 0.88);
  box-shadow: 5px 5px 0 var(--ink);
}

.order-choice-tabs a {
  min-height: 48px;
  display: grid;
  place-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--ink);
  font-weight: 950;
  text-align: center;
  text-decoration: none;
}

.order-choice-tabs a.active {
  background: var(--sun);
  box-shadow: inset 0 0 0 2px var(--ink);
}

.collection-callout {
  display: grid;
  gap: 6px;
  padding: 18px;
  border: 3px solid var(--ink);
  border-radius: var(--radius);
  color: var(--ink);
  background: linear-gradient(135deg, rgba(137, 200, 23, 0.9), rgba(246, 223, 29, 0.92));
  box-shadow: 7px 7px 0 var(--flame);
  font-weight: 900;
}

.collection-callout strong {
  font-family: var(--display-font);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1;
}

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

.delivery-card {
  min-height: 180px;
  display: grid;
  align-content: space-between;
  gap: 12px;
  padding: 22px;
  border: 3px solid var(--ink);
  border-radius: var(--radius);
  color: var(--ink);
  background: white;
  box-shadow: 7px 7px 0 var(--ink);
  text-decoration: none;
}

.delivery-card span,
.delivery-card small {
  color: var(--leaf-dark);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.delivery-card strong {
  font-family: var(--display-font);
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1;
}

.delivery-card.collection-first {
  background: var(--sun);
  box-shadow: 7px 7px 0 var(--leaf);
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  font-weight: 950;
  box-shadow: 5px 5px 0 var(--ink);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.button:hover {
  transform: translate(-2px, -2px);
  box-shadow: 8px 8px 0 var(--ink);
  filter: saturate(1.08);
}

.button.primary {
  background: var(--flame);
  color: white;
}

.button.secondary {
  background: var(--sun);
}

.button.dark {
  background: var(--ink);
  color: white;
  box-shadow: 5px 5px 0 var(--leaf);
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-strip span {
  padding: 11px 13px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 900;
}

.trust-strip strong {
  color: var(--leaf-dark);
}

.hero-brand {
  position: relative;
  min-height: 610px;
  display: grid;
  align-content: center;
  gap: 18px;
  place-items: center;
  isolation: isolate;
}

.hero-brand::before {
  display: none;
}

.hero-brand::after {
  display: none;
}

.logo-stage {
  width: min(470px, 76vw);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 50%;
  box-shadow: none;
  animation: float-card 5s ease-in-out infinite;
}

.logo-stage img {
  width: 92%;
  height: 92%;
  object-fit: contain;
  filter: drop-shadow(10px 14px 0 rgba(17, 18, 13, 0.28));
}

.hero-badge {
  position: static;
  width: min(480px, 88%);
  max-width: none;
  margin: 0;
  padding: 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: 900;
  font-size: clamp(20px, 2.5vw, 30px);
  line-height: 1.08;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
  text-shadow: 2px 2px 0 var(--sun), 4px 4px 0 rgba(233, 56, 43, 0.24);
  transform: none;
}

.logo-orbit {
  display: none;
}

.logo-orbit span {
  position: absolute;
  width: 86px;
  height: 86px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  background: var(--paper);
  box-shadow: 5px 5px 0 var(--ink);
}

.logo-orbit span:nth-child(1) {
  top: 70px;
  left: 40px;
  background: var(--leaf);
}

.logo-orbit span:nth-child(2) {
  right: 16px;
  top: 42%;
  background: var(--sun);
}

.logo-orbit span:nth-child(3) {
  left: 18%;
  bottom: 46px;
  background: var(--flame);
}

.ticker {
  overflow: hidden;
  background: var(--ink);
  color: var(--sun);
  border-block: 5px solid var(--leaf);
}

.ticker-track {
  display: flex;
  gap: 42px;
  width: max-content;
  padding: 16px 0;
  font-family: var(--display-font);
  font-size: 32px;
  animation: ticker 22s linear infinite;
}

.ticker-track span,
.ticker-track a {
  white-space: nowrap;
}

.ticker-track a {
  color: inherit;
  text-decoration: none;
}

.ticker-track a:hover,
.ticker-track a:focus-visible {
  color: white;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 88px 0;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.section-heading p:not(.eyebrow),
.story-copy p,
.order-copy p,
.visit-card p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.meal-guide,
.review-grid,
.visit {
  display: grid;
  gap: 16px;
}

.meal-guide {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 20px;
}

.meal-guide article,
.menu-card,
.review-card,
.visit-card,
.hours-card,
.story-stats article {
  border: 1px solid var(--soft-border);
  border-radius: var(--radius-soft);
  background: rgba(255, 253, 243, 0.92);
  box-shadow: var(--soft-shadow);
}

.meal-guide article {
  padding: 20px;
}

.meal-guide article:nth-child(1) {
  box-shadow: 0 18px 46px rgba(137, 200, 23, 0.2);
}

.meal-guide article:nth-child(2) {
  box-shadow: 0 18px 46px rgba(220, 169, 0, 0.22);
}

.meal-guide article:nth-child(3) {
  box-shadow: 0 18px 46px rgba(233, 56, 43, 0.18);
}

.meal-guide p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.5;
}

.allergen-filter {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: 18px;
  align-items: start;
  margin: 20px 0;
  padding: 20px;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 6px 6px 0 var(--leaf);
}

.filter-copy h3 {
  margin-bottom: 8px;
  font-family: var(--display-font);
  font-size: 36px;
  line-height: 0.95;
}

.filter-copy p,
.filter-status {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.5;
  font-weight: 800;
}

.filter-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.filter-chip {
  min-height: 40px;
  padding: 9px 12px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  color: var(--ink);
  background: white;
  box-shadow: 3px 3px 0 var(--ink);
  cursor: pointer;
  font: inherit;
  font-weight: 950;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.filter-chip:hover {
  transform: translate(-1px, -1px);
  box-shadow: 5px 5px 0 var(--ink);
}

.filter-chip.active {
  background: var(--sun);
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 var(--ink);
  outline: 3px solid currentColor;
  outline-offset: 3px;
}

.filter-chip.active::after {
  content: " ✓";
  font-size: 13px;
  text-transform: uppercase;
}

.filter-chip[data-filter="vegetarian"] {
  border-color: var(--leaf-dark);
  background: rgba(137, 200, 23, 0.22);
  color: var(--leaf-dark);
  box-shadow: 3px 3px 0 var(--leaf);
}

.filter-chip[data-filter="vegetarian"].active {
  background: #89c817;
  color: var(--ink);
  box-shadow: 7px 7px 0 var(--leaf-dark);
}

.filter-chip[data-filter="halal-meat"] {
  border-color: var(--flame);
  background: rgba(233, 56, 43, 0.12);
  color: var(--flame);
  box-shadow: 3px 3px 0 rgba(233, 56, 43, 0.48);
}

.filter-chip[data-filter="halal-meat"].active {
  background: #e9382b;
  color: white;
  box-shadow: 7px 7px 0 #7f160f;
}

.filter-chip[data-filter="seafood"].active,
.filter-chip[data-filter="shellfish"].active,
.filter-chip[data-filter="dairy"].active,
.filter-chip[data-filter="gluten"].active,
.filter-chip[data-filter="not:seafood"].active,
.filter-chip[data-filter="all"].active {
  border-color: var(--ink);
  background: var(--sun);
  color: var(--ink);
  box-shadow: 6px 6px 0 var(--ink);
}

.filter-status {
  grid-column: 1 / -1;
  padding-top: 2px;
}

#menu .special-days-banner,
#menu .meal-guide article,
#menu .allergen-filter,
#menu .menu-card,
#menu .menu-note {
  border: 3px solid transparent;
  background:
    linear-gradient(180deg, rgba(255, 253, 243, 0.96), rgba(255, 253, 243, 0.99)) padding-box,
    linear-gradient(135deg, var(--leaf) 0%, var(--sun) 50%, var(--flame) 100%) border-box;
  box-shadow:
    0 18px 42px rgba(17, 18, 13, 0.12),
    7px 8px 0 rgba(17, 18, 13, 0.78);
}

#menu .special-days-banner {
  box-shadow:
    0 18px 44px rgba(17, 18, 13, 0.12),
    7px 8px 0 rgba(246, 223, 29, 0.9);
}

#menu .meal-guide article:nth-child(1) {
  box-shadow:
    0 18px 46px rgba(137, 200, 23, 0.18),
    7px 8px 0 rgba(137, 200, 23, 0.9);
}

#menu .meal-guide article:nth-child(2) {
  box-shadow:
    0 18px 46px rgba(220, 169, 0, 0.18),
    7px 8px 0 rgba(220, 169, 0, 0.9);
}

#menu .meal-guide article:nth-child(3) {
  box-shadow:
    0 18px 46px rgba(233, 56, 43, 0.16),
    7px 8px 0 rgba(233, 56, 43, 0.9);
}

#menu .menu-note {
  padding: 14px;
}

.menu-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding-top: 20px;
}

.menu-grid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: linear-gradient(90deg, var(--leaf) 0%, var(--sun) 50%, var(--flame) 100%);
  box-shadow: 4px 4px 0 rgba(17, 18, 13, 0.82);
}

.menu-grid::after {
  content: "";
  position: absolute;
  right: -132px;
  bottom: 9%;
  z-index: -1;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  opacity: 0.12;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 50%, rgba(246, 223, 29, 0.42) 0 24%, transparent 25%),
    repeating-conic-gradient(from 8deg, rgba(17, 18, 13, 0.3) 0 8deg, transparent 8deg 17deg);
  filter: blur(0.4px);
}

.menu-card {
  padding: 22px;
  position: relative;
  overflow: hidden;
}

.menu-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 10px;
  background: linear-gradient(90deg, var(--leaf) 0%, var(--sun) 50%, var(--flame) 100%);
}

.menu-card-title {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
  margin: 8px 0 16px;
}

.menu-card-title h3 {
  font-family: var(--display-font);
  font-size: clamp(40px, 4.2vw, 54px);
  line-height: 0.95;
}

.menu-card-title span {
  padding: 7px 9px;
  color: white;
  background: var(--charcoal);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.menu-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 12px;
  border-bottom: 1px dashed rgba(17, 18, 13, 0.25);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.52);
}

.menu-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.menu-list li[hidden] {
  display: none;
}

.menu-list li.is-sold-out {
  align-items: center;
  color: rgba(17, 18, 13, 0.48);
}

.menu-list li.is-sold-out span,
.menu-list li.is-sold-out strong {
  text-decoration: line-through;
}

.menu-list li.is-sold-out strong {
  color: rgba(17, 18, 13, 0.42);
}

.sold-out-badge {
  justify-self: end;
  grid-column: 1 / -1;
  width: max-content;
  margin-top: -4px;
  padding: 5px 9px 4px;
  border: 2px solid var(--flame);
  border-radius: 999px;
  color: var(--flame);
  background: rgba(233, 56, 43, 0.08);
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.menu-card.is-filter-empty {
  opacity: 0.42;
}

.menu-card.is-filter-empty::after {
  content: "No matching items in this section";
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-weight: 900;
}

.menu-list span {
  font-size: clamp(17px, 1.8vw, 23px);
  font-weight: 900;
}

.menu-list strong {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.menu-list li[data-tags~="halal-meat"] {
  border-left: 6px solid var(--flame);
  background: linear-gradient(90deg, rgba(233, 56, 43, 0.1), rgba(255, 255, 255, 0.72));
}

.menu-list li[data-tags~="halal-meat"] > span:first-child {
  color: #9f1d15;
}

.menu-list li[data-tags~="vegetarian"] {
  border-left: 6px solid var(--leaf);
  background: linear-gradient(90deg, rgba(137, 200, 23, 0.14), rgba(255, 255, 255, 0.72));
}

.menu-list li[data-tags~="vegetarian"] > span:first-child {
  color: var(--leaf-dark);
}

.menu-price-pill {
  display: inline-grid;
  min-width: 76px;
  gap: 2px;
  padding: 7px 9px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: white;
  color: var(--ink);
  font-size: 17px;
  line-height: 1;
  text-align: center;
}

.menu-price-pill small {
  color: currentColor;
  font-size: 9px;
  font-weight: 950;
  text-transform: uppercase;
}

.price-regular {
  box-shadow: 4px 4px 0 var(--leaf);
}

.price-fully-loaded {
  box-shadow: 4px 4px 0 #dca900;
}

.price-solo {
  box-shadow: 4px 4px 0 var(--flame);
}

.price-single {
  box-shadow: 4px 4px 0 var(--sun);
}

.menu-list.compact {
  gap: 8px;
}

.menu-note {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.menu-note span {
  padding: 11px 13px;
  background: rgba(137, 200, 23, 0.18);
  border: 1px solid rgba(73, 113, 15, 0.28);
  border-radius: 999px;
  color: var(--leaf-dark);
  font-weight: 900;
}

.box-builder {
  padding-top: 32px;
}

.builder-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  gap: 18px;
  align-items: stretch;
}

.builder-form,
.builder-summary {
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 6px 6px 0 rgba(17, 18, 13, 0.86);
}

.builder-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 22px;
}

.builder-form label {
  display: grid;
  gap: 8px;
  font-weight: 950;
}

.builder-form span {
  color: var(--leaf-dark);
  text-transform: uppercase;
  font-size: 12px;
}

.builder-form select,
.builder-form input {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  background: white;
  color: var(--ink);
  font: inherit;
  font-weight: 850;
}

.builder-form input {
  padding: 10px 14px;
}

.builder-actions {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.builder-order-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.builder-summary {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
  color: white;
  background:
    linear-gradient(180deg, rgba(25, 26, 22, 0.97), rgba(25, 26, 22, 0.92)),
    repeating-linear-gradient(90deg, rgba(246, 223, 29, 0.14) 0 12px, transparent 12px 24px);
  box-shadow: 6px 6px 0 var(--flame);
}

.builder-summary .eyebrow {
  color: var(--sun);
}

.builder-summary h3 {
  margin-bottom: 0;
  font-family: var(--display-font);
  font-size: 46px;
  line-height: 0.95;
}

.builder-summary p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.5;
  font-weight: 800;
}

.order-lines {
  display: grid;
  gap: 8px;
}

.order-lines > span,
.order-lines article {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.84);
  font-weight: 850;
  line-height: 1.35;
}

.order-lines article strong {
  flex: 0 0 auto;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.35;
  color: var(--sun);
}

.builder-summary strong {
  font-family: var(--display-font);
  font-size: 82px;
  line-height: 0.85;
  color: var(--sun);
}

.builder-summary small {
  color: rgba(255, 255, 255, 0.68);
  font-weight: 800;
}

.system-section {
  padding-top: 56px;
}

.system-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 0.74fr);
  gap: 18px;
  align-items: stretch;
}

.feature-form,
.shadow-card,
.dashboard-shadow {
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 6px 6px 0 rgba(17, 18, 13, 0.86);
}

.feature-form,
.campaign-composer {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.form-row {
  display: grid;
  gap: 14px;
}

.form-row.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-form label,
.campaign-composer label {
  display: grid;
  gap: 8px;
  font-weight: 950;
}

.feature-form label span,
.campaign-composer label span {
  color: var(--leaf-dark);
  text-transform: uppercase;
  font-size: 12px;
}

.feature-form input,
.feature-form select,
.feature-form textarea,
.campaign-composer input,
.campaign-composer select,
.campaign-composer textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  background: white;
  color: var(--ink);
  font: inherit;
  font-weight: 800;
}

.feature-form textarea,
.campaign-composer textarea {
  resize: vertical;
  line-height: 1.45;
}

.booking-specials {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 16px;
  border: 2px solid rgba(17, 18, 13, 0.16);
  border-radius: var(--radius);
  background: rgba(137, 200, 23, 0.1);
}

.booking-specials legend {
  padding: 0 8px;
  color: var(--flame);
  font-weight: 950;
  text-transform: uppercase;
}

.booking-specials p {
  margin: 0;
  color: var(--muted);
  font-weight: 850;
  line-height: 1.35;
}

.booking-specials label,
.booking-special-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border-radius: var(--radius);
  background: white;
}

.booking-specials label span,
.booking-special-row span {
  color: var(--ink) !important;
  text-transform: none !important;
  font-size: 15px !important;
}

.booking-specials label input,
.booking-special-row input {
  min-height: 38px;
  text-align: center;
}

.check-row {
  grid-template-columns: auto 1fr;
  align-items: start;
}

.check-row input {
  width: 20px;
  min-height: 20px;
  margin-top: 2px;
  accent-color: var(--leaf);
}

.check-row span {
  color: var(--muted) !important;
  text-transform: none !important;
  font-size: 14px !important;
  line-height: 1.45;
}

.shadow-card {
  padding: 24px;
}

.catering-grid {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.68fr);
}

.catering-package-card ul {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.catering-package-card li {
  padding: 10px 12px;
  border-left: 5px solid var(--leaf);
  border-radius: var(--radius);
  background: rgba(137, 200, 23, 0.12);
  color: var(--muted);
  font-weight: 850;
}

.food-van-note {
  margin-top: 16px;
  padding: 16px;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  background: rgba(246, 223, 29, 0.22);
}

.food-van-note strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
  font-family: var(--display-font);
  font-size: 30px;
  line-height: 1;
}

.food-van-note p {
  margin: 0;
  color: var(--muted);
  font-weight: 850;
  line-height: 1.45;
}

.staff-clock-section .feature-form {
  align-self: start;
}

.qr-card {
  display: grid;
  gap: 14px;
  align-content: start;
}

.qr-frame,
.qr-mark {
  width: min(240px, 100%);
  aspect-ratio: 1;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
  padding: 14px;
  border: 4px solid var(--ink);
  border-radius: 12px;
  background: white;
  box-shadow: 6px 6px 0 var(--sun);
}

.qr-frame span,
.qr-mark span {
  border-radius: 3px;
  background: var(--ink);
}

.qr-frame span:nth-child(3n),
.qr-frame span:nth-child(5n),
.qr-mark span:nth-child(3n),
.qr-mark span:nth-child(5n) {
  background: var(--leaf);
}

.qr-frame strong {
  grid-column: 3 / 6;
  grid-row: 3 / 6;
  display: grid;
  place-items: center;
  border: 3px solid var(--ink);
  border-radius: 8px;
  background: var(--sun);
  font-family: var(--display-font);
  font-size: 48px;
}

.shadow-card h3,
.campaign-preview h3 {
  font-family: var(--display-font);
  font-size: 44px;
  line-height: 0.95;
}

.shadow-card p,
.campaign-preview p {
  color: var(--muted);
  line-height: 1.5;
  font-weight: 800;
}

.confirmation-actions,
.metric-row {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.confirmation-actions span,
.metric-row span {
  padding: 12px 14px;
  border: 1px solid rgba(17, 18, 13, 0.14);
  border-radius: var(--radius);
  background: rgba(137, 200, 23, 0.14);
  font-weight: 900;
}

.booking-success-card {
  margin-top: 18px;
  padding: 18px;
  border: 3px solid var(--ink);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(137, 200, 23, 0.28), rgba(246, 223, 29, 0.35));
  box-shadow: 5px 5px 0 var(--ink);
}

.booking-success-card[hidden] {
  display: none;
}

.success-kicker,
.booking-success-card small {
  display: block;
  color: var(--leaf-dark);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.booking-success-card strong {
  display: block;
  margin-top: 8px;
  font-family: var(--display-font);
  font-size: 42px;
  line-height: 0.92;
}

.booking-success-card p {
  margin: 10px 0 12px;
  color: var(--ink);
  line-height: 1.4;
  font-weight: 900;
}

.booking-success-card small {
  width: max-content;
  max-width: 100%;
  padding: 7px 10px;
  border: 2px solid rgba(17, 18, 13, 0.18);
  border-radius: 999px;
  background: rgba(255, 253, 243, 0.72);
}

.booking-manage {
  margin-top: 34px;
  padding-top: 28px;
  border-top: 2px solid rgba(17, 18, 13, 0.1);
}

.compact-heading {
  max-width: 820px;
  margin-bottom: 20px;
}

.compact-heading h2 {
  font-size: clamp(42px, 7vw, 76px);
}

.manage-booking-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.compact-form {
  align-self: stretch;
}

.booking-manage-card {
  min-height: 100%;
  padding: 20px;
  border: 3px solid var(--ink);
  border-radius: var(--radius);
  background: rgba(255, 253, 243, 0.88);
  box-shadow: 6px 6px 0 rgba(17, 18, 13, 0.18);
}

.booking-manage-card[hidden] {
  display: none;
}

.booking-manage-card h3 {
  margin: 6px 0 10px;
  font-family: var(--display-font);
  font-size: 48px;
  line-height: 0.95;
}

.booking-manage-card p {
  color: var(--muted);
  font-weight: 850;
  line-height: 1.45;
}

.booking-manage-actions,
.booking-action-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.booking-manage-actions {
  margin-top: 14px;
}

.booking-manage-actions button {
  min-height: 42px;
  padding: 10px 14px;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--sun);
  font: inherit;
  font-weight: 950;
  box-shadow: 3px 3px 0 var(--ink);
  cursor: pointer;
}

.booking-manage-actions button.danger {
  color: white;
  background: var(--flame);
}

.booking-manage-actions button:disabled,
.text-action:disabled {
  cursor: not-allowed;
  opacity: 0.55;
  transform: none;
}

.confirmation-page {
  min-height: calc(100vh - 220px);
  display: grid;
  place-items: center;
}

.confirmation-card,
.action-confirmation-card {
  width: min(760px, 100%);
  padding: clamp(24px, 4vw, 42px);
  border: 4px solid var(--ink);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(137, 200, 23, 0.14), rgba(246, 223, 29, 0.16)),
    var(--cream);
  box-shadow: 10px 10px 0 var(--ink);
}

.confirmation-card {
  text-align: center;
  animation: confirmation-pop 520ms cubic-bezier(.2, .8, .2, 1) both;
}

.confirmation-tick,
.action-confirmation-tick {
  width: 74px;
  height: 74px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 16px;
  border: 4px solid var(--ink);
  border-radius: 50%;
  color: var(--ink);
  background: var(--sun);
  font-size: 42px;
  font-weight: 950;
  box-shadow: 5px 5px 0 var(--ink);
  animation: confirmation-tick-pop 680ms cubic-bezier(.2, .8, .2, 1) both;
}

.confirmation-card h1,
.action-confirmation-card h2 {
  margin: 0 0 14px;
  font-family: var(--display-font);
  font-size: clamp(54px, 10vw, 104px);
  line-height: 0.9;
}

.confirmation-card > p:not(.eyebrow),
.action-confirmation-card > p:not(.eyebrow) {
  max-width: 620px;
  margin: 0 auto 20px;
  color: var(--muted);
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.45;
  font-weight: 850;
}

.confirmation-detail {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 10px;
  margin: 22px 0;
  text-align: left;
}

.confirmation-detail span,
.action-confirmation-detail {
  padding: 12px;
  border: 2px solid rgba(17, 18, 13, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 253, 243, 0.82);
  color: var(--ink);
  font-weight: 900;
}

.confirmation-detail strong {
  display: block;
  margin-bottom: 4px;
  color: var(--leaf-dark);
  font-size: 11px;
  text-transform: uppercase;
}

.confirmation-actions,
.action-confirmation-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
}

.confirmation-actions .button,
.action-confirmation-actions .button {
  width: auto;
  min-width: 190px;
}

.action-confirmation-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(17, 18, 13, 0.72);
  backdrop-filter: blur(8px);
}

.action-confirmation-overlay[hidden] {
  display: none;
}

.action-confirmation-card {
  position: relative;
  max-width: 720px;
  text-align: center;
  animation: confirmation-rise 420ms cubic-bezier(.2, .8, .2, 1) both;
}

.action-confirmation-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  color: var(--ink);
  background: white;
  font-size: 26px;
  font-weight: 950;
  line-height: 1;
  cursor: pointer;
  box-shadow: 3px 3px 0 var(--ink);
}

.action-confirmation-detail {
  width: max-content;
  max-width: 100%;
  margin: 0 auto 18px;
}

.has-action-confirmation {
  overflow: hidden;
}

@keyframes confirmation-pop {
  from {
    opacity: 0;
    transform: translateY(16px) scale(.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes confirmation-rise {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes confirmation-tick-pop {
  0% {
    opacity: 0;
    transform: scale(.4) rotate(-14deg);
  }
  70% {
    opacity: 1;
    transform: scale(1.08) rotate(4deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}

.dashboard-shadow {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) minmax(300px, 0.72fr);
  overflow: hidden;
}

.dashboard-sidebar {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 22px;
  color: white;
  background: var(--ink);
}

.dashboard-sidebar img {
  width: 68px;
  height: 68px;
  border-radius: var(--radius);
  object-fit: cover;
}

.dashboard-sidebar strong {
  font-family: var(--display-font);
  font-size: 34px;
  line-height: 0.95;
}

.dashboard-sidebar span {
  padding: 12px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.09);
  font-weight: 900;
}

.dashboard-sidebar .active {
  color: var(--ink);
  background: var(--sun);
}

.dashboard-sidebar a {
  padding: 12px;
  border-radius: var(--radius);
  color: white;
  background: rgba(255, 255, 255, 0.09);
  font-weight: 900;
}

.dashboard-sidebar a:hover {
  color: var(--ink);
  background: var(--sun);
}

.admin-header .nav {
  min-height: 82px;
}

.admin-nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.admin-nav-actions .button {
  min-height: 46px;
  padding: 12px 16px;
  box-shadow: 4px 4px 0 var(--ink);
}

.admin-main {
  min-height: 70vh;
}

.admin-login-panel {
  width: min(820px, calc(100% - 32px));
  margin: 0 auto;
}

.team-login-panel {
  width: min(1120px, calc(100% - 32px));
}

.admin-login-form {
  max-width: 520px;
}

.team-login-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.team-login-card {
  max-width: none;
  margin: 0;
  align-content: start;
}

.team-login-card h2 {
  margin: 0;
  font-family: var(--display-font);
  font-size: clamp(36px, 5vw, 62px);
  line-height: 0.9;
  letter-spacing: 0;
}

.team-login-card > p:not(.eyebrow, .admin-login-message) {
  margin: 0;
  color: var(--muted);
  font-weight: 850;
  line-height: 1.35;
}

.admin-login-message {
  margin: 0;
  color: var(--muted);
  font-weight: 850;
}

.admin-dashboard {
  padding-top: 44px;
}

.admin-hero {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.38fr);
  gap: 18px;
  align-items: stretch;
}

.admin-hero h1 {
  max-width: 720px;
  margin: 0 0 14px;
  font-family: var(--display-font);
  font-size: clamp(54px, 8vw, 112px);
  line-height: 0.9;
}

.admin-hero p {
  max-width: 660px;
  color: var(--muted);
  line-height: 1.55;
  font-size: 18px;
  font-weight: 850;
}

.admin-live-card,
.admin-kpi-grid article,
.admin-tool-card,
.campaign-admin-preview {
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 5px 5px 0 rgba(17, 18, 13, 0.86);
}

.admin-live-card {
  padding: 22px;
  display: grid;
  align-content: center;
  gap: 8px;
  color: white;
  background:
    linear-gradient(135deg, rgba(17, 18, 13, 0.96), rgba(17, 18, 13, 0.88)),
    repeating-linear-gradient(45deg, rgba(246, 223, 29, 0.14) 0 12px, transparent 12px 24px);
}

.admin-live-card span,
.admin-live-card small {
  color: rgba(255, 255, 255, 0.76);
  font-weight: 850;
}

.admin-live-card strong {
  color: var(--sun);
  font-family: var(--display-font);
  font-size: 58px;
  line-height: 0.92;
}

.admin-kpi-grid {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.admin-kpi-grid article {
  padding: 18px;
}

.admin-kpi-grid span,
.admin-kpi-grid small {
  display: block;
  color: var(--muted);
  font-weight: 850;
}

.admin-kpi-grid strong {
  display: block;
  margin: 8px 0;
  font-family: var(--display-font);
  font-size: 48px;
  line-height: 0.9;
}

.admin-workspace {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.admin-sidebar {
  position: sticky;
  top: 100px;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  box-shadow: 5px 5px 0 rgba(17, 18, 13, 0.86);
}

.admin-tool-stack {
  display: grid;
  gap: 18px;
}

.admin-tool-card {
  padding: 22px;
}

.tool-card-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: start;
  margin-bottom: 18px;
}

.tool-card-head h2 {
  margin: 0;
  font-family: var(--display-font);
  font-size: clamp(36px, 5vw, 62px);
  line-height: 0.92;
}

.tool-status {
  flex: 0 0 auto;
  padding: 9px 12px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  color: var(--ink);
  background: var(--sun);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

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

.admin-tool-grid article {
  padding: 15px;
  border: 1px solid rgba(17, 18, 13, 0.14);
  border-radius: var(--radius);
  background: white;
}

.admin-tool-grid strong,
.admin-tool-grid span {
  display: block;
}

.admin-tool-grid strong {
  margin-bottom: 8px;
  font-weight: 950;
}

.admin-tool-grid span {
  color: var(--muted);
  line-height: 1.4;
  font-weight: 800;
}

.price-editor {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.price-editor label {
  display: grid;
  gap: 8px;
  font-weight: 950;
}

.price-editor span {
  color: var(--leaf-dark);
  text-transform: uppercase;
  font-size: 12px;
}

.price-editor input {
  min-height: 46px;
  padding: 10px 12px;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  font: inherit;
  font-weight: 900;
}

.campaign-admin-preview {
  margin-bottom: 16px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: rgba(137, 200, 23, 0.12);
}

.campaign-admin-preview strong,
.campaign-admin-preview span {
  display: block;
}

.campaign-admin-preview span {
  margin-top: 4px;
  color: var(--muted);
  font-weight: 850;
}

.review-admin-strip {
  margin-bottom: 16px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  background: var(--ink);
  color: white;
}

.review-admin-strip span {
  color: var(--sun);
  letter-spacing: 1px;
}

.admin-app {
  width: min(1260px, calc(100% - 32px));
  margin: 26px auto 56px;
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.admin-app-sidebar {
  position: sticky;
  top: 102px;
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  color: white;
  background: var(--ink);
  box-shadow: 5px 5px 0 rgba(17, 18, 13, 0.86);
}

.admin-app-sidebar img {
  width: 58px;
  height: 58px;
  border-radius: var(--radius);
  object-fit: cover;
}

.admin-app-sidebar strong {
  margin: 4px 0 8px;
  font-family: var(--display-font);
  font-size: 38px;
  line-height: 0.9;
}

.admin-app-sidebar a {
  min-height: 42px;
  padding: 11px 12px;
  border-radius: var(--radius);
  color: white;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 900;
}

.admin-app-sidebar a:hover,
.admin-app-sidebar a.active {
  color: var(--ink);
  background: var(--sun);
}

.admin-app-content {
  min-width: 0;
  display: grid;
  gap: 16px;
}

.admin-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.38fr);
  gap: 16px;
}

.admin-page-title,
.admin-service-card,
.admin-metrics article,
.admin-panel {
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 5px 5px 0 rgba(17, 18, 13, 0.86);
}

.admin-page-title {
  padding: 22px;
}

.admin-page-title h1 {
  margin: 0 0 8px;
  font-family: var(--display-font);
  font-size: clamp(52px, 6.4vw, 86px);
  line-height: 0.9;
}

.admin-page-title p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
  font-weight: 850;
}

.admin-service-card {
  padding: 20px;
  display: grid;
  align-content: center;
  gap: 8px;
  color: white;
  background:
    linear-gradient(135deg, rgba(17, 18, 13, 0.96), rgba(17, 18, 13, 0.9)),
    repeating-linear-gradient(45deg, rgba(246, 223, 29, 0.15) 0 12px, transparent 12px 24px);
}

.admin-service-card span,
.admin-service-card small {
  color: rgba(255, 255, 255, 0.76);
  font-weight: 850;
}

.admin-service-card strong {
  color: var(--sun);
  font-family: var(--display-font);
  font-size: 50px;
  line-height: 0.9;
}

.admin-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.admin-metrics article {
  padding: 16px;
}

.admin-metrics span,
.admin-metrics small {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.admin-metrics strong {
  display: block;
  margin: 8px 0 6px;
  font-family: var(--display-font);
  font-size: 44px;
  line-height: 0.9;
}

.admin-panel {
  padding: 18px;
  overflow: hidden;
}

.admin-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
  margin-bottom: 16px;
}

.admin-panel-head h2 {
  margin: 0;
  font-family: var(--display-font);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 0.92;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.admin-actions button,
.admin-mini-form button,
.campaign-admin-preview button,
.customer-filter-row button,
.review-template button {
  min-height: 40px;
  padding: 10px 12px;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--sun);
  font: inherit;
  font-weight: 950;
  box-shadow: 3px 3px 0 var(--ink);
  cursor: pointer;
}

.booking-admin-status,
.field-help {
  display: block;
  color: var(--leaf-dark);
  font-size: 13px;
  font-weight: 900;
}

.booking-admin-status {
  margin: 0 0 12px;
  padding: 10px 12px;
  border: 1px solid rgba(137, 200, 23, 0.42);
  border-radius: var(--radius);
  background: rgba(137, 200, 23, 0.12);
}

.booking-admin-status.is-error {
  color: var(--flame);
  border-color: rgba(233, 56, 43, 0.34);
  background: rgba(233, 56, 43, 0.08);
}

.attendance-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: end;
  margin-bottom: 12px;
}

.attendance-toolbar label {
  display: grid;
  gap: 6px;
  color: var(--leaf-dark);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.attendance-toolbar input,
.attendance-toolbar button {
  min-height: 42px;
  padding: 9px 12px;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  color: var(--ink);
  background: white;
  font: inherit;
  font-weight: 900;
}

.attendance-toolbar button {
  background: var(--sun);
  box-shadow: 3px 3px 0 var(--ink);
  cursor: pointer;
}

.attendance-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 12px;
}

.attendance-metrics article {
  min-height: 108px;
  display: grid;
  align-content: space-between;
  gap: 8px;
  padding: 14px;
  border: 1px solid rgba(17, 18, 13, 0.14);
  border-radius: var(--radius);
  background: white;
}

.attendance-metrics span,
.attendance-metrics small {
  color: var(--leaf-dark);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.attendance-metrics strong {
  color: var(--ink);
  font-family: var(--display-font);
  font-size: 46px;
  line-height: 0.88;
}

.attendance-metrics small {
  color: var(--muted);
  line-height: 1.25;
  text-transform: none;
}

.order-insights-panel {
  display: grid;
  gap: 12px;
}

.range-toggle {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.range-toggle button {
  min-width: 54px;
  min-height: 40px;
  padding: 8px 10px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  color: var(--ink);
  background: white;
  font: inherit;
  font-weight: 950;
  cursor: pointer;
}

.range-toggle button.active {
  background: var(--sun);
  box-shadow: 3px 3px 0 var(--ink);
}

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

.order-insight-grid article {
  min-height: 116px;
  display: grid;
  align-content: space-between;
  gap: 8px;
  padding: 14px;
  border: 1px solid rgba(17, 18, 13, 0.14);
  border-radius: var(--radius);
  background: white;
}

.order-insight-grid span,
.order-insight-grid small {
  color: var(--leaf-dark);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.order-insight-grid strong {
  color: var(--ink);
  font-family: var(--display-font);
  font-size: 52px;
  line-height: 0.88;
}

.order-insight-grid small {
  color: var(--muted);
  line-height: 1.25;
  text-transform: none;
}

.order-history-block {
  display: grid;
  gap: 12px;
}

.order-history-table td span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.order-history-panel {
  display: grid;
  gap: 14px;
}

.order-history-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.order-history-card {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  background: white;
  box-shadow: 4px 4px 0 rgba(17, 18, 13, 0.92);
}

.order-history-card-head,
.order-history-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.order-history-card-head span,
.order-history-meta span,
.mini-pill {
  padding: 7px 10px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--sun);
  color: var(--ink);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.order-history-card h3 {
  margin: 0;
  font-family: var(--display-font);
  font-size: 48px;
  line-height: 0.9;
}

.order-history-card p {
  margin: 0;
  color: var(--muted);
  font-weight: 850;
}

.order-history-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.order-history-card li {
  padding: 10px;
  border-radius: var(--radius);
  background: rgba(137, 200, 23, 0.12);
}

.order-history-card li strong,
.order-history-card li span {
  display: block;
}

.order-history-card li span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.field-help {
  margin-top: 6px;
  text-transform: none;
}

.field-help.is-error {
  color: var(--flame);
}

input.is-invalid {
  border-color: var(--flame) !important;
  box-shadow: 0 0 0 4px rgba(233, 56, 43, 0.12);
}

.status-select {
  min-height: 34px;
  padding: 6px 8px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(246, 223, 29, 0.28);
  font: inherit;
  font-size: 12px;
  font-weight: 950;
}

.text-action {
  min-height: 34px;
  padding: 7px 12px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  color: var(--ink);
  background: white;
  font: inherit;
  font-size: 12px;
  font-weight: 950;
  cursor: pointer;
  white-space: nowrap;
}

.text-action.danger {
  border-color: var(--flame);
  color: var(--flame);
  background: rgba(233, 56, 43, 0.08);
}

.text-action:hover {
  transform: translateY(-1px);
}

.empty-table-cell {
  color: var(--muted);
  text-align: center;
}

.admin-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.36fr);
  gap: 14px;
  align-items: start;
}

.admin-table-wrap {
  min-width: 0;
  overflow-x: auto;
  border: 1px solid rgba(17, 18, 13, 0.12);
  border-radius: var(--radius);
  background: white;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 920px;
}

.admin-table th,
.admin-table td {
  padding: 12px;
  border-bottom: 1px solid rgba(17, 18, 13, 0.1);
  text-align: left;
  vertical-align: top;
  font-weight: 850;
}

.admin-table th {
  color: var(--leaf-dark);
  background: rgba(137, 200, 23, 0.12);
  font-size: 12px;
  text-transform: uppercase;
}

.admin-table td {
  color: var(--muted);
}

.admin-table tr:last-child td {
  border-bottom: 0;
}

.booking-action-stack {
  display: grid;
  gap: 8px;
  min-width: 260px;
}

.booking-action-stack label {
  display: grid;
  gap: 4px;
}

.booking-action-stack label span {
  color: var(--leaf-dark);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.booking-action-stack input,
.booking-action-stack select {
  min-height: 34px;
  padding: 6px 8px;
  border: 2px solid var(--ink);
  border-radius: 10px;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  border: 1px solid rgba(17, 18, 13, 0.18);
  border-radius: 999px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
}

.pill.good {
  background: rgba(137, 200, 23, 0.26);
}

.pill.warn {
  background: rgba(255, 143, 36, 0.24);
}

.pill.neutral {
  background: rgba(246, 223, 29, 0.28);
}

.admin-mini-form,
.menu-admin-grid article,
.message-previews article,
.segment-grid article,
.settings-grid article,
.business-control-card,
.business-control-panel {
  padding: 14px;
  border: 1px solid rgba(17, 18, 13, 0.14);
  border-radius: var(--radius);
  background: white;
}

.menu-publish-status {
  margin: 0 0 12px;
  padding: 10px 12px;
  border: 1px solid rgba(137, 200, 23, 0.42);
  border-radius: var(--radius);
  color: var(--leaf-dark);
  background: rgba(137, 200, 23, 0.12);
  font-size: 13px;
  font-weight: 900;
}

.admin-mini-form {
  display: grid;
  gap: 10px;
}

.admin-mini-form h3,
.menu-admin-grid h3 {
  margin: 0;
  font-family: var(--display-font);
  font-size: 32px;
  line-height: 0.95;
}

.admin-mini-form label,
.menu-admin-grid label {
  display: grid;
  gap: 6px;
  color: var(--leaf-dark);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.admin-mini-form input,
.admin-mini-form select,
.campaign-studio input,
.campaign-studio select,
.campaign-studio textarea,
.menu-admin-grid input,
.search-field input,
.review-form-grid select {
  width: 100%;
  min-height: 40px;
  padding: 9px 10px;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  background: white;
  color: var(--ink);
  font: inherit;
  font-weight: 850;
}

.menu-admin-grid,
.marketing-builder-layout,
.message-previews,
.segment-grid,
.settings-grid {
  display: grid;
  gap: 12px;
}

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

.menu-admin-grid article {
  display: grid;
  gap: 10px;
}

.menu-admin-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 104px;
  gap: 10px;
  align-items: end;
  padding: 10px;
  border: 1px solid rgba(17, 18, 13, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 253, 243, 0.76);
}

.menu-admin-item:has(.sold-out-check input:checked) {
  background: rgba(233, 56, 43, 0.08);
}

.menu-admin-item:has(.sold-out-check input:checked) input:not([type="checkbox"]) {
  color: rgba(17, 18, 13, 0.58);
  text-decoration: line-through;
}

.toggle-row {
  grid-template-columns: auto 1fr;
  align-items: center;
  color: var(--muted) !important;
  text-transform: none !important;
  font-size: 14px !important;
}

.toggle-row input {
  width: 18px;
  min-height: 18px;
  accent-color: var(--leaf);
}

.sold-out-check {
  min-height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 7px !important;
  padding: 9px 8px;
  border: 2px solid rgba(17, 18, 13, 0.18);
  border-radius: var(--radius);
  color: var(--ink) !important;
  background: white;
  font-size: 12px !important;
  text-transform: none !important;
  cursor: pointer;
}

.sold-out-check input {
  width: 18px;
  min-height: 18px;
  accent-color: var(--flame);
}

.sold-out-check:has(input:checked) {
  border-color: var(--flame);
  background: rgba(233, 56, 43, 0.1);
}

.marketing-builder-layout {
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
  align-items: stretch;
}

.campaign-command {
  display: grid;
  gap: 14px;
}

.campaign-scoreboard {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.campaign-scoreboard article,
.campaign-studio,
.campaign-preview-stack article {
  padding: 14px;
  border: 1px solid rgba(17, 18, 13, 0.14);
  border-radius: var(--radius);
  background: white;
}

.campaign-scoreboard article {
  min-height: 116px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.campaign-scoreboard span,
.campaign-scoreboard small {
  display: block;
  color: var(--muted);
  line-height: 1.35;
  font-weight: 850;
}

.campaign-scoreboard span {
  color: var(--leaf-dark);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.campaign-scoreboard strong {
  font-family: var(--display-font);
  font-size: 46px;
  line-height: 0.9;
}

.campaign-builder-suite {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: 14px;
  align-items: stretch;
}

.campaign-studio {
  display: grid;
  gap: 14px;
}

.campaign-step {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: start;
}

.campaign-step > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--sun);
  font-weight: 950;
}

.campaign-step h3 {
  margin: 0;
  font-family: var(--display-font);
  font-size: 36px;
  line-height: 0.92;
}

.campaign-step p {
  margin: 6px 0 0;
  color: var(--muted);
  font-weight: 850;
}

.campaign-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.campaign-studio label {
  display: grid;
  gap: 6px;
  color: var(--leaf-dark);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.campaign-studio textarea {
  min-height: 92px;
  resize: vertical;
}

.campaign-wide-field {
  grid-column: 1 / -1;
}

.channel-picker {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.channel-picker label {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px;
  border: 2px solid rgba(17, 18, 13, 0.18);
  border-radius: var(--radius);
  color: var(--ink);
  background: rgba(246, 223, 29, 0.12);
  text-transform: none;
  cursor: pointer;
}

.channel-picker input {
  width: 18px;
  min-height: 18px;
  accent-color: var(--leaf);
}

.channel-picker label:has(input:checked) {
  border-color: var(--ink);
  background: var(--sun);
  box-shadow: 3px 3px 0 var(--ink);
}

.campaign-message-field {
  text-transform: none !important;
}

.campaign-controls-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.campaign-controls-row button {
  flex: 1 1 160px;
  min-height: 48px;
  padding: 10px 12px;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--sun);
  font: inherit;
  font-weight: 950;
  box-shadow: 3px 3px 0 var(--ink);
  cursor: pointer;
}

.campaign-controls-row button:first-child {
  background: white;
}

.campaign-controls-row button[data-send-campaign-now] {
  flex-basis: 100%;
}

.campaign-controls-row button[data-generated="true"] {
  background: var(--leaf);
  color: white;
}

.campaign-live-status {
  margin: 0;
  padding: 10px 12px;
  border: 1px solid rgba(137, 200, 23, 0.45);
  border-radius: var(--radius);
  color: var(--leaf-dark);
  background: rgba(137, 200, 23, 0.14);
  font-size: 13px;
  font-weight: 900;
}

.campaign-preview-stack {
  display: grid;
  gap: 12px;
  align-content: stretch;
}

.email-preview {
  display: grid;
  gap: 12px;
  background: #fff9dd !important;
}

.email-preview-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.email-preview-top > span {
  color: var(--leaf-dark);
}

.email-preview-top small {
  color: var(--muted);
  font-weight: 900;
}

.branded-email-frame {
  overflow: hidden;
  border: 2px solid rgba(17, 18, 13, 0.16);
  border-radius: 12px;
  background: white;
  box-shadow: 0 12px 28px rgba(17, 18, 13, 0.12);
}

.email-brand-strip {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  background: linear-gradient(135deg, var(--leaf), var(--sun) 62%, var(--flame));
}

.email-brand-strip img {
  width: 52px;
  height: 52px;
  border: 2px solid var(--ink);
  border-radius: 10px;
  object-fit: cover;
  background: var(--sun);
}

.email-brand-strip strong,
.email-brand-strip small {
  display: block;
  color: var(--ink);
}

.email-brand-strip strong {
  font-family: var(--display-font);
  font-size: 30px;
  line-height: 0.95;
}

.email-brand-strip small {
  font-size: 12px;
  font-weight: 950;
}

.email-hero-block {
  padding: 18px 16px 8px;
}

.email-hero-block p {
  margin: 0 0 8px;
  color: var(--flame);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.email-hero-block h3 {
  margin: 0;
  font-family: var(--display-font);
  font-size: clamp(38px, 6vw, 58px);
  line-height: 0.9;
}

.branded-email-frame > p {
  margin: 0;
  padding: 0 16px 14px;
  color: var(--ink);
  line-height: 1.38;
  font-weight: 850;
}

.branded-email-frame > a {
  display: block;
  width: max-content;
  max-width: calc(100% - 32px);
  margin: 0 16px 16px;
  padding: 11px 16px;
  border: 3px solid var(--ink);
  border-radius: 8px;
  color: var(--ink);
  background: var(--sun);
  font-weight: 950;
  text-decoration: none;
  box-shadow: 4px 4px 0 var(--ink);
}

.branded-email-frame > small {
  display: block;
  padding: 12px 16px;
  border-top: 1px solid rgba(17, 18, 13, 0.12);
  color: var(--muted);
  background: rgba(137, 200, 23, 0.08);
  font-size: 11px;
  font-weight: 800;
}

.web-banner-preview {
  background: rgba(137, 200, 23, 0.14) !important;
}

.banner-preview-head,
.banner-preview-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.banner-preview-head small {
  border: 2px solid rgba(12, 13, 8, 0.18);
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(255, 247, 223, 0.76);
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
}

.banner-preview-head small[data-banner-live="true"] {
  border-color: rgba(59, 114, 20, 0.32);
  background: rgba(137, 200, 23, 0.24);
  color: var(--leaf-dark);
}

.banner-preview-actions {
  margin-top: 14px;
}

.banner-preview-actions button {
  width: 100%;
  min-height: 46px;
  border: 3px solid var(--ink);
  border-radius: 8px;
  background: var(--sun);
  color: var(--ink);
  font: inherit;
  font-weight: 950;
  box-shadow: 4px 4px 0 var(--ink);
  cursor: pointer;
}

.banner-preview-actions button:last-child {
  background: white;
}

.banner-preview-actions button:hover {
  transform: translate(-1px, -1px);
  box-shadow: 5px 5px 0 var(--ink);
}

.staff-preview {
  background: white !important;
}

.web-banner-preview span {
  color: var(--leaf-dark);
}

.web-banner-preview strong {
  display: block;
  font-family: var(--display-font);
  font-size: 34px;
  line-height: 0.94;
}

.staff-preview span {
  color: var(--leaf-dark);
}

.staff-preview strong {
  display: block;
  margin-bottom: 8px;
  font-weight: 950;
}

.staff-preview p {
  color: var(--muted);
  line-height: 1.35;
  font-weight: 850;
}

.social-generator {
  grid-column: 1 / -1;
  display: grid;
  gap: 16px;
  background: #fffdf3 !important;
}

.social-generator-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}

.social-generator-head h3 {
  margin: 4px 0 6px;
  font-family: var(--display-font);
  font-size: clamp(38px, 5vw, 58px);
  line-height: 0.9;
}

.social-generator-head p {
  max-width: 640px;
  margin: 0;
  color: var(--muted);
  font-weight: 850;
  line-height: 1.35;
}

.social-generator-head small {
  padding: 8px 12px;
  border: 2px solid rgba(17, 18, 13, 0.18);
  border-radius: 999px;
  color: var(--leaf-dark);
  background: rgba(137, 200, 23, 0.14);
  font-weight: 950;
  white-space: nowrap;
}

.social-generator-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(320px, 1.12fr);
  gap: 18px;
  align-items: stretch;
}

.social-art-board {
  display: grid;
  min-height: 420px;
  place-items: center;
  padding: 16px;
  border: 2px solid rgba(17, 18, 13, 0.14);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(137, 200, 23, 0.12), rgba(246, 223, 29, 0.14)),
    white;
}

.social-art-board canvas {
  width: 100%;
  height: auto;
  max-height: 560px;
  border: 3px solid var(--ink);
  border-radius: 14px;
  background: var(--sun);
  box-shadow: 7px 7px 0 var(--ink);
  object-fit: contain;
}

.social-generator-controls {
  display: grid;
  gap: 12px;
  align-content: start;
}

.social-format-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.social-format-row button,
.social-share-actions button {
  min-height: 46px;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  color: var(--ink);
  background: white;
  font: inherit;
  font-weight: 950;
  cursor: pointer;
  box-shadow: 3px 3px 0 var(--ink);
}

.social-format-row button.active,
.social-share-actions button:first-child,
.social-share-actions button:nth-child(2) {
  background: var(--sun);
}

.social-format-row button:hover,
.social-share-actions button:hover {
  transform: translate(-1px, -1px);
  box-shadow: 4px 4px 0 var(--ink);
}

.social-caption-card {
  display: grid;
  gap: 8px;
}

.social-caption-card span {
  color: var(--leaf-dark);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.social-caption-card textarea {
  min-height: 190px;
  padding: 12px;
  border: 2px solid rgba(17, 18, 13, 0.18);
  border-radius: var(--radius);
  color: var(--ink);
  background: white;
  font: inherit;
  font-size: 15px;
  line-height: 1.42;
  resize: vertical;
}

.social-share-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.social-share-actions button:nth-child(5) {
  grid-column: 1 / -1;
  background: #11120d;
  color: white;
}

.social-generator-note {
  margin: 0;
  padding: 10px 12px;
  border: 1px solid rgba(137, 200, 23, 0.45);
  border-radius: var(--radius);
  color: var(--muted);
  background: rgba(137, 200, 23, 0.12);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
}

.message-previews {
  grid-template-columns: 1fr;
  align-content: start;
}

.message-previews span {
  display: block;
  margin-bottom: 8px;
  color: var(--leaf-dark);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.message-previews p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
  font-weight: 850;
}

.message-previews article {
  min-width: 0;
  overflow: hidden;
}

.message-previews strong {
  display: block;
  margin-bottom: 6px;
  font-weight: 950;
}

.phone-preview {
  color: white;
  background:
    linear-gradient(145deg, rgba(17, 18, 13, 0.96), rgba(17, 18, 13, 0.88)),
    repeating-linear-gradient(45deg, rgba(246, 223, 29, 0.12) 0 10px, transparent 10px 20px) !important;
}

.phone-preview span {
  color: var(--sun);
}

.phone-preview p {
  color: rgba(255, 255, 255, 0.82);
}

.email-preview {
  background: rgba(246, 223, 29, 0.13) !important;
}

.segment-grid strong,
.segment-grid span,
.settings-grid strong,
.settings-grid span,
.business-control-card strong,
.business-control-card span {
  display: block;
}

.segment-grid strong,
.settings-grid strong,
.business-control-card strong {
  font-weight: 950;
}

.segment-grid span,
.settings-grid span,
.business-control-card span {
  margin-top: 6px;
  color: var(--muted);
  line-height: 1.4;
  font-weight: 850;
}

.segment-grid,
.settings-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.business-control-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 14px;
}

.business-control-card {
  min-height: 128px;
  color: var(--ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.business-control-card:hover,
.business-control-card.active {
  border-color: var(--ink);
  box-shadow: 5px 5px 0 var(--ink);
  transform: translate(-2px, -2px);
}

.business-control-card.active {
  background: var(--sun);
}

.business-control-panels {
  display: grid;
  gap: 12px;
}

.business-control-panel {
  display: grid;
  gap: 14px;
}

.business-control-panel[hidden] {
  display: none;
}

.business-control-panel h3 {
  margin: 0;
  font-family: var(--display-font);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 0.9;
}

.business-control-panel p {
  margin: 6px 0 0;
  color: var(--muted);
  font-weight: 850;
  line-height: 1.4;
}

.opening-hours-editor,
.staff-account-form,
.photo-reel-editor {
  display: grid;
  gap: 12px;
}

.opening-status-row,
.staff-account-form,
.photo-url-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: end;
}

.opening-status-row,
.opening-hours-grid,
.staff-account-form,
.photo-admin-grid,
.photo-url-row {
  display: grid;
  gap: 12px;
}

.opening-status-row label,
.opening-hours-grid label,
.staff-account-form label,
.photo-admin-card label,
.photo-url-row label {
  display: grid;
  gap: 6px;
  color: var(--leaf-dark);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.photo-admin-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.photo-admin-card {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(17, 18, 13, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 253, 243, 0.82);
}

.photo-admin-card img {
  width: 100%;
  height: 100%;
  min-height: 160px;
  object-fit: cover;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  box-shadow: 4px 4px 0 var(--leaf);
}

.photo-admin-card > div {
  display: grid;
  gap: 9px;
}

.photo-admin-card input,
.photo-url-row input {
  width: 100%;
  min-height: 40px;
  padding: 9px 10px;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  background: white;
  color: var(--ink);
  font: inherit;
  font-weight: 850;
}

.photo-url-row label:first-child {
  grid-column: span 2;
}

.opening-status-row label:first-child {
  grid-column: span 1;
}

.opening-status-row label:last-child {
  grid-column: span 3;
}

.opening-status-row input,
.opening-status-row select,
.opening-hours-grid input,
.staff-account-form input,
.staff-account-form select {
  width: 100%;
  min-height: 42px;
  padding: 9px 10px;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  background: white;
  color: var(--ink);
  font: inherit;
  font-weight: 850;
}

.opening-hours-grid {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.opening-hours-grid article {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(17, 18, 13, 0.14);
  border-radius: var(--radius);
  background: rgba(137, 200, 23, 0.08);
}

.opening-hours-grid strong {
  font-weight: 950;
}

.opening-hours-grid .sold-out-check {
  display: flex;
  align-items: center;
}

.customer-search-card {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(260px, 0.8fr);
  gap: 12px;
  align-items: end;
  margin-bottom: 12px;
  padding: 14px;
  border: 1px solid rgba(17, 18, 13, 0.14);
  border-radius: var(--radius);
  background: white;
}

.search-field {
  display: grid;
  gap: 6px;
  color: var(--leaf-dark);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.customer-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.customer-filter-row button {
  min-height: 34px;
  padding: 8px 10px;
  background: white;
  box-shadow: none;
  font-size: 12px;
}

.customer-filter-row button.active {
  background: var(--sun);
  box-shadow: 3px 3px 0 var(--ink);
}

.customer-search-status {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding-top: 10px;
  border-top: 1px solid rgba(17, 18, 13, 0.1);
}

.customer-search-status strong,
.customer-search-status span {
  display: block;
}

.customer-search-status strong {
  font-weight: 950;
}

.customer-search-status span {
  color: var(--muted);
  font-weight: 800;
}

.customer-directory {
  margin-top: 12px;
  border: 1px solid rgba(17, 18, 13, 0.14);
  border-radius: var(--radius);
  overflow: hidden;
  background: white;
}

.customer-directory-head,
.customer-directory article {
  display: grid;
  grid-template-columns: 1.1fr 1.25fr 0.7fr 0.8fr 1.1fr;
  gap: 12px;
  align-items: center;
}

.customer-directory-head {
  padding: 12px 14px;
  color: var(--leaf-dark);
  background: rgba(137, 200, 23, 0.12);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.customer-directory article {
  padding: 14px;
  border-top: 1px solid rgba(17, 18, 13, 0.1);
}

.customer-directory article[hidden] {
  display: none;
}

.customer-directory strong,
.customer-directory span,
.customer-directory small {
  display: block;
}

.customer-directory strong {
  font-weight: 950;
}

.customer-directory span,
.customer-directory small {
  color: var(--muted);
  font-weight: 850;
}

.customer-directory small {
  margin-top: 4px;
  font-size: 12px;
}

.consent-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.consent-pills span {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 4px 8px;
  border: 1px solid rgba(17, 18, 13, 0.16);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(137, 200, 23, 0.2);
  font-size: 12px;
  font-weight: 950;
}

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

.stars {
  color: var(--sun);
  font-size: 20px;
  font-weight: 950;
  text-shadow: 1px 1px 0 var(--ink);
}

.review-console {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.36fr);
  gap: 12px;
  align-items: stretch;
}

.review-message-card,
.review-links-card,
.review-queue article {
  padding: 14px;
  border: 1px solid rgba(17, 18, 13, 0.14);
  border-radius: var(--radius);
  background: white;
}

.review-message-card {
  display: grid;
  gap: 12px;
}

.mini-label {
  display: block;
  margin-bottom: 6px;
  color: var(--leaf-dark);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.review-message-card h3 {
  margin: 0;
  font-family: var(--display-font);
  font-size: 34px;
  line-height: 0.95;
}

.review-message-card p,
.review-template p,
.review-queue p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
  font-weight: 850;
}

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

.review-form-grid label,
.review-recipient-grid label,
.review-message-field {
  display: grid;
  gap: 6px;
  color: var(--leaf-dark);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.review-template {
  display: grid;
  gap: 10px;
  padding: 14px;
  border-radius: var(--radius);
  color: white;
  background:
    linear-gradient(145deg, rgba(17, 18, 13, 0.96), rgba(17, 18, 13, 0.88)),
    repeating-linear-gradient(45deg, rgba(246, 223, 29, 0.12) 0 10px, transparent 10px 20px);
}

.review-template span {
  color: var(--sun);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.review-template p {
  color: rgba(255, 255, 255, 0.82);
}

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

.review-recipient-grid input,
.review-message-field textarea {
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  color: var(--ink);
  background: white;
  font: inherit;
  font-weight: 850;
}

.review-message-field textarea {
  min-height: 96px;
  resize: vertical;
}

.review-template button {
  justify-self: start;
}

.review-links-card {
  display: grid;
  gap: 8px;
  align-content: start;
}

.review-links-card a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 12px;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  color: var(--ink);
  background: rgba(246, 223, 29, 0.16);
  font-weight: 950;
}

.review-links-card a::after {
  content: "Open";
  color: var(--leaf-dark);
  font-size: 12px;
  text-transform: uppercase;
}

.review-queue {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.review-queue article {
  display: grid;
  gap: 8px;
}

.review-queue strong {
  font-weight: 950;
}

.queue-status {
  width: max-content;
  max-width: 100%;
  padding: 5px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.queue-status.ready {
  background: rgba(137, 200, 23, 0.28);
}

.queue-status.scheduled {
  background: rgba(246, 223, 29, 0.32);
}

.queue-status.draft {
  background: rgba(255, 143, 36, 0.24);
}

.campaign-preview {
  padding: 22px;
  color: white;
  background:
    linear-gradient(180deg, rgba(25, 26, 22, 0.98), rgba(25, 26, 22, 0.92)),
    repeating-linear-gradient(45deg, rgba(246, 223, 29, 0.14) 0 14px, transparent 14px 28px);
}

.campaign-preview .eyebrow {
  color: var(--sun);
}

.campaign-preview p {
  color: rgba(255, 255, 255, 0.78);
}

.campaign-preview .metric-row span {
  color: var(--ink);
  background: var(--sun);
}

.story {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: center;
}

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

.story-stats article {
  min-height: 180px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.story-stats strong {
  font-family: var(--display-font);
  font-size: 56px;
  line-height: 0.9;
  color: var(--flame);
}

.story-stats span {
  font-weight: 900;
  line-height: 1.25;
}

.story-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.text-link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--leaf-dark);
  font-weight: 950;
  border-bottom: 3px solid var(--sun);
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.82fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  padding-top: clamp(58px, 8vw, 108px);
  padding-bottom: clamp(54px, 8vw, 96px);
}

.about-hero h1 {
  max-width: 720px;
  font-size: clamp(52px, 6vw, 90px);
  line-height: 1.02;
}

.about-hero-copy p {
  max-width: 740px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.62;
}

.about-hero-photo,
.photo-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--soft-border);
  border-radius: 28px;
  background: rgba(255, 253, 243, 0.88);
  box-shadow: var(--soft-shadow-strong);
}

.about-hero-photo img,
.photo-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.about-hero-photo figcaption,
.photo-card figcaption {
  padding: 16px 18px 18px;
  color: var(--ink);
  font-weight: 850;
  line-height: 1.35;
}

.about-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: stretch;
}

.about-card,
.special-days-banner {
  border: 1px solid var(--soft-border);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 253, 239, 0.94), rgba(255, 253, 239, 0.98)),
    repeating-linear-gradient(135deg, rgba(137, 200, 23, 0.09) 0 12px, transparent 12px 24px);
  box-shadow: var(--soft-shadow);
}

.about-card {
  padding: clamp(24px, 3vw, 34px);
}

.about-card h2 {
  font-size: clamp(36px, 3vw, 52px);
  line-height: 1.02;
}

.about-card p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.specials-list,
.offer-list {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.specials-list li,
.offer-list li {
  padding: 12px 14px;
  border-left: 5px solid var(--flame);
  border-radius: 14px;
  background: rgba(238, 52, 43, 0.1);
  font-weight: 850;
}

.offer-list li {
  border-left-color: var(--leaf);
  background: rgba(137, 200, 23, 0.12);
}

.food-van-card {
  color: white;
  background:
    radial-gradient(circle at 20% 8%, rgba(246, 223, 29, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(17, 18, 13, 0.96), rgba(29, 31, 23, 0.94));
  box-shadow: 0 22px 60px rgba(233, 56, 43, 0.2);
}

.food-van-card .eyebrow {
  color: var(--sun);
}

.food-van-card h2,
.food-van-card p {
  color: white;
}

.special-days-banner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 22px;
  margin-bottom: 22px;
  box-shadow: 8px 8px 0 var(--sun);
}

.special-days-banner h3 {
  margin-bottom: 8px;
}

.special-days-banner p {
  margin: 0;
  color: var(--muted);
  font-weight: 850;
  line-height: 1.45;
}

.review-grid {
  grid-template-columns: 1.15fr 0.9fr 0.95fr;
}

.review-card {
  min-height: 230px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.review-card:hover {
  transform: translate(-2px, -2px);
  box-shadow: 10px 10px 0 rgba(17, 18, 13, 0.86);
}

.review-card.feature {
  background: var(--ink);
  color: white;
  box-shadow: 6px 6px 0 var(--flame);
}

.review-source {
  color: var(--flame);
  font-weight: 950;
  text-transform: uppercase;
}

.review-card.feature .review-source {
  color: var(--sun);
}

.review-card strong {
  font-family: var(--display-font);
  font-size: 64px;
  line-height: 0.9;
}

.review-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.5;
}

.review-card.feature p {
  color: rgba(255, 255, 255, 0.76);
}

.quote-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 18px;
}

blockquote {
  margin: 0;
  padding: 24px;
  background: rgba(246, 223, 29, 0.32);
  border-left: 8px solid var(--flame);
  border-radius: var(--radius);
}

blockquote p {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 900;
}

blockquote cite {
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
}

.review-wall {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.review-wall article {
  min-height: 220px;
  padding: 20px;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 6px 6px 0 var(--leaf);
}

.review-wall span {
  display: inline-grid;
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--sun);
  font-weight: 950;
}

.review-wall h3 {
  font-family: var(--display-font);
  font-size: 34px;
  line-height: 0.95;
}

.review-wall p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.5;
  font-weight: 800;
}

.review-cta {
  display: flex;
  margin-top: 18px;
}

.order-band {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 28px;
  align-items: center;
  padding: 76px max(16px, calc((100vw - 1180px) / 2));
  color: white;
  background:
    linear-gradient(90deg, rgba(17, 18, 13, 0.94), rgba(17, 18, 13, 0.88)),
    repeating-linear-gradient(45deg, var(--leaf) 0 18px, var(--sun) 18px 36px, var(--flame) 36px 54px);
}

.order-band .eyebrow {
  color: var(--sun);
}

.order-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.direct-order-section.is-paused .direct-order-form {
  opacity: 0.62;
}

.direct-order-section.is-paused .direct-order-form button[type="submit"] {
  pointer-events: none;
  filter: grayscale(1);
}

.direct-order-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 18px;
  align-items: start;
}

.direct-order-items,
.direct-order-summary [data-direct-order-summary] {
  display: grid;
  gap: 12px;
}

.direct-order-line,
.direct-order-summary [data-direct-order-summary] article {
  padding: 14px;
  border: 1px solid rgba(17, 18, 13, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 253, 243, 0.84);
}

.direct-order-line {
  display: grid;
  gap: 10px;
}

.direct-order-line-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.direct-order-line-price {
  margin-left: auto;
  padding: 7px 10px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  color: var(--ink);
  background: var(--sun);
  font-weight: 950;
}

.direct-order-line-head button,
.kitchen-ticket-actions button {
  min-height: 38px;
  padding: 8px 10px;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  background: white;
  color: var(--ink);
  font: inherit;
  font-weight: 950;
  cursor: pointer;
}

.direct-order-summary {
  display: grid;
  gap: 14px;
}

.direct-order-summary h3,
.kitchen-board h1,
.kitchen-ticket h2 {
  margin: 0;
  font-family: var(--display-font);
  line-height: 0.9;
}

.direct-order-summary h3 {
  font-size: clamp(40px, 5vw, 64px);
}

.direct-order-summary [data-direct-order-summary] article strong,
.direct-order-summary [data-direct-order-summary] article span {
  display: block;
}

.direct-order-summary [data-direct-order-summary] article span {
  margin-top: 6px;
  color: var(--muted);
  font-weight: 850;
  line-height: 1.35;
}

.direct-order-summary [data-direct-order-summary] .direct-order-total {
  border-color: var(--ink);
  background: rgba(246, 223, 29, 0.28);
}

.kitchen-board {
  width: min(1500px, calc(100% - 24px));
  margin: 24px auto;
  padding: clamp(18px, 3vw, 32px);
}

.kitchen-board h1 {
  font-size: clamp(64px, 9vw, 138px);
  line-height: 0.86;
}

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

.kitchen-empty,
.kitchen-ticket {
  min-height: 220px;
  padding: 16px;
  border: 3px solid var(--ink);
  border-radius: var(--radius);
  background: white;
  box-shadow: 6px 6px 0 var(--ink);
}

.kitchen-empty {
  grid-column: 1 / -1;
  display: grid;
  place-items: center;
  color: var(--muted);
  font-weight: 950;
}

.kitchen-ticket {
  display: grid;
  gap: 12px;
  align-content: start;
}

.kitchen-ticket.status-new {
  background: #fff4b8;
  animation: pulse-ticket 1.4s ease-in-out infinite;
}

.kitchen-ticket.status-ready {
  background: rgba(137, 200, 23, 0.22);
}

.kitchen-ticket.status-rejected {
  background: rgba(233, 56, 43, 0.14);
}

.kitchen-ticket-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.kitchen-ticket-head span {
  padding: 7px 10px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--sun);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.kitchen-ticket h2 {
  font-size: clamp(54px, 6vw, 84px);
  line-height: 0.86;
}

.kitchen-ticket p,
.kitchen-ticket small {
  margin: 0;
  color: var(--muted);
  font-weight: 850;
}

.kitchen-ticket ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kitchen-ticket li {
  padding: 10px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
}

.kitchen-ticket li strong,
.kitchen-ticket li span {
  display: block;
}

.kitchen-ticket li span {
  margin-top: 4px;
  color: var(--muted);
  font-weight: 850;
}

.kitchen-allergy-note {
  padding: 10px;
  border: 2px solid var(--flame);
  border-radius: var(--radius);
  background: rgba(233, 56, 43, 0.12);
  color: var(--ink) !important;
}

.kitchen-ticket-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.kitchen-ticket-actions button {
  background: var(--sun);
}

[data-kitchen-start-alerts].is-armed {
  background: var(--leaf);
  color: var(--ink);
}

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

.visit-card,
.hours-card {
  padding: 28px;
}

.contact-stack {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.contact-stack a {
  padding: 14px 16px;
  background: rgba(137, 200, 23, 0.16);
  border-radius: var(--radius);
  font-weight: 950;
}

.hours-card h3 {
  font-family: var(--display-font);
  font-size: 46px;
  line-height: 0.95;
}

.hours-list {
  display: grid;
  gap: 8px;
  margin: 0;
}

.hours-list div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px dashed rgba(17, 18, 13, 0.22);
}

.hours-list div:last-child {
  border-bottom: 0;
}

.hours-list dt,
.hours-list dd {
  margin: 0;
  font-weight: 900;
}

.hours-list dd {
  color: var(--leaf-dark);
}

.gallery-feature {
  margin: 0;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 10px 10px 0 var(--leaf);
}

.gallery-feature img {
  width: 100%;
  aspect-ratio: 5 / 3;
  object-fit: cover;
}

.gallery-feature figcaption {
  padding: 16px 18px 20px;
  font-weight: 950;
}

.menu-list li.has-menu-photo {
  cursor: pointer;
  position: relative;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.menu-list li.has-menu-photo::after {
  content: "View photo";
  grid-column: 1 / -1;
  justify-self: start;
  margin-top: 6px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(246, 223, 29, 0.42);
  color: var(--ink);
  font-size: 12px;
  font-weight: 950;
}

.menu-list li.has-menu-photo:hover,
.menu-list li.has-menu-photo:focus-visible {
  transform: translateY(-2px);
  background: rgba(246, 223, 29, 0.16);
  box-shadow: 0 0 0 3px rgba(246, 223, 29, 0.42);
  outline: 0;
}

.menu-list li.has-menu-photo:last-child {
  padding-bottom: 12px;
}

.menu-photo-modal[hidden] {
  display: none;
}

.menu-photo-modal {
  position: fixed;
  inset: 0;
  z-index: 260;
  display: grid;
  place-items: center;
  padding: 20px;
}

.menu-photo-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 18, 13, 0.72);
  backdrop-filter: blur(5px);
}

.menu-photo-dialog {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  overflow: hidden;
  border: 3px solid var(--ink);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 12px 12px 0 var(--flame);
}

.menu-photo-dialog img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
}

.menu-photo-copy {
  display: grid;
  align-content: end;
  gap: 14px;
  padding: clamp(22px, 4vw, 40px);
  background:
    linear-gradient(180deg, rgba(255, 253, 239, 0.95), rgba(255, 253, 239, 0.99)),
    repeating-linear-gradient(135deg, rgba(137, 200, 23, 0.16) 0 12px, transparent 12px 24px);
}

.menu-photo-copy h3 {
  font-family: var(--display-font);
  font-size: clamp(48px, 6vw, 82px);
  line-height: 0.92;
}

.menu-photo-copy p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-weight: 950;
  font-size: 20px;
}

.menu-photo-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  min-height: 42px;
  padding: 8px 14px;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  background: var(--sun);
  box-shadow: 4px 4px 0 var(--ink);
  color: var(--ink);
  font: inherit;
  font-weight: 950;
  cursor: pointer;
}

body.has-open-modal {
  overflow: hidden;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.photo-carousel {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.photos-teaser {
  padding-top: clamp(18px, 3vw, 36px);
}

.about-hero + .photos-teaser {
  padding-top: 0;
}

.carousel-window {
  overflow: hidden;
  border: 1px solid var(--soft-border);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 253, 239, 0.94), rgba(255, 253, 239, 0.98)),
    repeating-linear-gradient(135deg, rgba(137, 200, 23, 0.14) 0 12px, transparent 12px 24px);
  box-shadow: var(--soft-shadow-strong);
}

.story-carousel .carousel-window {
  border: 0;
  box-shadow: 0 28px 90px rgba(17, 18, 13, 0.2);
}

.carousel-track {
  display: flex;
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.carousel-slide {
  flex: 0 0 100%;
  margin: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  min-height: 430px;
}

.story-carousel .carousel-slide {
  position: relative;
  display: block;
  min-height: 0;
  aspect-ratio: 16 / 9;
  background: var(--ink);
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.story-carousel .carousel-slide img {
  min-height: 0;
  height: 100%;
  opacity: 0.96;
}

.carousel-slide figcaption {
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 16px;
  padding: clamp(22px, 4vw, 42px);
  background:
    linear-gradient(145deg, rgba(17, 18, 13, 0.96), rgba(17, 18, 13, 0.9)),
    repeating-linear-gradient(135deg, rgba(246, 223, 29, 0.14) 0 12px, transparent 12px 24px);
  color: white;
}

.story-carousel .carousel-slide figcaption {
  display: none;
}

.carousel-slide figcaption strong {
  font-family: var(--display-font);
  font-size: clamp(42px, 5vw, 74px);
  line-height: 0.92;
  letter-spacing: 0;
}

.story-carousel .carousel-slide figcaption strong {
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1;
}

.carousel-slide figcaption span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
  font-weight: 850;
  line-height: 1.4;
}

.story-carousel .carousel-slide figcaption span {
  font-size: clamp(15px, 1.6vw, 18px);
  font-weight: 750;
}

.carousel-controls {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
}

.story-carousel-controls {
  width: min(760px, 100%);
  justify-self: center;
  margin-top: 4px;
  padding: 10px;
  border: 1px solid var(--soft-border);
  border-radius: 999px;
  background: rgba(255, 253, 243, 0.84);
  box-shadow: 0 14px 36px rgba(17, 18, 13, 0.1);
  backdrop-filter: blur(12px);
}

.carousel-controls button {
  min-height: 48px;
  padding: 10px 18px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--sun);
  box-shadow: 0 8px 18px rgba(17, 18, 13, 0.12);
  color: var(--ink);
  font: inherit;
  font-weight: 950;
  cursor: pointer;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.carousel-controls button:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(17, 18, 13, 0.16);
}

.carousel-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.carousel-dots button {
  width: 14px;
  min-height: 14px;
  height: 14px;
  padding: 0;
  border: 1px solid rgba(17, 18, 13, 0.18);
  border-radius: 50%;
  background: var(--paper);
  box-shadow: none;
  font-size: 0;
}

.carousel-dots button.is-active {
  background: var(--leaf);
  box-shadow: 0 0 0 4px rgba(137, 200, 23, 0.22);
}

.photo-card:nth-child(3n + 1) {
  box-shadow: 8px 8px 0 var(--flame);
}

.photo-card:nth-child(3n + 2) {
  box-shadow: 8px 8px 0 var(--sun);
}

.photo-card:nth-child(3n + 3) {
  box-shadow: 8px 8px 0 var(--leaf);
}

.footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 48px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
}

.footer p {
  margin: 6px 0 0;
  color: var(--muted);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  font-weight: 950;
}

.bonsori-credit {
  align-self: center;
  padding: 8px 12px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(246, 223, 29, 0.28);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}

.page-wipe {
  position: fixed;
  inset: 0;
  z-index: 200;
  pointer-events: none;
  transform: translateX(-110%);
  background:
    repeating-linear-gradient(90deg, var(--leaf) 0 15%, var(--sun) 15% 30%, var(--flame) 30% 45%, var(--ink) 45% 60%);
}

body.is-transitioning .page-wipe {
  animation: page-wipe 620ms cubic-bezier(0.76, 0, 0.24, 1);
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes pulse-ticket {
  0%,
  100% {
    box-shadow: 6px 6px 0 var(--ink);
  }

  50% {
    box-shadow: 10px 10px 0 var(--flame);
    transform: translate(-2px, -2px);
  }
}

@keyframes float-card {
  0%,
  100% {
    transform: translateY(0) rotate(-1deg);
  }

  50% {
    transform: translateY(-12px) rotate(1deg);
  }
}

@keyframes page-wipe {
  0% {
    transform: translateX(-110%);
  }

  48% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(110%);
  }
}

@media (max-width: 920px) {
  #menu::before,
  #menu::after,
  .menu-grid::after {
    display: none;
  }

  .team-login-grid {
    grid-template-columns: 1fr;
  }

  .attendance-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .delivery-grid,
  .order-insight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .status-bar {
    top: 76px;
  }

  .status-inner {
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 10px 0;
  }

  .status-inner strong {
    white-space: normal;
  }

  .site-campaign-banner {
    top: 128px;
  }

  .site-campaign-inner {
    grid-template-columns: 1fr auto;
  }

  .site-campaign-inner .mini-label {
    justify-self: start;
  }

  .site-campaign-inner strong,
  .site-campaign-inner p {
    grid-column: 1 / -1;
  }

  .site-campaign-inner .button {
    grid-column: 2;
    grid-row: 1;
  }

  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: 76px;
    right: 16px;
    left: 16px;
    display: none;
    padding: 16px;
    background: var(--paper);
    border: 2px solid var(--ink);
    border-radius: var(--radius);
    box-shadow: 6px 6px 0 var(--ink);
  }

  .nav-links.is-open {
    display: grid;
  }

  .nav-links a {
    border-radius: var(--radius);
  }

  .hero,
  .story,
  .about-hero,
  .builder-panel,
  .system-grid,
  .dashboard-shadow,
  .direct-order-layout,
  .order-band,
  .visit {
    grid-template-columns: 1fr;
  }

  .kitchen-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero {
    min-height: auto;
    padding-top: 42px;
  }

  .hero-brand {
    min-height: 470px;
  }

  .meal-guide,
  .allergen-filter,
  .builder-form,
  .form-row.two,
  .menu-grid,
  .review-grid,
  .quote-row,
  .review-wall,
  .story-stats,
  .about-detail-grid,
  .photo-grid,
  .special-days-banner,
  .carousel-slide,
  .menu-photo-dialog {
    grid-template-columns: 1fr;
  }

  .special-days-banner .button {
    width: 100%;
  }

  .carousel-slide {
    min-height: auto;
  }

  .carousel-slide img {
    min-height: 320px;
  }

  .carousel-slide figcaption {
    min-height: 220px;
  }

  .menu-photo-dialog img {
    min-height: 300px;
    max-height: 52vh;
  }

  .menu-photo-copy {
    align-content: start;
  }

  .order-band {
    padding-inline: 16px;
  }

  .dashboard-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-nav-actions {
    gap: 8px;
  }

  .admin-hero,
  .admin-workspace {
    grid-template-columns: 1fr;
  }

  .admin-kpi-grid,
  .admin-tool-grid,
  .price-editor {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-sidebar {
    position: static;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .admin-app,
  .admin-overview,
  .admin-split,
  .customer-search-card,
  .campaign-builder-suite,
  .social-generator-grid,
  .review-console {
    grid-template-columns: 1fr;
  }

  .campaign-scoreboard,
  .business-control-grid,
  .opening-hours-grid,
  .photo-admin-grid,
  .social-format-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .customer-directory-head,
  .customer-directory article {
    grid-template-columns: 1.1fr 1fr 0.8fr;
  }

  .customer-directory-head span:nth-child(4),
  .customer-directory-head span:nth-child(5),
  .customer-directory article > div:nth-child(4),
  .customer-directory article > div:nth-child(5) {
    display: none;
  }

  .admin-app-sidebar {
    position: static;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .admin-app-sidebar img,
  .admin-app-sidebar strong {
    grid-column: span 2;
  }

  .admin-metrics,
  .menu-admin-grid,
  .marketing-builder-layout,
  .campaign-form-grid,
  .channel-picker,
  .review-form-grid,
  .review-queue,
  .message-previews,
  .segment-grid,
  .settings-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .social-art-board {
    min-height: 360px;
  }
}

@media (max-width: 620px) {
  .status-inner {
    width: min(100% - 20px, 1180px);
  }

  .site-campaign-inner {
    width: min(100% - 20px, 1180px);
    grid-template-columns: 1fr;
  }

  .site-campaign-inner .button {
    grid-column: 1;
    grid-row: auto;
    width: 100%;
  }

  .social-generator-head {
    display: grid;
  }

  .social-generator-head small {
    width: 100%;
    text-align: center;
    white-space: normal;
  }

  .social-format-row,
  .social-share-actions {
    grid-template-columns: 1fr;
  }

  .social-share-actions button:nth-child(5) {
    grid-column: auto;
  }

  .nav {
    width: min(100% - 20px, 1180px);
  }

  .brand strong {
    font-size: 24px;
  }

  .brand-mark {
    width: 46px;
    height: 46px;
  }

  .dashboard-sidebar {
    grid-template-columns: 1fr;
  }

  .admin-header .nav {
    gap: 12px;
  }

  .admin-nav-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }

  .admin-hero,
  .admin-kpi-grid,
  .admin-workspace {
    width: min(100% - 20px, 1180px);
  }

  .admin-kpi-grid,
  .admin-tool-grid,
  .price-editor {
    grid-template-columns: 1fr;
  }

  .tool-card-head,
  .campaign-admin-preview,
  .review-admin-strip {
    display: grid;
  }

  .tool-status {
    justify-self: start;
  }

  .admin-app {
    width: min(100% - 20px, 1180px);
  }

  .admin-app-sidebar,
  .admin-metrics,
  .attendance-metrics,
  .delivery-grid,
  .order-insight-grid,
  .order-history-list,
  .business-control-grid,
  .kitchen-columns,
  .opening-status-row,
  .opening-hours-grid,
  .staff-account-form,
  .photo-admin-grid,
  .photo-url-row,
  .menu-admin-grid,
  .marketing-builder-layout,
  .campaign-scoreboard,
  .campaign-form-grid,
  .channel-picker,
  .review-form-grid,
  .review-queue,
  .message-previews,
  .segment-grid,
  .settings-grid,
  .manage-booking-grid {
    grid-template-columns: 1fr;
  }

  .admin-app-sidebar img,
  .admin-app-sidebar strong {
    grid-column: auto;
  }

  .admin-panel-head,
  .admin-actions {
    display: grid;
    justify-content: stretch;
  }

  .menu-admin-item {
    grid-template-columns: 1fr;
  }

  .sold-out-check {
    justify-content: flex-start;
  }

  .customer-search-status {
    display: grid;
  }

  .customer-directory-head {
    display: none;
  }

  .customer-directory article {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .customer-directory article > div:nth-child(4),
  .customer-directory article > div:nth-child(5) {
    display: block;
  }

  .customer-directory article > .consent-pills {
    display: flex;
  }

  .campaign-controls-row {
    display: grid;
  }

  .opening-status-row label:first-child,
  .opening-status-row label:last-child,
  .photo-url-row label:first-child {
    grid-column: auto;
  }

  .photo-admin-card {
    grid-template-columns: 1fr;
  }

  .banner-preview-head,
  .banner-preview-actions {
    display: grid;
    justify-content: stretch;
  }

  .review-template button,
  .review-links-card a {
    width: 100%;
  }

  .hero,
  .section,
  .footer {
    width: min(100% - 20px, 1180px);
  }

  h1 {
    font-size: clamp(64px, 22vw, 104px);
  }

  h2 {
    font-size: clamp(42px, 14vw, 68px);
  }

  .hero-brand {
    min-height: 390px;
  }

  .hero-brand::before {
    inset: 8% 2% 12%;
  }

  .logo-stage {
    width: min(300px, 82vw);
  }

  .hero-badge {
    width: min(340px, 92%);
    max-width: none;
    text-align: center;
  }

  .menu-card-title,
  .menu-list li,
  .builder-actions,
  .hours-list div,
  .footer {
    display: grid;
  }

  .builder-actions {
    grid-template-columns: 1fr;
  }

  .menu-card-title span,
  .menu-list strong {
    justify-self: start;
    white-space: normal;
  }

  .button {
    width: 100%;
  }

  .review-card strong {
    font-size: 54px;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
