:root {
  --bg: #101613;
  --surface: #17211c;
  --surface-soft: #1d2a23;
  --ink: #f7efe3;
  --muted: #b6c1b5;
  --accent: #d99768;
  --accent-dark: #f0b586;
  --sage: #263b31;
  --line: rgba(247, 239, 227, 0.14);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(82, 119, 95, 0.32), transparent 34rem),
    radial-gradient(circle at 85% 12%, rgba(217, 151, 104, 0.16), transparent 30rem),
    linear-gradient(180deg, #0f1713 0%, #111915 58%, #0c110f 100%);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1rem, 5vw, 4rem);
  background: rgba(15, 23, 19, 0.82);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand,
.site-nav,
.hero-actions,
.trust-strip,
.footer-links {
  display: flex;
  align-items: center;
}

.brand {
  gap: 0.75rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.brand-mark {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  color: #101613;
  background: var(--accent-dark);
  border-radius: 50%;
  font-family: "Playfair Display", serif;
}

.site-nav {
  gap: 1.35rem;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 600;
}

.site-nav a:hover {
  color: var(--accent);
}

.nav-cta,
.button {
  border-radius: 999px;
}

.nav-cta {
  padding: 0.65rem 1rem;
  color: #101613;
  background: var(--accent-dark);
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  padding: 0.65rem 0.9rem;
  color: var(--ink);
  background: var(--surface);
  border-radius: 999px;
  font: inherit;
  font-weight: 700;
}

.hero,
.section,
.split-section,
.cta-section,
.site-footer {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  min-height: calc(100vh - 74px);
  padding: 4rem 0;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--accent-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

h1 {
  max-width: 680px;
  margin-bottom: 1.25rem;
  font-size: clamp(2.75rem, 6vw, 5.25rem);
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2.2rem, 5vw, 4.2rem);
}

h3 {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
}

p {
  color: var(--muted);
  line-height: 1.75;
}

.hero-copy {
  max-width: 620px;
  font-size: 1.1rem;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 2rem 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.15rem;
  padding: 0.9rem 1.35rem;
  border: 1px solid transparent;
  font-weight: 800;
}

.button.primary {
  color: #101613;
  background: var(--accent-dark);
  box-shadow: 0 16px 36px rgba(240, 181, 134, 0.18);
}

.button.primary:hover {
  background: #ffd0a8;
}

.button.secondary {
  border-color: var(--line);
  background: rgba(247, 239, 227, 0.06);
}

.button.light {
  color: #101613;
  background: #f7efe3;
  box-shadow: none;
}

.trust-strip {
  flex-wrap: wrap;
  gap: 0.6rem;
}

.trust-strip span {
  padding: 0.6rem 0.85rem;
  background: rgba(247, 239, 227, 0.07);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.hero-card {
  position: relative;
  min-height: 620px;
}

.hero-image {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background-color: var(--surface-soft);
  background-image:
    linear-gradient(180deg, rgba(16, 22, 19, 0), rgba(16, 22, 19, 0.34)),
    url("https://images.unsplash.com/photo-1519823551278-64ac92734fb1?auto=format&fit=crop&w=1100&q=80");
  background-position: center, center 38%;
  background-repeat: no-repeat;
  background-size: cover, cover;
  border: 1px solid var(--line);
  border-radius: 3rem;
  box-shadow: var(--shadow);
}

.appointment-card {
  position: absolute;
  right: -1rem;
  bottom: 2rem;
  width: min(320px, 88%);
  padding: 1.35rem;
  background: rgba(23, 33, 28, 0.88);
  border: 1px solid rgba(247, 239, 227, 0.16);
  border-radius: 1.5rem;
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.appointment-card span {
  color: var(--accent-dark);
  font-size: 0.85rem;
  font-weight: 800;
}

.appointment-card strong {
  display: block;
  margin: 0.35rem 0;
  font-size: 1.35rem;
}

.section,
.split-section,
.cta-section {
  padding: 5rem 0;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: end;
  margin-bottom: 2rem;
}

.section-heading h2 {
  max-width: 760px;
}

.section-heading.narrow {
  display: block;
  max-width: 620px;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.service-card,
.process-grid > div,
.benefits-list > div {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(247, 239, 227, 0.075), rgba(247, 239, 227, 0.035));
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.24);
}

.service-card {
  min-height: 280px;
  padding: 1.4rem;
  border-radius: 2rem;
}

.service-card.featured {
  background: linear-gradient(160deg, #f0b586, #6f3f2c);
}

.service-card.featured,
.service-card.featured p {
  color: #101613;
}

.service-card span,
.process-grid span {
  display: inline-grid;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 3rem;
  place-items: center;
  color: var(--accent-dark);
  background: var(--sage);
  border-radius: 50%;
  font-weight: 800;
}

.split-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 3rem;
  align-items: start;
}

.benefits-list {
  display: grid;
  gap: 1rem;
}

.benefits-list > div {
  padding: 1.25rem;
  border-radius: 1.5rem;
}

.benefits-list strong,
.benefits-list span {
  display: block;
}

.benefits-list strong {
  margin-bottom: 0.35rem;
  font-size: 1.15rem;
}

.benefits-list span {
  color: var(--muted);
  line-height: 1.6;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.process-grid > div {
  padding: 1.35rem;
  border-radius: 2rem;
}

.cta-section {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  margin-bottom: 4rem;
  padding: clamp(2rem, 5vw, 4rem);
  color: #f7efe3;
  background:
    radial-gradient(circle at top right, rgba(240, 181, 134, 0.28), transparent 24rem),
    linear-gradient(135deg, #1d2a23, #0c110f);
  border: 1px solid var(--line);
  border-radius: 2.4rem;
}

.cta-section h2 {
  max-width: 650px;
}

.cta-section p,
.cta-section .eyebrow {
  color: rgba(247, 239, 227, 0.82);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem 0 3rem;
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin-bottom: 0;
}

.footer-links {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.75rem 1rem;
  color: var(--muted);
  font-size: 0.92rem;
}

@media (max-width: 920px) {
  .hero,
  .split-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-card {
    min-height: 520px;
  }

  .cards-grid,
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cta-section {
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 2.5rem;
  }

  .cta-section h2 {
    max-width: 100%;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .site-header {
    align-items: flex-start;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 1rem;
    left: 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 1.4rem;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 0.55rem;
  }

  .nav-cta {
    text-align: center;
  }

  .hero,
  .section,
  .split-section {
    padding: 3.5rem 0;
  }

  .cta-section {
    padding: 2.5rem 1.5rem;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .cta-section .button {
    max-width: 320px;
  }

  .hero-card {
    min-height: 440px;
  }

  .appointment-card {
    right: 0;
    bottom: 1rem;
  }

  .section-heading,
  .cards-grid,
  .process-grid {
    display: block;
  }

  .service-card,
  .process-grid > div {
    margin-bottom: 1rem;
  }
}
