:root {
  --pink: #f40078;
  --green: #78bd14;
  --green-dark: #4f9308;
  --ink: #111317;
  --navy: #081522;
  --muted: #686b70;
  --line: #e8e8e5;
  --cream: #f7f7f4;
  --white: #fff;
  --shadow: 0 18px 50px rgba(13, 20, 28, .10);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; padding-bottom: 110px; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.topbar { position: sticky; z-index: 30; top: 0; height: 72px; padding: 10px max(18px, env(safe-area-inset-left)); display: flex; align-items: center; justify-content: space-between; color: white; background: rgba(8, 21, 34, .96); backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; gap: 11px; color: inherit; text-decoration: none; }
.brand img { width: 48px; height: 48px; border-radius: 14px; object-fit: cover; border: 1px solid rgba(255,255,255,.16); }
.brand span { display: grid; line-height: 1.05; }
.brand strong { font-size: 17px; letter-spacing: -.3px; }
.brand small { color: #b9c2ca; font-size: 12px; text-transform: uppercase; letter-spacing: 1.3px; margin-top: 5px; }
.header-cart { position: relative; width: 46px; height: 46px; display: grid; place-items: center; color: white; border: 1px solid rgba(255,255,255,.18); border-radius: 15px; background: rgba(255,255,255,.08); }
.header-cart svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.header-count { position: absolute; right: -4px; top: -5px; min-width: 22px; height: 22px; padding: 0 6px; display: grid; place-items: center; border-radius: 99px; font-size: 12px; font-weight: 900; background: var(--pink); }
main { max-width: 1180px; margin: 0 auto; }
.hero { position: relative; overflow: hidden; min-height: 250px; margin: 18px 16px 8px; padding: 36px; color: white; border-radius: 30px; background: radial-gradient(circle at 82% 40%, rgba(120,189,20,.28), transparent 28%), radial-gradient(circle at 15% 110%, rgba(244,0,120,.42), transparent 40%), var(--navy); box-shadow: var(--shadow); isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .25; background-image: radial-gradient(#fff 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(90deg, #000, transparent 80%); }
.hero-copy { position: relative; z-index: 3; max-width: 520px; }
.eyebrow { display: inline-block; font-size: 12px; font-weight: 900; letter-spacing: 1.25px; color: var(--green); }
.eyebrow.pink { color: var(--pink); }
.hero h1 { max-width: 500px; margin: 9px 0 10px; font-size: clamp(38px, 6vw, 66px); line-height: .94; letter-spacing: -3px; }
.hero h1 em { color: var(--pink); font-style: normal; }
.hero p { max-width: 430px; margin: 0; color: #dce3e8; font-size: 16px; line-height: 1.45; }
.hero-perks { display: flex; gap: 10px; margin-top: 20px; flex-wrap: wrap; }
.hero-perks span { padding: 9px 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; background: rgba(255,255,255,.07); font-size: 13px; font-weight: 750; }
.hero-pizza { position: absolute; z-index: 1; right: 6%; top: 50%; width: 330px; height: 330px; transform: translateY(-50%) rotate(-5deg); object-fit: cover; border-radius: 50%; filter: drop-shadow(0 25px 28px rgba(0,0,0,.33)); }
.hero-character { position: absolute; z-index: 2; right: 1%; bottom: -22px; height: 220px; filter: drop-shadow(0 16px 15px rgba(0,0,0,.35)); }
.order-guide { display: flex; align-items: center; justify-content: center; gap: 18px; margin: 10px 16px 6px; padding: 14px 18px; border: 1px solid var(--line); border-radius: 19px; background: white; }
.order-guide div { display: flex; align-items: center; gap: 9px; }
.order-guide div > b { width: 30px; height: 30px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: white; background: var(--pink); font-size: 13px; }
.order-guide span { display: grid; }
.order-guide strong { font-size: 14px; }
.order-guide small { color: var(--muted); font-size: 11px; }
.order-guide i { color: #c8c9c5; font-style: normal; }
.categories { position: sticky; z-index: 20; top: 72px; padding: 10px 0; background: color-mix(in srgb, var(--cream) 93%, transparent); backdrop-filter: blur(14px); }
.category-scroll { display: flex; gap: 9px; overflow-x: auto; padding: 0 16px; scrollbar-width: none; }
.category-scroll::-webkit-scrollbar { display: none; }
.category-button { flex: 0 0 auto; padding: 11px 16px; border: 1px solid var(--line); border-radius: 99px; color: var(--ink); background: white; font-size: 14px; font-weight: 800; transition: .2s ease; }
.category-button.active { color: white; border-color: var(--pink); background: var(--pink); box-shadow: 0 8px 20px rgba(244,0,120,.22); }
.menu-shell { padding: 26px 16px 16px; }
.customize-zone { margin: 18px 16px 4px; padding: 22px; border: 1px solid #ffd1e5; border-radius: 26px; background: linear-gradient(135deg, #fff 0%, #fff0f6 100%); box-shadow: 0 12px 32px rgba(244,0,120,.07); }
.customize-heading { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin-bottom: 15px; }
.customize-heading h2 { margin: 4px 0 0; font-size: 28px; letter-spacing: -1px; }
.customize-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.customize-card { display: grid; grid-template-columns: 56px 1fr auto; align-items: center; gap: 13px; min-width: 0; padding: 15px; border: 0; border-radius: 19px; color: var(--ink); background: white; text-align: left; box-shadow: 0 8px 22px rgba(18,20,24,.06); transition: transform .18s ease, box-shadow .18s ease; }
.customize-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.customize-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; color: white; background: var(--pink); font-size: 23px; font-weight: 950; }
.customize-card.four .customize-icon { background: var(--green-dark); }
.customize-card span:nth-child(2) { min-width: 0; }
.customize-card strong, .customize-card small { display: block; }
.customize-card strong { font-size: 16px; }
.customize-card small { margin-top: 4px; color: var(--muted); font-size: 13px; line-height: 1.3; }
.customize-card b { color: var(--pink); font-size: 13px; white-space: nowrap; }
.customize-card.four b { color: var(--green-dark); }
.included-zone { display: grid; grid-template-columns: 64px 1fr; align-items: center; gap: 18px; margin: 16px; padding: 22px 24px; color: white; border-radius: 24px; background: linear-gradient(125deg, #0c2636, var(--navy)); box-shadow: var(--shadow); }
.included-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; color: white; background: var(--green-dark); font-size: 34px; font-weight: 950; }
.included-zone h2 { margin: 4px 0 6px; font-size: 25px; letter-spacing: -.7px; }
.included-zone p { max-width: 800px; margin: 0; color: #d8e1e6; font-size: 14px; line-height: 1.48; }
.included-zone p strong { color: white; }
.promotions-zone { margin: 20px 16px 6px; padding: 24px; border: 1px solid #ffd0e4; border-radius: 27px; background: white; box-shadow: 0 12px 34px rgba(18,20,24,.06); }
.promotions-heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; }
.promotions-heading h2 { margin: 4px 0 0; font-size: clamp(28px, 5vw, 40px); letter-spacing: -1.2px; }
.promo-rule { padding: 8px 11px; border-radius: 99px; color: #81204b; background: #fff0f6; font-size: 12px; font-weight: 850; }
.promo-tabs { display: flex; gap: 8px; margin: 18px 0 13px; overflow-x: auto; scrollbar-width: none; }
.promo-tabs::-webkit-scrollbar { display: none; }
.promo-tab { flex: 0 0 auto; padding: 9px 14px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); background: var(--cream); font-size: 13px; font-weight: 850; }
.promo-tab.active { color: white; border-color: var(--pink); background: var(--pink); }
.promo-stage { min-height: 116px; display: grid; gap: 10px; }
.promo-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 18px; min-height: 116px; padding: 20px; border-radius: 20px; color: white; background: radial-gradient(circle at 92% 18%, rgba(126,190,42,.42), transparent 29%), var(--navy); }
.promo-card h3 { margin: 5px 0 5px; font-size: 23px; }
.promo-card p { max-width: 670px; margin: 0; color: #d8e1e6; font-size: 14px; line-height: 1.4; }
.promo-card b { padding: 10px 13px; border-radius: 13px; color: #315f00; background: var(--green); white-space: nowrap; font-size: 13px; }
.promo-visual { grid-template-columns: 1fr; }
.promo-pizzas { display: flex; align-items: center; gap: 7px; margin: 14px 0 3px; }
.promo-pizzas img { width: 58px; height: 58px; border: 3px solid white; border-radius: 50%; object-fit: cover; box-shadow: 0 7px 14px rgba(0,0,0,.18); }
.promo-actions { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 14px; }
.promo-actions button { padding: 10px 13px; border: 0; border-radius: 11px; color: var(--navy); background: white; font-size: 12px; font-weight: 900; }
.combo-examples { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 14px; }
.combo-example { padding: 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(255,255,255,.07); }
.combo-images { display: flex; margin-bottom: 7px; }
.combo-images img { width: 42px; height: 42px; border: 2px solid white; border-radius: 50%; object-fit: cover; }
.combo-images img + img { margin-left: -9px; }
.combo-example strong { display: block; font-size: 12px; }
.combo-size-buttons { display: flex; gap: 5px; margin-top: 8px; }
.combo-size-buttons button { flex: 1; padding: 7px 4px; border: 0; border-radius: 8px; color: var(--navy); background: white; font-size: 11px; font-weight: 900; }
.promo-empty { min-height: 116px; display: grid; place-items: center; padding: 20px; border: 1px dashed #d6d7d3; border-radius: 20px; color: var(--muted); background: var(--cream); text-align: center; }
.promo-empty strong { display: block; color: var(--ink); margin-bottom: 4px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 20px; }
.section-heading h2 { margin: 5px 0 0; font-size: clamp(27px, 5vw, 42px); line-height: 1; letter-spacing: -1.4px; }
.delivery-pill { max-width: 260px; padding: 10px 14px; border-radius: 99px; color: #315f00; background: #e8f6d6; font-size: 13px; font-weight: 800; text-align: center; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.product-card { position: relative; overflow: hidden; display: flex; flex-direction: column; min-width: 0; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 10px 28px rgba(18,20,24,.06); transition: transform .18s ease, box-shadow .18s ease; }
.product-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.product-image-wrap { position: relative; aspect-ratio: 1.34; overflow: hidden; margin: 9px; border-radius: 18px; background: #f1f1ef; }
.product-image { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.product-card:hover .product-image { transform: scale(1.035); }
.product-badge { position: absolute; left: 12px; top: 12px; padding: 7px 10px; color: white; border-radius: 99px; background: var(--pink); font-size: 11px; font-weight: 900; letter-spacing: .35px; }
.product-badge.new { background: var(--green-dark); }
.product-body { flex: 1; display: flex; flex-direction: column; padding: 8px 17px 18px; }
.product-body h3 { margin: 0; font-size: 23px; letter-spacing: -.7px; }
.product-description { min-height: 45px; margin: 7px 0 15px; color: var(--muted); font-size: 14px; line-height: 1.42; }
.size-picker { display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px; padding: 5px; border-radius: 14px; background: #f2f2ef; }
.size-picker.one { grid-template-columns: 1fr; }
.size-option { padding: 9px 7px; border: 0; border-radius: 10px; color: var(--muted); background: transparent; font-size: 13px; font-weight: 800; }
.size-option span { display: block; margin-top: 2px; color: var(--ink); font-size: 16px; }
.size-option.active { color: #91204e; background: white; box-shadow: 0 4px 12px rgba(0,0,0,.08); }
.add-button { width: 100%; margin-top: 10px; padding: 13px 14px; border: 0; border-radius: 14px; color: white; background: var(--navy); font-size: 15px; font-weight: 900; transition: .18s ease; }
.add-button:hover { background: var(--pink); }
.product-addon { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: auto; padding: 10px 11px; border: 1px solid #ffd0e4; border-radius: 11px; color: var(--ink); background: #fff7fa; text-align: left; font-size: 12px; font-weight: 850; }
.product-addon small { color: var(--muted); font-size: 11px; font-weight: 600; }
.product-addon b { color: var(--pink); white-space: nowrap; }
.product-addon.active { color: white; border-color: var(--pink); background: var(--pink); }
.product-addon.active small, .product-addon.active b { color: white; }
.promo-price s { display: block; color: #8e9295; font-size: 11px; font-weight: 600; }
.promo-price strong { display: block; color: #477d08; font-size: 15px; }
.extras-zone { padding: 18px 16px 24px; }
.extras-zone .section-heading { margin-bottom: 14px; }
.extras-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.extra-card { display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 13px; min-width: 0; padding: 16px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 8px 22px rgba(18,20,24,.05); }
.extra-symbol { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 15px; background: #fff0f6; font-size: 25px; }
.extra-card h3 { margin: 0; font-size: 16px; }
.extra-card p { margin: 4px 0 0; color: var(--muted); font-size: 12px; line-height: 1.35; }
.extra-card button { padding: 11px 13px; border: 0; border-radius: 12px; color: white; background: var(--navy); font-size: 12px; font-weight: 900; white-space: nowrap; }
.service-note { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 14px 16px 30px; padding: 16px; color: white; border-radius: 24px; background: var(--navy); }
.service-note div { padding: 12px 14px; border-right: 1px solid rgba(255,255,255,.12); }
.service-note div:last-child { border-right: 0; }
.service-note strong, .service-note span { display: block; }
.service-note strong { color: var(--green); font-size: 15px; }
.service-note span { margin-top: 5px; color: #c8d0d7; font-size: 13px; line-height: 1.35; }
.floating-cart { position: fixed; z-index: 35; left: 50%; bottom: max(14px, env(safe-area-inset-bottom)); width: min(540px, calc(100% - 28px)); min-height: 70px; padding: 12px 17px; transform: translateX(-50%) translateY(120px); display: flex; align-items: center; justify-content: space-between; color: white; border: 0; border-radius: 21px; background: var(--pink); box-shadow: 0 16px 38px rgba(91,0,43,.35); transition: transform .3s cubic-bezier(.2,.8,.2,1); }
.floating-cart.visible { transform: translateX(-50%) translateY(0); }
.floating-cart span { display: grid; text-align: left; }
.floating-cart strong { font-size: 16px; }
.floating-cart small { margin-top: 3px; color: #ffe0ee; font-size: 12px; }
.floating-cart b { font-size: 20px; }
.cart-backdrop { position: fixed; z-index: 50; inset: 0; visibility: hidden; opacity: 0; background: rgba(2,8,14,.58); backdrop-filter: blur(3px); transition: .25s ease; }
.cart-backdrop.open { visibility: visible; opacity: 1; }
.cart-drawer { position: fixed; z-index: 60; right: 0; top: 0; width: min(520px, 100%); height: 100dvh; display: flex; flex-direction: column; background: var(--cream); box-shadow: -24px 0 60px rgba(0,0,0,.25); transform: translateX(105%); transition: transform .3s cubic-bezier(.2,.8,.2,1); }
.cart-drawer.open { transform: translateX(0); }
.drawer-handle { display: none; }
.drawer-header { display: grid; grid-template-columns: 44px 1fr 44px; align-items: center; gap: 10px; padding: 20px 20px 12px; }
.drawer-header > div { grid-column: 2; }
.drawer-header > .icon-button { grid-column: 3; }
.drawer-header h2 { margin: 3px 0 0; font-size: 31px; letter-spacing: -1px; }
.back-button { grid-column: 1; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 14px; color: var(--ink); background: white; font-size: 22px; font-weight: 900; }
.icon-button { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 14px; color: var(--ink); background: white; font-size: 30px; line-height: 1; }
.checkout-progress { display: flex; align-items: center; padding: 0 23px 13px; }
.checkout-progress span { display: grid; justify-items: center; gap: 3px; color: #9a9d9f; font-size: 10px; font-weight: 800; }
.checkout-progress span b { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; color: #777; background: #e2e3df; font-size: 11px; }
.checkout-progress span.active { color: var(--pink); }
.checkout-progress span.active b { color: white; background: var(--pink); }
.checkout-progress i { flex: 1; height: 2px; margin: 0 7px 15px; background: #dedfdb; }
.checkout-body { flex: 1; min-height: 0; overflow-y: auto; }
.checkout-step { min-height: 100%; }
.cart-items { padding: 0 20px; }
.empty-cart { padding: 58px 24px; text-align: center; }
.empty-cart b { display: block; font-size: 23px; }
.empty-cart p { margin: 8px auto 20px; max-width: 290px; color: var(--muted); line-height: 1.45; }
.empty-cart button { padding: 12px 18px; border: 0; border-radius: 14px; color: white; background: var(--navy); font-weight: 850; }
.cart-row { display: grid; grid-template-columns: 74px 1fr auto; gap: 12px; align-items: center; padding: 12px; margin-bottom: 10px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.cart-row img { width: 74px; height: 74px; border-radius: 14px; object-fit: cover; }
.cart-info { min-width: 0; }
.cart-info strong, .cart-info small { display: block; }
.cart-info strong { font-size: 15px; }
.cart-info small { margin-top: 4px; color: var(--muted); }
.cart-edits { display: flex; gap: 5px; margin-top: 8px; flex-wrap: wrap; }
.cart-edits select, .cart-edits button { min-height: 30px; padding: 5px 7px; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); background: var(--cream); font-size: 10px; font-weight: 800; }
.qty-control { display: grid; grid-template-columns: 30px 28px 30px; align-items: center; text-align: center; }
.qty-control button { width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 9px; background: var(--cream); font-weight: 900; }
.order-form { padding: 14px 20px 10px; border-top: 1px solid var(--line); }
.step-heading { padding: 6px 20px 14px; }
.step-heading h3 { margin: 4px 0 5px; font-size: 26px; letter-spacing: -.7px; }
.step-heading p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.4; }
.checkout-extras { display: grid; gap: 10px; padding: 0 20px; }
.checkout-extra-card { display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 11px; padding: 13px; border: 1px solid var(--line); border-radius: 17px; background: white; }
.checkout-extra-card h4 { margin: 0; font-size: 15px; }
.checkout-extra-card p { margin: 3px 0; color: var(--muted); font-size: 11px; }
.checkout-extra-card strong { font-size: 13px; }
.checkout-extra-card button { padding: 10px 12px; border: 0; border-radius: 11px; color: white; background: var(--navy); font-size: 12px; font-weight: 900; }
.extras-added { display: grid; gap: 6px; padding: 10px 20px 0; }
.extras-added:empty { display: none; }
.extra-added-row { display: flex; align-items: center; justify-content: space-between; padding: 9px 11px; border-radius: 11px; color: #315f00; background: #e8f6d6; font-size: 12px; font-weight: 800; }
.extra-added-row button { border: 0; color: #315f00; background: transparent; font-weight: 900; }
.future-desserts { display: grid; margin: 14px 20px; padding: 15px; border: 1px dashed #d4d5d1; border-radius: 15px; color: var(--muted); background: #f4f4f1; }
.future-desserts span { color: var(--pink); font-size: 10px; font-weight: 900; letter-spacing: 1px; }
.future-desserts strong { margin-top: 3px; color: var(--ink); font-size: 15px; }
.future-desserts small { margin-top: 3px; font-size: 11px; }
fieldset { padding: 0; margin: 0 0 14px; border: 0; }
legend, .field > span { margin-bottom: 8px; font-size: 13px; font-weight: 850; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.choice-grid label { cursor: pointer; }
.choice-grid input { position: absolute; opacity: 0; }
.choice-grid span { display: grid; padding: 12px; border: 2px solid transparent; border-radius: 14px; background: white; font-size: 14px; font-weight: 850; }
.choice-grid small { margin-top: 3px; color: var(--muted); font-weight: 500; }
.choice-grid input:checked + span { border-color: var(--pink); background: #fff0f6; }
.takeaway-benefit { display: grid; gap: 3px; margin: 0 0 13px; padding: 11px 13px; border-radius: 13px; color: #315f00; background: #e8f6d6; font-size: 13px; }
.takeaway-benefit strong { font-size: 14px; }
.coupon-box { margin-top: 5px; padding: 14px; border: 1px solid #ffd0e4; border-radius: 15px; background: #fff8fb; }
.coupon-control { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.coupon-control input { min-width: 0; padding: 12px 13px; border: 1px solid #d9dad6; border-radius: 11px; outline: none; text-transform: uppercase; font-size: 16px; }
.coupon-control input:focus { border-color: var(--pink); box-shadow: 0 0 0 3px rgba(244,0,120,.1); }
.coupon-control button { padding: 0 15px; border: 0; border-radius: 11px; color: white; background: var(--navy); font-size: 13px; font-weight: 900; }
.coupon-feedback { min-height: 17px; margin: 7px 0 1px; color: var(--muted); font-size: 12px; font-weight: 750; }
.coupon-feedback.success { color: #477d08; }
.coupon-feedback.error { color: #c82242; }
.coupon-box > small { color: var(--muted); font-size: 11px; line-height: 1.35; }
.birthday-box { margin-top: 12px; padding: 0; border: 1px solid #dcebc9; border-radius: 15px; background: #f7fbea; }
.birthday-toggle { cursor: pointer; display: grid; grid-template-columns: 19px 1fr; align-items: center; gap: 10px; padding: 13px; }
.birthday-toggle input { width: 18px; height: 18px; margin: 0; accent-color: var(--green-dark); }
.birthday-toggle strong, .birthday-toggle small { display: block; }
.birthday-toggle strong { color: #315f00; font-size: 14px; }
.birthday-toggle small { margin-top: 3px; color: var(--muted); font-size: 11px; line-height: 1.35; }
.birthday-box > .field { margin: 0; padding: 0 13px 13px; }
.field { display: grid; margin: 11px 0; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 14px; border: 1px solid #d9dad6; border-radius: 13px; outline: none; background: white; font-size: 16px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--pink); box-shadow: 0 0 0 3px rgba(244,0,120,.1); }
.field small { color: var(--muted); font-weight: 500; }
.field .field-hint { margin-top: 7px; font-size: 12px; line-height: 1.35; }
.form-error { min-height: 18px; margin: 7px 0 0; color: #c82242; font-size: 13px; font-weight: 750; }
.drawer-footer { padding: 15px 20px max(18px, env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: white; }
.price-summary { margin-bottom: 11px; }
.price-summary > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 4px 0; }
.price-summary > div:not(.total-line) { color: var(--muted); font-size: 13px; }
.discount-line strong { color: #477d08; }
.total-line { padding-top: 7px; border-top: 1px solid var(--line); }
.total-line strong { font-size: 24px; }
.whatsapp-button { width: 100%; padding: 15px 16px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 15px; color: white; background: #19a954; font-size: 16px; font-weight: 900; }
.whatsapp-button svg { width: 22px; fill: currentColor; }
.drawer-footer > small { display: block; margin-top: 8px; color: var(--muted); text-align: center; font-size: 12px; }
.checkout-next { width: 100%; padding: 15px 16px; border: 0; border-radius: 15px; color: white; background: var(--pink); font-size: 16px; font-weight: 900; }
.confirm-backdrop { position: fixed; z-index: 74; inset: 0; visibility: hidden; opacity: 0; background: rgba(2,8,14,.68); backdrop-filter: blur(4px); transition: .25s ease; }
.confirm-backdrop.open { visibility: visible; opacity: 1; }
.confirm-modal { position: fixed; z-index: 75; left: 50%; top: 50%; width: min(460px, calc(100% - 28px)); max-height: 88dvh; overflow-y: auto; padding: 22px; border-radius: 25px; background: var(--cream); box-shadow: 0 28px 80px rgba(0,0,0,.35); transform: translate(-50%,-44%) scale(.96); visibility: hidden; opacity: 0; transition: .25s ease; }
.confirm-modal.open { visibility: visible; opacity: 1; transform: translate(-50%,-50%) scale(1); }
.confirm-header { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.confirm-header h2 { margin: 3px 0 0; font-size: 30px; }
.confirm-summary { display: grid; gap: 9px; margin: 18px 0; }
.review-block { padding: 13px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.review-block strong, .review-block span { display: block; }
.review-block strong { font-size: 13px; }
.review-block span { margin-top: 4px; color: var(--muted); font-size: 12px; line-height: 1.4; }
.review-total { display: flex; justify-content: space-between; align-items: end; padding: 14px; border-radius: 15px; color: white; background: var(--navy); }
.review-total span, .review-total strong { display: block; }
.review-total small { color: #c8d0d7; font-size: 11px; }
.review-total strong { font-size: 25px; }
.edit-order-button { width: 100%; margin-top: 8px; padding: 12px; border: 1px solid var(--line); border-radius: 13px; color: var(--ink); background: white; font-weight: 850; }
.confirm-modal > small { display: block; margin-top: 9px; color: var(--muted); text-align: center; font-size: 11px; }
.toast { position: fixed; z-index: 80; top: 88px; left: 50%; transform: translate(-50%, -30px); visibility: hidden; opacity: 0; padding: 11px 16px; color: white; border-radius: 99px; background: var(--navy); box-shadow: var(--shadow); font-size: 14px; font-weight: 800; transition: .25s ease; }
.toast.show { visibility: visible; opacity: 1; transform: translate(-50%, 0); }
.builder-backdrop { position: fixed; z-index: 64; inset: 0; visibility: hidden; opacity: 0; background: rgba(2,8,14,.64); backdrop-filter: blur(4px); transition: .25s ease; }
.builder-backdrop.open { visibility: visible; opacity: 1; }
.builder-drawer { position: fixed; z-index: 65; right: 0; top: 0; width: min(570px, 100%); height: 100dvh; display: flex; flex-direction: column; background: var(--cream); box-shadow: -24px 0 60px rgba(0,0,0,.25); transform: translateX(105%); transition: transform .3s cubic-bezier(.2,.8,.2,1); }
.builder-drawer.open { transform: translateX(0); }
.builder-drawer .drawer-header { grid-template-columns: 1fr 44px; }
.builder-drawer .drawer-header > div { grid-column: 1; }
.builder-drawer .drawer-header > .icon-button { grid-column: 2; }
.builder-content { overflow-y: auto; flex: 1; padding: 0 20px 18px; }
.builder-intro { margin: 0 0 18px; padding: 13px 15px; border-radius: 14px; color: #5d3950; background: #fff0f6; font-size: 14px; line-height: 1.42; }
.builder-sizes { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-bottom: 20px; }
.builder-size { padding: 13px; border: 2px solid transparent; border-radius: 15px; color: var(--ink); background: white; text-align: left; }
.builder-size strong, .builder-size small { display: block; }
.builder-size strong { font-size: 15px; }
.builder-size small { margin-top: 4px; color: var(--muted); font-size: 12px; line-height: 1.25; }
.builder-size.active { border-color: var(--pink); background: #fff3f8; }
.selection-status { display: flex; justify-content: space-between; gap: 10px; margin: 4px 0 11px; color: var(--muted); font-size: 13px; }
.selection-status strong { color: var(--pink); white-space: nowrap; }
.flavor-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.flavor-choice { position: relative; overflow: hidden; display: grid; grid-template-columns: 54px 1fr; align-items: center; gap: 10px; min-height: 66px; padding: 6px 9px 6px 6px; border: 2px solid transparent; border-radius: 15px; color: var(--ink); background: white; text-align: left; }
.flavor-choice img { width: 54px; height: 54px; border-radius: 11px; object-fit: cover; }
.flavor-choice span { font-size: 13px; font-weight: 850; }
.flavor-choice.selected { border-color: var(--green); background: #f5faed; }
.flavor-choice.selected::after { content: "✓"; position: absolute; right: 7px; top: 6px; width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green-dark); font-size: 11px; font-weight: 900; }
.double-cheese-builder { cursor: pointer; display: grid; grid-template-columns: 19px 1fr; align-items: center; gap: 11px; margin: 17px 0 4px; padding: 13px; border: 1px solid #ffd0e4; border-radius: 14px; background: #fff4f8; }
.double-cheese-builder input { width: 18px; height: 18px; margin: 0; accent-color: var(--pink); }
.double-cheese-builder strong, .double-cheese-builder small { display: block; }
.double-cheese-builder strong { font-size: 14px; }
.double-cheese-builder small { margin-top: 3px; color: var(--muted); font-size: 12px; }
.builder-footer { display: flex; align-items: center; gap: 14px; padding: 15px 20px max(18px, env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: white; }
.builder-footer > div { min-width: 135px; }
.builder-footer span, .builder-footer strong { display: block; }
.builder-footer span { color: var(--muted); font-size: 12px; }
.builder-footer strong { margin-top: 2px; font-size: 23px; }
.add-custom-button { flex: 1; padding: 15px; border: 0; border-radius: 15px; color: white; background: var(--navy); font-weight: 900; }
.add-custom-button:disabled { cursor: not-allowed; opacity: .45; }
body.locked { overflow: hidden; }
@media (max-width: 900px) {
  .hero-pizza { right: -5%; width: 270px; height: 270px; opacity: .62; }
  .hero-character { right: -1%; height: 190px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  body { padding-bottom: 98px; }
  .topbar { height: 66px; }
  .brand img { width: 44px; height: 44px; }
  .brand strong { font-size: 16px; }
  .brand small { font-size: 10px; }
  .categories { top: 66px; }
  .hero { min-height: 208px; margin: 12px 10px 3px; padding: 25px 22px; border-radius: 24px; }
  .hero h1 { max-width: 260px; font-size: 42px; letter-spacing: -2.6px; }
  .hero p { max-width: 245px; font-size: 14px; }
  .hero-pizza { right: -76px; width: 235px; height: 235px; opacity: .47; }
  .hero-character { right: -12px; height: 145px; bottom: -10px; }
  .hero-perks { gap: 6px; margin-top: 13px; }
  .hero-perks span { padding: 7px 8px; font-size: 11px; }
  .order-guide { gap: 7px; margin: 8px 10px 3px; padding: 11px 8px; }
  .order-guide div { gap: 5px; }
  .order-guide div > b { width: 25px; height: 25px; }
  .order-guide strong { font-size: 11px; }
  .order-guide small { display: none; }
  .order-guide i { font-size: 12px; }
  .menu-shell { padding: 19px 10px 12px; }
  .customize-zone { margin: 12px 10px 2px; padding: 17px 13px; border-radius: 22px; }
  .customize-heading h2 { font-size: 24px; }
  .customize-options { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .customize-card { flex: 0 0 89%; grid-template-columns: 48px 1fr; scroll-snap-align: start; }
  .customize-card b { grid-column: 2; }
  .customize-icon { width: 46px; height: 46px; }
  .included-zone { grid-template-columns: 46px 1fr; gap: 12px; margin: 12px 10px; padding: 17px 15px; border-radius: 21px; }
  .included-icon { width: 44px; height: 44px; border-radius: 14px; font-size: 25px; }
  .included-zone h2 { font-size: 20px; }
  .included-zone p { font-size: 13px; }
  .promotions-zone { margin: 14px 10px 4px; padding: 18px 14px; border-radius: 22px; }
  .promotions-heading { align-items: flex-start; }
  .promo-rule { max-width: 105px; border-radius: 12px; text-align: center; }
  .promo-card { grid-template-columns: 1fr; gap: 12px; }
  .promo-card b { width: fit-content; }
  .promo-pizzas img { width: 48px; height: 48px; }
  .combo-examples { grid-template-columns: 1fr; }
  .section-heading { align-items: flex-start; margin-bottom: 14px; }
  .delivery-pill { max-width: 130px; padding: 8px 10px; border-radius: 14px; font-size: 11px; }
  .product-grid { grid-template-columns: 1fr; gap: 13px; }
  .product-card { display: grid; grid-template-columns: 42% 58%; border-radius: 20px; }
  .product-image-wrap { aspect-ratio: auto; height: 100%; min-height: 244px; margin: 7px; border-radius: 15px; }
  .product-body { padding: 17px 15px 15px 8px; }
  .product-body h3 { font-size: 20px; }
  .product-description { min-height: 58px; margin: 6px 0 11px; font-size: 13px; }
  .size-option { padding: 7px 4px; font-size: 11px; }
  .size-option span { font-size: 13px; }
  .add-button { margin-top: 8px; padding: 11px 8px; font-size: 13px; }
  .product-addon { font-size: 11px; }
  .extras-zone { padding: 14px 10px 20px; }
  .extras-grid { grid-template-columns: 1fr; }
  .extra-card { grid-template-columns: 46px 1fr; padding: 13px; }
  .extra-symbol { width: 44px; height: 44px; }
  .extra-card button { grid-column: 2; width: 100%; }
  .service-note { grid-template-columns: 1fr; margin: 12px 10px 24px; }
  .service-note div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .service-note div:last-child { border-bottom: 0; }
  .cart-drawer { top: auto; bottom: 0; height: min(92dvh, 820px); border-radius: 28px 28px 0 0; transform: translateY(105%); }
  .cart-drawer.open { transform: translateY(0); }
  .builder-drawer { top: auto; bottom: 0; height: min(94dvh, 850px); border-radius: 28px 28px 0 0; transform: translateY(105%); }
  .builder-drawer.open { transform: translateY(0); }
  .builder-drawer .drawer-handle { display: block; }
  .drawer-handle { display: block; width: 42px; height: 5px; margin: 9px auto 0; border-radius: 99px; background: #c7c8c5; }
  .drawer-header { padding-top: 10px; }
  .checkout-extra-card { grid-template-columns: 48px 1fr; }
  .checkout-extra-card button { grid-column: 2; width: 100%; }
}
@media (max-width: 390px) {
  .hero h1 { font-size: 38px; }
  .hero-character { height: 132px; }
  .product-card { grid-template-columns: 39% 61%; }
  .product-body { padding-right: 12px; }
  .size-option span { font-size: 12px; }
  .flavor-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; } }
