:root{--white: #FFFFFF;--off-white: #FAFAFA;--light-grey: #F5F5F5;--border: #E8E8E8;--muted: #999999;--body-text: #333333;--heading: #111111;--black: #0A0A0A;--accent: #111111;--accent-hover: #333333;--overlay: rgba(0,0,0,.45);--success: #2E7D32;--sale: #C62828;--font-heading: "DM Serif Display", Georgia, serif;--font-body: "Inter", -apple-system, sans-serif;--section-gap: 8rem;--container: 1280px;--gutter: 2rem;--ease: cubic-bezier(.25, .46, .45, .94);--duration: .4s}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:62.5%;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-size:1.5rem;line-height:1.6;color:var(--body-text);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}ul,ol{list-style:none}input,textarea,select{font-family:inherit;font-size:inherit}.skip-link{position:absolute;left:-9999px;z-index:9999;padding:1rem 2rem;background:var(--black);color:var(--white)}.skip-link:focus{left:1rem;top:1rem}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--heading);font-weight:400;line-height:1.2}h1{font-size:clamp(3.2rem,5vw,5.6rem)}h2{font-size:clamp(2.6rem,4vw,4rem)}h3{font-size:clamp(2rem,3vw,2.8rem)}h4{font-size:2rem}.eyebrow{font-family:var(--font-body);font-size:1.1rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--muted)}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 var(--gutter)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:1.4rem 3.6rem;font-size:1.2rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;border:none;transition:all var(--duration) var(--ease);line-height:1}.btn-primary{background:var(--accent);color:var(--white)}.btn-primary:hover{background:var(--accent-hover)}.btn-outline{background:transparent;color:var(--heading);border:1px solid var(--heading)}.btn-outline:hover{background:var(--heading);color:var(--white)}.btn-white{background:var(--white);color:var(--heading)}.btn-white:hover{background:var(--off-white)}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.reveal.is-visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.announcement-bar{background:var(--black);color:var(--white);text-align:center;padding:.9rem var(--gutter);font-size:1.2rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;overflow:hidden}.announcement-bar__track{display:flex;animation:marquee 25s linear infinite;white-space:nowrap;gap:4rem}.announcement-bar__item{flex-shrink:0}.announcement-bar__dot{margin:0 1.5rem;opacity:.4}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.site-header{position:sticky;top:0;z-index:100;background:var(--white);border-bottom:1px solid var(--border);transition:box-shadow .3s ease}.site-header.scrolled{box-shadow:0 1px 12px #0000000f}.header-inner{display:flex;align-items:center;justify-content:space-between;height:7rem;padding:0 var(--gutter);max-width:var(--container);margin:0 auto}.header-left{display:flex;align-items:center;gap:2.4rem}.header-nav{display:flex;gap:2.8rem}.header-nav a{font-size:1.3rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--body-text);transition:color .2s;position:relative}.header-nav a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:var(--heading);transition:width .3s var(--ease)}.header-nav a:hover{color:var(--heading)}.header-nav a:hover:after{width:100%}.site-logo{font-family:var(--font-heading);font-size:2.4rem;color:var(--heading);letter-spacing:.02em;font-style:italic}.header-icons{display:flex;align-items:center;gap:2rem}.header-icon{background:none;border:none;padding:0;color:var(--heading);display:flex;align-items:center;transition:opacity .2s}.header-icon:hover{opacity:.6}.header-icon svg{width:22px;height:22px;stroke-width:1.5}.cart-count{font-size:1rem;font-weight:600;background:var(--heading);color:var(--white);border-radius:50%;width:1.8rem;height:1.8rem;display:inline-flex;align-items:center;justify-content:center;margin-left:.4rem}.menu-toggle{display:none;background:none;border:none;padding:.4rem;color:var(--heading)}.menu-toggle svg{width:24px;height:24px}.mobile-nav{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--white);z-index:200;transform:translate(-100%);transition:transform .4s var(--ease);padding:2rem;display:flex;flex-direction:column}.mobile-nav.is-open{transform:translate(0)}.mobile-nav__close{align-self:flex-end;background:none;border:none;padding:.8rem;color:var(--heading)}.mobile-nav__close svg{width:24px;height:24px}.mobile-nav__links{display:flex;flex-direction:column;gap:2rem;margin-top:4rem}.mobile-nav__links a{font-family:var(--font-heading);font-size:2.8rem;color:var(--heading)}.hero{position:relative;height:85vh;min-height:500px;max-height:900px;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--white);overflow:hidden}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.hero__media img,.hero__media video{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--overlay);z-index:2}.hero__content{position:relative;z-index:3;max-width:680px;padding:2rem}.hero__eyebrow{font-family:var(--font-body);font-size:1.2rem;font-weight:500;letter-spacing:.25em;text-transform:uppercase;margin-bottom:1.6rem;opacity:.85}.hero__title{font-family:var(--font-heading);font-size:clamp(4rem,7vw,7.2rem);color:var(--white);line-height:1.05;margin-bottom:1.6rem}.hero__subtitle{font-family:var(--font-heading);font-style:italic;font-size:clamp(1.6rem,2.5vw,2rem);font-weight:300;opacity:.9;margin-bottom:3rem}.featured-collection{padding:var(--section-gap) 0}.section-header{text-align:center;margin-bottom:5rem}.section-header .eyebrow{margin-bottom:1rem}.section-header h2{margin-bottom:.8rem}.section-header p{font-size:1.5rem;color:var(--muted);max-width:520px;margin:0 auto}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.4rem}.product-card{position:relative;display:flex;flex-direction:column}.product-card__media{position:relative;aspect-ratio:3/4;overflow:hidden;background:var(--light-grey);margin-bottom:1.4rem}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}.product-card:hover .product-card__media img{transform:scale(1.05)}.product-card__badge{position:absolute;top:1.2rem;left:1.2rem;background:var(--sale);color:var(--white);font-size:1rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:.4rem 1rem}.product-card__info{padding:0 .2rem}.product-card__vendor{font-size:1.1rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:.4rem}.product-card__title{font-family:var(--font-body);font-size:1.4rem;font-weight:500;color:var(--heading);margin-bottom:.6rem;line-height:1.4}.product-card__title a{transition:opacity .2s}.product-card__title a:hover{opacity:.7}.product-card__price{font-size:1.4rem;font-weight:600;color:var(--heading)}.product-card__price .compare{text-decoration:line-through;color:var(--muted);font-weight:400;margin-left:.6rem}.collection-list{padding:var(--section-gap) 0;background:var(--off-white)}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.collection-card{position:relative;aspect-ratio:4/5;overflow:hidden}.collection-card img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}.collection-card:hover img{transform:scale(1.04)}.collection-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.55) 0%,transparent 60%);display:flex;align-items:flex-end;padding:2.4rem}.collection-card__title{font-family:var(--font-heading);font-size:2.4rem;color:var(--white)}.image-text{padding:var(--section-gap) 0}.image-text__inner{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.image-text__media{aspect-ratio:4/5;overflow:hidden}.image-text__media img{width:100%;height:100%;object-fit:cover}.image-text__content .eyebrow{margin-bottom:1.4rem}.image-text__content h2{margin-bottom:2rem}.image-text__content p{font-size:1.5rem;line-height:1.75;color:var(--body-text);margin-bottom:3rem}.testimonials{padding:var(--section-gap) 0;background:var(--off-white)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.4rem}.testimonial-card{background:var(--white);border:1px solid var(--border);padding:3.6rem 3rem}.testimonial-card__stars{display:flex;gap:.3rem;margin-bottom:1.8rem;color:var(--heading)}.testimonial-card__stars svg{width:16px;height:16px;fill:currentColor}.testimonial-card__text{font-family:var(--font-heading);font-style:italic;font-size:1.6rem;line-height:1.65;color:var(--body-text);margin-bottom:2rem}.testimonial-card__author{font-size:1.2rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--heading)}.testimonial-card__verified{font-size:1.1rem;color:var(--success);font-weight:500;margin-left:.6rem}.faq-section{padding:var(--section-gap) 0}.faq-list{max-width:760px;margin:0 auto}.faq-item{border-bottom:1px solid var(--border)}.faq-item:first-child{border-top:1px solid var(--border)}.faq-question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:2rem 0;background:none;border:none;font-family:var(--font-body);font-size:1.6rem;font-weight:500;color:var(--heading);text-align:left;cursor:pointer;transition:color .2s}.faq-question:hover{color:var(--muted)}.faq-question svg{flex-shrink:0;width:18px;height:18px;stroke:currentColor;transition:transform .3s var(--ease)}.faq-item.is-open .faq-question svg{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s var(--ease)}.faq-answer__inner{padding:0 0 2rem;font-size:1.4rem;line-height:1.7;color:var(--body-text)}.newsletter{padding:var(--section-gap) 0;background:var(--black);color:var(--white);text-align:center}.newsletter h2{color:var(--white);margin-bottom:1rem}.newsletter p{font-size:1.4rem;opacity:.7;margin-bottom:3rem}.newsletter-form{display:flex;max-width:480px;margin:0 auto;gap:0}.newsletter-form input[type=email]{flex:1;padding:1.4rem 2rem;border:1px solid rgba(255,255,255,.25);background:transparent;color:var(--white);font-size:1.4rem;outline:none;transition:border-color .2s}.newsletter-form input[type=email]::placeholder{color:#fff6}.newsletter-form input[type=email]:focus{border-color:#fff9}.newsletter-form button{padding:1.4rem 3rem;background:var(--white);color:var(--black);border:none;font-size:1.2rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;transition:opacity .2s}.newsletter-form button:hover{opacity:.85}.site-footer{background:var(--off-white);border-top:1px solid var(--border);padding:6rem 0 3rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:5rem}.footer-brand .site-logo{margin-bottom:1.4rem;display:inline-block}.footer-brand p{font-size:1.4rem;color:var(--muted);line-height:1.7;max-width:300px}.footer-col h4{font-family:var(--font-body);font-size:1.2rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--heading);margin-bottom:1.8rem}.footer-col a{display:block;font-size:1.4rem;color:var(--muted);margin-bottom:1rem;transition:color .2s}.footer-col a:hover{color:var(--heading)}.footer-bottom{border-top:1px solid var(--border);padding-top:2.4rem;display:flex;justify-content:space-between;align-items:center;font-size:1.2rem;color:var(--muted)}.footer-social{display:flex;gap:1.6rem}.footer-social a{color:var(--muted);transition:color .2s}.footer-social a:hover{color:var(--heading)}.footer-social svg{width:20px;height:20px}.product-page{padding:4rem 0 var(--section-gap)}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:flex-start}.product-gallery{position:sticky;top:9rem}.product-gallery__main{aspect-ratio:3/4;overflow:hidden;background:var(--light-grey);margin-bottom:1.2rem}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:flex;gap:.8rem}.product-gallery__thumb{width:8rem;height:10rem;overflow:hidden;border:1px solid var(--border);cursor:pointer;transition:border-color .2s}.product-gallery__thumb.active,.product-gallery__thumb:hover{border-color:var(--heading)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info .eyebrow{margin-bottom:.8rem}.product-info h1{margin-bottom:1.2rem}.product-info__price{font-size:2.2rem;font-weight:600;color:var(--heading);margin-bottom:2.4rem}.product-info__desc{font-size:1.5rem;line-height:1.75;color:var(--body-text);margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid var(--border)}.variant-group{margin-bottom:2.4rem}.variant-group__label{font-size:1.2rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem;display:block}.variant-options{display:flex;gap:.8rem;flex-wrap:wrap}.variant-option{padding:1rem 2rem;border:1px solid var(--border);background:var(--white);font-size:1.3rem;font-weight:500;color:var(--body-text);cursor:pointer;transition:all .2s}.variant-option:hover,.variant-option.selected{border-color:var(--heading);color:var(--heading)}.add-to-cart{width:100%;padding:1.6rem;background:var(--accent);color:var(--white);border:none;font-size:1.3rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;transition:background .2s;margin-top:1rem}.add-to-cart:hover{background:var(--accent-hover)}.collection-page{padding:4rem 0 var(--section-gap)}.collection-hero{text-align:center;margin-bottom:5rem}.collection-hero .eyebrow{margin-bottom:1rem}.collection-hero p{font-size:1.5rem;color:var(--muted);max-width:520px;margin:1rem auto 0}.cart-page{padding:4rem 0 var(--section-gap)}.cart-page h1{text-align:center;margin-bottom:4rem}.cart-items{max-width:860px;margin:0 auto}.cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:2.4rem;padding:2.4rem 0;border-bottom:1px solid var(--border);align-items:center}.cart-item__image{aspect-ratio:3/4;overflow:hidden;background:var(--light-grey)}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__title{font-weight:500;color:var(--heading);margin-bottom:.4rem}.cart-item__variant{font-size:1.3rem;color:var(--muted)}.cart-item__price{font-weight:600;color:var(--heading);text-align:right}.cart-total{max-width:860px;margin:3rem auto 0;text-align:right;padding-top:2rem}.cart-total__amount{font-size:2rem;font-weight:600;color:var(--heading);margin-bottom:2rem}.page-404{padding:var(--section-gap) 0;text-align:center}.page-404 h1{margin-bottom:1.6rem}.page-404 p{color:var(--muted);margin-bottom:3rem;font-size:1.6rem}@media(max-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}.product-layout{grid-template-columns:1fr;gap:4rem}.product-gallery{position:static}}@media(max-width:768px){:root{--section-gap: 5rem;--gutter: 1.6rem}.header-nav{display:none}.menu-toggle{display:flex}.product-grid{grid-template-columns:repeat(2,1fr);gap:1.6rem}.collection-grid{grid-template-columns:repeat(2,1fr)}.testimonials-grid{grid-template-columns:1fr}.image-text__inner,.footer-grid{grid-template-columns:1fr;gap:3rem}.footer-bottom{flex-direction:column;gap:1.6rem;text-align:center}.hero{height:65vh;min-height:420px}.newsletter-form{flex-direction:column}.newsletter-form button{width:100%}.cart-item{grid-template-columns:80px 1fr auto;gap:1.6rem}}@media(max-width:480px){.product-grid{grid-template-columns:repeat(2,1fr);gap:1.2rem}.product-card__title,.product-card__price{font-size:1.3rem}}.text-center{text-align:center}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mb-2{margin-bottom:2rem}
/*# sourceMappingURL=/cdn/shop/t/8/assets/base.css.map */
