/* Vibe Coding Hero: dark editorial rock theme. Shared mechanics live in landing.css. */
.theme-vch {
  --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.1em;
  --eyebrow-transform: uppercase;
  --bg: #17141a;
  --bg-alt: #1e1a24;
  --card: #241e2c;
  --line: rgba(244, 239, 233, 0.12);
  --line-strong: rgba(244, 239, 233, 0.24);
  --strip-bg: #120f16;
  --ink: #f4efe9;
  --ink-strong: #ffffff;
  --muted: #aaa0b0;
  --accent: #ffb627;
  --accent-2: #ff2e88;
  --accent-ink: #ffc24d;
  --accent-tint: rgba(255, 182, 39, 0.12);
  --on-accent: #17141a;
  --focus: #ff2e88;
  --yes: #4be3a6;
  --schedule-accent: #4fd1c5;
  --schedule-icon-bg: rgba(79, 209, 197, 0.13);
  --schedule-line: rgba(79, 209, 197, 0.24);
  --schedule-line-strong: rgba(79, 209, 197, 0.5);
  --schedule-on-accent: #17141a;
  --flexible-bg: rgba(255, 182, 39, 0.08);
  --flexible-line: rgba(255, 182, 39, 0.44);
  --flexible-icon-bg: rgba(255, 182, 39, 0.14);
  --lesson-card-bg: rgba(255, 255, 255, 0.035);
  --lesson-card-line: var(--line);
  --lesson-icon-bg: rgba(79, 209, 197, 0.13);
  --charity-bg: #14211f;
  --charity-ink: #69dfb5;
  --charity-line: rgba(105, 223, 181, 0.24);
  --charity-chart-grid: rgba(105, 223, 181, 0.12);
  --charity-chart-fill: rgba(105, 223, 181, 0.1);
  --charity-pulse: rgba(105, 223, 181, 0.14);
  --charity-tooltip-bg: #1c2927;
  --hot-grad: linear-gradient(90deg, #ffc24d, #ff7a2f);
  --warn-bg: rgba(255, 46, 136, 0.08);
  --warn-line: rgba(255, 46, 136, 0.3);
  --price-bg: #211b29;
  --price-line: rgba(255, 46, 136, 0.35);
  --price-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
  --us-col-bg: rgba(79, 209, 197, 0.08);
}

.theme-vch .eyebrow { color: var(--accent-ink); }
.theme-vch .btn-primary,
.theme-vch .sticky-cta {
  border: 0;
  background: linear-gradient(100deg, var(--accent), var(--accent-2));
  color: #17141a;
}
.theme-vch .lesson-title {
  font-family: var(--font-body);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.36;
}
.vch-section-lead,
.vch-cases-lead,
.vch-path-lead {
  max-width: 74ch;
  margin-top: 16px;
  color: var(--muted);
}

/* Text-only hero: no photographic or generated background. */
.theme-vch .vch-hero {
  min-height: 540px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: #0f0d12;
}
.theme-vch .vch-hero::before {
  content: none;
}
.theme-vch .vch-hero::after {
  content: none;
}
.theme-vch .vch-hero > .wrap { width: 100%; }
.theme-vch .vch-hero .hero-title {
  max-width: 18ch;
}
.theme-vch .vch-hero .hero-sub {
  max-width: 760px;
  margin-top: 20px;
  color: var(--ink);
  font-size: 21px;
}
.vch-thesis-section .thesis { max-width: 32ch; }

/* Maker note */
.vch-maker-section { border-bottom: 1px solid var(--line); }
.vch-maker { max-width: 920px; }
.vch-maker h2 { max-width: 30ch; }
.vch-maker-copy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 3px solid var(--accent-2);
}
.vch-maker-copy p { color: var(--muted); }
.vch-maker-copy p:first-child { color: var(--ink); }
.vch-maker-afterword,
.vch-agents-afterword,
.vch-product-afterword,
.vch-how-afterword,
.vch-program-afterword {
  max-width: 78ch;
  margin-top: 22px;
  padding-left: 18px;
  border-left: 2px solid var(--line-strong);
  color: var(--muted);
  font-size: 14px;
}

