:root {
  --bg: #060709;
  --bg-alt: #0f1115;
  --panel: rgba(17, 22, 29, 0.82);
  --panel-strong: rgba(18, 24, 31, 0.96);
  --panel-soft: rgba(255, 255, 255, 0.04);
  --text: #f2eee7;
  --muted: #b9b2a3;
  --gold: #c7a24a;
  --gold-bright: #dfba64;
  --line: rgba(255, 255, 255, 0.11);
  --shadow: 0 30px 70px rgba(0, 0, 0, 0.36);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --max: 1180px;
  --font-serif: "Instrument Serif", Georgia, serif;
  --font-sans: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(199, 162, 74, 0.18), transparent 34%),
    radial-gradient(circle at 85% 15%, rgba(76, 103, 150, 0.2), transparent 26%),
    linear-gradient(180deg, #08090b 0%, #0a0c11 46%, #060709 100%);
  min-height: 100vh;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 46px 46px;
  opacity: 0.2;
  pointer-events: none;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 88%);
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.page-shell {
  position: relative;
  overflow: clip;
}

.container {
  width: min(var(--max), calc(100% - 2.25rem));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
  background: rgba(6, 7, 9, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.nav-wrap,
.footer-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
}

.brand img {
  width: 46px;
  height: 46px;
}

.brand-mark {
  font-size: 0.82rem;
  line-height: 1.05;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.brand-mark span {
  color: var(--gold);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  flex-wrap: wrap;
}

.site-nav a,
.footer-links a {
  color: var(--muted);
  font-size: 0.93rem;
  transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.site-nav a:hover,
.footer-links a:hover {
  color: var(--text);
}

.nav-cta {
  padding: 0.75rem 1rem;
  border: 1px solid rgba(199, 162, 74, 0.38);
  border-radius: 999px;
  color: var(--text) !important;
}

.nav-cta-primary {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  border-color: transparent;
  color: #111 !important;
  box-shadow: 0 14px 32px rgba(199, 162, 74, 0.2);
}

.nav-cta-secondary {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.14);
}

.hero {
  position: relative;
  padding: 5.5rem 0 3rem;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 7, 9, 0.88), rgba(6, 7, 9, 0.48)),
    url("assets/hero-bg.jpg") center/cover;
  opacity: 0.18;
  pointer-events: none;
}

.hero-grid,
.keynote-grid,
.framework-grid,
.founder-grid,
.intake-layout {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2rem;
  align-items: start;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  min-height: calc(100vh - 150px);
  align-items: center;
}

.eyebrow {
  margin: 0 0 1rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-bright);
}

h1,
h2,
h3 {
  margin: 0;
}

h1,
.page-title {
  font-family: var(--font-serif);
  font-size: clamp(3.2rem, 6vw, 5.6rem);
  line-height: 1.02;
  letter-spacing: 0.015em;
  word-spacing: 0.04em;
  font-optical-sizing: auto;
  font-kerning: normal;
}

h2 {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.4vw, 3.3rem);
  line-height: 1.06;
  letter-spacing: 0.01em;
  word-spacing: 0.03em;
  font-optical-sizing: auto;
  font-kerning: normal;
}

h3 {
  font-size: 1.15rem;
  line-height: 1.2;
}

.hero-text,
.section-heading p:not(.eyebrow),
.lead,
.hero-note,
.proof-copy p,
.offer-card p,
.topic-card p,
.framework-card p,
.insight-card p,
.intro-copy p:not(.eyebrow),
.detail-card p,
.intake-panel p,
.footer-copy {
  color: var(--muted);
}

.hero-text {
  max-width: 44rem;
  font-size: 1.18rem;
  margin: 1.5rem 0 0;
}

.hero-actions,
.final-cta-actions,
.form-actions,
.top-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.9rem 1.3rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  color: #111;
  box-shadow: 0 14px 32px rgba(199, 162, 74, 0.24);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.14);
}

.btn-outline {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  color: var(--text);
}

.btn-outline:hover {
  border-color: rgba(199, 162, 74, 0.45);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
}

.hero-note {
  margin: 1rem 0 0;
  font-size: 0.96rem;
}

.hero-card,
.offer-card,
.topic-card,
.proof-card,
.framework-card,
.insight-card,
.final-cta-card,
.detail-card,
.intake-form,
.intake-panel,
.thank-you-card {
  background: linear-gradient(180deg, rgba(17, 22, 29, 0.96), rgba(11, 14, 18, 0.96));
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.hero-card {
  padding: 1.5rem;
}

.card-kicker,
.proof-label,
.insight-type {
  display: inline-flex;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(199, 162, 74, 0.13);
  color: var(--gold-bright);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-card h2 {
  margin-top: 1rem;
  font-size: 1.8rem;
}

.check-list,
.offer-meta,
.detail-list,
.mini-list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.8rem;
}

.check-list li,
.offer-meta li,
.detail-list li,
.mini-list li {
  position: relative;
  padding-left: 1.25rem;
  color: var(--muted);
}

.check-list li::before,
.offer-meta li::before,
.detail-list li::before,
.mini-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--gold);
}

.hero-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.hero-card-grid strong {
  display: block;
  font-size: 1.55rem;
  color: var(--text);
}

.hero-card-grid span {
  display: block;
  margin-top: 0.25rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.featured-in {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.02);
}

.featured-in-media {
  border-top: none;
}

.featured-in-inner {
  padding: 1.5rem 0;
  text-align: center;
}

