:root {
  color-scheme: light;
  --bg: #f5f7f8;
  --paper: #ffffff;
  --ink: #172124;
  --muted: #5c696d;
  --line: #dde4de;
  --brand: #176b63;
  --brand-dark: #12343b;
  --accent: #d85d2a;
  --accent-dark: #9d3517;
  --blue: #2f6f9f;
  --gold: #d59a2d;
  --soft: #eaf5f1;
  --note: #fff6e6;
  --sky: #eef5fb;
  --radius: 8px;
  --shadow: 0 18px 45px rgba(27, 43, 43, 0.10);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, #fbfdfc 0, #f5f7f8 420px, #f5f7f8 100%);
  color: var(--ink);
  font-family: "Segoe UI", "Yu Gothic", "Yu Gothic UI", Meiryo, sans-serif;
  line-height: 1.85;
}

a {
  color: var(--brand-dark);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.site-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
  box-shadow: 0 10px 26px rgba(27, 43, 43, 0.06);
  backdrop-filter: blur(14px);
}

.header-inner,
.site-footer-inner,
.layout,
.hero-inner,
.site-disclosure-inner,
.topic-strip-inner,
.editorial-flow,
.breadcrumb-inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 24px;
}

.brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: var(--brand);
  color: #fff;
  font-size: 20px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px 12px;
  min-width: 0;
  font-size: 13px;
}

.nav a {
  color: var(--muted);
  text-decoration: none;
  white-space: nowrap;
  min-height: 32px;
  padding: 6px 8px;
  border-radius: 6px;
}

.nav a:hover {
  background: #f4f8f6;
  color: var(--brand-dark);
}

.nav .nav-cta {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #cfe1dd;
  border-radius: 6px;
  background: var(--soft);
  color: var(--brand-dark);
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(23, 107, 99, 0.10);
}

.site-disclosure {
  border-bottom: 1px solid #ead7b7;
  background: var(--note);
}

.site-disclosure-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  color: #674616;
  font-size: 13px;
}

.site-disclosure strong {
  display: inline-grid;
  place-items: center;
  min-width: 46px;
  min-height: 24px;
  border-radius: 6px;
  background: #f0d39a;
  color: #533507;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(237, 246, 244, 0.98) 0%, rgba(248, 251, 249, 0.92) 52%, rgba(238, 245, 251, 0.96) 100%),
    #edf6f4;
  border-bottom: 1px solid var(--line);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(115deg, transparent 0 46%, rgba(23, 107, 99, 0.08) 46% 47%, transparent 47% 100%),
    linear-gradient(115deg, transparent 0 58%, rgba(216, 93, 42, 0.08) 58% 59%, transparent 59% 100%);
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(300px, 0.74fr);
  align-items: center;
  min-height: 456px;
  gap: 46px;
  padding: 38px 0 42px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.hero h1,
.article-header h1 {
  margin: 0;
  font-size: 50px;
  line-height: 1.18;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  line-break: anywhere;
}

.hero h1 {
  max-width: 760px;
}

.hero p,
.article-lead {
  color: var(--muted);
  font-size: 17px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.hero-points span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border: 1px solid #cfe1dd;
  border-radius: 999px;
  background: #fff;
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 700;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 6px;
  background: var(--accent);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(216, 93, 42, 0.18);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(216, 93, 42, 0.24);
}

.button.secondary {
  background: #fff;
  color: var(--brand-dark);
  border: 1px solid var(--line);
  box-shadow: none;
}

.button.secondary:hover {
  border-color: #b9cdc7;
  background: #f8fbf9;
  box-shadow: 0 10px 20px rgba(27, 43, 43, 0.08);
}

.button.small {
  min-height: 38px;
  padding: 0 14px;
  font-size: 13px;
}

.button.full {
  width: 100%;
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  color: var(--brand-dark);
  font-weight: 800;
}

.text-link:hover {
  color: var(--accent-dark);
}

.hero-visual {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(23, 107, 99, 0.12);
  box-shadow: 0 24px 54px rgba(27, 43, 43, 0.16);
  background: #fff;
}

.hero-shop-panel img {
  width: 100%;
}

.hero-decision-list {
  position: absolute;
  left: 18px;
  top: 18px;
  display: grid;
  gap: 8px;
  width: min(230px, calc(100% - 36px));
}

.hero-decision-list div {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 24px rgba(18, 52, 59, 0.12);
}

.hero-decision-list span {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background: var(--brand-dark);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.hero-decision-list strong {
  color: var(--ink);
  font-size: 13px;
  line-height: 1.35;
}

.hero-shop-summary {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: min(300px, calc(100% - 36px));
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 28px rgba(18, 52, 59, 0.14);
}

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

.hero-shop-summary span {
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 800;
}

.hero-shop-summary strong {
  margin-top: 4px;
  line-height: 1.45;
}

.hero-shop-summary p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.topic-strip {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.topic-strip-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1px;
  padding: 1px 0;
  background: var(--line);
}

.topic-strip a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 86px;
  padding: 16px;
  background: #fff;
  color: var(--ink);
  text-decoration: none;
}

.topic-strip a:hover {
  background: #f9fbf7;
}

.topic-strip span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
}

.choice-finder,
.commerce-shelf,
.recommendation-shelf {
  padding: 38px 0 6px;
}

.route-grid,
.commerce-grid,
.spotlight-grid {
  width: min(1120px, calc(100% - 32px));
  margin: 18px auto 0;
}

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

.route-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 220px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(27, 43, 43, 0.06);
}

.route-card:hover {
  border-color: #b9cdc7;
  transform: translateY(-2px);
}

.route-number {
  color: #aebcbd;
  font-size: 12px;
  font-weight: 800;
}

.route-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  margin: 10px 0 14px;
  padding: 0 10px;
  border-radius: 999px;
  background: #eef5f2;
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 800;
}

.route-card strong {
  font-size: 20px;
  line-height: 1.35;
}

.route-card em {
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
  font-style: normal;
  line-height: 1.7;
}

.route-card b {
  margin-top: auto;
  padding-top: 14px;
  color: var(--accent-dark);
  font-size: 13px;
}

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

.commerce-card {
  display: flex;
  flex-direction: column;
  min-height: 315px;
  padding: 18px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--accent);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(27, 43, 43, 0.06);
}

.commerce-card:hover {
  border-color: #d9b16f;
  transform: translateY(-2px);
}

.commerce-rank,
.commerce-category,
.commerce-card strong,
.commerce-card em {
  display: block;
}

.commerce-rank {
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 900;
}

.commerce-category {
  width: fit-content;
  min-height: 26px;
  margin: 8px 0 12px;
  padding: 0 9px;
  border-radius: 6px;
  background: var(--soft);
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 800;
}

.commerce-card strong {
  font-size: 18px;
  line-height: 1.45;
}

.commerce-card p {
  margin: 10px 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.commerce-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 4px 0 12px;
}

.commerce-tags span {
  min-height: 26px;
  padding: 0 8px;
  border: 1px solid #ead7b7;
  border-radius: 6px;
  background: #fffaf0;
  color: #674616;
  font-size: 12px;
  font-weight: 800;
}

.commerce-card ul {
  margin: 0;
  padding-left: 1.2em;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.commerce-card em {
  margin-top: auto;
  padding-top: 14px;
  color: var(--brand-dark);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

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

.spotlight-card {
  position: relative;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 18px;
  min-height: 210px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 28px rgba(27, 43, 43, 0.06);
}

.spotlight-card img {
  align-self: stretch;
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  border-radius: 6px;
  background: #eef5f2;
}

.spotlight-card h3 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.45;
}

.spotlight-card h3 a {
  color: var(--ink);
}

.spotlight-card p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.spotlight-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.spotlight-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 8px;
  border: 1px solid #cfe1dd;
  border-radius: 6px;
  background: #f8fbf9;
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 800;
}

.spotlight-rank {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  min-width: 58px;
  min-height: 28px;
  border-radius: 6px;
  background: var(--brand-dark);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.spotlight-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}

.spotlight-actions span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.editorial-flow {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 36px;
  padding: 44px 0 16px;
}

.section-heading {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.section-heading h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.35;
}

.section-heading p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
}

.category-hub {
  padding: 28px 0 8px;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 10px;
  width: min(1120px, calc(100% - 32px));
  margin: 18px auto 0;
}

.category-grid a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 58px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  text-decoration: none;
}

.category-grid a:hover {
  border-color: #b9cdc7;
}

.category-grid span {
  font-weight: 800;
}

.category-grid strong {
  display: inline-grid;
  place-items: center;
  min-width: 42px;
  min-height: 28px;
  border-radius: 999px;
  background: var(--soft);
  color: var(--brand-dark);
  font-size: 12px;
}

.editorial-flow h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.35;
}

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

.editorial-flow ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.editorial-flow li {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.editorial-flow strong,
.editorial-flow span {
  display: block;
}

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

.layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 40px;
  padding: 42px 0 68px;
}

