:root {
  --ink: #0d0e12;
  --ink-soft: #14161b;
  --surface: #191b21;
  --surface-raised: #22252c;
  --cream: #fff8ed;
  --cream-soft: #e8ded0;
  --muted: #b9b1a8;
  --line: rgba(255, 255, 255, .12);
  --blue: #0c51a1;
  --blue-deep: #002aaa;
  --blue-hover: #03248f;
  --blue-glow: #0084f4;
  --menu: #ffbd43;
  --menu-hover: #f4a91e;
  --gold: #ffbd43;
  --tomato: #ef5a2f;
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 36px;
  --shadow: 0 24px 70px rgba(0, 0, 0, .38);
  --header-height: 82px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 20px); }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--ink); color: var(--cream); font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body::before { content: ''; position: fixed; z-index: -2; inset: 0; background: radial-gradient(circle at 50% 0%, rgba(243, 181, 75, .08), transparent 34%), linear-gradient(rgba(13, 14, 18, .96), rgba(13, 14, 18, .98)); }
img, video { max-width: 100%; }
img { display: block; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
p { margin: 0; color: var(--cream-soft); }
h1, h2, h3 { margin: 0; color: var(--cream); line-height: 1.05; }
h1, h2 { font-family: 'Anton', Impact, sans-serif; font-weight: 400; text-transform: uppercase; letter-spacing: .015em; }
h2 { font-size: clamp(2.4rem, 5.6vw, 4.8rem); }
h3 { font-size: 1.05rem; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.svg-symbols { position: absolute; width: 0; height: 0; overflow: hidden; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: 12px; padding: 10px 16px; border-radius: 10px; background: var(--cream); color: var(--ink); font-weight: 800; transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: none; }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; color: var(--gold); font-size: .76rem; font-weight: 900; letter-spacing: .18em; line-height: 1.35; }
.eyebrow > span { width: 34px; height: 2px; flex: 0 0 auto; background: linear-gradient(90deg, var(--gold), var(--tomato)); box-shadow: 0 0 14px rgba(255, 189, 67, .5); }

.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border: 1px solid transparent; border-radius: 999px; font-size: .9rem; font-weight: 900; letter-spacing: .035em; line-height: 1.15; text-align: center; white-space: nowrap; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button__icon { width: 22px; height: 22px; flex: 0 0 auto; }
.button__copy { display: grid; gap: 2px; line-height: 1; text-align: left; }
.button__copy small { color: rgba(255, 255, 255, .78); font-size: .56rem; font-weight: 800; letter-spacing: .08em; }
.button__copy strong { font-size: .88rem; font-weight: 950; }
.button--call { border-color: rgba(255, 255, 255, .14); background: linear-gradient(135deg, var(--blue-deep), var(--blue)); color: #fff; box-shadow: 0 12px 30px rgba(0, 42, 170, .34), inset 0 1px rgba(255, 255, 255, .18); }
.button--call:hover { background: linear-gradient(135deg, var(--blue-hover), var(--blue-deep)); box-shadow: 0 16px 36px rgba(0, 42, 170, .48), 0 0 0 3px rgba(0, 132, 244, .14); }
.button--menu { border-color: rgba(255, 255, 255, .22); background: linear-gradient(135deg, var(--menu), #ffcf70); color: #251602; box-shadow: 0 12px 28px rgba(255, 189, 67, .24), inset 0 1px rgba(255, 255, 255, .52); }
.button--menu:hover { background: linear-gradient(135deg, var(--menu-hover), var(--menu)); box-shadow: 0 16px 34px rgba(255, 189, 67, .34); }
.button--menu .button__icon { color: #6f3e00; }
.button--icon-only { width: 60px; height: 60px; min-height: 60px; flex: 0 0 60px; padding: 0; border-radius: 50%; }
.button--icon-only .button__icon { width: 28px; height: 28px; }
.button--icon-large { width: 64px; height: 64px; min-height: 64px; flex-basis: 64px; }
.button--large { min-height: 64px; padding-inline: 30px; font-size: 1rem; }
.button--full { width: 100%; }
.action-row { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px; }
.action-row--left { justify-content: flex-start; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: var(--header-height); border-bottom: 1px solid rgba(255, 255, 255, .09); background: rgba(10, 11, 14, .9); box-shadow: 0 12px 38px rgba(0, 0, 0, .22); backdrop-filter: blur(18px); }
.site-header__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { min-width: 0; display: flex; align-items: center; gap: 12px; }
.brand img { width: 62px; height: 62px; flex: 0 0 auto; object-fit: contain; filter: drop-shadow(0 5px 12px rgba(0, 0, 0, .35)); }
.brand__copy { min-width: 0; display: grid; line-height: 1.2; }
.brand__copy strong { overflow: hidden; color: #fff; font-size: 1rem; font-weight: 900; text-overflow: ellipsis; white-space: nowrap; }
.brand__copy small { margin-top: 4px; color: var(--gold); font-size: .76rem; font-weight: 900; letter-spacing: .025em; text-transform: uppercase; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.button--header { min-height: 50px; padding: 12px 17px; font-size: .78rem; }
.button--header .button__icon { width: 20px; height: 20px; }
.button--header-icon { width: 50px; height: 50px; min-height: 50px; flex-basis: 50px; padding: 0; }
.button--header-icon .button__icon { width: 24px; height: 24px; }

.hero { position: relative; isolation: isolate; min-height: max(720px, 100svh); display: grid; align-items: center; overflow: hidden; padding: calc(var(--header-height) + 36px) 0 48px; background: #090a0d url('../img/pizza-3.jpg') center / cover; }
.hero__slides, .hero__shade { position: absolute; z-index: -2; inset: 0; }
.hero__slide { position: absolute; z-index: 0; inset: -2%; opacity: 0; background-image: var(--slide); background-position: var(--position, center); background-size: cover; filter: saturate(1.04) contrast(1.05); transform: translate3d(4%, 0, 0) scale(1.055); transition: opacity .9s ease, transform 4.4s cubic-bezier(.2, .7, .2, 1); will-change: opacity, transform; }
.hero__slide.is-active { z-index: 1; opacity: 1; transform: translate3d(0, 0, 0) scale(1.105); }
.hero__shade { z-index: -1; background: linear-gradient(90deg, rgba(6, 7, 10, .94) 0%, rgba(6, 7, 10, .8) 44%, rgba(6, 7, 10, .36) 76%, rgba(6, 7, 10, .55) 100%), linear-gradient(180deg, rgba(6, 7, 10, .28), rgba(6, 7, 10, .72)); }
.hero__shade::after { content: ''; position: absolute; inset: auto 0 0; height: 34%; background: linear-gradient(transparent, rgba(13, 14, 18, .94)); }
.hero__content { display: grid; align-items: center; }
.hero__copy { max-width: 900px; text-shadow: 0 3px 24px rgba(0, 0, 0, .78); }
.hero h1 { max-width: 900px; font-size: clamp(3.5rem, 6.1vw, 5.65rem); line-height: 1; }
.hero h1 em { color: var(--gold); font-style: normal; }
.hero__lead { max-width: 680px; margin: 18px 0 0; color: #fff6e9; font-size: clamp(1rem, 2vw, 1.2rem); font-weight: 500; line-height: 1.6; }
.hero__sales-video { width: min(100%, 430px); margin: 28px 0 24px; }
.hero__sales-kicker { display: grid; gap: 3px; margin-bottom: 12px; color: #fff; line-height: 1.35; text-align: center; text-shadow: 0 2px 12px rgba(0, 0, 0, .85); }
.hero__sales-kicker strong { color: var(--gold); font-size: .76rem; letter-spacing: .14em; }
.hero__sales-kicker span { color: rgba(255, 255, 255, .82); font-size: .78rem; font-weight: 700; }
.hero__actions { justify-content: flex-start; }
.button--hero { min-height: 66px; padding-inline: 32px; font-size: 1.02rem; }
.button--hero-secondary { min-height: 60px; }
.hero__phone { margin-top: 15px; color: rgba(255, 255, 255, .78); font-size: .82rem; }
.hero__phone strong { color: #fff; }
.proof-list { margin: 22px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; list-style: none; }
.proof-list li { min-height: 42px; display: inline-flex; align-items: center; gap: 8px; padding: 9px 13px; border: 1px solid rgba(255, 255, 255, .15); border-radius: 999px; background: rgba(12, 14, 18, .58); color: #fff; font-size: .76rem; font-weight: 700; backdrop-filter: blur(10px); }
.proof-list li span { color: var(--gold); font-weight: 900; }
.media-control { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 8px 13px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 999px; background: rgba(10, 11, 14, .72); color: #fff; font-size: .72rem; font-weight: 800; cursor: pointer; backdrop-filter: blur(12px); transition: background .2s ease, border-color .2s ease; }
.media-control:hover { border-color: rgba(255, 189, 67, .75); background: rgba(10, 11, 14, .9); }
.media-control__icon { width: 18px; height: 18px; display: grid; place-items: center; color: var(--gold); font-size: .82rem; }
.hero__pause { position: absolute; z-index: 3; right: max(20px, calc((100vw - var(--container)) / 2)); bottom: 22px; }

.order-status { position: relative; z-index: 4; border-block: 1px solid rgba(255, 189, 67, .25); background: linear-gradient(90deg, #4b1c11, #772b17 44%, #112b58 100%); box-shadow: 0 14px 40px rgba(0, 0, 0, .24); }
.order-status__inner { min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 12px; text-align: center; }
.order-status__inner strong { font-size: .84rem; }
.order-status__dot { width: 9px; height: 9px; flex: 0 0 auto; border-radius: 50%; background: #25d366; box-shadow: 0 0 0 6px rgba(37, 211, 102, .14); }
.order-status.is-closed .order-status__dot { background: var(--gold); box-shadow: 0 0 0 6px rgba(255, 189, 67, .14); }
.order-status__address { padding-left: 12px; border-left: 1px solid rgba(255, 255, 255, .2); color: rgba(255, 255, 255, .7); font-size: .76rem; }

.section { position: relative; padding: 108px 0; }
.section-heading { max-width: 850px; margin: 0 auto 52px; text-align: center; }
.section-heading p:not(.eyebrow) { max-width: 680px; margin: 20px auto 0; }
.section-heading .eyebrow { justify-content: center; }
.section-heading--left { margin: 0; text-align: left; }
.section-heading--left .eyebrow { justify-content: flex-start; }
.section-heading--left p:not(.eyebrow) { margin-inline: 0; }
.section-heading--left .button { margin-top: 26px; }

.video-section { overflow: hidden; background: radial-gradient(circle at 84% 35%, rgba(0, 132, 244, .15), transparent 32%), linear-gradient(120deg, rgba(13, 14, 18, .98), rgba(24, 22, 22, .95)); }
.video-section::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, transparent 0 49.9%, rgba(255, 255, 255, .035) 50%, transparent 50.1%); background-size: 90px 100%; opacity: .35; }
.video-grid { position: relative; display: grid; grid-template-columns: 1fr; align-items: center; gap: clamp(34px, 5vw, 54px); max-width: 960px; }
.video-copy { text-align: center; }
.video-copy .eyebrow { justify-content: center; }
.video-copy h2 { max-width: 14ch; margin-inline: auto; font-size: clamp(2.6rem, 4.4vw, 4rem); }
.video-reel { position: relative; width: 100%; max-width: 430px; margin-inline: auto; overflow: hidden; border: 1px solid rgba(255, 255, 255, .16); border-radius: var(--radius-lg); background: #050608; box-shadow: 0 34px 90px rgba(0, 0, 0, .52), 0 0 0 8px rgba(255, 255, 255, .035); }
.video-reel::before { content: ''; position: absolute; z-index: 3; inset: 0; pointer-events: none; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08); }
.video-reel video { width: 100%; aspect-ratio: 9 / 16; display: block; object-fit: cover; background: #050608; }
.video-reel__top { position: absolute; z-index: 4; inset: 18px 18px auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; color: #fff; font-size: .64rem; font-weight: 900; letter-spacing: .13em; text-shadow: 0 2px 10px #000; }
.video-reel__live { display: inline-flex; align-items: center; gap: 7px; }
.video-reel__live i { width: 8px; height: 8px; border-radius: 50%; background: #ff4038; box-shadow: 0 0 0 5px rgba(255, 64, 56, .18); animation: live-pulse 1.8s ease infinite; }
@keyframes live-pulse { 50% { box-shadow: 0 0 0 9px rgba(255, 64, 56, 0); } }
.video-reel__control { position: absolute; z-index: 4; right: 16px; bottom: 52px; }
.video-reel figcaption { min-height: 42px; display: flex; align-items: center; justify-content: center; padding: 10px 18px; color: var(--muted); font-size: .7rem; font-weight: 700; text-align: center; }
.video-reel--sales { border-color: rgba(255, 189, 67, .34); border-radius: 28px; box-shadow: 0 28px 70px rgba(0, 0, 0, .55), 0 0 0 7px rgba(255, 189, 67, .08); }
.video-reel--sales video { object-fit: contain; }
.video-reel--sales figcaption { background: linear-gradient(90deg, rgba(255, 189, 67, .08), rgba(255, 255, 255, .035)); color: rgba(255, 255, 255, .76); }

.work-section { overflow: hidden; background: var(--cream); color: var(--ink); }
.work-section h2, .work-section h3 { color: var(--ink); }
.work-section p { color: #5b5149; }
.work-section .eyebrow { color: var(--tomato); }
.section-heading--row { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 40px; text-align: left; }
.section-heading--row > div:first-child { max-width: 780px; }
.section-heading--row .eyebrow { justify-content: flex-start; }
.section-heading--row p:not(.eyebrow) { margin-inline: 0; }
.carousel-controls { flex: 0 0 auto; display: flex; align-items: center; gap: 9px; }
.carousel-button { width: 52px; height: 52px; border: 1px solid rgba(13, 14, 18, .18); border-radius: 50%; background: #fff; color: var(--ink); font-size: 1.35rem; font-weight: 800; cursor: pointer; box-shadow: 0 8px 20px rgba(20, 15, 12, .08); transition: transform .18s ease, background .18s ease, color .18s ease; }
.carousel-button:hover { transform: translateY(-2px); background: var(--blue-deep); color: #fff; }
.carousel-counter { min-width: 54px; color: #756b63; font-size: .78rem; text-align: center; }
.carousel-counter strong { color: var(--ink); }
.carousel { width: 100%; }
.carousel__track { display: flex; align-items: flex-start; gap: 18px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 8px max(20px, calc((100vw - var(--container)) / 2)) 34px; }
.carousel__track::-webkit-scrollbar { display: none; }
.work-card { position: relative; flex: 0 0 clamp(280px, 32vw, 430px); aspect-ratio: 4 / 5; margin: 0; overflow: hidden; scroll-snap-align: start; border-radius: 22px; background: var(--ink); box-shadow: 0 18px 45px rgba(33, 23, 16, .16); }
.work-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.work-card:hover img { transform: scale(1.035); }
.work-card--wide img { object-position: center; }
.work-card figcaption { position: absolute; inset: auto 0 0; min-height: 116px; display: flex; align-items: end; gap: 12px; padding: 42px 20px 20px; background: linear-gradient(transparent, rgba(5, 6, 8, .94)); color: #fff; }
.work-card figcaption span { color: var(--gold); font: 1.65rem/1 'Anton', sans-serif; }
.work-card figcaption strong { max-width: 25ch; font-size: .86rem; line-height: 1.35; }
.gallery-cta { padding-top: 22px; text-align: center; }
.gallery-cta > p { margin-bottom: 20px; font-weight: 700; }

.benefit-strip { padding: 26px 0; border-block: 1px solid rgba(255, 255, 255, .1); background: linear-gradient(100deg, #071940, #0c51a1 54%, #083570); }
.benefit-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.benefit-grid article { min-height: 132px; display: flex; align-items: center; gap: 14px; padding: 24px; border-right: 1px solid rgba(255, 255, 255, .14); }
.benefit-grid article:last-child { border-right: 0; }
.benefit-grid article > span { color: rgba(255, 255, 255, .2); font: 2.8rem/1 'Anton', sans-serif; }
.benefit-grid h3 { font-size: .91rem; }
.benefit-grid p { margin-top: 5px; color: rgba(255, 255, 255, .7); font-size: .72rem; line-height: 1.45; }

.review-section { background: linear-gradient(180deg, rgba(20, 22, 27, .97), rgba(13, 14, 18, .98)); }
.review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; gap: 18px; }
.review-card { margin: 0; overflow: hidden; border: 1px solid rgba(255, 255, 255, .12); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.review-card img { width: 100%; height: auto; }

.service-section { overflow: hidden; background: radial-gradient(circle at 10% 20%, rgba(239, 90, 47, .14), transparent 28%), radial-gradient(circle at 92% 80%, rgba(0, 132, 244, .15), transparent 30%), #111217; }
.service-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 20px; }
.service-card { position: relative; overflow: hidden; min-height: 520px; padding: clamp(28px, 4vw, 48px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: rgba(31, 33, 40, .9); box-shadow: var(--shadow); }
.service-card__number { position: absolute; right: 28px; top: 18px; color: rgba(255, 255, 255, .07); font: 7rem/1 'Anton', sans-serif; }
.service-card h3 { position: relative; margin-bottom: 14px; font: 2.1rem/1.1 'Anton', sans-serif; text-transform: uppercase; }
.service-card > p { position: relative; max-width: 570px; }
.service-card--delivery { background: linear-gradient(135deg, rgba(17, 18, 23, .96), rgba(20, 30, 48, .98)); }
.neighborhoods { position: relative; margin-top: 30px; display: flex; flex-wrap: wrap; gap: 9px; }
.neighborhoods span { padding: 8px 12px; border: 1px solid rgba(255, 189, 67, .23); border-radius: 999px; background: rgba(7, 8, 11, .48); color: var(--cream-soft); font-size: .7rem; font-weight: 700; }
.payment-list { position: relative; margin: 28px 0; padding: 0; display: grid; gap: 10px; list-style: none; }
.payment-list li { display: flex; align-items: center; gap: 14px; padding: 14px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: rgba(255, 255, 255, .04); }
.payment-list li > span { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 12px; background: rgba(255, 189, 67, .12); color: var(--gold); }
.payment-list strong, .payment-list small { display: block; }
.payment-list strong { font-size: .82rem; }
.payment-list small { margin-top: 2px; color: var(--muted); font-size: .68rem; }
.service-card--payment .button + .button { margin-top: 10px; }
.service-card--payment .button--icon-only { margin-inline: auto; }

.faq-section { background: var(--cream); color: var(--ink); }
.faq-section h2, .faq-section h3 { color: var(--ink); }
.faq-section p { color: #5b5149; }
.faq-section .eyebrow { color: var(--tomato); }
.faq-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: clamp(44px, 8vw, 110px); }
.faq-list details { border-bottom: 1px solid rgba(13, 14, 18, .16); }
.faq-list summary { min-height: 74px; display: flex; align-items: center; padding: 18px 50px 18px 0; position: relative; color: var(--ink); font-weight: 800; line-height: 1.35; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; position: absolute; right: 4px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: rgba(0, 42, 170, .08); color: var(--blue-deep); font-size: 1.35rem; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details p { padding: 0 46px 22px 0; font-size: .9rem; }

.local-order-section { padding: 62px 0; border-top: 1px solid rgba(255, 255, 255, .08); background: radial-gradient(circle at 88% 50%, rgba(0, 132, 244, .13), transparent 32%), #0d0e12; }
.local-order-grid { display: grid; grid-template-columns: minmax(340px, 1.05fr) minmax(0, .95fr); align-items: center; gap: clamp(34px, 6vw, 76px); }
.local-order-copy h2 { max-width: 17ch; margin-top: 14px; font-size: clamp(2rem, 3.5vw, 3.1rem); }
.local-order-copy > p:not(.eyebrow) { max-width: 760px; margin-top: 16px; font-size: .92rem; }
.local-order-copy > p:last-child { color: rgba(255, 255, 255, .72); }
.local-order-offer { overflow: hidden; padding: 0; border: 1px solid rgba(255, 189, 67, .26); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255, 189, 67, .1), rgba(255, 255, 255, .035)); box-shadow: 0 22px 60px rgba(0, 0, 0, .24); }
.local-order-offer__image { display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; background: #111217; }
.local-order-offer__content { padding: clamp(24px, 3vw, 34px); }
.local-order-offer__badge { display: inline-flex; padding: 7px 11px; border-radius: 999px; background: var(--gold); color: var(--ink); font-size: .7rem; font-weight: 900; letter-spacing: .06em; }
.local-order-offer h3 { margin-top: 18px; font: clamp(1.65rem, 2.4vw, 2rem)/1.05 'Anton', sans-serif; text-transform: uppercase; }
.local-order-offer p { margin-top: 14px; color: var(--cream-soft); font-size: .9rem; }
.local-order-offer small { display: block; margin-top: 12px; color: rgba(255, 255, 255, .62); font-size: .72rem; line-height: 1.6; }

.final-cta { position: relative; isolation: isolate; min-height: 670px; display: grid; align-items: center; overflow: hidden; padding: 110px 0; text-align: center; background: var(--ink); }
.final-cta__photo { position: absolute; z-index: -2; inset: 0; background: url('../img/pizza-tomate-nozes-20260828.webp') center 52% / cover; filter: saturate(1.05); transform: scale(1.02); }
.final-cta::before { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(2, 9, 23, .74), rgba(0, 30, 85, .9)), radial-gradient(circle at 50% 20%, rgba(0, 132, 244, .2), transparent 40%); }
.final-cta__content { display: grid; justify-items: center; }
.final-cta__content > img { width: 108px; height: 108px; margin-bottom: 18px; object-fit: contain; filter: drop-shadow(0 10px 24px rgba(0, 0, 0, .45)); }
.final-cta .eyebrow { justify-content: center; }
.final-cta h2 { max-width: 12ch; }
.final-cta p:not(.eyebrow) { max-width: 620px; margin: 20px auto 28px; color: #fff; }
.final-cta__phone { margin-top: 18px; color: rgba(255, 255, 255, .72); font-size: .78rem; font-weight: 700; }

.site-footer { padding: 70px 0 24px; border-top: 1px solid var(--line); background: #08090c; }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr .8fr; gap: 56px; }
.footer-grid h2 { margin-bottom: 14px; font: 1rem/1.2 'Inter', sans-serif; font-weight: 900; text-transform: none; }
.footer-grid p, .footer-grid address { color: var(--muted); font-size: .78rem; font-style: normal; }
.footer-brand { display: flex; align-items: flex-start; gap: 16px; }
.footer-brand img { width: 84px; height: 84px; flex: 0 0 auto; object-fit: contain; }
.footer-brand strong { display: block; margin-bottom: 8px; font-size: 1rem; }
.footer-brand p { max-width: 330px; }
.footer-link { min-height: 42px; display: flex; align-items: center; gap: 7px; margin-top: 8px; color: var(--cream-soft); font-size: .76rem; font-weight: 800; }
.footer-link:hover { color: var(--gold); }
.footer-link--call { color: #68b7ff; }
.footer-link--menu { color: var(--menu); }
.footer-link .button__icon { width: 18px; height: 18px; }
.footer-menu-button { margin-top: 12px; }
.footer-bottom { margin-top: 50px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255, 255, 255, .08); color: #807b75; font-size: .68rem; }
.footer-bottom a:hover { color: var(--cream); }

.sticky-actions { position: fixed; z-index: 90; }
.sticky-actions--desktop { right: 20px; bottom: 20px; display: flex; flex-direction: column; align-items: end; gap: 10px; }
.floating-action { display: flex; align-items: center; justify-content: flex-end; gap: 10px; border-radius: 999px; color: #fff; font-size: .72rem; font-weight: 900; box-shadow: 0 12px 34px rgba(0, 0, 0, .38); transition: width .22s ease, transform .18s ease, background .18s ease; }
.floating-action:hover { transform: translateY(-2px); }
.floating-action svg { width: 24px; height: 24px; flex: 0 0 auto; }
.floating-action > span:not(.sr-only) { width: 0; overflow: hidden; opacity: 0; white-space: nowrap; transition: width .22s ease, opacity .16s ease; }
.floating-action:hover > span:not(.sr-only), .floating-action:focus-visible > span:not(.sr-only) { opacity: 1; }
.floating-action--call:hover > span, .floating-action--call:focus-visible > span { width: 218px; }
.floating-action--menu:hover > span, .floating-action--menu:focus-visible > span { width: 192px; }
.floating-action--call { min-width: 66px; min-height: 66px; padding: 0 21px; background: linear-gradient(135deg, var(--blue-deep), var(--blue)); box-shadow: 0 14px 34px rgba(0, 42, 170, .46); animation: call-ring 3.6s ease-in-out infinite; }
.floating-action--call:hover { background: var(--blue-hover); }
.floating-action--menu { min-width: 56px; min-height: 56px; padding: 0 16px; background: var(--menu); color: #251602; }
.floating-action--menu svg { color: #6f3e00; }
@keyframes call-ring { 0%, 80%, 100% { box-shadow: 0 14px 34px rgba(0, 42, 170, .46), 0 0 0 0 rgba(0, 132, 244, .38); } 90% { box-shadow: 0 14px 34px rgba(0, 42, 170, .46), 0 0 0 14px rgba(0, 132, 244, 0); } }
.sticky-actions--mobile { display: none; }
.js .sticky-actions { opacity: 0; pointer-events: none; transform: translateY(16px); transition: opacity .22s ease, transform .22s ease; }
.js .sticky-actions.is-visible { opacity: 1; pointer-events: auto; transform: none; }

.js [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.22, 1, .36, 1); }
.js [data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .benefit-grid article:nth-child(2) { border-right: 0; }
  .benefit-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, .14); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
}

@media (max-width: 860px) {
  :root { --header-height: 74px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .brand img { width: 54px; height: 54px; }
  .brand { gap: 8px; }
  .brand__copy { display: grid; }
  .brand__copy strong { display: none; }
  .brand__copy small { max-width: 108px; margin-top: 0; color: #fff; font-size: .74rem; font-weight: 950; line-height: 1.08; letter-spacing: .02em; text-transform: uppercase; text-shadow: 0 2px 9px rgba(0, 0, 0, .8); }
  .header-actions { flex: 1; justify-content: flex-end; gap: 7px; }
  .button--header { min-height: 48px; padding-inline: 14px; font-size: .7rem; }
  .button--header .button__icon { width: 18px; height: 18px; }
  .button--menu.button--header { width: 48px; min-width: 48px; padding: 0; }
  .button--menu.button--header span { display: none; }
  .hero { min-height: 760px; padding: calc(var(--header-height) + 42px) 0 76px; }
  .hero__shade { background: linear-gradient(180deg, rgba(6, 7, 10, .62), rgba(6, 7, 10, .78) 48%, rgba(6, 7, 10, .94)); }
  .hero__copy { max-width: 700px; margin: auto; text-align: center; }
  .hero .eyebrow, .hero__actions, .proof-list { justify-content: center; }
  .hero h1 { margin-inline: auto; }
  .hero__lead { margin-inline: auto; }
  .hero__sales-video { margin-inline: auto; }
  .video-grid { grid-template-columns: 1fr; }
  .video-copy { text-align: center; }
  .video-copy .eyebrow, .video-copy .action-row { justify-content: center; }
  .video-copy h2, .video-copy > p:not(.eyebrow) { margin-inline: auto; }
  .video-reel { max-width: 400px; margin-inline: auto; }
  .section-heading--row { align-items: start; }
  .review-grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }
  .faq-grid { grid-template-columns: 1fr; }
  .section-heading--left { max-width: 720px; text-align: center; }
  .section-heading--left .eyebrow { justify-content: center; }
  .section-heading--left p:not(.eyebrow) { margin-inline: auto; }
  .local-order-grid { grid-template-columns: 1fr; }
  .local-order-copy h2 { max-width: 20ch; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  body { padding-bottom: 78px; }
  .section { padding: 80px 0; }
  h2 { font-size: clamp(2.3rem, 12vw, 3.5rem); }
  .hero { min-height: 740px; }
  .hero h1 { font-size: clamp(2.55rem, 11vw, 3.15rem); }
  .hero__lead { margin-block: 18px 0; font-size: .95rem; }
  .hero__sales-video { max-width: 350px; margin-block: 24px 22px; }
  .hero__actions .button { width: 100%; }
  .hero__phone { font-size: .73rem; }
  .proof-list { gap: 7px; }
  .proof-list li { padding-inline: 10px; font-size: .68rem; }
  .hero__pause { right: 14px; bottom: 16px; }
  .order-status__inner { min-height: 66px; padding-block: 9px; flex-wrap: wrap; row-gap: 2px; }
  .order-status__inner strong { font-size: .76rem; }
  .order-status__address { width: 100%; padding-left: 0; border-left: 0; font-size: .66rem; }
  .video-copy .action-row .button--call, .gallery-cta .action-row .button--call, .final-cta .action-row .button--call { width: 100%; }
  .section-heading { margin-bottom: 38px; }
  .section-heading--row { display: grid; gap: 26px; }
  .carousel-controls { justify-content: center; }
  .work-card { flex-basis: 82vw; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article { min-height: 112px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .14); }
  .benefit-grid article:last-child { border-bottom: 0; }
  .service-card { padding: 28px 22px; border-radius: var(--radius); }
  .service-card h3 { max-width: 10ch; }
  .local-order-section { padding: 52px 0; }
  .local-order-copy h2 { max-width: none; }
  .final-cta { min-height: 690px; padding: 86px 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { margin-top: 38px; }
  .sticky-actions--desktop { display: none; }
  .sticky-actions--mobile { inset: auto 0 0; min-height: 74px; display: flex; gap: 8px; padding: 8px 10px calc(8px + env(safe-area-inset-bottom)); border-top: 1px solid rgba(255, 255, 255, .13); background: rgba(8, 9, 12, .94); box-shadow: 0 -12px 34px rgba(0, 0, 0, .3); backdrop-filter: blur(16px); }
  .sticky-actions--mobile .button { min-height: 56px; padding-inline: 10px; font-size: .78rem; }
  .sticky-actions--mobile .button--call { flex: 1; }
  .sticky-actions--mobile .button--menu { flex: 1.25; white-space: normal; }
  .sticky-actions--mobile .button__icon { width: 20px; height: 20px; }
}

@media (max-width: 430px) {
  .site-header__inner { gap: 7px; }
  .brand img { width: 48px; height: 48px; }
  .brand__copy small { max-width: 104px; font-size: .72rem; }
  .site-header .brand__copy { display: none; }
  .button--header { padding-inline: 10px; font-size: .64rem; }
  .button--header .button__icon { width: 17px; height: 17px; }
  .hero { min-height: 720px; }
  .hero h1 { font-size: clamp(2.5rem, 10.8vw, 2.95rem); }
  .hero .eyebrow { font-size: .62rem; }
  .proof-list li { min-height: 38px; }
  .media-control { font-size: .66rem; }
  .carousel__track { gap: 12px; }
  .work-card { flex-basis: 86vw; }
  .sticky-actions--mobile .button { font-size: .7rem; }
}

@media (max-width: 390px) {
  .brand { gap: 6px; }
  .brand__copy small { max-width: 90px; font-size: .64rem; }
  .button--header { padding-inline: 9px; font-size: .62rem; }
}

@media (max-width: 350px) {
  .brand img { width: 44px; height: 44px; }
  .brand__copy small { max-width: 72px; font-size: .58rem; }
  .header-actions { gap: 5px; }
  .button--header { min-height: 46px; padding-inline: 8px; font-size: .58rem; }
  .button--header-icon { width: 46px; height: 46px; min-height: 46px; flex-basis: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero__slide { display: none; }
  .hero__slide:first-child { display: block; opacity: 1; transform: none; }
  .hero__pause { display: none; }
  .video-reel__live i { animation: none; }
  .js [data-reveal] { opacity: 1; transform: none; }
}
