/* ============================================================
   Industry detail pages (food-safety.html / agriculture.html / water.html)
   Palette follows light-theme-2026: #f6f9fb bg, #0ba99b teal, #a8842f gold
   ============================================================ */

.fs-eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: #0ba99b; font-size: 13px; letter-spacing: .14em; }
.fs-eyebrow span { width: 22px; height: 2px; background: #0ba99b; }

.fs-button { display: inline-flex; align-items: center; gap: 10px; padding: 13px 26px; border-radius: 999px; font-size: 14px; font-weight: 600; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.fs-button--primary { background: #0ba99b; color: #fff; }
.fs-button--primary:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(11,169,155,.28); }
.fs-button--ghost { border: 1px solid rgba(16,42,58,.18); color: #10222f; background: rgba(255,255,255,.6); }
.fs-button--ghost:hover { transform: translateY(-2px); border-color: rgba(16,42,58,.4); }

/* Hero */
.fs-hero { position: relative; padding: calc(92px + clamp(40px, 7vh, 80px)) 0 clamp(48px, 7vh, 80px); background: radial-gradient(60% 50% at 78% 12%, rgba(11,169,155,.10), transparent 70%); overflow: clip; }
.fs-hero__layout { display: grid; grid-template-columns: minmax(300px, .85fr) minmax(0, 1.15fr); gap: clamp(36px, 5vw, 72px); align-items: center; }
.fs-hero__copy h1 { margin: 0; font-size: clamp(30px, 3.4vw, 48px); font-weight: 600; line-height: 1.18; letter-spacing: -.02em; }
.fs-hero__sub { margin: 14px 0 0; color: #0ba99b; font-size: clamp(16px, 1.4vw, 20px); letter-spacing: .06em; }
.fs-hero__desc { margin: 22px 0 30px; max-width: 480px; color: #59707f; font-size: 15px; line-height: 1.9; }
.fs-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.fs-hero__proof { display: flex; gap: clamp(24px, 3vw, 44px); margin: 38px 0 0; padding: 18px 0 0; border-top: 1px solid rgba(16,42,58,.12); list-style: none; }
.fs-hero__proof li { display: grid; gap: 2px; }
.fs-hero__proof b { color: #0ba99b; font: 600 24px/1.1 ui-monospace, SFMono-Regular, Consolas, monospace; }
.fs-hero__proof span { color: #59707f; font-size: 12px; letter-spacing: .04em; }
.fs-hero__visual .sp-food-case__visual { margin: 0; }
.fs-hero-media .sp-food-case__metric--temp b { display: block; }
.fs-hero-media { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; background: #eef4f8; }
.fs-hero-media > .sp-food-case__visual,
.fs-hero-media__frame { position: absolute; inset: 0; display: block; width: 100%; height: 100%; margin: 0; border: 0; border-radius: 0; box-shadow: none; transition: opacity .5s ease, visibility 0s linear .5s; }
.fs-hero-media > .sp-food-case__visual { aspect-ratio: auto; opacity: 1; visibility: visible; transition-delay: 0s; }
.fs-hero-media__frame { opacity: 0; visibility: hidden; pointer-events: none; background: #263235; }
.fs-hero-media[data-slide="3d"] > .sp-food-case__visual { opacity: 0; visibility: hidden; pointer-events: none; transition-delay: 0s, .5s; }
.fs-hero-media[data-slide="3d"] > .fs-hero-media__frame { opacity: 1; visibility: visible; pointer-events: auto; transition-delay: 0s; }
@media (max-width: 680px) {
  .fs-hero-media { aspect-ratio: 4 / 3; }
}
@media (prefers-reduced-motion: reduce) {
  .fs-hero-media > .sp-food-case__visual,
  .fs-hero-media__frame { transition: none; }
}

/* Sections */
.fs-section { padding: clamp(56px, 8vh, 96px) 0; }
.fs-section--alt { background: #eef4f8; }
.fs-section-head { max-width: 760px; margin-bottom: clamp(32px, 4vw, 48px); }
.fs-section-head h2 { margin: 0 0 16px; font-size: clamp(26px, 2.6vw, 38px); font-weight: 600; letter-spacing: -.01em; }
.fs-section-head p { margin: 0; color: #59707f; font-size: 15px; line-height: 1.9; }

/* Q&A cards */
.fs-qa-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.fs-qa-card { position: relative; padding: 26px 26px 24px; border: 1px solid rgba(16,42,58,.12); border-radius: 18px; background: #fff; transition: border-color .25s ease, transform .25s ease; }
.fs-qa-card:hover { border-color: rgba(11,169,155,.45); transform: translateY(-3px); }
.fs-qa-card__index { flex: none; margin: 0; color: #a8842f; font: 600 12px/1 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: 0; }
.fs-qa-card h3 { display: flex; align-items: baseline; gap: 10px; margin: 0 0 10px; font-size: 17px; font-weight: 600; letter-spacing: 0; }
.fs-qa-card p { margin: 0; color: #59707f; font-size: 13.5px; line-height: 1.85; }

/* Architecture figure */
.fs-arch { margin: 0 0 clamp(36px, 4vw, 56px); }
.fs-arch img { width: 100%; border: 1px solid rgba(16,42,58,.12); border-radius: 20px; background: #eef4f8; }
.fs-arch figcaption { margin-top: 12px; color: #59707f; font-size: 12px; letter-spacing: .1em; text-align: center; }

/* Feature blocks & image cards */
.fs-feature-block + .fs-feature-block { margin-top: clamp(36px, 4vw, 56px); }
.fs-feature-block__title { display: flex; align-items: baseline; gap: 14px; margin: 0 0 12px; font-size: clamp(19px, 1.8vw, 24px); font-weight: 600; }
.fs-feature-block__title span { color: #a8842f; font: 600 12px/1 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .14em; }
.fs-feature-block__desc { max-width: 820px; margin: 0 0 24px; color: #59707f; font-size: 14px; line-height: 1.9; }
.fs-card-grid { display: grid; gap: 20px; }
.fs-card-grid--2 { grid-template-columns: repeat(2, 1fr); }
.fs-card-grid--4 { grid-template-columns: repeat(4, 1fr); }
.fs-image-card { overflow: hidden; border: 1px solid rgba(16,42,58,.12); border-radius: 18px; background: #fff; transition: border-color .25s ease, transform .25s ease; }
.fs-image-card:hover { border-color: rgba(11,169,155,.45); transform: translateY(-3px); }
.fs-image-card img { display: block; width: 100%; aspect-ratio: 16/9; object-fit: cover; filter: saturate(.9); }
.fs-image-card h4 { margin: 16px 18px 6px; font-size: 15px; font-weight: 600; }
.fs-image-card p { margin: 0 18px 18px; color: #59707f; font-size: 12.5px; line-height: 1.7; }

/* Cases */
.fs-case-list { display: grid; gap: clamp(28px, 4vw, 48px); }
.fs-case { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(24px, 3.5vw, 48px); align-items: center; padding: clamp(22px, 2.6vw, 34px); border: 1px solid rgba(16,42,58,.12); border-radius: 22px; background: #fff; }
.fs-case:nth-child(even) { grid-template-columns: .9fr 1.1fr; }
.fs-case:nth-child(even) .fs-case__images { order: 2; }
.fs-case__images { display: grid; gap: 14px; }
.fs-case__images img { display: block; width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 14px; border: 1px solid rgba(16,42,58,.12); }
.fs-case__tag { display: inline-block; margin: 0 0 12px; padding: 5px 12px; border: 1px solid rgba(11,169,155,.4); border-radius: 999px; color: #0ba99b; font-size: 12px; letter-spacing: .08em; }
.fs-case__body h3 { margin: 0 0 14px; font-size: clamp(18px, 1.7vw, 22px); font-weight: 600; line-height: 1.4; }
.fs-case__body p:last-child { margin: 0; color: #59707f; font-size: 14px; line-height: 1.95; }

/* Food cases follow the original copy-first, paired-image layout. */
#fs-cases .fs-case-list { gap: 64px; }
#fs-cases .fs-case { grid-template-columns: minmax(0, 1fr); gap: 32px; padding: 0; border: 0; border-radius: 0; background: transparent; }
#fs-cases .fs-case__body { text-align: center; }
#fs-cases .fs-case__body h3 { font-size: 22px; letter-spacing: 0; }
#fs-cases .fs-case__images { order: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px; }
#fs-cases .fs-case__images img { height: auto; aspect-ratio: auto; object-fit: contain; border-radius: 8px; }
@media (max-width: 991px) {
  #fs-cases .fs-case-list { gap: 48px; }
  #fs-cases .fs-case__images { grid-template-columns: minmax(0, 1fr); gap: 20px; }
}
@media (max-width: 600px) {
  #fs-cases .fs-case { gap: 24px; }
  #fs-cases .fs-case__body h3 { font-size: 20px; }
  #fs-cases .fs-case__body p { text-align: left; }
}

/* Advantages */
.fs-adv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.fs-adv-card { padding: 24px 24px 22px; border: 1px solid rgba(16,42,58,.12); border-radius: 18px; background: #fff; transition: border-color .25s ease, transform .25s ease; }
.fs-adv-card:hover { border-color: rgba(168,132,47,.5); transform: translateY(-3px); }
.fs-adv-card b { display: block; margin-bottom: 12px; color: #a8842f; font: 600 12px/1 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .16em; }
.fs-adv-card h3 { margin: 0 0 10px; font-size: 16px; font-weight: 600; }
.fs-adv-card h3.fs-adv-card__heading { display: flex; align-items: baseline; gap: 10px; letter-spacing: 0; }
.fs-adv-card__index { flex: none; color: #a8842f; font: 600 12px/1 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: 0; }
.fs-adv-card p { margin: 0; color: #59707f; font-size: 13px; line-height: 1.85; }

/* Products */
.fs-product-group + .fs-product-group { margin-top: clamp(32px, 4vw, 48px); }
.fs-product-group__title { display: flex; align-items: center; gap: 12px; margin: 0 0 20px; font-size: 17px; font-weight: 600; }
.fs-product-group__title::before { content: ''; width: 16px; height: 2px; background: #0ba99b; }
.fs-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.fs-product-card { display: block; padding: 18px 16px 16px; scroll-margin-top: 104px; border: 1px solid rgba(16,42,58,.12); border-radius: 16px; background: #fff; color: inherit; text-align: center; text-decoration: none; transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.fs-product-card:hover { border-color: rgba(11,169,155,.45); transform: translateY(-3px); }
.fs-product-card:target { border-color: rgba(11,169,155,.72); box-shadow: 0 0 0 3px rgba(11,169,155,.12); }
.fs-product-card img { display: block; width: 70%; margin: 0 auto 12px; aspect-ratio: 1; object-fit: contain; }
.fs-product-card h4 { margin: 0 0 4px; font-size: 13.5px; font-weight: 600; line-height: 1.5; }
.fs-product-card p { margin: 0; color: #0ba99b; font: 600 12px/1.4 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .1em; }

/* CTA */
.fs-cta { padding: clamp(64px, 9vh, 110px) 0; background: radial-gradient(50% 60% at 50% 110%, rgba(11,169,155,.10), transparent 70%); }
.fs-cta__inner { display: grid; justify-items: center; text-align: center; }
.fs-cta h2 { margin: 0 0 28px; font-size: clamp(26px, 3vw, 40px); font-weight: 600; letter-spacing: -.01em; }

/* Responsive */
@media (max-width: 1000px) {
  .fs-hero__layout { grid-template-columns: 1fr; gap: 36px; }
  .fs-hero__copy h1 { font-size: clamp(28px, 5vw, 40px); }
  .fs-hero__desc { max-width: none; }
  .fs-qa-grid { grid-template-columns: 1fr; }
  .fs-card-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .fs-case, .fs-case:nth-child(even) { grid-template-columns: 1fr; }
  .fs-case:nth-child(even) .fs-case__images { order: 0; }
  .fs-adv-grid { grid-template-columns: repeat(2, 1fr); }
  .fs-product-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 600px) {
  .fs-hero { padding-top: calc(72px + 32px); }
  .fs-hero__proof { flex-wrap: wrap; gap: 18px 26px; }
  .fs-card-grid--2 { grid-template-columns: 1fr; }
  .fs-adv-grid { grid-template-columns: 1fr; }
  .fs-product-grid { grid-template-columns: repeat(2, 1fr); }
  .fs-hero__actions .fs-button { padding: 12px 20px; font-size: 13px; }
}

/* Shared extras for agriculture / water detail pages */
.fs-hero__copy h1 em { color: #0ba99b; font-style: normal; }
.fs-tag-list { display: flex; flex-wrap: wrap; gap: 14px; margin: 0; padding: 0; list-style: none; }
.fs-tag-list li { padding: 12px 26px; border: 1px solid rgba(11,169,155,.35); border-radius: 14px; background: #fff; color: #0ba99b; font-size: 15px; letter-spacing: .1em; }
.fs-projects-note { display: flex; align-items: center; gap: 9px; margin: 24px 0 0; color: #59707f; font-size: 12px; letter-spacing: .05em; }
.fs-projects-note i { width: 7px; height: 7px; border-radius: 50%; background: #0ba99b; box-shadow: 0 0 10px rgba(11,169,155,.18); animation: spCaseBlink 2.4s ease-in-out infinite; }
.fs-boundary { padding: clamp(26px, 3vw, 40px); border: 1px solid rgba(168,132,47,.35); border-radius: 20px; background: linear-gradient(120deg, rgba(168,132,47,.08), #fff); }
.fs-boundary__head { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.fs-boundary__head svg { width: 26px; height: 26px; fill: none; stroke: #a8842f; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.fs-boundary__head h2 { margin: 0; color: #a8842f; font-size: clamp(18px, 1.8vw, 24px); font-weight: 600; }
.fs-boundary p { margin: 0; max-width: 720px; color: #59707f; font-size: 14px; line-height: 1.9; }
@media (prefers-reduced-motion: reduce) { .fs-projects-note i { animation: none; opacity: .8; } }

/* One-screen hero (agriculture.html / water.html) */
.fs-hero--full { min-height: 100svh; display: flex; align-items: center; padding-top: 92px; padding-bottom: 40px; }

/* Detail page head */
.fs-page-head { padding: calc(92px + clamp(36px, 6vh, 64px)) 0 0; }
.fs-page-head h1 { margin: 10px 0 0; font-size: clamp(28px, 3vw, 44px); font-weight: 600; letter-spacing: -.01em; }
.fs-page-head__crumb { display: flex; align-items: center; gap: 10px; margin: 0; color: #59707f; font-size: 13px; letter-spacing: .06em; }
.fs-page-head__crumb a { color: #0ba99b; text-decoration: none; }
.fs-page-head__crumb a:hover { text-decoration: underline; }
.sp-product-detail-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 22px; color: #0ba99b; font-size: 13px; font-weight: 600; text-decoration: none; }
.sp-product-detail-link:hover { text-decoration: underline; }
.fs-page-hero { margin-top: clamp(20px, 3vh, 32px); overflow: hidden; border: 1px solid rgba(16,42,58,.12); border-radius: 12px; box-shadow: 0 24px 64px rgba(15,40,60,.16); perspective: 1200px; }
.fs-page-hero__tilt { position: relative; transform-style: preserve-3d; transform: rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)); transition: transform .3s ease-out; will-change: transform; }
.fs-page-hero img { display: block; width: 100%; height: auto; }
.fs-hero-hud { position: absolute; inset: 0; transform-style: preserve-3d; pointer-events: none; }
.fs-hud-chip { position: absolute; display: flex; align-items: center; gap: 10px; padding: 9px 14px; border: 1px solid rgba(11,169,155,.28); border-radius: 8px; background: rgba(255,255,255,.78); backdrop-filter: blur(6px); box-shadow: 0 8px 24px rgba(15,40,60,.14), inset 0 0 18px rgba(11,169,155,.06); transform: translateZ(48px); transition: opacity .24s ease, transform .24s ease; animation: fsHudFloat 5s ease-in-out infinite alternate; }
.fs-hud-chip.is-switching { opacity: 0; transform: translateZ(48px) translateY(6px); }
.fs-hud-chip__dot { flex: none; width: 7px; height: 7px; border-radius: 50%; background: #0ba99b; box-shadow: 0 0 8px rgba(11,169,155,.18); animation: fsHudPulse 2s ease-in-out infinite; }
.fs-hud-chip__body { display: grid; gap: 1px; }
.fs-hud-chip__body b { color: #10222f; font-size: 15px; font-weight: 600; font-variant-numeric: tabular-nums; letter-spacing: .02em; }
.fs-hud-chip__body small { color: #0ba99b; font-size: 11px; font-weight: 500; }
.fs-hud-chip__body i { color: #59707f; font-size: 10px; font-style: normal; letter-spacing: .08em; white-space: nowrap; }
.fs-hud-chip[data-hud-slot="0"] { left: 5%; top: 10%; }
.fs-hud-chip[data-hud-slot="1"] { right: 22%; top: 6%; animation-delay: -1.2s; }
.fs-hud-chip[data-hud-slot="2"] { left: 10%; bottom: 12%; animation-delay: -2.4s; }
.fs-hud-chip[data-hud-slot="3"] { right: 5%; bottom: 8%; animation-delay: -3.6s; }
@keyframes fsHudFloat { from { margin-top: 0; } to { margin-top: -8px; } }
@keyframes fsHudPulse { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }
@media (max-width: 860px) {
  .fs-hud-chip { padding: 6px 10px; transform: translateZ(24px); }
  .fs-hud-chip__body b { font-size: 12px; }
  .fs-hud-chip__body i { font-size: 9px; }
  .fs-hud-chip[data-hud-slot="2"], .fs-hud-chip[data-hud-slot="3"] { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .fs-hud-chip, .fs-hud-chip__dot { animation: none; }
}
.fs-section--first { padding-top: clamp(28px, 4vh, 44px); }

/* smart_food_iot.html：产品占位卡与核心产品特性列表 */
.fs-product-card__placeholder { display: grid; place-items: center; width: 70%; margin: 0 auto 12px; aspect-ratio: 1; border: 1px dashed rgba(16, 42, 58, .2); border-radius: 12px; color: rgba(11, 169, 155, .8); font: 600 13px/1 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .3em; }
.fs-case__body ul { margin: 12px 0 0; padding-left: 18px; color: #59707f; font-size: 13px; line-height: 1.9; }
.fs-case__body li::marker { color: #0ba99b; }
.fs-case__link { color: inherit; text-decoration: none; }
.fs-case__link:hover { color: #0ba99b; }

/* Agriculture pilot: one-image data story */
.agri-pilot-story {
  position: relative;
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  background: #17343b;
  color: #fff;
  box-shadow: 0 28px 70px rgba(15, 40, 60, .18);
  isolation: isolate;
}
.agri-pilot-story > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.02) contrast(1.02) brightness(1.16);
}
.agri-pilot-story::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 27, 31, .42) 0%, rgba(7, 27, 31, .18) 40%, rgba(7, 27, 31, .01) 72%),
    linear-gradient(0deg, rgba(5, 23, 28, .44) 0%, transparent 54%);
}
.agri-pilot-story__content {
  display: flex;
  min-height: inherit;
  flex-direction: column;
  justify-content: space-between;
  padding: 48px 52px 38px;
}
.agri-pilot-story__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}
.agri-pilot-story__copy {
  max-width: 590px;
}
.agri-pilot-story__copy .fs-eyebrow {
  margin-bottom: 16px;
  color: #8ff1df;
}
.agri-pilot-story__copy .fs-eyebrow span {
  background: #8ff1df;
}
.agri-pilot-story__copy h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0;
}
.agri-pilot-story__copy > p:not(.fs-eyebrow) {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, .76);
  font-size: 15px;
  line-height: 1.9;
}
.agri-pilot-story__regions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.agri-pilot-story__regions li + li::before {
  content: "/";
  margin-right: 16px;
  color: rgba(143, 241, 223, .62);
}
.agri-pilot-story__device {
  min-width: 166px;
  padding: 16px 18px;
  border: 1px solid rgba(143, 241, 223, .38);
  border-radius: 6px;
  background: rgba(7, 27, 31, .56);
  box-shadow: 0 14px 36px rgba(0, 0, 0, .2);
  backdrop-filter: blur(8px);
}
.agri-pilot-story__device span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #8ff1df;
  font: 700 10px/1 ui-monospace, SFMono-Regular, Consolas, monospace;
}
.agri-pilot-story__device span i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #66e4ce;
  box-shadow: 0 0 12px rgba(102, 228, 206, .9);
  animation: spCaseBlink 2.4s ease-in-out infinite;
}
.agri-pilot-story__device b {
  display: block;
  margin-top: 12px;
  color: #fff;
  font: 600 22px/1.2 ui-monospace, SFMono-Regular, Consolas, monospace;
}
.agri-pilot-story__device small {
  color: rgba(255, 255, 255, .6);
  font-size: 11px;
}
.agri-pilot-story__data > p {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin: 0 0 14px;
  color: rgba(255, 255, 255, .66);
  font-size: 12px;
}
.agri-pilot-story__data > p span {
  color: #8ff1df;
  font-weight: 600;
}
.agri-pilot-story__data ul {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 0;
  padding: 16px 0 12px;
  border-top: 1px solid rgba(255, 255, 255, .28);
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  list-style: none;
  background: rgba(5, 23, 28, .16);
  backdrop-filter: blur(4px);
}
.agri-pilot-story__data li {
  min-width: 0;
  padding: 0 18px;
  border-left: 1px solid rgba(255, 255, 255, .18);
}
.agri-pilot-story__data li:first-child {
  padding-left: 0;
  border-left: 0;
}
.agri-pilot-story__data li > span {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, .58);
  font-size: 11px;
  white-space: nowrap;
}
.agri-pilot-story__data strong {
  display: block;
  color: #fff;
  font: 600 22px/1.25 ui-monospace, SFMono-Regular, Consolas, monospace;
  white-space: nowrap;
}
.agri-pilot-story__data strong small {
  margin-left: 4px;
  color: #8ff1df;
  font-size: 10px;
  font-weight: 600;
}
.agri-pilot-story__data li:last-child strong {
  font-size: 17px;
}

@media (max-width: 850px) {
  .agri-pilot-story {
    min-height: 720px;
  }
  .agri-pilot-story__content {
    padding: 36px 34px 30px;
  }
  .agri-pilot-story__data ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 18px;
  }
  .agri-pilot-story__data li:nth-child(4) {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 600px) {
  .agri-pilot-story {
    min-height: 820px;
  }
  .agri-pilot-story > img {
    object-position: 62% center;
  }
  .agri-pilot-story::before {
    background:
      linear-gradient(90deg, rgba(7, 27, 31, .82), rgba(7, 27, 31, .3)),
      linear-gradient(0deg, rgba(5, 23, 28, .9) 0%, rgba(5, 23, 28, .14) 68%);
  }
  .agri-pilot-story__content {
    padding: 26px 22px 24px;
  }
  .agri-pilot-story__top {
    flex-direction: column;
    gap: 22px;
  }
  .agri-pilot-story__copy h2 {
    font-size: 30px;
  }
  .agri-pilot-story__copy h2 > span:not(.agri-pilot-story__separator) { display: block; }
  .agri-pilot-story__separator { display: none; }
  .agri-pilot-story__copy > p:not(.fs-eyebrow) {
    font-size: 13px;
  }
  .agri-pilot-story__regions {
    margin-top: 18px;
  }
  .agri-pilot-story__device {
    display: grid;
    width: 100%;
    min-width: 0;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 4px 14px;
    padding: 12px 14px;
  }
  .agri-pilot-story__device b {
    grid-row: 1 / span 2;
    grid-column: 2;
    margin-top: 0;
    font-size: 18px;
  }
  .agri-pilot-story__data > p {
    display: block;
    line-height: 1.7;
  }
  .agri-pilot-story__data > p span {
    display: block;
  }
  .agri-pilot-story__data ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 16px;
    padding-top: 14px;
  }
  .agri-pilot-story__data li {
    padding: 0 10px;
  }
  .agri-pilot-story__data li:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }
  .agri-pilot-story__data li:nth-child(4) {
    padding-left: 10px;
    border-left: 1px solid rgba(255, 255, 255, .18);
  }
  .agri-pilot-story__data strong {
    font-size: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .agri-pilot-story__device span i {
    animation: none;
  }
}
