:root {
  --navy: #1B3A5C;
  --forest: #2C5C4A;
  --sage: #7A9E8E;
  --sand: #C8A97A;
  --mist: #F7F9F8;
  --tint: #EDF2F0;
  --slate: #4A6358;
  --leaf: #D4E3DD;
  --white: #fff;
  --shadow: 0 18px 48px rgba(27, 58, 92, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Nunito Sans", Arial, sans-serif;
  color: var(--slate);
  background: var(--mist);
  font-size: 17px;
  line-height: 1.75;
}

a {
  color: var(--forest);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--navy);
  font-weight: 300;
  line-height: 1.08;
  margin: 0 0 18px;
  letter-spacing: 0;
}

h1 {
  font-size: 4.25rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 1.65rem;
  font-weight: 400;
}

p {
  margin: 0 0 18px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 12px 56px;
  background: rgba(247, 249, 248, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--leaf);
}

.brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand img {
  width: 218px;
  height: 78px;
  object-fit: cover;
  object-position: 50% 32%;
  background: var(--white);
  display: block;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: auto;
}

.nav-link {
  color: var(--navy);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  padding: 8px 0;
}

.nav-link.active,
.nav-link:hover {
  color: var(--forest);
  border-color: var(--sand);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 12px 22px;
  font: inherit;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.header-cta,
.button.primary {
  color: var(--white);
  background: var(--navy);
}

.button.secondary {
  color: var(--forest);
  border-color: var(--sage);
  background: rgba(255, 255, 255, 0.78);
}

.button.text {
  color: var(--forest);
  background: transparent;
  border-color: var(--leaf);
}

.button:hover,
.header-cta:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  margin-left: auto;
  border: 1px solid var(--leaf);
  border-radius: 50%;
  background: var(--white);
  cursor: pointer;
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  background: var(--navy);
  border-radius: 2px;
}

.hero {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  padding: 62px 72px 58px;
  background:
    linear-gradient(90deg, rgba(247, 249, 248, 0.96) 0%, rgba(247, 249, 248, 0.86) 44%, rgba(247, 249, 248, 0.22) 78%),
    url("woodland-path.jpg") center right / cover no-repeat;
  border-bottom: 1px solid var(--leaf);
}

.hero-content {
  max-width: 760px;
}

.hero h1 {
  font-size: 4.65rem;
}

.hero-lede {
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--navy);
  font-size: 2rem;
  line-height: 1.22;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.credential-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 30px;
}

.credential-row span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  border: 1px solid rgba(44, 92, 74, 0.28);
  border-radius: 999px;
  padding: 7px 13px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  font-weight: 800;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.locations-strip {
  padding: 18px 72px;
  color: var(--white);
  background: var(--navy);
  text-align: center;
}

.locations-strip p {
  max-width: 980px;
  margin: 0 auto;
  font-weight: 700;
}

.section,
.page-hero {
  padding: 72px;
}

.section {
  border-bottom: 1px solid rgba(212, 227, 221, 0.78);
}

.section.narrow,
.page-hero > div {
  max-width: 960px;
}

.section.narrow {
  margin: 0 auto;
}

.tinted {
  background: var(--tint);
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 32px;
  background: linear-gradient(180deg, #fff 0%, var(--mist) 100%);
  border-bottom: 1px solid var(--leaf);
}

.page-hero.with-image {
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.8fr);
  align-items: center;
}

.page-visual img,
.section-image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid var(--leaf);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.intro {
  color: var(--slate);
  font-size: 1.28rem;
  line-height: 1.6;
}

.prose {
  max-width: 920px;
}

.prose p {
  margin-bottom: 22px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
  gap: 42px;
  align-items: center;
}

.cards,
.journey {
  display: grid;
  gap: 20px;
}

