:root {
  --wine: #72152b;
  --wine-dark: #4d0c1b;
  --red: #d51d28;
  --yellow: #ffd43b;
  --cream: #fff5da;
  --paper: #fffdf7;
  --ink: #24130e;
  --muted: #705f56;
  --line: rgba(36, 19, 14, .16);
  --shadow: 0 24px 70px rgba(77, 12, 27, .22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; }
body.is-locked { overflow: hidden; }
button, a, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; transform: translateY(-160%); background: var(--yellow); padding: 10px 14px; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 40; min-height: 76px; padding: 10px clamp(18px, 4vw, 64px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: rgba(255,253,247,.94); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; width: max-content; }
.brand img { width: 88px; height: 54px; object-fit: contain; }
.desktop-nav { display: flex; gap: 28px; font: 700 15px/1 "Barlow Condensed", sans-serif; text-transform: uppercase; letter-spacing: .08em; }
.desktop-nav a { text-decoration: none; }
.desktop-nav a:hover { color: var(--red); }
.cart-trigger { justify-self: end; display: flex; align-items: center; gap: 10px; border: 0; background: var(--wine); color: white; border-radius: 999px; padding: 10px 12px 10px 18px; font-weight: 700; cursor: pointer; }
.cart-trigger strong { display: grid; place-items: center; min-width: 28px; height: 28px; border-radius: 50%; color: var(--wine-dark); background: var(--yellow); }

.hero { min-height: calc(100svh - 76px); display: grid; grid-template-columns: .92fr 1.08fr; background: var(--cream); overflow: hidden; }
.hero-copy { padding: clamp(58px, 8vw, 120px) clamp(22px, 6vw, 96px); align-self: center; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 14px; color: var(--red); font: 800 14px/1 "Barlow Condensed", sans-serif; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 26px; font: 400 clamp(64px, 8vw, 132px)/.79 "Archivo Black", sans-serif; letter-spacing: -.07em; text-transform: uppercase; }
h1 span { color: var(--red); -webkit-text-stroke: 2px var(--red); color: transparent; }
.hero-lead { max-width: 590px; margin-bottom: 30px; color: #564239; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 4px; padding: 13px 20px; text-decoration: none; font: 800 16px/1 "Barlow Condensed", sans-serif; letter-spacing: .04em; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: white; box-shadow: 6px 6px 0 var(--wine-dark); }
.button-primary:hover { box-shadow: 3px 3px 0 var(--wine-dark); }
.button-quiet { background: transparent; border: 2px solid var(--wine); color: var(--wine); }
.service-strip { display: flex; gap: 0; margin: 52px 0 0; }
.service-strip div { padding: 0 22px; border-left: 1px solid var(--line); }
.service-strip div:first-child { padding-left: 0; border-left: 0; }
.service-strip dt { color: var(--muted); font-size: 12px; }
.service-strip dd { margin: 3px 0 0; font: 700 17px/1.1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.hero-visual { min-height: 620px; position: relative; background: var(--wine); overflow: hidden; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(77,12,27,.3), transparent 45%), linear-gradient(0deg, rgba(77,12,27,.42), transparent 45%); pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; transform: scale(1.015); }
.ticket-mark { position: absolute; z-index: 2; top: 32px; right: 32px; width: 134px; height: 134px; display: grid; place-items: center; text-align: center; background: var(--yellow); color: var(--wine-dark); border-radius: 50%; font: 800 20px/.95 "Barlow Condensed", sans-serif; transform: rotate(8deg); box-shadow: 0 0 0 7px rgba(255,212,59,.24); }
.photo-note { position: absolute; z-index: 2; bottom: 18px; right: 22px; margin: 0; color: rgba(255,255,255,.78); font-size: 11px; }

.menu-section { padding: 104px clamp(18px, 5vw, 78px) 120px; }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 48px; align-items: end; max-width: 1280px; margin: 0 auto 44px; }
.section-heading h2, .how-copy h2, .visit-section h2 { margin: 0; font: 400 clamp(48px, 6vw, 86px)/.9 "Archivo Black", sans-serif; letter-spacing: -.055em; text-transform: uppercase; }
.section-heading > p { margin: 0 0 8px; max-width: 450px; color: var(--muted); line-height: 1.65; }
.filters { max-width: 1280px; margin: 0 auto 34px; display: flex; gap: 9px; overflow-x: auto; padding: 4px 4px 14px; scrollbar-width: thin; }
.filters::-webkit-scrollbar { height: 0; }
.filter { white-space: nowrap; border: 1px solid var(--line); background: white; border-radius: 999px; padding: 11px 17px; font-weight: 700; cursor: pointer; }
.filter.is-active { color: white; background: var(--wine); border-color: var(--wine); }
.menu-grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.menu-card { grid-column: span 4; min-height: 300px; position: relative; display: flex; flex-direction: column; background: white; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; box-shadow: 0 9px 30px rgba(53,26,15,.06); }
.menu-card.featured { grid-column: span 6; min-height: 440px; }
.menu-card[hidden] { display: none; }
.card-image { min-height: 210px; position: relative; overflow: hidden; background: var(--cream); }
.featured .card-image { min-height: 286px; }
.card-image img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.card-image span { position: absolute; right: 10px; bottom: 10px; padding: 5px 8px; border-radius: 3px; color: white; background: rgba(36,19,14,.74); font-size: 10px; backdrop-filter: blur(6px); }
.card-placeholder { min-height: 86px; padding: 20px; display: flex; align-items: end; background: repeating-linear-gradient(45deg,var(--cream),var(--cream) 13px,#ffe9b5 13px,#ffe9b5 14px); color: var(--wine); font: 800 32px/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.card-body { padding: 20px; display: grid; grid-template-columns: 1fr auto; gap: 13px 16px; flex: 1; align-content: start; }
.card-kicker { grid-column: 1/-1; margin: 0; color: var(--red); font: 700 12px/1 "Barlow Condensed", sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.card-title { margin: 0; font: 800 clamp(24px, 2.6vw, 36px)/.95 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.card-price { margin: 0; align-self: start; font: 800 24px/1 "Barlow Condensed", sans-serif; color: var(--wine); }
.card-description { grid-column: 1/-1; margin: 0; color: var(--muted); line-height: 1.45; }
.card-actions { grid-column: 1/-1; display: grid; grid-template-columns: 1fr auto; gap: 9px; margin-top: auto; }
.details-button, .add-button { min-height: 44px; border-radius: 4px; font-weight: 800; cursor: pointer; }
.details-button { border: 1px solid var(--line); background: white; }
.add-button { min-width: 50px; border: 0; background: var(--yellow); color: var(--wine-dark); font-size: 25px; }

.how-section { padding: 96px clamp(18px, 6vw, 96px); display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; background: var(--wine); color: white; }
.how-section .eyebrow { color: var(--yellow); }
.how-list { margin: 0; padding: 0; list-style: none; }
.how-list li { display: grid; grid-template-columns: 160px 1fr; gap: 28px; padding: 26px 0; border-top: 1px solid rgba(255,255,255,.22); }
.how-list span { color: var(--yellow); font: 800 34px/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.how-list p { margin: 0; max-width: 460px; color: rgba(255,255,255,.78); line-height: 1.6; }

.visit-section { padding: 110px clamp(18px, 8vw, 130px); display: grid; grid-template-columns: 1fr .75fr; gap: 90px; align-items: center; background: var(--yellow); }
.visit-section .eyebrow { color: var(--wine); }
.visit-card { background: var(--paper); border: 2px solid var(--wine-dark); padding: 32px; box-shadow: 10px 10px 0 var(--wine-dark); }
.visit-card > div { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.visit-card span { color: var(--muted); }
.visit-card strong { font-family: "Barlow Condensed", sans-serif; text-transform: uppercase; }
.visit-card p { margin: 20px 0; color: var(--muted); line-height: 1.5; font-size: 13px; }

footer { min-height: 150px; padding: 30px clamp(18px, 5vw, 78px); display: grid; grid-template-columns: auto 1fr auto; gap: 26px; align-items: center; background: var(--ink); color: white; }
footer img { width: 94px; }
footer p { margin: 4px 0; color: rgba(255,255,255,.67); }
footer a { color: var(--yellow); font: 800 22px/1 "Barlow Condensed", sans-serif; text-decoration: none; }

.mobile-dock { display: none; }
.modal-shell, .drawer-shell { position: fixed; z-index: 90; inset: 0; }
.modal-backdrop, .drawer-backdrop { position: absolute; inset: 0; background: rgba(36,19,14,.72); backdrop-filter: blur(8px); }
.product-modal { position: absolute; width: min(780px, calc(100% - 28px)); max-height: calc(100svh - 28px); overflow: auto; left: 50%; top: 50%; transform: translate(-50%,-50%); background: var(--paper); border-radius: 14px; box-shadow: var(--shadow); }
.icon-close { width: 42px; height: 42px; border: 0; border-radius: 50%; display: grid; place-items: center; background: var(--wine); color: white; font-size: 28px; line-height: 1; cursor: pointer; }
.product-modal > .icon-close { position: absolute; top: 14px; right: 14px; z-index: 2; }
.modal-image { height: 360px; background: var(--cream); }
.modal-image img { width: 100%; height: 100%; object-fit: cover; }
.modal-copy { padding: 30px; }
.modal-copy h2 { margin-bottom: 12px; font: 800 clamp(38px, 6vw, 62px)/.9 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.modal-copy > p { color: var(--muted); line-height: 1.6; }
.modal-order-row { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-top: 24px; }
.modal-order-row strong { font: 800 30px/1 "Barlow Condensed", sans-serif; color: var(--wine); }

.cart-drawer { position: absolute; right: 0; top: 0; width: min(480px, 100%); height: 100%; padding: 28px; display: flex; flex-direction: column; background: var(--paper); box-shadow: var(--shadow); overflow-y: auto; }
.drawer-head { display: flex; justify-content: space-between; align-items: start; border-bottom: 1px solid var(--line); padding-bottom: 18px; }
.drawer-head h2 { margin: 0; font: 800 48px/.9 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.cart-items { display: grid; gap: 0; }
.cart-line { display: grid; grid-template-columns: 1fr auto; gap: 10px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.cart-line h3 { margin: 0 0 5px; font: 800 20px/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.cart-line p { margin: 0; color: var(--muted); font-size: 13px; }
.quantity { display: flex; align-items: center; gap: 10px; }
.quantity button { width: 31px; height: 31px; border: 1px solid var(--line); border-radius: 50%; background: white; cursor: pointer; }
.cart-empty { margin: auto; text-align: center; padding: 50px 0; }
.cart-empty > span { font-size: 50px; }
.cart-empty h3 { margin: 14px 0 6px; font: 800 30px/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.cart-empty p { color: var(--muted); }
.cart-summary { margin-top: auto; padding-top: 22px; }
.cart-summary label { display: block; margin-bottom: 8px; font-weight: 700; }
.cart-summary textarea { width: 100%; min-height: 82px; resize: vertical; border: 1px solid var(--line); border-radius: 5px; padding: 12px; background: white; }
.total-row { display: flex; justify-content: space-between; align-items: center; margin-top: 20px; font-size: 15px; }
.total-row strong { font: 800 30px/1 "Barlow Condensed", sans-serif; color: var(--wine); }
.minimum-note { margin: 8px 0 18px; color: var(--red); font-size: 12px; }
.checkout-button { width: 100%; }
.checkout-button[aria-disabled="true"] { pointer-events: none; opacity: .45; box-shadow: none; }
.cart-summary small { display: block; margin-top: 12px; color: var(--muted); text-align: center; }
.toast { position: fixed; z-index: 120; left: 50%; bottom: 28px; transform: translate(-50%, 140%); opacity: 0; background: var(--ink); color: white; padding: 13px 18px; border-radius: 999px; font-weight: 700; transition: .28s ease; }
.toast.is-visible { transform: translate(-50%,0); opacity: 1; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 66px; }
  .desktop-nav { display: none; }
  .brand img { width: 74px; height: 44px; }
  .cart-trigger span { display: none; }
  .cart-trigger { padding: 7px; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding: 54px 20px 48px; }
  h1 { font-size: clamp(58px, 18vw, 88px); }
  .hero-visual { min-height: 520px; order: -1; }
  .ticket-mark { width: 105px; height: 105px; top: 22px; right: 18px; font-size: 16px; }
  .service-strip { margin-top: 38px; overflow-x: auto; }
  .service-strip div { min-width: 130px; }
  .section-heading, .how-section, .visit-section { grid-template-columns: 1fr; }
  .section-heading { gap: 22px; }
  .menu-card, .menu-card.featured { grid-column: span 6; min-height: 0; }
  .how-section { gap: 50px; }
  .visit-section { gap: 48px; }
}

@media (max-width: 620px) {
  body { padding-bottom: 68px; }
  .site-header { padding: 8px 16px; }
  .hero-visual { min-height: 55svh; }
  .hero-visual img { object-position: 55% center; }
  .hero-copy { padding-top: 44px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .service-strip { width: calc(100vw - 40px); }
  .menu-section { padding: 76px 14px 82px; }
  .section-heading { padding: 0 6px; }
  .filters { scrollbar-width: none; }
  .section-heading h2, .how-copy h2, .visit-section h2 { font-size: 48px; }
  .menu-grid { gap: 12px; }
  .menu-card, .menu-card.featured { grid-column: 1/-1; }
  .card-image, .featured .card-image { min-height: 250px; }
  .card-body { padding: 17px; }
  .how-section, .visit-section { padding: 76px 20px; }
  .how-list li { grid-template-columns: 1fr; gap: 8px; }
  .visit-card { padding: 23px 18px; box-shadow: 7px 7px 0 var(--wine-dark); }
  .visit-card > div { display: grid; gap: 6px; }
  footer { grid-template-columns: 1fr auto; padding: 30px 20px; }
  footer div { grid-column: 1/-1; order: 3; }
  footer a { font-size: 18px; }
  .mobile-dock { position: fixed; z-index: 55; inset: auto 0 0; height: 68px; padding: 8px 18px calc(8px + env(safe-area-inset-bottom)); display: grid; grid-template-columns: 1fr 1fr; gap: 8px; background: rgba(255,253,247,.96); border-top: 1px solid var(--line); backdrop-filter: blur(12px); }
  .mobile-dock a, .mobile-dock button { display: flex; align-items: center; justify-content: center; gap: 7px; border: 0; border-radius: 5px; background: var(--cream); text-decoration: none; font-weight: 800; cursor: pointer; }
  .mobile-dock button { background: var(--wine); color: white; }
  .mobile-dock b { display: grid; place-items: center; min-width: 22px; height: 22px; border-radius: 50%; background: var(--yellow); color: var(--wine-dark); }
  .product-modal { width: 100%; max-height: 92svh; top: auto; bottom: 0; transform: translateX(-50%); border-radius: 18px 18px 0 0; }
  .modal-image { height: 280px; }
  .modal-copy { padding: 24px 18px; }
  .modal-order-row { align-items: stretch; flex-direction: column; }
  .cart-drawer { padding: 22px 17px 88px; }
  .toast { bottom: 84px; width: calc(100% - 36px); text-align: center; }
}

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