:root {
  --charcoal: #181614;
  --warm-black: #0f0e0c;
  --ivory: #f8f3ea;
  --warm-white: #fffdf8;
  --card-tan: #efe3d0;
  --deep-red: #8f1d1d;
  --deep-red-dark: #681313;
  --saffron-gold: #c88a2b;
  --herb-green: #2f6b4f;
  --copper: #a85f32;
  --text-dark: #211e1b;
  --text-muted: #665d53;
  --border-warm: #d8c8b4;
  --error: #9d1d1d;
  --shadow: 0 18px 45px rgba(24, 22, 20, 0.14);
  --radius: 8px;
  --content: 1180px;
  --header-height: 94px;
  --menu-toolbar-height: 96px;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

body {
  margin: 0;
  background: var(--warm-white);
  color: var(--text-dark);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

.announcement-banner { padding: 10px 18px; background: var(--saffron-gold); color: var(--warm-black); text-align: center; font-weight: 900; }
.open-status { font-weight: 800; }
.open-status.is-open { color: #b9f5cb; }
.open-status.is-closed { color: #ffd3d3; }

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

a {
  color: inherit;
}

.preview-banner {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  padding: 10px 18px;
  background: var(--deep-red);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.preview-banner a {
  color: #fff;
  font-weight: 900;
}

.container {
  max-width: var(--content);
  margin: 0 auto;
  padding: 0 32px;
}

.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; padding-top: 18px; padding-bottom: 18px; color: var(--text-muted); font-size: 15px; }
.breadcrumbs a { color: var(--deep-red); font-weight: 800; }
.feature-list { margin: 0; padding-left: 22px; }
.feature-list li { margin-bottom: 12px; }

.topbar {
  background: var(--warm-black);
  color: var(--ivory);
  font-size: 15px;
}

.topbar .container {
  display: flex;
  justify-content: center;
  gap: 34px;
  min-height: 38px;
  align-items: center;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 253, 248, 0.96);
  border-bottom: 1px solid var(--border-warm);
  backdrop-filter: blur(10px);
}

.nav {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 92px;
}

.logo {
  width: 240px;
  flex: 0 0 auto;
}

.nav-links {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-left: auto;
  font-size: 16px;
  font-weight: 700;
}

.nav-links a {
  text-decoration: none;
  white-space: nowrap;
}

.nav > .button { white-space: nowrap; }

.nav-links a:hover,
.nav-links a:focus {
  color: var(--deep-red);
}

.nav-toggle,
.mobile-nav {
  display: none;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 13px 20px;
  text-decoration: none;
  font-weight: 800;
  line-height: 1.1;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover,
.button:focus {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--deep-red);
  color: #fff;
}

.button-primary:hover,
.button-primary:focus {
  background: var(--deep-red-dark);
}

.button-gold {
  background: var(--saffron-gold);
  color: #fff;
}

.button-secondary {
  background: rgba(255, 253, 248, 0.92);
  border-color: var(--border-warm);
  color: var(--text-dark);
}

.hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 80% 35%, rgba(200, 138, 43, 0.25), transparent 28%),
    linear-gradient(105deg, #100e0c 0%, #100e0c 47%, #2b2018 100%);
  color: #fff;
}

.hero .container {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 58px;
  min-height: 620px;
  align-items: center;
}

.hero h1 {
  margin: 0;
  max-width: 620px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 6vw, 82px);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero h1 .red {
  color: #ed1b24;
}

.hero h1 .green {
  color: #37ba4d;
}

.hero p {
  max-width: 620px;
  margin: 24px 0 0;
  color: var(--ivory);
  font-size: 24px;
  line-height: 1.42;
}

.hero-actions,
.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.utility-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 24px;
  color: var(--ivory);
  font-weight: 700;
}

.hero-visual {
  border-radius: 12px;
  overflow: hidden;
  min-height: 390px;
  background:
    linear-gradient(rgba(15, 14, 12, 0.1), rgba(15, 14, 12, 0.22)),
    radial-gradient(circle at 62% 72%, #f2bf69 0 10%, transparent 11%),
    radial-gradient(circle at 78% 74%, #f8e5c1 0 12%, transparent 13%),
    radial-gradient(circle at 45% 70%, #bf3b26 0 13%, transparent 14%),
    linear-gradient(140deg, #402719, #100e0c 52%, #3b2b20);
  box-shadow: var(--shadow);
  position: relative;
}

.hero-visual::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 12%;
  height: 34%;
  border-radius: 999px;
  background: linear-gradient(90deg, #8f1d1d, #c88a2b, #f8f3ea);
  opacity: 0.82;
}

.hero-visual::after {
  content: "Food, cocktails, bar seating, and game-day screens";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  color: #fff;
  font-weight: 800;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.5);
}

.hero-brand-panel { display: grid; align-content: center; justify-items: center; gap: 22px; min-height: 390px; padding: 42px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: rgba(255,253,248,.06); text-align: center; }
.hero-brand-panel img { width: min(100%, 360px); height: auto; }
.hero-brand-panel p { margin: 0; max-width: 420px; font-size: 20px; }

.quick-actions {
  margin: -48px auto 0;
  position: relative;
  z-index: 2;
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  padding: 18px;
  background: var(--warm-white);
  border: 1px solid var(--border-warm);
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.quick-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: center;
  min-height: 90px;
  padding: 16px;
  border: 1px solid var(--border-warm);
  border-radius: var(--radius);
  text-decoration: none;
  background: #fff;
}

.quick-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: var(--ivory);
  color: var(--deep-red);
  font-size: 25px;
}

.quick-card strong {
  display: block;
  font-size: 18px;
  line-height: 1.1;
}

.quick-card span {
  display: block;
  margin-top: 4px;
  color: var(--text-muted);
  font-size: 15px;
}

.section {
  padding: 82px 0;
}

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

.section-heading h2,
.page-hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1.05;
}

.section-heading p,
.page-hero p {
  margin: 14px 0 0;
  color: var(--text-muted);
  font-size: 20px;
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.card {
  overflow: hidden;
  border: 1px solid var(--border-warm);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 28px rgba(24, 22, 20, 0.08);
}

.card-media {
  min-height: 220px;
  background:
    radial-gradient(circle at 72% 35%, rgba(200, 138, 43, 0.6), transparent 18%),
    linear-gradient(135deg, #3a2217, #8f1d1d 50%, #2f6b4f);
}

.card-media-photo { width: 100%; height: 220px; object-fit: cover; }
.hero-visual-photo { overflow: hidden; padding: 0; }
.hero-visual-photo img { width: 100%; height: 100%; min-height: 460px; object-fit: cover; }
.gallery-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.gallery-filter { min-height: 48px; padding: 9px 18px; border: 1px solid var(--border-warm); border-radius: 999px; background: #fff; color: var(--text-dark); cursor: pointer; font: inherit; font-weight: 800; }
.gallery-filter:hover, .gallery-filter:focus-visible, .gallery-filter.is-active { border-color: var(--deep-red); background: var(--deep-red); color: #fff; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.gallery-item { position: relative; overflow: hidden; aspect-ratio: 4 / 3; padding: 0; border: 0; border-radius: var(--radius); background: var(--charcoal); color: #fff; cursor: zoom-in; text-align: left; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 220ms ease; }
.gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.025); }
.gallery-item:focus-visible { outline: 4px solid var(--saffron-gold); outline-offset: 3px; }
.gallery-item-copy { position: absolute; right: 0; bottom: 0; left: 0; display: grid; padding: 42px 16px 14px; background: linear-gradient(transparent, rgba(15, 14, 12, 0.9)); }
.gallery-item-copy strong { font-size: 19px; }
.gallery-item-copy span { font-size: 14px; }
.gallery-empty { padding: 48px 24px; border: 1px dashed var(--border-warm); text-align: center; }
.instagram-section { border-top: 1px solid var(--border-warm); background: var(--ivory); }
.instagram-widget { min-height: 180px; margin-bottom: 24px; }
.gallery-lightbox { width: min(1100px, calc(100vw - 32px)); max-width: none; padding: 0; border: 0; border-radius: var(--radius); background: transparent; color: #fff; }
.gallery-lightbox::backdrop { background: rgba(15, 14, 12, 0.92); }
.gallery-lightbox-panel { position: relative; display: grid; grid-template-columns: 58px minmax(0, 1fr) 58px; align-items: center; min-height: 70vh; }
.gallery-lightbox figure { margin: 0; }
.gallery-lightbox figure img { width: 100%; max-height: 74vh; object-fit: contain; }
.gallery-lightbox figcaption { display: grid; gap: 4px; padding: 14px 0; }
.gallery-lightbox-close, .gallery-lightbox-nav { border: 0; background: transparent; color: #fff; cursor: pointer; font-size: 48px; line-height: 1; }
.gallery-lightbox-close { position: absolute; z-index: 2; top: 4px; right: 4px; width: 52px; height: 52px; }
.admin-gallery-thumb { width: 96px; height: 72px; border-radius: 6px; object-fit: cover; }

.card-body {
  padding: 24px;
}

.card h3 {
  margin: 0;
  color: var(--herb-green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  line-height: 1.1;
}

.card p {
  margin: 12px 0 20px;
  color: var(--text-muted);
}

.menu-band {
  background: var(--ivory);
}

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

.dish-card {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 16px;
  min-height: 148px;
  padding: 12px;
  border: 1px solid var(--border-warm);
  border-radius: var(--radius);
  background: var(--warm-white);
  min-width: 0;
  width: 100%;
}

.dish-image {
  width: 100%;
  min-height: 124px;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 253, 248, 0.78), transparent 31%),
    linear-gradient(135deg, var(--saffron-gold), var(--deep-red));
}

.dish-photo {
  height: 124px;
  object-fit: cover;
}

.dish-fallback {
  display: grid;
  place-items: center;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  font-weight: 800;
}

.dish-body {
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 0;
}

.dish-title-row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.dish-title-row h3, .dish-card p { min-width: 0; overflow-wrap: anywhere; }

.dish-price {
  flex: 0 0 auto;
  color: var(--herb-green);
  font-size: 18px;
  line-height: 1.2;
}

.dish-card h3 {
  margin: 0;
  color: var(--deep-red);
  font-size: 20px;
  line-height: 1.15;
}

.dish-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1.4;
}

.dish-card .button {
  justify-self: start;
  min-height: 42px;
  padding: 10px 14px;
  font-size: 15px;
}

.page-hero {
  padding: 82px 0;
  background: var(--ivory);
}

.menu-page {
  display: grid;
  gap: 26px;
}

.menu-page > *, .menu-layout > *, .menu-results, .menu-category, .dish-grid { min-width: 0; }

.menu-toolbar {
  position: sticky;
  top: calc(var(--header-height) + 10px);
  z-index: 9;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(210px, 280px) auto;
  gap: 14px;
  align-items: end;
  padding: 16px;
  border: 1px solid var(--border-warm);
  border-radius: 12px;
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 12px 28px rgba(24, 22, 20, 0.08);
  backdrop-filter: blur(10px);
}

.menu-search {
  display: grid;
  gap: 8px;
  font-weight: 800;
}

.menu-search input,
.menu-select-wrap select {
  min-height: 56px;
  width: 100%;
  border: 1px solid var(--border-warm);
  border-radius: var(--radius);
  padding: 12px 16px;
  color: var(--text-dark);
  font: inherit;
}

.menu-select-wrap {
  display: grid;
  gap: 8px;
  font-weight: 800;
}

.menu-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.menu-sidebar {
  position: sticky;
  top: calc(var(--header-height) + var(--menu-toolbar-height) + 36px);
}

.menu-sidebar-inner {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid var(--border-warm);
  border-radius: 12px;
  background: var(--ivory);
}

.menu-sidebar h2 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.1;
}

.menu-results {
  display: grid;
  gap: 42px;
}

.menu-filter {
  min-height: 44px;
  width: 100%;
  border: 1px solid var(--border-warm);
  border-radius: var(--radius);
  padding: 9px 12px;
  background: #fff;
  color: var(--text-dark);
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  text-align: left;
}

.menu-filter.is-active,
.menu-filter:hover,
.menu-filter:focus {
  border-color: var(--deep-red);
  background: var(--deep-red);
  color: #fff;
}

.menu-category {
  display: grid;
  gap: 16px;
  scroll-margin-top: calc(var(--header-height) + var(--menu-toolbar-height) + 30px);
}

.menu-section-heading {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--border-warm);
}

.menu-section-heading span,
.dish-category-label {
  display: block;
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.menu-section-heading h2 {
  margin: 3px 0 0;
  color: var(--text-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.05;
}

.menu-section-heading a {
  color: var(--deep-red);
  font-weight: 800;
}

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

.dish-grid-featured .dish-card {
  grid-template-columns: 1fr;
}

.dish-grid-featured .dish-image {
  min-height: 150px;
}

.dish-grid-featured .dish-photo {
  height: 150px;
}

.menu-cache-note,
.inquiry-form {
  display: grid;
  gap: 18px;
}

.form-field {
  display: grid;
  gap: 8px;
  font-weight: 800;
}

.form-field input,
.form-field select,
.form-field textarea {
  min-height: 56px;
  width: 100%;
  border: 1px solid var(--border-warm);
  border-radius: var(--radius);
  padding: 12px 16px;
  background: #fff;
  color: var(--text-dark);
  font: inherit;
  font-weight: 500;
}

.form-field textarea {
  min-height: 160px;
  resize: vertical;
}

.form-hint {
  color: var(--text-muted);
  font-size: 15px;
  font-weight: 500;
}

.form-errors,
.form-success {
  padding: 14px 16px;
  border-radius: var(--radius);
  font-weight: 700;
}

.form-errors {
  border: 1px solid var(--error);
  background: #fff4f4;
  color: var(--error);
}

.form-errors ul {
  margin: 8px 0 0;
  padding-left: 20px;
}

.form-success {
  border: 1px solid var(--herb-green);
  background: #f1fff7;
  color: var(--herb-green);
}

.hp-field {
  position: absolute !important;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.menu-empty,
.admin-help {
  color: var(--text-muted);
}

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

.menu-empty {
  scroll-margin-top: calc(var(--header-height) + var(--menu-toolbar-height) + 30px);
  padding: 24px;
  border: 1px solid var(--border-warm);
  border-radius: var(--radius);
  background: var(--ivory);
  font-weight: 800;
}

.embed-wrap {
  padding: 34px;
  border: 1px solid var(--border-warm);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--shadow);
}

.embed-frame {
  width: 100%;
  min-height: 800px;
  border: 0;
}

.map-band { border-top: 1px solid var(--border-warm); }
.map-frame { display: block; width: 100%; height: 440px; border: 0; }
.legal-copy { max-width: 860px; }
.legal-copy h2 { margin: 36px 0 8px; font-family: Georgia,"Times New Roman",serif; font-size: 30px; }
.legal-copy h2:first-child { margin-top: 0; }

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}

.info-panel {
  padding: 28px;
  border: 1px solid var(--border-warm);
  border-radius: var(--radius);
  background: #fff;
}

.seo-dish-photo {
  width: 100%;
  max-height: 320px;
  margin: 0 0 18px;
  border-radius: var(--radius);
  object-fit: cover;
}

.seo-link-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding-left: 20px;
}

.seo-link-list a {
  color: var(--deep-red);
  font-weight: 800;
}

.seo-hub-links {
  margin-bottom: 22px;
}

.site-footer {
  padding: 48px 0 120px;
  background: var(--warm-black);
  color: var(--ivory);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 32px;
}

.mobile-action-bar {
  display: none;
}

.admin-body {
  min-height: 100vh;
  background: var(--ivory);
}

.admin-shell {
  display: grid;
  grid-template-columns: 280px 1fr;
  min-height: 100vh;
}

.admin-sidebar {
  padding: 32px 24px;
  background: var(--warm-black);
  color: var(--ivory);
}

.admin-sidebar h1 {
  margin: 0;
  color: var(--saffron-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.1;
}

.admin-sidebar p {
  margin: 8px 0 28px;
  color: var(--card-tan);
}

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

.admin-nav-toggle {
  display: none;
}

.admin-nav a {
  padding: 12px 14px;
  border: 1px solid rgba(248, 243, 234, 0.2);
  border-radius: var(--radius);
  color: var(--ivory);
  text-decoration: none;
  font-weight: 700;
}

.admin-nav a:hover,
.admin-nav a:focus {
  background: rgba(248, 243, 234, 0.1);
}

.admin-content {
  max-width: 1040px;
  width: 100%;
  padding: 44px;
}

.admin-content h2 {
  margin: 0 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
}

.admin-form {
  display: grid;
  max-width: 560px;
  gap: 18px;
}

.admin-form-wide {
  max-width: 900px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-form-wide h3,
.admin-form-wide .button {
  grid-column: 1 / -1;
}

.admin-field {
  display: grid;
  gap: 7px;
  color: var(--text-dark);
  font-weight: 800;
}

.admin-field input,
.admin-field select,
.admin-field textarea,
.admin-table input,
.admin-table textarea {
  min-height: 48px;
  width: 100%;
  border: 1px solid var(--border-warm);
  border-radius: var(--radius);
  padding: 10px 12px;
  background: #fff;
  color: var(--text-dark);
  font: inherit;
  font-weight: 500;
}

.admin-hours-row { display: grid; grid-template-columns: 1fr 1fr auto; gap: 14px; align-items: end; padding: 16px; border: 1px solid var(--border-warm); border-radius: var(--radius); }
.admin-hours-row legend { padding: 0 8px; font-weight: 900; }
.admin-hours-row label { display: grid; gap: 6px; font-weight: 700; }
.admin-hours-row input[type="time"] { min-height: 48px; padding: 8px 12px; border: 1px solid var(--border-warm); border-radius: var(--radius); font: inherit; }

.admin-field textarea,
.admin-table textarea {
  min-height: 110px;
  resize: vertical;
}

.admin-check-field {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text-dark);
  font-weight: 800;
}

.admin-check-field input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: var(--deep-red);
}

.admin-error,
.admin-success {
  padding: 14px 16px;
  border-radius: var(--radius);
  font-weight: 800;
}

.admin-error {
  border: 1px solid var(--error);
  background: #fff4f4;
  color: var(--error);
}

.admin-success {
  border: 1px solid var(--herb-green);
  background: #f1fff7;
  color: var(--herb-green);
}

.admin-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 28px;
}

.admin-card {
  display: grid;
  gap: 8px;
  padding: 22px;
  border: 1px solid var(--border-warm);
  border-radius: var(--radius);
  background: #fff;
}

.admin-card strong {
  color: var(--text-muted);
  font-size: 15px;
  text-transform: uppercase;
}

.admin-card span {
  font-size: 20px;
  font-weight: 800;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.admin-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
}

.admin-filter {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 18px;
  border: 1px solid var(--border-warm);
  border-radius: 999px;
  background: #fff;
  color: var(--text-dark);
  text-decoration: none;
  font-weight: 800;
}

.admin-filter.is-active,
.admin-filter:hover,
.admin-filter:focus {
  border-color: var(--deep-red);
  background: var(--deep-red);
  color: #fff;
}

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

.admin-bulk-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--border-warm);
  border-radius: var(--radius);
  background: #fff;
}

