:root {
  --bg: #0c0a08;
  --bg-2: #131008;
  --panel: #17120c;
  --panel-2: #1e170d;
  --ink: #f4ead6;
  --ink-dim: #a89b82;
  --ink-mute: #6b6253;
  --gold: #c9a25a;
  --gold-bright: #e7c889;
  --gold-deep: #8a6d33;
  --line: rgba(201, 162, 90, 0.18);
  --line-strong: rgba(201, 162, 90, 0.42);
  --shadow: rgba(0, 0, 0, 0.42);
  --serif: "Fraunces", "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(ellipse at 22% 0%, rgba(201, 162, 90, 0.1), transparent 44rem),
    radial-gradient(ellipse at 100% 12%, rgba(201, 162, 90, 0.08), transparent 38rem),
    var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  letter-spacing: 0;
  font-synthesis: none;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 10;
  opacity: 0.08;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.5 0'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.5'/></svg>");
}

a {
  color: inherit;
}

img,
svg {
  display: block;
}

svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

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

h1,
h2,
h3 {
  font-family: var(--serif);
  font-optical-sizing: auto;
  font-weight: 400;
}

em {
  color: var(--gold-bright);
  font-style: italic;
  font-weight: 400;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 16px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
  background: rgba(12, 10, 8, 0.82);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 17px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 34px);
  color: var(--ink-dim);
  font-family: var(--mono);
  font-size: 12px;
  text-transform: uppercase;
}

.nav-links a,
.header-cta,
.text-link,
.site-footer a {
  text-decoration: none;
}

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

.header-cta {
  padding: 12px 16px;
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  color: var(--gold-bright);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
}

.section-shell {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.grain {
  position: relative;
  overflow: hidden;
}

.grain::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 18% 0%, rgba(201, 162, 90, 0.08), transparent 55%),
    radial-gradient(ellipse at 100% 100%, rgba(201, 162, 90, 0.06), transparent 60%),
    radial-gradient(ellipse at 50% 50%, transparent 42%, rgba(0, 0, 0, 0.48) 100%);
}

.grain > * {
  position: relative;
  z-index: 1;
}

.tag,
.eyebrow,
.reality-label,
.source,
.card-label,
.pillar-tag,
.tier-badge,
.cadence,
.fine-print,
.availability {
  font-family: var(--mono);
  text-transform: uppercase;
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  padding: 10px 16px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--gold-bright);
  font-size: 12px;
  font-weight: 500;
}

.tag::before,
.availability::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 12px var(--gold);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.72fr);
  gap: clamp(28px, 5vw, 72px);
  min-height: calc(100svh - 76px);
  padding: clamp(58px, 8vw, 118px) 0 clamp(54px, 7vw, 92px);
  align-items: center;
}

.hero-copy {
  display: grid;
  gap: 34px;
  min-width: 0;
}

.hero h1 {
  max-width: 820px;
  font-size: clamp(62px, 8.4vw, 118px);
  line-height: 0.96;
  letter-spacing: 0;
  font-weight: 300;
  overflow-wrap: break-word;
}

.hero-sub {
  max-width: 620px;
  color: var(--ink-dim);
  font-family: var(--serif);
  font-size: clamp(21px, 2.4vw, 28px);
  font-weight: 300;
  line-height: 1.45;
}

.hero-sub::before {
  content: "";
  display: block;
  width: 64px;
  height: 1px;
  margin-bottom: 24px;
  background: var(--gold);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 18px 26px;
  border: 1px solid rgba(231, 200, 137, 0.32);
  border-radius: 4px;
  background: var(--gold);
  color: var(--bg);
  box-shadow: 0 22px 70px -22px rgba(201, 162, 90, 0.72);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.primary-button:hover {
  transform: translateY(-2px);
  background: var(--gold-bright);
  box-shadow: 0 30px 85px -26px rgba(201, 162, 90, 0.9);
}

.text-link {
  color: var(--ink-dim);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.text-link:hover {
  color: var(--gold-bright);
}

.hero-panel {
  min-width: 0;
  min-height: 590px;
  padding: clamp(34px, 4vw, 52px);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.52)),
    radial-gradient(circle at 40% 25%, rgba(201, 162, 90, 0.2), transparent 50%),
    linear-gradient(135deg, #1a1410 0%, #0a0806 100%);
  box-shadow: 0 42px 120px -60px var(--shadow);
}

.hero-panel::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 28px 0;
  background: var(--line-strong);
}

.reality-label {
  color: var(--gold);
  font-size: 12px;
  font-weight: 600;
}

