:root {
  --paper: #f3f0e8;
  --paper-deep: #e5dfd3;
  --ink: #0b1016;
  --ink-soft: #151b22;
  --red: #ff503c;
  --mint: #8cf39c;
  --white: #fffefa;
  --line: rgba(11, 16, 22, .22);
  --line-light: rgba(255, 255, 255, .19);
  --display: Arial, Helvetica, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 78px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--display); font-size: 16px; line-height: 1.5; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
address { font-style: normal; }
::selection { color: var(--ink); background: var(--mint); }
:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 200; top: 10px; left: 10px; transform: translateY(-160%); padding: 12px 16px; background: var(--ink); color: var(--white); font-weight: 800; }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 80; top: 0; min-height: 78px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; padding: 7px 3.2vw; border-bottom: 1px solid var(--ink); background: var(--paper); }
.brand { width: 64px; height: 64px; display: block; overflow: hidden; border: 2px solid var(--ink); border-radius: 50%; background: var(--ink); }
.brand-logo { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.site-header nav { justify-self: center; display: flex; align-items: center; gap: clamp(30px, 4.3vw, 72px); }
.site-header nav a { position: relative; padding: 12px 0; font-size: .82rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.site-header nav a::after { content: ""; position: absolute; right: 0; bottom: 7px; left: 0; height: 2px; background: var(--red); transform: scaleX(0); transition: transform .18s; }
.site-header nav a:hover::after { transform: scaleX(1); }
.header-order { min-width: 190px; min-height: 50px; display: inline-flex; align-items: center; justify-content: space-between; gap: 25px; padding: 13px 16px; border: 1px solid var(--ink); background: var(--ink); color: var(--white); font-size: .82rem; font-weight: 850; text-transform: uppercase; letter-spacing: .07em; transition: background .18s, color .18s; }
.header-order:hover { background: var(--red); color: var(--ink); }
.mobile-menu-link { display: none; }

.eyebrow, .kicker { font-size: .78rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.hero { min-height: min(790px, calc(100svh - 78px)); display: grid; grid-template-columns: 53% 47%; border-bottom: 1px solid var(--ink); }
.hero-copy { min-width: 0; min-height: 660px; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(42px, 5.6vw, 84px) 3.2vw clamp(38px, 4vw, 60px); background: var(--paper); }
.eyebrow-row { display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.open-pill { display: inline-flex; align-items: center; gap: 8px; padding: 9px 12px; border: 1px solid var(--ink); border-radius: 999px; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.open-pill i { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px rgba(140,243,156,.22); }
.hero h1 { margin: clamp(42px, 7vh, 86px) 0; font-size: clamp(4.25rem, 7.15vw, 7.25rem); font-weight: 950; line-height: .82; letter-spacing: -.065em; text-transform: uppercase; }
.hero h1 span { display: block; }
.hero-script { margin: .06em 0 .09em .38em; color: var(--red); font-family: var(--serif); font-size: .95em; font-style: italic; font-weight: 500; line-height: .86; text-transform: lowercase; letter-spacing: -.05em; }
.hero-line:last-child { white-space: nowrap; }
.hero-bottom { display: grid; grid-template-columns: minmax(200px, .86fr) minmax(220px, 1.14fr); align-items: end; gap: 42px; }
.hero-bottom > p { max-width: 380px; margin: 0; color: rgba(11,16,22,.72); font-size: 1rem; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 22px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; padding: 14px 18px; border: 1px solid var(--ink); font-size: .82rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; transition: transform .18s, background .18s, color .18s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: var(--ink); }
.button-primary:hover { background: var(--ink); color: var(--white); }
.text-link { padding: 9px 0 7px; border-bottom: 1px solid currentColor; font-size: .82rem; font-weight: 800; }
.text-link span { margin-left: 9px; color: var(--red); }
.hero-visual { position: relative; min-height: 660px; overflow: hidden; background: var(--ink); }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: 64% center; }
.hero-stamp { position: absolute; top: 28px; right: 28px; width: 116px; height: 116px; display: grid; place-content: center; padding: 18px; border-radius: 50%; background: var(--mint); color: var(--ink); text-align: center; transform: rotate(7deg); }
.hero-stamp span { font-size: 1.75rem; font-weight: 950; line-height: 1; }
.hero-stamp small { margin-top: 5px; font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.hero-address { position: absolute; right: 25px; bottom: 25px; left: 25px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 4px 20px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.45); background: rgba(11,16,22,.92); color: var(--white); }
.hero-address small { grid-column: 1 / -1; color: rgba(255,255,255,.64); font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.hero-address strong { font-size: clamp(1.35rem, 2.1vw, 2rem); }
.hero-address span { font-size: .75rem; font-weight: 800; text-transform: uppercase; }

.section { padding: clamp(90px, 9vw, 135px) 3.2vw; }
.popular { background: var(--white); }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 50px; margin-bottom: 58px; }
.section-heading h2, .menu-title-row h2 { margin: 12px 0 0; font-size: clamp(3.8rem, 7.3vw, 7rem); font-weight: 950; line-height: .87; letter-spacing: -.06em; text-transform: uppercase; }
.section-heading > p { justify-self: end; max-width: 390px; margin: 0 0 5px; color: rgba(11,16,22,.65); font-size: 1rem; line-height: 1.55; }
.kicker { color: var(--red); }
.food-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 13px; }
.food-card { min-width: 0; border: 1px solid var(--ink); background: var(--paper); }
.food-photo { position: relative; width: 100%; aspect-ratio: 1 / .9; display: block; padding: 0; overflow: hidden; border: 0; border-bottom: 1px solid var(--ink); background: var(--ink); }
.food-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.food-photo:hover img { transform: scale(1.035); }
.food-badge { position: absolute; top: 14px; left: 14px; padding: 7px 9px; background: var(--mint); color: var(--ink); font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.food-info { min-height: 138px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 22px; padding: 20px; }
.food-info h3 { margin: 0; font-size: clamp(1.15rem, 1.8vw, 1.55rem); letter-spacing: -.03em; line-height: 1.08; }
.food-info p { margin: 9px 0 0; color: rgba(11,16,22,.6); font-size: .88rem; }
.food-info strong { white-space: nowrap; color: var(--red); font-size: 1.25rem; }
.combo-callout { margin-top: clamp(70px, 8vw, 115px); display: grid; grid-template-columns: .92fr 1.08fr; border: 1px solid var(--ink); background: var(--paper); }
.combo-image { min-height: 560px; overflow: hidden; background: var(--ink); }
.combo-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.combo-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 6vw, 85px); background: var(--ink); color: var(--white); }
.combo-copy h3 { max-width: 650px; margin: 16px 0 26px; font-size: clamp(3.4rem, 6.4vw, 6.8rem); font-weight: 950; line-height: .82; letter-spacing: -.06em; text-transform: uppercase; }
.combo-copy p { max-width: 520px; margin: 0; color: rgba(255,255,255,.68); font-size: 1rem; }
.combo-copy > div { margin-top: 60px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid var(--line-light); padding-top: 24px; }
.combo-copy > div strong { color: var(--mint); font-size: 2rem; }
.combo-copy > div a { border-bottom: 1px solid var(--white); padding-bottom: 5px; font-size: .82rem; font-weight: 850; text-transform: uppercase; }

.full-menu { padding: clamp(95px, 9vw, 135px) 3.2vw clamp(105px, 10vw, 150px); background: var(--ink); color: var(--white); }
.menu-title-row { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 50px; }
.menu-title-row h2 { max-width: 980px; }
.menu-title-row > p { max-width: 360px; margin: 0 0 4px; color: rgba(255,255,255,.58); font-size: .82rem; font-weight: 750; letter-spacing: .08em; line-height: 1.6; text-transform: uppercase; }
.menu-tabs { position: sticky; z-index: 30; top: 77px; margin-top: 58px; display: flex; align-items: stretch; overflow-x: auto; scrollbar-width: none; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); background: var(--ink); }
.menu-tabs::-webkit-scrollbar { display: none; }
.menu-tabs button { flex: 1 0 max-content; min-height: 62px; display: flex; align-items: center; gap: 16px; padding: 18px 22px; border: 0; border-right: 1px solid var(--line-light); background: transparent; color: rgba(255,255,255,.62); font-size: .82rem; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; cursor: pointer; transition: color .16s, background .16s; }
.menu-tabs button:first-child { border-left: 1px solid var(--line-light); }
.menu-tabs button span { color: rgba(255,255,255,.42); font-size: .72rem; transition: color .16s; }
.menu-tabs button:hover { color: var(--white); }
.menu-tabs button:hover span { color: var(--mint); }
.menu-tabs button.active { background: var(--mint); color: var(--ink); }
.menu-tabs button.active span { color: var(--ink); }
.menu-panel { padding-top: 54px; display: grid; grid-template-columns: minmax(330px, .53fr) minmax(0, 1.47fr); grid-template-areas: "visual list"; gap: clamp(42px, 5vw, 72px); }
.menu-image { position: sticky; top: 158px; grid-area: visual; align-self: start; height: min(68svh, 690px); overflow: hidden; border: 1px solid var(--line-light); background: var(--ink-soft); }
.menu-image > img { width: 100%; height: 100%; object-fit: cover; }
.menu-image::after { content: ""; position: absolute; inset: auto 0 0; height: 35%; background: rgba(11,16,22,.87); }
.menu-image > div { position: absolute; z-index: 1; right: 22px; bottom: 22px; left: 22px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.menu-image small { color: rgba(255,255,255,.65); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.menu-image strong { max-width: 65%; color: var(--mint); font-family: var(--serif); font-size: clamp(1.55rem, 2.6vw, 2.5rem); font-style: italic; line-height: 1; text-align: right; }
.menu-list-wrap { grid-area: list; }
.menu-list-heading { min-height: 50px; display: flex; justify-content: space-between; gap: 25px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.48); }
.menu-list-heading span { font-family: var(--serif); font-size: 1rem; font-style: italic; }
.menu-list-heading b { font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.menu-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); column-gap: 35px; }
.menu-row { min-height: 118px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 25px; padding: 23px 0 19px; border-bottom: 1px solid var(--line-light); }
.menu-row h3 { margin: 0; font-size: 1.08rem; line-height: 1.18; letter-spacing: -.02em; }
.menu-row h3 sup { display: inline-block; margin-left: 8px; padding: 4px 6px; background: var(--red); color: var(--ink); font-size: .62rem; letter-spacing: .04em; text-transform: uppercase; vertical-align: top; }
.menu-row p { margin: 8px 0 0; color: rgba(255,255,255,.56); font-size: .82rem; }
.menu-row > strong { white-space: nowrap; color: var(--mint); font-size: 1.55rem; }
.menu-row > strong small { font-size: .72rem; }
.menu-original { margin-top: 50px; display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 23px 0; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.menu-original p { margin: 0; color: rgba(255,255,255,.65); }
.menu-original button { padding: 10px 0; border: 0; border-bottom: 1px solid var(--mint); background: transparent; font-weight: 800; cursor: pointer; }
.menu-original button span { margin-left: 20px; color: var(--mint); }

.manifesto { padding: clamp(100px, 10vw, 150px) 3.2vw; background: var(--paper); }
.manifesto-intro h2 { max-width: 1200px; margin: 18px 0 95px; font-size: clamp(4.1rem, 8.2vw, 8.2rem); font-weight: 950; line-height: .84; letter-spacing: -.065em; text-transform: uppercase; }
.manifesto-intro h2 em { display: block; margin: .1em 0 0 14vw; color: var(--red); font-family: var(--serif); font-weight: 500; line-height: .92; text-transform: lowercase; }
.manifesto-grid { display: grid; grid-template-columns: .62fr 1.38fr; gap: 8vw; padding-top: 48px; border-top: 1px solid var(--ink); }
.manifesto-score { align-self: start; display: grid; grid-template-columns: auto 1fr; align-items: end; }
.manifesto-score strong { font-size: clamp(5.2rem, 8vw, 8.5rem); font-weight: 950; line-height: .76; letter-spacing: -.07em; }
.manifesto-score > span { margin: 0 0 7px 16px; color: var(--red); font-family: var(--serif); font-size: 1.25rem; font-style: italic; }
.manifesto-score p { grid-column: 1 / -1; margin: 22px 0 0; font-size: .78rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.principles article { display: grid; grid-template-columns: 42px 1fr 1fr; align-items: start; gap: 22px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.principles article:first-child { padding-top: 0; }
.principles article > span { color: var(--red); font-size: .78rem; font-weight: 900; }
.principles h3 { margin: 0; font-size: 1.6rem; letter-spacing: -.03em; }
.principles p { max-width: 370px; margin: 0; color: rgba(11,16,22,.66); font-size: .94rem; line-height: 1.55; }

.faq { padding: clamp(76px, 7vw, 105px) 3.2vw; border-top: 1px solid var(--ink); background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px, 8vw, 130px); }
.faq-heading h2 { margin: 14px 0 22px; font-size: clamp(3.4rem, 5.8vw, 6rem); font-weight: 950; line-height: .86; letter-spacing: -.06em; text-transform: uppercase; }
.faq-heading p { max-width: 340px; margin: 0; color: rgba(11,16,22,.66); }
.faq-list { border-bottom: 1px solid var(--ink); }
.faq-list details { border-top: 1px solid var(--ink); }
.faq-list summary { min-height: 82px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 25px; padding: 20px 0; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary strong { font-size: 1.08rem; letter-spacing: -.02em; }
.faq-list summary span { color: var(--red); font-size: 1.9rem; font-weight: 400; line-height: 1; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; margin: -4px 50px 22px 0; color: rgba(11,16,22,.68); font-size: .94rem; line-height: 1.6; }
.faq-list details a { border-bottom: 1px solid currentColor; font-weight: 800; }

.visit { display: grid; grid-template-columns: 1.25fr .75fr; min-height: 720px; background: var(--ink); color: var(--white); }
.visit-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(75px, 9vw, 130px) 5vw; }
.visit-copy h2 { max-width: 920px; margin: 18px 0 70px; font-size: clamp(3.5rem, 6.6vw, 7rem); font-weight: 950; line-height: .87; letter-spacing: -.06em; text-transform: uppercase; }
.visit-copy h2 span { display: block; }
.visit-copy h2 span:last-child { margin-top: .1em; color: var(--mint); font-family: var(--serif); font-style: italic; font-weight: 500; text-transform: none; }
.visit-details { display: grid; grid-template-columns: 1fr 1fr; gap: 38px; padding-top: 26px; border-top: 1px solid var(--line-light); }
.visit-details small { display: block; margin-bottom: 8px; color: rgba(255,255,255,.55); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.visit-details strong { font-size: 1rem; line-height: 1.5; }
.visit-actions { margin-top: 52px; display: flex; align-items: center; flex-wrap: wrap; gap: 28px; }
.button-light { border-color: var(--white); background: var(--white); color: var(--ink); }
.button-light:hover { border-color: var(--red); background: var(--red); }
.visit-social { padding: 8px 0 6px; border-bottom: 1px solid currentColor; font-size: .82rem; font-weight: 800; text-transform: uppercase; }
.visit-social span { margin-left: 8px; color: var(--mint); }
.visit-poster { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 45px; background: var(--red); color: var(--ink); text-align: center; }
.poster-logo { width: 160px; height: 160px; border: 3px solid var(--ink); border-radius: 50%; object-fit: cover; }
.visit-poster p { margin: 42px 0 5px; font-family: var(--serif); font-size: 1.1rem; font-style: italic; }
.visit-poster strong { max-width: 520px; font-size: clamp(3.4rem, 6vw, 6.5rem); font-weight: 950; line-height: .83; letter-spacing: -.055em; text-transform: uppercase; }
.visit-poster > a { margin-top: 46px; padding: 12px 0 7px; border-bottom: 2px solid var(--ink); font-size: .82rem; font-weight: 900; text-transform: uppercase; }

.site-footer { display: grid; grid-template-columns: minmax(220px,1fr) minmax(470px,auto) minmax(210px,1fr); align-items: center; gap: 30px; padding: 28px 3.2vw; background: var(--ink); color: var(--paper); }
.footer-brand { display: flex; align-items: center; gap: 13px; }
.footer-logo { width: 58px; height: 58px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; object-fit: cover; }
.footer-brand > div { display: flex; flex-direction: column; gap: 3px; }
.footer-brand strong { font-size: .82rem; text-transform: uppercase; letter-spacing: .03em; }
.footer-brand small { color: rgba(243,240,232,.5); font-size: .72rem; letter-spacing: .07em; text-transform: uppercase; }
.footer-center { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.footer-links, .footer-legal-links, .footer-consumer-links { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px 18px; font-size: .72rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.footer-links { gap: 26px; }
.footer-center a:hover, .footer-center button:hover, .footer-note a:hover { color: var(--mint); }
.footer-center button { padding: 0; border: 0; background: transparent; color: inherit; font: inherit; text-transform: uppercase; cursor: pointer; }
.footer-legal-links { color: rgba(243,240,232,.64); }
.footer-consumer-links a { padding: 6px 8px; border: 1px solid rgba(243,240,232,.25); }
.footer-consumer-links a:hover { border-color: var(--mint); background: var(--mint); color: var(--ink); }
.footer-note { justify-self: end; display: flex; flex-direction: column; align-items: flex-end; gap: 5px; color: rgba(243,240,232,.52); font-size: .7rem; font-weight: 800; line-height: 1.45; text-align: right; text-transform: uppercase; }
.footer-note a { color: var(--paper); }
.whatsapp-float { position: fixed; z-index: 90; right: max(18px, env(safe-area-inset-right)); bottom: max(18px, env(safe-area-inset-bottom)); width: 56px; height: 56px; display: grid; place-items: center; border: 1px solid rgba(140,243,156,.72); border-radius: 50%; background: var(--ink); color: var(--mint); box-shadow: 0 10px 28px rgba(0,0,0,.2); transition: transform .18s, background .18s, color .18s, box-shadow .18s; }
.whatsapp-float:hover { transform: translateY(-2px); background: var(--mint); color: var(--ink); box-shadow: 0 13px 32px rgba(0,0,0,.26); }
.whatsapp-float svg { width: 27px; height: 27px; fill: currentColor; }

.menu-dialog { width: min(94vw, 760px); max-height: 92svh; padding: 0; border: 1px solid var(--line-light); background: var(--ink-soft); color: var(--white); box-shadow: 0 0 0 8px rgba(140,243,156,.16); }
.menu-dialog::backdrop { background: rgba(0,0,0,.84); backdrop-filter: blur(7px); }
.dialog-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 17px; border-bottom: 1px solid var(--line-light); }
.dialog-head p { margin: 0; color: var(--mint); font-size: .75rem; font-weight: 900; letter-spacing: .12em; }
.dialog-head h2 { margin: 3px 0 0; font-size: 1.1rem; }
.dialog-head button { width: 42px; height: 42px; border: 1px solid var(--line-light); background: transparent; font-size: 1.5rem; cursor: pointer; }
.menu-dialog > img { width: auto; max-height: calc(92svh - 74px); min-width: min(100%, 500px); margin: 0 auto; object-fit: contain; }

.cookie-consent { position: fixed; z-index: 120; right: 18px; bottom: 18px; width: min(calc(100% - 36px), 520px); padding: 24px; border: 1px solid var(--ink); background: var(--paper); color: var(--ink); box-shadow: 9px 9px 0 var(--red); }
.cookie-consent[hidden] { display: none; }
.cookie-topline { display: flex; justify-content: space-between; gap: 15px; color: rgba(11,16,22,.62); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.cookie-topline b { color: var(--red); }
.cookie-consent h2 { margin: 10px 0 8px; font-size: 2rem; letter-spacing: -.04em; }
.cookie-consent > p { margin: 0; color: rgba(11,16,22,.68); font-size: .88rem; }
.cookie-options { margin-top: 16px; border-top: 1px solid var(--line); }
.cookie-options[hidden] { display: none; }
.cookie-options label { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.cookie-options label span { display: grid; }
.cookie-options small { color: rgba(11,16,22,.6); font-size: .75rem; }
.cookie-options input { width: 21px; height: 21px; accent-color: var(--red); }
.cookie-actions { margin-top: 18px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.cookie-actions button { min-height: 43px; padding: 9px; border: 1px solid var(--ink); background: transparent; font-size: .75rem; font-weight: 850; cursor: pointer; }
.cookie-actions .cookie-accept { background: var(--ink); color: var(--white); }
.cookie-consent > a { display: inline-block; margin-top: 15px; color: rgba(11,16,22,.68); font-size: .75rem; border-bottom: 1px solid currentColor; }
.noscript { position: fixed; z-index: 150; right: 0; bottom: 0; left: 0; margin: 0; padding: 12px; background: var(--red); text-align: center; font-weight: 800; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .58s, transform .58s; }
.reveal.is-visible { opacity: 1; transform: none; }
.not-found { min-height: 100svh; display: grid; align-content: center; justify-items: start; padding: 60px max(20px, 8vw); background: var(--paper); }
.not-found > img { width: 110px; height: 110px; margin-bottom: 36px; border: 2px solid var(--ink); border-radius: 50%; object-fit: cover; }
.not-found h1 { margin: 14px 0 25px; font-size: clamp(5rem, 14vw, 12rem); line-height: .75; letter-spacing: -.06em; text-transform: uppercase; }
.not-found p { margin: 0 0 30px; color: rgba(11,16,22,.68); }

.legal-page { background: var(--paper); color: var(--ink); }
.legal-header { position: sticky; z-index: 20; top: 0; min-height: 78px; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 7px max(20px, calc((100vw - 940px) / 2)); border-bottom: 1px solid var(--ink); background: rgba(243,240,232,.96); backdrop-filter: blur(10px); }
.legal-logo { width: 64px; height: 64px; overflow: hidden; border: 2px solid var(--ink); border-radius: 50%; background: var(--ink); }
.legal-logo img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.legal-header > a:last-child { font-size: .78rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.legal-content { max-width: 940px; margin: 0 auto; padding: 70px 20px 100px; }
.legal-content .eyebrow { color: rgba(11,16,22,.62); }
.legal-content .eyebrow span { display: inline-block; width: 24px; height: 2px; margin-right: 8px; background: var(--red); }
.legal-content h1 { margin: 22px 0 50px; font-size: clamp(3.8rem, 8vw, 7rem); line-height: .84; letter-spacing: -.055em; text-transform: uppercase; }
.legal-content h2 { margin: 42px 0 12px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 1.65rem; letter-spacing: -.03em; }
.legal-content p, .legal-content li { color: rgba(11,16,22,.78); font-size: .95rem; line-height: 1.7; }
.legal-content a { color: #b92f20; text-decoration: underline; text-underline-offset: 3px; }
.legal-note { margin: 28px 0; padding: 18px; border-left: 4px solid var(--red); background: var(--white); }
.legal-footer { max-width: 940px; margin: 0 auto; padding: 28px 20px 50px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); font-size: .78rem; }

@media (min-width: 1100px) {
  .site-header { min-height: 70px; padding: 5px clamp(24px, 2.25vw, 58px); }
  .brand { width: 58px; height: 58px; }
  .header-order { min-height: 46px; }
  .hero { width: 100%; min-height: 590px; margin: 0; grid-template-columns: 49% 51%; border-right: 0; border-left: 0; }
  .hero-copy, .hero-visual { min-height: 590px; }
  .hero-copy { padding: 36px clamp(34px, 3.2vw, 66px) 38px; }
  .hero h1 { margin: 30px 0; font-size: clamp(4rem, 5.1vw, 5.45rem); line-height: .83; }
  .hero-bottom { grid-template-columns: .8fr 1.2fr; gap: 26px; }
  .hero-bottom > p { font-size: .94rem; }
  .hero-actions { gap: 17px; }
  .hero-stamp { width: 96px; height: 96px; }
  .hero-stamp span { font-size: 1.4rem; }
  .hero-address { padding: 14px 17px; }
  .hero-address strong { font-size: 1.4rem; }

  .section { padding: 76px clamp(24px, 2.25vw, 58px); }
  .section-heading, .food-grid, .combo-callout { width: 100%; margin-right: 0; margin-left: 0; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .menu-title-row h2 { font-size: clamp(3.8rem, 5.4vw, 5.25rem); line-height: .88; }
  .food-photo { height: 310px; aspect-ratio: auto; }
  .food-info { min-height: 106px; padding: 16px 17px; }
  .food-info h3 { font-size: 1.2rem; }
  .food-info p { margin-top: 6px; }
  .food-info strong { font-size: 1.12rem; }
  .combo-callout { grid-template-columns: .86fr 1.14fr; margin-top: 58px; }
  .combo-image { min-height: 390px; max-height: 420px; }
  .combo-copy { padding: 44px 52px; }
  .combo-copy h3 { margin: 12px 0 20px; font-size: clamp(3.6rem, 4.8vw, 4.9rem); }
  .combo-copy > div { margin-top: 34px; }

  .full-menu { padding: 78px clamp(24px, 2.25vw, 58px) 88px; }
  .menu-title-row, .menu-tabs, .menu-panel, .menu-original { width: 100%; margin-right: 0; margin-left: 0; }
  .menu-tabs { top: 69px; margin-top: 40px; }
  .menu-panel { padding-top: 34px; gap: 48px; }
  .menu-image { top: 139px; height: min(58svh, 510px); }
  .menu-list-heading { min-height: 42px; padding-bottom: 13px; }
  .menu-row { min-height: 90px; padding: 16px 0 14px; }
  .menu-row h3 { font-size: 1rem; }
  .menu-row > strong { font-size: 1.35rem; }
  .menu-original { margin-top: 36px; padding: 18px 0; }

  .manifesto { padding: 76px clamp(24px, 2.25vw, 58px); }
  .manifesto-intro, .manifesto-grid { width: 100%; margin-right: 0; margin-left: 0; }
  .manifesto-intro h2 { margin-bottom: 50px; font-size: clamp(4rem, 5.8vw, 5.65rem); }
  .manifesto-grid { gap: 6vw; padding-top: 34px; }
  .manifesto-score strong { font-size: 7rem; }
  .principles article { padding: 19px 0; }
  .principles h3 { font-size: 1.35rem; }

  .faq { padding: 70px clamp(24px, 2.25vw, 58px); }
  .faq-layout { width: 100%; gap: clamp(48px, 6vw, 110px); }
  .faq-heading h2 { font-size: clamp(3.4rem, 4.5vw, 4.8rem); }

  .visit { width: 100%; min-height: 540px; margin: 0; }
  .visit-copy { padding: 54px 58px; }
  .visit-copy h2 { margin: 15px 0 42px; font-size: clamp(3.7rem, 4.8vw, 4.9rem); }
  .visit-details { padding-top: 20px; }
  .visit-actions { margin-top: 34px; }
  .visit-poster { padding: 34px; }
  .poster-logo { width: 118px; height: 118px; }
  .visit-poster p { margin-top: 28px; }
  .visit-poster strong { font-size: clamp(3.2rem, 4.5vw, 4.5rem); }
  .visit-poster > a { margin-top: 28px; }
  .site-footer { padding-right: clamp(24px, 2.25vw, 58px); padding-left: clamp(24px, 2.25vw, 58px); }
}

@media (max-width: 1020px) {
  .hero { grid-template-columns: 56% 44%; }
  .hero h1 { font-size: clamp(4rem, 7.5vw, 5.4rem); }
  .hero-bottom { grid-template-columns: 1fr; gap: 28px; }
  .hero-actions { justify-content: flex-start; }
  .menu-panel { grid-template-columns: minmax(280px, .45fr) minmax(0,1.55fr); }
  .visit { grid-template-columns: 1fr .72fr; min-height: 590px; }
  .visit-copy { padding: 58px 32px; }
  .visit-poster { min-height: 0; padding: 28px; }
  .visit-poster strong { font-size: 3.5rem; }
  .poster-logo { width: 115px; height: 115px; }
  .site-footer { grid-template-columns: 1fr; align-items: flex-start; }
  .footer-center { align-items: flex-start; margin: 8px 0; }
  .footer-links, .footer-legal-links, .footer-consumer-links { justify-content: flex-start; }
  .footer-note { justify-self: start; align-items: flex-start; text-align: left; }
}

@media (max-width: 760px) {
  .visit { grid-template-columns: 1fr; }
  .site-header { min-height: 72px; padding: 5px 16px; grid-template-columns: auto 1fr; }
  .brand { width: 60px; height: 60px; }
  .site-header nav, .header-order { display: none; }
  .mobile-menu-link { justify-self: end; display: inline-flex; align-items: center; gap: 12px; padding: 11px 0 8px; border-bottom: 1px solid var(--ink); font-size: .78rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
  .mobile-menu-link span { color: var(--red); }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { min-height: 510px; padding: 32px 18px 28px; }
  .eyebrow-row { display: block; }
  .open-pill { display: none; }
  .hero h1 { margin: 48px 0 55px; font-size: clamp(4.2rem, 20vw, 7rem); line-height: .8; }
  .hero-script { margin-left: .2em; }
  .hero-line:last-child { white-space: normal; }
  .hero-bottom { grid-template-columns: 1fr; gap: 26px; }
  .hero-actions { display: flex; justify-content: flex-start; }
  .button { min-width: 180px; }
  .hero-visual { min-height: 59svh; }
  .hero-stamp { top: 17px; right: 17px; width: 98px; height: 98px; }
  .hero-stamp span { font-size: 1.4rem; }
  .hero-address { right: 17px; bottom: 17px; left: 17px; padding: 15px; }
  .section { padding: 78px 18px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 38px; }
  .section-heading h2, .menu-title-row h2 { font-size: 15vw; line-height: .9; }
  .section-heading > p { justify-self: start; }
  .food-grid { grid-template-columns: 1fr; }
  .food-photo { aspect-ratio: 1 / .86; }
  .food-info { min-height: 122px; }
  .combo-callout { grid-template-columns: 1fr; margin-top: 70px; }
  .combo-image { min-height: 390px; }
  .combo-copy { padding: 45px 22px; }
  .combo-copy h3 { font-size: 14vw; }
  .combo-copy > div { align-items: flex-start; flex-direction: column; margin-top: 45px; }
  .full-menu { padding: 78px 18px 92px; overflow: clip; }
  .menu-title-row { grid-template-columns: 1fr; gap: 22px; }
  .menu-tabs { top: 71px; margin: 38px -18px 0; padding-left: 18px; }
  .menu-tabs button { flex: none; min-height: 58px; padding: 16px 18px; }
  .menu-panel { display: block; padding-top: 22px; }
  .menu-image { position: relative; top: auto; width: 100%; height: 208px; margin-bottom: 25px; border-bottom: 4px solid var(--mint); }
  .menu-image > img { object-position: center 42%; }
  .menu-image > div { right: 14px; bottom: 13px; left: 14px; }
  .menu-image strong { font-size: 1.4rem; }
  .menu-list { grid-template-columns: 1fr; }
  .menu-row { min-height: 110px; }
  .menu-original { align-items: flex-start; flex-direction: column; }
  .manifesto { padding: 82px 18px; }
  .manifesto-intro h2 { margin-bottom: 62px; font-size: 14.5vw; line-height: .9; }
  .manifesto-intro h2 em { margin-left: 0; }
  .manifesto-grid { grid-template-columns: 1fr; gap: 60px; padding-top: 35px; }
  .manifesto-score { justify-self: start; }
  .manifesto-score strong { font-size: 6.5rem; }
  .principles article { grid-template-columns: 34px 1fr; }
  .principles article p { grid-column: 2; }
  .faq { padding: 76px 18px; }
  .faq-layout { grid-template-columns: 1fr; gap: 48px; }
  .faq-heading h2 { font-size: 14vw; }
  .faq-list summary { min-height: 76px; }
  .faq-list details p { margin-right: 28px; }
  .visit-copy { padding: 82px 18px 75px; }
  .visit-copy h2 { margin-bottom: 55px; font-size: 13vw; line-height: .94; }
  .visit-details { grid-template-columns: 1fr; gap: 30px; }
  .visit-actions { gap: 22px; }
  .visit-poster { min-height: 590px; padding: 30px 18px; }
  .visit-poster strong { font-size: 16vw; }
  .poster-logo { width: 145px; height: 145px; }
  .site-footer { grid-template-columns: 1fr; align-items: start; padding: 30px 18px; }
  .footer-center { align-items: flex-start; margin: 10px 0; }
  .footer-links, .footer-legal-links, .footer-consumer-links { justify-content: flex-start; }
  .footer-note { justify-self: start; align-items: flex-start; text-align: left; }
  .whatsapp-float { right: max(14px, env(safe-area-inset-right)); bottom: max(14px, env(safe-area-inset-bottom)); width: 52px; height: 52px; }
  .whatsapp-float svg { width: 25px; height: 25px; }
  .cookie-consent { right: 10px; bottom: 80px; width: calc(100% - 20px); max-height: calc(100svh - 100px); padding: 20px; overflow-y: auto; }
  .cookie-actions { grid-template-columns: 1fr; }
  .menu-dialog > img { min-width: 100%; }
  .legal-header { min-height: 72px; padding: 5px 16px; }
  .legal-logo { width: 60px; height: 60px; }
  .legal-content { padding: 55px 18px 80px; }
  .legal-content h1 { font-size: 15vw; }
  .legal-footer { flex-direction: column; padding-inline: 18px; }
}

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

/* MOOD product story — mobile-first media, native scrolling. */
:root { --mood-header: 72px; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.burger-story { position: relative; background: #252526; scroll-margin-top: var(--mood-header); }
.burger-story.is-interactive { height: calc(185svh - var(--mood-header)); }
.hero.hero-animated { position: relative; height: calc(100svh - var(--mood-header)); min-height: 560px; grid-template-columns: 46% 54%; border: 0; }
.is-interactive > .hero-animated { position: sticky; top: var(--mood-header); }
.hero-animated .hero-copy { min-height: 0; height: 100%; padding: clamp(28px, 4vw, 64px); justify-content: space-between; }
.hero-animated .eyebrow { font-size: 14px; }
.hero-animated .open-pill { display: none; }
.hero-animated h1 { margin: 28px 0; font-size: clamp(3.4rem, 5.7vw, 7.4rem); line-height: .94; letter-spacing: -.055em; }
.hero-animated h1 .hero-script { display: block; margin: .08em 0 .12em .18em; font-size: 1.13em; line-height: .9; }
.hero-animated .hero-line:last-child { white-space: normal; }
.hero-animated .hero-bottom { grid-template-columns: 1fr; gap: 26px; }
.hero-animated .hero-bottom > p { max-width: 345px; font-size: 16px; }
.hero-animated .hero-actions { justify-content: flex-start; gap: 18px 24px; }
.hero-animated .text-link { font-size: 14px; }
.hero-animated .burger-stage { min-height: 0; height: 100%; isolation: isolate; background: #252526; color: var(--paper); }
.burger-heading { position: absolute; z-index: 3; top: 24px; left: 28px; right: 28px; display: flex; align-items: baseline; justify-content: space-between; gap: 12px; font-size: 14px; font-weight: 800; letter-spacing: .15em; }
.burger-heading > span:last-child { color: var(--mint); font-size: 23px; letter-spacing: -.04em; }
.burger-heading small { font-size: 14px; letter-spacing: 0; }
.burger-frame { position: absolute; width: 58%; max-width: 390px; aspect-ratio: 9 / 16; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.burger-media { position: absolute; inset: 0; transform: scale(var(--burger-zoom, 1.32)); transform-origin: 50% 66%; }
.burger-poster, .burger-canvas { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: contain; }
.burger-media { -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.burger-canvas { opacity: 0; }
.has-frame .burger-canvas { opacity: 1; }
.has-frame .burger-poster { visibility: hidden; }
.ingredient { position: absolute; z-index: 4; width: clamp(105px, 12vw, 165px); opacity: 0; visibility: hidden; pointer-events: none; font-size: 14px; line-height: 1.2; text-align: left; }
.ingredient > span { display: block; margin-bottom: 5px; color: var(--mint); font-size: 12px; letter-spacing: .12em; }
.ingredient strong { display: inline; font-weight: 650; background: #252526e6; box-shadow: 4px 0 0 #252526e6, -4px 0 0 #252526e6; }
.ingredient i { display: block; width: 75%; height: 1px; margin-top: 8px; background: #b8b6ac80; position: relative; }
.ingredient i::after { content: ''; position: absolute; top: -2px; right: 0; width: 5px; height: 5px; background: var(--mint); border-radius: 50%; }
.ingredient-bun { top: 9%; right: 85%; }
.ingredient-bacon { top: 27%; left: 87%; }
.ingredient-cheddar { top: 44%; right: 89%; }
.ingredient-beef { top: 57%; left: 88%; }
.ingredient-lettuce { top: 74%; right: 87%; }
.ingredient-bacon i, .ingredient-beef i { margin-left: -18%; }
.ingredient-bacon i::after, .ingredient-beef i::after { left: 0; right: auto; }
.burger-caption { position: absolute; z-index: 3; left: 24px; right: 24px; bottom: 21px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.burger-cue, .burger-end { font-size: 14px; font-weight: 650; }
.burger-cue b { display: inline-block; margin-left: 8px; color: var(--mint); }
.burger-end { display: none; }
.is-expanded .burger-cue { display: none; }
.is-expanded .burger-end { display: inline; }
.burger-caption small { color: #c8c5bf; font-size: 12px; }
.burger-progress { position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background: #ffffff12; }
.burger-progress > span { display: block; height: 100%; background: var(--mint); transform: scaleX(var(--burger-progress, 0)); transform-origin: left; }
.is-static .burger-progress, .is-static .burger-cue { display: none; }
.is-static .burger-end { display: inline; }
@media (min-width: 1100px) { :root { --mood-header: 70px; } }
@media (min-width: 761px) and (max-height: 650px) {
  .hero.hero-animated { min-height: 480px; }
  .hero-animated .hero-copy { padding: 24px; }
  .hero-animated h1 { font-size: clamp(3rem, 4.8vw, 4.6rem); margin: 18px 0; }
  .hero-animated .hero-bottom { gap: 16px; }
}
@media (max-width: 760px) {
  :root { --mood-header: 64px; }
  .site-header { min-height: 64px; height: 64px; padding: 5px 18px; }
  .brand { width: 52px; height: 52px; }
  .mobile-menu-link { min-height: 44px; font-size: 14px; padding: 10px 0; }
  .burger-story.is-interactive { height: calc(170svh - var(--mood-header)); }
  .hero.hero-animated { height: calc(100svh - var(--mood-header)); min-height: 560px; grid-template-columns: 1fr; grid-template-rows: auto minmax(0, 1fr); }
  .hero-animated .hero-copy { position: relative; z-index: 5; height: auto; min-height: 0; padding: 16px 20px 18px; display: block; }
  .hero-animated .eyebrow-row { margin-bottom: 9px; }
  .hero-animated .eyebrow { font-size: 12px; letter-spacing: .08em; }
  .hero-animated h1 { margin: 0 0 13px; font-size: clamp(1.95rem, 8.3vw, 3.25rem); line-height: 1.04; letter-spacing: -.045em; }
  .hero-animated h1 .hero-line { display: block; }
  .hero-animated h1 .hero-script { display: inline; margin: 0; font-size: 1.05em; line-height: inherit; }
  .hero-animated .hero-bottom { display: block; }
  .hero-animated .hero-bottom > p { display: none; }
  .hero-animated .hero-actions { flex-wrap: nowrap; gap: 20px; }
  .hero-animated .hero-actions .button { min-width: 0; min-height: 44px; padding: 12px 19px; font-size: 14px; }
  .hero-animated .text-link { font-size: 12px; }
  .hero-animated .burger-stage { width: 100%; min-height: 0; }
  .burger-heading { top: 14px; left: 20px; right: 20px; font-size: 12px; letter-spacing: .12em; }
  .burger-heading > span:last-child { font-size: 18px; }
  .burger-frame { max-width: none; }
  .ingredient { width: clamp(84px, 24vw, 106px); font-size: 14px; }
  .ingredient > span { display: none; }
  .ingredient i { width: 75%; margin-top: 6px; }
  .ingredient-bun { right: 85%; top: 10%; }
  .ingredient-bacon { left: 85%; top: 26%; }
  .ingredient-cheddar { right: 86%; top: 43%; }
  .ingredient-beef { left: 86%; top: 58%; }
  .ingredient-lettuce { right: 85%; top: 74%; }
  .burger-caption { left: 20px; right: 20px; bottom: 16px; }
  .burger-caption small { font-size: 12px; }
  .burger-cue, .burger-end { font-size: 12px; }
  .burger-cue b { margin-left: 3px; }
  .menu-tabs { top: 63px; }
  .menu-tabs button { font-size: 14px; min-height: 48px; }
  .cookie-consent { bottom: max(12px, env(safe-area-inset-bottom)); padding: 16px; box-shadow: 4px 4px 0 var(--red); }
  .cookie-consent h2 { font-size: 1.45rem; margin: 0 0 7px; }
  .cookie-consent > p { font-size: 14px; }
  .cookie-actions { grid-template-columns: 1fr 1fr; margin-top: 12px; }
  .cookie-actions button { min-height: 44px; font-size: 14px; }
  .cookie-actions [data-cookie-customize] { grid-column: 1 / -1; }
  .cookie-consent > a { font-size: 12px; margin-top: 10px; }
  .legal-header { min-height: 64px; }
}
@media (max-width: 760px) and (max-height: 700px) {
  .hero-animated .hero-copy { padding-top: 12px; padding-bottom: 12px; }
  .hero-animated h1 { font-size: clamp(1.9rem, 7.6vw, 2.6rem); margin-bottom: 10px; }
  .hero-animated .eyebrow-row { margin-bottom: 6px; }
  .hero.hero-animated { min-height: 500px; }
}
@media (max-height: 480px), (prefers-reduced-motion: reduce) {
  .burger-story.is-interactive { height: auto; }
  .is-interactive > .hero-animated { position: relative; top: auto; }
}

/* Decoded image sheet and stable canvas; original split desktop hero. */
.burger-media { transform: none; -webkit-mask-image: none; mask-image: none; }
.burger-canvas { transform: translateZ(0); }
.burger-progress > span { will-change: transform; }
.ingredient { translate: none; }
@media (max-width: 760px) {
  .hero-animated .burger-stage { contain: paint; }
  .burger-caption { gap: 8px; }
  .burger-canvas { backface-visibility: hidden; }
}
