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

:root {
  --cream: #EDE8DF;
  --cream-light: #F7F4EF;
  --sand: #D4C9B8;
  --amber: #C17B3A;
  --amber-light: #D4935A;
  --charcoal: #1C1A17;
  --warm-gray: #4A4540;
  --muted: #7A7068;
  --divider: rgba(193, 123, 58, 0.2);
}

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--cream-light);
  color: var(--charcoal);
  -webkit-font-smoothing: antialiased;
}

.section-eyebrow {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--amber);
  font-weight: 600;
  margin-bottom: 1.2rem;
}

/* ── NAV ── */
.top-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(237, 232, 223, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--divider);
}
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 2rem;
  display: flex;
  align-items: baseline;
  gap: 1.4rem;
}
.nav-logo {
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.1em;
  color: var(--charcoal);
}
.nav-sub {
  font-size: 0.72rem;
  color: var(--muted);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

/* ── HERO ── */
.hero {
  padding: 8rem 2rem 5rem;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: end;
  border-bottom: 3px solid var(--amber);
}
.hero-kicker {
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--amber);
  font-weight: 600;
  margin-bottom: 2rem;
}
.hero-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 800;
  line-height: 1.0;
  color: var(--charcoal);
  letter-spacing: -0.01em;
}
.hero-statement {
  font-size: 1.05rem;
  color: var(--warm-gray);
  line-height: 1.7;
  margin-bottom: 2.5rem;
  font-weight: 300;
}
.hero-proof {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--divider);
}
.proof-item { display: flex; align-items: baseline; gap: 1rem; }
.proof-n {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--amber);
  min-width: 80px;
}
.proof-l {
  font-size: 0.8rem;
  color: var(--muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.hero-band {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
  padding-top: 2rem;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--warm-gray);
  opacity: 0.6;
}
.sep { color: var(--amber); }

/* ── CREDENTIALS ── */
.credentials {
  background: var(--charcoal);
  padding: 3.5rem 2rem;
}
.cred-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}
.cred-item { text-align: center; }
.cred-label {
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(237, 232, 223, 0.4);
  margin-bottom: 0.4rem;
}
.cred-value {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--cream-light);
}
.cred-sep {
  width: 1px;
  height: 40px;
  background: rgba(193, 123, 58, 0.3);
}

/* ── PHILOSOPHY ── */
.philosophy {
  background: var(--cream);
  padding: 7rem 2rem;
  border-top: 1px solid var(--divider);
}
.phil-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: start;
}
.phil-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--charcoal);
}
.phil-text {
  font-size: 1rem;
  color: var(--warm-gray);
  line-height: 1.75;
  margin-bottom: 1.2rem;
}
.phil-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 2rem;
}
.phil-tags span {
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--amber);
  border: 1px solid var(--divider);
  padding: 0.4rem 0.9rem;
  font-weight: 500;
}

/* ── PROCESS ── */
.process {
  background: var(--cream-light);
  padding: 7rem 2rem;
  border-top: 1px solid var(--divider);
}
.proc-header {
  max-width: 1200px;
  margin: 0 auto 4rem;
}
.proc-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--charcoal);
  margin-top: 0.5rem;
}
.proc-steps {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.proc-step {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 3rem;
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--divider);
  align-items: start;
}
.proc-step:last-child { border-bottom: none; }
.step-n {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--amber);
  line-height: 1;
  opacity: 0.6;
}
.step-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--charcoal);
  margin-bottom: 0.7rem;
}
.step-text {
  font-size: 0.92rem;
  color: var(--warm-gray);
  line-height: 1.7;
  max-width: 560px;
}
.proc-cta {
  max-width: 1200px;
  margin: 3rem auto 0;
  font-size: 0.78rem;
  color: var(--muted);
  letter-spacing: 0.06em;
}

/* ── AREAS ── */
.areas {
  background: var(--charcoal);
  color: var(--cream-light);
  padding: 7rem 2rem;
  border-top: 3px solid var(--amber);
}
.areas-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
}
.areas-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--cream-light);
  margin-top: 0.5rem;
}
.areas .section-eyebrow { color: var(--amber-light); }
.areas-sub {
  font-size: 0.9rem;
  color: rgba(237,232,223,0.5);
  margin-top: 1rem;
  line-height: 1.6;
}
.areas-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem 2rem;
  padding-top: 0.5rem;
}
.area-city {
  font-size: 0.8rem;
  color: rgba(237,232,223,0.65);
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  letter-spacing: 0.04em;
}

/* ── CLOSING ── */
.closing {
  background: var(--cream);
  padding: 8rem 2rem;
  text-align: center;
  border-top: 1px solid var(--divider);
}
.closing-inner { max-width: 800px; margin: 0 auto; }
.closing-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 800;
  line-height: 1.05;
  color: var(--charcoal);
  margin-bottom: 1.5rem;
}
.closing-body {
  font-size: 1.05rem;
  color: var(--warm-gray);
  line-height: 1.7;
  margin-bottom: 3.5rem;
}
.closing-outcomes {
  display: flex;
  justify-content: center;
  gap: 4rem;
  flex-wrap: wrap;
  border-top: 1px solid var(--divider);
  padding-top: 3rem;
}
.outcome {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.outcome-icon {
  width: 48px;
  height: 48px;
  border: 1px solid var(--amber);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: var(--amber);
  font-weight: 700;
}
.outcome span {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
}

/* ── FOOTER ── */
.site-footer {
  background: #111009;
  padding: 2rem 2rem;
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-brand {
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  color: rgba(237,232,223,0.6);
}
.footer-sub {
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(237,232,223,0.3);
}
.footer-copy {
  font-size: 0.75rem;
  color: rgba(237,232,223,0.35);
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero-band { grid-column: 1; }
  .phil-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .areas-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .cred-inner { justify-content: flex-start; gap: 2rem 3rem; }
  .cred-sep { display: none; }
  .proc-step { grid-template-columns: 50px 1fr; gap: 1.5rem; }
}

@media (max-width: 600px) {
  .hero { padding: 7rem 1.5rem 4rem; }
  .philosophy, .process, .areas, .closing { padding: 5rem 1.5rem; }
  .credentials { padding: 2.5rem 1.5rem; }
  .closing-outcomes { gap: 2rem; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .nav-inner { padding: 0.9rem 1.5rem; }
  .areas-list { grid-template-columns: 1fr; }
}