/* ==========================================================================
   Georgia Spine Institute — brand kit stylesheet
   Deep Blue #0D4F8B · Sky Blue #79AEDA · Soft Teal #A9C8C5
   Mist #F3F4F4 · Slate #6F8090 · Charcoal #2D2D2D
   ========================================================================== */

:root {
  --deep: #0D4F8B;
  --deep-dark: #0A3E6E;
  --deep-deeper: #08325A;
  --sky: #79AEDA;
  --sky-soft: #E7F1F9;
  --teal: #A9C8C5;
  --teal-soft: #EDF4F3;
  --mist: #F3F4F4;
  --slate: #6F8090;
  --charcoal: #2D2D2D;
  --line: #E1E6EA;
  --white: #fff;

  --display: "EB Garamond", Georgia, "Times New Roman", serif;
  --body: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --util: "Jost", "Helvetica Neue", Arial, sans-serif;

  --wrap: 1180px;
  --radius: 14px;
  --shadow: 0 2px 4px rgba(13, 79, 139, .04), 0 10px 30px rgba(13, 79, 139, .07);
  --shadow-lg: 0 4px 8px rgba(13, 79, 139, .05), 0 24px 60px rgba(13, 79, 139, .12);
}

/* ---------- base ---------- */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--body);
  font-size: 1.25rem;        /* 20px — sized for comfortable reading */
  line-height: 1.65;
  color: var(--charcoal);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: var(--deep); }

h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 500;
  color: var(--deep);
  letter-spacing: -0.01em;
  line-height: 1.12;
  margin: 0 0 .5em;
}

h1 { font-size: clamp(2.6rem, 5.4vw, 4.05rem); }
h2 { font-size: clamp(2.05rem, 3.7vw, 2.95rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.6rem); line-height: 1.2; }
h4 { font-size: 1.18rem; }

p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 28px; }

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--deep); color: #fff; padding: 12px 20px; border-radius: 0 0 10px 0;
  font-family: var(--util);
}
.skip:focus { left: 0; }

