:root{
  --bg:#f7f5f1;
  --paper:#fffefa;
  --surface:#ffffff;
  --soft:#f0ece6;
  --soft-2:#ebe4da;
  --ink:#11110f;
  --muted:#77736d;
  --line:#ddd7ce;
  --accent:#a66a37;
  --accent-soft:#d8b38e;
  --green:#4d5e50;
  --wish:#a24c3f;
  --shadow:0 18px 50px rgba(35,28,20,.10);
  --max:1460px;
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}
body.lock{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
img{max-width:100%}
.container{width:min(var(--max),calc(100% - 72px));margin:auto}
.section{padding:86px 0}
.section-sm{padding:42px 0}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{font-weight:600}
h1{font-size:clamp(48px,6.4vw,104px);line-height:.91;letter-spacing:-.055em}
h2{font-size:clamp(32px,3.8vw,58px);line-height:1;letter-spacing:-.045em}
h3{letter-spacing:-.03em}
.muted{color:var(--muted)}
.eyebrow,.micro-label{display:inline-block;font-size:10px;line-height:1;letter-spacing:.21em;font-weight:700;text-transform:uppercase;color:var(--accent)}
.micro-label.light{color:#efe7db}

/* HEADER */
.announcement{display:none}
.site-header{position:sticky;top:0;z-index:60;background:rgba(255,254,250,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(221,215,206,.72)}
.header-inner{height:82px;display:grid;grid-template-columns:250px 1fr 250px;align-items:center;gap:24px}
.brand{display:inline-flex;align-items:center;gap:12px;font-size:20px;font-weight:800;letter-spacing:.20em;white-space:nowrap}
.brand-mark{width:35px;height:35px;position:relative;display:inline-block}
.brand-mark:before,.brand-mark:after{content:"";position:absolute;background:var(--ink);border-radius:2px;transform:skewX(-24deg)}
.brand-mark:before{width:12px;height:27px;left:4px;top:2px}
.brand-mark:after{width:12px;height:27px;right:4px;bottom:2px}
.nav{display:flex;justify-content:center;align-items:center;gap:36px}
.nav a{font-size:11px;letter-spacing:.08em;font-weight:700;text-transform:uppercase;position:relative;padding:8px 0}
.nav a:after{content:"";position:absolute;height:1px;left:0;right:100%;bottom:3px;background:var(--ink);transition:.25s}
.nav a:hover:after{right:0}
.header-actions{display:flex;justify-content:flex-end;align-items:center;gap:3px}
.icon-btn{width:42px;height:42px;border:0;background:transparent;border-radius:50%;display:grid;place-items:center;position:relative;transition:.2s}
.icon-btn:hover{background:#f1eee8}
.icon-btn svg{width:20px;height:20px}
.count{position:absolute;top:2px;right:1px;background:var(--ink);color:#fff;border-radius:100px;min-width:17px;height:17px;padding:0 4px;font-size:9px;font-weight:700;display:grid;place-items:center}
.menu-btn{display:none}

/* BUTTONS */
.btn{min-height:45px;border:1px solid transparent;border-radius:3px;padding:12px 22px;font-size:10px;letter-spacing:.12em;font-weight:800;text-transform:uppercase;display:inline-flex;align-items:center;justify-content:center;gap:18px;transition:.22s}
.btn:hover{transform:translateY(-2px)}
.btn-dark{background:var(--ink);color:#fff;border-color:var(--ink)}
.btn-dark:hover{background:#2a2926}
.btn-light{background:#fff;border-color:var(--line)}
.btn-brand{background:var(--ink);color:#fff;border-color:var(--ink)}
.btn-soft{background:#efeae3;color:var(--ink)}
.btn-block{width:100%}
.editorial-link,.hero-link,.text-link{display:inline-flex;align-items:center;gap:14px;font-size:10px;letter-spacing:.13em;font-weight:800;text-transform:uppercase;position:relative}
.editorial-link:after,.hero-link:after,.text-link:after{content:"";position:absolute;left:0;bottom:-5px;width:calc(100% - 24px);height:1px;background:currentColor;transform-origin:left;transform:scaleX(.45);transition:.25s}
.editorial-link:hover:after,.hero-link:hover:after,.text-link:hover:after{transform:scaleX(1)}
.editorial-link.dark{color:var(--ink)}

/* HERO */
.hero-v2{padding:0}
.hero-shell-v2{min-height:690px;position:relative;overflow:hidden;background:linear-gradient(110deg,#f0ece5 0%,#f5f1eb 52%,#e8dfd3 100%);display:grid;grid-template-columns:46% 54%;isolation:isolate}
.hero-copy-v2{padding:102px 5vw 80px max(7vw,72px);display:flex;justify-content:center;flex-direction:column;z-index:6}
.hero-kicker{font-size:10px;letter-spacing:.24em;font-weight:700;margin-bottom:26px;color:#746a60}
.hero-copy-v2 h1{font-size:clamp(54px,5.8vw,92px);margin:0 0 22px;max-width:680px;font-weight:500}
.hero-copy-v2 h1 em{font-style:normal;font-family:Georgia,'Times New Roman',serif;font-weight:400;letter-spacing:-.04em}
.hero-copy-v2 p{max-width:500px;font-size:14px;color:#5f5b55;margin-bottom:26px}
.hero-actions{display:flex;align-items:center;gap:28px;flex-wrap:wrap}
.hero-mini-proof{display:flex;gap:30px;margin-top:50px;color:#7a756f;font-size:10px;text-transform:uppercase;letter-spacing:.06em}
.hero-mini-proof strong{color:var(--ink);font-size:13px;margin-right:5px}
.hero-dots{position:absolute;left:48px;top:50%;transform:translateY(-50%);z-index:8;display:grid;gap:10px}
.hero-dots span{width:5px;height:5px;border-radius:50%;background:#b7afa4}
.hero-dots .active{background:var(--accent);transform:scale(1.35)}
.hero-showcase{position:relative;min-height:690px;overflow:hidden}
.hero-showcase:before{content:"";position:absolute;width:480px;height:480px;border-radius:50%;right:5%;top:10%;border:1px solid rgba(102,91,76,.18);box-shadow:inset 0 0 0 34px rgba(255,255,255,.09),inset 0 0 0 72px rgba(255,255,255,.07);z-index:0}
.hero-arch{position:absolute;right:-50px;top:45px;width:490px;height:620px;border-radius:245px 245px 0 0;background:linear-gradient(145deg,#d9ccbb,#f0e7dc 72%);z-index:0}
.hero-wave{position:absolute;width:590px;height:230px;right:6%;bottom:-55px;border-radius:50%;background:#e1d6c8;transform:rotate(-7deg);z-index:1;box-shadow:0 -30px 0 rgba(255,255,255,.17)}
.hero-product{position:absolute;overflow:hidden;background:#f4efe8;box-shadow:0 18px 46px rgba(47,37,25,.13);z-index:4;transition:transform .35s,box-shadow .35s}
.hero-product:hover{transform:translateY(-8px) rotate(0deg)!important;box-shadow:0 26px 62px rgba(47,37,25,.17)}
.hero-product img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.82) contrast(.98)}
.hero-product-main{width:390px;height:390px;right:20%;top:150px;border-radius:50%;transform:rotate(-4deg)}
.hero-product-main:after{content:"";position:absolute;inset:0;border-radius:50%;box-shadow:inset 0 0 0 1px rgba(255,255,255,.7)}
.hero-product-main span{position:absolute;left:50%;bottom:16px;transform:translateX(-50%);background:rgba(255,255,255,.88);padding:7px 12px;border-radius:99px;font-size:9px;letter-spacing:.14em;text-transform:uppercase;font-weight:800}
.hero-product-watch{width:150px;height:190px;right:7%;top:98px;border-radius:110px 110px 18px 18px;transform:rotate(7deg)}
.hero-product-beauty{width:145px;height:175px;left:6%;top:88px;border-radius:18px;transform:rotate(-6deg)}
.hero-product-bag{width:170px;height:190px;right:7%;bottom:45px;border-radius:24px;transform:rotate(5deg)}
.hero-roundel{position:absolute;right:9%;top:318px;width:118px;height:118px;border-radius:50%;border:1px solid #4f4b45;background:rgba(244,239,232,.78);backdrop-filter:blur(8px);z-index:7;display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1}
.hero-roundel span,.hero-roundel strong{font-size:12px;letter-spacing:.16em}
.hero-roundel small{font-size:7px;letter-spacing:.12em;margin-top:13px}
.hero-price-tag{position:absolute;left:5%;bottom:58px;z-index:7;background:rgba(255,255,255,.88);backdrop-filter:blur(10px);padding:13px 17px;border:1px solid rgba(255,255,255,.8)}
.hero-price-tag span{display:block;font-size:8px;letter-spacing:.12em;text-transform:uppercase;color:#777}
.hero-price-tag strong{font-size:13px}

/* CATEGORY RAIL */
.category-rail{background:#fff;border-bottom:1px solid var(--line);padding:30px 0}
.category-rail-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.rail-card{display:grid;grid-template-columns:92px 1fr;align-items:center;min-width:0;gap:17px;padding-right:18px;border-right:1px solid var(--line)}
.rail-card:last-child{border-right:0}
.rail-media{width:92px;height:72px;border-radius:50%;overflow:hidden;background:#efebe5;display:block}
.rail-media img{width:100%;height:100%;object-fit:cover;transition:.35s}
.rail-card:hover img{transform:scale(1.08)}
.rail-copy{position:relative;display:block;min-width:0}
.rail-copy strong{display:block;font-size:12px;letter-spacing:.10em;margin-bottom:3px}
.rail-copy small{display:block;font-size:9px;color:var(--muted)}
.rail-copy b{position:absolute;right:0;top:17px;font-weight:400;transition:.25s}
.rail-card:hover .rail-copy b{transform:translateX(5px)}

/* PROMO */
.editorial-promos{padding-top:50px}
.promo-grid-v2{display:grid;grid-template-columns:2.2fr .8fr;gap:18px}
.promo-wide-v2,.sale-panel-v2{min-height:400px;border-radius:28px;overflow:hidden;position:relative}
.promo-wide-v2{background:#1f1e1b}
.promo-wide-v2>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.72) contrast(.94)}
.promo-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(18,18,16,.80) 0%,rgba(18,18,16,.47) 42%,rgba(18,18,16,.03) 76%)}
.promo-v2-copy{position:relative;z-index:2;color:#fff;padding:56px;max-width:540px}
.promo-v2-copy .micro-label{color:#dfc4aa}
.promo-v2-copy h2{font-size:clamp(46px,4.8vw,74px);margin:18px 0 18px;font-weight:500}
.promo-v2-copy p{max-width:390px;font-size:12px;color:#dfddd8;margin-bottom:34px}
.promo-v2-copy .editorial-link{color:#fff}
.sale-panel-v2{background:#e8dfd2;padding:52px 42px;color:#171614;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;isolation:isolate}
.sale-panel-v2 h3{font-size:clamp(34px,4vw,57px);line-height:.98;font-weight:500;letter-spacing:.05em;margin:20px 0 25px;z-index:2}
.sale-panel-v2 p{font-size:10px;letter-spacing:.18em;margin:0;z-index:2}
.sale-number{font-family:Georgia,'Times New Roman',serif;font-size:88px;line-height:.9;z-index:2}
.sale-number sup{font-size:25px;vertical-align:top;margin-left:2px}
.sale-off{font-size:14px;letter-spacing:.19em;margin:0 0 28px 116px;z-index:2}
.sale-panel-v2 .btn{z-index:2}
.sale-orbit{position:absolute;border:1px solid rgba(84,74,63,.16);border-radius:50%;z-index:0}
.sale-orbit-one{width:300px;height:300px;right:-95px;top:-70px}
.sale-orbit-two{width:220px;height:220px;right:-35px;top:-30px}

/* SECTIONS / PRODUCTS */
.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:30px}
.section-head-clean{padding-bottom:16px;border-bottom:1px solid var(--line)}
.section-head-clean h2{font-size:22px;letter-spacing:.14em;font-weight:500;margin:9px 0 0}
.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.products-grid-five{grid-template-columns:repeat(5,1fr)}
.product-card{min-width:0;background:#fff;border:1px solid #e6e0d8;border-radius:14px;overflow:hidden;position:relative;transition:.28s}
.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#d7d0c7}
.product-media{position:relative;background:#f2eee8;aspect-ratio:1/.9;overflow:hidden}
.product-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .55s ease,filter .35s;filter:saturate(.84)}
.product-card:hover .product-media img{transform:scale(1.045);filter:saturate(1)}
.pill{position:absolute;z-index:3;top:12px;left:12px;background:rgba(255,255,255,.92);padding:6px 9px;border-radius:99px;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}
.wish-btn{position:absolute;z-index:4;right:10px;top:9px;border:0;background:transparent;width:34px;height:34px;font-size:22px;line-height:1;color:var(--ink)}
.wish-btn.active{color:#9c4435}
.quick-btn{position:absolute;z-index:4;left:12px;right:12px;bottom:12px;border:0;background:#12110f;color:#fff;min-height:39px;font-size:9px;letter-spacing:.12em;text-transform:uppercase;opacity:0;transform:translateY(14px);transition:.24s}
.product-card:hover .quick-btn{opacity:1;transform:none}
.product-info{padding:14px 14px 15px}
.product-kicker{font-size:8px;text-transform:uppercase;letter-spacing:.1em;color:#8b857c}
.product-title{font-size:12px;font-weight:700;margin:4px 0 7px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.price-row{display:flex;align-items:center;justify-content:space-between;gap:8px}
.price{font-weight:800;font-size:12px}
.old-price{font-size:9px;color:#aaa39b;text-decoration:line-through;margin-left:5px}
.add-mini{border:1px solid #d8d1c8;background:#fff;width:28px;height:28px;border-radius:50%;padding:0;display:grid;place-items:center;font-size:16px;transition:.2s}
.add-mini:hover{background:#171614;color:#fff;border-color:#171614}
.rating{font-size:9px;color:#9d7244;margin-top:6px;letter-spacing:.03em}

/* SERVICE STRIP */
.service-strip-wrap{padding:0 0 68px}
.service-strip{border:1px solid var(--line);border-radius:17px;display:grid;grid-template-columns:repeat(4,1fr);padding:20px 12px;background:#fff}
.service-item{display:flex;align-items:center;gap:16px;padding:4px 24px;border-right:1px solid var(--line)}
.service-item:last-child{border-right:0}
.service-icon{width:38px;height:38px;display:grid;place-items:center;flex:0 0 auto}
.service-icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.2}
.service-item strong{font-size:9px;letter-spacing:.1em;display:block}
.service-item small{font-size:9px;color:var(--muted)}

/* COLLECTIONS */
.collection-section{background:#f4f0ea}
.collection-grid{display:grid;grid-template-columns:1.5fr .75fr .75fr;gap:18px}
.collection-card{min-height:430px;position:relative;overflow:hidden;border-radius:23px;background:#ddd}
.collection-large{min-height:530px}
.collection-card img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;transition:.55s;filter:saturate(.78)}
.collection-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02) 34%,rgba(0,0,0,.68) 100%)}
.collection-card:hover img{transform:scale(1.035);filter:saturate(.95)}
.collection-card>span{position:absolute;z-index:2;left:30px;bottom:29px;color:#fff}
.collection-card small{display:block;font-size:9px;letter-spacing:.17em;margin-bottom:9px}
.collection-card strong{display:block;font-family:Georgia,'Times New Roman',serif;font-size:34px;line-height:1.02;font-weight:400;margin-bottom:15px}
.collection-card b{font-size:8px;letter-spacing:.13em}
.new-arrivals-section{background:#fff}

/* NEWSLETTER */
.newsletter-editorial{padding:20px 0 54px}
.newsletter-card-v2{background:#1d211d;color:#fff;min-height:300px;border-radius:26px;padding:50px 56px;display:grid;grid-template-columns:1fr .8fr;align-items:center;gap:55px;position:relative;overflow:hidden}
.newsletter-card-v2:before,.newsletter-card-v2:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.10)}
.newsletter-card-v2:before{width:420px;height:420px;right:-160px;top:-210px}
.newsletter-card-v2:after{width:320px;height:320px;right:-100px;top:-160px}
.newsletter-copy-v2{position:relative;z-index:2}
.newsletter-copy-v2 h2{font-size:clamp(36px,4.1vw,61px);font-weight:500;margin:16px 0}
.newsletter-copy-v2 p{max-width:530px;color:#c9ccc7;font-size:12px}
.newsletter-form-v2{display:grid;grid-template-columns:1fr auto;border-bottom:1px solid #8f948d;position:relative;z-index:2}
.newsletter-form-v2 input{border:0;background:transparent;color:#fff;outline:0;padding:15px 0;font-size:12px}
.newsletter-form-v2 input::placeholder{color:#afb3ad}
.newsletter-form-v2 button{background:transparent;color:#fff;border:0;font-size:9px;letter-spacing:.13em;font-weight:800}

/* SOCIAL + FOOTER */
.social-strip-section{padding:0 0 22px}
.social-strip{display:grid;grid-template-columns:160px repeat(6,1fr);gap:9px;align-items:stretch}
.social-lead{border:1px solid var(--line);border-radius:13px;padding:18px;display:flex;align-items:center;gap:13px}
.social-mark{font-size:30px}
.social-lead strong{font-size:9px;letter-spacing:.12em;display:block}
.social-lead small{font-size:9px;color:var(--muted)}
.social-strip>a{display:block;border-radius:13px;overflow:hidden;aspect-ratio:1.42}
.social-strip img{width:100%;height:100%;object-fit:cover;display:block;transition:.35s;filter:saturate(.72)}
.social-strip a:hover img{transform:scale(1.06);filter:saturate(1)}
.footer{padding:34px 0 28px;border-top:1px solid var(--line);background:#fff}
.footer-grid{display:grid;grid-template-columns:1.8fr repeat(3,.65fr);gap:45px;padding-bottom:28px}
.footer-grid h4{font-size:9px;letter-spacing:.13em;text-transform:uppercase;margin:0 0 14px}
.footer-grid a:not(.brand){display:block;color:#716c65;font-size:10px;margin:8px 0;transition:.2s}
.footer-grid a:not(.brand):hover{color:#111;transform:translateX(3px)}
.footer .brand{font-size:16px}
.footer-bottom{border-top:1px solid var(--line);padding-top:20px;display:flex;justify-content:space-between;align-items:center;gap:20px;color:#8c867f;font-size:9px;text-transform:uppercase;letter-spacing:.05em}
.payment-badges{display:flex;gap:7px}
.payment-badges span{border:1px solid var(--line);padding:5px 8px;border-radius:4px;color:#45413d;background:#fff;font-weight:700}

/* GENERIC INNER PAGES */
.page-hero{padding:42px 0 0}
.page-hero .shell{background:#eee9e2;border-radius:26px;padding:54px 56px;position:relative;overflow:hidden}
.page-hero .shell:after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;right:60px;top:-80px;border:1px solid rgba(80,70,60,.13);box-shadow:inset 0 0 0 38px rgba(255,255,255,.12)}
.page-hero h1{font-size:clamp(44px,5vw,72px);margin:12px 0;max-width:930px}
.breadcrumb{display:flex;gap:9px;align-items:center;font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:#8f8981;margin-bottom:20px}
.breadcrumb a:hover{color:#111}
.shop-layout{display:grid;grid-template-columns:230px 1fr;gap:34px}
.filters{position:sticky;top:112px;height:max-content;border:1px solid var(--line);background:#fff;padding:22px;border-radius:16px}
.filter-group{padding:0 0 22px;margin-bottom:22px;border-bottom:1px solid var(--line)}
.filter-group:last-child{border-bottom:0;padding-bottom:0;margin-bottom:0}
.filter-group h4{font-size:10px;letter-spacing:.10em;text-transform:uppercase;margin:0 0 14px}
.check{display:flex;align-items:center;gap:9px;font-size:11px;color:#625e58;margin:10px 0}
.range{width:100%}
.shop-top{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:22px}
.search-inline{display:flex;gap:9px}
.search-inline input,.select{border:1px solid var(--line);background:#fff;border-radius:7px;padding:10px 12px;font-size:11px;outline:0}
.search-inline input{width:220px}

/* Old promo classes used on About */
.bento{display:grid;grid-template-columns:1.45fr .75fr;gap:18px}
.promo{border-radius:24px;overflow:hidden;position:relative;min-height:400px;background:#ddd}
.promo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.promo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(18,18,16,.76),rgba(18,18,16,.12))}
.promo-content{position:relative;z-index:2;color:#fff;padding:42px;max-width:560px}
.promo-content h2{font-size:clamp(36px,4vw,58px)}
.promo-content p{color:#e1ddd7}
.promo.small:after{background:linear-gradient(180deg,rgba(18,18,16,.05),rgba(18,18,16,.78))}
.promo.small .promo-content{position:absolute;bottom:0;left:0}

/* Product page */
.product-page{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:start}
.gallery{display:grid;grid-template-columns:84px 1fr;gap:14px}
.thumbs{display:flex;flex-direction:column;gap:10px}
.thumb{border:1px solid var(--line);background:#f0ece6;padding:0;border-radius:10px;overflow:hidden;opacity:.65}
.thumb.active{opacity:1;border-color:#111}
.thumb img{display:block;width:100%;aspect-ratio:1;object-fit:cover}
.main-photo{background:#f0ece6;border-radius:20px;overflow:hidden;border:1px solid var(--line)}
.main-photo img{width:100%;aspect-ratio:1;object-fit:cover;display:block}
.product-details{position:sticky;top:115px;padding-top:12px}
.product-details h1{font-size:clamp(42px,5vw,70px);margin:12px 0 18px}
.rating-line{display:flex;gap:10px;align-items:center;font-size:11px;color:var(--muted)}
.rating-stars{color:#a77a42;letter-spacing:.05em}
.price-big{font-size:28px;font-weight:800;margin:20px 0}
.option-row{display:flex;gap:9px;flex-wrap:wrap}
.option{border:1px solid var(--line);background:#fff;border-radius:5px;padding:10px 13px;font-size:10px;text-transform:uppercase;letter-spacing:.06em}
.option.active{border-color:#111}
.qty-row{display:flex;gap:10px;margin:22px 0}
.qty{display:flex;border:1px solid var(--line);background:#fff;border-radius:5px;overflow:hidden}
.qty button,.qty span{width:42px;height:45px;border:0;background:transparent;display:grid;place-items:center}
.detail-list{display:grid;gap:10px;padding:19px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-top:20px;font-size:11px}
.detail-list div{display:flex;gap:10px}.detail-list strong{min-width:100px}
.tabs{margin-top:54px}.tab-buttons{display:flex;gap:4px;border-bottom:1px solid var(--line)}
.tab-buttons button{border:0;background:transparent;padding:13px 16px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#7f7a73}
.tab-buttons button.active{color:#111;border-bottom:1px solid #111}.tab-pane{padding:28px 0;display:none}.tab-pane.active{display:block}
.specs{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.spec{background:#fff;border:1px solid var(--line);border-radius:8px;padding:14px}.spec span{display:block;color:#8f8981;font-size:9px;text-transform:uppercase;letter-spacing:.08em}

/* Forms/cart */
.cart-layout{display:grid;grid-template-columns:1fr 380px;gap:28px;align-items:start}
.cart-list,.summary-box,.form-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px}
.cart-line{display:grid;grid-template-columns:92px 1fr auto;gap:15px;padding:15px 0;border-bottom:1px solid var(--line)}.cart-line:last-child{border:0}
.cart-line img{width:92px;height:92px;object-fit:cover;border-radius:10px}.cart-line h3{font-size:13px;margin-bottom:5px}.cart-line .remove{border:0;background:none;color:#a24e42;padding:0;font-size:10px}
.summary-row{display:flex;justify-content:space-between;gap:15px;margin:11px 0;font-size:11px}.summary-total{border-top:1px solid var(--line);margin-top:14px;padding-top:16px;font-size:17px;font-weight:800}
.empty{text-align:center;padding:60px 20px}.empty .emoji{font-size:45px;margin-bottom:12px}
.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.field{display:flex;flex-direction:column;gap:6px}.field.full{grid-column:1/-1}.field label{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.field input,.field select,.field textarea{border:1px solid var(--line);border-radius:7px;background:#fff;padding:12px 13px;outline:0;font-size:12px}.field input:focus,.field select:focus,.field textarea:focus{border-color:#8d857b;box-shadow:0 0 0 3px rgba(130,118,102,.08)}
.auth-shell{max-width:540px;margin:auto}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;background:#f0ece6;border-radius:7px;padding:4px;margin-bottom:18px}.auth-tabs button{border:0;background:transparent;border-radius:5px;padding:10px;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.auth-tabs button.active{background:#fff;box-shadow:0 3px 10px rgba(0,0,0,.06)}
.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:28px}.contact-card{background:#1d211d;color:#fff;border-radius:20px;padding:36px}.contact-card p{color:#c7cbc5}.contact-points{display:grid;gap:18px;margin-top:30px}.contact-points strong{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.contact-points span{color:#c7cbc5;font-size:11px}
.trust-row{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px 16px;display:grid;grid-template-columns:repeat(4,1fr);gap:0}.trust-item{display:flex;align-items:center;gap:12px;padding:8px 18px;border-right:1px solid var(--line)}.trust-item:last-child{border-right:0}.trust-icon{width:38px;height:38px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;font-size:11px}.trust-item strong{display:block;font-size:10px;letter-spacing:.05em}.trust-item span{font-size:9px;color:var(--muted)}
.brand-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.brand-chip{border:1px solid var(--line);padding:18px;text-align:center}
.newsletter{background:#1d211d;color:#fff;border-radius:22px;padding:40px;display:grid;grid-template-columns:1fr 1fr;gap:30px}.newsletter-form{display:flex;gap:8px}.newsletter-form input{flex:1;min-width:0;padding:12px;border:0;outline:0}
.deal-head{background:#1d211d;color:#fff;border-radius:20px;padding:36px;display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center}.countdown{display:flex;gap:7px}.time-box{background:#fff;color:#111;min-width:64px;padding:9px;text-align:center;border-radius:6px}.time-box strong{display:block;font-size:21px}.time-box span{font-size:8px;text-transform:uppercase}

/* overlays */
.overlay{position:fixed;inset:0;background:rgba(20,18,15,.50);backdrop-filter:blur(4px);z-index:90;opacity:0;visibility:hidden;transition:.25s}.overlay.show{opacity:1;visibility:visible}
.drawer{position:fixed;right:0;top:0;bottom:0;width:min(430px,100%);background:#fff;z-index:100;transform:translateX(105%);transition:.3s;box-shadow:-30px 0 80px rgba(17,17,17,.18);display:flex;flex-direction:column}.drawer.show{transform:none}.drawer-head{padding:20px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.drawer-body{padding:16px 20px;overflow:auto;flex:1}.drawer-foot{padding:20px;border-top:1px solid var(--line)}
.mini-cart{display:grid;grid-template-columns:72px 1fr auto;gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}.mini-cart img{width:72px;height:72px;object-fit:cover;border-radius:8px}.close-btn{border:0;background:#f0ece6;width:36px;height:36px;border-radius:50%;font-size:17px}
.search-panel{position:fixed;left:50%;top:98px;transform:translate(-50%,-20px);width:min(760px,calc(100% - 30px));background:#fff;z-index:101;opacity:0;visibility:hidden;transition:.25s;box-shadow:var(--shadow);overflow:hidden;border-radius:13px}.search-panel.show{opacity:1;visibility:visible;transform:translate(-50%,0)}.search-box{display:flex;align-items:center;padding:15px 17px;border-bottom:1px solid var(--line);gap:12px}.search-box svg{width:20px}.search-box input{border:0;outline:0;font-size:14px;flex:1}.search-results{max-height:500px;overflow:auto;padding:10px}.search-result{display:grid;grid-template-columns:62px 1fr auto;gap:12px;align-items:center;padding:9px;border-radius:8px}.search-result:hover{background:#f3efe9}.search-result img{width:62px;height:62px;border-radius:8px;object-fit:cover}.search-result strong{display:block;font-size:11px}.search-result span{font-size:9px;color:var(--muted)}
.modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-46%) scale(.97);width:min(860px,calc(100% - 30px));max-height:90vh;overflow:auto;background:#fff;border-radius:16px;z-index:102;opacity:0;visibility:hidden;transition:.25s;box-shadow:var(--shadow)}.modal.show{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.modal-inner{display:grid;grid-template-columns:1fr 1fr}.modal-photo{min-height:460px}.modal-photo img{width:100%;height:100%;object-fit:cover}.modal-copy{padding:32px}.modal-top{display:flex;justify-content:space-between;gap:20px}
.toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%,30px);z-index:120;background:#111;color:#fff;border-radius:99px;padding:11px 18px;box-shadow:var(--shadow);opacity:0;visibility:hidden;transition:.25s;font-size:11px}.toast.show{opacity:1;visibility:visible;transform:translate(-50%,0)}
.mobile-nav{position:fixed;inset:0 0 0 auto;width:min(350px,88%);background:#fff;z-index:110;transform:translateX(105%);transition:.3s;padding:24px}.mobile-nav.show{transform:none}.mobile-nav .brand{margin-bottom:30px}.mobile-nav>a:not(.brand){display:block;font-size:17px;font-weight:600;padding:13px 0;border-bottom:1px solid var(--line)}

/* RESPONSIVE */
@media(max-width:1180px){
  .container{width:min(var(--max),calc(100% - 44px))}
  .header-inner{grid-template-columns:200px 1fr 200px}.nav{gap:20px}
  .hero-shell-v2{grid-template-columns:45% 55%;min-height:620px}.hero-showcase{min-height:620px}.hero-copy-v2{padding-left:58px}.hero-dots{left:25px}.hero-product-main{width:330px;height:330px;right:18%;top:165px}.hero-product-beauty{left:3%;width:125px;height:150px}.hero-product-watch{right:4%;width:130px;height:165px}.hero-product-bag{right:4%;width:145px;height:165px}
  .category-rail-grid{grid-template-columns:repeat(3,1fr)}.rail-card:nth-child(3){border-right:0}.rail-card:nth-child(n+4){margin-top:10px}
  .products-grid-five{grid-template-columns:repeat(4,1fr)}
  .collection-grid{grid-template-columns:1.35fr 1fr}.collection-card:last-child{grid-column:2}.collection-large{grid-row:1/3}.collection-card{min-height:255px}
  .social-strip{grid-template-columns:150px repeat(3,1fr)}.social-strip>a:nth-last-child(-n+3){display:none}
}
@media(max-width:980px){
  .nav{display:none}.menu-btn{display:grid}.header-inner{grid-template-columns:auto 1fr auto}.header-actions{grid-column:3}.header-inner .brand{grid-column:1}.header-inner:after{content:""}
  .hero-shell-v2{grid-template-columns:1fr;min-height:auto}.hero-copy-v2{padding:70px 70px 28px}.hero-copy-v2 h1{font-size:70px;max-width:750px}.hero-showcase{min-height:540px}.hero-dots{display:none}.hero-product-main{right:31%;top:95px}.hero-product-beauty{left:16%;top:60px}.hero-product-watch{right:16%;top:45px}.hero-product-bag{right:16%;bottom:35px}.hero-price-tag{left:15%;bottom:44px}.hero-roundel{right:18%;top:280px}.hero-arch{right:7%;height:520px;top:20px}
  .promo-grid-v2{grid-template-columns:1fr}.sale-panel-v2{min-height:360px}
  .products-grid,.products-grid-five{grid-template-columns:repeat(3,1fr)}
  .service-strip{grid-template-columns:repeat(2,1fr);gap:0}.service-item:nth-child(2){border-right:0}.service-item:nth-child(-n+2){border-bottom:1px solid var(--line);padding-bottom:18px}.service-item:nth-child(n+3){padding-top:18px}
  .newsletter-card-v2{grid-template-columns:1fr;gap:25px}
  .footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}
  .shop-layout,.product-page,.cart-layout,.contact-grid{grid-template-columns:1fr}.filters,.product-details{position:static}.product-page{gap:34px}.gallery{max-width:720px}.summary-box{position:static}
  .trust-row{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:0}.trust-item:nth-child(-n+2){border-bottom:1px solid var(--line)}
}
@media(max-width:720px){
  .container{width:calc(100% - 24px)}.section{padding:60px 0}.section-sm{padding:28px 0}
  .site-header{position:sticky}.header-inner{height:68px;gap:8px}.brand{font-size:15px;letter-spacing:.14em}.brand-mark{width:30px;height:30px}.header-actions .account-btn{display:none}.icon-btn{width:38px;height:38px}
  .hero-copy-v2{padding:50px 26px 16px}.hero-copy-v2 h1{font-size:clamp(48px,14vw,72px)}.hero-copy-v2 p{font-size:13px}.hero-actions{gap:18px}.hero-link{font-size:9px}.hero-mini-proof{margin-top:34px;gap:14px;flex-wrap:wrap}.hero-showcase{min-height:430px}.hero-showcase:before{width:340px;height:340px;right:-4%}.hero-arch{width:350px;height:420px;right:-40px}.hero-product-main{width:245px;height:245px;right:19%;top:100px}.hero-product-beauty{width:90px;height:115px;left:5%;top:55px}.hero-product-watch{width:95px;height:125px;right:3%;top:44px}.hero-product-bag{width:105px;height:125px;right:4%;bottom:30px}.hero-roundel{width:82px;height:82px;right:8%;top:233px}.hero-roundel span,.hero-roundel strong{font-size:9px}.hero-roundel small{font-size:5px;margin-top:8px}.hero-price-tag{left:5%;bottom:35px;padding:9px 12px}.hero-price-tag strong{font-size:10px}
  .category-rail{padding:20px 0;overflow:hidden}.category-rail-grid{display:flex;overflow:auto;scroll-snap-type:x mandatory;padding-bottom:5px}.rail-card{min-width:245px;scroll-snap-align:start;border-right:1px solid var(--line)!important;margin-top:0!important}.rail-media{width:78px;height:62px}.rail-card:last-child{border-right:0!important}
  .promo-wide-v2,.sale-panel-v2{border-radius:19px}.promo-wide-v2{min-height:450px}.promo-v2-copy{padding:35px 28px}.promo-v2-copy h2{font-size:48px}.sale-panel-v2{padding:36px 30px}.sale-number{font-size:76px}
  .section-head{align-items:flex-end}.section-head-clean h2{font-size:17px}.section-head-clean .micro-label{font-size:8px}
  .products-grid,.products-grid-five{grid-template-columns:repeat(2,1fr);gap:11px}.product-card{border-radius:10px}.product-info{padding:10px}.product-title{font-size:11px}.quick-btn{display:none}.pill{font-size:7px;top:8px;left:8px}.wish-btn{right:5px;top:4px}
  .service-strip{grid-template-columns:1fr;padding:10px 14px}.service-item,.service-item:nth-child(-n+2),.service-item:nth-child(n+3){border-right:0;border-bottom:1px solid var(--line);padding:14px 8px}.service-item:last-child{border-bottom:0}
  .collection-grid{display:grid;grid-template-columns:1fr}.collection-card,.collection-large{min-height:390px;grid-column:auto!important;grid-row:auto!important}.collection-card>span{left:24px;bottom:24px}.collection-card strong{font-size:31px}
  .newsletter-card-v2{padding:36px 25px;border-radius:18px}.newsletter-copy-v2 h2{font-size:39px}.newsletter-form-v2{grid-template-columns:1fr}.newsletter-form-v2 button{text-align:left;padding:0 0 13px}
  .social-strip{grid-template-columns:1fr 1fr 1fr}.social-lead{grid-column:1/-1}.social-strip>a{aspect-ratio:1}.social-strip>a:nth-of-type(n+4){display:none}
  .footer-grid{grid-template-columns:1fr 1fr;gap:24px}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{align-items:flex-start;flex-direction:column}.payment-badges{flex-wrap:wrap}
  .page-hero{padding-top:20px}.page-hero .shell{padding:35px 25px}.page-hero h1{font-size:48px}.shop-top{align-items:stretch;flex-direction:column}.search-inline{display:grid;grid-template-columns:1fr}.search-inline input{width:100%}.gallery{grid-template-columns:1fr}.thumbs{order:2;flex-direction:row;overflow:auto}.thumb{width:70px;flex:0 0 70px}.product-details h1{font-size:48px}.tabs{overflow:hidden}.tab-buttons{overflow:auto}.specs{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.modal-inner{grid-template-columns:1fr}.modal-photo{min-height:270px;max-height:330px}.cart-line{grid-template-columns:75px 1fr}.cart-line img{width:75px;height:75px}.cart-line>div:last-child{grid-column:2}.bento{grid-template-columns:1fr}.trust-row{grid-template-columns:1fr}.trust-item{border-right:0!important;border-bottom:1px solid var(--line)}.trust-item:last-child{border-bottom:0}
}
@media(max-width:430px){
  .header-actions{gap:0}.header-actions .icon-btn:nth-child(3){display:none}.brand{font-size:13px}.brand-mark{width:27px;height:27px}
  .hero-copy-v2{padding-left:21px;padding-right:21px}.hero-copy-v2 h1{font-size:48px}.hero-showcase{min-height:365px}.hero-product-main{width:210px;height:210px;right:17%;top:85px}.hero-product-beauty{width:78px;height:100px}.hero-product-watch{width:78px;height:105px}.hero-product-bag{width:88px;height:103px}.hero-roundel{width:70px;height:70px;top:205px}.hero-price-tag{bottom:21px}.hero-mini-proof{font-size:8px}
  .products-grid,.products-grid-five{grid-template-columns:repeat(2,1fr)}.product-kicker,.rating{display:none}.product-title{font-size:10px}.price{font-size:10px}.add-mini{width:25px;height:25px}.section-head-clean h2{font-size:15px;letter-spacing:.10em}.section-head .editorial-link{font-size:8px}
  .promo-v2-copy h2{font-size:42px}.newsletter-copy-v2 h2{font-size:34px}
  .footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}
}

/* =========================================================
   V3 — REFERENCE-LED PREMIUM ECOMMERCE REDESIGN
   Inspired by the supplied editorial ecommerce references.
   Neutral ivory + charcoal + warm sand palette so the theme
   remains suitable for fashion, electronics, beauty, home,
   lifestyle and other general ecommerce categories.
   ========================================================= */

:root{
  --bg:#f6f3ee;
  --paper:#fbfaf7;
  --surface:#ffffff;
  --soft:#f1ede7;
  --soft-2:#e7dfd5;
  --ink:#151513;
  --muted:#77716a;
  --line:#e3ddd5;
  --accent:#ae8358;
  --accent-soft:#d7c1a8;
  --green:#424b43;
  --shadow:0 20px 54px rgba(28,23,18,.075);
  --shadow-soft:0 10px 30px rgba(28,23,18,.055);
  --max:1380px;
  --radius:22px;
}

body{
  background:var(--paper);
  color:var(--ink);
  font-family:"Helvetica Neue",Arial,sans-serif;
  letter-spacing:.002em;
}

.container{width:min(var(--max),calc(100% - 68px))}
.section{padding:76px 0}
.section-sm{padding:38px 0}

h1,h2,h3{color:var(--ink)}
.eyebrow,.micro-label{color:#82776c;font-size:9px;letter-spacing:.22em}

/* header — thin, editorial and very close to the reference */
.site-header{
  position:sticky;
  top:0;
  background:rgba(251,250,247,.96);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(227,221,213,.72);
  box-shadow:none;
}
.header-inner{height:76px;grid-template-columns:220px 1fr 220px;gap:20px}
.brand{font-size:18px;letter-spacing:.22em;font-weight:800;gap:10px}
.brand-mark{width:31px;height:31px}
.brand-mark:before,.brand-mark:after{background:var(--ink);border-radius:1px}
.nav{gap:31px}
.nav a{font-size:10px;letter-spacing:.095em;font-weight:600}
.nav a:after{height:1px;bottom:1px}
.icon-btn{width:39px;height:39px}
.icon-btn:hover{background:#f0ede7}
.count{top:1px;right:0;background:var(--ink);min-width:16px;height:16px;font-size:8px}

/* buttons — pill shape from supplied ecommerce reference */
.btn{
  min-height:44px;
  border-radius:999px;
  padding:11px 20px 11px 22px;
  font-size:9px;
  letter-spacing:.13em;
  gap:18px;
  transition:transform .22s ease,box-shadow .22s ease,background .22s ease;
}
.btn-dark,.btn-brand{background:#191917;border-color:#191917;color:#fff}
.btn-dark:hover,.btn-brand:hover{background:#2b2a27;box-shadow:0 10px 22px rgba(18,18,16,.14)}
.btn-light{background:#fff;border-color:#dcd5cc}
.editorial-link,.hero-link,.text-link{font-size:9px;letter-spacing:.14em}

/* HERO — single dominant product visual, light sculptural canvas */
.hero-v2{background:var(--paper)}
.hero-shell-v2{
  min-height:620px;
  grid-template-columns:42% 58%;
  background:
    radial-gradient(circle at 72% 34%,rgba(255,255,255,.75) 0 13%,transparent 13.2%),
    linear-gradient(110deg,#f6f2ec 0%,#f5f1ea 45%,#ebe2d7 100%);
  border-bottom:1px solid #e6dfd6;
}
.hero-copy-v2{
  padding:86px 4vw 74px max(8vw,88px);
  justify-content:center;
}
.hero-kicker{font-size:9px;letter-spacing:.23em;color:#8f8275;margin-bottom:21px}
.hero-copy-v2 h1{
  font-size:clamp(43px,4.55vw,69px);
  line-height:1.01;
  letter-spacing:-.035em;
  font-weight:500;
  max-width:610px;
  margin:0 0 17px;
}
.hero-copy-v2 h1 em{font-family:"Helvetica Neue",Arial,sans-serif;font-style:normal;font-weight:500;letter-spacing:-.035em}
.hero-copy-v2 p{font-size:12px;line-height:1.65;max-width:420px;color:#625d57;margin-bottom:24px}
.hero-actions{gap:22px}
.hero-mini-proof{display:none}
.hero-link{display:none}
.hero-dots{left:49px;gap:8px}
.hero-dots span{width:5px;height:5px;background:#b8b0a7}
.hero-dots .active{background:var(--accent)}

.hero-showcase{min-height:620px;overflow:hidden}
.hero-showcase:before{
  width:520px;height:520px;right:8%;top:4%;
  border:1px solid rgba(82,72,62,.12);
  box-shadow:inset 0 0 0 28px rgba(255,255,255,.10),inset 0 0 0 58px rgba(255,255,255,.07);
}
.hero-arch{
  width:540px;height:560px;right:-85px;top:58px;
  border-radius:270px 270px 0 0;
  background:linear-gradient(145deg,#e5dbcf 0%,#f2ece4 74%);
  opacity:.88;
}
.hero-arch:after{
  content:"";position:absolute;inset:36px 45px 0 65px;border-radius:220px 220px 0 0;
  border:1px solid rgba(117,103,87,.14);
}
.hero-wave{
  width:610px;height:185px;right:3%;bottom:-54px;
  border-radius:50% 50% 18% 16%;
  background:#dfd3c5;transform:rotate(-7deg);
  box-shadow:0 -20px 0 rgba(255,255,255,.18),0 -43px 0 rgba(255,255,255,.08);
}
.hero-product-main{
  width:min(575px,72%);height:420px;right:11%;top:104px;
  border-radius:0;background:transparent;box-shadow:none;transform:rotate(-3deg);
  overflow:visible;
}
.hero-product-main img{
  object-fit:contain;filter:saturate(.72) contrast(.98) brightness(1.02);
  mix-blend-mode:multiply;
}
.hero-product-main:after{display:none}
.hero-product-main span{display:none}
.hero-product-main:hover{transform:translateY(-6px) rotate(-2deg)!important;box-shadow:none}
.hero-product-watch,.hero-product-beauty,.hero-product-bag{display:none}
.hero-roundel{
  width:105px;height:105px;right:10.8%;top:150px;
  border-color:#5d574f;background:rgba(244,239,232,.70);
  box-shadow:none;
}
.hero-roundel span,.hero-roundel strong{font-size:11px;letter-spacing:.16em;font-weight:500}
.hero-roundel small{font-size:6px;margin-top:11px}
.hero-price-tag{display:none}

/* category rail — clean horizontal catalogue row */
.category-rail{padding:28px 0 30px;background:#fff;border-bottom:0}
.category-rail-grid{grid-template-columns:repeat(5,1fr);gap:0}
.rail-card{
  grid-template-columns:112px 1fr;
  gap:18px;
  min-height:95px;
  padding:0 24px;
  border-right:1px solid #eee9e2;
}
.rail-card:first-child{padding-left:0}
.rail-card:last-child{padding-right:0}
.rail-media{width:112px;height:84px;border-radius:52% 48% 48% 52%;background:#f3eee8}
.rail-media img{filter:saturate(.72);transform:scale(1.02)}
.rail-card:hover img{transform:scale(1.075);filter:saturate(.88)}
.rail-copy strong{font-size:11px;letter-spacing:.095em;font-weight:600}
.rail-copy small{font-size:8.5px;color:#928a81}
.rail-copy b{font-size:14px;right:2px;top:16px}

/* promo area — same asymmetric 2/3 + sale tile balance */
.editorial-promos{padding-top:14px;padding-bottom:12px}
.promo-grid-v2{grid-template-columns:2.2fr .82fr;gap:16px}
.promo-wide-v2,.sale-panel-v2{min-height:388px;border-radius:20px}
.promo-wide-v2>img{filter:saturate(.58) contrast(.96) brightness(.93)}
.promo-overlay{background:linear-gradient(90deg,rgba(21,20,18,.76) 0%,rgba(21,20,18,.48) 42%,rgba(21,20,18,.05) 77%)}
.promo-v2-copy{padding:50px 54px;max-width:535px}
.promo-v2-copy h2{font-family:"Helvetica Neue",Arial,sans-serif;font-size:clamp(38px,3.6vw,58px);line-height:1.01;letter-spacing:-.025em;font-weight:500;margin:14px 0 15px}
.promo-v2-copy p{font-size:11px;line-height:1.65;color:#e6e1dc;margin-bottom:27px}
.sale-panel-v2{background:linear-gradient(145deg,#eadfD2,#e4d4c2);padding:46px 38px}
.sale-panel-v2 h3{font-size:clamp(30px,3vw,46px);letter-spacing:.095em;line-height:1.02;margin:16px 0 19px;font-weight:500}
.sale-number{font-family:Georgia,"Times New Roman",serif;font-size:82px;line-height:.88;font-weight:400;letter-spacing:-.06em}
.sale-number sup{font-size:25px;top:-1.15em}
.sale-off{font-size:11px;letter-spacing:.18em;margin:4px 0 21px}
.sale-orbit{border-color:rgba(88,72,58,.12)}

/* section headings */
.section-head{margin-bottom:25px}
.section-head-clean{border-bottom:0;padding-bottom:0}
.section-head-clean h2{font-size:18px;letter-spacing:.16em;font-weight:500;margin:7px 0 0}
.product-showcase{padding-top:45px}

/* product cards — flatter and closer to the first supplied ecommerce mockup */
.products-grid,.products-grid-five{gap:14px}
.product-card{
  border:0;
  border-radius:12px;
  background:transparent;
  overflow:visible;
  transition:transform .25s ease;
}
.product-card:hover{transform:translateY(-3px);box-shadow:none;border-color:transparent}
.product-media{
  background:#f3f0eb;
  aspect-ratio:1/1.03;
  border:1px solid #ebe5dd;
  border-radius:12px;
  overflow:hidden;
}
.product-media img{object-fit:cover;filter:saturate(.70) contrast(.98);transform:scale(1.01)}
.product-card:hover .product-media img{transform:scale(1.035);filter:saturate(.88)}
.pill{
  top:10px;left:10px;
  background:rgba(255,255,255,.90);
  border:1px solid rgba(225,218,208,.72);
  padding:5px 8px;
  font-size:7px;
  letter-spacing:.09em;
}
.wish-btn{right:8px;top:8px;width:32px;height:32px;font-size:20px}
.quick-btn{
  left:10px;right:10px;bottom:10px;
  min-height:36px;
  border-radius:999px;
  background:rgba(22,22,20,.94);
  font-size:8px;
}
.product-info{padding:11px 4px 0}
.product-kicker{font-size:7.5px;color:#968d84;letter-spacing:.11em}
.product-title{font-size:11px;font-weight:600;margin:4px 0 5px}
.price{font-size:11px;font-weight:700}
.old-price{font-size:8px;color:#aaa39a}
.rating{font-size:8px;color:#aa825d;margin-top:5px}
.add-mini{width:27px;height:27px;border-color:#ded7ce;background:#fff;font-size:15px}

/* service row */
.service-strip-wrap{padding:18px 0 62px}
.service-strip{
  border:0;
  border-radius:15px;
  background:#f7f4ef;
  padding:21px 12px;
}
.service-item{gap:15px;padding:2px 25px;border-right:1px solid #ddd7cf}
.service-icon{width:38px;height:38px}
.service-icon svg{width:28px;height:28px;stroke-width:1.25}
.service-item strong{font-size:8.5px;letter-spacing:.11em}
.service-item small{font-size:8px;color:#8d857d}

/* departments */
.collection-section{background:#fff;padding-top:56px}
.collection-grid{grid-template-columns:1.46fr .77fr .77fr;gap:15px}
.collection-card{min-height:390px;border-radius:18px;background:#eae5de}
.collection-large{min-height:475px}
.collection-card img{filter:saturate(.62) contrast(.95)}
.collection-card:hover img{transform:scale(1.025);filter:saturate(.78)}
.collection-card:after{background:linear-gradient(180deg,rgba(0,0,0,.02) 34%,rgba(0,0,0,.56) 100%)}
.collection-card>span{left:27px;bottom:25px}
.collection-card small{font-size:8px;letter-spacing:.18em}
.collection-card strong{font-family:"Helvetica Neue",Arial,sans-serif;font-size:29px;letter-spacing:-.025em;font-weight:500;margin-bottom:12px}
.collection-card b{font-size:7.5px;letter-spacing:.14em}

/* newsletter — deep charcoal, not green */
.newsletter-editorial{padding:12px 0 45px}
.newsletter-card-v2{
  min-height:270px;
  border-radius:20px;
  padding:44px 50px;
  background:#1b1b19;
  grid-template-columns:1fr .75fr;
}
.newsletter-copy-v2 h2{font-size:clamp(31px,3.5vw,49px);line-height:1.03;letter-spacing:-.03em;font-weight:500;margin:14px 0 12px}
.newsletter-copy-v2 p{font-size:10.5px;color:#c7c4bf;line-height:1.65}
.newsletter-form-v2{border-bottom-color:#7c7973}
.newsletter-form-v2 input{font-size:11px}

/* social strip */
.social-strip-section{padding-bottom:28px}
.social-strip{grid-template-columns:155px repeat(6,1fr);gap:8px}
.social-lead,.social-strip>a{border-radius:11px}
.social-lead{border-color:#e6e0d8;background:#fff;padding:16px}
.social-strip img{filter:saturate(.62)}
.social-strip a:hover img{filter:saturate(.82);transform:scale(1.03)}

/* footer */
.footer{padding:38px 0 26px;background:#faf9f6;border-top:1px solid #e9e4dd}
.footer-grid{grid-template-columns:1.7fr repeat(3,.65fr);gap:42px;padding-bottom:31px}
.footer-grid h4{font-size:8px;letter-spacing:.15em}
.footer-grid a:not(.brand){font-size:9px;color:#79736c;margin:7px 0}
.footer-bottom{font-size:8px;color:#969087;border-top-color:#e4ded6}
.payment-badges span{border-color:#ddd7ce;background:#fff}

/* general inner pages — same calm premium language */
.page-hero .shell{background:#f2eee8;border-radius:20px;border:0}
.page-hero h1{letter-spacing:-.04em;font-weight:500}
.filters,.cart-list,.summary-box,.form-card{border-color:#e6e0d8;border-radius:14px;box-shadow:none}
.main-photo{background:#f2eee8;border-color:#e5ded5;border-radius:16px}
.thumb{background:#f2eee8;border-color:#e5ded5;border-radius:8px}
.product-details h1{font-weight:500;letter-spacing:-.04em}
.option,.field input,.field select,.field textarea{border-color:#ddd6cc}
.contact-card{background:#1b1b19;border-radius:18px}
.trust-row{background:#f7f4ef;border:0;border-radius:15px}
.brand-strip .brand-chip{background:#fff;border-color:#e5dfd7}
.drawer{box-shadow:-25px 0 70px rgba(18,18,16,.12)}
.search-panel,.modal{border:1px solid #e4ded6;box-shadow:0 24px 60px rgba(18,18,16,.13)}
.toast{background:#1b1b19}

/* responsive refinements */
@media(max-width:1180px){
  .container{width:min(var(--max),calc(100% - 40px))}
  .header-inner{grid-template-columns:190px 1fr 190px}.nav{gap:18px}
  .hero-shell-v2{grid-template-columns:43% 57%;min-height:570px}
  .hero-showcase{min-height:570px}
  .hero-copy-v2{padding-left:65px}
  .hero-product-main{width:70%;height:390px;right:10%;top:98px}
  .hero-arch{width:475px;height:520px;right:-90px}
  .hero-roundel{right:8%;top:136px}
  .rail-card{grid-template-columns:92px 1fr;padding:0 16px;gap:14px}.rail-media{width:92px;height:72px}
}

@media(max-width:980px){
  .hero-shell-v2{grid-template-columns:1fr;min-height:auto}
  .hero-copy-v2{padding:62px 58px 22px}
  .hero-copy-v2 h1{font-size:60px;max-width:700px}
  .hero-showcase{min-height:470px}
  .hero-product-main{width:68%;height:360px;right:15%;top:58px}
  .hero-arch{height:455px;width:440px;right:8%;top:12px}
  .hero-roundel{right:15%;top:80px}
  .category-rail-grid{grid-template-columns:repeat(3,1fr);gap:16px}.rail-card{border-right:0;padding:0}.rail-card:nth-child(n+4){margin-top:12px}
  .promo-grid-v2{grid-template-columns:1fr}.sale-panel-v2{min-height:320px}
  .newsletter-card-v2{grid-template-columns:1fr;gap:22px}
}

@media(max-width:720px){
  .container{width:calc(100% - 22px)}
  .section{padding:54px 0}
  .header-inner{height:66px}.brand{font-size:14px;letter-spacing:.16em}
  .hero-copy-v2{padding:42px 23px 8px}
  .hero-kicker{margin-bottom:16px}
  .hero-copy-v2 h1{font-size:clamp(42px,13.4vw,60px);line-height:1.02;margin-bottom:14px}
  .hero-copy-v2 p{font-size:12px;max-width:360px}
  .hero-showcase{min-height:360px}
  .hero-showcase:before{width:320px;height:320px;right:-3%;top:2%}
  .hero-arch{width:320px;height:350px;right:-35px;top:10px}
  .hero-wave{height:130px;bottom:-42px}
  .hero-product-main{width:78%;height:295px;right:8%;top:35px}
  .hero-roundel{width:76px;height:76px;right:8%;top:55px}
  .hero-roundel span,.hero-roundel strong{font-size:8px}.hero-roundel small{font-size:5px;margin-top:7px}
  .category-rail{padding:19px 0}.category-rail-grid{display:flex;gap:0}.rail-card{min-width:225px;padding-right:18px;margin-right:18px;border-right:1px solid #e6e0d8!important;grid-template-columns:78px 1fr}.rail-media{width:78px;height:62px}
  .promo-wide-v2,.sale-panel-v2{border-radius:16px}.promo-wide-v2{min-height:400px}.promo-v2-copy{padding:32px 27px}.promo-v2-copy h2{font-size:40px}.sale-panel-v2{padding:33px 28px}.sale-number{font-size:68px}
  .products-grid,.products-grid-five{gap:10px}.product-media{border-radius:10px}.product-info{padding:9px 2px 0}.product-title{font-size:10px}.price{font-size:10px}
  .collection-card,.collection-large{min-height:350px}.collection-card{border-radius:15px}.collection-card strong{font-size:27px}
  .newsletter-card-v2{padding:33px 24px;border-radius:16px}.newsletter-copy-v2 h2{font-size:34px}
  .footer{padding-top:32px}
}

@media(max-width:430px){
  .hero-copy-v2 h1{font-size:43px}
  .hero-showcase{min-height:315px}
  .hero-product-main{width:84%;height:260px;right:4%;top:24px}
  .hero-roundel{width:67px;height:67px;right:5%;top:44px}
  .section-head-clean h2{font-size:14px;letter-spacing:.11em}
  .products-grid,.products-grid-five{grid-template-columns:repeat(2,1fr)}
}

/* =========================================================
   V4 — LOGO, PERFECT CATEGORY THUMBNAILS & WORKING VARIANTS
   Warm ivory / charcoal / bronze palette chosen to stay premium
   while remaining neutral enough for a general ecommerce store.
   ========================================================= */
:root{
  --paper:#fbf8f2;
  --bg:#f6f0e8;
  --surface:#ffffff;
  --soft:#f1e9df;
  --soft-2:#e5d9cc;
  --ink:#171714;
  --muted:#756f68;
  --line:#e5ddd3;
  --accent:#b2875d;
  --accent-soft:#dcc5ad;
}

/* real vector brand */
.brand-logo{display:inline-flex;align-items:center;line-height:0;letter-spacing:0;min-width:0}
.brand-logo img{display:block;width:190px;height:auto;max-height:44px;object-fit:contain;object-position:left center}
.footer .brand-logo img{width:178px}
.mobile-nav .brand-logo img{width:166px}

/* Category rail: every thumbnail is a true circle, never an oval. */
.category-rail{background:#fffdf9}
.category-rail-grid{align-items:center}
.rail-card{
  grid-template-columns:96px minmax(0,1fr);
  gap:18px;
  min-height:104px;
}
.rail-media{
  width:96px;
  height:96px;
  aspect-ratio:1/1;
  border-radius:50%;
  overflow:hidden;
  flex:0 0 96px;
  background:#f1ebe3;
  border:1px solid rgba(178,135,93,.16);
  box-shadow:inset 0 0 0 5px rgba(255,255,255,.62),0 8px 22px rgba(37,29,21,.045);
}
.rail-media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
  border-radius:50%;
  transform:scale(1.01);
}
.rail-card:hover .rail-media{border-color:rgba(178,135,93,.34)}
.rail-copy strong{font-size:11px;letter-spacing:.12em}
.rail-copy small{font-size:8.5px;line-height:1.45}

/* Product style + colour selectors */
.variant-selector{margin:27px 0 24px;padding-top:2px}
.variant-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 10px}
.variant-head strong{font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:800}
.variant-head span{font-size:10px;color:var(--muted);letter-spacing:.04em}
.variant-head.color-heading{margin-top:22px}
.option-row{gap:8px}
.option{
  min-width:92px;
  min-height:40px;
  padding:9px 16px;
  border:1px solid #ddd5cb;
  border-radius:999px;
  background:#fff;
  color:#4a4641;
  font-size:9px;
  letter-spacing:.10em;
  font-weight:700;
  transition:border-color .2s,background .2s,color .2s,box-shadow .2s,transform .2s;
}
.option:hover{border-color:#aca298;transform:translateY(-1px)}
.option.active,
.option[aria-pressed="true"]{
  background:var(--ink);
  border-color:var(--ink);
  color:#fff;
  box-shadow:0 7px 18px rgba(23,23,20,.11);
}

.color-options{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.color-swatch{
  min-width:56px;
  min-height:55px;
  border:1px solid transparent;
  border-radius:12px;
  padding:6px 7px;
  background:transparent;
  display:grid;
  justify-items:center;
  gap:5px;
  color:#777067;
  transition:.2s;
}
.color-swatch i{
  --swatch:#111;
  display:block;
  width:30px;
  height:30px;
  border-radius:50%;
  background:var(--swatch);
  border:3px solid #fff;
  box-shadow:0 0 0 1px #d5cdc3;
  transition:.2s;
}
.color-swatch small{font-size:8px;letter-spacing:.06em}
.color-swatch:hover{background:#f5f0e9}
.color-swatch.active,
.color-swatch[aria-pressed="true"]{border-color:#d6c7b8;background:#f6f0e8;color:var(--ink)}
.color-swatch.active i,
.color-swatch[aria-pressed="true"] i{box-shadow:0 0 0 2px var(--accent),0 0 0 5px #fff}

.cart-variant{margin:4px 0 6px;color:#8b725d;font-size:9px;letter-spacing:.07em;text-transform:uppercase}
.checkout-variant{display:block;margin-top:3px;color:#8b725d;font-size:9px;letter-spacing:.04em;font-weight:600}

/* Slightly more reference-like geometry and hierarchy */
.site-header{background:rgba(251,248,242,.965)}
.icon-btn:hover{background:#f1e9df}
.btn-dark,.btn-brand{background:var(--ink);border-color:var(--ink)}
.hero-shell-v2{background:linear-gradient(110deg,#f2ece4 0%,#f8f4ee 52%,#e9ddcf 100%)}
.hero-arch{background:linear-gradient(145deg,#dac8b6,#f1e8de 72%)}
.sale-panel-v2{background:linear-gradient(145deg,#ead9c7,#dfc6ad)}
.newsletter-card-v2,.contact-card{background:#1b1a17}

@media(max-width:1180px){
  .brand-logo img{width:170px}
  .rail-card{grid-template-columns:82px minmax(0,1fr)}
  .rail-media{width:82px;height:82px;flex-basis:82px}
}

@media(max-width:980px){
  .category-rail-grid{grid-template-columns:repeat(3,1fr)}
  .rail-card{grid-template-columns:80px minmax(0,1fr);min-height:90px}
  .rail-media{width:80px;height:80px;flex-basis:80px}
}

@media(max-width:720px){
  .brand-logo img{width:150px;max-height:38px}
  .mobile-nav .brand-logo img{width:150px}
  .category-rail-grid{display:flex;align-items:stretch}
  .rail-card{
    min-width:236px;
    grid-template-columns:76px minmax(0,1fr);
    min-height:88px;
    gap:14px;
    padding-right:18px;
  }
  .rail-media{width:76px;height:76px;flex-basis:76px}
  .variant-selector{margin-top:22px}
  .option{min-width:82px;padding-inline:13px}
  .color-swatch{min-width:50px}
}

@media(max-width:430px){
  .brand-logo img{width:138px}
  .header-actions .icon-btn{width:36px;height:36px}
  .rail-card{min-width:218px;grid-template-columns:70px minmax(0,1fr)}
  .rail-media{width:70px;height:70px;flex-basis:70px}
  .color-options{gap:8px}
}


/* WISHLIST MICRO-INTERACTIONS */
.wish-btn,
.product-wish{
  -webkit-tap-highlight-color:transparent;
  transform-origin:center;
  transition:transform .22s ease,color .22s ease,background .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.wish-btn{display:grid;place-items:center;border-radius:50%}
.wish-btn:hover{background:rgba(255,255,255,.78);transform:scale(1.08)}
.wish-btn.active,
.product-wish.active{color:var(--wish);border-color:rgba(162,76,63,.30)}
.wish-btn.active{background:rgba(255,255,255,.88);text-shadow:0 3px 14px rgba(162,76,63,.18)}
.product-wish.active{background:#fff7f5;box-shadow:0 8px 24px rgba(162,76,63,.10)}
.wish-pop{animation:wishPop .54s cubic-bezier(.18,.89,.32,1.45)!important}
.wish-remove{animation:wishRemove .34s ease!important}
.header-actions a[href="wishlist.html"].wishlist-pulse{animation:wishlistHeaderPulse .62s cubic-bezier(.18,.89,.32,1.35)}
.header-actions a[href="wishlist.html"].wishlist-pulse svg{stroke:var(--wish)}
.header-actions a[href="wishlist.html"].wishlist-pulse .count{animation:wishlistCountPulse .62s cubic-bezier(.18,.89,.32,1.35)}
.wish-fly-heart{
  position:fixed;z-index:9999;pointer-events:none;
  width:22px;height:22px;display:grid;place-items:center;
  color:var(--wish);font-size:20px;line-height:1;
  transform:translate(-50%,-50%) scale(.72) rotate(-8deg);
  opacity:1;filter:drop-shadow(0 5px 10px rgba(162,76,63,.24));
  transition:transform .70s cubic-bezier(.24,.76,.24,1),opacity .66s ease;
}
.wish-fly-heart.go{
  transform:translate(calc(-50% + var(--fly-x)),calc(-50% + var(--fly-y))) scale(.24) rotate(18deg);
  opacity:0;
}
.wish-spark{
  position:fixed;z-index:9998;pointer-events:none;width:5px;height:5px;border-radius:50%;
  background:var(--wish);transform:translate(-50%,-50%) scale(.4);opacity:0;
  animation:wishSpark .50s ease-out forwards;
}
.wishlist-card-leave{pointer-events:none;animation:wishlistCardLeave .34s ease forwards!important}
@keyframes wishPop{
  0%{transform:scale(1)}
  28%{transform:scale(.78)}
  58%{transform:scale(1.34) rotate(-6deg)}
  78%{transform:scale(.94) rotate(3deg)}
  100%{transform:scale(1) rotate(0)}
}
@keyframes wishRemove{
  0%{transform:scale(1)}
  40%{transform:scale(.82) rotate(-7deg)}
  70%{transform:scale(1.08) rotate(4deg)}
  100%{transform:scale(1) rotate(0)}
}
@keyframes wishlistHeaderPulse{
  0%,100%{transform:scale(1)}
  45%{transform:scale(1.18)}
}
@keyframes wishlistCountPulse{
  0%,100%{transform:scale(1)}
  45%{transform:scale(1.35);background:var(--wish)}
}
@keyframes wishSpark{
  0%{opacity:0;transform:translate(-50%,-50%) scale(.3)}
  22%{opacity:.85}
  100%{opacity:0;transform:translate(calc(-50% + var(--spark-x)),calc(-50% + var(--spark-y))) scale(1)}
}
@keyframes wishlistCardLeave{
  0%{opacity:1;transform:translateY(0) scale(1)}
  100%{opacity:0;transform:translateY(10px) scale(.96)}
}
@media (prefers-reduced-motion:reduce){
  .wish-pop,.wish-remove,.wishlist-card-leave,
  .header-actions a[href="wishlist.html"].wishlist-pulse,
  .header-actions a[href="wishlist.html"].wishlist-pulse .count,
  .wish-spark{animation:none!important}
  .wish-fly-heart{display:none!important}
}


/* =========================================================
   V6 — PRODUCT ACTIONS
   Medium wishlist control + clear Buy Now CTA
   ========================================================= */
.product-details .qty-row{
  display:grid;
  grid-template-columns:126px minmax(0,1fr) 54px;
  gap:10px;
  align-items:stretch;
  margin:22px 0 10px;
}
.product-details .qty{
  width:126px;
  height:52px;
  border-radius:999px;
  align-items:center;
  justify-content:space-between;
  overflow:hidden;
}
.product-details .qty button,
.product-details .qty span{
  width:42px;
  height:52px;
  font-size:14px;
}
#productAdd{
  min-width:0;
  width:100%;
  min-height:52px;
  border-radius:999px;
  font-size:10px;
  letter-spacing:.12em;
}
.product-details .product-wish{
  width:54px;
  min-width:54px;
  height:52px;
  min-height:52px;
  padding:0;
  border-radius:50%;
  display:grid;
  place-items:center;
  gap:0;
  font-size:24px;
  line-height:1;
  letter-spacing:0;
  box-shadow:0 7px 20px rgba(30,25,20,.055);
}
.product-details .product-wish:hover{
  transform:translateY(-2px) scale(1.045);
  border-color:#c8b7a6;
  background:#fffaf6;
}
.product-details .product-wish.active{
  background:#fff6f3;
  border-color:rgba(162,76,63,.32);
  box-shadow:0 8px 22px rgba(162,76,63,.11);
}
.buy-now-btn{
  min-height:52px;
  margin-top:0;
  border-radius:999px;
  background:var(--accent);
  border-color:var(--accent);
  color:#fff;
  font-size:10px;
  letter-spacing:.13em;
  box-shadow:0 10px 26px rgba(174,131,88,.16);
}
.buy-now-btn:hover{
  background:#936d48;
  border-color:#936d48;
  box-shadow:0 13px 30px rgba(147,109,72,.19);
}

@media(max-width:720px){
  .product-details .qty-row{
    grid-template-columns:112px minmax(0,1fr) 50px;
    gap:8px;
  }
  .product-details .qty{
    width:112px;
    height:50px;
  }
  .product-details .qty button,
  .product-details .qty span{
    width:37px;
    height:50px;
  }
  #productAdd,.buy-now-btn{min-height:50px}
  .product-details .product-wish{
    width:50px;
    min-width:50px;
    height:50px;
    min-height:50px;
    font-size:23px;
  }
}

@media(max-width:430px){
  .product-details .qty-row{
    grid-template-columns:104px minmax(0,1fr) 48px;
    gap:7px;
  }
  .product-details .qty{width:104px;height:48px}
  .product-details .qty button,
  .product-details .qty span{width:34px;height:48px}
  #productAdd,.buy-now-btn{min-height:48px;padding-inline:14px}
  .product-details .product-wish{
    width:48px;
    min-width:48px;
    height:48px;
    min-height:48px;
    font-size:22px;
  }
}

/* =========================================================
   V7 — LIVE PRODUCT VARIANT PREVIEW
   Colour and style selections visibly update the product view
   ========================================================= */
.main-photo.variant-preview{
  --variant-filter:none;
  --variant-scale:1;
  --variant-rotate:0deg;
  --variant-radius:0px;
  --variant-pad:0px;
  --variant-overlay:rgba(29,29,27,.36);
  position:relative;
  overflow:hidden;
  isolation:isolate;
  transition:background .32s ease,border-color .32s ease,box-shadow .32s ease;
}
.main-photo.variant-preview::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  background:var(--variant-overlay);
  mix-blend-mode:color;
  opacity:.42;
  transition:background .32s ease,opacity .32s ease;
}
.main-photo.variant-preview img{
  position:relative;
  z-index:1;
  width:100%;
  height:100%;
  object-fit:cover;
  padding:var(--variant-pad);
  border-radius:var(--variant-radius);
  filter:var(--variant-filter);
  transform:scale(var(--variant-scale)) rotate(var(--variant-rotate));
  transition:opacity .24s ease,transform .38s cubic-bezier(.2,.75,.25,1),filter .35s ease,border-radius .35s ease,padding .35s ease;
  will-change:transform,filter,opacity;
}

/* Colour variations */
.main-photo[data-variant-color="onyx"]{
  --variant-overlay:rgba(28,28,26,.72);
  --variant-filter:saturate(.58) brightness(.83) contrast(1.06);
  background:#e9e6e1;
}
.main-photo[data-variant-color="sand"]{
  --variant-overlay:rgba(204,181,153,.76);
  --variant-filter:sepia(.26) saturate(.86) brightness(1.05) contrast(.97);
  background:#eee3d5;
}
.main-photo[data-variant-color="stone"]{
  --variant-overlay:rgba(157,158,154,.70);
  --variant-filter:saturate(.18) brightness(1.02) contrast(.98);
  background:#e5e4e1;
}
.main-photo[data-variant-color="olive"]{
  --variant-overlay:rgba(105,112,82,.72);
  --variant-filter:sepia(.22) saturate(.72) hue-rotate(20deg) brightness(.91) contrast(1.02);
  background:#dedfd4;
}

/* Style variations */
.main-photo[data-variant-style="classic"]{
  --variant-scale:1;
  --variant-rotate:0deg;
  --variant-radius:0px;
  --variant-pad:0px;
}
.main-photo[data-variant-style="modern"]{
  --variant-scale:1.055;
  --variant-rotate:-.65deg;
  --variant-radius:0px;
  --variant-pad:0px;
  box-shadow:inset 0 0 0 1px rgba(30,26,21,.04);
}
.main-photo[data-variant-style="signature"]{
  --variant-scale:.91;
  --variant-rotate:0deg;
  --variant-radius:18px;
  --variant-pad:22px;
  background:linear-gradient(145deg,#eee5da,#f7f2eb 58%,#e4d5c5);
  box-shadow:inset 0 0 0 1px rgba(174,131,88,.13),0 18px 45px rgba(61,45,30,.07);
}
.main-photo[data-variant-style="signature"]::before{
  content:"SIGNATURE";
  position:absolute;
  left:26px;
  top:26px;
  z-index:4;
  font-size:8px;
  font-weight:800;
  letter-spacing:.20em;
  color:#6f5b48;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(174,131,88,.19);
  border-radius:999px;
  padding:8px 11px;
  backdrop-filter:blur(7px);
}

/* Live selected variant badge */
.variant-live-label{
  position:absolute;
  right:18px;
  bottom:18px;
  z-index:5;
  display:flex;
  align-items:center;
  gap:8px;
  padding:8px 11px;
  border:1px solid rgba(255,255,255,.55);
  border-radius:999px;
  background:rgba(255,255,255,.78);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  box-shadow:0 8px 24px rgba(25,20,15,.08);
  font-size:8px;
  font-weight:800;
  letter-spacing:.10em;
  text-transform:uppercase;
  color:#37322d;
  pointer-events:none;
}
.variant-live-label i{width:3px;height:3px;border-radius:50%;background:var(--accent)}

/* Selection feedback */
.main-photo.variant-changing{animation:variantPreviewPulse .38s ease}
.main-photo img.variant-img-out{opacity:.18;transform:scale(calc(var(--variant-scale) * .975)) rotate(var(--variant-rotate))}
.main-photo img.variant-img-in{animation:variantImageIn .28s ease}
.option.active,.color-swatch.active{animation:variantChoicePop .24s ease}
.color-swatch.active i{transform:scale(1.08)}

@keyframes variantPreviewPulse{
  0%{box-shadow:0 0 0 0 rgba(174,131,88,0)}
  45%{box-shadow:0 0 0 4px rgba(174,131,88,.11)}
  100%{box-shadow:0 0 0 0 rgba(174,131,88,0)}
}
@keyframes variantImageIn{
  0%{opacity:.18;transform:scale(calc(var(--variant-scale) * .975)) rotate(var(--variant-rotate))}
  100%{opacity:1;transform:scale(var(--variant-scale)) rotate(var(--variant-rotate))}
}
@keyframes variantChoicePop{
  0%{transform:scale(.96)}
  75%{transform:scale(1.025)}
  100%{transform:scale(1)}
}

@media(max-width:720px){
  .main-photo[data-variant-style="signature"]{--variant-pad:14px;--variant-radius:14px}
  .main-photo[data-variant-style="signature"]::before{left:14px;top:14px;padding:6px 9px;font-size:7px}
  .variant-live-label{right:12px;bottom:12px;padding:7px 9px;font-size:7px}
}

@media(prefers-reduced-motion:reduce){
  .main-photo.variant-changing,.main-photo img.variant-img-in,.option.active,.color-swatch.active{animation:none!important}
  .main-photo.variant-preview img{transition:none!important}
}


/* V8 — real product-colour images; never tint the complete photograph */
.main-photo.variant-preview::after{display:none!important;content:none!important}
.main-photo.variant-preview img{filter:none!important;padding:0!important;border-radius:0!important;transform:scale(1) rotate(0deg)!important;width:100%;height:100%;object-fit:cover}
.main-photo[data-variant-style="classic"],
.main-photo[data-variant-style="modern"],
.main-photo[data-variant-style="signature"]{--variant-scale:1!important;--variant-rotate:0deg!important;--variant-radius:0!important;--variant-pad:0!important}
.main-photo[data-variant-style="signature"]::before{left:18px;top:18px;z-index:3}
@media(max-width:620px){.main-photo[data-variant-style="signature"]::before{left:12px;top:12px}}
