/* ============================================================
   DESIGN 7 — Organic Botanical / The Garden
   Warm cream + sage + terracotta, DM Serif Display + Caveat
   ============================================================ */

:root {
  --bg:        #f6f1e6;
  --bg-2:      #eee6d3;
  --bg-3:      #e5dbc4;
  --paper:     #fdfaf2;
  --ink:       #2a3626;
  --ink-2:     #4a5c45;
  --ink-3:     #7a8775;
  --ink-4:     #a8aba2;
  --sage:      #8fae7b;
  --sage-d:    #5d7a4f;
  --sage-l:    #c0d5b0;
  --terra:     #c97b5a;
  --terra-d:   #a35a3c;
  --terra-l:   #e9b798;
  --cream:     #fdfaf2;
  --line:      rgba(42,54,38,0.12);
  --line-2:    rgba(42,54,38,0.22);
  --line-soft: rgba(42,54,38,0.06);
  --serif:     'DM Serif Display', Georgia, serif;
  --script:    'Caveat', cursive;
  --sans:      'Inter', system-ui, -apple-system, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  background: var(--bg);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  min-height: 100vh;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul, ol { list-style: none; }
button { font: inherit; cursor: pointer; background: none; border: none; color: inherit; }

/* Warm paper grain */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(ellipse 800px 500px at 15% 10%, rgba(143,174,123,0.18), transparent 55%),
    radial-gradient(ellipse 700px 500px at 85% 20%, rgba(201,123,90,0.12), transparent 60%),
    radial-gradient(ellipse 600px 400px at 50% 95%, rgba(143,174,123,0.1), transparent 60%);
  z-index: 0;
}
.wrap { position: relative; z-index: 1; }

.serif { font-family: var(--serif); }
.script { font-family: var(--script); font-weight: 600; }

/* === TOP BAR === */
.topbar {
  padding: 12px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: var(--ink-2);
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.topbar-left { display: flex; gap: 24px; font-weight: 500; }
.topbar-left span em { color: var(--terra-d); font-style: normal; font-weight: 600; }
.topbar-right { font-family: var(--script); font-size: 18px; color: var(--sage-d); }

/* === NAV === */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(246, 241, 230, 0.9);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  padding: 22px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1;
}
.nav-logo img { height: 55px; width: auto; max-width: 260px; object-fit: contain; }
.nav-links {
  display: flex;
  gap: 36px;
  align-items: center;
}
.nav-links a {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-2);
  padding: 6px 0;
  transition: color 0.25s;
}
.nav-links a:hover { color: var(--terra-d); }
.nav-links a.active { color: var(--terra-d); }
.nav-links a.active::after {
  content: '';
  position: absolute;
  left: -4px; right: -4px; bottom: -2px;
  height: 8px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 8' fill='none'><path d='M1 5 Q 20 1, 40 5 T 79 5' stroke='%23c97b5a' stroke-width='2' stroke-linecap='round' fill='none'/></svg>") center/100% 100% no-repeat;
}
.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  padding: 12px 24px;
  background: var(--sage-d);
  color: var(--cream);
  border-radius: 100px;
  transition: all 0.25s;
}
.nav-cta:hover { background: var(--ink); transform: translateY(-1px); color: var(--cream); }
.nav-hamburger { display: none; padding: 10px 14px; border: 1px solid var(--line-2); border-radius: 100px; color: var(--ink); font-size: 16px; }