.admin-bulk-actions select {
  min-height: 44px;
  padding: 8px 12px;
  border: 1px solid var(--border-warm);
  border-radius: 8px;
  background: #fff;
  font: inherit;
  font-weight: 700;
}

.admin-select-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
}

.admin-table input[type="checkbox"],
.admin-select-all input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: var(--deep-red);
}

.admin-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--border-warm);
  border-radius: var(--radius);
  background: #fff;
}

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

.admin-table th,
.admin-table td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--border-warm);
  text-align: left;
  vertical-align: top;
  font-size: 16px;
}

.admin-table th {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--text-muted);
}

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

.admin-table td form {
  display: inline-block;
  margin: 0 4px 4px 0;
}

.admin-table td form .button {
  min-height: 44px;
  padding: 8px 14px;
  font-size: 15px;
}

.admin-row-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.admin-row-actions .button {
  min-height: 44px;
  padding: 8px 14px;
  font-size: 15px;
}

.admin-faq-preview {
  max-width: 320px;
  color: var(--text-dark);
}

.admin-faq-preview summary {
  cursor: pointer;
  color: var(--deep-red);
  font-weight: 800;
}

.admin-faq-preview ul {
  margin: 8px 0 0;
  padding-left: 18px;
}

.admin-faq-preview li {
  margin: 0 0 6px;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.35;
}

