:root {
  --ink: #11110f;
  --ink-soft: #181714;
  --paper: #151512;
  --paper-deep: #1c1a17;
  --card: #23211d;
  --wine: #a33a32;
  --wine-dark: #792821;
  --gold: #c5a268;
  --text: #f3efe7;
  --muted: #aaa69e;
  --line: rgba(255, 255, 255, 0.13);
  --line-dark: rgba(255, 255, 255, 0.14);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  --radius: 24px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, summary { font: inherit; }
button { color: inherit; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  transform: translateY(-150%);
  padding: 10px 16px;
  border-radius: 8px;
  background: var(--card);
  color: var(--ink);
  font-weight: 700;
}
.skip-link:focus { transform: none; }

.container {
  width: min(var(--container), calc(100% - 48px));
  margin-inline: auto;
}
.section { padding: 112px 0; }
.section-dark, .section-ink { background: var(--ink); color: #fff; }
.section-warm { background: var(--paper-deep); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(17, 17, 15, 0.9);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}
.site-header.scrolled {
  border-bottom-color: var(--line);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.24);
}
.header-inner {
  width: min(var(--container), calc(100% - 48px));
  min-height: 78px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 36px;
}
.brand { display: inline-flex; align-items: center; }
.brand img { width: 118px; height: auto; filter: brightness(0) invert(1); opacity: 0.92; }
.site-nav { display: flex; justify-content: center; gap: 30px; }
.site-nav a, .footer-nav a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 650;
}
.site-nav a { color: #d0cbc2; }
.site-nav a:hover, .site-nav a:focus-visible { color: #e4a49c; }
.menu-toggle { display: none; }

.button {
  position: relative;
  overflow: hidden;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border: 1px solid var(--wine);
  border-radius: 999px;
  background: var(--wine);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.button::after {
  content: "";
  position: absolute;
  inset: -80% auto -80% -55%;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  transform: rotate(18deg);
  transition: left 520ms ease;
  pointer-events: none;
}
.button:hover::after, .button:focus-visible::after { left: 125%; }
.button:hover, .button:focus-visible {
  transform: translateY(-2px);
  background: var(--wine-dark);
  border-color: var(--wine-dark);
  box-shadow: 0 14px 30px rgba(121, 40, 33, 0.2);
}
.button-small { min-height: 42px; padding: 10px 18px; font-size: 13px; }
.button-outline { background: transparent; border-color: rgba(255, 255, 255, 0.34); color: #fff; }
.button-outline:hover, .button-outline:focus-visible { background: #fff; border-color: #fff; color: var(--ink); }
.button-light { background: #f3efe7; border-color: #f3efe7; color: #11110f; }
.button-light:hover, .button-light:focus-visible { background: #fff; border-color: #fff; color: var(--ink); }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  font-weight: 750;
  border-bottom: 1px solid rgba(255, 255, 255, 0.38);
  padding-bottom: 3px;
}
.text-link:hover, .text-link:focus-visible { border-color: currentColor; }
.text-link-dark { color: #f3efe7; border-bottom-color: rgba(255, 255, 255, 0.3); }

.hero {
  position: relative;
  overflow: hidden;
  padding: 84px 0 100px;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -45% auto;
  width: 560px;
  aspect-ratio: 1;
  border: 1px solid rgba(197, 162, 104, 0.18);
  border-radius: 50%;
}
.hero-glow {
  position: absolute;
  inset: -160px auto auto 52%;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(163, 58, 50, 0.17), transparent 65%);
  pointer-events: none;
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  gap: clamp(56px, 8vw, 110px);
  align-items: center;
}
.eyebrow {
  margin: 0 0 20px;
  color: #d48b82;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.eyebrow-dark { color: #d8786e; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { margin-top: 0; color: inherit; line-height: 1.05; letter-spacing: -0.035em; }
h1 {
  max-width: 730px;
  margin-bottom: 28px;
  font-size: clamp(52px, 6.3vw, 88px);
  font-weight: 760;
}
h1 span { color: #d9d3c9; font-weight: 520; }
h2 { margin-bottom: 24px; font-size: clamp(38px, 4.4vw, 62px); font-weight: 730; }
h3 { margin-bottom: 14px; font-size: 23px; font-weight: 720; }
.hero-lead { max-width: 650px; margin: 0 0 30px; color: #d7d3cb; font-size: clamp(18px, 2vw, 22px); line-height: 1.5; }
.hero-points { list-style: none; margin: 0 0 36px; padding: 0; display: grid; gap: 12px; color: #efebe4; }
.hero-points li { position: relative; padding-left: 26px; }
.hero-points li::before { content: ""; position: absolute; left: 0; top: 0.63em; width: 10px; height: 1px; background: var(--gold); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; }
.hero-access-note { display: flex; align-items: center; gap: 9px; margin: 18px 0 0; color: #89867f; font-size: 11px; font-weight: 650; letter-spacing: 0.02em; }
.hero-access-note span { color: #5ab77c; font-size: 9px; text-shadow: 0 0 12px rgba(90, 183, 124, 0.65); }
.hero-media { position: relative; }
.hero-image-frame {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.hero-image-frame img { width: 100%; height: auto; object-fit: contain; }
.media-caption { margin: 16px 10px 0; color: #aaa69e; font-size: 13px; }
.media-caption span { color: #fff; }

@keyframes hero-copy-in {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes hero-media-in {
  from { opacity: 0; transform: translate3d(34px, 18px, 0) scale(0.97); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}
.motion-ready .hero-copy > * { opacity: 0; animation: hero-copy-in 720ms cubic-bezier(0.22, 1, 0.36, 1) forwards; }
.motion-ready .hero-copy > :nth-child(1) { animation-delay: 80ms; }
.motion-ready .hero-copy > :nth-child(2) { animation-delay: 150ms; }
.motion-ready .hero-copy > :nth-child(3) { animation-delay: 230ms; }
.motion-ready .hero-copy > :nth-child(4) { animation-delay: 310ms; }
.motion-ready .hero-copy > :nth-child(5) { animation-delay: 390ms; }
.motion-ready .hero-media { opacity: 0; animation: hero-media-in 900ms 260ms cubic-bezier(0.22, 1, 0.36, 1) forwards; }

.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 720ms cubic-bezier(0.22, 1, 0.36, 1), transform 720ms cubic-bezier(0.22, 1, 0.36, 1), border-color 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
.reveal.is-visible { opacity: 1; transform: translateY(var(--reveal-rest, 0px)); will-change: auto; }

.proof-strip { background: var(--wine); color: #fff; }
.proof-grid { min-height: 112px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.proof-grid > div { min-height: 58px; display: grid; align-content: center; padding: 0 28px; border-left: 1px solid rgba(255, 255, 255, 0.24); }
.proof-grid > div:last-child { border-right: 1px solid rgba(255, 255, 255, 0.24); }
.proof-grid strong { font-size: 24px; line-height: 1.2; }
.proof-grid span { margin-top: 4px; color: rgba(255, 255, 255, 0.72); font-size: 12px; }

.lesson-preview-section { position: relative; overflow: hidden; background: #11110f; }
.lesson-preview-section::before { content: ""; position: absolute; width: 620px; height: 620px; right: -330px; top: -290px; border: 1px solid rgba(197, 162, 104, 0.16); border-radius: 50%; }
.lesson-preview-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 0.82fr 1.18fr; gap: clamp(64px, 8vw, 110px); align-items: center; }
.lesson-preview-copy h2 { max-width: 560px; margin-bottom: 26px; }
.lesson-preview-copy h2 span { color: #aaa69e; font-weight: 520; }
.lesson-preview-copy > p:not(.eyebrow) { max-width: 550px; margin: 0; color: var(--muted); font-size: 18px; }
.lesson-preview-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px 24px; margin-top: 34px; }
.lesson-preview-actions > span { color: #77756f; font-size: 12px; font-weight: 700; }
.lesson-preview-list { margin: 0; padding: 14px; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.015)); box-shadow: 0 34px 90px rgba(0,0,0,.28); list-style: none; }
.lesson-preview-list li { display: grid; grid-template-columns: 42px minmax(0,1fr) auto; gap: 16px; align-items: center; min-height: 106px; padding: 18px 20px; border-bottom: 1px solid var(--line); }
.lesson-preview-list li:last-child { border-bottom: 0; }
.lesson-preview-number { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 12px; color: #d8786e; font-size: 10px; font-weight: 850; letter-spacing: .08em; }
.lesson-preview-list div { min-width: 0; display: grid; gap: 5px; }
.lesson-preview-list strong { font-size: 16px; line-height: 1.3; }
.lesson-preview-list small { color: #86837c; font-size: 12px; line-height: 1.4; }
.lesson-preview-list time { padding: 7px 10px; border: 1px solid rgba(197,162,104,.22); border-radius: 999px; color: #c5a268; font-size: 11px; font-weight: 800; font-variant-numeric: tabular-nums; }

.split-intro { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 80px; align-items: end; margin-bottom: 64px; }
.split-intro h2 { max-width: 700px; margin-bottom: 0; }
.intro-copy { max-width: 520px; }
.intro-copy p { margin: 0 0 16px; color: var(--muted); }
.intro-copy .lead { color: var(--text); font-size: 20px; line-height: 1.5; }
.credentials-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 24px; }
.credential-card { min-width: 0; display: grid; grid-template-rows: auto 1fr; gap: 26px; overflow: hidden; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); box-shadow: var(--shadow); }
.credential-wide { grid-template-columns: 0.8fr 1.2fr; grid-template-rows: none; align-items: center; }
.credential-copy p { margin: 0; color: var(--muted); }
.card-number { display: block; margin-bottom: 50px; color: var(--wine); font-size: 12px; font-weight: 850; letter-spacing: 0.14em; }
.credential-card img { width: 100%; height: 330px; border-radius: 16px; background: #181817; object-fit: contain; }

.section-heading { max-width: 800px; margin-bottom: 58px; }
.section-heading > p:last-child { max-width: 680px; margin-bottom: 0; color: var(--muted); font-size: 18px; }
.heading-centered { margin-inline: auto; text-align: center; }
.heading-centered > p:last-child { margin-inline: auto; }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.audience-card { min-height: 310px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255, 255, 255, 0.025); }
.audience-card.featured { --reveal-rest: -12px; border-color: rgba(197, 162, 104, 0.38); background: var(--card); box-shadow: var(--shadow); transform: translateY(-12px); }
.audience-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 70px; border: 1px solid var(--line); border-radius: 50%; color: var(--wine); font-size: 24px; }
.audience-card p { margin: 0; color: var(--muted); }

.practice-section { overflow: hidden; }
.light-heading > p:last-child { color: #aaa69e; }
.practice-showcase { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 38px; }
.practice-tabs { display: grid; align-content: start; border-top: 1px solid var(--line-dark); }
.practice-tabs button { position: relative; padding: 19px 6px; border: 0; border-bottom: 1px solid var(--line-dark); background: none; color: #8f8c86; text-align: left; cursor: pointer; transition: color 160ms ease, padding-left 160ms ease; }
.practice-tabs button::before { content: ""; position: absolute; left: 0; top: 50%; width: 0; height: 1px; background: var(--gold); transition: width 160ms ease; }
.practice-tabs button:hover, .practice-tabs button:focus-visible, .practice-tabs button[aria-selected="true"] { color: #fff; padding-left: 26px; }
.practice-tabs button[aria-selected="true"]::before { width: 15px; }
.practice-stage { min-width: 0; }
.practice-image-wrap { min-height: 0; padding: 0; background: transparent; }
.practice-image-wrap img { display: block; width: 100%; height: auto; object-fit: contain; transition: opacity 140ms ease, transform 180ms ease; }
.practice-image-wrap img.changing { opacity: 0; transform: scale(0.985); }
.practice-description { display: grid; grid-template-columns: 100px 1fr; gap: 28px; padding-top: 26px; }
.practice-index { margin: 0; color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: 0.12em; }
.practice-description h3 { margin-bottom: 8px; }
.practice-description p:last-child { max-width: 640px; margin: 0; color: #aaa69e; }

.program-layout { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 100px; align-items: start; }
.program-sticky { position: sticky; top: 120px; }
.program-sticky p:not(.eyebrow) { max-width: 480px; color: var(--muted); }
.program-sticky .text-link { margin-top: 16px; }
.program-list { border-top: 1px solid var(--line); }
.program-list details { border-bottom: 1px solid var(--line); }
.program-list summary { min-height: 104px; display: grid; grid-template-columns: 46px 1fr 28px; gap: 18px; align-items: center; list-style: none; cursor: pointer; }
.program-list summary::-webkit-details-marker, .faq-list summary::-webkit-details-marker { display: none; }
.program-list summary span { color: var(--wine); font-size: 12px; font-weight: 850; letter-spacing: 0.12em; }
.program-list summary strong { font-size: 22px; line-height: 1.25; }
.program-list summary i, .faq-list summary i { position: relative; width: 24px; height: 24px; }
.program-list summary i::before, .program-list summary i::after, .faq-list summary i::before, .faq-list summary i::after { content: ""; position: absolute; top: 50%; left: 50%; width: 14px; height: 1px; background: currentColor; transform: translate(-50%, -50%); transition: transform 180ms ease; }
.program-list summary i::after, .faq-list summary i::after { transform: translate(-50%, -50%) rotate(90deg); }
.program-list details[open] summary i::after, .faq-list details[open] summary i::after { transform: translate(-50%, -50%) rotate(0); }
.details-body { padding: 0 28px 30px 64px; }
.details-body > p:first-child { max-width: 650px; margin-top: 0; color: var(--muted); }
.result { margin-bottom: 0; padding: 16px 18px; border: 1px solid var(--line); border-radius: 12px; background: var(--card); }
.result span { display: block; margin-bottom: 4px; color: var(--wine); font-size: 10px; font-weight: 850; letter-spacing: 0.13em; text-transform: uppercase; }

.learning-section { background: var(--paper-deep); }
.learning-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 100px; align-items: center; }
.learning-media { position: relative; min-width: 0; }
.learning-media img { width: 100%; max-height: 630px; border-radius: var(--radius); background: var(--ink); object-fit: contain; box-shadow: var(--shadow); }
.image-label { position: absolute; right: -18px; bottom: 28px; padding: 12px 16px; border: 1px solid var(--line); border-radius: 999px; background: var(--card); box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28); font-size: 12px; font-weight: 800; }
.learning-copy h2 { max-width: 700px; }
.learning-steps { margin: 40px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.learning-steps li { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.learning-steps > li > span { color: var(--wine); font-size: 11px; font-weight: 850; letter-spacing: 0.12em; }
.learning-steps strong { display: block; margin-bottom: 3px; font-size: 17px; }
.learning-steps p { margin: 0; color: var(--muted); }

.support-section { overflow: hidden; background: var(--wine); color: #fff; }
.support-grid { display: grid; grid-template-columns: 1fr 0.8fr; gap: 120px; align-items: center; }
.support-copy { max-width: 640px; }
.support-copy .eyebrow { color: #f0b3aa; }
.support-copy > p:not(.eyebrow) { color: rgba(255, 255, 255, 0.76); font-size: 18px; }
.chat-card { max-width: 390px; margin-inline: auto; }
.chat-card img { display: block; width: 100%; max-height: 520px; object-fit: contain; }
.chat-card span { display: block; margin-top: 14px; color: rgba(255, 255, 255, 0.66); font-size: 11px; }

.library-grid { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 70px; align-items: center; }
.library-copy p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.check-list { margin: 30px 0 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 27px; font-weight: 650; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--wine); font-weight: 900; }
.library-grid > img { width: min(100%, 460px); max-height: 720px; justify-self: center; border-radius: var(--radius); background: #171714; object-fit: contain; box-shadow: var(--shadow); }

.author-section { background: var(--ink-soft); }
.author-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 100px; align-items: center; }
.author-portrait { position: relative; }
.author-portrait::before { content: ""; position: absolute; inset: 24px -24px -24px 24px; border: 1px solid var(--gold); border-radius: var(--radius); }
.author-portrait img { position: relative; width: 100%; height: auto; max-height: 670px; aspect-ratio: 3 / 4; border-radius: var(--radius); object-fit: cover; box-shadow: var(--shadow); }
.author-copy h2 { margin-bottom: 8px; font-size: clamp(52px, 6vw, 80px); }
.author-role { margin: 0 0 34px; color: var(--wine); font-weight: 750; }
.author-statement { max-width: 660px; margin: 0 0 40px; padding: 0 0 0 26px; border-left: 2px solid var(--gold); color: #cec8be; font-family: Georgia, serif; font-size: 23px; line-height: 1.45; }
.author-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.author-facts div { padding-top: 18px; border-top: 1px solid var(--line); }
.author-facts strong, .author-facts span { display: block; }
.author-facts strong { margin-bottom: 5px; font-size: 20px; }
.author-facts span { color: var(--muted); font-size: 12px; line-height: 1.45; }

.pricing-section { background: var(--paper-deep); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255, 255, 255, 0.025); }
.price-featured { --reveal-rest: -12px; border-color: var(--wine); background: var(--card); box-shadow: var(--shadow); transform: translateY(-12px); }
.popular { position: absolute; top: -13px; left: 30px; padding: 6px 14px; border-radius: 999px; background: var(--wine); color: #fff; font-size: 10px; font-weight: 850; letter-spacing: 0.1em; text-transform: uppercase; }
.price-label { margin: 0 0 4px; font-size: 25px; font-weight: 800; }
.price-note { min-height: 50px; margin: 0; color: var(--muted); font-size: 14px; }
.price { margin: 24px 0 26px; }
.price strong, .price span { display: block; }
.price strong { font-size: clamp(30px, 3vw, 40px); line-height: 1.1; }
.price span { margin-top: 6px; color: var(--muted); font-size: 13px; }
.price-card ul { flex: 1; margin: 0 0 34px; padding: 24px 0 0; border-top: 1px solid var(--line); list-style: none; display: grid; align-content: start; gap: 13px; }
.price-card li { position: relative; padding-left: 24px; font-size: 14px; }
.price-card li::before { position: absolute; left: 0; font-weight: 900; }
.price-card li.included::before { content: "✓"; color: var(--wine); }
.price-card li.muted { color: #69665f; }
.price-card li.muted::before { content: "—"; }
.pricing-footnote { max-width: 760px; margin: 34px auto 0; color: var(--muted); text-align: center; font-size: 12px; }

.faq-layout { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 100px; align-items: start; }
.faq-layout > div:first-child { position: sticky; top: 120px; }
.faq-layout > div:first-child > p:not(.eyebrow) { max-width: 390px; color: var(--muted); }
.faq-layout .text-link { margin-top: 16px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 86px; display: grid; grid-template-columns: 1fr 28px; gap: 20px; align-items: center; list-style: none; cursor: pointer; font-size: 18px; font-weight: 720; line-height: 1.35; }
.faq-list details > p { max-width: 650px; margin: -4px 48px 26px 0; color: var(--muted); }

.final-cta { position: relative; overflow: hidden; padding: 110px 0; }
.final-cta::before { content: ""; position: absolute; width: 520px; height: 520px; top: -300px; right: -80px; border: 1px solid rgba(197, 162, 104, 0.28); border-radius: 50%; }
.final-cta-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(440px, 0.78fr); gap: clamp(54px, 8vw, 110px); align-items: center; }
.final-cta-copy h2 { max-width: 720px; }
.final-cta-copy > p:not(.eyebrow) { max-width: 620px; margin: 0 0 34px; color: #aaa69e; font-size: 18px; }
.final-links { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; }
.contact-link { color: #fff; font-weight: 750; text-decoration: none; }
.contact-form { display: grid; gap: 18px; padding: clamp(26px, 4vw, 42px); border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 28px; background: #1c1a17; box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3); text-align: left; }
.contact-form-heading p { margin: 0 0 6px; color: #d48b82; font-size: 11px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.contact-form-heading h3 { margin: 0; font-size: clamp(24px, 2.5vw, 32px); line-height: 1.16; }
.contact-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-field { display: grid; gap: 7px; }
.contact-field > span { color: #d9d4ca; font-size: 12px; font-weight: 720; }
.contact-field small { color: #77736c; font-size: 10px; font-weight: 600; }
.contact-field input, .contact-field textarea { width: 100%; min-width: 0; border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 12px; background: #11110f; color: #fff; font: inherit; font-size: 15px; outline: none; transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease; }
.contact-field input { height: 52px; padding: 0 15px; }
.contact-field textarea { min-height: 96px; padding: 13px 15px; resize: vertical; line-height: 1.45; }
.contact-field input::placeholder, .contact-field textarea::placeholder { color: #69665f; }
.contact-field input:focus, .contact-field textarea:focus { border-color: #d48b82; background: #141310; box-shadow: 0 0 0 3px rgba(212, 139, 130, 0.14); }
.contact-consent { display: flex; align-items: flex-start; gap: 10px; color: #8f8c85; font-size: 11px; line-height: 1.45; cursor: pointer; }
.contact-consent input { width: 16px; height: 16px; margin: 1px 0 0; accent-color: var(--wine); }
.contact-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.contact-submit { width: 100%; cursor: pointer; }
.contact-submit:disabled { cursor: wait; opacity: 0.68; transform: none; }
.contact-form-status { min-height: 20px; margin: -6px 0 0; color: #aaa69e; font-size: 12px; line-height: 1.45; }
.contact-form-status.is-success { color: #81d39d; }
.contact-form-status.is-error { color: #f0a49b; }

.site-footer { padding: 66px 0 28px; background: #0f0f0d; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 70px; align-items: start; }
.footer-grid img { width: 120px; height: auto; filter: brightness(0) invert(1); opacity: 0.9; }
.footer-grid p, .footer-contact span { color: #77756f; font-size: 12px; }
.footer-nav, .footer-contact { display: grid; gap: 10px; }
.footer-contact { justify-items: end; }
.footer-contact a { text-decoration: none; font-weight: 650; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 50px; padding-top: 22px; border-top: 1px solid var(--line-dark); color: #686761; font-size: 11px; }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

@media (hover: hover) and (pointer: fine) {
  .credential-card, .audience-card, .price-card { transition-property: opacity, transform, border-color, background-color, box-shadow; }
  .credential-card:hover, .audience-card:hover, .price-card:hover {
    transform: translateY(calc(var(--reveal-rest, 0px) - 6px));
    border-color: rgba(197, 162, 104, 0.42);
    box-shadow: 0 30px 78px rgba(0, 0, 0, 0.34);
  }
  .library-grid > img, .learning-media img, .author-portrait img { transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 500ms ease; }
  .library-grid > img:hover, .learning-media img:hover, .author-portrait img:hover { transform: scale(1.012); box-shadow: 0 32px 82px rgba(0, 0, 0, 0.38); }
}

@media (max-width: 1020px) {
  .header-inner { grid-template-columns: auto 1fr auto; gap: 18px; }
  .site-nav { gap: 18px; }
  .header-cta { display: none; }
  .hero-grid { grid-template-columns: 1fr 0.85fr; gap: 44px; }
  .hero-image-frame { min-height: 0; }
  .credentials-grid, .credential-wide { grid-template-columns: 1fr; }
  .lesson-preview-grid { grid-template-columns: 1fr; gap: 54px; }
  .credential-wide { grid-template-rows: auto 1fr; }
  .program-layout, .learning-grid, .support-grid, .author-grid { gap: 60px; }
  .pricing-grid { grid-template-columns: 1fr 1fr; }
  .price-card:last-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 70px; }
  .container { width: min(100% - 40px, var(--container)); }
  .section { padding: 76px 0; }
  .header-inner { width: calc(100% - 40px); min-height: 68px; grid-template-columns: 1fr auto; }
  .brand img { width: 100px; }
  .menu-toggle { width: 44px; height: 44px; display: grid; place-content: center; gap: 5px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255, 255, 255, 0.06); cursor: pointer; }
  .menu-toggle span:not(.sr-only) { width: 18px; height: 1.5px; display: block; background: #fff; transition: transform 180ms ease, opacity 180ms ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 68px 0 auto; display: grid; gap: 0; padding: 14px 20px 26px; background: #151512; border-bottom: 1px solid var(--line); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.32); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: transform 220ms ease, opacity 180ms ease; }
  .site-nav.open { transform: none; opacity: 1; pointer-events: auto; }
  .site-nav a { padding: 14px 4px; border-bottom: 1px solid var(--line); font-size: 17px; }

  .hero { padding: 58px 0 70px; }
  .hero-grid { grid-template-columns: 1fr; gap: 52px; }
  .hero h1 { font-size: clamp(44px, 13vw, 62px); }
  .hero-lead { font-size: 18px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-actions .button { width: 100%; }
  .hero-access-note { align-items: flex-start; line-height: 1.45; }
  .hero-image-frame { min-height: 0; padding: 0; border-radius: 0; }
  .hero-image-frame img { max-height: none; }
  .proof-grid { grid-template-columns: 1fr 1fr; padding: 14px 0; }
  .proof-grid > div { min-height: 84px; padding: 0 16px; border-left: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .proof-grid > div:nth-child(odd) { border-right: 1px solid rgba(255, 255, 255, 0.2); }
  .proof-grid > div:last-child { border-right: 0; }
  .proof-grid strong { font-size: 20px; }

  h2 { font-size: clamp(36px, 10vw, 48px); }
  .split-intro, .credentials-grid, .audience-grid, .practice-showcase, .program-layout, .learning-grid, .support-grid, .library-grid, .author-grid, .pricing-grid, .faq-layout, .footer-grid { grid-template-columns: 1fr; }
  .lesson-preview-grid { gap: 42px; }
  .lesson-preview-copy > p:not(.eyebrow) { font-size: 16px; }
  .lesson-preview-actions { align-items: flex-start; flex-direction: column; }
  .lesson-preview-actions .button { width: 100%; }
  .lesson-preview-list { padding: 8px; border-radius: 20px; }
  .lesson-preview-list li { grid-template-columns: 36px minmax(0,1fr) auto; gap: 11px; min-height: 92px; padding: 14px 10px; }
  .lesson-preview-number { width: 34px; height: 34px; border-radius: 10px; }
  .lesson-preview-list strong { font-size: 14px; }
  .lesson-preview-list small { display: none; }
  .lesson-preview-list time { padding: 6px 8px; font-size: 10px; }
  .split-intro { gap: 30px; margin-bottom: 42px; }
  .credentials-grid { gap: 18px; }
  .credential-card { padding: 24px; }
  .credential-wide { grid-template-rows: auto 1fr; }
  .card-number { margin-bottom: 32px; }
  .credential-card img { height: auto; max-height: 430px; }
  .section-heading { margin-bottom: 40px; }
  .section-heading > p:last-child { font-size: 16px; }
  .audience-card, .audience-card.featured { --reveal-rest: 0px; min-height: 0; padding: 26px; transform: none; }
  .audience-icon { margin-bottom: 36px; }

  .practice-showcase { gap: 22px; }
  .practice-tabs { grid-template-columns: repeat(3, 1fr); border-top: 0; gap: 8px; }
  .practice-tabs button { padding: 11px 8px; border: 1px solid var(--line-dark); border-radius: 999px; text-align: center; font-size: 12px; }
  .practice-tabs button:hover, .practice-tabs button:focus-visible, .practice-tabs button[aria-selected="true"] { padding-left: 8px; background: #fff; color: var(--ink); }
  .practice-tabs button::before { display: none; }
  .practice-image-wrap { min-height: 0; padding: 0; }
  .practice-image-wrap img { height: auto; }
  .practice-description { grid-template-columns: 1fr; gap: 8px; }

  .program-layout { gap: 42px; }
  .program-sticky, .faq-layout > div:first-child { position: static; }
  .program-list summary { min-height: 88px; grid-template-columns: 34px 1fr 24px; gap: 10px; }
  .program-list summary strong { font-size: 18px; }
  .details-body { padding: 0 0 24px 44px; }

  .learning-grid { gap: 50px; }
  .learning-media { order: 2; }
  .image-label { right: 12px; bottom: 16px; }
  .support-grid { gap: 52px; }
  .support-copy > p:not(.eyebrow) { font-size: 16px; }
  .chat-card { width: min(90%, 390px); }
  .library-grid { gap: 40px; }

  .author-grid { gap: 66px; }
  .author-portrait { width: calc(100% - 18px); }
  .author-portrait::before { inset: 18px -18px -18px 18px; }
  .author-copy h2 { font-size: clamp(50px, 15vw, 68px); }
  .author-statement { font-size: 19px; }
  .author-facts { grid-template-columns: 1fr; }

  .pricing-grid { gap: 22px; }
  .price-card, .price-featured { --reveal-rest: 0px; padding: 28px; transform: none; }
  .price-card:last-child { grid-column: auto; }
  .price-note { min-height: 0; }
  .faq-layout { gap: 42px; }
  .faq-list summary { min-height: 78px; font-size: 16px; }
  .faq-list details > p { margin-right: 0; }

  .final-cta { padding: 82px 0; }
  .final-cta-grid { grid-template-columns: 1fr; gap: 44px; }
  .final-links { align-items: flex-start; flex-direction: column; }
  .contact-form-grid { grid-template-columns: 1fr; }
  .footer-grid { gap: 32px; }
  .footer-nav { grid-template-columns: 1fr 1fr; }
  .footer-contact { justify-items: start; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

@media (max-width: 390px) {
  .container { width: calc(100% - 32px); }
  .header-inner { width: calc(100% - 32px); }
  .proof-grid strong { font-size: 18px; }
  .proof-grid span { font-size: 10px; }
  .practice-tabs { grid-template-columns: 1fr 1fr; }
  .details-body { padding-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