.article {
  min-width: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.article-header {
  margin-bottom: 28px;
  padding: 10px 0 4px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.article-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.article-summary-grid div {
  padding: 14px;
  background: #fff;
}

.article-summary-grid span,
.article-summary-grid strong {
  display: block;
}

.article-summary-grid span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
}

.article-summary-grid strong {
  margin-top: 3px;
  font-size: 14px;
  line-height: 1.5;
}

.article-action-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.article-action-strip a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid #cfe1dd;
  border-radius: 6px;
  background: #fff;
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.article-action-strip a:first-child {
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
}

.article-action-strip a:hover {
  transform: translateY(-1px);
  border-color: #b9cdc7;
  background: #f8fbf9;
}

.article-action-strip a:first-child:hover {
  border-color: var(--accent-dark);
  background: var(--accent-dark);
}

.article-mobile-sticky {
  display: none;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.status {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  background: var(--note);
  color: #7a4c13;
  font-weight: 700;
}

.disclosure {
  margin: 0 0 24px;
  padding: 12px 14px;
  border-left: 4px solid var(--accent);
  background: var(--note);
  font-size: 14px;
}

.disclosure strong {
  margin-right: 6px;
}

.article-hero-image {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.article-decision-panel {
  margin: 22px 0 34px;
  padding: 22px;
  border: 1px solid #cfe1dd;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 28px rgba(27, 43, 43, 0.06);
}

.decision-intro {
  max-width: 760px;
}

.decision-intro h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.35;
}

.decision-intro p:not(.eyebrow) {
  color: var(--muted);
}

.decision-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.decision-grid div {
  padding: 14px;
  background: #fbfdfb;
}

.decision-grid span,
.decision-grid strong,
.decision-grid em {
  display: block;
}

.decision-grid span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
}

.decision-grid strong {
  margin-top: 4px;
  font-size: 15px;
  line-height: 1.45;
}

.decision-grid em {
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  line-height: 1.5;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  transform: translateY(-22px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  box-shadow: 0 18px 38px rgba(27, 43, 43, 0.10);
}

.trust-strip div {
  padding: 18px;
  background: #fff;
}

.trust-strip div:first-child {
  border-top: 4px solid var(--accent);
}

.trust-strip div:nth-child(2) {
  border-top: 4px solid var(--brand);
}

.trust-strip div:nth-child(3) {
  border-top: 4px solid var(--blue);
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  font-size: 15px;
}

.trust-strip span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 13px;
}

.conversion-snapshot {
  margin: -4px 0 34px;
  padding: 34px 0;
  background:
    linear-gradient(90deg, #243233 0%, #203c3a 54%, #533507 100%);
  color: #fff;
}

.conversion-snapshot-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(220px, 0.62fr) minmax(280px, 0.8fr);
  gap: 18px;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  align-items: stretch;
}

.conversion-snapshot-copy,
.snapshot-ladder,
.snapshot-picks {
  min-width: 0;
}

.conversion-snapshot-copy {
  padding: 4px 0;
}

.conversion-snapshot .eyebrow {
  color: #f0d39a;
}

.conversion-snapshot h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.conversion-snapshot p {
  color: #dce7e4;
}

.snapshot-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 20px;
}

.snapshot-metrics div {
  min-height: 70px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.snapshot-metrics strong,
.snapshot-metrics span {
  display: block;
}

.snapshot-metrics strong {
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.snapshot-metrics span {
  margin-top: 6px;
  color: #dce7e4;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.snapshot-ladder {
  display: grid;
  gap: 8px;
}

.snapshot-ladder div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-areas:
    "num title"
    "num note";
  gap: 3px 12px;
  min-height: 86px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.10);
}

.snapshot-ladder span {
  grid-area: num;
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background: var(--accent);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.snapshot-ladder strong {
  grid-area: title;
  color: #fff;
  line-height: 1.45;
}

.snapshot-ladder em {
  grid-area: note;
  color: #dce7e4;
  font-size: 13px;
  font-style: normal;
  line-height: 1.5;
}

.snapshot-picks {
  display: grid;
  gap: 8px;
}

.snapshot-pick-card {
  display: grid;
  gap: 5px;
  min-height: 94px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.snapshot-pick-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.20);
}

.snapshot-pick-card span,
.snapshot-pick-card strong,
.snapshot-pick-card em,
.snapshot-pick-card b {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.snapshot-pick-card span {
  width: fit-content;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 6px;
  background: #f6e7bd;
  color: #6d4a09;
  font-size: 12px;
  font-weight: 900;
}

.snapshot-pick-card strong {
  color: var(--brand-dark);
  line-height: 1.45;
}

.snapshot-pick-card em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  line-height: 1.5;
}

.snapshot-pick-card b {
  color: var(--accent-dark);
  font-size: 12px;
  line-height: 1.45;
}

.method-board {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
  gap: 26px;
  width: min(1120px, calc(100% - 32px));
  margin: 4px auto 34px;
  padding: 28px;
  border: 1px solid #cfe1dd;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 14px 32px rgba(27, 43, 43, 0.07);
}

.method-board,
.affiliate-pattern-board,
.affiliate-design-board,
.home-buyer-band,
.commerce-shelf,
.recommendation-shelf {
  scroll-margin-top: 96px;
}

.method-board h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.35;
}

.method-board-copy p:not(.eyebrow) {
  color: var(--muted);
}

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

.method-steps div {
  min-height: 144px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfdfb;
}

.method-steps span,
.method-steps strong,
.method-steps em {
  display: block;
}

.method-steps span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
}

.method-steps strong {
  margin-top: 6px;
  line-height: 1.5;
}

.method-steps em {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  line-height: 1.55;
}

.affiliate-pattern-board {
  display: grid;
  grid-template-columns: minmax(280px, 0.64fr) minmax(0, 1fr);
  gap: 18px;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto 34px;
  padding: 24px;
  border: 1px solid #d7e6e1;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, #ffffff 0, #f6fbf8 62%, #fffaf0 100%);
  box-shadow: 0 16px 36px rgba(27, 43, 43, 0.08);
}

.affiliate-pattern-copy {
  align-self: center;
}

.affiliate-pattern-copy h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.affiliate-pattern-copy p:not(.eyebrow) {
  color: var(--muted);
}

.affiliate-pattern-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.affiliate-pattern-card {
  display: flex;
  flex-direction: column;
  min-height: 166px;
  padding: 16px;
  border: 1px solid #cfe1dd;
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(27, 43, 43, 0.05);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.affiliate-pattern-card:hover {
  transform: translateY(-2px);
  border-color: #b9d4ce;
  box-shadow: 0 18px 34px rgba(27, 43, 43, 0.10);
}

.affiliate-pattern-card span,
.affiliate-pattern-card strong,
.affiliate-pattern-card em {
  display: block;
}

.affiliate-pattern-card span {
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 900;
}

.affiliate-pattern-card strong {
  margin-top: 5px;
  color: var(--brand-dark);
  font-size: 17px;
  line-height: 1.45;
}

.affiliate-pattern-card p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.affiliate-pattern-card em {
  margin-top: auto;
  padding-top: 12px;
  color: var(--accent-dark);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.affiliate-design-board {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(260px, 0.58fr) minmax(280px, 0.72fr);
  gap: 16px;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto 34px;
  align-items: stretch;
}

.affiliate-design-copy,
.affiliate-design-flow,
.affiliate-preview-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 14px 32px rgba(27, 43, 43, 0.07);
}

.affiliate-design-copy {
  padding: 22px;
  border-top: 5px solid var(--brand);
  background:
    linear-gradient(180deg, #ffffff 0, #fbfdfb 100%);
}

.affiliate-design-copy h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.affiliate-design-copy p:not(.eyebrow) {
  color: var(--muted);
}

.affiliate-design-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 18px;
}

.affiliate-design-metrics div {
  min-height: 64px;
  padding: 10px;
  border: 1px solid #d7e6e1;
  border-radius: var(--radius);
  background: #fbfdfb;
}

.affiliate-design-metrics strong,
.affiliate-design-metrics span {
  display: block;
}

.affiliate-design-metrics strong {
  color: var(--brand-dark);
  font-size: 24px;
  line-height: 1;
}

.affiliate-design-metrics span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.affiliate-design-flow {
  display: grid;
  gap: 1px;
  overflow: hidden;
  background: var(--line);
}

.affiliate-design-flow a {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  grid-template-areas:
    "num title"
    "num note";
  gap: 3px 12px;
  min-height: 104px;
  padding: 16px;
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  transition: background 160ms ease, transform 160ms ease;
}

.affiliate-design-flow a:hover,
.affiliate-preview-row:hover {
  background: #f8fbf9;
}

.affiliate-design-flow a:hover {
  transform: translateX(2px);
}

.affiliate-design-flow span {
  grid-area: num;
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 6px;
  background: var(--brand-dark);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.affiliate-design-flow strong {
  grid-area: title;
  line-height: 1.45;
}

.affiliate-design-flow em {
  grid-area: note;
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  line-height: 1.55;
}

.affiliate-preview-card {
  overflow: hidden;
  border-top: 5px solid var(--accent);
}

.affiliate-preview-head {
  padding: 18px;
  border-bottom: 1px solid var(--line);
  background: #fffaf0;
}

.affiliate-preview-head span,
.affiliate-preview-head strong,
.affiliate-preview-head p {
  display: block;
}

.affiliate-preview-head span {
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 900;
}

.affiliate-preview-head strong {
  margin-top: 4px;
  font-size: 20px;
  line-height: 1.35;
}

.affiliate-preview-head p {
  margin: 6px 0 0;
  color: #674616;
  font-size: 13px;
  line-height: 1.55;
}

.affiliate-preview-list {
  display: grid;
  gap: 1px;
  background: var(--line);
}

.affiliate-preview-row {
  display: grid;
  grid-template-columns: minmax(92px, 0.42fr) minmax(88px, 0.42fr) minmax(0, 1fr);
  gap: 10px;
  min-height: 74px;
  padding: 14px;
  background: #fff;
  color: var(--ink);
  text-decoration: none;
}

.affiliate-preview-row span,
.affiliate-preview-row strong,
.affiliate-preview-row em {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
  line-height: 1.45;
}

.affiliate-preview-row span {
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 900;
}

.affiliate-preview-row strong {
  color: var(--brand-dark);
  font-size: 13px;
}

.affiliate-preview-row em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
}

.home-buyer-band {
  padding: 36px 0 40px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, #f8fbf9 0, #ffffff 100%);
}

.home-buyer-board {
  display: grid;
  grid-template-columns: minmax(280px, 0.58fr) minmax(0, 1fr);
  gap: 24px;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  align-items: start;
}

.home-buyer-copy {
  position: sticky;
  top: 92px;
}

.home-buyer-copy h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.35;
  overflow-wrap: anywhere;
  line-break: anywhere;
}