/* === HERO === */
.hero {
  padding: 80px 40px 60px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
}
/* Hand-drawn leaves decoration */
.leaf-1, .leaf-2, .leaf-3 { position: absolute; pointer-events: none; opacity: 0.6; }
.leaf-1 { top: 40px; right: 12%; width: 120px; transform: rotate(-20deg); }
.leaf-2 { bottom: 100px; left: 2%; width: 90px; transform: rotate(15deg); opacity: 0.4; }
.leaf-3 { top: 50%; right: 2%; width: 70px; transform: rotate(45deg); opacity: 0.35; }
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--script);
  font-size: 28px;
  color: var(--terra-d);
  margin-bottom: 18px;
  transform: rotate(-1.5deg);
}
.hero-eyebrow::before {
  content: '❋';
  color: var(--sage);
  font-size: 22px;
}
.hero-h1 {
  font-family: var(--serif);
  font-size: clamp(48px, 7vw, 116px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 32px;
}
.hero-h1 .underline {
  position: relative;
  display: inline-block;
}
.hero-h1 .underline::after {
  content: '';
  position: absolute;
  left: -8px; right: -8px; bottom: 4px;
  height: 16px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 12' fill='none'><path d='M2 8 Q 30 2, 60 8 T 118 8' stroke='%23c97b5a' stroke-width='4' stroke-linecap='round' fill='none'/></svg>") center/100% 100% no-repeat;
  z-index: -1;
}
.hero-h1 em {
  font-style: italic;
  color: var(--terra-d);
}
.hero-sub {
  font-size: 19px;
  color: var(--ink-2);
  line-height: 1.6;
  max-width: 520px;
  margin-bottom: 38px;
  font-weight: 400;
}
.hero-ctas { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }

/* Buttons */
.btn-sage {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  padding: 16px 30px;
  background: var(--sage-d);
  color: var(--cream);
  border: 2px solid var(--sage-d);
  border-radius: 100px;
  transition: all 0.3s;
  box-shadow: 0 4px 20px rgba(93,122,79,0.2);
}
.btn-sage:hover { background: var(--ink); border-color: var(--ink); color: var(--cream); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(42,54,38,0.25); }
.btn-terra {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  padding: 16px 30px;
  background: transparent;
  color: var(--terra-d);
  border: 2px solid var(--terra-d);
  border-radius: 100px;
  transition: all 0.3s;
}
.btn-terra:hover { background: var(--terra-d); color: var(--cream); transform: translateY(-2px); }

/* Hero visual */
.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-blob {
  width: 100%;
  aspect-ratio: 1/1;
  background: var(--sage-l);
  border-radius: 60% 40% 55% 45% / 50% 55% 45% 50%;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 20px 50px rgba(93,122,79,0.2);
}
.hero-blob::before {
  content: '';
  position: absolute;
  inset: 16px;
  border: 2px dashed rgba(42,54,38,0.25);
  border-radius: inherit;
  pointer-events: none;
}
.hero-blob img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.hero-badge {
  position: absolute;
  top: 20px;
  right: 0;
  background: var(--terra);
  color: var(--cream);
  padding: 14px 22px;
  border-radius: 100px;
  font-family: var(--script);
  font-size: 26px;
  font-weight: 700;
  transform: rotate(8deg);
  box-shadow: 0 8px 24px rgba(201,123,90,0.35);
  line-height: 1;
}
.hero-badge small { font-family: var(--sans); font-size: 11px; font-weight: 500; display: block; letter-spacing: 0.1em; text-transform: uppercase; margin-top: 2px; }
.hero-price-tag {
  position: absolute;
  bottom: 20px;
  left: -10px;
  background: var(--cream);
  color: var(--ink);
  padding: 16px 24px;
  border-radius: 100px;
  border: 2px solid var(--ink);
  transform: rotate(-6deg);
  box-shadow: 0 6px 18px rgba(42,54,38,0.15);
}
.hero-price-tag-num { font-family: var(--serif); font-size: 32px; line-height: 1; }
.hero-price-tag-label { font-family: var(--script); font-size: 18px; color: var(--terra-d); }

/* === STATS STRIP === */
.stats {
  padding: 60px 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  max-width: 1280px;
  margin: 0 auto;
}
.stat { text-align: center; padding: 0 20px; position: relative; }
.stat:not(:last-child)::after {
  content: '❋';
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--sage);
  font-size: 18px;
}
.stat-num {
  font-family: var(--serif);
  font-size: 56px;
  font-weight: 400;
  line-height: 0.9;
  color: var(--ink);
  margin-bottom: 10px;
}
.stat-num em { color: var(--terra-d); font-style: normal; }
.stat-label {
  font-family: var(--script);
  font-size: 20px;
  color: var(--sage-d);
}

/* === WAVY DIVIDER === */
.wave-divider {
  display: block;
  width: 100%;
  height: 60px;
  margin-top: -1px;
}

/* === SECTION HEAD === */
.section-head {
  padding: 90px 40px 40px;
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
  position: relative;
}
.section-kicker {
  font-family: var(--script);
  font-size: 30px;
  color: var(--terra-d);
  margin-bottom: 10px;
  display: inline-block;
  transform: rotate(-1deg);
}
.section-title {
  font-family: var(--serif);
  font-size: clamp(36px, 5.5vw, 72px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 16px;
}
.section-title em { color: var(--terra-d); font-style: italic; }
.section-sub {
  font-size: 17px;
  color: var(--ink-2);
  line-height: 1.6;
  max-width: 560px;
  margin: 0 auto;
}
.section-ornament {
  display: flex;
  justify-content: center;
  gap: 14px;
  align-items: center;
  margin-top: 22px;
  color: var(--sage);
  font-size: 14px;
}
.section-ornament::before, .section-ornament::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 1px;
  background: var(--sage);
}

