:root {
  color-scheme: light;
  --bg: #fbfffd;
  --surface: #ffffff;
  --soft: #eef8f2;
  --soft-strong: #d9efe1;
  --text: #173327;
  --muted: #5c6f64;
  --line: #d8e6dd;
  --green: #2f7a4e;
  --green-dark: #20583a;
  --coral: #e9846f;
  --yellow: #f5c85b;
  --shadow: 0 18px 45px rgba(25, 70, 48, 0.12);
  --radius: 8px;
  --shell: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

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

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

a:hover {
  color: var(--green-dark);
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 10;
  padding: 0.6rem 0.9rem;
  background: var(--text);
  color: white;
  border-radius: var(--radius);
}

.skip-link:focus {
  top: 1rem;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 5;
  background: rgba(251, 255, 253, 0.92);
  border-bottom: 1px solid rgba(216, 230, 221, 0.78);
  backdrop-filter: blur(16px);
}

.nav {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 228px;
}

.brand-mark {
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid rgba(216, 230, 221, 0.88);
  box-shadow: 0 8px 20px rgba(25, 70, 48, 0.08);
}

.brand-mark img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.15;
}

.brand strong {
  font-size: 1rem;
}

.brand small {
  color: var(--muted);
  font-size: 0.82rem;
}

.nav-links {
  display: flex;
  gap: 1rem;
  color: var(--muted);
  font-weight: 650;
  font-size: 0.94rem;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--green);
  border-radius: var(--radius);
  background: var(--green);
  color: white;
  font-weight: 750;
  line-height: 1;
  padding: 0.85rem 1.05rem;
  box-shadow: 0 10px 22px rgba(47, 122, 78, 0.2);
  cursor: pointer;
}

.button:hover {
  background: var(--green-dark);
  color: white;
}

.button-secondary {
  background: var(--surface);
  color: var(--green-dark);
  box-shadow: none;
}

.button-secondary:hover {
  background: var(--soft);
  color: var(--green-dark);
}

.button-small {
  min-height: 40px;
  padding: 0.7rem 0.85rem;
  font-size: 0.92rem;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.86fr);
  gap: 3rem;
  align-items: center;
  min-height: calc(100vh - 74px);
  padding: 5rem 0 4.2rem;
}

.local-line,
.section-label {
  margin: 0 0 0.8rem;
  color: var(--green-dark);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

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

h1 {
  max-width: 780px;
  margin-bottom: 1.2rem;
  font-size: 4.25rem;
  line-height: 0.98;
  font-weight: 820;
}

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

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.75rem 0 2.1rem;
}

.quick-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 0;
}

.quick-facts div {
  border-top: 3px solid var(--soft-strong);
  padding-top: 0.8rem;
}

.quick-facts dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.quick-facts dd {
  margin: 0.15rem 0 0;
  font-weight: 760;
}

.hero-media {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(6, 66px);
  gap: 0.75rem;
  min-height: 462px;
  padding: 0.75rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 12% 12%, rgba(245, 200, 91, 0.26), transparent 28%),
    linear-gradient(145deg, #ffffff, #eff8f3);
  box-shadow: var(--shadow);
}

.photo-stack {
  overflow: hidden;
  margin: 0;
  border-radius: var(--radius);
  background: #dfe8e2;
  border: 4px solid white;
  box-shadow: 0 12px 26px rgba(25, 70, 48, 0.12);
}

.photo-stack img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-stack-large img {
  object-position: center 58%;
}

.photo-stack:nth-child(2) img,
.photo-stack:nth-child(4) img {
  object-position: center 52%;
}

.photo-stack-large {
  grid-column: 1 / 7;
  grid-row: 1 / 4;
}

.photo-stack:nth-child(2) {
  grid-column: 1 / 4;
  grid-row: 4 / 7;
}

.photo-stack:nth-child(3) {
  grid-column: 4 / 7;
  grid-row: 4 / 6;
}

.photo-stack-wide {
  grid-column: 4 / 7;
  grid-row: 6 / 7;
}

.trust-strip {
  background: var(--green-dark);
  color: white;
}

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

.trust-grid p {
  margin: 0;
  padding: 1.35rem 1.1rem;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

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

.trust-grid strong,
.trust-grid span {
  display: block;
}

.trust-grid span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
}

.section {
  padding: 5.5rem 0;
}

section[id] {
  scroll-margin-top: 92px;
}

.section-soft {
  background: var(--soft);
}

.section-heading {
  max-width: 650px;
  margin-bottom: 2rem;
}

.section-heading-center {
  margin-inline: auto;
  text-align: center;
}

h2 {
  margin-bottom: 0.9rem;
  font-size: 2.55rem;
  line-height: 1.08;
}

