/* SurgiSyn — Warm Care redesign (elders, caregivers, adult children) */
:root {
  --bg: #f7f4ef;
  --bg-2: #efeae2;
  --surface: #ffffff;
  --surface-soft: #faf8f5;
  --ink: #1c2421;
  --ink-soft: #2f3a36;
  --muted: #5c6b66;
  --faint: #8a9691;
  --line: #e2dbd2;
  --line-hot: #cfc5b8;
  --teal: #0f7a6e;
  --teal-hot: #0c655b;
  --teal-soft: rgba(15, 122, 110, 0.1);
  --teal-glow: rgba(15, 122, 110, 0.16);
  --sand: #d4a574;
  --sand-soft: rgba(212, 165, 116, 0.15);
  --sage: #6b8f71;
  --sage-soft: rgba(107, 143, 113, 0.12);
  --amber: #c47b2d;
  --danger: #b42318;
  --amazon: #ff9900;
  --amazon-hot: #e88b00;
  --cream: var(--ink);
  --cream-dim: var(--ink-soft);
  --cyan: var(--teal);
  --cyan-hot: var(--teal-hot);
  --cyan-dim: var(--teal-soft);
  --pink: var(--sand);
  --pink-hot: #c48f55;
  --pink-dim: var(--sand-soft);
  --lime: var(--sage);
  --lime-dim: var(--sage-soft);
  --sans: "DM Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --display: "Source Serif 4", Georgia, "Times New Roman", serif;
  --mono: var(--sans);
  --radius: 16px;
  --radius-sm: 12px;
  --radius-lg: 24px;
  --max: 1120px;
  --header-h: 72px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --shadow-sm: 0 1px 2px rgba(28, 36, 33, 0.05);
  --shadow-md: 0 8px 24px rgba(28, 36, 33, 0.07);
  --shadow-lg: 0 18px 48px rgba(28, 36, 33, 0.1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 17.5px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; height: auto; }
a { color: var(--teal); text-decoration: none; transition: color 0.15s ease; }
a:hover { color: var(--teal-hot); }
button { font-family: inherit; cursor: pointer; }
:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -100px;
  z-index: 200;
  background: var(--teal);
  color: #fff;
  padding: 0.65rem 1rem;
  border-radius: 8px;
  font-weight: 600;
}
.skip-link:focus { top: 1rem; color: #fff; }

.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); border: 0;
}

.container { width: min(100% - 2rem, var(--max)); margin-inline: auto; }
.eyebrow {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: none;
  color: var(--teal);
  margin: 0 0 0.75rem;
}
.section-title {
  font-family: var(--sans);
  font-size: clamp(1.45rem, 2.6vw, 1.9rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin: 0 0 0.75rem;
  color: var(--ink);
  text-transform: none;
}
.section-lede {
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 54ch;
  margin: 0;
  line-height: 1.65;
}
.section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem 2rem;
  margin-bottom: 2rem;
}
.section-head > div { max-width: 640px; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: rgba(247, 244, 239, 0.92);
  backdrop-filter: blur(14px) saturate(1.1);
  -webkit-backdrop-filter: blur(14px) saturate(1.1);
}
.header-inner {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 0;
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--ink);
  text-decoration: none;
  flex-shrink: 0;
}
.brand:hover { color: var(--ink); }
.brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 30% 28%, #3aa89a, var(--teal) 55%, transparent 60%),
    linear-gradient(145deg, #e8f5f2, #d4ebe7);
  box-shadow: 0 0 0 1px rgba(15, 122, 110, 0.2), var(--shadow-sm);
  position: relative;
}
.brand-mark::after {
  content: "";
  position: absolute;
  inset: 11px;
  border: 2.5px solid #fff;
  border-radius: 4px;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg) translate(-1px, 2px);
  opacity: 0.95;
  box-shadow: none;
  width: auto;
  height: auto;
  background: transparent;
}
.brand-text {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  line-height: 1.1;
  text-transform: none;
}
.brand-text span { color: var(--teal); }
.nav {
  display: flex;
  align-items: center;
  gap: 0.15rem 1.25rem;
}
.nav a {
  color: var(--ink-soft);
  font-size: 0.98rem;
  font-weight: 550;
  text-decoration: none;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.2rem;
}
.nav a:hover { color: var(--ink); }
.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.55rem 1.1rem !important;
  border-radius: 999px;
  background: var(--teal);
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 0.92rem !important;
  box-shadow: 0 4px 14px var(--teal-glow);
}
.nav-cta:hover {
  background: var(--teal-hot);
  color: #fff !important;
  filter: none;
  transform: none;
}
.menu-toggle {
  display: none;
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--ink);
  border-radius: 10px;
  min-height: 44px;
  padding: 0.5rem 0.9rem;
  font-size: 0.95rem;
  font-weight: 600;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 48px;
  padding: 0.75rem 1.35rem;
  border-radius: 999px;
  font-weight: 650;
  font-size: 1rem;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform 0.15s var(--ease), background 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn-lg { min-height: 52px; padding: 0.9rem 1.55rem; font-size: 1.05rem; }
