.content-page {
  background: var(--cream);
}

.content-hero {
  padding-block: 64px 72px;
  color: var(--cream);
  background:
    radial-gradient(circle at 90% 0, rgba(222, 200, 166, 0.17), transparent 33%),
    #20292c;
}

.content-hero .wrap {
  max-width: 980px;
}

.content-breadcrumbs {
  display: flex;
  margin-bottom: 34px;
  flex-wrap: wrap;
  gap: 9px;
  color: rgba(255, 249, 243, 0.62);
  font-size: 0.78rem;
}

.content-breadcrumbs a {
  color: rgba(255, 249, 243, 0.84);
}

.content-hero h1 {
  max-width: 900px;
  margin-bottom: 22px;
  font-size: clamp(2.65rem, 6vw, 5rem);
}

.content-deck {
  max-width: 830px;
  margin-bottom: 26px;
  color: rgba(255, 249, 243, 0.78);
  font-size: clamp(1.04rem, 2vw, 1.26rem);
}

.editorial-credit {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  color: var(--muted);
  font-size: 0.8rem;
}

.editorial-avatar {
  width: 44px;
  height: 44px;
  border: 2px solid rgba(67, 87, 90, 0.16);
  border-radius: 50%;
  flex: 0 0 auto;
  object-fit: cover;
  object-position: 38% center;
}

.editorial-credit-copy {
  display: flex;
  max-width: 690px;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 3px 14px;
}

.editorial-credit-meta {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 3px 14px;
}

.editorial-credit strong {
  color: var(--ink);
}

.editorial-mini-bio {
  color: #4f585a;
  font-size: 0.8rem;
}

.editorial-reviewed {
  color: var(--muted);
}

.editorial-current {
  color: var(--eucalyptus);
}

.editorial-credit a {
  color: #43575a;
}

.review-freshness {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.review-freshness span {
  color: var(--eucalyptus);
}

.content-hero .editorial-credit,
.content-hero .review-freshness {
  color: rgba(255, 249, 243, 0.72);
}

.content-hero .editorial-credit strong {
  color: var(--cream);
}

.content-hero .editorial-credit a,
.content-hero .review-freshness span {
  color: var(--gold-soft);
}

.content-hero .editorial-avatar {
  border-color: rgba(255, 249, 243, 0.34);
}

.content-hero .editorial-mini-bio,
.content-hero .editorial-reviewed {
  color: rgba(255, 249, 243, 0.72);
}

.content-hero .editorial-credit--bio {
  border-color: rgba(255, 249, 243, 0.18);
  background: rgba(255, 255, 255, 0.06);
}

.editorial-credit--bio {
  display: grid;
  max-width: 860px;
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 10px;
  background: rgba(255, 255, 255, 0.68);
}

.editorial-credit--bio .editorial-avatar {
  width: 46px;
  height: 46px;
}

.editorial-credit--bio .editorial-credit-copy {
  display: grid;
  width: 100%;
  max-width: none;
  grid-template-columns: max-content minmax(0, 1fr);
  column-gap: 10px;
  row-gap: 2px;
}

.editorial-credit--bio .editorial-mini-bio {
  min-width: 0;
}

.editorial-credit--bio .editorial-credit-meta {
  grid-column: 1 / -1;
  gap: 3px 12px;
  font-size: 0.75rem;
}

.picks-section .editorial-credit {
  margin: -22px 0 28px;
}

.picks-section .review-freshness {
  margin: 8px 0 26px;
}

.local-depth-section {
  background:
    radial-gradient(circle at 92% 8%, rgba(201, 154, 87, 0.12), transparent 30%),
    #f2ece3;
}

.local-depth-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.36fr) minmax(310px, 0.64fr);
  align-items: start;
  gap: 26px;
}

.local-corridors,
.local-planning-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow-sm);
}

.local-corridors {
  padding: 8px 28px 4px;
}

.local-corridors > h3 {
  margin: 18px 0 8px;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
}

.local-corridor {
  display: grid;
  padding: 22px 0;
  border-top: 1px solid var(--line);
  grid-template-columns: minmax(180px, 0.62fr) minmax(0, 1.38fr);
  gap: 24px;
}

.local-corridor h4 {
  margin: 0 0 5px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.08rem;
}

.local-corridor span {
  display: block;
  color: var(--eucalyptus);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.45;
}