.admin-message-cell {
  max-width: 420px;
}

.admin-message-cell details summary {
  cursor: pointer;
}

.status-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  text-transform: capitalize;
}

.badge-new {
  background: rgba(200, 138, 43, 0.16);
  color: var(--saffron-gold);
}

.badge-read {
  background: rgba(47, 107, 79, 0.14);
  color: var(--herb-green);
}

.badge-archived {
  background: rgba(102, 93, 83, 0.14);
  color: var(--text-muted);
}

.badge-draft {
  background: rgba(200, 138, 43, 0.16);
  color: var(--saffron-gold);
}

.badge-approved {
  background: rgba(47, 107, 79, 0.14);
  color: var(--herb-green);
}

.badge-unpublished {
  background: rgba(102, 93, 83, 0.14);
  color: var(--text-muted);
}

.admin-title-row,
.ai-batch-summary,
.ai-review-card > header,
.ai-review-card > footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.admin-title-row {
  margin-bottom: 20px;
}

.admin-title-row h2,
.ai-review-card h3 {
  margin: 0;
}

.admin-eyebrow {
  margin: 0 0 5px;
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.admin-empty,
.ai-batch-runner,
.ai-review-card {
  border: 1px solid var(--border-warm);
  border-radius: var(--radius);
  background: #fff;
}

.admin-empty {
  padding: 28px;
}

.ai-batch-runner {
  padding: 20px;
  margin-bottom: 18px;
}

.ai-batch-summary span {
  display: block;
  margin-top: 4px;
  color: var(--text-muted);
}

.ai-progress {
  height: 10px;
  margin: 18px 0;
  overflow: hidden;
  border-radius: 5px;
  background: #ece7df;
}

.ai-progress span {
  display: block;
  height: 100%;
  background: var(--herb-green);
  transition: width 180ms ease;
}

.ai-count-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(90px, 1fr));
  gap: 8px;
}

