@import url('https://fonts.googleapis.com/css2?family=Literata:opsz,wght@7..72,500;7..72,600&family=Onest:wght@400;500;600;700&display=swap');

:root {
  --ink: #252733;
  --muted: #626471;
  --paper: #f8f1e7;
  --paper-2: #eee1d0;
  --surface: #fffdf9;
  --line: #d9d0c3;
  --primary: #673f78;
  --primary-deep: #43284f;
  --accent: #d28218;
  --accent-soft: #f4d7a6;
  --sage: #7f8a76;
  --focus: #1d5ba6;
  --success: #2d6a4f;
  --error: #9b2c2c;
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 36px;
  --shadow: 0 24px 70px rgba(67, 40, 79, .16);
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Onest", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { touch-action: manipulation; }

.skip-link {
  position: fixed;
  z-index: 1000;
  left: 16px;
  top: 12px;
  transform: translateY(-160%);
  padding: 12px 16px;
  border-radius: 10px;
  color: #fff;
  background: var(--primary-deep);
}
.skip-link:focus { transform: translateY(0); }

.shell { width: var(--shell); margin-inline: auto; }
.narrow { max-width: 960px; }
.section { padding: 112px 0; }
.eyebrow {
  margin: 0 0 18px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.3;
  text-transform: uppercase;
}
h1, h2, h3, blockquote {
  margin-top: 0;
  font-family: "Literata", Georgia, serif;
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: 1.06;
}
h1 { max-width: 760px; margin-bottom: 28px; font-size: clamp(50px, 7.2vw, 98px); }
h2 { margin-bottom: 24px; font-size: clamp(38px, 4.8vw, 64px); }
h3 { margin-bottom: 12px; font-size: 24px; line-height: 1.2; }
p { margin-top: 0; }
.section-heading { max-width: 780px; margin-bottom: 56px; }
.section-heading > p:last-child { color: var(--muted); font-size: 19px; }

.site-header {
  position: absolute;
  z-index: 50;
  inset: 0 0 auto;
  padding: 24px 0;
}
.header-inner, .footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}
.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(81, 67, 92, .28);
  border-radius: 50%;
  color: var(--primary);
  font-family: "Literata", Georgia, serif;
  font-size: 14px;
}
.header-cta {
  display: inline-grid;
  min-height: 48px;
  padding: 0 22px;
  place-items: center;
  border: 1px solid var(--primary);
  border-radius: 999px;
  color: var(--primary);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}
.header-cta:hover { color: #fff; background: var(--primary); }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 900px;
  padding: 150px 0 92px;
  background:
    radial-gradient(circle at 8% 18%, rgba(210, 130, 24, .23), transparent 28%),
    radial-gradient(circle at 78% 58%, rgba(103, 63, 120, .20), transparent 32%),
    var(--paper);
}
.hero::after {
  content: "";
  position: absolute;
  width: 440px;
  height: 440px;
  right: -160px;
  top: 34px;
  border: 1px solid rgba(81, 67, 92, .16);
  border-radius: 50%;
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr);
  gap: 64px;
  align-items: start;
}
.lead { max-width: 690px; color: #494b55; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 18px 26px; align-items: center; margin-top: 40px; }
.button {
  display: inline-grid;
  min-height: 56px;
  padding: 15px 28px;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 650;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--primary); box-shadow: 0 12px 30px rgba(81, 67, 92, .22); }
.button-primary:hover { background: var(--primary-deep); box-shadow: 0 16px 34px rgba(81, 67, 92, .28); }
.button-secondary { border-color: var(--primary); color: var(--primary); background: transparent; }
.button-secondary:hover { color: #fff; background: var(--primary); }
.text-link { min-height: 48px; padding: 12px 0; color: var(--primary); font-weight: 600; text-underline-offset: 5px; }
.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 54px 0 0;
  padding: 0;
  list-style: none;
}
.hero-facts li { padding-top: 17px; border-top: 1px solid var(--line); }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { color: var(--primary); font-size: 18px; }
.hero-facts span { margin-top: 3px; color: var(--muted); font-size: 13px; line-height: 1.4; }
.portrait-wrap { position: relative; }
.portrait-wrap::before {
  content: "";
  position: absolute;
  inset: -18px 18px 18px -18px;
  z-index: -1;
  border: 1px solid rgba(169, 120, 75, .44);
  border-radius: 48% 48% 30% 30%;
}
.portrait-wrap img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: 72% center; border-radius: 48% 48% 30% 30%; box-shadow: var(--shadow); }
.portrait-note {
  position: absolute;
  right: -28px;
  bottom: 54px;
  max-width: 240px;
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 18px;
  background: rgba(255, 253, 249, .88);
  box-shadow: 0 12px 32px rgba(49, 40, 56, .12);
  backdrop-filter: blur(12px);
}
.portrait-note span, .portrait-note strong { display: block; }
.portrait-note span { color: var(--accent); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.portrait-note strong { margin-top: 6px; font-family: "Literata", Georgia, serif; line-height: 1.25; }

.recognition { background: var(--surface); }
.recognition-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 58px; background: var(--line); border: 1px solid var(--line); }
.recognition-grid article { min-height: 210px; padding: 32px; background: var(--surface); }
.recognition-grid span, .outcome-card > span { color: var(--accent); font-size: 13px; font-weight: 700; letter-spacing: .1em; }
.recognition-grid p { margin: 30px 0 0; font-size: 20px; line-height: 1.48; }