.local-corridor p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.local-planning-card {
  padding: 28px;
}

.local-planning-card h3 {
  margin: 6px 0 24px;
  font-size: clamp(1.55rem, 2.5vw, 2.1rem);
}

.local-planning-card ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: local-check;
}

.local-planning-card li {
  position: relative;
  min-height: 44px;
  margin-top: 18px;
  padding-left: 48px;
  counter-increment: local-check;
}

.local-planning-card li::before {
  position: absolute;
  top: -2px;
  left: 0;
  display: grid;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(126, 35, 75, 0.18);
  border-radius: 50%;
  place-items: center;
  color: var(--berry);
  background: var(--blush);
  content: counter(local-check, decimal-leading-zero);
  font-size: 0.7rem;
  font-weight: 800;
}

.local-planning-card li strong {
  color: var(--ink);
}

.local-planning-card li p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

.local-resource-links {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.local-resource-links p {
  margin: 0 0 9px;
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.local-resource-links a {
  display: block;
  margin-top: 7px;
  color: #43575a;
  font-size: 0.84rem;
  font-weight: 700;
}

.local-next-step {
  display: grid;
  margin-top: 22px;
  padding: 18px 22px;
  border-left: 4px solid var(--gold);
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 18px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.7);
}

.local-next-step strong {
  color: var(--ink);
}

.local-next-step p {
  margin: 0;
}

.local-next-step a {
  color: #43575a;
  font-weight: 700;
}

.segment-hero .wrap {
  max-width: 1040px;
}

.segment-hero h1 {
  max-width: 960px;
}

.segment-hero-actions {
  display: flex;
  margin-bottom: 28px;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 24px;
}

.segment-hero .editorial-credit {
  color: rgba(255, 249, 243, 0.72);
}

.segment-start-layout,
.criteria-layout,
.segment-profile-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(40px, 7vw, 96px);
}

.segment-start-layout h2,
.criteria-layout h2,
.segment-profile-intro h2 {
  font-size: clamp(2rem, 4vw, 3.35rem);
}

.segment-prose p {
  margin-top: 0;
  color: #4f585a;
  font-size: 1.04rem;
  line-height: 1.78;
}

.segment-prose p + p {
  margin-top: 18px;
}

.segment-readiness-heading {
  display: flex;
  margin: 66px 0 22px;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
}

.segment-readiness-heading h3,
.segment-readiness-heading p {
  margin: 0;
}

.segment-readiness-heading h3 {
  max-width: 760px;
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.6vw, 2.15rem);
}

.segment-readiness-heading p {
  color: var(--muted);
  font-size: 0.8rem;
}

.segment-readiness-grid,
.segment-hub-grid,
.state-segment-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.segment-readiness-grid article,
.segment-hub-grid article,
.state-segment-grid article {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.segment-readiness-grid article > span,
.segment-hub-grid article > span {
  color: var(--wine-700);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.segment-readiness-grid h4,
.segment-hub-grid h3,
.state-segment-grid h3 {
  margin: 18px 0 10px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.18rem;
}

.segment-readiness-grid p,
.segment-hub-grid p,
.state-segment-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.66;
}

.segment-realities,
.segment-hub {
  background:
    radial-gradient(circle at 88% 12%, rgba(201, 154, 87, 0.12), transparent 30%),
    #f2ece3;
}

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

.segment-realities-grid article {
  padding: 32px;
  border-top: 4px solid var(--gold);
  background: rgba(255, 255, 255, 0.78);
}

.segment-realities-grid h3 {
  font-size: clamp(1.35rem, 2.3vw, 1.8rem);
}

.segment-realities-grid p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.72;
}

.segment-criteria {
  color: var(--cream);
  background: #344044;
}

.segment-criteria .kicker {
  color: var(--gold-soft);
}

.segment-criteria h2 {
  color: var(--cream);
}

.segment-criteria .criteria-layout > div:first-child > p:last-child {
  color: rgba(255, 249, 243, 0.68);
}