.featured-in-label {
  margin-bottom: 1rem;
  color: var(--gold-bright);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.featured-logos {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: center;
  justify-items: center;
}

.featured-logos span {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.featured-logos img {
  max-height: 28px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(100%) brightness(0) invert(0.72);
  opacity: 0.78;
  transition: filter 0.25s ease, opacity 0.25s ease;
}

.featured-logos img:hover {
  filter: grayscale(0%) brightness(1) invert(0);
  opacity: 1;
}

.featured-in-media .featured-logos {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.featured-in-media .featured-logos img {
  max-height: 24px;
}

.check-cta {
  padding: 3rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(199, 162, 74, 0.08), rgba(199, 162, 74, 0.02) 60%, transparent);
}

.check-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

.check-cta-copy {
  flex: 1 1 360px;
  max-width: 640px;
}

.check-cta-copy h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.55rem, 2.4vw, 2.05rem);
  line-height: 1.18;
  margin: 0.4rem 0 0.6rem;
}

.check-cta-lead {
  color: var(--muted);
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
}

.check-cta-btn {
  white-space: nowrap;
  flex: 0 0 auto;
}

@media (max-width: 720px) {
  .check-cta-inner {
    gap: 1.25rem;
  }
  .check-cta-btn {
    width: 100%;
    text-align: center;
  }
}

.credibility-stats {
  padding: 2rem 0 0;
}

.industries-line {
  margin-top: 1rem;
  padding: 0 0 0.5rem;
  color: var(--muted);
  font-size: 0.95rem;
}

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

.stat-card {
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(199, 162, 74, 0.18);
  background:
    linear-gradient(180deg, rgba(23, 28, 35, 0.96), rgba(10, 13, 17, 0.96));
  box-shadow: var(--shadow);
}

.stat-number {
  font-family: var(--font-serif);
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  line-height: 0.95;
  color: var(--gold-bright);
}

.stat-label {
  margin-top: 0.65rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.trust-strip {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.02);
}

.trust-items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  padding: 1.15rem 0;
}

.trust-label {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--gold-bright);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.trust-items strong {
  font-size: 0.95rem;
  font-weight: 600;
}

.section {
  padding: 5.6rem 0;
}

.section-accent {
  background:
    radial-gradient(circle at top right, rgba(199, 162, 74, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent);
}

.section-muted {
  background: rgba(255, 255, 255, 0.02);
}

.section-tight {
  padding-top: 3.75rem;
}

.section-heading {
  max-width: 48rem;
  margin: 0 auto 2.4rem;
  text-align: center;
}

.section-heading-left {
  margin: 0;
  text-align: left;
}

.section-heading p {
  margin: 1rem auto 0;
  max-width: 42rem;
}

.offer-grid,
.insight-grid,
.topic-grid {
  display: grid;
  gap: 1.2rem;
}

.speaker-kit-download {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 2rem;
}

.speaker-kit-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.speaker-kit-link svg {
  flex-shrink: 0;
}

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

.offer-card,
.topic-card,
.insight-card,
.detail-card {
  padding: 1.4rem;
}

.offer-card {
  grid-column: span 2;
}

.offer-card-lead,
.offer-grid .offer-card:nth-child(2) {
  grid-column: span 3;
}

.offer-index {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(199, 162, 74, 0.14);
  color: var(--gold-bright);
  font-size: 0.84rem;
  font-weight: 700;
}

.offer-card h3,
.topic-card h3 {
  margin-top: 1rem;
}

.offer-card p,
.topic-card p,
.insight-card p {
  margin: 0.9rem 0 0;
}

.offer-card a,
.insight-card:hover h3,
.footer-links a:hover {
  color: var(--gold-bright);
}

.offer-card a {
  display: inline-flex;
  margin-top: 1.15rem;
  font-weight: 700;
}

.offer-card-lead {
  border-color: rgba(199, 162, 74, 0.34);
  background:
    linear-gradient(180deg, rgba(31, 23, 10, 0.92), rgba(13, 16, 20, 0.96));
}

.offer-card-highlight {
  border-color: rgba(199, 162, 74, 0.4);
  background:
    linear-gradient(180deg, rgba(35, 26, 12, 0.9), rgba(13, 16, 20, 0.94));
}

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

.framework-grid {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
}

.topic-grid {
  margin: 2rem 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.proof-stack {
  display: grid;
  gap: 1rem;
}

.proof-card {
  overflow: hidden;
}

.proof-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.proof-card-poster {
  background: linear-gradient(180deg, rgba(19, 44, 103, 0.95), rgba(11, 14, 18, 0.96));
}

.proof-card-poster img {
  aspect-ratio: auto;
  object-fit: contain;
  background: transparent;
}

.proof-card-quote img {
  aspect-ratio: auto;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.02);
}

.proof-card-text {
  background:
    linear-gradient(180deg, rgba(24, 28, 37, 0.96), rgba(11, 14, 18, 0.96));
}

.proof-copy {
  padding: 1.2rem 1.3rem 1.35rem;
}

.proof-copy h3,
.detail-card h3 {
  margin-top: 0.85rem;
}

.quote-list {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.quote-item {
  margin: 0;
  padding-left: 1rem;
  border-left: 2px solid rgba(199, 162, 74, 0.45);
}

.quote-item p {
  margin: 0 0 0.3rem;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.55;
}

.quote-item cite {
  display: block;
  color: rgba(185, 178, 163, 0.78);
  font-size: 0.82rem;
  font-style: normal;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.framework-card {
  padding: 1.5rem;
}

.framework-card-slide {
  padding: 0.95rem;
}

.framework-figure {
  align-self: stretch;
}

.section-research {
  padding-top: 0;
}

.research-card {
  padding: 1.7rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(12, 15, 20, 0.98), rgba(20, 21, 28, 0.95));
  box-shadow: var(--shadow);
}

.research-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1.12fr);
  gap: 1.4rem;
  align-items: start;
}

