:root {
  --ink: #143842;
  --ink-deep: #0c2830;
  --cream: #fbf8f1;
  --paper: #fffdf8;
  --sun: #ffd166;
  --coral: #e96a4a;
  --aqua: #83c9c3;
  --line: #d8e2df;
  --muted: #567078;
  --shadow: 0 24px 60px rgba(12, 40, 48, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink-deep);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  font-family: "Fraunces", Georgia, serif;
  letter-spacing: -.035em;
  line-height: 1.08;
}
h1 { font-size: clamp(3rem, 6vw, 6.2rem); max-width: 930px; }
h2 { font-size: clamp(2.25rem, 4vw, 4rem); }
h3 { font-size: 1.35rem; line-height: 1.25; }
em { color: var(--coral); font-style: normal; }

.site-header {
  align-items: center;
  background: rgba(255, 253, 248, .94);
  border-bottom: 1px solid rgba(20, 56, 66, .1);
  display: flex;
  height: 82px;
  justify-content: space-between;
  padding: 0 clamp(22px, 5vw, 74px);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
}
.brand { align-items: center; display: inline-flex; font-size: 1.2rem; font-weight: 700; gap: 10px; text-decoration: none; }
.brand-tree { height: 54px; object-fit: contain; width: 58px; }
nav { align-items: center; display: flex; gap: 30px; }
nav a { font-size: .93rem; font-weight: 600; text-decoration: none; }
nav a:hover { color: var(--coral); }
.nav-cta { border: 1.5px solid var(--ink); border-radius: 100px; padding: 9px 18px; }
.menu-toggle { display: none; }

