:root {
  --bg: #07090d;
  --surface: #0d1117;
  --surface-strong: #111823;
  --surface-soft: rgba(255, 255, 255, 0.04);
  --text: #f4f7fb;
  --muted: #9ca8b8;
  --muted-strong: #c8d1df;
  --line: rgba(255, 255, 255, 0.12);
  --accent: #2dd4bf;
  --accent-strong: #14b8a6;
  --gold: #e6c16a;
  --gold-soft: rgba(230, 193, 106, 0.18);
  --platinum: #d9dde5;
  --ink: #0a0e14;
  --amber: #fbbf24;
  --rose: #fb7185;
  --shadow: 0 34px 100px rgba(0, 0, 0, 0.52);
  --radius: 8px;
  --container: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(180deg, rgba(14, 16, 20, 0.98) 0, rgba(7, 9, 13, 0.99) 48%, #05070a 100%),
    linear-gradient(90deg, rgba(230, 193, 106, 0.085), transparent 17%, transparent 78%, rgba(45, 212, 191, 0.035)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.024) 0 1px, transparent 1px 38px),
    var(--bg);
  color: var(--text);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(110deg, transparent 0 14%, rgba(230, 193, 106, 0.14) 14% 14.08%, transparent 14.08% 100%),
    linear-gradient(72deg, transparent 0 68%, rgba(45, 212, 191, 0.075) 68% 68.08%, transparent 68.08% 100%),
    linear-gradient(180deg, transparent 0 62px, rgba(230, 193, 106, 0.09) 62px 63px, transparent 63px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.032) 0 1px, transparent 1px 124px);
  mask-image: linear-gradient(180deg, #000, transparent 80%);
}

body::after {
  position: fixed;
  inset: auto 0 0;
  z-index: -1;
  height: 44vh;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(180deg, transparent, rgba(230, 193, 106, 0.035)),
    linear-gradient(90deg, rgba(230, 193, 106, 0.045), transparent 48%, rgba(45, 212, 191, 0.028));
}

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

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3,
figure {
  margin: 0;
}

p {
  color: var(--muted-strong);
}

.container {
  width: min(100% - 32px, var(--container));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--accent);
  color: #04110f;
  border-radius: var(--radius);
  font-weight: 800;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 7, 10, 0.88);
  backdrop-filter: blur(16px);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
}

.brand-logo {
  width: 44px;
  height: 44px;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.28));
}

.brand-copy {
  display: grid;
  gap: 1px;
}

.brand-text {
  color: var(--text);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.brand-subtitle {
  color: var(--muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

.nav {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.nav a {
  padding: 8px 12px;
  border-radius: 6px;
}

.nav a:hover,
.nav a:focus-visible {
  background: rgba(230, 193, 106, 0.1);
  color: var(--text);
  outline: none;
}

.section {
  padding: 88px 0;
}

.section-tight {
  padding-top: 36px;
}

.section-muted {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0.01)),
    linear-gradient(90deg, rgba(230, 193, 106, 0.038), transparent 36%, rgba(45, 212, 191, 0.02));
}

.hero {
  padding: 64px 0 52px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(420px, 0.84fr);
  gap: 54px;
  align-items: center;
}

.hero-copy {
  max-width: 720px;
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--accent);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  border: 1px solid rgba(230, 193, 106, 0.28);
  border-radius: 4px;
  padding: 7px 11px;
  background: rgba(5, 7, 10, 0.58);
  backdrop-filter: blur(14px);
}

.hero .eyebrow::before {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--gold);
  content: "";
}

h1,
h2,
h3 {
  line-height: 1.12;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 92px;
  font-weight: 700;
  line-height: 0.92;
}

h2 {
  color: var(--text);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 0.98;
}

h3 {
  color: var(--text);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.hero-subtitle {
  margin-top: 22px;
  max-width: 720px;
  color: var(--text);
  font-size: 20px;
  font-weight: 700;
}

.hero-note {
  margin-top: 18px;
  max-width: 620px;
  font-size: 17px;
}

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

.hero-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.hero-proof-row span {
  border: 1px solid rgba(230, 193, 106, 0.18);
  border-radius: 4px;
  padding: 7px 10px;
  background: rgba(5, 7, 10, 0.46);
  color: var(--muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 700;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 14px 20px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.button::after {
  margin-left: 10px;
  content: "↗";
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
}

.button-primary {
  background:
    linear-gradient(135deg, rgba(45, 212, 191, 0.92), rgba(18, 126, 116, 0.98)),
    #2dd4bf;
  color: #031412;
  box-shadow: 0 20px 54px rgba(45, 212, 191, 0.17), inset 0 1px rgba(255, 255, 255, 0.26);
}

.button-secondary {
  border-color: rgba(230, 193, 106, 0.46);
  background:
    linear-gradient(180deg, rgba(230, 193, 106, 0.12), rgba(255, 255, 255, 0.025));
  color: var(--text);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
}

.button-wide {
  width: 100%;
}

.hero-visual {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 116px;
  gap: 14px;
  align-items: stretch;
}

.photo-panel {
  position: relative;
  overflow: hidden;
  padding: 8px;
  border: 1px solid rgba(230, 193, 106, 0.28);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(230, 193, 106, 0.22), rgba(255, 255, 255, 0.035) 31%, rgba(45, 212, 191, 0.07)),
    rgba(5, 7, 10, 0.72);
  box-shadow: var(--shadow);
  transform: none;
}

.photo-panel::before {
  position: absolute;
  inset: 10px 10px auto;
  z-index: 2;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(230, 193, 106, 0.7), rgba(45, 212, 191, 0.5), transparent);
  content: "";
}

.photo-panel picture {
  display: block;
}

.photo-panel img {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 4px;
  object-fit: cover;
  object-position: center 45%;
}

.photo-panel figcaption {
  padding: 14px 6px 4px;
  color: var(--muted);
  font-size: 13px;
}

.ledger-rail {
  display: grid;
  align-content: end;
  gap: 6px;
  min-height: 100%;
  border: 1px solid rgba(230, 193, 106, 0.22);
  border-radius: var(--radius);
  padding: 14px 12px;
  background:
    linear-gradient(180deg, rgba(230, 193, 106, 0.105), rgba(255, 255, 255, 0.014)),
    rgba(5, 7, 10, 0.68);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
}

.ledger-rail span {
  margin-top: 12px;
  color: var(--gold);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  font-weight: 700;
}

.ledger-rail strong {
  color: var(--text);
  font-size: 13px;
  line-height: 1.2;
}

.ledger-rail p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.kinetic-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-top: 38px;
  overflow: hidden;
  border: 1px solid rgba(230, 193, 106, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(230, 193, 106, 0.075), transparent 26%, rgba(45, 212, 191, 0.035)),
    rgba(5, 7, 10, 0.62);
  backdrop-filter: blur(14px);
}

.kinetic-strip span {
  min-height: 46px;
  display: grid;
  place-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--muted-strong);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.kinetic-strip span:last-child {
  border-right: 0;
}

.section-head {
  max-width: 720px;
  margin-bottom: 28px;
}

.section-head p:not(.eyebrow) {
  margin-top: 14px;
  font-size: 17px;
}

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

.stat-card,
.source-card,
.evidence-panel,
.metric-table,
.principle-card,
.timeline-item,
.info-card,
.review-card,
.education-panel,
.link-card {
  border: 1px solid rgba(255, 255, 255, 0.115);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.014)),
    #090d13;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
}

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

.source-card {
  position: relative;
  min-height: 252px;
  padding: 22px;
  overflow: hidden;
}

.source-card::after {
  position: absolute;
  right: 20px;
  bottom: 18px;
  width: 62px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(230, 193, 106, 0.72));
  content: "";
}

.source-card h3,
.evidence-panel h3 {
  max-width: 420px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 31px;
  line-height: 1;
}

.source-card p,
.evidence-panel p {
  margin-top: 16px;
}

.source-card-accent {
  border-color: rgba(230, 193, 106, 0.42);
  background:
    linear-gradient(180deg, rgba(230, 193, 106, 0.13), rgba(45, 212, 191, 0.026)),
    #090d13;
}

