:root {
  --ink: #252728;
  --muted: #686d6f;
  --teal: #358f99;
  --teal-dark: #24747d;
  --teal-pale: #dfeff0;
  --cream: #f3f0e9;
  --white: #fff;
  --line: #d9dcd9;
  --radius: 1.25rem;
  --max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fbfcfb;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  width: min(calc(100% - 3rem), var(--max));
  height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.brand img { width: 255px; }
.site-nav { display: flex; align-items: center; gap: 2rem; font-weight: 600; }
.site-nav > a:not(.button) { position: relative; }
.site-nav > a:not(.button)::after {
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  height: 2px;
  background: var(--teal);
  content: "";
  transform: scaleX(0);
  transition: transform .25s ease;
}
.site-nav > a:hover::after { transform: scaleX(1); }
.menu-toggle { display: none; border: 0; background: none; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .8rem;
  min-height: 54px;
  padding: .8rem 1.5rem;
  color: var(--white);
  background: var(--teal);
  border: 1px solid var(--teal);
  border-radius: 999px;
  font-weight: 700;
  line-height: 1;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { background: var(--teal-dark); transform: translateY(-2px); }
.button-small { min-height: 43px; padding: .6rem 1.1rem; font-size: .9rem; }
.text-link { font-weight: 700; border-bottom: 1px solid var(--ink); }

.hero {
  width: min(calc(100% - 3rem), var(--max));
  min-height: 690px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
  padding: 4rem 0 6rem;
}
.eyebrow {
  margin: 0 0 1rem;
  color: var(--teal-dark);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
h1, h2, h3 { margin-top: 0; font-family: "Manrope", sans-serif; line-height: 1.05; }
h1 { max-width: 680px; margin-bottom: 1.5rem; font-size: clamp(3.6rem, 6.6vw, 6.5rem); letter-spacing: -.065em; }
h1 em, h2 em { color: var(--teal); font-style: normal; }
.hero-lead { max-width: 610px; margin: 0 0 2rem; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.3rem); }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; margin-bottom: 3.5rem; }
.trust-row { display: flex; gap: clamp(1.5rem, 4vw, 3.5rem); }
.trust-row div { display: flex; flex-direction: column; padding-right: clamp(1.5rem, 4vw, 3.5rem); border-right: 1px solid var(--line); }
.trust-row div:last-child { padding-right: 0; border: 0; }
.trust-row strong { font: 800 1.35rem "Manrope", sans-serif; }
.trust-row span { color: var(--muted); font-size: .82rem; }

.hero-visual {
  position: relative;
  min-height: 530px;
  overflow: hidden;
  background: var(--ink);
  border-radius: 0;
  isolation: isolate;
}
.hero-visual::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(20,25,26,.4) 100%);
  content: "";
  z-index: 1;
}
.hero-visual::after {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 68px;
  height: 8px;
  background: var(--teal);
  border-radius: 99px;
  content: "";
  z-index: 2;
}
.hero-photo { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }
.hero-card { position: absolute; z-index: 2; box-shadow: 0 22px 50px rgba(0,0,0,.22); }
.card-main {
  bottom: 2rem;
  left: 2rem;
  width: min(64%, 340px);
  padding: 1.5rem;
  background: rgba(255,255,255,.96);
  border-radius: var(--radius);
}
.card-kicker { color: var(--teal-dark); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.card-main p { margin: .5rem 0 1.5rem; font: 700 clamp(1.3rem, 3vw, 2rem) "Manrope", sans-serif; line-height: 1.15; }
.progress-lines { display: grid; gap: .5rem; }
.progress-lines i { display: block; height: 6px; background: var(--teal-pale); border-radius: 9px; }
.progress-lines i:first-child { width: 90%; background: var(--teal); }
.progress-lines i:nth-child(2) { width: 70%; }
.progress-lines i:last-child { width: 82%; }
.card-tag {
  right: 1.5rem;
  bottom: 1.5rem;
  padding: 1.1rem 1.4rem;
  color: var(--white);
  background: rgba(37,39,40,.9);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 1rem;
  font: 700 1.05rem "Manrope", sans-serif;
  line-height: 1.2;
}

.statement { padding: clamp(5rem, 10vw, 9rem) max(1.5rem, calc((100% - var(--max)) / 2)); background: var(--cream); text-align: center; }
.statement h2 { max-width: 1050px; margin: 0 auto; font-size: clamp(2.5rem, 5vw, 5rem); letter-spacing: -.05em; }
.section { width: min(calc(100% - 3rem), var(--max)); margin: 0 auto; padding: clamp(5rem, 9vw, 8rem) 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 4rem; margin-bottom: 3rem; }
.section-heading h2, .about h2, .stories h2, .cta h2 { margin-bottom: 0; font-size: clamp(2.4rem, 4.5vw, 4.4rem); letter-spacing: -.05em; }
.section-heading > p { max-width: 470px; margin: 0; color: var(--muted); font-size: 1.05rem; }

.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.service-card {
  position: relative;
  min-height: 365px;
  padding: 2.3rem;
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 0;
  transition: transform .25s ease, box-shadow .25s ease;
}
.service-card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(37,39,40,.08); }
.service-card.featured { color: var(--white); background: var(--ink); border-color: var(--ink); }
.service-number { position: absolute; top: 2rem; right: 2rem; color: #a2a7a7; font-size: .8rem; }
.service-icon { width: 52px; height: 52px; margin-bottom: 2.2rem; display: grid; place-items: center; color: var(--teal); background: var(--teal-pale); border-radius: 50%; font-size: 1.4rem; }
.service-card h3 { max-width: 420px; margin-bottom: 1rem; font-size: clamp(1.55rem, 2.8vw, 2.25rem); letter-spacing: -.035em; }
.service-card p { max-width: 530px; margin: 0 0 1.25rem; color: var(--muted); }
.service-card.featured p { color: #cfd2d2; }
.service-card ul { margin: 0 0 1.5rem; padding-left: 1.2rem; color: #cfd2d2; }
.service-card a { margin-top: auto; color: var(--teal); font-weight: 700; }
.service-card a span { margin-left: .5rem; }

.about { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.about-art {
  position: relative;
  min-height: 580px;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
  border-radius: 0;
}
.about-art::after { position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(20,25,26,.82)); content: ""; }
.about-art img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.about-art .photo-caption { position: absolute; z-index: 1; right: 2rem; bottom: 2rem; left: 2rem; margin: 0; font: 700 1.5rem "Manrope", sans-serif; line-height: 1.2; }
.about-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.about-copy .large-copy { margin: 1.5rem 0; color: var(--ink) !important; font-size: clamp(1.3rem, 2.4vw, 1.7rem) !important; font-weight: 600; line-height: 1.4; }
.credentials { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 2rem; }
.credentials span { padding: .55rem .9rem; border: 1px solid var(--line); border-radius: 99px; font-size: .85rem; font-weight: 700; }

.method { border-top: 1px solid var(--line); }
.method-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 1rem; }
.coaching-photo { position: relative; min-height: 100%; margin: 0; overflow: hidden; border-radius: var(--radius); }
.coaching-photo::after { position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(20,25,26,.8)); content: ""; }
.coaching-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.coaching-photo figcaption { position: absolute; z-index: 1; right: 1.5rem; bottom: 1.5rem; left: 1.5rem; color: var(--white); font: 700 1.25rem "Manrope", sans-serif; line-height: 1.25; }
.steps { display: grid; gap: 1rem; }
.steps article { padding: 2rem 2rem 2.5rem; background: var(--cream); border-radius: 0; }
.steps span { width: 40px; height: 40px; margin-bottom: 1.5rem; display: grid; place-items: center; color: var(--white); background: var(--teal); border-radius: 50%; font-weight: 700; }
.steps h3 { margin-bottom: .7rem; font-size: 1.45rem; }
.steps p { margin: 0; color: var(--muted); }

.stories { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem, 8vw, 7rem); }
.stories-intro { position: sticky; top: 2rem; align-self: start; }
.stories-intro > p:last-child { max-width: 400px; color: var(--muted); }
.story { position: relative; margin: 0; padding: 1.5rem 0 2.5rem 4rem; border-bottom: 1px solid var(--line); }
.story:first-child { padding-top: 0; }
.quote-mark { position: absolute; top: -.5rem; left: 0; color: var(--teal); font: 800 4rem Georgia, serif; line-height: 1; }
.story > p { margin: 0 0 1.5rem; font: 500 clamp(1.25rem, 2.4vw, 1.75rem) "Manrope", sans-serif; line-height: 1.45; letter-spacing: -.02em; }
.story footer { display: flex; flex-direction: column; }
.story footer span { color: var(--muted); font-size: .88rem; }