.home-buyer-copy p:not(.eyebrow) {
  color: var(--muted);
}

.home-buyer-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 18px 0 16px;
}

.home-buyer-metrics span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 64px;
  padding: 10px;
  border: 1px solid #d7e6e1;
  border-radius: var(--radius);
  background: #fff;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.home-buyer-metrics b {
  color: var(--brand-dark);
  font-size: 24px;
  line-height: 1;
}

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

.home-buyer-card {
  display: flex;
  flex-direction: column;
  min-height: 292px;
  padding: 18px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--brand);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 14px 32px rgba(27, 43, 43, 0.07);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.home-buyer-card:hover {
  transform: translateY(-2px);
  border-color: #cfe1dd;
  box-shadow: 0 20px 40px rgba(27, 43, 43, 0.12);
}

.home-buyer-card:first-child {
  border-top-color: var(--accent);
  box-shadow: 0 22px 48px rgba(216, 93, 42, 0.14);
}

.home-buyer-rank,
.home-buyer-label,
.home-buyer-card h3,
.home-buyer-card small {
  display: block;
}

.home-buyer-rank {
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 900;
}

.home-buyer-label {
  width: fit-content;
  min-height: 26px;
  margin: 8px 0 12px;
  padding: 0 9px;
  border-radius: 6px;
  background: #f6e7bd;
  color: #6d4a09;
  font-size: 12px;
  font-weight: 900;
}

.home-buyer-card h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
  overflow-wrap: anywhere;
  line-break: anywhere;
}

.home-buyer-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.home-buyer-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 14px 0 12px;
}

.home-buyer-checks span {
  min-height: 26px;
  padding: 0 8px;
  border: 1px solid #d7e6e1;
  border-radius: 6px;
  background: #fbfdfb;
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 800;
}

.home-buyer-card small {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.home-buyer-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.home-buyer-actions .button {
  width: 100%;
  min-height: 40px;
  padding: 0 10px;
  text-align: center;
  white-space: normal;
}

.buying-brief {
  margin: 28px 0 36px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.brief-heading {
  max-width: 720px;
  padding: 6px 0 2px;
}

.brief-heading h2,
.comparison-wrap h2 {
  margin: 0 0 10px;
  font-size: 26px;
  line-height: 1.35;
}

.brief-heading p {
  color: var(--muted);
}

.quick-picks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.quick-pick {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 100%;
  padding: 18px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--brand);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 10px 24px rgba(27, 43, 43, 0.06);
}

.pick-topline {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pick-topline b {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 30px;
  border-radius: 6px;
  background: var(--brand-dark);
  color: #fff;
  font-size: 12px;
}

.pick-topline span {
  align-self: flex-start;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 6px;
  background: #f6e7bd;
  color: #6d4a09;
  font-size: 12px;
  font-weight: 800;
}

.quick-pick h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
}

.quick-pick p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.pick-caution {
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.pick-retailers {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
}

.pick-retailers span {
  display: flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid #ead7b7;
  border-radius: 6px;
  background: #fffaf0;
  color: #674616;
  font-size: 12px;
  font-weight: 800;
}

.pick-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
}

.pick-actions span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.comparison-wrap {
  margin-top: 26px;
  overflow-x: auto;
}

.comparison-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: #fff;
  font-size: 14px;
}

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

.comparison-table th {
  background: #eef5f2;
  color: var(--brand-dark);
  font-weight: 800;
}

.comparison-note {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.article-affiliate-verdict {
  margin: 28px 0 34px;
  padding: 22px;
  border: 1px solid #cfe1dd;
  border-top: 5px solid var(--brand);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, #ffffff 0, #f8fbf9 100%);
  box-shadow: 0 14px 32px rgba(27, 43, 43, 0.08);
}

.article-verdict-head {
  display: grid;
  grid-template-columns: minmax(240px, 0.68fr) minmax(0, 1fr);
  gap: 18px;
  align-items: end;
}

.article-verdict-head h2 {
  margin: 0;
  font-size: 25px;
  line-height: 1.35;
}

.article-verdict-head p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.article-verdict-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.article-verdict-card {
  display: grid;
  grid-template-rows: auto minmax(44px, auto) auto;
  min-height: 132px;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(27, 43, 43, 0.06);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.article-verdict-card:first-child {
  border-color: #f0c780;
  background: #fffaf0;
}

.article-verdict-card:hover {
  transform: translateY(-2px);
  border-color: #b9d4ce;
  box-shadow: 0 16px 32px rgba(27, 43, 43, 0.10);
}

.article-verdict-card span,
.article-verdict-card strong,
.article-verdict-card em {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.article-verdict-card span {
  width: fit-content;
  min-height: 25px;
  padding: 0 8px;
  border-radius: 6px;
  background: var(--brand-dark);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.article-verdict-card:first-child span {
  background: var(--accent);
}

.article-verdict-card strong {
  margin-top: 8px;
  color: var(--brand-dark);
  line-height: 1.45;
}

.article-verdict-card em {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  line-height: 1.55;
}

.article-verdict-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.article-verdict-foot span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.affiliate-products-section {
  position: relative;
  margin: 34px 0 40px;
  padding: 26px;
  border: 1px solid #cfe1dd;
  border-top: 5px solid var(--accent);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(234, 245, 241, 0.75), rgba(255, 255, 255, 0.92) 220px),
    #fff;
  box-shadow: 0 18px 44px rgba(27, 43, 43, 0.10);
}

.affiliate-products-section::before {
  content: "BUYER CHECK";
  position: absolute;
  top: -15px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--brand-dark);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.affiliate-disclosure-line {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  padding: 12px 14px;
  border: 1px solid #ead7b7;
  border-radius: var(--radius);
  background: #fffaf0;
  color: #674616;
}

.affiliate-disclosure-line span {
  min-height: 24px;
  padding: 0 8px;
  border-radius: 6px;
  background: #f0d39a;
  color: #533507;
  font-size: 12px;
  font-weight: 900;
}

.affiliate-disclosure-line strong {
  font-size: 13px;
  line-height: 1.55;
}

.affiliate-editorial-note {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.affiliate-editorial-note div {
  min-width: 0;
  padding: 14px;
  background: #fbfdfb;
}

.affiliate-editorial-note span,
.affiliate-editorial-note strong,
.affiliate-editorial-note p {
  display: block;
}

.affiliate-editorial-note span {
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 900;
}

.affiliate-editorial-note strong {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.5;
}

.affiliate-editorial-note p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.affiliate-decision-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid #cfe1dd;
  border-radius: var(--radius);
  background: #cfe1dd;
}

.affiliate-decision-rail div {
  min-height: 118px;
  padding: 14px;
  background: #fff;
}

.affiliate-decision-rail div:first-child {
  background: #f8fbf9;
}

.affiliate-decision-rail span,
.affiliate-decision-rail strong,
.affiliate-decision-rail p {
  display: block;
}

.affiliate-decision-rail span {
  color: var(--accent-dark);
  font-size: 11px;
  font-weight: 900;
}

.affiliate-decision-rail strong {
  margin-top: 4px;
  color: var(--brand-dark);
  font-size: 15px;
  line-height: 1.45;
}

.affiliate-decision-rail p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.affiliate-quick-look {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.affiliate-quick-look a {
  display: grid;
  grid-template-rows: auto minmax(44px, auto) auto;
  min-height: 126px;
  padding: 15px;
  border: 1px solid #cfe1dd;
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(27, 43, 43, 0.06);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.affiliate-quick-look a:hover {
  transform: translateY(-2px);
  border-color: #b9d4ce;
  box-shadow: 0 16px 32px rgba(27, 43, 43, 0.10);
}

.affiliate-quick-look span,
.affiliate-quick-look strong,
.affiliate-quick-look em {
  display: block;
}

.affiliate-quick-look span {
  width: fit-content;
  min-height: 25px;
  padding: 0 8px;
  border-radius: 6px;
  background: #f6e7bd;
  color: #6d4a09;
  font-size: 12px;
  font-weight: 900;
}

.affiliate-quick-look strong {
  margin-top: 8px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.affiliate-quick-look em {
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.affiliate-compare-panel {
  margin-top: 20px;
  border: 1px solid #d7e6e1;
  border-radius: var(--radius);
  background: #f8fbf9;
  overflow: hidden;
}

.affiliate-compare-head {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
  border-bottom: 1px solid var(--line);
}

.affiliate-compare-head h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.35;
}

.affiliate-compare-head p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.affiliate-compare-head .eyebrow {
  margin-bottom: 8px;
}

.affiliate-compare-wrap {
  overflow-x: auto;
  background: #fff;
}

.affiliate-compare-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 14px;
}

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

.affiliate-compare-table th {
  position: sticky;
  top: 0;
  z-index: 3;
  background: #eef5f2;
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 900;
}

.affiliate-compare-table th:first-child,
.affiliate-compare-table td:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  width: 190px;
}

.affiliate-compare-table th:first-child {
  z-index: 2;
}

.affiliate-compare-table td:first-child {
  background: #fff;
  box-shadow: 8px 0 18px rgba(27, 43, 43, 0.06);
}

.affiliate-compare-table td strong {
  display: block;
  margin-top: 6px;
  line-height: 1.45;
}

.affiliate-choice,
.product-reco-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 6px;
  background: #f6e7bd;
  color: #6d4a09;
  font-size: 12px;
  font-weight: 900;
}

.affiliate-row-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid #cfe1dd;
  border-radius: 6px;
  background: #fff;
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.affiliate-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.affiliate-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  scroll-margin-top: 92px;
  min-height: 100%;
  padding: 18px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--brand);
  border-radius: var(--radius);
  background: #fbfdfb;
  box-shadow: 0 10px 24px rgba(27, 43, 43, 0.05);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.affiliate-product-card:first-child {
  border-top-color: var(--accent);
  background: #fff;
  box-shadow: 0 20px 42px rgba(216, 93, 42, 0.12);
}

.affiliate-product-card:hover {
  transform: translateY(-2px);
  border-color: #cfe1dd;
  box-shadow: 0 18px 34px rgba(27, 43, 43, 0.10);
}

.product-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.product-status {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.45;
  text-align: right;
}

.affiliate-product-visual {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  grid-template-areas:
    "icon copy"
    "bars bars";
  gap: 10px 12px;
  min-height: 134px;
  padding: 14px;
  border: 1px solid #d7e6e1;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, #ffffff 0, #f8fbf9 62%, #fffaf0 100%);
}

.product-visual-icon {
  grid-area: icon;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 8px;
  background: var(--brand-dark);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.product-visual-copy {
  grid-area: copy;
  min-width: 0;
}

.product-visual-copy span,
.product-visual-copy strong {
  display: block;
}

.product-visual-copy span {
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 900;
}

.product-visual-copy strong {
  margin-top: 5px;
  color: var(--brand-dark);
  font-size: 14px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.product-visual-bars {
  grid-area: bars;
  display: grid;
  gap: 6px;
}

.product-visual-bars i {
  position: relative;
  display: block;
  min-height: 18px;
  overflow: hidden;
  border-radius: 999px;
  background: #edf4f1;
}

.product-visual-bars i::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: calc(var(--bar) * 1%);
  border-radius: inherit;
  background: var(--brand);
}

.product-visual-bars b {
  position: relative;
  z-index: 1;
  display: block;
  padding-left: 8px;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  line-height: 18px;
}

.affiliate-product-visual-gps .product-visual-icon,
.affiliate-product-visual-water .product-visual-icon {
  background: var(--blue);
}

.affiliate-product-visual-lamp .product-visual-icon,
.affiliate-product-visual-fuel .product-visual-icon {
  background: var(--accent);
}

.affiliate-product-visual-rain .product-visual-icon,
.affiliate-product-visual-pack .product-visual-icon {
  background: #4d6570;
}

.affiliate-product-visual-shoes .product-visual-icon,
.affiliate-product-visual-care .product-visual-icon {
  background: #7a4c13;
}

.affiliate-product-card h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
}

.affiliate-product-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.affiliate-product-card ul {
  margin: 0;
  padding-left: 1.2em;
  color: var(--muted);
  font-size: 14px;
}

.product-fit {
  padding-top: 8px;
  border-top: 1px solid var(--line);
}

.product-fit span,
.product-fit strong {
  display: block;
}

.product-fit span {
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 900;
}

.product-fit strong {
  margin-top: 3px;
  font-size: 14px;
  line-height: 1.6;
}

.product-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.product-checks span {
  min-height: 26px;
  padding: 0 8px;
  border: 1px solid #d7e6e1;
  border-radius: 6px;
  background: #fff;
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 800;
}

.product-verify {
  padding: 10px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.product-verify b {
  display: block;
  color: var(--ink);
  font-size: 12px;
}

.product-verify p {
  margin-top: 4px;
}

.product-caution {
  color: #674616 !important;
}

.product-caution strong {
  color: #674616;
}

.affiliate-product-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: auto;
}

.affiliate-cta {
  justify-content: center;
  width: 100%;
  min-height: 40px;
  padding: 0 10px;
  border: 1px solid #cfe1dd;
  background: #fff;
  color: var(--brand-dark);
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.affiliate-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(27, 43, 43, 0.10);
}

.affiliate-cta-primary {
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
}

.affiliate-cta-amazon {
  border-color: #f3cf76;
  background: #fff6d8;
  color: #583c00;
}

.affiliate-cta-rakuten {
  border-color: #f0b3ad;
  background: #fff0ef;
  color: #8a1f16;
}

.affiliate-cta-secondary {
  border-color: #cfe1dd;
  background: #fff;
  color: var(--brand-dark);
}

.affiliate-product-note {
  padding-top: 8px;
  border-top: 1px solid var(--line);
  font-size: 12px !important;
}

.content-table-wrap {
  margin: 20px 0 24px;
  overflow-x: auto;
}

.content-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  background: #fff;
  font-size: 14px;
}

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

.content-table th {
  background: var(--sky);
  color: #244d69;
  font-weight: 800;
}

.article-content h2 {
  margin-top: 42px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  font-size: 28px;
  line-height: 1.35;
}

.article-content h3 {
  margin-top: 28px;
  font-size: 21px;
  line-height: 1.45;
}

.article-content ul {
  padding-left: 1.3em;
}

.article-content li + li {
  margin-top: 4px;
}

.article-content strong {
  color: var(--brand-dark);
}

.article-faq-panel {
  margin-top: 46px;
  padding: 24px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--accent);
  border-radius: var(--radius);
  background: #fffaf0;
}

