/* =========================================================
   Mundo Fit Natural — Design System
   Modern & minimal · Premium & elegant · Natural & sustainable
   ========================================================= */

/* ---------- Tokens ---------- */
:root {
  /* Colour — white & cream base, black script wordmark, fern-green accent */
  --ink:        #16130F;
  --ink-soft:   #3A342D;
  --forest:     #1C1815;   /* primary "dark" — matches the black Mfn logo */
  --forest-700: #0E0C0A;
  --moss:       #6F8F60;   /* fern green from the logo sprig */
  --sage:       #A8BF9C;
  --sage-soft:  #E6EDE0;
  --cream:      #FBF7F0;
  --sand:       #F4EDE3;
  --sand-deep:  #E8DECF;
  --clay:       #5E7A50;   /* deep fern — used for primary calls to action */
  --clay-soft:  #E9F0E4;
  --honey:      #C9A227;
  --white:      #FFFFFF;

  --text:        var(--ink);
  --text-muted:  #6B6259;
  --line:        rgba(22, 19, 15, 0.13);
  --line-strong: rgba(22, 19, 15, 0.26);

  /* Type — matching mundofitnatural.com */
  --font-display: "Cinzel", "Iowan Old Style", Georgia, serif;
  --font-body: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  --step--1: clamp(0.82rem, 0.79rem + 0.13vw, 0.9rem);
  --step-0:  clamp(1rem, 0.96rem + 0.18vw, 1.08rem);
  --step-1:  clamp(1.18rem, 1.1rem + 0.34vw, 1.35rem);
  --step-2:  clamp(1.42rem, 1.28rem + 0.62vw, 1.8rem);
  --step-3:  clamp(1.7rem, 1.45rem + 1.1vw, 2.45rem);
  --step-4:  clamp(1.85rem, 1.45rem + 1.7vw, 2.9rem);
  --step-5:  clamp(2.1rem, 1.5rem + 2.6vw, 3.75rem);

  /* Space */
  --gutter: clamp(1.15rem, 0.7rem + 2vw, 2.5rem);
  --section: clamp(3.75rem, 2.5rem + 5vw, 7.5rem);
  --wrap: 1220px;
  --wrap-narrow: 760px;

  /* Effects */
  --radius-s: 8px;
  --radius:   16px;
  --radius-l: 26px;
  --radius-pill: 999px;
  --shadow-s: 0 1px 2px rgba(17, 32, 26, .06), 0 4px 14px rgba(17, 32, 26, .05);
  --shadow-m: 0 2px 6px rgba(17, 32, 26, .05), 0 18px 40px -18px rgba(17, 32, 26, .22);
  --shadow-l: 0 30px 70px -30px rgba(17, 32, 26, .38);
  --ease: cubic-bezier(.22, .61, .36, 1);
  --header-h: 78px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 20px);
}
body {
  font-family: var(--font-body);
  font-size: var(--step-0);
  line-height: 1.65;
  color: var(--text);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg, video { display: block; max-width: 100%; height: auto; }
img { background-color: var(--sand); }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; background: none; border: 0; }
a { color: inherit; }
ul, ol { padding: 0; list-style: none; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.005em;
  text-wrap: balance;
}
h1, h2 { font-weight: 400; }
h1 { font-size: var(--step-5); }
h2 { font-size: var(--step-4); }
h3 { font-size: var(--step-2); }
h4 { font-size: var(--step-1); }
p { text-wrap: pretty; }

:focus-visible {
  outline: 3px solid var(--clay);
  outline-offset: 3px;
  border-radius: 4px;
}

::selection { background: var(--forest); color: var(--cream); }

/* ---------- Utilities ---------- */
.wrap { width: min(100% - (var(--gutter) * 2), var(--wrap)); margin-inline: auto; }
.wrap-narrow { width: min(100% - (var(--gutter) * 2), var(--wrap-narrow)); margin-inline: auto; }
.section { padding-block: var(--section); }
.section-tight { padding-block: clamp(2.5rem, 1.5rem + 3vw, 4.5rem); }
.bg-sand { background: var(--sand); }
.bg-cream { background: var(--cream); }
.bg-white { background: var(--white); }
.bg-forest { background: var(--forest); color: var(--cream); }
.bg-forest h1, .bg-forest h2, .bg-forest h3 { color: var(--cream); }
.bg-forest .muted, .bg-forest p { color: rgba(251, 248, 242, .82); }
.text-center { text-align: center; }
.muted { color: var(--text-muted); }
.mt-0 { margin-top: 0; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0;
  margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: 50%; translate: -50% -120%;
  z-index: 200; background: var(--forest); color: var(--cream);
  padding: .85rem 1.4rem; border-radius: 0 0 var(--radius-s) var(--radius-s);
  font-weight: 600; transition: translate .2s var(--ease);
}
.skip-link:focus { translate: -50% 0; }

.eyebrow {
  display: inline-flex; align-items: center; gap: .6rem;
  font-size: .74rem; font-weight: 600; letter-spacing: .18em;
  text-transform: uppercase; color: var(--moss);
}
.eyebrow::before {
  content: ""; width: 26px; height: 1px; background: currentColor; opacity: .6;
}
.eyebrow.centred { justify-content: center; }
.bg-forest .eyebrow { color: var(--sage); }

.section-head { max-width: 62ch; margin-bottom: clamp(2rem, 1rem + 2.5vw, 3.5rem); }
.section-head.centred { margin-inline: auto; text-align: center; }
.section-head p { margin-top: 1rem; font-size: var(--step-1); color: var(--text-muted); line-height: 1.55; }
.section-head h2 { margin-top: .9rem; }

.lede { font-size: var(--step-1); line-height: 1.55; color: var(--ink-soft); }

.grid { display: grid; gap: clamp(1.1rem, .6rem + 1.4vw, 2rem); }
.g-2 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); }
.g-3 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); }
.g-4 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr)); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  padding: .95rem 1.7rem; border-radius: var(--radius-pill);
  font-weight: 600; font-size: .95rem; letter-spacing: .01em;
  text-decoration: none; border: 1.5px solid transparent;
  transition: transform .25s var(--ease), background-color .25s var(--ease),
              color .25s var(--ease), border-color .25s var(--ease), box-shadow .25s var(--ease);
  will-change: transform;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn svg { width: 1.05em; height: 1.05em; flex: none; }