.ai-count-grid div {
  padding: 10px;
  border-left: 3px solid var(--saffron-gold);
  background: #faf8f4;
}

.ai-count-grid strong,
.ai-count-grid span {
  display: block;
}

.ai-count-grid strong {
  font-size: 22px;
}

.ai-count-grid span {
  color: var(--text-muted);
  font-size: 13px;
}

.ai-batch-actions {
  margin-bottom: 18px;
}

.ai-batch-actions form {
  margin: 0;
}

.ai-review-card {
  margin: 0 0 16px;
  overflow: hidden;
}

.ai-review-card > header,
.ai-review-card > footer,
.ai-review-copy,
.ai-faq-list,
.ai-validation {
  padding: 16px 18px;
}

.ai-review-card > header {
  align-items: flex-start;
  border-bottom: 1px solid var(--border-warm);
  background: #faf8f4;
}

.ai-review-card > header > div:nth-child(2) {
  flex: 1;
  min-width: 0;
}

.ai-review-select {
  width: 24px;
  flex: 0 0 24px;
}

.ai-review-select input {
  width: 20px;
  height: 20px;
  accent-color: var(--herb-green);
}

.ai-review-copy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.ai-review-copy p {
  margin: 0;
}

.ai-faq-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  border-top: 1px solid var(--border-warm);
}