/* Problem and transformation */
.vch-problem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin-top: 32px;
  border: 1px solid var(--line-strong);
  background: var(--line-strong);
}
.vch-problem-grid article {
  min-width: 0;
  padding: 28px;
  background: var(--bg-alt);
}
.vch-problem-grid article > span {
  color: var(--accent-ink);
  font-family: var(--font-display);
  font-size: 11px;
}
.vch-problem-grid h3 { margin: 16px 0 9px; font-size: 18px; }
.vch-problem-grid p,
.vch-fit { color: var(--muted); }
.vch-fit { max-width: 82ch; margin-top: 26px; }
.vch-fit strong { color: var(--ink); }
.vch-transformation-section { padding-bottom: 0; }
.vch-transformation-section .wrap { max-width: 1260px; }
.vch-transformation-copy {
  width: calc(var(--maxw) - (2 * var(--pad)));
  max-width: calc(100% - (2 * var(--pad)));
  margin-right: auto;
  margin-left: auto;
}
.vch-transformation-visual { margin-top: 34px; }
.vch-transformation-visual > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #0f0d12;
}
.vch-transformation-captions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  padding: 20px 0 44px;
  border-top: 1px solid var(--line-strong);
}
.vch-transformation-captions span { color: var(--muted); font-size: 14px; line-height: 1.55; }
.vch-transformation-captions strong { color: var(--ink); }
.vch-transformation-captions span:last-child strong { color: var(--schedule-accent); }

/* Author evidence */
.vch-author {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 60px;
  align-items: start;
}
.vch-author > div > p:not(.eyebrow) { max-width: 72ch; margin-top: 18px; color: var(--muted); }
.vch-author > div > p strong { color: var(--ink); }
.vch-build-log {
  border-top: 3px solid var(--schedule-accent);
  border-bottom: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.03);
}
.vch-build-log-title {
  padding: 12px 18px;
  border-bottom: 1px solid var(--line);
  color: var(--schedule-accent);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
}
.vch-build-log dl { margin: 0; }
.vch-build-log dl > div {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 12px;
  padding: 15px 18px;
  border-bottom: 1px solid var(--line);
}
.vch-build-log dl > div:last-child { border-bottom: 0; }
.vch-build-log dt { color: var(--accent-ink); font-family: var(--font-display); font-size: 12px; }
.vch-build-log dd { margin: 0; color: var(--muted); font-size: 13px; }

/* Old product promise and course rhythm, restored without card nesting. */
.vch-promise { display: grid; gap: 14px; }
.vch-promise .eyebrow { margin-bottom: 0; }
.vch-promise > p:not(.eyebrow) { max-width: 64ch; color: var(--muted); }
.vch-promise-flow {
  display: grid;
  grid-template-columns: auto minmax(70px, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  padding: 20px 0;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  font-family: var(--font-display);
  font-size: 17px;
}
.vch-promise-flow > span:first-child { color: var(--muted); }
.vch-promise-flow strong { color: var(--schedule-accent); text-align: right; }
.vch-flow-line { position: relative; height: 2px; background: var(--accent-2); }
.vch-flow-line::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--accent-2);
  border-right: 2px solid var(--accent-2);
  transform: translateY(-50%) rotate(45deg);
}
.vch-how-cta { margin-top: 26px; }