.segment-criteria-list {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.segment-criteria-list article {
  display: grid;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
}

.segment-criteria-list article > span {
  color: var(--gold-soft);
  font-size: 0.72rem;
  font-weight: 900;
}

.segment-criteria-list h3 {
  margin: 0 0 5px;
  color: var(--cream);
  font-size: 1.05rem;
}

.segment-criteria-list p {
  margin: 0;
  color: rgba(255, 249, 243, 0.67);
  font-size: 0.9rem;
  line-height: 1.65;
}

.segment-picks {
  background: #fffaf5;
}

.segment-profile-section {
  background: #f2ece3;
}

.segment-profile-intro {
  position: sticky;
  top: 90px;
}

.segment-profile-intro p:last-child {
  color: var(--muted);
}

.segment-profile-tips {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: segment-profile;
}

.segment-profile-tips li {
  position: relative;
  padding: 24px 0 24px 62px;
  border-top: 1px solid var(--line);
  counter-increment: segment-profile;
}

.segment-profile-tips li:last-child {
  border-bottom: 1px solid var(--line);
}

.segment-profile-tips li::before {
  position: absolute;
  top: 24px;
  left: 0;
  display: grid;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  place-items: center;
  color: var(--cream);
  background: var(--wine-800);
  content: counter(segment-profile, decimal-leading-zero);
  font-size: 0.72rem;
  font-weight: 900;
}

.segment-profile-tips h3 {
  margin: 0 0 7px;
  font-size: 1.12rem;
}

.segment-profile-tips p {
  margin: 0;
  color: var(--muted);
  line-height: 1.66;
}

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

.segment-safety-grid article {
  display: grid;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 14px;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  background: var(--white);
}

.segment-safety-grid article > span {
  display: grid;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  place-items: center;
  color: var(--white);
  background: var(--eucalyptus);
  font-weight: 900;
}

.segment-safety-grid h3 {
  margin: 2px 0 7px;
  font-size: 1.04rem;
}

.segment-safety-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.66;
}

.segment-safety-links {
  display: flex;
  margin: 22px 0 0;
  flex-wrap: wrap;
  gap: 12px 24px;
}

.segment-safety-links a {
  color: #43575a;
  font-size: 0.84rem;
  font-weight: 800;
}

.segment-sources {
  border-block: 1px solid var(--line);
  background: #f1eee8;
}

.segment-sources .source-layout > div > p:last-child {
  color: var(--muted);
}

.segment-sources li + li {
  margin-top: 14px;
}

.segment-sources a {
  color: #344044;
  font-weight: 700;
}

.segment-hub-grid article,
.state-segment-grid article {
  display: flex;
  flex-direction: column;
}

.segment-hub-grid h3,
.state-segment-grid h3 {
  margin-top: 14px;
}

.segment-hub-grid article > a,
.state-segment-link {
  margin-top: auto;
  padding-top: 20px;
  color: #43575a;
  font-size: 0.82rem;
  font-weight: 800;
}

.state-segment-links {
  background: var(--cream);
}

.state-segment-grid article {
  padding: 24px;
}

.state-segment-grid h3 a {
  color: var(--ink);
  text-decoration: none;
}

.state-segment-grid h3 a:hover,
.state-segment-link:hover {
  text-decoration: underline;
}

.review-verdict-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: 24px;
}

.verdict-card,
.fit-grid article,
.aside-card,
.standard-card,
.editorial-profile,
.review-index-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.verdict-card {
  padding: clamp(30px, 5vw, 54px);
}

.verdict-card h2 {
  font-size: clamp(1.6rem, 3vw, 2.35rem);
}

.score-lockup {
  display: flex;
  margin-block: 30px;
  align-items: center;
  gap: 18px;
}

.score-lockup > strong {
  color: #344044;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 3.6rem;
  line-height: 1;
}

.score-lockup > strong span {
  color: var(--muted);
  font-size: 1.1rem;
}

.score-lockup div {
  display: grid;
  color: var(--muted);
  font-size: 0.82rem;
}

.score-lockup div span {
  color: var(--ink);
  font-weight: 800;
}

.review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.affiliate-caption {
  display: block;
  margin-top: 12px;
  color: var(--muted);
}

.fit-grid {
  display: grid;
  gap: 24px;
}

.fit-grid article {
  padding: 30px;
}

.fit-grid h2 {
  font-family: "Inter", sans-serif;
  font-size: 1.05rem;
}

.caution-list,
.article-aside ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.caution-list li,
.article-aside li {
  position: relative;
  margin-top: 10px;
  padding-left: 25px;
  color: var(--muted);
  font-size: 0.88rem;
}

