:root {
  --bg: #f4efe6;
  --paper: #fbf8f2;
  --paper-strong: #fffdf9;
  --ink: #142117;
  --muted: #5f695f;
  --line: rgba(20, 33, 23, 0.12);
  --green: #173f30;
  --green-soft: #245440;
  --gold: #d38a4a;
  --hero: #10271f;
  --content: min(1160px, calc(100vw - 48px));
  --hero-content: min(1220px, calc(100vw - 48px));
  --shadow: 0 30px 80px rgba(10, 16, 12, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: linear-gradient(180deg, #f7f2e9 0%, var(--bg) 100%);
  color: var(--ink);
  font-family: "Manrope", sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.page-shell {
  overflow-x: clip;
}

.hero-shell {
  position: relative;
  color: #f4efe6;
  background:
    radial-gradient(circle at 78% 20%, rgba(211, 138, 74, 0.28), transparent 20%),
    linear-gradient(135deg, #0d221b 0%, var(--hero) 55%, #17392d 100%);
}

.hero-shell::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 140px;
  background: linear-gradient(180deg, rgba(16, 39, 31, 0), rgba(16, 39, 31, 0.15));
  pointer-events: none;
}

.hero-width,
.content-shell,
.site-footer,
.internal-shell {
  width: var(--content);
  margin: 0 auto;
}

.hero-width {
  width: var(--hero-content);
}

.site-header,
.internal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 24px 0 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fbf7ef;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.internal-header .brand-mark {
  background: var(--green);
  border-color: transparent;
}

.brand-copy {
  display: grid;
  gap: 2px;
}

.brand-copy strong {
  font-size: 0.95rem;
}

.brand-copy span,
.site-nav {
  color: rgba(244, 239, 230, 0.7);
}

.internal-header .brand-copy span,
.internal-header .site-nav {
  color: var(--muted);
}

.brand-copy span {
  font-size: 0.82rem;
}

.site-nav {
  display: flex;
  gap: 22px;
  font-size: 0.95rem;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.85fr);
  align-items: center;
  gap: clamp(34px, 5vw, 84px);
  padding: 34px 0 88px;
}

.hero-copy {
  max-width: 620px;
}

.eyebrow {
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--green-soft);
}

.eyebrow-light {
  color: rgba(244, 239, 230, 0.72);
}

.hero h1,
.section-heading-block h2,
.intro-copy h2,
.split-panel h2,
.process-copy h2,
.guide-copy h2,
.about-band h2,
.final-cta h2,
.internal-hero h1,
.internal-section h2,
.review-layout h2,
.review-summary h2 {
  margin: 0;
  font-family: "Newsreader", serif;
  font-weight: 700;
  line-height: 0.93;
  letter-spacing: -0.045em;
}

.hero h1 {
  max-width: 8.7ch;
  font-size: clamp(2.8rem, 5.4vw, 4.85rem);
}

.hero-text,
.hero-disclosure,
.section-heading-block p,
.intro-copy p,
.split-panel p,
.process-copy p,
.process-steps p,
.comparison-card p,
.about-band p,
.final-cta p,
.site-footer p,
.product-row span,
.roundup-row a,
.guide-row a,
.faq-list p,
.internal-hero p,
.internal-section p,
.internal-card p,
.review-summary p,
.review-table span,
.review-layout p,
.review-meta span {
  line-height: 1.72;
}

.hero-text {
  max-width: 54ch;
  margin: 22px 0 0;
  color: rgba(244, 239, 230, 0.84);
  font-size: 1.06rem;
}

.hero-disclosure {
  max-width: 60ch;
  color: rgba(244, 239, 230, 0.64);
  font-size: 0.92rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0 18px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: #f2e4cb;
  color: #173f30;
}

.btn-ghost {
  color: #f4efe6;
  border: 1px solid rgba(244, 239, 230, 0.22);
  background: rgba(255, 255, 255, 0.04);
}

.light-ghost {
  color: #f4efe6;
}

.hero-stage {
  position: relative;
  min-height: 640px;
}

.hero-photo {
  position: absolute;
  inset: 0 36px 46px 0;
  overflow: hidden;
  border-radius: 36px;
  box-shadow: var(--shadow);
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(15, 28, 22, 0.06), rgba(15, 28, 22, 0.22)),
    linear-gradient(135deg, rgba(211, 138, 74, 0.18), transparent 44%);
}

