:root {
  --forest: #426b3a;
  --deep: #233c29;
  --moss: #6f8f5d;
  --leaf: #a9bd8c;
  --gold: #e7b84a;
  --cream: #f5f1e8;
  --paper: #fffdf8;
  --ink: #20211f;
  --muted: #656862;
  --line: rgba(35, 60, 41, 0.16);
  --shadow: 0 24px 70px rgba(35, 60, 41, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 120px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, Avenir, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.55;
}

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  width: min(1180px, calc(100% - 36px));
  padding: 14px 18px;
  background: rgba(255, 253, 248, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 999px;
  box-shadow: 0 14px 44px rgba(35, 60, 41, 0.14);
  transform: translateX(-50%);
  backdrop-filter: blur(18px);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 238px;
}

.brand-flower {
  position: relative;
  width: 42px;
  height: 48px;
  flex: 0 0 auto;
}

.brand-flower::before,
.brand-flower::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 20px;
  width: 4px;
  height: 36px;
  background: var(--moss);
  border-radius: 999px;
  transform: rotate(12deg);
  transform-origin: bottom;
}

.brand-flower::after {
  left: 16px;
  height: 28px;
  background: var(--leaf);
  transform: rotate(-28deg);
}

.brand-flower span {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f3c85d;
}

.brand-flower span:nth-child(1) { left: 14px; top: 10px; }
.brand-flower span:nth-child(2) { left: 25px; top: 1px; }
.brand-flower span:nth-child(3) { left: 30px; top: 20px; }
.brand-flower span:nth-child(4) { left: 4px; top: 27px; }

.brand-text {
  display: grid;
  gap: 1px;
  text-transform: uppercase;
}

.brand-text strong {
  color: var(--deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1;
}

.brand-text small {
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2vw, 28px);
  color: var(--deep);
  font-size: 0.92rem;
  font-weight: 800;
}

.site-nav a {
  padding: 10px 0;
}

.site-nav a:hover {
  color: var(--forest);
}

.header-actions,
.hero-actions,
.visit-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  white-space: nowrap;
}

.button-primary {
  color: #fff;
  background: var(--forest);
  box-shadow: 0 12px 28px rgba(35, 60, 41, 0.2);
}

.button-ghost {
  color: var(--deep);
  background: rgba(66, 107, 58, 0.08);
}

.button-light {
  color: var(--deep);
  background: #fff;
  border-color: rgba(255, 255, 255, 0.72);
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 820px;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 150px clamp(22px, 5vw, 72px) 44px;
  color: #fff;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(14, 26, 15, 0.78) 0%, rgba(14, 26, 15, 0.52) 42%, rgba(14, 26, 15, 0.2) 100%),
    linear-gradient(0deg, rgba(14, 26, 15, 0.56), rgba(14, 26, 15, 0.04) 45%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 780px;
}

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

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 0.96;
}

h1 {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: clamp(4.8rem, 9vw, 8.8rem);
}

.hero-content p:not(.eyebrow) {
  max-width: 650px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.12rem, 1.5vw, 1.32rem);
}

.hero-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  width: min(900px, 100%);
  margin-top: 70px;
  overflow: hidden;
  color: var(--deep);
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 24px;
  backdrop-filter: blur(14px);
}

.hero-card div {
  padding: 24px;
  background: rgba(255, 253, 248, 0.78);
}

.hero-card strong,
.hero-card span {
  display: block;
}

.hero-card strong {
  margin-bottom: 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
}

.hero-card span {
  color: var(--muted);
  font-size: 0.92rem;
}