.ai-faq-list > div {
  padding: 14px;
  background: #f7f4ef;
}

.ai-faq-list p {
  margin: 8px 0 0;
  color: var(--text-muted);
}

.ai-validation {
  border-top: 1px solid var(--border-warm);
}

.ai-validation ul {
  margin: 8px 0 0;
}

.ai-validation.is-blocking {
  color: #8f1d1d;
  background: #fff1f1;
}

.ai-validation.is-warning {
  color: #76500f;
  background: #fff8e8;
}

.ai-review-card > footer {
  justify-content: flex-end;
  flex-wrap: wrap;
  border-top: 1px solid var(--border-warm);
}

.badge-pending,
.badge-waiting_quota,
.badge-review,
.badge-needs_review,
.badge-ready {
  background: rgba(200, 138, 43, 0.16);
  color: #76500f;
}

.badge-running,
.badge-generating {
  background: rgba(35, 99, 160, 0.14);
  color: #235f96;
}

.badge-completed {
  background: rgba(47, 107, 79, 0.14);
  color: var(--herb-green);
}

.badge-failed,
.badge-partial,
.badge-cancelled {
  background: rgba(143, 29, 29, 0.12);
  color: #8f1d1d;
}

@media (max-width: 900px) {
  .ai-count-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ai-faq-list, .ai-review-copy { grid-template-columns: 1fr; }
  .admin-title-row, .ai-batch-summary { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .ai-progress span { transition: none; }
}

@media (max-width: 1250px) {
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-visual-photo img { min-height: 260px; }

  body {
    font-size: 18px;
    padding-bottom: 82px;
  }

  .container {
    padding: 0 18px;
  }

  .topbar .container {
    justify-content: flex-start;
    gap: 12px;
    overflow: hidden;
    white-space: nowrap;
  }

  .topbar .container span:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .topbar .container span:not(:first-child) {
    display: none;
  }

  .nav {
    min-height: 76px;
  }

  .logo {
    width: 210px;
  }

  .nav-links {
    display: none;
  }

  .nav > .button-primary {
    display: none;
  }

  .nav-toggle {
    display: grid;
    margin-left: auto;
    place-content: center;
    gap: 5px;
    flex: 0 0 auto;
    width: 52px;
    height: 52px;
    padding: 0;
    border: 1px solid var(--border-warm);
    border-radius: var(--radius);
    background: #fff;
    cursor: pointer;
  }

  .nav-toggle span {
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background: var(--text-dark);
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .nav-toggle.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .nav-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mobile-nav {
    display: grid;
    padding: 4px 18px 12px;
    border-top: 1px solid var(--border-warm);
    background: var(--warm-white);
  }

  .mobile-nav a {
    display: flex;
    align-items: center;
    min-height: 48px;
    border-bottom: 1px solid var(--border-warm);
    text-decoration: none;
    font-size: 18px;
    font-weight: 800;
  }

  .mobile-nav a:last-child {
    border-bottom: 0;
  }

  .hero .container,
  .split {
    grid-template-columns: 1fr;
  }

  .hero .container {
    min-height: auto;
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .hero-brand-panel { min-height: 230px; padding: 28px; }
  .hero-brand-panel, .hero .utility-row { display: none; }

  .hero h1 {
    font-size: 42px;
  }

  .hero p {
    font-size: 20px;
  }

  .hero-visual {
    min-height: 180px;
  }

  .quick-actions {
    margin-top: 0;
  }

  .quick-grid,
  .experience-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .menu-toolbar {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 12px;
  }

  .menu-toolbar-order {
    display: none;
  }

  .menu-search input,
  .menu-select-wrap select {
    min-height: 52px;
    font-size: 16px;
  }

  .menu-layout {
    grid-template-columns: 1fr;
  }

  .menu-sidebar {
    display: none;
  }

  .menu-results {
    gap: 34px;
  }

  .dish-grid,
  .dish-grid-featured {
    grid-template-columns: 1fr;
  }

  .dish-card,
  .dish-grid-featured .dish-card {
    grid-template-columns: 96px 1fr;
    min-height: 128px;
  }

  .dish-image,
  .dish-grid-featured .dish-image {
    min-height: 104px;
  }

  .dish-photo,
  .dish-grid-featured .dish-photo {
    height: 104px;
  }

  .dish-title-row {
    align-items: start;
  }

  .dish-card h3 {
    font-size: 19px;
  }

  .dish-card p {
    font-size: 15px;
  }

  .quick-grid {
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
  }

  .section {
    padding: 58px 0;
  }

  .page-hero {
    padding: 44px 0;
  }

  .mobile-action-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--border-warm);
    background: var(--warm-white);
  }

  .mobile-action-bar a {
    min-height: 76px;
    display: grid;
    place-items: center;
    text-decoration: none;
    color: var(--text-dark);
    font-size: 14px;
    font-weight: 800;
  }

  .preview-banner {
    align-items: center;
    font-size: 14px;
    line-height: 1.35;
    text-align: center;
  }

  .admin-shell {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    padding: 20px 18px;
  }

  .admin-sidebar p {
    margin-bottom: 14px;
  }

  .admin-nav-toggle {
    display: block;
    width: 100%;
    min-height: 48px;
    padding: 10px 14px;
    border: 1px solid rgba(248, 243, 234, 0.35);
    border-radius: var(--radius);
    background: transparent;
    color: var(--ivory);
    font: inherit;
    font-weight: 800;
    text-align: left;
  }

  .admin-nav {
    display: none;
    margin-top: 10px;
  }

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

  .admin-content {
    padding: 28px 18px;
  }

  .admin-form-wide,
  .admin-card-grid {
    grid-template-columns: 1fr;
  }

  .admin-hours-row { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-lightbox-panel { grid-template-columns: 44px minmax(0, 1fr) 44px; }
  .gallery-lightbox-nav { font-size: 38px; }
}

.promotion-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; }
.promotion-card { min-width:0; overflow:hidden; border:1px solid var(--line); border-radius:8px; background:#fff; box-shadow:0 12px 30px rgba(30,24,20,.06); }
.promotion-card > img { display:block; width:100%; aspect-ratio:4/3; object-fit:cover; }
.promotion-card-body { display:flex; flex-direction:column; align-items:flex-start; gap:10px; padding:22px; }
.promotion-card-body h3,.promotion-card-body p { margin:0; overflow-wrap:anywhere; }
.promotion-category { display:inline-block; color:var(--red-dark); font-size:.78rem; font-weight:800; text-transform:uppercase; }
.promotion-schedule { font-weight:800; color:var(--green-dark); }
.promotion-price { font-size:1.2rem; }
.promotion-actions,.section-actions { display:flex; flex-wrap:wrap; gap:10px; margin-top:8px; }
.promotion-terms { color:var(--muted); font-size:.86rem; }
.happenings-band { background:#f5f1e9; }
.event-detail-grid { display:grid; grid-template-columns:minmax(0,1.6fr) minmax(280px,.7fr); gap:40px; align-items:start; }
.event-detail-image { width:100%; max-height:640px; object-fit:cover; border-radius:8px; }
.event-copy { font-size:1.05rem; line-height:1.75; }
.empty-state { max-width:760px; padding:36px; border:1px solid var(--line); border-radius:8px; background:#fff; }
.menu-tag-filters,.dish-tags { display:flex; flex-wrap:wrap; gap:8px; }
.menu-tag-filters { margin:0 0 24px; }
.menu-tag-filter,.dish-tags span { border:1px solid var(--border-warm); border-radius:999px; background:#fff; color:var(--text-dark); font:inherit; font-size:.82rem; font-weight:700; padding:8px 12px; }
.menu-tag-filter { min-height:44px; cursor:pointer; }
.menu-tag-filter.is-active { background:var(--deep-red); border-color:var(--deep-red); color:#fff; }
.dish-tags span { padding:5px 9px; }
.spice-level { color:var(--deep-red); letter-spacing:0; }
.page-home { display:flex; flex-direction:column; }
.review-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; }
.review-card { margin:0; padding:24px; border:1px solid var(--border-warm); border-radius:8px; background:#fff; }
.review-card p { font-size:1.05rem; line-height:1.65; }
.review-stars { color:#c78316; letter-spacing:0; font-size:1.15rem; }
.review-disclosure { max-width:860px; color:var(--text-muted); }
@media (max-width:900px) { .review-grid { grid-template-columns:1fr; } }
@media (max-width:900px) { .promotion-grid,.event-detail-grid { grid-template-columns:1fr; } }

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
/* Guest experience refresh */
:root {
  --display: Georgia, 'Times New Roman', serif;
  --ink: #1d1a17;
  --paper: #fffdf8;
  --ivory: #f7f1e7;
  --red: #941f24;
  --green: #296348;
  --gold: #c58a2b;
  --charcoal: #171512;
  --line: #d9cdbd;
  --shadow-soft: 0 18px 45px rgba(28, 22, 16, .12);
}

body { background: var(--paper); color: var(--ink); }
h1, h2, h3 { letter-spacing: 0; text-wrap: balance; }
.eyebrow { display: block; margin-bottom: 12px; color: var(--gold); font-size: .82rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.site-header { background: rgba(255, 253, 248, .97); border-bottom: 1px solid rgba(71, 54, 37, .12); }
.site-header .nav { min-height: 108px; gap: 28px; }
.logo img { width: min(230px, 23vw); max-height: 94px; object-fit: contain; }
.nav-links { gap: clamp(15px, 1.7vw, 27px); }
.nav-links a { position: relative; padding: 15px 0; font-size: 16px; }
.nav-links a::after { position: absolute; right: 0; bottom: 7px; left: 0; height: 2px; background: var(--red); content: ''; transform: scaleX(0); transition: transform .18s ease; }
.nav-links a:hover::after, .nav-links a:focus-visible::after { transform: scaleX(1); }

.button-light { border: 1px solid rgba(255,255,255,.75); background: rgba(255,255,255,.94); color: var(--ink); }
.button-light:hover { background: #fff; color: var(--red); }

.hero-editorial { position: relative; min-height: clamp(570px, 72vh, 760px); isolation: isolate; display: grid; align-items: end; overflow: hidden; background: var(--charcoal); }
.hero-editorial::before { position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 78% 38%, rgba(197,138,43,.18), transparent 32%), linear-gradient(120deg, #171512 10%, #281d16 100%); content: ''; }
.hero-editorial.has-media::before { background-image: linear-gradient(90deg, rgba(14,13,11,.94) 0%, rgba(14,13,11,.76) 43%, rgba(14,13,11,.18) 72%, rgba(14,13,11,.1) 100%), var(--hero-image); background-position: center; background-size: cover; }
.hero-editorial::after { position: absolute; inset: auto 0 0; z-index: -1; height: 32%; background: linear-gradient(transparent, rgba(0,0,0,.3)); content: ''; }
.hero-editorial .hero-content { display: block; grid-template-columns: 1fr; min-height: 0; width: 100%; padding-top: clamp(72px, 7vw, 96px); padding-bottom: clamp(90px, 8vw, 112px); }
.hero-copy-panel { max-width: 720px; color: white; }
.hero-copy-panel h1 { max-width: 780px; margin: 0 0 22px; color: #fff; font-family: var(--display); font-size: clamp(48px, 5.3vw, 76px); line-height: 1; }
.hero-copy-panel > p { max-width: 630px; margin-bottom: 30px; color: rgba(255,255,255,.9); font-size: clamp(19px, 2vw, 24px); line-height: 1.55; }
.hero-copy-panel .utility-row { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 26px; color: rgba(255,255,255,.92); }
.hero-copy-panel .utility-row a { color: white; text-decoration-color: var(--gold); text-underline-offset: 4px; }

.quick-actions { position: relative; z-index: 2; margin-top: -44px; }
.quick-grid { border: 1px solid rgba(90,66,40,.13); box-shadow: var(--shadow-soft); }
.quick-card { min-height: 104px; background: var(--paper); }
.quick-card:hover { background: var(--ivory); transform: translateY(-2px); }

.section { padding-block: clamp(64px, 8vw, 100px); }
.section-heading { max-width: 760px; margin-bottom: 38px; }
.section-heading h2 { font-family: var(--display); font-size: clamp(38px, 5vw, 60px); line-height: 1.08; }
.section-heading p { color: #655c52; font-size: 19px; }
.experience-grid { gap: 24px; }
.experience-card { overflow: hidden; border: 1px solid rgba(91,65,40,.14); background: #fff; box-shadow: 0 10px 32px rgba(34,27,19,.07); }
.experience-card .card-media { aspect-ratio: 4 / 3; height: auto; }
.card-media-photo { width: 100%; object-fit: cover; }
.media-fallback { position: relative; display: grid; place-items: end start; overflow: hidden; padding: 22px; background: linear-gradient(145deg, #2b2019, #7f211f); color: white; }
.media-fallback::before { position: absolute; inset: 16px; border: 1px solid rgba(255,255,255,.25); content: ''; }
.media-fallback-2 { background: linear-gradient(145deg, #172b24, #7b3323); }
.media-fallback-3 { background: linear-gradient(145deg, #3c2518, #a65f2b); }
.media-fallback span { position: relative; z-index: 1; font-family: var(--display); font-size: 28px; }
.card-body { padding: 26px; }
.card-body h3 { font-family: var(--display); font-size: 30px; }

.menu-band { background: #191714; color: white; }
.menu-band .section-heading p, .menu-band .dish-card p { color: rgba(255,255,255,.72); }
.menu-band .dish-card { overflow: hidden; border-color: rgba(255,255,255,.13); background: #24211d; }
.menu-band .dish-photo { width: 100%; aspect-ratio: 4/3; object-fit: cover; }

.media-page-hero { position: relative; min-height: clamp(390px, 50vw, 570px); display: grid; align-items: end; isolation: isolate; overflow: hidden; background: linear-gradient(120deg, #191714, #392519); }
.media-page-hero::before { position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 80% 25%, rgba(197,138,43,.22), transparent 32%); content: ''; }
.media-page-hero.has-media::before { background-image: linear-gradient(90deg, rgba(17,15,13,.91) 0%, rgba(17,15,13,.68) 50%, rgba(17,15,13,.18) 100%), var(--page-hero-image); background-position: center; background-size: cover; }
.media-page-hero::after { position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(0,0,0,.32), transparent 60%); content: ''; }
.media-page-hero .container { width: 100%; padding-top: 88px; padding-bottom: 74px; }
.page-hero-copy { max-width: 750px; color: white; }
.page-hero-copy h1 { margin: 0 0 18px; color: white; font-family: var(--display); font-size: clamp(46px, 6vw, 76px); line-height: 1.02; }
.page-hero-copy > p { max-width: 660px; color: rgba(255,255,255,.88); font-size: clamp(19px,2vw,23px); }
.page-hero-copy .page-actions { margin-top: 28px; }

.embed-wrap { overflow: hidden; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow-soft); }
.embed-heading { padding: 30px 34px 22px; border-bottom: 1px solid var(--line); }
.embed-heading h2 { margin: 0 0 6px; font-family: var(--display); font-size: 36px; }
.embed-heading p { margin: 0; color: #655c52; }
.embed-frame { display: block; width: 100%; }

.footer-grid { grid-template-columns: 1.3fr repeat(3, 1fr); }
.site-footer a { text-underline-offset: 4px; }
.admin-check-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin-top: 10px; }
.status-good { color: #2f6b4f; }
.status-warning { color: #a45c12; }

@media (max-width: 900px) {
  .site-header .nav { min-height: 106px; }
  .logo img { width: 220px; max-width: 62vw; }
  .hero-editorial.has-media::before, .media-page-hero.has-media::before { background-image: linear-gradient(0deg, rgba(15,14,12,.94) 0%, rgba(15,14,12,.68) 68%, rgba(15,14,12,.34) 100%), var(--hero-image); }
  .media-page-hero.has-media::before { background-image: linear-gradient(0deg, rgba(15,14,12,.94) 0%, rgba(15,14,12,.58) 75%), var(--page-hero-image); }
  .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 620px) {
  .topbar .container { justify-content: center; }
  .topbar .container > span:not(:first-child) { display: none; }
  .hero-editorial { min-height: 560px; }
  .hero-editorial .hero-content { padding-top: 52px; padding-bottom: 60px; }
  .hero-copy-panel h1 { font-size: clamp(42px, 12vw, 52px); }
  .hero-copy-panel > p { font-size: 19px; }
  .hero-actions, .page-actions { gap: 10px; }
  .hero-actions .button, .page-hero-copy .button { flex: 1 1 145px; }
  .hero-copy-panel .utility-row { display: none; }
  .quick-actions { margin-top: -24px; padding-inline: 14px; }
  .quick-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .quick-card { min-height: 88px; padding: 14px; }
  .quick-card:last-child { grid-column: 1 / -1; }
  .media-page-hero { min-height: 440px; }
  .media-page-hero .container { padding-top: 74px; padding-bottom: 58px; }
  .page-hero-copy h1 { font-size: clamp(43px, 12vw, 58px); }
  .section { padding-block: 60px; }
  .footer-grid, .admin-check-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .quick-card, .nav-links a::after { transition: none; }
  .quick-card:hover { transform: none; }
}
