:root {
  --bg: #f7f6f3;
  --surface: #ffffff;
  --surface-soft: #fcfaf6;
  --text: #1f2430;
  --muted: #667085;
  --line: #e8e3da;
  --accent: #8b6f47;
  --accent-soft: #f0e8dc;
  --shadow: 0 10px 30px rgba(31, 36, 48, 0.05);
  --max: 1080px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; }
ul { margin: 0; padding-left: 1.1rem; }
.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 20px;
}
.site-header {
  background: rgba(255,255,255,0.82);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  backdrop-filter: blur(10px);
  z-index: 10;
}
.site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
}
.site-nav,
.site-footer nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.site-header nav a,
.site-footer nav a {
  color: var(--muted);
  font-size: 0.96rem;
}
.brand {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.brand img {
  display: block;
  width: 170px;
  height: auto;
}
.brand a {
  display: inline-flex;
  align-items: center;
}
.hero-page, .compare-page, .legal-page { padding: 56px 20px 96px; }
.hero { padding: 20px 0 32px; }
.hero-split, .compare-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.8fr);
  gap: 24px;
  align-items: start;
}
.hero-copy {
  max-width: 760px;
}
.eyebrow,
.mini-label {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  font-weight: 700;
}
.mini-label {
  margin-bottom: 0.6rem;
}
h1, h2, h3 { line-height: 1.12; }
h1 {
  font-size: clamp(2.3rem, 5vw, 4.4rem);
  margin: 8px 0 18px;
  max-width: 12ch;
}
h2 {
  font-size: clamp(1.35rem, 2.3vw, 2rem);
  margin-top: 0;
  margin-bottom: 0.7rem;
}
h3 {
  font-size: 1.05rem;
  margin: 0 0 0.55rem;
}
.subline, .decision-anchor {
  color: var(--muted);
  max-width: 760px;
  font-size: 1.02rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--text);
  color: white;
  padding: 13px 18px;
  border-radius: 999px;
  font-weight: 600;
}
.button-secondary {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--line);
}
.focus-card, .card, .overview-card, .decision-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 24px;
  box-shadow: var(--shadow);
}
.current-focus {
  margin-top: 8px;
  background: linear-gradient(180deg, var(--surface) 0%, var(--surface-soft) 100%);
}
.principles-block,
.compare-table-card,
.affiliate-card,
.note-grid,
.overview-strip,
.methodology-card {
  margin-top: 36px;
}
.section-intro {
  margin-bottom: 18px;
}
.section-intro.compact {
  margin-bottom: 8px;
}
.trust-grid, .two-col, .note-grid, .overview-strip, .affiliate-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.methodology-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 12px;
}
.trust-grid div,
.overview-card,
.methodology-grid div,
.affiliate-slot {
  background: var(--accent-soft);
  border-radius: 18px;
  padding: 18px;
  color: var(--text);
}
.trust-grid p,
.overview-card p,
.card p,
.focus-card p,
.decision-panel p {
  margin-bottom: 0;
}
.muted-copy,
.affiliate-note {
  color: var(--muted);
}
.affiliate-grid {
  margin-top: 18px;
}
.affiliate-slot {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.affiliate-slot h3 {
  margin-bottom: 0;
}
.asin-line {
  color: var(--muted);
  font-size: 0.9rem;
  margin-top: auto;
}
.affiliate-slot .button {
  align-self: flex-start;
}
.button-disabled {
  background: transparent;
  color: var(--muted);
  border: 1px solid var(--line);
  cursor: not-allowed;
}
.affiliate-note {
  margin-top: 18px;
  font-size: 0.92rem;
}
.product-card-soft {
  background: linear-gradient(180deg, var(--surface) 0%, var(--surface-soft) 100%);
}
.note-grid-balanced {
  align-items: stretch;
}
.note-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.note-card-strong {
  background: linear-gradient(180deg, var(--surface) 0%, var(--surface-soft) 100%);
}
.note-card h2 {
  margin-bottom: 0.55rem;
}
.legal-card {
  max-width: 780px;
}
.legal-card h1 {
  max-width: none;
}
.legal-card h2 {
  margin-top: 2rem;
}
.legal-card h3 {
  margin-top: 1.6rem;
}
.legal-card h4 {
  margin: 1.1rem 0 0.45rem;
  line-height: 1.25;
}
.legal-card ul {
  margin: 0.4rem 0 1rem;
}
.legal-card li + li {
  margin-top: 0.5rem;
}
.legal-placeholder {
  color: #a15c2f;
  font-weight: 700;
}
.legal-emphasis {
  font-weight: 700;
}
.legal-source {
  color: var(--muted);
  margin-top: 2rem;
}
.site-footer {
  border-top: 1px solid var(--line);
  background: rgba(255,255,255,0.55);
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 24px 20px;
  color: var(--muted);
  font-size: 0.94rem;
}
.bullet-clean li + li {
  margin-top: 0.5rem;
}
.table-wrap {
  overflow-x: auto;
  margin-top: 10px;
}
.capacity-switch {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  margin: 8px 0 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface-soft);
}
.capacity-button {
  appearance: none;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  min-width: 74px;
  padding: 10px 16px;
}
.capacity-button.is-active {
  background: var(--text);
  color: #fff;
}
table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  margin-top: 8px;
}
th, td {
  text-align: left;
  padding: 14px 12px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
th {
  font-size: 0.95rem;
  color: var(--muted);
  font-weight: 600;
}
tr:last-child td {
  border-bottom: none;
}
@media (max-width: 900px) {
  .hero-split, .compare-hero {
    grid-template-columns: 1fr;
  }
  h1 {
    max-width: none;
  }
}
@media (max-width: 720px) {
  .trust-grid, .two-col, .note-grid, .overview-strip, .methodology-grid, .affiliate-grid {
    grid-template-columns: 1fr;
  }
  .site-header .container {
    align-items: flex-start;
    gap: 10px;
  }
  .site-nav {
    justify-content: flex-end;
    gap: 10px;
  }
  .site-header nav a {
    font-size: 0.9rem;
  }
  .hero-page, .compare-page {
    padding: 40px 20px 72px;
  }
  .site-header .container {
    padding: 14px 20px;
  }
}