.btn-primary { background: var(--forest); color: var(--cream); box-shadow: var(--shadow-s); }
.btn-primary:hover { background: var(--forest-700); box-shadow: var(--shadow-m); }
.btn-clay { background: var(--clay); color: #fff; box-shadow: var(--shadow-s); }
.btn-clay:hover { background: #4B6340; box-shadow: var(--shadow-m); }
.btn-ghost { border-color: var(--line-strong); color: var(--forest); }
.btn-ghost:hover { background: var(--forest); color: var(--cream); border-color: var(--forest); }
.bg-forest .btn-ghost { border-color: rgba(251,248,242,.4); color: var(--cream); }
.bg-forest .btn-ghost:hover { background: var(--cream); color: var(--forest); }
.btn-light { background: var(--cream); color: var(--forest); }
.btn-light:hover { background: #fff; }
.btn-sm { padding: .65rem 1.15rem; font-size: .85rem; }
.btn-block { display: flex; width: 100%; }
.btn[disabled], .btn[aria-disabled="true"] { opacity: .5; pointer-events: none; }
.btn-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.btn-row.centred { justify-content: center; }

.link-arrow {
  display: inline-flex; align-items: center; gap: .45rem;
  font-weight: 600; font-size: .93rem; color: var(--forest);
  text-decoration: none; border-bottom: 1.5px solid var(--line-strong);
  padding-bottom: 2px; transition: gap .25s var(--ease), border-color .25s var(--ease);
}
.link-arrow:hover { gap: .8rem; border-color: var(--clay); }
.link-arrow::after { content: "→"; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 90;
  background: rgba(251, 248, 242, .82);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s var(--ease), background-color .3s var(--ease);
}
.site-header.is-stuck { border-bottom-color: var(--line); background: rgba(251, 248, 242, .94); }

.announce {
  background: var(--forest); color: var(--cream);
  font-size: .8rem; letter-spacing: .02em; text-align: center;
  padding: .55rem var(--gutter);
}
.announce a { color: var(--sage); text-underline-offset: 3px; }

.header-inner {
  display: flex; align-items: center; gap: 1.2rem;
  min-height: var(--header-h);
}
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; flex: none; }
.brand-mark { width: auto; height: 44px; flex: none; mix-blend-mode: multiply; background: transparent; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name {
  font-family: var(--font-display); font-size: .92rem; font-weight: 600;
  letter-spacing: .13em; text-transform: uppercase; color: var(--ink); white-space: nowrap;
}
.brand-tag {
  font-size: .56rem; letter-spacing: .17em; text-transform: uppercase;
  color: var(--text-muted); margin-top: .4rem; white-space: nowrap;
}
/* Between these widths the full nav is showing and space is tight, so the
   strapline steps aside rather than squeezing the menu. */
@media (min-width: 1081px) and (max-width: 1260px) {
  .site-header .brand-tag { display: none; }
}
/* The logo is black artwork, so it sits on a light chip in dark contexts */
.site-footer .brand-mark {
  mix-blend-mode: normal; background: var(--cream);
  padding: .45rem .6rem; border-radius: 10px; height: 52px;
}
@media (max-width: 420px) { .brand-text { display: none; } }

.primary-nav { margin-left: auto; }
.nav-list { display: flex; align-items: center; gap: .2rem; }
.nav-link {
  display: inline-flex; align-items: center; gap: .3rem;
  padding: .55rem .8rem; border-radius: var(--radius-pill);
  font-size: .93rem; font-weight: 500; text-decoration: none; color: var(--ink-soft);
  transition: color .2s var(--ease), background-color .2s var(--ease);
  white-space: nowrap;
}
.nav-link:hover { color: var(--forest); background: rgba(29,64,52,.06); }
.nav-link[aria-current="page"] { color: var(--forest); font-weight: 600; }
.nav-link .chev { width: .6rem; transition: rotate .25s var(--ease); opacity: .6; }

.has-menu { position: relative; }
.has-menu > .submenu {
  position: absolute; top: calc(100% + 10px); left: 50%; translate: -50% 0;
  min-width: 250px; background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); box-shadow: var(--shadow-l); padding: .55rem;
  opacity: 0; visibility: hidden; translate: -50% 8px;
  transition: opacity .22s var(--ease), translate .22s var(--ease), visibility .22s;
}
.has-menu:hover > .submenu,
.has-menu:focus-within > .submenu { opacity: 1; visibility: visible; translate: -50% 0; }
.has-menu:hover .chev { rotate: 180deg; }
.submenu a {
  display: block; padding: .6rem .8rem; border-radius: var(--radius-s);
  font-size: .9rem; text-decoration: none; color: var(--ink-soft);
  transition: background-color .18s var(--ease), color .18s var(--ease);
}
.submenu a:hover { background: var(--sand); color: var(--forest); }
.submenu .submenu-head {
  font-size: .68rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--text-muted); padding: .7rem .8rem .35rem;
}

.header-actions { display: flex; align-items: center; gap: .35rem; flex: none; }
.icon-btn {
  display: inline-grid; place-items: center; position: relative;
  width: 42px; height: 42px; border-radius: 50%; color: var(--forest);
  transition: background-color .2s var(--ease);
}
.icon-btn:hover { background: rgba(29,64,52,.08); }
.icon-btn svg { width: 20px; height: 20px; }
.basket-count {
  position: absolute; top: 3px; right: 2px; min-width: 18px; height: 18px;
  padding: 0 4px; border-radius: 9px; background: var(--clay); color: #fff;
  font-size: .68rem; font-weight: 700; display: grid; place-items: center;
  font-family: var(--font-body);
}
.basket-count[hidden] { display: none; }
.nav-cta { margin-left: .4rem; }
.burger { display: none; }

/* Search overlay */
.search-panel {
  position: fixed; inset: 0; z-index: 120; display: grid; place-items: start center;
  padding-top: 14vh; background: rgba(17,32,26,.5);
  backdrop-filter: blur(6px); opacity: 0; visibility: hidden;
  transition: opacity .25s var(--ease), visibility .25s;
}
.search-panel.is-open { opacity: 1; visibility: visible; }
.search-box {
  width: min(100% - 2rem, 620px); background: var(--cream);
  border-radius: var(--radius-l); padding: 1.4rem; box-shadow: var(--shadow-l);
}
.search-box input {
  width: 100%; padding: 1rem 1.2rem; border: 1.5px solid var(--line);
  border-radius: var(--radius-pill); background: #fff;
}
.search-results { margin-top: 1rem; max-height: 46vh; overflow-y: auto; }
.search-results a {
  display: block; padding: .75rem .9rem; border-radius: var(--radius-s);
  text-decoration: none; font-size: .93rem;
}
.search-results a:hover, .search-results a:focus { background: var(--sand); }
.search-results .r-kind { font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--text-muted); display: block; }

/* Mobile drawer */
.mobile-nav {
  position: fixed; inset: 0 0 0 auto; width: min(88vw, 400px); z-index: 130;
  background: var(--cream); box-shadow: var(--shadow-l);
  translate: 100% 0; transition: translate .35s var(--ease);
  display: flex; flex-direction: column; overflow-y: auto; padding: 1.1rem var(--gutter) 2rem;
}
.mobile-nav.is-open { translate: 0 0; }
.mobile-nav-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.4rem; }
.mobile-nav a { text-decoration: none; }
.m-link {
  display: block; padding: .85rem 0; font-family: var(--font-display);
  font-size: 1.35rem; border-bottom: 1px solid var(--line); color: var(--forest);
}
.m-sub { padding: .1rem 0 .9rem; border-bottom: 1px solid var(--line); }
.m-sub a { display: block; padding: .45rem 0 .45rem .9rem; font-size: .95rem; color: var(--text-muted); }
.m-sub a:hover { color: var(--forest); }
.scrim {
  position: fixed; inset: 0; z-index: 125; background: rgba(17,32,26,.45);
  backdrop-filter: blur(3px); opacity: 0; visibility: hidden; transition: opacity .3s var(--ease), visibility .3s;
}
.scrim.is-open { opacity: 1; visibility: visible; }