.btn-primary, .btn-cyan {
  background: var(--teal);
  color: #fff;
  box-shadow: 0 6px 20px var(--teal-glow);
}
.btn-primary:hover, .btn-cyan:hover { background: var(--teal-hot); color: #fff; filter: none; }
.btn-pink {
  background: var(--sand);
  color: #1c2421;
  box-shadow: 0 6px 20px var(--sand-soft);
}
.btn-pink:hover { color: #1c2421; filter: brightness(1.04); }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--line-hot);
}
.btn-ghost:hover { border-color: var(--muted); color: var(--ink); background: rgba(255,255,255,0.6); }
.btn-amazon {
  background: var(--amazon);
  color: #111;
  font-weight: 700;
}
.btn-amazon:hover { background: var(--amazon-hot); color: #111; }

/* Hero */
.hero {
  padding: clamp(1.5rem, 3.5vw, 2.5rem) 0 clamp(1.25rem, 3vw, 2rem);
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 50% at 90% 0%, rgba(15, 122, 110, 0.08), transparent 55%),
    radial-gradient(ellipse 50% 40% at 0% 80%, rgba(212, 165, 116, 0.1), transparent 50%),
    var(--bg);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: center;
}
.hero h1 {
  font-family: var(--display);
  font-size: clamp(2.1rem, 4.5vw, 3.15rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin: 0 0 1.1rem;
  color: var(--ink);
  text-transform: none;
}
.hero h1 em {
  font-style: italic;
  color: var(--teal);
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
}
.hero-lede {
  font-size: 1.12rem;
  color: var(--muted);
  max-width: 46ch;
  margin: 0 0 1.5rem;
  line-height: 1.7;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.75rem;
}
.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  max-width: 520px;
}
.stat {
  padding: 0.95rem 1rem;
  border-radius: var(--radius-sm);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}
.stat .label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--faint);
  margin-bottom: 0.3rem;
}
.stat .value {
  font-family: var(--sans);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: var(--ink);
}
.stat .value.cyan, .stat .value.pink, .stat .value.lime { color: var(--teal); }
.stat .sub {
  font-size: 0.82rem;
  color: var(--muted);
  margin-top: 0.2rem;
}

.hero-photo {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
  background: var(--bg-2);
  aspect-ratio: 16 / 10;
  max-height: min(420px, 52vw);
}
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-photo picture {
  display: block;
  width: 100%;
  height: 100%;
}

.care-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.care-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.2rem;
  border-bottom: 1px solid var(--line);
  background: var(--surface-soft);
}
.care-panel-head .tag {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: none;
  color: var(--teal);
}
.care-panel-body { padding: 1rem 1.15rem 1.15rem; }
.lane {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0.95rem;
  border-radius: var(--radius-sm);
  background: var(--bg);
  border: 1px solid var(--line);
  margin-bottom: 0.55rem;
}
.lane:last-child { margin-bottom: 0; }
.lane-meta .k {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
  color: var(--faint);
}
.lane-meta .v {
  font-weight: 650;
  font-size: 0.98rem;
  color: var(--ink);
}
.lane .chip {
  flex-shrink: 0;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: var(--teal-soft);
  color: var(--teal-hot);
  border: 1px solid rgba(15, 122, 110, 0.18);
}
.lane .chip.pink, .lane .chip.lime {
  background: var(--sand-soft);
  color: #8a5a2b;
  border-color: rgba(212, 165, 116, 0.35);
}

/* Trust strip */
.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 0.25rem;
}
.trust-item {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.1rem 1.15rem;
  box-shadow: var(--shadow-sm);
}
.trust-item h3 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
}
.trust-item p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.5;
}

