/*
Theme Name: Vulcan Dental Clinic - Enfold Child
Theme URI: https://vulcandentalclinic.com/
Description: Modern child theme for Vulcan Dental Clinic. Uses Enfold as the parent theme and preserves customizations across Enfold updates.
Author: Vulcan Dental Clinic
Template: enfold
Version: 1.2.5
Text Domain: vulcan-enfold-child
*/

:root {
  --vd-ink: #17232d;
  --vd-ink-soft: #4a5864;
  --vd-teal: #2b7db3;
  --vd-teal-dark: #1d628e;
  --vd-teal-pale: #eaf3f9;
  --vd-sand: #f6f4ef;
  --vd-white: #ffffff;
  --vd-line: #dce6ed;
  --vd-shadow: 0 18px 60px rgba(23, 35, 45, 0.10);
  --vd-radius-lg: 26px;
  --vd-radius-md: 18px;
  --vd-radius-sm: 12px;
  --vd-content: 1180px;
}

/* Global refinement for the Enfold shell */
html { scroll-behavior: smooth; }
body {
  color: var(--vd-ink-soft);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

#header,
#header_main,
.header_bg {
  background: rgba(255,255,255,.97) !important;
}
#header_main { border-bottom: 1px solid rgba(24,33,38,.08) !important; }
#header .container { max-width: var(--vd-content); }
#header .logo img { max-height: 82px; width: auto; }
#header .logo { min-width: 210px; }
.av-main-nav > li > a {
  color: var(--vd-ink) !important;
  font-weight: 650 !important;
  letter-spacing: .01em;
}
.av-main-nav > li > a:hover,
.av-main-nav > li.current-menu-item > a { color: var(--vd-teal) !important; }

#top a:focus-visible,
#top button:focus-visible,
#top input:focus-visible,
#top textarea:focus-visible,
#top select:focus-visible {
  outline: 3px solid rgba(43,125,179,.35) !important;
  outline-offset: 3px;
}

/* Vulcan v1 site system */
.vd-home { background: var(--vd-white); overflow: hidden; }
.vd-shell { width: min(var(--vd-content), calc(100% - 48px)); margin: 0 auto; }
.vd-section { padding: 96px 0; }
.vd-section--soft { background: var(--vd-sand); }
.vd-section--teal { background: var(--vd-teal-pale); }
.vd-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--vd-teal-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.vd-kicker::before { content: ""; width: 30px; height: 2px; background: var(--vd-teal); }
.vd-heading {
  margin: 0 0 18px;
  color: var(--vd-ink);
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1.02;
  letter-spacing: -.045em;
  font-weight: 760;
}
.vd-heading--section { font-size: clamp(32px, 4vw, 48px); max-width: 760px; }
.vd-lead {
  max-width: 680px;
  margin: 0;
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.7;
  color: var(--vd-ink-soft);
}
.vd-copy { font-size: 17px; line-height: 1.75; }
.vd-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.vd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none !important;
  font-weight: 750;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}
.vd-btn:hover { transform: translateY(-2px); }
.vd-btn--primary { background: var(--vd-teal); color: var(--vd-white) !important; box-shadow: 0 10px 28px rgba(43,125,179,.23); }
.vd-btn--primary:hover { background: var(--vd-teal-dark); }
.vd-btn--ghost { background: rgba(255,255,255,.8); color: var(--vd-ink) !important; border-color: var(--vd-line); }
.vd-btn--ghost:hover { border-color: var(--vd-teal); color: var(--vd-teal-dark) !important; }

