:root {
  --ink: #0e1116;
  --muted: #5b6472;
  --soft: #eef6f7;
  --sky: #d7ecef;
  --cloud: #ffffff;
  --warm: #fffaf2;
  --line: #dce7e8;
  --line-soft: #edf3f4;
  --teal: #137c7b;
  --teal-soft: #dff1ef;
  --blue: #2e7def;
  --green: #2ba77e;
  --shadow: 0 24px 60px -36px rgba(14, 17, 22, 0.28);
  --shadow-soft: 0 18px 48px -34px rgba(14, 17, 22, 0.24);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 10px;
  --container: 1180px;
  --pad: clamp(20px, 4vw, 36px);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 0%, rgba(19, 124, 123, 0.16), transparent 30rem),
    radial-gradient(circle at 88% 8%, rgba(46, 125, 239, 0.12), transparent 26rem),
    linear-gradient(180deg, var(--soft) 0%, #f8fbfb 44%, var(--warm) 100%);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(46, 125, 239, 0.35);
  outline-offset: 4px;
}

.skip-link {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 20;
  transform: translateY(-150%);
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  padding: 10px 16px;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: min(100% - (var(--pad) * 2), var(--container));
  margin-inline: auto;
}

.concept-bar {
  background: #0b3435;
  color: #e9ffff;
  font-size: 0.86rem;
  text-align: center;
  padding: 8px var(--pad);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(248, 252, 252, 0.86);
  border-bottom: 1px solid rgba(220, 231, 232, 0.9);
  backdrop-filter: blur(18px);
}

.nav-shell {
  min-height: 76px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
}

.brand img {
  width: clamp(150px, 18vw, 205px);
  height: auto;
}

.site-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  padding: 5px;
  box-shadow: var(--shadow-soft);
}

.site-nav a {
  border-radius: 999px;
  padding: 8px 14px;
  color: #314047;
  font-size: 0.94rem;
  font-weight: 600;
}

.site-nav a:hover {
  background: var(--teal-soft);
  color: #073f40;
}

.nav-toggle {
  display: none;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 750;
  line-height: 1.1;
  text-align: center;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

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

.button-dark {
  background: var(--ink);
  color: #fff;
}

.button-light {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink);
}

.button-small {
  min-height: 40px;
  padding: 10px 16px;
  font-size: 0.92rem;
}

.text-link {
  color: #075c5c;
  font-weight: 750;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.section {
  padding-block: clamp(64px, 9vw, 112px);
}

.hero {
  padding-top: clamp(44px, 7vw, 92px);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.88fr);
  align-items: center;
  gap: clamp(34px, 6vw, 76px);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--teal);
  font-size: 0.86rem;
  font-weight: 800;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.04;
}

h1 {
  max-width: 780px;
  font-size: clamp(2.75rem, 7vw, 5.8rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.45rem);
}

h3 {
  font-size: 1.18rem;
  line-height: 1.22;
}

.hero-lede {
  max-width: 660px;
  margin: 24px 0 0;
  color: #394751;
  font-size: clamp(1.05rem, 2vw, 1.24rem);
}

.hero-actions,
.booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.quick-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 34px 0 0;
}

.quick-facts div,
.trust-grid article,
.service-card,
.doctor-card,
.location-card,
.community-card,
.faq-list article {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
}

.quick-facts div {
  padding: 18px;
}

dt {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
}

dd {
  margin: 4px 0 0;
  font-weight: 700;
}

.hero-panel {
  position: relative;
  display: grid;
  gap: 18px;
}

.hero-image-wrap {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--cloud);
  box-shadow: var(--shadow);
}

.hero-image-wrap img,
.story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pathway-card,
.booking-panel,
.owner-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.pathway-card {
  position: absolute;
  right: -18px;
  bottom: 28px;
  width: min(92%, 390px);
  padding: 22px;
}

.pathway-card ul {
  display: grid;
  gap: 14px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.pathway-card li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
}

.icon-dot,
.trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--teal-soft);
  color: #075c5c;
  font-size: 0.78rem;
  font-weight: 850;
}

.icon-dot {
  width: 34px;
  height: 34px;
}

