:root {
  --ink: #111513;
  --muted: #68706c;
  --cream: #faf7f0;
  --paper: #ffffff;
  --line: #e8e6df;
  --red: #d51920;
  --red-dark: #a90f15;
  --green: #0c7a43;
  --gold: #efaa26;
  --shadow: 0 24px 70px rgba(27, 31, 28, .12);
  --soft-shadow: 0 10px 30px rgba(27, 31, 28, .08);
  --radius: 24px;
  --shell: min(1180px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Roboto Condensed", "DM Sans", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.drawer-open { overflow: hidden; }
button, input, textarea { font: inherit; }
.material-symbols-rounded { font-family: "Material Symbols Rounded"; font-weight: normal; font-style: normal; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; -webkit-font-feature-settings: "liga"; -webkit-font-smoothing: antialiased; font-feature-settings: "liga"; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: 8px; left: 8px; z-index: 9999; padding: 10px 16px;
  border-radius: 10px; background: var(--ink); color: white; transform: translateY(-150%);
}
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid rgba(213, 25, 32, .35); outline-offset: 3px; }

.site-header {
  position: sticky; top: 0; z-index: 100; height: 86px; padding: 0 max(24px, calc((100vw - 1180px) / 2));
  display: grid; grid-template-columns: 176px 1fr auto; align-items: center; gap: 28px;
  background: rgba(255, 255, 255, .94); border-bottom: 1px solid rgba(232, 230, 223, .9);
  backdrop-filter: blur(16px);
}
.brand { display: flex; align-items: center; width: 164px; height: 72px; overflow: hidden; }
.brand img { width: 150px; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(18px, 2.8vw, 38px); font-size: 14px; font-weight: 600; }
.desktop-nav a { position: relative; padding: 32px 0 30px; }
.desktop-nav a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 22px; height: 2px;
  background: var(--red); transition: right .25s ease;
}
.desktop-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.location-chip, .cart-button, .account-button {
  min-height: 48px; border: 0; border-radius: 14px; cursor: pointer; display: inline-flex; align-items: center; gap: 10px;
}
.location-chip { padding: 8px 14px; background: var(--cream); text-align: left; }
.location-chip > span:first-child { color: var(--red); font-size: 24px; }
.location-chip span:last-child { display: grid; font-size: 12px; font-weight: 700; line-height: 1.1; }
.location-chip small { color: var(--muted); font-size: 9px; font-weight: 500; text-transform: uppercase; letter-spacing: .08em; }
.cart-button { position: relative; padding: 8px 12px; background: var(--ink); color: white; font-size: 13px; font-weight: 700; }
.account-button { padding: 8px 12px; border: 1px solid var(--line); background: white; color: var(--ink); font-size: 12px; font-weight: 700; }
.cart-button strong {
  display: grid; place-items: center; min-width: 22px; height: 22px; padding-inline: 5px; border-radius: 99px;
  background: var(--red); font-size: 11px;
}