.caution-list li::before {
  position: absolute;
  left: 0;
  color: #a06b3a;
  content: "!";
  font-weight: 900;
}

.facts-strip {
  padding-block: 34px;
  border-block: 1px solid var(--line);
  background: #f1eee8;
}

.facts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.facts-grid > div {
  display: grid;
  padding: 4px 28px;
  border-left: 1px solid var(--line);
  gap: 6px;
}

.facts-grid > div:first-child {
  border-left: 0;
}

.facts-grid strong {
  color: var(--eucalyptus);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.facts-grid span {
  font-size: 0.86rem;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  align-items: start;
  gap: 70px;
}

.article-body > section + section {
  margin-top: 54px;
  padding-top: 50px;
  border-top: 1px solid var(--line);
}

.article-body h2 {
  font-size: clamp(1.8rem, 3vw, 2.55rem);
}

.article-body p {
  color: #4f585a;
}

.article-aside {
  position: sticky;
  top: 78px;
}

.aside-card {
  padding: 28px;
}

.aside-card h2 {
  font-family: "Inter", sans-serif;
  font-size: 1.15rem;
}

.aside-card p,
.data-note {
  color: var(--muted);
  font-size: 0.84rem;
}

.article-aside li::before {
  position: absolute;
  left: 0;
  color: var(--eucalyptus);
  content: "✓";
  font-weight: 900;
}

.data-note {
  margin: 24px 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.sources-section {
  border-block: 1px solid var(--line);
  background: #f1eee8;
}

.source-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 70px;
}

.source-layout ol {
  margin: 0;
}

.source-layout li + li {
  margin-top: 14px;
}

.source-layout a {
  color: #344044;
  font-weight: 700;
}

.discovery-section {
  background: var(--cream);
}

.discovery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.discovery-grid article {
  display: grid;
  align-content: start;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 14px;
  gap: 11px;
  background: var(--white);
}

.discovery-grid h3 {
  margin-bottom: 8px;
  font-family: "Playfair Display", Georgia, serif;
}

.discovery-grid a {
  color: #43575a;
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
}

.discovery-grid a:hover {
  text-decoration: underline;
}

.review-link {
  display: inline-block;
  margin-top: 10px;
  color: #43575a;
  font-size: 0.78rem;
  font-weight: 800;
  text-underline-offset: 3px;
}

.footer-freshness {
  color: rgba(255, 249, 243, 0.5);
}

.prose-page .content-hero .wrap {
  max-width: 900px;
}

.prose-section .wrap {
  max-width: 900px;
}

.prose-section p,
.prose-section li {
  color: #4f585a;
}

.standard-grid,
.review-index-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.standard-card,
.review-index-card {
  padding: 30px;
}

.standard-weight {
  color: var(--eucalyptus);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.editorial-profile {
  display: grid;
  padding: clamp(28px, 5vw, 54px);
  grid-template-columns: 240px minmax(0, 1fr);
  align-items: start;
  gap: 48px;
}

.helen-monogram {
  display: grid;
  width: min(100%, 220px);
  aspect-ratio: 1;
  border-radius: 50%;
  place-items: center;
  color: var(--cream);
  background: #344044;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 4.5rem;
}

.helen-photo {
  margin: 0;
  align-self: start;
  text-align: center;
}

.helen-photo img {
  width: 220px;
  height: 220px;
  margin-inline: auto;
  border: 5px solid var(--white);
  border-radius: 50%;
  object-fit: cover;
  object-position: 38% center;
  box-shadow: var(--shadow-lg);
}

.helen-photo figcaption {
  display: grid;
  margin-top: 12px;
  gap: 1px;
  color: var(--muted);
  font-size: 0.78rem;
  text-align: center;
}

.helen-photo figcaption strong {
  color: var(--ink);
}

.helen-photo figcaption span {
  font-size: 0.72rem;
}

.review-index-card {
  display: flex;
  flex-direction: column;
}

.review-index-card .score-lockup {
  margin-block: 20px;
}

.review-index-card .button {
  margin-top: auto;
  align-self: flex-start;
}

@media (max-width: 850px) {
  .review-verdict-grid,
  .article-layout,
  .source-layout,
  .editorial-profile {
    grid-template-columns: 1fr;
  }

  .facts-grid,
  .discovery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .segment-start-layout,
  .criteria-layout,
  .segment-profile-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .segment-profile-intro {
    position: static;
  }

  .segment-readiness-grid,
  .segment-hub-grid,
  .state-segment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .segment-realities-grid,
  .segment-safety-grid {
    grid-template-columns: 1fr;
  }

  .article-aside {
    position: static;
  }
}

@media (max-width: 620px) {
  .content-hero {
    padding-block: 42px 48px;
  }

  .content-hero h1 {
    font-size: 2.5rem;
  }

  .facts-grid,
  .discovery-grid,
  .standard-grid,
  .review-index-grid {
    grid-template-columns: 1fr;
  }

  .facts-grid > div {
    padding: 16px 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .facts-grid > div:first-child {
    border-top: 0;
  }

  .review-actions {
    flex-direction: column;
  }

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

  .helen-photo {
    max-width: 360px;
    margin-inline: auto;
  }

  .helen-photo img {
    width: 150px;
    height: 150px;
  }

  .editorial-credit--bio {
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
  }

  .editorial-credit--bio .editorial-avatar {
    width: 42px;
    height: 42px;
  }

  .editorial-credit--bio .editorial-credit-copy {
    grid-template-columns: 1fr;
  }

  .editorial-credit--bio .editorial-mini-bio,
  .editorial-credit--bio .editorial-credit-meta {
    grid-column: 1;
  }

  .editorial-credit--bio .editorial-mini-bio {
    display: none;
  }

  .local-depth-layout {
    grid-template-columns: 1fr;
  }

  .local-corridor {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .local-next-step {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .segment-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

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

  .segment-readiness-heading {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .segment-readiness-grid,
  .segment-hub-grid,
  .state-segment-grid {
    grid-template-columns: 1fr;
  }

  .segment-readiness-grid article,
  .segment-hub-grid article,
  .state-segment-grid article,
  .segment-realities-grid article,
  .segment-safety-grid article {
    padding: 22px;
  }

  .segment-profile-tips li {
    padding-left: 54px;
  }
}

/* Help library: glossary, resources and global FAQs */
.knowledge-hero {
  background:
    radial-gradient(circle at 84% 16%, rgba(201, 154, 87, 0.2), transparent 28%),
    linear-gradient(135deg, #20292c 0%, #2d393c 100%);
}

.knowledge-hero .wrap {
  max-width: 1040px;
}

.knowledge-hero h1 {
  max-width: 940px;
}

.knowledge-hero-actions {
  display: flex;
  margin-bottom: 32px;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 26px;
}

.text-link-light {
  color: var(--cream);
  text-underline-offset: 4px;
}

.knowledge-intro,
.faq-orientation {
  background: var(--white);
}

.knowledge-intro-grid,
.faq-orientation-grid {
  display: grid;
  max-width: 1080px;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(32px, 7vw, 90px);
}

.knowledge-intro-grid h2,
.faq-orientation-grid h2 {
  margin-bottom: 0;
}

.knowledge-intro-grid > div:last-child p,
.faq-orientation-grid > p {
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.8;
}

.knowledge-intro-grid > div:last-child p:first-child {
  margin-top: 0;
}

.glossary-section,
.global-faq-directory {
  background: #f2ece3;
}

.glossary-layout,
.global-faq-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  align-items: start;
  gap: clamp(30px, 5vw, 72px);
}

.glossary-index,
.faq-category-index {
  position: sticky;
  top: 92px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow-sm);
}

.glossary-index nav,
.faq-category-index nav {
  display: grid;
  margin-top: 12px;
}

.glossary-index nav a,
.faq-category-index nav a {
  display: flex;
  padding: 12px 0;
  border-top: 1px solid var(--line);
  justify-content: space-between;
  gap: 12px;
  color: var(--ink);
  font-weight: 750;
  text-decoration: none;
}

.glossary-index nav a span,
.faq-category-index nav a span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 600;
}

.glossary-index-note {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.glossary-index-note strong {
  display: block;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1rem;
}

.glossary-index-note p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.6;
}

.glossary-groups,
.global-faq-categories,
.resource-categories {
  display: grid;
  gap: 54px;
}

.glossary-group,
.global-faq-category,
.resource-category {
  scroll-margin-top: 100px;
}

.glossary-group > header {
  display: flex;
  margin-bottom: 18px;
  align-items: baseline;
  gap: 18px;
}

.glossary-group > header > span {
  color: var(--gold-dark);
  font-size: 0.77rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.glossary-group > header h2 {
  margin: 0;
  font-size: clamp(1.65rem, 3vw, 2.3rem);
}

.glossary-terms {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.glossary-terms article {
  position: relative;
  padding: 26px 30px;
  border-top: 1px solid var(--line);
  scroll-margin-top: 110px;
}

.glossary-terms article:first-child {
  border-top: 0;
}

.glossary-terms article[data-scam-term] {
  background: rgba(122, 36, 78, 0.035);
}

.glossary-terms article[data-scam-term]::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  content: "";
  background: var(--wine);
}

.glossary-terms h3 {
  margin: 0 0 7px;
  color: var(--ink);
  font-size: 1.22rem;
}

.glossary-terms p {
  max-width: 760px;
  margin: 0;
  color: #465154;
  line-height: 1.72;
}

.glossary-terms .term-context {
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.88rem;
}

.glossary-terms article > a {
  display: inline-block;
  margin-top: 12px;
  color: #43575a;
  font-size: 0.82rem;
  font-weight: 800;
}

.scam-language-panel,
.resource-response-panel,
.faq-decision-panel {
  color: var(--cream);
  background: #344044;
}

.scam-language-inner,
.resource-response-panel .wrap,
.faq-decision-panel .wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(320px, 0.86fr);
  align-items: center;
  gap: clamp(38px, 7vw, 100px);
}

.scam-language-inner h2,
.resource-response-panel h2,
.faq-decision-panel h2 {
  color: var(--cream);
}

.scam-language-inner p:not(.kicker),
.resource-response-panel p,
.faq-decision-panel p {
  color: rgba(255, 249, 243, 0.72);
}

.scam-language-links {
  display: grid;
  gap: 12px;
}

.scam-language-links a {
  display: grid;
  padding: 20px;
  border: 1px solid rgba(255, 249, 243, 0.18);
  border-radius: 12px;
  color: var(--cream);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.06);
}

.scam-language-links span {
  margin-top: 4px;
  color: rgba(255, 249, 243, 0.62);
  font-size: 0.78rem;
}

.resource-principles {
  padding-block: 34px;
  background: var(--white);
}

.resource-principles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.resource-principles article {
  padding: 18px 28px;
  border-left: 1px solid var(--line);
}

.resource-principles article:first-child {
  border-left: 0;
}

.resource-principles article > span {
  color: var(--gold-dark);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.resource-principles h2 {
  margin: 8px 0 7px;
  font-size: 1.25rem;
}

.resource-principles p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.65;
}

.resource-directory {
  background: #f2ece3;
}

.resource-category {
  padding-top: 42px;
  border-top: 1px solid var(--line);
}

.resource-category:first-child {
  padding-top: 0;
  border-top: 0;
}

.resource-category > header {
  display: grid;
  max-width: 940px;
  margin-bottom: 22px;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px;
}

.resource-category > header h2 {
  margin-bottom: 8px;
}

.resource-category > header p:not(.kicker) {
  margin: 0;
  color: var(--muted);
}

.resource-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.resource-card-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow-sm);
}

.resource-source {
  color: var(--eucalyptus);
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.resource-card-grid h3 {
  margin: 10px 0 12px;
  font-size: 1.2rem;
}

.resource-card-grid h3 a {
  color: var(--ink);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.resource-card-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.65;
}

.resource-response-panel .wrap > ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.resource-response-panel li {
  display: grid;
  padding: 17px 0;
  border-top: 1px solid rgba(255, 249, 243, 0.16);
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 13px;
}

.resource-response-panel li:first-child {
  border-top: 0;
}

.resource-response-panel li > span {
  display: grid;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 249, 243, 0.3);
  border-radius: 50%;
  place-items: center;
  color: var(--gold-soft);
  font-size: 0.72rem;
  font-weight: 900;
}

.resource-response-panel li strong {
  color: var(--cream);
}

.resource-response-panel li p {
  margin: 3px 0 0;
  font-size: 0.8rem;
  line-height: 1.55;
}

.faq-orientation {
  padding-block: 46px;
}

.faq-category-index nav a {
  align-items: flex-start;
  font-size: 0.8rem;
}

.faq-category-index nav a span {
  display: grid;
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  place-items: center;
  background: #f2ece3;
}

.faq-help-card {
  display: grid;
  margin-top: 22px;
  padding: 17px;
  border-radius: 12px;
  color: var(--cream);
  text-decoration: none;
  background: #43575a;
}

.faq-help-card span {
  margin-top: 5px;
  color: rgba(255, 249, 243, 0.7);
  font-size: 0.73rem;
}

.global-faq-category > header {
  margin-bottom: 14px;
}

.global-faq-category > header h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
}