/* === PRODUCT GRID === */
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  padding: 0 40px 80px;
  max-width: 1320px;
  margin: 0 auto;
}
.card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 32px;
  padding: 22px;
  transition: all 0.35s cubic-bezier(0.2, 0.9, 0.25, 1);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0 2px 8px rgba(42,54,38,0.04);
}
.card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(42,54,38,0.12); border-color: var(--sage); }
.card-img-wrap {
  aspect-ratio: 1/1;
  background: var(--bg-2);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  margin-bottom: 22px;
  position: relative;
  overflow: hidden;
}
.card-img-wrap img { max-width: 100%; max-height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: transform 0.5s; }
.card:hover .card-img-wrap img { transform: scale(1.05) rotate(-2deg); }
.card-tag {
  position: absolute;
  top: 16px; left: 16px;
  background: var(--terra);
  color: var(--cream);
  padding: 6px 14px;
  border-radius: 100px;
  font-family: var(--script);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  transform: rotate(-3deg);
  box-shadow: 0 4px 12px rgba(201,123,90,0.25);
}
.card-tag.sage { background: var(--sage-d); }
.card-tag.ink { background: var(--ink); color: var(--cream); font-family: var(--sans); font-size: 11px; padding: 6px 12px; transform: rotate(0); font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; }
.card-cat {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--terra-d);
  margin-bottom: 8px;
}
.card-title {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin-bottom: 16px;
  min-height: 52px;
}
.card-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  border-top: 1px dashed var(--line-2);
  margin-top: auto;
}
.card-price {
  font-family: var(--serif);
  font-size: 26px;
  line-height: 1;
  color: var(--ink);
}
.card-price s { font-size: 14px; color: var(--ink-4); margin-left: 6px; font-family: var(--sans); }
.card-score {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: var(--sage-l);
  color: var(--sage-d);
  padding: 6px 12px;
  border-radius: 100px;
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 400;
}
.card-score::before { content: '❋'; font-size: 12px; }

/* === CATEGORY PAGE === */
.breadcrumb {
  padding: 30px 40px 0;
  font-size: 13px;
  color: var(--ink-3);
  display: flex;
  gap: 10px;
  align-items: center;
  max-width: 1320px;
  margin: 0 auto;
}
.breadcrumb a { color: var(--terra-d); font-weight: 500; transition: color 0.2s; }
.breadcrumb a:hover { color: var(--sage-d); }
.breadcrumb .sep { color: var(--ink-4); }

.cat-hero {
  padding: 50px 40px 60px;
  text-align: center;
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
}
.cat-hero-script {
  font-family: var(--script);
  font-size: 32px;
  color: var(--terra-d);
  margin-bottom: 8px;
  display: inline-block;
  transform: rotate(-2deg);
}
.cat-hero h1 {
  font-family: var(--serif);
  font-size: clamp(52px, 8vw, 128px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin-bottom: 22px;
}
.cat-hero h1 em { font-style: italic; color: var(--terra-d); }
.cat-hero p {
  font-size: 17px;
  color: var(--ink-2);
  max-width: 560px;
  margin: 0 auto 32px;
  line-height: 1.6;
}
.cat-hero-meta {
  display: inline-flex;
  gap: 24px;
  padding: 14px 30px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 100px;
  font-size: 13px;
  color: var(--ink-2);
  box-shadow: 0 4px 16px rgba(42,54,38,0.04);
}
.cat-hero-meta strong { color: var(--terra-d); font-weight: 600; }
.cat-hero-meta .dot { color: var(--sage); }

.cat-layout {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 40px;
  padding: 50px 40px 80px;
  max-width: 1320px;
  margin: 0 auto;
}
.filter {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 26px;
  position: sticky;
  top: 96px;
  align-self: start;
  box-shadow: 0 4px 16px rgba(42,54,38,0.04);
}
.filter-head {
  font-family: var(--serif);
  font-size: 24px;
  color: var(--ink);
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px dashed var(--line-2);
  display: flex;
  align-items: center;
  gap: 10px;
}
.filter-head::before { content: '❋'; color: var(--terra-d); font-size: 18px; }
.filter-section { padding-bottom: 22px; margin-bottom: 22px; border-bottom: 1px dashed var(--line); }
.filter-section:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.filter-label {
  font-family: var(--script);
  font-size: 20px;
  color: var(--sage-d);
  margin-bottom: 12px;
}
.filter-chip-row { display: flex; flex-wrap: wrap; gap: 6px; }
.filter-chip {
  font-size: 12px;
  font-weight: 500;
  padding: 7px 13px;
  border: 1px solid var(--line-2);
  background: var(--cream);
  color: var(--ink-2);
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.25s;
}
.filter-chip:hover { border-color: var(--sage); color: var(--sage-d); }
.filter-chip.active { background: var(--sage-d); color: var(--cream); border-color: var(--sage-d); }
.filter-check {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  font-size: 14px;
  color: var(--ink-2);
  cursor: pointer;
  transition: color 0.2s;
}
.filter-check:hover { color: var(--ink); }
.filter-check input { accent-color: var(--terra-d); width: 15px; height: 15px; }
.filter-check .count {
  margin-left: auto;
  font-family: var(--script);
  font-size: 16px;
  color: var(--terra-d);
}
.filter-range { width: 100%; accent-color: var(--terra-d); }
.filter-range-vals {
  display: flex;
  justify-content: space-between;
  font-family: var(--serif);
  font-size: 15px;
  color: var(--ink);
  margin-bottom: 10px;
}

.cat-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding: 16px 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 100px;
  box-shadow: 0 2px 8px rgba(42,54,38,0.04);
  flex-wrap: wrap;
  gap: 12px;
}
.cat-count { font-family: var(--serif); font-size: 17px; color: var(--ink-2); }
.cat-count em { color: var(--terra-d); font-style: italic; }
.cat-sort select {
  background: var(--cream);
  border: 1px solid var(--line-2);
  border-radius: 100px;
  padding: 9px 32px 9px 16px;
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
  cursor: pointer;
  outline: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3e%3cpath d='M2 4l4 4 4-4' stroke='%232a3626' stroke-width='1.5'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 14px center;
}
.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }

