*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial;background:#fffdfa;color:#1a1715}a{text-decoration:none;color:inherit}button,input,select{font:inherit}img{max-width:100%;display:block}:root{--ink:#171311;--rose:#bd8175;--rose2:#e5c4bd;--cream:#f6eee1;--line:#eadfd2;--muted:#756c67;--white:#fff}.container{width:min(1500px,94%);margin:auto}.topbar{background:#171311;color:white;text-align:center;padding:7px 16px;font-size:12px;letter-spacing:.3px}.header{background:#fffdfa;position:sticky;top:0;z-index:50;border-bottom:1px solid var(--line)}.headrow{display:grid;grid-template-columns:190px 1fr auto;gap:22px;align-items:center;padding:13px 0}.logo{width:176px;height:78px;object-fit:contain;border-radius:8px}.search{position:relative;display:flex;border:1px solid var(--line);border-radius:15px;overflow:visible;background:white}.search input{width:100%;border:0;outline:0;padding:18px 20px;border-radius:15px;background:transparent;font-size:17px}.search button{border:0;background:var(--ink);color:white;padding:0 22px;border-radius:0 14px 14px 0}.suggestions{display:none;position:absolute;left:0;right:0;top:100%;background:white;border:1px solid var(--line);border-radius:0 0 14px 14px;box-shadow:0 18px 35px #0001;max-height:360px;overflow:auto;z-index:70}.suggestions.show{display:block}.suggestions a{display:block;padding:11px 16px;border-bottom:1px solid #f4ede7}.actions{display:flex;gap:10px;align-items:center}.iconbtn,.btn,.chip{border:1px solid var(--line);background:white;border-radius:13px;padding:12px 16px;cursor:pointer}.rose{background:var(--rose);color:white;border-color:var(--rose)}.light{background:var(--cream)}.nav{border-top:1px solid #f3ece5}.navrow{display:flex;gap:4px;align-items:center;overflow-x:auto;scrollbar-width:none;padding:0}.navrow::-webkit-scrollbar{display:none}.navrow a{white-space:nowrap;padding:14px 12px;font-weight:650;font-size:14px;border-bottom:2px solid transparent}.navrow a:hover,.navrow a.active{color:var(--rose);border-color:var(--rose)}.hero{padding:28px 0}.heroInner{background:linear-gradient(135deg,#f9f0e8,#fff 60%);display:grid;grid-template-columns:1.05fr .95fr;min-height:480px;border-radius:28px;overflow:hidden;border:1px solid var(--line)}.heroText{padding:60px}.heroText h1{font-family:Georgia,serif;font-size:clamp(40px,5vw,78px);line-height:1;max-width:800px;margin:12px 0}.heroText p{font-size:18px;color:var(--muted);line-height:1.7;max-width:650px}.heroImg{width:100%;height:100%;object-fit:cover}.eyebrow{color:var(--rose);font-weight:800;text-transform:uppercase;font-size:12px;letter-spacing:2px}.heroActions,.trust,.chips{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.trust span{font-size:13px;color:var(--muted)}.section{padding:34px 0}.sectionHead{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:20px}.sectionHead h2{font-family:Georgia,serif;font-size:34px;margin:0}.sectionHead p{margin:7px 0 0;color:var(--muted)}.categoryStrip{display:grid;grid-template-columns:repeat(8,1fr);gap:12px}.catCard{background:white;border:1px solid var(--line);border-radius:18px;padding:16px;text-align:center;transition:.2s}.catCard:hover{transform:translateY(-3px);box-shadow:0 15px 30px #0000000d}.catCard b{display:block;margin-top:7px}.featureGrid,.workGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.featureCard,.workCard{padding:24px;border:1px solid var(--line);background:white;border-radius:20px;display:flex;flex-direction:column;gap:8px}.filtersLayout{display:grid;grid-template-columns:260px 1fr;gap:22px}.filters{border:1px solid var(--line);border-radius:18px;padding:18px;height:max-content;position:sticky;top:168px;background:white}.filterGroup{border-top:1px solid var(--line);padding:13px 0}.filterGroup label{display:block;padding:6px 0;color:#4e4743}.toolbar{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:16px}.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:white;position:relative;transition:.2s}.product:hover{transform:translateY(-4px);box-shadow:0 17px 38px #00000010}.productImg{aspect-ratio:3/4;overflow:hidden;background:#f3eee9;position:relative}.productImg img{width:100%;height:100%;object-fit:cover;transition:.35s}.product:hover .productImg img{transform:scale(1.035)}.badge{position:absolute;left:10px;top:10px;background:var(--ink);color:white;padding:6px 9px;border-radius:9px;font-size:11px}.heart{position:absolute;right:10px;top:10px;background:#fffffff0;border:0;border-radius:50%;width:36px;height:36px;font-size:20px}.productBody{padding:14px}.productBody h3{font-size:15px;margin:0 0 7px;min-height:38px}.meta{font-size:12px;color:var(--muted)}.price{display:flex;gap:8px;align-items:center;margin:8px 0}.price strong{font-size:18px}.price s{color:#999;font-size:12px}.rating{font-size:12px;background:#edf7ee;padding:5px 7px;border-radius:8px;display:inline-block}.productActions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.pager{display:flex;gap:8px;justify-content:center;margin:28px 0}.pager button{border:1px solid var(--line);background:white;border-radius:10px;padding:10px 13px}.pager button.active{background:var(--ink);color:white}.collectionHero{background:linear-gradient(120deg,#f8eee7,#fff);border:1px solid var(--line);border-radius:24px;padding:40px;margin:24px auto}.collectionHero h1{font-family:Georgia,serif;font-size:48px;margin:0 0 8px}.breadcrumbs{font-size:12px;color:var(--muted);margin-bottom:10px}.productPage{padding:30px 0}.productDetail{display:grid;grid-template-columns:1.05fr .95fr;gap:36px}.galleryGrid{display:grid;grid-template-columns:100px 1fr;gap:12px}.thumbs{display:flex;flex-direction:column;gap:10px}.thumbs img{height:120px;width:100%;object-fit:cover;border-radius:12px;border:1px solid var(--line);cursor:pointer}.mainImage{width:100%;max-height:720px;object-fit:cover;border-radius:20px}.pdInfo h1{font-family:Georgia,serif;font-size:38px;margin:8px 0}.sizeRow{display:flex;gap:8px;flex-wrap:wrap}.size{border:1px solid var(--line);background:white;border-radius:10px;padding:10px 13px;cursor:pointer}.size.active{background:var(--ink);color:white}.buyRow{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:18px 0}.accordion .acc{border-top:1px solid var(--line);padding:15px 0}.reviewCard{border:1px solid var(--line);border-radius:16px;padding:18px;margin:12px 0;background:white}.reviewPhoto{width:95px;height:105px;object-fit:cover;border-radius:12px;margin-top:10px}.ratingSummary{display:grid;grid-template-columns:170px 1fr;gap:24px;align-items:center;border:1px solid var(--line);border-radius:18px;padding:18px}.ratingBig{font-size:44px;font-weight:800}.bar{height:8px;background:#eee;border-radius:5px;overflow:hidden;margin:7px 0}.bar i{display:block;height:100%;background:#7e9c71}.reelRow{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.reel{aspect-ratio:9/16;border-radius:20px;overflow:hidden;position:relative}.reel img{width:100%;height:100%;object-fit:cover}.overlay{position:absolute;left:0;right:0;bottom:0;padding:30px 15px 15px;color:white;background:linear-gradient(transparent,#000b)}.footer{background:#181513;color:white;margin-top:50px;padding:45px 0 100px}.footerGrid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:30px}.footer a{display:block;color:#c8c1bb;padding:5px 0}.footerLogo{width:150px;background:white;border-radius:10px}.copyright{margin-top:25px;border-top:1px solid #ffffff22;padding-top:18px;color:#aaa;font-size:12px}.mobilebar{display:none}.assistant{position:fixed;right:20px;bottom:22px;z-index:40}.assistant button{background:var(--ink);color:white;border:0;border-radius:30px;padding:14px 18px}.toast{position:fixed;left:50%;bottom:30px;transform:translate(-50%,30px);opacity:0;background:#171311;color:white;padding:11px 18px;border-radius:10px;z-index:100;transition:.25s}.toast.show{opacity:1;transform:translate(-50%,0)}.modal{position:fixed;inset:0;background:#0008;display:none;place-items:center;z-index:90;padding:20px}.modal.show{display:grid}.modalCard{background:white;border-radius:20px;max-width:820px;width:100%;max-height:90vh;overflow:auto;padding:22px}.modalTop{display:flex;justify-content:space-between;align-items:center}.close{border:0;background:#eee;border-radius:50%;width:36px;height:36px;font-size:22px}.empty{text-align:center;padding:80px 15px}.loginWrap{min-height:68vh;display:grid;place-items:center;padding:40px 0}.loginCard{width:min(480px,94%);border:1px solid var(--line);border-radius:24px;padding:28px;background:white;box-shadow:0 20px 50px #0000000b}.loginCard input{width:100%;padding:14px;border:1px solid var(--line);border-radius:12px;margin:7px 0}.statGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.stat{background:var(--cream);padding:20px;border-radius:18px}.compareBar{position:fixed;left:50%;transform:translateX(-50%);bottom:18px;background:var(--ink);color:white;border-radius:16px;padding:12px 16px;z-index:45;display:none}.compareBar.show{display:flex;gap:12px;align-items:center}@media(max-width:1150px){.headrow{grid-template-columns:150px 1fr}.actions{grid-column:1/-1;justify-content:flex-end}.logo{width:140px}.grid{grid-template-columns:repeat(3,1fr)}.categoryStrip{grid-template-columns:repeat(4,1fr)}.reelRow{grid-template-columns:repeat(4,1fr)}}@media(max-width:800px){body{padding-bottom:67px}.topbar{font-size:10px}.header{position:static}.headrow{grid-template-columns:110px 1fr;gap:10px}.logo{width:105px;height:55px}.search input{padding:13px;font-size:14px}.voiceLabel{display:none}.search button{padding:0 13px}.actions{display:none}.nav{display:none}.heroInner,.productDetail{grid-template-columns:1fr}.heroText{padding:32px 24px}.heroImg{height:360px}.featureGrid,.workGrid{grid-template-columns:repeat(2,1fr)}.filtersLayout{grid-template-columns:1fr}.filters{display:none;position:static}.filters.open{display:block}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.productBody{padding:10px}.productActions{grid-template-columns:1fr}.toolbar{align-items:flex-start;flex-direction:column}.categoryStrip{grid-template-columns:repeat(3,1fr)}.reelRow{grid-template-columns:repeat(2,1fr)}.galleryGrid{grid-template-columns:1fr}.thumbs{flex-direction:row;overflow:auto}.thumbs img{width:85px;height:105px;flex:0 0 auto}.footerGrid{grid-template-columns:1fr 1fr}.mobilebar{display:grid;grid-template-columns:repeat(5,1fr);position:fixed;left:0;right:0;bottom:0;background:white;border-top:1px solid var(--line);z-index:60;padding:8px 5px}.mobilebar a{text-align:center;font-size:17px}.mobilebar span{display:block;font-size:9px;margin-top:3px}.assistant{bottom:78px}.collectionHero{padding:25px}.collectionHero h1{font-size:36px}.ratingSummary{grid-template-columns:1fr}.statGrid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.grid{grid-template-columns:repeat(2,1fr)}.productBody h3{font-size:13px}.price strong{font-size:15px}.categoryStrip{grid-template-columns:repeat(2,1fr)}.featureGrid,.workGrid{grid-template-columns:1fr}.footerGrid{grid-template-columns:1fr}.heroText h1{font-size:42px}}

