:root {
  --red: #e21a22;
  --red-dark: #b80d15;
  --ink: #0a0a0a;
  --surface: #111111;
  --surface-2: #181818;
  --line: rgba(255, 255, 255, 0.12);
  --muted: #aaa7a3;
  --cream: #f7f0e7;
  --white: #fff;
  --gold: #d49a51;
  --radius: 24px;
  --display: "Oswald", Impact, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.5;
}
body.locked { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.skip-link {
  position: fixed; z-index: 9999; top: 8px; left: 8px;
  padding: 10px 16px; background: white; color: black; transform: translateY(-140%);
}
.skip-link:focus { transform: none; }

.site-header {
  position: absolute; z-index: 30; top: 0; left: 0; width: 100%;
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px clamp(20px, 5vw, 72px);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.brand { display: inline-flex; align-items: center; }
.brand-logo { width: 148px; height: auto; object-fit: contain; filter: drop-shadow(0 8px 22px rgba(0,0,0,.38)); }
.brand-pan { grid-row: 1 / 3; color: var(--red); width: 48px; }
.brand-pan svg { stroke-width: 3; }
.brand-pan .steam { stroke: white; stroke-width: 2.5; }
.brand-name { font: 700 29px/1 var(--display); text-transform: uppercase; letter-spacing: .08em; }
.brand-tag { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .2em; }
.desktop-nav { display: flex; gap: 36px; color: #ddd; font-size: 14px; }
.desktop-nav a { position: relative; padding: 10px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: 3px; width: 0; height: 2px; background: var(--red); transition: width .2s; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { width: 100%; }
.header-cart {
  min-height: 48px; display: flex; align-items: center; gap: 10px; border: 0;
  background: white; color: black; padding: 0 16px; border-radius: 999px; cursor: pointer; font-weight: 700;
}
.header-cart svg { width: 21px; }
.header-cart b { display: grid; place-items: center; min-width: 24px; height: 24px; border-radius: 50%; background: var(--red); color: white; font-size: 12px; }

.hero { position: relative; min-height: 760px; height: 94svh; overflow: hidden; display: grid; align-items: center; }
.hero-media {
  position: absolute; inset: 0;
  background: url("assets/food/m9ila-fruits-de-mer-gsimple-inspired-v1.png") center/cover no-repeat;
  transform: scale(1.015);
}
.hero-shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.73) 35%, rgba(0,0,0,.06) 72%),
    linear-gradient(0deg, rgba(0,0,0,.55), transparent 42%);
}
.hero-content { position: relative; z-index: 2; width: min(640px, 88vw); margin-left: clamp(20px, 8vw, 120px); padding-top: 76px; }
.eyebrow { margin: 0 0 12px; color: var(--red); font-size: 12px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: var(--display); line-height: .98; text-transform: uppercase; }
h1 { font-size: clamp(58px, 8.5vw, 128px); letter-spacing: -.035em; }
h1 span { color: var(--red); }
.hero-copy { max-width: 520px; margin: 28px 0; color: #d4d0cc; font-size: clamp(16px, 1.6vw, 20px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  min-height: 50px; display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid transparent; border-radius: 999px; padding: 0 24px;
  font-weight: 700; cursor: pointer; transition: transform .18s, background .18s, border-color .18s;
}
.button:active { transform: scale(.97); }
.button-primary { background: var(--red); color: white; }
.button-primary:hover { background: #f1212a; }
.button-primary:disabled { cursor: not-allowed; opacity: .55; filter: grayscale(.25); }
.button-ghost { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.25); color: white; backdrop-filter: blur(10px); }
.button-ghost:hover { border-color: white; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 40px; color: #c7c4c0; font-size: 13px; }
.hero-meta span { display: flex; align-items: center; gap: 8px; }
.hero-meta svg { width: 19px; color: var(--red); }

.order-mode {
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
  padding: 38px clamp(20px, 6vw, 88px); background: var(--cream); color: #161616;
}
.order-mode h2 { font-size: clamp(30px, 4vw, 54px); }
.mode-switch { display: flex; gap: 10px; background: white; padding: 8px; border-radius: 22px; box-shadow: 0 12px 40px rgba(0,0,0,.08); }
.mode-option {
  min-width: 210px; min-height: 72px; border: 1px solid transparent; border-radius: 16px;
  background: transparent; color: #222; display: flex; align-items: center; gap: 12px; padding: 10px 16px; cursor: pointer; text-align: left;
}
.mode-option svg { width: 29px; }
.mode-option span { display: grid; }
.mode-option small { color: #777; }
.mode-option.active { background: #111; color: white; }
.mode-option.active svg { color: var(--red); }
.mode-option.active small { color: #bbb; }

.menu-section { padding: 90px clamp(20px, 6vw, 88px) 110px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.section-heading h2, .formula-copy h2 { font-size: clamp(44px, 6vw, 84px); }
.section-heading > p { max-width: 410px; color: var(--muted); }
.category-tabs { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 20px; scrollbar-width: none; }
.category-tabs::-webkit-scrollbar { display: none; }
.category-tabs button {
  flex: 0 0 auto; min-height: 44px; padding: 0 18px; border-radius: 999px;
  background: transparent; border: 1px solid var(--line); color: #c7c7c7; cursor: pointer;
}
.category-tabs button.active { background: white; color: #111; border-color: white; font-weight: 700; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.product-group-title {
  grid-column: 1 / -1;
  margin: 24px 0 -4px;
  color: var(--cream);
  font: 700 clamp(28px, 4vw, 48px)/1 var(--display);
  letter-spacing: .03em;
}
.product-card {
  overflow: hidden; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  transition: transform .25s, border-color .25s; cursor: pointer;
}
.product-card:hover { transform: translateY(-5px); border-color: rgba(255,255,255,.3); }
.product-image { position: relative; aspect-ratio: 16/10; overflow: hidden; background: #171717; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-card[data-product-id="soup"] .product-image img {
  object-position: 62% 52%;
  transform: scale(1.82);
}
.product-card[data-product-id="soup"]:hover .product-image img { transform: scale(1.9); }
.drink-visual {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 65% 20%, rgba(226, 26, 34, .36), transparent 32%),
    linear-gradient(135deg, #181818, #080808 58%, #2b0709);
}
.drink-mark {
  display: grid;
  place-items: center;
  width: 132px;
  height: 132px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  background: rgba(255,255,255,.05);
  box-shadow: inset 0 0 28px rgba(226,26,34,.18), 0 18px 50px rgba(0,0,0,.3);
  color: white;
  font: 700 30px/1 var(--display);
  text-transform: uppercase;
}
.product-card:hover img { transform: scale(1.035); }
.product-badge { position: absolute; top: 14px; left: 14px; background: var(--red); padding: 6px 10px; border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.product-info { padding: 20px; }
.product-top { display: flex; justify-content: space-between; gap: 16px; align-items: start; }
.product-top h3 { font-size: 27px; letter-spacing: .01em; }
.product-price { color: var(--red); font: 700 23px/1 var(--display); white-space: nowrap; }
.product-info p { min-height: 48px; margin: 10px 0 20px; color: var(--muted); font-size: 14px; }
.product-action { display: flex; align-items: center; justify-content: space-between; padding-top: 15px; border-top: 1px solid var(--line); font-weight: 700; font-size: 13px; }
.product-action span:last-child { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--red); font-size: 23px; }
.empty-category {
  grid-column: 1 / -1;
  min-height: 260px;
  padding: clamp(28px, 5vw, 56px);
  border: 1px dashed rgba(255,255,255,.22);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 85% 20%, rgba(226,26,34,.22), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
}
.empty-category span { color: var(--red); font-weight: 800; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; }
.empty-category h3 { margin-top: 12px; font-size: clamp(42px, 7vw, 76px); }
.empty-category p { max-width: 520px; color: var(--muted); font-size: 17px; }

.formula-section {
  position: relative; overflow: hidden; display: grid; grid-template-columns: .58fr 1.95fr; gap: 32px; align-items: center;
  min-height: 660px; padding: 68px clamp(20px, 5vw, 70px);
  background:
    radial-gradient(circle at 12% 16%, rgba(255,255,255,.22), transparent 16%),
    radial-gradient(circle at 8% 84%, rgba(36,4,5,.22), transparent 25%),
    var(--red);
}
.formula-section::after { content: ""; position: absolute; width: 420px; height: 420px; border: 80px solid rgba(0,0,0,.08); border-radius: 50%; right: -180px; top: -140px; }
.formula-section::before {
  content: "OFFRE DE DINGUE";
  position: absolute;
  left: clamp(16px, 4vw, 54px);
  top: 34px;
  color: rgba(255,255,255,.1);
  font: 900 clamp(44px, 7vw, 118px)/.8 var(--display);
  letter-spacing: -.06em;
  transform: rotate(-4deg);
}
.formula-mark { display: none; }
.formula-copy { position: relative; z-index: 1; align-self: center; }
.poster-copy {
  display: grid;
  align-content: center;
  text-transform: uppercase;
}
.formula-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: 0 0 18px;
  padding: 13px 24px;
  border-radius: 999px;
  background: #240405;
  color: white;
  font-size: clamp(14px, 1.45vw, 18px);
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  box-shadow: 0 14px 28px rgba(36,4,5,.3);
}
.formula-pill::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 3px;
  left: 34px;
  top: 57px;
  border-radius: 999px;
  background: linear-gradient(90deg, #fff, rgba(255,255,255,0));
  opacity: .5;
}
.formula-copy h2 {
  display: grid;
  gap: 12px;
  max-width: 390px;
  line-height: .82;
  color: white;
}
.formula-price {
  display: flex;
  align-items: end;
  gap: 8px;
  width: fit-content;
  padding: 6px 10px 10px 0;
  font-size: clamp(86px, 8vw, 136px);
  letter-spacing: -.07em;
  text-shadow: 10px 10px 0 rgba(36,4,5,.28);
  transform: rotate(-3deg);
}
.formula-price small {
  margin-bottom: 12px;
  font-size: .43em;
  letter-spacing: -.04em;
}
.formula-main {
  display: flex;
  align-items: baseline;
  gap: 7px;
  width: fit-content;
  padding: 15px 18px 18px;
  border-radius: 18px;
  background: #240405;
  color: white;
  font-size: clamp(58px, 5.2vw, 86px);
  letter-spacing: -.055em;
  box-shadow: 0 18px 36px rgba(0,0,0,.18);
}
.formula-main small {
  font: 900 .32em var(--body);
  letter-spacing: .04em;
  text-transform: uppercase;
}
.formula-lead {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: fit-content;
  min-width: min(330px, 100%);
  padding: 12px 12px 12px 17px;
  border-radius: 15px;
  background: white;
  max-width: none;
  margin: 14px 0 0;
  color: var(--red);
  font: 900 clamp(30px, 3.1vw, 48px)/.86 var(--display);
  letter-spacing: -.045em;
  box-shadow: 0 16px 30px rgba(0,0,0,.16);
  transform: rotate(-1deg);
}
.formula-drink-icon {
  width: 78px;
  height: 58px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 38%, rgba(255,255,255,.82), transparent 34%),
    linear-gradient(135deg, #e21a22, #8d070d);
  color: white;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", sans-serif;
  font-size: 34px;
  box-shadow: inset 0 -7px 0 rgba(0,0,0,.14), 0 10px 18px rgba(226,26,34,.28);
}
.formula-punch {
  max-width: 330px;
  margin: 18px 0 0;
  color: white;
  font-size: clamp(17px, 1.7vw, 22px);
  font-weight: 900;
  line-height: 1.1;
  text-transform: none;
}
.family-lead {
  display: inline-flex;
  width: fit-content;
  margin: 26px 0 14px;
  padding: 14px 24px 18px;
  border: 5px solid var(--red);
  border-radius: 20px;
  background: white;
  color: #000 !important;
  font: 900 clamp(64px, 7.6vw, 116px)/.78 var(--display);
  letter-spacing: -.035em;
  box-shadow: 0 20px 42px rgba(0,0,0,.4), 8px 8px 0 rgba(237,28,36,.55);
  text-shadow: none;
  transform: rotate(-1deg);
}
.family-note {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-weight: 900;
  letter-spacing: .06em;
}
.family-order {
  width: fit-content;
  min-height: 54px;
  margin-top: 24px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: var(--red);
  color: white;
  cursor: pointer;
  font: 900 18px var(--body);
  text-transform: uppercase;
  letter-spacing: .08em;
  box-shadow: 0 18px 38px rgba(226,26,34,.28);
}
.formula-visual {
  position: relative;
  z-index: 1;
  min-height: 390px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 28px;
  background:
    radial-gradient(circle at 55% 42%, rgba(255,255,255,.2), transparent 34%),
    radial-gradient(circle at 82% 20%, rgba(0,0,0,.22), transparent 38%),
    rgba(18, 0, 0, .18);
  box-shadow: inset 0 0 42px rgba(0,0,0,.14);
}
.formula-photo {
  min-height: 500px;
  padding: 0;
  overflow: hidden;
}
.formula-photo > img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  object-position: 45% 52%;
}
.combo-visual::before {
  content: "";
  position: absolute;
  inset: 36px;
  border-radius: 50%;
  border: 44px solid rgba(255,255,255,.06);
}
.combo-badge {
  position: absolute;
  z-index: 5;
  left: 24px;
  top: 24px;
  display: grid;
  gap: 2px;
  padding: 12px 16px;
  border-radius: 18px;
  background: #240405;
  box-shadow: 0 16px 32px rgba(0,0,0,.25);
}
.combo-badge b {
  color: white;
  font: 900 32px/1 var(--display);
}
.combo-badge span {
  color: rgba(255,255,255,.8);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.combo-item {
  position: relative;
  z-index: 2;
  margin: 0;
}
.combo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: drop-shadow(0 24px 30px rgba(0,0,0,.34));
}
.combo-item figcaption {
  position: absolute;
  left: 14px;
  bottom: 12px;
  z-index: 2;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0,0,0,.72);
  color: white;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .07em;
}
.combo-main {
  position: absolute;
  left: 24px;
  bottom: 58px;
  width: calc(50% - 34px);
  height: 230px;
  overflow: hidden;
  border-radius: 32px;
  transform: rotate(-1.5deg);
}
.combo-main::after,
.combo-side::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 44%, rgba(0,0,0,.55));
  pointer-events: none;
}
.combo-main img {
  transform: scale(1.18);
  object-position: 58% 54%;
}
.combo-side {
  position: absolute;
  right: 24px;
  bottom: 58px;
  width: calc(50% - 34px);
  height: 230px;
  overflow: hidden;
  border: 0;
  border-radius: 32px;
  transform: rotate(1.5deg);
}
.combo-side img {
  transform: scale(1.15);
  object-position: 58% 54%;
}
.combo-drink {
  position: absolute;
  left: 50%;
  bottom: 14px;
  width: 92px;
  height: 112px;
  transform: translateX(-50%);
  z-index: 4;
}
.combo-drink img {
  border-radius: 22px;
  transform: rotate(2deg);
}
.combo-drink figcaption {
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  white-space: nowrap;
}

.family-section {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 34px;
  align-items: center;
  padding: 90px clamp(20px, 6vw, 88px);
  background:
    radial-gradient(circle at 8% 0%, rgba(226,26,34,.2), transparent 30%),
    #0b0b0b;
  border-top: 1px solid rgba(255,255,255,.08);
}
.family-copy { position: relative; z-index: 1; }
.family-pill {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(226,26,34,.16);
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.family-copy h2 {
  max-width: 620px;
  font-size: clamp(72px, 8vw, 132px);
  line-height: .82;
  letter-spacing: -.055em;
  color: white;
}
.family-copy h2 span {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 16px 16px;
  border-radius: 18px;
  background: var(--red);
  color: white;
}
.family-copy p:not(.family-pill):not(.family-lead) {
  max-width: 500px;
  margin: 22px 0 24px;
  color: var(--muted);
  font-size: 18px;
}
.family-photo {
  min-height: 540px;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,.1);
  box-shadow: 0 34px 90px rgba(0,0,0,.45);
}
.family-photo img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
  object-position: 54% 52%;
}

