:root {
  --ink: #183238;
  --muted: #647477;
  --line: #dbe5e2;
  --accent: #198679;
  --blue: #198679;
  --gold: #f2a33a;
  --bg: #f5f8f6;
}

body { background: var(--bg); color: var(--ink); }
.notice { background: #eff3f1; color: #556663; font-size: 12px; padding: 8px 20px; }
.site-header { box-shadow: 0 7px 22px rgba(24, 50, 56, .05); }
.brand { letter-spacing: -.02em; }
.brand-mark { background: var(--accent); }
.site-header nav a { color: #526461; text-decoration: none; font-size: 14px; font-weight: 700; }
.hero:before { background: #e4f1ed; }
.hero:after { background: #f8ead8; }
.hero h1,
.top-pick-section h2,
.ranking-section h2,
.compare-table h2,
.decision h2,
.method h2,
.faq h2 { font-family: Georgia, 'Times New Roman', serif; }
.hero h1 { color: var(--ink); letter-spacing: -.035em; }
.hero h1 span { color: #dd8427; margin-top: 5px; }
.eyebrow { color: var(--accent); font-size: 12px; letter-spacing: .15em; }
.metric-row span:before { content: '✓'; }
.product-card { border-color: #cddbd7; box-shadow: 0 10px 28px rgba(24, 50, 56, .06); }
.product-card.top { border-color: var(--accent); }
.top .rank span { background: #e8f5f1; }
.label { background: #e9f4f1; color: var(--accent); }
.product-body h2 { color: var(--ink); }
.product-body h3 { color: var(--muted); font-weight: 600; }
.deal,
td a { background: var(--accent); box-shadow: 0 9px 20px rgba(25, 134, 121, .18); }
.product-card.top:before { background: #dd8427; }
th { background: var(--ink); }
.decision-grid a,
.method p,
.faq details { box-shadow: 0 8px 24px rgba(24, 50, 56, .04); }
footer { background: var(--ink); }
.mobile-meta { display: none; }

@media (max-width: 860px) {
  .notice { padding: 6px 12px; font-size: 10px; }
  .site-header { padding: 10px 16px; }
  .brand { font-size: 21px; }
  .site-header nav { display: none; }
  .hero { padding-top: 14px; }
  .hero h1 { font-size: 31px; line-height: 1.02; }
  .hero h1 span { font-size: 22px; }
  .lede { font-size: 14px; line-height: 1.38; }
  .metric-row { font-size: 11px; margin-top: 7px; }
  .metric-row span:before { width: 16px; height: 16px; }

  .top-pick-section { margin-bottom: 16px; }
  .top-pick-section h2 { margin-bottom: 9px; }
  .top-pick-section .product-card { grid-template-columns: 42px 112px 1fr; gap: 9px; padding: 12px; }
  .top-pick-section .product-card img { grid-column: 2; grid-row: 1 / span 2; width: 112px; height: 112px; order: 0; }
  .top-pick-section .rank { grid-column: 1; grid-row: 1; }
  .top-pick-section .product-body { grid-column: 3; grid-row: 1 / span 2; }
  .top-pick-section .product-body > p { display: none; }
  .top-pick-section .product-body h2 { font-size: 18px; line-height: 1.1; }
  .top-pick-section .product-body h3 { font-size: 12px; margin-bottom: 5px; }
  .top-pick-section .product-body ul { display: flex; flex-wrap: wrap; gap: 4px; padding: 0; margin: 5px 0 0; list-style: none; }
  .top-pick-section .product-body li { background: #eef4f2; border-radius: 999px; padding: 3px 6px; font-size: 10px; }
  .top-pick-section .score-deal { grid-column: 1 / 4; display: grid; grid-template-columns: 62px 1fr; gap: 10px; align-items: center; }
  .top-pick-section .big-score { font-size: 34px; }
  .top-pick-section .stars,
  .top-pick-section .score-deal small { display: none; }
  .top-pick-section .deal { font-size: 16px; padding: 12px; }

  .detail-list .product-card,
  .detail-list .short-card { grid-template-columns: 34px 68px minmax(0, 1fr); gap: 7px; padding: 9px; }
  .detail-list .product-card img,
  .detail-list .short-card img { width: 68px; height: 66px; }
  .detail-list .product-body > p { display: none; }
  .detail-list .label { display: none; }
  .detail-list .product-body h2 { font-size: 15px; line-height: 1.08; margin-bottom: 3px; }
  .detail-list .product-body h3 { display: none; }
  .detail-list .product-body ul { display: block; margin: 3px 0 0; padding: 0; list-style: none; }
  .detail-list .product-body li { display: inline; background: none; border-radius: 0; font-size: 9px; padding: 0; color: var(--muted); }
  .detail-list .product-body li + li::before { content: ' · '; color: #9aaba7; }
  .detail-list .score-deal { grid-column: 2 / 4; display: grid; grid-template-columns: 50px 1fr; gap: 7px; align-items: center; }
  .detail-list .big-score,
  .detail-list .short-card .big-score { font-size: 25px; }
  .detail-list .stars,
  .detail-list .score-deal small { display: none; }
  .detail-list .deal,
  .detail-list .short-card .deal { font-size: 12px; padding: 8px 7px; min-height: 36px; }
  .compare-table { margin-bottom: 16px; }
  /* Pool-page style compact comparison table with a small CTA column. */
  .compare-table .table-wrap { overflow: hidden; border: 1px solid var(--line); background: #fff; }
  .compare-table table { display: table; min-width: 0; width: 100%; table-layout: fixed; }
  .compare-table thead { display: table-header-group; }
  .compare-table tbody { display: table-row-group; }
  .compare-table tr { display: table-row; }
  .compare-table th,
  .compare-table td { display: table-cell; padding: 9px 5px; border-bottom: 1px solid var(--line); font-size: 10px; line-height: 1.15; }
  .compare-table th { font-size: 8px; letter-spacing: .02em; }
  .compare-table th:nth-child(1), .compare-table td:nth-child(1) { width: 10%; }
  .compare-table th:nth-child(2), .compare-table td:nth-child(2) { width: 36%; overflow-wrap: anywhere; }
  .compare-table th:nth-child(6), .compare-table td:nth-child(6) { width: 11%; text-align: center; }
  .compare-table th:nth-child(5), .compare-table td:nth-child(5) { width: 21%; white-space: nowrap; text-align: right; }
  .compare-table th:nth-child(7), .compare-table td:nth-child(7) { width: 22%; text-align: right; }
  .compare-table td:nth-child(7) a { display: block; min-height: 34px; padding: 8px 3px; border-radius: 6px; text-align: center; font-size: 9px; line-height: 1.05; }
  .compare-table th:nth-child(3), .compare-table td:nth-child(3),
  .compare-table th:nth-child(4), .compare-table td:nth-child(4),
  .compare-table .mobile-meta { display: none; }
}
