/* ==========================================================================
   CALMMINI — Hammamrituelen
   Design system: modern riad. Warm gold-led palette, Montserrat +
   Inter body, Moorish arch as the recurring structural motif.
   ========================================================================== */

:root{
  /* palette (brand: #907138 / #fffaf5 / #706658) */
  --sand:#F4ECDD;      /* page */
  --sand-2:#EDE3D0;
  --cream:#FFFAF5;     /* surfaces */
  --ink:#3B342A;       /* text */
  --ink-soft:#706658;  /* brand taupe */
  --gold:#907138;      /* brand accent (logo) */
  --gold-deep:#75592C;
  --gold-soft:#CBB681;
  --gold-tint:#F3EBD9;
  --olive:#706658;
  --olive-deep:#4A4436;
  --clay:#9C5A38;      /* used sparingly */
  --espresso:#2A251F;  /* dark bands */
  --espresso-2:#332C24;
  --line:rgba(59,52,42,.14);
  --line-soft:rgba(59,52,42,.08);
  --white:#fff;

  /* type */
  --serif:"Montserrat",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
  --sans:"Montserrat",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;

  /* rhythm */
  --wrap:1200px;
  --gut:clamp(1.15rem,4vw,2rem);
  --sp-section:clamp(3.75rem,9vw,7rem);
  --radius:14px;
  --shadow:0 18px 50px -28px rgba(36,29,21,.5);
  --shadow-sm:0 8px 26px -18px rgba(36,29,21,.5);
  --ease:cubic-bezier(.22,.61,.36,1);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  margin:0;font-family:var(--sans);color:var(--ink);background:var(--sand);
  font-size:1.02rem;line-height:1.65;-webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
img{max-width:100%;display:block;height:auto}
a{color:inherit;text-decoration:none}
button{font-family:inherit}
h1,h2,h3,h4{font-family:var(--serif);font-weight:700;line-height:1.12;
  letter-spacing:-.015em;color:var(--ink);margin:0 0 .5em}
h1{font-size:clamp(2.3rem,5.6vw,4rem);font-weight:700}
h2{font-size:clamp(1.8rem,3.8vw,2.7rem);font-weight:700}
h3{font-size:clamp(1.2rem,2.4vw,1.55rem);font-weight:600}
p{margin:0 0 1rem}
::selection{background:var(--gold-soft);color:var(--espresso)}

/* focus */
a:focus-visible,button:focus-visible,input:focus-visible,
select:focus-visible,textarea:focus-visible{
  outline:2px solid var(--gold-deep);outline-offset:3px;border-radius:4px}

.wrap{max-width:var(--wrap);margin-inline:auto;padding-inline:var(--gut)}
.narrow{max-width:760px;margin-inline:auto}

/* eyebrow / kicker */
.eyebrow{font-family:var(--sans);font-size:.74rem;font-weight:600;
  letter-spacing:.26em;text-transform:uppercase;color:var(--gold-deep);
  display:inline-flex;align-items:center;gap:.7ch;margin:0 0 1rem}
.eyebrow::before{content:"";width:26px;height:1px;background:var(--gold)}
.eyebrow.center{justify-content:center}
.eyebrow.center::after{content:"";width:26px;height:1px;background:var(--gold)}

.lead{font-size:1.12rem;color:var(--ink-soft);max-width:60ch}

/* star divider */
.star-rule{display:flex;align-items:center;justify-content:center;gap:1rem;
  color:var(--gold);margin:0}
.star-rule::before,.star-rule::after{content:"";height:1px;width:min(120px,22vw);
  background:linear-gradient(90deg,transparent,var(--gold-soft))}
.star-rule::after{background:linear-gradient(90deg,var(--gold-soft),transparent)}

/* ---------- buttons ---------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.6ch;
  font-weight:600;font-size:.94rem;letter-spacing:.01em;padding:.92em 1.7em;
  border-radius:100px;border:1.5px solid transparent;cursor:pointer;
  transition:transform .2s var(--ease),background .2s,color .2s,border-color .2s;
  line-height:1;text-align:center}
.btn:active{transform:translateY(1px)}
.btn-primary{background:var(--gold);color:var(--espresso);border-color:var(--gold)}
.btn-primary:hover{background:var(--gold-deep);border-color:var(--gold-deep);color:var(--cream)}
.btn-dark{background:var(--espresso);color:var(--cream);border-color:var(--espresso)}
.btn-dark:hover{background:var(--olive-deep);border-color:var(--olive-deep)}
.btn-ghost{background:transparent;color:var(--ink);border-color:var(--line)}
.btn-ghost:hover{border-color:var(--gold);color:var(--gold-deep)}
.btn-block{width:100%}
.btn-lg{padding:1.05em 2em;font-size:1rem}

/* ---------- announcement ---------- */
.topbar{background:var(--espresso);color:var(--gold-soft);text-align:center;
  font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;padding:.55rem 1rem}
.topbar span{opacity:.95}

/* ---------- header ---------- */
.site-header{position:sticky;top:0;z-index:60;background:rgba(251,246,236,.9);
  backdrop-filter:saturate(1.2) blur(10px);border-bottom:1px solid var(--line-soft)}
.header-inner{display:flex;align-items:center;gap:1.5rem;
  padding-block:1.05rem;max-width:var(--wrap);margin-inline:auto;
  padding-inline:var(--gut)}
.brand{display:flex;flex-direction:column;line-height:1;flex:0 0 auto}
.brand .mark{font-family:var(--sans);font-weight:600;letter-spacing:.34em;
  font-size:1.32rem;color:var(--ink);padding-left:.34em}
.brand .sub{font-family:var(--sans);font-weight:500;letter-spacing:.42em;
  font-size:.52rem;text-transform:uppercase;color:var(--gold-deep);
  padding-left:.42em;margin-top:.34em}
.main-nav{display:flex;align-items:center;gap:1.6rem;margin-left:auto}
.main-nav a{font-size:.92rem;font-weight:500;color:var(--ink);position:relative;
  padding-block:.4rem}
.main-nav a::after{content:"";position:absolute;left:0;bottom:0;height:1.5px;
  width:0;background:var(--gold);transition:width .28s var(--ease)}
.main-nav a:hover::after,.main-nav a[aria-current="page"]::after{width:100%}
.main-nav a[aria-current="page"]{color:var(--gold-deep)}

/* dropdown */
.has-menu{position:relative}
.menu-toggle{display:inline-flex;align-items:center;gap:.4ch;background:none;
  border:0;cursor:pointer;font-size:.92rem;font-weight:500;color:var(--ink);
  padding-block:.4rem}
.menu-toggle svg{width:11px;height:11px;transition:transform .25s}
.has-menu:hover .menu-toggle svg,.has-menu:focus-within .menu-toggle svg{transform:rotate(180deg)}
.dropdown{position:absolute;top:calc(100% + .6rem);left:50%;transform:translateX(-50%) translateY(6px);
  background:var(--cream);border:1px solid var(--line);border-radius:var(--radius);
  box-shadow:var(--shadow);padding:.6rem;min-width:250px;opacity:0;visibility:hidden;
  transition:opacity .22s var(--ease),transform .22s var(--ease);z-index:70}
.has-menu:hover .dropdown,.has-menu:focus-within .dropdown{opacity:1;visibility:visible;
  transform:translateX(-50%) translateY(0)}
.dropdown a{display:block;padding:.6rem .8rem;border-radius:8px;font-size:.9rem;
  color:var(--ink)}
.dropdown a::after{display:none}
.dropdown a:hover{background:var(--gold-tint);color:var(--gold-deep)}

.header-actions{display:flex;align-items:center;gap:.4rem}
.icon-btn{display:inline-flex;align-items:center;justify-content:center;
  width:42px;height:42px;border-radius:100px;border:0;background:transparent;
  color:var(--ink);cursor:pointer;position:relative;transition:background .2s}
.icon-btn:hover{background:var(--gold-tint)}
.icon-btn svg{width:21px;height:21px}
.cart-count{position:absolute;top:4px;right:3px;min-width:18px;height:18px;
  padding:0 4px;border-radius:100px;background:var(--gold);color:var(--espresso);
  font-size:.68rem;font-weight:700;display:flex;align-items:center;justify-content:center;
  font-family:var(--sans)}
.cart-count[hidden]{display:none}
.nav-burger{display:none}

/* search overlay */
.search-panel{display:none;border-top:1px solid var(--line-soft);background:var(--cream)}
.search-panel.open{display:block}
.search-panel form{display:flex;gap:.6rem;max-width:var(--wrap);margin-inline:auto;
  padding:1rem var(--gut)}
.search-panel input{flex:1;padding:.85rem 1.1rem;border:1px solid var(--line);
  border-radius:100px;background:var(--sand);font-size:1rem;color:var(--ink)}

/* mobile drawer */
.mobile-nav{position:fixed;inset:0 0 0 auto;width:min(86vw,360px);background:var(--cream);
  z-index:120;transform:translateX(100%);transition:transform .34s var(--ease);
  box-shadow:var(--shadow);padding:1.4rem 1.4rem 2rem;overflow-y:auto;display:flex;
  flex-direction:column;gap:.2rem}
.mobile-nav.open{transform:translateX(0)}
.mobile-nav a{padding:.85rem .3rem;border-bottom:1px solid var(--line-soft);font-size:1rem}
.mobile-nav .m-head{display:flex;justify-content:space-between;align-items:center;
  margin-bottom:1rem}
.mobile-nav .m-sub{font-size:.82rem;color:var(--gold-deep);letter-spacing:.2em;
  text-transform:uppercase;padding:1.1rem .3rem .3rem}
.scrim{position:fixed;inset:0;background:rgba(36,29,21,.44);z-index:110;opacity:0;
  visibility:hidden;transition:opacity .3s}
.scrim.open{opacity:1;visibility:visible}

/* ---------- hero ---------- */
.hero{position:relative;overflow:hidden;background:var(--sand)}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(1.5rem,4vw,3.5rem);
  align-items:center;padding-block:clamp(2.5rem,6vw,5rem)}
