
:root {
  --ink: #151412;
  --muted: #615d55;
  --line: #ded8cc;
  --paper: #fffaf0;
  --panel: #ffffff;
  --accent: #155eef;
  --accent-2: #ff4f8b;
  --accent-3: #d7ff2f;
  --shadow: 8px 8px 0 #151412;
}
* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.55;
}
a { color: inherit; }
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 18px clamp(18px, 5vw, 64px);
  border-bottom: 1px solid var(--line);
  background: rgba(255,250,240,.92);
  position: relative;
  z-index: 5;
  backdrop-filter: blur(10px);
}
.brand {
  font-weight: 900;
  font-size: clamp(18px, 2vw, 26px);
  letter-spacing: .01em;
}
.nav {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  font-size: 14px;
}
.nav a { text-decoration: none; color: var(--muted); }
.hero, .section, .footer {
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(34px, 6vw, 66px) clamp(18px, 5vw, 42px);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: clamp(22px, 5vw, 54px);
  align-items: end;
}
.eyebrow {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 900;
  font-size: 13px;
}
h1, h2, h3 { line-height: .96; margin: 0; }
h1 { font-size: clamp(46px, 8vw, 104px); letter-spacing: -.02em; }
h2 { font-size: clamp(30px, 5vw, 58px); }
h3 { font-size: 24px; }
.eyebrow + h1,
.eyebrow + h2 {
  margin-top: 14px;
}
h1 + .dek,
h2 + .dek,
h2 + .method,
h2 + .table-wrap,
h2 + .faq-grid,
h2 + .fit-grid,
h2 + .cta {
  margin-top: 18px;
}
.dek + .picks,
.dek + .table-wrap,
.dek + .fit-grid,
.dek + .faq-grid {
  margin-top: 22px;
}
.dek { font-size: clamp(18px, 2.2vw, 25px); color: var(--muted); max-width: 760px; }
.disclosure {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.76);
  padding: 16px 18px;
  font-size: 14px;
  color: var(--muted);
}
.hero-card, .pick, .table-wrap, .method, .faq-item, .cta, .fit-card {
  background: var(--panel);
  border: 1px solid var(--line);
}
.hero-card {
  padding: 22px;
}
.hero-card-kicker {
  margin: 0 0 12px;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 900;
  font-size: 13px;
}
.hero-card-title {
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1;
}
.hero-card-copy {
  margin: 14px 0 0;
  color: var(--muted);
}
.guide-chips {
  display: none;
}
.metric {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.metric:last-child { border-bottom: 0; }
.picks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.table-wrap,
.fit-grid,
.faq-grid,
.method,
.cta {
  margin-top: 22px;
}
.pick {
  padding: 22px;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.rank {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: white;
  font-weight: 900;
}
.score {
  margin-top: auto;
  font-size: 48px;
  line-height: .9;
  font-weight: 900;
  color: var(--accent);
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  padding: 10px 16px;
  border: 2px solid var(--ink);
  background: var(--ink);
  color: white;
  text-decoration: none;
  font-weight: 900;
}
.button.secondary {
  background: transparent;
  color: var(--ink);
}
table {
  width: 100%;
  border-collapse: collapse;
  background: var(--panel);
}
th, td {
  padding: 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}
th { background: var(--ink); color: white; }
.fit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.fit-card, .method, .faq-item, .cta {
  padding: 22px;
}
.method ul { margin: 16px 0 0; padding-left: 20px; }
.content-grid,
.criteria-grid,
.deep-dive-grid,
.caveat-grid,
.checklist-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 28px;
  margin-top: 22px;
}
.criteria-grid,
.deep-dive-grid,
.caveat-grid,
.checklist-grid {
  grid-template-columns: 1fr;
}
.content-card,
.criteria-card,
.deep-dive-card,
.caveat-card,
.checklist-card {
  padding: 0;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.content-card.wide,
.deep-dive-card,
.checklist-card.wide {
  grid-column: 1 / -1;
}
.content-card p,
.criteria-card p,
.deep-dive-card p,
.caveat-card p,
.checklist-card p {
  margin: 12px 0 0;
}
.content-card p:first-child,
.criteria-card p:first-child,
.deep-dive-card p:first-child,
.caveat-card p:first-child,
.checklist-card p:first-child {
  margin-top: 0;
}
.deep-dive-card h3 + p,
.criteria-card h3 + p,
.caveat-card h3 + p {
  margin-top: 10px;
}
.checklist-card ol {
  margin: 14px 0 0;
  padding-left: 22px;
}
.checklist-card li + li {
  margin-top: 10px;
}
.quick-points,
.mini-facts,
.inline-points {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}
.quick-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.quick-points li,
.mini-facts li,
.inline-points li {
  position: relative;
  padding-left: 22px;
}
.quick-points li::before,
.mini-facts li::before,
.inline-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}
.criteria-card,
.caveat-card {
  display: grid;
  grid-template-columns: minmax(150px, .34fr) minmax(0, 1fr);
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line) !important;
}
.deep-dive-card {
  padding: 18px 0 18px 22px;
  border-left: 4px solid var(--accent) !important;
}
.deep-dive-card + .deep-dive-card {
  border-top: 1px solid var(--line) !important;
}
.content-card.wide,
.checklist-card.wide {
  padding: 18px 0;
  border-top: 1px solid var(--line) !important;
  border-bottom: 1px solid var(--line) !important;
}
.content-card:not(.wide) {
  padding-top: 8px;
}
.source-note {
  color: var(--muted);
  font-size: 15px;
}
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.footer {
  color: var(--muted);
  border-top: 1px solid var(--line);
}
@media (max-width: 980px) {
  .hero-grid, .picks, .fit-grid, .faq-grid { grid-template-columns: 1fr; }
  .content-grid, .criteria-grid, .deep-dive-grid, .caveat-grid, .checklist-grid { grid-template-columns: 1fr; }
  .content-card.wide, .deep-dive-card, .checklist-card.wide { grid-column: auto; }
  .quick-points { grid-template-columns: 1fr; }
  .criteria-card, .caveat-card { grid-template-columns: 1fr; gap: 8px; }
  .site-header { align-items: flex-start; flex-direction: column; }
  .cta { align-items: flex-start; flex-direction: column; }
  th, td { padding: 14px; }
}