.score-card {
  position: absolute;
  z-index: 1;
  display: grid;
  gap: 6px;
  min-width: 190px;
  padding: 18px 18px 16px;
  border-radius: 22px;
  background: rgba(251, 248, 242, 0.92);
  color: var(--ink);
  box-shadow: 0 18px 40px rgba(10, 16, 12, 0.16);
}

.score-card span,
.process-steps span,
.roundup-row span,
.table-head span,
.review-meta strong {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.7rem;
  color: var(--green-soft);
}

.score-card strong {
  font-size: 1rem;
}

.score-card-top {
  left: -8px;
  bottom: 126px;
}

.score-card-bottom {
  right: 0;
  bottom: 0;
}

.content-shell,
.internal-shell {
  padding: 44px 0 0;
}

.intro-band,
.section-grid,
.process-band,
.guide-band,
.about-band,
.faq-band,
.final-cta,
.internal-hero,
.internal-section,
.review-summary,
.review-layout,
.review-related {
  margin-bottom: 32px;
}

.intro-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1fr);
  gap: 28px;
  padding: 36px;
  border-radius: 32px;
  background: var(--paper-strong);
  box-shadow: 0 16px 50px rgba(42, 36, 24, 0.04);
}

.intro-copy h2,
.section-heading-block h2,
.split-panel h2,
.process-copy h2,
.guide-copy h2,
.about-band h2,
.final-cta h2,
.internal-hero h1,
.internal-section h2,
.review-summary h2,
.review-layout h2 {
  max-width: 12ch;
  font-size: clamp(1.8rem, 3.4vw, 2.85rem);
}

.intro-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.point-card {
  min-height: 120px;
  padding: 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, #fffdf8 0%, #f4edde 100%);
  border: 1px solid rgba(20, 33, 23, 0.06);
}

.point-card h3 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.35;
}

.section-grid {
  padding: 34px 0;
}

.section-heading-block {
  max-width: 640px;
  margin-bottom: 24px;
}

.table-shell,
.internal-card,
.review-summary,
.review-table,
.review-box {
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  background: #fffdf9;
}

.table-row,
.review-table-row {
  display: grid;
  grid-template-columns: 1.15fr 0.8fr 1fr 0.5fr;
  gap: 18px;
  align-items: center;
  padding: 18px 22px;
}

.table-head,
.review-table-head {
  background: #f2ebdc;
}

.product-row,
.review-table-row {
  border-top: 1px solid var(--line);
}

.product-row strong,
.roundup-row h3,
.comparison-card h3,
.guide-row h3,
.process-steps h3,
.internal-card h3,
.review-related h3 {
  margin: 0;
  font-size: 1.1rem;
}

.product-row a,
.comparison-card a,
.guide-row a,
.roundup-row a,
.internal-card a,
.review-related a {
  color: var(--green);
  font-weight: 700;
}

.split-feature {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1fr);
  gap: 18px;
}

.split-panel {
  padding: 34px;
  border-radius: 30px;
}

.dark-panel {
  background: linear-gradient(135deg, #163728 0%, #224a38 100%);
  color: #f4efe6;
}

.category-cloud {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  gap: 14px;
  padding: 28px;
  border-radius: 30px;
  background: #fffdf9;
  border: 1px solid var(--line);
}

.category-pill {
  padding: 14px 18px;
  border-radius: 999px;
  background: #f2ebdc;
  color: var(--green);
  font-weight: 700;
}

.soft-section {
  padding: 34px;
  border-radius: 32px;
  background: linear-gradient(180deg, #fbf7ef 0%, #f2eadb 100%);
}

.compact-block {
  max-width: 520px;
}

.roundup-list {
  display: grid;
  gap: 0;
}

.roundup-row {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid var(--line);
}

.process-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1fr);
  gap: 34px;
  padding: 34px 0;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.process-steps article {
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.process-steps p,
.internal-card p,
.internal-section p,
.review-layout p,
.review-summary p,
.review-related p {
  margin: 10px 0 0;
  color: var(--muted);
}

.comparison-list,
.internal-grid,
.review-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.comparison-card,
.internal-card,
.review-related article {
  min-height: 220px;
  padding: 24px;
  border-radius: 24px;
  background: #fffdf9;
  border: 1px solid var(--line);
}

.comparison-card p {
  color: var(--muted);
}

.guide-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1fr);
  gap: 34px;
  padding: 34px 0;
  border-top: 1px solid var(--line);
}

.guide-list,
.faq-list {
  display: grid;
}

