:root {
  --bg: #fafaf8;
  --bg-alt: #f2f1ee;
  --fg: #111111;
  --fg-muted: #6b6b6b;
  --accent: #f59e0b;
  --accent-dark: #d97706;
  --surface: #ffffff;
  --border: #e4e3de;
}

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

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

/* NAV */
.nav {
  padding: 1.25rem 2rem;
  border-bottom: 1px solid var(--border);
}
.nav__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: baseline;
  gap: 1.25rem;
}
.nav__logo {
  font-family: 'DM Serif Display', serif;
  font-size: 1.25rem;
  color: var(--fg);
}
.nav__tagline {
  font-size: 0.875rem;
  color: var(--fg-muted);
  font-weight: 300;
}

/* HERO */
.hero {
  padding: 5rem 2rem 4rem;
  background: #111111;
  color: white;
}
.hero__inner {
  max-width: 800px;
  margin: 0 auto;
}
.hero__kicker {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f59e0b;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
.hero__headline {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  line-height: 1.15;
  font-weight: 400;
  color: white;
  margin-bottom: 1.5rem;
}
.hero__headline br { display: block; }
.hero__sub {
  font-size: 1.05rem;
  color: #b0b0b0;
  max-width: 560px;
  line-height: 1.7;
  margin-bottom: 3rem;
  font-weight: 300;
}
.hero__stat-row {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  padding-top: 2rem;
  border-top: 1px solid #2a2a2a;
}
.hero__stat-num {
  display: block;
  font-family: 'DM Serif Display', serif;
  font-size: 1.6rem;
  color: #f59e0b;
  line-height: 1;
  margin-bottom: 0.25rem;
}
.hero__stat-label {
  font-size: 0.78rem;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.hero__stat-div {
  width: 1px;
  height: 40px;
  background: #2a2a2a;
  flex-shrink: 0;
}

/* PROOF */
.proof {
  background: var(--bg-alt);
  padding: 4rem 2rem;
  border-bottom: 1px solid var(--border);
}
.proof__inner { max-width: 1100px; margin: 0 auto; }
.proof__label {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fg-muted);
  margin-bottom: 2rem;
  font-weight: 500;
}
.proof__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.proof__item {
  padding: 1.5rem 2rem;
  border-right: 1px solid var(--border);
}
.proof__item:last-child { border-right: none; }
.proof__item-num {
  font-family: 'DM Serif Display', serif;
  font-size: 2.5rem;
  color: #f59e0b;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.proof__item-desc {
  font-size: 0.875rem;
  color: var(--fg-muted);
  line-height: 1.5;
}

/* SECTION LABEL */
.section-label {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fg-muted);
  margin-bottom: 1.25rem;
  font-weight: 500;
}

/* SERVICES */
.services {
  padding: 5rem 2rem;
}
.services__inner { max-width: 1100px; margin: 0 auto; }
.services__heading {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 400;
  line-height: 1.25;
  max-width: 640px;
  margin-bottom: 3.5rem;
}
.services__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5px;
  background: var(--border);
  border: 1.5px solid var(--border);
}
.service-card {
  background: var(--surface);
  padding: 2.25rem;
}
.service-card__icon {
  color: #f59e0b;
  margin-bottom: 1.25rem;
}
.service-card__title {
  font-family: 'DM Serif Display', serif;
  font-size: 1.15rem;
  margin-bottom: 0.75rem;
  font-weight: 400;
}
.service-card__desc {
  font-size: 0.9rem;
  color: var(--fg-muted);
  line-height: 1.65;
}

/* STACK */
.stack {
  padding: 4rem 2rem;
  background: var(--bg-alt);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.stack__inner { max-width: 1100px; margin: 0 auto; }
.stack__heading {
  font-family: 'DM Serif Display', serif;
  font-size: 1.5rem;
  font-weight: 400;
  max-width: 500px;
  margin-bottom: 2rem;
}
.stack__logos {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.stack__tool {
  padding: 0.5rem 1.25rem;
  background: var(--fg);
  color: white;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.stack__note {
  font-size: 0.9rem;
  color: var(--fg-muted);
  max-width: 500px;
  line-height: 1.65;
}

/* MANIFESTO */
.manifesto {
  padding: 5rem 2rem;
  background: #111111;
  color: white;
}
.manifesto__inner { max-width: 800px; margin: 0 auto; }
.manifesto__text {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-style: italic;
  line-height: 1.5;
  color: #e8e8e8;
  margin-bottom: 1.25rem;
}
.manifesto__attr {
  font-size: 0.85rem;
  color: #777;
}

/* CLOSING */
.closing {
  padding: 5rem 2rem;
  border-top: 1px solid var(--border);
}
.closing__inner { max-width: 800px; margin: 0 auto; }
.closing__headline {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  margin-bottom: 1.5rem;
  color: #f59e0b;
}
.closing__body {
  font-size: 1rem;
  color: var(--fg-muted);
  line-height: 1.75;
  max-width: 580px;
}

/* FOOTER */
.footer {
  padding: 1.5rem 2rem;
  border-top: 1px solid var(--border);
}
.footer__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.footer__brand {
  font-family: 'DM Serif Display', serif;
  font-size: 1rem;
}
.footer__tag {
  font-size: 0.8rem;
  color: var(--fg-muted);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .proof__grid { grid-template-columns: 1fr; }
  .proof__item { border-right: none; border-bottom: 1px solid var(--border); padding: 1.25rem 0; }
  .proof__item:last-child { border-bottom: none; }
  .services__grid { grid-template-columns: 1fr; }
  .hero__stat-row { gap: 1.25rem; }
  .hero__stat-div { display: none; }
  .hero { padding: 3.5rem 1.5rem 3rem; }
  .services { padding: 3rem 1.5rem; }
  .manifesto { padding: 3.5rem 1.5rem; }
  .closing { padding: 3.5rem 1.5rem; }
}
@media (max-width: 480px) {
  .hero__headline { font-size: 2rem; }
  .hero__stat-row { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .stack__logos { gap: 0.75rem; }
}