.article-faq-list {
  display: grid;
  gap: 10px;
}

.article-faq-list details {
  border: 1px solid #ead7b7;
  border-radius: var(--radius);
  background: #fff;
}

.article-faq-list summary {
  min-height: 48px;
  padding: 12px 14px;
  color: var(--brand-dark);
  cursor: pointer;
  font-weight: 900;
  line-height: 1.5;
}

.article-faq-list p {
  margin: 0;
  padding: 0 14px 14px;
  color: var(--muted);
}

.related-articles {
  margin-top: 46px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

.article-hub-panel {
  margin-top: 46px;
  padding: 24px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--brand);
  border-radius: var(--radius);
  background: #f8fbf9;
}

.article-hub-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.article-hub-grid a {
  display: block;
  min-height: 132px;
  padding: 16px;
  border: 1px solid #cfe1dd;
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  overflow-wrap: anywhere;
}

.article-hub-grid span,
.article-hub-grid strong,
.article-hub-grid em {
  display: block;
}

.article-hub-grid span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
}

.article-hub-grid strong {
  margin-top: 5px;
  line-height: 1.5;
}

.article-hub-grid em {
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
}

.trail-series-nav {
  margin-top: 42px;
  padding: 24px;
  border: 1px solid #cfe1dd;
  border-left: 4px solid var(--brand);
  border-radius: var(--radius);
  background: #f3faf7;
}

.trail-series-summary {
  max-width: 760px;
  margin-bottom: 16px;
}

.trail-series-summary h2 {
  margin: 0 0 8px;
  color: var(--brand-dark);
  font-size: 24px;
  line-height: 1.35;
}

.trail-series-summary p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
}

.trail-series-progress {
  height: 10px;
  margin-top: 16px;
  border-radius: 999px;
  background: #dbece7;
  overflow: hidden;
}

.trail-series-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--brand), var(--accent));
}

.trail-series-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.trail-series-links a {
  display: flex;
  min-height: 138px;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  border: 1px solid #cfe1dd;
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  overflow-wrap: anywhere;
}

.trail-series-links a.primary {
  border-color: rgba(15, 118, 110, 0.42);
  box-shadow: 0 14px 28px rgba(15, 118, 110, 0.12);
}

.trail-series-links span,
.trail-series-links strong,
.trail-series-links em {
  display: block;
}

.trail-series-links span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
}

.trail-series-links strong {
  margin-top: 6px;
  color: var(--brand-dark);
  line-height: 1.45;
}

.trail-series-links em {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
}

.article-commerce-route {
  margin-top: 42px;
  padding: 24px;
  border: 1px solid #ead7b7;
  border-left: 4px solid var(--accent);
  border-radius: var(--radius);
  background: #fffaf0;
}

.article-commerce-route-head {
  max-width: 760px;
  margin-bottom: 16px;
}

.article-commerce-route-head h2 {
  margin: 0 0 8px;
  color: var(--brand-dark);
  font-size: 24px;
  line-height: 1.35;
}

.article-commerce-route-head p {
  margin: 0;
  color: var(--muted);
}

.article-commerce-route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.article-commerce-route-card {
  display: flex;
  min-height: 148px;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  border: 1px solid #ead7b7;
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  overflow-wrap: anywhere;
}

.article-commerce-route-card.primary {
  border-color: rgba(216, 93, 42, 0.42);
  box-shadow: 0 14px 30px rgba(216, 93, 42, 0.12);
}

.article-commerce-route-card span,
.article-commerce-route-card strong,
.article-commerce-route-card em {
  display: block;
}

.article-commerce-route-card span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
}

.article-commerce-route-card strong {
  margin-top: 6px;
  color: var(--brand-dark);
  line-height: 1.45;
}

.article-commerce-route-card em {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  line-height: 1.55;
}

.article-commerce-checks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.article-commerce-checks li {
  min-height: 58px;
  padding: 12px 12px 12px 34px;
  border: 1px solid #ead7b7;
  border-radius: var(--radius);
  background: #fff;
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
  position: relative;
}

.article-commerce-checks li::before {
  content: "✓";
  position: absolute;
  left: 12px;
  top: 12px;
  color: var(--accent);
  font-weight: 900;
}

.section-heading.compact {
  width: auto;
  margin-bottom: 16px;
}

.section-heading.compact h2 {
  font-size: 24px;
}

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

.related-card {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.related-card h3 {
  margin: 8px 0 10px;
  font-size: 18px;
  line-height: 1.45;
}

.related-card h3 a {
  color: var(--ink);
}

.related-card p {
  color: var(--muted);
  font-size: 14px;
}

.trail-exit-panel {
  display: grid;
  grid-template-columns: minmax(240px, 0.58fr) minmax(0, 1fr);
  gap: 18px;
  margin-top: 42px;
  padding: 24px;
  border: 1px solid #cfe1dd;
  border-left: 4px solid var(--brand);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, #ffffff 0, #f8fbf9 62%, #fffaf0 100%);
  box-shadow: 0 14px 32px rgba(27, 43, 43, 0.07);
}

.trail-exit-copy h2 {
  margin: 0 0 8px;
  color: var(--brand-dark);
  font-size: 24px;
  line-height: 1.35;
}

.trail-exit-copy p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
}