.evidence-board {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 16px;
  align-items: stretch;
}

.evidence-panel {
  display: grid;
  align-content: space-between;
  gap: 24px;
  min-height: 360px;
  padding: 26px;
}

.evidence-panel-primary {
  border-color: rgba(45, 212, 191, 0.24);
  background:
    linear-gradient(145deg, rgba(45, 212, 191, 0.09), transparent 48%, rgba(230, 193, 106, 0.08)),
    #080c12;
}

.metric-table {
  padding: 10px;
}

.metric-row {
  display: grid;
  grid-template-columns: minmax(120px, 0.76fr) minmax(0, 1.24fr);
  gap: 18px;
  align-items: center;
  min-height: 58px;
  padding: 13px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.metric-row:last-of-type {
  border-bottom: 0;
}

.metric-row span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.metric-row strong {
  color: var(--text);
  font-family: "JetBrains Mono", monospace;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.metric-note {
  margin-top: 8px;
  padding: 14px;
  border-top: 1px solid rgba(230, 193, 106, 0.18);
  color: var(--muted);
  font-size: 13px;
}

.stat-card {
  min-height: 136px;
  padding: 22px 20px;
  position: relative;
  overflow: hidden;
}

.stat-card::after {
  position: absolute;
  right: 18px;
  bottom: 14px;
  width: 46px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(230, 193, 106, 0.75));
  content: "";
}

.stat-card-accent {
  border-color: rgba(230, 193, 106, 0.52);
  background:
    linear-gradient(180deg, rgba(230, 193, 106, 0.13), rgba(45, 212, 191, 0.045)),
    var(--surface);
}

.stat-value {
  display: block;
  color: var(--text);
  font-family: "JetBrains Mono", monospace;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
}

.stat-label {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.proof-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  margin-top: 16px;
  padding: 18px;
  border: 1px solid rgba(230, 193, 106, 0.3);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(230, 193, 106, 0.075), rgba(45, 212, 191, 0.035)),
    rgba(5, 7, 10, 0.42);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05);
}

.split-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 56px;
  align-items: start;
}

.section-head-sticky {
  position: sticky;
  top: 104px;
  margin-bottom: 0;
}

.copy-stack {
  display: grid;
  gap: 18px;
  max-width: 720px;
}

.copy-stack p {
  font-size: 18px;
}

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

.principle-card {
  display: grid;
  gap: 8px;
  min-height: 156px;
  padding: 18px;
}

.principle-card span {
  color: var(--gold);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  font-weight: 700;
}

.principle-card strong {
  color: var(--text);
  font-size: 17px;
}

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

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

.info-card {
  min-height: 210px;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.info-card::before {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  border-top: 1px solid rgba(230, 193, 106, 0.36);
  border-right: 1px solid rgba(45, 212, 191, 0.3);
  content: "";
}

.card-tag {
  display: inline-flex;
  margin-bottom: 28px;
  border: 1px solid rgba(45, 212, 191, 0.26);
  border-radius: 4px;
  padding: 4px 8px;
  color: var(--accent);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.info-card p {
  margin-top: 14px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  color: var(--gold);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-link::after {
  margin-left: 8px;
  content: "↗";
}

.timeline-list {
  display: grid;
  gap: 12px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  min-height: 136px;
  padding: 20px;
}

.timeline-item-active {
  border-color: rgba(230, 193, 106, 0.44);
  background:
    linear-gradient(90deg, rgba(230, 193, 106, 0.1), rgba(45, 212, 191, 0.028)),
    #090d13;
}

.timeline-date {
  color: var(--gold);
  font-family: "JetBrains Mono", monospace;
  font-size: 13px;
  font-weight: 700;
}

.timeline-item p {
  margin-top: 8px;
}

.education-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.88fr);
  gap: 38px;
  align-items: start;
}

.education-panel {
  padding: 22px;
  box-shadow: var(--shadow);
}

.panel-lead {
  margin-bottom: 16px;
  color: var(--text);
  font-weight: 700;
}

.offer-list {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
}

.offer-item {
  display: grid;
  gap: 6px;
  padding: 14px;
  border: 1px solid rgba(230, 193, 106, 0.14);
  border-radius: var(--radius);
  background: rgba(5, 7, 10, 0.34);
}

.offer-item strong {
  color: var(--text);
}

.offer-item span {
  color: var(--muted-strong);
}

.fit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 4px 0 18px;
}

.fit-grid div {
  display: grid;
  gap: 5px;
  min-height: 108px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.095);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.026);
}

.fit-grid strong {
  color: var(--gold);
}

.fit-grid span {
  color: var(--muted);
  font-size: 14px;
}

.reviews-grid {
  align-items: stretch;
}

.review-card {
  display: grid;
  min-height: 190px;
  align-content: space-between;
  gap: 24px;
  padding: 20px;
}

blockquote {
  margin: 0;
  color: var(--muted-strong);
}

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

.review-card figcaption a {
  color: var(--gold);
}

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

.link-card {
  display: grid;
  min-height: 112px;
  align-content: space-between;
  gap: 18px;
  padding: 16px;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

a.link-card:hover,
a.link-card:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(230, 193, 106, 0.44);
  background:
    linear-gradient(180deg, rgba(230, 193, 106, 0.09), rgba(255, 255, 255, 0.03)),
    var(--surface);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.3);
  outline: none;
}

