/* Elite Plaster brand tokens — see design_handoff_elite_plaster_brand.
   Variable names are kept from the previous palette so downstream rules
   keep working; only the values changed. Charcoal/Umber/Clay/Sand/Limestone. */
:root{
  --navy:#3a3128; --navy-deep:#2a2219; --slate:#6b5a45; --steel:#a08a6c; --sky:#c9b79e;
  --stone:#c9b79e; --stone-soft:#e3d8c8;
  --bg:#efe9df; --bg-alt:#e7dfd2; --surface:#f5efe6;
  --text:#3a3128; --body:#2c2a24; --muted:#7a7060;
  --line:#e3d8c8; --line-soft:rgba(58,49,40,.07);
  --shadow:0 2px 12px rgba(58,49,40,.08); --shadow-lg:0 24px 60px rgba(58,49,40,.16);
  --accent:#a08a6c; --accent-deep:#6b5a45;
  --charcoal:#3a3128; --umber:#6b5a45; --clay:#a08a6c; --sand:#c9b79e;
  --limestone:#e3d8c8; --plaster:#f5efe6;
  --ease:cubic-bezier(.22,.61,.36,1);
  --serif:'Cormorant Garamond','Hoefler Text',Garamond,Georgia,serif;
  --sans:'Mulish',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;
  --maxw:1200px;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:var(--sans);color:var(--body);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}
h1,h2,h3,h4{font-family:var(--serif);color:var(--text);font-weight:600;line-height:1.08;letter-spacing:-.01em}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px}
/* brand eyebrow: 13px / 800 / .14em / Clay */
.eyebrow{font-family:var(--sans);font-size:13px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--clay)}

