:root {
  --teal: #2f5d57;
  --teal-deep: #244a45;
  --dark: #0e1814;
  --cream: #f3ece1;
  --cream-soft: #ece2d2;
  --brass: #a07f3b;
  --brass-soft: #c9a558;
  --ink: #1a2420;
  --serif: "Cormorant Garamond", "EB Garamond", Georgia, "Times New Roman", serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

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

html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--dark);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }

/* ---------- nav ---------- */
.nav {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.5rem 2.5rem;
  color: var(--cream);
}
.wordmark {
  font-family: var(--serif);
  font-size: 1.25rem;
  letter-spacing: 0.02em;
}
.links {
  display: flex;
  gap: 2rem;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
}
.links a { opacity: 0.85; transition: opacity 0.2s; }
.links a:hover { opacity: 1; }

.cta-outline {
  border: 1px solid var(--brass-soft);
  color: var(--brass-soft);
  padding: 0.65rem 1.2rem;
  border-radius: 999px;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  transition: background 0.2s, color 0.2s;
}
.cta-outline:hover { background: var(--brass-soft); color: var(--dark); }

/* ---------- hero ---------- */
.hero {
  position: relative;
  height: 75vh;
  min-height: 520px;
  background: var(--dark);
  overflow: hidden;
}
.hero-photo {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 30% 40%, rgba(160,127,59,0.12), transparent 60%),
    linear-gradient(135deg, #1c302d 0%, #2f5d57 50%, #0e1814 100%);
  display: flex; align-items: flex-end; justify-content: flex-end;
}
.photo-label {
  font-family: var(--sans);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(243, 236, 225, 0.35);
  padding: 1rem 1.5rem;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(14,24,20,0.55) 0%, rgba(14,24,20,0.15) 35%, rgba(14,24,20,0.45) 100%);
  pointer-events: none;
}

/* ---------- cream services band ---------- */
.band-cream {
  background: var(--cream);
  color: var(--ink);
  text-align: center;
  padding: 6rem 2rem;
}
.band-cream h1 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  line-height: 1.15;
  letter-spacing: -0.01em;
  max-width: 60rem;
  margin: 0 auto;
}

/* ---------- dark "what makes us different" ---------- */
.band-dark {
  background: var(--teal);
  color: var(--cream);
  padding: 6rem 2.5rem;
}
.band-dark h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.75rem, 3vw, 2.4rem);
  margin-bottom: 0.5rem;
}
.lede {
  max-width: 38rem;
  opacity: 0.78;
  margin-bottom: 3rem;
  font-size: 0.95rem;
}
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
  max-width: 80rem;
}
.card {
  background: rgba(243, 236, 225, 0.05);
  border: 1px solid rgba(201, 165, 88, 0.25);
  border-radius: 14px;
  padding: 1.75rem;
  backdrop-filter: blur(2px);
}
.card-icon {
  width: 36px; height: 36px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--brass), var(--brass-soft));
  margin-bottom: 1.25rem;
  opacity: 0.85;
}
.card h3 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.card p { font-size: 0.9rem; opacity: 0.78; line-height: 1.55; }

/* ---------- testimonials ---------- */
.band-testimonials {
  position: relative;
  color: var(--cream);
  padding: 6rem 2.5rem;
  overflow: hidden;
}
.band-testimonials-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 70% 30%, rgba(160,127,59,0.18), transparent 60%),
    linear-gradient(180deg, #1a2e2a 0%, #0e1814 100%);
}
.band-testimonials-overlay {
  position: absolute; inset: 0;
  background: rgba(14, 24, 20, 0.55);
}
.band-testimonials-inner { position: relative; max-width: 80rem; margin: 0 auto; text-align: center; }
.band-testimonials h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.75rem, 3vw, 2.4rem);
  margin-bottom: 3rem;
}
.quotes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem;
}
.quote {
  display: flex; flex-direction: column; align-items: center; gap: 1rem;
  padding: 1.5rem;
}
.avatar {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brass-soft), var(--teal-deep));
  border: 2px solid rgba(201, 165, 88, 0.5);
}
.quote blockquote {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-style: italic;
  line-height: 1.5;
  opacity: 0.92;
}
.quote figcaption {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.6;
}

/* ---------- footer cta ---------- */
.band-footer-cta {
  background: var(--teal-deep);
  color: var(--cream);
  text-align: center;
  padding: 5rem 2rem;
}
.footer-cta-eyebrow {
  font-family: var(--serif);
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 400;
  margin-bottom: 1.75rem;
  opacity: 0.95;
  max-width: 36rem;
  margin-inline: auto;
}
.cta-solid {
  display: inline-block;
  background: var(--brass);
  color: var(--cream);
  padding: 0.85rem 2rem;
  border-radius: 999px;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  transition: background 0.2s;
}
.cta-solid:hover { background: var(--brass-soft); color: var(--dark); }

/* ---------- footer ---------- */
.footer {
  background: var(--dark);
  color: var(--cream);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 2rem 2.5rem;
  font-size: 0.85rem;
}
.footer .wordmark { font-size: 1.5rem; opacity: 0.9; }
.footer-links { display: flex; gap: 1.5rem; opacity: 0.7; }
.footer-links a:hover { opacity: 1; color: var(--brass-soft); }

/* ---------- responsive ---------- */
@media (max-width: 720px) {
  .nav { padding: 1rem 1.25rem; gap: 0.75rem; }
  .links { display: none; }
  .cta-outline { padding: 0.5rem 0.9rem; font-size: 0.75rem; }
  .hero { height: 60vh; min-height: 380px; }
  .band-cream, .band-dark, .band-testimonials, .band-footer-cta { padding: 4rem 1.25rem; }
  .footer { flex-direction: column; align-items: flex-start; padding: 2rem 1.25rem; }
  .footer-links { flex-wrap: wrap; gap: 0.75rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; animation: none !important; }
}