.hero-copy h1{margin-bottom:.4em}
.hero-copy .lead{margin-bottom:2rem}
.hero-cta{display:flex;gap:.8rem;flex-wrap:wrap}
.hero-media{position:relative}
.arch-frame{position:relative;border-radius:48% 48% 8px 8px/34% 34% 8px 8px;
  overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--line-soft)}
.arch-frame::after{content:"";position:absolute;inset:0;
  box-shadow:inset 0 0 0 1px rgba(216,192,138,.35);
  border-radius:inherit;pointer-events:none}
.arch-frame img{width:100%;aspect-ratio:4/5;object-fit:cover}
.hero-trust{display:flex;flex-wrap:wrap;gap:.5rem 1.6rem;margin-top:2rem;
  font-size:.82rem;color:var(--ink-soft)}
.hero-trust span{display:inline-flex;align-items:center;gap:.5ch}
.hero-trust svg{width:15px;height:15px;color:var(--gold)}

/* ---------- section scaffolding ---------- */
.section{padding-block:var(--sp-section)}
.section.tint{background:var(--cream)}
.section.dark{background:var(--espresso);color:var(--sand)}
.section.dark h2,.section.dark h3{color:var(--cream)}
.section.dark .eyebrow{color:var(--gold-soft)}
.section.dark .eyebrow::before,.section.dark .eyebrow.center::after{background:var(--gold-soft)}
.section.dark .lead{color:rgba(241,234,219,.78)}
.section-head{margin-bottom:clamp(2rem,4vw,3rem)}
.section-head.center{text-align:center;display:flex;flex-direction:column;align-items:center}
.section-head .row{display:flex;justify-content:space-between;align-items:flex-end;
  gap:1rem;flex-wrap:wrap}
