:root {
  --ink: #201c1a;
  --ink-soft: #554c47;
  --cream: #f7f2eb;
  --paper: #fffdf9;
  --sand: #e9dfd3;
  --brand-blue: #819ba7;
  --brand-blue-dark: #607985;
  --rose: #819ba7;
  --rose-dark: #607985;
  --gold: #cba552;
  --academy-yellow: #ead318;
  --mfa: #7b4738;
  --sage: #7f8a78;
  --night: #25201f;
  --line: rgba(32, 28, 26, 0.14);
  --shadow: 0 24px 70px rgba(62, 45, 38, 0.11);
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px clamp(22px, 5vw, 72px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-logo {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 5px 16px rgba(39, 51, 56, .14);
}
.brand > span:last-child { display: flex; flex-direction: column; }
.brand strong { font: 600 16px/1 var(--sans); letter-spacing: .02em; }
.brand small { margin-top: 4px; font-size: 8px; line-height: 1; letter-spacing: .22em; text-transform: uppercase; }
.header-link { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; border-bottom: 1px solid currentColor; padding-bottom: 4px; }
.header-nav { display: flex; align-items: center; gap: 22px; }
.header-service-link {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 17px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 253, 249, .45);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: color .25s ease, background .25s ease, transform .25s ease;
}
.header-service-link:hover { color: white; background: var(--night); transform: translateY(-1px); }

.hero {
  position: relative;
  min-height: min(900px, 100svh);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 136px 24px 64px;
  text-align: center;
  background:
    radial-gradient(circle at 84% 10%, rgba(129, 155, 167, .2), transparent 25%),
    radial-gradient(circle at 8% 85%, rgba(183, 154, 102, .13), transparent 23%),
    var(--cream);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .34;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.055'/%3E%3C/svg%3E");
}
.hero > *:not(.hero-orbit) { position: relative; z-index: 1; }
.hero-orbit { position: absolute; border: 1px solid rgba(129, 155, 167, .34); border-radius: 50%; }
.orbit-one { width: 480px; height: 480px; top: -265px; right: -160px; }
.orbit-two { width: 290px; height: 290px; bottom: -175px; left: -90px; }
.eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--rose-dark); }
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 950px;
  margin: 26px auto 26px;
  font: 400 clamp(48px, 6.8vw, 94px)/.98 var(--serif);
  letter-spacing: -.04em;
}
h1 em { color: var(--rose-dark); font-weight: 400; }
.hero-copy { max-width: 660px; margin-bottom: 36px; color: var(--ink-soft); font-size: clamp(16px, 1.5vw, 19px); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.button {
  min-height: 54px;
  border: 0;
  border-radius: 999px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  cursor: pointer;
  font-weight: 700;
  font-size: 13px;
  transition: transform .25s ease, background .25s ease, color .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--night); box-shadow: 0 14px 30px rgba(32, 28, 26, .18); }