.research-visuals {
  display: grid;
  gap: 1rem;
}

.research-visuals-label {
  margin: 0 0 0.1rem;
  color: var(--gold-bright);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.research-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.research-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.8rem 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(199, 162, 74, 0.32);
  background: rgba(199, 162, 74, 0.08);
  color: var(--text);
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

a.research-chip:hover {
  transform: translateY(-1px);
  border-color: rgba(199, 162, 74, 0.55);
  background: rgba(199, 162, 74, 0.14);
}

.research-note {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.slide-figure {
  margin: 0;
  padding: 0.9rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.slide-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  background: #f7f7f5;
}

.slide-figure figcaption {
  margin-top: 0.9rem;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.proof-section {
  padding-top: 2rem;
}

.masterclass-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 1.5rem;
  align-items: center;
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(17, 22, 29, 0.96), rgba(11, 14, 18, 0.96));
  box-shadow: var(--shadow);
}

.masterclass-copy h3 {
  margin-top: 0.9rem;
  font-size: 1.8rem;
}

.masterclass-copy p,
.event-date,
.event-meta {
  color: var(--muted);
}

.event-date {
  margin-top: 1rem;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.event-meta {
  margin-top: 1rem;
  line-height: 1.6;
}

.event-meta strong {
  color: var(--text);
}

.masterclass-visual img {
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.3);
}

.founder-photo img {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.founder-copy .lead {
  margin-top: 1rem;
  font-size: 1.08rem;
}

.credential-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.4rem;
}

.credential-list span {
  display: inline-flex;
  padding: 0.6rem 0.9rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted);
  font-size: 0.9rem;
}

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

.insight-card {
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.insight-card:hover {
  transform: translateY(-3px);
  border-color: rgba(199, 162, 74, 0.32);
}

.insight-card h3 {
  margin-top: 1rem;
}

.newsletter-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.85fr);
  gap: 1.5rem;
  align-items: start;
}

.newsletter-content,
.newsletter-audience {
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(17, 22, 29, 0.96), rgba(11, 14, 18, 0.96));
  box-shadow: var(--shadow);
}

.newsletter-count {
  display: inline-grid;
  gap: 0.25rem;
  margin-top: 1rem;
  padding: 1rem 1.15rem;
  border-radius: 20px;
  border: 1px solid rgba(199, 162, 74, 0.18);
  background: rgba(199, 162, 74, 0.08);
}

.newsletter-count strong {
  font-family: var(--font-serif);
  font-size: 2.3rem;
  line-height: 0.95;
  color: var(--gold-bright);
}

.newsletter-count span {
  color: var(--muted);
  font-size: 0.95rem;
}

.newsletter-audience h3 {
  margin: 0 0 1rem;
}

.newsletter-sample-link {
  margin: 1rem 0 0;
}

.newsletter-sample-link a {
  color: var(--gold-bright);
  font-weight: 700;
}

.audience-bar + .audience-bar {
  margin-top: 0.9rem;
}

.audience-bar-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.4rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.audience-bar-fill {
  height: 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.audience-bar-fill span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
}

.final-cta-card,
.thank-you-card {
  padding: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.resource-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.35rem 1.5rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(17, 22, 29, 0.96), rgba(11, 14, 18, 0.96));
  box-shadow: var(--shadow);
}

.resource-copy p:last-child {
  margin: 0;
  color: var(--muted);
  max-width: 48rem;
}

.resource-link {
  color: var(--gold-bright);
  font-weight: 700;
  white-space: nowrap;
}

.site-footer {
  padding: 0 0 2rem;
}

.brand-footer img {
  width: 40px;
  height: 40px;
}

.footer-copy {
  margin: 0.85rem 0 0;
}

.footer-legal {
  margin: 0.35rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.4rem;
  justify-content: flex-end;
}

.page-intro {
  padding: 4.2rem 0 2rem;
}

.intro-card {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 1.5rem;
  padding: 1.6rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(17, 22, 29, 0.9), rgba(11, 14, 18, 0.94));
  box-shadow: var(--shadow);
}

.mini-kicker {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-bright);
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}

.intake-layout {
  grid-template-columns: minmax(0, 1.1fr) minmax(290px, 0.65fr);
}

.intake-form,
.intake-panel {
  padding: 1.4rem;
}

.intake-form h2,
.intake-panel h2 {
  font-size: 1.55rem;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
}

.field,
.field-full {
  display: grid;
  gap: 0.45rem;
}

.field-full {
  grid-column: 1 / -1;
}

label {
  font-size: 0.92rem;
  color: var(--text);
  font-weight: 600;
}

input,
select,
textarea {
  width: 100%;
  padding: 0.9rem 0.95rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(199, 162, 74, 0.32);
  border-color: rgba(199, 162, 74, 0.48);
}

textarea {
  min-height: 8rem;
  resize: vertical;
}

.field-note,
.form-note {
  color: var(--muted);
  font-size: 0.9rem;
}

.form-note {
  margin-top: 1rem;
}

.draft-panel {
  margin-top: 1.25rem;
  padding: 1.2rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(199, 162, 74, 0.24);
  background: rgba(199, 162, 74, 0.07);
}

.draft-panel[hidden] {
  display: none !important;
}

.draft-panel h3 {
  margin-top: 0.85rem;
}

.draft-panel p:not(.eyebrow) {
  color: var(--muted);
}

.draft-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1rem;
}