.link-more{font-weight:600;font-size:.9rem;color:var(--gold-deep);
  display:inline-flex;align-items:center;gap:.4ch}
.link-more svg{width:15px;height:15px;transition:transform .2s}
.link-more:hover svg{transform:translateX(3px)}

/* ---------- category strip ---------- */
.cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.1rem}
.cat-card{position:relative;border-radius:var(--radius);overflow:hidden;
  display:block;box-shadow:var(--shadow-sm);isolation:isolate}
.cat-card img{aspect-ratio:3/4;object-fit:cover;width:100%;
  transition:transform .6s var(--ease)}
.cat-card:hover img{transform:scale(1.05)}
.cat-card::after{content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(36,29,21,0) 38%,rgba(36,29,21,.82) 100%)}
.cat-card .cap{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:1.1rem;
  color:var(--cream)}
.cat-card .cap b{font-family:var(--serif);font-weight:500;font-size:1.15rem;display:block}
.cat-card .cap small{font-size:.78rem;opacity:.85;display:flex;align-items:center;gap:.4ch}

/* ---------- product grid & cards ---------- */
.prod-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem 1.2rem}
.prod-grid.cols-3{grid-template-columns:repeat(3,1fr)}
.card{background:var(--cream);border:1px solid var(--line-soft);border-radius:var(--radius);
  overflow:hidden;display:flex;flex-direction:column;transition:transform .3s var(--ease),
  box-shadow .3s var(--ease);position:relative}
.card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.card-media{position:relative;overflow:hidden;background:var(--sand-2)}
.card-media img{aspect-ratio:4/5;object-fit:cover;width:100%;
  transition:transform .6s var(--ease)}
