/*
Theme Name: Get Wellness Chiropractic
Theme URI: https://example.com/get-wellness-chiropractic
Author: Custom build
Author URI: https://example.com
Description: A responsive chiropractic clinic theme inspired by a clean, editorial medical layout. Includes a strong hero, featured services, doctor profile, conditions, location, hours, and conversion-focused calls to action.
Version: 1.11.0
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: get-wellness-chiropractic
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: health, medical, clinic, chiropractic, custom-logo, custom-menu, featured-images, one-column, two-columns, responsive-layout
*/

:root {
  --gw-navy: #122b43;
  --gw-teal: #09afbd;
  --gw-teal-dark: #00747e;
  --gw-teal-light: #66d6e0;
  --gw-orange: #c94716;
  --gw-ink: #1f2d38;
  --gw-muted: #5d6c77;
  --gw-line: #dce5e9;
  --gw-soft: #f3f7f8;
  --gw-white: #ffffff;
  --gw-width: 1120px;
  --gw-shadow: 0 16px 42px rgba(18, 43, 67, 0.11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--gw-ink);
  background: #fff;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: var(--gw-teal-dark); text-decoration: none; }
a:hover { color: var(--gw-orange); }
button, input, select, textarea { font: inherit; }

.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0);
  white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
  position: fixed !important;
  top: 10px; left: 10px;
  z-index: 100000;
  width: auto; height: auto;
  padding: .75rem 1rem;
  clip: auto;
  background: #fff;
  color: #000;
}