.cards.three,
.journey {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cards.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.support-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.cards article,
.journey article,
.audio-card,
.note-panel,
form,
.faq details {
  background: var(--white);
  border: 1px solid var(--leaf);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(27, 58, 92, 0.06);
}

.cards article,
.journey article,
.note-panel,
form {
  padding: 26px;
}

.cards article p:last-child,
.journey article p:last-child,
.note-panel p:last-child {
  margin-bottom: 0;
}

.session-cards article {
  padding: 32px 24px;
  text-align: center;
}

.session-cards h3 {
  margin-bottom: 8px;
}

.session-cards p {
  color: var(--forest);
  font-weight: 900;
}

.step-number {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: var(--forest);
  background: var(--tint);
  border: 1px solid var(--leaf);
  border-radius: 50%;
  font-weight: 900;
}

.lead-magnet {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: var(--white);
}

.lead-magnet > div {
  max-width: 780px;
}

.closing-cta {
  text-align: center;
  background: var(--mist);
}

.closing-cta p {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.audio-card {
  padding: 32px;
}

.audio-card audio {
  display: block;
  width: 100%;
  margin: 22px 0;
}

.faq details {
  padding: 18px 22px;
  margin-bottom: 14px;
}

.faq summary {
  color: var(--navy);
  cursor: pointer;
  font-weight: 900;
}

.faq p {
  margin-top: 14px;
  margin-bottom: 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  gap: 38px;
  align-items: start;
}

label {
  display: block;
  margin-bottom: 18px;
  color: var(--navy);
  font-weight: 900;
}

input,
textarea,
select {
  display: block;
  width: 100%;
  min-height: 48px;
  margin-top: 7px;
  border: 1px solid var(--leaf);
  border-radius: 8px;
  padding: 12px 14px;
  color: var(--slate);
  background: var(--mist);
  font: inherit;
}

textarea {
  resize: vertical;
}

.hidden {
  display: none;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.social-links a {
  color: inherit;
  font-weight: 900;
}

.social-links.large a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 14px;
  color: var(--forest);
  background: var(--tint);
  border: 1px solid var(--leaf);
  border-radius: 999px;
  text-decoration: none;
}

.site-footer {
  padding: 54px 72px 28px;
  color: var(--white);
  background: var(--navy);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 36px;
}

.footer-logo {
  width: 190px;
  padding: 10px;
  margin-bottom: 14px;
  background: var(--white);
  border-radius: 8px;
}

.site-footer h3 {
  color: var(--white);
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
}

.site-footer a {
  color: var(--white);
}

.small-print {
  font-size: 0.82rem;
  line-height: 1.6;
  opacity: 0.86;
}

.site-footer .small-print {
  padding-top: 20px;
  margin-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

@media (max-width: 1220px) {
  .site-header {
    padding: 12px 28px;
  }

  .brand img {
    width: 188px;
    height: 70px;
  }

  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px 22px 20px;
    background: var(--mist);
    border-bottom: 1px solid var(--leaf);
    box-shadow: var(--shadow);
  }

  .site-nav.open {
    display: flex;
  }

  .nav-link {
    padding: 10px 2px;
    white-space: normal;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .header-cta {
    display: none;
  }
}

@media (max-width: 980px) {
  h1 {
    font-size: 3.2rem;
  }

  h2 {
    font-size: 2.45rem;
  }

  .hero h1 {
    font-size: 3.65rem;
  }

  .hero {
    min-height: 560px;
    padding: 72px 28px;
    background:
      linear-gradient(90deg, rgba(247, 249, 248, 0.97) 0%, rgba(247, 249, 248, 0.84) 100%),
      url("woodland-path.jpg") center / cover no-repeat;
  }

  .section,
  .page-hero,
  .locations-strip,
  .site-footer {
    padding-left: 28px;
    padding-right: 28px;
  }

  .cards.three,
  .cards.four,
  .support-grid,
  .journey,
  .split,
  .page-hero.with-image,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .lead-magnet {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 16px;
  }

  .brand img {
    width: 168px;
    height: 62px;
  }

  .site-header {
    padding: 10px 16px;
  }

  .hero {
    min-height: 470px;
    padding: 54px 18px;
  }

  .hero h1,
  h1 {
    font-size: 2.65rem;
  }

  .hero-lede {
    font-size: 1.6rem;
  }

  h2 {
    font-size: 2.1rem;
  }

  h3 {
    font-size: 1.45rem;
  }

  .section,
  .page-hero,
  .locations-strip,
  .site-footer {
    padding: 48px 18px;
  }

  .button,
  form .button {
    width: 100%;
  }

  .button-row {
    width: 100%;
  }

  .cards article,
  .journey article,
  .note-panel,
  form,
  .audio-card {
    padding: 22px;
  }
}