/* The remembered Notion meme, redrawn in the VCH graphic-novel style. */
.vch-claude-meme {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(260px, 0.58fr);
  gap: 42px;
  align-items: end;
  margin: 0 0 64px;
  padding-bottom: 34px;
  border-bottom: 1px solid var(--line-strong);
}
.vch-meme-visual {
  position: relative;
  width: min(100%, 680px);
  overflow: hidden;
  border: 1px solid var(--line-strong);
  background: #111014;
  isolation: isolate;
}
.vch-meme-visual > img {
  display: block;
  width: 100%;
  height: auto;
}
.vch-meme-label,
.vch-meme-claude {
  position: absolute;
  z-index: 1;
  color: #151216;
  background: #f3efe5;
  border: 1px solid rgba(15, 13, 18, 0.84);
  box-shadow: 3px 3px 0 rgba(236, 109, 49, 0.9);
  font-family: var(--font-eyebrow);
  font-weight: 900;
  letter-spacing: 0;
}
.vch-meme-label {
  max-width: 19%;
  padding: clamp(3px, 0.45vw, 6px) clamp(4px, 0.6vw, 8px);
  font-size: clamp(7px, 0.72vw, 11px);
  line-height: 1.08;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  transform: translateX(-50%) rotate(-1deg);
}
.vch-meme-label--hr { left: 15%; top: 31%; }
.vch-meme-label--marketing { left: 39%; top: 23%; transform: translateX(-50%) rotate(1deg); }
.vch-meme-label--logistics { left: 56%; top: 17%; }
.vch-meme-label--security { left: 81%; top: 25%; transform: translateX(-50%) rotate(1deg); }
.vch-meme-label--relations { left: 65%; top: 29%; }
.vch-meme-label--it { left: 88%; top: 35%; transform: translateX(-50%) rotate(1deg); }
.vch-meme-label--department { left: 74%; top: 42%; }
.vch-meme-label--project { left: 91%; top: 47%; transform: translateX(-50%) rotate(1deg); }
.vch-meme-label--pr { left: 84%; top: 62%; }
.vch-meme-label--development { left: 83%; top: 72%; transform: translateX(-50%) rotate(1deg); }
.vch-meme-claude {
  left: 29%;
  bottom: 5%;
  display: inline-flex;
  align-items: center;
  gap: clamp(4px, 0.5vw, 7px);
  padding: clamp(4px, 0.55vw, 7px) clamp(7px, 0.8vw, 11px);
  font-family: Georgia, serif;
  font-size: clamp(13px, 1.4vw, 20px);
  line-height: 1;
  transform: translateX(-50%) rotate(-1deg);
}
.vch-meme-claude b {
  color: #d96132;
  font-family: var(--font-display);
  font-size: 1.2em;
}
.vch-claude-meme figcaption {
  display: grid;
  gap: 12px;
  padding-top: 18px;
  border-top: 3px solid var(--accent-2);
}
.vch-claude-meme figcaption span {
  color: var(--accent-ink);
  font-family: var(--font-eyebrow);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}
.vch-claude-meme figcaption strong { max-width: 24ch; font-family: var(--font-display); font-size: 18px; line-height: 1.45; }

/* Agent roles and product levers */
.vch-role-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 32px;
  border: 1px solid var(--line);
  background: var(--line);
}
.vch-role-grid article {
  min-width: 0;
  padding: 24px;
  background: var(--bg);
}
.vch-role-grid article > span {
  display: block;
  height: 30px;
  color: var(--schedule-accent);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 20px;
}
.vch-role-grid h3 { margin: 12px 0 8px; font-size: 16px; }
.vch-role-grid p { color: var(--muted); font-size: 13px; }
.vch-model-note { max-width: 82ch; margin-top: 24px; color: var(--muted); font-size: 13px; }
.vch-model-note a { color: var(--ink); }
.vch-lever-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 34px;
}
.vch-lever-grid article {
  min-width: 0;
  padding: 24px 0;
  border-top: 3px solid var(--accent-2);
  border-bottom: 1px solid var(--line);
}
.vch-lever-grid article:nth-child(2) { border-top-color: var(--accent); }
.vch-lever-grid article:nth-child(3) { border-top-color: var(--schedule-accent); }
.vch-lever-grid article > span { color: var(--muted); font-family: var(--font-display); font-size: 10px; text-transform: uppercase; }
.vch-lever-grid h3 { margin: 18px 0 10px; font-size: 18px; }
.vch-lever-grid p { color: var(--muted); font-size: 14px; }

/* Weekly rhythm */
.vch-week {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  border: 1px solid var(--line-strong);
  background: var(--line-strong);
}
.vch-week article {
  min-width: 0;
  min-height: 158px;
  padding: 20px 14px;
  background: var(--bg);
  border-top: 3px solid var(--accent);
}
.vch-week article.report { border-top-color: var(--schedule-accent); }
.vch-week article.own { border-top-color: var(--accent-2); }
.vch-week article > span { color: var(--muted); font-family: var(--font-display); font-size: 10px; }
.vch-week strong { display: block; margin-top: 28px; font-size: 14px; }
.vch-week small { display: block; margin-top: 7px; color: var(--muted); font-size: 11px; line-height: 1.4; }
.vch-inline-cta {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  margin-top: 28px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.vch-inline-cta p { max-width: 62ch; color: var(--muted); }
.vch-inline-cta strong { color: var(--ink); }
.vch-inline-cta .btn { flex: none; }

/* Program and product possibilities */
.theme-vch .levels { margin-top: 32px; }
.theme-vch .levels-scale button { letter-spacing: 0; }
.theme-vch .level-panel { min-height: 260px; }
.theme-vch .lessons { align-items: stretch; }
.theme-vch .lesson { min-width: 0; }
.vch-possibilities {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
  gap: 56px;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--line-strong);
}
.vch-possibilities > div p { margin-top: 12px; color: var(--muted); font-size: 14px; }
.vch-product-types {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 24px;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
}
.vch-product-types li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 4px 12px;
  min-width: 0;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}