.card:hover .card-media img{transform:scale(1.045)}
.badge{position:absolute;top:.8rem;left:.8rem;z-index:2;background:var(--espresso);
  color:var(--gold-soft);font-size:.66rem;font-weight:600;letter-spacing:.14em;
  text-transform:uppercase;padding:.36em .7em;border-radius:100px;font-family:var(--sans)}
.badge.gold{background:var(--gold);color:var(--espresso)}
.card-quick{position:absolute;left:.8rem;right:.8rem;bottom:.8rem;z-index:2;
  opacity:0;transform:translateY(8px);transition:opacity .28s var(--ease),transform .28s var(--ease)}
.card:hover .card-quick,.card:focus-within .card-quick{opacity:1;transform:translateY(0)}
.card-body{padding:1rem 1.05rem 1.15rem;display:flex;flex-direction:column;flex:1}
.card-cat{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;
  color:var(--gold-deep);font-weight:600;margin-bottom:.35rem}
.card-title{font-family:var(--serif);font-size:1.12rem;font-weight:500;
  line-height:1.2;margin-bottom:.5rem}
.card-title a{color:var(--ink)}
.card-title a:hover{color:var(--gold-deep)}
.card-blurb{font-size:.86rem;color:var(--ink-soft);margin-bottom:1rem;flex:1}
.card-foot{display:flex;align-items:center;justify-content:space-between;gap:.6rem;
  margin-top:auto}
.price{font-weight:600;font-size:1.05rem;color:var(--ink);font-family:var(--sans)}
.price small{color:var(--ink-soft);font-weight:400;font-size:.78rem}

/* ---------- ritual / steps ---------- */
.ritual-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.5rem,5vw,4rem);
  align-items:center}
.steps{display:flex;flex-direction:column;gap:.2rem;counter-reset:step;margin-top:1.5rem}
.step{display:flex;gap:1.1rem;padding:1.1rem 0;border-top:1px solid rgba(216,192,138,.28)}
.step:first-child{border-top:0}
.step .n{flex:0 0 auto;width:38px;height:38px;border-radius:100px;
  border:1px solid var(--gold-soft);color:var(--gold-soft);display:flex;
  align-items:center;justify-content:center;font-family:var(--serif);font-size:1.1rem}
.step h4{margin:.15rem 0 .25rem;color:var(--cream);font-size:1.1rem}
.step p{margin:0;font-size:.9rem;color:rgba(241,234,219,.72)}

/* ---------- USP band ---------- */
.usp{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;text-align:center}
.usp .u svg{width:30px;height:30px;color:var(--gold);margin:0 auto .6rem}
.usp .u b{display:block;font-family:var(--serif);font-weight:500;font-size:1.05rem;
  margin-bottom:.2rem}
.usp .u p{font-size:.84rem;color:var(--ink-soft);margin:0}

/* ---------- editorial / feature ---------- */
.feature{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.5rem,5vw,4rem);
  align-items:center}
.feature.flip .feature-media{order:2}
.feature-media .arch-frame img{aspect-ratio:1/1}
.feature ul{list-style:none;padding:0;margin:1.2rem 0 1.8rem}
.feature li{display:flex;gap:.7ch;padding:.5rem 0;font-size:.95rem;
  border-bottom:1px solid var(--line-soft)}
.feature li svg{width:18px;height:18px;color:var(--gold);flex:0 0 auto;margin-top:.15rem}

/* ---------- blog cards ---------- */
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}
.blog-card{background:var(--cream);border:1px solid var(--line-soft);
  border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;
  transition:transform .3s var(--ease),box-shadow .3s var(--ease)}
.blog-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.blog-card img{aspect-ratio:16/10;object-fit:cover}
.blog-card .bc-body{padding:1.2rem 1.2rem 1.4rem;display:flex;flex-direction:column;flex:1}
.blog-card .meta{font-size:.74rem;letter-spacing:.12em;text-transform:uppercase;
  color:var(--gold-deep);font-weight:600;margin-bottom:.5rem}
.blog-card h3{font-size:1.2rem;margin-bottom:.5rem}
.blog-card h3 a:hover{color:var(--gold-deep)}
.blog-card p{font-size:.88rem;color:var(--ink-soft);flex:1}

