:root {
  --ink: #15261d;
  --ink-soft: #526159;
  --forest: #123c2d;
  --forest-deep: #08271c;
  --forest-mid: #286148;
  --sage: #9eb9a6;
  --lime: #74d14c;
  --cream: #f0ebdd;
  --paper: #fbfaf5;
  --rust: #1868d5;
  --amber: #5cc9f3;
  --blue: #67aee8;
  --brand-green: #20ad55;
  --brand-blue: #1d68d8;
  --line: rgba(21, 38, 29, .18);
  --line-light: rgba(255, 255, 255, .18);
  --shadow: 0 24px 72px rgba(8, 39, 28, .12);
  --radius-lg: 32px;
  --radius-md: 19px;
  --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; }
.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); }

.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 { content: url("assets/brand-mark-reverse.svg?v=2"); }
.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: 999px; 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: 999px; 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-size: 14px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 30px; height: 2px; background: currentColor; }
.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-blue); 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: 999px; font-size: 15px; font-weight: 850; letter-spacing: .025em; text-decoration: none; }
.button.primary { color: white; background: var(--forest); border-color: var(--forest); }
.button.primary:hover { background: var(--forest-deep); transform: translateY(-2px); }
.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: var(--radius-lg); 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: 10px; 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(29,104,216,.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: 8px; 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-blue); }

