/* ============================================================================
   CONTENT HERO — theme "тёплый контент" (light, friendly — brother of AI HERO).
   Same rounded display/body faces as AI HERO (Unbounded + Onest), but Content
   Hero's own palette: warm paper + royal gold + 👑.
   The founding product, dressed as a warm, inviting sibling of AIH — not serif,
   not dark. Only token values + a few signature rules live here; structure is
   in shared/landing.css.
   Fonts are loaded locally by shared/landing.css.
   Gold ink is deep bronze (--accent-ink) for AA text on cream; bright gold
   (--accent / --accent-2) fills buttons + decorative accents.
   ========================================================================== */

.theme-ch {
  /* Fonts — same friendly rounded faces as AI HERO */
  --font-display: "Unbounded", "Onest", system-ui, sans-serif;
  --font-body: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-eyebrow: "Onest", sans-serif;
  --eyebrow-spacing: 0.10em;
  --eyebrow-transform: uppercase;

  /* Surfaces — warm paper / parchment */
  --bg: #FFFCF5;
  --bg-alt: #FBF1E2;
  --card: #FFFFFF;
  --line: rgba(38, 30, 22, 0.10);
  --line-strong: rgba(38, 30, 22, 0.18);
  --strip-bg: #F7EAD6;

  /* Ink */
  --ink: #241E17;
  --ink-strong: #17120C;
  --muted: #6B6152;

  /* Accents — royal gold (👑): gold fills, deep-bronze ink for text on cream */
  --accent: #C8991F;
  --accent-2: #E6BE54;
  --accent-ink: #8A6A12;
  --accent-tint: #FBEFD2;
  --on-accent: #3A2B08;
  --accent-shadow: 0 8px 20px rgba(96, 56, 16, 0.22);
  --accent-shadow-hover: 0 14px 30px rgba(96, 56, 16, 0.30);

  /* Flexible / lesson / callout contextual tokens */
  --flexible-bg: #FDF4E3;
  --flexible-line: rgba(138, 106, 18, 0.40);
  --flexible-icon-bg: #FFFFFF;
  --lesson-card-bg: linear-gradient(160deg, #FFFFFF 0%, #FFF7EE 100%);
  --lesson-card-line: rgba(200, 153, 31, 0.20);
  --lesson-card-shadow: 0 16px 34px rgba(96, 48, 30, 0.10);
  --lesson-icon-bg: #F7E4D6;

  /* Schedule (unused component tokens kept for parity / future) */
  --schedule-bg: #F3F0E6;
  --schedule-accent: #8A6E2A;
  --schedule-icon-bg: #EDE5D0;
  --schedule-line: rgba(138, 110, 42, 0.20);
  --schedule-line-strong: rgba(138, 110, 42, 0.48);
  --schedule-on-accent: #FFF7EC;

  /* Charity — sage green so "giving" reads distinct from the gold brand */
  --charity-bg: #EFF1E4;
  --charity-ink: #3E6A44;
  --charity-line: rgba(62, 106, 68, 0.20);
  --charity-chart-grid: rgba(62, 106, 68, 0.10);
  --charity-chart-fill: rgba(62, 106, 68, 0.09);
  --charity-pulse: rgba(62, 106, 68, 0.12);
  --charity-tooltip-bg: #FFFFFF;

  /* Fiery highlight for key theses — deep gold → gold (readable on cream) */
  --hot-grad: linear-gradient(90deg, #9C6F16, #C79A2B);
  --focus: #B8860B;
  --yes: #2E6B44;

  /* Warn / compare / price */
  --warn-bg: rgba(200, 153, 31, 0.08);
  --warn-line: rgba(200, 153, 31, 0.34);
  --us-col-bg: rgba(200, 153, 31, 0.12);
  --price-bg: linear-gradient(150deg, #FBEFD6 0%, #FFFFFF 60%);
  --price-line: rgba(200, 153, 31, 0.30);
  --price-shadow: 0 24px 60px rgba(200, 153, 31, 0.16);
}

/* --- Signature: warm hero glow (like AIH, in CH's gold) -------------- */
.theme-ch .hero::before {
  content: ""; position: absolute; inset: -30% -20% auto -20%; height: 120%;
  background:
    radial-gradient(60% 55% at 78% 12%, rgba(196, 162, 74, 0.30), transparent 60%),
    radial-gradient(55% 50% at 12% 6%, rgba(200, 153, 31, 0.18), transparent 62%);
  pointer-events: none; z-index: 0;
}
.theme-ch .hero > .wrap { position: relative; z-index: 1; }

/* --- Signature: gold hairline flourishes --------------------------------- */
.theme-ch .pull { border-left-color: var(--accent-2); }
.theme-ch .footer a,
.theme-ch .author a,
.theme-ch .ch-reasons a { color: var(--accent-ink); }

/* Feature cards get a whisper of warm gradient (AIH-style soft cards) */
.theme-ch .card { background: linear-gradient(180deg, #FFFFFF, #FFF8EF); }

/* --- Signature: royal gold buttons (👑) --------------------------------- */
.theme-ch .btn-primary {
  background: linear-gradient(180deg, #E7BC4C 0%, #CB9A1E 100%);
  color: var(--on-accent);
}
.theme-ch .btn-primary:hover { background: linear-gradient(180deg, #EDC55A 0%, #D2A121 100%); }
.theme-ch .sticky-cta { background: linear-gradient(180deg, #E7BC4C, #CB9A1E); color: var(--on-accent); box-shadow: var(--accent-shadow); }

/* --- Signature: crown flourish on the price card ------------------------- */
.theme-ch .price { position: relative; overflow: hidden; }
.theme-ch .price::after {
  content: "👑"; position: absolute; top: 14px; right: 18px;
  font-size: 30px; line-height: 1; opacity: 0.55; filter: saturate(1.1);
  transform: rotate(8deg); pointer-events: none;
}

/* ============================================================================
   CH-specific components (not in shared/landing.css)
   ========================================================================== */

/* --- Value ladder: посты → … → сообщество -------------------------------- */
.ch-ladder {
  list-style: none; margin-top: 26px; display: grid; gap: 12px;
  grid-template-columns: 1fr; align-items: stretch;
}
.ch-ladder li {
  position: relative; display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 16px 18px; border-radius: var(--radius-sm);
  background: var(--card); border: 1px solid var(--line);
  box-shadow: 0 8px 20px rgba(96, 48, 30, 0.06);
  font-family: var(--font-display); font-weight: 700; font-size: 19px;
  color: var(--ink);
}
.ch-ladder li::after {
  content: "↓"; position: absolute; left: 50%; bottom: -13px; transform: translateX(-50%);
  color: var(--accent-2); font-weight: 800; font-size: 18px; line-height: 1; z-index: 1;
}
.ch-ladder li:last-child { color: var(--accent-ink); border-color: var(--accent-2); background: var(--accent-tint); }
.ch-ladder li:last-child::after { content: none; }
@media (min-width: 760px) {
  .ch-ladder { grid-auto-flow: column; grid-auto-columns: 1fr; gap: 26px; }
  .ch-ladder li::after {
    content: "→"; left: auto; right: -20px; bottom: auto; top: 50%;
    transform: translateY(-50%); font-size: 20px;
  }
}

/* --- Goals: interactive "pick your goal" checklist ----------------------- */
.ch-goals-hint { margin-top: 18px; color: var(--muted); font-size: 15px; }
.ch-goals { list-style: none; margin-top: 16px; display: grid; gap: 12px; grid-template-columns: 1fr; }
.ch-goal {
  border-radius: var(--radius-sm); background: var(--card); border: 1px solid var(--line);
  box-shadow: 0 8px 20px rgba(96, 48, 30, 0.05);
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.ch-goal-row {
  display: grid; grid-template-columns: 24px minmax(0, 1fr); gap: 14px; align-items: start;
  padding: 18px 20px; cursor: pointer; color: var(--ink); font-size: 16px; line-height: 1.5;
}
.ch-goal-check {
  appearance: none; -webkit-appearance: none; width: 24px; height: 24px; margin: 1px 0 0; flex: none;
  border: 2px solid var(--accent-2); border-radius: 7px; background: transparent; cursor: pointer;
  transition: background .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.ch-goal-check:checked {
  border-color: var(--accent);
  background: var(--accent) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%233A2B08' d='M6.5 11.2 3.3 8l1.1-1.1 2.1 2.1 4.9-4.9L12.6 5.2z'/%3E%3C/svg%3E") center / 80% no-repeat;
}
.ch-goal-check:focus-visible { outline: 3px solid var(--focus); outline-offset: 2px; }
.ch-goal:hover { border-color: var(--line-strong); transform: translateY(-2px); box-shadow: 0 14px 28px rgba(96, 48, 30, 0.10); }
.ch-goal:has(.ch-goal-check:checked) { border-color: var(--accent-2); background: linear-gradient(180deg, #FFFFFF, var(--accent-tint)); }
.ch-goals-cta { flex-wrap: wrap; }
/* shared .btn forces display:inline-flex, which beats the UA [hidden] rule */
.ch-goals-cta .btn[hidden] { display: none !important; }
@media (min-width: 760px) { .ch-goals { grid-template-columns: 1fr 1fr; } }

/* --- Alumni analytics: avatar + channel + live subscriber count ---------- */
.ch-alumni-stats { margin-top: 26px; }
/* Horizontal carousel of star participants */
.ch-alumni-carousel { margin-top: 24px; }
.ch-alumni-navrow { display: flex; align-items: center; justify-content: space-between; gap: 12px 20px; flex-wrap: wrap; margin-bottom: 14px; }
.ch-alumni-hint { margin: 0; color: var(--muted); font-size: 15px; }
/* Star participants read as a lively horizontal list you scroll through */
.ch-alumni {
  list-style: none; margin: 0; padding: 4px 2px 16px; display: flex; gap: 14px;
  overflow-x: auto; scroll-snap-type: x proximity; scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch; scrollbar-width: thin; scrollbar-color: var(--accent-2) var(--bg-alt);
}
.ch-alumni::-webkit-scrollbar { height: 9px; }
.ch-alumni::-webkit-scrollbar-track { background: var(--bg-alt); border-radius: 999px; }
.ch-alumni::-webkit-scrollbar-thumb { background: var(--accent-2); border-radius: 999px; border: 2px solid var(--bg-alt); }
.ch-alum {
  flex: 0 0 320px; scroll-snap-align: start; display: flex; flex-direction: column; gap: 16px;
  padding: 22px; border-radius: var(--radius);
  background: var(--card); border: 1px solid var(--line);
  box-shadow: 0 6px 18px rgba(96, 48, 30, 0.05);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.ch-alum:hover { transform: translateY(-3px); border-color: var(--line-strong); box-shadow: 0 14px 30px rgba(96, 48, 30, 0.10); }
@media (max-width: 560px) { .ch-alum { flex-basis: 84vw; } }
.ch-alum-main { display: grid; grid-template-columns: 56px minmax(0, 1fr); gap: 14px; align-items: center; }
/* Refined vote pill: quiet outline by default, fills gold when the visitor votes */
.ch-alum-vote {
  margin-top: auto; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 9px 15px; border-radius: 999px;
  border: 1px solid var(--line-strong); background: transparent; color: var(--ink);
  font: inherit; font-weight: 600; font-size: 13px; cursor: pointer;
  transition: background .15s ease, border-color .15s ease, color .15s ease;
}
.ch-alum-vote:hover { border-color: var(--accent-2); background: var(--accent-tint); color: var(--accent-ink); }
.ch-alum-vote:focus-visible { outline: 3px solid var(--focus); outline-offset: 2px; }
.ch-alum-vote[aria-pressed="true"] { background: var(--accent); color: var(--on-accent); border-color: var(--accent); font-weight: 700; }
.ch-alum-vote-count {
  min-width: 16px; padding: 1px 8px; border-radius: 999px; background: rgba(58, 43, 8, 0.09);
  font-variant-numeric: tabular-nums; font-size: 12px; font-weight: 800; color: var(--accent-ink);
}
.ch-alum-vote-count:empty { display: none; }
.ch-alum-vote:hover .ch-alum-vote-count { color: var(--accent-ink); }
.ch-alum-vote[aria-pressed="true"] .ch-alum-vote-count { background: rgba(255, 247, 236, 0.28); color: var(--on-accent); }
/* Rest-of-testimonials pager */
/* Testimonial filter chips (filter by what people value) */
.ch-filter { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 22px; }
.ch-filter-chip {
  padding: 7px 14px; border-radius: 999px; border: 1px solid var(--line-strong); background: var(--card);
  color: var(--ink); font: inherit; font-weight: 600; font-size: 13px; cursor: pointer; white-space: nowrap;
  transition: background .15s ease, border-color .15s ease, color .15s ease;
}
.ch-filter-chip:hover { border-color: var(--accent-2); background: var(--accent-tint); }
.ch-filter-chip.is-active { background: var(--accent); color: var(--on-accent); border-color: var(--accent); }
.ch-filter-chip:focus-visible { outline: 3px solid var(--focus); outline-offset: 2px; }
.ch-mention[hidden] { display: none; }
.ch-rest-nav { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 18px; }
.ch-rest-count { min-width: 52px; text-align: center; font-size: 13px; color: var(--muted); font-variant-numeric: tabular-nums; }
.ch-rest-count b { color: var(--accent-ink); font-family: var(--font-display); font-weight: 800; }
.ch-mention-plain[hidden] { display: none; }
.ch-alum-avatar {
  width: 60px; height: 60px; border-radius: 50%; object-fit: cover; display: block;
  border: 2px solid var(--accent-2); background: var(--bg-alt);
  box-shadow: 0 4px 12px rgba(96, 48, 30, 0.14);
}
.ch-alum-body { min-width: 0; }
.ch-alum-name {
  font-family: var(--font-display); font-weight: 700; font-size: 15px; color: var(--ink);
  line-height: 1.18; margin-bottom: 3px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.ch-alum-role { color: var(--muted); font-size: 13px; line-height: 1.35; margin-bottom: 9px; }
.ch-alum-foot { display: flex; align-items: baseline; gap: 5px 10px; flex-wrap: wrap; }
.ch-alum-subs {
  font-family: var(--font-display); font-weight: 800; font-size: 18px; color: var(--accent-ink);
  font-variant-numeric: tabular-nums;
}
.ch-alum-subs::after { content: " подписчиков"; font-family: var(--font-body); font-weight: 500; font-size: 12px; color: var(--muted); }
.ch-alum-link { margin-left: auto; color: var(--accent-ink); text-decoration: none; font-size: 12.5px; opacity: .8; }
.ch-alum-link:hover { text-decoration: underline; text-underline-offset: 3px; opacity: 1; }
.ch-alumni-note { margin-top: 18px; font-size: 12.5px; line-height: 1.5; color: var(--muted); }

/* --- Mentions: twitter-style masonry (fit by height) --------------------- */
.ch-mentions { list-style: none; margin-top: 26px; columns: 1; column-gap: 16px; }
@media (min-width: 620px) { .ch-mentions { columns: 2; } }   /* curated cards read wide, 2-up */
/* short quotes under "показать все" pack denser, 3-up */
.ch-mentions-more .ch-mentions { columns: 1; }
@media (min-width: 620px) { .ch-mentions-more .ch-mentions { columns: 2; } }
@media (min-width: 1000px) { .ch-mentions-more .ch-mentions { columns: 3; } }
.ch-mention {
  break-inside: avoid; margin: 0 0 16px; padding: 20px 22px 18px; border-radius: var(--radius);
  background: var(--card); border: 1px solid var(--line);
  box-shadow: 0 10px 26px rgba(96, 48, 30, 0.06);
}
/* Channel identity: avatar + name + subscriber count */
.ch-mention-head { display: grid; grid-template-columns: 46px minmax(0, 1fr); gap: 12px; align-items: center; margin-bottom: 14px; }
.ch-mention-ava {
  width: 46px; height: 46px; border-radius: 50%; object-fit: cover; display: block;
  border: 2px solid var(--accent-2); background: var(--bg-alt); box-shadow: 0 3px 10px rgba(96, 48, 30, 0.14);
}
.ch-mention-mono {
  width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; flex: none;
  border: 2px solid var(--accent-2); background: var(--accent-tint); color: var(--accent-ink);
  font-family: var(--font-display); font-weight: 800; font-size: 19px; line-height: 1;
}
.ch-mention-id { min-width: 0; }
.ch-mention-author {
  font-family: var(--font-display); font-weight: 700; font-size: 13.5px; color: var(--ink); line-height: 1.2;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.ch-mention-sub { margin-top: 3px; font-size: 12px; color: var(--muted); }
.ch-mention-sub .ch-mention-chan { color: var(--accent-ink); text-decoration: none; }
.ch-mention-sub .ch-mention-chan:hover { text-decoration: underline; text-underline-offset: 2px; }
/* Real-post look: whole excerpt reads dim, the key line stays dark + bold */
.ch-mention blockquote { margin: 0; color: var(--muted); font-size: 14.5px; line-height: 1.55; }
.ch-mention blockquote strong { color: var(--ink-strong); font-weight: 700; }
.ch-mention-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 14px; margin-top: 14px; font-size: 12.5px; color: var(--muted); }
.ch-mention-stat { display: inline-flex; align-items: center; gap: 5px; font-variant-numeric: tabular-nums; }
.ch-eye {
  display: inline-block; width: 16px; height: 11px; vertical-align: -1px; background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 11'%3E%3Cpath d='M8 0C4.1 0 1.2 2.6 0 5.5 1.2 8.4 4.1 11 8 11s6.8-2.6 8-5.5C14.8 2.6 11.9 0 8 0zm0 9a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7zm0-5.5A1.9 1.9 0 1 0 8 7.3 1.9 1.9 0 0 0 8 3.5z'/%3E%3C/svg%3E") center/contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 11'%3E%3Cpath d='M8 0C4.1 0 1.2 2.6 0 5.5 1.2 8.4 4.1 11 8 11s6.8-2.6 8-5.5C14.8 2.6 11.9 0 8 0zm0 9a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7zm0-5.5A1.9 1.9 0 1 0 8 7.3 1.9 1.9 0 0 0 8 3.5z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.ch-mention-src { margin-left: auto; color: var(--accent-ink); font-weight: 600; white-space: nowrap; text-decoration: none; }
.ch-mention-src:hover { text-decoration: underline; text-underline-offset: 2px; }
/* Rest cards share the same card format — monogram avatar instead of a photo */
.ch-mention-plain .ch-mention-author { font-size: 13.5px; }
.ch-mentions-more { margin-top: 4px; }
.ch-mentions-more > .answer { padding-top: 8px; }
.ch-mentions-more .ch-mentions { margin-top: 4px; }
.ch-mentions-note { margin-top: 18px; font-size: 12.5px; line-height: 1.5; color: var(--muted); }

/* --- Charity: growing chart reveal + today dot ---------------------------- */
/* Growing chart: reveal the plot left→right on scroll-in (JS-gated for no-JS) */
.js .theme-ch .charity-chart-plot { clip-path: inset(0 100% 0 0); will-change: clip-path; }
.js .theme-ch .reveal.in .charity-chart-plot { clip-path: inset(0 0 0 0); transition: clip-path 1.5s var(--ease-out) .15s; }

/* 2026 = today: brighter, pulsing dot with a "сегодня" marker */
.theme-ch .charity-chart-points > li:last-child .charity-chart-point {
  width: 13px; height: 13px; background: var(--accent); border-color: var(--charity-bg);
  box-shadow: 0 0 0 0 rgba(200, 153, 31, 0.5);
  animation: chToday 2.1s ease-out infinite;
}
@keyframes chToday {
  0% { box-shadow: 0 0 0 0 rgba(200, 153, 31, 0.5); }
  70% { box-shadow: 0 0 0 13px rgba(200, 153, 31, 0); }
  100% { box-shadow: 0 0 0 0 rgba(200, 153, 31, 0); }
}
.theme-ch .charity-chart-points > li:last-child .charity-chart-point::after {
  content: "сегодня"; position: absolute; top: calc(100% + 7px); right: -2px;
  font-family: var(--font-eyebrow); font-weight: 700; font-size: 9px; letter-spacing: 0.09em;
  text-transform: uppercase; color: var(--accent-ink); white-space: nowrap; pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .js .theme-ch .charity-chart-plot,
  .js .theme-ch .reveal.in .charity-chart-plot { clip-path: none; transition: none; }
  .theme-ch .charity-chart-points > li:last-child .charity-chart-point { animation: none; }
}

/* --- "50 причин" — horizontal card carousel ------------------------------ */
.ch-reasons-carousel { margin-top: 40px; }
.ch-reasons-top { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px 20px; flex-wrap: wrap; margin-bottom: 18px; }
.ch-reasons-title { margin: 0; }
.ch-reasons-nav { display: flex; align-items: center; gap: 12px; }
.ch-reasons-count { font-size: 13px; color: var(--muted); font-variant-numeric: tabular-nums; min-width: 44px; text-align: center; }
.ch-reasons-count b { color: var(--accent-ink); font-family: var(--font-display); font-weight: 800; }
.ch-reasons-btn {
  width: 40px; height: 40px; flex: none; border-radius: 50%; border: 1.5px solid var(--line-strong);
  background: var(--card); color: var(--accent-ink); font-size: 17px; line-height: 1; cursor: pointer;
  display: grid; place-items: center; transition: border-color .15s ease, background .15s ease, opacity .15s ease;
}
.ch-reasons-btn:hover { border-color: var(--accent-2); background: var(--accent-tint); }
.ch-reasons-btn:focus-visible { outline: 3px solid var(--focus); outline-offset: 2px; }
.ch-reasons-btn:disabled { opacity: .3; cursor: default; }
.ch-reasons-rail {
  list-style: none; margin: 0; padding: 4px 2px 16px;
  display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory;
  scroll-behavior: smooth; -webkit-overflow-scrolling: touch;
  scrollbar-width: thin; scrollbar-color: var(--accent-2) var(--bg-alt);
}
.ch-reasons-rail::-webkit-scrollbar { height: 9px; }
.ch-reasons-rail::-webkit-scrollbar-track { background: var(--bg-alt); border-radius: 999px; }
.ch-reasons-rail::-webkit-scrollbar-thumb { background: var(--accent-2); border-radius: 999px; border: 2px solid var(--bg-alt); }
.ch-reasons-rail::-webkit-scrollbar-thumb:hover { background: var(--accent-ink); }
.ch-reason-card {
  flex: 0 0 280px; scroll-snap-align: start; display: flex; flex-direction: column; gap: 12px;
  padding: 22px 22px 24px; border-radius: var(--radius);
  background: linear-gradient(180deg, #FFFFFF, var(--accent-tint)); border: 1px solid var(--line);
  box-shadow: 0 10px 26px rgba(96, 48, 30, 0.06);
}
.ch-reason-num { font-family: var(--font-display); font-weight: 800; font-size: 34px; line-height: 1; color: var(--accent-2); }
.ch-reason-card p { margin: 0; color: var(--ink); font-size: 15px; line-height: 1.5; }
@media (prefers-reduced-motion: reduce) { .ch-reasons-rail { scroll-behavior: auto; } }
@media (max-width: 560px) { .ch-reason-card { flex-basis: 80vw; } }

/* --- Ecosystem cross-link (product kinship) ------------------------------ */
.theme-ch .card.here {
  background: linear-gradient(180deg, #FFFFFF, #FDF0E6);
  border-color: var(--accent-2);
}
.ch-here-badge {
  display: inline-block; margin-bottom: 10px; padding: 3px 10px; border-radius: 999px;
  background: var(--accent); color: var(--on-accent);
  font-family: var(--font-eyebrow); font-weight: 700; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase;
}
.ch-eco-links { margin-top: 10px; font-size: 14px; }
.ch-eco-links a { color: var(--accent-ink); text-decoration: underline; text-underline-offset: 3px; }

/* Long single-word stat values (Unbounded is wide) must break, not overflow */
.theme-ch .stat .num { overflow-wrap: break-word; }

/* --- Small-screen polish ------------------------------------------------- */
@media (max-width: 759px) { .ch-ladder li { font-size: 15px; } }

/* --- Batch tweaks: wider walls, price-rise, eco 3-col, founder cards ------ */
.theme-ch .wrap-wide { max-width: 1160px; }

.theme-ch .price-rise {
  margin: -4px 0 10px; display: inline-flex; align-items: center; gap: 6px;
  padding: 5px 12px; border-radius: 999px; background: var(--accent-tint); border: 1px solid var(--accent-2);
  color: var(--accent-ink); font-size: 13px; font-weight: 600;
}
.theme-ch .price-rise strong { color: var(--ink-strong); font-weight: 800; }

.theme-ch .ch-eco-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 760px) { .theme-ch .ch-eco-grid { grid-template-columns: repeat(3, 1fr); } }

.ch-founder-channels { display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 18px; }
@media (min-width: 560px) { .ch-founder-channels { grid-template-columns: 1fr 1fr; } }
.ch-founder-card {
  display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 14px; align-items: center;
  padding: 14px 16px; border-radius: var(--radius); background: var(--card); border: 1px solid var(--line);
  box-shadow: 0 8px 20px rgba(96, 48, 30, 0.06); text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.ch-founder-card:hover { transform: translateY(-2px); border-color: var(--accent-2); box-shadow: 0 14px 30px rgba(96, 48, 30, 0.12); }
.ch-founder-ava { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; border: 2px solid var(--accent-2); background: var(--bg-alt); }
.ch-founder-id { min-width: 0; display: block; }
.ch-founder-name { display: block; font-family: var(--font-display); font-weight: 700; font-size: 14px; color: var(--ink); line-height: 1.2; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ch-founder-sub { display: block; margin-top: 3px; font-size: 12.5px; color: var(--accent-ink); }
