:root {
  --blue: #1f55b7;
  --blue-deep: #163b79;
  --blue-ink: #0f2549;
  --blue-soft: #eaf1ff;
  --sky: #7aa5df;
  --ink: #172033;
  --muted: #667085;
  --paper: #ffffff;
  --soft: #f5f7fb;
  --line: rgba(23, 32, 51, 0.12);
  --shadow: 0 24px 70px rgba(30, 62, 112, 0.13);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 9999;
  background: var(--blue-ink);
  color: white;
  padding: 10px 16px;
  border-radius: 0 0 10px 10px;
  transition: top .2s ease;
}
.skip-link:focus { top: 0; }

.container {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}
.section { padding: 104px 0; }
.section-pad { padding: 86px 0 96px; }
.section-soft { background: var(--soft); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(23,32,51,.08);
}
.nav-shell {
  width: min(calc(100% - 32px), 1240px);
  min-height: 78px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 235px; }
.brand img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 6px 18px rgba(31,85,183,.18);
}
.brand span { display: grid; line-height: 1.15; }
.brand strong { font-size: .96rem; letter-spacing: -.01em; }
.brand small { color: var(--muted); font-size: .75rem; margin-top: 4px; text-transform: uppercase; letter-spacing: .12em; }
.main-nav { display: flex; align-items: center; gap: 4px; }
.main-nav a {
  padding: 10px 13px;
  border-radius: 999px;
  font-size: .9rem;
  color: #344054;
  transition: .25s ease;
}
.main-nav a:hover, .main-nav a.active { background: var(--blue-soft); color: var(--blue); }
.menu-toggle { display: none; }

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 6% 15%, rgba(122,165,223,.12), transparent 26%),
    linear-gradient(180deg, #fbfcff 0%, #fff 78%);
}
.hero-bg { position: absolute; border-radius: 50%; pointer-events: none; filter: blur(1px); }
.hero-bg-one { width: 480px; height: 480px; right: -220px; top: 80px; background: rgba(31,85,183,.08); }
.hero-bg-two { width: 220px; height: 220px; left: -100px; bottom: 50px; border: 1px solid rgba(31,85,183,.12); }
.hero-grid {
  min-height: 620px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 72px;
  position: relative;
  z-index: 2;
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .74rem;
  font-weight: 800;
}
.hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--blue-ink);
  font-size: clamp(3rem, 6.2vw, 5.75rem);
  line-height: .95;
  letter-spacing: -.055em;
  font-weight: 500;
}
.hero h1 span { color: var(--blue); }
.hero-degree { max-width: 760px; margin: 28px 0 16px; font-size: clamp(1.1rem, 1.7vw, 1.32rem); line-height: 1.5; color: #263550; font-weight: 650; }
.hero-intro { max-width: 680px; margin: 0; color: var(--muted); font-size: 1.03rem; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.btn {
  min-height: 50px;
  padding: 13px 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 750;
  font-size: .92rem;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--blue); color: white; box-shadow: 0 14px 30px rgba(31,85,183,.24); }
.btn-primary:hover { background: var(--blue-deep); }
.btn-ghost { background: white; border: 1px solid var(--line); color: var(--blue-ink); }
.btn-ghost:hover { box-shadow: 0 10px 28px rgba(30,62,112,.10); }
.hero-meta { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 28px; }
.hero-meta span { background: var(--soft); border: 1px solid var(--line); border-radius: 999px; padding: 8px 12px; color: #475467; font-size: .78rem; }

.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.portrait-orbit {
  position: absolute;
  width: 455px;
  height: 455px;
  border-radius: 50%;
  border: 1px solid rgba(31,85,183,.18);
  box-shadow: inset 0 0 0 44px rgba(31,85,183,.035);
}
.portrait-card {
  width: min(390px, 90%);
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 16px;
  background: linear-gradient(145deg, #fff, #eef4ff);
  box-shadow: var(--shadow);
  position: relative;
  z-index: 2;
}
.portrait-card::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(31,85,183,.16);
  border-radius: 50%;
  pointer-events: none;
}
.portrait-card img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.floating-note {
  position: absolute;
  z-index: 4;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(31,85,183,.12);
  box-shadow: 0 15px 35px rgba(30,62,112,.12);
  padding: 12px 16px;
  border-radius: 16px;
  font-size: .78rem;
  font-weight: 700;
  color: var(--blue-ink);
}
.note-top { right: -4px; top: 90px; max-width: 165px; }
.note-bottom { left: -12px; bottom: 110px; }
.quote-strip {
  position: relative;
  z-index: 2;
  margin-top: 30px;
  border-top: 1px solid var(--line);
  padding-top: 28px;
}
.quote-strip p { margin: 0; max-width: 960px; font-family: Georgia, "Times New Roman", serif; color: #354765; font-size: clamp(1.05rem, 2vw, 1.35rem); font-style: italic; }

.split-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.section-heading { max-width: 520px; }
.section-number { display: inline-flex; margin-bottom: 22px; color: rgba(31,85,183,.34); font-size: 3.6rem; line-height: 1; font-family: Georgia, serif; }
h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  color: var(--blue-ink);
  font-size: clamp(2.2rem, 4.5vw, 4rem);
  line-height: 1.05;
  letter-spacing: -.035em;
}
.story-card {
  background: white;
  border: 1px solid rgba(31,85,183,.09);
  border-radius: var(--radius-xl);
  box-shadow: 0 18px 55px rgba(30,62,112,.08);
  padding: clamp(28px, 4vw, 48px);
}
.story-card p { margin: 0 0 20px; color: #4b5d77; font-size: 1.04rem; }
.story-card p:last-child { margin-bottom: 0; }

.center-heading { max-width: 780px; margin: 0 auto 48px; text-align: center; }
.credential-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.credential-card {
  min-height: 250px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 26px;
  background: white;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.credential-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(30,62,112,.10); border-color: rgba(31,85,183,.25); }
.credential-icon { width: 52px; height: 52px; border-radius: 16px; background: var(--blue-soft); color: var(--blue); display: grid; place-items: center; font-family: Georgia, serif; font-size: 1.45rem; margin-bottom: 38px; }
.credential-card h3 { margin: 0 0 10px; color: var(--blue-ink); line-height: 1.25; font-size: 1.06rem; }
.credential-card p { margin: 0; color: var(--muted); font-size: .9rem; }

.energy-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #112b56, #1d57b9);
  color: white;
}
.energy-section::before { content: ""; position: absolute; width: 500px; height: 500px; border-radius: 50%; border: 1px solid rgba(255,255,255,.10); right: -200px; top: -130px; }
.energy-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: center; }
.eyebrow-light { color: #bfd3ff; }
.energy-copy h2 { color: white; max-width: 670px; }
.energy-copy > p:not(.eyebrow) { color: rgba(255,255,255,.78); max-width: 700px; }
.energy-copy blockquote { margin: 30px 0 0; padding: 18px 0 18px 22px; border-left: 2px solid rgba(255,255,255,.5); font-family: Georgia, serif; font-style: italic; color: white; font-size: 1.16rem; }
.energy-wheel { min-height: 500px; position: relative; display: grid; place-items: center; }
.energy-wheel::before, .energy-wheel::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); }
.energy-wheel::before { width: 355px; height: 355px; }
.energy-wheel::after { width: 250px; height: 250px; }
.wheel-center { width: 138px; height: 138px; border-radius: 50%; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.24); backdrop-filter: blur(10px); display: grid; place-items: center; font-family: Georgia, serif; font-size: 1.18rem; }
.wheel-item { position: absolute; width: 106px; height: 106px; border-radius: 50%; background: white; color: var(--blue-deep); display: grid; place-items: center; font-weight: 800; font-size: .9rem; box-shadow: 0 15px 35px rgba(0,0,0,.16); }
.wheel-one { top: 22px; left: 50%; transform: translateX(-50%); }
.wheel-two { right: 28px; top: 50%; transform: translateY(-50%); }
.wheel-three { bottom: 22px; left: 50%; transform: translateX(-50%); }
.wheel-four { left: 28px; top: 50%; transform: translateY(-50%); }

