@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700&family=Libre+Franklin:ital,wght@0,400;0,500;0,600;1,400&display=swap");

:root {
  --ground: #f7f7f3;
  --surface: #fff;
  --ink: #141a16;
  --ink-2: #4a554d;
  --line: #dde0d8;
  --green: #1e4d33;
  --green-deep: #153a26;
  --green-tint: #e7efe8;
  --brass: #a8862f;
  --on-green: #f3f6f1;
}

@media (prefers-color-scheme: dark) {
  :root {
    --ground: #0f1512;
    --surface: #161e19;
    --ink: #eef1ea;
    --ink-2: #a9b3ab;
    --line: #2a352d;
    --green: #2e7a4f;
    --green-deep: #1d5636;
    --green-tint: #1a2a20;
    --brass: #d2ac4c;
  }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  background: var(--ground);
  color: var(--ink);
  font-family: "Libre Franklin", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.6;
}
h1, h2, h3 {
  margin: 0;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1;
  text-transform: uppercase;
  text-wrap: balance;
}
h1 { font-size: clamp(52px, 8vw, 104px); }
h2 { font-size: clamp(38px, 5vw, 60px); }
h3 { font-size: 28px; font-weight: 600; }
p, blockquote { margin: 0; }
a { color: inherit; }
ul { margin: 0; padding: 0; list-style: none; }
img { max-width: 100%; }
input, textarea, button { font: inherit; }
input, textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: var(--surface);
  color: var(--ink);
}
input::placeholder, textarea::placeholder { color: #737d75; }
.wrap { width: min(100% - 56px, 1160px); margin-inline: auto; }
.prose { max-width: 62ch; color: var(--ink-2); }
.eyebrow {
  color: var(--brass);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.btn {
  display: inline-block;
  padding: 14px 26px;
  border: 2px solid var(--green);
  border-radius: 3px;
  background: transparent;
  color: var(--green);
  cursor: pointer;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .15s, border-color .15s, color .15s;
}
.btn-solid { background: var(--green); color: var(--on-green); }
.btn-solid:hover { border-color: var(--green-deep); background: var(--green-deep); }
.btn-ghost:hover { background: var(--green-tint); }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--brass);
  outline-offset: 3px;
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  padding: 8px 12px;
  background: var(--surface);
  transform: translateY(-150%);
}
.skip-link:focus { transform: none; }
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--ground) 92%, transparent);
  backdrop-filter: blur(8px);
}
.nav .wrap { display: flex; min-height: 68px; align-items: center; justify-content: space-between; gap: 24px; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo-mark {
  display: block;
  width: auto;
  height: 34px;
}
.logo-word {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.nav-list { display: flex; align-items: center; gap: 22px; }
.nav-list a { color: var(--ink-2); font-size: 15px; font-weight: 500; text-decoration: none; white-space: nowrap; }
.nav-list a:hover, .nav-list a[aria-current="page"] { color: var(--ink); }
.nav-list .btn { padding: 9px 16px; color: var(--on-green); font-family: "Barlow Condensed", sans-serif; }
.hero { padding: 56px 0 64px; }
.hero .wrap { display: grid; grid-template-columns: 6fr 5fr; align-items: center; gap: 48px; }
.hero-photo { aspect-ratio: 5 / 4; overflow: hidden; border: 1px solid var(--line); border-radius: 4px; background: var(--green-tint); }
.hero-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 60% 40%; }
.hero-copy { display: flex; flex-direction: column; gap: 22px; }
.hero-copy .lead { max-width: 48ch; color: var(--ink-2); font-size: 20px; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; }
.stats { background: var(--green); color: var(--on-green); }
.stats .wrap { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 26px 20px; border-left: 1px solid rgb(255 255 255 / .18); }
.stat:first-child { padding-left: 0; border-left: 0; }
.stat b { display: block; font-family: "Barlow Condensed", sans-serif; font-size: 44px; font-variant-numeric: tabular-nums; line-height: 1; }
.stat span { font-size: 14px; letter-spacing: .04em; text-transform: uppercase; opacity: .85; }
.block, .quotes { padding: 88px 0; }
.head { display: flex; flex-direction: column; gap: 12px; margin-bottom: 40px; }

.meet .wrap { display: grid; grid-template-columns: 4fr 7fr; grid-template-rows: auto auto; align-items: start; gap: 24px 56px; }
.portrait { grid-row: 1 / 3; aspect-ratio: 4 / 5; overflow: hidden; border: 1px solid var(--line); border-radius: 4px; }
.portrait img { display: block; width: 100%; height: 100%; object-fit: cover; }
.meet .head { margin: 0; }
.meet-copy { display: flex; max-width: none; flex-direction: column; gap: 16px; }
.creds { display: flex; flex-direction: column; gap: 10px; margin-top: 8px; padding-top: 20px; border-top: 1px solid var(--line); }
.creds li { display: flex; gap: 12px; font-size: 15px; }
.tick { flex: 0 0 auto; color: var(--green); font-weight: 700; }
.offers, .free { border-block: 1px solid var(--line); background: var(--surface); }
.offer-list { display: flex; flex-direction: column; }
.offer {
  display: grid;
  grid-template-columns: minmax(220px, 3fr) 6fr auto;
  align-items: center;
  gap: 12px 40px;
  padding: 30px 0;
  border-top: 1px solid var(--line);
}
.offer:first-child { padding-top: 0; border: 0; }
.offer h3 { display: flex; flex-direction: column; gap: 6px; }
.offer h3 small { color: var(--brass); font-size: 13px; font-weight: 600; letter-spacing: .14em; }
.offer p { max-width: 60ch; color: var(--ink-2); font-size: 16px; }
.offer .btn { white-space: nowrap; }
.badge { align-self: flex-start; padding: 4px 9px; border-radius: 2px; background: var(--brass); color: white; font-size: 12px; letter-spacing: .1em; }
.quotes-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px 56px; }
.quote { display: flex; flex-direction: column; gap: 14px; }
.quote p { font-size: 20px; line-height: 1.45; }
.quote p::before { margin-right: 4px; color: var(--brass); content: "“"; font-family: "Barlow Condensed", sans-serif; font-size: 40px; line-height: 0; vertical-align: -14px; }
.quote cite, .program-quote cite {
  color: var(--ink-2);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-style: normal;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.rating { display: flex; align-items: baseline; gap: 14px; margin-top: 48px; padding-top: 28px; border-top: 1px solid var(--line); color: var(--ink-2); font-family: "Barlow Condensed", sans-serif; font-size: 20px; letter-spacing: .04em; text-transform: uppercase; }
.rating b { color: var(--ink); font-size: 40px; }
.stars { color: var(--brass); letter-spacing: .08em; }
.cta-strip { padding: 64px 0; background: var(--green-deep); color: var(--on-green); text-align: center; }
.cta-strip h2 { margin-bottom: 26px; }
.cta-strip .button-row { justify-content: center; gap: 16px; }
.cta-strip .btn-solid, .apply .btn-solid { border-color: var(--brass); background: var(--brass); color: #fff; }
.cta-strip .btn-ghost { border-color: var(--on-green); color: var(--on-green); }
.cta-strip .btn-ghost:hover { background: rgb(255 255 255 / .1); }
.philosophy-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 4px; }
.philosophy-cell { display: flex; flex-direction: column; gap: 10px; padding: 28px 24px; border-left: 1px solid var(--line); background: var(--surface); }
.philosophy-cell:first-child { border-left: 0; }
.philosophy-cell h3 { font-size: 24px; }
.philosophy-cell p { color: var(--ink-2); font-size: 15px; }
.motto { display: flex; align-items: center; gap: 18px; margin-top: 36px; font-family: "Barlow Condensed", sans-serif; font-size: 30px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.motto::before, .motto::after { height: 1px; flex: 1; background: var(--line); content: ""; }
.free { --plan-cta-space: 26px; }
.free .wrap { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 56px; }
.free .head { margin-bottom: var(--plan-cta-space); }
.plan-cta { display: flex; max-width: 420px; flex-direction: column; gap: var(--plan-cta-space); align-items: flex-start; }
.free small { color: var(--ink-2); font-size: 13px; }
.cover { display: flex; width: min(100%, 340px); aspect-ratio: 3 / 4; flex-direction: column; justify-content: space-between; padding: 28px; border-radius: 4px; background: var(--green); box-shadow: 0 20px 40px -24px rgb(0 0 0 / .5); color: var(--on-green); }
.cover-title { font-family: "Barlow Condensed", sans-serif; font-size: 44px; font-weight: 700; line-height: .95; text-transform: uppercase; }
.cover-small { font-size: 13px; letter-spacing: .12em; text-transform: uppercase; opacity: .8; }
.contact .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; }
.contact dl { display: grid; grid-template-columns: auto 1fr; gap: 10px 22px; margin: 24px 0 0; font-size: 16px; }
.contact dt { padding-top: 3px; color: var(--ink-2); font-family: "Barlow Condensed", sans-serif; font-size: 14px; letter-spacing: .1em; text-transform: uppercase; }
.contact dd { margin: 0; }
/* Negative offset cancels the padding the 36px hit area adds above the 24px glyph,
   so the icons centre on the "Social" label rather than sitting below it. */
.social-links { display: flex; align-items: center; gap: 10px; margin-top: -4px; }
.social-links a {
  display: grid;
  width: 36px;
  aspect-ratio: 1;
  place-items: center;
  color: var(--ink-2);
  text-decoration: none;
  transition: color .15s;
}
.social-links svg { width: 24px; height: 24px; }
.social-links .icon-body,
.social-links .icon-mark {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: fill .15s, stroke .15s;
}
.social-links a:hover,
.social-links a:focus-visible { color: var(--green); }
.social-links a:hover .icon-body,
.social-links a:focus-visible .icon-body { fill: currentColor; }
.social-links a:hover .icon-mark,
.social-links a:focus-visible .icon-mark {
  fill: var(--ground);
  stroke: none;
}
.contact form { display: grid; grid-template-columns: 1fr 1fr; align-content: start; gap: 12px; }
.contact textarea { grid-column: 1 / -1; min-height: 140px; resize: vertical; }
.full { grid-column: 1 / -1; }
.form-status { color: var(--green); font-size: 14px; }

.program-hero { padding: 72px 0 56px; border-bottom: 1px solid var(--line); }
.program-hero .wrap { display: flex; flex-direction: column; gap: 18px; }
.program-hero h1 { font-size: clamp(44px, 6.5vw, 88px); }
.program-sub { color: var(--green); font-family: "Barlow Condensed", sans-serif; font-size: 26px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.program-lead { max-width: 62ch; color: var(--ink-2); font-size: 19px; }
.facts { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; margin-top: 12px; border: 1px solid var(--line); border-radius: 4px; background: var(--surface); }
.fact { display: flex; flex-direction: column; gap: 4px; padding: 20px 22px; border-left: 1px solid var(--line); }
.fact:first-child { border-left: 0; }
.fact b { font-family: "Barlow Condensed", sans-serif; font-size: 30px; line-height: 1; }
.fact span { color: var(--ink-2); font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
.program-body { padding: 72px 0; }
.program-body > .wrap { display: grid; grid-template-columns: 7fr 4fr; align-items: start; gap: 64px; }
.program-main { display: flex; flex-direction: column; gap: 48px; }
.program-main h2 { font-size: clamp(30px, 4vw, 44px); }
.program-main section > .prose { margin-top: 16px; }
.included { display: flex; flex-direction: column; gap: 18px; margin-top: 20px; }
.included li { display: grid; grid-template-columns: auto 1fr; gap: 14px; }
.included b { display: block; font-family: "Barlow Condensed", sans-serif; font-size: 22px; font-weight: 600; letter-spacing: .02em; text-transform: uppercase; }
.included p { color: var(--ink-2); font-size: 16px; }
.who { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 20px; }
.who div { display: flex; flex-direction: column; gap: 6px; padding: 20px; border: 1px solid var(--line); border-radius: 4px; background: var(--surface); }
.who b { font-family: "Barlow Condensed", sans-serif; font-size: 22px; font-weight: 600; text-transform: uppercase; }
.who p { color: var(--ink-2); font-size: 15px; }
.compare { margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--ink-2); font-size: 15px; }
.compare a { color: var(--green); font-weight: 500; }
.program-quote { display: flex; flex-direction: column; gap: 8px; padding-left: 20px; border-left: 2px solid var(--brass); }
.program-quote p { font-size: 18px; }
.apply { position: sticky; top: 92px; display: flex; flex-direction: column; gap: 16px; padding: 30px 28px; border-radius: 4px; background: var(--green-deep); color: var(--on-green); }
.apply .price { font-family: "Barlow Condensed", sans-serif; font-size: 48px; font-weight: 700; line-height: 1; }
.apply .price small { display: block; margin-top: 6px; font-size: 14px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; opacity: .8; }
.apply p { font-size: 15px; opacity: .9; }
.apply .btn-ghost { border-color: rgb(255 255 255 / .4); color: var(--on-green); }

footer { padding: 34px 0; border-top: 1px solid var(--line); color: var(--ink-2); font-size: 14px; }
footer .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
footer ul { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
footer a { text-decoration: none; }
footer a:hover { color: var(--ink); }

@media (max-width: 1040px) {
  .nav-list { gap: 14px; }
  .nav-list a { font-size: 13px; }
}
@media (max-width: 900px) {
  .nav-list li:not(:last-child) { display: none; }
}
@media (max-width: 820px) {
  .hero .wrap, .meet .wrap, .free .wrap, .contact .wrap, .program-body > .wrap { grid-template-columns: 1fr; }
  .hero-photo { max-width: 560px; }
  .stats .wrap, .facts { grid-template-columns: 1fr 1fr; }
  .stat { padding-left: 0; border-left: 0; }
  .portrait { grid-row: auto; max-width: 360px; }
  .offer { grid-template-columns: 1fr; }
  .quotes-grid, .who { grid-template-columns: 1fr; }
  .philosophy-grid { grid-template-columns: 1fr 1fr; }
  .philosophy-cell:nth-child(3) { border-left: 0; }
  .philosophy-cell:nth-child(n + 3) { border-top: 1px solid var(--line); }
  .fact:nth-child(3) { border-left: 0; }
  .fact:nth-child(n + 3) { border-top: 1px solid var(--line); }
  .apply { position: static; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .wrap { width: min(100% - 36px, 1160px); }
  .hero { padding-top: 28px; }
  .block, .quotes { padding: 64px 0; }
  .stats .wrap, .facts, .philosophy-grid { grid-template-columns: 1fr; }
  .stat, .fact { border-top: 1px solid rgb(255 255 255 / .18); border-left: 0; }
  .stat:first-child, .fact:first-child { border-top: 0; }
  .facts .fact { border-top-color: var(--line); }
  .philosophy-cell { border-top: 1px solid var(--line); border-left: 0; }
  .philosophy-cell:first-child { border-top: 0; }
  .contact form { grid-template-columns: 1fr; }
  .contact form > * { grid-column: 1; }
  .rating { flex-wrap: wrap; }
  footer .wrap { flex-direction: column; align-items: flex-start; }
  footer ul { justify-content: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