.button-primary:hover { background: var(--rose-dark); }
.button-ghost { border: 1px solid var(--line); background: rgba(255,255,255,.25); }
.path-preview { width: min(680px, 84vw); margin-top: clamp(62px, 8vh, 100px); position: relative; display: grid; grid-template-columns: repeat(4, 1fr); }
.path-format-label { position: absolute; left: 0; right: 0; top: -34px; color: var(--brand-blue-dark); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.path-preview .path-line { position: absolute; left: 8%; right: 8%; top: 9px; height: 1px; background: linear-gradient(90deg, var(--sand), var(--rose), var(--gold), var(--sage)); }
.path-preview div { z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.path-preview b { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; color: transparent; background: var(--cream); border: 5px solid #b28b2d; box-shadow: 0 0 0 4px var(--cream); }
.path-preview div:nth-of-type(2) b { border-color: var(--brand-blue); }
.path-preview div:nth-of-type(3) b { border-color: var(--mfa); }
.path-preview div:nth-of-type(4) b { border-color: var(--gold); }
.path-preview small { color: var(--ink-soft); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.diagnostic { padding: clamp(80px, 10vw, 140px) 22px; background: var(--paper); }
.section-heading { max-width: 720px; margin: 0 auto 44px; text-align: center; }
.section-heading h2 { margin: 16px 0 14px; font: 400 clamp(39px, 5vw, 64px)/1.05 var(--serif); letter-spacing: -.035em; }
.section-heading p { color: var(--ink-soft); line-height: 1.65; }
.quiz-shell {
  width: min(810px, 100%);
  min-height: 510px;
  margin: 0 auto;
  padding: clamp(26px, 5vw, 58px);
  border: 1px solid rgba(183, 125, 118, .22);
  border-radius: 4px;
  background: #fff;
  box-shadow: var(--shadow);
}
.quiz-topline { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: center; margin-bottom: 42px; color: var(--ink-soft); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.progress-track { height: 2px; background: var(--sand); }
.progress-track span { display: block; width: 33.333%; height: 100%; background: var(--rose); transition: width .4s ease; }
.quiz-question { margin-bottom: 26px; font: 400 clamp(30px, 4vw, 44px)/1.12 var(--serif); letter-spacing: -.025em; }
.quiz-options { display: grid; gap: 10px; }
.quiz-option {
  width: 100%;
  display: grid;
  grid-template-columns: 34px 1fr 20px;
  align-items: center;
  gap: 14px;
  min-height: 62px;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 2px;
  color: var(--ink);
  background: var(--paper);
  text-align: left;
  cursor: pointer;
  transition: border .2s ease, background .2s ease, transform .2s ease;
}
.quiz-option:hover, .quiz-option:focus-visible { outline: none; border-color: var(--rose); background: #fbf6f3; transform: translateX(3px); }
.option-letter { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; border: 1px solid var(--line); color: var(--rose-dark); font: italic 15px var(--serif); }
.option-text { font-size: 14px; line-height: 1.45; }
.option-arrow { color: var(--rose); }
.result { display: grid; grid-template-columns: 184px 1fr; gap: 32px; align-items: start; animation: result-in .5s ease both; }
@keyframes result-in { from { opacity: 0; transform: translateY(10px); } }
.result-visual { overflow: hidden; aspect-ratio: 1; border-radius: 2px; background: var(--cream); box-shadow: 0 16px 38px rgba(42, 34, 30, .12); }
.result-visual img { width: 100%; height: 100%; display: block; object-fit: cover; }
.result-ebook .result-visual { aspect-ratio: .64; }
.result-ebook .result-visual img { object-position: top; }
.result-kicker { color: var(--rose-dark); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.result h3 { margin: 12px 0 14px; font: 400 clamp(34px, 5vw, 54px)/1 var(--serif); }
.result-lead { max-width: 650px; color: var(--ink-soft); font-size: 17px; line-height: 1.65; }
.result-reasons { display: grid; gap: 10px; padding: 20px 0 24px; border-top: 1px solid var(--line); }
.result-reasons span { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; line-height: 1.5; }
.result-reasons span::before { content: "✦"; color: var(--gold); }
.result-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.result-reset { border: 0; background: none; color: var(--ink-soft); cursor: pointer; font-size: 12px; text-decoration: underline; text-underline-offset: 4px; }

.journey { padding: clamp(90px, 11vw, 150px) max(22px, calc((100vw - 1180px) / 2)); background: var(--cream); }
.section-heading-left { margin-left: 0; text-align: left; }
.journey-grid { border-top: 1px solid var(--line); }
.program-card {
  --accent: var(--rose);
  display: grid;
  grid-template-columns: minmax(76px, 120px) minmax(170px, 230px) 1fr;
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  padding: clamp(36px, 5vw, 68px) 0;
  border-bottom: 1px solid var(--line);
}
.card-ebook { --accent: #b28b2d; }
.card-afi { --accent: var(--brand-blue-dark); }
.card-mfa { --accent: var(--mfa); }
.card-masters { --accent: #bd8a35; }
.program-number { color: var(--accent); font: italic clamp(44px, 6vw, 78px)/.9 var(--serif); opacity: .85; }
.program-visual {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 2px;
  background: white;
  box-shadow: 0 20px 46px rgba(42, 34, 30, .12);
  transition: transform .35s ease, box-shadow .35s ease;
}
.program-card:hover .program-visual { transform: translateY(-5px) rotate(-.5deg); box-shadow: 0 27px 58px rgba(42, 34, 30, .17); }
.program-visual img { width: 100%; height: 100%; display: block; object-fit: cover; }
.program-visual.visual-portrait img { object-position: top center; }
.program-copy { max-width: 740px; }
.program-labels { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 14px; }
.program-stage { display: inline-flex; padding: 7px 11px; border: 1px solid color-mix(in srgb, var(--accent), transparent 40%); border-radius: 999px; color: var(--accent); font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.delivery-badge { display: inline-flex; align-items: center; gap: 6px; padding: 7px 11px; border-radius: 999px; color: white; background: var(--night); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.delivery-badge::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--brand-blue); }
.program-copy h3 { margin-bottom: 13px; font: 400 clamp(30px, 4vw, 49px)/1.03 var(--serif); letter-spacing: -.03em; }
.program-copy p { max-width: 650px; color: var(--ink-soft); line-height: 1.65; }
.program-copy .transformation { color: var(--ink); font-size: 17px; font-weight: 600; }
.text-link { padding: 5px 0; border: 0; border-bottom: 1px solid var(--accent); color: var(--ink); background: none; cursor: pointer; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.text-link span { margin-left: 8px; color: var(--accent); }
.personal-note { margin-top: 68px; display: grid; grid-template-columns: 70px 1fr; gap: 25px; align-items: start; max-width: 900px; }
.monogram { display: grid; place-items: center; width: 66px; height: 66px; border: 1px solid var(--rose); border-radius: 50%; color: var(--rose-dark); font: italic 21px var(--serif); }
.personal-note p { margin-bottom: 14px; font: italic 400 clamp(22px, 3vw, 31px)/1.35 var(--serif); }
.personal-note div > span { color: var(--ink-soft); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }

.experience-section { padding: clamp(70px, 9vw, 120px) max(22px, calc((100vw - 1180px) / 2)); background: var(--paper); }
.format-intro { display: grid; grid-template-columns: minmax(220px, .65fr) minmax(300px, 1fr); gap: 14px clamp(36px, 7vw, 96px); align-items: end; margin-bottom: clamp(36px, 5vw, 58px); padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.format-marker { grid-row: 1 / span 2; align-self: start; display: inline-flex; width: max-content; padding: 10px 14px; border-radius: 999px; color: white; background: var(--mfa); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.format-intro h2 { margin: 0; font: 400 clamp(38px, 5vw, 62px)/1.03 var(--serif); letter-spacing: -.035em; }
.format-intro p { max-width: 720px; margin: 0; color: var(--ink-soft); font-size: 16px; line-height: 1.7; }
.experience-card {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1.35fr);
  min-height: 520px;
  overflow: hidden;
  color: white;
  background: #2a2321;
  box-shadow: 0 30px 80px rgba(42, 35, 33, .18);
}
.experience-visual {
  position: relative;
  overflow: hidden;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 42px;
  color: var(--mfa);
  background:
    radial-gradient(circle at 50% 28%, rgba(203, 165, 82, .16), transparent 31%),
    var(--cream);
}
.experience-visual::after {
  content: "";
  position: absolute;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(123, 71, 56, .18);
  border-radius: 50%;
}
.experience-visual img { position: relative; z-index: 1; width: min(320px, 90%); aspect-ratio: 1; object-fit: cover; box-shadow: 0 18px 45px rgba(65, 43, 36, .14); }
.experience-visual > span,
.experience-visual > small { position: relative; z-index: 1; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.experience-visual > span { font-size: 11px; }
.experience-visual > small { font-size: 9px; }
.experience-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 6vw, 78px); }
.experience-copy .eyebrow { color: #d6b26b; }
.experience-copy h2 { max-width: 690px; margin: 18px 0 22px; font: 400 clamp(40px, 5vw, 65px)/1.02 var(--serif); letter-spacing: -.035em; }
.experience-copy > p { max-width: 680px; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.7; }
.experience-copy > p.experience-complement { margin: 2px 0 24px; padding-left: 18px; border-left: 1px solid rgba(214, 178, 107, .6); color: rgba(255,255,255,.9); }
.experience-points { display: flex; flex-wrap: wrap; gap: 8px; margin: 10px 0 30px; }
.experience-points span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.86); font-size: 11px; }
.experience-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.experience-actions > small { color: rgba(255,255,255,.48); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }

.final-cta { padding: clamp(88px, 12vw, 150px) 24px; color: white; text-align: center; background: var(--night); }
.final-cta .eyebrow { color: #d7b8b3; }
.final-cta h2 { margin: 18px 0; font: 400 clamp(40px, 5.5vw, 70px)/1.02 var(--serif); letter-spacing: -.035em; }
.final-cta p { max-width: 600px; margin: 0 auto 30px; color: rgba(255,255,255,.7); line-height: 1.7; }
.button-light { color: var(--ink); background: var(--cream); }
.button-light:hover { color: white; background: var(--rose-dark); }
.celebration-gateway { padding: clamp(70px, 9vw, 110px) max(22px, calc((100vw - 1180px) / 2)); background: var(--cream); }
.celebration-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(32px, 6vw, 82px);
  align-items: center;
  padding: clamp(34px, 5vw, 62px) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.celebration-brandline { display: flex; align-items: center; gap: 16px; }
.celebration-logo { display: block; width: 68px; height: 68px; flex: 0 0 auto; border-radius: 50%; object-fit: cover; box-shadow: 0 12px 28px rgba(39, 51, 56, .15); }
.celebration-inner h2 { max-width: 720px; margin: 16px 0 14px; font: 400 clamp(38px, 5vw, 62px)/1.03 var(--serif); letter-spacing: -.035em; }
.celebration-inner p { max-width: 700px; margin-bottom: 0; color: var(--ink-soft); font-size: 16px; line-height: 1.7; }
.celebration-inner > .button { max-width: 310px; }
footer { display: grid; grid-template-columns: 1fr 1fr auto; gap: 30px; align-items: center; padding: 34px clamp(22px, 5vw, 72px); color: rgba(255,255,255,.78); background: #191615; }
footer p { margin: 0; max-width: 460px; font-size: 12px; line-height: 1.5; }
footer > small { font-size: 9px; letter-spacing: .06em; }
.footer-brand { color: white; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 24px; max-width: calc(100vw - 32px); transform: translate(-50%, 20px); padding: 13px 18px; border-radius: 999px; color: white; background: var(--night); box-shadow: var(--shadow); font-size: 12px; opacity: 0; pointer-events: none; transition: opacity .25s ease, transform .25s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 720px) {
  .site-header { padding: 18px 18px; }
  .header-link { display: none; }
  .header-nav { gap: 0; }
  .header-service-link { min-height: 36px; padding-inline: 13px; font-size: 9px; }
  .brand-logo { width: 34px; height: 34px; }
  .hero { min-height: 100svh; padding: 112px 18px 42px; justify-content: center; }
  h1 { font-size: clamp(47px, 14vw, 66px); }
  .hero-copy { font-size: 15px; line-height: 1.6; }
  .hero-actions { width: 100%; }
  .hero-actions .button { width: 100%; }
  .path-preview { width: 100%; margin-top: 58px; }
  .path-preview small { font-size: 8px; }
  .diagnostic { padding-inline: 14px; }
  .section-heading { padding-inline: 8px; }
  .quiz-shell { min-height: 545px; padding: 26px 18px; }
  .quiz-topline { grid-template-columns: 1fr; gap: 10px; margin-bottom: 30px; }
  .quiz-question { font-size: 31px; }
  .quiz-option { grid-template-columns: 31px 1fr 14px; gap: 10px; padding: 10px 12px; }
  .result { grid-template-columns: 92px 1fr; gap: 16px; }
  .result-visual { position: sticky; top: 16px; }
  .result h3 { font-size: 30px; }
  .result-lead { font-size: 15px; }
  .result-actions { grid-column: 1 / -1; }
  .result-actions .button { width: 100%; }
  .result-reset { width: 100%; padding: 10px; }
  .journey { padding-inline: 22px; }
  .program-card { grid-template-columns: 54px 1fr; gap: 14px 18px; align-items: start; }
  .program-number { font-size: 47px; }
  .program-visual { grid-column: 2; max-width: 250px; margin-bottom: 12px; }
  .program-copy { grid-column: 1 / -1; }
  .personal-note { grid-template-columns: 48px 1fr; gap: 16px; }
  .monogram { width: 46px; height: 46px; font-size: 15px; }
  .experience-section { padding-inline: 14px; }
  .format-intro { grid-template-columns: 1fr; align-items: start; padding-inline: 8px; }
  .format-marker { grid-row: auto; }
  .format-intro h2 { font-size: 42px; }
  .experience-card { grid-template-columns: 1fr; }
  .experience-visual { min-height: 330px; padding: 34px 24px; }
  .experience-visual::after { width: 270px; height: 270px; }
  .experience-visual img { width: min(260px, 88%); }
  .experience-copy { padding: 40px 24px 46px; }
  .experience-copy h2 { font-size: 42px; }
  .experience-actions .button { width: 100%; }
  .experience-actions > small { width: 100%; text-align: center; }
  .celebration-gateway { padding-inline: 22px; }
  .celebration-inner { grid-template-columns: 1fr; }
  .celebration-logo { width: 58px; height: 58px; }
  .celebration-inner > .button { width: 100%; max-width: none; }
  footer { grid-template-columns: 1fr; text-align: left; }
}

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