.story { background: var(--paper-2); }
.story-grid, .about-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 84px; align-items: center; }
.story-image img, .about-image img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.story-copy blockquote { margin-bottom: 34px; color: var(--primary); font-size: clamp(34px, 4vw, 58px); }
.story-copy p { max-width: 660px; color: #4f5058; font-size: 18px; }

.outcomes { background: var(--surface); }
.outcome-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.outcome-card { grid-column: span 3; min-height: 290px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.outcome-card h3 { margin-top: 52px; }
.outcome-card p { color: var(--muted); }
.outcome-wide { grid-column: span 12; display: grid; grid-template-columns: 60px 1fr 1.35fr; min-height: 0; align-items: center; gap: 24px; background: var(--primary); color: #fff; }
.outcome-wide > span { color: var(--accent-soft); }
.outcome-wide h3, .outcome-wide p { margin: 0; }
.outcome-wide p { color: rgba(255,255,255,.82); }

.program { background: var(--paper); }
.program-heading { display: grid; max-width: none; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; }
.days { border-top: 1px solid var(--line); }
.day { display: grid; grid-template-columns: 96px 1fr; gap: 28px; padding: 38px 0; border-bottom: 1px solid var(--line); }
.day-number { color: var(--accent); font-family: "Literata", Georgia, serif; font-size: 28px; }
.day > div { display: grid; grid-template-columns: minmax(280px, .9fr) 1.25fr minmax(250px, .85fr); gap: 34px; align-items: start; }
.day h3, .day p, .day strong { margin: 0; }
.day p { color: var(--muted); }
.day strong { color: var(--primary); font-size: 15px; line-height: 1.5; }

.format { color: #fff; background: var(--primary); }
.format .eyebrow { color: var(--accent-soft); }
.format-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.format-list { margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.22); list-style: none; }
.format-list li { display: grid; grid-template-columns: 130px 1fr; gap: 30px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.format-list span { color: var(--accent-soft); font-weight: 650; }
.format-list p { margin: 0; color: rgba(255,255,255,.82); }

.pricing { background: var(--surface); }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.price-card { display: flex; flex-direction: column; min-height: 610px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.price-card.featured { border-color: transparent; color: #fff; background: var(--primary); box-shadow: var(--shadow); }
.price-label { margin-bottom: 12px; color: var(--accent); font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.featured .price-label { color: var(--accent-soft); }
.price { margin: 22px 0 28px; font-family: "Literata", Georgia, serif; font-size: clamp(38px, 4vw, 54px); font-weight: 600; letter-spacing: -.04em; line-height: 1; font-variant-numeric: tabular-nums; }
.price span { font-size: .58em; }
.price-card ul { flex: 1; margin: 0 0 30px; padding: 0; list-style: none; }
.price-card li { position: relative; padding: 11px 0 11px 25px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 15px; }
.price-card li::before { content: ""; position: absolute; left: 2px; top: 19px; width: 8px; height: 8px; border: 1px solid var(--accent); border-radius: 50%; }
.featured li { border-color: rgba(255,255,255,.17); color: rgba(255,255,255,.84); }
.featured .button-primary { color: var(--primary); background: #fff; }

.about { background: var(--paper-2); }
.about-grid { grid-template-columns: 1.08fr .92fr; }
.about-copy { max-width: 650px; }
.about-lead { color: var(--primary); font-size: 23px; }
.about-copy p:not(.eyebrow) { font-size: 18px; }

.faq { background: var(--surface); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 27px 48px 27px 0; cursor: pointer; font-weight: 650; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 8px; top: 20px; color: var(--accent); font-family: "Literata", Georgia, serif; font-size: 30px; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { max-width: 690px; padding: 0 44px 24px 0; color: var(--muted); }

.application { color: #fff; background: var(--primary-deep); }
.application .eyebrow { color: var(--accent-soft); }
.application-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.application-copy { position: sticky; top: 40px; }
.application-copy p:last-child { max-width: 560px; color: rgba(255,255,255,.76); font-size: 19px; }
.lead-form { padding: 38px; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); background: rgba(255,255,255,.07); }
.field { margin-bottom: 20px; }
.field label { display: block; margin-bottom: 8px; color: rgba(255,255,255,.86); font-size: 14px; font-weight: 600; }
.field label span { color: rgba(255,255,255,.58); font-weight: 400; }
.field input, .field select, .field textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 12px;
  color: #fff;
  background: rgba(255,255,255,.08);
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.field textarea { resize: vertical; }
.field select option { color: var(--ink); background: #fff; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: #fff; box-shadow: 0 0 0 3px rgba(255,255,255,.15); }
.field [aria-invalid="true"] { border-color: #ffb4b4; }
.consent { display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: start; margin: 8px 0 25px; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.5; }
.consent input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--accent); }
.consent a { text-underline-offset: 3px; }
.submit-button { width: 100%; color: var(--primary-deep); background: #fff; box-shadow: none; }
.submit-button:hover { background: var(--accent-soft); }
.submit-button[disabled] { cursor: wait; opacity: .68; transform: none; }
.form-status { min-height: 24px; margin: 14px 0 0; font-size: 14px; }
.form-status.success { color: #ccebdc; }
.form-status.error { color: #ffd0d0; }

.site-footer { padding: 32px 0; color: var(--muted); background: var(--paper); font-size: 13px; }
.footer-inner p { margin: 0; }
.footer-inner a { min-height: 44px; padding: 10px 0; text-underline-offset: 4px; }

:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .section { padding: 88px 0; }
  .hero { min-height: 0; }
  .hero-grid, .story-grid, .about-grid, .format-grid, .faq-grid, .application-grid { grid-template-columns: 1fr; gap: 58px; }
  .hero-grid { grid-template-columns: 1fr .72fr; gap: 34px; }
  .portrait-note { right: -8px; bottom: 28px; }
  .outcome-card { grid-column: span 6; }
  .outcome-wide { grid-column: span 12; }
  .program-heading { grid-template-columns: 1fr; gap: 10px; }
  .day > div { grid-template-columns: 1fr 1.3fr; }
  .day strong { grid-column: 2; }
  .price-grid { grid-template-columns: 1fr; max-width: 720px; }
  .price-card { min-height: 0; }
  .about-image { grid-row: 1; max-width: 620px; }
  .application-copy { position: static; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 30px, 680px); }
  body { font-size: 16px; }
  .section { padding: 72px 0; }
  .site-header { padding: 15px 0; }
  .brand span:last-child { display: none; }
  .header-cta { min-height: 44px; padding-inline: 17px; }
  .hero { padding: 116px 0 68px; }
  .hero-grid { display: flex; flex-direction: column; align-items: stretch; }
  .hero-copy { order: 1; }
  .hero-visual { order: 2; margin-top: 20px; }
  h1 { font-size: clamp(46px, 14vw, 70px); }
  h2 { font-size: clamp(34px, 10vw, 48px); }
  .lead { font-size: 18px; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .text-link { width: 100%; text-align: center; }
  .hero-facts { gap: 8px; margin-top: 40px; }
  .hero-facts strong { font-size: 16px; }
  .portrait-wrap { width: min(100%, 520px); margin-inline: auto; }
  .portrait-wrap::before { inset: -10px 10px 10px -10px; }
  .portrait-note { right: 10px; bottom: 18px; max-width: 210px; padding: 16px; }
  .recognition-grid { grid-template-columns: 1fr; }
  .recognition-grid article { min-height: 0; padding: 25px; }
  .recognition-grid p { margin-top: 22px; font-size: 18px; }
  .story-grid, .about-grid { gap: 42px; }
  .story-image, .about-image { width: min(100%, 520px); }
  .story-copy blockquote { font-size: 36px; }
  .outcome-grid { grid-template-columns: 1fr; }
  .outcome-card, .outcome-wide { grid-column: auto; min-height: 0; }
  .outcome-card { padding: 26px; }
  .outcome-card h3 { margin-top: 34px; }
  .outcome-wide { display: block; }
  .outcome-wide h3 { margin: 32px 0 12px; }
  .day { grid-template-columns: 56px 1fr; gap: 14px; padding: 30px 0; }
  .day > div { display: block; }
  .day h3 { font-size: 22px; }
  .day p { margin: 14px 0; }
  .format-grid { gap: 26px; }
  .format-list li { grid-template-columns: 1fr; gap: 6px; }
  .price-card { padding: 28px; }
  .faq-grid { gap: 24px; }
  .application-grid { gap: 34px; }
  .lead-form { padding: 24px 20px; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 2px; }
}

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

@media print {
  .site-header, .hero-actions, .application { display: none; }
  body { background: #fff; }
  .section { padding: 36px 0; break-inside: avoid; }
}
