/* ============================================================
   Del Rio Care Group — delriohomecare.com
   Static site for Cloudflare Pages. Prefix: dr-
   Aesthetic: orchid luxury — plum depth, serif display type,
   line-art botanicals, grain texture, green reserved for CTAs
   ============================================================ */

:root {
  --plum-950: #241a33;
  --plum-900: #2d2140;
  --plum-800: #35264c;
  --plum-700: #3d2c57;
  --purple: #6d3a92;
  --purple-band: #7b3fa0;
  --orchid: #b98fd6;
  --orchid-soft: #9b6fbe;
  --lilac: #ded2ee;
  --lilac-line: #e8e0f0;
  --ink: #2a2431;
  --ink-soft: #5f5768;
  --paper: #ffffff;
  --paper-tint: #faf7f2;
  --cream: #f7f2ea;
  --green: #6cae3a;
  --green-deep: #4a7c25;
  --green-ink: #10240a;
  --radius: 16px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Jost', 'Avenir Next', 'Segoe UI', system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
}

img { max-width: 100%; }

a { color: var(--green-deep); }
a:hover { color: var(--purple); }

.dr-serif {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
}

.dr-container { max-width: 1200px; margin: 0 auto; padding: 0 32px; }

/* film grain for dark surfaces */
.dr-grain::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='280' height='280'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='280' height='280' filter='url(%23n)' opacity='0.6'/%3E%3C/svg%3E");
  opacity: 0.05;
  pointer-events: none;
  z-index: 1;
}

/* ── Header ─────────────────────────────────────────────── */
.dr-header {
  background: rgba(253, 252, 254, 0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--lilac-line);
  position: sticky;
  top: 0;
  z-index: 50;
}
.dr-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.dr-brand { display: flex; align-items: center; gap: 13px; text-decoration: none; color: var(--ink); }
.dr-brand img { width: 46px; height: 51px; object-fit: contain; }
.dr-brand-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 700;
  font-size: 1.18rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
}
.dr-nav { display: flex; gap: 30px; }
.dr-nav a {
  color: var(--ink-soft);
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.2px;
}
.dr-nav a:hover { color: var(--purple); }
.dr-nav a[aria-current="page"] { color: var(--purple); border-bottom: 2px solid var(--green); padding-bottom: 3px; }
.dr-header-cta { display: flex; align-items: center; gap: 18px; }
.dr-header-phone { font-weight: 600; font-size: 1rem; letter-spacing: 0.5px; color: var(--ink); text-decoration: none; white-space: nowrap; }