.gw-container { width: min(var(--gw-width), calc(100% - 40px)); margin-inline: auto; }
.gw-section { padding: 76px 0; }
.gw-section--tight { padding: 54px 0; }
.gw-kicker {
  margin: 0 0 8px;
  color: var(--gw-teal-dark);
  font-weight: 800;
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.gw-heading {
  margin: 0 0 18px;
  color: var(--gw-navy);
  font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.02;
  letter-spacing: .015em;
  text-transform: uppercase;
}
.gw-heading--small { font-size: clamp(1.6rem, 3vw, 2.35rem); }
.gw-lead { color: var(--gw-muted); font-size: 1.08rem; max-width: 760px; }
.gw-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: .8rem 1.25rem;
  border: 2px solid transparent;
  border-radius: 2px;
  background: var(--gw-orange);
  color: #fff;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}
.gw-button:hover { background: #a93611; color: #fff; transform: translateY(-1px); }
.gw-button--outline { background: transparent; border-color: rgba(255,255,255,.72); color: #fff; }
.gw-button--outline:hover { background: #fff; color: var(--gw-navy); }
.gw-button--teal { background: var(--gw-teal-dark); }
.gw-button--teal:hover { background: var(--gw-navy); }

/* Header */
.gw-site-header { position: relative; z-index: 20; background: #fff; }
.gw-topbar { border-bottom: 1px solid var(--gw-line); font-size: .77rem; color: var(--gw-navy); }
.gw-topbar__inner { display: flex; justify-content: flex-end; gap: 24px; padding: 8px 0; font-weight: 700; }
.gw-topbar a { color: inherit; }
.gw-review-summary { display: inline-flex; align-items: center; gap: 6px; }
.gw-review-summary:hover { text-decoration: underline; }
.gw-review-summary__star { color: #b23a13; font-size: 1rem; line-height: 1; }
.gw-review-summary img { display: block; width: 52px; height: auto; }
.gw-header-main { display: flex; align-items: center; gap: 34px; min-height: 84px; }
.gw-brand { flex: 0 0 auto; display: inline-flex; align-items: center; color: var(--gw-navy); }
.gw-brand:hover { color: var(--gw-navy); }
.gw-brand .custom-logo { display: block; max-height: 58px; width: auto; }
.gw-brand--image img { display: block; height: 58px; width: auto; }
.gw-brand-mark {
  display: grid;
  place-items: center;
  width: 43px; height: 54px;
  margin-right: 10px;
  background: var(--gw-teal-dark);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 900;
  transform: skew(-7deg);
}
.gw-brand-copy { line-height: 1; }
.gw-brand-copy strong {
  display: block;
  font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  font-size: 1.15rem;
  letter-spacing: .015em;
  text-transform: uppercase;
}
.gw-brand-copy span { display: block; margin-top: 5px; color: var(--gw-muted); font-size: .69rem; }
.gw-navigation { margin-left: auto; }
.gw-navigation ul { margin: 0; padding: 0; list-style: none; }
.gw-navigation > ul { display: flex; align-items: center; gap: 18px; }
.gw-navigation li { position: relative; }
.gw-navigation a {
  color: var(--gw-navy);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.gw-navigation .current-menu-item > a,
.gw-navigation a:hover,
.gw-navigation a:focus-visible { color: var(--gw-orange); }
.gw-navigation .sub-menu,
.gw-navigation .children {
  display: none;
  position: absolute;
  z-index: 30;
  top: calc(100% + 12px);
  left: 0;
  min-width: 260px;
  padding: 8px;
  border: 1px solid var(--gw-line);
  background: #fff;
  box-shadow: var(--gw-shadow);
}
.gw-navigation .sub-menu::before,
.gw-navigation .children::before { content: ""; position: absolute; right: 0; bottom: 100%; left: 0; height: 13px; }
.gw-navigation .sub-menu a,
.gw-navigation .children a { display: block; padding: 10px 12px; line-height: 1.35; white-space: nowrap; }
.gw-navigation li:hover > .sub-menu,
.gw-navigation li:hover > .children,
.gw-navigation li:focus-within > .sub-menu,
.gw-navigation li:focus-within > .children,
.gw-navigation li.is-submenu-open > .sub-menu,
.gw-navigation li.is-submenu-open > .children { display: block; }
.gw-navigation .menu-item-has-children > a,
.gw-navigation .page_item_has_children > a { padding-right: 22px; }
.gw-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 0;
  width: 22px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--gw-navy);
  cursor: pointer;
  transform: translateY(-50%);
}
.gw-submenu-toggle[aria-expanded="true"] span { display: inline-block; transform: rotate(180deg); }
.gw-header-actions { display: flex; align-items: center; gap: 8px; }
.gw-header-actions .gw-button { min-height: 40px; padding: .72rem .95rem; font-size: .72rem; }
.gw-menu-toggle {
  display: none;
  width: 44px; height: 44px;
  border: 1px solid var(--gw-line);
  background: #fff;
  color: var(--gw-navy);
  cursor: pointer;
}

/* Hero */
.gw-hero {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  background: var(--gw-navy) center/cover no-repeat;
  color: #fff;
}
.gw-hero::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(10, 32, 50, .84) 0%, rgba(10, 32, 50, .52) 46%, rgba(10, 32, 50, .06) 78%);
}
.gw-hero__inner { position: relative; z-index: 1; display: flex; align-items: center; min-height: 570px; }
.gw-hero__content { max-width: 680px; padding: 86px 0; }
.gw-hero__eyebrow { margin: 0 0 14px; font-size: .78rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.gw-hero h1 {
  margin: 0 0 14px;
  font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  font-size: clamp(3.2rem, 7vw, 6.4rem);
  line-height: .9;
  letter-spacing: .012em;
  text-transform: uppercase;
  text-wrap: balance;
}
.gw-hero__sub { max-width: 620px; margin: 0 0 28px; font-size: clamp(1rem, 2vw, 1.3rem); font-weight: 600; }
.gw-hero__actions { display: flex; flex-wrap: wrap; gap: 10px; }

/* Service band */
.gw-service-band { background: var(--gw-teal-dark); color: #fff; }
.gw-service-band__title { margin: 0 0 26px; text-align: center; font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif; font-size: 1.75rem; text-transform: uppercase; }
.gw-service-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.gw-service-item { padding: 4px 28px 10px; text-align: center; border-left: 1px solid rgba(255,255,255,.22); }
.gw-service-item:first-child { border-left: 0; }
.gw-service-icon {
  display: grid; place-items: center;
  width: 54px; height: 54px;
  margin: 0 auto 13px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 50%;
  font-size: 1.35rem;
}
.gw-service-item h3 { margin: 0 0 7px; font-size: .93rem; letter-spacing: .06em; text-transform: uppercase; }
.gw-service-item p { margin: 0; color: rgba(255,255,255,.88); font-size: .84rem; line-height: 1.5; }

/* Main content */
.gw-content-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(300px, .72fr); gap: 58px; align-items: start; }
.gw-prose h2, .gw-prose h3 { color: var(--gw-teal-dark); }
.gw-prose h3 { margin: 30px 0 7px; font-size: 1.35rem; }
.gw-prose p { margin: 0 0 16px; }
.gw-media-frame { position: relative; overflow: hidden; margin: 26px 0 34px; background: #e9eef0; box-shadow: var(--gw-shadow); aspect-ratio: 16/9; }
.gw-media-frame iframe { width: 100%; height: 100%; border: 0; }
.gw-media-frame img { width: 100%; height: 100%; object-fit: cover; }
.gw-sidebar-card { position: sticky; top: 24px; overflow: hidden; border: 1px solid var(--gw-line); background: #fff; box-shadow: var(--gw-shadow); }
.gw-sidebar-card__image { aspect-ratio: 4/3; background: var(--gw-soft); }
.gw-sidebar-card__image img { width: 100%; height: 100%; object-fit: cover; }
.gw-sidebar-card__body { padding: 28px; }
.gw-sidebar-card h3 { margin: 0 0 8px; color: var(--gw-navy); font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif; font-size: 1.8rem; text-transform: uppercase; }
.gw-sidebar-card p { color: var(--gw-muted); }
.gw-facts { display: grid; gap: 11px; margin: 22px 0; padding: 0; list-style: none; }
.gw-facts li { display: grid; grid-template-columns: 26px 1fr; gap: 8px; align-items: start; }
.gw-facts span:first-child { color: var(--gw-orange); font-weight: 900; }

/* Bio */
.gw-bio { background: var(--gw-soft); border-top: 18px solid var(--gw-teal-dark); }
.gw-bio-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(250px, .6fr); gap: 62px; align-items: center; }
.gw-bio-photo { overflow: hidden; aspect-ratio: 4/5; max-height: 520px; box-shadow: var(--gw-shadow); }
.gw-bio-photo img { width: 100%; height: 100%; object-fit: cover; }
.gw-bio-copy h2 { margin-bottom: 14px; }
.gw-bio-copy ul { columns: 2; gap: 30px; padding-left: 18px; }
.gw-bio-copy li { margin-bottom: 5px; }

/* CTA */
.gw-cta {
  position: relative;
  overflow: hidden;
  background: var(--gw-teal-dark) center/cover no-repeat;
  color: #fff;
  text-align: center;
}
.gw-cta::before { content: ""; position: absolute; inset: 0; background: rgba(0, 92, 101, .92); }
.gw-cta__inner { position: relative; z-index: 1; padding: 72px 0; }
.gw-cta h2 { margin: 0 0 5px; font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1; text-transform: uppercase; }
.gw-cta p { margin: 0 0 24px; font-weight: 700; }

/* Conditions */
.gw-conditions { background: var(--gw-teal-dark); color: #fff; }
.gw-conditions h2 { margin: 0 0 32px; text-align: center; font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif; font-size: 2rem; text-transform: uppercase; }
.gw-condition-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; }
.gw-condition-card { text-align: center; }
.gw-condition-card__image { overflow: hidden; aspect-ratio: 4/3; margin-bottom: 13px; background: rgba(255,255,255,.12); }
.gw-condition-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.gw-condition-card:hover img { transform: scale(1.035); }
.gw-condition-card h3 { margin: 0; color: #fff; font-size: .92rem; letter-spacing: .06em; text-transform: uppercase; }

/* Location */
.gw-location-grid { display: grid; grid-template-columns: 1fr 1fr; }
.gw-location-panel { min-height: 520px; }
.gw-location-panel__title { margin: 0; padding: 26px 42px; background: var(--gw-teal-light); color: var(--gw-navy); font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif; font-size: 1.85rem; text-transform: uppercase; }
.gw-map { height: 360px; background: #e4e2de; }
.gw-map iframe { width: 100%; height: 100%; border: 0; }
.gw-location-copy { padding: 28px 42px 36px; }
.gw-hours { padding: 34px 42px; }
.gw-hours-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.gw-hours-list li { display: grid; grid-template-columns: 105px 1fr auto; align-items: baseline; gap: 8px; font-size: .88rem; font-weight: 700; }
.gw-hours-list li::before { content: ""; grid-column: 2; grid-row: 1; border-bottom: 1px dotted #9eaab0; transform: translateY(-3px); }
.gw-hours-list span:first-child { grid-column: 1; }
.gw-hours-list span:last-child { grid-column: 3; }
.gw-not-found { padding-block: clamp(48px, 7vw, 88px); }
.gw-not-found__search { max-width: 680px; margin: 0 auto 34px; }
.gw-not-found__links { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.gw-not-found__links .gw-ccard { display: grid; gap: 7px; color: var(--gw-ink); text-decoration: none; }
.gw-not-found__links .gw-ccard strong { color: var(--gw-navy); font-size: 1.1rem; }
.gw-not-found__contact { display: grid; grid-template-columns: 1fr 2fr; gap: 28px; margin-top: 34px; padding: 28px; background: var(--gw-soft); border-radius: var(--gw-radius); }
.gw-not-found__contact h2 { margin-top: 0; font-size: 1.15rem; }
.gw-not-found__contact ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px 24px; margin: 0; padding: 0; list-style: none; }
.gw-not-found__contact li { display: flex; justify-content: space-between; gap: 12px; }

/* Footer */
.gw-footer { background: var(--gw-navy); color: rgba(255,255,255,.75); }
.gw-footer__grid { display: grid; grid-template-columns: 1.15fr .8fr .8fr 1.2fr; gap: 38px; padding: 58px 0 44px; }
.gw-footer h3 { margin: 0 0 15px; color: #fff; font-size: .92rem; letter-spacing: .08em; text-transform: uppercase; }
.gw-footer ul { margin: 0; padding: 0; list-style: none; }
.gw-footer li { margin-bottom: 8px; }
.gw-footer a { color: rgba(255,255,255,.8); }
.gw-footer a:hover { color: #fff; }
.gw-footer__bottom { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.12); font-size: .76rem; text-align: center; }

/* Content templates */
.gw-page-header { padding: 60px 0; background: var(--gw-soft); border-bottom: 1px solid var(--gw-line); }
.gw-page-header h1 { margin: 0; }
.gw-entry { padding: 68px 0; }
.gw-entry__content { max-width: 820px; }
.gw-entry__content > *:first-child { margin-top: 0; }
.gw-entry__content h2, .gw-entry__content h3 { color: var(--gw-navy); }
.gw-post-list { display: grid; gap: 28px; }
.gw-post-card { padding: 28px; border: 1px solid var(--gw-line); background: #fff; box-shadow: 0 9px 24px rgba(18,43,67,.06); }
.gw-post-card h2 { margin-top: 0; }

@media (max-width: 980px) {
  .gw-header-main { min-height: 72px; flex-wrap: wrap; }
  .has-nav-js .gw-menu-toggle { display: inline-grid; place-items: center; margin-left: auto; }
  .gw-navigation {
    flex: 1 0 100%;
    margin: 0;
    padding: 16px 20px 22px;
    background: #fff;
    border-top: 1px solid var(--gw-line);
  }
  .has-nav-js .gw-navigation {
    display: none;
    position: absolute;
    top: 100%; left: 0; right: 0;
    max-height: calc(100vh - 110px);
    overflow-y: auto;
    box-shadow: var(--gw-shadow);
  }
  .has-nav-js .gw-navigation.is-open { display: block; }
  .gw-navigation > ul { display: grid; gap: 4px; }
  .gw-navigation a { display: block; padding: 10px 0; }
  .gw-navigation .menu-item-has-children > a,
  .gw-navigation .page_item_has_children > a { padding-right: 48px; }
  .gw-navigation .sub-menu,
  .gw-navigation .children {
    display: block;
    position: static;
    min-width: 0;
    margin: 0 0 5px 8px;
    padding: 0 0 0 16px;
    border: 0;
    border-left: 2px solid var(--gw-line);
    box-shadow: none;
  }
  .has-nav-js .gw-navigation li:not(.is-submenu-open) > .sub-menu,
  .has-nav-js .gw-navigation li:not(.is-submenu-open) > .children { display: none; }
  .has-nav-js .gw-navigation li.is-submenu-open > .sub-menu,
  .has-nav-js .gw-navigation li.is-submenu-open > .children { display: block; }
  .gw-navigation .sub-menu::before,
  .gw-navigation .children::before { display: none; }
  .gw-navigation .sub-menu a,
  .gw-navigation .children a { padding: 9px 0; white-space: normal; }
  .gw-submenu-toggle { top: 20px; right: 4px; width: 40px; height: 40px; }
  body.gw-nav-open { overflow: hidden; }
  .gw-header-actions { display: none; }
  .gw-service-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 0; }
  .gw-service-item:nth-child(3) { border-left: 0; }
  .gw-content-grid { grid-template-columns: 1fr; }
  .gw-sidebar-card { position: static; }
  .gw-bio-grid { grid-template-columns: 1fr .55fr; }
  .gw-footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .gw-container { width: min(var(--gw-width), calc(100% - 28px)); }
  .gw-section { padding: 56px 0; }
  .gw-topbar__inner { justify-content: center; flex-wrap: wrap; gap: 5px 16px; text-align: center; }
  .gw-brand-copy span { display: none; }
  .gw-hero, .gw-hero__inner { min-height: 500px; }
  .gw-hero::before { background: linear-gradient(90deg, rgba(10, 32, 50, .88), rgba(10, 32, 50, .58)); }
  .gw-hero__content { padding: 62px 0; }
  .gw-hero h1 { font-size: clamp(2.85rem, 15vw, 4.35rem); }
  .gw-service-grid { grid-template-columns: 1fr; }
  .gw-service-item { border-left: 0; border-top: 1px solid rgba(255,255,255,.2); padding: 24px 20px; }
  .gw-service-item:first-child { border-top: 0; }
  .gw-bio-grid { grid-template-columns: 1fr; }
  .gw-bio-photo { max-width: 430px; }
  .gw-bio-copy ul { columns: 1; }
  .gw-condition-grid { grid-template-columns: repeat(2, 1fr); gap: 24px 16px; }
  .gw-location-grid { grid-template-columns: 1fr; }
  .gw-location-panel { min-height: auto; }
  .gw-location-panel__title, .gw-location-copy, .gw-hours { padding-left: 24px; padding-right: 24px; }
  .gw-hours-list li { grid-template-columns: 82px 1fr auto; font-size: .8rem; }
  .gw-not-found__links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gw-not-found__contact { grid-template-columns: 1fr; }
  .gw-not-found__contact ul { grid-template-columns: 1fr; }
  .gw-footer__grid { grid-template-columns: 1fr; }
}

@media (max-width: 460px) {
  .gw-brand-mark { width: 34px; height: 44px; }
  .gw-brand-copy strong { font-size: .93rem; }
  .gw-condition-grid { grid-template-columns: 1fr 1fr; }
  .gw-button { width: 100%; }
}

/* Homepage concept shared elements */
.gw-concept h1,
.gw-concept h2,
.gw-concept h3 { text-wrap: balance; }
.gw-section-heading--split,
.gw-modern-heading { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr); gap: 60px; align-items: end; margin-bottom: 38px; }
.gw-section-heading h2,
.gw-modern-heading h2 { max-width: 760px; margin: 0; color: var(--gw-navy); font-size: clamp(2.1rem, 4.5vw, 4rem); line-height: 1.02; }
.gw-section-heading > p,
.gw-modern-heading > p { margin: 0; color: var(--gw-muted); }
.gw-text-link { display: inline-flex; align-items: center; min-height: 44px; color: inherit; font-weight: 800; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }

/* Concept B: warm and local */
.gw-concept--warm { --gw-warm-cream: #f7f0e7; --gw-warm-sage: #dbe7df; --gw-warm-forest: #183d38; --gw-warm-coral: #d86445; }
.gw-warm-hero { overflow: hidden; background: var(--gw-warm-cream); }
.gw-warm-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .9fr); gap: 80px; align-items: center; min-height: 680px; padding-top: 70px; padding-bottom: 70px; }
.gw-warm-hero__copy h1 { max-width: 760px; margin: 0 0 24px; color: var(--gw-warm-forest); font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.2rem, 6vw, 6rem); font-weight: 500; line-height: .96; letter-spacing: -.045em; }
.gw-warm-hero__copy > p:not(.gw-kicker) { max-width: 650px; margin: 0 0 30px; color: #415854; font-size: 1.15rem; }
.gw-warm-hero__copy .gw-button { background: var(--gw-warm-coral); border-radius: 999px; }
.gw-warm-hero__copy .gw-hero__actions { align-items: center; gap: 22px; }
.gw-trust-row { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 36px 0 0; padding: 25px 0 0; border-top: 1px solid rgba(24,61,56,.18); list-style: none; color: var(--gw-warm-forest); font-size: .82rem; font-weight: 800; }
.gw-trust-row li::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 9px; border-radius: 50%; background: var(--gw-warm-coral); vertical-align: 1px; }
.gw-warm-hero__visual { position: relative; min-height: 560px; }
.gw-photo-card { position: absolute; overflow: hidden; margin: 0; background: #fff; box-shadow: 0 30px 70px rgba(24,61,56,.17); }
.gw-photo-card img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.gw-photo-card figcaption { position: absolute; right: 14px; bottom: 14px; left: 14px; display: flex; justify-content: space-between; gap: 10px; padding: 13px 15px; background: rgba(255,255,255,.93); color: var(--gw-warm-forest); font-size: .76rem; backdrop-filter: blur(8px); }
.gw-photo-card figcaption span { color: #667b77; }
.gw-photo-card--main { inset: 0 70px 40px 0; border-radius: 190px 190px 20px 20px; }
.gw-photo-card--accent { right: 0; bottom: 0; width: 46%; height: 53%; border: 9px solid var(--gw-warm-cream); border-radius: 120px 120px 12px 12px; }
.gw-warm-services { background: #fff; }
.gw-warm-service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #d8e0dc; border-bottom: 1px solid #d8e0dc; }
.gw-warm-service-card { min-height: 300px; padding: 30px 26px; border-left: 1px solid #d8e0dc; }
.gw-warm-service-card:first-child { border-left: 0; }
.gw-warm-service-card > span { color: var(--gw-warm-coral); font-size: .75rem; font-weight: 900; }
.gw-warm-service-card h3 { margin: 42px 0 12px; color: var(--gw-warm-forest); font-family: Georgia, "Times New Roman", serif; font-size: 1.65rem; font-weight: 500; line-height: 1.1; }
.gw-warm-service-card p { color: var(--gw-muted); font-size: .9rem; }
.gw-warm-service-card a { display: inline-block; margin-top: 18px; color: var(--gw-warm-forest); font-size: .78rem; font-weight: 900; }
.gw-warm-story { background: var(--gw-warm-sage); }
.gw-warm-story__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .62fr); gap: 85px; align-items: center; }
.gw-warm-story h2 { max-width: 780px; margin: 0 0 20px; color: var(--gw-warm-forest); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.5rem, 5vw, 4.6rem); font-weight: 500; line-height: 1; }
.gw-step-list { display: grid; gap: 18px; margin-top: 34px; }
.gw-step-list > div { display: grid; grid-template-columns: 38px 1fr; gap: 14px; align-items: start; }
.gw-step-list strong { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--gw-warm-forest); border-radius: 50%; }
.gw-step-list span { display: grid; color: #536965; }
.gw-step-list b { color: var(--gw-warm-forest); }
.gw-scheduler-preview { padding: 36px; border-radius: 22px; background: var(--gw-warm-forest); color: #fff; box-shadow: 0 28px 60px rgba(24,61,56,.18); }
.gw-scheduler-preview .gw-kicker { color: #bcd5cc; }
.gw-scheduler-preview h3 { margin: 0 0 12px; font-family: Georgia, "Times New Roman", serif; font-size: 2.1rem; font-weight: 500; line-height: 1.08; }
.gw-scheduler-preview > p:not(.gw-kicker) { color: rgba(255,255,255,.72); }
.gw-scheduler-preview__fields { display: grid; gap: 9px; margin: 26px 0; }
.gw-scheduler-preview__fields span { padding: 14px 16px; border: 1px solid rgba(255,255,255,.17); border-radius: 8px; background: rgba(255,255,255,.07); color: rgba(255,255,255,.7); font-size: .84rem; }
.gw-scheduler-preview .gw-button { width: 100%; border-radius: 999px; background: var(--gw-warm-coral); }
.gw-warm-location { padding: 55px 0; background: var(--gw-warm-forest); color: #fff; }
.gw-warm-location__grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(260px, .75fr) auto; gap: 50px; align-items: center; }
.gw-warm-location h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 500; }
.gw-warm-location p { margin: 0; color: rgba(255,255,255,.75); }
.gw-warm-location a:not(.gw-button) { color: #fff; }

/* Concept C: modern scheduler-forward */
.gw-concept--modern { --gw-modern-blue: #103c58; --gw-modern-cyan: #68d5da; --gw-modern-lime: #d7ef88; --gw-modern-ink: #102d3c; }
.gw-modern-hero { position: relative; overflow: hidden; background: var(--gw-modern-blue); color: #fff; }
.gw-modern-hero::after { content: ""; position: absolute; width: 580px; height: 580px; right: -180px; top: -240px; border: 110px solid rgba(104,213,218,.12); border-radius: 50%; }
.gw-modern-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .62fr); gap: 70px; align-items: center; min-height: 660px; padding-top: 78px; padding-bottom: 78px; }
.gw-modern-label { margin: 0 0 12px; color: #307181; font-size: .72rem; font-weight: 950; letter-spacing: .14em; text-transform: uppercase; }
.gw-modern-hero .gw-modern-label { color: var(--gw-modern-cyan); }
.gw-modern-hero__copy h1 { max-width: 850px; margin: 0 0 22px; font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: clamp(3.6rem, 7vw, 7rem); font-weight: 850; line-height: .88; letter-spacing: -.06em; text-transform: none; }
.gw-modern-hero__copy > p:not(.gw-modern-label) { max-width: 670px; margin-bottom: 30px; color: rgba(255,255,255,.72); font-size: 1.15rem; }
.gw-modern-hero__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.gw-modern-hero .gw-button { border-radius: 9px; background: var(--gw-modern-lime); color: var(--gw-modern-ink); }
.gw-button--ghost { border-color: rgba(255,255,255,.28); background: transparent !important; color: #fff !important; }
.gw-modern-booker { overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: #fff; color: var(--gw-modern-ink); box-shadow: 0 35px 80px rgba(0,0,0,.22); }
.gw-modern-booker__top { display: flex; justify-content: space-between; gap: 18px; padding: 21px 24px; background: var(--gw-modern-cyan); font-weight: 900; }
.gw-modern-booker__top small { font-weight: 700; opacity: .68; }
.gw-modern-booker__body { padding: 27px; }
.gw-modern-booker__lead { margin: 0 0 18px; color: #40606e; font-size: .92rem; line-height: 1.55; }
.gw-modern-booker .gw-button + .gw-button { margin-top: 10px; }
.gw-modern-booker .gw-button--ghost { border-color: #cfdde3 !important; background: transparent !important; color: var(--gw-modern-ink) !important; }
.gw-modern-booker .gw-button--ghost:hover,
.gw-modern-booker .gw-button--ghost:focus-visible { background: #f2f8fa !important; }
.gw-modern-booker__hours { margin: 20px 0 0; padding: 16px 0 0; border-top: 1px solid #e3edf1; list-style: none; }
.gw-modern-booker__hours li { display: flex; justify-content: space-between; gap: 14px; padding: 4px 0; font-size: .84rem; }
.gw-modern-booker__hours li span:first-child { font-weight: 700; }
.gw-modern-booker__hours li span:last-child { color: #5d7581; font-variant-numeric: tabular-nums; }
.gw-hours-aside { margin-top: 34px; padding-top: 28px; border-top: 1px solid var(--gw-line); }
.gw-hours-aside .gw-heading--small { font-size: 2rem; }
.gw-modern-booker .gw-button { width: 100%; }
.gw-modern-booker__body > p { margin: 17px 0 0; color: #6b7e87; font-size: .8rem; text-align: center; }
.gw-modern-strip { background: var(--gw-modern-cyan); color: var(--gw-modern-ink); }
.gw-modern-strip .gw-container { display: grid; grid-template-columns: repeat(4, 1fr); }
.gw-modern-strip span { padding: 19px 22px; border-left: 1px solid rgba(16,45,60,.16); font-size: .75rem; font-weight: 900; text-align: center; text-transform: uppercase; }
.gw-modern-strip span:last-child { border-right: 1px solid rgba(16,45,60,.16); }
.gw-modern-services { background: #f4f8f9; }
.gw-modern-heading { align-items: end; }
.gw-modern-heading h2 { font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-weight: 850; letter-spacing: -.045em; text-transform: none; }
.gw-modern-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #cedce1; border-left: 1px solid #cedce1; }
.gw-modern-card { min-height: 260px; padding: 30px; border-right: 1px solid #cedce1; border-bottom: 1px solid #cedce1; background: #fff; }
.gw-modern-card > span { display: inline-flex; padding: 5px 9px; border-radius: 999px; background: #e2f7f7; color: #236872; font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.gw-modern-card h3 { margin: 44px 0 10px; color: var(--gw-modern-ink); font-size: 1.35rem; }
.gw-modern-card p { margin: 0; color: #637680; font-size: .9rem; }
.gw-modern-team { background: #fff; }
.gw-modern-team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.gw-modern-team-grid article { display: grid; grid-template-columns: minmax(180px, .7fr) 1fr; min-height: 390px; overflow: hidden; border-radius: 14px; background: var(--gw-modern-blue); color: #fff; }
.gw-modern-team-grid img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.gw-modern-team-grid article > div { align-self: end; padding: 30px; }
.gw-modern-team-grid .gw-modern-label { color: var(--gw-modern-cyan); }
.gw-modern-team-grid h3 { margin: 0 0 10px; font-size: 1.85rem; }
.gw-modern-team-grid p:last-child { color: rgba(255,255,255,.7); font-size: .9rem; }
.gw-modern-cta { padding: 55px 0; background: var(--gw-modern-lime); color: var(--gw-modern-ink); }
.gw-modern-cta .gw-container { display: grid; grid-template-columns: 1fr auto auto; gap: 50px; align-items: center; }
.gw-modern-cta h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -.04em; }
.gw-modern-cta .gw-button { border-radius: 9px; background: var(--gw-modern-blue); }
.gw-modern-cta > .gw-container > p { margin: 0; font-size: .86rem; }

@media (max-width: 980px) {
  .gw-warm-hero__grid, .gw-modern-hero__grid { grid-template-columns: 1fr 390px; gap: 40px; }
  .gw-warm-service-grid { grid-template-columns: repeat(2, 1fr); }
  .gw-warm-service-card:nth-child(3) { border-left: 0; }
  .gw-warm-story__grid { gap: 45px; }
  .gw-modern-card-grid { grid-template-columns: repeat(2, 1fr); }
  .gw-modern-team-grid article { grid-template-columns: 1fr; }
  .gw-modern-team-grid img { height: 340px; }
  .gw-modern-cta .gw-container { grid-template-columns: 1fr auto; }
  .gw-modern-cta > .gw-container > p { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .gw-section-heading--split, .gw-modern-heading { grid-template-columns: 1fr; gap: 18px; }
  .gw-warm-hero__grid, .gw-modern-hero__grid { grid-template-columns: 1fr; min-height: auto; padding-top: 54px; padding-bottom: 54px; }
  .gw-warm-hero__visual { min-height: 520px; }
  .gw-warm-story__grid, .gw-warm-location__grid { grid-template-columns: 1fr; gap: 30px; }
  .gw-modern-strip .gw-container { grid-template-columns: 1fr 1fr; }
  .gw-modern-strip span:nth-child(3) { border-top: 1px solid rgba(16,45,60,.16); }
  .gw-modern-strip span:nth-child(4) { border-top: 1px solid rgba(16,45,60,.16); }
  .gw-modern-team-grid { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .gw-warm-hero__copy h1, .gw-modern-hero__copy h1 { font-size: clamp(2.8rem, 15vw, 4.5rem); }
  .gw-warm-hero__visual { min-height: 440px; }
  .gw-photo-card--main { right: 35px; }
  .gw-photo-card--accent { width: 52%; }
  .gw-warm-service-grid, .gw-modern-card-grid { grid-template-columns: 1fr; }
  .gw-warm-service-card { min-height: auto; border-top: 1px solid #d8e0dc; border-left: 0; }
  .gw-warm-service-card:first-child { border-top: 0; }
  .gw-modern-strip .gw-container { grid-template-columns: 1fr; }
  .gw-modern-strip span { border-top: 1px solid rgba(16,45,60,.16); }
  .gw-modern-team-grid article { min-height: auto; }
  .gw-modern-cta .gw-container { grid-template-columns: 1fr; gap: 24px; }
}

/* ==========================================================================
   SEO / sub-page components
   Breadcrumbs, child-page cards, sibling navigation, medical review line,
   FAQ accordion, and search form. Added 2026-07-29.
   ========================================================================== */

/* --- Breadcrumbs --- */
.gw-breadcrumbs {
  border-bottom: 1px solid var(--gw-line);
  background: var(--gw-soft);
  font-size: .82rem;
}
.gw-breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 11px 0;
}
.gw-breadcrumbs__item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--gw-muted);
}
.gw-breadcrumbs__item a {
  color: var(--gw-teal-dark);
  text-decoration: none;
}
.gw-breadcrumbs__item a:hover,
.gw-breadcrumbs__item a:focus-visible { text-decoration: underline; }
.gw-breadcrumbs__item [aria-current="page"] {
  color: var(--gw-ink);
  font-weight: 600;
}
.gw-breadcrumbs__sep { color: var(--gw-line); }

/* --- Page header lead --- */
.gw-page-header__lead {
  margin: 12px 0 0;
  max-width: 62ch;
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--gw-muted);
}
.gw-page-header .gw-kicker a {
  color: inherit;
  text-decoration: none;
}
.gw-page-header .gw-kicker a:hover { text-decoration: underline; }

/* --- Featured media --- */
.gw-entry__media {
  margin: 0 0 28px;
  border-radius: 14px;
  overflow: hidden;
}
.gw-entry__media img {
  display: block;
  width: 100%;
  height: auto;
}

/* --- Medical review line --- */
.gw-reviewed {
  margin: 34px 0 0;
  padding: 13px 16px;
  border-left: 3px solid var(--gw-teal);
  background: var(--gw-soft);
  border-radius: 0 8px 8px 0;
  font-size: .87rem;
  color: var(--gw-muted);
}
.gw-reviewed strong { color: var(--gw-ink); }

/* --- Child page cards --- */
.gw-subpages {
  padding: 54px 0;
  background: var(--gw-soft);
  border-top: 1px solid var(--gw-line);
}
.gw-subpages__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  margin-top: 26px;
}
.gw-subpage-card {
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 22px;
  background: var(--gw-white);
  border: 1px solid var(--gw-line);
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.gw-subpage-card:hover,
.gw-subpage-card:focus-visible {
  transform: translateY(-3px);
  box-shadow: var(--gw-shadow);
  border-color: var(--gw-teal-light);
}
.gw-subpage-card h3 {
  margin: 0;
  font-size: 1.12rem;
  color: var(--gw-navy);
}
.gw-subpage-card p {
  margin: 0;
  font-size: .92rem;
  line-height: 1.55;
  color: var(--gw-muted);
}
.gw-subpage-card__more {
  margin-top: auto;
  padding-top: 6px;
  font-size: .85rem;
  font-weight: 600;
  color: var(--gw-teal-dark);
}

/* --- Sibling navigation --- */
.gw-siblings {
  padding: 40px 0;
  border-top: 1px solid var(--gw-line);
}
.gw-siblings__title {
  margin: 0 0 14px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--gw-muted);
}
.gw-siblings__list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.gw-siblings__list a {
  display: inline-block;
  padding: 7px 14px;
  border: 1px solid var(--gw-line);
  border-radius: 999px;
  font-size: .9rem;
  text-decoration: none;
  color: var(--gw-ink);
  transition: border-color .18s ease, background .18s ease;
}
.gw-siblings__list a:hover,
.gw-siblings__list a:focus-visible {
  border-color: var(--gw-teal);
  background: var(--gw-soft);
}
.gw-siblings__back { margin: 18px 0 0; font-size: .9rem; }
.gw-siblings__back a { color: var(--gw-teal-dark); text-decoration: none; }
.gw-siblings__back a:hover { text-decoration: underline; }

/* --- FAQ accordion --- */
.gw-faq {
  border: 1px solid var(--gw-line);
  border-radius: 10px;
  margin: 0 0 10px;
  background: var(--gw-white);
}
.gw-faq__q {
  cursor: pointer;
  padding: 15px 18px;
  font-weight: 600;
  color: var(--gw-navy);
  list-style: none;
  position: relative;
  padding-right: 46px;
}
.gw-faq__q::-webkit-details-marker { display: none; }
.gw-faq__q::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--gw-teal);
}
.gw-faq[open] .gw-faq__q::after { content: "–"; }
.gw-faq__q:focus-visible {
  outline: 2px solid var(--gw-teal);
  outline-offset: -2px;
}
.gw-faq__a {
  padding: 0 18px 16px;
  color: var(--gw-muted);
  line-height: 1.65;
}
.gw-faq__a > :first-child { margin-top: 0; }
.gw-faq__a > :last-child { margin-bottom: 0; }

/* --- Search form --- */
.gw-searchform {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0 0 28px;
}
.gw-searchform__input {
  flex: 1 1 240px;
  padding: 11px 14px;
  border: 1px solid var(--gw-line);
  border-radius: 8px;
  font: inherit;
  color: var(--gw-ink);
}
.gw-searchform__input:focus-visible {
  outline: 2px solid var(--gw-teal);
  outline-offset: 1px;
  border-color: var(--gw-teal);
}

/* --- Post card media --- */
.gw-post-card__media {
  display: block;
  margin-bottom: 12px;
  border-radius: 10px;
  overflow: hidden;
}
.gw-post-card__media img {
  display: block;
  width: 100%;
  height: auto;
}

/* --- Pagination --- */
.gw-entry .navigation.pagination { margin-top: 34px; }
.gw-entry .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
}
.gw-entry .page-numbers {
  display: inline-block;
  min-width: 38px;
  padding: 8px 11px;
  text-align: center;
  border: 1px solid var(--gw-line);
  border-radius: 8px;
  text-decoration: none;
  color: var(--gw-ink);
  font-size: .9rem;
}
.gw-entry .page-numbers.current {
  background: var(--gw-teal-dark);
  border-color: var(--gw-teal-dark);
  color: var(--gw-white);
  font-weight: 600;
}
.gw-entry .page-numbers:hover:not(.current) { background: var(--gw-soft); }

@media (max-width: 640px) {
  .gw-subpages { padding: 38px 0; }
  .gw-subpages__grid { grid-template-columns: 1fr; }
  .gw-breadcrumbs { font-size: .78rem; }
}

/* --- Native contact / appointment form --- */
.gw-form-wrap { max-width: 660px; margin: 0 auto; }
.gw-form__title { margin: 0 0 8px; color: var(--gw-navy); }
.gw-form__intro { margin: 0 0 20px; color: var(--gw-muted); }
.gw-form__field { margin: 0 0 16px; }
.gw-form__field label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--gw-ink);
}
.gw-form__req { color: var(--gw-orange); }
.gw-form__hint {
  margin: 0 0 6px;
  font-size: .84rem;
  line-height: 1.5;
  color: var(--gw-muted);
}
.gw-form__field input,
.gw-form__field textarea,
.gw-form__field select {
  width: 100%;
  padding: 11px 13px;
  border: 1px solid var(--gw-line);
  border-radius: 8px;
  font: inherit;
  color: var(--gw-ink);
  background: var(--gw-white);
}
.gw-form__field input:focus-visible,
.gw-form__field textarea:focus-visible,
.gw-form__field select:focus-visible {
  outline: 2px solid var(--gw-teal);
  outline-offset: 1px;
  border-color: var(--gw-teal);
}
.gw-form__field.is-error input,
.gw-form__field.is-error textarea,
.gw-form__field.is-error select { border-color: #b32d2e; }
.gw-form__error {
  margin: 5px 0 0;
  font-size: .85rem;
  font-weight: 600;
  color: #b32d2e;
}
.gw-form__notice {
  padding: 14px 16px;
  border-radius: 8px;
  margin: 0 0 20px;
}
.gw-form__notice p { margin: 0 0 6px; }
.gw-form__notice p:last-child { margin: 0; }
.gw-form__notice--ok {
  background: #edf7f4;
  border-left: 3px solid var(--gw-teal);
}
.gw-form__notice--error {
  background: #fdeceb;
  border-left: 3px solid #b32d2e;
}
.gw-form__privacy {
  font-size: .82rem;
  line-height: 1.55;
  color: var(--gw-muted);
  padding: 11px 13px;
  background: var(--gw-soft);
  border-radius: 8px;
}
.gw-form__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
}
.gw-form__or { font-size: .9rem; color: var(--gw-muted); }
.gw-form__or a { color: var(--gw-teal-dark); font-weight: 600; }
/* Honeypot: hidden from people, reachable by bots. Not display:none, which
   some bots detect and skip. */
.gw-form__hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* ==========================================================================
   Sub-page layout — hero, prose, sticky rail, child grid, CTA band
   Added 2026-07-30 (theme 1.5.0).
   ========================================================================== */

/* --- Page hero --- */
.gw-phero {
  background: linear-gradient(180deg, var(--gw-soft) 0%, var(--gw-white) 100%);
  border-bottom: 1px solid var(--gw-line);
  padding: 54px 0 48px;
}
.gw-phero__inner { display: block; }
.gw-phero--media .gw-phero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: 46px;
  align-items: center;
}
.gw-phero__eyebrow {
  margin: 0 0 12px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gw-teal-dark);
}
.gw-phero__eyebrow a { color: inherit; text-decoration: none; }
.gw-phero__eyebrow a:hover { text-decoration: underline; }
.gw-phero__title {
  margin: 0;
  font-size: clamp(2.1rem, 4.4vw, 3.4rem);
  line-height: 1.1;
  letter-spacing: -.02em;
  color: var(--gw-navy);
}
.gw-phero__lead {
  margin: 16px 0 0;
  max-width: 60ch;
  font-size: 1.13rem;
  line-height: 1.62;
  color: var(--gw-muted);
}
.gw-phero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
}
.gw-phero__phone {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
  text-decoration: none;
  color: var(--gw-ink);
}
.gw-phero__phone-label {
  font-size: .74rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gw-muted);
}
.gw-phero__phone strong { font-size: 1.12rem; color: var(--gw-navy); }
.gw-phero__phone:hover strong { color: var(--gw-teal-dark); }
.gw-phero__media {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--gw-shadow);
}
.gw-phero__media img { display: block; width: 100%; height: auto; }

/* --- Two-column body --- */
.gw-page__body { padding: 56px 0; }
.gw-page__grid { display: block; }
.gw-page__body--rail .gw-page__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 328px;
  gap: 56px;
  align-items: start;
}

/* --- Prose: the readable content column --- */
.gw-prose {
  max-width: 72ch;
  font-size: 1.05rem;
  line-height: 1.72;
  color: var(--gw-ink);
}
.gw-page__body--rail .gw-prose { max-width: none; }
.gw-prose > * + * { margin-top: 1.15em; }
.gw-prose h2 {
  margin-top: 2.1em;
  margin-bottom: .55em;
  font-size: clamp(1.4rem, 2.2vw, 1.85rem);
  line-height: 1.25;
  letter-spacing: -.01em;
  color: var(--gw-navy);
}
.gw-prose h2:first-child { margin-top: 0; }
.gw-prose h3 {
  margin-top: 1.8em;
  margin-bottom: .45em;
  font-size: 1.22rem;
  color: var(--gw-navy);
}
.gw-prose p { margin: 0; }
.gw-prose a { color: var(--gw-teal-dark); }
.gw-prose ul, .gw-prose ol { margin: 1.15em 0; padding-left: 1.3em; }
.gw-prose li { margin-bottom: .55em; }
.gw-prose li::marker { color: var(--gw-teal); }
.gw-prose img { max-width: 100%; height: auto; border-radius: 12px; }
.gw-prose__media {
  margin: 0 0 32px;
  border-radius: 14px;
  overflow: hidden;
}
.gw-prose__media img { display: block; width: 100%; }
.gw-prose blockquote {
  margin: 1.6em 0;
  padding: 4px 0 4px 22px;
  border-left: 3px solid var(--gw-teal);
  font-size: 1.1rem;
  color: var(--gw-navy);
}
.gw-prose blockquote p { margin: 0; }
/* Lead-in paragraph: the first paragraph after the opening H2 carries weight. */
.gw-prose > h2:first-child + p { font-size: 1.14rem; color: var(--gw-navy); }

/* --- Sticky conversion rail --- */
.gw-aside { position: relative; }
.gw-aside__sticky { position: sticky; top: 24px; }
.gw-aside__card {
  padding: 22px;
  border: 1px solid var(--gw-line);
  border-radius: 14px;
  background: var(--gw-white);
  margin-bottom: 16px;
}
.gw-aside__card--book {
  background: var(--gw-navy);
  border-color: var(--gw-navy);
  color: #dfe9f0;
}
.gw-aside__card--book .gw-aside__title { color: var(--gw-white); }
.gw-aside__title {
  margin: 0 0 10px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: var(--gw-muted);
}
.gw-aside__text { margin: 0 0 16px; font-size: .93rem; line-height: 1.6; }
.gw-aside__btn { display: block; text-align: center; width: 100%; }
.gw-aside__phone {
  display: block;
  margin-top: 12px;
  text-align: center;
  font-size: 1.06rem;
  font-weight: 700;
  color: var(--gw-white);
  text-decoration: none;
}
.gw-aside__phone:hover { color: var(--gw-teal-light); }
.gw-aside__hours { margin: 0; font-size: .9rem; }
.gw-aside__hours-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 0;
  border-bottom: 1px solid var(--gw-line);
}
.gw-aside__hours-row:last-child { border-bottom: 0; }
.gw-aside__hours-row dt { color: var(--gw-ink); }
.gw-aside__hours-row dd { margin: 0; color: var(--gw-muted); font-variant-numeric: tabular-nums; }
.gw-aside__hours-row.is-closed dt,
.gw-aside__hours-row.is-closed dd { color: #9aa7b1; }
.gw-aside__address { margin: 0 0 10px; font-size: .93rem; line-height: 1.55; color: var(--gw-muted); }
.gw-aside__list { list-style: none; margin: 0 0 12px; padding: 0; font-size: .93rem; }
.gw-aside__list li { padding: 6px 0; border-bottom: 1px solid var(--gw-line); }
.gw-aside__list li:last-child { border-bottom: 0; }
.gw-aside__list a { color: var(--gw-ink); text-decoration: none; }
.gw-aside__list a:hover { color: var(--gw-teal-dark); text-decoration: underline; }
.gw-aside__link {
  display: inline-block;
  font-size: .88rem;
  font-weight: 600;
  color: var(--gw-teal-dark);
  text-decoration: none;
}
.gw-aside__link:hover { text-decoration: underline; }

/* --- Doctor hero --- */
.gw-doc-hero {
  padding: 54px 0;
  background: var(--gw-soft);
  border-bottom: 1px solid var(--gw-line);
}
.gw-doc-hero__inner {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 46px;
  align-items: center;
}
.gw-doc-hero__portrait {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--gw-shadow);
  background: var(--gw-white);
}
.gw-doc-hero__portrait img { display: block; width: 100%; height: auto; }
.gw-doc-hero__eyebrow {
  margin: 0 0 10px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gw-teal-dark);
}
.gw-doc-hero__eyebrow a { color: inherit; text-decoration: none; }
.gw-doc-hero__name {
  margin: 0;
  font-size: clamp(2rem, 3.8vw, 3rem);
  line-height: 1.12;
  letter-spacing: -.02em;
  color: var(--gw-navy);
}
.gw-doc-hero__cred { font-size: .55em; font-weight: 600; color: var(--gw-muted); }
.gw-doc-hero__specialty {
  margin: 10px 0 0;
  display: inline-block;
  padding: 5px 13px;
  border-radius: 999px;
  background: var(--gw-white);
  border: 1px solid var(--gw-line);
  font-size: .85rem;
  font-weight: 600;
  color: var(--gw-teal-dark);
}
.gw-doc-hero__lead {
  margin: 16px 0 0;
  max-width: 56ch;
  font-size: 1.08rem;
  line-height: 1.6;
  color: var(--gw-muted);
}
.gw-doc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 26px;
}
.gw-doc-hero__phone { font-weight: 700; color: var(--gw-navy); text-decoration: none; }
.gw-doc-hero__phone:hover { color: var(--gw-teal-dark); }

/* --- Child page grid --- */
.gw-children {
  padding: 60px 0;
  background: var(--gw-soft);
  border-top: 1px solid var(--gw-line);
}
.gw-children__heading {
  margin: 0 0 28px;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  color: var(--gw-navy);
}
.gw-children__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(268px, 1fr));
  gap: 20px;
}
.gw-ccard {
  display: flex;
  flex-direction: column;
  background: var(--gw-white);
  border: 1px solid var(--gw-line);
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.gw-ccard:hover, .gw-ccard:focus-visible {
  transform: translateY(-4px);
  box-shadow: var(--gw-shadow);
  border-color: var(--gw-teal-light);
}
.gw-ccard__media { display: block; aspect-ratio: 16 / 10; overflow: hidden; }
.gw-ccard__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gw-ccard__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px;
  flex: 1;
}
.gw-ccard__tag {
  align-self: flex-start;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gw-teal-dark);
}
.gw-ccard__title { font-size: 1.13rem; font-weight: 700; color: var(--gw-navy); line-height: 1.3; }
.gw-ccard__text { font-size: .92rem; line-height: 1.55; color: var(--gw-muted); }
.gw-ccard__more {
  margin-top: auto;
  padding-top: 8px;
  font-size: .85rem;
  font-weight: 700;
  color: var(--gw-teal-dark);
}

/* --- Closing CTA band --- */
.gw-pcta { background: var(--gw-navy); color: #dbe6ee; padding: 46px 0; }
.gw-pcta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
}
.gw-pcta__title { margin: 0 0 8px; color: var(--gw-white); font-size: clamp(1.4rem, 2.4vw, 1.95rem); }
.gw-pcta__text { margin: 0; max-width: 56ch; line-height: 1.6; }
.gw-pcta__actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.gw-button--orange { background: var(--gw-orange); color: var(--gw-white); border-color: var(--gw-orange); }
.gw-button--orange:hover { filter: brightness(1.07); }
.gw-pcta__phone { color: var(--gw-white); font-weight: 700; text-decoration: none; white-space: nowrap; }
.gw-pcta__phone:hover { color: var(--gw-teal-light); }

/* --- Responsive --- */
@media (max-width: 1040px) {
  .gw-page__body--rail .gw-page__grid { grid-template-columns: minmax(0, 1fr) 290px; gap: 40px; }
}
@media (max-width: 900px) {
  .gw-page__body--rail .gw-page__grid { grid-template-columns: 1fr; gap: 44px; }
  .gw-aside__sticky { position: static; }
  .gw-aside__card--book { position: relative; }
  .gw-phero--media .gw-phero__inner { grid-template-columns: 1fr; gap: 30px; }
  .gw-doc-hero__inner { grid-template-columns: 220px minmax(0, 1fr); gap: 30px; }
  .gw-pcta__inner { grid-template-columns: 1fr; gap: 22px; }
}
@media (max-width: 620px) {
  .gw-phero { padding: 38px 0 34px; }
  .gw-page__body { padding: 40px 0; }
  .gw-doc-hero__inner { grid-template-columns: 1fr; gap: 24px; }
  .gw-doc-hero__portrait { max-width: 230px; }
  .gw-children { padding: 42px 0; }
  .gw-children__grid { grid-template-columns: 1fr; }
  .gw-prose { font-size: 1rem; }
  .gw-phero__actions, .gw-doc-hero__actions { gap: 14px; }
}

/* Google reviews */
.gw-reviews{min-height:500px}
.gw-reviews__header{display:flex;justify-content:space-between;gap:28px;margin-bottom:24px}
.gw-reviews__badge{display:grid;grid-template-columns:98px auto;gap:3px 14px;align-items:center;padding:14px 16px;border:1px solid var(--gw-line);border-radius:12px;background:#fff}
.gw-reviews__badge img{grid-row:1/3;display:block;width:98px;height:18px}.gw-reviews__badge small,.gw-review__time{color:var(--gw-muted);font-size:.75rem}
.gw-reviews__controls{display:none;justify-content:flex-end;gap:8px;margin:-6px 0 14px}.is-enhanced .gw-reviews__controls{display:flex}
.gw-reviews__controls button{min-width:42px;min-height:42px;padding:7px 12px;border:1px solid var(--gw-line);border-radius:7px;background:#fff;cursor:pointer;font-weight:700}
.gw-reviews__controls button:focus-visible,.gw-reviews__track:focus-visible,.gw-review__expand:focus-visible{outline:3px solid var(--gw-orange);outline-offset:3px}
.gw-reviews__track{display:flex;gap:16px;min-height:320px;padding:4px 3px 16px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth}
.gw-review{flex:0 0 calc((100% - 32px)/3);display:flex;flex-direction:column;min-height:300px;padding:24px;scroll-snap-align:start;border:1px solid var(--gw-line);border-radius:14px;background:var(--gw-soft)}
.gw-review__header{display:flex;justify-content:space-between;gap:12px;margin-bottom:16px}.gw-review__author{display:block;font-weight:800}.gw-review__stars{display:block;margin-top:5px;color:#b64b18;letter-spacing:.08em}.gw-review__time{white-space:nowrap}
.gw-review__text{margin:0 0 12px;white-space:pre-line}.is-enhanced .gw-review__text:not(.is-expanded){display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:5}
.gw-review__expand{display:none;align-self:flex-start;margin:-2px 0 14px;padding:0;border:0;background:none;color:var(--gw-teal-dark);cursor:pointer;font-weight:700}.is-enhanced .gw-review__expand[data-clamped=true]{display:inline-block}
.gw-review__source{margin-top:auto;font-weight:800}
@media(max-width:900px){.gw-review{flex-basis:calc((100% - 16px)/2)}}@media(max-width:620px){.gw-reviews{min-height:560px}.gw-reviews__header{display:grid}.gw-reviews__badge{justify-self:start}.gw-review{flex-basis:100%}}
@media(prefers-reduced-motion:reduce){.gw-reviews__track{scroll-behavior:auto}}
