*{margin:0;padding:0;box-sizing:border-box}img{max-width:100%;height:auto}img[loading=lazy]{opacity:1;transition:opacity .3s ease}html{scroll-behavior:smooth}.pizza-menu-item,.pizza-card,.btn,.back-to-top{will-change:transform;transform:translateZ(0)}.pizza-menu-item,.pizza-card,.btn,.back-to-top,.nav-link{transition:transform .3s ease,opacity .3s ease,border-color .3s ease,background-color .3s ease}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background-color:#fff}.background-video{position:fixed;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1;pointer-events:none;opacity:1;visibility:visible;will-change:transform;transform:translateZ(0);-webkit-transform:translateZ(0)}@media (max-width: 768px){.background-video{min-width:100%;min-height:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden}}.App{position:relative;min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background-color:#000;box-shadow:0 2px 10px #0000004d;position:fixed;top:0;width:100%;z-index:1000;border-bottom:2px solid #ffd700}.navbar{padding:1rem 0}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;text-decoration:none}.logo-img{height:50px;width:auto;margin-right:10px;background:#fff;border-radius:8px;padding:5px;box-shadow:0 2px 8px #0000001a}.logo h1{display:flex;align-items:center;margin:0;color:gold;font-size:2rem;font-weight:700;font-family:Georgia,serif;letter-spacing:1px}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-link{color:#f5f5f5;text-decoration:none;font-weight:600;transition:all .3s ease;padding:8px 16px;border-radius:20px;position:relative}.nav-link:hover,.nav-link.active{color:gold;background:#ffd7001a}.hamburger{display:none;flex-direction:column;cursor:pointer}.bar{width:25px;height:3px;background-color:#fff;margin:3px 0;transition:.3s}main{margin-top:80px}.hero{background-color:transparent;color:#fff;padding:80px 0;text-align:center}.menu-hero{background-color:#fff;color:#333;padding:80px 0;text-align:center}.about-hero{background-color:#fff;color:#333;padding:40px 0 20px;text-align:center}.contact-hero{background-color:#fff;color:#333;padding:60px 0 40px;text-align:center;min-height:calc(100vh - 80px);display:flex;align-items:center}.hero-logo{margin-bottom:2rem}.hero-logo-img{height:150px;width:auto;filter:brightness(1.1) drop-shadow(0 4px 8px rgba(0,0,0,.3))}.hero-content h2{font-size:3.5rem;margin-bottom:1rem;font-weight:400;font-family:Georgia,serif;color:#fff}.menu-hero h2,.about-hero h2,.contact-hero h2{font-size:3.5rem;margin-bottom:1rem;font-weight:400;font-family:Georgia,serif;color:#333}.hero-content p{font-size:1.3rem;margin-bottom:2rem;color:#fff}.menu-hero p,.about-hero p,.contact-hero p{font-size:1.3rem;margin-bottom:2rem;color:#666}.btn{display:inline-block;padding:12px 30px;text-decoration:none;border-radius:25px;font-weight:600;transition:all .3s ease;margin:0 10px;border:none;cursor:pointer;font-size:1rem}.btn-primary{background:linear-gradient(135deg,gold,#ffed4e);color:#000;border:2px solid #000000;box-shadow:0 4px 15px #ffd7004d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ffd70066}.btn-secondary{background:transparent;color:gold;border:2px solid #ffd700}.btn-secondary:hover{background:gold;color:#000;transform:translateY(-2px)}.hero-buttons{margin-top:2rem}.hero-buttons .btn-primary{position:relative;overflow:visible}.hero-buttons .btn-primary:before{content:"";position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;border-radius:27px;border:3px solid transparent;pointer-events:none;opacity:0;box-shadow:0 0 15px #ffd700cc,0 0 30px #ffd70099,inset 0 0 15px #ffd70066;animation:borderGlowTrace 3s ease-out 2.5s forwards}@keyframes borderGlowTrace{0%{opacity:0;border-color:transparent;clip-path:polygon(50% 100%,50% 100%,50% 100%,50% 100%)}15%{opacity:.8;border-color:#ffd700e6;clip-path:polygon(30% 100%,70% 100%,70% 100%,30% 100%)}30%{opacity:1;border-color:gold;clip-path:polygon(0% 100%,100% 100%,100% 100%,0% 100%)}45%{opacity:1;border-color:gold;clip-path:polygon(0% 100%,100% 100%,100% 50%,0% 50%)}60%{opacity:1;border-color:gold;clip-path:polygon(0% 100%,100% 100%,100% 0%,0% 0%)}75%{opacity:.9;border-color:#ffd700e6;clip-path:polygon(0% 100%,100% 100%,100% 0%,0% 0%)}to{opacity:0;border-color:#ffd70080;clip-path:polygon(0% 100%,100% 100%,100% 0%,0% 0%)}}.popular-pizzas{padding:80px 0;background-color:transparent}.popular-pizzas h3{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#fff;font-family:Georgia,serif}.pizza-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.pizza-card{background:#f8f9fa;border-radius:10px;padding:1.5rem;text-align:center;border:1px solid #e9ecef;transition:all .3s ease}.pizza-image{font-size:4rem;margin-bottom:1rem}.pizza-image img{width:100%;height:200px;object-fit:cover;border-radius:10px}.pizza-card h4{font-size:1.3rem;margin-bottom:.5rem;color:#333;font-family:Georgia,serif}.pizza-card p{color:#000}.price{font-size:1.2rem;font-weight:700;color:#000}.menu-categories{padding:80px 0;background-color:#fff}.menu-section{display:block}.menu-section h3{font-size:2.5rem;text-align:center;margin-bottom:3rem;color:#333;font-family:Georgia,serif}.menu-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.pizza-menu-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem}.pizza-menu-item{background:#f8f9fa;border-radius:15px;overflow:hidden;border:1px solid #e9ecef;transition:all .3s ease;display:flex;flex-direction:column;height:100%}.pizza-image-placeholder{position:relative;height:250px;background:#e9ecef;display:flex;align-items:center;justify-content:center;border-bottom:2px solid #ffd700}.pizza-emoji{font-size:4rem;opacity:.8}.pizza-image-placeholder img{width:100%;height:250px;object-fit:cover}.image-overlay{position:absolute;bottom:0;left:0;right:0;background:#000c;color:#fff;padding:.5rem;font-weight:600;text-align:center}.pizza-details{padding:1.5rem;flex:1;display:flex;flex-direction:column}.pizza-details h4{font-size:1.4rem;margin-bottom:.8rem;color:#333;font-weight:600;font-family:Georgia,serif}.pizza-description{color:#666;margin-bottom:1.2rem;line-height:1.6;font-size:.95rem}.pizza-sizes{display:flex;justify-content:space-between;gap:1rem;margin-top:auto}.size-option{flex:1;background:#fff;padding:.8rem;border-radius:8px;text-align:center;border:1px solid #dee2e6;transition:all .3s ease}.size{display:block;font-weight:600;color:#333;margin-bottom:.3rem;font-size:1rem}.size-option .price{display:block;font-size:1.1rem;font-weight:700;color:#000}.order-info{padding:80px 0;background-color:#fff;color:#333;text-align:center;border-top:2px solid #ffd700;border-bottom:2px solid #ffd700}.order-info h3{font-size:2.5rem;margin-bottom:1rem}.order-buttons{margin-top:2rem}.story-section{padding:20px 0 40px;background-color:#fff}.story-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.story-text h3{font-size:2.2rem;margin-bottom:1rem;color:#000;font-family:Georgia,serif}.story-text p{color:#666;margin-bottom:1rem;line-height:1.6;font-size:1.1rem}.story-image{text-align:center}.about-image{width:100%;max-width:400px;height:400px;border-radius:20px;box-shadow:0 10px 30px #0003;object-fit:cover}.image-placeholder{font-size:8rem;opacity:.7}.contact{padding:80px 0;background-color:#fff}.contact h3{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#333;font-family:Georgia,serif}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;text-align:center}.contact-item h4{font-size:1.3rem;margin-bottom:1rem;color:gold;font-family:Georgia,serif}.contact-item p{color:#666}.location-section{padding:80px 0;background-color:#fff}.location-section h3{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#333;font-family:Georgia,serif}.location-info{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start;margin-top:1rem}.map-placeholder{background:#f8f9fa;border:1px solid #e9ecef;border-radius:10px;padding:1.5rem;text-align:center}.map-content h4{color:#000;font-size:1.5rem;margin-bottom:1rem;font-family:Georgia,serif}.map-content p{color:#666;margin-bottom:1rem}.directions{background:#f8f9fa;border:1px solid #e9ecef;border-radius:10px;padding:1.5rem;text-align:center}.directions h4{color:#000;font-size:1.5rem;margin-bottom:1rem;font-family:Georgia,serif}.directions ul{list-style:none;padding:0}.directions li{margin-bottom:1rem;color:#666}.directions li:before{content:"";position:absolute;left:0;top:0}.footer{background-color:#f8f9fa;color:#333;padding:3rem 0 2rem;border-top:2px solid #ffd700;margin-top:4rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{color:#000;margin-bottom:1rem;font-size:1.4rem;font-family:Georgia,serif;font-weight:600}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#666;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:gold}.back-to-top{position:fixed;bottom:20px;right:20px;width:50px;height:50px;background:gold;color:#000;border:2px solid #000000;border-radius:50%;font-size:20px;font-weight:700;cursor:pointer;z-index:1000;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 15px #ffd7004d}.back-to-top:hover{background:#000;color:gold;transform:translateY(-2px);box-shadow:0 6px 20px #ffd70066}@media (max-width: 768px){.hamburger{display:flex}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:#000;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;padding:2rem 0}.nav-menu.active{left:0}.nav-menu li{margin:1rem 0}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger.active .bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.location-info{grid-template-columns:1fr;gap:1.5rem}.contact-hero{padding:40px 0 30px;min-height:calc(100vh - 80px)}.story-content{grid-template-columns:1fr;gap:2rem}.hero-content h2,.menu-hero h2,.about-hero h2,.contact-hero h2{font-size:2rem}.pizza-menu-grid{grid-template-columns:1fr}.back-to-top{bottom:15px;right:15px;width:45px;height:45px;font-size:18px}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.gallery-section{padding:60px 0}}@media (max-width: 480px){.container{padding:0 15px}.hero-content h2,.menu-hero h2,.about-hero h2,.contact-hero h2{font-size:2.5rem}.hero-content p,.menu-hero p,.about-hero p,.contact-hero p{font-size:1.1rem}.contact-hero{padding:30px 0 20px;min-height:calc(100vh - 80px)}.map-placeholder,.directions{padding:1rem}.pizza-grid,.pizza-menu-grid{grid-template-columns:1fr;gap:1.5rem}.pizza-menu-item{margin-bottom:1rem}.pizza-image-placeholder,.pizza-image-placeholder img{height:200px}.pizza-sizes{flex-direction:column;gap:.5rem}.size-option{padding:.6rem}.btn{padding:10px 20px;font-size:.9rem;margin:5px}.hero-buttons,.order-buttons{display:flex;flex-direction:column;gap:1rem;align-items:center}.back-to-top{bottom:10px;right:10px;width:40px;height:40px;font-size:16px}.footer{padding:2rem 0 1.5rem;margin-top:2rem}.footer-content{grid-template-columns:1fr;gap:1.5rem;text-align:center}.footer-section h4{font-size:1.2rem;margin-bottom:.8rem}.footer-section p{font-size:.9rem;margin-bottom:.5rem}}.careers-hero{background-color:#fff;color:#333;padding:80px 0;text-align:center}.careers-hero h2{font-size:3.5rem;margin-bottom:1rem;font-weight:400;font-family:Georgia,serif;color:#333}.careers-hero p{font-size:1.3rem;margin-bottom:1rem;color:#666}.careers-image-section{padding:5px 0 20px;background-color:#f8f9fa}.careers-image-container{text-align:center}.gallery-section{padding:80px 0;background-color:#fff}.gallery-section h3{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#333;font-family:Georgia,serif}.popular-pizzas+.gallery-section{background-color:transparent}.popular-pizzas+.gallery-section h3{color:#fff}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.gallery-item{border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #0000004d;transition:transform .3s ease,box-shadow .3s ease}.gallery-item:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0006}.gallery-item img{width:100%;height:300px;object-fit:cover;display:block}.careers-main-image{max-width:100%;height:auto;max-height:500px;border-radius:15px;box-shadow:0 10px 30px #0003;object-fit:cover}@media (max-width: 768px){.careers-hero h2{font-size:2.5rem}.careers-main-image{max-height:300px}.careers-image-section{padding:3px 0 15px}}@media (max-width: 480px){.careers-hero h2{font-size:2rem}.careers-hero p{font-size:1.1rem}.careers-main-image{max-height:250px}.careers-image-section{padding:2px 0 10px}.gallery-grid{grid-template-columns:1fr;gap:1.5rem}.gallery-item img{height:250px}.gallery-section{padding:60px 0}.gallery-section h3{font-size:2rem;margin-bottom:2rem}}
