:root {
  --bg: #0b0b0d;
  --surface: #151519;
  --surface-2: #1c1c21;
  --surface-3: #25252b;
  --text: #f8f6f1;
  --muted: #bbb7af;
  --red: #c5212a;
  --red-dark: #97161e;
  --gold: #d3a749;
  --green: #36b37e;
  --warning: #f4b942;
  --danger: #ff6b6b;
  --border: rgba(255,255,255,.10);
  --shadow: 0 18px 48px rgba(0,0,0,.35);
  --radius: 22px;
  --radius-sm: 14px;
  --header-height: 80px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 150px; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button { color: inherit; }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.skip-link { position: fixed; z-index: 9999; top: 8px; left: 8px; transform: translateY(-150%); padding: 10px 14px; border-radius: 10px; background: white; color: black; }
.skip-link:focus { transform: translateY(0); }
.container { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }
.eyebrow { margin: 0 0 8px; color: var(--gold); font-size: .78rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }

.site-header { position: sticky; top: 0; z-index: 50; min-height: var(--header-height); border-bottom: 1px solid var(--border); background: rgba(11,11,13,.92); backdrop-filter: blur(18px); }
.header-inner { min-height: var(--header-height); display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; min-width: 0; }
.brand strong { display: block; font-size: .98rem; white-space: nowrap; }
.brand small { display: block; color: var(--muted); font-size: .78rem; }
.image-shell { position: relative; overflow: hidden; background: linear-gradient(135deg, #2a2a30, #151519); }
.image-shell::after { content: attr(data-placeholder); position: absolute; inset: 0; display: none; place-items: center; padding: 14px; color: var(--muted); font-weight: 700; text-align: center; }
.image-shell.is-fallback::after { display: grid; }
.image-shell.is-fallback img { opacity: 0; }
.brand-logo-shell { width: 54px; height: 54px; flex: 0 0 auto; border: 1px solid rgba(211,167,73,.45); border-radius: 16px; }
.brand-logo { width: 100%; height: 100%; object-fit: cover; }
.desktop-nav { display: none; align-items: center; gap: 24px; }
.desktop-nav a { color: var(--muted); text-decoration: none; font-weight: 750; }
.desktop-nav a:hover { color: var(--text); }
.icon-button { display: inline-grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--border); border-radius: 13px; background: var(--surface-2); cursor: pointer; font-size: 1.4rem; }
.mobile-menu { border-top: 1px solid var(--border); background: var(--surface); }
.mobile-menu-inner { display: grid; gap: 10px; padding-block: 16px 22px; }
.mobile-menu a { padding: 10px 4px; text-decoration: none; color: var(--muted); font-weight: 750; }
.mobile-brand { display: flex; align-items: center; gap: 10px; color: var(--text) !important; }
.mini-logo-shell { width: 40px; height: 40px; border-radius: 10px; }
.mini-logo-shell img { width: 100%; height: 100%; object-fit: cover; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 11px 18px; border: 1px solid transparent; border-radius: 14px; text-decoration: none; font-weight: 850; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-1px); }
.button:disabled { opacity: .45; cursor: not-allowed; transform: none; }
.button-primary { background: linear-gradient(135deg, var(--red), var(--red-dark)); color: white; box-shadow: 0 12px 28px rgba(197,33,42,.28); }
.button-secondary { border-color: var(--border); background: var(--surface-2); color: var(--text); }
.button-danger { border-color: rgba(255,107,107,.45); background: rgba(255,107,107,.13); color: #ffd4d4; }
.button-large { min-height: 54px; padding-inline: 22px; }
.button-block { width: 100%; }

.hero { position: relative; overflow: hidden; padding: 54px 0 44px; background: radial-gradient(circle at 20% 10%, rgba(197,33,42,.22), transparent 38%), radial-gradient(circle at 90% 15%, rgba(211,167,73,.13), transparent 28%); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 38px 38px; mask-image: linear-gradient(to bottom, black, transparent); pointer-events: none; }
.hero-grid { position: relative; display: grid; gap: 36px; align-items: center; }
.hero h1 { margin: 0; max-width: 760px; font-size: clamp(2.15rem, 7.4vw, 4.65rem); line-height: .99; letter-spacing: -.045em; }
.hero-lead { max-width: 670px; margin: 20px 0 0; color: var(--muted); font-size: clamp(1rem, 2.5vw, 1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.status-card { display: inline-flex; align-items: center; gap: 12px; max-width: 100%; margin-top: 24px; padding: 13px 16px; border: 1px solid var(--border); border-radius: 15px; background: rgba(21,21,25,.75); }
.status-card strong, .status-card span { display: block; }
.status-card span { color: var(--muted); font-size: .86rem; }
.status-dot { width: 11px; height: 11px; flex: 0 0 auto; border-radius: 99px; background: var(--warning); box-shadow: 0 0 0 6px rgba(244,185,66,.12); }
.status-dot.open { background: var(--green); box-shadow: 0 0 0 6px rgba(54,179,126,.12); }
.status-dot.closed { background: var(--danger); box-shadow: 0 0 0 6px rgba(255,107,107,.12); }
.hero-media { position: relative; min-height: 360px; }
.hero-main-image { width: 88%; height: 330px; margin-left: auto; border: 1px solid var(--border); border-radius: 28px; box-shadow: var(--shadow); transform: rotate(1.8deg); }
.hero-main-image img, .hero-side-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-side-image { position: absolute; left: 0; bottom: -14px; width: 42%; height: 165px; border: 8px solid var(--bg); border-radius: 24px; box-shadow: var(--shadow); transform: rotate(-4deg); }

.facts-section { padding: 22px 0 18px; }
.fact-grid { display: grid; gap: 12px; }
.fact-card { display: flex; gap: 13px; align-items: center; padding: 17px; border: 1px solid var(--border); border-radius: var(--radius-sm); background: var(--surface); }
.fact-card > span { color: var(--gold); font-size: 1.25rem; }
.fact-card strong, .fact-card small { display: block; }
.fact-card small { margin-top: 2px; color: var(--muted); font-size: .78rem; }

.menu-section, .info-section { padding: 62px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 26px; }
.section-heading h2 { margin: 0; font-size: clamp(2rem, 5vw, 3rem); letter-spacing: -.035em; }
.section-heading > .button { display: none; }
.menu-tools { position: sticky; top: var(--header-height); z-index: 30; margin: 0 -16px 28px; padding: 14px 16px 12px; background: rgba(11,11,13,.94); backdrop-filter: blur(15px); border-bottom: 1px solid var(--border); }
.search-box { display: flex; align-items: center; gap: 10px; padding: 0 15px; border: 1px solid var(--border); border-radius: 16px; background: var(--surface); }
.search-box:focus-within { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(211,167,73,.13); }
.search-box span { color: var(--muted); font-size: 1.35rem; }
.search-box input { width: 100%; min-height: 50px; border: 0; outline: 0; color: var(--text); background: transparent; }
.search-box input::placeholder { color: #8f8b85; }
.category-nav { display: flex; gap: 9px; overflow-x: auto; margin-top: 12px; padding-bottom: 3px; scrollbar-width: thin; }
.category-nav button { flex: 0 0 auto; min-height: 38px; padding: 8px 13px; border: 1px solid var(--border); border-radius: 999px; color: var(--muted); background: var(--surface); font-weight: 780; cursor: pointer; }
.category-nav button.active { border-color: var(--red); color: white; background: var(--red-dark); }
.notice { display: grid; gap: 4px; margin: 18px 0; padding: 15px 17px; border-radius: 14px; }
.notice-warning { border: 1px solid rgba(244,185,66,.36); background: rgba(244,185,66,.10); color: #ffe5a5; }
.notice-info { border: 1px solid rgba(93,173,226,.36); background: rgba(93,173,226,.10); color: #cfeaff; }
.notice-error { border: 1px solid rgba(255,107,107,.40); background: rgba(255,107,107,.11); color: #ffd3d3; }
.notice code { color: white; }
.menu-category { margin: 46px 0 0; scroll-margin-top: 180px; }
.category-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.category-heading h3 { margin: 0; font-size: 1.55rem; }
.category-heading span { color: var(--muted); font-size: .85rem; }
.product-grid { display: grid; gap: 14px; }
.product-card { display: grid; grid-template-columns: 1fr auto; gap: 14px; padding: 18px; border: 1px solid var(--border); border-radius: 19px; background: linear-gradient(145deg, var(--surface), #111114); box-shadow: 0 12px 28px rgba(0,0,0,.16); cursor: pointer; }
.product-card:hover { border-color: rgba(211,167,73,.33); }
.product-card h4 { margin: 0 0 7px; font-size: 1.08rem; }
.product-description { margin: 0; color: var(--muted); font-size: .9rem; }
.product-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.product-badge { padding: 4px 8px; border-radius: 999px; background: var(--surface-3); color: var(--muted); font-size: .72rem; font-weight: 750; }
.product-price { display: block; margin-top: 14px; color: var(--gold); font-size: 1.04rem; font-weight: 900; }
.add-product { align-self: end; width: 42px; height: 42px; border: 0; border-radius: 13px; background: var(--red); color: white; cursor: pointer; font-size: 1.55rem; font-weight: 500; }
.no-results { padding: 34px 20px; border: 1px dashed var(--border); border-radius: var(--radius); text-align: center; color: var(--muted); }

.info-section { background: var(--surface); }
.accordion-grid { display: grid; gap: 12px; }
details { border: 1px solid var(--border); border-radius: 16px; background: var(--bg); overflow: clip; }
summary { position: relative; padding: 18px 52px 18px 18px; cursor: pointer; font-weight: 850; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); color: var(--gold); font-size: 1.4rem; }
details[open] summary::after { content: "−"; }
.details-content { padding: 0 18px 20px; color: var(--muted); }
.details-content p:last-child { margin-bottom: 0; }
.details-content address { font-style: normal; }
.hours-list { margin: 0; }
.hours-list div { display: flex; justify-content: space-between; gap: 16px; padding: 7px 0; border-bottom: 1px solid var(--border); }
.hours-list dd { margin: 0; text-align: right; }
.legal-list { display: grid; gap: 8px; }
.legal-list div { display: grid; grid-template-columns: 32px 1fr; gap: 8px; }

.site-footer { padding: 34px 0 100px; border-top: 1px solid var(--border); color: var(--muted); }
.footer-grid { display: grid; gap: 18px; }
.footer-grid strong { color: var(--text); }
.footer-grid p { margin: 5px 0; }
.footer-grid a { color: var(--gold); }
.mobile-cart-bar { position: fixed; z-index: 45; left: 12px; right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); display: flex; justify-content: space-between; align-items: center; min-height: 58px; padding: 12px 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 17px; color: white; background: linear-gradient(135deg, var(--red), var(--red-dark)); box-shadow: 0 18px 42px rgba(0,0,0,.45); font-weight: 850; cursor: pointer; }
.mobile-cart-bar strong { font-size: .88rem; }

.drawer-backdrop { position: fixed; z-index: 79; inset: 0; background: rgba(0,0,0,.68); backdrop-filter: blur(4px); }
.cart-drawer { position: fixed; z-index: 80; inset: 0 0 0 auto; display: grid; grid-template-rows: auto 1fr auto; width: min(100%, 480px); background: var(--surface); box-shadow: var(--shadow); transform: translateX(105%); transition: transform .25s ease; }
.cart-drawer.open { transform: translateX(0); }
.drawer-header, .modal-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px; border-bottom: 1px solid var(--border); }
.drawer-header h2, .modal-header h2 { margin: 0; font-size: 1.65rem; }
.drawer-body { overflow-y: auto; padding: 18px; }
.drawer-footer, .modal-footer { padding: 16px 20px; border-top: 1px solid var(--border); background: var(--surface); }
.cart-empty { display: grid; place-items: center; min-height: 300px; text-align: center; color: var(--muted); }
.cart-empty span { font-size: 2.6rem; }
.cart-empty strong { color: var(--text); }
.cart-item { padding: 16px 0; border-bottom: 1px solid var(--border); }
.cart-item-header { display: flex; justify-content: space-between; gap: 12px; }
.cart-item h3 { margin: 0; font-size: 1rem; }
.cart-item-price { white-space: nowrap; color: var(--gold); font-weight: 850; }
.cart-item-details { margin: 7px 0 0; padding-left: 18px; color: var(--muted); font-size: .82rem; }
.cart-item-note { margin: 8px 0 0; color: var(--muted); font-size: .82rem; font-style: italic; }
.cart-item-actions { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 13px; }
.inline-actions { display: flex; gap: 8px; }
.text-button { border: 0; background: transparent; color: var(--muted); text-decoration: underline; cursor: pointer; padding: 5px; }
.cart-quantity, .quantity-control { display: inline-grid; grid-template-columns: 38px 42px 38px; align-items: center; border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
.cart-quantity button, .quantity-control button { height: 38px; border: 0; background: var(--surface-3); cursor: pointer; font-size: 1.15rem; }
.cart-quantity span, .quantity-control output { text-align: center; font-weight: 850; }
.cart-summary { margin-top: 20px; padding: 16px; border: 1px solid var(--border); border-radius: 16px; background: var(--bg); }
.cart-summary > div, .checkout-price-box > div { display: flex; justify-content: space-between; gap: 14px; padding: 5px 0; }
.cart-total { margin-top: 8px; padding-top: 12px !important; border-top: 1px solid var(--border); font-size: 1.12rem; }
.minimum-message { margin: 10px 0 0; color: var(--warning); font-size: .85rem; }
.minimum-message.success { color: var(--green); }

.modal { width: min(100% - 20px, 720px); max-height: calc(100dvh - 20px); padding: 0; border: 1px solid var(--border); border-radius: 22px; color: var(--text); background: var(--surface); box-shadow: var(--shadow); }
.modal::backdrop { background: rgba(0,0,0,.74); backdrop-filter: blur(5px); }
.modal-card { display: grid; grid-template-rows: auto minmax(0, 1fr) auto; max-height: calc(100dvh - 22px); }
.modal-body { overflow-y: auto; padding: 20px; }
.modal-footer { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.product-footer { justify-content: space-between; align-items: center; }
.product-intro { margin-bottom: 20px; }
.product-intro p { color: var(--muted); }
.product-base-price { color: var(--gold); font-weight: 900; }
.option-group { margin-top: 22px; }
.option-group h3 { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin: 0 0 10px; font-size: 1rem; }
.required-pill { padding: 4px 8px; border-radius: 999px; background: rgba(197,33,42,.17); color: #ffb7bb; font-size: .7rem; }
.choice-list { display: grid; gap: 9px; }
.choice-row { display: flex; align-items: flex-start; gap: 11px; padding: 12px; border: 1px solid var(--border); border-radius: 13px; background: var(--bg); cursor: pointer; }
.choice-row:has(input:checked) { border-color: var(--red); background: rgba(197,33,42,.10); }
.choice-row input { margin-top: 3px; accent-color: var(--red); }
.choice-copy { flex: 1; }
.choice-copy strong, .choice-copy small { display: block; }
.choice-copy small { color: var(--muted); }
.choice-price { color: var(--gold); font-weight: 800; white-space: nowrap; }
.removal-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.removal-chips label { cursor: pointer; }
.removal-chips input { position: absolute; opacity: 0; pointer-events: none; }
.removal-chips span { display: inline-block; padding: 8px 11px; border: 1px solid var(--border); border-radius: 999px; color: var(--muted); }
.removal-chips input:checked + span { border-color: var(--red); background: rgba(197,33,42,.14); color: white; text-decoration: line-through; }
.product-note label, .form-section > label { display: grid; gap: 7px; font-weight: 750; }
textarea, input, select { width: 100%; border: 1px solid var(--border); border-radius: 12px; color: var(--text); background: var(--bg); }
input, select { min-height: 46px; padding: 10px 12px; }
textarea { resize: vertical; padding: 12px; }
.field-error { min-height: 1.2em; margin: 6px 0 0; color: #ffadad; font-size: .82rem; }

.checkout-modal { width: min(100% - 20px, 820px); }
.checkout-card { max-height: calc(100dvh - 20px); }
.checkout-body { display: grid; gap: 18px; }
.segmented-control { display: grid; grid-template-columns: repeat(2, 1fr); gap: 5px; padding: 5px; border: 1px solid var(--border); border-radius: 15px; background: var(--bg); }
.segmented-control label { position: relative; cursor: pointer; }
.segmented-control input { position: absolute; opacity: 0; pointer-events: none; }
.segmented-control span { display: grid; place-items: center; min-height: 44px; padding: 8px; border-radius: 11px; color: var(--muted); text-align: center; font-weight: 850; }
.segmented-control input:checked + span { color: white; background: var(--red-dark); }
.form-section { padding: 17px; border: 1px solid var(--border); border-radius: 16px; background: var(--surface-2); }
.form-section h3 { margin: 0 0 14px; font-size: 1rem; }
.form-grid { display: grid; gap: 12px; }
.form-grid label { display: grid; gap: 6px; font-size: .88rem; font-weight: 750; }
.form-grid small, .form-section small { color: var(--muted); font-weight: 500; }
.scheduled-fields { margin-top: 12px; }
.form-hint { margin: 9px 0 0; color: var(--muted); font-size: .82rem; }
.checkout-price-box { padding: 17px; border: 1px solid rgba(211,167,73,.28); border-radius: 16px; background: rgba(211,167,73,.06); }
.form-errors { padding: 13px 15px; border: 1px solid rgba(255,107,107,.45); border-radius: 13px; color: #ffd1d1; background: rgba(255,107,107,.10); }
.form-errors ul { margin: 7px 0 0; padding-left: 20px; }
.order-preview { max-height: 54vh; overflow: auto; margin: 0; padding: 16px; border: 1px solid var(--border); border-radius: 14px; white-space: pre-wrap; color: #f5f0e8; background: #09090b; font: .85rem/1.55 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.consent-row { display: flex; gap: 11px; align-items: flex-start; margin-top: 16px; cursor: pointer; }
.consent-row input { width: 19px; min-height: 19px; margin-top: 2px; accent-color: var(--red); }
.preview-footer .button-danger { width: 100%; }
.toast-region { position: fixed; z-index: 120; right: 16px; bottom: 86px; display: grid; gap: 8px; width: min(360px, calc(100% - 32px)); }
.toast { padding: 13px 15px; border: 1px solid var(--border); border-radius: 13px; background: var(--surface-3); box-shadow: var(--shadow); animation: toast-in .2s ease; }
@keyframes toast-in { from { opacity: 0; transform: translateY(8px); } }

@media (min-width: 700px) {
  .container { width: min(1180px, calc(100% - 48px)); }
  .hero { padding: 76px 0 64px; }
  .fact-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .accordion-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; }
  .form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .full-width { grid-column: 1 / -1; }
  .section-heading > .button { display: inline-flex; }
  .footer-grid { grid-template-columns: 1fr auto; }
  .footer-grid > :last-child { text-align: right; }
}

@media (min-width: 960px) {
  .desktop-nav { display: flex; }
  .mobile-menu-button, .mobile-menu { display: none !important; }
  .hero-grid { grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); min-height: 500px; }
  .hero-main-image { height: 460px; }
  .hero-side-image { height: 210px; }
  .fact-grid { grid-template-columns: repeat(4, 1fr); }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .mobile-cart-bar { display: none; }
  .site-footer { padding-bottom: 36px; }
  .menu-tools { margin-inline: 0; padding-inline: 0; }
}

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