:root {
  --bg: #f5f0e6;
  --bg-dark: #0a1f16;
  --fg: #1a1a1a;
  --fg-light: #f5f0e6;
  --accent: #e8a838;
  --accent-dark: #0a1f16;
  --text-muted: #6b6b5e;
  --text-muted-light: rgba(245, 240, 230, 0.6);
  --border: rgba(26, 26, 26, 0.12);
  --border-light: rgba(245, 240, 230, 0.15);
}

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

html { scroll-behavior: smooth; }

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

/* HERO */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--bg-dark);
  color: var(--fg-light);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 70% 50%, rgba(232, 168, 56, 0.12) 0%, transparent 60%),
    radial-gradient(ellipse at 20% 80%, rgba(232, 168, 56, 0.06) 0%, transparent 50%),
    repeating-linear-gradient(
      45deg,
      transparent,
      transparent 40px,
      rgba(232, 168, 56, 0.03) 40px,
      rgba(232, 168, 56, 0.03) 41px
    );
  z-index: 0;
}

.hero-bg::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(to top, rgba(10, 31, 22, 0.9), transparent);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto;
  padding: 120px 48px 100px;
  width: 100%;
}

.hero-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  border: 1px solid rgba(232, 168, 56, 0.4);
  padding: 6px 14px;
  border-radius: 2px;
  margin-bottom: 32px;
}

.hero h1 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(2.8rem, 5.5vw, 4.5rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #f5f0e6;
  margin-bottom: 28px;
}

.hero-lede {
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  color: rgba(245, 240, 230, 0.72);
  max-width: 560px;
  line-height: 1.7;
  margin-bottom: 56px;
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}

.stat {
  display: flex;
  flex-direction: column;
  padding: 0 40px;
}

.stat:first-child { padding-left: 0; }

.stat-number {
  font-family: 'DM Serif Display', serif;
  font-size: 2.5rem;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 6px;
}

.stat-label {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(245, 240, 230, 0.5);
}

.stat-divider {
  width: 1px;
  height: 48px;
  background: rgba(232, 168, 56, 0.25);
  flex-shrink: 0;
}

/* FEATURES */
.features {
  background: var(--bg);
  padding: 120px 48px;
}

.features-header {
  max-width: 700px;
  margin: 0 auto 72px;
  text-align: center;
}

.section-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}

.features h2 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2px;
  max-width: 1100px;
  margin: 0 auto;
  border: 1px solid var(--border);
}

.feature-card {
  padding: 40px 36px;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  transition: background 0.2s;
}

.feature-card:hover {
  background: rgba(232, 168, 56, 0.04);
}

.feature-icon {
  width: 48px;
  height: 48px;
  background: var(--bg-dark);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  margin-bottom: 20px;
}

.feature-card h3 {
  font-family: 'DM Serif Display', serif;
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}

.feature-card p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.65;
}

/* PHILOSOPHY */
.philosophy {
  background: var(--bg-dark);
  color: var(--fg-light);
  padding: 120px 48px;
}

.philosophy-inner {
  max-width: 740px;
  margin: 0 auto;
  text-align: center;
}

.philosophy-label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(232, 168, 56, 0.7);
  margin-bottom: 36px;
}

blockquote {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.45;
  color: #f5f0e6;
  margin-bottom: 32px;
  letter-spacing: -0.01em;
}

.philosophy-sub {
  font-size: 0.95rem;
  color: rgba(245, 240, 230, 0.6);
  line-height: 1.7;
  margin-bottom: 48px;
}

.philosophy-divider {
  width: 48px;
  height: 2px;
  background: var(--accent);
  margin: 0 auto 36px;
}

.philosophy-tagline {
  font-family: 'DM Serif Display', serif;
  font-size: 1.1rem;
  color: var(--accent);
  font-style: italic;
}

/* OUTCOMES */
.outcomes {
  background: var(--bg);
  padding: 120px 48px;
  border-top: 1px solid var(--border);
}

.outcomes-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 64px;
}

.outcomes h2 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.outcomes-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0;
  max-width: 900px;
  margin: 0 auto;
  align-items: start;
}

.outcome-col {
  padding: 0 40px;
}

.outcome-col--after .outcome-list li::before {
  content: '';
}

.outcome-col h3 {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 28px;
}

.outcome-col--after h3 {
  color: var(--accent);
}

.outcome-divider {
  width: 1px;
  background: var(--border);
  align-self: stretch;
  margin: 0 32px;
}

.outcome-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.outcome-list li {
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--text-muted);
  padding-left: 24px;
  position: relative;
}

.outcome-col--after .outcome-list li {
  color: var(--fg);
}

.outcome-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 1px;
  background: var(--text-muted);
}

.outcome-col--after .outcome-list li::before {
  background: var(--accent);
}

/* CLOSING */
.closing {
  background: #0d2b1e;
  color: var(--fg-light);
  padding: 120px 48px;
}

.closing-inner {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.closing-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bg-dark);
  background: var(--accent);
  padding: 5px 14px;
  border-radius: 2px;
  margin-bottom: 36px;
}

.closing h2 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  line-height: 1.15;
  color: #f5f0e6;
  letter-spacing: -0.02em;
  margin-bottom: 28px;
}

.closing p {
  font-size: 1rem;
  color: rgba(245, 240, 230, 0.65);
  line-height: 1.7;
  margin-bottom: 20px;
}

.closing-sub {
  font-family: 'DM Serif Display', serif;
  font-size: 1.1rem;
  color: var(--accent);
  font-style: italic;
}

.closing-cta {
  display: inline-block;
  background: var(--accent);
  color: var(--bg-dark);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 12px 28px;
  border-radius: 4px;
  margin-top: 24px;
  transition: opacity 0.15s;
}
.closing-cta:hover { opacity: 0.85; }

/* FOOTER */
footer {
  background: var(--bg-dark);
  color: var(--fg-light);
  padding: 48px;
  border-top: 1px solid rgba(232, 168, 56, 0.15);
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.footer-logo-mark {
  display: block;
  width: 24px;
  height: 24px;
  background: var(--accent);
  border-radius: 4px;
}

.footer-logo-text {
  font-family: 'DM Serif Display', serif;
  font-size: 1.1rem;
  color: #f5f0e6;
  letter-spacing: -0.01em;
}

.footer-brand p {
  font-size: 0.82rem;
  color: rgba(245, 240, 230, 0.45);
}

.footer-meta p {
  font-size: 0.78rem;
  color: rgba(245, 240, 230, 0.3);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero-content { padding: 100px 28px 80px; }
  .hero h1 { font-size: 2.4rem; }
  .hero-stats { flex-direction: column; gap: 24px; align-items: flex-start; }
  .stat { padding: 0; }
  .stat-divider { display: none; }

  .features { padding: 80px 24px; }
  .features-grid { grid-template-columns: 1fr; }
  .feature-card { border-right: none; }

  .philosophy, .outcomes, .closing { padding: 80px 24px; }

  .outcomes-grid { grid-template-columns: 1fr; gap: 48px; }
  .outcome-divider { display: none; }
  .outcome-col { padding: 0; }

  footer { padding: 36px 24px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}