.link-card span {
  color: var(--accent);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.link-card strong {
  color: var(--text);
  font-size: 16px;
  line-height: 1.35;
}

.footer {
  padding: 28px 0 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: start;
}

.footer p {
  color: var(--muted);
  font-size: 13px;
}

@media (max-width: 940px) {
  .header-grid {
    align-items: flex-start;
    flex-direction: column;
    min-height: auto;
    padding: 14px 0;
  }

  .nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero-grid,
  .split-grid,
  .evidence-board,
  .education-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    max-width: 620px;
  }

  .hero {
    padding-top: 48px;
  }

  h1 {
    font-size: 62px;
  }

  h2 {
    font-size: 40px;
  }

  .hero-subtitle {
    font-size: 20px;
  }

  .photo-panel {
    max-width: 460px;
  }

  .section-head-sticky {
    position: static;
  }

  .stats-grid,
  .links-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .source-grid,
  .cards-grid {
    grid-template-columns: 1fr;
  }

  .proof-strip {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 24px, var(--container));
  }

  .header-grid {
    min-height: 62px;
    flex-direction: row;
    align-items: center;
    padding: 10px 0;
  }

  .nav {
    display: none;
  }

  .section {
    padding: 64px 0;
  }

  .section-tight {
    padding-top: 24px;
  }

  .hero {
    padding: 26px 0 26px;
  }

  h1 {
    font-size: 46px;
    line-height: 0.96;
  }

  h2 {
    font-size: 34px;
  }

  .hero-subtitle {
    margin-top: 16px;
    font-size: 17px;
  }

  .hero-note,
  .section-head p:not(.eyebrow),
  .copy-stack p {
    font-size: 16px;
  }

  .hero-note {
    margin-top: 12px;
  }

  .hero-actions {
    margin-top: 22px;
  }

  .hero-proof-row {
    margin-top: 14px;
  }

  .hero-proof-row span {
    font-size: 11px;
  }

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

  .source-card,
  .evidence-panel,
  .timeline-item,
  .education-panel {
    padding: 18px;
  }

  .source-card {
    min-height: 220px;
  }

  .source-card h3,
  .evidence-panel h3 {
    font-size: 28px;
  }

  .evidence-panel {
    min-height: 300px;
  }

  .metric-row {
    grid-template-columns: 1fr;
    gap: 4px;
    min-height: auto;
    padding: 14px 12px;
  }

  .principles-grid,
  .fit-grid {
    grid-template-columns: 1fr;
  }

  .timeline-item {
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: start;
  }

  .timeline-item .text-link {
    margin-top: 4px;
  }

  .photo-panel {
    max-width: 356px;
  }

  .hero-visual {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ledger-rail {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 4px 10px;
    max-width: 356px;
    padding: 12px;
  }

  .ledger-rail span {
    grid-row: span 2;
    margin-top: 0;
  }

  .ledger-rail strong {
    font-size: 12px;
  }

  .ledger-rail p {
    font-size: 11px;
  }

  .kinetic-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
  }

  .kinetic-strip span {
    min-height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 10px;
  }

  .kinetic-strip span:nth-child(2n) {
    border-right: 0;
  }

  .stats-grid,
  .links-grid {
    grid-template-columns: 1fr;
  }

  .stat-card {
    min-height: 112px;
  }

  .stat-value {
    font-size: 28px;
  }

  .photo-panel figcaption,
  .link-card strong {
    overflow-wrap: anywhere;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Premium editorial pass */
:root {
  --bg: #030406;
  --surface: #07090d;
  --surface-strong: #0b0f15;
  --text: #f7f3ea;
  --muted: #8d948f;
  --muted-strong: #c9c4b8;
  --line: rgba(232, 221, 198, 0.12);
  --accent: #2dd4bf;
  --gold: #c8a96a;
  --gold-soft: rgba(200, 169, 106, 0.16);
  --shadow: 0 38px 110px rgba(0, 0, 0, 0.62);
  --radius: 3px;
  --container: 1180px;
}

body {
  background:
    linear-gradient(180deg, rgba(3, 4, 6, 0.96), rgba(3, 4, 6, 1) 44%, #020304),
    radial-gradient(circle at 74% 4%, rgba(200, 169, 106, 0.11), transparent 34%),
    radial-gradient(circle at 4% 18%, rgba(45, 212, 191, 0.07), transparent 28%),
    #030406;
}

body::before {
  background:
    linear-gradient(90deg, transparent 0 7%, rgba(232, 221, 198, 0.08) 7% calc(7% + 1px), transparent calc(7% + 1px) 100%),
    linear-gradient(90deg, transparent 0 93%, rgba(232, 221, 198, 0.06) 93% calc(93% + 1px), transparent calc(93% + 1px) 100%),
    repeating-linear-gradient(90deg, rgba(232, 221, 198, 0.022) 0 1px, transparent 1px 118px);
  mask-image: linear-gradient(180deg, #000 0, rgba(0, 0, 0, 0.72) 52%, transparent 90%);
}

body::after {
  height: 36vh;
  background: linear-gradient(180deg, transparent, rgba(200, 169, 106, 0.04));
}

.site-header {
  border-bottom: 1px solid rgba(232, 221, 198, 0.09);
  background: rgba(3, 4, 6, 0.82);
  backdrop-filter: blur(20px);
}

.header-grid {
  min-height: 78px;
}

.brand-logo {
  width: 42px;
  height: 42px;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.4));
}

.brand-text {
  font-size: 13px;
  letter-spacing: 0.08em;
}

.brand-subtitle,
.nav,
.eyebrow,
.card-tag,
.text-link,
.metric-row strong,
.timeline-date {
  font-family: "JetBrains Mono", monospace;
}

.nav {
  gap: 2px;
  font-size: 13px;
}

.nav a {
  border-radius: 2px;
  padding: 8px 11px;
}

.nav a:hover,
.nav a:focus-visible {
  background: rgba(200, 169, 106, 0.1);
}

.section {
  padding: 112px 0;
}

.section-tight {
  padding-top: 88px;
}

.section-muted {
  border-color: rgba(232, 221, 198, 0.09);
  background:
    linear-gradient(180deg, rgba(232, 221, 198, 0.018), rgba(232, 221, 198, 0.006)),
    rgba(3, 4, 6, 0.38);
}

.hero {
  position: relative;
  min-height: calc(100vh - 78px);
  padding: 86px 0 42px;
  border-bottom: 1px solid rgba(232, 221, 198, 0.09);
}

.hero::after {
  position: absolute;
  left: max(18px, calc((100vw - var(--container)) / 2));
  bottom: 24px;
  z-index: -1;
  color: rgba(232, 221, 198, 0.035);
  content: "AP";
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(130px, 22vw, 310px);
  font-weight: 700;
  line-height: 0.7;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  gap: 70px;
  min-height: 640px;
  align-items: end;
}

.hero-copy {
  max-width: 790px;
  padding-bottom: 34px;
}

.eyebrow {
  color: var(--gold);
  font-size: 11px;
  letter-spacing: 0.12em;
}

.hero .eyebrow {
  margin-bottom: 24px;
  border: 0;
  border-left: 1px solid rgba(200, 169, 106, 0.7);
  border-radius: 0;
  padding: 0 0 0 12px;
  background: transparent;
  backdrop-filter: none;
}

.hero .eyebrow::before {
  display: none;
}

h1 {
  max-width: 940px;
  font-size: clamp(66px, 9vw, 134px);
  font-weight: 700;
  line-height: 0.84;
}

h2 {
  font-size: clamp(42px, 5.2vw, 74px);
  line-height: 0.9;
}

h3 {
  font-size: 18px;
}

.hero-subtitle {
  max-width: 680px;
  margin-top: 30px;
  color: var(--text);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.32;
}

.hero-note {
  max-width: 610px;
  margin-top: 22px;
  color: var(--muted-strong);
  font-size: 17px;
  line-height: 1.8;
}

.hero-actions {
  gap: 10px;
  margin-top: 38px;
}

.button {
  min-height: 50px;
  border-radius: 2px;
  padding: 14px 22px;
  font-size: 14px;
  letter-spacing: 0.02em;
}

.button-primary {
  border-color: rgba(45, 212, 191, 0.58);
  background: #2dd4bf;
  box-shadow: 0 20px 52px rgba(45, 212, 191, 0.12), inset 0 1px rgba(255, 255, 255, 0.3);
}

.button-secondary {
  border-color: rgba(232, 221, 198, 0.26);
  background: rgba(232, 221, 198, 0.035);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
}

.hero-proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, max-content));
  gap: 0;
  margin-top: 34px;
}

.hero-proof-row span {
  border: 0;
  border-right: 1px solid rgba(232, 221, 198, 0.13);
  border-radius: 0;
  padding: 0 18px 0 0;
  margin-right: 18px;
  background: transparent;
  color: var(--muted);
  font-size: 12px;
}

.hero-proof-row span:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

.hero-visual {
  position: relative;
  display: block;
  min-height: 650px;
}

.photo-panel {
  height: 650px;
  max-width: none;
  padding: 0;
  border: 0;
  border-left: 1px solid rgba(200, 169, 106, 0.4);
  border-radius: 0;
  background: #030406;
  box-shadow: var(--shadow);
}

.photo-panel::before {
  inset: 0;
  z-index: 2;
  height: auto;
  background:
    linear-gradient(90deg, rgba(3, 4, 6, 0.54), transparent 34%),
    linear-gradient(180deg, transparent 52%, rgba(3, 4, 6, 0.78));
}

.photo-panel::after {
  position: absolute;
  inset: 18px;
  z-index: 3;
  border: 1px solid rgba(232, 221, 198, 0.1);
  content: "";
  pointer-events: none;
}

.photo-panel picture,
.photo-panel img {
  height: 100%;
}

.photo-panel img {
  aspect-ratio: auto;
  border-radius: 0;
  filter: saturate(0.78) contrast(1.12) brightness(0.72);
  object-position: center 36%;
}

.photo-panel figcaption {
  position: absolute;
  left: 28px;
  bottom: 26px;
  z-index: 4;
  max-width: 220px;
  padding: 0;
  color: rgba(247, 243, 234, 0.66);
  font-size: 12px;
}

.ledger-rail {
  position: absolute;
  right: auto;
  left: -34px;
  bottom: 34px;
  z-index: 5;
  grid-template-columns: auto minmax(0, 1fr);
  align-content: stretch;
  gap: 4px 12px;
  width: 246px;
  min-height: auto;
  padding: 16px;
  border-color: rgba(200, 169, 106, 0.28);
  border-radius: 2px;
  background: rgba(3, 4, 6, 0.88);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.52);
}

.ledger-rail span {
  grid-row: span 2;
  margin-top: 1px;
  color: var(--gold);
  font-size: 10px;
}

.ledger-rail strong {
  font-size: 12px;
  text-transform: uppercase;
}