.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: 24px 27px; display: flex; align-items: center; color: var(--ink-soft); background: rgba(255,255,255,.56); border: 1px solid var(--line); border-radius: var(--radius-md); font-size: 18px; line-height: 1.5; }
.dark .section-head > p { color: #d7e8de; background: rgba(255,255,255,.055); border-color: var(--line-light); }
.dark .eyebrow { color: var(--lime); }

.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.offer-card { min-height: 560px; padding: 28px; display: flex; flex-direction: column; color: white; background: var(--forest); border-radius: var(--radius-lg); text-decoration: none; overflow: hidden; transition: transform .22s ease, box-shadow .22s ease; }
.offer-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.offer-card.feed { background: #315c42; }
.offer-card.drone { background: var(--forest-deep); }
.offer-card.record { color: var(--ink); background: var(--blue); }
.offer-card.future { color: var(--ink); background: var(--lime); }
.offer-top { display: flex; justify-content: space-between; gap: 20px; color: var(--sage); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.record .offer-top, .future .offer-top { color: var(--forest); }
.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: 15px; 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 15px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--line-light); border-radius: 999px; background: rgba(255,255,255,.07); font-size: 14px; font-weight: 850; letter-spacing: .055em; text-transform: uppercase; }
.record .offer-arrow, .future .offer-arrow { border-color: var(--line); background: rgba(255,255,255,.2); }
.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(--rust); 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: var(--radius-lg); 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 { background: linear-gradient(180deg, rgba(8,39,28,.05), rgba(8,39,28,.92)), url('../assets/images/concept-57.jpg') center/cover; }
.visual-panel.photo-feed { background: linear-gradient(180deg, rgba(8,39,28,.05), rgba(8,39,28,.9)), url('../assets/images/concept-13.jpg') center/cover; }
.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: 12px; }
.step-card { min-height: 310px; padding: 27px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); }
.step-card small { color: var(--rust); 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-top: 30px; display: grid; place-items: center; color: var(--forest); background: #e5f1df; border-radius: 22px; }
.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.water-icon { color: #1e6f91; background: #dceff5; }
.drone-use-icon.route-icon { color: var(--brand-blue); background: #e0eaff; }
.graphic-frame { width: min(100%, 830px); margin: 64px auto 0; padding: 10px; border: 1px solid var(--line); border-radius: 26px; background: white; box-shadow: var(--shadow); }
.graphic-frame img { width: 100%; border-radius: 17px; }
.graphic-frame-direct { margin-top: 0; }
.infographic-frame { width: min(100%, 1120px); padding: 0; overflow: hidden; }
.infographic-frame img { display: block; border-radius: 25px; }
.pasture-analysis-visual { background: var(--cream-deep); }
.future-layers-visual { margin-top: 54px; }

.future-ladder { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.future-step { min-height: 310px; padding: 24px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius-md); background: white; }
.future-step span { color: var(--rust); 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-blue); border-radius: var(--radius-lg); }
.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; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; text-decoration: none; overflow: hidden; transition: transform .22s ease, box-shadow .22s ease; }
.story-icon { width: 86px; height: 86px; margin-bottom: 34px; display: grid; place-items: center; color: var(--forest); background: #e6f4e5; border-radius: 26px; }
.story-icon svg { width: 54px; height: 54px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.story-card small { color: var(--brand-blue); 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 { transform: translateY(-5px); box-shadow: var(--shadow); }
.story-card:hover .story-icon { transform: rotate(-3deg); }
.story-card-green { background: #f4faef; }
.story-card-green .story-icon { color: #155d38; background: #d9f1ce; }
.story-card-blue { background: #f2f7ff; }
.story-card-blue .story-icon { color: var(--brand-blue); background: #dbe9ff; }
.story-card-lime { background: #f3fbe8; }
.story-card-lime .story-icon { color: #347b22; background: #dff4c7; }
.story-card-sky { background: #effaff; }
.story-card-sky .story-icon { color: #247a9a; background: #d3f0fa; }
.story-card-earth { background: #faf5e8; }
.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-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: 999px; 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: 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: var(--radius-lg); background: white; }
.vision-signal-card span { color: var(--brand-blue); 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: 25px; 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-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-blue); 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: var(--radius-lg); 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: var(--radius-md); background: white; }
.vision-path-grid .vision-symbol { width: 72px; height: 72px; flex-basis: 72px; border-radius: 22px; }
.vision-path-grid article:nth-child(2) .vision-symbol { color: var(--brand-blue); 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(--blue); 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; }

.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: var(--radius-lg); 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 input, .field textarea { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid rgba(21,38,29,.3); border-radius: 10px; color: var(--ink); background: var(--paper); }
.field textarea { min-height: 110px; resize: vertical; }
.field input:focus, .field textarea: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); }

.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: var(--radius-lg); 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: 15px; background: var(--paper); }
.recommended .brand-canvas { border-color: var(--line-light); background: rgba(255,255,255,.06); }
.brand-canvas svg { width: 160px; height: 160px; }
.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; }
.recommended p { color: var(--sage); }
.concept-label { margin-top: auto; padding-top: 18px; color: var(--rust); 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; }
.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 and the Founding 33 offer */

.product-shot { position: relative; min-height: 570px; border-radius: var(--radius-lg); 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::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(6,28,21,.86)); }
.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; }

.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: 15px; }

.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: var(--radius-lg); 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-blue); }
.story-panel.green { background: var(--brand-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 58%; 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: var(--radius-md); background: white; }
.drone-step b { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--brand-blue); 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; }

.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: var(--radius-lg); color: white; background: var(--forest); text-decoration: none; overflow: hidden; }
.next-card:nth-child(2) { background: var(--brand-blue); }
.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 56%; }
.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 { transform: translateY(-4px); box-shadow: var(--shadow); }
.next-card:hover img { transform: scale(1.025); }

