
:root {
  --burgundy: #7b1e3a;
  --burgundy-dark: #581326;
  --burgundy-soft: #f7e9ee;
  --gold: #d4af37;
  --gold-soft: #fff7d9;
  --cream: #fffaf0;
  --ink: #242124;
  --muted: #696166;
  --line: #e8dde1;
  --white: #ffffff;
  --shadow: 0 16px 45px rgba(68, 25, 39, .12);
  --radius: 22px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}
img { max-width: 100%; height: auto; }
a { color: var(--burgundy); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--burgundy-dark); }
button, input, select, textarea { font: inherit; }
.container { width: min(calc(100% - 32px), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 32px), 830px); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; left: 16px; top: -60px; z-index: 9999;
  padding: 10px 14px; background: var(--ink); color: white; border-radius: 8px;
}
.skip-link:focus { top: 12px; }
.topbar { background: var(--burgundy-dark); color: var(--white); font-size: .88rem; }
.topbar-inner { min-height: 38px; display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.topbar a { color: var(--white); }
.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255,255,255,.97); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav-shell { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; }
.brand-mark {
  display: grid; place-items: center; width: 44px; height: 44px; flex: 0 0 44px;
  color: var(--white); background: linear-gradient(145deg, var(--burgundy), var(--burgundy-dark));
  border: 2px solid var(--gold); border-radius: 50%; font-family: Georgia, serif; font-size: 1.4rem;
}
.brand strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.08rem; }
.brand small { display: block; color: var(--muted); font-size: .72rem; letter-spacing: .04em; }
.primary-nav { display: flex; align-items: center; gap: 5px; }
.primary-nav > a, .nav-item > button {
  border: 0; background: transparent; color: var(--ink); text-decoration: none;
  padding: 11px 10px; border-radius: 10px; cursor: pointer; font-weight: 650; font-size: .92rem;
}
.primary-nav > a:hover, .nav-item > button:hover, .primary-nav .is-current { background: var(--burgundy-soft); color: var(--burgundy); }
.nav-item { position: relative; }
.nav-item > button::after { content: "⌄"; margin-left: 5px; color: var(--burgundy); }
.dropdown {
  position: absolute; top: calc(100% + 14px); right: 0; min-width: 220px; opacity: 0;
  visibility: hidden; transform: translateY(-8px); transition: .18s ease;
  background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow);
}
.nav-item.is-open .dropdown, .nav-item:hover .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown.compact { padding: 10px; }
.dropdown.compact a { display: block; padding: 10px 12px; border-radius: 9px; text-decoration: none; color: var(--ink); }
.dropdown.compact a:hover { background: var(--burgundy-soft); color: var(--burgundy); }
.nav-item.mega { position: static; }
.mega-menu {
  width: min(calc(100vw - 32px), 1120px); left: 50%; right: auto; transform: translate(-50%, -8px);
  display: grid; grid-template-columns: 270px 1fr; gap: 28px; padding: 28px;
}
.nav-item.mega.is-open .mega-menu, .nav-item.mega:hover .mega-menu { transform: translate(-50%, 0); }
.mega-intro { padding-right: 24px; border-right: 1px solid var(--line); }
.mega-intro h2 { margin: 6px 0 8px; font-family: Georgia, serif; font-size: 1.5rem; }
.mega-intro p { color: var(--muted); font-size: .92rem; }
.mega-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.mega-column h3 { color: var(--burgundy); font-size: .85rem; margin: 0 0 8px; text-transform: uppercase; letter-spacing: .055em; }
.mega-column ul { list-style: none; margin: 0; padding: 0; }
.mega-column li { margin: 4px 0; }
.mega-column a { color: var(--ink); text-decoration: none; font-size: .84rem; }
.mega-column a:hover { color: var(--burgundy); text-decoration: underline; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: var(--white); border-radius: 10px; }
.nav-toggle span:not(.sr-only) { display: block; width: 21px; height: 2px; margin: 4px auto; background: var(--burgundy); }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px;
  padding: 12px 20px; border: 1px solid var(--burgundy); border-radius: 999px;
  background: var(--burgundy); color: var(--white) !important; text-decoration: none; font-weight: 750;
  box-shadow: 0 8px 20px rgba(123,30,58,.18); cursor: pointer;
}
.button:hover { background: var(--burgundy-dark); border-color: var(--burgundy-dark); }
.button-secondary { background: transparent; color: var(--burgundy) !important; box-shadow: none; }
.button-secondary:hover { color: var(--white) !important; }
.button-small { min-height: 40px; padding: 8px 15px !important; font-size: .86rem !important; }
.text-link { font-weight: 750; }
.eyebrow { color: var(--burgundy); text-transform: uppercase; letter-spacing: .14em; font-weight: 800; font-size: .76rem; }
.hero {
  position: relative; overflow: hidden; padding: 92px 0 84px;
  background:
    radial-gradient(circle at 85% 18%, rgba(212,175,55,.22), transparent 24rem),
    linear-gradient(135deg, var(--cream), #fff 58%, var(--burgundy-soft));
}
.hero::after {
  content: ""; position: absolute; width: 350px; height: 350px; right: -150px; bottom: -170px;
  border: 55px solid rgba(123,30,58,.055); border-radius: 50%;
}
.hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 58px; position: relative; z-index: 1; }
.hero h1, .page-hero h1 { margin: 12px 0 18px; font-family: Georgia, "Times New Roman", serif; line-height: 1.08; letter-spacing: -.025em; }
.hero h1 { font-size: clamp(2.6rem, 6vw, 5.15rem); }
.hero p.lead, .page-hero p.lead { font-size: 1.16rem; color: #51494e; max-width: 720px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-card {
  background: rgba(255,255,255,.88); border: 1px solid rgba(123,30,58,.13); border-radius: 28px;
  padding: 28px; box-shadow: var(--shadow);
}
.hero-card h2 { margin: 0 0 16px; font-family: Georgia, serif; font-size: 1.5rem; }
.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li { position: relative; padding-left: 27px; margin: 10px 0; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--burgundy); font-weight: 900; }
.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 22px; text-align: center; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; color: var(--burgundy); font-size: 1.05rem; }
.trust-item span { color: var(--muted); font-size: .86rem; }
.section { padding: 78px 0; }
.section-soft { background: var(--cream); }
.section-burgundy { background: var(--burgundy-dark); color: white; }
.section-burgundy a { color: white; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 34px; }
.section-heading h2 { margin: 6px 0 0; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.18; }
.section-heading p { color: var(--muted); max-width: 600px; }
.section-burgundy .section-heading p { color: #eadde1; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }
.card {
  border: 1px solid var(--line); border-radius: var(--radius); padding: 25px; background: var(--white);
  box-shadow: 0 8px 22px rgba(44,22,29,.045);
}
.card h3 { margin: 0 0 8px; font-family: Georgia, serif; font-size: 1.28rem; }
.card p { color: var(--muted); margin: 0 0 14px; }
.card a { font-weight: 750; }
.icon-circle {
  width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%;
  background: var(--gold-soft); color: var(--burgundy); font-weight: 850; margin-bottom: 18px;
}
.doctor-panel { display: grid; grid-template-columns: .75fr 1.25fr; gap: 42px; align-items: center; }
.photo-placeholder {
  min-height: 440px; border-radius: 28px; display: grid; place-items: center; text-align: center;
  background: linear-gradient(145deg, #ead7de, #fff9e8); border: 1px dashed var(--burgundy);
  color: var(--burgundy); padding: 28px;
}
.page-hero { padding: 68px 0 60px; background: linear-gradient(135deg, var(--cream), var(--burgundy-soft)); border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(2.35rem, 5vw, 4.2rem); max-width: 900px; }
.breadcrumbs { font-size: .86rem; color: var(--muted); margin-bottom: 20px; }
.breadcrumbs a { color: var(--muted); }
.content-layout { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 42px; }
.prose h2 { margin-top: 2em; font-family: Georgia, serif; font-size: 1.9rem; line-height: 1.25; }
.prose h3 { margin-top: 1.7em; color: var(--burgundy); }
.prose p, .prose li { color: #464045; }
.prose ul, .prose ol { padding-left: 1.25rem; }
.sidebar-card { position: sticky; top: 112px; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; background: var(--cream); }
.sidebar-card h2 { margin-top: 0; font-family: Georgia, serif; font-size: 1.35rem; }
.sidebar-card .button { width: 100%; margin-top: 10px; }
.notice { border-left: 4px solid var(--gold); padding: 17px 18px; background: var(--gold-soft); border-radius: 0 14px 14px 0; }
.notice strong { color: var(--burgundy); }
.location-card { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: white; }
.location-card .location-map {
  min-height: 180px; display: grid; place-items: center; background:
  linear-gradient(135deg, rgba(123,30,58,.12), rgba(212,175,55,.2));
  color: var(--burgundy); font-family: Georgia, serif; font-size: 1.35rem;
}
.location-card .location-body { padding: 24px; }
.hours { width: 100%; border-collapse: collapse; }
.hours td { padding: 8px 0; border-bottom: 1px solid var(--line); vertical-align: top; }
.hours td:last-child { text-align: right; font-weight: 700; }
.directory-section { margin-bottom: 44px; }
.directory-section h2 { font-family: Georgia, serif; color: var(--burgundy); font-size: 1.8rem; }
.directory-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
.directory-link {
  display: block; height: 100%; border: 1px solid var(--line); border-radius: 14px; padding: 14px 16px;
  color: var(--ink); text-decoration: none; background: white; font-weight: 700;
}
.directory-link:hover { border-color: var(--gold); background: var(--gold-soft); color: var(--burgundy); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field label { font-weight: 750; }
.field input, .field select, .field textarea {
  width: 100%; border: 1px solid #d9cbd0; border-radius: 12px; padding: 12px 13px; background: white;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: 3px solid rgba(212,175,55,.28); border-color: var(--burgundy);
}
.checkbox { display: flex; align-items: flex-start; gap: 10px; }
.checkbox input { margin-top: 5px; }
.form-status { margin-top: 16px; padding: 13px; background: #e8f6ec; border-radius: 10px; color: #185e2d; font-weight: 700; }
.faq-list { display: grid; gap: 12px; }
.faq-item { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.faq-item button {
  width: 100%; display: flex; justify-content: space-between; gap: 20px; text-align: left;
  border: 0; background: white; padding: 18px 20px; cursor: pointer; font-weight: 780;
}
.faq-item button::after { content: "+"; color: var(--burgundy); font-size: 1.25rem; }
.faq-item button[aria-expanded="true"]::after { content: "–"; }
.faq-panel { padding: 0 20px 18px; color: var(--muted); }
.site-footer { background: #241a1e; color: #f4e9ed; padding: 58px 0 22px; }
.site-footer a { color: white; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr 1fr 1fr; gap: 34px; }
.site-footer h2 { font-size: 1rem; color: var(--gold); text-transform: uppercase; letter-spacing: .08em; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin: 8px 0; }
.brand-footer { color: white; }
.brand-footer small { color: #d9c8ce; }
.small { font-size: .84rem; color: #cbbbc1; }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; margin-top: 36px; padding-top: 20px; border-top: 1px solid #4a353d; font-size: .84rem; }
.footer-bottom nav { display: flex; gap: 16px; flex-wrap: wrap; }
.mobile-actions { display: none; }
.dev-placeholder {
  border: 2px dashed var(--gold); border-radius: var(--radius); padding: 30px; background: var(--gold-soft);
}
.dev-placeholder h2 { margin-top: 0; font-family: Georgia, serif; color: var(--burgundy); }
@media (max-width: 1040px) {
  .nav-toggle { display: block; }
  .primary-nav {
    display: none; position: fixed; left: 16px; right: 16px; top: 120px; max-height: calc(100vh - 145px);
    overflow-y: auto; padding: 14px; background: white; border: 1px solid var(--line); border-radius: 18px;
    box-shadow: var(--shadow); align-items: stretch;
  }
  .primary-nav.is-open { display: flex; flex-direction: column; }
  .primary-nav > a, .nav-item > button { width: 100%; text-align: left; }
  .nav-item { width: 100%; }
  .dropdown, .mega-menu {
    position: static; width: 100%; min-width: 0; box-shadow: none; border: 0; opacity: 1; visibility: visible;
    transform: none !important; display: none; margin-top: 4px; background: var(--cream);
  }
  .nav-item.is-open .dropdown { display: block; }
  .nav-item:hover .dropdown { display: none; }
  .nav-item.is-open:hover .dropdown { display: block; }
  .mega-menu { grid-template-columns: 1fr; padding: 18px; }
  .mega-intro { border: 0; padding: 0; }
  .mega-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .hero-grid, .doctor-panel, .content-layout { grid-template-columns: 1fr; }
  .sidebar-card { position: static; }
  .grid-3, .directory-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .footer-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 700px) {
  body { padding-bottom: 58px; }
  .topbar-inner { justify-content: center; text-align: center; }
  .topbar-inner span:first-child { display: none; }
  .nav-shell { min-height: 72px; }
  .brand small { display: none; }
  .primary-nav { top: 104px; }
  .hero { padding: 64px 0 56px; }
  .hero-card { padding: 22px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { padding: 58px 0; }
  .section-heading { display: block; }
  .grid-3, .grid-2, .directory-grid, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .mega-grid { grid-template-columns: 1fr; }
  .footer-bottom { display: block; }
  .mobile-actions {
    position: fixed; z-index: 1200; bottom: 0; left: 0; right: 0; height: 58px;
    display: grid; grid-template-columns: repeat(3,1fr); background: white; border-top: 1px solid var(--line);
    box-shadow: 0 -8px 24px rgba(31,18,23,.12);
  }
  .mobile-actions a { display: grid; place-items: center; text-decoration: none; font-weight: 800; border-right: 1px solid var(--line); }
  .mobile-actions a:last-child { background: var(--burgundy); color: white; border-right: 0; }
}


/* ---------- Theme, social and visual-polish additions ---------- */
html { color-scheme: light; }
html[data-theme="dark"] { color-scheme: dark; }

body,
.site-header,
.card,
.location-card,
.directory-link,
.sidebar-card,
.dropdown,
.primary-nav,
.field input,
.field select,
.field textarea,
.faq-item,
.faq-item button,
.mobile-actions {
  transition:
    background-color .24s ease,
    color .24s ease,
    border-color .24s ease,
    box-shadow .24s ease;
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 40px;
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
  font-weight: 750;
}
.theme-toggle:hover {
  border-color: var(--gold);
  color: var(--burgundy);
  box-shadow: 0 8px 20px rgba(123, 30, 58, .1);
}
.theme-icon { font-size: 1.05rem; line-height: 1; }

.topbar-inner { gap: 14px; }
.topbar-social,
.social-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
}
.social-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: inherit;
  text-decoration: none;
  font-weight: 750;
  font-size: .82rem;
}
.social-link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.site-footer .social-row { margin: 18px 0; }
.site-footer .social-link {
  padding: 8px 11px;
  border: 1px solid #4a353d;
  border-radius: 999px;
}
.site-footer .social-link:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.blog-card {
  position: relative;
  overflow: hidden;
}
.blog-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--burgundy), var(--gold));
}
.blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  color: var(--muted);
  font-size: .82rem;
  margin-bottom: 10px;
}
.keyword-blog-link {
  font-weight: 750;
  text-decoration-color: var(--gold);
  text-decoration-thickness: .12em;
}

html[data-theme="dark"] {
  --burgundy: #c84b72;
  --burgundy-dark: #38131f;
  --burgundy-soft: #341e27;
  --gold: #e5c45b;
  --gold-soft: #332d18;
  --cream: #1e171a;
  --ink: #f6eef1;
  --muted: #c9bbc1;
  --line: #4b3840;
  --white: #171215;
  --shadow: 0 18px 52px rgba(0, 0, 0, .34);
}
html[data-theme="dark"] body {
  background: #171215;
  color: var(--ink);
}
html[data-theme="dark"] .site-header {
  background: rgba(23, 18, 21, .96);
}
html[data-theme="dark"] .topbar {
  background: #2c101a;
}
html[data-theme="dark"] .hero,
html[data-theme="dark"] .page-hero {
  background:
    radial-gradient(circle at 85% 18%, rgba(229, 196, 91, .14), transparent 24rem),
    linear-gradient(135deg, #20171a, #171215 58%, #2a1920);
}
html[data-theme="dark"] .section-soft {
  background: #1c1518;
}
html[data-theme="dark"] .section-burgundy {
  background: #260d16;
}
html[data-theme="dark"] .card,
html[data-theme="dark"] .location-card,
html[data-theme="dark"] .directory-link,
html[data-theme="dark"] .sidebar-card,
html[data-theme="dark"] .dropdown,
html[data-theme="dark"] .primary-nav,
html[data-theme="dark"] .faq-item,
html[data-theme="dark"] .faq-item button,
html[data-theme="dark"] .field input,
html[data-theme="dark"] .field select,
html[data-theme="dark"] .field textarea,
html[data-theme="dark"] .theme-toggle {
  background: #21191c;
  color: var(--ink);
  border-color: var(--line);
}
html[data-theme="dark"] .hero-card {
  background: rgba(33, 25, 28, .9);
}
html[data-theme="dark"] .prose p,
html[data-theme="dark"] .prose li,
html[data-theme="dark"] .card p,
html[data-theme="dark"] .section-heading p {
  color: #d8ccd1;
}
html[data-theme="dark"] .directory-link,
html[data-theme="dark"] .mega-column a,
html[data-theme="dark"] .dropdown.compact a {
  color: var(--ink);
}
html[data-theme="dark"] .notice {
  background: #312a18;
}
html[data-theme="dark"] .photo-placeholder,
html[data-theme="dark"] .location-card .location-map {
  background: linear-gradient(145deg, #351e28, #282018);
}
html[data-theme="dark"] .mobile-actions {
  background: #21191c;
}
html[data-theme="dark"] .mobile-actions a {
  border-color: var(--line);
}
html[data-theme="dark"] .brand small,
html[data-theme="dark"] .breadcrumbs,
html[data-theme="dark"] .breadcrumbs a {
  color: var(--muted);
}
html[data-theme="dark"] .button-secondary {
  color: var(--gold) !important;
  border-color: var(--gold);
}
html[data-theme="dark"] .button-secondary:hover {
  color: #171215 !important;
  background: var(--gold);
}

@media (max-width: 1040px) {
  .topbar-social { display: none; }
  .theme-toggle {
    width: 100%;
    justify-content: flex-start;
    border-radius: 10px;
  }
}
@media (max-width: 700px) {
  .theme-label { display: inline; }
  .topbar-contact { font-size: .8rem; }
}
