* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Manrope", system-ui, sans-serif;
  color: #f6f2e8;
  line-height: 1.5;
  background:
    radial-gradient(circle at 10% 0, rgba(95, 148, 65, 0.16), transparent 42%),
    radial-gradient(circle at 90% 12%, rgba(214, 176, 66, 0.12), transparent 36%),
    #0a0f0c;
}
body[data-page="home"] {
  background:
    linear-gradient(180deg, rgba(7, 10, 9, 0.24), rgba(7, 10, 9, 0.62)),
    var(--home-hero-image) center / cover no-repeat fixed,
    #090d0a;
}
body[data-page]:not([data-page="home"]) {
  background:
    linear-gradient(180deg, rgba(7, 10, 9, 0.46), rgba(7, 10, 9, 0.78)),
    var(--home-hero-image) center / cover no-repeat fixed,
    #090d0a;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }

:root {
  --bg: #0a0f0c;
  --surface: #141c17;
  --surface-2: #1a241e;
  --line: rgba(255, 255, 255, 0.1);
  --line-strong: rgba(255, 255, 255, 0.18);
  --text: #f6f2e8;
  --muted: #c4bcae;
  --brand: #d4af37;
  --brand-2: #e8c96f;
  --radius: 18px;
  --tap: 48px;
  --header-h: 76px;
  --container: min(1220px, calc(100% - 32px));
  --shadow: 0 20px 44px rgba(0, 0, 0, 0.35);
}

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

.container { width: var(--container); margin-inline: auto; }
.section { padding: clamp(56px, 7vw, 104px) 0; }
.shell {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0.004));
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--brand-2);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  font-weight: 800;
}
.title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 0.95;
  font-size: clamp(2rem, 4.2vw, 3.6rem);
}
.copy {
  margin: 12px 0 0;
  max-width: 66ch;
  color: var(--muted);
  font-size: clamp(0.96rem, 1.2vw, 1.05rem);
}

.card {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01)),
    linear-gradient(180deg, rgba(22, 30, 25, 0.92), rgba(16, 22, 18, 0.92));
  box-shadow: var(--shadow);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--tap);
  min-width: 44px;
  padding: 0.75rem 1.15rem;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  color: #1b170e;
  background: linear-gradient(180deg, var(--brand-2), var(--brand));
  box-shadow: 0 12px 28px rgba(212, 175, 55, 0.25);
}
.btn-primary:hover { box-shadow: 0 14px 30px rgba(212, 175, 55, 0.3); }
.btn-outline {
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.03);
}
.btn-outline:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}
.btn-text {
  background: transparent;
  padding-inline: 0.35rem;
}
.btn-text:hover { color: var(--brand-2); transform: none; }
.btn-sm { min-height: 42px; padding: 0.62rem 0.95rem; font-weight: 650; }

a:focus-visible, button:focus-visible, input:focus-visible {
  outline: 2px solid var(--brand-2);
  outline-offset: 2px;
}

.top-nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  border-bottom: 1px solid transparent;
  transition: background-color .22s ease, border-color .22s ease, backdrop-filter .22s ease, box-shadow .22s ease;
}
.top-nav.scrolled {
  background: rgba(8, 12, 10, 0.86);
  border-color: var(--line);
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
}
.nav-inner {
  width: var(--container);
  margin-inline: auto;
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--text);
}
.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.82);
  display: grid;
  place-items: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1;
  background: rgba(255, 255, 255, 0.04);
}
.brand-copy {
  display: grid;
  gap: 2px;
  line-height: 1;
}
.brand-copy strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: lowercase;
}
.brand-copy span {
  font-size: 0.62rem;
  color: var(--muted);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.brand-logo-wrap {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 9px 22px rgba(0, 0, 0, 0.2);
}
.brand-logo-wrap img { height: 34px; width: auto; max-width: 210px; object-fit: contain; }
.brand-logo-wrap.show { display: inline-flex; }

.nav-links {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 4px;
  align-items: center;
}
.nav-links a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0.55rem 0.82rem;
  border-radius: 999px;
  border: 1px solid transparent;
  color: rgba(246, 242, 232, 0.95);
  text-decoration: none;
  font-size: 0.94rem;
}
.nav-links a:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
}