.founding-hero { padding: 105px 0 80px; color: white; background: linear-gradient(135deg, #0b3325 0%, #0c5037 48%, #175fc2 100%); }
.founding-number { display: grid; place-items: center; min-height: 500px; border: 1px solid rgba(255,255,255,.24); border-radius: var(--radius-lg); background: rgba(255,255,255,.08); text-align: center; }
.founding-number strong { display: block; font-family: "Aptos Display", sans-serif; font-size: clamp(116px,17vw,230px); line-height: .75; letter-spacing: -.09em; }
.founding-number span { margin-top: 25px; display: block; font-size: 12px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.promise-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.promise { min-height: 270px; padding: 25px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius-md); background: white; }
.promise b { color: var(--brand-blue); font-size: 13px; text-transform: uppercase; }
.promise h3 { margin: auto 0 10px; font-size: 31px; line-height: 1; }
.promise p { margin: 0; color: var(--ink-soft); font-size: 18px; line-height: 1.48; }
.price-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.price-card { min-height: 300px; padding: 24px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius-md); background: #eef0eb; color: #637069; filter: grayscale(.75); }
.price-card h3 { margin: 8px 0 9px; font-size: 27px; color: #45524b; }
.price-card .price { font-size: 28px; font-weight: 850; color: #45524b; }
.price-card p { font-size: .7em; }
.price-card small { margin-top: auto; font-size: 14px; font-weight: 850; text-transform: uppercase; }

.hero-home-shot { margin: 0; transform: rotate(1deg); }
.home-hero .lead { max-width: 790px; font-size: clamp(20px, 1.8vw, 25px); line-height: 1.5; }

.home-definition { background: var(--paper); }
.home-definition-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }
.home-definition-card { min-height: 320px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius-lg); 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-blue); 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-work-example { color: white; background: var(--forest-deep); }
.home-work-example .section-head .eyebrow { color: var(--lime); }
.home-work-example .section-head p { color: #c4d8cb; }
.home-workflow-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius-lg); overflow: hidden; }
.home-workflow-grid article { min-height: 270px; padding: 28px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.2); }
.home-workflow-grid article:last-child { border-right: 0; }
.home-workflow-grid small { color: var(--lime); font-weight: 900; letter-spacing: .1em; }
.home-workflow-grid h3 { margin: auto 0 12px; font-size: clamp(30px, 2.5vw, 42px); line-height: 1; }
.home-workflow-grid p { margin: 0; color: #c4d8cb; font-size: 17px; line-height: 1.45; }

.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: var(--radius-lg); text-decoration: none; overflow: hidden; transition: transform .22s ease, box-shadow .22s ease; }
.home-future-strip:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.home-future-copy { padding: 42px; display: flex; flex-direction: column; align-items: flex-start; }
.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: 999px; 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; }
.record-statement { padding: 105px 0; color: white; background: linear-gradient(120deg, var(--forest-deep), var(--brand-blue)); }
.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: var(--radius-lg); 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-graphic { width: min(100%, 820px); margin-top: 0; }
.farm-memory-graphic img { display: block; }
.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: var(--radius-lg); background: white; overflow: hidden; }
.record-output-grid article { min-height: 260px; 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-blue); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.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-blue); font-style: normal; }
.record-reveal .lead { color: var(--ink-soft); }

