/* =====================================================================
   snusandpouches.co.uk - v2 design system
   Own identity: near-black hero/footer bands, electric mint accent,
   warm off-white content surface, Bricolage Grotesque display type,
   oversized headlines, floating product objects, marquee brand strip.
   Hand-authored, no framework. Light content, dark hero/footer.
   ===================================================================== */

:root {
  /* brand */
  --mint: #14e0a0;
  --mint-2: #0ac48a;
  --mint-deep: #06996c;
  --mint-050: #e6fbf3;
  --mint-tint: #f0fdf8;
  --lime: #d6ff4f;
  --coral: #ff5a3c;

  /* ink + neutrals */
  --ink: #0a0f14;
  --ink-2: #10171f;
  --ink-3: #1a232e;
  --slate: #33414f;
  --muted: #64727f;
  --muted-2: #8996a3;
  --line: #e7e4dc;
  --line-2: #efece5;

  /* surfaces (warm paper) */
  --paper: #faf8f3;
  --paper-2: #f3f0e8;
  --card: #ffffff;
  --on-dark: #f7f9f8;
  --on-dark-mute: rgba(247,249,248,.68);
  --dark-line: rgba(255,255,255,.10);

  --save: #d81e46;
  --star: #ffb020;

  --r-sm: 10px;
  --r: 16px;
  --r-lg: 24px;
  --r-xl: 34px;
  --r-pill: 999px;

  --sh-sm: 0 1px 2px rgba(10,15,20,.05), 0 2px 6px rgba(10,15,20,.05);
  --sh: 0 10px 30px rgba(10,15,20,.09);
  --sh-lg: 0 26px 60px rgba(10,15,20,.16);
  --sh-mint: 0 12px 34px rgba(20,224,160,.32);

  --maxw: 1200px;
  --disp: "Bricolage Grotesque", "Inter", system-ui, sans-serif;
  --font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0; font-family: var(--font); color: var(--ink); background: var(--paper);
  line-height: 1.6; font-size: 16px; -webkit-font-smoothing: antialiased;
  overflow-x: clip; max-width: 100vw; position: relative;
}
img { max-width: 100%; height: auto; display: block; }
svg { width: 1.25em; height: 1.25em; flex: 0 0 auto; } /* safety default; components override */
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--disp); line-height: 1.05; margin: 0 0 .5em; letter-spacing: -.02em; font-weight: 700; }
h1 { font-size: clamp(2.4rem, 6vw, 4.4rem); }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.75rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.4rem); }
p { margin: 0 0 1em; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.narrow { max-width: 820px; }
section { scroll-margin-top: 90px; }
.eyebrow { font-family: var(--font); font-weight: 700; font-size: .78rem; letter-spacing: .16em;
  text-transform: uppercase; color: var(--mint-deep); display: inline-block; margin-bottom: 14px; }
.eyebrow.on-dark { color: var(--mint); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  font: inherit; font-weight: 650; cursor: pointer; border: 1.5px solid transparent;
  border-radius: var(--r-pill); padding: .85em 1.6em; line-height: 1; white-space: nowrap;
  transition: transform .14s ease, box-shadow .18s ease, background .18s ease, color .18s;
}
.btn:active { transform: translateY(1px) scale(.99); }
.btn svg { width: 1.1em; height: 1.1em; }
.btn-primary { background: var(--mint); color: var(--ink); box-shadow: var(--sh-mint); }
.btn-primary:hover { background: #1ff0ac; transform: translateY(-2px); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--ink-3); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { background: var(--card); border-color: var(--ink); }
.btn-ghost-dark { background: rgba(255,255,255,.06); color: #fff; border-color: rgba(255,255,255,.22); }
.btn-ghost-dark:hover { background: rgba(255,255,255,.14); }
.btn-block { width: 100%; }
.btn-lg { padding: 1.05em 1.9em; font-size: 1.05rem; }
.btn-sm { padding: .6em 1.1em; font-size: .86rem; }

/* ---------- announcement bar ---------- */
.topbar { background: var(--ink); color: var(--on-dark); font-size: .8rem; }
.topbar .wrap { display: flex; gap: 26px; align-items: center; justify-content: center;
  flex-wrap: wrap; padding: 9px 22px; text-align: center; }
.topbar b { font-weight: 700; color: #fff; }
.topbar span { display: inline-flex; align-items: center; gap: 8px; opacity: .9; }
.topbar span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--mint); }

/* ---------- header ---------- */
.site-header { position: sticky; top: 0; z-index: 60; background: rgba(250,248,243,.82);
  backdrop-filter: saturate(160%) blur(14px); border-bottom: 1px solid var(--line); }
.header-main { display: flex; align-items: center; gap: 26px; padding: 15px 22px; position: relative; }
.logo { display: inline-flex; align-items: center; gap: 9px; font-family: var(--disp);
  font-weight: 800; letter-spacing: -.03em; font-size: 1.18rem; white-space: nowrap; }
.logo .logo-box { background: var(--ink); color: var(--mint); padding: 6px 9px; border-radius: 9px; line-height: 1;
  font-size: 1.02rem; letter-spacing: -.02em; }
.logo .logo-rest { color: var(--ink); font-size: 1.02rem; letter-spacing: 0; }
.main-nav { display: flex; gap: 2px; margin-left: 4px; }
.main-nav a { padding: 9px 11px; border-radius: 10px; font-weight: 600; font-size: .88rem; color: var(--slate);
  white-space: nowrap; transition: background .15s, color .15s; display: inline-flex; align-items: center; gap: 6px; }
.main-nav a:hover { background: var(--paper-2); color: var(--ink); }
.nav-tag { font-size: .58rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em;
  padding: 3px 6px; border-radius: 6px; background: var(--mint); color: var(--ink); }
.nav-tag.deal { background: var(--coral); color: #fff; }
.header-tools { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.icon-btn { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center;
  color: var(--slate); background: transparent; border: 0; cursor: pointer; transition: background .15s, color .15s; }
.icon-btn:hover { background: var(--paper-2); color: var(--ink); }
.icon-btn svg { width: 20px; height: 20px; }
.points-pill { background: var(--ink); color: #fff; border-radius: var(--r-pill); padding: 10px 17px;
  font-weight: 650; font-size: .88rem; white-space: nowrap; display: inline-flex; align-items: center; gap: 7px; }
.points-pill svg { width: 16px; height: 16px; color: var(--mint); }
.points-pill:hover { background: var(--ink-3); }
.nav-toggle { display: none; }
.menu-btn { display: none; }

/* ---------- HERO ---------- */
.hero { position: relative; background: radial-gradient(120% 120% at 82% 0%, #16323a 0%, var(--ink-2) 42%, var(--ink) 100%);
  color: var(--on-dark); overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; right: -80px; top: -120px;
  background: radial-gradient(circle, rgba(20,224,160,.45), transparent 62%); filter: blur(20px); pointer-events: none; }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,.05) 1px, transparent 1px); background-size: 26px 26px; opacity: .5; }
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 30px;
  align-items: center; min-height: 560px; padding: 56px 0 64px; }
.hero-inner > * { min-width: 0; }
.hero-copy h1 { color: #fff; margin: 0 0 18px; }
.hero-copy h1 .hl { color: var(--mint); }
.hero-copy .lede { font-size: 1.18rem; color: var(--on-dark-mute); max-width: min(46ch, 100%); margin: 0 0 28px; overflow-wrap: break-word; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 30px; }
.hero-trust { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.hero-trust .tp { display: inline-flex; align-items: center; gap: 9px; font-size: .9rem; color: var(--on-dark); }
.hero-trust .tp b { font-weight: 750; }
.hero-trust .stars { display: inline-flex; gap: 3px; }
.hero-trust .stars i { width: 20px; height: 20px; background: #00b67a; border-radius: 4px; display: grid; place-items: center; }
.hero-trust .stars i svg { width: 13px; height: 13px; color: #fff; }
.hero-trust .divider { width: 1px; height: 26px; background: rgba(255,255,255,.16); }
.hero-trust .ships { display: inline-flex; align-items: center; gap: 7px; font-size: .88rem; color: var(--on-dark-mute); }
.hero-trust .ships svg { width: 17px; height: 17px; color: var(--mint); }

/* hero visual - floating cans */
.hero-visual { position: relative; height: 460px; }
.hero-visual .can { position: absolute; border-radius: 50%; filter: drop-shadow(0 24px 40px rgba(0,0,0,.5));
  animation: bob 6s ease-in-out infinite; }
.hero-visual .can img { border-radius: 50%; }
.hero-visual .glow { position: absolute; inset: 12% 8% 12% 8%; background: radial-gradient(circle, rgba(20,224,160,.3), transparent 60%); filter: blur(30px); }
.hero-visual .c1 { width: 220px; left: 26%; top: 12%; z-index: 3; animation-delay: 0s; }
.hero-visual .c2 { width: 158px; left: 2%; top: 40%; z-index: 2; animation-delay: .8s; }
.hero-visual .c3 { width: 150px; right: 4%; top: 30%; z-index: 2; animation-delay: 1.4s; }
.hero-visual .c4 { width: 128px; left: 20%; bottom: 2%; z-index: 4; animation-delay: 2s; }
.hero-visual .c5 { width: 120px; right: 14%; bottom: 6%; z-index: 3; animation-delay: 1.1s; }
.hero-visual .ftag { position: absolute; z-index: 5; background: rgba(255,255,255,.9); color: var(--ink);
  font-weight: 700; font-size: .74rem; padding: 6px 11px; border-radius: var(--r-pill); box-shadow: var(--sh);
  backdrop-filter: blur(4px); }
.hero-visual .ftag.t1 { top: 20%; right: 0; }
.hero-visual .ftag.t2 { bottom: 22%; left: 0; }
.hero-visual .ftag.t3 { top: 4%; left: 8%; background: var(--mint); }
@keyframes bob { 0%,100% { transform: translateY(0) } 50% { transform: translateY(-14px) } }
@media (prefers-reduced-motion: reduce) { .hero-visual .can { animation: none } }

/* ---------- marquee brand strip ---------- */
.marquee { background: var(--ink); color: var(--on-dark); padding: 16px 0; overflow: hidden; border-bottom: 1px solid var(--dark-line); }
.marquee-track { display: flex; gap: 46px; width: max-content; animation: scroll 32s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track span { font-family: var(--disp); font-weight: 700; font-size: 1.35rem; letter-spacing: -.01em;
  color: rgba(255,255,255,.42); white-space: nowrap; display: inline-flex; align-items: center; gap: 46px; }
.marquee-track span::after { content: "\2022"; color: var(--mint); }
@keyframes scroll { to { transform: translateX(-50%) } }

/* ---------- shop by strength ---------- */
.strength-band { padding: 60px 0; }
.strength-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.strength-card { position: relative; border-radius: var(--r-lg); padding: 24px 22px 22px; color: #fff; overflow: hidden;
  min-height: 190px; display: flex; flex-direction: column; justify-content: space-between;
  transition: transform .16s, box-shadow .18s; }
.strength-card:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); }
.strength-card .lvl { font-family: var(--disp); font-weight: 800; font-size: 2.6rem; line-height: 1; letter-spacing: -.03em; }
.strength-card .mg { font-size: .82rem; opacity: .9; font-weight: 600; margin-top: 6px; }
.strength-card h3 { color: #fff; margin: 0 0 4px; font-size: 1.25rem; }
.strength-card p { margin: 0; font-size: .82rem; opacity: .85; }
.strength-card .go { position: absolute; top: 20px; right: 20px; width: 34px; height: 34px; border-radius: 50%;
  background: rgba(255,255,255,.18); display: grid; place-items: center; transition: background .15s; }
.strength-card:hover .go { background: rgba(255,255,255,.32); }
.strength-card .go svg { width: 17px; height: 17px; color: #fff; }
.strength-card.s-low { background: linear-gradient(155deg, #2bd07a, #109c58); }
.strength-card.s-med { background: linear-gradient(155deg, #ffb636, #ef8a12); }
.strength-card.s-strong { background: linear-gradient(155deg, #ff6a55, #e13c28); }
.strength-card.s-xstrong { background: linear-gradient(155deg, #7d5bff, #4b2fd6); }

/* ---------- section framing ---------- */
.section { padding: 66px 0; }
.section.tight { padding: 42px 0; }
.section-alt { background: var(--paper-2); }
.section-dark { background: var(--ink); color: var(--on-dark); }
.section-dark h2, .section-dark h3 { color: #fff; }
.section-head { margin-bottom: 34px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.section-head.center { flex-direction: column; align-items: center; text-align: center; }
.section-head h2 { margin: 0; }
.section-head p { color: var(--muted); margin: 8px 0 0; max-width: 52ch; }
.section-dark .section-head p { color: var(--on-dark-mute); }
.section-link { font-weight: 650; color: var(--ink); display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.section-link:hover { color: var(--mint-deep); }
.section-link svg { width: 18px; height: 18px; }

/* ---------- product cards ---------- */
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
.product-grid.cols-6 { grid-template-columns: repeat(6, 1fr); gap: 12px; }
.product-grid.cols-6 .pc-title { font-size: .86rem; min-height: 2.3em; }
.product-grid.cols-6 .pc-price .now { font-size: 1.05rem; }
@media (max-width: 1200px) { .product-grid.cols-6 { grid-template-columns: repeat(5, 1fr); } }
@media (max-width: 1080px) { .product-grid.cols-6 { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 680px) { .product-grid.cols-6 { grid-template-columns: repeat(2, 1fr); } }

/* filter bar + brand quick links */
.filter-bar { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; margin-bottom: 18px;
  padding: 14px 16px; background: var(--card); border: 1px solid var(--line); border-radius: var(--r); }
.filter-bar .fb-count { font-size: .86rem; color: var(--muted); font-weight: 550; margin-right: auto; }
.filter-bar select { font: inherit; font-size: .88rem; padding: 9px 13px; border: 1px solid var(--line);
  border-radius: 10px; background: var(--paper); color: var(--ink); }
.brand-quick { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }
.brand-quick a { font-size: .82rem; font-weight: 600; color: var(--ink); background: var(--card);
  border: 1px solid var(--line); border-radius: var(--r-pill); padding: 7px 14px; transition: all .14s; }
.brand-quick a:hover { border-color: var(--mint-2); color: var(--mint-deep); background: var(--mint-050); }
.pc-noimg { width: 100%; height: 100%; display: grid; place-items: center; font-family: var(--disp);
  font-weight: 800; color: var(--muted-2); font-size: 1.1rem; }
.product-card { position: relative; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg);
  overflow: hidden; display: flex; flex-direction: column; transition: transform .16s, box-shadow .18s, border-color .18s; }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--sh); border-color: #ddd8cd; }
.pc-media { position: relative; aspect-ratio: 1/1; background: var(--paper-2); padding: 14px; }
.pc-media img { width: 100%; height: 100%; object-fit: contain; transition: transform .3s ease; }
.product-card:hover .pc-media img { transform: scale(1.05) rotate(-2deg); }
.pc-badges { position: absolute; top: 10px; left: 10px; display: flex; flex-direction: column; gap: 5px; z-index: 2; }
.badge { font-size: .62rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; padding: 4px 8px;
  border-radius: 7px; color: var(--ink); align-self: flex-start; }
.badge.new { background: var(--mint); }
.badge.deal { background: var(--lime); }
.badge.oos { background: #cfd6dc; color: var(--slate); }
.badge.mix { background: #cbb6ff; }
.pc-body { padding: 15px 16px 16px; display: flex; flex-direction: column; flex: 1; }
.pc-brand { font-size: .68rem; font-weight: 800; color: var(--mint-deep); text-transform: uppercase; letter-spacing: .08em; }
.pc-title { font-size: .96rem; font-weight: 700; margin: 5px 0 9px; color: var(--ink); line-height: 1.28;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 2.5em; }
.pc-strength { display: flex; gap: 5px; flex-wrap: wrap; margin-bottom: 12px; }
.dot-chip { font-size: .66rem; font-weight: 700; color: var(--slate); background: var(--paper-2); border-radius: 20px; padding: 4px 9px; }
.pc-price { display: flex; align-items: baseline; gap: 9px; margin: auto 0 12px; }
.pc-price .now { font-family: var(--disp); font-weight: 800; font-size: 1.2rem; }
.pc-price .save { color: var(--save); font-size: .74rem; font-weight: 700; }
.pc-cta .btn { font-size: .86rem; padding: .7em 1.1em; }
.pc-sold { text-align: center; font-weight: 650; color: var(--muted); font-size: .84rem;
  border: 1.5px solid var(--line); border-radius: var(--r-pill); padding: .7em 1.1em; }

.brand-tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.brand-tile { position: relative; aspect-ratio: 1.6/1; border-radius: var(--r-lg); border: 1px solid var(--line);
  background: var(--card); display: grid; place-items: center; box-shadow: var(--sh-sm);
  transition: transform .15s, box-shadow .18s, border-color .18s; }
.brand-tile:hover { transform: translateY(-5px); box-shadow: var(--sh); border-color: var(--mint-2); }
.brand-tile .bt-logo { font-family: var(--disp); font-weight: 800; font-size: 1.5rem; color: var(--ink); letter-spacing: -.02em; }
.brand-tile .brand-soon { position: absolute; top: 10px; right: 10px; font-size: .62rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .04em; color: var(--muted); background: var(--paper-2); padding: 3px 7px; border-radius: 6px; }
@media (max-width: 900px) { .brand-tiles { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .brand-tiles { grid-template-columns: repeat(2, 1fr); } }

.view-all-bar { margin-top: 30px; text-align: center; }
.view-all-bar a:not(.btn) { display: inline-flex; align-items: center; gap: 8px; font-weight: 650; color: var(--ink);
  border: 1px solid var(--line); background: var(--card); border-radius: var(--r-pill); padding: 12px 24px; }
.view-all-bar a:not(.btn):hover { background: var(--mint-050); border-color: var(--mint-2); color: var(--mint-deep); }
.view-all-bar svg { width: 18px; height: 18px; flex: 0 0 auto; }

/* ---------- feature band (why us) ---------- */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 8px; }
.why-card { background: var(--ink-2); border: 1px solid var(--dark-line); border-radius: var(--r-lg); padding: 28px; }
.why-card .ic { width: 52px; height: 52px; border-radius: 15px; background: rgba(20,224,160,.14); color: var(--mint);
  display: grid; place-items: center; margin-bottom: 18px; }
.why-card .ic svg { width: 26px; height: 26px; }
.why-card h3 { color: #fff; margin: 0 0 8px; font-size: 1.2rem; }
.why-card p { color: var(--on-dark-mute); margin: 0; font-size: .93rem; }
.stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 44px; padding-top: 36px; border-top: 1px solid var(--dark-line); }
.stat { text-align: center; }
.stat .n { font-family: var(--disp); font-weight: 800; font-size: clamp(2rem, 4vw, 3rem); color: var(--mint); line-height: 1; }
.stat .l { color: var(--on-dark-mute); font-size: .86rem; margin-top: 8px; }

/* ---------- rewards split banner ---------- */
.rewards { display: grid; grid-template-columns: 1.1fr .9fr; gap: 0; border-radius: var(--r-xl); overflow: hidden;
  background: var(--ink); color: var(--on-dark); }
.rewards .rw-text { padding: 48px; }
.rewards .rw-text h2 { color: #fff; }
.rewards .rw-text p { color: var(--on-dark-mute); max-width: 42ch; }
.rewards .rw-visual { background: linear-gradient(150deg, var(--mint), var(--mint-deep)); position: relative;
  display: grid; place-items: center; color: var(--ink); }
.rewards .rw-visual .big { font-family: var(--disp); font-weight: 800; font-size: clamp(3rem, 7vw, 5.5rem); line-height: .95; text-align: center; }
.rewards .rw-visual .big small { display: block; font-size: 1rem; font-weight: 650; letter-spacing: .04em; text-transform: uppercase; margin-top: 10px; }

/* ---------- reviews ---------- */
.reviews-head { display: flex; flex-direction: column; align-items: center; gap: 12px; margin-bottom: 34px; text-align: center; }
.tp-badge { display: inline-flex; align-items: center; gap: 10px; background: var(--card); border: 1px solid var(--line);
  border-radius: 12px; padding: 11px 17px; box-shadow: var(--sh-sm); font-weight: 650; }
.tp-badge .tp-word { font-family: var(--disp); font-weight: 800; }
.tp-stars { display: inline-flex; gap: 3px; }
.tp-stars i { width: 21px; height: 21px; background: #00b67a; display: inline-grid; place-items: center; border-radius: 4px; }
.tp-stars i svg { width: 13px; height: 13px; color: #fff; }
.tp-sub { color: var(--muted); font-size: .92rem; }
.review-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.review-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 24px;
  box-shadow: var(--sh-sm); display: flex; flex-direction: column; }
.review-card .rc-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.review-card .rc-date { color: var(--muted); font-size: .8rem; }
.review-card .rc-rate { display: inline-flex; align-items: center; gap: 4px; font-weight: 700; font-size: .84rem; }
.review-card .rc-rate .s { color: var(--star); letter-spacing: 1px; }
.review-card .rc-text { font-size: .93rem; color: var(--slate); margin: 0 0 18px; }
.review-card .rc-name { font-weight: 700; font-size: .9rem; }
.review-card .rc-verified { display: inline-flex; align-items: center; gap: 5px; color: var(--mint-deep); font-size: .78rem; font-weight: 650; margin-top: 3px; }
.review-card .rc-verified svg { width: 14px; height: 14px; }

/* ---------- guides ---------- */
.guide-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.guide-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden;
  box-shadow: var(--sh-sm); transition: transform .16s, box-shadow .18s; display: flex; flex-direction: column; }
.guide-card:hover { transform: translateY(-6px); box-shadow: var(--sh); }
.guide-card .gc-media { aspect-ratio: 1.5/1; overflow: hidden; }
.guide-card .gc-body { padding: 18px 18px 20px; display: flex; flex-direction: column; flex: 1; }
.guide-card .gc-tag { font-size: .7rem; font-weight: 800; color: var(--mint-deep); text-transform: uppercase; letter-spacing: .06em; }
.guide-card .gc-body h3 { font-size: 1.08rem; margin: 8px 0 8px; }
.guide-card .gc-body p { font-size: .86rem; color: var(--muted); margin: 0 0 14px; }
.guide-card .gc-date { margin-top: auto; font-size: .78rem; color: var(--muted); }

/* ---------- SEO content ---------- */
.seo-content h1, .seo-content h2 { letter-spacing: -.02em; }
.seo-content h2 { margin-top: 1.5em; }
.seo-content h3 { margin-top: 1.2em; font-size: 1.12rem; }
.seo-content p, .seo-content li { color: var(--slate); }
.seo-content a { color: var(--mint-deep); font-weight: 600; }
.seo-content a:hover { text-decoration: underline; }
.el-quick-facts { overflow-x: auto; margin: 1.3em 0; border: 1px solid var(--line); border-radius: var(--r); background: var(--card); }
.el-quick-facts table { width: 100%; border-collapse: collapse; font-size: .92rem; }
.el-quick-facts th, .el-quick-facts td { text-align: left; padding: 12px 15px; border-bottom: 1px solid var(--line-2); }
.el-quick-facts thead th { background: var(--paper-2); font-weight: 700; color: var(--ink); }
.el-quick-facts tr:last-child td { border-bottom: 0; }

/* ---------- guide hero + article images ---------- */
.guide-hero { display: grid; grid-template-columns: 1.4fr .6fr; gap: 24px; align-items: center;
  background: var(--ink); background-image: var(--gh); border-radius: var(--r-xl); padding: 36px 38px; margin: 8px 0 26px; color: #fff; overflow: hidden; }
.guide-hero .gh-text .eyebrow { color: rgba(255,255,255,.85); }
.guide-hero h1 { color: #fff; margin: 6px 0 12px; }
.guide-hero .guide-standfirst { color: rgba(255,255,255,.92); font-size: 1.12rem; margin: 0 0 14px; }
.guide-hero .gh-by { font-size: .86rem; color: rgba(255,255,255,.85); }
.guide-hero .gh-by a { color: #fff; font-weight: 650; text-decoration: underline; }
.guide-hero .gh-media { display: grid; place-items: center; }
.guide-hero .gh-media img { width: 100%; max-width: 190px; filter: drop-shadow(0 18px 30px rgba(0,0,0,.4)); }
.li-item { display: grid; grid-template-columns: 120px 1fr; gap: 20px; align-items: center; margin: 8px 0 22px; }
.li-img { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 10px; display: block; }
.li-img img { width: 100%; aspect-ratio: 1; object-fit: contain; }
.li-text h3 { margin: 0 0 6px; }
.li-text p { margin: 0; }
.author-box { display: flex; gap: 20px; align-items: flex-start; background: var(--card); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: 26px; margin-top: 30px; box-shadow: var(--sh-sm); }
.author-box img { width: 96px; height: 96px; border-radius: 50%; flex: 0 0 auto; border: 3px solid var(--mint); }
.author-box .ab-label { font-size: .74rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); font-weight: 700; }
.author-box .ab-name { font-family: var(--disp); font-weight: 800; font-size: 1.3rem; display: block; margin: 3px 0; }
.author-box .ab-name:hover { color: var(--mint-deep); }
.author-box .ab-role { color: var(--mint-deep); font-weight: 600; font-size: .88rem; margin: 0 0 10px; }
.author-box .ab-bio { color: var(--slate); font-size: .92rem; margin: 0 0 12px; }
.author-box .ab-more { font-weight: 650; color: var(--ink); display: inline-flex; align-items: center; gap: 6px; }
.author-box .ab-more:hover { color: var(--mint-deep); }
@media (max-width: 680px) { .guide-hero { grid-template-columns: 1fr; } .guide-hero .gh-media { display: none; }
  .li-item { grid-template-columns: 84px 1fr; gap: 14px; } .author-box { flex-direction: column; } }

/* ---------- author byline + author page + TOC ---------- */
.guide-head { padding: 22px 0 8px; }
.guide-standfirst { color: var(--muted); font-size: 1.15rem; margin: 0 0 18px; }
.byline { display: flex; align-items: center; gap: 12px; padding: 14px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.byline img { width: 52px; height: 52px; border-radius: 50%; }
.byline .by-name { display: block; font-weight: 700; font-size: .95rem; }
.byline .by-name a:hover { color: var(--mint-deep); }
.byline .by-meta { display: block; color: var(--muted); font-size: .84rem; }
.toc { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 18px 22px; margin: 24px 0; }
.toc-title { font-family: var(--disp); font-weight: 700; margin: 0 0 10px; font-size: 1rem; }
.toc ol { margin: 0; padding-left: 20px; columns: 2; column-gap: 30px; }
.toc li { margin: 5px 0; }
.toc a { color: var(--mint-deep); font-size: .92rem; }
.toc a:hover { text-decoration: underline; }
.guide-article .seo-content ol, .guide-article .seo-content ul { padding-left: 22px; }
.guide-article .seo-content li { margin: 7px 0; }
.link-list { padding-left: 20px; }
.link-list li { margin: 6px 0; }
.link-list a { color: var(--mint-deep); font-weight: 550; }
.author-hero { display: flex; gap: 26px; align-items: center; background: var(--ink); color: var(--on-dark);
  border-radius: var(--r-xl); padding: 34px 38px; margin: 10px 0 34px; }
.author-avatar { width: 132px; height: 132px; border-radius: 50%; flex: 0 0 auto; border: 3px solid var(--mint); }
.author-hero h1 { color: #fff; margin: 6px 0; }
.author-role { color: var(--mint); font-weight: 650; margin: 0 0 12px; }
.author-hero p { color: var(--on-dark-mute); }
.chip-row { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 14px; }
.chip-term { font-size: .78rem; font-weight: 600; background: rgba(255,255,255,.08); color: var(--on-dark);
  border: 1px solid var(--dark-line); border-radius: 999px; padding: 5px 12px; }
@media (max-width: 680px) { .author-hero { flex-direction: column; text-align: center; } .toc ol { columns: 1; } }

/* ---------- contact form ---------- */
.contact-hero .ch-logo svg { width: 84px; height: 84px; color: var(--mint); }
.contact-wrap { display: grid; grid-template-columns: 1.25fr .75fr; gap: 28px; align-items: start; margin: 0 0 50px; }
.contact-form { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 34px; box-shadow: var(--sh); }
.cf-title { font-size: 1.5rem; margin: 0 0 22px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 650; font-size: .86rem; margin-bottom: 8px; }
.field label .req { color: var(--coral); }
.field label .opt { color: var(--muted-2); font-weight: 500; font-size: .8rem; }
.field input, .field select, .field textarea { width: 100%; font: inherit; padding: 12px 14px;
  border: 1px solid var(--line); border-radius: var(--r-sm); background: var(--paper); color: var(--ink); transition: border-color .15s, box-shadow .15s; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--mint-2);
  box-shadow: 0 0 0 3px var(--mint-050); background: #fff; }
.field textarea { min-height: 150px; resize: vertical; }
.form-note { font-size: .8rem; color: var(--muted); margin-top: 4px; }
.contact-aside { background: var(--ink); color: var(--on-dark); border-radius: var(--r-lg); padding: 30px; }
.contact-aside h3 { color: #fff; margin-top: 0; }
.contact-aside p { color: var(--on-dark-mute); font-size: .92rem; }
.contact-aside .ci { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 18px; }
.contact-aside .ci svg { width: 22px; height: 22px; color: var(--mint); flex: 0 0 auto; margin-top: 2px; }
.contact-aside .ci b { color: #fff; display: block; font-size: .92rem; }
.contact-aside .ci span { color: var(--on-dark-mute); font-size: .88rem; }
.thanks-box { text-align: center; max-width: 560px; margin: 60px auto; background: var(--card);
  border: 1px solid var(--line); border-radius: var(--r-lg); padding: 48px 40px; box-shadow: var(--sh-sm); }
.thanks-box .tick { width: 64px; height: 64px; border-radius: 50%; background: var(--mint-050); color: var(--mint-deep);
  display: grid; place-items: center; margin: 0 auto 20px; }
.thanks-box .tick svg { width: 34px; height: 34px; }
@media (max-width: 780px) { .contact-wrap { grid-template-columns: 1fr; } .form-row { grid-template-columns: 1fr; } }

/* ---------- breadcrumbs ---------- */
.crumbs { font-size: .82rem; color: var(--muted); padding: 20px 0 4px; display: flex; gap: 8px; flex-wrap: wrap; }
.crumbs a:hover { color: var(--mint-deep); }
.crumbs .sep { opacity: .5; }

/* ---------- collection hero ---------- */
.coll-hero { position: relative; background: radial-gradient(120% 140% at 88% 0%, #16323a, var(--ink-2) 55%, var(--ink));
  color: var(--on-dark); border-radius: var(--r-xl); padding: 44px 46px; display: flex; gap: 24px;
  align-items: center; justify-content: space-between; margin: 10px 0 30px; overflow: hidden; }
.coll-hero::after { content: ""; position: absolute; width: 360px; height: 360px; right: -60px; top: -100px;
  background: radial-gradient(circle, rgba(20,224,160,.4), transparent 62%); filter: blur(16px); }
.coll-hero .ch-text { position: relative; z-index: 2; }
.coll-hero .ch-text h1 { color: #fff; margin: 0 0 12px; font-size: clamp(2rem, 4.4vw, 3.2rem); }
.coll-hero .ch-text p { margin: 0; color: var(--on-dark-mute); max-width: 58ch; }
.coll-hero .ch-logo { position: relative; z-index: 2; font-family: var(--disp); font-weight: 800;
  font-size: clamp(2.6rem, 6vw, 4.4rem); color: var(--mint); letter-spacing: -.04em; white-space: nowrap; }
.toolbar { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 22px;
  padding: 14px 18px; background: var(--card); border: 1px solid var(--line); border-radius: var(--r); }
.toolbar .tb-count { font-size: .86rem; color: var(--muted); margin-right: auto; font-weight: 550; }
.toolbar select { font: inherit; font-size: .88rem; padding: 9px 13px; border: 1px solid var(--line);
  border-radius: 10px; background: var(--paper); color: var(--ink); }

/* ---------- FAQ ---------- */
.faq { max-width: 840px; margin: 0 auto; }
.faq details { border: 1px solid var(--line); border-radius: var(--r); margin-bottom: 12px; background: var(--card); overflow: hidden; }
.faq summary { cursor: pointer; padding: 18px 22px; font-weight: 700; font-family: var(--disp); list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.5rem; color: var(--mint-deep); font-weight: 400; transition: transform .2s; }
.faq details[open] summary::after { content: "\2212"; }
.faq details[open] summary { border-bottom: 1px solid var(--line-2); }
.faq .faq-a { padding: 16px 22px 20px; color: var(--slate); font-size: .94rem; }
.faq .faq-a p:last-child { margin-bottom: 0; }

/* ---------- product page (PDP) ---------- */
.pdp-top { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; margin: 12px 0 30px; }
.pdp-media { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-xl); padding: 34px;
  position: sticky; top: 100px; align-self: start; height: fit-content; }
.pdp-media img { width: 100%; max-width: 460px; margin: 0 auto; }
.pdp-info h1 { margin: 6px 0 8px; font-size: clamp(2rem, 4vw, 3rem); }
.pdp-brand { font-size: .8rem; font-weight: 800; color: var(--mint-deep); text-transform: uppercase; letter-spacing: .08em; }
.pdp-rating { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: .88rem; margin-bottom: 18px; }
.pdp-rating .stars { color: var(--star); letter-spacing: 1px; }
.pdp-price-row { display: flex; align-items: baseline; gap: 12px; margin-bottom: 6px; }
.pdp-price { font-family: var(--disp); font-size: 2rem; font-weight: 800; }
.pdp-save { color: var(--save); font-weight: 700; font-size: .9rem; }
.pdp-perpouch { color: var(--muted); font-size: .84rem; margin-bottom: 22px; }
.spec-drop { border: 1px solid var(--line); border-radius: var(--r); background: var(--card); overflow: hidden; margin: 0 0 4px; }
.spec-drop summary { cursor: pointer; padding: 15px 18px; font-weight: 700; font-family: var(--disp); list-style: none;
  display: flex; justify-content: space-between; align-items: center; }
.spec-drop summary::-webkit-details-marker { display: none; }
.spec-drop summary::after { content: "+"; font-size: 1.4rem; color: var(--mint-deep); font-weight: 400; transition: transform .2s; }
.spec-drop[open] summary::after { content: "\2212"; }
.spec-drop[open] summary { border-bottom: 1px solid var(--line-2); }
.pdp-facts { list-style: none; padding: 0; margin: 0; display: grid; gap: 0; }
.pdp-facts li { display: flex; gap: 10px; font-size: .92rem; color: var(--slate); align-items: baseline;
  padding: 11px 18px; border-bottom: 1px solid var(--line-2); }
.pdp-facts li:last-child { border-bottom: 0; }
.pdp-facts li strong { min-width: 120px; color: var(--ink); font-weight: 650; }
.pdp-strengths { margin-bottom: 20px; }
.pdp-strengths .lbl { font-size: .82rem; font-weight: 700; color: var(--muted); margin-bottom: 8px; }
.pdp-strengths .opts { display: flex; gap: 8px; flex-wrap: wrap; }
.pdp-strengths .opt { border: 1.5px solid var(--line); border-radius: 11px; padding: 9px 15px; font-weight: 650;
  font-size: .9rem; background: var(--card); }
.pdp-strengths .opt.sel { border-color: var(--mint-2); background: var(--mint-050); color: var(--mint-deep); }
.buy-box { border: 1px solid var(--line); border-radius: var(--r-lg); padding: 20px; background: var(--card); box-shadow: var(--sh-sm); }
.buy-box .stock { display: inline-flex; align-items: center; gap: 7px; font-weight: 700; font-size: .86rem; color: var(--mint-deep); margin-bottom: 14px; }
.buy-actions { display: flex; gap: 10px; }
.buy-actions .btn { flex: 1; min-width: 0; }
@media (max-width: 560px) { .buy-actions { flex-direction: column; } }
.buy-box .stock.out { color: var(--save); }
.buy-box .stock::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: currentColor; }
.buy-note { font-size: .8rem; color: var(--muted); margin: 12px 0 0; text-align: center; }
.buy-note a { color: var(--mint-deep); }
.pdp-section { padding: 34px 0; border-top: 1px solid var(--line); }
.pdp-section h2 { margin-bottom: .55em; }
.verdict { display: grid; grid-template-columns: auto 1fr; gap: 24px; align-items: center;
  background: var(--ink); color: var(--on-dark); border-radius: var(--r-lg); padding: 28px 30px; }
.verdict .score { text-align: center; }
.verdict .score .num { font-family: var(--disp); font-size: 3rem; font-weight: 800; color: var(--mint); line-height: 1; }
.verdict .score .out { font-size: .8rem; color: var(--on-dark-mute); }
.verdict .score .stars { color: var(--star); font-size: 1.1rem; margin-top: 6px; }
.verdict .vt h3 { color: #fff; margin: 0 0 8px; }
.verdict .vt p { margin: 0; color: var(--on-dark-mute); font-size: .96rem; }
.tasting { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.tasting .t { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 18px; }
.tasting .t .k { font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); font-weight: 800; }
.tasting .t .v { font-family: var(--disp); font-weight: 700; margin-top: 6px; font-size: 1.05rem; }
.tasting .t .d { font-size: .84rem; color: var(--muted); margin-top: 6px; }
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.step { text-align: center; background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 20px 14px; }
.step .n { width: 38px; height: 38px; border-radius: 50%; background: var(--mint-050); color: var(--mint-deep);
  font-family: var(--disp); font-weight: 800; display: grid; place-items: center; margin: 0 auto 12px; }
.step h4 { margin: 0 0 4px; font-size: .95rem; font-family: var(--disp); }
.step p { margin: 0; font-size: .8rem; color: var(--muted); }

/* ---------- footer ---------- */
.site-footer { background: var(--ink); color: var(--on-dark); padding: 60px 0 0; margin-top: 24px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(4, 1fr); gap: 34px; padding-bottom: 40px; border-bottom: 1px solid var(--dark-line); }
.site-footer .logo .logo-rest { color: #fff; }
.footer-brand p { color: var(--on-dark-mute); font-size: .9rem; max-width: 34ch; margin-top: 14px; }
.footer-brand .wa { display: inline-flex; align-items: center; gap: 8px; background: #25d366; color: #fff;
  border-radius: 11px; padding: 11px 16px; font-weight: 650; font-size: .88rem; margin-top: 8px; }
.footer-col h4 { font-family: var(--font); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; color: #fff; margin: 0 0 16px; }
.footer-col a { display: block; color: var(--on-dark-mute); font-size: .89rem; padding: 5px 0; }
.footer-col a:hover { color: var(--mint); }
.newsletter { grid-column: 1 / -1; padding: 28px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.newsletter strong { color: #fff; font-family: var(--disp); font-size: 1.2rem; }
.newsletter form { display: flex; gap: 8px; flex-wrap: wrap; }
.newsletter input { font: inherit; padding: 12px 16px; border: 1px solid var(--dark-line); border-radius: 11px;
  flex: 1 1 220px; min-width: 0; background: var(--ink-2); color: #fff; }
.newsletter input::placeholder { color: var(--muted-2); }
.footer-legal { padding: 22px 0 30px; text-align: center; color: var(--on-dark-mute); font-size: .8rem; }
.footer-legal .pays { display: flex; gap: 8px; justify-content: center; margin-bottom: 14px; flex-wrap: wrap; }
.footer-legal .pays span { background: var(--ink-2); border: 1px solid var(--dark-line); border-radius: 7px; padding: 5px 11px; font-size: .68rem; font-weight: 700; color: var(--on-dark-mute); }
.age-note { background: var(--ink-2); border-top: 1px solid var(--dark-line); text-align: center; padding: 14px 22px; font-size: .8rem; color: var(--on-dark-mute); }
.age-note b { color: #fff; }

/* ---------- responsive ---------- */
@media (max-width: 1080px) {
  .product-grid, .product-grid.cols-4, .guide-grid, .review-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; }
  .strength-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .main-nav, .points-pill { display: none; }
  .menu-btn { display: grid; }
  .nav-toggle:checked ~ .header-main .main-nav { display: flex; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--paper); flex-direction: column; padding: 12px; border-bottom: 1px solid var(--line); box-shadow: var(--sh); }
  .hero-inner { grid-template-columns: 1fr; min-height: 0; padding: 40px 0 46px; }
  .hero-visual { height: 340px; order: 2; }
  .why-grid { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr 1fr; gap: 28px; }
  .rewards { grid-template-columns: 1fr; }
  .rewards .rw-visual { min-height: 200px; }
  .pdp-top { grid-template-columns: 1fr; gap: 26px; }
  .pdp-media { position: static; }
}
@media (max-width: 680px) {
  .product-grid, .product-grid.cols-4, .guide-grid, .review-grid { grid-template-columns: repeat(2, 1fr); }
  .tasting, .steps { grid-template-columns: 1fr 1fr; }
  .verdict { grid-template-columns: 1fr; text-align: center; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .coll-hero { flex-direction: column; align-items: flex-start; text-align: left; }
  .rewards .rw-text { padding: 32px; }
}
@media (max-width: 480px) {
  .review-grid, .guide-grid, .steps, .strength-grid { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr 1fr; }
  .hero-cta .btn { width: 100%; }
}