/* ---- Strata E lockup ---- */
.nav-logo{display:flex;align-items:center;gap:12px}
.nav-logo .mark{width:36px;height:36px;flex:none}
.nav-logo .word{line-height:1;display:block}
.nav-logo .word .e{display:block;font-family:var(--sans);font-weight:800;letter-spacing:.08em;font-size:17px;color:#fff}
.nav-logo .word .p{display:block;font-family:var(--serif);font-style:italic;font-weight:500;font-size:21px;line-height:1.05;color:var(--sand)}
.foot-logo .word .e{color:#fff}
.foot-logo .word .p{color:var(--sand)}


/* ---- buttons ---- */
.btn{display:inline-flex;align-items:center;gap:9px;font-family:var(--sans);font-size:13.5px;font-weight:600;letter-spacing:.04em;padding:14px 26px;border-radius:7px;border:1.5px solid transparent;cursor:pointer;transition:.32s cubic-bezier(.4,0,.2,1);text-transform:uppercase}
.btn-primary{background:var(--navy);color:#fff;border-color:var(--navy)}
.btn-primary:hover{background:var(--navy-deep);transform:translateY(-2px);box-shadow:0 12px 28px rgba(58,49,40,.26)}
.btn-outline{background:transparent;color:var(--navy);border-color:rgba(58,49,40,.32)}
.btn-outline:hover{background:var(--navy);color:#fff;border-color:var(--navy);transform:translateY(-2px)}
.btn-light{background:#fff;color:var(--navy);border-color:#fff}
.btn-light:hover{background:transparent;color:#fff;border-color:rgba(255,255,255,.6);transform:translateY(-2px)}
.btn-ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.4)}
.btn-ghost:hover{background:rgba(255,255,255,.12);transform:translateY(-2px)}
.btn-sm{padding:11px 18px;font-size:12px}
.lnk{color:var(--accent-deep);font-weight:600;font-size:14px;letter-spacing:.02em;border-bottom:1px solid transparent;transition:.25s;display:inline-flex;align-items:center;gap:6px}
.lnk:hover{border-color:var(--accent-deep);gap:11px}

/* ---- announcement ---- */
.anno{background:var(--navy-deep);color:#e3d8c8;font-size:12.5px;letter-spacing:.04em;text-align:center;padding:9px 40px 9px 16px;position:relative;font-weight:500}
.anno b{color:#fff;font-weight:600}
.anno .x{position:absolute;right:14px;top:50%;transform:translateY(-50%);cursor:pointer;opacity:.6;font-size:15px;line-height:1}
.anno .x:hover{opacity:1}

/* ---- nav ---- */
#nav{position:sticky;top:0;z-index:90;background:rgba(42,34,25,.94);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.10);transition:.3s}
.nav-in{max-width:1280px;margin:0 auto;padding:0 28px;height:74px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.nav-logo img{height:34px;width:auto}
.nav-links{display:flex;align-items:center;gap:34px}
.nav-links a{font-size:13px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.82);position:relative;padding:6px 0;cursor:pointer;transition:.2s}
.nav-links a::after{content:'';position:absolute;left:0;bottom:0;width:0;height:1.5px;background:var(--accent);transition:.28s}
.nav-links a:hover{color:#fff}
.nav-links a.active{color:#fff}
.nav-links a.active::after{width:100%}
.nav-right{display:flex;align-items:center;gap:18px}
.cart-btn{position:relative;cursor:pointer;color:rgba(255,255,255,.85);display:flex;align-items:center;padding:6px}
.cart-btn svg{width:21px;height:21px}
.cart-count{position:absolute;top:-3px;right:-5px;background:var(--accent);color:#fff;font-size:10px;font-weight:700;width:17px;height:17px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--sans)}
.hamb{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:6px}
.hamb span{width:24px;height:2px;background:#fff;transition:.3s}
#nav .btn-primary{background:var(--sky);color:var(--navy);border-color:var(--sky)}
#nav .btn-primary:hover{background:#fff;border-color:#fff;color:var(--navy);box-shadow:none}

/* ---- pages ---- */



.sec{padding:clamp(64px,9vw,120px) 0;border-bottom:1px solid var(--line-soft)}
/* Full-bleed tinted strip. The background spans the viewport while the inner
   .wrap stays centred. Replaces an inline `margin:0 -28px` that overrode
   .wrap's `margin:0 auto` and knocked the section out of centre.
   NB: named .tint-band, not .band — `.band` is already the dark gradient CTA
   block further down this file and would override this. */
.tint-band{background:var(--bg-alt);border-bottom:1px solid var(--line-soft)}
.tint-band > .sec{border-bottom:none}
.sec-head{max-width:680px;margin-bottom:54px}
.sec-head.center{margin-left:auto;margin-right:auto;text-align:center}
.sec-head .eyebrow{margin-bottom:16px;display:block}
.sec-head h2{font-size:clamp(34px,4.6vw,54px)}
.sec-head p{margin-top:18px;font-size:17px;color:var(--body)}

/* ---- placeholders (image slots) ---- */
.ph{position:relative;overflow:hidden;background:
  radial-gradient(at 28% 22%,rgba(201,183,158,.55),transparent 58%),
  radial-gradient(at 82% 76%,rgba(160,138,108,.45),transparent 55%),
  radial-gradient(at 60% 50%,rgba(201,184,163,.28),transparent 60%),
  linear-gradient(135deg,#ede5d9 0%,#e0d5c4 55%,#cdbfa8 100%)}
.ph::before{content:'';position:absolute;inset:0;opacity:.5;mix-blend-mode:soft-light;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}
.ph .ph-tag{position:absolute;left:14px;bottom:13px;font-family:var(--sans);font-size:10.5px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:rgba(58,49,40,.62);background:rgba(255,255,255,.62);backdrop-filter:blur(4px);padding:5px 10px;border-radius:6px}
.ph .ph-mid{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:clamp(22px,3vw,40px);color:rgba(58,49,40,.30);font-weight:600;text-align:center;padding:24px}

/* ---- HERO ---- */
.hero{position:relative;background:linear-gradient(150deg,var(--navy-deep) 0%,var(--navy) 55%,var(--slate) 130%);color:#fff;overflow:hidden;border-bottom:none}
.hero::after{content:'';position:absolute;inset:0;opacity:.16;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.7' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");pointer-events:none}
.hero-glow{position:absolute;width:620px;height:620px;border-radius:50%;background:radial-gradient(circle,rgba(201,183,158,.22),transparent 65%);top:-160px;right:-120px;pointer-events:none}
.hero-in{max-width:var(--maxw);margin:0 auto;padding:clamp(72px,11vw,130px) 28px;position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center}
.hero .eyebrow{color:var(--sky)}
.hero h1{color:#fff;font-size:clamp(46px,6.6vw,82px);margin:20px 0 0;line-height:1}
.hero h1 em{font-style:italic;color:var(--sky)}
.hero p{font-size:18px;color:#dccfbb;margin:26px 0 36px;max-width:520px}
.hero .cta-group{display:flex;gap:14px;flex-wrap:wrap}
.hero-visual{position:relative}
.hero-visual .ph{aspect-ratio:4/5;border-radius:12px;box-shadow:var(--shadow-lg)}
.hero-visual .float{position:absolute;left:-34px;bottom:34px;background:#fff;color:var(--text);padding:18px 22px;border-radius:4px;box-shadow:var(--shadow-lg);max-width:215px}
.hero-visual .float .lbl{font-family:var(--sans);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--steel);font-weight:600}
.hero-visual .float .big{font-family:var(--serif);font-size:21px;color:var(--navy);margin-top:3px}

/* ---- trust strip ---- */
.trust{background:var(--navy-deep);color:#dccfbb;padding:22px 0}
.trust-in{max-width:var(--maxw);margin:0 auto;padding:0 28px;display:flex;justify-content:space-between;gap:22px;flex-wrap:wrap;align-items:center}
.trust-item{display:flex;align-items:center;gap:10px;font-size:13.5px;font-weight:500;letter-spacing:.02em}
.trust-item svg{width:18px;height:18px;color:var(--sky);flex-shrink:0}

/* ---- category cards ---- */
.cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.cat-card{background:var(--surface);border:1px solid var(--line);border-radius:12px;overflow:hidden;cursor:pointer;transition:.32s;display:flex;flex-direction:column}
.cat-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:transparent}
.cat-card .ph{aspect-ratio:1/1}
.cat-card .cc-body{padding:20px 20px 24px}
.cat-card h3{font-size:22px}
.cat-card p{font-size:13.5px;color:var(--muted);margin-top:5px}
.cat-card .lnk{margin-top:12px}

/* ---- product grid ---- */
.filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:38px}
.filter-pill{font-family:var(--sans);font-size:12.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:10px 18px;border-radius:40px;border:1.5px solid var(--line);background:transparent;color:var(--body);cursor:pointer;transition:.25s}
.filter-pill:hover{border-color:var(--steel);color:var(--accent-deep)}
.filter-pill.active{background:var(--navy);color:#fff;border-color:var(--navy)}
.prod-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.prod-card{background:var(--surface);border:1px solid var(--line);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:.32s;position:relative}
.prod-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:transparent}
.prod-card .ph{aspect-ratio:1/1}
.prod-badge{position:absolute;top:12px;left:12px;z-index:3;background:var(--accent);color:#fff;font-family:var(--sans);font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:5px 10px;border-radius:6px}
.prod-badge.stone{background:var(--stone);color:var(--navy-deep)}
.pc-body{padding:18px 18px 20px;display:flex;flex-direction:column;flex:1}
.pc-cat{font-family:var(--sans);font-size:10.5px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--steel)}
.pc-name{font-size:21px;margin:6px 0 7px;line-height:1.12}
.pc-desc{font-size:12.5px;color:var(--muted);line-height:1.5;flex:1}
.pc-meta{font-size:11.5px;color:var(--body);margin-top:10px;letter-spacing:.01em}
.pc-foot{display:flex;align-items:center;justify-content:space-between;margin-top:15px;gap:10px}
.pc-price{font-family:var(--serif);font-size:21px;color:var(--navy);font-weight:600}
.pc-price small{font-family:var(--sans);font-size:11px;color:var(--muted);font-weight:500;letter-spacing:.04em}
.pc-btns{display:flex;gap:8px;padding:0 18px 18px}
.pc-btns .btn{flex:1;justify-content:center;padding:11px 8px;font-size:11px}

/* ---- story split ---- */
.split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.split .ph{aspect-ratio:5/6;border-radius:12px;box-shadow:var(--shadow)}
.split h2{font-size:clamp(32px,4.2vw,48px)}
.split .body-txt{margin-top:20px;font-size:16px}
.split .body-txt p{margin-bottom:14px}
.stats{display:flex;gap:38px;margin-top:34px;flex-wrap:wrap}
.stat .num{font-family:var(--serif);font-size:44px;color:var(--navy);font-weight:600;line-height:1}
.stat .lbl{font-size:12.5px;color:var(--muted);letter-spacing:.04em;margin-top:4px}

/* ---- bands ---- */
.band{background:linear-gradient(135deg,var(--navy) 0%,var(--slate) 100%);color:#fff;text-align:center;position:relative;overflow:hidden}
.band::after{content:'';position:absolute;inset:0;opacity:.13;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.7' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}
.band-in{position:relative;z-index:2;max-width:780px;margin:0 auto;padding:clamp(60px,8vw,96px) 28px}
.band .eyebrow{color:var(--sky)}
.band h2{color:#fff;font-size:clamp(34px,5vw,58px);margin:16px 0 24px;font-style:italic}
.band p{color:#dccfbb;font-size:17px;margin-bottom:32px}
.band .cta-group{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}

/* ---- testimonials ---- */
.tcontain{overflow:hidden;padding:14px 0;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}
.ttrack{display:flex;gap:20px;width:max-content;animation:marq 46s linear infinite}
.tcontain:hover .ttrack{animation-play-state:paused}
@keyframes marq{to{transform:translateX(-50%)}}
.tcard{width:340px;background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:26px 26px 24px;flex-shrink:0}
.tcard .stars{color:var(--stone);font-size:14px;letter-spacing:2px;margin-bottom:12px}
.tcard p{font-family:var(--serif);font-size:18px;color:var(--text);font-style:italic;line-height:1.4}
.tcard .who{font-family:var(--sans);font-size:12.5px;font-weight:600;letter-spacing:.04em;color:var(--steel);margin-top:14px;text-transform:uppercase}

/* ---- service list (installations) ---- */
.svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.svc-card{background:var(--surface);border:1px solid var(--line);border-radius:12px;overflow:hidden;transition:.3s}
.svc-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:transparent}
.svc-card .ph{aspect-ratio:16/11}
.svc-card .sc-body{padding:22px 22px 26px}
.svc-card h3{font-size:24px;margin-bottom:9px}
.svc-card p{font-size:14px;color:var(--body)}

/* ---- about / visit ---- */
.visit{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:stretch}
.visit-map{border-radius:12px;overflow:hidden;border:1px solid var(--line);min-height:340px;position:relative;background:
  linear-gradient(135deg,#e9e1d5,#dacfc0)}
.visit-map .ph{position:absolute;inset:0}
.visit-card{background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:38px}
.visit-card h3{font-size:30px;margin-bottom:8px}
.info-row{display:flex;gap:14px;padding:18px 0;border-bottom:1px solid var(--line-soft)}
.info-row:last-of-type{border-bottom:none}
.info-row svg{width:20px;height:20px;color:var(--steel);flex-shrink:0;margin-top:3px}
.info-row .k{font-family:var(--sans);font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}
.info-row .v{font-size:15.5px;color:var(--text);font-weight:500;margin-top:2px}
.soon{display:inline-block;background:var(--stone-soft);color:var(--accent-deep);font-family:var(--sans);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:4px 11px;border-radius:7px;margin-left:8px;vertical-align:middle}

/* ---- training / starter kit ---- */
.kit{background:var(--surface);border:1px solid var(--line);border-radius:6px;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;box-shadow:var(--shadow)}
.kit .ph{min-height:420px}
.kit .ph .play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:74px;height:74px;border-radius:50%;background:rgba(255,255,255,.9);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-lg)}
.kit .ph .play svg{width:26px;height:26px;color:var(--navy);margin-left:4px}
.kit-body{padding:clamp(32px,4vw,52px)}
.kit-body .eyebrow{display:block;margin-bottom:14px}
.kit-body h2{font-size:clamp(30px,3.6vw,44px)}
.kit-body>p{margin:16px 0 22px;font-size:16px}
.kit-incl{list-style:none;margin:0 0 26px}
.kit-incl li{display:flex;gap:11px;align-items:flex-start;padding:8px 0;font-size:14.5px;color:var(--text)}
.kit-incl li svg{width:18px;height:18px;color:var(--accent);flex-shrink:0;margin-top:3px}
.kit-price{display:flex;align-items:baseline;gap:12px;margin-bottom:22px}
.kit-price .now{font-family:var(--serif);font-size:38px;color:var(--navy);font-weight:600}
.kit-price .tag{font-family:var(--sans);font-size:12.5px;color:var(--muted);letter-spacing:.03em}
.kit-cta{display:flex;gap:12px;flex-wrap:wrap}
.tier-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:54px}
.tier{background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:30px 28px;transition:.3s;display:flex;flex-direction:column}
.tier:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}
.tier.feat{border-color:var(--navy);border-width:1.5px;position:relative}
.tier.feat::before{content:'Most Popular';position:absolute;top:-11px;left:28px;background:var(--navy);color:#fff;font-family:var(--sans);font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:5px 12px;border-radius:7px}
.tier h3{font-size:25px}
.tier .tprice{font-family:var(--serif);font-size:34px;color:var(--navy);font-weight:600;margin:12px 0}
.tier .tprice small{font-family:var(--sans);font-size:13px;color:var(--muted);font-weight:500}
.tier ul{list-style:none;margin:14px 0 24px;flex:1}
.tier ul li{font-size:13.5px;color:var(--body);padding:7px 0;border-bottom:1px solid var(--line-soft);display:flex;gap:9px}
.tier ul li::before{content:'✓';color:var(--accent);font-weight:700}
.tier .btn{justify-content:center}

/* ---- intro block ---- */
.intro{max-width:760px}
.intro h2{font-size:clamp(32px,4.4vw,50px)}
.intro p{margin-top:20px;font-size:16.5px}
.intro p+p{margin-top:14px}

/* ---- footer ---- */
footer{background:var(--navy-deep);color:#c2b39c;padding:70px 0 30px}
.foot-top{max-width:var(--maxw);margin:0 auto;padding:0 28px;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px}
.foot-brand img{height:42px;margin-bottom:18px}
.foot-brand p{font-size:14px;max-width:300px;color:#a89b87}
.foot-soc{display:flex;gap:11px;margin-top:20px}
.foot-soc a{width:38px;height:38px;border:1px solid rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:.25s}
.foot-soc a:hover{background:var(--steel);border-color:var(--steel);color:#fff;transform:translateY(-3px)}
.foot-soc svg{width:16px;height:16px}
.foot-col h4{font-family:var(--sans);font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#fff;margin-bottom:18px}
.foot-col a,.foot-col .fi{display:block;font-size:14px;color:#a89b87;padding:6px 0;cursor:pointer;transition:.2s}
.foot-col a:hover{color:#fff;padding-left:4px}
.foot-bot{max-width:var(--maxw);margin:40px auto 0;padding:22px 28px 0;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:12.5px;color:#8b7f6c}

/* ---- cursor ---- */
.cursor,.cursor-ring{position:fixed;border-radius:50%;pointer-events:none;z-index:9999;mix-blend-mode:difference;left:0;top:0}
.cursor{width:7px;height:7px;background:#fff;transform:translate(-50%,-50%)}
.cursor-ring{width:34px;height:34px;border:1.5px solid rgba(255,255,255,.6);transform:translate(-50%,-50%);transition:width .25s,height .25s,border-color .25s}
.cursor-ring.hov{width:54px;height:54px;border-color:#fff}

/* ---- back to top ---- */
#totop{position:fixed;right:26px;bottom:26px;width:46px;height:46px;border-radius:50%;background:var(--navy);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:.3s;z-index:80;box-shadow:var(--shadow-lg)}
#totop.show{opacity:1;pointer-events:auto}
#totop svg{width:18px;height:18px}

/* ---- toast ---- */
#toast{position:fixed;bottom:26px;left:50%;transform:translateX(-50%) translateY(120px);background:var(--navy-deep);color:#fff;padding:15px 26px;border-radius:12px;font-size:14px;font-weight:500;box-shadow:var(--shadow-lg);z-index:200;transition:.4s;display:flex;align-items:center;gap:10px}
#toast.show{transform:translateX(-50%) translateY(0)}
#toast svg{width:18px;height:18px;color:var(--sky)}

/* ---- reveal ---- */
.reveal{opacity:0;transform:translateY(26px);transition:opacity .8s cubic-bezier(.2,.7,.3,1),transform .8s cubic-bezier(.2,.7,.3,1)}
.reveal.in{opacity:1;transform:none}
.reveal.d1{transition-delay:.08s}.reveal.d2{transition-delay:.16s}.reveal.d3{transition-delay:.24s}.reveal.d4{transition-delay:.32s}

/* ---- responsive ---- */
@media(max-width:1024px){
  .cursor,.cursor-ring{display:none}
  body{cursor:auto}
  .nav-links{position:fixed;top:0;right:0;height:100vh;width:300px;background:var(--surface);flex-direction:column;align-items:flex-start;gap:8px;padding:100px 34px;transform:translateX(100%);transition:.36s;box-shadow:var(--shadow-lg);z-index:95}
  .nav-links.open{transform:none}
  .nav-links a{font-size:15px;width:100%;padding:12px 0;border-bottom:1px solid var(--line-soft);color:var(--text)}
  .nav-links a:hover{color:var(--accent-deep)}
  .nav-links a.active{color:var(--navy)}
  .hamb.open span{background:var(--text)}
  .hamb{display:flex;z-index:96}
  .hamb.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .hamb.open span:nth-child(2){opacity:0}
  .hamb.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  .hero-in,.split,.visit,.kit{grid-template-columns:1fr;gap:40px}
  .hero-visual{order:-1;max-width:440px}
  .cat-grid,.prod-grid{grid-template-columns:repeat(2,1fr)}
  .svc-grid,.tier-grid{grid-template-columns:1fr;max-width:520px;margin-left:auto;margin-right:auto}
  .foot-top{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
  .wrap,.nav-in{padding-left:20px;padding-right:20px}
  .cat-grid,.prod-grid{grid-template-columns:1fr 1fr;gap:14px}
  .pc-name{font-size:18px}.pc-btns{flex-direction:column}
  .stats{gap:24px}
  .foot-top{grid-template-columns:1fr}
  .trust-in{justify-content:flex-start;gap:14px}
  .trust-item{font-size:12px}
}

/* ===================== WooCommerce — Elite Walls ===================== */
.woocommerce,.woocommerce-page{color:var(--body)}
.woo-wrap{max-width:var(--maxw);margin:0 auto;padding:56px 28px 100px;min-height:60vh}
.woocommerce .woocommerce-products-header__title,.woocommerce-page h1.entry-title,.woocommerce div.product .product_title,.woocommerce .cart-collaterals .cart_totals>h2,.woocommerce-checkout #order_review_heading{font-family:var(--serif);color:var(--text)}
.woocommerce .woocommerce-products-header__title{font-size:clamp(34px,4.6vw,54px);margin-bottom:8px}
.woocommerce-products-header,.term-description{margin-bottom:24px}
.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{color:var(--muted);font-size:13px}
.woocommerce nav.woocommerce-breadcrumb{font-size:12px;letter-spacing:.05em;text-transform:uppercase;color:var(--muted);margin-bottom:26px}
.woocommerce nav.woocommerce-breadcrumb a{color:var(--accent-deep)}
.woocommerce ul.products,.woocommerce-page ul.products{display:grid !important;grid-template-columns:repeat(3,1fr);gap:24px;margin:0 0 40px !important;padding:0 !important}
.woocommerce ul.products::before,.woocommerce ul.products::after{display:none !important}
.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{width:auto !important;margin:0 !important;float:none !important;background:var(--surface);border:1px solid var(--line);border-radius:12px;overflow:hidden;padding:0 !important;transition:.32s;display:flex;flex-direction:column;text-align:left}
.woocommerce ul.products li.product:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:transparent}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link{display:flex;flex-direction:column}
.woocommerce ul.products li.product img{margin:0 !important;border-radius:0;aspect-ratio:1/1;object-fit:cover;width:100%}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-family:var(--serif);font-weight:600;font-size:20px;color:var(--text);padding:15px 17px 3px;line-height:1.15}
.woocommerce ul.products li.product .price{padding:0 17px 4px;color:var(--navy);font-family:var(--serif);font-size:19px;font-weight:600}
.woocommerce ul.products li.product .price del{color:var(--muted);font-weight:400;font-size:15px;margin-right:6px}
.woocommerce ul.products li.product .price ins{text-decoration:none}
.woocommerce ul.products li.product .star-rating{margin:4px 17px;font-size:13px}
.woocommerce ul.products li.product .button,.woocommerce ul.products li.product .added_to_cart{margin:auto 17px 17px !important}
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{background:var(--navy);color:#fff;border:1.5px solid var(--navy);border-radius:7px;font-family:var(--sans);font-weight:600;font-size:12.5px;letter-spacing:.05em;text-transform:uppercase;padding:13px 24px;transition:.3s;cursor:pointer}
.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce #respond input#submit:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover{background:var(--navy-deep);border-color:var(--navy-deep);color:#fff;transform:translateY(-2px)}
.woocommerce a.added_to_cart{display:inline-block;margin-top:8px;color:var(--accent-deep);font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.05em}
.woocommerce span.onsale{background:var(--accent);color:#fff;border-radius:40px;font-family:var(--sans);font-weight:700;font-size:11px;letter-spacing:.06em;padding:6px 12px;min-height:0;min-width:0;line-height:1;top:12px;left:12px}
.woocommerce div.product{display:grid;grid-template-columns:1fr 1fr;gap:48px}
.woocommerce div.product div.images,.woocommerce div.product div.summary{margin:0 !important;width:auto !important;float:none !important}
.woocommerce div.product .product_title{font-size:clamp(30px,4vw,46px);margin-bottom:10px}
.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--navy);font-family:var(--serif);font-size:30px;font-weight:600}
.woocommerce div.product .woocommerce-product-details__short-description{color:var(--body);margin:14px 0}
.woocommerce div.product form.cart{margin:22px 0}
.woocommerce .quantity .qty{border:1.5px solid var(--line);border-radius:7px;padding:11px 8px;width:64px}
.woocommerce div.product .woocommerce-tabs{grid-column:1 / -1;margin-top:10px}
.woocommerce div.product .woocommerce-tabs ul.tabs li{background:transparent;border:none;padding:0 1em}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:var(--navy);font-weight:700}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{border-color:var(--line)}
.woocommerce .related>h2,.woocommerce .upsells>h2{font-family:var(--serif);font-size:30px;color:var(--text);margin-top:24px}
.woocommerce-message,.woocommerce-info,.woocommerce-noreviews,.woocommerce-error{border-top-color:var(--accent);border-radius:4px}
.woocommerce table.shop_table{border:1px solid var(--line);border-radius:12px}
.woocommerce table.shop_table th{font-family:var(--sans);font-weight:600;letter-spacing:.04em;color:var(--text)}
.woocommerce-cart table.cart img{border-radius:4px;width:64px}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce-page form .form-row input.input-text,.select2-container--default .select2-selection--single{border:1.5px solid var(--line) !important;border-radius:7px;padding:12px 14px;font-family:var(--sans);min-height:46px}
.woocommerce form .form-row input.input-text:focus,.woocommerce form .form-row textarea:focus{border-color:var(--steel) !important;outline:none}
@media(max-width:1024px){.woocommerce ul.products,.woocommerce-page ul.products{grid-template-columns:repeat(2,1fr)}.woocommerce div.product{grid-template-columns:1fr;gap:30px}}
@media(max-width:560px){.woocommerce ul.products,.woocommerce-page ul.products{grid-template-columns:1fr 1fr;gap:14px}.woo-wrap{padding:40px 20px 70px}}

/* ---- product description blocks (pd-*) ------------------------------ */
/* Structured product copy: lead, icon-headed sections, coverage table.
   Icons inherit --clay via currentColor. */
.pd{max-width:70ch}
.pd-lead{font-family:var(--serif);font-style:italic;font-size:21px;line-height:1.4;
         color:var(--umber);margin:0 0 26px}
.pd-sec{margin:0 0 24px}
.pd-h{display:flex;align-items:center;gap:10px;font-family:var(--serif);font-weight:600;
      font-size:21px;color:var(--charcoal);margin:0 0 8px;letter-spacing:0}
.pd-ico{width:24px;height:24px;color:var(--clay);flex:none}
.pd p{margin:0 0 10px;color:var(--body);font-size:15.5px;line-height:1.62}
.pd strong{color:var(--umber);font-weight:700}
.pd em{font-style:italic;color:var(--umber)}
.pd-cov{list-style:none;margin:12px 0 0;padding:0;border-top:1px solid var(--line);max-width:340px}
.pd-cov li{display:flex;justify-content:space-between;gap:16px;padding:9px 0;
           border-bottom:1px solid var(--line);font-size:14.5px;
           font-variant-numeric:tabular-nums}
.pd-cov li span{color:var(--muted)}
.pd-cov li b{color:var(--charcoal);font-weight:700}
.pd-foot{margin-top:30px;padding-top:20px;border-top:1px solid var(--line);
         font-family:var(--serif);font-style:italic;font-size:17px;color:var(--umber);
         line-height:1.5}
@media(max-width:600px){.pd-lead{font-size:19px}.pd-h{font-size:19px}}

/* ---- single product: variations, gallery, summary -------------------- */
.woocommerce div.product{gap:56px;align-items:start}
.woocommerce div.product div.images img{border-radius:12px}
.woocommerce div.product div.images .flex-control-thumbs{gap:10px;display:grid;
  grid-template-columns:repeat(4,1fr);margin-top:12px}
.woocommerce div.product div.images .flex-control-thumbs li{width:auto!important;margin:0!important}
.woocommerce div.product div.images .flex-control-thumbs img{border-radius:8px;opacity:.62;
  transition:opacity .2s var(--ease),transform .2s var(--ease);border:1px solid var(--line)}
.woocommerce div.product div.images .flex-control-thumbs img:hover,
.woocommerce div.product div.images .flex-control-thumbs img.flex-active{opacity:1;transform:translateY(-2px)}

/* summary column */
.woocommerce div.product .summary{padding-top:4px}
.woocommerce div.product .woocommerce-product-details__short-description{
  font-family:var(--serif);font-style:italic;font-size:20px;line-height:1.42;
  color:var(--umber);margin:6px 0 22px;max-width:44ch}
.woocommerce div.product p.price,.woocommerce div.product span.price{font-size:27px;color:var(--umber)}

/* variation rows */
.woocommerce div.product form.cart .variations{border:1px solid var(--line);border-radius:12px;
  background:var(--surface);width:100%;margin:0 0 20px;border-collapse:separate;border-spacing:0}
.woocommerce div.product form.cart .variations tr{display:flex;align-items:center;gap:14px;
  padding:13px 16px;border-bottom:1px solid var(--line)}
.woocommerce div.product form.cart .variations tr:last-child{border-bottom:none}
.woocommerce div.product form.cart .variations th.label{padding:0;min-width:78px}
.woocommerce div.product form.cart .variations th.label label{font-family:var(--sans);font-size:12px;
  font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--clay);margin:0}
.woocommerce div.product form.cart .variations td.value{padding:0;flex:1;display:flex;
  align-items:center;gap:10px;flex-wrap:wrap}
.woocommerce div.product form.cart .variations select{
  appearance:none;-webkit-appearance:none;width:100%;min-width:0;
  font-family:var(--sans);font-size:14.5px;font-weight:600;color:var(--charcoal);
  background:var(--plaster);border:1.5px solid var(--line);border-radius:8px;
  padding:11px 38px 11px 13px;cursor:pointer;transition:border-color .18s var(--ease);
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5l5-5' fill='none' stroke='%236b5a45' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 14px center}
.woocommerce div.product form.cart .variations select:hover{border-color:var(--clay)}
.woocommerce div.product form.cart .variations select:focus-visible{outline:2px solid var(--clay);outline-offset:1px}
.woocommerce div.product form.cart .reset_variations{font-size:12px;color:var(--muted);
  letter-spacing:.04em;text-decoration:underline}

/* price shown once a variation is chosen */
.woocommerce div.product .woocommerce-variation-price{margin:0 0 14px}
.woocommerce div.product .woocommerce-variation-price .price{font-size:24px}
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart{display:flex;gap:12px;align-items:center}
.woocommerce div.product form.cart div.quantity{margin:0}

/* tint swatch chips (populated when colour terms carry a hex) */
.ew-swatches{display:flex;flex-wrap:wrap;gap:8px;margin:2px 0 0;width:100%}
.ew-swatch{display:inline-flex;align-items:center;gap:7px;padding:6px 11px 6px 7px;
  border:1.5px solid var(--line);border-radius:999px;background:var(--plaster);
  font-size:12.5px;font-weight:600;color:var(--charcoal);cursor:pointer;
  transition:border-color .18s var(--ease),transform .18s var(--ease)}
.ew-swatch:hover{border-color:var(--clay);transform:translateY(-1px)}
.ew-swatch[aria-pressed="true"]{border-color:var(--umber);box-shadow:0 0 0 1px var(--umber) inset}
.ew-swatch i{width:18px;height:18px;border-radius:50%;display:block;
  border:1px solid rgba(58,49,40,.18);flex:none}

/* product tabs */
.woocommerce div.product .woocommerce-tabs{grid-column:1/-1;margin-top:16px}
.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0 0 0 0!important;margin:0 0 26px!important;
  display:flex;gap:26px;border-bottom:1px solid var(--line)}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{display:none!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li{background:none!important;border:none!important;
  border-radius:0!important;margin:0!important;padding:0!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{display:none!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{font-family:var(--sans);font-size:12.5px;
  font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);
  padding:0 0 13px!important;display:block;border-bottom:2px solid transparent}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:var(--umber);border-bottom-color:var(--clay)}
.woocommerce div.product .woocommerce-tabs .panel h2:first-child{display:none}

@media(max-width:900px){.woocommerce div.product{grid-template-columns:1fr;gap:32px}}

/* ---- Spiver tint picker ---------------------------------------------- */
.ew-tint{margin:0 0 18px;padding:14px 16px;border:1px solid var(--line);
  border-radius:12px;background:var(--surface)}
.ew-tint-head{display:flex;flex-direction:column;gap:3px;margin-bottom:9px}
.ew-tint-head label{font-family:var(--sans);font-size:12px;font-weight:800;
  letter-spacing:.12em;text-transform:uppercase;color:var(--clay)}
.ew-tint-note{font-size:12.5px;color:var(--muted);line-height:1.45}
.ew-tint-select{appearance:none;-webkit-appearance:none;width:100%;
  font-family:var(--sans);font-size:14.5px;font-weight:600;color:var(--charcoal);
  background:var(--plaster);border:1.5px solid var(--line);border-radius:8px;
  padding:11px 38px 11px 13px;cursor:pointer;transition:border-color .18s var(--ease);
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5l5-5' fill='none' stroke='%236b5a45' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 14px center}
.ew-tint-select:hover{border-color:var(--clay)}
.ew-tint-select:focus-visible{outline:2px solid var(--clay);outline-offset:1px}
.ew-tint-select optgroup{font-family:var(--sans);font-style:normal;font-weight:800;
  font-size:11.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}
.ew-tint-select option{font-weight:500;color:var(--charcoal);padding:4px}

/* dilution caveat inside a Coverage section */
.pd-dil{margin-top:12px!important;padding:10px 13px;border-left:2px solid var(--clay);
  background:var(--bg-alt);border-radius:0 7px 7px 0;font-size:14px!important;
  color:var(--muted)!important;line-height:1.55}
.pd-dil strong{color:var(--umber)}

/* ---- shop landing: category tiles ----------------------------------- */
.woocommerce ul.products li.product-category{background:var(--surface);border:1px solid var(--line);
  border-radius:12px;overflow:hidden;transition:transform .28s var(--ease),box-shadow .28s var(--ease)}
.woocommerce ul.products li.product-category:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.woocommerce ul.products li.product-category a{display:flex;flex-direction:column;height:100%}
.woocommerce ul.products li.product-category img{aspect-ratio:4/3;object-fit:cover;width:100%;margin:0!important}
.woocommerce ul.products li.product-category h2.woocommerce-loop-category__title{
  font-family:var(--serif);font-weight:600;font-size:22px;color:var(--charcoal);
  padding:16px 18px 4px!important;margin:0;line-height:1.15;display:flex;flex-direction:column;gap:5px}
.woocommerce ul.products li.product-category .cat-count{font-family:var(--sans);font-size:12px;
  font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--clay)}
.woocommerce ul.products li.product-category h2::after{content:'Browse →';font-family:var(--sans);
  font-size:13px;font-weight:700;color:var(--umber);letter-spacing:.02em;margin:8px 0 16px;
  text-transform:none;transition:transform .2s var(--ease)}
.woocommerce ul.products li.product-category:hover h2::after{transform:translateX(4px)}

/* category archive: keep sorting, make it look deliberate */
.woocommerce .woocommerce-result-count{font-family:var(--sans);font-size:12.5px;color:var(--muted);
  margin:0 0 22px;letter-spacing:.02em}
.woocommerce .woocommerce-ordering{margin:0 0 22px}
.woocommerce .woocommerce-ordering select{appearance:none;-webkit-appearance:none;
  font-family:var(--sans);font-size:13.5px;font-weight:600;color:var(--charcoal);
  background:var(--surface);border:1.5px solid var(--line);border-radius:8px;
  padding:9px 34px 9px 12px;cursor:pointer;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5l5-5' fill='none' stroke='%236b5a45' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 12px center}
.woocommerce .woocommerce-ordering select:hover{border-color:var(--clay)}

/* product tiles: one consistent frame regardless of what the photo is */
.woocommerce ul.products li.product img{background:var(--bg-alt)}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link{position:relative}

@media(max-width:900px){.woocommerce ul.products,.woocommerce-page ul.products{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.woocommerce ul.products,.woocommerce-page ul.products{grid-template-columns:1fr}}

/* ---- shop landing: expanding category panels ------------------------- *
 * Four categories in one flush row - no orphan tile on a second line,
 * because it is a flex row rather than a grid that wraps. Hovering a panel
 * widens it and pushes the others narrower; the detail fades in as it opens.
 * Scoped to .woocommerce-shop so category archives keep the normal grid.     */
.woocommerce-shop ul.products{display:flex!important;grid-template-columns:none!important;
  gap:10px;height:clamp(360px,52vh,520px);margin:0 0 46px!important}
.woocommerce-shop ul.products li.product-category{flex:1 1 0;min-width:0;position:relative;
  border:none;border-radius:12px;overflow:hidden;background:var(--charcoal);
  transition:flex-grow .55s var(--ease),box-shadow .45s var(--ease);will-change:flex-grow}
.woocommerce-shop ul.products li.product-category:hover{flex-grow:2.4;box-shadow:var(--shadow-lg);transform:none}
/* when any panel is hovered, quiet the rest */
.woocommerce-shop ul.products:hover li.product-category{opacity:.62}
.woocommerce-shop ul.products li.product-category:hover{opacity:1}

.woocommerce-shop ul.products li.product-category a{position:absolute;inset:0;display:flex;
  flex-direction:column;justify-content:flex-end;padding:0}
.woocommerce-shop ul.products li.product-category img{position:absolute;inset:0;width:100%;height:100%;
  object-fit:cover;aspect-ratio:auto;border-radius:0;
  transition:transform .8s var(--ease),filter .55s var(--ease);
  filter:saturate(.82) brightness(.78)}
.woocommerce-shop ul.products li.product-category:hover img{transform:scale(1.06);
  filter:saturate(1) brightness(.9)}
/* legible ground for the type */
.woocommerce-shop ul.products li.product-category a::before{content:'';position:absolute;inset:0;
  background:linear-gradient(to top,rgba(42,34,25,.92) 0%,rgba(42,34,25,.45) 42%,rgba(42,34,25,.06) 100%)}

.woocommerce-shop ul.products li.product-category h2.woocommerce-loop-category__title{
  position:relative;z-index:2;padding:0 20px 22px!important;margin:0;
  font-family:var(--serif);font-weight:600;font-size:clamp(19px,1.9vw,27px);line-height:1.1;
  color:#fff;display:flex;flex-direction:column;gap:9px;text-align:left}
.woocommerce-shop ul.products li.product-category .cat-count{order:-1;font-family:var(--sans);
  font-size:11.5px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;
  color:var(--sand);opacity:.9}
.woocommerce-shop ul.products li.product-category h2::after{content:'Browse →';font-family:var(--sans);
  font-size:13px;font-weight:700;color:#fff;letter-spacing:.02em;margin:0;text-transform:none;
  opacity:0;transform:translateY(8px);transition:opacity .4s var(--ease),transform .4s var(--ease)}
.woocommerce-shop ul.products li.product-category:hover h2::after{opacity:1;transform:translateY(0)}
.woocommerce-shop ul.products li.product-category:focus-within{flex-grow:2.4;opacity:1}
.woocommerce-shop ul.products li.product-category a:focus-visible{outline:2px solid var(--sand);outline-offset:-4px}

@media (max-width:820px){
  .woocommerce-shop ul.products{flex-direction:column;height:auto}
  .woocommerce-shop ul.products li.product-category{flex:none;height:168px}
  .woocommerce-shop ul.products li.product-category:hover{flex-grow:0}
  .woocommerce-shop ul.products:hover li.product-category{opacity:1}
  .woocommerce-shop ul.products li.product-category h2::after{opacity:1;transform:none}
}
@media (prefers-reduced-motion:reduce){
  .woocommerce-shop ul.products li.product-category,
  .woocommerce-shop ul.products li.product-category img{transition:none}
}

/* ---- product gallery: stop the page jumping between slides ------------ *
 * Gallery images vary in aspect ratio, so the viewport resized on every
 * thumbnail click and shoved the rest of the page around. Lock the frame to
 * a square and letterbox inside it - the image never crops, the box never
 * changes height, nothing below it moves.                                   */
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
.woocommerce div.product div.images .flex-viewport{
  aspect-ratio:1/1;height:auto!important;max-height:none!important;
  border-radius:12px;overflow:hidden;background:var(--surface)}
.woocommerce div.product div.images .woocommerce-product-gallery__image,
.woocommerce div.product div.images .flex-viewport .slides,
.woocommerce div.product div.images .flex-viewport .slides > li{height:100%}
.woocommerce div.product div.images .woocommerce-product-gallery__image img,
.woocommerce div.product div.images .flex-viewport img{
  width:100%;height:100%;object-fit:contain;border-radius:0;display:block}
/* the zoom lens and lightbox trigger must follow the same box */
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{z-index:5}
/* thumbnails already gridded above - keep them square too so the strip is stable */
.woocommerce div.product div.images .flex-control-thumbs li img{aspect-ratio:1/1;object-fit:cover}

/* ---- home: featured products as an editorial mosaic ------------------- *
 * Four products in a three-column grid left one orphaned on a second row.
 * This is a 4x2 grid that fills exactly: a large lead product on the left,
 * two stacked right, one wide beneath them. Cards lose their borders and sit
 * straight on the tinted band so the block reads as part of the page rather
 * than a shop widget dropped into it.                                       */
.ew-feat-grid ul.products{
  display:grid!important;grid-template-columns:repeat(4,1fr);
  grid-template-rows:repeat(2,minmax(0,1fr));gap:18px;margin:0!important;
  /* height is set here, not by content: rows then land near the column width so
     the lead tile reads roughly square instead of a tall sliver */
  height:clamp(430px,48vw,620px)}
.ew-feat-grid ul.products li.product{
  background:transparent;border:none;border-radius:12px;overflow:hidden;
  box-shadow:none;transition:transform .4s var(--ease)}
.ew-feat-grid ul.products li.product:hover{transform:translateY(-4px);box-shadow:none}
.ew-feat-grid ul.products li.product:nth-child(1){grid-column:1/3;grid-row:1/3}
.ew-feat-grid ul.products li.product:nth-child(2){grid-column:3;grid-row:1}
.ew-feat-grid ul.products li.product:nth-child(3){grid-column:4;grid-row:1}
.ew-feat-grid ul.products li.product:nth-child(4){grid-column:3/5;grid-row:2}

.ew-feat-grid ul.products li.product a.woocommerce-LoopProduct-link{height:100%;display:flex;flex-direction:column}
.ew-feat-grid ul.products li.product img{
  width:100%;flex:1;min-height:0;object-fit:cover;aspect-ratio:auto;
  border-radius:12px;transition:transform .6s var(--ease)}
.ew-feat-grid ul.products li.product:hover img{transform:scale(1.03)}
.ew-feat-grid ul.products li.product .woocommerce-loop-product__title{
  padding:13px 2px 2px!important;font-size:16px;line-height:1.25}
.ew-feat-grid ul.products li.product:nth-child(1) .woocommerce-loop-product__title{font-size:22px}
.ew-feat-grid ul.products li.product .price{padding:0 2px!important;font-size:15px;color:var(--umber)}
.ew-feat-grid ul.products li.product:nth-child(1) .price{font-size:18px}
/* the loop button is noise here - the whole tile is the link */
.ew-feat-grid ul.products li.product .button,
.ew-feat-grid ul.products li.product .added_to_cart{display:none!important}

@media(max-width:820px){
  .ew-feat-grid ul.products{grid-template-columns:repeat(2,1fr);grid-template-rows:auto}
  .ew-feat-grid ul.products li.product:nth-child(1){grid-column:1/3;grid-row:auto}
  .ew-feat-grid ul.products li.product:nth-child(2),
  .ew-feat-grid ul.products li.product:nth-child(3),
  .ew-feat-grid ul.products li.product:nth-child(4){grid-column:auto;grid-row:auto}
  .ew-feat-grid ul.products li.product img{aspect-ratio:1/1;flex:none}
}
@media(max-width:520px){
  .ew-feat-grid ul.products{grid-template-columns:1fr}
  .ew-feat-grid ul.products li.product:nth-child(1){grid-column:1}
}

/* featured block heading sits on one line with the link, so the section reads
   as part of the page rather than a widget with a button bolted underneath */
.feat-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;
  margin-bottom:26px;padding-bottom:16px;border-bottom:1px solid var(--line)}
.feat-head .eyebrow{display:block;margin-bottom:10px}
.feat-head h2{font-size:clamp(28px,3.6vw,40px);margin:0}
.feat-head .lnk{flex:none;padding-bottom:4px}
@media(max-width:640px){
  .feat-head{flex-direction:column;align-items:flex-start;gap:12px}
}
