@import"https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Lobster&display=swap";:root{--primary-gold: #D4AF37;--text-light: #F5F5F5;--text-muted: #B0B0B0;--bg-dark: #050505;--font-heading: "Playfair Display", serif;--font-body: "Lato", sans-serif;--font-brand: "Lobster", cursive}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:#000;color:var(--text-light);height:100vh;overflow-x:hidden;overflow-y:auto;position:relative}#star-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-2;pointer-events:none}.star{position:absolute;background:#fff;border-radius:50%;opacity:0;animation:float linear infinite;box-shadow:0 0 2px #fffc}@keyframes float{0%{transform:translate(0);opacity:0}20%{opacity:.8}80%{opacity:.8}to{transform:translate(var(--move-x),var(--move-y));opacity:0}}.site-header{position:absolute;top:0;left:0;width:100%;padding:2rem 3rem;z-index:100;display:flex;align-items:center}.logo-container{display:flex;align-items:center;gap:.5rem}.logo-img{width:110px;height:auto;border-radius:0;object-fit:contain;border:none}.brand-name{font-family:var(--font-brand);font-size:2.2rem;font-weight:400;color:var(--text-light);letter-spacing:1px}.product-section{display:flex;min-height:100vh;align-items:center;justify-content:center;padding:4rem 2rem;position:relative;z-index:10}.product-content{display:flex;width:100%;max-width:1200px;gap:4rem;align-items:center}.product-section.reverse .product-content{flex-direction:row-reverse}.image-column,.details-column{flex:1;display:flex;justify-content:center}@media (max-width: 768px){.product-section{padding:2rem 1rem;min-height:auto}.product-content{flex-direction:column!important;gap:2rem}.product-section.reverse .product-content{flex-direction:column!important}.image-column{order:-1}}.image-container{width:100%;display:flex;justify-content:center}.product-image{max-width:100%;max-height:80vh;object-fit:contain;filter:drop-shadow(0 20px 40px rgba(0,0,0,.5));transform:scale(1.1);transition:transform .5s ease}.hero-right{display:flex;flex-direction:column;justify-content:center;padding:4rem 6rem 4rem 2rem;background:linear-gradient(to right,transparent,rgba(0,0,0,.8))}.content-wrapper{max-width:600px;width:100%}.product-title{font-family:var(--font-heading);font-size:4rem;font-weight:700;line-height:1.1;margin-bottom:.5rem;color:var(--primary-gold);text-transform:uppercase}.product-vision{font-size:1rem;text-transform:uppercase;letter-spacing:3px;color:var(--text-muted);margin-bottom:2rem}.divider{width:80px;height:3px;background-color:var(--primary-gold);margin-bottom:2rem}.product-description{font-size:1.1rem;line-height:1.8;color:var(--text-light);margin-bottom:2rem;font-weight:300}.price-action-container{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-bottom:3rem;width:100%;height:80px}.price-tag{font-family:var(--font-heading);font-size:2.5rem;color:var(--text-light);margin:0;line-height:1;display:flex;align-items:center}.ar-container{position:relative;width:100%;height:60px}model-viewer{width:100%;height:100%;--poster-color: transparent}.ar-button{background-color:transparent;border:2px solid var(--primary-gold);color:var(--primary-gold);padding:1rem 2.5rem;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:10px;position:relative;top:auto;right:auto;bottom:auto;left:auto;transform:none}.ar-button:hover{background-color:var(--primary-gold);color:#000;box-shadow:0 0 20px #d4af3766}.ar-icon{font-size:1.2rem}.button{--black-700: hsla(0 0% 12% / 1);--border_radius: 9999px;--transtion: .3s ease-in-out;--offset: 2px;cursor:pointer;position:relative;display:flex;align-items:center;gap:.5rem;transform-origin:center;padding:1rem 2rem;background-color:transparent;border:none;border-radius:var(--border_radius);transform:scale(calc(1 + (var(--active, 0) * .1)));transition:transform var(--transtion)}.button:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background-color:var(--black-700);border-radius:var(--border_radius);box-shadow:inset 0 .5px #fff,inset 0 -1px 2px #000,0 4px 10px -4px hsla(0 0% 0% / calc(1 - var(--active, 0))),0 0 0 calc(var(--active, 0) * .375rem) #d4af37bf;transition:all var(--transtion);z-index:0}.button:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background-color:#d4af37bf;background-image:radial-gradient(at 51% 89%,rgba(255,223,100,1) 0px,transparent 50%),radial-gradient(at 100% 100%,rgba(212,175,55,1) 0px,transparent 50%),radial-gradient(at 22% 91%,rgba(212,175,55,1) 0px,transparent 50%);background-position:top;opacity:var(--active, 0);border-radius:var(--border_radius);transition:opacity var(--transtion);z-index:2}.button:is(:hover,:focus-visible){--active: 1}.button:active{transform:scale(1)}.button .dots_border{--size_border: calc(100% + 2px) ;overflow:hidden;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:var(--size_border);height:var(--size_border);background-color:transparent;border-radius:var(--border_radius);z-index:-10}.button .dots_border:before{content:"";position:absolute;top:30%;left:50%;transform:translate(-50%,-50%);transform-origin:left;transform:rotate(0);width:100%;height:2rem;background-color:#fff;mask:linear-gradient(transparent 0%,white 120%);animation:rotate 2s linear infinite}@keyframes rotate{to{transform:rotate(360deg)}}.sparkle-icon{position:relative;z-index:10;width:1.75rem;height:1.75rem;object-fit:contain}.button .text_button{position:relative;z-index:10;background-image:linear-gradient(90deg,#fff,hsla(0 0% 100% / var(--active, 0)) 120%);background-clip:text;-webkit-background-clip:text;font-size:1rem;color:transparent;font-family:var(--font-body);font-weight:700;text-transform:uppercase}.qr-overlay{margin-top:3rem}.qr-card{background:#fff;padding:10px;display:inline-block;border-radius:4px}.qr-text{color:#000;font-size:.7rem;text-align:center;margin-bottom:5px;font-weight:700;text-transform:uppercase}#qr-code{width:100px!important;height:100px!important}@media (max-width: 900px){html,body{overflow-y:auto;height:auto;min-height:100%;-ms-overflow-style:none;scrollbar-width:none}html::-webkit-scrollbar,body::-webkit-scrollbar{display:none}.site-header{position:relative;padding:1rem 1.5rem;background:transparent}.logo-img{width:80px}.brand-name{font-size:1.8rem}.hero-section{grid-template-columns:1fr;height:auto;min-height:100vh;overflow:visible;display:flex;flex-direction:column}.hero-left{height:auto;min-height:30vh;padding:1rem;order:1}.product-image{max-height:30vh}.hero-right{padding:2rem 1.5rem 4rem;background:linear-gradient(to top,#000 80%,transparent);order:2;text-align:center;align-items:center}.content-wrapper{display:flex;flex-direction:column;align-items:center}.product-title{font-size:2.5rem;text-align:center}.divider{margin:1.5rem auto}.price-action-container{flex-direction:column;height:auto;gap:1.5rem;justify-content:center;margin-bottom:2rem}.buttons-wrapper{display:flex;flex-direction:row;gap:.5rem;width:100%;justify-content:center}.price-tag{font-size:2rem;justify-content:center}.button{margin-top:0;width:auto;flex:1;padding:.8rem .5rem;justify-content:center}.button .text_button{font-size:.8rem;white-space:nowrap}.sparkle-icon{width:1.2rem;height:1.2rem}.qr-overlay{display:none}}.restaurant-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000f2;z-index:9999;display:flex;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.overlay-content{text-align:center;padding:2rem;max-width:500px;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.overlay-logo{width:120px;height:auto;margin-bottom:1rem}.overlay-title{font-family:var(--font-heading);font-size:2.5rem;color:var(--primary-gold);margin:0}.overlay-text{font-family:var(--font-body);color:var(--text-light);font-size:1.1rem;line-height:1.6;opacity:.9}.overlay-button{margin-top:1rem;background:#d4af371a;border:1px solid var(--primary-gold)}.close-link{background:none;border:none;color:var(--text-muted);text-decoration:underline;cursor:pointer;font-size:.9rem;margin-top:1rem;transition:color .3s}.close-link:hover{color:var(--primary-gold)}
