:root {
  --bg: #f6f1e8;
  --bg-soft: #fbf8f3;
  --surface: rgba(255, 255, 255, 0.72);
  --surface-strong: #fffdf9;
  --text: #27302a;
  --muted: #56615a;
  --line: rgba(39, 48, 42, 0.12);
  --accent: #6b7d6a;
  --accent-deep: #4f6350;
  --shadow: 0 24px 60px rgba(39, 48, 42, 0.08);
  --radius: 22px;
  --radius-small: 14px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255,255,255,.75), transparent 34%),
    radial-gradient(circle at bottom right, rgba(107,125,106,.08), transparent 30%),
    var(--bg);
  font-family: 'Inter', system-ui, sans-serif;
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(calc(100% - 2rem), var(--max)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 40;
  backdrop-filter: blur(18px);
  background: rgba(246, 241, 232, 0.75);
  border-bottom: 1px solid var(--line);
}
.nav-wrap {
  display: flex; justify-content: space-between; align-items: center;
  min-height: 78px; gap: 1rem;
}
.brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem; font-weight: 600; letter-spacing: .01em;
}
.nav { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; }
.nav a { color: var(--muted); font-weight: 500; }
.nav a:hover { color: var(--text); }
.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 52px; padding: 0 1.35rem;
  border-radius: 999px; border: 1px solid transparent;
  background: var(--accent-deep); color: white; font-weight: 600;
  box-shadow: 0 10px 30px rgba(79, 99, 80, 0.22);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-1px); box-shadow: 0 14px 34px rgba(79, 99, 80, 0.26); }
.button-small { min-height: 42px; padding: 0 1rem; }
.button-secondary {
  background: transparent; color: var(--text); border-color: var(--line); box-shadow: none;
}
.section { padding: 6rem 0; }
.muted { background: rgba(255,255,255,0.28); border-top: 1px solid rgba(255,255,255,.4); border-bottom: 1px solid rgba(39,48,42,.05); }
.hero { padding: 4.5rem 0 3rem; }
.hero-grid {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 3rem; align-items: center;
}
.eyebrow, .section-label {
  color: var(--accent-deep); text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 700;
}
.hero h1, h2 {
  font-family: 'Cormorant Garamond', serif;
  line-height: 1.02; letter-spacing: -.015em; margin: .5rem 0 1rem;
}
.hero h1 { font-size: clamp(3rem, 6vw, 5.4rem); max-width: 10ch; }
h2 { font-size: clamp(2.25rem, 4vw, 3.4rem); }
.lead { font-size: 1.12rem; color: var(--muted); max-width: 60ch; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin: 1.8rem 0 1.5rem; }
.trust-list {
  display: flex; gap: .75rem; flex-wrap: wrap; list-style: none; padding: 0; margin: 0;
}
.trust-list li {
  padding: .65rem .9rem; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.55);
  color: var(--muted); font-size: .95rem;
}
.hero-image-card {
  background: linear-gradient(180deg, rgba(255,255,255,.55), rgba(255,255,255,.2));
  padding: 1.1rem; border-radius: 34px; box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.7);
}
.hero-image {
  width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 26px; object-position: center top;
}
.intro-strip { padding-top: 2rem; }
.intro-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 1.5rem; align-items: stretch; }
.card {
  background: var(--surface);
  border: 1px solid rgba(255,255,255,.7);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.stat-card { padding: 2rem; display: flex; flex-direction: column; justify-content: center; }
.stat-label { text-transform: uppercase; letter-spacing: .14em; font-size: .74rem; color: var(--accent-deep); font-weight: 700; }
.stat-value { font-size: 1.15rem; margin: .6rem 0 0; color: var(--text); }
.two-col { display: grid; grid-template-columns: 1.1fr .9fr; gap: 2rem; align-items: start; }
.details-card, .insurance-card { padding: 2rem; }
.details-card h3, .insurance-card h3, .service-card h3, .mini-card h3, .faq-item summary {
  margin-top: 0; font-size: 1.15rem;
}
.check-list { list-style: none; padding: 0; margin: 1rem 0 0; }
.check-list li { padding-left: 1.6rem; position: relative; margin-bottom: .8rem; color: var(--muted); }
.check-list li::before {
  content: '•'; position: absolute; left: .35rem; color: var(--accent-deep); font-size: 1.2rem; line-height: 1;
}
.cards-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.35rem; margin-top: 2rem;
}
.service-card { padding: 1.65rem; }
.service-card p { color: var(--muted); margin-bottom: 0; }
.approach-grid { align-items: center; }
.approach-points { display: grid; gap: 1rem; }
.mini-card {
  padding: 1.35rem 1.4rem; background: rgba(255,255,255,.65); border: 1px solid var(--line); border-radius: 18px;
}
.mini-card p { margin-bottom: 0; color: var(--muted); }
.rates-list { display: grid; gap: 1rem; margin: 1.5rem 0 1rem; }
.rate-item {
  display: flex; justify-content: space-between; gap: 1rem; align-items: center;
  padding: 1rem 1.1rem; background: rgba(255,255,255,.55); border-radius: 16px; border: 1px solid var(--line);
}
.rate-item span { color: var(--muted); }
.small-note { color: var(--muted); }
.faq-list { display: grid; gap: 1rem; margin-top: 2rem; }
.faq-item { padding: 1.1rem 1.3rem; }
.faq-item summary { cursor: pointer; list-style: none; font-weight: 600; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item p { color: var(--muted); margin: .75rem 0 0; }
.cta-section { padding-top: 3rem; }
.cta-card {
  display: grid; grid-template-columns: 1.2fr .8fr; gap: 1.5rem; align-items: center;
  padding: 2rem; background: linear-gradient(135deg, rgba(255,255,255,.75), rgba(235,245,234,.7));
  border-radius: 30px; border: 1px solid rgba(255,255,255,.85); box-shadow: var(--shadow);
}
.contact-actions { display: grid; gap: .85rem; justify-items: start; }
.phone-link { font-weight: 700; color: var(--accent-deep); }
.site-footer { padding: 1.5rem 0 2rem; color: var(--muted); }
.footer-wrap { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; border-top: 1px solid var(--line); padding-top: 1.5rem; }

@media (max-width: 980px) {
  .hero-grid, .two-col, .intro-grid, .cta-card, .cards-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 3rem; }
  .hero h1 { max-width: 100%; }
}
@media (max-width: 760px) {
  .nav { display: none; }
  .section { padding: 4.5rem 0; }
  .brand { font-size: 1.7rem; }
  .hero h1 { font-size: clamp(2.55rem, 10vw, 4rem); }
  h2 { font-size: clamp(2rem, 8vw, 2.8rem); }
  .button, .button-secondary { width: 100%; }
  .hero-actions { flex-direction: column; }
}
