:root{--jet: #0A0A0A;--charcoal: #1C1C1C;--stone: #888888;--off-white: #F5F5F3;--light: #E8E8E6;--white: #FFFFFF;--font-serif: "Playfair Display", Georgia, serif;--font-sans: "DM Sans", system-ui, sans-serif;--header-h: 70px;--marquee-h: 36px;--trans: .25s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--jet);background:var(--white);-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font-sans)}input,select,textarea{font-family:var(--font-sans)}ul{list-style:none}.container{max-width:1340px;margin:0 auto;padding:0 2rem}.section-pad{padding:5rem 0}.section-eyebrow{font-size:.7rem;letter-spacing:.35em;text-transform:uppercase;color:var(--stone);margin-bottom:.75rem}.section-eyebrow.light{color:#ffffff80}.section-heading{font-family:var(--font-serif);font-size:clamp(1.8rem,4vw,3.5rem);font-weight:400;line-height:1.1;margin-bottom:2.5rem}.img-placeholder{background:var(--off-white);width:100%;height:100%;min-height:300px}.img-placeholder.dark{background:var(--charcoal)}.img-placeholder.large{min-height:600px}.rte{line-height:1.8}.rte h1,.rte h2,.rte h3{font-family:var(--font-serif);margin-bottom:1rem}.rte p{margin-bottom:1rem}.rte a{text-decoration:underline}.centered{text-align:center}.btn-primary{display:inline-block;padding:.85rem 2.5rem;background:var(--jet);color:var(--white);font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;border:1px solid var(--jet);transition:background var(--trans),color var(--trans)}.btn-primary:hover{background:var(--charcoal)}.btn-primary-white{display:inline-block;padding:.85rem 2.5rem;background:var(--white);color:var(--jet);font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;border:1px solid var(--white);transition:background var(--trans),color var(--trans)}.btn-primary-white:hover{background:var(--off-white)}.btn-secondary{display:inline-block;padding:.85rem 2.5rem;background:transparent;color:var(--jet);font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;border:1px solid var(--jet);transition:background var(--trans),color var(--trans)}.btn-secondary:hover{background:var(--jet);color:var(--white)}.btn-ghost{display:inline-block;padding:.85rem 2.5rem;background:transparent;color:var(--white);font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;border:1px solid rgba(255,255,255,.5);transition:border-color var(--trans)}.btn-ghost:hover{border-color:var(--white)}.btn-text-link{font-size:.72rem;letter-spacing:.15em;text-transform:uppercase;border-bottom:1px solid var(--jet);padding-bottom:2px;transition:opacity var(--trans)}.btn-text-link:hover{opacity:.6}.marquee-bar{height:var(--marquee-h);overflow:hidden;display:flex;align-items:center}.marquee-track{width:100%;overflow:hidden}.marquee-content{display:flex;gap:2.5rem;white-space:nowrap;animation:marquee 28s linear infinite;font-size:.68rem;letter-spacing:.18em;text-transform:uppercase}.marquee-dot{opacity:.4}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.site-header{position:sticky;top:0;z-index:100;background:var(--white);border-bottom:1px solid var(--light);height:var(--header-h)}.header-inner{max-width:1340px;margin:0 auto;padding:0 2rem;height:100%;display:flex;align-items:center;gap:2rem}.header-logo{flex-shrink:0}.logo-wordmark{display:flex;flex-direction:column;line-height:1}.logo-top{font-family:var(--font-serif);font-style:italic;font-size:1.2rem;letter-spacing:.05em}.logo-bottom{font-size:.55rem;letter-spacing:.35em;color:var(--stone);margin-top:.1rem}.header-nav{display:flex;gap:2rem;flex:1;justify-content:center}.header-nav a{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--jet);transition:color var(--trans)}.header-nav a:hover{color:var(--stone)}.header-icons{display:flex;align-items:center;gap:1.25rem;flex-shrink:0}.icon-btn{background:none;border:none;color:var(--jet);position:relative;display:flex;align-items:center}.cart-count{position:absolute;top:-8px;right:-10px;background:var(--jet);color:var(--white);font-size:.6rem;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.hamburger{display:none;background:none;border:none;flex-direction:column;gap:5px;padding:4px}.hamburger span{display:block;width:22px;height:1.5px;background:var(--jet);transition:var(--trans)}.hamburger.open span:nth-child(2){opacity:0}.mobile-nav{display:none;flex-direction:column;background:var(--white);border-top:1px solid var(--light);padding:1.5rem 2rem;gap:1.25rem}.mobile-nav a{font-size:.8rem;letter-spacing:.12em;text-transform:uppercase}.mobile-nav.open{display:flex}.hero{position:relative;height:92vh;min-height:600px;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.hero-media{position:absolute;top:0;right:0;bottom:0;left:0}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-placeholder{width:100%;height:100%;background:var(--charcoal)}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0a0a0ab3,#0a0a0a4d 60%,#0a0a0a80)}.hero-content{position:relative;z-index:2;padding:0 2rem;max-width:1340px;margin:0 auto;width:100%}.hero-eyebrow{font-size:.68rem;letter-spacing:.3em;text-transform:uppercase;color:#fff9;margin-bottom:1.25rem}.hero-heading{font-family:var(--font-serif);font-size:clamp(3rem,8vw,7rem);font-weight:400;color:var(--white);line-height:1;margin-bottom:1rem;font-style:italic}.hero-subheading{font-size:.85rem;letter-spacing:.2em;text-transform:uppercase;color:#ffffffb3;margin-bottom:2.5rem}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-trust{position:absolute;bottom:0;left:0;right:0;z-index:2;display:flex;background:#0a0a0aa6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero-trust-item{flex:1;padding:1rem 2rem;text-align:center;border-right:1px solid rgba(255,255,255,.15);font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:#fffc}.brand-statement-grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.brand-statement-heading{font-family:var(--font-serif);font-size:clamp(1.5rem,3.5vw,2.8rem);font-weight:400;line-height:1.2;margin-bottom:1.5rem}.brand-statement-body p{color:var(--stone);line-height:1.8;margin-bottom:.75rem;font-size:.95rem}.brand-statement-body{margin-bottom:2rem}.brand-statement-image img{width:100%;height:600px;object-fit:cover}.texture-scroll{display:flex;gap:1.5rem;overflow-x:auto;padding:0 2rem;scrollbar-width:none;-ms-overflow-style:none;margin:2rem 0}.texture-scroll::-webkit-scrollbar{display:none}.texture-card{flex:0 0 220px;text-align:center}.texture-card-img{aspect-ratio:3/4;overflow:hidden;margin-bottom:1rem}.texture-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;filter:grayscale(20%)}.texture-card:hover .texture-card-img img{transform:scale(1.04);filter:grayscale(0%)}.texture-label{font-size:.72rem;letter-spacing:.15em;text-transform:uppercase}.hair-finder-promo{background:var(--off-white)}.hair-finder-grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.hair-finder-heading{font-family:var(--font-serif);font-style:italic;font-size:clamp(2rem,5vw,4rem);margin-bottom:1rem}.hair-finder-body{color:var(--stone);line-height:1.8;margin-bottom:2rem}.hair-finder-image img{width:100%;height:600px;object-fit:cover}.commitment-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem;margin-top:3rem}.commitment-item{text-align:center}.commitment-icon{width:56px;height:56px;border:1px solid var(--light);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.commitment-icon svg{width:22px;height:22px}.commitment-title{font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.75rem}.commitment-text{font-size:.85rem;color:var(--stone);line-height:1.7}.testimonials{background:var(--off-white)}.testimonials-slider{display:flex;overflow-x:auto;gap:2rem;padding:0 2rem;scrollbar-width:none;scroll-snap-type:x mandatory}.testimonials-slider::-webkit-scrollbar{display:none}.testimonial-card{display:grid;grid-template-columns:1fr 1fr;min-width:min(900px,90vw);background:var(--white);scroll-snap-align:start;flex-shrink:0;margin:1rem auto}.testimonial-image img{width:100%;height:420px;object-fit:cover}.testimonial-content{padding:3.5rem;display:flex;flex-direction:column;justify-content:center}.stars{font-size:1rem;letter-spacing:.15em;margin-bottom:1.5rem}.testimonial-quote{font-family:var(--font-serif);font-style:italic;font-size:clamp(1rem,2vw,1.4rem);line-height:1.5;margin-bottom:1.5rem}.testimonial-author{font-size:.72rem;letter-spacing:.2em;text-transform:uppercase}.testimonial-product{font-size:.72rem;color:var(--stone);margin-top:.35rem}.testimonials-nav{display:flex;align-items:center;justify-content:center;gap:2rem;margin-top:2rem}.testimonials-prev,.testimonials-next{background:none;border:1px solid var(--jet);width:44px;height:44px;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:background var(--trans),color var(--trans)}.testimonials-prev:hover,.testimonials-next:hover{background:var(--jet);color:var(--white)}.testimonials-dots{display:flex;gap:.5rem}.testimonials-dot{width:8px;height:8px;background:var(--light);border:none;transition:background var(--trans)}.testimonials-dot.active{background:var(--jet)}.community-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.community-heading{font-family:var(--font-serif);font-size:clamp(1.4rem,3vw,2.5rem);font-weight:400;line-height:1.3;margin-bottom:1rem;color:var(--white)}.community-body{color:#fff9;margin-bottom:2rem;font-size:.9rem}.community-images{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.community-img-cell img{width:100%;height:280px;object-fit:cover}.community-img-cell .img-placeholder{height:280px}.site-footer{background:var(--jet);color:var(--white)}.footer-email-bar{background:var(--charcoal);padding:3rem 0}.footer-email-inner{display:flex;align-items:center;justify-content:space-between;gap:3rem;flex-wrap:wrap}.footer-email-label{font-family:var(--font-serif);font-size:1.3rem;font-style:italic;margin-bottom:.35rem}.footer-email-sub{font-size:.8rem;color:#ffffff80}.footer-email-form{display:flex;flex:1;max-width:480px}.footer-email-form input{flex:1;padding:.9rem 1.25rem;background:transparent;border:1px solid rgba(255,255,255,.2);border-right:none;color:var(--white);font-size:.8rem;outline:none}.footer-email-form input::placeholder{color:#ffffff59}.footer-email-form button{padding:.9rem 1.5rem;background:var(--white);color:var(--jet);border:none;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;transition:background var(--trans)}.footer-email-form button:hover{background:var(--off-white)}.footer-main{padding:5rem 0 3rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr 1fr;gap:2.5rem}.footer-logo-wordmark{margin-bottom:1rem}.footer-logo-top{font-family:var(--font-serif);font-style:italic;font-size:1.4rem;display:block}.footer-logo-bottom{font-size:.55rem;letter-spacing:.35em;color:#fff6;display:block}.footer-tagline{font-size:.75rem;color:#ffffff73;margin-bottom:1.5rem}.footer-social{display:flex;gap:1rem}.footer-social a{color:#ffffff80;transition:color var(--trans)}.footer-social a:hover{color:var(--white)}.footer-col-title{font-size:.65rem;letter-spacing:.25em;text-transform:uppercase;color:#ffffff59;margin-bottom:1.25rem}.footer-col ul{display:flex;flex-direction:column;gap:.65rem}.footer-col a{font-size:.8rem;color:#fff9;transition:color var(--trans)}.footer-col a:hover{color:var(--white)}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:1.5rem 0}.footer-bottom-inner{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.footer-bottom-inner p{font-size:.72rem;color:#ffffff59}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:200;opacity:0;pointer-events:none;transition:opacity var(--trans)}.cart-drawer{position:fixed;top:0;right:0;width:min(420px,100vw);height:100vh;background:var(--white);z-index:201;transform:translate(100%);transition:transform .35s ease;display:flex;flex-direction:column}.cart-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid var(--light)}.cart-drawer-header h2{font-size:.75rem;letter-spacing:.2em;text-transform:uppercase}.cart-close{background:none;border:none;font-size:1.5rem;line-height:1;color:var(--stone)}.cart-drawer-body{flex:1;overflow-y:auto;padding:1.5rem 2rem}.cart-empty{text-align:center;padding:3rem 0;color:var(--stone)}.cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--light)}.cart-item img{width:80px;height:96px;object-fit:cover}.cart-item-title{font-size:.85rem;font-weight:500;margin-bottom:.25rem}.cart-item-variant{font-size:.75rem;color:var(--stone);margin-bottom:.75rem}.cart-item-qty{display:flex;align-items:center;gap:.75rem}.cart-qty-btn{background:none;border:1px solid var(--light);width:28px;height:28px;font-size:1rem;display:flex;align-items:center;justify-content:center}.cart-item-price{font-size:.85rem;white-space:nowrap;align-self:start}.cart-drawer-footer{padding:1.5rem 2rem;border-top:1px solid var(--light)}.cart-subtotal{display:flex;justify-content:space-between;font-size:.85rem;margin-bottom:.75rem}.cart-shipping-note{font-size:.72rem;color:var(--stone);text-align:center;margin-bottom:1.25rem}.btn-checkout{display:block;width:100%;padding:1rem;background:var(--jet);color:var(--white);font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;border:none;text-align:center;margin-bottom:.75rem;transition:background var(--trans)}.btn-view-cart{display:block;text-align:center;font-size:.72rem;letter-spacing:.15em;text-transform:uppercase;color:var(--stone);padding:.5rem}.collection-header{text-align:center;padding:5rem 2rem 3rem;border-bottom:1px solid var(--light)}.collection-title{font-family:var(--font-serif);font-size:clamp(2rem,5vw,4rem);font-weight:400;margin-bottom:1rem}.collection-desc{color:var(--stone);font-size:.9rem}.collection-filters{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;padding-bottom:1.5rem;gap:1rem;flex-wrap:wrap}.filter-tags{display:flex;gap:.5rem;flex-wrap:wrap}.filter-tag{padding:.45rem 1rem;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;border:1px solid var(--light);transition:background var(--trans),color var(--trans)}.filter-tag.active,.filter-tag:hover{background:var(--jet);color:var(--white);border-color:var(--jet)}.sort-row{display:flex;align-items:center;gap:.75rem;font-size:.75rem;color:var(--stone)}.sort-row select{border:1px solid var(--light);padding:.4rem .75rem;font-size:.75rem}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;padding:3rem 2rem}.product-card{display:block}.product-card-img{position:relative;aspect-ratio:3/4;overflow:hidden;margin-bottom:1rem;background:var(--off-white)}.product-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.card-img-hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .4s ease,transform .6s ease}.product-card:hover .product-card-img img{transform:scale(1.04)}.product-card:hover .card-img-hover{opacity:1}.product-badge{position:absolute;top:1rem;left:1rem;background:var(--jet);color:var(--white);font-size:.62rem;letter-spacing:.15em;padding:.3rem .65rem;text-transform:uppercase}.card-quick-add{position:absolute;bottom:0;left:0;right:0;padding:.85rem;background:var(--jet);color:var(--white);border:none;font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;opacity:0;transition:opacity var(--trans);transform:translateY(100%);transition:opacity var(--trans),transform var(--trans)}.product-card:hover .card-quick-add{opacity:1;transform:translateY(0)}.card-title{font-size:.88rem;margin-bottom:.2rem}.card-subtitle{font-size:.72rem;color:var(--stone);margin-bottom:.35rem}.card-price{font-size:.88rem}.pagination{text-align:center;padding:3rem 0}.collection-empty{grid-column:1/-1;text-align:center;color:var(--stone);padding:4rem}.product-hero{display:grid;grid-template-columns:55% 45%;min-height:90vh}.product-gallery{position:sticky;top:var(--header-h);height:calc(100vh - var(--header-h));overflow:hidden}.gallery-main{position:relative;height:calc(100% - 100px);overflow:hidden}.gallery-slide{display:none;height:100%}.gallery-slide.active{display:block}.gallery-slide img{width:100%;height:100%;object-fit:cover}.gallery-overlay-text{position:absolute;bottom:2.5rem;left:2.5rem;color:var(--white)}.gallery-overlay-text p{font-family:var(--font-serif);font-style:italic;font-size:clamp(1.2rem,2.5vw,2rem);line-height:1.2;text-shadow:0 2px 20px rgba(0,0,0,.4)}.gallery-thumbs{display:flex;gap:.75rem;padding:1rem 1.5rem;overflow-x:auto;height:100px;scrollbar-width:none}.gallery-thumbs::-webkit-scrollbar{display:none}.gallery-thumb{width:72px;height:80px;overflow:hidden;flex-shrink:0;border:2px solid transparent;background:none;padding:0;transition:border-color var(--trans)}.gallery-thumb.active{border-color:var(--jet)}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.product-info{padding:4rem 3.5rem;overflow-y:auto}.breadcrumb{font-size:.68rem;letter-spacing:.1em;color:var(--stone);margin-bottom:2rem;text-transform:uppercase}.breadcrumb a{color:var(--stone)}.breadcrumb a:hover{color:var(--jet)}.product-title{font-family:var(--font-serif);font-size:clamp(2rem,4vw,3.5rem);font-weight:400;line-height:1.05;margin-bottom:.5rem}.product-subtitle{font-size:.68rem;letter-spacing:.25em;color:var(--stone);margin-bottom:1rem;text-transform:uppercase}.product-rating{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.product-rating .stars{color:var(--jet);letter-spacing:.05em}.rating-count{font-size:.72rem;color:var(--stone);letter-spacing:.08em;text-transform:uppercase}.product-price-row{margin-bottom:2rem}.product-price{font-family:var(--font-serif);font-size:1.6rem}.variant-group{margin-bottom:1.5rem}.variant-label{font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;color:var(--stone);margin-bottom:.75rem}.variant-pills{display:flex;gap:.5rem;flex-wrap:wrap}.variant-pill{padding:.6rem 1.1rem;border:1px solid var(--light);background:transparent;font-size:.75rem;letter-spacing:.05em;transition:background var(--trans),border-color var(--trans),color var(--trans)}.variant-pill:hover{border-color:var(--stone)}.variant-pill.active{background:var(--jet);color:var(--white);border-color:var(--jet)}.variant-pill.disabled{opacity:.35;pointer-events:none}.quantity-row{margin-bottom:1.5rem}.quantity-control{display:flex;align-items:center;gap:0;border:1px solid var(--light);width:fit-content}.qty-btn{width:44px;height:44px;background:none;border:none;font-size:1.2rem;display:flex;align-items:center;justify-content:center}.qty-input{width:56px;height:44px;text-align:center;border:none;border-left:1px solid var(--light);border-right:1px solid var(--light);font-size:.9rem}.btn-add-to-bag{width:100%;padding:1.1rem;background:var(--jet);color:var(--white);border:none;font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;margin-bottom:.85rem;transition:background var(--trans)}.btn-add-to-bag:hover{background:var(--charcoal)}.btn-save-later{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.8rem;background:transparent;border:1px solid var(--light);font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;color:var(--stone);margin-bottom:2rem;transition:border-color var(--trans),color var(--trans)}.btn-save-later:hover{border-color:var(--stone);color:var(--jet)}.product-trust{display:flex;gap:1.5rem;flex-wrap:wrap;padding-top:1.5rem;border-top:1px solid var(--light)}.product-trust-item{display:flex;align-items:center;gap:.5rem;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:var(--stone)}.product-why-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:4rem;align-items:start;background:var(--off-white)}.product-section-heading{font-size:.72rem;letter-spacing:.3em;text-transform:uppercase;margin-bottom:2rem}.product-features-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.product-feature{display:flex;align-items:center;gap:.6rem;font-size:.82rem}.product-season-image img{width:100%;height:500px;object-fit:cover}.product-season-image .img-placeholder{height:500px}.product-season-text{padding-top:1rem}.product-section-eyebrow{font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;color:var(--stone);margin-bottom:1rem}.crown-experience{background:var(--white)}.crown-items{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center;margin-top:3rem}.crown-icon{width:72px;height:72px;border:1px solid var(--light);display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.crown-title{font-size:.68rem;letter-spacing:.15em;text-transform:uppercase;margin-bottom:.5rem}.crown-text{font-size:.8rem;color:var(--stone);line-height:1.6}.hair-specs{background:var(--off-white)}.specs-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.specs-table{width:100%;border-collapse:collapse}.spec-key,.spec-val{padding:.85rem 0;border-bottom:1px solid var(--light);font-size:.85rem}.spec-key{color:var(--stone);width:40%;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}.featured-review{position:relative;overflow:hidden}.featured-review img{width:100%;height:420px;object-fit:cover;filter:brightness(.55)}.featured-review .img-placeholder{height:420px}.featured-review-text{position:absolute;bottom:2.5rem;left:2.5rem;right:2.5rem;color:var(--white)}.featured-review-eyebrow{font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:#fff9;margin-bottom:1rem}.featured-review-quote{font-family:var(--font-serif);font-style:italic;font-size:clamp(1rem,2.5vw,1.4rem);line-height:1.5;margin-bottom:1rem}.featured-review-author{font-size:.72rem;letter-spacing:.15em;text-transform:uppercase}.complete-crown{background:var(--white)}.upsell-scroll{display:flex;gap:1.5rem;overflow-x:auto;scrollbar-width:none;padding-bottom:1rem}.upsell-scroll::-webkit-scrollbar{display:none}.upsell-card{flex:0 0 200px;text-align:center}.upsell-img{aspect-ratio:1;overflow:hidden;margin-bottom:.75rem;background:var(--off-white)}.upsell-img img{width:100%;height:100%;object-fit:cover}.upsell-title{font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.25rem}.upsell-price{font-size:.78rem;color:var(--stone);margin-bottom:.75rem}.btn-upsell{display:block;padding:.55rem;border:1px solid var(--light);font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;transition:background var(--trans),color var(--trans),border-color var(--trans)}.btn-upsell:hover{background:var(--jet);color:var(--white);border-color:var(--jet)}.product-finder-cta{background:var(--off-white)}.product-finder-inner{display:grid;grid-template-columns:1fr 1fr auto;gap:3rem;align-items:center;padding:4rem 2rem}.product-finder-eyebrow{font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;color:var(--stone);margin-bottom:.5rem}.product-finder-text p{font-size:.9rem;line-height:1.7}.product-finder-points p{font-size:.8rem;color:var(--stone);line-height:2}.cart-page{min-height:60vh}.cart-page-inner{max-width:900px}.cart-page-title{font-family:var(--font-serif);font-size:clamp(2rem,4vw,3rem);margin-bottom:3rem}.cart-page-item{display:grid;grid-template-columns:100px 1fr auto;gap:1.5rem;align-items:start;padding:1.5rem 0;border-bottom:1px solid var(--light)}.cart-page-item img{width:100px;height:130px;object-fit:cover}.cart-page-item-title{font-size:.9rem;font-weight:500;margin-bottom:.25rem}.cart-page-item-variant{font-size:.75rem;color:var(--stone);margin-bottom:.75rem}.cart-page-qty{display:flex;align-items:center;gap:.75rem;font-size:.85rem}.cart-page-price{font-size:.9rem;white-space:nowrap}.cart-page-summary{margin-top:2rem;max-width:400px;margin-left:auto}.cart-summary-row{display:flex;justify-content:space-between;margin-bottom:.75rem;font-size:.9rem}.cart-summary-note{font-size:.72rem;color:var(--stone);text-align:center;margin:1rem 0}.cart-empty-state{text-align:center;padding:5rem 0;color:var(--stone)}.page-title{font-family:var(--font-serif);font-size:clamp(2rem,4vw,3.5rem);font-weight:400;margin-bottom:2rem}.page-body{max-width:720px;line-height:1.9;font-size:.95rem;color:var(--charcoal)}@media(max-width:1024px){.header-nav{display:none}.hamburger{display:flex}.footer-grid{grid-template-columns:1fr 1fr 1fr}.product-grid{grid-template-columns:repeat(3,1fr)}.commitment-grid,.crown-items{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){:root{--header-h: 60px}.section-pad{padding:3.5rem 0}.hero{height:100svh}.hero-heading{font-size:clamp(2.2rem,12vw,4rem)}.hero-trust{display:none}.hero-actions{flex-direction:column}.hero-actions .btn-primary,.hero-actions .btn-ghost{text-align:center}.brand-statement-grid{grid-template-columns:1fr;gap:2rem}.brand-statement-image img{height:380px}.hair-finder-grid{grid-template-columns:1fr;gap:2rem}.hair-finder-image{order:-1}.hair-finder-image img{height:340px}.texture-card{flex:0 0 160px}.commitment-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.testimonial-card{grid-template-columns:1fr}.testimonial-image img{height:260px}.testimonial-content{padding:2rem}.community-grid{grid-template-columns:1fr;gap:2.5rem}.community-images{grid-template-columns:repeat(2,1fr)}.community-img-cell img,.community-img-cell .img-placeholder{height:180px}.product-hero{grid-template-columns:1fr;min-height:unset}.product-gallery{position:static;height:auto}.gallery-main{height:70vw;max-height:520px}.product-info{padding:2rem 1.25rem}.product-why-grid{grid-template-columns:1fr}.product-finder-inner{grid-template-columns:1fr;gap:1.5rem}.specs-grid{grid-template-columns:1fr}.featured-review img{height:320px}.crown-items{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr);gap:1rem;padding:2rem 1.25rem}.footer-email-inner{flex-direction:column;align-items:flex-start}.footer-email-form{width:100%;max-width:100%}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1 / -1}.footer-bottom-inner{flex-direction:column;text-align:center}.cart-page-item{grid-template-columns:80px 1fr}.cart-page-price{grid-column:2}}@media(max-width:480px){.product-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;padding:1.5rem 1rem}.footer-grid,.commitment-grid{grid-template-columns:1fr}.crown-items{grid-template-columns:1fr 1fr}.product-features-grid{grid-template-columns:1fr}.hero-heading{font-size:clamp(2rem,10vw,3rem)}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.announcement-bar{position:relative;height:38px;display:flex;align-items:center;justify-content:center;font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;overflow:hidden;z-index:200}.announcement-bar a{color:inherit}.announcement-messages{position:relative;width:100%;text-align:center}.announcement-msg{display:none}.announcement-msg.active{display:block;animation:fadeSlideIn .4s ease}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.announcement-nav{position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);display:flex;gap:.5rem}.bar-prev,.bar-next{background:none;border:none;color:inherit;font-size:1.1rem;line-height:1;cursor:pointer;opacity:.6;transition:opacity var(--trans)}.bar-prev:hover,.bar-next:hover{opacity:1}.site-header{position:sticky;top:0;z-index:100;background:var(--white);height:var(--header-height, 70px);border-bottom:1px solid var(--light);transition:background .3s ease,box-shadow .3s ease,height .3s ease;will-change:background,height}.site-header.is-transparent{background:transparent;border-bottom-color:transparent;color:var(--white)}.site-header.is-transparent .logo-wordmark .logo-top,.site-header.is-transparent .logo-wordmark .logo-bottom,.site-header.is-transparent .nav-link,.site-header.is-transparent .icon-btn{color:var(--white)}.site-header.is-transparent .hamburger span{background:var(--white)}.site-header.is-transparent .cart-count{background:var(--white);color:var(--jet)}.site-header.scrolled{background:var(--white)!important;border-bottom-color:var(--light);box-shadow:0 2px 24px #00000012}.site-header.scrolled .logo-wordmark .logo-top,.site-header.scrolled .logo-wordmark .logo-bottom,.site-header.scrolled .nav-link,.site-header.scrolled .icon-btn{color:var(--jet)}.site-header.scrolled .hamburger span{background:var(--jet)}.site-header.scrolled .cart-count{background:var(--jet);color:var(--white)}.site-header.compact{height:calc(var(--header-height, 70px) - 12px)}.header-inner{max-width:1400px;margin:0 auto;padding:0 2rem;height:100%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem}.header-nav{display:flex;align-items:center;gap:.25rem}.header-nav--left{justify-content:flex-start}.header-icons{display:flex;align-items:center;gap:1rem;justify-content:flex-end}.icon-btn{background:none;border:none;color:var(--jet);display:flex;align-items:center;position:relative;padding:.35rem;transition:opacity var(--trans)}.icon-btn:hover{opacity:.65}.header-logo{display:block;text-align:center}.logo-wordmark{line-height:1;text-align:center}.logo-top{font-family:var(--font-serif);font-style:italic;font-size:1.25rem;letter-spacing:.05em;display:block;transition:color var(--trans)}.logo-bottom{font-size:.52rem;letter-spacing:.38em;color:var(--stone);display:block;margin-top:.1rem;transition:color var(--trans)}.cart-count{position:absolute;top:-5px;right:-7px;background:var(--jet);color:var(--white);font-size:.58rem;min-width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 3px;line-height:1;transition:background var(--trans),color var(--trans)}.wishlist-count{position:absolute;top:-5px;right:-7px;background:var(--jet);color:var(--white);font-size:.58rem;min-width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.hamburger{display:none;background:none;border:none;padding:.4rem;flex-direction:column;gap:5px}.hamburger span{display:block;width:22px;height:1.5px;background:var(--jet);transition:transform .25s ease,opacity .25s ease}.hamburger.open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.nav-item{position:relative}.nav-link{display:flex;align-items:center;gap:.35rem;background:none;border:none;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:inherit;padding:.6rem .75rem;cursor:pointer;transition:color var(--trans)}.nav-link:hover{color:var(--stone)}.nav-chevron{transition:transform .2s ease;flex-shrink:0}.nav-item.mega-open .nav-chevron{transform:rotate(180deg)}.mega-menu{position:fixed;top:calc(var(--header-height, 70px) + 38px);left:0;right:0;background:var(--white);border-top:1px solid var(--light);box-shadow:0 20px 60px #0000001a;z-index:99;opacity:0;pointer-events:none;transform:translateY(-8px);transition:opacity .22s ease,transform .22s ease}.mega-menu.open{opacity:1;pointer-events:auto;transform:translateY(0)}.mega-inner{max-width:1400px;margin:0 auto;padding:3rem 2rem;display:grid;grid-template-columns:1fr 360px;gap:4rem}.mega-cols{display:flex;gap:4rem}.mega-col{min-width:160px}.mega-col-title{font-size:.62rem;letter-spacing:.3em;text-transform:uppercase;color:var(--stone);margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--light)}.mega-link{display:flex;align-items:center;gap:.5rem;padding:.55rem 0;font-size:.88rem;color:var(--jet);transition:color var(--trans),padding-left var(--trans);border-bottom:1px solid transparent}.mega-link:hover{color:var(--stone);padding-left:.35rem}.mega-badge{font-size:.58rem;letter-spacing:.12em;text-transform:uppercase;background:var(--jet);color:var(--white);padding:.15rem .4rem;margin-left:.25rem}.mega-link-inner{display:flex;flex-direction:column;gap:.15rem}.mega-link-label{font-size:.88rem}.mega-link-desc{font-size:.75rem;color:var(--stone)}.mega-editorial{position:relative;overflow:hidden}.mega-editorial-link{display:block;position:relative}.mega-editorial img{width:100%;height:280px;object-fit:cover}.mega-editorial-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(10,10,10,.75) 0%,transparent 50%);display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem}.mega-image-quote{font-family:var(--font-serif);font-style:italic;font-size:.9rem;color:#ffffffe6;margin-bottom:.75rem}.mega-image-cta{font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;color:var(--white)}.mega-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;top:calc(var(--header-height, 70px) + 38px);background:#0a0a0a4d;z-index:98;opacity:0;pointer-events:none;transition:opacity .22s ease}.mega-backdrop.visible{opacity:1;pointer-events:auto}.mobile-nav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;background:var(--white);transform:translate(-100%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;overflow-y:auto}.mobile-nav-overlay.open{transform:translate(0)}.mobile-nav-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:299;background:#0a0a0a80;opacity:0;pointer-events:none;transition:opacity .35s ease}.mobile-nav-backdrop.open{opacity:1;pointer-events:auto}.mobile-nav-inner{display:flex;flex-direction:column;height:100%;padding:2rem 2rem 3rem}.mobile-nav-close{align-self:flex-end;background:none;border:none;padding:.5rem;color:var(--jet);margin-bottom:2rem}.mobile-nav-links{flex:1;display:flex;flex-direction:column}.mob-accordion{border-bottom:1px solid var(--light)}.mob-accordion-trigger{width:100%;display:flex;justify-content:space-between;align-items:center;background:none;border:none;padding:1.1rem 0;font-size:1.1rem;font-family:var(--font-serif);text-align:left;color:var(--jet)}.mob-accordion-trigger svg{transition:transform .2s ease;flex-shrink:0}.mob-accordion-trigger[aria-expanded=true] svg{transform:rotate(180deg)}.mob-accordion-panel{display:flex;flex-direction:column;gap:0;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.mob-accordion-panel.open{max-height:400px;padding-bottom:1rem}.mob-accordion-panel a{font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;color:var(--stone);padding:.7rem 0;border-bottom:1px solid var(--off-white)}.mob-link-primary,.mob-link{padding:1.1rem 0;border-bottom:1px solid var(--light);font-size:1.1rem;font-family:var(--font-serif)}.mob-link-primary{color:var(--jet);font-style:italic}.mob-link{color:var(--jet)}.mobile-nav-footer{margin-top:3rem}.mobile-nav-social{display:flex;gap:2rem;margin-bottom:1.5rem}.mobile-nav-social a{font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--stone)}.mobile-nav-tagline{font-size:.65rem;letter-spacing:.22em;text-transform:uppercase;color:var(--light)}.search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:400;background:var(--white);opacity:0;pointer-events:none;transition:opacity .25s ease;overflow-y:auto}.search-overlay.open{opacity:1;pointer-events:auto}.search-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:399;background:#0a0a0a66;opacity:0;pointer-events:none;transition:opacity .25s ease}.search-backdrop.open{opacity:1;pointer-events:auto}.search-overlay-inner{max-width:900px;margin:0 auto;padding:3rem 2rem}.search-header{display:flex;align-items:center;gap:1.5rem;border-bottom:2px solid var(--jet);padding-bottom:1rem;margin-bottom:3rem}.search-icon{flex-shrink:0;color:var(--stone)}.search-input{flex:1;background:none;border:none;outline:none;font-size:clamp(1.5rem,4vw,2.5rem);font-family:var(--font-serif);font-style:italic;color:var(--jet);caret-color:var(--jet)}.search-input::placeholder{color:var(--light)}.search-clear{background:none;border:none;color:var(--stone);padding:.25rem}.search-close{background:none;border:none;color:var(--jet);display:flex;flex-direction:column;align-items:center;gap:.2rem;flex-shrink:0}.search-close span{font-size:.58rem;letter-spacing:.15em;color:var(--stone)}.search-section-title{font-size:.65rem;letter-spacing:.28em;text-transform:uppercase;color:var(--stone);margin-bottom:1rem}.search-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.search-tag{padding:.45rem 1.1rem;font-size:.72rem;letter-spacing:.08em;border:1px solid var(--light);color:var(--jet);transition:background var(--trans),color var(--trans),border-color var(--trans)}.search-tag:hover{background:var(--jet);color:var(--white);border-color:var(--jet)}.search-clear-recent{background:none;border:none;font-size:.72rem;color:var(--stone);text-decoration:underline;cursor:pointer}.search-results-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.search-result-card{display:flex;gap:1rem;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--off-white)}.search-result-img{width:60px;height:72px;object-fit:cover;flex-shrink:0;background:var(--off-white)}.search-result-info{flex:1}.search-result-title{font-size:.85rem;margin-bottom:.2rem}.search-result-price{font-size:.8rem;color:var(--stone)}.search-result-type{font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:var(--stone);margin-bottom:.25rem}.search-no-results{padding:2rem 0;color:var(--stone);font-size:.9rem}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:200;opacity:0;pointer-events:none;transition:opacity .3s ease}.cart-overlay.open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;width:min(460px,100vw);height:100%;background:var(--white);z-index:201;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:-10px 0 60px #0000001a}.cart-drawer.open{transform:translate(0)}.cart-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.75rem;border-bottom:1px solid var(--light);flex-shrink:0}.cart-drawer-title{font-size:.7rem;letter-spacing:.28em;display:inline}.cart-drawer-count{font-size:.7rem;letter-spacing:.1em;color:var(--stone);margin-left:.4rem}.cart-close{background:none;border:none;color:var(--stone);transition:color var(--trans)}.cart-close:hover{color:var(--jet)}.cart-shipping-progress{padding:1rem 1.75rem;background:var(--off-white);flex-shrink:0}.shipping-bar-wrap{height:2px;background:var(--light);margin-bottom:.6rem;overflow:hidden}.shipping-bar-fill{height:100%;background:var(--jet);transition:width .4s ease}.shipping-bar-msg{font-size:.7rem;letter-spacing:.1em;color:var(--stone);text-align:center}.cart-drawer-body{flex:1;overflow-y:auto;padding:1.25rem 1.75rem}.cart-empty-state{text-align:center;padding:3rem 0;color:var(--stone);display:flex;flex-direction:column;align-items:center;gap:1rem}.cart-drawer-item{display:grid;grid-template-columns:80px 1fr auto;gap:1rem;padding:1.25rem 0;border-bottom:1px solid var(--off-white)}.cart-drawer-item:last-child{border-bottom:none}.cart-drawer-item-img{width:80px;height:96px;object-fit:cover;background:var(--off-white)}.cart-item-title{font-size:.82rem;font-weight:500;margin-bottom:.2rem;line-height:1.3}.cart-item-variant{font-size:.72rem;color:var(--stone);margin-bottom:.85rem}.cart-item-qty-wrap{display:flex;align-items:center;gap:.65rem}.cart-drawer-qty-btn{background:none;border:1px solid var(--light);width:26px;height:26px;font-size:.9rem;display:flex;align-items:center;justify-content:center;transition:background var(--trans)}.cart-drawer-qty-btn:hover{background:var(--jet);color:var(--white);border-color:var(--jet)}.cart-drawer-qty-val{font-size:.82rem;min-width:20px;text-align:center}.cart-drawer-item-price{font-size:.82rem;align-self:start;white-space:nowrap}.cart-drawer-remove{display:block;margin-top:.5rem;font-size:.65rem;letter-spacing:.08em;text-transform:uppercase;color:var(--stone);background:none;border:none;cursor:pointer;text-decoration:underline}.cart-recommended{padding:1.25rem 1.75rem;border-top:1px solid var(--light);flex-shrink:0}.cart-rec-title{font-size:.62rem;letter-spacing:.28em;text-transform:uppercase;color:var(--stone);margin-bottom:1rem}.cart-rec-scroll{display:flex;gap:.75rem;overflow-x:auto;scrollbar-width:none}.cart-rec-scroll::-webkit-scrollbar{display:none}.cart-rec-item{flex:0 0 110px;text-align:center}.cart-rec-item img{width:110px;height:130px;object-fit:cover;background:var(--off-white)}.cart-rec-item-title{font-size:.68rem;margin:.4rem 0 .25rem;line-height:1.3}.cart-rec-item-price{font-size:.68rem;color:var(--stone);margin-bottom:.5rem}.cart-rec-add{font-size:.6rem;letter-spacing:.12em;text-transform:uppercase;background:var(--jet);color:var(--white);border:none;padding:.35rem .65rem;width:100%;cursor:pointer}.cart-drawer-footer{padding:1.25rem 1.75rem;border-top:1px solid var(--light);flex-shrink:0}.cart-subtotal-row{display:flex;justify-content:space-between;align-items:center;font-size:.88rem;margin-bottom:.5rem}.cart-taxes-note{font-size:.7rem;color:var(--stone);text-align:center;margin-bottom:1.25rem}.btn-checkout{display:block;width:100%;padding:1rem;background:var(--jet);color:var(--white);font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;border:none;text-align:center;cursor:pointer;margin-bottom:.65rem;transition:background var(--trans)}.btn-checkout:hover{background:var(--charcoal)}.btn-view-full-cart{display:block;width:100%;text-align:center;font-size:.68rem;letter-spacing:.15em;text-transform:uppercase;color:var(--stone);background:none;border:none;cursor:pointer;padding:.5rem;transition:color var(--trans)}.btn-view-full-cart:hover{color:var(--jet)}.wishlist-btn{background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--jet);transition:color var(--trans),transform var(--trans);padding:.35rem}.wishlist-btn:hover{transform:scale(1.1)}.wishlist-btn.in-wishlist .wishlist-heart--outline{display:none}.wishlist-btn.in-wishlist .wishlist-heart--filled{display:block!important;color:#c0392b}.wishlist-btn--product{width:44px;height:44px}.product-card-img .wishlist-btn{position:absolute;top:.75rem;right:.75rem;background:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:36px;height:36px;z-index:2}.wishlist-page-header{text-align:center;margin-bottom:4rem}.wishlist-page-title{font-family:var(--font-serif);font-size:clamp(2rem,5vw,3.5rem);font-weight:400;margin-bottom:.75rem}.wishlist-page-subtitle{color:var(--stone);font-size:.85rem}.wishlist-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.wishlist-empty{grid-column:1/-1;text-align:center;padding:5rem 0;color:var(--stone)}@media(max-width:1024px){.header-nav{display:none}.hamburger{display:flex}.header-inner{grid-template-columns:auto 1fr auto}.header-logo{text-align:center}.wishlist-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.announcement-bar{font-size:.6rem;letter-spacing:.1em}.mega-inner{grid-template-columns:1fr}.mega-editorial{display:none}.search-results-grid{grid-template-columns:1fr}.wishlist-grid{grid-template-columns:repeat(2,1fr)}.cart-rec-item{flex:0 0 90px}}@media(max-width:480px){.header-inner{padding:0 1.25rem;gap:1rem}.wishlist-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.editorial-hero{position:relative;display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:var(--white)}.editorial-hero--full{min-height:100svh}.editorial-hero--large{min-height:85vh}.editorial-hero--medium{min-height:70vh}.editorial-hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.editorial-hero__media img,.editorial-hero__media video{width:100%;height:100%;object-fit:cover;object-position:center top}.editorial-hero__placeholder{width:100%;height:100%;background:var(--charcoal)}.editorial-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.editorial-hero__content{position:relative;z-index:2;padding:6rem 2rem 10rem}.editorial-hero--center .editorial-hero__content{text-align:center}.editorial-hero--right .editorial-hero__content{text-align:right}.editorial-hero__eyebrow{font-size:.68rem;letter-spacing:.35em;text-transform:uppercase;color:#ffffffa6;margin-bottom:1.25rem}.editorial-hero__heading{font-family:var(--font-serif);font-size:clamp(3rem,9vw,8rem);font-weight:400;font-style:italic;line-height:.95;margin-bottom:1.25rem;text-shadow:0 2px 40px rgba(0,0,0,.2)}.editorial-hero__subheading{font-size:.85rem;letter-spacing:.22em;text-transform:uppercase;color:#ffffffbf;margin-bottom:2.75rem}.editorial-hero__actions{display:flex;gap:1rem;flex-wrap:wrap}.editorial-hero--center .editorial-hero__actions{justify-content:center}.editorial-hero--right .editorial-hero__actions{justify-content:flex-end}.btn-hero-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.95rem 2.5rem;background:var(--white);color:var(--jet);font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;border:1px solid var(--white);transition:background var(--trans),color var(--trans)}.btn-hero-primary:hover{background:transparent;color:var(--white)}.btn-hero-ghost{display:inline-flex;align-items:center;gap:.5rem;padding:.95rem 2.5rem;background:transparent;color:var(--white);font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;border:1px solid rgba(255,255,255,.5);transition:border-color var(--trans),background var(--trans)}.btn-hero-ghost:hover{border-color:var(--white);background:#ffffff14}.editorial-hero__scroll{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:.75rem}.scroll-line{width:1px;height:50px;background:#fff6;animation:scrollPulse 1.8s ease-in-out infinite}@keyframes scrollPulse{0%,to{transform:scaleY(1);opacity:1}50%{transform:scaleY(.5);opacity:.4}}.scroll-label{font-size:.58rem;letter-spacing:.25em;text-transform:uppercase;color:#ffffff80}.editorial-hero__trust{position:absolute;bottom:0;left:0;right:0;z-index:2;display:flex;background:#0a0a0a8c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-trust-item{flex:1;display:flex;align-items:center;justify-content:center;gap:.6rem;padding:1.1rem 1rem;border-right:1px solid rgba(255,255,255,.12);font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:#ffffffd9}.hero-trust-item:last-child{border-right:none}.trust-strip{background:var(--off-white);padding:2.5rem 0}.trust-strip__inner{max-width:1340px;margin:0 auto;padding:0 2rem;display:flex;gap:0;flex-wrap:wrap}.trust-strip__item{flex:1 1 200px;display:flex;align-items:center;gap:1.25rem;padding:1.25rem 2rem;border-right:1px solid var(--light)}.trust-strip__item:last-child{border-right:none}.trust-strip__icon{flex-shrink:0;width:48px;height:48px;border:1px solid var(--light);display:flex;align-items:center;justify-content:center}.trust-strip__title{font-size:.82rem;font-weight:500;margin-bottom:.15rem}.trust-strip__subtitle{font-size:.72rem;color:var(--stone)}.featured-collections__header{text-align:center;margin-bottom:3rem}.featured-collections__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:420px;gap:1.5rem}.fc-card{display:block;position:relative;overflow:hidden}.fc-card--wide{grid-column:span 2}.fc-card--tall{grid-row:span 2}.fc-card__media{position:absolute;top:0;right:0;bottom:0;left:0}.fc-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.fc-card:hover .fc-card__media img{transform:scale(1.04)}.fc-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(10,10,10,.7) 0%,rgba(10,10,10,.1) 60%,transparent 100%)}.fc-card__content{position:absolute;bottom:0;left:0;right:0;padding:2.5rem}.fc-card__eyebrow{font-size:.62rem;letter-spacing:.3em;text-transform:uppercase;color:#fff9;margin-bottom:.5rem}.fc-card__title{font-family:var(--font-serif);font-size:clamp(1.3rem,3vw,2.2rem);color:var(--white);margin-bottom:.35rem}.fc-card__subtitle{font-size:.8rem;color:#ffffffb3;margin-bottom:1rem}.fc-card__cta{font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;color:#fffc;transition:color var(--trans)}.fc-card:hover .fc-card__cta{color:var(--white)}.fc-card:focus-visible{outline:2px solid var(--jet);outline-offset:2px}.sbt__header{text-align:center;margin-bottom:2rem}.sbt__subheading{color:var(--stone);font-size:.9rem;margin-top:-.5rem}.sbt__scroll-wrapper{overflow-x:auto;scrollbar-width:none;padding:1.5rem 2rem}.sbt__scroll-wrapper::-webkit-scrollbar{display:none}.sbt__track{display:flex;gap:1.5rem;width:max-content}.sbt__card{display:block;width:230px;flex-shrink:0;text-align:center}.sbt__card-media{position:relative;aspect-ratio:3/4;overflow:hidden}.sbt__card-media img{width:100%;height:100%;object-fit:cover;filter:grayscale(15%);transition:transform .55s ease,filter .55s ease}.sbt__card:hover .sbt__card-media img{transform:scale(1.04);filter:grayscale(0%)}.sbt__card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(10,10,10,.5) 0%,transparent 60%);opacity:0;transition:opacity var(--trans)}.sbt__card:hover .sbt__card-overlay{opacity:1}.sbt__card-info{padding:1rem .5rem 0}.sbt__card-name{font-family:var(--font-serif);font-size:1.05rem;margin-bottom:.2rem}.sbt__card-desc{font-size:.72rem;color:var(--stone);margin-bottom:.3rem}.sbt__card-price{font-size:.78rem}.sbt__footer{text-align:center;margin-top:2.5rem}.hair-finder-hl{position:relative;min-height:600px;display:flex;align-items:center;overflow:hidden}.hf-hl__media{position:absolute;top:0;right:0;bottom:0;left:0}.hf-hl__media img{width:100%;height:100%;object-fit:cover}.hf-hl__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#0a0a0ad9,#0a0a0a66 70%,#0a0a0a1a)}.hf-hl__content{position:relative;z-index:2;padding:5rem 2rem}.hf-hl__text{max-width:560px}.hf-hl__heading{font-family:var(--font-serif);font-style:italic;font-size:clamp(2.5rem,6vw,5rem);color:var(--white);line-height:1;margin-bottom:1.25rem}.hf-hl__body{color:#ffffffb3;font-size:.9rem;line-height:1.8;margin-bottom:2.5rem}.hf-hl__steps{display:flex;flex-direction:column;gap:.85rem;margin-bottom:2.5rem}.hf-step{display:flex;align-items:center;gap:1rem;color:#fffc}.hf-step__num{width:28px;height:28px;border:1px solid rgba(255,255,255,.4);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.72rem;flex-shrink:0;color:var(--white)}.hf-step__label{font-size:.82rem}.hf-hl__cta{margin-top:.5rem}.best-sellers{background:var(--white)}.best-sellers__header{text-align:center;margin-bottom:3rem}.best-sellers__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.product-card--placeholder .img-placeholder{height:340px}.placeholder-text{background:var(--off-white);color:transparent;border-radius:2px}.collection-drop{position:relative;min-height:650px;display:flex;align-items:center;overflow:hidden}.drop__media{position:absolute;top:0;right:0;bottom:0;left:0}.drop__media img{width:100%;height:100%;object-fit:cover}.drop__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0a0a0acc,#0a0a0a4d)}.drop__content{position:relative;z-index:2;padding:5rem 2rem}.drop__inner{max-width:640px}.drop__badge{display:inline-block;padding:.35rem .9rem;border:1px solid rgba(255,255,255,.4);color:#fffc;font-size:.62rem;letter-spacing:.25em;text-transform:uppercase;margin-bottom:1.5rem}.drop__heading{font-family:var(--font-serif);font-style:italic;font-size:clamp(2.5rem,6vw,5rem);color:var(--white);line-height:1;margin-bottom:1rem}.drop__body{color:#ffffffb3;font-size:.9rem;line-height:1.8;margin-bottom:2rem}.drop__actions{display:flex;gap:1rem;flex-wrap:wrap}.drop__countdown{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.countdown-unit{text-align:center}.countdown-num{font-family:var(--font-serif);font-size:2.5rem;color:var(--white);line-height:1;display:block}.countdown-label{font-size:.58rem;letter-spacing:.2em;text-transform:uppercase;color:#ffffff80}.countdown-sep{font-family:var(--font-serif);font-size:2rem;color:#ffffff4d;align-self:start;margin-top:.1rem}.journal-preview__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:3rem;flex-wrap:wrap;gap:1rem}.journal-preview__all-link{white-space:nowrap}.journal-preview__grid{display:grid;grid-template-columns:55% 1fr;gap:1.5rem;align-items:start}.journal-preview__secondary{display:flex;flex-direction:column;gap:1.5rem}.journal-card{display:block;position:relative;overflow:hidden}.journal-card__media{overflow:hidden}.journal-card--featured .journal-card__media{aspect-ratio:4/3}.journal-card--small .journal-card__media{aspect-ratio:16/9}.journal-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.journal-card:hover .journal-card__media img{transform:scale(1.04)}.journal-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(10,10,10,.6),transparent 60%);pointer-events:none}.journal-card--featured .journal-card__content{position:absolute;bottom:0;left:0;right:0;padding:2.5rem;color:var(--white)}.journal-card--small .journal-card__content{padding:1.25rem 0}.journal-card__tag{display:inline-block;font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:#ffffffb3;margin-bottom:.6rem}.journal-card--small .journal-card__tag{color:var(--stone)}.journal-card__title{font-family:var(--font-serif);font-size:1.2rem;line-height:1.3;margin-bottom:.5rem}.journal-card--featured .journal-card__title{font-size:clamp(1.3rem,3vw,2rem)}.journal-card__excerpt{font-size:.82rem;color:#ffffffbf;line-height:1.6;margin-bottom:.75rem}.journal-card__meta{font-size:.68rem;letter-spacing:.08em;color:#ffffff8c;display:flex;gap:.5rem}.journal-card--small .journal-card__meta{color:var(--stone)}.journal-card--placeholder{cursor:default}.community-inner{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center;padding:5rem 2rem}.community-heading{font-family:var(--font-serif);font-size:clamp(1.8rem,4vw,3.5rem);font-weight:400;line-height:1.15;margin-bottom:1.25rem}.community-body{font-size:.9rem;line-height:1.8;margin-bottom:2.5rem}.community-stats{display:flex;gap:3rem;margin-bottom:2.5rem}.community-stat__num{font-family:var(--font-serif);font-size:2rem;font-style:italic;margin-bottom:.1rem}.community-stat__label{font-size:.65rem;letter-spacing:.22em;text-transform:uppercase;color:#ffffff73}.community-mosaic{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:repeat(3,200px);gap:.75rem}.community-mosaic__cell{overflow:hidden}.community-mosaic__cell img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.community-mosaic__cell:hover img{transform:scale(1.05)}.community-mosaic__cell--1{grid-row:span 2}.community-mosaic__caption{display:none}.newsletter-section{padding:5rem 0}.newsletter-inner{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.newsletter-heading{font-family:var(--font-serif);font-style:italic;font-size:clamp(1.8rem,4vw,3rem);color:var(--white);margin-bottom:1rem}.newsletter-body{color:#fff9;font-size:.88rem;line-height:1.8;margin-bottom:1.5rem}.newsletter-disclaimer{font-size:.68rem;color:#ffffff59;margin-top:1rem}.newsletter-input-group{display:flex}.newsletter-input{flex:1;padding:1rem 1.25rem;background:transparent;border:1px solid rgba(255,255,255,.2);border-right:none;color:var(--white);font-family:var(--font-sans);font-size:.85rem;outline:none}.newsletter-input::placeholder{color:#ffffff4d}.newsletter-input:focus{border-color:#ffffff80}.newsletter-btn{padding:1rem 1.75rem;background:var(--white);color:var(--jet);border:none;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;cursor:pointer;transition:background var(--trans)}.newsletter-btn:hover{background:var(--off-white)}.newsletter-success{color:#fffc;font-size:.8rem;margin-top:.85rem}.newsletter-error{color:#e57373;font-size:.8rem;margin-top:.85rem}.newsletter-perks{display:flex;flex-direction:column;gap:.65rem;margin-top:1.5rem;list-style:none}.newsletter-perks li{display:flex;align-items:center;gap:.65rem;font-size:.8rem;color:#fff9}.newsletter-perks svg{flex-shrink:0;color:#fff6}.luxury-footer{background:var(--jet);color:var(--white)}.footer-top-bar{background:var(--charcoal);padding:1.5rem 0;border-bottom:1px solid rgba(255,255,255,.06)}.footer-top-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.footer-top-text{font-size:.82rem;color:#ffffffb3;font-family:var(--font-serif);font-style:italic}.footer-top-btn{padding:.65rem 1.75rem;font-size:.68rem}.footer-body{padding:5rem 0 3rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:3rem}.footer-wordmark{margin-bottom:1.25rem}.footer-wordmark-top{font-family:var(--font-serif);font-style:italic;font-size:1.4rem;display:block}.footer-wordmark-bottom{font-size:.52rem;letter-spacing:.38em;color:#ffffff59;display:block}.footer-logo-img{margin-bottom:1.25rem;filter:brightness(0) invert(1)}.footer-tagline{font-size:.68rem;letter-spacing:.18em;color:#ffffff59;margin-bottom:.75rem;text-transform:uppercase}.footer-bio{font-size:.8rem;color:#ffffff80;line-height:1.7;margin-bottom:2rem}.footer-social{display:flex;gap:.85rem}.footer-social-link{color:#fff6;transition:color var(--trans)}.footer-social-link:hover{color:var(--white)}.footer-col-title{font-size:.6rem;letter-spacing:.3em;text-transform:uppercase;color:#ffffff4d;margin-bottom:1.5rem}.footer-link-col ul{display:flex;flex-direction:column;gap:.65rem;list-style:none}.footer-link-col a{font-size:.82rem;color:#ffffff8c;transition:color var(--trans)}.footer-link-col a:hover{color:var(--white)}.footer-payments{background:var(--charcoal);padding:1.5rem 0;border-top:1px solid rgba(255,255,255,.06)}.footer-payments-inner{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.footer-payments-label{font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:#ffffff59;white-space:nowrap}.footer-payment-icons{display:flex;gap:.5rem;flex-wrap:wrap}.payment-icon{height:24px;width:auto;border-radius:3px}.footer-bottom{border-top:1px solid rgba(255,255,255,.06);padding:1.75rem 0}.footer-bottom-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-copyright{font-size:.7rem;color:#ffffff4d}.footer-legal-links{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap}.footer-legal-links a{font-size:.7rem;color:#ffffff59;transition:color var(--trans)}.footer-legal-links a:hover{color:var(--white)}.footer-legal-links span{color:#ffffff26}.footer-region{font-size:.7rem;color:#ffffff40}@media(max-width:1200px){.featured-collections__grid{grid-template-columns:1fr 1fr}.fc-card--wide{grid-column:span 2}.best-sellers__grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}@media(max-width:1024px){.community-inner,.newsletter-inner{gap:3rem}.journal-preview__grid{grid-template-columns:1fr}.journal-preview__secondary{flex-direction:row}.journal-card--small .journal-card__media{aspect-ratio:4/3}.footer-grid{grid-template-columns:1fr 1fr 1fr}.footer-brand-col{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}}@media(max-width:768px){.editorial-hero--full{min-height:100svh}.editorial-hero__heading{font-size:clamp(2.5rem,12vw,4.5rem)}.editorial-hero__trust{display:none}.editorial-hero__actions{flex-direction:column}.btn-hero-primary,.btn-hero-ghost{text-align:center;width:100%;max-width:320px}.trust-strip__inner{flex-direction:column}.trust-strip__item{border-right:none;border-bottom:1px solid var(--light)}.trust-strip__item:last-child{border-bottom:none}.featured-collections__grid{grid-template-columns:1fr;grid-auto-rows:320px}.fc-card--wide,.fc-card--tall{grid-column:span 1;grid-row:span 1}.best-sellers__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.community-inner{grid-template-columns:1fr;padding:3.5rem 2rem;gap:2.5rem}.community-mosaic{grid-template-rows:repeat(3,150px)}.newsletter-inner{grid-template-columns:1fr;gap:2.5rem}.newsletter-input-group{flex-direction:column;gap:.75rem}.newsletter-input{border-right:1px solid rgba(255,255,255,.2)}.newsletter-btn{width:100%}.journal-preview__secondary{flex-direction:column}.hf-hl__overlay{background:#0a0a0ab3}.drop__content{padding:3.5rem 2rem}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand-col{grid-column:1/-1;display:block}.footer-bottom-inner{flex-direction:column;text-align:center}.footer-legal-links{justify-content:center}.footer-top-inner{flex-direction:column;gap:1rem}}@media(max-width:480px){.featured-collections__grid{grid-auto-rows:260px}.community-stats{gap:1.5rem}.footer-grid{grid-template-columns:1fr}.best-sellers__grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.drop__heading,.hf-hl__heading{font-size:clamp(2rem,10vw,3rem)}}a:focus-visible,button:focus-visible,input:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--jet);outline-offset:3px}.editorial-hero a:focus-visible,.collection-drop a:focus-visible,.hair-finder-hl a:focus-visible{outline-color:var(--white)}.collection-hero{position:relative;display:flex;align-items:center;overflow:hidden;color:var(--white)}.collection-hero--small{min-height:40vh}.collection-hero--medium{min-height:55vh}.collection-hero--large{min-height:70vh}.collection-hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.collection-hero__media img{width:100%;height:100%;object-fit:cover}.collection-hero__placeholder{width:100%;height:100%;background:var(--charcoal)}.collection-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--jet)}.collection-hero__content{position:relative;z-index:2;padding:4rem 2rem;max-width:700px}.collection-hero__breadcrumb{margin-bottom:1.5rem}.collection-hero__breadcrumb ol{display:flex;align-items:center;gap:.5rem;list-style:none;flex-wrap:wrap}.collection-hero__breadcrumb a{font-size:.68rem;letter-spacing:.15em;text-transform:uppercase;color:#ffffff8c;transition:color var(--trans)}.collection-hero__breadcrumb a:hover{color:var(--white)}.collection-hero__breadcrumb span{color:#ffffff4d;font-size:.7rem}.collection-hero__breadcrumb li:last-child{font-size:.68rem;letter-spacing:.15em;text-transform:uppercase;color:#ffffffd9}.collection-hero__title{font-family:var(--font-serif);font-size:clamp(2rem,6vw,5rem);font-weight:400;font-style:italic;line-height:1;margin-bottom:1rem}.collection-hero__desc{color:#ffffffb3;font-size:.9rem;line-height:1.7;margin-bottom:1.75rem;max-width:500px}.collection-hero__count{font-size:.65rem;letter-spacing:.22em;text-transform:uppercase;color:#fff6;margin-top:1.5rem}.collection-hero__cta{margin-top:1rem}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;padding-top:1.75rem;padding-bottom:1.25rem;border-bottom:1px solid var(--light);gap:1rem;flex-wrap:wrap}.collection-toolbar__left{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;flex:1}.collection-toolbar__right{display:flex;align-items:center;gap:1.25rem;flex-shrink:0}.filter-mobile-btn{display:none;align-items:center;gap:.5rem;background:none;border:1px solid var(--light);padding:.55rem 1rem;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;position:relative;transition:border-color var(--trans)}.filter-mobile-btn:hover{border-color:var(--jet)}.filter-active-count{position:absolute;top:-6px;right:-6px;background:var(--jet);color:var(--white);font-size:.58rem;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.active-filters{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.active-filter-tag{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .8rem;background:var(--jet);color:var(--white);font-size:.65rem;letter-spacing:.08em;text-transform:uppercase;transition:background var(--trans)}.active-filter-tag:hover{background:var(--charcoal)}.active-filter-clear{font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--stone);border-bottom:1px solid var(--light);padding-bottom:1px}.collection-count{font-size:.72rem;color:var(--stone);white-space:nowrap}.sort-wrapper{position:relative;display:flex;align-items:center}.sort-select{-webkit-appearance:none;appearance:none;background:none;border:1px solid var(--light);padding:.55rem 2.5rem .55rem 1rem;font-size:.72rem;letter-spacing:.08em;cursor:pointer;outline:none;font-family:var(--font-sans)}.sort-chevron{position:absolute;right:.75rem;pointer-events:none}.grid-toggle{display:flex;border:1px solid var(--light);overflow:hidden}.grid-btn{background:none;border:none;padding:.5rem .65rem;color:var(--stone);cursor:pointer;transition:background var(--trans),color var(--trans)}.grid-btn.active{background:var(--jet);color:var(--white)}.collection-layout{display:grid;grid-template-columns:260px 1fr;gap:3rem;padding-top:2.5rem;padding-bottom:4rem;align-items:start}.collection-layout--no-sidebar{grid-template-columns:1fr}.collection-sidebar{position:sticky;top:calc(var(--header-height,70px) + 38px + 1rem)}.filter-sidebar__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.filter-sidebar__title{font-size:.7rem;letter-spacing:.28em;text-transform:uppercase}.filter-clear-all{font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--stone);background:none;border:none;cursor:pointer;border-bottom:1px solid var(--light);padding-bottom:1px}.filter-group{border-bottom:1px solid var(--light)}.filter-group__toggle{width:100%;display:flex;align-items:center;justify-content:space-between;background:none;border:none;padding:1rem 0;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;text-align:left}.filter-chevron{transition:transform .2s ease;flex-shrink:0}.filter-group__toggle[aria-expanded=false] .filter-chevron{transform:rotate(-90deg)}.filter-group__body{padding-bottom:1rem}.filter-group__toggle[aria-expanded=false]+.filter-group__body{display:none}.filter-list{display:flex;flex-direction:column;gap:0}.filter-label{display:flex;align-items:center;gap:.75rem;padding:.45rem 0;cursor:pointer}.filter-checkbox{position:absolute;opacity:0;width:0;height:0}.filter-check-box{width:16px;height:16px;border:1px solid var(--light);flex-shrink:0;position:relative;transition:background var(--trans),border-color var(--trans)}.filter-checkbox:checked+.filter-check-box{background:var(--jet);border-color:var(--jet)}.filter-checkbox:checked+.filter-check-box:after{content:"";position:absolute;top:2px;left:5px;width:5px;height:8px;border:1px solid var(--white);border-top:none;border-left:none;transform:rotate(45deg)}.filter-checkbox:focus-visible+.filter-check-box{outline:2px solid var(--jet);outline-offset:2px}.filter-value-label{font-size:.82rem;flex:1}.filter-count{font-size:.72rem;color:var(--stone)}.filter-apply-btn{display:block;width:100%;margin-top:1.5rem;padding:.85rem;background:var(--jet);color:var(--white);border:none;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;cursor:pointer;transition:background var(--trans)}.filter-apply-btn:hover{background:var(--charcoal)}.filter-price__inputs{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.filter-price__field{flex:1;position:relative}.filter-price__field label{font-size:.62rem;letter-spacing:.15em;text-transform:uppercase;color:var(--stone);display:block;margin-bottom:.25rem}.filter-price__currency{position:absolute;bottom:.6rem;left:.65rem;font-size:.8rem;color:var(--stone)}.filter-price__input{width:100%;padding:.55rem .55rem .55rem 1.5rem;border:1px solid var(--light);font-size:.82rem;background:none;outline:none;font-family:var(--font-sans)}.filter-price__sep{color:var(--stone);flex-shrink:0;margin-top:1.2rem}.filter-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300}.filter-drawer[hidden]{display:block;pointer-events:none}.filter-drawer[hidden] .filter-drawer__backdrop{opacity:0}.filter-drawer[hidden] .filter-drawer__panel{transform:translate(-100%)}.filter-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;transition:opacity .3s ease}.filter-drawer__panel{position:absolute;top:0;left:0;bottom:0;width:min(340px,90vw);background:var(--white);display:flex;flex-direction:column;transition:transform .35s ease;overflow:hidden}.filter-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--light);flex-shrink:0}.filter-drawer__header h2{font-size:.75rem;letter-spacing:.2em;text-transform:uppercase}.filter-drawer__close{background:none;border:none;color:var(--stone)}.filter-drawer__body{flex:1;overflow-y:auto;padding:1.25rem 1.5rem}.filter-drawer__footer{display:flex;gap:.75rem;padding:1.25rem 1.5rem;border-top:1px solid var(--light);flex-shrink:0}.filter-clear-all-mobile,.filter-apply-btn-mobile{flex:1;padding:.85rem;border:none;font-size:.72rem;letter-spacing:.15em;text-transform:uppercase;cursor:pointer}.filter-clear-all-mobile{background:none;border:1px solid var(--light)}.filter-apply-btn-mobile{background:var(--jet);color:var(--white)}.collection-grid{display:grid;grid-template-columns:repeat(var(--cols-desktop, 4),1fr);gap:2rem 1.5rem}.pcard{display:flex;flex-direction:column}.pcard__media{position:relative;aspect-ratio:3/4;overflow:hidden;background:var(--off-white);margin-bottom:1rem}.pcard__img-link{display:block;width:100%;height:100%}.pcard__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.pcard__img--primary{z-index:1;transition:opacity .45s ease}.pcard__img--hover{z-index:2;opacity:0;transition:opacity .45s ease}.pcard:hover .pcard__img--primary{opacity:0}.pcard:hover .pcard__img--hover{opacity:1}.pcard__placeholder{width:100%;height:100%;background:var(--off-white)}.pcard__badge{position:absolute;top:.85rem;left:.85rem;z-index:3;background:var(--jet);color:var(--white);font-size:.6rem;letter-spacing:.15em;text-transform:uppercase;padding:.3rem .65rem}.pcard .wishlist-btn{position:absolute;top:.75rem;right:.75rem;z-index:4;background:#ffffffeb;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:36px;height:36px;opacity:0;transition:opacity var(--trans)}.pcard:hover .wishlist-btn,.pcard .wishlist-btn.in-wishlist{opacity:1}.pcard__quick-view{position:absolute;bottom:0;left:0;right:0;z-index:3;background:#0a0a0ae0;color:var(--white);border:none;padding:.85rem;font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;transform:translateY(100%);transition:transform .3s ease;cursor:pointer}.pcard:hover .pcard__quick-view{transform:translateY(0)}.pcard__quick-view:focus-visible{transform:translateY(0)}.pcard__info{display:flex;flex-direction:column;gap:.3rem;flex:1}.pcard__title{font-size:.88rem;color:var(--jet);transition:color var(--trans)}.pcard__title:hover{color:var(--stone)}.pcard__subtitle{font-size:.72rem;color:var(--stone)}.pcard__lengths{display:flex;gap:.3rem;flex-wrap:wrap;margin:.3rem 0}.pcard__length-pill{font-size:.62rem;letter-spacing:.05em;padding:.18rem .5rem;border:1px solid var(--light);color:var(--stone)}.pcard__length-more{font-size:.62rem;color:var(--stone);align-self:center}.pcard__footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:.5rem}.pcard__price{font-size:.88rem}.pcard__price-from{font-size:.75rem;color:var(--stone);margin-right:.2rem}.pcard__compare{font-size:.78rem;color:var(--stone);text-decoration:line-through;margin-left:.4rem}.pcard__add{width:32px;height:32px;background:var(--jet);color:var(--white);border:none;font-size:1.2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background var(--trans),transform .15s ease;flex-shrink:0}.pcard__add:hover{background:var(--charcoal);transform:scale(1.08)}.pcard__add:disabled{background:var(--light);color:var(--stone);cursor:default;transform:none}@keyframes shimmer{to{background-position:-200% 0}}.skeleton{background:linear-gradient(90deg,var(--off-white) 25%,var(--light) 50%,var(--off-white) 75%);background-size:200%;animation:shimmer 1.4s linear infinite}.skeleton-img{aspect-ratio:3/4;margin-bottom:1rem}.skeleton-line{height:12px;border-radius:2px;margin-bottom:.6rem}.skeleton-line--title{width:70%;height:14px}.skeleton-line--price{width:40%}.skeleton-line--short{width:55%}.skeleton-info{padding:0 .25rem}.quick-view-skeleton{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.collection-banner{position:relative;grid-column:1/-1;min-height:220px;display:flex;align-items:center;overflow:hidden}.collection-banner--dark{background:var(--jet);color:var(--white)}.collection-banner--light{background:var(--off-white);color:var(--jet);border:1px solid var(--light)}.collection-banner--brand{background:var(--charcoal);color:var(--white)}.collection-banner img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.collection-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a0a0a99}.collection-banner__content{position:relative;z-index:1;padding:2.5rem 3rem;max-width:600px}.collection-banner__eyebrow{font-size:.62rem;letter-spacing:.28em;text-transform:uppercase;color:#ffffff80;margin-bottom:.75rem}.collection-banner--light .collection-banner__eyebrow{color:var(--stone)}.collection-banner__title{font-family:var(--font-serif);font-size:clamp(1.2rem,3vw,2rem);margin-bottom:.75rem}.collection-banner__body{font-size:.85rem;line-height:1.7;margin-bottom:1.5rem;opacity:.8}.quick-view-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;display:flex;align-items:center;justify-content:center}.quick-view-modal[hidden]{display:none}.quick-view-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009}.quick-view-panel{position:relative;z-index:1;background:var(--white);width:min(900px,95vw);max-height:90vh;overflow-y:auto;animation:qvSlideIn .3s ease}@keyframes qvSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}.quick-view-close{position:absolute;top:1rem;right:1rem;z-index:2;background:var(--white);border:1px solid var(--light);width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer}.quick-view-body{padding:3rem}.quick-view-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.quick-view-img{width:100%;aspect-ratio:3/4;object-fit:cover}.quick-view-title{font-family:var(--font-serif);font-size:clamp(1.5rem,3vw,2.2rem);margin-bottom:.5rem}.quick-view-price{font-size:1.3rem;margin-bottom:1.5rem}.quick-view-view-full{display:inline-block;margin-top:1rem;font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:var(--stone);border-bottom:1px solid var(--light);padding-bottom:2px}.hli-header{text-align:center;margin-bottom:3rem}.hli-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-bottom:3.5rem}.hli-col-title{display:flex;align-items:center;gap:.65rem;font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--light)}.hli-list{display:flex;flex-direction:column;gap:.75rem;list-style:none}.hli-list li{display:flex;align-items:flex-start;gap:.65rem;font-size:.85rem;line-height:1.6;color:var(--charcoal)}.hli-list svg{flex-shrink:0;color:var(--stone);margin-top:.2rem}.hli-steps-list{display:flex;flex-direction:column;gap:.85rem;list-style:none;counter-reset:steps}.hli-steps-list li{display:flex;align-items:flex-start;gap:.85rem;font-size:.85rem;line-height:1.6;color:var(--charcoal)}.hli-step-num{flex-shrink:0;width:24px;height:24px;border:1px solid var(--light);font-size:.68rem;display:flex;align-items:center;justify-content:center;color:var(--stone)}.hli-faq{border-top:1px solid var(--light);padding-top:3rem;margin-bottom:3rem}.hli-faq-title{font-size:.72rem;letter-spacing:.25em;text-transform:uppercase;margin-bottom:1.5rem}.hli-faq-list{display:flex;flex-direction:column;gap:0}.hli-faq-item{border-bottom:1px solid var(--light)}.hli-faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;background:none;border:none;padding:1.1rem 0;font-size:.9rem;text-align:left;cursor:pointer}.faq-chevron{transition:transform .2s ease;flex-shrink:0}.hli-faq-q[aria-expanded=true] .faq-chevron{transform:rotate(180deg)}.hli-faq-a{padding-bottom:1.1rem}.hli-faq-a p{font-size:.85rem;color:var(--stone);line-height:1.7}.hli-cta{text-align:center}.collection-empty{text-align:center;padding:5rem 2rem}.collection-empty__media{max-width:500px;margin:0 auto 3rem}.collection-empty__media img{width:100%;filter:grayscale(30%)}.collection-empty__title{font-family:var(--font-serif);font-size:clamp(1.5rem,4vw,2.5rem);margin-bottom:1rem}.collection-empty__body{color:var(--stone);font-size:.9rem;line-height:1.7;margin-bottom:2rem;max-width:460px;margin-left:auto;margin-right:auto}.collection-empty__suggest-label{font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;color:var(--stone);margin:3rem 0 1.5rem}.collection-empty__suggest-grid{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.suggest-card{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}.suggest-card img{width:160px;height:200px;object-fit:cover}.suggest-card span{font-size:.78rem;letter-spacing:.1em;text-transform:uppercase}.collection-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:4rem;padding-top:2rem;border-top:1px solid var(--light)}.pagination-btn{font-size:.72rem;letter-spacing:.15em;text-transform:uppercase;color:var(--stone);padding:.65rem 1.25rem;border:1px solid var(--light);transition:background var(--trans),color var(--trans),border-color var(--trans)}.pagination-btn:hover{background:var(--jet);color:var(--white);border-color:var(--jet)}.pagination-pages{display:flex;align-items:center;gap:.35rem}.pagination-page{width:38px;height:38px;display:flex;align-items:center;justify-content:center;font-size:.8rem;border:1px solid var(--light);transition:background var(--trans),color var(--trans),border-color var(--trans)}.pagination-page:hover{border-color:var(--stone)}.pagination-page--current{background:var(--jet);color:var(--white);border-color:var(--jet)}.pagination-ellipsis{font-size:.8rem;color:var(--stone);padding:0 .25rem}@media(max-width:1200px){.collection-layout{grid-template-columns:220px 1fr;gap:2rem}}@media(max-width:1024px){.collection-layout{grid-template-columns:1fr}.collection-sidebar{display:none}.filter-mobile-btn{display:flex}.collection-grid{grid-template-columns:repeat(var(--cols-tablet, 3),1fr);gap:1.5rem 1rem}.quick-view-grid{grid-template-columns:1fr}.quick-view-body{padding:2rem}.hli-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.collection-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem .75rem}.collection-toolbar__right{gap:.75rem}.grid-toggle{display:none}.hli-grid{grid-template-columns:1fr}.collection-banner__content{padding:2rem}.collection-hero--medium{min-height:42vh}.collection-hero--large{min-height:55vh}}@media(max-width:480px){.collection-grid{grid-template-columns:repeat(2,1fr);gap:1rem .6rem}.pcard__quick-view{display:none}.collection-toolbar{gap:.75rem}}.pp-hero{display:grid;grid-template-columns:55% 45%;min-height:calc(100vh - var(--header-height,70px) - 38px);align-items:start}.pg{display:grid;grid-template-columns:90px 1fr;grid-template-rows:1fr;gap:1rem;position:sticky;top:calc(var(--header-height,70px) + 38px);height:calc(100vh - var(--header-height,70px) - 38px);overflow:hidden}.pg__thumbs{grid-column:1;display:flex;flex-direction:column;gap:.5rem;overflow-y:auto;scrollbar-width:none;padding:.5rem 0}.pg__thumbs::-webkit-scrollbar{display:none}.pg__thumb{width:80px;height:96px;flex-shrink:0;overflow:hidden;border:2px solid transparent;background:none;padding:0;cursor:pointer;transition:border-color var(--trans);position:relative}.pg__thumb img{width:100%;height:100%;object-fit:cover}.pg__thumb.is-active{border-color:var(--jet)}.pg__thumb-video-badge{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a0a0a80;display:flex;align-items:center;justify-content:center;color:var(--white)}.pg__stage{grid-column:2;position:relative;height:100%;overflow:hidden;background:var(--off-white)}.pg__slide{display:none;height:100%}.pg__slide.is-active{display:block}.pg__zoom-wrap{position:relative;width:100%;height:100%;overflow:hidden;cursor:zoom-in}.pg__zoom-wrap.is-zoomed{cursor:zoom-out}.pg__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .1s linear;pointer-events:none}.pg__zoom-badge{position:absolute;bottom:1rem;right:1rem;display:flex;align-items:center;gap:.35rem;background:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.35rem .75rem;font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;pointer-events:none;transition:opacity var(--trans)}.pg__zoom-wrap.is-zoomed .pg__zoom-badge{opacity:0}.pg__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;background:#ffffffe6;border:none;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background var(--trans)}.pg__arrow:hover{background:var(--white)}.pg__arrow--prev{left:1rem}.pg__arrow--next{right:1rem}.pg__dots{display:none;position:absolute;bottom:1rem;left:50%;transform:translate(-50%);gap:.4rem;z-index:5}.pg__dot{width:6px;height:6px;border-radius:50%;background:#ffffff80;border:none;cursor:pointer;padding:0;transition:background var(--trans),transform var(--trans)}.pg__dot.is-active{background:var(--white);transform:scale(1.3)}.pg__placeholder{width:100%;height:100%;background:var(--off-white);min-height:500px}.pg__video-wrap{width:100%;height:100%}.pg__video{width:100%;height:100%;object-fit:cover}.pg__lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:600;background:#000000f2;display:flex;align-items:center;justify-content:center;animation:fadeIn .25s ease}.pg__lightbox[hidden]{display:none}@keyframes fadeIn{0%{opacity:0}}.pg__lightbox-close{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;color:var(--white);cursor:pointer;padding:.5rem}.pg__lightbox-img{max-width:90vw;max-height:90vh;object-fit:contain}.pp-panel{padding:3.5rem 4rem 4rem 3rem;overflow-y:auto;height:calc(100vh - var(--header-height,70px) - 38px)}.pp-breadcrumb{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap;font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;color:var(--stone);margin-bottom:1.25rem}.pp-breadcrumb a{color:var(--stone);transition:color var(--trans)}.pp-breadcrumb a:hover{color:var(--jet)}.pp-breadcrumb span{color:var(--light)}.pp-type{font-size:.65rem;letter-spacing:.28em;text-transform:uppercase;color:var(--stone);margin-bottom:.75rem}.pp-title{font-family:var(--font-serif);font-size:clamp(1.8rem,3.5vw,3rem);font-weight:400;line-height:1.05;margin-bottom:.75rem}.pp-rating{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.pp-stars{color:var(--jet);font-size:.95rem;letter-spacing:.05em}.pp-review-count{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--stone);border-bottom:1px solid var(--light);padding-bottom:1px}.pp-price-block{margin-bottom:1rem}.pp-price{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap}.pp-price-current{font-family:var(--font-serif);font-size:1.6rem}.pp-price-compare{color:var(--stone);font-size:1.1rem;text-decoration:line-through}.pp-price-save{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;background:var(--jet);color:var(--white);padding:.2rem .6rem}.pp-availability{margin-bottom:1.5rem}.pp-stock{display:flex;align-items:center;gap:.5rem;font-size:.78rem;letter-spacing:.08em}.pp-stock--in svg{color:#22c55e}.pp-stock--out svg{color:#ef4444}.pp-divider{border:none;border-top:1px solid var(--light);margin:1.5rem 0}.pp-option-group{border:none;padding:0;margin-bottom:1.75rem}.pp-option-label{display:flex;align-items:center;gap:.75rem;font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;color:var(--stone);margin-bottom:.9rem}.pp-size-guide-link{display:inline-flex;align-items:center;gap:.25rem;background:none;border:none;color:var(--stone);font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;border-bottom:1px solid var(--light);padding-bottom:1px;margin-left:auto;transition:color var(--trans)}.pp-size-guide-link:hover{color:var(--jet)}.pp-pills{display:flex;gap:.5rem;flex-wrap:wrap}.pp-pill{padding:.6rem 1.1rem;border:1px solid var(--light);background:transparent;font-size:.78rem;letter-spacing:.05em;cursor:pointer;position:relative;overflow:hidden;transition:background var(--trans),border-color var(--trans),color var(--trans)}.pp-pill:hover{border-color:var(--stone)}.pp-pill.is-selected{background:var(--jet);color:var(--white);border-color:var(--jet)}.pp-pill.is-unavailable{opacity:.4}.pp-pill-strike{position:absolute;top:50%;left:0;right:0;height:1px;background:var(--stone);transform:rotate(-25deg)}.pp-quantity-group{margin-bottom:1.75rem}.pp-qty-control{display:flex;align-items:center;border:1px solid var(--light);width:fit-content}.pp-qty-btn{width:44px;height:44px;background:none;border:none;font-size:1.2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background var(--trans)}.pp-qty-btn:hover{background:var(--off-white)}.pp-qty-input{width:56px;height:44px;text-align:center;border:none;border-left:1px solid var(--light);border-right:1px solid var(--light);font-size:.9rem;font-family:var(--font-sans)}.pp-preorder-notice{display:flex;align-items:flex-start;gap:.65rem;background:var(--off-white);padding:1rem 1.25rem;font-size:.8rem;line-height:1.6;color:var(--charcoal);margin-bottom:1.5rem}.pp-preorder-notice svg{flex-shrink:0;margin-top:.1rem}.pp-cta-row{display:flex;gap:.75rem;align-items:center;margin-bottom:2rem}.pp-atc-btn{flex:1;padding:1.1rem 1.5rem;background:var(--jet);color:var(--white);border:none;font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:background var(--trans);min-height:56px}.pp-atc-btn:hover:not(:disabled){background:var(--charcoal)}.pp-atc-btn:disabled{background:var(--light);color:var(--stone);cursor:not-allowed}.pp-spinner{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.pp-trust{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2rem;padding:1.5rem;background:var(--off-white)}.pp-trust-item{display:flex;align-items:flex-start;gap:.65rem}.pp-trust-title{font-size:.75rem;font-weight:500}.pp-trust-subtitle{font-size:.7rem;color:var(--stone)}.pp-short-desc{font-size:.85rem;color:var(--stone);line-height:1.8;margin-bottom:1.5rem}.pp-accordions{border-top:1px solid var(--light)}.pp-accordion{border-bottom:1px solid var(--light)}.pp-accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;background:none;border:none;padding:1.1rem 0;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;text-align:left}.pp-acc-chevron{transition:transform .2s ease;flex-shrink:0}.pp-accordion-trigger[aria-expanded=true] .pp-acc-chevron{transform:rotate(180deg)}.pp-accordion-body{padding-bottom:1.25rem;font-size:.85rem;line-height:1.8;color:var(--charcoal)}.pp-accordion-body[hidden]{display:none}.sticky-atc{position:fixed;bottom:0;left:0;right:0;z-index:150;background:var(--white);border-top:1px solid var(--light);box-shadow:0 -4px 20px #00000014;transform:translateY(100%);transition:transform .3s ease}.sticky-atc.is-visible{transform:translateY(0)}.sticky-atc[hidden]{display:none}.sticky-atc-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1rem 2rem}.sticky-atc-product{display:flex;align-items:center;gap:1rem}.sticky-atc-product img{width:50px;height:60px;object-fit:cover;flex-shrink:0}.sticky-atc-title{font-size:.85rem;font-weight:500}.sticky-atc-variant{font-size:.72rem;color:var(--stone)}.sticky-atc-right{display:flex;align-items:center;gap:1.5rem;flex-shrink:0}.sticky-atc-price{font-size:1rem;white-space:nowrap}.sticky-atc-btn{padding:.85rem 2rem;background:var(--jet);color:var(--white);border:none;font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;cursor:pointer;white-space:nowrap;transition:background var(--trans)}.sticky-atc-btn:hover{background:var(--charcoal)}.size-guide-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;display:flex;align-items:center;justify-content:center}.size-guide-modal[hidden]{display:none}.size-guide-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009}.size-guide-panel{position:relative;z-index:1;background:var(--white);width:min(700px,95vw);max-height:85vh;overflow-y:auto;animation:qvSlideIn .3s ease}.size-guide-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid var(--light);position:sticky;top:0;background:var(--white)}.size-guide-header h2{font-family:var(--font-serif);font-size:1.4rem;font-weight:400}.size-guide-close{background:none;border:none;color:var(--stone);cursor:pointer}.size-guide-body{padding:2rem}.size-guide-intro{font-size:.85rem;color:var(--stone);margin-bottom:1.5rem}.size-guide-table{width:100%;border-collapse:collapse;font-size:.85rem;margin-bottom:1.5rem}.size-guide-table th{text-align:left;font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;color:var(--stone);padding:.65rem .75rem;border-bottom:2px solid var(--jet)}.size-guide-table td{padding:.75rem;border-bottom:1px solid var(--light)}.size-guide-table tr:hover td{background:var(--off-white)}.size-guide-note{font-size:.82rem;color:var(--stone);background:var(--off-white);padding:1rem;line-height:1.6}.hair-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.hair-story-media img{width:100%;height:620px;object-fit:cover}.hair-story-caption{font-size:.72rem;color:var(--stone);letter-spacing:.12em;margin-top:.75rem;font-style:italic}.hair-story-heading{font-family:var(--font-serif);font-size:clamp(1.8rem,4vw,3rem);font-weight:400;line-height:1.15;margin-bottom:1.5rem}.hair-story-body{font-size:.88rem;line-height:1.9;color:var(--charcoal);margin-bottom:2rem}.hair-story-features{display:flex;gap:3rem;margin-bottom:2.5rem}.hair-story-feature-num{font-family:var(--font-serif);font-size:1.8rem;font-style:italic;margin-bottom:.1rem}.hair-story-feature-label{font-size:.65rem;letter-spacing:.22em;text-transform:uppercase;color:var(--stone)}.texture-identity{position:relative;min-height:600px;display:flex;align-items:center;overflow:hidden}.texture-identity__inner{width:100%;position:relative;display:flex;align-items:center}.texture-identity__media{position:absolute;top:0;right:0;bottom:0;left:0}.texture-identity__media img{width:100%;height:100%;object-fit:cover}.texture-identity__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#0a0a0ad9,#0a0a0a4d 70%,#0a0a0a1a)}.texture-identity__content{position:relative;z-index:2;padding:5rem 2rem;max-width:1340px;margin:0 auto;width:100%}.texture-identity__heading{font-family:var(--font-serif);font-style:italic;font-size:clamp(2.5rem,6vw,5rem);color:var(--white);line-height:1;margin-bottom:.75rem}.texture-identity__subheading{color:#ffffffb3;font-size:.9rem;max-width:420px;line-height:1.7;margin-bottom:2rem}.texture-identity__tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:3rem}.texture-identity__tag{padding:.4rem 1rem;border:1px solid rgba(255,255,255,.3);font-size:.68rem;letter-spacing:.15em;text-transform:uppercase;color:#fffc}.texture-identity__occasions{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.texture-occasion{border-top:1px solid rgba(255,255,255,.15);padding-top:1rem}.texture-occasion__label{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:#ffffffe6;margin-bottom:.35rem}.texture-occasion__desc{font-size:.78rem;color:#ffffff8c}.product-video{background:var(--off-white)}.product-video__header{text-align:center;margin-bottom:2.5rem}.product-video__wrap{max-width:900px;margin:0 auto}.product-video__el{width:100%;max-height:600px;object-fit:cover;display:block}.product-video__embed-wrap{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.product-video__embed{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.product-video__caption{text-align:center;font-size:.78rem;color:var(--stone);margin-top:1rem;font-style:italic}.pr-header{text-align:center;margin-bottom:3rem}.pr-summary{display:grid;grid-template-columns:200px 1fr;gap:4rem;align-items:center;background:var(--off-white);padding:2.5rem 3rem;margin-bottom:3.5rem}.pr-summary-score{text-align:center}.pr-score-num{font-family:var(--font-serif);font-size:4rem;line-height:1;margin-bottom:.5rem}.pr-score-stars{font-size:1.3rem;letter-spacing:.1em;margin-bottom:.5rem}.pr-star--full{color:var(--jet)}.pr-star--empty{color:var(--light)}.pr-score-count{font-size:.72rem;color:var(--stone);letter-spacing:.12em;text-transform:uppercase}.pr-summary-bars{display:flex;flex-direction:column;gap:.6rem}.pr-bar-row{display:flex;align-items:center;gap:.85rem;font-size:.78rem}.pr-bar-label{width:25px;color:var(--stone);flex-shrink:0;text-align:right}.pr-bar-track{flex:1;height:4px;background:var(--light);overflow:hidden}.pr-bar-fill{height:100%;background:var(--jet);transition:width .8s ease}.pr-bar-pct{width:38px;color:var(--stone);flex-shrink:0;font-size:.72rem}.pr-list{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3rem}.pr-card{background:var(--off-white);padding:2rem}.pr-card-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.pr-card-avatar{width:40px;height:40px;background:var(--jet);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-serif);font-size:1rem;font-style:italic;flex-shrink:0}.pr-card-name{font-size:.82rem;font-weight:500}.pr-card-stars{font-size:.9rem;color:var(--jet);letter-spacing:.05em}.pr-card-meta{margin-left:auto;text-align:right}.pr-card-date{font-size:.68rem;color:var(--stone);display:block}.pr-verified{font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;color:#22c55e;display:block;margin-top:.2rem}.pr-card-title{font-family:var(--font-serif);font-size:1rem;margin-bottom:.65rem}.pr-card-body{font-size:.85rem;line-height:1.8;color:var(--charcoal)}.pr-card-photo{margin-top:1rem}.pr-card-photo img{width:80px;height:100px;object-fit:cover}.pr-card-product{font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--stone);margin-top:1rem}.pr-write-cta{text-align:center;padding:2rem;border-top:1px solid var(--light);display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap}.pr-write-cta p{font-family:var(--font-serif);font-style:italic;font-size:1.1rem}.complete-look__header{text-align:center;margin-bottom:3rem}.complete-look__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.related-products{background:var(--off-white)}.related-products__header{text-align:center;margin-bottom:3rem}.related-products__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media(max-width:1200px){.pp-hero{grid-template-columns:52% 48%}.pp-panel{padding:3rem 2.5rem}.complete-look__grid,.related-products__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:1024px){.pp-hero{grid-template-columns:1fr;min-height:unset}.pg{position:static;height:auto;grid-template-columns:1fr}.pg__thumbs{flex-direction:row;overflow-x:auto;max-height:90px}.pg__thumb{width:70px;height:84px}.pg__stage{height:70vw;max-height:580px}.pg__dots,.pg__arrow{display:flex}.pp-panel{padding:2.5rem 2rem;height:auto;overflow-y:visible}.hair-story-grid{grid-template-columns:1fr;gap:3rem}.hair-story-media img{height:400px}.pr-list{grid-template-columns:1fr}.pr-summary{grid-template-columns:1fr;gap:2rem}.complete-look__grid,.related-products__grid,.texture-identity__occasions{grid-template-columns:repeat(2,1fr)}.sticky-atc-product img{display:none}}@media(max-width:768px){.pg__stage{height:80vw;max-height:420px}.pp-trust{grid-template-columns:1fr}.pp-cta-row{flex-direction:column}.pp-atc-btn,.pp-cta-row .wishlist-btn{width:100%}.pp-cta-row .wishlist-btn{height:56px;border:1px solid var(--light)}.hair-story-features{gap:1.5rem;flex-wrap:wrap}.complete-look__grid,.related-products__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.texture-identity__occasions{grid-template-columns:1fr 1fr}.pr-summary{padding:1.5rem}.sticky-atc-inner{padding:.85rem 1.25rem;gap:1rem}}@media(max-width:480px){.pg__stage{height:100vw;max-height:380px}.pp-panel{padding:2rem 1.25rem}.pp-title{font-size:clamp(1.5rem,7vw,2rem)}.complete-look__grid,.related-products__grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.texture-identity__occasions{grid-template-columns:1fr}.sticky-atc-right{flex-direction:column;gap:.5rem}}.hf{position:relative;min-height:100svh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--off-white)}.hf__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hf__bg-img{width:100%;height:100%;object-fit:cover;opacity:.12;filter:grayscale(100%)}.hf__bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#f5f5f3e0}.hf__screen{position:relative;z-index:1;width:100%;min-height:100svh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem 2rem}.hf__screen[hidden]{display:none}.hf__screen.is-active{display:flex}.hf__screen.hf-enter{animation:hfEnter .35s ease forwards}.hf__screen.hf-exit{animation:hfExit .25s ease forwards}@keyframes hfEnter{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@keyframes hfExit{0%{opacity:1}to{opacity:0}}.hf__welcome-inner{max-width:620px;text-align:center}.hf__welcome-eyebrow{font-size:.65rem;letter-spacing:.35em;text-transform:uppercase;color:var(--stone);margin-bottom:1.25rem}.hf__welcome-heading{font-family:var(--font-serif);font-style:italic;font-size:clamp(2.5rem,7vw,5.5rem);font-weight:400;line-height:1;margin-bottom:1.25rem;color:var(--jet)}.hf__welcome-subheading{font-size:.92rem;color:var(--stone);line-height:1.8;margin-bottom:2.5rem;max-width:480px;margin-left:auto;margin-right:auto}.hf__welcome-meta{display:flex;align-items:center;justify-content:center;gap:2rem;margin-bottom:3rem;flex-wrap:wrap}.hf__welcome-meta span{display:flex;align-items:center;gap:.5rem;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--stone)}.hf__start-btn{display:inline-block;padding:1.1rem 3rem;background:var(--jet);color:var(--white);border:none;font-family:var(--font-sans);font-size:.78rem;letter-spacing:.22em;text-transform:uppercase;cursor:pointer;transition:background var(--trans),transform .15s ease}.hf__start-btn:hover{background:var(--charcoal);transform:translateY(-1px)}.hf__resume{margin-top:1.5rem}.hf__resume p{font-size:.78rem;color:var(--stone)}.hf__resume-btn{background:none;border:none;color:var(--jet);font-size:.78rem;cursor:pointer;border-bottom:1px solid var(--light);padding-bottom:1px;font-family:var(--font-sans)}.hf__screen--quiz{padding-top:3rem;padding-bottom:2rem;justify-content:flex-start}.hf__progress-bar{width:100%;max-width:700px;height:2px;background:var(--light);margin-bottom:.75rem;position:relative;overflow:hidden}.hf__progress-fill{position:absolute;left:0;top:0;bottom:0;background:var(--jet);transition:width .4s ease}.hf__progress-label{font-size:.65rem;letter-spacing:.22em;text-transform:uppercase;color:var(--stone);margin-bottom:3rem;text-align:center}.hf__question-wrap{width:100%;max-width:700px;flex:1}.hf__question{width:100%}.hf__question.hf-enter{animation:hfEnter .3s ease forwards}.hf__question-heading{font-family:var(--font-serif);font-size:clamp(1.6rem,4vw,2.8rem);font-weight:400;line-height:1.15;margin-bottom:.65rem;text-align:center}.hf__question-sub{font-size:.85rem;color:var(--stone);text-align:center;margin-bottom:2.5rem;line-height:1.6}.hf__options{display:grid;gap:.85rem;grid-template-columns:repeat(2,1fr)}.hf__options--3{grid-template-columns:repeat(3,1fr)}.hf__option{position:relative;border:1px solid var(--light);background:var(--white);padding:1.5rem 1.25rem;cursor:pointer;text-align:left;transition:border-color .2s ease,background .2s ease,transform .15s ease;display:flex;flex-direction:column;gap:.5rem}.hf__option:hover{border-color:var(--stone);transform:translateY(-2px)}.hf__option.is-selected{border-color:var(--jet);background:var(--jet)}.hf__option-icon{font-size:1.4rem;color:var(--stone);margin-bottom:.25rem;transition:color .2s ease;font-family:monospace}.hf__option.is-selected .hf__option-icon{color:#fff9}.hf__option-label{font-size:.88rem;font-weight:500;color:var(--jet);transition:color .2s ease;line-height:1.2}.hf__option.is-selected .hf__option-label{color:var(--white)}.hf__option-desc{font-size:.72rem;color:var(--stone);transition:color .2s ease;line-height:1.4}.hf__option.is-selected .hf__option-desc{color:#ffffffa6}.hf__option-check{position:absolute;top:.75rem;right:.75rem;width:20px;height:20px;border:1px solid var(--light);border-radius:50%;background:transparent;display:flex;align-items:center;justify-content:center;transition:background .2s ease,border-color .2s ease}.hf__option.is-selected .hf__option-check{background:var(--white);border-color:var(--white)}.hf__option-check:after{content:"";width:6px;height:6px;border-radius:50%;background:transparent;transition:background .2s ease}.hf__option.is-selected .hf__option-check:after{background:var(--jet)}.hf__nav{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:700px;padding-top:2.5rem;gap:1rem}.hf__nav-btn{display:flex;align-items:center;gap:.5rem;background:none;border:1px solid var(--light);padding:.75rem 1.5rem;font-family:var(--font-sans);font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease;min-width:110px;justify-content:center}.hf__nav-btn:hover{border-color:var(--stone)}.hf__nav-btn--next{background:var(--jet);color:var(--white);border-color:var(--jet)}.hf__nav-btn--next:hover:not(:disabled){background:var(--charcoal);border-color:var(--charcoal)}.hf__nav-btn--next:disabled{background:var(--light);border-color:var(--light);color:var(--stone);cursor:not-allowed}.hf__nav-btn--back{color:var(--stone)}.hf__nav-dots{display:flex;gap:.4rem;align-items:center}.hf__nav-dot{width:6px;height:6px;border-radius:50%;background:var(--light);transition:background .2s ease,transform .2s ease}.hf__nav-dot.is-current{background:var(--jet);transform:scale(1.4)}.hf__nav-dot.is-done{background:var(--stone)}.hf__restart-btn{margin-top:1.5rem;background:none;border:none;font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;color:var(--light);cursor:pointer;font-family:var(--font-sans);transition:color var(--trans)}.hf__restart-btn:hover{color:var(--stone)}.hf__screen--result{align-items:flex-start;padding-top:4rem;padding-bottom:5rem}.hf__result-inner{max-width:1200px;margin:0 auto;width:100%}.hf__result-hero{text-align:center;margin-bottom:4rem}.hf__result-badge{display:inline-block;font-size:3.5rem;margin-bottom:1rem;font-family:var(--font-serif);font-style:italic;color:var(--stone)}.hf__result-heading{font-family:var(--font-serif);font-style:italic;font-size:clamp(2.5rem,6vw,5rem);font-weight:400;line-height:1;margin-bottom:1rem}.hf__result-subheading{color:var(--stone);font-size:.9rem;line-height:1.7;max-width:480px;margin:0 auto}.hf__rec-grid{display:grid;grid-template-columns:1fr 320px;gap:2.5rem;margin-bottom:5rem}.hf__rec-card{display:grid;grid-template-columns:280px 1fr;gap:0;border:1px solid var(--light);overflow:hidden}.hf__rec-image{background:var(--off-white);min-height:480px;overflow:hidden}.hf__rec-image img{width:100%;height:100%;object-fit:cover}.hf__rec-content{padding:3rem;display:flex;flex-direction:column;gap:1.25rem}.hf__rec-label{font-size:.6rem;letter-spacing:.3em;text-transform:uppercase;color:var(--stone)}.hf__rec-texture{font-family:var(--font-serif);font-size:clamp(1.8rem,3vw,2.8rem);font-weight:400}.hf__rec-why{font-size:.85rem;color:var(--stone);line-height:1.7}.hf__rec-details{display:flex;gap:1.5rem;flex-wrap:wrap;padding:1.25rem 0;border-top:1px solid var(--off-white);border-bottom:1px solid var(--off-white)}.hf__rec-detail-label{font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:var(--stone);margin-bottom:.25rem}.hf__rec-detail-value{font-size:.9rem}.hf__rec-care{background:var(--off-white);padding:1rem 1.25rem}.hf__rec-care-label{font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;color:var(--stone);margin-bottom:.4rem;display:flex;align-items:center;gap:.4rem}.hf__rec-care-text{font-size:.8rem;color:var(--charcoal);line-height:1.6}.hf__rec-cta{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:var(--jet);color:var(--white);font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;margin-top:auto;transition:background var(--trans)}.hf__rec-cta:hover{background:var(--charcoal)}.hf__match-sidebar{display:flex;flex-direction:column;gap:1.5rem}.hf__match-score{background:var(--jet);color:var(--white);padding:2rem;text-align:center}.hf__match-score-label{font-size:.62rem;letter-spacing:.25em;text-transform:uppercase;color:#ffffff80;margin-bottom:.5rem}.hf__match-score-num{font-family:var(--font-serif);font-style:italic;font-size:4rem;line-height:1}.hf__answers-summary{background:var(--off-white);padding:1.5rem;flex:1}.hf__answers-title{font-size:.62rem;letter-spacing:.25em;text-transform:uppercase;color:var(--stone);margin-bottom:1.25rem}.hf__answer-row{display:flex;justify-content:space-between;gap:.5rem;padding:.55rem 0;border-bottom:1px solid var(--light);font-size:.78rem}.hf__answer-row:last-child{border-bottom:none}.hf__answer-key{color:var(--stone);flex-shrink:0}.hf__answer-val{font-weight:500;text-align:right}.hf__result-actions{display:flex;flex-direction:column;gap:.65rem}.hf__save-btn,.hf__retake-btn,.hf__share-btn{width:100%;padding:.85rem;font-family:var(--font-sans);font-size:.68rem;letter-spacing:.15em;text-transform:uppercase;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background var(--trans),color var(--trans)}.hf__save-btn{background:var(--white);color:var(--jet);border:1px solid var(--light)}.hf__save-btn.is-saved{background:var(--jet);color:var(--white);border-color:var(--jet)}.hf__retake-btn{background:none;border:1px solid var(--light);color:var(--stone)}.hf__retake-btn:hover{border-color:var(--stone);color:var(--jet)}.hf__share-btn{background:none;border:1px solid var(--light);color:var(--stone)}.hf__share-btn:hover{border-color:var(--stone);color:var(--jet)}.hf__products{border-top:1px solid var(--light);padding-top:4rem}.hf__products-heading{font-family:var(--font-serif);font-size:clamp(1.5rem,3vw,2.5rem);font-weight:400;text-align:center;margin-bottom:2.5rem}.hf__products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.hf__product-skeleton .pcard__media{aspect-ratio:3/4}@media(max-width:1024px){.hf__rec-grid{grid-template-columns:1fr}.hf__match-sidebar{flex-direction:row;flex-wrap:wrap}.hf__match-score{flex:0 0 140px;padding:1.5rem}.hf__answers-summary{flex:1}.hf__result-actions{flex-direction:row;flex:100%}.hf__products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.hf__screen{padding:2rem 1.25rem;min-height:unset}.hf__screen--quiz{padding-top:2rem}.hf__options{grid-template-columns:1fr}.hf__options--3{grid-template-columns:1fr 1fr}.hf__option{padding:1.1rem 1rem;flex-direction:row;align-items:center;gap:1rem}.hf__option-icon{font-size:1.2rem;margin-bottom:0;flex-shrink:0}.hf__rec-card{grid-template-columns:1fr}.hf__rec-image{min-height:260px}.hf__rec-content{padding:1.75rem}.hf__match-sidebar,.hf__result-actions{flex-direction:column}.hf__products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.hf__nav{flex-wrap:wrap;gap:.75rem}.hf__nav-btn{flex:1}.hf__nav-dots{order:-1;width:100%;justify-content:center}.hf__rec-details{gap:1rem}}@media(max-width:480px){.hf__welcome-meta{gap:1rem;flex-direction:column}.hf__question-heading{font-size:clamp(1.4rem,6vw,2rem)}.hf__options--3{grid-template-columns:1fr}.hf__products-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.hf__rec-grid{gap:1.5rem}}.cd-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0a0a80;z-index:200;opacity:0;pointer-events:none;transition:opacity .35s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.cd-overlay.is-open{opacity:1;pointer-events:auto}.cd{position:fixed;top:0;right:0;width:min(480px,100vw);height:100dvh;background:var(--white);z-index:201;transform:translate(100%);transition:transform .38s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:-8px 0 60px #0000001f;overflow:hidden}.cd.is-open{transform:translate(0)}.cd[hidden]{display:flex!important;transform:translate(100%)}.cd__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.75rem;border-bottom:1px solid var(--light);flex-shrink:0}.cd__title{font-size:.68rem;letter-spacing:.3em;text-transform:uppercase;display:inline}.cd__count{font-size:.68rem;color:var(--stone);margin-left:.4rem;letter-spacing:.1em}.cd__close{background:none;border:none;color:var(--stone);cursor:pointer;padding:.35rem;transition:color var(--trans);display:flex;align-items:center}.cd__close:hover{color:var(--jet)}.cd__shipping-progress{padding:.85rem 1.75rem;background:var(--off-white);border-bottom:1px solid var(--light);flex-shrink:0}.cd__progress-track{height:3px;background:var(--light);overflow:hidden;margin-bottom:.55rem}.cd__progress-fill{height:100%;background:var(--jet);transition:width .5s cubic-bezier(.4,0,.2,1)}.cd__progress-msg{font-size:.7rem;letter-spacing:.06em;color:var(--stone);text-align:center}.cd__progress-msg.is-reached{color:var(--jet);font-weight:500}.cd__body{flex:1;overflow-y:auto;padding:0}.cd__body::-webkit-scrollbar{width:4px}.cd__body::-webkit-scrollbar-track{background:transparent}.cd__body::-webkit-scrollbar-thumb{background:var(--light)}.cd__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;gap:1rem;height:100%}.cd__empty-icon{color:var(--light)}.cd__empty-heading{font-family:var(--font-serif);font-size:1.3rem;font-weight:400}.cd__empty-body{font-size:.85rem;color:var(--stone);line-height:1.6}.cd__empty-cta{margin-top:.5rem;padding:.85rem 2rem}.cd-item{display:grid;grid-template-columns:88px 1fr auto;gap:1.1rem;padding:1.25rem 1.75rem;border-bottom:1px solid var(--off-white);align-items:start;animation:cdItemIn .25s ease}@keyframes cdItemIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.cd-item.is-removing{opacity:.4;transition:opacity .2s;pointer-events:none}.cd-item__img{width:88px;height:110px;object-fit:cover;background:var(--off-white);display:block}.cd-item__meta{min-width:0}.cd-item__title{font-size:.85rem;font-weight:500;line-height:1.3;margin-bottom:.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cd-item__variant{font-size:.72rem;color:var(--stone);margin-bottom:.75rem}.cd-item__qty{display:flex;align-items:center;gap:0;border:1px solid var(--light);width:fit-content}.cd-item__qty-btn{width:30px;height:30px;background:none;border:none;font-size:1rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background var(--trans);color:var(--jet)}.cd-item__qty-btn:hover{background:var(--off-white)}.cd-item__qty-val{width:32px;text-align:center;font-size:.82rem;border-left:1px solid var(--light);border-right:1px solid var(--light);height:30px;display:flex;align-items:center;justify-content:center}.cd-item__remove{display:block;margin-top:.55rem;font-size:.62rem;letter-spacing:.1em;text-transform:uppercase;color:var(--stone);background:none;border:none;cursor:pointer;text-decoration:underline;text-underline-offset:2px;transition:color var(--trans)}.cd-item__remove:hover{color:var(--jet)}.cd-item__price{font-size:.85rem;white-space:nowrap;text-align:right;flex-shrink:0}.cd-item__saving{display:block;font-size:.68rem;color:#16a34a;margin-top:.15rem;text-align:right}.cd__cross-sell{flex-shrink:0;padding:1.25rem 1.75rem;border-top:1px solid var(--light);border-bottom:1px solid var(--light);background:var(--off-white)}.cd__cross-sell-heading{font-size:.62rem;letter-spacing:.28em;text-transform:uppercase;color:var(--stone);margin-bottom:1rem}.cd__cross-sell-scroll{display:flex;gap:.75rem;overflow-x:auto;scrollbar-width:none;padding-bottom:.25rem}.cd__cross-sell-scroll::-webkit-scrollbar{display:none}.cd-cs-card{flex:0 0 100px;text-align:center;cursor:pointer}.cd-cs-card__img{width:100px;height:120px;object-fit:cover;background:var(--white);display:block;margin-bottom:.5rem}.cd-cs-card__title{font-size:.68rem;line-height:1.3;margin-bottom:.2rem;color:var(--jet)}.cd-cs-card__price{font-size:.68rem;color:var(--stone);margin-bottom:.35rem}.cd-cs-card__add{width:100%;padding:.3rem;background:var(--jet);color:var(--white);border:none;font-size:.58rem;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:background var(--trans)}.cd-cs-card__add:hover{background:var(--charcoal)}.cd__discount{padding:.85rem 1.75rem;border-top:1px solid var(--light);flex-shrink:0}.cd__discount-form{display:flex;gap:0}.cd__discount-input{flex:1;padding:.7rem 1rem;border:1px solid var(--light);border-right:none;font-family:var(--font-sans);font-size:.8rem;outline:none;transition:border-color var(--trans)}.cd__discount-input:focus{border-color:var(--stone)}.cd__discount-btn{padding:.7rem 1.1rem;background:var(--jet);color:var(--white);border:none;font-size:.68rem;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;flex-shrink:0;transition:background var(--trans)}.cd__discount-btn:hover{background:var(--charcoal)}.cd__discount-msg{font-size:.75rem;margin-top:.5rem}.cd__discount-msg.is-success{color:#16a34a}.cd__discount-msg.is-error{color:#dc2626}.cd__footer{flex-shrink:0;padding:1.25rem 1.75rem 1.5rem;border-top:1px solid var(--light);background:var(--white)}.cd__summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.4rem}.cd__summary-row span:first-child{font-size:.8rem;color:var(--stone)}.cd__subtotal{font-size:.88rem;font-weight:500}.cd__taxes-note{font-size:.68rem;color:var(--light);margin-bottom:1.1rem}.cd__checkout-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 1.25rem;background:var(--jet);color:var(--white);border:none;text-decoration:none;font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;cursor:pointer;transition:background var(--trans);margin-bottom:.65rem}.cd__checkout-btn:hover{background:var(--charcoal)}.cd__view-cart{display:block;text-align:center;padding:.5rem;font-size:.68rem;letter-spacing:.15em;text-transform:uppercase;color:var(--stone);transition:color var(--trans);margin-bottom:1.25rem}.cd__view-cart:hover{color:var(--jet)}.cd__trust{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;margin-bottom:1.1rem}.cd__trust-item{display:flex;align-items:center;gap:.5rem;font-size:.68rem;color:var(--stone)}.cd__payments{display:flex;gap:.35rem;flex-wrap:wrap}.cd__payment-icon{height:20px;width:auto;opacity:.6}.cart-page{padding:4rem 0 6rem;min-height:60vh}.cart-page-header{display:flex;align-items:baseline;gap:1rem;margin-bottom:2.5rem;padding-bottom:1.25rem;border-bottom:1px solid var(--light)}.cart-page-title{font-family:var(--font-serif);font-size:clamp(2rem,5vw,3.5rem);font-weight:400}.cart-page-count{font-size:.78rem;color:var(--stone);letter-spacing:.1em}.cart-page-layout{display:grid;grid-template-columns:1fr 360px;gap:4rem;align-items:start}.cpi-header{display:grid;grid-template-columns:200px 1fr 1fr auto;gap:1.5rem;padding-bottom:1rem;border-bottom:2px solid var(--jet);font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--stone)}@media(max-width:768px){.cpi-header{display:none}}.cpi-row{display:grid;grid-template-columns:160px 1fr auto auto;gap:1.5rem;padding:2rem 0;border-bottom:1px solid var(--light);align-items:start}.cpi-image img{width:160px;height:200px;object-fit:cover;display:block}.cpi-title{font-size:.95rem;font-weight:500;line-height:1.3;color:var(--jet);transition:color var(--trans)}.cpi-title:hover{color:var(--stone)}.cpi-variant{font-size:.78rem;color:var(--stone);margin-top:.25rem}.cpi-selling-plan,.cpi-property{font-size:.75rem;color:var(--stone)}.cpi-unit-price{font-size:.78rem;color:var(--stone);margin-top:.5rem}.cpi-remove{display:inline-block;margin-top:1rem;font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;color:var(--stone);background:none;border:none;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.cpi-qty-mobile{display:none}.cpi-qty-desktop{display:flex;align-items:center;border:1px solid var(--light);height:fit-content;width:fit-content}.cpi-qty-btn{width:36px;height:36px;background:none;border:none;font-size:.9rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background var(--trans);color:var(--jet)}.cpi-qty-btn:hover{background:var(--off-white)}.cpi-qty-val{width:40px;height:36px;display:flex;align-items:center;justify-content:center;border-left:1px solid var(--light);border-right:1px solid var(--light);font-size:.85rem}.cpi-total{font-size:.95rem;font-weight:500;text-align:right;white-space:nowrap}.cart-continue{padding:2rem 0}.cart-summary{position:sticky;top:calc(var(--header-height,70px) + 38px + 1rem);background:var(--off-white);padding:2rem;border:1px solid var(--light)}.cart-summary-title{font-family:var(--font-serif);font-size:1.4rem;font-weight:400;margin-bottom:1.5rem}.cart-summary-progress{margin-bottom:1.5rem}.cart-summary-progress-track{height:3px;background:var(--light);margin-bottom:.55rem}.cart-summary-progress-fill{height:100%;background:var(--jet);transition:width .5s ease}.cart-summary-progress-msg{font-size:.72rem;color:var(--stone);text-align:center}.cart-summary-breakdown{margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.75rem}.cart-summary-row{display:flex;justify-content:space-between;align-items:center;font-size:.85rem}.cart-summary-shipping{font-size:.82rem;color:var(--stone)}.cart-summary-row--discount{color:#16a34a}.cart-summary-total{display:flex;justify-content:space-between;align-items:center;font-size:1rem;font-weight:500;padding:1.25rem 0;border-top:1px solid var(--light);border-bottom:1px solid var(--light);margin-bottom:1.5rem}.cart-summary-discount{margin-bottom:1.25rem}.discount-details summary{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--stone);cursor:pointer;padding:.5rem 0}.discount-details summary::-webkit-details-marker{display:none}.discount-form-wrap{display:flex;gap:0;margin-top:.65rem}.discount-input{flex:1;padding:.65rem 1rem;border:1px solid var(--light);border-right:none;font-family:var(--font-sans);font-size:.8rem;outline:none}.discount-apply-btn{padding:.65rem 1rem;background:var(--jet);color:var(--white);border:none;font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;cursor:pointer}.discount-msg{font-size:.75rem;margin-top:.5rem}.cp-checkout-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.1rem 1.25rem;background:var(--jet);color:var(--white);text-decoration:none;font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;transition:background var(--trans);margin-bottom:.85rem}.cp-checkout-btn:hover{background:var(--charcoal)}.cp-secure-note{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.68rem;color:var(--stone);margin-bottom:1.25rem;text-align:center}.cp-payment-icons{display:flex;gap:.35rem;flex-wrap:wrap;margin-bottom:1.25rem}.cp-payment-icon{height:22px;width:auto;opacity:.65}.cp-trust{display:flex;flex-direction:column;gap:.65rem}.cp-trust-item{display:flex;align-items:center;gap:.65rem;font-size:.78rem;color:var(--stone)}.cp-trust-item svg{flex-shrink:0;color:var(--stone)}.cart-page-empty{display:flex;align-items:center;justify-content:center;min-height:60vh}.cart-page-empty-inner{text-align:center;max-width:460px;padding:3rem 2rem}.cart-page-empty-icon{color:var(--light);display:flex;justify-content:center;margin-bottom:2rem}.cart-page-empty-heading{font-family:var(--font-serif);font-size:clamp(1.8rem,4vw,3rem);font-weight:400;margin-bottom:.75rem}.cart-page-empty-body{color:var(--stone);font-size:.9rem;line-height:1.7;margin-bottom:2rem}.cart-page-recs{border-top:1px solid var(--light)}.cart-page-recs .product-grid{grid-template-columns:repeat(4,1fr)}@media(max-width:1024px){.cart-page-layout{grid-template-columns:1fr}.cart-summary{position:static}.cart-page-recs .product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.cpi-row{grid-template-columns:120px 1fr;gap:1rem}.cpi-qty-desktop{display:none}.cpi-qty-mobile{display:flex;align-items:center;gap:.65rem;margin-top:.75rem}.cpi-total{display:none}.cd__trust{grid-template-columns:1fr}.cart-page-recs .product-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:480px){.cpi-image img{width:100px;height:130px}.cpi-row{grid-template-columns:100px 1fr}}.cp{background:var(--off-white);min-height:calc(100svh - var(--header-height,70px) - 38px);padding:3rem 0 5rem}.cp-layout{display:grid;grid-template-columns:260px 1fr;gap:3rem;align-items:start}.cp-nav-tabs{display:none;overflow-x:auto;scrollbar-width:none;gap:0;border-bottom:1px solid var(--light);margin-bottom:2rem}.cp-nav-tabs::-webkit-scrollbar{display:none}.cp-nav-tab{padding:.85rem 1.25rem;white-space:nowrap;font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:var(--stone);border-bottom:2px solid transparent;transition:color var(--trans),border-color var(--trans);text-decoration:none}.cp-nav-tab.is-active{color:var(--jet);border-bottom-color:var(--jet)}.cp-nav-sidebar{list-style:none;position:sticky;top:calc(var(--header-height,70px) + 38px + 1rem);background:var(--white);border:1px solid var(--light)}.cp-nav-brand{padding:1.5rem;border-bottom:1px solid var(--light)}.cp-nav-brand-name{font-family:var(--font-serif);font-size:1rem;margin-bottom:.2rem}.cp-nav-brand-email{font-size:.72rem;color:var(--stone);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cp-nav-link{display:flex;align-items:center;gap:.85rem;padding:1rem 1.5rem;font-size:.78rem;letter-spacing:.06em;color:var(--stone);text-decoration:none;border-left:2px solid transparent;transition:color var(--trans),border-color var(--trans),background var(--trans)}.cp-nav-link:hover{color:var(--jet);background:var(--off-white)}.cp-nav-link.is-active{color:var(--jet);border-left-color:var(--jet);background:var(--off-white)}.cp-nav-link svg{flex-shrink:0}.cp-nav-logout{border-top:1px solid var(--light)}.cp-nav-link--logout{color:var(--stone)}.cp-nav-link--logout:hover{color:#dc2626}.cp-tab{display:none}.cp-tab.is-active{display:block;animation:cpTabIn .3s ease}@keyframes cpTabIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.cp-tab-header{margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--light)}.cp-tab-title{font-family:var(--font-serif);font-size:clamp(1.8rem,4vw,2.8rem);font-weight:400;margin-bottom:.35rem}.cp-tab-subtitle{font-size:.82rem;color:var(--stone)}.cp-welcome-hero{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center;background:var(--jet);color:var(--white);padding:3rem;margin-bottom:2rem;min-height:220px}.cp-welcome-prefix{font-size:.65rem;letter-spacing:.3em;text-transform:uppercase;color:#ffffff80;margin-bottom:.5rem}.cp-welcome-name{font-family:var(--font-serif);font-style:italic;font-size:clamp(2.5rem,6vw,5rem);line-height:1;margin-bottom:.5rem}.cp-welcome-tagline{font-size:.65rem;letter-spacing:.28em;text-transform:uppercase;color:#ffffff59}.cp-welcome-image{width:160px;height:200px;overflow:hidden;flex-shrink:0}.cp-welcome-image img{width:100%;height:100%;object-fit:cover;filter:grayscale(20%)}.cp-stats-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid var(--light);background:var(--white);margin-bottom:2rem}.cp-stat{padding:1.5rem;border-right:1px solid var(--light);text-align:center}.cp-stat:last-child{border-right:none}.cp-stat-num{font-family:var(--font-serif);font-size:1.8rem;font-weight:400;margin-bottom:.2rem}.cp-stat-label{font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;color:var(--stone)}.cp-section{background:var(--white);border:1px solid var(--light);padding:2rem;margin-bottom:1.5rem}.cp-section-heading{font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;margin-bottom:1.5rem}.cp-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.cp-section-link{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--stone);border-bottom:1px solid var(--light);padding-bottom:1px}.cp-quick-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.cp-qa-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;padding:1.5rem 1rem;border:1px solid var(--light);text-align:center;text-decoration:none;color:var(--jet);transition:background var(--trans),border-color var(--trans)}.cp-qa-btn:hover{background:var(--off-white);border-color:var(--stone)}.cp-qa-icon{color:var(--stone)}.cp-qa-label{font-size:.68rem;letter-spacing:.12em;text-transform:uppercase}.cp-orders-table{background:var(--white);border:1px solid var(--light);overflow:hidden}.cp-orders-head{display:grid;gap:1rem;padding:.85rem 1.5rem;border-bottom:1px solid var(--light);font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;color:var(--stone);background:var(--off-white)}.cp-orders-head{grid-template-columns:1fr 1fr 1fr 1fr auto}.cp-orders-table--full .cp-orders-head{grid-template-columns:1fr 1fr 1fr 1fr 1fr auto}.cp-order-row{display:grid;gap:1rem;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid var(--off-white);font-size:.85rem;grid-template-columns:1fr 1fr 1fr 1fr auto}.cp-orders-table--full .cp-order-row{grid-template-columns:1fr 1fr 1fr 1fr 1fr auto}.cp-order-row:last-child{border-bottom:none}.cp-order-num a{color:var(--jet);text-decoration:underline;text-underline-offset:2px}.cp-order-date{color:var(--stone);font-size:.78rem}.cp-order-total{font-weight:500}.cp-order-detail-link{font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:var(--stone);white-space:nowrap}.cp-order-detail-link:hover{color:var(--jet)}.cp-status-badge{display:inline-block;padding:.3rem .75rem;font-size:.62rem;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap}.cp-status-badge--fulfilled,.cp-status-badge--paid{background:#dcfce7;color:#15803d}.cp-status-badge--unfulfilled,.cp-status-badge--pending{background:var(--off-white);color:var(--stone)}.cp-status-badge--partial{background:#fef9c3;color:#854d0e}.cp-status-badge--refunded,.cp-status-badge--voided{background:#fee2e2;color:#991b1b}.cp-status-badge--large{font-size:.72rem;padding:.45rem 1rem}.cp-wishlist-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.cp-wishlist-card{position:relative;background:var(--white);border:1px solid var(--light)}.cp-wishlist-img{aspect-ratio:3/4;overflow:hidden;background:var(--off-white)}.cp-wishlist-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.cp-wishlist-card:hover .cp-wishlist-img img{transform:scale(1.03)}.cp-wishlist-info{padding:1rem}.cp-wishlist-title{font-size:.85rem;font-weight:500;margin-bottom:.25rem}.cp-wishlist-price{font-size:.82rem;color:var(--stone);margin-bottom:.85rem}.cp-wishlist-actions{display:flex;gap:.5rem}.cp-wishlist-add{flex:1;padding:.65rem;background:var(--jet);color:var(--white);border:none;font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;transition:background var(--trans)}.cp-wishlist-add:hover{background:var(--charcoal)}.cp-wishlist-remove{padding:.65rem;background:none;border:1px solid var(--light);cursor:pointer;color:var(--stone);transition:color var(--trans),border-color var(--trans);display:flex;align-items:center}.cp-wishlist-remove:hover{color:#dc2626;border-color:#dc2626}.cp-hair-profile{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.cp-profile-card{background:var(--white);border:1px solid var(--light);padding:2rem}.cp-profile-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.cp-profile-card-title{font-size:.72rem;letter-spacing:.2em;text-transform:uppercase}.cp-profile-match{font-family:var(--font-serif);font-style:italic;font-size:2.5rem;color:var(--stone)}.cp-profile-texture{font-family:var(--font-serif);font-size:clamp(1.5rem,3vw,2.5rem);font-weight:400;margin-bottom:1rem}.cp-profile-answers{display:flex;flex-direction:column;gap:.55rem}.cp-profile-answer{display:flex;justify-content:space-between;gap:1rem;font-size:.78rem;padding:.45rem 0;border-bottom:1px solid var(--off-white)}.cp-profile-answer:last-child{border-bottom:none}.cp-profile-answer-key{color:var(--stone)}.cp-profile-retake{display:block;text-align:center;padding:1rem;border:1px solid var(--light);font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:var(--stone);margin-top:1.5rem;transition:background var(--trans),color var(--trans)}.cp-profile-retake:hover{background:var(--jet);color:var(--white);border-color:var(--jet)}.cp-profile-shop{display:block;text-align:center;padding:1rem;background:var(--jet);color:var(--white);border:none;font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;margin-top:.65rem;cursor:pointer;transition:background var(--trans)}.cp-profile-shop:hover{background:var(--charcoal)}.cp-resources-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.cp-resource-card{background:var(--white);border:1px solid var(--light);padding:2rem;display:flex;flex-direction:column;gap:1rem}.cp-resource-icon{color:var(--stone)}.cp-resource-title{font-size:.9rem;font-weight:500}.cp-resource-desc{font-size:.78rem;color:var(--stone);line-height:1.6;flex:1}.cp-resource-download{display:inline-flex;align-items:center;gap:.5rem;font-size:.68rem;letter-spacing:.15em;text-transform:uppercase;color:var(--jet);border-bottom:1px solid var(--light);padding-bottom:2px;transition:border-color var(--trans)}.cp-resource-download:hover{border-color:var(--jet)}.cp-settings-section{background:var(--white);border:1px solid var(--light);padding:2rem;margin-bottom:1.5rem}.cp-settings-section--danger{border-color:#fee2e2}.cp-settings-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.cp-settings-section-title{font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;margin-bottom:1.25rem}.cp-settings-hint{font-size:.82rem;color:var(--stone);margin-bottom:1.25rem;line-height:1.6}.cp-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1.5rem}.cp-info-label{font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;color:var(--stone);margin-bottom:.25rem}.cp-info-value{font-size:.9rem}.cp-edit-btn{display:inline-block;padding:.7rem 1.5rem;font-size:.68rem}.cp-address-card{background:var(--off-white);border:1px solid var(--light);padding:1.5rem;font-size:.85rem;line-height:1.8;position:relative}.cp-address-card--default{border-color:var(--jet)}.cp-address-default-badge{position:absolute;top:1rem;right:1rem;background:var(--jet);color:var(--white);font-size:.6rem;letter-spacing:.15em;padding:.2rem .6rem;text-transform:uppercase}.cp-comm-prefs{display:flex;flex-direction:column;gap:1.1rem}.cp-pref-toggle{display:flex;align-items:flex-start;gap:1.25rem;cursor:pointer}.cp-pref-check{position:absolute;opacity:0;width:0;height:0}.cp-pref-slider{flex-shrink:0;width:44px;height:24px;background:var(--light);border-radius:12px;position:relative;margin-top:3px;transition:background .2s ease}.cp-pref-slider:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:var(--white);transition:transform .2s ease;box-shadow:0 1px 4px #0003}.cp-pref-check:checked+.cp-pref-slider{background:var(--jet)}.cp-pref-check:checked+.cp-pref-slider:after{transform:translate(20px)}.cp-pref-check:focus-visible+.cp-pref-slider{outline:2px solid var(--jet);outline-offset:2px}.cp-pref-label{font-size:.85rem;font-weight:500;margin-bottom:.15rem}.cp-pref-desc{font-size:.75rem;color:var(--stone)}.cp-pref-save-msg{font-size:.78rem;color:#16a34a;margin-top:1rem}.cp-order-detail-inner{max-width:1100px}.cp-order-breadcrumb{display:flex;gap:.65rem;align-items:center;margin-bottom:2rem;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--stone)}.cp-order-breadcrumb a{color:var(--stone)}.cp-order-breadcrumb a:hover{color:var(--jet)}.cp-order-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;margin-bottom:3rem;flex-wrap:wrap}.cp-order-title{font-family:var(--font-serif);font-size:clamp(1.8rem,4vw,3rem);font-weight:400}.cp-order-meta{font-size:.78rem;color:var(--stone);margin-top:.35rem}.cp-order-layout{display:grid;grid-template-columns:1fr 340px;gap:3rem;margin-bottom:2rem}.cp-order-item{display:grid;grid-template-columns:100px 1fr auto;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid var(--light)}.cp-order-item-img img{width:100px;height:130px;object-fit:cover}.cp-order-item-title{font-size:.9rem;font-weight:500;margin-bottom:.25rem}.cp-order-item-variant{font-size:.75rem;color:var(--stone);margin-bottom:.25rem}.cp-order-item-qty{font-size:.75rem;color:var(--stone)}.cp-order-item-price{font-size:.9rem;font-weight:500;text-align:right;white-space:nowrap}.cp-order-tracking{margin-top:.75rem}.cp-order-tracking-label{font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;color:var(--stone);margin-bottom:.25rem}.cp-tracking-link{font-size:.78rem;color:var(--jet);text-decoration:underline;text-underline-offset:2px}.cp-order-summary{background:var(--off-white);padding:2rem;position:sticky;top:calc(var(--header-height,70px) + 38px + 1rem)}.cp-order-summary-rows{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.cp-order-summary-row{display:flex;justify-content:space-between;font-size:.85rem}.cp-order-summary-row--discount{color:#16a34a}.cp-order-summary-row--total{font-weight:600;font-size:.95rem;padding-top:.75rem;border-top:1px solid var(--light)}.cp-order-address{margin-top:1.5rem;border-top:1px solid var(--light);padding-top:1.5rem}.cp-order-address-label{font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;color:var(--stone);margin-bottom:.75rem}.cp-order-address-val{font-size:.85rem;line-height:1.8;font-style:normal}.cp-order-payment{margin-top:1.5rem;border-top:1px solid var(--light);padding-top:1.5rem}.cp-order-actions{margin-top:2rem}.cp-addresses-inner{max-width:960px}.cp-address-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2.5rem}.cp-address-card{padding:1.5rem;border:1px solid var(--light);background:var(--white);font-size:.85rem;line-height:1.8;position:relative}.cp-address-card--new{display:flex;align-items:center;justify-content:center;min-height:200px;background:var(--off-white);border-style:dashed}.cp-address-add-btn{display:flex;flex-direction:column;align-items:center;gap:.75rem;background:none;border:none;color:var(--stone);cursor:pointer;font-size:.72rem;letter-spacing:.15em;text-transform:uppercase}.cp-address-actions{display:flex;gap:.75rem;margin-top:1rem}.cp-address-edit-btn,.cp-address-delete-btn{background:none;border:none;font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;padding:.35rem 0}.cp-address-edit-btn{color:var(--jet);border-bottom:1px solid var(--light)}.cp-address-delete-btn{color:var(--stone)}.cp-address-delete-btn:hover{color:#dc2626}.cp-address-form-wrap{background:var(--white);border:1px solid var(--light);padding:2.5rem;margin-bottom:2rem}.cp-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.cp-form-field{display:flex;flex-direction:column;gap:.4rem}.cp-form-field--full{grid-column:1/-1}.cp-form-field label{font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;color:var(--stone)}.cp-form-field input,.cp-form-field select{padding:.8rem 1rem;border:1px solid var(--light);font-family:var(--font-sans);font-size:.85rem;outline:none;background:var(--white);transition:border-color var(--trans)}.cp-form-field input:focus,.cp-form-field select:focus{border-color:var(--jet)}.cp-form-check-label{display:flex;align-items:center;gap:.65rem;font-size:.82rem;cursor:pointer}.cp-form-actions{display:flex;gap:1rem;margin-top:2rem}.cp-auth-inner{display:flex;align-items:center;justify-content:center;min-height:70vh}.cp-auth-card{background:var(--white);border:1px solid var(--light);padding:3.5rem;width:100%;max-width:480px}.cp-auth-logo{margin-bottom:2.5rem}.cp-auth-brand-top{font-family:var(--font-serif);font-style:italic;font-size:1.5rem;line-height:1}.cp-auth-brand-bottom{font-size:.5rem;letter-spacing:.4em;color:var(--stone)}.cp-auth-title{font-family:var(--font-serif);font-size:2rem;font-weight:400;margin-bottom:.5rem}.cp-auth-sub{font-size:.85rem;color:var(--stone);margin-bottom:2.5rem}.cp-auth-form{display:flex;flex-direction:column;gap:1.25rem}.cp-auth-form .cp-form-grid{grid-template-columns:1fr 1fr;gap:1rem}.cp-auth-errors{background:#fee2e2;color:#991b1b;padding:1rem;font-size:.82rem;margin-bottom:.5rem}.cp-auth-links{text-align:right}.cp-forgot-link{font-size:.72rem;color:var(--stone);border-bottom:1px solid var(--light);padding-bottom:1px}.cp-auth-submit{margin-top:.5rem;width:100%;padding:1rem}.cp-auth-switch{margin-top:2rem;text-align:center;font-size:.8rem;color:var(--stone)}.cp-auth-switch a{color:var(--jet);border-bottom:1px solid var(--light);padding-bottom:1px}.cp-empty-state{text-align:center;padding:3rem 2rem;color:var(--stone)}.cp-empty-state--large{padding:5rem 2rem}.cp-empty-state svg{margin:0 auto 1.5rem;display:block;color:var(--light)}.cp-empty-state p{font-size:.9rem;line-height:1.6;margin-bottom:.5rem}.cp-loading{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem;color:var(--stone);font-size:.85rem}.cp-loading-dots{display:flex;gap:.4rem}.cp-loading-dots span{width:8px;height:8px;border-radius:50%;background:var(--light);animation:cpDot 1.2s ease-in-out infinite}.cp-loading-dots span:nth-child(2){animation-delay:.2s}.cp-loading-dots span:nth-child(3){animation-delay:.4s}@keyframes cpDot{0%,80%,to{transform:scale(.7);opacity:.4}40%{transform:scale(1);opacity:1}}@media(max-width:1024px){.cp-layout{grid-template-columns:1fr}.cp-nav-tabs{display:flex}.cp-nav-sidebar{display:none}.cp-stats-strip{grid-template-columns:repeat(2,1fr)}.cp-order-layout{grid-template-columns:1fr}.cp-order-summary{position:static}.cp-address-grid,.cp-resources-grid{grid-template-columns:repeat(2,1fr)}.cp-hair-profile{grid-template-columns:1fr}.cp-wishlist-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.cp{padding:1.5rem 0 4rem}.cp-quick-actions,.cp-stats-strip{grid-template-columns:repeat(2,1fr)}.cp-welcome-hero{grid-template-columns:1fr}.cp-welcome-image{display:none}.cp-info-grid{grid-template-columns:1fr}.cp-wishlist-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.cp-resources-grid,.cp-address-grid{grid-template-columns:1fr}.cp-orders-head,.cp-order-row{grid-template-columns:1fr 1fr 1fr}.cp-orders-head span:nth-child(4),.cp-order-row span:nth-child(4),.cp-orders-head span:nth-child(5),.cp-order-row span:nth-child(5){display:none}.cp-order-item{grid-template-columns:80px 1fr}.cp-order-item-price{display:none}.cp-auth-form .cp-form-grid{grid-template-columns:1fr}}@media(max-width:480px){.cp-quick-actions{grid-template-columns:repeat(2,1fr)}.cp-wishlist-grid{grid-template-columns:1fr 1fr}.cp-auth-card{padding:2rem 1.5rem}}.journal-hero{position:relative;min-height:55vh;display:flex;align-items:center;overflow:hidden;color:var(--white)}.journal-hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.journal-hero__media img{width:100%;height:100%;object-fit:cover}.journal-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0a0a0abf,#0a0a0a59)}.journal-hero__content{position:relative;z-index:2;padding:4rem 2rem}.journal-hero__eyebrow{font-size:.65rem;letter-spacing:.35em;text-transform:uppercase;color:#fff9;margin-bottom:1rem}.journal-hero__title{font-family:var(--font-serif);font-style:italic;font-size:clamp(2.5rem,7vw,6rem);font-weight:400;line-height:1;margin-bottom:.75rem}.journal-hero__sub{font-size:.9rem;color:#ffffffb3;max-width:500px;line-height:1.7}.journal-categories-bar{border-bottom:1px solid var(--light);background:var(--white);position:sticky;top:calc(var(--header-height,70px) + 38px);z-index:50}.journal-cats{display:flex;gap:0;overflow-x:auto;scrollbar-width:none}.journal-cats::-webkit-scrollbar{display:none}.journal-cat{padding:1.1rem 1.5rem;white-space:nowrap;font-size:.68rem;letter-spacing:.15em;text-transform:uppercase;color:var(--stone);border-bottom:2px solid transparent;transition:color var(--trans),border-color var(--trans);text-decoration:none}.journal-cat.is-active{color:var(--jet);border-bottom-color:var(--jet)}.journal-cat:hover{color:var(--jet)}.journal-featured{padding:3.5rem 0 0}.journal-featured-card{display:grid;grid-template-columns:65% 1fr;min-height:520px;position:relative}.journal-featured-media{position:relative;overflow:hidden}.journal-featured-media img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.journal-featured-card:hover .journal-featured-media img{transform:scale(1.04)}.journal-featured-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(10,10,10,.2),transparent 60%)}.journal-featured-content{background:var(--jet);color:var(--white);padding:3.5rem;display:flex;flex-direction:column;justify-content:flex-end}.journal-article-tag{font-size:.6rem;letter-spacing:.22em;text-transform:uppercase;color:#ffffff80;display:block;margin-bottom:.75rem}.journal-featured-badge{display:inline-block;padding:.25rem .65rem;border:1px solid rgba(255,255,255,.3);font-size:.58rem;letter-spacing:.2em;text-transform:uppercase;color:#fff9;margin-bottom:.85rem}.journal-featured-title{font-family:var(--font-serif);font-size:clamp(1.3rem,3vw,2.2rem);font-weight:400;line-height:1.2;margin-bottom:1rem}.journal-featured-excerpt{font-size:.82rem;color:#ffffffa6;line-height:1.7;margin-bottom:1.5rem}.journal-featured-meta{font-size:.68rem;letter-spacing:.08em;color:#fff6;display:flex;gap:.5rem}.journal-search{padding:2.5rem 0}.journal-search-form{display:flex;align-items:center;border:1px solid var(--light);background:var(--white);max-width:600px}.journal-search-icon{margin-left:1.25rem;flex-shrink:0;color:var(--stone)}.journal-search-input{flex:1;padding:.9rem 1rem;border:none;font-family:var(--font-sans);font-size:.88rem;outline:none;background:transparent}.journal-search-btn{padding:.85rem 1.5rem;background:var(--jet);color:var(--white);border:none;font-size:.68rem;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;flex-shrink:0}.journal-grid-section{padding:1rem 0 5rem}.journal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem 2rem;margin-bottom:4rem}.journal-card{display:flex;flex-direction:column}.journal-card-link{display:block}.journal-card-media{aspect-ratio:4/3;overflow:hidden;position:relative;background:var(--off-white);margin-bottom:1.25rem}.journal-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}.journal-card:hover .journal-card-media img{transform:scale(1.04)}.journal-card-badge{position:absolute;bottom:.85rem;left:.85rem;background:var(--jet);color:var(--white);font-size:.6rem;letter-spacing:.15em;text-transform:uppercase;padding:.25rem .6rem}.journal-card-body{flex:1;display:flex;flex-direction:column}.journal-card-title-link{text-decoration:none}.journal-card-title{font-family:var(--font-serif);font-size:1.15rem;font-weight:400;line-height:1.3;margin-bottom:.6rem;color:var(--jet);transition:color var(--trans)}.journal-card:hover .journal-card-title{color:var(--stone)}.journal-card-excerpt{font-size:.82rem;color:var(--stone);line-height:1.7;margin-bottom:.75rem}.journal-card-meta{font-size:.68rem;color:var(--stone);display:flex;gap:.5rem;margin-bottom:.85rem;margin-top:auto}.journal-card-read-more{font-size:.68rem;letter-spacing:.15em;text-transform:uppercase;color:var(--jet);border-bottom:1px solid var(--light);padding-bottom:1px;align-self:flex-start;margin-top:auto}.journal-empty{text-align:center;padding:5rem 0;color:var(--stone)}.journal-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;padding-top:2rem;border-top:1px solid var(--light);flex-wrap:wrap}.journal-newsletter{background:var(--jet);color:var(--white)}.journal-newsletter-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;padding:4rem 2rem}.journal-newsletter-heading{font-family:var(--font-serif);font-style:italic;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:400;margin-bottom:0}.journal-newsletter-form{display:flex}.journal-newsletter-form input{flex:1;padding:.9rem 1.25rem;background:transparent;border:1px solid rgba(255,255,255,.2);border-right:none;color:var(--white);font-family:var(--font-sans);font-size:.85rem;outline:none}.journal-newsletter-form input::placeholder{color:#ffffff59}.journal-newsletter-form button{padding:.9rem 1.5rem;background:var(--white);color:var(--jet);border:none;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;cursor:pointer}.article-hero{position:relative;min-height:65vh;display:flex;align-items:flex-end;overflow:hidden;color:var(--white)}.article-hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.article-hero__media img{width:100%;height:100%;object-fit:cover}.article-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(10,10,10,.85) 0%,rgba(10,10,10,.2) 60%,transparent 100%)}.article-hero__content{position:relative;z-index:2;padding:4rem 2rem 3rem;max-width:860px}.article-breadcrumb{display:flex;gap:.5rem;align-items:center;font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:#ffffff80;margin-bottom:1.25rem;flex-wrap:wrap}.article-breadcrumb a{color:#ffffff80}.article-breadcrumb a:hover{color:var(--white)}.article-breadcrumb span{color:#ffffff40}.article-hero-tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.85rem}.journal-article-tag{font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:#fff9}.article-hero__title{font-family:var(--font-serif);font-size:clamp(2rem,6vw,5rem);font-weight:400;line-height:1.05;margin-bottom:1rem}.article-hero__meta{display:flex;gap:.65rem;align-items:center;font-size:.72rem;color:#ffffff80;flex-wrap:wrap}.article-layout{display:grid;grid-template-columns:56px 1fr;gap:4rem;max-width:900px;margin:0 auto;padding:4rem 0}.article-share-sidebar{position:sticky;top:calc(var(--header-height,70px) + 38px + 2rem);height:fit-content}.article-share-label{font-size:.58rem;letter-spacing:.25em;text-transform:uppercase;color:var(--stone);margin-bottom:1rem;text-align:center}.article-share-btns{display:flex;flex-direction:column;gap:.5rem}.article-share-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid var(--light);background:var(--white);color:var(--jet);transition:background var(--trans),color var(--trans),border-color var(--trans);cursor:pointer}.article-share-btn:hover{background:var(--jet);color:var(--white);border-color:var(--jet)}.article-toc{background:var(--off-white);border-left:3px solid var(--jet);padding:1.5rem;margin-bottom:2.5rem}.article-toc-heading{font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;margin-bottom:1rem}.article-toc-list{list-style:none;display:flex;flex-direction:column;gap:.45rem}.article-toc-list a{font-size:.82rem;color:var(--stone);transition:color var(--trans)}.article-toc-list a:hover{color:var(--jet)}.article-toc-list .toc-h3{padding-left:1rem}.article-body.rte{font-size:.95rem;line-height:1.9;color:var(--charcoal)}.article-body.rte h2{font-family:var(--font-serif);font-size:clamp(1.5rem,3vw,2rem);font-weight:400;margin:3rem 0 1rem;scroll-margin-top:calc(var(--header-height,70px) + 60px)}.article-body.rte h3{font-size:1.1rem;font-weight:600;margin:2rem 0 .75rem;scroll-margin-top:calc(var(--header-height,70px) + 60px)}.article-body.rte p{margin-bottom:1.25rem}.article-body.rte img{max-width:100%;height:auto;margin:2rem 0}.article-body.rte blockquote{border-left:3px solid var(--jet);padding:1.25rem 1.75rem;margin:2rem 0;background:var(--off-white);font-family:var(--font-serif);font-style:italic;font-size:1.1rem}.article-body.rte ul,.article-body.rte ol{padding-left:1.5rem;margin-bottom:1.25rem;display:flex;flex-direction:column;gap:.35rem}.article-body.rte a{color:var(--jet);text-decoration:underline;text-underline-offset:2px}.article-tags{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin:3rem 0;padding-top:2rem;border-top:1px solid var(--light)}.article-tags-label{font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;color:var(--stone)}.article-tag-chip{padding:.3rem .85rem;border:1px solid var(--light);font-size:.68rem;letter-spacing:.08em;color:var(--stone);transition:background var(--trans),color var(--trans)}.article-tag-chip:hover{background:var(--jet);color:var(--white);border-color:var(--jet)}.article-author-bio{display:flex;align-items:center;gap:1.25rem;padding:1.75rem;background:var(--off-white);margin:2.5rem 0}.article-author-avatar{width:48px;height:48px;background:var(--jet);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-serif);font-size:1.25rem;font-style:italic;flex-shrink:0}.article-author-name{font-size:.88rem;font-weight:500}.article-author-role{font-size:.72rem;color:var(--stone)}.article-share-row{padding:1.5rem 0;border-top:1px solid var(--light)}.article-share-row-label{font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;color:var(--stone);margin-bottom:.85rem}.article-share-row-btns{display:flex;gap:.75rem;flex-wrap:wrap}.article-share-inline{font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;border:1px solid var(--light);padding:.45rem 1rem;color:var(--jet);background:none;cursor:pointer;transition:background var(--trans),color var(--trans)}.article-share-inline:hover{background:var(--jet);color:var(--white);border-color:var(--jet)}.article-related{background:var(--off-white)}.article-related-heading{font-family:var(--font-serif);font-size:clamp(1.5rem,3vw,2.5rem);font-weight:400;text-align:center;margin-bottom:2.5rem}.article-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.article-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.article-cta-banner{position:relative;min-height:400px;display:flex;align-items:center;overflow:hidden}.article-cta-banner img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.article-cta-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a0a0ab3}.article-cta-content{position:relative;z-index:2;padding:5rem 2rem;color:var(--white);max-width:600px}.article-cta-heading{font-family:var(--font-serif);font-style:italic;font-size:clamp(2rem,5vw,4rem);font-weight:400;margin-bottom:2rem}.article-nav{display:flex;justify-content:space-between;gap:2rem;padding:3rem 0;border-top:1px solid var(--light);flex-wrap:wrap}.article-nav-btn{display:flex;align-items:center;gap:.65rem;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--stone);max-width:45%;transition:color var(--trans)}.article-nav-btn:hover{color:var(--jet)}.article-nav-btn--next{margin-left:auto}.hl-hero{position:relative;min-height:65vh;display:flex;align-items:center;overflow:hidden;color:var(--white)}.hl-hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.hl-hero__media img{width:100%;height:100%;object-fit:cover}.hl-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0a0a0acc,#0a0a0a4d)}.hl-hero__content{position:relative;z-index:2;padding:4rem 2rem}.hl-hero__title{font-family:var(--font-serif);font-style:italic;font-size:clamp(2.5rem,7vw,6rem);font-weight:400;line-height:1;margin-bottom:.75rem}.hl-hero__sub{color:#ffffffb3;font-size:.9rem;max-width:480px;line-height:1.7}.hl-intro-inner{max-width:720px}.hl-intro-text{font-size:.92rem;color:var(--stone);line-height:1.85;margin-top:-1rem}.hl-texture-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.hl-texture-card{position:relative;display:block;aspect-ratio:3/4;overflow:hidden}.hl-texture-card__media{position:absolute;top:0;right:0;bottom:0;left:0}.hl-texture-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease;filter:grayscale(15%)}.hl-texture-card:hover .hl-texture-card__media img{transform:scale(1.06);filter:grayscale(0%)}.hl-texture-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(10,10,10,.8) 0%,rgba(10,10,10,.1) 55%,transparent 100%)}.hl-texture-card__content{position:absolute;bottom:0;left:0;right:0;padding:1.75rem;z-index:2}.hl-texture-card__name{font-family:var(--font-serif);font-size:1.3rem;font-weight:400;color:var(--white);margin-bottom:.25rem}.hl-texture-card__tagline{font-size:.72rem;color:#ffffffa6;margin-bottom:.85rem}.hl-texture-card__traits{display:flex;gap:.35rem;flex-wrap:wrap;margin-bottom:.85rem}.hl-trait{font-size:.58rem;letter-spacing:.12em;text-transform:uppercase;background:#ffffff26;color:#fffc;padding:.2rem .55rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hl-texture-card__cta{font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;color:#ffffffbf;transition:color var(--trans)}.hl-texture-card:hover .hl-texture-card__cta{color:var(--white)}.hl-texture-card:focus-visible{outline:2px solid var(--white);outline-offset:2px}.hl-quiz-cta{background:var(--jet);color:var(--white)}.hl-quiz-cta-inner{max-width:640px;margin:0 auto;text-align:center}.hl-quiz-cta-heading{font-family:var(--font-serif);font-style:italic;font-size:clamp(2rem,5vw,4rem);font-weight:400;margin-bottom:1rem}.hl-quiz-cta-sub{color:#ffffffa6;font-size:.88rem;line-height:1.7;margin-bottom:2.5rem}.hl-texture-hero{position:relative;min-height:70vh;display:flex;align-items:flex-end;overflow:hidden;color:var(--white)}.hl-texture-hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.hl-texture-hero__media img{width:100%;height:100%;object-fit:cover}.hl-texture-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(10,10,10,.85) 0%,rgba(10,10,10,.2) 60%,transparent 100%)}.hl-texture-hero__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--charcoal)}.hl-texture-hero__content{position:relative;z-index:2;padding:4rem 2rem 3rem}.hl-breadcrumb{display:flex;gap:.5rem;align-items:center;font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:#ffffff80;margin-bottom:1.25rem;flex-wrap:wrap}.hl-breadcrumb a{color:#ffffff80}.hl-breadcrumb span{color:#ffffff40}.hl-texture-hero__title{font-family:var(--font-serif);font-style:italic;font-size:clamp(3rem,8vw,7rem);font-weight:400;line-height:1;margin-bottom:.75rem}.hl-texture-hero__sub{color:#ffffffb3;font-size:.9rem;max-width:480px;line-height:1.7;margin-bottom:1.5rem}.hl-texture-hero__tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:2rem}.hl-hero-tag{padding:.3rem .85rem;border:1px solid rgba(255,255,255,.3);font-size:.62rem;letter-spacing:.15em;text-transform:uppercase;color:#ffffffbf}.hl-texture-content{max-width:1300px;margin:0 auto;padding:4rem 2rem 5rem}.hl-content-grid{display:grid;grid-template-columns:1fr 320px;gap:4rem;align-items:start}.hl-content-section{margin-bottom:3.5rem}.hl-content-section-title{display:flex;align-items:center;gap:.75rem;font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;margin-bottom:1.75rem;padding-bottom:.85rem;border-bottom:1px solid var(--light)}.hl-characteristics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.hl-char-item{background:var(--off-white);padding:1.25rem}.hl-char-label{font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;color:var(--stone);margin-bottom:.35rem}.hl-char-value{font-size:.88rem;font-weight:500}.hl-care-steps{display:flex;flex-direction:column;gap:1.1rem;list-style:none}.hl-care-step{display:flex;align-items:flex-start;gap:1.1rem}.hl-step-num{flex-shrink:0;width:32px;height:32px;border:1px solid var(--light);display:flex;align-items:center;justify-content:center;font-size:.72rem;color:var(--stone)}.hl-step-title{font-size:.88rem;font-weight:500;margin-bottom:.2rem}.hl-step-detail{font-size:.78rem;color:var(--stone)}.hl-tips-list{display:flex;flex-direction:column;gap:.85rem;list-style:none}.hl-tips-list li{display:flex;align-items:flex-start;gap:.65rem;font-size:.88rem;line-height:1.6}.hl-tips-list svg{flex-shrink:0;color:var(--stone);margin-top:.2rem}.hl-occasions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.hl-occasion-card{background:var(--off-white);padding:1.25rem}.hl-occasion-name{font-size:.78rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.3rem}.hl-occasion-desc{font-size:.78rem;color:var(--stone)}.hl-faq-list{display:flex;flex-direction:column}.hl-faq-item{border-bottom:1px solid var(--light)}.hl-faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;background:none;border:none;padding:1.1rem 0;font-size:.88rem;text-align:left;cursor:pointer}.hl-faq-chevron{transition:transform .2s ease;flex-shrink:0}.hl-faq-q[aria-expanded=true] .hl-faq-chevron{transform:rotate(180deg)}.hl-faq-a{padding-bottom:1.1rem}.hl-faq-a p{font-size:.85rem;color:var(--stone);line-height:1.7}.hl-faq-a[hidden]{display:none}.hl-sidebar-sticky{position:sticky;top:calc(var(--header-height,70px) + 38px + 1rem)}.hl-sidebar-label{font-size:.62rem;letter-spacing:.25em;text-transform:uppercase;color:var(--stone);margin-bottom:1.25rem}.hl-sidebar-products{display:flex;flex-direction:column;gap:.85rem}.hl-sidebar-product{display:grid;grid-template-columns:60px 1fr;gap:.85rem;align-items:center;border-bottom:1px solid var(--off-white);padding-bottom:.85rem}.hl-sidebar-product-img{width:60px;height:72px;overflow:hidden;background:var(--off-white);flex-shrink:0}.hl-sidebar-product-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.hl-sidebar-product:hover .hl-sidebar-product-img img{transform:scale(1.08)}.hl-sidebar-product-title{font-size:.82rem;margin-bottom:.2rem}.hl-sidebar-product-price{font-size:.75rem;color:var(--stone)}.hl-related-textures{border-top:1px solid var(--light);padding-top:1.5rem;margin-top:1.5rem}.hl-related-texture-links{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.hl-related-texture-link{font-size:.8rem;color:var(--stone);transition:color var(--trans);border-bottom:1px solid var(--off-white);padding-bottom:.5rem}.hl-related-texture-link:hover{color:var(--jet)}@media(max-width:1024px){.journal-grid{grid-template-columns:repeat(2,1fr)}.journal-featured-card{grid-template-columns:1fr}.journal-featured-content{min-height:280px}.journal-newsletter-inner{grid-template-columns:1fr;gap:2rem}.hl-texture-grid{grid-template-columns:repeat(3,1fr)}.hl-content-grid{grid-template-columns:1fr}.hl-products-sidebar .hl-sidebar-sticky{position:static}.hl-sidebar-products{display:grid;grid-template-columns:repeat(3,1fr)}.hl-sidebar-product{grid-template-columns:1fr}.hl-sidebar-product-img{width:100%;height:160px}.article-layout{grid-template-columns:1fr}.article-share-sidebar{display:none}.article-related-grid{grid-template-columns:repeat(2,1fr)}.article-products-grid{grid-template-columns:repeat(3,1fr)}.hl-characteristics-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.journal-grid{grid-template-columns:1fr}.journal-hero__title{font-size:clamp(2rem,10vw,3.5rem)}.journal-featured-card{min-height:auto}.journal-featured-content{padding:2rem}.hl-texture-grid{grid-template-columns:repeat(2,1fr)}.article-related-grid{grid-template-columns:1fr}.article-products-grid{grid-template-columns:repeat(2,1fr)}.hl-occasions-grid{grid-template-columns:1fr}.hl-characteristics-grid{grid-template-columns:1fr 1fr}.hl-sidebar-products{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.hl-texture-grid{grid-template-columns:1fr 1fr}.hl-characteristics-grid{grid-template-columns:1fr}.article-products-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}.skip-to-content{position:absolute;top:-100px;left:1rem;z-index:9999;background:var(--jet);color:var(--white);padding:.75rem 1.5rem;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;border:2px solid var(--white);text-decoration:none;transition:top .15s ease}.skip-to-content:focus{top:1rem}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:800;background:var(--jet);color:var(--white);border-top:1px solid rgba(255,255,255,.1);animation:cookieSlideUp .3s ease}@keyframes cookieSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cookie-banner[hidden]{display:none}.cookie-banner__inner{max-width:1340px;margin:0 auto;padding:1.25rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.cookie-banner__title{font-size:.82rem;font-weight:600;margin-bottom:.25rem}.cookie-banner__body{font-size:.78rem;color:#ffffffb3;line-height:1.5}.cookie-banner__link{color:#ffffffb3;text-decoration:underline;text-underline-offset:2px}.cookie-banner__actions{display:flex;gap:.75rem;flex-shrink:0}.cookie-btn{padding:.65rem 1.25rem;font-family:var(--font-sans);font-size:.68rem;letter-spacing:.15em;text-transform:uppercase;border:none;cursor:pointer;white-space:nowrap;transition:background var(--trans),color var(--trans)}.cookie-btn--accept{background:var(--white);color:var(--jet)}.cookie-btn--accept:hover{background:var(--off-white)}.cookie-btn--reject{background:transparent;color:#fff9;border:1px solid rgba(255,255,255,.3)}.cookie-btn--reject:hover{border-color:var(--white);color:var(--white)}:focus-visible{outline:2px solid var(--jet);outline-offset:3px}.editorial-hero :focus-visible,.collection-hero :focus-visible,.hl-texture-hero :focus-visible,.article-hero :focus-visible,.journal-hero :focus-visible,.hl-hero :focus-visible,.hair-finder-hl :focus-visible,.hair-finder-highlight :focus-visible{outline-color:var(--white)}button:focus-visible,a:focus-visible,[tabindex]:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--jet);outline-offset:3px}.img-placeholder{position:relative;overflow:hidden}img{max-width:100%;height:auto}.pcard__media{contain:layout style}.gallery-slide img{will-change:auto}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media print{.site-header,.cd,.cookie-banner,.sticky-atc,.hf,.journal-newsletter,.newsletter-section{display:none!important}.article-body.rte{font-size:12pt}a[href]:after{content:" (" attr(href) ")";font-size:10pt;color:#555}}.market-selector{position:relative;display:inline-flex;align-items:center;gap:.35rem}.market-selector select{-webkit-appearance:none;appearance:none;background:transparent;border:1px solid rgba(255,255,255,.2);padding:.4rem 1.75rem .4rem .75rem;color:#fff9;font-family:var(--font-sans);font-size:.72rem;cursor:pointer}.market-selector__chevron{position:absolute;right:.5rem;pointer-events:none;color:#fff6}.section-eyebrow,.card-subtitle,.cp-stat-label{color:#666}.footer-link-col a{color:#ffffffb3}.cart-close,.mobile-nav-close,.quick-view-close,.filter-drawer__close,.pg-lightbox-close,.size-guide-close,.pcard__add{min-width:44px;min-height:44px}.hf__option{min-height:60px}.cp-form-field label,.filter-price__field label{font-weight:500}input[required]+.cp-form-field label:after{content:" *";color:#c0392b}input:invalid{border-color:#c0392b}.is-loading{opacity:.6;pointer-events:none;cursor:wait}.btn-loading:after{content:"";display:inline-block;width:12px;height:12px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:spin 1s linear infinite;margin-left:.65rem;vertical-align:middle}.form-error{display:flex;align-items:center;gap:.5rem;padding:.85rem 1.1rem;background:#fee2e2;color:#991b1b;font-size:.82rem;margin-bottom:1rem}.form-success{display:flex;align-items:center;gap:.5rem;padding:.85rem 1.1rem;background:#dcfce7;color:#15803d;font-size:.82rem;margin-bottom:1rem}@supports (-webkit-touch-callout: none){.hf{min-height:-webkit-fill-available}.cd{height:-webkit-fill-available}.cp-auth-inner{min-height:-webkit-fill-available}}*{scrollbar-width:thin;scrollbar-color:var(--light) transparent}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--light);border-radius:3px}
/*# sourceMappingURL=/cdn/shop/t/43/assets/theme.css.map */
