:root {
  --red: #f20a0a;
  --red-dark: #b90a08;
  --yellow: #ffb800;
  --wine: #3a1108;
  --cream: #fffdf6;
  --ink: #17110f;
  --muted: #665a55;
  --line: rgba(58, 17, 8, .14);
  --shadow: 7px 7px 0 var(--wine);
  --radius-sm: 16px;
  --radius-md: 26px;
  --radius-lg: 40px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }

html { scroll-behavior: smooth; scroll-padding-top: 92px; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}

body.cart-open, body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; }
button, a { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Fredoka", sans-serif; line-height: .98; letter-spacing: -.035em; }
h1 { font-size: clamp(3.55rem, 7.6vw, 7.2rem); }
h2 { font-size: clamp(2.65rem, 5vw, 5rem); }
h3 { font-size: 1.45rem; }
em { color: var(--red); font-style: normal; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; left: 16px; top: 16px; transform: translateY(-180%); padding: 12px 18px; border-radius: 12px; background: var(--cream); color: var(--ink); font-weight: 700; }
.skip-link:focus { transform: none; }

.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--red); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 4px; border-radius: 99px; background: currentColor; }
.eyebrow--light { color: var(--yellow); }
.eyebrow--dark { color: var(--wine); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 12px 22px; border: 2px solid transparent; border-radius: 999px; cursor: pointer; font-weight: 800; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.button:hover { transform: translateY(-3px); }
.button:focus-visible, .filter-button:focus-visible, .menu-price:focus-visible, .add-button:focus-visible, .icon-button:focus-visible, .menu-toggle:focus-visible, .text-button:focus-visible, a:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.button--yellow { background: var(--yellow); color: var(--wine); box-shadow: 4px 4px 0 var(--wine); }
.button--yellow:hover { box-shadow: 6px 7px 0 var(--wine); }
.button--dark { background: var(--wine); color: var(--cream); box-shadow: 4px 4px 0 var(--red); }
.button--ghost { border-color: rgba(255,255,255,.48); color: white; background: rgba(0,0,0,.16); backdrop-filter: blur(6px); }
.button--whatsapp { width: 100%; background: #25d366; color: #fff; box-shadow: 4px 4px 0 var(--wine); }
.button--large { min-height: 58px; padding-inline: 28px; }
.text-button { padding: 0; border: 0; background: none; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.button-icon { flex: 0 0 auto; width: 20px; height: 20px; }
.button-icon--dark { padding: 3px; border-radius: 50%; background: var(--wine); }

.site-header { position: fixed; z-index: 1000; top: 0; left: 0; width: 100%; height: 90px; background: var(--red); border-bottom: 1px solid rgba(255,255,255,.13); transition: height .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { height: 74px; box-shadow: 0 10px 30px rgba(58,17,8,.18); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 32px; }
.brand { flex: 0 0 142px; width: 142px; overflow: hidden; }
.brand img { width: 142px; height: 72px; object-fit: cover; border-radius: 7px; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 2vw, 30px); margin-left: auto; }
.main-nav a { position: relative; color: #fff; font-weight: 700; font-size: .92rem; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 3px; border-radius: 99px; background: var(--yellow); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a.is-active::after { right: 0; }
.header-order { flex: 0 0 auto; min-height: 46px; padding: 9px 16px; }
.order-count { display: inline-grid; place-items: center; min-width: 24px; height: 24px; padding-inline: 6px; border-radius: 99px; background: var(--wine); color: #fff; font-size: .74rem; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 12px; background: var(--yellow); cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; height: 3px; margin: 4px 0; border-radius: 99px; background: var(--wine); transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; min-height: 760px; display: flex; align-items: center; padding: 160px 0 78px; overflow: hidden; color: #fff; background: var(--wine); isolation: isolate; }
.hero-photo, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-photo { z-index: -3; object-fit: cover; object-position: center; }
.hero-overlay { z-index: -2; background: linear-gradient(90deg, rgba(23,4,2,.96) 0%, rgba(58,8,2,.86) 35%, rgba(28,3,2,.18) 69%, rgba(23,4,2,.06) 100%), linear-gradient(0deg, rgba(23,4,2,.5), transparent 45%); }
.hero-content { position: relative; }
.hero-content h1 { max-width: 800px; margin-bottom: 25px; color: var(--cream); }
.hero-content h1 em { color: var(--yellow); }
.hero-copy { max-width: 590px; margin-bottom: 32px; color: rgba(255,255,255,.82); font-size: 1.15rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 22px; margin: 34px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.8); font-size: .85rem; font-weight: 700; }
.hero-proof span { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 5px; border-radius: 50%; background: var(--yellow); color: var(--wine); }
.hero-sticker { position: absolute; z-index: 2; right: max(4vw, calc((100vw - var(--container))/2)); bottom: 55px; display: grid; place-items: center; width: 142px; height: 142px; border: 3px solid var(--wine); border-radius: 50%; background: var(--yellow); color: var(--wine); box-shadow: 8px 8px 0 var(--red); text-align: center; transform: rotate(8deg); }
.hero-sticker::before { content: ""; position: absolute; inset: 8px; border: 1px dashed var(--wine); border-radius: 50%; }
.hero-sticker strong { align-self: end; font: 700 1.9rem/1 "Fredoka", sans-serif; }
.hero-sticker span { align-self: start; font-size: .7rem; font-weight: 900; line-height: 1.05; letter-spacing: .12em; text-transform: uppercase; }

.feature-strip { position: relative; overflow: hidden; border-block: 3px solid var(--wine); background: var(--yellow); color: var(--wine); }
.feature-track { width: max-content; display: flex; align-items: center; padding: 17px 0; animation: marquee 24s linear infinite; font: 700 1.08rem "Fredoka", sans-serif; text-transform: uppercase; }
.feature-group { flex: 0 0 auto; display: flex; align-items: center; gap: 34px; padding-right: 34px; }
.feature-track span { display: inline-flex; align-items: center; gap: 30px; white-space: nowrap; }
.feature-track i { display: block; width: 3px; height: 18px; border-radius: 99px; background: rgba(58,17,8,.58); transform: rotate(16deg); }
@keyframes marquee { to { transform: translateX(-50%); } }

.menu-section { position: relative; background: var(--cream); }
.menu-section::before { content: ""; position: absolute; inset: 0; z-index: 0; opacity: .22; background-image: radial-gradient(var(--yellow) 1px, transparent 1px); background-size: 22px 22px; mask-image: linear-gradient(to bottom, #000, transparent 38%); }
.menu-section .container { position: relative; z-index: 1; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 44px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 450px; margin-bottom: 10px; color: var(--muted); }
.menu-intro { max-width: 470px; margin-bottom: 8px; }
.menu-intro p { margin-bottom: 14px; color: var(--muted); }
.menu-download { display: inline-flex; align-items: center; gap: 8px; color: var(--red); font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.menu-download:hover { color: var(--wine); }
.menu-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 34px; }
.filter-button { padding: 11px 19px; border: 2px solid var(--wine); border-radius: 999px; background: transparent; cursor: pointer; font-weight: 800; transition: background .2s ease, color .2s ease, transform .2s ease; }
.filter-button:hover { transform: translateY(-2px); }
.filter-button.is-active { background: var(--wine); color: var(--cream); }
.menu-catalog { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 24px; }
.menu-group { overflow: hidden; border: 2px solid var(--wine); border-radius: var(--radius-md); background: #fffaf0; box-shadow: 5px 6px 0 var(--wine); }
.menu-group[hidden] { display: none; }
.menu-group-heading { display: flex; align-items: center; gap: 14px; padding: 20px 22px; border-bottom: 2px solid var(--wine); background: var(--yellow); }
.menu-group-heading > span { display: grid; place-items: center; flex: 0 0 38px; width: 38px; height: 38px; border: 2px solid var(--wine); border-radius: 50%; background: var(--red); color: white; font: 700 .8rem "Fredoka", sans-serif; }
.menu-group-heading small { display: block; margin-bottom: 2px; color: var(--red-dark); font-size: .65rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.menu-group-heading h3 { margin: 0; font-size: 1.45rem; }
.menu-items { padding: 0 20px; }
.menu-item { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.menu-item:last-child { border-bottom: 0; }
.menu-item-copy { display: flex; align-items: flex-start; gap: 12px; min-width: 0; }
.menu-item-copy > b { display: grid; place-items: center; flex: 0 0 30px; height: 30px; border-radius: 8px; background: var(--wine); color: var(--yellow); font: 700 .73rem "Fredoka", sans-serif; }
.menu-item-copy p { margin: 2px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.42; }
.menu-item-copy p strong { color: var(--ink); }
.menu-item-copy small { display: block; margin-top: 5px; color: var(--muted); font-size: .72rem; line-height: 1.4; }
.menu-item-options { display: flex; gap: 7px; }
.menu-price { position: relative; min-width: 82px; padding: 7px 25px 7px 10px; border: 1.5px solid var(--wine); border-radius: 12px; background: var(--cream); cursor: pointer; text-align: left; transition: background .2s ease, transform .2s ease; }
.menu-price:hover { background: var(--yellow); transform: translateY(-2px); }
.menu-price small { display: block; color: var(--red); font-size: .56rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.menu-price strong { display: block; white-space: nowrap; font: 700 .8rem "Fredoka", sans-serif; }
.menu-price i { position: absolute; right: 7px; top: 50%; display: grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; background: var(--red); color: white; font-size: .76rem; font-style: normal; line-height: 1; transform: translateY(-50%); }
.menu-price--single { min-width: 100px; }
.menu-items--compact .menu-item { padding-block: 13px; }
.menu-item--drink { align-items: start; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.product-card { min-width: 0; overflow: hidden; border: 2px solid var(--wine); border-radius: var(--radius-md); background: #fffaf0; box-shadow: 5px 6px 0 var(--wine); transition: transform .25s ease, box-shadow .25s ease, opacity .25s ease; }
.product-card:hover { transform: translateY(-7px) rotate(-.5deg); box-shadow: 9px 12px 0 var(--wine); }
.product-card[hidden] { display: none; }
.product-media { position: relative; aspect-ratio: 1 / .78; overflow: hidden; border-bottom: 2px solid var(--wine); background: #f7ead7; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-card:hover .product-media img { transform: scale(1.045); }
.product-media--wide img { object-position: 57% center; }
.product-media--drink img { object-position: 92% center; transform: scale(1.65); transform-origin: 88% center; }
.product-card:hover .product-media--drink img { transform: scale(1.72); }
.product-badge { position: absolute; top: 15px; left: 15px; padding: 7px 12px; border: 2px solid var(--wine); border-radius: 999px; background: var(--yellow); color: var(--wine); font-size: .7rem; font-weight: 900; text-transform: uppercase; box-shadow: 3px 3px 0 var(--wine); }
.product-badge--dark { background: var(--wine); color: white; }
.product-badge--red { background: var(--red); color: white; }
.product-body { padding: 22px; }
.product-title-row { display: flex; align-items: start; justify-content: space-between; gap: 12px; }
.product-title-row h3 { margin-bottom: 12px; }
.product-index { color: var(--red); font: 700 1rem "Fredoka", sans-serif; }
.product-body > p { min-height: 72px; margin-bottom: 20px; color: var(--muted); font-size: .91rem; }
.product-footer { display: flex; align-items: end; justify-content: space-between; gap: 15px; }
.price { display: flex; flex-direction: column; }
.price small, .combo-price small { color: var(--muted); font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.price strong { font: 700 1.3rem "Fredoka", sans-serif; }
.add-button { display: grid; place-items: center; width: 46px; height: 46px; border: 2px solid var(--wine); border-radius: 50%; background: var(--red); color: white; box-shadow: 3px 3px 0 var(--wine); cursor: pointer; font-size: 1.7rem; font-weight: 700; line-height: 1; transition: transform .2s ease, background .2s ease; }
.add-button:hover { background: var(--yellow); color: var(--wine); transform: rotate(8deg) scale(1.08); }

.combo-section { background: var(--red); }
.combo-card { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; min-height: 570px; overflow: hidden; border: 3px solid var(--wine); border-radius: var(--radius-lg); background: var(--yellow); box-shadow: 11px 12px 0 var(--wine); }
.combo-copy { z-index: 2; align-self: center; padding: clamp(38px, 5vw, 70px); }
.combo-copy h2 { margin-bottom: 24px; color: var(--wine); }
.combo-copy h2 em { color: var(--red); }
.combo-copy > p { max-width: 430px; color: #5e3804; }
.combo-price { display: flex; flex-direction: column; margin: 28px 0 23px; }
.combo-price strong { font: 700 2.15rem "Fredoka", sans-serif; }
.combo-photo-wrap { position: relative; min-height: 500px; overflow: hidden; }
.combo-photo-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--yellow) 0%, transparent 22%); }
.combo-photo-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.combo-burst { position: absolute; z-index: 2; right: 30px; top: 30px; display: grid; place-items: center; width: 125px; height: 125px; border-radius: 48% 52% 54% 46% / 55% 45% 55% 45%; background: var(--red); color: white; box-shadow: 6px 6px 0 var(--wine); text-align: center; font-size: .72rem; font-weight: 900; line-height: 1.1; transform: rotate(8deg); }
.combo-burst strong { font-size: .9rem; }

.about-section { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(42px, 7vw, 90px); }
.about-photo { position: relative; }
.about-photo::before { content: ""; position: absolute; z-index: -1; inset: 20px -18px -20px 18px; border-radius: var(--radius-lg); background: var(--yellow); border: 3px solid var(--wine); }
.about-photo img { aspect-ratio: 4 / 4.6; object-fit: cover; border: 3px solid var(--wine); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.about-caption { position: absolute; right: -22px; bottom: 36px; padding: 13px 18px; border: 3px solid var(--wine); border-radius: 12px; background: var(--red); color: white; box-shadow: 5px 5px 0 var(--wine); font: 700 1.05rem "Fredoka", sans-serif; transform: rotate(-4deg); }
.about-copy h2 { margin-bottom: 26px; }
.about-copy > p { color: var(--muted); font-size: 1.03rem; }
.about-list { margin: 34px 0 0; padding: 0; list-style: none; border-top: 2px solid var(--wine); }
.about-list li { display: flex; align-items: center; gap: 17px; padding: 17px 0; border-bottom: 2px solid var(--wine); font-weight: 800; }
.about-list strong { color: var(--red); font: 700 1rem "Fredoka", sans-serif; }

.steps-section { position: relative; overflow: hidden; background: var(--wine); color: white; }
.steps-section::before { content: "HUNGRY?"; position: absolute; top: 10px; left: 50%; color: rgba(255,255,255,.035); font: 700 min(17vw, 250px)/1 "Fredoka", sans-serif; white-space: nowrap; transform: translateX(-50%); }
.section-heading--center { position: relative; display: block; text-align: center; }
.section-heading--center h2 { color: white; }
.section-heading--center h2 em { color: var(--yellow); }
.steps-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 55px 0 0; padding: 0; list-style: none; counter-reset: steps; }
.step-card { min-height: 300px; padding: 25px; border: 2px solid rgba(255,255,255,.55); border-radius: var(--radius-md); background: rgba(255,255,255,.06); transition: background .25s ease, transform .25s ease; }
.step-card:hover { background: var(--red); transform: translateY(-6px); }
.step-card > strong { color: var(--yellow); font: 700 1rem "Fredoka", sans-serif; }
.step-icon { display: grid; place-items: center; width: 68px; height: 68px; margin: 35px 0 24px; border: 2px solid var(--yellow); border-radius: 50%; color: var(--yellow); font: 700 2rem "Fredoka", sans-serif; }
.step-card h3 { margin-bottom: 12px; }
.step-card p { margin: 0; color: rgba(255,255,255,.68); font-size: .9rem; }
.integration-note { display: flex; align-items: center; justify-content: center; gap: 9px; margin: 35px auto 0; color: rgba(255,255,255,.68); text-align: center; font-size: .82rem; }
.integration-note span { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: var(--yellow); color: var(--wine); font-weight: 900; }

.reviews-section { background: #f3eadc; }
.reviews-header { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 45px; }
.reviews-header h2 { margin-bottom: 0; }
.reviews-header > p { max-width: 430px; color: var(--muted); }
.review-placeholders { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-placeholders article { min-height: 230px; padding: 28px; border: 2px dashed rgba(58,17,8,.38); border-radius: var(--radius-md); background: rgba(255,255,255,.52); }
.review-placeholders span { color: var(--red); font: 700 3.8rem/1 "Fredoka", sans-serif; }
.review-placeholders p { font-family: "Fredoka", sans-serif; font-size: 1.2rem; }
.review-placeholders small { color: var(--muted); font-weight: 700; text-transform: uppercase; }

.contact-section { background: var(--cream); }
.contact-card { display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; padding: clamp(38px, 6vw, 76px); border: 3px solid var(--wine); border-radius: var(--radius-lg); background: var(--red); color: white; box-shadow: 11px 12px 0 var(--yellow); }
.contact-copy h2 { margin-bottom: 25px; color: white; }
.contact-copy h2 em { color: var(--yellow); }
.contact-copy > p { max-width: 510px; color: rgba(255,255,255,.76); }
.contact-details { align-self: center; border: 2px solid rgba(255,255,255,.5); border-radius: var(--radius-md); overflow: hidden; background: rgba(58,17,8,.1); }
.contact-details > a, .contact-details > div { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 15px; min-height: 78px; padding: 16px 21px; border-bottom: 1px solid rgba(255,255,255,.35); }
.contact-details > :last-child { border-bottom: 0; }
.contact-details > a { transition: background .2s ease; }
.contact-details > a:hover { background: rgba(58,17,8,.24); }
.contact-details span { color: var(--yellow); font: 700 .9rem "Fredoka", sans-serif; }
.contact-details p { margin: 0; font-weight: 700; }
.contact-details small { display: block; color: rgba(255,255,255,.62); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.contact-details b { color: var(--yellow); font-size: 1.15rem; }

.site-footer { padding: 75px 0 25px; background: var(--wine); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 50px; padding-bottom: 55px; }
.footer-brand img { width: 190px; height: 96px; margin-bottom: 18px; object-fit: cover; border-radius: 8px; }
.footer-brand p, .footer-contact p { color: rgba(255,255,255,.62); }
.footer-grid nav, .footer-contact, .footer-cta { display: flex; flex-direction: column; align-items: start; gap: 11px; }
.footer-grid strong { color: var(--yellow); font-family: "Fredoka", sans-serif; }
.footer-grid nav a, .footer-contact a { color: rgba(255,255,255,.72); }
.footer-grid nav a:hover, .footer-contact a:hover { color: var(--yellow); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.5); font-size: .82rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a:hover, .footer-bottom .text-button:hover { color: var(--yellow); }

.whatsapp-fab { position: fixed; z-index: 901; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 10px; min-height: 54px; padding: 10px 18px; border: 2px solid var(--wine); border-radius: 999px; background: #25d366; color: #fff; box-shadow: 5px 5px 0 var(--wine); font-weight: 900; opacity: 0; pointer-events: none; transform: translateY(100px); transition: opacity .25s ease, transform .25s ease; }
.whatsapp-fab.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.whatsapp-fab.is-visible:hover { transform: translateY(-4px); }
.whatsapp-fab img { width: 24px; height: 24px; }
.cart-fab { position: fixed; z-index: 900; right: 24px; bottom: 92px; display: flex; align-items: center; gap: 9px; min-height: 52px; padding: 8px 9px 8px 18px; border: 2px solid var(--wine); border-radius: 999px; background: var(--yellow); color: var(--wine); box-shadow: 5px 5px 0 var(--wine); cursor: pointer; font-weight: 900; transform: translateY(190px); transition: transform .35s ease; }
.cart-fab.is-visible { transform: none; }
.cart-fab > span:first-child { font-size: 1.1rem; transform: rotate(90deg); }
.page-backdrop { position: fixed; z-index: 1090; inset: 0; background: rgba(23,17,15,.58); backdrop-filter: blur(3px); }
.order-panel { position: fixed; z-index: 1100; top: 0; right: 0; width: min(430px, 100%); height: 100dvh; padding: 30px; overflow-y: auto; background: var(--cream); box-shadow: -20px 0 60px rgba(23,17,15,.25); transform: translateX(110%); visibility: hidden; transition: transform .3s ease, visibility .3s ease; }
.order-panel.is-open { transform: none; visibility: visible; }
.order-header { display: flex; justify-content: space-between; align-items: start; padding-bottom: 22px; border-bottom: 2px solid var(--wine); }
.order-header small { color: var(--red); font-weight: 800; text-transform: uppercase; }
.order-header h2 { margin: 3px 0 0; font-size: 2.5rem; }
.icon-button { display: grid; place-items: center; width: 42px; height: 42px; border: 2px solid var(--wine); border-radius: 50%; background: var(--yellow); cursor: pointer; font-size: 1.7rem; line-height: 1; }
.order-empty { display: grid; place-items: center; padding: 90px 20px; text-align: center; }
.order-empty > span { display: grid; place-items: center; width: 65px; height: 65px; margin-bottom: 18px; border: 2px dashed var(--wine); border-radius: 50%; color: var(--red); font-size: 2rem; }
.order-empty p { margin-bottom: 8px; font-weight: 700; }
.order-items { margin: 0; padding: 20px 0; list-style: none; }
.order-item { display: grid; grid-template-columns: 1fr auto; gap: 7px 12px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.order-item strong { font-family: "Fredoka", sans-serif; }
.order-item span { color: var(--muted); font-size: .86rem; }
.order-item button { grid-row: 1 / 3; grid-column: 2; align-self: center; border: 0; background: none; color: var(--red); cursor: pointer; text-decoration: underline; }
.order-summary { padding-top: 20px; border-top: 2px solid var(--wine); }
.order-summary > div { display: flex; justify-content: space-between; margin-bottom: 20px; }
.order-summary > div strong { font: 700 1.4rem "Fredoka", sans-serif; }
.order-summary > small { display: block; margin-top: 11px; color: var(--muted); text-align: center; }

.privacy-dialog { width: min(560px, calc(100% - 32px)); padding: 38px; border: 3px solid var(--wine); border-radius: var(--radius-md); background: var(--cream); color: var(--ink); box-shadow: 10px 10px 0 var(--yellow); }
.privacy-dialog::backdrop { background: rgba(23,17,15,.7); backdrop-filter: blur(3px); }
.privacy-dialog .icon-button { position: absolute; right: 18px; top: 18px; }
.privacy-dialog h2 { font-size: 2.7rem; }
.privacy-dialog p:not(.eyebrow) { color: var(--muted); }
.toast { position: fixed; z-index: 1200; left: 50%; bottom: 28px; max-width: calc(100% - 32px); padding: 13px 20px; border: 2px solid var(--wine); border-radius: 999px; background: var(--yellow); color: var(--wine); box-shadow: 4px 4px 0 var(--wine); font-weight: 800; opacity: 0; pointer-events: none; transform: translate(-50%, 30px); transition: opacity .25s ease, transform .25s ease; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .header-inner { gap: 18px; }
  .main-nav { gap: 15px; }
  .main-nav a { font-size: .82rem; }
  .header-order { font-size: .82rem; }
  .hero-sticker { right: 30px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .menu-catalog { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 25px; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 72px; }
  .section { padding: 86px 0; }
  .site-header, .site-header.is-scrolled { height: 72px; }
  .header-inner { justify-content: space-between; }
  .brand, .brand img { width: 118px; }
  .brand { flex-basis: 118px; }
  .brand img { height: 60px; }
  .menu-toggle { display: block; order: 3; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; z-index: 999; inset: 72px 0 auto; display: grid; justify-items: center; gap: 0; padding: 18px 20px 26px; border-bottom: 3px solid var(--wine); background: var(--red); transform: translateY(-130%); visibility: hidden; transition: transform .25s ease, visibility .25s ease; }
  .main-nav.is-open { transform: none; visibility: visible; }
  .main-nav a { width: 100%; padding: 13px; text-align: center; font-size: 1.05rem; }
  .main-nav a::after { display: none; }
  .header-order { margin-left: auto; }
  .hero { min-height: 780px; padding-top: 135px; align-items: start; }
  .hero-photo { object-position: 64% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(23,4,2,.95) 0%, rgba(23,4,2,.72) 57%, rgba(23,4,2,.18) 100%), linear-gradient(0deg, rgba(23,4,2,.65), transparent 60%); }
  .hero-content { margin-top: 40px; }
  .hero-sticker { right: 30px; bottom: 45px; width: 120px; height: 120px; }
  .section-heading, .reviews-header { align-items: start; flex-direction: column; gap: 20px; }
  .section-heading > p, .reviews-header > p, .menu-intro { max-width: 610px; }
  .combo-card { grid-template-columns: 1fr; }
  .combo-copy { padding-bottom: 35px; }
  .combo-photo-wrap { min-height: 400px; }
  .combo-photo-wrap::after { background: linear-gradient(180deg, var(--yellow) 0%, transparent 22%); }
  .about-grid, .contact-card { grid-template-columns: 1fr; }
  .about-photo { max-width: 620px; }
  .about-photo img { aspect-ratio: 4 / 3; }
  .review-placeholders { grid-template-columns: 1fr; }
  .review-placeholders article { min-height: 180px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 72px 0; }
  h1 { font-size: clamp(3.25rem, 16vw, 4.8rem); }
  h2 { font-size: clamp(2.55rem, 12.8vw, 3.7rem); }
  .header-inner { gap: 9px; }
  .brand, .brand img { width: 102px; }
  .brand { flex-basis: 102px; }
  .brand img { height: 52px; }
  .header-order { min-height: 42px; padding: 8px 11px; font-size: .74rem; }
  .header-order .order-count { display: none; }
  .menu-toggle { width: 42px; height: 42px; }
  .hero { min-height: 760px; padding: 110px 0 55px; }
  .hero-photo { object-position: 61% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(23,4,2,.97), rgba(23,4,2,.6)), linear-gradient(0deg, rgba(23,4,2,.9) 0%, transparent 70%); }
  .hero-content { margin-top: 0; }
  .hero-copy { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; width: min(100%, 350px); }
  .hero-proof { display: grid; gap: 10px; margin-top: 26px; }
  .hero-sticker { display: none; }
  .feature-track { padding: 14px 0; font-size: .9rem; }
  .menu-filters { flex-wrap: nowrap; margin-inline: -14px; padding: 2px 14px 10px; overflow-x: auto; scrollbar-width: none; }
  .menu-filters::-webkit-scrollbar { display: none; }
  .filter-button { flex: 0 0 auto; }
  .menu-group { border-radius: 20px; box-shadow: 4px 5px 0 var(--wine); }
  .menu-group-heading { padding: 17px 15px; }
  .menu-items { padding-inline: 14px; }
  .menu-item { grid-template-columns: 1fr; gap: 11px; padding-block: 16px; }
  .menu-item-options { justify-content: flex-end; padding-left: 42px; }
  .menu-price { flex: 1 1 0; max-width: 135px; }
  .menu-price--single { flex: 0 0 112px; }
  .product-grid { display: flex; gap: 16px; margin-inline: -14px; padding: 4px 14px 15px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .product-grid::-webkit-scrollbar { display: none; }
  .product-card { flex: 0 0 min(84vw, 350px); scroll-snap-align: center; }
  .product-card:hover { transform: none; box-shadow: 5px 6px 0 var(--wine); }
  .combo-section { padding-inline: 4px; }
  .combo-card { border-radius: 28px; box-shadow: 7px 8px 0 var(--wine); }
  .combo-copy { padding: 34px 25px 30px; }
  .combo-photo-wrap { min-height: 320px; }
  .combo-photo-wrap img { object-position: 61% center; }
  .combo-burst { right: 18px; top: 10px; width: 100px; height: 100px; font-size: .6rem; }
  .about-grid { gap: 60px; }
  .about-photo::before { inset: 12px -7px -12px 8px; }
  .about-caption { right: -4px; bottom: 20px; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 0; }
  .step-icon { margin: 24px 0 20px; }
  .contact-card { gap: 38px; padding: 34px 24px; border-radius: 28px; box-shadow: 7px 8px 0 var(--yellow); }
  .contact-details > a, .contact-details > div { grid-template-columns: 24px 1fr auto; gap: 11px; padding: 14px; }
  .footer-grid { grid-template-columns: 1fr; gap: 33px; }
  .footer-bottom { align-items: start; flex-direction: column; }
  .whatsapp-fab { right: 16px; bottom: 16px; width: 54px; padding: 10px; justify-content: center; }
  .whatsapp-fab span { display: none; }
  .cart-fab { right: auto; left: 16px; bottom: 16px; }
  .cart-fab > span:nth-child(2) { display: none; }
  .order-panel { padding: 24px 20px; }
  .privacy-dialog { padding: 32px 24px; }
}

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