@font-face {
  font-family: "Aeonik";
  src: url("assets/fonts/Aeonik-Regular.otf") format("opentype");
  font-weight: 400;
}

@font-face {
  font-family: "Aeonik";
  src: url("assets/fonts/Aeonik-Medium.otf") format("opentype");
  font-weight: 600;
}

@font-face {
  font-family: "Aeonik";
  src: url("assets/fonts/Aeonik-Bold.otf") format("opentype");
  font-weight: 800;
}

:root {
  --brote: #a5da1d;
  --cosecha: #007c1c;
  --cosecha-900: #005316;
  --atardecer: #f19c00;
  --ink: #10361f;
  --muted: #667467;
  --paper: #f4f6ec;
  --paper-2: #e8efe0;
  --white: #ffffff;
  --line: rgba(0, 124, 28, 0.16);
  --shadow: 0 24px 70px rgba(0, 83, 22, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Aeonik", "Poppins", "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
}

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

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 18px clamp(18px, 4vw, 62px);
  background: rgba(244, 246, 236, 0.84);
  border-bottom: 1px solid rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px);
}

.brand img {
  width: clamp(160px, 16vw, 230px);
  height: auto;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.4vw, 34px);
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 800;
}

.nav a {
  position: relative;
  padding-block: 8px;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--brote);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.nav a:hover::after {
  transform: scaleX(1);
}

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  color: var(--white);
}

.hero-video,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-video {
  object-fit: cover;
}

.hero-shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 83, 22, 0.92), rgba(0, 83, 22, 0.58) 48%, rgba(0, 83, 22, 0.16)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}

.hero-content {
  position: relative;
  z-index: 2;
  align-self: end;
  width: min(960px, 92vw);
  padding: 150px clamp(22px, 7vw, 96px) 122px;
}

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

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

h1 {
  margin-bottom: 18px;
  max-width: 880px;
  font-size: clamp(4rem, 10.4vw, 11rem);
  line-height: 0.86;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(2.3rem, 5vw, 5.4rem);
  line-height: 0.96;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(1.25rem, 1.6vw, 1.7rem);
  line-height: 1.08;
}

p {
  line-height: 1.62;
}

.hero-lead {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.35rem, 2.5vw, 2.45rem);
  font-weight: 600;
  line-height: 1.08;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 800;
}

.button.primary {
  color: var(--cosecha-900);
  background: var(--brote);
}

.button.ghost {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.52);
}

.hero-strip {
  position: relative;
  z-index: 2;
  align-self: end;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(0, 83, 22, 0.52);
  backdrop-filter: blur(10px);
}

.hero-strip span {
  padding: 20px clamp(18px, 4vw, 62px);
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 800;
}

.intro,
.services,
.testimonials {
  padding: clamp(76px, 11vw, 150px) clamp(20px, 7vw, 96px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.74fr);
  gap: clamp(36px, 8vw, 120px);
}

.intro-copy {
  color: var(--muted);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
}

.manifest {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.15fr);
  min-height: 620px;
  background: var(--cosecha);
  color: var(--white);
}

.manifest-card {
  align-self: center;
  padding: clamp(44px, 7vw, 96px);
}

.manifest-card p {
  color: var(--brote);
  font-size: 1.15rem;
  font-weight: 800;
}

.manifest img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border-block: 1px solid var(--line);
}

.pillars article {
  min-height: 390px;
  padding: clamp(30px, 4vw, 52px);
  background: var(--paper-2);
}

.pillars span {
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 58px;
  border-radius: 50%;
  color: var(--cosecha);
  background: var(--white);
  font-weight: 800;
}

.pillars p,
.field-story p,
.growth p,
.testimonial-grid p {
  color: var(--muted);
}

.field-story,
.growth {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.9fr);
  align-items: stretch;
}

.field-story img,
.growth img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
}

.field-story div,
.growth div {
  align-self: center;
  padding: clamp(44px, 7vw, 96px);
}

.section-head {
  max-width: 980px;
  margin-bottom: clamp(38px, 6vw, 78px);
}

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

.service-card {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--cosecha-900);
  box-shadow: var(--shadow);
}

.service-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 83, 22, 0.9), rgba(0, 83, 22, 0.08) 58%);
}

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

.service-card div {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px;
  color: var(--white);
}

.service-card span {
  display: block;
  margin-bottom: 14px;
  color: var(--brote);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.growth {
  background: var(--white);
}

.growth img {
  order: 2;
}

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

.testimonial-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.testimonial-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  margin-bottom: 24px;
  border-radius: 6px;
  object-fit: cover;
  object-position: center 22%;
}

.testimonial-grid strong {
  color: var(--cosecha);
  font-weight: 800;
}

.footer {
  padding: clamp(54px, 8vw, 96px) clamp(20px, 7vw, 96px);
  color: var(--white);
  background: var(--cosecha-900);
}

.footer-brand {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 34px;
  margin-bottom: 56px;
}

.footer-brand img {
  width: min(320px, 72vw);
}

.footer-brand p {
  max-width: 460px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.2rem;
  font-weight: 600;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  padding-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-grid h2 {
  font-size: 1.35rem;
}

.footer-grid p,
.footer-grid a {
  display: block;
  color: rgba(255, 255, 255, 0.76);
}

.footer-grid a {
  margin-top: 12px;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-links a {
  min-height: 38px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
}

@media (prefers-reduced-motion: reduce) {
  .hero-video {
    display: none;
  }

  .hero {
    background: url("assets/photos/drone-sunset.jpg") center / cover;
  }
}

@media (max-width: 1120px) {
  .pillars,
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .site-header {
    position: absolute;
  }

  .nav {
    display: none;
  }

  .hero-strip,
  .intro,
  .manifest,
  .field-story,
  .growth,
  .testimonial-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-strip span {
    padding: 14px 22px;
  }

  .manifest img,
  .field-story img,
  .growth img {
    min-height: 390px;
  }

  .growth img {
    order: 0;
  }
}

@media (max-width: 620px) {
  .brand img {
    width: 164px;
  }

  .hero {
    min-height: 92svh;
  }

  .hero-content {
    padding: 128px 24px 74px;
  }

  h1 {
    font-size: clamp(3.7rem, 17vw, 5rem);
  }

  h2 {
    font-size: clamp(2.25rem, 11vw, 3.25rem);
  }

  .hero-strip {
    display: none;
  }

  .pillars,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .pillars article,
  .service-card {
    min-height: 340px;
  }

  .intro,
  .services,
  .testimonials {
    padding-block: 62px;
  }

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