:root {
  --ink: #15261d;
  --ink-soft: #526159;
  --forest: #123c2d;
  --forest-deep: #08271c;
  --forest-mid: #286148;
  --sage: #9eb9a6;
  --lime: #74d14c;
  --cream: #f0ebdd;
  --cream-deep: #e6dfcc;
  --paper: #fbfaf5;
  --brand-navy: #163863;
  --brand-leaf: #7dae35;
  --brand-leaf-text: #4f791f;
  --brand-cyan: #069cc4;
  --surface-green: #187a3e;
  --sky: #67aee8;
  --line: rgba(21, 38, 29, .18);
  --line-light: rgba(255, 255, 255, .18);
  --shadow: 12px 12px 0 rgba(8, 39, 28, .08);
  --radius-lg: 10px;
  --radius-md: 4px;
  --wrap: 1220px;
  --body-size: 21px;
  --body-leading: 1.67;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Aptos", "Segoe UI", Verdana, Arial, sans-serif;
  font-size: var(--body-size);
  line-height: var(--body-leading);
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
.wrap { width: min(calc(100% - 48px), var(--wrap)); margin-inline: auto; }
main[id], main [id] { scroll-margin-top: 142px; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 200; padding: 10px 15px; color: white; background: var(--forest-deep); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:where(a, button, input, textarea, select):focus-visible { outline: 3px solid var(--brand-cyan); outline-offset: 4px; box-shadow: 0 0 0 2px var(--paper); }

.site-head {
  position: sticky;
  top: 0;
  z-index: 60;
  color: var(--forest);
  background: rgba(251, 250, 245, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(15px);
}
.site-head .head-row { min-height: 78px; display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand img { width: 42px; height: 42px; }
.site-footer .brand img {
  width: 52px;
  height: 52px;
  padding: 7px;
  box-sizing: border-box;
  border-radius: 12px;
  background: var(--paper);
  box-shadow: 0 0 0 1px rgba(255,255,255,.16), 0 8px 24px rgba(0,0,0,.16);
}
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-size: 16px; letter-spacing: -.02em; }
.brand-copy small { margin-top: 6px; color: var(--forest-mid); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.primary-nav { justify-self: center; display: flex; align-items: center; gap: 2px; }
.primary-nav { scrollbar-width: none; }
.primary-nav::-webkit-scrollbar { display: none; }
.primary-nav a { padding: 9px 10px; border-radius: 2px 9px 2px 2px; color: var(--ink-soft); font-size: 11px; font-weight: 800; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: var(--forest-deep); background: var(--lime); }
.head-actions { display: flex; align-items: center; gap: 8px; }
.head-cta { min-height: 50px; padding: 0 19px; display: inline-flex; align-items: center; color: white; background: var(--forest); border-radius: 2px 14px 2px 2px; font-size: 13px; font-weight: 850; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.head-cta:hover { background: var(--forest-deep); }

.eyebrow { display: inline-flex; align-items: center; gap: 12px; color: var(--forest-mid); font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace; font-size: 13px; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 6px; background: linear-gradient(to bottom, currentColor 0 2px, transparent 2px 4px, currentColor 4px 6px); opacity: .8; }
.display { font-family: "Aptos Display", "Trebuchet MS", Arial, sans-serif; font-weight: 680; letter-spacing: -.045em; }
.hero { min-height: 78vh; padding: 112px 0 88px; display: flex; align-items: center; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .78fr); gap: 75px; align-items: center; }
.hero h1 { max-width: 870px; margin: 22px 0 29px; font-size: clamp(62px, 8.4vw, 118px); line-height: .94; }
.hero h1 em { color: var(--brand-navy); font-style: normal; }
.hero .lead { max-width: 720px; margin-bottom: 0; color: var(--ink-soft); font-size: 1.08em; }
.button-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 31px; }
.button { min-height: 66px; padding: 0 29px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid var(--line); border-radius: 2px 16px 2px 2px; font-size: 15px; font-weight: 850; letter-spacing: .025em; text-decoration: none; transition: background-color .18s ease, color .18s ease, border-color .18s ease; }
.button.primary { color: white; background: var(--forest); border-color: var(--forest); }
.button.primary:hover { background: var(--forest-deep); }
.button.secondary { background: rgba(255,255,255,.64); }
.button.secondary:hover { background: white; }
.button.light { color: var(--forest-deep); background: var(--lime); border-color: var(--lime); }
.button.ghost-light { color: white; border-color: var(--line-light); }

.hero-model { position: relative; min-height: 540px; padding: 22px; color: white; background: var(--forest); border-radius: 4px 32px 4px 4px; box-shadow: var(--shadow); overflow: hidden; }
.hero-model::before { content: ""; position: absolute; width: 440px; height: 440px; top: -210px; right: -170px; border: 1px solid rgba(201,223,109,.35); border-radius: 50%; box-shadow: 0 0 0 75px rgba(201,223,109,.05), 0 0 0 150px rgba(201,223,109,.025); }
.model-label { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 20px; color: var(--sage); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.model-map { position: relative; z-index: 1; height: 390px; margin-top: 24px; display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(4, 1fr); gap: 7px; }
.model-map i { position: relative; border: 1px solid var(--line-light); border-radius: 2px 8px 2px 2px; background: rgba(255,255,255,.055); }
.model-map i:nth-child(2), .model-map i:nth-child(7), .model-map i:nth-child(14) { background: rgba(201,223,109,.18); }
.model-map i:nth-child(4), .model-map i:nth-child(11) { background: rgba(22,56,99,.24); }
.model-map i::after { content: ""; position: absolute; inset: 22%; border: 1px solid rgba(158,185,166,.3); border-radius: 43% 57% 46% 54%; transform: rotate(12deg); }
.model-note { position: absolute; z-index: 2; padding: 9px 11px; color: var(--forest-deep); background: var(--lime); border-radius: 1px 7px 1px 1px; font-family: "SFMono-Regular", Consolas, monospace; font-size: 9px; font-weight: 850; }
.model-note.one { top: 34%; left: 18%; }
.model-note.two { top: 61%; right: 9%; background: var(--paper); }
.model-note.three { bottom: 8%; left: 36%; color: white; background: var(--brand-navy); }

.section { padding: 94px 0; }
.section.cream { background: var(--cream); }
.section.dark { color: white; background: var(--forest-deep); }
.section-head { display: grid; grid-template-columns: 1.15fr .6fr; gap: 38px; align-items: stretch; margin-bottom: 47px; }
.section-head h2 { max-width: 850px; margin: 12px 0 0; font-size: clamp(44px, 5.3vw, 76px); line-height: .96; }
.section-head > p { min-height: 100%; margin: 0; padding: 23px 0 0; display: flex; align-items: flex-start; color: var(--ink-soft); background: transparent; border: 0; border-top: 3px solid var(--brand-cyan); border-radius: 0; font-size: 18px; line-height: 1.5; }
.dark .section-head > p { color: #d7e8de; background: transparent; border-color: var(--lime); }
.dark .eyebrow { color: var(--lime); }

.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.offer-card { min-height: 520px; padding: 28px; display: flex; flex-direction: column; color: white; background: var(--forest); border-radius: 4px 30px 4px 4px; text-decoration: none; overflow: hidden; transition: filter .18s ease; }
.offer-card:hover { filter: brightness(1.045); }
.offer-card.feed { background: #315c42; }
.offer-card.drone { background: var(--forest-deep); }
.offer-card.record { color: var(--ink); background: var(--sky); }
.offer-card.future { color: var(--ink); background: var(--lime); }
.offer-top { display: flex; justify-content: space-between; gap: 20px; color: #d7e8de; font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.record .offer-top, .future .offer-top { color: var(--forest-deep); }
.offer-card h3 { min-height: 2em; margin: 6px 0 24px; font-size: clamp(40px, 3.35vw, 56px); line-height: .96; }
.offer-card p { max-width: 370px; color: rgba(255,255,255,.72); font-size: .78em; }
.record p, .future p { color: rgba(21,38,29,.75); }
.offer-visual { min-height: 160px; margin-top: auto; display: grid; place-items: center; border: 1px solid var(--line-light); border-radius: 2px 14px 2px 2px; background: rgba(255,255,255,.06); overflow: hidden; }
.record .offer-visual, .future .offer-visual { border-color: var(--line); background: rgba(255,255,255,.2); }
.offer-visual .flow { width: 80%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; align-items: center; }
.offer-visual .flow i { position: relative; height: 58px; border: 1px solid currentColor; border-radius: 9px; opacity: .68; }
.offer-visual .flow i:not(:last-child)::after { content: "→"; position: absolute; right: -13px; top: 14px; z-index: 2; font-size: 16px; }
.offer-arrow { min-height: 51px; margin-top: 17px; padding: 0 2px; display: flex; align-items: center; justify-content: space-between; border: 0; border-top: 1px solid var(--line-light); border-radius: 0; background: transparent; font-size: 14px; font-weight: 850; letter-spacing: .055em; text-transform: uppercase; }
.record .offer-arrow, .future .offer-arrow { border-color: var(--line); }
.offer-arrow span { font-size: 20px; }

.platform-loop { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.loop-step { min-height: 280px; padding: 26px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.loop-step small { color: var(--lime); font-size: 14px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.loop-step h3 { margin: 95px 0 12px; font-size: 27px; line-height: 1.03; }
.loop-step p { margin: 0; color: var(--sage); font-size: 18px; line-height: 1.48; }

.offer-hero { padding: 105px 0 78px; overflow: hidden; }
.offer-hero.dark { color: white; background: var(--forest-deep); }
.offer-hero.cream { background: var(--cream); }
.offer-hero .hero-grid { min-height: 650px; }
.offer-hero h1 { margin: 20px 0 26px; font-size: clamp(58px, 7.8vw, 106px); line-height: .96; }
.offer-hero h1 em { color: var(--brand-navy); font-style: normal; }
.offer-hero.dark h1 em { color: var(--lime); }
.offer-hero .lead { max-width: 690px; color: var(--ink-soft); font-size: 1.02em; }
.offer-hero.dark .lead { color: var(--sage); }
.visual-panel { min-height: 570px; padding: 22px; display: flex; flex-direction: column; justify-content: flex-end; border-radius: 4px 34px 4px 4px; background: var(--forest); box-shadow: var(--shadow); overflow: hidden; }
.dark .visual-panel { background: rgba(255,255,255,.07); border: 1px solid var(--line-light); }
.visual-panel.photo-drone { position: relative; background: var(--forest) url('assets/drone-pasture-flight-poster-v3.jpg?v=3') center/cover; }
.visual-panel.photo-drone::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(8,39,28,.05), rgba(8,39,28,.92)); }
.visual-panel.photo-drone video { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center; }
.visual-panel.photo-drone > strong, .visual-panel.photo-drone > small { position: relative; z-index: 2; }
.visual-panel strong { color: white; font-size: 34px; line-height: 1.04; }
.visual-panel small { margin-top: 11px; color: #d7e8de; font-size: 14px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.signal-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 20px; }
.signal-row span { padding: 14px 10px; color: white; background: rgba(255,255,255,.08); border: 1px solid var(--line-light); border-radius: 9px; font-size: 14px; font-weight: 850; text-align: center; text-transform: uppercase; }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.step-card { min-height: 310px; padding: 27px; display: flex; flex-direction: column; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-radius: 0; background: var(--paper); }
.step-card small { color: var(--brand-navy); font-size: 14px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.step-card h3 { margin: auto 0 14px; font-size: 31px; line-height: 1.02; }
.step-card p { margin: 0; color: var(--ink-soft); font-size: 18px; line-height: 1.48; }
.drone-use-icon { width: 72px; height: 72px; margin: 30px 0 22px; display: grid; place-items: center; color: var(--forest); background: #e5f1df; border-radius: 2px 20px 2px 2px; }
.drone-use-icon svg { width: 46px; height: 46px; fill: none; stroke: currentColor; stroke-width: 2.25; stroke-linecap: round; stroke-linejoin: round; }
.drone-use-icon img { width: 56px; height: 56px; object-fit: contain; }
.drone-use-icon.water-icon { color: #1e6f91; background: #dceff5; }
.drone-use-icon.route-icon { color: var(--brand-navy); background: #e0eaff; }
.graphic-frame { width: min(100%, 830px); margin: 64px auto 0; padding: 8px; border: 1px solid var(--line); border-radius: 3px 24px 3px 3px; background: white; box-shadow: var(--shadow); }
.graphic-frame img { width: 100%; height: auto; border-radius: 1px 17px 1px 1px; }
.graphic-frame-direct { margin-top: 0; }
.infographic-frame { width: min(100%, 1120px); padding: 0; overflow: hidden; }
.infographic-frame img { display: block; border-radius: 1px 18px 1px 1px; }
.pasture-analysis-visual { background: var(--cream-deep); }
.future-layers-visual { margin-top: 54px; }

.future-ladder { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.future-step { min-height: 310px; padding: 24px; display: flex; flex-direction: column; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-radius: 0; background: white; }
.future-step span { color: var(--brand-navy); font-size: 14px; font-weight: 850; }
.future-step h3 { margin: auto 0 13px; font-size: 28px; line-height: 1.02; }
.future-step p { margin: 0; color: var(--ink-soft); font-size: 18px; line-height: 1.48; }
.future-framework { margin-top: 44px; }
.future-framework .future-step:first-child { color: white; background: var(--forest); border-color: var(--forest); }
.future-framework .future-step:first-child span { color: var(--lime); }
.future-framework .future-step:first-child p { color: #d7e8de; }
.future-framework .future-step:nth-child(3) { background: #e8f3e3; }
.future-framework .future-step:nth-child(4) { background: #e8f0fb; }
.future-reporting-callout { margin-top: 12px; padding: 36px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 44px; align-items: end; color: white; background: var(--brand-navy); border-radius: 3px 26px 3px 3px; }
.future-reporting-callout span { color: #d8e7ff; font-size: 14px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.future-reporting-callout h3 { margin: 32px 0 0; font-size: clamp(42px, 4.5vw, 64px); line-height: .96; }
.future-reporting-callout p { max-width: 660px; margin: 0; color: #eef4ff; font-size: 20px; line-height: 1.5; }
.future-layers-visual figcaption { padding: 22px 24px 24px; color: var(--ink-soft); background: white; font-size: 18px; line-height: 1.45; }

.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.story-card { min-height: 380px; padding: 28px 5px; display: flex; flex-direction: column; border: 0; border-top: 3px solid var(--forest); border-radius: 0; background: transparent; text-decoration: none; overflow: hidden; transition: background-color .18s ease; }
.story-icon { width: 86px; height: 86px; margin-bottom: 34px; display: grid; place-items: center; color: var(--forest); background: #e6f4e5; border-radius: 2px 24px 2px 2px; }
.story-icon svg { width: 54px; height: 54px; fill: none; stroke: currentColor; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
.story-card small { color: var(--brand-navy); font-size: 13px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.story-card h3 { margin: 17px 0 13px; font-size: clamp(32px, 3vw, 44px); line-height: .98; }
.story-card p { max-width: 360px; margin: 0; color: var(--ink-soft); font-size: 18px; line-height: 1.48; }
.story-card::after { content: "↗"; margin-top: auto; padding-top: 25px; color: var(--forest-mid); font-size: 24px; font-weight: 800; }
.story-card:hover { background: rgba(255,255,255,.48); }
.story-card:hover .story-icon { transform: rotate(-3deg); }
.story-card-green { border-top-color: #347b22; }
.story-card-green .story-icon { color: #155d38; background: #d9f1ce; }
.story-card-blue { border-top-color: var(--brand-navy); }
.story-card-blue .story-icon { color: var(--brand-navy); background: #dbe9ff; }
.story-card-lime { border-top-color: var(--brand-leaf-text); }
.story-card-lime .story-icon { color: #347b22; background: #dff4c7; }
.story-card-sky { border-top-color: var(--brand-cyan); }
.story-card-sky .story-icon { color: #247a9a; background: #d3f0fa; }
.story-card-earth { border-top-color: #765d24; }
.story-card-earth .story-icon { color: #765d24; background: #eee1b9; }
.story-grid-featured .story-card { display: grid; grid-template-columns: 86px minmax(0, 1fr); grid-template-rows: auto auto auto 1fr auto; column-gap: 22px; align-items: start; }
.story-grid-featured .story-icon { grid-column: 1; grid-row: 1; margin: 0; box-shadow: inset 0 0 0 1px rgba(21,38,29,.06); }
.story-grid-featured .story-card small { grid-column: 2; grid-row: 1; align-self: center; }
.story-grid-featured .story-card h3 { grid-column: 1 / -1; grid-row: 2; margin: 34px 0 13px; }
.story-grid-featured .story-card p { grid-column: 1 / -1; grid-row: 3; }
.story-grid-featured .story-card::after { grid-column: 1 / -1; grid-row: 5; }

.about-hero h1 { max-width: 1050px; }
.about-facts { border-top: 1px solid var(--line); }
.about-facts article { min-height: 180px; padding: 30px 0; display: grid; grid-template-columns: minmax(150px, .36fr) minmax(0, 1fr); gap: 44px; border-bottom: 1px solid var(--line); }
.about-facts small { color: var(--brand-navy); font-size: 13px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.about-facts h3 { margin: 0 0 10px; font-size: 34px; line-height: 1; }
.about-facts p { max-width: 720px; margin: 0; color: var(--ink-soft); font-size: 18px; line-height: 1.5; }
.about-story-head { margin-bottom: 50px; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; }
.about-story-head h2 { max-width: 930px; margin: 14px 0 0; font-size: clamp(52px, 6.8vw, 94px); line-height: .94; }
.story-all-link { min-height: 62px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 2px 16px 2px 2px; background: rgba(255,255,255,.6); font-size: 15px; font-weight: 850; text-decoration: none; }
.story-all-link:hover { background: white; }
.about-belief { padding-block: 118px; }
.about-belief-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(430px, .9fr); gap: 90px; align-items: center; }
.about-belief h2 { max-width: 760px; margin: 20px 0 0; font-size: clamp(55px, 6.5vw, 88px); line-height: .95; }
.about-belief h2 em { color: var(--lime); font-style: normal; }
.about-context-map { width: min(100%, 520px); aspect-ratio: 1; position: relative; justify-self: end; border: 1px solid var(--line-light); border-radius: 50%; background: radial-gradient(circle at center, transparent 0 24%, rgba(116,209,76,.27) 24.4% 24.8%, transparent 25.2% 43%, rgba(255,255,255,.17) 43.4% 43.8%, transparent 44.2%); }
.vision-hero-shot img { object-position: 28% center; }
.vision-signal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.vision-signal-card { min-height: 360px; padding: 28px; display: grid; grid-template-columns: minmax(0, 1fr) 84px; grid-template-rows: auto 1fr auto; column-gap: 20px; border: 1px solid var(--line); border-radius: 2px 22px 2px 2px; background: white; }
.vision-signal-card span { color: var(--brand-navy); font-size: 14px; font-weight: 900; letter-spacing: .08em; }
.vision-signal-card > span:first-child { grid-column: 1; grid-row: 1; align-self: start; padding-top: 4px; }
.vision-signal-card h3 { grid-column: 1 / -1; grid-row: 2; align-self: end; margin: 34px 0 15px; font-size: clamp(36px, 3.5vw, 52px); line-height: .98; }
.vision-signal-card p { grid-column: 1 / -1; grid-row: 3; margin: 0; color: var(--ink-soft); font-size: 18px; line-height: 1.5; }
.vision-symbol { width: 84px; height: 84px; position: relative; flex: 0 0 84px; display: block; color: var(--forest); background: #e8f3e3; border-radius: 2px 22px 2px 2px; box-shadow: inset 0 0 0 1px rgba(21,38,29,.06); overflow: hidden; }
.vision-symbol i, .vision-symbol::before, .vision-symbol::after { content: ""; position: absolute; display: block; }
.vision-symbol-art { display: grid; place-items: center; }
.vision-symbol-art::before, .vision-symbol-art::after { display: none; }
.vision-symbol-art img { width: 66px; height: 66px; object-fit: contain; }
.vision-signal-card .vision-symbol { grid-column: 2; grid-row: 1; justify-self: end; margin: 0; color: var(--forest); font-size: 0; letter-spacing: 0; }
.vision-signal-card:nth-child(2) .vision-symbol { color: var(--brand-navy); background: #e4edfb; }
.vision-signal-card:nth-child(3) .vision-symbol { color: #68521f; background: #f3e9c9; }
.vision-symbol-field i { width: 44px; height: 27px; top: 28px; left: 20px; border: 2px solid currentColor; border-radius: 44% 56% 40% 60%; transform: rotate(-8deg); }
.vision-symbol-field::before { width: 31px; height: 20px; top: 18px; left: 30px; border: 2px solid currentColor; border-radius: 52% 48% 62% 38%; opacity: .55; transform: rotate(13deg); }
.vision-symbol-field::after { width: 28px; height: 2px; right: 13px; bottom: 20px; background: currentColor; border-radius: 999px; opacity: .45; transform: rotate(-12deg); }
.vision-symbol-context i { width: 14px; height: 14px; top: 35px; left: 35px; background: currentColor; border-radius: 50%; box-shadow: 0 0 0 9px rgba(29,104,216,.16), 0 0 0 18px rgba(29,104,216,.08); }
.vision-symbol-context::before, .vision-symbol-context::after { background: currentColor; border-radius: 999px; opacity: .55; }
.vision-symbol-context::before { width: 2px; height: 54px; top: 15px; left: 41px; }
.vision-symbol-context::after { width: 54px; height: 2px; top: 41px; left: 15px; }
.vision-symbol-trail i { width: 10px; height: 10px; top: 48px; left: 17px; background: currentColor; border-radius: 50%; box-shadow: 24px -25px 0 currentColor, 48px -8px 0 currentColor; }
.vision-symbol-trail::before { width: 31px; height: 2px; top: 43px; left: 22px; background: currentColor; opacity: .55; transform: rotate(-43deg); transform-origin: left center; }
.vision-symbol-trail::after { width: 30px; height: 2px; top: 31px; left: 45px; background: currentColor; opacity: .55; transform: rotate(35deg); transform-origin: left center; }
.vision-loop-section { padding-block: 118px; }
.vision-loop-graphic { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; padding: 28px 24px 18px; border: 1px solid var(--line-light); border-radius: 3px 24px 3px 3px; background: rgba(255,255,255,.035); overflow: hidden; }
.vision-loop-graphic::before { content: ""; height: 2px; position: absolute; top: 77px; right: 10%; left: 10%; background: rgba(116,209,76,.45); }
.vision-loop-graphic::after { content: "↻"; width: 42px; height: 42px; position: absolute; top: 56px; right: 3.5%; display: grid; place-items: center; color: var(--forest-deep); background: var(--lime); border-radius: 50%; font-size: 24px; font-weight: 900; }
.vision-loop-node { position: relative; z-index: 1; min-width: 0; padding: 0 10px 22px; text-align: center; }
.vision-loop-node b { display: block; margin-bottom: 16px; color: var(--sage); font-size: 12px; letter-spacing: .1em; }
.vision-loop-node i { width: 22px; height: 22px; margin: 0 auto 26px; display: block; background: var(--forest-deep); border: 3px solid var(--lime); border-radius: 50%; box-shadow: 0 0 0 7px var(--forest-deep); }
.vision-loop-node span { color: white; font-family: "Aptos Display", "Trebuchet MS", Arial, sans-serif; font-size: clamp(22px, 2.2vw, 32px); font-weight: 680; letter-spacing: -.035em; }
.vision-layers { margin-top: 54px; }
.vision-path-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.vision-path-grid article { min-height: 260px; padding: 27px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 2px 16px 2px 2px; background: white; }
.vision-path-grid .vision-symbol { width: 72px; height: 72px; flex-basis: 72px; border-radius: 22px; }
.vision-path-grid .vision-symbol-art img { width: 56px; height: 56px; }
.vision-path-grid article:nth-child(2) .vision-symbol { color: var(--brand-navy); background: #e4edfb; }
.vision-path-grid article:nth-child(3) .vision-symbol { color: #247a9a; background: #dff3f8; }
.vision-path-grid article:nth-child(4) .vision-symbol { color: #68521f; background: #f3e9c9; }
.vision-symbol-farmer i { width: 47px; height: 24px; left: 13px; bottom: 15px; border: 2px solid currentColor; border-color: currentColor transparent transparent; border-radius: 50%; transform: rotate(-6deg); }
.vision-symbol-farmer::before { width: 38px; height: 18px; left: 19px; bottom: 23px; border: 2px solid currentColor; border-color: currentColor transparent transparent; border-radius: 50%; opacity: .55; transform: rotate(7deg); }
.vision-symbol-farmer::after { width: 9px; height: 18px; top: 18px; left: 32px; background: currentColor; border-radius: 70% 0 70% 0; transform: rotate(40deg); }
.vision-symbol-advisor i { width: 27px; height: 27px; top: 18px; left: 18px; border: 3px solid currentColor; border-radius: 50%; }
.vision-symbol-advisor::before { width: 10px; height: 10px; top: 28px; left: 28px; background: currentColor; border-radius: 50%; }
.vision-symbol-advisor::after { width: 25px; height: 3px; top: 47px; left: 43px; background: currentColor; border-radius: 999px; transform: rotate(44deg); transform-origin: left center; }
.vision-symbol-drone i { width: 20px; height: 14px; top: 29px; left: 26px; border: 2px solid currentColor; border-radius: 5px; }
.vision-symbol-drone::before { width: 48px; height: 2px; top: 25px; left: 12px; background: currentColor; border-radius: 999px; box-shadow: 0 20px 0 currentColor; }
.vision-symbol-drone::after { width: 13px; height: 13px; top: 18px; left: 8px; border: 2px solid currentColor; border-radius: 50%; box-shadow: 43px 0 0 -2px #dff3f8, 43px 0 0 0 currentColor, 0 20px 0 -2px #dff3f8, 0 20px 0 0 currentColor, 43px 20px 0 -2px #dff3f8, 43px 20px 0 0 currentColor; }
.vision-symbol-partners i { width: 12px; height: 12px; top: 30px; left: 30px; background: currentColor; border-radius: 50%; box-shadow: -17px -17px 0 -2px currentColor, 17px -17px 0 -2px currentColor, -17px 17px 0 -2px currentColor, 17px 17px 0 -2px currentColor; }
.vision-symbol-partners::before, .vision-symbol-partners::after { width: 48px; height: 2px; top: 35px; left: 12px; background: currentColor; border-radius: 999px; opacity: .48; }
.vision-symbol-partners::after { transform: rotate(90deg); }
.vision-path-grid strong { margin-top: auto; font-size: 28px; line-height: 1; }
.vision-path-grid p { margin: 16px 0 0; color: var(--ink-soft); font-size: 18px; line-height: 1.48; }
.vision-manifesto { padding: 125px 0; color: white; background: var(--forest-deep); }
.vision-manifesto .eyebrow { color: var(--lime); }
.vision-manifesto h2 { max-width: 1100px; margin: 20px 0 30px; font-size: clamp(62px, 8vw, 112px); line-height: .92; }
.vision-manifesto h2 em { color: var(--sky); font-style: normal; }
.vision-manifesto p { max-width: 760px; margin: 0; color: var(--sage); }
.context-center, .context-node { position: absolute; display: grid; place-items: center; border-radius: 999px; font-weight: 850; }
.context-center { width: 128px; height: 128px; inset: 50% auto auto 50%; color: var(--forest-deep); background: var(--lime); font-size: 27px; transform: translate(-50%, -50%); }
.context-node { min-width: 102px; min-height: 48px; padding: 0 18px; color: white; background: rgba(255,255,255,.09); border: 1px solid var(--line-light); font-size: 14px; text-transform: uppercase; }
.context-place { top: 8%; left: 50%; transform: translateX(-50%); }
.context-time { top: 50%; right: 4%; transform: translateY(-50%); }
.context-evidence { bottom: 8%; left: 50%; transform: translateX(-50%); }
.context-people { top: 50%; left: 4%; transform: translateY(-50%); }
.stories-hero { min-height: 64vh; }
.stories-hero h1 { max-width: 1050px; }
.stories-library .story-card { min-height: 400px; }

/* Stories */
.story-article-hero { padding: 58px 0 78px; color: white; background: var(--forest-deep); overflow: hidden; }
.story-article-back { display: inline-flex; align-items: center; margin-bottom: 42px; color: var(--sage); font-size: 14px; font-weight: 850; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.story-article-back:hover { color: var(--lime); }
.story-article-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .75fr); gap: 70px; align-items: center; }
.story-article-heading { min-width: 0; }
.story-article-heading .eyebrow { color: var(--lime); }
.story-article-heading h1 { max-width: 760px; margin: 20px 0 30px; font-size: clamp(58px, 7vw, 100px); line-height: .92; }
.story-article-meta { display: flex; flex-wrap: wrap; gap: 8px 20px; color: #d7e8de; font-size: 14px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.story-article-meta span:not(:last-child)::after { content: "·"; margin-left: 20px; color: var(--lime); }
.story-article-image { min-width: 0; margin: 0; aspect-ratio: 4 / 5; border-radius: 3px 30px 3px 3px; background: var(--forest); box-shadow: 16px 16px 0 rgba(116,209,76,.12); overflow: hidden; }
.story-article-image img { width: 100%; height: 100%; object-fit: cover; }
.story-article-body { padding: 96px 0 112px; background: var(--paper); overflow: hidden; }
.story-article-prose { width: min(100%, 790px); margin-inline: auto; }
.story-article-prose p, .story-article-prose li { color: var(--ink-soft); font-size: 20px; line-height: 1.7; }
.story-article-prose p { margin-bottom: 28px; }
.story-article-prose .article-lead { margin-bottom: 40px; color: var(--ink); font-size: clamp(24px, 2.5vw, 31px); font-weight: 650; line-height: 1.42; letter-spacing: -.02em; }
.story-article-prose h2 { margin: 72px 0 22px; color: var(--forest-deep); font-size: clamp(37px, 4vw, 54px); line-height: 1; letter-spacing: -.04em; }
.story-article-prose h3 { margin: 44px 0 15px; color: var(--brand-navy); font-size: 27px; line-height: 1.08; letter-spacing: -.025em; }
.story-article-prose a { color: var(--brand-navy); font-weight: 750; text-underline-offset: 3px; }
.story-article-prose .article-list { margin: 8px 0 34px; padding-left: 25px; }
.story-article-prose .article-list li { margin-bottom: 11px; padding-left: 6px; }
.story-article-prose .article-pullquote { margin: 52px 0; padding: 34px 38px; color: white; background: var(--forest); border: 0; border-left: 6px solid var(--lime); border-radius: 2px 22px 2px 2px; font-family: "Aptos Display", "Trebuchet MS", Arial, sans-serif; font-size: clamp(27px, 3vw, 38px); font-weight: 650; line-height: 1.22; letter-spacing: -.025em; }
.story-article-close { max-width: 980px; margin: 90px auto 0; padding: 40px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 55px; align-items: end; color: white; background: var(--brand-navy); border-radius: 3px 26px 3px 3px; }
.story-article-close .eyebrow { color: #d8e7ff; }
.story-article-close h2 { max-width: 650px; margin: 24px 0 0; font-size: clamp(38px, 4.5vw, 62px); line-height: .98; }
.story-article-next { max-width: 980px; margin: 14px auto 0; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); background: white; }
.story-article-next a { min-width: 0; min-height: 150px; padding: 24px 26px; display: grid; grid-template-columns: minmax(0, 1fr) auto; grid-template-rows: auto 1fr; gap: 12px 20px; color: var(--ink); text-decoration: none; }
.story-article-next a + a { border-left: 1px solid var(--line); }
.story-article-next a:hover { background: var(--cream); }
.story-article-next small { grid-column: 1 / -1; color: var(--brand-navy); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.story-article-next strong { align-self: end; font-size: 23px; line-height: 1.12; }
.story-article-next span { align-self: end; color: var(--forest-mid); font-size: 24px; font-weight: 900; }

.contact-layout { display: grid; grid-template-columns: .7fr 1.1fr; gap: 70px; align-items: start; }
.contact-copy h1 { margin: 20px 0 24px; font-size: clamp(58px, 7vw, 98px); line-height: .9; }
.contact-copy p { color: var(--ink-soft); }
.direct-contact { margin-top: 35px; padding-top: 25px; border-top: 1px solid var(--line); }
.direct-contact a { display: block; margin-top: 8px; color: var(--forest-mid); font-weight: 750; }
.lead-form { padding: 31px; border: 1px solid var(--line); border-radius: 3px 24px 3px 3px; background: white; box-shadow: var(--shadow); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 17px; }
.field label { display: block; margin-bottom: 7px; color: var(--forest); font-size: 14px; font-weight: 850; letter-spacing: .03em; }
.field-optional { margin-left: 5px; color: var(--ink-soft); font-size: 11px; font-weight: 650; letter-spacing: .04em; text-transform: uppercase; }
.field input, .field textarea, .field select { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid rgba(21,38,29,.3); border-radius: 2px 9px 2px 2px; color: var(--ink); background: var(--paper); }
.field textarea { min-height: 110px; resize: vertical; }
.field select { cursor: pointer; }
.field input:focus, .field textarea:focus, .field select:focus { outline: 3px solid rgba(201,223,109,.55); border-color: var(--forest-mid); }
.form-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(1px,1px,1px,1px) !important; }
.form-status { margin-bottom: 18px; padding: 15px 17px; border-radius: 10px; font-size: 17px; }
.form-status.success { color: #174f31; background: #e4f4e8; border: 1px solid #afd6bb; }
.form-status.error { color: #7d2d25; background: #fff0ed; border: 1px solid #e5b9b2; }
.form-note { margin: 13px 0 0; color: var(--ink-soft); font-size: .67em; }
.form-note a { color: var(--forest-mid); }
.form-reassurance { margin: 14px 0 0; color: var(--ink-soft); font-size: 14px; line-height: 1.5; }
.form-reassurance a { color: var(--forest-mid); font-weight: 750; }

.brand-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.brand-concept { min-height: 470px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 3px 24px 3px 3px; background: white; }
.brand-concept.recommended { color: white; background: var(--forest-deep); }
.brand-canvas { min-height: 220px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 2px 14px 2px 2px; background: var(--paper); }
.recommended .brand-canvas { border-color: var(--line-light); background: var(--paper); }
.brand-canvas svg { width: 160px; height: 160px; }
.brand-canvas-emblem img { width: 190px; height: 190px; }
.brand-size-row { display: flex; align-items: center; gap: 24px; }
.brand-size-row img { flex: 0 0 auto; }
.brand-colour-canvas { padding: 24px; align-content: center; gap: 26px; }
.brand-wordmark { color: var(--brand-navy); font-size: clamp(39px, 4vw, 58px); font-weight: 900; letter-spacing: -.055em; line-height: 1; }
.brand-wordmark span { color: var(--brand-leaf-text); }
.brand-swatches { display: flex; gap: 10px; }
.brand-swatches i { width: 42px; height: 42px; border-radius: 10px; background: var(--brand-leaf); }
.brand-swatches i:nth-child(2) { background: var(--brand-navy); }
.brand-swatches i:nth-child(3) { background: var(--brand-cyan); }
.brand-concept h3 { margin: 28px 0 10px; font-size: 31px; }
.brand-concept p { margin: 0; color: var(--ink-soft); font-size: 18px; line-height: 1.48; }
.brand-concept.recommended p { color: #d7e8de; }
.recommended p { color: var(--sage); }
.concept-label { margin-top: auto; padding-top: 18px; color: var(--brand-navy); font-size: 14px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.recommended .concept-label { color: var(--lime); }

.close-section { padding: 108px 0; color: white; background: var(--forest-deep); text-align: center; }
.close-section h2 { max-width: 950px; margin: 12px auto 22px; font-size: clamp(48px, 6.3vw, 86px); line-height: .94; }
.close-section p { max-width: 650px; margin-inline: auto; color: var(--sage); }
.close-section .button-row { justify-content: center; }
.site-footer { padding: 42px 0; color: var(--sage); background: #061c15; }
.site-footer .brand-copy small { color: var(--sage); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px; }
.footer-links a { font-size: 11px; text-decoration: none; }
.footer-links a:hover { color: var(--lime); }
.footer-note { margin-top: 10px; font-size: 11px; }

/* Product imagery */

.product-shot { position: relative; min-height: 570px; border-radius: 4px 34px 4px 4px; background: var(--forest-deep); box-shadow: var(--shadow); overflow: hidden; }
.product-shot img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center; }
.product-shot .hero-loop-video { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center; }
.product-shot::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(6,28,21,.86)); }
.record-timeline-shot::after { display: none; }
.product-shot figcaption { position: absolute; z-index: 2; right: 22px; bottom: 19px; left: 22px; display: flex; justify-content: space-between; gap: 18px; align-items: end; color: white; }
.product-shot figcaption strong { max-width: 500px; font-size: 26px; line-height: 1.05; }
.product-shot figcaption span { color: #d7e8de; font-size: 14px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.product-shot.compact { min-height: 300px; margin: 0; }
.future-product-shot { min-height: 0; aspect-ratio: 900 / 1286; background: #f7f8f5; }
.future-product-shot img { object-position: center; }

.offer-card .offer-visual.product-thumb { min-height: 190px; display: block; position: relative; }
.product-thumb img { width: 100%; height: 190px; object-fit: cover; object-position: center; transition: transform .35s ease; }
.offer-card.drone .product-thumb img { object-position: center 43%; }
.offer-card.future .product-thumb img { object-position: center 57%; }
.offer-card:hover .product-thumb img { transform: scale(1.025); }
.product-thumb::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.16); border-radius: 2px 14px 2px 2px; }

.visual-story { display: grid; grid-template-columns: 1.2fr .8fr; gap: 13px; margin-top: 50px; }
.visual-loop { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-areas: "see understand" "act picture"; gap: 16px; }
.story-panel { min-height: 420px; padding: 28px; position: relative; display: flex; flex-direction: column; justify-content: flex-end; border-radius: 3px 26px 3px 3px; overflow: hidden; background: var(--forest); color: white; }
.story-panel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.story-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 32%, rgba(6,28,21,.9)); }
.story-panel > *:not(img) { position: relative; z-index: 1; }
.story-panel h3 { margin: 0 0 8px; font-size: 38px; line-height: 1; }
.story-panel p { max-width: 540px; margin: 0; color: #d7e8de; font-size: 18px; line-height: 1.48; }
.story-panel.blue { background: var(--brand-navy); }
.story-panel.green { background: var(--surface-green); }
.story-panel.blue::after, .story-panel.green::after { display: none; }
.story-panel.has-image img { object-position: center 16%; filter: saturate(.9) contrast(.96); }
.story-panel.blue.has-image::after,
.story-panel.green.has-image::after { display: block; background: linear-gradient(180deg, rgba(8,39,28,.02) 0%, rgba(8,39,28,.08) 46%, rgba(8,39,28,.9) 100%); }
.story-panel.result-card img { object-position: center 8%; }
.story-panel.loop-word h3 { margin: 0; font-size: clamp(58px, 5.8vw, 88px); letter-spacing: -.045em; }
.story-panel.story-see { grid-area: see; }
.story-panel.story-understand { grid-area: understand; }
.story-panel.story-understand img { object-position: center; filter: saturate(.88) contrast(1.05); }
.story-panel.story-act { grid-area: act; }
.story-panel.story-picture { grid-area: picture; padding: 0; background: #f4f0e6; }
.story-panel.story-picture::after { display: none; }
.story-panel.story-picture img { object-fit: contain; }

.drone-loop { display: grid; grid-template-columns: repeat(4,1fr); gap: 11px; }
.drone-step { min-height: 250px; padding: 24px; position: relative; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 2px 16px 2px 2px; background: white; }
.drone-step b { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--brand-navy); font-size: 13px; }
.drone-step h3 { margin: auto 0 9px; font-size: 29px; line-height: 1; }
.drone-step p { margin: 0; color: var(--ink-soft); font-size: 18px; line-height: 1.48; }
.drone-hardware-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.drone-hardware-card { min-height: 410px; padding: 32px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 3px 26px 3px 3px; background: white; }
.drone-hardware-card > span { color: var(--brand-navy); font-size: 14px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.drone-hardware-card h3 { margin: auto 0 18px; font-size: clamp(42px, 4.5vw, 64px); line-height: .96; }
.drone-hardware-card p { max-width: 580px; margin: 0; color: var(--ink-soft); font-size: 19px; line-height: 1.5; }
.drone-hardware-card small { margin-top: 28px; padding-top: 18px; color: var(--ink-soft); border-top: 1px solid var(--line); font-size: 14px; font-weight: 800; line-height: 1.45; }
.drone-hardware-card.enterprise { color: white; background: var(--forest); border-color: var(--forest); }
.drone-hardware-card.enterprise > span { color: var(--lime); }
.drone-hardware-card.enterprise p, .drone-hardware-card.enterprise small { color: #d7e8de; }
.drone-hardware-card.enterprise small { border-top-color: var(--line-light); }
.drone-development { margin-top: 13px; padding: 34px; display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 48px; align-items: end; color: rgba(21,38,29,.72); border: 1px dashed rgba(21,38,29,.24); border-radius: 2px 22px 2px 2px; background: linear-gradient(135deg, rgba(232,240,251,.72), rgba(244,250,239,.72)); }
.drone-development span { color: var(--brand-navy); font-size: 13px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.drone-development h3 { margin: 26px 0 0; font-size: clamp(38px, 4vw, 58px); line-height: .98; }
.drone-development p { max-width: 620px; margin: 0; color: var(--ink-soft); font-size: 19px; line-height: 1.5; }
.drone-decision-loop { display: grid; grid-template-columns: minmax(0, .78fr) minmax(430px, 1.22fr); gap: 78px; align-items: center; }
.drone-decision-copy h2 { max-width: 650px; margin: 18px 0 24px; font-size: clamp(52px, 6.5vw, 88px); line-height: .94; }
.drone-decision-copy p { max-width: 580px; margin: 0; color: var(--ink-soft); font-size: 20px; line-height: 1.52; }
.drone-decision-loop figure { margin: 0; padding: 8px; border: 1px solid var(--line); border-radius: 3px 24px 3px 3px; background: white; box-shadow: var(--shadow); }
.drone-decision-loop figure img { width: 100%; height: auto; display: block; border-radius: calc(var(--radius-lg) - 10px); }

.next-up { padding: 74px 0; background: var(--cream); }
.next-up h2 { margin: 0 0 26px; font-size: clamp(42px,5vw,66px); }
.next-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.next-card { min-height: 280px; padding: 26px; position: relative; display: flex; flex-direction: column; border-radius: 3px 26px 3px 3px; color: white; background: var(--forest); text-decoration: none; overflow: hidden; transition: filter .18s ease; }
.next-card:nth-child(2) { background: var(--brand-navy); }
.next-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,28,21,.14) 0%, rgba(6,28,21,.36) 46%, rgba(6,28,21,.94) 100%); }
.next-card.record-next::after { background: linear-gradient(180deg, rgba(6,28,21,.58) 0%, rgba(6,28,21,.34) 42%, rgba(6,28,21,.94) 100%); }
.next-card img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .35s ease; }
.next-card.drone-next img { object-position: center 56%; }
.next-card.record-next img { object-position: center 22%; }
.next-card.pasture-map-next img { object-position: center 52%; }
.next-card.timeline-next img { object-position: center 12%; }
.next-card.history-slider-next img { object-position: center 64%; }
.next-card.dashboard-next img { object-position: center 32%; }
.next-card.future-next img { object-position: center 84%; }
.next-card.farm-memory-next img { object-position: center 58%; }
.next-card.drone-insight-next img { object-position: 43% center; }
.next-card.light-image-next::after { background: linear-gradient(180deg, rgba(6,28,21,.5) 0%, rgba(6,28,21,.28) 42%, rgba(6,28,21,.95) 100%); }
.next-card > *:not(img) { position: relative; z-index: 1; }
.next-card small { font-size: 14px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.next-card h3 { margin: auto 0 10px; font-size: 38px; line-height: 1; }
.next-card p { margin: 0; color: rgba(255,255,255,.82); font-size: 18px; line-height: 1.48; }
.next-card:hover { filter: brightness(1.045); }
.next-card:hover img { transform: scale(1.025); }


.hero-home-shot { margin: 0; }
.home-hero h1 { max-width: 760px; margin-top: 0; font-size: clamp(52px, 5.4vw, 78px); }
.home-hero .lead { max-width: 790px; font-size: clamp(20px, 1.8vw, 25px); line-height: 1.5; }
.home-hero .hero-grid { align-items: start; }
.hero-home-shot { min-height: 0; align-self: start; background: var(--forest-deep); }
.hero-home-shot img { height: auto; position: relative; object-fit: contain; }
.hero-home-shot::after { display: none; }
.hero-home-shot figcaption { min-height: 84px; padding: 17px 20px 19px; position: static; background: var(--forest-deep); }
.home-explore-head h2 { margin-top: 0; }

.home-definition { background: var(--paper); }
.home-definition .section-head { grid-template-columns: 1fr; gap: 24px; }
.home-definition .section-head > p { min-height: 0; max-width: 820px; padding: 0; border: 0; border-radius: 0; background: transparent; font-size: 20px; }
.home-definition-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.home-definition-card { min-height: 320px; padding: 28px; display: flex; flex-direction: column; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-radius: 0; background: white; }
.home-definition-card:first-child { color: white; background: var(--forest); border-color: var(--forest); }
.home-definition-card:nth-child(2) { background: #e8f0fb; }
.home-definition-card:nth-child(3) { background: #e8f3e3; }
.home-definition-card small { color: var(--brand-navy); font-size: 14px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.home-definition-card:first-child small { color: var(--lime); }
.home-definition-card h3 { margin: auto 0 14px; font-size: clamp(36px, 3.3vw, 49px); line-height: .98; }
.home-definition-card p { margin: 0; color: var(--ink-soft); font-size: 18px; line-height: 1.48; }
.home-definition-card:first-child p { color: #d7e8de; }

.home-record-statement { padding: 108px 0; color: white; background: var(--forest-deep); }
.home-record-statement-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); gap: 72px; align-items: end; }
.home-record-statement .eyebrow { color: var(--lime); }
.home-record-statement h2 { max-width: 960px; margin: 18px 0 0; font-size: clamp(54px, 6.5vw, 94px); line-height: .94; }
.home-record-statement h2 em { color: var(--sky); font-style: normal; }
.home-record-statement p { max-width: 430px; margin: 0; padding-top: 24px; border-top: 3px solid var(--lime); color: #c4d8cb; font-size: 20px; line-height: 1.48; }

.home-future-strip { min-height: 390px; margin-top: 18px; display: grid; grid-template-columns: 1.08fr .92fr; color: var(--ink); background: var(--lime); border-radius: 3px 26px 3px 3px; text-decoration: none; overflow: hidden; transition: filter .18s ease; }
.home-future-strip:hover { filter: brightness(1.025); }
.home-future-copy { padding: 42px; display: flex; flex-direction: column; align-items: flex-start; }
.home-future-copy .eyebrow { color: var(--forest-deep); }
.home-future-copy h3 { max-width: 650px; margin: 26px 0 18px; font-size: clamp(48px, 5.6vw, 78px); line-height: .94; }
.home-future-copy p { max-width: 620px; margin: 0; color: rgba(21,38,29,.76); font-size: 20px; line-height: 1.48; }
.home-future-link { min-height: 54px; margin-top: auto; padding: 0 18px; display: inline-flex; align-items: center; border: 1px solid rgba(21,38,29,.25); border-radius: 2px 14px 2px 2px; background: rgba(255,255,255,.24); font-size: 14px; font-weight: 850; letter-spacing: .055em; text-transform: uppercase; }
.home-future-strip figure { min-height: 390px; margin: 0; position: relative; overflow: hidden; }
.home-future-strip figure::after { content: ""; position: absolute; inset: 0; box-shadow: inset 18px 0 34px rgba(21,38,29,.12); }
.home-future-strip img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center; }

.section-head-solo { grid-template-columns: 1fr; }
.section-head-solo h2 { max-width: 1040px; }

.home-loop-head { margin-bottom: 58px; }
.home-loop-head h2 { margin: 0; font-size: clamp(64px, 8.4vw, 116px); line-height: .92; }
.home-loop-head h2 em { color: var(--lime); font-style: normal; }
.home-loop-head .eyebrow { margin-bottom: 28px; color: var(--lime); }
.home-loop-head p { max-width: 830px; margin: 28px 0 0; color: #d7e8de; font-size: clamp(22px, 2.5vw, 32px); line-height: 1.3; }
.story-panel.story-remember { grid-area: picture; }
.story-panel.story-remember img { object-position: center 52%; }
.home-offer-close { padding: 18px 0; display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: center; }
.home-offer-close h2 { max-width: 900px; margin: 0; font-size: clamp(54px, 6vw, 84px); line-height: .96; }
.home-offer-close .button { min-width: 230px; min-height: 82px; font-size: 18px; }

/* Farm record */
.record-map-shot img, .hero-home-shot img { object-position: center; }
.pasture-map-shot { margin: 0; }
.record-hero h1 { max-width: 760px; font-size: clamp(52px, 5.8vw, 84px); }
.record-statement { padding: 105px 0; color: white; background: linear-gradient(120deg, var(--forest-deep), var(--brand-navy)); }
.record-statement .eyebrow { color: var(--lime); }
.record-statement h2 { max-width: 1000px; margin: 18px 0 24px; font-size: clamp(54px, 7vw, 96px); line-height: .96; }
.record-statement p { max-width: 720px; margin: 0; color: #d7e8de; }
.compact-head { align-items: start; }
.record-focus { min-height: 620px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); border-radius: 3px 28px 3px 3px; background: var(--forest-deep); box-shadow: var(--shadow); overflow: hidden; }
.record-focus-copy { padding: clamp(38px, 4.2vw, 58px); display: flex; flex-direction: column; justify-content: center; color: white; }
.record-focus-copy .eyebrow { color: var(--lime); }
.record-focus-copy h3 { margin: 22px 0 0; font-size: clamp(50px, 4.6vw, 66px); line-height: .97; }
.record-focus-copy h3 em { color: #8fd7ff; font-style: normal; }
.record-focus-visual { min-height: 620px; margin: 0; background: #dbe8dd; overflow: hidden; }
.record-focus-visual img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.farm-memory-ledger { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); color: white; background: var(--forest-deep); border-radius: 3px 28px 3px 3px; box-shadow: var(--shadow); overflow: hidden; }
.farm-memory-ledger-head { padding: clamp(34px, 4.2vw, 56px); display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line-light); }
.farm-memory-ledger-head .eyebrow { color: var(--lime); }
.farm-memory-ledger-head h2 { margin: 22px 0 24px; font-size: clamp(48px, 5.4vw, 76px); line-height: .94; }
.farm-memory-ledger-head p { max-width: 520px; margin: 0; color: var(--sage); font-size: 18px; line-height: 1.5; }
.farm-memory-ledger ol { margin: 0; padding: 0; list-style: none; }
.farm-memory-ledger li { min-height: 138px; padding: 24px 30px; display: grid; grid-template-columns: 72px 1fr; gap: 24px; align-items: center; border-bottom: 1px solid var(--line-light); }
.farm-memory-ledger li:last-child { border-bottom: 0; }
.farm-memory-ledger time { color: var(--lime); font-family: "SFMono-Regular", Consolas, monospace; font-size: 14px; font-weight: 850; }
.farm-memory-ledger strong, .farm-memory-ledger span { display: block; }
.farm-memory-ledger strong { font-size: 25px; line-height: 1.15; }
.farm-memory-ledger span { margin-top: 6px; color: var(--sage); font-size: 16px; line-height: 1.4; }
.record-output-head { max-width: 900px; margin: 82px 0 36px; }
.record-output-head h2 { margin: 17px 0 0; font-size: clamp(50px, 6vw, 82px); line-height: .96; }
.record-output-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--line); border-radius: 0; background: white; overflow: hidden; }
.record-output-grid article { min-height: 320px; padding: 25px; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.record-output-grid article:last-child { border-right: 0; }
.record-output-grid small { color: var(--brand-navy); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.record-output-icon { width: 68px; height: 68px; margin: 30px 0 22px; display: grid; flex: 0 0 68px; place-items: center; color: var(--forest); background: #e5f1df; border-radius: 2px 19px 2px 2px; box-shadow: inset 0 0 0 1px rgba(21,38,29,.06); }
.record-output-icon img { width: 54px; height: 54px; object-fit: contain; }
.record-output-icon svg { width: 43px; height: 43px; }
.record-output-icon.reading-icon { color: #1e6f91; background: #dceff5; }
.record-output-icon.repair-icon { background: #f3e9c9; }
.record-output-icon.report-icon { background: #e0eaff; }
.record-output-grid h3 { margin: auto 0 10px; font-size: 29px; line-height: 1; }
.record-output-grid p { margin: 0; color: var(--ink-soft); font-size: 17px; line-height: 1.45; }
.record-reveal { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.record-reveal h2 { margin: 14px 0 0; font-size: clamp(54px, 7vw, 92px); line-height: .95; }
.record-reveal h2 em { color: var(--brand-navy); font-style: normal; }
.record-reveal .lead { color: var(--ink-soft); }

/* Offer */
.offer-image-hero { min-height: 720px; padding: 110px 0 80px; position: relative; display: flex; align-items: flex-end; color: white; background: var(--forest-deep); overflow: hidden; }
.offer-image-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.offer-image-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,28,21,.2) 0%, rgba(6,28,21,.28) 35%, rgba(6,28,21,.86) 100%), linear-gradient(180deg, rgba(6,28,21,.05) 32%, rgba(6,28,21,.72) 100%); }
.offer-image-copy { position: relative; z-index: 1; max-width: 790px; margin-right: 0; margin-left: auto; }
.offer-image-copy .eyebrow, .offer-conversation .eyebrow { color: var(--lime); }
.offer-image-copy h1 { margin: 20px 0 34px; font-size: clamp(62px, 7.4vw, 108px); line-height: .92; }
.offer-pricing .section-head { margin-bottom: 42px; }
.offer-price-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; }
.offer-price-card { min-height: 390px; padding: 30px; display: flex; flex-direction: column; border-radius: 0; color: white; background: var(--forest); border-right: 1px solid rgba(255,255,255,.22); }
.offer-price-card:first-child { border-radius: 3px 0 0 3px; }
.offer-price-card:nth-child(2) { background: var(--brand-navy); }
.offer-price-card:nth-child(3) { color: var(--forest-deep); background: var(--lime); }
.offer-price-card:nth-child(4) { color: var(--forest-deep); background: var(--paper); border: 1px solid var(--line); border-left: 0; border-radius: 0 24px 3px 0; }
.offer-price-card > span { color: #d7e8de; font-size: 15px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.offer-price-card:nth-child(n+3) > span { color: rgba(21,38,29,.72); }
.offer-price-card h3 { margin: 20px 0 12px; font-size: clamp(32px, 2.6vw, 42px); line-height: .98; }
.offer-price-card p { max-width: 350px; margin: 0; color: rgba(255,255,255,.74); font-size: 17px; line-height: 1.45; }
.offer-price-card:nth-child(n+3) p { color: rgba(21,38,29,.72); }
.offer-price-card strong { max-width: 100%; margin-top: auto; font-size: clamp(42px, 3.8vw, 56px); line-height: .86; letter-spacing: -.05em; white-space: nowrap; }
.offer-price-card small { margin-top: 18px; color: rgba(255,255,255,.78); font-size: 17px; font-weight: 800; }
.offer-price-card:nth-child(n+3) small { color: rgba(21,38,29,.72); }
.offer-enterprise-cta { max-width: 100%; margin-top: auto; display: inline-block; align-self: flex-start; color: var(--brand-navy); font-size: clamp(30px, 2.4vw, 36px); font-weight: 900; line-height: 1; letter-spacing: -.025em; text-decoration: none; white-space: nowrap; }
.offer-enterprise-cta:hover, .offer-enterprise-cta:focus-visible { text-decoration: underline; text-decoration-thickness: 3px; text-underline-offset: 6px; }
.offer-special { margin-top: 16px; padding: 34px; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 64px; align-items: end; color: white; background: var(--forest-deep); border-radius: 3px 26px 3px 3px; }
.offer-special .eyebrow { color: var(--lime); }
.offer-special h3 { max-width: 720px; margin: 24px 0 16px; font-size: clamp(44px, 5vw, 72px); line-height: .94; }
.offer-special p { max-width: 650px; margin: 0; color: var(--sage); font-size: 18px; line-height: 1.5; }
.offer-special-action { padding-left: 34px; display: flex; flex-direction: column; align-items: flex-start; border-left: 1px solid var(--line-light); }
.offer-special-action > span { color: var(--lime); font-size: 13px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.offer-special-action strong { margin-top: 24px; font-size: clamp(68px, 7vw, 96px); line-height: .82; letter-spacing: -.065em; }
.offer-special-action small { margin-top: 17px; color: #d7e8de; font-size: 17px; font-weight: 800; }
.offer-special-action .button { margin-top: 28px; }
.offer-capabilities .section-head { margin-bottom: 36px; }
.offer-timeline-media { width: min(100%, 980px); aspect-ratio: 5 / 4; margin: 0 auto 54px; position: relative; border: 1px solid var(--line); border-radius: 3px 26px 3px 3px; background: #dbe8dd; box-shadow: var(--shadow); overflow: hidden; }
.offer-timeline-media img, .offer-timeline-media video { width: 100%; height: 100%; position: absolute; inset: 0; display: block; object-fit: cover; object-position: center bottom; }
.capability-grid { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); list-style: none; }
.capability-grid li { min-height: 190px; padding: 22px; display: flex; flex-direction: column; align-items: flex-start; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-radius: 0; background: rgba(255,255,255,.58); line-height: 1.2; }
.capability-grid .capability-icon { min-width: 54px; height: 38px; margin: 0 0 auto; padding-inline: 10px; display: grid; place-items: center; border-radius: 1px 10px 1px 1px; color: white; background: var(--forest); }
.capability-grid .capability-icon svg { width: 24px; height: 24px; display: block; }
.capability-grid li:nth-child(3n+2) .capability-icon { background: var(--brand-navy); }
.capability-grid li:nth-child(3n) .capability-icon { color: var(--forest-deep); background: var(--lime); }
.capability-grid strong { margin-top: 24px; font-size: 23px; line-height: 1.05; }
.capability-grid span { margin-top: 9px; color: var(--ink-soft); font-size: 15px; line-height: 1.4; }
@media (min-width: 1081px) {
  .drone-use-grid .drone-use-icon { margin-inline: auto; }
  .record-output-grid .record-output-icon { margin-inline: auto; margin-bottom: 0; }
  .record-output-grid h3 { min-height: 58px; margin-top: 30px; }
  .capability-grid .capability-icon { min-width: 68px; height: 50px; margin-bottom: 36px; padding-inline: 12px; }
  .capability-grid .capability-icon svg { width: 32px; height: 32px; }
  .capability-grid strong { margin-top: 0; }
  .home-definition-card p { min-height: 80px; }
  .future-framework .future-step h3 { min-height: 58px; }
  .future-framework .future-step p { min-height: 107px; }
}
.offer-conversation { padding: 110px 0; color: white; background: var(--forest-deep); }
.offer-conversation-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 60px; align-items: end; }
.offer-conversation h2 { max-width: 900px; margin: 18px 0 20px; font-size: clamp(58px, 7.2vw, 102px); line-height: .92; }
.offer-conversation p { max-width: 680px; margin: 0; color: var(--sage); }
.offer-conversation .button { margin-bottom: 9px; }

.pasture-proof-row { margin-top: 8px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 0; overflow: hidden; }
.pasture-proof-row div { min-height: 140px; padding: 24px; display: flex; flex-direction: column; justify-content: flex-start; border-right: 1px solid var(--line); background: white; }
.pasture-proof-row div:last-child { border-right: 0; }
.pasture-proof-row strong { font-size: 21px; line-height: 1.15; }
.pasture-proof-row span { margin-top: 7px; color: var(--ink-soft); font-size: 16px; line-height: 1.42; }
.calibration-photo-grid { margin-top: 46px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 14px; align-items: stretch; }
.calibration-photo { margin: 0; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 3px 24px 3px 3px; background: white; box-shadow: var(--shadow); overflow: hidden; }
.calibration-photo img { width: 100%; height: 520px; display: block; object-fit: cover; }
.calibration-photo-ground img { object-position: center 68%; }
.calibration-photo-aerial img { object-position: center; }
.calibration-photo figcaption { min-height: 130px; padding: 24px 25px 26px; display: flex; flex-direction: column; justify-content: flex-end; }
.calibration-photo figcaption strong { font-size: 23px; line-height: 1.1; }
.calibration-photo figcaption span { margin-top: 8px; color: var(--ink-soft); font-size: 16px; line-height: 1.42; }

/* Contact */
.contact-section { min-height: calc(100vh - 230px); display: flex; align-items: center; }
.contact-simple { display: grid; grid-template-columns: .62fr 1fr; gap: 90px; align-items: start; }
.contact-heading h1 { margin: 18px 0 20px; font-size: clamp(64px, 7vw, 100px); line-height: .94; }
.contact-heading p { max-width: 520px; margin-bottom: 18px; color: var(--ink-soft); font-size: 18px; line-height: 1.55; }
.contact-heading > a { color: var(--brand-navy); font-weight: 750; text-decoration: none; }

/* Future-proof */
.future-illustration { margin: 0; padding: 12px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow); overflow: hidden; }
.future-illustration img { width: 100%; border-radius: calc(var(--radius-lg) - 10px); }
.future-illustration.future-photo { padding: 0; border: 0; background: var(--forest); }
.future-illustration.future-photo img { aspect-ratio: 1 / 1; object-fit: cover; border-radius: inherit; }
.wide-farm-visual { position: relative; min-height: 650px; margin: 0; border-radius: var(--radius-lg); box-shadow: var(--shadow); overflow: hidden; }
.wide-farm-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.wide-farm-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(6,28,21,.88)); }
.wide-farm-visual figcaption { position: absolute; z-index: 1; right: 30px; bottom: 26px; left: 30px; display: flex; justify-content: space-between; gap: 20px; align-items: end; color: white; }
.wide-farm-visual figcaption strong { font-size: clamp(34px, 5vw, 64px); line-height: 1; }
.wide-farm-visual figcaption span { font-size: 14px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.future-manifesto { padding: 125px 0; color: white; background: var(--forest-deep); }
.future-manifesto .eyebrow { color: var(--lime); }
.future-manifesto h2 { margin: 18px 0 28px; font-size: clamp(64px, 10vw, 136px); line-height: .9; }
.future-manifesto h2 em { color: var(--sky); font-style: normal; }
.future-manifesto p { max-width: 720px; margin: 0; color: var(--sage); }

[data-offer-card][hidden] { display: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } .visual-panel.photo-drone video, .hero-loop-video { display: none; } }

@media (max-width: 1280px) {
  .site-head .head-row { grid-template-columns: auto 1fr; }
  .primary-nav { grid-column: 1 / -1; justify-self: stretch; order: 3; padding: 8px 0 11px; overflow-x: auto; }
  .head-actions { justify-self: end; }
}

@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-model { min-height: 460px; }
  .offer-grid { grid-template-columns: 1fr; }
  .offer-card { min-height: 430px; }
  .platform-loop, .future-ladder { grid-template-columns: repeat(2, 1fr); }
  .contact-layout { grid-template-columns: 1fr; }
  .brand-grid { grid-template-columns: 1fr; }
  .brand-concept { min-height: 390px; }
  .visual-story, .next-grid { grid-template-columns: 1fr; }
  .visual-loop { grid-template-areas: "see" "understand" "act" "picture"; }
  .drone-loop, .price-grid { grid-template-columns: repeat(2,1fr); }
  .record-reveal, .contact-simple { grid-template-columns: 1fr; gap: 48px; }
  .home-offer-close { grid-template-columns: 1fr; }
  .offer-price-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .offer-price-card { border-bottom: 1px solid rgba(255,255,255,.22); }
  .offer-price-card:first-child { border-radius: 3px 0 0 0; }
  .offer-price-card:nth-child(2) { border-right: 0; border-radius: 0 22px 0 0; }
  .offer-price-card:nth-child(3) { border-bottom: 0; border-radius: 0 0 0 3px; }
  .offer-price-card:nth-child(4) { border-bottom: 1px solid var(--line); border-radius: 0 0 3px 0; }
  .story-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-belief-grid { grid-template-columns: 1fr; gap: 65px; }
  .about-context-map { justify-self: center; }
  .vision-signal-grid { grid-template-columns: 1fr; }
  .vision-path-grid { grid-template-columns: repeat(2, 1fr); }
  .home-definition-grid { grid-template-columns: 1fr; }
  .home-definition-card { min-height: 260px; }
  .record-output-grid { grid-template-columns: repeat(2, 1fr); }
  .record-output-grid article:nth-child(2) { border-right: 0; }
  .record-output-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.2); }
  .record-output-grid article:nth-child(-n+2) { border-bottom-color: var(--line); }
  .home-record-statement-grid { grid-template-columns: 1fr; gap: 42px; align-items: start; }
  .capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .capability-grid li:nth-child(n) .capability-icon { color: white; background: var(--forest); }
  .offer-conversation-grid { grid-template-columns: 1fr; align-items: start; }
  .home-future-strip { grid-template-columns: 1fr; }
  .home-future-strip figure { min-height: 360px; }
  .future-reporting-callout { grid-template-columns: 1fr; }
  .story-article-hero-grid { grid-template-columns: 1fr; gap: 46px; }
  .story-article-image { width: min(100%, 820px); aspect-ratio: 16 / 10; }
  .story-article-close { grid-template-columns: 1fr; gap: 34px; align-items: start; }
}

@media (max-width: 720px) {
  :root { --body-size: 20px; }
  .wrap { width: min(calc(100% - 28px), var(--wrap)); }
  .site-head .head-row { min-height: 68px; gap: 12px; padding-top: 8px; align-items: start; }
  .brand img { width: 36px; height: 36px; }
  .brand-copy small { display: none; }
  .brand, .head-actions { align-self: start; }
  .head-cta { min-height: 46px; padding: 0 14px; font-size: 11px; }
  .primary-nav { gap: 0; justify-content: space-between; align-self: end; overflow-x: visible; }
  .primary-nav a { min-height: 44px; flex: 0 0 auto; display: inline-flex; align-items: center; padding-inline: 6px; font-size: 9px; letter-spacing: .04em; }
  .primary-nav a[href$="living-farm/"], body[data-page="v4-farm-record"] .primary-nav a[aria-current="page"] { font-size: 0; }
  .primary-nav a[href$="living-farm/"]::after, body[data-page="v4-farm-record"] .primary-nav a[aria-current="page"]::after { content: "History"; font-size: 9px; letter-spacing: .04em; }
  .primary-nav a[href*="offers/"], body[data-page="v4-offers"] .primary-nav a[aria-current="page"] { display: none; }
  .hero, .offer-hero { min-height: auto; padding: 76px 0 66px; }
  .hero h1, .offer-hero h1 { font-size: clamp(52px, 15vw, 74px); }
  .home-hero h1, .record-hero h1 { font-size: clamp(46px, 12vw, 60px); }
  .hero-grid { gap: 45px; }
  .hero-model, .visual-panel { min-height: 440px; }
  .section { padding: 72px 0; }
  .section-head { grid-template-columns: 1fr; gap: 24px; }
  .section-head h2 { font-size: clamp(42px, 12vw, 62px); }
  .offer-card { min-height: 460px; }
  .offer-card h3 { min-height: auto; margin-top: 6px; }
  .platform-loop, .step-grid, .future-ladder, .story-grid, .field-grid { grid-template-columns: 1fr; }
  .drone-loop, .promise-grid, .price-grid, .next-grid { grid-template-columns: 1fr; }
  .drone-hardware-grid, .drone-development { grid-template-columns: 1fr; }
  .drone-decision-loop { grid-template-columns: 1fr; gap: 40px; }
  .drone-hardware-card { min-height: 370px; padding: 27px; }
  .drone-development { padding: 27px; gap: 26px; }
  .button-row { display: grid; grid-template-columns: 1fr; }
  .button-row .button { width: 100%; min-height: 64px; padding-inline: 20px; }
  .product-shot { min-height: 430px; }
  .hero-home-shot { min-height: 0; }
  .product-shot figcaption { display: block; }
  .product-shot figcaption span { margin-top: 7px; display: block; }
  .loop-step { min-height: 220px; }
  .loop-step h3 { margin-top: 58px; }
  .step-card, .future-step { min-height: 260px; }
  .graphic-frame { margin-top: 42px; padding: 6px; border-radius: 3px 19px 3px 3px; }
  .graphic-frame img { border-radius: 1px 13px 1px 1px; }
  .lead-form { padding: 22px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .record-focus { min-height: 0; grid-template-columns: 1fr; }
  .record-focus-copy { padding: 42px 28px 46px; }
  .record-focus-copy h3 { font-size: clamp(44px, 12vw, 52px); }
  .record-focus-visual { min-height: 0; aspect-ratio: 1 / 1; }
  .farm-memory-ledger { grid-template-columns: 1fr; }
  .farm-memory-ledger-head { border-right: 0; border-bottom: 1px solid var(--line-light); }
  .farm-memory-ledger li { min-height: 120px; padding: 22px 24px; grid-template-columns: 58px 1fr; gap: 16px; }
  .farm-memory-ledger strong { font-size: 22px; }
  .record-statement { padding: 78px 0; }
  .offer-image-hero { min-height: 650px; padding: 82px 0 56px; }
  .offer-image-hero > img { object-position: 34% center; }
  .offer-image-hero::after { background: linear-gradient(180deg, rgba(6,28,21,.08) 18%, rgba(6,28,21,.9) 100%); }
  .offer-image-copy { max-width: none; margin: 0; }
  .offer-image-copy h1 { font-size: clamp(52px, 14vw, 68px); }
  .offer-price-grid { grid-template-columns: 1fr; }
  .offer-price-card { min-height: 330px; padding: 25px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); border-radius: 0; }
  .offer-price-card:first-child { border-radius: 3px 22px 0 3px; }
  .offer-price-card:nth-child(2), .offer-price-card:nth-child(3) { border-radius: 0; }
  .offer-price-card:nth-child(3) { border-bottom: 1px solid rgba(21,38,29,.18); }
  .offer-price-card:nth-child(4) { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); border-radius: 0 0 3px 3px; }
  .offer-special { padding: 26px; grid-template-columns: 1fr; gap: 34px; }
  .offer-special-action { padding: 28px 0 0; border-top: 1px solid var(--line-light); border-left: 0; }
  .offer-special-action .button { width: 100%; }
  .offer-timeline-media { aspect-ratio: 1 / 1; margin-bottom: 38px; }
  .capability-grid { grid-template-columns: 1fr; gap: 0; }
  .capability-grid li { min-height: 168px; padding: 20px; border-radius: 0; }
  .capability-grid .capability-icon { min-width: 49px; height: 38px; border-radius: 1px 10px 1px 1px; }
  .capability-grid strong { margin-top: 20px; font-size: 22px; }
  .offer-conversation { padding: 84px 0; }
  .offer-conversation .button { width: 100%; min-height: 64px; }
  .record-output-grid, .pasture-proof-row { grid-template-columns: 1fr; }
  .record-output-grid article, .pasture-proof-row div { border-right: 0; border-bottom: 1px solid var(--line); }
  .record-output-grid article:last-child, .pasture-proof-row div:last-child { border-bottom: 0; }
  .home-record-statement { padding: 84px 0; }
  .home-record-statement h2 { font-size: clamp(48px, 14vw, 68px); }
  .calibration-photo-grid { margin-top: 38px; grid-template-columns: 1fr; }
  .calibration-photo img { height: auto; object-fit: contain; }
  .calibration-photo figcaption { min-height: 0; }
  .record-output-head { margin-top: 60px; }
  .wide-farm-visual { min-height: 500px; }
  .wide-farm-visual figcaption { display: block; }
  .wide-farm-visual figcaption span { display: block; margin-top: 12px; }
  .future-manifesto { padding: 90px 0; }
  .home-loop-head { margin-bottom: 40px; }
  .home-loop-head h2 { font-size: clamp(56px, 16vw, 78px); }
  .home-loop-head .eyebrow { margin-bottom: 22px; }
  .home-loop-head p { margin-top: 22px; font-size: 22px; line-height: 1.38; }
  .home-definition-card { min-height: 250px; padding: 25px; }
  .home-future-copy { padding: 30px 25px; }
  .home-future-copy h3 { margin-top: 22px; font-size: clamp(48px, 13vw, 62px); }
  .home-future-copy p { font-size: 19px; }
  .home-future-link { width: 100%; min-height: 62px; margin-top: 36px; justify-content: center; text-align: center; }
  .home-future-strip figure { min-height: 300px; }
  .future-reporting-callout { padding: 28px 25px; gap: 28px; }
  .future-reporting-callout h3 { margin-top: 24px; }
  .future-reporting-callout p { font-size: 18px; }
  .story-panel.loop-word h3 { font-size: 54px; }
  .home-offer-close { gap: 32px; }
  .home-offer-close .button { width: 100%; min-height: 72px; }
  .about-story-head { margin-bottom: 38px; grid-template-columns: 1fr; gap: 25px; align-items: start; }
  .about-facts article { min-height: 0; grid-template-columns: 1fr; gap: 16px; }
  .about-story-head h2 { font-size: clamp(48px, 14vw, 66px); }
  .story-all-link { justify-self: start; }
  .story-card, .stories-library .story-card { min-height: 350px; padding: 25px; }
  .story-grid-featured .story-card { min-height: 320px; grid-template-columns: 76px minmax(0, 1fr); column-gap: 18px; }
  .story-icon { width: 76px; height: 76px; margin-bottom: 27px; border-radius: 2px 20px 2px 2px; }
  .story-grid-featured .story-icon { margin-bottom: 0; }
  .story-icon svg { width: 48px; height: 48px; }
  .story-grid-featured .story-card h3 { margin-top: 28px; }
  .story-article-hero { padding: 38px 0 60px; }
  .story-article-back { margin-bottom: 31px; }
  .story-article-heading h1 { font-size: clamp(48px, 13vw, 65px); }
  .story-article-meta { display: grid; gap: 5px; font-size: 12px; }
  .story-article-meta span::after { display: none; }
  .story-article-image { aspect-ratio: 4 / 3; border-radius: 2px 20px 2px 2px; box-shadow: 9px 9px 0 rgba(116,209,76,.12); }
  .story-article-body { padding: 70px 0 82px; }
  .story-article-prose p, .story-article-prose li { font-size: 18px; line-height: 1.65; }
  .story-article-prose .article-lead { font-size: 23px; }
  .story-article-prose h2 { margin-top: 58px; font-size: clamp(34px, 10vw, 46px); }
  .story-article-prose h3 { margin-top: 38px; font-size: 25px; }
  .story-article-prose .article-pullquote { margin: 42px 0; padding: 28px 24px; font-size: 27px; }
  .story-article-close { margin-top: 70px; padding: 28px 24px; }
  .story-article-close .button { width: 100%; }
  .story-article-next { grid-template-columns: 1fr; }
  .story-article-next a { min-height: 128px; padding: 22px; }
  .story-article-next a + a { border-top: 1px solid var(--line); border-left: 0; }
  .about-belief { padding-block: 82px; }
  .about-belief h2 { font-size: clamp(48px, 14vw, 66px); }
  .about-context-map { width: min(100%, 390px); }
  .context-center { width: 104px; height: 104px; font-size: 23px; }
  .context-node { min-width: 86px; min-height: 43px; padding-inline: 13px; font-size: 11px; }
  .vision-signal-card { min-height: 310px; padding: 25px; }
  .vision-path-grid { grid-template-columns: 1fr; }
  .vision-loop-graphic { display: grid; grid-template-columns: 1fr; gap: 20px; padding: 24px 20px 72px 24px; }
  .vision-loop-graphic::before { width: 2px; height: auto; top: 41px; right: auto; bottom: 41px; left: 43px; }
  .vision-loop-graphic::after { top: auto; right: auto; bottom: 18px; left: 22px; }
  .vision-loop-node { min-height: 56px; padding: 0; display: grid; grid-template-columns: 38px 1fr; grid-template-rows: auto auto; column-gap: 18px; align-items: center; text-align: left; }
  .vision-loop-node b { grid-column: 2; margin: 0 0 2px; }
  .vision-loop-node i { grid-column: 1; grid-row: 1 / 3; margin: 0; justify-self: center; }
  .vision-loop-node span { grid-column: 2; }
  .vision-manifesto { padding: 88px 0; }
  .vision-manifesto h2 { font-size: clamp(50px, 14vw, 70px); }
}
