:root {
  --cream: #f7f1e7;
  --off-white: #fffaf3;
  --card: #e8d8c3;
  --cta: #8f9b82;
  --accent: #4f5a43;
  --charcoal: #2e2a27;
  --muted: #6f6a63;
  --sage: var(--cta);
  --sage-soft: #dfe5d8;
  --terracotta: var(--accent);
  --terracotta-soft: #e8d8c3;
  --line: rgba(46, 42, 39, 0.14);
  --shadow: 0 18px 40px rgba(46, 42, 39, 0.08);
  color-scheme: light;
  font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--charcoal);
  line-height: 1.5;
  overflow-x: hidden;
}

main,
section,
article,
.hero,
.hero__copy,
.hero-trust,
.hero-trust__point,
.section-heading,
.section-heading > *,
.featured-guide > *,
.guide-card,
.audience-card,
.product-card__body,
.affiliate-notice,
.method-strip,
.method-list,
.method-list div,
.guide-picker-grid,
.guide-picker-card,
.comparison-table,
.comparison-row,
.guide-checklist,
.product-card__details,
.guide-link-card,
.disclosure-band {
  min-width: 0;
}

a {
  color: inherit;
}

.site-header,
.site-footer,
main {
  width: calc(100% - 32px);
  max-width: 1120px;
  margin: 0 auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: clamp(76px, 8vw, 96px);
  height: auto;
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

nav a {
  border-radius: 8px;
  padding: 8px 10px;
  color: var(--accent);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}

nav a:hover,
nav a[aria-current="page"] {
  background: var(--sage-soft);
  color: var(--charcoal);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.66fr) minmax(280px, 0.34fr);
  gap: 28px;
  align-items: start;
  padding: 42px 0 18px;
}

.hero__copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--cta);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
  overflow-wrap: break-word;
}

h1,
h2,
h3,
.footer-brand {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0;
}

h1 {
  width: 100%;
  max-width: 780px;
  margin-bottom: 18px;
  font-size: 5.2rem;
  line-height: 0.96;
  overflow-wrap: break-word;
}

h2 {
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 2.7rem;
  line-height: 1.05;
}

h3 {
  margin-bottom: 10px;
  color: var(--accent);
  font-size: 1.35rem;
  line-height: 1.15;
}

.hero p,
.page-intro p,
.section-heading p {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.06rem;
}

.small-note,
.product-note,
.muted,
.affiliate-notice p,
.guide-meta,
.guide-card p,
.shortcut-card small,
.category-card p,
.category-card small,
.audience-card p,
.audience-card small,
.guide-picker-card p,
.comparison-row p,
.product-card__details,
.guide-link-card p,
.site-footer p,
.content-page p {
  color: var(--muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-trust {
  max-width: 920px;
  border: 1px solid rgba(79, 90, 67, 0.24);
  border-radius: 8px;
  margin-top: 8px;
  padding: 16px;
  background: var(--off-white);
  box-shadow: 0 14px 30px rgba(46, 42, 39, 0.06);
}

.hero-trust__lead,
.hero-trust__note {
  max-width: none;
  margin-bottom: 10px;
}

.hero-trust__lead {
  color: var(--charcoal);
  font-size: 0.98rem;
  font-weight: 800;
}

.hero-trust__note {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.hero-trust__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.hero-trust__point {
  border-left: 3px solid var(--cta);
  padding-left: 12px;
}

.hero-trust__point strong,
.hero-trust__point span {
  display: block;
}

.hero-trust__point strong {
  color: var(--accent);
  font-size: 0.92rem;
}

.hero-trust__point span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.4;
}

.hero-trust__freshness {
  max-width: none;
  border-top: 1px solid var(--line);
  margin: 14px 0 0;
  padding-top: 12px;
  color: var(--muted);
  font-size: 0.9rem;
}

.hero-trust__link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--accent);
  font-size: 0.9rem;
  font-weight: 800;
}

.method-strip {
  display: grid;
  grid-template-columns: minmax(170px, 0.32fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  border: 1px solid var(--line);
  border-radius: 8px;
  margin: 4px 0 34px;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(143, 155, 130, 0.16), rgba(232, 216, 195, 0.35)),
    var(--off-white);
  box-shadow: var(--shadow);
}

.method-strip__heading {
  display: grid;
  gap: 6px;
  align-content: center;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.method-strip__heading small {
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 800;
}

.method-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.method-list div {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: rgba(251, 248, 242, 0.82);
}

.method-list span {
  min-width: 0;
  color: var(--charcoal);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.35;
  overflow-wrap: break-word;
}

.method-list strong {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--cta);
  color: var(--charcoal);
  font-size: 0.88rem;
}

.section,
.page-intro,
.content-page,
.guide-checklist {
  padding: 42px 0;
}

.section--featured,
.section--latest {
  border-top: 1px solid var(--line);
}

.section--tight {
  padding-top: 12px;
}

.section--guide-picker,
.section--decision-summary {
  padding-top: 18px;
}

.section-heading {
  display: grid;
  gap: 2px;
  margin-bottom: 22px;
}