.ledger-rail p {
  margin-bottom: 9px;
  font-size: 11px;
}

.kinetic-strip {
  width: min(100% - 32px, var(--container));
  margin: 48px auto 0;
  border: 0;
  border-top: 1px solid rgba(232, 221, 198, 0.12);
  border-bottom: 1px solid rgba(232, 221, 198, 0.12);
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
}

.kinetic-strip span {
  min-height: 54px;
  color: rgba(232, 221, 198, 0.62);
  font-size: 11px;
}

.section-head {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  column-gap: 54px;
  max-width: none;
  margin-bottom: 42px;
}

.section-head .eyebrow {
  grid-row: 1 / span 2;
  margin-top: 7px;
  margin-bottom: 0;
}

.section-head h2,
.section-head p:not(.eyebrow) {
  grid-column: 2;
}

.section-head p:not(.eyebrow) {
  max-width: 690px;
  color: var(--muted-strong);
  font-size: 18px;
  line-height: 1.75;
}

.split-grid .section-head {
  display: block;
}

.split-grid .section-head h2 {
  max-width: 390px;
}

.split-grid .section-head p:not(.eyebrow) {
  max-width: 360px;
}

.stat-card,
.source-card,
.evidence-panel,
.metric-table,
.principle-card,
.timeline-item,
.info-card,
.review-card,
.education-panel,
.link-card {
  border-color: rgba(232, 221, 198, 0.11);
  border-radius: 2px;
  background: rgba(7, 9, 13, 0.58);
  box-shadow: none;
}

.source-grid {
  gap: 0;
  border-top: 1px solid rgba(232, 221, 198, 0.12);
  border-bottom: 1px solid rgba(232, 221, 198, 0.12);
}

.source-card {
  min-height: 292px;
  border-width: 0 1px 0 0;
  padding: 28px 26px;
  background: rgba(3, 4, 6, 0.28);
}

.source-card:last-child {
  border-right: 0;
}

.source-card-accent {
  border-color: rgba(232, 221, 198, 0.11);
  background: rgba(200, 169, 106, 0.055);
}

.source-card h3,
.evidence-panel h3 {
  font-size: 38px;
}

.source-card p,
.evidence-panel p,
.copy-stack p,
.timeline-item p,
.offer-item span,
.review-card blockquote {
  color: var(--muted-strong);
  line-height: 1.72;
}

.card-tag {
  margin-bottom: 34px;
  border-color: rgba(200, 169, 106, 0.28);
  border-radius: 0;
  color: var(--gold);
  font-size: 10px;
  letter-spacing: 0.08em;
}

