:root {
  --ink: #101914;
  --canopy: #163b2a;
  --leaf: #3f7151;
  --soil: #5b4636;
  --atmosphere: #dfeae6;
  --paper: #f5f6ef;
  --signal: #c7ec38;
  --white: #ffffff;
  --line: rgba(16, 25, 20, 0.18);
  --display: "Avenir Next Condensed", "DIN Condensed", "Gill Sans", system-ui, sans-serif;
  --body: "Avenir Next", Avenir, "Gill Sans", system-ui, sans-serif;
  --utility: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  --shell: 75rem;
  --radius-sm: 0.35rem;
  --radius-md: 0.8rem;
  --shadow: 0 1.25rem 4rem rgba(12, 35, 25, 0.12);
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
  --motion: var(--ease-out);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}

body {
  margin: 0;
  min-width: 20rem;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 1rem;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
select,
a[href] {
  cursor: pointer;
  touch-action: manipulation;
}

a {
  color: inherit;
}

svg {
  display: block;
}

.shell {
  width: min(100% - 2rem, var(--shell));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  color: var(--ink);
  background: var(--signal);
  font-weight: 800;
  transform: translateY(-160%);
  transition: transform 220ms var(--motion);
}

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

:focus-visible {
  outline: 0.2rem solid var(--signal);
  outline-offset: 0.22rem;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0.7rem;
  right: 0.7rem;
  left: 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0.8rem;
  color: var(--white);
  background: rgba(16, 43, 30, 0.92);
  box-shadow: 0 0.9rem 2.5rem rgba(6, 22, 14, 0.18);
  backdrop-filter: blur(12px);
}

.header-inner {
  display: flex;
  min-height: 4.5rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

.brand-mark {
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.1;
}

.brand-route {
  stroke: var(--signal);
  stroke-width: 2.5;
}

.brand span {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand strong {
  font-family: var(--display);
  font-size: 1.15rem;
  font-stretch: condensed;
  letter-spacing: 0.13em;
  transition: color 220ms var(--motion);
}

.brand:hover strong {
  color: var(--signal);
}

.brand small {
  margin-top: 0.38rem;
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--utility);
  font-size: 0.58rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.desktop-nav {
  display: none;
}

.header-call {
  display: none;
  min-height: 2.75rem;
  align-items: center;
  border-bottom: 1px solid rgba(199, 236, 56, 0.6);
  color: var(--white);
  font-family: var(--display);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.header-call span {
  display: none;
}

.header-call:hover {
  color: var(--signal);
}

.hero {
  position: relative;
  isolation: isolate;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 3.75rem 3.75rem,
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 3.75rem 3.75rem,
    var(--canopy);
}

.hero::after {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 44%;
  height: 8px;
  background: var(--signal);
  content: "";
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2.75rem;
  padding-block: clamp(7.5rem, 13vw, 10.5rem) 4rem;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--leaf);
  font-family: var(--utility);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--signal);
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  margin-top: 0;
  font-family: var(--display);
  font-stretch: condensed;
  line-height: 0.98;
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

[id] {
  scroll-margin-top: 5.5rem;
}

h1 {
  max-width: 13ch;
  margin-bottom: 1.5rem;
  font-size: clamp(3.1rem, 13vw, 6.8rem);
  font-weight: 800;
  letter-spacing: -0.055em;
}

h2 {
  margin-bottom: 1.25rem;
  font-size: clamp(2.45rem, 8vw, 4.75rem);
  font-weight: 800;
  letter-spacing: -0.045em;
}

h3 {
  margin-bottom: 0.75rem;
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.05;
}

.hero-lead {
  max-width: 42rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  min-height: 3.4rem;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  padding: 0.8rem 1.25rem;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: color 220ms var(--motion), background-color 220ms var(--motion), border-color 220ms var(--motion), transform 160ms var(--motion);
}

.button svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.button:active {
  transform: scale(0.97);
  transition-duration: 160ms;
}

.button-icon {
  display: inline-grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border: 1px solid rgba(16, 25, 20, 0.18);
  border-radius: 0.3rem;
  background: rgba(255, 255, 255, 0.25);
}

.button-icon svg {
  width: 1rem;
  height: 1rem;
}

.button-icon-dark {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.1);
}

.button-primary {
  color: var(--ink);
  background: var(--signal);
}

.button-primary:hover {
  background: #d4f35f;
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.42);
  color: var(--white);
  background: transparent;
}

.button-secondary:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.hero-note {
  display: flex;
  max-width: 35rem;
  align-items: flex-start;
  gap: 0.65rem;
  margin: 1.25rem 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-family: var(--utility);
  font-size: 0.69rem;
  letter-spacing: 0.02em;
  line-height: 1.55;
  text-transform: uppercase;
}

.hero-note span {
  width: 0.48rem;
  height: 0.48rem;
  flex: 0 0 auto;
  margin-top: 0.28rem;
  border-radius: 50%;
  background: var(--signal);
}

.hero-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.hero-signals li {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 0.38rem 0.7rem;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--utility);
  font-size: 0.58rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.field-plate {
  position: relative;
  min-width: 0;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(8, 28, 19, 0.46);
  box-shadow: var(--shadow);
}

.field-plate::before {
  position: absolute;
  z-index: 2;
  inset: 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  content: "";
  pointer-events: none;
}

.plate-topline,
.field-plate figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0.9rem;
  color: rgba(255, 255, 255, 0.62);
  font-family: var(--utility);
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.plate-topline {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.field-map {
  width: 100%;
  height: auto;
  aspect-ratio: 720 / 560;
}

.field-base {
  fill: rgba(90, 126, 89, 0.24);
}

.field-rows {
  fill: url("#rows");
}

.field-boundary {
  fill: none;
  stroke: rgba(255, 255, 255, 0.5);
  stroke-dasharray: 3 8;
  stroke-width: 1.5;
}

.map-row {
  stroke: rgba(255, 255, 255, 0.18);
  stroke-width: 3;
}

.map-row-faint {
  stroke: rgba(255, 255, 255, 0.07);
  stroke-width: 1;
}

.wet-area {
  fill: rgba(91, 70, 54, 0.9);
  stroke: rgba(226, 201, 177, 0.45);
  stroke-width: 1;
}

.wet-texture {
  fill: url("#wet-lines");
}

.map-wet-line {
  fill: none;
  stroke: rgba(223, 234, 230, 0.28);
  stroke-width: 1;
}

.route-shadow,
.route {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.route-shadow {
  stroke: rgba(0, 0, 0, 0.32);
  stroke-width: 10;
}

.route {
  stroke: var(--signal);
  stroke-dasharray: 11 13;
  stroke-width: 4;
}

.drone-flight {
  pointer-events: none;
  will-change: transform;
}

.drone-halo {
  fill: rgba(8, 28, 19, 0.78);
  stroke: rgba(199, 236, 56, 0.58);
  stroke-width: 1.4;
}

.drone-art image {
  image-rendering: auto;
}

.map-point circle:first-child {
  fill: var(--canopy);
  stroke: var(--signal);
  stroke-width: 3;
}

.map-point circle:last-child {
  fill: var(--signal);
}

.map-point-start {
  transform-box: fill-box;
  transform-origin: center;
}

.label-line {
  fill: none;
  stroke: rgba(255, 255, 255, 0.46);
  stroke-width: 1;
}

.map-label {
  fill: rgba(255, 255, 255, 0.84);
  font-family: var(--utility);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
}

.map-label-muted {
  fill: rgba(255, 255, 255, 0.65);
  font-size: 8px;
  font-weight: 500;
}

.field-plate figcaption {
  justify-content: flex-start;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.field-plate figcaption span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.field-plate figcaption i {
  display: inline-block;
  width: 1.25rem;
  height: 0.35rem;
}

.legend-route {
  background: var(--signal);
}

.legend-wet {
  background: var(--soil);
}

.fit-section,
.compare-section,
.request-section {
  padding-block: clamp(5rem, 11vw, 9rem);
}

.section-heading {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 2.75rem;
}

.section-heading h2 {
  max-width: 13ch;
}

.section-heading > p,
.request-copy > p,
.review-intro > p {
  max-width: 39rem;
  margin: 0;
  color: rgba(16, 25, 20, 0.68);
  font-size: 1.05rem;
}

.fit-grid {
  display: grid;
  border-top: 1px solid var(--line);
}

.fit-card {
  position: relative;
  min-height: 19rem;
  border-bottom: 1px solid var(--line);
  padding: 2rem 0;
}

.fit-card > svg {
  width: 3rem;
  height: 3rem;
  margin: 2.5rem 0 1.5rem;
  fill: none;
  stroke: var(--leaf);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.3;
}

.card-code,
.comparison-kicker {
  font-family: var(--utility);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.card-code {
  color: var(--leaf);
}

.fit-card p {
  max-width: 28rem;
  margin: 0;
  color: rgba(16, 25, 20, 0.66);
}

.fit-card-signal {
  margin-inline: -1rem;
  padding-inline: 1rem;
  color: var(--white);
  background: var(--soil);
}

.fit-card-signal .card-code,
.fit-card-signal > svg {
  color: var(--signal);
  stroke: var(--signal);
}

.fit-card-signal p {
  color: rgba(255, 255, 255, 0.76);
}

.fit-card-signal a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1.5rem;
  border-bottom: 1px solid rgba(199, 236, 56, 0.64);
  color: var(--signal);
  font-weight: 800;
  text-decoration: none;
}

.fit-card-signal a span {
  font-size: 1.25rem;
  transition: transform 220ms var(--motion);
}

.review-section {
  color: var(--white);
  background:
    linear-gradient(105deg, transparent 0 70%, rgba(199, 236, 56, 0.05) 70%),
    var(--ink);
}

.review-grid {
  display: grid;
  gap: 3.5rem;
  padding-block: clamp(5rem, 11vw, 9rem);
}

.eyebrow-light {
  color: var(--signal);
}

.review-intro {
  align-self: start;
}

.review-intro h2 {
  max-width: 9ch;
}

.review-intro > p {
  color: rgba(255, 255, 255, 0.66);
}

.text-link {
  display: inline-flex;
  min-height: 2.75rem;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2rem;
  border-bottom: 1px solid rgba(199, 236, 56, 0.58);
  color: var(--signal);
  font-weight: 800;
  text-decoration: none;
}

.text-link span {
  color: var(--white);
}

.review-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.review-steps li {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding: 1.75rem 0;
}

.review-steps li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.step-number {
  color: var(--signal);
  font-family: var(--utility);
  font-size: 0.72rem;
  font-weight: 800;
}

.review-steps h3 {
  margin-bottom: 0.55rem;
}

.review-steps p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
}

.compare-section {
  background: var(--atmosphere);
}

.comparison-board {
  display: grid;
  border: 1px solid rgba(16, 25, 20, 0.23);
  outline: 1px solid rgba(16, 25, 20, 0.12);
  outline-offset: -0.45rem;
  background: rgba(255, 255, 255, 0.34);
}

.comparison-side {
  padding: 2rem 1.25rem;
}

.comparison-side h3 {
  max-width: 18ch;
  margin-bottom: 1.75rem;
  font-size: clamp(1.8rem, 5vw, 2.7rem);
}

.comparison-kicker {
  margin: 0 0 1rem;
  color: var(--leaf);
}

.comparison-side ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.comparison-side li {
  position: relative;
  border-top: 1px solid rgba(16, 25, 20, 0.16);
  padding: 0.9rem 0 0.9rem 1.7rem;
}

.comparison-side li::before {
  position: absolute;
  top: 1.28rem;
  left: 0;
  width: 0.55rem;
  height: 0.55rem;
  border: 1px solid var(--leaf);
  content: "";
  transform: rotate(45deg);
}

.comparison-drone li::before {
  border-color: var(--canopy);
  background: var(--signal);
}

.comparison-axis {
  display: flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  color: var(--signal);
  background: var(--canopy);
  font-family: var(--utility);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.request-section {
  background: var(--paper);
}

.request-grid {
  display: grid;
  gap: 3.5rem;
}

.request-copy h2 {
  max-width: 12ch;
}

.direct-contact {
  display: grid;
  gap: 0.75rem;
  margin-top: 2.5rem;
}

.direct-contact a {
  display: flex;
  min-height: 4.5rem;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid var(--line);
  padding: 0.8rem 0;
  text-decoration: none;
}

.direct-contact span {
  color: var(--leaf);
  font-family: var(--utility);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.direct-contact strong {
  font-family: var(--display);
  font-size: clamp(1.15rem, 5vw, 1.55rem);
  line-height: 1.2;
  transition: color 220ms var(--motion);
}

.direct-contact a:hover strong {
  color: var(--leaf);
}

.request-form {
  border-top: 0.5rem solid var(--signal);
  outline: 1px solid rgba(16, 25, 20, 0.12);
  outline-offset: -0.55rem;
  padding: 1.4rem;
  background: var(--white);
  box-shadow: var(--shadow);
}

.form-grid {
  display: grid;
  gap: 1.1rem;
}

.field-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.field-group label {
  color: var(--canopy);
  font-size: 0.78rem;
  font-weight: 800;
}

.field-group input,
.field-group select,
.field-group textarea {
  width: 100%;
  min-height: 3rem;
  border: 1px solid rgba(16, 25, 20, 0.32);
  border-radius: var(--radius-sm);
  padding: 0.68rem 0.75rem;
  color: var(--ink);
  background: var(--paper);
  transition: border-color 220ms var(--motion), background-color 220ms var(--motion);
}

.field-group textarea {
  min-height: 7.5rem;
  resize: vertical;
}

.field-group input:hover,
.field-group select:hover,
.field-group textarea:hover {
  border-color: var(--canopy);
}

.field-group input:focus,
.field-group select:focus,
.field-group textarea:focus {
  border-color: var(--canopy);
  outline: none;
  background: var(--white);
  box-shadow: 0 0 0 0.2rem rgba(199, 236, 56, 0.56);
}

.field-help {
  margin: 0;
  color: rgba(16, 25, 20, 0.66);
  font-size: 0.74rem;
}

.button-form {
  width: 100%;
  margin-top: 1.4rem;
  color: var(--white);
  background: var(--canopy);
}

.button-form:hover {
  background: #0e2d1e;
}

.form-status {
  min-height: 1.5rem;
  margin: 0.65rem 0 0;
  color: var(--canopy);
  font-size: 0.82rem;
  font-weight: 700;
}

.form-fallback {
  margin: 0.35rem 0 0;
  color: rgba(16, 25, 20, 0.64);
  font-size: 0.76rem;
}

.form-fallback a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18rem;
}

.form-fallback a:hover {
  text-decoration-thickness: 2px;
}

.conditions {
  color: var(--white);
  background: var(--soil);
}

.conditions-inner {
  display: grid;
  gap: 0.75rem;
  padding-block: 2rem;
}

.conditions .eyebrow {
  margin: 0;
  color: var(--signal);
}

.conditions p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.84rem;
}

.site-footer {
  padding-block: 3rem 7rem;
  color: var(--white);
  background: var(--canopy);
}

.footer-grid {
  display: grid;
  gap: 2rem;
}

.brand-footer small {
  color: rgba(255, 255, 255, 0.6);
}

.footer-grid > div:first-child > p {
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
}

.footer-contact a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25rem;
  transition: color 220ms var(--motion);
}

.footer-contact a:hover {
  color: var(--signal);
}

.footer-meta {
  color: rgba(255, 255, 255, 0.62);
  font-family: var(--utility);
  font-size: 0.65rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.footer-meta p {
  margin: 0;
}

.footer-meta nav {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.footer-meta a {
  display: inline-flex;
  min-height: 2.2rem;
  align-items: center;
  text-underline-offset: 0.2rem;
}

.mobile-contact-bar {
  position: fixed;
  z-index: 30;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: calc(3.75rem + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: env(safe-area-inset-bottom);
  color: var(--white);
  background: var(--canopy);
  box-shadow: 0 -0.75rem 2.5rem rgba(10, 28, 19, 0.18);
}

.mobile-contact-bar a {
  display: flex;
  min-height: 3.75rem;
  align-items: center;
  justify-content: center;
  font-size: 0.83rem;
  font-weight: 800;
  text-decoration: none;
  transition: background-color 220ms var(--motion);
}

.legal-page {
  min-height: 100vh;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 3.75rem 3.75rem,
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 3.75rem 3.75rem,
    var(--canopy);
}

.legal-shell {
  width: min(100% - 2rem, 50rem);
  margin-inline: auto;
  padding-block: clamp(3rem, 8vw, 7rem);
}

.legal-brand {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  margin-bottom: clamp(3rem, 8vw, 6rem);
  color: var(--signal);
  font-family: var(--utility);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.legal-page h1 {
  max-width: 10ch;
  margin-bottom: 1rem;
  font-size: clamp(3rem, 10vw, 6rem);
}

.legal-updated {
  margin: 0 0 4rem;
  color: rgba(255, 255, 255, 0.6);
  font-family: var(--utility);
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-page section {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-block: 2rem;
}

.legal-page section:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.legal-page section h2 {
  margin-bottom: 0.75rem;
  font-size: clamp(1.6rem, 5vw, 2.4rem);
}

.legal-page section p,
.not-found-page .legal-shell > p {
  max-width: 44rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.legal-page section a {
  color: var(--signal);
  text-underline-offset: 0.2rem;
}

.not-found-page {
  display: grid;
  place-items: center;
}

.not-found-page .legal-shell {
  padding-block: 4rem;
}

.not-found-page .hero-actions {
  margin-top: 2rem;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(1.2rem);
  transition: opacity 650ms var(--motion), transform 650ms var(--motion);
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.mobile-contact-bar a:first-child:hover {
  background: #d4f35f;
}

.mobile-contact-bar a:last-child:hover {
  background: #0e2d1e;
}

.mobile-contact-bar a:first-child {
  color: var(--ink);
  background: var(--signal);
}

@media (hover: hover) and (pointer: fine) {
  .button:hover {
    transform: translateY(-2px);
  }

  .fit-card-signal a:hover span {
    transform: translateX(0.25rem);
  }
}

@media (min-width: 38rem) {
  .shell {
    width: min(100% - 3rem, var(--shell));
  }

  .hero-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .header-call {
    display: inline-flex;
  }

  .fit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fit-card {
    padding: 2rem;
  }

  .fit-card:nth-child(odd) {
    border-right: 1px solid var(--line);
  }

  .fit-card-signal {
    margin: 0;
  }

  .form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .field-group-full {
    grid-column: 1 / -1;
  }

  .request-form {
    padding: 2rem;
  }

  .conditions-inner {
    grid-template-columns: minmax(12rem, 0.38fr) 1fr;
    align-items: start;
  }
}

@media (min-width: 52rem) {
  .header-inner {
    min-height: 5rem;
  }

  .desktop-nav {
    display: flex;
    align-items: center;
    gap: clamp(1rem, 3vw, 2.2rem);
  }

  .desktop-nav a {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.8rem;
    font-weight: 700;
    text-decoration: none;
    transition: color 220ms var(--motion);
  }

  .desktop-nav a:hover {
    color: var(--white);
  }

  .header-call {
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    border-bottom: 0;
    line-height: 1.1;
  }

  .header-call span {
    display: block;
    margin-bottom: 0.25rem;
    color: var(--signal);
    font-family: var(--utility);
    font-size: 0.52rem;
    letter-spacing: 0.09em;
    text-transform: uppercase;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(25rem, 1.05fr);
    align-items: center;
    gap: clamp(3rem, 7vw, 7rem);
  }

  .section-heading {
    grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.62fr);
    align-items: end;
    gap: 3rem;
  }

  .review-grid {
    grid-template-columns: minmax(18rem, 0.72fr) minmax(28rem, 1.08fr);
    gap: clamp(4rem, 9vw, 9rem);
  }

  .review-intro {
    position: sticky;
    top: 8rem;
  }

  .comparison-board {
    grid-template-columns: 1fr 4.25rem 1fr;
  }

  .comparison-side {
    padding: clamp(2.25rem, 5vw, 4rem);
  }

  .comparison-axis {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
  }

  .request-grid {
    grid-template-columns: minmax(19rem, 0.78fr) minmax(30rem, 1.12fr);
    align-items: start;
    gap: clamp(4rem, 9vw, 8rem);
  }

  .request-copy {
    position: sticky;
    top: 8rem;
  }

  .footer-grid {
    grid-template-columns: 1fr auto;
    align-items: end;
  }

  .footer-contact {
    align-items: flex-end;
  }

  .footer-meta {
    grid-column: 1 / -1;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .mobile-contact-bar {
    display: none;
  }

  .site-footer {
    padding-bottom: 3rem;
  }
}

@media (min-width: 70rem) {
  .fit-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .fit-card {
    min-height: 24rem;
    border-right: 1px solid var(--line);
  }

  .fit-card:last-child {
    border-right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .drone-flight {
    opacity: 1;
  }
}

@media (forced-colors: active) {
  .button,
  .field-group input,
  .field-group select,
  .field-group textarea {
    border: 1px solid ButtonText;
  }
}
