:root {
  --ink: #152018;
  --muted: #5d6a61;
  --surface: #f6f7f2;
  --panel: #ffffff;
  --panel-strong: #ecf3e1;
  --brand: #89b833;
  --brand-dark: #4b7418;
  --line: #d9e1d0;
  --shadow: 0 24px 70px rgb(20 32 24 / 14%);
  --max: 1160px;
  --anchor-offset: 176px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--anchor-offset);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 20;
  transform: translateY(-160%);
  padding: 10px 14px;
  background: var(--ink);
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 16px 24px;
  background: rgb(246 247 242 / 92%);
  backdrop-filter: blur(16px);
}

.brand img {
  width: 112px;
}

.brand {
  display: inline-flex;
  align-items: center;
  padding: 10px 12px;
  border-radius: 8px;
  background: #142018;
  box-shadow: 0 10px 28px rgb(20 32 24 / 16%);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 0.92rem;
  font-weight: 700;
}

.site-nav a {
  text-decoration: none;
}

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

.nav-action {
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--panel);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--panel);
}

.nav-toggle-line,
.nav-toggle-line::before,
.nav-toggle-line::after {
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  background: var(--ink);
  content: "";
}

.nav-toggle-line::before {
  transform: translateY(-7px);
}

.nav-toggle-line::after {
  transform: translateY(5px);
}

.section,
.section-band,
.site-footer {
  max-width: var(--max);
  margin: 0 auto;
  padding: 86px 24px;
}

.section-band {
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 18%, rgb(137 184 51 / 22%), transparent 28%),
    linear-gradient(135deg, #111b14 0%, #21351d 48%, #edf4e4 100%);
  color: #fff;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 42px;
  align-items: end;
  min-height: 500px;
  margin-top: 16px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.contact h2,
.legal-hero h1 {
  margin: 0;
  letter-spacing: 0;
  line-height: 1.05;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(3rem, 7vw, 5.4rem);
}

.hero-text {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgb(255 255 255 / 84%);
  font-size: 1.2rem;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
}

.button-primary {
  background: var(--brand);
  color: #14200f;
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #a4cf48;
}

.button-secondary {
  border: 1px solid rgb(255 255 255 / 34%);
  color: #fff;
}

.hero-panel {
  padding: 32px;
  border: 1px solid rgb(255 255 255 / 24%);
  border-radius: 8px;
  background: rgb(255 255 255 / 10%);
  box-shadow: var(--shadow);
}

.panel-kicker,
.step {
  display: block;
  color: var(--brand);
  font-size: 0.86rem;
  font-weight: 900;
}

.hero-panel strong {
  display: block;
  margin-top: 10px;
  font-size: 2rem;
  line-height: 1.1;
}

.hero-panel p {
  margin: 18px 0 0;
  color: rgb(255 255 255 / 82%);
}

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

.section-heading h2,
.contact h2,
.legal-hero h1 {
  font-size: clamp(2rem, 4.5vw, 4rem);
}

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

.process-card {
  min-height: 330px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.process-card h3,
.about-item h3 {
  margin: 16px 0 12px;
  font-size: 1.5rem;
  line-height: 1.15;
}

.process-card p,
.about-item p,
.contact-copy p,
.legal-content p {
  margin: 0;
  color: var(--muted);
}

.about {
  background:
    linear-gradient(135deg, #eef6e3 0%, #ffffff 45%, #dfe9d0 100%);
  color: var(--ink);
}

.about-grid {
  display: grid;
  gap: 18px;
}

.about-item {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgb(255 255 255 / 76%);
}

.about-item img {
  justify-self: center;
  max-height: 92px;
  object-fit: contain;
}

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

.logo-grid figure {
  display: grid;
  align-items: center;
  justify-items: center;
  min-height: 250px;
  margin: 0;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.logo-grid img {
  max-height: 132px;
  object-fit: contain;
}

.logo-grid figcaption {
  align-self: end;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
  text-transform: uppercase;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 48px;
  align-items: center;
}

.contact-copy p {
  max-width: 650px;
  margin: 18px 0 28px;
  color: rgb(255 255 255 / 82%);
}

.contact-list {
  display: grid;
  gap: 12px;
  padding: 28px;
  border: 1px solid rgb(255 255 255 / 26%);
  border-radius: 8px;
  background: rgb(255 255 255 / 10%);
  color: rgb(255 255 255 / 88%);
  font-style: normal;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 34px;
  padding-bottom: 34px;
  color: var(--muted);
}

.site-footer div,
.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.site-footer strong {
  color: var(--ink);
}

.site-footer a {
  font-weight: 700;
  text-decoration: none;
}

.legal-page {
  padding-bottom: 60px;
}

.legal-hero {
  margin-top: 16px;
  min-height: 360px;
}

.legal-hero p:last-child {
  margin: 24px 0 0;
  color: rgb(255 255 255 / 78%);
}

.legal-content {
  max-width: 880px;
  margin: 0 auto;
  padding: 64px 24px 0;
}

.legal-content h2 {
  margin: 36px 0 12px;
  font-size: 1.55rem;
  line-height: 1.2;
}

@media (max-width: 860px) {
  :root {
    --anchor-offset: 144px;
  }

  .site-header {
    padding: 12px 18px;
  }

  .brand img {
    width: 88px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: 72px 18px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--panel);
    box-shadow: var(--shadow);
  }

  .site-nav a {
    padding: 14px;
    border-radius: 6px;
  }

  .site-nav a:hover,
  .site-nav a:focus-visible {
    background: var(--panel-strong);
  }

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

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

  .hero {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .process-grid,
  .logo-grid {
    grid-template-columns: 1fr;
  }

  .process-card {
    min-height: auto;
  }

  .about-item {
    grid-template-columns: 1fr;
    text-align: center;
  }

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

@media (max-width: 520px) {
  .section,
  .section-band {
    padding: 58px 18px;
  }

  .hero h1 {
    font-size: 3.1rem;
  }

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

  .hero-panel,
  .process-card,
  .about-item,
  .contact-list {
    padding: 22px;
  }

  .legal-content {
    padding-right: 18px;
    padding-left: 18px;
  }
}