.pathway-card span:not(.icon-dot) {
  display: block;
  color: var(--muted);
  font-size: 0.92rem;
}

.section-heading {
  max-width: 740px;
  margin-bottom: 28px;
}

.section-heading.split {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.trust-grid article {
  padding: 22px;
}

.trust-icon {
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
}

.trust-grid p,
.service-card p,
.story-copy p,
.booking-panel p,
.location-card p,
.community-card p,
.faq-list p,
.owner-panel p,
.site-footer p {
  color: var(--muted);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  overflow: hidden;
}

.service-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.service-card div {
  padding: 20px;
}

.service-note {
  margin: 22px 0 0;
  color: var(--muted);
  font-weight: 650;
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 6vw, 70px);
  align-items: center;
}

.story-image {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.story-copy > p {
  margin-top: 22px;
  font-size: 1.05rem;
}

.doctor-card {
  margin-top: 24px;
  padding: 24px;
  background: var(--warm);
}

.booking-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 32px;
  padding: clamp(26px, 5vw, 48px);
}

.booking-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.booking-steps article {
  border-radius: var(--radius-md);
  background: var(--soft);
  padding: 18px;
}

.booking-steps span {
  color: var(--teal);
  font-weight: 850;
}

.booking-actions {
  grid-column: 1 / -1;
  margin-top: 0;
}

.location-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.8fr) minmax(260px, 0.7fr);
  gap: 18px;
  align-items: stretch;
}

.location-card,
.community-card {
  padding: 24px;
}

.location-card dl {
  display: grid;
  gap: 14px;
  margin: 22px 0;
}

.logo-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: center;
  margin-top: 18px;
}

.logo-row img {
  max-height: 62px;
  width: 100%;
  object-fit: contain;
  border-radius: 12px;
  background: #fff;
  padding: 12px;
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.faq-list article {
  padding: 24px;
}

.owner-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(26px, 5vw, 42px);
  background: #092f30;
  color: #fff;
}

.owner-panel p,
.owner-panel .eyebrow {
  color: #c8f4ef;
}

.owner-panel .button-dark {
  background: #fff;
  color: #092f30;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #f5faf9;
  padding: 44px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr 0.8fr;
  gap: 34px;
}

.footer-logo {
  width: 190px;
  margin-bottom: 16px;
}

.site-footer h2 {
  margin-bottom: 12px;
  font-size: 1rem;
}

.site-footer a {
  display: block;
  color: #174f50;
  font-weight: 700;
  margin: 8px 0;
}

@media (max-width: 1040px) {
  .nav-shell {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .nav-toggle {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
  }

  .nav-toggle-lines,
  .nav-toggle-lines::before,
  .nav-toggle-lines::after {
    width: 18px;
    height: 2px;
    display: block;
    border-radius: 99px;
    background: var(--ink);
  }

  .nav-toggle-lines {
    position: relative;
  }

  .nav-toggle-lines::before,
  .nav-toggle-lines::after {
    content: "";
    position: absolute;
    left: 0;
  }

  .nav-toggle-lines::before {
    top: -6px;
  }

  .nav-toggle-lines::after {
    top: 6px;
  }

  .site-nav,
  .nav-cta {
    display: none;
  }

  .site-nav.is-open {
    display: grid;
    grid-column: 1 / -1;
    justify-self: stretch;
    border-radius: 22px;
    padding: 10px;
  }

  .site-nav.is-open a {
    padding: 12px 14px;
  }

  .hero-grid,
  .story-grid,
  .booking-panel,
  .location-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid,
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .concept-bar {
    font-size: 0.8rem;
  }

  .quick-facts,
  .trust-grid,
  .service-grid,
  .booking-steps,
  .faq-list,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .section-heading.split,
  .owner-panel {
    align-items: stretch;
    flex-direction: column;
  }

  .pathway-card {
    position: static;
    width: 100%;
  }

  .hero-image-wrap {
    aspect-ratio: 4 / 3;
  }

  .service-card img {
    height: 190px;
  }

  .hero-actions .button,
  .booking-actions .button,
  .owner-panel .button,
  .location-card .button {
    width: 100%;
  }

  .section {
    padding-block: 64px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