/* Pagination */
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 56px; flex-wrap: wrap; }
.pagination button {
  min-width: 44px;
  height: 44px;
  padding: 0 16px;
  border-radius: 100px;
  border: 1px solid var(--line-2);
  background: var(--paper);
  font-family: var(--serif);
  font-size: 16px;
  color: var(--ink-2);
  transition: all 0.25s;
}
.pagination button:hover { background: var(--sage-l); border-color: var(--sage); color: var(--sage-d); transform: translateY(-2px); }
.pagination button.active { background: var(--terra-d); color: var(--cream); border-color: var(--terra-d); }

/* === REVIEW PAGE === */
.review-wrap {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 48px;
  padding: 40px 40px 80px;
  max-width: 1320px;
  margin: 0 auto;
}
.review-main { min-width: 0; }

.review-title-block { text-align: center; padding-bottom: 40px; border-bottom: 1px dashed var(--line-2); margin-bottom: 44px; }
.review-cat-script {
  font-family: var(--script);
  font-size: 28px;
  color: var(--terra-d);
  margin-bottom: 10px;
  display: inline-block;
  transform: rotate(-1.5deg);
}
.review-title {
  font-family: var(--serif);
  font-size: clamp(36px, 5.5vw, 86px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.025em;
  margin-bottom: 30px;
  color: var(--ink);
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.review-title em { font-style: italic; color: var(--terra-d); }
.review-meta {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 13px;
  color: var(--ink-3);
}
.review-meta strong { color: var(--ink); font-weight: 600; }

/* Feature figure */
.review-figure {
  position: relative;
  aspect-ratio: 3/2;
  background: var(--sage-l);
  border-radius: 32px;
  padding: 70px;
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.review-figure::before {
  content: '';
  position: absolute;
  inset: 18px;
  border: 2px dashed rgba(42,54,38,0.25);
  border-radius: 24px;
  pointer-events: none;
}
.review-figure img { max-width: 100%; max-height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.review-figure-tag {
  position: absolute;
  top: 28px; left: 28px;
  background: var(--terra);
  color: var(--cream);
  padding: 10px 20px;
  border-radius: 100px;
  font-family: var(--script);
  font-size: 22px;
  transform: rotate(-4deg);
  box-shadow: 0 6px 18px rgba(201,123,90,0.3);
}
.review-figure-score {
  position: absolute;
  bottom: 28px; right: 28px;
  background: var(--cream);
  border: 2px solid var(--ink);
  padding: 18px 26px;
  border-radius: 100px;
  text-align: center;
  transform: rotate(4deg);
  box-shadow: 0 6px 18px rgba(42,54,38,0.12);
}
.review-figure-score-num {
  font-family: var(--serif);
  font-size: 44px;
  line-height: 0.9;
  color: var(--terra-d);
}
.review-figure-score-label {
  font-family: var(--script);
  font-size: 16px;
  color: var(--ink-2);
  margin-top: -2px;
}

/* Editorial body */
.lede {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--ink);
  margin: 0 auto 36px;
  max-width: 760px;
  text-align: center;
}
.lede::first-letter {
  font-family: var(--serif);
  font-size: 104px;
  float: left;
  line-height: 0.85;
  padding: 12px 14px 0 0;
  color: var(--terra-d);
}

.review-p {
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.85;
  color: var(--ink-2);
  margin-bottom: 22px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.review-p strong { color: var(--ink); font-weight: 600; }

.review-h2 {
  font-family: var(--serif);
  font-size: 44px;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin: 72px auto 26px;
  max-width: 760px;
  color: var(--ink);
  text-align: center;
  position: relative;
  padding-top: 54px;
}
.review-h2 em { color: var(--terra-d); font-style: italic; }
.review-h2::before {
  content: '❋';
  position: absolute;
  top: 10px; left: 50%;
  transform: translateX(-50%);
  color: var(--sage);
  font-size: 24px;
}
.review-h2:first-of-type { margin-top: 0; padding-top: 0; }
.review-h2:first-of-type::before { display: none; }

/* Pull quote */
.pull-quote {
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--terra-d);
  max-width: 780px;
  margin: 56px auto;
  text-align: center;
  padding: 48px 40px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 32px;
  position: relative;
  font-style: italic;
  box-shadow: 0 8px 32px rgba(42,54,38,0.06);
}
.pull-quote::before {
  content: '"';
  position: absolute;
  top: -30px; left: 50%;
  transform: translateX(-50%);
  background: var(--bg);
  padding: 0 18px;
  font-size: 80px;
  color: var(--sage);
  line-height: 1;
  font-style: normal;
}

/* Scores */
.scores { display: flex; flex-direction: column; gap: 0; max-width: 760px; margin: 40px auto; background: var(--paper); border: 1px solid var(--line); border-radius: 24px; padding: 28px 32px; }
.score-row {
  display: grid;
  grid-template-columns: 170px 1fr 60px;
  gap: 20px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px dashed var(--line);
}
.score-row:last-child { border-bottom: none; }
.score-label { font-family: var(--serif); font-size: 17px; color: var(--ink); }
.score-bar { height: 8px; background: var(--bg-3); border-radius: 100px; overflow: hidden; }
.score-bar-fill { height: 100%; background: linear-gradient(90deg, var(--sage), var(--sage-d)); border-radius: 100px; }
.score-bar-fill.terra { background: linear-gradient(90deg, var(--terra-l), var(--terra-d)); }
.score-val {
  font-family: var(--serif);
  font-size: 24px;
  color: var(--terra-d);
  text-align: right;
  line-height: 1;
}

/* Pros / Cons */
.verdict-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 820px; margin: 40px auto; }
.verdict-col {
  padding: 32px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 4px 16px rgba(42,54,38,0.04);
}
.verdict-col.wins { background: linear-gradient(135deg, rgba(143,174,123,0.14), var(--paper)); border-color: rgba(143,174,123,0.3); }
.verdict-col.weak { background: linear-gradient(135deg, rgba(201,123,90,0.08), var(--paper)); border-color: rgba(201,123,90,0.25); }
.verdict-col h3 {
  font-family: var(--serif);
  font-size: 26px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px dashed var(--line-2);
  display: flex;
  align-items: center;
  gap: 10px;
}
.verdict-col.wins h3 { color: var(--sage-d); }
.verdict-col.weak h3 { color: var(--terra-d); }
.verdict-col ul li {
  font-size: 14px;
  color: var(--ink-2);
  padding: 12px 0 12px 30px;
  position: relative;
  line-height: 1.6;
  border-bottom: 1px dashed var(--line);
}
.verdict-col ul li:last-child { border-bottom: none; }
.verdict-col.wins ul li::before {
  content: '✿';
  position: absolute; left: 0; top: 12px;
  color: var(--sage-d);
  font-size: 16px;
}
.verdict-col.weak ul li::before {
  content: '◈';
  position: absolute; left: 0; top: 12px;
  color: var(--terra-d);
  font-size: 12px;
}

/* Specs */
.specs { width: 100%; border-collapse: collapse; max-width: 760px; margin: 28px auto; background: var(--paper); border: 1px solid var(--line); border-radius: 24px; overflow: hidden; }
.specs tr { border-bottom: 1px dashed var(--line); }
.specs tr:last-child { border-bottom: none; }
.specs tr:nth-child(even) { background: rgba(42,54,38,0.02); }
.specs td { padding: 14px 24px; font-size: 14px; vertical-align: top; }
.specs td:first-child { font-size: 12px; color: var(--ink-3); font-weight: 600; width: 42%; text-transform: uppercase; letter-spacing: 0.08em; }
.specs td:last-child { font-family: var(--serif); font-size: 17px; color: var(--ink); }

/* FAQ */
.faq { max-width: 780px; margin: 28px auto; display: flex; flex-direction: column; gap: 14px; }
.faq-item {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.25s;
}
.faq-item:hover { border-color: var(--sage); }
.faq-item.open { border-color: var(--terra-d); box-shadow: 0 8px 28px rgba(201,123,90,0.12); }
.faq-q {
  width: 100%;
  padding: 22px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  font-family: var(--serif);
  font-size: 20px;
  color: var(--ink);
  text-align: left;
  transition: color 0.25s;
}
.faq-q:hover { color: var(--terra-d); }
.faq-q-icon {
  width: 36px; height: 36px;
  border: 1px solid var(--line-2);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--terra-d);
  flex-shrink: 0;
  transition: all 0.3s;
}
.faq-item.open .faq-q-icon { background: var(--terra-d); color: var(--cream); border-color: var(--terra-d); transform: rotate(45deg); }
.faq-a { padding: 0 28px 24px; font-size: 15px; line-height: 1.75; color: var(--ink-2); max-width: 680px; display: none; }
.faq-item.open .faq-a { display: block; }

/* Reader reviews */
.user-reviews { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 22px; max-width: 1100px; margin: 0 auto; }
.user-review {
  padding: 28px 26px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 28px;
  transition: all 0.3s;
  position: relative;
}
.user-review:hover { transform: translateY(-4px); border-color: var(--sage); box-shadow: 0 14px 32px rgba(42,54,38,0.1); }
.user-review-stars { color: var(--terra); font-size: 16px; letter-spacing: 2px; margin-bottom: 14px; }
.user-review-text {
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.45;
  color: var(--ink);
  margin-bottom: 20px;
}
.user-review-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px dashed var(--line);
}
.user-review-av {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--sage-l);
  color: var(--sage-d);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-size: 18px;
  flex-shrink: 0;
}
.user-review-name { font-weight: 600; font-size: 14px; color: var(--ink); }
.user-review-date { font-family: var(--script); font-size: 16px; color: var(--ink-3); }