h3 {
  margin-bottom: 0.45rem;
  font-size: 1.12rem;
  line-height: 1.2;
}

.section-heading p:last-child,
.care-copy,
.program-card p,
.highlight-list p,
.photo-section .section-heading p:last-child,
.contact-copy p,
.faq-list p {
  color: var(--muted);
}

.photo-section {
  padding-bottom: 5rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 170px;
  gap: 0.85rem;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 14px 30px rgba(25, 70, 48, 0.1);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-wide {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-tall {
  grid-row: span 2;
}

.gallery-tall img {
  object-position: center 46%;
}

.gallery-item figcaption {
  position: absolute;
  left: 0.7rem;
  bottom: 0.7rem;
  max-width: calc(100% - 1.4rem);
  padding: 0.34rem 0.5rem;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.1;
  box-shadow: 0 8px 20px rgba(25, 70, 48, 0.12);
}

.care-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
  gap: 3rem;
  align-items: start;
}

.care-copy {
  font-size: 1.08rem;
}

.highlight-list {
  display: grid;
  gap: 1rem;
}

.highlight-list article,
.program-card,
.review-list figure,
.contact-form {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.highlight-list article {
  padding: 1.15rem;
}

.highlight-list article:first-child {
  border-left: 6px solid var(--yellow);
}

.highlight-list article:nth-child(2) {
  border-left: 6px solid var(--green);
}

.highlight-list article:nth-child(3) {
  border-left: 6px solid var(--coral);
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.program-card {
  min-height: 180px;
  padding: 1.25rem;
}

.reviews-section {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 2.5rem;
  align-items: start;
}

.review-list {
  display: grid;
  gap: 1rem;
}

.review-list figure {
  margin: 0;
  padding: 1.25rem;
}

blockquote {
  margin: 0 0 0.8rem;
  font-size: 1.05rem;
  font-weight: 720;
  line-height: 1.45;
}

figcaption {
  color: var(--muted);
  font-size: 0.9rem;
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 3rem;
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

details {
  border-bottom: 1px solid var(--line);
  padding: 0.95rem 0;
}

summary {
  color: var(--text);
  font-size: 1.05rem;
  font-weight: 760;
  cursor: pointer;
}

details p {
  margin: 0.6rem 0 0;
}

.contact-section {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 3rem;
  align-items: start;
}

address {
  display: grid;
  gap: 0.45rem;
  margin-top: 1.4rem;
  font-style: normal;
}

address span,
.site-footer span {
  display: block;
  color: var(--muted);
}

address a,
.site-footer a {
  color: var(--green-dark);
  font-weight: 760;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.contact-form {
  display: grid;
  gap: 1rem;
  padding: 1.3rem;
  box-shadow: var(--shadow);
}

.form-row {
  display: grid;
  gap: 0.4rem;
}

.form-honeypot {
  position: absolute;
  left: -100vw;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

label,
.consent {
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 760;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  color: var(--text);
  font: inherit;
  line-height: 1.4;
  padding: 0.8rem 0.85rem;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(47, 122, 78, 0.22);
  border-color: var(--green);
}

.consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 0.55rem;
  align-items: start;
  color: var(--muted);
  font-weight: 650;
}

.consent input {
  width: 18px;
  height: 18px;
  margin-top: 0.2rem;
}

.form-status {
  min-height: 1.5rem;
  margin: 0;
  color: var(--green-dark);
  font-weight: 700;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #f6fbf8;
  padding: 2rem 0;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}

.footer-grid p {
  margin: 0;
}

@media (max-width: 920px) {
  .nav {
    flex-wrap: wrap;
    padding: 0.8rem 0;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: space-between;
  }

  .hero,
  .care-layout,
  .reviews-section,
  .faq-layout,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 3.8rem;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.1rem;
  }

  .trust-grid,
  .program-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-grid {
    grid-auto-rows: 155px;
  }
}

@media (max-width: 620px) {
  .shell {
    width: min(100% - 24px, var(--shell));
  }

  .brand {
    min-width: auto;
  }

  .nav .button {
    width: 100%;
  }

  .nav-links {
    gap: 0.7rem;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 0.2rem;
  }

  h1 {
    font-size: 2.45rem;
  }

  .hero-lede {
    font-size: 1.04rem;
  }

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

  .quick-facts,
  .trust-grid,
  .program-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-auto-rows: 210px;
  }

  .gallery-wide,
  .gallery-tall {
    grid-column: auto;
    grid-row: auto;
  }

  .hero-media {
    grid-template-rows: repeat(6, 48px);
    min-height: 354px;
  }

  .section {
    padding: 4rem 0;
  }

  section[id] {
    scroll-margin-top: 184px;
  }

  .contact-form {
    padding: 1rem;
  }

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