:root {
  --paper: #eef5f3;
  --panel: #ffffff;
  --ink: #1e2b33;
  --muted: #718391;
  --line: #d4dfdc;
  --accent: #00b973;
  --accent-2: #2f72ff;
  --accent-3: #ff9b4a;
  --shadow: 0 26px 76px rgba(28,45,51,.08);
}
body {
  background: var(--paper);
  font-family: "Avenir Next", "Trebuchet MS", sans-serif;
}
.site-header {
  background: rgba(255,255,255,.78);
  border-bottom: 1px solid var(--line);
}
.brand {
  font-family: "Arial Black", "Avenir Next", sans-serif;
  letter-spacing: -.04em;
}
.nav a {
  padding: 11px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,.64);
  color: var(--ink);
  font-size: 15px;
}
.hero {
  max-width: 1180px;
  padding-top: clamp(48px, 7vw, 86px);
  padding-bottom: clamp(20px, 3vw, 34px);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 26px;
  align-items: stretch;
}
.hero-grid > div {
  min-height: 360px;
  padding: clamp(42px, 7vw, 76px);
  border: 1px solid var(--line);
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(255,255,255,.82), rgba(236,255,248,.78));
}
.hero-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 360px;
  padding: 30px;
  border: 0;
  border-radius: 34px;
  background: var(--ink);
  color: white;
  box-shadow: none;
}
.hero-card-kicker {
  display: block;
  font-family: "Arial Black", "Avenir Next", sans-serif;
  color: var(--accent-3);
}
.hero-card-title {
  color: white;
  font-family: "Arial Black", "Avenir Next", sans-serif;
  font-size: 30px;
  line-height: 1;
}
.hero-card-copy {
  display: block;
  margin-top: auto;
  color: rgba(255,255,255,.78);
  font-family: "Arial Black", "Avenir Next", sans-serif;
  font-size: 14px;
  letter-spacing: .09em;
  line-height: 1.45;
  text-transform: uppercase;
}
.hero-card .metric,
.hero-card .disclosure {
  display: none;
}
.hero-card .button {
  display: inline-flex;
  align-self: flex-start;
  margin-top: 28px;
  border: 0;
  border-radius: 999px;
  background: var(--accent-3);
  color: white;
}
.guide-chips {
  display: flex;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(18px, 5vw, 42px) clamp(18px, 3vw, 30px);
  gap: 12px;
  flex-wrap: wrap;
}
.guide-chips span {
  padding: 12px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: var(--muted);
  font-family: "Arial Black", "Avenir Next", sans-serif;
}
.eyebrow {
  color: var(--accent);
  font-family: "Arial Black", "Avenir Next", sans-serif;
  letter-spacing: .14em;
}
h1, h2, h3 {
  font-family: "Arial Black", "Avenir Next", sans-serif;
  letter-spacing: -.055em;
}
h1 {
  max-width: 700px;
  font-size: clamp(58px, 8vw, 106px);
}
h2 {
  font-size: clamp(34px, 5vw, 52px);
}
.dek {
  max-width: 660px;
  color: var(--muted);
}
.design-interactive-guide #top-picks {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 32px;
  max-width: 1180px;
  padding-top: clamp(16px, 3vw, 32px);
}
.design-interactive-guide #top-picks::before {
  content: "Guide path\A\A Products\A Method\A Details";
  white-space: pre-line;
  min-height: 150px;
  padding: 24px 22px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255,255,255,.78);
  color: var(--muted);
  font-size: 18px;
  line-height: 1.9;
}
.design-interactive-guide #top-picks > .eyebrow,
.design-interactive-guide #top-picks > h2,
.design-interactive-guide #top-picks > .dek {
  display: none;
}
.picks {
  display: flex;
  flex-direction: column;
  grid-column: 2;
  gap: 18px;
}
.pick {
  min-height: 132px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 90px 190px;
  align-items: center;
  gap: 28px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: white;
  box-shadow: var(--shadow);
}
.pick:nth-child(n) {
  background: white;
}
.rank {
  width: auto;
  height: auto;
  display: block;
  background: transparent;
  color: var(--accent-2);
  font-family: "Arial Black", "Avenir Next", sans-serif;
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.rank::before {
  content: "Pick ";
}
.pick h3 {
  grid-column: 1;
  font-size: 28px;
}
.pick strong {
  grid-column: 3;
  grid-row: 1 / span 3;
  color: var(--muted);
  font-family: "Arial Black", "Avenir Next", sans-serif;
  font-size: 18px;
}
.pick p {
  grid-column: 1;
  color: var(--muted);
  margin: 0;
}
.score {
  grid-column: 2;
  grid-row: 1 / span 3;
  margin: 0;
  align-self: center;
  color: var(--accent);
  font-size: 48px;
}
.pick .button {
  display: none;
}
.table-wrap {
  display: none;
}
.design-interactive-guide #compare {
  display: none;
}
.method, .cta, .fit-card, .faq-item {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: white;
  box-shadow: none;
}
.content-card, .criteria-card, .deep-dive-card, .caveat-card, .checklist-card {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: white;
  box-shadow: none;
}
.method, .cta {
  max-width: 780px;
  margin-left: clamp(220px, 22vw, 330px);
}
.fit-grid, .faq-grid {
  max-width: 780px;
  margin-left: clamp(220px, 22vw, 330px);
}
.content-grid, .criteria-grid, .deep-dive-grid, .caveat-grid, .checklist-grid {
  max-width: 780px;
  margin-left: clamp(220px, 22vw, 330px);
}
.fit-grid {
  grid-template-columns: 1fr;
}
.faq-grid {
  grid-template-columns: 1fr 1fr;
}
.button {
  border: 0;
  border-radius: 999px;
  background: var(--accent-3);
  color: white;
}
.design-interactive-guide .section {
  padding-top: clamp(34px, 5vw, 58px);
  padding-bottom: clamp(34px, 5vw, 58px);
}
.design-interactive-guide h2 + .method,
.design-interactive-guide h2 + .fit-grid,
.design-interactive-guide h2 + .faq-grid,
.design-interactive-guide h2 + .cta {
  margin-top: 20px;
}
@media (max-width: 980px) {
  .hero-grid, .design-interactive-guide #top-picks { grid-template-columns: 1fr; }
  .picks { grid-column: auto; }
  .pick { grid-template-columns: 1fr; }
  .pick strong, .pick h3, .pick p, .score { grid-column: auto; grid-row: auto; }
  .method, .cta, .fit-grid, .faq-grid, .content-grid, .criteria-grid, .deep-dive-grid, .caveat-grid, .checklist-grid { margin-left: 0; max-width: none; }
}