/* ── Buttons ────────────────────────────────────────────── */
.dr-btn {
  display: inline-block;
  padding: 16px 30px;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border: 2px solid transparent;
  border-radius: 999px;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.dr-btn-sm { padding: 12px 22px; font-size: 0.76rem; letter-spacing: 1.6px; }
.dr-btn-green { background: var(--green-deep); color: #ffffff; }
.dr-btn-green:hover { background: var(--green-ink); color: #ffffff; }
.dr-btn-bright { background: var(--green); color: var(--green-ink); }
.dr-btn-bright:hover { background: #7fc24a; color: var(--green-ink); }
.dr-btn-outline-dark { border-color: var(--ink); color: var(--ink); }
.dr-btn-outline-dark:hover { background: var(--ink); color: #ffffff; }
.dr-btn-outline-light { border-color: var(--purple); color: var(--purple); background: #ffffff; }
.dr-btn-outline-light:hover { background: var(--purple); color: #ffffff; }

/* ── Hero (plum, layered, botanical) ────────────────────── */
.dr-hero {
  position: relative;
  background:
    radial-gradient(ellipse 900px 560px at 88% 8%, rgba(185,143,214,0.20), transparent 62%),
    linear-gradient(170deg, var(--cream) 0%, #fdfbf8 62%, var(--paper) 100%);
  color: var(--ink);
  overflow: hidden;
}
.dr-hero-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 108px 32px 96px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  z-index: 2;
}
.dr-hero-watermark {
  position: absolute;
  right: 2%;
  top: 2%;
  height: 104%;
  width: auto;
  opacity: 0.30;
  pointer-events: none;
  z-index: 0;
}
.dr-hero-watermark-2 {
  position: absolute;
  left: -80px;
  bottom: -150px;
  height: 400px;
  width: auto;
  opacity: 0.13;
  transform: rotate(14deg) scaleX(-1);
  pointer-events: none;
  z-index: 0;
}
.dr-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
  background: rgba(109,58,146,0.09);
  border-radius: 999px;
  padding: 9px 18px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: var(--purple);
}
.dr-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  flex-shrink: 0;
}
.dr-hero h1 {
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(3rem, 6.4vw, 5.4rem);
  line-height: 1.04;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--ink);
  max-width: 24ch;
}
.dr-hero h1 .dr-serif { color: var(--purple); }
.dr-hero h1 { max-width: 24ch; }
.dr-hero-sub {
  margin: 0;
  font-size: 1.13rem;
  font-weight: 400;
  color: var(--ink-soft);
  line-height: 1.75;
  max-width: 33em;
}
.dr-hero-actions { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }
.dr-hero-note { font-size: 0.95rem; color: var(--ink-soft); display: flex; align-items: flex-start; gap: 9px; }
.dr-hero-note::before { content: ""; width: 18px; height: 18px; margin-top: 4px; flex-shrink: 0; border-radius: 50%; background: var(--green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E") center/11px no-repeat; }

/* Slim page hero for interior pages */
.dr-hero-slim .dr-hero-inner { padding: 80px 32px 68px; }
.dr-hero-slim h1 { font-size: clamp(2.5rem, 5vw, 4rem); }

@media (prefers-reduced-motion: no-preference) {
  @keyframes drRise { from { opacity: 0.01; transform: translateY(16px); } to { opacity: 1; transform: none; } }
  .dr-hero-inner > * { animation: drRise 0.55s ease both; }
  .dr-hero-inner > *:nth-child(2) { animation-delay: 0.08s; }
  .dr-hero-inner > *:nth-child(3) { animation-delay: 0.16s; }
  .dr-hero-inner > *:nth-child(4) { animation-delay: 0.24s; }
  .dr-hero-inner > *:nth-child(5) { animation-delay: 0.32s; }
}

/* ── Trust strip (dark band, letterspaced) ──────────────── */
.dr-trust {
  position: relative;
  background: var(--paper);
  color: var(--ink);
  padding: 0 32px 8px;
}
.dr-trust-grid {
  position: relative;
  max-width: 1200px;
  margin: -40px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  z-index: 5;
}
.dr-trust-item {
  padding: 24px 24px;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.3px;
  border-right: none;
  background: var(--paper-tint);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
}
.dr-trust-item svg { flex-shrink: 0; stroke: var(--green-deep); }

/* ── Sections ───────────────────────────────────────────── */
.dr-section { padding: 96px 0; }
.dr-section-tint { background: var(--paper-tint); }
.dr-section-cream { background: var(--cream); }
.dr-section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 20px;
}
.dr-section-head h2, .dr-h2 {
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.3rem, 4.2vw, 3.4rem);
  font-weight: 600;
  letter-spacing: -0.005em;
  line-height: 1.08;
}
.dr-h2 .dr-serif, .dr-section-head .dr-serif { color: var(--purple); }
.dr-section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: var(--purple);
  background: rgba(109,58,146,0.09);
  border-radius: 999px;
  padding: 8px 16px;
  margin-bottom: 20px;
}
.dr-section-eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  flex-shrink: 0;
}
.dr-section-link {
  font-weight: 600;
  font-size: 1rem;
  color: var(--purple);
  text-decoration: none;
  border-bottom: 2px solid var(--green);
  padding-bottom: 4px;
  white-space: nowrap;
}
.dr-section-link:hover { color: var(--purple); }
.dr-lede { font-size: 1.12rem; color: var(--ink-soft); max-width: 40em; margin: 0; }

/* ── Service grid ───────────────────────────────────────── */
.dr-svc-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 36px;
}
.dr-svc-cell {
  background: var(--paper-tint);
  border: 1px solid var(--lilac-line);
  border-radius: var(--radius);
  padding: 28px 26px 30px;
  margin-right: 0;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none;
  color: var(--ink);
}
.dr-svc-cell:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(42,36,49,0.10); }
.dr-svc-cell:hover .dr-svc-title { color: var(--purple); }
.dr-svc-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: 1.5rem;
  color: var(--orchid-soft);
}
.dr-svc-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 700;
  font-size: 1.45rem;
  line-height: 1.15;
  transition: color 0.2s ease;
}
.dr-svc-desc { font-size: 0.93rem; color: var(--ink-soft); line-height: 1.6; }