.vch-product-types li > span {
  grid-row: 1 / span 2;
  align-self: center;
  color: var(--schedule-accent);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 16px;
}
.vch-product-types strong { font-size: 14px; }
.vch-product-types small { color: var(--muted); font-size: 11px; }
.vch-product-types li:last-child { grid-column: 1 / -1; }

.vch-training-lead { max-width: 66ch; margin-top: 16px; color: var(--muted); }
.vch-training-facts {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
  padding: 0;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}
.vch-training-facts li { display: grid; gap: 3px; padding: 16px 18px 16px 0; }
.vch-training-facts li:not(:first-child) { padding-left: 18px; border-left: 1px solid var(--line); }
.vch-training-facts strong { color: var(--ink); font-family: var(--font-display); font-size: 13px; }
.vch-training-facts span { color: var(--muted); font-size: 12px; }

.vch-portfolio-section .eyebrow { margin-bottom: 12px; }
.theme-vch .vch-portfolio-section .artifacts { gap: 0 24px; border-top: 1px solid var(--line-strong); }
.theme-vch .vch-portfolio-section .artifact {
  gap: 16px;
  padding: 20px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}
.theme-vch .vch-portfolio-section .artifact:hover { border-color: var(--schedule-accent); box-shadow: none; transform: none; }
.artifact-index {
  flex: none;
  padding-top: 2px;
  color: var(--schedule-accent);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
}

/* Verified participant cases */
.vch-projects {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}
.vch-proj-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.035);
  transition: transform 0.18s ease, border-color 0.18s ease;
}
.vch-proj-card:hover { transform: translateY(-3px); border-color: var(--schedule-line-strong); }
.vch-proj-shot {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #111019;
}
.vch-proj-shot > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.vch-proj-shot > span {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  background: rgba(10, 10, 14, 0.9);
  color: #fff;
  font-family: var(--font-eyebrow);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}