@media (max-width: 1080px) {
  .primary-nav { display: none; }
  .nav-cta { display: none; }
  .burger { display: inline-grid; }
  .header-inner { justify-content: space-between; }
  .header-actions { margin-left: auto; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative; isolation: isolate; overflow: hidden;
  min-height: min(88vh, 800px); display: flex; align-items: center;
  padding-block: clamp(4rem, 2rem + 8vw, 7rem);
  color: var(--cream); background: var(--forest-700);
}
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(102deg, rgba(18,15,12,.90) 0%, rgba(18,15,12,.68) 44%, rgba(18,15,12,.16) 100%),
    linear-gradient(0deg, rgba(18,15,12,.5), rgba(18,15,12,0) 55%);
}
.hero-inner { max-width: 44rem; }
.hero h1 { margin-top: 1.1rem; color: var(--cream); }
.hero h1 em { font-style: normal; color: var(--sage); }
.hero p { margin-top: 1.4rem; font-size: var(--step-1); color: rgba(251,248,242,.85); max-width: 46ch; }
.hero .eyebrow { color: var(--sage); }
.hero-badges {
  display: flex; flex-wrap: wrap; gap: .5rem 1.4rem; margin-top: 2.4rem;
  padding-top: 1.6rem; border-top: 1px solid rgba(251,248,242,.2);
  font-size: .82rem; color: rgba(251,248,242,.78);
}
.hero-badges li { display: flex; align-items: center; gap: .45rem; }
.hero-badges svg { width: 16px; height: 16px; color: var(--sage); flex: none; }

.page-hero {
  background: linear-gradient(180deg, var(--sand) 0%, var(--cream) 100%);
  padding-block: clamp(2.5rem, 1.5rem + 5vw, 5rem) clamp(2.5rem, 1.5rem + 4vw, 4.5rem);
  border-bottom: 1px solid var(--line);
}
.page-hero h1 { font-size: var(--step-4); margin-top: .8rem; }
.page-hero p { margin-top: 1.1rem; max-width: 60ch; font-size: var(--step-1); color: var(--text-muted); }
.page-hero-grid { display: grid; gap: clamp(1.5rem, 1rem + 3vw, 3.5rem); align-items: center; }
@media (min-width: 900px) { .page-hero-grid { grid-template-columns: 1.15fr .85fr; } }
.page-hero-media img { border-radius: var(--radius-l); box-shadow: var(--shadow-m); aspect-ratio: 4/3; object-fit: cover; width: 100%; }

.breadcrumbs { font-size: .8rem; color: var(--text-muted); }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: .4rem; align-items: center; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { color: var(--forest); text-decoration: underline; }
.breadcrumbs li + li::before { content: "/"; margin-right: .4rem; opacity: .5; }

/* ---------- Marquee / trust strip ---------- */
.trust-strip { border-block: 1px solid var(--line); background: var(--cream); padding-block: 1.4rem; overflow: hidden; }
.marquee { display: flex; gap: 3.5rem; width: max-content; animation: slide 38s linear infinite; }
.marquee:hover { animation-play-state: paused; }
.marquee span {
  font-family: var(--font-display); font-size: 1.05rem; color: var(--moss);
  opacity: .75; white-space: nowrap; display: flex; align-items: center; gap: .7rem;
}
.marquee span::after { content: "✦"; font-size: .65rem; opacity: .5; }
@keyframes slide { to { transform: translateX(-50%); } }

/* ---------- Cards ---------- */
.card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-l);
  padding: clamp(1.4rem, 1rem + 1vw, 2.1rem); box-shadow: var(--shadow-s);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
  display: flex; flex-direction: column; gap: .8rem;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-m); border-color: var(--sage); }
.card h3 { font-size: var(--step-1); }
.card p { color: var(--text-muted); font-size: .95rem; }
.card .link-arrow { margin-top: auto; align-self: flex-start; }
.card-icon {
  width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center;
  background: var(--sage-soft); color: var(--forest); margin-bottom: .3rem;
}
.card-icon svg { width: 24px; height: 24px; }
.card-media { margin: calc(-1 * clamp(1.4rem, 1rem + 1vw, 2.1rem)); margin-bottom: .4rem; }
.card-media img { border-radius: var(--radius-l) var(--radius-l) 0 0; aspect-ratio: 3/2; object-fit: cover; width: 100%; }

.stat-grid { display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); }
.stat { text-align: center; }
.stat b { display: block; font-family: var(--font-display); font-size: var(--step-4); font-weight: 500; line-height: 1; }
.stat span { display: block; margin-top: .6rem; font-size: .85rem; color: var(--text-muted); }
.bg-forest .stat span { color: rgba(251,248,242,.7); }

/* Split feature */
.split { display: grid; gap: clamp(1.8rem, 1rem + 4vw, 4.5rem); align-items: center; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; } .split.reverse > :first-child { order: 2; } }
.split-media { position: relative; }
.split-media img { border-radius: var(--radius-l); width: 100%; aspect-ratio: 4/5; object-fit: cover; box-shadow: var(--shadow-m); }
.split-media .float-card {
  position: absolute; bottom: -22px; right: -12px; background: var(--cream);
  border-radius: var(--radius); padding: 1rem 1.3rem; box-shadow: var(--shadow-l);
  max-width: 240px; border: 1px solid var(--line);
}
.float-card b { font-family: var(--font-display); font-size: 1.5rem; display: block; }
.float-card span { font-size: .78rem; color: var(--text-muted); }

.tick-list { display: grid; gap: .85rem; margin-top: 1.6rem; }
.tick-list li { display: flex; gap: .8rem; align-items: flex-start; font-size: .97rem; }
.tick-list svg { width: 20px; height: 20px; flex: none; color: var(--moss); margin-top: .2rem; }
.bg-forest .tick-list svg { color: var(--sage); }

/* Numbered steps */
.steps { counter-reset: step; display: grid; gap: 1.6rem; }
@media (min-width: 780px) { .steps.cols { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); } }
.step { position: relative; padding-top: 2.6rem; border-top: 1px solid var(--line); }
.step::before {
  counter-increment: step; content: "0" counter(step);
  position: absolute; top: 1rem; left: 0;
  font-family: var(--font-display); font-size: .95rem; color: var(--clay); letter-spacing: .1em;
}
.step h3 { font-size: var(--step-1); margin-bottom: .5rem; }
.step p { color: var(--text-muted); font-size: .94rem; }

/* ---------- Products ---------- */
.shop-layout { display: grid; gap: 2.5rem; }
@media (min-width: 940px) { .shop-layout { grid-template-columns: 240px 1fr; align-items: start; } }
.filter-panel { position: sticky; top: calc(var(--header-h) + 20px); }
.filter-group + .filter-group { margin-top: 1.8rem; }
.filter-group h3 { font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; font-family: var(--font-body); font-weight: 700; color: var(--text-muted); margin-bottom: .8rem; }
.chip {
  display: inline-block; padding: .45rem 1rem; border-radius: var(--radius-pill);
  border: 1.5px solid var(--line); font-size: .85rem; background: transparent;
  transition: all .2s var(--ease); margin: 0 .35rem .5rem 0;
}
.chip:hover { border-color: var(--moss); }
.chip[aria-pressed="true"] { background: var(--forest); color: var(--cream); border-color: var(--forest); }

