/* PsychDFW v2 — shared styles
   Palette keeps the brand navy + gold, but gold moves to an accent role,
   and the page sits on warm paper instead of flat white/dark blocks. */

:root {
  --navy: #0E2A47;
  --navy-2: #163A5F;
  --navy-3: #1F4B78;
  --ink: #1A2230;
  --body: #3A4454;
  --muted: #66707E;
  --line: #E7E2D8;
  --line-2: #D9D3C7;
  --paper: #FAF8F3;
  --paper-2: #F3EFE6;
  --card: #FFFFFF;
  --gold: #C9A24A;
  --gold-2: #E0BC5C;
  --gold-soft: #F8EFD6;
  --teal: #1C86A0;
  --teal-soft: #E4F2F6;
  --ok: #2E8B57;
  --r: 14px;
  --r-lg: 22px;
  --shadow: 0 1px 2px rgba(16, 24, 40, .04), 0 8px 24px -12px rgba(16, 24, 40, .12);
  --shadow-lg: 0 2px 4px rgba(16, 24, 40, .05), 0 24px 48px -20px rgba(16, 24, 40, .22);
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --max: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  color: var(--body);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--teal); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 3px; }
h1, h2, h3, h4 { color: var(--ink); margin: 0; font-family: var(--font-display); font-weight: 500; letter-spacing: -.01em; line-height: 1.12; }
h1 { font-size: clamp(2.3rem, 4.6vw, 3.6rem); font-variation-settings: "opsz" 144; }
h2 { font-size: clamp(1.9rem, 3.2vw, 2.6rem); font-variation-settings: "opsz" 96; }
h3 { font-size: 1.2rem; font-family: var(--font-body); font-weight: 600; letter-spacing: 0; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
.lead { font-size: 1.15rem; color: var(--body); }
.eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-size: .78rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--teal);
  margin-bottom: 1rem;
}
.eyebrow::before { content: ""; width: 18px; height: 2px; background: var(--gold); border-radius: 2px; }
.muted { color: var(--muted); }
.small { font-size: .9rem; }
.wrap { width: min(var(--max), calc(100% - 2.5rem)); margin-inline: auto; }
.section { padding: clamp(3.5rem, 7vw, 6rem) 0; }
.section--tight { padding: clamp(2.5rem, 5vw, 4rem) 0; }
.section--alt { background: var(--paper-2); }
.section--white { background: var(--card); }
.section--navy { background: var(--navy); color: #D7E0EC; }
.section--navy h2, .section--navy h3 { color: #fff; }
.section--navy .eyebrow { color: var(--gold-2); }
.section-head { max-width: 640px; margin-bottom: clamp(2rem, 4vw, 3rem); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section-head p { margin-top: .9rem; color: var(--muted); font-size: 1.08rem; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .9rem 1.5rem; border-radius: 999px; font-weight: 600; font-size: 1rem; line-height: 1;
  border: 1.5px solid transparent; cursor: pointer; text-decoration: none !important;
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease, border-color .12s ease;
  font-family: var(--font-body);
}
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--navy); color: #fff; box-shadow: 0 6px 16px -8px rgba(14, 42, 71, .6); }
.btn--primary:hover { background: var(--navy-2); }
.btn--gold { background: var(--gold-2); color: var(--navy); box-shadow: 0 8px 18px -10px rgba(201, 162, 74, .9); }
.btn--gold:hover { background: #E9C86E; }
.btn--ghost { background: transparent; color: var(--navy); border-color: var(--line-2); }
.btn--ghost:hover { border-color: var(--navy); background: #fff; }
.section--navy .btn--ghost { color: #fff; border-color: rgba(255, 255, 255, .35); }
.section--navy .btn--ghost:hover { border-color: #fff; background: rgba(255, 255, 255, .06); }
.btn--sm { padding: .65rem 1.1rem; font-size: .92rem; }
.btn--lg { padding: 1.05rem 1.8rem; font-size: 1.05rem; }
.btn svg { width: 18px; height: 18px; }
.arrow-link { font-weight: 600; color: var(--navy); display: inline-flex; align-items: center; gap: .35rem; }
.arrow-link::after { content: "→"; transition: transform .15s; }
.arrow-link:hover::after { transform: translateX(3px); }
.arrow-link:hover { text-decoration: none; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 248, 243, .88); backdrop-filter: saturate(1.4) blur(10px); -webkit-backdrop-filter: saturate(1.4) blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; gap: 1.5rem; min-height: 76px; }
.logo img { height: 46px; width: auto; }
.nav { display: flex; align-items: center; gap: .25rem; margin-left: auto; }
.nav > a, .nav > .has-sub > a {
  display: inline-flex; align-items: center; gap: .3rem; padding: .55rem .8rem; border-radius: 8px;
  color: var(--ink); font-weight: 500; font-size: .97rem;
}
.nav > a:hover, .nav > .has-sub > a:hover { background: var(--paper-2); text-decoration: none; }
.nav > a.active { color: var(--navy); font-weight: 600; }
.has-sub { position: relative; }
.has-sub > a svg { width: 14px; height: 14px; opacity: .6; }
.sub {
  position: absolute; top: calc(100% + 8px); left: 0; min-width: 250px; background: #fff; border: 1px solid var(--line);
  border-radius: 12px; box-shadow: var(--shadow-lg); padding: .5rem; display: none; z-index: 10;
}
.sub a { display: block; padding: .55rem .75rem; border-radius: 8px; color: var(--ink); font-size: .95rem; }
.sub a:hover { background: var(--paper-2); text-decoration: none; }
.sub .sub-label { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); padding: .5rem .75rem .25rem; }
.has-sub:hover .sub, .has-sub:focus-within .sub { display: block; }
.header-cta { display: flex; align-items: center; gap: .75rem; margin-left: .5rem; }
.phone-link { font-weight: 600; color: var(--navy); white-space: nowrap; display: inline-flex; align-items: center; gap: .4rem; }
.phone-link svg { width: 16px; height: 16px; }
.menu-btn { display: none; margin-left: auto; background: none; border: 1px solid var(--line-2); border-radius: 10px; padding: .55rem .65rem; cursor: pointer; }
.menu-btn svg { width: 22px; height: 22px; display: block; }

/* Mobile nav drawer */
.drawer { display: none; position: fixed; inset: 76px 0 0 0; background: var(--paper); z-index: 49; overflow: auto; padding: 1rem 1.25rem 6rem; }
.drawer.open { display: block; }
.drawer a { display: block; padding: .85rem 0; border-bottom: 1px solid var(--line); color: var(--ink); font-weight: 500; font-size: 1.05rem; }
.drawer .group-label { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); padding: 1.25rem 0 .25rem; }
.drawer .drawer-cta { padding: 1.5rem 0; display: grid; gap: .75rem; }

/* Mobile sticky action bar */
.sticky-bar {
  display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 48;
  background: #fff; border-top: 1px solid var(--line); padding: .6rem .9rem calc(.6rem + env(safe-area-inset-bottom));
  grid-template-columns: 1fr 1.3fr; gap: .6rem; box-shadow: 0 -8px 24px -16px rgba(0, 0, 0, .25);
}

/* Hero — photo bleeds in from the right, copy sits on solid paper on the left */
.hero { position: relative; overflow: hidden; padding: clamp(3rem, 6vw, 5.5rem) 0 clamp(3rem, 6vw, 5rem); background: var(--paper); }
.hero-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 62% 60%; }
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, var(--paper) 0%, var(--paper) 34%, rgba(250, 248, 243, .84) 48%, rgba(250, 248, 243, .22) 66%, rgba(250, 248, 243, 0) 100%),
    linear-gradient(180deg, rgba(250, 248, 243, .2) 0%, rgba(250, 248, 243, 0) 30%, rgba(250, 248, 243, 0) 75%, var(--paper) 100%);
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.hero h1 { margin: .25rem 0 1.1rem; color: var(--navy); }
.hero .lead { max-width: 540px; font-size: 1.18rem; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: .75rem; margin: 1.75rem 0 1.5rem; }
.trust-row { display: flex; flex-wrap: wrap; align-items: center; gap: .55rem 1.1rem; color: var(--muted); font-size: .92rem; }
.trust-row strong { color: var(--ink); }
.stars { color: var(--gold); letter-spacing: .05em; font-size: .95rem; }
.dot::before { content: "·"; margin-right: 1.1rem; color: var(--line-2); }

/* Booking starter card (hero right) */
.start-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-lg);
  padding: 1.6rem 1.6rem 1.4rem; position: relative;
}
.start-card .pill {
  display: inline-flex; align-items: center; gap: .45rem; background: #EAF6EE; color: #1F6B3E; font-size: .8rem; font-weight: 600;
  padding: .35rem .7rem; border-radius: 999px; margin-bottom: 1rem;
}
.start-card .pill::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--ok); box-shadow: 0 0 0 3px rgba(46, 139, 87, .18); }
.start-card h3 { font-family: var(--font-display); font-size: 1.45rem; font-weight: 500; color: var(--navy); margin-bottom: .35rem; }
.start-card p { color: var(--muted); font-size: .95rem; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; margin: 1.1rem 0 .9rem; }
.choice {
  display: flex; flex-direction: column; align-items: flex-start; gap: .4rem; padding: 1rem; border: 1.5px solid var(--line-2); border-radius: 14px;
  background: #fff; cursor: pointer; text-align: left; font-family: var(--font-body); transition: border-color .12s, box-shadow .12s, transform .12s;
}
.choice:hover { border-color: var(--navy); box-shadow: var(--shadow); transform: translateY(-1px); }
.choice .ic { width: 36px; height: 36px; border-radius: 10px; background: var(--teal-soft); color: var(--teal); display: grid; place-items: center; }
.choice .ic svg { width: 20px; height: 20px; }
.choice strong { color: var(--ink); font-size: .98rem; }
.choice span { color: var(--muted); font-size: .82rem; line-height: 1.35; }
.start-card .alt { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-top: .9rem; border-top: 1px solid var(--line); font-size: .9rem; color: var(--muted); }
.start-card .alt a { font-weight: 600; color: var(--navy); }

