:root {
  --ink: #1b1918;
  --muted: #6f6864;
  --paper: #fbfaf8;
  --cream: #f3eee8;
  --rose: #c44170;
  --rose-dark: #983052;
  --blush: #f5dce4;
  --line: rgba(27, 25, 24, .13);
  --serif: Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
header, main, footer, button, input, textarea, select { font-family: var(--serif); }
img { width: 100%; display: block; }
a { color: inherit; }

.nav-shell {
  max-width: 1240px;
  height: 88px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 600; letter-spacing: -.02em; }
.brand-mark {
  width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center;
  color: white; background: var(--rose); font-family: var(--serif); font-size: 21px; font-style: italic;
}
.nav-cta { text-decoration: none; padding: 11px 20px; border: 1px solid var(--ink); border-radius: 100px; font-size: 15px; font-weight: 600; }

.hero {
  min-height: calc(100vh - 88px);
  max-width: 1240px;
  margin: 0 auto;
  padding: 58px 28px 90px;
  display: grid;
  grid-template-columns: 1.03fr .87fr;
  gap: clamp(42px, 7vw, 96px);
  align-items: center;
}
.eyebrow { margin: 0 0 18px; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 600; color: var(--rose-dark); }
.eyebrow.light { color: #f1a8bf; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.035em; line-height: 1.08; margin: 0; }
h1 { font-size: clamp(48px, 6.2vw, 82px); max-width: 740px; }
h1 em, h2 em { color: var(--rose); font-weight: 500; }
h2 { font-size: clamp(38px, 4.2vw, 60px); }
h3 { font-size: 20px; line-height: 1.25; letter-spacing: -.02em; margin: 0 0 12px; }
p { margin-top: 0; }
.hero-text {
  max-width: 650px;
  color: var(--muted);
  font-family: var(--serif);
  font-size: clamp(19px, 2vw, 22px);
  line-height: 1.55;
  margin: 28px 0 34px;
}
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 54px; padding: 14px 25px; border-radius: 4px; text-decoration: none; font-weight: 600; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--rose); color: white; box-shadow: 0 12px 28px rgba(152,48,82,.18); }
.button-primary:hover { background: var(--rose-dark); }
.text-link { text-decoration: none; font-weight: 600; border-bottom: 1px solid var(--ink); }
.trust-line { display: flex; gap: 24px; margin-top: 44px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; line-height: 1.35; }
.trust-line span { flex: 1; }
.trust-line b { display: block; color: var(--ink); font-family: var(--serif); font-size: 25px; }
.hero-visual { position: relative; max-width: 510px; justify-self: end; }
.portrait-frame { position: relative; overflow: hidden; border-radius: 48% 48% 8px 8px; background: var(--cream); }
.portrait-frame::before { content: ""; position: absolute; inset: 16px; border: 1px solid rgba(255,255,255,.65); border-radius: 48% 48% 4px 4px; z-index: 1; pointer-events: none; }
.portrait-frame img { aspect-ratio: 4/5; object-fit: cover; }
.signature-card { position: absolute; left: -42px; bottom: 42px; background: rgba(255,255,255,.94); backdrop-filter: blur(12px); padding: 17px 22px; box-shadow: 0 18px 50px rgba(37,29,26,.16); border-left: 3px solid var(--rose); }
.signature-card span { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); }
.signature-card strong { font-family: var(--serif); font-size: 20px; }

.section-pad { padding: 120px max(28px, calc((100vw - 1184px)/2)); }
.intro { background: white; }
.intro > h2 { max-width: 900px; }
.intro-title span, .intro-title em { display: block; }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; margin-top: 58px; }
.lead { font-family: var(--serif); font-size: 25px; line-height: 1.48; }
.thoughts { border-top: 1px solid var(--line); }
.thoughts p { margin: 0; padding: 17px 0; border-bottom: 1px solid var(--line); color: var(--muted); }

