:root{--ink:#111514;--muted:#5f706f;--paper:#f7f7f6;--white:#fff;--mist:#dfeaec;--mist2:#edf3f3;--teal:#2f5050;--teal2:#6f8e8e;--line:#d8dfde;--cream:#eee8de;--danger:#8f3028;--serif:'Gilda Display',serif;--sans:'DM Sans',sans-serif;--radius:18px;--shadow:0 24px 70px rgba(27,47,47,.1)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);line-height:1.55;-webkit-font-smoothing:antialiased}body.no-scroll{overflow:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.wide{width:min(1540px,calc(100% - 64px));margin:auto}.section{padding:110px 0}.kicker{font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--teal2);margin:0 0 16px}.lead{font-size:20px;line-height:1.55;color:#334241}.muted{color:var(--muted)}h1,h2,h3,p{margin-top:0}h1,h2{font-family:var(--serif);font-weight:400;letter-spacing:-.025em}h1{font-size:clamp(56px,6vw,108px);line-height:.93}h2{font-size:clamp(42px,4.3vw,78px);line-height:1}h3{font-family:var(--serif);font-size:28px;font-weight:400;line-height:1.08}.outline-btn,.solid-btn{min-height:58px;display:inline-flex;align-items:center;justify-content:center;padding:0 30px;border:1px solid var(--teal);background:transparent;color:var(--teal);font-size:13px;font-weight:700;letter-spacing:.09em;cursor:pointer;transition:.32s cubic-bezier(.2,.75,.25,1);position:relative;overflow:hidden}.outline-btn:before,.solid-btn:before{content:"";position:absolute;inset:0;transform:translateY(105%);background:var(--teal);transition:.32s cubic-bezier(.2,.75,.25,1);z-index:0}.outline-btn:hover:before,.solid-btn:hover:before{transform:translateY(0)}.outline-btn:hover,.solid-btn:hover{color:#fff}.outline-btn>* ,.solid-btn>*{position:relative;z-index:1}.solid-btn{background:var(--teal);color:#fff}.solid-btn:before{background:#183838}.solid-btn:disabled{opacity:.45;cursor:not-allowed}.wide-btn{width:100%}.text-link{text-decoration:underline;text-underline-offset:5px;font-size:13px;letter-spacing:.08em;font-weight:600}.stars{letter-spacing:2px;color:#314e4c;font-size:14px}.page-loader{position:fixed;inset:0;background:radial-gradient(circle at top,rgba(235,242,241,.95),#f6f7f6 42%,#edf2f1 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;z-index:99999;transition:opacity .7s ease,visibility .7s ease;overflow:hidden}.page-loader:before,.page-loader:after{content:"";position:absolute;border-radius:50%;pointer-events:none}.page-loader:before{width:360px;height:360px;background:rgba(116,145,143,.10);filter:blur(10px);top:50%;left:50%;transform:translate(-50%,-50%)}.page-loader:after{width:560px;height:560px;border:1px solid rgba(50,83,81,.08);top:50%;left:50%;transform:translate(-50%,-50%)}.loader-brand{display:flex;align-items:center;justify-content:center;min-height:96px;position:relative;z-index:1;animation:loaderFloat 2.4s ease-in-out infinite}.loader-logo{max-width:min(250px,68vw);max-height:96px;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 14px 28px rgba(16,43,42,.12))}.page-loader strong{font-family:var(--serif);font-size:32px;font-weight:400;letter-spacing:.01em;position:relative;z-index:1}.loader-ring{width:50px;height:50px;border:1.5px solid rgba(100,126,124,.35);border-top-color:var(--teal);border-radius:50%;animation:spin .85s linear infinite;position:relative;z-index:1}.page-loader small{font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--teal2);position:relative;z-index:1;animation:loaderFade 1.6s ease-in-out infinite}.page-loader.done{opacity:0;visibility:hidden}.page-loader.done .loader-brand,.page-loader.done .loader-ring,.page-loader.done small,.page-loader.done strong{animation:none;transform:translateY(10px) scale(.98);opacity:0;transition:all .45s ease}@keyframes spin{to{transform:rotate(360deg)}}@keyframes loaderFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes loaderFade{0%,100%{opacity:.58}50%{opacity:1}}.scroll-progress{position:fixed;top:0;left:0;height:3px;background:var(--teal);width:0;z-index:100000}.announcement{height:54px;background:#728f8f;color:#fff;display:flex;align-items:center;justify-content:center;gap:25px;font-size:15px;position:relative;z-index:300}.announcement button{position:absolute;right:30px;border:0;background:none;color:#fff;font-size:30px;cursor:pointer}.site-header{height:112px;background:rgba(247,247,246,.92);backdrop-filter:blur(18px);position:sticky;top:0;z-index:250;border-bottom:1px solid transparent;transition:.3s}.site-header.scrolled{height:86px;border-color:var(--line);box-shadow:0 9px 35px rgba(23,48,47,.06)}.nav-row{height:100%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.wordmark,.footer-wordmark{font-family:var(--serif);font-size:46px;line-height:1;letter-spacing:.02em}.main-nav{display:flex;align-items:center;gap:38px}.main-nav>a,.nav-drop>button{font-size:16px;border:0;background:none;cursor:pointer;padding:14px 0;color:#15201f}.main-nav>a.active{color:var(--teal2)}.nav-drop{position:relative}.nav-drop>button span{font-size:14px}.drop-menu{position:absolute;top:48px;left:50%;transform:translate(-50%,12px);min-width:210px;background:#fff;border:1px solid var(--line);padding:14px;opacity:0;visibility:hidden;transition:.25s;box-shadow:var(--shadow)}.nav-drop:hover .drop-menu{opacity:1;visibility:visible;transform:translate(-50%,0)}.drop-menu a{display:block;padding:10px 12px}.drop-menu a:hover{background:var(--mist2)}.nav-tools{display:flex;align-items:center;justify-content:flex-end;gap:22px}.icon-link{border:0;background:none;font-size:25px;cursor:pointer;position:relative;padding:4px}.heart-link span{position:absolute;right:-8px;top:-6px;background:var(--teal);color:#fff;width:18px;height:18px;border-radius:50%;display:grid;place-items:center;font-size:10px}.account-link{font-size:14px}.cart-link{font-size:16px}.cart-link span{display:inline-grid;place-items:center;width:28px;height:28px;border:1px solid var(--teal2);border-radius:50%;font-size:12px;margin-left:4px}.mobile-menu{display:none}.search-drawer{position:fixed;inset:0;background:rgba(247,247,246,.98);z-index:500;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:.3s}.search-drawer.open{opacity:1;visibility:visible}.search-drawer>button{position:absolute;right:5vw;top:5vh;border:0;background:none;font-size:48px;cursor:pointer}.search-drawer form{width:min(900px,88vw)}.search-drawer label{font-family:var(--serif);font-size:60px;display:block;margin-bottom:30px}.search-drawer form>div{display:flex;border-bottom:1px solid #6a7b7a}.search-drawer input{flex:1;border:0;background:none;padding:18px 0;font-size:24px;outline:0}.search-drawer button:not([data-search-close]){border:0;background:none;font-weight:700;cursor:pointer}.search-drawer p{margin-top:20px;color:var(--muted)}.toast{position:fixed;right:25px;top:190px;z-index:800;max-width:390px;padding:18px 52px 18px 20px;background:#fff;border-left:4px solid var(--teal);box-shadow:var(--shadow);animation:toastIn .4s ease both}.toast.error{border-color:var(--danger)}.toast button{position:absolute;right:12px;top:8px;border:0;background:none;font-size:24px;cursor:pointer}@keyframes toastIn{from{transform:translateX(25px);opacity:0}}.reveal{opacity:0;transform:translateY(42px);transition:opacity .85s ease,transform .85s cubic-bezier(.2,.7,.2,1)}.reveal.reveal-left{transform:translateX(-55px)}.reveal.reveal-right{transform:translateX(55px)}.reveal.visible{opacity:1;transform:none}.stagger>*{opacity:0;transform:translateY(35px);transition:opacity .7s ease,transform .7s ease}.stagger.visible>*{opacity:1;transform:none}.stagger.visible>*:nth-child(2){transition-delay:.08s}.stagger.visible>*:nth-child(3){transition-delay:.16s}.stagger.visible>*:nth-child(4){transition-delay:.24s}.stagger.visible>*:nth-child(5){transition-delay:.32s}.stagger.visible>*:nth-child(6){transition-delay:.4s}
/* Home */
.home-hero{min-height:720px;height:calc(100vh - 166px);display:grid;grid-template-columns:56% 44%;background:#dce4e7;overflow:hidden}.hero-image{overflow:hidden}.hero-image img{width:100%;height:100%;object-fit:cover;transition:transform .2s linear}.hero-copy{padding:8vw 8vw 6vw;display:flex;flex-direction:column;justify-content:center}.hero-copy h1{font-size:clamp(65px,6.4vw,115px);max-width:720px;margin-bottom:30px}.hero-copy>p:not(.kicker){font-size:19px;max-width:560px;color:#415252}.hero-actions{display:flex;align-items:center;gap:35px;margin-top:20px}.hero-trust{display:flex;gap:28px;margin-top:56px;padding-top:24px;border-top:1px solid rgba(47,80,80,.2);font-size:12px;text-transform:uppercase;letter-spacing:.08em}.marquee{height:58px;overflow:hidden;display:flex;align-items:center;border-bottom:1px solid var(--line);background:#fafafa}.marquee>div{white-space:nowrap;animation:marquee 25s linear infinite;font-size:12px;letter-spacing:.15em}@keyframes marquee{to{transform:translateX(-50%)}}.section-title-row{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:60px}.section-title-row h2{margin:0}.section-title-row p:not(.kicker){margin:12px 0 0;color:var(--muted)}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:36px}.product-card{position:relative}.product-card-top{position:absolute;top:16px;left:16px;right:16px;z-index:5;display:flex;justify-content:space-between;pointer-events:none}.product-badge{background:#fff;padding:7px 11px;font-size:10px;font-weight:700;letter-spacing:.12em}.product-badge.sale{background:var(--teal);color:#fff}.wish-form{pointer-events:auto;margin-left:auto}.wish-btn{width:40px;height:40px;border-radius:50%;border:0;background:rgba(255,255,255,.92);font-size:22px;display:grid;place-items:center;cursor:pointer;transition:.25s}.wish-btn:hover,.wish-btn.active{background:var(--teal);color:white;transform:scale(1.05)}.product-photo{aspect-ratio:1/1.05;background:#e9ecec;overflow:hidden;position:relative;display:block;border:1px solid rgba(49,78,76,.25)}.product-photo img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.7,.2,1)}.product-photo:hover img{transform:scale(1.045)}.quick-view{position:absolute;left:20px;right:20px;bottom:18px;height:48px;background:rgba(255,255,255,.93);display:grid;place-items:center;font-size:11px;letter-spacing:.1em;transform:translateY(80px);transition:.35s}.product-photo:hover .quick-view{transform:translateY(0)}.product-meta{padding:22px 4px}.product-meta h3{font-size:25px;margin:8px 0 8px}.product-meta p{font-size:14px;color:var(--muted);min-height:44px}.product-price{display:flex;gap:13px;align-items:center;font-size:17px}.product-price del{font-size:14px;color:#738180}.rating-mini{display:flex;align-items:center;gap:8px;font-size:11px;color:#6c7d7b}.rating-mini .stars{font-size:11px}.story-section{background:#fbfbfa}.story-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:8vw}.story-copy{padding:4vw}.story-copy h2{max-width:780px}.text-actions{display:flex;gap:45px;align-items:center;margin-top:42px}.story-visual{position:relative;display:flex;justify-content:center}.oval-frame{width:72%;aspect-ratio:.72;border-radius:50% 50% 45% 45%;overflow:hidden}.oval-frame img{width:100%;height:100%;object-fit:cover}.floating-note{position:absolute;left:2%;bottom:8%;width:150px;height:150px;border-radius:50%;background:var(--mist);display:grid;place-items:center;text-align:center;letter-spacing:.13em;font-size:11px;animation:floaty 5s ease-in-out infinite}@keyframes floaty{50%{transform:translateY(-14px) rotate(3deg)}}.category-showcase{padding:100px 0;background:#dfecee}.category-track{display:grid;grid-template-columns:repeat(5,1fr);gap:34px}.category-track a{display:block}.category-track img{aspect-ratio:1;object-fit:cover;background:#fff;transition:.5s}.category-track a:hover img{transform:translateY(-8px)}.category-track span{display:block;font-family:var(--serif);font-size:23px;margin-top:14px}.editorial-banner{height:760px;position:relative;overflow:hidden;background:#1e3635;color:white}.editorial-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(18,38,37,.86),rgba(18,38,37,.1)),url('https://images.unsplash.com/photo-1559563458-527698bf5295?auto=format&fit=crop&w=1900&q=88') center/cover;transition:transform .4s linear}.editorial-inner{position:relative;z-index:2;width:min(1540px,calc(100% - 64px));height:100%;margin:auto;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.editorial-inner .kicker{color:#dceaea}.editorial-inner h2{font-size:clamp(60px,6vw,110px);max-width:900px}.light-outline{border-color:white;color:white}.light-outline:before{background:#fff}.light-outline:hover{color:var(--teal)}.experience-section{background:#fff}.experience-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:8vw;align-items:center}.experience-copy h2{max-width:650px}.experience-copy>p:not(.kicker){max-width:620px;color:var(--muted);font-size:18px}.experience-list{margin-top:50px;border-top:1px solid var(--line)}.experience-list div{display:grid;grid-template-columns:60px 1fr;padding:17px 0;border-bottom:1px solid var(--line)}.experience-list strong{color:var(--teal2)}.experience-visual{position:relative}.experience-visual>img{width:100%;height:720px;object-fit:cover}.experience-card{position:absolute;left:-55px;bottom:45px;background:var(--mist);padding:28px 34px;width:300px}.experience-card span{display:block;font-size:11px;letter-spacing:.1em;text-transform:uppercase}.experience-card strong{display:block;font-family:var(--serif);font-size:28px;margin-top:5px}.service-strip{padding:76px 0;border-top:1px solid var(--line);background:#fafafa}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.service-grid>div{text-align:center;padding:10px 20px}.service-grid>div>span{font-size:34px}.service-grid h3{font-family:var(--sans);font-size:18px;font-weight:500;margin:18px 0 8px;text-transform:uppercase}.service-grid p{color:var(--muted);font-size:14px}
/* About */
.about-hero{padding-top:90px;min-height:850px}.about-hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.about-title h1{font-size:clamp(80px,8vw,140px)}.about-title p{max-width:580px}.about-collage{height:700px;position:relative}.about-collage img{position:absolute;object-fit:cover}.about-collage .a1{left:0;bottom:0;width:46%;height:54%}.about-collage .a2{right:0;top:0;width:44%;height:56%}.about-collage .a3{left:34%;top:16%;width:34%;height:42%;z-index:2}.collage-word{position:absolute;right:0;bottom:6%;font-family:var(--serif);font-size:72px;color:#c7d8d9;writing-mode:vertical-rl}.number-story{background:var(--teal);color:#fff;padding:90px 0}.number-story-grid{display:grid;grid-template-columns:repeat(3,1fr)}.number-story article{padding:25px 55px;border-right:1px solid rgba(255,255,255,.25)}.number-story article:last-child{border:0}.number-story span{font-family:var(--serif);font-size:52px;color:#9fb8b7}.number-story h3{font-size:35px}.number-story p{color:#d5dfde}.quality-section{background:var(--mist2)}.quality-grid{display:grid;grid-template-columns:1fr 1fr;gap:7vw;align-items:center}.quality-photo img{width:100%;height:760px;object-fit:cover}.quality-copy h2{max-width:750px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:50px}.stats strong{display:block;font-family:var(--serif);font-size:45px}.stats span{font-size:11px;letter-spacing:.08em;text-transform:uppercase}.feature-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.feature-cards article{padding:40px 32px;min-height:300px;border:1px solid var(--line);transition:.35s;background:#fafafa}.feature-cards article:hover{background:var(--mist);transform:translateY(-8px)}.feature-cards article>span{display:block;font-family:var(--serif);font-size:38px;color:#92aaaa}.feature-cards p{color:var(--muted)}
/* Shop */
.shop-hero{background:#dfeaec;padding:80px 0 60px;overflow:hidden}.shop-hero>.wide{display:grid;grid-template-columns:1fr .55fr;align-items:center}.shop-hero-copy h1{max-width:850px}.shop-hero-copy p{max-width:650px;font-size:18px;color:var(--muted)}.shop-hero-art{height:330px;position:relative}.shop-hero-art span{position:absolute;width:290px;height:290px;border-radius:50%;background:#c9d9d9;right:10%;top:0}.shop-hero-art img{position:absolute;right:0;bottom:-70px;width:330px;height:330px;object-fit:cover;border-radius:50%;mix-blend-mode:multiply}.shop-toolbar{background:#fff;border-bottom:1px solid var(--line)}.shop-toolbar .wide{height:84px;display:flex;align-items:center;justify-content:space-between}.sticky-toolbar{position:sticky;top:86px;z-index:100}.shop-filter{display:flex;gap:10px;flex-wrap:wrap}.shop-filter a{padding:9px 18px;border:1px solid var(--line);font-size:13px}.shop-filter a.active,.shop-filter a:hover{background:var(--teal);color:#fff;border-color:var(--teal)}.sort-form select{background:transparent;border:0;border-bottom:1px solid var(--teal);padding:9px 20px 9px 0;outline:0}.shop-products{padding-top:80px}.search-note{margin:-25px 0 45px;color:var(--muted)}
/* Product */
.product-breadcrumb{padding:24px 0;border-bottom:1px solid var(--line);font-size:12px;color:var(--muted)}.product-breadcrumb .wide{display:flex;gap:10px;align-items:center}.product-page{padding-top:70px}.product-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(440px,.92fr);gap:6vw;align-items:start}.product-gallery-wrap{display:grid;grid-template-columns:92px 1fr;gap:18px;position:sticky;top:120px}.product-thumbs{display:flex;flex-direction:column;gap:12px;max-height:720px;overflow:auto}.thumb-btn{padding:0;border:1px solid transparent;background:#eee;cursor:pointer;aspect-ratio:1}.thumb-btn.active{border-color:var(--teal)}.thumb-btn img{width:100%;height:100%;object-fit:cover}.product-main-image{border:0;padding:0;background:#e8ecec;position:relative;cursor:zoom-in;overflow:hidden;aspect-ratio:.92}.product-main-image img{width:100%;height:100%;object-fit:cover;transition:.45s}.product-main-image:hover img{transform:scale(1.02)}.product-main-image>span{position:absolute;right:18px;bottom:18px;background:rgba(255,255,255,.9);padding:10px 14px;font-size:10px;letter-spacing:.1em}.product-detail-copy{padding:20px 0}.product-detail-copy h1{font-size:clamp(52px,4.6vw,82px);margin-bottom:20px}.rating-row{display:flex;gap:12px;align-items:center;margin-bottom:23px}.rating-row a{text-decoration:underline;font-size:12px}.detail-price{display:flex;align-items:center;gap:14px;margin-bottom:24px}.detail-price strong{font-size:25px}.detail-price del{color:#738180}.detail-price span{background:var(--teal);color:#fff;padding:5px 8px;font-size:10px;letter-spacing:.09em}.option-group{margin:30px 0}.option-label{display:flex;justify-content:space-between;align-items:center;margin-bottom:13px}.option-label strong{font-size:13px;text-transform:uppercase;letter-spacing:.07em}.option-label>span{font-size:13px;color:var(--muted)}.size-guide-btn{border:0;background:none;text-decoration:underline;cursor:pointer;font-size:12px;color:var(--muted)}.color-swatches,.size-options{display:flex;gap:10px;flex-wrap:wrap}.color-swatch{width:45px;height:45px;border-radius:50%;border:1px solid #bdc8c7;background:#fff;padding:5px;cursor:pointer}.color-swatch span{display:block;width:100%;height:100%;border-radius:50%;background:var(--swatch);border:1px solid rgba(0,0,0,.08)}.color-swatch.active{border:2px solid var(--teal)}.size-chip{min-width:58px;height:43px;border:1px solid var(--line);background:#fff;cursor:pointer;padding:0 15px}.size-chip.active{background:var(--teal);color:#fff;border-color:var(--teal)}.size-chip.disabled{opacity:.35;text-decoration:line-through}.stock-line{padding:16px 0;border-top:1px solid var(--line);font-size:13px}.in-stock{color:#365e4d}.out-stock{color:var(--danger)}.add-form{display:grid;grid-template-columns:132px 1fr;gap:12px;margin:20px 0 12px}.qty{height:58px;display:grid;grid-template-columns:36px 1fr 36px;border:1px solid var(--line)}.qty button{border:0;background:none;cursor:pointer;font-size:20px}.qty input{border:0;text-align:center;background:none;width:100%;outline:0}.product-wish-form{margin:0 0 30px}.wish-wide{width:100%}.wish-wide.active{background:#edf3f3}.product-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:28px 0}.product-benefits>div{padding:17px 12px;background:var(--mist2);display:flex;gap:10px}.product-benefits>div>span{font-size:18px}.product-benefits p{margin:0}.product-benefits strong,.product-benefits small{display:block}.product-benefits strong{font-size:12px}.product-benefits small{font-size:10px;color:var(--muted);margin-top:3px}.product-accordions{border-top:1px solid var(--line)}.product-accordions details{border-bottom:1px solid var(--line)}.product-accordions summary{list-style:none;display:flex;justify-content:space-between;padding:19px 0;cursor:pointer;font-weight:600;font-size:13px}.product-accordions summary::-webkit-details-marker{display:none}.product-accordions summary span{transition:.25s}.product-accordions details[open] summary span{transform:rotate(45deg)}.product-accordions details>div{padding:0 0 20px;color:var(--muted);font-size:14px}.whatsapp-btn{display:block;margin-top:28px;text-decoration:underline;text-underline-offset:5px;font-size:12px;letter-spacing:.07em}.product-story-band{background:var(--teal);color:#fff;text-align:center;padding:80px 0}.product-story-band p{letter-spacing:.15em;text-transform:uppercase;font-size:11px}.product-story-band h2{font-size:62px}.product-story-band .wide>div{display:flex;justify-content:center;gap:40px;color:#bdcfce;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.reviews-section{background:#fff}.reviews-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:7vw}.big-rating{display:flex;align-items:center;gap:25px;padding-bottom:35px;border-bottom:1px solid var(--line)}.big-rating>strong{font-family:var(--serif);font-size:90px;font-weight:400}.big-rating>span small{display:block;color:var(--muted);margin-top:7px}.review-list article{padding:26px 0;border-bottom:1px solid var(--line)}.review-list article>div{display:flex;justify-content:space-between}.review-list h3{font-family:var(--sans);font-size:16px;font-weight:600;margin:12px 0 5px}.review-list p{color:var(--muted)}.review-form{background:var(--mist2);padding:45px;align-self:start;position:sticky;top:120px}.review-form h2{font-size:50px}.review-form small{display:block;margin-top:14px;color:var(--muted)}.field{display:flex;flex-direction:column;gap:7px;margin-bottom:17px}.field label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.07em}.field input,.field textarea,.field select{width:100%;border:1px solid #cbd4d3;background:#fff;padding:14px 15px;outline:0;transition:.2s}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--teal);box-shadow:0 0 0 2px rgba(47,80,80,.08)}.field textarea{min-height:120px;resize:vertical}.related{background:#f5f7f6}.lightbox{position:fixed;inset:0;background:rgba(12,20,20,.94);z-index:1000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:.25s}.lightbox.open{opacity:1;visibility:visible}.lightbox img{max-width:88vw;max-height:88vh;object-fit:contain}.lightbox button{position:absolute;top:25px;right:30px;border:0;background:none;color:white;font-size:48px;cursor:pointer}.size-modal{position:fixed;inset:0;background:rgba(18,27,27,.55);z-index:950;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:.25s}.size-modal.open{opacity:1;visibility:visible}.size-modal>div{background:#fff;width:min(640px,90vw);padding:55px;position:relative}.size-modal>div>button{position:absolute;right:20px;top:15px;border:0;background:none;font-size:30px}.size-modal h2{font-size:52px}
/* Intros / cart / checkout */
.page-intro{padding:100px 0 70px;background:var(--mist2)}.page-intro h1{margin-bottom:18px}.page-intro p:last-child{max-width:650px;color:var(--muted)}.luxe-intro{background:linear-gradient(110deg,#eef3f2,#dbe8e9)}.empty{text-align:center;padding:80px 25px}.empty h1,.empty h2{font-size:55px}.empty.inline{padding:20px}.cart-layout{display:grid;grid-template-columns:1.35fr .65fr;gap:70px;align-items:start}.cart-item{display:grid;grid-template-columns:150px 1fr 115px 120px;gap:24px;align-items:center;padding:24px 0;border-bottom:1px solid var(--line);position:relative}.cart-item>a>img{width:150px;height:165px;object-fit:cover;background:#eee}.cart-copy h3{font-size:25px;margin:6px 0}.cart-copy small{display:block;color:var(--muted);margin-bottom:9px}.cart-qty-wrap{font-size:11px;text-transform:uppercase;color:var(--muted)}.cart-qty{width:80px;padding:9px;border:1px solid var(--line);margin-top:7px}.cart-remove{position:absolute;right:0;bottom:8px;border:0;background:none;text-decoration:underline;color:var(--muted);cursor:pointer;font-size:11px}.order-summary{background:#fff;border:1px solid var(--line);padding:36px;position:sticky;top:120px}.order-summary h2{font-size:42px}.order-summary>div:not(.mini-order):not(.checkout-assurance){display:flex;justify-content:space-between;padding:12px 0}.sum-total{border-top:1px solid var(--ink);margin-top:12px;padding-top:20px!important;font-size:18px}.coupon-form{display:flex;margin:25px 0}.coupon-form input{flex:1;min-width:0;border:1px solid var(--line);padding:13px}.coupon-form button{border:0;background:var(--teal);color:#fff;padding:0 18px}.summary-note{font-size:11px;color:var(--muted)}.checkout-trust{border-top:1px solid var(--line);margin-top:22px;padding-top:18px;display:grid;gap:5px!important;font-size:11px!important;color:var(--muted)}.checkout-intro{text-align:center}.checkout-steps{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:30px}.checkout-steps span{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#8da09e}.checkout-steps span.active,.checkout-steps span.done{color:var(--teal)}.checkout-steps i{width:70px;height:1px;background:#b9c8c7}.checkout-section{background:#f9faf9}.checkout-layout{display:grid;grid-template-columns:1.15fr .65fr;gap:70px;align-items:start}.checkout-form{display:flex;flex-direction:column;gap:24px}.checkout-block{background:#fff;border:1px solid var(--line);padding:38px}.checkout-block-head{display:flex;gap:18px;align-items:flex-start;margin-bottom:30px}.checkout-block-head>span{width:38px;height:38px;border-radius:50%;border:1px solid var(--teal);display:grid;place-items:center;font-size:11px}.checkout-block-head h2{font-size:35px;margin:0 0 4px}.checkout-block-head p{margin:0;color:var(--muted);font-size:13px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}.field.full{grid-column:1/-1}.shipping-options,.payment-options{display:grid;gap:10px}.shipping-option,.payment-option{display:flex;align-items:center;gap:14px;border:1px solid var(--line);padding:17px 18px;cursor:pointer}.shipping-option:has(input:checked),.payment-option:has(input:checked){border-color:var(--teal);background:var(--mist2)}.shipping-option span,.payment-option span{flex:1}.shipping-option strong,.shipping-option small,.payment-option strong,.payment-option small{display:block}.shipping-option small,.payment-option small{font-size:11px;color:var(--muted);margin-top:3px}.shipping-option b{font-size:13px}.manual-pay{margin-top:20px;padding-top:20px;border-top:1px solid var(--line)}.payment-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.payment-detail-grid p{background:#f6f7f6;padding:15px;font-size:12px}.checkout-submit{height:65px}.secure-note{text-align:center;color:var(--muted);font-size:11px}.mini-order{display:grid!important;grid-template-columns:58px 1fr auto;gap:12px;align-items:center;padding:14px 0!important;border-bottom:1px solid var(--line)}.mini-img{position:relative}.mini-img img{width:58px;height:66px;object-fit:cover}.mini-img span{position:absolute;right:-7px;top:-7px;width:20px;height:20px;background:var(--teal);color:#fff;border-radius:50%;display:grid;place-items:center;font-size:10px}.mini-order>span strong,.mini-order>span small{display:block}.mini-order>span strong{font-size:12px}.mini-order>span small{font-size:10px;color:var(--muted)}.checkout-assurance{margin-top:25px;padding:22px;background:var(--mist2)}.checkout-assurance p{font-size:12px;color:var(--muted)}.checkout-assurance a{font-size:12px;text-decoration:underline}.success-page{min-height:700px;background:linear-gradient(120deg,#edf2f1,#d5e6e7)}.success-card{max-width:980px;margin:auto;text-align:center;padding:60px}.success-mark{width:80px;height:80px;border-radius:50%;background:var(--teal);color:#fff;display:grid;place-items:center;font-size:32px;margin:0 auto 30px}.success-card h1{font-size:80px}.success-actions{display:flex;justify-content:center;gap:12px;margin:35px 0 60px}.success-next{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #b8c9c8;padding-top:30px;text-align:left}.success-next>div{display:flex;gap:14px;padding:0 20px;border-right:1px solid #c3d0cf}.success-next>div:last-child{border:0}.success-next>div>span{font-family:var(--serif);font-size:36px}.success-next p{margin:0}.success-next strong,.success-next small{display:block}.success-next small{color:var(--muted)}
/* Track Contact Account */
.track-hero{padding:105px 0;background:#264645;color:#fff;overflow:hidden}.track-hero .wide{display:grid;grid-template-columns:1fr .8fr;align-items:center}.track-hero h1{max-width:800px}.track-hero .kicker{color:#afc7c6}.track-hero p{color:#d0dedd}.track-orbit{display:flex;align-items:center;justify-content:center;gap:18px}.track-orbit span{width:105px;height:105px;border-radius:50%;border:1px solid #8aa7a5;display:grid;place-items:center;font-size:11px;letter-spacing:.1em}.track-orbit i{width:80px;height:1px;background:#789694}.track-orbit b{font-size:26px;font-weight:400;animation:pulseArrow 1.6s ease-in-out infinite}@keyframes pulseArrow{50%{transform:translateX(8px)}}.track-grid{display:grid;grid-template-columns:.65fr 1.35fr;gap:70px}.track-form{background:#fff;border:1px solid var(--line);padding:40px;align-self:start}.track-form h2{font-size:42px}.track-form>p{font-size:11px;color:var(--muted);margin-top:15px}.track-result{min-height:480px;background:var(--mist2);padding:48px}.track-result h2{font-size:60px}.tracking-steps{margin:35px 0}.tracking-steps>div{display:grid;grid-template-columns:32px 1fr 1fr;gap:10px;align-items:center;position:relative;padding:14px 0;color:#899896}.tracking-steps>div:before{content:"";position:absolute;left:10px;top:36px;height:28px;width:1px;background:#b8c7c6}.tracking-steps>div:last-child:before{display:none}.tracking-steps>div>span{width:22px;height:22px;border:1px solid #9dafad;border-radius:50%;background:#eef4f3;z-index:1}.tracking-steps>div.done{color:var(--ink)}.tracking-steps>div.done>span{background:var(--teal);border-color:var(--teal);box-shadow:inset 0 0 0 6px #dfeceb}.tracking-steps small{color:var(--muted)}.track-meta{display:grid!important;grid-template-columns:repeat(3,1fr);gap:12px}.track-meta>div{background:white;padding:16px;display:block!important}.track-meta span,.track-meta strong{display:block}.track-meta span{font-size:10px;text-transform:uppercase;color:var(--muted)}.track-placeholder{text-align:center;padding:80px 30px}.track-placeholder>span{font-size:55px}.track-placeholder h2{font-size:46px}.contact-hero{background:#dfeaed;padding:100px 0}.contact-hero>.wide{display:grid;grid-template-columns:1.2fr .8fr;gap:60px;align-items:center}.contact-hero h1{max-width:900px}.contact-hero>p{max-width:700px}.contact-hero-card{background:#fff;padding:40px}.contact-hero-card span{font-size:11px;letter-spacing:.1em;color:var(--muted)}.contact-hero-card strong{display:block;font-family:var(--serif);font-size:32px;margin:12px 0 25px}.contact-hero-card a{text-decoration:underline}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:8vw}.contact-info h2,.contact-form h2{font-size:58px}.contact-row{padding:17px 0;border-bottom:1px solid var(--line);display:flex;justify-content:space-between}.contact-row span{font-size:11px;text-transform:uppercase;color:var(--muted)}.contact-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:30px}.contact-mini-grid>div{background:var(--mist2);padding:20px}.contact-mini-grid strong,.contact-mini-grid span{display:block}.contact-mini-grid span{font-size:11px;color:var(--muted)}.contact-form{background:#fff;border:1px solid var(--line);padding:45px}.contact-faq{background:#fff}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.faq-grid details{border:1px solid var(--line);padding:22px 25px}.faq-grid summary{font-family:var(--serif);font-size:24px;cursor:pointer}.faq-grid p{color:var(--muted)}.account-auth-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;max-width:1050px;margin:auto}.account-card{background:#fff;border:1px solid var(--line);padding:45px}.account-card.alt{background:var(--mist2)}.account-card h2{font-size:52px}.account-dashboard{display:grid;grid-template-columns:300px 1fr;gap:45px}.account-profile{background:var(--teal);color:#fff;padding:35px;align-self:start;position:sticky;top:120px}.account-avatar{width:80px;height:80px;border-radius:50%;background:#dbe9e9;color:var(--teal);display:grid;place-items:center;font-family:var(--serif);font-size:35px}.account-profile h2{font-size:36px;margin:22px 0 10px}.account-profile p{color:#c9d8d7}.account-profile .outline-btn{border-color:white;color:white}.account-main{display:grid;gap:25px}.account-panel{background:#fff;border:1px solid var(--line);padding:35px}.panel-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:25px}.panel-head h2{font-size:42px;margin:0}.panel-head>a{font-size:12px;text-decoration:underline}.account-orders a{display:grid;grid-template-columns:1fr 120px 120px;gap:20px;padding:16px 0;border-top:1px solid var(--line);align-items:center}.account-orders span strong,.account-orders span small{display:block}.account-orders small{color:var(--muted)}.account-wishlist{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.account-wishlist img{width:100%;aspect-ratio:1;object-fit:cover}.account-wishlist span{display:block;font-size:12px;margin-top:8px}
/* Newsletter / footer */
.newsletter-block{background:#e0ecee;padding:75px 0}.newsletter-grid{display:grid;grid-template-columns:1fr 1fr;align-items:end;gap:70px}.newsletter-grid h2{font-size:55px;margin:0;max-width:700px}.newsletter-grid form{display:flex;border-bottom:1px solid var(--teal)}.newsletter-grid input{flex:1;border:0;background:none;padding:18px 0;outline:0}.newsletter-grid button{border:0;background:none;font-weight:700;letter-spacing:.08em;cursor:pointer}.footer{background:#2d4c4b;color:#fff;padding:85px 0 25px}.footer-grid{display:grid;grid-template-columns:1.5fr .7fr .7fr 1fr;gap:70px}.footer-brand p{max-width:390px;color:#b9cecc}.footer-grid h3{font-family:var(--serif);font-size:25px;font-weight:400}.footer-grid>div:not(.footer-brand)>a,.footer-grid>div:not(.footer-brand)>p{display:block;margin:10px 0;color:#d0dedd;font-size:13px}.footer-wordmark{font-size:62px}.socials{display:flex;gap:10px;margin-top:25px}.socials a{width:38px;height:38px;border:1px solid #86a09f;border-radius:50%;display:grid;place-items:center}.footer-bottom{display:flex;justify-content:space-between;margin-top:70px;padding-top:24px;border-top:1px solid #56716f;color:#9eb4b2;font-size:11px;text-transform:uppercase;letter-spacing:.08em}
@media(max-width:1100px){.wide{width:min(100% - 38px,1540px)}.nav-row{grid-template-columns:1fr auto}.main-nav{position:fixed;top:0;right:-100%;height:100vh;width:min(430px,90vw);background:#fff;display:flex;flex-direction:column;align-items:flex-start;padding:120px 45px;gap:15px;transition:.35s;z-index:600}.main-nav.open{right:0;box-shadow:-30px 0 60px rgba(0,0,0,.12)}.main-nav>a,.nav-drop>button{font-family:var(--serif);font-size:34px}.nav-drop .drop-menu{position:static;opacity:1;visibility:visible;transform:none!important;box-shadow:none;border:0;padding-left:0;display:none}.nav-drop:hover .drop-menu{display:block}.mobile-menu{display:block;position:absolute;right:20px;border:0;background:none;z-index:650}.nav-tools{margin-right:70px}.account-link{display:none}.home-hero{height:auto;min-height:690px;grid-template-columns:1fr 1fr}.hero-copy{padding:60px 45px}.products-grid{grid-template-columns:repeat(2,1fr)}.story-grid,.quality-grid,.experience-grid,.reviews-grid{gap:45px}.category-track{grid-template-columns:repeat(3,1fr)}.feature-cards{grid-template-columns:repeat(2,1fr)}.product-layout{grid-template-columns:1fr 1fr;gap:35px}.product-gallery-wrap{grid-template-columns:75px 1fr}.product-benefits{grid-template-columns:1fr}.checkout-layout,.cart-layout{grid-template-columns:1fr .75fr;gap:30px}.footer-grid{grid-template-columns:1.3fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/4}.about-collage{height:600px}}
@media(max-width:760px){.wide{width:calc(100% - 28px)}.section{padding:70px 0}.announcement{height:44px;font-size:11px;padding:0 45px 0 12px;text-align:center}.announcement button{right:12px}.site-header{height:76px}.site-header.scrolled{height:70px}.wordmark{font-size:31px}.nav-tools{gap:13px;margin-right:54px}.nav-tools .icon-link:first-child,.account-link{display:none}.cart-link{font-size:13px}.heart-link{font-size:20px}.search-drawer label{font-size:42px}.home-hero{display:block;height:auto}.hero-image{height:58vh;min-height:450px}.hero-copy{padding:55px 22px 60px}.hero-copy h1{font-size:58px}.hero-trust{display:grid;gap:8px}.hero-actions{align-items:flex-start;flex-direction:column}.section-title-row{align-items:flex-start;flex-direction:column;margin-bottom:35px}.products-grid{grid-template-columns:repeat(2,1fr);gap:14px}.product-meta{padding:12px 1px}.product-meta h3{font-size:19px}.product-meta p{display:none}.product-price{font-size:13px;gap:8px}.product-price del{font-size:11px}.rating-mini{display:none}.product-card-top{top:8px;left:8px;right:8px}.wish-btn{width:34px;height:34px}.quick-view{display:none}.story-grid,.quality-grid,.experience-grid,.about-hero-grid,.shop-hero>.wide,.contact-hero>.wide,.contact-grid,.track-hero .wide,.track-grid,.newsletter-grid,.reviews-grid{grid-template-columns:1fr}.story-copy{padding:0}.oval-frame{width:85%}.floating-note{width:110px;height:110px}.category-track{display:flex;overflow-x:auto;gap:14px;padding-bottom:10px;scroll-snap-type:x mandatory}.category-track a{min-width:45vw;scroll-snap-align:start}.editorial-banner{height:620px}.editorial-inner h2{font-size:60px}.experience-visual>img{height:500px}.experience-card{left:15px;bottom:15px}.service-grid{grid-template-columns:1fr 1fr;gap:18px}.service-grid>div{padding:10px 5px}.about-title h1{font-size:72px}.about-collage{height:470px}.number-story-grid{grid-template-columns:1fr}.number-story article{border-right:0;border-bottom:1px solid rgba(255,255,255,.25);padding:30px 10px}.quality-photo img{height:500px}.stats{grid-template-columns:1fr 1fr}.feature-cards{grid-template-columns:1fr}.shop-hero{padding:65px 0 25px}.shop-hero-art{height:180px}.shop-hero-art img{width:180px;height:180px;bottom:-25px}.shop-hero-art span{width:160px;height:160px}.shop-toolbar .wide{height:auto;padding:14px 0;display:grid;gap:12px}.sticky-toolbar{top:70px}.shop-filter{flex-wrap:nowrap;overflow:auto}.shop-filter a{white-space:nowrap}.sort-form select{width:100%}.product-layout{grid-template-columns:1fr}.product-gallery-wrap{position:static;grid-template-columns:1fr}.product-thumbs{order:2;flex-direction:row;max-height:none;overflow-x:auto}.thumb-btn{min-width:74px}.product-main-image{aspect-ratio:1}.product-detail-copy h1{font-size:50px}.add-form{grid-template-columns:110px 1fr;position:sticky;bottom:8px;z-index:60;background:rgba(247,247,246,.95);padding:8px 0}.product-story-band .wide>div{display:grid;grid-template-columns:1fr 1fr;gap:12px}.product-story-band h2{font-size:48px}.review-form{position:static;padding:25px}.big-rating>strong{font-size:70px}.cart-layout,.checkout-layout{grid-template-columns:1fr}.cart-item{grid-template-columns:95px 1fr 75px;gap:12px}.cart-item>a>img{width:95px;height:110px}.cart-qty-wrap{grid-column:2}.cart-line-total{grid-column:3;grid-row:1}.order-summary{position:static}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.checkout-block{padding:24px 18px}.payment-detail-grid{grid-template-columns:1fr}.success-card{padding:20px 0}.success-card h1{font-size:60px}.success-next{grid-template-columns:1fr;gap:18px}.success-next>div{border-right:0;border-bottom:1px solid #c3d0cf;padding-bottom:15px}.track-orbit{margin-top:30px}.track-orbit span{width:75px;height:75px}.track-orbit i{width:30px}.track-result{padding:28px 20px}.track-meta{grid-template-columns:1fr!important}.contact-hero-card{padding:25px}.contact-form{padding:26px 20px}.faq-grid{grid-template-columns:1fr}.account-auth-grid,.account-dashboard{grid-template-columns:1fr}.account-profile{position:static}.account-orders a{grid-template-columns:1fr auto}.account-orders a>strong{grid-column:1/-1}.account-wishlist{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr;gap:40px 25px}.footer-brand{grid-column:1/-1}.footer-grid>div:last-child{grid-column:auto}.footer-wordmark{font-size:47px}.footer-bottom{display:grid;gap:10px}.newsletter-grid{gap:25px}.newsletter-grid h2{font-size:42px}.toast{top:auto;bottom:18px;right:14px;left:14px}.size-modal>div{padding:35px 25px}}
.policy-layout{display:grid;grid-template-columns:1fr 340px;gap:8vw;align-items:start}.policy-copy{max-width:850px}.policy-copy h2{font-size:50px;margin-top:55px}.policy-nav{position:sticky;top:120px;border:1px solid var(--line);background:#fff;padding:28px}.policy-nav a{display:block;padding:13px 0;border-bottom:1px solid var(--line);font-size:13px}.policy-nav a.active{color:var(--teal);font-weight:700}@media(max-width:760px){.policy-layout{grid-template-columns:1fr}.policy-nav{position:static;order:-1}}

.discount-labels{display:block;font-size:11px;color:#6d817f;margin-top:3px}.success-actions{flex-wrap:wrap}

/* =========================================================
   PRO V4 — PREMIUM HOMEPAGE / MEGA MENU / CONVERSION LAYER
   ========================================================= */
.premium-header .nav-row{grid-template-columns:minmax(230px,1fr) auto minmax(260px,1fr)}
.mega-trigger{position:static}.mega-menu{position:absolute;top:100%;left:50%;width:min(1180px,calc(100vw - 64px));transform:translate(-50%,14px);background:rgba(255,255,255,.985);border:1px solid var(--line);box-shadow:0 30px 80px rgba(26,50,48,.13);padding:34px;display:grid;grid-template-columns:.8fr .8fr 1.35fr;gap:35px;opacity:0;visibility:hidden;pointer-events:none;transition:.28s ease}.mega-trigger:hover .mega-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}.mega-col{display:flex;flex-direction:column;gap:8px;padding:5px}.mega-col small,.mega-feature small{font-size:10px;letter-spacing:.17em;color:var(--teal2);font-weight:700;margin-bottom:10px}.mega-col a{font-family:var(--serif);font-size:25px;padding:3px 0;transition:.2s}.mega-col a:hover{color:var(--teal2);transform:translateX(4px)}.mega-feature{min-height:240px;background:var(--mist2);display:grid;grid-template-columns:1fr 1fr;overflow:hidden}.mega-feature img{width:100%;height:100%;object-fit:cover}.mega-feature>span{padding:28px;display:flex;flex-direction:column;justify-content:center}.mega-feature strong{font-family:var(--serif);font-size:38px;font-weight:400;line-height:1;margin-bottom:24px}.mega-feature a{font-size:11px;text-decoration:underline;text-underline-offset:5px;letter-spacing:.08em}
.premium-home-hero{position:relative}.premium-home-hero .hero-image{position:relative}.hero-image-label{position:absolute;left:28px;bottom:25px;color:#fff;background:rgba(34,60,59,.72);backdrop-filter:blur(8px);padding:10px 14px;font-size:10px;letter-spacing:.16em}.premium-home-hero .hero-copy{background:linear-gradient(145deg,#dfeaec 0%,#edf3f3 62%,#f5f6f5 100%)}.premium-home-hero .hero-copy:before{content:"";position:absolute;width:210px;height:210px;border:1px solid rgba(47,80,80,.14);border-radius:50%;right:-70px;top:70px}.premium-home-hero .hero-copy{position:relative;overflow:hidden}
.featured-categories-section{background:#fbfbfa}.featured-category-grid{display:grid;grid-template-columns:1.35fr .8fr .8fr;grid-template-rows:360px 300px;gap:18px}.featured-category{position:relative;overflow:hidden;background:#dfe8e8;min-height:300px}.featured-category.large{grid-row:1/3}.featured-category:last-child{grid-column:2/4}.featured-category img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .9s cubic-bezier(.2,.7,.2,1)}.featured-category:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(9,25,24,.58) 100%);transition:.35s}.featured-category:hover img{transform:scale(1.055)}.featured-category>span:not(.fabric-orb){position:absolute;left:28px;right:28px;bottom:27px;z-index:3;color:#fff;display:flex;flex-direction:column}.featured-category small{font-size:10px;letter-spacing:.16em;font-weight:700}.featured-category strong{font-family:var(--serif);font-size:38px;font-weight:400;line-height:1.1}.featured-category em{font-style:normal;font-size:11px;letter-spacing:.09em;margin-top:11px}.ihram-tile{background:linear-gradient(140deg,#ecf2f1,#cfdedd);isolation:isolate}.ihram-tile:after{background:linear-gradient(180deg,transparent,rgba(38,71,69,.24))}.ihram-tile .fabric-orb{position:absolute;width:310px;height:310px;border-radius:48% 52% 55% 45%;background:linear-gradient(130deg,#fff,#e3e8e6);top:50%;left:50%;transform:translate(-50%,-56%) rotate(18deg);box-shadow:inset -30px -25px 80px rgba(71,99,96,.1),0 40px 70px rgba(46,80,78,.12)}.ihram-tile .fabric-orb:after,.ihram-tile .fabric-orb:before{content:"";position:absolute;border:1px solid rgba(78,111,108,.12);border-radius:50%;inset:38px}.ihram-tile .fabric-orb:after{inset:75px}.ihram-tile.has-image{background:#dfe8e8}.ihram-tile.has-image .fabric-orb{display:none}.ihram-tile.has-image img{object-fit:cover;object-position:center}.ihram-tile.has-image:after{background:linear-gradient(180deg,transparent 30%,rgba(9,25,24,.58) 100%)}
.best-sellers-section{background:#f1f5f4}.best-sellers-section .product-card:nth-child(even){transform:translateY(28px)}.best-sellers-section .products-grid{padding-bottom:28px}
.editorial-split-banner{min-height:740px;display:grid;grid-template-columns:1.08fr .92fr;background:#e5eded}.editorial-media{overflow:hidden}.editorial-media img{width:100%;height:100%;object-fit:cover;transition:transform 1.1s ease}.editorial-split-banner:hover .editorial-media img{transform:scale(1.025)}.editorial-copy{padding:9vw 8vw;display:flex;flex-direction:column;justify-content:center;position:relative}.editorial-copy h2{font-size:clamp(56px,5.6vw,96px);max-width:760px}.editorial-copy>p:not(.kicker){max-width:570px;color:#4d6160;font-size:18px}.editorial-copy .outline-btn{align-self:flex-start;margin-top:24px}.editorial-index{position:absolute;right:28px;bottom:26px;font-size:10px;letter-spacing:.14em;color:var(--teal2)}
.hottest-section{background:#fff}.hottest-section .product-photo{aspect-ratio:.88}.hottest-section .product-card:nth-child(1) .product-photo,.hottest-section .product-card:nth-child(4) .product-photo{aspect-ratio:.83}
.ihram-editorial{background:#2f5050;color:#fff;padding:110px 0;overflow:hidden}.ihram-editorial-grid{display:grid;grid-template-columns:1fr 1fr;min-height:600px;align-items:center;gap:7vw}.ihram-copy .kicker{color:#bcd0ce}.ihram-copy h2{font-size:clamp(58px,5.4vw,94px);max-width:760px}.ihram-copy>p{max-width:620px;color:#d5e0df;font-size:18px}.ihram-points{display:flex;flex-wrap:wrap;gap:10px 24px;padding:26px 0 34px;margin:25px 0;border-top:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(255,255,255,.2);font-size:11px;text-transform:uppercase;letter-spacing:.09em}.ihram-copy .solid-btn{background:#edf3f3;color:#274746;border-color:#edf3f3}.ihram-copy .solid-btn:before{background:#d9e7e6}.ihram-copy .solid-btn:hover{color:#274746}.ihram-art{position:relative;min-height:590px;display:grid;place-items:center}.ihram-arch{width:min(510px,85%);height:570px;background:#e9efee;border-radius:260px 260px 22px 22px;overflow:hidden;display:grid;place-items:center;box-shadow:0 40px 90px rgba(0,0,0,.16);position:relative;isolation:isolate}.ihram-arch:before{content:"";position:absolute;inset:-18px;background-image:var(--ihram-art);background-size:cover;background-position:center;filter:blur(20px);transform:scale(1.08);opacity:.2;z-index:-1}.ihram-arch img{width:100%;height:100%;object-fit:contain;object-position:center;padding:10px;box-sizing:border-box;filter:drop-shadow(0 24px 26px rgba(38,62,60,.12))}.ihram-seal{position:absolute;right:3%;bottom:8%;width:130px;height:130px;border-radius:50%;background:#dce9e8;color:#294a49;display:grid;place-items:center;text-align:center;font-family:var(--serif);font-size:19px;line-height:1.05;transform:rotate(8deg);box-shadow:0 18px 50px rgba(0,0,0,.15)}
.premium-newest{background:#f7f7f6}.premium-newest .product-card{transition:transform .35s ease}.premium-newest .product-card:hover{transform:translateY(-7px)}.home-brand-story{background:#e6eff0}.home-brand-story .story-copy{padding-left:0}.home-brand-story .story-visual:before{content:"OUR STORY";position:absolute;left:-40px;top:50%;transform:translateY(-50%) rotate(-90deg);font-size:10px;letter-spacing:.22em;color:var(--teal2)}
.home-reviews{background:#fff}.review-showcase{display:grid;grid-template-columns:1.25fr repeat(3,1fr);gap:16px}.home-review-card{border:1px solid var(--line);background:#fafbfa;padding:30px;min-height:390px;display:flex;flex-direction:column;transition:.35s}.home-review-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.home-review-card.featured-review{background:#dfeaec}.review-product-mini{display:flex;align-items:center;gap:14px}.review-product-mini img{width:66px;height:66px;object-fit:cover}.review-product-mini small,.review-product-mini a{display:block}.review-product-mini small{font-size:9px;letter-spacing:.14em;color:var(--teal2)}.review-product-mini a{font-family:var(--serif);font-size:20px}.review-stars{margin-top:45px}.home-review-card blockquote{font-family:var(--serif);font-size:28px;line-height:1.25;margin:18px 0 auto}.home-review-card>strong{font-size:11px;letter-spacing:.11em;text-transform:uppercase;margin-top:25px}.ugc-placeholder-grid{display:grid;grid-template-columns:.8fr 1.4fr .8fr;gap:16px}.ugc-placeholder-grid article{background:var(--mist2);padding:40px;min-height:450px;display:flex;flex-direction:column;justify-content:flex-end}.ugc-placeholder-grid article>span{font-size:11px;color:var(--teal2)}.ugc-placeholder-grid .ugc-photo{padding:0;overflow:hidden}.ugc-photo img{width:100%;height:100%;object-fit:cover}
.lifestyle-gallery-section{padding:105px 0;background:#f1f4f3}.gallery-heading{display:grid;grid-template-columns:1fr auto;align-items:end;margin-bottom:40px}.gallery-heading .kicker{grid-column:1/-1}.gallery-heading h2{font-size:clamp(46px,4vw,72px);margin:0}.lifestyle-gallery{display:grid;grid-template-columns:1fr 1fr 1.3fr 1fr;grid-template-rows:310px 310px;gap:12px}.lifestyle-gallery a{position:relative;overflow:hidden;background:#ddd}.lifestyle-gallery a:nth-child(4){grid-column:1/2}.lifestyle-gallery a:nth-child(5){grid-column:2/3}.lifestyle-gallery .gallery-tall{grid-column:3/5;grid-row:1/3}.lifestyle-gallery img{width:100%;height:100%;object-fit:cover;transition:.7s}.lifestyle-gallery a:after{content:"";position:absolute;inset:0;background:rgba(26,50,49,.08);transition:.3s}.lifestyle-gallery a:hover img{transform:scale(1.05)}.lifestyle-gallery a:hover:after{background:rgba(26,50,49,.26)}.lifestyle-gallery a span{position:absolute;left:18px;bottom:16px;z-index:2;background:rgba(255,255,255,.92);padding:9px 11px;font-size:9px;letter-spacing:.12em;opacity:0;transform:translateY(10px);transition:.3s}.lifestyle-gallery a:hover span{opacity:1;transform:none}
.recently-viewed-section{background:#fbfbfa;border-top:1px solid var(--line)}.recently-viewed-section .product-photo{aspect-ratio:1}.trust-benefits-section{padding:110px 0;background:#dce8e8}.trust-heading{max-width:850px;margin-bottom:55px}.trust-heading h2{margin-bottom:0}.trust-benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(47,80,80,.3);border-bottom:1px solid rgba(47,80,80,.3)}.trust-benefits-grid article{padding:36px 34px;min-height:255px;border-right:1px solid rgba(47,80,80,.24)}.trust-benefits-grid article:last-child{border-right:0}.trust-benefits-grid article>span{font-size:10px;letter-spacing:.14em;color:var(--teal2)}.trust-benefits-grid h3{font-size:31px;margin:50px 0 12px}.trust-benefits-grid p{font-size:13px;color:#4f6261;margin-bottom:0}.page-home+.newsletter-block{border-top:0}.newsletter-block{position:relative;overflow:hidden}.newsletter-block:after{content:"";position:absolute;width:350px;height:350px;border:1px solid rgba(47,80,80,.12);border-radius:50%;right:-120px;top:-180px}.newsletter-grid{position:relative;z-index:1}.footer-wordmark{letter-spacing:-.02em}
@media(max-width:1100px){.premium-header .nav-row{grid-template-columns:1fr auto}.mega-trigger{position:relative}.mega-menu{position:static;width:auto;transform:none!important;opacity:1;visibility:visible;pointer-events:auto;box-shadow:none;border:0;padding:12px 0;display:none;grid-template-columns:1fr;background:transparent}.mega-trigger:hover .mega-menu{display:grid}.mega-feature{display:none}.mega-col{padding:0 0 8px 18px}.mega-col small{margin:10px 0 2px}.mega-col a{font-family:var(--sans);font-size:14px}.featured-category-grid{grid-template-columns:1fr 1fr;grid-template-rows:440px 300px 300px}.featured-category.large{grid-row:1/2;grid-column:1/3}.featured-category:last-child{grid-column:1/3}.editorial-split-banner{min-height:650px}.review-showcase{grid-template-columns:1fr 1fr}.lifestyle-gallery{grid-template-columns:1fr 1fr 1.2fr;grid-template-rows:260px 260px}.lifestyle-gallery .gallery-tall{grid-column:3;grid-row:1/3}.lifestyle-gallery a:nth-child(4){grid-column:1}.lifestyle-gallery a:nth-child(5){grid-column:2}.trust-benefits-grid{grid-template-columns:1fr 1fr}.trust-benefits-grid article:nth-child(2){border-right:0}.trust-benefits-grid article:nth-child(-n+2){border-bottom:1px solid rgba(47,80,80,.24)}}
@media(max-width:760px){.premium-home-hero .hero-image-label{left:14px;bottom:14px}.featured-category-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px}.featured-category,.featured-category.large,.featured-category:last-child{min-width:78vw;height:430px;grid-column:auto;grid-row:auto;scroll-snap-align:start}.best-sellers-section .product-card:nth-child(even){transform:none}.editorial-split-banner{grid-template-columns:1fr;min-height:0}.editorial-media{height:500px}.editorial-copy{padding:70px 24px}.editorial-copy h2{font-size:58px}.ihram-editorial{padding:75px 0}.ihram-editorial-grid{grid-template-columns:1fr;gap:45px}.ihram-copy h2{font-size:58px}.ihram-art{min-height:450px}.ihram-arch{height:440px;width:88%}.ihram-seal{width:100px;height:100px;font-size:15px;right:0}.home-brand-story .story-visual:before{display:none}.review-showcase,.ugc-placeholder-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.home-review-card,.ugc-placeholder-grid article{min-width:82vw;scroll-snap-align:start;min-height:390px}.gallery-heading{display:block}.gallery-heading .text-link{display:inline-block;margin-top:18px}.lifestyle-gallery{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:230px 230px 330px}.lifestyle-gallery .gallery-tall{grid-column:1/3;grid-row:3}.lifestyle-gallery a:nth-child(4),.lifestyle-gallery a:nth-child(5){grid-column:auto}.trust-benefits-grid{grid-template-columns:1fr}.trust-benefits-grid article{border-right:0;border-bottom:1px solid rgba(47,80,80,.24)!important;min-height:220px}.trust-benefits-grid article:last-child{border-bottom:0!important}.trust-benefits-grid h3{margin-top:35px}.mega-trigger:hover .mega-menu{display:grid}}
@media(max-width:1100px){.mega-menu.mobile-open{display:grid!important}}
@media(prefers-reduced-motion:no-preference){.editorial-media img,.lifestyle-gallery img{transform:translateY(var(--v4-shift,0));will-change:transform}.editorial-split-banner:hover .editorial-media img{transform:translateY(var(--v4-shift,0)) scale(1.025)}.lifestyle-gallery a:hover img{transform:translateY(var(--v4-shift,0)) scale(1.05)}}

/* =========================================================
   PRO V4.1 — RESPONSIVE + MEGA MENU STABILITY HOTFIX
   Fixes desktop dropdown hover gaps, clipped hero content,
   tablet/mobile overflow and small-screen layout issues.
   ========================================================= */
html,body{width:100%;max-width:100%;overflow-x:clip}main{min-width:0;overflow:clip}.site-header{overflow:visible}.nav-row,.nav-row>*{min-width:0}.wordmark{white-space:nowrap}.premium-home-hero,.premium-home-hero>*{min-width:0}.hero-copy{min-width:0}.hero-copy h1{overflow-wrap:anywhere}

/* Desktop mega menu: viewport anchored so it never falls off-screen. */
@media(min-width:1101px){
  .mega-trigger{position:relative}
  .mega-menu{position:fixed;top:var(--mega-top,166px);left:50vw;width:min(1180px,calc(100vw - 40px));max-height:calc(100dvh - var(--mega-top,166px) - 18px);overflow:auto;overscroll-behavior:contain;transform:translate(-50%,12px);z-index:620}
  .mega-trigger:hover .mega-menu,.mega-trigger.mega-open .mega-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}
}

/* Safer desktop sizing for laptops and 125% Windows scaling. */
@media(max-width:1380px) and (min-width:1101px){
  .wide{width:min(100% - 40px,1540px)}
  .premium-header .nav-row{grid-template-columns:minmax(205px,1fr) auto minmax(205px,1fr)}
  .wordmark{font-size:38px}
  .main-nav{gap:24px}.main-nav>a,.nav-drop>button{font-size:15px}
  .nav-tools{gap:14px}.account-link{display:none}
  .home-hero{grid-template-columns:minmax(0,54%) minmax(0,46%);height:auto;min-height:clamp(650px,calc(100svh - 166px),850px)}
  .hero-copy{padding:70px 5.2vw}.hero-copy h1{font-size:clamp(54px,5.6vw,82px);line-height:.95;margin-bottom:24px}.hero-copy>p:not(.kicker){font-size:17px}.hero-trust{margin-top:38px;gap:18px}
}

/* Tablet navigation and global layout safety. */
@media(max-width:1100px){
  .premium-header .nav-row{grid-template-columns:minmax(0,1fr) auto!important}
  .main-nav{overflow-y:auto;overscroll-behavior:contain;padding-bottom:60px}
  .mega-trigger{position:relative;width:100%}
  .mega-trigger>button{width:100%;text-align:left;display:flex;align-items:center;justify-content:space-between}
  .mega-menu{position:static!important;top:auto!important;left:auto!important;width:100%!important;max-height:none!important;overflow:visible!important;transform:none!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;box-shadow:none!important;border:0!important;padding:8px 0 14px!important;display:none!important;grid-template-columns:1fr!important;background:transparent!important}
  .mega-trigger:hover .mega-menu{display:none!important}
  .mega-trigger.mega-open .mega-menu,.mega-menu.mobile-open{display:grid!important}
  .mega-col{padding:0 0 8px 14px}.mega-col a{font-family:var(--sans);font-size:14px;padding:6px 0}.mega-feature{display:none!important}
  .section{padding:86px 0}.section-title-row{gap:18px}.products-grid{gap:24px}
  .home-hero{height:auto;min-height:650px;grid-template-columns:minmax(0,50%) minmax(0,50%)}
  .hero-copy{padding:64px 44px}.hero-copy h1{font-size:clamp(50px,6.2vw,72px)}
  .editorial-split-banner{min-height:620px}.editorial-copy{padding:72px 55px}.editorial-copy h2{font-size:clamp(50px,6vw,76px)}
  .ihram-editorial-grid{gap:50px}.ihram-copy h2{font-size:clamp(50px,6vw,76px)}
}

/* Stack editorial sections earlier on tablets/portrait screens. */
@media(max-width:900px){
  .home-hero{display:grid;grid-template-columns:1fr;min-height:0;height:auto}
  .hero-image{height:clamp(390px,62vw,560px);min-height:0}.hero-copy{padding:64px 38px 70px}.hero-copy h1{font-size:clamp(50px,8vw,68px);max-width:760px}
  .hero-trust{margin-top:36px;flex-wrap:wrap}
  .editorial-split-banner{grid-template-columns:1fr;min-height:0}.editorial-media{height:clamp(380px,70vw,570px)}.editorial-copy{padding:70px 38px}.editorial-index{right:18px;bottom:18px}
  .ihram-editorial-grid{grid-template-columns:1fr;min-height:0}.ihram-art{min-height:500px}.ihram-arch{height:500px}
  .story-grid,.quality-grid,.experience-grid{grid-template-columns:1fr;gap:55px}.story-copy{padding:0}.story-visual{max-width:720px;margin-inline:auto;width:100%}
  .review-showcase{grid-template-columns:1fr 1fr}.lifestyle-gallery{grid-template-columns:1fr 1fr;grid-template-rows:260px 260px 420px}.lifestyle-gallery .gallery-tall{grid-column:1/3;grid-row:3}.lifestyle-gallery a:nth-child(4),.lifestyle-gallery a:nth-child(5){grid-column:auto}
}

/* Mobile: everything stays inside the viewport and remains tappable. */
@media(max-width:760px){
  html,body{overflow-x:hidden}.wide{width:calc(100% - 28px)}
  .announcement{height:auto;min-height:44px;padding:8px 42px 8px 12px;line-height:1.35}.announcement button{right:10px;top:50%;transform:translateY(-50%)}
  .site-header,.site-header.scrolled{height:72px}.premium-header .nav-row{grid-template-columns:minmax(0,1fr) auto!important}
  .wordmark{font-size:clamp(25px,8vw,31px);max-width:58vw;overflow:hidden;text-overflow:ellipsis}
  .mobile-menu{right:12px;font-size:13px;padding:8px 0}.nav-tools{gap:9px;margin-right:48px}.heart-link{font-size:19px}.cart-link{font-size:12px}.cart-link span{width:25px;height:25px}.nav-tools .icon-link:first-child,.account-link{display:none}
  .main-nav{width:min(380px,94vw);padding:92px 24px 48px}.main-nav>a,.nav-drop>button{font-size:29px;line-height:1.12}.mega-col{padding-left:8px}.mega-col small{margin-top:8px}.mega-col a{font-size:14px}
  .search-drawer form{width:calc(100vw - 34px)}.search-drawer label{font-size:clamp(34px,10vw,44px);line-height:1.05}.search-drawer form>div{gap:10px}.search-drawer input{min-width:0;font-size:17px}
  .section{padding:62px 0}.section-title-row{margin-bottom:32px}.section-title-row h2,.gallery-heading h2,.trust-heading h2{font-size:clamp(40px,11vw,56px)}
  .premium-home-hero .hero-image{height:clamp(300px,82vw,460px)!important;min-height:0!important}.hero-image img{transform:none!important}.premium-home-hero .hero-copy{padding:48px 20px 56px}.premium-home-hero .hero-copy:before{width:140px;height:140px;right:-65px;top:24px}.hero-copy h1{font-size:clamp(42px,12.5vw,58px)!important;line-height:.98;margin-bottom:22px}.hero-copy>p:not(.kicker){font-size:16px}.hero-actions{gap:18px;margin-top:18px}.hero-actions .solid-btn{width:100%}.hero-actions .text-link{padding:4px 0}.hero-trust{grid-template-columns:1fr;display:grid;gap:7px;margin-top:34px;padding-top:18px}
  .featured-category-grid{gap:10px;padding-bottom:6px}.featured-category,.featured-category.large,.featured-category:last-child{min-width:84vw;height:390px}.featured-category>span:not(.fabric-orb){left:20px;right:20px;bottom:20px}.featured-category strong{font-size:32px}.ihram-tile .fabric-orb{width:260px;height:260px}
  .products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-card{min-width:0}.product-meta h3{font-size:18px;overflow-wrap:anywhere}.product-price{flex-wrap:wrap}.product-photo{width:100%}.product-photo img{width:100%}
  .editorial-media{height:clamp(300px,78vw,480px)!important}.editorial-copy{padding:54px 20px!important}.editorial-copy h2{font-size:clamp(42px,12vw,58px)!important;line-height:1}.editorial-copy>p:not(.kicker){font-size:16px}.editorial-copy .outline-btn{width:100%}
  .ihram-editorial{padding:64px 0}.ihram-editorial-grid{gap:34px}.ihram-copy h2{font-size:clamp(42px,12vw,58px)!important}.ihram-copy>p{font-size:16px}.ihram-points{gap:8px 14px}.ihram-art{min-height:390px}.ihram-arch{height:390px;width:92%;border-radius:220px 220px 18px 18px}.ihram-seal{width:92px;height:92px;font-size:14px;right:0;bottom:2%}
  .oval-frame{width:min(88%,430px)}.floating-note{left:0}.home-review-card,.ugc-placeholder-grid article{min-width:86vw}.home-review-card{padding:24px;min-height:350px}.home-review-card blockquote{font-size:24px}.review-stars{margin-top:28px}
  .lifestyle-gallery{grid-template-columns:1fr 1fr;grid-template-rows:210px 210px 310px;gap:8px}.lifestyle-gallery .gallery-tall{grid-column:1/3;grid-row:3}.lifestyle-gallery a span{opacity:1;transform:none;left:10px;bottom:10px;padding:7px 8px}
  .trust-benefits-section{padding:70px 0}.trust-heading{margin-bottom:35px}.trust-benefits-grid article{padding:28px 20px;min-height:190px}.trust-benefits-grid h3{font-size:28px;margin:28px 0 10px}
  .newsletter-block{padding:58px 0}.newsletter-grid h2{font-size:clamp(38px,10.5vw,48px)}.newsletter-grid form{min-width:0}.newsletter-grid input{min-width:0;width:100%}.newsletter-grid button{flex:0 0 auto;font-size:11px}
  .footer{padding-top:65px}.footer-grid{grid-template-columns:1fr!important;gap:30px}.footer-brand,.footer-grid>div:last-child{grid-column:auto!important}.footer-wordmark{font-size:clamp(40px,12vw,52px);overflow-wrap:anywhere}.footer-bottom{margin-top:48px}
  .shop-hero-copy h1,.contact-hero h1,.track-hero h1,.about-title h1{font-size:clamp(48px,13vw,68px)!important;overflow-wrap:anywhere}.shop-hero>.wide,.contact-hero>.wide,.track-hero .wide,.contact-grid,.track-grid,.checkout-layout,.cart-layout,.account-dashboard,.account-auth-grid{min-width:0}.shop-toolbar{overflow:clip}.shop-filter{max-width:100%}.sort-form{width:100%}
  .product-detail-copy h1{font-size:clamp(42px,12vw,54px)!important}.add-form{grid-template-columns:96px minmax(0,1fr)}.add-form .solid-btn{padding-inline:12px}.product-story-band .wide>div{grid-template-columns:1fr!important}.cart-item{grid-template-columns:82px minmax(0,1fr) auto}.cart-item>a>img{width:82px;height:98px}.checkout-block,.contact-form,.contact-hero-card,.track-result{max-width:100%;overflow:hidden}
}

@media(max-width:480px){
  .wide{width:calc(100% - 20px)}.section{padding:54px 0}.wordmark{max-width:55vw;font-size:25px}.nav-tools{margin-right:44px}.heart-link{display:none}.cart-link{font-size:11px}.main-nav{width:100vw;max-width:100vw}
  .premium-home-hero .hero-copy{padding-inline:16px}.hero-copy h1{font-size:clamp(39px,12vw,50px)!important}.hero-actions .solid-btn{min-height:54px}.hero-image-label{font-size:9px;padding:8px 10px}
  .featured-category,.featured-category.large,.featured-category:last-child{min-width:88vw;height:350px}.products-grid{gap:9px}.product-meta h3{font-size:16px}.product-price{font-size:12px}.product-price del{font-size:10px}.wish-btn{width:31px;height:31px;font-size:18px}.product-badge{padding:5px 7px;font-size:8px}
  .lifestyle-gallery{grid-template-rows:175px 175px 265px}.home-review-card,.ugc-placeholder-grid article{min-width:89vw}.ihram-art{min-height:340px}.ihram-arch{height:340px}.search-drawer>button{right:18px;top:18px;font-size:38px}
  .cart-item{grid-template-columns:72px minmax(0,1fr)}.cart-item>a>img{width:72px;height:88px}.cart-line-total{grid-column:2;grid-row:auto}.cart-qty-wrap{grid-column:2}.add-form{grid-template-columns:84px minmax(0,1fr)}
}


/* =========================================================
   V4.5 QUICK SHOP CARDS + WHATSAPP HELP
   Restores the four hero shortcuts without changing the
   simplified premium navigation or the existing store flow.
========================================================= */
.customer-shortcuts{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line);position:relative;z-index:3}
.customer-shortcuts .wide{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:0}
.customer-shortcuts a{min-height:112px;padding:22px 28px;border-right:1px solid var(--line);display:grid;grid-template-columns:auto minmax(0,1fr);column-gap:15px;align-content:center;transition:background .22s ease,color .22s ease,transform .22s ease;min-width:0}
.customer-shortcuts a:first-child{border-left:1px solid var(--line)}
.customer-shortcuts a:hover{background:var(--mist2);transform:translateY(-2px)}
.customer-shortcuts a>span{grid-row:1/3;font-family:var(--serif);font-size:31px;line-height:1;color:#809b99;align-self:center}
.customer-shortcuts strong{font-family:var(--sans);font-size:16px;font-weight:700;line-height:1.25;color:var(--ink)}
.customer-shortcuts small{display:block;color:var(--muted);font-size:13px;line-height:1.4;margin-top:4px;white-space:normal}

.floating-whatsapp{position:fixed;right:22px;bottom:22px;z-index:680;display:flex;align-items:center;gap:10px;background:#173f38;color:#fff;padding:10px 16px 10px 10px;border-radius:999px;box-shadow:0 14px 38px rgba(20,50,47,.24);font-family:var(--sans);font-size:13px;line-height:1;transition:transform .2s ease,box-shadow .2s ease;background-clip:padding-box}
.floating-whatsapp:hover{transform:translateY(-3px);box-shadow:0 18px 44px rgba(20,50,47,.3)}
.floating-whatsapp span{width:36px;height:36px;flex:0 0 36px;background:#fff;color:#173f38;border-radius:50%;display:grid;place-items:center;font-weight:800;font-size:11px;letter-spacing:.02em}
.floating-whatsapp strong{font-weight:700;white-space:nowrap}

@media(max-width:1100px){
  .customer-shortcuts a{padding:19px 18px;column-gap:10px}.customer-shortcuts a>span{font-size:27px}.customer-shortcuts strong{font-size:15px}.customer-shortcuts small{font-size:12px}
}
@media(max-width:760px){
  .customer-shortcuts .wide{width:100%;grid-template-columns:repeat(2,minmax(0,1fr))}
  .customer-shortcuts a{min-height:94px;padding:15px 14px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:auto minmax(0,1fr);column-gap:10px}
  .customer-shortcuts a:nth-child(odd){border-left:0}.customer-shortcuts a:nth-child(even){border-right:0}.customer-shortcuts a:nth-last-child(-n+2){border-bottom:0}
  .customer-shortcuts a>span{font-size:23px}.customer-shortcuts strong{font-size:14px}.customer-shortcuts small{font-size:11px;line-height:1.3}
  .floating-whatsapp{right:12px;bottom:14px;padding:8px 12px 8px 8px;gap:8px;font-size:12px}.floating-whatsapp span{width:34px;height:34px;flex-basis:34px}
}
@media(max-width:420px){
  .customer-shortcuts a{min-height:86px;padding:13px 10px}.customer-shortcuts a>span{display:none}.customer-shortcuts strong{font-size:13px}.customer-shortcuts small{font-size:10px}
  .floating-whatsapp{right:10px;bottom:10px}.floating-whatsapp strong{font-size:11px}
}


/* === V4.7 brand logo + uncropped Ihram media === */
.wordmark.logo-wordmark{display:flex;align-items:center;justify-content:flex-start;line-height:1;min-height:52px}
.wordmark.logo-wordmark img{display:block;width:auto;height:auto;max-width:min(320px,28vw);max-height:68px;object-fit:contain;object-position:left center;transition:max-height .25s ease,max-width .25s ease}
.site-header.scrolled .wordmark.logo-wordmark img{max-height:50px;max-width:260px}

/* Keep the arch treatment, but place the complete source image inside a safe inner area. */
.ihram-arch{position:relative;overflow:hidden;isolation:isolate}
.ihram-arch:before{z-index:0;opacity:.28;filter:blur(22px) saturate(.86);transform:scale(1.12)}
.ihram-arch img{position:relative;z-index:2;width:auto!important;height:auto!important;max-width:82%!important;max-height:74%!important;object-fit:contain!important;object-position:center!important;padding:0!important;border-radius:14px;box-shadow:0 24px 55px rgba(22,43,42,.22);filter:none!important;transform:translateY(34px)}

@media(max-width:1180px){
  .wordmark.logo-wordmark img{max-width:230px;max-height:58px}
  .ihram-arch img{max-width:80%!important;max-height:72%!important;transform:translateY(30px)}
}
@media(max-width:760px){
  .wordmark.logo-wordmark{max-width:58vw;min-height:44px}
  .wordmark.logo-wordmark img{max-width:180px!important;max-height:48px!important}
  .site-header.scrolled .wordmark.logo-wordmark img{max-height:44px!important}
  .ihram-arch img{max-width:80%!important;max-height:70%!important;transform:translateY(24px)}
}
@media(max-width:420px){
  .wordmark.logo-wordmark img{max-width:145px!important;max-height:42px!important}
  .ihram-arch img{max-width:78%!important;max-height:68%!important;transform:translateY(20px)}
}

/* === V4.8 logo scale + edge-to-edge Ihram image === */
/* Larger brand mark while preserving the existing premium header layout. */
.wordmark.logo-wordmark{min-height:70px}
.wordmark.logo-wordmark img{
  width:auto!important;
  height:88px!important;
  max-height:88px!important;
  max-width:min(380px,32vw)!important;
  object-fit:contain!important;
  object-position:left center!important;
}
.site-header.scrolled .wordmark.logo-wordmark img{
  height:64px!important;
  max-height:64px!important;
  max-width:300px!important;
}

/* Fill the complete arch with the selected Ihram artwork.
   No white side gutters or inset card are shown. */
.ihram-arch{
  background:#dfe9e8!important;
  overflow:hidden!important;
}
.ihram-arch:before{display:none!important}
.ihram-arch img{
  position:absolute!important;
  inset:0!important;
  z-index:2!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  filter:none!important;
  transform:none!important;
  object-fit:cover!important;
  object-position:center center!important;
}

@media(max-width:1180px){
  .wordmark.logo-wordmark img{height:76px!important;max-height:76px!important;max-width:300px!important}
  .site-header.scrolled .wordmark.logo-wordmark img{height:58px!important;max-height:58px!important}
}
@media(max-width:760px){
  .wordmark.logo-wordmark{min-height:50px;max-width:62vw}
  .wordmark.logo-wordmark img{height:58px!important;max-height:58px!important;max-width:210px!important}
  .site-header.scrolled .wordmark.logo-wordmark img{height:50px!important;max-height:50px!important}
}
@media(max-width:420px){
  .wordmark.logo-wordmark img{height:52px!important;max-height:52px!important;max-width:175px!important}
}

/* =========================================================
   V4.9 — COMPACT PREMIUM SCALE SYSTEM
   Keeps the existing CarryClub-inspired visual language and all
   ecommerce functions, while reducing oversized vertical space
   across every customer-facing page.
========================================================= */
:root{--compact-section:76px;--compact-section-sm:54px}

/* Global scale */
.wide{width:min(1420px,calc(100% - 52px))}
.section{padding:var(--compact-section) 0}
h1{font-size:clamp(48px,4.8vw,78px);line-height:.96}
h2{font-size:clamp(38px,3.5vw,60px);line-height:1.02}
h3{font-size:24px}
.kicker{margin-bottom:11px;font-size:11px}
.lead{font-size:18px}
.outline-btn,.solid-btn{min-height:50px;padding:0 25px;font-size:12px}
.section-title-row{margin-bottom:38px}

/* Header / utility chrome */
.announcement{height:42px;font-size:13px}
.announcement button{font-size:25px}
.site-header{height:90px}
.site-header.scrolled{height:74px}
.main-nav{gap:30px}
.main-nav>a,.nav-drop>button{font-size:15px;padding:10px 0}
.nav-tools{gap:17px}
.wordmark.logo-wordmark{min-height:58px}
.wordmark.logo-wordmark img{height:70px!important;max-height:70px!important;max-width:min(320px,28vw)!important}
.site-header.scrolled .wordmark.logo-wordmark img{height:56px!important;max-height:56px!important;max-width:270px!important}

/* Homepage hero — poster-like, not a full-page billboard */
.home-hero,.home-hero.premium-home-hero{height:560px!important;min-height:560px!important;grid-template-columns:56% 44%}
.hero-copy{padding:52px 5.5vw!important}
.hero-copy h1{font-size:clamp(52px,5vw,78px)!important;line-height:.96;margin-bottom:20px;max-width:620px}
.hero-copy>p:not(.kicker){font-size:16px;max-width:520px}
.hero-actions{gap:26px;margin-top:12px}
.hero-trust{margin-top:30px;padding-top:18px;gap:20px}
.hero-image-label{left:20px;bottom:18px;padding:8px 11px}
.premium-home-hero .hero-copy:before{width:155px;height:155px;top:34px}

/* Quick hero cards */
.customer-shortcuts a{min-height:84px;padding:15px 20px;column-gap:11px}
.customer-shortcuts a>span{font-size:25px}
.customer-shortcuts strong{font-size:14px}
.customer-shortcuts small{font-size:11px;margin-top:2px}

/* Featured categories */
.featured-category-grid{grid-template-rows:280px 220px;gap:14px}
.featured-category{min-height:220px}
.featured-category>span:not(.fabric-orb){left:20px;right:20px;bottom:19px}
.featured-category strong{font-size:32px}
.featured-category em{margin-top:7px}

/* Product grids */
.products-grid{gap:25px}
.product-meta{padding:15px 3px}
.product-meta h3{font-size:22px;margin:6px 0}
.product-meta p{font-size:13px;min-height:38px}
.product-price{font-size:15px}
.product-card-top{top:12px;left:12px;right:12px}
.wish-btn{width:36px;height:36px;font-size:19px}
.quick-view{left:14px;right:14px;bottom:14px;height:42px}
.best-sellers-section .product-card:nth-child(even){transform:translateY(16px)}
.best-sellers-section .products-grid{padding-bottom:16px}

/* Editorial banners */
.editorial-split-banner{min-height:500px;height:500px}
.editorial-copy{padding:54px 6vw}
.editorial-copy h2{font-size:clamp(46px,4.4vw,68px);max-width:650px;margin-bottom:18px}
.editorial-copy>p:not(.kicker){font-size:16px;max-width:520px}
.editorial-copy .outline-btn{margin-top:14px}

/* Ihram campaign */
.ihram-editorial{padding:70px 0}
.ihram-editorial-grid{min-height:460px;gap:5vw}
.ihram-copy h2{font-size:clamp(48px,4.5vw,70px);max-width:650px;margin-bottom:22px}
.ihram-copy>p{font-size:16px;max-width:560px}
.ihram-points{padding:18px 0 23px;margin:18px 0;gap:8px 18px}
.ihram-art{min-height:450px}
.ihram-arch{width:min(420px,82%);height:440px}
.ihram-seal{width:100px;height:100px;font-size:15px;right:2%;bottom:5%}

/* Story / reviews / UGC / gallery / trust */
.story-grid{gap:5vw}
.story-copy{padding:2vw}
.text-actions{margin-top:28px;gap:30px}
.oval-frame{width:62%;max-width:430px}
.floating-note{transform:scale(.86)}
.home-review-card{padding:24px;min-height:300px}
.home-review-card blockquote{font-size:23px}
.review-stars{margin-top:28px}
.ugc-placeholder-grid article{min-height:340px;padding:28px}
.lifestyle-gallery-section{padding:72px 0}
.gallery-heading{margin-bottom:28px}
.gallery-heading h2{font-size:clamp(38px,3.5vw,56px)}
.lifestyle-gallery{grid-template-rows:235px 235px;gap:10px}
.trust-benefits-section{padding:72px 0}
.trust-heading{margin-bottom:34px}
.trust-benefits-grid article{padding:26px 25px;min-height:190px}
.trust-benefits-grid h3{font-size:26px;margin:30px 0 8px}
.newsletter-block{padding:64px 0}
.newsletter-grid h2{font-size:clamp(38px,3.8vw,58px)}

/* About page */
.about-hero{padding-top:60px;min-height:610px}
.about-hero-grid{gap:48px}
.about-title h1{font-size:clamp(58px,6vw,92px)}
.about-collage{height:500px}
.collage-word{font-size:54px}
.number-story{padding:60px 0}
.number-story article{padding:18px 38px}
.number-story span{font-size:42px}
.number-story h3{font-size:29px}
.quality-photo img{height:520px}
.stats{margin-top:32px}
.stats strong{font-size:36px}
.feature-cards{gap:18px}
.feature-cards article{padding:28px 24px;min-height:220px}
.feature-cards article>span{font-size:30px}

/* Shop */
.shop-hero{padding:48px 0 34px}
.shop-hero-copy h1{font-size:clamp(48px,4.8vw,76px)}
.shop-hero-copy p{font-size:16px}
.shop-hero-art{height:230px}
.shop-hero-art span{width:205px;height:205px}
.shop-hero-art img{width:225px;height:225px;bottom:-40px}
.shop-toolbar .wide{height:68px}
.sticky-toolbar{top:74px}
.shop-products{padding-top:55px}
.search-note{margin:-10px 0 30px}

/* Product detail */
.product-breadcrumb{padding:16px 0}
.product-page{padding-top:48px}
.product-layout{grid-template-columns:minmax(0,1.02fr) minmax(400px,.98fr);gap:4.5vw}
.product-gallery-wrap{grid-template-columns:76px 1fr;gap:14px;top:92px}
.product-thumbs{max-height:590px;gap:9px}
.product-main-image{aspect-ratio:1/1.02;max-height:620px}
.product-detail-copy{padding:8px 0}
.product-detail-copy h1{font-size:clamp(42px,3.8vw,62px);margin-bottom:14px}
.rating-row{margin-bottom:16px}
.detail-price{margin-bottom:18px}
.detail-price strong{font-size:22px}
.option-group{margin:20px 0}
.add-form{margin:14px 0 10px}
.product-wish-form{margin-bottom:20px}
.product-benefits{margin:20px 0}
.product-accordions summary{padding:15px 0}
.whatsapp-btn{margin-top:20px}
.product-story-band{padding:55px 0}
.product-story-band h2{font-size:48px}
.reviews-grid{gap:5vw}
.big-rating{padding-bottom:24px}
.big-rating>strong{font-size:68px}
.review-list article{padding:20px 0}
.review-form{padding:32px;top:92px}
.review-form h2{font-size:40px}

/* Cart / checkout / success / policy */
.page-intro{padding:58px 0 42px}
.page-intro h1{font-size:clamp(46px,4.5vw,70px);margin-bottom:10px}
.empty{padding:55px 20px}
.empty h1,.empty h2{font-size:45px}
.cart-layout{gap:48px}
.cart-item{grid-template-columns:115px 1fr 95px 105px;gap:18px;padding:18px 0}
.cart-item>a>img{width:115px;height:130px}
.cart-copy h3{font-size:22px}
.order-summary{padding:28px;top:92px}
.order-summary h2{font-size:36px}
.checkout-layout{gap:48px}
.checkout-block{padding:28px}
.checkout-block h2{font-size:34px}
.success-page{padding-top:58px!important;padding-bottom:70px!important}
.success-card h1{font-size:clamp(48px,5vw,76px)}
.policy-copy h2{font-size:40px;margin-top:38px}
.policy-nav{top:92px;padding:22px}

/* Contact / track / account */
.contact-hero,.track-hero{padding:65px 0}
.contact-hero h1,.track-hero h1{font-size:clamp(50px,5vw,78px)}
.contact-grid,.track-grid{gap:48px}
.contact-hero-card,.contact-form,.track-form{padding:30px}
.track-orbit span{width:82px;height:82px}
.track-orbit i{width:55px}
.track-result{min-height:350px;padding:34px}
.track-result h2{font-size:46px}
.account-panel{padding:70px 0}
.account-auth-grid,.account-dashboard{gap:45px}
.account-profile{top:92px}
.account-wishlist{gap:20px}

/* Footer */
.footer{padding-top:62px}
.footer-grid{gap:50px}
.footer-wordmark{font-size:50px}
.footer-grid h3{font-size:22px}
.footer-grid>div:not(.footer-brand)>a,.footer-grid>div:not(.footer-brand)>p{margin:7px 0}
.socials{margin-top:18px}
.footer-bottom{margin-top:44px;padding-top:18px}

/* Laptop / tablet */
@media(max-width:1100px){
  .wide{width:min(100% - 34px,1420px)}
  .section{padding:64px 0}
  .home-hero,.home-hero.premium-home-hero{height:500px!important;min-height:500px!important}
  .hero-copy{padding:44px 38px!important}.hero-copy h1{font-size:clamp(46px,5.7vw,66px)!important}
  .featured-category-grid{grid-template-rows:250px 190px}
  .editorial-split-banner{height:auto;min-height:450px}
  .editorial-copy{padding:48px 42px}
  .ihram-editorial-grid{min-height:420px;gap:38px}.ihram-art{min-height:400px}.ihram-arch{height:395px}
  .about-hero{min-height:540px}.about-collage{height:440px}.quality-photo img{height:460px}
  .product-layout{grid-template-columns:1fr 1fr;gap:30px}.product-main-image{max-height:560px}
}

/* Phones: compact but still touch-friendly */
@media(max-width:760px){
  .wide{width:calc(100% - 24px)}
  .section{padding:var(--compact-section-sm) 0}
  h1{font-size:clamp(40px,11vw,52px)}h2{font-size:clamp(34px,9vw,46px)}
  .announcement{min-height:36px;padding-block:6px;font-size:10px}
  .site-header,.site-header.scrolled{height:66px}
  .wordmark.logo-wordmark{min-height:42px;max-width:55vw}.wordmark.logo-wordmark img{height:50px!important;max-height:50px!important;max-width:180px!important}.site-header.scrolled .wordmark.logo-wordmark img{height:46px!important;max-height:46px!important}
  .premium-home-hero{display:block!important;height:auto!important;min-height:0!important}
  .premium-home-hero .hero-image{height:300px!important;min-height:300px!important}
  .premium-home-hero .hero-copy{padding:34px 16px 38px!important}
  .hero-copy h1{font-size:clamp(39px,11vw,49px)!important;margin-bottom:15px}.hero-copy>p:not(.kicker){font-size:14px}.hero-actions{gap:12px}.hero-trust{margin-top:22px;padding-top:13px}
  .customer-shortcuts a{min-height:72px;padding:10px 11px}.customer-shortcuts a>span{font-size:19px}.customer-shortcuts strong{font-size:12px}.customer-shortcuts small{font-size:9px}
  .section-title-row{margin-bottom:24px}
  .featured-category,.featured-category.large,.featured-category:last-child{height:300px;min-width:78vw}.featured-category strong{font-size:27px}
  .products-grid{gap:10px}.product-meta{padding:9px 1px}.product-meta h3{font-size:16px}.product-price{font-size:12px}
  .editorial-media{height:310px!important}.editorial-copy{padding:38px 18px!important}.editorial-copy h2{font-size:clamp(38px,10vw,48px)!important}.editorial-copy>p:not(.kicker){font-size:14px}
  .ihram-editorial{padding:48px 0}.ihram-editorial-grid{gap:24px}.ihram-copy h2{font-size:clamp(38px,10vw,48px)!important}.ihram-copy>p{font-size:14px}.ihram-points{padding:12px 0 16px;margin:12px 0}.ihram-art{min-height:310px}.ihram-arch{height:310px;width:86%;border-radius:180px 180px 14px 14px}.ihram-seal{width:76px;height:76px;font-size:11px}
  .oval-frame{width:min(76%,350px)}.home-review-card,.ugc-placeholder-grid article{min-height:275px}.home-review-card blockquote{font-size:21px}.review-stars{margin-top:20px}
  .lifestyle-gallery-section{padding:50px 0}.lifestyle-gallery{grid-template-rows:150px 150px 230px}.trust-benefits-section{padding:50px 0}.trust-benefits-grid article{min-height:145px;padding:20px 17px}.trust-benefits-grid h3{font-size:23px;margin:18px 0 7px}.newsletter-block{padding:46px 0}
  .about-hero{padding-top:38px;min-height:0}.about-title h1{font-size:clamp(44px,12vw,58px)!important}.about-collage{height:380px}.number-story{padding:45px 0}.quality-photo img{height:340px}.feature-cards article{min-height:180px;padding:23px 19px}
  .shop-hero{padding:38px 0 20px}.shop-hero-art{height:145px}.shop-hero-art img{width:145px;height:145px;bottom:-18px}.shop-hero-art span{width:130px;height:130px}.shop-toolbar .wide{padding:10px 0}.shop-products{padding-top:38px}
  .product-page{padding-top:32px}.product-main-image{max-height:none}.product-detail-copy h1{font-size:clamp(36px,10vw,48px)!important}.option-group{margin:16px 0}.product-benefits{margin:16px 0}.product-story-band{padding:42px 0}.product-story-band h2{font-size:40px}.review-form{padding:22px}.review-form h2{font-size:34px}
  .page-intro{padding:38px 0 28px}.page-intro h1{font-size:clamp(40px,11vw,52px)}.cart-item{padding:14px 0}.order-summary{padding:22px}.checkout-block{padding:22px 16px}.success-page{padding-top:40px!important}
  .contact-hero,.track-hero{padding:45px 0}.contact-hero h1,.track-hero h1{font-size:clamp(42px,11vw,56px)!important}.track-result{min-height:280px;padding:25px 18px}.track-result h2{font-size:38px}.account-panel{padding:50px 0}
  .footer{padding-top:48px}.footer-grid{gap:25px!important}.footer-wordmark{font-size:40px}.footer-bottom{margin-top:32px}
  .floating-whatsapp{right:10px;bottom:10px;transform:scale(.92);transform-origin:right bottom}.floating-whatsapp:hover{transform:translateY(-2px) scale(.92)}
}

@media(max-width:480px){
  .section{padding:46px 0}
  .premium-home-hero .hero-image{height:270px!important;min-height:270px!important}
  .featured-category,.featured-category.large,.featured-category:last-child{height:280px;min-width:84vw}
  .ihram-art{min-height:285px}.ihram-arch{height:285px}
  .lifestyle-gallery{grid-template-rows:135px 135px 205px}
  .about-collage{height:330px}.quality-photo img{height:300px}
}

/* =========================================================
   V4.10 — MOBILE FIT HOTFIX (NO REDESIGN)
   Only prevents horizontal overflow/cropping on phones.
   Existing visual design, typography and components remain intact.
========================================================= */
html,body{max-width:100%;overflow-x:hidden}
img,svg,video,canvas,iframe{max-width:100%}

@media(max-width:900px){
  /* Let grid/flex children actually shrink inside the phone viewport. */
  .wide,.nav-row,.main-nav,.nav-tools,.home-hero,.hero-copy,.section-title-row,
  .shop-hero>.wide,.shop-toolbar .wide,.product-layout,.product-gallery-wrap,
  .product-detail-copy,.cart-layout,.cart-list,.order-summary,.checkout-layout,
  .checkout-form,.checkout-summary,.track-hero .wide,.track-grid,.track-form,
  .track-result,.contact-grid,.contact-form,.contact-hero-card,.account-dashboard,
  .account-main,.account-panel,.footer-grid{min-width:0;max-width:100%}

  /* Product detail: a late tablet rule was forcing two columns on phones. */
  .product-layout{grid-template-columns:minmax(0,1fr)!important;gap:28px!important}
  .product-gallery-wrap{position:static!important;grid-template-columns:minmax(0,1fr)!important;gap:12px!important;width:100%}
  .product-thumbs{order:2!important;display:flex!important;flex-direction:row!important;gap:9px!important;max-height:none!important;overflow-x:auto!important;overflow-y:hidden!important;width:100%;padding-bottom:4px;-webkit-overflow-scrolling:touch}
  .thumb-btn{flex:0 0 72px;min-width:72px;max-width:72px}
  .product-main-image{order:1;width:100%;max-width:100%;aspect-ratio:1/1.02}
  .product-detail-copy{width:100%;padding-inline:0!important}
  .product-breadcrumb .wide{display:flex;flex-wrap:wrap;gap:6px 10px;min-width:0}
  .product-breadcrumb a,.product-breadcrumb strong{overflow-wrap:anywhere}
  .rating-row,.detail-price,.option-group,.product-wish-form,.product-benefits,.product-accordions{max-width:100%;min-width:0}
  .detail-price{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px}
  .add-form{width:100%;max-width:100%;grid-template-columns:96px minmax(0,1fr)!important;gap:10px}
  .add-form .solid-btn{width:100%;min-width:0;white-space:normal;padding-inline:10px}
  .qty-control{max-width:100%}
  .product-benefits>*{min-width:0}

  /* Cart: preserve summary design but keep values within the card. */
  .cart-layout,.checkout-layout{grid-template-columns:minmax(0,1fr)!important;gap:30px!important}
  .cart-list,.order-summary,.checkout-summary{width:100%;max-width:100%}
  .order-summary{position:static!important;overflow:hidden}
  .order-summary>div:not(.mini-order):not(.checkout-assurance){gap:16px;align-items:flex-start}
  .order-summary>div:not(.mini-order):not(.checkout-assurance)>span{min-width:0;overflow-wrap:anywhere}
  .order-summary>div:not(.mini-order):not(.checkout-assurance)>strong{flex:0 0 auto;max-width:45%;text-align:right;overflow-wrap:anywhere}
  .discount-labels{display:block;max-width:100%;overflow-wrap:anywhere}
  .coupon-form{width:100%;max-width:100%}
  .coupon-form input{width:0;min-width:0;max-width:100%}
  .coupon-form button{flex:0 0 auto;padding-inline:14px}
  .checkout-trust{grid-template-columns:1fr!important;white-space:normal}
  .mini-order{grid-template-columns:52px minmax(0,1fr) auto!important;min-width:0}
  .mini-order>span{min-width:0}.mini-order>span strong,.mini-order>span small{overflow-wrap:anywhere}

  /* Checkout fields/options must never create a wider intrinsic width. */
  .checkout-block,.form-grid,.field,.shipping-options,.payment-options,.payment-detail-grid{min-width:0;max-width:100%}
  .field input,.field textarea,.field select,.checkout-block input,.checkout-block textarea,.checkout-block select{width:100%;max-width:100%;min-width:0}
  .shipping-option,.payment-option{min-width:0}
  .shipping-option span,.payment-option span{min-width:0;overflow-wrap:anywhere}

  /* Track Order: keep the same orbit concept, scaled to available width. */
  .track-hero{overflow:hidden}
  .track-hero .wide{grid-template-columns:minmax(0,1fr)!important;gap:26px!important}
  .track-hero .wide>div:first-child{min-width:0}
  .track-hero h1,.track-hero p{max-width:100%;overflow-wrap:anywhere}
  .track-orbit{width:100%;max-width:100%;gap:8px!important;justify-content:space-between!important;overflow:hidden}
  .track-orbit span{flex:0 0 72px;width:72px!important;height:72px!important;font-size:10px!important}
  .track-orbit i{flex:1 1 22px;width:auto!important;min-width:14px;max-width:38px}
  .track-orbit b{flex:0 0 auto;font-size:20px!important}
  .track-grid{grid-template-columns:minmax(0,1fr)!important;gap:24px!important}
  .track-form,.track-result{width:100%;max-width:100%}
  .track-meta{grid-template-columns:minmax(0,1fr)!important}
  .tracking-steps>div{grid-template-columns:28px minmax(0,1fr)!important;gap:8px}
  .tracking-steps>div>small{grid-column:2;overflow-wrap:anywhere}

  /* Shop toolbar/filter: retain appearance, remove off-screen width. */
  .shop-hero>.wide{grid-template-columns:minmax(0,1fr)!important}
  .shop-hero-copy,.shop-hero-art{min-width:0;max-width:100%}
  .shop-toolbar{max-width:100%;overflow:hidden}
  .shop-toolbar .wide{width:calc(100% - 24px)!important;max-width:100%;display:grid!important;grid-template-columns:minmax(0,1fr)!important;height:auto!important;gap:10px;padding:10px 0!important}
  .shop-filter{display:flex;flex-wrap:nowrap!important;max-width:100%;overflow-x:auto!important;overflow-y:hidden;-webkit-overflow-scrolling:touch;padding-bottom:2px}
  .shop-filter a{flex:0 0 auto;white-space:nowrap}
  .sort-form{width:100%;max-width:100%}.sort-form select{width:100%;max-width:100%}

  /* Generic safety for long labels/content without altering styling. */
  .page-intro p,.contact-row,.account-orders a,.footer-grid,.policy-copy,
  .product-story-band,.review-list,.review-form{min-width:0;max-width:100%}
  p,h1,h2,h3,strong,small,label{overflow-wrap:break-word}
}

@media(max-width:480px){
  .wide{width:calc(100% - 20px)!important}
  .product-page .wide,.page-product .wide{width:calc(100% - 20px)!important}
  .product-detail-copy h1{font-size:clamp(36px,10.5vw,46px)!important}
  .add-form{grid-template-columns:86px minmax(0,1fr)!important}
  .cart-item{grid-template-columns:72px minmax(0,1fr)!important;gap:10px!important}
  .cart-item>a>img{width:72px!important;height:88px!important}
  .cart-line-total,.cart-qty-wrap{grid-column:2!important;grid-row:auto!important;justify-self:start}
  .cart-remove{position:static!important;grid-column:2;justify-self:start;padding:0}
  .order-summary{padding:20px!important}
  .order-summary h2{font-size:34px!important}
  .track-orbit span{flex-basis:66px;width:66px!important;height:66px!important;font-size:9px!important}
  .track-orbit{gap:5px!important}.track-orbit i{min-width:10px;max-width:26px}.track-orbit b{font-size:18px!important}
  .track-result{padding-inline:16px!important}
  .floating-whatsapp{max-width:calc(100vw - 20px)}
}

/* =========================================================
   V4.11 CHECKOUT MOBILE RADIO HOTFIX
   Scope: checkout page only. Keeps existing visual design.
   Prevents generic mobile input width rules from stretching
   radio controls and squeezing shipping/payment text.
========================================================= */
@media(max-width:900px){
  .page-checkout .shipping-option,
  .page-checkout .payment-option{
    width:100%;
    max-width:100%;
    min-width:0;
    box-sizing:border-box;
    display:grid!important;
    grid-template-columns:20px minmax(0,1fr) auto;
    align-items:center;
    column-gap:12px;
  }
  .page-checkout .shipping-option input[type="radio"],
  .page-checkout .payment-option input[type="radio"]{
    width:18px!important;
    height:18px!important;
    min-width:18px!important;
    max-width:18px!important;
    margin:0!important;
    padding:0!important;
    flex:none!important;
    align-self:center;
  }
  .page-checkout .shipping-option>span,
  .page-checkout .payment-option>span{
    min-width:0!important;
    width:auto!important;
    max-width:100%;
    overflow:visible!important;
  }
  .page-checkout .shipping-option strong,
  .page-checkout .shipping-option small,
  .page-checkout .payment-option strong,
  .page-checkout .payment-option small{
    word-break:normal!important;
    overflow-wrap:break-word!important;
    white-space:normal!important;
  }
  .page-checkout .shipping-option>b{
    min-width:max-content;
    max-width:38vw;
    text-align:right;
    white-space:normal;
    overflow-wrap:break-word;
  }
}
@media(max-width:480px){
  .page-checkout .shipping-option,
  .page-checkout .payment-option{
    padding:15px 13px!important;
    grid-template-columns:18px minmax(0,1fr) auto;
    column-gap:10px;
  }
  .page-checkout .shipping-option input[type="radio"],
  .page-checkout .payment-option input[type="radio"]{
    width:17px!important;
    height:17px!important;
    min-width:17px!important;
    max-width:17px!important;
  }
  .page-checkout .shipping-option>b{font-size:12px;max-width:32vw}
}


/* =========================================================
   V4.14 — MOBILE HEADER ALIGNMENT ONLY
   Desktop remains unchanged.
   Mobile: Menu left | Logo centered | Search/Wishlist/Cart right.
========================================================= */
@media(max-width:760px){
  .site-header,.site-header.scrolled{height:78px!important}
  .premium-header .nav-row{
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:calc(100% - 24px)!important;
    height:100%!important;
    margin-inline:auto!important;
    padding:0!important;
  }

  /* Menu is the left-hand control. */
  .mobile-menu{
    display:flex!important;
    align-items:center;
    justify-content:flex-start;
    position:absolute!important;
    left:0!important;
    right:auto!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    min-width:44px;
    min-height:44px;
    padding:0!important;
    margin:0!important;
    font-size:14px!important;
    font-weight:500;
    z-index:653;
  }

  /* Brand is always optically centered, independent of side controls. */
  .wordmark,
  .wordmark.logo-wordmark{
    position:absolute!important;
    left:50%!important;
    top:50%!important;
    transform:translate(-50%,-50%)!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:auto!important;
    max-width:132px!important;
    min-height:0!important;
    margin:0!important;
    z-index:651;
    overflow:visible!important;
  }
  .wordmark.logo-wordmark img,
  .site-header.scrolled .wordmark.logo-wordmark img{
    width:auto!important;
    height:62px!important;
    max-height:62px!important;
    max-width:126px!important;
    object-fit:contain!important;
    object-position:center!important;
  }

  /* Keep the three useful shopping actions on the right. */
  .nav-tools{
    position:absolute!important;
    right:0!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:8px!important;
    margin:0!important;
    padding:0!important;
    min-width:0!important;
    z-index:652;
  }
  .nav-tools .icon-link:first-child{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:30px!important;
    height:38px!important;
    padding:0!important;
    font-size:22px!important;
  }
  .heart-link{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:30px!important;
    height:38px!important;
    padding:0!important;
    font-size:22px!important;
  }
  .heart-link span{
    width:15px!important;
    height:15px!important;
    right:-2px!important;
    top:-1px!important;
    font-size:8px!important;
  }
  .account-link{display:none!important}
  .cart-link{
    display:inline-flex!important;
    align-items:center!important;
    gap:4px!important;
    white-space:nowrap!important;
    font-size:12px!important;
    min-width:0!important;
  }
  .cart-link>span:last-child{
    width:27px!important;
    height:27px!important;
    margin-left:0!important;
    flex:0 0 27px!important;
  }

  /* Since the trigger sits on the left, the drawer enters from the left too. */
  .main-nav{
    left:-100%!important;
    right:auto!important;
    transition:left .35s ease!important;
  }
  .main-nav.open{
    left:0!important;
    right:auto!important;
    box-shadow:30px 0 60px rgba(0,0,0,.12)!important;
  }
}

@media(max-width:430px){
  .premium-header .nav-row{width:calc(100% - 18px)!important}
  .mobile-menu{font-size:13px!important;min-width:39px!important}
  .wordmark,.wordmark.logo-wordmark{max-width:106px!important}
  .wordmark.logo-wordmark img,
  .site-header.scrolled .wordmark.logo-wordmark img{
    height:56px!important;
    max-height:56px!important;
    max-width:102px!important;
  }
  .nav-tools{gap:5px!important}
  .nav-tools .icon-link:first-child,.heart-link{width:27px!important;font-size:20px!important}
  .cart-link{font-size:11px!important;gap:3px!important}
  .cart-link>span:last-child{width:25px!important;height:25px!important;flex-basis:25px!important}
}

@media(max-width:370px){
  .premium-header .nav-row{width:calc(100% - 14px)!important}
  .mobile-menu{font-size:12px!important;min-width:35px!important}
  .wordmark,.wordmark.logo-wordmark{max-width:88px!important}
  .wordmark.logo-wordmark img,
  .site-header.scrolled .wordmark.logo-wordmark img{
    height:50px!important;
    max-height:50px!important;
    max-width:86px!important;
  }
  .nav-tools{gap:3px!important}
  .nav-tools .icon-link:first-child,.heart-link{width:25px!important;font-size:19px!important}
  .cart-label{display:none!important}
  .cart-link>span:last-child{width:25px!important;height:25px!important;flex-basis:25px!important}
}

/* V4.15 footer logo + cart icon */
.cart-icon-link{display:inline-flex;align-items:center;gap:7px;line-height:1}
.cart-nav-icon{width:24px;height:24px;display:block;flex:0 0 auto}
.cart-icon-link>span{margin-left:0}
.footer-logo-wordmark{display:inline-flex;align-items:center;max-width:220px}
.footer-brand-logo{display:block;width:auto;max-width:200px;max-height:92px;object-fit:contain;filter:brightness(0) invert(1);opacity:.96}
@media(max-width:700px){.cart-nav-icon{width:22px;height:22px}.cart-icon-link{gap:4px}.footer-logo-wordmark{max-width:170px}.footer-brand-logo{max-width:155px;max-height:76px}}

/* V4.17 Smart coupon claim popup */
.coupon-popup{position:fixed;inset:0;z-index:100500;display:none;align-items:center;justify-content:center;padding:24px}.coupon-popup.open{display:flex}.coupon-popup-backdrop{position:absolute;inset:0;background:rgba(8,18,18,.72);backdrop-filter:blur(8px)}.coupon-popup-card{position:relative;z-index:1;width:min(980px,calc(100vw - 40px));max-height:min(720px,calc(100vh - 40px));display:grid;grid-template-columns:.92fr 1.08fr;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 35px 100px rgba(0,0,0,.34);animation:couponPop .38s cubic-bezier(.2,.8,.2,1) both}.coupon-popup-close{position:absolute;right:18px;top:16px;z-index:5;width:42px;height:42px;border:1px solid #d9dfde;border-radius:50%;background:#fff;font-size:25px;line-height:1;cursor:pointer}.coupon-popup-art{position:relative;min-height:590px;padding:34px;display:flex;flex-direction:column;justify-content:space-between;color:#fff;background:radial-gradient(circle at 80% 30%,rgba(255,255,255,.08),transparent 28%),linear-gradient(145deg,#050707,#101716 72%,#1d2d2b);overflow:hidden}.coupon-popup-art:before{content:"X";position:absolute;right:-30px;top:75px;font-family:var(--serif);font-size:310px;line-height:1;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.09);transform:rotate(-8deg)}.coupon-popup-art:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 44%,rgba(255,255,255,.055) 45%,transparent 46%);pointer-events:none}.coupon-popup-logo{position:relative;z-index:2;width:86px;height:86px;border:1px solid rgba(255,255,255,.75);border-radius:50%;display:grid;place-items:center;padding:13px;background:rgba(0,0,0,.18)}.coupon-popup-logo img{width:100%;height:100%;object-fit:contain;filter:brightness(0) invert(1)}.coupon-popup-logo span{font-family:var(--serif);font-size:44px}.coupon-art-copy{position:relative;z-index:2}.coupon-art-copy>small{display:inline-flex;border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:8px 12px;font-size:10px;letter-spacing:.12em;font-weight:700}.coupon-art-copy h2{font-size:48px;line-height:.98;margin:20px 0 18px;color:#fff}.coupon-art-copy p{font-size:16px;color:rgba(255,255,255,.8);max-width:360px}.coupon-art-copy ul{list-style:none;padding:0;margin:24px 0 0;display:grid;gap:10px;font-size:14px;font-weight:600}.coupon-popup-form-wrap{padding:38px 44px 30px;overflow:auto}.coupon-popup-form-wrap h2{font-size:44px;margin-bottom:8px}.coupon-popup-intro{color:var(--muted);margin-bottom:18px;line-height:1.45}.coupon-offer-list{display:grid;gap:9px;margin:16px 0 20px}.coupon-offer-option{display:grid!important;grid-template-columns:18px 1fr auto;align-items:center;gap:13px;border:1px solid #d8dfde;border-radius:13px;padding:13px 14px;cursor:pointer;transition:.2s;background:#fff}.coupon-offer-option:has(input:checked){border-color:var(--teal);background:#f1f6f5;box-shadow:0 0 0 1px var(--teal) inset}.coupon-offer-option input{width:16px!important;height:16px!important;margin:0;accent-color:var(--teal)}.coupon-offer-option span{display:grid;gap:1px;min-width:0}.coupon-offer-option strong{font-family:var(--serif);font-size:17px}.coupon-offer-option small{color:var(--muted);font-size:12px;line-height:1.35}.coupon-offer-option b{white-space:nowrap;background:#172d2c;color:#fff;border-radius:999px;padding:8px 11px;font-size:11px}.coupon-popup-form-wrap form>label:not(.coupon-offer-option){display:grid;gap:7px;font-size:13px;margin:13px 0}.coupon-popup-form-wrap form>label input{width:100%;height:52px;border:1px solid #d5dcdb;border-radius:10px;padding:0 13px;outline:0}.coupon-popup-form-wrap form>label input:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(40,83,81,.08)}.coupon-claim-btn{width:100%;min-height:52px;margin-top:6px;border:0;border-radius:9px;background:#171a19;color:#fff;font-weight:700;letter-spacing:.04em;cursor:pointer}.coupon-claim-btn:disabled{opacity:.55;cursor:wait}.coupon-fineprint{display:block;text-align:center;color:#929a99;margin-top:10px;font-size:11px}.coupon-claim-result{margin-top:18px;border-radius:14px;padding:18px;background:#f1f6f5;border:1px solid #d4e0de}.coupon-claim-result.error{background:#fff4f1;border-color:#edd4ce}.coupon-result-title{font-family:var(--serif);font-size:27px;line-height:1.05;margin-bottom:8px}.coupon-result-code{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff;border:1px dashed var(--teal);padding:13px 14px;margin-top:13px}.coupon-result-code strong{font-size:18px;letter-spacing:.1em}.coupon-result-code button{border:0;background:var(--teal);color:#fff;padding:9px 12px;cursor:pointer;font-weight:700}.coupon-result-actions{display:flex;gap:9px;margin-top:12px}.coupon-result-actions a{flex:1;text-align:center;padding:12px;border:1px solid var(--teal);font-weight:700;font-size:12px}.coupon-result-actions a:first-child{background:var(--teal);color:#fff}@keyframes couponPop{from{opacity:0;transform:translateY(18px) scale(.975)}to{opacity:1;transform:none}}
@media(max-width:760px){.coupon-popup{padding:12px}.coupon-popup-card{width:100%;max-height:calc(100vh - 24px);grid-template-columns:1fr;border-radius:18px;overflow:auto}.coupon-popup-art{min-height:auto;padding:22px 22px 20px;display:grid;grid-template-columns:64px 1fr;gap:16px;align-items:center}.coupon-popup-art:before{font-size:180px;right:-15px;top:-20px}.coupon-popup-logo{width:64px;height:64px;padding:10px}.coupon-art-copy h2{font-size:30px;margin:5px 0 8px}.coupon-art-copy>small,.coupon-art-copy ul{display:none}.coupon-art-copy p{font-size:13px;margin:0}.coupon-popup-form-wrap{padding:24px 20px 22px;overflow:visible}.coupon-popup-form-wrap h2{font-size:34px}.coupon-popup-close{right:10px;top:10px;width:36px;height:36px}.coupon-offer-option{grid-template-columns:16px 1fr auto;padding:11px}.coupon-offer-option b{font-size:10px;padding:7px 9px}.coupon-claim-result{padding:15px}.coupon-result-code{align-items:stretch;flex-direction:column}.coupon-result-code button{width:100%}}


/* =========================================================
   V4.18 TARGETED UX FIXES
   - persistent private-offer checkout notice
   - home offer popup fit on desktop/mobile
   - account page proportions restored
========================================================= */
.toast[data-toast-persistent]{z-index:100100;padding-right:58px;max-width:460px}
.toast[data-toast-persistent] button{width:34px;height:34px;display:grid;place-items:center;top:10px;right:10px}

/* Offer popup: every Home load, with a viewport-safe dialog. */
.coupon-popup{padding:16px;overscroll-behavior:contain}
.coupon-popup-card{width:min(1040px,calc(100vw - 32px));height:min(740px,calc(100dvh - 32px));max-height:calc(100dvh - 32px);grid-template-columns:minmax(340px,.92fr) minmax(0,1.08fr);align-items:stretch}
.coupon-popup-art{min-height:0;height:100%;padding:30px}
.coupon-popup-form-wrap{min-width:0;height:100%;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;padding:34px 42px 28px}
.coupon-popup-form-wrap h2{font-size:clamp(36px,3.2vw,48px)}
.coupon-claim-result{scroll-margin-bottom:24px}

/* Account: restore card spacing that compact rules accidentally flattened. */
.page-account .page-intro{padding:46px 0 30px}
.page-account .section{padding:48px 0 70px}
.page-account .account-dashboard{grid-template-columns:minmax(240px,300px) minmax(0,1fr);gap:28px;align-items:start}
.page-account .account-profile{position:sticky;top:96px;padding:28px;min-width:0}
.page-account .account-profile h2{font-size:32px;overflow-wrap:anywhere}
.page-account .account-profile p{overflow-wrap:anywhere}
.page-account .account-main{gap:18px;min-width:0}
.page-account .account-panel{padding:28px 30px!important;min-width:0;overflow:hidden}
.page-account .panel-head{gap:16px;flex-wrap:wrap;align-items:flex-end;margin-bottom:18px}
.page-account .panel-head h2{font-size:40px}
.page-account .account-orders a{grid-template-columns:minmax(0,1fr) 105px 120px;gap:14px}
.page-account .account-orders a>*{min-width:0}
.page-account .account-orders strong,.page-account .account-orders small{overflow-wrap:anywhere}

@media(max-width:760px){
  .coupon-popup{padding:8px;align-items:center}
  .coupon-popup-card{width:100%;height:auto;max-height:calc(100dvh - 16px);display:block;border-radius:16px;overflow-y:auto;overflow-x:hidden}
  .coupon-popup-art{height:auto;min-height:150px;padding:18px 18px 16px;grid-template-columns:56px minmax(0,1fr);gap:12px}
  .coupon-popup-logo{width:56px;height:56px;padding:8px}
  .coupon-art-copy h2{font-size:27px;line-height:1;margin:4px 0 7px}
  .coupon-art-copy p{font-size:12px;line-height:1.4}
  .coupon-popup-form-wrap{height:auto;overflow:visible;padding:20px 16px 18px}
  .coupon-popup-form-wrap h2{font-size:31px}
  .coupon-popup-intro{font-size:13px;margin-bottom:13px}
  .coupon-offer-list{margin:12px 0 15px}
  .coupon-offer-option{grid-template-columns:16px minmax(0,1fr) auto;gap:9px;padding:10px}
  .coupon-offer-option strong{font-size:15px}.coupon-offer-option small{font-size:11px}.coupon-offer-option b{padding:6px 8px}
  .coupon-popup-form-wrap form>label input{height:48px}
  .coupon-popup-close{position:sticky;float:right;right:8px;top:8px;margin:8px 8px -44px 0;background:#fff}

  .page-account .page-intro{padding:30px 0 20px}
  .page-account .section{padding:24px 0 52px}
  .page-account .account-dashboard{grid-template-columns:minmax(0,1fr);gap:16px}
  .page-account .account-profile{position:static;padding:20px;display:grid;grid-template-columns:58px minmax(0,1fr);column-gap:14px;align-items:center}
  .page-account .account-avatar{width:58px;height:58px;font-size:27px;grid-row:1/3}
  .page-account .account-profile h2{font-size:25px;margin:0 0 4px}
  .page-account .account-profile p{margin:0;font-size:13px;line-height:1.45}
  .page-account .account-profile .outline-btn{grid-column:1/-1;margin-top:14px;min-height:46px}
  .page-account .account-panel{padding:18px 16px!important}
  .page-account .panel-head{display:grid;grid-template-columns:minmax(0,1fr);gap:6px;align-items:start;margin-bottom:14px}
  .page-account .panel-head h2{font-size:34px}
  .page-account .panel-head>a{justify-self:start}
  .page-account .account-orders a{grid-template-columns:minmax(0,1fr) auto;gap:8px 12px;padding:14px 0}
  .page-account .account-orders a>strong{grid-column:1/-1;justify-self:start}
}

@media(max-width:380px){
  .coupon-popup-form-wrap{padding:18px 13px 16px}
  .coupon-popup-form-wrap h2{font-size:28px}
  .coupon-offer-option{grid-template-columns:16px minmax(0,1fr)}
  .coupon-offer-option b{grid-column:2;justify-self:start;margin-top:3px}
  .toast[data-toast-persistent]{left:10px;right:10px;bottom:10px;max-width:none}
}

/* Curated collections filters */
.collection-filter{margin-top:10px;padding-top:10px;border-top:1px solid rgba(49,91,88,.12);gap:8px}.collection-filter a{font-size:12px;letter-spacing:.02em;white-space:nowrap}.collection-filter a.active{background:var(--teal);color:#fff;border-color:var(--teal)}@media(max-width:700px){.collection-filter{display:flex;overflow-x:auto;scrollbar-width:none;padding-bottom:4px}.collection-filter::-webkit-scrollbar{display:none}.collection-filter a{flex:0 0 auto}}

/* Keep category + curated collection filters tidy on desktop */
@media(min-width:761px){.shop-toolbar .wide{height:auto;min-height:68px;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"primary sort" "collections collections";gap:8px 20px;padding:10px 0}.shop-toolbar .shop-filter:first-child{grid-area:primary}.shop-toolbar .collection-filter{grid-area:collections;margin-top:0}.shop-toolbar .sort-form{grid-area:sort;align-self:center}}


/* =========================================================
   V4.30 FINAL SHOP COLLECTION FIX
   Full-image overlay cards + stable mobile layout
========================================================= */
.shop-collection-showcase-final{background:#fff;padding:28px 0 22px!important}
.collection-title-line{display:flex!important;align-items:center!important;justify-content:center!important;gap:18px!important;margin:0 0 24px!important}
.collection-title-line span{display:block!important;width:90px!important;height:1px!important;background:#86a09d!important}
.collection-title-line h2{margin:0!important;font-family:var(--sans)!important;font-size:13px!important;line-height:1!important;font-weight:700!important;letter-spacing:.24em!important;color:#173a38!important;white-space:nowrap!important}
.collection-card-row{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;width:100%!important}
.collection-image-card{position:relative!important;display:block!important;min-width:0!important;aspect-ratio:1.15/1!important;overflow:hidden!important;border-radius:18px!important;background:#1b302f!important;border:1px solid rgba(35,67,64,.12)!important;box-shadow:0 10px 28px rgba(18,33,32,.09)!important;color:#fff!important;text-decoration:none!important}
.collection-image-card>img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;object-position:center!important;margin:0!important;padding:0!important;max-width:none!important;max-height:none!important;transition:transform .3s ease!important}
.collection-image-card:hover>img{transform:scale(1.035)!important}
.collection-card-shade{position:absolute!important;inset:0!important;display:block!important;background:linear-gradient(180deg,rgba(8,16,15,.04) 8%,rgba(8,16,15,.18) 42%,rgba(8,16,15,.84) 100%)!important;z-index:1!important}
.collection-card-copy{position:absolute!important;z-index:2!important;left:0!important;right:0!important;bottom:0!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;padding:18px!important;color:#fff!important}
.collection-card-copy small{display:inline-block!important;margin:0 0 7px!important;font-size:9px!important;line-height:1.2!important;letter-spacing:.16em!important;font-weight:700!important;color:rgba(255,255,255,.88)!important;text-transform:uppercase!important}
.collection-card-copy h3{margin:0 0 6px!important;font-family:var(--serif)!important;font-size:27px!important;line-height:1.02!important;font-weight:400!important;color:#fff!important;max-width:12ch!important}
.collection-card-copy p{margin:0 0 12px!important;font-size:12px!important;line-height:1.45!important;color:rgba(255,255,255,.88)!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;max-width:28ch!important}
.collection-card-copy b{display:inline-flex!important;align-items:center!important;gap:10px!important;margin:0!important;padding:9px 12px!important;border-radius:8px!important;background:rgba(26,76,72,.9)!important;color:#fff!important;font-size:10px!important;line-height:1!important;font-weight:700!important;font-style:normal!important}
.collection-card-copy b i{font-style:normal!important;font-size:13px!important}
.collection-image-card.active{outline:2px solid #315b58!important;outline-offset:2px!important}
.shop-toolbar-final{position:relative!important;top:auto!important;background:#fff!important;border-top:0!important}
.shop-toolbar-final .wide{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:16px!important;padding-top:12px!important;padding-bottom:12px!important}
.shop-toolbar-final .shop-filter{display:flex!important;flex-wrap:wrap!important;gap:10px!important;min-width:0!important}
.shop-toolbar-final .shop-filter a{white-space:nowrap!important;border-radius:999px!important}

/* compact mobile footer + Weblixor */
.footer-credit strong{color:#fff!important;font-weight:700!important}
@media(max-width:1180px){
 .collection-card-row{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 .collection-image-card{aspect-ratio:1.55/1!important}
}
@media(max-width:760px){
 body{overflow-x:hidden!important}
 .shop-collection-showcase-final{padding:14px 0 14px!important;overflow:hidden!important}
 .shop-collection-showcase-final>.wide{width:100%!important;max-width:none!important;padding:0 14px!important}
 .collection-title-line{gap:10px!important;margin-bottom:14px!important}
 .collection-title-line span{width:38px!important;flex:0 0 38px!important}
 .collection-title-line h2{font-size:11px!important;letter-spacing:.15em!important}
 .collection-card-row{display:flex!important;grid-template-columns:none!important;gap:12px!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;padding:2px 1px 8px!important;scrollbar-width:none!important}
 .collection-card-row::-webkit-scrollbar{display:none!important}
 .collection-image-card{flex:0 0 78vw!important;width:78vw!important;max-width:315px!important;min-height:0!important;aspect-ratio:1.08/1!important;scroll-snap-align:start!important;border-radius:16px!important}
 .collection-card-copy{padding:15px!important}
 .collection-card-copy small{font-size:8px!important;margin-bottom:6px!important}
 .collection-card-copy h3{font-size:23px!important;margin-bottom:5px!important;max-width:13ch!important}
 .collection-card-copy p{font-size:11px!important;line-height:1.4!important;margin-bottom:10px!important;-webkit-line-clamp:2!important}
 .collection-card-copy b{padding:8px 10px!important;font-size:9px!important}
 .shop-toolbar-final .wide{width:100%!important;max-width:none!important;padding:10px 14px!important;display:block!important}
 .shop-toolbar-final .shop-filter{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;gap:8px!important;padding-bottom:7px!important;scrollbar-width:none!important}
 .shop-toolbar-final .shop-filter::-webkit-scrollbar{display:none!important}
 .shop-toolbar-final .shop-filter a{flex:0 0 auto!important;padding:9px 16px!important;font-size:12px!important}
 .shop-toolbar-final .sort-form{width:100%!important;margin-top:4px!important}
 .shop-toolbar-final .sort-form select{width:100%!important;max-width:none!important}
 .footer{padding:38px 0 18px!important}
 .footer-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:22px 18px!important}
 .footer-brand{grid-column:1/-1!important}
 .footer-grid>div h3{font-size:17px!important;margin-bottom:9px!important}
 .footer-grid>div>a,.footer-grid>div>p,.footer-grid>div>small{font-size:11px!important;line-height:1.45!important;overflow-wrap:anywhere!important}
 .footer-grid>div:last-child{grid-column:1/-1!important;display:grid!important;grid-template-columns:1fr 1fr!important;column-gap:14px!important}
 .footer-grid>div:last-child h3,.footer-grid>div:last-child p,.footer-grid>div:last-child small{grid-column:1/-1!important}
 .footer-bottom{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px 12px!important;margin-top:22px!important;padding-top:14px!important}
 .footer-bottom span{font-size:9px!important;line-height:1.35!important;overflow-wrap:anywhere!important}
 .footer-credit{grid-column:1/-1!important;text-align:center!important;padding-top:4px!important}
}
@media(max-width:380px){
 .collection-image-card{flex-basis:82vw!important;width:82vw!important}
 .footer-grid{gap:20px 12px!important}
}


/* v4.31 product video */
.product-video-block{margin-top:16px;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#f7f9f8}
.product-video-label{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid var(--line)}
.product-video-label span{font-size:11px;font-weight:700;letter-spacing:.16em;color:var(--teal2)}
.product-video-label small{color:var(--muted)}
.product-video-block video{display:block;width:100%;max-height:620px;background:#111;object-fit:contain}
@media(max-width:760px){.product-video-block{margin-top:12px;border-radius:14px}.product-video-label{padding:10px 12px}.product-video-block video{max-height:72vh}}


/* v4.32 — product video thumbnail + click-to-enlarge modal */
.product-media-rail{display:flex;flex-direction:column;gap:10px;min-width:0;min-height:0}
.product-media-rail .product-thumbs{min-height:0;max-height:510px}
.product-video-thumb{flex:0 0 auto;width:100%;border:1px solid var(--line);background:#fff;padding:5px;cursor:pointer;border-radius:10px;display:grid;gap:5px;transition:.2s ease;overflow:hidden}
.product-video-thumb:hover{border-color:var(--teal);box-shadow:0 7px 18px rgba(33,59,57,.12)}
.product-video-thumb-poster{position:relative;display:block;width:100%;aspect-ratio:1;overflow:hidden;border-radius:7px;background:#e9eeee}
.product-video-thumb-poster img{width:100%;height:100%;object-fit:cover;display:block;filter:brightness(.78)}
.product-video-thumb-poster i{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.94);color:var(--teal);font-style:normal;font-size:12px;padding-left:2px;box-shadow:0 5px 14px rgba(0,0,0,.18)}
.product-video-thumb strong{font-size:9px;letter-spacing:.14em;color:var(--teal2);text-align:center;line-height:1.2;padding:2px 0 3px}
.video-lightbox{position:fixed;inset:0;z-index:1100;background:rgba(8,14,14,.92);display:flex;align-items:center;justify-content:center;padding:28px;opacity:0;visibility:hidden;transition:opacity .22s ease,visibility .22s ease}
.video-lightbox.open{opacity:1;visibility:visible}
.video-lightbox-dialog{width:min(900px,88vw);max-height:84vh;display:flex;align-items:center;justify-content:center;background:#000;border-radius:18px;overflow:hidden;box-shadow:0 30px 90px rgba(0,0,0,.36)}
.video-lightbox video{display:block;width:100%;max-height:84vh;object-fit:contain;background:#000}
.video-lightbox-close{position:absolute;right:28px;top:20px;width:46px;height:46px;border:1px solid rgba(255,255,255,.32);border-radius:50%;background:rgba(255,255,255,.08);color:#fff;font-size:30px;line-height:1;cursor:pointer;z-index:2}
.video-lightbox-close:hover{background:rgba(255,255,255,.16)}
@media(max-width:760px){
  .product-media-rail{order:2;display:grid;grid-template-columns:minmax(0,1fr) 72px;gap:9px;align-items:start;width:100%}
  .product-media-rail .product-thumbs{order:initial!important;max-height:none!important;overflow-x:auto!important;overflow-y:hidden!important;padding-bottom:4px;margin:0;min-width:0}
  .product-video-thumb{width:72px;min-width:72px;position:relative;z-index:2;padding:4px;border-radius:9px}
  .product-video-thumb-poster i{width:28px;height:28px;font-size:10px}
  .product-video-thumb strong{font-size:8px}
  .product-main-image{order:1}
  .video-lightbox{padding:14px}
  .video-lightbox-dialog{width:94vw;max-height:78vh;border-radius:14px}
  .video-lightbox video{max-height:78vh}
  .video-lightbox-close{right:14px;top:14px;width:42px;height:42px;font-size:26px}
}
@media(max-width:420px){
  .product-media-rail{grid-template-columns:minmax(0,1fr) 66px}
  .product-video-thumb{width:66px;min-width:66px}
}


/* v4 automatic discount confirmation */
.automatic-discount-row>span{display:flex;flex-direction:column;gap:4px}
.automatic-discount-row .discount-labels{display:inline-flex;width:max-content;max-width:100%;padding:5px 8px;border-radius:999px;background:#edf5f2;color:#285956;font-size:10px;font-weight:700;line-height:1.25}
.automatic-discount-row>strong{color:#285956}


/* v4.50 automatic discount confirmation */
.automatic-discount-row.is-applied{background:#eef7f4;border-radius:10px;padding:10px 12px;margin:0 -12px}.automatic-discount-row.is-applied strong{color:#1d6258}.automatic-discount-row .discount-labels{display:block;margin-top:4px;font-size:11px;line-height:1.35;color:#4f6d69}


/* v4.41 — customer account visible in navbar */
.customer-account-link{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-height:38px;
  padding:4px 2px;
  font-size:14px;
  color:var(--ink);
  white-space:nowrap;
}
.account-nav-icon{width:22px;height:22px;display:block;flex:0 0 auto}
.customer-account-link:hover{color:var(--teal)}
@media(max-width:1100px){
  .customer-account-link{display:inline-flex!important;width:32px!important;height:38px!important;padding:0!important;min-width:32px!important}
  .customer-account-link .account-nav-text{display:none!important}
  .account-nav-icon{width:22px;height:22px}
}
@media(max-width:760px){
  .customer-account-link{display:inline-flex!important;width:28px!important;min-width:28px!important;height:38px!important}
  .premium-header .nav-tools{gap:6px!important}
  .account-nav-icon{width:21px;height:21px}
}
@media(max-width:430px){
  .premium-header .nav-tools{gap:3px!important}
  .customer-account-link{width:25px!important;min-width:25px!important}
  .account-nav-icon{width:19px;height:19px}
}
