:root {
  --ink: #0e1116;
  --mist: #5b6472;
  --soft: #7b8492;
  --cloud: #ffffff;
  --sky: #edf2f7;
  --cream: #f7f3ea;
  --edge: #e3e8ee;
  --edge-soft: #eef2f6;
  --green: #426b56;
  --pine: #143225;
  --leaf: #dfeade;
  --gold: #c69245;
  --shadow-1: 0 1px 1px rgba(14, 17, 22, 0.04), 0 24px 48px -28px rgba(14, 17, 22, 0.22);
  --shadow-2: 0 1px 1px rgba(14, 17, 22, 0.05), 0 30px 70px -34px rgba(14, 17, 22, 0.28);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 12px;
  --container: 1180px;
}

*,
*::before,
*::after {
  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 12% 14%, rgba(66, 107, 86, 0.14), transparent 32rem),
    radial-gradient(circle at 88% 8%, rgba(198, 146, 69, 0.16), transparent 28rem),
    linear-gradient(180deg, #f4f8fb 0%, var(--cream) 46%, #f8faf8 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.45) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.36) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(to bottom, black, transparent 70%);
  z-index: -1;
}

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

a {
  color: inherit;
}

a,
button {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(66, 107, 86, 0.42);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 100;
  transform: translateY(-160%);
  border-radius: 999px;
  background: var(--ink);
  color: white;
  padding: 10px 16px;
}

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

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

.concept-bar {
  background: var(--pine);
  color: #eef8ef;
  text-align: center;
  font-size: 13px;
  line-height: 1.35;
  padding: 9px 16px;
}

.concept-bar p {
  margin: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 16px 0;
  backdrop-filter: blur(18px);
}

.nav-shell {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 12px 10px 16px;
  border: 1px solid rgba(227, 232, 238, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow-1);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  text-decoration: none;
}

.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--green);
  background: var(--leaf);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 15px;
  line-height: 1.15;
}

.brand small {
  margin-top: 2px;
  color: var(--mist);
  font-size: 12px;
  line-height: 1.2;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px;
  border: 1px solid var(--edge-soft);
  border-radius: 999px;
  background: rgba(243, 246, 250, 0.78);
}

.nav-links a {
  border-radius: 999px;
  padding: 8px 14px;
  color: var(--mist);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.nav-links a:hover {
  background: white;
  color: var(--ink);
}

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

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

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

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

.section {
  padding: 86px 0;
}

.hero {
  padding-top: 84px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.76fr);
  gap: 48px;
  align-items: center;
}

.kicker,
.card-label {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

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

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: 0;
  line-height: 1.08;
}

h1 {
  max-width: 850px;
  font-size: clamp(46px, 6vw, 78px);
}

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

.hero-lede {
  max-width: 640px;
  margin: 26px 0 0;
  color: var(--mist);
  font-size: clamp(18px, 2vw, 21px);
}

.hero-actions,
.action-buttons,
.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.visit-card,
.location-card,
.hours-card,
.provider-card,
.action-panel,
.quote-panel,
.care-card {
  border: 1px solid var(--edge);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-1);
}

.visit-card {
  overflow: hidden;
  border-radius: 34px;
  box-shadow: var(--shadow-2);
}

.photo-frame {
  aspect-ratio: 4 / 3;
  background: var(--leaf);
}

.photo-frame img,
.location-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visit-card-body {
  padding: 28px;
}

.visit-card h2,
.location-card h2,
.hours-card h2,
.provider-card h2,
.action-panel h2,
.section-intro h2,
.provider-copy h2,
.faq-grid h2 {
  font-size: clamp(30px, 4vw, 44px);
}

.visit-card p,
.provider-card p {
  margin: 10px 0 0;
  color: var(--mist);
}

.quick-facts {
  display: grid;
  gap: 14px;
  margin: 24px 0 0;
}

.quick-facts div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--edge-soft);
}

.quick-facts dt {
  color: var(--mist);
  font-weight: 600;
}

.quick-facts dd {
  margin: 0;
  text-align: right;
  font-weight: 800;
}

.quick-facts a,
.faq-list a {
  color: var(--pine);
}

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

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

.proof-grid > div {
  min-height: 168px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.92);
}

.proof-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--leaf);
  color: var(--pine);
  font-size: 13px;
  font-weight: 900;
}

.proof-title {
  margin: 18px 0 6px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
}

.proof-grid p:not(.proof-title) {
  margin: 0;
  color: var(--mist);
}

.section-grid,
.provider-grid,
.faq-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 42px;
  align-items: start;
}