.draft-summary {
  margin: 1rem 0 0;
  padding: 1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(11, 14, 18, 0.55);
  color: var(--muted);
  white-space: pre-wrap;
  font: 0.92rem/1.55 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

.optional-details {
  margin-top: 1.2rem;
  padding: 1rem 1rem 0;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
}

.optional-details summary {
  cursor: pointer;
  color: var(--text);
  font-weight: 700;
  list-style: none;
}

.optional-details summary::-webkit-details-marker {
  display: none;
}

.optional-details summary::after {
  content: "+";
  float: right;
  color: var(--gold-bright);
}

.optional-details[open] summary::after {
  content: "-";
}

.optional-grid {
  padding: 1rem 0 1rem;
}

.intake-panel {
  display: grid;
  gap: 1rem;
}

.detail-card {
  background: rgba(255, 255, 255, 0.03);
}

.speaker-kit-cta {
  margin-top: 1.4rem;
}

.speaker-kit-cta p {
  margin: 0 0 0.65rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.page-cta-band {
  padding-top: 1rem;
}

.thank-you-wrap {
  min-height: calc(100vh - 140px);
  display: grid;
  place-items: center;
  padding: 3rem 0 4rem;
}

.thank-you-card {
  max-width: 44rem;
  flex-direction: column;
  align-items: flex-start;
}

.thank-you-card p:not(.eyebrow) {
  margin: 1rem 0 0;
  color: var(--muted);
}

.error-banner {
  display: none;
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  border-radius: var(--radius-sm);
  background: rgba(165, 58, 58, 0.18);
  border: 1px solid rgba(223, 115, 115, 0.24);
  color: #ffd8d8;
}

.error-banner.is-visible {
  display: block;
}

.honeypot {
  position: absolute;
  left: -100vw;
  opacity: 0;
  pointer-events: none;
}

#placements {
  padding-top: 3.5rem;
  padding-bottom: 0;
}

.placements-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
  margin-top: 1.2rem;
}

.placement-card {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(199, 162, 74, 0.28);
  background:
    linear-gradient(180deg, rgba(31, 23, 10, 0.78), rgba(13, 16, 20, 0.96));
  box-shadow: var(--shadow);
}

.placement-card h3 {
  font-family: var(--font-serif);
  font-size: clamp(1.55rem, 2vw, 1.85rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--text);
}

.placement-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.placement-link {
  margin-top: auto;
  align-self: flex-start;
  color: var(--gold-bright);
  font-weight: 700;
  letter-spacing: 0.01em;
}

.placement-link:hover {
  filter: brightness(1.15);
}

.proof-card-video {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(24, 28, 37, 0.96), rgba(11, 14, 18, 0.96));
  padding-top: 1.4rem;
}

.proof-video {
  position: relative;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  aspect-ratio: 9 / 16;
  background: #000;
  border-radius: 18px;
  overflow: hidden;
}

.proof-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.offer-card .card-kicker {
  margin-bottom: 0.25rem;
  align-self: flex-start;
}

.hero-portrait {
  position: relative;
  z-index: 1;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: rgba(17, 22, 29, 0.6);
}

.hero-portrait img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius-lg);
}

.hero-portrait-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.25rem 1.5rem 1.4rem;
  background: linear-gradient(180deg, transparent, rgba(6, 7, 9, 0.92));
  color: var(--text);
}

.hero-portrait-caption strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.55rem;
  line-height: 1.05;
  letter-spacing: -0.01em;
}

.hero-portrait-caption span {
  display: block;
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}

.final-cta .final-cta-actions {
  flex-wrap: wrap;
}

.article-page {
  display: block;
}

.article-intro {
  max-width: 48rem;
  margin: 0 auto;
}

.article-intro .page-title {
  margin-top: 0.5rem;
}

.article-deck {
  margin: 1.5rem 0 0;
  font-size: 1.25rem;
  line-height: 1.5;
  color: var(--text);
}

.article-byline {
  margin: 1.5rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.article-body {
  max-width: 44rem;
  margin: 0 auto;
  color: var(--text);
}

.article-body h2 {
  margin-top: 2.5rem;
  font-size: clamp(1.6rem, 2.4vw, 2rem);
  letter-spacing: -0.02em;
}

.article-body h2:first-child {
  margin-top: 0;
}

.article-body h3 {
  margin-top: 2rem;
  margin-bottom: 0;
  font-size: 1.2rem;
  letter-spacing: -0.01em;
  line-height: 1.35;
}

.article-body p {
  margin: 1rem 0 0;
  color: var(--text);
  font-size: 1.05rem;
  line-height: 1.65;
}

.article-body h3 + p {
  margin-top: 0.5rem;
}

.article-body p:first-of-type {
  margin-top: 1.25rem;
}

.article-body sup a {
  text-decoration: none;
  color: var(--gold);
  font-weight: 600;
  padding: 0 0.1rem;
}

.article-body sup a:hover {
  text-decoration: underline;
}

.article-cta-row {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.article-cta-row .btn {
  font-size: 0.95rem;
}

.star-table-wrap {
  margin: 2.5rem 0 0;
  overflow-x: auto;
}

.star-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  line-height: 1.5;
  overflow: hidden;
}

.star-table thead th {
  background: rgba(255, 255, 255, 0.03);
  color: var(--gold);
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.9rem 1rem;
  text-align: left;
  border-bottom: 1px solid var(--line);
}

.star-table tbody th,
.star-table tbody td {
  padding: 1rem;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
  color: var(--text);
}

.star-table tbody tr:last-child th,
.star-table tbody tr:last-child td {
  border-bottom: 0;
}

.star-table tbody th {
  background: rgba(200, 164, 92, 0.06);
  color: var(--ink);
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
}

.star-table tbody th strong {
  color: var(--gold);
  font-size: 1.05rem;
  margin-right: 0.2rem;
}

.star-table-wrap figcaption {
  margin-top: 0.75rem;
  color: var(--muted);
  font-size: 0.9rem;
  font-style: italic;
}

.sources-list {
  font-size: 0.95rem;
  color: var(--muted);
}

.sources-list li {
  margin-bottom: 0.45rem;
}

.sources-list a {
  color: var(--gold);
}

@media (max-width: 700px) {
  .star-table tbody th {
    white-space: normal;
  }
  .star-table thead th,
  .star-table tbody th,
  .star-table tbody td {
    padding: 0.65rem 0.7rem;
    font-size: 0.9rem;
  }
}

.bio-intro {
  display: grid;
  grid-template-columns: minmax(180px, 220px) 1fr;
  gap: 2.25rem;
  align-items: center;
}

.bio-portrait img {
  width: 100%;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  display: block;
}

.bio-headline .page-title {
  margin-top: 0.25rem;
}

@media (max-width: 720px) {
  .bio-intro {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .bio-portrait {
    max-width: 180px;
  }
}

.insights-featured {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 2rem;
  margin-bottom: 3rem;
}

.insights-kicker {
  margin: 0 0 0.6rem;
  color: var(--muted);
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.insights-kicker-gold {
  color: var(--gold);
}

.insights-featured-title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.insights-featured-deck {
  margin: 0 0 1.5rem;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 60ch;
}

.insights-section-title {
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
  letter-spacing: -0.01em;
}

.insights-section-title-spaced {
  margin-top: 3rem;
}

.insights-band-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.5rem;
}

.insights-band-deck {
  margin: 0 0 1.5rem;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
  max-width: 60ch;
}

.insights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}

.insights-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 1.5rem 1.4rem;
  display: flex;
  flex-direction: column;
}