.quick-deals { padding: 12px 0; overflow: hidden; border-bottom: 1px solid var(--line); background: #f8f6f0; }
.quick-deals-track { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 10px; }
.quick-deal { min-width: 0; min-height: 82px; padding: 13px 16px; border: 1px solid #e4e0d6; border-radius: 16px; display: grid; grid-template-columns: auto 1fr auto; grid-template-rows: auto auto; column-gap: 12px; align-items: center; background: #fff; cursor: pointer; text-align: left; box-shadow: 0 6px 18px rgba(27,31,28,.04); transition: transform .2s ease, box-shadow .2s ease; }
.quick-deal:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(27,31,28,.09); }
.quick-deal-icon { grid-row: 1 / 3; width: 44px; height: 44px; border-radius: 12px; object-fit: cover; }
.quick-deal b { align-self: end; font-size: 14px; }
.quick-deal small { align-self: start; color: var(--muted); font-size: 10px; }
.quick-deal i { grid-column: 3; grid-row: 1 / 3; color: var(--red); font-size: 10px; font-style: normal; font-weight: 800; white-space: nowrap; }
.quick-deal-primary { border-color: transparent; background: var(--ink); color: #fff; }
.quick-deal-primary small { color: rgba(255,255,255,.66); }
.quick-deal-primary i { color: #fff; }
.quick-deal-tag { grid-row: 1 / 3; padding: 7px 9px; border-radius: 8px; background: var(--red); color: #fff; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.hero { position: relative; min-height: 660px; overflow: hidden; background: #0d0f0d; color: white; }
.hero-media { position: absolute; inset: 0; background: url("assets/images/catalog/pizza.jpg") center 52% / cover no-repeat; transform: scale(1.015); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,10,9,.94) 0%, rgba(8,10,9,.79) 31%, rgba(8,10,9,.16) 66%, rgba(8,10,9,.24) 100%); }
.hero-content { position: relative; z-index: 1; padding-top: 105px; padding-bottom: 92px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 16px; color: rgba(255,255,255,.72); text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: .17em; }
.eyebrow span { width: 24px; height: 2px; background: var(--red); }
.eyebrow.dark { color: var(--muted); }
.hero h1, .section-heading h2, .deal h2, .app-promo h2, .tracking h2, .driver-login h1, .driver-section-heading h2 {
  font-family: "Fraunces", Georgia, serif; letter-spacing: -.045em; }
.hero h1 { margin: 0; max-width: 700px; font-size: clamp(58px, 6.2vw, 92px); line-height: .96; }
.hero h1 em { color: var(--gold); font-style: normal; }
.hero-copy { max-width: 535px; margin: 26px 0 30px; color: rgba(255,255,255,.79); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  min-height: 52px; padding: 0 23px; border: 1px solid transparent; border-radius: 12px;
  display: inline-flex; align-items: center; justify-content: center; gap: 18px; cursor: pointer; font-weight: 700; transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: white; box-shadow: 0 12px 28px rgba(213,25,32,.26); }
.button-primary:hover { background: var(--red-dark); }
.button-ghost { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.28); color: white; backdrop-filter: blur(8px); }
.button-secondary { background: var(--ink); color: white; }
.button-light { background: white; color: var(--ink); }
.button-light span { padding-left: 18px; border-left: 1px solid var(--line); }
.button-ghost-light { background: transparent; border-color: rgba(255,255,255,.2); color: white; }
.button-route { background: #1d2723; color: white; }
.button.full { width: 100%; }
.hero-meta { display: flex; gap: 32px; margin-top: 48px; color: rgba(255,255,255,.6); font-size: 12px; }
.hero-meta span { display: grid; gap: 2px; padding-left: 13px; border-left: 2px solid rgba(255,255,255,.22); }
.hero-meta b { color: white; font-size: 13px; }

.service-strip {
  position: relative; z-index: 2; width: min(1060px, calc(100vw - 40px)); margin: -34px auto 0; min-height: 104px;
  padding: 22px 30px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  background: white; border-radius: 20px; box-shadow: var(--shadow);
}
.service-strip article { display: flex; align-items: center; gap: 13px; padding: 0 19px; border-right: 1px solid var(--line); }
.service-strip article:last-child { border-right: 0; }
.service-icon { display: grid; place-items: center; width: 38px; height: 38px; flex: 0 0 38px; border-radius: 50%; background: var(--cream); color: var(--red); font-size: 20px; font-weight: 700; }
.service-strip article div { display: grid; gap: 2px; }
.service-strip b { font-size: 13px; }
.service-strip small { color: var(--muted); font-size: 10px; }

.order-mode { padding: 110px 0 42px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 34px; }
.section-heading.compact { align-items: center; }
.section-heading.centered { justify-content: center; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2 { margin: 0; font-size: clamp(38px, 4.5vw, 59px); line-height: 1.06; }
.section-heading > p { max-width: 440px; margin: 0 0 5px; color: var(--muted); line-height: 1.7; }
.mode-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.mode-card {
  position: relative; min-height: 144px; padding: 24px 25px; border: 1px solid var(--line); border-radius: 20px;
  background: white; display: grid; grid-template-columns: 70px 1fr auto; align-items: center; gap: 18px;
  text-align: left; cursor: pointer; box-shadow: var(--soft-shadow); transition: border .2s ease, transform .2s ease, box-shadow .2s ease;
}
.mode-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.mode-card.is-active { border-color: var(--red); box-shadow: 0 15px 40px rgba(213,25,32,.1); }
.mode-card.is-active::after { content: "✓"; position: absolute; top: 14px; right: 14px; display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--red); color: white; font-size: 12px; }
.mode-illustration { display: grid; place-items: center; width: 68px; height: 68px; border-radius: 18px; background: var(--cream); color: var(--red); font-size: 28px; }
.mode-card > span:nth-child(2) { display: grid; gap: 5px; }
.mode-card b { font-size: 17px; }
.mode-card small { color: var(--muted); }
.mode-card i { color: var(--red); font-size: 12px; font-weight: 700; font-style: normal; }

.menu-section { padding: 90px 0 110px; }
.menu-toolbar { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.filters { display: flex; gap: 8px; flex-wrap: wrap; }
.filters button, .driver-tabs button {
  min-height: 42px; padding: 0 19px; border: 1px solid var(--line); border-radius: 99px; background: white; cursor: pointer; font-weight: 700; font-size: 13px;
}
.filters button.is-active { background: var(--ink); color: white; border-color: var(--ink); }
.menu-search { width: min(290px, 100%); min-height: 44px; padding: 0 15px; border: 1px solid var(--line); border-radius: 13px; display: flex; align-items: center; gap: 9px; background: white; }
.menu-search input { width: 100%; border: 0; outline: 0; background: transparent; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px 18px; }
.product-card { position: relative; min-width: 0; border: 1px solid var(--line); border-radius: 19px; overflow: hidden; background: white; box-shadow: 0 6px 20px rgba(27,31,28,.04); transition: transform .25s ease, box-shadow .25s ease; }
.product-image.has-upload { background: #eee; }
.product-image.has-upload > img { width: 100%; height: 100%; display: block; object-fit: cover; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-image { position: relative; height: 190px; overflow: hidden; background-color: #211d19; background-image: url("assets/images/menu-food-atlas-v1.png"); background-size: 400% 400%; background-repeat: no-repeat; }
.product-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,10,9,.02), rgba(8,10,9,.16)); pointer-events: none; }
.product-image.pizza { background-image: url("assets/images/pizza-food-atlas-v1.png"); background-position: 0 0; }
.product-image.pizza.photo-1 { background-position: 33.333% 0; }
.product-image.pizza.photo-2 { background-position: 66.666% 0; }
.product-image.pizza.photo-3 { background-position: 100% 0; }
.product-image.pizza.photo-4 { background-position: 0 33.333%; }
.product-image.pizza.photo-5 { background-position: 33.333% 33.333%; }
.product-image.pizza.photo-6 { background-position: 66.666% 33.333%; }
.product-image.pizza.photo-7 { background-position: 100% 33.333%; }
.product-image.pizza.photo-8 { background-position: 0 66.666%; }
.product-image.pizza.photo-9 { background-position: 33.333% 66.666%; }
.product-image.pizza.photo-10 { background-position: 66.666% 66.666%; }
.product-image.pizza.photo-11 { background-position: 100% 66.666%; }
.product-image.pizza.photo-12 { background-position: 0 100%; }
.product-image.pizza.photo-13 { background-position: 33.333% 100%; }
.product-image.pizza.photo-14 { background-position: 66.666% 100%; }
.product-image.pizza.photo-15 { background-position: 100% 100%; }
.product-image.pizzabrot { background-position: 33.333% 0; }
.product-image.party { background-position: 66.666% 0; }
.product-image.doner { background-position: 100% 0; }
.product-image.tacos { background-position: 0 33.333%; }
.product-image.burgers { background-position: 33.333% 33.333%; }
.product-image.burger_menus { background-position: 66.666% 33.333%; }
.product-image.schnitzel { background-position: 100% 33.333%; }
.product-image.casseroles { background-position: 0 66.666%; }
.product-image.salads { background-position: 33.333% 66.666%; }
.product-image.sides { background-position: 66.666% 66.666%; }
.product-image.desserts { background-position: 100% 66.666%; }
.product-image.sauces { background-position: 0 100%; }
.product-image.drinks { background-position: 33.333% 100%; }
.product-image.kids { background-position: 66.666% 100%; }
.product-badge { position: absolute; z-index: 1; top: 12px; left: 12px; padding: 6px 10px; border-radius: 99px; background: var(--red); color: white; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.product-number { position: absolute; z-index: 1; right: 12px; top: 12px; padding: 6px 9px; border-radius: 99px; background: rgba(14,18,16,.82); color: white; font-size: 10px; font-weight: 800; }
.product-content { padding: 17px 17px 18px; }
.product-category { margin: 0 0 5px; color: var(--green); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.product-card h3 { margin: 0; font-size: 17px; }
.product-description { min-height: 54px; margin: 8px 0 13px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.product-footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.product-price { display: grid; }
.product-price small { color: var(--muted); font-size: 9px; }
.product-price strong { font-size: 16px; }
.add-product { display: grid; place-items: center; width: 39px; height: 39px; border: 0; border-radius: 50%; background: var(--red); color: white; font-size: 22px; cursor: pointer; box-shadow: 0 8px 20px rgba(213,25,32,.22); }
.no-results { grid-column: 1 / -1; padding: 56px; border: 1px dashed var(--line); border-radius: 20px; text-align: center; color: var(--muted); }

.deal { min-height: 430px; padding: 58px 64px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; overflow: hidden; border-radius: 30px; background: var(--ink); color: white; }
.deal h2, .app-promo h2 { margin: 0 0 18px; font-size: clamp(42px, 5vw, 68px); line-height: 1; }
.deal-content > p:not(.eyebrow) { max-width: 500px; margin: 0 0 26px; color: rgba(255,255,255,.66); line-height: 1.7; }
.deal-art { position: relative; min-height: 315px; }
.pizza-disc { position: absolute; width: 350px; height: 350px; right: -25px; top: -15px; border-radius: 50%; display: grid; place-items: center; background: url("assets/images/casa-slice-hero.png") 33% 75% / 170% auto no-repeat; box-shadow: 0 35px 90px rgba(0,0,0,.55); transform: rotate(-7deg); }
.pizza-disc::after { content: ""; position: absolute; inset: -18px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.pizza-disc span { display: grid; place-items: center; width: 120px; height: 120px; border-radius: 50%; background: rgba(13,16,14,.92); color: white; text-align: center; font-family: "Fraunces", serif; font-size: 20px; letter-spacing: .06em; transform: rotate(7deg); }

.steps { padding: 125px 0; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.steps-grid article { position: relative; min-height: 250px; padding: 32px; border: 1px solid var(--line); border-radius: 22px; background: var(--cream); overflow: hidden; }
.steps-grid strong { position: absolute; right: 22px; top: 14px; color: rgba(17,21,19,.08); font-family: "Fraunces", serif; font-size: 70px; }
.steps-grid article > span { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 17px; background: white; font-size: 28px; box-shadow: var(--soft-shadow); }
.steps-grid h3 { margin: 26px 0 8px; font-size: 19px; }
.steps-grid p { margin: 0; color: var(--muted); line-height: 1.65; font-size: 14px; }

.tracking { padding-bottom: 110px; }
.tracking-card { padding: 40px; border-radius: 25px; background: var(--cream); display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; align-items: center; }
.tracking-card h2 { margin: 0 0 8px; font-size: 36px; }
.tracking-card h2 span { margin-left: .2em; }
.tracking-card > div > p:last-child { color: var(--muted); }
.timeline { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; list-style: none; }
.timeline li { position: relative; display: grid; justify-items: center; gap: 8px; color: #a5aaa7; font-size: 10px; text-align: center; }
.timeline li::before { content: ""; position: absolute; z-index: 0; left: -50%; right: 50%; top: 15px; height: 2px; background: #d7d9d6; }
.timeline li:first-child::before { display: none; }
.timeline li span { position: relative; z-index: 1; display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: #d7d9d6; color: white; font-weight: 700; }
.timeline li.is-done { color: var(--green); }
.timeline li.is-done span, .timeline li.is-current span { background: var(--green); }
.timeline li.is-done::before, .timeline li.is-current::before { background: var(--green); }

.app-promo { min-height: 540px; padding-top: 80px; overflow: hidden; background: #0d1110; color: white; }
.app-promo-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.phone-preview { position: relative; align-self: end; width: 300px; height: 510px; margin-inline: auto; padding: 80px 25px 25px; border: 8px solid #272d2a; border-bottom: 0; border-radius: 46px 46px 0 0; background: linear-gradient(rgba(7,10,8,.4),rgba(7,10,8,.85)), url("assets/images/casa-slice-hero.png") 43% center / auto 100%; box-shadow: 0 0 0 2px #090b0a, 0 0 80px rgba(213,25,32,.18); text-align: center; }
.phone-notch { position: absolute; top: 14px; left: 50%; width: 95px; height: 22px; border-radius: 99px; background: #080a09; transform: translateX(-50%); }
.phone-preview img { width: 170px; margin: 0 auto 105px; border-radius: 13px; }
.phone-preview p { margin: 0 0 8px; font-family: "Fraunces", serif; font-size: 28px; }
.phone-preview span { color: rgba(255,255,255,.65); font-size: 11px; }
.app-promo-copy { padding-bottom: 70px; }
.app-promo-copy > p:not(.eyebrow) { max-width: 550px; margin: 0 0 25px; color: rgba(255,255,255,.65); line-height: 1.7; }

footer { padding: 70px 0 24px; background: #f4f1eb; }
.footer-grid { display: grid; grid-template-columns: 1.45fr repeat(4, 1fr); gap: 38px; padding-bottom: 50px; }
.footer-brand img { width: 170px; mix-blend-mode: multiply; }
.footer-brand p, .footer-grid > div:last-child p { max-width: 240px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.footer-grid h3 { margin: 0 0 18px; font-size: 13px; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid a { display: block; margin: 9px 0; color: var(--muted); font-size: 13px; }
.footer-grid a:hover { color: var(--red); }
.footer-bottom { padding-top: 22px; border-top: 1px solid #ddd9d1; display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; }

.drawer-backdrop { position: fixed; inset: 0; z-index: 190; background: rgba(8,11,9,.48); backdrop-filter: blur(3px); }
.cart-drawer { position: fixed; z-index: 200; top: 0; right: 0; width: min(500px, 100vw); height: 100dvh; padding: 28px 30px; overflow-y: auto; background: white; box-shadow: -30px 0 80px rgba(11,16,13,.2); transform: translateX(105%); transition: transform .3s cubic-bezier(.2,.8,.2,1); }
.cart-drawer.is-open { transform: none; }
.drawer-header { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 26px; }
.drawer-header h2 { margin: 0; font-family: "Fraunces", serif; font-size: 38px; }
.icon-button { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: white; cursor: pointer; font-size: 26px; }
.cart-items { display: grid; gap: 10px; }
.cart-item { display: grid; grid-template-columns: 60px 1fr auto; gap: 12px; align-items: center; padding: 12px; border: 1px solid var(--line); border-radius: 15px; }
.cart-item-thumb { width: 60px; height: 60px; border-radius: 12px; background: url("assets/images/casa-slice-hero.png") 36% 70% / 220% auto; }
.cart-item-thumb { overflow: hidden; }
.cart-item-thumb img { width: 100%; height: 100%; object-fit: cover; }
.cart-item-thumb.pasta { background-position: 92% 15%; }
.cart-item-info { min-width: 0; }
.cart-item-info h3 { margin: 0 0 3px; font-size: 14px; }
.cart-item-info small { color: var(--muted); font-size: 10px; }
.quantity-control { display: flex; align-items: center; gap: 7px; margin-top: 8px; }
.quantity-control button { width: 24px; height: 24px; padding: 0; border: 1px solid var(--line); border-radius: 7px; background: white; cursor: pointer; }
.quantity-control span { min-width: 12px; text-align: center; font-size: 12px; font-weight: 700; }
.cart-item-price { align-self: start; display: grid; justify-items: end; gap: 9px; font-size: 13px; }
.remove-item { border: 0; background: transparent; color: var(--muted); cursor: pointer; font-size: 16px; }
.empty-cart { padding: 70px 20px; text-align: center; }
.empty-cart > span { font-size: 56px; }
.empty-cart h3 { margin: 18px 0 4px; font-family: "Fraunces", serif; font-size: 28px; }
.empty-cart p { margin: 0 0 22px; color: var(--muted); }
.cart-summary { margin-top: 25px; padding-top: 22px; border-top: 1px solid var(--line); }
.cart-summary > div { display: flex; justify-content: space-between; padding: 6px 0; color: var(--muted); font-size: 13px; }
.cart-summary .total { margin: 8px 0 16px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--ink); font-size: 18px; }
.cart-summary .tax-row { padding-block: 2px; font-size: 11px; }
.minimum-order { margin: -6px 0 14px; padding: 10px 12px; border-radius: 10px; background: #fff3e2; color: #995d13; font-size: 11px; line-height: 1.45; }
.cart-summary > .minimum-progress { margin: -4px 0 18px; padding: 0; display: block; color: var(--muted); }
.minimum-progress > span { height: 7px; border-radius: 99px; display: block; overflow: hidden; background: #ece9e2; }
.minimum-progress i { width: 0; height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg, var(--gold), var(--green)); transition: width .3s ease; }
.minimum-progress small { display: block; margin-top: 6px; color: var(--muted); font-size: 9px; }
.cart-summary > .cart-upsell { margin: 0 0 18px; padding: 14px; border-radius: 14px; display: block; background: #f7f6f1; color: var(--ink); }
.cart-upsell-head { display: flex !important; justify-content: space-between; align-items: baseline; padding: 0 0 10px !important; color: var(--ink) !important; }
.cart-upsell-head b { font-size: 12px; }
.cart-upsell-head small { color: var(--muted); font-size: 9px; }
.cart-upsell > div:last-child { display: grid; gap: 7px; }
.cart-upsell-item { width: 100%; min-height: 42px; padding: 7px 9px; border: 1px solid #e0ddd5; border-radius: 10px; display: flex; align-items: center; justify-content: space-between; gap: 10px; background: #fff; cursor: pointer; text-align: left; }
.cart-upsell-item span { display: grid; }
.cart-upsell-item b { font-size: 10px; }
.cart-upsell-item small { color: var(--muted); font-size: 9px; }
.cart-upsell-item strong { min-width: 75px; color: var(--red); font-size: 10px; text-align: right; }
.back-button { margin-bottom: 20px; padding: 0; border: 0; background: transparent; color: var(--muted); cursor: pointer; font-weight: 600; font-size: 12px; }
.checkout { padding-bottom: 30px; }
.checkout fieldset { min-width: 0; margin: 0 0 24px; padding: 0; border: 0; }
.checkout legend { width: 100%; margin-bottom: 12px; padding: 0 0 10px; border-bottom: 1px solid var(--line); font-weight: 700; }
.segmented { padding: 4px; display: grid; grid-template-columns: 1fr 1fr; gap: 4px; border-radius: 12px; background: var(--cream); }
.segmented input, .payment-list input { position: absolute; opacity: 0; pointer-events: none; }
.segmented span { display: grid; place-items: center; min-height: 40px; border-radius: 9px; cursor: pointer; font-size: 13px; font-weight: 700; }
.segmented input:checked + span { background: white; box-shadow: var(--soft-shadow); color: var(--red); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-grid label, .driver-login form > label { display: grid; gap: 6px; color: var(--muted); font-size: 11px; font-weight: 600; }
.form-grid .full-row { grid-column: 1 / -1; }
.form-grid input, .form-grid textarea, .driver-login input { width: 100%; border: 1px solid var(--line); border-radius: 11px; padding: 12px 13px; outline: none; color: var(--ink); background: white; resize: vertical; }
.form-grid input:focus, .form-grid textarea:focus, .driver-login input:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(213,25,32,.08); }
.payment-list { display: grid; gap: 8px; }
.payment-list label { position: relative; padding: 13px 14px; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; }
.payment-list label:has(input:checked) { border-color: var(--red); background: rgba(213,25,32,.03); }
.payment-list label:has(input:disabled) { opacity: .5; cursor: not-allowed; background: #f7f7f5; }
.payment-list label > span { display: grid; gap: 2px; padding-left: 27px; }
.payment-list label > span::before { content: ""; position: absolute; left: 14px; top: 18px; width: 14px; height: 14px; border: 1px solid #c9cdca; border-radius: 50%; }
.payment-list label:has(input:checked) > span::before { border: 4px solid var(--red); }
.payment-list small, .form-note { color: var(--muted); font-size: 10px; }
.postal-status { margin: -2px 0 0; padding: 9px 11px; border: 1px solid #e4e1da; border-radius: 9px; background: #f8f7f3; color: var(--muted); font-size: 10px; font-weight: 700; line-height: 1.45; }
.postal-status.is-valid { border-color: rgba(12,122,67,.3); background: rgba(12,122,67,.07); color: var(--green); }
.postal-status.is-invalid { border-color: rgba(213,25,32,.28); background: rgba(213,25,32,.06); color: var(--red); }
.consent { display: flex; align-items: flex-start; gap: 8px; margin: 0 0 20px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.consent input { margin-top: 2px; accent-color: var(--red); }
.checkout-total { display: flex; justify-content: space-between; margin: 10px 0 16px; font-size: 20px; }
.form-error { min-height: 16px; margin: 5px 0 10px; color: #d95858; font-size: 11px; }
.address-field { position: relative; }
.address-suggestions { margin-top: -10px; padding: 5px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: 0 16px 35px rgba(15,22,18,.16); z-index: 8; }
.address-suggestions button { width: 100%; display: grid; gap: 2px; padding: 10px; border: 0; border-radius: 8px; background: #fff; text-align: left; cursor: pointer; }
.address-suggestions button:hover { background: #f2f4f2; }
.address-suggestions b { font-size: 12px; }
.address-suggestions small, .address-attribution { color: var(--muted); }
.address-attribution { padding: 5px 10px; font-size: 9px; }
.postal-suggestions { max-height: 230px; margin-top: -8px; padding: 5px; border: 1px solid var(--line); border-radius: 12px; overflow-y: auto; background: #fff; box-shadow: 0 16px 35px rgba(15,22,18,.16); }
.postal-suggestions button { width: 100%; min-height: 45px; padding: 8px 10px; border: 0; border-radius: 8px; display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 8px; background: #fff; color: var(--ink); cursor: pointer; text-align: left; }
.postal-suggestions button:hover,.postal-suggestions button:focus-visible { background: #fff4f4; outline: none; }
.postal-suggestions button strong { color: var(--red); font-size: 14px; text-decoration: underline; text-decoration-color: rgba(213,25,32,.25); }
.postal-suggestions button span { font-size: 11px; font-weight: 700; }.postal-suggestions button small { color: var(--muted); font-size: 9px; white-space: nowrap; }
.account-dialog { width: min(570px, calc(100% - 24px)); max-height: 90vh; padding: 0; border: 0; border-radius: 22px; background: #fff; box-shadow: 0 30px 80px rgba(0,0,0,.3); }
.account-dialog::backdrop { background: rgba(12,17,14,.62); backdrop-filter: blur(3px); }
.account-dialog-head { display: flex; justify-content: space-between; align-items: flex-start; padding: 24px 26px 18px; border-bottom: 1px solid var(--line); }
.account-dialog-head h2 { margin: 0; font: 700 30px "Fraunces", serif; }
.account-dialog > [data-account-guest], .account-dialog > [data-account-profile] { padding: 22px 26px 26px; }
.account-tabs { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 18px; padding: 4px; border-radius: 11px; background: #f0f1ee; }
.account-tabs button { padding: 10px; border: 0; border-radius: 8px; background: transparent; font: 700 12px "DM Sans"; cursor: pointer; }
.account-tabs button.is-active { background: #fff; box-shadow: 0 3px 10px rgba(0,0,0,.08); }
.account-form { display: grid; gap: 12px; }
.account-form label { display: grid; gap: 6px; font-size: 11px; font-weight: 700; }
.account-form input { width: 100%; padding: 12px 13px; border: 1px solid var(--line); border-radius: 9px; font: inherit; }
.account-form small { color: var(--muted); font-weight: 400; }
.account-welcome { display: flex; align-items: center; gap: 11px; margin-bottom: 18px; padding: 13px; border-radius: 13px; background: #f2f4f1; }
.account-avatar { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--ink); color: #fff; }
.account-welcome div { display: grid; flex: 1; }
.account-welcome small { color: var(--muted); }
.account-welcome button { border: 0; background: none; color: var(--red); font-weight: 700; cursor: pointer; }
.account-orders { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); }
.account-orders h3 { margin: 0 0 10px; font-size: 14px; }
.account-order-row { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px solid #eee; font-size: 12px; }
.account-order-row small { display: block; color: var(--muted); }
.paypal-buttons { min-height: 45px; margin-top: 8px; }
.variant-dialog { width: min(520px, calc(100vw - 28px)); max-height: min(760px, calc(100dvh - 28px)); padding: 0; border: 0; border-radius: 24px; color: var(--ink); box-shadow: 0 35px 100px rgba(0,0,0,.28); }
.variant-dialog::backdrop { background: rgba(8,11,9,.62); backdrop-filter: blur(4px); }
.variant-dialog form { padding: 28px; }
.variant-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.variant-header h2 { margin: 0; font-family: "Fraunces", serif; font-size: 34px; }
.variant-description { margin: 12px 0 20px; color: var(--muted); line-height: 1.55; }
.variant-options { display: grid; gap: 9px; margin-bottom: 18px; }
.variant-options label { cursor: pointer; }
.variant-options input { position: absolute; opacity: 0; }
.variant-options span { min-height: 56px; padding: 0 16px; border: 1px solid var(--line); border-radius: 13px; display: flex; align-items: center; justify-content: space-between; }
.variant-options input:checked + span { border-color: var(--red); background: rgba(213,25,32,.04); box-shadow: 0 0 0 3px rgba(213,25,32,.08); }
.variant-options strong { color: var(--red); }
.configurator-quantity { margin: 0 0 17px; padding: 13px 15px; border: 1px solid var(--line); border-radius: 13px; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.configurator-quantity > span { display: grid; gap: 2px; }
.configurator-quantity > span b { font-size: 12px; }
.configurator-quantity > span small { color: var(--muted); font-size: 9px; }
.configurator-quantity > div { display: flex; align-items: center; gap: 11px; }
.configurator-quantity button { width: 32px; height: 32px; border: 1px solid var(--line); border-radius: 9px; background: #fff; cursor: pointer; font-weight: 800; }
.configurator-quantity strong { min-width: 18px; text-align: center; }
.variant-allergens { margin: 0 0 22px; color: var(--muted); font-size: 10px; line-height: 1.55; }

.order-start-dialog { width: min(880px, calc(100vw - 28px)); max-height: calc(100dvh - 28px); padding: 0; border: 0; border-radius: 26px; color: var(--ink); background: #fff; box-shadow: 0 36px 110px rgba(0,0,0,.38); overflow: auto; }
.order-start-dialog::backdrop { background: rgba(8,11,9,.76); backdrop-filter: blur(7px); }
.order-start-layout { display: grid; grid-template-columns: .86fr 1.14fr; min-height: 520px; }
.order-start-brand { position: relative; min-height: 100%; padding: 38px 34px; display: flex; flex-direction: column; justify-content: end; overflow: hidden; background: #111513 url("assets/images/catalog/pizza.jpg") 55% center / cover no-repeat; color: #fff; }
.order-start-brand::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,10,9,.18), rgba(8,10,9,.91)); }
.order-start-brand > * { position: relative; z-index: 1; }
.order-start-brand img { position: absolute; top: 24px; left: 26px; width: 145px; filter: drop-shadow(0 8px 15px rgba(0,0,0,.35)); }
.order-start-brand p { margin: 0 0 12px; font: 600 36px/1.05 "Fraunces", serif; letter-spacing: -.035em; }
.order-start-brand p b { color: #ffbc38; }
.order-start-brand small { color: rgba(255,255,255,.72); font-size: 11px; line-height: 1.55; }
.order-start-content { padding: 39px 38px 30px; }
.order-start-content h2 { margin: 0; font: 700 39px/1.03 "Fraunces", serif; letter-spacing: -.04em; }
.order-start-content > p:not(.eyebrow) { margin: 12px 0 23px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.order-start-modes { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.order-start-modes button { min-height: 104px; padding: 15px; border: 1px solid var(--line); border-radius: 15px; display: grid; grid-template-columns: 35px 1fr; align-content: center; background: #fff; cursor: pointer; text-align: left; }
.order-start-modes button.is-active { border-color: var(--red); background: rgba(213,25,32,.035); box-shadow: 0 0 0 3px rgba(213,25,32,.08); }
.order-start-modes button > span { grid-row: 1 / 3; font-size: 26px; }
.order-start-modes button b { font-size: 12px; }
.order-start-modes button small { color: var(--muted); font-size: 9px; }
.order-start-postal { margin: 18px 0 16px; position: relative; }
.order-start-postal label { display: block; margin-bottom: 7px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.order-start-postal > div { position: relative; }
.order-start-postal input { width: 100%; height: 52px; padding: 0 45px 0 15px; border: 1px solid #d7d4cc; border-radius: 12px; font-size: 17px; font-weight: 700; letter-spacing: .08em; }
.order-start-postal > div:first-of-type > span { position: absolute; right: 15px; top: 13px; color: var(--red); font-size: 22px; }
.order-start-postal p { min-height: 18px; margin: 7px 0 0; color: var(--muted); font-size: 10px; line-height: 1.4; }
.order-start-postal .postal-suggestions { max-height: 176px; margin: 7px 0 0; position: relative; z-index: 3; overscroll-behavior: contain; }
.order-start-postal .postal-suggestions button { grid-template-columns: 52px minmax(0,1fr) auto; }
.order-start-postal p.is-valid { color: var(--green); font-weight: 700; }
.order-start-postal p.is-invalid { color: var(--red); font-weight: 700; }
.order-start-content .button { margin-top: 2px; }
.order-start-content .button:disabled { opacity: .42; cursor: not-allowed; box-shadow: none; filter: grayscale(.2); }
.order-start-note { display: block; margin-top: 12px; color: var(--muted); font-size: 9px; line-height: 1.45; text-align: center; }
.toast-region { position: fixed; z-index: 999; right: 20px; bottom: 20px; display: grid; gap: 8px; pointer-events: none; }
.toast { max-width: 360px; padding: 13px 16px; border-radius: 12px; background: var(--ink); color: white; box-shadow: var(--shadow); font-size: 13px; animation: toast-in .25s ease; }
@keyframes toast-in { from { opacity: 0; transform: translateY(10px); } }

/* Driver app */
.driver-body { min-height: 100dvh; background: #0c1110; color: white; }
.driver-shell { min-height: 100dvh; }
.driver-login { min-height: 100dvh; padding: 36px 20px 60px; display: grid; place-items: center; align-content: center; background: radial-gradient(circle at 15% 15%, rgba(12,122,67,.18), transparent 28%), radial-gradient(circle at 85% 85%, rgba(213,25,32,.16), transparent 30%), #0c1110; }
.driver-logo { width: 180px; margin-bottom: 25px; padding: 5px; border-radius: 15px; background: white; }
.login-card { width: min(460px, 100%); padding: 38px; border: 1px solid rgba(255,255,255,.1); border-radius: 25px; background: rgba(21,28,25,.93); box-shadow: 0 35px 90px rgba(0,0,0,.35); }
.driver-login h1 { margin: 0 0 13px; font-size: 48px; line-height: 1; }
.driver-login .login-card > p:not(.eyebrow) { margin: 0 0 25px; color: rgba(255,255,255,.58); line-height: 1.6; font-size: 13px; }
.driver-login form { display: grid; gap: 14px; }
.driver-login form > label { color: rgba(255,255,255,.65); }
.driver-login input { border-color: rgba(255,255,255,.12); background: #0d1210; color: white; }
.password-field { position: relative; }
.password-field button { position: absolute; right: 5px; top: 5px; width: 38px; height: 36px; border: 0; background: transparent; color: rgba(255,255,255,.6); cursor: pointer; }
.password-field input { padding-right: 45px; }
.demo-divider { display: flex; align-items: center; gap: 12px; margin: 20px 0 14px; color: rgba(255,255,255,.35); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.demo-divider::before, .demo-divider::after { content: ""; height: 1px; flex: 1; background: rgba(255,255,255,.1); }
.security-note { display: block; margin-top: 15px; color: rgba(255,255,255,.35); line-height: 1.5; text-align: center; }
.driver-app { width: min(1120px, calc(100vw - 40px)); margin: auto; padding: 34px 0 100px; }
.driver-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; }
.driver-header small { color: rgba(255,255,255,.5); }
.driver-header h1 { margin: 3px 0 0; font-family: "Fraunces", serif; font-size: 32px; }
.driver-header-actions { display: flex; align-items: center; gap: 10px; }
.status-pill { height: 43px; padding: 0 15px; border: 1px solid rgba(255,255,255,.13); border-radius: 99px; display: flex; align-items: center; gap: 8px; background: #151d19; color: rgba(255,255,255,.7); cursor: pointer; font-size: 12px; font-weight: 700; }
.status-pill i, .active-topline i { width: 8px; height: 8px; border-radius: 50%; background: #7d8782; }
.status-pill.is-online i, .active-topline i { background: #37c873; box-shadow: 0 0 0 5px rgba(55,200,115,.12); }
.avatar-button { width: 43px; height: 43px; border: 0; border-radius: 50%; background: var(--red); color: white; cursor: pointer; font-weight: 800; }
.driver-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 18px; }
.driver-summary article { min-height: 135px; padding: 22px; border: 1px solid rgba(255,255,255,.08); border-radius: 19px; display: grid; background: #131a17; }
.driver-summary small { color: rgba(255,255,255,.45); }
.driver-summary strong { align-self: end; font-family: "Fraunces", serif; font-size: 40px; }
.driver-summary span { color: rgba(255,255,255,.38); font-size: 10px; }
.driver-summary .money-card strong { font-family: "DM Sans", sans-serif; font-size: clamp(22px, 3vw, 32px); letter-spacing: -.04em; }
.driver-summary .money-card span b { color: rgba(255,255,255,.72); }
.driver-summary .money-card.cash strong { color: #65dc97; }
.driver-summary .money-card.card strong { color: #83b7ff; }
.driver-summary .money-card.paypal strong { color: #70a9ff; }
.driver-summary .money-card.fee strong { color: #f4c26e; }
.active-delivery { margin-bottom: 36px; padding: 24px; border: 1px solid rgba(55,200,115,.22); border-radius: 24px; background: linear-gradient(140deg, #17231d, #121715); box-shadow: 0 20px 60px rgba(0,0,0,.23); }
.active-topline { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; color: #63df96; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.active-topline span { display: flex; align-items: center; gap: 9px; }
.route-map { position: relative; height: 200px; overflow: hidden; border-radius: 17px; background-color: #e7e5df; background-image: linear-gradient(32deg, transparent 48%, rgba(104,112,108,.16) 49% 51%, transparent 52%), linear-gradient(118deg, transparent 45%, rgba(104,112,108,.14) 46% 49%, transparent 50%); background-size: 90px 70px, 120px 110px; }
.route-line { position: absolute; left: 19%; top: 54%; width: 65%; height: 7px; border-top: 4px dashed var(--red); transform: rotate(-12deg); }
.map-store, .map-customer, .map-rider { position: absolute; display: grid; place-items: center; border-radius: 50%; box-shadow: 0 5px 20px rgba(0,0,0,.2); }
.map-store { left: 13%; top: 56%; width: 34px; height: 34px; background: white; color: var(--ink); }
.map-customer { right: 12%; top: 29%; width: 34px; height: 34px; background: var(--red); color: white; }
.map-rider { left: 51%; top: 43%; width: 38px; height: 38px; background: var(--green); color: white; transform: rotate(-10deg); }
.active-customer { display: flex; justify-content: space-between; align-items: center; padding: 21px 0 17px; }
.active-customer small { color: #62d894; }
.active-customer h2 { margin: 5px 0 3px; font-size: 24px; }
.active-customer p { margin: 0; color: rgba(255,255,255,.48); font-size: 12px; }
.active-order-details { margin-bottom: 16px; padding: 15px; border: 1px solid rgba(255,255,255,.08); border-radius: 14px; background: rgba(0,0,0,.12); }
.active-order-details p { margin: 0 0 10px; display: flex; justify-content: space-between; gap: 12px; color: rgba(255,255,255,.55); font-size: 11px; }
.active-order-details p b { color: #62d894; text-align: right; }
.active-order-details ul { margin: 0; padding: 0; display: grid; gap: 6px; list-style: none; }
.active-order-details li { display: flex; gap: 8px; color: rgba(255,255,255,.8); font-size: 12px; }
.active-order-details li strong { min-width: 24px; color: white; }
.round-action { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 50%; background: rgba(55,200,115,.13); color: #62d894; }
.active-actions { display: grid; grid-template-columns: 1fr 1.3fr; gap: 10px; }
.driver-section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 18px; }
.driver-section-heading h2 { margin: 0; font-size: 35px; }
.driver-section-heading > button { border: 0; background: transparent; color: #62d894; cursor: pointer; font-size: 12px; font-weight: 700; }
.driver-tabs { display: flex; gap: 8px; margin-bottom: 14px; }
.driver-tabs button { border-color: rgba(255,255,255,.1); background: #131a17; color: rgba(255,255,255,.55); }
.driver-tabs button.is-active { background: white; color: var(--ink); }
.driver-tabs span { display: inline-grid; place-items: center; min-width: 18px; height: 18px; margin-left: 5px; border-radius: 99px; background: var(--red); color: white; font-size: 9px; }
.delivery-list { display: grid; gap: 10px; }
.delivery-card { padding: 18px; border: 1px solid rgba(255,255,255,.08); border-radius: 17px; display: grid; grid-template-columns: 1fr auto; gap: 14px; background: #131a17; cursor: pointer; }
.delivery-card:hover { border-color: rgba(255,255,255,.2); }
.delivery-card small { color: #62d894; font-size: 10px; }
.delivery-card h3 { margin: 5px 0 3px; font-size: 16px; }
.delivery-card p { margin: 0; color: rgba(255,255,255,.42); font-size: 11px; }
.delivery-card-meta { align-self: center; text-align: right; }
.delivery-card-meta b { display: block; font-size: 14px; }
.delivery-card-meta span { color: rgba(255,255,255,.4); font-size: 10px; }
.driver-empty { padding: 55px 20px; text-align: center; color: rgba(255,255,255,.5); }
.driver-empty > span { display: grid; place-items: center; width: 55px; height: 55px; margin: auto; border-radius: 50%; background: rgba(55,200,115,.12); color: #62d894; font-size: 24px; }
.driver-empty h3 { margin: 15px 0 4px; color: white; }
.driver-empty p { margin: 0; font-size: 12px; }
.driver-bottom-nav { position: fixed; z-index: 50; left: 50%; bottom: 18px; width: min(440px, calc(100vw - 30px)); padding: 7px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; display: grid; grid-template-columns: repeat(3, 1fr); background: rgba(20,27,23,.92); backdrop-filter: blur(16px); transform: translateX(-50%); box-shadow: 0 18px 50px rgba(0,0,0,.35); }
.driver-bottom-nav button, .driver-bottom-nav a { min-height: 50px; border: 0; border-radius: 13px; display: grid; place-items: center; gap: 1px; background: transparent; color: rgba(255,255,255,.45); cursor: pointer; font-size: 9px; }
.driver-bottom-nav span { font-size: 16px; }
.driver-bottom-nav .is-active { background: #252e2a; color: white; }

/* Kitchen and dispatch board */
.kitchen-body { min-height: 100dvh; background: #f4f1eb; }
.kitchen-login { background: radial-gradient(circle at 12% 12%, rgba(239,170,38,.14), transparent 30%), radial-gradient(circle at 88% 82%, rgba(213,25,32,.13), transparent 28%), #101411; }
.kitchen-app { min-height: 100dvh; }
.kitchen-header { height: 76px; padding: 0 max(24px, calc((100vw - 1380px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid #dfdcd5; background: white; }
.kitchen-brand { display: flex; align-items: center; gap: 16px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.kitchen-brand img { width: 110px; height: 62px; object-fit: contain; }
.kitchen-header > div:last-child { display: flex; align-items: center; gap: 10px; }
.kitchen-tools { flex-wrap: wrap; justify-content: flex-end; }
.auto-print-switch { min-height: 38px; padding: 0 12px; border: 1px solid rgba(12,122,67,.28); border-radius: 10px; display: inline-flex; align-items: center; gap: 7px; background: rgba(12,122,67,.06); color: var(--green); cursor: pointer; font-size: 11px; font-weight: 800; }
.auto-print-switch input { accent-color: var(--green); }
.print-mode-select { min-height:38px;display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border:1px solid var(--line);border-radius:9px;background:#fff;font-size:10px;font-weight:700; }
.print-mode-select select { border:0;background:transparent;font:700 11px "DM Sans";outline:0; }
.kitchen-clock { margin-right: 12px; color: var(--muted); font-size: 13px; font-weight: 700; }
.kitchen-header button { min-height: 38px; padding: 0 14px; border: 1px solid var(--line); border-radius: 10px; background: white; cursor: pointer; font-size: 11px; font-weight: 700; }
.kitchen-summary { width: min(1380px, calc(100vw - 40px)); margin: 0 auto; padding: 42px 0 28px; display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.kitchen-summary h1 { margin: 0; font-family: "Fraunces", serif; font-size: clamp(36px, 4vw, 54px); letter-spacing: -.04em; }
.kitchen-summary h1 span { color: var(--green); }
.kitchen-kpis { display: grid; grid-template-columns: repeat(3, 100px); gap: 8px; }
.kitchen-kpis article { min-height: 82px; padding: 12px; border: 1px solid #dfdcd5; border-radius: 14px; display: grid; background: white; }
.kitchen-kpis strong { font-family: "Fraunces", serif; font-size: 27px; }
.kitchen-kpis small { color: var(--muted); font-size: 10px; }
.kitchen-board { width: min(1380px, calc(100vw - 40px)); margin: 0 auto; padding-bottom: 50px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; align-items: start; }
.kitchen-column { min-width: 0; padding: 13px; border: 1px solid #dedbd3; border-radius: 18px; background: rgba(255,255,255,.58); }
.kitchen-column > header { height: 48px; padding: 0 7px; display: flex; justify-content: space-between; align-items: center; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.kitchen-column > header span { display: flex; align-items: center; gap: 9px; }
.kitchen-column > header i { width: 9px; height: 9px; border-radius: 50%; background: #9fa5a1; }
.kitchen-column > header i.placed { background: var(--red); box-shadow: 0 0 0 5px rgba(213,25,32,.1); }
.kitchen-column > header i.preparing { background: var(--gold); box-shadow: 0 0 0 5px rgba(239,170,38,.12); }
.kitchen-column > header i.ready { background: var(--green); box-shadow: 0 0 0 5px rgba(12,122,67,.1); }
.kitchen-column > header b { display: grid; place-items: center; min-width: 26px; height: 26px; padding-inline: 5px; border-radius: 99px; background: #ebe8e1; font-size: 11px; }
.kitchen-column > div { display: grid; gap: 10px; }
.kitchen-order { padding: 17px; border: 1px solid #e2dfd8; border-radius: 15px; background: white; box-shadow: 0 8px 28px rgba(30,33,31,.05); }
.kitchen-order-top { display: flex; justify-content: space-between; color: var(--green); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.kitchen-order-top span { color: var(--red); font-weight: 800; }
.kitchen-order h3 { margin: 10px 0 3px; font-size: 18px; }
.kitchen-type { margin: 0; color: var(--muted); font-size: 11px; }
.kitchen-order ul { margin: 16px 0; padding: 13px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; gap: 7px; list-style: none; font-size: 13px; }
.kitchen-order li strong { display: inline-block; width: 27px; color: var(--red); }
.kitchen-note { padding: 10px; border-radius: 9px; background: var(--cream); color: var(--muted); font-size: 11px; line-height: 1.5; }
.kitchen-address { margin: 7px 0 0; color: var(--muted); font-size: 10px; font-weight: 700; }
.kitchen-order button, .kitchen-ready-label { width: 100%; min-height: 43px; border: 0; border-radius: 10px; display: grid; place-items: center; background: var(--ink); color: white; cursor: pointer; font-size: 12px; font-weight: 800; }
.kitchen-actions { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 7px; }
.kitchen-order .kitchen-print-button { width: auto; min-width: 86px; padding-inline: 10px; border: 1px solid #d7d4cc; background: #f8f7f3; color: var(--ink); }
.kitchen-column[data-kitchen-column="preparing"] .kitchen-order button { background: var(--gold); color: var(--ink); }
.kitchen-column[data-kitchen-column="preparing"] .kitchen-order .kitchen-print-button { background: #f8f7f3; }
.kitchen-ready-label { background: rgba(12,122,67,.09); color: var(--green); cursor: default; }
.kitchen-empty { margin: 0; padding: 45px 10px; border: 1px dashed #d7d4cc; border-radius: 12px; color: #969c98; text-align: center; font-size: 12px; }
.print-frame { position: fixed; width: 1px; height: 1px; right: 0; bottom: 0; border: 0; opacity: 0; pointer-events: none; }
.zone-dialog { width: min(1100px, calc(100vw - 30px)); max-height: calc(100dvh - 30px); padding: 0; border: 0; border-radius: 20px; background: #fff; box-shadow: 0 24px 90px rgba(0,0,0,.3); }
.zone-dialog::backdrop { background: rgba(9,13,11,.68); backdrop-filter: blur(5px); }
.zone-dialog-head { padding: 25px 27px 19px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; }
.zone-dialog-head h2 { margin: 5px 0 4px; font-family: "Fraunces", serif; font-size: 30px; }
.zone-dialog-head p:last-child { margin: 0; color: var(--muted); font-size: 11px; }
.zone-form { padding: 20px 27px; display: grid; grid-template-columns: 120px 1.5fr 140px 170px 100px; gap: 10px; align-items: end; background: #faf9f6; }
.zone-form label { display: grid; gap: 5px; }
.zone-form label span { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.zone-form input { min-width: 0; height: 42px; padding: 0 11px; border: 1px solid #d7d4cc; border-radius: 9px; background: #fff; font: inherit; font-size: 12px; }
.zone-form-actions { grid-column: 1 / -1; display: flex; gap: 8px; }
.zone-form-actions .button { min-height: 40px; padding: 0 15px; }
.zone-form .form-error { grid-column: 1 / -1; margin: 0; }
.zone-table-wrap { max-height: 44dvh; overflow: auto; padding: 5px 27px 25px; }
.zone-table { width: 100%; border-collapse: collapse; font-size: 12px; }
.zone-table th { position: sticky; top: 0; padding: 13px 9px; border-bottom: 2px solid var(--line); background: #fff; color: var(--muted); text-align: left; font-size: 9px; text-transform: uppercase; }
.zone-table td { padding: 12px 9px; border-bottom: 1px solid var(--line); }
.zone-table tr.is-inactive { opacity: .5; }
.zone-table td:last-child { display: flex; gap: 6px; }
.zone-table button { min-height: 32px; padding: 0 9px; border: 1px solid #d7d4cc; border-radius: 7px; background: #fff; cursor: pointer; font-size: 10px; font-weight: 800; }
.zone-status { padding: 4px 7px; border-radius: 99px; background: #eee; color: #666; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.zone-status.is-active { background: rgba(12,122,67,.09); color: var(--green); }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 145px 1fr; height: 76px; padding-inline: 20px; }
  .brand { width: 140px; height: 65px; }
  .brand img { width: 130px; }
  .desktop-nav { display: none; }
  .header-actions { justify-self: end; }
  .hero { min-height: 620px; }
  .hero-media { background-position: 54% 60%; }
  .service-strip { grid-template-columns: repeat(2, 1fr); }
  .service-strip article:nth-child(2) { border-right: 0; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .deal { padding: 48px; }
  .pizza-disc { width: 300px; height: 300px; }
  .tracking-card { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
  .quick-deals-track { grid-template-columns: 1.2fr 1fr; }
  .quick-deal:last-child { display: none; }
  .order-start-layout { grid-template-columns: .75fr 1.25fr; }
  .kitchen-summary { display: block; }
  .kitchen-kpis { margin-top: 24px; grid-template-columns: repeat(3, 1fr); }
  .kitchen-board { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .site-header { height: 68px; grid-template-columns: 110px 1fr; padding-inline: 14px; gap: 8px; }
  .brand { width: 108px; height: 60px; }
  .brand img { width: 105px; }
  .location-chip { display: none; }
  .account-button { min-height: 42px; padding: 8px 10px; }
  .account-button span:last-child { display: none; }
  .cart-button { min-height: 42px; }
  .cart-label { display: none; }
  .quick-deals { padding: 9px 0; }
  .quick-deals-track { width: 100%; padding: 0 14px; grid-template-columns: 250px 190px 190px; overflow-x: auto; scrollbar-width: none; }
  .quick-deals-track::-webkit-scrollbar { display: none; }
  .quick-deal { min-height: 70px; padding: 10px 12px; }
  .quick-deal:last-child { display: grid; }
  .hero { min-height: 650px; }
  .hero-media { background-position: 45% 65%; }
  .hero-shade { background: linear-gradient(180deg, rgba(8,10,9,.45), rgba(8,10,9,.84) 55%, rgba(8,10,9,.97)); }
  .hero-content { display: flex; min-height: 650px; padding: 82px 0 42px; flex-direction: column; justify-content: end; }
  .hero h1 { font-size: clamp(50px, 16vw, 72px); }
  .hero-copy { margin: 20px 0 24px; font-size: 15px; line-height: 1.55; }
  .hero-actions .button { flex: 1; padding-inline: 16px; }
  .hero-meta { margin-top: 28px; gap: 15px; }
  .hero-meta span { font-size: 10px; }
  .service-strip { margin-top: 0; width: 100%; padding: 20px 14px; border-radius: 0; grid-template-columns: 1fr 1fr; box-shadow: none; border-bottom: 1px solid var(--line); }
  .service-strip article { padding: 9px 5px; border: 0; }
  .service-strip article:nth-child(n+3) { display: none; }
  .service-icon { width: 34px; height: 34px; flex-basis: 34px; }
  .order-mode { padding-top: 72px; }
  .section-heading { display: block; margin-bottom: 24px; }
  .section-heading h2 { font-size: 42px; }
  .section-heading > p { margin-top: 15px; font-size: 13px; }
  .mode-grid { grid-template-columns: 1fr; }
  .mode-card { min-height: 110px; grid-template-columns: 57px 1fr; padding: 17px; }
  .mode-card > i { grid-column: 2; }
  .mode-illustration { width: 55px; height: 55px; }
  .menu-section { padding: 65px 0 80px; }
  .menu-toolbar { display: block; }
  .filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 10px; scrollbar-width: none; }
  .filters::-webkit-scrollbar { display: none; }
  .filters button { flex: 0 0 auto; }
  .menu-search { width: 100%; margin-top: 10px; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 14px 10px; }
  .product-image { height: 135px; }
  .product-content { padding: 13px; }
  .product-card h3 { font-size: 15px; }
  .product-description { min-height: 49px; font-size: 10px; }
  .deal { width: calc(100% - 28px); min-height: 620px; padding: 35px 25px; grid-template-columns: 1fr; align-content: start; }
  .deal h2 { font-size: 48px; }
  .deal-art { min-height: 260px; }
  .pizza-disc { width: 280px; height: 280px; right: -45px; top: 20px; }
  .steps { padding: 85px 0; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid article { min-height: 215px; }
  .timeline { overflow-x: auto; grid-template-columns: repeat(5, 90px); justify-content: start; padding-bottom: 8px; }
  .tracking-card { padding: 28px 20px; }
  .app-promo { padding-top: 65px; }
  .app-promo-inner { grid-template-columns: 1fr; gap: 45px; }
  .app-promo-copy { grid-row: 1; padding-bottom: 0; }
  .app-promo h2 { font-size: 45px; }
  .phone-preview { height: 440px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .cart-drawer { padding: 22px 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .full-row { grid-column: auto; }
  .account-dialog > [data-account-guest], .account-dialog > [data-account-profile] { padding: 18px; }
  .order-start-dialog { width: min(100% - 18px, 560px); max-height: calc(100dvh - 18px); border-radius: 22px; }
  .order-start-layout { display: block; min-height: 0; }
  .order-start-brand { display: none; }
  .order-start-content { padding: 28px 20px 22px; }
  .order-start-content h2 { font-size: 34px; }
  .order-start-modes button { min-height: 92px; padding: 12px; grid-template-columns: 31px 1fr; }
  .order-start-modes button > span { font-size: 23px; }
  .address-suggestions { margin-top: -6px; }
  .toast-region { left: 14px; right: 14px; bottom: 14px; }
  .toast { max-width: none; }
  .driver-app { width: min(100% - 24px, 1120px); padding-top: 20px; }
  .driver-header { align-items: flex-start; }
  .status-pill span { display: none; }
  .status-pill { width: 43px; padding: 0; justify-content: center; }
  .driver-summary { grid-template-columns: 1fr 1fr; }
  .driver-summary article:last-child { grid-column: 1 / -1; min-height: 105px; }
  .active-delivery { padding: 15px; }
  .route-map { height: 175px; }
  .active-actions { grid-template-columns: 1fr; }
  .driver-section-heading h2 { font-size: 30px; }
  .kitchen-header { height: auto; min-height: 68px; padding: 8px 14px; }
  .kitchen-brand span, .kitchen-clock { display: none; }
  .kitchen-brand img { width: 94px; }
  .kitchen-header button { padding-inline: 10px; }
  .auto-print-switch { padding-inline: 9px; }
  .auto-print-switch span { display: none; }
  .print-mode-select > span { display: none; }
  .kitchen-summary, .kitchen-board { width: calc(100vw - 24px); }
  .kitchen-summary { padding-top: 30px; }
  .kitchen-summary h1 { font-size: 38px; }
  .zone-form { grid-template-columns: 1fr 1fr; }
  .zone-table-wrap { padding-inline: 15px; }
}

@media (max-width: 390px) {
  .hero h1 { font-size: 50px; }
  .hero-actions { display: grid; }
  .product-grid { grid-template-columns: 1fr; }
  .product-image { height: 190px; }
  .driver-summary { grid-template-columns: 1fr; }
  .driver-summary article:last-child { grid-column: auto; }
  .login-card { padding: 28px 22px; }
}

/* PizzaBoy-inspired ordering pattern, rebuilt for the Imbiss Tal brand. */
.pizzaboy-menu { padding: 54px 0 95px; background: #fff7d8; }
.menu-photo-banner { min-height: 345px; border-radius: 26px 26px 0 0; position: relative; overflow: hidden; display: flex; align-items: end; background: #171915; box-shadow: 0 24px 60px rgba(42,31,16,.15); }
.menu-photo-banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,12,10,.9), rgba(10,12,10,.36) 58%, rgba(10,12,10,.08)); }
.menu-photo-banner > img { width: 100%; height: 345px; object-fit: cover; object-position: 50% 57%; }
.menu-photo-banner > div { max-width: 610px; padding: 45px 50px; position: absolute; z-index: 2; color: white; }
.menu-photo-banner h2 { margin: 10px 0 13px; font-family: "Fraunces", serif; font-size: clamp(44px,5vw,70px); line-height: .96; }
.menu-photo-banner p:last-child { max-width: 530px; margin: 0; color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.6; }
.category-sticky { position: sticky; z-index: 95; top: 88px; background: var(--red); box-shadow: 0 9px 25px rgba(181,14,24,.2); }
.category-rail { min-height: 92px; padding: 0; display: grid; grid-template-columns: 42px minmax(0,1fr) 42px; align-items: stretch; }
.category-sticky .filters { min-width: 0; min-height: 92px; padding: 8px 0; overflow-x: auto; display: flex; flex-wrap: nowrap; align-items: stretch; gap: 2px; scrollbar-width: none; scroll-snap-type: x proximity; scroll-behavior: smooth; }
.category-sticky .filters::-webkit-scrollbar { display: none; }
.category-sticky .filters button { flex: 0 0 108px; min-height: 76px; padding: 8px 7px; border: 0; border-radius: 0; display: grid; place-items: center; align-content: center; gap: 7px; background: transparent; color: white; scroll-snap-align: start; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.category-sticky .filters button .material-symbols-rounded { font-size: 29px; }
.category-sticky .filters button.is-active { background: rgba(89,7,13,.35); box-shadow: inset 0 -4px 0 white; }
.category-arrow { border: 0; display: grid; place-items: center; background: #a80c15; color: #fff; cursor: pointer; }
.category-arrow:hover,.category-arrow:focus-visible { background: #7f0710; outline: none; }.category-arrow .material-symbols-rounded { font-size: 27px; }
.menu-subnav { background: #6f1720; }
.menu-subnav > div { min-height: 43px; display: flex; gap: 2px; overflow-x: auto; }
.menu-subnav button { min-width: 110px; padding: 0 18px; border: 0; background: transparent; color: rgba(255,255,255,.8); cursor: pointer; font-size: 11px; font-weight: 800; }
.menu-subnav button.is-active, .menu-subnav button:hover { background: rgba(255,255,255,.1); color: white; }
.menu-workspace { padding-top: 42px; display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 28px; align-items: start; }
.menu-catalog { min-width: 0; }
.pizzaboy-toolbar { margin-bottom: 18px; align-items: end; }
.pizzaboy-toolbar h2 { margin: 3px 0 0; color: var(--red); font-family: "Fraunces", serif; font-size: 44px; }
.pizzaboy-toolbar .menu-search { width: min(100%,340px); margin: 0; }
.my-pizza-banner { width: 100%; min-height: 225px; margin-bottom: 18px; padding: 0; border: 0; border-radius: 18px; overflow: hidden; position: relative; display: grid; grid-template-columns: .42fr .58fr; background: #11140f; color: white; cursor: pointer; text-align: left; box-shadow: 0 14px 36px rgba(49,36,16,.14); }
.my-pizza-banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,14,11,.15), rgba(12,14,11,.96) 48%); }
.my-pizza-banner img { width: 100%; height: 225px; object-fit: cover; }
.my-pizza-banner > span { padding: 27px 28px; position: relative; z-index: 2; display: grid; align-content: center; justify-items: start; }
.my-pizza-banner small { color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.my-pizza-banner b { margin-top: 8px; font-family: "Fraunces", serif; font-size: 28px; line-height: 1.05; }
.my-pizza-banner em { margin-top: 8px; color: rgba(255,255,255,.7); font-size: 11px; font-style: normal; line-height: 1.5; }
.my-pizza-banner i { margin-top: 19px; display: inline-flex; align-items: center; gap: 7px; color: white; font-size: 11px; font-style: normal; font-weight: 800; }
.my-pizza-banner i .material-symbols-rounded { font-size: 17px; }
.pizzaboy-product-list { display: grid; grid-template-columns: 1fr; gap: 11px; }
.pizzaboy-product-list .product-card { border: 1px solid rgba(92,62,15,.13); border-radius: 13px; overflow: visible; box-shadow: 0 5px 17px rgba(53,39,19,.055); }
.pizzaboy-product-list .product-card:hover { transform: none; box-shadow: 0 10px 26px rgba(53,39,19,.10); }
.pb-product-card { padding: 17px 18px 16px; }
.pb-product-top { display: flex; align-items: start; justify-content: space-between; gap: 15px; }
.pb-product-title { min-width: 0; display: flex; align-items: baseline; gap: 7px; }
.pb-product-title > strong { color: var(--gold); font-size: 12px; }
.pb-product-title h3 { margin: 0; color: var(--red); font-size: 20px; text-transform: uppercase; }
.pb-product-tags { flex: 0 0 auto; display: flex; flex-wrap: wrap; justify-content: end; gap: 4px; }
.declaration-chip { min-width: 27px; height: 27px; padding: 0 6px; border-radius: 7px; display: inline-grid; place-items: center; background: #eceae5; color: #666; font-size: 9px; font-weight: 900; }
.declaration-chip.allergen { background: rgba(218,29,36,.08); color: var(--red); }
.declaration-chip.additive { background: rgba(244,170,35,.16); color: #8a5600; }
.pb-product-description { margin: 6px 0 12px; color: #4f514c; font-size: 12px; line-height: 1.45; }
.pb-product-variants { display: grid; grid-template-columns: repeat(auto-fit,minmax(125px,1fr)); gap: 7px; }
.pb-product-variants button { min-height: 58px; padding: 7px 8px; border: 0; border-radius: 9px; display: grid; place-items: center; align-content: center; gap: 2px; background: #f0efec; cursor: pointer; }
.pb-product-variants button:hover, .pb-product-variants button:focus-visible { background: var(--gold); }
.pb-product-variants span { color: #555; font-size: 10px; }
.pb-product-variants b { color: var(--red); font-size: 15px; }
.menu-product-info { margin-top: 16px; padding: 15px 17px; border-radius: 12px; background: rgba(255,255,255,.65); }
.menu-product-info b { color: var(--red); font-size: 12px; }
.menu-product-info p { margin: 6px 0 0; color: #6f6f69; font-size: 10px; line-height: 1.55; }
.menu-cart-panel { padding: 0 16px 16px; border: 1px solid rgba(92,62,15,.13); border-radius: 14px; position: sticky; top: 200px; overflow: hidden; background: white; box-shadow: 0 14px 40px rgba(53,39,19,.12); }
.menu-cart-head { margin: 0 -16px 14px; min-height: 89px; padding: 14px 16px; display: grid; grid-template-columns: 43px 1fr auto; align-items: center; gap: 10px; background: var(--red); color: white; }
.menu-cart-head > .material-symbols-rounded { width: 43px; height: 43px; border-radius: 11px; display: grid; place-items: center; background: rgba(255,255,255,.12); }
.menu-cart-head div { display: grid; }.menu-cart-head small { color: rgba(255,255,255,.7); font-size: 8px; letter-spacing: .08em; }.menu-cart-head b { font-size: 17px; }
.menu-cart-head i { min-width: 24px; height: 24px; padding: 0 6px; border-radius: 99px; display: grid; place-items: center; background: white; color: var(--red); font-size: 10px; font-style: normal; font-weight: 900; }
.menu-cart-items { max-height: 330px; overflow-y: auto; display: grid; gap: 8px; }
.menu-cart-items > p { margin: 0; padding: 28px 10px; color: var(--muted); font-size: 11px; text-align: center; }
.menu-cart-empty { display: grid; justify-items: center; gap: 8px; }
.menu-cart-empty .material-symbols-rounded { color: #bebbb4; font-size: 30px; }
.menu-cart-line { padding: 9px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: minmax(0,1fr) auto 25px; gap: 7px; align-items: start; font-size: 10px; }
.menu-cart-line > div { min-width: 0; display: grid; }.menu-cart-line b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.menu-cart-line small { margin-top: 3px; color: var(--muted); line-height: 1.45; }
.menu-cart-line > strong { color: var(--red); white-space: nowrap; }.menu-cart-line > button { width: 25px; height: 25px; padding: 0; border: 0; border-radius: 7px; display: grid; place-items: center; background: #f0efec; color: var(--red); cursor: pointer; }.menu-cart-line > button span { font-size: 14px; }
.menu-cart-total { margin: 13px 0; padding-top: 12px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; font-size: 14px; }
.menu-cart-total b { color: var(--red); font-size: 17px; }
.menu-cart-edit { width: 100%; margin-top: 8px; border: 0; background: transparent; color: var(--red); cursor: pointer; font-size: 10px; font-weight: 800; }
.mobile-cart-bar { display: none; }
.variant-dialog { width: min(1040px,calc(100vw - 32px)); max-height: calc(100dvh - 32px); }
.variant-dialog form { max-height: calc(100dvh - 32px); overflow-y: auto; }
.variant-dialog .variant-header h2 { color: var(--red); text-transform: uppercase; }
.current-ingredients { margin: 17px 0 9px; padding: 14px; border-radius: 12px; display: grid; grid-template-columns: 180px 1fr; gap: 12px; background: #f8f7f3; }
.current-ingredients > div:first-child { display: grid; align-content: center; }.current-ingredients small { color: var(--muted); font-size: 9px; }
.current-ingredients [data-current-ingredients] { display: flex; flex-wrap: wrap; gap: 6px; }
.current-ingredients [data-current-ingredients] span { padding: 7px 9px; border-radius: 8px; background: white; color: #50514d; font-size: 10px; }
.pizza-extra-groups { display: grid; gap: 8px; }
.pizza-extra-group { padding: 13px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.pizza-extra-group header { margin-bottom: 9px; display: flex; justify-content: space-between; gap: 12px; }
.pizza-extra-group header b { font-size: 12px; }.pizza-extra-group header span { color: var(--red); font-size: 11px; font-weight: 800; }
.ingredient-removal-group { border-color: rgba(220, 25, 35, .24); background: #fffafa; }
.ingredient-removal-help { margin: -2px 0 10px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.cart-removal-summary { color: #b20f18; white-space: normal !important; }
.pizza-extra-options { display: flex; flex-wrap: wrap; gap: 6px; }
.pizza-extra-options label { position: relative; cursor: pointer; }
.pizza-extra-options input { position: absolute; opacity: 0; }
.pizza-extra-options span { min-height: 34px; padding: 7px 10px; border: 1px solid #e6e3dc; border-radius: 8px; display: inline-flex; align-items: center; gap: 6px; background: #f9f8f5; font-size: 10px; }
.pizza-extra-options span small { color: var(--red); font-size: 9px; font-weight: 800; }
.pizza-extra-options input:checked + span { border-color: var(--red); background: rgba(218,29,36,.06); color: var(--red); box-shadow: 0 0 0 2px rgba(218,29,36,.07); }
.pizza-extra-options input:checked + span::before { content: "check"; font-family: "Material Symbols Rounded"; font-size: 15px; }
.item-note-field { margin: 12px 0 16px; display: grid; gap: 6px; }
.item-note-field > span { font-size: 11px; font-weight: 800; }
.item-note-field textarea { width: 100%; min-height: 78px; padding: 11px 12px; border: 1px solid var(--line); border-radius: 11px; resize: vertical; background: #fff; color: var(--ink); font: inherit; font-size: 11px; line-height: 1.45; }
.item-note-field textarea:focus { border-color: var(--red); outline: 3px solid rgba(218,29,36,.08); }
.item-note-field small { color: var(--muted); font-size: 9px; line-height: 1.4; }
.product-declarations { margin: 14px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.product-declarations > div { padding: 12px; border-radius: 10px; background: #f8f7f3; }
.product-declarations b { font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.product-declarations p { margin: 6px 0 0; color: var(--muted); font-size: 9px; line-height: 1.5; }
.cart-item { grid-template-columns: 1fr auto; }
.cart-item-thumb { display: none; }
.cart-item.cart-item-no-photo { grid-template-columns: 42px minmax(0,1fr) auto; }
.cart-item-number { width: 42px; height: 42px; border-radius: 10px; display: grid; place-items: center; align-self: start; background: rgba(218,29,36,.08); color: var(--red); font-size: 11px; font-weight: 900; }
.cart-item-info em { color: var(--red); font-style: normal; line-height: 1.45; }
.cart-item-actions { margin-top: 9px; display: flex; align-items: center; gap: 10px; }
.cart-edit-item { padding: 4px 0; border: 0; background: transparent; color: var(--red); cursor: pointer; font-size: 9px; font-weight: 800; }
.cart-item-extras { margin-top: 5px; display: block; color: var(--red); font-size: 9px; line-height: 1.45; }
.cart-item-edit { margin-top: 6px; padding: 0; border: 0; background: transparent; color: var(--red); cursor: pointer; font-size: 9px; font-weight: 800; }

@media (max-width: 980px) {
  .category-sticky { top: 76px; }
  .menu-workspace { grid-template-columns: 1fr; }
  .menu-cart-panel { display: none; }
  .mobile-cart-bar { min-height: 64px; padding: 8px 16px calc(8px + env(safe-area-inset-bottom)); border: 0; position: fixed; z-index: 150; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: space-between; background: var(--red); color: white; box-shadow: 0 -10px 30px rgba(89,7,13,.25); }
  .mobile-cart-bar span { display: flex; align-items: center; gap: 9px; }.mobile-cart-bar small { font-size: 10px; font-weight: 900; }.mobile-cart-bar span b { min-width: 25px; height: 25px; border: 2px solid white; transform: rotate(45deg); display: grid; place-items: center; font-size: 9px; }.mobile-cart-bar span b::first-line { transform: rotate(-45deg); }
  .mobile-cart-bar strong { font-size: 11px; }.mobile-cart-bar strong i { margin-left: 5px; font-style: normal; }
}
@media (max-width: 720px) {
  .pizzaboy-menu { padding: 22px 0 82px; }
  .menu-photo-banner { width: 100%; min-height: 280px; border-radius: 0; }
  .menu-photo-banner > img { height: 280px; }
  .menu-photo-banner > div { padding: 30px 20px; }
  .menu-photo-banner h2 { font-size: 42px; }
  .menu-photo-banner p:last-child { font-size: 11px; }
  .category-sticky { top: 68px; }
  .category-rail { width: 100%; min-height: 76px; grid-template-columns: 32px minmax(0,1fr) 32px; }
  .category-sticky .filters { width: 100%; min-height: 76px; padding: 0; }
  .category-sticky .filters button { flex-basis: 94px; min-height: 76px; }
  .menu-workspace { padding-top: 24px; }
  .pizzaboy-toolbar { display: block; }
  .pizzaboy-toolbar h2 { font-size: 37px; }
  .pizzaboy-toolbar .menu-search { width: 100%; margin-top: 13px; }
  .my-pizza-banner { min-height: 255px; grid-template-columns: 1fr; }
  .my-pizza-banner img { width: 100%; height: 255px; }
  .my-pizza-banner::after { background: linear-gradient(0deg, rgba(12,14,11,.96), rgba(12,14,11,.06) 80%); }
  .my-pizza-banner > span { inset: auto 0 0; position: absolute; padding: 21px; }
  .my-pizza-banner b { font-size: 24px; }
  .my-pizza-banner em { display: none; }
  .pb-product-card { padding: 15px 14px; }
  .pb-product-title h3 { font-size: 17px; }
  .pb-product-variants { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .variant-dialog { width: calc(100vw - 12px); max-height: calc(100dvh - 12px); border-radius: 17px; }
  .variant-dialog form { max-height: calc(100dvh - 12px); padding: 18px 14px 14px; }
  .variant-options { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .current-ingredients { grid-template-columns: 1fr; }
  .product-declarations { grid-template-columns: 1fr; }
  .cart-item.cart-item-no-photo { grid-template-columns: 36px minmax(0,1fr) auto; gap: 9px; }
  .cart-item-number { width: 36px; height: 36px; }
}

/* Imbiss Tal 2026 storefront: one inline cart and app-like campaign home */
.hero { min-height: auto; padding: 54px 0 46px; overflow: visible; background: #f7f3eb; color: var(--ink); }
.hero-layout { display: grid; grid-template-columns: .88fr 1.12fr; align-items: stretch; gap: clamp(32px,5vw,72px); }
.hero-content { padding: clamp(42px,6vw,84px) 0; display: flex; flex-direction: column; justify-content: center; }
.hero h1 { max-width: 600px; font-size: clamp(58px,6.6vw,96px); }
.hero h1 em { color: var(--red); }
.hero-copy { max-width: 520px; margin: 25px 0 30px; color: #555b57; }
.button-outline { border-color: #d7d1c6; background: transparent; color: var(--ink); }
.button-outline:hover { border-color: var(--red); color: var(--red); }
.hero-order-options { max-width: 555px; margin-top: 34px; padding-top: 24px; border-top: 1px solid #ded8cc; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.hero-order-options button { min-height: 72px; padding: 11px 14px; border: 1px solid #e0dbd0; border-radius: 15px; display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 10px; background: white; cursor: pointer; text-align: left; }
.hero-order-options .material-symbols-rounded { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: rgba(213,25,32,.08); color: var(--red); font-size: 23px; }
.hero-order-options button > span:last-child { display: grid; gap: 2px; }
.hero-order-options b { font-size: 12px; }.hero-order-options small { color: var(--muted); font-size: 9px; }
.hero-visual { min-height: 610px; border-radius: 34px; position: relative; overflow: hidden; box-shadow: 0 32px 80px rgba(58,37,22,.18); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 55%,rgba(17,12,8,.42)); pointer-events: none; }
.hero-visual > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center 23%; }
.hero-stamp { width: 92px; height: 92px; border: 5px solid rgba(255,255,255,.92); border-radius: 50%; position: absolute; z-index: 2; top: 24px; right: 24px; display: grid; place-content: center; background: var(--green); color: white; text-align: center; transform: rotate(6deg); box-shadow: 0 12px 25px rgba(0,0,0,.18); }
.hero-stamp b { font-size: 18px; line-height: 1; }.hero-stamp span { font-size: 11px; font-weight: 800; }
.hero-rating { padding: 11px 14px; border-radius: 14px; position: absolute; z-index: 2; left: 24px; bottom: 24px; display: grid; grid-template-columns: auto auto; gap: 0 6px; align-items: center; background: rgba(255,255,255,.94); box-shadow: 0 12px 30px rgba(0,0,0,.16); }
.hero-rating .material-symbols-rounded { grid-row: 1 / 3; color: var(--gold); }.hero-rating b { font-size: 15px; }.hero-rating small { color: var(--muted); font-size: 8px; }
.taste-stories { margin-top: 24px; margin-bottom: 40px; display: grid; grid-template-columns: 1.25fr repeat(3,1fr); gap: 12px; }
.taste-card { min-height: 174px; padding: 0; border: 0; border-radius: 20px; position: relative; overflow: hidden; background: #191b19; color: white; cursor: pointer; text-align: left; box-shadow: 0 10px 25px rgba(31,25,20,.10); }
.taste-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.72)); }
.taste-card img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center; transition: transform .35s ease; }
.taste-card:hover img { transform: scale(1.04); }
.taste-card > span { position: absolute; z-index: 2; inset: auto 16px 15px; display: grid; }
.taste-card small { color: rgba(255,255,255,.72); font-size: 9px; }.taste-card b { font-family: "Fraunces",serif; font-size: 25px; }.taste-card i { margin-top: 5px; color: white; font-size: 9px; font-style: normal; font-weight: 800; }
.taste-pizza img { object-position: center 32%; }
.service-strip { margin-top: 0; }
.deal-art { min-height: 315px; border-radius: 24px; overflow: hidden; }
.deal-art img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.deal-art span { padding: 9px 12px; border-radius: 999px; position: absolute; right: 16px; bottom: 16px; background: var(--red); color: white; font-size: 11px; font-weight: 900; }
.menu-cart-panel { overflow: visible; }
.menu-cart-items { max-height: 285px; }
.menu-cart-line { grid-template-columns: minmax(0,1fr) auto; gap: 8px; }
.menu-cart-line > div:first-child { grid-column: 1; }
.menu-cart-line > strong { grid-column: 2; grid-row: 1; }
.menu-cart-actions { grid-column: 1 / -1; display: flex !important; align-items: center; justify-content: space-between; gap: 8px; margin-top: 3px; }
.menu-cart-quantity { display: flex; align-items: center; gap: 5px; }
.menu-cart-quantity button, .menu-cart-actions > button { width: 25px; height: 25px; padding: 0; border: 1px solid #e4e0d8; border-radius: 7px; display: grid; place-items: center; background: #faf9f6; color: var(--red); cursor: pointer; }
.menu-cart-quantity span { min-width: 18px; text-align: center; font-size: 10px; font-weight: 800; }
.menu-cart-actions > button { margin-left: auto; }.menu-cart-actions > button:last-child { color: var(--muted); }
.menu-cart-actions .material-symbols-rounded { font-size: 14px; }
.menu-cart-summary { margin-top: 10px; padding-top: 10px; border-top: 1px solid var(--line); }
.menu-cart-summary > div:not(.cart-upsell):not(.minimum-progress) { padding: 3px 0; display: flex; justify-content: space-between; gap: 8px; color: var(--muted); font-size: 10px; }
.menu-cart-summary .tax-row { font-size: 9px !important; }
.menu-cart-summary .menu-cart-total { margin: 8px 0 10px; padding-top: 10px !important; color: var(--ink) !important; font-size: 14px !important; }
.menu-cart-summary .menu-cart-total b { color: var(--red); font-size: 17px; }
.menu-cart-summary .minimum-order { margin: 0 0 10px; }
.menu-cart-summary > .minimum-progress { margin: 0 0 12px; display: block; }
.menu-cart-summary > .cart-upsell { margin: 0 0 12px; padding: 11px; border-radius: 12px; display: block; background: #f7f6f1; }
.menu-cart-summary .button { min-height: 48px; }
.menu-cart-panel { max-height: calc(100dvh - 214px); overflow-x: hidden; overflow-y: auto; scrollbar-width: thin; scrollbar-color: rgba(213,25,32,.34) transparent; }
.checkout-order-summary { margin-bottom: 22px; padding: 15px 16px; border-radius: 14px; display: flex; justify-content: space-between; align-items: center; background: #fff7d8; }
.checkout-order-summary span { display: grid; }.checkout-order-summary small { color: var(--muted); font-size: 9px; }.checkout-order-summary b { font-size: 13px; }.checkout-order-summary strong { color: var(--red); font-size: 18px; }

/* Imbiss Tal savings menus, grounded in the supplied PizzaBoy menu references. */
.saver-menus { padding: 86px 0 76px; overflow: hidden; background: #fff3c6; border-top: 1px solid #f4dfa0; border-bottom: 1px solid #f0d98f; }
.saver-heading { margin-bottom: 30px; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.saver-heading h2 { margin: 3px 0 0; color: var(--red); font-family: "Roboto Condensed", sans-serif; font-size: clamp(46px, 6vw, 72px); font-weight: 900; line-height: .92; letter-spacing: -.045em; text-transform: uppercase; }
.saver-heading > p { max-width: 430px; margin: 0 0 4px; color: #6d6044; font-size: 15px; line-height: 1.55; }
.saver-menu-rail { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; }
.saver-card { min-width: 0; overflow: hidden; border: 1px solid rgba(119,73,0,.15); border-radius: 16px; display: flex; flex-direction: column; background: white; box-shadow: 0 13px 32px rgba(92,58,0,.08); }
.saver-card-media { height: 190px; position: relative; overflow: hidden; background: #ed7e00; }
.saver-card-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.66)); }
.saver-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.saver-card:hover .saver-card-media img { transform: scale(1.035); }
.saver-card-media span { position: absolute; z-index: 2; left: 18px; bottom: 15px; color: white; font-size: 28px; font-weight: 900; line-height: .86; letter-spacing: -.035em; transform: rotate(-2deg); }
.saver-single .saver-card-media { background: #e70024; }.saver-friends .saver-card-media { background: #ef7d00; }.saver-family .saver-card-media { background: #f3ac23; }.saver-party .saver-card-media { background: #d90028; }.saver-veggie .saver-card-media { background: #69a916; }
.saver-card-body { min-height: 264px; padding: 20px 19px 18px; display: flex; flex-direction: column; align-items: flex-start; }
.saver-card-body > small { color: #9b6200; font-size: 9px; font-weight: 900; letter-spacing: .105em; }
.saver-card-body h3 { margin: 8px 0 7px; color: #161616; font-size: 25px; font-weight: 900; line-height: 1; text-transform: uppercase; }
.saver-card-body p { margin: 0; color: #67635c; font-size: 12px; line-height: 1.5; }
.saver-card-body button { width: 100%; min-height: 46px; margin-top: auto; padding: 0 13px; border: 0; border-radius: 8px; display: flex; align-items: center; justify-content: space-between; gap: 10px; background: var(--red); color: white; cursor: pointer; font-size: 11px; font-weight: 800; }
.saver-card-body button:hover { background: var(--red-dark); }.saver-card-body button b { white-space: nowrap; }
.saver-benefits { margin-top: 24px; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.saver-benefits article { min-height: 205px; padding: 23px; border: 1px solid rgba(119,73,0,.14); border-radius: 15px; display: grid; grid-template-columns: 44px 1fr; gap: 13px; background: rgba(255,255,255,.86); }
.saver-benefits > article > .material-symbols-rounded { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: var(--red); color: white; font-size: 23px; }
.saver-benefits h3 { margin: 0 0 7px; color: var(--red); font-size: 24px; font-weight: 900; line-height: 1; }
.saver-benefits b { display: block; font-size: 14px; }.saver-benefits p { margin: 7px 0 13px; color: #68625a; font-size: 11px; line-height: 1.45; }
.saver-benefits button { padding: 0; border: 0; background: transparent; color: var(--red); cursor: pointer; font-size: 11px; font-weight: 900; text-decoration: underline; text-underline-offset: 3px; }

/* PizzaBoy-style checkout as a centered, focused Kasse window. */
.checkout-drawer { top: 50%; left: 50%; right: auto; width: min(960px, calc(100vw - 34px)); height: auto; max-height: calc(100dvh - 34px); padding: 22px 26px 27px; border: 1px solid rgba(71,50,15,.13); border-radius: 22px; visibility: hidden; opacity: 0; pointer-events: none; box-shadow: 0 34px 100px rgba(11,16,13,.31); transform: translate(-50%,-46%) scale(.975); transition: transform .24s cubic-bezier(.2,.8,.2,1), opacity .2s ease, visibility .2s; }
.checkout-drawer.is-open { visibility: visible; opacity: 1; pointer-events: auto; transform: translate(-50%,-50%) scale(1); }
.checkout-drawer .drawer-header { margin-bottom: 10px; align-items: center; }
.checkout-drawer .drawer-header h2 { color: var(--red); font-family: "Roboto Condensed", sans-serif; font-size: 44px; font-weight: 900; line-height: .95; text-transform: uppercase; }
.checkout-drawer .back-button { margin-bottom: 13px; color: var(--red); font-size: 11px; font-weight: 800; }
.checkout-drawer .checkout { padding-bottom: 0; }
.checkout-drawer .checkout-order-summary { margin-bottom: 9px; border: 1px solid #f0dfad; border-radius: 10px; }
.checkout-order-lines { max-height: 105px; margin-bottom: 16px; padding: 7px 12px; overflow-y: auto; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.checkout-order-lines:empty { display: none; }
.checkout-order-line { min-height: 30px; padding: 5px 0; border-bottom: 1px solid #efede7; display: grid; grid-template-columns: 28px minmax(0,1fr) auto; align-items: center; gap: 8px; font-size: 11px; }
.checkout-order-line:last-child { border-bottom: 0; }.checkout-order-line > i { width: 25px; height: 25px; border-radius: 7px; display: grid; place-items: center; background: #fff1c9; color: var(--red); font-style: normal; font-weight: 900; }
.checkout-order-line span { min-width: 0; display: grid; }.checkout-order-line b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.checkout-order-line small { color: var(--muted); font-size: 9px; }.checkout-order-line strong { color: var(--red); white-space: nowrap; }
.checkout-layout { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(290px,.92fr); gap: 22px; align-items: start; }
.checkout-main, .checkout-side { min-width: 0; }.checkout-side { padding: 17px; border-radius: 14px; background: #faf8f2; }
.checkout-drawer .checkout fieldset { margin-bottom: 17px; }.checkout-drawer .checkout legend { margin-bottom: 9px; padding-bottom: 7px; color: var(--red); font-size: 13px; font-weight: 900; text-transform: uppercase; }
.checkout-drawer .form-grid { gap: 9px; }.checkout-drawer .form-grid input, .checkout-drawer .form-grid textarea { padding: 10px 11px; border-radius: 8px; }
.checkout-drawer .payment-list label { padding: 10px 11px; border-radius: 9px; }.checkout-drawer .payment-list label > span { padding-left: 24px; }.checkout-drawer .payment-list label > span::before { left: 11px; top: 15px; }
.checkout-drawer .consent { margin-bottom: 12px; }.checkout-drawer .checkout-total { margin: 8px 0 11px; font-size: 18px; }.checkout-drawer .button { min-height: 48px; border-radius: 7px; font-size: 13px; font-weight: 900; text-transform: uppercase; }

@media (max-width: 980px) {
  .hero-layout { grid-template-columns: 1fr 1fr; gap: 26px; }.hero-visual { min-height: 540px; }
  .taste-stories { grid-template-columns: repeat(2,1fr); }
  .menu-cart-panel { display: block; position: relative; top: auto; max-height: none; margin-top: 8px; overflow: visible; }
  .saver-menu-rail { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .checkout-layout { grid-template-columns: 1fr; }.checkout-side { background: transparent; padding: 0; }
}
@media (max-width: 720px) {
  .hero { padding: 0 0 24px; }.hero-layout { width: 100%; display: flex; flex-direction: column-reverse; gap: 0; }
  .hero-visual { min-height: 430px; border-radius: 0 0 30px 30px; }.hero-visual > img { object-position: center 28%; }
  .hero-stamp { width: 76px; height: 76px; top: 18px; right: 18px; }.hero-rating { left: 16px; bottom: 16px; }
  .hero-content { width: calc(100% - 28px); min-height: 0; margin: auto; padding: 31px 0 10px; display: block; }
  .hero h1 { font-size: clamp(48px,15vw,66px); }.hero-copy { color: #555b57; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }.hero-actions .button { width: 100%; }
  .hero-order-options { margin-top: 22px; padding-top: 18px; }.hero-order-options button { min-height: 66px; padding: 9px; grid-template-columns: 36px 1fr; }.hero-order-options .material-symbols-rounded { width: 36px; height: 36px; }
  .taste-stories { width: 100%; margin: 12px 0 26px; padding: 0 14px 4px; display: flex; overflow-x: auto; scrollbar-width: none; }.taste-stories::-webkit-scrollbar { display: none; }.taste-card { flex: 0 0 205px; min-height: 148px; }
  .service-strip { margin-top: 0; }
  .pizzaboy-menu { padding-bottom: 34px; }
  .menu-cart-panel { margin: 12px 0 0; border-radius: 16px; }
  .menu-cart-items { max-height: none; }
  .saver-menus { padding: 57px 0 52px; }.saver-heading { display: block; }.saver-heading > p { margin-top: 15px; }
  .saver-menu-rail { width: 100vw; margin-left: calc((100vw - var(--shell)) / -2); padding: 0 14px 10px; display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }.saver-menu-rail::-webkit-scrollbar { display: none; }.saver-card { flex: 0 0 min(82vw,310px); scroll-snap-align: center; }
  .saver-benefits { grid-template-columns: 1fr; }.saver-benefits article { min-height: 0; }
  .checkout-drawer { width: calc(100vw - 12px); max-height: calc(100dvh - 12px); padding: 17px 15px 20px; border-radius: 17px; }.checkout-drawer .drawer-header h2 { font-size: 36px; }.checkout-order-lines { max-height: 92px; }.checkout-layout { display: block; }
}

/* Deal des Tages im PizzaBoy-orientierten Bestellbereich */
.web-daily-deal {
  width: 100%; min-height: 132px; margin: 0 0 16px; padding: 20px 22px; border: 0; border-radius: 18px; overflow: hidden;
  position: relative; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 20px;
  background: linear-gradient(115deg,#a50d17 0%,#d91320 63%,#f25a35 100%); color: #fff; cursor: pointer; text-align: left;
  box-shadow: 0 18px 36px rgba(157,10,19,.18);
}
.web-daily-deal[hidden] { display: none; }
.web-daily-deal::after { content: ""; width: 210px; height: 210px; border: 34px solid rgba(255,255,255,.07); border-radius: 50%; position: absolute; right: -85px; top: -115px; }
.web-daily-deal > span,.web-daily-deal > strong { position: relative; z-index: 1; }
.web-daily-deal > span { display: grid; gap: 3px; }.web-daily-deal > span small { color: #ffd16b; font: 800 11px/1 "Roboto Condensed",sans-serif; letter-spacing: .12em; }
.web-daily-deal > span b { font: 800 clamp(27px,3vw,39px)/1 "Roboto Condensed",sans-serif; }.web-daily-deal > span em { max-width: 650px; color: rgba(255,255,255,.82); font-size: 13px; font-style: normal; }
.web-daily-deal > strong { min-width: 135px; display: grid; grid-template-columns: 1fr auto; align-items: center; justify-items: end; gap: 2px 10px; }
.web-daily-deal > strong small { grid-column: 1; color: rgba(255,255,255,.65); font-size: 10px; }.web-daily-deal > strong b { grid-column: 1; font: 800 26px/1 "Roboto Condensed",sans-serif; white-space: nowrap; }
.web-daily-deal > strong i { grid-column: 2; grid-row: 1 / 3; width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: #fff; color: var(--pb-red); font-size: 21px; }

@media (max-width: 720px) {
  .menu-subnav .shell { overflow-x: auto; scrollbar-width: none; }.menu-subnav .shell::-webkit-scrollbar { display: none; }.menu-subnav button { flex: 0 0 auto; white-space: nowrap; }
  .web-daily-deal { min-height: 142px; padding: 17px; gap: 10px; }.web-daily-deal > span b { font-size: 27px; }.web-daily-deal > span em { font-size: 11px; }.web-daily-deal > strong { min-width: 104px; }.web-daily-deal > strong b { font-size: 21px; }.web-daily-deal > strong i { width: 36px; height: 36px; }
}

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

.footer-order-info p { margin: 0 0 16px; color: #171b19; }
.footer-opening-hours { margin: 0 0 18px; display: grid; gap: 7px; color: #171b19; font-size: 12px; }
.footer-opening-hours > span { display: grid; grid-template-columns: minmax(105px,1fr) auto; align-items: baseline; gap: 10px; white-space: nowrap; }
.footer-opening-hours b,.footer-opening-hours time { color: #171b19; font: inherit; }
.footer-opening-hours b { font-weight: 850; }
.whatsapp-order-button { position: fixed; right: 20px; bottom: 20px; z-index: 70; min-height: 52px; padding: 0 17px; border-radius: 999px; display: inline-flex; align-items: center; gap: 8px; background: #178a4a; color: #fff; box-shadow: 0 14px 32px rgba(13,92,49,.3); font-size: 12px; font-weight: 900; text-decoration: none; }
.whatsapp-order-button:hover { background: #106f3a; transform: translateY(-2px); }
.whatsapp-order-button .material-symbols-rounded { font-size: 22px; }
@media (max-width:720px) { .whatsapp-order-button { right: 12px; bottom: 12px; width: 52px; padding: 0; justify-content: center; }.whatsapp-order-button b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); } }
.pb-product-card.is-unavailable { border-color: #ddd8cf; background: #f5f3ee; box-shadow: none; }
.pb-product-card.is-unavailable .pb-product-title,.pb-product-card.is-unavailable .pb-product-description { opacity: .65; }
.pb-product-variants button:disabled { cursor: not-allowed; background: #e8e5df; color: #77736c; box-shadow: none; }
.deal-availability-note { margin: 10px 0 0; display: flex; align-items: center; gap: 6px; color: #9a2b2f; font-size: 11px; font-weight: 850; }
.deal-availability-note .material-symbols-rounded { font-size: 17px; }

/* Trinkgeld: klar, freiwillig und getrennt von Umsatz/MwSt. */
.tip-fieldset { border-color: #eadfd3 !important; background: linear-gradient(145deg,#fff 0%,#fff8ef 100%); }
.tip-intro { margin-bottom: 12px; display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 11px; }.tip-intro > .material-symbols-rounded { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: #fff0ec; color: var(--red); font-size: 23px; }.tip-intro > span:last-child { display: grid; gap: 2px; }.tip-intro b { font-size: 13px; }.tip-intro small { color: var(--muted); font-size: 10px; line-height: 1.35; }
.tip-picker { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }.tip-picker > button { min-height: 40px; padding: 7px; border: 1px solid #e4dcd1; border-radius: 9px; background: #fff; color: #403a34; cursor: pointer; font: 800 12px/1 "DM Sans",sans-serif; }.tip-picker > button.is-active { border-color: var(--red); background: var(--red); color: #fff; box-shadow: 0 7px 16px rgba(199,20,33,.16); }.tip-picker > label { grid-column: 1 / -1; min-height: 44px; padding: 6px 7px 6px 11px; border: 1px solid #e4dcd1; border-radius: 9px; display: grid; grid-template-columns: 1fr minmax(90px,125px); align-items: center; gap: 10px; background: #fff; font-size: 10px; font-weight: 800; }.tip-picker input { min-width: 0; height: 34px; padding: 7px 8px !important; border: 1px solid #ddd2c7 !important; border-radius: 7px !important; text-align: right; }
@media (max-width:720px) { .tip-picker { grid-template-columns: repeat(2,1fr); }.tip-picker > label { grid-column: 1 / -1; } }

/* Fahrer-App: gleiche Imbiss-Tal-Typografie, echte Icons und sichtbare Trinkgeld-Abrechnung. */
.driver-login h1,.driver-header h1,.driver-summary strong,.driver-section-heading h2,.active-customer h2 { font-family:"Roboto Condensed","DM Sans",sans-serif !important; font-weight:800 !important; }
.driver-login h1 { letter-spacing:-.03em; }.driver-header-brand { min-width:0; display:flex; align-items:center; gap:13px; }.driver-header-brand img { width:152px; max-height:48px; padding:5px 7px; border-radius:9px; object-fit:contain; background:#fff; }.driver-header-brand > span { min-width:0; }.driver-header-brand h1 { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.driver-summary .money-card.tip { border-color:rgba(255,193,7,.3); background:linear-gradient(145deg,#fffaf0,#fff3d1); }.driver-summary .money-card.tip strong { color:#a66000; }
.driver-summary .money-card.tip small,.driver-summary .money-card.tip span,.driver-summary .money-card.tip span b { color:#75531c; }
.active-order-details p { margin:0; }.active-order-details p + p { padding-top:9px; border-top:1px solid rgba(255,255,255,.1); }.active-order-details [data-active-tip] { color:#ffd16b; }
.route-map .material-symbols-rounded { font-size:22px; font-variation-settings:"FILL" 1; }.round-action.material-symbols-rounded { font-size:22px; text-decoration:none; }
.driver-bottom-nav .material-symbols-rounded { font-size:23px; }.password-field button .material-symbols-rounded { font-size:20px; }
@media(max-width:720px){.driver-header-brand img{width:114px;max-height:42px}.driver-header-brand{gap:8px}.driver-header-brand h1{font-size:24px!important}}