.text-link {
  color: var(--gold);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.evidence-board {
  gap: 0;
  border: 1px solid rgba(232, 221, 198, 0.12);
}

.evidence-panel {
  min-height: 430px;
  border: 0;
  border-right: 1px solid rgba(232, 221, 198, 0.12);
  padding: 34px;
}

.evidence-panel-primary {
  background:
    linear-gradient(135deg, rgba(45, 212, 191, 0.055), transparent 42%),
    rgba(3, 4, 6, 0.5);
}

.metric-table {
  border: 0;
  padding: 0;
  background: rgba(3, 4, 6, 0.34);
}

.metric-row {
  min-height: 70px;
  padding: 17px 20px;
  border-bottom-color: rgba(232, 221, 198, 0.1);
}

.metric-row span {
  color: rgba(232, 221, 198, 0.56);
}

.metric-row strong {
  color: var(--text);
  font-size: 15px;
}

.metric-note {
  margin: 0;
  padding: 18px 20px;
  border-top: 0;
  color: var(--muted);
}

.split-grid {
  grid-template-columns: 0.72fr 1.28fr;
  gap: 72px;
}

.copy-stack {
  max-width: 780px;
  gap: 22px;
}

.copy-stack p {
  font-size: 19px;
}

.principles-grid {
  gap: 0;
  margin-top: 20px;
  border: 1px solid rgba(232, 221, 198, 0.12);
}

.principle-card {
  min-height: 170px;
  border: 0;
  border-right: 1px solid rgba(232, 221, 198, 0.1);
  border-bottom: 1px solid rgba(232, 221, 198, 0.1);
  padding: 22px;
  background: rgba(3, 4, 6, 0.3);
}

.principle-card:nth-child(2n) {
  border-right: 0;
}

.principle-card:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.principle-card span {
  color: var(--gold);
}

.principle-card strong {
  font-size: 18px;
}

.timeline-list {
  border-top: 1px solid rgba(232, 221, 198, 0.12);
}

.timeline-item {
  grid-template-columns: 108px minmax(0, 1fr) auto;
  min-height: 156px;
  border: 0;
  border-bottom: 1px solid rgba(232, 221, 198, 0.12);
  padding: 24px 0;
  background: transparent;
}

.timeline-item-active {
  background: linear-gradient(90deg, rgba(200, 169, 106, 0.065), transparent 65%);
}

.timeline-item h3 {
  font-size: 20px;
}

.education-panel {
  padding: 28px;
  background: rgba(3, 4, 6, 0.56);
  box-shadow: var(--shadow);
}

.panel-lead {
  font-size: 18px;
}

.offer-item,
.fit-grid div {
  border-color: rgba(232, 221, 198, 0.1);
  border-radius: 2px;
  background: rgba(232, 221, 198, 0.026);
}

.reviews-grid {
  gap: 0;
  border: 1px solid rgba(232, 221, 198, 0.12);
}

.review-card {
  min-height: 220px;
  border: 0;
  border-right: 1px solid rgba(232, 221, 198, 0.12);
  padding: 24px;
  background: rgba(3, 4, 6, 0.34);
}

.review-card:last-child {
  border-right: 0;
}

.links-grid {
  gap: 0;
  border-top: 1px solid rgba(232, 221, 198, 0.12);
  border-left: 1px solid rgba(232, 221, 198, 0.12);
}

.link-card {
  min-height: 126px;
  border: 0;
  border-right: 1px solid rgba(232, 221, 198, 0.12);
  border-bottom: 1px solid rgba(232, 221, 198, 0.12);
  padding: 18px;
  background: rgba(3, 4, 6, 0.32);
}

a.link-card:hover,
a.link-card:focus-visible {
  transform: none;
  border-color: rgba(232, 221, 198, 0.12);
  background: rgba(200, 169, 106, 0.07);
  box-shadow: none;
}

.link-card span {
  color: var(--gold);
  font-size: 11px;
}

.footer {
  border-top-color: rgba(232, 221, 198, 0.1);
}

@media (max-width: 940px) {
  .hero {
    min-height: auto;
    padding-top: 58px;
  }

  .hero-grid,
  .split-grid,
  .evidence-board,
  .education-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .source-grid,
  .cards-grid {
    grid-template-columns: 1fr;
  }

  .links-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-copy {
    padding-bottom: 0;
  }

  .hero-visual,
  .photo-panel {
    min-height: 0;
    height: auto;
  }

  .photo-panel img {
    aspect-ratio: 4 / 5;
    height: auto;
  }

  .ledger-rail {
    left: 18px;
    bottom: 18px;
  }

  .section-head {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .section-head .eyebrow,
  .section-head h2,
  .section-head p:not(.eyebrow) {
    grid-column: 1;
    grid-row: auto;
  }

  .source-grid,
  .evidence-board,
  .reviews-grid {
    border: 1px solid rgba(232, 221, 198, 0.12);
  }

  .source-card,
  .review-card,
  .evidence-panel {
    border-right: 0;
    border-bottom: 1px solid rgba(232, 221, 198, 0.12);
  }

  .source-card:last-child,
  .review-card:last-child {
    border-bottom: 0;
  }

  .split-grid .section-head h2,
  .split-grid .section-head p:not(.eyebrow) {
    max-width: 720px;
  }
}

@media (max-width: 560px) {
  .section {
    padding: 76px 0;
  }

  .section-tight {
    padding-top: 54px;
  }

  .hero {
    padding: 36px 0 28px;
  }

  h1 {
    font-size: 54px;
    line-height: 0.88;
  }

  h2 {
    font-size: 40px;
  }

  .hero-subtitle {
    font-size: 19px;
    line-height: 1.38;
  }

  .hero-note,
  .section-head p:not(.eyebrow),
  .copy-stack p {
    font-size: 16px;
    line-height: 1.72;
  }

  .hero-proof-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hero-proof-row span {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .photo-panel {
    max-width: none;
    border-left: 0;
  }

  .ledger-rail {
    position: static;
    width: auto;
    max-width: none;
    margin-top: 10px;
  }

  .kinetic-strip {
    grid-template-columns: 1fr;
  }

  .kinetic-strip span {
    justify-items: start;
    padding-left: 12px;
    border-right: 0;
  }

  .source-card,
  .evidence-panel,
  .timeline-item,
  .education-panel {
    padding: 20px;
  }

  .links-grid {
    grid-template-columns: 1fr;
  }

  .source-card {
    min-height: 238px;
  }

  .source-card h3,
  .evidence-panel h3 {
    font-size: 32px;
  }

  .evidence-board {
    display: block;
  }

  .evidence-panel {
    min-height: auto;
  }

  .metric-row {
    padding: 12px 14px;
  }

  .metric-row strong {
    font-size: 13px;
  }

  .metric-note {
    padding: 14px;
    font-size: 12px;
  }

  .principle-card {
    border-right: 0;
    min-height: auto;
    padding: 14px;
  }

  .principle-card:nth-last-child(-n + 2) {
    border-bottom: 1px solid rgba(232, 221, 198, 0.1);
  }

  .principle-card:last-child {
    border-bottom: 0;
  }

  .timeline-item {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 8px 14px;
    padding: 16px 0;
  }

  .timeline-item .text-link {
    grid-column: 2;
  }

  .timeline-item h3 {
    font-size: 18px;
  }

  .timeline-item p {
    font-size: 14px;
    line-height: 1.55;
  }

  .timeline-date {
    font-size: 11px;
  }
}

/* Critical audit pass: tighter cover, faster reading */
.hero {
  min-height: auto;
  padding: 28px 0 16px;
}

.hero-grid {
  min-height: 450px;
  align-items: center;
}

.hero-copy {
  padding-bottom: 0;
}

.hero-subtitle {
  max-width: 650px;
}

.hero-note {
  max-width: 560px;
}

.hero-visual,
.photo-panel {
  min-height: 0;
  height: 450px;
}

.kinetic-strip {
  margin-top: 14px;
}

.kinetic-strip span {
  min-height: 34px;
}

h1 {
  font-size: clamp(62px, 8vw, 118px);
}

.hero-subtitle {
  margin-top: 24px;
  font-size: 22px;
}

.hero-note {
  margin-top: 16px;
}

.hero-actions {
  margin-top: 28px;
}

.hero-proof-row {
  margin-top: 24px;
}

.section {
  padding: 92px 0;
}

.hero.section {
  padding: 28px 0 16px;
}

.section-tight {
  padding-top: 70px;
}

.source-card {
  min-height: 246px;
}

.source-card h3,
.evidence-panel h3 {
  font-size: 34px;
}

.source-card p,
.evidence-panel p,
.copy-stack p,
.timeline-item p,
.offer-item span,
.review-card blockquote {
  line-height: 1.62;
}

.evidence-panel {
  min-height: 360px;
}

.metric-row {
  min-height: 62px;
}

.principle-card {
  min-height: 142px;
}

.timeline-item {
  min-height: 122px;
}

.education-panel {
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.42);
}

.offer-list {
  gap: 8px;
}

.offer-item {
  padding: 12px 14px;
}

.fit-grid div {
  min-height: 88px;
}

@media (max-width: 940px) {
  .hero.section {
    padding: 44px 0 26px;
  }

  .hero-grid {
    min-height: auto;
  }

  .hero-visual,
  .photo-panel {
    height: auto;
  }

  .photo-panel img {
    height: auto;
  }

  .kinetic-strip {
    margin-top: 28px;
  }
}

@media (max-width: 560px) {
  .hero.section {
    position: relative;
    min-height: calc(100svh - 138px);
    padding: 24px 0 18px;
    overflow: hidden;
  }

  .hero::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
      linear-gradient(180deg, rgba(3, 4, 6, 0.72), rgba(3, 4, 6, 0.92) 58%, #030406 100%),
      url("assets/alexander-perelygin-portrait-720.jpg") center 22% / cover no-repeat;
    content: "";
    opacity: 0.68;
  }

  .hero-grid {
    position: relative;
    z-index: 1;
    display: block;
  }

  .hero-copy {
    min-height: calc(100svh - 202px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .hero-visual {
    display: none;
  }

  .kinetic-strip {
    display: none;
  }

  h1 {
    font-size: 46px;
  }

  .hero-subtitle {
    max-width: 330px;
    margin-top: 18px;
    font-size: 17px;
  }

  .hero-note {
    max-width: 330px;
    font-size: 15px;
    margin-top: 12px;
  }

  .hero-actions {
    margin-top: 18px;
  }

  .hero-proof-row {
    margin-top: 16px;
  }

  .section {
    padding: 66px 0;
  }

  .section-tight {
    padding-top: 48px;
  }

  .section-head {
    margin-bottom: 26px;
  }

  .source-card {
    min-height: auto;
    padding: 16px;
  }

  .source-card h3,
  .evidence-panel h3 {
    font-size: 28px;
  }

  .source-card p,
  .evidence-panel p {
    font-size: 14px;
    line-height: 1.55;
  }

  .card-tag {
    margin-bottom: 20px;
  }

  .text-link {
    margin-top: 12px;
  }

  .evidence-panel {
    min-height: auto;
    padding: 16px;
  }

  .metric-table {
    height: auto;
  }

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

  .timeline-item {
    min-height: auto;
  }

  .education-panel {
    padding: 18px;
  }

  .panel-lead {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .offer-item {
    padding: 10px 12px;
  }

  .offer-item span {
    font-size: 14px;
    line-height: 1.5;
  }

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

  .fit-grid div {
    min-height: auto;
    padding: 10px;
  }

  .fit-grid span {
    font-size: 12px;
    line-height: 1.4;
  }

  .review-card {
    min-height: 172px;
  }

  .link-card {
    min-height: 92px;
  }
}

/* SEO content pass */
.seo-section {
  padding: 82px 0;
  border-bottom: 1px solid rgba(232, 221, 198, 0.09);
  background:
    linear-gradient(90deg, rgba(200, 169, 106, 0.045), transparent 42%),
    rgba(3, 4, 6, 0.34);
}

.seo-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 56px;
  align-items: start;
}

.seo-copy {
  display: grid;
  gap: 18px;
  max-width: 760px;
}

.seo-copy p {
  color: var(--muted-strong);
  font-size: 17px;
  line-height: 1.78;
}

.seo-key-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.seo-key-grid span {
  border: 1px solid rgba(232, 221, 198, 0.12);
  padding: 7px 10px;
  color: var(--gold);
  background: rgba(232, 221, 198, 0.025);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.faq-section {
  padding: 82px 0;
  border-bottom: 1px solid rgba(232, 221, 198, 0.09);
  background: rgba(7, 9, 13, 0.28);
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(232, 221, 198, 0.12);
  border-left: 1px solid rgba(232, 221, 198, 0.12);
}

.faq-item {
  min-height: 210px;
  padding: 24px;
  border-right: 1px solid rgba(232, 221, 198, 0.12);
  border-bottom: 1px solid rgba(232, 221, 198, 0.12);
  background: rgba(3, 4, 6, 0.34);
}

.faq-item h3 {
  max-width: 430px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  line-height: 1;
}

.faq-item p {
  margin-top: 16px;
  color: var(--muted-strong);
  font-size: 15px;
  line-height: 1.68;
}

@media (max-width: 940px) {
  .seo-grid,
  .faq-list {
    grid-template-columns: 1fr;
  }

  .seo-grid {
    gap: 28px;
  }

  .faq-item {
    min-height: auto;
  }
}

@media (max-width: 560px) {
  .seo-section,
  .faq-section {
    padding: 54px 0;
  }

  .seo-copy {
    gap: 12px;
  }

  .seo-copy p {
    font-size: 15px;
    line-height: 1.58;
  }

  .seo-key-grid span {
    padding: 6px 8px;
    font-size: 10px;
  }

  .faq-item {
    padding: 18px;
  }

  .faq-item h3 {
    font-size: 26px;
  }

  .faq-item p {
    font-size: 14px;
    line-height: 1.55;
  }
}

/* Conversion pass: make the page sell the next step */
.nav-cta {
  border: 1px solid rgba(45, 212, 191, 0.42);
  color: var(--text) !important;
  background: rgba(45, 212, 191, 0.08);
}

.nav-cta:hover,
.nav-cta:focus-visible {
  background: rgba(45, 212, 191, 0.16) !important;
}

.hero-conversion-note {
  display: grid;
  gap: 7px;
  max-width: 560px;
  margin-top: 22px;
  padding: 14px 16px;
  border-left: 1px solid rgba(45, 212, 191, 0.58);
  background:
    linear-gradient(90deg, rgba(45, 212, 191, 0.085), rgba(232, 221, 198, 0.018)),
    rgba(3, 4, 6, 0.52);
}

.hero-conversion-note strong {
  color: var(--text);
  font-size: 14px;
}

.hero-conversion-note span {
  color: var(--muted-strong);
  font-size: 14px;
  line-height: 1.55;
}

.source-card-accent .text-link,
.cta-panel .button-primary {
  color: #031412;
}

.route-panel {
  margin-top: 10px;
  padding: 22px;
  border: 1px solid rgba(45, 212, 191, 0.18);
  background:
    linear-gradient(135deg, rgba(45, 212, 191, 0.06), transparent 42%),
    rgba(3, 4, 6, 0.42);
}

.route-panel .card-tag {
  margin-bottom: 18px;
}

.route-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(232, 221, 198, 0.1);
}

.route-steps div {
  min-height: 154px;
  padding: 18px 18px 0 0;
  border-right: 1px solid rgba(232, 221, 198, 0.1);
}

.route-steps div + div {
  padding-left: 18px;
}

.route-steps div:last-child {
  border-right: 0;
}

.route-steps strong {
  color: var(--text);
  font-size: 16px;
}

.route-steps p {
  margin-top: 10px;
  color: var(--muted-strong);
  font-size: 14px;
  line-height: 1.6;
}

.cta-section {
  padding: 86px 0;
  border-top: 1px solid rgba(45, 212, 191, 0.14);
  border-bottom: 1px solid rgba(232, 221, 198, 0.1);
  background:
    linear-gradient(120deg, rgba(45, 212, 191, 0.08), transparent 34%),
    linear-gradient(90deg, rgba(200, 169, 106, 0.08), transparent 52%),
    rgba(3, 4, 6, 0.72);
}

.cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 54px;
  align-items: center;
}

.cta-grid h2 {
  max-width: 760px;
}

.cta-grid p:not(.eyebrow) {
  max-width: 640px;
  margin-top: 18px;
  color: var(--muted-strong);
  font-size: 18px;
  line-height: 1.7;
}

.cta-panel {
  display: grid;
  gap: 12px;
  padding: 22px;
  border: 1px solid rgba(232, 221, 198, 0.12);
  background: rgba(3, 4, 6, 0.72);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}

.cta-panel p {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

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

@media (max-width: 940px) {
  .cta-grid,
  .route-steps {
    grid-template-columns: 1fr;
  }

  .route-steps div,
  .route-steps div + div {
    min-height: auto;
    padding: 16px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(232, 221, 198, 0.1);
  }

  .route-steps div:last-child {
    border-bottom: 0;
  }

  .cta-grid {
    gap: 28px;
  }

  .cta-panel {
    max-width: 460px;
  }
}

@media (max-width: 560px) {
  body {
    padding-bottom: 78px;
  }

  .hero-conversion-note {
    gap: 4px;
    margin-top: 14px;
    padding: 11px 12px;
  }

  .hero-conversion-note span {
    font-size: 13px;
    line-height: 1.42;
  }

  .source-card-accent {
    background:
      linear-gradient(135deg, rgba(45, 212, 191, 0.12), rgba(200, 169, 106, 0.045)),
      rgba(3, 4, 6, 0.48);
  }

  .route-panel {
    padding: 16px;
  }

  .cta-section {
    padding: 58px 0;
  }

  .cta-panel {
    padding: 16px;
  }

  .mobile-sticky-cta {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 50;
    display: grid;
    min-height: 52px;
    place-items: center;
    border: 1px solid rgba(45, 212, 191, 0.62);
    border-radius: 2px;
    background: #2dd4bf;
    color: #031412;
    box-shadow: 0 18px 58px rgba(0, 0, 0, 0.58), 0 16px 42px rgba(45, 212, 191, 0.16);
    font-size: 14px;
    font-weight: 900;
  }
}

/* First-screen compression after sales copy */
.hero.section {
  padding: 18px 0 12px;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.16fr) minmax(330px, 0.64fr);
  gap: 46px;
  min-height: 390px;
}

.hero-visual,
.photo-panel {
  height: 390px;
}

h1 {
  font-size: clamp(58px, 7vw, 104px);
}

.hero .eyebrow {
  margin-bottom: 16px;
}

.hero-subtitle {
  margin-top: 18px;
  font-size: 20px;
  line-height: 1.26;
}

.hero-note {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.55;
}

.hero-actions {
  margin-top: 22px;
}

.hero-proof-row {
  margin-top: 18px;
}

.hero-conversion-note {
  margin-top: 14px;
  padding: 11px 13px;
}

.hero-conversion-note strong,
.hero-conversion-note span {
  font-size: 13px;
}

.kinetic-strip {
  display: none;
}

@media (max-width: 940px) {
  .hero.section {
    padding: 34px 0 24px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-visual,
  .photo-panel {
    height: auto;
  }
}

@media (max-width: 560px) {
  .hero.section {
    min-height: calc(100svh - 138px);
    padding: 22px 0 18px;
  }

  .hero-copy {
    min-height: calc(100svh - 204px);
  }

  .hero-subtitle {
    max-width: 350px;
    margin-top: 14px;
    font-size: 16px;
  }

  .hero-note {
    max-width: 350px;
    font-size: 14px;
    line-height: 1.45;
  }

  .hero-actions {
    margin-top: 16px;
  }

  .hero-proof-row {
    margin-top: 12px;
  }

  .section {
    padding: 56px 0;
  }

  .section-head p:not(.eyebrow),
  .copy-stack p {
    font-size: 15px;
    line-height: 1.55;
  }

  .copy-stack {
    gap: 12px;
  }

  .principles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .principle-card {
    padding: 12px;
  }

  .principle-card strong {
    font-size: 14px;
  }

  .principle-card p,
  .route-steps p {
    font-size: 12px;
    line-height: 1.42;
  }

  .route-steps div,
  .route-steps div + div {
    padding: 12px 0;
  }

  .source-card {
    padding: 14px;
  }

  .source-card h3,
  .evidence-panel h3 {
    font-size: 26px;
  }
}

/* Commercial expansion: photos, results, mentoring, video, payments, legal */
.visual-section {
  padding: 78px 0;
  border-bottom: 1px solid rgba(232, 221, 198, 0.09);
  background: rgba(3, 4, 6, 0.44);
}

.photo-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr 0.88fr;
  gap: 12px;
  align-items: stretch;
}

.brand-photo {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(232, 221, 198, 0.12);
  background: rgba(3, 4, 6, 0.42);
}

.brand-photo img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.08) brightness(0.78);
}

.brand-photo::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 46%, rgba(3, 4, 6, 0.72)),
    linear-gradient(90deg, rgba(3, 4, 6, 0.2), transparent 38%);
  content: "";
}