/* ---------- newsletter ---------- */
.newsletter{text-align:center}
.newsletter form{display:flex;gap:.6rem;max-width:480px;margin:1.4rem auto 0;flex-wrap:wrap}
.newsletter input{flex:1;min-width:200px;padding:.95rem 1.2rem;border-radius:100px;
  border:1px solid rgba(216,192,138,.4);background:rgba(255,255,255,.06);
  color:var(--cream);font-size:.95rem}
.newsletter input::placeholder{color:rgba(241,234,219,.55)}
.newsletter small{display:block;margin-top:.9rem;font-size:.76rem;color:rgba(241,234,219,.6)}

/* ---------- footer ---------- */
.site-footer{background:var(--espresso);color:rgba(241,234,219,.8);
  padding-top:clamp(3rem,7vw,5rem)}
.footer-top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2rem;
  padding-bottom:3rem;border-bottom:1px solid rgba(216,192,138,.18)}
.footer-brand .mark{font-family:var(--sans);font-weight:600;letter-spacing:.34em;
  font-size:1.25rem;color:var(--cream);padding-left:.34em}
.footer-brand .sub{letter-spacing:.42em;font-size:.5rem;text-transform:uppercase;
  color:var(--gold-soft);padding-left:.42em;margin-top:.35rem}
.footer-brand p{margin-top:1.1rem;font-size:.88rem;max-width:34ch;color:rgba(241,234,219,.7)}
.footer-col h4{color:var(--gold-soft);font-family:var(--sans);font-size:.76rem;
  letter-spacing:.18em;text-transform:uppercase;font-weight:600;margin-bottom:1rem}
.footer-col a{display:block;padding:.32rem 0;font-size:.9rem;color:rgba(241,234,219,.78)}
.footer-col a:hover{color:var(--gold-soft)}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:1rem;
  flex-wrap:wrap;padding-block:1.6rem;font-size:.8rem;color:rgba(241,234,219,.6)}
.footer-bottom .pay{display:flex;gap:.5rem;align-items:center}
.footer-bottom .pay span{border:1px solid rgba(216,192,138,.3);border-radius:5px;
  padding:.2rem .5rem;font-size:.68rem;letter-spacing:.08em;color:rgba(241,234,219,.7)}

/* ---------- breadcrumb ---------- */
.crumb{font-size:.82rem;color:var(--ink-soft);padding-block:1.2rem;display:flex;
  gap:.5ch;flex-wrap:wrap}
.crumb a:hover{color:var(--gold-deep)}
.crumb span[aria-current]{color:var(--ink)}
.crumb .sep{color:var(--gold)}

/* ---------- page hero (inner) ---------- */
.page-hero{background:var(--cream);border-bottom:1px solid var(--line-soft)}
.page-hero .wrap{padding-block:clamp(1.5rem,4vw,3rem)}
.page-hero h1{margin-bottom:.3em}
.page-hero .lead{margin:0}

/* ---------- collection toolbar & filters ---------- */
.collection{display:grid;grid-template-columns:250px 1fr;gap:2.2rem;
  align-items:start;padding-block:var(--sp-section)}
.filters{position:sticky;top:96px}
.filters h4{font-family:var(--sans);font-size:.76rem;letter-spacing:.16em;
  text-transform:uppercase;color:var(--gold-deep);margin:0 0 .8rem;font-weight:600}
.filters .fgroup{padding-bottom:1.4rem;margin-bottom:1.4rem;border-bottom:1px solid var(--line-soft)}
.filters label{display:flex;align-items:center;gap:.6ch;padding:.32rem 0;font-size:.9rem;
  cursor:pointer;color:var(--ink)}
.filters input[type=checkbox]{accent-color:var(--gold-deep);width:16px;height:16px}
.toolbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;
  margin-bottom:1.4rem;flex-wrap:wrap}
.toolbar .count{font-size:.86rem;color:var(--ink-soft)}
.toolbar select{padding:.6rem 2rem .6rem .9rem;border:1px solid var(--line);
  border-radius:100px;background:var(--cream);font-size:.86rem;color:var(--ink);
  appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath d='M1 3l4 4 4-4' stroke='%23A87E34' stroke-width='1.4' fill='none'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right .9rem center;cursor:pointer}
.filter-toggle{display:none}

/* ---------- product detail ---------- */
.pdp{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.5rem,5vw,3.5rem);
  padding-block:clamp(2rem,5vw,3.5rem);align-items:start}
.pdp-gallery{position:sticky;top:96px}
.pdp-gallery .main{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);
  border:1px solid var(--line-soft)}