.section-heading--split {
  grid-template-columns: minmax(0, 0.68fr) minmax(220px, 0.32fr);
  align-items: end;
  gap: 20px;
}

.section-heading--split p:last-child {
  justify-self: end;
  max-width: 320px;
  margin-bottom: 4px;
  font-size: 0.94rem;
}

.product-grid,
.guide-grid,
.audience-grid,
.shortcut-grid,
.category-grid,
.guide-picker-grid,
.guide-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.guide-grid,
.shortcut-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.audience-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
}

.category-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
}

.guide-picker-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
}

.guide-link-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
}

.product-grid--guide {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
}

.product-card,
.guide-card,
.audience-card,
.shortcut-card,
.category-card,
.guide-picker-card,
.guide-link-card,
.featured-guide,
.content-page article,
.disclosure-band {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--card);
}

.product-card {
  display: grid;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(46, 42, 39, 0.05);
}

.product-card__body,
.guide-card,
.guide-link-card,
.content-page article {
  padding: 18px;
}

.product-card__line {
  margin-bottom: 10px;
}

.product-card__line strong {
  color: var(--charcoal);
}

.product-card__details {
  border-top: 1px solid var(--line);
  margin-top: 14px;
  padding-top: 12px;
  font-size: 0.92rem;
}

.product-card__details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  color: var(--accent);
  font-weight: 800;
  list-style: none;
}

.product-card__details summary::-webkit-details-marker {
  display: none;
}

.product-card__details summary::after {
  content: "+";
  display: inline-grid;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--charcoal);
  font-size: 0.95rem;
  line-height: 1;
}

.product-card__details[open] summary::after {
  content: "-";
}

.product-card__detail-list {
  display: grid;
  gap: 0;
  margin: 12px 0 0;
  padding: 0;
}

.product-card__detail-row {
  display: grid;
  gap: 3px;
  padding: 10px 0;
  border-top: 1px solid var(--line);
}

.product-card__detail-row:first-child {
  border-top: 0;
  padding-top: 0;
}

.product-card__detail-row dt {
  color: var(--charcoal);
  font-weight: 800;
}

.product-card__detail-row dd {
  margin: 0;
}

.button {
  display: inline-flex;
  max-width: 100%;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  padding: 10px 14px;
  background: var(--cta);
  color: var(--charcoal);
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  white-space: normal;
}

.button:hover {
  background: var(--accent);
  color: var(--cream);
}

.button--secondary {
  border: 1px solid var(--line);
  background: var(--off-white);
  color: var(--accent);
}

.product-card .button {
  width: 100%;
  margin-top: 4px;
}

.product-offer-list {
  display: grid;
  gap: 6px;
  margin-top: 8px;
}

.product-offer-list small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.product-note {
  margin: 16px 0 0;
  font-size: 0.94rem;
}

.section--guide-links {
  padding-top: 18px;
}

.guide-picker-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  padding: 18px;
  background: var(--off-white);
}

.guide-picker-card > div,
.comparison-row > div,
.product-offer-list > div {
  min-width: 0;
}

.guide-picker-card__number {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: var(--cta);
  color: var(--charcoal);
  font-weight: 800;
}

.guide-picker-card h3 {
  margin-bottom: 8px;
}

.guide-picker-card p {
  margin-bottom: 10px;
  font-size: 0.94rem;
}

.comparison-table {
  display: grid;
  gap: 8px;
}

.comparison-row {
  display: grid;
  grid-template-columns: minmax(120px, 0.85fr) minmax(0, 1.35fr) minmax(0, 1.2fr) minmax(110px, 0.55fr);
  gap: 14px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: var(--off-white);
}

.comparison-row--head {
  border: 0;
  padding: 0 14px;
  background: transparent;
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.comparison-row strong {
  color: var(--accent);
}

.comparison-row p {
  margin-bottom: 0;
  font-size: 0.92rem;
}

.comparison-row__label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  margin-bottom: 4px;
  color: var(--cta);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.guide-link-card span {
  color: var(--accent);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.15;
}

.affiliate-notice {
  border: 1px solid rgba(79, 90, 67, 0.28);
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 14px 16px;
  background: var(--off-white);
}

.affiliate-notice p {
  margin-bottom: 0;
  font-size: 0.94rem;
}

.affiliate-notice--compact {
  margin: -4px 0 16px;
  padding: 12px 14px;
  background: rgba(255, 250, 243, 0.86);
}

.section--shop-examples .affiliate-notice {
  margin-bottom: 14px;
  background: rgba(255, 250, 243, 0.74);
  box-shadow: none;
}

.featured-guide {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  margin-bottom: 16px;
  padding: 22px;
  background: var(--off-white);
  box-shadow: var(--shadow);
}

.featured-guide h3 {
  max-width: 760px;
  font-size: 2rem;
}

.featured-guide h3 a {
  text-decoration: none;
}

.guide-meta {
  margin-bottom: 10px;
  font-size: 0.86rem;
  font-weight: 800;
}

.guide-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  max-width: 760px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.guide-facts li {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
  color: var(--accent);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.3;
}

.guide-facts li::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: var(--cta);
}