.nav-actions { display: flex; align-items: center; gap: 8px; }
.menu-toggle {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.mobile-panel {
  position: fixed;
  inset: var(--header-h) 12px auto;
  z-index: 45;
  background: rgba(8, 12, 10, 0.96);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 10px;
  box-shadow: var(--shadow);
  transform: translateY(-10px);
  opacity: 0;
  pointer-events: none;
  transition: transform .18s ease, opacity .18s ease;
}
.mobile-panel.open {
  transform: none;
  opacity: 1;
  pointer-events: auto;
}
.mobile-panel a {
  display: block;
  padding: 0.85rem 0.95rem;
  border-radius: 12px;
  border: 1px solid transparent;
  text-decoration: none;
}
.mobile-panel a:hover { background: rgba(255, 255, 255, 0.05); }

.hero {
  position: relative;
  min-height: min(100svh, 900px);
  padding-top: calc(var(--header-h) + 22px);
  display: grid;
  align-items: center;
  overflow: clip;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: #090d0a;
}
.hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
}
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 7, 6, 0.48), rgba(4, 7, 6, 0.36) 28%, rgba(4, 7, 6, 0.78) 84%, rgba(4, 7, 6, 0.92)),
    radial-gradient(circle at 50% 30%, rgba(214, 176, 66, 0.16), transparent 55%);
}
.hero-inner {
  position: relative;
  z-index: 1;
  width: var(--container);
  margin-inline: auto;
  padding: 22px 0 34px;
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 14px;
}
.hero-logo { display: grid; justify-items: center; gap: 6px; }
.hero-crest {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.88);
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.04);
  font-family: "Cormorant Garamond", serif;
  font-size: 3rem;
  font-weight: 700;
}
.hero-title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 5.2vw, 4.2rem);
  line-height: 0.9;
  font-weight: 600;
  text-transform: lowercase;
}
.hero-sub {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(246, 242, 232, 0.92);
}
.hero-tagline {
  margin: 2px 0 0;
  max-width: 50ch;
  font-size: clamp(1rem, 1.8vw, 1.14rem);
  color: rgba(246, 242, 232, 0.98);
}
.hero-logo-panel {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24);
}
.hero-logo-panel img {
  height: 72px;
  width: auto;
  max-width: min(88vw, 460px);
  object-fit: contain;
}
.hero-logo-panel.show { display: flex; }
.hero-logo.fallback-hidden .hero-crest,
.hero-logo.fallback-hidden .hero-title,
.hero-logo.fallback-hidden .hero-sub { display: none; }

.hero-ctas { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.hero-ctas .btn { min-width: 174px; }

.hero-quick {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 12px;
  padding: 0.78rem 0.95rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 12, 10, 0.46);
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  max-width: min(820px, 100%);
}
.hero-quick strong {
  margin-right: 5px;
  color: rgba(246, 242, 232, 0.86);
  font-size: 0.8rem;
}
.hero-quick a {
  text-decoration: none;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.28);
}
.hero-quick a:hover { color: var(--brand-2); }
body[data-page="home"] .hero {
  min-height: calc(100svh - 140px);
  border-bottom: 0;
  background: transparent;
}
body[data-page="home"] .hero-media { display: none; }

.page-hero {
  padding-top: calc(var(--header-h) + 24px);
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.004));
}
body[data-page]:not([data-page="home"]) .page-hero {
  background: linear-gradient(180deg, rgba(6, 9, 8, 0.18), rgba(6, 9, 8, 0.36));
  backdrop-filter: blur(3px);
}
.page-hero-inner { width: var(--container); margin-inline: auto; display: grid; gap: 10px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; font-size: 0.82rem; color: var(--muted); }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs .sep { opacity: 0.45; }
.page-title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  line-height: 0.95;
  font-size: clamp(1.9rem, 3.6vw, 2.9rem);
}
.page-actions { display: flex; gap: 10px; flex-wrap: wrap; }

.grid { display: grid; gap: 14px; }
.grid.cols-2,
.grid.cols-3,
.grid.cols-4 { grid-template-columns: 1fr; }

