:root {
  --ink: #17201f;
  --muted: #5b6663;
  --paper: #f7f8f5;
  --white: #fff;
  --teal: #087f73;
  --teal-dark: #075e56;
  --coral: #e76048;
  --line: #d9dfdb;
  --lime: #bcd978;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 0 clamp(24px, 5vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.2);
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand-logo {
  display: block;
  width: 178px;
  height: 58px;
  object-fit: contain;
  background: var(--white);
  border-radius: 5px;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
}

.footer-logo {
  width: 190px;
  height: 66px;
  box-shadow: none;
}

nav { display: flex; gap: 34px; font-size: 14px; font-weight: 600; }
nav a:hover, footer a:hover { color: var(--lime); }

.button {
  min-height: 48px;
  padding: 12px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  border-radius: 6px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 9px 16px; border: 1px solid rgba(255,255,255,.55); }
.button-primary { color: var(--white); background: var(--coral); }
.button-primary:hover { background: #cd4d38; }

.hero {
  position: relative;
  min-height: min(780px, 92vh);
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--white);
}
.hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10,23,22,.94) 0%, rgba(10,23,22,.75) 44%, rgba(10,23,22,.12) 78%);
}
.hero-content {
  position: relative;
  z-index: 1;
  width: min(720px, 90%);
  margin-left: clamp(24px, 8vw, 130px);
  padding-top: 65px;
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--lime);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.eyebrow.dark { color: var(--teal); }
h1, h2, h3 { margin-top: 0; font-family: "Manrope", sans-serif; line-height: 1.08; }
h1 { margin-bottom: 20px; font-size: clamp(58px, 8vw, 112px); }
h2 { margin-bottom: 24px; font-size: clamp(36px, 4.2vw, 62px); }
h3 { font-size: 21px; }
.hero-lead { max-width: 660px; margin: 0; font-size: clamp(18px, 2vw, 24px); line-height: 1.55; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 28px; }
.text-link { padding-bottom: 3px; border-bottom: 1px solid rgba(255,255,255,.6); font-weight: 600; }
.hero-proof {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 68px;
  padding: 0 clamp(24px, 8vw, 130px);
  display: flex;
  align-items: center;
  gap: 40px;
  background: rgba(7,94,86,.94);
  font-size: 14px;
  font-weight: 600;
}
.hero-proof span + span::before { content: "•"; margin-right: 40px; color: var(--lime); }

.section { padding: 110px clamp(24px, 8vw, 130px); }
.section-band { padding: 100px clamp(24px, 8vw, 130px); }
.intro { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: start; }
.intro h2 { max-width: 680px; }
.intro-copy { padding-top: 35px; color: var(--muted); font-size: 19px; }

.fields { color: var(--white); background: var(--ink); }
.fields .eyebrow { color: var(--lime); }
.section-heading { max-width: 820px; margin-bottom: 56px; }
.field-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #3a4442; }
.field-grid article { min-height: 285px; padding: 28px 24px 24px 0; border-bottom: 1px solid #3a4442; }
.field-grid article + article { padding-left: 24px; border-left: 1px solid #3a4442; }
.field-number { display: block; margin-bottom: 55px; color: var(--coral); font-weight: 700; }
.field-grid p { color: #b7c0bd; }

.process { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10vw; }
.process-heading { position: sticky; top: 40px; height: max-content; }
.process-heading > p:last-child { color: var(--muted); font-size: 18px; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { padding: 28px 0; display: grid; grid-template-columns: 60px 1fr; gap: 20px; border-top: 1px solid var(--line); }
.steps li:last-child { border-bottom: 1px solid var(--line); }
.steps li > span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--teal); border-radius: 50%; color: var(--teal); font-weight: 700; }
.steps h3 { margin-bottom: 8px; }
.steps p { margin: 0; color: var(--muted); }

.partner { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; color: var(--white); background: var(--teal-dark); }
.partner h2 { font-size: clamp(34px, 3.6vw, 54px); }
.partner-copy > p:last-child { color: #c6d7d4; font-size: 18px; }
.partner-list { margin: 0; padding: 0; align-self: center; list-style: none; }
.partner-list li { padding: 19px 0; display: flex; gap: 15px; border-bottom: 1px solid rgba(255,255,255,.18); }
.partner-list span { color: var(--lime); font-weight: 800; }

.contact { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10vw; }
.contact-copy p { color: var(--muted); font-size: 18px; }
.contact-copy > a { color: var(--teal); font-weight: 700; border-bottom: 1px solid var(--teal); }
form { padding: 32px; background: var(--white); border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 20px 60px rgba(23,32,31,.08); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: block; margin-bottom: 18px; font-size: 14px; font-weight: 700; }
input, textarea {
  width: 100%;
  margin-top: 7px;
  padding: 13px 14px;
  color: var(--ink);
  background: #fbfcfa;
  border: 1px solid #cbd3cf;
  border-radius: 5px;
  outline: none;
}
input:focus, textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(8,127,115,.12); }
textarea { resize: vertical; }
.consent { display: flex; align-items: flex-start; gap: 10px; font-weight: 400; }
.consent input { width: 18px; height: 18px; margin: 3px 0 0; }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: 13px; }

footer {
  padding: 38px clamp(24px, 8vw, 130px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: var(--white);
  background: #101716;
  font-size: 14px;
}
footer p { color: #9fa9a6; }
footer > div { display: flex; gap: 24px; }

@media (max-width: 900px) {
  .site-header nav { display: none; }
  .hero { min-height: 760px; align-items: flex-start; }
  .hero > img { object-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(10,23,22,.94), rgba(10,23,22,.58)); }
  .hero-content { margin: 0 24px; padding-top: 155px; }
  .hero-proof { gap: 14px; justify-content: space-between; }
  .hero-proof span + span::before { display: none; }
  .intro, .process, .partner, .contact { grid-template-columns: 1fr; gap: 40px; }
  .field-grid { grid-template-columns: 1fr 1fr; }
  .field-grid article:nth-child(3) { padding-left: 0; border-left: 0; }
  .process-heading { position: static; }
}

@media (max-width: 600px) {
  .site-header { height: 68px; padding: 0 18px; }
  .site-header .button { display: none; }
  .brand-logo { width: 142px; height: 50px; }
  .hero-content { margin: 0 20px; padding-top: 130px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-proof { padding: 12px 20px; flex-wrap: wrap; }
  .section, .section-band { padding: 76px 20px; }
  .field-grid { grid-template-columns: 1fr; }
  .field-grid article, .field-grid article + article { min-height: 230px; padding: 26px 0; border-left: 0; }
  .field-number { margin-bottom: 32px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  form { padding: 22px; }
  footer { align-items: flex-start; flex-direction: column; }
}
