/* ============================================================
   Resin Epoxy Paints — premium light e-commerce
   Outfit throughout. Warm-bone / charcoal / bronze palette.
   ============================================================ */
/* Font is loaded via <link> in each page head — an @import here forces a
   chained request (html -> css -> font css -> font files) that blocks render. */

:root{
  --bg:#f5f2ee;
  --bg-2:#efeae3;
  --surface:#ffffff;
  --ink:#17150f;
  --ink-soft:#3a352d;
  --muted:#726c62;
  --line:#e6e0d7;
  --line-strong:#d8d1c5;
  --accent:#a5663a;      /* bronze/copper */
  --accent-deep:#8a5330;
  --accent-soft:#c98f5f;
  --accent-wash:#f2e7dc;
  --gold:#c99a5b;
  --ok:#3f7d55;
  --maxw:1220px;
  --pad:clamp(20px,5vw,48px);
  --r:18px;
  --r-lg:26px;
  --shadow:0 24px 60px -34px rgba(30,22,10,.5);
  --shadow-soft:0 14px 40px -28px rgba(30,22,10,.45);
  --molten:linear-gradient(120deg,#3a2d22 0%,#8a5330 34%,#c98f5f 60%,#e9cba3 78%,#6d4a2e 100%);
  --ease:cubic-bezier(.22,.61,.36,1);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
html.js .reveal{opacity:0;transform:translateY(26px)}
html.js .reveal.in{opacity:1;transform:none;transition:opacity .8s var(--ease),transform .8s var(--ease)}
@media (prefers-reduced-motion:reduce){html.js .reveal{opacity:1!important;transform:none!important}}
body{
  margin:0;font-family:'Outfit',system-ui,sans-serif;background:var(--bg);color:var(--ink);
  line-height:1.6;overflow-x:clip;-webkit-font-smoothing:antialiased;font-weight:400;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer}
h1,h2,h3{line-height:1.05;margin:0;font-weight:300;letter-spacing:-.02em}
p{margin:0}
.wrap{max-width:var(--maxw);margin:0 auto;padding-inline:var(--pad)}
.eyebrow{font-size:.74rem;letter-spacing:.32em;text-transform:uppercase;font-weight:600;color:var(--accent);display:inline-flex;align-items:center;gap:.6em}
.eyebrow::before{content:"";width:26px;height:1px;background:var(--accent);opacity:.6}
.serif{font-style:italic}
.accent{color:var(--accent)}
.mut{color:var(--muted)}

/* buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55em;border:1px solid transparent;
  padding:.92em 1.5em;border-radius:999px;font-weight:500;font-size:.95rem;letter-spacing:.01em;
  transition:transform .3s var(--ease),background .3s,color .3s,box-shadow .3s;white-space:nowrap}
.btn:active{transform:translateY(1px)}
.btn-primary{background:var(--ink);color:#fff}
.btn-primary:hover{background:var(--accent);box-shadow:0 14px 30px -16px rgba(165,102,58,.7)}
.btn-ghost{background:transparent;color:var(--ink);border-color:var(--line-strong)}
.btn-ghost:hover{border-color:var(--ink);background:var(--ink);color:#fff}
.btn-accent{background:var(--accent);color:#fff}
.btn-accent:hover{background:var(--accent-deep)}
.btn-sm{padding:.6em 1.05em;font-size:.85rem}
.btn svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.8}

/* ===== announcement ===== */
.topbar{background:var(--ink);color:#efe7db;font-size:.8rem;letter-spacing:.04em}
.topbar .wrap{display:flex;align-items:center;justify-content:center;gap:1.4em;padding-block:.55em;text-align:center}
.topbar b{color:var(--gold);font-weight:600}
.topbar .tb-x{display:none}
@media(max-width:640px){.topbar .tb-x{display:inline}.topbar .tb-a{display:none}}

/* ===== header ===== */
.site-head{position:sticky;top:0;z-index:60;background:rgba(245,242,238,.82);backdrop-filter:blur(14px);
  border-bottom:1px solid transparent;transition:border-color .3s,background .3s}
.site-head.scrolled{border-color:var(--line);background:rgba(245,242,238,.94)}
.nav{display:flex;align-items:center;gap:1.4em;padding-block:.9em}
/* ---- typographic wordmark logo ---- */
.brand{display:inline-flex;align-items:center;margin-right:auto;text-decoration:none}
.brand .wm{display:flex;flex-direction:column;line-height:1}
.brand .l1{font-weight:600;font-size:clamp(1rem,2.6vw,1.22rem);letter-spacing:.14em;text-transform:uppercase;
  color:var(--ink);white-space:nowrap;transition:color .25s}
.brand .l1 em{font-style:normal;font-weight:600;color:var(--accent)}
.brand:hover .l1{color:var(--accent-deep)}
.brand .l2{display:flex;align-items:center;gap:.5em;margin-top:.5em;font-size:.52rem;letter-spacing:.4em;
  text-transform:uppercase;color:var(--muted);font-weight:600;white-space:nowrap}
.brand .l2::before{content:"";height:1px;width:20px;background:var(--accent);opacity:.75;flex:none}
/* footer wordmark sits on the light-stone footer — same treatment, a touch larger */
.foot .brand{margin-bottom:1.1rem}
@media(max-width:680px){
  .brand .l1{font-size:.98rem;letter-spacing:.09em}
  .brand .l2{letter-spacing:.3em;font-size:.5rem}
}
.nav-links{display:flex;gap:.35em;align-items:center}
.nav-links a{padding:.5em .8em;border-radius:999px;font-size:.92rem;font-weight:400;color:var(--ink-soft);transition:color .25s,background .25s}
.nav-links a:hover,.nav-links a.active{color:var(--ink);background:rgba(165,102,58,.09)}
.nav-cta{display:flex;align-items:center;gap:.5em}
.cart-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;
  border-radius:50%;border:1px solid var(--line-strong);background:var(--surface);transition:border-color .25s,transform .25s}
.cart-btn:hover{border-color:var(--ink);transform:translateY(-1px)}
.cart-btn svg{width:19px;height:19px;stroke:var(--ink);fill:none;stroke-width:1.6}
.cart-count{position:absolute;top:-5px;right:-5px;min-width:19px;height:19px;padding:0 5px;border-radius:999px;
  background:var(--accent);color:#fff;font-size:.68rem;font-weight:600;display:flex;align-items:center;justify-content:center;
  transform:scale(0);transition:transform .3s var(--ease)}
.cart-count.on{transform:scale(1)}
.burger{display:none;width:44px;height:44px;border-radius:12px;border:1px solid var(--line-strong);background:var(--surface);
  flex-direction:column;gap:5px;align-items:center;justify-content:center}
.burger span{width:19px;height:1.7px;background:var(--ink);border-radius:2px;transition:.3s}
.burger.open span:nth-child(1){transform:translateY(6.7px) rotate(45deg)}
.burger.open span:nth-child(2){opacity:0}
.burger.open span:nth-child(3){transform:translateY(-6.7px) rotate(-45deg)}

/* mobile drawer */
.m-nav{position:fixed;inset:0 0 0 auto;width:min(84vw,340px);background:var(--surface);z-index:80;
  transform:translateX(100%);transition:transform .42s var(--ease);display:flex;flex-direction:column;padding:1.4rem;
  box-shadow:-30px 0 60px -30px rgba(0,0,0,.4)}
.m-nav.open{transform:none}
.m-nav a{padding:1em .4em;border-bottom:1px solid var(--line);font-size:1.14rem;font-weight:300;display:flex;justify-content:space-between;align-items:center}
.m-nav a span{color:var(--accent)}
.m-nav .btn{margin-top:1.2rem}
.scrim{position:fixed;inset:0;background:rgba(23,21,15,.5);backdrop-filter:blur(2px);z-index:70;opacity:0;visibility:hidden;transition:.35s}
.scrim.on{opacity:1;visibility:visible}

/* ===== hero ===== */
.hero{padding-top:clamp(2.4rem,6vw,5rem);padding-bottom:clamp(2.4rem,6vw,5rem);position:relative}
.hero-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:clamp(1.8rem,4vw,4rem);align-items:center}
.hero-copy{max-width:600px}
.hero h1{font-size:clamp(2.5rem,6vw,4.6rem);margin:.44em 0 .34em;font-weight:200}
.hero h1 b{font-weight:500}
.hero h1 em{font-style:italic;color:var(--accent)}
.hero .lede{font-size:clamp(1.03rem,1.6vw,1.2rem);color:var(--ink-soft);max-width:52ch}
.hero-cta{display:flex;flex-wrap:wrap;gap:.7em;margin-top:1.7rem}
.hero-chips{display:flex;flex-wrap:wrap;gap:.5em 1.3em;margin-top:1.7rem;padding-top:1.4rem;border-top:1px solid var(--line)}
.hero-chips span{display:inline-flex;align-items:center;gap:.5em;font-size:.85rem;color:var(--muted);font-weight:500}
.hero-chips svg{width:16px;height:16px;stroke:var(--accent);fill:none;stroke-width:2}
.hero-visual{position:relative}
.hero-visual .shot{border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--shadow);aspect-ratio:4/5;background:var(--bg-2)}
.hero-visual .shot img{width:100%;height:100%;object-fit:cover}
.hero-badge{position:absolute;left:-18px;bottom:34px;background:var(--surface);border:1px solid var(--line);border-radius:16px;
  padding:.9rem 1.1rem;box-shadow:var(--shadow-soft);display:flex;align-items:center;gap:.8rem;max-width:230px}