/* ── How it works ───────────────────────────────────────── */
.dr-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
  margin-top: 36px;
}
.dr-step { display: flex; flex-direction: column; gap: 10px; }
.dr-step-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: 3.6rem;
  line-height: 1;
  color: var(--orchid-soft);
}
.dr-step h3 {
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 700;
}
.dr-step p { margin: 0; color: var(--ink-soft); font-size: 0.98rem; }

/* ── Counties band ──────────────────────────────────────── */
.dr-counties {
  position: relative;
  background: var(--cream);
  color: var(--ink);
  overflow: hidden;
}
.dr-counties-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 84px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 56px;
  flex-wrap: wrap;
  z-index: 2;
}
.dr-counties h2 { color: var(--ink); }
.dr-counties .dr-section-eyebrow { color: var(--purple); }
.dr-counties p { color: var(--ink-soft); font-size: 1.05rem; max-width: 30em; }
.dr-chips { display: flex; flex-wrap: wrap; gap: 12px; max-width: 470px; }
.dr-chip {
  border: 1px solid var(--lilac-line);
  background: var(--paper);
  color: var(--ink);
  padding: 13px 26px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 1rem;
}
.dr-counties-watermark {
  position: absolute;
  right: -40px;
  bottom: -120px;
  height: 380px;
  opacity: 0.10;
  transform: rotate(-8deg);
  pointer-events: none;
  z-index: 0;
}

/* ── Value cards ────────────────────────────────────────── */
.dr-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 36px;
}
.dr-value {
  background: var(--paper);
  border: 1px solid var(--lilac-line);
  border-radius: var(--radius);
  padding: 26px 26px 28px;
  margin-right: 0;
}
.dr-value h3 {
  margin: 0 0 8px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.4rem;
  font-weight: 700;
}
.dr-value p { margin: 0; font-size: 0.93rem; color: var(--ink-soft); }

/* ── Dark CTA band ──────────────────────────────────────── */
.dr-cta {
  position: relative;
  background:
    radial-gradient(ellipse 760px 460px at 12% 90%, rgba(123,63,160,0.42), transparent 62%),
    linear-gradient(168deg, var(--plum-800), var(--plum-950));
  color: #ffffff;
  overflow: hidden;
}
.dr-cta-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 92px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  flex-wrap: wrap;
  z-index: 2;
}
.dr-cta h2 {
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 600;
  line-height: 1.1;
  max-width: 19ch;
}
.dr-cta h2 .dr-serif { color: var(--orchid); }
.dr-cta-side { display: flex; flex-direction: column; gap: 16px; align-items: flex-start; }
.dr-cta-side .dr-cta-phone { color: var(--lilac); font-size: 0.98rem; }
.dr-cta-side .dr-cta-phone a { color: #ffffff; font-weight: 600; text-decoration: none; }
.dr-cta-watermark {
  position: absolute;
  right: 1%;
  top: -40px;
  height: 130%;
  opacity: 0.3;
  transform: rotate(6deg);
  pointer-events: none;
  z-index: 0;
}

/* ── Forms (GHL embed shell) ────────────────────────────── */
.dr-form-shell {
  border: 1px solid var(--lilac-line);
  border-radius: var(--radius);
  padding: 40px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(42,36,49,0.09);
}
.dr-form-shell h2 {
  margin: 0 0 6px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2rem;
  font-weight: 600;
}
.dr-form-shell iframe { width: 100%; border: none; min-height: 560px; }
.dr-form-fallback { display: flex; flex-direction: column; gap: 14px; padding-top: 10px; }
.dr-form-fallback p { margin: 0; color: var(--ink-soft); }

.dr-info-card {
  border: 1px solid var(--lilac-line);
  border-radius: var(--radius);
  background: var(--paper-tint);
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.dr-info-card h3 {
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.35rem;
  font-weight: 700;
}
.dr-info-card p { margin: 0; color: var(--ink-soft); font-size: 0.95rem; }

/* ── Service detail rows (services page) ────────────────── */
.dr-svc-detail {
  border-top: 1px solid var(--lilac-line);
  padding: 60px 0;
  display: grid;
  grid-template-columns: 90px minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 40px;
}
.dr-svc-detail-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: 2.4rem;
  color: var(--orchid-soft);
  line-height: 1;
}
.dr-svc-detail h2 {
  margin: 0 0 14px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.3rem;
  font-weight: 600;
}
.dr-svc-detail p { margin: 0; color: var(--ink-soft); font-size: 1.02rem; }
.dr-svc-detail ul { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 12px; }
.dr-svc-detail li {
  padding-left: 26px;
  position: relative;
  font-size: 0.98rem;
  color: var(--ink);
}
.dr-svc-detail li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}

