:root {
  --navy-950: #101912;
  --navy-900: #17251c;
  --navy-800: #2b4031;
  --ink: #1d2c22;
  --teal: #c9d98f;
  --teal-dark: #64764b;
  --ice: #eef1e7;
  --mist: #eeeae1;
  --paper: #f8f6f0;
  --white: #fbfaf7;
  --muted: #5d685f;
  --line: #d7d8ca;
  --max: 1200px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.65rem 1rem;
  background: var(--white);
  color: var(--navy-900);
  transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  width: min(100% - 3rem, var(--max));
  min-height: 94px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2.5rem;
  transform: translateX(-50%);
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  line-height: 1.05;
}

.brand-mark {
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(84,223,208,.8);
  color: var(--teal);
  font: 600 1.35rem/1 "Manrope", sans-serif;
}

.brand strong { display: block; font: 600 1rem/1.1 "Manrope", sans-serif; }
.brand small { display: block; margin-top: 0.25rem; color: rgba(255,255,255,.68); font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; }

nav { justify-self: center; display: flex; gap: 1.75rem; }
nav a { color: rgba(255,255,255,.78); font-size: .91rem; text-decoration: none; }
nav a:hover, nav a:focus-visible { color: var(--white); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  min-height: 52px;
  padding: .85rem 1.35rem;
  border: 1px solid transparent;
  font: 600 .92rem/1 "Manrope", sans-serif;
  text-decoration: none;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: .65rem 1rem; font-size: .82rem; }
.button-primary { background: var(--teal); color: var(--navy-950); }
.button-primary:hover, .button-primary:focus-visible { background: #dce6af; }
.button-light { border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.08); color: var(--white); backdrop-filter: blur(10px); }
.button-light:hover { border-color: var(--white); background: rgba(255,255,255,.14); }

.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--navy-950);
  color: var(--white);
}

.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-overlay { background: linear-gradient(90deg, rgba(12,23,15,.97) 0%, rgba(12,23,15,.82) 42%, rgba(12,23,15,.1) 78%), linear-gradient(0deg, rgba(12,23,15,.48), transparent 48%); }

.hero-content {
  position: relative;
  z-index: 2;
  width: min(100% - 3rem, var(--max));
  margin: 0 auto;
  padding: 10rem 0 4.25rem;
}