.product-grid { display: grid; gap: clamp(1.1rem, .6rem + 1.4vw, 1.9rem); grid-template-columns: repeat(auto-fill, minmax(min(100%, 250px), 1fr)); }
.product-card {
  position: relative; display: flex; flex-direction: column;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-l);
  overflow: hidden; transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-m); }
.product-card .pc-media { position: relative; overflow: hidden; background: var(--sand); }
.product-card .pc-media img { aspect-ratio: 1; object-fit: cover; width: 100%; transition: scale .6s var(--ease); }
.product-card:hover .pc-media img { scale: 1.06; }
.pc-body { padding: 1.1rem 1.2rem 1.3rem; display: flex; flex-direction: column; gap: .45rem; flex: 1; }
.pc-cat { font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; color: var(--text-muted); }
.pc-title { font-family: var(--font-display); font-size: 1.12rem; line-height: 1.2; }
.pc-title a { text-decoration: none; }
.pc-title a::after { content: ""; position: absolute; inset: 0; }
.pc-desc { font-size: .86rem; color: var(--text-muted); line-height: 1.5; }
.pc-foot { margin-top: auto; padding-top: .8rem; display: flex; align-items: center; justify-content: space-between; gap: .6rem; }
.pc-price { font-weight: 700; font-size: 1rem; }
.pc-add { position: relative; z-index: 1; }
.badge {
  position: absolute; top: .8rem; left: .8rem; z-index: 2;
  background: var(--cream); color: var(--forest); font-size: .68rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; padding: .35rem .7rem; border-radius: var(--radius-pill);
}
.badge.sold-out { background: var(--ink); color: var(--cream); }
.badge.new { background: var(--clay); color: #fff; }

.stars { display: inline-flex; gap: 2px; color: var(--honey); font-size: .8rem; letter-spacing: .05em; }
.rating-line { display: flex; align-items: center; gap: .5rem; font-size: .8rem; color: var(--text-muted); }

/* Product detail */
.pdp { display: grid; gap: clamp(1.8rem, 1rem + 4vw, 4rem); align-items: start; }
@media (min-width: 900px) { .pdp { grid-template-columns: 1fr 1fr; } .pdp-gallery { position: sticky; top: calc(var(--header-h) + 24px); } }
.pdp-gallery img.main { border-radius: var(--radius-l); aspect-ratio: 1; object-fit: cover; width: 100%; box-shadow: var(--shadow-s); }
.pdp-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: .6rem; margin-top: .6rem; }
.pdp-thumbs button { border-radius: var(--radius); overflow: hidden; border: 2px solid transparent; transition: border-color .2s; }
.pdp-thumbs button[aria-current="true"] { border-color: var(--forest); }
.pdp-thumbs img { aspect-ratio: 1; object-fit: cover; }
.pdp-info h1 { font-size: var(--step-3); }
.pdp-price { font-size: var(--step-2); font-family: var(--font-display); }
.pdp-meta { display: flex; flex-wrap: wrap; gap: .5rem 1.2rem; font-size: .84rem; color: var(--text-muted); margin-top: .4rem; }
.in-stock { color: var(--moss); font-weight: 600; display: inline-flex; align-items: center; gap: .4rem; }
.in-stock::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--moss); }
.qty { display: inline-flex; align-items: center; border: 1.5px solid var(--line-strong); border-radius: var(--radius-pill); overflow: hidden; }
.qty button { width: 42px; height: 46px; font-size: 1.1rem; color: var(--forest); }
.qty button:hover { background: var(--sand); }
.qty input { width: 46px; text-align: center; border: 0; background: transparent; -moz-appearance: textfield; }
.qty input::-webkit-outer-spin-button, .qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.buy-row { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; margin: 1.5rem 0; }

/* Variant / size selector */
.variant-row { margin: 1.4rem 0 .2rem; }
.variant-row > span.v-label {
  display: block; font-size: .78rem; font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; color: var(--text-muted); margin-bottom: .6rem;
}
.variant-opts { display: flex; flex-wrap: wrap; gap: .5rem; }
.variant {
  padding: .58rem 1.1rem; border: 1.5px solid var(--line-strong);
  border-radius: var(--radius-pill); font-size: .87rem; background: var(--white);
  transition: all .2s var(--ease);
}
.variant:hover { border-color: var(--moss); }
.variant[aria-pressed="true"] { background: var(--forest); color: var(--cream); border-color: var(--forest); }
.variant .v-price { opacity: .7; margin-left: .35rem; }
.poa-note {
  display: inline-flex; align-items: center; gap: .5rem; padding: .55rem 1rem;
  border-radius: var(--radius-pill); background: var(--sage-soft);
  color: var(--forest); font-size: .84rem; font-weight: 600;
}
.pdp-usps { display: grid; gap: .7rem; padding: 1.2rem; background: var(--sand); border-radius: var(--radius); font-size: .88rem; }
.pdp-usps li { display: flex; gap: .7rem; align-items: flex-start; }
.pdp-usps svg { width: 18px; height: 18px; color: var(--moss); flex: none; margin-top: .15rem; }

/* ---------- Accordion ---------- */
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 1.5rem;
  padding: 1.35rem 0; cursor: pointer; list-style: none;
  font-family: var(--font-display); font-size: var(--step-1); line-height: 1.3;
  transition: color .2s var(--ease);
}
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary:hover { color: var(--moss); }
.accordion summary::after {
  content: ""; flex: none; width: 18px; height: 18px; margin-top: .35rem;
  background: currentColor; transition: rotate .3s var(--ease);
  -webkit-mask: no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E");
  mask: no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E");
}
.accordion details[open] summary::after { rotate: 45deg; }
.accordion .acc-body { padding-bottom: 1.5rem; max-width: 72ch; color: var(--text-muted); }
.accordion .acc-body p + p { margin-top: .9rem; }
.accordion .acc-body ul { list-style: disc; padding-left: 1.2rem; display: grid; gap: .4rem; margin-top: .8rem; }

/* ---------- Testimonials ---------- */
.quote-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-l);
  padding: clamp(1.5rem, 1rem + 1.5vw, 2.3rem); display: flex; flex-direction: column; gap: 1rem;
  break-inside: avoid; margin-bottom: clamp(1.1rem, .6rem + 1.4vw, 1.9rem);
}
.quote-card blockquote { font-family: var(--font-display); font-size: var(--step-1); line-height: 1.4; }
.quote-card .result {
  font-size: .82rem; font-weight: 700; color: var(--clay);
  letter-spacing: .04em; text-transform: uppercase;
}
.quote-foot { display: flex; align-items: center; gap: .8rem; margin-top: auto; }
.quote-foot img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; flex: none; }
.quote-foot b { display: block; font-size: .92rem; }
.quote-foot span { font-size: .8rem; color: var(--text-muted); }
.verified { display: inline-flex; align-items: center; gap: .3rem; font-size: .74rem; color: var(--moss); font-weight: 600; }
.verified svg { width: 14px; height: 14px; }
.masonry { columns: 1; }
@media (min-width: 700px) { .masonry { columns: 2; column-gap: clamp(1.1rem, .6rem + 1.4vw, 1.9rem); } }
@media (min-width: 1050px) { .masonry { columns: 3; } }

