:root {
  --sky: #edf2f7;
  --horizon: #b8d4f1;
  --cloud: #ffffff;
  --ink: #0e1116;
  --mist: #5b6472;
  --soft: #8a93a3;
  --edge: #e3e8ee;
  --sunken: #f3f6fa;
  --signal: #2e7def;
  --meadow: #2bc48a;
  --citrus: #ff7a3d;
  --shadow-1: 0 1px 1px rgba(14, 17, 22, 0.04), 0 20px 40px -24px rgba(14, 17, 22, 0.18);
  --shadow-2: 0 1px 1px rgba(14, 17, 22, 0.04), 0 20px 40px -24px rgba(14, 17, 22, 0.22), 0 2px 6px rgba(14, 17, 22, 0.06);
  --container: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  background:
    radial-gradient(circle at 14% 8%, rgba(255, 255, 255, 0.95) 0 12%, transparent 28%),
    radial-gradient(circle at 82% 2%, rgba(184, 212, 241, 0.62) 0 18%, transparent 34%),
    linear-gradient(180deg, var(--horizon) 0%, var(--sky) 36%, #f8fafc 100%);
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(ellipse at 34% 21%, rgba(255, 255, 255, 0.74) 0 13%, transparent 32%),
    radial-gradient(ellipse at 74% 45%, rgba(255, 255, 255, 0.66) 0 12%, transparent 30%);
}

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

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

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

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

.concept-bar {
  display: flex;
  justify-content: center;
  gap: 14px;
  align-items: center;
  min-height: 38px;
  padding: 8px 20px;
  color: var(--mist);
  font-size: 13px;
  background: rgba(255, 255, 255, 0.76);
  border-bottom: 1px solid rgba(227, 232, 238, 0.9);
}

.concept-bar a {
  color: var(--ink);
  font-weight: 700;
}

.site-header {
  width: min(calc(100% - 32px), var(--container));
  min-height: 72px;
  margin: 18px auto 0;
  padding: 10px 12px 10px 18px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--edge);
  border-radius: 999px;
  box-shadow: var(--shadow-1);
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
}

.brand img {
  width: 142px;
  height: auto;
}

.nav-links,
.header-actions,
.hero-actions,
.footer-bottom nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-links a,
.phone-link {
  padding: 9px 12px;
  color: var(--mist);
  font-size: 14px;
  font-weight: 650;
  border-radius: 999px;
}

.nav-links a:hover,
.phone-link:hover {
  color: var(--ink);
  background: var(--sunken);
}

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

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

.button.primary {
  color: var(--cloud);
  background: var(--ink);
}

.button.secondary {
  color: var(--ink);
  background: var(--cloud);
  border: 1px solid var(--edge);
}

.section-shell,
.site-footer {
  width: min(calc(100% - 32px), var(--container));
  margin-inline: auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.74fr);
  gap: 38px;
  align-items: center;
  padding: 92px 0 62px;
}

.eyebrow {
  color: var(--mist);
  font-size: 13px;
  font-weight: 750;
}

.hero-copy {
  max-width: 760px;
}

.hero h1 {
  margin-top: 18px;
  font-size: clamp(48px, 7vw, 88px);
  line-height: 1.02;
  letter-spacing: 0;
}

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

.hero-lede {
  max-width: 650px;
  margin-top: 24px;
  color: var(--mist);
  font-size: clamp(17px, 2vw, 20px);
}

.hero-actions {
  flex-wrap: wrap;
  margin-top: 34px;
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.hero-facts li {
  padding: 7px 12px;
  color: var(--mist);
  font-size: 14px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(227, 232, 238, 0.88);
  border-radius: 999px;
}

.pathway-card,
.appointment-panel,
.visit-card,
.owner-cta {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--edge);
  box-shadow: var(--shadow-2);
}

.pathway-card {
  padding: 28px;
  border-radius: 34px;
}

.pathway-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--edge);
}

.pathway-top p {
  color: var(--mist);
  font-size: 13px;
}

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

.pathway-list li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  align-items: start;
}

.step-number,
.process-grid span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  color: var(--cloud);
  font-size: 13px;
  font-weight: 800;
  background: var(--ink);
  border-radius: 50%;
}

.pathway-list p,
.section-heading p,
.service-card p,
.process-grid p,
.visit-card p,
.faq-grid p,
.owner-cta p {
  color: var(--mist);
}

.pathway-link,
.service-card > span:last-child,
.process-grid a {
  color: var(--signal);
  font-weight: 800;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  background: var(--edge);
  border: 1px solid var(--edge);
  border-radius: 28px;
  box-shadow: var(--shadow-1);
}

.trust-strip article {
  min-height: 172px;
  padding: 26px;
  background: var(--cloud);
}

