/* AlignHarbor — design system. Direction : clinical-wellness éditorial, calme & premium.
   Palette teal profond / crème / or. Display Fraunces, body Hanken Grotesk. Préfixe .ah- */
:root{
  --teal:#0f3b3a; --teal-700:#16514f; --teal-300:#5e8e8b;
  --cream:#f6f1e7; --cream-2:#efe7d8; --paper:#fbf8f1;
  --gold:#c19a5b; --gold-soft:#e7d3ad;
  --ink:#1c2321; --ink-soft:#56605c; --line:#e3dbcc;
  --rose:#c98a7a; --ok:#3f7d62; --danger:#b4543f;
  --shadow:0 18px 50px -28px rgba(15,59,58,.45);
  --shadow-sm:0 6px 22px -16px rgba(15,59,58,.5);
  --r:14px; --r-lg:24px; --maxw:1240px;
  --f-display:"Fraunces",Georgia,serif;
  --f-body:"Hanken Grotesk",-apple-system,system-ui,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;font-family:var(--f-body);color:var(--ink);background:var(--paper);
  font-size:16.5px;line-height:1.6;-webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer;border:none;background:none}
h1,h2,h3,h4{font-family:var(--f-display);font-weight:400;line-height:1.05;letter-spacing:-.01em;margin:0}
.ah-wrap{max-width:var(--maxw);margin:0 auto;padding:0 clamp(18px,4vw,40px)}
.ah-eyebrow{font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);font-weight:600}
.ah-muted{color:var(--ink-soft)}

/* ── Buttons ───────────────────────────────────────────── */
.ah-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5em;
  padding:.92em 1.5em;border-radius:999px;font-weight:600;font-size:.95rem;
  transition:transform .18s ease,background .2s,box-shadow .2s,color .2s;letter-spacing:.01em}