/* Verdict banner */
.verdict-banner {
  background: linear-gradient(135deg, var(--sage-l), var(--paper));
  border: 2px solid var(--sage);
  border-radius: 40px;
  padding: 70px 48px;
  text-align: center;
  margin: 64px auto;
  max-width: 1000px;
  position: relative;
  box-shadow: 0 20px 60px rgba(93,122,79,0.15);
}
.verdict-banner::before {
  content: '';
  position: absolute;
  inset: 14px;
  border: 2px dashed rgba(42,54,38,0.2);
  border-radius: 30px;
  pointer-events: none;
}
.verdict-banner > * { position: relative; }
.verdict-banner-label {
  display: inline-block;
  font-family: var(--script);
  font-size: 32px;
  color: var(--terra-d);
  margin-bottom: 14px;
  transform: rotate(-2deg);
}
.verdict-banner-score {
  font-family: var(--serif);
  font-size: 180px;
  font-weight: 400;
  line-height: 0.85;
  letter-spacing: -0.03em;
  color: var(--terra-d);
  margin-bottom: 10px;
}
.verdict-banner-score sub { font-size: 48px; color: var(--ink-3); vertical-align: baseline; }
.verdict-stars { font-size: 28px; color: var(--terra); letter-spacing: 4px; margin-bottom: 24px; }
.verdict-banner h2 {
  font-family: var(--serif);
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  color: var(--ink);
}
.verdict-banner h2 em { font-style: italic; color: var(--terra-d); }
.verdict-banner p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink-2);
  max-width: 580px;
  margin: 0 auto 32px;
}