/* Sections */
.section {
  padding: clamp(1.75rem, 3.5vw, 2.75rem) 0;
}
.section-alt {
  background: linear-gradient(180deg, transparent, rgba(239, 234, 226, 0.65), transparent);
  border-top: 1px solid rgba(226, 219, 210, 0.8);
  border-bottom: 1px solid rgba(226, 219, 210, 0.8);
}

/* Category grid */
.cat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.cat-card {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 0;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: transform 0.18s var(--ease), border-color 0.18s ease, box-shadow 0.18s ease;
  min-height: 220px;
  box-shadow: var(--shadow-sm);
}
.cat-card:hover {
  transform: translateY(-3px);
  border-color: rgba(15, 122, 110, 0.28);
  box-shadow: var(--shadow-md);
  color: inherit;
}
.cat-media {
  aspect-ratio: 4 / 3;
  background: var(--bg-2);
  overflow: hidden;
}
.cat-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cat-body {
  padding: 0.95rem 1.05rem 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  flex: 1;
}
.cat-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  background: var(--teal-soft);
  border: 1px solid rgba(15, 122, 110, 0.15);
  margin: 1rem 1rem 0;
}
.cat-card h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.015em;
}
.cat-card p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.45;
  flex: 1;
}
.cat-card .go {
  font-size: 0.85rem;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
  color: var(--teal);
}

/* Product grid */
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}
.product-card {
  display: flex;
  flex-direction: column;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--line);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform 0.18s var(--ease), border-color 0.18s ease, box-shadow 0.18s ease;
}
.product-card:hover {
  transform: translateY(-3px);
  border-color: rgba(15, 122, 110, 0.25);
  box-shadow: var(--shadow-md);
}
.product-media {
  aspect-ratio: 1;
  background:
    radial-gradient(circle at 50% 40%, rgba(15, 122, 110, 0.06), transparent 60%),
    var(--surface-soft);
  display: grid;
  place-items: center;
  padding: 1.35rem;
  position: relative;
  border-bottom: 1px solid var(--line);
}
.product-media img {
  max-height: 190px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(28, 36, 33, 0.1));
}
.product-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
  padding: 0.32rem 0.6rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(15, 122, 110, 0.22);
  color: var(--teal-hot);
  box-shadow: var(--shadow-sm);
}
.product-badge.hot {
  border-color: rgba(196, 123, 45, 0.35);
  color: var(--amber);
}
.product-body {
  padding: 1.1rem 1.15rem 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  flex: 1;
}
.product-cat {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
  color: var(--faint);
}
.product-body h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.015em;
}
.product-body p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.5;
  flex: 1;
}
.product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.35rem;
}
.product-price {
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.product-price span {
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--faint);
  letter-spacing: 0;
}
.product-rating {
  font-size: 0.88rem;
  color: var(--amber);
  font-weight: 700;
}
.product-actions {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.85rem;
}
.product-actions .btn {
  flex: 1;
  min-height: 44px;
  padding: 0.65rem 0.75rem;
  font-size: 0.9rem;
}

/* Filter chips */
.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.filter-chip {
  font-family: var(--sans);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  min-height: 44px;
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--muted);
  transition: all 0.15s ease;
}
.filter-chip:hover,
.filter-chip.active {
  color: #fff;
  background: var(--teal);
  border-color: var(--teal);
}

