:root {
  --bg: #FAFAF8;
  --bg-alt: #F4F1EC;
  --bg-dark: #111111;
  --fg: #111111;
  --fg-light: #6B6B6B;
  --fg-on-dark: #F4F1EC;
  --accent: #C4501A;
  --border: #E2DDD7;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
}

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

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

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--fg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

::selection { background: var(--accent); color: white; }

/* Hero */
.hero {
  background: var(--bg-dark);
  color: var(--fg-on-dark);
  padding: 80px 40px 100px;
  min-height: 90vh;
  display: flex;
  align-items: center;
}
.hero__inner { max-width: 760px; }
.hero__eyebrow {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent);
  margin-bottom: 28px;
  font-weight: 500;
}
.hero__headline {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 28px;
  color: white;
}
.hero__sub {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.5vw, 1.7rem);
  font-style: italic;
  color: rgba(244, 241, 236, 0.6);
  margin-bottom: 36px;
  line-height: 1.4;
}
.hero__body {
  font-size: 1rem;
  color: rgba(244, 241, 236, 0.75);
  line-height: 1.75;
  max-width: 540px;
}

/* Section title */
.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 16px;
}
.section-title--light { color: var(--fg-on-dark); }

/* Approach */
.approach { padding: 90px 40px; background: var(--bg); }
.approach__inner { max-width: 1100px; margin: 0 auto; }
.approach__header { max-width: 640px; margin-bottom: 64px; }
.approach__lead { font-size: 1.1rem; color: var(--fg-light); line-height: 1.7; }
.approach__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 48px 40px;
}
.approach__item h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.approach__item p { font-size: 0.9rem; color: var(--fg-light); line-height: 1.65; }
.approach__icon {
  width: 40px;
  height: 40px;
  background: var(--bg-alt);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  margin-bottom: 16px;
}

/* Background */
.background { padding: 90px 40px; background: var(--bg-alt); }
.background__inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.background__eyebrow {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent);
  margin-bottom: 20px;
  font-weight: 500;
}
.background__body { font-size: 0.95rem; color: var(--fg-light); line-height: 1.75; margin-bottom: 20px; }
.background__credentials { display: flex; flex-direction: column; gap: 24px; }
.credential {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px 24px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 10px;
}
.credential__icon { color: var(--accent); flex-shrink: 0; margin-top: 2px; }
.credential div { display: flex; flex-direction: column; gap: 3px; }
.credential strong { font-size: 0.9rem; font-weight: 600; }
.credential span { font-size: 0.8rem; color: var(--fg-light); }

/* Process */
.process { padding: 90px 40px; background: var(--bg-dark); }
.process__inner { max-width: 1100px; margin: 0 auto; }
.process__lead { font-size: 1rem; color: rgba(244, 241, 236, 0.6); margin-bottom: 60px; max-width: 560px; }
.process__steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 0; }
.step { padding: 32px; border-top: 1px solid rgba(244, 241, 236, 0.12); }
.step__header { display: flex; align-items: baseline; gap: 12px; margin-bottom: 16px; flex-wrap: wrap; }
.step__number { font-family: var(--font-display); font-size: 2rem; font-weight: 700; color: var(--accent); line-height: 1; }
.step h3 { font-family: var(--font-display); font-size: 1.1rem; font-weight: 600; color: white; }
.step__tag {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: var(--accent);
  color: white;
  padding: 3px 10px;
  border-radius: 20px;
  font-weight: 500;
  margin-left: auto;
}
.step p { font-size: 0.875rem; color: rgba(244, 241, 236, 0.6); line-height: 1.7; }

/* Testimonial */
.testimonial { padding: 90px 40px; background: var(--bg); }
.testimonial__inner { max-width: 760px; margin: 0 auto; text-align: center; }
.testimonial__mark { color: var(--accent); margin-bottom: 32px; display: flex; justify-content: center; }
.testimonial__quote {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-style: italic;
  line-height: 1.6;
  color: var(--fg);
  margin-bottom: 40px;
}
.testimonial__author strong { display: block; font-size: 0.95rem; font-weight: 600; }
.testimonial__author span { font-size: 0.8rem; color: var(--fg-light); }

/* Closing */
.closing { padding: 90px 40px; background: var(--bg-alt); }
.closing__inner { max-width: 640px; margin: 0 auto; text-align: center; }
.closing__headline {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 600;
  margin-bottom: 24px;
}
.closing p { font-size: 1rem; color: var(--fg-light); line-height: 1.75; margin-bottom: 16px; }
.closing__meta a { color: var(--accent); font-weight: 500; }

/* Footer */
.footer { padding: 32px 40px; background: var(--bg-dark); }
.footer__inner { max-width: 1100px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.footer__name { font-family: var(--font-display); font-size: 1rem; font-weight: 600; color: white; }
.footer__tagline { font-size: 0.8rem; color: rgba(244, 241, 236, 0.4); }
.footer__meta p { font-size: 0.75rem; color: rgba(244, 241, 236, 0.4); }

/* Responsive */
@media (max-width: 768px) {
  .hero { padding: 60px 24px 80px; min-height: auto; }
  .approach, .background, .process, .testimonial, .closing { padding: 60px 24px; }
  .background__inner { grid-template-columns: 1fr; gap: 48px; }
  .footer__inner { flex-direction: column; gap: 12px; text-align: center; }
}

@media (max-width: 480px) {
  .process__steps { grid-template-columns: 1fr; }
  .approach__grid { grid-template-columns: 1fr; }
}