:root{--red:#c9342f;--red-dark:#9f2420;--cream:#fff9ef;--paper:#fffdf9;--ink:#231d19;--muted:#756d67;--line:#ebe3d9;--green:#27734d;--shadow:0 18px 55px rgba(61,34,21,.13)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif}button,input,textarea,select{font:inherit}button,a{transition:.2s ease}button{cursor:pointer}a{color:inherit;text-decoration:none}.container{width:min(1160px,calc(100% - 40px));margin-inline:auto}.topbar{position:sticky;top:0;z-index:30;background:rgba(255,253,249,.94);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}.header-inner{height:82px;display:flex;align-items:center;gap:36px}.brand{display:inline-flex;align-items:center;gap:10px}.brand-mark{display:grid;place-items:center;width:44px;height:44px;background:var(--red);border-radius:14px;font-size:23px;box-shadow:0 7px 18px rgba(201,52,47,.25)}.brand strong,.brand small{display:block}.brand strong{font-family:Fraunces,serif;font-size:20px}.brand small{color:var(--muted);font-size:11px;letter-spacing:.06em;text-transform:uppercase}.location{margin:auto;background:none;border:0;display:flex;align-items:center;gap:9px;text-align:left;color:var(--ink)}.location small,.location strong{display:block}.location small{color:var(--muted);font-size:11px}.location strong{max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-actions{display:flex;gap:10px}.search-toggle,.cart-button{height:44px;border:1px solid var(--line);border-radius:12px;background:white}.search-toggle{width:44px;font-size:24px}.cart-button{display:flex;align-items:center;gap:8px;padding:0 13px}.cart-button b{display:grid;place-items:center;min-width:22px;height:22px;padding:0 5px;border-radius:20px;background:var(--red);color:white;font-size:12px}.search-panel{padding-bottom:18px}.search-panel label{position:absolute;clip:rect(0 0 0 0)}.search-panel div{display:flex;align-items:center;gap:10px;padding:0 16px;border:1px solid var(--line);border-radius:12px;background:#fff}.search-panel input{width:100%;height:46px;border:0;outline:0;background:none}.hero{background:var(--cream);overflow:hidden}.hero-grid{min-height:500px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:50px}.eyebrow{display:block;color:var(--red);font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.hero h1{max-width:650px;margin:13px 0 18px;font:700 clamp(42px,6vw,72px)/.98 Fraunces,serif;letter-spacing:-.04em}.hero h1 em{color:var(--red);font-style:normal}.hero-copy>p{max-width:560px;color:var(--muted);font-size:18px;line-height:1.65}.hero-actions{display:flex;align-items:center;gap:26px;margin-top:30px}.primary-button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:12px;background:var(--red);color:white;font-weight:700;padding:15px 24px;box-shadow:0 8px 22px rgba(201,52,47,.24)}.primary-button:hover{background:var(--red-dark);transform:translateY(-1px)}.hero-actions span b,.hero-actions span small{display:block}.hero-actions span small{color:var(--muted);font-size:12px}.hero-art{position:relative;display:grid;place-items:center;min-height:430px}.pizza{position:relative;width:min(370px,82vw);aspect-ratio:1;border:20px solid #c47b32;border-radius:50%;background:radial-gradient(circle at 58% 42%,#fff0b5 0 7%,transparent 8%),radial-gradient(circle at 35% 65%,#fff0b5 0 6%,transparent 7%),#e9a84e;box-shadow:inset 0 0 0 7px #f1c165,0 35px 55px rgba(100,57,25,.25);transform:rotate(-8deg)}.pizza:before,.pizza:after,.pizza i{content:"";position:absolute;width:60px;height:60px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#e55a49,#a81e21 75%);box-shadow:inset 3px 3px 0 rgba(255,255,255,.15)}.pizza:before{left:17%;top:17%}.pizza:after{right:15%;bottom:18%}.pizza i:nth-child(1){right:19%;top:14%}.pizza i:nth-child(2){left:13%;bottom:21%}.pizza i:nth-child(3){left:43%;top:37%}.pizza i:nth-child(n+4){width:18px;height:9px;background:#27734d}.pizza i:nth-child(4){left:39%;top:15%;transform:rotate(30deg)}.pizza i:nth-child(5){right:18%;top:47%;transform:rotate(-25deg)}.pizza i:nth-child(6){left:27%;bottom:10%}.pizza i:nth-child(7){right:38%;bottom:22%;transform:rotate(55deg)}.rating{position:absolute;right:0;bottom:42px;padding:14px 18px;background:white;border-radius:14px;box-shadow:var(--shadow);color:#f4ad21}.rating b,.rating small{color:var(--ink)}.rating small{display:block;margin-left:22px;color:var(--muted);font-size:11px}.store-info{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);margin-top:-20px;padding:22px 26px;background:white;border:1px solid var(--line);border-radius:16px;box-shadow:0 12px 35px rgba(61,34,21,.08)}.store-info>div{padding:0 24px;border-right:1px solid var(--line)}.store-info>div:last-child{border:0}.store-info strong,.store-info small{display:block}.store-info small{color:var(--muted);margin-top:3px;font-size:12px}.status-dot{display:inline-block;width:8px;height:8px;margin-right:6px;border-radius:50%;background:#32a765}.menu-section{padding-block:90px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between}.section-heading h2,.menu-category h3,.cart-drawer h2,.modal-heading h2{margin:8px 0 0;font:700 38px/1.1 Fraunces,serif}.section-heading p{color:var(--muted)}.categories{position:sticky;top:82px;z-index:10;display:flex;gap:8px;overflow:auto;margin:30px 0 44px;padding:10px 0;background:var(--paper);scrollbar-width:none}.category-button{flex:none;padding:10px 17px;border:1px solid var(--line);border-radius:50px;background:white;font-weight:600;color:var(--muted)}.category-button.active,.category-button:hover{background:var(--ink);border-color:var(--ink);color:white}.menu-category{scroll-margin-top:155px;margin-top:46px}.menu-category h3{font-size:28px}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:20px}.product-card{display:grid;grid-template-columns:1fr 150px;min-height:170px;border:1px solid var(--line);border-radius:16px;background:white;overflow:hidden;text-align:left;padding:0}.product-card:hover{border-color:#d4c8bb;box-shadow:0 10px 30px rgba(61,34,21,.08);transform:translateY(-2px)}.product-info{padding:22px}.product-info h4{margin:0 0 7px;font-size:17px}.product-info p{display:-webkit-box;overflow:hidden;margin:0;color:var(--muted);font-size:13px;line-height:1.5;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-price{display:flex;align-items:center;justify-content:space-between;margin-top:18px;font-weight:700}.add-icon{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--red);color:white;font-size:19px}.product-image{display:grid;place-items:center;background:var(--product-bg,#f4e1c5);font-size:68px}.product-image span{filter:drop-shadow(0 10px 10px rgba(73,37,16,.2));transition:.2s}.product-card:hover .product-image span{transform:scale(1.08) rotate(-3deg)}.menu-feedback{text-align:center;padding:70px;color:var(--muted)}.overlay{position:fixed;inset:0;z-index:50;background:rgba(25,18,14,.48);backdrop-filter:blur(2px)}.cart-drawer{position:fixed;z-index:60;top:0;right:0;width:min(440px,100%);height:100dvh;background:white;box-shadow:-20px 0 60px rgba(30,20,15,.18);transform:translateX(105%);transition:.3s ease;display:flex;flex-direction:column}.cart-drawer.open{transform:none}.cart-drawer header{display:flex;justify-content:space-between;align-items:center;padding:25px;border-bottom:1px solid var(--line)}.cart-drawer h2{font-size:30px}.cart-drawer header button,.modal-heading button{border:0;background:none;font-size:30px}.cart-content{flex:1;overflow:auto;padding:20px}.empty-cart{text-align:center;padding:70px 20px;color:var(--muted)}.empty-cart span{display:block;font-size:48px;margin-bottom:12px}.cart-item{display:grid;grid-template-columns:54px 1fr auto;gap:12px;padding:14px 0;border-bottom:1px solid var(--line)}.cart-item-icon{display:grid;place-items:center;border-radius:11px;background:var(--cream);font-size:27px}.cart-item h4{margin:0;font-size:14px}.cart-item small{display:block;color:var(--muted);margin:3px 0 9px}.qty{display:flex;align-items:center;gap:11px}.qty button{width:25px;height:25px;border:1px solid var(--line);border-radius:7px;background:white}.remove-item{align-self:start;border:0;background:none;color:var(--muted)}.cart-drawer footer{padding:20px 25px 24px;border-top:1px solid var(--line)}.coupon-row{display:flex}.coupon-row input{width:100%;min-width:0;border:1px solid var(--line);border-radius:9px 0 0 9px;padding:10px}.coupon-row button{border:0;border-radius:0 9px 9px 0;background:var(--ink);color:white;padding:0 13px}.totals{margin:16px 0}.totals p{display:flex;justify-content:space-between;margin:8px 0;color:var(--muted);font-size:13px}.totals b{color:var(--ink)}.totals .grand-total{padding-top:12px;border-top:1px dashed var(--line);font-size:17px;color:var(--ink)}.discount-line b{color:var(--green)}.checkout-button{width:100%}.cart-drawer footer>small{display:block;text-align:center;color:var(--muted);margin-top:11px}.product-modal,.checkout-modal{width:min(520px,calc(100% - 28px));max-height:90dvh;padding:0;border:0;border-radius:20px;box-shadow:var(--shadow)}dialog::backdrop{background:rgba(25,18,14,.55);backdrop-filter:blur(3px)}.modal-image{display:grid;place-items:center;height:200px;background:var(--product-bg);font-size:100px}.modal-body,.checkout-modal form{padding:25px}.modal-heading{display:flex;justify-content:space-between;align-items:start}.modal-heading h2{font-size:28px}.modal-description{color:var(--muted);line-height:1.5}.option-group{margin:22px 0}.option-group h4{margin:0 0 10px}.option{display:flex;align-items:center;justify-content:space-between;padding:12px;border:1px solid var(--line);border-radius:10px;margin:7px 0}.modal-actions{display:grid;grid-template-columns:auto 1fr;gap:12px}.modal-actions .qty{padding:0 10px;border:1px solid var(--line);border-radius:12px}.checkout-modal label,.checkout-modal fieldset{display:block;margin:14px 0;border:0;padding:0;font-weight:600;font-size:13px}.checkout-modal input:not([type=radio]),.checkout-modal textarea,.checkout-modal select{display:block;width:100%;margin-top:6px;padding:12px;border:1px solid var(--line);border-radius:9px;background:white}.checkout-modal fieldset{display:flex;gap:15px;flex-wrap:wrap}.checkout-modal legend{margin-bottom:7px}.checkout-modal .choice{margin:0;padding:11px;border:1px solid var(--line);border-radius:9px}.site-footer{padding:50px 0 25px;background:#211b18;color:white}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:30px;align-items:start}.footer-grid p{margin:0;color:#bfb7b2;line-height:1.7}.copyright{margin-top:35px;padding-top:20px;border-top:1px solid #403834;color:#8f8782;font-size:12px}.mobile-cart{display:none}.no-scroll{overflow:hidden}@media(max-width:800px){.container{width:min(100% - 28px,650px)}.header-inner{height:68px;gap:12px}.brand small,.location,.cart-label{display:none}.header-actions{margin-left:auto}.hero-grid{grid-template-columns:1fr;min-height:auto;padding-top:60px}.hero-copy{text-align:center}.hero-copy>p{font-size:16px}.hero-actions{justify-content:center}.hero-art{min-height:360px}.pizza{width:280px}.rating{right:6%;bottom:28px}.store-info{grid-template-columns:1fr;margin-top:20px}.store-info>div{border:0;border-bottom:1px solid var(--line);padding:13px}.section-heading{display:block}.menu-section{padding-block:60px}.categories{top:68px;margin-bottom:25px}.product-grid{grid-template-columns:1fr}.product-card{grid-template-columns:1fr 115px;min-height:145px}.product-info{padding:17px}.product-image{font-size:50px}.footer-grid{grid-template-columns:1fr}.mobile-cart{position:fixed;z-index:25;left:14px;right:14px;bottom:14px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;width:calc(100% - 28px);padding:13px 16px;border:0;border-radius:13px;background:var(--red);color:white;box-shadow:0 12px 30px rgba(100,24,22,.35)}.mobile-cart b{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:white;color:var(--red)}.mobile-cart span{text-align:left;font-weight:700}.site-footer{padding-bottom:90px}}@media(max-width:430px){.hero h1{font-size:43px}.hero-actions{flex-direction:column}.hero-art{min-height:330px}.pizza{width:240px}.product-card{grid-template-columns:1fr 100px}.product-info p{font-size:12px}.store-info{width:calc(100% - 28px)}.section-heading h2{font-size:33px}}
.topbar .brand,.hero{display:none}.header-actions{margin-left:auto}.top-banners{margin-top:18px;overflow:hidden}.banner-track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;cursor:grab}.banner-track::-webkit-scrollbar{display:none}.offer-banner{flex:0 0 86%;height:255px;border-radius:24px;scroll-snap-align:start;background:linear-gradient(90deg,rgba(30,0,0,.95),rgba(80,0,0,.35)),url("../images/banner-pizza-original.png") center/cover;color:white;overflow:hidden}.offer-banner>div{padding:34px}.offer-banner h1,.offer-banner h2{margin:10px 0 18px;font:700 37px/1 Fraunces,serif}.offer-banner a{display:inline-block;background:white;color:#c3262d;padding:10px 16px;border-radius:9px;font-weight:700}.offer-banner.alt{filter:hue-rotate(-12deg)}.offer-banner.alt2{filter:hue-rotate(15deg)}.banner-dots{display:flex;justify-content:center;gap:6px;padding:12px}.banner-dots i{width:6px;height:6px;border-radius:9px;background:#ddd}.banner-dots i.active{width:18px;background:var(--red)}.home-shortcuts{display:flex;gap:18px;overflow:auto;padding:20px 0 32px;scrollbar-width:none}.home-shortcuts a{flex:0 0 82px;text-align:center;font-size:12px}.home-shortcuts span{display:grid;place-items:center;width:68px;height:68px;margin:auto auto 8px;border-radius:21px;background:#fff0f0;color:var(--red);font:700 21px Fraunces}.home-shortcuts a:nth-child(2) span{background:#fff4e5;color:#e77a19}.home-shortcuts a:nth-child(3) span{background:#f1eaff;color:#8657c6}.home-shortcuts a:nth-child(4) span{background:#e7f5ff;color:#2782b9}.home-shortcuts a:nth-child(5) span{background:#eef8e9;color:#478d39}.store-info{margin-top:0;box-shadow:none}.product-image,.modal-image,.cart-item-icon{background-image:url("../images/banner-pizza-original.png")!important;background-size:cover;background-position:72%;font-size:0}.product-image>*{display:none}.empty-cart span{display:none}@media(max-width:800px){.header-inner{height:82px}.location{display:flex}.location small,.location strong{display:block}.search-toggle{display:none}.cart-label{display:none}.top-banners{width:100%;padding-left:14px;margin-top:8px}.offer-banner{flex-basis:88%;height:205px;border-radius:18px}.offer-banner>div{padding:24px}.offer-banner h1,.offer-banner h2{font-size:29px}.home-shortcuts{width:100%;padding-left:17px;gap:8px}.home-shortcuts a{flex-basis:72px}.home-shortcuts span{width:61px;height:61px;border-radius:18px}.store-info{width:calc(100% - 28px);grid-template-columns:repeat(3,1fr);padding:12px 0}.store-info>div{padding:5px 9px;border:0;border-right:1px solid var(--line)}.store-info strong{font-size:11px}.store-info small{font-size:9px}.menu-section{padding-top:40px}.section-heading .eyebrow,.section-heading p{display:none}.section-heading h2{font:700 22px "DM Sans"}.site-footer{padding-bottom:85px}.bottom-nav{position:fixed;display:grid!important;grid-template-columns:repeat(4,1fr);bottom:0;left:0;right:0;height:68px;background:white;border-top:1px solid #eee;z-index:45}.bottom-nav a,.bottom-nav button{display:flex;flex-direction:column;align-items:center;justify-content:center;border:0;background:none;font-size:10px;color:#666}.bottom-nav .active{color:var(--red)}.bottom-nav svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8}.mobile-cart{bottom:76px}}@media(min-width:801px){.bottom-nav{display:none}}@media(max-width:800px){.bottom-nav{grid-template-columns:repeat(5,1fr);height:72px;padding:5px 4px 4px;box-shadow:0 -1px 0 rgba(0,0,0,.06)}.bottom-nav a,.bottom-nav button{gap:2px;color:#707070;font:500 12px/1.2 "DM Sans",sans-serif}.bottom-nav svg{width:31px;height:31px;stroke:currentColor;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}.bottom-nav .active{color:#1d1d1d}.bottom-nav .fill{fill:currentColor;stroke:none}.bottom-nav .profile-icon{position:relative;height:31px}.bottom-nav .profile-icon i{position:absolute;right:-3px;top:-2px;width:13px;height:13px;border:3px solid white;border-radius:50%;background:#e92d3d}.mobile-cart{bottom:80px}}@media(max-width:800px){.bottom-nav{height:58px;padding:3px 4px 2px}.bottom-nav a,.bottom-nav button{gap:0;font-size:10px;font-weight:500}.bottom-nav svg{width:25px;height:25px;stroke-width:1.8}.bottom-nav .profile-icon{height:25px}.bottom-nav .profile-icon i{right:-2px;top:-1px;width:11px;height:11px;border-width:2px}.mobile-cart{bottom:66px}.site-footer{padding-bottom:70px}}
.bottom-nav .profile-icon i{display:none}
