@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;800;900&family=Bebas+Neue&display=swap";
:root{--primary-red:#e3000f;--primary-red-hover:#c2000d;--primary-blue:#0f1e8a;--primary-green:#008e3c;--accent-yellow:#ffb800;--dark-brown:#2b2626;--text-dark:#1a1a1a;--text-light:#fdfdfd;--bg-light:#f9f7f2;--glass-bg:#ffffffd9;--glass-border:#ffffff2e;--shadow-sm:0 4px 6px -1px #0000000d, 0 2px 4px -1px #00000008;--shadow-md:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--shadow-lg:0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;--shadow-glow:0 0 20px #e3000f66}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-light);max-width:100vw;color:var(--text-dark);scroll-behavior:smooth;font-family:Outfit,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}ul{list-style:none}h1,h2,h3,h4,h5,h6{letter-spacing:1px;font-family:Bebas Neue,Outfit,sans-serif}.title-display{text-transform:uppercase;color:var(--dark-brown);font-size:clamp(4rem,8vw,8rem);line-height:.9}.title-display span{color:var(--primary-red)}.section-title{text-align:center;color:var(--dark-brown);margin-bottom:3rem;font-size:clamp(2.5rem,5vw,4rem)}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 2rem}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--glass-border)}.btn{cursor:pointer;text-transform:uppercase;letter-spacing:1px;border-radius:50px;justify-content:center;align-items:center;padding:1rem 2.5rem;font-family:Outfit,sans-serif;font-size:1.125rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-primary{background-color:var(--primary-red);color:#fff;box-shadow:var(--shadow-md);border:none}.btn-primary:hover{background-color:var(--primary-red-hover);box-shadow:var(--shadow-lg), var(--shadow-glow);transform:translateY(-3px)}.btn-secondary{color:var(--dark-brown);border:2px solid var(--dark-brown);background-color:#0000}.btn-secondary:hover{background-color:var(--dark-brown);color:#fff;transform:translateY(-3px)}.navbar{z-index:100;padding:1rem 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.nav-container{justify-content:space-between;align-items:center;display:flex}.logo{color:var(--primary-red);text-shadow:2px 2px #fff;align-items:center;gap:.5rem;font-family:Bebas Neue,sans-serif;font-size:2.5rem;display:flex}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{color:var(--dark-brown);font-size:1.1rem;font-weight:600;transition:color .2s;position:relative}.nav-links a:after{content:"";background-color:var(--primary-red);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-links a:hover{color:var(--primary-red)}.nav-links a:hover:after{width:100%}.hero{align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:-1;opacity:.05;background-image:url("data:image/svg+xml,%3Csvg width=\"60\" height=\"60\" viewBox=\"0 0 60 60\" xmlns=\"http://www.w3.org/2000/svg\"%3E%3Cg fill=\"none\" fill-rule=\"evenodd\"%3E%3Cg fill=\"%234A3320\" fill-opacity=\"1\"%3E%3Cpath d=\"M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z\"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.hero-text{flex-direction:column;gap:1.5rem;display:flex}.hero-badge{color:var(--primary-red);background-color:#e52d271a;border:1px solid #e52d2733;border-radius:50px;align-items:center;gap:.5rem;width:fit-content;padding:.5rem 1rem;font-size:.9rem;font-weight:600;display:inline-flex}.hero-description{color:#555;max-width:480px;font-size:1.25rem;line-height:1.6}.hero-actions{gap:1rem;margin-top:1rem;display:flex}.hero-image-wrapper{justify-content:center;align-items:center;width:100%;height:600px;display:flex;position:relative}.hero-pizza{filter:drop-shadow(0 30px 40px #0000004d);z-index:2;width:120%;max-width:700px}.hero-blob{background:radial-gradient(circle, var(--accent-yellow) 0%, #ffb80000 70%);z-index:1;opacity:.4;border-radius:50%;width:500px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-badge-float{box-shadow:var(--shadow-lg);z-index:3;border:2px solid var(--accent-yellow);background:#fff;border-radius:1rem;flex-direction:column;align-items:center;padding:1rem;display:flex;position:absolute}.badge-1{top:10%;right:5%;transform:rotate(5deg)}.badge-2{bottom:15%;left:0;transform:rotate(-5deg)}.price-tag{color:var(--primary-red);font-family:Bebas Neue,sans-serif;font-size:2.5rem;line-height:1}.price-desc{color:var(--dark-brown);text-transform:uppercase;font-size:.8rem;font-weight:600}.menu-section{background-color:#fff;padding:6rem 0;position:relative}.menu-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;display:grid}.menu-category h3{color:#007a33;border-bottom:2px solid var(--primary-red);align-items:center;gap:.5rem;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:2.5rem;display:flex}.menu-badge-container{align-items:center;gap:2rem;display:flex;position:relative}.price-badge-circle{background-color:var(--primary-red);color:#fff;border-radius:50%;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:120px;height:120px;font-family:Bebas Neue,sans-serif;line-height:1;display:flex;transform:rotate(-5deg);box-shadow:0 4px 10px #0003}.price-badge-circle .amount{font-size:3.5rem}.price-badge-circle .label{text-transform:uppercase;font-size:1.2rem}.menu-item{justify-content:space-between;align-items:flex-end;margin-bottom:1rem;display:flex;position:relative}.menu-item:after{content:"";z-index:1;border-bottom:1px dashed #ccc;height:1px;position:absolute;bottom:5px;left:0;right:0}.item-info{z-index:2;background:#fff;max-width:80%;padding-right:10px;position:relative}.item-name{color:var(--dark-brown);margin-bottom:.25rem;font-size:1.2rem;font-weight:800}.item-name.red{color:var(--primary-red)}.item-desc{color:#666;font-size:.85rem;line-height:1.2}.item-price{z-index:2;color:var(--primary-green);background:#fff;padding-left:10px;font-family:Bebas Neue,sans-serif;font-size:1.5rem}.promo-banner{background:linear-gradient(135deg, var(--primary-blue), var(--dark-brown));color:#fff;text-align:center;padding:4rem 0;position:relative;overflow:hidden}.promo-banner:before{content:"";opacity:.2;mix-blend-mode:multiply;background:url(https://images.unsplash.com/photo-1513104890138-7c749659a591?q=80&w=2070&auto=format&fit=crop) 50%/cover;position:absolute;inset:0}.promo-content{z-index:2;flex-direction:column;align-items:center;gap:1.5rem;display:flex;position:relative}.promo-title{text-shadow:2px 2px 4px #0000004d;font-size:clamp(3rem,6vw,5rem)}.location-section{background-color:var(--bg-light);padding:6rem 0}.location-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.location-info{flex-direction:column;gap:2rem;display:flex}.info-card{box-shadow:var(--shadow-md);border-left:5px solid var(--primary-green);background:#fff;border-radius:1rem;padding:2rem;transition:transform .3s}.info-card:hover{transform:translate(10px)}.info-card h4{color:var(--dark-brown);margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:1.5rem}.info-card p{color:#666;font-size:1.1rem}.map-wrapper{width:100%;height:400px;box-shadow:var(--shadow-lg);border:4px solid #fff;border-radius:1rem;overflow:hidden}.footer{background-color:var(--primary-blue);color:#fff;padding:4rem 0 2rem}.footer-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem;display:grid}.footer-col h4{color:var(--accent-yellow);margin-bottom:1.5rem;font-size:1.5rem}.footer-col p,.footer-col li{color:#ccc;margin-bottom:.8rem}.footer-bottom{text-align:center;color:#888;border-top:1px solid #ffffff1a;padding-top:2rem;font-size:.9rem}.mobile-menu-btn{cursor:pointer;z-index:101;-webkit-tap-highlight-color:transparent;background:0 0;border:none;padding:.5rem;display:none}.mobile-menu-overlay{-webkit-backdrop-filter:blur(15px);z-index:99;background:#f9f7f2f2;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.mobile-nav-links{text-align:center;flex-direction:column;gap:2.5rem;display:flex}.mobile-nav-links a{color:var(--dark-brown);letter-spacing:2px;font-family:Bebas Neue,sans-serif;font-size:2rem;font-weight:800;text-decoration:none}.mobile-nav-links a.btn{letter-spacing:1px;font-family:Outfit,sans-serif;font-size:1.2rem}@media (max-width:1024px){.title-display{font-size:clamp(3rem,6vw,5rem)}.hero-pizza{width:100%}.price-badge-circle{width:90px;height:90px}.price-badge-circle .amount{font-size:2.5rem}}@media (max-width:968px){.hero-content{text-align:center;grid-template-columns:1fr;gap:2rem;padding-top:2rem}.hero-text{align-items:center}.hero-description{text-align:center;font-size:1.1rem}.location-container{grid-template-columns:1fr}.menu-badge-container{flex-direction:column-reverse;align-items:center;gap:1rem}.price-badge-circle{margin-bottom:1rem;transform:rotate(0)}}@media (max-width:768px){.desktop-only{display:none!important}.mobile-menu-btn{display:block}.logo-text{display:none}.hero-image-wrapper{height:350px}.hero-blob{width:300px;height:300px}.badge-1{padding:.5rem;top:0;right:0}.badge-2{padding:.5rem;bottom:0;left:0}.price-tag{font-size:2rem}.promo-title{font-size:2.5rem}.footer-grid{text-align:center;grid-template-columns:1fr}.footer-col{flex-direction:column;align-items:center;display:flex}.section-title{font-size:2.5rem}}@media (max-width:480px){.hero-actions{flex-direction:column;width:100%}.btn{width:100%}.menu-item{flex-direction:column;align-items:flex-start}.item-info{max-width:100%;margin-bottom:.5rem}.item-price{align-self:flex-end;padding-left:0}}.floating-wa{color:#fff;z-index:1000;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 10px #0000004d}.floating-wa:hover{transform:scale(1.1)translateY(-5px);box-shadow:0 6px 15px #25d36666}@media (max-width:768px){.floating-wa{width:50px;height:50px;bottom:1.5rem;right:1.5rem}.floating-wa svg{width:28px;height:28px}}.gallery-section{background-color:var(--bg-light);padding:5rem 0;position:relative;overflow:hidden}.gallery-title-wrapper{text-align:center;margin-bottom:3rem}.gallery-title-wrapper .section-title{margin-bottom:0}.gallery-title-wrapper h2 span{color:var(--primary-red)}.gallery-container{width:max-content;padding:1rem 0;animation:40s linear infinite scrollGallery;display:flex}.gallery-container:hover{animation-play-state:paused}.gallery-image-wrapper{width:320px;height:260px;box-shadow:var(--shadow-md);background-color:#eee;border:4px solid #fff;border-radius:16px;flex-shrink:0;margin:0 15px;position:relative;overflow:hidden}.gallery-image-wrapper:before{content:"";z-index:1;pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 0 20px #0000001a}.gallery-image-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,1,.5,1)}.gallery-image-wrapper:hover img{transform:scale(1.1)}@keyframes scrollGallery{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:768px){.gallery-section{padding:4rem 0}.gallery-image-wrapper{width:260px;height:200px;margin:0 10px}}.pizza-gallery-section{border-bottom:2px solid var(--bg-light);background-color:#fff;padding:4rem 0;position:relative;overflow:hidden}.pizza-gallery-container{width:max-content;padding:2rem 0;animation:45s linear infinite scrollGallery;display:flex}.pizza-gallery-container:hover{animation-play-state:paused}.pizza-card{width:300px;box-shadow:var(--shadow-lg);text-align:center;background:#fff;border:1px solid #0000000d;border-radius:16px;flex-direction:column;flex-shrink:0;align-items:center;margin:0 20px;padding:2rem 1.5rem;transition:transform .3s;display:flex}.pizza-card:hover{transform:translateY(-10px)}.pizza-card-img-wrapper{width:200px;height:200px;margin-bottom:1.5rem}.pizza-card-img-wrapper img{object-fit:contain;filter:drop-shadow(0 10px 15px #00000026);width:100%;height:100%}.pizza-card-title{color:var(--dark-brown);letter-spacing:1px;margin-bottom:.5rem;font-family:Bebas Neue,sans-serif;font-size:2rem}.pizza-card-price{color:var(--primary-green);margin-bottom:1rem;font-size:1.2rem;font-weight:800}.pizza-card-ingredients{color:#666;font-size:.9rem;line-height:1.4}@media (max-width:768px){.pizza-card{width:260px;margin:0 10px;padding:1.5rem 1rem}.pizza-card-img-wrapper{width:160px;height:160px}}