/* Guide cards */
.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}
.guide-card {
  padding: 1.4rem;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  box-shadow: var(--shadow-sm);
}
.guide-card .num {
  font-family: var(--sans);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--teal);
}
.guide-card h3 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
}
.guide-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  flex: 1;
}
.guide-card a {
  font-weight: 650;
  font-size: 0.95rem;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

/* Amazon strip */
.amazon-strip {
  border-radius: var(--radius-lg);
  padding: clamp(1.75rem, 4vw, 2.5rem);
  background:
    linear-gradient(135deg, rgba(15, 122, 110, 0.08), rgba(212, 165, 116, 0.1)),
    var(--surface);
  border: 1px solid rgba(15, 122, 110, 0.15);
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 1.5rem;
  align-items: center;
  box-shadow: var(--shadow-sm);
}
.amazon-strip h2 {
  font-family: var(--sans);
  font-size: clamp(1.25rem, 2.4vw, 1.65rem);
  letter-spacing: -0.02em;
  text-transform: none;
  margin: 0 0 0.65rem;
}
.amazon-strip p {
  margin: 0 0 1.15rem;
  color: var(--muted);
  max-width: 48ch;
}
.amazon-strip .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.amazon-strip .side {
  padding: 1.1rem;
  border-radius: var(--radius);
  background: var(--bg);
  border: 1px solid var(--line);
}
.amazon-strip .side h3 {
  margin: 0 0 0.65rem;
  font-size: 0.98rem;
}
.amazon-strip .side ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.amazon-strip .side li {
  padding: 0.45rem 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.95rem;
}
.amazon-strip .side li:last-child { border-bottom: 0; }
.amazon-strip .side a { color: var(--ink-soft); }
.amazon-strip .side a:hover { color: var(--teal); }

/* Page hero (inner) */
.page-hero {
  padding: clamp(2.25rem, 4.5vw, 3.25rem) 0 1.25rem;
}
.page-hero h1 {
  font-family: var(--display);
  font-size: clamp(1.85rem, 3.5vw, 2.5rem);
  letter-spacing: -0.02em;
  text-transform: none;
  margin: 0 0 0.85rem;
  line-height: 1.15;
}
.page-hero p {
  margin: 0;
  color: var(--muted);
  max-width: 58ch;
  font-size: 1.08rem;
}

/* Prose */
.prose {
  max-width: 70ch;
  color: var(--ink-soft);
}
.prose h2 {
  font-family: var(--sans);
  font-size: 1.25rem;
  letter-spacing: -0.015em;
  text-transform: none;
  color: var(--ink);
  margin: 2rem 0 0.75rem;
}
.prose p { margin: 0 0 1rem; line-height: 1.7; }
.prose ul { margin: 0 0 1rem; padding-left: 1.2rem; }
.prose li { margin-bottom: 0.4rem; }

/* Footer */
.site-footer {
  margin-top: 1rem;
  padding: 2.75rem 0 2rem;
  border-top: 1px solid var(--line);
  background: var(--bg-2);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}
.footer-brand {
  font-family: var(--sans);
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: none;
  margin: 0 0 0.65rem;
  color: var(--ink);
  font-size: 1.15rem;
}
.footer-brand span { color: var(--teal); }
.footer-col p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
  max-width: 34ch;
}
.footer-col h4 {
  margin: 0 0 0.75rem;
  font-size: 0.85rem;
  font-family: var(--sans);
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--faint);
  font-weight: 700;
}
.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-col li { margin-bottom: 0.45rem; }
.footer-col a {
  color: var(--ink-soft);
  font-size: 0.95rem;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.footer-col a:hover { color: var(--teal); }
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
  font-size: 0.88rem;
  color: var(--faint);
}
.footer-bottom a { color: var(--muted); }

/* Reveal */
.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.55s var(--ease), transform 0.55s var(--ease);
}
.reveal.in {
  opacity: 1;
  transform: none;
}

.empty-state {
  text-align: center;
  padding: 3rem 1rem;
  color: var(--muted);
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

/* Care list (CRM) */
.care-list, .cave-list {
  border-radius: var(--radius-lg);
  padding: clamp(1.75rem, 4vw, 2.5rem);
  background:
    linear-gradient(145deg, rgba(15, 122, 110, 0.07), rgba(212, 165, 116, 0.1)),
    var(--surface);
  border: 1px solid rgba(15, 122, 110, 0.14);
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 1.75rem;
  align-items: start;
  box-shadow: var(--shadow-sm);
}
.care-list h2, .cave-list h2 {
  font-family: var(--sans);
  font-size: clamp(1.25rem, 2.3vw, 1.55rem);
  letter-spacing: -0.02em;
  text-transform: none;
  margin: 0 0 0.65rem;
}
.care-list .lede, .cave-list .lede {
  margin: 0 0 0.5rem;
  color: var(--muted);
  max-width: 48ch;
}
.care-list .fine, .cave-list .fine {
  margin: 0;
  font-size: 0.88rem;
  color: var(--faint);
  line-height: 1.5;
}
.care-form, .cave-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.15rem;
  border-radius: var(--radius);
  background: var(--bg);
  border: 1px solid var(--line);
}
.care-form .row, .cave-form .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}
.care-form label, .cave-form label {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.85rem;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
  color: var(--ink-soft);
}
.care-form label.full, .cave-form label.full { grid-column: 1 / -1; }
.care-form input,
.care-form select,
.cave-form input,
.cave-form select {
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  min-height: 48px;
  padding: 0.7rem 0.85rem;
  border-radius: 12px;
  border: 1px solid var(--line-hot);
  background: var(--surface);
  color: var(--ink);
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.care-form input:focus,
.care-form select:focus,
.cave-form input:focus,
.cave-form select:focus {
  border-color: rgba(15, 122, 110, 0.55);
  box-shadow: 0 0 0 3px rgba(15, 122, 110, 0.12);
}
.care-form input::placeholder, .cave-form input::placeholder { color: var(--faint); }
.care-form .hp, .cave-form .hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.care-form .actions, .cave-form .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
  margin-top: 0.25rem;
}
.care-form .status, .cave-form .status {
  font-size: 0.92rem;
  min-height: 1.25em;
  color: var(--muted);
}
.care-form .status.ok, .cave-form .status.ok { color: var(--sage); }
.care-form .status.err, .cave-form .status.err { color: var(--danger); }
.care-form button[disabled], .cave-form button[disabled] {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
}

