:root {
  color: #122b31;
  background: #eff7f5;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body { margin: 0; min-width: 320px; }

a { color: inherit; }

.site-header,
.hero,
.section,
.contact,
.site-footer {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
}

.wordmark {
  color: #12333a;
  font-size: 1.3rem;
  font-weight: 850;
  letter-spacing: 0;
  text-decoration: none;
}

.wordmark span { color: #078f84; }

.header-call,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  text-decoration: none;
}

.header-call {
  color: #176b66;
  font-size: 0.95rem;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(380px, 1.04fr);
  align-items: center;
  gap: clamp(38px, 7vw, 96px);
  min-height: 590px;
  padding: 52px 0 76px;
}

.eyebrow {
  margin: 0 0 14px;
  color: #078f84;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

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

h1,
h2,
h3 { letter-spacing: 0; }

h1 {
  margin-bottom: 22px;
  color: #10252b;
  font-size: clamp(2.8rem, 5.4vw, 5.2rem);
  line-height: 1.02;
}

h2 {
  margin-bottom: 18px;
  color: #10252b;
  font-size: clamp(2rem, 3.6vw, 3.25rem);
  line-height: 1.08;
}

.lead,
.section-heading > p,
.support-copy p,
.service-card p,
.site-footer p {
  color: #4e6668;
  font-size: 1.06rem;
  line-height: 1.65;
}

.lead { max-width: 550px; margin-bottom: 30px; }

.button {
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 6px;
}

.button-primary { color: #fff; background: #087d75; }
.button-primary:hover { background: #066a64; }

.hero-image-wrap {
  min-height: 430px;
  overflow: hidden;
  border-radius: 8px;
  background: #d6e4e0;
}

.hero-image { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 64% center; }

.section { padding: 96px 0; }

.services { border-top: 1px solid #cfdfda; }

.section-heading { max-width: 670px; }
.section-heading > p { margin-bottom: 0; }

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

.service-card {
  min-height: 210px;
  padding: 26px 22px;
  border-top: 3px solid #1aa498;
  background: #fff;
}

.service-card h3 { margin-bottom: 12px; color: #19383d; font-size: 1.08rem; }
.service-card p { margin-bottom: 0; font-size: 0.96rem; }

.support {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: clamp(44px, 10vw, 150px);
  background: #d8eeea;
}

.support-copy p { margin-bottom: 24px; color: #355a5c; }

.text-link { color: #066e68; font-weight: 800; text-underline-offset: 4px; }
.text-link span { margin-left: 5px; }

.area { max-width: 850px; margin-left: max(24px, calc((100% - 1160px) / 2)); }
.area h2 { margin-bottom: 0; font-size: clamp(1.8rem, 3vw, 2.75rem); }

.contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 58px clamp(28px, 6vw, 76px);
  color: #fff;
  background: #123a40;
}

.contact h2 { margin-bottom: 0; color: #fff; }
.contact .eyebrow { color: #80d7ca; }
.button-light { color: #123a40; background: #fff; white-space: nowrap; }
.button-light:hover { background: #e5f5f1; }

.site-footer {
  display: grid;
  grid-template-columns: 1fr 1.5fr auto;
  gap: 24px;
  align-items: center;
  padding: 38px 0;
}

.site-footer p { margin: 0; font-size: 0.84rem; }
.site-footer p:last-child { text-align: right; white-space: nowrap; }

@media (max-width: 850px) {
  .hero { grid-template-columns: 1fr; gap: 38px; min-height: auto; padding-top: 48px; }
  .hero-image-wrap { min-height: 350px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .support { grid-template-columns: 1fr; gap: 28px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer p:last-child { text-align: left; }
}

@media (max-width: 560px) {
  .site-header,
  .hero,
  .section,
  .contact,
  .site-footer { width: min(100% - 32px, 1160px); }
  .header-call { font-size: 0.85rem; }
  .hero { padding: 34px 0 58px; }
  .hero-image-wrap { min-height: 275px; }
  .section { padding: 66px 0; }
  .service-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 32px; }
  .service-card { min-height: auto; }
  .contact { display: block; padding: 42px 28px; }
  .contact .button { margin-top: 26px; width: 100%; }
  .site-footer { grid-template-columns: 1fr; gap: 14px; }
}