.hero-badge .n{font-size:1.5rem;font-weight:600;color:var(--accent);line-height:1}
.hero-badge small{font-size:.76rem;color:var(--muted);line-height:1.3;display:block}
.hero-swatches{position:absolute;top:26px;right:-14px;display:flex;flex-direction:column;gap:8px;background:var(--surface);
  padding:11px;border-radius:14px;box-shadow:var(--shadow-soft);border:1px solid var(--line)}
.hero-swatches i{width:26px;height:26px;border-radius:7px;display:block;box-shadow:inset 0 0 0 1px rgba(0,0,0,.08)}

/* ===== marquee trust ===== */
.marq{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--bg-2);overflow:hidden}
.marq-track{display:flex;gap:3.4rem;padding:1rem 0;width:max-content;animation:scrollx 34s linear infinite}
.marq:hover .marq-track{animation-play-state:paused}
.marq-track span{display:inline-flex;align-items:center;gap:.6em;font-size:.9rem;font-weight:500;color:var(--ink-soft);white-space:nowrap;letter-spacing:.02em}
.marq-track svg{width:17px;height:17px;stroke:var(--accent);fill:none;stroke-width:1.8}
@keyframes scrollx{to{transform:translateX(-50%)}}

/* ===== sections ===== */
section{position:relative}
.sec{padding:clamp(3.4rem,8vw,6.4rem) 0}
.sec-head{display:flex;justify-content:space-between;align-items:flex-end;gap:1.4rem;flex-wrap:wrap;margin-bottom:2.6rem}
.sec-head .t{max-width:640px}
.sec-head h2{font-size:clamp(1.9rem,4vw,3rem);margin:.36em 0 0}
.sec-head h2 em{font-style:italic;color:var(--accent)}
.sec-head p{color:var(--muted);margin-top:.7em;max-width:56ch}
.numeral{font-size:.72rem;letter-spacing:.3em;color:var(--muted);font-weight:600}

/* category cards */
.cats{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(.8rem,1.6vw,1.3rem)}
.cat{position:relative;border-radius:var(--r);overflow:hidden;aspect-ratio:3/4;display:block;background:var(--ink);
  box-shadow:var(--shadow-soft)}
.cat img{width:100%;height:100%;object-fit:cover;opacity:.82;transition:transform .7s var(--ease),opacity .5s}
.cat:hover img{transform:scale(1.07);opacity:.7}
.cat .lbl{position:absolute;inset:auto 0 0 0;padding:1.15rem 1.15rem 1.2rem;background:linear-gradient(to top,rgba(15,12,7,.9),rgba(15,12,7,.15) 70%,transparent);color:#fff}
.cat .lbl small{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);font-weight:600}
.cat .lbl b{display:block;font-size:1.15rem;font-weight:500;margin-top:.25em;letter-spacing:-.01em}
.cat .lbl .go{display:inline-flex;align-items:center;gap:.4em;font-size:.82rem;margin-top:.5em;color:#f0e6d8;opacity:.85}

/* product grid */
.prods{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1rem,2vw,1.7rem)}
.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);overflow:hidden;display:flex;flex-direction:column;
  transition:transform .4s var(--ease),box-shadow .4s,border-color .3s}
.card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:var(--line-strong)}
.card .thumb{position:relative;aspect-ratio:4/3;overflow:hidden;background:var(--bg-2)}
.card .thumb img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease)}
.card:hover .thumb img{transform:scale(1.06)}
.card .tag{position:absolute;top:12px;left:12px;background:var(--surface);color:var(--ink);font-size:.68rem;font-weight:600;
  letter-spacing:.1em;text-transform:uppercase;padding:.4em .7em;border-radius:999px;box-shadow:var(--shadow-soft)}
.card .tag.hot{background:var(--accent);color:#fff}
.card .body{padding:1.15rem 1.2rem 1.3rem;display:flex;flex-direction:column;flex:1}
.card .kicker{font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);font-weight:600}
.card h3{font-size:1.16rem;font-weight:500;margin:.35em 0 .3em;letter-spacing:-.01em}
.card .desc{font-size:.88rem;color:var(--muted);line-height:1.5;flex:1}
.swatch-row{display:flex;gap:6px;margin:.85rem 0 .2rem;flex-wrap:wrap}
.swatch-row i{width:20px;height:20px;border-radius:6px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);cursor:pointer;transition:transform .2s}
.swatch-row i:hover{transform:scale(1.16)}
.swatch-row .more{font-size:.72rem;color:var(--muted);align-self:center;font-weight:500}
.card .foot{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin-top:1rem;padding:1rem 0 0;border-top:1px solid var(--line);background:transparent}
.price{display:flex;flex-direction:column;line-height:1.1}
.price b{font-size:1.28rem;font-weight:600;letter-spacing:-.01em}
.price small{font-size:.72rem;color:var(--muted)}
.add{display:inline-flex;align-items:center;gap:.45em;background:var(--ink);color:#fff;border:none;border-radius:999px;
  padding:.66em 1.05em;font-size:.85rem;font-weight:500;transition:background .25s,transform .2s}
.add:hover{background:var(--accent)}
.add.added{background:var(--ok)}
.add svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2}