.brand-photo figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
  color: rgba(247, 243, 234, 0.78);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.results-section {
  border-bottom: 1px solid rgba(232, 221, 198, 0.09);
  background:
    linear-gradient(120deg, rgba(200, 169, 106, 0.05), transparent 36%),
    rgba(7, 9, 13, 0.26);
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(232, 221, 198, 0.12);
  border-left: 1px solid rgba(232, 221, 198, 0.12);
}

.result-card {
  min-height: 240px;
  padding: 24px;
  border-right: 1px solid rgba(232, 221, 198, 0.12);
  border-bottom: 1px solid rgba(232, 221, 198, 0.12);
  background: rgba(3, 4, 6, 0.36);
}

.result-card-main {
  background:
    linear-gradient(135deg, rgba(45, 212, 191, 0.075), transparent 46%),
    rgba(3, 4, 6, 0.5);
}

.result-card strong {
  display: block;
  color: var(--text);
  font-family: "JetBrains Mono", monospace;
  font-size: 24px;
  line-height: 1.16;
}

.result-card p {
  margin-top: 18px;
  color: var(--muted-strong);
  font-size: 14px;
  line-height: 1.62;
}

.mentoring-section {
  border-top: 1px solid rgba(45, 212, 191, 0.1);
}

.mentoring-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(440px, 1.18fr);
  gap: 42px;
  align-items: start;
}