.pdp-gallery .main img{aspect-ratio:4/5;object-fit:cover;width:100%}
.pdp-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:.6rem;margin-top:.7rem}
.pdp-thumbs button{border:1px solid var(--line);border-radius:10px;overflow:hidden;
  padding:0;background:none;cursor:pointer;aspect-ratio:1;transition:border-color .2s}
.pdp-thumbs button.active,.pdp-thumbs button:hover{border-color:var(--gold)}
.pdp-thumbs img{width:100%;height:100%;object-fit:cover}
.pdp-info h1{font-size:clamp(1.9rem,4vw,2.7rem);margin-bottom:.35rem}
.pdp-cat{font-size:.76rem;letter-spacing:.16em;text-transform:uppercase;
  color:var(--gold-deep);font-weight:600;margin-bottom:.6rem}
.pdp-price{font-size:1.6rem;font-weight:600;margin:.8rem 0 .3rem;font-family:var(--sans)}
.pdp-price small{font-size:.85rem;color:var(--ink-soft);font-weight:400}
.pdp-desc{color:var(--ink-soft);margin:1.1rem 0 1.6rem;max-width:52ch}
.qty{display:inline-flex;align-items:center;border:1px solid var(--line);
  border-radius:100px;overflow:hidden}
.qty button{width:44px;height:48px;border:0;background:none;font-size:1.3rem;
  cursor:pointer;color:var(--ink)}
.qty button:hover{background:var(--gold-tint)}
.qty input{width:44px;height:48px;border:0;text-align:center;font-size:1rem;
  background:none;font-family:var(--sans);color:var(--ink)}
.pdp-actions{display:flex;gap:.8rem;align-items:center;margin-bottom:1.6rem;flex-wrap:wrap}
.pdp-meta{border-top:1px solid var(--line-soft);padding-top:1.4rem;margin-top:.4rem}
.pdp-meta .row{display:flex;gap:.7ch;padding:.4rem 0;font-size:.9rem;color:var(--ink-soft)}
.pdp-meta .row svg{width:17px;height:17px;color:var(--gold);flex:0 0 auto;margin-top:.15rem}
.placeholder-note{background:var(--gold-tint);border:1px dashed var(--gold-soft);
  border-radius:10px;padding:.85rem 1rem;font-size:.82rem;color:var(--gold-deep);
  margin:1.2rem 0}

/* accordion */
.acc{border-top:1px solid var(--line);margin-top:1.6rem}
.acc details{border-bottom:1px solid var(--line)}
.acc summary{cursor:pointer;padding:1.05rem 0;font-weight:600;font-size:.98rem;
  display:flex;justify-content:space-between;align-items:center;list-style:none}
.acc summary::-webkit-details-marker{display:none}
.acc summary::after{content:"+";font-size:1.3rem;color:var(--gold);font-weight:400}
.acc details[open] summary::after{content:"–"}
.acc .acc-body{padding:0 0 1.1rem;color:var(--ink-soft);font-size:.92rem}
.acc .acc-body .ph{color:var(--gold-deep);font-style:italic}

/* ---------- cart ---------- */
.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:2.2rem;
  padding-block:var(--sp-section);align-items:start}
.cart-line{display:grid;grid-template-columns:92px 1fr auto;gap:1rem;
  padding:1.2rem 0;border-bottom:1px solid var(--line-soft);align-items:center}
.cart-line img{border-radius:10px;aspect-ratio:4/5;object-fit:cover}
.cart-line .ttl{font-family:var(--serif);font-size:1.05rem}
.cart-line .rm{background:none;border:0;color:var(--ink-soft);cursor:pointer;
  font-size:.8rem;text-decoration:underline;padding:0;margin-top:.3rem}
.cart-line .rm:hover{color:var(--clay)}
.cart-line .qty{transform:scale(.85);transform-origin:left}
.summary{background:var(--cream);border:1px solid var(--line-soft);border-radius:var(--radius);
  padding:1.5rem;position:sticky;top:96px}
.summary h3{font-size:1.3rem;margin-bottom:1rem}
.summary .row{display:flex;justify-content:space-between;padding:.45rem 0;font-size:.92rem;
  color:var(--ink-soft)}
.summary .row.total{border-top:1px solid var(--line);margin-top:.6rem;padding-top:.9rem;
  font-size:1.15rem;font-weight:600;color:var(--ink)}
.summary .note{font-size:.78rem;color:var(--ink-soft);margin-top:.5rem}
.empty-state{text-align:center;padding:clamp(3rem,8vw,6rem) 1rem}
.empty-state svg{width:56px;height:56px;color:var(--gold-soft);margin:0 auto 1.2rem}

