:root {
  --bg: #f7f3ea;
  --paper: #fbf8f1;
  --ink: #241c16;
  --muted: #6d5f54;
  --line: rgba(72, 54, 40, 0.16);
  --accent: #b77a4c;
  --accent-strong: #5a3927;
  --accent-soft: #f2e7d9;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background: var(--bg);
}

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

p {
  color: var(--muted);
  line-height: 1.65;
}

.site-shell {
  width: min(1440px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0 0 48px;
}

.topbar {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 8px 0 14px;
  border-bottom: 1px solid var(--line);
  color: #7a675a;
  font-size: 0.82rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.site-header,
.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  padding: 28px 0;
}

.site-header {
  border-bottom: 1px solid var(--line);
  margin-bottom: 34px;
}

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

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.brand strong,
h1,
h2,
h3 {
  font-family: "Fraunces", serif;
}

.brand strong {
  font-size: 2.15rem;
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.brand small {
  color: #7a675a;
  font-size: 0.68rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  line-height: 1.4;
}

.brand-mark {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
}

.brand-mark svg {
  width: 68px;
  height: 68px;
  display: block;
}

.site-nav {
  display: flex;
  gap: 42px;
  align-items: center;
  flex-wrap: wrap;
}

.site-nav a {
  font-size: 1.08rem;
}

.hero {
  display: grid;
  grid-template-columns: 1.55fr 0.85fr;
  gap: 48px;
  align-items: start;
  padding: 30px 0 18px;
}

.eyebrow,
.card-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.hero h1,
.page-hero h1 {
  margin: 20px 0 18px;
  font-size: clamp(3.7rem, 8vw, 6.7rem);
  line-height: 0.92;
  letter-spacing: -0.05em;
}

.hero-copy p {
  max-width: 16ch;
  font-size: 1.25rem;
  line-height: 1.55;
}

.hero-actions,
.section-head,
.product-footer,
.product-topline,
.review-header,
.pros-cons {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.hero-actions {
  margin-top: 34px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 30px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
}

.button-primary {
  background: var(--accent-strong);
  color: #fbf8f1;
}

.button-secondary {
  border-color: var(--line);
  background: transparent;
}

.button-small {
  min-height: 42px;
  padding: 0 18px;
  font-size: 0.92rem;
}

.hero-panel {
  background: var(--accent-strong);
  color: #f4eadf;
  padding: 34px 38px;
  border-radius: 8px;
  box-shadow: 8px 10px 0 rgba(69, 47, 32, 0.08);
}

.hero-panel h2,
.hero-panel p,
.hero-panel span,
.hero-panel blockquote {
  color: inherit;
}

.hero-panel h2 {
  margin: 16px 0 0;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.05;
}

.hero-criteria {
  display: grid;
  margin-top: 26px;
}

.hero-criteria > div {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  padding: 24px 0;
  border-top: 1px solid rgba(244, 234, 223, 0.14);
}

.hero-criteria strong {
  font-family: "Fraunces", serif;
  font-size: 2.35rem;
  line-height: 1;
}

.hero-criteria span {
  display: block;
  margin-bottom: 10px;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-criteria p {
  margin: 0;
  color: rgba(244, 234, 223, 0.88);
}

.editor-quote {
  margin: 26px 0 0;
  padding-top: 28px;
  border-top: 1px solid rgba(244, 234, 223, 0.14);
  font-family: "Fraunces", serif;
  font-size: 1.9rem;
  line-height: 1.15;
}

.journey-block,
.analysis-band,
.warning-band,
.site-footer {
  margin-top: 44px;
  padding-top: 34px;
  border-top: 1px solid var(--line);
}

.section-head {
  align-items: end;
  margin-bottom: 18px;
}

.section-head h2 {
  margin: 10px 0 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.02;
}

.needs-intro,
.journey-grid,
.budget-grid,
.warning-grid,
.category-rail,
.product-grid,
.article-intro-grid,
.guides-editorial,
.page-hero-split,
.feature-grid-split,
.card-grid,
.pros-cons {
  display: grid;
  gap: 24px;
}

.needs-intro,
.page-hero-split,
.feature-grid-split,
.article-intro-grid {
  grid-template-columns: 1.1fr 0.9fr;
}

.journey-grid,
.budget-grid,
.warning-grid,
.category-rail,
.product-grid,
.card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.journey-card,
.budget-card,
.warning-card,
.category-block {
  padding-top: 28px;
  border-top: 2px solid rgba(36, 28, 22, 0.82);
}

.journey-card h3,
.budget-card h3,
.warning-card h3,
.category-block strong {
  margin: 16px 0 12px;
  font-size: 1.55rem;
  line-height: 1.06;
}

.rich-card,
.mini-panel,
.article-aside,
.comparison-table-wrap,
.review-card,
.product-card,
.card {
  background: transparent;
  border: none;
  padding: 0;
}

.analysis-panel {
  padding-left: 28px;
  border-left: 1px solid var(--line);
}

.analysis-panel .editorial-list,
.article-aside .editorial-list {
  margin: 18px 0 0;
}

.editorial-list {
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.8;
}

.guides-editorial {
  grid-template-columns: 0.9fr 1.45fr;
  gap: 48px;
}

.guides-lead h2 {
  margin: 16px 0 20px;
  font-size: clamp(3rem, 6vw, 4.6rem);
  line-height: 0.94;
}

.guides-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.guide-row {
  display: grid;
  grid-template-columns: 180px 1fr auto;
  gap: 28px;
  align-items: start;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.guide-row h3 {
  margin: 0 0 12px;
  font-size: 2.15rem;
  line-height: 1.04;
}

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

.guide-row .text-link {
  align-self: center;
  font-size: 0.92rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.category-block p {
  max-width: 28ch;
}

.product-card {
  border: 1px solid var(--line);
  padding: 28px;
  background: var(--paper);
}

.product-card h3 {
  margin: 12px 0 10px;
  font-size: 1.7rem;
  line-height: 1.08;
}

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

.comparison-table {
  width: 100%;
  border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
  padding: 16px 12px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.comparison-table td span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.92rem;
}

.feature-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.feature-pills span {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--accent-strong);
  font-size: 0.92rem;
  font-weight: 700;
}

.review-card,
.comparison-table-wrap,
.rich-card,
.article-aside,
.mini-panel {
  padding: 0;
}

.review-card {
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.review-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.review-position,
.review-score,
.review-angle {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--accent-strong);
}

.pros-cons > div {
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.score-orb {
  display: grid;
  place-items: center;
  width: 150px;
  height: 150px;
  margin: 22px 0;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.score-orb strong {
  font-family: "Fraunces", serif;
  font-size: 3rem;
  line-height: 1;
}

.site-footer p {
  max-width: 42ch;
}

@media (max-width: 1120px) {
  .hero,
  .needs-intro,
  .page-hero-split,
  .feature-grid-split,
  .article-intro-grid,
  .guides-editorial,
  .journey-grid,
  .budget-grid,
  .warning-grid,
  .category-rail,
  .product-grid,
  .card-grid,
  .pros-cons {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 820px) {
  .site-shell {
    width: min(100%, calc(100% - 32px));
  }

  .topbar,
  .site-header,
  .site-footer,
  .site-nav,
  .hero-actions,
  .section-head,
  .product-footer,
  .product-topline,
  .review-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(2.6rem, 14vw, 4.8rem);
  }

  .hero-copy p {
    max-width: none;
    font-size: 1.08rem;
  }

  .hero-panel {
    padding: 26px;
  }

  .site-nav {
    gap: 14px;
  }
}
