

:root {
  --ink: #081117;
  --ink-2: #0d1921;
  --ink-3: #12232d;
  --paper: #f4f7f2;
  --muted: #93a1aa;
  --line: rgba(166, 255, 77, 0.16);
  --green: #a6ff4d;
  --green-soft: #c5ff86;
  --orange: #ff8438;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
}
a { color: inherit; text-decoration: none; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 88px;
  padding: 0 clamp(24px, 4vw, 68px);
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.09);
  background: linear-gradient(180deg, rgba(5,13,18,.78), transparent);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: clamp(17px, 1.7vw, 27px);
  font-weight: 800;
  letter-spacing: .03em;
  white-space: nowrap;
}
.brand-logo {
  width: 62px;
  height: 50px;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(166,255,77,.35);
  border-radius: 5px;
  box-shadow: 0 0 22px rgba(166,255,77,.1);
}
.site-header nav {
  margin-left: auto;
  display: flex;
  gap: clamp(26px, 3vw, 54px);
}
.site-header nav a {
  color: #e7ede9;
  font-size: 15px;
  transition: color .2s;
}
.site-header nav a:hover, .site-header nav a:focus-visible { color: var(--green); }
.header-call {
  margin-left: 36px;
  padding: 12px 18px;
  border: 1px solid rgba(166,255,77,.45);
  color: var(--green);
  font: 700 13px/1 "Courier New", monospace;
}