.ah-btn:active{transform:translateY(1px) scale(.99)}
.ah-btn-primary{background:var(--teal);color:var(--cream)}
.ah-btn-primary:hover{background:var(--teal-700);box-shadow:var(--shadow-sm)}
.ah-btn-gold{background:var(--gold);color:#241a08}
.ah-btn-gold:hover{filter:brightness(1.05);box-shadow:var(--shadow-sm)}
.ah-btn-ghost{border:1.5px solid var(--teal);color:var(--teal)}
.ah-btn-ghost:hover{background:var(--teal);color:var(--cream)}
.ah-btn-block{width:100%}
.ah-btn-lg{padding:1.08em 1.9em;font-size:1.02rem}

/* ── Announcement bar ──────────────────────────────────── */
.ah-announce{background:var(--teal);color:var(--cream);font-size:.82rem;letter-spacing:.04em}
.ah-announce .ah-wrap{display:flex;align-items:center;justify-content:center;gap:1.5rem;
  padding:.55rem 1rem;text-align:center}
.ah-announce strong{color:var(--gold-soft)}
.ah-announce .ah-an-x{display:none}
@media(max-width:720px){.ah-announce .ah-an-x{display:none}.ah-announce span:not(:first-child){display:none}}

/* ── Header ────────────────────────────────────────────── */
.ah-head{position:sticky;top:0;z-index:60;background:rgba(251,248,241,.82);
  backdrop-filter:blur(14px);border-bottom:1px solid var(--line);transition:box-shadow .2s}
.ah-head.is-stuck{box-shadow:0 10px 30px -22px rgba(15,59,58,.55)}
.ah-head .ah-wrap{display:flex;align-items:center;gap:1.5rem;height:74px}
.ah-logo{display:flex;align-items:center;gap:.55rem;font-family:var(--f-display);
  font-size:1.42rem;color:var(--teal);letter-spacing:-.02em}
.ah-logo img{height:34px;width:auto}
.ah-nav{display:flex;gap:1.6rem;margin-left:1rem}
.ah-nav a{font-size:.92rem;font-weight:500;color:var(--ink);position:relative;padding:.2rem 0}
.ah-nav a::after{content:"";position:absolute;left:0;right:100%;bottom:-2px;height:2px;
  background:var(--gold);transition:right .25s ease}
.ah-nav a:hover::after{right:0}
.ah-head-tools{margin-left:auto;display:flex;align-items:center;gap:.4rem}
.ah-icon-btn{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;
  color:var(--teal);transition:background .2s}
.ah-icon-btn:hover{background:var(--cream-2)}
.ah-icon-btn svg{width:23px;height:23px;display:block}
.ah-cart-count{position:absolute;top:4px;right:4px;background:var(--gold);color:#241a08;
  font-size:.66rem;font-weight:700;min-width:17px;height:17px;border-radius:9px;
  display:grid;place-items:center;padding:0 4px}
.ah-cart-btn{position:relative}
.ah-burger{display:none}

/* ── Header : variante éditoriale (logo centré + nav scindée numérotée) ── */
.ah-head-ed .ah-wrap{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;height:84px}
.ah-head-ed .ah-logo{justify-self:center}
.ah-head-side{display:flex;align-items:center;gap:clamp(1rem,2.4vw,1.8rem)}
.ah-head-left{justify-self:start}
.ah-head-right{justify-self:end}
.ah-head-ed .ah-nav{margin-left:0;gap:clamp(1rem,2.4vw,1.8rem)}
.ah-head-ed .ah-head-tools{margin-left:0}
.ah-nav-idx{font-style:normal;font-size:.6rem;font-weight:700;color:var(--gold);margin-right:.4rem;letter-spacing:.08em;vertical-align:.45em}
.ah-mnav{display:none}
@media(max-width:900px){
  .ah-nav{display:none}.ah-burger{display:grid}
  .ah-head-ed .ah-wrap{grid-template-columns:auto 1fr auto}
  .ah-head-ed .ah-logo{justify-self:center}
  .ah-mnav{display:flex;flex-direction:column;max-height:0;overflow:hidden;background:var(--paper);
    border-bottom:1px solid var(--line);transition:max-height .32s ease}
  .ah-mnav.open{max-height:60vh}
  .ah-mnav a{padding:.85rem clamp(18px,4vw,40px);font-weight:500;border-top:1px solid var(--line);color:var(--ink)}
  .ah-mnav .ah-nav-idx{vertical-align:baseline}
}

/* ── Hero ──────────────────────────────────────────────── */
.ah-hero{position:relative;overflow:hidden;background:var(--cream)}
.ah-hero .ah-wrap{display:grid;grid-template-columns:1.05fr 1fr;gap:clamp(1.5rem,5vw,4rem);
  align-items:center;padding-top:clamp(2.5rem,6vw,5rem);padding-bottom:clamp(2.5rem,6vw,5rem)}
.ah-hero-copy h1{font-size:clamp(2.6rem,6vw,4.6rem);color:var(--teal)}
.ah-hero-copy h1 em{font-style:italic;color:var(--gold)}
.ah-hero-lede{font-size:1.12rem;color:var(--ink-soft);max-width:30rem;margin:1.3rem 0 1.8rem}
.ah-hero-cta{display:flex;gap:.8rem;flex-wrap:wrap}
.ah-hero-trust{display:flex;gap:1.6rem;margin-top:2rem;flex-wrap:wrap}
.ah-hero-trust div{display:flex;flex-direction:column}
.ah-hero-trust b{font-family:var(--f-display);font-size:1.5rem;color:var(--teal);line-height:1}
.ah-hero-trust span{font-size:.78rem;color:var(--ink-soft)}
.ah-hero-media{position:relative}
.ah-hero-media img{width:100%;border-radius:var(--r-lg);box-shadow:var(--shadow);aspect-ratio:4/4.4;object-fit:cover}
.ah-hero-badge{position:absolute;bottom:18px;left:-14px;background:var(--paper);
  border:1px solid var(--line);border-radius:14px;padding:.7rem 1rem;box-shadow:var(--shadow-sm);
  display:flex;align-items:center;gap:.6rem;font-size:.82rem;font-weight:600}
.ah-hero-badge .ah-stars{color:var(--gold)}
@media(max-width:860px){.ah-hero .ah-wrap{grid-template-columns:1fr}.ah-hero-media{order:-1}}

/* ── Marquee / trust strip ─────────────────────────────── */
.ah-strip{background:var(--teal);color:var(--cream-2);border-top:1px solid var(--teal-700)}
.ah-strip .ah-wrap{display:flex;gap:2.5rem;justify-content:space-between;flex-wrap:wrap;
  padding:1.1rem 0;font-size:.86rem}
.ah-strip i{color:var(--gold)}
.ah-strip span{display:flex;align-items:center;gap:.55rem}

/* ── Sections ──────────────────────────────────────────── */
.ah-section{padding:clamp(3rem,7vw,5.5rem) 0}
.ah-sec-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:2.2rem}
.ah-sec-head h2{font-size:clamp(1.9rem,4vw,2.9rem);color:var(--teal)}
.ah-sec-head p{color:var(--ink-soft);max-width:34rem;margin:.5rem 0 0}
.ah-sec-link{color:var(--teal);font-weight:600;font-size:.92rem;white-space:nowrap;border-bottom:2px solid var(--gold);padding-bottom:2px}

