:root {
  --red: #d52329;
  --red-deep: #ad161d;
  --green: #0a904f;
  --green-deep: #06663a;
  --charcoal: #171a17;
  --charcoal-2: #222621;
  --ink: #1b1e1b;
  --muted: #686c66;
  --paper: #f4f4f0;
  --white: #fefefc;
  --line: #d9dcd6;
  --soft-red: #f8e4e4;
  --font: "Outfit", "Helvetica Neue", Arial, sans-serif;
  --ease: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 118px; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: var(--font); -webkit-font-smoothing: antialiased; }
body:has(dialog[open]), body:has(.cart-panel.is-open) { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button { border: 0; color: inherit; cursor: pointer; }
button:active, .button:active, .text-link:active { transform: translateY(1px) scale(.985); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, h4, p { margin-top: 0; }
:focus-visible { outline: 3px solid #f6ba26; outline-offset: 3px; }
[hidden] { display: none !important; }

.skip-link { position: fixed; z-index: 1000; top: 12px; left: 16px; transform: translateY(-180%); padding: 11px 16px; background: var(--charcoal); color: white; font-weight: 800; }
.skip-link:focus { transform: none; }
.icon { width: 21px; height: 21px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.eyebrow { margin: 0 0 14px; color: var(--red); font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.prototype-note { min-height: 30px; display: flex; align-items: center; justify-content: center; gap: 10px 28px; padding: 6px 24px; background: var(--charcoal); color: white; font-size: .67rem; text-align: center; }
.prototype-note__source { color: #b8bcb5; }

.site-header { position: sticky; z-index: 30; top: 0; background: rgb(254 254 252 / 94%); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.site-header__inner { width: min(1400px, 100%); min-height: 82px; margin: auto; padding: 6px 28px; display: grid; grid-template-columns: 164px 1fr auto; align-items: center; gap: 28px; }
.brand { width: 92px; height: 70px; display: grid; place-items: center; }
.brand img { width: 68px; height: 68px; object-fit: contain; transition: transform .35s var(--ease); }
.brand:hover img { transform: rotate(-3deg) scale(1.04); }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(24px, 3vw, 48px); }
.desktop-nav a, .desktop-nav button { position: relative; min-height: 44px; display: inline-flex; align-items: center; padding: 0; background: none; font-size: .77rem; font-weight: 700; }
.desktop-nav a::after, .desktop-nav button::after { content: ""; position: absolute; right: 0; bottom: 7px; left: 0; height: 2px; transform: scaleX(0); transform-origin: right; background: var(--red); transition: transform .3s var(--ease); }
.desktop-nav a:hover::after, .desktop-nav button:hover::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.language-button { width: 44px; height: 44px; border: 1px solid var(--charcoal); border-radius: 50%; background: transparent; font-size: .73rem; font-weight: 800; transition: background .25s var(--ease), color .25s var(--ease); }
.language-button:hover { background: var(--charcoal); color: white; }
.header-cart { min-height: 46px; display: inline-flex; align-items: center; gap: 9px; padding: 9px 12px 9px 15px; border-radius: 999px; background: var(--red); color: white; font-size: .76rem; font-weight: 800; transition: background .25s var(--ease), transform .25s var(--ease); }
.header-cart:hover { background: var(--red-deep); transform: translateY(-1px); }
.header-cart .icon { width: 18px; }
.cart-count { min-width: 23px; height: 23px; display: inline-grid; place-items: center; padding: 0 6px; border-radius: 99px; background: white; color: var(--red); font-size: .66rem; }

.order-start { background: var(--paper); border-bottom: 1px solid var(--line); }
.order-start__inner { width: min(1400px, 100%); min-height: 70px; margin: auto; padding: 10px 28px; display: grid; grid-template-columns: auto minmax(260px, 1fr) auto; align-items: center; gap: 20px; }
.service-switch { position: relative; isolation: isolate; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px; padding: 4px; border-radius: 999px; background: var(--charcoal); }
.service-switch::before { content: ""; position: absolute; z-index: -1; top: 4px; bottom: 4px; left: 4px; width: calc((100% - 12px) / 2); border-radius: 999px; background: white; box-shadow: 0 5px 15px rgb(0 0 0 / 18%); transform: translateX(0); transition: transform .4s var(--ease); }
.service-switch[data-active-mode="delivery"]::before { transform: translateX(calc(100% + 4px)); }
.service-switch button { position: relative; z-index: 1; min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 8px 15px; border-radius: 999px; background: transparent; color: #daddd7; font-size: .72rem; font-weight: 700; transition: color .3s var(--ease), transform .3s var(--ease); }
.service-switch button.is-active { color: var(--charcoal); }
.service-switch button.is-active .icon { color: var(--green); }
.service-switch .icon { width: 17px; }
.order-detail { min-width: 0; min-height: 50px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 11px; padding: 4px 7px; background: transparent; color: var(--ink); text-align: left; }
.order-detail > span:nth-child(2) { min-width: 0; }
.order-detail small, .order-detail strong { display: block; }
.order-detail small { margin-bottom: 3px; color: var(--muted); font-size: .59rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.order-detail strong { overflow: hidden; font-size: .76rem; text-overflow: ellipsis; white-space: nowrap; }
.order-detail > .icon:first-child { color: var(--green); }
.order-detail > .icon:last-child { width: 15px; color: var(--muted); }
.order-detail--time { min-width: 205px; justify-self: end; }

.hero { width: min(1400px, calc(100% - 56px)); min-height: 610px; margin: 28px auto 76px; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); background: var(--paper); overflow: hidden; }
.hero__copy { grid-column: 1 / span 6; grid-row: 1; position: relative; z-index: 2; align-self: center; padding: clamp(52px, 6vw, 92px) clamp(34px, 5vw, 76px); }
.hero__copy::before { content: ""; position: absolute; left: 0; top: 56px; width: 7px; height: 102px; background: var(--red); }
.hero__copy > :not(.hero__pizzaiolo) { position: relative; z-index: 1; }
.hero__pizzaiolo { position: absolute; right: -11%; bottom: -17%; width: min(66%, 430px); max-width: none; opacity: .075; mix-blend-mode: multiply; pointer-events: none; user-select: none; transform: rotate(-5deg); }
.hero h1 { max-width: 640px; margin-bottom: 22px; font-size: clamp(3.1rem, 5vw, 4.65rem); font-weight: 900; line-height: .91; letter-spacing: -.058em; }
.hero h1 em, .section-intro h2 em, .franchise h2 em, .story h2 em { color: var(--red); font-style: normal; }
.hero__intro { max-width: 520px; margin-bottom: 30px; color: var(--muted); font-size: .98rem; line-height: 1.7; }
.hero__actions { display: flex; align-items: center; gap: 20px; margin-bottom: 38px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 12px 18px; border-radius: 3px; font-size: .76rem; font-weight: 800; transition: transform .25s var(--ease), background .25s var(--ease); }
.button .icon, .text-link .icon, .all-specials .icon { width: 17px; }
.button--green { background: var(--red); color: white; }
.button--green:hover { background: var(--red-deep); transform: translateY(-2px); }
.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 11px; border-bottom: 1px solid var(--ink); font-size: .76rem; font-weight: 800; transition: color .25s var(--ease), border-color .25s var(--ease); }
.text-link:hover { color: var(--red); border-color: var(--red); }
.hero__trust { display: flex; flex-wrap: wrap; gap: 11px 22px; color: var(--muted); font-size: .68rem; font-weight: 600; }
.hero__trust > span { display: inline-flex; align-items: center; gap: 7px; }
.hero__trust .icon { width: 17px; height: 17px; padding: 3px; border-radius: 50%; background: #ddf1e6; color: var(--green-deep); stroke-width: 3; }
.hero__photo { grid-column: 6 / -1; grid-row: 1; position: relative; min-height: 566px; margin: 22px 22px 22px -24px; overflow: hidden; border-radius: 32px; }
.hero__photo > img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.015); animation: hero-breathe 12s ease-in-out infinite alternate; }
.hero__photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 46%, rgb(15 17 14 / 74%)); pointer-events: none; }
.hero__badge { position: absolute; z-index: 2; top: 26px; right: 26px; width: 96px; height: 96px; display: grid; place-content: center; border: 2px solid rgb(255 255 255 / 68%); border-radius: 50%; background: var(--red); color: white; text-align: center; animation: badge-float 5s ease-in-out infinite; }
.hero__badge strong { display: block; font-size: 1.5rem; font-weight: 900; line-height: 1; }
.hero__badge span { margin-top: 4px; font-size: .54rem; font-weight: 800; letter-spacing: .14em; }
.hero__caption { position: absolute; z-index: 2; right: 30px; bottom: 28px; left: 11%; display: flex; align-items: end; justify-content: space-between; gap: 24px; color: white; }
.hero__caption span { font-size: .61rem; font-weight: 800; letter-spacing: .14em; }
.hero__caption b { max-width: 280px; font-size: 1.2rem; font-weight: 700; line-height: 1.15; text-align: right; }

.specials { padding: 84px max(28px, calc((100vw - 1344px) / 2)); background: var(--charcoal); color: white; }
.section-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 450px); align-items: end; gap: 40px; margin-bottom: 38px; }
.section-intro h2 { margin: 0; font-size: clamp(2.55rem, 4.5vw, 4.35rem); font-weight: 900; line-height: .95; letter-spacing: -.05em; }
.section-intro > p { margin: 0; color: var(--muted); font-size: .85rem; line-height: 1.7; }
.section-intro--light .eyebrow { color: #ff8e91; }
.section-intro--light h2 em { color: #ff7378; }
.section-intro--light > p { color: #bdc1ba; }
.special-grid { display: grid; grid-template-columns: 1.55fr 1fr; grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 14px; }
.special-card { position: relative; min-height: 280px; overflow: hidden; border-radius: 24px; background: var(--charcoal-2); animation: rise-in .7s var(--ease) both; }
.special-card:first-child { grid-row: 1 / span 2; min-height: 590px; }
.special-card:nth-child(2) { animation-delay: .09s; }
.special-card:nth-child(3) { animation-delay: .18s; }
.special-card__photo { position: absolute; inset: 0; }
.special-card__photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgb(8 10 8 / 2%) 34%, rgb(8 10 8 / 92%) 100%); }
.special-card__photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease), filter .7s var(--ease); }
.special-card:hover .special-card__photo img { transform: scale(1.045); filter: saturate(1.06); }
.special-card__number { position: absolute; z-index: 2; top: 18px; left: 18px; min-height: 27px; display: inline-flex; align-items: center; padding: 4px 9px; background: var(--green); color: white; font-size: .55rem; font-weight: 800; letter-spacing: .12em; }
.special-card__body { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 24px; color: white; }
.special-card h3 { max-width: 25ch; margin-bottom: 7px; font-size: 1.45rem; font-weight: 800; line-height: 1.08; letter-spacing: -.025em; }
.special-card:first-child h3 { max-width: 20ch; font-size: clamp(1.9rem, 3vw, 3rem); }
.special-card p { max-width: 48ch; margin-bottom: 17px; color: #d7dad4; font-size: .7rem; line-height: 1.5; }
.special-card__bottom { display: flex; align-items: end; justify-content: space-between; gap: 16px; }
.special-card__price small { display: block; margin-bottom: 2px; color: #bdc1ba; font-size: .52rem; font-weight: 700; letter-spacing: .08em; }
.special-card__price strong { font-size: 1.15rem; }
.round-add { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--red); color: white; transition: transform .25s var(--ease), background .25s var(--ease); }
.round-add:hover { background: var(--red-deep); transform: translateY(-2px) rotate(4deg); }
.round-add .icon { width: 19px; }
.all-specials { min-height: 50px; margin-top: 24px; display: inline-flex; align-items: center; gap: 15px; padding: 9px 0; border-bottom: 1px solid #8a8e87; background: transparent; color: white; font-size: .76rem; font-weight: 800; }
.all-specials:hover { color: #ff9093; border-color: #ff9093; }

.menu-shell { width: min(1400px, 100%); margin: auto; padding: 88px 28px; display: grid; grid-template-columns: minmax(0, 1fr) 350px; align-items: start; gap: clamp(28px, 4vw, 58px); }
.menu-main { min-width: 0; }
.menu-search { height: 50px; display: flex; align-items: center; gap: 10px; padding: 0 13px; border: 1px solid var(--line); background: var(--paper); }
.menu-search .icon { width: 19px; color: var(--green); }
.menu-search input { min-width: 0; width: 100%; border: 0; outline: 0; background: transparent; font-size: .8rem; }
.menu-search input::placeholder { color: #73776f; opacity: 1; }
.categories { position: sticky; z-index: 12; top: 112px; display: flex; gap: 5px; margin-bottom: 30px; padding: 8px 0; overflow-x: auto; background: var(--white); border-block: 1px solid var(--line); scrollbar-width: none; }
.categories::-webkit-scrollbar { display: none; }
.categories button { flex: 0 0 auto; min-height: 42px; padding: 8px 13px; background: transparent; font-size: .7rem; font-weight: 700; white-space: nowrap; }
.categories button.is-active { background: var(--charcoal); color: white; }
.menu-results-head { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.menu-results-head h3 { margin: 0; font-size: 1.2rem; font-weight: 800; }
.menu-results-head span { color: var(--muted); font-size: .65rem; font-weight: 600; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 22px; }
.product-card { min-width: 0; display: grid; grid-template-columns: 134px minmax(0, 1fr); gap: 16px; padding: 18px 0; border-top: 1px solid var(--line); animation: rise-in .55s var(--ease) both; }
.product-card:nth-child(2n) { animation-delay: .07s; }
.product-photo { position: relative; height: 148px; overflow: hidden; border-radius: 18px; background: var(--paper); }
.product-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.product-card:hover .product-photo img { transform: scale(1.045); }
.product-tag { position: absolute; top: 7px; left: 7px; max-width: calc(100% - 14px); padding: 4px 6px; background: var(--green); color: white; font-size: .45rem; font-weight: 800; letter-spacing: .07em; }
.product-info { min-width: 0; display: flex; flex-direction: column; padding: 2px 0; }
.product-info h4 { margin-bottom: 6px; font-size: 1rem; font-weight: 800; line-height: 1.12; letter-spacing: -.02em; }
.product-info > p { display: -webkit-box; overflow: hidden; margin-bottom: 10px; color: var(--muted); font-size: .67rem; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.product-bottom { margin-top: auto; display: flex; align-items: end; justify-content: space-between; gap: 10px; }
.product-price small { display: block; color: var(--muted); font-size: .48rem; font-weight: 700; letter-spacing: .05em; }
.product-price strong { font-size: .94rem; }
.add-product { min-height: 39px; display: inline-flex; align-items: center; gap: 7px; padding: 8px 10px; background: var(--red); color: white; font-size: .62rem; font-weight: 800; transition: background .25s var(--ease), transform .25s var(--ease); }
.add-product:hover { background: var(--red-deep); transform: translateY(-1px); }
.add-product .icon { width: 15px; }
.empty-results { grid-column: 1 / -1; padding: 46px 20px; border-top: 1px solid var(--line); text-align: left; }
.empty-results h4 { margin-bottom: 6px; font-size: 1.15rem; font-weight: 800; }
.empty-results p { color: var(--muted); font-size: .78rem; }
.allergy-note { display: flex; gap: 11px; margin-top: 28px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: .67rem; line-height: 1.5; }
.allergy-note .icon { width: 17px; color: var(--red); }
.allergy-note p { margin: 0; }

.cart-panel { position: sticky; top: 130px; min-height: 400px; padding: 25px; background: var(--charcoal); color: white; box-shadow: 0 28px 60px -34px rgb(32 38 31 / 48%); }
.cart-panel::before { content: ""; position: absolute; top: 0; left: 0; width: 74px; height: 5px; background: var(--red); }
.cart-panel__head { display: flex; align-items: start; justify-content: space-between; gap: 16px; padding-bottom: 16px; border-bottom: 1px solid #3a3e39; }
.cart-panel__head .eyebrow { color: #ff888b; }
.cart-panel__head h2 { margin: 0; font-size: 1.35rem; font-weight: 800; }
.cart-location { display: flex; align-items: start; gap: 9px; padding: 15px 0; border-bottom: 1px solid #3a3e39; color: #bcc0b9; font-size: .62rem; line-height: 1.45; }
.cart-location .icon { width: 16px; color: #5fc991; }
.empty-cart { padding: 42px 6px 28px; text-align: left; }
.empty-cart__icon { width: 58px; height: 58px; margin-bottom: 18px; display: grid; place-items: center; border: 1px solid #3b403a; border-radius: 50%; color: #ff7f83; }
.empty-cart__icon .icon { width: 27px; }
.empty-cart h3 { margin-bottom: 7px; font-size: 1.05rem; font-weight: 800; }
.empty-cart p { max-width: 31ch; margin: 0; color: #aeb2ab; font-size: .68rem; line-height: 1.55; }
.cart-item { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px 11px; padding: 16px 0; border-bottom: 1px solid #3a3e39; }
.cart-item__name { font-size: .82rem; line-height: 1.25; }
.cart-item__price { font-size: .72rem; font-weight: 800; white-space: nowrap; }
.cart-item p { grid-column: 1 / -1; margin: 0; color: #aeb2ab; font-size: .59rem; line-height: 1.45; }
.cart-item__actions { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.quantity { display: inline-flex; align-items: center; border: 1px solid #50554e; background: transparent; }
.quantity button { width: 36px; height: 36px; background: transparent; color: inherit; }
.quantity button:hover { background: #30342f; }
.quantity output { min-width: 18px; text-align: center; font-size: .68rem; font-weight: 700; }
.edit-item { min-height: 36px; padding: 5px 0; border-bottom: 1px solid #8c9189; background: transparent; color: #d4d7d1; font-size: .61rem; font-weight: 700; }
.totals { padding: 16px 0; font-size: .67rem; }
.totals > div { display: flex; justify-content: space-between; gap: 12px; margin: 7px 0; }
.totals .grand-total { margin-top: 14px; padding-top: 14px; border-top: 1px solid #5a5f58; font-size: .9rem; font-weight: 800; }
.checkout-button { width: 100%; min-height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 11px 14px; background: var(--red); color: white; font-size: .72rem; font-weight: 800; transition: background .25s var(--ease); }
.checkout-button:hover { background: var(--red-deep); }
.cart-disclaimer { display: flex; align-items: start; gap: 7px; margin: 13px 0 0; color: #969b94; font-size: .56rem; line-height: 1.45; }
.cart-disclaimer .icon { width: 14px; }
.close-cart.mobile-only { display: none; }

.franchise { width: min(1400px, calc(100% - 56px)); margin: 88px auto; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(410px, .85fr); gap: 14px; }
.franchise__media { position: relative; min-height: 590px; overflow: hidden; border-radius: 28px; background: var(--charcoal); }
.franchise__media::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(180deg, transparent, rgb(15 17 14 / 70%)); }
.franchise__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease), filter .7s var(--ease); }
.franchise:hover .franchise__media img { transform: scale(1.025); filter: saturate(1.04); }
.franchise__label { position: absolute; z-index: 1; right: 26px; bottom: 24px; left: 26px; color: white; font-size: .65rem; font-weight: 800; letter-spacing: .14em; }
.franchise__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(38px, 5vw, 70px); border-radius: 28px; background: var(--paper); }
.franchise h2 { margin-bottom: 22px; font-size: clamp(2.55rem, 4.2vw, 4.15rem); font-weight: 900; line-height: .94; letter-spacing: -.055em; }
.franchise__copy > p:not(.eyebrow) { max-width: 55ch; margin-bottom: 27px; color: var(--muted); font-size: .84rem; line-height: 1.7; }
.franchise__support { display: grid; grid-template-columns: 1fr 1fr; margin: 0 0 30px; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.franchise__support li { position: relative; padding: 13px 8px 13px 19px; border-bottom: 1px solid var(--line); color: var(--ink); font-size: .67rem; font-weight: 700; }
.franchise__support li::before { content: ""; position: absolute; left: 1px; top: 19px; width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.button--dark { align-self: flex-start; background: var(--charcoal); color: white; }
.button--dark:hover { background: var(--red); transform: translateY(-2px); }

.story { position: relative; min-height: 760px; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(390px, .82fr); align-items: center; gap: clamp(44px, 7vw, 108px); padding: 84px max(28px, calc((100vw - 1344px) / 2)); overflow: hidden; background: var(--red); color: white; }
.story::before { content: ""; position: absolute; left: -160px; bottom: -340px; width: 650px; height: 650px; border: 72px solid rgb(255 255 255 / 7%); border-radius: 50%; }
.story__copy { position: relative; z-index: 1; max-width: 760px; }
.story .eyebrow { color: white; }
.story h2 { margin-bottom: 24px; font-size: clamp(3rem, 5.2vw, 5.25rem); font-weight: 900; line-height: .9; letter-spacing: -.06em; }
.story h2 em { color: white; }
.story__lead { max-width: 660px; margin-bottom: 34px; color: rgb(255 255 255 / 86%); font-size: .91rem; line-height: 1.72; }
.story__timeline { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 30px; margin: 0 0 34px; padding: 0; list-style: none; }
.story__timeline li { display: grid; grid-template-columns: 68px minmax(0, 1fr); gap: 14px; padding: 16px 0; border-top: 1px solid rgb(255 255 255 / 38%); }
.story__timeline strong { font-size: .76rem; letter-spacing: .05em; }
.story__timeline span { color: rgb(255 255 255 / 80%); font-size: .67rem; line-height: 1.45; }
.button--cream { background: white; color: var(--red-deep); }
.button--cream:hover { background: var(--charcoal); color: white; transform: translateY(-2px); }
.story__portrait { position: relative; z-index: 1; margin: 0; overflow: hidden; border-radius: 30px; background: var(--charcoal); box-shadow: 0 34px 70px -34px rgb(70 4 7 / 70%); }
.story__portrait img { width: 100%; height: auto; aspect-ratio: 768 / 637; object-fit: cover; filter: saturate(.82) contrast(1.04); }
.story__portrait figcaption { position: absolute; right: 18px; bottom: 18px; left: 18px; padding: 17px 19px; border-radius: 16px; background: rgb(23 26 23 / 88%); backdrop-filter: blur(12px); }
.story__portrait strong, .story__portrait span { display: block; }
.story__portrait strong { margin-bottom: 3px; font-size: .87rem; }
.story__portrait span { color: #d5d8d2; font-size: .61rem; }

.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 24px 40px; padding: 34px max(28px, calc((100vw - 1344px) / 2)); background: var(--charcoal); color: white; }
.site-footer__brand { display: flex; align-items: center; gap: 15px; font-size: .9rem; font-weight: 800; }
.site-footer__brand img { width: 66px; height: 66px; object-fit: contain; }
.site-footer__links { display: flex; align-items: center; justify-content: end; flex-wrap: wrap; gap: 5px 24px; }
.site-footer__links a, .site-footer__links button { min-height: 42px; display: inline-flex; align-items: center; padding: 0; background: transparent; color: #d6d9d3; font-size: .64rem; font-weight: 600; }
.site-footer__links a:hover, .site-footer__links button:hover { color: #ff8a8e; }
.site-footer > p { grid-column: 1 / -1; margin: 0; padding-top: 18px; border-top: 1px solid #393d38; color: #8f948c; font-size: .58rem; }
.mobile-cart, .mobile-only { display: none; }

dialog { width: min(840px, calc(100% - 40px)); max-height: 92dvh; padding: 0; border: 0; border-radius: 4px; background: var(--white); color: var(--ink); box-shadow: 0 34px 90px rgb(22 26 22 / 44%); }
dialog::backdrop { background: rgb(18 21 18 / 76%); backdrop-filter: blur(3px); }
.modal-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 26px; border-bottom: 1px solid var(--line); }
.modal-head h2 { margin: 0; font-size: 1.4rem; font-weight: 800; }
.modal-close, .close-cart { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--paper); font-size: 1.35rem; line-height: 1; }
.modal-close:hover, .close-cart:hover { background: #e7e8e3; }
.product-modal { display: grid; grid-template-columns: 310px minmax(0, 1fr); }
.product-modal__preview { padding: 22px; background: var(--charcoal); color: white; }
.product-modal__preview img { width: 100%; height: 225px; border-radius: 18px; object-fit: cover; }
.product-modal__preview h3 { margin: 20px 0 7px; font-size: 1.22rem; font-weight: 800; }
.product-modal__preview p { color: #bdc1ba; font-size: .69rem; line-height: 1.55; }
.product-modal__options { max-height: 58dvh; overflow: auto; padding: 24px 28px; }
fieldset { min-width: 0; margin: 0 0 24px; padding: 0; border: 0; }
legend { margin-bottom: 11px; font-size: .88rem; font-weight: 800; }
.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.choice { min-height: 60px; padding: 9px; border: 1px solid var(--line); background: white; text-align: center; font-size: .69rem; font-weight: 700; }
.choice:hover { background: var(--paper); }
.choice span { display: block; margin-top: 4px; color: var(--muted); font-size: .58rem; font-weight: 500; }
.choice.is-selected { padding: 8px; border: 2px solid var(--green); background: #e8f5ee; }
.check-row { min-height: 48px; display: flex; align-items: center; gap: 9px; border-bottom: 1px solid var(--line); font-size: .7rem; cursor: pointer; }
.check-row span:last-child { margin-left: auto; color: var(--muted); }
input[type="checkbox"], input[type="radio"] { width: 18px; height: 18px; accent-color: var(--green); }
.field-label { display: block; margin: 0 0 8px; font-size: .69rem; font-weight: 800; }
input:not([type="checkbox"]):not([type="radio"]), select, textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 0; background: white; color: var(--ink); }
textarea { min-height: 82px; resize: vertical; }
.modal-footer { position: sticky; z-index: 2; bottom: 0; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 16px 26px; border-top: 1px solid var(--line); background: var(--white); }
.modal-primary { min-height: 50px; flex: 1; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 11px 16px; background: var(--red); color: white; font-size: .72rem; font-weight: 800; }
.modal-primary:hover { background: var(--red-deep); }
.simple-modal { max-width: 610px; margin: auto; padding: 26px; }
.simple-modal > p { margin-bottom: 22px; color: var(--muted); font-size: .77rem; line-height: 1.55; }
.store-list { display: grid; gap: 7px; margin: 20px 0; }
.store-option { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 11px 13px; border: 1px solid var(--line); background: white; text-align: left; }
.store-option.is-selected { padding: 10px 12px; border: 2px solid var(--green); background: #e8f5ee; }
.store-option strong, .store-option small { display: block; }
.store-option strong { margin-bottom: 2px; font-size: .74rem; }
.store-option small { color: var(--muted); font-size: .61rem; }
.store-option .icon { width: 18px; color: var(--green); }
.time-choices { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin: 16px 0 24px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-row { margin-bottom: 17px; }
.helper-text { margin: 6px 0 0; color: var(--muted); font-size: .61rem; line-height: 1.45; }
.checkout-layout { display: grid; grid-template-columns: minmax(0, 1fr) 270px; gap: 26px; padding: 26px; }
.checkout-summary { align-self: start; padding: 18px; background: var(--charcoal); color: white; }
.checkout-summary h3 { margin-bottom: 14px; font-size: 1rem; font-weight: 800; }
.checkout-summary ul { margin: 0; padding: 0; list-style: none; }
.checkout-summary li { display: flex; justify-content: space-between; gap: 10px; margin: 9px 0; color: #c0c4bd; font-size: .63rem; }
.checkout-summary .totals .grand-total { border-color: #5a5f58; }
.success { max-width: 600px; margin: auto; padding: 40px 30px; text-align: center; }
.success__icon { width: 66px; height: 66px; margin: 0 auto 20px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: white; }
.success__icon .icon { width: 29px; stroke-width: 2.5; }
.success h2 { margin-bottom: 10px; font-size: 2rem; font-weight: 900; }
.success p { color: var(--muted); font-size: .77rem; line-height: 1.6; }
.success__receipt { margin: 22px 0; padding: 15px 0; border-block: 1px solid var(--line); text-align: left; }
.success__receipt div { display: flex; justify-content: space-between; gap: 14px; margin: 9px 0; font-size: .7rem; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 24px; transform: translate(-50%, 14px); opacity: 0; pointer-events: none; padding: 11px 17px; background: var(--charcoal); color: white; font-size: .69rem; box-shadow: 0 22px 42px -26px rgb(22 26 22 / 70%); transition: opacity .2s var(--ease), transform .2s var(--ease); }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
.cart-backdrop { position: fixed; z-index: 39; inset: 0; background: rgb(18 21 18 / 70%); }

@keyframes hero-breathe { from { transform: scale(1.015); } to { transform: scale(1.055); } }
@keyframes badge-float { 0%, 100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-7px) rotate(2deg); } }
@keyframes rise-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1080px) {
  .site-header__inner, .order-start__inner { padding-inline: 22px; }
  .site-header__inner { grid-template-columns: 120px 1fr auto; }
  .desktop-nav { gap: 20px; }
  .hero { width: min(100% - 44px, 1400px); }
  .hero__copy { grid-column: 1 / span 7; padding-inline: 42px; }
  .hero__photo { grid-column: 7 / -1; }
  .menu-shell { padding-inline: 22px; grid-template-columns: minmax(0, 1fr) 310px; gap: 26px; }
  .product-grid { grid-template-columns: 1fr; }
  .franchise { grid-template-columns: minmax(0, 1fr) minmax(360px, .85fr); }
  .franchise__media { min-height: 540px; }
  .story { grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr); gap: 44px; }
  .story__timeline { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 92px; }
  .prototype-note__source, .desktop-nav { display: none; }
  .site-header__inner { min-height: 74px; grid-template-columns: 1fr auto; }
  .brand { width: 78px; height: 62px; }
  .brand img { width: 61px; height: 61px; }
  .order-start__inner { grid-template-columns: 1fr auto; gap: 5px 12px; }
  .service-switch { grid-column: 1 / -1; justify-self: start; }
  .order-detail { padding-inline: 3px; }
  .order-detail--time { min-width: 145px; }
  .hero { width: 100%; margin: 0 auto 60px; grid-template-columns: 1fr; }
  .hero__copy { grid-column: 1; grid-row: 1; padding: 62px 28px 48px; }
  .hero__photo { grid-column: 1; grid-row: 2; min-height: 450px; margin: 0 22px 22px; border-radius: 28px; }
  .specials { padding-inline: 22px; }
  .section-intro { grid-template-columns: 1fr; gap: 18px; }
  .menu-shell { display: block; padding-bottom: 108px; }
  .cart-panel { display: none; }
  .cart-panel.is-open { position: fixed; z-index: 45; right: 14px; bottom: 84px; left: 14px; top: auto; display: block; max-height: 72dvh; overflow: auto; }
  .mobile-only, .close-cart.mobile-only { display: grid; }
  .mobile-cart { position: fixed; z-index: 44; right: 14px; bottom: 14px; left: 14px; min-height: 56px; display: flex; align-items: center; gap: 11px; padding: 11px 14px; background: var(--red); color: white; box-shadow: 0 22px 46px -20px rgb(81 11 14 / 74%); font-size: .73rem; font-weight: 800; }
  .mobile-cart .cart-count { margin-left: auto; }
  .mobile-cart strong { min-width: 68px; text-align: right; }
  .franchise { width: calc(100% - 44px); grid-template-columns: 1fr; }
  .franchise__media { min-height: 460px; }
  .story { grid-template-columns: 1fr; padding-inline: 26px; }
  .story__portrait { width: min(100%, 560px); }
  .site-footer { grid-template-columns: 1fr; padding-bottom: 106px; }
  .site-footer__links { justify-content: start; }
}

@media (max-width: 600px) {
  .prototype-note { min-height: 27px; font-size: .56rem; }
  .site-header__inner { min-height: 66px; padding: 5px 15px; }
  .brand { width: 64px; height: 56px; }
  .brand img { width: 55px; height: 55px; }
  .language-button { width: 40px; height: 40px; }
  .header-cart { width: 43px; height: 43px; min-height: 43px; justify-content: center; padding: 0; border-radius: 50%; }
  .header-cart > span:not([data-icon]), .header-cart > b { display: none; }
  .order-start__inner { padding: 7px 15px 9px; }
  .service-switch button { min-height: 38px; padding: 7px 11px; font-size: .66rem; }
  .order-detail small { display: none; }
  .order-detail strong { font-size: .62rem; }
  .order-detail > .icon:first-child { width: 15px; }
  .order-detail > .icon:last-child { display: none; }
  .order-detail--time { min-width: 106px; }
  .hero__copy { padding: 52px 19px 42px; }
  .hero__copy::before { top: 50px; height: 72px; }
  .hero__pizzaiolo { right: -18%; bottom: -9%; width: 76%; opacity: .065; }
  .hero h1 { font-size: clamp(2.8rem, 14vw, 4rem); }
  .hero__intro { font-size: .85rem; line-height: 1.6; }
  .hero__actions { align-items: stretch; flex-direction: column; gap: 11px; margin-bottom: 30px; }
  .hero__actions .button { width: 100%; justify-content: space-between; }
  .text-link { align-self: start; }
  .hero__trust { display: grid; gap: 9px; }
  .hero__photo { min-height: 350px; margin: 0 15px 15px; border-radius: 22px; }
  .hero__badge { width: 82px; height: 82px; top: 17px; right: 17px; }
  .hero__badge strong { font-size: 1.25rem; }
  .hero__caption { right: 19px; bottom: 18px; left: 19px; align-items: start; flex-direction: column; gap: 6px; }
  .hero__caption b { font-size: 1.04rem; text-align: left; }
  .specials { padding: 56px 15px; }
  .section-intro { margin-bottom: 26px; }
  .section-intro h2 { font-size: 2.65rem; }
  .section-intro > p { font-size: .75rem; }
  .special-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .special-card, .special-card:first-child { grid-row: auto; min-height: 400px; border-radius: 20px; }
  .special-card:not(:first-child) { min-height: 300px; }
  .special-card:first-child h3 { font-size: 1.7rem; }
  .all-specials { width: 100%; justify-content: space-between; }
  .menu-shell { padding: 56px 15px 108px; }
  .menu-search { width: 100%; }
  .categories { top: 94px; margin-inline: -15px; padding-inline: 15px; }
  .product-card { grid-template-columns: 112px minmax(0, 1fr); gap: 12px; }
  .product-photo { height: 142px; }
  .product-info h4 { font-size: .9rem; }
  .product-info > p { font-size: .62rem; }
  .product-bottom { align-items: stretch; flex-direction: column; }
  .add-product { width: 100%; justify-content: space-between; }
  .cart-panel.is-open { right: 9px; bottom: 80px; left: 9px; padding: 21px; }
  .franchise { width: calc(100% - 30px); margin: 60px auto; }
  .franchise__media { min-height: 350px; border-radius: 22px; }
  .franchise__copy { padding: 38px 22px; border-radius: 22px; }
  .franchise h2 { font-size: 2.65rem; }
  .franchise__support { grid-template-columns: 1fr; }
  .franchise .button { width: 100%; justify-content: space-between; }
  .story { min-height: 0; padding: 58px 19px; text-align: left; }
  .story h2 { font-size: 3.05rem; }
  .story__lead { font-size: .76rem; }
  .story__timeline { grid-template-columns: 1fr; }
  .story__timeline li { grid-template-columns: 60px minmax(0, 1fr); }
  .story .button { width: 100%; justify-content: space-between; }
  .story__portrait { width: 100%; border-radius: 22px; }
  .site-footer { padding: 28px 19px 106px; }
  .site-footer__brand { align-items: start; flex-direction: column; }
  .site-footer__brand img { width: 76px; height: 76px; }
  .site-footer__links { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
  dialog { width: 100%; max-height: 94dvh; margin: auto 0 0; }
  .modal-head { padding: 17px 19px; }
  .product-modal { display: block; }
  .product-modal__preview { display: grid; grid-template-columns: 78px 1fr; gap: 0 13px; padding: 13px 19px; }
  .product-modal__preview img { grid-row: 1 / 3; width: 78px; height: 78px; }
  .product-modal__preview h3 { margin: 5px 0 3px; font-size: .95rem; }
  .product-modal__preview p { margin: 0; font-size: .59rem; }
  .product-modal__options { max-height: 48dvh; padding: 20px 19px; }
  .choice-grid { grid-template-columns: 1fr; }
  .choice { min-height: 52px; text-align: left; }
  .choice span { display: inline; margin-left: 7px; }
  .modal-footer { padding: 13px 15px; }
  .simple-modal, .checkout-layout, .success { padding: 22px 19px; }
  .form-grid, .checkout-layout { grid-template-columns: 1fr; }
  .checkout-summary { order: -1; }
  .time-choices { grid-template-columns: 1fr; }
}

@media (max-width: 360px) {
  .product-card { grid-template-columns: 100px minmax(0, 1fr); gap: 10px; }
  .product-photo { height: 138px; }
  .mobile-cart { gap: 7px; padding-inline: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