.hero {
  position: relative;
  min-height: 940px;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #071119;
}
.hero-image {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #071119 0%, rgba(7,17,25,.97) 30%, rgba(7,17,25,.28) 60%, rgba(7,17,25,.08) 100%),
    linear-gradient(0deg, #071119 0%, transparent 27%),
    url("/hero-production.png") center/cover no-repeat;
}
.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .34;
  background-image:
    linear-gradient(rgba(143,170,181,.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(143,170,181,.12) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(90deg, black, transparent 72%);
}
.hero-copy {
  position: relative;
  z-index: 2;
  width: min(760px, 56vw);
  margin-left: clamp(28px, 7vw, 112px);
  padding-top: 64px;
}
.eyebrow, .section-kicker {
  margin: 0 0 24px;
  color: #b4bec5;
  font: 700 13px/1.4 "Courier New", monospace;
  letter-spacing: .2em;
}
.eyebrow span, .section-kicker { color: var(--green); }
.eyebrow i { display: inline-block; width: 18px; height: 1px; margin: 0 12px 4px; background: var(--orange); }
.hero h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(58px, 5.35vw, 92px);
  line-height: .98;
  letter-spacing: -.055em;
  font-weight: 750;
  text-wrap: balance;
}
.hero-rule {
  display: block;
  width: 64px;
  height: 3px;
  margin: 30px 0 24px;
  background: var(--green);
}
.hero-lead {
  max-width: 560px;
  margin: 0;
  color: #b9c2c8;
  font-size: clamp(18px, 1.45vw, 24px);
  line-height: 1.55;
}
.hero-actions { display: flex; align-items: stretch; gap: 16px; margin-top: 32px; }
.button {
  display: inline-flex;
  min-height: 68px;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 0 30px;
  font-weight: 800;
  transition: transform .2s, box-shadow .2s;
}
.button.primary { background: var(--green); color: #071119; }
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(166,255,77,.2); }
.button span { font-size: 25px; }
.price-chip {
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 22px;
  border: 1px solid #62717a;
  background: rgba(7,17,25,.7);
  font-size: 14px;
}
.price-chip strong { color: var(--orange); }
.tag-icon { color: var(--orange); font-size: 27px; }
.ndvi-card {
  position: absolute;
  z-index: 3;
  right: clamp(26px, 5vw, 82px);
  bottom: 18%;
  width: 205px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.45);
  background: rgba(7,17,25,.73);
  backdrop-filter: blur(14px);
  box-shadow: 0 22px 60px rgba(0,0,0,.35);
}
.ndvi-head { display: flex; justify-content: space-between; align-items: baseline; padding-bottom: 12px; border-bottom: 1px solid #fff; }
.ndvi-head span { font-size: 19px; font-weight: 800; }
.ndvi-head small { color: var(--muted); font: 600 9px "Courier New", monospace; }
.ndvi-card > strong { display: block; margin: 15px 0 9px; color: var(--green); font-size: 39px; line-height: 1; }
.ndvi-scale { height: 8px; background: linear-gradient(90deg, var(--orange), #ffd748, var(--green)); }
.ndvi-chart { height: 45px; display: flex; align-items: flex-end; gap: 7px; padding-top: 11px; }
.ndvi-chart i { flex: 1; height: 30%; background: var(--green); opacity: .75; }
.ndvi-chart i:nth-child(2) { height: 55%; }.ndvi-chart i:nth-child(3) { height: 42%; }
.ndvi-chart i:nth-child(4) { height: 78%; }.ndvi-chart i:nth-child(5) { height: 65%; }.ndvi-chart i:nth-child(6) { height: 95%; }
.ndvi-card p { margin: 5px 0 0; color: var(--muted); font-size: 10px; }
.scroll-cue { position: absolute; z-index: 2; left: 50%; bottom: 24px; color: #8a989f; font: 600 9px "Courier New", monospace; letter-spacing: .18em; }
.scroll-cue span { display: inline-block; width: 28px; height: 1px; margin: 0 10px 3px 0; background: var(--green); }

.section-pad { padding: 120px clamp(28px, 7vw, 112px); }
.intro {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 9vw;
  background: var(--paper);
  color: var(--ink);
}
.intro h2, .section-heading h2, .crops h2, .technology h2, .contact h2 {
  margin: 0;
  font-size: clamp(42px, 4.2vw, 72px);
  line-height: 1.04;
  letter-spacing: -.045em;
}
.intro .section-kicker, .crops .section-kicker { color: #427811; }
.intro-copy { align-self: end; }
.intro-copy > p { margin: 0 0 34px; color: #536067; font-size: 19px; line-height: 1.7; }
.location-line { padding-top: 23px; border-top: 1px solid #cfd8d1; font: 700 12px "Courier New", monospace; color: #294238; }
.pulse { display: inline-block; width: 9px; height: 9px; margin-right: 12px; border-radius: 50%; background: #6ab727; box-shadow: 0 0 0 6px rgba(106,183,39,.15); }

.decisions {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 25%, rgba(166,255,77,.09), transparent 26%),
    linear-gradient(rgba(166,255,77,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(166,255,77,.055) 1px, transparent 1px),
    #071119;
  background-size: auto, 42px 42px, 42px 42px, auto;
}
.decisions::after {
  content: "";
  position: absolute;
  width: 470px;
  height: 470px;
  right: -180px;
  top: -180px;
  border: 1px solid rgba(166,255,77,.18);
  border-radius: 50%;
  box-shadow: 0 0 0 60px rgba(166,255,77,.025), 0 0 0 120px rgba(166,255,77,.02);
}
.decision-brand {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .8fr 1.15fr .85fr;
  gap: 5vw;
  align-items: end;
  padding-bottom: 68px;
  border-bottom: 1px solid rgba(255,255,255,.15);
}
.logo-lockup {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 74px;
}
.official-logo {
  width: clamp(150px, 15vw, 230px);
  aspect-ratio: 1.43;
  object-fit: cover;
  border: 1px solid rgba(166,255,77,.36);
  box-shadow: 0 20px 48px rgba(0,0,0,.35), 0 0 36px rgba(166,255,77,.08);
}
.logo-lockup strong, .logo-lockup small { display: block; }
.logo-lockup strong { color: #fff; font-size: clamp(24px, 2.2vw, 38px); letter-spacing: .035em; }
.logo-lockup small { margin-top: 8px; color: var(--green); font: 700 9px "Courier New", monospace; letter-spacing: .16em; }
.decision-brand .section-kicker { grid-column: 1; grid-row: 2; align-self: start; }
.decision-brand h2 {
  grid-column: 2;
  grid-row: 1 / 3;
  margin: 0;
  font-size: clamp(46px, 4.5vw, 76px);
  line-height: 1.02;
  letter-spacing: -.05em;
}
.decision-brand > p:not(.section-kicker) {
  grid-column: 3;
  grid-row: 1;
  align-self: end;
  margin: 0;
  color: #a5b0b6;
  font-size: 18px;
  line-height: 1.7;
}
.decision-button {
  grid-column: 3;
  grid-row: 2;
  justify-self: start;
  min-height: 60px;
}
.decision-cards {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 55px;
  border-top: 1px solid rgba(255,255,255,.16);
  border-left: 1px solid rgba(255,255,255,.16);
}
.decision-cards article {
  min-height: 435px;
  display: flex;
  flex-direction: column;
  padding: 32px;
  border-right: 1px solid rgba(255,255,255,.16);
  border-bottom: 1px solid rgba(255,255,255,.16);
  background: rgba(9,24,32,.62);
  transition: background .25s, transform .25s;
}
.decision-cards article:hover { background: #112832; transform: translateY(-4px); }
.decision-number { color: var(--orange); font: 700 10px "Courier New", monospace; letter-spacing: .15em; }
.decision-cards h3 { margin: 58px 0 20px; font-size: clamp(25px, 2.1vw, 35px); line-height: 1.14; letter-spacing: -.025em; }
.decision-cards p { margin: 0; color: #99a7ae; line-height: 1.7; }
.decision-result {
  margin-top: auto;
  padding: 20px 0 0 18px;
  border-top: 1px solid rgba(166,255,77,.22);
  border-left: 2px solid var(--green);
}
.decision-result small, .decision-result strong { display: block; }
.decision-result small { margin-bottom: 8px; color: #6f8089; font: 700 8px "Courier New", monospace; letter-spacing: .16em; }
.decision-result strong { color: var(--green-soft); font-size: 14px; line-height: 1.4; }
.decision-note {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 20px;
  align-items: baseline;
  margin-top: 32px;
  padding: 24px 28px;
  border-left: 3px solid var(--orange);
  background: rgba(255,132,56,.07);
}
.decision-note strong { color: var(--orange); }
.decision-note span { color: #b2bdc2; }

.services { background: var(--ink-2); }
.section-heading { display: grid; grid-template-columns: .7fr 1.4fr .9fr; gap: 5vw; align-items: end; margin-bottom: 68px; }
.section-heading > p:last-child { margin: 0; color: var(--muted); line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.13); border-left: 1px solid rgba(255,255,255,.13); }
.service-card { min-height: 330px; padding: 30px; border-right: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); transition: background .25s, transform .25s; }
.service-card:hover { background: #142832; transform: translateY(-3px); }
.service-top { display: flex; justify-content: space-between; color: var(--green); font: 700 11px "Courier New", monospace; letter-spacing: .12em; }
.service-top small { color: #75858e; }
.service-card h3 { margin: 75px 0 18px; font-size: 26px; }
.service-card p { margin: 0; color: #9aa7ae; line-height: 1.65; }
.card-line { display: block; width: 36px; height: 2px; margin-top: 28px; background: var(--orange); }

.crops { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; background: var(--paper); color: var(--ink); }
.crops-copy { position: sticky; top: 120px; align-self: start; }
.crops-copy > p:not(.section-kicker) { color: #536067; font-size: 18px; line-height: 1.7; margin: 32px 0; }
.text-link { display: inline-flex; gap: 30px; padding-bottom: 8px; border-bottom: 2px solid #37690c; color: #37690c; font-weight: 800; }
.crop-list { border-top: 1px solid #b9c5bd; }
.crop-list a { display: grid; grid-template-columns: 50px 1fr 30px; gap: 18px; align-items: center; min-height: 85px; border-bottom: 1px solid #b9c5bd; transition: padding .2s, background .2s; }
.crop-list a:hover, .crop-list a:focus-visible { padding-left: 16px; background: rgba(80,141,24,.08); }
.crop-list span { color: #7e8a83; font: 600 11px "Courier New", monospace; }
.crop-list strong { font-size: clamp(23px, 2vw, 34px); }
.crop-list i { color: #508d18; font-size: 24px; font-style: normal; }

.crop-detail-page { min-height: 100vh; background: var(--ink); }
.detail-header { min-height: 88px; padding: 18px clamp(24px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.12); }
.back-link { color: var(--green); font-weight: 800; }
.crop-hero { min-height: 560px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; background: radial-gradient(circle at 85% 35%, rgba(166,255,77,.13), transparent 30%), linear-gradient(rgba(166,255,77,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(166,255,77,.05) 1px, transparent 1px); background-size: auto, 42px 42px, 42px 42px; }
.crop-hero h1 { margin: 0; font-size: clamp(64px, 8vw, 120px); line-height: .95; letter-spacing: -.06em; }
.crop-hero > p:not(.section-kicker) { max-width: 760px; margin: 32px 0; color: #aab6bc; font-size: 21px; line-height: 1.65; }
.crop-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.14); padding-top: 1px; padding-bottom: 1px; }
.crop-detail-grid > article { padding: 72px clamp(28px,5vw,76px); background: var(--ink-2); }
.detail-number { color: var(--orange); font: 700 12px "Courier New", monospace; }
.crop-detail-grid h2, .saving-section h2 { margin: 22px 0 38px; font-size: clamp(36px,3.5vw,58px); line-height: 1.05; }
.crop-detail-grid ul { padding-left: 22px; color: #b0bbc0; font-size: 18px; line-height: 1.7; }
.crop-detail-grid li { margin-bottom: 16px; }
.crop-detail-grid ol { list-style: none; padding: 0; margin: 0; }
.crop-detail-grid ol li { display: grid; grid-template-columns: 50px 1fr; gap: 14px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.14); color: #c3cccf; font-size: 18px; }
.crop-detail-grid ol span { color: var(--green); font: 700 12px "Courier New", monospace; }
.saving-section { background: var(--paper); color: var(--ink); }
.saving-section .section-kicker { color: #427811; }
.saving-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #bdc9c1; border-left: 1px solid #bdc9c1; }
.saving-grid article { min-height: 230px; padding: 32px; border-right: 1px solid #bdc9c1; border-bottom: 1px solid #bdc9c1; }
.saving-grid h3 { margin: 0 0 42px; color: #427811; font-size: 25px; }
.saving-grid p { color: #536067; line-height: 1.65; }
.saving-disclaimer { margin: 32px 0 0; max-width: 900px; color: #68736c; font-size: 14px; line-height: 1.6; }
.detail-promise { margin-top: 30px; padding: 24px 28px; border-left: 4px solid #427811; background: #e8eee8; color: #33453b; line-height: 1.6; }
.detail-promise strong { color: #315900; }

.technology { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; background: #08131a; }
.tech-visual { position: relative; min-height: 610px; overflow: hidden; border: 1px solid rgba(166,255,77,.18); background:
  radial-gradient(circle at 50% 50%, rgba(166,255,77,.13), transparent 45%),
  linear-gradient(rgba(166,255,77,.07) 1px, transparent 1px),
  linear-gradient(90deg, rgba(166,255,77,.07) 1px, transparent 1px);
  background-size: auto, 35px 35px, 35px 35px;
}
.radar { position: absolute; width: 440px; height: 440px; left: 50%; top: 45%; transform: translate(-50%,-50%); border: 1px solid rgba(166,255,77,.35); border-radius: 50%; }
.radar span { position: absolute; inset: 12%; border: 1px solid rgba(166,255,77,.25); border-radius: 50%; }
.radar span:nth-child(2) { inset: 27%; }.radar span:nth-child(3) { inset: 42%; }
.radar::before, .radar::after { content:""; position:absolute; background:rgba(166,255,77,.25); }
.radar::before { width:100%; height:1px; top:50%; }.radar::after { height:100%; width:1px; left:50%; }
.radar i { position: absolute; left: 50%; top: 50%; width: 46%; height: 1px; background: var(--green); transform-origin: left; transform: rotate(-36deg); box-shadow: 0 0 15px var(--green); }
.tech-label { position: absolute; left: 28px; right: 28px; bottom: 26px; padding: 22px; background: rgba(8,19,26,.84); border-left: 3px solid var(--orange); }
.tech-label small, .tech-label span { display: block; color: var(--muted); font: 600 10px "Courier New", monospace; letter-spacing: .15em; }
.tech-label strong { display: block; margin: 9px 0; font-size: 30px; }
.tech-copy { align-self: center; }
.tech-copy > p:not(.section-kicker) { margin: 30px 0 35px; color: #9aa7ae; font-size: 18px; line-height: 1.75; }
.tech-copy ul { padding: 0; margin: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.15); }
.tech-copy li { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.tech-copy li span { margin-right: 20px; color: var(--green); font: 600 11px "Courier New", monospace; }

.process { background: #10212a; }
.process .section-heading { grid-template-columns: .65fr 1.35fr; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.process-grid article { position: relative; min-height: 260px; padding: 30px 28px; border-top: 1px solid rgba(255,255,255,.18); border-right: 1px solid rgba(255,255,255,.18); }
.process-grid article:last-child { border-right: 0; }
.process-grid article > span { color: var(--orange); font: 700 12px "Courier New", monospace; }
.process-grid h3 { margin: 78px 0 14px; font-size: 24px; }
.process-grid p { margin: 0; color: var(--muted); line-height: 1.6; }

.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; background: var(--green); color: #081117; }
.contact .section-kicker { color: #315900; }
.contact-copy > p:not(.section-kicker) { max-width: 620px; margin: 28px 0 36px; font-size: 18px; line-height: 1.7; color: #294319; }
.price-note { display: inline-flex; flex-direction: column; padding: 20px 24px; border-left: 3px solid #081117; background: rgba(255,255,255,.24); }
.price-note small { font: 700 10px "Courier New", monospace; letter-spacing: .13em; }
.price-note strong { margin: 5px 0; font-size: 34px; }
.price-note span { font-size: 12px; color: #3d532f; }
.trust-promise { max-width: 650px; margin-top: 28px; padding: 24px; border: 1px solid rgba(8,17,23,.35); background: rgba(8,17,23,.08); }
.trust-promise small, .trust-promise strong { display: block; }
.trust-promise small { font: 700 10px "Courier New", monospace; letter-spacing: .14em; }
.trust-promise strong { margin: 9px 0; font-size: 19px; }
.trust-promise p { margin: 0; color: #294319; font-size: 14px; line-height: 1.55; }
.contact-panel { padding: 10px 0; }
.contact-panel > p { margin: 0 0 15px; font: 700 10px "Courier New", monospace; letter-spacing: .18em; }
.contact-panel > a { display: grid; grid-template-columns: 1fr auto; padding: 22px 0; border-bottom: 1px solid rgba(8,17,23,.25); }
.contact-panel > a small { grid-column: 1; font: 600 10px "Courier New", monospace; text-transform: uppercase; }
.contact-panel > a strong { grid-column: 1; margin-top: 5px; font-size: clamp(20px, 2vw, 30px); }
.contact-panel > a span { grid-column: 2; grid-row: 1 / 3; align-self: center; font-size: 28px; transition: transform .2s; }
.contact-panel > a:hover span { transform: translate(4px,-2px); }
.service-area { margin-top: 30px; padding: 20px; border: 1px solid rgba(8,17,23,.25); }
.service-area small, .service-area strong { display: block; }
.service-area small { margin-bottom: 7px; font: 700 9px "Courier New", monospace; }

footer { padding: 50px clamp(28px, 7vw, 112px); display: grid; grid-template-columns: 1fr 1.2fr auto; gap: 5vw; align-items: center; background: #050b0f; color: #8c999f; }
footer .brand { color: #fff; font-size: 18px; }
footer .brand-logo { width: 52px; height: 41px; }
footer p { margin: 0; max-width: 520px; line-height: 1.5; }
footer > span { font: 600 10px "Courier New", monospace; }

@keyframes reveal { from { opacity:0; transform:translateY(16px); } to { opacity:1; transform:none; } }
@keyframes sweep { to { transform: rotate(324deg); } }
.hero-copy { animation: reveal .65s ease-out both; }
.ndvi-card { animation: reveal .8s .2s ease-out both; }
.radar i { animation: sweep 8s linear infinite; }

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

@media (max-width: 1000px) {
  .site-header nav { display: none; }
  .header-call { margin-left: auto; }
  .hero { min-height: 850px; height: auto; }
  .hero-copy { width: 72vw; margin: 150px 28px 100px; padding: 0; }
  .hero h1 { font-size: clamp(52px, 8vw, 76px); }
  .ndvi-card { right: 24px; bottom: 36px; transform: scale(.85); transform-origin: right bottom; }
  .section-heading { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .intro, .crops, .technology, .contact { grid-template-columns: 1fr; }
  .decision-brand { grid-template-columns: 1fr 1fr; }
  .logo-lockup { grid-column: 1; grid-row: 1; margin-bottom: 30px; }
  .decision-brand .section-kicker { grid-column: 2; grid-row: 1; align-self: center; }
  .decision-brand h2 { grid-column: 1 / 3; grid-row: 2; }
  .decision-brand > p:not(.section-kicker) { grid-column: 1; grid-row: 3; }
  .decision-button { grid-column: 2; grid-row: 3; align-self: end; }
  .decision-cards { grid-template-columns: 1fr; }
  .decision-cards article { min-height: 330px; }
  .crops-copy { position: static; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  footer { grid-template-columns: 1fr; }
  .crop-detail-grid { grid-template-columns: 1fr; }
  .saving-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .site-header { height: 74px; padding: 0 18px; }
  .brand { gap: 10px; font-size: 16px; }
  .brand-logo { width: 43px; height: 35px; }
  .header-call { padding: 10px 11px; font-size: 10px; }
  .hero { min-height: 790px; }
  .hero-image { background-position: 62% center; }
  .hero-copy { width: auto; margin: 128px 20px 210px; }
  .eyebrow { font-size: 9px; letter-spacing: .13em; }
  .eyebrow i { margin-inline: 6px; }
  .hero h1 { font-size: clamp(44px, 13vw, 62px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { flex-direction: column; max-width: 360px; }
  .button, .price-chip { min-height: 58px; }
  .ndvi-card { width: 164px; padding: 15px; bottom: 25px; }
  .ndvi-card > strong { font-size: 30px; }
  .scroll-cue { display: none; }
  .section-pad { padding: 80px 22px; }
  .intro h2, .section-heading h2, .crops h2, .technology h2, .contact h2 { font-size: 41px; }
  .decision-brand { display: block; }
  .logo-lockup { margin: 0 0 58px; }
  .official-logo { width: 130px; }
  .decision-brand h2 { font-size: 43px; }
  .decision-brand > p:not(.section-kicker) { margin-top: 24px; }
  .decision-button { margin-top: 26px; }
  .decision-cards article { min-height: 390px; padding: 26px; }
  .decision-note { align-items: flex-start; flex-direction: column; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 280px; padding: 24px; }
  .service-card h3 { margin-top: 58px; }
  .technology { gap: 60px; }
  .tech-visual { min-height: 440px; }
  .radar { width: 310px; height: 310px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { border-right: 0; min-height: 220px; }
  .process-grid h3 { margin-top: 56px; }
  footer { padding: 46px 22px; }
  .detail-header { min-height: 74px; padding: 14px 18px; }
  .back-link { font-size: 12px; }
  .crop-hero { min-height: 500px; }
  .crop-hero h1 { font-size: 58px; }
  .crop-detail-grid > article { padding: 58px 22px; }
}