/* Sidebar */
.side { position: sticky; top: 96px; align-self: start; display: flex; flex-direction: column; gap: 24px; }
.side-buy {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 28px;
  text-align: center;
  box-shadow: 0 8px 28px rgba(42,54,38,0.08);
  position: relative;
}
.side-buy::before {
  content: '❋';
  position: absolute;
  top: -14px; left: 50%;
  transform: translateX(-50%);
  background: var(--bg);
  padding: 0 10px;
  color: var(--sage);
  font-size: 20px;
}
.side-buy-label {
  font-family: var(--script);
  font-size: 24px;
  color: var(--terra-d);
  margin-bottom: 10px;
}
.side-price {
  font-family: var(--serif);
  font-size: 56px;
  line-height: 0.9;
  color: var(--ink);
  margin-bottom: 6px;
}
.side-price s { font-size: 18px; color: var(--ink-4); margin-left: 8px; font-family: var(--sans); }
.side-save {
  display: inline-block;
  font-family: var(--script);
  font-size: 20px;
  color: var(--sage-d);
  margin-bottom: 22px;
}
.side-cta {
  display: block;
  width: 100%;
  padding: 16px;
  background: var(--terra-d);
  color: var(--cream);
  border: 2px solid var(--terra-d);
  border-radius: 100px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s;
  margin-bottom: 10px;
  box-shadow: 0 6px 20px rgba(163,90,60,0.3);
}
.side-cta:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(163,90,60,0.4); background: var(--ink); border-color: var(--ink); color: var(--cream); }
.side-note {
  font-family: var(--script);
  font-size: 18px;
  color: var(--sage-d);
  padding-top: 14px;
  border-top: 1px dashed var(--line);
  margin-top: 14px;
  line-height: 1.4;
}

