:root {
  --bg: #0D0D0D;
  --bg-surface: #141414;
  --bg-card: #1A1A1A;
  --accent: #FF7A00;
  --accent-dim: #FF7A0033;
  --text: #F2F2F2;
  --text-muted: #A8A8A8;
  --text-dim: #5C5C5C;
  --border: #222222;
}

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

html {
  scroll-behavior: smooth;
}

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

h1, h2, h3 {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  line-height: 1.1;
}

/* ─── Navbar ─────────────────────────────────────────── */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 48px;
  border-bottom: 1px solid var(--border);
}

.navbar-brand {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: -0.03em;
  color: var(--text);
}

.navbar-tagline {
  font-size: 13px;
  color: var(--text-muted);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ─── Hero ──────────────────────────────────────────── */
.hero {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 64px;
  align-items: center;
  padding: 96px 48px 80px;
  min-height: 72vh;
}

.hero-inner {
  max-width: 640px;
}

.hero-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent);
  margin-bottom: 24px;
  font-family: 'Syne', sans-serif;
  font-weight: 600;
}

.hero-headline {
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 800;
  margin-bottom: 24px;
  letter-spacing: -0.04em;
  line-height: 1.0;
}

.hero-accent {
  color: var(--accent);
}

.hero-sub {
  font-size: 18px;
  color: var(--text-muted);
  max-width: 480px;
  margin-bottom: 32px;
  line-height: 1.65;
}

.hero-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: var(--text-dim);
  flex-wrap: wrap;
}

.hero-divider {
  color: var(--border);
}

.hero-aside {
  display: flex;
  align-items: center;
  gap: 20px;
  background: var(--bg-surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 32px 40px;
}

.hero-stat-block {
  text-align: center;
}

.hero-stat-block.highlight .stat-number {
  color: var(--accent);
}

.stat-number {
  font-family: 'Syne', sans-serif;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--text);
}

.stat-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-dim);
  margin-top: 2px;
}

.stat-operator,
.stat-equals {
  font-family: 'Syne', sans-serif;
  font-size: 24px;
  color: var(--text-dim);
  font-weight: 600;
}

/* ─── Proof Strip ────────────────────────────────────── */
.proof-strip {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 24px 48px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  overflow-x: auto;
  scrollbar-width: none;
}

.proof-strip::-webkit-scrollbar { display: none; }

.proof-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 32px;
  border-right: 1px solid var(--border);
  white-space: nowrap;
  flex-shrink: 0;
}

.proof-item:last-child { border-right: none; }

.proof-icon {
  color: var(--accent);
  font-size: 10px;
}

.proof-text {
  font-size: 13px;
  color: var(--text-muted);
  font-family: 'Syne', sans-serif;
  font-weight: 600;
}

/* ─── What We Do ─────────────────────────────────────── */
.what-we-do {
  padding: 96px 48px;
  border-bottom: 1px solid var(--border);
}

.section-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent);
  margin-bottom: 16px;
  font-family: 'Syne', sans-serif;
  font-weight: 600;
}

.section-headline {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 800;
  letter-spacing: -0.04em;
  margin-bottom: 56px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
}

.service-card {
  background: var(--bg-surface);
  padding: 40px 32px;
}

.service-icon {
  font-size: 24px;
  color: var(--accent);
  margin-bottom: 20px;
}

.service-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--text);
}

.service-card p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.65;
}

/* ─── Niches ────────────────────────────────────────── */
.niches {
  padding: 96px 48px;
  border-bottom: 1px solid var(--border);
}

.niches-header {
  margin-bottom: 56px;
}

.niches-headline {
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 800;
  letter-spacing: -0.04em;
  margin-top: 8px;
}

.niches-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
}

.niche-card {
  background: var(--bg-surface);
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.niche-name {
  font-family: 'Syne', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--text);
}

.niche-desc {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
}

.niche-rate {
  font-family: 'Syne', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--accent);
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--border);
}

/* ─── Process ────────────────────────────────────────── */
.process {
  padding: 96px 48px;
  border-bottom: 1px solid var(--border);
}

.process-headline {
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 800;
  letter-spacing: -0.04em;
  margin-bottom: 56px;
  margin-top: 8px;
}

.process-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.step {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 32px;
  align-items: start;
  padding: 28px 0;
  border-bottom: 1px solid var(--border);
}

.step:last-child { border-bottom: none; }

.step-num {
  font-family: 'Syne', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--accent);
  padding-top: 3px;
}

.step-title {
  font-family: 'Syne', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 6px;
}

.step-desc {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.65;
  max-width: 560px;
}

/* ─── Manifesto ──────────────────────────────────────── */
.manifesto {
  padding: 96px 48px 80px;
}

.manifesto-quote {
  border-left: 3px solid var(--accent);
  padding-left: 32px;
  margin-bottom: 48px;
}

.manifesto-quote p {
  font-family: 'Syne', sans-serif;
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 600;
  line-height: 1.4;
  color: var(--text);
  letter-spacing: -0.02em;
}

.manifesto-body {
  max-width: 640px;
  margin-left: 35px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.manifesto-body p {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.75;
}

/* ─── Footer ─────────────────────────────────────────── */
.footer {
  padding: 56px 48px;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-brand {
  font-family: 'Syne', sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.footer-tagline {
  font-size: 13px;
  color: var(--text-dim);
  text-align: center;
  line-height: 1.6;
}

.footer-copy {
  font-size: 12px;
  color: var(--text-dim);
}

/* ─── Responsive ─────────────────────────────────────── */
@media (max-width: 900px) {
  .navbar { padding: 16px 24px; }
  .hero { grid-template-columns: 1fr; padding: 64px 24px 56px; min-height: auto; gap: 40px; }
  .hero-aside { flex-wrap: wrap; justify-content: center; }
  .proof-strip { padding: 20px 24px; }
  .what-we-do { padding: 64px 24px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .niches { padding: 64px 24px; }
  .niches-grid { grid-template-columns: 1fr; }
  .process { padding: 64px 24px; }
  .manifesto { padding: 64px 24px; }
  .footer { flex-direction: column; gap: 16px; text-align: center; }
  .footer-tagline { text-align: center; }
}

@media (max-width: 480px) {
  .services-grid { grid-template-columns: 1fr; }
  .step { grid-template-columns: 48px 1fr; gap: 16px; }
  .hero-aside { padding: 24px; }
  .stat-number { font-size: 28px; }
}