/* ---------- Forms ---------- */
.form-grid { display: grid; gap: 1.1rem; }
@media (min-width: 640px) { .form-grid.two { grid-template-columns: 1fr 1fr; } .form-grid .full { grid-column: 1 / -1; } }
.field label { display: block; font-size: .85rem; font-weight: 600; margin-bottom: .4rem; }
.field .hint { font-weight: 400; color: var(--text-muted); font-size: .78rem; }
.field input, .field select, .field textarea {
  width: 100%; padding: .85rem 1rem; border: 1.5px solid var(--line-strong);
  border-radius: var(--radius); background: var(--white);
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--moss); box-shadow: 0 0 0 4px rgba(60,107,84,.14);
}
.field textarea { min-height: 150px; resize: vertical; }
.field .err { display: none; color: #A5341F; font-size: .8rem; margin-top: .35rem; font-weight: 600; }
.field.is-invalid input, .field.is-invalid textarea, .field.is-invalid select { border-color: #A5341F; }
.field.is-invalid .err { display: block; }
.checkbox { display: flex; gap: .7rem; align-items: flex-start; font-size: .87rem; color: var(--text-muted); }
.checkbox input { width: 20px; height: 20px; flex: none; margin-top: .15rem; accent-color: var(--forest); }
.form-note { font-size: .8rem; color: var(--text-muted); }
.form-status {
  display: none; padding: 1rem 1.2rem; border-radius: var(--radius);
  background: var(--sage-soft); color: var(--forest-700); font-size: .92rem; font-weight: 500;
  border: 1px solid var(--sage);
}
.form-status.is-visible { display: block; }
.form-status.is-error { background: #FBE7E1; border-color: #E5B7A6; color: #7E2C18; }

.newsletter { display: flex; gap: .6rem; flex-wrap: wrap; }
.newsletter input {
  flex: 1 1 200px; padding: .85rem 1.2rem; border-radius: var(--radius-pill);
  border: 1.5px solid rgba(251,248,242,.28); background: rgba(251,248,242,.08); color: var(--cream);
}
.newsletter input::placeholder { color: rgba(251,248,242,.55); }
.newsletter input:focus { outline: none; border-color: var(--sage); background: rgba(251,248,242,.14); }

/* ---------- Prose (blog / legal) ---------- */
.prose { max-width: 68ch; }
.prose > * + * { margin-top: 1.15rem; }
.prose h2 { font-size: var(--step-2); margin-top: 2.6rem; }
.prose h3 { font-size: var(--step-1); margin-top: 2rem; }
.prose ul, .prose ol { list-style: disc; padding-left: 1.4rem; display: grid; gap: .55rem; }
.prose ol { list-style: decimal; }
.prose a { color: var(--forest); text-underline-offset: 3px; }
.prose a:hover { color: var(--clay); }
.prose blockquote {
  border-left: 3px solid var(--sage); padding: .3rem 0 .3rem 1.3rem;
  font-family: var(--font-display); font-size: var(--step-1); line-height: 1.45; color: var(--ink-soft);
}
.prose img { border-radius: var(--radius); margin-block: 2rem; }
.prose table { width: 100%; border-collapse: collapse; font-size: .92rem; }
.prose th, .prose td { text-align: left; padding: .8rem .6rem; border-bottom: 1px solid var(--line); }
.prose th { font-weight: 700; }
.prose hr { border: 0; border-top: 1px solid var(--line); margin-block: 2.5rem; }

.toc {
  background: var(--sand); border-radius: var(--radius); padding: 1.3rem 1.5rem;
  font-size: .9rem;
}
.toc h2 { font-family: var(--font-body); font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; margin: 0 0 .8rem; color: var(--text-muted); }
.toc ul { display: grid; gap: .5rem; list-style: none; padding: 0; }
.toc a { text-decoration: none; border-bottom: 1px solid transparent; }
.toc a:hover { border-color: var(--clay); }

.article-meta { display: flex; flex-wrap: wrap; gap: .4rem 1rem; font-size: .82rem; color: var(--text-muted); }
.tag {
  display: inline-block; padding: .3rem .8rem; border-radius: var(--radius-pill);
  background: var(--sage-soft); color: var(--forest); font-size: .72rem;
  font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
}

/* ---------- Basket / checkout ---------- */
.basket-row {
  display: grid; grid-template-columns: 90px 1fr auto; gap: 1.1rem; align-items: center;
  padding: 1.2rem 0; border-bottom: 1px solid var(--line);
}
.basket-row img { width: 90px; aspect-ratio: 1; object-fit: cover; border-radius: var(--radius); }
.basket-row h3 { font-size: 1.05rem; }
.basket-row .rm { font-size: .8rem; color: var(--text-muted); text-decoration: underline; }
.basket-row .rm:hover { color: #A5341F; }
@media (max-width: 620px) {
  .basket-row { grid-template-columns: 72px 1fr; }
  .basket-row img { width: 72px; }
  .basket-row .row-end { grid-column: 2; display: flex; justify-content: space-between; align-items: center; width: 100%; }
}
.summary-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-l);
  padding: 1.6rem; position: sticky; top: calc(var(--header-h) + 20px);
}
.summary-line { display: flex; justify-content: space-between; gap: 1rem; padding: .45rem 0; font-size: .93rem; }
.summary-total { display: flex; justify-content: space-between; font-family: var(--font-display); font-size: var(--step-2); padding-top: .9rem; margin-top: .6rem; border-top: 1px solid var(--line); }
.checkout-layout { display: grid; gap: 2.5rem; align-items: start; }
@media (min-width: 900px) { .checkout-layout { grid-template-columns: 1.25fr .75fr; } }
.empty-state { text-align: center; padding: 4rem 1rem; }
.empty-state svg { width: 56px; height: 56px; color: var(--sage); margin: 0 auto 1.2rem; }
.secure-note { display: flex; align-items: center; gap: .55rem; font-size: .8rem; color: var(--text-muted); justify-content: center; margin-top: 1rem; }
.secure-note svg { width: 16px; height: 16px; color: var(--moss); }

/* ---------- Footer ---------- */
.site-footer { background: var(--forest-700); color: rgba(251,248,242,.75); padding-block: clamp(3rem, 2rem + 3vw, 5rem) 2rem; }
.site-footer a { text-decoration: none; transition: color .2s var(--ease); }
.site-footer a:hover { color: var(--cream); }
.footer-top { display: grid; gap: 2.5rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(251,248,242,.14); }
@media (min-width: 860px) { .footer-top { grid-template-columns: 1.5fr 1fr 1fr 1.4fr; } }
.footer-brand .brand-name { color: var(--cream); }
.footer-brand .brand-tag { color: var(--sage); }
.footer-brand p { margin-top: 1.1rem; font-size: .9rem; max-width: 34ch; }
.footer-col h3 {
  font-family: var(--font-body); font-size: .72rem; letter-spacing: .18em;
  text-transform: uppercase; color: var(--sage); margin-bottom: 1.1rem; font-weight: 700;
}
.footer-col ul { display: grid; gap: .65rem; font-size: .9rem; }
.socials { display: flex; gap: .6rem; margin-top: 1.4rem; }
.socials a {
  width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center;
  border: 1px solid rgba(251,248,242,.22); color: var(--cream);
  transition: background-color .2s var(--ease), border-color .2s var(--ease);
}
.socials a:hover { background: var(--sage); border-color: var(--sage); color: var(--forest-700); }
.socials svg { width: 18px; height: 18px; }
.footer-bottom {
  display: flex; flex-wrap: wrap; gap: .8rem 1.6rem; justify-content: space-between;
  align-items: center; padding-top: 2rem; font-size: .8rem;
}
.footer-legal { display: flex; flex-wrap: wrap; gap: .5rem 1.2rem; }
.footer-contact { display: grid; gap: .55rem; font-size: .9rem; margin-top: 1.2rem; }
.footer-contact li { display: flex; gap: .6rem; align-items: flex-start; }
.footer-contact svg { width: 17px; height: 17px; color: var(--sage); flex: none; margin-top: .2rem; }
.footer-note { font-size: .78rem; opacity: .65; margin-top: 1.2rem; line-height: 1.6; }

/* ---------- Cookie banner ---------- */
.cookie-bar {
  position: fixed; left: 50%; bottom: 1rem; translate: -50% 0; z-index: 115;
  width: min(100% - 2rem, 880px); background: var(--cream); border: 1px solid var(--line-strong);
  border-radius: var(--radius-l); box-shadow: var(--shadow-l); padding: 1.3rem 1.5rem;
  display: none; gap: 1.2rem; align-items: center; flex-wrap: wrap;
}
.cookie-bar.is-open { display: flex; animation: rise .45s var(--ease); }
@keyframes rise { from { opacity: 0; translate: -50% 20px; } }
.cookie-bar p { font-size: .87rem; flex: 1 1 340px; color: var(--text-muted); }
.cookie-bar .cb-actions { display: flex; gap: .6rem; flex-wrap: wrap; }

/* ---------- AI Chat widget ---------- */
.chat-launcher {
  position: fixed; right: clamp(1rem, 2vw, 1.6rem); bottom: clamp(1rem, 2vw, 1.6rem); z-index: 110;
  display: flex; align-items: center; gap: .65rem; padding: .7rem 1.15rem .7rem .7rem;
  background: var(--forest); color: var(--cream); border-radius: var(--radius-pill);
  box-shadow: var(--shadow-l); font-weight: 600; font-size: .9rem;
  transition: transform .3s var(--ease), background-color .3s var(--ease);
}
.chat-launcher:hover { transform: translateY(-3px); background: var(--forest-700); }
.chat-launcher .avatar {
  width: 34px; height: 34px; border-radius: 50%; background: var(--sage); color: var(--forest-700);
  display: grid; place-items: center; flex: none;
}
.chat-launcher .avatar svg { width: 19px; height: 19px; }
.chat-launcher .pulse {
  position: absolute; top: 6px; right: 8px; width: 9px; height: 9px; border-radius: 50%;
  background: #6FD08C; box-shadow: 0 0 0 0 rgba(111,208,140,.7); animation: pulse 2.4s infinite;
}
@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(111,208,140,0); } 100% { box-shadow: 0 0 0 0 rgba(111,208,140,0); } }