/* Insurance strip — logo-bar feel, single line */
.ins-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; padding: 1.15rem 0; }
.ins-inner { display: flex; align-items: center; gap: 1.5rem; }
.ins-label { font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); font-weight: 600; white-space: nowrap; }
.ins-logos { display: flex; align-items: center; justify-content: space-between; flex: 1; gap: 1rem; min-width: 0; }
.ins-logo {
  font-family: var(--font-display); font-weight: 600; font-size: 1.12rem; color: #8A93A1; letter-spacing: -.01em; white-space: nowrap;
  font-variation-settings: "opsz" 48; transition: color .15s;
}
.ins-logo:hover { color: var(--navy); }
.ins-inner .arrow-link { font-size: .88rem; white-space: nowrap; color: var(--muted); }
.ins-inner .arrow-link:hover { color: var(--navy); }

/* Value grid */
.values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.value {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 1.6rem 1.4rem;
  transition: transform .15s, box-shadow .15s;
}
.value:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.value .num { font-family: var(--font-display); font-size: 2.4rem; line-height: 1; color: var(--gold); font-weight: 500; margin-bottom: .9rem; }
.value h3 { margin-bottom: .45rem; }
.value p { color: var(--muted); font-size: .95rem; }

/* Conditions grid */
.cond-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.cond {
  display: flex; align-items: center; gap: .9rem; padding: 1.1rem 1.2rem; background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  color: var(--ink); font-weight: 600; transition: border-color .15s, transform .15s, box-shadow .15s;
}
.cond:hover { border-color: var(--navy); transform: translateY(-2px); box-shadow: var(--shadow); text-decoration: none; }
.cond .ic { width: 40px; height: 40px; border-radius: 10px; background: var(--teal-soft); color: var(--teal); display: grid; place-items: center; flex: none; }
.cond .ic svg { width: 20px; height: 20px; }
.cond small { display: block; color: var(--muted); font-weight: 400; font-size: .82rem; margin-top: .1rem; }
.cond .go { margin-left: auto; color: var(--line-2); transition: color .15s; }
.cond:hover .go { color: var(--navy); }