:focus-visible {
  outline: 3px solid var(--deep);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ---------- utility type ---------- */
.eyebrow {
  font-family: var(--util);
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .17em;
  text-transform: uppercase;
  color: var(--slate);
  margin: 0 0 .9rem;
}
.eyebrow-teal { color: #4E8B8B; }
.eyebrow-light { color: var(--teal); }

.lead {
  font-size: 1.32rem;
  line-height: 1.55;
  color: #3C4650;
}

.ph {
  display: inline-block;
  font-family: var(--util);
  font-size: .74rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #8A6D1F;
  background: #FDF6E0;
  border: 1px dashed #D9BE6A;
  border-radius: 6px;
  padding: 1px 8px;
  white-space: nowrap;
}

.fine {
  font-size: .95rem;
  line-height: 1.55;
  color: var(--slate);
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5em;
  font-family: var(--util);
  font-size: .95rem;
  font-weight: 500;
  letter-spacing: .04em;
  text-decoration: none;
  padding: 15px 28px;
  border-radius: 10px;
  border: 2px solid transparent;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.btn:hover { transform: translateY(-1px); }

.btn-primary { background: var(--deep); color: #fff; }
.btn-primary:hover { background: var(--deep-dark); }

.btn-outline { background: transparent; color: var(--deep); border-color: #BBD3E6; }
.btn-outline:hover { border-color: var(--deep); background: var(--sky-soft); }

.btn-light { background: #fff; color: var(--deep); }
.btn-light:hover { background: var(--sky-soft); }

.btn-ghost-light { color: #fff; border-color: rgba(255,255,255,.5); }
.btn-ghost-light:hover { background: rgba(255,255,255,.12); border-color: #fff; }

.btn-lg { padding: 17px 34px; font-size: 1.02rem; }

.textlink {
  font-family: var(--util);
  font-size: .95rem;
  letter-spacing: .04em;
  text-decoration: none;
  border-bottom: 1px solid #BBD3E6;
  padding-bottom: 2px;
}
.textlink:hover { border-color: var(--deep); }

/* ---------- header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .25s ease;
}
.site-header.is-stuck { box-shadow: 0 6px 24px rgba(13, 79, 139, .09); }

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 82px;
}

.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; }
.brand-mark { height: 42px; width: auto; }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-name {
  font-family: var(--display);
  font-size: 1.42rem;
  font-weight: 500;
  color: var(--deep);
  white-space: nowrap;
}
.brand-sub {
  font-family: var(--util);
  font-size: .68rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--slate);
  margin-top: 3px;
}

.nav { display: flex; align-items: center; flex: 1; justify-content: space-evenly; gap: 0; }
.nav a {
  font-family: var(--util);
  font-size: .87rem;
  letter-spacing: .03em;
  color: #3E4C58;
  text-decoration: none;
  white-space: nowrap;
  padding: 6px 0;
  border-bottom: 2px solid transparent;
}
.nav a:hover { color: var(--deep); border-color: var(--sky); }
.nav a.is-active { color: var(--deep); border-color: var(--deep); }
.nav .nav-cta { display: none; }

.header-actions { display: flex; align-items: center; gap: 14px; }
.header-cta { padding: 12px 22px; font-size: .88rem; }

.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 48px; height: 48px;
  padding: 0 11px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 10px;
  cursor: pointer;
}
.menu-toggle span { display: block; height: 2px; background: var(--deep); border-radius: 2px; }

.mobile-call-button {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 78px;
  height: 44px;
  flex: 0 0 78px;
  box-sizing: border-box;
  padding: 0 10px;
  color: var(--deep);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  font-family: var(--util);
  font-size: .86rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}
.mobile-call-button svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.mobile-call-button:hover {
  color: var(--deep-dark);
  border-color: var(--deep);
}

/* ---------- sections ---------- */
.section { padding: 96px 0; }
.section-tight { padding: 72px 0; }
.section-mist { background: var(--mist); }
.section-teal { background: var(--teal-soft); }

.section-head { max-width: 720px; margin-bottom: 52px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head p { color: #46525E; font-size: 1.15rem; }

/* ---------- hero ---------- */
.hero {
  position: relative;
  background: linear-gradient(168deg, #F7FAFC 0%, #EAF2F8 52%, #E3EFF7 100%);
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  right: -160px; top: -140px;
  width: 620px; height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(169,200,197,.4) 0%, rgba(169,200,197,0) 68%);
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  gap: 64px;
  align-items: center;
  padding: 86px 0 92px;
}
.hero h1 { margin-bottom: .32em; }
.hero h1 em { font-style: italic; color: #1C6BAF; }
.hero .lead { max-width: 30em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-note {
  margin-top: 22px;
  font-family: var(--util);
  font-size: .93rem;
  color: var(--slate);
  display: flex; align-items: center; gap: 10px;
}
.hero-note .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); flex: none; }

.hero-figure { position: relative; }
.hero-photo {
  position: relative;
  border-radius: 260px 260px 20px 20px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: #dfe9f1;
}
.hero-photo img { width: 100%; height: 560px; object-fit: cover; object-position: 50% 34%; }
.hero-badge {
  position: absolute;
  left: -26px;
  bottom: 44px;
  background: #fff;
  border-radius: 14px;
  box-shadow: var(--shadow);
  padding: 16px 22px 16px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 290px;
}
.hero-badge img { height: 46px; width: auto; }
.hero-badge p { font-size: .96rem; line-height: 1.35; color: var(--charcoal); }
.hero-badge strong { display: block; font-family: var(--display); font-size: 1.12rem; color: var(--deep); font-weight: 600; }

/* trust strip */
.trust {
  width: 100%;
  background: #0F4C86;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  overflow: hidden;
}

.cred-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 3rem 1.75rem;
  gap: 1.25rem;
}

.cred-label {
  font-family: var(--util);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.45);
  margin: 0;
}

.cred-logos {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  gap: 2rem;
  flex-wrap: wrap;
}

.cred-logo {
  display: block;
  width: auto;
  height: auto;
  max-height: 52px;
  max-width: 180px;
  object-fit: contain;
  opacity: .82;
  transition: opacity .2s;
}

.cred-logo:hover { opacity: 1; }

/* Per-logo optical sizing — keeps visual weight balanced */
.cred-uga     { max-height: 46px; max-width: 175px; }
.cred-mercer  { max-height: 58px; max-width: 170px; }
.cred-ochsner { max-height: 52px; max-width: 170px; }
.cred-nw      { max-height: 38px; max-width: 155px; }

@media (max-width: 700px) {
  .cred-bar    { padding: 1.25rem 1.5rem 1.5rem; gap: 1rem; }
  .cred-logos  { gap: 1.25rem; }
  .cred-logo   { max-height: 36px; max-width: 130px; }
  .cred-uga    { max-height: 32px; }
  .cred-mercer { max-height: 40px; }
  .cred-ochsner { transform: translateX(-24px); }
  .cred-nw     { max-height: 26px; max-width: 120px; }
}

.credential-strip-final {
  display: block;
  width: 100%;
  height: auto;
}

/* ---------- testimonials ---------- */
.video-slot {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  background: linear-gradient(150deg, var(--deep) 0%, #0F5FA6 60%, #17629E 100%);
  color: #fff;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 34px;
  box-shadow: var(--shadow);
}
.video-slot::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 72% 22%, rgba(169,200,197,.34) 0%, rgba(13,79,139,0) 62%);
}
.video-slot > * { position: relative; }
.video-play {
  width: 78px; height: 78px;
  border-radius: 50%;
  background: rgba(255,255,255,.16);
  border: 2px solid rgba(255,255,255,.55);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: auto;
}
.video-play svg { margin-left: 5px; }
.video-slot h3 { color: #fff; margin-bottom: .35em; }
.video-slot p { color: #D6E7F5; font-size: 1.02rem; }
.video-caption { margin-top: 16px; }

.stories-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 30px;
  align-items: stretch;
}
.stories-stack { display: grid; gap: 24px; align-content: start; }

figure.quote { margin: 0; }
.quote {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 32px;
  box-shadow: 0 1px 2px rgba(13,79,139,.04);
}
.quote-mist { background: var(--mist); border-color: #E4E7E7; }
.stars { display: flex; gap: 3px; margin-bottom: 14px; }
.quote p {
  font-family: var(--display);
  font-size: 1.28rem;
  line-height: 1.45;
  color: #24303B;
}
.quote blockquote { margin: 0; }
.quote figcaption {
  margin-top: 16px;
  font-family: var(--util);
  font-size: .84rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--slate);
}

/* ---------- spine care path (signature) ---------- */
.path { position: relative; }
.path-steps { display: grid; gap: 0; margin-top: 8px; }
.step {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 40px;
  align-items: start;
  padding: 30px 0;
  border-top: 1px solid var(--line);
}
.step:first-child { border-top: 0; }
.step-rail { position: relative; display: flex; justify-content: flex-end; padding-top: 6px; }
.step-bar {
  height: 15px;
  border-radius: 8px;
  background: var(--teal);
  transform-origin: right center;
  transform: scaleX(.35);
  opacity: .35;
  transition: transform .7s cubic-bezier(.2,.7,.3,1), opacity .7s ease;
}
.is-revealed .step-bar { transform: scaleX(1); opacity: 1; }
.step-1 .step-bar { width: 56px;  background: #A9C8C5; }
.step-2 .step-bar { width: 74px;  background: #8FC0CE; }
.step-3 .step-bar { width: 92px;  background: #79AEDA; }
.step-4 .step-bar { width: 110px; background: #3F7CBD; }
.step-5 .step-bar { width: 128px; background: #0D4F8B; }
.step-label {
  font-family: var(--util);
  font-size: .74rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--slate);
  margin: 0 0 .55rem;
}
.step h3 { margin-bottom: .35em; }
.step p { color: #46525E; }
.step-last { background: linear-gradient(90deg, rgba(231,241,249,.75) 0%, rgba(231,241,249,0) 70%); border-radius: 12px; }
.step-last .step-label { color: var(--deep); }

/* ---------- cards ---------- */
.cards { display: grid; gap: 26px; }
.cards-2 { grid-template-columns: repeat(2, 1fr); }
.cards-3 { grid-template-columns: repeat(3, 1fr); }
.cards-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 30px 32px;
  box-shadow: 0 1px 2px rgba(13,79,139,.04);
  transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease;
}
.card-link:hover { box-shadow: var(--shadow); transform: translateY(-3px); border-color: #C9DCEC; }
.card h3 { margin-bottom: .4em; }
.card p { color: #46525E; font-size: 1.06rem; }
.card-icon {
  width: 46px; height: 46px;
  border-radius: 12px;
  background: var(--sky-soft);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.card-teal .card-icon { background: var(--teal-soft); }
.card-mist { background: var(--mist); border-color: #E4E7E7; }
.card-more {
  display: inline-block;
  margin-top: 16px;
  font-family: var(--util);
  font-size: .88rem;
  letter-spacing: .05em;
  color: var(--deep);
  text-decoration: none;
}
.card-more:hover { text-decoration: underline; }

/* symptom list */
.symptoms { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 30px; }
.symptom {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 20px 22px;
}
.symptom-mark { flex: none; margin-top: 4px; }
.symptom h4 { margin-bottom: .2em; font-family: var(--body); font-weight: 600; font-size: 1.08rem; color: var(--charcoal); letter-spacing: 0; }
.symptom p { font-size: 1rem; color: var(--slate); }

/* split media block */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.split-narrow { grid-template-columns: .92fr 1.08fr; }
.split-media img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; object-fit: cover; }
.surgeon-split { align-items: center; }
.headshot-frame {
  width: min(100%, 420px);
  margin-left: auto;
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow-lg);
}
.headshot-photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.about-headshot-frame {
  width: min(100%, 400px);
}
.split ul, .checklist { list-style: none; padding: 0; margin: 22px 0 0; }
.checklist li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 14px;
  color: #46525E;
}
.checklist li::before {
  content: "";
  position: absolute;
  left: 0; top: .52em;
  width: 18px; height: 5px;
  border-radius: 3px;
  background: var(--sky);
}
.checklist-teal li::before { background: var(--teal); }

/* alert / red flags */
.alert {
  background: #FFF6F3;
  border: 1px solid #F1CFC2;
  border-left: 6px solid #C0512B;
  border-radius: 12px;
  padding: 30px 32px;
}
.alert h3 { color: #9E3F1E; }
.alert .checklist li::before { background: #C0512B; }

/* facts / credentials */
.facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.fact {
  border-top: 3px solid var(--sky);
  padding-top: 18px;
}
.fact-label {
  font-family: var(--util);
  font-size: .74rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--slate);
  margin: 0 0 .4rem;
}
.fact p { font-size: 1.05rem; }
.fact strong { font-family: var(--display); font-size: 1.24rem; font-weight: 600; color: var(--deep); display: block; }

.timeline { list-style: none; padding: 0; margin: 0; }
.timeline li { padding: 16px 0; border-top: 1px solid var(--line); }
.timeline li:first-child { border-top: 0; padding-top: 0; }
.timeline .when {
  font-family: var(--util);
  font-size: .8rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--slate);
  display: block;
  margin-bottom: 3px;
}
.timeline .what { font-size: 1.08rem; }
.timeline .what strong { color: var(--deep); font-weight: 600; }

/* procedure rows */
.proc { border-top: 1px solid var(--line); padding: 26px 0; display: grid; grid-template-columns: 300px 1fr; gap: 40px; }
.proc:first-of-type { border-top: 0; }
.proc h3 { margin: 0; font-size: 1.32rem; }
.proc p { color: #46525E; margin: 0; }

/* FAQ */
.faq { max-width: 800px; }
.faq details {
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}
.faq summary {
  cursor: pointer;
  font-family: var(--display);
  font-size: 1.32rem;
  color: var(--deep);
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  font-family: var(--util);
  font-size: 1.5rem;
  color: var(--sky);
  line-height: 1;
}
.faq details[open] summary::after { content: "–"; }
.faq details p { margin-top: 14px; color: #46525E; }

/* contact panel */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; }
.office-contact-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0 8px;
}
.office-contact-method {
  min-height: 142px;
  padding: 20px 22px 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #DCE8F1;
  border-radius: 12px;
  box-sizing: border-box;
  text-decoration: none;
}
.office-contact-method-primary {
  color: #fff;
  background: var(--deep);
  border-color: var(--deep);
  box-shadow: 0 8px 20px rgba(13, 79, 139, .14);
  transition: background .18s ease, box-shadow .18s ease, transform .18s ease;
}
.office-contact-method-primary:hover {
  color: #fff;
  background: #0A416F;
  box-shadow: 0 12px 24px rgba(13, 79, 139, .2);
  transform: translateY(-2px);
}
.office-contact-method-secondary {
  background: #F7FAFC;
}
.office-contact-method-label {
  font-family: var(--util);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .15em;
  line-height: 1.2;
  text-transform: uppercase;
}
.office-contact-method-primary .office-contact-method-label {
  color: #B9D8ED;
}
.office-contact-method-secondary .office-contact-method-label {
  color: var(--slate);
}
.office-contact-method-number {
  margin: 11px 0 10px;
  font-family: var(--display);
  font-size: clamp(1.45rem, 2vw, 1.8rem);
  line-height: 1;
  letter-spacing: .01em;
}
.office-contact-method-primary .office-contact-method-number {
  color: #fff;
}
.office-contact-method-secondary .office-contact-method-number {
  color: var(--deep);
}
.office-contact-method-action {
  font-size: .88rem;
  line-height: 1.35;
}
.office-contact-method-primary .office-contact-method-action {
  color: #D7EAF7;
}
.office-contact-method-secondary .office-contact-method-action {
  color: var(--slate);
}
.info-row { display: flex; gap: 16px; padding: 18px 0; border-top: 1px solid var(--line); }
.info-row:first-of-type { border-top: 0; }
.info-label {
  font-family: var(--util);
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--slate);
  width: 108px;
  flex: none;
  padding-top: 4px;
}
.map-slot {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(13,79,139,.08);
}

/* page hero (interior) */
.page-hero {
  background: linear-gradient(170deg, #F7FAFC 0%, #EDF4F9 100%);
  padding: 66px 0 62px;
  border-bottom: 1px solid #E4EDF4;
}
.page-hero .wrap { max-width: 900px; margin-inline: auto; }
.page-hero h1 { font-size: clamp(2.3rem, 4.2vw, 3.4rem); }
.page-hero .lead { max-width: 34em; }
.crumb {
  font-family: var(--util);
  font-size: .8rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--slate);
  margin-bottom: 18px;
}
.crumb a { color: var(--slate); text-decoration: none; }
.crumb a:hover { color: var(--deep); }

/* ---------- CTA band ---------- */
.band {
  background: linear-gradient(120deg, var(--deep-deeper) 0%, var(--deep) 58%, #14639F 100%);
  color: #fff;
  padding: 72px 0;
}
.band-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 40px;
  align-items: center;
}
.band-mark { height: 108px; width: auto; }
.band h2 { color: #fff; margin-bottom: .3em; }
.band p { color: #D3E5F4; font-size: 1.12rem; max-width: 46em; }
.band-actions { display: flex; flex-direction: column; gap: 12px; }

/* ---------- footer ---------- */
.site-footer {
  background: #fff;
  color: #4E6173;
  padding: 66px 0 40px;
  font-size: 1.02rem;
  border-top: 1px solid var(--line);
}
.footer-top { display: grid; grid-template-columns: 1fr 2fr; gap: 56px; padding-bottom: 42px; align-items: start; }
.footer-brand { display: flex; gap: 18px; align-items: flex-start; }
.footer-mark { height: 88px; width: auto; }
.footer-name { font-family: var(--display); font-size: 1.55rem; color: var(--deep); margin: 0 0 8px; }
.footer-tag {
  font-family: var(--util);
  font-size: .76rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--slate);
  margin: 0;
}
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.footer-links h3 {
  font-family: var(--util);
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--deep);
  margin-bottom: 16px;
}
.footer-links a { display: block; color: #4E6173; text-decoration: none; margin-bottom: 10px; }
.footer-links a:hover { color: var(--deep); text-decoration: underline; }
.footer-links p { margin: 0 0 10px; color: #4E6173; }
.footer-cta { color: var(--deep) !important; margin-top: 8px; font-family: var(--util); font-size: .92rem; }
.footer-legal { border-top: 1px solid var(--line); padding-top: 26px; }
.footer-legal p { font-size: .9rem; line-height: 1.55; color: var(--slate); margin-bottom: 10px; max-width: 68em; }
.footer-legal .copyright { color: #7A8C9B; margin-bottom: 0; }
.site-footer .ph { color: #8D6B08; background: #F8F1D8; border-color: #E2D09B; }

/* ---------- motion ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.3,1); }
.reveal.is-revealed { opacity: 1; transform: none; }

/* ---------- responsive ---------- */
@media (max-width: 1180px) {
  .nav {
    position: absolute;
    top: 100%; left: 0; right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 34px rgba(13,79,139,.12);
    padding: 10px 28px 24px;
    display: none;
  }
  .nav.is-open { display: flex; }
  .nav a { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 1.02rem; }
  .nav a:hover, .nav a.is-active { border-color: var(--line); }
  .nav .nav-cta { display: inline-flex; margin-top: 18px; border: 0; color: #fff; }
  .menu-toggle { display: flex; }
  .header-cta { display: none; }
}

@media (max-width: 1500px) {
  .trust-row {
    padding: 22px 34px;
    column-gap: 28px;
  }
  .trust-item { font-size: .9rem; }
  .mercer-line { min-width: 220px; }
  .mercer-sub,
  .mercer-school,
  .ochsner-sub { font-size: .92rem; }
}

@media (max-width: 1200px) {
  .trust-row {
    grid-template-columns: 1fr;
    justify-items: center;
    row-gap: 18px;
    padding: 22px 24px;
  }
}

@media (max-width: 1000px) {
  body { font-size: 1.125rem; }
  .section { padding: 72px 0; }
  .hero-inner { grid-template-columns: 1fr; gap: 46px; padding: 60px 0 70px; }
  .hero-photo img { height: 460px; }
  .hero-badge { left: auto; right: 18px; bottom: -18px; }
  .stories-grid { grid-template-columns: 1fr; }
  .split, .split-narrow { grid-template-columns: 1fr; gap: 38px; }
  .headshot-frame, .about-headshot-frame { margin-inline: auto; }
  .cards-3, .cards-4 { grid-template-columns: repeat(2, 1fr); }
  .facts { grid-template-columns: 1fr; gap: 20px; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .band-inner { grid-template-columns: 1fr; gap: 26px; text-align: left; }
  .band-mark { height: 84px; }
  .band-actions { flex-direction: row; flex-wrap: wrap; }
  .footer-top { grid-template-columns: 1fr; gap: 36px; }
  .proc { grid-template-columns: 1fr; gap: 12px; }
}

@media (max-width: 700px) {
  .wrap { padding: 0 20px; }
  .section, .section-tight { padding: 56px 0; }
  .section-head { margin-bottom: 34px; }
  h1 { font-size: clamp(2.2rem, 9vw, 2.9rem); }
  .lead { font-size: 1.18rem; }
  .brand-mark { height: 34px; }
  .brand-name { font-size: 1.14rem; }
  .brand-sub { font-size: .62rem; }
  .header-inner { min-height: 70px; }
  .hero-photo { border-radius: 180px 180px 16px 16px; }
  .hero-photo img { height: 380px; }
  .hero-badge { position: static; margin-top: 22px; max-width: none; }
  .hero-actions .btn { width: 100%; }
  .cards-2, .cards-3, .cards-4 { grid-template-columns: 1fr; }
  .symptoms { grid-template-columns: 1fr; }
  .step { grid-template-columns: 1fr; gap: 14px; padding: 26px 0; }
  .step-rail { justify-content: flex-start; }
  .step-bar { transform-origin: left center; }
  .quote { padding: 26px 24px; }
  .quote p { font-size: 1.16rem; }
  .video-slot { min-height: 320px; padding: 26px; }
  .office-contact-methods { grid-template-columns: 1fr; }
  .footer-links { grid-template-columns: 1fr; gap: 26px; }
  .band-actions .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
  .step-bar { transform: scaleX(1); opacity: 1; }
}

@media print {
  .site-header, .band, .menu-toggle { display: none; }
  body { font-size: 12pt; color: #000; }
}


/* Approved August 2026 logo and multi-location updates */
.brand { flex: 0 0 auto; }
.brand-logo { width: 220px; height: auto; max-height: 76px; object-fit: contain; object-position: left center; }
.header-inner { min-height: 96px; gap: 18px; }
.nav { gap: 17px; }
.nav a { font-size: .82rem; }
.hero-inner.single-column { grid-template-columns: minmax(0, 820px); justify-content: start; }
.split.single-column { grid-template-columns: minmax(0, 820px); justify-content: start; }
.footer-logo-full { width: min(100%, 430px); height: auto; border-radius: 0; }
.footer-address { font-size: .9rem; line-height: 1.45; margin: 0 0 1rem; }
.footer-address strong { color: var(--deep); }
.location-list { display: grid; gap: .5rem; }
.location-item {
  display: block;
  padding: 12px 14px;
  border-radius: 8px;
  transition: background .18s ease;
}
.location-item:hover { background: #EAF3FB; }
.location-item.loc-locked { background: #D6EAF8; border-left: 3px solid #1B4F7A; padding-left: 11px; }
@media (max-width: 1120px) {
  .brand-logo { width: 190px; }
  .nav { gap: 13px; }
  .header-cta { display:none; }
}
@media (max-width: 900px) {
  .brand-logo { width: 180px; max-height: 68px; }
  .header-inner { min-height: 82px; }
}


/* Homepage hero video — August 2026 */
.hero-inner.hero-with-video {
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .72fr);
  gap: clamp(42px, 6vw, 88px);
}
.hero-video-wrap {
  position: relative;
  width: min(100%, 410px);
  justify-self: end;
  aspect-ratio: 9 / 16;
  max-height: 590px;
  overflow: hidden;
  border-radius: 220px 220px 24px 24px;
  background: #dfe9f1;
  box-shadow: var(--shadow-lg);
}
.hero-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 1000px) {
  .hero-inner.hero-with-video { grid-template-columns: 1fr; }
  .hero-video-wrap {
    justify-self: center;
    width: min(100%, 390px);
    max-height: none;
  }
}
@media (max-width: 700px) {
  .hero-video-wrap {
    width: min(88vw, 350px);
    border-radius: 180px 180px 18px 18px;
  }
}

/* Hero video fit correction — keep the original left-column position */
.hero-inner.hero-with-video {
  align-items: start;
}
.hero-copy {
  align-self: start;
}
.hero-video-wrap {
  height: clamp(460px, 43vw, 520px);
  width: auto;
  max-width: 100%;
  aspect-ratio: 9 / 16;
  align-self: start;
}
@media (max-width: 1000px) {
  .hero-video-wrap {
    width: min(100%, 360px);
    height: auto;
  }
}

/* Hero video placement correction — centered in the original right-side space */
.hero-inner.hero-with-video {
  align-items: center;
}
.hero-copy {
  align-self: center;
}
.hero-video-wrap {
  justify-self: center;
  align-self: center;
  width: auto;
  height: clamp(470px, 42vw, 550px);
  max-width: 100%;
  aspect-ratio: 9 / 16;
  border-radius: 18px;
}
@media (max-width: 1000px) {
  .hero-video-wrap {
    width: min(88vw, 350px);
    height: auto;
    justify-self: center;
  }
}

/* Final header spacing refinement */
.header-inner { max-width: 1500px; }
.nav { gap: 28px; }
@media (max-width: 1250px) {
  .nav { gap: 20px; }
}
@media (max-width: 1120px) {
  .nav { gap: 16px; }
}
@media (max-width: 700px) {
  .credential-strip-final {
    width: 100%;
    min-height: 104px;
    object-fit: cover;
    object-position: center;
  }
}

/* Designer-refined header */
.site-header {
  background: rgba(255, 255, 255, .985);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.header-inner {
  width: 100%;
  max-width: 1600px;
  min-height: 100px;
  padding-left: 36px;
  padding-right: 36px;
  gap: 34px;
}
.brand {
  flex: 0 0 auto;
}
.brand-logo {
  width: 224px;
  max-height: 78px;
}
.nav {
  flex: 1 1 auto;
  justify-content: center;
  gap: clamp(22px, 1.8vw, 34px);
}
.nav a {
  font-size: 1.048rem;
  letter-spacing: .015em;
  padding: 10px 0 8px;
}
.header-actions {
  flex: 0 0 auto;
  gap: 18px;
}
.header-phone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  text-decoration: none;
  line-height: 1.1;
  white-space: nowrap;
  padding: 7px 0;
}
.header-phone-label {
  font-family: var(--util);
  font-size: .65rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--slate);
  margin-bottom: 5px;
}
.header-phone-number {
  font-family: var(--util);
  font-size: .95rem;
  letter-spacing: .035em;
  font-weight: 500;
  color: var(--deep);
}
.header-phone:hover .header-phone-number {
  color: var(--deep-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.header-cta {
  min-height: 50px;
  width: auto;
  min-width: max-content;
  flex: 0 0 auto;
  padding: 14px 24px;
  border-radius: 10px;
  font-size: .86rem;
  letter-spacing: .04em;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 6px 16px rgba(13, 79, 139, .14);
}

@media (max-width: 1380px) {
  .header-inner {
    padding-left: 26px;
    padding-right: 26px;
    gap: 24px;
  }
  .brand-logo { width: 204px; }
  .nav { gap: 21px; }
  .nav a { font-size: 1.008rem; }
  .header-actions { gap: 14px; }
  .header-phone-number { font-size: .88rem; }
  .header-cta { padding-inline: 20px; }
}

@media (max-width: 1180px) {
  .header-inner {
    min-height: 88px;
  }
  .brand-logo {
    width: 198px;
    max-height: 70px;
  }
  .header-actions {
    margin-left: auto;
  }
  .header-phone {
    align-items: flex-end;
    margin-right: 2px;
  }
  .header-cta { display: none; }
}

@media (max-width: 700px) {
  .header-inner {
    min-height: 76px;
    padding-left: 18px;
    padding-right: 18px;
    gap: 14px;
  }
  .brand-logo {
    width: 168px;
    max-height: 60px;
  }
  .header-phone-label { display: none; }
  .header-phone-number {
    font-size: .78rem;
    letter-spacing: .01em;
  }
  .menu-toggle {
    width: 44px;
    height: 44px;
  }
  .mobile-call-button {
    display: inline-flex;
    margin-left: auto;
    margin-right: -10px;
  }
  .menu-toggle { margin-left: 0; }
}

@media (max-width: 520px) {
  .header-phone { display: none; }
}

/* Final header balance and patient story video */
@media (min-width: 1181px) {
  .header-inner {
    display: grid;
    grid-template-columns: minmax(230px, 1fr) auto minmax(300px, 1fr);
    align-items: center;
    column-gap: clamp(24px, 2.2vw, 42px);
  }
  .brand {
    justify-self: center;
  }
  .nav {
    justify-self: center;
    flex: 0 0 auto;
  }
  .header-actions {
    justify-self: center;
    flex: 0 0 auto;
  }
  .header-phone {
    align-items: flex-start;
  }
}

@media (max-width: 1180px) {
  .header-inner {
    display: flex;
  }
}

.featured-patient-review {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 540px;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 16px;
  background-image:
    linear-gradient(
      90deg,
      rgba(3, 30, 54, 0.96) 0%,
      rgba(3, 30, 54, 0.90) 36%,
      rgba(3, 30, 54, 0.62) 57%,
      rgba(3, 30, 54, 0.18) 78%,
      rgba(3, 30, 54, 0.04) 100%
    ),
    url("../images/patient-story-scuba.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Keep the review content in normal flow to avoid oversized gaps. */
.featured-review-content {
  position: relative;
  z-index: 1;
  width: 58%;
  max-width: 520px;
  padding: 36px 0 34px 42px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
}

/* Center only the label and stars. */
.featured-review-top {
  width: 100%;
  text-align: center;
  margin-bottom: 13px;
}

.featured-review-label {
  color: #f4ad2f;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.featured-review-stars {
  margin-top: 8px;
  color: #f4a623;
  font-size: 23px;
  line-height: 1;
  letter-spacing: 2px;
}

.featured-review-quote-mark {
  margin-top: 5px;
  margin-bottom: 6px;
  color: #77b8e7;
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 0.8;
}

.featured-review-quote {
  margin: 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(17px, 1.2vw, 22px);
  font-weight: 400;
  line-height: 1.42;
}

.featured-review-thanks {
  margin-top: 18px;
  color: #83bce3;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  line-height: 1.1;
}

/* Keep the patient label close to the review in normal flow. */
.featured-review-patient {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: #f4ad2f;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.patient-accent-line {
  width: 30px;
  height: 2px;
  flex-shrink: 0;
  background: #78b8e4;
}

@media (min-width: 768px) {
  .featured-patient-review {
    background-position: 76% center;
  }

  .featured-patient-review:not(.stories-featured-review) .featured-review-content {
    height: 100%;
  }

  .featured-review-content {
    width: calc(88% - 120px);
  }

  .featured-review-top {
    width: calc(100% + 44%);
  }

  .featured-patient-review:not(.stories-featured-review) .featured-review-quote-mark {
    margin-top: auto;
  }

  .featured-patient-review:not(.stories-featured-review) .featured-review-patient {
    margin-bottom: auto;
  }
}

@media (max-width: 767px) {
  .featured-patient-review {
    min-height: 0;
    background-position: calc(68% - 30px) center;
  }

  .featured-review-content {
    width: 78%;
    max-width: none;
    padding: 28px 22px 32px;
  }

  .featured-review-top {
    width: calc(100% + 22vw - 9px);
  }

  .featured-review-quote {
    font-size: 19px;
    line-height: 1.42;
  }

  .featured-review-thanks {
    font-size: 24px;
  }

  .featured-review-patient {
    margin-top: 26px;
  }
}

/* Stories page featured review — a shorter, wide banner for the single-column layout. */
.stories-featured-review {
  min-height: 410px;
  background-color: #031e36;
  background-image:
    linear-gradient(
      90deg,
      rgba(3, 30, 54, 0.98) 0%,
      rgba(3, 30, 54, 0.93) 34%,
      rgba(3, 30, 54, 0.72) 55%,
      rgba(3, 30, 54, 0.25) 76%,
      rgba(3, 30, 54, 0.05) 100%
    ),
    url("../images/patient-story-stories.png");
  background-size: cover, auto 100%;
  background-position: center, right center;
}

.stories-featured-review .featured-review-content {
  width: 58%;
  max-width: 640px;
  padding: 34px 0 32px 52px;
}

.stories-featured-review .featured-review-top {
  width: auto;
  align-self: center;
  text-align: center;
}

@media (min-width: 768px) {
  .stories-featured-review .featured-review-top {
    transform: translateX(-40px);
  }
}

.stories-featured-review .featured-review-quote {
  font-size: clamp(20px, 1.65vw, 27px);
  line-height: 1.34;
}

.stories-featured-review .featured-review-thanks {
  margin-top: 15px;
  font-size: 25px;
}

.stories-featured-review .featured-review-patient {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .stories-featured-review {
    min-height: 0;
    background-image:
      linear-gradient(
        90deg,
        rgba(3, 30, 54, 0.96) 0%,
        rgba(3, 30, 54, 0.90) 36%,
        rgba(3, 30, 54, 0.62) 57%,
        rgba(3, 30, 54, 0.18) 78%,
        rgba(3, 30, 54, 0.04) 100%
      ),
      url("../images/patient-story-scuba.png");
    background-size: cover;
    background-position: calc(68% - 30px) center;
    background-repeat: no-repeat;
  }

  .stories-featured-review .featured-review-content {
    width: 78%;
    max-width: none;
    padding: 28px 22px 32px;
  }

  .stories-featured-review .featured-review-top {
    width: calc(100% + 22vw - 9px);
    align-self: flex-start;
  }

  .stories-featured-review .featured-review-quote {
    font-size: 19px;
    line-height: 1.42;
  }

  .stories-featured-review .featured-review-thanks {
    font-size: 24px;
  }

  .stories-featured-review .featured-review-patient {
    margin-top: 26px;
  }
}

/* ============================================================
   Empathy Hero — full-bleed cinematic hero with inline form
   ============================================================ */

@keyframes eh-slow-pan {
  from { transform: scale(1.05) translate(0, 0); }
  to   { transform: scale(1.1) translate(-1%, -1%); }
}

@keyframes eh-fade-in-up {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}

.empathy-hero {
  position: relative;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #1C2424;
}

.empathy-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.empathy-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: eh-slow-pan 30s ease-in-out infinite alternate;
}

.empathy-overlay-l {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(15,20,20,.95) 0%, rgba(15,20,20,.72) 52%, rgba(15,20,20,.40) 100%);
}

.empathy-overlay-b {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15,20,20,.85) 0%, transparent 55%);
}

.empathy-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  padding: 6rem 0;
}

.empathy-copy {
  flex: 1;
  max-width: 560px;
  color: #fff;
}

.eh-anim {
  opacity: 0;
  animation: eh-fade-in-up 1s cubic-bezier(.16,1,.3,1) forwards;
  animation-delay: var(--eh-delay, 0s);
}

@media (prefers-reduced-motion: reduce) {
  .eh-anim { animation: none; opacity: 1; }
  .empathy-bg-video { animation: none; }
}

.empathy-eyebrow {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin-bottom: 1.25rem;
  font-family: var(--util);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #79AEDA;
}

.empathy-eyebrow::before {
  content: '';
  display: block;
  width: 2.25rem;
  height: 2px;
  border-radius: 2px;
  background: #79AEDA;
  flex-shrink: 0;
}

.empathy-copy h1 {
  color: #fff;
  font-size: clamp(2.8rem, 5vw, 4.2rem);
  margin-bottom: .5em;
  text-shadow: 0 2px 20px rgba(0,0,0,.35);
}

.empathy-copy h1 em {
  font-style: italic;
  color: #79AEDA;
}

.mobile-headline-break,
.mobile-headline-period {
  display: none;
}

.desktop-headline-period {
  display: inline;
}

.empathy-lead {
  font-size: clamp(1.05rem, 1.4vw, 1.18rem);
  color: rgba(255,255,255,.88);
  line-height: 1.65;
  max-width: 38em;
  margin-bottom: 1.75rem;
  text-shadow: 0 1px 8px rgba(0,0,0,.3);
  font-weight: 300;
}

/* Location buttons */
.empathy-locations {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-bottom: 2.25rem;
}

.empathy-loc-btn {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .52rem 1.1rem;
  border-radius: .6rem;
  border: 1.5px solid rgba(255,255,255,.38);
  color: rgba(255,255,255,.88);
  background: transparent;
  font-family: var(--util);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background .18s, border-color .18s, color .18s;
}

.empathy-loc-btn::before {
  content: '→';
  font-size: .75em;
  opacity: 0;
  margin-right: -.4rem;
  transition: opacity .18s, margin-right .18s;
}

.empathy-loc-btn:hover {
  background: #fff;
  border-color: #fff;
  color: #1C2424;
}

.empathy-loc-btn:hover::before {
  opacity: 1;
  margin-right: 0;
}

.empathy-trust {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.empathy-avatars { display: flex; }

.empathy-avatars img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid rgba(28,36,36,.8);
  object-fit: cover;
  margin-right: -10px;
}

.empathy-avatars img:last-child { margin-right: 0; }

.empathy-trust-text { margin-left: .75rem; }

.empathy-stars {
  color: #D4C3B3;
  font-size: 1rem;
  letter-spacing: .08em;
  margin-bottom: .18rem;
}

.empathy-trust-text p {
  font-size: .875rem;
  color: rgba(255,255,255,.76);
  margin: 0;
  font-family: var(--util);
}

.empathy-trust-text strong { color: #fff; }

.empathy-form-wrap {
  width: 100%;
  max-width: 440px;
  flex-shrink: 0;
}

.empathy-card {
  background: #fff;
  border-radius: 2rem;
  padding: 2.25rem;
  box-shadow: 0 32px 80px rgba(0,0,0,.35), 0 4px 16px rgba(0,0,0,.2);
  position: relative;
  overflow: hidden;
}

.empathy-card-bar {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(to right, #849E9E, #D4C3B3);
}

.empathy-card-head h3 {
  font-family: var(--display);
  font-size: 1.6rem;
  color: #1C2424;
  margin-bottom: .35rem;
  line-height: 1.15;
}

.empathy-card-head p {
  font-size: .88rem;
  color: rgba(28,36,36,.55);
  line-height: 1.55;
  margin-bottom: 1.4rem;
}

.eh-fields {
  display: flex;
  flex-direction: column;
  gap: .7rem;
  margin-bottom: 1.1rem;
}

.eh-field {
  position: relative;
  display: flex;
  align-items: center;
}

.eh-icon {
  position: absolute;
  left: .875rem;
  width: 18px;
  height: 18px;
  color: rgba(28,36,36,.35);
  pointer-events: none;
  flex-shrink: 0;
  transition: color .2s;
}

.eh-field:focus-within .eh-icon { color: #849E9E; }

.eh-field input {
  width: 100%;
  padding: .8rem 1rem .8rem 2.75rem;
  border: 1.5px solid #e5e7eb;
  border-radius: .75rem;
  font-size: .93rem;
  font-family: var(--body);
  color: #1C2424;
  background: #fafafa;
  outline: none;
  transition: border-color .2s, background .2s, box-shadow .2s;
}

.eh-field input::placeholder { color: #9ca3af; }

.eh-field input:focus {
  border-color: #849E9E;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(132,158,158,.12);
}

.eh-radio-section { margin-bottom: 1.4rem; }

.eh-radio-label {
  display: block;
  font-family: var(--util);
  font-size: .85rem;
  font-weight: 600;
  color: #1C2424;
  margin-bottom: .7rem;
}

.eh-radio-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .55rem;
}

.eh-radio {
  display: flex;
  align-items: center;
  gap: .55rem;
  padding: .7rem .9rem;
  border: 1.5px solid #e5e7eb;
  border-radius: .75rem;
  cursor: pointer;
  transition: border-color .15s, background .15s, box-shadow .15s;
  font-size: .86rem;
  font-family: var(--util);
  color: #1C2424;
  font-weight: 500;
}

.eh-radio:hover { background: #f9fafb; }

.eh-radio input[type="radio"] {
  accent-color: #849E9E;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  cursor: pointer;
}

.eh-radio:has(input:checked) {
  border-color: #849E9E;
  background: rgba(132,158,158,.06);
  box-shadow: 0 0 0 1px #849E9E;
}

.eh-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  width: 100%;
  padding: .95rem 1.5rem;
  background: #1C2424;
  color: #fff;
  border: none;
  border-radius: .75rem;
  font-family: var(--util);
  font-size: .95rem;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s, transform .15s, box-shadow .2s;
  box-shadow: 0 8px 24px rgba(28,36,36,.22);
  margin-bottom: 1.1rem;
}

.eh-btn:hover {
  background: #2A3434;
  transform: translateY(-1px);
  box-shadow: 0 12px 30px rgba(28,36,36,.3);
}

.eh-btn:active { transform: translateY(0); }

.eh-btn svg { transition: transform .2s; }
.eh-btn:hover svg { transform: translateX(4px); }

.eh-secure {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  font-family: var(--util);
  font-size: .76rem;
  color: #9ca3af;
  margin: 0;
  padding-top: 1.1rem;
  border-top: 1px solid #f3f4f6;
}

.eh-secure-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  flex-shrink: 0;
}

#eh-success {
  text-align: center;
  padding: 2rem .5rem;
}

.eh-success-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(132,158,158,.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: #849E9E;
}

#eh-success h3 {
  font-family: var(--display);
  font-size: 1.85rem;
  color: #1C2424;
  margin-bottom: .5rem;
}

#eh-success p {
  font-size: .93rem;
  color: rgba(28,36,36,.65);
  line-height: 1.65;
  margin-bottom: 1.5rem;
}

.eh-retry {
  background: none;
  border: none;
  color: #849E9E;
  font-family: var(--util);
  font-size: .875rem;
  font-weight: 600;
  cursor: pointer;
  transition: color .2s;
  padding: 0;
}

.eh-retry:hover { color: #1C2424; }

@media (max-width: 900px) {
  .empathy-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 5rem 0 4rem;
    gap: 2.5rem;
  }
  .empathy-copy { max-width: none; }
  .empathy-form-wrap { max-width: none; width: 100%; }
  .empathy-overlay-l {
    background: linear-gradient(to bottom, rgba(28,36,36,.88) 0%, rgba(28,36,36,.5) 100%);
  }
}

@media (max-width: 520px) {
  .empathy-card { border-radius: 1.5rem; padding: 1.6rem; }
  .empathy-copy h1 { font-size: 2.4rem; }
  .empathy-eyebrow { font-size: .72rem; }
}

@media (max-width: 767px) {
  .empathy-copy .hero-title {
    font-size: clamp(42px, 11.2vw, 52px);
    line-height: 1.08;
    letter-spacing: -0.02em;
  }

  .mobile-headline-break,
  .mobile-headline-period {
    display: inline;
  }

  .desktop-headline-period {
    display: none;
  }

  .empathy-copy {
    width: 100%;
    padding-left: 22px !important;
    padding-right: 22px !important;
    box-sizing: border-box;
  }

  .empathy-locations {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
  }

  .empathy-locations a,
  .empathy-locations button {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* --- Doctor thumbnail in card --- */
.eh-doctor-thumb {
  display: flex;
  align-items: center;
  gap: .85rem;
  padding: 1rem 1.25rem;
  margin: -.5rem -1rem 1.25rem;
  background: #f8f9fa;
  border-radius: 1.35rem 1.35rem .5rem .5rem;
  border-bottom: 1px solid #edf0f2;
}

.eh-doctor-thumb img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,.12);
  flex-shrink: 0;
}

.eh-doctor-info { line-height: 1.3; }

.eh-doctor-info strong {
  display: block;
  font-family: var(--util);
  font-size: .875rem;
  font-weight: 700;
  color: #1C2424;
  letter-spacing: -.01em;
}

.eh-doctor-info span {
  font-family: var(--util);
  font-size: .75rem;
  color: #6F8090;
  font-weight: 500;
}

/* Mobile appointment replacement; desktop keeps the symptom selector */
.eh-mobile-appointment { display: none; }

/* --- Symptom grid --- */
.eh-symptom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .6rem;
  margin-bottom: 1.1rem;
}

.eh-symptom {
  display: flex;
  align-items: center;
  gap: .6rem;
  padding: .8rem 1rem;
  border: 1.5px solid #e5e7eb;
  border-radius: .85rem;
  background: #fafafa;
  cursor: pointer;
  font-family: var(--util);
  font-size: .875rem;
  font-weight: 500;
  color: #1C2424;
  text-align: left;
  transition: border-color .15s, background .15s, box-shadow .15s, color .15s;
  line-height: 1.2;
}

.eh-symptom svg { flex-shrink: 0; color: rgba(28,36,36,.38); transition: color .15s; }

.eh-symptom:hover {
  background: #f3f4f4;
  border-color: #849E9E;
}

.eh-symptom.is-selected {
  border-color: #849E9E;
  background: rgba(132,158,158,.08);
  box-shadow: 0 0 0 1px #849E9E;
  color: #1C2424;
  font-weight: 600;
}

.eh-symptom.is-selected svg { color: #849E9E; }

.eh-symptom-cta {
  text-decoration: none;
  margin-top: .2rem;
}

@media (max-width: 700px) {
  .empathy-card {
    background: rgba(13, 29, 38, .72);
    border: 1px solid rgba(206, 225, 235, .42);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
  }

  .empathy-card-bar {
    display: none;
  }

  .eh-doctor-thumb {
    background: rgba(255, 255, 255, .06);
    border: none;
  }

  .eh-doctor-info strong { color: #fff; }
  .eh-doctor-info span { color: rgba(226, 239, 247, .7); }

  .empathy-card-head,
  .eh-symptom-grid,
  .eh-symptom-cta,
  .eh-secure {
    display: none;
  }

  .eh-mobile-appointment {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 1.1rem 1.2rem;
    border: 1px solid rgba(169, 216, 248, .8);
    border-radius: .9rem;
    background: rgba(24, 105, 174, .54);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    color: #fff;
    font-family: var(--util);
    font-size: .95rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 10px 28px rgba(1, 19, 32, .4), inset 0 1px 0 rgba(255, 255, 255, .42), inset 0 -1px 0 rgba(2, 35, 64, .38);
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  }

  .eh-mobile-appointment:hover,
  .eh-mobile-appointment:focus-visible {
    background: rgba(42, 132, 210, .68);
    box-shadow: 0 13px 30px rgba(1, 19, 32, .48), inset 0 1px 0 rgba(255, 255, 255, .52), inset 0 -1px 0 rgba(2, 35, 64, .32);
    transform: translateY(-1px);
  }

  .eh-mobile-appointment:focus-visible {
    outline: 3px solid rgba(169, 216, 248, .62);
    outline-offset: 3px;
  }
}

@media (min-width: 992px) {
  .empathy-card {
    background: transparent;
    padding: 0;
    border-radius: 2rem;
    border: none;
    outline: none;
    overflow: hidden;
  }

  .empathy-card::before,
  .empathy-card::after,
  .doctor-profile-header::before,
  .doctor-profile-header::after {
    content: none !important;
    display: none !important;
  }

  .empathy-card-bar {
    display: none;
  }

  .doctor-profile-header {
    margin: 0;
    padding: 1rem 2.25rem;
    background: rgba(8, 28, 42, 0.62) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: none !important;
    outline: none !important;
    border-radius: 22px 22px 0 0;
    box-shadow: none !important;
    overflow: hidden;
  }

  .doctor-profile-header .doctor-profile,
  .doctor-profile-header .profile-card,
  .doctor-profile-header .provider-card {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
  }

  .doctor-profile-header img {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
  }

  .eh-doctor-info strong {
    color: #fff;
  }

  .eh-doctor-info span {
    color: #A7C9DF;
  }

  .symptom-checker-body {
    margin-top: 0 !important;
    padding: 2.25rem;
    background: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border: none;
  }
}

/* ============================================================
   Header refresh — desktop reference layout
   ============================================================ */
.site-header {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid rgba(15, 73, 125, .06);
  position: relative;
  z-index: 100;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.header-inner {
  width: min(94%, 1780px);
  min-height: 132px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 34px;
}

.header-logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.header-logo img {
  width: 245px;
  height: auto;
  display: block;
}

.desktop-nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-width: 0;
}

.desktop-nav a {
  position: relative;
  color: #24364a;
  font-family: "Avenir Next", "Avenir", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .01em;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  padding: 14px 0;
  transition: color 180ms ease, transform 180ms ease;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 3px;
  width: 0;
  height: 2px;
  background: #145b96;
  border-radius: 2px;
  transform: translateX(-50%);
  transition: width 180ms ease;
}

.desktop-nav a:hover,
.desktop-nav a.is-active {
  color: #145b96;
}

.desktop-nav a:hover::after,
.desktop-nav a.is-active::after {
  width: 100%;
}

.desktop-nav a:focus-visible {
  outline: 2px solid #6eb4e5;
  outline-offset: 5px;
  border-radius: 3px;
}

.nav-divider {
  width: 1px;
  height: 30px;
  flex-shrink: 0;
  background: #d9e0e7;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
}

.menu-toggle {
  display: none;
}

.header-book-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 0 34px;
  border-radius: 14px;
  background: #135991;
  color: #fff;
  font-family: "Avenir Next", "Avenir", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .025em;
  white-space: nowrap;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(16, 77, 127, .12);
  transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.header-book-button:hover {
  background: #0d4a7c;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(16, 77, 127, .2);
}

.header-book-button:active {
  transform: translateY(0);
  box-shadow: 0 5px 12px rgba(16, 77, 127, .16);
}

.header-book-button:focus-visible {
  outline: 3px solid rgba(95, 174, 229, .55);
  outline-offset: 3px;
}

.header-phone {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-decoration: none;
  white-space: nowrap;
  padding: 8px 0;
  transition: transform 180ms ease, opacity 180ms ease;
}

.phone-label {
  color: #76869a;
  font-family: "Avenir Next", "Avenir", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.phone-number {
  color: #145b96;
  font-family: "Avenir Next", "Avenir", "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .02em;
  transition: color 180ms ease;
}

.header-phone:hover {
  transform: translateY(-1px);
}

.header-phone:hover .phone-number {
  color: #0b4474;
}

.header-phone:focus-visible {
  outline: 2px solid #6eb4e5;
  outline-offset: 5px;
  border-radius: 4px;
}

@media (max-width: 1500px) {
  .header-inner {
    width: 96%;
    gap: 24px;
  }

  .header-logo img { width: 210px; }
  .desktop-nav { gap: 16px; }
  .desktop-nav a { font-size: 15px; }
  .header-book-button { padding: 0 26px; }
}

@media (max-width: 1250px) {
  .desktop-nav { gap: 12px; }
  .nav-divider { display: none; }
  .desktop-nav a { font-size: 14px; }
  .header-actions { gap: 16px; }
  .header-logo img { width: 185px; }
}

@media (max-width: 991px) {
  .header-inner {
    width: calc(100% - 36px);
    min-height: 76px;
    gap: 14px;
  }

  .header-logo img {
    width: 168px;
    max-height: 60px;
    object-fit: contain;
    object-position: left center;
  }

  .desktop-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    min-width: 0;
    padding: 10px 28px 24px;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 34px rgba(13, 79, 139, .12);
  }

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

  .desktop-nav a {
    padding: 15px 0;
    border-bottom: 1px solid var(--line);
    font-size: 1.02rem;
  }

  .desktop-nav a::after,
  .nav-divider {
    display: none;
  }

  .desktop-nav a:hover,
  .desktop-nav a.is-active {
    border-color: var(--line);
  }

  .header-actions { display: none; }

  .menu-toggle {
    display: flex;
    margin-left: auto;
  }
}

@media (max-width: 520px) {
  .header-phone { display: none; }
  .header-inner { width: calc(100% - 36px); }
}

@media (max-width: 700px) {
  .header-logo {
    transform: translateX(-18px);
  }
}

/* =====================================================
   DESKTOP HEADER — FIT CORRECTLY AT 100% BROWSER ZOOM
   ===================================================== */
@media (min-width: 992px) {
  .header-inner {
    width: calc(100% - 64px);
    max-width: 1780px;
    min-height: 124px;
    gap: 28px;
  }

  .header-logo img {
    width: 225px;
  }

  .desktop-nav {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .desktop-nav a {
    font-size: 15.5px;
    font-weight: 500;
    letter-spacing: .008em;
    white-space: nowrap;
    padding: 13px 0;
  }

  .nav-divider {
    height: 28px;
    background: #d9e0e7;
  }

  .header-actions {
    gap: 21px;
    margin-left: 10px;
  }

  .header-book-button {
    min-height: 60px;
    padding: 0 31px;
    border-radius: 13px;
    font-size: 15.5px;
    letter-spacing: .02em;
  }

  .phone-label {
    font-size: 11px;
  }

  .phone-number {
    font-size: 19px;
  }
}

/* Narrow desktop fallback: retain all links without letting the CTA overlap. */
@media (min-width: 992px) and (max-width: 1100px) {
  .header-inner {
    width: calc(100% - 40px);
    gap: 16px;
  }

  .header-logo img {
    width: 175px;
  }

  .desktop-nav {
    gap: 8px;
  }

  .desktop-nav a {
    font-size: 12px;
    padding: 10px 0;
  }

  .nav-divider {
    display: none;
  }

  .header-actions {
    gap: 10px;
  }

  .header-book-button {
    min-height: 54px;
    padding: 0 18px;
    font-size: 13px;
  }

  .phone-label {
    font-size: 10px;
  }

  .phone-number {
    font-size: 16px;
  }
}

/* Keep the mobile Call and menu controls paired after all header overrides. */
@media (max-width: 700px) {
  .mobile-call-button {
    margin-left: auto;
    margin-right: -6px;
  }

  .menu-toggle {
    margin-left: 0;
  }
}
