/* ── HERO ─────────────────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: 100vh;
  background: var(--hero-bg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 9rem 2.5rem 7rem;
  overflow: hidden;
  text-align: center;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}
.hero-glow {
  position: absolute;
  width: 700px;
  height: 700px;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(212,60,11,0.13) 0%, transparent 65%);
  pointer-events: none;
}
.hero-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 2rem;
}
.hero-badge::before, .hero-badge::after {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background: var(--accent);
  opacity: 0.6;
}
h1.hero-hed {
  position: relative;
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  font-size: clamp(2.75rem, 7.5vw, 6.75rem);
  line-height: 1.03;
  letter-spacing: -0.025em;
  color: var(--hero-text);
  max-width: 880px;
  text-wrap: balance;
  margin-bottom: 1.75rem;
}
h1.hero-hed em { font-style: italic; color: var(--accent); }
.hero-sub {
  position: relative;
  font-size: 1.0625rem;
  color: var(--hero-muted);
  max-width: 500px;
  line-height: 1.72;
  margin-bottom: 2.5rem;
  text-wrap: balance;
}
.hero-btns {
  position: relative;
  display: flex;
  gap: 0.875rem;
  flex-wrap: wrap;
  justify-content: center;
}
.btn-outline {
  display: inline-block;
  padding: 0.85rem 2rem;
  border: 1px solid var(--hero-border);
  color: var(--hero-muted);
  border-radius: 2px;
  font-size: 0.82rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: border-color 0.18s, color 0.18s, transform 0.18s;
}
.btn-outline:hover {
  border-color: rgba(255,255,255,0.25);
  color: var(--hero-text);
  transform: translateY(-2px);
}
.hero-scroll-hint {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hero-muted);
}
.hero-scroll-hint::after {
  content: '';
  width: 1px;
  height: 36px;
  background: linear-gradient(to bottom, rgba(245,245,245,0.3), transparent);
  animation: pulse-down 1.8s ease-in-out infinite;
}
@keyframes pulse-down {
  0%, 100% { opacity: 0.4; transform: scaleY(1); }
  50% { opacity: 0.8; transform: scaleY(1.15); }
}

/* ── SERVICES ─────────────────────────────────────────────────── */
.services { background: var(--bg); }
.services-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 4rem;
  align-items: end;
  margin-bottom: 3.5rem;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--border);
}
.svc {
  background: var(--surface);
  padding: 2.25rem 2rem;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  position: relative;
  cursor: default;
  transition: background 0.2s;
}
.svc:nth-child(3n) { border-right: none; }
.svc:nth-last-child(-n+3) { border-bottom: none; }
.svc:hover { background: var(--card-hover); }
.svc:hover .svc-marker { color: var(--accent); }
.svc:hover .svc-arrow { opacity: 1; }
.svc-marker {
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-2);
  margin-bottom: 2rem;
  transition: color 0.2s;
  font-family: Georgia, serif;
}
.svc-name {
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--text);
  margin-bottom: 0.6rem;
  line-height: 1.3;
}
.svc-desc {
  font-size: 0.86rem;
  color: var(--text-2);
  line-height: 1.65;
}
.svc-arrow {
  position: absolute;
  bottom: 1.75rem;
  right: 1.75rem;
  font-size: 1rem;
  color: var(--accent);
  opacity: 0;
  transition: opacity 0.2s;
}

/* ── STATS BAND ───────────────────────────────────────────────── */
.stats-band {
  background: var(--bg-alt);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 0 2.5rem;
}
.stats-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.stat {
  padding: 3.5rem 1.5rem;
  text-align: center;
  border-right: 1px solid var(--border);
}
.stat:last-child { border-right: none; }
.stat-num {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 3.25rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--text);
  margin-bottom: 0.4rem;
  font-variant-numeric: tabular-nums;
}
.stat-num sup { font-size: 1.5rem; color: var(--accent); vertical-align: super; }
.stat-lbl {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-2);
}