.vd-hero {
  position: relative;
  padding: 92px 0 78px;
  background:
    radial-gradient(circle at 88% 16%, rgba(43,125,179,.18), transparent 32%),
    radial-gradient(circle at 8% 100%, rgba(43,125,179,.10), transparent 28%),
    linear-gradient(135deg, #fbfcfb 0%, #f5f8fb 58%, #eef5fa 100%);
}
.vd-hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr); gap: 70px; align-items: center; }
.vd-hero .vd-heading { max-width: 760px; }
.vd-hero-proof { display: flex; flex-wrap: wrap; gap: 12px 22px; margin: 28px 0 0; padding: 0; list-style: none; }
.vd-hero-proof li { position: relative; padding-left: 26px; color: var(--vd-ink); font-weight: 650; }
.vd-hero-proof li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--vd-teal);
  font-weight: 900;
}
.vd-hero-card {
  position: relative;
  min-height: 430px;
  padding: 44px;
  border-radius: 34px;
  background: var(--vd-ink);
  box-shadow: var(--vd-shadow);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  isolation: isolate;
  overflow: hidden;
}
.vd-hero-card::before,
.vd-hero-card::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}
.vd-hero-card::before { width: 320px; height: 320px; right: -120px; top: -80px; background: rgba(74,166,174,.34); }
.vd-hero-card::after { width: 220px; height: 220px; left: -90px; bottom: -70px; border: 48px solid rgba(255,255,255,.06); }
.vd-hero-mark { font-size: 70px; line-height: 1; margin-bottom: auto; opacity: .95; }
.vd-hero-card h2 { color: #fff !important; font-size: 31px; line-height: 1.12; letter-spacing: -.025em; margin: 0 0 12px; }
.vd-hero-card p { color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.65; margin: 0; }

.vd-trust { background: var(--vd-white); border-top: 1px solid var(--vd-line); border-bottom: 1px solid var(--vd-line); }
.vd-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.vd-trust-item { padding: 28px 24px; border-right: 1px solid var(--vd-line); text-align: center; }
.vd-trust-item:last-child { border-right: 0; }
.vd-trust-item strong { display: block; color: var(--vd-ink); font-size: 16px; }
.vd-trust-item span { display: block; margin-top: 4px; color: #6e7a80; font-size: 13px; }

.vd-section-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 44px; }
.vd-section-head .vd-copy { max-width: 440px; margin: 0; }
.vd-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.vd-card {
  display: block;
  padding: 30px;
  min-height: 245px;
  border: 1px solid var(--vd-line);
  border-radius: var(--vd-radius-md);
  background: #fff;
  text-decoration: none !important;
  box-shadow: 0 8px 30px rgba(24,33,38,.04);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.vd-card:hover { transform: translateY(-4px); border-color: rgba(43,125,179,.45); box-shadow: 0 18px 42px rgba(24,33,38,.09); }
.vd-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  margin-bottom: 42px;
  background: var(--vd-teal-pale);
  color: var(--vd-teal-dark);
  font-size: 22px;
  font-weight: 800;
}
.vd-card h3 { margin: 0 0 10px !important; color: var(--vd-ink) !important; font-size: 22px; letter-spacing: -.02em; }
.vd-card p { margin: 0; color: var(--vd-ink-soft); font-size: 15.5px; line-height: 1.65; }

.vd-split { display: grid; grid-template-columns: .92fr 1.08fr; gap: 72px; align-items: center; }
.vd-feature-panel { padding: 44px; border-radius: var(--vd-radius-lg); background: var(--vd-ink); color: #fff; box-shadow: var(--vd-shadow); }
.vd-feature-panel h3 { color: #fff !important; font-size: 30px; margin-top: 0; }
.vd-feature-list { margin: 26px 0 0; padding: 0; list-style: none; }
.vd-feature-list li { padding: 17px 0; border-top: 1px solid rgba(255,255,255,.12); display: grid; grid-template-columns: 34px 1fr; gap: 10px; align-items: start; }
.vd-feature-list strong { display: block; color: #fff; }
.vd-feature-list span { display: block; color: rgba(255,255,255,.7); margin-top: 4px; }
.vd-num { color: #8fc5e6; font-weight: 800; }

.vd-doctors { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.vd-doctor { padding: 30px; border: 1px solid var(--vd-line); border-radius: var(--vd-radius-md); background: #fff; display: grid; grid-template-columns: 74px 1fr; gap: 22px; align-items: center; }
.vd-avatar { width: 74px; height: 74px; border-radius: 50%; display: grid; place-items: center; background: var(--vd-ink); color: #fff; font-size: 23px; font-weight: 800; letter-spacing: -.02em; }
.vd-doctor h3 { margin: 0 0 6px !important; color: var(--vd-ink) !important; font-size: 22px; }
.vd-doctor p { margin: 0; line-height: 1.6; }

.vd-reassurance { padding: 54px; border-radius: var(--vd-radius-lg); background: var(--vd-teal-pale); display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; align-items: center; }
.vd-reassurance blockquote { margin: 0; padding: 0; border: 0; color: var(--vd-ink); font-size: clamp(27px, 3.2vw, 40px); line-height: 1.2; letter-spacing: -.035em; font-weight: 700; }

.vd-location { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: stretch; }
.vd-location-card { padding: 38px; border-radius: var(--vd-radius-lg); background: var(--vd-ink); color: #fff; }
.vd-location-card h2 { color: #fff !important; font-size: 38px; letter-spacing: -.035em; margin: 0 0 22px; }
.vd-location-card a { color: #fff !important; }
.vd-location-row { padding: 16px 0; border-top: 1px solid rgba(255,255,255,.13); }
.vd-location-row strong { display: block; color: #9accec; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 4px; }
.vd-map { min-height: 460px; overflow: hidden; border-radius: var(--vd-radius-lg); border: 1px solid var(--vd-line); box-shadow: 0 12px 35px rgba(24,33,38,.07); }
.vd-map iframe { width: 100%; height: 100%; min-height: 460px; border: 0; display: block; }

.vd-final { text-align: center; background: var(--vd-ink); color: #fff; }
.vd-final .vd-kicker { color: #a8d5ef; }
.vd-final .vd-kicker::before { background: #a8d5ef; }
.vd-final .vd-heading { color: #fff !important; margin-inline: auto; max-width: 900px; }
.vd-final .vd-lead { color: rgba(255,255,255,.73); margin-inline: auto; }
.vd-final .vd-actions { justify-content: center; }
.vd-final .vd-btn--ghost { background: transparent; border-color: rgba(255,255,255,.25); color: #fff !important; }

/* Footer polish - stays compatible with existing Enfold widgets. */
#footer { background: #111a22 !important; border-top: 0 !important; }
#footer .widgettitle { color: #fff !important; font-size: 15px; letter-spacing: .04em; text-transform: none; }
#footer, #footer p, #footer li, #footer a { color: rgba(255,255,255,.72) !important; }
#footer a:hover { color: #fff !important; }
#socket { background: #0b1117 !important; }

@media (max-width: 989px) {
  .vd-shell { width: min(var(--vd-content), calc(100% - 36px)); }
  .vd-section { padding: 76px 0; }
  .vd-hero { padding: 68px 0 60px; }
  .vd-hero-grid,
  .vd-split,
  .vd-location,
  .vd-reassurance { grid-template-columns: 1fr; gap: 38px; }
  .vd-hero-card { min-height: 360px; }
  .vd-grid-3 { grid-template-columns: repeat(2, 1fr); }
  .vd-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .vd-trust-item:nth-child(2) { border-right: 0; }
  .vd-trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--vd-line); }
  .vd-section-head { display: block; }
  .vd-section-head .vd-copy { margin-top: 18px; }
}

@media (max-width: 767px) {
  .vd-shell { width: min(100% - 28px, var(--vd-content)); }
  .vd-section { padding: 62px 0; }
  .vd-hero { padding: 54px 0 46px; }
  .vd-hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .vd-heading { font-size: clamp(38px, 11vw, 52px); }
  .vd-heading--section { font-size: clamp(31px, 9vw, 42px); }
  .vd-actions { flex-direction: column; }
  .vd-btn { width: 100%; }
  .vd-hero-proof { display: grid; gap: 12px; }
  .vd-hero-card { min-height: 330px; padding: 30px; border-radius: 24px; }
  .vd-trust-grid,
  .vd-grid-3,
  .vd-doctors { grid-template-columns: 1fr; }
  .vd-trust-item { border-right: 0; border-bottom: 1px solid var(--vd-line); }
  .vd-trust-item:last-child { border-bottom: 0; }
  .vd-card { min-height: auto; }
  .vd-icon { margin-bottom: 28px; }
  .vd-feature-panel,
  .vd-reassurance,
  .vd-location-card { padding: 30px; border-radius: 22px; }
  .vd-doctor { grid-template-columns: 60px 1fr; padding: 24px; }
  .vd-avatar { width: 60px; height: 60px; }
  .vd-map, .vd-map iframe { min-height: 340px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* ==========================================================
   VULCAN DENTAL V2.0 — COMPLETE SITE
   ========================================================== */

:root {
  --vd-navy: #17232d;
  --vd-navy-2: #223036;
  --vd-teal-2: #2b8a94;
  --vd-teal-bright: #5bb7bd;
  --vd-mist: #f1f7f6;
  --vd-warm: #faf8f4;
  --vd-max: 1180px;
}

body.vulcan-v1-site {
  background: #fff;
  color: var(--vd-ink-soft);
}

body.vulcan-v1-site #wrap_all,
body.vulcan-v1-site #main {
  background: #fff;
}

body.vulcan-v1-site .container_wrap_first,
body.vulcan-v1-page .container_wrap_first {
  border-top: 0;
}

.vd-v2-main { overflow: hidden; background: #fff; }
.vd-v2-main *, .vd-footer *, .vd-mobile-actions * { box-sizing: border-box; }
.vd-v2-main svg, .vd-footer svg, .vd-mobile-actions svg {
  width: 1em;
  height: 1em;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ---------- Enfold header: keep the robust shell, modernize the presentation ---------- */
body.vulcan-v1-site #header,
body.vulcan-v1-site #header_main,
body.vulcan-v1-site .header_bg {
  background: rgba(255,255,255,.97) !important;
}
body.vulcan-v1-site #header_main {
  border-bottom: 1px solid rgba(24,33,38,.08) !important;
  box-shadow: 0 7px 30px rgba(24,33,38,.035);
}
body.vulcan-v1-site #header .container {
  width: min(var(--vd-max), calc(100% - 48px));
  max-width: var(--vd-max);
}
body.vulcan-v1-site #header .logo img {
  max-height: 66px;
  width: auto;
}
body.vulcan-v1-site .av-main-nav > li > a {
  color: var(--vd-ink) !important;
  font-weight: 650 !important;
  font-size: 14px !important;
  letter-spacing: -.005em;
  padding: 0 14px !important;
}
body.vulcan-v1-site .av-main-nav > li > a:hover,
body.vulcan-v1-site .av-main-nav > li.current-menu-item > a,
body.vulcan-v1-site .av-main-nav > li.current-menu-ancestor > a {
  color: var(--vd-teal) !important;
}
body.vulcan-v1-site .av-main-nav > li.vd-menu-cta > a {
  margin-left: 10px;
  padding: 0 20px !important;
  color: #fff !important;
}
body.vulcan-v1-site .av-main-nav > li.vd-menu-cta > a .avia-menu-text {
  display: inline-flex;
  min-height: 43px;
  align-items: center;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--vd-teal);
  box-shadow: 0 9px 24px rgba(43,125,179,.2);
}
body.vulcan-v1-site .av-main-nav > li.vd-menu-cta > a:hover .avia-menu-text {
  background: var(--vd-teal-dark);
}
body.vulcan-v1-site #menu-item-search { display: none !important; }
body.vulcan-v1-site .av-main-nav ul {
  border-radius: 12px;
  padding: 8px !important;
  border: 1px solid var(--vd-line) !important;
  box-shadow: 0 18px 50px rgba(24,33,38,.12) !important;
  background: #fff !important;
}
body.vulcan-v1-site .av-main-nav ul a {
  border: 0 !important;
  border-radius: 8px;
  color: var(--vd-ink) !important;
  font-size: 14px !important;
}
body.vulcan-v1-site .av-main-nav ul a:hover { background: var(--vd-teal-pale) !important; }

/* Hide the legacy Enfold widget footer/socket only after the one-pass builder is run. */
body.vulcan-v1-site #footer,
body.vulcan-v1-site #socket { display: none !important; }

/* ---------- Type / shared layout ---------- */
.vd-v2-main h1,
.vd-v2-main h2,
.vd-v2-main h3,
.vd-footer h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.vd-v2-main h1, .vd-v2-main h2, .vd-v2-main h3 { color: var(--vd-ink); }
.vd-v2-main p { color: var(--vd-ink-soft); }
.vd-shell { width: min(var(--vd-max), calc(100% - 48px)); }
.vd-section { padding: 94px 0; }
.vd-section--soft { background: var(--vd-warm); }
.vd-section--teal { background: var(--vd-mist); }
.vd-section-head { align-items: flex-end; }
.vd-section-copy { max-width: 450px; }
.vd-section-copy p { font-size: 16.5px; line-height: 1.72; }
.vd-prose p { font-size: 18px; line-height: 1.75; margin: 0 0 22px; }
.vd-overline {
  margin: 0 0 8px !important;
  color: var(--vd-teal-dark) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase;
}
.vd-note { font-size: 13px; color: #6e7a80; }
.vd-note--center { text-align: center; margin-top: 25px; }
.vd-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--vd-teal-dark) !important;
  font-weight: 750;
  text-decoration: none !important;
  margin-top: 12px;
}
.vd-text-link svg { width: 18px; height: 18px; transition: transform .18s ease; }
.vd-text-link:hover svg { transform: translateX(3px); }

/* ---------- Buttons ---------- */
.vd-btn { gap: 9px; }
.vd-btn-icon { font-size: 18px; }
.vd-btn--secondary { background: var(--vd-ink); color: #fff !important; box-shadow: 0 10px 28px rgba(24,33,38,.15); }
.vd-btn--secondary:hover { background: #29383e; }
.vd-btn--light { background: #fff; color: var(--vd-ink) !important; box-shadow: 0 10px 24px rgba(0,0,0,.12); }
.vd-btn--light:hover { background: var(--vd-teal-pale); }
.vd-btn--outline-light { border-color: rgba(255,255,255,.38); color: #fff !important; background: transparent; }
.vd-btn--outline-light:hover { background: rgba(255,255,255,.08); border-color: #fff; }
.vd-actions--right { justify-content: flex-end; }

/* ---------- Complete home hero ---------- */
.vd-hero--complete { padding: 88px 0 80px; }
.vd-hero-copy { position: relative; z-index: 2; }
.vd-hero-panel {
  min-height: 475px;
  padding: 34px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 102% -5%, rgba(88,158,203,.35), transparent 38%),
    linear-gradient(145deg, #1a252a 0%, #10191d 100%);
  color: #fff;
  box-shadow: 0 28px 70px rgba(24,33,38,.22);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.vd-hero-panel::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border: 50px solid rgba(255,255,255,.035);
  border-radius: 50%;
  left: -110px;
  bottom: -125px;
}
.vd-hero-panel__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  position: relative;
  z-index: 2;
}
.vd-hero-emblem {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(255,255,255,.08);
  color: #9accec;
  font-size: 29px;
}
.vd-status-dot {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255,255,255,.82);
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.04);
}
.vd-status-dot i { width: 7px; height: 7px; border-radius: 50%; background: #7bd1b0; box-shadow: 0 0 0 5px rgba(123,209,176,.09); }
.vd-hero-panel__body { position: relative; z-index: 2; margin-top: auto; padding-top: 40px; }
.vd-hero-panel__body .vd-overline { color: #9accec !important; }
.vd-hero-panel__body h2 { color: #fff !important; font-size: 35px; line-height: 1.08; letter-spacing: -.035em; margin: 0 0 14px; }
.vd-hero-panel__body p:last-child { color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.65; margin: 0; max-width: 90%; }
.vd-hero-panel__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 32px -34px -34px; background: rgba(255,255,255,.10); position: relative; z-index: 2; }
.vd-hero-panel__facts div { padding: 20px 18px 22px; background: rgba(14,24,28,.92); }
.vd-hero-panel__facts strong { display: block; color: #9accec; font-size: 11px; margin-bottom: 5px; }
.vd-hero-panel__facts span { color: rgba(255,255,255,.76); font-size: 11.5px; line-height: 1.4; }

/* ---------- Trust strip ---------- */
.vd-trust-item { display: flex; align-items: center; justify-content: center; gap: 14px; text-align: left; }
.vd-trust-icon { width: 39px; height: 39px; flex: 0 0 39px; display: grid; place-items: center; border-radius: 12px; background: var(--vd-teal-pale); color: var(--vd-teal-dark); font-size: 20px; }

/* ---------- Service cards ---------- */
.vd-service-card { position: relative; min-height: 320px; overflow: hidden; }
.vd-service-card__icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 15px; background: var(--vd-teal-pale); color: var(--vd-teal-dark); font-size: 25px; margin-bottom: 40px; }
.vd-service-card__number { position: absolute; right: 26px; top: 30px; color: #a8b3b7; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.vd-service-card h2, .vd-service-card h3 { margin: 0 0 12px !important; color: var(--vd-ink) !important; font-size: 23px !important; line-height: 1.2; letter-spacing: -.025em; }
.vd-service-card p:not(.vd-overline) { font-size: 15px; line-height: 1.65; color: var(--vd-ink-soft); }
.vd-card-link { display: inline-flex; align-items: center; gap: 7px; color: var(--vd-teal-dark); font-size: 13px; font-weight: 750; margin-top: 18px; }
.vd-card-link svg { width: 16px; height: 16px; }
.vd-service-grid--hub .vd-service-card { min-height: 360px; }

/* ---------- Process / first visit ---------- */
.vd-split--visit { grid-template-columns: .9fr 1.1fr; }
.vd-steps-panel { border-radius: 28px; background: var(--vd-ink); padding: 24px 38px; box-shadow: var(--vd-shadow); }
.vd-step { display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.11); }
.vd-step:last-child { border-bottom: 0; }
.vd-step > span { color: #86ced3; font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.vd-step h3 { color: #fff !important; margin: 0 0 7px !important; font-size: 21px; }
.vd-step p { color: rgba(255,255,255,.68); margin: 0; line-height: 1.6; font-size: 14px; }

/* ---------- Doctors ---------- */
.vd-doctors--large { gap: 26px; }
.vd-doctor-card { display: grid; grid-template-columns: 180px 1fr; border: 1px solid var(--vd-line); border-radius: 24px; background: #fff; overflow: hidden; min-height: 265px; box-shadow: 0 10px 34px rgba(24,33,38,.045); }
.vd-doctor-card__visual { display: grid; place-items: center; background: linear-gradient(145deg, var(--vd-ink), #2a3d42); position: relative; overflow: hidden; }
.vd-doctor-card__visual::before { content: ""; position: absolute; width: 170px; height: 170px; border-radius: 50%; border: 36px solid rgba(88,158,203,.12); left: -70px; bottom: -65px; }
.vd-doctor-card__visual span { width: 90px; height: 90px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); color: #fff; font-size: 28px; font-weight: 800; position: relative; z-index: 2; }
.vd-doctor-card__body { padding: 34px 32px; }
.vd-doctor-card__body h3 { margin: 0 0 12px !important; font-size: 27px; letter-spacing: -.025em; }
.vd-doctor-card__body p:not(.vd-overline) { font-size: 15.5px; line-height: 1.65; margin-bottom: 12px; }

/* ---------- Reassurance ---------- */
.vd-reassurance { background: transparent; padding: 10px 0; border-radius: 0; }
.vd-reassurance blockquote { font-size: clamp(34px, 4.2vw, 55px); }

/* ---------- FAQ ---------- */
.vd-section--faq-preview { background: #fff; }
.vd-faq-preview { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: start; }
.vd-faq-mini-list, .vd-faq-list { border-top: 1px solid var(--vd-line); }
.vd-faq-mini-list details, .vd-faq-list details { border-bottom: 1px solid var(--vd-line); }
.vd-faq-mini-list summary, .vd-faq-list summary { list-style: none; cursor: pointer; color: var(--vd-ink); font-weight: 700; font-size: 17px; padding: 22px 44px 22px 0; position: relative; }
.vd-faq-mini-list summary::-webkit-details-marker, .vd-faq-list summary::-webkit-details-marker { display: none; }
.vd-faq-mini-list summary::after, .vd-faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 18px; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--vd-teal-pale); color: var(--vd-teal-dark); font-size: 18px; font-weight: 500; }
.vd-faq-mini-list details[open] summary::after, .vd-faq-list details[open] summary::after { content: "–"; }
.vd-faq-mini-list details p, .vd-faq-list details p { margin: -4px 50px 22px 0; line-height: 1.7; font-size: 15px; }
.vd-faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: start; }
.vd-faq-layout--full { grid-template-columns: .65fr 1.35fr; }
.vd-faq-sidebar { position: sticky; top: 135px; }
.vd-faq-list--large summary { font-size: 19px; padding-top: 25px; padding-bottom: 25px; }
.vd-faq-list--large details p { font-size: 16px; }

/* ---------- Page hero ---------- */
.vd-page-hero {
  padding: 82px 0 78px;
  background:
    radial-gradient(circle at 86% 12%, rgba(43,125,179,.16), transparent 28%),
    linear-gradient(135deg, #fbfcfb, #f1f7f6);
  border-bottom: 1px solid var(--vd-line);
}
.vd-page-hero__grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(330px, .7fr); gap: 70px; align-items: center; }
.vd-page-hero__content .vd-heading { max-width: 800px; }
.vd-page-hero__aside { min-height: 330px; padding: 34px; border-radius: 28px; background: var(--vd-ink); color: #fff; display: flex; flex-direction: column; justify-content: flex-end; box-shadow: 0 24px 58px rgba(24,33,38,.18); position: relative; overflow: hidden; }
.vd-page-hero__aside::before { content: ""; position: absolute; width: 240px; height: 240px; border-radius: 50%; background: rgba(43,138,148,.34); right: -100px; top: -100px; }
.vd-page-hero__aside .vd-hero-emblem { margin-bottom: auto; position: relative; z-index: 2; }
.vd-page-hero__aside .vd-overline { color: #9accec !important; position: relative; z-index: 2; }
.vd-aside-big { color: #fff !important; font-size: 27px !important; line-height: 1.18 !important; font-weight: 740; letter-spacing: -.025em; margin: 5px 0 18px !important; position: relative; z-index: 2; }
.vd-aside-rule { height: 1px; background: rgba(255,255,255,.14); margin-bottom: 16px; position: relative; z-index: 2; }
.vd-aside-facts { display: flex; flex-wrap: wrap; gap: 8px 15px; position: relative; z-index: 2; }
.vd-aside-facts span { color: rgba(255,255,255,.66); font-size: 11.5px; }

/* ---------- Values / about ---------- */
.vd-split--about { align-items: start; }
.vd-values-grid { gap: 24px; }
.vd-value-card { border: 1px solid var(--vd-line); border-radius: 22px; padding: 34px; background: #fff; min-height: 265px; }
.vd-value-card > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; background: var(--vd-teal-pale); color: var(--vd-teal-dark); font-size: 25px; margin-bottom: 42px; }
.vd-value-card h3 { font-size: 22px; margin: 0 0 10px !important; }
.vd-value-card p { font-size: 15px; line-height: 1.65; }
.vd-community-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }

/* ---------- Lists / feature panels ---------- */
.vd-feature-panel--light { background: #fff; color: var(--vd-ink); border: 1px solid var(--vd-line); box-shadow: 0 18px 48px rgba(24,33,38,.06); }
.vd-feature-panel--light h3 { color: var(--vd-ink) !important; }
.vd-check-list { list-style: none; margin: 0; padding: 0; }
.vd-check-list li { display: grid; grid-template-columns: 24px 1fr; gap: 11px; align-items: start; padding: 10px 0; color: var(--vd-ink-soft); }
.vd-check-list li > svg { width: 21px; height: 21px; color: var(--vd-teal); margin-top: 2px; }
.vd-check-list strong { color: var(--vd-ink); }
.vd-check-list small { display: block; font-size: 13px; line-height: 1.55; color: #6e7a80; margin-top: 4px; }
.vd-check-list--large li { padding: 15px 0; }
.vd-check-list--large li > svg { width: 25px; height: 25px; }
.vd-disclaimer-card { border: 1px solid var(--vd-line); border-radius: 24px; padding: 34px 38px; display: grid; grid-template-columns: 58px 1fr; gap: 22px; align-items: start; background: var(--vd-warm); }
.vd-disclaimer-card__icon { width: 58px; height: 58px; border-radius: 16px; display: grid; place-items: center; background: var(--vd-teal-pale); color: var(--vd-teal-dark); font-size: 28px; }
.vd-disclaimer-card h2 { margin: 0 0 8px !important; font-size: 24px; }
.vd-disclaimer-card p { margin: 0; line-height: 1.7; }

/* ---------- Service detail ---------- */
.vd-service-intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: start; }
.vd-service-list-card { padding: 36px; border-radius: 24px; border: 1px solid var(--vd-line); background: #fff; box-shadow: 0 12px 38px rgba(24,33,38,.05); }
.vd-process-grid { gap: 24px; }
.vd-process-card { border-radius: 22px; padding: 34px; background: #fff; border: 1px solid var(--vd-line); min-height: 260px; }
.vd-process-card > span { display: inline-block; color: var(--vd-teal-dark); font-size: 12px; font-weight: 800; letter-spacing: .1em; margin-bottom: 58px; }
.vd-process-card h3 { font-size: 22px; margin: 0 0 10px !important; }
.vd-process-card p { font-size: 15px; line-height: 1.65; margin: 0; }
.vd-related-services { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.vd-related-links { border-top: 1px solid rgba(24,33,38,.12); }
.vd-related-links a { display: flex; justify-content: space-between; align-items: center; padding: 18px 0; border-bottom: 1px solid rgba(24,33,38,.12); color: var(--vd-ink) !important; text-decoration: none !important; font-weight: 700; }
.vd-related-links a svg { width: 19px; height: 19px; color: var(--vd-teal-dark); }

/* ---------- New patients ---------- */
.vd-new-patient-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: start; }
.vd-benefits-card { background: var(--vd-ink); border-radius: 28px; padding: 40px; color: #fff; box-shadow: var(--vd-shadow); }
.vd-benefits-card__icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 17px; background: rgba(255,255,255,.08); color: #9accec; font-size: 30px; margin-bottom: 54px; }
.vd-benefits-card .vd-overline { color: #9accec !important; }
.vd-benefits-card h3 { color: #fff !important; font-size: 29px; margin: 0 0 14px !important; }
.vd-benefits-card p { color: rgba(255,255,255,.72); line-height: 1.7; }
.vd-new-patient-callout { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }

/* ---------- Contact ---------- */
.vd-contact-overview { padding-top: 64px; padding-bottom: 64px; }
.vd-contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.vd-contact-card { border: 1px solid var(--vd-line); border-radius: 22px; padding: 28px; display: grid; grid-template-columns: 46px 1fr; gap: 16px; text-decoration: none !important; background: #fff; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.vd-contact-card:hover { transform: translateY(-3px); border-color: rgba(43,125,179,.4); box-shadow: 0 15px 38px rgba(24,33,38,.07); }
.vd-contact-card > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: var(--vd-teal-pale); color: var(--vd-teal-dark); font-size: 22px; }
.vd-contact-card small { display: block; color: #758187; font-weight: 700; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 4px; }
.vd-contact-card strong { display: block; color: var(--vd-ink); font-size: 17px; line-height: 1.35; }
.vd-contact-card p { font-size: 13px; line-height: 1.55; margin: 8px 0 0; }
.vd-appointment-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.vd-appointment-info { position: sticky; top: 135px; }
.vd-privacy-note, .vd-emergency-note { border-radius: 18px; margin-top: 24px; padding: 20px; }
.vd-privacy-note { display: grid; grid-template-columns: 32px 1fr; gap: 12px; background: #fff; border: 1px solid var(--vd-line); }
.vd-privacy-note > span { color: var(--vd-teal-dark); font-size: 25px; }
.vd-privacy-note p { margin: 0; font-size: 13px; line-height: 1.6; }
.vd-emergency-note { background: #fff3ee; border: 1px solid #f0d4c7; }
.vd-emergency-note strong { color: #8c432a; }
.vd-emergency-note p { margin: 5px 0 0; font-size: 13px; line-height: 1.6; }
.vd-form-card { background: #fff; border: 1px solid var(--vd-line); border-radius: 26px; padding: 38px; box-shadow: 0 15px 48px rgba(24,33,38,.06); }
.vd-form-card .avia_ajax_form { margin: 0; }
.vd-form-card .avia_ajax_form h3,
.vd-form-card .avia_ajax_form .avia-form-success { color: var(--vd-ink) !important; }
.vd-form-card .form_element { margin-bottom: 18px !important; }
.vd-form-card label { color: var(--vd-ink) !important; font-size: 13px !important; font-weight: 700 !important; margin-bottom: 7px !important; display: block; }
.vd-form-card input[type="text"],
.vd-form-card input[type="email"],
.vd-form-card input[type="tel"],
.vd-form-card input[type="number"],
.vd-form-card input[type="date"],
.vd-form-card textarea,
.vd-form-card select {
  width: 100% !important;
  min-height: 50px !important;
  padding: 11px 14px !important;
  border: 1px solid #d7e0e2 !important;
  border-radius: 10px !important;
  background: #fbfcfc !important;
  color: var(--vd-ink) !important;
  box-shadow: none !important;
  font: inherit !important;
}
.vd-form-card textarea { min-height: 140px !important; }
.vd-form-card input:focus,
.vd-form-card textarea:focus,
.vd-form-card select:focus { border-color: var(--vd-teal) !important; background: #fff !important; }
.vd-form-card .button,
.vd-form-card input[type="submit"] {
  min-height: 52px !important;
  padding: 0 26px !important;
  border-radius: 999px !important;
  background: var(--vd-teal) !important;
  color: #fff !important;
  border: 0 !important;
  font-weight: 750 !important;
  font-size: 14px !important;
}
.vd-form-card .button:hover,
.vd-form-card input[type="submit"]:hover { background: var(--vd-teal-dark) !important; }
.vd-form-confirmation-note { font-size: 12px; line-height: 1.55; color: #738087; border-top: 1px solid var(--vd-line); margin: 22px 0 0; padding-top: 18px; }
.vd-form-fallback { background: var(--vd-warm); border-radius: 18px; padding: 25px; }
.vd-contact-location { display: grid; grid-template-columns: .85fr 1.15fr; gap: 26px; align-items: stretch; }
.vd-address-large { color: rgba(255,255,255,.78) !important; font-size: 18px !important; line-height: 1.6 !important; }
.vd-location-callout { margin-top: 25px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); }
.vd-location-callout strong { color: #fff; }
.vd-location-callout p { color: rgba(255,255,255,.66); font-size: 13px; line-height: 1.6; }

/* ---------- Location / hours ---------- */
.vd-location--home { grid-template-columns: .88fr 1.12fr; }
.vd-location-info > div { display: grid; grid-template-columns: 38px 1fr; gap: 12px; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.12); }
.vd-mini-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: rgba(255,255,255,.08); color: #9accec; font-size: 18px; }
.vd-location-info p { color: rgba(255,255,255,.72); margin: 0; font-size: 14px; line-height: 1.5; }
.vd-location-info p strong { display: block; color: #fff; font-size: 12px; margin-bottom: 2px; }
.vd-location-info a { color: #fff !important; }
.vd-location-card h3 { color: #fff !important; margin: 24px 0 8px !important; font-size: 18px; }
.vd-hours { border-top: 1px solid rgba(255,255,255,.13); }
.vd-hours__row { display: flex; justify-content: space-between; gap: 18px; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 13px; }
.vd-hours__day { color: rgba(255,255,255,.65); }
.vd-hours__time { color: #fff; text-align: right; }
.vd-hours__time small { display: block; color: rgba(255,255,255,.5); font-size: 10px; margin-top: 1px; }
.vd-map { min-height: 540px; border-radius: 26px; overflow: hidden; border: 1px solid var(--vd-line); background: #eef2f2; }
.vd-map iframe { width: 100%; height: 100%; min-height: 540px; border: 0; display: block; filter: saturate(.78) contrast(.98); }

/* ---------- CTA band ---------- */
.vd-cta-band { padding: 74px 0; background: linear-gradient(135deg, #1a292e, #102126); color: #fff; }
.vd-cta-band__inner { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.vd-cta-band .vd-kicker { color: #9accec; }
.vd-cta-band .vd-kicker::before { background: #9accec; }
.vd-cta-band h2 { margin: 0 0 10px !important; color: #fff !important; font-size: clamp(30px, 3.8vw, 46px); line-height: 1.08; letter-spacing: -.035em; }
.vd-cta-band p { color: rgba(255,255,255,.68); margin: 0; max-width: 700px; font-size: 16px; line-height: 1.65; }

/* ---------- Custom footer ---------- */
.vd-footer { background: #0f181c; color: rgba(255,255,255,.7); padding: 72px 0 0; }
.vd-footer__grid { display: grid; grid-template-columns: 1.35fr .7fr .9fr 1fr; gap: 54px; padding-bottom: 56px; }
.vd-footer h3 { margin: 0 0 18px !important; color: #fff !important; font-size: 14px; letter-spacing: .06em; text-transform: uppercase; }
.vd-footer__brand-link { display: inline-flex; align-items: center; gap: 13px; color: #fff !important; text-decoration: none !important; }
.vd-footer__mark { width: 47px; height: 47px; display: grid; place-items: center; border-radius: 14px; background: rgba(88,158,203,.12); color: #9accec; font-size: 26px; }
.vd-footer__brand-link strong { display: block; font-size: 17px; letter-spacing: .06em; line-height: 1; }
.vd-footer__brand-link small { display: block; font-size: 13px; letter-spacing: .12em; margin-top: 4px; }
.vd-footer__brand p { color: rgba(255,255,255,.55); max-width: 320px; font-size: 13.5px; line-height: 1.65; margin-top: 18px; }
.vd-footer__nav, .vd-footer__contact { display: flex; flex-direction: column; gap: 10px; }
.vd-footer__nav a, .vd-footer__contact a { color: rgba(255,255,255,.7) !important; text-decoration: none !important; font-size: 13px; }
.vd-footer__nav a:hover, .vd-footer__contact a:hover { color: #fff !important; }
.vd-footer__contact span { color: rgba(255,255,255,.55); font-size: 13px; line-height: 1.55; }
.vd-footer .vd-hours--compact { border-top: 0; }
.vd-footer .vd-hours--compact .vd-hours__row { padding: 5px 0; border-bottom: 0; font-size: 11.5px; }
.vd-footer__bottom { display: flex; justify-content: space-between; gap: 30px; align-items: center; padding: 20px 0 25px; border-top: 1px solid rgba(255,255,255,.09); font-size: 11px; }
.vd-footer__bottom nav { display: flex; gap: 20px; }
.vd-footer__bottom a { color: rgba(255,255,255,.55) !important; text-decoration: none !important; }
.vd-footer__bottom a:hover { color: #fff !important; }

/* ---------- Legal pages retained from current site ---------- */
body.vulcan-v1-legal #main { background: #fff; }
body.vulcan-v1-legal #main .container { max-width: 940px; }
body.vulcan-v1-legal .entry-content { font-size: 15px; line-height: 1.72; }
body.vulcan-v1-legal .entry-content h1,
body.vulcan-v1-legal .entry-content h2,
body.vulcan-v1-legal .entry-content h3 { color: var(--vd-ink) !important; }

/* ---------- Mobile action bar ---------- */
.vd-mobile-actions { display: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  body.vulcan-v1-site .av-main-nav > li > a { padding: 0 9px !important; font-size: 13px !important; }
  .vd-hero-grid, .vd-page-hero__grid { gap: 42px; grid-template-columns: 1fr .78fr; }
  .vd-grid-3 { gap: 16px; }
  .vd-doctor-card { grid-template-columns: 130px 1fr; }
  .vd-footer__grid { grid-template-columns: 1.2fr .8fr 1fr; }
  .vd-footer__grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 900px) {
  .vd-section { padding: 74px 0; }
  .vd-hero--complete, .vd-page-hero { padding: 62px 0; }
  .vd-hero-grid, .vd-page-hero__grid, .vd-split, .vd-split--visit, .vd-split--about, .vd-service-intro-grid, .vd-new-patient-grid, .vd-appointment-grid, .vd-contact-location, .vd-location, .vd-location--home, .vd-faq-preview, .vd-faq-layout, .vd-faq-layout--full, .vd-related-services, .vd-community-panel { grid-template-columns: 1fr; gap: 42px; }
  .vd-page-hero__aside { min-height: 290px; }
  .vd-hero-panel { min-height: 420px; }
  .vd-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .vd-trust-item:nth-child(2) { border-right: 0; }
  .vd-trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--vd-line); }
  .vd-grid-3 { grid-template-columns: repeat(2, 1fr); }
  .vd-doctors--large { grid-template-columns: 1fr; }
  .vd-contact-cards { grid-template-columns: 1fr; }
  .vd-appointment-info, .vd-faq-sidebar { position: static; }
  .vd-new-patient-callout, .vd-cta-band__inner { grid-template-columns: 1fr; gap: 25px; }
  .vd-actions--right { justify-content: flex-start; }
  .vd-footer__grid { grid-template-columns: repeat(2, 1fr); }
  .vd-footer__grid > div:last-child { grid-column: auto; }
}

@media (max-width: 767px) {
  body.vulcan-v1-site #header .container { width: calc(100% - 30px); }
  body.vulcan-v1-site #header .logo img { max-height: 56px; }
  .vd-shell { width: calc(100% - 32px); }
  .vd-section { padding: 58px 0; }
  .vd-hero--complete, .vd-page-hero { padding: 48px 0 52px; }
  .vd-heading { font-size: clamp(36px, 11vw, 52px); line-height: 1.02; }
  .vd-heading--section { font-size: clamp(30px, 8.5vw, 39px); }
  .vd-lead { font-size: 17px; line-height: 1.62; }
  .vd-actions { gap: 9px; }
  .vd-btn { width: 100%; min-height: 50px; }
  .vd-hero-panel { min-height: 390px; padding: 26px; border-radius: 24px; }
  .vd-hero-panel__body h2 { font-size: 30px; }
  .vd-hero-panel__facts { margin: 26px -26px -26px; }
  .vd-hero-panel__facts div { padding: 16px 10px 18px; }
  .vd-hero-panel__facts span { font-size: 10.5px; }
  .vd-trust-grid { grid-template-columns: 1fr; }
  .vd-trust-item { border-right: 0; border-bottom: 1px solid var(--vd-line) !important; justify-content: flex-start; padding: 20px 8px; }
  .vd-trust-item:last-child { border-bottom: 0 !important; }
  .vd-section-head { display: block; margin-bottom: 30px; }
  .vd-section-head .vd-section-copy, .vd-section-head .vd-copy { max-width: none; margin-top: 18px; }
  .vd-grid-3 { grid-template-columns: 1fr; }
  .vd-service-card, .vd-service-grid--hub .vd-service-card { min-height: 0; padding: 26px; }
  .vd-service-card__icon { margin-bottom: 30px; }
  .vd-steps-panel, .vd-feature-panel, .vd-benefits-card, .vd-location-card, .vd-form-card { padding: 27px; border-radius: 22px; }
  .vd-step { grid-template-columns: 42px 1fr; }
  .vd-doctor-card { grid-template-columns: 1fr; }
  .vd-doctor-card__visual { min-height: 180px; }
  .vd-doctor-card__body { padding: 27px; }
  .vd-reassurance { grid-template-columns: 1fr; gap: 28px; }
  .vd-reassurance blockquote { font-size: 35px; }
  .vd-page-hero__aside { min-height: 280px; padding: 27px; border-radius: 22px; }
  .vd-contact-card { grid-template-columns: 42px 1fr; padding: 22px; }
  .vd-process-card { min-height: 0; padding: 28px; }
  .vd-process-card > span { margin-bottom: 34px; }
  .vd-disclaimer-card { grid-template-columns: 1fr; padding: 26px; }
  .vd-map, .vd-map iframe { min-height: 390px; }
  .vd-cta-band { padding: 56px 0; }
  .vd-footer { padding-top: 55px; padding-bottom: 72px; }
  .vd-footer__grid { grid-template-columns: 1fr; gap: 35px; }
  .vd-footer__bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
  .vd-footer__bottom nav { flex-wrap: wrap; gap: 12px 18px; }
  .vd-mobile-actions {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 11px;
    z-index: 9999;
    display: grid;
    grid-template-columns: 1fr 1.35fr;
    gap: 8px;
    padding: 7px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    background: rgba(16,27,31,.94);
    backdrop-filter: blur(16px);
    box-shadow: 0 18px 50px rgba(0,0,0,.27);
  }
  .vd-mobile-actions a { min-height: 48px; display: flex; gap: 8px; align-items: center; justify-content: center; border-radius: 13px; text-decoration: none !important; color: #fff !important; font-weight: 750; font-size: 13px; }
  .vd-mobile-actions a:first-child { background: rgba(255,255,255,.08); }
  .vd-mobile-actions a:last-child { background: var(--vd-teal); }
  .vd-mobile-actions svg { width: 19px; height: 19px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .vd-card, .vd-btn, .vd-contact-card, .vd-text-link svg { transition: none !important; }
}


/* ==========================================================
   VULCAN DENTAL V2.1 — QA / RESPONSIVE REMEDIATION
   ========================================================== */

/* Keep anchor targets clear of the Enfold header. */
#appointment,
#location,
#services,
.vd-page-hero,
.vd-section[id] {
  scroll-margin-top: 118px;
}

/* Interior page heroes: slightly tighter than the homepage hero and
   intentionally constrained so long service headings do not overpower
   the page or tuck visually beneath the header. */
.vd-page-hero {
  position: relative;
  padding-top: 86px;
}
.vd-page-hero__content .vd-heading {
  font-size: clamp(40px, 4.25vw, 56px);
  line-height: 1.035;
  max-width: 760px;
}
.vd-page-hero__grid {
  grid-template-columns: minmax(0, 1.16fr) minmax(320px, .70fr);
  gap: 58px;
}
.vd-page-hero__aside {
  min-height: 318px;
}

/* Refine the desktop header rhythm and keep the logo crisp. */
body.vulcan-v1-site #header .logo,
body.vulcan-v1-site #header .logo a {
  display: flex;
  align-items: center;
}
body.vulcan-v1-site #header .logo img {
  object-fit: contain;
}

/* Give the mobile menu control a larger, clearer tap target. */
body.vulcan-v1-site .av-burger-menu-main > a {
  min-width: 54px;
}
body.vulcan-v1-site .av-hamburger-box {
  width: 34px;
}

/* Contact-form polish for Enfold-specific controls. */
.vd-form-card input[type="checkbox"],
.vd-form-card input[type="radio"] {
  accent-color: var(--vd-teal);
}
.vd-form-card .av-form-labels-hidden label,
.vd-form-card .av-form-labels-hidden .label {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
}
.vd-form-card .avia_ajax_form .text_input,
.vd-form-card .avia_ajax_form .text_area,
.vd-form-card .avia_ajax_form select {
  font-size: 16px !important;
}
.vd-form-card .avia_ajax_form .button {
  min-width: 155px;
}

/* Footer uses the clinic's real logo when available. */
.vd-footer__logo-img {
  display: block;
  width: auto;
  max-width: 190px;
  max-height: 72px;
  filter: brightness(0) invert(1);
  opacity: .96;
}

/* Better touch behaviour and reduced overlay impact on phones. */
@media (max-width: 900px) {
  .vd-page-hero__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .vd-page-hero__content .vd-heading {
    max-width: 820px;
  }
}

@media (max-width: 767px) {
  body.vulcan-v1-site {
    padding-bottom: calc(78px + env(safe-area-inset-bottom, 0px));
  }
  body.vulcan-v1-site #header .logo img {
    max-height: 52px;
  }
  .vd-page-hero {
    padding-top: 50px;
  }
  .vd-page-hero__content .vd-heading {
    font-size: clamp(36px, 10.6vw, 49px);
  }
  .vd-page-hero__aside {
    min-height: 265px;
  }
  .vd-trust-item {
    padding-left: 2px;
    padding-right: 2px;
  }
  .vd-mobile-actions {
    left: 10px;
    right: 10px;
    bottom: max(8px, env(safe-area-inset-bottom, 8px));
    padding: 6px;
    border-radius: 17px;
  }
  .vd-mobile-actions a {
    min-height: 46px;
  }
  .vd-footer {
    padding-bottom: calc(90px + env(safe-area-inset-bottom, 0px));
  }
}


/* Expanded service architecture and Vulcan-first care sections. */
.vd-section--compact { padding-top: 58px; padding-bottom: 58px; }
.vd-care-network {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(36px, 7vw, 92px);
  align-items: start;
  padding: clamp(30px, 4vw, 52px);
  border: 1px solid var(--vd-line);
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(43,125,179,.08), rgba(255,255,255,.94));
}
.vd-care-network .vd-copy + .vd-copy { margin-top: 14px; }
.vd-service-group + .vd-service-group { padding-top: 0; }
.vd-section-head--compact { margin-bottom: 28px; }
.vd-service-grid--hub .vd-service-card { min-height: 100%; }
.vd-location-chip {
  display: inline-flex;
  width: fit-content;
  margin-top: 4px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(43,125,179,.11);
  color: var(--vd-teal-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .01em;
}
.vd-care-location-note {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: clamp(28px, 4vw, 44px);
  border-radius: 24px;
  background: var(--vd-ink);
  color: #fff;
}
.vd-care-location-note__icon {
  width: 54px;
  height: 54px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: rgba(120,225,226,.12);
  color: #78e1e2;
}
.vd-care-location-note__icon svg { width: 24px; height: 24px; }
.vd-care-location-note .vd-overline { color: #78e1e2; margin-bottom: 8px; }
.vd-care-location-note h2 { color: #fff; margin: 0 0 12px; font-size: clamp(25px, 3vw, 36px); }
.vd-care-location-note p { color: rgba(255,255,255,.78); max-width: 900px; }
.vd-care-location-note .vd-text-link { color: #9df0ef; margin-top: 12px; }
@media (max-width: 900px) {
  .vd-care-network { grid-template-columns: 1fr; gap: 24px; }
}
@media (max-width: 600px) {
  .vd-section--compact { padding-top: 38px; padding-bottom: 38px; }
  .vd-care-network { padding: 24px; border-radius: 20px; }
  .vd-care-location-note { grid-template-columns: 1fr; padding: 25px; border-radius: 20px; }
}

/* ==========================================================
   VULCAN DENTAL V2.3 — PHOTOGRAPHY / WARMTH PASS
   Reuses existing clinic media and the supplied dentist portrait.
   ========================================================== */

.vd-photo-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Homepage: replace the abstract dark panel with a real reception image. */
.vd-hero-photo-card {
  position: relative;
  min-height: 475px;
  overflow: hidden;
  border-radius: 32px;
  background: var(--vd-ink);
  box-shadow: 0 28px 70px rgba(24,33,38,.20);
  isolation: isolate;
}
.vd-hero-photo-card__media {
  position: absolute;
  inset: 0;
}
.vd-hero-photo-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15,25,29,.05) 18%, rgba(15,25,29,.18) 48%, rgba(15,25,29,.92) 100%);
}
.vd-hero-photo-card__media img {
  object-position: 50% 47%;
  transform: scale(1.012);
}
.vd-hero-photo-card__content {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  z-index: 2;
  padding: 24px 26px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 20px;
  background: rgba(15,25,29,.76);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.vd-hero-photo-card__content .vd-status-dot {
  position: absolute;
  right: 20px;
  top: -42px;
  background: rgba(15,25,29,.72);
}
.vd-hero-photo-card__content .vd-overline {
  color: #9dd9dd !important;
  margin-bottom: 7px !important;
}
.vd-hero-photo-card__content h2 {
  margin: 0 0 8px !important;
  color: #fff !important;
  font-size: clamp(25px, 2.3vw, 34px);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.vd-hero-photo-card__content p:last-child {
  margin: 0;
  max-width: 92%;
  color: rgba(255,255,255,.78);
  font-size: 14.5px;
  line-height: 1.55;
}

/* Photography story on the homepage. */
.vd-section--photo-story {
  padding-top: 82px;
  padding-bottom: 82px;
  background: #fff;
}
.vd-section-head--photo .vd-copy { max-width: 400px; }
.vd-photo-mosaic {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr);
  gap: 18px;
  min-height: 580px;
}
.vd-photo-mosaic__stack {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 18px;
}
.vd-photo-tile {
  position: relative;
  min-height: 0;
  overflow: hidden;
  margin: 0;
  border-radius: 24px;
  background: var(--vd-sand);
  box-shadow: 0 14px 40px rgba(24,33,38,.08);
}
.vd-photo-tile--large { min-height: 580px; }
.vd-photo-tile img { transition: transform .5s ease; }
.vd-photo-tile:hover img { transform: scale(1.025); }
.vd-photo-tile figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  margin: 0;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(15,25,29,.78);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* Dentist portrait and biographies. */
.vd-doctor-showcase {
  display: grid;
  grid-template-columns: minmax(300px, .88fr) minmax(0, 1.12fr);
  gap: clamp(30px, 5vw, 62px);
  align-items: stretch;
}
.vd-doctor-showcase__photo {
  margin: 0;
  min-height: 560px;
  overflow: hidden;
  border-radius: 28px;
  background: #e8e2dc;
  box-shadow: 0 20px 55px rgba(24,33,38,.11);
}
.vd-doctor-showcase__photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: center 24%;
}
.vd-doctor-showcase__bios {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
}
.vd-doctor-showcase__bios article {
  padding: 28px 0;
  border-bottom: 1px solid var(--vd-line);
}
.vd-doctor-showcase__bios article:first-child { padding-top: 0; }
.vd-doctor-showcase__bios h3 {
  margin: 0 0 10px !important;
  font-size: 28px;
  letter-spacing: -.03em;
}
.vd-doctor-showcase__bios p:not(.vd-overline) {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}
.vd-doctor-showcase__bios > .vd-text-link { margin-top: 25px; align-self: flex-start; }
.vd-doctor-showcase--about .vd-doctor-showcase__photo { min-height: 620px; }
.vd-doctor-showcase--about .vd-doctor-showcase__photo img { min-height: 620px; }

/* Interior-page photo hero. */
.vd-page-hero__photo {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border-radius: 28px;
  background: var(--vd-ink);
  box-shadow: 0 24px 58px rgba(24,33,38,.16);
}
.vd-page-hero__photo-media {
  position: absolute;
  inset: 0;
}
.vd-page-hero__photo-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15,25,29,.02) 20%, rgba(15,25,29,.18) 58%, rgba(15,25,29,.72) 100%);
}
.vd-page-hero__photo-media img { object-position: center 48%; }
.vd-page-hero__photo-caption {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 17px;
  border-radius: 17px;
  background: rgba(15,25,29,.78);
  border: 1px solid rgba(255,255,255,.13);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.vd-page-hero__photo-caption .vd-hero-emblem {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 13px;
  font-size: 23px;
}
.vd-page-hero__photo-caption .vd-overline {
  color: #9dd9dd !important;
  margin: 0 0 2px !important;
}
.vd-page-hero__photo-caption .vd-aside-big {
  margin: 0 !important;
  font-size: 18px !important;
  line-height: 1.25 !important;
}

/* Exterior photo inside the homepage location card. */
.vd-location-card__photo {
  margin: -38px -38px 30px;
  height: 230px;
  overflow: hidden;
  border-radius: var(--vd-radius-lg) var(--vd-radius-lg) 0 0;
  background: #dce6ed;
}
.vd-location-card__photo img {
  object-position: center center;
}

@media (max-width: 989px) {
  .vd-photo-mosaic { grid-template-columns: 1fr 1fr; min-height: 500px; }
  .vd-photo-tile--large { min-height: 500px; }
  .vd-doctor-showcase { grid-template-columns: 1fr 1fr; gap: 30px; }
  .vd-doctor-showcase__photo,
  .vd-doctor-showcase__photo img,
  .vd-doctor-showcase--about .vd-doctor-showcase__photo,
  .vd-doctor-showcase--about .vd-doctor-showcase__photo img { min-height: 500px; }
}

@media (max-width: 767px) {
  .vd-hero-photo-card { min-height: 460px; border-radius: 24px; }
  .vd-hero-photo-card__content { left: 18px; right: 18px; bottom: 18px; padding: 20px; }
  .vd-hero-photo-card__content .vd-status-dot { top: -42px; right: 4px; }
  .vd-section--photo-story { padding-top: 58px; padding-bottom: 58px; }
  .vd-photo-mosaic { grid-template-columns: 1fr; min-height: auto; }
  .vd-photo-mosaic__stack { grid-template-columns: 1fr 1fr; grid-template-rows: none; }
  .vd-photo-tile--large { min-height: 410px; }
  .vd-photo-mosaic__stack .vd-photo-tile { min-height: 230px; }
  .vd-doctor-showcase { grid-template-columns: 1fr; }
  .vd-doctor-showcase__photo,
  .vd-doctor-showcase__photo img,
  .vd-doctor-showcase--about .vd-doctor-showcase__photo,
  .vd-doctor-showcase--about .vd-doctor-showcase__photo img { min-height: 470px; }
  .vd-page-hero__photo { min-height: 310px; border-radius: 22px; }
  .vd-location-card__photo { margin: -27px -27px 25px; height: 200px; border-radius: 22px 22px 0 0; }
}

@media (max-width: 520px) {
  .vd-photo-mosaic__stack { grid-template-columns: 1fr; }
  .vd-photo-mosaic__stack .vd-photo-tile { min-height: 260px; }
  .vd-doctor-showcase__photo,
  .vd-doctor-showcase__photo img,
  .vd-doctor-showcase--about .vd-doctor-showcase__photo,
  .vd-doctor-showcase--about .vd-doctor-showcase__photo img { min-height: 420px; }
}


/* Stronger clinic branding in the navigation header.
   The original logo asset has a wide aspect ratio, so forcing an explicit
   desktop width gives it visual weight comparable to the navigation/CTA. */
@media (min-width: 990px) {
  body.vulcan-v1-site #header .logo,
  body.vulcan-v1-site #header .logo a {
    min-width: 172px;
  }
  body.vulcan-v1-site #header .logo img {
    width: 172px !important;
    max-width: 172px !important;
    max-height: 78px !important;
    height: auto !important;
  }
}

@media (max-width: 989px) {
  body.vulcan-v1-site #header .logo img {
    width: 150px !important;
    max-width: 150px !important;
    height: auto !important;
  }
}

@media (max-width: 520px) {
  body.vulcan-v1-site #header .logo img {
    width: 142px !important;
    max-width: 142px !important;
  }
}


/* Vulcan-specific team and dentist profile cards. */
.vd-team-grid { align-items: stretch; }
.vd-team-card {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 128px;
  padding: 24px;
  border: 1px solid var(--vd-line);
  border-radius: var(--vd-radius-md);
  background: #fff;
  box-shadow: 0 8px 28px rgba(23,35,45,.045);
}
.vd-team-avatar {
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: var(--vd-teal-pale);
  color: var(--vd-teal-dark);
  font-size: 20px;
  font-weight: 800;
}
.vd-team-card h3 { margin: 0 0 5px !important; color: var(--vd-ink) !important; font-size: 20px; }
.vd-team-card p { margin: 0; font-size: 14px; line-height: 1.5; }
.vd-doctor-profile-visual {
  min-height: 480px;
  border-radius: 28px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 80% 18%, rgba(88,158,203,.28), transparent 30%),
    linear-gradient(145deg, #17232d, #263845);
  color: #fff;
  overflow: hidden;
  box-shadow: var(--vd-shadow);
}
.vd-doctor-profile-visual span { font-size: clamp(70px, 10vw, 140px); font-weight: 800; letter-spacing: -.06em; opacity: .92; }
.vd-small-note { font-size: 13px; line-height: 1.55; color: #6c7a85; margin-top: 18px; }
@media (max-width: 767px) {
  .vd-team-grid { grid-template-columns: 1fr !important; }
  .vd-doctor-profile-visual { min-height: 300px; }
}


/* ---------- v1.1 dentist, schedule, logo and navigation refinements ---------- */
/* Remove Enfold's inherited green active-menu underline; active pages are shown with blue text only. */
body.vulcan-v1-site .avia-menu-fx,
body.vulcan-v1-site .av-main-nav > li > a .avia-menu-fx {
  display: none !important;
  opacity: 0 !important;
}

@media (min-width: 990px) {
  body.vulcan-v1-site #header .logo,
  body.vulcan-v1-site #header .logo a { min-width: 190px; }
  body.vulcan-v1-site #header .logo img {
    width: 190px !important;
    max-width: 190px !important;
    max-height: 78px !important;
    height: auto !important;
  }
}

.vd-photo-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.vd-photo-grid--two .vd-photo-tile { min-height: 360px; }
.vd-photo-grid--two .vd-photo-tile img { min-height: 360px; }

.vd-dentist-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  align-items: stretch;
}
.vd-dentist-card {
  display: grid;
  grid-template-columns: minmax(180px, .72fr) minmax(0, 1.18fr);
  min-height: 360px;
  overflow: hidden;
  border: 1px solid var(--vd-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 15px 46px rgba(23,35,45,.07);
}
.vd-dentist-card__photo { min-height: 100%; background: #eef3f6; overflow: hidden; }
.vd-dentist-card__photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: center 28%;
}
.vd-dentist-card__body {
  padding: clamp(24px, 3vw, 38px);
  align-self: center;
}
.vd-dentist-card__body h2,
.vd-dentist-card__body h3 {
  margin: 3px 0 10px;
  color: var(--vd-ink);
  line-height: 1.05;
}
.vd-dentist-card__body h2 { font-size: clamp(30px, 3vw, 42px); }
.vd-dentist-card__body h3 { font-size: clamp(24px, 2vw, 31px); }
.vd-dentist-card__body p { margin: 0 0 12px; }
.vd-dentist-schedule {
  display: inline-flex;
  width: fit-content;
  margin: 2px 0 18px !important;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--vd-teal-pale);
  color: var(--vd-teal-dark);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .01em;
}
.vd-dentist-grid--compact .vd-dentist-card { min-height: 330px; }
.vd-dentist-grid--compact .vd-dentist-card__photo img { min-height: 330px; }
.vd-actions--center { justify-content: center; margin-top: 30px; }

.vd-provider-schedule {
  margin-top: 20px;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 14px;
  background: rgba(255,255,255,.075);
}
.vd-provider-schedule strong { display:block; color:#fff; margin-bottom:6px; }
.vd-provider-schedule p { margin:0; color:rgba(255,255,255,.84); }

@media (max-width: 1050px) {
  .vd-dentist-card { grid-template-columns: 1fr; }
  .vd-dentist-card__photo,
  .vd-dentist-card__photo img { min-height: 360px; max-height: 420px; }
}
@media (max-width: 820px) {
  .vd-dentist-grid,
  .vd-photo-grid--two { grid-template-columns: 1fr; }
  .vd-photo-grid--two .vd-photo-tile,
  .vd-photo-grid--two .vd-photo-tile img { min-height: 300px; }
}
@media (max-width: 520px) {
  .vd-dentist-card__photo,
  .vd-dentist-card__photo img { min-height: 330px; max-height: 380px; }
}


/* ---------- v1.2 complete staff roster ---------- */
.vd-team-groups { display: grid; gap: 52px; }
.vd-team-group { display: grid; gap: 22px; }
.vd-team-group__head { display: grid; grid-template-columns: minmax(0,.72fr) minmax(0,1.28fr); gap: 34px; align-items: end; padding-bottom: 16px; border-bottom: 1px solid var(--vd-line); }
.vd-team-group__head h3 { margin: 0 !important; color: var(--vd-ink) !important; font-size: clamp(24px,2.4vw,32px); line-height: 1.08; }
.vd-team-group__head p { margin: 0; max-width: 720px; }
@media (max-width: 760px) {
  .vd-team-group__head { grid-template-columns: 1fr; gap: 8px; }
  .vd-team-groups { gap: 40px; }
}


/* ---------- v1.2.1 dentist portrait framing refinement ----------
   The temporary dentist portraits have different source aspect ratios.
   Use a wide photo panel above the biography instead of squeezing either
   portrait into a narrow vertical strip. This keeps faces and shoulders
   comfortably in frame on desktop and mobile. */
.vd-dentist-card {
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  min-height: 0;
}
.vd-dentist-card__photo {
  height: clamp(290px, 28vw, 360px);
  min-height: 0;
  background: #eef3f6;
}
.vd-dentist-card__photo img {
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  object-fit: cover;
  object-position: center 24%;
}
.vd-dentist-card:nth-child(1) .vd-dentist-card__photo img {
  object-position: center 22%;
}
.vd-dentist-card:nth-child(2) .vd-dentist-card__photo img {
  object-position: center 30%;
}
.vd-dentist-card__body {
  align-self: stretch;
}
.vd-dentist-grid--compact .vd-dentist-card {
  min-height: 0;
}
.vd-dentist-grid--compact .vd-dentist-card__photo {
  height: clamp(270px, 25vw, 330px);
}
.vd-dentist-grid--compact .vd-dentist-card__photo img {
  min-height: 0;
}
@media (max-width: 1050px) {
  .vd-dentist-card__photo,
  .vd-dentist-card__photo img {
    min-height: 0;
    max-height: none;
  }
}
@media (max-width: 820px) {
  .vd-dentist-card__photo,
  .vd-dentist-grid--compact .vd-dentist-card__photo {
    height: clamp(300px, 76vw, 410px);
  }
}
@media (max-width: 520px) {
  .vd-dentist-card__photo,
  .vd-dentist-card__photo img {
    min-height: 0;
    max-height: none;
  }
  .vd-dentist-card__photo,
  .vd-dentist-grid--compact .vd-dentist-card__photo {
    height: 330px;
  }
}

/* ---------- v1.2.2 dentist portrait framing ----------
   Use near-square photo windows so temporary portraits are shown naturally.
   Mike's source has additional headroom; Scott's square source is shown whole
   rather than being cropped into a shallow landscape strip. */
.vd-dentist-card__photo,
.vd-dentist-grid--compact .vd-dentist-card__photo {
  height: auto;
  aspect-ratio: 1 / 1;
  min-height: 0;
}
.vd-dentist-card__photo img,
.vd-dentist-grid--compact .vd-dentist-card__photo img {
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  object-fit: cover;
}
.vd-dentist-card:nth-child(1) .vd-dentist-card__photo img {
  object-position: center 18%;
}
.vd-dentist-card:nth-child(2) .vd-dentist-card__photo img {
  object-position: center center;
}
@media (max-width: 820px) {
  .vd-dentist-card__photo,
  .vd-dentist-grid--compact .vd-dentist-card__photo {
    height: auto;
    aspect-ratio: 1 / 1;
  }
}
@media (max-width: 520px) {
  .vd-dentist-card__photo,
  .vd-dentist-grid--compact .vd-dentist-card__photo {
    height: auto;
    aspect-ratio: 1 / 1;
  }
}


/* ---------- v1.2.3 dentist portrait framing - no crop ----------
   Previous releases still used object-fit: cover, which cropped the source
   portraits. This release treats each portrait as a framed photograph:
   the complete image is contained inside the card and never cropped.
   Scott's temporary square photo is deliberately inset further because the
   original source is already a close-up. */
.vd-dentist-card__photo,
.vd-dentist-grid--compact .vd-dentist-card__photo {
  aspect-ratio: auto !important;
  height: 410px !important;
  min-height: 0 !important;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 28px 30px 0;
  box-sizing: border-box;
  overflow: hidden;
  background: linear-gradient(180deg, #f4f6f7 0%, #edf2f4 100%);
}
.vd-dentist-card__photo img,
.vd-dentist-grid--compact .vd-dentist-card__photo img {
  display: block;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center bottom !important;
  transform: none !important;
  border-radius: 16px 16px 0 0;
}
/* Mike's portrait has plenty of source headroom. Show almost the whole source. */
.vd-dentist-card:nth-child(1) .vd-dentist-card__photo img {
  max-height: 96% !important;
  max-width: 86% !important;
}
/* Scott's supplied source is inherently close. Inset it to create breathing room. */
.vd-dentist-card:nth-child(2) .vd-dentist-card__photo img {
  max-height: 82% !important;
  max-width: 82% !important;
}
.vd-dentist-grid--compact .vd-dentist-card__photo {
  height: 370px !important;
}
@media (max-width: 820px) {
  .vd-dentist-card__photo,
  .vd-dentist-grid--compact .vd-dentist-card__photo {
    height: 400px !important;
    padding: 24px 24px 0;
  }
}
@media (max-width: 520px) {
  .vd-dentist-card__photo,
  .vd-dentist-grid--compact .vd-dentist-card__photo {
    height: 350px !important;
    padding: 20px 20px 0;
  }
  .vd-dentist-card:nth-child(1) .vd-dentist-card__photo img {
    max-height: 94% !important;
    max-width: 88% !important;
  }
  .vd-dentist-card:nth-child(2) .vd-dentist-card__photo img {
    max-height: 80% !important;
    max-width: 80% !important;
  }
}


/* ---------- v1.2.5 clinic photography + larger header brand ---------- */
/* The redesigned site uses large editorial typography; give the clinic logo
   enough visual weight to balance the navigation and primary CTA. */
@media (min-width: 990px) {
  body.vulcan-v1-site #header .logo,
  body.vulcan-v1-site #header .logo a {
    min-width: 232px !important;
  }
  body.vulcan-v1-site #header .logo img {
    width: 220px !important;
    max-width: 220px !important;
    max-height: 84px !important;
    height: auto !important;
  }
}
@media (max-width: 989px) {
  body.vulcan-v1-site #header .logo img {
    width: 168px !important;
    max-width: 168px !important;
  }
}
@media (max-width: 520px) {
  body.vulcan-v1-site #header .logo img {
    width: 154px !important;
    max-width: 154px !important;
  }
}

/* Homepage clinic-photo mosaic: real reception, treatment room and hallway. */
.vd-photo-grid--clinic-mosaic {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  grid-template-rows: repeat(2, minmax(250px, 1fr));
  gap: 22px;
}
.vd-photo-grid--clinic-mosaic .vd-photo-tile {
  min-height: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.vd-photo-grid--clinic-mosaic .vd-photo-tile--feature {
  grid-row: 1 / span 2;
  min-height: 570px;
}
.vd-photo-grid--clinic-mosaic .vd-photo-tile img {
  width: 100%;
  height: 100%;
  min-height: 0 !important;
  object-fit: cover;
  object-position: center;
}
.vd-photo-grid--clinic-mosaic .vd-photo-tile--treatment img {
  object-position: center 54%;
}
.vd-photo-grid--clinic-mosaic .vd-photo-tile--hallway img {
  object-position: center 50%;
}
@media (max-width: 820px) {
  .vd-photo-grid--clinic-mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .vd-photo-grid--clinic-mosaic .vd-photo-tile--feature {
    grid-row: auto;
    min-height: 380px;
  }
  .vd-photo-grid--clinic-mosaic .vd-photo-tile {
    min-height: 300px;
  }
}

/* ---------- v1.2.5 balanced four-photo clinic gallery ---------- */
/* Keep the two wider clinic photographs as a natural landscape row, then
   give the treatment-room and hallway photos a separate full-width row.
   Portrait-oriented images use contain rather than cover so the room is
   shown honestly instead of being forced into a tall, skinny crop. */
.vd-clinic-gallery {
  display: grid;
  gap: 22px;
}
.vd-clinic-gallery__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.vd-clinic-gallery__row--landscape .vd-photo-tile {
  aspect-ratio: 16 / 10;
}
.vd-clinic-gallery__row--landscape .vd-photo-tile img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0 !important;
  object-fit: cover;
  object-position: center;
}
.vd-clinic-gallery__row--portrait .vd-photo-tile {
  min-height: 480px;
  height: 480px;
  background: #edf2f4;
}
.vd-clinic-gallery__row--portrait .vd-photo-tile img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0 !important;
  object-fit: contain;
  object-position: center;
  background: #edf2f4;
}
/* Prevent the general hover zoom from cropping the portrait-oriented room photos. */
.vd-clinic-gallery__row--portrait .vd-photo-tile:hover img {
  transform: none;
}
@media (max-width: 820px) {
  .vd-clinic-gallery__row {
    grid-template-columns: 1fr;
  }
  .vd-clinic-gallery__row--landscape .vd-photo-tile {
    aspect-ratio: 16 / 11;
  }
  .vd-clinic-gallery__row--portrait .vd-photo-tile {
    height: auto;
    min-height: 0;
  }
  .vd-clinic-gallery__row--portrait .vd-photo-tile img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