.mentoring-panel {
  border: 1px solid rgba(232, 221, 198, 0.12);
  background:
    linear-gradient(145deg, rgba(45, 212, 191, 0.055), transparent 42%, rgba(200, 169, 106, 0.045)),
    rgba(3, 4, 6, 0.58);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.38);
}

.mentoring-lead {
  padding: 28px;
  border-bottom: 1px solid rgba(232, 221, 198, 0.12);
}

.mentoring-lead h3 {
  max-width: 560px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 42px;
  line-height: 0.98;
}

.mentoring-lead p {
  max-width: 640px;
  margin-top: 18px;
  color: var(--muted-strong);
}

.mentoring-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mentoring-list div {
  min-height: 150px;
  padding: 22px;
  border-right: 1px solid rgba(232, 221, 198, 0.1);
  border-bottom: 1px solid rgba(232, 221, 198, 0.1);
}

.mentoring-list div:nth-child(2n) {
  border-right: 0;
}

.mentoring-list strong {
  display: block;
  color: var(--text);
  font-size: 17px;
}

.mentoring-list span {
  display: block;
  margin-top: 10px;
  color: var(--muted-strong);
  font-size: 14px;
  line-height: 1.58;
}

.mentoring-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 22px;
}

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

.video-section {
  border-bottom: 1px solid rgba(232, 221, 198, 0.09);
  background: rgba(3, 4, 6, 0.32);
}

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

.video-card {
  min-height: 360px;
  padding: 18px;
  border: 1px solid rgba(232, 221, 198, 0.12);
  background: rgba(3, 4, 6, 0.45);
}

.video-card-accent {
  border-color: rgba(45, 212, 191, 0.24);
  background:
    linear-gradient(180deg, rgba(45, 212, 191, 0.075), rgba(232, 221, 198, 0.018)),
    rgba(3, 4, 6, 0.52);
}

.video-placeholder {
  display: grid;
  min-height: 184px;
  align-content: space-between;
  margin-bottom: 20px;
  padding: 16px;
  border: 1px solid rgba(232, 221, 198, 0.1);
  background:
    linear-gradient(135deg, rgba(200, 169, 106, 0.1), transparent 40%),
    linear-gradient(180deg, rgba(45, 212, 191, 0.055), transparent),
    #05070a;
}

.video-placeholder span,
.video-placeholder strong {
  color: var(--gold);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 700;
}

.video-placeholder strong {
  justify-self: end;
}

.video-card h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 32px;
  line-height: 1;
}

.video-card p {
  margin-top: 14px;
  color: var(--muted-strong);
  font-size: 14px;
  line-height: 1.62;
}

.payment-section {
  border-top: 1px solid rgba(232, 221, 198, 0.09);
  border-bottom: 1px solid rgba(232, 221, 198, 0.09);
  background:
    linear-gradient(110deg, rgba(45, 212, 191, 0.065), transparent 32%),
    rgba(7, 9, 13, 0.36);
}

.payment-grid {
  display: grid;
  grid-template-columns: 1.15fr repeat(3, 0.95fr);
  border-top: 1px solid rgba(232, 221, 198, 0.12);
  border-left: 1px solid rgba(232, 221, 198, 0.12);
}

.payment-card {
  min-height: 280px;
  padding: 24px;
  border-right: 1px solid rgba(232, 221, 198, 0.12);
  border-bottom: 1px solid rgba(232, 221, 198, 0.12);
  background: rgba(3, 4, 6, 0.38);
}

.payment-card-primary {
  background:
    linear-gradient(135deg, rgba(45, 212, 191, 0.1), rgba(200, 169, 106, 0.035)),
    rgba(3, 4, 6, 0.56);
}

.payment-card h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 34px;
  line-height: 1;
}

.payment-card p {
  margin-top: 16px;
  color: var(--muted-strong);
  font-size: 14px;
  line-height: 1.62;
}

.payment-card .button {
  margin-top: 22px;
}

.legal-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 16px;
  padding: 16px 18px;
  border: 1px solid rgba(232, 221, 198, 0.12);
  background: rgba(3, 4, 6, 0.38);
}

.legal-strip span {
  color: var(--muted-strong);
  font-size: 14px;
}

.legal-strip a,
.footer a {
  color: var(--gold);
  font-weight: 800;
}

.legal-body {
  background:
    linear-gradient(180deg, rgba(3, 4, 6, 0.98), #030406 50%, #020304),
    #030406;
}

.legal-main .section {
  padding: 74px 0;
}

.legal-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 54px;
  align-items: end;
}

.legal-hero h1 {
  max-width: 820px;
}

.legal-lead {
  max-width: 720px;
  margin-top: 24px;
  color: var(--muted-strong);
  font-size: 20px;
  line-height: 1.55;
}

.legal-note {
  padding: 20px;
  border: 1px solid rgba(45, 212, 191, 0.18);
  background: rgba(45, 212, 191, 0.055);
}

.legal-note strong {
  color: var(--text);
}

.legal-note p {
  margin-top: 10px;
  color: var(--muted-strong);
  font-size: 14px;
}

.legal-section {
  border-top: 1px solid rgba(232, 221, 198, 0.1);
}

.legal-copy {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(232, 221, 198, 0.12);
}

.legal-copy article {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 44px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(232, 221, 198, 0.12);
}

.legal-copy h2 {
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 18px;
  line-height: 1.25;
}

.legal-copy p,
.legal-copy li {
  color: var(--muted-strong);
  font-size: 15px;
  line-height: 1.75;
}

.legal-copy p + p,
.legal-copy ul + p {
  margin-top: 12px;
}

.legal-copy ul {
  margin: 0;
  padding-left: 18px;
}