.chat-panel {
  position: fixed; right: clamp(1rem, 2vw, 1.6rem); bottom: clamp(1rem, 2vw, 1.6rem); z-index: 118;
  width: min(calc(100vw - 2rem), 400px); height: min(76vh, 620px);
  background: var(--cream); border-radius: var(--radius-l); box-shadow: var(--shadow-l);
  display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line);
  opacity: 0; visibility: hidden; translate: 0 16px; transform-origin: bottom right;
  transition: opacity .28s var(--ease), translate .28s var(--ease), visibility .28s;
}
.chat-panel.is-open { opacity: 1; visibility: visible; translate: 0 0; }
.chat-head { background: var(--forest); color: var(--cream); padding: 1rem 1.1rem; display: flex; align-items: center; gap: .8rem; }
.chat-head .avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--sage); color: var(--forest-700); display: grid; place-items: center; flex: none; }
.chat-head .avatar svg { width: 20px; height: 20px; }
.chat-head b { display: block; font-size: .95rem; }
.chat-head small { font-size: .74rem; color: var(--sage); display: flex; align-items: center; gap: .35rem; }
.chat-head small::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #6FD08C; }
.chat-head .close { margin-left: auto; color: var(--cream); width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; }
.chat-head .close:hover { background: rgba(251,248,242,.14); }
.chat-head .close svg { width: 18px; height: 18px; }
.chat-log { flex: 1; overflow-y: auto; padding: 1.1rem; display: flex; flex-direction: column; gap: .75rem; scroll-behavior: smooth; }
.msg { max-width: 86%; padding: .8rem 1rem; border-radius: 16px; font-size: .89rem; line-height: 1.55; }
.msg.bot { background: var(--white); border: 1px solid var(--line); border-bottom-left-radius: 5px; align-self: flex-start; }
.msg.user { background: var(--forest); color: var(--cream); border-bottom-right-radius: 5px; align-self: flex-end; }
.msg a { color: var(--clay); font-weight: 600; }
.msg.user a { color: var(--sage); }
.msg ul { list-style: none; display: grid; gap: .35rem; margin-top: .5rem; }
.msg li::before { content: "· "; color: var(--moss); }
.msg-time { font-size: .68rem; color: var(--text-muted); align-self: flex-start; margin-top: -.5rem; }
.typing { display: flex; gap: 4px; align-items: center; padding: .9rem 1rem; }
.typing i { width: 7px; height: 7px; border-radius: 50%; background: var(--sage); animation: blink 1.3s infinite; }
.typing i:nth-child(2) { animation-delay: .18s; }
.typing i:nth-child(3) { animation-delay: .36s; }
@keyframes blink { 0%, 60%, 100% { opacity: .3; transform: translateY(0); } 30% { opacity: 1; transform: translateY(-3px); } }
.chat-chips { display: flex; flex-wrap: wrap; gap: .4rem; padding: 0 1.1rem .6rem; }
.chat-chips button {
  font-size: .78rem; padding: .42rem .8rem; border-radius: var(--radius-pill);
  border: 1px solid var(--line-strong); background: var(--white); color: var(--forest);
  transition: background-color .2s var(--ease), color .2s var(--ease);
}
.chat-chips button:hover { background: var(--forest); color: var(--cream); }
.chat-form { display: flex; gap: .5rem; padding: .8rem 1.1rem 1rem; border-top: 1px solid var(--line); background: var(--cream); }
.chat-form input { flex: 1; padding: .75rem 1rem; border-radius: var(--radius-pill); border: 1.5px solid var(--line-strong); background: var(--white); font-size: .9rem; }
.chat-form input:focus { outline: none; border-color: var(--moss); }
.chat-form button { width: 44px; height: 44px; border-radius: 50%; background: var(--forest); color: var(--cream); display: grid; place-items: center; flex: none; transition: background-color .2s; }
.chat-form button:hover { background: var(--forest-700); }
.chat-form button svg { width: 18px; height: 18px; }
.chat-disclaimer { font-size: .68rem; color: var(--text-muted); text-align: center; padding: 0 1.1rem .7rem; }

