.hero{background-color:var(--color-cream);align-items:center;min-height:100vh;display:flex;position:relative}.hero-content{z-index:2;max-width:600px;padding:var(--space-12);position:relative}.hero-tagline{font-family:var(--font-body);font-size:var(--text-sm);letter-spacing:var(--tracking-wider);text-transform:uppercase;color:var(--color-text-muted);margin-bottom:var(--space-4)}.hero-title{font-family:var(--font-heading);font-size:var(--text-6xl);font-weight:var(--font-light);line-height:var(--leading-tight);margin-bottom:var(--space-6)}.hero-description{font-size:var(--text-lg);color:var(--color-text-muted);line-height:var(--leading-relaxed);margin-bottom:var(--space-8)}.hero-image{object-fit:cover;width:50%;height:100%;position:absolute;top:0;right:0}.featured-section{padding:var(--space-20)0}.featured-header{margin-bottom:var(--space-12);justify-content:space-between;align-items:flex-end;display:flex}.featured-title{font-family:var(--font-heading);font-size:var(--text-4xl);font-weight:var(--font-light)}.featured-link{font-size:var(--text-sm);color:var(--color-text-muted);transition:color var(--duration-fast)var(--ease-out);text-decoration:none}.featured-link:hover{color:var(--color-dark)}.sticky-split{grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.sticky-split-image{height:100vh;position:sticky;top:0}.sticky-split-image img{object-fit:cover;width:100%;height:100%}.sticky-split-content{padding:var(--space-12)}.sticky-split-products{gap:var(--space-8);flex-direction:column;display:flex}.categories-section{padding:var(--space-20)0;background-color:var(--color-cream)}.categories-grid{gap:var(--space-6);grid-template-columns:repeat(4,1fr);display:grid}.category-card{aspect-ratio:3/4;position:relative;overflow:hidden}.category-card-image{object-fit:cover;width:100%;height:100%;transition:transform var(--duration-slow)var(--ease-out)}.category-card:hover .category-card-image{transform:scale(1.05)}.category-card-content{padding:var(--space-6);color:var(--color-white);background:linear-gradient(#0000,#00000080);flex-direction:column;justify-content:flex-end;display:flex;position:absolute;inset:0}.category-card-title{font-family:var(--font-heading);font-size:var(--text-xl);margin-bottom:var(--space-2)}.category-card-count{font-size:var(--text-sm);opacity:.8}.brands-marquee{gap:var(--space-12);animation:30s linear infinite marquee;display:flex}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.brand-logo{opacity:.6;height:40px;transition:opacity var(--duration-fast)var(--ease-out)}.brand-logo:hover{opacity:1}.newsletter-section{padding:var(--space-20)var(--space-12);background-color:var(--color-dark);color:var(--color-white);text-align:center}.newsletter-title{font-family:var(--font-heading);font-size:var(--text-3xl);font-weight:var(--font-light);margin-bottom:var(--space-4)}.newsletter-description{font-size:var(--text-base);color:var(--color-text-muted-light);margin-bottom:var(--space-8);max-width:500px;margin-left:auto;margin-right:auto}.newsletter-form{gap:var(--space-3);max-width:400px;margin:0 auto;display:flex}.newsletter-input{padding:var(--space-4);color:var(--color-white);background-color:#0000;border:1px solid #ffffff4d;flex:1}.newsletter-input::placeholder{color:var(--color-text-muted-light)}@media (width<=1024px){.sticky-split{grid-template-columns:1fr}.sticky-split-image{height:60vh;position:relative}.categories-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.hero-content{padding:var(--space-6);max-width:100%}.hero-title{font-size:var(--text-4xl)}.hero-image{width:100%;height:50vh;position:relative}.featured-header{align-items:flex-start;gap:var(--space-4);flex-direction:column}.newsletter-form{flex-direction:column}}.hero-image{width:100%;height:100%}.hero-image__img{object-fit:cover;width:100%;height:100%}.hero-image__overlay{background:linear-gradient(#0000004d,#00000080);position:absolute;inset:0}.hero-video{width:100%;height:100%}.hero-video__player{object-fit:cover;width:100%;height:100%}.hero-video__overlay{background:linear-gradient(#0000004d,#00000080);position:absolute;inset:0}.btn-magnetic{cursor:pointer;border:none;justify-content:center;align-items:center;transition:background-color .2s,color .2s;display:inline-flex;overflow:hidden}.btn-magnetic__content{text-transform:uppercase;letter-spacing:.05em;justify-content:center;align-items:center;gap:.5rem;font-weight:500;transition:transform .2s ease-out;display:inline-flex}.btn-magnetic--sm{padding:.5rem 1rem;font-size:.75rem}.btn-magnetic--md{padding:.75rem 1.5rem;font-size:.8125rem}.btn-magnetic--lg{padding:1rem 2rem;font-size:.875rem}.btn-magnetic--primary{background:var(--color-dark);color:var(--color-white)}.btn-magnetic--primary:hover:not(.btn-magnetic--disabled){background:var(--color-sable-dark)}.btn-magnetic--secondary{background:var(--color-sable);color:var(--color-dark)}.btn-magnetic--secondary:hover:not(.btn-magnetic--disabled){background:var(--color-sable-dark)}.btn-magnetic--outline{color:var(--color-dark);border:1px solid var(--color-dark);background:0 0}.btn-magnetic--outline:hover:not(.btn-magnetic--disabled){background:var(--color-dark);color:var(--color-white)}.btn-magnetic--disabled{opacity:.5;cursor:not-allowed}.hero-cta{background:var(--color-white);color:var(--color-dark);letter-spacing:.05em;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.hero-cta:hover{background:var(--color-sable);color:var(--color-white)}.hero-cta svg{transition:transform .3s}.hero-cta:hover svg{transform:translate(4px)}.hero-nav{z-index:10;gap:0;display:flex;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}.hero-nav__dot{cursor:pointer;background:0 0;border:none;border-radius:50%;width:44px;height:44px;padding:0;transition:all .3s;position:relative}.hero-nav__dot:after{content:"";border:2px solid var(--color-white);opacity:.6;background:0 0;border-radius:50%;width:12px;height:12px;transition:all .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-nav__dot:hover:after{opacity:1}.hero-nav__dot--active:after{background:var(--color-white);opacity:1}.hero-slide{background:#000;width:100%;height:100%;position:relative}.hero-slide__bg{z-index:0;position:absolute;inset:0}.hero-slide__bg img,.hero-slide__bg video{object-fit:cover;width:100%;height:100%}.hero-slide__grid{z-index:1;justify-content:flex-end;align-items:center;max-width:1400px;height:100%;margin:0 auto;padding:0 2rem;display:flex;position:relative}.hero-slide__content{flex-direction:column;justify-content:center;width:50%;max-width:520px;padding:2rem 0;display:flex}.hero-slide__subtitle{text-transform:uppercase;letter-spacing:.2em;color:#fff9;margin-bottom:1rem;font-size:.75rem;display:block}.hero-slide__title{font-family:var(--font-heading);color:#fff;margin:0 0 1.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:300;line-height:1.2}.hero-slide__description{color:#fff9;margin:0 0 2rem;font-size:1rem;line-height:1.8}@media (width<=768px){.hero-slide__grid{text-align:center;justify-content:center;align-items:flex-end;padding:0 1.5rem 4rem}.hero-slide__content{align-items:center;width:100%;max-width:100%}}.hero-carousel{width:100%;height:100%;position:relative;overflow:hidden}.hero-carousel__track{height:100%;transition:transform .5s;display:flex}.hero-carousel__slide{flex:0 0 100%;width:100%;min-height:100svh}.hero-carousel__nav{-webkit-backdrop-filter:blur(8px);color:#fff;cursor:pointer;z-index:10;background:#ffffff26;border:none;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.hero-carousel__nav:hover{background:#ffffff4d}.hero-carousel__nav--prev{left:2rem}.hero-carousel__nav--next{right:2rem}@media (width<=768px){.hero-carousel__nav{width:40px;height:40px}.hero-carousel__nav--prev{left:1rem}.hero-carousel__nav--next{right:1rem}}.product-carousel-header{padding:0 var(--container-padding,1.5rem);justify-content:space-between;align-items:flex-end;margin-bottom:2rem;display:flex}.product-carousel-header__subtitle{text-transform:uppercase;letter-spacing:.2em;color:#0c0c0ca6;margin-bottom:.5rem;font-size:.75rem;display:block}.product-carousel-header__title{font-family:var(--font-heading);margin:0;font-size:2rem;font-weight:300}.product-carousel-header__view-all{color:var(--color-sable-dark);letter-spacing:.05em;white-space:nowrap;margin-left:1rem;font-size:.8125rem;text-decoration:none;transition:color .2s}.product-carousel-header__view-all:hover{color:var(--color-dark);text-decoration:underline}@media (width<=768px){.product-carousel-header{flex-direction:column;align-items:flex-start;gap:1rem}}.product-carousel-items{padding:0 var(--container-padding,1.5rem);overflow:hidden}.product-carousel-items__track{gap:24px;transition:transform .4s;display:flex}.product-carousel-items__item{flex-shrink:0;width:280px}@media (width<=1280px){.product-carousel-items__item{width:260px}}@media (width<=1024px){.product-carousel-items{padding:0 1.25rem}.product-carousel-items__track{gap:20px}.product-carousel-items__item{width:240px}}@media (width<=768px){.product-carousel-items{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:0 1rem;overflow:auto hidden}.product-carousel-items::-webkit-scrollbar{display:none}.product-carousel-items__track{gap:16px;transition:none;transform:none!important}.product-carousel-items__item{width:200px}}@media (width<=480px){.product-carousel-items{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:0 1rem;overflow:auto hidden}.product-carousel-items::-webkit-scrollbar{display:none}.product-carousel-items__track{gap:12px;transition:none;transform:none!important}.product-carousel-items__item{width:155px}}@media (width<=390px){.product-carousel-items__item{width:150px}}@media (width<=360px){.product-carousel-items{padding:0 .75rem}.product-carousel-items__track{gap:10px}.product-carousel-items__item{width:142px}}.product-carousel-items__link{color:inherit;text-decoration:none}.product-carousel-items__image-link{display:block}.product-carousel-items__image-wrapper{aspect-ratio:1;margin-bottom:1rem;position:relative;overflow:hidden}.product-carousel-items__image{object-fit:contain;width:100%;height:100%;transition:transform .4s}.product-carousel-items__image-link:hover .product-carousel-items__image{transform:scale(1.05)}.product-carousel-items__actions{opacity:0;z-index:10;gap:8px;transition:all .25s;display:flex;position:absolute;bottom:12px;right:12px;transform:translateY(8px)}.product-carousel-items__item:hover .product-carousel-items__actions{opacity:1;transform:translateY(0)}.product-carousel-items__quick-view,.product-carousel-items__add-cart{cursor:pointer;border:none;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.product-carousel-items__quick-view{background:var(--color-white,#fff);color:var(--color-dark,#0c0c0c)}.product-carousel-items__quick-view:hover{background:var(--color-dark,#0c0c0c);color:var(--color-white,#fff);transform:scale(1.05)}.product-carousel-items__add-cart{background:var(--color-dark,#0c0c0c);color:var(--color-white,#fff)}.product-carousel-items__cart-form{display:flex}.product-carousel-items__add-cart:hover{background:var(--color-sable-dark,#22c55e);transform:scale(1.05)}.product-carousel-items__brand{text-transform:uppercase;letter-spacing:.1em;color:#0c0c0ca6;margin-bottom:.25rem;font-size:.75rem;display:block}.product-carousel-items__name{margin:0 0 .5rem;font-size:.9375rem;font-weight:400}.product-carousel-items__price-wrapper{align-items:center;gap:.5rem;display:flex}.product-carousel-items__price-original{color:#0c0c0ca6;font-size:.8125rem;text-decoration:line-through}.product-carousel-items__price{font-size:.875rem}.product-carousel-items__price--sale{color:#c41e3a;font-weight:500}.product-carousel-nav{gap:.5rem;display:flex}.product-carousel-nav__btn{cursor:pointer;background:0 0;border:1px solid #00000026;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:10px;transition:all .2s;display:flex}.product-carousel-nav__btn:hover{border-color:var(--color-dark);background:var(--color-dark);color:var(--color-white)}.product-carousel{background:var(--color-cream);padding:4rem 0;overflow:hidden}.sticky-section-left{background:var(--color-sable);height:100vh;position:sticky;top:0;overflow:hidden}.sticky-section-left__content{width:100%;height:100%}@media (width<=768px){.sticky-section-left{height:50vh;position:relative}}.sticky-section-right{background:var(--color-cream);padding:4rem 3rem}@media (width<=768px){.sticky-section-right{padding:2rem 1.5rem}}.sticky-image{width:100%;height:100%;position:relative;overflow:hidden}.sticky-image__img{object-fit:cover;width:100%;height:100%;transition:transform 8s cubic-bezier(.16,1,.3,1)}.sticky-image:hover .sticky-image__img{transform:scale(1.05)}.sticky-image__overlay{z-index:1;pointer-events:none;background:linear-gradient(#0c0c0c1a 0%,#0000 30% 70%,#0c0c0c33 100%);position:absolute;inset:0}.sticky-image__content{z-index:2;position:absolute;bottom:2rem;left:2rem}.sticky-image__badge{color:var(--color-dark);text-transform:uppercase;letter-spacing:.15em;backdrop-filter:blur(4px);background:#fffffff2;padding:.5rem 1rem;font-size:.65rem;display:inline-block}@media (width<=768px){.sticky-image__content{bottom:1.5rem;left:1.5rem}}.sticky-products{flex-direction:column;min-height:100%;display:flex}.sticky-products__header{background:linear-gradient(to bottom,var(--color-cream)80%,transparent);z-index:2;padding:3rem 0 2rem;position:sticky;top:0}.sticky-products__subtitle{text-transform:uppercase;letter-spacing:.2em;color:#3d3833;margin-bottom:.75rem;font-size:.7rem;display:block}.sticky-products__title{font-family:var(--font-heading);margin:0 0 1rem;font-size:2.25rem;font-weight:300;line-height:1.1}.sticky-products__description{color:#0c0c0ca6;max-width:320px;margin:0;font-size:.9rem;line-height:1.6}.sticky-products__list{flex-direction:column;flex:1;display:flex}.sticky-products__item{justify-content:center;align-items:center;min-height:85vh;padding:2rem 0;display:flex}.sticky-products__card{width:100%;max-width:300px;position:relative}.sticky-products__link{min-width:44px;min-height:44px;color:inherit;justify-content:center;align-items:center;padding:8px 12px;text-decoration:none;display:inline-flex}.sticky-products__image-link{justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:8px 12px;display:inline-flex}.sticky-products__image-container{background:#0c0c0c05;margin-bottom:1.25rem;position:relative;overflow:hidden}.sticky-products__image{object-fit:contain;width:100%;height:auto;transition:transform .6s cubic-bezier(.16,1,.3,1)}.sticky-products__image-link:hover .sticky-products__image{transform:scale(1.05)}.sticky-products__actions{opacity:0;z-index:10;gap:8px;transition:all .25s;display:flex;position:absolute;bottom:12px;right:12px;transform:translateY(8px)}.sticky-products__card:hover .sticky-products__actions{opacity:1;transform:translateY(0)}.sticky-products__quick-view,.sticky-products__add-cart{cursor:pointer;border:none;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.sticky-products__quick-view{background:var(--color-white,#fff);color:var(--color-dark,#0c0c0c)}.sticky-products__quick-view:hover{background:var(--color-dark,#0c0c0c);color:var(--color-white,#fff);transform:scale(1.05)}.sticky-products__cart-form{display:flex}.sticky-products__add-cart{background:var(--color-dark,#0c0c0c);color:var(--color-white,#fff)}.sticky-products__add-cart:hover{background:var(--color-sable-dark,#22c55e);transform:scale(1.05)}.sticky-products__details{text-align:left}.sticky-products__brand{text-transform:uppercase;letter-spacing:.15em;color:#3d3833;margin-bottom:.5rem;font-size:.65rem;display:block}.sticky-products__name{font-family:var(--font-heading);margin:0 0 .5rem;font-size:1.1rem;font-weight:400;line-height:1.3}.sticky-products__price-wrapper{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.sticky-products__price-original{color:#0c0c0c80;font-size:.85rem;text-decoration:line-through}.sticky-products__price{color:#0c0c0cb3;font-size:.95rem}.sticky-products__price--sale{color:#c41e3a;font-weight:500}.sticky-products__cta{text-transform:uppercase;letter-spacing:.1em;color:var(--color-dark);opacity:0;align-items:center;gap:.5rem;font-size:.75rem;transition:opacity .3s,transform .3s;display:inline-flex;transform:translate(-10px)}.sticky-products__cta svg{transition:transform .3s}.sticky-products__link:hover .sticky-products__cta{opacity:1;transform:translate(0)}.sticky-products__link:hover .sticky-products__cta svg{transform:translate(4px)}@media (width<=768px){.sticky-products__header{background:var(--color-cream);padding:2rem 0 1.5rem;position:relative}.sticky-products__title{font-size:1.5rem}.sticky-products__item{min-height:70vh;padding:1.5rem 0}.sticky-products__card{max-width:240px}.sticky-products__cta{opacity:1;transform:translate(0)}}.sticky-section{grid-template-columns:1fr 1fr;display:grid}@media (width<=768px){.sticky-section{grid-template-columns:1fr}}.banner-content__subtitle{text-transform:uppercase;letter-spacing:.2em;color:#ffffffe6;margin-bottom:.75rem;font-size:.75rem;display:block}.banner-content__title{font-family:var(--font-heading);margin:0;font-size:clamp(2rem,5vw,3.5rem);font-weight:300;line-height:1.2}.banner-content__description{opacity:.9;max-width:500px;margin:1rem 0 0;font-size:1rem;line-height:1.6}.banner-content--dark{color:var(--color-dark)}.banner-content--dark .banner-content__subtitle{color:#4a4a4a}.banner-cta{background:var(--color-white);min-height:44px;color:var(--color-dark);letter-spacing:.05em;justify-content:center;align-items:center;gap:.5rem;margin-top:2rem;padding:12px 16px;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.banner-cta:hover{background:var(--color-sable);color:var(--color-white)}.banner-cta--dark{background:var(--color-dark);color:var(--color-white)}.banner-cta--dark:hover{background:var(--color-sable)}.banner-cta svg{transition:transform .3s}.banner-cta:hover svg{transform:translate(4px)}.banner-full{background:var(--color-cream,#fff);flex-direction:column-reverse;align-items:center;display:flex;overflow:hidden}@media (width>=768px){.banner-full{flex-direction:row;min-height:480px}}.banner-full__content{text-align:center;flex-direction:column;flex:1;justify-content:center;padding:2.5rem 1.5rem;display:flex}@media (width>=768px){.banner-full__content{text-align:left;max-width:50%;padding:3rem 3rem 3rem 4rem}}@media (width>=1280px){.banner-full__content{padding:4rem 3rem 4rem 6rem}}.banner-full__visual{justify-content:center;align-items:center;width:100%;max-width:320px;padding:2rem 1.5rem 0;display:flex}@media (width>=768px){.banner-full__visual{flex:1;max-width:50%;padding:2rem}}@media (width>=1280px){.banner-full__visual{padding:2rem 4rem}}.banner-full__image{object-fit:contain;width:100%;height:auto;max-height:500px}.banner-split{grid-template-columns:1fr 1fr;min-height:60vh;display:grid}.banner-split__image{overflow:hidden}.banner-split__image img{object-fit:cover;width:100%;height:100%}.banner-split__content{background:var(--color-cream);flex-direction:column;justify-content:center;padding:4rem;display:flex}@media (width<=768px){.banner-split{grid-template-columns:1fr}.banner-split__image{height:50vh}.banner-split__content{padding:2rem}}.banner-parallax{background:var(--color-dark);justify-content:center;align-items:center;min-height:60vh;display:flex;position:relative;overflow:hidden}.banner-parallax__image{will-change:transform;position:absolute;inset:-20%}.banner-parallax__image img{object-fit:cover;opacity:.7;width:100%;height:100%}.banner-parallax__overlay{background:linear-gradient(#0000004d,#00000080);position:absolute;inset:0}.banner-parallax__content{z-index:1;text-align:center;color:var(--color-white);max-width:800px;padding:2rem;position:relative}.banner-parallax__subtitle{text-transform:uppercase;letter-spacing:.2em;opacity:.8;margin-bottom:.75rem;font-size:.75rem;display:block}.banner-parallax__title{font-family:var(--font-heading);margin:0;font-size:clamp(2.5rem,6vw,4rem);font-weight:300;line-height:1.1}.banner-parallax__description{opacity:.9;margin:1rem 0 0;font-size:1rem}.banner-parallax__cta{background:var(--color-white);color:var(--color-dark);letter-spacing:.05em;align-items:center;gap:.5rem;margin-top:2rem;padding:1rem 2rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.banner-parallax__cta:hover{background:var(--color-sable);color:var(--color-white)}.banner-parallax__cta svg{transition:transform .3s}.banner-parallax__cta:hover svg{transform:translate(4px)}.brand-item{opacity:.6;justify-content:center;align-items:center;text-decoration:none;transition:opacity .3s;display:flex}.brand-item:hover{opacity:1}.brand-item__logo{object-fit:contain;filter:grayscale();max-width:120px;max-height:48px;transition:filter .3s}.brand-item:hover .brand-item__logo{filter:grayscale(0%)}.brand-item__name{font-family:var(--font-heading);color:var(--color-dark);text-transform:uppercase;letter-spacing:.1em;font-size:1rem}.brands-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:2rem;padding:0 2rem;display:grid}.brands-marquee{overflow:hidden}.brands-marquee__track{gap:4rem;animation:30s linear infinite marquee;display:flex}.brands-marquee:hover .brands-marquee__track{animation-play-state:paused}.brands-strip{flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;padding:0 2rem;display:flex}.brands-section{padding:4rem 0}.brands-section__header{text-align:center;margin-bottom:3rem}.brands-section__subtitle{text-transform:uppercase;letter-spacing:.2em;color:#0c0c0ca6;margin-bottom:.5rem;font-size:.75rem;display:block}.brands-section__title{font-family:var(--font-heading);margin:0;font-size:2rem;font-weight:300}.brands-section__view-all{color:var(--color-sable-dark);margin-top:.75rem;font-size:.8125rem;text-decoration:none;transition:color .2s;display:inline-block}.brands-section__view-all:hover{color:var(--color-dark);text-decoration:underline}.category-card{aspect-ratio:4/5;text-decoration:none;display:block;position:relative;overflow:hidden}.category-card__image{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.category-card:hover .category-card__image{transform:scale(1.08)}.category-card__tag{-webkit-backdrop-filter:blur(8px);color:var(--color-dark);font-family:var(--font-heading);letter-spacing:.15em;text-transform:uppercase;background:#fffffff2;padding:.5rem 1rem;font-size:.875rem;font-weight:400;transition:all .4s cubic-bezier(.25,.46,.45,.94);position:absolute;bottom:1.25rem;left:1.25rem;box-shadow:0 2px 12px #00000014}.category-card:hover .category-card__tag{background:var(--color-dark);color:var(--color-white);transform:translateY(-4px);box-shadow:0 8px 24px #00000026}@media (width<=768px){.category-card__tag{letter-spacing:.1em;padding:.3rem .6rem;font-size:.625rem;bottom:.75rem;left:.75rem}.category-card:hover .category-card__tag{transform:translateY(-2px)}}@media (width<=480px){.category-card__tag{padding:.25rem .5rem;font-size:.5625rem;bottom:.5rem;left:.5rem}}.categories-grid{padding:0 var(--container-padding,1.5rem);grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.categories-section{padding:4rem 0}.categories-section__header{text-align:center;margin-bottom:3rem}.categories-section__subtitle{text-transform:uppercase;letter-spacing:.2em;color:#0c0c0ca6;margin-bottom:.5rem;font-size:.75rem;display:block}.categories-section__title{font-family:var(--font-heading);margin:0;font-size:2rem;font-weight:300}.categories-section__view-all{color:var(--color-sable-dark);margin-top:.75rem;font-size:.8125rem;text-decoration:none;transition:color .2s;display:inline-block}.categories-section__view-all:hover{color:var(--color-dark);text-decoration:underline}.collection-card{aspect-ratio:1;color:var(--color-white);text-decoration:none;display:block;position:relative;overflow:hidden}.collection-card__image-wrapper{width:100%;height:100%;position:absolute;inset:0}.collection-card__image{object-fit:cover;width:100%;height:100%;transition:transform .6s}.collection-card:hover .collection-card__image{transform:scale(1.05)}.collection-card__overlay{background:linear-gradient(#0000,#000000b3);position:absolute;inset:0}.collection-card__content{padding:1.5rem;position:absolute;bottom:0;left:0;right:0}.collection-card__name{font-family:var(--font-heading);margin:0;font-size:1.5rem;font-weight:300}.collection-card__description{opacity:.8;margin:.5rem 0 0;font-size:.875rem;line-height:1.4}.collections-section{padding:4rem 0}.collections-section__header{text-align:center;margin-bottom:3rem}.collections-section__subtitle{text-transform:uppercase;letter-spacing:.2em;color:#0c0c0ca6;margin-bottom:.5rem;font-size:.75rem;display:block}.collections-section__title{font-family:var(--font-heading);margin:0;font-size:2rem;font-weight:300}.collections-section__view-all{color:var(--color-sable-dark);margin-top:.75rem;font-size:.8125rem;text-decoration:none;transition:color .2s;display:inline-block}.collections-section__view-all:hover{color:var(--color-dark);text-decoration:underline}.collections-section__grid{padding:0 var(--container-padding,1.5rem);grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}@media (width<=768px){.collections-section__grid{grid-template-columns:1fr}}.gender-card{aspect-ratio:4/5;color:var(--color-white);border-radius:4px;text-decoration:none;display:block;position:relative;overflow:hidden}.gender-card__image{object-fit:cover;width:100%;height:100%;transition:transform .6s;position:absolute;inset:0}.gender-card:hover .gender-card__image{transform:scale(1.05)}.gender-card__overlay{background:linear-gradient(#0000 40%,#0009);transition:opacity .3s;position:absolute;inset:0}.gender-card:hover .gender-card__overlay{opacity:.9}.gender-card__content{padding:1.5rem;position:absolute;bottom:0;left:0;right:0}.gender-card__name{font-family:var(--font-heading);letter-spacing:.05em;margin:0 0 .5rem;font-size:1.5rem;font-weight:300;display:block}.gender-card__cta{text-transform:uppercase;letter-spacing:.08em;opacity:0;align-items:center;gap:.375rem;font-size:.75rem;transition:all .3s;display:inline-flex;transform:translateY(8px)}.gender-card:hover .gender-card__cta{opacity:1;transform:translateY(0)}.gender-card__cta svg{transition:transform .3s}.gender-card:hover .gender-card__cta svg{transform:translate(3px)}@media (width<=768px){.gender-card{aspect-ratio:3/2}.gender-card__cta{opacity:1;transform:translateY(0)}}.gender-section{padding:4rem 0}.gender-section__header{text-align:center;margin-bottom:3rem}.gender-section__title{font-family:var(--font-heading);margin:0;font-size:2rem;font-weight:300}.gender-section__view-all{color:var(--color-sable-dark);margin-top:.75rem;font-size:.8125rem;text-decoration:none;transition:color .2s;display:inline-block}.gender-section__view-all:hover{color:var(--color-dark);text-decoration:underline}.gender-section__grid{padding:0 var(--container-padding,1.5rem);grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}@media (width<=768px){.gender-section__grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}}.fragrance-family-card{aspect-ratio:1;color:var(--color-white);text-decoration:none;display:block;position:relative;overflow:hidden}.fragrance-family-card__image{background:linear-gradient(135deg,#2c2c2c 0%,#1a1a1a 100%);position:absolute;inset:0}.fragrance-family-card__image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.fragrance-family-card:hover .fragrance-family-card__image img{transform:scale(1.05)}.fragrance-family-card__overlay{background:linear-gradient(#0000 0%,#0003 50%,#000000b3 100%);position:absolute;inset:0}.fragrance-family-card__content{text-align:center;flex-direction:column;justify-content:flex-end;align-items:center;padding:1.5rem;display:flex;position:absolute;inset:0}.fragrance-family-card__name{font-family:var(--font-heading);text-shadow:0 2px 4px #0000004d;margin:0;font-size:1.25rem;font-weight:400}.fragrance-family-card__count{text-transform:uppercase;letter-spacing:.1em;opacity:.8;margin-top:.25rem;font-size:.75rem}.fragrance-families-section{padding:4rem 0}.fragrance-families-section__header{text-align:center;margin-bottom:3rem}.fragrance-families-section__subtitle{text-transform:uppercase;letter-spacing:.2em;color:#0c0c0ca6;margin-bottom:.5rem;font-size:.75rem;display:block}.fragrance-families-section__title{font-family:var(--font-heading);margin:0;font-size:2rem;font-weight:300}.fragrance-families-section__view-all{color:var(--color-sable-dark);margin-top:.75rem;font-size:.8125rem;text-decoration:none;transition:color .2s;display:inline-block}.fragrance-families-section__view-all:hover{color:var(--color-dark);text-decoration:underline}.fragrance-families-section__grid{padding:0 var(--container-padding,1.5rem);grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}.occasion-card{color:inherit;flex-direction:column;text-decoration:none;display:flex}.occasion-card__image-wrapper{aspect-ratio:1;border-radius:50%;margin-bottom:1rem;overflow:hidden}.occasion-card__image{object-fit:cover;width:100%;height:100%;transition:transform .4s}.occasion-card:hover .occasion-card__image{transform:scale(1.1)}.occasion-card__name{font-family:var(--font-heading);text-align:center;margin:0;font-size:1rem;font-weight:400}.occasions-section{background:var(--color-cream);padding:4rem 0}.occasions-section__header{text-align:center;margin-bottom:3rem}.occasions-section__subtitle{text-transform:uppercase;letter-spacing:.2em;color:#0c0c0ca6;margin-bottom:.5rem;font-size:.75rem;display:block}.occasions-section__title{font-family:var(--font-heading);margin:0;font-size:2rem;font-weight:300}.occasions-section__grid{padding:0 var(--container-padding,1.5rem);grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem;display:grid}.season-card{aspect-ratio:1;text-decoration:none;display:block;position:relative;overflow:hidden}.season-card__image{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.season-card:hover .season-card__image{transform:scale(1.08)}.season-card__tag{-webkit-backdrop-filter:blur(8px);color:var(--color-dark);font-family:var(--font-heading);letter-spacing:.15em;text-transform:uppercase;background:#fffffff2;padding:.5rem 1rem;font-size:.875rem;font-weight:400;transition:all .4s cubic-bezier(.25,.46,.45,.94);position:absolute;bottom:1.25rem;left:1.25rem;box-shadow:0 2px 12px #00000014}.season-card:hover .season-card__tag{background:var(--color-dark);color:var(--color-white);transform:translateY(-4px);box-shadow:0 8px 24px #00000026}@media (width<=768px){.season-card__tag{letter-spacing:.1em;padding:.3rem .6rem;font-size:.625rem;bottom:.75rem;left:.75rem}.season-card:hover .season-card__tag{transform:translateY(-2px)}}@media (width<=480px){.season-card__tag{padding:.25rem .5rem;font-size:.5625rem;bottom:.5rem;left:.5rem}}.seasons-section{padding:4rem 0}.seasons-section__header{text-align:center;margin-bottom:3rem}.seasons-section__subtitle{text-transform:uppercase;letter-spacing:.2em;color:#0c0c0ca6;margin-bottom:.5rem;font-size:.75rem;display:block}.seasons-section__title{font-family:var(--font-heading);margin:0;font-size:2rem;font-weight:300}.seasons-section__grid{padding:0 var(--container-padding,1.5rem);grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}@media (width<=768px){.seasons-section__grid{grid-template-columns:repeat(2,1fr)}}.instagram-post{aspect-ratio:1;display:block;position:relative;overflow:hidden}.instagram-post__image{object-fit:cover;width:100%;height:100%;transition:transform .4s}.instagram-post:hover .instagram-post__image{transform:scale(1.05)}.instagram-post__overlay{color:var(--color-white);opacity:0;background:#0006;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.instagram-post:hover .instagram-post__overlay{opacity:1}.instagram-feed{grid-template-columns:repeat(6,1fr);gap:0;display:grid}@media (width<=768px){.instagram-feed{grid-template-columns:repeat(3,1fr)}}.instagram-section{padding:4rem 0}.instagram-section__header{text-align:center;margin-bottom:2rem}.instagram-section__subtitle{text-transform:uppercase;letter-spacing:.2em;color:#0c0c0ca6;margin-bottom:.5rem;font-size:.75rem;display:block}.instagram-section__title{font-family:var(--font-heading);margin:0;font-size:2rem;font-weight:300}.instagram-section__handle{color:#0c0c0ca6;margin-top:.5rem;font-size:.875rem;text-decoration:none;transition:color .2s;display:inline-block}.instagram-section__handle:hover{color:var(--color-dark)}.feature-icon{background:var(--color-white);width:64px;height:64px;color:var(--color-sable);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.feature-item{text-align:center;padding:1.5rem}.feature-item__title{font-family:var(--font-heading);margin:1rem 0 .5rem;font-size:1rem;font-weight:500}.feature-item__description{color:#0c0c0c99;margin:0;font-size:.875rem;line-height:1.5}.features-grid{padding:0 var(--container-padding,1.5rem);grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.features.astro-ludp2yfi{background:var(--color-cream);padding:4rem 0}.features__header.astro-ludp2yfi{text-align:center;margin-bottom:3rem}.features__subtitle.astro-ludp2yfi{text-transform:uppercase;letter-spacing:.2em;color:#0c0c0ca6;margin-bottom:.5rem;font-size:.75rem;display:block}.features__title.astro-ludp2yfi{font-family:var(--font-heading);margin:0;font-size:2rem;font-weight:300}.newsletter-form{gap:0;display:flex}.newsletter-form__input{border:none;outline:none;flex:1;padding:1rem 1.25rem;font-size:.875rem}.newsletter-form__btn{background:var(--color-dark);color:var(--color-white);cursor:pointer;border:none;padding:1rem 1.5rem;font-size:.875rem;font-weight:500;transition:background-color .2s}.newsletter-form__btn:hover:not(:disabled){background:var(--color-sable-dark)}.newsletter-form__btn:disabled{opacity:.7;cursor:not-allowed}@media (width<=480px){.newsletter-form{flex-direction:column}}.newsletter-success{color:#22c55e;flex-direction:column;align-items:center;gap:1rem;display:flex}.newsletter-success__text{color:var(--color-white);margin:0;font-size:1rem}.newsletter{background:var(--color-dark);color:var(--color-white);padding:4rem 2rem}.newsletter__content{text-align:center;max-width:500px;margin:0 auto}.newsletter__title{font-family:var(--font-heading);margin:0 0 .5rem;font-size:2rem;font-weight:300}.newsletter__description{opacity:.8;margin:0 0 2rem;font-size:.875rem}.story-content__subtitle{text-transform:uppercase;letter-spacing:.2em;color:#0c0c0ca6;margin-bottom:.75rem;font-size:.75rem;display:block}.story-content__title{font-family:var(--font-heading);margin:0;font-size:2.5rem;font-weight:300;line-height:1.2}.story-content__text{color:#0c0c0cb3;margin:1.5rem 0 0;font-size:1rem;line-height:1.7}.story-content__cta{margin-top:2rem}.story-cta{color:var(--color-dark);letter-spacing:.05em;border-bottom:1px solid var(--color-dark);align-items:center;gap:.5rem;padding-bottom:.25rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.story-cta:hover{color:var(--color-sable);border-color:var(--color-sable)}.story-cta svg{transition:transform .3s}.story-cta:hover svg{transform:translate(4px)}.story-image{aspect-ratio:4/5;overflow:hidden}.story-image__img{object-fit:cover;width:100%;height:100%}.story-section{background:var(--color-cream);padding:6rem 0}.story-section__grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.story-section__image{aspect-ratio:4/5;overflow:hidden}.story-section__image img{object-fit:cover;width:100%;height:100%}.story-section__subtitle{text-transform:uppercase;letter-spacing:.2em;color:#0c0c0ca6;margin-bottom:1rem;font-size:.75rem;display:block}.story-section__title{font-family:var(--font-heading);margin:0 0 1.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:300;line-height:1.2}.story-section__text{color:#0c0c0ca6;margin:0 0 2rem;font-size:1rem;line-height:1.8}.story-section__cta{text-transform:uppercase;letter-spacing:.1em;color:var(--color-dark);border-bottom:1px solid;align-items:center;gap:.5rem;padding-bottom:.25rem;font-size:.875rem;text-decoration:none;transition:gap .3s;display:inline-flex}.story-section__cta:hover{gap:1rem}@media (width<=768px){.story-section__grid{grid-template-columns:1fr;gap:2rem}.story-section{padding:4rem 0}}.partner-logo{opacity:.6;justify-content:center;align-items:center;transition:opacity .3s;display:flex}.partner-logo:hover{opacity:1}.partner-logo__image{object-fit:contain;filter:grayscale();max-width:120px;max-height:48px;transition:filter .3s}.partner-logo:hover .partner-logo__image{filter:grayscale(0%)}@media (width>=769px){.partner-logo__image{max-width:150px;max-height:60px}}.partners-grid{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem 3rem;display:flex}@media (width>=769px){.partners-grid{gap:3rem 4rem}}.partners-section{background:var(--color-cream);padding:4rem 0}.partners-section__container{text-align:center}.partners-section__title{font-family:var(--font-heading);margin:0 0 .5rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:400}.partners-section__subtitle{color:#0c0c0c99;margin:0 0 2rem;font-size:.875rem}.cta-content{margin-bottom:2rem}.cta-content__title{font-family:var(--font-heading);color:var(--color-dark);margin:0 0 1rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:400}.cta-content__title--light{color:var(--color-white)}.cta-content__description{color:#0c0c0cb3;margin:0;font-size:1rem;line-height:1.6}.cta-content__description--light{color:#ffffffb3}.cta-button{background:var(--color-dark);color:var(--color-white);letter-spacing:.05em;text-transform:uppercase;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.cta-button:hover{background:var(--color-sable);color:var(--color-dark)}.cta-button--dark{background:var(--color-white);color:var(--color-dark)}.cta-button--dark:hover{background:var(--color-sable)}.cta-button__icon{transition:transform .3s}.cta-button:hover .cta-button__icon{transform:translate(4px)}.cta-section{background:var(--color-cream);text-align:center;padding:5rem 0}.cta-section--dark{background:var(--color-dark)}.cta-section__container{max-width:800px;padding:0 var(--container-padding,1.5rem);margin:0 auto}.recently-viewed-carousel{position:relative;overflow:hidden}.recently-viewed-carousel__track{transition:transform .4s;display:flex}.recently-viewed-carousel__item{flex:0 0 50%;padding:0 .5rem}@media (width>=640px){.recently-viewed-carousel__item{flex:0 0 25%}}@media (width>=1024px){.recently-viewed-carousel__item{flex:0 0 16.6667%}}.recently-viewed-carousel__link{color:inherit;text-decoration:none;display:block}.recently-viewed-carousel__image-link{display:block}.recently-viewed-carousel__image-wrap{aspect-ratio:1;background:var(--color-cream);margin-bottom:.75rem;position:relative;overflow:hidden}.recently-viewed-carousel__image{object-fit:cover;width:100%;height:100%;transition:transform .4s}.recently-viewed-carousel__image-link:hover .recently-viewed-carousel__image{transform:scale(1.05)}.recently-viewed-carousel__actions{opacity:0;z-index:10;gap:6px;transition:all .25s;display:flex;position:absolute;bottom:8px;right:8px;transform:translateY(8px)}.recently-viewed-carousel__item:hover .recently-viewed-carousel__actions{opacity:1;transform:translateY(0)}.recently-viewed-carousel__quick-view,.recently-viewed-carousel__add-cart{cursor:pointer;border:none;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.recently-viewed-carousel__quick-view{background:var(--color-white,#fff);color:var(--color-dark,#0c0c0c)}.recently-viewed-carousel__quick-view:hover{background:var(--color-dark,#0c0c0c);color:var(--color-white,#fff);transform:scale(1.05)}.recently-viewed-carousel__cart-form{display:flex}.recently-viewed-carousel__add-cart{background:var(--color-dark,#0c0c0c);color:var(--color-white,#fff)}.recently-viewed-carousel__add-cart:hover{background:var(--color-sable-dark,#22c55e);transform:scale(1.05)}.recently-viewed-carousel__info{flex-direction:column;gap:.25rem;display:flex}.recently-viewed-carousel__brand{text-transform:uppercase;letter-spacing:.1em;color:#0c0c0ca6;font-size:.625rem}.recently-viewed-carousel__name{white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;font-weight:500;overflow:hidden}.recently-viewed-carousel__price-wrapper{align-items:center;gap:.375rem;display:flex}.recently-viewed-carousel__price-original{color:#0c0c0c80;font-size:.6875rem;text-decoration:line-through}.recently-viewed-carousel__price{color:#0c0c0ca6;font-size:.75rem}.recently-viewed-carousel__price--sale{color:#c41e3a;font-weight:500}.recently-viewed-carousel__nav{justify-content:center;gap:.5rem;margin-top:1.5rem;display:flex}.recently-viewed-carousel__btn{cursor:pointer;background:0 0;border:1px solid #0c0c0c33;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.recently-viewed-carousel__btn:hover:not(:disabled){background:var(--color-dark);color:var(--color-white);border-color:var(--color-dark)}.recently-viewed-carousel__btn:disabled{opacity:.3;cursor:not-allowed}.recently-viewed-section{background:var(--color-white);padding:4rem 0}.recently-viewed-section__title{font-family:var(--font-heading);margin:0 0 2rem;font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:400}.seo-home-products.astro-c3pxln6q{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.seo-home-section.astro-c3pxln6q p.astro-c3pxln6q{font-family:var(--font-heading);margin-bottom:.5rem;font-size:1.25rem}.seo-home-section.astro-c3pxln6q ul.astro-c3pxln6q{margin:0;padding:0;list-style:none}.seo-home-section.astro-c3pxln6q a.astro-c3pxln6q{color:var(--color-dark);font-size:.875rem;text-decoration:none}.home-page.astro-j7pv25f6{margin-top:calc(-1*var(--header-height,140px));flex-direction:column;display:flex}