/* ── Product grid & cards ──────────────────────────────── */
.ah-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem}
@media(max-width:1080px){.ah-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:780px){.ah-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}
.ah-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--r-lg);
  overflow:hidden;display:flex;flex-direction:column;transition:transform .22s,box-shadow .22s,border-color .2s}
.ah-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:var(--gold-soft)}
.ah-card-media{position:relative;aspect-ratio:1;background:var(--cream-2);overflow:hidden}
.ah-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.ah-card:hover .ah-card-media img{transform:scale(1.05)}
.ah-badges{position:absolute;top:10px;left:10px;display:flex;flex-direction:column;gap:.3rem}
.ah-badge{font-size:.66rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;
  padding:.28em .6em;border-radius:999px;background:var(--teal);color:var(--cream)}
.ah-badge.is-sale{background:var(--danger)}
.ah-badge.is-new{background:var(--gold);color:#241a08}
.ah-card-quick{position:absolute;left:10px;right:10px;bottom:10px;opacity:0;transform:translateY(8px);
  transition:.22s}
.ah-card:hover .ah-card-quick{opacity:1;transform:none}
.ah-card-body{padding:1rem 1.05rem 1.15rem;display:flex;flex-direction:column;gap:.45rem;flex:1}
.ah-card-cat{font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);font-weight:600}
.ah-card-name{font-family:var(--f-display);font-size:1.12rem;color:var(--teal);line-height:1.15}
.ah-card-rating{display:flex;align-items:center;gap:.35rem;font-size:.78rem;color:var(--ink-soft)}
.ah-stars{color:var(--gold);letter-spacing:.05em}
.ah-card-foot{margin-top:auto;display:flex;align-items:baseline;gap:.5rem;padding-top:.4rem}
.ah-price{font-weight:700;font-size:1.15rem;color:var(--ink)}
.ah-price-old{font-size:.9rem;color:var(--ink-soft);text-decoration:line-through}
.ah-save{font-size:.72rem;font-weight:700;color:var(--danger);background:#f6e3dd;padding:.15em .5em;border-radius:6px}

/* ── Editorial / split blocks ──────────────────────────── */
.ah-split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.5rem,4vw,3.5rem);align-items:center}
.ah-split.rev .ah-split-media{order:2}
.ah-split-media img{border-radius:var(--r-lg);box-shadow:var(--shadow);aspect-ratio:4/3;object-fit:cover;width:100%}
.ah-split-copy h2{font-size:clamp(1.8rem,3.6vw,2.6rem);color:var(--teal);margin-bottom:1rem}
.ah-split-copy p{color:var(--ink-soft);margin:0 0 1rem}
.ah-checklist{list-style:none;padding:0;margin:1.2rem 0 1.6rem;display:grid;gap:.7rem}
.ah-checklist li{display:flex;gap:.7rem;align-items:flex-start;font-size:.96rem}
.ah-checklist li::before{content:"✓";color:var(--gold);font-weight:800;margin-top:.05rem}
@media(max-width:780px){.ah-split,.ah-split.rev .ah-split-media{grid-template-columns:1fr;order:0}}

/* ── Benefits / icons row ──────────────────────────────── */
.ah-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem}
@media(max-width:780px){.ah-benefits{grid-template-columns:repeat(2,1fr)}}
.ah-benefit{text-align:center;padding:1.6rem 1rem;background:var(--paper);border:1px solid var(--line);border-radius:var(--r-lg)}
.ah-benefit .ah-bi{width:54px;height:54px;border-radius:50%;background:var(--cream);color:var(--teal);
  display:grid;place-items:center;margin:0 auto 1rem;font-size:1.4rem}
.ah-benefit h4{font-size:1.05rem;color:var(--teal);margin-bottom:.35rem}
.ah-benefit p{font-size:.85rem;color:var(--ink-soft);margin:0}

/* ── Categories tiles ──────────────────────────────────── */
.ah-cats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}
@media(max-width:780px){.ah-cats{grid-template-columns:1fr}}
.ah-cat-tile{position:relative;border-radius:var(--r-lg);overflow:hidden;aspect-ratio:3/2;display:flex;align-items:flex-end;color:var(--cream)}
.ah-cat-tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.ah-cat-tile::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(15,59,58,.78),rgba(15,59,58,0) 65%)}
.ah-cat-tile span{position:relative;z-index:2;padding:1.2rem;font-family:var(--f-display);font-size:1.4rem}

