:root {
  --primary: #1b2a4a;
  --bg: #f6efe2;
  --ink: #141a2a;
  --accent: #c98a3c;
  --light: #ffffff;
  --surface: #ede3d5;
  --line: #dfd4c2;
  --mute: #5c5040;
  --r: 10px;
  --display: 'Jost', system-ui, sans-serif;
  --body: 'Jost', system-ui, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--body); background: var(--bg); color: var(--ink); line-height: 1.6; -webkit-font-smoothing: antialiased; }
.wrap { width: min(1120px, 92vw); margin-inline: auto; }

h1 { font-family: var(--display); font-size: clamp(42px, 6.5vw, 82px); font-weight: 800; line-height: .92; letter-spacing: -.03em; }
h2 { font-family: var(--display); font-size: clamp(26px, 3vw, 40px); font-weight: 700; line-height: 1.1; }
h3 { font-family: var(--display); font-size: 17px; font-weight: 600; margin-bottom: 8px; }
p { color: var(--mute); line-height: 1.65; }

/* NAV */
.nav {
  position: sticky; top: 0; z-index: 30;
  background: rgba(246,239,226,.94); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav__in { display: flex; align-items: center; gap: 20px; height: 64px; }
.brand {
  font-family: var(--display); font-size: 18px; font-weight: 800;
  color: var(--primary); text-decoration: none; letter-spacing: -.01em;
}
.nav__links { display: flex; gap: 24px; margin-left: auto; }
.nav__links a { text-decoration: none; color: var(--mute); font-size: 14px; font-weight: 500; transition: color .15s; }
.nav__links a:hover { color: var(--primary); }

/* BUTTONS */
.btn {
  display: inline-flex; align-items: center; font-family: var(--body); font-weight: 700;
  text-decoration: none; border-radius: var(--r); transition: transform .15s;
}
.btn:hover { transform: translateY(-2px); }
.btn--accent { background: var(--accent); color: #fff; padding: 10px 20px; font-size: 14px; }
.btn--hero { background: var(--primary); color: #fff; padding: 14px 28px; font-size: 15px; }

/* HERO — minimal mono */
.hero { padding: clamp(56px, 7vw, 96px) 0; }
.hero__mono {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 5vw, 72px); align-items: center;
}
.hero__kicker {
  display: block; font-size: 12px; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: var(--accent); margin-bottom: 20px;
}
.hero__type h1 { color: var(--ink); margin-bottom: 22px; }
.hero__sub { font-size: clamp(15px, 1.4vw, 17.5px); max-width: 44ch; margin-bottom: 30px; }

.hero__aside { display: flex; flex-direction: column; gap: 18px; }
.hero__img img {
  width: 100%; height: clamp(260px, 32vw, 380px);
  object-fit: cover; border-radius: var(--r); display: block;
}
.hero__mini-stats {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
}
.ms {
  background: var(--light); border: 1px solid var(--line);
  border-radius: var(--r); padding: 16px 14px;
}
.ms--target { background: var(--primary); }
.ms--target .ms__v, .ms--target .ms__l { color: #fff; }
.ms--target .ms__l { color: rgba(255,255,255,.7); }
.ms__v {
  display: block; font-family: var(--display); font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 800; color: var(--accent); line-height: 1;
}
.ms__l { font-size: 12px; color: var(--mute); display: block; margin-top: 4px; line-height: 1.4; }

/* METHOD */
.method { padding: clamp(56px, 7vw, 96px) 0; background: var(--light); }
.method__intro { margin-bottom: 44px; }
.method__intro p { color: var(--mute); margin-top: 8px; font-size: 15.5px; max-width: 50ch; }

.method-cols {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
}
.mc {
  background: var(--bg); border: 1px solid var(--line);
  border-radius: var(--r); padding: 24px 20px;
  display: flex; flex-direction: column; min-height: 200px;
}
.mc__idx {
  font-family: var(--display); font-size: 36px; font-weight: 800;
  color: var(--surface); line-height: 1; margin-bottom: 14px;
  border-bottom: 2px solid var(--accent); padding-bottom: 10px; display: block; width: fit-content;
}
.mc h3 { color: var(--ink); font-size: 16px; }
.mc p { font-size: 14px; flex: 1; margin-top: 6px; }

/* FEATURE */
.feature { padding: clamp(56px, 7vw, 96px) 0; }
.feature__twin {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 5vw, 72px); align-items: start;
}
.feature__pill {
  display: inline-block; background: rgba(201,138,60,.12); color: var(--accent);
  font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  padding: 4px 12px; border-radius: 999px; margin-bottom: 14px;
}
.feature__desc h2 { margin-bottom: 16px; }
.feature__desc p { font-size: 15.5px; max-width: 46ch; }
.feature__desc p + p { margin-top: 12px; }

.feature__visual { padding-top: 8px; }
.speed-bar { display: grid; grid-template-columns: 72px 1fr 80px; align-items: center; gap: 12px; margin-bottom: 12px; }
.sb__label { font-size: 13px; font-weight: 600; color: var(--mute); }
.sb__track { background: var(--surface); border-radius: 999px; height: 8px; overflow: hidden; }
.sb__fill { height: 100%; background: var(--primary); border-radius: 999px; }
.sb__fill--peak { background: var(--accent); }
.sb__val { font-size: 13px; font-weight: 700; color: var(--ink); text-align: right; }
.feature__disclaimer { font-size: 12px; color: var(--mute); margin-top: 14px; max-width: 44ch; }

/* PROGRAMS */
.programs { padding: clamp(56px, 7vw, 96px) 0; background: var(--light); }
.prg__title { margin-bottom: 32px; }

.prg-table { border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.prg-row {
  display: grid; grid-template-columns: 1.2fr 1.2fr 1fr 1fr;
  gap: 0; padding: 16px 20px; border-bottom: 1px solid var(--line);
}
.prg-row:last-child { border-bottom: none; }
.prg-row--head {
  background: var(--primary); color: rgba(255,255,255,.7);
  font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
}
.prg-row--hi { background: var(--bg); }
.prg-row span { font-size: 14.5px; color: var(--ink); align-self: center; }
.prg-row--head span { color: rgba(255,255,255,.7); font-size: 12px; }
.prg-name { font-weight: 700; color: var(--accent) !important; }

/* TRUST */
.trust { background: var(--primary); padding: clamp(32px, 4vw, 48px) 0; }
.trust__strip { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 20px; }
.trust-fact { text-align: center; }
.trust-fact b { display: block; font-family: var(--display); font-size: clamp(28px, 4vw, 46px); font-weight: 800; color: var(--accent); }
.trust-fact span { font-size: 13px; color: rgba(255,255,255,.65); display: block; margin-top: 4px; max-width: 14ch; }

/* CONTACT */
.contact { padding: clamp(56px, 7vw, 96px) 0; }
.contact__panel {
  background: var(--ink); border-radius: calc(var(--r) + 6px);
  padding: clamp(32px, 4vw, 56px);
  display: flex; justify-content: space-between; align-items: center; gap: 32px; flex-wrap: wrap;
}
.contact__panel h2 { color: #fff; margin-bottom: 12px; }
.contact__panel > div > p { color: rgba(255,255,255,.65); font-size: 15px; max-width: 44ch; margin-bottom: 24px; }
.cl-list { display: grid; gap: 8px; }
.cl-item { font-size: 14.5px; color: rgba(255,255,255,.75); display: flex; gap: 8px; }

/* FOOTER */
.foot { background: var(--ink); border-top: 1px solid rgba(255,255,255,.08); padding: 26px 0; }
.foot__in { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: 13.5px; }
.foot__in span { color: rgba(255,255,255,.45); }
.foot__in span:first-child { color: rgba(255,255,255,.75); }

@media (max-width: 900px) {
  .nav__links { display: none; }
  .hero__mono { grid-template-columns: 1fr; }
  .method-cols { grid-template-columns: repeat(2, 1fr); }
  .feature__twin { grid-template-columns: 1fr; }
  .prg-row { grid-template-columns: 1fr 1fr; row-gap: 4px; }
  .prg-row--head span:nth-child(3), .prg-row--head span:nth-child(4) { display: none; }
  .prg-row span:nth-child(3), .prg-row span:nth-child(4) { display: none; }
  .contact__panel { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 520px) {
  .method-cols { grid-template-columns: 1fr; }
  .hero__mini-stats { grid-template-columns: 1fr 1fr; }
}