/* ---------- Booking modal ---------- */
.modal {
  position: fixed; inset: 0; z-index: 140; display: grid; place-items: center; padding: 1rem;
  background: rgba(17,32,26,.55); backdrop-filter: blur(5px);
  opacity: 0; visibility: hidden; transition: opacity .25s var(--ease), visibility .25s;
}
.modal.is-open { opacity: 1; visibility: visible; }
.modal-box {
  background: var(--cream); border-radius: var(--radius-l); width: min(100%, 560px);
  max-height: 90vh; overflow-y: auto; padding: clamp(1.4rem, 1rem + 1.5vw, 2.2rem); box-shadow: var(--shadow-l);
}
.modal-box h2 { font-size: var(--step-2); }
.modal-close { float: right; width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; }
.modal-close:hover { background: var(--sand); }
.slot-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(92px, 1fr)); gap: .5rem; margin-top: .5rem; }
.slot {
  padding: .6rem .4rem; border: 1.5px solid var(--line); border-radius: var(--radius-s);
  font-size: .85rem; text-align: center; transition: all .2s var(--ease);
}
.slot:hover { border-color: var(--moss); }
.slot[aria-pressed="true"] { background: var(--forest); color: var(--cream); border-color: var(--forest); }

/* ---------- Misc ---------- */
.note-box {
  border-left: 3px solid var(--clay); background: var(--clay-soft);
  padding: 1.1rem 1.3rem; border-radius: 0 var(--radius) var(--radius) 0; font-size: .92rem;
}
.pill-row { display: flex; flex-wrap: wrap; gap: .5rem; }
.divider { border: 0; border-top: 1px solid var(--line); margin-block: clamp(2.5rem, 2rem + 2vw, 4rem); }
.cta-band {
  background: var(--forest); color: var(--cream); border-radius: var(--radius-l);
  padding: clamp(2rem, 1.5rem + 3vw, 4rem); text-align: center;
}
.cta-band h2 { color: var(--cream); max-width: 20ch; margin-inline: auto; }
.cta-band p { color: rgba(251,248,242,.8); max-width: 52ch; margin: 1.1rem auto 0; }

.price-tag { font-family: var(--font-display); font-size: var(--step-2); }
.price-tag small { font-family: var(--font-body); font-size: .78rem; color: var(--text-muted); font-weight: 500; }

table.spec { width: 100%; border-collapse: collapse; font-size: .9rem; }
table.spec th, table.spec td { text-align: left; padding: .75rem 0; border-bottom: 1px solid var(--line); vertical-align: top; }
table.spec th { width: 38%; font-weight: 600; color: var(--text-muted); font-size: .85rem; }

/* ---------- Reveal animation ---------- */
[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
[data-reveal].is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important; animation-iteration-count: 1 !important;
    transition-duration: .001ms !important; scroll-behavior: auto !important;
  }
  [data-reveal] { opacity: 1; transform: none; }
}

@media print {
  .site-header, .site-footer, .chat-launcher, .chat-panel, .cookie-bar, .btn-row { display: none !important; }
  body { background: #fff; }
}

/* =========================================================
   Hero slideshow
   ========================================================= */
.hero-slide {
  position: absolute; inset: 0; margin: 0;
  opacity: 0; visibility: hidden;
  transition: opacity 1s var(--ease), visibility 1s;
}
.hero-slide.is-active { opacity: 1; visibility: visible; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; }
/* A slow drift keeps a still photo feeling alive */
.hero-slide.is-active img { animation: heroDrift 9s ease-out both; }
@keyframes heroDrift { from { scale: 1.06; } to { scale: 1; } }

.hero-caption {
  position: absolute; right: clamp(1rem, 3vw, 3rem); bottom: clamp(5.5rem, 8vw, 7rem);
  z-index: 3; max-width: 15rem;
}
.hero-caption a {
  display: block; padding: .8rem 1.2rem; border-radius: var(--radius);
  background: rgba(251, 247, 240, .93); color: var(--ink); text-decoration: none;
  backdrop-filter: blur(6px); box-shadow: var(--shadow-m);
  transition: transform .25s var(--ease), background-color .25s var(--ease);
}
.hero-caption a:hover { transform: translateY(-3px); background: #fff; }
.hc-name { display: block; font-family: var(--font-display); font-size: .95rem; line-height: 1.25; }
.hc-price { display: block; margin-top: .3rem; font-size: .82rem; font-weight: 600; color: var(--moss); }
@media (max-width: 780px) { .hero-caption { display: none; } }

.hero-dots {
  position: absolute; left: 50%; translate: -50% 0; bottom: clamp(1.4rem, 3vw, 2.4rem);
  z-index: 4; display: flex; gap: .5rem; padding: .5rem .75rem;
  background: rgba(18, 15, 12, .35); border-radius: var(--radius-pill);
  backdrop-filter: blur(6px);
}
.hero-dots button { display: grid; place-items: center; width: 22px; height: 22px; }
.hero-dots button span {
  display: block; width: 8px; height: 8px; border-radius: 50%;
  background: rgba(251, 247, 240, .45); transition: all .3s var(--ease);
}
.hero-dots button[aria-selected="true"] span { background: var(--cream); width: 22px; border-radius: 5px; }
.hero-dots button:hover span { background: rgba(251, 247, 240, .8); }

.hero-pause {
  position: absolute; right: clamp(1rem, 3vw, 2.4rem); bottom: clamp(1.4rem, 3vw, 2.4rem);
  z-index: 4; width: 38px; height: 38px; border-radius: 50%;
  display: grid; place-items: center; color: var(--cream);
  background: rgba(18, 15, 12, .35); backdrop-filter: blur(6px);
  transition: background-color .25s var(--ease);
}
.hero-pause:hover { background: rgba(18, 15, 12, .6); }
.hero-pause svg { width: 16px; height: 16px; }
.hero-pause .play { display: none; }
.hero-pause[aria-pressed="true"] svg:first-of-type { display: none; }
.hero-pause[aria-pressed="true"] .play { display: block; }

@media (prefers-reduced-motion: reduce) {
  .hero-slide.is-active img { animation: none; }
  .hero-slide { transition: none; }
}

/* =========================================================
   Product card hover slideshow
   ========================================================= */
.pc-media.has-slides { position: relative; }
.pc-media .pc-shot { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .45s var(--ease); }
.pc-media .pc-shot.is-active { opacity: 1; }
/* The first shot also sits in normal flow so the card keeps its height */
.pc-media.has-slides .pc-shot:first-of-type { position: relative; }
.pc-media.has-slides .pc-shot:first-of-type:not(.is-active) { opacity: 0; }
.pc-count {
  position: absolute; right: .7rem; bottom: .7rem; z-index: 2;
  font-size: .68rem; font-weight: 700; letter-spacing: .06em;
  padding: .25rem .55rem; border-radius: var(--radius-pill);
  background: rgba(18, 15, 12, .55); color: var(--cream);
  opacity: 0; transition: opacity .3s var(--ease);
}
.pc-media.has-slides:hover .pc-count,
.product-card:focus-within .pc-count { opacity: 1; }

/* =========================================================
   Mundo Club
   ========================================================= */
.club-card {
  aspect-ratio: 1.586; border-radius: 18px; padding: 1.4rem 1.5rem;
  background: linear-gradient(145deg, var(--forest) 0%, #2A241E 60%, var(--moss) 190%);
  color: var(--cream); box-shadow: var(--shadow-l);
  display: flex; flex-direction: column; justify-content: space-between;
  max-width: 420px; margin-inline: auto; width: 100%;
}
.club-card-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.club-card-top img { height: 40px; width: auto; background: var(--cream); border-radius: 8px; padding: .3rem .45rem; }
.club-card-top span {
  font-family: var(--font-display); font-size: .8rem;
  letter-spacing: .18em; text-transform: uppercase;
}
.club-card-num { font-size: 1.05rem; letter-spacing: .16em; opacity: .8; }
.club-card-foot { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; }
.club-card-foot span { font-size: .62rem; letter-spacing: .2em; opacity: .65; }
.club-card-foot strong { font-size: .88rem; color: var(--sage); }

.club-worth {
  font-family: var(--font-display); font-size: var(--step-2);
  color: var(--clay); line-height: 1;
}
.bg-forest .club-worth { color: var(--sage); }

.club-balance {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius-l); padding: clamp(1.3rem, 1rem + 1vw, 2rem); margin-top: 1.4rem;
}
.cb-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.cb-head strong { display: block; font-size: 1.05rem; }
.cb-points { font-family: var(--font-display); font-size: var(--step-4); line-height: 1; margin: 1.2rem 0 .9rem; }
.cb-points small { font-family: var(--font-body); font-size: .9rem; color: var(--text-muted); font-weight: 500; }
.cb-bar { height: 10px; border-radius: 5px; background: var(--sand-deep); overflow: hidden; }
.cb-bar span { display: block; height: 100%; width: 0; border-radius: 5px; background: linear-gradient(90deg, var(--moss), var(--clay)); transition: width .8s var(--ease); }
.cb-vouchers { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.2rem; }
.voucher {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .6rem 1rem; border-radius: var(--radius); border: 1.5px dashed var(--moss);
  background: var(--sage-soft); font-weight: 700; font-size: .9rem; color: var(--forest);
}
.cb-history { margin-top: .8rem; display: grid; gap: .1rem; }
.cb-history li {
  display: flex; justify-content: space-between; gap: 1rem;
  padding: .7rem 0; border-bottom: 1px solid var(--line); font-size: .9rem;
}
.cb-history li span:last-child { font-weight: 700; color: var(--moss); white-space: nowrap; }
.cb-history li.spend span:last-child { color: var(--clay); }

.points-hint {
  display: inline-flex; align-items: center; gap: .5rem; margin-top: .8rem;
  padding: .5rem .9rem; border-radius: var(--radius-pill);
  background: var(--sage-soft); color: var(--forest); font-size: .82rem; font-weight: 600;
}
.points-hint svg { width: 15px; height: 15px; }

/* Monogram used in place of a photo on reviews */
.avatar-mono {
  width: 46px; height: 46px; border-radius: 50%; flex: none;
  display: grid; place-items: center;
  background: var(--sage-soft); color: var(--forest);
  font-family: var(--font-display); font-size: .92rem; letter-spacing: .04em;
}

/* Voucher chips with copyable codes */
.voucher { flex-wrap: wrap; }
.voucher code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .84rem; letter-spacing: .06em; background: rgba(255,255,255,.7);
  padding: .2rem .5rem; border-radius: 6px;
}
.v-copy {
  font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: var(--moss); text-decoration: underline; text-underline-offset: 3px;
}
.v-copy:hover { color: var(--forest); }
.form-note.is-ok { color: var(--moss); font-weight: 600; }
.form-note.is-error { color: #A5341F; font-weight: 600; }

/* ---------- Mundo Club tiers ---------- */
.tier-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-l);
  padding: clamp(1.4rem, 1rem + 1vw, 2rem); display: flex; flex-direction: column;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.tier-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-m); }