/* ── How it works : timeline numérotée (remplace les bénéfices) ── */
.ah-steps{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1.4rem,3vw,2.6rem)}
@media(max-width:780px){.ah-steps{grid-template-columns:1fr}}
.ah-step{position:relative;padding-top:1.4rem;border-top:2px solid var(--gold-soft)}
.ah-step-no{font-family:var(--f-display);font-size:2.6rem;color:var(--gold);line-height:1;display:block;margin-bottom:.6rem}
.ah-step h4{font-size:1.3rem;color:var(--teal);margin-bottom:.5rem}
.ah-step p{color:var(--ink-soft);font-size:.95rem;margin:0}

/* ── Journal éditorial (trio) ──────────────────────────── */
.ah-journal{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
@media(max-width:780px){.ah-journal{grid-template-columns:1fr}}
.ah-jcard{display:block}
.ah-jcard-media{aspect-ratio:4/3;border-radius:var(--r-lg);overflow:hidden;background:var(--cream-2);box-shadow:var(--shadow-sm)}
.ah-jcard-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.ah-jcard:hover .ah-jcard-media img{transform:scale(1.05)}
.ah-jcard-tag{display:inline-block;margin:1.1rem 0 .45rem;font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);font-weight:600}
.ah-jcard h3{font-family:var(--f-display);font-size:1.3rem;color:var(--teal);line-height:1.2;margin-bottom:.4rem}
.ah-jcard p{color:var(--ink-soft);font-size:.92rem;margin:0}

/* ── Reviews ───────────────────────────────────────────── */
.ah-reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem}
@media(max-width:780px){.ah-reviews{grid-template-columns:1fr}}
.ah-review{background:var(--paper);border:1px solid var(--line);border-radius:var(--r-lg);padding:1.6rem}
.ah-review .ah-stars{font-size:1rem}
.ah-review p{font-size:.96rem;margin:.7rem 0 1rem}
.ah-review .ah-rev-by{font-size:.82rem;color:var(--ink-soft);display:flex;align-items:center;gap:.5rem}
.ah-rev-ver{color:var(--ok);font-weight:600;font-size:.74rem}

/* ── Newsletter ────────────────────────────────────────── */
.ah-news{background:var(--teal);color:var(--cream);border-radius:var(--r-lg);
  padding:clamp(2rem,5vw,3.5rem);text-align:center}
.ah-news h2{font-size:clamp(1.8rem,3.5vw,2.6rem);color:var(--cream)}
.ah-news p{color:var(--gold-soft);max-width:32rem;margin:.6rem auto 1.5rem}
.ah-news form{display:flex;gap:.6rem;max-width:440px;margin:0 auto}
.ah-news input{flex:1;padding:.95em 1.2em;border-radius:999px;border:none;font-family:inherit;font-size:.95rem}
@media(max-width:520px){.ah-news form{flex-direction:column}}

