:root {
  --ink: #17211f;
  --muted: #5d6763;
  --paper: #fbfbf8;
  --mist: #eef2ee;
  --forest: #163d35;
  --teal: #1f6f68;
  --wine: #8a3344;
  --clay: #b86f4f;
  --line: rgba(23, 33, 31, 0.14);
  --shadow: 0 20px 70px rgba(12, 25, 22, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Inter", system-ui, sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 14px clamp(20px, 5vw, 64px);
  background: rgba(251, 251, 248, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #fff;
  background: var(--forest);
  border-radius: 8px;
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 600;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 3vw, 34px);
  color: #34413d;
  font-size: 0.94rem;
  font-weight: 650;
}

.header-cta,
.button,
.contact-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 750;
}

.header-cta {
  color: #fff;
  background: var(--forest);
}

.hero {
  position: relative;
  min-height: calc(100svh - 132px);
  overflow: hidden;
  display: grid;
  align-items: center;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center right;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(12, 23, 20, 0.88) 0%, rgba(12, 23, 20, 0.7) 36%, rgba(12, 23, 20, 0.18) 72%),
    linear-gradient(0deg, rgba(12, 23, 20, 0.28), rgba(12, 23, 20, 0.08));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 40px));
  margin-left: clamp(20px, 7vw, 92px);
  padding: clamp(56px, 9vw, 112px) 0;
  color: #fff;
}

.eyebrow,
.section-kicker,
.program-label {
  margin: 0 0 14px;
  color: var(--wine);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f3b8a3;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Lora", Georgia, serif;
  line-height: 1.04;
}

h1 {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: clamp(3rem, 8vw, 6.7rem);
  font-weight: 600;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 4.1rem);
  font-weight: 600;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.18rem;
  line-height: 1.22;
}

.hero-copy {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 34px 0;
}

.button.primary {
  color: var(--ink);
  background: #fff;
}

.button.secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 760px;
  margin: 0;
}

.hero-metrics div {
  min-height: 96px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.hero-metrics dt {
  margin-bottom: 6px;
  font-size: 1.05rem;
  font-weight: 800;
}

.hero-metrics dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
}

.section,
.intro-band,
.results,
.testimonial-band {
  padding: clamp(64px, 9vw, 116px) clamp(20px, 5vw, 64px);
}

.section-inner {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.intro-band {
  background: var(--mist);
}

.intro-grid {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.intro-grid h2 {
  max-width: 940px;
}

.intro-grid p:not(.section-kicker),
.section-heading p,
.feature-card p,
.program-card p,
.program-card li,
.results p,
.contact-section p,
.form-note {
  color: var(--muted);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 36px;
}

.approach-grid,
.program-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.feature-card,
.program-card,
.contact-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(23, 33, 31, 0.06);
}

.feature-card {
  min-height: 300px;
  padding: 28px;
}

.feature-number {
  display: block;
  margin-bottom: 60px;
  color: var(--teal);
  font-weight: 850;
}

.programs-section {
  background: #f1f4f5;
}

.program-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 430px;
  padding: 28px;
}

.program-card ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding-left: 20px;
}

.featured-program {
  color: #fff;
  background: var(--forest);
  box-shadow: var(--shadow);
}

.featured-program p,
.featured-program li {
  color: rgba(255, 255, 255, 0.78);
}

.featured-program .program-label {
  color: #f3b8a3;
}

.results {
  color: #fff;
  background: #1d2926;
}

.results .section-kicker {
  color: #f3b8a3;
}

.results-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
  gap: clamp(32px, 7vw, 88px);
}

.result-list {
  display: grid;
  gap: 18px;
}

.result-list article {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.result-list p {
  color: rgba(255, 255, 255, 0.72);
}

.testimonial-band {
  background: var(--teal);
  color: #fff;
}

figure {
  margin: 0;
}

blockquote {
  max-width: 980px;
  margin: 0 0 22px;
  font-family: "Lora", Georgia, serif;
  font-size: clamp(1.7rem, 4vw, 3.8rem);
  line-height: 1.12;
}

figcaption {
  color: rgba(255, 255, 255, 0.76);
  font-weight: 700;
}

.contact-section {
  background: var(--paper);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: clamp(32px, 7vw, 90px);
  align-items: start;
}

.contact-details {
  display: grid;
  gap: 8px;
  margin-top: 28px;
  color: var(--forest);
  font-weight: 750;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: 28px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 750;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(23, 33, 31, 0.18);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: #fbfbf8;
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form button {
  width: 100%;
  color: #fff;
  background: var(--wine);
  cursor: pointer;
}

.form-note {
  margin: -4px 0 0;
  font-size: 0.86rem;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 30px clamp(20px, 5vw, 64px);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.site-footer p {
  margin: 0;
  color: var(--ink);
  font-weight: 800;
}

.site-footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

@media (max-width: 900px) {
  .site-header {
    min-height: 68px;
  }

  .nav-links {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    width: min(640px, calc(100% - 32px));
    margin: 0 auto;
    padding: 76px 0;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(12, 23, 20, 0.86), rgba(12, 23, 20, 0.54)),
      linear-gradient(0deg, rgba(12, 23, 20, 0.5), rgba(12, 23, 20, 0.12));
  }

  .hero-metrics,
  .intro-grid,
  .approach-grid,
  .program-grid,
  .results-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .feature-card,
  .program-card {
    min-height: auto;
  }

  .feature-number {
    margin-bottom: 34px;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding-inline: 14px;
  }

  .brand small {
    display: none;
  }

  .header-cta {
    min-height: 40px;
    padding: 0 12px;
    font-size: 0.86rem;
  }

  h1 {
    font-size: clamp(2.55rem, 16vw, 4.4rem);
  }

  .hero-actions {
    display: grid;
  }

  .hero-metrics {
    gap: 10px;
  }

  .hero-metrics div {
    min-height: 82px;
  }

  .section,
  .intro-band,
  .results,
  .testimonial-band {
    padding-inline: 16px;
  }

  .feature-card,
  .program-card,
  .contact-form {
    padding: 22px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
