*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--blue-dark: #001f4d;--blue-mid: #003c8e;--blue: #0056ca;--blue-accent: #0266ee;--gold: #C9A96E;--gold-light: #e8c98a;--cream: #F8F4EE;--white: #ffffff;--text-muted: #a0aec0}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:var(--blue-dark);color:var(--white);overflow-x:hidden}nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1.2rem 4rem;background:#000f28d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(201,169,110,.15)}.nav-logo{font-family:Playfair Display,serif;font-size:1.4rem;letter-spacing:.2em;color:var(--gold);text-decoration:none}.nav-links{display:flex;gap:2.5rem;list-style:none}.nav-links a{color:#ffffffbf;text-decoration:none;font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;transition:color .2s}.nav-links a:hover{color:var(--gold)}.nav-cta{background:transparent;border:1px solid var(--gold);color:var(--gold);padding:.5rem 1.4rem;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:all .2s;font-family:Inter,sans-serif;text-decoration:none}.nav-cta:hover{background:var(--gold);color:var(--blue-dark)}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden;background:radial-gradient(ellipse at 20% 50%,rgba(2,102,238,.12) 0%,transparent 60%),radial-gradient(ellipse at 80% 20%,rgba(201,169,110,.08) 0%,transparent 50%),linear-gradient(180deg,#000d28,#001535,#001f4d)}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 60px,rgba(201,169,110,.03) 60px,rgba(201,169,110,.03) 61px),repeating-linear-gradient(90deg,transparent,transparent 60px,rgba(201,169,110,.03) 60px,rgba(201,169,110,.03) 61px)}.hero-content{position:relative;z-index:1;max-width:800px;padding:2rem;animation:fadeUp 1s ease both}.hero-est{font-size:.75rem;letter-spacing:.35em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem;display:block}.hero-logo{font-family:Playfair Display,serif;font-size:clamp(3.5rem,8vw,7rem);font-weight:700;color:var(--white);letter-spacing:.08em;line-height:1;margin-bottom:.5rem}.hero-logo span{color:var(--gold)}.hero-tagline{font-family:Playfair Display,serif;font-style:italic;font-size:clamp(1rem,2.5vw,1.4rem);color:var(--gold-light);letter-spacing:.05em;margin-bottom:1.5rem}.hero-divider{width:60px;height:1px;background:var(--gold);margin:1.5rem auto;opacity:.5}.hero-sub{font-size:clamp(.9rem,2vw,1.05rem);color:#fff9;font-weight:300;letter-spacing:.05em;margin-bottom:2.5rem;line-height:1.7}.btn-primary{display:inline-block;background:linear-gradient(135deg,var(--gold) 0%,var(--gold-light) 100%);color:var(--blue-dark);padding:1rem 2.5rem;font-size:.85rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;text-decoration:none;transition:all .3s;font-family:Inter,sans-serif}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #c9a96e4d}.btn-outline{display:inline-block;border:1px solid var(--gold);color:var(--gold);padding:.75rem 2rem;font-size:.8rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;transition:all .3s;font-family:Inter,sans-serif}.btn-outline:hover{background:#c9a96e1a}.brand-statement{background:var(--cream);padding:6rem 2rem;text-align:center}.section-label{font-size:.7rem;letter-spacing:.35em;text-transform:uppercase;color:var(--blue-mid);margin-bottom:1rem;display:block}.brand-statement h2{font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3rem);color:var(--blue-dark);margin-bottom:1.5rem}.brand-statement p{max-width:560px;margin:0 auto 3.5rem;color:#4a5568;line-height:1.8;font-size:1.05rem}.pillars{display:flex;gap:3rem;justify-content:center;flex-wrap:wrap}.pillar{display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:180px}.pillar svg{width:44px;height:44px;color:var(--blue-mid)}.pillar h3{font-family:Playfair Display,serif;font-size:1.1rem;color:var(--blue-dark)}.pillar p{font-size:.85rem;color:#718096;text-align:center;line-height:1.6;margin:0}.categories{padding:6rem 4rem;background:var(--blue-dark)}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-family:Playfair Display,serif;font-size:clamp(1.8rem,3.5vw,2.5rem);color:var(--white);margin-top:.5rem}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto}.category-card{background:#ffffff08;border:1px solid rgba(201,169,110,.2);padding:2.5rem 2rem;transition:all .3s;cursor:pointer;position:relative;overflow:hidden}.category-card:before{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--gold),var(--blue-accent));transform:scaleX(0);transition:transform .3s}.category-card:hover{background:#ffffff0f;border-color:#c9a96e80;transform:translateY(-4px)}.category-card:hover:before{transform:scaleX(1)}.category-icon{width:48px;height:48px;margin-bottom:1.5rem;color:var(--gold)}.category-card h3{font-family:Playfair Display,serif;font-size:1.3rem;color:var(--white);margin-bottom:.5rem}.category-subtitle{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.category-card p{color:#ffffff8c;font-size:.9rem;line-height:1.6;margin-bottom:1.5rem}.category-price{font-size:.8rem;color:var(--text-muted);margin-bottom:1.2rem}.category-price strong{color:var(--gold-light);font-size:1rem}.featured{padding:6rem 4rem;background:#000d28}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1100px;margin:0 auto}.product-card{background:#ffffff08;border:1px solid rgba(201,169,110,.15);overflow:hidden;transition:all .3s}.product-card:hover{border-color:#c9a96e66;transform:translateY(-4px);box-shadow:0 20px 40px #0006}.product-image{height:220px;background:linear-gradient(135deg,#001535,#002560);display:flex;align-items:center;justify-content:center;position:relative}.product-image-inner{text-align:center}.product-initials{font-family:Playfair Display,serif;font-size:3rem;color:#c9a96e4d;letter-spacing:.1em;display:block}.product-image svg{width:64px;height:64px;color:#c9a96e40}.product-badge{position:absolute;top:1rem;right:1rem;background:var(--gold);color:var(--blue-dark);font-size:.65rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:.3rem .8rem}.product-info{padding:1.5rem}.product-cat{font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem}.product-info h3{font-family:Playfair Display,serif;font-size:1.2rem;color:var(--white);margin-bottom:.5rem}.product-info p{font-size:.85rem;color:#ffffff80;line-height:1.5;margin-bottom:1.2rem}.product-footer{display:flex;align-items:center;justify-content:space-between}.product-price{font-family:Playfair Display,serif;font-size:1.4rem;color:var(--gold-light)}.btn-cart{background:var(--blue-mid);color:var(--white);border:none;padding:.6rem 1.2rem;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:all .2s;font-family:Inter,sans-serif}.btn-cart:hover{background:var(--blue-accent)}.usp-banner{background:var(--cream);padding:3rem 4rem;display:flex;justify-content:center;gap:4rem;flex-wrap:wrap}.usp-item{display:flex;align-items:center;gap:1rem}.usp-item svg{width:32px;height:32px;color:var(--blue-mid);flex-shrink:0}.usp-item h4{font-size:.85rem;font-weight:500;color:var(--blue-dark);letter-spacing:.03em}.usp-item p{font-size:.75rem;color:#718096}.about{padding:7rem 4rem;background:var(--blue-dark);display:flex;align-items:center;justify-content:center;gap:5rem;flex-wrap:wrap}.about-visual{width:320px;height:400px;background:linear-gradient(145deg,#001535,#002a6e);border:1px solid rgba(201,169,110,.2);display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative}.about-visual:after{content:"";position:absolute;top:12px;right:12px;bottom:12px;left:12px;border:1px solid rgba(201,169,110,.1)}.about-monogram{font-family:Playfair Display,serif;font-size:6rem;color:#c9a96e26;font-weight:700;letter-spacing:-.02em}.about-content{max-width:480px}.about-content h2{font-family:Playfair Display,serif;font-size:clamp(1.8rem,3vw,2.5rem);color:var(--white);margin:.5rem 0 1.5rem;line-height:1.2}.about-content p{color:#fff9;line-height:1.8;font-size:.95rem;margin-bottom:1rem}.about-content p:last-of-type{margin-bottom:2rem}footer{background:#000812;padding:4rem 4rem 2rem;border-top:1px solid rgba(201,169,110,.1)}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:3rem;margin-bottom:3rem}.footer-brand .nav-logo{font-size:1.6rem;display:block;margin-bottom:.5rem}.footer-brand p{font-size:.8rem;color:var(--text-muted);letter-spacing:.1em}.footer-links h4{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1.2rem}.footer-links ul{list-style:none;display:flex;flex-direction:column;gap:.6rem}.footer-links a{color:#ffffff80;text-decoration:none;font-size:.85rem;transition:color .2s}.footer-links a:hover{color:var(--gold)}.footer-social{display:flex;gap:1rem;margin-top:1rem}.social-link{width:36px;height:36px;border:1px solid rgba(201,169,110,.25);display:flex;align-items:center;justify-content:center;color:var(--gold);text-decoration:none;transition:all .2s}.social-link:hover{background:#c9a96e1a;border-color:var(--gold)}.social-link svg{width:16px;height:16px}.footer-bottom{border-top:1px solid rgba(255,255,255,.06);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{font-size:.75rem;color:#ffffff40}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.fade-in.visible{opacity:1;transform:translateY(0)}@media(max-width:768px){nav{padding:1rem 1.5rem}.nav-links{display:none}.categories,.featured,.about,.footer-top{padding:4rem 1.5rem}.usp-banner{padding:2.5rem 1.5rem;gap:2rem}.about{flex-direction:column;gap:2.5rem}.about-visual{width:100%;height:220px}footer{padding:3rem 1.5rem 1.5rem}.footer-top{flex-direction:column}}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:4rem;padding:6rem 4rem;max-width:1200px;margin:0 auto}.product-page__media img{width:100%;object-fit:cover;border:1px solid rgba(201,169,110,.15)}.product-page__info{display:flex;flex-direction:column;gap:1.5rem}.product-page__title{font-family:Playfair Display,serif;font-size:clamp(1.8rem,3vw,2.5rem);color:var(--white)}.product-page__price{font-family:Playfair Display,serif;font-size:1.6rem;color:var(--gold-light)}.product-page__compare{font-size:1rem;color:#fff6;text-decoration:line-through;margin-left:.5rem}.product-page__description{color:#fff9;line-height:1.8;font-size:.95rem}.product-page__form{display:flex;flex-direction:column;gap:1rem}.product-page__submit{width:100%;padding:1rem;background:linear-gradient(135deg,var(--gold),var(--gold-light));color:var(--blue-dark);font-size:.85rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;border:none;cursor:pointer;transition:all .3s;font-family:Inter,sans-serif}.product-page__submit:hover{transform:translateY(-2px);box-shadow:0 8px 30px #c9a96e4d}.collection-page{padding:4rem}.collection-page__header{text-align:center;margin-bottom:3rem}.collection-page__header h1{font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3rem);color:var(--white)}.collection-page__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto}.cart-page{padding:4rem;max-width:900px;margin:0 auto}.cart-page h1{font-family:Playfair Display,serif;color:var(--white);margin-bottom:2rem}.cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:2rem;align-items:center;padding:1.5rem 0;border-bottom:1px solid rgba(201,169,110,.1)}.cart-item img{width:100px;height:100px;object-fit:cover;border:1px solid rgba(201,169,110,.15)}.cart-item__title{font-family:Playfair Display,serif;color:var(--white);margin-bottom:.5rem}.cart-item__price{color:var(--gold-light)}.cart-total{text-align:right;padding:2rem 0;font-family:Playfair Display,serif;font-size:1.5rem;color:var(--gold-light)}.not-found{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem}.not-found h1{font-family:Playfair Display,serif;font-size:6rem;color:#c9a96e33;font-weight:700}.not-found h2{font-family:Playfair Display,serif;font-size:2rem;color:var(--white);margin-bottom:1rem}.not-found p{color:#ffffff80;margin-bottom:2rem}.quantity{display:flex;align-items:center;gap:0;border:1px solid rgba(201,169,110,.3);width:fit-content}.quantity__button{background:transparent;border:none;color:var(--gold);padding:.5rem 1rem;cursor:pointer;font-size:1.2rem;transition:background .2s}.quantity__button:hover{background:#c9a96e1a}.quantity__input{background:transparent;border:none;border-left:1px solid rgba(201,169,110,.2);border-right:1px solid rgba(201,169,110,.2);color:var(--white);text-align:center;width:50px;padding:.5rem;font-family:Inter,sans-serif}.variant-select{background:#00206080;border:1px solid rgba(201,169,110,.3);color:var(--white);padding:.6rem 1rem;font-family:Inter,sans-serif;cursor:pointer}.page-content{max-width:800px;margin:0 auto;padding:6rem 2rem}.page-content h1{font-family:Playfair Display,serif;font-size:clamp(1.8rem,3vw,2.5rem);color:var(--white);margin-bottom:2rem}.page-content p,.page-content li{color:#ffffffb3;line-height:1.8;margin-bottom:1rem}.pagination{display:flex;justify-content:center;gap:.5rem;padding:3rem 0}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid rgba(201,169,110,.2);color:var(--gold);text-decoration:none;transition:all .2s;font-size:.85rem}.pagination a:hover,.pagination span.current{background:#c9a96e1a;border-color:var(--gold)}@media(max-width:768px){.product-page{grid-template-columns:1fr;padding:2rem 1.5rem}.collection-page,.cart-page{padding:2rem 1.5rem}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/dazzurro.css.map */
