:root {
  --bg: #0d0d0d;
  --bg-2: #141414;
  --bg-3: #1c1c1c;
  --fg: #f0ece4;
  --fg-muted: #8a857a;
  --fg-subtle: #5a5650;
  --accent: #f29f38;
  --accent-dim: rgba(242, 159, 56, 0.12);
  --border: rgba(240, 236, 228, 0.08);
}

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

html { font-size: 16px; scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--fg);
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* ── HERO ── */
.hero {
  padding: 120px 48px 80px;
  border-bottom: 1px solid var(--border);
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fg-muted);
  margin-bottom: 56px;
}

.tag {
  background: var(--accent);
  color: var(--bg);
  font-weight: 700;
  padding: 3px 10px;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
}

.slash { color: var(--fg-subtle); }

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.hero-left h1 {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: clamp(2.8rem, 5vw, 4.2rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--fg);
}

.hero-right p {
  font-size: 1.1rem;
  color: var(--fg-muted);
  line-height: 1.7;
  margin-bottom: 48px;
}

.hero-stats {
  display: flex;
  gap: 40px;
}

.stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.stat-number {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: var(--accent);
  line-height: 1;
}

.stat-label {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--fg-subtle);
}

.hero-tagline {
  margin-top: 64px;
  padding-top: 40px;
  border-top: 1px solid var(--border);
}

.hero-tagline span {
  font-family: 'Syne', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--fg-muted);
  letter-spacing: 0.04em;
}

/* ── SECTION LABEL ── */
.section-label {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}

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

.method-header {
  max-width: 640px;
  margin-bottom: 72px;
}

.method-header h2 {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.method-intro {
  font-size: 1.05rem;
  color: var(--fg-muted);
  line-height: 1.7;
}

.method-intro em {
  color: var(--fg);
  font-style: normal;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border-top: 1px solid var(--border);
}

.step {
  padding: 40px 28px 40px 0;
  border-right: 1px solid var(--border);
  padding-right: 28px;
}

.step:first-child { padding-left: 0; }
.step:last-child { border-right: none; }

.step-num {
  display: block;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  color: var(--accent);
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}

.step h3 {
  font-family: 'Syne', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 12px;
  line-height: 1.3;
}

.step p {
  font-size: 0.85rem;
  color: var(--fg-muted);
  line-height: 1.6;
}

/* ── SERVICES ── */
.services {
  padding: 96px 48px;
  border-bottom: 1px solid var(--border);
  background: var(--bg-2);
}

.services h2 {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: -0.02em;
  margin-bottom: 56px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border-top: 1px solid var(--border);
}

.service-card {
  padding: 36px 28px 36px 0;
  border-right: 1px solid var(--border);
}

.service-card:last-child { border-right: none; }

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

.service-card h3 {
  font-family: 'Syne', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 12px;
}

.service-card p {
  font-size: 0.82rem;
  color: var(--fg-muted);
  line-height: 1.6;
}

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

.work h2 {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.work-intro {
  font-size: 1rem;
  color: var(--fg-muted);
  margin-bottom: 56px;
  max-width: 480px;
}

.work-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}

.work-item {
  background: var(--bg);
  padding: 40px;
}

.work-meta {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}

.work-sector {
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
}

.work-type {
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--fg-subtle);
}

.work-item h3 {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}

.work-item p {
  font-size: 0.88rem;
  color: var(--fg-muted);
  line-height: 1.65;
}

/* ── CLOSING ── */
.closing {
  padding: 120px 48px;
  border-bottom: 1px solid var(--border);
  background: var(--bg-2);
}

.closing-inner {
  max-width: 700px;
}

.closing-statement {
  font-family: 'Syne', sans-serif;
  font-weight: 600;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  line-height: 1.4;
  letter-spacing: -0.02em;
  margin-bottom: 48px;
}

.closing-statement em {
  color: var(--accent);
  font-style: normal;
}

.closing-rule {
  width: 64px;
  height: 2px;
  background: var(--accent);
  margin-bottom: 32px;
}

.closing-tagline {
  font-size: 0.9rem;
  color: var(--fg-muted);
  letter-spacing: 0.04em;
}

/* ── FOOTER ── */
footer {
  padding: 56px 48px 40px;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 48px;
}

.footer-logo {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--fg);
  display: block;
  margin-bottom: 8px;
}

.footer-brand p {
  font-size: 0.82rem;
  color: var(--fg-subtle);
}

.footer-links {
  display: flex;
  gap: 32px;
}

.footer-links a {
  font-size: 0.82rem;
  color: var(--fg-muted);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-links a:hover { color: var(--fg); }

.footer-bottom {
  padding-top: 24px;
  border-top: 1px solid var(--border);
}

.footer-bottom span {
  font-size: 0.75rem;
  color: var(--fg-subtle);
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .hero { padding: 80px 28px 60px; }
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .method { padding: 72px 28px; }
  .steps-grid { grid-template-columns: 1fr 1fr; gap: 0; }
  .step { border-right: none; border-bottom: 1px solid var(--border); padding: 28px 0; }
  .step:nth-child(odd) { padding-right: 0; }
  .step:last-child, .step:nth-last-child(2) { border-bottom: none; }
  .services { padding: 72px 28px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .service-card { border-right: none; border-bottom: 1px solid var(--border); }
  .service-card:last-child { border-bottom: none; }
  .work { padding: 72px 28px; }
  .work-grid { grid-template-columns: 1fr; }
  .closing { padding: 72px 28px; }
  footer { padding: 40px 28px 32px; }
  .footer-grid { flex-direction: column; gap: 24px; }
}

@media (max-width: 600px) {
  .hero-stats { gap: 24px; }
  .services-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
}