.guide-row,
.faq-list details {
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.about-band {
  padding: 48px 34px;
  border-radius: 30px;
  background: #fffdf9;
  text-align: center;
  border: 1px solid var(--line);
}

.about-band h2,
.about-band p {
  margin-left: auto;
  margin-right: auto;
}

.about-band p {
  max-width: 64ch;
  color: var(--muted);
}

.faq-band {
  padding: 34px 0;
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  font-size: 1.08rem;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.final-cta {
  padding: 48px 36px;
  border-radius: 32px;
  background: linear-gradient(135deg, #173f30 0%, #285542 100%);
  color: #f4efe6;
  text-align: center;
}

.centered-actions {
  justify-content: center;
}

.internal-shell {
  padding-top: 10px;
}

.internal-hero {
  padding: 36px;
  border-radius: 30px;
  background: linear-gradient(180deg, #fffdf9 0%, #f1ebdf 100%);
}

.internal-hero h1 {
  max-width: 11ch;
}

.internal-grid {
  margin-top: 26px;
}

.review-summary {
  padding: 30px;
}

.review-meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.review-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 22px;
}

.review-box {
  padding: 24px;
}

.review-list {
  margin: 14px 0 0;
  padding-left: 18px;
  color: var(--muted);
}

.review-table {
  overflow: hidden;
}

.review-table-row {
  grid-template-columns: 1fr 1fr 1fr;
}

.review-related {
  padding-bottom: 32px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  padding: 8px 0 56px;
}

.site-footer strong {
  display: inline-block;
  margin-bottom: 10px;
}

.site-footer p,
.footer-links {
  color: var(--muted);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

@media (max-width: 1024px) {
  .hero,
  .intro-band,
  .split-feature,
  .process-band,
  .guide-band,
  .comparison-list,
  .process-steps,
  .internal-grid,
  .review-layout,
  .review-related-grid {
    grid-template-columns: 1fr;
  }

  .intro-points {
    grid-template-columns: 1fr;
  }

  .site-footer,
  .review-meta {
    flex-direction: column;
  }

  .review-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  :root {
    --content: min(1160px, calc(100vw - 28px));
    --hero-content: min(1220px, calc(100vw - 28px));
  }

  .site-header,
  .internal-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-nav {
    flex-wrap: wrap;
    gap: 14px 18px;
  }

  .hero {
    padding-bottom: 58px;
  }

  .hero h1 {
    font-size: clamp(2.45rem, 10.5vw, 3.9rem);
  }

  .hero-stage {
    min-height: 420px;
  }

  .hero-photo {
    inset: 0 0 40px 0;
    border-radius: 24px;
  }

  .score-card {
    min-width: 0;
    padding: 14px;
  }

  .score-card-top {
    left: 12px;
    bottom: 96px;
  }

  .score-card-bottom {
    right: 12px;
    bottom: 0;
  }

  .intro-band,
  .soft-section,
  .about-band,
  .final-cta,
  .internal-hero,
  .review-summary,
  .review-box {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .table-shell,
  .review-table {
    overflow-x: auto;
  }

  .table-row {
    min-width: 720px;
  }

  .review-table-row {
    min-width: 620px;
  }

  .roundup-row,
  .review-meta {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .comparison-card,
  .internal-card,
  .review-related article {
    min-height: 0;
  }
}

.review-btn {
  color: var(--green);
  border: 1px solid rgba(20, 33, 23, 0.16);
  background: #fffdf9;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.review-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f2ebdc;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 700;
}

.product-review-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 40px;
  align-items: start;
  margin-bottom: 48px;
  padding: 48px;
  border-radius: 32px;
  background: linear-gradient(135deg, #fffdf9 0%, #fefcf8 50%, #f9f4ea 100%);
  border: 1px solid var(--line);
  box-shadow: 0 20px 50px rgba(28, 34, 28, 0.06);
}

.product-review-image {
  grid-column: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin-bottom: 32px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.product-review-image img {
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 20px;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.14));
}

.product-review-main {
  grid-column: 1;
}

.review-summary-card {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.product-review-main,
.review-summary-card,
.review-panel,
.review-section {
  padding: 28px;
  border-radius: 26px;
  background: #fffdf9;
  border: 1px solid var(--line);
}

.product-review-intro,
.review-note,
.summary-rating span,
.summary-stats span {
  color: var(--muted);
}

.product-review-intro {
  max-width: 66ch;
  margin-top: 18px;
}

.review-note {
  font-size: 0.92rem;
  margin-top: 0;
}

.summary-rating {
  display: grid;
  gap: 6px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.summary-rating strong,
.summary-stats strong {
  display: block;
}

.summary-rating strong {
  font-size: 1.3rem;
  color: var(--green);
}

.summary-stats {
  display: grid;
  gap: 16px;
  padding-top: 18px;
}

.summary-stats div,
.review-meta div {
  display: grid;
  gap: 4px;
}

.review-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 22px;
}

.review-main-column,
.review-side-column {
  display: grid;
  gap: 22px;
}

.review-side-column {
  align-content: start;
}

.review-section h2,
.review-panel h2 {
  margin-bottom: 14px;
}

.review-section > p:not(.eyebrow),
.review-panel > p:not(.eyebrow) {
  color: var(--muted);
}

.pros-cons-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  padding: 0;
  background: transparent;
  border: 0;
}

.review-list {
  margin: 14px 0 0;
  padding-left: 18px;
  color: var(--muted);
}

.review-list li + li {
  margin-top: 10px;
}

.sticky-panel {
  position: static;
}

.review-final-cta {
  background: linear-gradient(180deg, #f9f4ea 0%, #f2eadb 100%);
}

.review-related-grid article {
  min-height: 0;
  padding: 24px;
  border-radius: 24px;
  background: #fffdf9;
  border: 1px solid var(--line);
}

@media (max-width: 1024px) {
  .product-review-hero,
  .review-content-grid,
  .pros-cons-grid {
    grid-template-columns: 1fr;
  }

  .sticky-panel {
    position: static;
  }
}

@media (max-width: 760px) {
  .product-review-main,
  .review-summary-card,
  .review-panel,
  .review-section {
    padding: 22px 18px;
    border-radius: 22px;
  }
}

:root {
  --teal: #2d8f85;
  --teal-deep: #1f6d65;
}

.investigative-hero-shell {
  background:
    radial-gradient(circle at 78% 20%, rgba(45, 143, 133, 0.28), transparent 20%),
    linear-gradient(135deg, #0d221b 0%, #112c23 55%, #1b4b42 100%);
}

.investigative-hero {
  align-items: start;
}

.badge-row-hero {
  margin-bottom: 16px;
}

.light-badge {
  background: rgba(255, 255, 255, 0.08);
  color: #f3efe7;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-summary-card {
  margin-top: 22px;
  padding: 22px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.hero-summary-head {
  display: grid;
  gap: 4px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-summary-head strong {
  font-size: 1rem;
}

.hero-summary-head span,
.hero-summary-grid span,
.pick-link small {
  color: rgba(244, 239, 230, 0.72);
}

.hero-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding-top: 14px;
}

.hero-summary-grid div {
  display: grid;
  gap: 4px;
}

.hero-summary-grid strong {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #f3efe7;
}

.investigative-stage {
  min-height: 620px;
}

.top-picks-card {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 260px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(251, 248, 242, 0.94);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.pick-link {
  display: grid;
  gap: 4px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
}

.pick-link:first-of-type {
  border-top: 0;
}

.pick-link span {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal-deep);
}

.pick-link strong {
  font-size: 1rem;
}

.btn,
.review-btn {
  border-radius: 12px;
}

.btn-primary {
  background: var(--teal);
  color: #f6f4ee;
}

.btn-primary:hover {
  background: var(--teal-deep);
}

.btn-ghost {
  border: 1px solid rgba(244, 239, 230, 0.24);
}

.review-btn {
  color: var(--green);
  border: 1px solid rgba(20, 33, 23, 0.16);
  background: #fffdf9;
}

.review-badge {
  background: #e5f3f1;
  color: var(--teal-deep);
}

.product-review-hero,
.review-summary-card,
.product-review-main,
.review-panel,
.review-section {
  box-shadow: 0 10px 30px rgba(28, 34, 28, 0.04);
}

.investigative-band .table-shell,
.soft-section,
.review-summary,
.review-table,
.review-box,
.review-related-grid article,
.comparison-card,
.internal-card,
.about-band {
  box-shadow: 0 12px 34px rgba(30, 38, 31, 0.035);
}

.review-summary-card {
  border-top: 4px solid var(--teal);
}

.investigative-cta {
  background: linear-gradient(135deg, #17443d 0%, #2d8f85 100%);
}

@media (max-width: 1024px) {
  .hero-summary-grid {
    grid-template-columns: 1fr;
  }

  .top-picks-card {
    position: static;
    width: auto;
    margin-top: 16px;
  }
}