.trail-exit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.trail-exit-grid a {
  display: flex;
  flex-direction: column;
  min-height: 138px;
  padding: 15px;
  border: 1px solid #cfe1dd;
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  overflow-wrap: anywhere;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.trail-exit-grid a.primary {
  border-color: var(--accent);
  background: #fffaf0;
  box-shadow: 0 16px 30px rgba(216, 93, 42, 0.10);
}

.trail-exit-grid a:hover {
  transform: translateY(-2px);
  border-color: #b9d4ce;
  box-shadow: 0 16px 32px rgba(27, 43, 43, 0.10);
}

.trail-exit-grid span,
.trail-exit-grid strong,
.trail-exit-grid em {
  display: block;
}

.trail-exit-grid span {
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 900;
}

.trail-exit-grid strong {
  margin-top: 6px;
  color: var(--brand-dark);
  line-height: 1.45;
}

.trail-exit-grid em {
  margin-top: auto;
  padding-top: 8px;
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  line-height: 1.55;
}

.toc,
.side-box {
  position: sticky;
  top: 20px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
}

.side-box {
  margin-bottom: 16px;
}

.side-box p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.side-box .button + .button {
  margin-top: 8px;
}

.side-box ul {
  margin: 0 0 14px;
  padding-left: 1.2em;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.7;
}

.conversion-box {
  border-color: #ead7b7;
  background: #fffaf0;
}

.method-side-box {
  border-color: #cfe1dd;
  background: #f8fbf9;
}

.method-side-box h2 {
  color: var(--brand-dark);
}

.commerce-side-box {
  border-color: #cfe1dd;
  background:
    linear-gradient(180deg, #fffaf0 0, #ffffff 42%, #f8fbf9 100%);
  box-shadow: 0 16px 34px rgba(27, 43, 43, 0.08);
}

.commerce-side-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin-bottom: 8px;
  padding: 0 8px;
  border-radius: 6px;
  background: var(--brand-dark);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
}

.commerce-side-box h2 {
  color: var(--brand-dark);
}

.commerce-side-picks {
  display: grid;
  gap: 8px;
  margin: 12px 0 14px;
}

.commerce-side-pick {
  display: grid;
  gap: 4px;
  padding: 11px;
  border: 1px solid #d7e6e1;
  border-left: 4px solid var(--brand);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.commerce-side-pick:first-child {
  border-left-color: var(--accent);
  background: #fffaf0;
}

.commerce-side-pick:hover {
  transform: translateY(-1px);
  border-color: #b9d4ce;
  box-shadow: 0 12px 24px rgba(27, 43, 43, 0.08);
}

.commerce-side-pick span,
.commerce-side-pick strong,
.commerce-side-pick em {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
  line-height: 1.45;
}

.commerce-side-pick span {
  color: var(--accent-dark);
  font-size: 11px;
  font-weight: 900;
}

.commerce-side-pick strong {
  color: var(--brand-dark);
  font-size: 14px;
}

.commerce-side-pick em {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
}

.commerce-side-actions {
  display: grid;
  gap: 8px;
}

.commerce-side-box .commerce-side-note {
  margin: 12px 0 0;
  padding-top: 10px;
  border-top: 1px solid #ead7b7;
  color: #674616;
  font-size: 12px;
}

.trail-route-side-box {
  border-color: #b9d4ce;
  background: #f8fbf9;
}

.trail-route-side-box h2 {
  color: var(--brand-dark);
}

.conversion-box h2 {
  color: var(--accent-dark);
}

.side-link {
  margin-top: 8px;
  font-size: 13px;
}

.toc h2,
.side-box h2 {
  margin: 0 0 10px;
  font-size: 16px;
}

.toc ol {
  margin: 0;
  padding-left: 1.2em;
  font-size: 14px;
}

.toc li + li {
  margin-top: 7px;
}

.article-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
  width: min(1120px, calc(100% - 32px));
  margin: 42px auto 72px;
}

.article-list.compact {
  margin-top: 18px;
  margin-bottom: 44px;
}

.category-section {
  scroll-margin-top: 90px;
}

.featured-articles {
  padding-top: 24px;
}

.article-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(27, 43, 43, 0.07);
  transition: transform 140ms ease, box-shadow 140ms ease;
}

.article-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(27, 43, 43, 0.10);
}

.article-card-content {
  padding: 20px;
}

.article-card h2 {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 1.45;
}

.article-card h3 {
  margin: 0 0 10px;
  font-size: 19px;
  line-height: 1.45;
}

.article-card h3 a {
  color: var(--ink);
}

.article-card p {
  color: var(--muted);
  font-size: 14px;
}

.breadcrumb {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.breadcrumb-inner {
  padding: 12px 0;
  color: var(--muted);
  font-size: 13px;
  overflow-wrap: anywhere;
}

.support-page {
  width: min(880px, calc(100% - 32px));
  margin: 0 auto;
  padding: 42px 0 72px;
}

.support-panel {
  min-width: 0;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 28px rgba(27, 43, 43, 0.06);
}

.support-panel * {
  min-width: 0;
}

.support-panel h1 {
  margin: 0;
  font-size: 40px;
  line-height: 1.25;
  line-break: anywhere;
  overflow-wrap: anywhere;
}

.support-panel h2 {
  margin: 34px 0 10px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  font-size: 24px;
  line-height: 1.35;
}

.support-panel p {
  color: var(--muted);
  overflow-wrap: anywhere;
}

.support-lead {
  margin-top: 18px;
  font-size: 17px;
}

.support-definition {
  display: grid;
  gap: 1px;
  margin: 26px 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.support-definition div {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 16px;
  padding: 14px;
  background: #fff;
}

.support-definition dt {
  color: var(--accent-dark);
  font-size: 13px;
  font-weight: 800;
}

.support-definition dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.support-list {
  padding-left: 1.3em;
}

.support-list li + li {
  margin-top: 6px;
}

.support-list li,
.link-hub a,
.bio-mini-grid div {
  overflow-wrap: anywhere;
}

.link-hub {
  display: grid;
  gap: 12px;
  margin: 26px 0;
}

.link-hub a {
  display: block;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f8fbf9;
  color: var(--ink);
  text-decoration: none;
}

.link-hub span,
.link-hub strong,
.link-hub em {
  display: block;
}

.link-hub span {
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
}

.link-hub strong {
  margin-top: 5px;
  line-height: 1.55;
}

.link-hub em {
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
}

.bio-visual-entry {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  gap: 20px;
  margin: 28px 0;
  padding: 22px;
  border: 1px solid rgba(39, 112, 92, 0.2);
  border-top: 5px solid var(--brand);
  border-radius: var(--radius);
  background: #f3faf7;
}

.bio-visual-copy h2 {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.bio-visual-copy p {
  margin-bottom: 16px;
}

.bio-visual-routes {
  display: grid;
  gap: 10px;
}

.bio-visual-routes a {
  display: block;
  padding: 14px;
  border: 1px solid #d7e6e1;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  text-decoration: none;
}

.bio-visual-routes span,
.bio-visual-routes strong,
.bio-visual-routes em {
  display: block;
}

.bio-visual-routes span,
.bio-visual-post-card span {
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 900;
}

.bio-visual-routes strong {
  margin-top: 4px;
  line-height: 1.45;
}

.bio-visual-routes em {
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
}

.bio-visual-posts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-content: start;
}

.bio-visual-post-card {
  display: grid;
  gap: 8px;
  padding: 10px;
  border: 1px solid #d7e6e1;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  text-decoration: none;
}

.bio-visual-post-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 6px;
  object-fit: cover;
}

.bio-visual-post-card strong {
  line-height: 1.45;
}

.bio-visual-routes a:hover,
.bio-visual-post-card:hover {
  transform: translateY(-2px);
  border-color: #b9d4ce;
  box-shadow: 0 12px 26px rgba(42, 81, 66, 0.1);
}

.bio-highlight-panel {
  margin: 28px 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-top: 5px solid var(--accent);
  border-radius: var(--radius);
  background: #fffdf8;
  box-shadow: 0 14px 32px rgba(27, 43, 43, 0.08);
}

.bio-highlight-head {
  max-width: 760px;
}

.bio-highlight-head h2 {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1.25;
}

.bio-highlight-head p:not(.eyebrow) {
  color: var(--muted);
}

.bio-highlight-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.bio-highlight-card {
  display: grid;
  grid-template-rows: 180px auto auto auto;
  min-height: 330px;
  padding: 12px;
  border: 1px solid #ead7b7;
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(27, 43, 43, 0.06);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.bio-highlight-card:hover {
  transform: translateY(-2px);
  border-color: #d7ae68;
  box-shadow: 0 16px 34px rgba(27, 43, 43, 0.12);
}

.bio-highlight-card img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center 44%;
  border-radius: 6px;
  background: #eef5f2;
}

.bio-highlight-card span,
.bio-highlight-card strong,
.bio-highlight-card em {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.bio-highlight-card span {
  width: fit-content;
  margin-top: 10px;
  min-height: 25px;
  padding: 0 8px;
  border-radius: 6px;
  background: var(--brand-dark);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.bio-highlight-card strong {
  margin-top: 8px;
  color: var(--brand-dark);
  font-size: 17px;
  line-height: 1.35;
}

.bio-highlight-card em {
  margin-top: 7px;
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  line-height: 1.55;
}

.featured-link-hub {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.featured-link-hub a {
  border-top: 4px solid var(--brand);
  background: #fff;
}

.post-one-focus {
  border-top: 5px solid var(--brand);
  background: #f3faf7;
}

.post-one-link-hub {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 0;
}

.post-one-link-hub a:first-child {
  border-color: rgba(216, 93, 42, 0.34);
  background: #fffaf3;
}

.trail-index-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 26px 0;
}

.trail-index-group {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.trail-index-group h3 {
  margin-top: 0;
  color: var(--brand-dark);
}

.trail-index-group ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 1.2em;
}

.trail-index-group li::marker {
  color: var(--accent);
  font-weight: 800;
}

.trail-index-group a,
.trail-index-group span {
  display: block;
}

.trail-index-group a {
  color: var(--ink);
  font-weight: 800;
  line-height: 1.55;
  text-decoration-color: rgba(31, 64, 55, 0.28);
}

.trail-index-group span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.bio-focus {
  margin-top: 28px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f8fbf9;
}

.bio-focus h2 {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.bio-commerce-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 18px;
  margin: 28px 0;
  padding: 22px;
  border: 1px solid rgba(216, 93, 42, 0.32);
  border-top: 5px solid var(--accent);
  border-radius: var(--radius);
  background: #fffaf3;
  box-shadow: 0 14px 30px rgba(92, 64, 33, 0.08);
}

.bio-commerce-copy h2 {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

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

.bio-commerce-metrics div {
  padding: 13px;
  border: 1px solid rgba(216, 93, 42, 0.24);
  border-radius: 8px;
  background: #fff;
}

.bio-commerce-metrics strong,
.bio-commerce-metrics span {
  display: block;
}

.bio-commerce-metrics strong {
  color: var(--ink);
  font-size: 20px;
  line-height: 1.25;
}

.bio-commerce-metrics span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.bio-commerce-grid {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.bio-commerce-grid a {
  display: block;
  min-height: 148px;
  padding: 16px;
  border: 1px solid rgba(216, 93, 42, 0.24);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  text-decoration: none;
}

.bio-commerce-grid span,
.bio-commerce-grid strong,
.bio-commerce-grid em {
  display: block;
}

.bio-commerce-grid span {
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 900;
}

.bio-commerce-grid strong {
  margin-top: 7px;
  line-height: 1.45;
}

.bio-commerce-grid em {
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
}

.bio-commerce-grid a:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(92, 64, 33, 0.12);
}

.bio-step-list {
  display: grid;
  gap: 1px;
  margin: 18px 0 26px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  list-style: none;
}

.bio-step-list li {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 14px;
  padding: 14px;
  background: #fff;
}

.bio-step-list strong {
  color: var(--brand-dark);
}

.bio-step-list span {
  color: var(--muted);
}

.bio-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 18px 0 26px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.bio-mini-grid div {
  padding: 16px;
  background: #fffaf0;
}

.instagram-calendar-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0 32px;
}

.instagram-calendar-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  padding: 16px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--brand);
  border-radius: var(--radius);
  background: #fff;
}

.instagram-calendar-card-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.instagram-calendar-card-head span,
.instagram-calendar-card-head b {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 8px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 900;
}

.instagram-calendar-card-head span {
  background: var(--brand-dark);
  color: #fff;
}

.instagram-calendar-card-head b {
  background: #f6e7bd;
  color: #6d4a09;
}

.instagram-calendar-card-head .muted-badge {
  background: #eef5f2;
  color: var(--brand-dark);
}

.instagram-calendar-card h2 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 20px;
  line-height: 1.4;
}