@media (max-width: 960px) {
  .care-list, .cave-list { grid-template-columns: 1fr; }
  .hero-grid,
  .amazon-strip,
  .footer-grid,
  .trust-strip { grid-template-columns: 1fr; }
  .cat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-grid,
  .guide-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .menu-toggle { display: inline-flex; }
  .nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.75rem 1rem 1rem;
    background: rgba(247, 244, 239, 0.98);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(14px);
  }
  .nav.open { display: flex; }
  .nav a {
    padding: 0.85rem 0.5rem;
    border-bottom: 1px solid var(--line);
  }
  .nav-cta {
    margin-top: 0.5rem;
    justify-content: center;
  }
  .site-header { position: relative; }
}
@media (max-width: 560px) {
  .cat-grid,
  .product-grid,
  .guide-grid,
  .hero-stats,
  .care-form .row,
  .cave-form .row { grid-template-columns: 1fr; }
  .product-actions { flex-direction: column; }
  body { font-size: 17px; }
}

/* —— Product PDP + enrichment —— */
.product-hero { padding-bottom: 0.5rem; }
.product-hero-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2rem;
  align-items: start;
}
.product-hero-media {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  box-shadow: var(--shadow-sm);
  display: grid;
  place-items: center;
  min-height: 280px;
}
.product-hero-media img {
  max-height: 320px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.product-hero-meta { margin: 0 0 1.25rem; gap: 1.25rem; }
.product-hero .fine-print {
  margin: 1rem 0 0;
  font-size: 0.88rem;
  color: var(--faint);
  max-width: 48ch;
  line-height: 1.5;
}
.faint { color: var(--faint); font-weight: 500; font-size: 0.85em; }
.enrich-wrap { max-width: 800px; }
.enrich-block { margin-bottom: 2.75rem; }
.enrich-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.5rem 1.6rem;
  box-shadow: var(--shadow-sm);
}
.enrich-verdict {
  margin: 0 0 0.75rem;
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 1.55;
  border-left: 3px solid var(--teal);
  padding-left: 1rem;
  color: var(--ink);
}
.enrich-note {
  margin: 0 0 1.25rem;
  font-size: 0.85rem;
  color: var(--faint);
}
.enrich-grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 1.25rem;
}
.enrich-border {
  border-top: 1px solid var(--line);
  padding-top: 1.25rem;
}
.enrich-card h3 {
  margin: 0 0 0.65rem;
  font-size: 0.95rem;
  font-weight: 700;
}
.chip-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.chip-list li {
  border-radius: 999px;
  border: 1px solid var(--line);
  padding: 0.4rem 0.75rem;
  font-size: 0.82rem;
  line-height: 1.35;
  color: var(--ink-soft);
  background: var(--bg);
}
.chip-list.love li {
  border-color: rgba(15, 122, 110, 0.22);
  background: var(--teal-soft);
}
.plain-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.plain-list li {
  display: flex;
  gap: 0.5rem;
  font-size: 0.95rem;
  color: var(--ink-soft);
  margin-bottom: 0.5rem;
  line-height: 1.45;
}
.plain-list .plus { color: var(--teal); font-weight: 700; }
.plain-list .minus { color: var(--faint); font-weight: 700; }
.enrich-blog { margin-top: 1.25rem; }
.enrich-section {
  margin-bottom: 1.75rem;
}
.enrich-section h3 {
  margin: 0 0 0.65rem;
  font-size: 1.15rem;
  font-weight: 700;
}
.enrich-section p {
  margin: 0 0 0.85rem;
  color: var(--ink-soft);
  line-height: 1.7;
  font-size: 1rem;
}
.enrich-cta { margin: 1.5rem 0 0.5rem; }
.tips-list {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--ink-soft);
}
.tips-list li { margin-bottom: 0.55rem; line-height: 1.5; }
.faq-list {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 0; }
.faq-q {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  text-align: left;
  background: transparent;
  border: 0;
  padding: 1.1rem 1.25rem;
  font-family: inherit;
  font-size: 0.98rem;
  font-weight: 650;
  color: var(--ink);
  min-height: 52px;
  cursor: pointer;
}
.faq-q:hover { background: var(--bg); }
.faq-chevron { color: var(--faint); transition: transform 0.15s ease; }
.faq-q[aria-expanded="true"] .faq-chevron { transform: rotate(180deg); }
.faq-a {
  padding: 0 1.25rem 1.1rem;
  color: var(--ink-soft);
  font-size: 0.95rem;
  line-height: 1.6;
}
.faq-a p { margin: 0; }
.similar-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.similar-list li {
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.98rem;
}
.similar-list a { font-weight: 650; }
.product-card-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.product-card-link:hover { color: inherit; }
.product-card .btn-details {
  flex: 0 0 auto;
}