.closing-explained { background: var(--blush); display: grid; grid-template-columns: .8fr 1.15fr; gap: 95px; align-items: center; }
.closing-visual { margin: 0; }
.closing-visual img { aspect-ratio: 3/4; object-fit: cover; border-radius: 220px 220px 8px 8px; }
.closing-visual figcaption { margin-top: 14px; color: var(--muted); font-size: 13px; text-align: center; }
.closing-content h2 { max-width: 740px; margin-bottom: 30px; }
.closing-content > p:not(.eyebrow) { max-width: 740px; color: var(--muted); }
.closing-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 32px; }
.closing-benefits span { position: relative; padding: 15px 16px 15px 40px; background: rgba(255,255,255,.72); font-size: 14px; font-weight: 600; }
.closing-benefits span::before { content: "✓"; position: absolute; left: 16px; color: var(--rose-dark); }

.quiz { background: white; }
.quiz-intro { display: grid; grid-template-columns: 1.08fr .72fr; gap: 100px; align-items: center; }
.quiz-copy h2 { max-width: 720px; }
.quiz-copy .lead { max-width: 690px; margin: 28px 0 18px; }
.quiz-copy > p:not(.eyebrow):not(.lead) { max-width: 660px; color: var(--muted); }
.quiz-start { margin-top: 18px; border: 0; cursor: pointer; font-size: 16px; }
.quiz-visual { margin: 0; max-width: 455px; justify-self: end; }
.quiz-visual img { aspect-ratio: 3/4; object-fit: cover; object-position: center 30%; border-radius: 220px 220px 8px 8px; }
.quiz-panel, .quiz-result { max-width: 900px; margin: 0 auto; padding: 52px; background: var(--cream); border-top: 4px solid var(--rose); box-shadow: 0 24px 70px rgba(27,25,24,.09); }
.quiz-progress-wrap { margin-bottom: 45px; }
.quiz-progress-text { display: block; margin-bottom: 11px; color: var(--muted); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.quiz-progress { height: 4px; overflow: hidden; background: rgba(27,25,24,.12); }
.quiz-progress span { display: block; width: 0; height: 100%; background: var(--rose); transition: width .3s ease; }
.quiz-question { display: grid; grid-template-columns: 52px 1fr; gap: 18px; align-items: start; margin-bottom: 30px; }
.quiz-question > span { color: var(--rose); font-size: 15px; letter-spacing: .1em; padding-top: 5px; }
.quiz-question h3 { font-size: clamp(26px, 3vw, 36px); font-weight: 500; }
.quiz-options { display: grid; gap: 12px; }
.quiz-option { width: 100%; display: grid; grid-template-columns: 38px 1fr; gap: 15px; align-items: center; padding: 18px 20px; border: 1px solid var(--line); background: white; color: var(--ink); text-align: left; font-family: var(--serif); font-size: 16px; line-height: 1.45; cursor: pointer; transition: border-color .2s, background .2s, transform .2s; }
.quiz-option:hover { border-color: var(--rose); transform: translateY(-1px); }
.quiz-option[aria-pressed="true"] { border-color: var(--rose); background: var(--blush); }
.quiz-option > span:first-child { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid var(--rose); border-radius: 50%; color: var(--rose-dark); font-size: 12px; font-weight: 600; }
.quiz-nav { display: flex; justify-content: space-between; gap: 15px; margin-top: 30px; }
.quiz-back, .quiz-next, .quiz-restart { border: 0; background: transparent; color: var(--ink); font-family: var(--serif); font-size: 15px; font-weight: 600; cursor: pointer; text-decoration: underline; text-underline-offset: 5px; }
.quiz-next { min-width: 135px; padding: 13px 22px; background: var(--ink); color: white; text-decoration: none; }
.quiz-next:disabled { opacity: .35; cursor: default; }
.quiz-result { text-align: center; background: var(--ink); color: white; }
.quiz-result .eyebrow { color: #f1a8bf; }
.quiz-result h2 { font-size: clamp(39px, 5vw, 58px); }
.quiz-result-copy { max-width: 720px; margin: 30px auto 0; color: #d7d0cc; font-size: 19px; }
.quiz-result-step { max-width: 700px; margin: 30px auto; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); font-size: 20px; }
.quiz-invitation { max-width: 700px; margin: 0 auto 30px; color: #d7d0cc; font-size: 18px; }
.quiz-result-actions { display: flex; flex-direction: column; align-items: center; gap: 19px; }
.quiz-restart { color: #d7d0cc; }

.dark-section { background: var(--ink); color: white; }
.definition { display: grid; grid-template-columns: 1fr .75fr; gap: 100px; align-items: center; }
.definition-copy h2 { max-width: 700px; margin-bottom: 30px; }
.definition-copy > p:not(.eyebrow) {
  color: #cfc8c4;
  max-width: 660px;
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.55;
}
.image-card { margin: 0; }
.image-card img { aspect-ratio: 4/5; object-fit: cover; border-radius: 220px 220px 8px 8px; }
.image-card figcaption { color: #aaa19c; font-size: 13px; margin-top: 12px; text-align: center; }

.method { background: white; }
.method-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.method-grid article { padding: 32px 28px; border-top: 3px solid var(--rose); background: var(--cream); }
.method-grid article > span { display: block; margin-bottom: 42px; color: var(--rose-dark); font-size: 12px; letter-spacing: .14em; }
.method-grid article p { margin-bottom: 0; color: var(--muted); }
.method-closing { max-width: 830px; margin: 42px 0 0; font-size: 23px; line-height: 1.5; }

.personalities { display: grid; grid-template-columns: 1.1fr .8fr; gap: 100px; align-items: center; background: var(--blush); }
.personalities-copy h2 { margin-bottom: 30px; }
.personalities-copy > p:not(.eyebrow):not(.lead) { color: var(--muted); }
.personality-cards { display: grid; gap: 12px; }
.personality-cards span { padding: 24px 25px; background: rgba(255,255,255,.78); border-left: 3px solid var(--rose); font-size: 18px; }

.income { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; color: white; background: var(--rose-dark); }
.income-intro h2 { max-width: 620px; }
.income-content { padding-top: 34px; }
.income-content p { color: rgba(255,255,255,.78); }
.income-highlight { padding: 25px 0; border-top: 1px solid rgba(255,255,255,.28); border-bottom: 1px solid rgba(255,255,255,.28); color: white !important; font-size: 23px; line-height: 1.48; }

.section-heading { max-width: 820px; margin-bottom: 60px; }
.section-heading > p:last-child { max-width: 720px; color: var(--muted); font-size: 19px; margin-top: 24px; }
.section-heading.narrow { max-width: 720px; }
.mentoring-story { display: grid; grid-template-columns: .72fr 1.15fr; gap: 80px; align-items: center; margin-bottom: 70px; }
.mentoring-story figure { margin: 0; }
.mentoring-story img { aspect-ratio: 3/4; object-fit: cover; border-radius: 220px 220px 8px 8px; }
.mentoring-story figcaption { margin-top: 13px; color: var(--muted); font-size: 13px; text-align: center; }
.mentoring-story h3 { font-size: 30px; }
.mentoring-story > div > p { color: var(--muted); }
.compact-list { list-style: none; padding: 0; margin: 26px 0 0; columns: 2; column-gap: 28px; }
.compact-list li { break-inside: avoid; position: relative; padding: 8px 0 8px 24px; }
.compact-list li::before { content: "✓"; position: absolute; left: 0; color: var(--rose); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature { min-height: 270px; padding: 34px; border: 1px solid var(--line); background: white; display: flex; flex-direction: column; align-items: flex-start; }
.feature p { color: var(--muted); margin: 8px 0 0; }
.feature-icon { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; font-size: 11px; margin-bottom: 46px; color: var(--rose-dark); }
.feature-accent { background: var(--rose); color: white; border-color: var(--rose); }
.feature-accent p { color: rgba(255,255,255,.83); }
.feature-number { font-family: var(--serif); font-size: 42px; margin-bottom: 32px; }
.rhythm-note { margin: 30px 0 0; padding: 24px 28px; background: var(--cream); border-left: 3px solid var(--rose); }

.phases { background: white; }
.phase-list { max-width: 980px; }
.phase-list article { display: grid; grid-template-columns: 70px 1fr; gap: 28px; padding: 28px 0; border-top: 1px solid var(--line); }
.phase-list article:last-child { border-bottom: 1px solid var(--line); }
.phase-list b { color: var(--rose); font-size: 27px; font-weight: 500; }
.phase-list p { margin-bottom: 0; color: var(--muted); }

.about { background: var(--cream); display: grid; grid-template-columns: .78fr 1.1fr; gap: 100px; align-items: center; }
.about-visual { position: relative; }
.about-visual img { aspect-ratio: 3/4; object-fit: cover; border-radius: 6px; }
.experience-stamp { position: absolute; right: -45px; bottom: 38px; width: 120px; height: 120px; border-radius: 50%; background: var(--rose); color: white; display: grid; place-items: center; align-content: center; text-align: center; line-height: 1.15; text-transform: uppercase; letter-spacing: .08em; font-size: 10px; box-shadow: 0 15px 35px rgba(152,48,82,.25); }
.experience-stamp strong { display: block; font-family: var(--serif); font-size: 38px; letter-spacing: 0; }
.about-copy h2 { margin-bottom: 30px; }
.about-copy > p:not(.eyebrow):not(.signed) { color: var(--muted); }
.signed { font-family: var(--serif); font-size: 31px; color: var(--rose); font-style: italic; margin-top: 28px; }

.journey { display: grid; grid-template-columns: 1fr .8fr; gap: 110px; align-items: center; }
.journey .lead { margin: 25px 0 34px; }
.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li { padding: 15px 0 15px 34px; position: relative; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--rose); font-weight: 600; }
.freedom-wrap { position: relative; }
.freedom-wrap img { aspect-ratio: 3/4; object-fit: cover; border-radius: 220px 220px 8px 8px; }
.freedom-wrap blockquote { position: absolute; left: -55px; bottom: 30px; width: 300px; margin: 0; padding: 24px; background: white; box-shadow: 0 20px 50px rgba(27,25,24,.15); font-family: var(--serif); font-size: 19px; line-height: 1.35; }

.paths { background: var(--ink); color: white; }
.path-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.path-grid article { padding: 31px 27px; border: 1px solid rgba(255,255,255,.18); }
.path-grid p { margin-bottom: 0; color: #cfc8c4; }

.fit { background: white; }
.fit-grid { display: grid; grid-template-columns: 1.05fr .8fr; gap: 90px; align-items: start; }
.fit-grid ul { list-style: none; padding: 0; }
.fit-grid li { position: relative; padding: 13px 0 13px 30px; border-bottom: 1px solid var(--line); }
.fit-grid li::before { content: "•"; color: var(--rose); position: absolute; left: 8px; }
.fit-card { padding: 42px; background: var(--ink); color: white; }
.fit-card p { color: #cfc8c4; margin-bottom: 0; }
.mini-label { display: inline-block; color: #f2adc2; font-size: 11px; text-transform: uppercase; letter-spacing: .15em; margin-bottom: 36px; }

.faq { background: var(--cream); }
.accordion { max-width: 900px; }
details { border-bottom: 1px solid rgba(27,25,24,.22); }
summary { list-style: none; cursor: pointer; padding: 25px 46px 25px 0; font-weight: 600; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 8px; font-size: 24px; font-weight: 400; color: var(--rose); }
details[open] summary::after { content: "–"; }
details p { color: var(--muted); max-width: 760px; padding: 0 0 24px; }

.team-training { background: white; display: grid; grid-template-columns: 1fr .9fr; gap: 90px; align-items: center; }
.team-heading h2 { max-width: 650px; }
.team-heading .lead { max-width: 650px; margin: 28px 0 0; }
.team-panel { padding: 46px; background: var(--cream); border-top: 3px solid var(--rose); }
.team-panel p { color: var(--muted); }
.team-panel .button { margin-top: 16px; }

.final-cta { padding: 120px max(28px, calc((100vw - 920px)/2)); text-align: center; background: var(--rose-dark); color: white; }
.final-cta h2 { font-size: clamp(40px, 5vw, 65px); }
.final-cta > p:not(.eyebrow) { max-width: 760px; margin: 28px auto 34px; color: rgba(255,255,255,.82); font-size: 19px; }
.button-light { background: white; color: var(--rose-dark); }
.final-cta small { display: block; margin-top: 18px; color: rgba(255,255,255,.65); }

footer { padding: 55px max(28px, calc((100vw - 1184px)/2)); display: grid; grid-template-columns: 1fr auto; gap: 8px 40px; align-items: center; }
.footer-brand { grid-row: span 2; }
footer p { margin: 0; color: var(--muted); font-size: 13px; text-align: right; }
.legal-links { display: flex; justify-content: flex-end; gap: 18px; font-size: 13px; color: var(--muted); }
.legal-links a { text-underline-offset: 3px; }

.legal-page { max-width: 900px; margin: 0 auto; padding: 80px 28px 120px; }
.legal-page h1 { font-size: clamp(48px, 7vw, 76px); margin-bottom: 64px; }
.legal-section { padding: 34px 0; border-top: 1px solid var(--line); }
.legal-section h2 { font-family: var(--serif); font-size: 22px; font-weight: 600; letter-spacing: -.02em; margin-bottom: 20px; }
.legal-section p { color: var(--muted); }
.legal-section a { color: var(--rose-dark); }
.legal-date { margin-top: 40px; color: var(--muted); font-size: 14px; }
.legal-footer { max-width: 900px; margin: 0 auto; border-top: 1px solid var(--line); }
.legal-footer > a { font-weight: 600; text-decoration: none; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 35px; }
  .hero-copy { text-align: center; }
  .hero-text { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .hero-visual { justify-self: center; margin-top: 20px; }
  .signature-card { left: 16px; }
  .intro-grid, .closing-explained, .quiz-intro, .definition, .personalities, .income, .mentoring-story, .about, .journey, .fit-grid, .team-training { grid-template-columns: 1fr; gap: 55px; }
  .quiz-visual { justify-self: start; max-width: 550px; }
  .method-grid, .path-grid { grid-template-columns: 1fr 1fr; }
  .closing-visual { max-width: 550px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .about-visual { max-width: 550px; }
  .experience-stamp { right: -15px; }
  .freedom-wrap { max-width: 550px; margin-left: auto; }
  .freedom-wrap blockquote { left: -20px; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .nav-shell { height: 72px; padding: 0 18px; }
  .brand { font-size: 14px; }
  .brand-mark { width: 32px; height: 32px; }
  .nav-cta { padding: 8px 13px; font-size: 13px; }
  .hero { min-height: 0; padding: 42px 20px 70px; gap: 42px; }
  h1 { font-size: 43px; }
  h2 { font-size: 37px; }
  .intro-title { font-size: clamp(34px, 10.4vw, 46px); }
  .intro-title span, .intro-title em { margin-bottom: 5px; }
  .hero-text { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .button { width: 100%; }
  .text-link { align-self: center; }
  .trust-line { gap: 10px; }
  .trust-line b { font-size: 21px; }
  .portrait-frame { border-radius: 46% 46% 5px 5px; }
  .signature-card { bottom: 20px; padding: 13px 16px; }
  .section-pad { padding: 82px 20px; }
  .intro-grid { margin-top: 38px; }
  .lead { font-size: 21px; }
  .feature-grid { grid-template-columns: 1fr; }
  .method-grid, .path-grid { grid-template-columns: 1fr; }
  .method-grid article > span { margin-bottom: 25px; }
  .compact-list { columns: 1; }
  .phase-list article { grid-template-columns: 46px 1fr; gap: 15px; }
  .feature { min-height: auto; }
  .feature-icon { margin-bottom: 34px; }
  .definition { padding-bottom: 70px; }
  .about-visual { padding-right: 16px; }
  .experience-stamp { width: 102px; height: 102px; right: 0; }
  .freedom-wrap { padding-left: 16px; }
  .freedom-wrap blockquote { position: relative; left: -16px; bottom: auto; width: calc(100% - 8px); margin-top: -42px; }
  .fit-card { padding: 30px; }
  .closing-benefits { grid-template-columns: 1fr; }
  .quiz-panel, .quiz-result { padding: 32px 20px; }
  .quiz-question { grid-template-columns: 1fr; gap: 7px; }
  .quiz-option { grid-template-columns: 34px 1fr; padding: 15px 14px; }
  .quiz-nav { align-items: center; }
  .final-cta { padding: 86px 20px; }
  footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-self: center; grid-row: auto; margin-bottom: 12px; }
  footer p { text-align: center; }
  .legal-links { justify-content: center; }
  .legal-page { padding: 54px 20px 80px; }
  .legal-page h1 { margin-bottom: 44px; }
  .legal-footer > a { text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