.insights-card h3 {
  margin: 0 0 0.7rem;
  font-size: 1.15rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.insights-card h3 a {
  color: var(--ink);
  text-decoration: none;
}

.insights-card h3 a:hover {
  color: var(--gold);
}

.insights-card p {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
  flex-grow: 1;
}

.insights-card .writing-link {
  margin-top: auto;
}

.article-list {
  margin: 1.25rem 0 0;
  padding-left: 1.25rem;
  display: grid;
  gap: 0.85rem;
  color: var(--text);
  font-size: 1.05rem;
  line-height: 1.6;
}

.article-list li {
  padding-left: 0.25rem;
}

.article-list li::marker {
  color: var(--gold-bright);
}

.article-kicker {
  margin: 2rem 0 0;
  font-family: var(--font-serif);
  font-size: 1.5rem;
  line-height: 1.25;
  color: var(--gold-bright);
  letter-spacing: -0.01em;
}

.article-divider {
  margin: 2.5rem 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(199, 162, 74, 0.4), transparent);
}

.article-take {
  margin: 2rem 0 0;
  padding: 1.5rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(199, 162, 74, 0.28);
  background: rgba(199, 162, 74, 0.06);
  color: var(--text);
  font-size: 1.05rem;
  line-height: 1.65;
}

.article-take strong {
  color: var(--gold-bright);
}

@media (max-width: 1100px) {
  .placements-grid {
    grid-template-columns: 1fr;
  }

  .featured-logos,
  .featured-in-media .featured-logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

  .offer-card,
  .offer-card-lead,
  .offer-grid .offer-card:nth-child(2),
  .offer-card-highlight {
    grid-column: auto;
  }

  .topic-grid,
  .insight-grid,
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .keynote-grid,
  .framework-grid,
  .research-layout,
  .founder-grid,
  .masterclass-card,
  .newsletter-shell,
  .intro-card,
  .intake-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .hero-grid,
  .trust-items,
  .hero-card-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .featured-logos,
  .featured-in-media .featured-logos,
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .section,
  .hero {
    padding-top: 4.25rem;
  }

  .nav-wrap,
  .footer-wrap,
  .final-cta-card,
  .resource-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-nav,
  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(var(--max), calc(100% - 1.1rem));
  }

  .site-header {
    position: static;
  }

  h1,
  .page-title {
    font-size: 2.75rem;
  }

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

  .speaker-kit-download .btn,
  .speaker-kit-cta .btn {
    width: 100%;
  }

  .hero-card,
  .offer-card,
  .topic-card,
  .proof-card,
  .framework-card,
  .insight-card,
  .final-cta-card,
  .detail-card,
  .intake-form,
  .intake-panel,
  .thank-you-card,
  .intro-card {
    border-radius: 22px;
  }
}

/* ============================================================
   v33 PRODUCTIZED STOREFRONT STYLES
   ============================================================ */

/* Narrow container for prose */
.container-narrow {
  max-width: 780px;
}

.text-center {
  text-align: center;
}

/* === SECTION 2: PROOF WALL === */
.proof-wall {
  text-align: center;
}

.proof-eyebrow {
  text-align: center;
  margin: 0 auto 1.75rem;
  display: block;
}

.proof-logo-band {
  margin-bottom: 2.75rem;
  padding-bottom: 2.25rem;
  border-bottom: 1px solid var(--line);
}

.featured-logos-five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.proof-tiles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  text-align: left;
}

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

.proof-tile-featured {
  border-color: var(--gold);
  box-shadow: 0 0 0 1px rgba(200, 164, 92, 0.18);
}

.proof-tile-featured .proof-tile-kicker {
  color: var(--gold);
}

.chart-figure {
  margin: 2.5rem 0;
}

.chart-figure-svg {
  background: #ffffff;
  border-radius: var(--radius-md);
  padding: 0.5rem;
  overflow: hidden;
}

.chart-figure-svg svg {
  display: block;
  width: 100%;
  height: auto;
}

.chart-figure figcaption {
  margin-top: 0.9rem;
  color: var(--muted);
  font-size: 0.95rem;
  font-style: italic;
  line-height: 1.55;
}