.vch-proj-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
}
.vch-proj-who { display: flex; align-items: center; gap: 12px; min-width: 0; }
.vch-proj-avatar-img { display: block; width: 52px; height: 52px; flex: none; border: 1px solid rgba(255, 178, 36, .28); border-radius: 50%; object-fit: cover; }
.vch-proj-who span { min-width: 0; }
.vch-proj-who b { display: block; color: var(--ink); font-size: 13px; }
.vch-proj-who small { display: block; color: var(--muted); font-size: 11px; }
.vch-proj-body h3 { min-height: 60px; font-size: 15px; line-height: 1.35; }
.vch-proj-impact {
  padding-top: 11px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12.5px;
  line-height: 1.48;
}
.vch-proj-impact strong { color: var(--accent-ink); }
.vch-proj-body blockquote { margin-top: auto; color: #cbc4ce; font-size: 12px; font-style: italic; line-height: 1.5; }

/* Skill cloud */
.term-cloud { display: flex; flex-wrap: wrap; gap: 10px 12px; align-items: center; margin-top: 28px; }
.term {
  display: inline-block;
  padding: 6px 13px;
  border: 1px solid rgba(255, 182, 39, 0.28);
  border-radius: 999px;
  background: rgba(255, 182, 39, 0.08);
  color: #ffd77d;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.15;
  white-space: nowrap;
}
.term:nth-child(3n) { border-color: rgba(79, 209, 197, 0.35); background: rgba(79, 209, 197, 0.09); color: #83e8df; }
.term:nth-child(4n) { border-color: rgba(255, 46, 136, 0.34); background: rgba(255, 46, 136, 0.08); color: #ff8fba; }
.term-sm { padding: 5px 10px; font-size: 12px; opacity: 0.84; }
.term-md { color: var(--ink); font-size: 15px; }
.term-lg { border-color: var(--schedule-line); color: var(--schedule-accent); font-size: 17px; }
.term-xl {
  border-color: transparent;
  background: linear-gradient(100deg, var(--accent), var(--accent-2));
  box-shadow: 0 6px 18px rgba(255, 46, 136, 0.2);
  color: var(--on-accent);
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 800;
}

/* Comparison, community and discipline */
.vch-compare-table {
  margin-top: 30px;
  border: 1px solid var(--line-strong);
}
.vch-compare-table > div {
  display: grid;
  grid-template-columns: 0.75fr 1fr 1.2fr;
}
.vch-compare-table > div + div { border-top: 1px solid var(--line); }
.vch-compare-table span,
.vch-compare-table strong { min-width: 0; padding: 15px 18px; font-size: 13px; }
.vch-compare-table span + span,
.vch-compare-table strong + span { border-left: 1px solid var(--line); }
.vch-compare-table .head { background: rgba(255, 255, 255, 0.04); }
.vch-compare-table .head span { color: var(--ink); font-weight: 800; }
.vch-compare-table div:not(.head) span { color: var(--muted); }
.vch-compare-table div:not(.head) span:last-child { background: var(--us-col-bg); color: var(--ink); }
.vch-community-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}
.vch-community-grid article { min-width: 0; padding-top: 20px; border-top: 3px solid var(--accent-2); }
.vch-community-grid article:nth-child(2) { border-top-color: var(--accent); }
.vch-community-grid article:nth-child(3) { border-top-color: var(--schedule-accent); }
.vch-community-grid article:nth-child(4) { border-top-color: var(--ink); }
.vch-community-grid article > span { color: var(--muted); font-family: var(--font-display); font-size: 10px; }
.vch-community-grid h3 { margin: 16px 0 9px; font-size: 15px; }
.vch-community-grid p { color: var(--muted); font-size: 13px; }
.vch-community-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 48px;
  align-items: end;
}
.vch-community-intro .eyebrow { margin-bottom: 12px; }
.vch-community-intro h2 { max-width: 18ch; }
.vch-community-intro p:last-child { max-width: 62ch; margin-top: 16px; color: var(--muted); }
.vch-community-count { padding-top: 18px; border-top: 3px solid var(--accent-2); }
.vch-community-count strong { display: block; color: var(--ink); font-family: var(--font-display); font-size: 42px; line-height: 1; }
.vch-community-count span { display: block; margin-top: 10px; color: var(--muted); font-size: 13px; }
.vch-community-principles {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 38px;
  padding: 0;
}
.vch-community-principles li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  padding: 22px;
  border: 1px solid var(--line);
  border-left: 3px solid var(--accent-2);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.035);
}
.vch-community-principles > li > span { color: var(--accent-ink); font-family: var(--font-display); font-size: 11px; }
.vch-community-principles p { color: var(--muted); font-size: 14px; }
.vch-community-principles p strong { display: block; margin-bottom: 5px; color: var(--ink); font-family: var(--font-display); font-size: 14px; }
.vch-discipline-flow {
  display: grid;
  grid-template-columns: 0.9fr 1.35fr 0.9fr;
  gap: 1px;
  margin-top: 32px;
  border: 1px solid var(--line-strong);
  background: var(--line-strong);
}
.vch-discipline-flow article { min-width: 0; padding: 24px; background: var(--bg); }
.vch-discipline-flow article > span { color: var(--accent-ink); font-family: var(--font-display); font-size: 11px; }
.vch-discipline-flow h3 { margin: 18px 0 10px; font-size: 16px; }
.vch-discipline-flow p,
.vch-discipline-flow li { color: var(--muted); font-size: 13px; }
.vch-discipline-flow ul { display: grid; gap: 8px; padding-left: 18px; }
.vch-vacation {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 24px;
  margin-top: 22px;
  padding: 20px 0;
  border-top: 1px solid var(--schedule-line);
  border-bottom: 1px solid var(--schedule-line);
}
.vch-vacation strong { color: var(--schedule-accent); }
.vch-vacation span { color: var(--muted); }

/* Charity */
.theme-vch .charity-impact-copy h2 { max-width: 20ch; overflow-wrap: anywhere; }