.instagram-calendar-card p {
  color: var(--muted);
}

.instagram-calendar-card ul {
  margin: 0 0 14px;
  padding-left: 1.2em;
  font-size: 14px;
}

.instagram-calendar-card .text-link {
  margin-top: auto;
}

.instagram-week-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
  gap: 18px;
  margin: 28px 0;
  padding: 22px;
  border: 1px solid rgba(216, 93, 42, 0.32);
  border-top: 5px solid var(--accent);
  border-radius: var(--radius);
  background: #fffaf3;
  box-shadow: 0 14px 30px rgba(92, 64, 33, 0.08);
}

.instagram-week-hero h2 {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.instagram-week-hero p:not(.eyebrow) {
  color: #674616;
}

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

.instagram-week-metrics div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 86px;
  padding: 14px;
  border: 1px solid rgba(216, 93, 42, 0.24);
  border-radius: var(--radius);
  background: #fff;
}

.instagram-week-metrics strong,
.instagram-week-metrics span {
  display: block;
}

.instagram-week-metrics strong {
  color: var(--ink);
  font-size: 24px;
  line-height: 1.1;
}

.instagram-week-metrics span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.instagram-week-route {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 28px 0;
}

.instagram-week-route a {
  display: block;
  min-height: 134px;
  padding: 16px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--brand);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(27, 43, 43, 0.06);
}

.instagram-week-route a:hover,
.instagram-week-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(27, 43, 43, 0.10);
}

.instagram-week-route span,
.instagram-week-route strong,
.instagram-week-route em {
  display: block;
  overflow-wrap: anywhere;
}

.instagram-week-route span {
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 900;
}

.instagram-week-route strong {
  margin-top: 7px;
  line-height: 1.45;
}

.instagram-week-route em {
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  line-height: 1.55;
}

.instagram-week-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 20px 0 32px;
}

.instagram-week-card {
  display: grid;
  grid-template-columns: minmax(170px, 0.48fr) minmax(0, 0.52fr);
  min-height: 360px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 28px rgba(27, 43, 43, 0.06);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.instagram-week-image {
  display: block;
  min-height: 100%;
  background: #eef5f2;
}

.instagram-week-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.instagram-week-body {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 16px;
}

.instagram-week-card-head {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
}

.instagram-week-card-head span,
.instagram-week-card-head b {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 8px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 900;
}

.instagram-week-card-head span {
  background: var(--brand-dark);
  color: #fff;
}

.instagram-week-card-head b {
  background: #f6e7bd;
  color: #6d4a09;
}

.instagram-week-card-head .muted-badge {
  background: #eef5f2;
  color: var(--brand-dark);
}

.instagram-week-card h2 {
  margin: 14px 0 0;
  padding-top: 0;
  border-top: 0;
  font-size: 20px;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.instagram-week-card p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.instagram-week-card ul {
  margin: 12px 0 0;
  padding-left: 1.2em;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.instagram-week-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: auto;
  padding-top: 14px;
}

.instagram-week-actions .button {
  width: 100%;
  min-height: 40px;
  padding: 0 10px;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
  line-height: 1.35;
}

.instagram-start-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1fr);
  gap: 24px;
  margin: 24px 0 34px;
}

.instagram-publish-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
  gap: 18px;
  margin: 24px 0;
  padding: 20px;
  border: 1px solid #cfe1dd;
  border-left: 4px solid var(--brand);
  border-radius: var(--radius);
  background: #f3faf7;
}

.instagram-publish-copy h2 {
  margin: 0 0 8px;
  color: var(--brand-dark);
  font-size: 24px;
  line-height: 1.35;
}

.instagram-publish-copy p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
}

.instagram-publish-actions {
  display: grid;
  gap: 10px;
  align-content: center;
}

.instagram-start-preview {
  margin: 0;
  min-width: 0;
}

.instagram-start-preview img {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 28px rgba(27, 43, 43, 0.08);
}

.instagram-start-preview figcaption {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
}

.instagram-start-steps {
  display: grid;
  gap: 12px;
}

.instagram-start-steps > div {
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.instagram-start-steps span,
.instagram-start-steps strong,
.instagram-start-steps p {
  display: block;
}

.instagram-start-steps span {
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 900;
}

.instagram-start-steps strong {
  margin-top: 5px;
  line-height: 1.5;
}

.instagram-start-steps p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.copy-action-block {
  margin-top: 10px;
}

.copy-action-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.copy-action-head span {
  min-width: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.copy-text-button {
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid rgba(15, 118, 110, 0.28);
  border-radius: 6px;
  background: #fff;
  color: var(--brand-dark);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.copy-text-button:hover {
  border-color: rgba(15, 118, 110, 0.55);
  background: #eef8f5;
}

.copy-box {
  overflow-x: auto;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  margin: 10px 0 0;
  padding: 12px;
  border: 1px solid #ead7b7;
  border-radius: 6px;
  background: #fffaf0;
  color: #42321b;
  font-family: inherit;
  font-size: 13px;
  line-height: 1.7;
}

.instagram-preflight {
  margin: 12px 0 32px;
  padding: 18px;
  border: 1px solid #ead7b7;
  border-radius: var(--radius);
  background: #fffaf0;
}

.instagram-preflight h2 {
  margin: 0 0 10px;
  color: var(--brand-dark);
  font-size: 22px;
}

.instagram-preflight ul {
  margin: 0;
  padding-left: 1.25em;
}

.instagram-preflight li + li {
  margin-top: 6px;
}

.bio-mini-grid strong,
.bio-mini-grid span {
  display: block;
}

.bio-mini-grid strong {
  color: var(--accent-dark);
}

.bio-mini-grid span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
}

.topic-page {
  width: calc(100% - 32px);
  max-width: 1120px;
  margin: 0 auto;
  padding: 42px 0 72px;
  overflow-x: hidden;
}

.topic-page h1,
.topic-page h2,
.topic-page h3,
.topic-page p,
.topic-page strong,
.topic-page a {
  overflow-wrap: anywhere;
}

.topic-hero {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 28px rgba(27, 43, 43, 0.06);
}

.topic-hero h1 {
  margin: 0;
  font-size: 44px;
  line-height: 1.22;
  overflow-wrap: anywhere;
}

.topic-metrics,
.topic-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.topic-metrics div,
.topic-steps div {
  padding: 16px;
  background: #fff;
}

.topic-metrics span,
.topic-steps span,
.topic-metrics strong,
.topic-steps strong {
  display: block;
}

.topic-metrics span,
.topic-steps span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
}

.topic-metrics strong,
.topic-steps strong {
  margin-top: 4px;
  line-height: 1.55;
}

.topic-featured,
.topic-all-articles,
.topic-route-planner,
.topic-buyer-map,
.topic-commerce-panel,
.topic-instagram-panel,
.topic-note {
  margin-top: 42px;
}

.topic-route-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.topic-route-card,
.topic-commerce-card,
.topic-instagram-links a {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  overflow-wrap: anywhere;
}

.topic-route-card span,
.topic-commerce-card span,
.topic-instagram-links span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
}

