@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:wght@600;700&family=Inter:wght@400;500;600;700&display=swap");

:root {
  --ink: #0e1116;
  --muted: #5b6472;
  --soft: #eef6fb;
  --cloud: #ffffff;
  --edge: #dce8ef;
  --edge-soft: #edf3f7;
  --blue: #1f7fbf;
  --mint: #2fae9a;
  --peach: #ff8a5c;
  --shadow: 0 24px 60px -36px rgba(14, 17, 22, 0.28), 0 1px 2px rgba(14, 17, 22, 0.06);
  --radius-lg: 18px;
  --radius-md: 14px;
  --container: 1180px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 0%, rgba(47, 174, 154, 0.16), transparent 30rem),
    radial-gradient(circle at 88% 8%, rgba(31, 127, 191, 0.18), transparent 32rem),
    linear-gradient(180deg, #f4fbff 0%, var(--soft) 46%, #ffffff 100%);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

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

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(31, 127, 191, 0.34);
  outline-offset: 3px;
}

button {
  font: inherit;
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

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

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

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

.concept-bar {
  background: #0f2f43;
  color: #eaf7ff;
  font-size: 0.86rem;
  text-align: center;
  padding: 9px 16px;
}

.site-header {
  position: relative;
  z-index: 10;
  padding: 18px 0 10px;
}

.nav-shell {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(220, 232, 239, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
  padding: 12px 14px 12px 24px;
  backdrop-filter: blur(12px);
}

.brand img,
.footer-logo img {
  width: 168px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 600;
}

.site-nav a {
  border-radius: 999px;
  padding: 10px 14px;
}

.site-nav a:hover {
  background: var(--edge-soft);
  color: var(--ink);
}

.site-nav .nav-cta {
  background: var(--ink);
  color: #fff;
  padding-inline: 18px;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid var(--edge);
  border-radius: 999px;
  background: #fff;
}

.nav-toggle span:not(.sr-only) {
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: var(--ink);
}

.section {
  padding: 92px 0;
}

.hero {
  padding-top: 72px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.78fr);
  align-items: center;
  gap: 56px;
}

.eyebrow,
.card-label {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: "Inter Tight", Inter, system-ui, sans-serif;
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 24px;
  font-size: clamp(2.75rem, 6vw, 5.65rem);
  line-height: 0.98;
}

h1 span {
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
}

.hero-lede {
  max-width: 640px;
  color: var(--muted);
  font-size: 1.12rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0 18px;
}

.btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 700;
  line-height: 1.2;
}

.btn-primary {
  background: var(--ink);
  color: #fff;
}

.btn-primary:hover {
  background: #1f2b36;
}

.btn-secondary {
  border: 1px solid var(--edge);
  background: #fff;
}

.btn-secondary:hover {
  background: var(--edge-soft);
}

.comfort-line {
  color: #255a53;
  font-weight: 700;
}

.hero-panel {
  position: relative;
}

.hero-photo {
  width: 100%;
  aspect-ratio: 1 / 1.05;
  object-fit: cover;
  border: 10px solid #fff;
  border-radius: 30px;
  box-shadow: var(--shadow);
}

.concern-card {
  width: min(390px, calc(100% - 28px));
  margin: -92px auto 0;
  position: relative;
  border: 1px solid var(--edge);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
  padding: 18px;
}

.concern-list {
  display: grid;
  gap: 10px;
}

.concern-list a {
  display: grid;
  gap: 2px;
  border: 1px solid var(--edge-soft);
  border-radius: 14px;
  padding: 13px 14px;
  background: #fff;
}

.concern-list a:hover {
  border-color: rgba(47, 174, 154, 0.5);
  background: #f6fffc;
}

.concern-list span {
  color: var(--muted);
  font-size: 0.92rem;
}

.proof-strip {
  padding: 0 0 32px;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid var(--edge);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow);
}

.proof-grid div {
  min-height: 128px;
  padding: 24px;
  border-right: 1px solid var(--edge-soft);
}

.proof-grid div:last-child {
  border-right: 0;
}

.proof-grid strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Inter Tight", Inter, system-ui, sans-serif;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  line-height: 1.1;
}

.proof-grid span,
.section-heading p,
.service-card p,
.doctor-card p,
.process-steps p,
.hours-card p,
.faq-list p,
.site-footer p {
  color: var(--muted);
}

.section-heading {
  max-width: 710px;
  margin-bottom: 32px;
}

.section-heading h2,
.process-panel h2,
.visit-card h2,
.owner-panel h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.05;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.service-card {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--edge);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: 0 16px 42px -34px rgba(14, 17, 22, 0.42);
  padding: 24px;
}

.service-card:hover {
  transform: translateY(-2px);
  border-color: rgba(31, 127, 191, 0.45);
}

.service-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 36px;
  border-radius: 12px;
  background: #eaf7ff;
  color: var(--blue);
  font-weight: 800;
}

.service-card.urgent .service-icon {
  background: #fff0ea;
  color: #c85f34;
}

.service-card h3,
.doctor-card h3,
.process-steps h3,
.hours-card h3 {
  margin-bottom: 8px;
  font-size: 1.22rem;
  line-height: 1.25;
}