/* Price */
.vch-price-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 28px;
  border: 1px solid var(--line-strong);
}
.vch-price-facts > div { min-width: 0; padding: 22px; text-align: center; }
.vch-price-facts > div + div { border-left: 1px solid var(--line-strong); }
.vch-price-facts strong { display: block; color: var(--accent-ink); font-family: var(--font-display); font-size: 23px; }
.vch-price-facts span { display: block; margin-top: 7px; color: var(--muted); font-size: 12px; }
.theme-vch .vch-price h2 { margin-top: 8px; font-size: 28px; }
.vch-corporate {
  display: grid;
  grid-template-columns: 150px 1fr auto;
  gap: 24px;
  align-items: center;
  margin-top: 24px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.vch-corporate span { color: var(--muted); }
.vch-corporate a { color: var(--schedule-accent); font-weight: 800; text-decoration: none; }
@media (max-width: 960px) {
  .vch-role-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vch-week { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .vch-community-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 759px) {
  .theme-vch .vch-hero {
    min-height: auto;
    align-items: flex-start;
    padding-top: 44px;
    padding-bottom: 48px;
  }
  .theme-vch .vch-hero .hero-title { max-width: 15ch; }
  .theme-vch .vch-hero .hero-sub { font-size: 17px; line-height: 1.48; }
  .theme-vch .vch-hero .hero-cta { align-items: flex-start; }

  .vch-maker-copy,
  .vch-problem-grid,
  .vch-transformation-captions,
  .vch-author,
  .vch-role-grid,
  .vch-lever-grid,
  .vch-possibilities,
  .vch-product-types,
  .vch-projects,
  .vch-community-grid,
  .vch-community-intro,
  .vch-community-principles,
  .vch-claude-meme,
  .vch-training-facts,
  .vch-discipline-flow,
  .vch-price-facts,
  .vch-corporate {
    grid-template-columns: 1fr;
  }
  .vch-maker-copy { gap: 18px; }
  .vch-problem-grid { gap: 1px; }
  .vch-transformation-section .wrap { padding: 0; }
  .vch-transformation-copy {
    width: auto;
    max-width: none;
    margin-right: 20px;
    margin-left: 20px;
  }
  .vch-transformation-captions { margin-right: 20px; margin-left: 20px; }
  .vch-transformation-visual > img { aspect-ratio: 16 / 9; object-fit: contain; }
  .vch-transformation-captions { gap: 12px; padding-bottom: 36px; }
  .vch-author { gap: 30px; }
  .vch-build-log dl > div { grid-template-columns: 84px 1fr; }
  .vch-promise-flow { grid-template-columns: auto 34px minmax(0, 1fr); gap: 10px; }
  .vch-promise-flow strong { font-size: 13px; }
  .vch-claude-meme { gap: 22px; margin-bottom: 44px; padding-bottom: 26px; }
  .vch-meme-visual { width: 100%; }
  .vch-claude-meme figcaption strong { max-width: none; font-size: 16px; }
  .vch-training-facts li,
  .vch-training-facts li:not(:first-child) { padding: 14px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .vch-training-facts li:last-child { border-bottom: 0; }
  .vch-community-intro { gap: 26px; }
  .vch-community-count { width: 170px; }
  .vch-week { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vch-week article { min-height: 138px; }
  .vch-inline-cta { align-items: flex-start; flex-direction: column; }
  .vch-possibilities { gap: 24px; }
  .vch-product-types li:last-child { grid-column: auto; }
  .vch-proj-body h3 { min-height: 0; }
  .term-cloud { gap: 8px 9px; }
  .term-lg { font-size: 16px; }
  .term-xl { font-size: 17px; }
  .vch-compare-table .head { display: none; }
  .vch-compare-table > div { grid-template-columns: 1fr; }
  .vch-compare-table span,
  .vch-compare-table strong { padding: 12px 14px; }
  .vch-compare-table span + span,
  .vch-compare-table strong + span { border-top: 1px solid var(--line); border-left: 0; }
  .vch-compare-table div:not(.head) span::before {
    display: block;
    margin-bottom: 4px;
    color: var(--muted-2);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
  }
  .vch-compare-table div:not(.head) span:nth-child(2)::before { content: "Курс / видео"; }
  .vch-compare-table div:not(.head) span:nth-child(3)::before { content: "Vibe Coding Hero"; }
  .vch-vacation { grid-template-columns: 1fr; gap: 8px; }
  .vch-price-facts > div + div { border-top: 1px solid var(--line-strong); border-left: 0; }
  .vch-corporate { gap: 10px; }
  .theme-vch .level-panel { min-height: 0; }
  .theme-vch .levels-scale button { min-height: 44px; padding: 9px 4px; }
}

@media (max-width: 420px) {
  .theme-vch .vch-hero { min-height: auto; }
  .vch-week { grid-template-columns: 1fr 1fr; }
  .vch-problem-grid article,
  .vch-role-grid article,
  .vch-discipline-flow article { padding: 21px; }
}
