*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary: #0d0d0d;--bg-secondary: #111111;--bg-card: #161616;--bg-elevated: #1a1a1a;--gold: #c9a84c;--gold-light: #d4af37;--gold-dim: rgba(201, 168, 76, .15);--white: #ffffff;--off-white: #f5f0e8;--text-primary: #f0ebe0;--text-secondary: #9a9080;--text-muted: #5a5248;--border: rgba(201, 168, 76, .2);--border-subtle: rgba(255, 255, 255, .06);--font-serif: "Cormorant Garamond", Georgia, serif;--font-sans: "Outfit", system-ui, sans-serif;--transition: all .4s cubic-bezier(.25, .46, .45, .94);--transition-fast: all .2s ease;--shadow-gold: 0 0 40px rgba(201, 168, 76, .08);--shadow-card: 0 8px 40px rgba(0, 0, 0, .6)}html{scroll-behavior:smooth;font-size:16px}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-sans);font-weight:300;line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}.grain-overlay{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:128px 128px}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);font-weight:400;line-height:1.15;color:var(--off-white);letter-spacing:-.01em}h1{font-size:clamp(2.8rem,6vw,5.5rem)}h2{font-size:clamp(2rem,4vw,3.5rem)}h3{font-size:clamp(1.4rem,2.5vw,2rem)}h4{font-size:1.25rem}p{font-family:var(--font-sans);font-weight:300;color:var(--text-secondary);line-height:1.8}a{color:inherit;text-decoration:none;transition:var(--transition-fast)}.eyebrow{font-family:var(--font-sans);font-size:.7rem;font-weight:500;letter-spacing:.25em;text-transform:uppercase;color:var(--gold)}.gold-text{color:var(--gold)}.gold-italic{color:var(--gold);font-style:italic}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.container{padding:0 1.25rem}}.section-padding{padding:7rem 0}@media(max-width:768px){.section-padding{padding:4rem 0}}.divider-gold{width:60px;height:1px;background:var(--gold);margin:1.5rem 0}.divider-gold.center{margin:1.5rem auto}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.9rem 2.5rem;font-family:var(--font-sans);font-size:.7rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;border:none;cursor:pointer;transition:var(--transition);position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#ffffff0d;transition:left .4s ease}.btn:hover:before{left:0}.btn-gold{background:var(--gold);color:#0d0d0d}.btn-gold:hover{background:var(--gold-light);transform:translateY(-1px);box-shadow:0 8px 30px #c9a84c4d}.btn-outline{background:transparent;color:var(--gold);border:1px solid var(--gold)}.btn-outline:hover{background:var(--gold-dim);transform:translateY(-1px)}.btn-white{background:transparent;color:var(--off-white);border:1px solid rgba(255,255,255,.3)}.btn-white:hover{border-color:var(--off-white);background:#ffffff0d}.btn-full{width:100%;justify-content:center}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.5rem 0;transition:var(--transition)}.site-header.scrolled{background:#0d0d0df2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:1rem 0;border-bottom:1px solid var(--border-subtle)}.header-inner{display:flex;align-items:center;justify-content:space-between}.header-logo{font-family:var(--font-serif);font-size:1.5rem;font-weight:500;letter-spacing:.3em;color:var(--off-white);text-transform:uppercase;text-decoration:none}.header-logo:hover{color:var(--gold)}.header-nav{display:flex;align-items:center;gap:3rem;list-style:none}.header-nav a{font-family:var(--font-sans);font-size:.68rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--text-secondary);position:relative;padding-bottom:2px}.header-nav a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--gold);transition:width .3s ease}.header-nav a:hover,.header-nav a.active{color:var(--off-white)}.header-nav a:hover:after,.header-nav a.active:after{width:100%}.header-actions{display:flex;align-items:center;gap:1.5rem}.header-cart-btn{background:none;border:none;cursor:pointer;color:var(--text-secondary);display:flex;align-items:center;gap:.5rem;font-family:var(--font-sans);font-size:.68rem;letter-spacing:.15em;text-transform:uppercase;transition:var(--transition-fast);position:relative}.header-cart-btn:hover{color:var(--gold)}.cart-count{background:var(--gold);color:#0d0d0d;font-size:.6rem;font-weight:600;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;color:var(--off-white);flex-direction:column;gap:5px;padding:4px}.mobile-menu-btn span{display:block;width:24px;height:1px;background:currentColor;transition:var(--transition-fast)}.mobile-nav{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:var(--bg-primary);z-index:999;flex-direction:column;align-items:center;justify-content:center;gap:2.5rem}.mobile-nav.open{display:flex}.mobile-nav a{font-family:var(--font-serif);font-size:2.5rem;font-weight:400;color:var(--off-white);letter-spacing:.05em}.mobile-nav a:hover{color:var(--gold)}.mobile-nav-close{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;cursor:pointer;color:var(--text-secondary);font-size:1.5rem}@media(max-width:900px){.header-nav{display:none}.mobile-menu-btn{display:flex}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(https://d2xsxph8kpxj0f.cloudfront.net/101505167/K5iJiq7hEnQ8NsfvU8uNyN/hero-banner-jTj7hRSfJ83sEbx6C7Wn3y.webp);background-size:cover;background-position:center;background-repeat:no-repeat;transform:scale(1.05);transition:transform 8s ease}.hero-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0d0d0d4d,#0d0d0d80,#0d0d0dd9)}.hero.loaded .hero-bg{transform:scale(1)}.hero-content{position:relative;z-index:1;text-align:center;max-width:800px;padding:0 2rem}.hero-content .eyebrow{margin-bottom:1.5rem;display:block}.hero-title{font-size:clamp(3.5rem,8vw,7rem);font-weight:300;line-height:1.05;color:var(--off-white);margin-bottom:1.5rem}.hero-title em{font-style:italic;color:var(--gold)}.hero-subtitle{font-size:1rem;color:#f0ebe0b3;margin-bottom:3rem;font-weight:300;letter-spacing:.02em}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-scroll{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--text-muted);font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;animation:scrollBounce 2s ease-in-out infinite}.hero-scroll:after{content:"";width:1px;height:40px;background:linear-gradient(to bottom,var(--gold),transparent)}@keyframes scrollBounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(6px)}}.collection-section{background:var(--bg-primary)}.section-header{text-align:center;margin-bottom:4rem}.section-header .eyebrow{margin-bottom:1rem;display:block}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}@media(max-width:900px){.product-grid{grid-template-columns:1fr;gap:1.5rem}}.product-card{position:relative;background:var(--bg-card);overflow:hidden;cursor:pointer;display:block;text-decoration:none;color:inherit}.product-card:hover .product-card-img{transform:scale(1.05)}.product-card:hover .product-card-overlay{opacity:1}.product-card-media{position:relative;aspect-ratio:3/4;overflow:hidden}.product-card-img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.25,.46,.45,.94)}.product-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0d0d0d66;display:flex;align-items:center;justify-content:center;opacity:0;transition:var(--transition)}.product-card-cta{font-family:var(--font-sans);font-size:.68rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--off-white);border:1px solid rgba(255,255,255,.5);padding:.75rem 2rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.product-card-info{padding:1.75rem;border-top:1px solid var(--border-subtle)}.product-card-number{font-family:var(--font-sans);font-size:.6rem;font-weight:500;letter-spacing:.2em;color:var(--gold);margin-bottom:.5rem;display:block}.product-card-gender{font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.5rem;display:block}.product-card-name{font-family:var(--font-serif);font-size:1.5rem;font-weight:400;color:var(--off-white);margin-bottom:.25rem}.product-card-subtitle{font-family:var(--font-serif);font-size:.95rem;font-style:italic;color:var(--text-secondary);margin-bottom:1rem}.product-card-footer{display:flex;align-items:center;justify-content:space-between}.product-card-price{font-family:var(--font-sans);font-size:1rem;font-weight:400;color:var(--off-white)}.product-card-price span{font-size:.7rem;color:var(--text-muted);margin-left:.25rem}.product-card-link{font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);display:flex;align-items:center;gap:.5rem}.product-card-link:after{content:"\2192";transition:transform .2s ease}.product-card:hover .product-card-link:after{transform:translate(4px)}.brand-story{background:var(--bg-secondary);overflow:hidden}.brand-story-inner{display:grid;grid-template-columns:1fr 1fr;gap:0;min-height:600px}.brand-story-image{position:relative;overflow:hidden}.brand-story-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.brand-story-image:hover img{transform:scale(1.03)}.brand-story-content{padding:5rem;display:flex;flex-direction:column;justify-content:center}.brand-story-content .eyebrow{margin-bottom:1.5rem;display:block}.brand-story-content h2{margin-bottom:1.5rem}.brand-story-content p{margin-bottom:1.5rem;font-size:.95rem}@media(max-width:900px){.brand-story-inner{grid-template-columns:1fr}.brand-story-image{height:350px}.brand-story-content{padding:3rem 1.5rem}}.trust-section{background:var(--bg-primary);border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.trust-item{padding:3rem 2rem;text-align:center;border-right:1px solid var(--border-subtle)}.trust-item:last-child{border-right:none}.trust-icon{width:40px;height:40px;margin:0 auto 1.25rem;color:var(--gold)}.trust-icon svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:1.5}.trust-item h4{font-family:var(--font-serif);font-size:1.1rem;font-weight:400;color:var(--off-white);margin-bottom:.5rem}.trust-item p{font-size:.8rem;color:var(--text-muted)}@media(max-width:768px){.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-item{border-bottom:1px solid var(--border-subtle)}.trust-item:nth-child(2){border-right:none}.trust-item:nth-child(3),.trust-item:nth-child(4){border-bottom:none}}@media(max-width:480px){.trust-grid{grid-template-columns:1fr}.trust-item{border-right:none}.trust-item:last-child{border-bottom:none}}.newsletter-section{background:var(--bg-secondary);text-align:center}.newsletter-inner{max-width:560px;margin:0 auto}.newsletter-inner .eyebrow{margin-bottom:1rem;display:block}.newsletter-inner h2{margin-bottom:1rem}.newsletter-inner p{margin-bottom:2.5rem;font-size:.9rem}.newsletter-form{display:flex;gap:0;max-width:480px;margin:0 auto}.newsletter-input{flex:1;background:var(--bg-elevated);border:1px solid var(--border);border-right:none;color:var(--text-primary);padding:.9rem 1.25rem;font-family:var(--font-sans);font-size:.85rem;outline:none;transition:border-color .2s ease}.newsletter-input::placeholder{color:var(--text-muted)}.newsletter-input:focus{border-color:var(--gold)}.newsletter-form .btn{border-left:none;white-space:nowrap}.newsletter-disclaimer{margin-top:1rem;font-size:.7rem;color:var(--text-muted)}@media(max-width:480px){.newsletter-form{flex-direction:column}.newsletter-input{border-right:1px solid var(--border);border-bottom:none}.newsletter-form .btn{border-left:1px solid transparent}}.product-page{padding-top:80px}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:5rem;padding:5rem 0}@media(max-width:900px){.product-layout{grid-template-columns:1fr;gap:3rem}}.product-gallery{position:sticky;top:100px;height:fit-content}.gallery-main{position:relative;aspect-ratio:1;overflow:hidden;background:var(--bg-card);margin-bottom:1rem}.gallery-main img{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease}.gallery-thumbnails{display:flex;gap:.5rem;flex-wrap:wrap}.gallery-thumb{width:70px;height:70px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .2s ease;background:var(--bg-card);flex-shrink:0}.gallery-thumb.active{border-color:var(--gold)}.gallery-thumb:hover{border-color:#c9a84c80}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.product-info{padding-top:1rem}.product-info .eyebrow{margin-bottom:1rem;display:block}.product-info h1{font-size:clamp(2rem,3.5vw,3rem);margin-bottom:.25rem}.product-subtitle{font-family:var(--font-serif);font-size:1.1rem;font-style:italic;color:var(--text-secondary);margin-bottom:2rem}.product-price-block{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--border-subtle)}.product-price{font-family:var(--font-sans);font-size:2rem;font-weight:300;color:var(--off-white)}.product-price-currency{font-size:1rem;color:var(--text-muted);margin-left:.25rem}.product-price-note{font-size:.75rem;color:var(--text-muted);margin-top:.25rem}.product-description{margin-bottom:2rem;font-size:.95rem;line-height:1.8}.product-features{margin-bottom:2rem}.product-features h4{font-family:var(--font-sans);font-size:.68rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.product-features ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.product-features li{font-size:.85rem;color:var(--text-secondary);padding-left:1.25rem;position:relative}.product-features li:before{content:"\2014";position:absolute;left:0;color:var(--gold)}.product-add-to-cart{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.quantity-selector{display:flex;align-items:center;gap:0;border:1px solid var(--border);width:fit-content;margin-bottom:.5rem}.qty-btn{background:none;border:none;color:var(--text-secondary);width:44px;height:44px;cursor:pointer;font-size:1.1rem;transition:var(--transition-fast);display:flex;align-items:center;justify-content:center}.qty-btn:hover{color:var(--gold);background:var(--gold-dim)}.qty-input{width:50px;text-align:center;background:none;border:none;border-left:1px solid var(--border);border-right:1px solid var(--border);color:var(--off-white);font-family:var(--font-sans);font-size:.9rem;padding:.5rem;outline:none}.specs-section{background:var(--bg-secondary);padding:5rem 0}.specs-table{width:100%;border-collapse:collapse}.specs-table tr{border-bottom:1px solid var(--border-subtle)}.specs-table tr:last-child{border-bottom:none}.specs-table td{padding:1rem 0;font-size:.875rem}.specs-table td:first-child{color:var(--text-muted);font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;width:40%}.specs-table td:last-child{color:var(--off-white);font-weight:400}.collection-page-hero{padding:160px 0 80px;text-align:center;background:var(--bg-secondary);border-bottom:1px solid var(--border-subtle)}.collection-page-hero .eyebrow{margin-bottom:1rem;display:block}.collection-page-hero h1{margin-bottom:1rem}.collection-page-hero p{max-width:500px;margin:0 auto}.collection-page-grid{padding:5rem 0}.collection-full-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}@media(max-width:900px){.collection-full-grid{grid-template-columns:1fr;gap:1.5rem}}.collection-quote{text-align:center;padding:5rem 0;background:var(--bg-secondary)}.collection-quote blockquote{font-family:var(--font-serif);font-size:clamp(1.3rem,2.5vw,1.8rem);font-style:italic;color:var(--off-white);max-width:700px;margin:0 auto 1.5rem;line-height:1.5}.collection-quote cite{font-family:var(--font-sans);font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold)}.about-hero{position:relative;min-height:70vh;display:flex;align-items:flex-end;padding-bottom:5rem;overflow:hidden}.about-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(https://d2xsxph8kpxj0f.cloudfront.net/101505167/K5iJiq7hEnQ8NsfvU8uNyN/about-hero-KhkukCW5PNEygDokATNm3V.webp);background-size:cover;background-position:center}.about-hero-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0d0d0df2,#0d0d0d66 60%,#0d0d0d33)}.about-hero-content{position:relative;z-index:1}.about-hero-content .eyebrow{margin-bottom:1rem;display:block}.about-story{padding:7rem 0}.about-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:start}.about-story-label{font-size:.65rem;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem;display:block}.about-story-grid h2{margin-bottom:2rem}.about-story-grid p{margin-bottom:1.5rem;font-size:.95rem}@media(max-width:900px){.about-story-grid{grid-template-columns:1fr;gap:3rem}}.about-values{background:var(--bg-secondary);padding:7rem 0}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2px;margin-top:4rem}.value-item{background:var(--bg-card);padding:2.5rem 2rem}.value-number{font-family:var(--font-serif);font-size:3rem;font-weight:300;color:var(--gold);opacity:.4;line-height:1;margin-bottom:1.5rem}.value-item h4{font-family:var(--font-serif);font-size:1.25rem;color:var(--off-white);margin-bottom:.75rem}.value-item p{font-size:.85rem}@media(max-width:900px){.values-grid{grid-template-columns:repeat(2,1fr)}}.about-products{padding:7rem 0}.faq-hero{padding:160px 0 80px;text-align:center;background:var(--bg-secondary);border-bottom:1px solid var(--border-subtle)}.faq-hero .eyebrow{margin-bottom:1rem;display:block}.faq-hero h1{margin-bottom:1rem}.faq-hero p{max-width:500px;margin:0 auto}.faq-section{padding:5rem 0}.faq-inner{max-width:800px;margin:0 auto}.faq-item{border-bottom:1px solid var(--border-subtle)}.faq-question{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1.75rem 0;cursor:pointer;background:none;border:none;width:100%;text-align:left;color:var(--off-white)}.faq-question-text{display:flex;align-items:center;gap:1.5rem;flex:1}.faq-number{font-family:var(--font-sans);font-size:.65rem;font-weight:500;letter-spacing:.15em;color:var(--gold);flex-shrink:0;width:24px}.faq-q-text{font-family:var(--font-serif);font-size:1.1rem;font-weight:400;color:var(--off-white);transition:color .2s ease}.faq-item.open .faq-q-text{color:var(--gold)}.faq-icon{width:20px;height:20px;flex-shrink:0;color:var(--gold);transition:transform .3s ease}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease}.faq-item.open .faq-answer{max-height:300px}.faq-answer-inner{padding:0 0 2rem 2.5rem;font-size:.9rem;color:var(--text-secondary);line-height:1.8}.faq-cta{background:var(--bg-secondary);padding:5rem 0;text-align:center}.faq-cta h3{font-size:2rem;margin-bottom:1rem}.faq-cta p{margin-bottom:2rem;font-size:.9rem}.faq-cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:1100;opacity:0;pointer-events:none;transition:opacity .3s ease}.cart-overlay.open{opacity:1;pointer-events:all}.cart-drawer{position:fixed;top:0;right:0;width:420px;max-width:100vw;height:100vh;background:var(--bg-secondary);z-index:1101;transform:translate(100%);transition:transform .4s cubic-bezier(.25,.46,.45,.94);display:flex;flex-direction:column;border-left:1px solid var(--border-subtle)}.cart-drawer.open{transform:translate(0)}.cart-drawer-header{padding:1.75rem 2rem;border-bottom:1px solid var(--border-subtle);display:flex;align-items:center;justify-content:space-between}.cart-drawer-title{font-family:var(--font-serif);font-size:1.25rem;color:var(--off-white)}.cart-close-btn{background:none;border:none;cursor:pointer;color:var(--text-secondary);font-size:1.25rem;transition:color .2s ease;display:flex;align-items:center;justify-content:center;width:32px;height:32px}.cart-close-btn:hover{color:var(--off-white)}.cart-drawer-body{flex:1;overflow-y:auto;padding:1.5rem 2rem}.cart-empty{text-align:center;padding:4rem 0}.cart-empty p{margin-bottom:1.5rem;font-size:.9rem}.cart-item{display:flex;gap:1rem;padding:1.25rem 0;border-bottom:1px solid var(--border-subtle)}.cart-item-image{width:80px;height:80px;object-fit:cover;flex-shrink:0;background:var(--bg-card)}.cart-item-details{flex:1}.cart-item-name{font-family:var(--font-serif);font-size:1rem;color:var(--off-white);margin-bottom:.25rem}.cart-item-variant{font-size:.75rem;color:var(--text-muted);margin-bottom:.5rem}.cart-item-price{font-size:.9rem;color:var(--gold)}.cart-item-remove{background:none;border:none;cursor:pointer;color:var(--text-muted);font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;margin-top:.5rem;padding:0;transition:color .2s ease}.cart-item-remove:hover{color:var(--off-white)}.cart-drawer-footer{padding:1.5rem 2rem;border-top:1px solid var(--border-subtle)}.cart-subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.cart-subtotal-label{font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted)}.cart-subtotal-price{font-family:var(--font-serif);font-size:1.25rem;color:var(--off-white)}.cart-checkout-btn{display:block;width:100%;padding:1rem;background:var(--gold);color:#0d0d0d;font-family:var(--font-sans);font-size:.7rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;text-align:center;border:none;cursor:pointer;transition:var(--transition-fast)}.cart-checkout-btn:hover{background:var(--gold-light)}.site-footer{background:#080808;border-top:1px solid var(--border-subtle);padding:5rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:4rem}.footer-brand-logo{font-family:var(--font-serif);font-size:1.5rem;font-weight:500;letter-spacing:.3em;color:var(--off-white);text-transform:uppercase;display:block;margin-bottom:1rem}.footer-tagline{font-size:.8rem;color:var(--text-muted);margin-bottom:1.5rem;font-style:italic;font-family:var(--font-serif)}.footer-social{display:flex;gap:1rem}.footer-social a{width:36px;height:36px;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:.75rem;transition:var(--transition-fast)}.footer-social a:hover{border-color:var(--gold);color:var(--gold)}.footer-col h5{font-family:var(--font-sans);font-size:.65rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-col ul a{font-size:.82rem;color:var(--text-muted);transition:color .2s ease}.footer-col ul a:hover{color:var(--off-white)}.footer-bottom{border-top:1px solid var(--border-subtle);padding-top:2rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-copyright{font-size:.72rem;color:var(--text-muted)}.footer-legal{display:flex;gap:2rem}.footer-legal a{font-size:.72rem;color:var(--text-muted);transition:color .2s ease}.footer-legal a:hover{color:var(--off-white)}@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr;gap:3rem}}@media(max-width:480px){.footer-grid{grid-template-columns:1fr;gap:2.5rem}.footer-bottom{flex-direction:column;text-align:center}}.fade-up{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.fade-up.visible{opacity:1;transform:translateY(0)}.fade-up:nth-child(2){transition-delay:.1s}.fade-up:nth-child(3){transition-delay:.2s}.fade-up:nth-child(4){transition-delay:.3s}.text-center{text-align:center}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.page-enter{animation:pageEnter .5s ease forwards}@keyframes pageEnter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.success-toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%) translateY(100px);background:var(--bg-elevated);border:1px solid var(--gold);color:var(--off-white);padding:1rem 2rem;font-size:.85rem;letter-spacing:.05em;z-index:9000;transition:transform .4s ease;white-space:nowrap}.success-toast.show{transform:translate(-50%) translateY(0)}.reviews-section{background:var(--bg-secondary);border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle)}.reviews-summary{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:4rem}.reviews-score{font-family:var(--font-serif);font-size:4rem;font-weight:300;color:var(--gold);line-height:1}.reviews-stars{display:flex;gap:.2rem;margin-bottom:.4rem}.star{font-size:1.1rem;color:var(--text-muted)}.star.filled{color:var(--gold)}.reviews-count{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.review-card{background:var(--bg-card);border:1px solid var(--border-subtle);padding:2rem;transition:border-color .3s ease,transform .3s ease;position:relative}.review-card:before{content:"\201c";position:absolute;top:1.25rem;right:1.75rem;font-family:var(--font-serif);font-size:4rem;color:var(--gold);opacity:.15;line-height:1}.review-card:hover{border-color:#c9a84c4d;transform:translateY(-3px)}.review-card .review-stars{display:flex;gap:.15rem;margin-bottom:1.25rem}.review-card .star{font-size:.85rem}.review-text{font-size:.88rem;line-height:1.8;color:var(--text-secondary);margin-bottom:1.5rem;font-style:normal;quotes:none}.review-author{display:flex;align-items:center;gap:.85rem;padding-top:1.25rem;border-top:1px solid var(--border-subtle)}.review-avatar{width:38px;height:38px;border-radius:50%;background:var(--gold-dim);border:1px solid rgba(201,168,76,.3);display:flex;align-items:center;justify-content:center;font-family:var(--font-serif);font-size:1rem;color:var(--gold);flex-shrink:0}.review-name{font-size:.85rem;font-weight:500;color:var(--off-white);margin-bottom:.2rem}.review-meta{font-size:.7rem;letter-spacing:.05em;color:var(--text-muted)}@media(max-width:1024px){.reviews-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.reviews-grid{grid-template-columns:1fr}.reviews-summary{flex-direction:column;text-align:center;gap:.75rem}.reviews-score{font-size:3rem}}@media(max-width:768px){html{font-size:15px}h1{font-size:clamp(2rem,9vw,3.5rem)}h2{font-size:clamp(1.75rem,7vw,2.8rem)}h3{font-size:clamp(1.4rem,5vw,2rem)}.section-padding{padding:3.5rem 0}.container{padding:0 1rem}}@media(max-width:768px){.hero{min-height:100svh}.hero-content{padding:0 1rem}.hero-title{font-size:clamp(2.5rem,11vw,4rem);line-height:1.1}.hero-subtitle{font-size:.88rem;margin-bottom:2rem}.hero-actions{flex-direction:column;align-items:center;gap:.75rem}.hero-actions .btn{width:100%;max-width:280px;justify-content:center}.hero-scroll{display:none}.hero-bg{background-attachment:scroll}}@media(max-width:900px){.site-header{padding:1rem 0}.header-logo{font-size:1.2rem;letter-spacing:.2em}.header-actions{gap:1rem}.mobile-menu-btn{display:flex!important}.header-nav{display:none!important}}body.nav-open{overflow:hidden}.mobile-nav{padding:2rem;overflow-y:auto}.mobile-nav a{font-size:clamp(1.75rem,7vw,2.5rem);padding:.5rem 0}@media(max-width:640px){.product-grid,.collection-full-grid{grid-template-columns:1fr;gap:1rem}.product-card-media{aspect-ratio:4/3}.product-card-info{padding:1.25rem}.product-card-name{font-size:1.25rem}}@media(max-width:900px){.product-page{padding-top:70px}.product-layout{grid-template-columns:1fr;gap:2rem;padding:2rem 0 3rem}.product-gallery{position:static}.gallery-main{aspect-ratio:1}.gallery-thumb{width:60px;height:60px}}@media(max-width:640px){.product-info h1{font-size:clamp(1.75rem,8vw,2.5rem)}.product-price{font-size:1.6rem}.gallery-thumb{width:52px;height:52px}.gallery-thumbnails{gap:.35rem}.specs-table td{display:block;width:100%}.specs-table td:first-child{padding-bottom:.25rem;padding-top:1rem;width:100%}.specs-table td:last-child{padding-top:0;padding-bottom:1rem}.specs-table tr{border-bottom:none}.specs-table tr:not(:last-child) td:last-child{border-bottom:1px solid var(--border-subtle)}.product-add-to-cart .btn,.quantity-selector{width:100%;justify-content:center}}@media(max-width:768px){.brand-story-inner{grid-template-columns:1fr}.brand-story-image{height:280px}.brand-story-content{padding:2.5rem 1.25rem}}@media(max-width:640px){.trust-grid{grid-template-columns:1fr 1fr}.trust-item{padding:2rem 1rem;border-right:none;border-bottom:1px solid var(--border-subtle)}.trust-item:nth-child(odd){border-right:1px solid var(--border-subtle)}.trust-item:nth-last-child(-n+2){border-bottom:none}}@media(max-width:480px){.newsletter-form{flex-direction:column;gap:0}.newsletter-input{border-right:1px solid var(--border);border-bottom:none;border-radius:0}.newsletter-form .btn{width:100%;justify-content:center;border-left:1px solid transparent}}@media(max-width:900px){.reviews-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:580px){.reviews-grid{grid-template-columns:1fr}.reviews-summary{flex-direction:column;text-align:center;gap:.5rem}.reviews-score{font-size:3rem}}@media(max-width:768px){.about-hero{min-height:50vh;padding-bottom:3rem}.about-story{padding:4rem 0}.about-story-grid{grid-template-columns:1fr;gap:2rem}.about-values{padding:4rem 0}.values-grid{grid-template-columns:1fr 1fr;gap:2px}.value-item{padding:2rem 1.25rem}}@media(max-width:480px){.values-grid{grid-template-columns:1fr}}@media(max-width:640px){.faq-hero{padding:120px 0 50px}.faq-q-text{font-size:.95rem}.faq-question{padding:1.25rem 0;gap:1rem}.faq-answer-inner{padding:0 0 1.5rem 1.5rem}.faq-cta-actions{flex-direction:column;align-items:center}.faq-cta-actions .btn{width:100%;max-width:280px;justify-content:center}}@media(max-width:768px){.cart-page{padding-top:90px!important}}@media(max-width:640px){.cart-page .container>form>div:last-of-type{grid-template-columns:1fr!important;gap:2rem!important}.cart-item{gap:1rem}.cart-item img{width:90px!important;height:90px!important}}@media(max-width:480px){.cart-drawer{width:100vw}}@media(max-width:768px){.site-footer{padding:3.5rem 0 1.5rem}.footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem;margin-bottom:2.5rem}}@media(max-width:480px){.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;text-align:center;gap:.75rem}.footer-legal{gap:1.25rem}}@media(max-width:640px){.collection-page-hero{padding:110px 0 50px}.collection-page-grid{padding:3rem 0}}*{max-width:100%}img,video,iframe{max-width:100%;height:auto}table{width:100%}@media(max-width:768px){.btn{min-height:48px}.qty-btn{width:48px;height:48px}.gallery-thumb{min-width:44px;min-height:44px}.header-cart-btn{min-height:44px}.mobile-menu-btn{min-height:44px;min-width:44px;justify-content:center}}.cart-drawer-body{-webkit-overflow-scrolling:touch}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
/*# sourceMappingURL=/cdn/shop/t/8/assets/boudane.css.map */
