:root {
  --bg: #07110d;
  --bg-2: #0d1b15;
  --forest: #153122;
  --cream: #f2ebdd;
  --cream-2: #fffaf1;
  --gold: #d9a52a;
  --muted: #a8b2aa;
  --line: rgba(242, 235, 221, .16);
  --shadow: 0 24px 70px rgba(0, 0, 0, .28);
  --radius: 26px;
  --header: 68px;
  --max: 1380px;
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html {
  overflow-x: hidden;
  overflow-x: clip;
  background: var(--bg);
  scroll-behavior: smooth;
}
body {
  margin: 0;
  overflow-x: hidden;
  overflow-x: clip;
  background: var(--bg);
  color: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:disabled { cursor: not-allowed; opacity: .55; }
:focus-visible { outline: 3px solid #f2bd3a; outline-offset: 4px; }
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 10000;
  top: -70px;
  left: 14px;
  padding: 10px 15px;
  border-radius: 10px;
  background: var(--cream);
  color: #111;
}
.skip-link:focus { top: 14px; }
.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.eyebrow.small { margin-bottom: 8px; font-size: .63rem; letter-spacing: .14em; }
.muted { color: var(--muted); }
.section-pad { padding: 70px 18px; }

/* Header */
.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  height: var(--header);
  padding: 0 15px;
  border-bottom: 1px solid transparent;
  transition: height .3s ease, background .3s ease, border-color .3s ease;
}
.site-header.is-scrolled { background: rgba(7, 17, 13, .9); border-color: var(--line); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.brand img { width: 29px; height: 45px; object-fit: contain; }
.brand span { display: none; font-size: .8rem; }
.nav-toggle { display: block; grid-column: 2; justify-self: end; width: 42px; height: 42px; padding: 8px; border: 0; background: none; color: var(--cream); }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: currentColor; transition: transform .25s ease, opacity .25s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.site-nav {
  position: fixed;
  z-index: -1;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
  padding: 80px 24px;
  background: #07110d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 10vw, 3.4rem);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-105%);
  transition: transform .38s cubic-bezier(.2, .8, .2, 1), opacity .2s ease, visibility .2s linear .38s;
}
.site-nav.open { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
.site-nav a { color: #e6ede7; }
.site-nav a:hover, .site-nav a.is-active { color: var(--gold); }
.header-cart {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.header-cart > span { display: none; }
.header-cart b { display: grid; min-width: 26px; height: 26px; place-items: center; border-radius: 50%; background: var(--gold); color: var(--bg); font-size: .69rem; }

/* Buttons and links */
.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--gold); color: #111; }
.btn-primary:hover { background: #edb735; }
.btn-ghost { border-color: rgba(242, 235, 221, .36); background: rgba(7, 17, 13, .18); color: currentColor; }
.btn-small { min-height: 40px; padding: 0 16px; font-size: .65rem; }
.btn-block { width: 100%; }
.btn.is-disabled, .btn[aria-disabled="true"] { pointer-events: none; opacity: .45; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 18px;
  font-size: .69rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.text-link span { color: var(--gold); font-size: 1.1rem; }
.center { display: flex; justify-content: center; }

/* Shared commerce hero */
.commerce-hero,
.menu-hero {
  position: relative;
  overflow: hidden;
  padding: calc(var(--header) + 54px) 18px 56px;
  background: radial-gradient(circle at 65% 65%, #1b3d2b 0, transparent 35%), linear-gradient(135deg, #07110d, #0e1e16);
}
.commerce-hero { min-height: 48svh; }
.commerce-hero h1,
.menu-hero h1,
.product-detail h1,
.empty-state h1,
.empty-state h2,
.thank-you h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  line-height: .8;
  letter-spacing: -.06em;
  text-transform: uppercase;
}
.commerce-hero h1 { font-size: clamp(3rem, 13vw, 6.2rem); }
.commerce-hero > p:not(.eyebrow) { max-width: 560px; margin: 20px 0 0; color: var(--muted); }

/* Menu */
.menu-hero { display: grid; min-height: 84svh; align-content: start; gap: 12px; }
.menu-hero-copy { position: relative; z-index: 2; text-align: center; }
.menu-hero h1 { font-size: clamp(3rem, 13.2vw, 7rem); }
.menu-hero-copy > p:not(.eyebrow) { max-width: 480px; margin: 20px auto 0; color: #bdc9c0; }
.menu-hero > img { align-self: end; width: 115%; max-width: none; margin: -8px 0 -13% -8%; filter: drop-shadow(0 28px 42px rgba(0, 0, 0, .4)); }
.menu-editorial { background: var(--cream); color: var(--forest); }
.menu-list { padding: 0; margin: 0; list-style: none; }
.menu-entry { --entry-bg: #efe5d5; --entry-ink: #173522; position: relative; background: var(--entry-bg); color: var(--entry-ink); }
.menu-entry + .menu-entry { border-top: 1px solid rgba(7, 17, 13, .14); }
.menu-entry article { position: relative; display: flex; min-height: 720px; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 78px 18px 45px; }
.menu-entry-number { position: absolute; z-index: 3; top: 30px; left: 18px; font-family: Georgia, serif; font-size: 3rem; opacity: .24; }
.menu-entry-visual { position: relative; display: grid; height: 360px; place-items: center; }
.menu-entry-visual > span:first-child { position: absolute; width: 82vw; max-width: 410px; aspect-ratio: 1; border: 1px solid currentColor; border-radius: 50%; opacity: .14; }
.menu-entry-visual picture { display: contents; }
.menu-entry-visual img { position: relative; z-index: 2; width: 112%; max-width: none; max-height: 350px; object-fit: contain; filter: drop-shadow(0 26px 30px rgba(52, 33, 18, .2)); transition: transform .4s cubic-bezier(.2, .8, .2, 1); }
.menu-entry-visual:hover img { transform: scale(1.035) rotate(-1deg); }
.soldout { position: absolute; z-index: 4; top: 12px; right: 0; padding: 7px 10px; border-radius: 999px; background: #111; color: white; font-size: .61rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.menu-entry-copy { position: relative; z-index: 3; }
.menu-entry-kicker { margin: 0 0 7px; font-size: .62rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; opacity: .7; }
.menu-entry-copy h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(3.6rem, 16vw, 6rem); font-weight: 600; line-height: .78; letter-spacing: -.06em; text-transform: uppercase; }
.menu-entry-copy > strong { display: block; margin-top: 15px; font-size: .95rem; }
.menu-entry-copy > p:not(.menu-entry-kicker) { max-width: 530px; margin: 14px 0 0; font-size: .85rem; line-height: 1.6; opacity: .78; }
.menu-entry-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 18px; }
.menu-entry-actions .text-link { margin: 0; }
.menu-entry .btn-ghost { border-color: currentColor; }

/* Product detail */
.product-detail { --product-bg: #efe5d5; --product-ink: #173522; min-height: 100svh; background: var(--product-bg); color: var(--product-ink); }
.product-detail-visual { position: relative; display: grid; min-height: 54svh; place-items: center; overflow: hidden; padding: calc(var(--header) + 34px) 12px 10px; }
.product-detail-visual::before { position: absolute; width: 82vw; max-width: 460px; aspect-ratio: 1; border: 1px solid currentColor; border-radius: 50%; content: ""; opacity: .13; }
.product-detail-visual picture { display: contents; }
.product-detail-visual img { position: relative; z-index: 2; width: 112%; max-width: none; max-height: 48svh; object-fit: contain; filter: drop-shadow(0 28px 34px rgba(41, 26, 14, .2)); }
.product-detail-number { position: absolute; top: calc(var(--header) + 18px); left: 18px; font-family: Georgia, serif; font-size: 2.5rem; opacity: .2; }
.product-detail-copy { padding: 32px 18px 70px; }
.product-detail .eyebrow { color: currentColor; opacity: .64; }
.product-detail h1 { font-size: clamp(4.1rem, 18vw, 7rem); }
.product-price { display: block; margin: 17px 0; font-size: 1.15rem; }
.product-detail .lead { max-width: 620px; color: currentColor; font-size: 1rem; line-height: 1.62; opacity: .8; }
.product-info-block { max-width: 620px; margin: 26px 0; padding: 18px 0; border-top: 1px solid currentColor; border-bottom: 1px solid currentColor; }
.product-info-block span { font-size: .65rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.product-info-block p { margin: 10px 0 0; line-height: 1.7; opacity: .78; }
.product-detail-actions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.product-detail .btn-ghost { border-color: currentColor; background: transparent; }
.product-quantity { display: grid; grid-template-columns: 38px 42px 38px; align-items: center; height: 48px; border: 1px solid currentColor; border-radius: 999px; }
.product-quantity button { height: 100%; border: 0; background: transparent; color: currentColor; cursor: pointer; }
.product-quantity input { width: 42px; border: 0; background: transparent; color: currentColor; font-weight: 900; text-align: center; appearance: textfield; }
.product-quantity input::-webkit-outer-spin-button, .product-quantity input::-webkit-inner-spin-button { margin: 0; appearance: none; }
.notice-pill { display: inline-block; padding: 12px 16px; border: 1px solid currentColor; border-radius: 999px; font-size: .7rem; font-weight: 850; text-transform: uppercase; }
.product-back { display: inline-block; margin-top: 30px; font-size: .7rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }

/* Cart and checkout */
.cart-page,
.checkout-layout { display: grid; gap: 24px; max-width: var(--max); margin: auto; }
.cart-list,
.checkout-form,
.cart-summary,
.checkout-summary { border: 1px solid var(--line); border-radius: var(--radius); background: var(--bg-2); }
.cart-list { overflow: hidden; padding: 8px; }
.cart-item { position: relative; display: grid; grid-template-columns: 74px 1fr; align-items: center; gap: 13px; padding: 16px 10px; border-bottom: 1px solid var(--line); }
.cart-item:last-child { border-bottom: 0; }
.cart-item > img { width: 74px; height: 66px; object-fit: contain; }
.cart-item-copy h2 { margin: 0 0 4px; font-family: Georgia, serif; font-size: 1.25rem; line-height: 1; }
.cart-item-copy small { color: var(--muted); }
.cart-remove { display: block; padding: 0; margin-top: 7px; border: 0; border-bottom: 1px solid #a8b2aa; background: none; color: #a8b2aa; font-size: .62rem; cursor: pointer; }
.qty-control { display: flex; grid-column: 2; align-items: center; gap: 10px; }
.qty-control button { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--cream); cursor: pointer; }
.cart-line-total { position: absolute; right: 10px; bottom: 22px; font-size: .82rem; }
.cart-summary, .checkout-summary { height: max-content; padding: 24px; }
.summary-line { display: flex; justify-content: space-between; gap: 18px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.summary-line.total { font-size: 1.1rem; }
.cart-summary .muted { margin: 18px 0; font-size: .78rem; line-height: 1.55; }
.checkout-form { padding: 22px; }
.form-grid { display: grid; gap: 16px; }
.form-grid label { display: grid; gap: 7px; }
.form-grid label > span { font-size: .7rem; font-weight: 850; }
.form-grid input, .form-grid textarea, .form-grid select {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid rgba(242, 235, 221, .18);
  border-radius: 12px;
  outline: none;
  background: var(--bg);
  color: var(--cream);
}
.form-grid input:focus, .form-grid textarea:focus, .form-grid select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(217, 165, 42, .15); }
.checkout-form > .btn { margin-top: 20px; }
.checkout-item { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 10px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: .78rem; }
.checkout-item img { width: 48px; height: 42px; object-fit: contain; }
.checkout-item strong { font-size: .74rem; }
.form-status { margin-top: 15px; color: #dce4de; }
.form-status.error { color: #ffadad; }

/* Empty and thank-you states */
.empty-state { max-width: 760px; padding: 56px 20px; margin: auto; text-align: center; }
.empty-state h1, .empty-state h2 { font-size: clamp(3rem, 13vw, 5rem); }
.empty-state > p:not(.eyebrow) { color: var(--muted); }
.empty-state .btn { margin-top: 16px; }
.cart-empty { padding: 68px 18px; }
.page-empty { min-height: 70svh; padding-top: calc(var(--header) + 90px); }
.thank-you { display: grid; min-height: 100svh; align-items: center; gap: 10px; padding: calc(var(--header) + 35px) 18px 60px; background: radial-gradient(circle at 50% 70%, #173926, #07110d 55%); text-align: center; }
.thank-you img { width: 112%; max-width: none; max-height: 350px; object-fit: contain; margin-left: -6%; }
.thank-you h1 { font-size: clamp(3.8rem, 17vw, 6.2rem); }

/* Footer and mobile order bar */
.site-footer { padding: 70px 18px 96px; border-top: 1px solid var(--line); background: #030604; }
.footer-brand { display: flex; align-items: center; gap: 18px; padding-bottom: 35px; border-bottom: 1px solid var(--line); }
.footer-brand img { width: 52px; height: 82px; object-fit: contain; }
.footer-brand h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2rem, 10vw, 4rem); line-height: .9; text-transform: uppercase; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 30px; padding: 36px 0; }
.footer-grid > div { display: grid; align-content: start; gap: 8px; }
.footer-label { margin-bottom: 5px; color: var(--gold); font-size: .63rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid a, .footer-grid span:not(.footer-label) { color: #b6c1b9; font-size: .85rem; }
.footer-bottom { display: flex; flex-direction: column; gap: 8px; padding-top: 18px; border-top: 1px solid var(--line); color: #7f9085; font-size: .63rem; letter-spacing: .09em; text-transform: uppercase; }
.mobile-order-bar {
  position: fixed;
  z-index: 500;
  right: 10px;
  bottom: calc(env(safe-area-inset-bottom, 0px) + 8px);
  left: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  padding: 6px;
  border: 1px solid rgba(242, 235, 221, .16);
  border-radius: 999px;
  background: rgba(7, 17, 13, .93);
  box-shadow: 0 16px 35px rgba(0, 0, 0, .34);
  backdrop-filter: blur(14px);
}
.mobile-order-bar a { display: flex; min-height: 42px; align-items: center; justify-content: center; gap: 7px; border-radius: 999px; color: var(--cream); font-size: .65rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.mobile-order-bar a.is-primary { background: var(--gold); color: var(--bg); }
.mobile-order-bar b { display: grid; min-width: 20px; height: 20px; place-items: center; border-radius: 50%; background: var(--bg); color: var(--cream); font-size: .58rem; }
.toast { position: fixed; z-index: 999; right: 16px; bottom: calc(env(safe-area-inset-bottom, 0px) + 78px); left: 16px; padding: 13px 16px; border-radius: 15px; background: var(--cream); box-shadow: var(--shadow); color: #0e1712; font-size: .82rem; font-weight: 800; text-align: center; opacity: 0; transform: translateY(18px); transition: .25s; }
.toast.show { opacity: 1; transform: none; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s cubic-bezier(.2, .8, .2, 1); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 767px) {
  body.has-mobile-order-bar { padding-bottom: calc(68px + env(safe-area-inset-bottom, 0px)); }
}

@media (min-width: 768px) {
  :root { --header: 78px; }
  .section-pad { padding: clamp(90px, 9vw, 145px) clamp(28px, 6vw, 90px); }
  .site-header { grid-template-columns: auto 1fr auto; gap: 28px; padding: 0 clamp(25px, 4vw, 60px); }
  .site-header.is-scrolled { height: 68px; }
  .brand img { width: 34px; height: 52px; }
  .brand span { display: block; }
  .nav-toggle { display: none; }
  .site-nav { position: static; z-index: auto; display: flex; flex-direction: row; justify-content: center; gap: clamp(18px, 3vw, 40px); padding: 0; background: none; font-family: inherit; font-size: .78rem; font-weight: 700; opacity: 1; visibility: visible; transform: none; }
  .header-cart { padding: 9px 13px 9px 17px; border: 1px solid var(--line); background: rgba(7, 17, 13, .45); }
  .header-cart > span { display: block; }
  .commerce-hero { min-height: 54svh; padding: calc(var(--header) + 70px) clamp(28px, 6vw, 90px) 70px; }
  .commerce-hero h1 { font-size: clamp(5.3rem, 9vw, 8rem); }
  .menu-hero { min-height: 82svh; grid-template-columns: 1fr 1fr; align-items: center; gap: 30px; padding: calc(var(--header) + 50px) clamp(28px, 6vw, 90px) 40px; }
  .menu-hero-copy { text-align: left; }
  .menu-hero h1 { font-size: clamp(5.5rem, 9vw, 9rem); }
  .menu-hero-copy > p:not(.eyebrow) { margin-left: 0; }
  .menu-hero > img { width: 120%; margin: 0 0 -5% -14%; }
  .menu-entry article { min-height: 650px; display: grid; grid-template-columns: 1.05fr .85fr; align-items: center; gap: clamp(30px, 6vw, 90px); padding: 100px clamp(28px, 6vw, 90px); }
  .menu-entry:nth-child(even) .menu-entry-visual { order: 2; }
  .menu-entry-number { top: 45px; left: clamp(28px, 6vw, 90px); font-size: 4rem; }
  .menu-entry-visual { height: 520px; }
  .menu-entry-visual > span:first-child { width: min(42vw, 580px); }
  .menu-entry-visual img { width: 118%; max-height: 500px; }
  .menu-entry-copy h2 { font-size: clamp(4.8rem, 7vw, 8rem); }
  .menu-entry-copy > p:not(.menu-entry-kicker) { font-size: .94rem; }
  .product-detail { display: grid; grid-template-columns: 1.05fr .9fr; align-items: center; }
  .product-detail-visual { min-height: 100svh; padding: calc(var(--header) + 40px) 20px 40px; }
  .product-detail-visual::before { width: min(44vw, 650px); max-width: none; }
  .product-detail-visual img { width: 112%; max-height: 72vh; }
  .product-detail-copy { padding: calc(var(--header) + 55px) clamp(35px, 6vw, 95px) 70px clamp(25px, 4vw, 70px); }
  .product-detail h1 { font-size: clamp(5.2rem, 7.3vw, 8.7rem); }
  .product-detail .lead { font-size: 1.08rem; }
  .cart-page, .checkout-layout { grid-template-columns: minmax(0, 1fr) minmax(300px, 410px); gap: 30px; }
  .cart-item { grid-template-columns: 100px 1fr auto auto; gap: 18px; padding: 18px 14px; }
  .cart-item > img { width: 100px; height: 82px; }
  .qty-control { grid-column: auto; }
  .cart-line-total { position: static; min-width: 100px; text-align: right; }
  .cart-summary, .checkout-summary { position: sticky; top: 95px; padding: 27px; }
  .checkout-form { padding: 28px; }
  .form-grid { grid-template-columns: 1fr 1fr; gap: 18px; }
  .form-grid .full { grid-column: 1 / -1; }
  .thank-you { grid-template-columns: 1fr 1fr; gap: 40px; padding: calc(var(--header) + 50px) clamp(28px, 6vw, 90px); text-align: left; }
  .thank-you img { max-height: 620px; margin: 0; }
  .thank-you h1 { font-size: clamp(5rem, 8vw, 8rem); }
  .site-footer { padding: 80px clamp(28px, 6vw, 90px) 28px; }
  .footer-brand img { width: 64px; height: 100px; }
  .footer-grid { grid-template-columns: repeat(var(--footer-columns, 3), minmax(0, 1fr)); gap: 30px; padding: 42px 0; }
  .footer-bottom { flex-direction: row; justify-content: space-between; }
  .mobile-order-bar { display: none; }
  .toast { right: 20px; bottom: 20px; left: auto; min-width: 260px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
}