/* ── Footer ─────────────────────────────────────────────── */
.dr-footer { position: relative; background: var(--plum-950); color: var(--lilac); overflow: hidden; }
.dr-footer-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 32px 36px;
  display: flex;
  flex-direction: column;
  gap: 34px;
  z-index: 2;
}
.dr-footer-cols { display: flex; justify-content: space-between; gap: 48px; flex-wrap: wrap; }
.dr-footer-col { display: flex; flex-direction: column; gap: 10px; font-size: 0.93rem; }
.dr-footer-col h4 {
  margin: 0;
  color: var(--orchid);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.dr-footer a { color: var(--orchid); text-decoration: none; }
.dr-footer a:hover { color: #ffffff; }
.dr-footer-brand { display: flex; align-items: center; gap: 12px; }
.dr-footer-brand img { width: 40px; height: 45px; object-fit: contain; }
.dr-footer-brand span {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #ffffff;
}
.dr-footer-legal {
  border-top: 1px solid rgba(201,162,232,0.2);
  padding-top: 20px;
  font-size: 0.83rem;
  color: var(--orchid-soft);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* ── Page-specific grids ────────────────────────────────── */
.dr-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.8fr);
  gap: 40px;
  align-items: start;
}
.dr-trust-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 960px) {
  .dr-nav { display: none; }
  .dr-svc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dr-values { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dr-steps { grid-template-columns: 1fr; gap: 36px; }
  .dr-trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dr-trust-item:nth-child(2) { border-right: none; }
  .dr-trust-item:nth-child(1), .dr-trust-item:nth-child(2) { border-bottom: 1px solid rgba(201,162,232,0.18); }
  .dr-svc-detail { grid-template-columns: 1fr; gap: 20px; padding: 44px 0; }
  .dr-contact-grid { grid-template-columns: 1fr; }
  .dr-hero-watermark { opacity: 0.25; }
  .dr-hero-watermark-2 { display: none; }
}
@media (max-width: 600px) {
  .dr-container { padding: 0 20px; }
  .dr-hero-inner { padding: 72px 20px 60px; }
  .dr-section { padding: 68px 0; }
  .dr-svc-grid, .dr-values, .dr-trust-grid { grid-template-columns: 1fr; }
  .dr-trust-item { border-right: none; border-bottom: 1px solid rgba(201,162,232,0.18); justify-content: flex-start; text-align: left; }
  .dr-trust-item:last-child { border-bottom: none; }
  .dr-svc-cell, .dr-value { margin-right: 0; padding-right: 0; }
  .dr-header-phone { display: none; }
  .dr-counties-inner, .dr-cta-inner { padding: 60px 20px; }
  .dr-footer-inner { padding: 44px 20px 28px; }
  .dr-trust-grid-3 { grid-template-columns: 1fr; }
  .dr-trust-grid-3 .dr-trust-item { border-right: none; border-bottom: 1px solid rgba(201,162,232,0.18); }
  .dr-trust-grid-3 .dr-trust-item:last-child { border-bottom: none; }
  .dr-form-shell { padding: 26px 20px; }
}


/* ── Split hero (homepage) ──────────────────────────────── */
.dr-hero-split {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  z-index: 2;
}
.dr-hero-split h1 { font-size: clamp(2.7rem, 4.3vw, 4.3rem); }
.dr-hero-copy {
  padding: 116px 72px 150px max(48px, calc((100vw - 1200px) / 2 + 32px));
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.dr-hero-art {
  position: relative;
  background: linear-gradient(185deg, #f3edfa 10%, #e3d7f2 90%);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.dr-hero-art img {
  height: 94%;
  width: auto;
  margin-bottom: -5%;
  opacity: 0.85;
}
@media (prefers-reduced-motion: no-preference) {
  .dr-hero-copy > * { animation: drRise 0.55s ease both; }
  .dr-hero-copy > *:nth-child(2) { animation-delay: 0.08s; }
  .dr-hero-copy > *:nth-child(3) { animation-delay: 0.16s; }
  .dr-hero-copy > *:nth-child(4) { animation-delay: 0.24s; }
  .dr-hero-copy > *:nth-child(5) { animation-delay: 0.32s; }
}

/* Floating trust card overlapping the hero seam */
.dr-trust-float {
  position: relative;
  z-index: 5;
  max-width: 1200px;
  margin: -66px auto 0;
  padding: 0 32px;
}
.dr-trust-float-card {
  background: #ffffff;
  border: 1px solid var(--lilac-line);
  box-shadow: 0 28px 64px rgba(28, 14, 51, 0.18);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.dr-trust-float-card .dr-trust-item {
  color: var(--ink);
  border-right: 1px solid var(--lilac-line);
  padding: 26px 20px;
}
.dr-trust-float-card .dr-trust-item:last-child { border-right: none; }
.dr-trust-float-card .dr-trust-item svg { stroke: var(--green-deep); }

/* Services as an editorial index */
.dr-svc-index { margin-top: 26px; border-bottom: 1px solid var(--lilac-line); }
.dr-svc-index-row {
  display: grid;
  grid-template-columns: 84px minmax(0, 0.85fr) minmax(0, 1.15fr) 44px;
  gap: 30px;
  align-items: center;
  padding: 30px 0;
  border-top: 1px solid var(--lilac-line);
  text-decoration: none;
  color: var(--ink);
}
.dr-svc-index-row .dr-svc-num { font-size: 1.35rem; }
.dr-svc-index-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  font-size: 1.9rem;
  line-height: 1.1;
  transition: color 0.2s ease;
}
.dr-svc-index-row:hover .dr-svc-index-title { color: var(--purple); }
.dr-svc-index-desc { font-size: 0.97rem; color: var(--ink-soft); }
.dr-svc-index-arrow { stroke: var(--green-deep); transition: transform 0.2s ease; }
.dr-svc-index-row:hover .dr-svc-index-arrow { transform: translateX(6px); }

/* Steps on a dark band */
.dr-steps-band {
  position: relative;
  background:
    radial-gradient(ellipse 800px 500px at 90% 10%, rgba(123,63,160,0.35), transparent 60%),
    linear-gradient(170deg, var(--plum-800), var(--plum-950));
  color: #ffffff;
  overflow: hidden;
}
.dr-steps-band .dr-section-eyebrow { color: var(--orchid); }
.dr-steps-band-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 92px 32px;
  z-index: 2;
}
.dr-steps-band h2 { color: #ffffff; }
.dr-steps-cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 48px;
}
.dr-steps-cols .dr-step {
  padding: 0 40px;
  border-left: 1px solid rgba(201, 162, 232, 0.22);
}
.dr-steps-cols .dr-step:first-child { border-left: none; padding-left: 0; }
.dr-steps-cols .dr-step h3 { color: #ffffff; }
.dr-steps-cols .dr-step p { color: var(--lilac); }
.dr-steps-cols .dr-step-num { color: var(--orchid); }

/* Counties as a giant serif line */
.dr-counties .dr-county-line, .dr-county-line {
  margin: 18px 0 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(2.4rem, 5.2vw, 4.4rem);
  line-height: 1.25;
  color: #ffffff;
  max-width: 24ch;
}
.dr-county-line .dr-county-dot { color: var(--orchid); font-style: normal; padding: 0 0.35ch; }
.dr-counties .dr-counties-note, .dr-counties-note { margin: 22px 0 0; color: #e5d6f2; font-size: 1.02rem; max-width: 44em; }

@media (max-width: 960px) {
  .dr-hero-split { grid-template-columns: 1fr; }
  .dr-hero-art { min-height: 340px; }
  .dr-hero-copy { padding: 80px 32px 110px; }
  .dr-trust-float-card { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dr-trust-float-card .dr-trust-item:nth-child(2) { border-right: none; }
  .dr-trust-float-card .dr-trust-item:nth-child(1),
  .dr-trust-float-card .dr-trust-item:nth-child(2) { border-bottom: 1px solid var(--lilac-line); }
  .dr-svc-index-row { grid-template-columns: 56px 1fr 44px; }
  .dr-svc-index-desc { display: none; }
  .dr-steps-cols { grid-template-columns: 1fr; }
  .dr-steps-cols .dr-step { border-left: none; padding: 24px 0; border-top: 1px solid rgba(201,162,232,0.22); }
  .dr-steps-cols .dr-step:first-child { border-top: none; padding-top: 0; }
}
@media (max-width: 600px) {
  .dr-hero-copy { padding: 64px 20px 100px; }
  .dr-trust-float { padding: 0 20px; }
  .dr-trust-float-card { grid-template-columns: 1fr; }
  .dr-trust-float-card .dr-trust-item { border-right: none; border-bottom: 1px solid var(--lilac-line); }
  .dr-trust-float-card .dr-trust-item:last-child { border-bottom: none; }
}


/* ── Photography ────────────────────────────────────────── */
.dr-photo-frame { position: relative; display: block; }
.dr-photo-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius);
  filter: none;
}
.dr-photo-frame::after { content: none; }
.dr-photo-frame::before { content: none; }
.dr-photo-frame { border-radius: var(--radius); overflow: hidden; box-shadow: 0 26px 60px rgba(42,36,49,0.16); }

/* Hero photo (homepage, sits right of the copy) */
.dr-hero-photo {
  position: absolute;
  right: max(32px, calc((100vw - 1240px) / 2));
  top: 50%;
  transform: translateY(-50%);
  width: min(520px, 37vw);
  aspect-ratio: 5 / 4;
  z-index: 2;
}
.dr-hero-has-photo .dr-hero-inner { padding-right: min(590px, 41vw); }

/* Split section: photo + copy */
.dr-split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 72px;
  align-items: center;
}
.dr-split .dr-photo-frame { aspect-ratio: 4 / 3; }

/* Full-bleed photo band */
.dr-photo-band { position: relative; height: 420px; overflow: hidden; }
.dr-photo-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.dr-photo-band::after { content: none; }

/* ── FAQ ────────────────────────────────────────────────── */
.dr-faq { margin-top: 26px; border-bottom: 1px solid var(--lilac-line); max-width: 860px; }
.dr-faq details { border-top: 1px solid var(--lilac-line); }
.dr-faq summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 24px 4px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  font-size: 1.45rem;
}
.dr-faq summary::-webkit-details-marker { display: none; }
.dr-faq summary::after {
  content: "+";
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: var(--purple);
  flex-shrink: 0;
  line-height: 1;
}
.dr-faq details[open] summary::after { content: "\2212"; }
.dr-faq details[open] summary { color: var(--purple); }
.dr-faq .dr-faq-a { padding: 0 4px 26px; color: var(--ink-soft); font-size: 1rem; max-width: 44em; }
.dr-faq .dr-faq-a p { margin: 0; }

@media (max-width: 1100px) {
  .dr-hero-photo { display: none; }
  .dr-hero-has-photo .dr-hero-inner { padding-right: 32px; }
}
@media (max-width: 960px) {
  .dr-split { grid-template-columns: 1fr; gap: 44px; }
  .dr-photo-band { height: 300px; }
}


/* FAQ, always visible */
.dr-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 40px;
}
.dr-faq-item { background: var(--paper); border: 1px solid var(--lilac-line); border-radius: var(--radius); padding: 26px 28px; }
.dr-faq-item h3 {
  margin: 0 0 10px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 700;
  font-size: 1.5rem;
}
.dr-faq-item p { margin: 0; color: var(--ink-soft); font-size: 1rem; max-width: 36em; }

