*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--font-body);font-weight:300;color:var(--color-text);background-color:var(--color-background);line-height:1.7;letter-spacing:.02em}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none;transition:opacity .3s ease}a:hover{opacity:.7}button{font-family:var(--font-body);cursor:pointer;border:none;background:none}.skip-link{position:absolute;top:-100%;left:0;z-index:999;padding:1rem;background:var(--color-primary);color:#fff}.skip-link:focus{top:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:400;line-height:1.2;letter-spacing:.01em}h1{font-size:clamp(2.2rem,5vw,3.8rem)}h2{font-size:clamp(1.8rem,4vw,3rem)}h3{font-size:clamp(1.4rem,3vw,2rem)}h4{font-size:clamp(1.1rem,2vw,1.4rem)}p{margin-bottom:1rem;font-size:.95rem}.text-accent{font-family:var(--font-heading);font-style:italic;color:var(--color-primary)}.subtitle{font-family:var(--font-body);font-weight:300;font-size:.8rem;letter-spacing:.2em;text-transform:uppercase}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 2rem}.container--narrow{max-width:900px}.btn{display:inline-block;font-family:var(--font-body);font-size:.75rem;font-weight:400;letter-spacing:.25em;text-transform:uppercase;padding:1rem 2.5rem;border:1px solid var(--color-text);background:transparent;color:var(--color-text);cursor:pointer;transition:all .4s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:var(--color-primary);transition:left .4s cubic-bezier(.25,.46,.45,.94);z-index:-1}.btn:hover{color:var(--color-background);border-color:var(--color-primary);opacity:1}.btn:hover:before{left:0}.btn--primary{background:var(--color-primary);border-color:var(--color-primary);color:var(--color-background)}.btn--primary:hover{background:var(--color-text);border-color:var(--color-text);color:var(--color-background)}.btn--primary:before{background:var(--color-text)}.announcement-bar{background:var(--color-primary);color:var(--color-background);text-align:center;padding:.6rem 1rem;font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;font-weight:400}.site-header{position:sticky;top:0;z-index:100;background:var(--color-background);border-bottom:1px solid var(--color-border);transition:box-shadow .3s ease}.site-header.scrolled{box-shadow:0 2px 20px #0000000f}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 2rem;max-width:1400px;margin:0 auto}.header-logo{font-family:var(--font-heading);font-size:1.6rem;font-weight:400;letter-spacing:.08em;color:var(--color-text)}.header-logo span{display:block;font-size:.55rem;letter-spacing:.35em;text-transform:uppercase;font-family:var(--font-body);font-weight:300;margin-top:2px;color:var(--color-primary)}.header-nav{display:flex;gap:2.5rem;list-style:none;align-items:center}.header-nav a{font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;font-weight:400;position:relative;padding-bottom:4px}.header-nav a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--color-primary);transition:width .3s ease}.header-nav a:hover{opacity:1}.header-nav a:hover:after{width:100%}.header-icons{display:flex;gap:1.5rem;align-items:center}.header-icon{position:relative;font-size:.75rem;letter-spacing:.15em;text-transform:uppercase}.cart-count{position:absolute;top:-8px;right:-12px;background:var(--color-primary);color:var(--color-background);font-size:.6rem;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;padding:.5rem}.mobile-menu-toggle span{display:block;width:24px;height:1px;background:var(--color-text);transition:all .3s ease}.mobile-nav{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:var(--color-background);z-index:200;padding:5rem 2rem 2rem;flex-direction:column;gap:1.5rem}.mobile-nav.active{display:flex}.mobile-nav a{font-family:var(--font-heading);font-size:2rem;font-weight:300}.mobile-nav-close{position:absolute;top:1.5rem;right:2rem;font-size:1.5rem;cursor:pointer}.hero{position:relative;height:90vh;min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--color-secondary)}.hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.85}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000001a,#0000004d)}.hero-content{position:relative;z-index:2;text-align:center;color:#fff;padding:2rem;animation:fadeInUp 1.2s cubic-bezier(.25,.46,.45,.94)}.hero-content .subtitle{color:#ffffffd9;margin-bottom:1rem;font-size:.7rem;letter-spacing:.35em}.hero-content h1{font-size:clamp(2.5rem,6vw,5rem);font-weight:300;margin-bottom:1.5rem;line-height:1.1}.hero-content .btn{border-color:#fff;color:#fff;margin-top:.5rem}.hero-content .btn:hover{background:#fff;color:var(--color-text);border-color:#fff}.hero-content .btn:before{background:#fff}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.featured-collections{padding:6rem 0}.section-header{text-align:center;margin-bottom:4rem}.section-header .subtitle{margin-bottom:.8rem;display:block;color:var(--color-primary)}.section-header h2{font-weight:300}.section-header p{margin-top:1rem;max-width:500px;margin-left:auto;margin-right:auto;color:#888;font-size:.9rem}.collections-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.collection-card{position:relative;overflow:hidden;aspect-ratio:3/4;cursor:pointer;group:true}.collection-card img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.25,.46,.45,.94)}.collection-card:hover img{transform:scale(1.05)}.collection-card-overlay{position:absolute;bottom:0;left:0;width:100%;padding:2rem;background:linear-gradient(to top,rgba(0,0,0,.5) 0%,transparent 100%);color:#fff;transition:padding-bottom .4s ease}.collection-card:hover .collection-card-overlay{padding-bottom:2.5rem}.collection-card-overlay h3{font-size:1.4rem;font-weight:300;margin-bottom:.3rem}.collection-card-overlay span{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;opacity:.8}.products-section{padding:6rem 0;background:#fff}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.product-card{position:relative}.product-card-image{position:relative;aspect-ratio:3/4;overflow:hidden;margin-bottom:1.2rem;background:var(--color-secondary)}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.product-card:hover .product-card-image img{transform:scale(1.04)}.product-card-image .product-badge{position:absolute;top:1rem;left:1rem;background:var(--color-primary);color:var(--color-background);font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;padding:.35rem .8rem}.product-card-quick-add{position:absolute;bottom:0;left:0;width:100%;padding:1rem;transform:translateY(100%);transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.product-card:hover .product-card-quick-add{transform:translateY(0)}.product-card-quick-add button{width:100%;background:var(--color-text);color:var(--color-background);font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;padding:.9rem;border:none;cursor:pointer;transition:background .3s ease}.product-card-quick-add button:hover{background:var(--color-primary)}.product-card-info{text-align:center}.product-card-info h4{font-family:var(--font-heading);font-size:1.05rem;font-weight:400;margin-bottom:.3rem}.product-card-info .product-price{font-size:.85rem;color:var(--color-primary);font-weight:400}.product-card-info .product-price .compare-price{text-decoration:line-through;color:#aaa;margin-right:.5rem;font-weight:300}.story-section{padding:8rem 0;overflow:hidden}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.story-image{position:relative;aspect-ratio:4/5;overflow:hidden}.story-image img{width:100%;height:100%;object-fit:cover}.story-image:after{content:"";position:absolute;top:2rem;left:2rem;right:-1rem;bottom:-1rem;border:1px solid var(--color-primary);z-index:-1}.story-content .subtitle{margin-bottom:1rem;display:block;color:var(--color-primary)}.story-content h2{margin-bottom:1.5rem;font-weight:300}.story-content p{color:#777;line-height:1.9;margin-bottom:1.5rem}.marquee{padding:2rem 0;overflow:hidden;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.marquee-inner{display:flex;gap:3rem;animation:marquee 30s linear infinite;white-space:nowrap}.marquee-item{font-family:var(--font-heading);font-size:1.2rem;font-weight:300;font-style:italic;color:var(--color-primary);display:flex;align-items:center;gap:3rem}.marquee-item:after{content:"\2726";font-style:normal;font-size:.5rem;opacity:.4}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.testimonials{padding:6rem 0;background:var(--color-secondary)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.testimonial-card{text-align:center;padding:2.5rem 2rem;background:var(--color-background)}.testimonial-stars{color:var(--color-primary);font-size:.8rem;letter-spacing:.3em;margin-bottom:1.5rem}.testimonial-card blockquote{font-family:var(--font-heading);font-size:1.05rem;font-style:italic;font-weight:300;line-height:1.7;color:var(--color-text);margin-bottom:1.5rem}.testimonial-author{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:#999}.newsletter{padding:6rem 0;text-align:center}.newsletter h2{font-weight:300;margin-bottom:.8rem}.newsletter p{color:#888;max-width:450px;margin:0 auto 2rem;font-size:.9rem}.newsletter-form{display:flex;max-width:480px;margin:0 auto;border:1px solid var(--color-border)}.newsletter-form input[type=email]{flex:1;padding:1rem 1.5rem;border:none;font-family:var(--font-body);font-size:.85rem;background:transparent;color:var(--color-text);outline:none;letter-spacing:.05em}.newsletter-form input[type=email]::placeholder{color:#bbb}.newsletter-form button{padding:1rem 2rem;background:var(--color-primary);color:var(--color-background);font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;font-family:var(--font-body);border:none;cursor:pointer;transition:background .3s ease}.newsletter-form button:hover{background:var(--color-text)}.site-footer{background:var(--color-text);color:var(--color-background);padding:5rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:4rem}.footer-brand .header-logo{color:var(--color-background);margin-bottom:1.2rem;display:inline-block}.footer-brand .header-logo span{color:var(--color-primary)}.footer-brand p{color:#ffffff80;font-size:.85rem;line-height:1.8;max-width:300px}.footer-column h4{font-family:var(--font-body);font-size:.7rem;letter-spacing:.25em;text-transform:uppercase;margin-bottom:1.5rem;font-weight:400;color:var(--color-primary)}.footer-column ul{list-style:none;display:flex;flex-direction:column;gap:.8rem}.footer-column a{font-size:.85rem;color:#fff9;transition:color .3s ease}.footer-column a:hover{color:#fff;opacity:1}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;display:flex;justify-content:space-between;align-items:center}.footer-bottom p{font-size:.75rem;color:#fff6;margin:0}.footer-social{display:flex;gap:1.5rem}.footer-social a{font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:#ffffff80}.product-page{padding:4rem 0}.product-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:start}.product-gallery{display:grid;grid-template-columns:80px 1fr;gap:1rem}.product-thumbnails{display:flex;flex-direction:column;gap:.8rem}.product-thumbnail{aspect-ratio:1;overflow:hidden;cursor:pointer;border:1px solid transparent;transition:border-color .3s ease}.product-thumbnail.active,.product-thumbnail:hover{border-color:var(--color-primary)}.product-thumbnail img{width:100%;height:100%;object-fit:cover}.product-main-image{aspect-ratio:3/4;overflow:hidden;background:var(--color-secondary)}.product-main-image img{width:100%;height:100%;object-fit:cover}.product-info .subtitle{display:block;margin-bottom:.5rem;color:var(--color-primary)}.product-info h1{font-size:2.2rem;font-weight:300;margin-bottom:1rem}.product-info .product-price-main{font-family:var(--font-heading);font-size:1.5rem;color:var(--color-primary);margin-bottom:1.5rem}.product-description{color:#777;line-height:1.9;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--color-border)}.product-options{margin-bottom:2rem}.product-option-label{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;margin-bottom:.8rem;display:block}.product-option-values{display:flex;gap:.5rem;flex-wrap:wrap}.product-option-value{padding:.6rem 1.2rem;border:1px solid var(--color-border);font-size:.8rem;cursor:pointer;transition:all .3s ease}.product-option-value:hover,.product-option-value.selected{border-color:var(--color-primary);background:var(--color-primary);color:var(--color-background)}.product-add-to-cart{width:100%;padding:1.1rem;background:var(--color-text);color:var(--color-background);font-size:.75rem;letter-spacing:.25em;text-transform:uppercase;font-family:var(--font-body);border:none;cursor:pointer;margin-bottom:1rem;transition:background .3s ease}.product-add-to-cart:hover{background:var(--color-primary)}.product-details-tabs{margin-top:2rem}.product-tab-header{display:flex;border-bottom:1px solid var(--color-border);gap:2rem}.product-tab-btn{padding:1rem 0;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;border-bottom:1px solid transparent;margin-bottom:-1px;cursor:pointer;color:#999;transition:all .3s ease}.product-tab-btn.active{color:var(--color-text);border-bottom-color:var(--color-primary)}.product-tab-content{padding:1.5rem 0;color:#777;font-size:.9rem;line-height:1.9}.collection-page{padding:4rem 0}.collection-header{text-align:center;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid var(--color-border)}.collection-header h1{font-weight:300;margin-bottom:.8rem}.collection-header p{color:#888;max-width:500px;margin:0 auto}.collection-filters{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.collection-count{font-size:.8rem;color:#999}.collection-sort select{font-family:var(--font-body);font-size:.8rem;padding:.5rem 1rem;border:1px solid var(--color-border);background:transparent;color:var(--color-text);cursor:pointer}.cart-page{padding:4rem 0}.cart-page h1{text-align:center;font-weight:300;margin-bottom:3rem}.cart-table{width:100%;border-collapse:collapse}.cart-table th{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;font-weight:400;padding:1rem 0;border-bottom:1px solid var(--color-border);text-align:left;color:#999}.cart-table td{padding:1.5rem 0;border-bottom:1px solid var(--color-border);vertical-align:middle}.cart-item-info{display:flex;align-items:center;gap:1.5rem}.cart-item-image{width:80px;height:100px;overflow:hidden;background:var(--color-secondary)}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-title{font-family:var(--font-heading);font-size:1.05rem}.cart-item-variant{font-size:.8rem;color:#999;margin-top:.3rem}.cart-quantity{display:flex;align-items:center;border:1px solid var(--color-border);display:inline-flex}.cart-quantity button{padding:.5rem .8rem;font-size:.9rem;color:var(--color-text)}.cart-quantity input{width:40px;text-align:center;border:none;font-family:var(--font-body);font-size:.85rem;background:transparent}.cart-remove{font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:#999;cursor:pointer;transition:color .3s ease}.cart-remove:hover{color:var(--color-text)}.cart-footer{display:flex;justify-content:flex-end;margin-top:2rem}.cart-summary{text-align:right;min-width:300px}.cart-total{font-family:var(--font-heading);font-size:1.3rem;margin-bottom:.5rem}.cart-total span{color:var(--color-primary)}.cart-note{font-size:.8rem;color:#999;margin-bottom:1.5rem}.cart-empty{text-align:center;padding:4rem 0}.cart-empty h2{font-weight:300;margin-bottom:1rem}.cart-empty p{color:#888;margin-bottom:2rem}.page-template{padding:5rem 0}.page-template h1{text-align:center;font-weight:300;margin-bottom:3rem}.page-content{max-width:700px;margin:0 auto;color:#666;line-height:2}.page-content h2,.page-content h3{color:var(--color-text);margin:2rem 0 1rem}.instagram-section{padding:4rem 0 0}.instagram-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:4px}.instagram-item{aspect-ratio:1;overflow:hidden;cursor:pointer}.instagram-item img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.instagram-item:hover img{transform:scale(1.08)}@media(max-width:1024px){.collections-grid,.products-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.product-layout{grid-template-columns:1fr;gap:2rem}.product-gallery{grid-template-columns:60px 1fr}.story-grid{grid-template-columns:1fr;gap:2rem}}@media(max-width:768px){.header-nav{display:none}.mobile-menu-toggle{display:flex}.hero{height:70vh;min-height:450px}.collections-grid{grid-template-columns:1fr 1fr;gap:.8rem}.products-grid{grid-template-columns:1fr 1fr;gap:1rem}.testimonials-grid,.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.instagram-grid{grid-template-columns:repeat(3,1fr)}.cart-table th:nth-child(3),.cart-table td:nth-child(3){display:none}.container{padding:0 1.2rem}.product-gallery{grid-template-columns:1fr}.product-thumbnails{flex-direction:row;order:2}.product-thumbnail{width:60px}.product-card-quick-add{transform:translateY(0)}.newsletter-form{flex-direction:column;border:none}.newsletter-form input[type=email]{border:1px solid var(--color-border);margin-bottom:.5rem}.newsletter-form button{padding:1rem}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
