:root {
  --ink: #17100e;
  --ink-soft: #33231f;
  --cream: #f7efe3;
  --cream-2: #fffaf2;
  --paper: #fffdf9;
  --red: #e51b20;
  --red-deep: #aa1015;
  --gold: #f4b544;
  --green: #1fa855;
  --muted: #786a65;
  --line: rgba(36, 22, 18, .13);
  --shadow: 0 24px 70px rgba(31, 17, 13, .16);
  --radius: 28px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.nav-open, body.cart-open, body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; background: #fff; padding: 10px 16px; border-radius: 10px; }
.skip-link:focus { top: 16px; }

.topbar { background: #090605; color: #f8eee6; font-size: .78rem; letter-spacing: .04em; }
.topbar__inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar a { font-weight: 800; color: #fff; }

.site-header {
  position: absolute;
  inset: 36px 0 auto;
  z-index: 50;
  border-bottom: 1px solid rgba(255,255,255,.12);
  transition: .3s ease;
}
.site-header--solid { position: sticky; top: 0; inset: auto; background: rgba(17, 10, 8, .96); border-bottom-color: rgba(255,255,255,.1); }
.site-header.is-scrolled:not(.site-header--solid) { position: fixed; top: 0; inset: 0 0 auto; background: rgba(17, 10, 8, .94); backdrop-filter: blur(14px); box-shadow: 0 10px 40px rgba(0,0,0,.24); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { flex: 0 0 auto; width: 142px; filter: drop-shadow(0 8px 20px rgba(0,0,0,.28)); }
.main-nav { display: flex; align-items: center; gap: 31px; color: #fff; font-size: .91rem; font-weight: 700; }
.main-nav > a:not(.btn) { position: relative; padding: 30px 0; color: rgba(255,255,255,.78); transition: color .2s; }
.main-nav > a:not(.btn)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 21px; height: 2px; background: var(--red); transition: right .25s ease; }
.main-nav > a:hover, .main-nav > a.is-active { color: #fff; }
.main-nav > a:hover::after, .main-nav > a.is-active::after { right: 0; }
.nav-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(255,255,255,.06); padding: 12px; }
.nav-toggle span { display: block; height: 2px; background: #fff; margin: 4px 0; border-radius: 2px; transition: .2s; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 22px; border-radius: 999px; border: 1px solid transparent; font-weight: 800; line-height: 1; transition: transform .2s, box-shadow .2s, background .2s, border-color .2s; }
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 2; }
.btn--small { min-height: 42px; padding-inline: 18px; font-size: .84rem; }
.btn--large { min-height: 58px; padding-inline: 28px; }
.btn--solid { color: #fff; background: var(--red); box-shadow: 0 14px 32px rgba(229,27,32,.28); }
.btn--solid:hover { background: #f1282d; box-shadow: 0 18px 40px rgba(229,27,32,.36); }
.btn--ghost { color: #fff; border-color: rgba(255,255,255,.36); background: rgba(255,255,255,.06); }
.btn--ghost:hover { background: rgba(255,255,255,.13); border-color: rgba(255,255,255,.55); }
.btn--dark { color: #fff; background: var(--ink); box-shadow: 0 14px 32px rgba(23,16,14,.18); }
.btn--dark:hover { background: #2c1d19; }
.btn--outline-dark { color: var(--ink); border-color: rgba(23,16,14,.25); background: transparent; }
.btn--outline-dark:hover { border-color: var(--ink); background: rgba(23,16,14,.04); }

.eyebrow { margin: 0 0 10px; color: #ffb09f; font-size: .74rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow--dark { color: var(--red-deep); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Bebas Neue", Impact, sans-serif; font-weight: 400; letter-spacing: .012em; line-height: .96; }
h1 em, h2 em { color: var(--red); font-style: normal; }
h2 { margin-bottom: 18px; font-size: clamp(3rem, 6vw, 5.6rem); }

.hero { position: relative; min-height: 790px; display: grid; align-items: center; overflow: hidden; color: #fff; background: #130c09; }
.hero__media { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,6,5,.92) 0%, rgba(10,6,5,.72) 46%, rgba(10,6,5,.22) 78%), url("assets/img/local.webp") center/cover no-repeat; transform: scale(1.02); }
.hero__grain { position: absolute; inset: 0; opacity: .18; background-image: radial-gradient(rgba(255,255,255,.5) .6px, transparent .7px); background-size: 5px 5px; mix-blend-mode: soft-light; }
.hero__content { position: relative; z-index: 2; padding-top: 115px; padding-bottom: 90px; }
.hero h1 { max-width: 770px; margin-bottom: 24px; font-size: clamp(4.8rem, 10vw, 9.4rem); }
.hero__lead { max-width: 640px; margin-bottom: 34px; color: rgba(255,255,255,.78); font-size: clamp(1rem, 1.8vw, 1.2rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 13px; }
.hero__proof { display: flex; gap: 0; margin-top: 62px; }
.hero__proof > div { min-width: 150px; padding: 0 34px; border-left: 1px solid rgba(255,255,255,.2); }
.hero__proof > div:first-child { padding-left: 0; border-left: 0; }
.hero__proof strong, .hero__proof span { display: block; }
.hero__proof strong { font-size: 1rem; }
.hero__proof span { color: rgba(255,255,255,.55); font-size: .76rem; }
.hero__scroll { position: absolute; z-index: 3; right: max(28px, calc((100vw - 1180px)/2)); bottom: 34px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.65); font-size: .7rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; writing-mode: vertical-rl; }
.hero__scroll span { width: 1px; height: 45px; background: linear-gradient(#fff, transparent); }

.section { padding: 112px 0; }
.section--cream { background: var(--cream); }
.section--dark { color: #fff; background: var(--ink); }
.section-heading { margin-bottom: 48px; }
.section-heading--split { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; }
.section-heading--split h2 { margin-bottom: 0; }
.section-heading--split > p { margin-bottom: 8px; color: var(--muted); }
.section-heading--center { max-width: 760px; margin-inline: auto; text-align: center; }
.section-heading--center > p:last-child { color: rgba(255,255,255,.62); }

.feature-grid { display: grid; grid-template-columns: 1.35fr 1fr; grid-template-rows: repeat(2, 310px); gap: 22px; }
.food-card { position: relative; min-height: 300px; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); color: #fff; }
.food-card--wide { grid-row: 1 / 3; }
.food-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.food-card:hover img { transform: scale(1.065); }
.food-card__shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(14,7,5,.92) 0%, rgba(14,7,5,.1) 68%); }
.food-card__content { position: absolute; inset: auto 28px 27px; }
.food-card__content span { color: #ffc1af; font-size: .68rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.food-card__content h3 { margin: 2px 0 3px; font-family: "Bebas Neue", sans-serif; font-size: 2.8rem; font-weight: 400; line-height: 1; }
.food-card__content p { margin-bottom: 12px; color: rgba(255,255,255,.72); font-size: .86rem; }
.food-card__price { display: block; width: fit-content; margin-bottom: 13px; padding: 6px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #fff; background: rgba(229,27,32,.88); font-size: .8rem; line-height: 1; }
.food-card__content a { font-size: .78rem; font-weight: 800; text-decoration: underline; text-underline-offset: 5px; }
.center-action { margin-top: 42px; text-align: center; }

.process-section { position: relative; overflow: hidden; }
.process-section::before { content: "CLAUDISS"; position: absolute; left: 50%; top: 18px; transform: translateX(-50%); color: rgba(255,255,255,.025); font-family: "Bebas Neue", sans-serif; font-size: 20vw; line-height: 1; }
.steps { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step { position: relative; min-height: 290px; padding: 36px; border: 1px solid rgba(255,255,255,.11); border-radius: 24px; background: rgba(255,255,255,.035); }
.step__number { position: absolute; right: 25px; top: 19px; color: rgba(255,255,255,.18); font-family: "Bebas Neue", sans-serif; font-size: 3.2rem; }
.step__icon { display: grid; place-items: center; width: 70px; height: 70px; margin-bottom: 44px; border-radius: 20px; background: var(--red); font-size: 2rem; transform: rotate(-4deg); }
.step h3 { margin-bottom: 8px; font-family: "Bebas Neue", sans-serif; font-size: 2.2rem; font-weight: 400; }
.step p { color: rgba(255,255,255,.6); font-size: .9rem; }

.gallery { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 280px; gap: 18px; }
.gallery__item { margin: 0; overflow: hidden; border-radius: 22px; background: #ddd; box-shadow: 0 18px 45px rgba(40,23,18,.12); }
.gallery__item--tall { grid-row: span 2; }
.gallery__item--wide { grid-column: span 2; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.gallery__item:hover img { transform: scale(1.045); }

.payment-section { color: #fff; background: linear-gradient(135deg, #24120f, #0f0908); }
.payment-card { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; min-height: 470px; padding: 60px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 32px; background: radial-gradient(circle at 85% 20%, rgba(229,27,32,.35), transparent 35%), rgba(255,255,255,.035); box-shadow: 0 28px 90px rgba(0,0,0,.28); }
.payment-card__content { max-width: 700px; }
.payment-card h2 { font-size: clamp(3.2rem, 6vw, 5.2rem); }
.payment-card__content > p:not(.eyebrow) { color: rgba(255,255,255,.66); }
.payment-pills { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0 14px; }
.payment-pills span { padding: 11px 16px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; background: rgba(255,255,255,.06); font-size: .78rem; font-weight: 700; }
.payment-card small { color: rgba(255,255,255,.42); }
.payment-card__visual { display: grid; place-items: center; perspective: 900px; }
.receipt { width: 230px; min-height: 320px; padding: 36px 28px; color: var(--ink); background: var(--cream-2); box-shadow: 0 30px 70px rgba(0,0,0,.35); transform: rotate(6deg); }
.receipt::after { content: ""; display: block; height: 12px; margin: 34px -28px -36px; background: linear-gradient(135deg, transparent 6px, var(--cream-2) 0) 0 0/12px 12px repeat-x; }
.receipt span, .receipt strong, .receipt b { display: block; text-align: center; }
.receipt span { color: var(--red); font-size: .68rem; font-weight: 800; letter-spacing: .16em; }
.receipt strong { margin: 22px 0; font-family: "Bebas Neue", sans-serif; font-size: 3.2rem; }
.receipt i { display: block; height: 8px; margin: 13px 0; border-radius: 4px; background: #e8dfd5; }
.receipt i:nth-of-type(2) { width: 70%; }
.receipt i:nth-of-type(3) { width: 85%; }
.receipt b { margin-top: 38px; font-size: .76rem; }

.location-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 70px; }
.location-copy h2 { font-size: clamp(3.5rem, 6vw, 5.8rem); }
.location-address { color: var(--muted); font-size: 1.05rem; }
.location-info { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 30px 0; }
.location-info > div { padding: 17px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.location-info span, .location-info strong, .location-info a { display: block; }
.location-info span { color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.location-info strong, .location-info a { margin-top: 3px; font-size: .95rem; font-weight: 800; }
.location-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.map-card { overflow: hidden; min-height: 520px; border-radius: 30px; box-shadow: var(--shadow); }
.map-card iframe { display: block; width: 100%; height: 520px; filter: saturate(.9) contrast(1.05); }

.final-cta { position: relative; overflow: hidden; color: #fff; background: #120b09; }
.final-cta__bg { position: absolute; inset: 0; opacity: .28; background: linear-gradient(90deg, #120b09, rgba(18,11,9,.5)), url("assets/img/pizza-mixta.webp") center 58%/cover no-repeat; filter: saturate(.8); }
.final-cta__content { position: relative; min-height: 310px; display: grid; grid-template-columns: 160px 1fr auto; align-items: center; gap: 35px; }
.final-cta__content img { width: 150px; filter: drop-shadow(0 15px 25px rgba(0,0,0,.35)); }
.final-cta h2 { max-width: 670px; margin: 0; font-size: clamp(3rem, 5vw, 5rem); }

.footer { padding: 70px 0 25px; color: rgba(255,255,255,.67); background: #090605; }
.footer__grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 60px; }
.footer__brand img { width: 140px; margin-bottom: 18px; }
.footer h3 { margin: 10px 0 16px; color: #fff; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.footer a, .footer p { display: block; margin: 0 0 9px; font-size: .82rem; }
.footer a:hover { color: #fff; }
.footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: .7rem; }
.footer--compact { padding-top: 0; }
.footer--compact .footer__bottom { margin-top: 0; }

.wa-float { position: fixed; z-index: 60; right: 24px; bottom: 24px; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; color: #fff; background: #25d366; box-shadow: 0 16px 35px rgba(0,0,0,.25); transition: transform .2s; }
.wa-float:hover { transform: translateY(-4px) scale(1.03); }
.wa-float svg { width: 30px; fill: currentColor; }

/* Menú */
.menu-page { background: var(--cream); }
.menu-hero { position: relative; min-height: 440px; display: grid; align-items: center; overflow: hidden; color: #fff; background: #140c0a; }
.menu-hero__bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,7,6,.94), rgba(12,7,6,.72) 58%, rgba(12,7,6,.35)), url("assets/img/pizza-mitad-mitad.webp") center 47%/cover no-repeat; }
.menu-hero__content { position: relative; padding: 85px 0 70px; }
.menu-hero h1 { margin-bottom: 16px; font-size: clamp(4.8rem, 9vw, 8rem); }
.menu-hero__content > p:not(.eyebrow) { max-width: 750px; color: rgba(255,255,255,.7); }
.menu-hero__notice { display: inline-flex; align-items: center; gap: 12px; max-width: 650px; margin-top: 20px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(255,255,255,.06); }
.menu-hero__notice p { margin: 0; font-size: .78rem; }
.order-section { padding: 78px 0 110px; }
.order-layout { display: block; width: 100%; }
.catalog__top { display: flex; justify-content: space-between; align-items: end; gap: 20px; }
.catalog__top h2 { margin-bottom: 0; font-size: clamp(3.6rem, 6vw, 5.5rem); }
.cart-floating { position: fixed; left: 50%; bottom: 20px; z-index: 160; transform: translateX(-50%); min-width: 300px; min-height: 54px; display: flex; align-items: center; gap: 12px; padding: 8px 17px; border: 0; border-radius: 999px; background: var(--ink); color: #fff; box-shadow: 0 20px 55px rgba(0,0,0,.27); cursor: pointer; transition: transform .2s ease, background .2s ease; }
.cart-floating:hover { background: var(--red); transform: translateX(-50%) translateY(-2px); }
.cart-floating-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--red); color: #fff; font-size: 1.25rem; flex-shrink: 0; }
.cart-floating-copy { flex: 1; text-align: left; min-width: 0; }
.cart-floating-copy b, .cart-floating-copy small { display: block; }
.cart-floating-copy b { font-size: .9rem; font-weight: 800; color: #fff; }
.cart-floating-copy small { color: rgba(255,255,255,.8); font-size: .75rem; margin-top: 2px; }
.cart-floating > strong { padding: 8px 12px; border-radius: 999px; background: var(--red); color: #fff; font-size: .8rem; white-space: nowrap; }
.category-tabs { display: flex; gap: 8px; margin: 28px 0 20px; padding-bottom: 2px; overflow-x: auto; scrollbar-width: none; }
.category-tab { flex: 0 0 auto; min-height: 44px; padding: 0 19px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: rgba(255,255,255,.46); font-weight: 800; }
.category-tab.is-active { color: #fff; border-color: var(--ink); background: var(--ink); }
.menu-note { margin-bottom: 24px; padding: 15px 18px; border-left: 4px solid var(--gold); border-radius: 0 14px 14px 0; color: #6a4f38; background: #fff3d6; font-size: .78rem; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.product-card { overflow: hidden; border: 1px solid rgba(45,28,22,.09); border-radius: 24px; background: var(--paper); box-shadow: 0 12px 34px rgba(47,28,22,.08); transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 20px 42px rgba(47,28,22,.13); }
.product-card[hidden] { display: none; }
.product-card__image { position: relative; height: 230px; overflow: hidden; background: #e2d7ca; }
.product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.product-card:hover .product-card__image img { transform: scale(1.04); }
.product-card__image > span { position: absolute; left: 14px; top: 14px; padding: 7px 11px; border-radius: 999px; color: #fff; background: var(--red); font-size: .63rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.product-card__body { padding: 21px; }
.product-card__title { display: flex; align-items: start; justify-content: space-between; gap: 12px; }
.product-card__title h3 { margin-bottom: 7px; font-family: "Bebas Neue", sans-serif; font-size: 2rem; font-weight: 400; line-height: 1; }
.product-card__title strong { flex: 0 0 auto; color: var(--red-deep); font-size: .64rem; }
.product-card__title .product-price { padding: 6px 9px; border: 1px solid rgba(155,20,24,.12); border-radius: 999px; color: var(--red-deep); background: rgba(229,27,32,.08); font-size: .84rem; line-height: 1; white-space: nowrap; }
.product-card__body > p { min-height: 47px; margin-bottom: 16px; color: var(--muted); font-size: .79rem; }
.product-card label { display: block; margin-bottom: 12px; color: var(--muted); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.product-card select { width: 100%; height: 43px; margin-top: 5px; padding: 0 12px; border: 1px solid var(--line); border-radius: 11px; color: var(--ink); background: #fff; }
.add-product { width: 100%; min-height: 46px; border: 0; border-radius: 13px; color: #fff; background: var(--ink); font-size: .8rem; font-weight: 800; transition: background .2s, transform .2s; }
.add-product:hover { background: var(--red); transform: translateY(-1px); }
.product-card--text { min-height: 310px; display: flex; flex-direction: column; justify-content: flex-end; background: radial-gradient(circle at 80% 15%, rgba(229,27,32,.14), transparent 35%), var(--paper); }
.product-card__emoji { display: grid; place-items: center; flex: 1; min-height: 140px; font-size: 5rem; filter: drop-shadow(0 16px 20px rgba(40,20,15,.13)); }

.product-modal { position: fixed; z-index: 200; inset: 0; display: grid; place-items: center; padding: 24px; opacity: 0; visibility: hidden; transition: opacity .22s ease, visibility .22s ease; }
.product-modal.is-open { opacity: 1; visibility: visible; }
.product-modal__backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(10,6,5,.76); backdrop-filter: blur(8px); }
.product-modal__dialog { position: relative; z-index: 1; width: min(920px, 100%); max-height: min(760px, calc(100dvh - 48px)); display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); overflow: hidden; border: 1px solid rgba(255,255,255,.42); border-radius: 30px; background: var(--paper); box-shadow: 0 35px 100px rgba(0,0,0,.38); transform: translateY(18px) scale(.98); transition: transform .24s ease; }
.product-modal.is-open .product-modal__dialog { transform: none; }
.product-modal__close { position: absolute; z-index: 3; top: 15px; right: 15px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: #fff; background: rgba(23,16,14,.72); font-size: 1.65rem; line-height: 1; box-shadow: 0 8px 22px rgba(0,0,0,.2); }
.product-modal__media { min-height: 590px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 32%, #fff1d2, #e7c89c 68%, #c89b63); }
.product-modal__media img { width: 100%; height: 100%; object-fit: cover; }
.product-modal__media img[hidden], .product-modal__emoji[hidden] { display: none; }
.product-modal__emoji { width: 100%; height: 100%; display: grid; place-items: center; font-size: clamp(7rem, 15vw, 11rem); filter: drop-shadow(0 24px 26px rgba(54,26,16,.2)); }
.product-modal__content { min-width: 0; padding: 42px; overflow-y: auto; }
.product-modal__content .eyebrow { margin-bottom: 6px; }
.product-modal__content h2 { margin-bottom: 10px; font-size: clamp(3.2rem, 5vw, 5rem); line-height: .92; }
.product-modal__description { margin: 0 0 24px; color: var(--muted); font-size: .9rem; }
.product-modal__options { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 14px; }
.product-modal__options label, .product-modal__note { color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.product-modal__options select { width: 100%; height: 48px; display: block; margin-top: 6px; padding: 0 13px; border: 1px solid var(--line); border-radius: 13px; color: var(--ink); background: #fff; }
.product-modal__quantity > span { display: block; margin-bottom: 6px; color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.product-modal__quantity > div { height: 48px; display: flex; align-items: center; gap: 4px; padding: 4px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.product-modal__quantity button { width: 38px; height: 38px; border: 0; border-radius: 9px; color: var(--ink); background: var(--cream); font-size: 1.1rem; font-weight: 800; }
.product-modal__quantity strong { min-width: 28px; text-align: center; }
.product-modal__note { position: relative; display: block; margin-top: 18px; }
.product-modal__note textarea { width: 100%; display: block; margin-top: 6px; padding: 12px 14px 25px; border: 1px solid var(--line); border-radius: 14px; outline: none; color: var(--ink); background: #fff; resize: vertical; text-transform: none; }
.product-modal__note textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(229,27,32,.09); }
.product-modal__note small { position: absolute; right: 12px; bottom: 8px; color: #a0928c; font-size: .6rem; font-weight: 600; letter-spacing: 0; }
.product-modal__footer { display: grid; grid-template-columns: auto minmax(220px, 1fr); align-items: center; gap: 20px; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }
.product-modal__footer > div span, .product-modal__footer > div strong { display: block; }
.product-modal__footer > div span { color: var(--muted); font-size: .65rem; font-weight: 700; }
.product-modal__footer > div strong { color: var(--red-deep); font-size: 1.45rem; }
.product-modal__add { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 0 18px; border: 0; border-radius: 15px; color: #fff; background: var(--red); font-size: .78rem; font-weight: 800; box-shadow: 0 15px 30px rgba(229,27,32,.2); }
.product-modal__add:hover { background: var(--red-deep); transform: translateY(-1px); }
.product-modal__add strong { font-size: .9rem; white-space: nowrap; }

.cart-panel { position: fixed; top: 0; right: -440px; z-index: 310; width: min(430px, 94vw); height: 100dvh; display: flex; flex-direction: column; padding: 24px 24px 0; background: #fff; color: var(--ink); box-shadow: -20px 0 60px rgba(0,0,0,.24); transition: right .35s cubic-bezier(.22,1,.36,1); border: 0; border-radius: 0; overflow: hidden; }
.cart-panel.is-open { right: 0; }
.cart-close { display: block; width: 44px; height: 44px; border: 0; border-radius: 50%; color: var(--ink); background: #f5f5f5; font-size: 1.6rem; cursor: pointer; flex-shrink: 0; transition: background .2s ease; }
.cart-close:hover { background: #e8e8e8; }
.cart-panel__header { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-bottom: 18px; border-bottom: 1px solid #e8e8e8; flex-shrink: 0; }
.cart-panel__header h2 { color: var(--ink); margin: 0; font-size: 2.1rem; }
.cart-panel__header .eyebrow { color: var(--red); margin: 0; }
.cart-panel__header > div { flex: 1; }
.cart-body { flex: 1; overflow-y: auto; padding: 20px 0 40px; scrollbar-width: thin; scrollbar-color: rgba(0,0,0,.15) transparent; }
.cart-body::-webkit-scrollbar { width: 6px; }
.cart-body::-webkit-scrollbar-track { background: transparent; }
.cart-body::-webkit-scrollbar-thumb { background: rgba(0,0,0,.15); border-radius: 10px; }
.cart-empty { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 40px 20px; text-align: center; color: #999; }
.cart-empty[hidden] { display: none; }
.cart-empty div { font-size: 4rem; margin-bottom: 10px; }
.cart-empty h3 { margin: 12px 0 6px; color: var(--ink); font-size: 1.5rem; }
.cart-empty p { margin: 0; color: #999; font-size: .85rem; }
.cart-items { padding: 0; }
.cart-item { padding: 15px 0; border-bottom: 1px solid #e8e8e8; display: flex; justify-content: space-between; gap: 12px; }
.cart-item__info { min-width: 0; flex: 1; }
.cart-item__info h3 { margin: 0 0 3px; font-size: 1rem; line-height: 1.25; letter-spacing: -.02em; color: var(--ink); font-weight: 700; }
.cart-item__info span { display: block; color: #999; font-size: .85rem; }
.cart-item__info .cart-item__note { max-width: 190px; margin-top: 8px; padding: 8px 10px; border-left: 3px solid var(--gold); background: #fffaf0; color: #8b7a5f; font-size: .8rem; font-style: italic; overflow-wrap: anywhere; }
.cart-item__info .cart-item__subtotal { display: block; margin-top: 10px; color: var(--red); font-size: .88rem; font-weight: 700; }
.cart-item__actions { display: flex; align-items: center; gap: 6px; flex-shrink: 0; }
.cart-item__actions button { display: grid; place-items: center; width: 30px; height: 30px; border: 0; border-radius: 50%; color: var(--red); background: #ffe8e8; cursor: pointer; font-weight: 800; transition: background .2s ease; }
.cart-item__actions button:hover { background: #ffd4d4; }
.cart-item__actions strong { width: 20px; text-align: center; font-size: .76rem; color: var(--ink); }
.cart-item__actions .cart-item__remove { color: var(--red); background: #ffe8e8; }
.cart-total { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 17px 0; border-top: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; margin-bottom: 17px; }
.cart-total span { color: #666; font-size: .85rem; font-weight: 700; }
.cart-total strong { color: var(--red); font-size: 1.45rem; white-space: nowrap; font-weight: 800; }
.order-form { padding-top: 17px; }
.order-form legend { display: block; margin-bottom: 8px; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); }
.order-form > label { display: block; width: 100%; margin-bottom: 18px; text-align: left; color: var(--muted); font-weight: 800; font-size: .72rem; text-transform: uppercase; letter-spacing: .05em; }
.order-form input, .order-form textarea { width: 100%; display: block; margin-top: 6px; padding: 12px 14px; border: 1px solid #e0e0e0; border-radius: 14px; outline: none; font-weight: 400; color: var(--ink); background: #f9f9f9; font-size: .9rem; text-transform: none; transition: border-color .2s, background .2s, box-shadow .2s; }
.order-form input::placeholder, .order-form textarea::placeholder { color: #999; }
.order-form input:focus, .order-form textarea:focus { border-color: var(--red); background: #fff; box-shadow: 0 0 0 3px rgba(229,27,32,.08); }
.order-form fieldset { margin: 0 0 20px; padding: 0; border: 0; }
.service-options { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 7px; }
.service-options input { position: absolute; opacity: 0; pointer-events: none; }
.service-options span { display: block; padding: 10px 8px; border: 1px solid #e0e0e0; border-radius: 11px; text-align: center; color: var(--ink); background: #f9f9f9; font-size: .7rem; }
.service-options input:checked + span { color: #fff; border-color: var(--red); background: var(--red); }
.locate-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; margin-top: 10px; padding: 10px 16px; border: 1px solid #e0e0e0; border-radius: 12px; color: var(--ink); background: #f5f5f7; font-size: .75rem; font-weight: 700; text-transform: none; cursor: pointer; transition: background .2s, border-color .2s; width: 100%; box-shadow: 0 2px 6px rgba(0,0,0,.03); }
.locate-btn:hover { background: #e8e8e8; border-color: #ccc; }
.locate-btn:disabled { opacity: .5; cursor: wait; }
.locate-btn svg { flex-shrink: 0; color: var(--red); }

.location-tag { display: flex; align-items: center; gap: 8px; margin-top: 8px; padding: 8px 10px; border: 1px solid rgba(32,184,87,.3); border-radius: 9px; background: rgba(32,184,87,.1); text-transform: none; }
.loc-tag-icon { color: #20b857; display: flex; flex-shrink: 0; }
.loc-tag-link { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--ink); font-size: .68rem; }
.loc-tag-remove { display: flex; align-items: center; justify-content: center; width: 22px; height: 22px; border: 0; border-radius: 50%; background: #ffe8e8; color: var(--red); font-size: 1rem; cursor: pointer; flex-shrink: 0; }
.loc-tag-remove:hover { background: #ffd4d4; color: var(--red); }
.cart-disclaimer { display: block; margin: 16px 0; padding: 12px; border: 1px solid #e0e0e0; border-radius: 12px; color: #666; background: #f9f9f9; font-size: .64rem; }
.cart-disclaimer strong, .cart-disclaimer span { display: block; }
.cart-disclaimer strong { margin-bottom: 3px; color: var(--ink); }
.send-order { display: flex; align-items: center; justify-content: center; gap: 9px; width: 100%; min-height: 52px; border: 0; border-radius: 14px; color: #fff; background: #20b857; font-size: .78rem; font-weight: 800; box-shadow: 0 13px 25px rgba(32,184,87,.2); cursor: pointer; transition: background .2s ease, transform .2s ease; }
.send-order:hover { background: #25ca61; transform: translateY(-2px); }
.send-order svg { width: 23px; fill: currentColor; }
.cart-disclaimer { background: #f9f9f9; border-color: #e0e0e0; color: #666; }
.cart-disclaimer strong { color: var(--ink); }
.form-help { margin: 8px 0 0; color: #999; text-align: center; font-size: .6rem; }
.cart-backdrop { position: fixed; inset: 0; z-index: 300; background: rgba(0,0,0,.52); opacity: 0; visibility: hidden; transition: .28s ease; backdrop-filter: blur(4px); display: block; }
.cart-backdrop.is-visible { opacity: 1; visibility: visible; }
.toast { position: fixed; z-index: 210; left: 50%; bottom: 24px; padding: 12px 18px; border-radius: 999px; color: #fff; background: var(--ink); box-shadow: 0 15px 35px rgba(0,0,0,.22); font-size: .76rem; font-weight: 800; opacity: 0; transform: translate(-50%, 20px); pointer-events: none; transition: .25s; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

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

.video-section { background: var(--ink); }
.video-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-auto-rows: minmax(300px, auto); gap: 22px; }
.video-card { display: flex; flex-direction: column; gap: 16px; }
.video-card--main { grid-column: span 2; grid-row: span 2; }
.video-card--wide { grid-column: span 3; grid-row: span 1; }
.video-frame { position: relative; overflow: hidden; border-radius: 22px; background: #0d0806; box-shadow: 0 18px 45px rgba(0,0,0,.35); }
.video-frame video { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.video-frame iframe { display: block; width: 100%; height: 100%; min-height: 320px; border: 0; }
.video-frame--tall iframe { min-height: 420px; }
.video-frame--wide video { aspect-ratio: 21 / 9; }
.video-frame img[data-eb-future="video_poster"] { display: none; }
.site-video-frame { position: relative; overflow: hidden; border-radius: 22px; background: #0d0806; }
.site-video-frame iframe { display: block; width: 100%; height: 100%; border: 0; }
.site-video-poster-link { display: grid; gap: 12px; text-decoration: none; }
.site-video-poster { display: block; width: 100%; border-radius: 22px; background: #0d0806; }
.video-card__copy { display: grid; gap: 9px; color: rgba(255,255,255,.82); }
.video-card__copy h3 { margin: 0; font-family: "Manrope", system-ui, sans-serif; font-size: 1.18rem; font-weight: 800; letter-spacing: 0; line-height: 1.3; color: #fff; }
.video-card__copy p { margin: 0; color: rgba(255,255,255,.6); font-size: .9rem; }
.video-tag { justify-self: start; padding: 5px 11px; border-radius: 999px; color: #fff; background: var(--red); font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.video-tag--yt { background: #ff0033; }
.video-tag--tt { background: #1b1b1b; border: 1px solid rgba(255,255,255,.25); color: #5bd7ff; }
.video-link { width: fit-content; color: var(--gold); font-size: .84rem; font-weight: 800; }
.video-link:hover { text-decoration: underline; }
.video-cta { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; margin-top: 52px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.14); }
.video-cta p { flex: 1 1 320px; margin: 0; color: rgba(255,255,255,.62); }

@media (max-width: 1080px) {
   .nav-toggle { display: block; position: relative; z-index: 3; }
   .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 0; padding: 90px 32px; background: rgba(12,7,6,.98); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .25s; }
   .main-nav.is-open { opacity: 1; visibility: visible; transform: none; }
   .main-nav > a:not(.btn) { width: 100%; padding: 15px 0; font-family: "Bebas Neue", sans-serif; font-size: 2.4rem; font-weight: 400; }
   .main-nav > a:not(.btn)::after { display: none; }
   .main-nav .btn { margin-top: 20px; }
   .order-section { padding-bottom: 150px; }
   .order-layout { display: block; }
   .cart-panel { width: min(430px, 92vw); }
   .cart-floating { min-width: min(280px, calc(100vw - 40px)); }
   .toast { bottom: calc(max(18px, env(safe-area-inset-bottom)) + 68px); }
   body.cart-open .cart-floating { opacity: 0; pointer-events: none; transform: translateX(-50%) translateY(18px); }
}

@media (max-width: 820px) {
   :root { --container: min(100% - 28px, 680px); --radius: 22px; }
   .topbar__inner span { max-width: 70%; }
   .site-header { inset-top: 36px; }
   .nav-wrap { min-height: 72px; }
   .brand { width: 112px; }
   .hero { min-height: 760px; }
   .hero__content { padding-top: 125px; }
   .hero h1 { font-size: clamp(4.7rem, 18vw, 7.5rem); }
   .hero__proof { flex-wrap: wrap; gap: 16px 0; margin-top: 45px; }
   .hero__proof > div { min-width: 50%; padding: 0 18px; }
   .hero__proof > div:nth-child(3) { padding-left: 0; border-left: 0; }
   .hero__scroll { display: none; }
   .section { padding: 82px 0; }
   .section-heading--split { grid-template-columns: 1fr; gap: 12px; }
   .feature-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
   .food-card, .food-card--wide { grid-row: auto; min-height: 390px; }
   .steps { grid-template-columns: 1fr; }
   .step { min-height: 230px; }
   .gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 230px; }
   .gallery__item--wide { grid-column: span 2; }
   .video-grid { grid-template-columns: 1fr 1fr; }
   .video-card--main { grid-column: span 2; }
   .video-card--wide { grid-column: span 2; }
   .video-frame--tall iframe { min-height: 360px; }
   .payment-card { grid-template-columns: 1fr; padding: 38px 26px; }
   .payment-card__visual { margin-top: 35px; }
   .location-grid { grid-template-columns: 1fr; gap: 42px; }
   .map-card, .map-card iframe { min-height: 400px; height: 400px; }
   .final-cta__content { grid-template-columns: 105px 1fr; padding: 55px 0; }
   .final-cta__content img { width: 100px; }
   .final-cta__content .btn { grid-column: 1 / -1; justify-self: start; }
   .footer__grid { grid-template-columns: 1fr 1fr; }
   .footer__brand { grid-column: 1 / -1; }
   .product-grid { grid-template-columns: 1fr; }
   .product-modal { place-items: end center; padding: 0; }
   .product-modal__dialog { width: 100%; max-height: 94dvh; grid-template-columns: 1fr; overflow-y: auto; border-width: 1px 0 0; border-radius: 26px 26px 0 0; transform: translateY(100%); }
   .product-modal__media { min-height: 210px; height: 30dvh; }
   .product-modal__content { padding: 27px 22px calc(26px + env(safe-area-inset-bottom)); overflow: visible; }
   .product-modal__content h2 { font-size: clamp(3rem, 14vw, 4.8rem); }
   .cart-panel { width: min(400px, 90vw); }
   .cart-floating { min-width: min(260px, calc(100vw - 40px)); font-size: .85rem; }
   .cart-floating-copy b { font-size: .85rem; }
}

@media (max-width: 540px) {
   .topbar { font-size: .64rem; }
   .topbar__inner { min-height: 34px; }
   .hero { min-height: 720px; }
   .hero__actions { display: grid; }
   .hero__actions .btn { width: 100%; }
   .hero__proof > div { min-width: 100%; padding: 0 0 13px; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
   .food-card, .food-card--wide { min-height: 340px; }
   .gallery { grid-template-columns: 1fr; grid-auto-rows: 280px; }
   .gallery__item--tall, .gallery__item--wide { grid-row: auto; grid-column: auto; }
   .video-grid { grid-template-columns: 1fr; }
   .video-card--main, .video-card--wide { grid-column: auto; }
   .video-frame--wide video { aspect-ratio: 16 / 9; }
   .video-frame--tall iframe { min-height: 320px; }
   .video-cta { display: grid; }
   .video-cta .btn { width: 100%; }
   .payment-pills { display: grid; }
   .location-info { grid-template-columns: 1fr; }
   .location-actions { display: grid; }
   .final-cta__content { grid-template-columns: 1fr; text-align: center; }
   .final-cta__content img { justify-self: center; }
   .final-cta__content .btn { justify-self: stretch; }
   .footer__grid { grid-template-columns: 1fr; }
   .footer__brand { grid-column: auto; }
   .footer__bottom { flex-direction: column; }
   .wa-float { right: 16px; bottom: 16px; }
   .menu-hero { min-height: 480px; }
   .menu-hero h1 { font-size: 4.8rem; }
   .catalog__top { align-items: center; }
   .catalog__top h2 { font-size: 3.5rem; }
   .product-card__image { height: 210px; }
   .product-modal__options { grid-template-columns: 1fr; }
   .product-modal__quantity > div { width: fit-content; }
   .product-modal__footer { grid-template-columns: 1fr; gap: 12px; }
   .product-modal__add { width: 100%; }
   .cart-panel { width: 100%; max-width: none; right: -105%; padding: 19px; }
   .cart-floating { min-width: calc(100vw - 24px); width: calc(100vw - 24px); bottom: 12px; left: 12px; transform: none; min-height: 50px; padding: 6px 12px; }
   .cart-floating-icon { width: 40px; height: 40px; font-size: 1.1rem; }
   .cart-floating-copy b { font-size: .8rem; }
   .cart-floating-copy small { font-size: .7rem; }
   .cart-floating > strong { font-size: .7rem; padding: 6px 10px; }
   .cart-panel__header { padding-bottom: 12px; }
   .cart-panel__header h2 { font-size: 1.8rem; }
   .cart-items { padding: 8px 0; }
   .cart-item { padding: 12px 0; }
   .cart-item__info h3 { font-size: .95rem; }
   .order-form { padding-top: 12px; }
   .send-order { min-height: 48px; font-size: .75rem; }
}

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