.service-card p {
  margin-bottom: 0;
}

.split-section {
  background: linear-gradient(180deg, rgba(238, 246, 251, 0.2), rgba(238, 246, 251, 0.68));
}

.split-grid {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: 48px;
  align-items: start;
}

.sticky-copy {
  position: sticky;
  top: 24px;
}

.doctor-grid {
  display: grid;
  gap: 16px;
}

.doctor-card {
  display: grid;
  grid-template-columns: 132px 1fr;
  align-items: center;
  gap: 20px;
  border: 1px solid var(--edge);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow);
  padding: 14px;
}

.doctor-card img {
  width: 132px;
  height: 156px;
  object-fit: cover;
  border-radius: 16px;
}

.doctor-card p {
  margin-bottom: 0;
}

.process-panel,
.owner-panel {
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  gap: 36px;
  align-items: start;
  border: 1px solid var(--edge);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--shadow);
  padding: clamp(24px, 5vw, 48px);
}

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

.process-steps article {
  border: 1px solid var(--edge-soft);
  border-radius: 18px;
  background: #f8fbfd;
  padding: 20px;
}

.process-steps span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-weight: 800;
}

.process-steps a,
.text-link {
  color: var(--blue);
  font-weight: 800;
}

.visit-section {
  padding-top: 24px;
}

.visit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.visit-card,
.hours-card {
  border: 1px solid var(--edge);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow);
  padding: clamp(24px, 4vw, 42px);
}

address {
  margin: 24px 0;
  font-style: normal;
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-links a {
  border: 1px solid var(--edge);
  border-radius: 999px;
  padding: 10px 13px;
  font-weight: 700;
}

.hours-card dl {
  margin: 0 0 24px;
}

.hours-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--edge-soft);
  padding: 11px 0;
}

.hours-card dt {
  color: var(--muted);
}

.hours-card dd {
  margin: 0;
  font-weight: 700;
  text-align: right;
}

.faq-section {
  background: #fff;
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 44px;
}

.faq-list {
  display: grid;
  gap: 10px;
}

details {
  border: 1px solid var(--edge);
  border-radius: 16px;
  background: #f8fbfd;
  padding: 18px 20px;
}

summary {
  cursor: pointer;
  font-weight: 800;
}

details p {
  margin: 12px 0 0;
}

.owner-cta {
  padding: 88px 0;
}

.owner-panel {
  grid-template-columns: 1fr auto;
  align-items: center;
  background: #102f42;
  color: #fff;
}

.owner-panel .eyebrow {
  color: #9ee1d4;
}

.owner-panel h2 {
  max-width: 780px;
  margin-bottom: 0;
}

.owner-panel .btn-primary {
  background: #fff;
  color: var(--ink);
}

.site-footer {
  padding: 42px 0 52px;
  border-top: 1px solid var(--edge);
  background: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 190px 1fr auto;
  gap: 28px;
  align-items: center;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
  color: var(--muted);
  font-weight: 700;
}

.footer-links a:hover {
  color: var(--ink);
}

@media (prefers-reduced-motion: no-preference) {
  .service-card,
  .btn,
  .site-nav a,
  .concern-list a {
    transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

@media (max-width: 980px) {
  .nav-toggle {
    display: flex;
  }

  .nav-shell {
    align-items: center;
    border-radius: 28px;
    flex-wrap: wrap;
  }

  .site-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    border-top: 1px solid var(--edge-soft);
    padding-top: 12px;
  }

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

  .site-nav a {
    text-align: center;
  }

  .hero-grid,
  .split-grid,
  .process-panel,
  .visit-grid,
  .faq-grid,
  .owner-panel,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 34px;
  }

  .proof-grid,
  .service-grid,
  .process-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .proof-grid div:nth-child(2) {
    border-right: 0;
  }

  .proof-grid div {
    border-bottom: 1px solid var(--edge-soft);
  }

  .proof-grid div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .sticky-copy {
    position: static;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .concept-bar {
    font-size: 0.78rem;
  }

  .brand img,
  .footer-logo img {
    width: 138px;
  }

  .section {
    padding: 64px 0;
  }

  .hero {
    padding-top: 44px;
  }

  h1 {
    font-size: clamp(2.45rem, 13vw, 3.7rem);
  }

  .hero-actions,
  .contact-links {
    flex-direction: column;
  }

  .btn,
  .contact-links a {
    width: 100%;
  }

  .hero-photo {
    aspect-ratio: 4 / 3;
    border-width: 6px;
    border-radius: 22px;
  }

  .concern-card {
    width: 100%;
    margin-top: 14px;
  }

  .proof-grid,
  .service-grid,
  .process-steps {
    grid-template-columns: 1fr;
  }

  .proof-grid div,
  .proof-grid div:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--edge-soft);
  }

  .proof-grid div:last-child {
    border-bottom: 0;
  }

  .service-card {
    min-height: auto;
  }

  .service-icon {
    margin-bottom: 24px;
  }

  .doctor-card {
    grid-template-columns: 88px 1fr;
    gap: 14px;
  }

  .doctor-card img {
    width: 88px;
    height: 108px;
  }

  .hours-card dl div {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .hours-card dd {
    text-align: left;
  }
}