.video-figure {
  margin: 2.5rem 0;
}

.video-frame-horizontal {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.video-frame-horizontal iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-figure figcaption {
  margin-top: 0.9rem;
  color: var(--muted);
  font-size: 0.95rem;
  font-style: italic;
  line-height: 1.55;
}

.statement-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.statement-head {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto 2rem;
}

.eyebrow-gold {
  color: var(--gold);
}

.statement-headline {
  margin: 0.6rem 0 0;
  font-size: clamp(1.7rem, 3.2vw, 2.4rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.statement-video {
  max-width: 64rem;
  margin: 0 auto;
}

.statement-caption {
  max-width: 42rem;
  margin: 1.3rem auto 0;
  text-align: center;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.5;
}

.statement-more {
  max-width: 42rem;
  margin: 0.5rem auto 0;
  text-align: center;
  font-size: 0.95rem;
}

.statement-more a {
  color: var(--gold);
  text-decoration: none;
  font-weight: 600;
}

.statement-more a:hover {
  text-decoration: underline;
}

.proof-tile {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 1.5rem 1.4rem;
}

.proof-tile-kicker {
  margin: 0 0 0.6rem;
  color: var(--gold);
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.proof-tile p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.55;
}

/* === SECTION 3: PROBLEM === */
.problem-section {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.problem-headline {
  font-family: var(--font-serif);
  font-size: clamp(1.85rem, 3vw, 2.55rem);
  line-height: 1.15;
  margin: 0 0 1.5rem;
}

.problem-copy p {
  color: var(--text);
  font-size: 1.08rem;
  line-height: 1.7;
  margin: 0 0 1.25rem;
}

.problem-copy p:last-child {
  margin-bottom: 0;
}

/* === SECTION 4: HERO PRODUCT === */
.hero-product-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.hero-product-card {
  background:
    linear-gradient(180deg, rgba(199, 162, 74, 0.06), rgba(199, 162, 74, 0.015) 40%),
    var(--panel-strong);
  border: 1px solid rgba(199, 162, 74, 0.32);
  border-radius: var(--radius-lg);
  padding: clamp(2rem, 4vw, 3.5rem);
  box-shadow: var(--shadow);
}

.hero-product-header {
  margin-bottom: 1.75rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--line);
}

.hero-product-header .card-kicker {
  margin: 0 0 0.65rem;
}

.hero-product-header h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.9rem, 3.4vw, 2.65rem);
  line-height: 1.12;
  margin: 0;
  color: var(--text);
}

.hero-product-lead {
  font-size: 1.08rem;
  line-height: 1.65;
  color: var(--text);
  margin: 0 0 2rem;
}

.hero-product-block {
  margin-bottom: 1.65rem;
}

.hero-product-block:last-of-type {
  margin-bottom: 2rem;
}

.micro-label {
  margin: 0 0 0.55rem;
  color: var(--gold);
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-product-block p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.6;
}

.hero-product-list {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.hero-product-list li {
  margin-bottom: 0.55rem;
}

.hero-product-list li:last-child {
  margin-bottom: 0;
}

.hero-product-cta {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  flex-wrap: wrap;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.hero-product-note {
  color: var(--muted);
  font-size: 0.9rem;
  letter-spacing: 0.03em;
}

/* === SECTION 5: READINESS CHECK === */
.readiness-section {
  padding: 4rem 0;
  background:
    linear-gradient(180deg, rgba(199, 162, 74, 0.04), transparent 60%);
}

.readiness-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-left: 4px solid var(--gold);
  border-radius: var(--radius-md);
  padding: clamp(1.75rem, 3vw, 2.5rem);
}

.readiness-copy h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.65rem, 2.6vw, 2.15rem);
  line-height: 1.18;
  margin: 0 0 0.85rem;
}

.readiness-lead {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.6;
  margin: 0 0 1.5rem;
  max-width: 720px;
}

.readiness-subline {
  margin: 1.75rem 0 0;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
  font-style: italic;
  max-width: 760px;
}

/* === SECTION 6: OTHER WAYS === */
.other-ways .section-heading {
  margin-bottom: 2.25rem;
}

.section-lead {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.55;
  margin: 0.5rem 0 0;
}