/* Plain photo (no frame): rounded, soft shadow */
.dr-photo-plain {
  display: block;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 22px 48px rgba(28, 14, 51, 0.16);
}
.dr-photo-plain img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dr-split .dr-photo-plain { aspect-ratio: 4 / 3; }

@media (max-width: 800px) {
  .dr-faq-grid { grid-template-columns: 1fr; gap: 28px; }
}


/* ── Founder story ──────────────────────────────────────── */
.dr-story {
  background: var(--cream);
  padding: 96px 0;
  border-top: 1px solid var(--lilac-line);
  border-bottom: 1px solid var(--lilac-line);
}
.dr-story-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 72px;
  align-items: start;
}
.dr-story-photo { position: sticky; top: 110px; }
.dr-story-caption {
  margin: 16px 0 0;
  font-size: 0.9rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--purple);
}
.dr-story-copy p { margin: 0 0 20px; font-size: 1.06rem; line-height: 1.8; color: var(--ink-soft); max-width: 40em; }
.dr-story-lead {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: clamp(1.8rem, 3.2vw, 2.7rem) !important;
  line-height: 1.22 !important;
  color: var(--ink) !important;
  margin-bottom: 30px !important;
  font-weight: 600;
}
.dr-story-sign {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-style: italic;
  font-size: 1.4rem !important;
  color: var(--ink) !important;
  margin-top: 34px !important;
  padding-top: 24px;
  border-top: 1px solid var(--lilac-line);
}
.dr-story-sign span {
  display: block;
  font-family: 'Jost', sans-serif;
  font-style: normal;
  font-size: 0.85rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--purple);
  margin-top: 6px;
}