.trust-strip strong {
  display: block;
  margin-bottom: 10px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

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

.section-heading h2,
.owner-cta h2 {
  margin-top: 10px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: 0;
}

.section-heading p:not(.eyebrow),
.owner-cta p {
  margin-top: 14px;
  font-size: 17px;
}

.services-section,
.team-section,
.appointment-section,
.logistics-section,
.faq-section {
  padding: 86px 0 0;
}

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

.service-card {
  min-height: 282px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--edge);
  border-radius: 24px;
  box-shadow: var(--shadow-1);
}

.service-card:hover,
.person-card:hover {
  border-color: rgba(46, 125, 239, 0.45);
}

.service-mark {
  width: 38px;
  height: 9px;
  border-radius: 999px;
}

.service-mark.blue {
  background: var(--signal);
}

.service-mark.green {
  background: var(--meadow);
}

.service-mark.orange {
  background: var(--citrus);
}

.service-card h3,
.process-grid h3,
.faq-grid h3 {
  font-size: 21px;
  line-height: 1.25;
}

.service-card p {
  flex: 1;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(136px, 1fr));
  gap: 12px;
}

.person-card {
  min-height: 256px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--edge);
  border-radius: 22px;
  box-shadow: var(--shadow-1);
}

.person-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 16px;
  background: var(--sunken);
}

.person-card strong {
  line-height: 1.2;
}

.person-card span {
  color: var(--mist);
  font-size: 13px;
}

.appointment-panel,
.visit-card {
  padding: 34px;
  border-radius: 34px;
}

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

.process-grid article {
  min-height: 244px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: var(--sunken);
  border: 1px solid var(--edge);
  border-radius: 22px;
}

.process-grid p {
  flex: 1;
}

.visit-card {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 32px;
}

.contact-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.contact-list a {
  min-height: 116px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  background: var(--sunken);
  border: 1px solid var(--edge);
  border-radius: 20px;
}

.contact-list span,
.satellite-note {
  color: var(--mist);
}

.satellite-note {
  grid-column: 1 / -1;
  padding-top: 22px;
  border-top: 1px solid var(--edge);
}

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

.faq-grid article {
  min-height: 184px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--edge);
  border-radius: 24px;
  box-shadow: var(--shadow-1);
}

.faq-grid p {
  margin-top: 12px;
}

.site-footer {
  padding: 92px 0 36px;
}

.owner-cta {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
  padding: 34px;
  border-radius: 34px;
}

.owner-cta > div {
  max-width: 820px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin-top: 28px;
  color: var(--mist);
  font-size: 13px;
}

.footer-bottom p {
  max-width: 680px;
}

.footer-bottom a {
  font-weight: 750;
}

@media (max-width: 1040px) {
  .site-header {
    align-items: stretch;
    border-radius: 28px;
    flex-wrap: wrap;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero,
  .visit-card {
    grid-template-columns: 1fr;
  }

  .trust-strip,
  .service-grid,
  .process-grid,
  .faq-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .team-grid {
    grid-template-columns: repeat(4, minmax(136px, 1fr));
  }
}

@media (max-width: 760px) {
  body {
    background-attachment: scroll;
  }

  .concept-bar,
  .header-actions,
  .section-heading.split,
  .owner-cta,
  .footer-bottom {
    flex-direction: column;
    align-items: stretch;
  }

  .concept-bar {
    text-align: center;
  }

  .site-header {
    width: min(calc(100% - 20px), var(--container));
    margin-top: 10px;
    padding: 14px;
  }

  .brand {
    justify-content: center;
    width: 100%;
  }

  .header-actions,
  .hero-actions {
    width: 100%;
  }

  .header-actions .button,
  .hero-actions .button,
  .owner-cta .button {
    width: 100%;
  }

  .section-shell,
  .site-footer {
    width: min(calc(100% - 20px), var(--container));
  }

  .hero {
    padding: 58px 0 44px;
  }

  .hero h1 {
    font-size: clamp(42px, 15vw, 64px);
  }

  .pathway-card,
  .appointment-panel,
  .visit-card,
  .owner-cta {
    padding: 22px;
    border-radius: 26px;
  }

  .trust-strip,
  .service-grid,
  .process-grid,
  .contact-list,
  .faq-grid,
  .team-grid {
    grid-template-columns: 1fr;
  }

  .trust-strip article,
  .service-card,
  .process-grid article,
  .faq-grid article {
    min-height: auto;
  }

  .services-section,
  .team-section,
  .appointment-section,
  .logistics-section,
  .faq-section {
    padding-top: 62px;
  }

  .section-heading h2,
  .owner-cta h2 {
    font-size: clamp(32px, 11vw, 44px);
  }

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

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

  *,
  *::before,
  *::after {
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }
}