.alt-engagement-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.alt-engagement {
  background: var(--panel-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 1.5rem 1.4rem;
}

.alt-engagement h3 {
  font-family: var(--font-sans);
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.6rem;
  color: var(--text);
}

.alt-engagement p {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.55;
}

.alt-engagement-cta {
  margin-top: 1.75rem;
}

/* === SECTION 8: RESOURCES === */
.resource-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.resource-tile {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 1.75rem;
}

.resource-tile h3 {
  font-family: var(--font-sans);
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 0.6rem;
}

.resource-tile p {
  margin: 0 0 1.1rem;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.55;
}

/* === SECTION 9: FINAL CTA === */
.final-cta-section {
  padding-top: 4.5rem;
  padding-bottom: 5rem;
}

.final-cta-headline {
  font-family: var(--font-serif);
  font-size: clamp(1.85rem, 3vw, 2.5rem);
  line-height: 1.15;
  margin: 0 0 1.75rem;
}

.hero-actions-center {
  justify-content: center;
}

/* === MOBILE OVERRIDES === */
@media (max-width: 1100px) {
  .proof-tiles {
    grid-template-columns: 1fr;
  }
  .featured-logos-five {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .alt-engagement-grid,
  .resource-grid {
    grid-template-columns: 1fr;
  }
  .featured-logos-five {
    grid-template-columns: 1fr;
  }
  .hero-product-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ============================================================
   v34 PROOF RESTORATION STYLES
   ============================================================ */

/* === Keynote cards grid === */
.keynote-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.proof-card-figure {
  background: linear-gradient(180deg, rgba(17, 22, 29, 0.96), rgba(11, 14, 18, 0.96));
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.proof-card-figure > img {
  width: 100%;
  height: auto;
  display: block;
  background: rgba(255, 255, 255, 0.02);
}

.proof-card-figure .proof-copy {
  padding: 1.5rem 1.6rem 1.75rem;
}

.proof-card-figure .proof-copy h3 {
  font-family: var(--font-serif);
  font-size: 1.45rem;
  line-height: 1.18;
  margin: 0.7rem 0 0.6rem;
}

.proof-card-figure .proof-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.55;
}

.proof-card-figure .proof-label {
  display: inline-flex;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: rgba(199, 162, 74, 0.13);
  color: var(--gold-bright);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* === Video block === */
.video-block {
  margin-top: 2.25rem;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 1.75rem;
  align-items: center;
}

.video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-caption h3 {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0.7rem 0 0.6rem;
}

.video-caption p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

.video-caption .proof-label {
  display: inline-flex;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: rgba(199, 162, 74, 0.13);
  color: var(--gold-bright);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* === Endorsement + Testimonials grid === */
.endorsement-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: start;
}

.endorsement-grid .proof-card-quote {
  background: linear-gradient(180deg, rgba(17, 22, 29, 0.96), rgba(11, 14, 18, 0.96));
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.endorsement-grid .proof-card-quote > img {
  width: 100%;
  height: auto;
  display: block;
  background: rgba(255, 255, 255, 0.02);
}

.endorsement-grid .proof-card-quote .proof-copy {
  padding: 1.5rem 1.6rem 1.75rem;
}

.endorsement-grid .proof-card-quote .proof-copy p {
  margin: 0.75rem 0 0;
  color: var(--text);
  font-family: var(--font-serif);
  font-size: 1.1rem;
  line-height: 1.45;
  font-style: italic;
}

.endorsement-grid .proof-card-text {
  background: linear-gradient(180deg, rgba(24, 28, 37, 0.96), rgba(11, 14, 18, 0.96));
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 1.5rem 1.6rem 1.75rem;
}

.endorsement-grid .proof-card-text .proof-label {
  display: inline-flex;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: rgba(199, 162, 74, 0.13);
  color: var(--gold-bright);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

/* === Heritage band overrides === */
.heritage-band {
  padding: 2rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.heritage-band .featured-in-label {
  text-align: center;
  margin-bottom: 1.25rem;
}

.heritage-band .featured-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.25rem 2.5rem;
}
.heritage-band .featured-logos > img {
  flex: 0 0 auto;
}

/* === Problem exhibit (Two Directions diagram) === */
.problem-exhibit {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

.problem-exhibit img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.02);
}

.exhibit-caption {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
  font-style: italic;
  text-align: center;
}

/* === Framework exhibit (STAR) under hero product === */
.framework-exhibit {
  margin-top: 2.5rem;
  padding: 2rem 2rem 1.5rem;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.framework-exhibit img {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  height: auto;
  display: block;
}

.framework-exhibit .exhibit-caption {
  max-width: 720px;
  margin: 1rem auto 0;
}

/* === Mobile === */
@media (max-width: 1100px) {
  .keynote-grid,
  .endorsement-grid,
  .video-block {
    grid-template-columns: 1fr;
  }
  .heritage-band .featured-logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .heritage-band .featured-logos {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   v35 IMAGE DISPLAY FIXES
   ============================================================ */

/* Force keynote card images to render in full, override older .proof-card img rules */
.keynote-grid .proof-card-figure > img {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  display: block !important;
}

.endorsement-grid .proof-card-quote > img {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  display: block !important;
}

/* Heritage band: explicit image rules so OW SVG and INSEAD WEBP render reliably */
.heritage-band .featured-logos img {
  max-height: 40px;
  max-width: 150px;
  width: auto;
  object-fit: contain;
  filter: grayscale(100%) brightness(0) invert(0.72);
  opacity: 0.78;
  display: block;
}
/* Per-logo overrides so wordmarks and seals visually balance */
.heritage-band .featured-logos img[alt="Oliver Wyman"] { max-width: 130px; }
.heritage-band .featured-logos img[alt="McKinsey &amp; Company"],
.heritage-band .featured-logos img[alt="McKinsey & Company"] { max-width: 150px; }
.heritage-band .featured-logos img[alt="Boards Impact Forum"] { max-height: 56px; max-width: 56px; }
.heritage-band .featured-logos img[alt="Princeton University"] { max-height: 44px; }
.heritage-band .featured-logos img[alt="Society for Corporate Governance"] { max-height: 44px; }
.heritage-band .featured-logos img[alt="Private Directors Association"] { max-height: 48px; }

.heritage-band .featured-logos img:hover {
  filter: grayscale(0%) brightness(1) invert(0);
  opacity: 1;
}

/* ============================================================
   v36 STYLES: vertical video, hero industries, writing band
   ============================================================ */

/* Industries line under hero CTAs */
.hero-industries {
  margin: 0.85rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

/* Vertical video block: video column narrow, caption column wider */
.video-block-vertical {
  display: grid;
  grid-template-columns: minmax(220px, 0.45fr) 1fr;
  gap: 2rem;
  align-items: center;
  margin-top: 2.25rem;
}

.video-frame-vertical {
  position: relative;
  aspect-ratio: 9 / 16;
  background: #000;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  overflow: hidden;
  max-width: 360px;
}

.video-frame-vertical iframe {
  /* The container is 9:16 but YouTube's embed player is internally 16:9.
     A non-Shorts vertical video would letterbox to a tiny strip inside that
     16:9 viewport. Oversizing the iframe to 316% width (256/81) keeps the
     internal 16:9 viewport tall enough that the 9:16 video fills the visible
     9:16 region; overflow:hidden on the container crops the sides. */
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 316.05%;
  height: 100%;
  border: 0;
}

@media (max-width: 1100px) {
  .video-block-vertical {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .video-frame-vertical {
    max-width: 320px;
    width: 100%;
  }
}

/* Selected writing band */
.writing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 1.5rem;
}

.writing-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 1.5rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.writing-kicker {
  margin: 0;
  color: var(--gold);
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.writing-card h3 {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  line-height: 1.2;
  margin: 0;
}

.writing-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.55;
}

.writing-link {
  margin-top: auto;
  padding-top: 0.6rem;
  color: var(--gold-bright);
  font-size: 0.92rem;
  font-weight: 600;
}

@media (max-width: 1100px) {
  .writing-grid {
    grid-template-columns: 1fr;
  }
}

/* v37: proof tile links */
.proof-tile-link {
  display: inline-block;
  margin-top: 1rem;
  color: var(--gold-bright);
  font-size: 0.9rem;
  font-weight: 600;
}

.proof-tile-link:hover {
  text-decoration: underline;
}

.proof-tile-link-row {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-top: 1rem;
}

.proof-tile-link-row .proof-tile-link {
  margin-top: 0;
}

/* v40: thank-you upgrades */
.thank-you-wrap {
  padding: 4rem 0 5rem;
}

.thank-you-card {
  background: linear-gradient(180deg, rgba(17, 22, 29, 0.96), rgba(11, 14, 18, 0.96));
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(2rem, 4vw, 3rem);
  box-shadow: var(--shadow);
  max-width: 880px;
  margin: 0 auto;
}

.thank-you-lead {
  font-size: 1.15rem;
  line-height: 1.55;
  color: var(--muted);
  margin: 1rem 0 2rem;
  max-width: 640px;
}

.eyebrow-tight {
  margin-bottom: 0.85rem;
}

.thank-you-next {
  padding-top: 1.75rem;
  border-top: 1px solid var(--line);
  margin-top: 1.5rem;
}

.thank-you-next-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.thank-you-next-tile {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 1.4rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.thank-you-next-tile h3 {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  line-height: 1.2;
  margin: 0;
}

.thank-you-next-tile p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.thank-you-next-tile .resource-link {
  margin-top: auto;
  padding-top: 0.5rem;
  color: var(--gold-bright);
  font-size: 0.9rem;
  font-weight: 600;
}

.thank-you-direct {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.95rem;
}

.thank-you-direct a {
  color: var(--gold-bright);
}

@media (max-width: 860px) {
  .thank-you-next-grid {
    grid-template-columns: 1fr;
  }
}

/* Related reading block on article pages */
.related-reading {
  padding: 3rem 0 1rem;
  border-top: 1px solid var(--line);
  margin-top: 3rem;
}
.related-reading .eyebrow {
  margin-bottom: 1.2rem;
  color: var(--gold-bright);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 600;
}
.related-reading-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.2rem;
}
.related-reading-card {
  display: block;
  padding: 1.3rem 1.4rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--panel-soft);
  text-decoration: none;
  color: var(--text);
  transition: border-color 0.15s ease, transform 0.15s ease;
}
.related-reading-card:hover {
  border-color: var(--gold-bright);
  transform: translateY(-1px);
}
.related-reading-card .kind {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}
.related-reading-card .title {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  line-height: 1.2;
  color: var(--text);
}

/* Hero proof strip below CTAs (v84) */
.hero-proof-strip {
  list-style: none;
  padding: 0;
  margin: 1.4rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.2rem;
  align-items: center;
}
.hero-proof-strip li {
  font-size: 0.85rem;
  color: var(--muted);
  letter-spacing: 0.01em;
}
.hero-proof-strip .hero-proof-mark {
  display: inline-block;
  padding: 2px 8px;
  margin-right: 6px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--panel-soft);
  color: var(--gold-bright);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .hero-proof-strip {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}

/* Selected writing: lead card gets a subtle emphasis (v84) */
.writing-card-lead {
  border-color: var(--gold);
  background: linear-gradient(140deg, rgba(199, 162, 74, 0.06), transparent 55%), var(--panel-soft);
}
.writing-card-lead .writing-kicker {
  color: var(--gold-bright);
}

/* Article inline figure (v87) */
.article-figure {
  margin: 2.4rem 0;
  padding: 0;
}
.article-figure img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #fff;
}
.article-figure figcaption {
  margin-top: 0.9rem;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
  font-style: italic;
  text-align: center;
}

/* Explore band on homepage (v95) — compact pointer band replacing keynotes+video+other-ways */
.explore-band {
  padding: 3rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.explore-band .eyebrow {
  margin-bottom: 1.4rem;
  color: var(--gold-bright);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 600;
}
.explore-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
}
@media (max-width: 900px) {
  .explore-grid { grid-template-columns: 1fr; }
}
.explore-card {
  display: block;
  padding: 1.6rem 1.6rem 1.4rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--panel-soft);
  color: var(--text);
  text-decoration: none;
  transition: border-color 0.15s ease, transform 0.15s ease, background 0.15s ease;
}
.explore-card:hover {
  border-color: var(--gold-bright);
  transform: translateY(-1px);
  background: rgba(199, 162, 74, 0.05);
}
.explore-kicker {
  display: block;
  color: var(--muted);
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.55rem;
}
.explore-card h3 {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  line-height: 1.2;
  margin: 0 0 0.5rem;
  color: var(--text);
}
.explore-card p {
  margin: 0 0 0.9rem;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
}
.explore-link {
  display: inline-block;
  color: var(--gold-bright);
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
}
