.field-stories-section {
  width: min(100%, 1440px);
  margin-inline: auto;
  padding-top: clamp(72px, 8vw, 128px);
  scroll-margin-top: 28px;
}

.field-stories-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: clamp(28px, 6vw, 96px);
  align-items: end;
  margin-bottom: clamp(28px, 4vw, 54px);
}

.field-stories-heading .eyebrow {
  margin-bottom: 13px;
}

.field-stories-heading h1,
.field-stories-heading h2 {
  max-width: 830px;
  margin: 0;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(46px, 5.6vw, 84px);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.045em;
  color: #06281f;
}

.field-stories-heading > p {
  max-width: 560px;
  margin: 0 0 4px;
  font-size: clamp(16px, 1.35vw, 20px);
  font-weight: 650;
  line-height: 1.65;
  color: #536c64;
}

.field-story {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(24, 143, 105, 0.27);
  border-radius: clamp(28px, 3vw, 48px);
  background:
    radial-gradient(circle at 91% 9%, rgba(157, 232, 203, 0.35), transparent 25%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(244, 251, 247, 0.94));
  box-shadow: 0 30px 80px rgba(9, 66, 49, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.field-story::before {
  content: "";
  position: absolute;
  inset: auto -12% -28% auto;
  width: clamp(310px, 42vw, 660px);
  aspect-ratio: 1;
  border: 1px solid rgba(24, 143, 105, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 54px rgba(24, 143, 105, 0.035), 0 0 0 112px rgba(24, 143, 105, 0.025);
  pointer-events: none;
}

.field-story-header,
.field-story-lead,
.field-story-expanded,
.field-story-toggle {
  position: relative;
  z-index: 1;
}

.field-story-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: clamp(24px, 3vw, 40px) clamp(24px, 4vw, 58px);
  border-bottom: 1px solid rgba(20, 116, 87, 0.14);
}

.field-story-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px 16px;
  color: #60746e;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.field-story-meta > span:nth-child(2) {
  color: #0d7b5b;
}

.field-story-meta time {
  text-transform: none;
}

.field-story-signal {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #ff4e49;
  box-shadow: 0 0 0 7px rgba(255, 78, 73, 0.12);
  animation: field-story-signal 2.8s ease-in-out infinite;
}

@keyframes field-story-signal {
  0%, 100% { background: #ff4e49; box-shadow: 0 0 0 6px rgba(255, 78, 73, 0.11); transform: scale(0.82); }
  55% { background: #16a477; box-shadow: 0 0 0 14px rgba(22, 164, 119, 0); transform: scale(1); }
}

.field-story-topic {
  margin: 0;
  padding: 8px 13px;
  border: 1px solid rgba(20, 130, 96, 0.2);
  border-radius: 999px;
  white-space: nowrap;
  color: #0d7658;
  background: rgba(235, 250, 244, 0.82);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.field-story-lead {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.72fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: center;
  padding: clamp(36px, 5vw, 78px) clamp(24px, 5vw, 74px) clamp(28px, 4vw, 58px);
}

.field-story-kicker {
  margin: 0 0 16px;
  color: #198c69;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.field-story-intro h2,
.field-story-intro h3 {
  max-width: 900px;
  margin: 0 0 22px;
  color: #138d69;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(36px, 4.5vw, 68px);
  font-weight: 900;
  line-height: 0.97;
  letter-spacing: -0.055em;
  word-spacing: 0.035em;
}

.field-story-deck {
  margin: 0 0 24px;
  color: #153d31;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 750;
  line-height: 1.34;
  letter-spacing: -0.02em;
}

.field-story-intro > p:not(.field-story-kicker):not(.field-story-deck) {
  max-width: 830px;
  margin: 0 0 16px;
  color: #466159;
  font-size: clamp(16px, 1.3vw, 19px);
  font-weight: 560;
  line-height: 1.72;
}

.field-story-figure {
  margin: 0;
}

.field-story-image-frame {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 520px;
  margin-inline: auto;
  padding: clamp(9px, 1vw, 14px);
  border: 1px solid rgba(29, 145, 108, 0.28);
  border-radius: clamp(24px, 2.8vw, 38px);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 24px 56px rgba(8, 68, 49, 0.18), inset 0 1px 0 #fff;
  appearance: none;
  color: inherit;
  cursor: zoom-in;
  font: inherit;
  text-align: initial;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.field-story-image-frame:hover {
  border-color: rgba(18, 139, 103, 0.52);
  box-shadow: 0 30px 66px rgba(8, 68, 49, 0.23), inset 0 1px 0 #fff;
  transform: translateY(-2px);
}

.field-story-image-frame:focus-visible {
  outline: 3px solid rgba(39, 181, 137, 0.42);
  outline-offset: 5px;
}

.field-story-image-frame::after {
  content: "MONITORING SIGNAL";
  position: absolute;
  top: 27px;
  right: 27px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  background: rgba(3, 36, 28, 0.77);
  backdrop-filter: blur(8px);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.field-story-image-frame img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 720px;
  object-fit: cover;
  object-position: top;
  border-radius: clamp(17px, 2vw, 27px);
  pointer-events: none;
}

.field-story-image-zoom {
  position: absolute;
  z-index: 2;
  right: clamp(20px, 2vw, 28px);
  bottom: clamp(20px, 2vw, 28px);
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 10px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #fff;
  background: rgba(3, 36, 28, 0.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 12px 28px rgba(0, 25, 18, 0.28);
  pointer-events: none;
}

.field-story-image-zoom .proof-zoom-icon {
  width: 16px;
  height: 16px;
  border-width: 2px;
}

.field-story-image-zoom em {
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.field-story-figure figcaption {
  max-width: 500px;
  margin: 15px auto 0;
  color: #6b7e78;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.55;
}

.field-story-expanded {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 500ms cubic-bezier(.22,.8,.22,1), opacity 320ms ease;
}

.field-story-expanded.is-open {
  grid-template-rows: 1fr;
  opacity: 1;
}

.field-story-body {
  min-height: 0;
  overflow: hidden;
  padding: 0 clamp(24px, 7vw, 108px) clamp(44px, 7vw, 94px);
}

.field-story-body::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: clamp(38px, 5vw, 66px);
  background: linear-gradient(90deg, transparent, rgba(20, 125, 93, 0.28), transparent);
}

.field-story-body h3,
.field-story-body h4 {
  max-width: 880px;
  margin: 48px auto 14px;
  color: #0b6f53;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(25px, 2.6vw, 38px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.field-story-body h3:first-of-type,
.field-story-body h4:first-of-type {
  margin-top: 0;
}

.field-story-body > p {
  max-width: 880px;
  margin: 0 auto 20px;
  color: #334e46;
  font-size: clamp(16px, 1.35vw, 19px);
  font-weight: 540;
  line-height: 1.82;
  text-wrap: pretty;
  overflow-wrap: break-word;
}

@media (min-width: 761px) {
  .field-story-body > p {
    text-align: justify;
    text-align-last: left;
    text-justify: inter-word;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}

.field-story-callout {
  max-width: 880px;
  margin: 42px auto;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(224, 166, 75, 0.35);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 250, 231, 0.96), rgba(247, 255, 251, 0.96));
  box-shadow: 0 18px 44px rgba(79, 64, 17, 0.07);
}

.field-story-callout strong {
  display: block;
  margin-bottom: 8px;
  color: #8b641f;
  font-size: 18px;
  font-weight: 900;
}

.field-story-callout p {
  margin: 0;
  color: #5b5c49;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.65;
}

.field-story-keywords {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 880px;
  margin: 48px auto 0;
}

.field-story-keywords span {
  padding: 9px 13px;
  border: 1px solid rgba(17, 133, 97, 0.2);
  border-radius: 999px;
  color: #0c7658;
  background: rgba(238, 251, 246, 0.84);
  font-size: 11px;
  font-weight: 850;
}

.field-story-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  max-width: 980px;
  margin: 56px auto 0;
  padding: clamp(24px, 3vw, 38px);
  border-radius: 28px;
  color: #fff;
  background: linear-gradient(120deg, #198f6c, #076149);
  box-shadow: 0 24px 48px rgba(8, 91, 66, 0.18);
}

.field-story-cta strong {
  display: block;
  margin-bottom: 7px;
  font-size: clamp(19px, 2vw, 27px);
  line-height: 1.2;
}

.field-story-cta p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}

.field-story-cta .button {
  min-width: 184px;
  border-color: rgba(255, 255, 255, 0.6);
  color: #0a6048;
  background: #fff;
  box-shadow: none;
}

.field-story-toggle {
  display: flex;
  width: calc(100% - clamp(48px, 8vw, 116px));
  min-height: 72px;
  margin: 0 clamp(24px, 4vw, 58px) clamp(24px, 4vw, 52px);
  padding: 18px 24px;
  border: 1px solid rgba(26, 140, 106, 0.3);
  border-radius: 22px;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background: linear-gradient(110deg, #26a982, #087052);
  box-shadow: 0 18px 38px rgba(7, 100, 73, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  font: 850 clamp(15px, 1.4vw, 19px)/1.2 Inter, system-ui, sans-serif;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.field-story-toggle:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(7, 100, 73, 0.23), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.field-story-toggle-icon {
  display: grid;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  place-items: center;
  transition: transform 320ms ease;
}

.field-story-toggle[aria-expanded="true"] .field-story-toggle-icon {
  transform: rotate(180deg);
}

@media (max-width: 900px) {
  .field-stories-heading,
  .field-story-lead {
    grid-template-columns: 1fr;
  }

  .field-stories-heading {
    gap: 20px;
  }

  .field-story-lead {
    gap: 34px;
  }

  .field-story-figure {
    width: min(100%, 560px);
    margin-inline: auto;
  }

  .field-story-cta {
    grid-template-columns: 1fr;
  }

  .field-story-cta .button {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .field-stories-section {
    padding-top: 72px;
  }

  .field-stories-heading {
    text-align: center;
  }

  .field-stories-heading h1,
  .field-stories-heading h2,
  .field-stories-heading > p {
    margin-inline: auto;
  }

  .field-story {
    border-radius: 28px;
  }

  .field-story-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .field-story-meta {
    font-size: 10px;
  }

  .field-story-topic {
    white-space: normal;
  }

  .field-story-intro {
    text-align: left;
  }

  .field-story-intro h2,
  .field-story-intro h3 {
    font-size: clamp(32px, 10.2vw, 46px);
    line-height: 1;
    letter-spacing: -0.045em;
  }

  .field-story-deck {
    font-size: 20px;
  }

  .field-story-image-frame::after {
    top: 20px;
    right: 20px;
  }

  .field-story-image-zoom {
    right: 18px;
    bottom: 18px;
    width: 44px;
    height: 44px;
    min-height: 44px;
    padding: 0;
    justify-content: center;
  }

  .field-story-image-zoom em {
    display: none;
  }

  .field-story-body h3,
  .field-story-body h4 {
    margin-top: 38px;
  }

  .field-story-toggle {
    min-height: 66px;
    border-radius: 18px;
  }
}

.blog-page-main {
  padding-bottom: clamp(64px, 8vw, 120px);
}

.blog-page .field-stories-section {
  padding-top: clamp(52px, 7vw, 104px);
}

@media (prefers-reduced-motion: reduce) {
  .field-story-signal,
  .field-story-expanded,
  .field-story-toggle,
  .field-story-toggle-icon {
    animation: none;
    transition: none;
  }
}