/* metallic showcase */
.showcase{position:relative;border-radius:var(--r-lg);overflow:hidden;min-height:440px;display:flex;align-items:flex-end;
  box-shadow:var(--shadow);isolation:isolate}
.showcase img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}
.showcase::after{content:"";position:absolute;inset:0;z-index:-1;
  background:linear-gradient(90deg,rgba(15,11,6,.92),rgba(15,11,6,.55) 46%,rgba(15,11,6,.12))}
.showcase .in{padding:clamp(1.8rem,4vw,3.4rem);max-width:600px;color:#fff}
.showcase .eyebrow{color:var(--gold)}
.showcase .eyebrow::before{background:var(--gold)}
.showcase h2{font-size:clamp(1.9rem,4vw,3rem);margin:.4em 0 .5em;color:#fff}
.showcase h2 em{font-style:italic;color:var(--accent-soft)}
.showcase p{color:#e8ded0;max-width:48ch}
.showcase .btn-ghost{color:#fff;border-color:rgba(255,255,255,.4)}
.showcase .btn-ghost:hover{background:#fff;color:var(--ink)}
.showcase .row{display:flex;gap:.7em;margin-top:1.6rem;flex-wrap:wrap}

/* colour range */
.palette{background:var(--bg-2);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.swatch-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:clamp(.6rem,1.4vw,1rem)}
.chip{border-radius:14px;aspect-ratio:1;position:relative;box-shadow:inset 0 0 0 1px rgba(0,0,0,.07);overflow:hidden;
  display:flex;align-items:flex-end;padding:.7rem;cursor:default;transition:transform .3s var(--ease)}
.chip:hover{transform:translateY(-4px)}
.chip span{font-size:.7rem;font-weight:500;background:rgba(255,255,255,.86);padding:.2em .5em;border-radius:6px;color:#222;opacity:0;transition:opacity .25s}
.chip:hover span{opacity:1}

/* why / features */
.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.8rem,4vw,4rem);align-items:center}
.why-visual{border-radius:var(--r-lg);overflow:hidden;aspect-ratio:5/6;box-shadow:var(--shadow);background:var(--bg-2)}
.why-visual img{width:100%;height:100%;object-fit:cover}
.feat{display:flex;gap:1rem;padding:1.15rem 0;border-bottom:1px solid var(--line)}
.feat:last-child{border-bottom:none}
.feat .ic{flex:none;width:48px;height:48px;border-radius:13px;background:var(--accent-wash);display:flex;align-items:center;justify-content:center}
.feat .ic svg{width:22px;height:22px;stroke:var(--accent-deep);fill:none;stroke-width:1.7}
.feat h4{margin:0 0 .25em;font-size:1.1rem;font-weight:500}
.feat p{font-size:.9rem;color:var(--muted);line-height:1.55}

/* calculator */
.calc{background:var(--ink);color:#f2ece2;border-radius:var(--r-lg);overflow:hidden;position:relative}
.calc::before{content:"";position:absolute;inset:0;background:var(--molten);opacity:.12;z-index:0}
.calc .cwrap{position:relative;z-index:1;display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(1.6rem,4vw,3.4rem);
  padding:clamp(1.8rem,4vw,3.4rem);align-items:center}
.calc h2{color:#fff;font-size:clamp(1.7rem,3.4vw,2.5rem)}
.calc h2 em{font-style:italic;color:var(--accent-soft)}
.calc p{color:#c9c0b2;margin-top:.7em;max-width:44ch}
.calc-panel{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);border-radius:18px;padding:1.5rem}
.calc-field{margin-bottom:1.15rem}
.calc-field label{display:block;font-size:.8rem;letter-spacing:.05em;color:#cabfae;margin-bottom:.5em;font-weight:500}
.calc-field input,.calc-field select{width:100%;background:rgba(255,255,255,.95);border:none;border-radius:11px;
  padding:.85em 1em;font-family:inherit;font-size:1rem;color:var(--ink);font-weight:500}
.calc-out{display:flex;align-items:baseline;gap:.5em;margin-top:1.3rem;padding-top:1.3rem;border-top:1px solid rgba(255,255,255,.14)}
.calc-out b{font-size:2.4rem;font-weight:600;color:var(--gold);line-height:1}
.calc-out span{color:#c9c0b2;font-size:.9rem}
.calc-note{font-size:.76rem;color:#9c9384;margin-top:.7em}

/* sister band */
.sister{position:relative;border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--shadow-soft);border:1px solid var(--line)}
.sister-grid{display:grid;grid-template-columns:1fr 1fr}
.sister .pic{position:relative;overflow:hidden;min-height:340px;background:var(--bg-2)}
.sister .pic img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.sister .txt{padding:clamp(1.8rem,4vw,3.2rem);background:var(--surface);display:flex;flex-direction:column;justify-content:center}
.sister .txt .kt{font-size:.74rem;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);font-weight:600}
.sister .txt h2{font-size:clamp(1.7rem,3.4vw,2.5rem);margin:.4em 0 .5em}
.sister .txt p{color:var(--muted);max-width:44ch}
.sister .txt .row{display:flex;gap:.7em;margin-top:1.5rem;flex-wrap:wrap}

/* reviews */
.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1rem,2vw,1.5rem)}
.review{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:1.6rem 1.5rem;display:flex;flex-direction:column}
.stars{display:flex;gap:2px;color:var(--gold);margin-bottom:.9rem}
.stars svg{width:16px;height:16px;fill:var(--gold);stroke:none}
.review p{font-size:.96rem;color:var(--ink-soft);line-height:1.6;flex:1}
.review .who{display:flex;align-items:center;gap:.7rem;margin-top:1.3rem;padding-top:1.1rem;border-top:1px solid var(--line)}
.review .av{width:38px;height:38px;border-radius:50%;background:var(--molten);display:flex;align-items:center;justify-content:center;
  color:#fff;font-weight:600;font-size:.85rem;flex:none}
.review .who b{font-size:.9rem;font-weight:600;display:block}
.review .who small{font-size:.76rem;color:var(--muted)}

/* newsletter / cta */
.cta-band{background:var(--ink);color:#fff;border-radius:var(--r-lg);padding:clamp(2.2rem,5vw,3.8rem);text-align:center;position:relative;overflow:hidden}
.cta-band::before{content:"";position:absolute;inset:0;background:var(--molten);opacity:.16}
.cta-band>*{position:relative;z-index:1}
.cta-band h2{font-size:clamp(1.9rem,4vw,3rem);color:#fff}
.cta-band h2 em{font-style:italic;color:var(--accent-soft)}
.cta-band p{color:#cdc4b6;max-width:48ch;margin:.9em auto 0}
.nl-form{display:flex;gap:.6em;max-width:440px;margin:1.8rem auto 0;flex-wrap:wrap}
.nl-form input{flex:1;min-width:200px;background:rgba(255,255,255,.95);border:none;border-radius:999px;padding:.95em 1.3em;font-family:inherit;font-size:.95rem}
.nl-done{color:var(--gold);font-weight:500;margin-top:1.2rem}

/* footer */
.foot{background:var(--bg-2);border-top:1px solid var(--line);padding:clamp(2.6rem,5vw,4rem) 0 2rem}
.foot-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2rem}
.foot .brand{margin-bottom:1rem}
.foot .about{font-size:.9rem;color:var(--muted);max-width:34ch;line-height:1.6}
.foot h5{font-size:.76rem;letter-spacing:.16em;text-transform:uppercase;color:var(--ink);margin:0 0 1.1em;font-weight:600}
.foot ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6em}
.foot ul a{font-size:.9rem;color:var(--muted);transition:color .2s}
.foot ul a:hover{color:var(--accent)}
.foot .contact li{font-size:.9rem;color:var(--muted);display:flex;gap:.6em;margin-bottom:.6em}
.foot .contact svg{width:16px;height:16px;stroke:var(--accent);fill:none;stroke-width:1.7;flex:none;margin-top:3px}
.foot .placeholder{font-style:italic;opacity:.7}
.foot-bot{border-top:1px solid var(--line);margin-top:2.4rem;padding-top:1.5rem;display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;font-size:.82rem;color:var(--muted)}
.powered{margin:1.4rem 0 0;padding-top:1.2rem;border-top:1px solid var(--line);text-align:center;
  font-size:.82rem;color:var(--muted);letter-spacing:.01em}
.powered a{color:var(--accent);font-weight:600;text-decoration:none;transition:color .2s var(--ease)}
.powered a:hover,.powered a:focus-visible{color:var(--accent-deep);text-decoration:underline}
.socials{display:flex;gap:.6em}
.socials a{width:36px;height:36px;border-radius:50%;border:1px solid var(--line-strong);display:flex;align-items:center;justify-content:center;transition:.25s}
.socials a:hover{background:var(--ink);border-color:var(--ink)}
.socials svg{width:16px;height:16px;stroke:var(--ink-soft);fill:none;stroke-width:1.7;transition:stroke .25s}
.socials a:hover svg{stroke:#fff}

/* ===== cart drawer ===== */
.cart{position:fixed;inset:0 0 0 auto;width:min(92vw,420px);background:var(--surface);z-index:90;display:flex;flex-direction:column;
  transform:translateX(100%);transition:transform .42s var(--ease);box-shadow:-30px 0 70px -30px rgba(0,0,0,.45)}
.cart.open{transform:none}
.cart-head{display:flex;align-items:center;justify-content:space-between;padding:1.3rem 1.4rem;border-bottom:1px solid var(--line)}
.cart-head b{font-size:1.15rem;font-weight:600}
.cart-close{width:38px;height:38px;border-radius:50%;border:1px solid var(--line);background:transparent;display:flex;align-items:center;justify-content:center}
.cart-close svg{width:16px;height:16px;stroke:var(--ink);fill:none;stroke-width:2}
.cart-items{flex:1;overflow-y:auto;padding:.6rem 1.4rem;display:flex;flex-direction:column}
.cart-empty{text-align:center;color:var(--muted);padding:3rem 1rem;font-size:.95rem}
.cart-empty svg{width:46px;height:46px;stroke:var(--line-strong);fill:none;stroke-width:1.3;margin:0 auto 1rem}
.ci{display:flex;gap:.9rem;padding:1rem 0;border-bottom:1px solid var(--line)}
.ci img{width:66px;height:66px;border-radius:11px;object-fit:cover;flex:none;background:var(--bg-2)}
.ci .ci-b{flex:1;min-width:0}
.ci .ci-b b{font-size:.92rem;font-weight:500;display:block;line-height:1.25}
.ci .ci-b small{font-size:.76rem;color:var(--muted)}
.ci .ci-b .cprice{color:var(--accent);font-weight:600;font-size:.92rem;margin-top:.2em;display:block}
.qty{display:inline-flex;align-items:center;border:1px solid var(--line-strong);border-radius:999px;margin-top:.5em}
.qty button{width:26px;height:26px;border:none;background:transparent;font-size:1rem;color:var(--ink);display:flex;align-items:center;justify-content:center}
.qty span{min-width:26px;text-align:center;font-size:.85rem;font-weight:600}
.ci-rm{background:none;border:none;color:var(--muted);font-size:.74rem;text-decoration:underline;padding:0;margin-top:.5em;display:block}
.cart-foot{border-top:1px solid var(--line);padding:1.3rem 1.4rem;background:var(--bg-2)}
.cart-row{display:flex;justify-content:space-between;font-size:.9rem;color:var(--muted);margin-bottom:.5em}
.cart-row.tot{color:var(--ink);font-size:1.15rem;font-weight:600;margin:.7em 0 1.1em}
.cart-foot .btn{width:100%}
.cart-foot .ship-note{font-size:.76rem;color:var(--muted);text-align:center;margin-top:.7em}
.cart-foot .pay-note{display:inline-block;margin-top:.45em;font-size:.72rem;letter-spacing:.01em;opacity:.85}
.cart-foot .co-err{margin-top:.7em;padding:.6em .75em;border-radius:8px;font-size:.78rem;line-height:1.45;
  color:#8c2f2f;background:#fbeceb;border:1px solid #f0cfcc;text-align:left}
.cart-foot .co-err[hidden]{display:none!important}
[data-checkout][disabled]{opacity:.55;cursor:not-allowed}

/* checkout modal */
.modal-scrim{position:fixed;inset:0;background:rgba(23,21,15,.6);backdrop-filter:blur(3px);z-index:100;display:none;align-items:center;justify-content:center;padding:1.2rem}
.modal-scrim.on{display:flex}
.modal{background:var(--surface);border-radius:var(--r-lg);max-width:440px;width:100%;padding:2rem;text-align:center;box-shadow:var(--shadow)}
.modal .tick{width:66px;height:66px;border-radius:50%;background:var(--accent-wash);display:flex;align-items:center;justify-content:center;margin:0 auto 1.2rem}
.modal .tick svg{width:32px;height:32px;stroke:var(--accent-deep);fill:none;stroke-width:2}
.modal h3{font-size:1.5rem;font-weight:400;margin-bottom:.5em}
.modal p{color:var(--muted);font-size:.94rem}
.modal .ref{font-weight:600;color:var(--ink)}
.modal .btn{margin-top:1.5rem}

/* page hero (sub pages) */
.page-hero{padding:clamp(2.4rem,6vw,4.6rem) 0 clamp(1.6rem,4vw,2.6rem)}
.page-hero .eyebrow{margin-bottom:.9em}
.page-hero h1{font-size:clamp(2.2rem,5.5vw,4rem);font-weight:200;max-width:16ch}
.page-hero h1 em{font-style:italic;color:var(--accent)}
.page-hero p{color:var(--muted);max-width:56ch;margin-top:1em;font-size:1.05rem}
.crumb{font-size:.82rem;color:var(--muted);margin-bottom:1.4rem;display:flex;gap:.5em;align-items:center}
.crumb a:hover{color:var(--accent)}

/* shop toolbar */
.shop-bar{display:flex;gap:.6em;flex-wrap:wrap;align-items:center;margin-bottom:2rem}
.filter{padding:.6em 1.1em;border-radius:999px;border:1px solid var(--line-strong);background:var(--surface);font-family:inherit;
  font-size:.86rem;font-weight:500;color:var(--ink-soft);transition:.25s}
.filter:hover{border-color:var(--ink)}
.filter.active{background:var(--ink);color:#fff;border-color:var(--ink)}
.shop-sort{margin-left:auto;display:flex;align-items:center;gap:.6em;font-size:.86rem;color:var(--muted)}
.shop-sort select{padding:.55em .8em;border-radius:10px;border:1px solid var(--line-strong);background:var(--surface);font-family:inherit;font-size:.86rem;color:var(--ink)}
.shop-count{font-size:.84rem;color:var(--muted);margin-bottom:1.2rem}

/* pro page */
.pro-services{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}
.pro-serv{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:1.6rem;transition:.3s}
.pro-serv:hover{border-color:var(--line-strong);box-shadow:var(--shadow-soft);transform:translateY(-4px)}
.pro-serv .ic{width:46px;height:46px;border-radius:12px;background:var(--accent-wash);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}
.pro-serv .ic svg{width:22px;height:22px;stroke:var(--accent-deep);fill:none;stroke-width:1.7}
.pro-serv h3{font-size:1.16rem;font-weight:500;margin-bottom:.4em}
.pro-serv p{font-size:.9rem;color:var(--muted);line-height:1.55}
.pro-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;grid-auto-rows:220px}
.pro-gallery .g{border-radius:var(--r);overflow:hidden;background:var(--bg-2)}
.pro-gallery .g:nth-child(1){grid-row:span 2}
.pro-gallery .g:nth-child(4){grid-column:span 2}
.pro-gallery .g img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease)}
.pro-gallery .g:hover img{transform:scale(1.06)}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem;counter-reset:st}
.step{position:relative;padding-top:1.3rem;border-top:2px solid var(--line)}
.step::before{counter-increment:st;content:"0" counter(st);font-size:.8rem;font-weight:600;color:var(--accent);letter-spacing:.1em}
.step h4{font-size:1.08rem;font-weight:500;margin:.5em 0 .35em}
.step p{font-size:.88rem;color:var(--muted);line-height:1.5}

/* ============================================================
   E-COMMERCE STORE UI
   ============================================================ */
/* header search + icons + category bar */
.nav{flex-wrap:wrap}
.site-head .nav-links{display:none}   /* primary nav lives in the category bar */
.search{flex:1 1 300px;display:flex;align-items:center;gap:.6em;background:var(--surface);border:1px solid var(--line-strong);
  border-radius:999px;padding:.62em 1.1em;max-width:520px;transition:border-color .25s,box-shadow .25s}
.search:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px rgba(165,102,58,.12)}
.search svg{width:18px;height:18px;stroke:var(--muted);fill:none;stroke-width:1.8;flex:none}
.search input{flex:1;min-width:0;border:none;background:none;font-family:inherit;font-size:.92rem;color:var(--ink);outline:none}
.search input::placeholder{color:var(--muted)}
.icon-btn{width:44px;height:44px;border-radius:50%;border:1px solid var(--line-strong);background:var(--surface);
  display:inline-flex;align-items:center;justify-content:center;transition:border-color .25s,transform .25s;position:relative}
.icon-btn:hover{border-color:var(--ink);transform:translateY(-1px)}
.icon-btn svg{width:19px;height:19px;stroke:var(--ink);fill:none;stroke-width:1.6}

.catbar{border-top:1px solid var(--line);background:var(--bg-2)}
.catbar-in{display:flex;align-items:center;gap:.25em;padding-block:.5em;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.catbar-in::-webkit-scrollbar{display:none}
.catbar-in a{white-space:nowrap;font-size:.85rem;font-weight:500;color:var(--ink-soft);padding:.42em .85em;border-radius:999px;transition:background .2s,color .2s}
.catbar-in a:hover,.catbar-in a.active{background:var(--ink);color:#fff}
.catbar-in a.cb-hi{color:var(--accent)}
.catbar-in a.cb-hi:hover{background:var(--accent);color:#fff}
.catbar-in .sep{width:1px;height:16px;background:var(--line-strong);margin:0 .35em;flex:none}

/* promo pill in hero */
.promo-pill{display:inline-flex;align-items:center;gap:.55em;background:var(--accent-wash);color:var(--accent-deep);
  border:1px solid rgba(165,102,58,.3);border-radius:999px;padding:.42em .95em;font-size:.78rem;font-weight:600;letter-spacing:.02em;margin-bottom:1.1rem}
.promo-pill b{color:var(--accent-deep)}

/* ratings on product cards */
.crate{display:flex;align-items:center;gap:.5em;margin:.15rem 0 .4rem}
.rstars{position:relative;display:inline-block;font-size:.86rem;line-height:1;font-family:Arial,Helvetica,sans-serif}
.rstars::before{content:"★★★★★";color:#d9d2c6;letter-spacing:1.5px}
.rstars>span{position:absolute;left:0;top:0;height:100%;overflow:hidden;white-space:nowrap}
.rstars>span::before{content:"★★★★★";color:var(--gold);letter-spacing:1.5px}
.rnum{font-size:.75rem;color:var(--muted);font-weight:500}
.swlabel{font-size:.72rem;color:var(--muted);align-self:center;margin-left:.1em}

/* wishlist + quick-add overlay */
.thumb-link{display:block;width:100%;height:100%}
.wish{position:absolute;top:12px;right:12px;z-index:3;width:34px;height:34px;border-radius:50%;border:none;
  background:rgba(255,255,255,.92);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-soft);transition:background .2s,transform .2s;cursor:pointer}
.wish svg{width:17px;height:17px;stroke:var(--ink-soft);fill:none;stroke-width:1.7;transition:.2s}
.wish:hover{background:#fff;transform:scale(1.08)}
.wish.on{background:var(--accent)}
.wish.on svg{stroke:#fff;fill:#fff}
.quick{position:absolute;left:12px;right:12px;bottom:12px;z-index:3;display:flex;align-items:center;justify-content:center;gap:.5em;
  background:var(--ink);color:#fff;border:none;border-radius:999px;padding:.72em 1em;font-family:inherit;font-weight:500;font-size:.86rem;
  transform:translateY(150%);opacity:0;transition:transform .35s var(--ease),opacity .3s,background .2s;cursor:pointer}
.card:hover .quick{transform:none;opacity:1}
.quick:hover{background:var(--accent)}
.quick svg{width:15px;height:15px;stroke:#fff;fill:none;stroke-width:2}
.quick.added{background:var(--ok)}

/* trust / delivery badges strip */
.trust{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--surface)}
.trust-in{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem;padding:1.5rem 0}
.tb{display:flex;align-items:center;gap:.85em}
.tb .ic{width:42px;height:42px;border-radius:12px;background:var(--accent-wash);display:flex;align-items:center;justify-content:center;flex:none}
.tb .ic svg{width:21px;height:21px;stroke:var(--accent-deep);fill:none;stroke-width:1.7}
.tb b{font-size:.92rem;font-weight:600;display:block;line-height:1.15}
.tb small{font-size:.78rem;color:var(--muted)}

/* payment badges */
.pay{display:flex;gap:.45em;flex-wrap:wrap;align-items:center;margin-top:1.1rem}
.pay span{font-size:.62rem;font-weight:700;letter-spacing:.03em;color:var(--ink-soft);background:var(--surface);
  border:1px solid var(--line);border-radius:6px;padding:.42em .6em;line-height:1}
.foot-pay{display:flex;align-items:center;gap:.7em;flex-wrap:wrap;color:var(--muted);font-size:.82rem}

/* shop empty state */
.shop-none{grid-column:1/-1;text-align:center;color:var(--muted);padding:3rem 1rem;font-size:1rem}
.shop-none a{color:var(--accent);text-decoration:underline}

@media(max-width:760px){
  .search{order:3;flex-basis:100%;max-width:none;margin-top:.2rem}
  .trust-in{grid-template-columns:1fr 1fr;gap:1.1rem}
  .nav-cta .account{display:none}
  .catbar-in{padding-inline:var(--pad)}
}
@media(max-width:440px){
  .trust-in{grid-template-columns:1fr}
}

/* ===== responsive ===== */
@media(max-width:960px){
  .nav-links{display:none}
  .burger{display:flex}
  .hero-grid{grid-template-columns:1fr;gap:2.2rem}
  .hero-visual{order:1}
  .hero-copy{order:0;max-width:none}
  .hero-visual .shot{aspect-ratio:16/11}
  .why-grid{grid-template-columns:1fr;gap:2rem}
  .why-visual{aspect-ratio:16/10;max-height:420px}
  .calc .cwrap{grid-template-columns:1fr;gap:1.6rem}
  .sister-grid{grid-template-columns:1fr}
  .sister .pic{min-height:240px}
  .prods{grid-template-columns:repeat(2,1fr)}
  .reviews{grid-template-columns:1fr}
  .pro-services{grid-template-columns:1fr}
  .foot-grid{grid-template-columns:1fr 1fr}
  .swatch-grid{grid-template-columns:repeat(5,1fr)}
  .pro-gallery{grid-template-columns:1fr 1fr;grid-auto-rows:180px}
  .steps{grid-template-columns:1fr 1fr}
}
@media(max-width:680px){
  .cats{grid-template-columns:1fr 1fr}
  .hero h1{font-size:clamp(2.3rem,10vw,3.2rem)}
  .hero-badge{left:12px;bottom:12px;padding:.7rem .85rem}
  .hero-swatches{right:10px;top:14px}
  .hero-swatches i{width:20px;height:20px}
  .sec-head{margin-bottom:1.8rem}
  .foot-grid{grid-template-columns:1fr}
  .swatch-grid{grid-template-columns:repeat(4,1fr)}
  .shop-sort{margin-left:0;width:100%}
}
@media(max-width:440px){
  .prods{grid-template-columns:1fr}
  .cats{grid-template-columns:1fr}
  .pro-gallery{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr}
  .reviews{grid-template-columns:1fr}
  .hero-cta .btn{flex:1}
}

/* ============================================================
   PRODUCT DETAIL PAGE (PDP)
   ============================================================ */
.pdp{padding:clamp(1.2rem,3.5vw,2.2rem) 0 clamp(2.5rem,6vw,4rem)}
.pdp .crumb{margin-bottom:1.5rem}
.pdp-top{display:grid;gap:clamp(1.6rem,3.5vw,3.2rem);grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:start}
@media(max-width:880px){.pdp-top{grid-template-columns:1fr}}

/* ---- gallery ---- */
.pdp-gallery{position:sticky;top:96px}
@media(max-width:880px){.pdp-gallery{position:static}}
.pdp-stage{position:relative;border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;background:var(--bg-2);aspect-ratio:4/3}
.pdp-stage img{width:100%;height:100%;object-fit:cover;transition:opacity .3s var(--ease)}
.pdp-stage .tag{position:absolute;top:16px;left:16px;background:var(--surface);color:var(--ink);font-size:.68rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:.45em .85em;border-radius:999px;box-shadow:var(--shadow-soft)}
.pdp-stage .tag.hot{background:var(--accent);color:#fff}
.pdp-thumbs{display:flex;gap:.7rem;margin-top:.85rem;flex-wrap:wrap}
.pdp-thumbs button{width:78px;height:62px;border-radius:12px;overflow:hidden;border:1px solid var(--line);background:var(--bg-2);padding:0;transition:border-color .2s,transform .2s,box-shadow .2s}
.pdp-thumbs button img{width:100%;height:100%;object-fit:cover}
.pdp-thumbs button.on{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}
.pdp-thumbs button:hover{transform:translateY(-2px)}

/* ---- details ---- */
.pdp-kicker{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);font-weight:600}
.pdp-info h1{font-size:clamp(1.7rem,3.6vw,2.5rem);font-weight:300;letter-spacing:-.02em;margin:.35em 0 .55rem}
.pdp-rate{display:flex;align-items:center;gap:.55em;margin-bottom:1.2rem;font-size:.9rem;color:var(--muted)}
.pdp-rate .rstars{font-size:1rem}
.pdp-rate a{color:var(--accent);font-weight:500}
.pdp-price{display:flex;align-items:baseline;gap:.55em;flex-wrap:wrap;margin:.1rem 0 .25rem}
.pdp-price b{font-size:2.25rem;font-weight:600;letter-spacing:-.02em;color:var(--ink)}
.pdp-price .unit{color:var(--muted);font-size:.95rem}
.pdp-vat{font-size:.8rem;color:var(--muted);margin-bottom:1.4rem}
.pdp-vat b{color:var(--ok)}
.pdp-desc{color:var(--ink-soft);font-size:1rem;line-height:1.65;margin-bottom:1.5rem}
.pdp-opt{margin-bottom:1.4rem}
.pdp-opt .lab{font-size:.76rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:.65rem;display:block}
.pdp-opt .lab b{color:var(--ink);text-transform:none;letter-spacing:0;font-weight:600;margin-left:.3em}
.pdp-swatches{display:flex;gap:.55rem;flex-wrap:wrap}
.pdp-swatches button{width:36px;height:36px;border-radius:10px;padding:0;border:1px solid rgba(0,0,0,.12);position:relative;transition:transform .2s}
.pdp-swatches button:hover{transform:scale(1.09)}
.pdp-swatches button.on{box-shadow:0 0 0 2px var(--surface),0 0 0 4px var(--accent)}

/* ---- buybox ---- */
.buybox{border:1px solid var(--line);border-radius:var(--r-lg);padding:1.4rem;background:var(--surface);box-shadow:var(--shadow-soft)}
.buybox .stock{display:inline-flex;align-items:center;gap:.5em;color:var(--ok);font-weight:600;font-size:.88rem;margin-bottom:1.05rem}
.buybox .stock i{width:8px;height:8px;border-radius:50%;background:var(--ok);display:inline-block;box-shadow:0 0 0 3px rgba(63,125,85,.15)}
.pdp-actions{display:flex;flex-direction:column;gap:.75rem}
.pdp-buy-row{display:flex;gap:.75rem;align-items:stretch}
.pdp-qty{display:inline-flex;align-items:center;border:1px solid var(--line-strong);border-radius:999px;flex-shrink:0}
.pdp-qty button{width:42px;border:none;background:transparent;font-size:1.25rem;color:var(--ink);display:flex;align-items:center;justify-content:center}
.pdp-qty input{width:38px;text-align:center;border:none;background:transparent;font-size:1rem;font-weight:600;font-family:inherit;-moz-appearance:textfield}
.pdp-qty input::-webkit-outer-spin-button,.pdp-qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.pdp-add{flex:1}
.btn-lg{padding:1.02em 1.6em;font-size:1rem}
.pdp-add.added{background:var(--ok)!important;border-color:var(--ok)!important}
.pdp-reassure{list-style:none;padding:1.3rem 0 0;margin:1.3rem 0 0;border-top:1px solid var(--line);display:grid;gap:.8rem}
.pdp-reassure li{display:flex;gap:.7em;align-items:flex-start;font-size:.85rem;color:var(--ink-soft)}
.pdp-reassure svg{width:18px;height:18px;stroke:var(--accent);fill:none;stroke-width:1.7;flex-shrink:0;margin-top:1px}
.pdp-reassure b{color:var(--ink);font-weight:600}

/* ---- lower sections ---- */
.pdp-sections{margin-top:clamp(2.6rem,6vw,4.5rem);display:grid;gap:clamp(2.2rem,5vw,3.6rem)}
.pdp-block h2{font-size:clamp(1.4rem,3vw,2rem);font-weight:300;letter-spacing:-.02em;margin-bottom:1.3rem}
.pdp-block h2 em{font-style:italic;color:var(--accent)}
.pdp-block>p{color:var(--ink-soft);max-width:70ch;line-height:1.7}
.pdp-feats{list-style:none;padding:0;margin:1.4rem 0 0;display:grid;gap:.75rem;max-width:640px}
.pdp-feats li{display:flex;gap:.7em;align-items:flex-start;font-size:.95rem;color:var(--ink-soft)}
.pdp-feats svg{width:18px;height:18px;stroke:var(--accent);fill:none;stroke-width:1.9;flex-shrink:0;margin-top:3px}
.spec-table{width:100%;border-collapse:collapse;font-size:.92rem;max-width:640px;border:1px solid var(--line);border-radius:var(--r);overflow:hidden}
.spec-table th,.spec-table td{text-align:left;padding:.82em 1.1em;border-bottom:1px solid var(--line);vertical-align:top}
.spec-table tr:last-child th,.spec-table tr:last-child td{border-bottom:none}
.spec-table th{width:42%;color:var(--muted);font-weight:500}
.spec-table td{color:var(--ink);font-weight:500}
.spec-table tr:nth-child(even){background:var(--bg-2)}

/* ---- reviews summary ---- */
.rev-summary{display:grid;grid-template-columns:190px 1fr;gap:2.2rem;align-items:center;max-width:640px;margin-bottom:2.2rem}
@media(max-width:560px){.rev-summary{grid-template-columns:1fr;gap:1.4rem}}
.rev-big{text-align:center}
.rev-big b{font-size:3.2rem;font-weight:600;line-height:1;letter-spacing:-.02em}
.rev-big .rstars{font-size:1.15rem;display:inline-block;margin:.3rem 0 .25rem}
.rev-big small{display:block;color:var(--muted);font-size:.82rem}
.rev-bars{display:grid;gap:.45rem}
.rev-bar{display:flex;align-items:center;gap:.7em;font-size:.78rem;color:var(--muted)}
.rev-bar span:first-child{width:34px}
.rev-bar .track{flex:1;height:8px;border-radius:999px;background:var(--line);overflow:hidden}
.rev-bar .fill{height:100%;background:var(--gold);border-radius:999px}

/* ---- pdp coverage mini calc ---- */
.pdp-calc{display:flex;gap:1rem;align-items:flex-end;flex-wrap:wrap;background:var(--bg-2);border:1px solid var(--line);border-radius:var(--r);padding:1.3rem;max-width:640px}
.pdp-calc .fld{display:flex;flex-direction:column;gap:.4em}
.pdp-calc label{font-size:.76rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}
.pdp-calc input{width:120px;padding:.7em .9em;border:1px solid var(--line-strong);border-radius:10px;background:var(--surface);font-family:inherit;font-size:1rem}
.pdp-calc .res{margin-left:auto;text-align:right}
.pdp-calc .res b{font-size:1.7rem;font-weight:600;color:var(--accent);display:block;line-height:1}
.pdp-calc .res small{font-size:.78rem;color:var(--muted)}

/* ---- pdp: write-a-review ---- */
.rev-head{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1.6rem}
.rev-head h2{margin-bottom:0}
.rev-form{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);padding:1.5rem;max-width:640px;margin:0 0 2.2rem;box-shadow:var(--shadow-soft)}
.rev-form.hide{display:none}
.rev-form h3{font-size:1.15rem;font-weight:500;margin-bottom:1.1rem}
.rev-form .row2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
@media(max-width:520px){.rev-form .row2{grid-template-columns:1fr}}
.rev-form label{display:block;font-size:.74rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin:0 0 .45em}
.rev-form input,.rev-form textarea{width:100%;padding:.75em .9em;border:1px solid var(--line-strong);border-radius:10px;background:var(--bg-2);font-family:inherit;font-size:.95rem;color:var(--ink)}
.rev-form input:focus,.rev-form textarea:focus{outline:none;border-color:var(--accent);background:var(--surface)}
.rev-form textarea{min-height:100px;resize:vertical;line-height:1.55}
.rev-form .fld{margin-bottom:1.05rem}
.star-input{display:inline-flex;gap:.1em;font-size:1.85rem;line-height:1}
.star-input button{border:none;background:transparent;padding:0 .04em;color:#d9d2c6;transition:color .12s,transform .12s;font-family:Arial,Helvetica,sans-serif}
.star-input button:hover{transform:scale(1.12)}
.star-input button.on{color:var(--gold)}
.rev-form .acts{display:flex;gap:.8rem;align-items:center;margin-top:.4rem;flex-wrap:wrap}
.rev-thanks{color:var(--ok);font-weight:600;font-size:.9rem}
.rev-err{color:#b23b3b;font-weight:500;font-size:.85rem;margin-top:.6rem;min-height:1em}
.review .badge-you{font-size:.66rem;font-weight:700;letter-spacing:.03em;color:var(--accent);background:var(--accent-wash);padding:.22em .6em;border-radius:999px;margin-left:.5em;vertical-align:middle}
.rev-empty{color:var(--muted);font-size:.92rem;grid-column:1/-1}

/* ---- pdp: reviews slider (carousel) ---- */
.rev-summary{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);padding:clamp(1.3rem,2.5vw,1.9rem) clamp(1.4rem,3vw,2rem);box-shadow:var(--shadow-soft);max-width:none}
.rev-slider-wrap{position:relative;margin-top:1.6rem;padding-inline:58px}
.rev-slider{display:flex;gap:1.2rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding:.3rem .1rem 1.3rem;scrollbar-width:none;-ms-overflow-style:none}
.rev-slider::-webkit-scrollbar{display:none}
.rev-slider .review{scroll-snap-align:start;flex:0 0 calc((100% - 2.4rem)/3);margin:0}
@media(max-width:860px){.rev-slider .review{flex:0 0 calc((100% - 1.2rem)/2)}}
@media(max-width:560px){.rev-slider .review{flex:0 0 100%}}
.rev-slider .review p{font-size:.94rem}
.rev-nav{position:absolute;top:calc(50% - 0.65rem);transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:var(--surface);border:1px solid var(--line-strong);box-shadow:var(--shadow-soft);display:flex;align-items:center;justify-content:center;z-index:4;transition:transform .2s,opacity .2s,background .2s}
.rev-nav.prev{left:0}
.rev-nav.next{right:0}
.rev-nav svg{width:20px;height:20px;stroke:var(--ink);fill:none;stroke-width:2}
.rev-nav:hover:not(:disabled){background:var(--ink)}
.rev-nav:hover:not(:disabled) svg{stroke:#fff}
.rev-nav:disabled{opacity:.3;pointer-events:none}
@media(max-width:560px){.rev-slider-wrap{padding-inline:0}.rev-nav{display:none}}
.rev-dots{display:flex;gap:.45rem;justify-content:center;margin-top:.2rem}
.rev-dots button{width:8px;height:8px;border-radius:999px;border:none;background:var(--line-strong);padding:0;transition:background .2s,width .2s}
.rev-dots button.on{background:var(--accent);width:22px}

/* ============================================================
   Client range additions — colour cards, price-on-request,
   "suitable for" chips and the product enquiry form.
   ============================================================ */

/* price on request */
.price b.poa,.pdp-price b.poa{font-size:1.05rem;font-weight:600;letter-spacing:0;color:var(--accent)}
.pdp-price b.poa{font-size:1.6rem}

/* buybox colour strip — real colour-card thumbnails */
.pdp-opt .lab-all{float:right;text-transform:none;letter-spacing:0;font-weight:500;color:var(--accent);font-size:.8rem}
.pdp-swatches button.sw-img{width:44px;height:44px;border-radius:10px;overflow:hidden;padding:0;background:var(--bg-2)}
.pdp-swatches button.sw-img img{width:100%;height:100%;object-fit:cover;display:block}
.pdp-swatches .sw-more{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;
  border:1px dashed var(--line-strong);color:var(--muted);font-size:.78rem;font-weight:600}
.pdp-swatches .sw-more:hover{border-color:var(--accent);color:var(--accent)}

/* full colour range grid */
.shade-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(132px,1fr));gap:1rem;margin-top:1.5rem}
.shade{margin:0;cursor:pointer}
.shade img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:12px;border:1px solid var(--line);
  transition:transform .3s var(--ease),box-shadow .3s}
.shade:hover img{transform:translateY(-3px);box-shadow:var(--shadow-soft)}
.shade figcaption{margin-top:.5rem;font-size:.78rem;color:var(--muted);text-align:center;letter-spacing:.02em}
.shade-note{margin-top:1.4rem;font-size:.85rem;color:var(--muted);max-width:60ch}
.shade-note a{color:var(--accent)}

/* "suitable for" chips */
.use-chips{list-style:none;padding:0;margin:1.2rem 0 0;display:flex;flex-wrap:wrap;gap:.55rem}
.use-chips li{background:var(--surface);border:1px solid var(--line);border-radius:999px;padding:.5em 1em;
  font-size:.86rem;color:var(--ink-soft)}

.pdp-sub{font-size:1rem;font-weight:600;letter-spacing:.01em;margin:2rem 0 -.4rem;color:var(--ink)}

/* product enquiry form */
.enq-form{max-width:640px;margin-top:1.5rem;background:var(--surface);border:1px solid var(--line);
  border-radius:var(--r-lg);padding:clamp(1.3rem,2.5vw,1.8rem);box-shadow:var(--shadow-soft);display:grid;gap:1rem}
.enq-form .row2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
@media(max-width:560px){.enq-form .row2{grid-template-columns:1fr}}
.enq-form .fld{display:grid;gap:.4rem}
.enq-form label{font-size:.74rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}
.enq-form input,.enq-form textarea{width:100%;border:1px solid var(--line-strong);border-radius:12px;
  padding:.8em 1em;font:inherit;font-size:.94rem;background:var(--bg);color:var(--ink)}
.enq-form textarea{min-height:110px;resize:vertical}
.enq-form input:focus,.enq-form textarea:focus{outline:none;border-color:var(--accent)}
.enq-form button{justify-self:start}

/* empty review state */
.rev-empty{grid-column:1/-1;text-align:center;padding:.4rem 0}
.rev-empty b{display:block;font-size:1.15rem;font-weight:600;margin-bottom:.3em}
.rev-empty span{color:var(--muted);font-size:.9rem}
.card .crate .rnum small{color:var(--muted)}

/* homepage colour wall — real colour cards across the range */
.colour-wall{display:grid;grid-template-columns:repeat(auto-fill,minmax(118px,1fr));gap:.9rem;margin-top:1.8rem}
.cw{position:relative;display:block;border-radius:12px;overflow:hidden;aspect-ratio:1;border:1px solid var(--line);
  transition:transform .3s var(--ease),box-shadow .3s}
.cw img{width:100%;height:100%;object-fit:cover;display:block}
.cw span{position:absolute;left:0;right:0;bottom:0;padding:.45em .6em;font-size:.68rem;letter-spacing:.06em;
  color:#fff;background:linear-gradient(transparent,rgba(0,0,0,.55));opacity:0;transition:opacity .25s}
.cw:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft)}
.cw:hover span{opacity:1}

/* homepage "in the room" photo wall */
.gallery-wall{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(.8rem,1.6vw,1.3rem)}
@media(max-width:860px){.gallery-wall{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.gallery-wall{grid-template-columns:1fr}}
.gw{position:relative;display:block;border-radius:var(--r);overflow:hidden;aspect-ratio:4/3;background:var(--bg-2)}
.gw img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease)}
.gw:hover img{transform:scale(1.06)}
.gw span{position:absolute;left:0;right:0;bottom:0;padding:1.6em 1em .8em;color:#fff;font-size:.78rem;
  font-weight:600;letter-spacing:.12em;background:linear-gradient(transparent,rgba(0,0,0,.6))}

/* ---- quote-request modal + real form feedback ---- */
.quote-modal{position:fixed;inset:0;z-index:400;display:none;align-items:center;justify-content:center;
  padding:5vw;background:rgba(23,21,15,.55);backdrop-filter:blur(3px)}
.quote-modal.on{display:flex}
.quote-modal .qm-box{position:relative;background:var(--surface);border-radius:var(--r-lg);padding:clamp(1.4rem,4vw,2.4rem);
  width:min(520px,100%);max-height:88vh;overflow:auto;box-shadow:var(--shadow);text-align:left}
.quote-modal h3{font-size:clamp(1.3rem,3.4vw,1.75rem);margin:0 0 .2em;font-weight:500}
.quote-modal .qm-sub{color:var(--muted);font-size:.9rem;margin:0 0 1.3em;line-height:1.5}
.quote-modal .qm-x{position:absolute;top:.7rem;right:.9rem;background:none;border:none;font-size:1.7rem;
  line-height:1;color:var(--muted);padding:.1em .3em;border-radius:8px}
.quote-modal .qm-x:hover{color:var(--ink);background:var(--bg-2)}
.quote-modal .fld{margin-bottom:.9rem}
.quote-modal .fld.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.quote-modal label{display:block;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;
  color:var(--muted);margin-bottom:.4em;font-weight:600}
.quote-modal input,.quote-modal textarea{width:100%;border:1px solid var(--line-strong);border-radius:12px;
  padding:.8em 1em;font-family:inherit;font-size:.95rem;color:var(--ink);background:var(--surface)}
.quote-modal input:focus,.quote-modal textarea:focus{outline:none;border-color:var(--accent)}
.quote-modal .btn{width:100%;margin-top:.4rem}
.quote-modal .tick{margin-bottom:1rem}
.form-err{margin-top:.8em;padding:.6em .75em;border-radius:8px;font-size:.82rem;line-height:1.45;
  color:#8c2f2f;background:#fbeceb;border:1px solid #f0cfcc}
.form-err[hidden]{display:none!important}
.cart-foot .quote-note{font-size:.76rem;line-height:1.5;color:var(--muted);margin:0 0 .8em;
  padding:.6em .75em;background:var(--accent-wash);border-radius:10px}
