:root {
  --ink: #172c2a;
  --forest: #193b37;
  --deep: #0e2422;
  --cream: #f5f0e7;
  --paper: #fffdf8;
  --sage: #9fb6aa;
  --gold: #d9a653;
  --gold-light: #f1d49a;
  --line: rgba(23, 44, 42, .14);
  --shadow: 0 24px 70px rgba(15, 41, 38, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }

.site-header {
  height: 82px; padding: 0 clamp(24px, 6vw, 92px); background: var(--deep); color: white;
  display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.12);
}
.brand img { width: 164px; height: auto; }
.header-link { font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; }
.header-link span { margin-left: 10px; color: var(--gold-light); }

.hero {
  min-height: calc(100vh - 82px); overflow: hidden; position: relative; background: var(--deep); color: white;
  display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(360px, .94fr); align-items: center;
  padding: 64px clamp(24px, 6vw, 92px) 34px; gap: clamp(40px, 5vw, 88px);
}
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 78% 40%, rgba(125,169,151,.22), transparent 32%), linear-gradient(115deg, transparent 45%, rgba(255,255,255,.025)); pointer-events: none; }
.hero-copy, .hero-visual { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 22px; color: var(--gold-light); text-transform: uppercase; letter-spacing: .17em; font-size: 12px; font-weight: 700; }
.eyebrow.dark { color: #967035; }
h1, h2, h3 { margin: 0; line-height: 1.08; }
h1, h2 { font-family: "Playfair Display", serif; font-weight: 600; letter-spacing: -.025em; }
h1 { max-width: 720px; font-size: clamp(46px, 4.8vw, 70px); }
h1 em, h2 em { color: var(--gold-light); font-weight: 600; }
.hero-lead { max-width: 650px; margin: 24px 0 28px; color: rgba(255,255,255,.78); font-size: clamp(17px, 1.35vw, 20px); }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { min-height: 54px; padding: 15px 24px; border-radius: 3px; display: inline-flex; align-items: center; justify-content: center; text-align: center; text-decoration: none; font-size: 13px; font-weight: 700; letter-spacing: .055em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: var(--deep); }
.text-link { color: white; text-underline-offset: 6px; font-weight: 600; }
.medical-note { margin-top: 24px; color: rgba(255,255,255,.52); font-size: 12px; }
.hero-visual { align-self: stretch; display: flex; align-items: flex-end; justify-content: center; min-height: 540px; }
.portrait-wrap { align-self: center; max-width: 620px; overflow: hidden; border: 1px solid rgba(241,212,154,.24); box-shadow: 0 30px 60px rgba(0,0,0,.28); }
.portrait-wrap img { width: 100%; max-height: 680px; object-fit: cover; object-position: center; }
.insight-card { position: absolute; right: -8px; bottom: 68px; width: min(280px, 48%); padding: 20px 22px; background: rgba(245,240,231,.95); color: var(--ink); box-shadow: var(--shadow); }
.insight-card span { display: block; margin-bottom: 6px; color: #8a682f; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.insight-card strong { font-family: "Playfair Display", serif; font-size: 19px; line-height: 1.25; }
.hero-orbit { position: absolute; z-index: 1; border: 1px solid rgba(241,212,154,.17); border-radius: 50%; }
.orbit-one { width: 520px; height: 520px; right: 7%; top: 10%; }
.orbit-two { width: 720px; height: 720px; right: -4%; top: -3%; }

.section-pad { padding: clamp(78px, 9vw, 132px) clamp(24px, 7vw, 112px); }
.section-kicker { margin-bottom: 40px; color: #967035; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.opening { background: var(--cream); }
.opening-grid { display: grid; grid-template-columns: 1.05fr .85fr; gap: clamp(44px, 8vw, 130px); align-items: start; }
.opening h2, .section-heading h2, .instagram h2 { font-size: clamp(38px, 4.5vw, 66px); }
.opening h2 em { color: #967035; }
.opening-grid > div p { margin: 0 0 20px; color: #4e615e; font-size: 18px; }
.topic-row { margin-top: 72px; padding-top: 28px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 18px; color: #61726f; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.topic-row i { width: 4px; height: 4px; background: var(--gold); border-radius: 50%; }

.lessons { background: #e8eee9; }
.section-heading { margin-bottom: 58px; }
.section-heading.centered { max-width: 800px; margin-inline: auto; text-align: center; }
.section-heading > p:last-child { max-width: 650px; margin: 18px auto 0; color: #61726f; font-size: 17px; }
.lesson-card { max-width: 1080px; margin: 0 auto 36px; padding: clamp(20px, 3.5vw, 42px); background: var(--paper); box-shadow: 0 15px 50px rgba(23,44,42,.08); }
.lesson-meta { display: flex; align-items: center; gap: 20px; margin-bottom: 24px; }
.lesson-number { font-family: "Playfair Display", serif; color: var(--gold); font-size: 42px; }
.lesson-meta p { margin: 0 0 3px; color: #7b8c88; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.lesson-meta h3 { font-family: "Playfair Display", serif; font-size: clamp(22px, 2.2vw, 32px); }
.video-shell, .testimonial-video { position: relative; overflow: hidden; aspect-ratio: 16 / 9; background: #0b1918; }
.video-shell iframe, .testimonial-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.formation { background: var(--forest); color: white; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(52px, 7vw, 110px); align-items: center; }
.formation-copy h2 { font-size: clamp(40px, 4.4vw, 64px); }
.formation-copy h2 em { color: var(--gold-light); }
.formation-copy > p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.7); font-size: 17px; }
.formation-button { margin-top: 22px; }
.formation-copy small { display: block; max-width: 560px; margin-top: 16px; color: rgba(255,255,255,.5); line-height: 1.5; }
.formation-map { border-top: 1px solid rgba(255,255,255,.16); }
.formation-map article { display: grid; grid-template-columns: 54px 1fr; column-gap: 16px; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.formation-map span { grid-row: 1 / 3; color: var(--gold-light); font-family: "Playfair Display", serif; font-size: 25px; }
.formation-map h3 { font-family: "Playfair Display", serif; font-size: 25px; }
.formation-map p { margin: 7px 0 0; color: rgba(255,255,255,.58); }

.stories { background: var(--paper); }
.story-heading { display: grid; grid-template-columns: 1fr .65fr; gap: 60px; align-items: end; }
.story-heading > p { margin: 0 0 6px; color: #61726f; }
.message-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.message-card { min-height: 330px; padding: clamp(28px, 4vw, 50px); background: var(--cream); border: 1px solid var(--line); display: flex; flex-direction: column; }
.featured-message { background: var(--forest); color: white; }
.message-top { display: flex; align-items: center; gap: 14px; }
.avatar { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--gold-light); color: var(--ink); font-family: "Playfair Display", serif; font-weight: 700; }
.message-top strong, .message-top small { display: block; }
.message-top small { color: #7a8a87; }
.featured-message .message-top small { color: rgba(255,255,255,.55); }
blockquote { margin: 34px 0 24px; font-family: "Playfair Display", serif; font-size: clamp(24px, 2.25vw, 33px); line-height: 1.35; }
.message-card > p { margin: auto 0 0; color: #778683; font-size: 12px; }
.featured-message > p { color: rgba(255,255,255,.55); }
.video-testimonials { margin-top: 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.video-testimonials article { background: #edf1ed; }
.video-testimonials p { margin: 0; padding: 18px 20px 22px; font-weight: 600; }

.paths { background: var(--deep); color: white; }
.section-heading.light > p:last-child { color: rgba(255,255,255,.63); }
.path-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; }
.path-card { position: relative; min-height: 510px; padding: clamp(36px, 5vw, 68px); border: 1px solid rgba(255,255,255,.16); display: flex; flex-direction: column; }
.accent-card { background: var(--cream); color: var(--ink); }
.path-index { position: absolute; right: 32px; top: 24px; color: rgba(255,255,255,.13); font-family: "Playfair Display", serif; font-size: 70px; }
.accent-card .path-index { color: rgba(23,44,42,.09); }
.path-label { color: var(--gold-light); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.accent-card .path-label { color: #967035; }
.path-card h3 { max-width: 380px; margin-top: 34px; font-family: "Playfair Display", serif; font-size: clamp(32px, 3vw, 45px); }
.path-card > p:not(.path-label) { max-width: 430px; color: rgba(255,255,255,.66); }
.accent-card > p:not(.path-label) { color: #60716e; }
.path-card .button { align-self: flex-start; margin-top: auto; }
.button-light { background: white; color: var(--deep); }
.button-gold { background: var(--gold); color: var(--deep); }

.instagram { overflow: hidden; position: relative; background: var(--gold-light); }
.insta-content { position: relative; z-index: 2; max-width: 850px; }
.instagram h2 { max-width: 760px; }
.instagram p:not(.eyebrow) { max-width: 680px; font-size: 18px; }
.insta-actions { margin-top: 34px; display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.button-ink { background: var(--ink); color: white; }
.insta-actions span { font-size: 14px; }
.insta-mark { position: absolute; right: 4vw; top: 50%; transform: translateY(-50%); color: rgba(255,255,255,.32); font-family: "Playfair Display", serif; font-size: min(38vw, 520px); line-height: 1; }

footer { padding: 56px clamp(24px, 7vw, 112px); background: #091817; color: rgba(255,255,255,.63); display: grid; grid-template-columns: auto 1fr; gap: 10px 38px; align-items: center; font-size: 12px; }
footer img { grid-row: 1 / 4; width: 140px; height: auto; }
footer p { margin: 0; }
.footer-note { max-width: 760px; }

@media (max-width: 960px) {
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 76px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 430px; }
  .portrait-wrap img { max-height: 500px; }
  .opening-grid, .story-heading { grid-template-columns: 1fr; gap: 28px; }
  .formation { grid-template-columns: 1fr; }
  .video-testimonials { grid-template-columns: 1fr 1fr; }
  .topic-row { flex-wrap: wrap; justify-content: flex-start; }
}

@media (max-width: 680px) {
  .site-header { height: 70px; padding-inline: 20px; }
  .brand img { width: 138px; }
  .header-link { font-size: 10px; }
  .hero { min-height: auto; padding: 56px 20px 0; gap: 30px; }
  h1 { font-size: clamp(42px, 12vw, 58px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .button { width: 100%; }
  .hero-visual { min-height: 400px; margin-inline: -20px; }
  .portrait-wrap { width: calc(100% - 40px); max-width: 410px; }
  .portrait-wrap img { height: 520px; max-height: 520px; object-position: center 38%; }
  .insight-card { right: 16px; bottom: 30px; width: 62%; }
  .orbit-one { width: 390px; height: 390px; right: -30%; top: auto; bottom: 1%; }
  .orbit-two { display: none; }
  .section-pad { padding: 74px 20px; }
  .opening h2, .section-heading h2, .instagram h2 { font-size: 40px; }
  .topic-row i { display: none; }
  .topic-row { gap: 12px; }
  .topic-row span { padding: 7px 10px; background: rgba(255,255,255,.54); }
  .lesson-card { margin-bottom: 20px; padding: 14px; }
  .lesson-meta { padding: 8px 4px 0; }
  .lesson-number { font-size: 32px; }
  .message-gallery, .video-testimonials, .path-grid { grid-template-columns: 1fr; }
  .formation-button { width: 100%; }
  .message-card { min-height: 360px; }
  .path-card { min-height: 470px; }
  .path-card .button { width: 100%; }
  .insta-mark { right: -13vw; top: 18%; font-size: 280px; }
  .insta-content { padding-top: 120px; }
  footer { grid-template-columns: 1fr; gap: 14px; }
  footer img { grid-row: auto; margin-bottom: 12px; }
}

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