/* Academy page styles — Rooted Pathways
   Brand: forest #2F5D3A, teal #01696F, taupe #8B755B, sage #9CAF88,
   cream #FAF5EB, soft cream #F2E9D9, ink #28251D, orange #964219
*/

.academy-page { background: #FAF5EB; }

/* HERO */
.academy-hero {
  background: linear-gradient(180deg, #F2E9D9 0%, #FAF5EB 100%);
  padding: 84px 0 64px;
  border-bottom: 1px solid rgba(47,93,58,0.08);
}
.academy-hero .eyebrow {
  font-family: 'Satoshi', sans-serif;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8B755B;
  margin: 0 0 14px;
  font-weight: 500;
}
.academy-hero h1 {
  font-family: 'Gambarino', 'Satoshi', serif;
  font-weight: 400;
  font-size: clamp(48px, 7vw, 88px);
  line-height: 1.02;
  margin: 0 0 22px;
  color: #2F5D3A;
  letter-spacing: -0.02em;
}
.academy-hero h1 em {
  font-style: italic;
  color: #01696F;
}
.academy-hero .lede {
  font-family: 'Satoshi', sans-serif;
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.55;
  color: #28251D;
  max-width: 740px;
  margin: 0 0 16px;
}
.academy-hero .lede-sub {
  font-family: 'Satoshi', sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #5a5a52;
  max-width: 720px;
  margin: 0 0 28px;
}
.academy-hero-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.academy-hero .hero-note {
  font-family: 'Satoshi', sans-serif;
  font-size: 13px;
  color: #8B755B;
  margin: 8px 0 0;
}

/* SECTION HEAD */
.section-head { max-width: 780px; margin: 0 0 36px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-eyebrow {
  font-family: 'Satoshi', sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #01696F;
  margin: 0 0 10px;
  font-weight: 600;
}
.section-head h2 {
  font-family: 'Gambarino', 'Satoshi', serif;
  font-weight: 400;
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.1;
  margin: 0 0 12px;
  color: #2F5D3A;
  letter-spacing: -0.01em;
}
.section-sub {
  font-family: 'Satoshi', sans-serif;
  font-size: 17px;
  color: #5a5a52;
  margin: 0;
}

/* WHAT IT IS */
.academy-what { padding: 72px 0; background: #FAF5EB; }
.what-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
}
.what-card {
  background: #fff;
  border: 1px solid rgba(47,93,58,0.10);
  border-radius: 14px;
  padding: 26px 24px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.what-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(47,93,58,0.06);
}
.what-card h3 {
  font-family: 'Satoshi', sans-serif;
  font-weight: 700;
  font-size: 19px;
  margin: 0 0 10px;
  color: #2F5D3A;
}
.what-card p {
  font-family: 'Satoshi', sans-serif;
  font-size: 15.5px;
  line-height: 1.6;
  color: #28251D;
  margin: 0;
}

/* PATHWAYS */
.academy-pathways {
  padding: 84px 0;
  background: #F2E9D9;
  border-top: 1px solid rgba(47,93,58,0.08);
  border-bottom: 1px solid rgba(47,93,58,0.08);
}
.pathways-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 22px;
}
.pathway-card {
  background: #FAF5EB;
  border: 1px solid rgba(47,93,58,0.12);
  border-radius: 14px;
  padding: 28px 26px;
  position: relative;
}
.pathway-num {
  font-family: 'Gambarino', serif;
  font-size: 36px;
  color: #01696F;
  line-height: 1;
  margin-bottom: 14px;
  opacity: 0.7;
}
.pathway-card h3 {
  font-family: 'Gambarino', serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.15;
  color: #2F5D3A;
  margin: 0 0 10px;
}
.pathway-card p {
  font-family: 'Satoshi', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #28251D;
  margin: 0 0 12px;
}
.pathway-meta {
  font-family: 'Satoshi', sans-serif !important;
  font-size: 13px !important;
  color: #8B755B !important;
  margin: 0 !important;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.pathway-card-coming {
  background: rgba(156,175,136,0.18);
  border-style: dashed;
}
.pathway-card-coming .pathway-num { color: #8B755B; }

/* PRINCIPLES */
.academy-principles {
  padding: 84px 0;
  background: #2F5D3A;
  color: #FAF5EB;
}
.academy-principles .section-eyebrow { color: #9CAF88; }
.academy-principles .section-head h2 { color: #FAF5EB; }
.principles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 28px;
  max-width: 1000px;
  margin: 0 auto;
}
.principle {
  padding: 8px 0;
  border-top: 1px solid rgba(250,245,235,0.18);
  padding-top: 22px;
}
.principle-num {
  font-family: 'Gambarino', serif;
  font-size: 30px;
  color: #9CAF88;
  margin: 0 0 10px;
  line-height: 1;
}
.principle-text {
  font-family: 'Gambarino', serif;
  font-size: 22px;
  line-height: 1.3;
  color: #FAF5EB;
  margin: 0;
  font-style: italic;
}

/* WHO IT'S FOR */
.academy-who { padding: 72px 0; background: #FAF5EB; }
.who-list {
  font-family: 'Satoshi', sans-serif;
  font-size: 17px;
  line-height: 1.75;
  color: #28251D;
  max-width: 820px;
  margin: 0;
  padding-left: 22px;
}
.who-list li { margin-bottom: 10px; }
.who-list strong { color: #2F5D3A; }

/* CTA */
.academy-cta { padding: 72px 0 96px; background: #FAF5EB; }
.cta-card {
  background: #fff;
  border: 1px solid rgba(47,93,58,0.12);
  border-radius: 18px;
  padding: 48px 44px;
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
  box-shadow: 0 10px 40px rgba(47,93,58,0.06);
}
.cta-card .eyebrow {
  font-family: 'Satoshi', sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #01696F;
  margin: 0 0 12px;
  font-weight: 600;
}
.cta-card h2 {
  font-family: 'Gambarino', serif;
  font-weight: 400;
  font-size: clamp(28px, 3.4vw, 38px);
  line-height: 1.15;
  margin: 0 0 16px;
  color: #2F5D3A;
}
.cta-card p {
  font-family: 'Satoshi', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #28251D;
  margin: 0 auto 26px;
  max-width: 620px;
}
.cta-row {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* RESPONSIVE */
@media (max-width: 720px) {
  .academy-hero { padding: 56px 0 44px; }
  .academy-what,
  .academy-pathways,
  .academy-principles,
  .academy-who,
  .academy-cta { padding: 52px 0; }
  .cta-card { padding: 32px 22px; }
}