/* Doctor section */
.doc-grid { display: grid; grid-template-columns: 380px 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
.doc-photo { position: relative; }
.doc-photo img { border-radius: var(--r-lg); width: 100%; aspect-ratio: 371/428; object-fit: cover; box-shadow: var(--shadow-lg); }
.doc-photo::after {
  content: ""; position: absolute; inset: 14px -14px -14px 14px; border: 1.5px solid var(--gold); border-radius: var(--r-lg); z-index: -1; opacity: .55;
}
.doc-badge {
  position: absolute; left: -16px; bottom: 22px; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: .7rem .9rem;
  box-shadow: var(--shadow-lg); font-size: .85rem; display: flex; gap: .6rem; align-items: center;
}
.doc-badge .yrs { font-family: var(--font-display); font-size: 1.7rem; color: var(--navy); line-height: 1; }
.doc-badge span { color: var(--muted); line-height: 1.25; }
.creds { display: grid; grid-template-columns: 1fr 1fr; gap: .55rem 1.5rem; margin: 1.4rem 0 1.6rem; padding: 0; list-style: none; }
.creds li { display: flex; gap: .55rem; align-items: flex-start; font-size: .95rem; color: var(--body); }
.creds li::before { content: "✓"; color: var(--ok); font-weight: 700; flex: none; }
.pull {
  margin: 1.5rem 0 0; padding: 1.2rem 1.4rem; border-left: 3px solid var(--gold); background: var(--gold-soft); border-radius: 0 12px 12px 0;
  font-family: var(--font-display); font-size: 1.18rem; color: var(--navy); line-height: 1.45; font-style: italic;
}
.pull cite { display: block; margin-top: .5rem; font-family: var(--font-body); font-style: normal; font-size: .85rem; color: var(--muted); }

/* Two-up feature cards */
.two-up { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.feat {
  position: relative; overflow: hidden; border-radius: var(--r-lg); padding: 2.4rem 2.2rem; min-height: 320px; display: flex; flex-direction: column; justify-content: flex-end;
}
.feat--navy { background: linear-gradient(160deg, var(--navy) 0%, var(--navy-3) 100%); color: #D7E0EC; }
.feat--navy h2, .feat--navy h3 { color: #fff; }
.feat--navy .eyebrow { color: var(--gold-2); }
.feat--gold { background: linear-gradient(160deg, #FBF4E2 0%, #F2E3BA 100%); color: var(--body); }
.feat--gold h2 { color: var(--navy); }
.feat h2 { font-size: clamp(1.55rem, 2.4vw, 2rem); margin-bottom: .75rem; }
.feat p { font-size: 1rem; max-width: 46ch; }
.feat .btn { align-self: flex-start; margin-top: 1.2rem; }
.feat .glyph { position: absolute; right: -20px; top: -20px; width: 180px; height: 180px; opacity: .08; }

/* Reviews */
.reviews-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr 1fr; gap: 1.25rem; align-items: stretch; }
.rating-card {
  background: var(--navy); color: #fff; border-radius: var(--r-lg); padding: 2rem 1.8rem; display: flex; flex-direction: column; justify-content: space-between; gap: 1.5rem;
}
.rating-card .big { font-family: var(--font-display); font-size: 4.2rem; line-height: 1; font-weight: 500; }
.rating-card .stars { color: var(--gold-2); font-size: 1.25rem; }
.rating-card p { color: #B9C7D8; font-size: .95rem; }
.rating-card .g { display: inline-flex; align-items: center; gap: .5rem; font-weight: 600; font-size: .9rem; color: #fff; }
.rating-card .g svg { width: 18px; height: 18px; }
.review {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 1.6rem 1.5rem; display: flex; flex-direction: column; gap: 1rem;
}
.review .stars { font-size: .9rem; }
.review blockquote { margin: 0; font-family: var(--font-display); font-size: 1.12rem; line-height: 1.45; color: var(--ink); flex: 1; }
.review .who { font-size: .85rem; color: var(--muted); display: flex; align-items: center; gap: .5rem; }
.review .who::before { content: ""; width: 26px; height: 26px; border-radius: 50%; background: var(--teal-soft); flex: none; }

/* FAQ */
.faq { max-width: 800px; margin-inline: auto; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 12px; margin-bottom: .7rem; overflow: hidden; }
.faq summary {
  list-style: none; cursor: pointer; padding: 1.05rem 1.3rem; font-weight: 600; color: var(--ink); display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.4rem; font-weight: 300; color: var(--muted); transition: transform .2s; line-height: 1; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details[open] summary { border-bottom: 1px solid var(--line); }
.faq .ans { padding: 1rem 1.3rem 1.2rem; color: var(--body); font-size: .98rem; }

/* CTA band */
.cta-band { background: var(--navy); color: #D7E0EC; position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(700px 300px at 80% 120%, rgba(224, 188, 92, .18), transparent 60%); }
.cta-inner { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; gap: 3rem; align-items: center; padding: clamp(3rem, 6vw, 5rem) 0; }
.cta-band h2 { color: #fff; font-size: clamp(1.9rem, 3.4vw, 2.8rem); margin-bottom: .75rem; }
.cta-band .lead { color: #B9C7D8; }
.cta-band .hero-ctas { margin: 1.5rem 0 0; }
.cta-band .btn--ghost { color: #fff; border-color: rgba(255, 255, 255, .4); }
.cta-band .btn--ghost:hover { border-color: #fff; background: rgba(255, 255, 255, .08); }
.cta-info { background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .12); border-radius: var(--r-lg); padding: 1.6rem 1.6rem; display: grid; gap: 1rem; }
.cta-info .row { display: flex; gap: .9rem; align-items: flex-start; }
.cta-info .row svg { width: 20px; height: 20px; color: var(--gold-2); flex: none; margin-top: 2px; }
.cta-info strong { color: #fff; display: block; font-size: .95rem; }
.cta-info span { color: #B9C7D8; font-size: .92rem; }
.cta-info a { color: #fff; }

/* Footer */
.site-footer { background: #0B2038; color: #9FB0C4; padding: 3.5rem 0 2rem; font-size: .93rem; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 2.5rem; padding-bottom: 2.5rem; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.foot-brand img { height: 44px; filter: brightness(0) invert(1); opacity: .95; margin-bottom: 1rem; }
.foot-brand p { max-width: 34ch; }
.site-footer h4 { color: #fff; font-family: var(--font-body); font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 1rem; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .5rem; }
.site-footer a { color: #C9D5E3; }
.site-footer a:hover { color: #fff; }
.foot-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; padding-top: 1.5rem; font-size: .82rem; color: #6F829A; }
.foot-bottom a { color: #8FA2B8; }

/* Inner page hero */
.page-hero { padding: clamp(2.5rem, 5vw, 4.5rem) 0 clamp(2rem, 4vw, 3rem); border-bottom: 1px solid var(--line); background: linear-gradient(180deg, #fff 0%, var(--paper) 100%); }
.page-hero .crumbs { font-size: .85rem; color: var(--muted); margin-bottom: 1.2rem; display: flex; gap: .5rem; flex-wrap: wrap; }
.page-hero .crumbs a { color: var(--muted); }
.page-hero h1 { color: var(--navy); max-width: 18ch; margin-bottom: 1rem; }
.page-hero .lead { max-width: 58ch; }
.page-hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.page-hero-art { border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4/3; background: var(--teal-soft); position: relative; }
.page-hero-art img { width: 100%; height: 100%; object-fit: cover; }

/* Quiet stats row (replaces the yellow slab) */
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--r); background: #fff; overflow: hidden; }
.stat { padding: 1.3rem 1.4rem; border-right: 1px solid var(--line); display: flex; gap: .9rem; align-items: flex-start; }
.stat:last-child { border-right: 0; }
.stat .ic { width: 36px; height: 36px; border-radius: 10px; background: var(--gold-soft); color: var(--gold); display: grid; place-items: center; flex: none; }
.stat .ic svg { width: 18px; height: 18px; }
.stat strong { display: block; color: var(--ink); font-size: 1rem; }
.stat span { color: var(--muted); font-size: .86rem; line-height: 1.35; }

/* Prose + aside layout */
.prose-grid { display: grid; grid-template-columns: 1fr 340px; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.prose h2 { margin-bottom: 1rem; }
.prose p { font-size: 1.05rem; }
.aside-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 1.5rem; position: sticky; top: 96px; }
.aside-card h3 { margin-bottom: .5rem; }
.aside-card p { font-size: .95rem; color: var(--body); }
.aside-card .btn { width: 100%; margin-top: 1rem; }
.aside-card .or { text-align: center; font-size: .85rem; color: var(--muted); margin-top: .7rem; }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; counter-reset: step; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 1.6rem 1.5rem; position: relative; }
.step::before {
  counter-increment: step; content: counter(step, decimal-leading-zero); font-family: var(--font-display); font-size: 2rem; color: var(--gold); line-height: 1; display: block; margin-bottom: .9rem;
}
.step h3 { margin-bottom: .4rem; }
.step p { color: var(--muted); font-size: .95rem; }

/* Split info */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.info-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 1.8rem; }
.info-card h3 { font-family: var(--font-display); font-size: 1.4rem; font-weight: 500; margin-bottom: .6rem; color: var(--navy); }
.info-card ul { margin: .8rem 0 0; padding: 0; list-style: none; display: grid; gap: .5rem; }
.info-card li { display: flex; gap: .55rem; font-size: .97rem; }
.info-card li::before { content: "✓"; color: var(--ok); font-weight: 700; }

/* Booking modal + inline form */
.modal { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 1rem; }
.modal.open { display: flex; }
.modal-bg { position: absolute; inset: 0; background: rgba(10, 22, 38, .55); backdrop-filter: blur(3px); }
.modal-card {
  position: relative; background: #fff; border-radius: var(--r-lg); width: min(620px, 100%); max-height: calc(100vh - 2rem); overflow: auto;
  box-shadow: 0 30px 80px -20px rgba(0, 0, 0, .5); padding: 1.8rem 1.8rem 1.6rem;
}
.modal-close { position: absolute; top: .9rem; right: .9rem; background: var(--paper-2); border: 0; width: 36px; height: 36px; border-radius: 50%; cursor: pointer; font-size: 1.2rem; color: var(--muted); }
.booking { }
.booking .progress { display: flex; gap: .4rem; margin-bottom: 1.4rem; }
.booking .progress i { height: 4px; flex: 1; border-radius: 4px; background: var(--line); }
.booking .progress i.on { background: var(--navy); }
.booking h3 { font-family: var(--font-display); font-size: 1.5rem; font-weight: 500; color: var(--navy); margin-bottom: .3rem; }
.booking .hint { color: var(--muted); font-size: .93rem; margin-bottom: 1.2rem; }
.bstep { display: none; }
.bstep.on { display: block; }
.chips { display: flex; flex-wrap: wrap; gap: .55rem; }
.chip {
  border: 1.5px solid var(--line-2); background: #fff; border-radius: 999px; padding: .6rem 1rem; font-size: .93rem; font-weight: 500; color: var(--ink); cursor: pointer; font-family: var(--font-body);
  transition: all .12s;
}
.chip:hover { border-color: var(--navy); }
.chip.sel { background: var(--navy); color: #fff; border-color: var(--navy); }
.opt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; }
.opt {
  border: 1.5px solid var(--line-2); border-radius: 12px; padding: .95rem 1rem; text-align: left; background: #fff; cursor: pointer; font-family: var(--font-body); transition: all .12s;
}
.opt strong { display: block; color: var(--ink); font-size: .97rem; }
.opt span { color: var(--muted); font-size: .82rem; }
.opt:hover { border-color: var(--navy); }
.opt.sel { border-color: var(--navy); background: #F2F6FA; box-shadow: inset 0 0 0 1px var(--navy); }
.field { display: grid; gap: .35rem; margin-bottom: .9rem; }
.field label { font-size: .85rem; font-weight: 600; color: var(--ink); }
.field input, .field select, .field textarea {
  font: inherit; font-size: .98rem; padding: .75rem .9rem; border: 1.5px solid var(--line-2); border-radius: 10px; background: #fff; color: var(--ink); width: 100%;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--navy); box-shadow: 0 0 0 3px rgba(14, 42, 71, .12); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.bnav { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-top: 1.4rem; padding-top: 1.1rem; border-top: 1px solid var(--line); }
.bnav .back { background: none; border: 0; color: var(--muted); font-weight: 600; cursor: pointer; font-family: var(--font-body); font-size: .93rem; }
.bnav .back:hover { color: var(--navy); }
.done { text-align: center; padding: 1rem 0; }
.done .ok-ic { width: 64px; height: 64px; border-radius: 50%; background: #EAF6EE; color: var(--ok); display: grid; place-items: center; margin: 0 auto 1rem; }
.done .ok-ic svg { width: 30px; height: 30px; }
.done h3 { margin-bottom: .5rem; }
.done p { color: var(--muted); }
.summary { background: var(--paper-2); border-radius: 12px; padding: 1rem 1.1rem; font-size: .92rem; color: var(--body); text-align: left; margin: 1.2rem 0; display: grid; gap: .3rem; }
.summary b { color: var(--ink); }
.privacy { font-size: .78rem; color: var(--muted); margin-top: .8rem; }

/* Contact page */
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.booking-inline { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 2rem; box-shadow: var(--shadow); }
.contact-info { display: grid; gap: 1rem; }
.contact-tile { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 1.3rem 1.4rem; display: flex; gap: 1rem; align-items: flex-start; }
.contact-tile .ic { width: 40px; height: 40px; border-radius: 10px; background: var(--teal-soft); color: var(--teal); display: grid; place-items: center; flex: none; }
.contact-tile .ic svg { width: 20px; height: 20px; }
.contact-tile strong { display: block; color: var(--ink); margin-bottom: .15rem; }
.contact-tile span, .contact-tile a { font-size: .95rem; }
.map-link { display: block; border-radius: var(--r); overflow: hidden; border: 1px solid var(--line); background: var(--paper-2); aspect-ratio: 16/8; position: relative; }
.map-link .map-bg { position: absolute; inset: 0; background: linear-gradient(135deg, #E8EFEA 0%, #DDE7EE 100%); }
.map-link .map-pin { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; color: var(--navy); font-weight: 600; font-size: .9rem; }
.map-link .map-pin svg { width: 32px; height: 32px; margin: 0 auto .3rem; color: #D9473B; display: block; }
.areas { display: flex; flex-wrap: wrap; gap: .4rem; }
.areas span { font-size: .82rem; padding: .3rem .65rem; border-radius: 999px; background: var(--paper-2); color: var(--body); }

/* Review notes ribbon (preview only) */
.preview-note {
  position: fixed; right: 1rem; bottom: 1rem; z-index: 60; background: var(--ink); color: #fff; font-size: .78rem; padding: .55rem .8rem; border-radius: 8px; opacity: .85;
}
.preview-note a { color: var(--gold-2); }

/* Responsive */
@media (max-width: 1024px) {
  .values { grid-template-columns: repeat(2, 1fr); }
  .cond-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: 1fr 1fr; }
  .rating-card { grid-column: 1 / -1; flex-direction: row; align-items: center; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .stats-row { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(1), .stat:nth-child(2) { border-bottom: 1px solid var(--line); }
  .doc-grid { grid-template-columns: 300px 1fr; }
}
@media (max-width: 860px) {
  body { font-size: 16px; padding-bottom: 72px; }
  .sticky-bar .btn { font-size: .95rem; padding: .85rem .6rem; white-space: nowrap; }
  .trust-row { flex-direction: column; align-items: flex-start; gap: .35rem; }
  .dot::before { display: none; }
  .ins-inner { flex-wrap: wrap; gap: .6rem 1rem; }
  .ins-logos { flex-wrap: wrap; justify-content: flex-start; gap: .35rem 1rem; width: 100%; }
  .ins-logo { font-size: 1rem; }
  .nav, .header-cta .phone-link { display: none; }
  .header-cta { margin-left: auto; }
  .header-cta .btn { display: none; }
  .menu-btn { display: block; }
  .sticky-bar { display: grid; }
  .hero-grid, .page-hero-grid, .doc-grid, .two-up, .cta-inner, .prose-grid, .split, .contact-grid { grid-template-columns: 1fr; }
  .hero .lead { font-size: 1.08rem; }
  .hero-bg img { object-position: 60% 50%; }
  .hero-bg::after { background: linear-gradient(180deg, rgba(250,248,243,.95) 0%, rgba(250,248,243,.9) 55%, rgba(250,248,243,.84) 100%); }
  .doc-photo { max-width: 320px; }
  .doc-badge { left: 12px; }
  .aside-card { position: static; }
  .steps { grid-template-columns: 1fr; }
  .feat { min-height: 0; padding: 2rem 1.6rem; }
  .page-hero-art { display: none; }
  .creds { grid-template-columns: 1fr; }
  .booking-inline { padding: 1.4rem; }
  .preview-note { display: none; }
}
@media (max-width: 560px) {
  .values, .cond-grid, .reviews-grid, .foot-grid, .stats-row, .choice-grid, .opt-grid, .field-row { grid-template-columns: 1fr; }
  .stat { border-right: 0; border-bottom: 1px solid var(--line); }
  .stat:last-child { border-bottom: 0; }
  .rating-card { flex-direction: column; }
  .hero-ctas .btn { width: 100%; }
  .modal { padding: 0; align-items: flex-end; }
  .modal-card { border-radius: 20px 20px 0 0; max-height: 92vh; }
}

/* ===== Added for full-site build ===== */
.page-hero-art img { width: 100%; height: 100%; object-fit: cover; }
.faq .faq-group { font-family: var(--font-display); font-weight: 500; font-size: 1.35rem; color: var(--navy); margin: 2rem 0 .8rem; }
.faq .faq-group:first-child { margin-top: 0; }
.step.svc { display: flex; flex-direction: column; text-decoration: none; color: inherit; transition: transform .15s, box-shadow .15s, border-color .15s; }
.step.svc::before { content: none; }
.step.svc .ic { width: 44px; height: 44px; border-radius: 12px; background: var(--teal-soft); color: var(--teal); display: grid; place-items: center; margin-bottom: 1rem; }
.step.svc .ic svg { width: 22px; height: 22px; }
.step.svc p { flex: 1; }
.step.svc .arrow-link { margin-top: 1rem; }
.step.svc:hover { transform: translateY(-2px); box-shadow: var(--shadow); border-color: var(--navy); }
.team { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; max-width: 1000px; margin: 0 auto; }
.member { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; display: flex; flex-direction: column; }
.member img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: 50% 20%; }
.member-body { padding: 1.2rem 1.25rem 1.4rem; }
.member .role { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--teal); font-weight: 600; margin-bottom: .3rem; }
.member h3 { font-size: 1.05rem; margin-bottom: .5rem; line-height: 1.3; }
.member p { font-size: .9rem; color: var(--muted); }
.timeline { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; position: relative; }
.timeline::before { content: ""; position: absolute; left: 0; right: 0; top: 1.05rem; height: 2px; background: var(--line-2); }
.timeline li { position: relative; padding-top: 2.6rem; font-size: .95rem; color: var(--body); }
.timeline li::before { content: ""; position: absolute; top: .6rem; left: 0; width: 18px; height: 18px; border-radius: 50%; background: var(--gold); border: 4px solid var(--paper); box-shadow: 0 0 0 1px var(--line-2); }
.timeline .yr { display: block; font-family: var(--font-display); font-size: 1.5rem; color: var(--navy); margin-bottom: .3rem; }
.section--white .timeline li::before { border-color: #fff; }
.ins-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.ins-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 1.4rem 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.ins-name { font-family: var(--font-display); font-size: 1.3rem; font-weight: 600; color: var(--navy-3); }
.ins-tag { display: inline-flex; align-items: center; gap: .35rem; font-size: .8rem; font-weight: 600; color: #1F6B3E; background: #EAF6EE; padding: .3rem .6rem; border-radius: 999px; white-space: nowrap; }
.ins-tag svg { width: 14px; height: 14px; }
.video-grid { display: grid; grid-template-columns: 1fr 340px; gap: clamp(2rem, 4vw, 3rem); align-items: start; }
.video-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.video-embed { aspect-ratio: 16/9; background: #000; }
.video-embed iframe { width: 100%; height: 100%; border: 0; display: block; }
.video-body { padding: 1.4rem 1.5rem 1.6rem; }
.video-body h3 { font-family: var(--font-display); font-size: 1.35rem; font-weight: 500; margin-bottom: .4rem; }
.video-body p { color: var(--muted); }
@media (max-width: 1024px) { .team, .timeline { grid-template-columns: repeat(2, 1fr); } .timeline::before { display: none; } .ins-grid { grid-template-columns: 1fr 1fr; } .video-grid { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .team, .timeline, .ins-grid { grid-template-columns: 1fr; } }

/* ---- blog / resources (added 2026-08-24) ---- */
.prose ul, .prose ol { margin: 0 0 1.2rem 1.3rem; padding: 0; font-size: 1.05rem; display: grid; gap: .45rem; }
.prose h2 { margin-top: 2.2rem; }
.prose h2:first-child { margin-top: 0; }
.prose a { color: var(--navy); font-weight: 600; }
.video-card .video-body h3 { margin-bottom: .5rem; }
.video-card .arrow-link { margin-top: .6rem; }