/* ---------- checkout ---------- */
.checkout{display:grid;grid-template-columns:1fr 400px;gap:2.4rem;
  padding-block:var(--sp-section);align-items:start}
.form-card{background:var(--cream);border:1px solid var(--line-soft);
  border-radius:var(--radius);padding:1.6rem}
.form-card + .form-card{margin-top:1.4rem}
.form-card h3{font-size:1.3rem;margin-bottom:1.1rem}
.frow{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.field{margin-bottom:1rem;display:flex;flex-direction:column;gap:.35rem}
.field.full{grid-column:1/-1}
.field label{font-size:.82rem;font-weight:600;color:var(--ink)}
.field input,.field select,.field textarea{padding:.8rem 1rem;border:1px solid var(--line);
  border-radius:10px;background:var(--sand);font-size:.95rem;color:var(--ink);font-family:inherit}
.pay-methods{display:flex;flex-direction:column;gap:.6rem}
.pay-opt{display:flex;align-items:center;gap:.7rem;border:1px solid var(--line);
  border-radius:10px;padding:.9rem 1rem;cursor:pointer;font-size:.92rem}
.pay-opt:has(input:checked){border-color:var(--gold);background:var(--gold-tint)}
.pay-opt input{accent-color:var(--gold-deep)}

/* ---------- article ---------- */
.article{padding-block:clamp(2rem,5vw,3.5rem)}
.article-body{max-width:720px;margin-inline:auto;font-size:1.06rem;line-height:1.8}
.article-body h2{font-size:clamp(1.5rem,3vw,2rem);margin:2.2rem 0 .8rem}
.article-body h3{margin:1.6rem 0 .5rem}
.article-body p{color:#40382e}
.article-hero img{width:100%;aspect-ratio:16/8;object-fit:cover;border-radius:var(--radius);
  margin-bottom:2rem;box-shadow:var(--shadow-sm)}
.article-cta{background:var(--gold-tint);border-radius:var(--radius);padding:1.6rem;
  margin:2.4rem 0;display:flex;justify-content:space-between;align-items:center;gap:1rem;
  flex-wrap:wrap}
.article-cta b{font-family:var(--serif);font-size:1.2rem;font-weight:500}

/* ---------- misc content ---------- */
.prose{max-width:720px}
.prose h2{margin-top:2rem}
.prose ul{padding-left:1.2rem}
.faq-list{max-width:820px;margin-inline:auto}

/* toast */
.toast{position:fixed;bottom:1.4rem;left:50%;transform:translateX(-50%) translateY(120%);
  background:var(--espresso);color:var(--cream);padding:.9rem 1.4rem;border-radius:100px;
  box-shadow:var(--shadow);z-index:200;font-size:.9rem;display:flex;align-items:center;
  gap:.7ch;transition:transform .4s var(--ease)}
.toast.show{transform:translateX(-50%) translateY(0)}
.toast svg{width:18px;height:18px;color:var(--gold-soft)}

/* reveal on scroll */
.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s var(--ease),transform .7s var(--ease)}
.reveal.in{opacity:1;transform:none}

/* ---------- responsive ---------- */
@media(max-width:1080px){
  .cat-grid{grid-template-columns:repeat(2,1fr)}
  .prod-grid{grid-template-columns:repeat(3,1fr)}
  .usp{grid-template-columns:repeat(2,1fr);gap:2rem 1rem}
  .footer-top{grid-template-columns:1fr 1fr;gap:2rem}
}
@media(max-width:900px){
  .main-nav{display:none}
  .nav-burger{display:inline-flex}
  .hero-grid{grid-template-columns:1fr}
  .hero-media{order:-1;max-width:440px}
  .ritual-grid,.feature,.feature.flip .feature-media{grid-template-columns:1fr;order:0}
  .feature.flip .feature-media{order:0}
  .blog-grid{grid-template-columns:1fr 1fr}
  .pdp{grid-template-columns:1fr}
  .pdp-gallery{position:static}
  .collection{grid-template-columns:1fr}
  .filters{position:fixed;inset:0 0 0 auto;width:min(85vw,320px);background:var(--cream);
    z-index:120;transform:translateX(100%);transition:transform .3s var(--ease);
    padding:1.4rem;overflow-y:auto;box-shadow:var(--shadow);top:0}
  .filters.open{transform:translateX(0)}
  .filter-toggle{display:inline-flex}
  .cart-layout,.checkout{grid-template-columns:1fr}
  .summary,.pdp-gallery{position:static}
}
@media(max-width:620px){
  .prod-grid,.prod-grid.cols-3{grid-template-columns:repeat(2,1fr);gap:1rem .8rem}
  .cat-grid{grid-template-columns:repeat(2,1fr)}
  .blog-grid{grid-template-columns:1fr}
  .footer-top{grid-template-columns:1fr 1fr}
  .footer-brand{grid-column:1/-1}
  .frow{grid-template-columns:1fr}
  .card-body{padding:.85rem .85rem 1rem}
  .card-blurb{display:none}
  .hero-cta .btn{flex:1}
}
@media(max-width:420px){
  .cat-grid{grid-template-columns:1fr}
  .usp{grid-template-columns:1fr}
}

@media(prefers-reduced-motion:reduce){
  *{animation-duration:.001ms!important;transition-duration:.001ms!important;
    scroll-behavior:auto!important}
  .reveal{opacity:1;transform:none}
}

/* --- PDP real-data notes (added for real product content) --- */
.price-note{font-size:.78rem;color:var(--ink-soft);margin:-.4rem 0 1rem}
.pdp-info .tip-note{display:flex;gap:.6rem;align-items:flex-start;background:var(--gold-tint);
  border:1px solid var(--gold-soft);border-radius:14px;padding:.85rem 1rem;margin:0 0 1.2rem;
  font-size:.9rem;color:var(--ink)}
.pdp-info .tip-note svg{flex:0 0 auto;width:20px;height:20px;color:var(--gold-deep);margin-top:1px}
.pdp-info .tip-note span{display:block}
.acc-body p{margin:0 0 .6rem}.acc-body p:last-child{margin-bottom:0}
.fineprint{font-size:.76rem;color:var(--ink-soft);border-top:1px solid var(--line);
  padding-top:1rem;margin-top:1.5rem;line-height:1.55}

/* --- Real logo (replaces text wordmark) --- */
.brand-logo{height:52px;width:auto;display:block}
.footer-brand .brand-logo{height:56px}
.m-head .brand-logo{height:44px}
@media(max-width:600px){.brand-logo{height:42px}}

/* --- Category tile caption: replace oversized arrow with a tidy pill --- */
.cat-card .cap{gap:.15rem}
.cat-card .cap small{opacity:1;font-weight:600;letter-spacing:.02em}
.cat-card .cap .pill{display:inline-flex;align-items:center;gap:.4ch;
  background:rgba(255,250,245,.16);border:1px solid rgba(255,250,245,.5);
  color:var(--cream);padding:.28em .7em;border-radius:100px;font-size:.72rem;
  letter-spacing:.06em;text-transform:uppercase;backdrop-filter:blur(2px);
  transition:background .25s,transform .25s;width:max-content}
.cat-card .cap .pill svg{width:13px;height:13px}
.cat-card:hover .cap .pill{background:var(--gold);border-color:var(--gold)}
.cat-card:hover .cap .pill svg{transform:translateX(2px)}

/* keep any stray inline arrow inside captions from ballooning */
.cap small svg{width:14px;height:14px}

/* --- Product card: show the product a touch higher & consistent frame --- */
.product-card .card-media img,.card .card-media img{object-position:center 42%}

/* --- "Bestellen of advies" CTA band --- */
.cta-band{text-align:center}
.cta-band h2{color:var(--cream)}
.cta-band .lead{margin-inline:auto;color:rgba(255,250,245,.82)}

/* --- home helpers --- */
.center{text-align:center}
.hero-poem{font-size:.98rem;color:var(--ink-soft);max-width:46ch;margin-top:-.2rem}
.hero-poem em{font-style:italic;color:var(--gold-deep);font-weight:600}
.arch-frame.landscape img{aspect-ratio:5/4}
.section.dark .eyebrow{color:var(--gold-soft)}
.section.dark .eyebrow::before,.section.dark .eyebrow::after{background:var(--gold-soft);opacity:.5}

/* --- contact + guide + legal --- */
.contact-h{font-size:clamp(1.3rem,2.4vw,1.6rem);font-weight:600}
.guide-head{max-width:760px;margin-bottom:2rem}
.guide-head .link-more{margin-top:.4rem}
.more-links{display:flex;flex-direction:column;gap:.7rem}
.legal h2{font-size:1.15rem;margin-top:1.8rem}
.legal p{color:var(--ink-soft)}
.empty-state .err-code{font-size:clamp(3.5rem,10vw,6rem);font-weight:800;color:var(--gold-soft);line-height:1;margin-bottom:.4rem;letter-spacing:.02em}