@media (max-width: 1100px) {
  .payment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 940px) {
  .photo-grid,
  .results-grid,
  .mentoring-grid,
  .video-grid,
  .payment-grid,
  .legal-grid {
    grid-template-columns: 1fr;
  }

  .brand-photo,
  .brand-photo img {
    min-height: 360px;
  }

  .mentoring-footer,
  .legal-strip {
    grid-template-columns: 1fr;
  }

  .mentoring-footer .button {
    width: 100%;
  }

  .legal-copy article {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (max-width: 560px) {
  .visual-section {
    padding: 54px 0;
  }

  .brand-photo,
  .brand-photo img {
    min-height: 330px;
  }

  .results-grid,
  .payment-grid {
    display: block;
    border: 1px solid rgba(232, 221, 198, 0.12);
  }

  .result-card,
  .payment-card {
    min-height: auto;
    padding: 18px;
    border-right: 0;
  }

  .result-card strong {
    font-size: 19px;
  }

  .mentoring-lead {
    padding: 20px;
  }

  .mentoring-lead h3 {
    font-size: 30px;
  }

  .mentoring-list {
    grid-template-columns: 1fr;
  }

  .mentoring-list div {
    min-height: auto;
    padding: 16px;
    border-right: 0;
  }

  .mentoring-footer {
    padding: 18px;
  }

  .video-grid {
    gap: 10px;
  }

  .video-card {
    min-height: auto;
    padding: 16px;
  }

  .video-placeholder {
    min-height: 138px;
  }

  .video-card h3,
  .payment-card h3 {
    font-size: 28px;
  }

  .legal-main .section {
    padding: 52px 0;
  }

  .legal-lead {
    font-size: 17px;
  }

  .legal-copy article {
    padding: 22px 0;
  }
}

/* Photo section height correction */
.brand-photo {
  height: 500px;
  min-height: 0;
}

.brand-photo img {
  min-height: 0;
}

@media (max-width: 940px) {
  .brand-photo {
    height: 420px;
  }
}

@media (max-width: 560px) {
  .brand-photo {
    height: 340px;
  }
}

/* MVP trust polish */
.text-link,
.legal-strip a,
.footer a {
  color: var(--accent);
}

.source-card-accent .text-link {
  color: var(--accent);
}

.proof-metric {
  color: var(--text);
  font-family: "JetBrains Mono", monospace;
  font-size: 13px;
  font-weight: 800;
}

.context-note {
  margin-top: 18px;
  padding: 16px 18px;
  border-left: 1px solid rgba(45, 212, 191, 0.56);
  background:
    linear-gradient(90deg, rgba(45, 212, 191, 0.07), rgba(232, 221, 198, 0.018)),
    rgba(3, 4, 6, 0.42);
  color: var(--muted-strong);
  font-size: 14px;
  line-height: 1.62;
}

.application-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 26px;
  border: 1px solid rgba(232, 221, 198, 0.12);
  background:
    linear-gradient(135deg, rgba(45, 212, 191, 0.085), transparent 44%),
    rgba(3, 4, 6, 0.54);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}

.application-panel h3 {
  max-width: 680px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 42px;
  line-height: 0.98;
}

.application-panel p {
  max-width: 680px;
  margin-top: 16px;
  color: var(--muted-strong);
  font-size: 16px;
  line-height: 1.65;
}

@media (max-width: 940px) {
  .application-panel {
    grid-template-columns: 1fr;
  }

  .application-panel .button {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .context-note {
    padding: 13px 14px;
    font-size: 13px;
  }

  .application-panel {
    padding: 18px;
  }

  .application-panel h3 {
    font-size: 30px;
  }

  .application-panel p {
    font-size: 14px;
    line-height: 1.55;
  }
}

/* Real-content rebuild: trust, cases, testimonials */
.hero-proof-row {
  grid-template-columns: repeat(4, max-content);
}

.proof-metric,
.case-card h3,
.case-proof strong,
.video-placeholder strong {
  font-family: "JetBrains Mono", monospace;
}

.trust-board {
  display: grid;
  grid-template-columns: minmax(0, 1.24fr) minmax(0, 0.88fr) minmax(0, 0.88fr);
  border-top: 1px solid rgba(232, 221, 198, 0.12);
  border-left: 1px solid rgba(232, 221, 198, 0.12);
}

.trust-card,
.case-card,
.testimonial-card,
.video-review-card {
  border-right: 1px solid rgba(232, 221, 198, 0.12);
  border-bottom: 1px solid rgba(232, 221, 198, 0.12);
  background:
    linear-gradient(180deg, rgba(232, 221, 198, 0.026), rgba(232, 221, 198, 0.006)),
    rgba(3, 4, 6, 0.42);
}

.trust-card {
  display: grid;
  align-content: space-between;
  min-height: 276px;
  padding: 26px;
}

.trust-card-main {
  background:
    linear-gradient(135deg, rgba(45, 212, 191, 0.095), transparent 48%),
    rgba(3, 4, 6, 0.58);
}

.trust-card h3,
.case-card h3,
.testimonial-card-lead blockquote,
.video-review-card h3 {
  color: var(--text);
}

.trust-card h3 {
  max-width: 430px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 38px;
  line-height: 0.98;
}

.trust-card p {
  margin-top: 18px;
  color: var(--muted-strong);
  font-size: 15px;
  line-height: 1.66;
}

.trust-card .button {
  width: fit-content;
  margin-top: 24px;
}

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

.case-card {
  grid-column: span 6;
  min-height: 340px;
  padding: 26px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.035);
}

.case-card-flagship {
  background:
    linear-gradient(145deg, rgba(45, 212, 191, 0.08), transparent 46%, rgba(200, 169, 106, 0.07)),
    rgba(3, 4, 6, 0.6);
}

.case-card h3 {
  max-width: 640px;
  font-size: 24px;
  line-height: 1.16;
}

.case-card p {
  margin-top: 18px;
  color: var(--muted-strong);
  font-size: 15px;
  line-height: 1.68;
}

.case-flow {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.case-flow p {
  margin-top: 0;
}

.case-flow strong {
  color: var(--gold);
}

.case-proof {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 18px;
  align-items: center;
  margin-top: 22px;
  padding: 16px;
  border: 1px solid rgba(45, 212, 191, 0.2);
  background: rgba(45, 212, 191, 0.045);
}

.case-proof span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.case-proof strong {
  color: var(--accent);
  font-size: 26px;
}

.case-proof p {
  grid-column: 1 / -1;
  margin-top: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(232, 221, 198, 0.12);
  border-left: 1px solid rgba(232, 221, 198, 0.12);
}

.testimonial-card {
  display: grid;
  align-content: space-between;
  gap: 28px;
  min-height: 248px;
  padding: 24px;
}

.testimonial-card-lead {
  grid-column: span 2;
  background:
    linear-gradient(135deg, rgba(200, 169, 106, 0.08), transparent 48%),
    rgba(3, 4, 6, 0.56);
}

.testimonial-card blockquote {
  color: var(--muted-strong);
  font-size: 15px;
  line-height: 1.7;
}

.testimonial-card-lead blockquote {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 29px;
  line-height: 1.14;
}

.testimonial-card figcaption {
  color: var(--accent);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 800;
}

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

.video-review-card {
  min-height: 392px;
  padding: 18px;
}

.video-review-card h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  line-height: 1;
}

.video-review-card p {
  margin-top: 14px;
  color: var(--muted-strong);
  font-size: 14px;
  line-height: 1.62;
}

.video-review-card small {
  display: block;
  margin-top: 16px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.education-sales-section .section-head,
.seo-section .section-head {
  display: block;
}

.education-sales-section .section-head {
  margin-bottom: 0;
}

.education-sales-section .section-head h2,
.education-sales-section .section-head p:not(.eyebrow) {
  max-width: 720px;
}

.education-sales-section .education-panel {
  border-color: rgba(45, 212, 191, 0.18);
}

.education-sales-section .button-primary {
  color: #031412;
}

.seo-section .section-head h2,
.seo-section .section-head p:not(.eyebrow) {
  grid-column: auto;
}

@media (max-width: 1100px) {
  .video-review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 940px) {
  .hero-proof-row,
  .trust-board,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .trust-card,
  .testimonial-card,
  .testimonial-card-lead {
    grid-column: auto;
  }

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

  .case-card {
    grid-column: 1 / -1;
    min-height: auto;
  }
}

@media (max-width: 560px) {
  h2 {
    font-size: 36px;
  }

  .hero-proof-row {
    gap: 7px;
  }

  .trust-card,
  .case-card,
  .testimonial-card,
  .video-review-card {
    padding: 16px;
  }

  .trust-card h3 {
    font-size: 29px;
  }

  .trust-card .button {
    width: 100%;
  }

  .case-card h3 {
    font-size: 20px;
    overflow-wrap: anywhere;
  }

  .case-card p,
  .testimonial-card blockquote,
  .video-review-card p {
    font-size: 14px;
    line-height: 1.55;
  }

  .case-proof {
    grid-template-columns: 1fr;
    padding: 13px;
  }

  .case-proof strong {
    font-size: 22px;
  }

  .testimonial-card {
    min-height: auto;
    gap: 18px;
  }

  .testimonial-card-lead blockquote {
    font-size: 23px;
  }

  .video-review-grid {
    grid-template-columns: 1fr;
  }

  .video-review-card {
    min-height: auto;
  }

  .video-review-card h3 {
    font-size: 27px;
  }

  .fit-grid {
    grid-template-columns: 1fr;
  }
}
