:root {
  --green: #82aa0b;
  --green-dark: #617f08;
  --ink: #2e2e2e;
  --muted: #66665f;
  --paper: #faf9f6;
  --linen: #eae4dc;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(46, 46, 46, 0.12);
  --radius: 8px;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Montserrat", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

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

.skip-link:focus {
  position: fixed;
  top: 16px;
  left: 16px;
  z-index: 999;
  width: auto;
  height: auto;
  padding: 12px 16px;
  margin: 0;
  clip: auto;
  background: var(--ink);
  color: var(--white);
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.section {
  padding: 112px 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(250, 249, 246, 0.9);
  border-bottom: 1px solid rgba(46, 46, 46, 0.07);
  backdrop-filter: blur(14px);
}

.nav-shell {
  width: min(1240px, calc(100% - 48px));
  min-height: 92px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand img {
  width: 256px;
  transform: translate(-12px, 7px);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.site-nav a,
.footer-grid a {
  text-decoration: none;
}

.site-nav a:hover,
.footer-grid a:hover {
  color: var(--green);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 15px 28px;
  border: 1px solid var(--green);
  border-radius: 999px;
  background: var(--green);
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(130, 170, 11, 0.28);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  background: var(--green-dark);
  border-color: var(--green-dark);
  box-shadow: 0 18px 40px rgba(130, 170, 11, 0.34);
}

.button-small {
  min-height: 42px;
  padding: 12px 20px;
  font-size: 12px;
}

.button-light {
  background: var(--white);
  border-color: var(--white);
  color: var(--ink);
  box-shadow: none;
}

.button-outline {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
  box-shadow: none;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(46, 46, 46, 0.14);
  border-radius: var(--radius);
  background: var(--white);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 19px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: center;
  overflow: hidden;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-overlay {
  background: linear-gradient(100deg, rgba(20, 24, 10, 0.72), rgba(20, 24, 10, 0.42) 45%, rgba(20, 24, 10, 0.08));
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 88px 0;
  color: var(--white);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #eee7df;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.02;
}

h1 {
  max-width: 650px;
  font-size: clamp(64px, 8vw, 108px);
}

h2 {
  font-size: clamp(40px, 5vw, 62px);
}

h3 {
  font-size: 28px;
}

.hero-copy {
  max-width: 530px;
  margin: 26px 0 36px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 19px;
  font-weight: 300;
  line-height: 1.65;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.text-link {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.text-link-light {
  color: var(--white);
}

.trust-strip {
  background: var(--white);
  border-bottom: 1px solid rgba(46, 46, 46, 0.07);
}

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

.trust-grid article {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 76px;
  padding: 0 24px;
  border-left: 1px solid rgba(46, 46, 46, 0.08);
}

.trust-grid article:first-child {
  border-left: 0;
}

.trust-grid strong,
.stat-grid strong {
  font-family: var(--serif);
  color: var(--green);
  font-size: 42px;
  line-height: 1;
}

.trust-grid span,
.stat-grid span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: 76px;
  align-items: center;
}

.portrait-card {
  position: relative;
}

.portrait-card::before {
  content: "";
  position: absolute;
  top: -22px;
  left: -22px;
  width: 140px;
  height: 140px;
  border: 1px solid var(--green);
  border-radius: var(--radius);
}

.portrait-card img {
  position: relative;
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.doctor-badge {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  padding: 20px 24px;
  border-radius: var(--radius);
  background: rgba(250, 249, 246, 0.95);
  box-shadow: 0 14px 34px rgba(46, 46, 46, 0.13);
}

.doctor-badge strong {
  display: block;
  font-family: var(--serif);
  font-size: 26px;
}

.doctor-badge span {
  display: block;
  margin-top: 5px;
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.content-copy p,
.section-intro p,
.service-card p,
.feature-card p,
.contact-copy > p,
.site-footer p {
  color: var(--muted);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
}

.content-copy blockquote {
  margin: 34px 0 0;
  padding: 4px 0 4px 28px;
  border-left: 2px solid var(--green);
}

.content-copy blockquote p {
  margin: 0 0 12px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 25px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.45;
}

.content-copy cite {
  color: var(--green);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.since-section {
  padding-top: 0;
}

.quiet-panel {
  padding: 58px;
  border: 1px solid rgba(46, 46, 46, 0.07);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 24px 64px rgba(46, 46, 46, 0.07);
}

.section-intro {
  max-width: 680px;
  margin: 0 auto 58px;
  text-align: center;
}

.section-intro p:last-child {
  margin: 20px auto 0;
  max-width: 610px;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid rgba(46, 46, 46, 0.08);
  border-radius: var(--radius);
}

.stat-grid article {
  display: grid;
  place-items: center;
  min-height: 170px;
  padding: 28px;
  text-align: center;
  border-left: 1px solid rgba(46, 46, 46, 0.08);
}

.stat-grid article:first-child {
  border-left: 0;
}

.services-section,
.contact-section {
  background: var(--white);
}

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

.service-card {
  min-height: 260px;
  padding: 34px;
  border: 1px solid rgba(46, 46, 46, 0.06);
  border-radius: var(--radius);
  background: var(--paper);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card:hover,
.feature-card:hover,
.testimonial-card:hover {
  transform: translateY(-4px);
  border-color: rgba(130, 170, 11, 0.35);
  box-shadow: 0 24px 50px rgba(46, 46, 46, 0.11);
}

.service-card span {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
  border-radius: var(--radius);
  background: rgba(130, 170, 11, 0.1);
  color: var(--green);
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 700;
}

.service-card h3 {
  margin-bottom: 14px;
}

.service-card-accent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(145deg, var(--green), #5f8307);
  color: var(--white);
}

.service-card-accent p {
  color: rgba(255, 255, 255, 0.88);
}

.patients-section {
  background: var(--linen);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.feature-card,
.testimonial-card {
  overflow: hidden;
  border: 1px solid rgba(46, 46, 46, 0.06);
  border-radius: var(--radius);
  background: var(--paper);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.feature-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.feature-card h3,
.feature-card p {
  padding-inline: 24px;
}

.feature-card h3 {
  margin-top: 24px;
}

.feature-card p {
  margin-bottom: 28px;
}

.stories-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 48px;
}

.stories-heading > div {
  max-width: 620px;
}

.rating {
  margin: 0;
  color: var(--green);
  font-family: var(--serif);
  font-size: 30px;
  white-space: nowrap;
}

.rating span {
  color: var(--muted);
  font-family: var(--sans);
  font-size: 14px;
}

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

.testimonial-card {
  padding: 34px;
  background: var(--white);
}

.testimonial-card p {
  margin: 0;
  font-family: var(--serif);
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.45;
}

.testimonial-card footer {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(46, 46, 46, 0.08);
}

.testimonial-card strong,
.testimonial-card span {
  display: block;
}

.testimonial-card span {
  margin-top: 5px;
  color: #85857d;
  font-size: 13px;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.contact-copy {
  width: min(590px, calc(100% - 48px));
  margin-left: auto;
  padding: 108px 64px 108px 0;
}

.contact-list {
  display: grid;
  gap: 22px;
  margin: 36px 0;
}

.contact-list article {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 18px;
}

.contact-list span {
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-list p {
  margin: 0;
  line-height: 1.65;
}

.contact-list a {
  text-decoration: none;
}

.contact-list a:hover {
  color: var(--green);
}

.map-panel {
  position: relative;
  min-height: 680px;
  overflow: hidden;
}

.map-panel iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.15) contrast(1.02);
}

.map-panel > a {
  position: absolute;
  bottom: 32px;
  left: 32px;
  padding: 18px 22px;
  border-radius: var(--radius);
  background: var(--white);
  text-decoration: none;
  box-shadow: var(--shadow);
}

.map-panel strong,
.map-panel span {
  display: block;
}

.map-panel strong {
  font-family: var(--serif);
  font-size: 23px;
}

.map-panel span {
  margin-top: 6px;
  color: var(--green);
  font-size: 13px;
  font-weight: 700;
}

.site-footer {
  padding: 72px 0 28px;
  background: var(--ink);
  color: var(--white);
  border-top: 3px solid var(--green);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 46px;
  border-bottom: 1px solid rgba(250, 249, 246, 0.13);
}

.footer-grid h2 {
  font-size: 34px;
}

.footer-grid p {
  color: rgba(250, 249, 246, 0.65);
}

.footer-grid nav {
  display: grid;
  gap: 12px;
  align-content: start;
}

.footer-grid strong {
  color: var(--green);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-grid a {
  color: rgba(250, 249, 246, 0.78);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 24px;
  color: rgba(250, 249, 246, 0.48);
  font-size: 12px;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

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

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

  .site-nav.is-open {
    position: absolute;
    top: 92px;
    right: 24px;
    left: 24px;
    display: grid;
    gap: 0;
    padding: 10px;
    border: 1px solid rgba(46, 46, 46, 0.08);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
  }

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

  .trust-grid,
  .stat-grid,
  .service-grid,
  .feature-grid,
  .testimonial-grid,
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .split-grid,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .contact-copy {
    width: min(720px, calc(100% - 48px));
    margin-inline: auto;
    padding: 92px 0;
  }

  .map-panel {
    min-height: 480px;
  }
}

@media (max-width: 680px) {
  .container,
  .nav-shell {
    width: min(100% - 32px, 1180px);
  }

  .nav-shell {
    min-height: 78px;
  }

  .brand img {
    width: 205px;
    transform: translate(-8px, 5px);
  }

  .site-nav.is-open {
    top: 78px;
    right: 16px;
    left: 16px;
  }

  .section {
    padding: 76px 0;
  }

  .hero {
    min-height: 640px;
  }

  .hero-content {
    padding: 72px 0;
  }

  h1 {
    font-size: 62px;
  }

  h2 {
    font-size: 42px;
  }

  .hero-copy {
    font-size: 17px;
  }

  .hero-actions,
  .contact-actions,
  .footer-bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .trust-grid,
  .stat-grid,
  .service-grid,
  .feature-grid,
  .testimonial-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid article,
  .stat-grid article {
    border-left: 0;
    border-top: 1px solid rgba(46, 46, 46, 0.08);
  }

  .trust-grid article:first-child,
  .stat-grid article:first-child {
    border-top: 0;
  }

  .portrait-card::before {
    display: none;
  }

  .portrait-card img {
    min-height: 420px;
  }

  .doctor-badge {
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .quiet-panel,
  .service-card,
  .testimonial-card {
    padding: 28px;
  }

  .stories-heading {
    display: block;
  }

  .rating {
    margin-top: 20px;
  }

  .contact-list article {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