.stat-number {
  display: flex;
  align-items: flex-start;
  margin-top: 54px;
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: clamp(132px, 14vw, 210px);
  font-weight: 300;
  line-height: 0.8;
}

.stat-number span {
  margin-top: 24px;
  color: var(--gold);
  font-size: clamp(46px, 5vw, 70px);
}

.hero-panel p {
  max-width: 450px;
  margin-top: 26px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(22px, 2vw, 28px);
  font-style: italic;
  font-weight: 300;
  line-height: 1.42;
}

.hero-panel strong {
  color: var(--gold-bright);
  font-style: normal;
  font-weight: 500;
}

.source {
  margin-top: 22px;
  color: var(--ink-mute);
  font-size: 11px;
}

.quiet-band {
  border-block: 1px solid var(--line);
  background: rgba(19, 16, 8, 0.56);
}

.ticker {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 28px;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 20px 0;
  color: var(--ink-mute);
  font-family: var(--mono);
  font-size: 12px;
  text-transform: uppercase;
}

.ticker span {
  display: inline-flex;
  align-items: center;
  gap: 28px;
}

.ticker span:not(:last-child)::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold);
}

.problem-section,
.pillars-section,
.pricing-section {
  padding: clamp(76px, 10vw, 138px) 0;
}

.section-heading {
  max-width: 1040px;
}

.eyebrow {
  margin-bottom: 24px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 600;
}

.section-heading h2,
.split-heading h2 {
  color: var(--ink);
  font-size: clamp(42px, 6vw, 82px);
  line-height: 1.02;
  font-weight: 300;
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 46px;
}

.pain-card,
.tier {
  position: relative;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(201, 162, 90, 0.055), rgba(201, 162, 90, 0.014));
}

.pain-card {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px 30px 30px;
}

.pain-card::before,
.tier::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 58px;
  height: 2px;
  background: var(--gold);
}

.card-kicker {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 25px;
  font-style: italic;
}

.card-kicker span {
  margin-left: 6px;
  color: var(--ink-mute);
  font-family: var(--mono);
  font-size: 11px;
  font-style: normal;
  text-transform: uppercase;
}

.pain-card p {
  margin-top: 34px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(25px, 2.6vw, 32px);
  font-weight: 300;
  line-height: 1.28;
}

.card-label {
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--ink-mute);
  font-size: 11px;
}

.section-line {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 42px;
  color: var(--ink-mute);
  font-family: var(--mono);
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}

.section-line::before,
.section-line::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line);
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.5fr);
  gap: 40px;
  align-items: end;
}

.split-heading p {
  color: var(--ink-dim);
  font-family: var(--serif);
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.45;
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 54px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.pillar {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 24px;
  min-height: 282px;
  padding: clamp(28px, 4vw, 48px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.pillar-index {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 52px;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
}

.pillar-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  margin-bottom: 22px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold-bright);
}

.pillar-icon svg {
  width: 24px;
  height: 24px;
}

.pillar-tag {
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 11px;
}

.pillar h3 {
  color: var(--ink);
  font-size: clamp(29px, 3.2vw, 38px);
  line-height: 1.05;
  font-weight: 400;
}

.pillar p {
  max-width: 460px;
  margin-top: 18px;
  color: var(--ink-dim);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.58;
}

.coach-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
  min-height: 760px;
  border-block: 1px solid var(--line);
  background: linear-gradient(135deg, #18120c 0%, #090705 72%, #17110b 100%);
}

.portrait-panel {
  position: relative;
  min-height: 760px;
  overflow: hidden;
}

.portrait-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: contrast(1.05) brightness(0.9) saturate(0.9);
}

.portrait-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12, 10, 8, 0.08), rgba(12, 10, 8, 0.06) 44%, rgba(12, 10, 8, 0.96)),
    radial-gradient(ellipse at 48% 30%, rgba(201, 162, 90, 0.16), transparent 62%);
}

.portrait-frame {
  position: absolute;
  inset: 40px;
  z-index: 2;
  border: 1px solid rgba(201, 162, 90, 0.32);
  pointer-events: none;
}

.portrait-frame::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(201, 162, 90, 0.14);
}

.portrait-name {
  position: absolute;
  left: clamp(30px, 5vw, 64px);
  right: clamp(30px, 5vw, 64px);
  bottom: clamp(34px, 5vw, 64px);
  z-index: 3;
}