/* ===== Threads Therapy Premium Motion UI v3 ===== */
:root{--shadow:0 18px 55px rgba(41,25,18,.10);--shadow-lg:0 30px 90px rgba(41,25,18,.16);--glass:rgba(255,253,250,.76)}
body{overflow-x:hidden;background:radial-gradient(circle at 10% 0%,#fff8f1 0,transparent 32%),#fffdfa}
.header{backdrop-filter:saturate(150%) blur(16px);background:rgba(255,253,250,.90);box-shadow:0 6px 28px rgba(38,23,16,.045)}
.logo{transition:transform .35s ease,filter .35s ease}.logo:hover{transform:scale(1.035);filter:drop-shadow(0 8px 18px rgba(189,129,117,.22))}
.iconbtn,.btn,.chip,.search,.catCard,.featureCard,.workCard,.reviewCard,.loginCard,.stat{transition:transform .3s cubic-bezier(.2,.8,.2,1),box-shadow .3s ease,border-color .3s ease,background .3s ease}
.iconbtn:hover,.btn:hover,.chip:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(41,25,18,.09);border-color:#d8b9b1}
.glowBtn{box-shadow:0 12px 30px rgba(189,129,117,.32)}.glowBtn:hover{box-shadow:0 16px 38px rgba(189,129,117,.46)}
.glassBtn{background:rgba(255,255,255,.12)!important;color:white!important;border-color:rgba(255,255,255,.4)!important;backdrop-filter:blur(12px)}
.textLink{font-weight:750;color:var(--rose);position:relative}.textLink:after{content:"";position:absolute;left:0;right:100%;bottom:-4px;height:1px;background:var(--rose);transition:right .3s}.textLink:hover:after{right:0}

/* reveal motion */
.reveal{opacity:0;transform:translateY(28px);transition:opacity .75s ease,transform .75s cubic-bezier(.2,.8,.2,1)}.reveal.inview{opacity:1;transform:none}
.product,.featureCard,.workCard,.reviewCard,.catCard,.benefitCard,.workVisual{will-change:transform}.product:hover,.featureCard:hover,.workCard:hover,.reviewCard:hover,.benefitCard:hover{transform:translateY(-8px);box-shadow:var(--shadow);border-color:#dcc2ba}
.productImg:after{content:"View details";position:absolute;left:50%;bottom:-50px;transform:translateX(-50%);background:rgba(23,19,17,.92);color:#fff;padding:9px 15px;border-radius:30px;font-size:12px;white-space:nowrap;transition:bottom .3s ease}.product:hover .productImg:after{bottom:14px}.product:hover .productImg img{transform:scale(1.075)}

/* cinematic homepage */
.luxHero{height:min(78vh,760px);min-height:590px;position:relative;overflow:hidden;background:#171311}.luxHeroVideo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;animation:heroZoom 16s ease-in-out infinite alternate}.luxHeroShade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,10,8,.78) 0%,rgba(15,10,8,.50) 42%,rgba(15,10,8,.16) 72%,rgba(15,10,8,.26) 100%),linear-gradient(0deg,rgba(0,0,0,.26),transparent 40%)}
.luxHeroContent{position:relative;z-index:2;color:white;padding-top:clamp(90px,12vh,150px)}.heroPill{display:inline-flex;border:1px solid rgba(255,255,255,.38);background:rgba(255,255,255,.10);backdrop-filter:blur(8px);padding:8px 13px;border-radius:30px;font-size:11px;letter-spacing:2px;font-weight:800}.luxHero h1{font-family:Georgia,serif;font-size:clamp(48px,6vw,92px);line-height:.98;max-width:980px;margin:18px 0}.luxHero h1 em{font-weight:400;color:#efd7d1}.luxHero p{font-size:clamp(15px,1.5vw,20px);line-height:1.65;max-width:660px;color:#f3ebe7}.heroMetrics{display:flex;gap:24px;flex-wrap:wrap;margin-top:28px}.heroMetrics span{color:#efe8e4;font-size:12px}.heroMetrics b{font-size:18px;color:white;margin-right:5px}.scrollCue{position:absolute;z-index:2;bottom:22px;right:3%;color:white;font-size:11px;letter-spacing:1px;opacity:.8;animation:bob 2s ease-in-out infinite}.marquee{overflow:hidden;background:var(--ink);color:white;padding:12px 0}.marqueeTrack{display:flex;gap:24px;align-items:center;width:max-content;animation:marquee 30s linear infinite}.marqueeTrack span{font-size:11px;letter-spacing:2px;font-weight:750}.marqueeTrack i{color:var(--rose);font-style:normal}
.editorialHead{text-align:center;max-width:760px;margin:0 auto 26px}.editorialHead h2,.sectionHead h2{font-size:clamp(32px,4vw,52px);line-height:1.05}.editorialHead p{color:var(--muted);font-size:16px}
.bentoGrid{display:grid;grid-template-columns:1.3fr 1fr 1fr;grid-template-rows:310px 310px;gap:16px}.bentoCard{position:relative;overflow:hidden;border-radius:26px;background:#eee;box-shadow:0 10px 38px rgba(0,0,0,.05)}.bentoTall{grid-row:1/3}.bentoWide{grid-column:2/4}.bentoCard img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.8,.2,1),filter .5s}.bentoCard:hover img{transform:scale(1.07);filter:saturate(1.08)}.bentoOverlay{position:absolute;inset:auto 0 0;padding:70px 24px 23px;color:white;background:linear-gradient(transparent,rgba(0,0,0,.72))}.bentoOverlay span{font-size:11px;letter-spacing:1.5px;text-transform:uppercase}.bentoOverlay h3{font-family:Georgia,serif;font-size:34px;margin:6px 0}.bentoOverlay b{font-size:12px;font-weight:650}
.toneSection{background:linear-gradient(135deg,#f7eee6,#fbf7f2);border-top:1px solid #efe3d9;border-bottom:1px solid #efe3d9}.workShowcase{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.workVisual{min-height:300px;padding:24px;border-radius:24px;border:1px solid rgba(189,129,117,.22);background:radial-gradient(circle at 90% 10%,rgba(189,129,117,.20),transparent 30%),rgba(255,255,255,.70);position:relative;overflow:hidden}.workVisual:before{content:"";position:absolute;width:150px;height:150px;border:1px solid rgba(189,129,117,.35);border-radius:50%;right:-35px;top:-40px;transition:.5s}.workVisual:hover:before{transform:scale(1.35) rotate(18deg)}.workVisual span{font-family:Georgia,serif;color:var(--rose);font-size:18px}.workVisual h3{font-family:Georgia,serif;font-size:28px;margin-top:120px;margin-bottom:8px}.workVisual p{color:var(--muted);font-size:13px}
.homeGrid .product{border-radius:22px}.homeGrid .productImg{aspect-ratio:4/5}
.cinemaSection{height:600px;position:relative;overflow:hidden;margin:36px 0;background:#171311}.cinemaSection video{width:100%;height:100%;object-fit:cover}.cinemaShade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.68),rgba(0,0,0,.08) 75%)}.cinemaCopy{position:absolute;left:max(3%,calc((100vw - 1500px)/2));top:50%;transform:translateY(-50%);color:white;max-width:680px;padding:20px}.cinemaCopy .eyebrow{color:#f3cbc3}.cinemaCopy h2{font-family:Georgia,serif;font-size:clamp(42px,5vw,70px);line-height:1.02;margin:12px 0 24px}
.storySplit{display:grid;grid-template-columns:1fr 1fr;border-radius:30px;overflow:hidden;background:#1a1715;color:white;min-height:580px;box-shadow:var(--shadow)}.storyMedia img{width:100%;height:100%;object-fit:cover}.storyCopy{padding:clamp(35px,6vw,85px);align-self:center}.storyCopy h2{font-family:Georgia,serif;font-size:clamp(42px,5vw,64px);margin:10px 0}.storyCopy>p{color:#d7cfca;line-height:1.8}.miniFeatures{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:28px 0}.miniFeatures div{padding:15px;border:1px solid rgba(255,255,255,.13);border-radius:14px;background:rgba(255,255,255,.04)}.miniFeatures b,.miniFeatures span{display:block}.miniFeatures span{font-size:11px;color:#bdb4af;margin-top:5px}
.benefitGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.benefitCard{background:white;border:1px solid var(--line);border-radius:22px;padding:25px;min-height:190px}.benefitCard i{font-family:Georgia,serif;font-size:28px;color:var(--rose);font-style:normal}.benefitCard b{display:block;font-size:18px;margin:30px 0 8px}.benefitCard p{font-size:13px;color:var(--muted);line-height:1.6}.newsletter{border-radius:30px;padding:45px;background:radial-gradient(circle at 90% 20%,#e6c7c0,transparent 38%),#171311;color:white;display:grid;grid-template-columns:1.2fr 1fr;gap:30px;align-items:center}.newsletter h2{font-family:Georgia,serif;font-size:clamp(34px,4vw,50px);margin:8px 0}.newsletter p{color:#cfc5bf}.newsletter form{display:flex;background:white;border-radius:14px;padding:6px}.newsletter input{flex:1;border:0;outline:0;padding:14px;min-width:0}

/* video/motion banner automatically injected on inner pages */
.pageMotion{width:min(1500px,94%);margin:22px auto 6px;height:190px;border-radius:24px;position:relative;overflow:hidden;background:#171311;box-shadow:var(--shadow)}.pageMotion video{width:100%;height:100%;object-fit:cover;opacity:.72}.pageMotion:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(14,9,7,.76),rgba(14,9,7,.12))}.pageMotionCopy{position:absolute;z-index:2;left:30px;top:50%;transform:translateY(-50%);color:white}.pageMotionCopy span{font-size:10px;letter-spacing:2px;text-transform:uppercase;color:#ecc9c2}.pageMotionCopy h2{font-family:Georgia,serif;font-size:32px;margin:6px 0}.pageMotionCopy p{margin:0;color:#e4dbd7;font-size:12px}.videoDot{display:inline-flex;align-items:center;gap:7px}.videoDot:before{content:"";width:7px;height:7px;border-radius:50%;background:#f0b2a5;box-shadow:0 0 0 0 rgba(240,178,165,.65);animation:pulse 1.7s infinite}

/* premium forms, filters and detail page */
.filters{box-shadow:0 14px 42px rgba(41,25,18,.045)}.collectionHero{position:relative;overflow:hidden;box-shadow:0 12px 40px rgba(41,25,18,.06)}.collectionHero:after{content:"✦";position:absolute;right:35px;top:18px;font-size:130px;color:rgba(189,129,117,.10);transform:rotate(15deg)}.mainImage{transition:transform .5s ease,box-shadow .5s}.mainImage:hover{transform:scale(1.012);box-shadow:var(--shadow)}.thumbs img:hover{transform:scale(1.04);border-color:var(--rose)}.reviewPhoto{transition:.3s}.reviewPhoto:hover{transform:scale(1.12) rotate(-1deg)}

@keyframes heroZoom{from{transform:scale(1.02)}to{transform:scale(1.09)}}@keyframes bob{50%{transform:translateY(7px)}}@keyframes marquee{to{transform:translateX(-50%)}}@keyframes pulse{70%{box-shadow:0 0 0 10px rgba(240,178,165,0)}}
@media(max-width:1000px){.bentoGrid{grid-template-columns:1fr 1fr;grid-template-rows:420px 270px 270px}.bentoTall{grid-row:1/2;grid-column:1/3}.bentoWide{grid-column:1/3}.workShowcase,.benefitGrid{grid-template-columns:1fr 1fr}.storySplit{grid-template-columns:1fr}.storyMedia{height:480px}.newsletter{grid-template-columns:1fr}}
@media(max-width:800px){.luxHero{min-height:630px;height:78vh}.luxHeroContent{padding-top:105px}.luxHero h1{font-size:50px}.heroMetrics{gap:12px}.bentoGrid{display:grid;grid-template-columns:1fr;grid-template-rows:420px repeat(3,260px)}.bentoTall,.bentoWide{grid-row:auto;grid-column:auto}.workShowcase,.benefitGrid{grid-template-columns:1fr 1fr}.cinemaSection{height:520px}.storyMedia{height:390px}.miniFeatures{grid-template-columns:1fr}.pageMotion{height:155px;border-radius:18px}.pageMotionCopy{left:20px}.pageMotionCopy h2{font-size:24px}.newsletter{padding:28px}.newsletter form{display:grid}.newsletter .btn{width:100%}}
@media(max-width:520px){.luxHero{min-height:620px}.luxHero h1{font-size:43px}.luxHero p{font-size:14px}.heroMetrics span{width:45%}.workShowcase,.benefitGrid{grid-template-columns:1fr}.bentoGrid{grid-template-rows:360px repeat(3,240px)}.cinemaSection{height:480px}.storyMedia{height:320px}.newsletter{border-radius:22px}.pageMotion{width:94%;height:140px}.pageMotionCopy p{display:none}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}


/* ===== Premium image-led redesign v3 ===== */
:root{--shadow-soft:0 24px 70px rgba(40,27,20,.10);--shadow-deep:0 30px 90px rgba(23,19,17,.22);--glass:rgba(255,253,250,.72)}
body{background:linear-gradient(180deg,#fffdfa 0%,#fbf4ea 48%,#fffdfa 100%);overflow-x:hidden}.header{backdrop-filter:blur(18px);background:rgba(255,253,250,.93);box-shadow:0 10px 35px rgba(40,27,20,.045)}
.headrow{grid-template-columns:205px 1fr auto;padding:10px 0}.logo{width:195px;height:92px;object-fit:contain;filter:drop-shadow(0 8px 14px rgba(50,30,20,.08));transition:transform .45s ease}.logo:hover{transform:scale(1.045) rotate(-.35deg)}
.navrow a{position:relative;transition:color .25s ease,transform .25s ease}.navrow a:after{content:"";position:absolute;left:50%;right:50%;bottom:7px;height:2px;background:linear-gradient(90deg,var(--rose),#d9a89d);transition:.35s}.navrow a:hover{transform:translateY(-2px)}.navrow a:hover:after,.navrow a.active:after{left:12px;right:12px}
.search{box-shadow:0 8px 26px rgba(35,25,20,.05);transition:.35s}.search:focus-within{transform:translateY(-2px);box-shadow:0 18px 50px rgba(35,25,20,.10);border-color:#d8b7ad}.iconbtn,.btn,.chip{transition:transform .3s ease,box-shadow .3s ease,background .3s ease,border-color .3s ease}.iconbtn:hover,.btn:hover,.chip:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(48,28,20,.10)}

.luxHero{min-height:76vh;border-radius:0 0 44px 44px;overflow:hidden;box-shadow:var(--shadow-deep)}.luxHeroVideo{transform:scale(1.035);animation:heroBreath 14s ease-in-out infinite alternate}.luxHeroShade{background:linear-gradient(90deg,rgba(15,10,8,.76) 0%,rgba(15,10,8,.46) 48%,rgba(15,10,8,.16) 78%,rgba(15,10,8,.35) 100%)}.luxHeroContent h1{font-size:clamp(48px,6vw,96px);line-height:.96;letter-spacing:-3px;max-width:980px}.luxHeroContent p{font-size:clamp(17px,1.6vw,23px);max-width:760px}.heroMetrics span{backdrop-filter:blur(18px);background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.24);padding:12px 16px;border-radius:999px}.glowBtn{box-shadow:0 14px 45px rgba(189,129,117,.42)}
@keyframes heroBreath{from{transform:scale(1.02)}to{transform:scale(1.09)}}

.bentoGrid{gap:18px}.bentoCard{border-radius:26px;box-shadow:0 18px 45px rgba(40,27,20,.12);isolation:isolate}.bentoCard img{transition:transform .85s cubic-bezier(.2,.75,.2,1),filter .5s}.bentoCard:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(15,10,8,.78));z-index:1}.bentoCard:hover img{transform:scale(1.08);filter:saturate(1.08) contrast(1.03)}.bentoCard:hover{transform:translateY(-8px)}.bentoOverlay{z-index:2}.bentoOverlay h3{font-size:clamp(30px,3vw,50px)}

.occasionRail{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.occasionCard{position:relative;min-height:480px;border-radius:28px;overflow:hidden;background:#111;color:#fff;box-shadow:var(--shadow-soft);isolation:isolate;transform:translateZ(0)}.occasionCard img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.18,.8,.2,1),filter .5s}.occasionCard:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,8,7,.05),rgba(10,8,7,.18) 45%,rgba(10,8,7,.88));z-index:1}.occasionCard>div{position:absolute;z-index:2;left:24px;right:24px;bottom:22px;transition:transform .45s}.occasionCard span{font-size:11px;letter-spacing:2px}.occasionCard h3{font-family:Georgia,serif;font-size:30px;margin:8px 0}.occasionCard p{margin:0;color:#f5ebe5;opacity:.88;line-height:1.55}.occasionCard:hover img{transform:scale(1.11)}.occasionCard:hover>div{transform:translateY(-8px)}.occasionCard:hover{box-shadow:0 30px 80px rgba(30,20,15,.24)}

.workShowcase{gap:18px}.workVisual{min-height:360px;border-radius:26px;overflow:hidden;position:relative;padding:28px;color:white;border:0;box-shadow:var(--shadow-soft);background-size:cover;background-position:center;display:flex;flex-direction:column;justify-content:flex-end;isolation:isolate}.workVisual:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,14,10,.08),rgba(20,14,10,.84));z-index:-1}.workVisual:nth-child(1){background-image:url('assets/products/tt-w-006-detail.svg')}.workVisual:nth-child(2){background-image:url('assets/products/tt-w-006-detail.svg')}.workVisual:nth-child(3){background-image:url('assets/products/tt-w-006-detail.svg')}.workVisual:nth-child(4){background-image:url('assets/products/tt-w-006-detail.svg')}.workVisual span{position:absolute;top:22px;right:22px;border:1px solid rgba(255,255,255,.55);width:42px;height:42px;display:grid;place-items:center;border-radius:50%;backdrop-filter:blur(10px)}.workVisual h3{font-size:28px;margin:0 0 6px}.workVisual p{margin:0;color:#f8eee9}.workVisual:hover{transform:translateY(-9px) scale(1.015);box-shadow:0 35px 75px rgba(30,20,15,.24)}

.benefitGrid{gap:18px}.benefitCard{min-height:320px;border:0;border-radius:26px;padding:26px;color:#fff;overflow:hidden;position:relative;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:var(--shadow-soft);background-size:cover;background-position:center;isolation:isolate}.benefitCard:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,12,10,.06),rgba(20,12,10,.84));z-index:-1}.benefitCard:nth-child(1){background-image:url('assets/products/tt-w-006-detail.svg')}.benefitCard:nth-child(2){background-image:url('assets/products/tt-w-006-detail.svg')}.benefitCard:nth-child(3){background-image:url('assets/products/tt-w-006-detail.svg')}.benefitCard:nth-child(4){background-image:url('assets/products/tt-w-006-detail.svg')}.benefitCard i{position:absolute;top:18px;right:18px;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.15);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.35)}.benefitCard b{font-size:24px}.benefitCard p{color:#f8efeb}.benefitCard:hover{transform:translateY(-10px)}

.product{border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 12px 38px rgba(44,27,18,.07);border:1px solid rgba(234,223,210,.8);transition:transform .45s cubic-bezier(.2,.8,.2,1),box-shadow .45s}.product .prodImg{overflow:hidden}.product img{transition:transform .7s cubic-bezier(.2,.8,.2,1)}.product:hover{transform:translateY(-10px);box-shadow:0 30px 70px rgba(44,27,18,.15)}.product:hover img{transform:scale(1.075)}

/* Inner page cinematic hero */
.pageMotion{position:relative;height:min(58vh,610px);min-height:390px;overflow:hidden;margin:0;border-radius:0 0 42px 42px;box-shadow:var(--shadow-deep);color:#fff}.pageMotion video,.pageMotion>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.pageMotion:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,10,8,.76),rgba(15,10,8,.30) 62%,rgba(15,10,8,.16))}.pageMotionCopy{position:absolute;z-index:2;left:max(4vw,34px);bottom:clamp(36px,6vw,78px);max-width:800px}.pageMotionCopy h2{font-family:Georgia,serif;font-size:clamp(42px,5.7vw,82px);line-height:1;margin:12px 0}.pageMotionCopy p{font-size:18px;opacity:.9}.videoDot{display:inline-flex;padding:9px 13px;border:1px solid rgba(255,255,255,.35);border-radius:999px;background:rgba(255,255,255,.10);backdrop-filter:blur(12px);font-size:11px;letter-spacing:1.5px}
.collectionHero{margin-top:30px;border-radius:28px;border:0;background:linear-gradient(135deg,rgba(246,238,225,.92),rgba(255,255,255,.92));box-shadow:var(--shadow-soft);padding:32px;position:relative;overflow:hidden}.collectionHero:after{content:"✦";position:absolute;right:28px;top:20px;font-size:82px;color:rgba(189,129,117,.12);transform:rotate(16deg)}.collectionHero h1{font-family:Georgia,serif;font-size:clamp(38px,5vw,68px);margin:5px 0 8px}.collectionHero p{font-size:17px;max-width:780px}.chips{gap:10px}.chips .chip{background:rgba(255,255,255,.75);backdrop-filter:blur(10px)}

.editorialStrip{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:16px;margin:30px 0 10px}.editorialTile{position:relative;min-height:300px;border-radius:24px;overflow:hidden;color:#fff;box-shadow:var(--shadow-soft);isolation:isolate}.editorialTile:first-child{min-height:390px}.editorialTile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .8s}.editorialTile:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(15,10,8,.85));z-index:1}.editorialTile div{position:absolute;z-index:2;left:22px;right:22px;bottom:20px}.editorialTile h3{font-family:Georgia,serif;font-size:28px;margin:5px 0}.editorialTile span{font-size:10px;letter-spacing:1.7px}.editorialTile:hover img{transform:scale(1.1)}.editorialTile:hover{transform:translateY(-7px)}
.filters{border-radius:22px;border:0;background:rgba(255,255,255,.82);backdrop-filter:blur(14px);box-shadow:0 14px 38px rgba(45,28,20,.08)}.toolbar{background:rgba(255,255,255,.80);backdrop-filter:blur(12px);border:1px solid var(--line);border-radius:18px;padding:12px}.reviewCard,.featureCard{border-radius:20px;box-shadow:0 10px 30px rgba(44,27,18,.06);border-color:#eee1d5}.reviewPhoto{border-radius:18px}

/* Page-specific form experiences */
.loginWrap{min-height:720px;background:linear-gradient(90deg,rgba(20,14,10,.72),rgba(20,14,10,.30)),url('assets/products/tt-w-006-detail.svg') center/cover fixed;display:grid;place-items:center;padding:50px 20px}.loginCard{background:rgba(255,253,250,.82)!important;backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.6)!important;box-shadow:0 35px 90px rgba(10,8,6,.30)!important;border-radius:28px!important;padding:36px!important}.loginCard input{background:rgba(255,255,255,.75)}
body.page-track main .collectionHero,body.page-returns main .collectionHero,body.page-design main .collectionHero,body.page-offers main .collectionHero{background:rgba(255,253,250,.9);backdrop-filter:blur(16px)}

/* micro-motion */
.reveal{opacity:0;transform:translateY(24px) scale(.985);transition:opacity .75s ease,transform .75s cubic-bezier(.2,.75,.2,1)}.reveal.inview{opacity:1;transform:none}.tiltReady{transform-style:preserve-3d;will-change:transform}.cinemaSection video{transition:transform 1.2s}.cinemaSection:hover video{transform:scale(1.045)}

@media(max-width:1100px){.occasionRail{grid-template-columns:repeat(2,1fr)}.headrow{grid-template-columns:160px 1fr}.actions{grid-column:1/-1;justify-content:flex-end}.logo{width:150px;height:72px}.editorialStrip{grid-template-columns:1fr 1fr}.editorialTile:first-child{grid-column:1/-1}}
@media(max-width:760px){.luxHero{min-height:72vh;border-radius:0 0 26px 26px}.luxHeroContent h1{letter-spacing:-1.5px}.heroMetrics{display:none}.occasionRail{grid-template-columns:1fr}.occasionCard{min-height:410px}.pageMotion{height:50vh;min-height:360px;border-radius:0 0 26px 26px}.pageMotionCopy{left:22px;right:22px}.pageMotionCopy h2{font-size:45px}.editorialStrip{grid-template-columns:1fr}.editorialTile,.editorialTile:first-child{min-height:340px;grid-column:auto}.collectionHero{padding:24px;margin-top:22px}.workShowcase,.benefitGrid{grid-template-columns:1fr 1fr}.workVisual,.benefitCard{min-height:300px}.header .headrow{display:grid;grid-template-columns:120px 1fr;gap:10px}.header .actions{grid-column:1/-1;overflow-x:auto;justify-content:flex-start}.logo{width:115px;height:62px}.search input{padding:14px}.search button{padding:0 14px}}
@media(max-width:520px){.workShowcase,.benefitGrid{grid-template-columns:1fr}.occasionCard{min-height:380px}.pageMotionCopy h2{font-size:38px}.collectionHero h1{font-size:42px}.newsletter{border-radius:24px}}

/* ===== Marketplace-grade frontend enhancement v4 ===== */
:root{--focus:#7b4d44}
.skipLink{position:fixed;left:12px;top:-60px;z-index:99999;background:#111;color:#fff;padding:12px 18px;border-radius:10px}.skipLink:focus{top:12px}
:focus-visible{outline:3px solid rgba(123,77,68,.42);outline-offset:3px}
.header{position:sticky;top:0;z-index:1000;background:rgba(255,253,249,.96);backdrop-filter:blur(16px);box-shadow:0 7px 30px rgba(38,25,18,.06)}
.nav{overflow:visible}.navrow{overflow:visible!important}.megaWrap{position:relative;display:inline-flex;height:100%;align-items:center}.megaMenu{position:absolute;left:-190px;top:calc(100% + 18px);width:min(1180px,94vw);background:#fff;border:1px solid #eaded2;border-radius:0 0 26px 26px;box-shadow:0 28px 80px rgba(26,17,12,.18);padding:22px;display:grid;grid-template-columns:280px 1fr;gap:26px;opacity:0;visibility:hidden;transform:translateY(8px);transition:.25s;z-index:3000}.megaWrap:hover .megaMenu,.megaWrap:focus-within .megaMenu{opacity:1;visibility:visible;transform:none}.megaPromo{position:relative;border-radius:20px;overflow:hidden;min-height:390px;color:#fff}.megaPromo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.megaPromo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 28%,rgba(12,8,6,.85))}.megaPromo div{position:absolute;z-index:2;left:20px;right:20px;bottom:20px;display:grid;gap:8px}.megaPromo span{font-size:10px;letter-spacing:1.8px}.megaPromo b{font-family:Georgia,serif;font-size:26px;line-height:1.05}.megaPromo a{color:#fff;text-decoration:underline}.megaCols{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.megaCols h4{font-size:11px;letter-spacing:1.4px;color:#b2786c;margin:2px 0 10px}.megaCols a{display:block;padding:5px 0;color:#33251f;font-size:13px}.megaCols a:hover{color:#b36f62;transform:translateX(3px)}
.notifyBtn{position:relative}.notifyDot{position:absolute;right:7px;top:6px;background:#b36f62;color:#fff;border-radius:999px;font-size:9px;min-width:16px;height:16px;display:grid;place-items:center}
.suggestions{max-height:min(70vh,620px);overflow:auto;padding:10px!important}.searchPanelTitle{font-size:11px;letter-spacing:1.4px;color:#8d7469;padding:10px 9px 6px}.searchChips{display:flex;gap:7px;flex-wrap:wrap;padding:4px 8px 12px}.searchChips button{border:1px solid #eaded2;background:#fffaf5;border-radius:999px;padding:8px 10px;cursor:pointer}.suggestProduct{display:grid!important;grid-template-columns:54px 1fr;gap:11px;align-items:center;padding:9px!important;border-radius:12px}.suggestProduct:hover{background:#fbf4ed}.suggestProduct img{width:54px;height:65px;object-fit:cover;border-radius:9px}.suggestProduct span{display:grid;gap:2px}.suggestProduct small{color:#88776d}.suggestProduct strong{font-size:13px}.searchCorrection{padding:9px 10px;background:#fff3ea;border-radius:10px;margin-bottom:5px}.viewAllSearch{font-weight:700;color:#a9685d!important;border-top:1px solid #eee0d5;margin-top:5px}.noSearch{padding:18px;color:#76665e}.listening{animation:pulseVoice .8s infinite alternate}@keyframes pulseVoice{to{box-shadow:0 0 0 8px rgba(181,109,94,.15)}}
.marketCard .productImg{position:relative}.dealBadge{position:absolute;left:12px;bottom:12px;background:#18120f;color:#fff;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:800}.cardHoverActions{position:absolute;left:12px;right:12px;bottom:48px;display:flex;gap:7px;opacity:0;transform:translateY(10px);transition:.3s}.marketCard:hover .cardHoverActions{opacity:1;transform:none}.cardHoverActions button{flex:1;border:0;border-radius:10px;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);padding:10px;font-weight:700;cursor:pointer}.microTag{font-size:10px;letter-spacing:1.1px;text-transform:uppercase;color:#a27e70;margin-bottom:5px}.marketMeta{display:flex;gap:7px;align-items:center;flex-wrap:wrap;font-size:11px;color:#786961;margin:8px 0}.marketMeta .rating{background:#2f7e52;color:#fff;padding:4px 7px;border-radius:6px}.deliveryMini{color:#2f7e52}.discountText{color:#2f7e52;font-weight:700}.miniBuy{display:none}.marketCard:hover .miniBuy{display:inline-flex}
.quickCard{max-width:900px!important}.quickGrid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.quickGrid>img{width:100%;height:560px;object-fit:cover;border-radius:18px}
.filterPills{display:flex;gap:7px;flex-wrap:wrap}.filterPills input{display:none}.filterPills span{display:grid;place-items:center;min-width:38px;height:38px;border:1px solid #e5d7ca;border-radius:9px;background:#fff;cursor:pointer}.filterPills input:checked+span{background:#211814;color:#fff;border-color:#211814}.rangeLabel{display:grid!important;gap:8px}.rangeLabel input{width:100%}.filterReset{width:100%;margin-top:10px}
.assuranceStrip{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:18px}.assuranceStrip>div{padding:14px;border-radius:14px;background:#fbf5ee;border:1px solid #eee0d5;display:grid;gap:4px}.assuranceStrip span{font-size:11px;color:#7b6d66}.productStoryVisual{grid-column:1/-1;margin-top:24px;display:grid;grid-template-columns:1fr 1fr;gap:0;border-radius:26px;overflow:hidden;background:#18120f;color:#fff}.productStoryVisual img{width:100%;height:420px;object-fit:cover}.productStoryVisual>div{padding:38px;display:flex;flex-direction:column;justify-content:center}.productStoryVisual h2{font-family:Georgia,serif;font-size:40px;margin:8px 0}.productStoryVisual li{margin:8px 0;color:#eadfd7}.stickyBuyBar{position:fixed;z-index:1400;left:50%;bottom:18px;transform:translateX(-50%);width:min(820px,calc(100% - 28px));display:flex;align-items:center;gap:12px;background:rgba(24,18,15,.94);backdrop-filter:blur(16px);color:#fff;border:1px solid rgba(255,255,255,.18);box-shadow:0 20px 70px rgba(0,0,0,.28);padding:10px;border-radius:18px}.stickyBuyBar img{width:52px;height:58px;object-fit:cover;border-radius:10px}.stickyBuyBar span{display:grid;flex:1}.stickyBuyBar small{color:#d9cbc2}
.dealSection{padding-top:20px}.dealHeader{display:flex;justify-content:space-between;align-items:end;margin-bottom:18px}.dealHeader h2{font-family:Georgia,serif;font-size:clamp(34px,4vw,56px);margin:5px 0}.dealClock{font-variant-numeric:tabular-nums;font-size:20px;font-weight:800;background:#1b1410;color:#fff;padding:12px 16px;border-radius:14px}.imageRail{display:grid;grid-template-columns:1.8fr 1fr 1fr;gap:16px}.imageRail>a{position:relative;min-height:380px;border-radius:24px;overflow:hidden;color:#fff;box-shadow:0 18px 50px rgba(30,20,15,.13)}.imageRail img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .7s}.imageRail>a:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(13,8,6,.85))}.imageRail>a>div{position:absolute;z-index:2;left:24px;right:24px;bottom:22px}.imageRail h3{font-family:Georgia,serif;font-size:32px;margin:6px 0}.imageRail>a:hover img{transform:scale(1.08)}.shortcutGrid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.shortcutCard{position:relative;height:230px;border-radius:999px 999px 24px 24px;overflow:hidden;color:#fff}.shortcutCard img{width:100%;height:100%;object-fit:cover;transition:.6s}.shortcutCard:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 42%,rgba(14,9,7,.78))}.shortcutCard span{position:absolute;z-index:2;left:10px;right:10px;bottom:16px;text-align:center;font-family:Georgia,serif;font-size:18px}.shortcutCard:hover img{transform:scale(1.09)}
.imgFallback{object-fit:contain!important;background:#f7efe7;padding:10px}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.reveal{opacity:1!important;transform:none!important}}
@media(max-width:1180px){.megaMenu{left:-120px;width:92vw}.megaCols{grid-template-columns:repeat(3,1fr)}.shortcutGrid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:850px){.megaMenu{display:none}.imageRail{grid-template-columns:1fr 1fr}.imageRail .widePromo{grid-column:1/-1}.assuranceStrip{grid-template-columns:1fr}.productStoryVisual{grid-template-columns:1fr}.quickGrid{grid-template-columns:1fr}.quickGrid>img{height:420px}.stickyBuyBar span{display:none}}
@media(max-width:600px){.imageRail{grid-template-columns:1fr}.imageRail .widePromo{grid-column:auto}.shortcutGrid{grid-template-columns:repeat(2,1fr)}.dealHeader{align-items:flex-start;gap:12px;flex-direction:column}.cardHoverActions{display:none}.miniBuy{display:inline-flex}.productStoryVisual>div{padding:24px}.productStoryVisual h2{font-size:32px}.stickyBuyBar{bottom:78px}.notifyBtn{display:none}}
.accountDashboard{display:grid;grid-template-columns:260px 1fr;gap:28px}.accountSide{align-self:start;position:sticky;top:180px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 15px 45px rgba(37,24,17,.08)}.accountAvatar{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:#1e1713;color:#fff;font-family:Georgia,serif;font-size:24px}.accountSide nav{display:grid;margin:18px 0}.accountSide nav a{padding:11px 0;border-bottom:1px solid #f0e6de}.accountSide nav a.active{color:#b27367;font-weight:800}.accountHero{min-height:380px;border-radius:28px;overflow:hidden;position:relative;color:#fff;display:grid;align-items:end;padding:34px;isolation:isolate}.accountHero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.accountHero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,10,8,.8),rgba(15,10,8,.2));z-index:-1}.accountHero>div{max-width:570px}.accountHero h2{font-family:Georgia,serif;font-size:46px;margin:7px 0}.accountTiles{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:18px 0}.accountTiles a{padding:20px;background:#fff;border:1px solid var(--line);border-radius:18px;display:grid;gap:7px;box-shadow:0 10px 30px rgba(37,24,17,.05)}.accountTiles span{font-size:12px;color:#7e6d64}.accountOrder{display:grid;grid-template-columns:180px 1fr;gap:22px;padding:18px;border:1px solid var(--line);border-radius:22px;background:#fff}.accountOrder img{width:100%;height:210px;object-fit:cover;border-radius:15px}.statusPill{display:inline-flex;padding:6px 9px;border-radius:999px;background:#e9f7ee;color:#237444;font-size:11px;font-weight:800}.visualInfoGrid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.visualInfoGrid article{min-height:340px;border-radius:24px;background-image:linear-gradient(180deg,transparent,rgba(11,8,6,.86)),var(--bg);background-size:cover;background-position:center;display:flex;align-items:end;padding:24px;color:#fff}.visualInfoGrid b{font-family:Georgia,serif;font-size:28px}.notificationFeed{display:grid;gap:15px}.notif{display:grid;grid-template-columns:220px 1fr;gap:20px;padding:14px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 12px 35px rgba(38,24,18,.06)}.notif img{width:100%;height:180px;object-fit:cover;border-radius:15px}.notif span{font-size:10px;letter-spacing:1.5px;color:#b27367}.notif h3{font-family:Georgia,serif;font-size:28px;margin:7px 0}.compareTable{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.compareTable article{padding:16px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 13px 35px rgba(33,22,16,.07)}.compareTable img{width:100%;height:390px;object-fit:cover;border-radius:16px}.compareTable h2{font-size:22px}.compareTable dl{display:grid;grid-template-columns:90px 1fr;border-top:1px solid #eee0d5}.compareTable dt,.compareTable dd{padding:10px 0;margin:0;border-bottom:1px solid #eee0d5}.compareTable dt{font-weight:800}.offerMosaic{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:16px}.offerVisual{min-height:500px;position:relative;overflow:hidden;border-radius:26px;color:#fff}.offerVisual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.7s}.offerVisual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(13,8,6,.88))}.offerVisual div{position:absolute;z-index:2;left:24px;right:24px;bottom:24px}.offerVisual h2{font-family:Georgia,serif;font-size:38px;margin:6px 0}.offerVisual:hover img{transform:scale(1.08)}.trackingSearch{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.trackingSearch input{padding:13px 14px;border:1px solid var(--line);border-radius:11px;min-width:220px}.trackExperience{display:grid;grid-template-columns:1fr 1fr;gap:0;border-radius:28px;overflow:hidden;background:#17110e;color:#fff;opacity:.55;transition:.5s}.trackExperience.show{opacity:1}.trackVisual img{width:100%;height:100%;min-height:560px;object-fit:cover}.trackTimeline{padding:42px}.trackTimeline h2{font-family:Georgia,serif;font-size:42px}.trackStep{display:grid;grid-template-columns:46px 1fr;gap:12px;position:relative;padding:12px 0 22px}.trackStep i{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(255,255,255,.35);font-style:normal}.trackStep:not(:last-child):after{content:"";position:absolute;left:17px;top:48px;width:2px;height:28px;background:rgba(255,255,255,.22)}.trackStep.done i,.trackStep.current i{background:#c68b7e;border-color:#c68b7e}.trackStep div{display:grid;gap:4px}.trackStep span{font-size:12px;color:#d8cbc4}.loginDivider{display:flex;align-items:center;gap:10px;margin:14px 0}.loginDivider:before,.loginDivider:after{content:"";height:1px;flex:1;background:#e7dbd0}.loginDivider span{font-size:11px;color:#89756c}
@media(max-width:900px){.accountDashboard{grid-template-columns:1fr}.accountSide{position:static}.accountTiles{grid-template-columns:1fr 1fr}.offerMosaic{grid-template-columns:1fr 1fr}.offerVisual:first-child{grid-column:1/-1}.compareTable{grid-template-columns:1fr}.trackExperience{grid-template-columns:1fr}.trackVisual img{min-height:330px}.visualInfoGrid{grid-template-columns:1fr}}
@media(max-width:600px){.accountTiles{grid-template-columns:1fr}.notif{grid-template-columns:1fr}.notif img{height:260px}.offerMosaic{grid-template-columns:1fr}.offerVisual:first-child{grid-column:auto}.offerVisual{min-height:430px}.accountOrder{grid-template-columns:1fr}.trackTimeline{padding:25px}}


/* ===== Threads Therapy storefront polish v5 ===== */
:root{--rose-deep:#a96d63;--green:#2f7e52;--danger:#a44e45;--surface:#fff;--surface-soft:#fbf5ee;--focus:rgba(189,129,117,.35)}
html{scroll-padding-top:150px}
body{min-width:320px}
body.modalOpen{overflow:hidden}
button,a,input,select,textarea{outline-color:var(--rose)}
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--focus);outline-offset:2px}
.srOnly{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.topbar{transition:height .25s ease,opacity .25s ease,padding .25s ease;overflow:hidden}
.topbar.dismissed{height:0;opacity:0;padding-top:0;padding-bottom:0}
.topbarInner{display:flex;align-items:center;justify-content:center;gap:12px;position:relative}
.topbarInner i{color:var(--rose2);font-style:normal;padding:0 4px}
.topbarClose{position:absolute;right:0;border:0;background:transparent;color:#fff;font-size:18px;cursor:pointer;opacity:.75}
.topbarClose:hover{opacity:1}
.header{z-index:120}
.headrow{grid-template-columns:160px minmax(280px,1fr) auto;gap:18px}
.brandLink{display:inline-flex;align-items:center}
.logo{width:150px;height:60px}
.search{min-width:0;height:50px;border-radius:14px;box-shadow:0 7px 22px rgba(41,25,18,.04)}
.search input{min-width:0;height:48px;padding:13px 15px;font-size:15px}
.search input[type=search]::-webkit-search-cancel-button{cursor:pointer}
.searchVoice,.searchSubmit{height:48px;display:inline-flex;align-items:center;justify-content:center;gap:6px;cursor:pointer}
.searchVoice{background:transparent!important;color:var(--ink)!important;border-radius:0!important;padding:0 12px!important;font-size:15px}
.searchVoice:hover{color:var(--rose-deep)!important}
.searchSubmit{background:var(--ink)!important;color:#fff!important;border-radius:0 13px 13px 0!important;min-width:52px;padding:0 16px!important;font-size:23px}
.actions{gap:7px}
.iconbtn{display:inline-flex;align-items:center;justify-content:center;gap:6px;white-space:nowrap;padding:10px 11px;font-size:13px}
.iconbtn b{font-size:11px;color:var(--rose-deep)}
.aiBtn{background:#f7eee6}
.navrow{gap:2px;flex-wrap:wrap;justify-content:center}
.navrow>a{font-size:13px;padding:13px 11px;white-space:nowrap}
.mobileMenuBtn{display:none;border:1px solid var(--line);background:#fff;border-radius:11px;width:40px;height:40px;font-size:20px;cursor:pointer}
.mobileDrawer{display:none;position:fixed;inset:0;z-index:500}
.mobileDrawer.show{display:block}
.drawerBackdrop{position:absolute;inset:0;background:rgba(18,12,9,.46);backdrop-filter:blur(2px)}
.drawerPanel{position:absolute;left:0;top:0;bottom:0;width:min(360px,88vw);background:#fffdfa;padding:20px;overflow:auto;box-shadow:20px 0 60px rgba(18,12,9,.18);animation:drawerIn .25s ease}
@keyframes drawerIn{from{transform:translateX(-100%)}to{transform:none}}
.drawerHeader{display:flex;align-items:center;justify-content:space-between;padding-bottom:17px;border-bottom:1px solid var(--line);font-family:Georgia,serif;font-size:21px}
.drawerLinks{display:grid;gap:3px;padding:15px 0}
.drawerLinks a,.drawerLinks button{border:0;border-bottom:1px solid #f1e8e1;background:transparent;text-align:left;padding:13px 5px;color:var(--ink);cursor:pointer}
.drawerLinks a:hover,.drawerLinks button:hover{color:var(--rose-deep);padding-left:9px}
.drawerTrust{display:grid;gap:5px;padding:16px;border-radius:15px;background:var(--surface-soft);font-size:12px;color:var(--muted)}
.drawerTrust b{color:var(--ink)}
.suggestions{top:calc(100% + 8px);border-radius:16px;box-shadow:0 24px 60px rgba(38,23,16,.15);padding:7px;max-height:450px}
.suggestions a{border-radius:10px;border-bottom:1px solid #f4ede7}
.suggestions a:hover{background:var(--surface-soft)}
.searchPanelTitle{padding:10px 11px 5px;font-size:10px;letter-spacing:1.5px;text-transform:uppercase;color:var(--rose-deep);font-weight:800}
.searchChips{display:flex;gap:7px;flex-wrap:wrap;padding:6px}
.searchChips button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 10px;color:var(--muted);font-size:12px;cursor:pointer}
.searchChips button:hover{background:var(--cream);color:var(--ink)}
.suggestProduct{display:grid!important;grid-template-columns:42px 1fr;gap:10px;align-items:center;padding:9px!important}
.suggestProduct img{width:42px;height:52px;object-fit:cover;border-radius:8px}
.suggestProduct span{display:grid;gap:3px;min-width:0}
.suggestProduct b{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.suggestProduct small{font-size:10px;color:var(--muted)}
.suggestProduct strong{font-size:12px}
.searchCorrection,.noSearch,.viewAllSearch{display:block;padding:11px;font-size:12px}
.searchCorrection{color:var(--muted);background:var(--surface-soft);border-radius:10px;margin:4px}
.viewAllSearch{color:var(--rose-deep);font-weight:800;text-align:center}
.productVisual{position:relative;background:#f3eee9}
.productImg{display:block}
.productImg img{background:#f3eee9}
.heart{z-index:4;cursor:pointer;box-shadow:0 4px 13px rgba(30,20,15,.08)}
.heart[aria-pressed=true]{background:#fff1ee;color:var(--danger)}
.cardHoverActions{z-index:3}
.cardHoverActions button{cursor:pointer}
.marketCard .productBody{min-height:206px}
.productBody h3{line-height:1.28}
.miniBuy{display:inline-flex!important}
.deliveryMini{font-size:11px}
.empty{grid-column:1/-1}
.emptyIcon{font-size:44px;color:var(--rose);margin-bottom:8px}
.successText{color:var(--green)!important}
.errorText{color:var(--danger)!important}
.textButton{border:0;background:transparent;color:var(--rose-deep);font-size:12px;font-weight:750;cursor:pointer;padding:5px 0}
.textButton:hover{text-decoration:underline}
.dangerText{color:var(--danger)}
.footerIntro{color:#c8c1bb;max-width:100%;height:100%;}
.footerTrust{display:grid;gap:6px;color:#e0c3bb;font-size:11px;margin-top:14px}
.footerButton{border:0;background:transparent;color:#c8c1bb;display:block;padding:5px 0;cursor:pointer;text-align:left}
.footerButton:hover{color:#fff}
.cartLayout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(290px,.75fr);gap:24px;align-items:start}
.cartNotice{padding:12px 15px;background:#eff8f0;border:1px solid #dceede;border-radius:12px;color:#31744b;font-size:12px;margin-bottom:14px}
.cartNotice span{padding:0 5px;color:#8bb296}
.cartLine{display:grid;grid-template-columns:110px minmax(0,1fr) auto;gap:17px;align-items:center;padding:14px;border:1px solid var(--line);border-radius:20px;background:#fff;margin-bottom:12px;box-shadow:0 9px 25px rgba(37,24,17,.04)}
.cartThumb img{width:110px;height:138px;object-fit:cover;border-radius:13px}
.cartLineInfo{min-width:0}
.cartLineInfo h3{font-family:Georgia,serif;font-size:20px;line-height:1.2;margin:6px 0}
.cartLineActions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:15px}
.quantityControl{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff}
.quantityControl button{border:0;background:#f8f1eb;width:30px;height:30px;cursor:pointer;font-size:18px}
.quantityControl b{min-width:32px;text-align:center;font-size:13px}
.cartLinePrice{font-size:17px;white-space:nowrap}
.continueLink{display:inline-block;color:var(--rose-deep);font-weight:800;margin:10px 2px}
.cartAside{position:sticky;top:150px;border:1px solid var(--line);border-radius:22px;background:#fff;padding:22px;box-shadow:0 18px 55px rgba(38,23,16,.08)}
.summaryHead{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;border-bottom:1px solid var(--line);padding-bottom:13px}
.summaryHead h3{font-family:Georgia,serif;font-size:28px;margin:6px 0 0}
.cartItemCount{font-size:11px;color:var(--muted);padding-top:16px}
.couponRow{display:flex;gap:8px;margin:17px 0 6px}
.couponRow input{min-width:0;flex:1;border:1px solid var(--line);border-radius:10px;padding:11px}
.couponMsg{font-size:11px;color:var(--muted);margin-bottom:15px}
.summaryRows{display:grid;gap:11px}
.summaryRows>div{display:flex;justify-content:space-between;gap:12px;font-size:13px}
.summaryRows>div>span:first-child{color:var(--muted)}
.summaryTotal{border-top:1px solid var(--line);padding-top:14px;margin-top:3px;font-size:17px!important;color:var(--ink)}
.checkoutButton{display:flex;justify-content:center;margin-top:20px;width:100%}
.secureNote{display:block;text-align:center;color:var(--muted);font-size:10px;margin-top:12px}
.cartEmpty{padding:90px 20px}
.detailRating{display:flex;align-items:center;gap:10px;flex-wrap:wrap;color:var(--muted);font-size:12px}
.detailPrice{margin:18px 0}
.detailPrice strong{font-size:31px}
.detailFacts{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:22px 0}
.detailFacts span{display:grid;gap:5px;padding:12px;border:1px solid var(--line);border-radius:12px;background:var(--surface-soft);font-size:12px}
.detailFacts b{font-size:10px;text-transform:uppercase;letter-spacing:1px;color:var(--rose-deep)}
.sizeHeading{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:16px}
.sizeHeading h3{margin:0}
.detailActions{display:flex;gap:8px;flex-wrap:wrap}
.deliveryCard{padding:16px;border:1px solid var(--line);border-radius:16px;margin-top:18px;background:var(--surface-soft)}
.pinRow{display:flex;gap:8px;margin-top:10px}
.pinRow input{min-width:0;flex:1;padding:11px;border:1px solid var(--line);border-radius:10px}
.detailAccordion{margin-top:18px}
.detailAccordion details{border-top:1px solid var(--line);padding:14px 0}
.detailAccordion summary{font-weight:800;cursor:pointer}
.detailAccordion p{color:var(--muted);font-size:13px;line-height:1.6}
.thumbButton{border:1px solid var(--line);padding:0;border-radius:12px;overflow:hidden;background:#fff;cursor:pointer}
.thumbButton.active{border:2px solid var(--rose)}
.thumbButton img{display:block;width:100%;height:112px;object-fit:cover}
.mainImageWrap{min-width:0}
.productStoryVisual{grid-column:auto;margin-top:34px}
.productReviews{padding-top:50px}
.ratingRow{display:grid;grid-template-columns:35px minmax(140px,360px);align-items:center;gap:8px}
.quickCompareGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.quickCompareGrid .reviewCard{margin:0}
.quickCompareGrid img{width:100%;height:190px;object-fit:cover;border-radius:12px}
.quickInfo{min-width:0}
.quickImage{width:100%;height:560px;object-fit:cover;border-radius:18px}
.sizeFinderFields{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:10px;margin:16px 0}
.sizeFinderFields label{display:grid;gap:6px;font-size:12px;font-weight:750}
.sizeFinderFields input,.sizeFinderFields select{width:100%;border:1px solid var(--line);border-radius:10px;padding:11px;background:#fff}
.sizeResult{display:grid;gap:4px;padding:13px;border-radius:12px;background:#eff8f0;color:var(--green);margin-top:15px;min-height:0}
.sizeResult:empty{display:none}
.sizeResult span{font-size:11px;color:#50725a}
.inputWithButton{display:flex;gap:8px}
.inputWithButton input{min-width:0;flex:1;border:1px solid var(--line);border-radius:10px;padding:12px}
.uploadField{display:grid;gap:8px;padding:14px;border:1px dashed var(--rose2);border-radius:13px;margin:12px 0;font-size:12px;font-weight:750}
.tryPreviewGrid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:16px}
.tryPreviewGrid img{width:100%;height:260px;object-fit:cover;border-radius:14px}
.tryPreviewGrid p{color:var(--muted);font-size:12px;line-height:1.6}
.craftPassportHero{position:relative;min-height:230px;border-radius:17px;overflow:hidden;color:#fff;display:flex;align-items:end;padding:20px;margin-bottom:14px}
.craftPassportHero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}
.craftPassportHero:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent,rgba(10,7,5,.84));z-index:-1}
.craftPassportHero h3{font-family:Georgia,serif;font-size:28px;margin:6px 0}
.compareActions{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}
.checkoutPage{max-width:1240px}
.checkoutForm{display:grid;gap:15px}
.checkoutSection{border:1px solid var(--line);border-radius:18px;background:#fff;padding:20px}
.checkoutSection h3{font-family:Georgia,serif;font-size:23px;margin-top:0}
.formGrid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.formField{display:grid;gap:6px;font-size:12px;font-weight:750}
.formField.full{grid-column:1/-1}
.formField input,.formField textarea,.formField select{width:100%;border:1px solid var(--line);border-radius:10px;padding:12px;background:#fff}
.formField textarea{min-height:96px;resize:vertical}
.optionGrid{display:grid;gap:9px}
.paymentOption{display:flex;align-items:center;gap:9px;border:1px solid var(--line);border-radius:11px;padding:12px;cursor:pointer}
.paymentOption:has(input:checked){border-color:var(--rose);background:var(--surface-soft)}
.checkoutSummary{position:sticky;top:150px}
.checkoutPerks{display:grid;gap:8px;border-top:1px solid var(--line);padding-top:15px;margin-top:17px;color:var(--green);font-size:11px}
.checkoutEmpty{padding:80px 20px;text-align:center}
.successPage{min-height:70vh;display:grid;place-items:center;padding:55px 0}
.successCard{width:min(680px,94%);text-align:center;border:1px solid var(--line);border-radius:28px;background:#fff;padding:50px 30px;box-shadow:0 25px 70px rgba(38,23,16,.1)}
.successIcon{width:70px;height:70px;display:grid;place-items:center;border-radius:50%;background:#e8f6eb;color:var(--green);font-size:38px;font-weight:900;margin:0 auto 18px}
.successCard h1{font-family:Georgia,serif;font-size:clamp(38px,6vw,60px);margin:10px 0}
.successCard p{color:var(--muted);line-height:1.7}
.successSummary{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin:23px 0}
.successSummary span{padding:10px 13px;border:1px solid var(--line);border-radius:999px;background:var(--surface-soft);font-size:12px}
.designBuilder{display:grid;grid-template-columns:1.2fr .8fr;gap:20px;align-items:start}
.designPreview{min-height:260px;display:flex;flex-direction:column;justify-content:end;padding:24px;border-radius:20px;background:linear-gradient(145deg,#1a1210,#704b43);color:#fff;position:sticky;top:150px;overflow:hidden}
.designPreview:before{content:"TT";position:absolute;right:20px;top:10px;font:120px Georgia,serif;color:rgba(255,255,255,.08)}
.designPreview h3{font:34px Georgia,serif;margin:8px 0}
.designPreview p{color:#e8d9d2;line-height:1.6}
.emptyStateText{color:var(--muted);font-size:13px}
.stickyBuyBar{bottom:20px}
.mobilebar button{border:0;background:transparent;color:inherit;cursor:pointer;font:inherit}
@media(max-width:1180px){.headrow{grid-template-columns:145px minmax(220px,1fr) auto}.logo{width:135px}.actionText{display:none}.iconbtn{padding:10px}.navrow>a{padding-left:8px;padding-right:8px}.cartLayout{grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr)}}
@media(max-width:800px){html{scroll-padding-top:100px}.header{position:sticky;top:0}.headrow{grid-template-columns:40px 100px minmax(0,1fr);gap:8px;padding:9px 0}.mobileMenuBtn{display:inline-flex;align-items:center;justify-content:center}.logo{width:100px;height:48px}.search{height:44px}.search input{height:42px;padding:10px;font-size:13px}.searchVoice,.searchSubmit{height:42px}.searchVoice{padding:0 8px!important}.searchSubmit{min-width:40px;padding:0 10px!important}.actions{grid-column:1/-1;display:flex;justify-content:space-around;gap:5px;border-top:1px solid #f1e8e1;padding-top:8px}.actions .iconbtn{flex:1;padding:8px 5px;border-radius:10px;font-size:12px}.actions .actionText{display:inline}.actions .aiBtn .actionText,.actions .accountAction .actionText{display:none}.nav{display:none}.topbarInner{font-size:10px;padding-right:22px}.topbarClose{right:4px}.cartLayout{grid-template-columns:1fr}.cartAside{position:static}.cartLine{grid-template-columns:82px minmax(0,1fr);gap:12px}.cartThumb img{width:82px;height:108px}.cartLinePrice{grid-column:2;font-size:16px}.cartLineInfo h3{font-size:17px}.detailFacts{grid-template-columns:1fr 1fr}.quickCompareGrid{grid-template-columns:1fr}.sizeFinderFields{grid-template-columns:1fr 1fr}.sizeFinderFields label:first-child{grid-column:1/-1}.formGrid{grid-template-columns:1fr}.formField.full{grid-column:auto}.checkoutSummary{position:static}.designBuilder{grid-template-columns:1fr}.designPreview{position:static}.mobilebar{display:grid!important}.assistant{display:none}.footer{padding-bottom:92px}.footerGrid{padding-bottom:10px}.stickyBuyBar{bottom:76px}.stickyBuyBar span{display:grid}.stickyBuyBar small{font-size:10px}.stickyBuyBar .btn{padding:10px 11px;font-size:12px}.productStoryVisual{grid-template-columns:1fr}.tryPreviewGrid{grid-template-columns:1fr}.thumbButton img{height:95px}}
@media(max-width:520px){.headrow{grid-template-columns:36px 88px minmax(0,1fr)}.logo{width:88px}.searchVoice{font-size:0}.searchVoice:before{content:"🎙";font-size:15px}.actions .iconbtn{font-size:11px}.productActions{grid-template-columns:1fr 1fr}.productActions .btn{padding:10px 7px;font-size:11px}.marketCard .productBody{min-height:205px}.detailFacts{gap:6px}.detailFacts span{padding:9px;font-size:11px}.detailPrice strong{font-size:25px}.sizeHeading{align-items:flex-start;flex-direction:column}.inputWithButton{flex-direction:column}.cartLineActions{gap:8px}.cartNotice{font-size:11px}.sizeFinderFields{grid-template-columns:1fr}.sizeFinderFields label:first-child{grid-column:auto}.successCard{padding:38px 20px}.quickImage{height:390px}.modal{padding:10px}.modalCard{padding:18px}.footerGrid{grid-template-columns:1fr 1fr}.footerGrid>div:first-child{grid-column:1/-1}}

/* Logo refinement: a little more presence without crowding the header. */
.headrow{grid-template-columns:178px minmax(280px,1fr) auto}
.logo{width:170px;height:72px}
@media(max-width:1180px){.headrow{grid-template-columns:160px minmax(220px,1fr) auto}.logo{width:150px;height:68px}}
@media(max-width:800px){.headrow{grid-template-columns:40px 112px minmax(0,1fr)}.logo{width:112px;height:54px}}
@media(max-width:520px){.headrow{grid-template-columns:36px 98px minmax(0,1fr)}.logo{width:98px;height:52px}}

/* ===== ALL-DEPARTMENT MARKETPLACE UI ===== */
.allMegaWrap{position:relative;display:inline-flex;align-items:center}.allMegaWrap>a{position:relative}.allMegaWrap>a:after{content:"";position:absolute;left:0;right:100%;bottom:-14px;height:2px;background:var(--rose,#b77d72);transition:.3s}.allMegaWrap:hover>a:after{right:0}.allMegaPanel{position:absolute;z-index:1600;top:calc(100% + 14px);left:50%;transform:translate(-50%,14px);width:min(940px,92vw);padding:14px;background:rgba(255,252,248,.98);backdrop-filter:blur(18px);border:1px solid #eadfd5;border-radius:24px;box-shadow:0 28px 90px rgba(28,18,13,.18);display:grid;grid-template-columns:280px 1fr;gap:20px;opacity:0;visibility:hidden;pointer-events:none;transition:.28s}.allMegaWrap:hover .allMegaPanel,.allMegaWrap:focus-within .allMegaPanel{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}
.allMegaVisual{position:relative;height:330px;border-radius:18px;overflow:hidden;color:#fff}.allMegaVisual img{width:100%;height:100%;object-fit:cover;transition:.7s}.allMegaVisual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(13,8,6,.88))}.allMegaVisual>div{position:absolute;z-index:2;left:20px;right:20px;bottom:18px;display:grid;gap:7px}.allMegaVisual small{letter-spacing:1.8px}.allMegaVisual h3{font-family:Georgia,serif;font-size:30px;margin:0}.allMegaVisual:hover img{transform:scale(1.08)}.allMegaLinks{display:grid;grid-template-columns:repeat(3,minmax(130px,1fr));gap:18px;padding:8px}.allMegaLinks h4{font-size:10px;letter-spacing:1.7px;color:#b47a6e;margin:4px 0 10px}.allMegaLinks a{display:block;padding:6px 0;color:#2c211c;font-size:13px;transition:.22s}.allMegaLinks a:hover{color:#b06f63;transform:translateX(4px)}
.departmentHero{position:relative;min-height:520px;border-radius:0 0 34px 34px;overflow:hidden;color:#fff;display:flex;align-items:end;margin:0 calc(50% - 50vw) 28px;width:100vw}.departmentHero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform 1.2s}.departmentHero:hover>img{transform:scale(1.035)}.departmentShade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(14,9,7,.86) 0%,rgba(14,9,7,.45) 48%,rgba(14,9,7,.12) 100%)}.departmentHeroCopy{position:relative;z-index:2;width:min(1180px,calc(100% - 40px));margin:0 auto;padding:64px 0;max-width:1180px}.departmentHeroCopy h1{font-family:Georgia,serif;font-size:clamp(40px,5vw,72px);line-height:1.03;max-width:790px;margin:8px 0 14px}.departmentHeroCopy p{max-width:620px;font-size:17px;line-height:1.7;color:#eee4de}.compactCollectionHero{padding-top:14px!important}.compactCollectionHero h1{font-size:clamp(30px,4vw,48px)!important}
.universalEditorial{margin-top:40px}.universalVisualGrid{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:15px}.universalVisualGrid>a{position:relative;min-height:350px;border-radius:26px;overflow:hidden;color:#fff;box-shadow:0 18px 55px rgba(31,20,14,.12)}.universalVisualGrid img{width:100%;height:100%;object-fit:cover;transition:.75s}.universalVisualGrid>a:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 38%,rgba(12,8,6,.88))}.universalVisualGrid span{position:absolute;z-index:2;left:22px;right:22px;bottom:22px;display:grid;gap:5px}.universalVisualGrid small{letter-spacing:1.8px}.universalVisualGrid b{font-family:Georgia,serif;font-size:28px}.universalVisualGrid em{font-style:normal;font-size:13px}.universalVisualGrid>a:hover img{transform:scale(1.08)}
/* richer interaction across cards, panels and images */
.productCard,.benefitCard,.featureCard,.reviewCard,.accountTiles a,.notif,.compareTable article,.filters,.newsletter,.storySplit,.occasionCard,.workVisual{transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s,border-color .35s}.productCard:hover,.benefitCard:hover,.featureCard:hover,.accountTiles a:hover,.notif:hover,.compareTable article:hover{transform:translateY(-7px);box-shadow:0 24px 70px rgba(30,20,15,.14)}.productCard img,.occasionCard img,.storyMedia img{transition:transform .7s}.productCard:hover img,.occasionCard:hover img,.storySplit:hover .storyMedia img{transform:scale(1.045)}
@media(max-width:1280px){.allMegaPanel{left:0;transform:translate(0,14px)}.allMegaWrap:hover .allMegaPanel,.allMegaWrap:focus-within .allMegaPanel{transform:translate(0,0)}.allMegaWrap:nth-last-child(-n+5) .allMegaPanel{left:auto;right:0}}
@media(max-width:900px){.allMegaPanel{display:none}.departmentHero{min-height:430px}.universalVisualGrid{grid-template-columns:1fr 1fr}.universalVisualGrid>a:first-child{grid-column:1/-1}}
@media(max-width:600px){.departmentHero{min-height:390px;border-radius:0 0 24px 24px}.departmentHeroCopy{padding:38px 0}.departmentHeroCopy p{font-size:14px}.universalVisualGrid{grid-template-columns:1fr}.universalVisualGrid>a:first-child{grid-column:auto}.universalVisualGrid>a{min-height:320px}}

/* ===== Craft-led editorial pages ===== */
.collectionsPage,.workPage,.offersPage{padding-bottom:44px}
.collectionEditorialHero,.craftEditorialHero,.offersEditorialHero{margin-top:28px;display:grid;grid-template-columns:1.05fr .95fr;min-height:530px;border:1px solid var(--line);border-radius:30px;overflow:hidden;box-shadow:0 25px 75px rgba(38,23,16,.10)}
.collectionEditorialHero{background:linear-gradient(135deg,#f8eee5,#fffdfa 64%)}
.collectionEditorialCopy,.craftEditorialCopy,.offersEditorialCopy{display:flex;flex-direction:column;justify-content:center;padding:clamp(30px,5vw,74px)}
.collectionEditorialCopy h1,.craftEditorialCopy h1,.offersEditorialCopy h1{font:clamp(44px,5.2vw,78px)/.98 Georgia,serif;letter-spacing:-2.5px;margin:13px 0 18px;max-width:720px}
.collectionEditorialCopy p,.craftEditorialCopy p,.offersEditorialCopy p{font-size:17px;line-height:1.75;color:var(--muted);max-width:630px}
.collectionEditorialVisual,.craftEditorialVisual,.offersEditorialVisual{position:relative;min-height:530px;overflow:hidden;margin:0}
.collectionEditorialVisual:after,.craftEditorialVisual:after,.offersEditorialVisual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 44%,rgba(17,10,8,.76))}
.collectionEditorialVisual img,.craftEditorialVisual img,.offersEditorialVisual img{width:100%;height:100%;object-fit:cover;transition:transform .9s}
.collectionEditorialHero:hover .collectionEditorialVisual img,.craftEditorialHero:hover .craftEditorialVisual img,.offersEditorialHero:hover .offersEditorialVisual img{transform:scale(1.045)}
.visualSeal,.offerVisualTicket{position:absolute;z-index:2;right:26px;bottom:24px;width:142px;height:142px;border:1px solid rgba(255,255,255,.58);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;background:rgba(20,13,10,.28);backdrop-filter:blur(8px);transform:rotate(7deg)}
.visualSeal span,.offerVisualTicket small{font-size:9px;letter-spacing:2px}
.visualSeal b{font:24px/1.04 Georgia,serif;margin:8px 0}
.visualSeal small{font-size:8px;color:#f7e9df}
.collectionHeroFacts,.craftHeroFacts,.offerHeroStats{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
.collectionHeroFacts span,.craftHeroFacts span,.offerHeroStats span{display:inline-flex;align-items:center;gap:6px;padding:9px 11px;border:1px solid rgba(189,129,117,.25);border-radius:999px;background:rgba(255,255,255,.62);font-size:11px;color:var(--muted)}
.collectionHeroFacts b,.craftHeroFacts b,.offerHeroStats b{font-size:15px;color:var(--ink)}
.collectionIntro,.craftIntro{display:grid;grid-template-columns:1.05fr .95fr;align-items:end;gap:35px;padding-bottom:22px}
.collectionIntro h2,.craftIntro h2{font:clamp(32px,4.2vw,55px)/1.02 Georgia,serif;margin:10px 0 0;max-width:650px}
.collectionIntro p,.craftIntro p{margin:0;color:var(--muted);font-size:15px;line-height:1.75;max-width:530px}
.collectionFeatureGrid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:250px;gap:16px}
.collectionFeature{position:relative;min-height:250px;display:flex;align-items:end;overflow:hidden;border-radius:24px;color:#fff;background:#1d1512;box-shadow:0 16px 45px rgba(38,23,16,.11);isolation:isolate}
.collectionFeatureLarge{grid-column:span 2;grid-row:span 2;min-height:516px}
.collectionFeature:last-child{grid-column:span 2}
.collectionFeature>img{position:absolute;z-index:-2;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .8s}
.collectionFeatureShade{position:absolute;z-index:-1;inset:0;background:linear-gradient(180deg,transparent 25%,rgba(14,9,7,.88))}
.collectionFeature:hover>img{transform:scale(1.08)}
.collectionFeatureCopy{display:grid;gap:7px;padding:23px;width:100%}
.collectionFeatureCopy small{font-size:10px;letter-spacing:1.8px;color:#f2d7cf}
.collectionFeatureCopy b{font:clamp(26px,3vw,40px)/1 Georgia,serif}
.collectionFeature:not(.collectionFeatureLarge) .collectionFeatureCopy b{font-size:27px}
.collectionFeatureCopy em{font-style:normal;color:#f6e9e2;font-size:12px;line-height:1.55;max-width:440px}
.collectionFeatureCopy strong{color:#fff;font-weight:800;white-space:nowrap}
.collectionPathway{margin-top:12px;padding:30px;border:1px solid var(--line);border-radius:26px;background:linear-gradient(135deg,#fff,#fbf3ec)}
.collectionPathwayHead{margin-bottom:27px}
.collectionPathwayHead h2{font:36px Georgia,serif;margin:7px 0 0}
.collectionSteps{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.collectionSteps article{padding:21px;border:1px solid #ead9ce;border-radius:18px;background:rgba(255,255,255,.72)}
.collectionSteps article>span{font-size:12px;letter-spacing:1.5px;color:var(--rose-deep);font-weight:900}
.collectionSteps h3{font:24px Georgia,serif;margin:18px 0 7px}
.collectionSteps p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}
.collectionManifesto,.craftClosingNote,.offerNotes{display:grid;grid-template-columns:90px 1fr auto;align-items:center;gap:22px;margin-top:30px;padding:30px;border-radius:24px;background:#1b1310;color:#fff;box-shadow:0 22px 65px rgba(27,18,14,.18)}
.manifestoMark,.craftClosingMark{display:grid;place-items:center;width:76px;height:76px;border:1px solid rgba(255,255,255,.28);border-radius:50%;font:32px Georgia,serif;color:#e5bcb3}
.collectionManifesto h2,.craftClosingNote h2,.offerNotes h2{font:clamp(28px,3.4vw,44px)/1.05 Georgia,serif;margin:8px 0}
.collectionManifesto p,.craftClosingNote p,.offerNotes p{color:#d9cbc4;line-height:1.65;margin:0;max-width:760px;font-size:13px}
.craftEditorialHero{background:linear-gradient(135deg,#211713,#62443b);color:#fff}
.craftEditorialCopy p{color:#e7dcd6}
.craftHeroFacts span{color:#eee2dc;background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.25)}
.craftHeroFacts b{color:#fff}
.craftEditorialVisual figcaption{position:absolute;z-index:2;left:25px;right:25px;bottom:25px;display:grid;gap:7px;color:#fff}
.craftEditorialVisual figcaption span{font-size:10px;letter-spacing:1.8px;color:#edc8bf}
.craftEditorialVisual figcaption b{font:34px/1.03 Georgia,serif}
.craftVideoSection{display:grid;grid-template-columns:1.12fr .88fr;min-height:480px;margin:16px 0 20px;border-radius:28px;overflow:hidden;background:#1b1310;color:#fff;box-shadow:0 25px 75px rgba(34,21,16,.20)}
.craftVideoFrame{position:relative;min-height:480px;background:#100b09}
.craftVideoFrame video{display:block;width:100%;height:100%;min-height:480px;object-fit:cover}
.craftVideoBadge{position:absolute;left:20px;top:20px;padding:9px 12px;border:1px solid rgba(255,255,255,.35);border-radius:999px;background:rgba(24,15,12,.52);font-size:10px;letter-spacing:1.6px;color:#f5dcd5}
.craftVideoCopy{padding:clamp(28px,4vw,58px);display:flex;flex-direction:column;justify-content:center}
.craftVideoCopy h2{font:clamp(34px,4vw,56px)/1 Georgia,serif;margin:10px 0 13px}
.craftVideoCopy>p{color:#d9cbc4;font-size:14px;line-height:1.75;margin:0}
.craftProcess{display:grid;gap:17px;padding:0;margin:25px 0 17px;list-style:none;counter-reset:craft}
.craftProcess li{display:grid;grid-template-columns:70px 1fr;gap:11px;border-top:1px solid rgba(255,255,255,.16);padding-top:13px}
.craftProcess li:before{counter-increment:craft;content:"0" counter(craft);color:#d79e92;font-size:11px;letter-spacing:1.4px;font-weight:900}
.craftProcess b{font-size:13px}
.craftProcess span{grid-column:2;color:#cfc0b8;font-size:12px;line-height:1.5;margin-top:-8px}
.textLink{color:var(--rose-deep);font-size:13px;font-weight:800}
.craftVideoCopy .textLink{color:#efc8be}
.craftSectionHead{align-items:end}
.craftSectionHead h2{font:36px Georgia,serif;margin:8px 0 0}
.craftTechniqueGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.craftTechnique{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 13px 35px rgba(38,23,16,.07);transition:transform .35s,box-shadow .35s,border-color .35s}
.craftTechnique:hover{transform:translateY(-7px);box-shadow:0 25px 65px rgba(38,23,16,.15);border-color:#d8b2a9}
.craftTechniqueMedia{height:225px;overflow:hidden;background:#f2e9e1}
.craftTechniqueMedia img{width:100%;height:100%;object-fit:cover;transition:transform .8s}
.craftTechnique:hover .craftTechniqueMedia img{transform:scale(1.07)}
.craftTechniqueBody{display:flex;flex-direction:column;gap:8px;padding:20px;flex:1}
.craftTechniqueBody>span{font-size:10px;letter-spacing:1.4px;color:var(--rose-deep);font-weight:850}
.craftTechniqueBody h3{font:28px Georgia,serif;margin:2px 0 0}
.craftTechniqueBody p{color:var(--muted);font-size:13px;line-height:1.65;margin:0 0 6px;flex:1}
.craftTechniqueBody>b{color:var(--rose-deep);font-size:13px}
.craftClosingNote{margin-bottom:10px}
.offersEditorialHero{background:linear-gradient(135deg,#fbf0e8,#fffdfa 66%)}
.offersEditorialCopy h1{max-width:650px}
.offersEditorialVisual{background:#d9c4b5}
.offerVisualTicket{width:180px;height:180px;right:28px;bottom:28px;transform:rotate(-6deg)}
.offerVisualTicket b{font:31px Georgia,serif;margin:11px 0 7px}
.offerVisualTicket span{font-size:9px;letter-spacing:1.4px}
.offerBenefits{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:22px 0 5px;padding:14px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 12px 35px rgba(38,23,16,.06)}
.offerBenefits>div{display:flex;align-items:center;gap:12px;padding:10px 15px;border-right:1px solid var(--line)}
.offerBenefits>div:last-child{border-right:0}
.benefitIcon{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--cream);color:var(--rose-deep);font-size:18px}
.offerBenefits p{display:grid;gap:3px;margin:0}
.offerBenefits b{font-size:13px}
.offerBenefits small{font-size:11px;color:var(--muted);line-height:1.4}
.offersListSection{padding-top:38px}
.offersSectionHead h2{font:36px Georgia,serif;margin:8px 0 0}
.offerCardGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.offerCard{display:flex;flex-direction:column;min-height:420px;padding:24px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 15px 40px rgba(38,23,16,.07);transition:transform .35s,box-shadow .35s,border-color .35s}
.offerCard:hover{transform:translateY(-7px);box-shadow:0 26px 70px rgba(38,23,16,.14);border-color:#d9b9b0}
.offerCardFeatured{background:linear-gradient(145deg,#fff8f1,#f8ece4);border-color:#dfc2b7}
.offerCardTop{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:25px}
.offerPill{display:inline-flex;padding:7px 10px;border-radius:999px;background:#1b1310;color:#fff;font-size:9px;letter-spacing:1.2px;font-weight:900}
.offerPillSoft{background:#f5e4df;color:#9e6258}.offerPillGreen{background:#eaf4eb;color:#3a7650}
.offerCardIcon{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--cream);color:var(--rose-deep);font-weight:900}
.offerCard h3{font:30px/1.08 Georgia,serif;margin:9px 0 12px}
.offerCard>p{color:var(--muted);font-size:13px;line-height:1.7;margin:0}
.offerCodeBox,.offerRule{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:20px 0 12px;padding:11px;border:1px dashed #d4aaa0;border-radius:13px;background:rgba(255,255,255,.78)}
.offerCodeBox>span{font-weight:900;letter-spacing:2px;color:var(--rose-deep)}
.offerCodeBox .btn{padding:9px 11px;font-size:11px}
.offerTerms{color:#8b756c;font-size:10px;line-height:1.55}
.offerLink{margin-top:auto;padding-top:20px;color:var(--rose-deep);font-size:13px;font-weight:850}
.offerRule{margin-top:auto;border-style:solid;border-color:var(--line);background:#fcf8f4}
.offerRule span{color:var(--muted);font-size:12px}.offerRule b{font-size:14px;color:var(--ink)}
.offerCard .btn{align-self:flex-start;margin-top:13px}
.offerHow{display:grid;grid-template-columns:.9fr 1.1fr;min-height:380px;margin-top:18px;border-radius:26px;overflow:hidden;background:#f6ede5;border:1px solid var(--line)}
.offerHowVisual{position:relative;min-height:380px;overflow:hidden;background:#3c2821}
.offerHowVisual img{width:100%;height:100%;object-fit:cover;transition:transform .8s}
.offerHowVisual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(21,12,9,.83))}
.offerHowVisual>span{position:absolute;z-index:2;left:24px;bottom:24px;color:#fff;font:31px/1 Georgia,serif}
.offerHow:hover .offerHowVisual img{transform:scale(1.06)}
.offerHowCopy{padding:clamp(27px,5vw,58px);display:flex;flex-direction:column;justify-content:center}
.offerHowCopy h2{font:clamp(31px,4vw,51px)/1.05 Georgia,serif;margin:10px 0 16px;max-width:600px}
.offerSteps{display:grid;gap:15px;list-style:none;padding:0;margin:0 0 18px;counter-reset:offer}
.offerSteps li{display:grid;grid-template-columns:29px 1fr;gap:10px;align-items:start}
.offerSteps li:before{counter-increment:offer;content:counter(offer);display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:var(--rose);color:#fff;font-size:11px;font-weight:900}
.offerSteps li span{grid-column:2;color:var(--muted);font-size:12px;margin-top:-7px}
.offerNotes{grid-template-columns:1fr 1fr;background:linear-gradient(135deg,#1b1310,#47312b)}
.offerNotes p{max-width:560px}
@media(max-width:900px){.collectionEditorialHero,.craftEditorialHero,.offersEditorialHero,.craftVideoSection,.offerHow{grid-template-columns:1fr}.collectionEditorialVisual,.craftEditorialVisual,.offersEditorialVisual{min-height:420px}.craftVideoFrame,.craftVideoFrame video,.offerHowVisual{min-height:360px}.collectionIntro,.craftIntro{grid-template-columns:1fr;gap:13px}.collectionFeatureGrid{grid-template-columns:repeat(2,1fr);grid-auto-rows:250px}.collectionFeatureLarge{grid-column:span 2;grid-row:span 1;min-height:250px}.collectionFeature:last-child{grid-column:span 1}.collectionSteps,.offerBenefits,.offerCardGrid,.craftTechniqueGrid{grid-template-columns:1fr 1fr}.offerBenefits>div:nth-child(2){border-right:0}.offerBenefits>div:last-child{grid-column:1/-1;border-top:1px solid var(--line);border-right:0}.offerNotes{grid-template-columns:1fr}.craftClosingNote,.collectionManifesto{grid-template-columns:76px 1fr}.craftClosingNote .btn,.collectionManifesto .btn{grid-column:2;justify-self:start}.offerHowCopy{min-height:420px}}
@media(max-width:600px){.collectionEditorialHero,.craftEditorialHero,.offersEditorialHero{margin-top:15px;border-radius:22px}.collectionEditorialCopy,.craftEditorialCopy,.offersEditorialCopy{padding:30px 23px}.collectionEditorialCopy h1,.craftEditorialCopy h1,.offersEditorialCopy h1{font-size:43px;letter-spacing:-1.2px}.collectionEditorialCopy p,.craftEditorialCopy p,.offersEditorialCopy p{font-size:14px}.collectionEditorialVisual,.craftEditorialVisual,.offersEditorialVisual{min-height:360px}.visualSeal,.offerVisualTicket{right:16px;bottom:16px;width:125px;height:125px}.offerVisualTicket{width:150px;height:150px}.offerVisualTicket b{font-size:25px}.collectionFeatureGrid,.collectionSteps,.offerBenefits,.offerCardGrid,.craftTechniqueGrid{grid-template-columns:1fr}.collectionFeatureLarge,.collectionFeature:last-child{grid-column:auto;min-height:360px}.collectionFeature{min-height:310px}.collectionFeatureCopy{padding:19px}.collectionPathway{padding:22px 16px}.collectionPathwayHead h2,.craftSectionHead h2,.offersSectionHead h2{font-size:31px}.collectionManifesto,.craftClosingNote{grid-template-columns:1fr;gap:15px;padding:24px}.collectionManifesto .btn,.craftClosingNote .btn{grid-column:auto}.manifestoMark,.craftClosingMark{width:62px;height:62px}.craftEditorialVisual figcaption b{font-size:29px}.craftVideoSection{margin-top:8px;border-radius:21px}.craftVideoFrame,.craftVideoFrame video,.offerHowVisual{min-height:300px}.craftVideoCopy{padding:28px 22px}.craftVideoCopy h2,.offerHowCopy h2{font-size:37px}.craftProcess li{grid-template-columns:55px 1fr}.craftProcess span{grid-column:2}.craftTechniqueMedia{height:250px}.offerBenefits{padding:8px}.offerBenefits>div{border-right:0!important;border-bottom:1px solid var(--line);padding:12px 8px}.offerBenefits>div:last-child{border-bottom:0;border-top:0}.offerCard{min-height:0;padding:21px}.offerCard h3{font-size:28px}.offerHowCopy{min-height:0;padding:30px 22px}.offerNotes{padding:24px 20px}.offerNotes h2{font-size:32px}}

/* ===== Direct navigation: every section is visible ===== */
.navrow{align-content:center}
.navrow>a{flex:0 0 auto}
@media(max-width:1180px) and (min-width:801px){.navrow{justify-content:flex-start;row-gap:0}}

/* ===== Marketplace polish ===== */
.headrow{grid-template-columns:208px minmax(280px,1fr) auto}
.logo{width:198px;height:84px}
.footerGrid{grid-template-columns:2fr repeat(4,1fr)}
.luxHero{height:min(60vh,580px);min-height:430px}
.luxHeroContent{padding-top:clamp(62px,9vh,100px)}
.luxHero h1{font-size:clamp(43px,5.2vw,76px)}
.homeShopFirst{padding-bottom:18px}
.homeCategoryHead{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:18px}
.homeCategoryHead h2{font:clamp(28px,3.6vw,45px)/1.05 Georgia,serif;margin:8px 0 0}
.homeCategoryChips{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.homeCategoryChip{display:grid;grid-template-columns:52px 1fr;align-items:center;column-gap:13px;padding:16px 18px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(38,23,16,.04);transition:.3s}
.homeCategoryChip:hover{transform:translateY(-4px);border-color:var(--rose2);box-shadow:0 18px 38px rgba(38,23,16,.10)}
.homeCategoryChip span{grid-row:span 2;display:grid;place-items:center;width:52px;height:52px;border-radius:50%;background:var(--cream);color:var(--rose-deep,var(--rose));font:25px Georgia,serif}
.homeCategoryChip b{font:22px Georgia,serif}.homeCategoryChip small{color:var(--muted);font-size:11px;margin-top:3px}
.homeProductFirst{padding-top:23px;padding-bottom:23px}
.homeProductFirst .sectionHead{margin-bottom:17px}
.homeProductFirst .product{box-shadow:0 12px 34px rgba(38,23,16,.06)}
.productImg{isolation:isolate}
.productImg img.productImgPrimary{position:relative;z-index:1;opacity:1;transition:opacity .28s ease,transform .45s ease}
.productImg img.productImgSecondary{position:absolute;inset:0;z-index:2;opacity:0;transition:opacity .28s ease,transform .45s ease}
.product:hover .productImg img.productImgPrimary{opacity:0}
.product:hover .productImg img.productImgSecondary{opacity:1}
.cardSizes{display:flex;align-items:center;gap:5px;flex-wrap:wrap;min-height:24px;margin-top:8px;color:var(--muted);font-size:10px}
.cardSizes span{margin-right:2px;text-transform:uppercase;letter-spacing:.8px;font-weight:800}
.cardSizes b{padding:4px 6px;border:1px solid var(--line);border-radius:5px;background:#fff;color:var(--ink);font-size:10px;font-weight:700}
.filterDrawerHead{display:none;align-items:center;justify-content:space-between;margin-bottom:10px}.filterDrawerHead h3{margin:0;font-family:Georgia,serif;font-size:24px}
.productActions .btn{min-height:40px;font-size:12px;font-weight:800}
.marketMeta{align-items:center;flex-wrap:wrap}
.deliveryMini{white-space:nowrap}
.filters.open{z-index:1600}
.mainImageWrap{overflow:hidden;border-radius:20px;position:relative;background:var(--cream)}
.mainImage{transition:transform .5s ease;transform-origin:center}
.mainImageWrap:hover .mainImage{transform:scale(1.13);cursor:zoom-in}
.zoomHint{position:absolute;right:14px;bottom:14px;padding:7px 10px;border-radius:20px;background:rgba(23,19,17,.78);color:#fff;font-size:10px;letter-spacing:.4px;pointer-events:none}
.fitGuide{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:13px 14px;border:1px solid var(--line);border-radius:14px;background:var(--surface-soft,#fbf4ee);margin:16px 0}
.fitGuide div{display:grid;gap:4px}.fitGuide b{font-size:12px}.fitGuide span{font-size:11px;color:var(--muted);line-height:1.4}.fitGuide .chip{padding:9px 11px;white-space:nowrap;font-size:11px}
.productVideoSection{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center;padding-top:20px}
.productVideoFrame{min-height:360px;border-radius:24px;overflow:hidden;background:#171311;box-shadow:var(--shadow,0 18px 55px rgba(41,25,18,.10))}
.productVideoFrame video{width:100%;height:100%;min-height:360px;display:block;object-fit:cover}
.productVideoSection h2{font:clamp(32px,4vw,52px)/1.05 Georgia,serif;margin:9px 0 14px}.productVideoSection p{color:var(--muted);line-height:1.7;max-width:480px}
.sizePickProduct{display:flex;align-items:center;gap:12px;padding:11px;border:1px solid var(--line);border-radius:14px;background:var(--surface-soft,#fbf4ee)}
.sizePickProduct img{width:58px;height:70px;object-fit:cover;border-radius:9px}.sizePickProduct div{display:grid;gap:5px}.sizePickProduct b{font-size:13px}.sizePickProduct span{font-weight:850;color:var(--rose-deep,var(--rose))}
.sizePickOptions{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0 12px}.sizePickOptions .size{min-width:48px}.sizePickCard{max-width:500px}
.sizeChartIntro p{color:var(--muted);line-height:1.6;font-size:13px}.sizeChartTable{width:100%;border-collapse:collapse;margin-top:16px;font-size:12px}.sizeChartTable th,.sizeChartTable td{text-align:left;padding:11px;border-bottom:1px solid var(--line)}.sizeChartTable th{font-size:10px;text-transform:uppercase;letter-spacing:1px;color:var(--rose-deep,var(--rose))}
.reelVideo{background:#171311;scroll-snap-align:start;isolation:isolate}.reelVideo video{width:100%;height:100%;display:block;object-fit:cover;transition:transform .45s ease}.reelVideo:hover video{transform:scale(1.035)}.reelVideo .overlay{z-index:2;display:flex;flex-direction:column;align-items:flex-start;gap:7px}.reelVideo .overlay b{font-size:14px;line-height:1.25}.reelVideo .overlay strong{font-size:17px}.reelVideo .overlay .btn{margin-top:4px;padding:9px 11px;font-size:11px}.reelTag{font-size:9px;letter-spacing:1.2px;color:#f1cbc2}.reelPlay{position:absolute;z-index:4;top:14px;left:14px;width:42px;height:42px;border:1px solid rgba(255,255,255,.65);border-radius:50%;background:rgba(23,19,17,.63);color:#fff;cursor:pointer;backdrop-filter:blur(8px);transition:.25s}.reelPlay:hover,.reelVideo.isPlaying .reelPlay{background:var(--rose);border-color:var(--rose)}
.shoppableReels{overflow-x:auto;grid-template-columns:repeat(5,minmax(190px,1fr));scroll-snap-type:x mandatory;scrollbar-width:thin;padding-bottom:7px}.shoppableReels .reel{min-width:0}
@media(max-width:1180px){.headrow{grid-template-columns:180px minmax(220px,1fr) auto}.logo{width:170px;height:76px}}
@media(max-width:800px){.headrow{grid-template-columns:40px 124px minmax(0,1fr)}.logo{width:124px;height:58px}.footerGrid{grid-template-columns:1fr 1fr}.luxHero{height:68vh;min-height:455px}.luxHeroContent{padding-top:60px}.luxHero h1{font-size:clamp(39px,10vw,58px)}.homeCategoryHead{align-items:flex-start;flex-direction:column;gap:8px}.homeCategoryChips{grid-template-columns:1fr}.homeCategoryChip{grid-template-columns:46px 1fr}.homeCategoryChip span{width:46px;height:46px}.filters.open{position:fixed;left:12px;right:12px;bottom:12px;top:auto;display:block;max-height:78vh;overflow:auto;margin:0;border-radius:22px;padding:18px;box-shadow:0 22px 60px rgba(22,14,10,.25),0 0 0 100vmax rgba(24,17,13,.35)}.filters.open .filterDrawerHead{display:flex}.filters.open>h3{display:none}.filters.open h3{margin-top:0}.productVideoSection{grid-template-columns:1fr;gap:16px}.productVideoFrame,.productVideoFrame video{min-height:300px}.fitGuide{align-items:flex-start;flex-direction:column}.fitGuide .chip{align-self:flex-start}.shoppableReels{grid-template-columns:repeat(5,minmax(205px,72vw));gap:10px}.reelVideo{scroll-snap-align:center}}
@media(max-width:520px){.headrow{grid-template-columns:36px 112px minmax(0,1fr)}.logo{width:112px;height:55px}.footerGrid{grid-template-columns:1fr}.productVideoFrame,.productVideoFrame video{min-height:270px}.sizeChartTable{font-size:11px}.sizeChartTable th,.sizeChartTable td{padding:9px 7px}.sizeChartTable th:nth-child(3),.sizeChartTable td:nth-child(3){display:none}}
@media(prefers-reduced-motion:reduce){.luxHeroVideo,.marqueeTrack{animation:none}.productImg img,.reelVideo video,.mainImage{transition:none}}

/* ========================================================================== 
   Threads Therapy — Professional fashion storefront refresh
   A single final layer keeps the existing pages compatible while making the
   visual language calmer, more editorial and easier to shop.
   ========================================================================== */
:root{
  --ink:#1b1512;
  --ink-soft:#493a33;
  --rose:#b9786b;
  --rose-deep:#8e574e;
  --rose-soft:#ead2ca;
  --cream:#f7eee4;
  --canvas:#fffaf6;
  --surface:#ffffff;
  --surface-soft:#fcf4ee;
  --line:#e9ddd3;
  --muted:#776b65;
  --shadow-soft:0 12px 36px rgba(42,26,18,.07);
  --shadow-card:0 18px 48px rgba(42,26,18,.12);
  --radius-sm:12px;
  --radius-md:18px;
  --radius-lg:26px;
}
html{scroll-padding-top:118px}
body{background:radial-gradient(circle at 8% 0%,#fff8f1 0,transparent 30%),var(--canvas);color:var(--ink);-webkit-font-smoothing:antialiased}
.container{width:min(1380px,calc(100% - 48px))}
a,button,input,select{outline-color:var(--rose)}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid rgba(185,120,107,.28);outline-offset:3px}

/* Header: compact, quiet and brand-led. */
.topbar{padding:9px 16px;background:var(--ink);color:#f7eee8;font-size:11px;letter-spacing:.55px}
.topbar i{color:#dca69b;font-style:normal;padding:0 5px}
.header{position:sticky;top:0;z-index:120;background:rgba(255,250,246,.92);border-bottom:1px solid rgba(233,221,211,.9);box-shadow:0 8px 28px rgba(42,26,18,.055);backdrop-filter:blur(18px) saturate(140%)}
.headrow{grid-template-columns:184px minmax(260px,1fr) auto;gap:28px;min-height:86px;padding:8px 0}
.brandLink{display:flex;align-items:center;min-width:0}
.logo{width:184px;height:76px;object-fit:contain;border-radius:0;transition:transform .3s ease,filter .3s ease}
.logo:hover{transform:translateY(-1px) scale(1.015);filter:drop-shadow(0 8px 16px rgba(185,120,107,.18))}
.search{height:50px;border:1px solid var(--line);border-radius:999px;background:var(--surface);box-shadow:0 7px 22px rgba(42,26,18,.045);overflow:visible}
.search:focus-within{border-color:#c9998e;box-shadow:0 0 0 4px rgba(185,120,107,.10),0 10px 28px rgba(42,26,18,.07)}
.search input{height:48px;padding:13px 18px;font-size:14px;color:var(--ink)}
.search input::placeholder{color:#9a8c84}
.searchVoice,.searchSubmit{height:48px}
.searchVoice{padding:0 12px!important;color:var(--ink-soft)!important;font-size:14px}
.searchSubmit{min-width:50px;padding:0 15px!important;background:var(--ink)!important;border-radius:0 999px 999px 0!important;font-size:21px}
.actions{gap:7px}
.iconbtn{position:relative;display:inline-flex;align-items:center;gap:7px;padding:10px 11px;border:1px solid transparent;background:transparent;border-radius:12px;color:var(--ink-soft);font-size:12px;white-space:nowrap}
.iconbtn:hover{background:var(--surface);border-color:var(--line);box-shadow:var(--shadow-soft);color:var(--rose-deep)}
.iconbtn>span:first-child{font-size:17px;line-height:1}
.iconbtn>b{display:grid;place-items:center;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:var(--rose);color:#fff;font-size:10px}
.nav{border-top:1px solid rgba(233,221,211,.7);background:rgba(255,250,246,.68)}
.navrow{justify-content:flex-start;flex-wrap:nowrap;gap:2px;padding:0;overflow-x:auto;scrollbar-width:none}
.navrow::-webkit-scrollbar{display:none}
.navrow>a{padding:13px 12px 12px;color:#5b4b44;font-size:11px;font-weight:800;letter-spacing:.72px;text-transform:uppercase;border-bottom:2px solid transparent}
.navrow>a:hover,.navrow>a.active{color:var(--rose-deep);border-color:var(--rose)}
.mobileMenuBtn{border:1px solid var(--line);background:var(--surface);color:var(--ink);border-radius:11px;width:38px;height:38px}

/* Shared type, buttons and surfaces. */
.section{padding:52px 0}
.sectionHead{margin-bottom:24px}
.sectionHead h2,.editorialHead h2{letter-spacing:-.7px}
.sectionHead p{font-size:14px;line-height:1.65;color:var(--muted)}
.eyebrow{color:var(--rose-deep);font-size:10px;letter-spacing:2px;font-weight:900}
.btn{min-height:42px;border-radius:999px;padding:11px 17px;font-size:12px;font-weight:850;letter-spacing:.15px;transition:transform .25s ease,box-shadow .25s ease,background .25s ease,border-color .25s ease}
.btn:hover{transform:translateY(-2px);box-shadow:0 12px 25px rgba(42,26,18,.12)}
.btn.rose{background:var(--rose);border-color:var(--rose);box-shadow:0 8px 18px rgba(185,120,107,.20)}
.btn.rose:hover{background:var(--rose-deep);border-color:var(--rose-deep)}
.btn.light{background:var(--cream);border-color:#ead7ca}
.chip{border-radius:999px;padding:9px 13px;background:var(--surface);border-color:var(--line);font-size:11px;color:var(--ink-soft)}
.chip.active,.chip:hover{background:var(--ink);border-color:var(--ink);color:#fff}
.textLink{color:var(--rose-deep);font-size:12px;font-weight:850}
.textLink:after{background:var(--rose-deep)}

/* Home: strong editorial opening with a clearer path into shopping. */
.luxHero{height:min(74vh,700px);min-height:540px;background:#2b1c17 url('assets/products/tt-w-006-detail.svg') center/cover no-repeat}
.luxHeroShade{background:linear-gradient(90deg,rgba(20,12,9,.84) 0%,rgba(20,12,9,.55) 43%,rgba(20,12,9,.15) 80%),linear-gradient(0deg,rgba(0,0,0,.42),transparent 48%)}
.luxHeroContent{padding-top:clamp(90px,13vh,155px)}
.heroPill{padding:9px 14px;border-color:rgba(255,255,255,.35);font-size:10px;letter-spacing:1.8px}
.luxHero h1{max-width:900px;margin:19px 0 17px;font-size:clamp(47px,6vw,88px);letter-spacing:-2.5px}
.luxHero p{max-width:590px;font-size:clamp(14px,1.35vw,18px);line-height:1.7;color:#f3eae5}
.heroActions{gap:11px}
.heroMetrics{gap:18px;margin-top:30px}
.heroMetrics span{padding-right:18px;border-right:1px solid rgba(255,255,255,.25);font-size:11px}
.heroMetrics span:last-child{border-right:0}
.heroMetrics b{font-size:17px}
.marquee{padding:13px 0;background:var(--ink)}
.marqueeTrack{gap:27px}
.marqueeTrack span{font-size:10px;letter-spacing:1.8px}
.marqueeTrack i{color:#e1aaa0}
.homeShopFirst{padding-top:46px;padding-bottom:20px}
.homeCategoryHead{margin-bottom:19px}
.homeCategoryHead h2{font-size:clamp(30px,3.6vw,46px);letter-spacing:-1px}
.homeCategoryChips{gap:16px}
.homeCategoryChip{min-height:88px;padding:17px 19px;border-radius:17px;background:var(--surface);border-color:var(--line);box-shadow:none}
.homeCategoryChip:hover{transform:translateY(-4px);border-color:#d4aaa0;box-shadow:var(--shadow-soft)}
.homeCategoryChip span{width:50px;height:50px;background:var(--cream);color:var(--rose-deep)}
.homeCategoryChip b{font-size:21px;letter-spacing:-.3px}
.homeCategoryChip small{font-size:11px;color:var(--muted)}
.homeCraftPillars{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:18px}
.homeCraftPillar{display:flex;flex-direction:column;min-height:182px;padding:24px;border:1px solid #eadbd1;border-radius:20px;background:linear-gradient(145deg,#fff,#fbf2eb);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}
.homeCraftPillar:hover{transform:translateY(-5px);box-shadow:var(--shadow-soft);border-color:#d7b1a7}
.homeCraftPillar span{color:var(--rose-deep);font-size:10px;font-weight:900;letter-spacing:1.8px}
.homeCraftPillar b{margin:11px 0 6px;font:27px/1 Georgia,serif;color:var(--ink)}
.homeCraftPillar small{color:var(--muted);font-size:12px;line-height:1.5}
.homeCraftPillar strong{margin-top:auto;padding-top:20px;color:var(--rose-deep);font-size:11px}

/* Product grids: image-first, less noise, stronger conversion hierarchy. */
.grid{gap:20px}
.product.marketCard{border:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible;transform:none}
.product.marketCard:hover{transform:none;box-shadow:none}
.productVisual{border-radius:18px;overflow:hidden;background:#f1e9e2;box-shadow:0 4px 0 rgba(42,26,18,.02)}
.productImg{aspect-ratio:3/4.15;border:1px solid #eaded5;background:#f1e9e2}
.productImg:after{display:none}
.productImg img{background:#f1e9e2}
.productImg img.productImgPrimary,.productImg img.productImgSecondary{transition:opacity .32s ease,transform .6s cubic-bezier(.2,.8,.2,1)}
.productVisual:hover .productImg img{transform:scale(1.045)}
.badge{left:12px;top:12px;padding:7px 10px;border-radius:999px;background:rgba(27,21,18,.90);font-size:9px;letter-spacing:1px;text-transform:uppercase}
.dealBadge{left:12px;bottom:12px;padding:6px 9px;border-radius:999px;background:rgba(255,255,255,.92);color:var(--rose-deep);font-size:9px;letter-spacing:.35px}
.heart{right:12px;top:12px;width:37px;height:37px;background:rgba(255,255,255,.92);border:1px solid rgba(233,221,211,.9);color:var(--ink);font-size:19px;box-shadow:0 5px 15px rgba(42,26,18,.08);transition:transform .25s ease,background .25s ease,color .25s ease}
.heart:hover{transform:scale(1.08);background:#fff;color:var(--rose-deep)}
.cardHoverActions{left:12px;right:12px;bottom:12px;gap:7px;opacity:0;transform:translateY(8px);transition:opacity .25s ease,transform .25s ease}
.marketCard:hover .cardHoverActions{opacity:1;transform:none}
.cardHoverActions button{padding:10px;border:1px solid rgba(233,221,211,.9);background:rgba(255,255,255,.94);color:var(--ink);font-size:11px}
.cardHoverActions button:hover{background:var(--ink);color:#fff}
.marketCard .productBody{min-height:0;padding:15px 3px 0}
.microTag{margin-bottom:7px;font-size:9px;letter-spacing:1.25px;color:#a17c70}
.productBody h3{min-height:0;margin:0 0 9px;font:19px/1.18 Georgia,serif;letter-spacing:-.25px;color:var(--ink)}
.productBody>a:hover h3{color:var(--rose-deep)}
.cardMaterial{display:flex;align-items:center;gap:7px;min-height:18px;color:var(--muted);font-size:11px}
.colorSwatch{display:inline-block;width:12px;height:12px;border-radius:50%;background:var(--swatch);border:1px solid rgba(27,21,18,.16);box-shadow:inset 0 0 0 2px rgba(255,255,255,.55)}
.price{gap:7px;margin:10px 0 6px}
.price strong{font-size:17px;color:var(--ink)}
.price s{font-size:11px;color:#a4968f}
.discountText{font-size:10px;color:#397451;font-weight:850}
.marketMeta{gap:6px;margin:7px 0;font-size:10px}
.marketMeta .rating{padding:4px 6px;border-radius:6px;font-size:10px;background:#2f7e52}
.deliveryMini{font-size:10px;color:#397451}
.cardSizeLine{display:flex;align-items:center;gap:7px;min-height:25px;margin-top:9px;color:var(--muted);font-size:10px}
.cardSizeLine>span{letter-spacing:.25px}
.cardSizeLine>b{color:var(--ink);font-size:10px}
.cardSizeLine button{margin-left:auto;padding:0;border:0;background:none;color:var(--rose-deep);font-size:10px;font-weight:800;cursor:pointer}
.cardSizeLine button:hover{text-decoration:underline}
.productActions{grid-template-columns:1fr;margin-top:13px}
.productActions .btn{width:100%;min-height:39px;padding:10px 12px;font-size:11px}

/* Listing pages and filters. */
.collectionHero{margin:28px auto 30px;padding:46px 48px;border-radius:24px;background:linear-gradient(120deg,#f8eee7,#fffdfa 74%);border:1px solid var(--line);box-shadow:var(--shadow-soft)}
.collectionHero h1{margin:7px 0 10px;font-size:clamp(40px,5vw,66px);letter-spacing:-1.8px}
.collectionHero p{max-width:650px;line-height:1.7;color:var(--muted)}
.chips#subcats{gap:7px;margin-top:23px}
.filtersLayout{grid-template-columns:242px minmax(0,1fr);gap:30px}
.filters{top:120px;padding:19px;border-radius:18px;background:rgba(255,255,255,.86);border-color:var(--line);box-shadow:var(--shadow-soft)}
.filters>h3{margin:0 0 4px;font:24px Georgia,serif}
.filterGroup{padding:16px 0;border-top:1px solid #f0e6de}
.filterGroup h4{margin:0 0 9px;color:var(--ink);font-size:11px;letter-spacing:.8px;text-transform:uppercase}
.filterGroup label{padding:5px 0;font-size:12px;color:var(--muted);cursor:pointer}
.filterGroup label:hover{color:var(--rose-deep)}
.filterGroup input{accent-color:var(--rose-deep)}
.filterPills{display:flex;flex-wrap:wrap;gap:6px}
.filterPills label{padding:0}
.filterPills input{position:absolute;opacity:0;pointer-events:none}
.filterPills span{display:block;padding:7px 9px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--muted);font-size:10px;cursor:pointer}
.filterPills input:checked+span{background:var(--ink);border-color:var(--ink);color:#fff}
.rangeLabel{display:grid!important;gap:8px}
.rangeLabel span{display:flex;justify-content:space-between;font-size:11px}
.rangeLabel input{width:100%;accent-color:var(--rose-deep)}
.toolbar{padding:0 0 14px;margin-bottom:20px;border-bottom:1px solid var(--line);align-items:center}
.toolbar select{min-height:40px;padding:0 35px 0 12px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--ink-soft);font-size:11px}
.sortLabel{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:11px}
.pager{gap:6px;margin:34px 0}
.pager button{min-width:38px;border-radius:999px;padding:9px 12px;background:#fff;border-color:var(--line);font-size:11px}
.pager button.active{background:var(--ink);border-color:var(--ink)}

/* Product detail: gallery + information should feel deliberate and premium. */
.productPage{padding:25px 0 100px}
.productPage>.breadcrumbs{margin:4px 0 20px;color:#897a72}
.productPage>.breadcrumbs a:hover{color:var(--rose-deep)}
.productDetail{grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:55px;align-items:start}
.galleryGrid{position:sticky;top:120px;grid-template-columns:88px minmax(0,1fr);gap:14px;align-self:start}
.thumbs{gap:9px}
.thumbButton{padding:0;border:0;background:transparent;cursor:pointer;border-radius:11px;overflow:hidden}
.thumbButton img{width:100%;height:112px;object-fit:cover;border:1px solid var(--line);border-radius:11px;opacity:.72;transition:opacity .25s ease,border-color .25s ease,transform .25s ease}
.thumbButton:hover img,.thumbButton.active img{opacity:1;border-color:var(--rose);transform:translateY(-1px)}
.mainImageWrap{border-radius:20px;background:#f1e9e2;box-shadow:var(--shadow-soft)}
.mainImage{aspect-ratio:3/4.15;max-height:none;object-fit:cover;border-radius:20px}
.zoomHint{right:14px;bottom:14px;padding:8px 11px;background:rgba(27,21,18,.78);font-size:10px}
.pdInfo{padding-top:7px}
.pdInfo>.eyebrow{display:inline-flex;padding:7px 10px;border-radius:999px;background:var(--cream);font-size:9px;letter-spacing:1.2px}
.pdInfo h1{margin:13px 0 9px;font-size:clamp(34px,4vw,51px);letter-spacing:-1.5px;line-height:1.02}
.detailRating{gap:9px;margin:7px 0 14px;color:var(--muted);font-size:12px}
.detailPrice{margin:15px 0 15px}
.detailPrice strong{font-size:30px}
.detailPrice s{font-size:13px}
.leadCopy{font-size:14px;line-height:1.75;color:var(--muted);max-width:590px}
.detailFacts{grid-template-columns:repeat(4,1fr);gap:8px;margin:20px 0 10px}
.detailFacts span{display:grid;gap:5px;padding:12px 11px;border:1px solid var(--line);border-radius:12px;background:#fff;font-size:11px;color:var(--ink-soft)}
.detailFacts b{color:var(--rose-deep);font-size:9px;letter-spacing:1px;text-transform:uppercase}
.detailQuickNotes{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:12px 0 18px}
.detailQuickNotes span{display:grid;gap:3px;padding:10px 11px;border-left:2px solid var(--rose-soft);color:var(--muted);font-size:10px;line-height:1.35}
.detailQuickNotes b{color:var(--ink);font-size:10px}
.fitGuide{margin:16px 0;padding:14px;border-radius:14px;background:var(--surface-soft);border-color:#eadbd1}
.fitGuide .chip{padding:9px 12px;background:#fff}
.sizeHeading{margin:22px 0 10px}
.sizeHeading h3{font-size:13px;letter-spacing:.4px}
.sizeHeading .chip{font-size:10px;padding:8px 11px}
.sizeRow{gap:8px}
.size{min-width:48px;padding:11px 13px;border-radius:9px;background:#fff;border-color:var(--line);font-size:12px;font-weight:700}
.size:hover{border-color:var(--rose);color:var(--rose-deep)}
.size.active{background:var(--ink);border-color:var(--ink)}
.buyRow{gap:9px;margin:20px 0 11px}
.buyRow .btn{min-height:48px;font-size:13px}
.detailActions{display:flex;gap:7px;flex-wrap:wrap}
.detailActions .btn{min-height:38px;padding:9px 12px;background:#fff;font-size:10px}
.deliveryCard{margin-top:22px;padding:17px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(42,26,18,.04)}
.deliveryCard>b{display:block;margin-bottom:10px;font-size:12px}
.pinRow{display:flex;gap:8px}
.pinRow input{min-width:0;flex:1;padding:11px 12px;border:1px solid var(--line);border-radius:10px;font-size:12px}
.pinRow .btn{min-height:40px;border-radius:10px}
.detailAccordion{margin-top:21px;border-top:1px solid var(--line)}
.detailAccordion details{border-bottom:1px solid var(--line);padding:14px 0}
.detailAccordion summary{cursor:pointer;list-style:none;font-size:12px;font-weight:800}
.detailAccordion summary::-webkit-details-marker{display:none}
.detailAccordion summary:after{content:'+';float:right;color:var(--rose-deep);font-size:17px;font-weight:400}
.detailAccordion details[open] summary:after{content:'−'}
.detailAccordion p{margin:10px 25px 0 0;font-size:12px;line-height:1.7;color:var(--muted)}
.assuranceStrip{gap:8px;margin-top:19px}
.assuranceStrip>div{padding:12px;border-radius:12px;background:var(--surface-soft);border-color:#eee1d8}
.assuranceStrip b{font-size:11px}
.assuranceStrip span{font-size:10px}
.productStoryVisual{margin-top:35px;border-radius:24px;background:var(--ink);box-shadow:var(--shadow-card)}
.productStoryVisual img{min-height:410px}
.productStoryVisual>div{padding:46px}
.productStoryVisual h2{font-size:46px;letter-spacing:-1px}
.productReviews{padding-top:55px}
.ratingSummary{padding:22px;border-radius:18px;background:#fff;box-shadow:var(--shadow-soft)}
.reviewCard{padding:18px;border-radius:15px;background:#fff;border-color:var(--line)}
.reviewCard:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft);border-color:#dcbdb4}
.stickyBuyBar{border-radius:999px;padding:9px 10px;background:rgba(27,21,18,.96);box-shadow:0 18px 60px rgba(0,0,0,.23)}
.stickyBuyBar img{width:48px;height:54px;border-radius:9px}
.stickyBuyBar .btn{min-height:38px;border-radius:999px}

/* Home chapter cards and other editorial surfaces. */
.chapterGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:17px}
.craftChapter{display:grid;grid-template-columns:.92fr 1.08fr;min-height:250px;overflow:hidden;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow-soft)}
.craftChapter>img{width:100%;height:100%;min-height:250px;object-fit:cover}
.craftChapter>div{display:flex;flex-direction:column;justify-content:center;padding:27px}
.chapterKicker{color:var(--rose-deep);font-size:9px;font-weight:900;letter-spacing:1.5px}
.craftChapter h3{margin:10px 0 8px;font:31px/1 Georgia,serif}
.craftChapter p{margin:0 0 19px;color:var(--muted);font-size:12px;line-height:1.65}
.craftChapter .textLink{margin-top:auto}
.footer{margin-top:82px;padding:54px 0 100px;background:var(--ink)}
.footerGrid{grid-template-columns:1.65fr repeat(5,minmax(0,1fr));gap:27px}
.footerLogo{width:178px;height:78px;object-fit:contain;background:transparent;border-radius:0}
.footerIntro{width:100%;margin-top:14px;line-height:1.75;color:#cfc0b9;font-size:12px}
.footer h4{margin:3px 0 12px;color:#f0ddd6;font-size:10px;letter-spacing:1.4px;text-transform:uppercase}
.footer a,.footerButton{font-size:11px}
.footer a:hover,.footerButton:hover{color:#fff}
.footerContact p{margin:0 0 8px;color:#b9aaa3;font-size:11px;line-height:1.6}
.footerContactLink{display:inline-block!important;margin-top:7px;color:#e1aaa0!important}
.copyright{color:#9f9089;border-color:#ffffff1c}
.loginLogo{display:block;width:190px;height:84px;object-fit:contain;margin:0 auto 12px}
.assistant button{padding:12px 16px;border-radius:999px;background:var(--ink);box-shadow:0 10px 28px rgba(27,21,18,.25);font-size:11px}
.toast{border-radius:999px;padding:12px 18px;background:var(--ink);box-shadow:0 12px 32px rgba(0,0,0,.2);font-size:12px}
.modal{background:rgba(27,21,18,.58);backdrop-filter:blur(8px)}
.modalCard{max-width:780px;border-radius:22px;padding:26px;border:1px solid var(--line);box-shadow:0 30px 90px rgba(0,0,0,.2)}
.modalTop{gap:18px}
.modalTop h2{margin:7px 0 0;font:34px/1 Georgia,serif;letter-spacing:-.7px}
.close{background:var(--cream);color:var(--ink);transition:transform .2s ease,background .2s ease}
.close:hover{transform:rotate(5deg);background:var(--rose-soft)}

@media(max-width:1180px){
  .container{width:min(1380px,calc(100% - 36px))}
  .headrow{grid-template-columns:160px minmax(220px,1fr) auto;gap:16px}
  .logo{width:160px;height:70px}
  .iconbtn{padding:9px 7px}
  .navrow>a{padding-left:9px;padding-right:9px}
  .footerGrid{grid-template-columns:1.5fr repeat(3,1fr)}
  .footerGrid>div:nth-child(5),.footerGrid>div:nth-child(6){margin-top:14px}
  .productDetail{gap:36px}
}
@media(max-width:850px){
  .grid{gap:15px}
  .homeCraftPillars,.chapterGrid{grid-template-columns:1fr}
  .filtersLayout{grid-template-columns:1fr}
  .filters{position:static}
  .productDetail{grid-template-columns:1fr;gap:28px}
  .galleryGrid{position:static}
  .productStoryVisual{grid-template-columns:1fr}
  .productStoryVisual img{min-height:320px;height:320px}
  .productStoryVisual>div{padding:30px}
  .craftChapter{grid-template-columns:1fr}
  .craftChapter>img{min-height:250px;height:250px}
  .footerGrid{grid-template-columns:1.4fr repeat(2,1fr)}
}
@media(max-width:800px){
  html{scroll-padding-top:76px}
  body{padding-bottom:73px}
  .container{width:calc(100% - 30px)}
  .topbar{padding:8px 28px 8px 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:9px}
  .topbarClose{right:7px}
  .header{position:sticky;top:0}
  .headrow{grid-template-columns:36px 106px minmax(0,1fr);gap:7px;min-height:66px;padding:6px 0}
  .logo{width:106px;height:52px}
  .search{height:44px}
  .search input{height:42px;padding:10px 11px;font-size:12px}
  .searchVoice,.searchSubmit{height:42px}
  .searchVoice{padding:0 7px!important;font-size:0}
  .searchVoice:before{content:'🎙';font-size:14px}
  .searchSubmit{min-width:40px;padding:0 10px!important;font-size:18px}
  .actions{display:none!important}
  .nav{display:none}
  .luxHero{height:72vh;min-height:500px;background-position:62% center}
  .luxHeroVideo{display:none}
  .luxHeroContent{padding-top:72px}
  .luxHero h1{font-size:clamp(42px,11vw,60px);letter-spacing:-1.6px}
  .luxHero p{font-size:14px;max-width:350px}
  .heroMetrics{display:none}
  .scrollCue{bottom:18px;right:6%}
  .section{padding:40px 0}
  .sectionHead{align-items:flex-start;flex-direction:column;gap:9px;margin-bottom:18px}
  .sectionHead h2{font-size:34px}
  .homeCategoryHead{margin-bottom:17px}
  .homeCategoryHead h2{font-size:34px}
  .homeCategoryChips{grid-template-columns:1fr;gap:9px}
  .homeCategoryChip{min-height:76px;padding:13px 15px}
  .homeCraftPillar{min-height:155px;padding:21px}
  .homeCraftPillar b{font-size:24px}
  .product.marketCard{min-width:0}
  .productVisual{border-radius:14px}
  .productBody h3{font-size:16px}
  .cardHoverActions{display:none}
  .marketCard .productBody{padding-top:12px}
  .productActions .btn{min-height:38px}
  .collectionHero{margin:18px auto 24px;padding:30px 22px;border-radius:20px}
  .collectionHero h1{font-size:42px}
  .filters.open{position:fixed;left:15px;right:15px;bottom:15px;top:auto;z-index:1600;max-height:78vh;overflow:auto;margin:0;border-radius:22px;padding:19px;box-shadow:0 24px 70px rgba(22,14,10,.3),0 0 0 100vmax rgba(24,17,13,.38)}
  .filters.open .filterDrawerHead{display:flex}
  .filters.open>h3{display:none}
  .toolbar{align-items:stretch;flex-direction:column;padding-bottom:14px}
  .toolbar select{width:100%}
  .sortLabel{justify-content:space-between}
  .galleryGrid{grid-template-columns:1fr}
  .thumbs{flex-direction:row;overflow-x:auto;order:2;padding-bottom:2px}
  .thumbButton{flex:0 0 72px}
  .thumbButton img{height:89px}
  .mainImage{aspect-ratio:3/4.2}
  .pdInfo h1{font-size:38px}
  .detailFacts{grid-template-columns:1fr 1fr}
  .detailQuickNotes{grid-template-columns:1fr 1fr}
  .detailQuickNotes span:last-child{grid-column:1/-1}
  .buyRow .btn{min-height:46px}
  .detailActions .btn{flex:1}
  .stickyBuyBar{left:15px;right:15px;bottom:81px;width:auto;transform:none;gap:7px}
  .stickyBuyBar span{display:grid;min-width:0}
  .stickyBuyBar span b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}
  .stickyBuyBar small{font-size:9px}
  .stickyBuyBar .btn{padding:9px 11px;font-size:10px}
  .productStoryVisual h2{font-size:35px}
  .productVideoSection{grid-template-columns:1fr}
  .footer{padding-bottom:92px}
  .footerGrid{grid-template-columns:1fr 1fr;gap:22px}
  .footerGrid>div:first-child,.footerGrid>div:last-child{grid-column:1/-1}
  .footerGrid>div:nth-child(5),.footerGrid>div:nth-child(6){margin-top:0}
  .mobilebar{padding:8px 6px 9px;background:rgba(255,250,246,.96);backdrop-filter:blur(16px);box-shadow:0 -8px 25px rgba(42,26,18,.07)}
  .mobilebar a{color:#6d5d56}
  .mobilebar a:hover{color:var(--rose-deep)}
}
@media(max-width:520px){
  .headrow{grid-template-columns:34px 90px minmax(0,1fr);gap:6px}
  .logo{width:90px;height:50px}
  .searchVoice{display:none}
  .searchSubmit{min-width:38px}
  .homeProductFirst .grid,.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}
  .homeGrid .productImg{aspect-ratio:3/4.2}
  .productBody h3{font-size:14px;line-height:1.22}
  .microTag{font-size:8px;letter-spacing:.8px}
  .cardMaterial{font-size:10px}
  .price{flex-wrap:wrap;gap:5px}
  .price strong{font-size:15px}
  .marketMeta{gap:4px;font-size:9px}
  .marketMeta .rating{font-size:9px;padding:3px 5px}
  .deliveryMini{display:none}
  .cardSizeLine{font-size:9px;gap:4px}
  .cardSizeLine button{font-size:9px}
  .productActions .btn{font-size:10px;padding:9px 7px}
  .collectionHero h1{font-size:37px}
  .detailFacts{gap:6px}
  .detailFacts span{padding:10px 8px;font-size:10px}
  .detailQuickNotes{grid-template-columns:1fr}
  .detailQuickNotes span:last-child{grid-column:auto}
  .detailActions{display:grid;grid-template-columns:1fr 1fr}
  .detailActions .btn:last-child{grid-column:1/-1}
  .pinRow{flex-direction:column}
  .pinRow .btn{width:100%}
  .productStoryVisual>div{padding:24px 20px}
  .productStoryVisual h2{font-size:31px}
  .footerGrid{grid-template-columns:1fr 1fr}
  .footerLogo{width:190px}
  .modal{padding:10px}
  .modalCard{padding:19px}
  .modalTop h2{font-size:28px}
}
@media(prefers-reduced-motion:reduce){
  *,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}

/* ===== Easy-shopping navigation and commerce hierarchy v6 ===== */
.nav{position:relative;background:#fffdfa;overflow:visible}
.navrow{position:static;justify-content:center;overflow:visible;flex-wrap:nowrap}
.navItem{position:static}
.navItem>a,.navrow>a{display:flex;align-items:center;gap:5px;padding:15px 19px!important;font-size:12px!important;font-weight:800;letter-spacing:.35px;text-transform:uppercase}
.navChevron{font-size:12px;transition:transform .2s ease}
.hasMega:hover .navChevron,.hasMega:focus-within .navChevron{transform:rotate(180deg)}
.shopMega{position:absolute;top:100%;left:50%;width:min(1180px,calc(100vw - 40px));padding-top:1px;opacity:0;visibility:hidden;transform:translate(-50%,8px);transition:opacity .18s ease,transform .18s ease,visibility .18s;z-index:300}
.hasMega:hover .shopMega,.hasMega:focus-within .shopMega{opacity:1;visibility:visible;transform:translate(-50%,0)}
.megaGrid{display:grid;grid-template-columns:repeat(4,minmax(145px,1fr)) 1.25fr;gap:0;padding:26px;background:#fff;box-shadow:0 24px 60px rgba(31,20,15,.18);border:1px solid var(--line);border-top:3px solid var(--rose-deep);border-radius:0 0 18px 18px}
.megaColumn{padding:0 22px;border-right:1px solid #f0e7e0}
.megaColumn:first-child{padding-left:4px}
.megaColumn>b{display:block;margin-bottom:11px;color:var(--rose-deep);font-size:11px;text-transform:uppercase;letter-spacing:1.1px}
.megaColumn>a{display:block;padding:6px 0;color:#574c46;font-size:12px;line-height:1.3}
.megaColumn>a:hover{color:var(--rose-deep);transform:translateX(3px)}
.megaPromo{display:flex;flex-direction:column;justify-content:flex-end;min-height:238px;margin-left:22px;padding:23px;color:#fff;background:linear-gradient(180deg,rgba(24,14,11,.06),rgba(24,14,11,.83)),url('assets/products/tt-w-006-front.svg') center 22%/cover;border-radius:14px}
.megaPromo span{font-size:9px;letter-spacing:1.5px}
.megaPromo strong{margin:7px 0;font:24px/1.1 Georgia,serif}
.megaPromo small{font-size:11px;color:#f0c7be}
.drawerQuick{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:15px 0}
.drawerQuick a{padding:10px 5px;border-radius:9px;background:var(--cream);color:var(--rose-deep);text-align:center;font-size:10px;font-weight:800}
.drawerCategory{border-bottom:1px solid #efe5dd}
.drawerCategory summary{display:flex;align-items:center;justify-content:space-between;padding:14px 4px;cursor:pointer;font-weight:800;list-style:none}
.drawerCategory summary::-webkit-details-marker{display:none}
.drawerCategory[open] summary span{transform:rotate(45deg)}
.drawerCategory summary span{font-size:20px;transition:transform .2s}
.drawerCategoryLinks{display:grid;padding:0 5px 15px 13px}
.drawerCategoryLinks>b{margin:13px 0 4px;color:var(--rose-deep);font-size:9px;letter-spacing:1px;text-transform:uppercase}
.drawerCategoryLinks a{padding:7px 0!important;border:0!important;color:#615650;font-size:12px}
.drawerCategoryLinks .drawerViewAll{margin-bottom:4px;color:var(--ink);font-weight:800}
.easyCategoryGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.easyCategoryGrid>a{position:relative;min-height:420px;overflow:hidden;border-radius:20px;background:#eee2d8}
.easyCategoryGrid img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;transition:transform .5s ease}
.easyCategoryGrid>a:after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(20,12,9,.86))}
.easyCategoryGrid>a:hover img{transform:scale(1.045)}
.easyCategoryGrid span{position:absolute;z-index:2;left:24px;right:24px;bottom:23px;display:grid;color:#fff}
.easyCategoryGrid b{font:34px/1 Georgia,serif}
.easyCategoryGrid small{margin:7px 0 13px;color:#eaded7}
.easyCategoryGrid strong{font-size:11px;color:#f1bbb0;text-transform:uppercase;letter-spacing:.8px}
.priceShortcuts{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.priceShortcuts a{display:flex;align-items:baseline;justify-content:center;gap:6px;padding:22px 12px;border:1px solid var(--line);border-radius:14px;background:#fff;font-size:12px;color:var(--muted);transition:.2s}
.priceShortcuts b{font:26px Georgia,serif;color:var(--ink)}
.priceShortcuts a:hover{border-color:var(--rose);background:var(--cream);transform:translateY(-3px)}
.marketCard .microTag{margin-bottom:5px}
.marketCard .productBody h3{margin-bottom:7px}
.marketCard .marketMeta{margin-top:6px}
.cardHoverShop{display:flex;align-items:center;justify-content:space-between;gap:7px;margin-top:10px;min-height:34px;color:var(--muted);font-size:9px}
.cardHoverShop button{border:0;border-radius:8px;background:var(--ink);color:#fff;padding:9px 13px;font-size:10px;font-weight:800;cursor:pointer;opacity:0;transform:translateY(4px);transition:.2s}
.marketCard:hover .cardHoverShop button,.cardHoverShop button:focus{opacity:1;transform:none}
@media(max-width:1050px){.navItem>a,.navrow>a{padding-left:11px!important;padding-right:11px!important}.megaGrid{grid-template-columns:repeat(4,1fr)}.megaPromo{display:none}.megaColumn:nth-last-child(2){border-right:0}.easyCategoryGrid>a{min-height:360px}}
@media(max-width:800px){.navrow{overflow:hidden}.shopMega{display:none}.easyCategoryGrid{grid-template-columns:repeat(3,1fr);gap:10px}.easyCategoryGrid>a{min-height:280px;border-radius:14px}.easyCategoryGrid span{left:14px;right:14px;bottom:15px}.easyCategoryGrid b{font-size:24px}.easyCategoryGrid small{font-size:10px}.priceShortcuts{grid-template-columns:1fr 1fr}.cardHoverShop button{opacity:1;transform:none}}
@media(max-width:520px){.easyCategoryGrid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;margin-right:-15px;padding-right:15px}.easyCategoryGrid>a{flex:0 0 72vw;min-height:350px;scroll-snap-align:start}.homeCraftPillars{margin-top:14px}.priceShortcuts a{padding:16px 8px}.priceShortcuts b{font-size:20px}.cardHoverShop{align-items:flex-end;flex-direction:column}.cardHoverShop span{align-self:flex-start}.cardHoverShop button{width:100%;padding:8px 5px}}

/* ===== Distinct department promos + original brand lockup v7 ===== */
.brandLink{display:grid;grid-template-columns:58px 1fr;align-items:center;gap:8px;min-width:178px}
.brandMark{width:58px;height:54px;object-fit:cover;border-radius:5px;mix-blend-mode:multiply}
.brandWords{display:grid;grid-template-columns:auto auto;column-gap:5px;align-items:baseline;line-height:1}
.brandWords b,.brandWords em{font-family:Georgia,serif;font-size:18px;letter-spacing:1.2px;font-style:normal}
.brandWords em{color:#b7776c}
.brandWords small{grid-column:1/-1;margin-top:5px;font-size:5px;letter-spacing:.8px;white-space:nowrap;color:#3e3430}
.logo{display:none}
.megaPromo{isolation:isolate;position:relative;overflow:hidden;background-color:#2b1d18;background-repeat:no-repeat;background-position:center;background-size:cover;box-shadow:inset 0 0 0 1px rgba(255,255,255,.17)}
.megaPromo:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(20,12,9,.04) 15%,rgba(20,12,9,.88) 100%)}
.megaPromo:after{content:"";position:absolute;right:15px;top:15px;width:34px;height:34px;border:1px solid rgba(255,255,255,.6);border-radius:50%}
.megaPromo--women{background-image:url('assets/products/tt-w-006-front.svg');background-position:center 28%}
.megaPromo--men{background-image:url('assets/products/tt-m-004-front.svg');background-position:center 24%}
.megaPromo--kids{background-image:url('assets/products/tt-k-018-front.svg');background-position:center 25%}
.megaPromo--collections{background-image:url('assets/products/tt-w-002-detail.svg');background-position:center}
.megaPromo--women span{color:#ffdcd5}.megaPromo--men span{color:#e8d6bd}.megaPromo--kids span{color:#ffe4a8}.megaPromo--collections span{color:#ebd1c6}
.megaPromo strong{font-size:25px;text-shadow:0 2px 12px rgba(0,0,0,.28)}
.megaPromo small{display:inline-flex;align-self:flex-start;margin-top:6px;padding-bottom:3px;border-bottom:1px solid currentColor;color:#fff}
.footerLogoOriginal{width:180px;height:178px;padding:7px;object-fit:contain;background:#faf7f1;border-radius:12px;mix-blend-mode:normal}
@media(max-width:1180px){.brandLink{grid-template-columns:50px 1fr;min-width:160px}.brandMark{width:50px;height:48px}.brandWords b,.brandWords em{font-size:16px}.headrow{grid-template-columns:172px minmax(220px,1fr) auto}}
@media(max-width:800px){.headrow{grid-template-columns:36px 112px minmax(0,1fr)}.brandLink{display:flex;min-width:0;justify-content:center}.brandMark{width:78px;height:54px;object-fit:cover}.brandWords{display:none}}
@media(max-width:520px){.headrow{grid-template-columns:34px 82px minmax(0,1fr)}.brandMark{width:72px;height:50px}}

/* ===== Premium image-led storefront refresh v8 ===== */
:root{--page:#fffdf9;--paper:#fff;--ink-soft:#514640;--shadow-float:0 22px 55px rgba(37,23,17,.11)}
body{background:linear-gradient(180deg,#fffdf9 0,#fff 42%,#fcf7f1 100%);color:var(--ink)}
.section{padding-top:52px;padding-bottom:52px}
.sectionHead{margin-bottom:27px}
.sectionHead h2{font-size:clamp(31px,3vw,45px);letter-spacing:-1px}
.sectionHead p{max-width:650px;font-size:13px;line-height:1.65}
.btn{border-radius:999px;transition:transform .22s ease,box-shadow .22s ease,background .22s ease}
.btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(37,23,17,.13)}
.textLink{display:inline-flex;align-items:center;gap:7px;padding-bottom:4px;border-bottom:1px solid currentColor}

/* Image-first department and discovery banners replace generic boxes. */
.collectionHero{isolation:isolate;position:relative;display:flex;flex-direction:column;justify-content:flex-end;min-height:390px;margin:25px auto 18px;padding:48px 52px;overflow:hidden;border:0;border-radius:28px;background-position:center;background-size:cover;box-shadow:0 22px 55px rgba(35,22,16,.13);color:#fff}
.collectionHero:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(24,14,11,.84),rgba(24,14,11,.42) 58%,rgba(24,14,11,.08)),linear-gradient(0deg,rgba(18,10,8,.5),transparent 58%)}
.collectionHero .breadcrumbs,.collectionHero .eyebrow{color:#f0b7aa}
.collectionHero h1{max-width:720px;margin:7px 0 10px;color:#fff;text-shadow:0 3px 22px rgba(0,0,0,.25)}
.collectionHero p{max-width:620px;margin:0;color:#f5ebe6;font-size:14px}
.collectionHero .chips{margin-top:22px}
.collectionHero .chip{border-color:rgba(255,255,255,.35);background:rgba(255,255,255,.12);backdrop-filter:blur(9px);color:#fff}
.collectionHero .chip:hover,.collectionHero .chip.active{border-color:#fff;background:#fff;color:var(--ink)}
.page-women .collectionHero{background-image:url('assets/products/tt-w-012-front.svg')}
.page-men .collectionHero{background-image:url('assets/products/tt-m-018-front.svg');background-position:center 28%}
.page-kids .collectionHero{background-image:url('assets/products/tt-k-018-front.svg');background-position:center 28%}
.page-new-arrivals .collectionHero{background-image:url('assets/products/tt-w-023-front.svg')}
.page-best-sellers .collectionHero{background-image:url('assets/products/tt-w-007-front.svg')}
.page-trending .collectionHero{background-image:url('assets/products/tt-m-004-front.svg')}
.page-work-products .collectionHero,.page-work .collectionHero{background-image:url('assets/products/tt-w-006-detail.svg')}
.page-search .collectionHero{background-image:url('assets/products/tt-w-030-detail.svg')}
.page-track .collectionHero{background-image:url('assets/products/tt-w-002-front.svg')}
.page-returns .collectionHero{background-image:url('assets/products/tt-w-015-detail.svg')}
.page-compare .collectionHero{background-image:url('assets/products/tt-w-025-front.svg')}
.page-account .collectionHero{background-image:url('assets/products/tt-w-039-front.svg')}

/* Lighter listing controls: borders only where they help interaction. */
.filtersLayout{gap:38px}
.filters{border:0;border-radius:20px;background:#f8f1e9;box-shadow:none}
.filterGroup{border-color:#eadfd4}
.toolbar{padding:0 0 16px;border-bottom:1px solid var(--line)}
.toolbar select,.sortLabel select{border:1px solid var(--line);border-radius:999px;background:#fff;padding:10px 38px 10px 14px}
.pager button{border:0;border-radius:50%;width:40px;height:40px;padding:0;background:#f5ece5;transition:.2s}
.pager button:hover{transform:translateY(-3px);background:var(--rose2)}

/* Product cards feel like fashion cards, not bordered form boxes. */
.product.marketCard{transition:transform .32s ease}
.product.marketCard:hover{transform:translateY(-7px)}
.productVisual{border-radius:22px;box-shadow:0 8px 24px rgba(34,21,16,.06);transition:box-shadow .32s ease}
.product.marketCard:hover .productVisual{box-shadow:var(--shadow-float)}
.productImg{border:0}
.marketCard .productBody{padding:16px 6px 0}
.cardHoverActions button{border:0;box-shadow:0 8px 18px rgba(25,15,11,.12)}
.cardHoverShop button{background:linear-gradient(135deg,#201612,#4a332b)}
.cardHoverShop button:hover{background:var(--rose-deep)}

/* Turn repeated boxed homepage elements into editorial image tiles. */
.homeCraftPillars{gap:10px}
.homeCraftPillar{isolation:isolate;position:relative;justify-content:flex-end;min-height:310px;overflow:hidden;padding:27px;border:0;border-radius:22px;background-position:center;background-size:cover;box-shadow:none;color:#fff}
.homeCraftPillar:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,transparent 20%,rgba(21,12,9,.88))}
.homeCraftPillar:nth-child(1){background-image:url('assets/products/tt-w-006-detail.svg')}
.homeCraftPillar:nth-child(2){background-image:url('assets/products/tt-k-028-front.svg')}
.homeCraftPillar:nth-child(3){background-image:url('assets/products/tt-w-014-front.svg')}
.homeCraftPillar:hover{transform:translateY(-6px);box-shadow:var(--shadow-float)}
.homeCraftPillar span,.homeCraftPillar strong{color:#f0b7aa}
.homeCraftPillar b{color:#fff;font-size:31px}
.homeCraftPillar small{color:#f1e7e2}
.workVisual,.benefitCard{border:0;box-shadow:none;transition:transform .3s ease,box-shadow .3s ease}
.workVisual:hover,.benefitCard:hover{transform:translateY(-7px);box-shadow:var(--shadow-float)}
.benefitCard{background:linear-gradient(145deg,#fff,#f9f0e9)}
.benefitCard i{opacity:.55}
.occasionCard{border-radius:22px;box-shadow:none}
.occasionCard:hover{box-shadow:var(--shadow-float)}
.storySplit{border:0;box-shadow:var(--shadow-float)}

/* Universal hover polish for supporting pages. */
.featureCard,.reviewCard,.stat,.accountTiles a,.accountOrder,.notif,.compareTable article,.offerCard,.checkoutSection,.paymentOption,.designPreview,.loginCard{transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}
.featureCard:hover,.reviewCard:hover,.stat:hover,.accountTiles a:hover,.notif:hover,.compareTable article:hover,.offerCard:hover,.paymentOption:hover{transform:translateY(-6px);box-shadow:var(--shadow-float);border-color:transparent}
.featureCard,.reviewCard,.accountTiles a,.accountOrder,.notif,.compareTable article,.checkoutSection,.loginCard{border-color:#eee5dd}
.featureGrid .featureCard{border:0;background:linear-gradient(145deg,#fff,#fbf5ef)}
.accountSide{border:0;background:#f8f1e9;box-shadow:none}
.accountTiles a{border:0;background:#fff;box-shadow:0 8px 24px rgba(36,22,16,.05)}
.accountOrder{border:0;box-shadow:0 14px 38px rgba(36,22,16,.07)}
.visualInfoGrid article{overflow:hidden;transition:transform .35s ease,box-shadow .35s ease;background-position:center}
.visualInfoGrid article:hover{transform:translateY(-7px);box-shadow:var(--shadow-float)}
.notif{border:0;box-shadow:0 10px 30px rgba(36,22,16,.06)}
.compareTable article{border:0;box-shadow:0 12px 32px rgba(36,22,16,.06)}
.checkoutSection{border:0;background:#fff;box-shadow:0 10px 30px rgba(36,22,16,.055)}
.cartLine{border:0;box-shadow:0 10px 30px rgba(36,22,16,.06);transition:transform .25s ease,box-shadow .25s ease}
.cartLine:hover{transform:translateY(-4px);box-shadow:var(--shadow-float)}
.cartAside{border:0;background:#f8f1e9;box-shadow:none}
.designBuilder{gap:0;overflow:hidden;border-radius:25px;background:#fff;box-shadow:var(--shadow-float)}
.designBuilder .reviewCard,.designBuilder .designPreview{margin:0;border:0;border-radius:0;box-shadow:none}
.offerCard{border:0;box-shadow:0 12px 32px rgba(36,22,16,.06)}
.craftTechnique{overflow:hidden;border:0;box-shadow:0 12px 32px rgba(36,22,16,.06);transition:transform .32s ease,box-shadow .32s ease}
.craftTechnique:hover{transform:translateY(-7px);box-shadow:var(--shadow-float)}
.craftTechnique:hover img{transform:scale(1.055)}
.craftTechnique img{transition:transform .55s ease}
.newsletter{border:0;box-shadow:var(--shadow-float)}
.footer{border-radius:42px 42px 0 0}

@media(max-width:900px){.collectionHero{min-height:330px;padding:36px 31px}.filtersLayout{gap:22px}.footer{border-radius:28px 28px 0 0}.homeCraftPillar{min-height:270px}}
@media(max-width:600px){.section{padding-top:36px;padding-bottom:36px}.collectionHero{min-height:285px;margin:14px 0 8px;padding:29px 22px;border-radius:22px}.collectionHero h1{font-size:39px}.collectionHero p{font-size:12px}.collectionHero .chips{flex-wrap:nowrap;overflow-x:auto;width:100%;padding-bottom:3px}.product.marketCard:hover{transform:none}.productVisual{border-radius:15px}.marketCard .productBody{padding:12px 2px 0}.homeCraftPillar{min-height:245px}.designBuilder{border-radius:19px}.footer{border-radius:22px 22px 0 0}}

/* ===== Real-photo catalogue + cleaner brand lockup v9 ===== */
.brandLink{display:flex;align-items:center;min-width:190px}
.brandFullLogo{display:block;width:186px;height:78px;object-fit:contain;mix-blend-mode:multiply;filter:contrast(1.06);transition:transform .3s ease,filter .3s ease}
.brandFullLogo:hover{transform:scale(1.025);filter:contrast(1.08) drop-shadow(0 7px 13px rgba(91,52,42,.13))}
.luxHero{background-image:url('assets/products/tt-w-003-front.svg')}
.megaPromo--women{background-image:url('assets/products/tt-w-009-front.svg')}
.megaPromo--men{background-image:url('assets/products/tt-m-003-front.svg')}
.megaPromo--kids{background-image:url('assets/products/tt-k-003-front.svg')}
.megaPromo--collections{background-image:url('assets/products/tt-w-006-detail.svg')}
.page-women .collectionHero{background-image:url('assets/products/tt-w-009-front.svg')}
.page-men .collectionHero{background-image:url('assets/products/tt-m-003-front.svg')}
.page-kids .collectionHero{background-image:url('assets/products/tt-k-003-front.svg')}
.page-new-arrivals .collectionHero{background-image:url('assets/products/tt-w-017-front.svg')}
.page-best-sellers .collectionHero{background-image:url('assets/products/tt-w-024-front.svg')}
.page-trending .collectionHero{background-image:url('assets/products/tt-m-012-front.svg')}
.page-work-products .collectionHero,.page-work .collectionHero{background-image:url('assets/products/tt-w-006-detail.svg')}
.homeCraftPillar:nth-child(1){background-image:url('assets/products/tt-w-006-detail.svg')}
.homeCraftPillar:nth-child(2){background-image:url('assets/products/tt-k-028-front.svg')}
.homeCraftPillar:nth-child(3){background-image:url('assets/products/tt-w-014-front.svg')}
.workVisual:nth-child(1){background-image:url('assets/products/tt-w-006-detail.svg')}
.workVisual:nth-child(2){background-image:url('assets/products/tt-w-011-detail.svg')}
.workVisual:nth-child(3){background-image:url('assets/products/tt-w-018-detail.svg')}
.workVisual:nth-child(4){background-image:url('assets/products/tt-w-025-detail.svg')}
.priceShortcuts a{position:relative;isolation:isolate;min-height:170px;justify-content:flex-end;align-items:flex-start;flex-direction:column;overflow:hidden;border:0;color:#fff;background-position:center;background-size:cover}
.priceShortcuts a:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,transparent 25%,rgba(22,13,10,.82))}
.priceShortcuts a:nth-child(1){background-image:url('assets/products/tt-w-004-front.svg')}
.priceShortcuts a:nth-child(2){background-image:url('assets/products/tt-w-010-front.svg')}
.priceShortcuts a:nth-child(3){background-image:url('assets/products/tt-m-005-front.svg')}
.priceShortcuts a:nth-child(4){background-image:url('assets/products/tt-w-015-front.svg')}
.priceShortcuts b{color:#fff}
.product:hover .product-body .product-name,
.product:hover .product-body .product-meta-row,
.product:hover .product-body .product-price-row,
.product:hover .product-body .product-actions-row {
    margin-top: 30px; 
    margin-left: 30px;
    margin-right: 30px;/* or whatever */
}
.craftImageCard {
    border: 3px solid #ead7ca; /* Sandstone/Terracotta color from the image */
    border-radius: 50% 50% 0 0 / 30% 30% 0 0; /* Creates the Mughal arch shape on top */
    overflow: hidden;
    background: #ead7ca;
}
.craftImageCard img {
    border-radius: 50% 50% 0 0 / 30% 30% 0 0; /* Match the arch on the image */
}
@media(max-width:800px){.brandLink{min-width:0}.brandFullLogo{width:116px;height:55px}}
@media(max-width:520px){.brandFullLogo{width:88px;height:50px}.priceShortcuts a{min-height:145px}}


/* ==========================================================================
   Threads Therapy — Scroll Sticky Navigation + Transparent Footer Logo
   ========================================================================== */

/* Normal header remains unchanged until the primary nav reaches the top. */
.nav{
  position:sticky;
  top:0;
  z-index:125;
  background:rgba(255,250,246,.96);
  border-top:1px solid rgba(233,221,211,.85);
  border-bottom:1px solid rgba(233,221,211,.9);
  backdrop-filter:blur(18px) saturate(145%);
  transition:box-shadow .28s ease,background .28s ease;
}
.header{
  transition:transform .32s ease,opacity .22s ease;
}
body.compact-nav-active .header{
  transform:translateY(calc(-100% - 8px));
  opacity:0;
  pointer-events:none;
}
body.compact-nav-active .nav{
  box-shadow:0 12px 34px rgba(36,22,16,.12);
}
.compactNav{display:none}
body.compact-nav-active .compactNav{display:block}
body.compact-nav-active .navrow{display:none}

.compactNavInner{
  min-height:66px;
  display:grid;
  grid-template-columns:190px minmax(0,1fr) auto;
  align-items:center;
  gap:22px;
}
.compactBrand{
  display:inline-flex;
  align-items:center;
  gap:9px;
  min-width:0;
  width:max-content;
  color:var(--ink);
}
.compactBrand img{
  width:48px;
  height:46px;
  object-fit:cover;
  border-radius:4px;
  mix-blend-mode:multiply;
}
.compactBrand span{
  display:grid;
  grid-template-columns:auto auto;
  column-gap:5px;
  align-items:baseline;
  line-height:1;
}
.compactBrand strong,.compactBrand b{
  font-size:15px;
  letter-spacing:1.6px;
}
.compactBrand b{
  font-family:Georgia,serif;
  font-weight:700;
  color:var(--rose-deep);
}
.compactNavLinks{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:2px;
  min-width:0;
}
.compactNavLinks a{
  position:relative;
  white-space:nowrap;
  padding:12px 11px 14px;
  font-size:13px;
  font-weight:800;
  letter-spacing:1.35px;
  text-transform:uppercase;
  color:var(--ink);
  transition:color .22s ease,transform .22s ease;
}
.compactNavLinks a:after{
  content:"";
  position:absolute;
  left:50%;
  right:50%;
  bottom:5px;
  height:2px;
  border-radius:2px;
  background:var(--rose-deep);
  transition:left .25s ease,right .25s ease;
}
.compactNavLinks a:hover,
.compactNavLinks a.active{
  color:var(--rose-deep);
  transform:translateY(-1px);
}
.compactNavLinks a:hover:after,
.compactNavLinks a.active:after{
  left:10px;
  right:10px;
}
.compactActions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
}
.compactAction{
  position:relative;
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border:1px solid var(--line);
  border-radius:50%;
  background:#fff;
  color:var(--ink);
  transition:transform .22s ease,background .22s ease,border-color .22s ease,box-shadow .22s ease,color .22s ease;
}
.compactAction:hover{
  transform:translateY(-2px);
  background:var(--rose);
  border-color:var(--rose);
  color:#fff;
  box-shadow:0 10px 24px rgba(169,109,99,.22);
}
.compactAction svg{
  width:19px;
  height:19px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.compactAction b{
  position:absolute;
  right:-2px;
  top:-3px;
  min-width:17px;
  height:17px;
  padding:0 4px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:var(--rose-deep);
  color:#fff;
  font-size:9px;
  line-height:1;
  border:2px solid #fffaf6;
}

/* Footer: clean logo lockup with no cream/rounded background. */
.footerBrandLockup {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}

.footerBrandMarkImg {
  display: block;
  max-height: 44px;
  width: auto;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.4));
}
.footerBrandMark{
  width:58px;
  height:55px;
  object-fit:contain;
  border-radius:0;
  background:transparent!important;
  padding:0!important;
  mix-blend-mode:normal;
  filter:none;
}
.footerBrandWords{
  display:grid;
  grid-template-columns:auto auto;
  column-gap:7px;
  align-items:baseline;
  line-height:1;
}
.footerBrandWords strong,
.footerBrandWords b{
  font-size:19px;
  letter-spacing:1.8px;
}
.footerBrandWords b{
  font-family:Georgia,serif;
  color:#e5b8ae;
}
.footerBrandWords small{
  grid-column:1/-1;
  margin-top:6px;
  font-size:6px;
  letter-spacing:1px;
  white-space:nowrap;
  color:#cdbdb6;
}
/* If an older footer logo remains in any page, never show its cream tile. */
.footer .footerLogo,
.footer .footerLogoOriginal{
  background:transparent!important;
  border-radius:0!important;
  padding:0!important;
}
.footerBrand:has(.footerBrandLockup) .footerLogoOriginal{display:none!important}

@media(max-width:1180px){
  .compactNavInner{
    grid-template-columns:155px minmax(0,1fr) auto;
    gap:12px;
  }
  .compactBrand img{width:42px;height:42px}
  .compactBrand strong,.compactBrand b{font-size:13px}
  .compactNavLinks a{
    padding-left:7px;
    padding-right:7px;
    font-size:11px;
    letter-spacing:1px;
  }
  .compactAction{width:39px;height:39px}
}
@media(max-width:800px){
  /* Mobile already has its own sticky header and bottom shortcut bar. */
  .nav{position:static;top:auto}
  .compactNav{display:none!important}
  body.compact-nav-active .header{
    transform:none;
    opacity:1;
    pointer-events:auto;
  }
  body.compact-nav-active .navrow{display:none}
  .footerBrandLockup{margin-bottom:4px}
}
@media(prefers-reduced-motion:reduce){
  .header,.nav,.compactAction,.compactNavLinks a{transition:none!important}
}


/* Final active-state polish for the compact sticky navbar. */
.compactNavLinks a.active{
  color:var(--rose-deep)!important;
  background:#fff7f2;
  border:1px solid var(--rose-deep);
  border-radius:999px;
  padding-left:14px;
  padding-right:14px;
  transform:none;
}
.compactNavLinks a.active:after{display:none}
.compactNavLinks a:hover{color:var(--rose-deep)}


/* FINAL FOOTER LOGO FIX: transparent, no cream tile / pill */
.footerBrandLockup{
  display:inline-flex!important;
  align-items:center!important;
  gap:14px!important;
  width:max-content!important;
  padding:0!important;
  margin:0 0 12px!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}
.footerLogoMark{
  position:relative;
  width:62px;
  height:62px;
  flex:0 0 62px;
  display:grid;
  place-items:center;
  border:1px solid rgba(229,184,174,.75);
  border-radius:50%;
  background:transparent!important;
  color:#f4e9e3;
  font-family:Georgia,serif;
  overflow:hidden;
}
.footerLogoMark i{
  position:absolute;
  left:18px;
  top:7px;
  font-style:normal;
  font-size:43px;
  line-height:1;
  font-weight:400;
  color:#f4e9e3;
}
.footerLogoMark b{
  position:absolute;
  left:28px;
  top:12px;
  font-size:39px;
  line-height:1;
  color:#d9a49a;
  font-weight:700;
}
.footerLogoMark em{
  position:absolute;
  width:38px;
  height:1px;
  left:12px;
  top:31px;
  background:#d9a49a;
  transform:rotate(-43deg);
  transform-origin:center;
}
.footerBrandWords{margin:0!important}
.footerBrandWords strong,.footerBrandWords b{font-size:20px!important;letter-spacing:1.9px!important}
.footerBrandWords small{font-size:6.5px!important;letter-spacing:1.05px!important;margin-top:7px!important}
.footerBrand .footerIntro{max-width:100%}
/* Never let the old image-style logo rules create a background */
.footer .footerLogo,
.footer .footerLogoOriginal,
.footer .footerBrandMark{display:none!important;background:transparent!important;border:0!important;padding:0!important}
@media(max-width:800px){
  .footerLogoMark{width:54px;height:54px;flex-basis:54px}
  .footerLogoMark i{left:16px;top:6px;font-size:37px}
  .footerLogoMark b{left:25px;top:10px;font-size:34px}
  .footerLogoMark em{width:33px;left:10px;top:27px}
}

/* ===== Threads Therapy — Community Editorial Testimonials ===== */
.communitySection{padding-top:clamp(60px,7vw,100px);padding-bottom:clamp(55px,6vw,90px)}
.communityHeading{text-align:center;max-width:850px;margin:0 auto 38px}
.communityHeading h2{font-family:Georgia,serif;font-size:clamp(42px,5.2vw,72px);line-height:1.02;letter-spacing:-1.8px;margin:9px 0 12px}
.communityHeading p{margin:0 auto;max-width:620px;color:var(--muted);font-size:15px;line-height:1.7}
.communityEditorial{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.82fr) minmax(0,1fr);gap:18px;align-items:stretch}
.communityReview{min-height:410px;padding:34px 30px;border:1px solid #e5d3c5;border-radius:24px;background:rgba(255,253,250,.72);box-shadow:0 18px 50px rgba(48,29,20,.055);display:flex;flex-direction:column;transition:transform .4s cubic-bezier(.2,.8,.2,1),box-shadow .4s ease,border-color .4s ease}
.communityReview:hover{transform:translateY(-8px);box-shadow:0 28px 65px rgba(48,29,20,.11);border-color:#d6b2a7}
.communityReview .reviewStars{color:#7d1f2c;font-size:18px;letter-spacing:5px;margin-bottom:28px}
.communityReview p{margin:0;font-family:Georgia,serif;color:#3d302a;font-size:clamp(19px,1.65vw,25px);line-height:1.55}
.reviewCustomer{margin-top:auto;display:flex;flex-direction:column;gap:4px}
.reviewCustomer b{font-size:15px;color:#211a17}
.reviewCustomer small{font-size:12px;color:#806f67}
.communityFeatureImage{min-height:410px;border-radius:26px;overflow:hidden;position:relative;background:#241914;box-shadow:0 25px 70px rgba(45,27,19,.16);isolation:isolate}
.communityFeatureImage img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.2,.8,.2,1),filter .6s ease}
.communityFeatureImage:hover img{transform:scale(1.06);filter:saturate(1.05)}
.communityImageShade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,12,9,.03) 20%,rgba(20,12,9,.20) 45%,rgba(20,12,9,.84) 100%);z-index:1}
.communityImageCaption{position:absolute;z-index:2;left:25px;right:25px;bottom:25px;color:#fff;display:flex;flex-direction:column;gap:7px}
.communityImageCaption span{font-size:10px;font-weight:800;letter-spacing:2px;color:#f0c8bf}
.communityImageCaption strong{font-family:Georgia,serif;font-size:clamp(25px,2.2vw,34px);line-height:1.05;font-weight:500}
.communityImageCaption small{font-size:11px;color:#eee3dd}
.communityBottomReview{margin:18px auto 0;width:min(760px,100%);text-align:center;padding:24px 28px 25px;border-top:1px solid #e6d7ca;border-bottom:1px solid #e6d7ca}
.communityBottomStars{color:#7d1f2c;letter-spacing:4px;font-size:15px;margin-bottom:8px}
.communityBottomReview p{margin:0 auto 13px;color:#594a43;font-family:Georgia,serif;font-size:17px;line-height:1.55}
.communityBottomReview .reviewCustomer{align-items:center}
.communityBottomReview .reviewCustomer b{font-size:13px}
.communityBottomReview .reviewCustomer small{font-size:11px}
.communityBottomReview + .trustBenefits{margin-top:30px}
.trustBenefits{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #e5d8cd;border-radius:18px;overflow:hidden;background:rgba(255,253,250,.55)}
.trustBenefits>div{min-height:112px;padding:22px 24px;display:flex;align-items:center;gap:16px}
.trustBenefits>div+div{border-left:1px solid #e5d8cd}
.trustBenefits i{flex:0 0 30px;color:#b96f64;font-size:25px;font-style:normal;text-align:center}
.trustBenefits span{display:flex;flex-direction:column;gap:5px}
.trustBenefits b{font-size:15px}
.trustBenefits small{color:#806f67;font-size:12px}
@media(max-width:900px){
  .communityEditorial{grid-template-columns:1fr 1fr}
  .communityFeatureImage{grid-column:1/-1;grid-row:1;min-height:440px}
  .communityReviewLeft{grid-column:1;grid-row:2}
  .communityReviewRight{grid-column:2;grid-row:2}
  .trustBenefits{grid-template-columns:1fr 1fr}
  .trustBenefits>div:nth-child(3){border-left:0;border-top:1px solid #e5d8cd}
  .trustBenefits>div:nth-child(4){border-top:1px solid #e5d8cd}
}
@media(max-width:600px){
  .communitySection{padding-top:55px}
  .communityHeading{margin-bottom:25px}
  .communityHeading h2{font-size:39px;letter-spacing:-1px}
  .communityEditorial{grid-template-columns:1fr}
  .communityFeatureImage{grid-column:auto;grid-row:auto;min-height:390px}
  .communityReviewLeft,.communityReviewRight{grid-column:auto;grid-row:auto}
  .communityReview{min-height:300px;padding:26px 23px}
  .communityReview .reviewStars{margin-bottom:20px}
  .communityReview p{font-size:19px}
  .communityBottomReview{padding:22px 10px}
  .trustBenefits{grid-template-columns:1fr}
  .trustBenefits>div,.trustBenefits>div:nth-child(3),.trustBenefits>div:nth-child(4){min-height:92px;border-left:0;border-top:1px solid #e5d8cd}
  .trustBenefits>div:first-child{border-top:0}
}
/* ===== Newsletter Blurred Background Image ===== */
.refinedNewsletter {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

/* Blurred Image */
.refinedNewsletter::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    
    /* YAHAN APNI IMAGE KA PATH DAALEIN (Mainne example ke liye aapki existing image use ki hai) */
    background-image: url('assets/brand-mark.webp'); 
    background-size: cover;
    background-position: center;
    
    /* Thodi si blur (5px) - aap ise 3px, 8px ya 10px kar sakte hain */
    filter: blur(5px);
    
    /* Ye edge par hone wale white blur ko chhupata hai */
    transform: scale(1.05); 
}

/* Dark Overlay for Readability (Text ko readable rakhne ke liye) */
.refinedNewsletter::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    /* Yahan 0.75 ka matlab hai 75% dark maroon overlay. 
       Agar image bahut dark hai toh isko 0.6 kar dein, agar light hai toh 0.85 kar dein */
    background: rgba(23, 19, 17, 0.75); 
}

/* Text aur Form ko image ke upar rakhne ke liye */
.refinedNewsletter > * {
    position: relative;
    z-index: 2;
}
/* =========================================
   WOMEN PAGE HERO - MATCH INDEX HERO
   ========================================= */
.refinedHero.collectionHero {
    position: relative;
    height: min(74vh, 700px);
    min-height: 540px;
    background: #2b1c17;
    overflow: hidden;
    border: 0;
    border-radius: 0 0 44px 44px;
    box-shadow: 0 30px 90px rgba(23, 19, 17, .22);
    display: flex;
    align-items: flex-end;
}
.refinedHero.collectionHero > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.refinedHero.collectionHero .refinedHeroShade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(15, 10, 8, .84) 0%, rgba(15, 10, 8, .55) 43%, rgba(15, 10, 8, .15) 80%), linear-gradient(0deg, rgba(0, 0, 0, .42), transparent 48%);
}
.refinedHero.collectionHero .container {
    position: relative;
    z-index: 2;
    width: min(1380px, calc(100% - 48px));
}
.refinedHero.collectionHero .refinedHeroCopy {
    max-width: 900px;
    color: white;
    padding-top: 40px;
    padding-bottom: 50px;
}
.refinedHero.collectionHero .refinedHeroCopy h1 {
    font-family: Georgia, serif;
    font-size: clamp(47px, 6vw, 88px);
    letter-spacing: -2.5px;
    line-height: .96;
    margin: 19px 0 17px;
}
.refinedHero.collectionHero .refinedHeroCopy h1 em {
    color: floralwhite;
}
.refinedHero.collectionHero .refinedHeroCopy p {
    font-size: clamp(14px, 1.35vw, 18px);
    line-height: 1.7;
    color: #f3eae5;
    max-width: 590px;
}
.refinedHero.collectionHero .refinedActions {
    display: flex;
    gap: 11px;
    margin-top: 22px;
}
.refinedHero.collectionHero .chips {
    margin-top: 25px;
}
/* Hide extra injected elements from JS if any, to keep it clean */
.refinedHero.collectionHero .listingKicker,
.refinedHero.collectionHero .listingHeroActions {
    display: none !important;
}
/* Mobile adjustments */
@media(max-width: 800px) {
    .refinedHero.collectionHero { min-height: 500px; border-radius: 0 0 26px 26px; }
    .refinedHero.collectionHero .refinedHeroCopy h1 { font-size: 42px; }
}

/* =========================================
   WOMEN HERO TEXT COLOR FIX
   ========================================= */
.refinedHero.collectionHero .refinedHeroCopy h1 {
    color: #1b1512; /* White -> Black */
}
.refinedHero.collectionHero .refinedHeroCopy h1 em {
    color: #ffffff; /* Maroon/Pink -> White */
}
.refinedHero.collectionHero .refinedHeroCopy p {
    color: #1b1512; /* White -> Black */
    opacity: 0.8; /* Thoda subtle black */
}
/* Button text colors */
.refinedHero.collectionHero .refinedActions .btn.rose {
    color: #ffffff !important; /* Pink background par text White */
}
.refinedHero.collectionHero .refinedActions .btn.refinedLight {
    color: #1b1512 !important; /* Best Sellers button text Black */
}

/* =========================================
   TOOLBAR ALIGNMENT (New, Trending, Best Sellers + Recommended)
   ========================================= */
.filtersLayout .toolbar {
    display: flex;
    align-items: center; /* Sab ek line mein */
    justify-content: center; /* Center mein */
    gap: 20px; /* Dono ke beech equal gap */
    flex-wrap: wrap;
}
.filtersLayout .toolbar .chips {
    display: flex;
    gap: 10px;
}
.filtersLayout .toolbar #sortBy {
    margin-left: 0; /* Extra margin hata kar lined up karna */
}

/* =========================================
   PRODUCT CARD BAG & BUY NOW - HOVER FIX
   ========================================= */
/* Initially buttons chhupe rahenge */
#productGrid .cardBuyActions {
    display: flex;
    gap: 12px; /* Equal margin */
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .3s ease, transform .3s ease;
}

/* Hover karte hi buttons dikhenge */
#productGrid .product:hover .cardBuyActions {
    opacity: 1;
    transform: translateY(0);
}

/* Button styling */
#productGrid .cardBuyActions button {
    flex: 1;
    border: 1px solid #ead7ca;
    border-radius: 999px;
    background: #1b1512;
    color: #fff;
    padding: 9px 13px;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.25s ease;
}

/* Buy Now button ka border thoda bada aur highlight */
/* =========================================
   FIX: PERFECT CENTER FOR BAG & BUY NOW BUTTONS
   ========================================= */

/* Dono buttons ko flexbox se perfect center karna */
#productGrid .cardBuyActions button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1; /* Line-height fix karne se text beech mein aayega */
    
    /* Uniform size aur padding */
    width: 100%;
    min-height: 38px;
    box-sizing: border-box;
    padding: 10px 12px;
    margin: 0; /* Extra margin hatao */
    
    /* Border-box ensure karo taaki border text ko na dhakel */
    border: 1px solid #1b1512; 
    border-radius: 999px;
}

/* Buy Now button ke liye specific fix (Border 2px) */
#productGrid .cardBuyActions button[data-action="buy"] {
    border: 2px solid #b9786b;
    background: #ffffff;
    color: #b9786b;
    /* Border badha hai toh padding ko thoda adjust karo taaki text perfect center rahe */
    padding: 9px 12px; 
}
/* =========================================
   FIX: TOOLBAR PERFECT ALIGNMENT (New, Best Sellers, Recommended)
   ========================================= */

/* Container ko perfect center mein layein */
.filtersLayout .toolbar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px; /* Chips aur dropdown ke beech barabar gap */
    flex-wrap: wrap;
    
}

.filtersLayout .toolbar .chips {
    display: flex;
    gap: 10px;
}

/* 'Recommended' dropdown ko bilkul chips jaisa pill shape dena */
.filtersLayout .toolbar #sortBy {
    height: 42px; /* Chips ki height bilkul same */
    border-radius: 999px; /* Pill shape */
    border: 1px solid #ead7ca; /* Chips jaisa same border */
    background: #ffffff;
    padding: 0 30px 0 20px; /* Left aur right padding, right zyada taaki arrow ki jagah rahe */
    font-size: 12px;
    font-weight: 300;
    color: var(--ink);
    cursor: pointer;
    margin: 0; /* Extra margin hatao */
    appearance: none; /* Browser ka default ugly arrow hatana */
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%231b1512%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"); /* Custom elegant arrow */
    background-repeat: no-repeat;
    background-position: right 15px center; /* Arrow ko perfect position par */
    background-size: 10px;
}
/* =========================================
   FIX: PERFECT RECOMMENDED DROPDOWN ALIGNMENT
   ========================================= */
.filtersLayout .toolbar #sortBy {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    
    height: 42px; /* Chips ki exact height */
    min-width: 160px;
    border-radius: 999px;
    border: 1px solid #ead7ca;
    background: #ffffff;
    padding: 0 40px 0 20px; /* Right padding arrow ki jagah ke liye */
    
    font-size: 12px;
    font-weight: 800;
    color: #1b1512;
    cursor: pointer;
    
    /* Clean, thin, elegant arrow SVG */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%231b1512' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;
    
    /* Text ko center mein rakhne ke liye Flexbox */
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    line-height: normal;
}
/* ===== FIX: REMOVE INDIAN DESIGN (Clean Cream & Curve Only) ===== */
.craftImageCard {
    position: relative;
    border: none !important;
    background: #f7eee4 !important; /* Cream background match */
    
    /* Curve wala shape barkarar */
    border-radius: 50% 50% 0 0 / 30% 30% 0 0 !important;
    
    /* Soft shadow */
    box-shadow: 0 12px 30px rgba(38, 23, 16, 0.08) !important;
    
    transition: transform .3s ease, box-shadow .3s ease;
}

.craftImageCard:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(38, 23, 16, 0.15) !important;
}

/* Indian design (scalloped pattern) ko completely hata dena */
.craftImageCard::before {
    display: none !important;
    content: none !important;
}

.craftImageCard img {
    position: relative;
    z-index: 0;
    border-radius: 50% 50% 0 0 / 30% 30% 0 0 !important;
}

.craftImageCard span {
    position: relative;
    z-index: 2;
}
/* ===== FIX: ROYAL LUCKNOW GATE BACKGROUND (BLURRED) ===== */
.refinedSection.craftSection {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: #f7eee4 !important; /* Fallback color while image loads */
}

/* Blurred Background Image (Rumi Darwaza) */
.refinedSection.craftSection::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    
    /* YAHAN APNI LUCKNOW GATE IMAGE KA PATH DAALEIN */
    background-image: url('assets/rumidarwaza.avif'); 
    background-size: cover;
    background-position: center;
    
    /* Thodi si blur aur scale (edges hatane ke liye) */
    filter: blur(2px);
    transform: scale(1.05);
    
    /* Opacity adjust karein: 0.3 (halki) se 0.5 (zyada dikhegi) */
    opacity: 0.75; 
}

/* Text ko perfectly readable rakhne ke liye Cream Overlay */
.refinedSection.craftSection::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    /* Cream color overlay (text ko pop karega) */
    background: rgba(247, 238, 228, 0.65); 
}

/* Cards ko hamesha image ke upar rakhein */
.refinedSection.craftSection .craftImageGrid {
    position: relative;
    z-index: 2;
}
/* =========================================
   ULTIMATE CRAFT SECTION REFINEMENT
   ========================================= */

/* 1. Background Readability: Darker Gradient Overlay */
.refinedSection.craftSection::after {
    background: linear-gradient(180deg, rgba(247, 238, 228, 0.90) 0%, rgba(247, 238, 228, 0.55) 100%) !important;
}

/* 2. Text Hierarchy & Alignment */
.refinedSection.craftSection .refinedHeading .eyebrow {
    font-size: 14px !important;
    letter-spacing: 3px !important;
    margin-bottom: 12px !important;
    font-weight: 900;
}
.refinedSection.craftSection .refinedHeading h2 {
    font-weight: 900 !important;
    color: #1b1512 !important;
    text-shadow: 0 2px 12px rgba(255, 255, 255, 0.9); /* White glow for clear readability */
    letter-spacing: -0.5px !important;
}
.refinedSection.craftSection .refinedHeading p {
    color: #4a3f3a !important;
    text-shadow: 0 1px 6px rgba(255, 255, 255, 0.9);
}

/* 3. Image Lighting & Tone (Uniformity) */
.craftImageCard img {
    filter: brightness(1.05) saturate(0.9) contrast(1.05) !important;
    transition: transform .5s ease, filter .5s ease !important;
}
/* Specifically cool down the yellow/warm Mukaish card (3rd card) */
.craftImageCard:nth-child(3) img {
    filter: brightness(1.1) saturate(0.7) hue-rotate(10deg) !important;
}

/* 4. Card Hover Effects */
.craftImageCard {
    overflow: hidden !important;
    transform: translateZ(0); /* Smooth GPU rendering */
}
.craftImageCard:hover {
    box-shadow: 0 25px 60px rgba(38, 23, 16, 0.25) !important;
    transform: translateY(-8px) !important;
}
.craftImageCard:hover img {
    transform: scale(1.08) !important;
}
/* Explore Arrow Animation */
.craftImageCard span strong {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all .3s ease;
}
.craftImageCard span strong::after {
    content: "→";
    opacity: 0;
    transform: translateX(-8px);
    transition: all .3s ease;
}
.craftImageCard:hover span strong::after {
    opacity: 1;
    transform: translateX(0);
}

/* 5. Typography & Spacing */
.craftImageCard span {
    padding: 30px 25px !important; /* Comfortable spacing to avoid crowding */
}
.craftImageCard span small {
    font-size: 12px !important;
    letter-spacing: 1.5px !important;
    margin-bottom: 10px !important;
}
.craftImageCard span b {
    font-size: 30px !important;
    line-height: 1.1 !important;
    margin-bottom: 8px !important;
}
.craftImageCard span strong {
    font-size: 14px !important;
    font-weight: 800 !important;
}
/* ===== CINEMATIC BLUR -> CLEAR SLIDESHOW (Center Image) ===== */
.communityFeatureImage .feature-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0; /* Pehle sab hidden */
    filter: blur(15px); /* Pehle sab blur */
    transform: scale(1.05); /* Edge blur hide karne ke liye */
    transition: opacity 1.5s ease, filter 1.5s ease;
    z-index: 0;
}

/* Ye keyframes define karta hai: 15 second ka pura loop */
@keyframes craftSlideshow {
    0%   { opacity: 0; filter: blur(15px); }
    10%  { opacity: 1; filter: blur(0); }   /* Blur -> Clear */
    30%  { opacity: 1; filter: blur(0); }   /* Thodi der clear rahega */
    40%  { opacity: 0; filter: blur(15px); } /* Clear -> Blur */
    100% { opacity: 0; filter: blur(15px); }
}

/* Image 1: 0s par start hoga */
.img-1 {
    animation: craftSlideshow 1s infinite;
}

/* Image 2: 5 second baad start hoga */
.img-2 {
    animation: craftSlideshow 5s infinite;
    animation-delay: 2s;
}

/* Image 3: 10 second baad start hoga */
.img-3 {
    animation: craftSlideshow 10s infinite;
    animation-delay: 3s;
}

/* Shade aur Caption ko hamesha images ke upar rakhein */
.communityFeatureImage .communityImageShade,
.communityFeatureImage .communityImageCaption {
    position: absolute;
    z-index: 2;
}
/* ===== CINEMATIC BLUR -> CLEAR HERO SLIDESHOW (FIXED) ===== */
/* Purani plain image hata di (agar koi ho) */
.refinedHero > img:not(.hero-img) { display: none; }

.refinedHero .hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    filter: blur(15px);
    transform: scale(1.05);
    transition: opacity 1.5s ease, filter 1.5s ease;
    z-index: 0;
}

@keyframes heroSlideshow {
    0%   { opacity: 0; filter: blur(15px); }
    10%  { opacity: 1; filter: blur(0); }
    30%  { opacity: 1; filter: blur(0); }
    40%  { opacity: 0; filter: blur(15px); }
    100% { opacity: 0; filter: blur(15px); }
}

.hero-img-1 { animation: heroSlideshow 15s infinite; animation-delay: 0s; }
.hero-img-2 { animation: heroSlideshow 15s infinite; animation-delay: 5s; }
.hero-img-3 { animation: heroSlideshow 15s infinite; animation-delay: 10s; }

/* Shade aur Text ko hamesha upar rakhna */
.refinedHeroShade, .refinedHeroCopy {
    position: relative;
    z-index: 2;
}
/* =========================================
   FOOTER FINAL FIX (Size, Color, Active, Icons, Description)
   ========================================= */

/* 1. Image ko chota karna aur background match karna */
.footerLogoImg {
    display: block;
    max-width: 120px; /* Pehle 250px tha, ab chota */
    max-height: 120px;
    width: auto;
    height: auto;
    object-fit: contain;
    margin-bottom: 20px;
    /* Black background ko transparent karne ke liye Screen blend mode */
    mix-blend-mode: screen !important; 
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    /* Firefox ke liye extra blend */
    isolation: isolate;
}

/* ===== FOOTER ACTIVE LINK REMOVE ===== */
.footer a.active, 
.footer .footerGrid a.active,
.footerGrid a.active {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 5px 0 !important; /* Default padding rakhein */
    box-shadow: none !important;
    color: #c8c1bb !important; /* Normal footer link color */
    text-decoration: none !important;
}

/* Agar hover par bhi highlight hatana hai toh */
.footer a:hover,
.footer .footerGrid a:hover {
    background: transparent !important;
    border: none !important;
    color: #ffffff !important;
}
/* 3. Customer Policies ke icons ko hata dena */
.footer .footerGrid > div:nth-child(4) .footerIcon {
    display: none !important;
}

/* 4. Bada Description text add karna */
.footer .footerBrand {
    position: relative;
}
.footerBigDescription {
    display: block;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    font-family: Georgia, serif;
    font-size: 16px;
    line-height: 1.8;
    color: #e0ddd9;
    max-width: 600px;
}
.footerBigDescription strong {
    color: #ffffff;
    display: block;
    font-size: 22px;
    margin-bottom: 8px;
}
/* Sticky bar (scroll karne par) ka logo */
.compactLogoImg {
    display: block;
    max-height: 75px !important;
    max-width: 190px !important;
    width: auto;
    height: auto;
    object-fit: contain;
    
    /* Background ko transparent/match karne ke liye */
    mix-blend-mode: multiply !important; 
    
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}
/* Sticky Navbar Logo (scroll karne par) */
.compactLogoImg {
    display: block;
    max-height: 75px !important;
    max-width: 190px !important;
    width: auto;
    height: auto;
    object-fit: contain;
    
    /* Sticky bar ka background cream hai, isliye multiply use karke white/black corners hatayein */
    mix-blend-mode: multiply !important;
    
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

/* ==========================================================================
   Threads Therapy — Instant compact sticky navigation
   Fix: logo/icons should already be rendered when the compact nav appears.
   The compact bar stays mounted and is revealed instantly; nav height does
   not jump and no display:none -> display:block image delay can occur.
   ========================================================================== */
.nav{
  position:sticky;
  top:0;
  z-index:125;
}

.compactNav{
  display:block;
  position:absolute;
  inset:0;
  height:100%;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  z-index:3;
  transition:none;
}

body.compact-nav-active .compactNav{
  display:block;
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}

body.compact-nav-active .navrow{
  visibility:hidden;
  pointer-events:none;
}

.compactLogoImg{
  display:block;
  width:48px;
  height:46px;
  object-fit:contain;
  flex:none;
  opacity:1;
  visibility:visible;
}

.compactAction{
  opacity:1;
  visibility:visible;
}

@media(max-width:800px){
  .compactNav{display:none!important}
  body.compact-nav-active .compactNav{display:none!important}
  body.compact-nav-active .navrow{visibility:visible;pointer-events:auto}
}


/* FINAL FIX: sticky navigation must be a solid, stable bar */
.nav {
  position: sticky !important;
  top: 0 !important;
  z-index: 9999 !important;
  background: #fffaf6 !important;
  opacity: 1 !important;
  visibility: visible !important;
  backdrop-filter: blur(18px) saturate(145%) !important;
}
body.compact-nav-active .nav {
  background: #fffaf6 !important;
  opacity: 1 !important;
  visibility: visible !important;
}
body.compact-nav-active .compactNav {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: #fffaf6 !important;
}
.compactNavInner {
  min-height: 72px !important;
  background: #fffaf6 !important;
}
.compactBrand {
  height: 72px !important;
}
.compactLogoImg {
  display: block !important;
  width: 120px !important;
  max-width: 120px !important;
  height: 58px !important;
  max-height: 58px !important;
  object-fit: contain !important;
  object-position: left center !important;
  mix-blend-mode: normal !important;
  opacity: 1 !important;
  visibility: visible !important;
  background: transparent !important;
}
.compactActions {
  opacity: 1 !important;
  visibility: visible !important;
}
.compactAction {
  flex: 0 0 42px !important;
}
@media (max-width: 1180px) and (min-width: 801px) {
  .compactNavInner { grid-template-columns: 150px minmax(0,1fr) auto !important; gap: 12px !important; }
  .compactLogoImg { width: 110px !important; max-width: 110px !important; }
}

/* ===== FINAL FULL-WIDTH STICKY NAV FIX ===== */
.nav {
  position: sticky !important;
  top: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  left: auto !important;
  right: auto !important;
  background: #fffaf6 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}

.compactNav {
  width: 100% !important;
  max-width: none !important;
  left: 0 !important;
  right: 0 !important;
  background: #fffaf6 !important;
}

.compactNavInner {
  width: min(1500px, calc(100% - 48px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  min-height: 72px !important;
}

.compactBrand {
  display: inline-flex !important;
  align-items: center !important;
  height: 72px !important;
}

.compactLogoImg {
  width: 120px !important;
  height: 58px !important;
  max-width: 120px !important;
  max-height: 58px !important;
  object-fit: contain !important;
  object-position: left center !important;
  mix-blend-mode: normal !important;
  display: block !important;
}

.compactActions {
  display: flex !important;
  align-items: center !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.compactAction {
  visibility: visible !important;
  opacity: 1 !important;
}

@media (max-width: 800px) {
  .nav {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* FINAL FINAL FIX: compact navbar is a true viewport-level bar */
body.compact-nav-active .nav{
  position:fixed !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  width:100% !important;
  max-width:none !important;
  height:72px !important;
  margin:0 !important;
  padding:0 !important;
  box-sizing:border-box !important;
  background:#fffaf6 !important;
  border-left:0 !important;
  border-right:0 !important;
  z-index:2147483000 !important;
  overflow:visible !important;
}
body.compact-nav-active .compactNav{
  position:relative !important;
  inset:auto !important;
  width:100% !important;
  height:72px !important;
  background:#fffaf6 !important;
}
body.compact-nav-active .compactNavInner{
  width:100% !important;
  max-width:1500px !important;
  height:72px !important;
  min-height:72px !important;
  margin:0 auto !important;
  padding-left:24px !important;
  padding-right:24px !important;
  box-sizing:border-box !important;
}
body.compact-nav-active .compactLogoImg{
  width:120px !important;
  height:58px !important;
  max-width:120px !important;
  max-height:58px !important;
  object-fit:contain !important;
  mix-blend-mode:normal !important;
}
body.compact-nav-active .compactActions,
body.compact-nav-active .compactNavLinks{
  opacity:1 !important;
  visibility:visible !important;
}
@media(max-width:800px){
  body.compact-nav-active .nav{position:static !important;height:auto !important}
}


/* ======================================================================
   NAVBAR CLEAN FINAL — ZERO-DELAY SCROLL ACTIVATION
   The compact bar stays rendered from first paint. Only opacity changes
   on scroll, so logo + inline SVG icons cannot appear late.
   ====================================================================== */
.nav {
  position: sticky !important;
  top: 0 !important;
  z-index: 2147483000 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  background: #fffaf6 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  box-sizing: border-box !important;
}

.nav .compactNav {
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 72px !important;
  min-height: 72px !important;
  opacity: 0 !important;
  visibility: visible !important;
  pointer-events: none !important;
  z-index: 10 !important;
  background: #fffaf6 !important;
  transition: opacity .12s linear !important;
}

body.compact-nav-active .nav .compactNav {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.nav .navrow {
  position: relative !important;
  z-index: 2 !important;
  min-height: 72px !important;
  visibility: visible !important;
  opacity: 1 !important;
}

body.compact-nav-active .nav .navrow {
  visibility: hidden !important;
  pointer-events: none !important;
}

.nav .compactNavInner {
  width: min(1500px, 94%) !important;
  max-width: 1500px !important;
  height: 72px !important;
  min-height: 72px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: 190px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 22px !important;
  box-sizing: border-box !important;
}

.nav .compactBrand {
  display: flex !important;
  align-items: center !important;
  width: 190px !important;
  height: 72px !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

.nav .compactLogoImg {
  display: block !important;
  width: 120px !important;
  height: 58px !important;
  max-width: 120px !important;
  max-height: 58px !important;
  object-fit: contain !important;
  object-position: left center !important;
  opacity: 1 !important;
  visibility: visible !important;
  mix-blend-mode: normal !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  flex: 0 0 auto !important;
}

.nav .compactNavLinks,
.nav .compactActions {
  opacity: 1 !important;
  visibility: visible !important;
}

.nav .compactNavLinks {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 0 !important;
}

.nav .compactActions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
}

.nav .compactAction {
  display: grid !important;
  place-items: center !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  opacity: 1 !important;
  visibility: visible !important;
}

@media (max-width: 1180px) and (min-width: 801px) {
  .nav .compactNavInner {
    width: 94% !important;
    grid-template-columns: 150px minmax(0, 1fr) auto !important;
    gap: 12px !important;
  }
  .nav .compactBrand { width: 150px !important; }
  .nav .compactLogoImg {
    width: 110px !important;
    max-width: 110px !important;
  }
}

@media (max-width: 800px) {
  .nav .compactNav { display: none !important; }
  .nav .navrow { min-height: 0 !important; }
}


/* ===== FIRST ORDER OFFER + PRODUCT ACTION POLISH ===== */
.firstOrderOffer{display:inline-flex;align-items:center;gap:12px;width:max-content;max-width:100%;margin:0 0 18px;padding:10px 16px 10px 12px;border:1px solid rgba(255,255,255,.34);border-radius:16px;background:rgba(23,19,17,.42);backdrop-filter:blur(12px);box-shadow:0 14px 35px rgba(0,0,0,.12);color:#fff}.firstOrderOffer .offerSpark{width:34px;height:34px;display:grid;place-items:center;flex:0 0 34px;border-radius:50%;background:#bd8175;color:#fff;font-size:15px}.firstOrderOffer span:last-child{display:flex;align-items:baseline;flex-wrap:wrap;column-gap:9px;row-gap:1px}.firstOrderOffer small{width:100%;font-size:9px;letter-spacing:1.8px;font-weight:800;color:#f3d8d2}.firstOrderOffer strong{font-family:Georgia,serif;font-size:23px;line-height:1.05;color:#fff}.firstOrderOffer em{font-style:normal;font-size:11px;letter-spacing:1.2px;font-weight:800;color:#f7ece8}.cardBuyActions{display:grid !important;grid-template-columns:58px minmax(0,1fr) !important;gap:8px !important;align-items:stretch !important}.cardBuyActions button{min-height:44px !important;box-sizing:border-box !important;border:1px solid var(--line) !important;border-radius:11px !important;background:#fff !important;color:var(--ink) !important;display:flex !important;align-items:center !important;justify-content:center !important;text-align:center !important;line-height:1 !important;padding:10px 12px !important;font-weight:750 !important;cursor:pointer !important}.cardBuyActions button[data-action="buy"]{background:var(--rose) !important;border-color:var(--rose) !important;color:#fff !important}.cardBuyActions button:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(41,25,18,.10)}.cardBuyActions .bagIcon{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.marketplaceFooter .footerIntro{width:100%;color:#c8c1bb;line-height:1.8;font-size:13px;margin:0}@media(max-width:800px){.firstOrderOffer{padding:9px 12px 9px 9px;margin-bottom:14px}.firstOrderOffer strong{font-size:19px}.firstOrderOffer em{font-size:9px}.firstOrderOffer .offerSpark{width:30px;height:30px;flex-basis:30px}}@media(max-width:480px){.firstOrderOffer{width:100%;box-sizing:border-box}.firstOrderOffer span:last-child{column-gap:6px}.firstOrderOffer strong{font-size:17px}.firstOrderOffer em{font-size:8px}}


/* ===== FINAL HERO: SINGLE STATIC IMAGE (SLIDESHOW REMOVED) ===== */
.refinedHero .hero-img {
    opacity: 1 !important;
    filter: none !important;
    animation: none !important;
    transition: none !important;
    transform: scale(1.05) !important;
}
.refinedHero .hero-img-1,
.refinedHero .hero-img-2,
.refinedHero .hero-img-3 {
    animation: none !important;
}
/* CENTER FILTERS */
.toolbar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.toolbar .chips {
    display: flex;
    justify-content: center;
    gap: 10px;
}

/* CENTER SEARCH */
.header .search {
    margin: 0 auto;
    max-width: 600px;
}

/* HERO IMAGES + Z-INDEX FIX */
.collectionHero {
    position: relative;
    overflow: hidden;
    background: #fbf7f0 !important;
}
.collectionHero > img {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    opacity: 0.75 !important;
    z-index: 0 !important;
}
.collectionHero > *:not(img) {
    position: relative;
    z-index: 1;
}
/* ===== 100% FIX: CENTER FILTERS & SEARCH ===== */

/* 1. Filter ke Size/Color circles ke andar ka content Center karein */
.filterPills {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    flex-wrap: wrap !important;
}
.filterPills label {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.filterPills span {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    width: 38px !important;
    height: 38px !important;
    padding: 0 !important;
}

/* 2. Filter toolbar (New, Trending, Best Sellers, Recommended) ko Center karein */
.toolbar {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 12px !important;
    flex-wrap: wrap !important;
}
.toolbar .chips {
    display: flex !important;
    justify-content: center !important;
    gap: 10px !important;
}
.toolbar #sortBy {
    margin-left: 0 !important;
}

/* 3. Search ko Header mein Center karein */
.header .search {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 600px !important;
    width: 100% !important;
}
.cardBuyActions button[data-action="add"]::before {
    content: none !important;
}

/* ===== MOBILE V9: ONE-ROW HEADER + COMPACT NO-SCROLL PRIMARY NAV ===== */
@media (max-width:800px){
  html,body{max-width:100%;overflow-x:hidden}
  body{padding-bottom:67px}
  .header{position:relative !important;top:auto !important;z-index:120 !important;background:#fffdfa}
  .headrow{
    width:100% !important;
    max-width:none !important;
    display:flex !important;
    align-items:center !important;
    gap:6px !important;
    min-height:58px !important;
    height:58px !important;
    padding:6px 8px !important;
    overflow:visible !important;
  }
  .mobileMenuBtn{
    display:grid !important;
    place-items:center !important;
    flex:0 0 32px !important;
    width:32px !important;height:32px !important;
    min-width:32px !important;
    padding:0 !important;
    font-size:17px !important;
    border-radius:9px !important;
  }
  .brandLink{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    flex:0 0 auto !important;
    width:70px !important;
    min-width:70px !important;
    height:46px !important;
    overflow:hidden !important;
  }
  .headerLogo,.logo{
    display:block !important;
    width:70px !important;
    max-width:70px !important;
    height:44px !important;
    max-height:44px !important;
    object-fit:contain !important;
    object-position:center !important;
  }
  .headrow .search{
    flex:1 1 auto !important;
    min-width:0 !important;
    width:auto !important;
    max-width:none !important;
    height:38px !important;
    margin:0 !important;
    border-radius:20px !important;
  }
  .headrow .search input{
    min-width:0 !important;
    width:100% !important;
    height:36px !important;
    padding:8px 8px 8px 11px !important;
    font-size:11px !important;
  }
  .headrow .search input::placeholder{font-size:10px !important}
  .headrow .searchVoice{display:none !important}
  .headrow .searchSubmit{
    display:grid !important;
    place-items:center !important;
    flex:0 0 34px !important;
    min-width:34px !important;
    width:34px !important;height:34px !important;
    padding:0 !important;
    margin:1px !important;
    border-radius:50% !important;
  }
  .headrow .actions{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    flex:0 0 auto !important;
    gap:4px !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    overflow:visible !important;
  }
  .headrow .actions .iconbtn{
    display:grid !important;
    place-items:center !important;
    flex:0 0 30px !important;
    width:30px !important;height:30px !important;
    min-width:30px !important;
    padding:0 !important;
    border-radius:50% !important;
    background:#fff !important;
    border:1px solid #eadfd2 !important;
    position:relative !important;
  }
  .headrow .actions .iconbtn svg{width:16px !important;height:16px !important;stroke:var(--rose) !important;fill:none !important;stroke-width:1.8 !important}
  .headrow .actions .actionText{display:none !important}
  .headrow .actions .iconbtn b{
    position:absolute !important;right:-3px !important;top:-5px !important;
    min-width:13px !important;height:13px !important;padding:0 3px !important;
    display:grid !important;place-items:center !important;
    border-radius:99px !important;background:#7e1024 !important;color:#fff !important;
    font-size:8px !important;line-height:1 !important;
  }
  .nav{
    display:block !important;
    position:sticky !important;
    top:0 !important;
    z-index:110 !important;
    width:100% !important;
    height:auto !important;
    margin:0 !important;
    background:#fffdfa !important;
    border-top:1px solid #f0e6dc !important;
    border-bottom:1px solid var(--line) !important;
  }
  .nav .compactNav{display:none !important}
  .nav .navrow{display:none !important}
  .mobilePrimaryNav{
    display:grid !important;
    grid-template-columns:repeat(5,minmax(0,1fr)) !important;
    width:100% !important;
    min-height:46px !important;
    background:#fffdfa !important;
  }
  .mobilePrimaryNav > a,.mobilePrimaryNav > details{min-width:0 !important}
  .mobilePrimaryLink,.mobileNavDrop>summary{
    width:100% !important;
    min-height:46px !important;
    padding:0 2px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:3px !important;
    border:0 !important;
    border-bottom:2px solid transparent !important;
    background:transparent !important;
    color:#211b18 !important;
    font-size:10px !important;
    line-height:1 !important;
    font-weight:800 !important;
    letter-spacing:.5px !important;
    text-transform:uppercase !important;
    white-space:nowrap !important;
    cursor:pointer !important;
    list-style:none !important;
  }
  .mobileNavDrop>summary::-webkit-details-marker{display:none !important}
  .mobileNavDrop>summary span{font-size:12px !important;line-height:1 !important;transition:transform .2s ease}
  .mobileNavDrop[open]>summary{color:#7e1024 !important;border-bottom-color:#7e1024 !important}
  .mobileNavDrop[open]>summary span{transform:rotate(180deg)}
  .mobilePrimaryLink.active{color:#7e1024 !important;border-bottom-color:#7e1024 !important}
  .mobileNavPanel{
    position:absolute !important;
    left:8px !important;
    right:8px !important;
    top:100% !important;
    max-height:calc(100vh - 120px) !important;
    overflow:auto !important;
    padding:14px !important;
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:6px 10px !important;
    background:#fffdfa !important;
    border:1px solid var(--line) !important;
    border-radius:0 0 18px 18px !important;
    box-shadow:0 18px 40px rgba(36,24,18,.18) !important;
    z-index:200 !important;
  }
  .mobileMenuViewAll{grid-column:1/-1 !important;font-weight:800 !important;color:#7e1024 !important;border-bottom:1px solid var(--line) !important;padding-bottom:9px !important;margin-bottom:2px !important}
  .mobileNavPanel a{display:block !important;padding:8px 5px !important;font-size:11px !important;color:#3d3530 !important;border-radius:7px !important}
  .mobileNavPanel a:hover{background:#f7eee7 !important;color:#7e1024 !important}
  .mobileMenuGroup{display:contents !important}
  .mobileMenuGroup b{grid-column:1/-1 !important;margin-top:6px !important;padding:5px !important;font-size:9px !important;letter-spacing:1.2px !important;color:#9a6259 !important;border-top:1px solid #f0e6dc !important}
  .mobileMorePanel{grid-template-columns:1fr !important}
  .mobileMorePanel a{padding:11px 8px !important;border-bottom:1px solid #f0e6dc !important;font-weight:700 !important}
}
@media (max-width:350px){
  .headrow{gap:4px !important;padding-left:5px !important;padding-right:5px !important}
  .mobileMenuBtn{flex-basis:29px !important;width:29px !important;height:29px !important;min-width:29px !important;font-size:15px !important}
  .brandLink{width:62px !important;min-width:62px !important}
  .headerLogo,.logo{width:62px !important;max-width:62px !important;height:40px !important}
  .headrow .actions{gap:2px !important}
  .headrow .actions .iconbtn{width:27px !important;height:27px !important;min-width:27px !important}
  .headrow .actions .iconbtn svg{width:14px !important;height:14px !important}
  .headrow .search{height:35px !important}
  .headrow .search input{height:33px !important;font-size:10px !important;padding-left:8px !important}
  .headrow .searchSubmit{width:30px !important;height:30px !important;min-width:30px !important}
  .mobilePrimaryLink,.mobileNavDrop>summary{font-size:8.5px !important;letter-spacing:.25px !important}
}
@media (min-width:801px){.mobilePrimaryNav{display:none !important}}
/* ===== FIX: HIDE TOP NAVIGATION BAR ON MOBILE ===== */
@media (max-width: 800px) {
    /* Yeh upar wale navigation bar ko hide kar dega */
    .nav .navrow {
        display: none !important;
    }
    
    /* Agar koi purana compact nav bhi dikh raha ho toh usko bhi hide karein */
    .nav .compactNav {
        display: none !important;
    }
}/* ===== FIX: HIDE TOP NAVIGATION BAR ON MOBILE ===== */
@media only screen and (max-width: 800px) {
    /* Upar wale nav bar ko completely hide karne ke liye */
    .nav .navrow, 
    .nav .container.navrow,
    nav.nav > div.navrow {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
        overflow: hidden !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}
/* ===== MOBILE HERO FIX: FULL IMAGE + CLEAR TEXT (NO OVERLAP) ===== */
@media (max-width: 800px) {
    /* 1. Hero section ko stack layout mein badlein (Image upar, Text neeche) */
    .refinedHero.collectionHero {
        height: auto !important;
        min-height: auto !important;
        display: flex !important;
        flex-direction: column !important;
        background: #fffaf6 !important; /* Site ka background color */
        border-radius: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    /* 2. Image ko absolute position se hata kar normal flow mein layein */
    .refinedHero.collectionHero > img.hero-img {
        position: relative !important;
        display: block !important;
        width: 100% !important;
        height: auto !important; /* Puri image apni natural height legi */
        inset: auto !important;
        transform: none !important;
        z-index: 1 !important;
    }

    /* 3. Dark gradient overlay ko hide kar dein taaki text clear dikhe */
    .refinedHero.collectionHero .refinedHeroShade {
        display: none !important;
    }

    /* 4. Text container ko adjust karein */
    .refinedHero.collectionHero .container {
        position: relative !important;
        width: 100% !important;
        padding: 24px 20px !important;
        margin: 0 !important;
        z-index: 2 !important;
        background: transparent !important;
    }

    /* 5. Text ko dark color dein aur size adjust karein */
    .refinedHero.collectionHero .refinedHeroCopy {
        padding: 0 !important;
        max-width: 100% !important;
    }
    
    .refinedHero.collectionHero .refinedHeroCopy h1,
    .refinedHero.collectionHero .refinedHeroCopy h1 em {
        color: #1b1512 !important; /* Dark text */
        font-size: clamp(32px, 9vw, 42px) !important;
        line-height: 1.1 !important;
        letter-spacing: -1px !important;
        margin-top: 10px !important;
    }

    .refinedHero.collectionHero .refinedHeroCopy p,
    .refinedHero.collectionHero .refinedHeroCopy .eyebrow {
        color: #4a3f3a !important; /* Dark grey for readability */
    }
    
    /* 6. Buttons ko mobile-friendly full width banayein */
    .refinedHero.collectionHero .refinedActions {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
        margin-top: 20px !important;
    }
    .refinedHero.collectionHero .refinedActions .btn {
        width: 100% !important;
        text-align: center !important;
        justify-content: center !important;
        min-height: 48px !important;
    }
}
/* ===== MOBILE HERO FIX: FULL IMAGE + CLEAR TEXT (NO OVERLAP) ===== */
@media (max-width: 800px) {
    /* 1. Hero section ko stack layout mein badlein (Image upar, Text neeche) */
    .refinedHero.collectionHero {
        height: auto !important;
        min-height: auto !important;
        display: flex !important;
        flex-direction: column !important;
        background: #fffaf6 !important; /* Site ka background color */
        border-radius: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    /* 2. Image ko absolute position se hata kar normal flow mein layein */
    .refinedHero.collectionHero > img.hero-img {
        position: relative !important;
        display: block !important;
        width: 100% !important;
        height: auto !important; /* Puri image apni natural height legi */
        inset: auto !important;
        transform: none !important;
        z-index: 1 !important;
    }

    /* 3. Dark gradient overlay ko hide kar dein taaki text clear dikhe */
    .refinedHero.collectionHero .refinedHeroShade {
        display: none !important;
    }

    /* 4. Text container ko adjust karein */
    .refinedHero.collectionHero .container {
        position: relative !important;
        width: 100% !important;
        padding: 24px 20px !important;
        margin: 0 !important;
        z-index: 2 !important;
        background: transparent !important;
    }

    /* 5. Text ko dark color dein aur size adjust karein */
    .refinedHero.collectionHero .refinedHeroCopy {
        padding: 0 !important;
        max-width: 100% !important;
    }
    
    .refinedHero.collectionHero .refinedHeroCopy h1,
    .refinedHero.collectionHero .refinedHeroCopy h1 em {
        color: #1b1512 !important; /* Dark text */
        font-size: clamp(32px, 9vw, 42px) !important;
        line-height: 1.1 !important;
        letter-spacing: -1px !important;
        margin-top: 10px !important;
    }

    .refinedHero.collectionHero .refinedHeroCopy p,
    .refinedHero.collectionHero .refinedHeroCopy .eyebrow {
        color: #4a3f3a !important; /* Dark grey for readability */
    }
    
    /* 6. Buttons ko mobile-friendly full width banayein */
    .refinedHero.collectionHero .refinedActions {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
        margin-top: 20px !important;
    }
    .refinedHero.collectionHero .refinedActions .btn {
        width: 100% !important;
        text-align: center !important;
        justify-content: center !important;
        min-height: 48px !important;
    }
}
/* ===== DESKTOP MENU FIX: FORCE NAVROW & MEGA MENU TO SHOW ===== */
@media (min-width: 801px) {
    /* 1. Desktop par top navigation row ko wapas visible karein */
    .nav .navrow, 
    .nav .container.navrow {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
        overflow: visible !important;
    }

    /* 2. Hover karne par Women/Men/Collections ka Mega Menu dikhayein */
    .navItem.hasMega:hover .shopMega,
    .navItem.hasMega:focus-within .shopMega {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: translate(-50%, 0) !important;
        z-index: 99999 !important;
        pointer-events: auto !important;
    }

    /* 3. Mega menu ke andar ka grid aur links visible rakhein */
    .shopMega .megaGrid {
        display: grid !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    
    .shopMega .megaColumn a {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}
@media (max-width: 800px) {
    .nav .navrow { display: none !important; }
}
/* ===== ULTIMATE FORCE FIX: HOMEPAGE HERO (Mobile & Tablet) ===== */
@media (max-width: 1024px) {
    /* 1. Hero container ko pura fullscreen aur relative set karein */
    body.homePage .refinedHero.collectionHero,
    body.page-index .refinedHero.collectionHero,
    .refinedHero.collectionHero {
        position: relative !important;
        display: block !important; /* Flex column ko hata kar block karein */
        height: 100vh !important;
        min-height: 100vh !important;
        overflow: hidden !important;
        padding: 0 !important;
        margin: 0 !important;
        background: #1b1512 !important;
        border-radius: 0 !important;
    }

    /* 2. Image ko background ki tarah fullscreen force karein */
    body.homePage .refinedHero.collectionHero > img.hero-img,
    body.page-index .refinedHero.collectionHero > img.hero-img,
    .refinedHero.collectionHero > img.hero-img {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        z-index: 1 !important;
        transform: none !important;
        display: block !important;
    }

    /* 3. Dark overlay shade force karein */
    body.homePage .refinedHero.collectionHero .refinedHeroShade,
    body.page-index .refinedHero.collectionHero .refinedHeroShade,
    .refinedHero.collectionHero .refinedHeroShade {
        display: block !important;
        position: absolute !important;
        inset: 0 !important;
        z-index: 2 !important;
        background: linear-gradient(to top, rgba(20, 12, 9, 0.95) 0%, rgba(20, 12, 9, 0.5) 50%, transparent 100%) !important;
    }

    /* 4. Text container ko image ke upar (bottom) set karein */
    body.homePage .refinedHero.collectionHero .container,
    body.page-index .refinedHero.collectionHero .container,
    .refinedHero.collectionHero .container {
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        top: auto !important;
        z-index: 3 !important;
        width: 100% !important;
        height: auto !important;
        padding: 20px 20px 40px !important;
        margin: 0 !important;
        display: block !important;
    }

    /* 5. Text copy ko flex-end (neeche) force karein */
    body.homePage .refinedHero.collectionHero .refinedHeroCopy,
    body.page-index .refinedHero.collectionHero .refinedHeroCopy,
    .refinedHero.collectionHero .refinedHeroCopy {
        position: relative !important;
        z-index: 3 !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-end !important; /* Text ko neeche rakhega */
        padding: 0 !important;
        margin: 0 !important;
    }

    /* 6. Text ko White color aur clear shadow dein */
    body.homePage .refinedHero.collectionHero .refinedHeroCopy h1,
    body.homePage .refinedHero.collectionHero .refinedHeroCopy h1 em,
    body.page-index .refinedHero.collectionHero .refinedHeroCopy h1,
    body.page-index .refinedHero.collectionHero .refinedHeroCopy h1 em,
    .refinedHero.collectionHero .refinedHeroCopy h1,
    .refinedHero.collectionHero .refinedHeroCopy h1 em {
        color: #ffffff !important;
        font-size: clamp(26px, 8vw, 40px) !important;
        line-height: 1.1 !important;
        letter-spacing: -1px !important;
        margin-top: 5px !important;
        text-shadow: 0 2px 10px rgba(0,0,0,0.6) !important;
    }

    body.homePage .refinedHero.collectionHero .refinedHeroCopy p,
    body.homePage .refinedHero.collectionHero .refinedHeroCopy .eyebrow,
    body.page-index .refinedHero.collectionHero .refinedHeroCopy p,
    body.page-index .refinedHero.collectionHero .refinedHeroCopy .eyebrow,
    .refinedHero.collectionHero .refinedHeroCopy p,
    .refinedHero.collectionHero .refinedHeroCopy .eyebrow {
        color: #f3eae5 !important;
        text-shadow: 0 1px 5px rgba(0,0,0,0.6) !important;
    }

    /* 7. Buttons ko force karein taaki wo screen par fit ho jayein */
    body.homePage .refinedHero.collectionHero .refinedActions,
    body.page-index .refinedHero.collectionHero .refinedActions,
    .refinedHero.collectionHero .refinedActions {
        display: flex !important;
        flex-direction: column !important; /* Mobile pe upar-neeche */
        gap: 10px !important;
        margin-top: 15px !important;
        width: 100% !important;
    }

    body.homePage .refinedHero.collectionHero .refinedActions .btn,
    body.page-index .refinedHero.collectionHero .refinedActions .btn,
    .refinedHero.collectionHero .refinedActions .btn {
        width: 100% !important;
        min-height: 46px !important;
        text-align: center !important;
        justify-content: center !important;
        font-size: 13px !important;
        margin: 0 !important;
    }
}
/* ===== ULTIMATE FINAL FIX: HOMEPAGE HERO (Mobile & Tablet) ===== */
@media (max-width: 1024px) {
    /* 1. Hero container ko full screen aur flex-end set karein */
    body.homePage .refinedHero.collectionHero,
    body.page-index .refinedHero.collectionHero {
        height: 100vh !important;
        min-height: 100vh !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-end !important; /* Text ko neeche push karega */
        padding: 0 !important;
        margin: 0 !important;
        position: relative !important;
        overflow: hidden !important;
        background: #1b1512 !important;
    }

    /* 2. Image ko 100% full cover karein */
    body.homePage .refinedHero.collectionHero .hero-img,
    body.page-index .refinedHero.collectionHero .hero-img {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        z-index: 1 !important;
    }

    /* 3. Dark overlay lagayein taaki text clear dikhe */
    body.homePage .refinedHero.collectionHero .refinedHeroShade,
    body.page-index .refinedHero.collectionHero .refinedHeroShade {
        display: block !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        z-index: 2 !important;
        background: linear-gradient(to top, rgba(15,10,8,0.98) 0%, rgba(15,10,8,0.6) 50%, transparent 100%) !important;
    }

    /* 4. BROKEN CSS KO OVERRIDE KAREIN (height:100% aur flex-start hatao) */
    body.homePage .refinedHero.collectionHero .refinedHeroCopy,
    body.page-index .refinedHero.collectionHero .refinedHeroCopy {
        position: relative !important;
        height: auto !important; /* Purana height:100% hatao */
        min-height: 0 !important;
        justify-content: flex-end !important; /* Purana flex-start hatao */
        padding: 20px 20px 30px !important;
        margin: 0 !important;
        z-index: 10 !important;
        background: transparent !important;
        box-sizing: border-box !important;
        width: 100% !important;
    }

    /* 5. Text White aur shadow ke saath */
    body.homePage .refinedHero.collectionHero .refinedHeroCopy h1,
    body.homePage .refinedHero.collectionHero .refinedHeroCopy h1 em,
    body.homePage .refinedHero.collectionHero .refinedHeroCopy p,
    body.homePage .refinedHero.collectionHero .refinedHeroCopy .eyebrow {
        color: #ffffff !important;
        text-shadow: 0 2px 10px rgba(0,0,0,0.8) !important;
    }

    /* 6. Buttons ko perfect set karein */
    body.homePage .refinedHero.collectionHero .refinedActions {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
        margin-top: 15px !important;
        width: 100% !important;
    }

    body.homePage .refinedHero.collectionHero .refinedActions .btn {
        width: 100% !important;
        min-height: 48px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 0 !important;
        font-size: 14px !important;
    }
}
/* Tablet pe mega menu ko center + scrollable banayein */
@media (max-width: 1024px) and (min-width: 801px) {
    .navItem.hasMega.megaOpen .shopMega {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translate(-50%, 0) !important;
        width: min(720px, 94vw) !important;
        max-height: 65vh !important;
        overflow-y: auto !important;
    }
    .navItem.hasMega.megaOpen .shopMega .megaGrid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 14px !important;
        padding: 20px !important;
    }
    .navItem.hasMega.megaOpen .shopMega .megaPromo {
        display: none !important; /* screenshot wala bada promo hide */
    }
}
/* ===== DESKTOP HERO: TEXT LEFT SIDE, VERTICALLY CENTERED ===== */
@media (min-width: 1025px) {
    .refinedHero.collectionHero {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;        /* Vertically center */
        justify-content: flex-start !important; /* Horizontally left */
        height: min(74vh, 700px) !important;
        min-height: 540px !important;
        padding: 0 !important;
    }

    .refinedHero.collectionHero .container.refinedHeroCopy {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: flex-start !important;
        text-align: left !important;
        padding: 40px 0 !important;
        margin: 0 auto !important;
        max-width: 1380px !important;
        width: calc(100% - 48px) !important;
    }

    /* Heading left-aligned, proper size */
    .refinedHero.collectionHero .refinedHeroCopy h1 {
        text-align: left !important;
        font-size: clamp(44px, 5.5vw, 78px) !important;
        line-height: 1.02 !important;
        margin: 14px 0 16px !important;
        max-width: 720px !important;
    }

    /* Paragraph left-aligned */
    .refinedHero.collectionHero .refinedHeroCopy p {
        text-align: left !important;
        max-width: 560px !important;
        font-size: 16px !important;
        line-height: 1.7 !important;
    }

    /* Offer badge left */
    .refinedHero.collectionHero .firstOrderOffer {
        align-self: flex-start !important;
    }

    /* Buttons left-aligned row */
    .refinedHero.collectionHero .refinedActions {
        display: flex !important;
        flex-direction: row !important;
        justify-content: flex-start !important;
        gap: 12px !important;
        margin-top: 22px !important;
    }
}
/* ============================================================
   HERO FULL SCREEN — Desktop, Tablet, Mobile ALL
   ============================================================ */
.refinedHero.collectionHero {
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100vh !important;
    min-height: 100vh !important;
    max-height: 100vh !important;
    margin: 0 !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 0 !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    position: relative !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    background: #1b1512 !important;
}

/* Image full cover */
.refinedHero.collectionHero > img.hero-img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center !important;
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    animation: none !important;
    z-index: 1 !important;
    display: block !important;
}

/* Shade */
.refinedHero.collectionHero > .refinedHeroShade {
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 2 !important;
    background: linear-gradient(90deg, rgba(15,10,8,0.85) 0%, rgba(15,10,8,0.50) 40%, rgba(15,10,8,0.15) 100%) !important;
}

/* Text left, vertically centered */
.refinedHero.collectionHero .container.refinedHeroCopy {
    position: relative !important;
    z-index: 10 !important;
    width: 100% !important;
    max-width: 1380px !important;
    margin: 0 auto !important;
    padding: 40px 48px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    text-align: left !important;
    background: transparent !important;
    box-sizing: border-box !important;
    height: 100% !important;
}

/* Text white */
.refinedHero.collectionHero .refinedHeroCopy h1,
.refinedHero.collectionHero .refinedHeroCopy h1 em,
.refinedHero.collectionHero .refinedHeroCopy p,
.refinedHero.collectionHero .refinedHeroCopy .eyebrow,
.refinedHero.collectionHero .refinedHeroCopy span {
    color: #ffffff !important;
    text-shadow: 0 2px 12px rgba(0,0,0,0.6) !important;
    text-align: left !important;
}

.refinedHero.collectionHero .refinedHeroCopy h1 {
    font-size: clamp(44px, 5.5vw, 80px) !important;
    line-height: 1.02 !important;
    margin: 5px 0 16px !important;
    max-width: 760px !important;
}

.refinedHero.collectionHero .refinedHeroCopy p {
    font-size: 16px !important;
    line-height: 1.7 !important;
    max-width: 560px !important;
}

.refinedHero.collectionHero .firstOrderOffer {
    align-self: flex-start !important;
}

.refinedHero.collectionHero .refinedActions {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    margin-top: 22px !important;
    width: auto !important;
}

.refinedHero.collectionHero .refinedActions .btn {
    width: auto !important;
    min-height: 48px !important;
    padding: 12px 22px !important;
    font-size: 13px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* ===== MOBILE ===== */
@media (max-width: 1024px) {
    .refinedHero.collectionHero .hero-img{
        flex-direction: column !important;
        justify-content: flex-end !important;
    }
    .refinedHero.collectionHero .container.refinedHeroCopy {
        height: auto !important;
        padding: 20px 20px 90px 20px !important;
        justify-content: flex-end !important;
    }
    .refinedHero.collectionHero .refinedHeroCopy h1 {
        font-size: clamp(28px, 8vw, 42px) !important;
        max-width: 100% !important;
    }
    .refinedHero.collectionHero .refinedActions {
        flex-direction: column !important;
        width: 100% !important;
    }
    .refinedHero.collectionHero .refinedActions .btn {
        width: 100% !important;
    }
}
.nav-more {
    position: relative;
}

.nav-more-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    border: 0;
    background: transparent;
    padding: 0;

    white-space: nowrap;
}

.nav-more-toggle .dropdown-icon {
    width: 14px;
    min-width: 14px;
    height: 14px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;
}