/* Pull quote */
.dr-quote {
  margin: 24px 0 0;
  padding: 4px 0 4px 26px;
  border-left: 3px solid var(--green);
}
.dr-quote p {
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  line-height: 1.35;
  color: var(--ink);
}
.dr-quote cite {
  display: block;
  margin-top: 12px;
  font-style: normal;
  font-size: 0.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--purple);
}

@media (max-width: 900px) {
  .dr-story-inner { grid-template-columns: 1fr; gap: 40px; }
  .dr-story-photo { position: static; max-width: 340px; }
}


/* ══ Layered hero: photo + overlapping card + orchid ══ */
.dr-hero-photo { width: min(540px, 39vw); aspect-ratio: 4 / 3.4; }
.dr-hero-photo .dr-hero-badge {
  position: absolute;
  left: -46px;
  bottom: 34px;
  background: #ffffff;
  border-radius: 18px;
  padding: 20px 24px;
  box-shadow: 0 22px 50px rgba(42,36,49,0.20);
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 3;
  max-width: 290px;
}
.dr-hero-badge-dot {
  width: 44px; height: 44px; flex-shrink: 0;
  border-radius: 50%;
  background: rgba(108,174,58,0.16);
  display: flex; align-items: center; justify-content: center;
}
.dr-hero-badge-dot span {
  width: 12px; height: 12px; border-radius: 50%; background: var(--green);
  box-shadow: 0 0 0 0 rgba(108,174,58,0.65);
  animation: drPulse 2.4s ease-out infinite;
}
@keyframes drPulse {
  70% { box-shadow: 0 0 0 13px rgba(108,174,58,0); }
  100% { box-shadow: 0 0 0 0 rgba(108,174,58,0); }
}
.dr-hero-badge-txt strong {
  display: block;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.28rem;
  font-weight: 700;
  line-height: 1.15;
  color: var(--ink);
}
.dr-hero-badge-txt span { font-size: 0.9rem; color: var(--ink-soft); }

