:root {
  --green: #003f2d;
  --green-deep: #002d21;
  --cream: #f3f0e5;
  --white: #fffdf7;
  --yellow: #ffce2e;
  --ink: #102019;
  --muted: #657169;
  --line: rgba(16, 32, 25, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 28px 0;
  color: var(--white);
}
.site-header--solid {
  position: relative;
  width: 100%;
  max-width: none;
  padding: 22px max(24px, calc((100vw - 1240px) / 2));
  background: var(--green);
}
.brand img { width: 150px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { font-size: 14px; font-weight: 600; text-decoration: none; }
.site-nav a:not(.nav-cta):hover { opacity: .7; }
.nav-cta {
  padding: 11px 17px;
  border-radius: 999px;
  color: var(--green-deep);
  background: var(--yellow);
}
.menu-button {
  display: none;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px;
  padding: 9px 14px;
  color: inherit;
  background: transparent;
  font: inherit;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--green);
}
.hero__backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,45,33,.97) 0%, rgba(0,45,33,.78) 42%, rgba(0,45,33,.18) 76%),
    url("assets/course.png") center / cover no-repeat;
  transform: scale(1.02);
}
.hero__content {
  position: relative;
  z-index: 1;
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 150px 0 80px;
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--yellow);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow--dark { color: var(--green); }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2 {
  margin: 0;
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
  letter-spacing: -.025em;
}
h1 { max-width: 850px; font-size: clamp(64px, 9vw, 126px); line-height: .88; }
h1 em { color: var(--yellow); font-weight: 400; }
.hero__lede {
  max-width: 550px;
  margin: 30px 0 0;
  color: rgba(255,255,255,.82);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.5;
}
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.button--primary { color: var(--green-deep); background: var(--yellow); }
.button--ghost { border-color: rgba(255,255,255,.42); color: var(--white); }
.button:hover { transform: translateY(-1px); }
.hero__note { margin: 16px 0 0; color: rgba(255,255,255,.58); font-size: 12px; }

.section { padding: 110px 24px; }
.section--cream { background: var(--cream); }
.section-heading { width: min(760px, 100%); margin: 0 auto 56px; text-align: center; }
.section-heading h2, .statement h2, .page-hero h1 { font-size: clamp(48px, 6vw, 82px); line-height: .98; }
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: min(1120px, 100%);
  margin: 0 auto;
}
.card {
  min-height: 280px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255,255,255,.48);
}
.card__number { color: var(--muted); font-size: 12px; font-weight: 700; }
.card h3 { margin: 95px 0 10px; font-size: 22px; }
.card p { margin: 0; color: var(--muted); line-height: 1.6; }

.statement {
  padding: 120px 24px;
  color: var(--white);
  text-align: center;
  background: var(--green);
}
.statement h2 { margin: 0 auto; max-width: 980px; }
.text-link {
  display: inline-block;
  margin-top: 32px;
  color: var(--yellow);
  font-weight: 700;
  text-decoration: none;
}

.page-hero { padding: 100px 24px 90px; color: var(--white); text-align: center; background: var(--green); }
.page-hero__inner { width: min(840px, 100%); margin: 0 auto; }
.page-hero p:last-child { max-width: 620px; margin: 24px auto 0; color: rgba(255,255,255,.7); font-size: 18px; line-height: 1.6; }
.content { width: min(960px, calc(100% - 48px)); margin: 0 auto; padding: 90px 0 110px; }
.content--narrow { max-width: 760px; }
.feature-list { display: grid; gap: 1px; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; background: var(--line); }
.feature-row { display: grid; grid-template-columns: 170px 1fr; gap: 36px; padding: 32px; background: var(--cream); }
.feature-row h2 { font-family: inherit; font-size: 15px; font-weight: 700; letter-spacing: 0; }
.feature-row p { margin: 0; color: var(--muted); line-height: 1.65; }
.price-card { max-width: 600px; margin: 0 auto; padding: 42px; border: 1px solid var(--line); border-radius: 24px; background: var(--white); }
.price-card h2 { font-size: 58px; }
.price-card ul { margin: 28px 0; padding-left: 20px; color: var(--muted); line-height: 2; }
.price-card .button { color: var(--green-deep); background: var(--yellow); }
.faq-list { display: grid; gap: 10px; }
.faq-list details { border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.45); }
.faq-list summary { cursor: pointer; padding: 22px 24px; font-weight: 700; }
.faq-list details p { margin: -4px 24px 22px; color: var(--muted); line-height: 1.65; }
.legal h2 { margin: 42px 0 12px; font-family: inherit; font-size: 20px; font-weight: 700; letter-spacing: 0; }
.legal h2:first-child { margin-top: 0; }
.legal p, .legal li { color: var(--muted); line-height: 1.75; }
.legal a { color: var(--green); }
.legal-note { padding: 16px 18px; border-left: 3px solid var(--yellow); background: rgba(255,255,255,.5); }

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 55px;
  padding: 70px max(24px, calc((100vw - 1240px) / 2));
  color: rgba(255,255,255,.65);
  background: var(--green-deep);
}
.footer-wordmark { width: 140px; }
.site-footer p { margin: 16px 0 0; font-size: 13px; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 22px; align-items: start; }
.site-footer a { font-size: 13px; text-decoration: none; }
.copyright { grid-column: 1 / -1; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.12); }

@media (max-width: 720px) {
  .site-header { width: calc(100% - 32px); padding-top: 20px; }
  .site-header--solid { width: 100%; padding: 18px 20px; }
  .brand img { width: 126px; }
  .menu-button { display: block; }
  .site-nav {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 12px;
    border-radius: 14px;
    color: var(--white);
    background: var(--green-deep);
    box-shadow: 0 18px 50px rgba(0,0,0,.25);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px; }
  .nav-cta { margin-top: 4px; text-align: center; }
  .hero__backdrop { background: linear-gradient(180deg, rgba(0,45,33,.55), rgba(0,45,33,.96) 70%), url("assets/course.png") center / cover; }
  .hero__content { width: calc(100% - 40px); padding-top: 160px; align-self: end; }
  h1 { font-size: clamp(58px, 19vw, 84px); }
  .hero__lede { font-size: 17px; }
  .section { padding: 80px 20px; }
  .steps { grid-template-columns: 1fr; }
  .card { min-height: 220px; }
  .card h3 { margin-top: 55px; }
  .statement { padding: 90px 20px; }
  .page-hero { padding: 80px 20px 70px; }
  .content { width: calc(100% - 40px); padding: 65px 0 80px; }
  .feature-row { grid-template-columns: 1fr; gap: 8px; padding: 24px; }
  .price-card { padding: 28px; }
  .site-footer { grid-template-columns: 1fr; gap: 30px; padding: 55px 24px; }
  .site-footer nav { line-height: 1.8; }
  .copyright { grid-column: auto; }
}

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