:root {
  --ink: #23231f;
  --soft-ink: #47483f;
  --cream: #fbf4e3;
  --paper: #fff9ed;
  --sage: #879c75;
  --moss: #5f7353;
  --deep-green: #25382d;
  --salmon: #d78677;
  --rose: #b76870;
  --clay: #a45f49;
  --gold: #c5a34f;
  --mist: #d7dfd2;
  --stone: #d2c4ae;
  --line: rgba(35, 35, 31, 0.18);
  --shadow: 0 24px 60px rgba(35, 35, 31, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  gap: 28px;
  padding: 16px clamp(18px, 4vw, 54px);
  background: rgba(251, 244, 227, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand img {
  width: 210px;
}

nav {
  display: flex;
  justify-content: flex-end;
  gap: clamp(14px, 3vw, 34px);
  padding: 0 0 22px;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

nav a,
.site-footer a,
.program-card a {
  text-decoration: none;
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border: 1px solid var(--ink);
  border-radius: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
}

.program-hero .button,
.interest > .button {
  min-height: 38px;
  padding: 10px 15px;
  font-size: 11px;
}

.interest > .button {
  align-self: start;
  justify-self: start;
}

.header-cta,
.button.primary {
  color: var(--paper);
  background: var(--deep-green);
  border-color: var(--deep-green);
}

.button.secondary {
  color: var(--ink);
  background: rgba(255, 250, 241, 0.68);
}

.hero {
  position: relative;
  min-height: calc(100vh - 101px);
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--sage);
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(247, 242, 232, 0.94) 0%, rgba(247, 242, 232, 0.76) 42%, rgba(247, 242, 232, 0.2) 100%),
    linear-gradient(0deg, rgba(37, 56, 45, 0.18), rgba(37, 56, 45, 0));
}

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

.hero-content {
  position: relative;
  max-width: 760px;
  padding: clamp(72px, 12vw, 150px) clamp(20px, 7vw, 96px) clamp(46px, 8vw, 82px);
}

.eyebrow,
.section-kicker {
  margin: 12px 0 0;
  color: var(--rose);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Josefin Sans", "Inter", system-ui, sans-serif;
  line-height: 0.98;
  font-weight: 300;
  letter-spacing: 0.035em;
}

h1 {
  font-size: clamp(52px, 10vw, 116px);
  font-weight: 300;
  letter-spacing: 0.22em;
}

h2 {
  font-size: clamp(34px, 4.7vw, 62px);
  font-weight: 300;
}

h3 {
  font-size: 30px;
  font-weight: 400;
}

.tagline {
  margin: 10px 0 22px;
  color: var(--clay);
  font-size: clamp(14px, 1.7vw, 19px);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-copy {
  max-width: 600px;
  margin: 0 0 28px;
  color: var(--soft-ink);
  font-size: clamp(17px, 2vw, 21px);
}

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

.program-hero {
  padding: clamp(70px, 10vw, 120px) clamp(20px, 7vw, 96px);
  background:
    linear-gradient(90deg, rgba(135, 156, 117, 0.22), rgba(234, 216, 195, 0.56)),
    var(--paper);
}

.program-hero h1 {
  max-width: 980px;
  margin-bottom: 18px;
  color: var(--deep-green);
  font-size: clamp(48px, 8vw, 106px);
}

.program-hero .section-kicker {
  margin-bottom: 24px;
}

.program-hero .hero-copy {
  max-width: 780px;
}

.image-feature {
  padding: clamp(28px, 5vw, 58px) clamp(20px, 6vw, 86px);
  background: var(--paper);
}

.image-feature img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border: 1px solid var(--line);
}

.statement,
.programs,
.about,
.interest,
.program-detail {
  padding: clamp(70px, 10vw, 120px) clamp(20px, 6vw, 86px);
}

.statement {
  background:
    linear-gradient(90deg, rgba(135, 156, 117, 0.16), rgba(215, 134, 119, 0.14)),
    var(--paper);
}

.statement {
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}

.statement h2 {
  margin-bottom: 16px;
}

.statement p,
.section-heading p,
.detail-copy p,
.about p,
.interest-intro p {
  color: var(--soft-ink);
  font-size: 18px;
}

.approach-title {
  color: var(--deep-green);
  font-size: clamp(30px, 4.2vw, 54px);
  font-weight: 300;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.approach-subhead {
  max-width: 820px;
  margin: 0 auto 18px;
  color: var(--clay);
  font-size: clamp(20px, 2.3vw, 29px) !important;
  font-weight: 400;
  line-height: 1.25;
}

.statement p:not(.approach-subhead) {
  max-width: 900px;
  margin: 0 auto;
  font-size: clamp(16px, 1.5vw, 19px);
}

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

.section-heading .section-kicker {
  margin: 10px 0 18px;
}

.branch-heading .approach-title {
  margin-bottom: 10px;
}

.branch-heading .approach-subhead {
  margin: 0;
}

.programs,
.interest {
  background: var(--mist);
}

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

.program-card {
  min-height: 185px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: 0 16px 34px rgba(37, 56, 45, 0.08);
}

.program-card h3 {
  font-family: "Inter", system-ui, sans-serif;
  color: var(--deep-green);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.15;
  text-transform: uppercase;
}

.program-card p {
  color: var(--soft-ink);
  margin: 14px 0;
  font-size: 14px;
  line-height: 1.45;
}

.program-card a {
  color: var(--rose);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
}

.program-detail {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) 1fr;
  gap: clamp(28px, 6vw, 86px);
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.gathering-detail {
  background: #dfe8d6;
}

.hands-detail {
  background: #ead8c3;
}

.foundations-detail {
  background: #d4ddcf;
}

.curriculum-detail {
  background: #efe1c3;
}

.interest-detail {
  background: var(--mist);
}

.interest-detail .button {
  width: fit-content;
  margin-top: 10px;
}

.detail-copy {
  max-width: 820px;
}

.program-detail h2 {
  text-transform: uppercase;
}

.pathways-detail {
  background: #d9dfc7;
  color: var(--ink);
}

.pathways-detail .section-kicker {
  color: var(--rose);
}

.detail-copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 18px 0 0;
  padding: 0;
  list-style-position: inside;
}

.detail-copy li {
  padding: 0;
  background: transparent;
  border-left: 0;
  color: var(--soft-ink);
}

.about {
  display: grid;
  grid-template-columns: 320px 1fr;
  align-items: center;
  gap: clamp(28px, 7vw, 90px);
  background: #f4e7c8;
}

.about-mark {
  padding: 38px;
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.interest {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) 1fr;
  gap: clamp(34px, 7vw, 90px);
}

.interest h2 {
  max-width: 560px;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.06;
}

form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

label {
  display: grid;
  gap: 7px;
  color: var(--soft-ink);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid rgba(35, 35, 31, 0.26);
  border-radius: 0;
  font: inherit;
}

textarea {
  resize: vertical;
}

.full,
form button {
  grid-column: 1 / -1;
}

.hidden {
  display: none;
}

.site-footer {
  display: grid;
  grid-template-columns: 96px 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 38px clamp(20px, 6vw, 86px);
  color: var(--paper);
  background: var(--deep-green);
}

.site-footer img {
  width: 96px;
}

.site-footer p {
  margin: 2px 0;
  color: rgba(255, 250, 241, 0.72);
}

@media (max-width: 1000px) {
  .program-detail,
  .about,
  .interest {
    grid-template-columns: 1fr;
  }

  .detail-copy {
    max-width: none;
  }
}

@media (max-width: 760px) {
  .site-header {
    position: static;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
  }

  .brand img {
    width: 168px;
  }

  nav {
    flex-wrap: wrap;
  }

  .header-cta {
    width: 100%;
  }

  .hero {
    min-height: auto;
  }

  .hero-media::after {
    background: linear-gradient(0deg, rgba(247, 242, 232, 0.95), rgba(247, 242, 232, 0.74));
  }

  .program-grid,
  form,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer {
    justify-items: start;
  }
}
