/* ── Variables ────────────────────────────────── */
:root {
  --bg:        #0F0E0C;
  --bg-alt:    #1A1917;
  --cream:     #F4EDE3;
  --cream-dim: #C9BFB0;
  --brass:     #B8924A;
  --brass-dim: #8A6C35;
  --text:      #E8E0D5;
  --text-dim:  #9A8F82;
  --border:    rgba(244,237,227,0.08);
  --card-bg:   #1E1D1A;
}

/* ── Reset ─────────────────────────────────── */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: 'DM Sans', system-ui, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 {
  font-family: 'Fraunces', Georgia, serif;
  line-height: 1.15;
  color: var(--cream);
}
a { color: inherit; text-decoration: none; }

/* ── Navigation ────────────────────────────── */
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 2.5rem;
  border-bottom: 1px solid var(--border);
}
.nav-logo { display: flex; align-items: baseline; gap: 0.5rem; }
.logo-mark {
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--brass);
  letter-spacing: -0.02em;
}
.logo-text {
  font-size: 0.85rem;
  color: var(--text-dim);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.nav-location { font-size: 0.8rem; color: var(--text-dim); letter-spacing: 0.06em; text-transform: uppercase; }

/* ── Hero ──────────────────────────────────── */
.hero {
  position: relative;
  padding: 5rem 2.5rem 4rem;
  overflow: hidden;
  min-height: 70vh;
  display: flex;
  align-items: center;
}
.hero-bg-texture {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 80% 50%, rgba(184,146,74,0.06) 0%, transparent 70%),
    repeating-linear-gradient(0deg, transparent, transparent 40px, rgba(255,255,255,0.01) 40px, rgba(255,255,255,0.01) 41px);
  pointer-events: none;
}
.hero-content { position: relative; max-width: 820px; }
.hero-eyebrow {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--brass);
  margin-bottom: 1.25rem;
}
.hero-headline {
  font-size: clamp(2.6rem, 6vw, 4.2rem);
  font-weight: 600;
  color: var(--cream);
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}
.hero-headline em {
  font-style: italic;
  color: var(--brass);
}
.hero-lede {
  font-size: 1.1rem;
  color: var(--cream-dim);
  max-width: 560px;
  margin-bottom: 2.5rem;
  line-height: 1.7;
}
.hero-badges { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.badge {
  display: inline-block;
  padding: 0.4rem 0.9rem;
  border: 1px solid rgba(184,146,74,0.35);
  border-radius: 2px;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--cream-dim);
}

/* ── Stats ─────────────────────────────────── */
.stats { background: var(--bg-alt); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.stats-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.5rem 2.5rem;
  max-width: 1100px;
  margin: 0 auto;
  gap: 1rem;
}
.stat { text-align: center; flex: 1; }
.stat-number {
  display: block;
  font-family: 'Fraunces', serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--cream);
  letter-spacing: -0.02em;
}
.stat-label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-dim); margin-top: 0.25rem; display: block; }
.stat-divider { width: 1px; height: 40px; background: var(--border); flex-shrink: 0; }

/* ── Services ──────────────────────────────── */
.services { padding: 5rem 2.5rem; }
.services-header { text-align: center; margin-bottom: 3.5rem; }
.services-title { font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 600; letter-spacing: -0.02em; margin-bottom: 0.75rem; }
.services-sub { color: var(--text-dim); font-size: 1rem; }
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.25rem;
  max-width: 1100px;
  margin: 0 auto;
}
.service-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  padding: 2rem;
  transition: border-color 0.2s;
}
.service-card:hover { border-color: rgba(184,146,74,0.3); }
.service-icon { color: var(--brass); margin-bottom: 1rem; }
.service-card h3 { font-size: 1.05rem; font-weight: 600; margin-bottom: 0.6rem; }
.service-card p { font-size: 0.88rem; color: var(--text-dim); line-height: 1.65; }

/* ── Difference ────────────────────────────── */
.difference { background: var(--bg-alt); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.difference-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  padding: 5rem 2.5rem;
  max-width: 1100px;
  margin: 0 auto;
  align-items: start;
}
.difference-title { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 600; letter-spacing: -0.02em; margin-bottom: 1.5rem; }
.difference-body { color: var(--cream-dim); font-size: 0.95rem; line-height: 1.75; margin-bottom: 1rem; }
.difference-body strong { color: var(--cream); }
.credential { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 1.75rem; }
.credential:last-child { margin-bottom: 0; }
.credential-icon { color: var(--brass); flex-shrink: 0; margin-top: 0.1rem; }
.credential h4 { font-family: 'DM Sans', sans-serif; font-size: 0.9rem; font-weight: 500; color: var(--cream); margin-bottom: 0.25rem; }
.credential p { font-size: 0.8rem; color: var(--text-dim); line-height: 1.6; }