.section-intro p,
.provider-copy p,
.action-panel p,
.faq-list p {
  color: var(--mist);
}

.section-intro > p:last-child,
.provider-copy > p:last-child {
  margin: 20px 0 0;
  font-size: 18px;
}

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

.care-card {
  min-height: 280px;
  border-radius: var(--radius-lg);
  padding: 28px;
}

.line-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 30px;
  border-radius: 16px;
  background: var(--leaf);
  color: var(--green);
}

.line-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.care-card h3,
.faq-list h3 {
  font-size: 21px;
}

.care-card p {
  margin: 16px 0 0;
  color: var(--mist);
}

.quote-band {
  padding-top: 24px;
}

.quote-panel {
  border-radius: 36px;
  padding: clamp(32px, 5vw, 64px);
  background:
    linear-gradient(135deg, rgba(20, 50, 37, 0.94), rgba(66, 107, 86, 0.9)),
    var(--pine);
  color: white;
}

blockquote {
  margin: 0;
}

blockquote p {
  max-width: 980px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4.5vw, 54px);
  font-style: italic;
  line-height: 1.16;
}

blockquote footer {
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 700;
}

.provider-grid {
  align-items: stretch;
}

.provider-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 360px;
  border-radius: var(--radius-lg);
  padding: 32px;
  background:
    radial-gradient(circle at 22% 20%, rgba(255, 255, 255, 0.36), transparent 12rem),
    linear-gradient(145deg, var(--leaf), #ffffff 70%);
}

.provider-copy {
  align-self: center;
}

.action-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-radius: 36px;
  padding: clamp(28px, 5vw, 52px);
}

.action-panel p {
  max-width: 660px;
  margin: 18px 0 0;
}

.action-buttons {
  justify-content: flex-end;
}

.logistics-section {
  padding-top: 36px;
}

.logistics-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 22px;
  align-items: stretch;
}

.location-card,
.hours-card {
  overflow: hidden;
  border-radius: var(--radius-lg);
}

.location-card img {
  height: 220px;
}

.location-card > div,
.hours-card {
  padding: 30px;
}

.location-card p {
  margin: 10px 0 0;
  color: var(--mist);
}

.text-link {
  display: inline-flex;
  margin-top: 24px;
  color: var(--pine);
  font-weight: 800;
}

.hours-list {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.hours-list div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 18px;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid var(--edge-soft);
}

.hours-list span {
  color: var(--mist);
  font-weight: 700;
}

.hours-list strong {
  font-size: 17px;
}

.faq-section {
  padding-top: 42px;
}

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

.faq-list article {
  border-top: 1px solid var(--edge);
  padding-top: 22px;
}

.faq-list p {
  margin: 12px 0 0;
}

.site-footer {
  padding: 64px 0 32px;
  background: var(--ink);
  color: white;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-brand {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 900;
}

.site-footer p:not(.footer-brand) {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
}

.site-footer .button-secondary {
  border-color: rgba(255, 255, 255, 0.22);
  background: transparent;
  color: white;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 24px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
}

@media (max-width: 980px) {
  .nav-shell {
    border-radius: 28px;
    align-items: flex-start;
  }

  .nav-links {
    display: none;
  }

  .hero {
    padding-top: 48px;
  }

  .hero-grid,
  .section-grid,
  .provider-grid,
  .logistics-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .care-grid,
  .proof-grid,
  .faq-list {
    grid-template-columns: 1fr;
  }

  .proof-grid {
    gap: 1px;
  }

  .care-card {
    min-height: 0;
  }

  .action-panel,
  .footer-grid {
    align-items: flex-start;
    flex-direction: column;
  }

  .action-buttons {
    justify-content: flex-start;
  }
}

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

  .site-header {
    position: static;
    padding: 12px 0;
  }

  .nav-shell {
    padding: 12px;
    gap: 12px;
  }

  .brand {
    flex: 1 1 100%;
  }

  .brand small {
    display: none;
  }

  .nav-cta {
    width: 100%;
  }

  .section {
    padding: 58px 0;
  }

  .hero {
    padding-top: 36px;
  }

  h1 {
    font-size: clamp(40px, 13vw, 58px);
  }

  .hero-actions .button,
  .action-buttons .button,
  .footer-actions .button {
    width: 100%;
  }

  .quick-facts div,
  .hours-list div {
    grid-template-columns: 1fr;
    display: grid;
    gap: 4px;
  }

  .quick-facts dd {
    text-align: left;
  }

  .visit-card-body,
  .location-card > div,
  .hours-card,
  .provider-card,
  .care-card {
    padding: 24px;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
