* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

.site-header.is-scrolled,
.site-header.is-open {
  color: #141414;
  background: rgba(255, 250, 240, 0.9);
  border-bottom: 1px solid rgba(20, 20, 20, 0.08);
  box-shadow: 0 16px 45px rgba(8, 54, 51, 0.12);
  backdrop-filter: blur(18px);
}

.site-header.is-scrolled .site-nav,
.site-header.is-open .site-nav {
  border-color: rgba(20, 20, 20, 0.08);
  background: rgba(255, 255, 255, 0.78);
}

.nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  border-radius: 999px;
  padding: 0 16px;
  color: inherit;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.nav-link:hover {
  background: rgba(255, 255, 255, 0.22);
  transform: translateY(-1px);
}

.site-header.is-scrolled .nav-link:hover,
.site-header.is-open .nav-link:hover {
  color: #073633;
  background: #e8f1ed;
}

.eyebrow {
  margin: 0;
  color: #c7a25b;
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.section-title {
  margin: 0;
  color: inherit;
  font-size: clamp(2.25rem, 5.8vw, 4.8rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.96;
  overflow-wrap: anywhere;
}

.btn-primary,
.btn-ghost {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 22px;
  font-weight: 950;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #0d5b55, #128178);
  box-shadow: 0 18px 44px rgba(13, 91, 85, 0.3);
}

.btn-primary:hover,
.btn-ghost:hover {
  transform: translateY(-2px);
}

.btn-ghost {
  color: currentColor;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.feature-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.74);
  padding: 22px;
  box-shadow: 0 18px 52px rgba(10, 31, 31, 0.08);
  backdrop-filter: blur(12px);
}

.feature-number {
  display: grid;
  height: 42px;
  width: 42px;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: #073633;
  font-weight: 950;
}

.feature-card h3,
.service-card h3,
.person-card h3 {
  margin: 0;
  color: #073633;
  font-size: 1.2rem;
  font-weight: 950;
  line-height: 1.15;
}

.feature-card p,
.service-card p,
.person-card p,
.strategy-card p {
  margin: 8px 0 0;
  color: #626866;
}

.mission-chip {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  padding: 18px 20px;
  font-weight: 950;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.service-card {
  overflow: hidden;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 52px rgba(10, 31, 31, 0.1);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.service-card:hover,
.person-card:hover,
.strategy-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 80px rgba(13, 91, 85, 0.18);
}

.service-card img {
  height: 255px;
  width: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}

.service-card:hover img {
  transform: scale(1.05);
}

.service-card div {
  padding: 22px;
}

.service-card span {
  display: inline-flex;
  margin-bottom: 12px;
  border-radius: 999px;
  background: #e8f1ed;
  padding: 5px 10px;
  color: #0d5b55;
  font-size: 0.75rem;
  font-weight: 950;
}

.metric-card,
.strategy-card {
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  padding: 22px;
  box-shadow: 0 18px 52px rgba(10, 31, 31, 0.08);
}

.metric-card strong {
  display: block;
  color: #0d5b55;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 950;
  line-height: 1;
}

.metric-card span {
  display: block;
  margin-top: 10px;
  color: #626866;
  font-size: 0.95rem;
}

.strategy-card {
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.strategy-card span {
  color: #073633;
  font-weight: 950;
}

.person-card {
  overflow: hidden;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 18px 52px rgba(10, 31, 31, 0.1);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.person-card img {
  aspect-ratio: 1 / 1;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.person-card div {
  padding: 22px;
}

.floating-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 45;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 20px;
  color: #fff;
  background: linear-gradient(135deg, #0d5b55, #c7a25b);
  box-shadow: 0 18px 52px rgba(10, 31, 31, 0.28);
  font-weight: 950;
  text-decoration: none;
}

body.js-ready .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 620ms ease, transform 620ms ease;
}

body.js-ready .reveal.is-visible,
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 767px) {
  .site-nav {
    position: absolute;
    top: 76px;
    left: 16px;
    right: 16px;
    display: none !important;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    border-radius: 24px;
    border: 1px solid rgba(20, 20, 20, 0.08);
    background: rgba(255, 250, 240, 0.94);
    padding: 10px;
    color: #141414;
    box-shadow: 0 28px 80px rgba(13, 91, 85, 0.18);
    backdrop-filter: blur(18px);
  }

  .site-nav.is-open {
    display: flex !important;
  }

  .nav-link {
    min-height: 46px;
    justify-content: center;
  }

  .btn-primary,
  .btn-ghost {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .site-nav {
    display: flex !important;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