.portrait-name span {
  color: var(--gold);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.portrait-name h2 {
  margin-top: 14px;
  font-size: clamp(58px, 8vw, 96px);
  line-height: 0.94;
  font-weight: 300;
}

.portrait-name p {
  margin-top: 14px;
  color: var(--ink-dim);
  font-family: var(--serif);
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
}

.coach-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 8vw, 96px);
  border-left: 1px solid var(--line);
}

blockquote {
  position: relative;
  margin: 0;
  padding-left: 36px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 54px);
  font-style: italic;
  font-weight: 300;
  line-height: 1.24;
}

blockquote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: var(--gold);
}

.coach-rule {
  margin: 50px 0;
  padding: 26px 0;
  border-block: 1px solid var(--line);
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(26px, 3vw, 34px);
  text-align: center;
}

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

.credential-grid span {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.4;
}

.credential-grid span::before {
  content: "";
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  background: var(--gold);
  transform: rotate(45deg);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 54px;
  border: 1px solid var(--line);
}

.tier {
  display: flex;
  min-height: 520px;
  flex-direction: column;
  padding: clamp(28px, 3vw, 40px);
  border-right: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(201, 162, 90, 0.07), rgba(201, 162, 90, 0.018));
}

.tier:last-child {
  border-right: 0;
}

.tier.featured {
  z-index: 1;
  margin: -1px 0;
  border: 1px solid var(--line-strong);
  background: linear-gradient(180deg, rgba(201, 162, 90, 0.08), rgba(201, 162, 90, 0.02));
}

.tier-badge {
  margin-bottom: 28px;
  color: var(--ink-mute);
  font-size: 11px;
  font-weight: 600;
}

.tier.featured .tier-badge {
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: rgba(201, 162, 90, 0.12);
  color: var(--gold-bright);
}

.tier h3 {
  color: var(--ink);
  font-size: clamp(46px, 5vw, 58px);
  line-height: 1;
  font-weight: 300;
}

.tier.featured h3 {
  color: var(--ink);
  font-style: italic;
}

.price {
  margin-top: 26px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(43px, 4.4vw, 58px);
  line-height: 1;
}

.price span {
  color: var(--ink-mute);
  font-family: var(--sans);
  font-size: 15px;
}

.cadence {
  margin-top: 14px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 600;
}

.tier ul {
  display: grid;
  gap: 14px;
  margin: 32px 0 0;
  padding: 30px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.tier li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 11px;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.45;
}

.tier li::before {
  content: "";
  width: 9px;
  height: 1px;
  margin-top: 11px;
  background: var(--gold);
}

.fine-print {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 28px;
  margin-top: 26px;
  color: var(--ink-mute);
  font-size: 11px;
}

.fine-print span {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.fine-print span:not(:first-child)::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold);
}

.final-cta {
  display: grid;
  justify-items: center;
  gap: 28px;
  padding: clamp(86px, 12vw, 150px) 20px;
  border-top: 1px solid var(--line);
  text-align: center;
}

.application-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: start;
  padding: clamp(78px, 10vw, 132px) max(20px, calc((100vw - var(--max)) / 2));
  border-top: 1px solid var(--line);
  background:
    radial-gradient(ellipse at 16% 18%, rgba(201, 162, 90, 0.1), transparent 46rem),
    rgba(19, 16, 8, 0.44);
}

.application-copy h2 {
  max-width: 540px;
  color: var(--ink);
  font-size: clamp(42px, 5vw, 76px);
  line-height: 1.02;
  font-weight: 300;
}

.application-copy p {
  max-width: 520px;
  margin-top: 28px;
  color: var(--ink-dim);
  font-family: var(--serif);
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.46;
}

.application-note {
  display: grid;
  width: fit-content;
  gap: 8px;
  margin-top: 36px;
  padding: 18px 22px;
  border: 1px solid var(--line);
  color: var(--ink);
}

.application-note span {
  color: var(--ink-mute);
  font-family: var(--mono);
  font-size: 11px;
  text-transform: uppercase;
}

.application-note strong {
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: 26px;
  font-style: italic;
  font-weight: 400;
}

.intake-form {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(201, 162, 90, 0.06), rgba(201, 162, 90, 0.015));
  box-shadow: 0 38px 100px -70px rgba(0, 0, 0, 0.8);
}

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

.intake-form label {
  display: grid;
  gap: 9px;
  color: var(--ink);
}