.tier-card.is-top { border-color: var(--moss); box-shadow: var(--shadow-m); position: relative; }
.tier-card.is-top::before {
  content: "Best value"; position: absolute; top: -11px; left: clamp(1.4rem, 1rem + 1vw, 2rem);
  background: var(--clay); color: #fff; font-size: .66rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; padding: .25rem .7rem; border-radius: var(--radius-pill);
}
.tier-head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; }
.tier-badge {
  font-family: var(--font-display); font-size: 1.15rem;
  letter-spacing: .1em; text-transform: uppercase; color: var(--forest);
}
.tier-rate { font-family: var(--font-display); font-size: var(--step-2); color: var(--moss); line-height: 1; }
.tier-rate small { font-family: var(--font-body); font-size: .72rem; color: var(--text-muted); letter-spacing: .04em; }
.tier-spend {
  margin-top: .6rem; font-size: .78rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; color: var(--clay);
}

.tier-pill {
  display: inline-flex; align-items: center; gap: .4rem;
  padding: .35rem .85rem; border-radius: var(--radius-pill);
  background: var(--forest); color: var(--cream);
  font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
}
.cb-tier { margin-top: 1.4rem; padding-top: 1.2rem; border-top: 1px solid var(--line); }

.cb-refer {
  margin-top: 1.6rem; padding: 1.2rem; border-radius: var(--radius);
  background: var(--sage-soft); border: 1px dashed var(--moss);
}
.refer-code { display: flex; flex-wrap: wrap; gap: .6rem; align-items: center; margin-top: .9rem; }
.refer-code code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 1.15rem; font-weight: 700; letter-spacing: .18em;
  background: var(--white); padding: .5rem .9rem; border-radius: var(--radius-s); color: var(--forest);
}

/* ---------- Member purchases & security ---------- */
.order-row {
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1rem 1.1rem; margin-bottom: .8rem; background: var(--white);
}
.order-top {
  display: flex; flex-wrap: wrap; gap: .4rem 1rem;
  align-items: baseline; justify-content: space-between;
}
.order-ref {
  font-size: .72rem; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--text-muted);
}
.order-total { font-weight: 700; }
.order-items { margin-top: .6rem; display: grid; gap: .3rem; font-size: .9rem; }
.order-items li { display: flex; justify-content: space-between; gap: 1rem; }
.order-items li span:last-child { color: var(--text-muted); white-space: nowrap; }
.order-foot {
  margin-top: .7rem; padding-top: .7rem; border-top: 1px solid var(--line);
  font-size: .8rem; color: var(--text-muted); display: flex; flex-wrap: wrap; gap: .3rem 1rem;
}
.order-foot .earned { color: var(--moss); font-weight: 700; }
.order-kind {
  display: inline-block; font-size: .66rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; padding: .18rem .55rem; border-radius: var(--radius-pill);
  background: var(--sage-soft); color: var(--forest);
}
.cb-security { margin-top: 2rem; border-top: 1px solid var(--line); padding-top: 1rem; }
.cb-security summary {
  cursor: pointer; font-family: var(--font-display); font-size: var(--step-1);
  list-style: none;
}
.cb-security summary::-webkit-details-marker { display: none; }
.cb-security summary::after { content: " ▾"; color: var(--text-muted); font-size: .8rem; }
.cb-security[open] summary::after { content: " ▴"; }
