*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--fg);font-family:var(--font-body);line-height:1.5;letter-spacing:0;overflow-x:hidden}body.drawer-open{overflow:hidden}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}svg{width:1.25rem;height:1.25rem;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.container{width:min(calc(100% - 2rem),88rem);margin:auto}.content-width{max-width:64rem}.section{padding:clamp(4.5rem,9vw,8.5rem) 0}.section--soft,.page-banner{background:color-mix(in srgb,var(--secondary) 55%,var(--bg))}.page-banner{padding:clamp(4rem,7vw,7rem) 0}.display,.section-title,h1,h2,h3{font-family:var(--font-heading);font-weight:500;letter-spacing:0}.section-title{font-size:clamp(2.2rem,4.2vw,4.5rem);line-height:1.04;margin:.8rem 0 0}.section-intro{max-width:42rem;color:var(--muted);margin:1.25rem 0 0}.eyebrow{font-size:.67rem;font-weight:600;text-transform:uppercase;letter-spacing:.16em;color:var(--primary);margin:0}.eyebrow--light{color:color-mix(in srgb,var(--on-primary) 65%,transparent)}.eyebrow--accent{color:var(--accent)}.muted{color:var(--muted)}.centered{text-align:center;margin-inline:auto}.richtext{line-height:1.9}.button{display:inline-flex;min-height:2.75rem;align-items:center;justify-content:center;gap:.5rem;border:1px solid var(--primary);border-radius:4px;background:var(--primary);color:var(--on-primary);padding:.7rem 1.25rem;font-size:.82rem;font-weight:600;transition:.2s}.button:hover{filter:brightness(1.12);transform:translateY(-1px)}.button svg{width:1rem}.button--secondary{background:var(--secondary);border-color:var(--secondary);color:var(--primary)}.button--outline{background:transparent;color:var(--primary)}.button--outline-light{background:transparent;color:var(--on-primary);border-color:color-mix(in srgb,var(--on-primary) 40%,transparent)}.button--full{width:100%}.icon-button{display:grid;width:2.75rem;height:2.75rem;place-items:center;border:0;background:transparent;padding:0;position:relative}.announcement{min-height:32px;background:var(--primary);color:var(--on-primary);display:flex;align-items:center;justify-content:center;padding:.4rem 1rem;text-align:center;font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em}.site-header{position:sticky;top:0;z-index:30;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--bg) 94%,transparent);backdrop-filter:blur(14px)}.header-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.desktop-nav{display:flex;flex:1;gap:1.75rem}.desktop-nav--right{justify-content:flex-end}.nav-link{position:relative;font-size:.78rem;font-weight:600;text-transform:uppercase}.nav-link:after{content:"";position:absolute;left:0;right:0;bottom:-.5rem;height:1px;background:var(--primary);transform:scaleX(0);transition:.2s}.nav-link:hover:after{transform:scaleX(1)}.logo{width:96px;height:64px;overflow:hidden;flex:none}.logo img,.footer-logo img{width:100%;height:100%;object-fit:cover;transform:scale(1.82)}.header-actions{display:flex}.cart-count{position:absolute;right:0;top:0;background:var(--primary);color:var(--on-primary);min-width:1rem;height:1rem;border-radius:50%;font-size:.6rem;display:grid;place-items:center}.mobile-only{display:none}.mobile-menu{position:fixed;inset:0;z-index:60;background:var(--bg);padding:1.5rem}.mobile-menu__head{display:flex;justify-content:space-between;align-items:center}.mobile-menu__head .display{font-size:2rem}.mobile-menu nav{display:flex;flex-direction:column;margin-top:2rem}.mobile-menu nav a{padding:1rem 0;border-bottom:1px solid var(--border);font-family:var(--font-heading);font-size:1.75rem}.hero{display:grid;grid-template-columns:.92fr 1.08fr;min-height:calc(100svh - 108px);background:var(--primary);color:var(--on-primary)}.hero__copy{display:flex;align-items:center;padding:4rem max(2rem,calc((100vw - 88rem)/2))}.hero h1{font-size:clamp(3.4rem,6vw,6.8rem);line-height:.94;margin:1.25rem 0 0}.hero__text{max-width:38rem;color:color-mix(in srgb,var(--on-primary) 75%,transparent);font-size:1.08rem;line-height:1.7;margin-top:1.75rem}.button-row{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:2.2rem}.hero__media{position:relative;min-height:32rem}.cover{width:100%;height:100%;object-fit:cover}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:3rem 1.5rem;margin-top:3rem}.product-card{min-width:0}.product-card__media{display:block;position:relative;aspect-ratio:4/5;overflow:hidden;background:var(--secondary)}.product-card__media img,.product-card__placeholder,.product-card__placeholder svg{width:100%;height:100%;object-fit:cover;transition:transform .7s}.product-card:hover .product-card__media img{transform:scale(1.035)}.badge{position:absolute;left:.75rem;top:.75rem;background:var(--bg);padding:.4rem .55rem;font-size:.62rem;font-weight:600;text-transform:uppercase}.product-card__content{padding-top:1.15rem}.product-card__title{display:block;font:500 1.35rem var(--font-heading);margin-top:.4rem}.product-card__description{font-size:.86rem;min-height:2.7rem}.product-card__footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--border);padding-top:1rem;margin-top:1rem;gap:.5rem}.price{font-weight:600}.compare-price{font-size:.8rem;color:var(--muted);margin-left:.35rem}.product-card .icon-button{width:2.5rem;height:2.5rem;padding:0}.empty-products{text-align:center;border-block:1px solid var(--border);padding:5rem 1rem;margin-top:3rem}.empty-products .display{font-size:2rem;margin:0}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:3rem}.category-card{height:28rem;position:relative;overflow:hidden;color:var(--on-primary)}.category-card--offset{margin-top:3rem}.category-card>img{transition:transform .7s}.category-card:hover>img{transform:scale(1.03)}.category-overlay{position:absolute;inset:0;background:linear-gradient(transparent 35%,color-mix(in srgb,var(--primary) 85%,transparent))}.category-content{position:absolute;inset:auto 0 0;padding:1.5rem;display:flex;flex-direction:column;gap:.5rem}.category-content .display{font-size:1.55rem}.category-content svg{margin-top:.75rem}.split{display:grid;grid-template-columns:1fr 1fr}.split__media{min-height:34rem}.split__copy{display:flex;flex-direction:column;justify-content:center;padding:4rem clamp(2rem,7vw,7rem);align-items:flex-start}.split__copy .richtext{margin-top:1.5rem}.split__copy .button{margin-top:1rem}.values{display:grid;grid-template-columns:repeat(4,1fr);border-block:1px solid var(--border);margin-top:3.5rem}.value{padding:2.5rem 1.5rem;border-right:1px solid var(--border)}.value:last-child{border:0}.value>svg{color:var(--primary);width:1.5rem}.value h3{font-size:1.25rem;margin:1.75rem 0 .5rem}.value p{font-size:.86rem}.editorial{background:var(--fg);color:var(--bg);padding:4rem 0}.editorial__grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:5rem}.editorial__media{height:34rem}.editorial h2,.final-cta h2{font-size:clamp(2.8rem,5vw,5.5rem);line-height:1.02;margin:1rem 0}.editorial .richtext{color:color-mix(in srgb,var(--bg) 70%,transparent)}.editorial .button{margin-top:1rem}.product-carousel{display:flex;overflow:auto;scroll-snap-type:x mandatory;gap:1.25rem;margin-top:3rem;padding-bottom:1rem;scrollbar-width:none}.product-carousel>.product-card{width:calc(25% - 1rem);flex:none;scroll-snap-align:start}.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);margin-top:3rem}.testimonials blockquote{margin:0;background:var(--bg);padding:2.5rem}.testimonials .display{font-size:1.55rem;line-height:1.4}.testimonials footer{font-size:.7rem;text-transform:uppercase;color:var(--muted);margin-top:2rem}.newsletter{text-align:center;max-width:50rem}.newsletter .section-intro{margin-inline:auto}.newsletter-form{display:flex;max-width:36rem;margin:2rem auto 0;gap:.75rem}.newsletter-form input,.search-form input,input,select,textarea{min-height:2.75rem;border:1px solid var(--border);background:transparent;border-radius:4px;padding:.7rem .85rem}.newsletter-form input{flex:1}.final-cta{position:relative;overflow:hidden;background:var(--primary);color:var(--on-primary);text-align:center;padding:7rem 0}.final-cta .container{position:relative}.final-cta h2{max-width:60rem;margin-inline:auto}.final-cta .button{margin-top:1.25rem}.botanical-circle{position:absolute;border:1px solid color-mix(in srgb,var(--on-primary) 12%,transparent);border-radius:50%}.botanical-circle--one{width:18rem;height:18rem;right:-5rem;top:-4rem}.botanical-circle--two{width:22rem;height:22rem;left:20%;bottom:-13rem}.footer{background:var(--primary);color:var(--on-primary)}.footer-grid{display:grid;grid-template-columns:1.2fr 2fr;gap:5rem;padding-block:5rem}.footer-logo{display:block;width:160px;height:96px;overflow:hidden}.footer-grid>div>p{max-width:24rem;color:color-mix(in srgb,var(--on-primary) 70%,transparent);font-size:.86rem}.socials{display:flex;gap:1rem;font-size:.8rem}.footer-menus{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer .eyebrow{color:color-mix(in srgb,var(--on-primary) 60%,transparent)}.footer ul{list-style:none;padding:0}.footer li{margin:.7rem 0;font-size:.85rem;color:color-mix(in srgb,var(--on-primary) 80%,transparent)}.footer-bottom{border-top:1px solid color-mix(in srgb,var(--on-primary) 15%,transparent)}.footer-bottom .container{display:flex;justify-content:space-between;padding-block:1.5rem;font-size:.7rem;color:color-mix(in srgb,var(--on-primary) 55%,transparent)}.cart-drawer{position:fixed;inset:0;z-index:80;visibility:hidden}.cart-drawer.is-open{visibility:visible}.cart-overlay{position:absolute;inset:0;border:0;background:#0008;opacity:0;transition:.2s}.is-open .cart-overlay{opacity:1}.cart-panel{position:absolute;right:0;top:0;width:min(100%,30rem);height:100%;background:var(--bg);padding:1.5rem;transform:translateX(100%);transition:.3s;display:flex;flex-direction:column}.is-open .cart-panel{transform:none}.drawer-head{display:flex;justify-content:space-between;align-items:center}.drawer-head h2{font-size:2rem;margin:.3rem 0}.cart-lines{overflow:auto;flex:1}.cart-line{display:grid;grid-template-columns:5rem 1fr auto;gap:1rem;padding:1.25rem 0;border-bottom:1px solid var(--border)}.cart-line img{width:5rem;height:5rem;object-fit:cover}.cart-line__title{font-weight:600}.quantity{display:flex;width:max-content;border:1px solid var(--border);margin-top:.7rem}.quantity button{border:0;background:transparent;width:2.25rem;height:2.25rem;display:grid;place-items:center}.quantity span,.quantity input{width:2.5rem;border:0;text-align:center;padding:0}.drawer-summary{border-top:1px solid var(--border);padding-top:1rem}.drawer-summary>div{display:flex;justify-content:space-between}.drawer-summary .button{margin-top:.6rem}.empty-state{text-align:center;margin:auto;padding:4rem 1rem}.empty-state>svg{width:2.5rem;margin:auto;color:var(--primary)}.empty-state .display{font-size:2rem}.empty-state--page{border-block:1px solid var(--border);margin-top:3rem}.product-page{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);gap:5rem;min-width:0}.product-page>*{min-width:0}.product-gallery{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.product-media{aspect-ratio:1;background:var(--secondary)}.product-media:first-child{grid-column:1/-1;aspect-ratio:4/5}.product-media img,.product-media svg{width:100%;height:100%;object-fit:cover}.product-info{position:sticky;top:8rem;align-self:start}.product-info h1{font-size:clamp(3rem,5vw,4.5rem);line-height:1.05;margin:1rem 0}.product-lead{font-size:1.08rem;color:var(--muted)}.product-price{font-size:1.3rem;margin:1.5rem 0}.product-info form{display:grid;gap:.8rem;border-block:1px solid var(--border);padding:1.5rem 0}.product-info label{font-size:.72rem;text-transform:uppercase;font-weight:600}.shopify-payment-button__button{border-radius:4px!important}.product-notes{display:flex;justify-content:space-between;font-size:.72rem;color:var(--muted);padding:1rem 0}.product-info details{border-top:1px solid var(--border);padding:1rem 0}.product-info summary{cursor:pointer;font-weight:600}.rte img{height:auto}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border);padding-bottom:1rem}.collections-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:3rem}.collection-card{display:grid;grid-template-columns:1fr 1fr;background:var(--secondary);min-height:26rem;overflow:hidden}.collection-card>img,.collection-card>svg{width:100%;height:100%;object-fit:cover}.collection-card>div{padding:2rem;display:flex;flex-direction:column;justify-content:flex-end}.collection-card .display{font-size:2rem;margin:.7rem 0}.pagination{text-align:center;margin-top:3rem}.pagination .page,.pagination a{margin:0 .4rem}.cart-page{display:grid;grid-template-columns:1fr 24rem;gap:4rem;margin-top:3rem}.cart-page-line{display:grid;grid-template-columns:8rem 1fr;gap:1.25rem;border-bottom:1px solid var(--border);padding:1rem 0}.cart-page-line img{width:8rem;height:8rem;object-fit:cover}.cart-page-line .display{font-size:1.5rem}.order-summary{height:max-content;background:var(--secondary);padding:2rem}.order-summary .display{font-size:1.7rem}.order-summary>div{display:flex;justify-content:space-between;border-bottom:1px solid var(--border);padding:1rem 0}.order-summary label{display:grid;margin:1rem 0}.search-form{display:flex;gap:.75rem;max-width:36rem;margin-top:2rem}.search-form input{flex:1}.contact-form,.account-form{display:grid;gap:1.25rem;max-width:48rem}.contact-form label,.account-form label{display:grid;gap:.4rem;font-size:.8rem;font-weight:600}.two-fields{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.skip-link,.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.skip-link:focus{width:auto;height:auto;clip:auto;z-index:100;background:var(--bg);padding:1rem}.fade-up{animation:fadeUp .8s both}@keyframes fadeUp{from{opacity:0;transform:translateY(18px)}}@media(max-width:989px){.desktop-nav{display:none}.mobile-only{display:grid}.header-inner>.mobile-only{flex:1;justify-content:start}.hero{grid-template-columns:1fr;min-height:0}.hero__copy{padding:4rem 1rem}.hero__media{min-height:55svh}.product-grid{grid-template-columns:repeat(3,1fr)}.category-grid{grid-template-columns:1fr 1fr}.category-card--offset{margin-top:0}.values{grid-template-columns:1fr 1fr}.value:nth-child(2){border-right:0}.value{border-bottom:1px solid var(--border)}.editorial__grid{gap:2rem}.product-carousel>.product-card{width:42vw}.product-page{grid-template-columns:1fr;gap:3rem}.product-info{position:static}.cart-page{grid-template-columns:1fr}.footer-grid{gap:2rem}}@media(max-width:749px){.logo{width:80px}.header-actions>a{display:none}.section{padding:4rem 0}.hero h1{font-size:3.4rem}.hero__media{min-height:50svh}.button-row{flex-direction:column}.button-row .button{width:100%}.product-grid{grid-template-columns:1fr 1fr;gap:2.5rem .8rem}.product-card__title{font-size:1.1rem}.product-card__description{display:none}.category-grid{grid-template-columns:1fr}.category-card{height:24rem}.split{grid-template-columns:1fr}.split__copy{padding:4rem 1rem}.values{grid-template-columns:1fr}.value{border-right:0}.editorial__grid{grid-template-columns:1fr}.editorial__media{height:28rem}.product-carousel>.product-card{width:78vw}.testimonials{grid-template-columns:1fr}.newsletter-form,.search-form{flex-direction:column}.footer-grid{grid-template-columns:1fr}.footer-menus{grid-template-columns:1fr 1fr}.footer-bottom .container{flex-direction:column;gap:.5rem}.product-gallery{gap:.5rem}.product-page{gap:2rem}.collections-grid{grid-template-columns:1fr}.collection-card{grid-template-columns:1fr;min-height:0}.collection-card>img{height:20rem}.two-fields{grid-template-columns:1fr}.collection-toolbar{align-items:flex-start;gap:1rem;flex-direction:column}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}

/* Responsive editorial refinement */
.hero__media{overflow:hidden}.hero__media>img{position:absolute;inset:-2%;width:104%;height:104%;object-position:58% center}.hero__shade{position:absolute;inset:0;background:linear-gradient(to top,color-mix(in srgb,var(--primary) 30%,transparent),transparent 48%)}.hero__caption{position:absolute;right:1rem;bottom:1rem;color:var(--on-primary);font-size:.6rem;text-transform:uppercase;letter-spacing:.14em;writing-mode:vertical-rl}.depth-surface{--tilt-x:0deg;--tilt-y:0deg;--shift-x:0px;--shift-y:0px;transform:perspective(1100px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));transform-style:preserve-3d;transition:transform .5s cubic-bezier(.2,.8,.2,1);overflow:hidden}.depth-surface>img{transform:translate3d(var(--shift-x),var(--shift-y),24px) scale(1.035);transition:transform .55s cubic-bezier(.2,.8,.2,1)}.depth-card{transform:perspective(900px) translateZ(0);transform-origin:center 70%;transition:transform .35s cubic-bezier(.2,.8,.2,1)}.final-cta:before{content:"";position:absolute;width:18rem;aspect-ratio:1;right:-8rem;top:-7rem;border:1px solid color-mix(in srgb,var(--on-primary) 12%,transparent);transform:rotate(18deg)}
@media(hover:hover) and (pointer:fine){.depth-card:hover{transform:perspective(900px) rotateX(1.5deg) rotateY(-1.5deg) translateY(-7px)}}
@media(max-width:989px){.hero__copy{padding:3.5rem 2.5rem 3rem}.hero h1{max-width:11ch;font-size:clamp(3.8rem,9vw,5rem)}.hero__media{min-height:44svh}.editorial__grid{grid-template-columns:1fr}.editorial__media{height:min(60svh,32rem)}}
@media(max-width:749px){.hero__copy{min-height:54svh;padding:3.25rem 1rem 2.75rem}.hero h1{font-size:clamp(2.85rem,14vw,4rem);line-height:.96}.hero__text{font-size:.95rem;line-height:1.7;margin-top:1.25rem}.button-row{display:grid;grid-template-columns:1fr 1fr;gap:.65rem;margin-top:1.5rem}.button-row .button{min-width:0;padding-inline:.65rem;white-space:normal}.hero__media{min-height:40svh}.category-card{height:22rem}.product-carousel>.product-card{width:72vw}.product-gallery{grid-template-columns:1fr}.product-media:first-child{grid-column:auto;aspect-ratio:4/5}.cart-page-line{grid-template-columns:5.5rem 1fr;gap:.85rem}.cart-page-line img{width:5.5rem;height:5.5rem}.order-summary{padding:1.25rem}.product-info h1{font-size:2.5rem}.editorial h2,.final-cta h2{font-size:clamp(2.7rem,12vw,4rem)}}
@media(max-width:479px){.button-row{grid-template-columns:1fr}.product-card__description{display:none}.product-card__title{font-size:1.05rem}.product-gallery{display:block}.product-media{margin-bottom:.5rem}.footer-menus{grid-template-columns:1fr}.collection-card>img{height:16rem}}
@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.fade-up{animation:none!important}.depth-surface,.depth-surface>img,.depth-card{transform:none!important}}