footer {
  min-height: 220px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 36px;
  padding: 44px clamp(20px, 6vw, 88px);
  border-top: 1px solid var(--line);
  color: var(--muted);
}
.footer-brand .brand-logo { width: 170px; }
.footer-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}
.footer-info span {
  display: grid;
  min-width: 170px;
  padding: 13px 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.04);
}
.footer-info b { color: white; }
.footer-info small { color: var(--muted); }
.maps-link {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  padding: 0 18px;
  border-radius: 18px;
  background: var(--red);
  color: white;
  font-weight: 900;
}

.mobile-cart-bar { display: none; }
.overlay { position: fixed; z-index: 90; inset: 0; background: rgba(0,0,0,.74); backdrop-filter: blur(4px); }
.product-sheet, .cart-drawer, .checkout-modal, .success-modal { position: fixed; z-index: 100; background: #141414; box-shadow: 0 0 80px rgba(0,0,0,.5); }
.product-sheet {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(1050px, calc(100% - 32px));
  height: min(86svh, 680px);
  max-height: calc(100svh - 32px);
  border-radius: 28px;
  overflow: hidden;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
}
.product-sheet[hidden], .cart-drawer[hidden], .checkout-modal[hidden], .success-modal[hidden], .overlay[hidden] { display: none; }
.sheet-close { position: absolute; z-index: 5; right: 16px; top: 16px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: rgba(0,0,0,.72); color: white; font-size: 28px; cursor: pointer; }
.sheet-image { min-height: 0; background: #0d0d0d; }
.sheet-image img { width: 100%; height: 100%; object-fit: cover; }
.sheet-content {
  min-height: 0;
  overflow-y: scroll;
  scrollbar-color: var(--red) #242424;
  scrollbar-width: thin;
  padding: 46px 38px 30px;
}
.sheet-content::-webkit-scrollbar { width: 9px; }
.sheet-content::-webkit-scrollbar-track { background: #242424; border-radius: 999px; }
.sheet-content::-webkit-scrollbar-thumb { background: var(--red); border-radius: 999px; }
.sheet-content h2 { font-size: clamp(42px, 5vw, 66px); }
.sheet-description { color: var(--muted); margin: 12px 0 30px; }
.option-group { padding: 20px 0; border-top: 1px solid var(--line); }
.option-heading { display: flex; justify-content: space-between; margin-bottom: 12px; }
.option-heading span { color: var(--muted); font-size: 12px; }
.segmented { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.segmented label, .choice-list label { cursor: pointer; }
.segmented input, .choice-list input, .formula-toggle input, .bomb-option input { position: absolute; opacity: 0; pointer-events: none; }
.segmented span {
  display: flex; justify-content: space-between; min-height: 50px; align-items: center;
  padding: 0 14px; background: #202020; border: 1px solid transparent; border-radius: 12px;
}
.segmented input:checked + span { border-color: var(--red); background: rgba(226,26,34,.12); }
.choice-list, .extras-list, .bomb-list { display: grid; gap: 8px; }
.choice-list span {
  display: flex; align-items: center; justify-content: space-between; min-height: 48px;
  padding: 0 14px; background: #202020; border: 1px solid transparent; border-radius: 12px;
}
.choice-list input:checked + span { border-color: var(--red); }
.choice-list span::before { content: ""; width: 18px; height: 18px; border-radius: 50%; border: 1px solid #777; margin-right: 10px; }
.choice-list span b { margin-left: auto; }
.choice-list input:checked + span::before { border: 5px solid var(--red); }
.option-hint {
  margin: -4px 0 12px;
  color: var(--muted);
  font-size: 13px;
}
.bomb-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.bomb-option { cursor: pointer; }
.bomb-option span {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #202020;
  color: #ddd;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.bomb-option input:checked + span {
  border-color: var(--red);
  background: rgba(226,26,34,.16);
  color: white;
  box-shadow: inset 0 0 0 1px rgba(226,26,34,.4);
}
.extra-stepper {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 8px 9px 8px 14px;
  background: #202020;
  border: 1px solid var(--line);
  border-radius: 14px;
}
.extra-stepper > div:first-child { display: grid; }
.extra-stepper small { color: var(--muted); font-size: 12px; }
.mini-stepper {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}
.mini-stepper button {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #343434;
  color: white;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
}
.mini-stepper button:last-child { background: var(--red); }
.mini-stepper strong {
  min-width: 22px;
  text-align: center;
  font-variant-numeric: tabular-nums;
}
.formula-toggle { position: relative; display: flex; align-items: center; gap: 13px; padding: 16px; border: 1px solid rgba(226,26,34,.5); background: rgba(226,26,34,.08); border-radius: 15px; cursor: pointer; }
.formula-toggle .check { width: 22px; height: 22px; border: 1px solid #888; border-radius: 6px; }
.formula-toggle input:checked + .check { background: var(--red); box-shadow: inset 0 0 0 5px #251214; }
.formula-toggle > span:last-child { display: grid; }
.formula-toggle small { color: var(--muted); }
.formula-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 12px; }
.formula-options label, .checkout-modal label { display: grid; gap: 7px; color: #ccc; font-size: 13px; }
select, input, textarea { width: 100%; background: #242424; color: white; border: 1px solid var(--line); border-radius: 12px; min-height: 48px; padding: 10px 12px; }
textarea { resize: vertical; }
.sheet-submit { position: sticky; bottom: 0; display: grid; grid-template-columns: auto 1fr; gap: 12px; padding-top: 18px; background: linear-gradient(transparent, #141414 22%); }
.quantity-control { display: flex; align-items: center; gap: 14px; background: #252525; padding: 5px; border-radius: 999px; }
.quantity-control button { width: 42px; height: 42px; border: 0; background: #353535; border-radius: 50%; color: white; cursor: pointer; font-size: 22px; }

.cart-drawer { top: 0; right: 0; width: min(460px, 100%); height: 100svh; padding: 28px; overflow-y: auto; }
.cart-drawer > header { display: flex; align-items: start; justify-content: space-between; }
.cart-drawer h2 { font-size: 48px; }
.cart-drawer > header button { width: 44px; height: 44px; border: 0; border-radius: 50%; background: #252525; font-size: 28px; cursor: pointer; }
.cart-mode { margin: 20px 0; padding: 11px 14px; border-radius: 12px; background: rgba(226,26,34,.12); color: #ff8388; font-weight: 700; font-size: 13px; }
.empty-cart { min-height: 58vh; display: grid; justify-items: center; align-content: center; text-align: center; }
.empty-pan { width: 90px; color: #555; }
.empty-cart h3 { margin: 18px 0 6px; font-size: 24px; }
.empty-cart p { margin: 0 0 18px; color: var(--muted); }
.cart-items { display: grid; gap: 14px; }
.cart-item { display: grid; grid-template-columns: 76px 1fr auto; gap: 12px; padding: 12px; background: #1d1d1d; border-radius: 16px; }
.cart-item img { width: 76px; height: 76px; object-fit: cover; border-radius: 11px; }
.cart-drink-icon {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: 11px;
  background: linear-gradient(135deg, #222, #41090c);
  color: white;
  font: 700 18px var(--display);
}
.cart-item-copy h3 { font: 600 18px/1.2 var(--display); }
.cart-item-copy p { margin: 5px 0; color: var(--muted); font-size: 12px; }
.cart-item-copy button { border: 0; background: none; color: #ff7278; padding: 0; cursor: pointer; font-size: 12px; }
.cart-item > b { font-size: 14px; white-space: nowrap; }
.cart-summary { margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--line); }
.cart-summary > div { display: flex; justify-content: space-between; margin: 8px 0; color: var(--muted); }
.cart-summary .summary-total { margin-top: 18px; color: white; font-size: 21px; }
.checkout-button { width: 100%; margin-top: 18px; }

.checkout-modal, .success-modal { left: 50%; top: 50%; transform: translate(-50%, -50%); width: min(560px, calc(100% - 28px)); max-height: 92svh; overflow-y: auto; border-radius: 26px; padding: 38px; }
.checkout-head h2 { font-size: 48px; margin-bottom: 28px; }
.checkout-modal form { display: grid; gap: 16px; }
.checkout-modal fieldset { border: 1px solid var(--line); border-radius: 14px; }
.radio-line { grid-template-columns: auto 1fr !important; align-items: center; }
.radio-line input { width: 18px; min-height: auto; accent-color: var(--red); }
.success-modal { text-align: center; }
.success-icon { display: grid; place-items: center; width: 68px; height: 68px; margin: 0 auto 20px; border-radius: 50%; background: var(--red); font-size: 34px; font-weight: 800; }
.success-modal h2 { font-size: 70px; }
.success-modal .button { width: 100%; margin-top: 20px; }
.toast { position: fixed; z-index: 200; left: 50%; bottom: 28px; transform: translate(-50%, 120px); padding: 12px 18px; background: white; color: #111; border-radius: 999px; font-weight: 700; box-shadow: 0 15px 40px rgba(0,0,0,.35); transition: transform .25s; }
.toast.show { transform: translate(-50%, 0); }

:focus-visible { outline: 3px solid #ff6b70; outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .formula-section { grid-template-columns: 1fr; }
  .formula-visual { grid-column: 1 / -1; }
  .family-section { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  body { padding-bottom: 82px; }
  .site-header { position: absolute; padding: 14px 16px; }
  .brand-logo { width: 112px; }
  .header-cart { width: 46px; height: 46px; padding: 0; justify-content: center; }
  .header-cart > span, .header-cart > b { display: none; }
  .hero { height: 88svh; min-height: 650px; align-items: end; }
  .hero-media { background-position: 64% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(0,0,0,.96) 5%, rgba(0,0,0,.52) 62%, rgba(0,0,0,.18)); }
  .hero-content { width: auto; margin: 0; padding: 120px 20px 48px; }
  h1 { font-size: clamp(58px, 18vw, 84px); }
  .hero-copy { margin: 18px 0 22px; font-size: 16px; }
  .hero-actions .button { flex: 1; padding: 0 16px; }
  .hero-meta { gap: 12px; margin-top: 25px; font-size: 11px; }
  .order-mode { display: grid; padding: 30px 20px; }
  .mode-switch { width: 100%; }
  .mode-option { min-width: 0; flex: 1; padding: 9px; }
  .mode-option svg { width: 24px; }
  .mode-option small { display: none; }
  .menu-section { padding: 64px 16px 80px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 14px; }
  .section-heading h2 { font-size: 54px; }
  .product-grid { grid-template-columns: 1fr; gap: 16px; }
  .product-image { aspect-ratio: 16/9; }
  .product-info p { min-height: 0; }
  .formula-section { grid-template-columns: 1fr; min-height: auto; padding: 65px 20px; gap: 25px; }
  .formula-copy h2 { max-width: 280px; }
  .formula-price { font-size: 76px; }
  .formula-main { font-size: 58px; }
  .formula-lead,
  .family-lead { font-size: 38px; }
  .formula-visual { min-height: 390px; padding: 16px; }
  .formula-photo { min-height: 390px; padding: 0; }
  .formula-photo > img { min-height: 390px; object-position: 43% 52%; }
  .combo-badge { left: 16px; top: 16px; }
  .combo-badge b { font-size: 27px; }
  .combo-main { left: 12px; bottom: 72px; width: calc(50% - 18px); height: 190px; }
  .combo-side { right: 12px; bottom: 72px; width: calc(50% - 18px); height: 190px; }
  .combo-drink { left: 50%; right: auto; bottom: 18px; width: 78px; height: 96px; }
  .combo-item figcaption { font-size: 10px; }
  .family-section { padding: 62px 16px; gap: 24px; }
  .family-copy h2 { font-size: 62px; }
  .family-copy p { font-size: 16px; }
  .family-photo,
  .family-photo img { min-height: 390px; }
  footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer-info { width: 100%; display: grid; grid-template-columns: 1fr; }
  .footer-info span,
  .maps-link { width: 100%; justify-content: center; }
  .mobile-cart-bar {
    position: fixed; z-index: 70; left: 12px; right: 12px; bottom: 10px;
    min-height: 58px; display: flex; justify-content: space-between; align-items: center;
    padding: 0 18px; border: 0; border-radius: 18px; background: var(--red); color: white;
    box-shadow: 0 14px 38px rgba(0,0,0,.46); cursor: pointer;
    transform: translateY(100px); transition: transform .25s;
  }
  .mobile-cart-bar.visible { transform: none; }
  .mobile-cart-bar > span { font-size: 12px; }
  .product-sheet { display: block; top: 50%; bottom: auto; width: calc(100% - 16px); height: 90svh; max-height: calc(100svh - 16px); border-radius: 24px; overflow-y: auto; }
  .sheet-image { min-height: 250px; height: 32vh; }
  .sheet-content { overflow: visible; padding: 28px 18px 20px; }
  .sheet-content h2 { font-size: 43px; }
  .formula-options { grid-template-columns: 1fr; }
  .sheet-submit { grid-template-columns: auto 1fr; }
  .quantity-control { gap: 5px; }
  .quantity-control button { width: 38px; height: 38px; }
  .add-button { padding: 0 12px; }
  .cart-drawer { padding: 20px 16px 100px; }
  .checkout-modal { padding: 32px 18px 22px; }
  .checkout-head h2 { font-size: 42px; }
}