.cta {
  width: min(calc(100% - 3rem), var(--max));
  margin-bottom: 2rem;
  padding: clamp(3rem, 7vw, 5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  color: var(--white);
  background: var(--teal);
  border-radius: 0;
}
.cta .eyebrow { color: #dff6f6; }
.cta h2 { max-width: 750px; }
.cta-note { max-width: 650px; margin: 1.25rem 0 0; color: #dff6f6; }
.contact-actions { display: flex; flex-shrink: 0; flex-direction: column; gap: .75rem; }
.button-light { flex-shrink: 0; color: var(--ink); background: var(--white); border-color: var(--white); }
.button-light:hover { color: var(--white); background: var(--ink); border-color: var(--ink); }
.button-dark { color: var(--white); background: var(--ink); border-color: var(--ink); }
.button-dark:hover { color: var(--ink); background: var(--white); border-color: var(--white); }

.footer {
  width: min(calc(100% - 3rem), var(--max));
  margin: 0 auto;
  padding: 3rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 1.5rem;
  border-top: 1px solid var(--line);
}
.footer-brand img { width: 220px; }
.footer > p { margin: 0; color: var(--muted); }
.footer-links { display: flex; justify-content: flex-end; gap: 1.5rem; font-weight: 600; }
.copyright { text-align: right; font-size: .85rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header { height: 78px; }
  .brand img { width: 205px; }
  .menu-toggle { position: relative; z-index: 11; width: 42px; height: 42px; display: grid; place-content: center; gap: 6px; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; background: var(--ink); transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .site-nav {
    position: fixed;
    z-index: 10;
    inset: 0;
    padding: 7rem 2rem 3rem;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    color: var(--white);
    background: var(--ink);
    font: 700 1.7rem "Manrope", sans-serif;
  }
  .site-nav.open { display: flex; }
  .site-nav .button { margin-top: 1rem; font-size: 1rem; }
  .menu-toggle[aria-expanded="true"] span:not(.sr-only) { background: var(--white); }
  .hero { grid-template-columns: 1fr; padding-top: 3rem; }
  .hero-visual { min-height: 500px; }
  .section-heading, .cta { align-items: flex-start; flex-direction: column; }
  .about { grid-template-columns: 1fr; }
  .about-art { min-height: 500px; }
  .method-layout { grid-template-columns: 1fr; }
  .coaching-photo { min-height: 500px; }
  .stories { grid-template-columns: 1fr; }
  .stories-intro { position: static; }
}

@media (max-width: 650px) {
  .site-header, .hero, .section, .cta, .footer { width: min(calc(100% - 2rem), var(--max)); }
  h1 { font-size: clamp(3.1rem, 16vw, 4.3rem); }
  .hero { min-height: auto; gap: 3rem; padding-bottom: 4rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .trust-row { justify-content: space-between; gap: .8rem; }
  .trust-row div { padding-right: .8rem; }
  .trust-row strong { font-size: 1.05rem; }
  .trust-row span { font-size: .72rem; }
  .hero-visual { min-height: 410px; }
  .hero-photo { object-position: center 30%; }
  .card-main { bottom: 1rem; left: 1rem; width: calc(100% - 2rem); padding: 1.25rem; }
  .card-tag { display: none; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 320px; padding: 1.7rem; }
  .about-art { min-height: 480px; }
  .coaching-photo { min-height: 420px; }
  .story { padding-left: 3rem; }
  .cta { margin-bottom: 1rem; }
  .contact-actions { width: 100%; }
  .contact-actions .button { width: 100%; }
  .footer { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; justify-content: flex-start; }
  .copyright { 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; }
}