.specialty-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.specialty-card {
  min-height: 176px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.specialty-card:hover { transform: translateY(-5px); border-color: rgba(31,85,183,.24); box-shadow: 0 14px 34px rgba(30,62,112,.08); }
.specialty-card span { color: var(--sky); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.specialty-card h3 { margin: 0; color: var(--blue-ink); font-size: 1rem; line-height: 1.3; }

.therapies-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: 80px; align-items: start; }
.sticky-heading { position: sticky; top: 118px; }
.therapy-list { border-top: 1px solid var(--line); }
.therapy-row { display: grid; grid-template-columns: 48px 1fr 32px; gap: 14px; align-items: center; min-height: 106px; border-bottom: 1px solid var(--line); transition: padding .25s ease, background .25s ease; }
.therapy-row:hover { padding-inline: 14px; background: var(--soft); }
.therapy-row span { color: var(--sky); font-size: .72rem; font-weight: 800; }
.therapy-row h3 { margin: 0; font-size: clamp(1.08rem, 2vw, 1.35rem); color: var(--blue-ink); }
.therapy-row i { font-style: normal; color: var(--blue); font-size: 1.3rem; }

.audience-section { background: #fff; }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 940px; margin: auto; }
.audience-card { min-height: 230px; border-radius: var(--radius-lg); border: 1px solid var(--line); padding: 28px; display: flex; flex-direction: column; justify-content: space-between; background: #fbfcff; }
.audience-card.featured { background: var(--blue); color: white; border-color: var(--blue); transform: translateY(-8px); box-shadow: 0 20px 46px rgba(31,85,183,.20); }
.audience-age { color: var(--blue); font-family: Georgia, serif; font-size: 2.3rem; }
.audience-card.featured .audience-age { color: white; }
.audience-card h3 { margin: 0; font-size: 1.1rem; color: var(--blue-ink); }
.audience-card.featured h3 { color: white; }

.mode-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 960px; margin: auto; }
.mode-card { min-height: 360px; padding: clamp(28px, 4vw, 44px); border-radius: var(--radius-xl); background: white; border: 1px solid rgba(31,85,183,.11); box-shadow: 0 18px 50px rgba(30,62,112,.07); display: flex; flex-direction: column; }
.mode-card-highlight { background: linear-gradient(145deg, #173d7d, #1f5fc8); color: white; }
.mode-kicker { display: inline-flex; align-self: flex-start; padding: 7px 10px; border-radius: 999px; background: var(--blue-soft); color: var(--blue); font-size: .73rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.mode-card-highlight .mode-kicker { background: rgba(255,255,255,.13); color: white; }
.mode-card h3 { margin: 28px 0 12px; font-family: Georgia, serif; color: var(--blue-ink); font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 500; }
.mode-card-highlight h3 { color: white; }
.mode-card p { color: var(--muted); margin: 0; }
.mode-card-highlight p { color: rgba(255,255,255,.76); }
.mode-detail { margin-top: auto; padding-top: 28px; border-top: 1px solid var(--line); color: #41516c; font-size: .9rem; }
.mode-card-highlight .mode-detail { border-color: rgba(255,255,255,.18); color: white; }
.price-block { margin-top: auto; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.2); display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.price-block small { color: rgba(255,255,255,.72); max-width: 180px; }
.price-block strong { font-family: Georgia, serif; font-size: 3.2rem; line-height: 1; font-weight: 500; }

.manifesto { background: #0f2549; color: white; position: relative; overflow: hidden; }
.manifesto::before { content: ""; position: absolute; inset: -30%; background: radial-gradient(circle, rgba(73,130,232,.22), transparent 42%); }
.manifesto-inner { position: relative; z-index: 2; text-align: center; max-width: 940px; }
.manifesto-mark { display: block; font-family: Georgia, serif; font-size: 5rem; line-height: .7; color: #87aef1; margin-bottom: 14px; }
.manifesto p { margin: 0; font-family: Georgia, serif; font-size: clamp(2.3rem, 5.7vw, 5.3rem); line-height: 1.02; font-weight: 400; }
.manifesto p strong { color: #9dbcf2; font-weight: 500; }
.manifesto-line { display: block; width: 70px; height: 1px; background: rgba(255,255,255,.42); margin: 28px auto; }
.manifesto .manifesto-small { max-width: 660px; margin: auto; font-family: inherit; font-size: 1rem; line-height: 1.65; color: rgba(255,255,255,.72); }

.closing-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 74px; align-items: center; }
.closing-photo { position: relative; }
.closing-photo::before { content: ""; position: absolute; inset: -18px; border-radius: 42px; border: 1px solid rgba(31,85,183,.14); transform: rotate(-4deg); }
.closing-photo img { width: 100%; max-width: 390px; aspect-ratio: 1; object-fit: cover; border-radius: 36px; position: relative; box-shadow: var(--shadow); }
.closing-copy > p:not(.eyebrow) { color: var(--muted); max-width: 720px; font-size: 1.02rem; }
.closing-location { margin-top: 32px; display: grid; gap: 4px; border-left: 3px solid var(--blue); padding-left: 18px; }
.closing-location span { color: var(--blue); font-size: .76rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.closing-location strong { color: var(--blue-ink); font-size: 1.06rem; }
.closing-location small { color: var(--muted); }

.site-footer { background: #0b1b35; color: white; padding: 38px 0; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr auto; gap: 24px; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 54px; height: 54px; object-fit: cover; border-radius: 50%; }
.footer-brand div { display: grid; line-height: 1.25; }
.footer-brand strong { font-size: .9rem; }
.footer-brand span { color: rgba(255,255,255,.58); font-size: .78rem; margin-top: 3px; }
.site-footer p { margin: 0; color: rgba(255,255,255,.62); font-size: .82rem; }
.back-top { color: #bdd2f7; font-size: .84rem; font-weight: 700; }

.reveal { opacity: 1; transform: none; }
.reveal.in-view { animation: revealRise .62s cubic-bezier(.2,.65,.25,1) both; }
.reveal-delay.in-view { animation-delay: .12s; }
.reveal-delay-small.in-view { animation-delay: .06s; }
.reveal-delay-medium.in-view { animation-delay: .12s; }
.reveal-delay-large.in-view { animation-delay: .18s; }
@keyframes revealRise {
  from { opacity: .01; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1050px) {
  .main-nav a { padding-inline: 9px; font-size: .84rem; }
  .hero-grid { gap: 40px; }
  .portrait-orbit { width: 390px; height: 390px; }
  .credential-grid { grid-template-columns: repeat(2, 1fr); }
  .specialty-grid { grid-template-columns: repeat(3, 1fr); }
  .energy-grid { grid-template-columns: 1fr; }
  .energy-copy { max-width: 820px; }
  .energy-wheel { max-width: 600px; width: 100%; margin: auto; }
}

@media (max-width: 860px) {
  .section { padding: 82px 0; }
  .section-pad { padding: 66px 0 78px; }
  .menu-toggle {
    display: inline-grid;
    width: 44px;
    height: 44px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: white;
    padding: 11px;
    gap: 4px;
    align-content: center;
    cursor: pointer;
    position: relative;
    z-index: 1002;
  }
  .menu-toggle span { height: 2px; background: var(--blue-ink); border-radius: 2px; transition: .25s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .main-nav {
    position: fixed;
    inset: 0;
    min-height: 100dvh;
    background: rgba(255,255,255,.97);
    backdrop-filter: blur(20px);
    display: grid;
    place-content: center;
    gap: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: .25s ease;
  }
  .main-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .main-nav a { font-family: Georgia, serif; font-size: 1.7rem; text-align: center; padding: 10px 18px; color: var(--blue-ink); }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { text-align: center; }
  .hero-degree, .hero-intro { margin-inline: auto; }
  .hero-actions, .hero-meta { justify-content: center; }
  .hero-visual { min-height: 470px; order: -1; }
  .portrait-card { width: min(350px, 82vw); }
  .portrait-orbit { width: min(410px, 90vw); height: min(410px, 90vw); }
  .note-top { right: 8%; top: 60px; }
  .note-bottom { left: 8%; bottom: 62px; }
  .quote-strip { text-align: center; }
  .split-layout, .therapies-layout, .closing-grid { grid-template-columns: 1fr; gap: 42px; }
  .sticky-heading { position: static; }
  .mode-grid { grid-template-columns: 1fr; }
  .mode-card { min-height: 330px; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-content: center; }
  .back-top { justify-self: center; }
  .closing-photo { max-width: 360px; width: 86%; margin: auto; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .nav-shell { width: min(calc(100% - 24px), 1240px); min-height: 70px; }
  .brand { min-width: 0; }
  .brand img { width: 44px; height: 44px; }
  .brand strong { font-size: .85rem; }
  .brand small { font-size: .66rem; }
  .hero { padding-top: 48px; }
  .hero-visual { min-height: 390px; }
  .portrait-card { width: min(290px, 78vw); padding: 12px; }
  .portrait-orbit { width: min(330px, 88vw); height: min(330px, 88vw); }
  .floating-note { font-size: .7rem; padding: 9px 11px; }
  .note-top { max-width: 140px; top: 38px; right: 2%; }
  .note-bottom { bottom: 42px; left: 2%; }
  .hero h1 { font-size: clamp(2.75rem, 14vw, 4.15rem); }
  .hero-degree { margin-top: 22px; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .quote-strip { margin-top: 12px; }
  .credential-grid { grid-template-columns: 1fr; }
  .credential-card { min-height: 210px; }
  .credential-icon { margin-bottom: 28px; }
  .specialty-grid { grid-template-columns: repeat(2, 1fr); }
  .specialty-card { min-height: 155px; }
  .energy-wheel { min-height: 390px; transform: scale(.88); }
  .energy-wheel::before { width: 300px; height: 300px; }
  .energy-wheel::after { width: 205px; height: 205px; }
  .wheel-item { width: 88px; height: 88px; font-size: .78rem; }
  .wheel-one { top: 28px; }
  .wheel-three { bottom: 28px; }
  .wheel-two { right: 4px; }
  .wheel-four { left: 4px; }
  .wheel-center { width: 118px; height: 118px; font-size: 1rem; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-card, .audience-card.featured { min-height: 180px; transform: none; }
  .mode-card { min-height: 310px; padding: 28px; }
  .price-block { align-items: flex-end; }
  .price-block strong { font-size: 2.75rem; }
}

@media (max-width: 420px) {
  .specialty-grid { grid-template-columns: 1fr; }
  .specialty-card { min-height: 130px; }
  .hero-meta { display: grid; }
  .energy-wheel { transform: scale(.8); margin-block: -30px; }
}

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