:root {
  color-scheme: light;
  --ink: #132421;
  --muted: #5a6864;
  --line: #dbe5e0;
  --paper: #fbfcfa;
  --white: #ffffff;
  --teal: #007d77;
  --teal-deep: #0a4c48;
  --coral: #e46f5f;
  --gold: #d8a947;
  --mint: #e8f4ef;
  --shadow: 0 24px 60px rgba(19, 36, 33, 0.12);
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  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%;
}

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

.site-header {
  align-items: center;
  background: rgba(251, 252, 250, 0.9);
  border-bottom: 1px solid rgba(219, 229, 224, 0.8);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  left: 0;
  min-height: 72px;
  padding: 14px clamp(18px, 4vw, 44px);
  position: fixed;
  right: 0;
  top: 0;
  backdrop-filter: blur(18px);
  z-index: 20;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-weight: 800;
  gap: 10px;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-mark {
  align-items: center;
  background: var(--ink);
  border-radius: 8px;
  color: var(--white);
  display: inline-flex;
  font-size: 0.78rem;
  height: 36px;
  justify-content: center;
  width: 44px;
}

.site-nav {
  align-items: center;
  display: flex;
  gap: clamp(18px, 3vw, 34px);
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--teal);
}

.header-cta,
.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.94rem;
  font-weight: 800;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

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

.header-cta,
.button.primary {
  background: var(--teal);
  color: var(--white);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(255, 255, 255, 0.6);
  color: var(--ink);
}

.nav-toggle {
  background: transparent;
  border: 0;
  display: none;
  height: 42px;
  padding: 9px;
  width: 42px;
}

.nav-toggle span {
  background: var(--ink);
  border-radius: 999px;
  display: block;
  height: 2px;
  margin: 5px 0;
  width: 24px;
}

.hero {
  min-height: 92vh;
  overflow: hidden;
  position: relative;
}

.hero-image {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(6, 23, 21, 0.86) 0%, rgba(6, 23, 21, 0.7) 40%, rgba(6, 23, 21, 0.24) 78%),
    linear-gradient(0deg, rgba(6, 23, 21, 0.44), rgba(6, 23, 21, 0.05) 42%);
  inset: 0;
  position: absolute;
}

.hero-content {
  color: var(--white);
  margin: 0 auto;
  max-width: var(--max);
  min-height: 92vh;
  padding: 148px clamp(20px, 4vw, 44px) 72px;
  position: relative;
}

.eyebrow {
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.hero h1 {
  font-size: clamp(4rem, 12vw, 8.6rem);
  line-height: 0.86;
  margin: 0;
  max-width: 780px;
}

.hero-copy {
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.08rem, 2vw, 1.42rem);
  margin: 28px 0 0;
  max-width: 650px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-stats {
  border-top: 1px solid rgba(255, 255, 255, 0.26);
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 70px 0 0;
  max-width: 930px;
  padding-top: 24px;
}

.hero-stats div,
.hero-stats dd {
  margin: 0;
}

.hero-stats dt {
  color: #ffffff;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1;
}

.hero-stats dd {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
  margin-top: 8px;
}

section:not(.hero) {
  margin: 0 auto;
  max-width: var(--max);
  padding: 86px clamp(20px, 4vw, 44px);
}

.band {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  max-width: none;
}

.band > * {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--max);
}

.section-heading {
  max-width: 760px;
}

h2 {
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.98;
  margin: 0;
}

h3 {
  font-size: 1.2rem;
  line-height: 1.18;
  margin: 0;
}

.intro {
  align-items: end;
  display: grid;
  gap: 40px;
  grid-template-columns: 1.1fr 0.9fr;
}

.intro > p,
.proof-copy p,
.contact-copy > p {
  color: var(--muted);
  font-size: 1.08rem;
  margin: 0;
}

.service-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 36px;
}

.service-grid article,
.process article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 246px;
  padding: 24px;
}

.service-grid p,
.process p,
.fit-list p {
  color: var(--muted);
  margin: 14px 0 0;
}

.icon {
  align-items: center;
  background: var(--mint);
  border-radius: 8px;
  color: var(--teal-deep);
  display: inline-flex;
  font-size: 1.1rem;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  margin-bottom: 44px;
  width: 42px;
}

.process {
  counter-reset: step;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 36px;
}

.process article {
  background: var(--paper);
}

.process span {
  color: var(--gold);
  display: block;
  font-weight: 900;
  margin-bottom: 48px;
}

.proof {
  align-items: center;
  display: grid;
  gap: 54px;
  grid-template-columns: 0.9fr 1.1fr;
}

.scoreboard {
  display: grid;
  gap: 14px;
}

.scoreboard div {
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 20px;
  grid-template-columns: 150px 1fr;
  padding: 24px;
}

.scoreboard strong {
  color: var(--teal);
  font-size: clamp(2.1rem, 4vw, 3.8rem);
  line-height: 1;
}

.scoreboard span {
  color: var(--muted);
}

.fit-list {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.fit-list p {
  background: var(--paper);
  border-left: 4px solid var(--coral);
  padding: 20px;
}

.contact {
  align-items: start;
  display: grid;
  gap: 50px;
  grid-template-columns: 0.9fr 1.1fr;
}

.contact-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.contact-points span {
  background: var(--mint);
  border-radius: 8px;
  color: var(--teal-deep);
  font-size: 0.9rem;
  font-weight: 800;
  padding: 10px 12px;
}

.lead-form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 34px);
}

label {
  color: var(--ink);
  display: grid;
  font-size: 0.9rem;
  font-weight: 800;
  gap: 7px;
}

input,
select {
  appearance: none;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  min-height: 48px;
  padding: 12px 13px;
  width: 100%;
}

input:focus,
select:focus {
  border-color: var(--teal);
  outline: 3px solid rgba(0, 125, 119, 0.14);
}

.form-note {
  color: var(--muted);
  font-size: 0.92rem;
  margin: 0;
}

.site-footer {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 28px clamp(20px, 4vw, 44px);
}

.site-footer p {
  color: var(--muted);
  margin: 0;
}

.site-footer a:last-child {
  color: var(--teal);
  font-weight: 800;
}

@media (max-width: 920px) {
  .header-cta {
    display: none;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    display: none;
    flex-direction: column;
    left: 0;
    padding: 18px 20px 24px;
    position: absolute;
    right: 0;
    top: 71px;
  }

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

  .hero-content {
    padding-top: 128px;
  }

  .hero-stats,
  .intro,
  .proof,
  .contact {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .process,
  .fit-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .hero {
    min-height: auto;
  }

  .hero-content {
    min-height: 96vh;
    padding-bottom: 42px;
  }

  .hero h1 {
    font-size: clamp(3.4rem, 19vw, 5.6rem);
  }

  .hero-overlay {
    background: linear-gradient(90deg, rgba(6, 23, 21, 0.9), rgba(6, 23, 21, 0.56));
  }

  .hero-stats,
  .service-grid,
  .process,
  .fit-list {
    grid-template-columns: 1fr;
  }

  section:not(.hero) {
    padding-bottom: 62px;
    padding-top: 62px;
  }

  .scoreboard div {
    grid-template-columns: 1fr;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
