:root {
  --charcoal: #0d0c0b;
  --charcoal-2: #141210;
  --charcoal-3: #1d1916;
  --wood: #4b291b;
  --wood-light: #7a4527;
  --cream: #f3eadb;
  --cream-2: #e5d8c4;
  --ink: #18130f;
  --muted: #978c7e;
  --gold: #d7a94d;
  --yellow: #f3c319;
  --red: #bd2b24;
  --green: #22a75a;
  --line: rgba(255,255,255,.12);
  --shadow: 0 28px 80px rgba(0,0,0,.38);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--charcoal); }
body { margin: 0; color: var(--cream); background: var(--charcoal); font-family: Arial, Helvetica, sans-serif; }
body:has(.modal-layer), body:has(.cart-layer-v2) { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
::selection { color: var(--ink); background: var(--yellow); }

.customer-site { min-height: 100vh; overflow: hidden; background: var(--charcoal); }
.kicker { margin: 0 0 19px; color: var(--gold); font-size: 11px; line-height: 1.35; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.kicker.dark { color: #8b572f; }

/* Navigation */
.main-header {
  position: fixed; z-index: 40; top: 0; left: 0; right: 0; min-height: 82px;
  padding: 12px clamp(18px,4vw,66px); display: flex; align-items: center; justify-content: space-between; gap: 28px;
  background: linear-gradient(180deg,rgba(10,9,8,.94),rgba(10,9,8,.72)); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(18px);
}
.main-brand { min-width: max-content; display: inline-flex; align-items: center; gap: 12px; }
.main-brand img { width: 46px; height: 46px; object-fit: cover; border-radius: 50%; box-shadow: 0 0 0 1px rgba(243,195,25,.45); }
.main-brand strong,.main-brand small { display: block; }
.main-brand strong { font: 600 20px Georgia,serif; letter-spacing: -.02em; }
.main-brand small { margin-top: 4px; color: rgba(255,255,255,.62); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; color: rgba(255,255,255,.78); font-size: 13px; font-weight: 700; }
.desktop-nav a { position: relative; padding: 11px 0; }
.desktop-nav a::after { content:""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 1px; background: var(--gold); transition: .2s; }
.desktop-nav a:hover::after { right: 0; }
.header-controls { display: flex; align-items: center; gap: 10px; }
.lang-switch { display: flex; padding: 3px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(255,255,255,.05); }
.lang-switch button { width: 34px; height: 31px; padding: 0; border: 0; border-radius: 999px; color: rgba(255,255,255,.52); background: transparent; font-size: 9px; font-weight: 800; }
.lang-switch button.active { color: var(--ink); background: var(--yellow); }
.header-cart { min-height: 42px; padding: 8px 10px 8px 16px; display: flex; align-items: center; gap: 9px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: white; background: rgba(255,255,255,.1); font-size: 12px; font-weight: 800; }
.bag-icon { font-size: 19px; transform: rotate(180deg); }
.header-cart b { min-width: 23px; height: 23px; padding: 0 6px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--gold); font-size: 9px; }

/* Hero */
.hero-v2 { position: relative; min-height: 850px; height: min(100svh,980px); overflow: hidden; display: flex; align-items: center; isolation: isolate; }
.hero-v2-bg { position: absolute; z-index: -3; inset: -16px; background: var(--charcoal) url('/media/hero-dining-lasagna.jpg') 62% 60%/cover no-repeat; filter: saturate(.84) contrast(1.04) brightness(.82); transform: scale(1.02); }
.hero-v2-overlay { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg,rgba(10,8,7,.97) 0%,rgba(13,10,8,.85) 39%,rgba(13,10,8,.2) 76%),linear-gradient(0deg,rgba(10,9,8,.93),transparent 42%),linear-gradient(180deg,rgba(9,8,7,.5),transparent 30%); }
.hero-v2-copy { width: min(760px,100%); padding: 110px clamp(24px,8vw,122px) 170px; }
.hero-v2-copy h1 { margin: 0; font: 500 clamp(58px,7.6vw,110px)/.88 Georgia,serif; letter-spacing: -.065em; }
.hero-v2-copy h1 em { color: var(--gold); font-weight: 400; }
.hero-v2-copy > p:not(.kicker) { max-width: 600px; margin: 30px 0 35px; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.75; }
.hero-v2-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 11px; }
.cta-gold,.cta-ghost { min-height: 53px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; border-radius: 2px; font-size: 11px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.cta-gold { color: var(--ink); background: var(--yellow); box-shadow: 0 18px 45px rgba(0,0,0,.35); }
.cta-gold:hover { background: #ffd633; }
.cta-ghost { gap: 9px; border: 1px solid rgba(255,255,255,.22); background: rgba(12,10,8,.3); backdrop-filter: blur(8px); }
.wa-dot { color: #2bd66a; text-shadow: 0 0 10px rgba(43,214,106,.55); }
.hero-v2-facts { position: absolute; left: clamp(24px,8vw,122px); right: clamp(24px,8vw,122px); bottom: 28px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.18); }
.hero-v2-facts span { padding: 24px 20px 0 0; display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,.57); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.hero-v2-facts b { color: var(--gold); font: italic 400 16px Georgia,serif; }
.scroll-cue { position: absolute; right: 24px; bottom: 116px; display: flex; flex-direction: column; align-items: center; gap: 10px; color: rgba(255,255,255,.45); font-size: 7px; letter-spacing: .2em; text-transform: uppercase; }
.scroll-cue i { width: 1px; height: 44px; background: linear-gradient(var(--gold),transparent); }

/* Fire film */
.fire-story { position: relative; min-height: 610px; overflow: hidden; display: flex; align-items: center; justify-content: flex-end; background: #080706; }
.fire-story video { position: absolute; inset: -8%; width: 116%; height: 116%; object-fit: cover; filter: saturate(.9) contrast(1.1); }
.fire-overlay { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(8,7,6,.12),rgba(8,7,6,.36) 46%,rgba(8,7,6,.96)),linear-gradient(0deg,rgba(8,7,6,.75),transparent 45%); }
.fire-copy { position: relative; z-index: 1; width: min(620px,48vw); margin-right: clamp(25px,8vw,122px); padding: 80px 0; }
.fire-copy h2 { max-width: 590px; margin: 0; font: 500 clamp(45px,5vw,75px)/.98 Georgia,serif; letter-spacing: -.045em; }
.fire-copy > p:not(.kicker) { max-width: 540px; margin: 27px 0; color: rgba(255,255,255,.64); font-size: 15px; line-height: 1.75; }
.heat-line { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.55); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.heat-line i { width: 42px; height: 1px; background: var(--gold); }

/* Menu */
.menu-v2 { position: relative; padding: 105px clamp(20px,5.5vw,84px) 130px; color: var(--ink); background-color: #eee4d4; background-image: linear-gradient(rgba(244,236,222,.96),rgba(244,236,222,.96)),repeating-linear-gradient(90deg,#5f361f 0,#5f361f 2px,#8a5b38 3px,#8a5b38 7px); }
.menu-v2-heading { max-width: 1420px; margin: 0 auto; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.menu-v2-heading h2 { max-width: 760px; margin: 0; font: 500 clamp(43px,5vw,76px)/.98 Georgia,serif; letter-spacing: -.05em; }
.menu-search { width: min(360px,100%); min-height: 51px; padding: 0 16px; display: flex; align-items: center; gap: 11px; border: 1px solid rgba(75,41,27,.2); background: rgba(255,255,255,.55); }
.menu-search span { color: #7a6758; font-size: 22px; }
.menu-search input { width: 100%; padding: 14px 0; border: 0; outline: 0; color: var(--ink); background: transparent; }
.menu-toolbar { max-width: 1420px; margin: 42px auto 31px; padding-bottom: 10px; display: flex; gap: 8px; overflow-x: auto; scrollbar-width: thin; scrollbar-color: rgba(75,41,27,.25) transparent; }
.menu-toolbar button { min-width: max-content; padding: 12px 17px; border: 1px solid rgba(75,41,27,.22); border-radius: 999px; color: #5f5044; background: rgba(255,255,255,.5); font-size: 12px; font-weight: 800; }
.menu-toolbar button.active { border-color: var(--wood); color: white; background: var(--wood); box-shadow: 0 8px 20px rgba(75,41,27,.18); }
.menu-results-meta { max-width: 1420px; margin: 0 auto 19px; display: flex; align-items: center; gap: 13px; color: #6a594d; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.menu-results-meta i { flex: 1; height: 1px; background: rgba(75,41,27,.14); }
.menu-grid-v2 { max-width: 1420px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.menu-card-v2 { position: relative; min-width: 0; overflow: hidden; display: grid; grid-template-columns: 42% 1fr; min-height: 236px; border: 1px solid rgba(75,41,27,.12); background: rgba(255,255,255,.68); box-shadow: 0 18px 40px rgba(64,38,23,.06); transition: transform .22s,box-shadow .22s; }
.menu-card-v2:hover { transform: translateY(-4px); box-shadow: 0 25px 55px rgba(64,38,23,.13); }
.card-hit { position: absolute; z-index: 3; inset: 0; padding: 0; border: 0; background: transparent; }
.menu-card-image { position: relative; min-height: 100%; overflow: hidden; display: grid; place-items: center; color: var(--gold); background: radial-gradient(circle at 70% 25%,rgba(215,169,77,.13),transparent 36%),linear-gradient(145deg,#171310,#29211b); }
.menu-card-image.has-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.menu-card-v2:hover .menu-card-image.has-photo img { transform: scale(1.04); }
.dish-index { position: absolute; left: 13px; top: 11px; color: rgba(255,255,255,.26); font: italic 400 12px Georgia,serif; }
.plate-ring { width: 84px; height: 84px; border: 1px solid rgba(215,169,77,.44); border-radius: 50%; box-shadow: inset 0 0 0 10px rgba(215,169,77,.035),0 0 40px rgba(215,169,77,.07); }
.plate-ring::after { content:"LP"; height: 100%; display: grid; place-items: center; color: rgba(215,169,77,.75); font: 600 18px Georgia,serif; }
.recommended-badge { position: absolute; z-index: 2; left: 8px; bottom: 8px; padding: 6px 8px; color: var(--ink); background: var(--yellow); font-size: 9px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.menu-card-body { min-width: 0; padding: 18px 17px 15px; display: flex; flex-direction: column; }
.card-category { margin: 0 0 8px; color: #8b5e32; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.menu-card-body h3 { margin: 0; font: 600 22px/1.12 Georgia,serif; letter-spacing: -.02em; }
.card-description { margin: 10px 0 16px; display: -webkit-box; overflow: hidden; color: #6e6055; font-size: 13px; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.card-bottom { position: relative; z-index: 4; margin-top: auto; display: flex; align-items: end; justify-content: space-between; gap: 8px; }
.card-bottom strong,.card-bottom small { display: block; }
.card-bottom strong { color: #432619; font-size: 15px; }
.card-bottom small { margin-top: 4px; color: #8e7b6d; font-size: 10px; }
.round-add { position: relative; z-index: 5; flex: 0 0 auto; width: 38px; height: 38px; border: 0; border-radius: 50%; color: white; background: var(--wood); font-size: 21px; line-height: 1; box-shadow: 0 8px 20px rgba(75,41,27,.2); }
.round-add:hover { background: var(--red); }
.no-results { grid-column: 1/-1; padding: 90px 20px; text-align: center; border: 1px dashed rgba(75,41,27,.22); }
.no-results span { color: #9a806d; font-size: 48px; }
.no-results h3 { font: 500 28px Georgia,serif; }

/* Heritage and hours */
.heritage { min-height: 730px; display: grid; grid-template-columns: 52% 48%; background: var(--charcoal-2); }
.heritage-image { position: relative; min-height: 610px; overflow: hidden; }
.heritage-image::after { content:""; position: absolute; inset: 0; background: linear-gradient(90deg,transparent 60%,var(--charcoal-2)),linear-gradient(0deg,rgba(13,12,11,.6),transparent 45%); }
.heritage-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8) contrast(1.08); }
.heritage-image span { position: absolute; z-index: 2; left: 28px; bottom: 25px; padding: 8px 11px; border-left: 2px solid var(--gold); color: white; background: rgba(12,10,8,.45); backdrop-filter: blur(8px); font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.heritage-copy { padding: 105px clamp(28px,7vw,112px) 90px clamp(28px,5vw,76px); display: flex; flex-direction: column; justify-content: center; }
.heritage-copy h2 { max-width: 660px; margin: 0; font: 500 clamp(43px,5vw,74px)/1 Georgia,serif; letter-spacing: -.05em; }
.heritage-copy > p:not(.kicker) { max-width: 600px; margin: 27px 0 33px; color: rgba(255,255,255,.58); font-size: 15px; line-height: 1.8; }
.heritage-copy a { width: max-content; padding-bottom: 8px; border-bottom: 1px solid rgba(215,169,77,.45); color: var(--gold); font-size: 11px; font-weight: 800; }
.heritage-copy a span { margin-left: 12px; }
.hours-v2 { padding: 72px clamp(24px,6vw,92px); display: grid; grid-template-columns: 1fr 1.3fr auto; align-items: center; gap: clamp(32px,6vw,90px); color: var(--ink); background: var(--cream); }
.hours-v2 h2 { margin: 0; font: 500 clamp(36px,4vw,58px)/1 Georgia,serif; letter-spacing: -.04em; }
.hours-list { border-top: 1px solid rgba(75,41,27,.2); }
.hours-list p { margin: 0; padding: 17px 0; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(75,41,27,.2); }
.hours-list span { color: #77685b; font-size: 10px; }
.hours-list strong { color: var(--wood); font-size: 11px; }
.hours-v2 > a { min-height: 50px; padding: 0 20px; display: inline-flex; align-items: center; gap: 24px; color: white; background: var(--wood); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.footer-v2 { padding: 32px clamp(24px,6vw,92px); display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 40px; border-top: 1px solid rgba(255,255,255,.1); background: #090807; }
.footer-logo { display: flex; align-items: center; gap: 11px; }
.footer-logo img { width: 43px; height: 43px; border-radius: 50%; }
.footer-logo strong,.footer-logo small { display: block; }
.footer-logo strong { font: 600 18px Georgia,serif; }
.footer-logo small { margin-top: 4px; color: rgba(255,255,255,.38); font-size: 7px; letter-spacing: .12em; text-transform: uppercase; }
.footer-v2 > p { color: rgba(255,255,255,.42); font-size: 9px; }
.footer-v2 > div:last-child { display: flex; gap: 18px; color: var(--gold); font-size: 9px; font-weight: 800; text-transform: uppercase; }

/* Modal */
.modal-layer,.cart-layer-v2 { position: fixed; z-index: 80; inset: 0; background: rgba(3,3,2,.77); backdrop-filter: blur(11px); animation: fade-in .18s ease-out; }
.modal-layer { padding: 28px; display: grid; place-items: center; }
.product-modal { position: relative; width: min(920px,100%); max-height: min(760px,94vh); overflow: hidden; display: grid; grid-template-columns: 1.08fr .92fr; color: var(--ink); background: var(--cream); box-shadow: var(--shadow); }
.modal-close { position: absolute; z-index: 4; right: 14px; top: 14px; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; color: white; background: rgba(12,10,8,.5); font-size: 23px; backdrop-filter: blur(9px); }
.product-modal-image { min-height: 520px; display: grid; place-items: center; color: var(--gold); background: radial-gradient(circle,rgba(215,169,77,.16),transparent 38%),var(--charcoal-3); }
.product-modal-image.has-photo img { width: 100%; height: 100%; object-fit: cover; }
.product-modal-image .plate-ring.large { width: 160px; height: 160px; }
.product-modal-image > span { display: none; }
.product-modal-copy { padding: clamp(35px,5vw,68px); display: flex; flex-direction: column; justify-content: center; }
.product-modal-copy h2 { margin: 0; font: 600 clamp(35px,4vw,56px)/1 Georgia,serif; letter-spacing: -.045em; }
.product-modal-copy > p:not(.card-category) { margin: 24px 0; color: #716357; font-size: 13px; line-height: 1.7; }
.modal-price strong,.modal-price small { display: block; }
.modal-price strong { color: var(--wood); font-size: 17px; }
.modal-price small { margin-top: 5px; color: #8a7a6c; font-size: 9px; }
.modal-add { min-height: 53px; margin-top: 31px; padding: 0 19px; display: flex; align-items: center; justify-content: space-between; border: 0; color: white; background: var(--wood); font-size: 10px; font-weight: 900; text-transform: uppercase; }

/* Cart */
.cart-layer-v2 { display: flex; justify-content: flex-end; }
.cart-v2 { width: min(510px,100%); height: 100%; display: flex; flex-direction: column; color: var(--ink); background: #f3eadc; box-shadow: -30px 0 80px rgba(0,0,0,.4); animation: slide-in .24s ease-out; }
.cart-v2-header { min-height: 93px; padding: 18px 22px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(75,41,27,.15); background: #17130f; color: white; }
.cart-v2-header p { margin: 0 0 3px; color: var(--gold); font-size: 7px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.cart-v2-header h2 { margin: 0; font: 500 31px Georgia,serif; }
.cart-v2-header button { width: 41px; height: 41px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; color: white; background: rgba(255,255,255,.06); font-size: 24px; }
.cart-v2-scroll { flex: 1; overflow-y: auto; padding: 14px 22px 23px; }
.cart-lines { display: grid; }
.cart-line { padding: 14px 0; display: grid; grid-template-columns: 66px 1fr auto; align-items: center; gap: 12px; border-bottom: 1px solid rgba(75,41,27,.13); }
.cart-thumb { width: 66px; height: 66px; display: grid; place-items: center; color: var(--gold); background: var(--charcoal-3); font: 600 13px Georgia,serif; }
.cart-thumb.has-photo img { width: 100%; height: 100%; object-fit: cover; }
.cart-line-main > strong { display: block; font: 600 15px/1.1 Georgia,serif; }
.cart-line-main > small { display: block; margin-top: 4px; color: #837364; font-size: 8px; }
.cart-line > b { align-self: start; color: var(--wood); font-size: 10px; }
.cart-qty { margin-top: 10px; display: flex; align-items: center; gap: 7px; }
.cart-qty button { width: 27px; height: 27px; padding: 0; border: 1px solid rgba(75,41,27,.22); border-radius: 50%; color: var(--wood); background: transparent; }
.cart-qty span { min-width: 40px; text-align: center; font-size: 9px; font-weight: 800; }
.fulfillment { margin: 23px 0 18px; padding: 4px; display: grid; grid-template-columns: 1fr 1fr; gap: 4px; border-radius: 2px; background: #dfd2c0; }
.fulfillment button { min-height: 44px; border: 0; color: #756658; background: transparent; font-size: 10px; font-weight: 900; }
.fulfillment button span { margin-right: 6px; }
.fulfillment button.active { color: white; background: var(--wood); box-shadow: 0 5px 14px rgba(75,41,27,.18); }
.checkout-form { display: grid; gap: 13px; }
.checkout-form label { display: grid; gap: 6px; color: #5f5145; font-size: 8px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.checkout-form input,.checkout-form textarea,.checkout-form select { width: 100%; padding: 12px 13px; border: 1px solid rgba(75,41,27,.18); border-radius: 0; outline: none; color: var(--ink); background: rgba(255,255,255,.65); font-size: 11px; resize: vertical; }
.checkout-form input:focus,.checkout-form textarea:focus,.checkout-form select:focus { border-color: var(--wood-light); box-shadow: 0 0 0 3px rgba(122,69,39,.08); }
.cart-v2-total { padding: 16px 22px 20px; border-top: 1px solid rgba(75,41,27,.17); background: #fffaf0; }
.cart-v2-total > div { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
.cart-v2-total span { color: #695c50; font-size: 10px; }
.cart-v2-total strong { color: var(--wood); font: 700 21px Georgia,serif; }
.cart-v2-total p { margin: 6px 0 13px; color: #95877b; font-size: 8px; }
.cart-v2-total button { width: 100%; min-height: 53px; padding: 0 17px; display: flex; align-items: center; gap: 9px; border: 0; color: white; background: #168b49; font-size: 10px; font-weight: 900; text-transform: uppercase; box-shadow: 0 14px 30px rgba(22,139,73,.2); }
.cart-v2-total button b { margin-left: auto; font-size: 16px; }
.empty-v2 { padding: 110px 20px; text-align: center; }
.empty-v2 > span { font-size: 58px; transform: rotate(180deg); display: inline-block; }
.empty-v2 h3 { margin: 19px 0 7px; font: 600 26px Georgia,serif; }
.empty-v2 p { margin: 0; color: #796b5f; font-size: 11px; }
.empty-v2 button { margin-top: 21px; padding: 12px 17px; border: 0; color: white; background: var(--wood); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.mobile-cart-bar { display: none; }
.toast-v2 { position: fixed; z-index: 100; left: 50%; bottom: 27px; max-width: calc(100% - 34px); padding: 12px 18px; transform: translateX(-50%); border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: white; background: #191510; box-shadow: var(--shadow); font-size: 10px; font-weight: 800; animation: toast-in .18s ease-out; }

@keyframes fade-in { from { opacity: 0; } }
@keyframes slide-in { from { transform: translateX(100%); } }
@keyframes toast-in { from { opacity: 0; transform: translate(-50%,8px); } }

@media (max-width: 1120px) {
  .desktop-nav { display: none; }
  .menu-grid-v2 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .heritage { grid-template-columns: 1fr; }
  .heritage-image { min-height: 500px; }
  .heritage-image::after { background: linear-gradient(0deg,var(--charcoal-2),transparent 30%); }
  .hours-v2 { grid-template-columns: 1fr 1.4fr; }
  .hours-v2 > a { grid-column: 1/-1; width: max-content; }
}

@media (max-width: 720px) {
  .main-header { min-height: 68px; padding: 9px 12px; gap: 8px; }
  .main-brand { gap: 8px; }
  .main-brand img { width: 39px; height: 39px; }
  .main-brand strong { font-size: 15px; }
  .main-brand small { font-size: 6px; }
  .header-controls { gap: 5px; }
  .lang-switch { padding: 2px; }
  .lang-switch button { width: 27px; height: 27px; font-size: 7px; }
  .header-cart { min-height: 34px; padding: 5px 6px; }
  .header-cart > span:nth-child(2),.bag-icon { display: none; }
  .header-cart b { min-width: 25px; height: 25px; }
  .hero-v2 { height: auto; min-height: 810px; align-items: flex-start; }
  .hero-v2-bg { background-position: 57% 55%; filter: saturate(.82) contrast(1.04) brightness(.76); }
  .hero-v2-overlay { background: linear-gradient(90deg,rgba(10,8,7,.93),rgba(13,10,8,.36)),linear-gradient(0deg,rgba(10,9,8,.97),rgba(10,9,8,.08) 67%,rgba(9,8,7,.6)); }
  .hero-v2-copy { padding: 145px 20px 250px; }
  .hero-v2-copy h1 { font-size: clamp(54px,16.5vw,76px); }
  .hero-v2-copy > p:not(.kicker) { margin: 25px 0 30px; font-size: 14px; line-height: 1.65; }
  .cta-gold,.cta-ghost { min-height: 49px; padding: 0 17px; font-size: 9px; }
  .hero-v2-facts { left: 20px; right: 20px; bottom: 27px; grid-template-columns: 1fr; }
  .hero-v2-facts span { padding: 10px 0; }
  .scroll-cue { display: none; }
  .fire-story { min-height: 610px; align-items: flex-end; }
  .fire-story video { inset: 0; width: 100%; height: 100%; object-position: 34% center; }
  .fire-overlay { background: linear-gradient(0deg,rgba(8,7,6,.98) 7%,rgba(8,7,6,.72) 48%,rgba(8,7,6,.05)); }
  .fire-copy { width: 100%; margin: 0; padding: 250px 21px 56px; }
  .fire-copy h2 { font-size: 47px; }
  .fire-copy > p:not(.kicker) { font-size: 13px; }
  .menu-v2 { padding: 76px 12px 98px; }
  .menu-v2-heading { align-items: stretch; flex-direction: column; }
  .menu-v2-heading h2 { font-size: 45px; }
  .menu-search { width: 100%; }
  .menu-toolbar { margin: 27px -12px 23px; padding: 0 12px 8px; }
  .menu-grid-v2 { grid-template-columns: 1fr; gap: 11px; }
  .menu-card-v2 { grid-template-columns: 115px 1fr; min-height: 188px; }
  .menu-card-body { padding: 15px 13px 13px; }
  .menu-card-body h3 { font-size: 19px; }
  .card-description { margin: 8px 0 12px; font-size: 9px; -webkit-line-clamp: 2; }
  .plate-ring { width: 70px; height: 70px; }
  .round-add { width: 36px; height: 36px; }
  .heritage { min-height: 0; }
  .heritage-image { min-height: 380px; }
  .heritage-copy { padding: 67px 21px 76px; }
  .heritage-copy h2 { font-size: 45px; }
  .heritage-copy > p:not(.kicker) { font-size: 13px; }
  .hours-v2 { padding: 60px 21px; grid-template-columns: 1fr; gap: 34px; }
  .hours-list p { align-items: flex-start; flex-direction: column; gap: 6px; }
  .hours-v2 > a { grid-column: auto; }
  .footer-v2 { padding: 35px 21px 100px; grid-template-columns: 1fr; gap: 18px; }
  .footer-v2 > p { margin: 0; }
  .modal-layer { padding: 12px; align-items: end; }
  .product-modal { max-height: 92svh; overflow-y: auto; grid-template-columns: 1fr; }
  .product-modal-image { min-height: 320px; }
  .product-modal-copy { padding: 30px 23px 35px; }
  .product-modal-copy h2 { font-size: 40px; }
  .cart-v2-header { min-height: 80px; }
  .cart-v2-scroll { padding: 11px 15px 21px; }
  .cart-line { grid-template-columns: 58px 1fr auto; gap: 9px; }
  .cart-thumb { width: 58px; height: 58px; }
  .cart-v2-total { padding: 14px 15px 17px; }
  .mobile-cart-bar { position: fixed; z-index: 50; left: 12px; right: 12px; bottom: 11px; min-height: 57px; padding: 0 17px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(255,255,255,.13); color: white; background: var(--wood); box-shadow: 0 20px 45px rgba(0,0,0,.46); font-size: 10px; font-weight: 900; text-transform: uppercase; }
  .mobile-cart-bar span { display: flex; align-items: center; gap: 9px; }
  .mobile-cart-bar b { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--yellow); font-size: 9px; }
  .mobile-cart-bar strong { font-size: 11px; }
  .toast-v2 { bottom: 81px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto!important; animation: none!important; transition: none!important; }
  .fire-story video { display: none; }
}

/* Owner proposal */
.proposal-site { min-height: 100vh; overflow: hidden; color: var(--ink); background: #eee5d7; }
.proposal-header { position: fixed; z-index: 50; top: 0; left: 0; right: 0; min-height: 78px; padding: 10px clamp(18px,4vw,64px); display: flex; align-items: center; justify-content: space-between; gap: 28px; border-bottom: 1px solid rgba(255,255,255,.12); color: white; background: rgba(11,10,8,.82); backdrop-filter: blur(18px); }
.proposal-brand { display: flex; align-items: center; gap: 11px; min-width: max-content; }
.proposal-brand img { width: 45px; height: 45px; border-radius: 50%; }
.proposal-brand strong,.proposal-brand small { display: block; }
.proposal-brand strong { font: 600 19px Georgia,serif; }
.proposal-brand small { margin-top: 4px; color: rgba(255,255,255,.42); font-size: 7px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.proposal-header nav { display: flex; gap: 26px; margin-left: auto; color: rgba(255,255,255,.65); font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.proposal-demo-link { min-height: 39px; padding: 0 15px; display: inline-flex; align-items: center; gap: 16px; border: 1px solid rgba(255,255,255,.18); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.proposal-kicker { margin: 0 0 20px; color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.proposal-hero { position: relative; min-height: 850px; height: 100svh; display: flex; align-items: center; isolation: isolate; color: white; }
.proposal-hero-photo { position: absolute; z-index: -3; inset: 0; background: url('/media/hero-dining-lasagna.jpg') 63% 58%/cover no-repeat; filter: saturate(.72) contrast(1.08) brightness(.73); }
.proposal-hero-shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg,rgba(9,8,7,.98),rgba(13,10,8,.81) 45%,rgba(13,10,8,.2) 80%),linear-gradient(0deg,rgba(10,9,8,.9),transparent 46%); }
.proposal-hero-copy { width: min(900px,100%); padding: 120px clamp(24px,8vw,126px) 100px; }
.proposal-hero-copy h1 { margin: 0; font: 500 clamp(53px,6.9vw,104px)/.92 Georgia,serif; letter-spacing: -.06em; }
.proposal-hero-copy h1 em { color: var(--gold); font-weight: 400; }
.proposal-hero-copy > p:not(.proposal-kicker) { max-width: 670px; margin: 31px 0 37px; color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.75; }
.proposal-hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 11px; }
.proposal-hero-actions a { min-height: 52px; padding: 0 20px; display: inline-flex; align-items: center; gap: 22px; border: 1px solid rgba(255,255,255,.18); font-size: 9px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.proposal-hero-actions a:first-child { border-color: var(--yellow); color: var(--ink); background: var(--yellow); }
.proposal-cover-index { position: absolute; right: 28px; bottom: 34px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.42); font: italic 400 10px Georgia,serif; }
.proposal-cover-index i { width: 80px; height: 1px; background: rgba(255,255,255,.27); }
.proposal-section-title { max-width: 1430px; margin: 0 auto 58px; }
.proposal-section-title > p { margin: 0 0 20px; color: #86552e; font-size: 9px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.proposal-section-title h2 { margin: 0; font: 500 clamp(42px,5vw,75px)/.98 Georgia,serif; letter-spacing: -.05em; }
.proposal-section-title.light { color: white; }
.proposal-section-title.light > p { color: var(--gold); }
.proposal-opportunity { padding: 115px clamp(22px,6vw,92px) 105px; background: #eee5d7; }
.opportunity-grid { max-width: 1430px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(75,41,27,.19); border-bottom: 1px solid rgba(75,41,27,.19); }
.opportunity-grid article { padding: 40px clamp(20px,3vw,46px) 43px 0; }
.opportunity-grid article + article { padding-left: clamp(20px,3vw,46px); border-left: 1px solid rgba(75,41,27,.19); }
.opportunity-grid b { display: block; color: var(--wood); font: 500 clamp(55px,6vw,90px)/.9 Georgia,serif; letter-spacing: -.07em; }
.opportunity-grid span { display: block; margin-top: 17px; color: #5b4739; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.opportunity-grid p { max-width: 330px; margin: 17px 0 0; color: #7d6e61; font-size: 12px; line-height: 1.65; }
.proposal-note { max-width: 1430px; margin: 22px auto 0; color: #948578; font-size: 9px; }
.proposal-benchmark { padding: 110px clamp(22px,6vw,92px) 120px; background: var(--charcoal-2); }
.benchmark-grid { max-width: 1430px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); }
.benchmark-grid a { position: relative; min-height: 340px; padding: 30px 25px 32px; color: white; transition: background .2s; }
.benchmark-grid a + a { border-left: 1px solid rgba(255,255,255,.13); }
.benchmark-grid a:hover { background: rgba(255,255,255,.045); }
.benchmark-grid a > span { color: var(--gold); font: italic 400 11px Georgia,serif; }
.benchmark-grid h3 { margin: 60px 0 22px; font: 500 33px Georgia,serif; }
.benchmark-grid strong { display: block; max-width: 220px; font-size: 11px; line-height: 1.5; }
.benchmark-grid p { max-width: 230px; margin: 13px 0 0; color: rgba(255,255,255,.48); font-size: 10px; line-height: 1.6; }
.benchmark-grid i { position: absolute; right: 24px; bottom: 26px; color: var(--gold); font-style: normal; }
.benchmark-conclusion { max-width: 1430px; margin: 28px auto 0; color: rgba(255,255,255,.49); font-size: 11px; }
.proposal-strategy { padding: 115px clamp(22px,6vw,92px) 125px; background: #f3ebde; }
.pillar-flow { max-width: 1430px; margin: 0 auto 100px; display: grid; grid-template-columns: repeat(4,1fr); }
.pillar-flow article { padding-right: 25px; }
.pillar-flow article + article { padding-left: 25px; }
.pillar-flow span { color: #9d693e; font: italic 400 12px Georgia,serif; }
.pillar-flow i { display: block; width: 100%; height: 1px; margin: 17px 0 25px; background: rgba(75,41,27,.2); }
.pillar-flow h3 { margin: 0 0 13px; color: var(--wood); font: 600 28px Georgia,serif; }
.pillar-flow p { max-width: 250px; margin: 0; color: #77685b; font-size: 11px; line-height: 1.65; }
.experience-demo { max-width: 1430px; min-height: 650px; margin: 0 auto; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; color: white; background: #181411; }
.experience-copy { padding: clamp(55px,7vw,100px); display: flex; flex-direction: column; justify-content: center; }
.experience-copy h2 { margin: 0; font: 500 clamp(43px,5vw,70px)/.98 Georgia,serif; letter-spacing: -.05em; }
.experience-copy ul { margin: 30px 0; padding: 0; display: grid; gap: 15px; list-style: none; color: rgba(255,255,255,.63); font-size: 11px; }
.experience-copy li { padding-left: 23px; position: relative; }
.experience-copy li::before { content:"✓"; position: absolute; left: 0; color: var(--gold); }
.experience-copy > a { width: max-content; margin-top: 13px; padding-bottom: 8px; border-bottom: 1px solid rgba(215,169,77,.45); color: var(--gold); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.experience-copy > a span { margin-left: 15px; }
.phone-stage { min-height: 650px; display: grid; place-items: center; background: radial-gradient(circle at 50% 40%,rgba(215,169,77,.22),transparent 42%),linear-gradient(145deg,#45291c,#110f0d); }
.phone-shell { position: relative; width: 310px; overflow: hidden; border: 9px solid #080706; border-radius: 35px; color: var(--ink); background: #f3eadc; box-shadow: 0 38px 90px rgba(0,0,0,.58); transform: rotate(2deg); }
.phone-top { min-height: 58px; padding: 11px 13px; display: flex; align-items: center; gap: 8px; color: white; background: #11100e; }
.phone-top i { width: 29px; height: 29px; border-radius: 50%; background: url('/media/logo-la-paraguayita.png') center/cover; }
.phone-top span { font: 600 12px Georgia,serif; }
.phone-top b { width: 24px; height: 24px; margin-left: auto; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--yellow); font-size: 8px; }
.phone-visual { position: relative; height: 260px; overflow: hidden; }
.phone-visual img { width: 100%; height: 100%; object-fit: cover; }
.phone-visual span { position: absolute; left: 10px; bottom: 10px; padding: 5px 7px; color: var(--ink); background: var(--yellow); font-size: 6px; font-weight: 900; text-transform: uppercase; }
.phone-copy { padding: 17px 16px 80px; }
.phone-copy small { color: #986836; font-size: 7px; font-weight: 900; text-transform: uppercase; }
.phone-copy h3 { margin: 7px 0; font: 600 23px Georgia,serif; }
.phone-copy p { margin: 0; color: #75685d; font-size: 8px; line-height: 1.55; }
.phone-copy > div { margin-top: 14px; display: flex; align-items: center; justify-content: space-between; }
.phone-copy strong { color: var(--wood); font-size: 10px; }
.phone-copy button { width: 36px; height: 36px; border: 0; border-radius: 50%; color: white; background: var(--wood); font-size: 19px; }
.phone-cart { position: absolute; left: 10px; right: 10px; bottom: 9px; min-height: 53px; padding: 0 13px; display: flex; align-items: center; justify-content: space-between; color: white; background: var(--wood); font-size: 8px; font-weight: 900; text-transform: uppercase; box-shadow: 0 12px 25px rgba(0,0,0,.25); }
.proposal-roadmap { padding: 115px clamp(22px,6vw,92px) 125px; background: #13110f; color: white; }
.roadmap-tabs { max-width: 1430px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); border-bottom: 1px solid rgba(255,255,255,.15); }
.roadmap-tabs button { min-height: 63px; border: 0; border-bottom: 2px solid transparent; color: rgba(255,255,255,.45); background: transparent; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.roadmap-tabs button.active { border-color: var(--gold); color: var(--gold); }
.roadmap-panel { max-width: 1430px; min-height: 390px; margin: 0 auto; padding: 55px 0 10px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; }
.roadmap-panel > div > span { color: var(--gold); font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.roadmap-panel h3 { max-width: 460px; margin: 21px 0 0; font: 500 clamp(39px,4vw,60px)/1 Georgia,serif; }
.roadmap-panel ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.13); }
.roadmap-panel li { padding: 22px 0; display: grid; grid-template-columns: 45px 1fr; border-bottom: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.67); font-size: 11px; }
.roadmap-panel li b { color: var(--gold); font: italic 400 10px Georgia,serif; }
.proposal-content { padding: 115px clamp(22px,6vw,92px) 120px; background: #efe6d8; }
.content-plan { max-width: 1430px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; min-height: 560px; color: white; background: var(--charcoal-2); }
.content-video { position: relative; min-height: 480px; overflow: hidden; }
.content-video::after { content:""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(10,9,8,.83),transparent 48%); }
.content-video video { width: 100%; height: 100%; object-fit: cover; }
.content-video span { position: absolute; z-index: 2; left: 26px; bottom: 25px; font: 500 27px Georgia,serif; }
.content-list { padding: 35px clamp(23px,4vw,58px); display: grid; align-content: center; }
.content-list article { padding: 22px 0; display: grid; grid-template-columns: 50px 1fr auto; align-items: center; gap: 17px; border-bottom: 1px solid rgba(255,255,255,.13); }
.content-list article > b { color: var(--gold); font-size: 8px; letter-spacing: .12em; }
.content-list h3 { margin: 0; font: 500 18px Georgia,serif; }
.content-list p { margin: 4px 0 0; color: rgba(255,255,255,.43); font-size: 8px; }
.content-list article > span { padding: 5px 8px; border: 1px solid rgba(255,255,255,.17); color: rgba(255,255,255,.52); font-size: 7px; font-weight: 800; text-transform: uppercase; }
.proposal-simulator { padding: 110px clamp(22px,8vw,126px); display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(60px,10vw,150px); color: white; background: #402519; }
.simulator-copy h2 { margin: 0; font: 500 clamp(42px,5vw,70px)/1 Georgia,serif; letter-spacing: -.05em; }
.simulator-copy > p:last-child { max-width: 530px; margin: 25px 0 0; color: rgba(255,255,255,.57); font-size: 12px; line-height: 1.75; }
.simulator-card { padding: clamp(28px,4vw,55px); color: var(--ink); background: #f0e6d7; box-shadow: var(--shadow); }
.simulator-card label { padding: 17px 0; display: grid; gap: 18px; border-bottom: 1px solid rgba(75,41,27,.16); }
.simulator-card label > span { display: flex; justify-content: space-between; color: #695a4d; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.simulator-card label b { color: var(--wood); }
.simulator-card input { width: 100%; accent-color: var(--wood); }
.simulator-card > div { padding-top: 34px; }
.simulator-card > div span,.simulator-card > div strong,.simulator-card > div small { display: block; }
.simulator-card > div span { color: #7e6d60; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.simulator-card > div strong { margin: 12px 0 8px; color: var(--wood); font: 600 clamp(32px,4vw,56px) Georgia,serif; letter-spacing: -.05em; }
.simulator-card > div small { color: #97877a; font-size: 8px; }
.proposal-metrics { padding: 115px clamp(22px,6vw,92px) 125px; background: #12100e; }
.metrics-grid { max-width: 1430px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); color: white; }
.metrics-grid article { min-height: 230px; padding: 27px 25px; border: 1px solid rgba(255,255,255,.13); }
.metrics-grid article + article { border-left: 0; }
.metrics-grid span { color: var(--gold); font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.metrics-grid h3 { margin: 63px 0 12px; font: 500 26px Georgia,serif; }
.metrics-grid p { margin: 0; color: rgba(255,255,255,.47); font-size: 10px; line-height: 1.6; }
.proposal-close { min-height: 710px; padding: 110px clamp(22px,8vw,126px); display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: clamp(50px,9vw,140px); color: white; background: linear-gradient(90deg,rgba(10,8,7,.95),rgba(10,8,7,.67)),url('/media/cartel-la-paraguayita.jpg') center/cover; }
.proposal-close h2 { margin: 0; font: 500 clamp(48px,6vw,86px)/.94 Georgia,serif; letter-spacing: -.055em; }
.proposal-close h2 em { color: var(--gold); font-weight: 400; }
.proposal-close > div:first-child > p:last-child { max-width: 590px; margin: 29px 0 0; color: rgba(255,255,255,.59); font-size: 13px; line-height: 1.7; }
.proposal-decisions { padding: 38px; border: 1px solid rgba(255,255,255,.17); background: rgba(11,9,8,.58); backdrop-filter: blur(12px); }
.proposal-decisions > span { color: var(--gold); font-size: 8px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.proposal-decisions ul { margin: 24px 0 31px; padding: 0; display: grid; gap: 14px; list-style: none; color: rgba(255,255,255,.66); font-size: 10px; }
.proposal-decisions li::before { content:"—"; margin-right: 10px; color: var(--gold); }
.proposal-decisions a { min-height: 52px; padding: 0 17px; display: flex; align-items: center; justify-content: space-between; color: var(--ink); background: var(--yellow); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.proposal-footer { min-height: 105px; padding: 27px clamp(22px,6vw,92px); display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 30px; color: white; background: #080706; }
.proposal-footer > div { display: flex; align-items: center; gap: 9px; }
.proposal-footer img { width: 37px; height: 37px; border-radius: 50%; }
.proposal-footer strong { font: 600 16px Georgia,serif; }
.proposal-footer p { color: rgba(255,255,255,.38); font-size: 8px; }
.proposal-footer > a { color: var(--gold); font-size: 8px; font-weight: 900; text-transform: uppercase; }

@media (max-width: 1040px) {
  .proposal-header nav { display: none; }
  .benchmark-grid,.metrics-grid { grid-template-columns: repeat(2,1fr); }
  .benchmark-grid a:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.13); }
  .benchmark-grid a:nth-child(4) { border-top: 1px solid rgba(255,255,255,.13); }
  .pillar-flow { grid-template-columns: repeat(2,1fr); gap: 45px 0; }
  .experience-demo,.content-plan { grid-template-columns: 1fr; }
  .proposal-simulator,.proposal-close { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .proposal-header { min-height: 66px; padding: 9px 12px; }
  .proposal-brand img { width: 39px; height: 39px; }
  .proposal-brand strong { font-size: 15px; }
  .proposal-demo-link { min-height: 36px; padding: 0 10px; font-size: 7px; }
  .proposal-demo-link span { display: none; }
  .proposal-hero { min-height: 790px; height: auto; }
  .proposal-hero-photo { background-position: 58% 54%; }
  .proposal-hero-shade { background: linear-gradient(90deg,rgba(9,8,7,.94),rgba(13,10,8,.34)),linear-gradient(0deg,rgba(10,9,8,.96),rgba(10,9,8,.1) 65%); }
  .proposal-hero-copy { padding: 130px 20px 170px; }
  .proposal-hero-copy h1 { font-size: 54px; }
  .proposal-hero-copy > p:not(.proposal-kicker) { font-size: 13px; }
  .proposal-hero-actions { align-items: stretch; flex-direction: column; }
  .proposal-hero-actions a { justify-content: space-between; }
  .proposal-section-title { margin-bottom: 42px; }
  .proposal-section-title h2 { font-size: 43px; }
  .proposal-opportunity,.proposal-benchmark,.proposal-strategy,.proposal-roadmap,.proposal-content,.proposal-metrics { padding: 76px 18px 84px; }
  .opportunity-grid { grid-template-columns: 1fr; }
  .opportunity-grid article,.opportunity-grid article + article { padding: 28px 0; border-left: 0; border-bottom: 1px solid rgba(75,41,27,.19); }
  .opportunity-grid article:last-child { border-bottom: 0; }
  .benchmark-grid,.metrics-grid { grid-template-columns: 1fr; }
  .benchmark-grid a,.benchmark-grid a + a,.benchmark-grid a:nth-child(3) { min-height: 270px; border-left: 0; border-top: 1px solid rgba(255,255,255,.13); }
  .benchmark-grid a:first-child { border-top: 0; }
  .benchmark-grid h3 { margin-top: 37px; }
  .pillar-flow { grid-template-columns: 1fr; margin-bottom: 70px; gap: 32px; }
  .pillar-flow article + article { padding-left: 0; }
  .experience-demo { min-height: 0; }
  .experience-copy { padding: 59px 23px; }
  .experience-copy h2 { font-size: 44px; }
  .phone-stage { min-height: 600px; }
  .phone-shell { width: 285px; }
  .roadmap-tabs { overflow-x: auto; }
  .roadmap-tabs button { min-width: 150px; }
  .roadmap-panel { min-height: 0; padding-top: 40px; grid-template-columns: 1fr; gap: 42px; }
  .roadmap-panel h3 { font-size: 42px; }
  .content-list { padding: 27px 17px; }
  .content-list article { grid-template-columns: 42px 1fr auto; }
  .proposal-simulator { padding: 76px 18px 84px; gap: 45px; }
  .simulator-copy h2 { font-size: 44px; }
  .simulator-card { padding: 25px 19px; }
  .metrics-grid article,.metrics-grid article + article { border: 1px solid rgba(255,255,255,.13); border-bottom: 0; }
  .metrics-grid article:last-child { border-bottom: 1px solid rgba(255,255,255,.13); }
  .proposal-close { min-height: 0; padding: 83px 18px; }
  .proposal-close h2 { font-size: 51px; }
  .proposal-decisions { padding: 29px 21px; }
  .proposal-footer { padding: 30px 18px; grid-template-columns: 1fr; gap: 12px; }
  .proposal-footer p { margin: 0; }
}

/* Customer experience — restructured edition */
.splash-loader {
  position: fixed; z-index: 200; inset: 0; display: flex; align-items: center; justify-content: center; flex-direction: column;
  color: white; background: radial-gradient(circle at 50% 44%,#24170e 0,#0b0907 34%,#030303 73%); animation: splash-away .35s ease 2.9s forwards;
}
.splash-loader::before { content:""; position: absolute; inset: 0; opacity: .16; background: repeating-linear-gradient(90deg,transparent 0 54px,rgba(255,255,255,.05) 55px); }
.splash-stamp { position: relative; width: 126px; height: 126px; padding: 7px; border: 2px dashed rgba(236,181,64,.72); border-radius: 50%; box-shadow: 0 0 0 8px rgba(215,169,77,.07),0 0 55px rgba(215,169,77,.18); animation: stamp-arrive .8s ease-out both; }
.splash-stamp img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.splash-loader > strong { position: relative; margin-top: 22px; font: 600 27px Georgia,serif; letter-spacing: -.02em; }
.splash-loader > p { position: relative; margin: 8px 0 25px; color: rgba(255,255,255,.52); font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.splash-track { position: relative; width: min(290px,72vw); height: 4px; border-radius: 999px; background: rgba(255,255,255,.11); }
.splash-track i { position: absolute; inset: 0 auto 0 0; width: 0; border-radius: inherit; background: linear-gradient(90deg,#c67721,#f3c319); box-shadow: 0 0 16px rgba(243,195,25,.38); animation: loading-road 2.8s cubic-bezier(.25,.1,.2,1) forwards; }
.splash-track span { position: absolute; left: -7px; top: -21px; width: 34px; filter: grayscale(1) sepia(1) saturate(5); font-size: 23px; transform: translateX(-50%); animation: delivery-ride 2.8s cubic-bezier(.25,.1,.2,1) forwards; }
@keyframes stamp-arrive { from { opacity: 0; transform: scale(.72) rotate(-10deg); } to { opacity: 1; transform: scale(1) rotate(0); } }
@keyframes loading-road { to { width: 100%; } }
@keyframes delivery-ride { to { left: 100%; } }
@keyframes splash-away { to { opacity: 0; visibility: hidden; } }

.cta-order { min-height: 58px; padding: 0 27px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; border-radius: 3px; color: white; background: #e86922; box-shadow: 0 18px 42px rgba(232,105,34,.32); font-size: 13px; font-weight: 900; letter-spacing: .035em; text-transform: uppercase; transition: transform .2s,background .2s; }
.cta-order:hover { transform: translateY(-2px); background: #f1782b; }

.food-carousel { padding: 86px clamp(20px,5.5vw,84px) 96px; background: #11100e; }
.carousel-heading { max-width: 1420px; margin: 0 auto 34px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.carousel-heading h2 { max-width: 790px; margin: 0; font: 500 clamp(43px,5vw,74px)/.98 Georgia,serif; letter-spacing: -.05em; }
.carousel-heading > p { max-width: 300px; margin: 0; color: rgba(255,255,255,.42); font-size: 10px; line-height: 1.65; }
.carousel-stage { position: relative; max-width: 1420px; height: min(64vw,650px); min-height: 430px; margin: 0 auto; overflow: hidden; background: #080706; box-shadow: 0 35px 80px rgba(0,0,0,.34); }
.carousel-stage > article { position: absolute; inset: 0; opacity: 0; visibility: hidden; transform: scale(1.025); transition: opacity .65s ease,transform 1.2s ease,visibility .65s; }
.carousel-stage > article.active { opacity: 1; visibility: visible; transform: scale(1); }
.carousel-stage > article::after { content:""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(8,7,6,.88),rgba(8,7,6,.07) 68%),linear-gradient(0deg,rgba(8,7,6,.7),transparent 42%); }
.carousel-stage > article img { width: 100%; height: 100%; object-fit: cover; }
.carousel-stage > article > div { position: absolute; z-index: 2; left: clamp(28px,6vw,92px); bottom: clamp(42px,8vw,95px); }
.carousel-stage > article span { color: var(--gold); font-size: 9px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.carousel-stage > article h3 { max-width: 620px; margin: 12px 0 22px; font: 500 clamp(48px,7vw,92px)/.92 Georgia,serif; letter-spacing: -.055em; }
.carousel-stage > article a { width: max-content; padding-bottom: 7px; border-bottom: 1px solid rgba(215,169,77,.55); color: white; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.carousel-stage > article a b { margin-left: 14px; color: var(--gold); }
.carousel-prev,.carousel-next { position: absolute; z-index: 4; top: 50%; width: 46px; height: 46px; transform: translateY(-50%); border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: white; background: rgba(9,8,7,.42); backdrop-filter: blur(8px); font: 300 30px Georgia,serif; }
.carousel-prev { left: 16px; }.carousel-next { right: 16px; }
.carousel-dots { position: absolute; z-index: 4; left: 50%; bottom: 20px; display: flex; gap: 8px; transform: translateX(-50%); }
.carousel-dots button { width: 23px; height: 3px; padding: 0; border: 0; border-radius: 999px; background: rgba(255,255,255,.33); transition: width .2s,background .2s; }
.carousel-dots button.active { width: 48px; background: var(--gold); }

.fire-story .fire-gif { position: absolute; inset: -8%; width: 116%; height: 116%; max-width: none; object-fit: cover; filter: saturate(.88) contrast(1.1) brightness(.8); }
.search-wrap { position: relative; z-index: 12; width: min(390px,100%); }
.search-wrap .menu-search { width: 100%; }
.search-suggestions { position: absolute; left: 0; right: 0; top: calc(100% + 7px); overflow: hidden; border: 1px solid rgba(75,41,27,.2); background: #fffaf1; box-shadow: 0 24px 55px rgba(61,36,20,.18); }
.search-suggestions > strong { padding: 13px 14px 8px; display: block; color: #9b7e67; font-size: 7px; letter-spacing: .14em; text-transform: uppercase; }
.search-suggestions button { width: 100%; padding: 11px 14px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border: 0; border-top: 1px solid rgba(75,41,27,.1); text-align: left; color: var(--ink); background: transparent; }
.search-suggestions button:hover { background: #f0e3d1; }
.search-suggestions button span,.search-suggestions button b,.search-suggestions button small { display: block; }
.search-suggestions button b { font: 600 14px Georgia,serif; }
.search-suggestions button small { margin-top: 3px; color: #967b65; font-size: 7px; text-transform: uppercase; }
.search-suggestions button em { flex: 0 0 auto; color: var(--wood); font-style: normal; font-size: 8px; font-weight: 800; }
.search-suggestions > p { margin: 0; padding: 18px 14px; color: #7d6d60; font-size: 10px; }

.menu-card-v2.text-only { grid-template-columns: 1fr; min-height: 214px; border-top: 3px solid #8f552e; background: linear-gradient(145deg,rgba(255,255,255,.8),rgba(238,224,205,.8)); }
.menu-card-v2.text-only .menu-card-body { padding: 24px 22px 19px; }
.menu-card-v2.text-only h3 { max-width: 85%; font-size: 25px; }
.text-recommended { width: max-content; margin: 0 0 12px; padding: 5px 7px; color: #4c2d1e; background: rgba(243,195,25,.48); font-size: 7px; letter-spacing: .07em; text-transform: uppercase; }
.product-modal.text-only { width: min(620px,100%); grid-template-columns: 1fr; }
.product-modal.text-only .modal-close { color: var(--wood); border-color: rgba(75,41,27,.2); background: rgba(255,255,255,.6); }
.product-modal.text-only .product-modal-copy { min-height: 450px; }
.cart-thumb.text-thumb { border: 1px solid rgba(75,41,27,.14); color: var(--wood); background: #e7d8c3; font-size: 10px; font-weight: 900; text-transform: uppercase; }

.achievement-strip { display: grid; grid-template-columns: repeat(4,1fr); color: var(--ink); background: #eaddc9; border-bottom: 1px solid rgba(75,41,27,.14); }
.achievement-strip article { min-height: 170px; padding: 31px clamp(20px,4vw,54px); display: flex; justify-content: center; flex-direction: column; }
.achievement-strip article + article { border-left: 1px solid rgba(75,41,27,.15); }
.achievement-strip b { color: var(--wood); font: 500 clamp(34px,4vw,58px)/1 Georgia,serif; letter-spacing: -.045em; }
.achievement-strip span { margin-top: 10px; color: #7d6d60; font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.reviews-section { padding: 105px clamp(20px,6vw,92px) 120px; background: #171411; }
.reviews-heading { max-width: 1420px; margin: 0 auto 48px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.reviews-heading h2 { max-width: 900px; margin: 0; font: 500 clamp(43px,5vw,72px)/1 Georgia,serif; letter-spacing: -.05em; }
.reviews-heading > a { min-width: max-content; padding-bottom: 7px; border-bottom: 1px solid rgba(215,169,77,.45); color: var(--gold); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.review-grid { max-width: 1420px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); }
.review-grid article { min-height: 320px; padding: 34px clamp(22px,3vw,42px); display: flex; flex-direction: column; }
.review-grid article + article { border-left: 1px solid rgba(255,255,255,.13); }
.review-grid article > div { color: var(--gold); font-size: 13px; letter-spacing: .16em; }
.review-grid p { margin: 44px 0 28px; color: rgba(255,255,255,.78); font: 400 23px/1.45 Georgia,serif; }
.review-grid strong { margin-top: auto; font-size: 10px; }
.review-grid small { margin-top: 5px; color: rgba(255,255,255,.38); font-size: 8px; }

/* Concise owner proposal */
.owner-proposal { min-height: 100vh; overflow: hidden; color: #24180f; background: #eee3d1; font-family: Arial,Helvetica,sans-serif; }
.owner-header { position: fixed; z-index: 50; left: 0; right: 0; top: 0; min-height: 78px; padding: 11px clamp(18px,5vw,76px); display: flex; align-items: center; justify-content: space-between; gap: 20px; color: white; background: rgba(12,10,8,.92); border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(15px); }
.owner-brand { display: flex; align-items: center; gap: 12px; }.owner-brand img { width: 49px; height: 49px; border-radius: 50%; }.owner-brand strong,.owner-brand small { display: block; }.owner-brand strong { font: 600 21px Georgia,serif; }.owner-brand small { margin-top: 4px; color: rgba(255,255,255,.5); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.owner-demo { min-height: 43px; padding: 0 17px; display: inline-flex; align-items: center; gap: 18px; color: #24180f; background: #e4b14d; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.owner-kicker { margin: 0 0 19px; color: #a56c30; font-size: 10px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.owner-hero { position: relative; min-height: 800px; padding: 140px clamp(24px,8vw,126px) 90px; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: clamp(50px,8vw,125px); color: white; background: #100d0a; isolation: isolate; }
.owner-hero-bg { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg,rgba(10,8,6,.98),rgba(16,12,9,.82) 55%,rgba(14,11,8,.66)),url('/media/hero-dining-lasagna.jpg') 67% center/cover; filter: sepia(.18) saturate(.65); }
.owner-hero-copy h1 { max-width: 950px; margin: 0; font: 500 clamp(56px,7vw,98px)/.94 Georgia,serif; letter-spacing: -.055em; }.owner-hero-copy h1 em { color: #dcb259; font-weight: 400; }.owner-hero-copy > p:not(.owner-kicker) { max-width: 720px; margin: 31px 0; color: rgba(255,255,255,.72); font-size: 19px; line-height: 1.65; }
.owner-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }.owner-hero-actions a { min-height: 54px; padding: 0 20px; display: inline-flex; align-items: center; gap: 21px; border: 1px solid rgba(255,255,255,.25); font-size: 9px; font-weight: 900; text-transform: uppercase; }.owner-hero-actions a:first-child { color: #24180f; border-color: #e1b04e; background: #e1b04e; }
.owner-hero-card { padding: 39px 34px; border: 1px solid rgba(255,255,255,.18); background: rgba(18,14,10,.68); box-shadow: 0 28px 80px rgba(0,0,0,.3); backdrop-filter: blur(12px); }.owner-hero-card span { color: #ddb156; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }.owner-hero-card strong { display: block; margin: 36px 0 15px; font: 500 37px/1.05 Georgia,serif; }.owner-hero-card p { margin: 0; color: rgba(255,255,255,.65); font-size: 16px; line-height: 1.7; }
.owner-purpose,.owner-steps { padding: 110px clamp(22px,7vw,105px) 120px; }.owner-section-title { max-width: 1320px; margin: 0 auto 55px; }.owner-section-title > p { margin: 0 0 19px; color: #985f29; font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }.owner-section-title h2 { max-width: 1040px; margin: 0; font: 500 clamp(46px,5vw,72px)/1 Georgia,serif; letter-spacing: -.045em; }.owner-section-title.light { color: white; }.owner-section-title.light > p { color: #dcb259; }
.owner-purpose-grid { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(75,41,27,.18); }.owner-purpose-grid article { min-height: 330px; padding: 45px clamp(28px,5vw,70px); }.owner-purpose-grid article + article { border-left: 1px solid rgba(75,41,27,.18); }.owner-purpose-grid span { color: #98724f; font-size: 10px; font-weight: 900; text-transform: uppercase; }.owner-purpose-grid h3 { margin: 48px 0 19px; font: 600 35px Georgia,serif; }.owner-purpose-grid p { max-width: 510px; margin: 0; color: #776555; font-size: 17px; line-height: 1.75; }.owner-purpose-solution { color: white; background: #4a2b1b; }.owner-purpose-solution span { color: #e1b45e; }.owner-purpose-solution p { color: rgba(255,255,255,.7); }
.owner-emphasis { max-width: 1320px; margin: 0 auto; padding: 28px 33px; border-left: 4px solid #c98b32; color: #644b38; background: #e3d3bc; font-size: 18px; line-height: 1.6; }.owner-emphasis b { color: #4a2b1b; }
.owner-steps { color: white; background: #15120f; }.owner-step-grid { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); }.owner-step-grid article { min-height: 315px; padding: 30px 27px; border: 1px solid rgba(255,255,255,.13); }.owner-step-grid article + article { border-left: 0; }.owner-step-grid b { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: #1d150e; background: #dcb259; font: 600 22px Georgia,serif; }.owner-step-grid h3 { margin: 63px 0 15px; font: 500 27px Georgia,serif; }.owner-step-grid p { margin: 0; color: rgba(255,255,255,.56); font-size: 15px; line-height: 1.65; }
.owner-respect { min-height: 700px; display: grid; grid-template-columns: .95fr 1.05fr; background: #f2e9dc; }.owner-respect-photo { position: relative; min-height: 620px; overflow: hidden; }.owner-respect-photo::after { content:""; position: absolute; inset: 0; background: linear-gradient(90deg,transparent 62%,#f2e9dc),linear-gradient(0deg,rgba(31,19,11,.25),transparent 52%); }.owner-respect-photo img { width: 100%; height: 100%; object-fit: cover; filter: sepia(.15) saturate(.72); }.owner-respect-copy { padding: 92px clamp(30px,7vw,105px) 92px clamp(25px,5vw,72px); display: flex; flex-direction: column; justify-content: center; }.owner-respect-copy h2,.owner-support-copy h2 { margin: 0; font: 500 clamp(43px,5vw,68px)/1 Georgia,serif; letter-spacing: -.047em; }.owner-respect-copy > p:not(.owner-kicker),.owner-support-copy > p:not(.owner-kicker) { margin: 27px 0; color: #746252; font-size: 17px; line-height: 1.75; }.owner-respect-copy ul { margin: 3px 0 0; padding: 0; display: grid; gap: 13px; list-style: none; }.owner-respect-copy li { padding-left: 24px; position: relative; color: #563c29; font-size: 16px; }.owner-respect-copy li::before { content:"✓"; position: absolute; left: 0; color: #a66d2b; font-weight: 900; }
.owner-support { min-height: 700px; display: grid; grid-template-columns: .8fr 1.2fr; color: white; background: #3a2417; }.owner-support-photo { position: relative; min-height: 700px; overflow: hidden; background: #21170f; }.owner-support-photo::after { content:""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(58,36,23,.12),#3a2417),linear-gradient(0deg,rgba(25,17,11,.64),transparent 45%); }.owner-support-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 34%; opacity: .58; filter: grayscale(.25) sepia(.12) contrast(.95); }.owner-support-copy { padding: 100px clamp(28px,9vw,135px) 100px clamp(28px,6vw,82px); display: flex; flex-direction: column; justify-content: center; }.owner-support-copy .owner-kicker { color: #e0b65f; }.owner-support-copy > p:not(.owner-kicker) { color: rgba(255,255,255,.67); }.owner-signature { margin-top: 16px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); }.owner-signature strong,.owner-signature span { display: block; }.owner-signature strong { font: 600 26px Georgia,serif; }.owner-signature span { margin-top: 6px; color: #dcb259; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.owner-close { padding: 105px 24px 115px; display: flex; align-items: center; flex-direction: column; text-align: center; color: white; background: #100e0c; }.owner-close img { width: 92px; height: 92px; border-radius: 50%; }.owner-close > p { margin: 25px 0 15px; color: #d8ae58; font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }.owner-close h2 { margin: 0; font: 500 clamp(48px,6vw,82px)/.98 Georgia,serif; letter-spacing: -.05em; }.owner-close a { min-height: 55px; margin-top: 38px; padding: 0 21px; display: inline-flex; align-items: center; gap: 28px; color: #23180f; background: #dfaf4f; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.owner-footer { min-height: 105px; padding: 28px clamp(22px,6vw,92px); display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 35px; color: #38271b; background: #e8dac6; }.owner-footer strong,.owner-footer span { display: block; }.owner-footer strong { font: 600 18px Georgia,serif; }.owner-footer span,.owner-footer p,.owner-footer a { font-size: 9px; }.owner-footer span,.owner-footer p { color: #85715f; }.owner-footer a { color: #704423; font-weight: 900; text-transform: uppercase; }

@media (max-width: 920px) {
  .carousel-heading,.reviews-heading { align-items: flex-start; flex-direction: column; }
  .achievement-strip { grid-template-columns: repeat(2,1fr); }
  .achievement-strip article:nth-child(3) { border-left: 0; border-top: 1px solid rgba(75,41,27,.15); }
  .achievement-strip article:nth-child(4) { border-top: 1px solid rgba(75,41,27,.15); }
  .review-grid { grid-template-columns: 1fr; }.review-grid article + article { border-left: 0; border-top: 1px solid rgba(255,255,255,.13); }
  .owner-hero { grid-template-columns: 1fr; }.owner-hero-card { max-width: 620px; }.owner-purpose-grid,.owner-respect,.owner-support { grid-template-columns: 1fr; }.owner-purpose-grid article + article { border-left: 0; border-top: 1px solid rgba(75,41,27,.18); }.owner-step-grid { grid-template-columns: repeat(2,1fr); }.owner-step-grid article:nth-child(3) { border-left: 1px solid rgba(255,255,255,.13); }.owner-respect-photo,.owner-support-photo { min-height: 520px; }.owner-respect-photo::after,.owner-support-photo::after { background: linear-gradient(0deg,#f2e9dc,transparent 30%); }.owner-support-photo::after { background: linear-gradient(0deg,#3a2417,transparent 35%); }
}

@media (max-width: 720px) {
  .splash-stamp { width: 110px; height: 110px; }
  .cta-order { width: 100%; min-height: 58px; padding: 0 20px; font-size: 12px; }
  .cta-ghost { min-height: 50px; padding: 0 17px; font-size: 10px; }
  .food-carousel { padding: 69px 12px 78px; }.carousel-heading { margin-bottom: 24px; }.carousel-heading h2 { font-size: 44px; }.carousel-heading > p { display: none; }.carousel-stage { height: 590px; min-height: 0; }.carousel-stage > article::after { background: linear-gradient(0deg,rgba(8,7,6,.9),rgba(8,7,6,.03) 68%); }.carousel-stage > article > div { left: 22px; right: 22px; bottom: 64px; }.carousel-stage > article h3 { font-size: 52px; }.carousel-prev,.carousel-next { top: 40%; width: 40px; height: 40px; }
  .fire-story .fire-gif { inset: 0; width: 100%; height: 100%; object-position: 34% center; }
  .search-wrap { width: 100%; }.search-suggestions { max-height: 330px; overflow-y: auto; }
  .menu-card-v2.text-only { min-height: 170px; grid-template-columns: 1fr; }.menu-card-v2.text-only .menu-card-body { padding: 21px 18px 16px; }.menu-card-v2.text-only h3 { font-size: 23px; }
  .achievement-strip article { min-height: 140px; padding: 26px 20px; }.achievement-strip b { font-size: 39px; }
  .reviews-section { padding: 77px 17px 88px; }.reviews-heading h2 { font-size: 44px; }.review-grid article { min-height: 275px; padding: 28px 20px; }.review-grid p { margin: 35px 0 25px; font-size: 21px; }
  .owner-header { min-height: 68px; padding: 8px 12px; }.owner-brand img { width: 42px; height: 42px; }.owner-brand strong { font-size: 16px; }.owner-brand small { font-size: 6px; }.owner-demo { min-height: 37px; padding: 0 10px; font-size: 7px; }.owner-demo span { display: none; }
  .owner-hero { min-height: 830px; padding: 125px 19px 72px; gap: 42px; }.owner-hero-copy h1 { font-size: 54px; }.owner-hero-copy > p:not(.owner-kicker) { font-size: 17px; }.owner-hero-actions { flex-direction: column; align-items: stretch; }.owner-hero-actions a { justify-content: space-between; }.owner-hero-card { padding: 29px 23px; }.owner-hero-card strong { margin-top: 27px; font-size: 31px; }
  .owner-purpose,.owner-steps { padding: 75px 17px 82px; }.owner-section-title { margin-bottom: 39px; }.owner-section-title h2 { font-size: 43px; }.owner-purpose-grid article { min-height: 0; padding: 34px 23px 39px; }.owner-purpose-grid h3 { margin-top: 37px; font-size: 31px; }.owner-purpose-grid p,.owner-emphasis { font-size: 16px; }.owner-emphasis { padding: 23px 20px; }
  .owner-step-grid { grid-template-columns: 1fr; }.owner-step-grid article,.owner-step-grid article + article,.owner-step-grid article:nth-child(3) { min-height: 260px; border: 1px solid rgba(255,255,255,.13); border-bottom: 0; }.owner-step-grid article:last-child { border-bottom: 1px solid rgba(255,255,255,.13); }.owner-step-grid h3 { margin-top: 45px; }
  .owner-respect-photo,.owner-support-photo { min-height: 430px; }.owner-respect-copy,.owner-support-copy { padding: 72px 20px 78px; }.owner-respect-copy h2,.owner-support-copy h2 { font-size: 43px; }.owner-respect-copy > p:not(.owner-kicker),.owner-support-copy > p:not(.owner-kicker) { font-size: 16px; }.owner-respect-copy li { font-size: 15px; line-height: 1.45; }
  .owner-close { padding: 78px 17px 86px; }.owner-close h2 { font-size: 47px; }.owner-footer { padding: 29px 18px; grid-template-columns: 1fr; gap: 12px; }.owner-footer p { margin: 0; }
}

/* Visible fallback for document viewers that block JavaScript */
.standalone-static { min-height: 100vh; color: var(--cream); background: var(--charcoal); }
.static-menu-header { min-height: 82px; padding: 13px clamp(18px,5vw,76px); display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.12); background: #0a0908; }
.static-menu-header > div { display: flex; align-items: center; gap: 12px; }.static-menu-header img { width: 48px; height: 48px; border-radius: 50%; }.static-menu-header strong,.static-menu-header small { display: block; }.static-menu-header strong { font: 600 21px Georgia,serif; }.static-menu-header small { margin-top: 4px; color: rgba(255,255,255,.46); font-size: 8px; text-transform: uppercase; }.static-menu-header > a { min-height: 43px; padding: 0 16px; display: inline-flex; align-items: center; color: #21150d; background: var(--gold); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.static-menu-hero { min-height: 680px; padding: 90px clamp(22px,8vw,125px); display: flex; align-items: center; background: linear-gradient(90deg,rgba(8,7,6,.97),rgba(8,7,6,.3)),url('/media/hero-dining-lasagna.jpg') 65% 57%/cover; }
.static-menu-hero > div { max-width: 830px; }.static-menu-hero p { margin: 0 0 20px; color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }.static-menu-hero h1 { margin: 0; font: 500 clamp(58px,8vw,108px)/.88 Georgia,serif; letter-spacing: -.06em; }.static-menu-hero h1 em { color: var(--gold); font-weight: 400; }.static-menu-hero span { max-width: 650px; margin: 30px 0; display: block; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.7; }.static-menu-hero a { width: max-content; min-height: 52px; padding: 0 20px; display: inline-flex; align-items: center; gap: 25px; color: white; background: #e86922; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.static-category-nav { padding: 15px clamp(15px,5vw,76px); display: flex; gap: 8px; overflow-x: auto; color: #3d281a; background: #eadfcd; }.static-category-nav a { min-width: max-content; padding: 10px 14px; border: 1px solid rgba(75,41,27,.18); border-radius: 999px; font-size: 9px; font-weight: 800; }
.static-menu-content { padding: 95px clamp(18px,6vw,92px) 120px; color: #21150e; background: #f0e5d5; }.static-menu-intro { max-width: 1400px; margin: 0 auto 70px; position: relative; }.static-menu-intro p { margin: 0 0 16px; color: #8b572f; font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }.static-menu-intro h2 { max-width: 850px; margin: 0; font: 500 clamp(45px,5vw,75px)/1 Georgia,serif; letter-spacing: -.05em; }.static-menu-intro > strong { position: absolute; right: 0; bottom: 7px; color: #7c695a; font-size: 10px; text-transform: uppercase; }
.static-category { max-width: 1400px; margin: 0 auto; padding: 55px 0 70px; border-top: 1px solid rgba(75,41,27,.19); scroll-margin-top: 20px; }.static-category-title { margin-bottom: 27px; display: flex; align-items: center; gap: 18px; }.static-category-title span { color: #9c6e45; font: italic 400 13px Georgia,serif; }.static-category-title h2 { margin: 0; color: #4a2b1b; font: 600 clamp(34px,4vw,53px) Georgia,serif; }
.static-product-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 13px; }.static-product-grid article { min-height: 185px; padding: 23px 21px; display: grid; border: 1px solid rgba(75,41,27,.13); border-top: 3px solid #8f552e; background: rgba(255,255,255,.62); }.static-product-grid article.has-photo { padding: 0; grid-template-columns: 42% 1fr; border-top-width: 1px; overflow: hidden; }.static-product-grid article > img { width: 100%; height: 100%; min-height: 185px; object-fit: cover; }.static-product-grid article > div { display: flex; flex-direction: column; }.static-product-grid article.has-photo > div { padding: 20px 17px; }.static-product-grid small { color: #976c46; font-size: 7px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }.static-product-grid h3 { margin: 12px 0 9px; font: 600 21px/1.1 Georgia,serif; }.static-product-grid p { margin: 0 0 13px; color: #7c6b5d; font-size: 9px; line-height: 1.55; }.static-product-grid strong { margin-top: auto; color: #4a2b1b; font-size: 11px; }
.static-menu-order { padding: 95px 22px 105px; display: flex; align-items: center; flex-direction: column; text-align: center; background: #15120f; }.static-menu-order img { width: 88px; height: 88px; border-radius: 50%; }.static-menu-order h2 { margin: 23px 0 12px; font: 500 clamp(45px,6vw,75px) Georgia,serif; }.static-menu-order p { max-width: 640px; margin: 0; color: rgba(255,255,255,.57); font-size: 14px; line-height: 1.7; }.static-menu-order a { min-height: 52px; margin-top: 28px; padding: 0 19px; display: inline-flex; align-items: center; gap: 25px; color: #21150d; background: var(--gold); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.static-menu-footer { min-height: 90px; padding: 24px clamp(20px,6vw,92px); display: flex; align-items: center; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.55); background: #080706; }.static-menu-footer strong { color: white; font: 600 19px Georgia,serif; }.static-menu-footer span { font-size: 9px; }

@media (max-width: 900px) { .static-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 650px) {
  .static-menu-header { min-height: 68px; padding: 9px 12px; }.static-menu-header img { width: 40px; height: 40px; }.static-menu-header strong { font-size: 16px; }.static-menu-header small { font-size: 6px; }.static-menu-header > a { min-height: 36px; padding: 0 9px; font-size: 7px; }
  .static-menu-hero { min-height: 680px; padding: 76px 19px; background-position: 57% 55%; }.static-menu-hero h1 { font-size: 58px; }.static-menu-hero span { font-size: 14px; }.static-menu-content { padding: 72px 12px 85px; }.static-menu-intro { margin-bottom: 52px; }.static-menu-intro h2 { font-size: 43px; }.static-menu-intro > strong { position: static; margin-top: 18px; display: block; }
  .static-category { padding: 43px 0 58px; }.static-product-grid { grid-template-columns: 1fr; }.static-product-grid article { min-height: 155px; }.static-product-grid article.has-photo { grid-template-columns: 115px 1fr; }.static-product-grid article > img { min-height: 170px; }.static-product-grid h3 { font-size: 20px; }
  .static-menu-footer { align-items: flex-start; flex-direction: column; }
}

/* Final ordering flow */
.cta-order {
  min-height: 66px;
  padding: 0 31px;
  gap: 34px;
  border-radius: 4px;
  color: white;
  background: #ed6d20;
  box-shadow: 0 18px 48px rgba(237,109,32,.34);
  font-size: 12px;
}
.cta-order:hover { background: #ff7b2a; }
.illustrative-badge,.modal-illustrative {
  position: absolute;
  z-index: 3;
  right: 8px;
  top: 8px;
  padding: 5px 7px;
  color: rgba(255,255,255,.82);
  background: rgba(12,10,8,.68);
  font-size: 6px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(7px);
}
.modal-illustrative { top: auto; bottom: 12px; right: 12px; }
.achievement-strip.three { grid-template-columns: repeat(3,1fr); }
.checkout-error {
  margin: 3px 0 15px;
  padding: 12px 13px;
  border-left: 3px solid #c8382e;
  color: #70231d;
  background: #f5d8d3;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.45;
}
.checkout-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.delivery-fields,.invoice-fields {
  min-width: 0;
  margin: 3px 0;
  padding: 14px;
  display: grid;
  gap: 11px;
  border: 1px solid rgba(75,41,27,.17);
  background: rgba(255,255,255,.26);
}
.delivery-fields legend,.invoice-fields legend {
  padding: 0 7px;
  color: var(--wood);
  font: 700 13px Georgia,serif;
  text-transform: none;
  letter-spacing: 0;
}
.field-help,.location-ok {
  color: #7d6b5c;
  font-size: 8px;
  line-height: 1.45;
  text-transform: none;
  letter-spacing: 0;
}
.location-ok { color: #257441; font-weight: 800; }
.location-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.location-actions button,.location-actions a {
  min-height: 38px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(75,41,27,.23);
  color: var(--wood);
  background: #fff9ef;
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}
.location-actions button:disabled { opacity: .55; cursor: wait; }
.choice-row { padding: 3px; display: grid; grid-template-columns: 1fr 1fr; gap: 3px; background: #dfd2c0; }
.choice-row button { min-height: 39px; border: 0; color: #756658; background: transparent; font-size: 8px; font-weight: 900; text-transform: uppercase; }
.choice-row button.active { color: white; background: var(--wood); }
.disabled-fields { opacity: .46; filter: grayscale(1); }
.disabled-fields input { cursor: not-allowed; background: #ddd6cc; }
.cash-fields { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 12px; }
.checkout-form .check-line { min-height: 41px; padding: 0 5px; display: flex; align-items: center; gap: 7px; white-space: nowrap; text-transform: none; }
.checkout-form .check-line input { width: 16px; height: 16px; margin: 0; accent-color: var(--wood); }
.bank-card { padding: 14px; display: grid; grid-template-columns: 64px 1fr; align-items: start; gap: 13px; border: 1px solid rgba(75,41,27,.18); background: #fff8ed; }
.bank-card img { width: 58px; height: 58px; object-fit: contain; border-radius: 8px; }
.bank-card strong { color: var(--wood); font: 700 14px Georgia,serif; }
.bank-card p { margin: 5px 0; color: #756457; font-size: 8px; line-height: 1.5; }
.bank-card small { color: #a14c21; font-size: 7px; font-weight: 800; line-height: 1.45; }
.bank-card.ready { border-color: rgba(236,112,20,.42); box-shadow: inset 3px 0 #ec7014; }
.bank-card dl { margin: 9px 0 10px; display: grid; gap: 6px; }
.bank-card dl div { display: grid; grid-template-columns: minmax(90px, .8fr) 1fr; gap: 8px; padding-bottom: 5px; border-bottom: 1px solid rgba(75,41,27,.1); }
.bank-card dt { color: #756457; font-size: 8px; }
.bank-card dd { margin: 0; color: #2d1b13; font-size: 9px; font-weight: 900; overflow-wrap: anywhere; }
.bank-card button { margin: 0 0 9px; min-height: 34px; padding: 7px 11px; border: 0; border-radius: 7px; background: #ec7014; color: white; font-size: 8px; font-weight: 900; cursor: pointer; }
.bank-card button:hover { background: #c9560d; }
.cart-v2-total button { min-height: 60px; font-size: 11px; }

@media (max-width: 920px) {
  .achievement-strip.three { grid-template-columns: repeat(3,1fr); }
  .achievement-strip.three article:nth-child(3) { border-left: 1px solid rgba(75,41,27,.15); border-top: 0; }
}

@media (max-width: 720px) {
  .cta-order { width: 100%; min-height: 62px; padding: 0 21px; justify-content: space-between; font-size: 11px; }
  .hero-v2-actions { align-items: stretch; }
  .hero-v2-actions .cta-ghost { width: 100%; }
  .achievement-strip.three { grid-template-columns: 1fr; }
  .achievement-strip.three article + article,.achievement-strip.three article:nth-child(3) { border-left: 0; border-top: 1px solid rgba(75,41,27,.15); }
  .checkout-grid,.cash-fields { grid-template-columns: 1fr; }
  .checkout-form .check-line { min-height: 34px; }
  .delivery-fields,.invoice-fields { padding: 12px 10px; }
  .cart-v2-total button { min-height: 62px; font-size: 10px; }
}