.global-faq-list {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.global-faq-list details {
  border-top: 1px solid var(--line);
  scroll-margin-top: 110px;
}

.global-faq-list details:first-child {
  border-top: 0;
}

.global-faq-list summary {
  position: relative;
  padding: 23px 64px 23px 27px;
  color: var(--ink);
  cursor: pointer;
  font-family: var(--serif);
  font-size: 1.08rem;
  font-weight: 750;
  line-height: 1.35;
  list-style: none;
}

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

.global-faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 25px;
  content: "+";
  color: var(--eucalyptus);
  font-family: var(--sans);
  font-size: 1.4rem;
  transform: translateY(-50%);
}

.global-faq-list details[open] summary::after {
  content: "−";
}

.faq-answer {
  padding: 0 27px 24px;
}

.faq-answer p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.faq-answer a {
  display: inline-block;
  margin: 12px 18px 0 0;
  color: #43575a;
  font-size: 0.82rem;
  font-weight: 800;
}

.faq-decision-panel .wrap > div:last-child {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 24px;
}

.knowledge-hub {
  background:
    radial-gradient(circle at 90% 10%, rgba(201, 154, 87, 0.11), transparent 26%),
    #f2ece3;
}

.knowledge-hub-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.knowledge-hub-grid article {
  display: flex;
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow-sm);
}

