:root {
  --cream: #fff7e8;
  --paper: #fffdf8;
  --ink: #171514;
  --muted: #6f665e;
  --orange: #ff5a2b;
  --deep-orange: #e83d17;
  --yellow: #ffc72c;
  --red: #ef2f33;
  --green: #a8df3c;
  --pink: #ff8fbe;
  --line: rgba(23,21,20,.12);
  --radius-lg: 34px;
  --radius-md: 22px;
  --shadow: 0 24px 70px rgba(63,34,18,.16);
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; overflow-x: hidden; }
body.drawer-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; display: block; }
.container { width: var(--container); margin-inline: auto; }
.section-pad { padding: 110px 0; }
.skip-link { position: fixed; left: 18px; top: -60px; background: #fff; padding: 10px 14px; z-index: 1000; border-radius: 10px; transition: top .2s; }
.skip-link:focus { top: 18px; }

.topbar { background: var(--ink); color: #fff; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 12px; }
.topbar a { color: var(--yellow); font-weight: 800; margin-left: 8px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,253,248,.88); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(23,21,20,.07); }
.nav-wrap { height: 84px; display: grid; grid-template-columns: 200px 1fr auto; align-items: center; gap: 26px; }
.brand { display: inline-flex; width: 190px; height: 54px; align-items: center; background: var(--ink); border-radius: 15px; padding: 8px 12px; box-shadow: 0 10px 24px rgba(23,21,20,.10); }
.brand img { width: 166px; max-height: 42px; object-fit: contain; object-position: left center; }
.nav-links { display: flex; align-items: center; justify-content: center; gap: 30px; font-weight: 750; font-size: 14px; }
.nav-links a { position: relative; padding: 10px 0; }
.nav-links a::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: 4px; height: 3px; background: var(--orange); border-radius: 99px; transition: .25s; }
.nav-links a:hover::after { left: 0; right: 0; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.icon-button, .cart-button { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; background: #fff; position: relative; }
.icon-button svg, .cart-button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.cart-count { position: absolute; top: -4px; right: -2px; min-width: 19px; height: 19px; border-radius: 20px; background: var(--orange); color: #fff; display: grid; place-items: center; font-weight: 900; font-size: 10px; border: 2px solid var(--paper); }
.menu-toggle { display: none; width: 44px; height: 44px; border-radius: 50%; background: #fff; border: 1px solid var(--line); padding: 12px; }
.menu-toggle span { display: block; height: 2px; background: var(--ink); margin: 4px 0; border-radius: 4px; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 0 21px; border-radius: 15px; font-weight: 900; border: 1px solid transparent; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,0,0,.14); }
.button svg { width: 19px; height: 19px; fill: currentColor; }
.button-dark { background: var(--ink); color: #fff; }
.button-light { background: #fff; color: var(--ink); border-color: var(--line); }
.button.full { width: 100%; }

.hero { min-height: 720px; background: linear-gradient(125deg, #fff8e8 0%, #ffdfb2 55%, #ffb5a9 100%); position: relative; isolation: isolate; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.52); border-radius: 50%; left: -160px; top: 90px; box-shadow: 0 0 0 55px rgba(255,255,255,.11), 0 0 0 110px rgba(255,255,255,.08); z-index: -1; }
.hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 72px; }
.hero-copy h1, .section-heading h2, .heat-copy h2, .deal-copy h2, .visit-card h2 { font-family: "Arial Black", Impact, sans-serif; letter-spacing: -.065em; line-height: .92; margin: 16px 0 24px; }
.hero-copy h1 { font-size: clamp(58px, 7.5vw, 105px); }
.hero-copy h1 span { color: var(--orange); -webkit-text-stroke: 1px rgba(0,0,0,.03); }
.hero-copy > p { max-width: 560px; font-size: 18px; line-height: 1.7; color: #5d4c42; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; font-weight: 950; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; }
.eyebrow .dot { width: 9px; height: 9px; background: var(--orange); border-radius: 50%; box-shadow: 0 0 0 6px rgba(255,90,43,.13); }
.eyebrow.light { color: rgba(255,255,255,.8); }
.hero-buttons { display: flex; gap: 12px; margin: 32px 0 30px; flex-wrap: wrap; }
.hero-proof { display: flex; align-items: center; gap: 14px; }
.hero-proof strong, .hero-proof small { display: block; }
.hero-proof small { margin-top: 3px; color: var(--muted); }
.proof-stack { display: flex; padding-left: 9px; }
.proof-stack span { width: 39px; height: 39px; margin-left: -9px; display: grid; place-items: center; background: #fff; border-radius: 50%; border: 3px solid #ffe2c9; }

.hero-visual { min-height: 570px; position: relative; display: grid; place-items: center; }
.hero-card { width: min(550px, 100%); height: 610px; background: rgba(255,255,255,.48); border: 1px solid rgba(255,255,255,.72); border-radius: 54px; box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.75); position: relative; overflow: hidden; backdrop-filter: blur(16px); padding: 28px; }
.hero-card::before { content: ""; position: absolute; width: 310px; height: 310px; background: radial-gradient(circle, rgba(255,199,44,.55), rgba(255,90,43,.18) 55%, transparent 70%); left: 50%; top: 45%; transform: translate(-50%,-50%); filter: blur(4px); }
.hero-card-top { display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 2; }
.badge { display: inline-flex; align-items: center; min-height: 30px; padding: 0 12px; border-radius: 99px; background: var(--yellow); color: var(--ink); font-size: 10px; font-weight: 1000; letter-spacing: .1em; }
.badge-hot { background: var(--red); color: #fff; }
.rating { font-size: 12px; font-weight: 900; }
.hero-ring { position: absolute; width: 390px; height: 390px; border-radius: 50%; border: 2px dashed rgba(23,21,20,.14); left: 50%; top: 42%; transform: translate(-50%,-50%); animation: spin 28s linear infinite; }
.hero-burger { position: absolute; width: 500px; max-width: 92%; left: 50%; top: 43%; transform: translate(-50%,-50%) rotate(-2deg); filter: drop-shadow(0 35px 25px rgba(78,40,17,.25)); animation: floatBurger 5s ease-in-out infinite; z-index: 3; }
.floating-chip { position: absolute; z-index: 4; padding: 9px 13px; font-size: 11px; letter-spacing: .1em; font-weight: 1000; border-radius: 12px; box-shadow: 0 12px 30px rgba(0,0,0,.12); }
.chip-one { left: 28px; top: 200px; background: var(--yellow); transform: rotate(-8deg); }
.chip-two { right: 24px; top: 300px; background: var(--green); transform: rotate(7deg); }
.floating-pepper { position: absolute; right: 85px; top: 120px; font-size: 36px; z-index: 4; animation: bob 3.2s ease-in-out infinite; }
.hero-product { position: absolute; z-index: 5; left: 28px; right: 28px; bottom: 86px; display: flex; align-items: end; justify-content: space-between; padding-top: 18px; border-top: 1px solid var(--line); }
.hero-product p { margin: 0 0 4px; font-size: 18px; font-weight: 950; }
.hero-product small { color: var(--muted); }
.hero-price { text-align: right; }
.hero-price span { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.hero-price strong { font-size: 26px; }
.spice-mini { position: absolute; z-index: 5; bottom: 24px; left: 28px; right: 28px; display: grid; grid-template-columns: 1fr repeat(4,auto); gap: 6px; align-items: center; }
.spice-mini > span { font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.spice-mini button { border: 0; border-radius: 10px; background: rgba(255,255,255,.62); padding: 8px 9px; font-size: 10px; font-weight: 850; }
.spice-mini button.active { background: var(--ink); color: #fff; }
.hero-note { position: absolute; min-width: 145px; padding: 14px 16px; border-radius: 18px; box-shadow: 0 18px 50px rgba(71,32,20,.17); z-index: 6; }
.hero-note strong, .hero-note span { display: block; }
.hero-note strong { font-size: 10px; letter-spacing: .1em; }
.hero-note span { margin-top: 4px; font-weight: 950; }
.note-one { background: #fff; left: -12px; bottom: 50px; transform: rotate(-4deg); }
.note-two { background: var(--yellow); right: -18px; top: 75px; transform: rotate(5deg); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); z-index: -1; }
.orb-one { width: 180px; height: 180px; background: rgba(255,255,255,.36); right: -40px; top: 70px; }
.orb-two { width: 90px; height: 90px; background: rgba(255,199,44,.5); left: 44%; bottom: 40px; }

.category-strip { margin-top: -46px; position: relative; z-index: 8; }
.category-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.category-card { min-height: 136px; border-radius: 24px; padding: 20px; display: grid; grid-template-columns: 56px 1fr; grid-template-rows: auto auto; align-content: center; column-gap: 14px; box-shadow: 0 14px 35px rgba(54,30,16,.12); transition: transform .25s; }
.category-card:hover { transform: translateY(-8px) rotate(-1deg); }
.category-icon { grid-row: span 2; width: 56px; height: 56px; display: grid; place-items: center; font-size: 32px; background: rgba(255,255,255,.52); border-radius: 18px; }
.category-card span { font-weight: 1000; font-size: 17px; align-self: end; }
.category-card small { align-self: start; margin-top: 4px; font-weight: 700; opacity: .7; }
.cat-yellow { background: var(--yellow); }
.cat-red { background: var(--red); color: #fff; }
.cat-orange { background: var(--orange); color: #fff; }
.cat-green { background: var(--green); }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.section-heading h2, .heat-copy h2, .deal-copy h2, .visit-card h2 { font-size: clamp(46px, 6vw, 76px); }
.section-heading p { max-width: 420px; color: var(--muted); line-height: 1.7; margin-bottom: 12px; }
.feature-grid { display: grid; grid-template-columns: 1.1fr 1.1fr .8fr; gap: 18px; }
.feature-card { min-height: 390px; border-radius: var(--radius-lg); padding: 30px; position: relative; overflow: hidden; display: flex; align-items: flex-end; box-shadow: 0 20px 45px rgba(49,30,18,.1); }
.feature-card::before { content: ""; position: absolute; width: 260px; height: 260px; border-radius: 50%; background: rgba(255,255,255,.22); top: -85px; right: -65px; }
.feature-orange { background: var(--orange); color: #fff; }
.feature-yellow { background: var(--yellow); }
.feature-dark { background: var(--ink); color: #fff; }
.feature-content { width: 100%; position: relative; z-index: 2; }
.feature-tag { display: inline-flex; padding: 7px 9px; border-radius: 8px; background: rgba(255,255,255,.28); font-size: 10px; font-weight: 1000; letter-spacing: .1em; }
.feature-card h3 { margin: 13px 0 8px; font-size: 28px; font-weight: 1000; max-width: 300px; }
.feature-card p { max-width: 320px; min-height: 48px; line-height: 1.5; opacity: .78; }
.feature-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 26px; }
.feature-bottom strong { font-size: 24px; }
.feature-bottom small { font-size: 10px; text-transform: uppercase; letter-spacing: .08em; opacity: .7; }
.add-btn { min-height: 42px; padding: 0 15px; border-radius: 13px; border: 0; background: var(--ink); color: #fff; font-weight: 950; }
.light-add { background: #fff; color: var(--ink); }
.feature-art { position: absolute; right: 20px; top: 26px; width: 128px; height: 128px; border-radius: 50%; background: rgba(255,255,255,.26); display: grid; place-items: center; transform: rotate(7deg); }
.feature-art span { font-size: 72px; filter: drop-shadow(0 14px 15px rgba(0,0,0,.15)); }

.heat-section { background: var(--ink); color: #fff; padding: 75px 0; }
.heat-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.heat-copy h2 { margin-bottom: 18px; }
.heat-copy p { max-width: 430px; color: rgba(255,255,255,.66); }
.heat-levels { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.heat-card { min-height: 275px; border-radius: 24px; border: 1px solid rgba(255,255,255,.12); padding: 22px; display: flex; flex-direction: column; justify-content: flex-end; background: rgba(255,255,255,.045); transition: .25s; position: relative; overflow: hidden; }
.heat-card:hover { transform: translateY(-7px); background: rgba(255,255,255,.08); }
.heat-icon { color: var(--orange); letter-spacing: 3px; margin-bottom: auto; font-size: 12px; }

.heat-card.hottest { background: var(--red); border-color: var(--red); transform: rotate(2deg); }
.heat-card strong { font-size: 21px; position: relative; z-index: 2; }
.heat-card small { color: rgba(255,255,255,.6); margin-top: 5px; position: relative; z-index: 2; }

.menu-section { background: var(--cream); }
.menu-heading { margin-bottom: 34px; }
.menu-note { background: #fff; border-radius: 17px; padding: 16px 18px; box-shadow: 0 10px 25px rgba(0,0,0,.05); max-width: 340px; }
.menu-note strong, .menu-note span { display: block; }
.menu-note span { color: var(--muted); font-size: 13px; margin-top: 4px; }
.menu-tabs { display: flex; flex-wrap: wrap; gap: 8px; padding: 7px; background: rgba(255,255,255,.72); border: 1px solid var(--line); border-radius: 18px; width: fit-content; margin-bottom: 24px; }
.menu-tab { border: 0; border-radius: 13px; padding: 13px 17px; background: transparent; color: var(--muted); font-weight: 900; }
.menu-tab.active { background: var(--ink); color: #fff; }
.menu-panels { background: #fff; border-radius: var(--radius-lg); padding: 30px; border: 1px solid rgba(23,21,20,.08); box-shadow: 0 20px 55px rgba(74,44,21,.08); }
.menu-panel { display: none; grid-template-columns: 1fr 1fr; gap: 34px; }
.menu-panel.active { display: grid; }
.menu-column.wide { min-width: 0; }
.menu-group-title { display: flex; justify-content: space-between; align-items: center; padding-bottom: 14px; border-bottom: 2px solid var(--ink); margin-bottom: 4px; }
.menu-group-title span { font-weight: 1000; text-transform: uppercase; letter-spacing: .04em; }
.menu-group-title small { color: var(--muted); text-transform: uppercase; letter-spacing: .1em; font-weight: 850; }
.menu-item { min-height: 102px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--line); padding: 15px 0; }
.menu-item h3 { margin: 0 0 5px; font-size: 17px; }
.menu-item p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.45; max-width: 390px; }
.menu-item.popular, .menu-item.signature { margin: 5px -12px; padding: 15px 12px; border-radius: 16px; background: #fff6d8; border-bottom: 0; }
.menu-item.signature { background: #fff0e8; }
.small-badge { display: inline-block; font-size: 8px; letter-spacing: .11em; font-weight: 1000; padding: 4px 6px; background: var(--orange); color: #fff; border-radius: 6px; margin-bottom: 6px; }
.dual-price { min-width: 136px; display: grid; grid-template-columns: repeat(2,1fr); gap: 6px; }
.dual-price.single { grid-template-columns: 1fr; min-width: 66px; }
.price-add { border: 1px solid var(--line); border-radius: 11px; background: #fff; min-height: 42px; padding: 0 10px; font-weight: 950; transition: .2s; white-space: nowrap; }
.price-add:hover { background: var(--ink); color: #fff; transform: translateY(-2px); }
.mini-promo { margin-top: 18px; padding: 18px; border-radius: 18px; background: var(--yellow); display: flex; align-items: center; gap: 13px; }
.mini-promo span { font-size: 34px; }
.mini-promo strong, .mini-promo small { display: block; }
.mini-promo small { opacity: .7; margin-top: 3px; }
.combo-grid { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.combo-card { min-height: 310px; padding: 26px; border-radius: 26px; background: #fff8df; border: 1px solid var(--line); display: flex; flex-direction: column; position: relative; overflow: hidden; }
.combo-card.featured { background: var(--orange); color: #fff; transform: translateY(-7px); box-shadow: 0 18px 35px rgba(255,90,43,.25); }
.combo-number { font-family: "Arial Black", Impact, sans-serif; font-size: 78px; letter-spacing: -.08em; color: rgba(23,21,20,.07); position: absolute; right: 18px; top: -6px; }
.combo-card.featured .combo-number { color: rgba(255,255,255,.16); }
.combo-card h3 { margin: 52px 0 8px; font-size: 22px; max-width: 310px; }
.combo-card p { opacity: .65; line-height: 1.5; }
.combo-price { font-size: 32px; font-weight: 1000; margin: auto 0 16px; }
.combo-card .add-btn { align-self: flex-start; }
.combo-card.featured .add-btn { background: #fff; color: var(--ink); }
.extras-grid { grid-column: 1 / -1; display: grid; grid-template-columns: 1.25fr .75fr; gap: 20px; }
.extras-list { border: 1px solid var(--line); border-radius: 24px; padding: 22px; }
.extra-item { min-height: 58px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); font-weight: 850; }
.extra-item:last-child { border-bottom: 0; }
.kids-card { background: var(--red); color: #fff; border-radius: 26px; padding: 30px; position: relative; overflow: hidden; }
.kids-card::after { content: "★"; position: absolute; font-size: 210px; color: rgba(255,255,255,.08); right: -35px; bottom: -80px; }
.kids-card h3 { font-family: "Arial Black", Impact, sans-serif; font-size: 45px; line-height: .9; margin: 16px 0; }
.kids-card p { margin-bottom: 5px; }
.kids-card ul { margin: 8px 0 20px; padding-left: 19px; line-height: 1.8; font-weight: 800; }
.kids-card small { display: block; color: rgba(255,255,255,.75); line-height: 1.5; margin-bottom: 22px; }
.kids-price { position: absolute; right: 18px; top: 18px; border-radius: 99px; background: var(--yellow); color: var(--ink); padding: 9px 12px; font-weight: 1000; transform: rotate(4deg); }
.pricing-disclaimer { color: var(--muted); font-size: 12px; margin: 16px 4px 0; }

.deal-banner { background: var(--yellow); padding: 85px 0; overflow: hidden; position: relative; }
.deal-banner::before, .deal-banner::after { content: ""; position: absolute; width: 260px; height: 260px; border: 3px dashed rgba(23,21,20,.12); border-radius: 50%; }
.deal-banner::before { left: -110px; top: -70px; }
.deal-banner::after { right: -100px; bottom: -120px; }
.deal-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 60px; align-items: center; }
.deal-copy p { max-width: 520px; line-height: 1.7; margin-bottom: 24px; }
.deal-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.deal-steps > div { min-height: 330px; background: rgba(255,255,255,.58); border-radius: 26px; padding: 22px; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid rgba(255,255,255,.55); position: relative; overflow: hidden; }
.deal-steps > div > span { position: absolute; top: 20px; left: 20px; width: 48px; height: 48px; display: grid; place-items: center; background: var(--ink); color: #fff; border-radius: 50%; font-weight: 1000; z-index: 2; }
.deal-steps strong { font-size: 24px; position: relative; z-index: 2; }
.deal-steps small { margin-top: 4px; opacity: .65; }

.visit { background: #fff; }
.visit-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 20px; }
.visit-card { padding: 45px; border-radius: var(--radius-lg); background: var(--cream); }
.visit-card h2 { margin-bottom: 34px; }
.visit-details { display: grid; gap: 20px; }
.visit-details > div { display: flex; gap: 15px; align-items: flex-start; }
.visit-icon { width: 42px; height: 42px; border-radius: 14px; background: var(--yellow); display: grid; place-items: center; flex: 0 0 auto; font-weight: 1000; }
.visit-details strong, .visit-details p { display: block; margin: 0; }
.visit-details p { color: var(--muted); margin-top: 4px; line-height: 1.5; }
.visit-details a { color: var(--deep-orange); font-weight: 900; }
.visit-actions { display: flex; gap: 10px; margin-top: 32px; flex-wrap: wrap; }
.map-card { min-height: 610px; border-radius: var(--radius-lg); background: #cdebff; overflow: hidden; position: relative; border: 1px solid rgba(23,21,20,.08); }
.map-grid-lines { position: absolute; inset: 0; opacity: .45; background-image: linear-gradient(rgba(23,21,20,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(23,21,20,.08) 1px, transparent 1px); background-size: 46px 46px; }
.map-road { position: absolute; height: 42px; background: #fff7dd; border: 5px solid rgba(255,255,255,.8); box-shadow: 0 0 0 1px rgba(23,21,20,.06); border-radius: 99px; }
.road-one { width: 120%; left: -15%; top: 45%; transform: rotate(-18deg); }
.road-two { width: 90%; left: 26%; top: 60%; transform: rotate(54deg); }
.road-three { width: 70%; left: -12%; top: 16%; transform: rotate(33deg); }
.map-pin { position: absolute; left: 50%; top: 45%; transform: translate(-50%,-50%); display: grid; place-items: center; z-index: 4; }
.map-pin img { width: 100px; height: 100px; object-fit: contain; background: var(--ink); border-radius: 50%; padding: 18px; box-shadow: 0 20px 45px rgba(23,21,20,.26); }
.map-pin span { margin-top: 12px; background: #fff; padding: 8px 13px; border-radius: 99px; font-weight: 1000; box-shadow: 0 8px 20px rgba(0,0,0,.12); }
.map-label { position: absolute; color: rgba(23,21,20,.55); font-weight: 900; letter-spacing: .06em; text-transform: uppercase; font-size: 11px; }
.label-one { left: 12%; top: 58%; transform: rotate(-18deg); }
.label-two { right: 15%; top: 18%; }
.map-open { position: absolute; right: 20px; bottom: 20px; background: var(--ink); color: #fff; padding: 13px 16px; border-radius: 13px; font-weight: 900; }

.site-footer { background: var(--ink); color: #fff; padding: 70px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 45px; }
.footer-brand img { width: 240px; max-height: 85px; object-fit: contain; object-position: left center; }
.footer-brand p { color: rgba(255,255,255,.55); }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; }
.footer-grid strong { margin-bottom: 5px; color: var(--yellow); }
.footer-grid a, .footer-grid span { color: rgba(255,255,255,.68); }
.footer-grid a:hover { color: #fff; }
.footer-bottom { margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.43); font-size: 12px; }

.cart-drawer { position: fixed; right: 0; top: 0; bottom: 0; width: min(460px, 100%); background: var(--cream); z-index: 300; transform: translateX(102%); transition: transform .35s cubic-bezier(.2,.8,.2,1); display: flex; flex-direction: column; box-shadow: -30px 0 80px rgba(0,0,0,.18); }
.cart-drawer.open { transform: translateX(0); }
.drawer-overlay { position: fixed; inset: 0; background: rgba(17,15,14,.48); backdrop-filter: blur(4px); z-index: 250; opacity: 0; pointer-events: none; transition: .3s; }
.drawer-overlay.show { opacity: 1; pointer-events: auto; }
.cart-head { padding: 25px; display: flex; justify-content: space-between; align-items: flex-start; border-bottom: 1px solid var(--line); }
.cart-head h2 { font-family: "Arial Black", Impact, sans-serif; font-size: 34px; margin: 6px 0 0; letter-spacing: -.05em; }
.cart-close { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); background: #fff; font-size: 27px; line-height: 1; }
.cart-items { padding: 18px 25px; overflow: auto; flex: 1; }
.empty-cart { color: var(--muted); line-height: 1.7; }
.cart-item { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.cart-item h4 { margin: 0 0 7px; font-size: 14px; }
.cart-item-controls { display: flex; align-items: center; gap: 8px; }
.cart-item-controls button { width: 28px; height: 28px; border-radius: 8px; border: 1px solid var(--line); background: #fff; font-weight: 900; }
.cart-item-price { text-align: right; font-weight: 950; }
.cart-remove { border: 0 !important; width: auto !important; color: var(--red); background: transparent !important; font-size: 11px; text-transform: uppercase; }
.cart-summary { padding: 20px 25px 28px; border-top: 1px solid var(--line); background: #fff; }
.cart-summary > div { display: flex; justify-content: space-between; align-items: center; font-weight: 900; }
.cart-total { font-size: 25px; }
.cart-summary p { font-size: 11px; color: var(--muted); line-height: 1.45; }
.cart-summary .button { margin-top: 8px; }
.toast { position: fixed; left: 50%; bottom: 28px; transform: translate(-50%,30px); background: var(--ink); color: #fff; padding: 12px 16px; border-radius: 12px; font-weight: 850; z-index: 400; opacity: 0; pointer-events: none; transition: .25s; }
.toast.show { opacity: 1; transform: translate(-50%,0); }
.mobile-order-bar { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes floatBurger { 0%,100% { transform: translate(-50%,-50%) rotate(-2deg); } 50% { transform: translate(-50%,-54%) rotate(1deg); } }
@keyframes bob { 0%,100% { transform: translateY(0) rotate(-8deg); } 50% { transform: translateY(-12px) rotate(4deg); } }
@keyframes spin { to { transform: translate(-50%,-50%) rotate(360deg); } }

@media (max-width: 1050px) {
  .nav-wrap { grid-template-columns: 180px auto 1fr; }
  .nav-links { position: fixed; left: 20px; right: 20px; top: 132px; display: none; flex-direction: column; align-items: stretch; background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 16px; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 13px 10px; }
  .menu-toggle { display: block; }
  .nav-actions { justify-self: end; }
  .instagram-link, .nav-order { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 25px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-card:last-child { grid-column: 1 / -1; min-height: 320px; }
  .heat-wrap { grid-template-columns: 1fr; }
  .deal-grid { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  :root { --container: min(100% - 28px, 720px); }
  .section-pad { padding: 78px 0; }
  .topbar-inner { justify-content: flex-start; overflow: hidden; white-space: nowrap; }
  .topbar-separator, .topbar-inner span:nth-child(3) { display: none; }
  .topbar a { margin-left: auto; }
  .nav-wrap { height: 72px; grid-template-columns: 1fr auto auto; }
  .brand { width: 150px; height: 45px; padding: 7px 10px; }
  .brand img { width: 130px; }
  .hero { padding-top: 70px; min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-buttons, .hero-proof { justify-content: center; }
  .hero-visual { min-height: 600px; }
  .hero-card { height: 570px; }
  .category-strip { margin-top: 0; padding-top: 16px; background: var(--paper); }
  .category-grid { grid-template-columns: 1fr 1fr; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card:last-child { grid-column: auto; }
  .heat-levels { grid-template-columns: 1fr 1fr; }
  .menu-panel.active { grid-template-columns: 1fr; }
  .combo-grid { grid-template-columns: 1fr; }
  .combo-card.featured { transform: none; }
  .extras-grid { grid-template-columns: 1fr; }
  .deal-steps { grid-template-columns: 1fr 1fr 1fr; }
  .visit-grid { grid-template-columns: 1fr; }
  .map-card { min-height: 460px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .mobile-order-bar { position: fixed; left: 12px; right: 12px; bottom: 12px; height: 58px; border-radius: 17px; background: var(--ink); color: #fff; z-index: 200; display: grid; grid-template-columns: 1fr 1.25fr; box-shadow: 0 16px 40px rgba(0,0,0,.24); overflow: hidden; }
  .mobile-order-bar button, .mobile-order-bar a { border: 0; background: transparent; color: #fff; display: flex; align-items: center; justify-content: center; gap: 8px; font-weight: 950; }
  .mobile-order-bar a { background: var(--orange); }
  .mobile-cart-count { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: var(--ink); font-size: 11px; }
  .site-footer { padding-bottom: 95px; }
}

@media (max-width: 560px) {
  .topbar { font-size: 10px; }
  .topbar-inner { gap: 4px; }
  .nav-actions .cart-button { display: none; }
  .hero-copy h1 { font-size: clamp(49px, 16vw, 70px); }
  .hero-copy > p { font-size: 16px; }
  .hero-buttons { display: grid; grid-template-columns: 1fr; }
  .hero-visual { min-height: 520px; }
  .hero-card { height: 505px; border-radius: 34px; padding: 20px; }
  .hero-burger { width: 390px; top: 40%; }
  .hero-ring { width: 300px; height: 300px; top: 40%; }
  .hero-product { left: 20px; right: 20px; bottom: 80px; }
  .hero-product p { font-size: 15px; }
  .hero-product small { font-size: 11px; }
  .hero-price strong { font-size: 22px; }
  .spice-mini { left: 20px; right: 20px; bottom: 18px; grid-template-columns: repeat(4,1fr); }
  .spice-mini > span { grid-column: 1 / -1; }
  .spice-mini button { padding: 7px 3px; }
  .note-one { left: -3px; bottom: 28px; }
  .note-two { right: -3px; top: 70px; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 105px; }
  .section-heading h2, .heat-copy h2, .deal-copy h2, .visit-card h2 { font-size: 44px; }
  .feature-card { min-height: 370px; padding: 23px; }
  .feature-art { width: 100px; height: 100px; }
  .feature-art span { font-size: 56px; }
  .heat-levels { grid-template-columns: 1fr; }
  .heat-card { min-height: 130px; }
  .menu-panels { padding: 18px; border-radius: 25px; }
  .menu-tabs { width: 100%; display: grid; grid-template-columns: 1fr 1fr; }
  .menu-tab { padding: 11px 7px; font-size: 12px; }
  .menu-item { align-items: flex-start; flex-direction: column; }
  .dual-price { width: 100%; }
  .combo-card { min-height: 280px; }
  .deal-steps { grid-template-columns: 1fr; }
  .deal-steps > div { min-height: 145px; }
  .visit-card { padding: 28px; }
  .visit-actions { display: grid; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .cart-drawer { width: 100%; }
}

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


/* Illustrated cards */
.heat-dots { position: absolute; top: 22px; left: 22px; display: flex; gap: 7px; z-index: 3; }
.heat-dots i { width: 12px; height: 12px; border-radius: 50%; background: var(--orange); display: block; }
.heat-dots.two i { background: var(--yellow); }
.heat-dots.three i { background: #ff7759; }
.heat-dots.four i { background: #ff663b; }
.heat-illustration { position: absolute; left: 12px; right: 12px; top: 48px; height: 142px; display: grid; place-items: center; z-index: 1; }
.heat-illustration svg { width: 100%; height: 100%; overflow: visible; filter: drop-shadow(0 13px 14px rgba(0,0,0,.2)); }
.heat-card.hottest .heat-illustration svg { filter: drop-shadow(0 13px 14px rgba(78,0,0,.25)); }
.step-icon { position: absolute; left: 24px; right: 24px; top: 72px; height: 170px; display: grid; place-items: center; }
.step-icon svg { width: 100%; height: 100%; overflow: visible; filter: drop-shadow(0 14px 12px rgba(67,35,0,.12)); }
.deal-steps small { margin-top: 4px; opacity: .65; position: relative; z-index: 2; }
@media (max-width: 820px) {
  .deal-steps > div { min-height: 290px; }
  .step-icon { top: 70px; height: 145px; }
}
@media (max-width: 560px) {
  .heat-card { min-height: 250px; }
  .heat-illustration { top: 42px; height: 132px; }
  .deal-steps > div { min-height: 285px; }
  .step-icon { height: 145px; }
}