.menu-card { overflow: hidden; display: grid; grid-template-rows: auto 1fr; }
.menu-card-media { aspect-ratio: 16 / 10; overflow: hidden; background: #111; }
.menu-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.34s ease; }
.menu-card:hover .menu-card-media img { transform: scale(1.05); }
.menu-card-body { padding: 1rem; display: grid; gap: 8px; }
.menu-card-body h3 { margin: 0; font-size: 1.04rem; line-height: 1.2; }
.menu-card-body p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.menu-card-meta { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.price-pill {
  border-radius: 999px;
  border: 1px solid rgba(214, 176, 66, 0.28);
  background: rgba(214, 176, 66, 0.1);
  color: #f2d98c;
  padding: 0.35rem 0.7rem;
  font-size: 0.88rem;
  font-weight: 700;
}

.panel { padding: 18px; }
.panel h3 {
  margin: 0 0 8px;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.7rem;
  line-height: 0.96;
}
.panel p { margin: 0; color: var(--muted); }

.category-grid { margin-top: 18px; }
.category-tile { padding: 14px; display: grid; gap: 6px; text-decoration: none; }
.category-tile h3 { margin: 0; font-size: 0.98rem; line-height: 1.2; }
.category-tile p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tile-meta { display: flex; justify-content: space-between; align-items: center; color: #f2d98c; font-size: 0.82rem; }
.compact-categories .category-tile { min-height: 0; }

.list-stack { margin-top: 20px; display: grid; gap: 12px; }
.menu-list-card { padding: 14px; }
.menu-list-card h3 {
  margin: 0 0 8px;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
}
.menu-list {
  margin: 10px 0 0;
  display: grid;
  gap: 8px;
}
.menu-item {
  display: grid;
  grid-template-columns: 92px 1fr auto;
  gap: 10px;
  padding: 0.6rem 0.72rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.015);
  align-items: center;
}
.menu-item-media {
  width: 92px;
  height: 72px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #0e141f;
}
.menu-item-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.menu-item h4 { margin: 0; font-size: 0.94rem; }
.menu-item p { margin: 2px 0 0; font-size: 0.84rem; color: var(--muted); }
.menu-price { color: #f2d98c; font-weight: 700; white-space: nowrap; }
.menu-item-clickable { cursor: zoom-in; transition: transform 0.2s ease, border-color 0.2s ease; }
.menu-item-clickable:hover,
.menu-item-clickable:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(123, 211, 252, 0.5);
  outline: none;
}

.menu-zoom {
  position: fixed;
  inset: 0;
  z-index: 140;
  display: none;
}
.menu-zoom.open { display: grid; place-items: center; }
.menu-zoom-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 8, 14, 0.76);
  backdrop-filter: blur(10px);
}
.menu-zoom-dialog {
  position: relative;
  width: min(760px, calc(100% - 28px));
  max-height: calc(100svh - 32px);
  overflow: auto;
  padding: 12px;
  border-radius: 18px;
}
.menu-zoom-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(12, 18, 32, 0.82);
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}
.menu-zoom-media {
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #0c1220;
}
.menu-zoom-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}
.menu-zoom-body { padding: 12px 6px 6px; }
.menu-zoom-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.menu-zoom-head h3 {
  margin: 0;
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
}
.menu-zoom-body p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.55;
}
body.modal-open { overflow: hidden; }

.split {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.widget {
  margin-top: 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  padding: 14px;
  display: grid;
  gap: 10px;
}
.widget-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.demo-dropdown { position: relative; }
.fake-field {
  width: 100%;
  min-height: 46px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.02);
  padding: 0.7rem 0.85rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: var(--text);
  font-size: 0.92rem;
  text-align: left;
  cursor: pointer;
  transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}
.fake-field-caret {
  transition: transform .18s ease;
}
.demo-dropdown.open .fake-field-caret {
  transform: rotate(180deg);
}
.fake-field:hover,
.fake-field:focus-visible,
.fake-field.is-active {
  border-color: rgba(232, 201, 111, 0.42);
  background: rgba(255, 255, 255, 0.045);
  outline: none;
}
.fake-field:active { transform: translateY(1px); }
.fake-field-copy {
  display: grid;
  gap: 2px;
}
.fake-field-copy strong {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(246, 242, 232, 0.66);
}
.fake-field-value {
  font-size: 0.95rem;
  color: var(--text);
}
.demo-dropdown-menu {
  position: absolute;
  z-index: 6;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  display: grid;
  gap: 4px;
  padding: 6px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(11, 16, 18, 0.96);
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
}
.demo-dropdown-menu[hidden] {
  display: none !important;
}
.demo-option {
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--text);
  text-align: left;
  padding: 0.68rem 0.8rem;
  cursor: pointer;
  font: inherit;
  transition: background-color .18s ease, color .18s ease;
}
.demo-option:hover,
.demo-option:focus-visible,
.demo-option.is-selected {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  outline: none;
}
.actions { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 10px; }
.demo-button.is-active { transform: translateY(1px); opacity: 0.92; }