@media (max-width: 960px) {
  .product-hero-grid,
  .enrich-grid2 { grid-template-columns: 1fr; }
}

/* —— Gift guides —— */
.gift-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.25rem;
}
.gift-chip {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink-soft, var(--ink));
  border-radius: 999px;
  padding: 0.4rem 0.85rem;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 0.15s ease, color 0.15s ease;
}
.gift-chip:hover {
  border-color: var(--teal, #0F7A6E);
  color: var(--teal, #0F7A6E);
}
.gift-hub-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
}
.gift-hub-card {
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg, 18px);
  padding: 1.35rem 1.4rem 1.25rem;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
  min-height: 100%;
}
.gift-hub-card:hover {
  border-color: var(--teal, #0F7A6E);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px -18px rgba(28, 36, 33, 0.35);
  color: inherit;
}
.gift-hub-meta {
  margin: 0 0 0.55rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal, #0F7A6E);
}
.gift-hub-card h2 {
  margin: 0 0 0.55rem;
  font-family: var(--serif, "Source Serif 4", Georgia, serif);
  font-size: 1.35rem;
  line-height: 1.25;
}
.gift-hub-card p { margin: 0 0 1rem; color: var(--ink-soft, #3d4a45); flex: 1; font-size: 0.95rem; }
.gift-hub-card .go {
  font-size: 0.9rem;
  font-weight: 650;
  color: var(--teal, #0F7A6E);
}
.gift-crumb {
  padding: 1rem 0 0;
  font-size: 0.85rem;
  color: var(--faint, #8a9691);
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: center;
}
.gift-crumb a { color: inherit; text-decoration: none; }
.gift-crumb a:hover { color: var(--teal, #0F7A6E); }
.gift-meta-line {
  margin: 0.75rem 0 0;
  font-size: 0.92rem;
  color: var(--faint, #8a9691);
}
.gift-disclaimer { margin-top: 1rem; max-width: 52rem; }
.gift-pick-list {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}
.gift-pick {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg, 18px);
  padding: 1.25rem 1.35rem;
}
.gift-pick-rank {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal, #0F7A6E);
  margin-bottom: 0.35rem;
}
.gift-pick h3 {
  margin: 0 0 0.35rem;
  font-size: 1.2rem;
  line-height: 1.3;
}
.gift-pick h3 a { text-decoration: none; color: inherit; }
.gift-pick h3 a:hover { color: var(--teal, #0F7A6E); }
.gift-pick-meta {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  color: var(--faint, #8a9691);
}
.gift-why {
  margin: 0 0 1rem;
  line-height: 1.65;
  color: var(--ink-soft, #3d4a45);
}
.gift-pick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.gift-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1rem;
}
.gift-related-card {
  display: block;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius, 14px);
  padding: 1.15rem 1.2rem;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease;
}
.gift-related-card:hover { border-color: var(--teal, #0F7A6E); color: inherit; }
.gift-related-card h3 { margin: 0.35rem 0; font-size: 1.05rem; }
.gift-related-card p { margin: 0; font-size: 0.9rem; color: var(--ink-soft, #3d4a45); }
@media (max-width: 960px) {
  .gift-hub-grid,
  .gift-related-grid { grid-template-columns: 1fr; }
}