.hero {
  align-items: center;
  background:
    radial-gradient(circle at 76% 22%, rgba(131,201,195,.26), transparent 24%),
    linear-gradient(135deg, var(--cream), #fff 65%);
  display: grid;
  gap: clamp(40px, 7vw, 110px);
  grid-template-columns: minmax(0, 1.22fr) minmax(340px, .78fr);
  min-height: calc(100vh - 82px);
  overflow: hidden;
  padding: clamp(72px, 9vw, 130px) clamp(24px, 7vw, 110px);
}
.eyebrow { color: #3e716f; font-size: .77rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hero-lede { color: var(--muted); font-size: clamp(1.12rem, 1.7vw, 1.42rem); max-width: 720px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 24px; margin: 34px 0 48px; }
.button { border-radius: 8px; display: inline-block; font-weight: 700; padding: 14px 23px; text-decoration: none; transition: transform .2s, box-shadow .2s; }
.button:hover { box-shadow: 0 10px 25px rgba(12,40,48,.15); transform: translateY(-2px); }
.button-primary { background: var(--coral); color: white; }
.button-light { background: var(--sun); color: var(--ink-deep); }
.text-link { font-weight: 700; text-decoration-color: var(--aqua); text-decoration-thickness: 3px; text-underline-offset: 5px; }
.proof-strip { border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 16px 34px; padding-top: 22px; }
.proof-strip span { color: var(--muted); font-size: .88rem; }
.proof-strip strong { color: var(--ink); display: block; font-family: "Fraunces", serif; font-size: 1.3rem; }
.hero-visual { min-height: 620px; position: relative; }
.portrait-frame { background: var(--sun); border-radius: 48% 48% 22px 22px; bottom: 48px; box-shadow: var(--shadow); left: 5%; overflow: hidden; position: absolute; right: 3%; top: 18px; }
.portrait-frame img { height: 100%; object-fit: cover; object-position: 50% 24%; width: 100%; }
.hero-note { align-items: flex-start; background: white; border: 1px solid var(--line); border-radius: 14px; bottom: 14px; box-shadow: var(--shadow); display: flex; gap: 12px; left: -28px; max-width: 330px; padding: 16px 18px; position: absolute; z-index: 2; }
.hero-note p { color: var(--muted); font-size: .92rem; line-height: 1.45; margin: 0; }
.hero-note strong { color: var(--ink); }
.spark { color: var(--coral); font-size: 1.25rem; line-height: 1.2; }

.belief { background: var(--ink); color: white; padding: clamp(75px, 10vw, 140px) max(7vw, 24px); text-align: center; }
.belief .eyebrow { color: var(--aqua); }
.belief h2 { margin-left: auto; margin-right: auto; max-width: 820px; }
.belief > p:last-child { color: #d4e1e2; font-size: 1.15rem; margin: 0 auto; max-width: 850px; }
.section-shell { margin: 0 auto; max-width: 1240px; padding: clamp(78px, 10vw, 140px) 28px; }
.learning-story { align-items: center; display: grid; gap: clamp(55px, 8vw, 110px); grid-template-columns: .78fr 1.22fr; }
.learning-intro > p:last-child { color: var(--muted); font-size: 1.05rem; }
.learning-gallery { display: grid; gap: 16px; grid-template-columns: 1.1fr .9fr; grid-template-rows: repeat(2, 230px); }
.learning-gallery figure { border-radius: 18px; margin: 0; overflow: hidden; position: relative; }
.learning-gallery .gallery-tall { grid-row: 1 / 3; }
.learning-gallery img { height: 100%; object-fit: cover; width: 100%; }
.learning-gallery figure:nth-child(1) img { object-position: 55% center; }
.learning-gallery figure:nth-child(2) img { object-position: center; }
.learning-gallery figure:nth-child(3) img { object-position: center; }
.learning-gallery figcaption { background: linear-gradient(transparent, rgba(12,40,48,.86)); bottom: 0; color: white; font-size: .86rem; font-weight: 600; left: 0; padding: 42px 16px 14px; position: absolute; right: 0; }
.section-heading { max-width: 780px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.1rem; }
.section-heading.compact { max-width: 860px; }
.step-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, 1fr); margin-top: 55px; }
.step-grid article { border-top: 4px solid var(--sun); padding: 28px 18px 12px 0; }
.step-number { color: var(--coral); display: block; font-family: "Fraunces", serif; font-size: .88rem; font-weight: 700; margin-bottom: 22px; }
.step-grid p { color: var(--muted); }

.fit { align-items: start; background: #e9f4f2; border-radius: 30px; display: grid; gap: 70px; grid-template-columns: .9fr 1.1fr; margin-bottom: 80px; padding-left: clamp(28px, 6vw, 80px); padding-right: clamp(28px, 6vw, 80px); }
.fit-list { list-style: none; margin: 0; padding: 0; }
.fit-list li { border-bottom: 1px solid rgba(20,56,66,.15); font-weight: 600; padding: 18px 0 18px 34px; position: relative; }
.fit-list li::before { color: var(--coral); content: "✦"; left: 0; position: absolute; }

.services { max-width: none; padding-left: max(7vw, 28px); padding-right: max(7vw, 28px); }
.service-grid { display: grid; gap: 24px; grid-template-columns: 1.1fr .9fr; margin-top: 50px; }
.service-card { border: 1px solid var(--line); border-radius: 24px; padding: clamp(30px, 5vw, 60px); }
.service-card.featured { background: var(--ink); color: white; }
.service-card.featured p, .service-card.featured li { color: #d4e1e2; }
.service-label { color: var(--coral); display: block; font-size: .75rem; font-weight: 700; letter-spacing: .13em; margin-bottom: 28px; text-transform: uppercase; }
.featured .service-label { color: var(--sun); }
.service-card ul { margin: 28px 0 34px; padding-left: 22px; }
.service-card li { color: var(--muted); margin-bottom: 9px; }

.testimonial { max-width: 1000px; text-align: center; }
blockquote { color: var(--ink); font-family: "Fraunces", serif; font-size: clamp(1.65rem, 3vw, 2.7rem); line-height: 1.35; margin: 0; }
.testimonial p { color: var(--muted); margin-top: 26px; }
.about { align-items: center; display: grid; gap: clamp(45px, 8vw, 110px); grid-template-columns: .72fr 1.28fr; }
.about-photo { background: var(--sun); border-radius: 22px; box-shadow: var(--shadow); overflow: hidden; transform: rotate(-2deg); }
.about-photo img { width: 100%; }
.about-copy > p { color: var(--muted); }
.credential-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.credential-list span { background: var(--cream); border: 1px solid var(--line); border-radius: 100px; font-size: .86rem; font-weight: 700; padding: 8px 14px; }
.final-cta { background: var(--sun); color: var(--ink-deep); padding: clamp(80px, 10vw, 140px) 28px; text-align: center; }
.final-cta h2, .final-cta p { margin-left: auto; margin-right: auto; max-width: 780px; }
.final-cta > p:not(.eyebrow) { font-size: 1.1rem; }
footer { align-items: center; background: var(--ink-deep); color: #c8d8da; display: grid; gap: 18px; grid-template-columns: 1fr auto; padding: 55px max(7vw, 28px); }
.footer-brand { color: white; }
.footer-brand .brand-tree { filter: drop-shadow(0 2px 6px rgba(0,0,0,.2)); }
footer p { margin: 0; }
footer > a:not(.brand) { color: var(--sun); }
.copyright { color: #88a2a7; font-size: .82rem; }

@media (max-width: 900px) {
  .menu-toggle { background: none; border: 1px solid var(--ink); border-radius: 7px; color: var(--ink); display: block; font: inherit; font-weight: 700; padding: 7px 12px; }
  nav { background: var(--paper); border-bottom: 1px solid var(--line); display: none; flex-direction: column; left: 0; padding: 24px; position: absolute; right: 0; top: 81px; }
  nav.open { display: flex; }
  .hero { grid-template-columns: 1fr; }
  .hero-visual { margin: 0 auto; max-width: 500px; min-height: 570px; width: 100%; }
  .learning-story { grid-template-columns: 1fr; }
  .step-grid, .service-grid { grid-template-columns: 1fr; }
  .fit { border-radius: 0; grid-template-columns: 1fr; margin-bottom: 0; }
  .about { grid-template-columns: 1fr; }
  .about-photo { margin: 0 auto; max-width: 360px; }
}

@media (max-width: 600px) {
  h1 { font-size: clamp(2.65rem, 14vw, 4rem); }
  .hero { padding-top: 58px; }
  .hero-visual { min-height: 470px; }
  .portrait-frame { left: 4%; right: 4%; }
  .hero-note { bottom: 12px; left: 0; }
  .learning-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 300px 180px; }
  .learning-gallery .gallery-tall { grid-column: 1 / 3; grid-row: auto; }
  footer { grid-template-columns: 1fr; }
}

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