.shortcut-card {
  display: grid;
  min-height: 132px;
  align-content: space-between;
  gap: 18px;
  padding: 18px;
  text-decoration: none;
}

.audience-card {
  display: grid;
  min-height: 170px;
  align-content: space-between;
  gap: 12px;
  padding: 18px;
  text-decoration: none;
}

.category-card {
  display: grid;
  min-height: 148px;
  align-content: start;
  gap: 8px;
  padding: 18px;
  text-decoration: none;
}

.shortcut-card:hover,
.guide-card:hover,
.audience-card:hover,
.category-card:hover,
.guide-link-card:hover {
  border-color: rgba(105, 118, 94, 0.55);
}

.shortcut-card span,
.audience-card span,
.category-card span {
  color: var(--accent);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  font-weight: 700;
}

.audience-card small {
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 800;
}

.category-card small {
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.guide-link-card {
  display: grid;
  min-height: 150px;
  align-content: start;
  gap: 10px;
  text-decoration: none;
}

.guide-link-card p {
  margin-bottom: 0;
  font-size: 0.94rem;
}

.guide-card h3 a {
  text-decoration: none;
}

.text-link {
  color: var(--accent);
  font-weight: 800;
}

.disclosure-band {
  display: grid;
  gap: 8px;
  margin: 18px 0 48px;
  padding: 20px;
  background: var(--card);
}

.disclosure-band p {
  margin-bottom: 0;
}

.page-intro {
  max-width: 780px;
}

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

.content-page {
  display: grid;
  gap: 16px;
  padding-top: 0;
}

.guide-checklist {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 16px;
  padding-top: 18px;
}

.guide-checklist article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background: var(--card);
}

.guide-checklist ul {
  columns: 2;
  column-gap: 24px;
  margin: 0;
  padding-left: 20px;
}

.guide-checklist li {
  break-inside: avoid;
  margin-bottom: 6px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding: 30px 0 42px;
}

.footer-logo {
  display: block;
  width: 88px;
  height: auto;
  margin-bottom: 8px;
}

.site-footer a {
  color: var(--accent);
  font-weight: 800;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

@media (max-width: 860px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  nav {
    justify-content: flex-start;
  }

  .method-strip,
  .method-list,
  .hero,
  .hero-trust__grid,
  .guide-checklist,
  .product-grid,
  .guide-grid,
  .audience-grid,
  .shortcut-grid,
  .guide-picker-grid,
  .guide-link-grid,
  .category-grid,
  .section-heading--split,
  .featured-guide,
  .content-page {
    grid-template-columns: 1fr;
  }

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

  .comparison-row--head {
    display: none;
  }

  .comparison-row__label {
    position: static;
    display: block;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .guide-checklist ul {
    columns: 1;
  }

  .section-heading--split p:last-child {
    justify-self: start;
    max-width: 680px;
  }

  .hero {
    padding-top: 28px;
  }

  .hero__copy {
    max-width: none;
  }

  .hero-trust {
    margin-top: 0;
  }

  .section,
  .page-intro,
  .content-page,
  .guide-checklist {
    padding: 30px 0;
  }

  h1 {
    font-size: 3.6rem;
    line-height: 0.98;
  }

  h2 {
    font-size: 2.25rem;
  }

  .site-footer {
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 520px) {
  .site-header,
  .site-footer,
  main {
    width: calc(100% - 48px);
  }

  nav a {
    padding: 7px 8px;
    font-size: 0.86rem;
  }

  .brand-logo {
    width: 76px;
  }

  .method-strip,
  .hero-trust,
  .affiliate-notice,
  .disclosure-band {
    padding: 16px;
  }

  .hero-trust__note,
  .hero-trust__point span {
    display: none;
  }

  .hero-trust__lead {
    margin-bottom: 12px;
    font-size: 0.92rem;
    line-height: 1.35;
  }

  .hero-trust__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .hero-trust__point {
    border-left: 0;
    border-top: 3px solid var(--cta);
    border-radius: 8px;
    padding: 8px 6px;
    background: rgba(143, 155, 130, 0.08);
  }

  .hero-trust__point strong {
    font-size: 0.76rem;
    line-height: 1.2;
    text-align: center;
  }

  .hero-trust__freshness {
    margin-top: 10px;
    padding-top: 10px;
    font-size: 0.84rem;
    line-height: 1.35;
    text-align: center;
  }

  .hero-trust__link {
    display: flex;
    justify-content: center;
    margin-top: 8px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-actions .button {
    width: 100%;
  }

  h1,
  h2,
  h3,
  p,
  a,
  span,
  small {
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .page-intro h1,
  .page-intro p,
  .guide-picker-card h3,
  .guide-picker-card p,
  .section-heading h2,
  .section-heading p,
  .comparison-row p,
  .product-card h3,
  .product-card p,
  .guide-link-card span,
  .guide-link-card p {
    max-inline-size: 100%;
    inline-size: 100%;
  }

  h1 {
    font-size: 2.15rem;
  }

  .page-intro h1 {
    max-width: 100%;
    font-size: 1.65rem;
    line-height: 1.08;
    overflow-wrap: break-word;
  }

  h2 {
    font-size: 1.92rem;
  }
}
