:root {
  --bg: #FAFAF7;
  --fg: #1a1a1a;
  --accent: #0D3B3E;
  --accent-light: #1a5a5e;
  --gold: #C8963E;
  --gold-light: #e8c07a;
  --text-muted: #5a5a5a;
  --border: #e2e2d8;
  --card-bg: #ffffff;
  --hiw-bg: #F4F3EE;
  --manifesto-bg: #0D3B3E;
  --manifesto-fg: #f0ede8;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  background: var(--bg);
  color: var(--fg);
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* NAV */
.nav {
  padding: 20px 40px;
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: baseline;
  gap: 20px;
}
.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: -0.02em;
}
.nav-tagline {
  font-size: 13px;
  color: var(--text-muted);
  font-weight: 400;
}

/* HERO */
.hero {
  padding: 80px 40px 60px;
  background: var(--bg);
}
.hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.hero-kicker {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}
.hero-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(38px, 5vw, 60px);
  font-weight: 700;
  line-height: 1.1;
  color: var(--accent);
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
.hero-lede {
  font-size: 17px;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 40px;
  max-width: 480px;
}
.hero-stats {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-left: 3px solid var(--gold);
  padding-left: 20px;
}
.stat { display: flex; flex-direction: column; }
.stat-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
}
.stat-label {
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 2px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.hero-right { }
.hero-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 28px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.hero-card-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}
.hero-card-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hero-card-list li {
  font-size: 14px;
  color: var(--fg);
  padding-left: 16px;
  position: relative;
  line-height: 1.5;
}
.hero-card-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 50%;
}

/* SECTIONS SHARED */
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 700;
  color: var(--accent);
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 12px;
}
.section-sub {
  font-size: 16px;
  color: var(--text-muted);
  margin-bottom: 48px;
  max-width: 520px;
}

/* HOW IT WORKS */
.hiw {
  padding: 80px 40px;
  background: var(--hiw-bg);
}
.hiw-inner { max-width: 1100px; margin: 0 auto; }
.hiw-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.hiw-step { }
.step-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  font-weight: 700;
  color: var(--gold);
  display: block;
  line-height: 1;
  margin-bottom: 16px;
}
.hiw-step h3 {
  font-size: 17px;
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 10px;
}
.hiw-step p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.65;
}

/* WHY US */
.whythm { padding: 80px 40px; background: var(--bg); }
.whythm-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.whythm-body { font-size: 15px; color: var(--text-muted); margin-bottom: 32px; line-height: 1.7; }
.whythm-points { display: flex; flex-direction: column; gap: 24px; }
.yp { display: flex; gap: 14px; align-items: flex-start; }
.yp-icon {
  width: 22px;
  height: 22px;
  background: var(--accent);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
  margin-top: 2px;
}
.yp strong { font-size: 15px; font-weight: 600; color: var(--fg); display: block; margin-bottom: 4px; }
.yp p { font-size: 14px; color: var(--text-muted); line-height: 1.6; }

.cost-comparison {
  background: var(--accent);
  color: #fff;
  border-radius: 4px;
  padding: 32px;
}
.cc-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 24px;
  color: var(--gold-light);
}
.cc-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.cc-row:last-of-type { border-bottom: none; }
.cc-label { font-size: 13px; color: rgba(255,255,255,0.7); }
.cc-high { font-size: 16px; font-weight: 600; color: #ff8a8a; }
.cc-mid { font-size: 16px; font-weight: 600; color: #ffd080; }
.cc-low { font-size: 16px; font-weight: 600; color: #7affa8; }
.cc-note { font-size: 12px; color: rgba(255,255,255,0.4); margin-top: 20px; line-height: 1.5; }

/* MANIFESTO */
.manifesto {
  padding: 80px 40px;
  background: var(--manifesto-bg);
}
.manifesto-inner { max-width: 800px; margin: 0 auto; }
.manifesto-deco {
  width: 40px;
  height: 3px;
  background: var(--gold);
  margin-bottom: 32px;
}
.manifesto-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(24px, 3.5vw, 38px);
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 32px;
  font-style: italic;
}
.manifesto-body {
  font-size: 15px;
  color: rgba(240,237,232,0.75);
  line-height: 1.8;
}
.manifesto-body + p { margin-top: 20px; }

/* ROSTER */
.roster { padding: 80px 40px; background: var(--bg); }
.roster-inner { max-width: 1100px; margin: 0 auto; }
.roster-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.roster-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 28px;
  transition: box-shadow 0.2s;
}
.roster-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.06); }
.roster-icon {
  font-size: 28px;
  color: var(--gold);
  margin-bottom: 14px;
  line-height: 1;
}
.roster-card h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 10px;
}
.roster-card p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
}

/* CLOSING */
.closing {
  padding: 80px 40px 100px;
  background: var(--hiw-bg);
}
.closing-inner { max-width: 800px; margin: 0 auto; text-align: center; }
.closing-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(26px, 3.5vw, 42px);
  font-weight: 700;
  color: var(--accent);
  line-height: 1.25;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}
.closing-body {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 20px;
}
.closing-sub {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-style: italic;
  color: var(--accent);
  opacity: 0.7;
}

/* FOOTER */
.footer {
  padding: 48px 40px;
  background: var(--accent);
  color: rgba(240,237,232,0.7);
}
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.footer-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
.footer-brand p { font-size: 14px; line-height: 1.6; }
.footer-meta p { font-size: 13px; line-height: 1.7; }

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero-inner, .whythm-inner { grid-template-columns: 1fr; }
  .hiw-steps { grid-template-columns: 1fr; }
  .roster-grid { grid-template-columns: 1fr 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .hero { padding: 48px 24px 40px; }
  .hiw, .whythm, .manifesto, .roster, .closing { padding: 60px 24px; }
  .nav { padding: 16px 24px; }
}
@media (max-width: 480px) {
  .roster-grid { grid-template-columns: 1fr; }
  .hero-stats { border-left: none; padding-left: 0; border-top: 3px solid var(--gold); padding-top: 20px; }
  .hero-stats .stat { flex-direction: row; gap: 16px; align-items: baseline; }
  .hero-stats .stat-number { font-size: 22px; }
}