/* ══ Editorial statement band ══ */
.dr-statement {
  position: relative;
  background: linear-gradient(150deg, #f3ecf7 0%, var(--cream) 70%);
  overflow: hidden;
  padding: 92px 0;
}
.dr-statement-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  z-index: 2;
  max-width: 1080px;
}
.dr-statement-mark {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 6rem;
  line-height: 0.6;
  color: var(--orchid);
  display: block;
  margin-bottom: 8px;
}
.dr-statement blockquote { margin: 0; }
.dr-statement q, .dr-statement-text {
  display: block;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.9rem, 3.7vw, 3.05rem);
  line-height: 1.2;
  font-weight: 600;
  color: var(--ink);
  quotes: none;
  max-width: 27ch;
}
.dr-statement-text em { font-style: italic; color: var(--purple); }
.dr-statement-attr {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
}
.dr-statement-attr img {
  width: 58px; height: 58px; border-radius: 50%; object-fit: cover;
  object-position: 62% 18%;
  box-shadow: 0 6px 18px rgba(42,36,49,0.18);
}
.dr-statement-attr div strong {
  display: block; font-weight: 700; font-size: 1.02rem; color: var(--ink);
}
.dr-statement-attr div span { font-size: 0.92rem; color: var(--ink-soft); }
.dr-statement-orchid {
  position: absolute;
  right: -90px;
  top: 50%;
  transform: translateY(-50%) rotate(-6deg);
  height: 150%;
  opacity: 0.22;
  pointer-events: none;
  z-index: 0;
}