.topic-route-card h3 {
  margin: 8px 0 8px;
  font-size: 19px;
  line-height: 1.35;
}

.topic-route-card p,
.topic-instagram-panel p,
.topic-commerce-copy p {
  color: var(--muted);
}

.topic-route-card ul {
  display: grid;
  gap: 8px;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.topic-route-card li {
  padding-top: 8px;
  border-top: 1px solid var(--line);
  font-size: 13px;
  line-height: 1.5;
}

.topic-route-card a,
.topic-buyer-map-card a {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-all;
}

.topic-buyer-map {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: 24px;
  align-items: start;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(23, 107, 99, 0.08), rgba(216, 93, 42, 0.06)),
    #fff;
  box-shadow: 0 14px 34px rgba(27, 43, 43, 0.08);
}

.topic-buyer-map-copy,
.topic-buyer-map-grid,
.topic-buyer-map-card,
.topic-buyer-map-metrics div {
  min-width: 0;
}

.topic-buyer-map-copy h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.35;
}

.topic-buyer-map-copy p:not(.eyebrow) {
  color: var(--muted);
}

.topic-buyer-map-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.topic-buyer-map-metrics div {
  padding: 12px;
  background: rgba(255, 255, 255, 0.92);
}

.topic-buyer-map-metrics strong,
.topic-buyer-map-metrics span {
  display: block;
}

.topic-buyer-map-metrics strong {
  font-size: 19px;
  line-height: 1.35;
}

.topic-buyer-map-metrics span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.topic-buyer-map-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.topic-buyer-map-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(23, 107, 99, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
}

.topic-buyer-map-card span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
}

.topic-buyer-map-card h3 {
  margin: 0;
  font-size: 19px;
  line-height: 1.35;
}

.topic-buyer-map-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.topic-buyer-map-card ul {
  display: grid;
  gap: 6px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.topic-buyer-map-card li {
  padding-top: 6px;
  border-top: 1px solid var(--line);
  font-size: 13px;
  line-height: 1.5;
}

.topic-buyer-map-card .text-link {
  margin-top: auto;
  font-weight: 800;
}

.topic-commerce-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: 24px;
  padding: 28px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.topic-commerce-panel > *,
.topic-instagram-panel > *,
.topic-metrics div,
.topic-steps div {
  min-width: 0;
}

.topic-commerce-copy h2,
.topic-instagram-panel h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.35;
}

.topic-commerce-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.topic-commerce-card {
  gap: 8px;
  background: #fbfdfb;
}

.topic-commerce-card strong,
.topic-commerce-card em,
.topic-commerce-card small,
.topic-instagram-links strong,
.topic-instagram-links em {
  display: block;
}

.topic-commerce-card strong,
.topic-instagram-links strong {
  line-height: 1.45;
}

.topic-commerce-card em,
.topic-instagram-links em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  line-height: 1.55;
}

.topic-commerce-card small {
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.topic-instagram-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.74fr) minmax(0, 1.26fr);
  gap: 24px;
  padding: 24px 0;
}

.topic-instagram-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.topic-featured-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.topic-card h3 {
  font-size: 18px;
}

.topic-list {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.topic-note {
  padding: 18px;
  border-left: 4px solid var(--accent);
  background: #fff7ec;
  color: #654412;
}

.topic-note p {
  margin-bottom: 0;
}

.buyer-guide-page {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 42px 0 68px;
}

.buyer-guide-page * {
  min-width: 0;
}

.buyer-hero {
  padding: 30px;
  border: 1px solid #cfe1dd;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, #edf6f4 0, #ffffff 100%);
  box-shadow: 0 18px 42px rgba(27, 43, 43, 0.08);
}

.buyer-hero h1 {
  margin: 0;
  max-width: 860px;
  font-size: 42px;
  line-height: 1.25;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.buyer-hero h1,
.buyer-hero p,
.buyer-warning,
.buyer-pick-head h2,
.buyer-pick-head p,
.buyer-pick-card strong,
.buyer-pick-card p,
.buyer-pick-card li,
.buyer-pick-note em {
  overflow-wrap: anywhere;
  line-break: anywhere;
}

.buyer-warning {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 18px;
  margin: 18px 0;
  padding: 16px 18px;
  border-left: 4px solid var(--accent);
  border-radius: var(--radius);
  background: var(--note);
  color: #674616;
}

.buyer-warning strong,
.buyer-warning p {
  margin: 0;
}

.buyer-trust-rail {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: 18px;
  margin-top: 24px;
  padding: 22px;
  border: 1px solid #d7e6e1;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 30px rgba(27, 43, 43, 0.06);
}

.buyer-trust-summary h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.35;
}

.buyer-trust-summary p:not(.eyebrow) {
  color: var(--muted);
  font-size: 14px;
}

.buyer-trust-numbers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 16px;
}

.buyer-trust-numbers span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 62px;
  padding: 10px;
  border: 1px solid #d7e6e1;
  border-radius: var(--radius);
  background: #f8fbf9;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.buyer-trust-numbers b {
  color: var(--brand-dark);
  font-size: 23px;
  line-height: 1;
}

.buyer-trust-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.buyer-trust-card {
  padding: 14px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--brand);
  border-radius: var(--radius);
  background: #fbfdfb;
}

.buyer-trust-card span,
.buyer-trust-card strong,
.buyer-trust-card p {
  display: block;
}

.buyer-trust-card span {
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 900;
}

.buyer-trust-card strong {
  margin-top: 4px;
  font-size: 15px;
  line-height: 1.45;
}

.buyer-trust-card p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.buyer-goal-grid,
.buyer-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.buyer-pick-section {
  margin-top: 28px;
  padding: 22px;
  border: 1px solid #d7e6e1;
  border-radius: var(--radius);
  background: #f8fbf9;
}

.buyer-pick-head {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.buyer-pick-head h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.35;
}

.buyer-pick-head p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.buyer-pick-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.buyer-pick-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 100%;
  padding: 16px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--brand);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 10px 24px rgba(27, 43, 43, 0.06);
}

.buyer-pick-topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.buyer-pick-topline span,
.buyer-pick-topline b {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 8px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 900;
}

.buyer-pick-topline span {
  background: var(--brand-dark);
  color: #fff;
}

.buyer-pick-topline b {
  background: #f6e7bd;
  color: #6d4a09;
}

.buyer-pick-card strong {
  display: block;
  font-size: 17px;
  line-height: 1.45;
}