/* ── Process ───────────────────────────────── */
.process { padding: 5rem 2.5rem; }
.process-header { text-align: center; margin-bottom: 3.5rem; }
.process-title { font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 600; letter-spacing: -0.02em; margin-bottom: 0.75rem; }
.process-sub { color: var(--text-dim); }
.process-steps {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 1.5rem;
  padding: 1.75rem 0;
  border-bottom: 1px solid var(--border);
  align-items: start;
}
.step:last-child { border-bottom: none; }
.step-num {
  font-family: 'Fraunces', serif;
  font-size: 0.85rem;
  color: var(--brass);
  letter-spacing: 0.04em;
  padding-top: 0.2rem;
}
.step-content h3 { font-family: 'DM Sans', sans-serif; font-size: 1rem; font-weight: 500; color: var(--cream); margin-bottom: 0.4rem; }
.step-content p { font-size: 0.85rem; color: var(--text-dim); line-height: 1.65; }

/* ── Closing ───────────────────────────────── */
.closing { background: var(--brass-dim); padding: 5rem 2.5rem; }
.closing-inner { max-width: 680px; margin: 0 auto; text-align: center; }
.closing-headline { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 600; color: #0F0E0C; margin-bottom: 1rem; }
.closing-body { font-size: 1rem; color: rgba(15,14,12,0.75); line-height: 1.7; margin-bottom: 1.75rem; }
.closing-contact { display: flex; justify-content: center; align-items: center; gap: 0.75rem; flex-wrap: wrap; margin-bottom: 0.75rem; }
.closing-phone { font-family: 'Fraunces', serif; font-size: 1.1rem; font-weight: 600; color: #0F0E0C; }
.closing-sep { color: rgba(15,14,12,0.5); }
.closing-address { font-size: 0.85rem; color: rgba(15,14,12,0.7); }
.closing-service-area { font-size: 0.75rem; color: rgba(15,14,12,0.55); text-transform: uppercase; letter-spacing: 0.06em; }

/* ── Footer ────────────────────────────────── */
.footer { background: var(--bg); border-top: 1px solid var(--border); padding: 3rem 2.5rem 2rem; }
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--border);
}
.footer-logo { font-family: 'Fraunces', serif; font-size: 1rem; font-weight: 600; color: var(--cream); display: block; margin-bottom: 0.5rem; }
.footer-brand p { font-size: 0.75rem; color: var(--text-dim); line-height: 1.6; }
.footer-links { display: flex; flex-direction: column; gap: 0.4rem; }
.footer-links a { font-size: 0.85rem; color: var(--text-dim); }
.footer-links a:hover { color: var(--cream); }
.footer-social { display: flex; gap: 1.25rem; }
.footer-social a { font-size: 0.8rem; color: var(--text-dim); text-transform: uppercase; letter-spacing: 0.05em; }
.footer-social a:hover { color: var(--cream); }
.footer-bottom {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-size: 0.72rem;
  color: var(--text-dim);
  opacity: 0.6;
}

/* ── Responsive ───────────────────────────── */
@media (max-width: 768px) {
  .nav { padding: 1rem 1.25rem; }
  .hero { padding: 3.5rem 1.25rem 3rem; min-height: auto; }
  .hero-headline { font-size: 2.2rem; }
  .stats-inner { flex-direction: column; gap: 1.5rem; }
  .stat-divider { width: 40px; height: 1px; }
  .difference-inner { grid-template-columns: 1fr; gap: 2.5rem; padding: 3.5rem 1.25rem; }
  .services { padding: 3.5rem 1.25rem; }
  .process { padding: 3.5rem 1.25rem; }
  .closing { padding: 3.5rem 1.25rem; }
  .footer-inner { flex-direction: column; }
  .footer-bottom { flex-direction: column; gap: 0.25rem; }
}
@media (max-width: 480px) {
  .hero-badges { gap: 0.4rem; }
  .services-grid { grid-template-columns: 1fr; }
}