/* Offer */
.simple-offer-hero { min-height: 690px; display: flex; align-items: center; }
.offer-copy { width: min(calc(100% - 48px), 1120px); }
.simple-offer-hero .eyebrow { color: #bff3ce; }
.offer-title { max-width: 1060px; margin: 22px 0 30px; font-size: clamp(64px, 9vw, 126px); line-height: .96; }
.offer-title em { color: #8fd7ff; font-style: normal; white-space: nowrap; }
.simple-offer-hero .lead { max-width: 760px; color: #d7e8de; }
.trial-start-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }
.trial-start-card { min-height: 390px; padding: 28px; display: flex; flex-direction: column; color: white; border-radius: var(--radius-lg); background: var(--forest); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.trial-start-card.record { color: var(--ink); background: var(--blue); }
.trial-start-card.drone { background: var(--brand-blue); }
.trial-start-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.trial-start-card small { font-size: 13px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.trial-start-card h3 { margin: auto 0 13px; font-size: clamp(39px, 4vw, 56px); line-height: .95; }
.trial-start-card p { margin: 0 0 28px; color: rgba(255,255,255,.82); font-size: 18px; line-height: 1.46; }
.trial-start-card.record p { color: rgba(21,38,29,.76); }
.trial-start-card > span { font-size: 13px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.trial-includes { margin-top: 14px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: var(--radius-md); background: white; overflow: hidden; }
.trial-includes div { padding: 22px 24px; display: grid; gap: 5px; border-right: 1px solid var(--line); }
.trial-includes div:last-child { border-right: 0; }
.trial-includes strong { font-size: 18px; }
.trial-includes span { color: var(--ink-soft); font-size: 15px; }
.plan-context > .eyebrow { margin-bottom: 28px; }
.price-grid-simple { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.price-grid-simple .price-card { min-height: 270px; justify-content: flex-end; filter: grayscale(1); opacity: .68; }
.price-grid-simple .price-card small { margin: 0 0 auto; }
.price-grid-simple .price-card h2 { margin: 40px 0 12px; font-size: clamp(34px, 4vw, 54px); line-height: 1; color: #45524b; }
.offer-bottom-line { margin-top: 14px; padding: 28px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-radius: var(--radius-lg); color: white; background: linear-gradient(100deg, var(--brand-green), var(--brand-blue)); }
.offer-bottom-line div { display: grid; line-height: 1; }
.offer-bottom-line strong { font-size: clamp(36px, 5vw, 64px); letter-spacing: -.04em; }
.offer-bottom-line span { margin-top: 10px; font-weight: 850; text-transform: uppercase; }
.offer-bottom-line .button { color: var(--forest-deep); background: white; border-color: white; }

.pasture-proof-row { margin-top: 14px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: var(--radius-md); overflow: hidden; }
.pasture-proof-row div { min-height: 140px; padding: 24px; display: flex; flex-direction: column; justify-content: flex-end; border-right: 1px solid var(--line); background: white; }
.pasture-proof-row div:last-child { border-right: 0; }
.pasture-proof-row strong { font-size: 21px; }
.pasture-proof-row span { margin-top: 7px; 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(70px, 9vw, 126px); line-height: .94; }
.contact-heading > a { color: var(--brand-blue); 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(--blue); font-style: normal; }
.future-manifesto p { max-width: 720px; margin: 0; color: var(--sage); }

@keyframes card-settle { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
.offer-card { animation: card-settle .65s ease both; }
.offer-card:nth-child(2) { animation-delay: .08s; }
.offer-card:nth-child(3) { animation-delay: .16s; }

[data-offer-card][hidden] { display: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }

@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; }
  .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; }
  .home-workflow-grid, .record-output-grid { grid-template-columns: repeat(2, 1fr); }
  .home-workflow-grid article:nth-child(2), .record-output-grid article:nth-child(2) { border-right: 0; }
  .home-workflow-grid article:nth-child(-n+2), .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); }
  .trial-start-grid { grid-template-columns: 1fr; }
  .home-future-strip { grid-template-columns: 1fr; }
  .home-future-strip figure { min-height: 360px; }
  .future-reporting-callout { grid-template-columns: 1fr; }
}

@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 { flex: 0 0 auto; padding-inline: 6px; font-size: 9px; letter-spacing: .04em; }
  .primary-nav a[href*="offers/"], body[data-page="v2-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); }
  .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; }
  .button-row { display: grid; grid-template-columns: 1fr; }
  .button-row .button { width: 100%; min-height: 64px; padding-inline: 20px; }
  .product-shot { min-height: 430px; }
  .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: 19px; }
  .graphic-frame img { border-radius: 13px; }
  .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; }
  .record-statement { padding: 78px 0; }
  .offer-copy { width: min(calc(100% - 28px), 1120px); }
  .simple-offer-hero { min-height: auto; padding: 86px 0; }
  .offer-title { font-size: clamp(54px, 15vw, 78px); line-height: 1; }
  .price-grid-simple { grid-template-columns: 1fr; }
  .offer-bottom-line { align-items: flex-start; flex-direction: column; }
  .home-workflow-grid, .record-output-grid, .pasture-proof-row, .trial-includes { grid-template-columns: 1fr; }
  .home-workflow-grid article, .record-output-grid article, .pasture-proof-row div, .trial-includes div { border-right: 0; border-bottom: 1px solid var(--line); }
  .home-workflow-grid article { min-height: 220px; border-bottom-color: rgba(255,255,255,.2); }
  .home-workflow-grid article:last-child, .record-output-grid article:last-child, .pasture-proof-row div:last-child, .trial-includes div:last-child { border-bottom: 0; }
  .trial-start-card { min-height: 340px; padding: 25px; }
  .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-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: 22px; }
  .story-grid-featured .story-icon { margin-bottom: 0; }
  .story-icon svg { width: 48px; height: 48px; }
  .story-grid-featured .story-card h3 { margin-top: 28px; }
  .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); }
}