.intake-form label span {
  color: var(--gold);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.intake-form input,
.intake-form select,
.intake-form textarea {
  width: 100%;
  border: 1px solid rgba(201, 162, 90, 0.24);
  border-radius: 4px;
  background: rgba(12, 10, 8, 0.72);
  color: var(--ink);
  font: 400 16px/1.4 var(--sans);
  outline: none;
}

.intake-form input,
.intake-form select {
  min-height: 52px;
  padding: 0 15px;
}

.intake-form textarea {
  resize: vertical;
  padding: 15px;
}

.intake-form input:focus,
.intake-form select:focus,
.intake-form textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201, 162, 90, 0.12);
}

.checkbox-field {
  display: flex;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 12px;
  padding: 4px 0;
}

.checkbox-field input {
  width: 18px;
  min-height: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--gold);
}

.checkbox-field span {
  color: var(--ink-dim);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
  text-transform: none;
}

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

.form-button {
  width: 100%;
  margin-top: 22px;
  cursor: pointer;
}

.form-contact {
  margin-top: 18px;
  color: var(--ink-mute);
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.form-contact a {
  color: var(--gold-bright);
  text-decoration: none;
}

.form-contact a:hover {
  text-decoration: underline;
}

.hidden-field {
  display: none;
}

.seal {
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold-bright);
}

.seal svg {
  width: 40px;
  height: 40px;
}

.final-cta h2 {
  max-width: 980px;
  font-size: clamp(46px, 7vw, 94px);
  line-height: 1.04;
  font-weight: 300;
}

.final-cta p {
  max-width: 720px;
  color: var(--ink-dim);
  font-family: var(--serif);
  font-size: clamp(22px, 3vw, 30px);
  font-style: italic;
  font-weight: 300;
  line-height: 1.44;
}

.availability {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink-mute);
  font-size: 11px;
  font-weight: 600;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(20px, 4vw, 56px);
  border-top: 1px solid var(--line);
  color: var(--ink-mute);
  font-size: 14px;
}

.site-footer p {
  color: var(--ink-dim);
  font-family: var(--serif);
  font-size: 18px;
  font-style: italic;
}

.success-page {
  display: grid;
  min-height: 100svh;
  place-items: center;
  padding: 32px 20px;
}

.success-page > .brand {
  position: fixed;
  top: 28px;
  left: 32px;
}

.success-card {
  display: grid;
  justify-items: start;
  gap: 26px;
  width: min(760px, 100%);
  padding: clamp(34px, 7vw, 70px);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(201, 162, 90, 0.07), rgba(201, 162, 90, 0.018));
}

.success-card h1 {
  font-size: clamp(54px, 8vw, 104px);
  line-height: 0.95;
  font-weight: 300;
}

.success-card p {
  color: var(--ink-dim);
  font-family: var(--serif);
  font-size: clamp(24px, 3vw, 34px);
  font-style: italic;
  line-height: 1.35;
}

@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

  .hero,
  .coach-section,
  .split-heading,
  .pricing-grid,
  .application-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-panel {
    min-height: 430px;
  }

  .pain-grid,
  .pillar-grid {
    grid-template-columns: 1fr;
  }

  .pillar-grid {
    border-left: 0;
  }

  .pillar {
    border-left: 1px solid var(--line);
  }

  .coach-copy {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .pricing-grid {
    border: 0;
    gap: 18px;
  }

  .tier,
  .tier:last-child {
    border: 1px solid var(--line);
  }

  .tier.featured {
    margin: 0;
  }
}

@media (max-width: 680px) {
  .site-header {
    gap: 12px;
  }

  .brand {
    font-size: 18px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .header-cta {
    display: none;
  }

  .section-shell {
    width: min(100% - 28px, var(--max));
  }

  .hero-actions,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .primary-button,
  .text-link {
    width: 100%;
    text-align: center;
  }

  .text-link {
    padding: 12px 0;
  }

  .pain-card {
    min-height: 300px;
  }

  .section-line {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }

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

  .pillar-index {
    font-size: 42px;
  }

  .portrait-panel {
    min-height: 680px;
  }

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

  .fine-print {
    align-items: center;
    flex-direction: column;
  }

  .fine-print span:not(:first-child)::before {
    display: none;
  }

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

@media (max-width: 480px) {
  .hero {
    padding-top: 56px;
  }

  .hero h1 {
    font-size: 46px;
    line-height: 0.98;
  }

  .hero-sub {
    font-size: 21px;
  }

  .hero-panel {
    min-height: 0;
    padding: 32px;
  }

  .stat-number {
    font-size: 122px;
  }

  .stat-number span {
    font-size: 42px;
  }

  .hero-panel p {
    font-size: 23px;
    overflow-wrap: break-word;
  }

  .ticker {
    justify-content: flex-start;
  }
}