/* ── Footer : variante F11 éditorial / manifeste ───────── */
.ah-foot-ed{background:var(--ink);color:#cbd3cf;padding:clamp(3.5rem,7vw,6rem) 0 1.8rem;margin-top:3rem}
.ah-foot-ed .ah-eyebrow{color:var(--gold)}
.ah-foot-manifesto{max-width:64rem;padding-bottom:2.6rem}
.ah-foot-lead{font-family:var(--f-display);font-weight:400;font-size:clamp(1.3rem,2.7vw,2.05rem);
  line-height:1.34;color:var(--cream);margin:1.1rem 0 0;letter-spacing:-.01em}
.ah-foot-sign{display:flex;align-items:center;gap:1.1rem;margin-top:2.1rem}
.ah-sign-mark{width:104px;height:32px;color:var(--gold);flex:none}
.ah-sign-name{display:block;font-family:var(--f-display);font-size:1.12rem;color:var(--cream)}
.ah-sign-role{display:block;font-size:.78rem;color:#8b958f;margin-top:.15rem}
.ah-foot-grid{display:grid;grid-template-columns:1fr auto;gap:2.5rem;align-items:start;
  border-top:1px solid rgba(255,255,255,.1);padding-top:2.4rem}
.ah-foot-cols{display:flex;gap:clamp(1.8rem,5vw,4.5rem);flex-wrap:wrap}
.ah-foot-col{display:flex;flex-direction:column;gap:.5rem}
.ah-foot-col h5{font-family:var(--f-body);font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;
  color:var(--gold);margin:0 0 .4rem;font-weight:600}
.ah-foot-col a{font-size:.85rem;color:#a9b3ae}
.ah-foot-col a:hover{color:var(--cream)}
.ah-foot-paywrap{text-align:right}
.ah-foot-paylabel{display:block;font-size:.66rem;letter-spacing:.16em;text-transform:uppercase;
  color:#8b958f;margin-bottom:.7rem}
.ah-foot-pay{display:flex;gap:.45rem;flex-wrap:wrap;justify-content:flex-end}
.ah-foot-pay svg{width:38px;height:25px;border-radius:4px;box-shadow:0 0 0 1px rgba(0,0,0,.06);opacity:.94}
.ah-foot-bottom{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-top:2.4rem;
  padding-top:1.4rem;border-top:1px solid rgba(255,255,255,.08);font-size:.76rem;color:#8b958f}
@media(max-width:780px){
  .ah-foot-grid{grid-template-columns:1fr;gap:2rem}
  .ah-foot-paywrap{text-align:left}.ah-foot-pay{justify-content:flex-start}
}

/* ── Cart drawer ───────────────────────────────────────── */
.ah-drawer-ov{position:fixed;inset:0;background:rgba(15,59,58,.4);opacity:0;visibility:hidden;
  transition:.25s;z-index:90}
.ah-drawer-ov.open{opacity:1;visibility:visible}
.ah-drawer{position:fixed;top:0;right:0;height:100%;width:min(420px,92vw);background:var(--paper);
  z-index:95;transform:translateX(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);
  display:flex;flex-direction:column;box-shadow:-20px 0 60px -30px rgba(0,0,0,.5)}
.ah-drawer.open{transform:none}
.ah-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:1.3rem;border-bottom:1px solid var(--line)}
.ah-drawer-head h3{font-size:1.3rem;color:var(--teal)}
.ah-ship-bar{padding:.9rem 1.3rem;background:var(--cream);font-size:.82rem}
.ah-ship-bar .track{height:7px;border-radius:4px;background:var(--cream-2);margin-top:.5rem;overflow:hidden}
.ah-ship-bar .fill{height:100%;background:var(--gold);transition:width .4s}
.ah-drawer-items{flex:1;overflow-y:auto;padding:1rem 1.3rem;display:flex;flex-direction:column;gap:1rem}
.ah-ci{display:flex;gap:.9rem}
.ah-ci img{width:68px;height:68px;border-radius:10px;object-fit:cover;background:var(--cream-2)}
.ah-ci-main{flex:1;font-size:.88rem}
.ah-ci-name{font-weight:600;color:var(--teal)}
.ah-qty{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:999px;margin-top:.35rem}
.ah-qty button{width:26px;height:26px;color:var(--teal);font-weight:700}
.ah-qty span{min-width:22px;text-align:center;font-size:.82rem}
.ah-ci-rm{color:var(--ink-soft);font-size:.74rem;text-decoration:underline;margin-top:.3rem}
.ah-drawer-foot{padding:1.3rem;border-top:1px solid var(--line)}
.ah-drawer-sub{display:flex;justify-content:space-between;font-weight:600;margin-bottom:.3rem}
.ah-drawer-empty{padding:3rem 1.3rem;text-align:center;color:var(--ink-soft)}

/* ── Sticky mobile ATC ─────────────────────────────────── */
.ah-sticky-atc{position:fixed;left:0;right:0;bottom:0;z-index:55;background:var(--paper);
  border-top:1px solid var(--line);padding:.7rem 1rem;display:none;gap:.8rem;align-items:center;
  box-shadow:0 -10px 30px -22px rgba(0,0,0,.4)}
@media(max-width:780px){.ah-sticky-atc.show{display:flex}}

/* ── PDP ───────────────────────────────────────────────── */
.ah-pdp{display:grid;grid-template-columns:1.05fr 1fr;gap:clamp(1.5rem,4vw,3.5rem);padding-top:2rem}
.ah-pdp-gallery .main{border-radius:var(--r-lg);overflow:hidden;background:var(--cream-2);aspect-ratio:1;box-shadow:var(--shadow-sm)}
.ah-pdp-gallery .main img{width:100%;height:100%;object-fit:cover}
.ah-pdp-thumbs{display:flex;gap:.6rem;margin-top:.7rem}
.ah-pdp-thumbs img{width:74px;height:74px;border-radius:10px;object-fit:cover;border:2px solid transparent;cursor:pointer;background:var(--cream-2)}
.ah-pdp-thumbs img.sel{border-color:var(--gold)}
.ah-pdp-info h1{font-size:clamp(1.9rem,4vw,2.7rem);color:var(--teal);margin:.4rem 0 .6rem}
.ah-pdp-price{display:flex;align-items:baseline;gap:.6rem;margin:1rem 0}
.ah-pdp-price .ah-price{font-size:1.7rem}
.ah-pdp-bul{list-style:none;padding:0;margin:1.2rem 0;display:grid;gap:.55rem}
.ah-pdp-bul li{display:flex;gap:.6rem;font-size:.95rem}
.ah-pdp-bul li::before{content:"✓";color:var(--gold);font-weight:800}
.ah-variants{display:flex;flex-wrap:wrap;gap:.5rem;margin:.6rem 0 1.2rem}
.ah-variants button{padding:.5em 1em;border:1.5px solid var(--line);border-radius:999px;font-size:.85rem}
.ah-variants button.sel{border-color:var(--teal);background:var(--teal);color:var(--cream)}
.ah-pdp-reassure{display:flex;gap:1.2rem;flex-wrap:wrap;margin-top:1.2rem;font-size:.82rem;color:var(--ink-soft)}
.ah-pdp-reassure span{display:flex;gap:.4rem;align-items:center}
.ah-acc{border-top:1px solid var(--line);margin-top:2rem}
.ah-acc details{border-bottom:1px solid var(--line)}
.ah-acc summary{padding:1.1rem 0;font-family:var(--f-display);font-size:1.15rem;color:var(--teal);cursor:pointer;list-style:none;display:flex;justify-content:space-between}
.ah-acc summary::after{content:"+";color:var(--gold);font-size:1.3rem}
.ah-acc details[open] summary::after{content:"–"}
.ah-acc .ah-acc-body{padding:0 0 1.2rem;color:var(--ink-soft);font-size:.94rem}
.ah-lowstock{color:var(--danger);font-weight:600;font-size:.85rem;display:flex;align-items:center;gap:.4rem}
@media(max-width:780px){.ah-pdp{grid-template-columns:1fr}}

/* ── Reviews breakdown (PDP) ───────────────────────────── */
.ah-rev-summary{display:flex;gap:2rem;align-items:center;flex-wrap:wrap;margin-bottom:1.5rem}
.ah-rev-big{font-family:var(--f-display);font-size:3rem;color:var(--teal);line-height:1}
.ah-rev-bars{flex:1;min-width:200px;display:grid;gap:.3rem}
.ah-rev-bar{display:flex;align-items:center;gap:.6rem;font-size:.78rem}
.ah-rev-bar .bt{flex:1;height:7px;background:var(--cream-2);border-radius:4px;overflow:hidden}
.ah-rev-bar .bf{height:100%;background:var(--gold)}

/* ── Toast & misc ──────────────────────────────────────── */
.ah-toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%) translateY(20px);
  background:var(--teal);color:var(--cream);padding:.85rem 1.3rem;border-radius:999px;
  font-size:.9rem;font-weight:500;opacity:0;transition:.3s;z-index:120;box-shadow:var(--shadow)}
.ah-toast.show{opacity:1;transform:translateX(-50%) translateY(0)}
.ah-reveal{opacity:0;transform:translateY(24px);transition:opacity .7s,transform .7s}
.ah-reveal.in{opacity:1;transform:none}

/* ── Shop filters ──────────────────────────────────────── */
.ah-shop-head{padding:2.2rem 0 1rem}
.ah-filters{display:flex;gap:.5rem;flex-wrap:wrap;margin:1.2rem 0}
.ah-filters button{padding:.5em 1.1em;border:1.5px solid var(--line);border-radius:999px;font-size:.86rem;color:var(--ink)}
.ah-filters button.sel{background:var(--teal);color:var(--cream);border-color:var(--teal)}
.ah-shop-bar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}

/* page hero band */
.ah-pagehero{background:var(--cream);padding:2.5rem 0;border-bottom:1px solid var(--line)}
.ah-pagehero h1{font-size:clamp(2rem,5vw,3.2rem);color:var(--teal)}
.ah-pagehero p{color:var(--ink-soft);margin-top:.5rem;max-width:36rem}
.ah-prose{max-width:46rem;margin:0 auto}
.ah-prose p{margin:0 0 1rem;color:var(--ink-soft)}
.ah-prose h2{color:var(--teal);margin:2rem 0 .8rem;font-size:1.6rem}