.hours-list { margin-top: 12px; display: grid; gap: 8px; }
.hours-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 0.6rem 0.75rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.015);
  font-size: 0.92rem;
}
.hours-row.today {
  border-color: rgba(214, 176, 66, 0.28);
  background: rgba(214, 176, 66, 0.08);
}
.hours-meta { margin-top: 12px; display: grid; gap: 8px; color: var(--muted); font-size: 0.92rem; }

.review-card { padding: 18px; }
.review-head { display: flex; gap: 12px; align-items: center; }
.avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(214, 176, 66, 0.3);
  background: rgba(214, 176, 66, 0.1);
  color: #f2d98c;
  font-weight: 700;
}
.review-meta strong { display: block; font-size: 0.95rem; }
.review-meta span { color: var(--muted); font-size: 0.84rem; }
.stars { margin-top: 10px; color: #f2d98c; letter-spacing: 0.06em; }
.review-body { margin: 10px 0 0; color: rgba(246, 242, 232, 0.96); }

.footer {
  padding: 28px 0 calc(18px + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.01), rgba(0, 0, 0, 0.1));
}
body[data-page="home"] .footer {
  border-top-color: rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(6, 9, 8, 0.16), rgba(6, 9, 8, 0.48));
  backdrop-filter: blur(6px);
}
body[data-page]:not([data-page="home"]) .footer {
  border-top-color: rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(6, 9, 8, 0.2), rgba(6, 9, 8, 0.52));
  backdrop-filter: blur(6px);
}
.footer-grid {
  width: var(--container);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.footer-card { padding: 10px 12px; }
.footer-card h3 {
  margin: 0 0 6px;
  color: var(--brand-2);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.68rem;
}
.footer-card p, .footer-card li { margin: 0; color: var(--muted); font-size: 0.8rem; line-height: 1.45; }
.footer-card ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 3px; }
.footer-bottom {
  width: var(--container);
  margin: 10px auto 0;
  color: rgba(246, 242, 232, 0.64);
  font-size: 0.72rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

.fade-up {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .42s ease, transform .42s ease;
}
.fade-up.in-view {
  opacity: 1;
  transform: none;
}

@media (min-width: 720px) {
  .grid.cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid.cols-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid.cols-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split { grid-template-columns: 1.08fr 0.92fr; }
  .footer-grid { grid-template-columns: 1.05fr 0.95fr; }
}

@media (min-width: 1024px) {
  :root {
    --header-h: 82px;
    --container: min(1260px, calc(100% - 56px));
  }
  .nav-links { display: flex; }
  .menu-toggle { display: none; }
  .grid.cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .grid.cols-4 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 719px) {
  .hero {
    min-height: 92svh;
    padding-top: calc(var(--header-h) + 16px);
  }
  .hero-quick {
    border-radius: 16px;
    justify-content: flex-start;
    width: min(100%, 560px);
    text-align: left;
  }
  .hero-quick > span { width: 100%; }
  .widget-row { grid-template-columns: 1fr; }
  .brand-copy span { display: none; }
  .brand-logo-wrap img { height: 28px; max-width: 160px; }
  .hero-logo-panel img { height: 56px; }
  .menu-item {
    grid-template-columns: 74px 1fr;
    gap: 9px;
  }
  .menu-item-media {
    width: 74px;
    height: 58px;
  }
  .menu-price {
    grid-column: 2;
    justify-self: start;
    margin-top: -2px;
  }
  .menu-zoom-dialog {
    width: calc(100% - 16px);
    max-height: calc(100svh - 16px);
    padding: 10px;
  }
  .menu-zoom-media img { aspect-ratio: 16 / 11; }
  .menu-zoom-head { align-items: flex-start; }
  .menu-zoom-close { top: 8px; right: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation: none !important; transition: none !important; }
  .fade-up { opacity: 1; transform: none; }
}