.side-related {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 26px;
  box-shadow: 0 8px 28px rgba(42,54,38,0.04);
}
.side-related h4 {
  font-family: var(--serif);
  font-size: 22px;
  color: var(--ink);
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px dashed var(--line-2);
}
.side-related-item {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px dashed var(--line);
  align-items: center;
  transition: padding 0.25s;
}
.side-related-item:hover { padding-left: 6px; }
.side-related-item:last-child { border-bottom: none; }
.side-related-item img {
  width: 62px; height: 62px;
  object-fit: contain;
  background: var(--bg-2);
  border-radius: 16px;
  padding: 6px;
  mix-blend-mode: multiply;
}
.side-related-title { font-family: var(--serif); font-size: 15px; line-height: 1.3; color: var(--ink); margin-bottom: 3px; }
.side-related-price { font-size: 13px; color: var(--ink-3); }
.side-related-price em { color: var(--terra-d); font-style: italic; font-weight: 600; font-family: var(--serif); }

/* === FOOTER === */
.footer {
  padding: 80px 40px 40px;
  background: var(--paper);
  border-top: 1px solid var(--line);
  margin-top: 80px;
  position: relative;
}
.footer-script {
  font-family: var(--script);
  font-size: 36px;
  color: var(--terra-d);
  text-align: center;
  margin-bottom: 4px;
  transform: rotate(-1deg);
  display: inline-block;
  width: 100%;
}
.footer-mega {
  font-family: var(--serif);
  font-size: clamp(64px, 12vw, 180px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.03em;
  text-align: center;
  margin-bottom: 64px;
  color: var(--ink);
}
.footer-mega em { font-style: italic; color: var(--terra-d); }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 44px;
  padding-top: 48px;
  border-top: 1px dashed var(--line-2);
  margin-bottom: 40px;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
.footer-col p { font-size: 14px; color: var(--ink-2); line-height: 1.65; }
.footer-col-title {
  font-family: var(--serif);
  font-size: 20px;
  color: var(--ink);
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 1px dashed var(--line);
}
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { font-size: 14px; color: var(--ink-2); transition: color 0.25s; }
.footer-col ul li a:hover { color: var(--terra-d); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
  border-top: 1px dashed var(--line);
  font-size: 13px;
  color: var(--ink-3);
  flex-wrap: wrap;
  gap: 14px;
  max-width: 1320px;
  margin: 0 auto;
}
.footer-bottom a { margin-left: 20px; color: var(--ink-3); transition: color 0.2s; }
.footer-bottom a:hover { color: var(--terra-d); }

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .hero { grid-template-columns: 1fr; gap: 44px; padding: 60px 24px 50px; text-align: center; }
  .hero-visual { max-width: 440px; margin: 0 auto; }
  .hero-sub { margin-left: auto; margin-right: auto; }
  .hero-ctas { justify-content: center; }
  .stats { grid-template-columns: repeat(2, 1fr); gap: 36px; padding: 44px 24px; }
  .stat:nth-child(2)::after { display: none; }
  .grid { grid-template-columns: repeat(2, 1fr); gap: 24px; padding: 0 24px 60px; }
  .section-head { padding: 60px 24px 30px; }
  .cat-hero { padding: 40px 24px 48px; }
  .cat-layout { grid-template-columns: 1fr; padding: 30px 24px 60px; gap: 28px; }
  .filter { position: static; }
  .cat-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .review-wrap { grid-template-columns: 1fr; padding: 30px 24px 60px; gap: 40px; }
  .side { position: static; }
  .verdict-grid { gap: 18px; }
  .user-reviews { grid-template-columns: 1fr; }
  .footer { padding: 60px 24px 32px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 768px) {
  .topbar { padding: 10px 16px; gap: 10px; }
  .topbar-left { gap: 12px; font-size: 11px; }
  .topbar-right { font-size: 15px; }
  .nav { padding: 16px 16px; }
  .nav-logo img { height: 70px; width: auto; max-width: 50vw; }
  .nav-links { display: none; }
  .nav-cta { display: none; }
  .nav-hamburger { display: inline-flex; }
  .hero { padding: 44px 16px 44px; }
  .hero-h1 { font-size: 48px; }
  .hero-eyebrow { font-size: 22px; }
  .hero-sub { font-size: 16px; }
  .hero-blob { padding: 32px; }
  .leaf-1, .leaf-2, .leaf-3 { display: none; }
  .stats { grid-template-columns: 1fr 1fr; padding: 40px 16px; gap: 24px; }
  .stat::after { display: none !important; }
  .stat-num { font-size: 38px; }
  .stat-label { font-size: 16px; }
  .section-head { padding: 56px 16px 26px; }
  .section-title { font-size: 36px; }
  .grid { grid-template-columns: 1fr 1fr; gap: 14px; padding: 0 16px 50px; }
  .card { padding: 14px; border-radius: 24px; }
  .card-img-wrap { padding: 18px; border-radius: 18px; }
  .card-title { font-size: 16px; min-height: 42px; }
  .card-price { font-size: 20px; }
  .breadcrumb { padding: 22px 16px 0; }
  .cat-hero { padding: 30px 16px 40px; }
  .cat-hero h1 { font-size: 54px; }
  .cat-hero p { font-size: 15px; }
  .cat-layout { padding: 28px 16px 50px; gap: 24px; }
  .cat-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .cat-toolbar { flex-direction: column; align-items: flex-start; padding: 14px 20px; border-radius: 24px; }
  .review-wrap { padding: 28px 16px 50px; gap: 32px; }
  .review-title { font-size: 40px; }
  .review-figure { padding: 36px; border-radius: 24px; }
  .review-figure-score { padding: 12px 20px; }
  .review-figure-score-num { font-size: 32px; }
  .lede { font-size: 21px; }
  .lede::first-letter { font-size: 72px; }
  .review-h2 { font-size: 30px; margin-top: 52px; padding-top: 40px; }
  .pull-quote { font-size: 22px; padding: 36px 24px; border-radius: 24px; }
  .verdict-grid { grid-template-columns: 1fr; }
  .verdict-col { padding: 24px; border-radius: 22px; }
  .score-row { grid-template-columns: 110px 1fr 48px; gap: 14px; }
  .verdict-banner { padding: 48px 28px; margin: 48px 0; border-radius: 30px; }
  .verdict-banner-score { font-size: 112px; }
  .verdict-banner h2 { font-size: 28px; }
  .user-reviews { grid-template-columns: 1fr; }
  .side-price { font-size: 46px; }
  .footer { padding: 60px 16px 30px; }
  .footer-mega { font-size: 56px; margin-bottom: 40px; }
  .footer-script { font-size: 26px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; text-align: center; gap: 14px; }
  .footer-bottom a { margin: 0 10px; }
}
@media (max-width: 480px) {
  .grid, .cat-grid { grid-template-columns: 1fr; }
  .hero-h1 { font-size: 42px; }
}
:root{--gallery-border:#c8b89a;--gallery-active:#7c8c5e;--gallery-glow:rgba(124,140,94,0.2)}

/* Trust Badges - Organic Botanical */
.trust-badges { gap: 10px; margin: 0 auto 28px; max-width: 780px; justify-content: center; }
.trust-badge { background: var(--paper); border: 1px solid var(--line-2); padding: 12px 18px; border-radius: 20px; font-size: 13px; font-weight: 600; color: var(--sage-d); }

/* Lede Features - Organic Botanical */
.lede-features { max-width: 780px; margin: 0 auto 28px; gap: 6px; }
.lede-feature { background: var(--paper); border: 1px solid var(--line); padding: 12px 18px; border-radius: 14px; font-size: 14px; color: var(--ink-2); border-left: 3px solid var(--sage); }

/* Hide duplicate verdict from stored content */
.review-body .final-verdict { display: none; }