/* ══ Services: break the even grid ══ */
.dr-svc-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.dr-svc-cta {
  background: var(--plum-900);
  border: none;
  border-radius: var(--radius);
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  color: #ffffff;
  transition: transform 0.18s ease;
}
.dr-svc-cta:hover { transform: translateY(-3px); color: #ffffff; }
.dr-svc-cta strong {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.6rem; font-weight: 700; line-height: 1.15;
}
.dr-svc-cta span { font-size: 0.95rem; color: var(--lilac); }
.dr-svc-cta .dr-svc-cta-go {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.95rem; font-weight: 600; color: var(--green);
}

/* Warm paper texture on light sections */
.dr-texture { position: relative; }
.dr-texture > * { position: relative; z-index: 1; }
.dr-texture::after {
  content: "";
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.028;
  pointer-events: none;
  z-index: 0;
}

@media (max-width: 1100px) {
  .dr-hero-photo .dr-hero-badge { left: 12px; bottom: 12px; }
}
@media (max-width: 960px) {
  .dr-svc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dr-statement { padding: 76px 0; }
  .dr-statement-orchid { opacity: 0.12; right: -140px; }
}
@media (max-width: 600px) {
  .dr-svc-grid { grid-template-columns: 1fr; }
  .dr-statement-text { max-width: none; }
}


/* ══ Mobile fixes ══ */
html, body { max-width: 100%; overflow-x: hidden; }
.dr-cta-mob { display: none; }

@media (max-width: 700px) {
  .dr-header-inner { padding: 12px 20px; gap: 12px; }
  .dr-brand img { width: 38px; height: 42px; }
  .dr-brand { gap: 9px; }
  .dr-brand-name {
    font-size: 0.92rem;
    letter-spacing: 0.8px;
    white-space: normal;
    line-height: 1.15;
    max-width: 104px;
  }
  .dr-cta-desk { display: none; }
  .dr-cta-mob { display: inline-flex; align-items: center; padding: 11px 18px; }
  .dr-header-cta { gap: 10px; }

  .dr-hero h1 { font-size: clamp(2.1rem, 9vw, 2.7rem); max-width: none; }
  .dr-hero-inner { gap: 22px; }
  .dr-hero-actions { flex-direction: column; align-items: stretch; }
  .dr-hero-actions .dr-btn { width: 100%; }
  .dr-eyebrow { font-size: 0.75rem; padding: 8px 14px; }
  .dr-hero-sub, .dr-hero-note { font-size: 1rem; }

  .dr-trust-grid { margin-top: 0; }
  .dr-trust { padding: 0 20px 8px; }
  .dr-trust-item { justify-content: flex-start; text-align: left; padding: 18px 20px; }

  .dr-section-head { flex-direction: column; align-items: flex-start; gap: 16px; }
  .dr-statement { padding: 60px 0; }
  .dr-statement-mark { font-size: 4rem; }
  .dr-svc-cta { padding: 26px 24px; }

  .dr-counties-inner { flex-direction: column; align-items: flex-start; gap: 28px; }
  .dr-cta-inner { flex-direction: column; align-items: flex-start; gap: 28px; }
  .dr-cta-side { width: 100%; }
  .dr-cta-side .dr-btn { width: 100%; }

  /* Sticky tap-to-call bar: the main mobile conversion path */
  body { padding-bottom: 72px; }
  .dr-callbar {
    display: flex;
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 90;
    background: rgba(255,255,255,0.97);
    backdrop-filter: blur(10px);
    border-top: 1px solid var(--lilac-line);
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    gap: 10px;
    box-shadow: 0 -6px 24px rgba(42,36,49,0.09);
  }
  .dr-callbar a { flex: 1; padding: 15px 10px; font-size: 0.82rem; letter-spacing: 1.2px; }
}
.dr-callbar { display: none; }

@media (max-width: 420px) {
  .dr-brand-name { font-size: 0.85rem; }
  .dr-container { padding: 0 18px; }
}

@media (max-width: 700px) {
  .dr-statement-orchid, .dr-cta-watermark, .dr-counties-watermark { max-width: 60vw; height: auto; top: auto; bottom: -30px; transform: none; opacity: 0.10; }
  .dr-hero-watermark { max-width: 70vw; height: auto; }
}


/* ══ Legal / policy pages ══ */
.dr-legal { max-width: 44em; }
.dr-legal h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.75rem;
  font-weight: 700;
  margin: 42px 0 12px;
  color: var(--ink);
}
.dr-legal h2:first-child { margin-top: 0; }
.dr-legal p { margin: 0 0 16px; color: var(--ink-soft); font-size: 1.04rem; line-height: 1.8; }
.dr-legal a { color: var(--green-deep); font-weight: 600; }
.dr-legal-lead {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.4rem, 2.6vw, 1.9rem) !important;
  line-height: 1.4 !important;
  color: var(--ink) !important;
  padding-left: 22px;
  border-left: 3px solid var(--green);
  margin-bottom: 28px !important;
}