/* ── ABOUT (dark) ─────────────────────────────────────────────── */
.about { background: var(--hero-bg); }
.about-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
}
.about .section-eyebrow { color: rgba(240,77,24,0.85); }
.about .section-eyebrow::before { background: rgba(240,77,24,0.85); }
.about-statement {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.5rem, 2.6vw, 2.25rem);
  font-weight: 400;
  line-height: 1.28;
  color: var(--hero-text);
  letter-spacing: -0.02em;
  text-wrap: balance;
}
.about-statement em { color: var(--accent); font-style: italic; }
.about-body p {
  font-size: 0.9375rem;
  color: var(--hero-muted);
  line-height: 1.78;
  margin-bottom: 1.1rem;
}
.about-body p:last-of-type { margin-bottom: 0; }
.about-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 2rem;
}
.about-tag {
  padding: 0.3rem 0.75rem;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 100px;
  font-size: 0.75rem;
  color: var(--hero-muted);
  letter-spacing: 0.02em;
}

/* ── PROCESS ──────────────────────────────────────────────────── */
.process { background: var(--bg); }
.process-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 4rem;
  align-items: end;
  margin-bottom: 4rem;
}
.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.step {
  border-top: 2px solid var(--border);
  padding: 1.75rem 2rem 1.75rem 0;
  transition: border-top-color 0.25s;
}
.step:hover { border-top-color: var(--accent); }
.step:hover .step-num { color: var(--accent-fade); }
.step-num {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: -0.04em;
  color: var(--border);
  line-height: 1;
  margin-bottom: 1.25rem;
  transition: color 0.25s;
  user-select: none;
  font-variant-numeric: tabular-nums;
}
.step-name {
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--text);
  margin-bottom: 0.5rem;
}
.step-desc {
  font-size: 0.84rem;
  color: var(--text-2);
  line-height: 1.68;
}

/* ── CTA ──────────────────────────────────────────────────────── */
.cta-section {
  background: var(--hero-bg);
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 28px 28px;
}
.cta-section .section-inner {
  position: relative;
  text-align: center;
  max-width: 640px;
}
.cta-section .section-eyebrow {
  color: rgba(240,77,24,0.85);
  justify-content: center;
}
.cta-section .section-eyebrow::before { background: rgba(240,77,24,0.85); }
.cta-title {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2rem, 5vw, 3.75rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--hero-text);
  text-wrap: balance;
  margin-bottom: 1.25rem;
}
.cta-sub {
  font-size: 0.9375rem;
  color: var(--hero-muted);
  line-height: 1.7;
  margin-bottom: 2.5rem;
}
.cta-email-link {
  display: inline-block;
  margin-top: 1.5rem;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: var(--hero-muted);
  border-bottom: 1px solid rgba(255,255,255,0.15);
  padding-bottom: 2px;
  transition: color 0.2s;
}
.cta-email-link:hover { color: var(--hero-text); }

/* ── RESPONSIVE ───────────────────────────────────────────────── */
@media (max-width: 960px) {
  .services-head { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .svc:nth-child(3n) { border-right: 1px solid var(--border); }
  .svc:nth-child(2n) { border-right: none; }
  .svc:nth-last-child(-n+3) { border-bottom: 1px solid var(--border); }
  .svc:nth-last-child(-n+2) { border-bottom: none; }
  .about-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .process-head { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
  .stats-inner { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: none; }
  .stat:nth-child(3) { border-top: 1px solid var(--border); }
  .stat:nth-child(4) { border-top: 1px solid var(--border); border-right: none; }
}
@media (max-width: 640px) {
  .hero { padding: 7rem 1.25rem 5rem; }
  .stats-band { padding: 0 1.25rem; }
  .services-grid { grid-template-columns: 1fr; }
  .svc { border-right: none; }
  .svc:nth-last-child(-n+2) { border-bottom: 1px solid var(--border); }
  .svc:last-child { border-bottom: none; }
  .process-steps { grid-template-columns: 1fr; }
  .stats-inner { grid-template-columns: repeat(2, 1fr); }
}
@media (prefers-reduced-motion: reduce) {
  .btn-primary:hover, .btn-outline:hover { transform: none; }
  .hero-scroll-hint::after { animation: none; }
}