.eyebrow, .section-label {
  margin: 0 0 1.4rem;
  font: 600 .75rem/1.2 "Manrope", sans-serif;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.eyebrow { color: var(--teal); }
.section-label { color: var(--teal-dark); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", sans-serif; letter-spacing: -.035em; }

h1 {
  max-width: 760px;
  margin-bottom: 1.75rem;
  font-size: clamp(3.5rem, 7.2vw, 6.7rem);
  line-height: .94;
  font-weight: 500;
}
h1 span { color: var(--teal); }

.hero-copy { max-width: 600px; margin-bottom: 2rem; color: rgba(255,255,255,.77); font-size: clamp(1.05rem, 1.6vw, 1.25rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; }
.text-link { color: var(--navy-800); font-weight: 600; text-underline-offset: .28em; text-decoration-thickness: 1px; }
.light-link { color: var(--white); }

.hero-facts {
  display: flex;
  gap: 2rem;
  margin: 3.8rem 0 0;
  padding: 1.25rem 0 0;
  border-top: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.7);
  font-size: .9rem;
  list-style: none;
}
.hero-facts li::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: .6rem; background: var(--teal); border-radius: 50%; vertical-align: .12em; }

.section { width: min(100% - 3rem, var(--max)); margin-inline: auto; }
.intro { padding-block: 8.5rem; }
.intro-grid { display: grid; grid-template-columns: 1.05fr .75fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.kicker { color: var(--teal-dark); font-weight: 600; }
h2 { margin-bottom: 1.5rem; font-size: clamp(2.25rem, 4.4vw, 4.25rem); line-height: 1.06; font-weight: 500; }
.intro-copy { padding-top: 3rem; color: var(--muted); font-size: 1.06rem; }
.intro-copy p { margin-bottom: 1.3rem; }
.intro-copy .text-link { display: inline-block; margin-top: .5rem; }

.principles { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principles article { padding: 3.5rem 3.25rem 3.5rem 0; }
.principles article + article { padding-left: 3.25rem; border-left: 1px solid var(--line); }
.principle-number { display: block; margin-bottom: 3rem; color: var(--teal-dark); font: 600 .77rem/1 "Manrope", sans-serif; }
.principles h3 { margin-bottom: .8rem; font-size: 1.35rem; font-weight: 600; }
.principles p { margin: 0; color: var(--muted); }

.providers { padding-block: 8.5rem; }
.section-heading { max-width: 760px; margin-bottom: 4rem; }
.provider-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.provider-card { min-height: 390px; display: grid; grid-template-columns: minmax(160px, 40%) 1fr; background: var(--navy-900); color: var(--white); overflow: hidden; }
.provider-card:nth-child(2) { background: var(--ice); color: var(--navy-900); }
.provider-photo { width: 100%; height: 100%; object-fit: cover; filter: saturate(.88) contrast(.98); }
.provider-photo-kevin { object-position: center 28%; }
.provider-photo-tiffany { object-position: center 32%; }
.provider-copy { display: flex; flex-direction: column; justify-content: end; padding: 2.25rem; }
.role { margin-bottom: .55rem; color: var(--teal); font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.provider-card:nth-child(2) .role { color: var(--teal-dark); }
.provider-card h3 { margin-bottom: .75rem; font-size: 1.75rem; font-weight: 500; }
.provider-card p:last-child { margin-bottom: 0; color: rgba(255,255,255,.66); }
.provider-card:nth-child(2) p:last-child { color: var(--muted); }

.insurance { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 6rem; padding-block: 7rem; border-top: 1px solid var(--line); }
.insurance > div:first-child > p:last-child { max-width: 600px; color: var(--muted); font-size: 1.05rem; }
.payer-panel { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.payer-panel span { padding: 1.7rem; font: 600 1.05rem/1 "Manrope", sans-serif; }
.payer-panel span:not(:last-of-type) { border-right: 1px solid var(--line); }
.payer-panel small { grid-column: 1 / -1; padding: 1rem 1.7rem; background: var(--mist); color: var(--muted); font-size: .78rem; }

.visits { padding-block: 7.5rem; border-top: 1px solid var(--line); }
.compact { margin-bottom: 3rem; }
.compact > p { color: var(--muted); }
.visit-links { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.visit-links a { padding: 1.7rem 1.9rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; border: 1px solid var(--line); text-decoration: none; transition: background-color .2s ease, border-color .2s ease; }
.visit-links a:hover { background: var(--ice); border-color: #b8c59d; }
.visit-links span { color: var(--muted); }
.visit-links strong span { color: inherit; }

.contact { width: min(100% - 3rem, var(--max)); display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 4rem; margin-bottom: 3rem; padding: clamp(3rem, 7vw, 6rem); background: var(--navy-900); color: var(--white); }
.contact h2 { margin-bottom: 1rem; }
.contact > div:first-child > p:last-child { max-width: 600px; margin-bottom: 0; color: rgba(255,255,255,.68); font-size: 1.06rem; }
.contact-actions { min-width: 250px; }
.contact-actions .button { width: 100%; }
.contact-details { margin: 1.3rem 0 0; color: rgba(255,255,255,.75); font-style: normal; text-align: right; }
.contact-details a { text-underline-offset: .22em; }
.contact-details span { display: block; }
.contact-address { margin: 1rem 0 .25rem; }

footer { padding: 3.5rem max(1.5rem, calc((100vw - var(--max)) / 2)); background: var(--navy-950); color: var(--white); }
.footer-brand { display: flex; align-items: center; gap: 1rem; margin-bottom: 2.5rem; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand span { color: rgba(255,255,255,.55); font-size: .85rem; }
.urgent-note { max-width: 760px; color: rgba(255,255,255,.58); font-size: .85rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.52); font-size: .8rem; }

:focus-visible { outline: 3px solid #e6bb73; outline-offset: 4px; }

@media (max-width: 960px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .intro-grid, .insurance { grid-template-columns: 1fr; gap: 2rem; }
  .intro-copy { padding-top: 0; }
  .principles { grid-template-columns: 1fr; }
  .principles article, .principles article + article { padding: 2.5rem 0; border-left: 0; }
  .principles article + article { border-top: 1px solid var(--line); }
  .principle-number { margin-bottom: 1.5rem; }
  .provider-list { grid-template-columns: 1fr; }
  .insurance { gap: 3rem; }
}

@media (max-width: 680px) {
  .site-header { width: min(100% - 2rem, var(--max)); min-height: 82px; }
  .site-header > .button { display: none; }
  .hero { min-height: 720px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(12,23,15,.96), rgba(12,23,15,.68)), linear-gradient(0deg, rgba(12,23,15,.7), transparent); }
  .hero-content, .section { width: min(100% - 2rem, var(--max)); }
  .hero-content { padding-bottom: 2.5rem; }
  h1 { font-size: clamp(3rem, 16vw, 4.2rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .light-link { padding: .5rem 0; text-align: center; }
  .hero-facts { flex-direction: column; gap: .45rem; margin-top: 2.5rem; }
  .intro, .providers { padding-block: 5.5rem; }
  .provider-card { grid-template-columns: 1fr; min-height: 0; }
  .provider-photo { height: auto; aspect-ratio: 4 / 3; }
  .provider-copy { padding: 2rem 1.5rem; }
  .payer-panel { grid-template-columns: 1fr; }
  .payer-panel span { border-right: 0 !important; border-bottom: 1px solid var(--line); }
  .visit-links { grid-template-columns: 1fr; }
  .visit-links a { align-items: flex-start; flex-direction: column; }
  .contact { width: min(100% - 2rem, var(--max)); grid-template-columns: 1fr; gap: 2rem; margin-bottom: 1rem; padding: 2.25rem 1.5rem; }
  .contact-details { text-align: left; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