.proof-strip,
.section,
.forest-feature,
.testimonial,
.visit-cta,
.site-footer {
  width: min(1180px, calc(100% - 44px));
  margin-inline: auto;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.proof-strip div {
  min-height: 132px;
  padding: 26px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 20px;
}

.proof-strip strong,
.proof-strip span {
  display: block;
}

.proof-strip strong {
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1;
}

.proof-strip span {
  margin-top: 8px;
  color: var(--muted);
}

.section {
  padding: 90px 0 0;
}

.section-kicker {
  display: grid;
  grid-template-columns: 0.62fr 1.38fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 34px;
}

.section-kicker h2,
.forest-copy h2,
.visit-cta h2 {
  margin-bottom: 0;
  font-size: clamp(2.6rem, 5vw, 5.1rem);
}

.section-kicker .eyebrow {
  color: var(--forest);
}

.approach-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.approach-grid article {
  min-height: 300px;
  padding: 34px 28px;
  background: var(--paper);
  border-right: 1px solid var(--line);
}

.approach-grid article:last-child {
  border-right: 0;
}

.approach-grid span {
  color: var(--gold);
  font-weight: 950;
  letter-spacing: 0.14em;
}

.approach-grid h3,
.pathway-grid h3 {
  margin: 34px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  font-weight: 500;
  line-height: 1.05;
}

.approach-grid p,
.pathway-grid p,
.forest-copy p,
.visit-cta p,
.site-footer p {
  color: var(--muted);
}

.pathway-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.pathway-grid article {
  overflow: hidden;
  background: var(--cream);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.pathway-grid img {
  width: 100%;
  aspect-ratio: 1.08;
  object-fit: cover;
}

.pathway-grid div {
  padding: 26px;
}

.pathway-grid .age {
  width: fit-content;
  margin-bottom: 0;
  padding: 6px 12px;
  color: #fff;
  background: var(--forest);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pathway-grid h3 {
  margin-top: 18px;
}

.forest-feature {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: center;
  margin-top: 96px;
  padding: clamp(34px, 5vw, 58px);
  color: #fff;
  background: var(--deep);
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.forest-copy .eyebrow,
.forest-copy p {
  color: rgba(255, 255, 255, 0.82);
}

.forest-copy ul {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.forest-copy li {
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
}

.forest-media {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 16px;
  align-items: end;
}

.forest-media img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  border-radius: 22px;
}

.forest-media img:last-child {
  height: 300px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  grid-auto-rows: 245px;
  gap: 16px;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}

.gallery-grid .wide {
  grid-column: span 2;
}

.testimonial {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 34px;
  margin-top: 92px;
  padding: clamp(34px, 6vw, 68px);
  background: var(--cream);
  border-radius: 30px;
}

.quote-mark {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 6rem;
  line-height: 0.8;
}

blockquote {
  margin: 0;
}

blockquote p {
  max-width: 900px;
  margin-bottom: 18px;
  font-size: clamp(1.45rem, 2.6vw, 2.4rem);
  line-height: 1.28;
}

cite {
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
}

.visit-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  margin-top: 34px;
  padding: clamp(34px, 5vw, 58px);
  color: #fff;
  background:
    linear-gradient(120deg, rgba(66, 107, 58, 0.96), rgba(35, 60, 41, 0.92)),
    url("assets/forest-session.png") center / cover;
  border-radius: 30px;
}

.visit-cta .eyebrow,
.visit-cta p {
  color: rgba(255, 255, 255, 0.84);
}

.site-footer {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  gap: 40px;
  padding: 58px 0 42px;
}

.site-footer h2 {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  font-weight: 500;
}

.site-footer a:not(.brand),
.site-footer p {
  display: block;
  margin: 0 0 8px;
  color: var(--muted);
}

@media (max-width: 1060px) {
  .site-header {
    grid-template-columns: auto auto;
    border-radius: 28px;
  }

  .site-nav,
  .header-actions {
    grid-column: 1 / -1;
  }

  .site-nav {
    order: 3;
  }

  .header-actions {
    justify-content: center;
    order: 4;
  }

  .hero-card,
  .proof-strip,
  .section-kicker,
  .approach-grid,
  .pathway-grid,
  .forest-feature,
  .site-footer {
    grid-template-columns: 1fr 1fr;
  }

  .approach-grid article:nth-child(2n) {
    border-right: 0;
  }

  .approach-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .forest-copy,
  .forest-media,
  .site-footer > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    padding: 12px 14px;
  }

  .brand,
  .footer-brand {
    min-width: 0;
  }

  .brand-text strong {
    font-size: 1.15rem;
  }

  .brand-text small {
    font-size: 0.68rem;
  }

  .nav-toggle {
    justify-self: end;
    display: grid;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 11px;
    background: var(--forest);
    border: 0;
    border-radius: 50%;
  }

  .nav-toggle span:not(.sr-only) {
    display: block;
    height: 2px;
    background: #fff;
    border-radius: 999px;
  }

  .site-nav,
  .header-actions {
    display: none;
  }

  .site-header.nav-open .site-nav,
  .site-header.nav-open .header-actions {
    display: grid;
    justify-content: stretch;
  }

  .site-nav {
    gap: 0;
  }

  .site-nav a {
    padding: 12px 0;
    border-top: 1px solid var(--line);
  }

  .hero-actions,
  .visit-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .hero {
    min-height: 780px;
    padding: 132px 22px 28px;
  }

  h1 {
    font-size: clamp(4rem, 19vw, 5.8rem);
  }

  .hero-card,
  .proof-strip,
  .section-kicker,
  .approach-grid,
  .pathway-grid,
  .forest-feature,
  .forest-media,
  .gallery-grid,
  .testimonial,
  .visit-cta,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero-card {
    margin-top: 34px;
  }

  .hero-card div {
    padding: 20px;
  }

  .proof-strip,
  .section,
  .forest-feature,
  .testimonial,
  .visit-cta,
  .site-footer {
    width: min(100% - 28px, 1180px);
  }

  .section {
    padding-top: 68px;
  }

  .section-kicker {
    gap: 8px;
  }

  .approach-grid article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .approach-grid article:last-child {
    border-bottom: 0;
  }

  .pathway-grid img {
    aspect-ratio: 1.35;
  }

  .forest-feature {
    margin-top: 68px;
    border-radius: 24px;
  }

  .forest-media img,
  .forest-media img:last-child {
    height: 280px;
  }

  .gallery-grid {
    grid-auto-rows: 240px;
  }

  .gallery-grid .wide {
    grid-column: auto;
  }

  .quote-mark {
    font-size: 4rem;
  }

  .visit-cta {
    align-items: start;
  }
}

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