.knowledge-hub-grid article > span {
  color: var(--gold-dark);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.knowledge-hub-grid h3 {
  margin: 28px 0 12px;
  font-size: 1.55rem;
}

.knowledge-hub-grid p {
  margin: 0 0 24px;
  color: var(--muted);
  line-height: 1.7;
}

.knowledge-hub-grid a {
  margin-top: auto;
  color: #43575a;
  font-size: 0.82rem;
  font-weight: 900;
}

.knowledge-crosslinks {
  background: var(--white);
}

.knowledge-crosslink-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.knowledge-crosslink-grid > a {
  position: relative;
  display: grid;
  min-height: 170px;
  padding: 24px 50px 24px 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--ink);
  align-content: start;
  text-decoration: none;
  background: #fbf8f4;
}

.knowledge-crosslink-grid > a span {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.6;
}

.knowledge-crosslink-grid > a em {
  position: absolute;
  top: 22px;
  right: 22px;
  color: var(--gold-dark);
  font-size: 1.2rem;
  font-style: normal;
}

@media (max-width: 900px) {
  .glossary-layout,
  .global-faq-layout {
    grid-template-columns: 1fr;
  }

  .glossary-index,
  .faq-category-index {
    position: static;
  }

  .glossary-index nav,
  .faq-category-index nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 22px;
  }

  .glossary-index-note {
    display: none;
  }

  .resource-principles-grid,
  .knowledge-hub-grid,
  .knowledge-crosslink-grid {
    grid-template-columns: 1fr;
  }

  .resource-principles article {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .resource-principles article:first-child {
    border-top: 0;
  }

  .knowledge-hub-grid article,
  .knowledge-crosslink-grid > a {
    min-height: 0;
  }
}

@media (max-width: 720px) {
  .knowledge-intro-grid,
  .faq-orientation-grid,
  .scam-language-inner,
  .resource-response-panel .wrap,
  .faq-decision-panel .wrap {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .resource-card-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .knowledge-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

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

  .glossary-index nav,
  .faq-category-index nav {
    grid-template-columns: 1fr;
  }

  .glossary-index,
  .faq-category-index {
    display: none;
  }

  .glossary-terms article,
  .resource-card-grid article {
    padding: 21px;
  }

  .resource-category > header {
    grid-template-columns: 1fr;
  }

  .resource-category > header .kicker {
    margin-bottom: 0;
  }

  .global-faq-list summary {
    padding: 21px 54px 21px 21px;
  }

  .global-faq-list summary::after {
    right: 20px;
  }

  .faq-answer {
    padding: 0 21px 22px;
  }
}