.buyer-pick-card p,
.buyer-pick-card li {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.buyer-pick-card p,
.buyer-pick-card ul {
  margin: 0;
}

.buyer-pick-card ul {
  padding-left: 1.15em;
}

.buyer-pick-note {
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.buyer-pick-note span,
.buyer-pick-note em {
  display: block;
}

.buyer-pick-note span {
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 900;
}

.buyer-pick-note em {
  margin-top: 3px;
  color: #674616;
  font-size: 12px;
  font-style: normal;
  line-height: 1.6;
}

.buyer-pick-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.buyer-pick-actions .button {
  width: 100%;
  min-height: 38px;
  padding: 0 10px;
}

.buyer-goal-card,
.buyer-category-card {
  display: flex;
  flex-direction: column;
  min-height: 190px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(27, 43, 43, 0.06);
}

.buyer-goal-card:hover {
  border-color: #d9b16f;
  transform: translateY(-2px);
}

.buyer-goal-card span,
.buyer-category-card span {
  width: fit-content;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 6px;
  background: var(--soft);
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 900;
}

.buyer-goal-card strong,
.buyer-category-card strong {
  margin-top: 14px;
  font-size: 20px;
  line-height: 1.4;
}

.buyer-goal-card em,
.buyer-category-card p {
  margin-top: 10px;
  color: var(--muted);
  font-style: normal;
  line-height: 1.7;
}

.buyer-category-section,
.buyer-pick-section,
.buyer-criteria-section,
.buyer-table-section,
.buyer-flow-panel {
  margin-top: 38px;
}

.buyer-criteria-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.buyer-criteria-card {
  display: flex;
  flex-direction: column;
  min-height: 240px;
  padding: 18px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--blue);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 28px rgba(27, 43, 43, 0.06);
}

.buyer-criteria-card span,
.buyer-criteria-card strong,
.buyer-criteria-card p,
.buyer-criteria-card small {
  display: block;
}

.buyer-criteria-card span {
  width: fit-content;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 6px;
  background: var(--soft);
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 900;
}

.buyer-criteria-card strong {
  margin-top: 12px;
  font-size: 19px;
  line-height: 1.4;
}

.buyer-criteria-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.buyer-criteria-meta {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.buyer-criteria-meta b,
.buyer-criteria-meta em {
  display: block;
}

.buyer-criteria-meta b {
  color: var(--accent-dark);
  font-size: 12px;
}

.buyer-criteria-meta em {
  margin-top: 3px;
  color: #674616;
  font-size: 12px;
  font-style: normal;
  line-height: 1.6;
}

.buyer-criteria-card small {
  margin-top: 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.buyer-category-grid {
  margin-top: 18px;
}

.buyer-category-card {
  min-height: 160px;
}

.buyer-category-card strong {
  color: var(--accent-dark);
}

.buyer-table-wrap {
  margin-top: 18px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 28px rgba(27, 43, 43, 0.06);
}

.buyer-filter-panel {
  display: grid;
  grid-template-columns: minmax(240px, 0.55fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid #d7e6e1;
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, #f8fbf9 0, #ffffff 100%);
  box-shadow: 0 12px 30px rgba(27, 43, 43, 0.06);
}

.buyer-filter-copy h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.35;
}

.buyer-filter-copy p:not(.eyebrow) {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.buyer-filter-tools {
  display: grid;
  gap: 10px;
}

.buyer-search-label {
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 900;
}

.buyer-search-input {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid #cfe1dd;
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

.buyer-search-input:focus {
  outline: 3px solid rgba(23, 107, 99, 0.16);
  border-color: var(--brand);
}

.buyer-filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.buyer-filter-buttons button {
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid #cfe1dd;
  border-radius: 6px;
  background: #fff;
  color: var(--brand-dark);
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.buyer-filter-buttons button:hover {
  transform: translateY(-1px);
  border-color: var(--brand);
  background: #eef5f2;
}

.buyer-filter-buttons button.is-active {
  border-color: var(--brand);
  background: var(--brand);
  color: #fff;
}

.buyer-filter-count {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.buyer-filter-count strong {
  color: var(--accent-dark);
  font-size: 18px;
}

.buyer-table {
  width: 100%;
  min-width: 1040px;
  border-collapse: collapse;
  font-size: 14px;
}

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

.buyer-table th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #f8fbf9;
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 900;
}

.buyer-table tbody tr:hover td {
  background: #fbfdfb;
}

.buyer-table td strong,
.buyer-table td span {
  display: block;
}

.buyer-priority {
  display: inline-grid !important;
  place-items: center;
  width: 42px;
  min-height: 28px;
  border-radius: 999px;
  background: var(--brand-dark);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.buyer-check {
  display: inline-flex !important;
  width: fit-content;
  margin: 0 6px 6px 0;
  padding: 3px 8px;
  border: 1px solid #ead7b7;
  border-radius: 6px;
  background: #fffaf0;
  color: #674616;
  font-size: 12px;
  font-weight: 800;
}

.buyer-flow-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  gap: 28px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.buyer-flow-panel h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.35;
}

.buyer-flow-panel p {
  color: var(--muted);
}

.buyer-flow-panel ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.buyer-flow-panel li {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f8fbf9;
}

.buyer-flow-panel li strong,
.buyer-flow-panel li span {
  display: block;
}

.buyer-flow-panel li span {
  color: var(--muted);
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #243233;
  color: #dce7e4;
}

.site-footer-inner {
  padding: 30px 0;
  font-size: 13px;
}

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

.footer-links a {
  color: #dce7e4;
}

@media (max-width: 840px) {
  .header-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 0;
  }

  .nav {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .nav a {
    white-space: nowrap;
  }

  .hero-inner,
  .layout,
  .editorial-flow,
  .method-board,
  .conversion-snapshot-grid,
  .affiliate-pattern-board,
  .affiliate-design-board,
  .home-buyer-board {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    min-height: auto;
    padding: 34px 0;
  }

  .toc,
  .side-box {
    position: static;
  }

  .trust-strip,
  .snapshot-metrics,
  .quick-picks,
  .affiliate-pattern-grid,
  .affiliate-decision-rail,
  .home-buyer-cards,
  .affiliate-compare-head,
  .affiliate-editorial-note,
  .affiliate-quick-look,
  .affiliate-product-grid,
  .article-verdict-head,
  .article-verdict-grid,
  .buyer-pick-head,
  .buyer-pick-grid,
  .buyer-trust-rail,
  .buyer-trust-cards,
  .buyer-trust-numbers,
  .buyer-criteria-grid,
  .buyer-filter-panel,
  .bio-visual-entry,
  .bio-visual-posts,
  .bio-highlight-grid,
  .bio-commerce-panel,
  .bio-commerce-metrics,
  .bio-commerce-grid,
  .commerce-grid,
  .buyer-goal-grid,
  .buyer-category-grid,
  .buyer-flow-panel,
  .buyer-warning,
  .featured-link-hub,
  .post-one-link-hub,
  .bio-mini-grid,
  .instagram-calendar-grid,
  .instagram-week-hero,
  .instagram-week-metrics,
  .instagram-week-route,
  .instagram-week-grid,
  .instagram-week-card,
  .instagram-publish-panel,
  .instagram-start-layout,
  .article-hub-grid,
  .trail-series-links,
  .article-commerce-route-grid,
  .article-commerce-checks,
  .related-grid,
  .topic-featured-grid,
  .topic-route-grid,
  .topic-buyer-map,
  .topic-buyer-map-grid,
  .topic-buyer-map-metrics,
  .topic-commerce-panel,
  .topic-commerce-grid,
  .topic-instagram-panel,
  .topic-instagram-links,
  .trail-index-grid,
  .trail-exit-panel,
  .trail-exit-grid,
  .topic-metrics,
  .topic-steps,
  .topic-strip-inner,
  .article-summary-grid,
  .decision-grid,
  .method-steps,
  .route-grid,
  .spotlight-grid {
    grid-template-columns: 1fr;
  }

  .bio-step-list li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

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

  .trust-strip {
    transform: none;
    margin-top: 18px;
  }

  .conversion-snapshot {
    margin-top: 24px;
  }

  .article-header {
    padding: 4px 0 0;
  }

  .article-hub-panel {
    padding: 18px;
  }

  .article-commerce-route {
    padding: 18px;
  }

  .editorial-flow {
    padding-top: 30px;
  }

  .method-board {
    margin-top: 24px;
  }

  .home-buyer-copy {
    position: static;
  }

  .editorial-flow li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .support-panel {
    padding: 24px;
  }

  .topic-hero {
    padding: 24px;
  }

  .buyer-hero {
    padding: 24px;
  }

  .buyer-hero h1 {
    font-size: 32px;
  }

  .topic-hero h1 {
    font-size: 32px;
  }

  .support-definition div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media (max-width: 520px) {
  .hero h1,
  .article-header h1 {
    font-size: 25px;
    line-height: 1.32;
    word-break: normal;
    overflow-wrap: break-word;
    line-break: strict;
  }

  .article {
    padding: 0;
  }

  .buying-brief {
    padding: 0;
  }

  .comparison-table,
  .content-table {
    min-width: 640px;
  }

  .site-disclosure-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 10px 0;
  }

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

  .hero-shop-summary {
    position: static;
    width: auto;
    border-radius: 0;
    box-shadow: none;
  }

  .hero-decision-list {
    position: static;
    width: auto;
    padding: 12px;
  }

  .method-board,
  .affiliate-pattern-board,
  .article-affiliate-verdict,
  .article-decision-panel {
    padding: 18px;
  }

  .home-buyer-band {
    padding: 28px 0 30px;
  }

  .home-buyer-copy h2 {
    font-size: 24px;
  }

  .home-buyer-metrics,
  .affiliate-design-metrics,
  .affiliate-preview-row,
  .article-verdict-foot,
  .buyer-filter-buttons,
  .instagram-week-actions,
  .home-buyer-actions,
  .buyer-pick-actions {
    grid-template-columns: 1fr;
  }

  .article-verdict-foot {
    align-items: stretch;
    flex-direction: column;
  }

  .buyer-filter-panel {
    padding: 14px;
  }

  .buyer-filter-buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .buyer-filter-buttons button {
    width: 100%;
  }

  .home-buyer-card {
    min-height: auto;
  }

  .route-card {
    min-height: auto;
  }

  .commerce-card {
    min-height: auto;
  }

  .affiliate-pattern-card,
  .affiliate-decision-rail div {
    min-height: auto;
  }

  .topic-route-card,
  .topic-commerce-card,
  .bio-visual-routes a,
  .trail-exit-grid a,
  .topic-instagram-links a,
  .instagram-week-route a,
  .instagram-week-card {
    min-height: auto;
  }

  .topic-page h1,
  .buyer-guide-page h1,
  .topic-page h2,
  .buyer-guide-page h2,
  .topic-page h3,
  .buyer-guide-page h3,
  .topic-page p,
  .buyer-guide-page p,
  .topic-page strong,
  .buyer-guide-page strong,
  .topic-page a,
  .buyer-guide-page a {
    word-break: break-all;
  }

  .affiliate-disclosure-line {
    grid-template-columns: 1fr;
  }

  .affiliate-products-section {
    padding: 18px;
  }

  .affiliate-product-actions {
    grid-template-columns: 1fr;
  }

  .product-card-head {
    display: grid;
    grid-template-columns: 1fr;
  }

  .product-status {
    text-align: left;
  }

  .spotlight-card {
    padding: 12px;
  }

  .spotlight-card img {
    min-height: 170px;
  }

  .article-action-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .article-action-strip a {
    min-width: 0;
    padding: 0 8px;
    min-height: 42px;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
    line-height: 1.35;
    font-size: 12px;
  }

  .layout {
    padding-bottom: 116px;
  }

  .article-mobile-sticky {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 30;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(23, 33, 36, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 42px rgba(23, 33, 36, 0.22);
    backdrop-filter: blur(10px);
  }

  .article-mobile-sticky a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 8px;
    border: 1px solid #cfe1dd;
    border-radius: 6px;
    color: var(--brand-dark);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    overflow-wrap: anywhere;
  }

  .article-mobile-sticky a.primary {
    border-color: var(--accent);
    background: var(--accent);
    color: #fff;
  }

  .support-panel {
    padding: 20px;
  }

  .support-page {
    width: min(100% - 24px, 880px);
  }

  .support-panel h1 {
    font-size: 28px;
  }

  .button {
    width: 100%;
  }
}
