.article-hero {
  padding: clamp(3.5rem, 8vw, 7rem) clamp(1.25rem, 6vw, 7rem) clamp(3rem, 6vw, 5.5rem);
  color: var(--white);
  background: var(--forest);
}

.breadcrumbs { display: flex; flex-wrap: wrap; gap: .45rem; margin: 0 0 2.2rem; color: #9eb6ae; font-size: .78rem; }
.breadcrumbs a { color: #d8e5e0; text-decoration: none; }
.breadcrumbs a:hover, .breadcrumbs a:focus-visible { color: var(--lime); }
.article-hero h1 { max-width: 970px; font-size: clamp(3rem, 7vw, 6.8rem); }
.article-hero .lede { max-width: 760px; margin: 1.6rem 0 0; color: #c9d9d3; font-size: clamp(1.05rem, 2vw, 1.28rem); }
.article-meta { display: flex; flex-wrap: wrap; gap: .55rem 1.5rem; margin: 2rem 0 0; padding: 1.25rem 0 0; border-top: 1px solid rgba(255,255,255,.14); color: #9eb6ae; font-size: .76rem; }
.article-meta strong { color: var(--white); }

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 780px) minmax(240px, 310px);
  justify-content: center;
  gap: clamp(2.5rem, 7vw, 7rem);
  padding: clamp(3.5rem, 7vw, 7rem) clamp(1.25rem, 6vw, 7rem);
  background: var(--white);
}
.article-body { min-width: 0; }
.article-body > *:first-child { margin-top: 0; }
.article-body h2 { margin: 3.8rem 0 1.2rem; font-size: clamp(2.1rem, 4vw, 3.4rem); line-height: 1.04; }
.article-body h3 { margin: 2.2rem 0 .7rem; font-family: inherit; font-size: 1.1rem; font-weight: 850; letter-spacing: -.015em; line-height: 1.3; }
.article-body p, .article-body li { color: #31463f; }
.article-body a { text-underline-offset: 3px; text-decoration-thickness: 1px; }
.article-body ul, .article-body ol { padding-left: 1.25rem; }
.article-body li + li { margin-top: .65rem; }
.article-body table { width: 100%; border-collapse: collapse; margin: 1.5rem 0 2rem; font-size: .9rem; }
.article-body th, .article-body td { padding: .9rem .75rem; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.article-body th { color: var(--ink); background: var(--soft); font-size: .78rem; }
.article-body caption { margin-bottom: .7rem; text-align: left; color: var(--muted); font-size: .78rem; }

.answer-box, .warning-box, .affiliate-box { margin: 2rem 0; padding: 1.35rem 1.5rem; border-radius: .85rem; }
.answer-box { border-left: 4px solid var(--lime); background: #f0f5dd; }
.warning-box { border-left: 4px solid #c18437; background: #fff7e8; }
.answer-box strong, .warning-box strong, .affiliate-box strong { display: block; margin-bottom: .35rem; color: var(--ink); }
.answer-box p, .warning-box p, .affiliate-box p { margin: 0; }
.affiliate-box { border: 1px solid var(--line); background: var(--paper); }
.affiliate-box .eyebrow-small { margin: 0 0 .45rem; color: #4f6d63; text-transform: uppercase; font-size: .68rem; font-weight: 900; letter-spacing: .12em; }
.checklist { padding: 1.35rem 1.5rem 1.35rem 2.8rem !important; border: 1px solid var(--line); border-radius: .85rem; background: #fbfcf8; }
.sources { margin-top: 4rem; padding-top: 1.4rem; border-top: 1px solid var(--line); font-size: .78rem; }
.sources h2 { margin-top: 0; font-family: inherit; font-size: 1rem; font-weight: 850; letter-spacing: 0; }
.sources p, .sources li { color: var(--muted); }

.article-aside { align-self: start; position: sticky; top: 1.5rem; }
.article-aside nav, .next-card { padding: 1.25rem; border: 1px solid var(--line); border-radius: .9rem; background: var(--paper); }
.article-aside nav > strong { display: block; margin-bottom: .8rem; font-size: .78rem; text-transform: uppercase; letter-spacing: .09em; }
.article-aside nav a { display: block; padding: .55rem 0; color: #3c564d; text-decoration: none; border-top: 1px solid var(--line); font-size: .82rem; font-weight: 700; }
.article-aside nav a:hover, .article-aside nav a:focus-visible { color: #0d664c; }
.next-card { margin-top: 1rem; color: var(--white); background: var(--forest); border-color: var(--forest); }
.next-card span { display: block; color: var(--lime); font-size: .68rem; font-weight: 900; text-transform: uppercase; letter-spacing: .11em; }
.next-card strong { display: block; margin: .45rem 0 .85rem; font-family: Georgia, serif; font-size: 1.45rem; line-height: 1.05; }
.next-card a { color: var(--lime); font-size: .82rem; font-weight: 850; text-decoration: none; }

.guide-hub { padding: clamp(4rem, 8vw, 8rem) clamp(1.25rem, 6vw, 7rem); }
.guide-hub .guide-grid { margin-top: 0; }
.guide-card h2 { margin: 0 0 .8rem; font-size: 1.75rem; line-height: 1.06; }

.quiz-shell { max-width: 980px; margin: 0 auto; padding: clamp(3.5rem, 7vw, 7rem) clamp(1.25rem, 5vw, 4rem); }
.quiz-intro { max-width: 700px; margin-bottom: 2.5rem; }
.quiz-intro h2, .quiz-result h2 { margin: 0; font-size: clamp(2.4rem, 5vw, 4.5rem); }
.quiz-intro > p:last-child, .quiz-result > p { color: var(--muted); }
.quiz-progress { margin-bottom: 2rem; color: #50665f; font-size: .78rem; font-weight: 800; }
.quiz-progress > div { height: 5px; margin-top: .55rem; overflow: hidden; border-radius: 99px; background: var(--soft); }
.quiz-progress i { display: block; width: 16.66%; height: 100%; background: #4f7d68; transition: width .25s ease; }
.quiz-step { padding: 0; border: 0; }
.quiz-step legend { margin-bottom: 1.5rem; font-family: Georgia, serif; font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 500; letter-spacing: -.035em; line-height: 1.08; }
.quiz-step label { display: flex; gap: 1rem; align-items: flex-start; margin-top: .75rem; padding: 1.15rem; border: 1px solid var(--line); border-radius: .85rem; background: var(--white); cursor: pointer; }
.quiz-step label:hover { border-color: #86a399; }
.quiz-step label:has(input:checked) { border-color: #739318; background: #f3fad7; box-shadow: inset 0 0 0 1px #739318; }
.quiz-step input { flex: 0 0 auto; margin-top: .3rem; accent-color: #456c25; }
.quiz-step strong, .quiz-step small { display: block; }
.quiz-step strong { color: var(--ink); }
.quiz-step small { margin-top: .2rem; color: var(--muted); }
.quiz-actions { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2rem; }
.quiz-actions .button { border: 0; cursor: pointer; }
.quiz-actions .button-primary { margin-left: auto; }
.quiz-actions button:disabled { opacity: .42; cursor: not-allowed; transform: none; }
.quiz-back, .quiz-reset { color: var(--ink); border: 1px solid var(--line) !important; background: var(--white); cursor: pointer; }
.quiz-result { padding: clamp(1.5rem, 4vw, 3rem); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.result-path { margin: 2rem 0; padding: 1.35rem; color: var(--white); border-radius: .85rem; background: var(--forest); }
.result-path > strong { color: var(--lime); }
.result-path ol { margin-bottom: 0; padding-left: 1.25rem; }
.result-path li + li { margin-top: .7rem; }
.result-path a { color: var(--white); font-weight: 750; text-underline-offset: 3px; }

@media (max-width: 880px) {
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { position: static; }
  .article-aside nav { display: none; }
}

@media (max-width: 680px) {
  .article-body table { display: block; overflow-x: auto; }
  .article-meta { flex-direction: column; gap: .25rem; }
}
