:root{--cl-white: #FFFFFF;--cl-off: #F4F8F5;--cl-dark: #0A0E0C;--cl-velvet: #1A3828;--cl-velvet-mid: #2E5240;--cl-sage: #7A9A88;--cl-border: #D0DED6;--cl-rule: #E0EDE6;--cl-muted: #5A7268;--cl-stone: #3A5246;--cl-error: #A83225;--cl-charcoal: #1C1B18;--cl-gold: var(--cl-velvet);--cl-gold-lt: var(--cl-sage);--font-heading: "Cormorant Garamond", Georgia, "Times New Roman", serif;--font-body: "Jost", "Helvetica Neue", Arial, sans-serif;--header-height: 72px;--max-w: 1380px;--side-pad: clamp(1rem, 4vw, 2.5rem);--transition: .28s ease;--transition-slow: .55s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);font-weight:300;font-size:1rem;line-height:1.7;color:var(--cl-dark);background-color:var(--cl-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;border:none;background:none;font:inherit;color:inherit}input,textarea,select{font:inherit;border:1px solid var(--cl-border);background:transparent;padding:.75rem 1rem;outline:none;color:var(--cl-dark);width:100%;transition:border-color var(--transition)}input:focus,textarea:focus,select:focus{border-color:var(--cl-dark)}label{display:block;font-size:.75rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.375rem;color:var(--cl-muted)}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.skip-link:focus{position:fixed;top:1rem;left:1rem;z-index:9999;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;background:var(--cl-velvet);color:var(--cl-white);padding:.5rem 1rem}.container{max-width:var(--max-w);margin:0 auto;padding:0 var(--side-pad)}.container--narrow{max-width:760px}.list-unstyled{list-style:none}.desktop-only{display:none!important}@media(min-width:900px){.desktop-only{display:flex!important}.mobile-only{display:none!important}}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:400;line-height:1.2;letter-spacing:.01em;text-wrap:balance}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.6rem,3.5vw,2.75rem)}h3{font-size:clamp(1.25rem,2.5vw,2rem)}h4{font-size:clamp(1rem,1.8vw,1.4rem)}p{margin-bottom:1rem}p:last-child{margin-bottom:0}.eyebrow{font-family:var(--font-body);font-size:.6875rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--cl-gold);margin-bottom:.875rem;display:block}.display-title{font-family:var(--font-heading);font-size:clamp(2.75rem,7.5vw,6rem);font-weight:300;line-height:1.03;letter-spacing:-.01em}.text-muted{color:var(--cl-muted)}.ornament{display:flex;align-items:center;gap:1.25rem;margin:1.5rem 0}.ornament:before,.ornament:after{content:"";flex:1;height:1px;background:var(--cl-border)}.ornament span{font-family:var(--font-heading);font-style:italic;color:var(--cl-gold);font-size:1.1rem;line-height:1}.arch-rule{display:block;height:1px;background:linear-gradient(90deg,transparent 0%,var(--cl-gold) 30%,var(--cl-gold) 70%,transparent 100%);margin:0 auto;max-width:120px;opacity:.5}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2.25rem;font-family:var(--font-body);font-size:.75rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;transition:all var(--transition);cursor:pointer;border:1px solid transparent;white-space:nowrap}.btn-primary{background:var(--cl-dark);color:var(--cl-white);border-color:var(--cl-dark)}.btn-primary:hover{background:var(--cl-stone);border-color:var(--cl-stone)}.btn-outline{background:transparent;color:var(--cl-dark);border-color:var(--cl-dark)}.btn-outline:hover{background:var(--cl-dark);color:var(--cl-white)}.btn-gold{background:var(--cl-gold);color:var(--cl-white);border-color:var(--cl-gold)}.btn-gold:hover{background:var(--cl-stone);border-color:var(--cl-stone)}.btn-ghost{background:transparent;color:var(--cl-white);border-color:#ffffff73}.btn-ghost:hover{background:#ffffff14;border-color:#ffffffbf}.btn-full{width:100%}.btn:disabled{opacity:.45;cursor:not-allowed}.announcement-bar{background:var(--cl-velvet);color:var(--cl-white);text-align:center;padding:.55rem var(--side-pad);font-size:.75rem;letter-spacing:.09em;border-bottom:1px solid rgba(255,255,255,.06)}.announcement-bar strong{color:var(--cl-gold-lt);font-weight:500}.announcement-bar__text{margin:0}.site-header{background:var(--cl-white);border-bottom:1px solid var(--cl-rule);position:sticky;top:0;z-index:100;transition:box-shadow var(--transition)}.site-header.scrolled{box-shadow:0 1px 0 var(--cl-rule),0 4px 24px #0000000d}.header-inner{display:flex;align-items:center;justify-content:space-between;height:var(--header-height);gap:1rem}.header-mobile-menu{display:flex;align-items:center;justify-content:center;width:44px;height:44px;flex-shrink:0;color:var(--cl-dark)}@media(min-width:900px){.header-mobile-menu{display:none}}.header-logo{flex-shrink:0}.header-logo__link{display:block}.header-logo__img{height:38px;width:auto}.header-logo__text{font-family:var(--font-heading);font-size:1.6rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:var(--cl-dark);white-space:nowrap}.header-nav{display:none}@media(min-width:900px){.header-nav{display:block}}.header-nav__list{display:flex;align-items:center;gap:.125rem}.header-nav__item{position:relative}.header-nav__link{display:flex;align-items:center;gap:.3rem;padding:.5rem .875rem;font-size:.75rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;color:var(--cl-dark);transition:color var(--transition);position:relative}.header-nav__link:after{content:"";position:absolute;bottom:0;left:.875rem;right:.875rem;height:1px;background:var(--cl-gold);transform:scaleX(0);transition:transform var(--transition)}.header-nav__link:hover{color:var(--cl-gold)}.header-nav__link:hover:after,.header-nav__link.is-active:after{transform:scaleX(1)}.header-nav__link svg{width:10px;height:6px;transition:transform var(--transition)}.header-nav__item:hover .header-nav__link svg{transform:rotate(180deg)}.header-dropdown{position:absolute;top:calc(100% + .5rem);left:0;background:var(--cl-white);border:1px solid var(--cl-border);min-width:200px;padding:.5rem 0;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-6px);transition:all var(--transition);box-shadow:0 8px 32px #00000012;z-index:10}.header-nav__item:hover .header-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.header-dropdown__link{display:block;padding:.625rem 1.25rem;font-size:.8125rem;color:var(--cl-dark);transition:color var(--transition)}.header-dropdown__link:hover,.header-dropdown__link.is-active{color:var(--cl-gold)}.header-actions{display:flex;align-items:center;gap:.125rem;flex-shrink:0}.header-actions__btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;color:var(--cl-dark);transition:color var(--transition);position:relative}.header-actions__btn svg{width:20px;height:20px;stroke-width:1.25}.header-actions__btn:hover{color:var(--cl-gold)}.header-cart__count{position:absolute;top:5px;right:3px;background:var(--cl-velvet);color:var(--cl-white);width:15px;height:15px;border-radius:50%;font-size:.575rem;font-weight:600;display:flex;align-items:center;justify-content:center}.header-search{position:absolute;top:100%;left:0;right:0;background:var(--cl-white);border-bottom:1px solid var(--cl-rule);box-shadow:0 12px 32px #0000000f;padding:1.25rem 0}.header-search form{display:flex;align-items:center;gap:.75rem}.header-search input[type=search]{flex:1;border:none;border-bottom:1px solid var(--cl-border);padding:.5rem 0}.header-search__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;flex-shrink:0;color:var(--cl-dark)}.mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;pointer-events:none}.mobile-nav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:199;background:#0a0e0c73;opacity:0;visibility:hidden;transition:opacity var(--transition-slow),visibility var(--transition-slow)}.mobile-nav.is-open~.mobile-nav-overlay,.mobile-nav.is-open+.mobile-nav-overlay{opacity:1;visibility:visible}.mobile-nav__inner{position:absolute;top:0;left:0;bottom:0;width:min(320px,85vw);background:var(--cl-white);border-right:1px solid var(--cl-border);transform:translate(-100%);transition:transform var(--transition-slow) cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;overflow-y:auto;pointer-events:auto}.mobile-nav.is-open{pointer-events:auto}.mobile-nav.is-open .mobile-nav__inner{transform:translate(0)}.mobile-nav__close{width:40px;height:40px;margin:.75rem .75rem 0 auto;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mobile-nav__list{padding-bottom:1rem}.mobile-nav__link{display:block;padding:1rem var(--side-pad);font-size:.875rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;color:var(--cl-dark);border-bottom:1px solid var(--cl-rule);transition:color var(--transition)}.mobile-nav__link:hover,.mobile-nav__link.is-active{color:var(--cl-gold)}.mobile-nav__sub{background:var(--cl-off)}.mobile-nav__sub-link{display:block;padding:.75rem var(--side-pad) .75rem calc(var(--side-pad) + 1rem);font-size:.8125rem;color:var(--cl-muted);border-bottom:1px solid var(--cl-rule)}.mobile-nav__sub-link.is-active{color:var(--cl-gold)}.hero-banner{position:relative;min-height:60vh;display:flex;align-items:flex-end;overflow:hidden;background:var(--cl-off)}.hero-banner--full{min-height:88vh}.hero-banner__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero-banner__img{width:100%;height:100%;object-fit:cover}.hero-banner__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--cl-off)}.hero-banner__placeholder svg,.hero-banner__placeholder img{width:100%;height:100%;object-fit:cover}.hero-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#0a0e0c8c,#0a0e0c1f 55%,#0a0e0c00 80%)}.hero-banner__content{position:relative;z-index:2;max-width:640px;padding:clamp(3rem,8vw,6rem) var(--side-pad);color:var(--cl-white)}.hero-banner__eyebrow{color:var(--cl-sage)}.hero-banner__title{font-family:var(--font-heading);font-weight:300;font-style:italic;color:var(--cl-white);margin-bottom:1.25rem}.hero-banner__text{font-size:1rem;font-weight:300;color:#ffffffd9;margin-bottom:2rem;max-width:440px;line-height:1.8}.hero-banner__btn{background:var(--cl-white);color:var(--cl-dark);border-color:var(--cl-white)}.hero-banner__btn:hover{background:var(--cl-velvet);color:var(--cl-white);border-color:var(--cl-velvet)}@media(max-width:480px){.hero-banner{min-height:42vh}.hero-banner--full{min-height:55vh}.hero-banner__content{padding:clamp(2rem,8vw,3rem) var(--side-pad)}.hero-banner__text{margin-bottom:1.25rem}}.section{padding:clamp(4rem,9vw,7rem) 0}.section--alt,.section--beige{background:var(--cl-off)}.section--dark{background:var(--cl-charcoal);color:var(--cl-white)}.section--bordered{border-top:1px solid var(--cl-rule)}.section__header{text-align:center;margin-bottom:clamp(2.5rem,5vw,4rem)}.section__header .section__subtitle{font-size:.9375rem;color:var(--cl-muted);max-width:520px;margin:.875rem auto 0;line-height:1.75}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1rem,2.5vw,1.75rem)}@media(min-width:768px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1100px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.product-card{display:flex;flex-direction:column}.product-card__media{position:relative;aspect-ratio:3 / 4;overflow:hidden;background:var(--cl-off);border:1px solid var(--cl-rule);margin-bottom:.875rem;transition:border-color var(--transition)}.product-card:hover .product-card__media{border-color:var(--cl-gold)}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}.product-card:hover .product-card__media img{transform:scale(1.04)}.product-card__badge{position:absolute;top:.75rem;left:.75rem;background:var(--cl-dark);color:var(--cl-white);font-size:.625rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;padding:.25rem .5rem}.product-card__quick-add{position:absolute;bottom:0;left:0;right:0;background:var(--cl-dark);color:var(--cl-white);padding:.875rem;font-family:var(--font-body);font-size:.7rem;font-weight:500;letter-spacing:.13em;text-transform:uppercase;text-align:center;transform:translateY(100%);transition:transform var(--transition);border:none;cursor:pointer;width:100%}.product-card:hover .product-card__quick-add{transform:translateY(0)}.product-card__info{flex:1}.product-card__title{font-family:var(--font-heading);font-size:1.05rem;font-weight:400;margin-bottom:.25rem;line-height:1.3}.product-card__vendor{font-size:.6875rem;letter-spacing:.1em;text-transform:uppercase;color:var(--cl-muted);margin-bottom:.35rem}.product-card__price{font-size:.9rem;color:var(--cl-dark);font-weight:300}.product-card__price--sale{color:var(--cl-error)}.product-card__price--compare{color:var(--cl-muted);text-decoration:line-through;font-size:.8125rem;margin-left:.5rem}.featured-products .product-grid-wrap{margin-top:0}.featured-products__cta{text-align:center;margin-top:2.75rem}.brand-story__inner{display:grid;grid-template-columns:minmax(0,1fr);gap:clamp(2.5rem,6vw,5rem);align-items:center}@media(min-width:900px){.brand-story__inner{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.brand-story--reverse .brand-story__content{order:-1}}.brand-story__heading{grid-column:1 / -1;margin-bottom:1rem}.brand-story__media{aspect-ratio:4 / 5;overflow:hidden;position:relative;border:1px solid var(--cl-border)}.brand-story__media img{width:100%;height:100%;object-fit:cover}.brand-story__media:after{content:"";position:absolute;bottom:-1.5rem;right:-1.5rem;width:55%;height:55%;border:1px solid var(--cl-gold);opacity:.5;z-index:-1}.brand-story__content{padding:1rem 0}.brand-story__content h2{margin-bottom:.5rem}.brand-story__content p{color:var(--cl-muted);line-height:1.85;margin-bottom:1.2rem}.testimonials-slider{overflow:hidden}.testimonials-track{display:flex;gap:1.5rem;transition:transform var(--transition-slow)}.testimonial-card{flex:0 0 min(340px,88vw);background:var(--cl-white);border:1px solid var(--cl-border);padding:2rem 1.75rem}@media(min-width:900px){.testimonial-card{flex:0 0 calc(33.333% - 1rem)}}.testimonial-card__stars{color:var(--cl-gold);font-size:.8125rem;margin-bottom:1rem;letter-spacing:.1em}.testimonial-card__text{font-family:var(--font-heading);font-style:italic;font-size:1.1rem;line-height:1.65;color:var(--cl-dark);margin-bottom:1.25rem}.testimonial-card__author{font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--cl-muted)}.testimonials-nav{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.testimonials-nav__btn{width:8px;height:8px;border-radius:50%;background:var(--cl-border);border:none;cursor:pointer;transition:background var(--transition),transform var(--transition)}.testimonials-nav__btn.is-active{background:var(--cl-gold);transform:scale(1.35)}.newsletter-section{background:var(--cl-velvet);color:var(--cl-white)}.newsletter-section .eyebrow{color:var(--cl-sage)}.newsletter-section h2{color:var(--cl-white)}.newsletter-inner{max-width:560px;margin:0 auto;text-align:center}.newsletter-section__text{color:#ffffffb3;margin-bottom:2rem;font-size:.9375rem}.newsletter-section__success{font-size:.9375rem;color:var(--cl-white);border:1px solid rgba(255,255,255,.3);padding:1rem 1.5rem}.newsletter-section__error{font-size:.8125rem;color:#e8a798;margin-bottom:1rem}.newsletter-section__form{display:flex;flex-direction:column;gap:.75rem}@media(min-width:600px){.newsletter-section__form{flex-direction:row}}.newsletter-section__form input[type=email]{flex:1;background:#ffffff14;border-color:#ffffff40;color:var(--cl-white)}.newsletter-section__form input[type=email]::placeholder{color:#ffffff73}.newsletter-section__form input[type=email]:focus{border-color:var(--cl-white)}.newsletter-section__form .btn{background:var(--cl-white);color:var(--cl-velvet);border-color:var(--cl-white);flex-shrink:0}.newsletter-section__form .btn:hover{background:var(--cl-off)}.site-footer{background:var(--cl-charcoal);color:#f7f5f2a6}.footer-top{padding:clamp(3rem,6vw,5rem) 0 3rem}.footer-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:2.5rem}@media(min-width:768px){.footer-grid{grid-template-columns:minmax(0,2fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);gap:2rem}}.footer-brand__logo{display:inline-block;font-family:var(--font-heading);font-size:1.5rem;letter-spacing:.22em;text-transform:uppercase;color:var(--cl-off);margin-bottom:1rem}.footer-brand__text{font-size:.8125rem;line-height:1.75;max-width:250px}.footer-social{display:flex;gap:.625rem;margin-top:1.5rem}.footer-social__link{width:34px;height:34px;border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;transition:all var(--transition)}.footer-social__link:hover{border-color:var(--cl-gold);color:var(--cl-gold-lt)}.footer-col__title{font-size:.6875rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:#f7f5f2e6;margin-bottom:1.25rem}.footer-col__links{display:flex;flex-direction:column;gap:.6rem}.footer-col__link{font-size:.8125rem;transition:color var(--transition)}.footer-col__link:hover{color:var(--cl-gold-lt)}.footer-bottom{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;padding:2rem 0;font-size:.7rem;color:#ffffff40;border-top:1px solid rgba(255,255,255,.08)}@media(min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between;text-align:left}}.footer-bottom__payments img{max-height:24px}.product-page{padding:clamp(1.5rem,3vw,2.5rem) 0 clamp(3rem,6vw,5rem)}.product-page__inner{display:grid;grid-template-columns:minmax(0,1fr);gap:clamp(2rem,4vw,4rem)}@media(min-width:900px){.product-page__inner{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start}}.product-gallery__main{position:relative;aspect-ratio:4/5;overflow:hidden;background:var(--cl-white);border:1px solid var(--cl-white);margin-bottom:.75rem}.product-gallery__main img{width:100%;height:100%;object-fit:contain}.product-gallery__arrow{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;background:var(--cl-velvet);color:var(--cl-white);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;transition:background var(--transition);padding:0}.product-gallery__arrow:hover{background:var(--cl-velvet-mid)}.product-gallery__arrow--prev{left:.5rem}.product-gallery__arrow--next{right:.5rem}.product-gallery__thumbs{display:flex;gap:.5rem;overflow-x:auto}.product-gallery__thumb{flex-shrink:0;width:72px;height:90px;overflow:hidden;border:1px solid var(--cl-rule);cursor:pointer;transition:border-color var(--transition)}.product-gallery__thumb.is-active{border-color:var(--cl-dark)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info{display:flex;flex-direction:column;gap:1.25rem}@media(min-width:900px){.product-info{position:sticky;top:calc(var(--header-height) + 1.5rem)}}.product-info__vendor{font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:var(--cl-gold)}.product-info__title{font-family:var(--font-heading);font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:400;line-height:1.15}.product-info__price-wrap{display:flex;align-items:center;gap:.75rem}.product-info__price{font-size:1.375rem;font-weight:300}.product-info__price--sale{color:var(--cl-error)}.product-info__price--compare{color:var(--cl-muted);text-decoration:line-through;font-size:1.1rem}.product-info__divider{height:1px;background:var(--cl-rule)}.product-options__group{margin-bottom:.5rem}.product-options__label{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.75rem;display:flex;align-items:center;justify-content:space-between}.product-options__label span{color:var(--cl-muted);font-weight:300;font-size:.75rem}.product-options__swatches{display:flex;flex-wrap:wrap;gap:.5rem}.product-option-btn{padding:.5rem 1rem;border:1px solid var(--cl-border);font-size:.875rem;cursor:pointer;transition:all var(--transition);background:transparent;color:var(--cl-dark);font-family:var(--font-body)}.product-option-btn:hover{border-color:var(--cl-dark)}.product-option-btn.is-selected{background:var(--cl-dark);color:var(--cl-white);border-color:var(--cl-dark)}.product-option-btn.is-unavailable{opacity:.35;text-decoration:line-through;cursor:not-allowed}.product-form{display:flex;flex-direction:column;gap:.75rem}.product-form__actions{display:flex;gap:.625rem;flex-wrap:wrap}.product-form__add{flex:1;padding:1rem;font-size:.8125rem;letter-spacing:.1em}.product-form__wishlist{width:52px;flex-shrink:0;border:1px solid var(--cl-border);display:flex;align-items:center;justify-content:center;transition:all var(--transition)}.product-form__wishlist:hover{border-color:var(--cl-dark)}.product-form__wishlist svg{width:20px;height:20px}.product-tabs{margin-top:1.5rem}.product-tabs__nav{display:flex;border-bottom:1px solid var(--cl-rule)}.product-tab-btn{padding:.875rem 1.25rem;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--cl-muted);border-bottom:1px solid transparent;margin-bottom:-1px;transition:color var(--transition),border-color var(--transition);background:transparent;font-family:var(--font-body);cursor:pointer}.product-tab-btn.is-active{color:var(--cl-dark);border-bottom-color:var(--cl-dark)}.product-tab-content{display:none;padding:1.5rem 0;font-size:.9375rem;line-height:1.8;color:var(--cl-muted)}.product-tab-content.is-active{display:block}.product-tab-content ul{list-style:disc;padding-left:1.25rem}.product-tab-content ul li{margin-bottom:.375rem}.product-trust{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem;padding-top:.5rem}.product-trust__item{font-size:.7rem;letter-spacing:.05em;color:var(--cl-muted);display:flex;align-items:center;gap:.375rem}.product-trust__item:before{content:"";width:4px;height:4px;border-radius:50%;background:var(--cl-gold)}.collection-page{padding-bottom:clamp(2rem,4vw,3rem)}.collection-header{position:relative}.collection-header__media{position:relative;height:clamp(220px,32vw,380px);overflow:hidden}.collection-header__img{width:100%;height:100%;object-fit:cover}.collection-header__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a0e0c66}.collection-header__content{padding:clamp(2rem,5vw,3rem) 0;text-align:center;border-bottom:1px solid var(--cl-rule)}.collection-header__media+.collection-header__content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;border-bottom:none;padding:var(--side-pad)}.collection-header__media+.collection-header__content .collection-header__title,.collection-header__media+.collection-header__content .collection-header__desc{color:var(--cl-white)}.collection-header__title{margin-bottom:.5rem}.collection-header__desc{color:var(--cl-muted);max-width:500px;margin:0 auto}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0;border-bottom:1px solid var(--cl-rule);gap:1rem;flex-wrap:wrap}.collection-count{font-size:.75rem;color:var(--cl-muted);white-space:nowrap}.collection-sort{display:flex;align-items:center;gap:.5rem;font-size:.75rem}.sort-select{width:auto;padding:.375rem 2rem .375rem .75rem;border-color:var(--cl-border);-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7'%3E%3Cpath d='M1 1l4.5 4.5L10 1' stroke='%236E6A64' stroke-width='1.2' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center}.product-grid{margin:2.5rem 0}.collection-empty{text-align:center;padding:5rem var(--side-pad);color:var(--cl-muted)}.pagination{display:flex;justify-content:center;gap:.5rem;padding:2rem 0}.pagination__btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid var(--cl-border);font-size:.875rem;transition:all var(--transition)}.pagination__btn:hover,.pagination__btn.is-active{background:var(--cl-dark);color:var(--cl-white);border-color:var(--cl-dark)}.pagination__ellipsis{width:40px;display:flex;align-items:center;justify-content:center;color:var(--cl-muted)}.cart-page{padding:clamp(2rem,4vw,3.5rem) 0 clamp(3rem,6vw,5rem)}.cart-page__inner{display:grid;grid-template-columns:minmax(0,1fr);gap:2.5rem}@media(min-width:900px){.cart-page__inner{grid-template-columns:minmax(0,1fr) 380px;align-items:start}}.cart-title{font-family:var(--font-heading);font-size:2rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.cart-title__count{font-family:var(--font-body);font-size:1rem;font-weight:300;color:var(--cl-muted)}.cart-item{display:grid;grid-template-columns:100px minmax(0,1fr);gap:1.25rem;padding:1.5rem 0;border-bottom:1px solid var(--cl-rule);align-items:start}.cart-item__image{aspect-ratio:3/4;overflow:hidden;border:1px solid var(--cl-rule)}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__title{font-family:var(--font-heading);font-size:1.1rem}.cart-item__variant{font-size:.8125rem;color:var(--cl-muted)}.cart-item__price-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.75rem;flex-wrap:wrap}.cart-item__quantity{display:flex;align-items:center;border:1px solid var(--cl-border)}.cart-item__qty-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:1.1rem}.cart-item__qty-input{width:40px;height:36px;border:none;border-left:1px solid var(--cl-border);border-right:1px solid var(--cl-border);text-align:center;font-size:.875rem}.cart-item__price{font-size:1rem}.cart-item__remove{font-size:.7rem;letter-spacing:.05em;text-decoration:underline;color:var(--cl-muted);background:transparent;border:none;cursor:pointer;margin-top:.5rem;display:block}.cart-summary{background:var(--cl-off);border:1px solid var(--cl-rule);padding:2rem;position:sticky;top:calc(var(--header-height) + 1.5rem)}.cart-summary__title{font-family:var(--font-heading);font-size:1.3rem;margin-bottom:1.5rem}.cart-summary__line{display:flex;justify-content:space-between;font-size:.9375rem;margin-bottom:.875rem}.cart-summary__line--total{border-top:1px solid var(--cl-rule);padding-top:1rem;margin-top:.5rem;font-weight:500;font-size:1.05rem}.cart-summary__tax{font-size:.75rem;color:var(--cl-muted);text-align:center;margin:1rem 0 0}.cart-empty{text-align:center;padding:5rem 2rem}.cart-empty__title{font-family:var(--font-heading);font-size:2rem;margin-bottom:.75rem}.cart-empty__text{color:var(--cl-muted);margin-bottom:2rem}.breadcrumbs{padding:1rem 0}.breadcrumbs__list{display:flex;flex-wrap:wrap;gap:.375rem;align-items:center;font-size:.75rem;color:var(--cl-muted)}.breadcrumbs__item--sep{color:var(--cl-border)}.breadcrumbs__item--current,.breadcrumbs__link:hover{color:var(--cl-dark)}.page-content{max-width:760px;margin:0 auto;padding:clamp(2rem,4vw,4rem) var(--side-pad)}.page-content h1{margin-bottom:1.5rem}.page-content p,.page-content li{color:var(--cl-muted);line-height:1.85}.page-content h2,.page-content h3{margin:2rem 0 .75rem}.page-content ul,.page-content ol{padding-left:1.5rem;margin-bottom:1rem}.page-content ul{list-style:disc}.page-content ol{list-style:decimal}.error-page{text-align:center;padding:6rem var(--side-pad)}.error-page__code{font-family:var(--font-heading);font-size:clamp(5rem,15vw,10rem);font-weight:300;color:var(--cl-rule);line-height:1}.error-page__title{font-family:var(--font-heading);font-size:clamp(1.5rem,3vw,2.5rem);margin-bottom:1rem}.error-page__text{color:var(--cl-muted);margin-bottom:2rem}.related-products{padding:clamp(3rem,6vw,5rem) 0;border-top:1px solid var(--cl-rule)}@keyframes fadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.animate-fade-up{animation:fadeUp .65s ease both}.animate-delay-1{animation-delay:.12s}.animate-delay-2{animation-delay:.24s}.animate-delay-3{animation-delay:.36s}.reveal{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}.reveal.is-visible{opacity:1;transform:none}:focus-visible{outline:1px solid var(--cl-gold);outline-offset:2px}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:var(--cl-off)}::-webkit-scrollbar-thumb{background:var(--cl-border)}@media(max-width:480px){.header-inner{gap:.5rem}.header-logo__text{font-size:1.1rem;letter-spacing:.06em}.header-actions__btn{width:36px;height:36px}.header-actions__btn svg{width:18px;height:18px}}.product-form__buy-now{flex:1;display:flex}.product-form__buy-now>div{width:100%}.payment-icons{display:flex;align-items:center;flex-wrap:wrap;gap:.6rem}.payment-icons--product{margin-top:.85rem}.payment-icons--footer{justify-content:center;margin-bottom:1.25rem}.payment-icons svg{height:22px;width:auto;display:block}.payment-note{font-size:.6875rem;letter-spacing:.03em;color:var(--cl-muted);margin-top:.5rem}.footer-col__service{margin-top:.85rem;display:flex;flex-direction:column;gap:.55rem}.footer-col__service-text{font-size:.8125rem;color:var(--cl-muted);line-height:1.55;margin:0 0 .15rem}.footer-col__service-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--cl-stone);text-decoration:none;transition:color var(--transition)}.footer-col__service-link:hover{color:var(--cl-velvet)}.footer-col__service-link svg{width:15px;height:15px;flex-shrink:0}.footer-bottom__policies{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 1.5rem;margin-bottom:1.1rem}.footer-policy-link{font-size:.6875rem;letter-spacing:.08em;text-transform:uppercase;color:var(--cl-stone);text-decoration:none;border-bottom:1px solid transparent;padding-bottom:2px;transition:all var(--transition)}.footer-policy-link:hover{color:var(--cl-velvet);border-bottom-color:var(--cl-velvet)}.faq-hero{text-align:center;padding:clamp(3rem,6vw,5rem) var(--side-pad) 1rem}.faq-hero__title{font-family:var(--font-heading);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:500;color:var(--cl-dark);margin:0 0 .75rem}.faq-hero__subtitle{color:var(--cl-muted);font-size:.9375rem;max-width:38rem;margin:0 auto;line-height:1.6}.faq-list{max-width:46rem;margin:0 auto;padding:1rem var(--side-pad) clamp(3rem,6vw,5rem);display:block}.faq-item{border-bottom:1px solid var(--cl-rule)}.faq-item__question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.35rem 0;background:none;border:none;text-align:left;font-family:var(--font-body);font-size:.9375rem;font-weight:500;color:var(--cl-dark);cursor:pointer}.faq-item__icon{flex-shrink:0;width:18px;height:18px;position:relative}.faq-item__icon:before{content:"";position:absolute;top:50%;left:0;width:100%;height:1px;background:var(--cl-dark);transform:translateY(-50%)}.faq-item__icon:after{content:"";position:absolute;top:0;left:50%;width:1px;height:100%;background:var(--cl-dark);transform:translate(-50%);transition:transform var(--transition)}.faq-item.is-open .faq-item__icon:after{transform:translate(-50%) scaleY(0)}.faq-item__answer{max-height:0;overflow:hidden;transition:max-height .35s ease}.faq-item.is-open .faq-item__answer{max-height:40rem}.faq-item__answer-inner{padding:0 0 1.35rem;color:var(--cl-muted);font-size:.875rem;line-height:1.7;max-width:40rem}.faq-contact{text-align:center;padding:0 var(--side-pad) clamp(3rem,6vw,5rem)}.faq-contact__text{color:var(--cl-muted);font-size:.875rem;margin:0 0 1.25rem}.product-card__info{display:flex;flex-direction:column}.product-card__price{margin-top:auto}.shopify-policy__title{display:none}.product-card__title{font-style:italic;letter-spacing:.01em}.product-card__vendor{font-weight:500;letter-spacing:.18em}.shopify-payment-button__more-options,.shopify-payment-button [role=button][aria-label*=More]{display:none!important}.cart-item__installments{display:flex;align-items:center;flex:1 0 100%;justify-content:flex-end;gap:.375rem;font-size:.8125rem;color:var(--cl-muted);margin-top:.5rem}.cart-item__installments svg{flex-shrink:0}.cart-summary__installments{display:flex;align-items:center;justify-content:flex-end;gap:.375rem;font-size:.8125rem;color:var(--cl-muted);margin:.25rem 0 .75rem}.cart-summary__installments svg{flex-shrink:0}
/*# sourceMappingURL=/cdn/shop/t/5/assets/clairence.css.map */
