:root {
  --cream: #f2ece5;
  --paper: #fbf7ef;
  --green: #566735;
  --green-2: #6f8048;
  --green-3: #8a9b61;
  --menu-green: #404f1d;
  --carousel-green: #1f2509;
  --dark: #091306;
  --ink: #25291f;
  --muted: rgba(37, 41, 31, 0.68);
  --white: #ffffff;
  --red: #b94137;
  --line: rgba(37, 41, 31, 0.16);
  --light-line: rgba(244, 237, 230, 0.25);
  --sans: "General Sans", "Helvetica Neue", Arial, sans-serif;
  --serif: "General Sans", "Helvetica Neue", Arial, sans-serif;
  --gutter: clamp(18px, 2.9vw, 44px);
}

/* TunasimCare software page */
.software-page {
  background: var(--paper);
}

.software-hero {
  position: relative;
  min-height: 42em;
  overflow: hidden;
  color: var(--green);
  background: var(--cream);
}

.software-hero-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  transform: scaleX(-1);
}

.software-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(242, 236, 229, 0.34) 0%, rgba(242, 236, 229, 0.08) 58%, transparent 100%);
}

.software-hero-copy {
  position: absolute;
  z-index: 2;
  top: clamp(118px, 14vh, 160px);
  left: var(--gutter);
  width: min(39em, 56vw);
}

.software-hero h1,
.software-intro h2,
.software-feature h2,
.software-compliance-copy h2,
.software-guidance h2,
.software-traceability h2,
.software-roles h2 {
  margin: 0;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.software-hero h1 {
  margin-top: 0.18em;
  font-size: clamp(68px, 8.4vw, 144px);
  line-height: 0.88;
}

.software-hero-copy > p {
  width: min(28em, 100%);
  margin: 1.25em 0 0;
  font-size: clamp(20px, 1.65vw, 28px);
  line-height: 1.18;
}

.software-hero .food-breadcrumb {
  color: rgba(64, 79, 29, 0.82);
}

.software-ui-bar {
  min-height: 3.25em;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 0.75em;
  padding: 0 1em;
  border-bottom: 1px solid rgba(86, 103, 53, 0.18);
}

.software-ui-bar img,
.software-mobile-top img,
.software-ai-head img,
.software-trace-line img {
  width: 1.1em;
  height: 1.1em;
  object-fit: contain;
}

.software-ui-bar span,
.software-ui-kicker,
.software-mobile-top span {
  font-size: 0.77em;
  font-weight: 600;
  text-transform: uppercase;
}

.software-ui-bar i {
  width: 0.72em;
  height: 0.72em;
  border-radius: 50%;
  background: rgba(86, 103, 53, 0.2);
}

.software-ui-layout {
  min-height: 24.75em;
  display: grid;
  grid-template-columns: 4.2em 1fr;
}

.software-ui-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.15em;
  padding-top: 1.5em;
  border-right: 1px solid rgba(86, 103, 53, 0.14);
  background: rgba(86, 103, 53, 0.05);
}

.software-ui-nav i {
  width: 1.4em;
  height: 1.4em;
  border: 1px solid rgba(86, 103, 53, 0.3);
  border-radius: 4px;
}

.software-ui-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
  padding: 1.5em;
}

.software-ui-kicker {
  grid-column: 1 / -1;
}

.software-ui-metrics {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75em;
}

.software-ui-metrics span {
  height: 4em;
  border: 1px solid rgba(86, 103, 53, 0.16);
  background: rgba(255, 255, 255, 0.42);
}

.software-ui-chart {
  grid-row: span 2;
  display: flex;
  align-items: flex-end;
  gap: 0.45em;
  min-height: 9em;
  padding: 1em;
  border: 1px solid rgba(86, 103, 53, 0.16);
}

.software-ui-chart i {
  flex: 1;
  height: var(--bar, 50%);
  background: rgba(86, 103, 53, 0.46);
}

.software-ui-chart i:nth-child(1) { height: 32%; }
.software-ui-chart i:nth-child(2) { height: 48%; }
.software-ui-chart i:nth-child(3) { height: 42%; }
.software-ui-chart i:nth-child(4) { height: 68%; }
.software-ui-chart i:nth-child(5) { height: 57%; }
.software-ui-chart i:nth-child(6) { height: 82%; }

.software-ui-row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.65em;
  padding: 1em;
  border: 1px solid rgba(86, 103, 53, 0.16);
  font-size: 0.78em;
}

.software-ui-row strong {
  font-weight: 500;
  color: #008348;
}

.software-science-content,
.software-lower-content {
  background: var(--paper);
}

.software-science-content .food-science-shell {
  grid-template-columns: minmax(12em, 0.2fr) minmax(0, 0.8fr);
  gap: clamp(36px, 4.6vw, 76px);
  width: min(100%, 104em);
}

.software-intro > p {
  width: min(42em, 100%);
  margin: 1.25em 0 0;
  color: var(--green);
  font-size: 1.13em;
  line-height: 1.35;
}

.software-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 4em;
  border-top: 1px solid rgba(86, 103, 53, 0.28);
  border-bottom: 1px solid rgba(86, 103, 53, 0.28);
}

.software-flow article {
  min-height: 14em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1em;
  padding: 1.2em;
}

.software-flow article + article {
  border-left: 1px solid rgba(86, 103, 53, 0.28);
}

.software-section-number {
  color: rgba(86, 103, 53, 0.3);
  font-size: 0.9em;
  font-weight: 600;
}

.software-flow-icon {
  width: 2.2em;
  height: 2.2em;
  object-fit: contain;
}

.software-flow strong {
  color: var(--green);
  font-size: clamp(22px, 1.65em, 32px);
  font-weight: 500;
}

.software-flow p {
  margin: 0;
  color: var(--green);
  font-size: 0.92em;
  line-height: 1.3;
}

.software-feature {
  display: grid;
  grid-template-columns: minmax(19em, 0.42fr) minmax(26em, 0.58fr);
  align-items: center;
  gap: clamp(40px, 6vw, 100px);
}

.software-feature-reverse .software-feature-copy {
  order: 2;
}

.software-feature-reverse {
  grid-template-columns: minmax(26em, 0.58fr) minmax(19em, 0.42fr);
}

.software-feature-reverse .software-screen-placeholder,
.software-feature-reverse .software-screen-stack {
  order: 1;
}

.software-feature-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25em;
}

.software-feature-copy h2,
.software-compliance-copy h2,
.software-traceability h2,
.software-roles h2 {
  color: var(--green);
  font-size: clamp(48px, 4.3vw, 76px);
  line-height: 0.95;
}

.software-feature-copy p,
.software-feature-copy li,
.software-compliance-copy p,
.software-traceability p,
.software-roles .food-section-head p {
  color: var(--green);
  font-size: 1.13em;
  line-height: 1.34;
}

.software-feature-copy p,
.software-compliance-copy p,
.software-traceability p {
  margin: 0;
}

.software-feature-copy ul {
  display: grid;
  gap: 0.55em;
  margin: 0;
  padding-left: 1.1em;
}

.software-screen-placeholder {
  min-height: 31em;
  border: 1px solid rgba(86, 103, 53, 0.22);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.28);
}

.software-product-shot {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: var(--green);
  border: 1px solid rgba(86, 103, 53, 0.22);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.34);
}

.software-product-shot img {
  display: block;
  max-width: 100%;
}

.software-shot-label {
  font-size: 0.76em;
  font-weight: 600;
  text-transform: uppercase;
}

.software-product-shot figcaption {
  max-width: 34em;
  font-size: 0.9em;
  line-height: 1.32;
}

.software-record-shot,
.software-guided-shot {
  min-height: 31em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5em;
  padding: clamp(20px, 2.5vw, 38px);
}

.software-record-shot img {
  width: 100%;
  height: 8em;
  object-fit: cover;
  object-position: left center;
}

.software-guided-shot img {
  width: 100%;
  height: 16em;
  object-fit: cover;
  object-position: center;
}

.software-guided-shot {
  background: #f1f2f0;
}

.software-screen-stack {
  position: relative;
  min-width: 0;
  min-height: 0;
  aspect-ratio: 1.08 / 1;
  margin: 0;
}

.software-screen-stack img {
  position: absolute;
  display: block;
  height: auto;
  object-fit: cover;
  border: 1px solid rgba(86, 103, 53, 0.3);
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(9, 19, 6, 0.12);
}

.software-screen-stack .software-stack-back {
  top: 0;
  left: 0;
  width: 91%;
}

.software-screen-stack .software-stack-front {
  right: 0;
  bottom: 0;
  width: 79%;
}

.software-screen-fields {
  display: grid;
  gap: 1em;
  padding: 1.5em;
}

.software-placeholder-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  color: var(--green);
}

.software-placeholder-head span,
.software-placeholder-line span {
  font-size: 0.82em;
  text-transform: uppercase;
}

.software-placeholder-head strong {
  font-size: 1.2em;
  font-weight: 500;
}

.software-placeholder-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.45em;
  min-height: 13em;
  align-items: end;
  padding: 1em;
  border: 1px solid rgba(86, 103, 53, 0.16);
  background: rgba(86, 103, 53, 0.04);
}

.software-placeholder-grid i {
  height: 55%;
  background: rgba(86, 103, 53, 0.28);
}

.software-placeholder-grid i:nth-child(2),
.software-placeholder-grid i:nth-child(5) { height: 78%; }
.software-placeholder-grid i:nth-child(3) { height: 42%; }
.software-placeholder-grid i:nth-child(4) { height: 92%; }

.software-placeholder-line {
  min-height: 3.35em;
  display: grid;
  grid-template-columns: 1fr 42%;
  align-items: center;
  gap: 1em;
  padding: 0 1em;
  color: var(--green);
  border: 1px solid rgba(86, 103, 53, 0.16);
}

.software-placeholder-line b {
  height: 0.45em;
  background: rgba(86, 103, 53, 0.22);
}

.software-screen-mobile {
  display: grid;
  place-items: center;
  background: var(--menu-green);
}

.software-mobile-frame {
  width: min(18em, 72%);
  min-height: 27em;
  display: flex;
  flex-direction: column;
  gap: 0.8em;
  padding: 1em;
  border: 1px solid rgba(244, 237, 230, 0.28);
  border-radius: 8px;
  background: var(--paper);
}

.software-mobile-top {
  display: flex;
  align-items: center;
  gap: 0.6em;
  padding-bottom: 0.8em;
  color: var(--green);
  border-bottom: 1px solid rgba(86, 103, 53, 0.18);
}

.software-mobile-field {
  display: flex;
  flex-direction: column;
  gap: 0.35em;
  padding: 0.8em;
  color: var(--green);
  border: 1px solid rgba(86, 103, 53, 0.16);
}

.software-mobile-field small {
  text-transform: uppercase;
  opacity: 0.55;
}

.software-mobile-field strong {
  font-size: 0.9em;
  font-weight: 500;
}

.software-mobile-process-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.35em;
}

.software-mobile-process-meta span {
  padding: 0.52em 0.3em;
  color: var(--green);
  border: 1px solid rgba(86, 103, 53, 0.16);
  font-size: 0.63em;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.software-mobile-upload {
  min-height: 5em;
  display: grid;
  place-items: center;
  gap: 0.35em;
  color: var(--green);
  border: 1px dashed rgba(86, 103, 53, 0.36);
  font-size: 0.78em;
}

.software-mobile-upload i {
  width: 1.25em;
  height: 1.25em;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.software-mobile-action {
  margin-top: auto;
  padding: 0.8em;
  color: var(--cream);
  background: var(--green);
  text-align: center;
  font-size: 0.82em;
  font-weight: 500;
}

.software-compliance-band {
  display: grid;
  grid-template-columns: minmax(20em, 0.42fr) minmax(28em, 0.58fr);
  align-items: center;
  gap: clamp(40px, 6vw, 100px);
  min-height: 48em;
  padding: clamp(80px, 10vw, 150px) var(--gutter);
  color: var(--cream);
  background: var(--menu-green);
}

.software-compliance-copy {
  display: flex;
  flex-direction: column;
  gap: 1.4em;
}

.software-compliance-copy .software-section-number,
.software-compliance-copy h2,
.software-compliance-copy p {
  color: var(--cream);
}

.software-compliance-copy .software-compliance-note {
  padding-top: 1.1em;
  border-top: 1px solid rgba(244, 237, 230, 0.24);
  font-size: 0.92em;
  opacity: 0.72;
}

.software-compliance-ui {
  min-height: 31em;
  overflow: hidden;
  border: 1px solid rgba(244, 237, 230, 0.28);
  border-radius: 6px;
  background: var(--paper);
  color: var(--green);
}

.software-compliance-ui.software-product-shot {
  min-height: 31em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5em;
  padding: clamp(20px, 2.5vw, 38px);
}

.software-direct-shot {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(244, 237, 230, 0.38);
  border-radius: 12px;
  background: transparent;
}

.software-compliance-shot img {
  display: block;
  width: 112%;
  max-width: none;
  height: 14.5em;
  object-fit: cover;
  object-position: left center;
}

.software-compliance-score {
  min-height: 10em;
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: center;
  gap: 0.75em 1em;
  padding: 1.5em;
  border-bottom: 1px solid rgba(86, 103, 53, 0.2);
}

.software-compliance-score span {
  grid-column: 1 / -1;
  font-size: 0.78em;
  text-transform: uppercase;
}

.software-compliance-score strong {
  font-size: clamp(25px, 2vw, 36px);
  font-weight: 500;
}

.software-compliance-score i {
  width: 4em;
  height: 4em;
  border: 0.55em solid rgba(86, 103, 53, 0.22);
  border-top-color: var(--green);
  border-radius: 50%;
}

.software-compliance-list {
  display: grid;
}

.software-compliance-list div {
  min-height: 5.2em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  padding: 0 1.5em;
  border-bottom: 1px solid rgba(86, 103, 53, 0.16);
}

.software-compliance-list b {
  font-size: 0.76em;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 0.58;
}

.software-lower-shell {
  width: min(100%, 106em);
  margin: 0 auto;
  padding: clamp(80px, 9vw, 145px) var(--gutter) clamp(28px, 3vw, 44px);
}

.software-guidance {
  display: grid;
  grid-template-columns: minmax(20em, 0.43fr) minmax(28em, 0.57fr);
  align-items: center;
  gap: clamp(40px, 6vw, 100px);
}

.software-guidance-ui {
  min-height: 35em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.6em;
  padding: clamp(24px, 3vw, 48px);
  border: 1px solid rgba(86, 103, 53, 0.22);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.3);
}

.software-guidance-media {
  position: relative;
  min-height: 38em;
}

.software-library-shot {
  position: absolute;
  top: 2em;
  left: 0;
  width: 88%;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(86, 103, 53, 0.3);
  border-radius: 12px;
  box-shadow: 0 18px 50px rgba(9, 19, 6, 0.12);
}

.software-library-shot img,
.software-ai-shot img {
  display: block;
  width: 100%;
}

.software-ai-shot {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(40%, 22em);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(86, 103, 53, 0.3);
  border-radius: 12px;
  box-shadow: 0 22px 54px rgba(9, 19, 6, 0.2);
}

.software-guidance-sources {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55em;
}

.software-guidance-sources span {
  display: grid;
  place-items: center;
  min-height: 4.4em;
  padding: 0.65em;
  color: var(--green);
  border: 1px solid rgba(86, 103, 53, 0.2);
  font-size: 0.7em;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.software-guidance-path {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 70%;
  margin: 0 auto;
}

.software-guidance-path i {
  height: 1px;
  background: rgba(86, 103, 53, 0.36);
}

.software-guidance-path b {
  width: 2.6em;
  height: 2.6em;
  border: 1px solid rgba(86, 103, 53, 0.32);
  border-radius: 50%;
  background: var(--paper) url("./assets/tunasim-mark.png") center / 58% no-repeat;
}

.software-ai-card {
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding: 1.35em;
  border: 1px solid rgba(86, 103, 53, 0.22);
  background: var(--paper);
}

.software-ai-head {
  display: flex;
  align-items: center;
  gap: 0.6em;
  color: var(--green);
  font-size: 0.75em;
  font-weight: 600;
  text-transform: uppercase;
}

.software-ai-card h3 {
  margin: 0;
  color: var(--green);
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.software-ai-card p {
  margin: 0;
  color: var(--green);
  font-size: 0.92em;
  line-height: 1.32;
}

.software-ai-context {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45em;
}

.software-ai-context span {
  padding: 0.45em 0.58em;
  color: var(--green);
  border: 1px solid rgba(86, 103, 53, 0.2);
  font-size: 0.68em;
  font-weight: 600;
  text-transform: uppercase;
}

.software-ai-action {
  align-self: flex-start;
  padding: 0.75em 0.9em;
  color: var(--cream);
  background: var(--green);
  font-size: 0.78em;
  font-weight: 500;
}

.software-traceability {
  display: grid;
  gap: 4em;
}

.software-traceability .software-feature-copy {
  width: min(49em, 100%);
}

.software-trace-line {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
  align-items: center;
  gap: 1em;
}

.software-trace-line div {
  min-width: 9em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8em;
  color: var(--green);
  font-weight: 500;
}

.software-trace-line img {
  width: 2.4em;
  height: 2.4em;
}

.software-trace-line > i {
  height: 1px;
  background: rgba(86, 103, 53, 0.32);
}

.software-trace-shot {
  display: block;
  width: min(100%, 62.5em);
  justify-self: center;
  border-color: rgba(86, 103, 53, 0.28);
}

.software-trace-shot img {
  display: block;
  width: 100%;
}

.software-lower-shell > .food-divider {
  margin: clamp(80px, 9vw, 145px) 0;
}

.software-roles {
  display: grid;
  gap: 2em;
}

.software-role-grid article {
  min-height: 0;
}

.software-cta {
  background: var(--green);
}

.software-cta .food-cta-media img:nth-child(3) {
  object-position: 25% center;
}

@media (max-width: 980px) {
  .software-hero {
    min-height: 44em;
  }

  .software-hero-copy {
    width: calc(100% - var(--gutter) * 2);
  }

  .software-flow {
    grid-template-columns: repeat(2, 1fr);
  }

  .software-flow article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(86, 103, 53, 0.28);
  }

  .software-flow article:nth-child(4) {
    border-top: 1px solid rgba(86, 103, 53, 0.28);
  }

  .software-feature,
  .software-compliance-band,
  .software-guidance {
    grid-template-columns: 1fr;
  }

  .software-feature-reverse .software-feature-copy,
  .software-feature-reverse .software-screen-placeholder,
  .software-feature-reverse .software-screen-stack {
    order: initial;
  }

  .software-screen-stack {
    min-height: 0;
  }

  .software-guidance-media {
    min-height: 34em;
  }
}

@media (max-width: 680px) {
  .software-hero {
    min-height: 42em;
  }

  .software-hero-copy {
    top: 94px;
  }

  .software-hero h1 {
    font-size: clamp(58px, 18vw, 86px);
  }

  .software-hero-photo {
    object-position: 65% center;
  }

  .software-ui-layout {
    grid-template-columns: 3.2em 1fr;
    min-height: 20em;
  }

  .software-ui-content {
    grid-template-columns: 1fr;
    padding: 1em;
  }

  .software-ui-metrics,
  .software-ui-kicker {
    grid-column: auto;
  }

  .software-ui-chart,
  .software-ui-row:nth-last-child(1) {
    display: none;
  }

  .software-flow {
    grid-template-columns: 1fr;
  }

  .software-flow article + article {
    border-left: 0;
    border-top: 1px solid rgba(86, 103, 53, 0.28);
  }

  .software-screen-stack {
    min-height: 0;
  }

  .software-screen-stack .software-stack-back {
    width: 96%;
  }

  .software-screen-stack .software-stack-front {
    width: 84%;
  }

  .software-feature-copy h2,
  .software-compliance-copy h2,
  .software-guidance h2,
  .software-traceability h2,
  .software-roles h2 {
    font-size: clamp(38px, 12vw, 56px);
  }

  .software-screen-placeholder,
  .software-compliance-ui {
    min-height: 25em;
  }

  .software-record-shot,
  .software-guided-shot,
  .software-compliance-ui.software-product-shot {
    min-height: 25em;
  }

  .software-guidance-media {
    min-height: 0;
    display: grid;
    gap: 1em;
  }

  .software-library-shot,
  .software-ai-shot {
    position: static;
    width: 100%;
  }

  .software-ai-shot {
    width: min(72%, 19em);
    justify-self: end;
  }

  .software-mobile-frame {
    width: 84%;
  }

  .software-compliance-band {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .software-compliance-shot img {
    height: 10em;
  }

  .software-guidance-sources {
    grid-template-columns: repeat(2, 1fr);
  }

  .software-trace-line {
    grid-template-columns: 1fr;
  }

  .software-trace-line > i {
    width: 1px;
    height: 2.5em;
    justify-self: center;
  }

  .software-role-grid article {
    min-height: 0;
  }
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.35;
  letter-spacing: 0;
}

body.menu-open {
  overflow: hidden;
}

body.gallery-modal-open {
  overflow: hidden;
}

img,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  padding: 0;
}

.site-header {
  position: fixed;
  z-index: 900;
  inset: 0 0 auto;
  min-height: 92px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 8px var(--gutter);
  color: var(--white);
  pointer-events: none;
  transition: color 420ms ease, min-height 240ms ease, padding 240ms ease;
}

.site-header.is-scrolled {
  min-height: 92px;
  padding-top: 8px;
}

.site-header.on-light {
  color: var(--green);
}

.site-header > * {
  pointer-events: auto;
}

.menu-trigger,
.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  border: 0;
  background: transparent;
  color: inherit;
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}

.menu-trigger {
  justify-self: start;
  width: max-content;
}

.menu-trigger:focus,
.menu-close:focus,
.contact-link:focus,
.site-button:focus,
.menu-list a:focus {
  outline: none;
}

.menu-trigger:focus-visible,
.menu-close:focus-visible,
.contact-link:focus-visible,
.site-button:focus-visible,
.menu-list a:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 5px;
}

.contact-link {
  justify-self: end;
}

.cross {
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url("./assets/tunasim-mark.png") center / contain no-repeat;
  transition: filter 420ms ease;
}

.cross::before,
.cross::after {
  content: none;
}

.logo {
  width: clamp(136px, 8.4vw, 178px);
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
  color: inherit;
}

.brand-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: filter 420ms ease, opacity 240ms ease;
}

.site-header:not(.on-light) .brand-logo {
  filter: brightness(0) invert(1);
}

.site-header:not(.on-light) .cross {
  filter: brightness(0) invert(1);
}

.menu-sheet {
  position: fixed;
  z-index: 920;
  inset: 0;
  width: 100vw;
  height: 100vh;
  display: block;
  padding: 0;
  color: var(--cream);
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0s linear 2200ms;
}

.menu-sheet.is-open,
.menu-sheet.is-closing {
  visibility: visible;
  transition-delay: 0s;
}

.menu-sheet.is-open {
  pointer-events: auto;
}

.menu-side-bg {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(9, 19, 6, 0.58);
  opacity: 0;
  transition: opacity 300ms ease;
  cursor: pointer;
}

.menu-sheet.is-open .menu-side-bg {
  opacity: 1;
  transition-duration: 500ms;
  transition-delay: 650ms;
}

.menu-sheet.is-closing .menu-side-bg {
  opacity: 0;
  transition-duration: 300ms;
  transition-delay: 0ms;
}

.menu-sheet-inner {
  position: absolute;
  inset: 0 auto 0 0;
  width: clamp(580px, 50vw, 720px);
  height: 100vh;
  display: flex;
  flex-direction: column;
  gap: 1.72em;
  padding: 1.63em 1.88em 1.88em var(--gutter);
  background: var(--menu-green);
  transform: translate3d(-105%, 0, 0);
  transition: transform 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
}

.menu-sheet.is-open .menu-sheet-inner {
  transform: translate3d(0, 0, 0);
  transition: transform 1000ms cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-sheet.is-closing .menu-sheet-inner {
  transform: translate3d(-105%, 0, 0);
  transition: transform 1600ms cubic-bezier(0.23, 1, 0.32, 1) 560ms;
}

.menu-sheet-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}

.menu-logo {
  width: clamp(112px, 8vw, 142px);
  height: 60px;
  object-fit: contain;
  object-position: center;
  filter: brightness(0) invert(1);
}

.menu-close {
  display: inline-flex;
  align-items: center;
  border: 0;
  background: transparent;
  color: var(--cream);
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}

.light-divider {
  width: 100%;
  height: 1px;
  flex: 0 0 auto;
  background: rgba(244, 237, 230, 0.1);
}

.menu-list {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
  padding-top: clamp(26px, 4.2vh, 48px);
  overflow: visible;
}

.menu-link-item {
  position: relative;
  padding-bottom: clamp(16px, 2.5vh, 24px);
  opacity: 1;
  transition: opacity 140ms linear, transform 260ms ease;
}

.menu-sheet-top,
.light-divider,
.menu-sheet-bottom {
  opacity: 0;
  transition: opacity 400ms ease;
  will-change: opacity;
}

.menu-sheet.is-open .menu-sheet-top,
.menu-sheet.is-open .light-divider,
.menu-sheet.is-open .menu-sheet-bottom {
  opacity: 1;
}

.menu-sheet.is-open .menu-sheet-top {
  transition-delay: 870ms;
}

.menu-sheet.is-open .light-divider {
  transition-delay: 560ms;
}

.menu-sheet.is-open .menu-sheet-bottom {
  transition-delay: 1040ms;
}

.menu-sheet.is-closing .menu-sheet-top,
.menu-sheet.is-closing .light-divider,
.menu-sheet.is-closing .menu-sheet-bottom {
  opacity: 0;
  transition-delay: 0ms;
}

.menu-link-heading {
  position: relative;
  min-height: auto;
  display: inline-flex;
  align-items: center;
  gap: 1.25em;
  padding: 0;
  border: 0;
  transform: translateX(0);
  transition: transform 620ms cubic-bezier(0.19, 1, 0.22, 1), color 180ms ease;
}

.menu-item-mark {
  position: absolute;
  left: -1.8em;
  top: 50%;
  width: 1.24em;
  height: 1.24em;
  object-fit: contain;
  opacity: 0;
  filter: brightness(0) invert(1);
  transform: translateY(-50%) scale(0.82);
  transition: opacity 420ms cubic-bezier(0.19, 1, 0.22, 1), transform 520ms cubic-bezier(0.19, 1, 0.22, 1);
}

.menu-title-mask {
  display: block;
  max-width: 100%;
  overflow: hidden;
  overflow-wrap: anywhere;
  white-space: nowrap;
  color: inherit;
  font-size: clamp(48px, 4.58em, 77px);
  font-weight: 500;
  line-height: 0.9;
}

.menu-title-text {
  display: block;
  color: inherit;
  transform: translate3d(0, 140%, 0);
  transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
}

.menu-sheet.is-open .menu-title-text {
  transform: translate3d(0, 0, 0);
}

.menu-sheet.is-open .menu-link-item:nth-child(1) .menu-title-text {
  transition-delay: 660ms;
}

.menu-sheet.is-open .menu-link-item:nth-child(2) .menu-title-text {
  transition-delay: 760ms;
}

.menu-sheet.is-open .menu-link-item:nth-child(3) .menu-title-text {
  transition-delay: 860ms;
}

.menu-sheet.is-open .menu-link-item:nth-child(4) .menu-title-text {
  transition-delay: 960ms;
}

.menu-sheet.is-closing .menu-title-text {
  transform: translate3d(0, 130%, 0);
  transition-duration: 600ms;
}

.menu-sheet.is-closing .menu-link-item:nth-child(4) .menu-title-text {
  transition-delay: 0ms;
}

.menu-sheet.is-closing .menu-link-item:nth-child(3) .menu-title-text {
  transition-delay: 50ms;
}

.menu-sheet.is-closing .menu-link-item:nth-child(2) .menu-title-text {
  transition-delay: 100ms;
}

.menu-sheet.is-closing .menu-link-item:nth-child(1) .menu-title-text {
  transition-delay: 150ms;
}

.menu-sub-links {
  max-height: 0;
  display: flex;
  flex-direction: column;
  gap: 0.62em;
  overflow: hidden;
  padding-left: 3.4em;
  opacity: 0;
  transform: translateY(0.48em);
  transition:
    max-height 760ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 520ms cubic-bezier(0.19, 1, 0.22, 1),
    padding-top 640ms cubic-bezier(0.19, 1, 0.22, 1),
    transform 640ms cubic-bezier(0.19, 1, 0.22, 1);
}

.menu-sub-links a {
  width: fit-content;
  color: rgba(244, 237, 230, 0.68);
  font-size: clamp(18px, 1.45vw, 24px);
  font-weight: 500;
  line-height: 0.94;
  opacity: 0;
  transform: translateY(0.75em);
  transition:
    color 320ms ease,
    opacity 500ms cubic-bezier(0.19, 1, 0.22, 1),
    transform 560ms cubic-bezier(0.19, 1, 0.22, 1);
}

.menu-link-item:hover .menu-link-heading,
.menu-link-item.is-active .menu-link-heading {
  transform: translateX(2.15em);
}

.menu-list.is-hovering .menu-link-item {
  opacity: 0.2;
}

.menu-list.is-hovering .menu-link-item.is-active {
  opacity: 1;
}

.menu-link-item:hover .menu-item-mark,
.menu-link-item.is-active .menu-item-mark {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.menu-link-item:hover .menu-sub-links,
.menu-link-item.is-active .menu-sub-links {
  max-height: 190px;
  padding-top: 0.75em;
  opacity: 1;
  transform: translateY(0);
}

.menu-link-item:hover .menu-sub-links a,
.menu-link-item.is-active .menu-sub-links a {
  opacity: 1;
  transform: translateY(0);
}

.menu-link-item:hover .menu-sub-links a:nth-child(1),
.menu-link-item.is-active .menu-sub-links a:nth-child(1) {
  transition-delay: 80ms;
}

.menu-link-item:hover .menu-sub-links a:nth-child(2),
.menu-link-item.is-active .menu-sub-links a:nth-child(2) {
  transition-delay: 140ms;
}

.menu-link-item:hover .menu-sub-links a:nth-child(3),
.menu-link-item.is-active .menu-sub-links a:nth-child(3) {
  transition-delay: 200ms;
}

.menu-link-item:hover .menu-sub-links a:nth-child(4),
.menu-link-item.is-active .menu-sub-links a:nth-child(4) {
  transition-delay: 260ms;
}

.menu-sub-links a:hover {
  color: var(--cream);
  transform: translateX(0.35em);
}

.menu-sheet-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  color: rgba(244, 237, 230, 0.64);
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.menu-sheet-bottom a {
  color: inherit;
}

.hero-template {
  position: relative;
  height: 185svh;
  background: var(--dark);
  color: var(--cream);
}

.hero-sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  overflow: hidden;
}

.hero-sticky::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: clamp(120px, 20vh, 240px);
  pointer-events: none;
  opacity: var(--hero-edge-progress, 0);
  background: linear-gradient(
    180deg,
    rgba(9, 19, 6, 0) 0%,
    rgba(31, 37, 9, 0.38) 48%,
    var(--carousel-green) 100%
  );
}

.hero-bg,
.hero-object,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  filter: none;
  transform: scale(1);
  transform-origin: 50% 50%;
  will-change: transform;
}

.hero-object {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 2;
  opacity: 0.98;
  transform: scale(1);
  transform-origin: 50% 50%;
  filter: drop-shadow(0 20px 44px rgba(0, 0, 0, 0.2));
  will-change: transform, opacity;
}

.hero-bowl {
  mix-blend-mode: normal;
}

.hero-shade {
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(11, 12, 11, 0.12), rgba(11, 12, 11, 0) 44%, rgba(11, 12, 11, 0.04)),
    radial-gradient(circle at 58% 44%, rgba(255, 255, 255, 0.02), transparent 30%),
    linear-gradient(
      0deg,
      rgba(9, 19, 6, calc(var(--hero-edge-progress, 0) * 0.22)) 0%,
      rgba(31, 37, 9, calc(var(--hero-edge-progress, 0) * 0.12)) 18%,
      transparent 40%
    );
}

.hero-left {
  position: absolute;
  z-index: 3;
  left: var(--gutter);
  top: clamp(92px, 10vh, 134px);
  width: min(58vw, 720px);
}

.hero-left h1 {
  margin: 0;
  padding-bottom: 0.08em;
  font-size: clamp(72px, 6.8vw, 118px);
  font-weight: 500;
  line-height: 0.96;
}

.hero-left .word {
  display: inline-block;
  overflow: visible;
  white-space: nowrap;
}

.hero-left .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(112%);
  animation: heroCharIn 820ms cubic-bezier(0.19, 1, 0.22, 1) forwards;
  will-change: transform, opacity;
}

.hero-right {
  position: absolute;
  z-index: 3;
  right: var(--gutter);
  bottom: clamp(70px, 14vh, 160px);
  width: min(31vw, 390px);
}

.hero-right h2 {
  margin: 0 0 24px;
  font-size: clamp(36px, 4.1vw, 66px);
  font-weight: 500;
  line-height: 0.94;
}

.hero-right p {
  max-width: 390px;
  margin: 0 0 26px;
  color: rgba(244, 237, 230, 0.86);
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.site-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 20px;
  border: 1px solid currentColor;
  border-radius: 4px;
  background: transparent;
  color: var(--cream);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.site-button::before,
.site-button::after {
  content: "\2022";
  font-size: 11px;
  line-height: 1;
}

.site-button:hover {
  transform: translateY(-2px);
  background: var(--cream);
  color: var(--green);
}

.site-button.dark {
  border-color: currentColor;
  background: transparent;
  color: var(--cream);
}

.proof-strip {
  overflow: hidden;
  background: var(--carousel-green);
  color: rgba(244, 237, 230, 0.82);
}

.proof-track {
  width: max-content;
  display: flex;
  gap: clamp(46px, 7vw, 104px);
  align-items: center;
  min-height: 94px;
  padding: 0 var(--gutter);
  animation: marquee 38s linear infinite;
}

.proof-track span {
  color: rgba(244, 237, 230, 0.68);
  font-size: clamp(18px, 1.65vw, 28px);
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.72;
}

.certification-strip {
  display: flex;
  align-items: center;
  min-height: 104px;
}

.certification-logos {
  width: 100%;
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(58px, 10vw, 180px);
  padding: 14px var(--gutter);
}

.certification-logo {
  width: auto;
  object-fit: contain;
  flex: 0 1 auto;
}

.certification-logo-gepa {
  max-width: min(32vw, 370px);
  max-height: 58px;
}

.certification-logo-pprsd {
  max-width: min(27vw, 300px);
  max-height: 72px;
}

.problem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
  background: var(--cream);
  border-bottom: 1px solid var(--line);
}

.problem-media-panel,
.metric-panel {
  position: relative;
  min-height: 0;
  overflow: hidden;
}

.problem-media-panel video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.problem-media-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(64, 79, 29, 0.08), rgba(9, 19, 6, 0.38));
}

.problem-media-panel div {
  position: absolute;
  z-index: 2;
  left: var(--gutter);
  bottom: 72px;
  max-width: 610px;
  color: var(--white);
}

.problem-media-panel h2,
.metric-panel h2,
.question-copy h2,
.answer-copy h2,
.proof-metrics h2,
.products-heading h2,
.infra-intro h2,
.trials-copy h2,
.community-title,
.difference-heading h2,
.community-left h2,
.cta-template h2 {
  margin: 0;
  font-size: clamp(40px, 3.46vw, 82px);
  font-weight: 500;
  line-height: 0.93;
}

.problem-media-panel p {
  margin: 22px 0 0;
  max-width: 420px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  text-transform: uppercase;
}

.metric-panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(54px, 6vw, 92px) var(--gutter) clamp(44px, 5vw, 72px);
  color: var(--green-2);
}

/* Problem-section stat panel: big stat, source and line art */
.stat-panel {
  position: relative;
  min-height: clamp(560px, 62vh, 720px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: clamp(54px, 6vw, 92px) var(--gutter);
  background: var(--cream);
  color: #4c5b20;
}

.stat-figure {
  margin: 0;
  max-width: 13em;
  font-size: clamp(40px, 3.46vw, 82px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.stat-source {
  margin: 20px 0 0;
  font-size: 13px;
  font-weight: 500;
  color: rgba(76, 91, 32, 0.66);
}

.stat-illo-wrap {
  --stat-fill-height: 0%;
  position: relative;
  align-self: center;
  margin: auto auto clamp(-118px, -8vw, -72px);
  width: clamp(340px, 42vw, 660px);
  overflow: hidden;
}

.stat-illo {
  display: block;
  width: 100%;
  height: auto;
}

.stat-illo-outline {
  position: relative;
  z-index: 2;
  opacity: 0.48;
}

.stat-illo-fill {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: var(--stat-fill-height);
  overflow: hidden;
  transition: height 0.18s linear;
  will-change: height;
  z-index: 1;
}

.stat-illo-green {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.92;
}

.metric-panel .eyebrow {
  margin: 0 0 20px;
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.metric-panel h2 {
  font-size: clamp(44px, 4.4vw, 92px);
  line-height: 0.94;
}

.metric-panel .metric-copy {
  margin: 22px 0 0;
  max-width: 470px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  text-transform: uppercase;
}

.farm-facts {
  display: block;
  width: 100%;
  margin: clamp(62px, 10vh, 124px) 0 0;
  padding: 0;
  list-style: none;
}

.farm-facts li {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(220px, 0.42fr);
  gap: 24px;
  align-items: center;
  min-height: clamp(108px, 13vh, 158px);
  padding: 0;
  border-top: 1px solid rgba(86, 103, 53, 0.34);
  border-radius: 0;
  background: transparent;
}

.farm-facts li:last-child {
  border-bottom: 1px solid rgba(86, 103, 53, 0.34);
}

.farm-facts strong {
  color: var(--green);
  font-family: var(--sans);
  font-size: clamp(43px, 3.75vw, 92px);
  font-weight: 400;
  line-height: 0.9;
}

.farm-facts span {
  max-width: 280px;
  justify-self: end;
  color: var(--ink);
  font-size: clamp(11px, 0.96vw, 18px);
  font-weight: 500;
  line-height: 1.22;
  text-transform: uppercase;
}

.care-scroll-story {
  position: relative;
  overflow: clip;
  background: #303532;
  color: var(--cream);
  --care-progress: 0;
}

.care-scroll-story::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 62% 22%, rgba(244, 237, 230, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(72, 79, 65, 0.22), rgba(32, 39, 34, 0.1));
  opacity: 1;
  pointer-events: none;
}

.care-scrub-sticky {
  position: sticky;
  top: 0;
  z-index: 1;
  height: 100svh;
  margin-bottom: -100svh;
  overflow: hidden;
  pointer-events: none;
}

.care-scrub-sticky::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(9, 19, 6, 0.03), rgba(9, 19, 6, 0.14));
}

.care-scrub-frame {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  filter: none;
  will-change: transform;
  /* First frame as a poster so the real footage shows immediately (no green flash
     before the canvas pipeline draws). The canvas covers this once it draws. */
  background: #303532 url("./assets/chili-water-frames/chili-water-000.jpg?v=2") center / cover no-repeat;
}

.question-stage {
  position: relative;
  z-index: 2;
  min-height: 132vh;
  display: grid;
  grid-template-rows: 52vh 80vh;
  overflow: hidden;
  background: transparent;
  color: var(--cream);
}

.question-stage::before {
  content: none;
}

.question-copy {
  position: relative;
  z-index: 2;
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  padding: clamp(64px, 7vw, 100px) var(--gutter);
}

.question-copy h2 {
  width: min(420px, 48vw);
  color: rgba(244, 237, 230, 0.92);
  font-size: clamp(40px, 3.46vw, 82px);
  font-weight: 500;
  line-height: 0.93;
}

.answer-copy {
  position: relative;
  z-index: 2;
  grid-column: 1;
  grid-row: 2;
  align-self: end;
  justify-self: end;
  width: min(430px, 32vw);
  margin: 0 var(--gutter) clamp(58px, 8vh, 96px) 0;
}

.answer-copy .eyebrow,
.products-heading .eyebrow,
.infra-intro .eyebrow,
.trials-copy .eyebrow {
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.answer-copy h2 {
  margin-bottom: 16px;
  font-size: clamp(42px, 4vw, 82px);
  font-weight: 500;
  line-height: 0.95;
}

.answer-copy p {
  margin: 0 0 24px;
  color: rgba(244, 237, 230, 0.78);
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.question-object {
  display: none;
}

.feature-stage {
  position: relative;
  z-index: 2;
  --feature-card-gap: clamp(20px, 1.3vw, 28px);
  --feature-card-width: calc((100vw - (var(--gutter) * 2) - (var(--feature-card-gap) * 2)) / 3);
  min-height: 360vh;
  overflow: visible;
  background: transparent;
  color: var(--cream);
}

.feature-card {
  position: absolute;
  z-index: 4;
  width: var(--feature-card-width);
  height: clamp(178px, 15.6vw, 320px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(18px, 1.2vw, 28px);
  border: 0;
  border-radius: 0;
  opacity: 0;
  transform: translate3d(0, 3em, 0) scale(0.985);
  transition:
    opacity 760ms cubic-bezier(0.19, 1, 0.22, 1),
    transform 920ms cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
}

.intro-card {
  background: #f4ede6;
  color: #4c5b20;
}

.intro-card h3 {
  font-size: clamp(21px, 1.75vw, 28px);
  letter-spacing: -0.01em;
}

.intro-card p {
  text-transform: none;
  font-size: clamp(13px, 1.05vw, 16px);
  letter-spacing: -0.005em;
}

.motion-card {
  width: min(30vw, 620px);
  min-height: clamp(180px, 16vw, 330px);
  height: auto;
  padding: clamp(24px, 1.7vw, 38px);
  background: rgba(57, 68, 32, 0.3);
  color: var(--cream);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border-radius: 4.5px;
}

.feature-card.motion-card h3 {
  max-width: 86%;
  font-size: clamp(26px, 2.2vw, 46px);
}

.feature-card.motion-card p {
  max-width: 29em;
  font-size: clamp(13px, 1.1vw, 20px);
  line-height: 1.25;
}

.feature-stage:not([data-phase]) .intro-card,
.feature-stage[data-phase="start"] .intro-card,
.feature-stage[data-phase="drop"] .drop-card,
.feature-stage[data-phase="sink"] .sink-card {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.feature-card .card-mark,
.feature-card h3,
.feature-card p {
  opacity: 0;
  transform: translate3d(0, 0.9em, 0);
  transition:
    opacity 520ms ease,
    transform 760ms cubic-bezier(0.19, 1, 0.22, 1);
}

.feature-stage:not([data-phase]) .intro-card .card-mark,
.feature-stage:not([data-phase]) .intro-card h3,
.feature-stage:not([data-phase]) .intro-card p,
.feature-stage[data-phase="start"] .intro-card .card-mark,
.feature-stage[data-phase="start"] .intro-card h3,
.feature-stage[data-phase="start"] .intro-card p,
.feature-stage[data-phase="drop"] .drop-card .card-mark,
.feature-stage[data-phase="drop"] .drop-card h3,
.feature-stage[data-phase="drop"] .drop-card p,
.feature-stage[data-phase="sink"] .sink-card .card-mark,
.feature-stage[data-phase="sink"] .sink-card h3,
.feature-stage[data-phase="sink"] .sink-card p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.feature-stage:not([data-phase]) .intro-card h3,
.feature-stage[data-phase="start"] .intro-card h3,
.feature-stage[data-phase="drop"] .drop-card h3,
.feature-stage[data-phase="sink"] .sink-card h3 {
  transition-delay: 120ms;
}

.feature-stage:not([data-phase]) .intro-card p,
.feature-stage[data-phase="start"] .intro-card p,
.feature-stage[data-phase="drop"] .drop-card p,
.feature-stage[data-phase="sink"] .sink-card p {
  transition-delay: 220ms;
}

.feature-card h3 {
  margin: 0;
  max-width: 72%;
  font-size: clamp(19px, 1.62vw, 38px);
  font-weight: 500;
  line-height: 1.1;
}

.feature-card p {
  margin: 0;
  max-width: 24em;
  color: currentColor;
  font-size: clamp(11px, 0.96vw, 18px);
  font-weight: 500;
  line-height: 1.28;
  text-transform: uppercase;
  text-align: left;
}

.card-mark {
  width: clamp(25px, 2vw, 44px);
  height: clamp(25px, 2vw, 44px);
  display: block;
  background: url("./assets/tunasim-mark.png") center / contain no-repeat;
}

.card-a {
  left: var(--gutter);
  top: 12vh;
}

.card-b {
  left: calc(var(--gutter) + var(--feature-card-width) + var(--feature-card-gap));
  top: 12vh;
}

.card-c {
  right: var(--gutter);
  top: 12vh;
}

.card-d {
  left: 9.6vw;
  top: 138vh;
}

.card-e {
  right: 9vw;
  top: 164vh;
}

.card-f {
  left: 9.6vw;
  top: 246vh;
}

.card-g {
  right: 9vw;
  top: 284vh;
}

.ghost-title {
  position: sticky;
  z-index: 2;
  top: calc(100svh - 176px);
  left: 0;
  width: 100vw;
  max-width: 100vw;
  overflow: hidden;
  margin: 46vh 0 0 -4px;
  color: rgba(219, 230, 147, 0.32);
  font-size: clamp(110px, 18vw, 320px);
  font-weight: 600;
  line-height: 0.8;
  pointer-events: none;
  white-space: nowrap;
}

.field-proof {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
  background: var(--cream);
  border-bottom: 1px solid var(--line);
}

.proof-video {
  position: relative;
  overflow: hidden;
}

.proof-video video {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  object-fit: cover;
}

.proof-metrics {
  display: grid;
  align-content: start;
  padding: clamp(54px, 6vw, 92px) var(--gutter) clamp(44px, 5vw, 72px);
  color: var(--green);
}

.proof-metrics h2 {
  color: var(--green-2);
  margin: 0 0 clamp(20px, 3vh, 36px);
  font-size: clamp(40px, 3.46vw, 82px);
  font-weight: 500;
  line-height: 0.93;
}

.proof-brief {
  max-width: 540px;
  margin: 0 0 clamp(32px, 5vh, 56px);
  color: rgba(76, 91, 32, 0.78);
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-transform: none;
}

.proof-video::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(9, 19, 6, 0.12), rgba(9, 19, 6, 0.55));
  pointer-events: none;
}

.proof-media-copy {
  position: absolute;
  z-index: 2;
  left: var(--gutter);
  top: clamp(40px, 7vh, 90px);
  max-width: 460px;
  color: var(--white);
}

.proof-media-copy h2 {
  margin: 0;
  font-size: clamp(30px, 3.4vw, 58px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.proof-media-copy p {
  margin: 16px 0 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  color: rgba(244, 237, 230, 0.9);
}

.metric-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, 11em);
  gap: 16px;
  align-items: end;
  padding: clamp(16px, 1.8vh, 24px) 0;
  border-bottom: 1px solid rgba(124, 145, 76, 0.5);
}

.proof-metrics .metric-row:nth-of-type(1) { transition-delay: 0ms; }
.proof-metrics .metric-row:nth-of-type(2) { transition-delay: 90ms; }
.proof-metrics .metric-row:nth-of-type(3) { transition-delay: 180ms; }
.proof-metrics .metric-row:nth-of-type(4) { transition-delay: 270ms; }

.metric-row:first-of-type {
  border-top: 1px solid rgba(124, 145, 76, 0.5);
}

.metric-row strong {
  font-size: clamp(26px, 2.8vw, 44px);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: #636f3d;
}

.metric-row span {
  max-width: 11em;
  justify-self: end;
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
  text-transform: uppercase;
  color: #404f1d;
}

/* (removed stray .proof-metrics p rule — it was forcing .proof-brief to uppercase/tiny) */

.products-template {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 7vw, 120px) var(--gutter) clamp(92px, 9vw, 146px);
  background: var(--cream);
}

.products-heading {
  max-width: 960px;
  margin-bottom: clamp(130px, 14vw, 230px);
  color: var(--green-2);
}

.product-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 1.8vw, 34px);
  align-items: end;
}

.template-card {
  position: relative;
  --product-offset: 0px;
  --product-delay: 0ms;
  min-height: clamp(360px, 23vw, 470px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: visible;
  padding: clamp(20px, 2vw, 32px);
  border-radius: 5px;
  background: var(--green);
  color: var(--cream);
  text-decoration: none;
  cursor: pointer;
  transition:
    scale 620ms cubic-bezier(0.19, 1, 0.22, 1),
    box-shadow 620ms cubic-bezier(0.19, 1, 0.22, 1);
}

@media (hover: hover) {
  .template-card:hover {
    z-index: 4;
    scale: 1.035;
    box-shadow: 0 28px 60px rgba(9, 19, 6, 0.2);
  }
}

.template-card:focus-visible {
  z-index: 4;
  scale: 1.025;
  outline: 3px solid var(--green-2);
  outline-offset: 6px;
}

.product-card-b {
  --product-offset: clamp(34px, 5vw, 84px);
  --product-delay: 120ms;
}

.product-card-b .product-media-stack {
  top: clamp(-154px, -8.6vw, -88px);
  width: min(94%, 460px);
  aspect-ratio: 1.18 / 1;
}

.product-card-b .product-media-stack img {
  position: absolute;
  display: block;
  height: clamp(112px, 12vw, 156px);
  max-width: none;
  object-fit: cover;
  object-position: center top;
  opacity: 1;
  border: 1px solid rgba(86, 103, 53, 0.28);
  border-radius: 7px;
  background: #f5f6f4;
  box-shadow: 0 16px 30px rgba(9, 19, 6, 0.19);
  filter: none;
  transform-origin: center;
}

.product-media-stack .product-stack-back {
  z-index: 1;
  top: 0;
  left: 0;
  width: 96%;
  transform: perspective(900px) rotateX(3deg) rotateZ(-2.5deg);
}

.product-media-stack .product-stack-middle {
  z-index: 2;
  top: 21%;
  right: -1%;
  width: 89%;
  transform: perspective(900px) rotateX(2deg) rotateZ(1.8deg);
}

.product-media-stack .product-stack-front {
  z-index: 3;
  top: 44%;
  left: 5%;
  width: 82%;
  transform: perspective(900px) rotateX(1deg) rotateZ(-1deg);
}

.template-card.product-card-b:hover .product-media-stack .product-stack-back {
  transform: perspective(900px) translateY(-10px) rotateX(3deg) rotateZ(-2.5deg);
}

.template-card.product-card-b:hover .product-media-stack .product-stack-middle {
  transform: perspective(900px) translateY(-14px) rotateX(2deg) rotateZ(1.8deg);
}

.template-card.product-card-b:hover .product-media-stack .product-stack-front {
  transform: perspective(900px) translateY(-18px) rotateX(1deg) rotateZ(-1deg);
}

.product-card-c {
  --product-offset: clamp(68px, 8vw, 132px);
  --product-delay: 240ms;
}

.template-card.reveal {
  opacity: 0;
  transform: translate3d(0, calc(var(--product-offset) + 4.6em), 0);
  transition:
    opacity 920ms cubic-bezier(0.19, 1, 0.22, 1) var(--product-delay),
    transform 1120ms cubic-bezier(0.19, 1, 0.22, 1) var(--product-delay);
}

.template-card.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, var(--product-offset), 0);
}

.product-media {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: clamp(-132px, -9vw, -72px);
  width: min(72%, 390px);
  aspect-ratio: 1.18;
  transform: translateX(-50%);
  overflow: visible;
  pointer-events: none;
  opacity: 1;
  transition:
    opacity 760ms cubic-bezier(0.19, 1, 0.22, 1),
    transform 980ms cubic-bezier(0.19, 1, 0.22, 1);
}

.template-card.reveal .product-media {
  opacity: 0;
  transform: translateX(-50%) translateY(2.2em) scale(0.96);
  transition-delay: calc(var(--product-delay) + 120ms);
}

.template-card.reveal.is-visible .product-media {
  opacity: 1;
  transform: translateX(-50%) translateY(0) scale(1);
}

.product-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  opacity: 0.96;
  filter: drop-shadow(0 18px 24px rgba(9, 19, 6, 0.16));
  transition: transform 700ms ease;
}

.product-card-c .product-media {
  top: clamp(-176px, -11vw, -104px);
  width: min(54%, 210px);
  aspect-ratio: 354 / 652;
}

.product-card-c .product-media img {
  object-fit: contain;
  object-position: center bottom;
  opacity: 1;
  filter: drop-shadow(0 18px 24px rgba(9, 19, 6, 0.14));
  transform: none;
}

.template-card.product-card-c:hover .product-media img {
  transform: translateY(-10px) scale(1.05);
}

.template-card:hover .product-media img {
  transform: translateY(-10px) scale(1.05);
}

.template-card .arrow {
  position: absolute;
  z-index: 3;
  right: clamp(14px, 1.4vw, 24px);
  top: clamp(14px, 1.4vw, 24px);
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 2px;
  background: rgba(244, 237, 230, 0.14);
  color: var(--cream);
  font-size: 24px;
  transition:
    opacity 540ms ease,
    transform 720ms cubic-bezier(0.19, 1, 0.22, 1),
    background-color 220ms ease;
}

.template-card h3 {
  position: relative;
  z-index: 3;
  margin: 0 0 12px;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 500;
  line-height: 0.98;
}

.template-card p {
  position: relative;
  z-index: 3;
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  text-transform: uppercase;
}

.template-card h3,
.template-card p {
  transition:
    opacity 540ms ease,
    transform 720ms cubic-bezier(0.19, 1, 0.22, 1);
}

.template-card.reveal .arrow,
.template-card.reveal h3,
.template-card.reveal p {
  opacity: 0;
  transform: translate3d(0, 1.1em, 0);
}

.template-card.reveal.is-visible .arrow,
.template-card.reveal.is-visible h3,
.template-card.reveal.is-visible p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.template-card.reveal.is-visible .arrow {
  transition-delay: calc(var(--product-delay) + 280ms);
}

.template-card.reveal.is-visible h3 {
  transition-delay: calc(var(--product-delay) + 380ms);
}

.template-card.reveal.is-visible p {
  transition-delay: calc(var(--product-delay) + 480ms);
}

.template-card[data-product-card] {
  opacity: var(--product-opacity, 0.18);
  transform: translate3d(0, var(--product-y, 170px), 0);
  will-change: opacity, transform;
}

.template-card[data-product-card] .product-media {
  opacity: var(--product-media-opacity, var(--product-content-opacity, 0));
  transform: translateX(-50%) translateY(var(--product-media-y, 38px)) scale(var(--product-media-scale, 0.94));
  transition: none;
}

.template-card[data-product-card] .arrow,
.template-card[data-product-card] h3,
.template-card[data-product-card] p {
  opacity: var(--product-content-opacity, 0);
  transform: translate3d(0, var(--product-content-y, 24px), 0);
  transition: none;
}

.infrastructure-template {
  display: grid;
  grid-template-columns: minmax(0, 0.45fr) minmax(0, 0.55fr);
  gap: 0;
  align-items: stretch;
  min-height: 100vh;
  padding: 0;
  background: var(--dark);
  color: var(--cream);
}

.infra-intro {
  display: grid;
  align-content: center;
  padding: clamp(72px, 10vw, 138px) var(--gutter);
}

.infra-intro h2 {
  color: var(--green-3);
  font-size: clamp(58px, 6vw, 104px);
  line-height: 0.94;
}

.infra-intro p {
  margin: 24px 0 0;
  max-width: 500px;
  color: rgba(244, 237, 230, 0.72);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.36;
}

.infra-board {
  min-height: 100vh;
  display: grid;
  align-content: center;
  overflow: hidden;
  padding: clamp(72px, 10vw, 138px) var(--gutter);
  border-left: 1px solid rgba(244, 237, 230, 0.14);
  border-radius: 0;
  background: linear-gradient(180deg, rgba(111, 128, 72, 0.09), rgba(9, 19, 6, 0)), #0d1c0a;
}

.infra-row {
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(220px, 0.45fr);
  gap: 24px;
  align-items: center;
  min-height: clamp(108px, 13vh, 158px);
  border-top: 1px solid rgba(244, 237, 230, 0.22);
}

.infra-row:last-of-type {
  border-bottom: 1px solid rgba(244, 237, 230, 0.22);
}

.infra-row strong {
  color: var(--green-3);
  font-size: clamp(52px, 5.8vw, 96px);
  font-weight: 500;
  line-height: 0.94;
}

.infra-row span {
  max-width: 300px;
  justify-self: end;
  color: rgba(244, 237, 230, 0.76);
  font-size: clamp(13px, 1vw, 18px);
  font-weight: 500;
  line-height: 1.22;
  text-transform: uppercase;
}

.topic {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  overflow-wrap: anywhere;
  margin-top: clamp(34px, 5vw, 58px);
  padding: 16px 18px;
  border: 1px solid rgba(244, 237, 230, 0.16);
  border-radius: 5px;
  background: rgba(9, 19, 6, 0.66);
  color: rgba(244, 237, 230, 0.82);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
}

.node {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  border: 1px solid rgba(244, 237, 230, 0.2);
  border-radius: 5px;
  background: var(--green-2);
  color: var(--cream);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.node.gateway {
  left: 50%;
  top: 48%;
  width: 128px;
  height: 128px;
  transform: translate(-50%, -50%);
  font-size: 28px;
  font-weight: 400;
}

.n1,
.n2,
.n3 {
  width: 86px;
  height: 54px;
}

.n1 {
  left: 14%;
  top: 18%;
}

.n2 {
  right: 13%;
  top: 21%;
}

.n3 {
  left: 18%;
  bottom: 27%;
}

.pulse {
  position: absolute;
  left: 50%;
  top: 48%;
  border: 1px solid rgba(244, 237, 230, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0.4);
  animation: pulse 3s ease-out infinite;
}

.p1 {
  width: 320px;
  height: 320px;
}

.p2 {
  width: 520px;
  height: 520px;
  animation-delay: 1.1s;
}

.trials-template {
  display: grid;
  grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr);
  min-height: 100vh;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--cream);
}

.trials-left {
  display: flex;
  flex-direction: column;
}

.trials-copy {
  padding: clamp(40px, 5vh, 64px) var(--gutter) clamp(52px, 8vw, 110px);
}

.trials-copy h2 {
  color: #636f3d;
  font-size: clamp(40px, 3.46vw, 82px);
  font-weight: 500;
  line-height: 0.93;
  letter-spacing: -0.01em;
}

.trials-copy p {
  max-width: 360px;
  margin: 22px 0 0;
  color: #636f3d;
  font-size: clamp(15px, 1vw, 17px);
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0;
}

.map-panel {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: clamp(20px, 3vh, 40px);
}

.map-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 920.86 / 390.97;
  overflow: hidden;
}

/* The map fills the panel edge to edge. script.js (layoutWorldMap) sizes and
   offsets the image so a fixed region — Canada to the Gulf, Scandinavia to the
   tip of Africa — is always fully visible and the rest of the world fills
   whatever space the panel's shape leaves; the six marks are placed by the
   same arithmetic, so they stay on their countries at every panel size. */
.map-wrapper > img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  opacity: 0.9;
}

/* Desktop: the panel's height comes from the section layout; the wrapper
   takes the whole panel and the script decides the crop. */
@media (min-width: 981px) {
  .map-wrapper {
    aspect-ratio: auto;
    height: 100%;
    min-height: 100%;
  }
}

.trials-imagepanel {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  border-left: 1px solid var(--line);
}

.trials-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 86% center;
}

.trials-imagepanel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 19, 6, 0.18), rgba(9, 19, 6, 0.62));
  pointer-events: none;
}

.trials-box {
  position: absolute;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: clamp(200px, 17vw, 258px);
  height: clamp(196px, 16.5vw, 250px);
  padding: clamp(20px, 1.6vw, 28px);
  background: var(--cream);
}

.trials-box-a {
  top: 0;
  right: 0;
}

.trials-box-b {
  top: clamp(196px, 16.5vw, 250px);
  right: clamp(200px, 17vw, 258px);
}

.trials-box h3 {
  margin: 0;
  font-size: clamp(20px, 1.7vw, 27px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #4c5b20;
}

.trials-box p {
  margin: 0;
  font-size: clamp(12px, 0.95vw, 14px);
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #404f1d;
}

.trials-headline {
  position: absolute;
  z-index: 3;
  left: clamp(24px, 3vw, 48px);
  right: clamp(24px, 3vw, 48px);
  bottom: clamp(36px, 6vh, 72px);
  color: var(--white);
}

.trials-headline h2 {
  margin: 0 0 22px;
  max-width: 12em;
  font-size: clamp(34px, 3.4vw, 62px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--white);
}

.pin {
  position: absolute;
  width: clamp(26px, 2.6vw, 40px);
  height: auto;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 2px 6px rgba(9, 19, 6, 0.35));
  opacity: 0.95;
}

.pin::before {
  content: none;
}

.ghana {
  left: 49.67%;
  top: 48.97%;
}

.uk {
  left: 49.61%;
  top: 14.52%;
}

.eu {
  left: 53.03%;
  top: 16.91%;
}

.uae {
  left: 64.45%;
  top: 35.36%;
}

.us {
  left: 26.26%;
  top: 23.77%;
}

.canada {
  left: 30.57%;
  top: 20.32%;
}

/* Map location markers: Tunasim logo with hover-reveal country card */
.map-loc {
  position: absolute;
  z-index: 4;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.map-loc:hover,
.map-loc:focus-within {
  z-index: 40;
}

.map-loc-mark {
  display: block;
  width: clamp(22px, 2.4vw, 34px);
  height: auto;
  filter: drop-shadow(0 2px 6px rgba(9, 19, 6, 0.3));
  transition: transform 220ms ease;
}

.map-loc:hover .map-loc-mark,
.map-loc:focus-within .map-loc-mark {
  transform: scale(1.12);
}

.map-loc-card {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 12px);
  transform: translate(-50%, 8px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 6px;
  width: clamp(150px, 12vw, 184px);
  height: clamp(150px, 12vw, 184px);
  padding: clamp(16px, 1.1vw, 20px) clamp(16px, 1.1vw, 20px) clamp(16px, 1.1vw, 20px) clamp(18px, 1.3vw, 24px);
  background: var(--green);
  color: var(--cream);
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease, transform 360ms cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 60;
}

.map-loc:hover .map-loc-card,
.map-loc:focus-within .map-loc-card {
  opacity: 1;
  transform: translate(-50%, 0);
}

/* Marks near the top of the panel open their card downwards; marks near a
   side keep the card inside the panel. Classes are set by script.js. */
.map-loc.card-below .map-loc-card {
  bottom: auto;
  top: calc(100% + 12px);
  transform: translate(-50%, -8px);
}

.map-loc.card-below:hover .map-loc-card,
.map-loc.card-below:focus-within .map-loc-card {
  transform: translate(-50%, 0);
}

.map-loc.card-left .map-loc-card {
  left: -8px;
  transform: translate(0, 8px);
}

.map-loc.card-left:hover .map-loc-card,
.map-loc.card-left:focus-within .map-loc-card {
  transform: translate(0, 0);
}

.map-loc.card-right .map-loc-card {
  left: auto;
  right: -8px;
  transform: translate(0, 8px);
}

.map-loc.card-right:hover .map-loc-card,
.map-loc.card-right:focus-within .map-loc-card {
  transform: translate(0, 0);
}

.map-loc-country {
  font-size: clamp(20px, 1.5vw, 24px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: var(--cream);
}

.map-loc-note {
  font-size: clamp(12px, 0.9vw, 14px);
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0;
  color: rgba(244, 237, 230, 0.92);
}

.community-template {
  position: relative;
  height: 57em;
  min-height: 100svh;
  overflow: hidden;
  background: #18220e;
  color: var(--white);
}

.community-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.community-template::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(34, 48, 13, 0.54);
  pointer-events: none;
}

.community-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  padding-top: 5.31em;
  padding-left: var(--gutter);
}

.community-title {
  position: relative;
  z-index: 2;
  width: max-content;
  max-width: calc(100vw - (var(--gutter) * 2));
  color: var(--white);
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.community-all-link {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.75em;
  margin-top: 1.15em;
  padding-bottom: 0.35em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  color: var(--white);
  font-size: 0.94em;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: gap 300ms ease, border-color 300ms ease;
}

.community-all-link:hover,
.community-all-link:focus-visible {
  gap: 1.1em;
  border-color: var(--white);
}

.community-carousel {
  position: absolute;
  z-index: 1;
  top: 17.65em;
  left: calc(-1 * var(--gutter));
  display: flex;
  gap: 2em;
  width: calc(100vw + var(--gutter));
  max-height: 40.94em;
  padding-right: var(--gutter);
  padding-left: calc(36.5vw + var(--gutter));
  box-sizing: border-box;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
}

.community-carousel::-webkit-scrollbar {
  display: none;
}

.community-card {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 28.56em;
  height: 33.88em;
  overflow: hidden;
  color: var(--green);
}

.community-card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.community-card-panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 18em;
  height: 20.94em;
  padding: 1.5em 1.25em;
  background: var(--cream);
}

.community-card-panel h3 {
  width: 90%;
  margin: 0;
  color: var(--green);
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.community-card-panel p {
  margin: 0;
  color: var(--green);
  font-size: 1em;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
}

.community-arrows {
  position: absolute;
  z-index: 4;
  left: var(--gutter);
  bottom: 10.2em;
  display: flex;
  gap: 0.63em;
}

.community-arrow {
  position: relative;
  width: 3.38em;
  height: 3.38em;
  padding: 0;
  border: 0;
  border-radius: 0.13em;
  background: var(--cream);
  color: var(--ink);
  cursor: pointer;
  transition: background 0.3s ease;
}

.community-arrow:hover {
  background: #dfd5cb;
}

.community-arrow::before {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 1.35em;
  line-height: 1;
}

.community-arrow-prev::before {
  content: "\2190";
}

.community-arrow-next::before {
  content: "\2192";
}

.difference-template {
  position: relative;
  z-index: 2;
  height: 50.69em;
  overflow: hidden;
  padding-left: var(--gutter);
  background: #596a33;
  color: var(--cream);
}

.difference-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}

.difference-copy {
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 16.25em;
  padding-top: 5.63em;
  padding-bottom: 7em;
}

.difference-heading {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  width: 32.6em;
}

.difference-heading h2 {
  width: 16em;
  color: var(--white);
  letter-spacing: -0.01em;
}

.difference-heading p {
  width: 90%;
  margin: 0;
  color: var(--cream);
  font-size: 1em;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
}

.difference-actions {
  display: flex;
  gap: 1.25em;
}

.difference-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.13em;
  padding: 0.88em 0.75em;
  border-radius: 0.18em;
  font-size: 0.95em;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  transition: background 0.3s ease, color 0.3s ease;
}

.difference-button::before,
.difference-button::after {
  content: "\2022";
  margin: 0 0.72em;
}

.difference-button-filled {
  background: var(--cream);
  color: var(--green);
}

.difference-button-filled:hover {
  background: #dfd5cb;
}

.difference-button-outline {
  border: 1px solid rgba(244, 237, 230, 0.8);
  color: var(--cream);
}

.difference-button-outline:hover {
  background: rgba(244, 237, 230, 0.12);
}

.difference-images {
  position: relative;
  width: 47.25em;
  height: 38.8em;
  overflow: hidden;
}

.difference-img {
  position: absolute;
  display: block;
  max-width: none;
  aspect-ratio: 1;
  object-fit: cover;
}

.difference-tile {
  background: #7c914c;
}

.difference-tile-olive {
  background: #7c914c;
}

.difference-tile-cream {
  background: #414f1e;
}

.difference-tile-sage {
  background: #7c914c;
}

.difference-tile-clay {
  background: #414f1e;
}

.difference-img-1 {
  width: 20.3em;
  inset: auto auto 6.1em 13.8em;
}

.difference-img-2 {
  width: 9.5em;
  inset: auto auto 26.4em -0.2em;
}

.difference-img-3 {
  width: 5em;
  inset: auto auto 1.1em 8.7em;
}

.difference-img-4 {
  width: 5em;
  inset: auto auto 35.8em 9.3em;
}

.difference-img-5 {
  width: 10.9em;
  inset: auto -3.3em 0 auto;
}

.difference-img-6 {
  width: 10.5em;
  inset: auto auto 26.4em 34.2em;
}

.footer-template {
  background: var(--dark);
  color: var(--cream);
}

.footer-media {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 260px;
}

.footer-media img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  opacity: 0.82;
}

.footer-bottom {
  min-height: 130px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  padding: 28px var(--gutter);
}

.footer-bottom .logo {
  justify-items: start;
}

.footer-bottom .brand-logo {
  filter: brightness(0) invert(1);
}

.footer-bottom p {
  margin: 0;
  color: rgba(244, 237, 230, 0.68);
  font-size: 13px;
  text-align: right;
}

.footer-bottom p a {
  color: inherit;
  text-decoration: none;
}

/* Footer sitemap */
.footer-sitemap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(24px, 3vw, 48px);
  padding: clamp(48px, 6vw, 80px) var(--gutter);
  border-top: 1px solid rgba(244, 237, 230, 0.12);
}

.footer-col h4 {
  margin: 0 0 16px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(244, 237, 230, 0.55);
}

.footer-col a {
  display: block;
  margin-bottom: 10px;
  font-size: clamp(15px, 1.1vw, 18px);
  font-weight: 500;
  color: var(--cream);
  transition: color 180ms ease;
}

.footer-col a:hover {
  color: var(--green-3);
}

body.contact-open {
  overflow: hidden;
}

.contact-drawer {
  position: fixed;
  inset: 0;
  z-index: 980;
  visibility: hidden;
  pointer-events: none;
}

.contact-drawer.is-open,
.contact-drawer.is-closing {
  visibility: visible;
}

.contact-drawer.is-open {
  pointer-events: auto;
}

.contact-drawer-bg {
  position: absolute;
  inset: 0;
  padding: 0;
  border: 0;
  background: rgba(5, 12, 4, 0.44);
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.contact-drawer.is-open .contact-drawer-bg {
  opacity: 1;
}

.contact-drawer-inner {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  grid-template-columns: minmax(190px, 0.8fr) minmax(280px, 1fr);
  width: clamp(560px, 50vw, 760px);
  height: 100svh;
  overflow: hidden;
  background: #313d1a;
  color: var(--cream);
  transform: translate3d(100%, 0, 0);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.contact-drawer.is-open .contact-drawer-inner {
  transform: translate3d(0, 0, 0);
}

.contact-drawer.is-closing .contact-drawer-inner {
  transition-duration: 0.9s;
  transition-delay: 0.18s;
}

.contact-drawer-close {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 8;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(244, 237, 230, 0.58);
  background: rgba(244, 237, 230, 0.88);
  cursor: pointer;
}

.contact-drawer-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: var(--green);
  transform-origin: center;
}

.contact-drawer-close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.contact-drawer-close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.contact-drawer-visual {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #313d1a;
}

.contact-drawer-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(0.94);
}

.contact-drawer-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(10, 16, 7, 0.74), rgba(10, 16, 7, 0.22) 45%, rgba(10, 16, 7, 0.58)),
    linear-gradient(0deg, rgba(10, 16, 7, 0.58), rgba(10, 16, 7, 0.08));
}

.contact-trail-container {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

.contact-trail-square {
  position: absolute;
  width: 5vw;
  height: 5vw;
  border: 1px solid rgba(0, 0, 0, 0.05);
  opacity: 0;
  pointer-events: none;
  box-sizing: border-box;
  transition: opacity 300ms ease-out;
}

.contact-visual-copy {
  position: absolute;
  left: clamp(24px, 3.2vw, 44px);
  top: clamp(44px, 6vh, 72px);
  bottom: auto;
  z-index: 5;
  color: var(--cream);
}

.contact-title-mask {
  display: block;
  margin: 0;
  overflow: hidden;
}

.contact-title-mask span {
  display: block;
  transform: translate3d(0, 110%, 0);
  transition: transform 0.68s cubic-bezier(0.19, 1, 0.22, 1);
}

.contact-drawer.is-open .contact-title-mask span {
  transform: translate3d(0, 0, 0);
  transition-delay: 0.55s;
}

.contact-drawer.is-closing .contact-title-mask span {
  transform: translate3d(0, 110%, 0);
  transition-delay: 0s;
  transition-duration: 0.4s;
}

.contact-visual-copy h2 {
  max-width: none;
  color: var(--cream);
  font-size: clamp(64px, 7vw, 104px);
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.contact-visual-copy a,
.contact-visual-copy p {
  display: block;
  margin: 18px 0 0;
  color: var(--cream);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.contact-drawer-form {
  position: relative;
  z-index: 5;
  grid-column: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 100%;
  padding: clamp(108px, 12vh, 132px) clamp(24px, 3.4vw, 44px) clamp(54px, 7vh, 76px);
}

.contact-form {
  width: min(35.63em, 100%);
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.contact-fields-row {
  width: 100%;
  display: flex;
  gap: 1.25em;
}

.contact-field {
  width: 100%;
  display: block;
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition:
    opacity 0.48s ease,
    transform 0.68s cubic-bezier(0.19, 1, 0.22, 1);
}

.contact-drawer.is-open .contact-field,
.contact-drawer.is-open .contact-submit {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.contact-drawer.is-open .contact-fields-row .contact-field:first-child {
  transition-delay: 0.74s;
}

.contact-drawer.is-open .contact-fields-row .contact-field:last-child {
  transition-delay: 0.78s;
}

.contact-drawer.is-open .contact-form > .contact-field:nth-child(2) {
  transition-delay: 0.84s;
}

.contact-drawer.is-open .contact-form > .contact-field:nth-child(3) {
  transition-delay: 0.9s;
}

.contact-drawer.is-open .contact-form > .contact-field:nth-child(4) {
  transition-delay: 0.96s;
}

.contact-drawer.is-open .contact-submit {
  transition-delay: 1.02s;
}

.contact-field span {
  display: none;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(244, 237, 230, 0.3);
  border-radius: 0;
  background: transparent;
  color: var(--cream);
  font: inherit;
  font-size: 0.88em;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  outline: 0;
  transition: border-color 0.3s ease;
}

.contact-field input,
.contact-field select {
  height: 2.5em;
  padding: 0 0 0 0.38em;
}

.contact-field textarea {
  min-height: 6em;
  resize: vertical;
  padding: 0.75em 0 0 0.38em;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: var(--cream);
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
  border-color: var(--cream);
}

.contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7em;
  justify-self: start;
  min-width: 0;
  min-height: 0;
  border: 1px solid var(--cream);
  border-radius: 0.2em;
  background: var(--cream);
  color: var(--green);
  padding: 1em 1.8em;
  font-size: 0.88em;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition:
    opacity 0.48s ease,
    transform 0.68s cubic-bezier(0.19, 1, 0.22, 1),
    background-color 0.24s ease,
    color 0.24s ease;
}

.contact-submit:hover {
  background: transparent;
  color: var(--cream);
}

.contact-submit::before,
.contact-submit::after {
  content: "\2022";
  font-size: 0.8em;
  line-height: 1;
}

@media (max-width: 860px) {
  .contact-drawer-inner {
    width: 100vw;
    height: 100svh;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(42svh, auto) auto;
    overflow-y: auto;
  }

  .contact-drawer-close {
    top: 18px;
    right: 18px;
  }

  .contact-visual-copy {
    top: 92px;
    right: 24px;
    left: 24px;
    bottom: auto;
  }

  .contact-visual-copy h2 {
    font-size: clamp(52px, 17vw, 78px);
  }

  .contact-drawer-form {
    min-height: auto;
    padding: min(48svh, 360px) 24px 38px;
  }

  .contact-fields-row {
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 760px) {
  .cta-paths {
    grid-template-columns: 1fr;
  }

  .footer-sitemap {
    grid-template-columns: 1fr 1fr;
  }

  .protected-system-grid,
  .protected-metric-strip {
    grid-template-columns: 1fr;
  }

  .protected-metric-strip div + div {
    border-left: 0;
    border-top: 1px solid rgba(86, 103, 53, 0.28);
  }
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 720ms cubic-bezier(0.23, 1, 0.32, 1), transform 820ms cubic-bezier(0.23, 1, 0.32, 1);
}

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

.text-split-ready {
  font-kerning: none;
  overflow-wrap: normal;
}

.split-word {
  display: inline-block;
  white-space: nowrap;
}

.split-char {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.22em);
  transition: opacity 420ms ease, transform 620ms cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: var(--char-delay, 0ms);
  will-change: opacity, transform;
}

.is-split-visible .split-char,
.reveal.is-visible .split-char {
  opacity: 1;
  transform: translateY(0);
}

@keyframes heroCharIn {
  55% {
    opacity: 1;
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

@keyframes pulse {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.32);
  }
  42% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
}

.approach-page {
  background: var(--paper);
  color: var(--green);
}

.approach-main {
  background: var(--paper);
}

.approach-page .site-header.on-light {
  color: var(--green) !important;
}

.approach-page .site-header.on-light .menu-trigger,
.approach-page .site-header.on-light .contact-link {
  color: var(--green) !important;
}

.approach-page .site-header.on-light .brand-logo {
  filter: none !important;
}

.approach-page .site-header.on-light .cross {
  filter: none !important;
}

.approach-page .site-header.approach-image-right .contact-link {
  color: var(--white) !important;
}

.approach-page .site-header.approach-image-left .menu-trigger {
  color: var(--white) !important;
}

.approach-page .site-header.approach-image-left .cross {
  filter: brightness(0) invert(1) !important;
}

.approach-page .site-header.approach-image-right .brand-logo,
.approach-page .site-header.approach-image-left .brand-logo {
  filter: drop-shadow(0 1px 7px rgba(244, 237, 230, 0.82)) !important;
}

.approach-hero {
  position: relative;
  height: 100svh;
  min-height: 720px;
  overflow: hidden;
  color: var(--cream);
  background: var(--green);
}

.approach-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(9, 19, 6, 0.22);
  pointer-events: none;
}

.approach-hero-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.96);
}

video.approach-hero-media {
  min-width: 100%;
  min-height: 100%;
}

.approach-hero-content {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  flex-direction: column;
  padding: 7.35em var(--gutter) 3em;
}

.approach-hero-heading {
  width: min(59.75em, 68vw);
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-bottom: 1.25em;
}

.approach-eyebrow {
  margin: 0;
  color: currentColor;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
}

.approach-hero h1 {
  margin: 0;
  font-size: 4.44em;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.approach-content-panel h2,
.approach-s-3 h2,
.approach-s-4 h2,
.approach-cta h2 {
  margin: 0;
  font-size: 3.6em;
  font-weight: 500;
  line-height: 0.93;
  letter-spacing: -0.01em;
}

.approach-panel-cream h2,
.approach-s-3 h2 {
  letter-spacing: -0.03em;
}

.approach-rule {
  width: 100%;
  height: 1px;
  flex: 0 0 auto;
}

.approach-rule-white {
  background: rgba(255, 255, 255, 0.22);
}

.approach-hero .approach-rule-white {
  background: rgba(255, 255, 255, 0.28);
}

.approach-rule-green {
  background: rgba(86, 103, 53, 0.28);
}

.approach-hero-description {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-right: 1.88em;
}

.approach-hero-description p {
  width: min(16em, 52vw);
  margin: 0;
  color: var(--cream);
  font-size: clamp(24px, 2.7vw, 42px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.approach-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100svh;
  overflow: hidden;
}

.approach-s-1 {
  background: linear-gradient(18deg, #89964a, #425223);
}

.approach-media-panel,
.approach-video-panel,
.approach-hands-panel {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
}

.approach-photo,
.approach-video-panel video,
.approach-video-panel img,
.hands-approach {
  width: 100%;
  height: 100%;
  min-height: 100svh;
  object-fit: cover;
}

.approach-photo-parallax {
  position: absolute;
  inset: 0;
  height: 130%;
  min-height: 130%;
}

.approach-number {
  color: inherit;
  font-size: clamp(48px, 3.62em, 70px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.approach-numbered-media .approach-number {
  position: absolute;
  z-index: 1;
  left: var(--gutter);
  top: 1em;
}

.approach-number-light {
  color: var(--white);
}

.approach-number-green {
  color: var(--green);
}

.approach-content-panel {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 3.13em var(--gutter) 2.5em;
}

.approach-panel-green {
  color: var(--white);
}

.approach-panel-cream {
  background: var(--paper);
  color: var(--green);
  border-bottom: 1px solid rgba(86, 103, 53, 0.28);
}

.approach-heading-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.5em;
}

.approach-heading-pair {
  display: flex;
  align-items: flex-start;
  gap: 4.69em;
  width: 100%;
}

.approach-copy-block {
  width: min(38.19em, 100%);
  display: flex;
  flex-direction: column;
  gap: 1.2em;
  color: inherit;
}

.approach-copy-block p,
.approach-s-3-texts p,
.approach-s-4-texts p,
.approach-cta p {
  margin: 0;
  color: inherit;
  font-size: 1.13em;
  font-weight: 400;
  line-height: 1.3;
}

.approach-copy-green {
  color: var(--green);
}

.approach-video-panel {
  background: var(--green);
}

.approach-video-panel video {
  filter: saturate(0.9);
}

.approach-s-3 {
  padding: 4.38em var(--gutter) 6.25em;
  overflow: hidden;
  background: var(--paper);
  color: var(--green);
}

.approach-s-3-heading {
  display: flex;
  align-items: flex-start;
  gap: 14.63em;
}

.approach-s-3-heading h2 {
  width: 7.1em;
}

.approach-s-3-content {
  display: flex;
  flex-direction: column;
  gap: 5em;
  margin-top: 5em;
  padding-left: 18.81em;
}

.approach-orbit-images {
  display: flex;
  align-items: center;
}

.approach-orbit-images img {
  position: relative;
  width: 22.7em;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
}

.approach-orbit-images img:nth-child(1) {
  z-index: 2;
}

.approach-orbit-images img:nth-child(2) {
  z-index: 1;
  margin-left: -2.5em;
}

.approach-orbit-images img:nth-child(3) {
  z-index: 0;
  margin-left: -2.5em;
}

.approach-s-3-texts {
  display: flex;
  gap: 3.9em;
  color: var(--green);
}

.approach-s-3-texts p:first-child {
  width: 27em;
}

.approach-s-3-texts p:last-child {
  width: 22em;
}

.approach-values {
  position: relative;
  min-height: 100svh;
  padding-bottom: 5em;
}

.approach-values-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(18em, 0.55fr);
  gap: 5em;
  align-items: end;
}

.approach-values-heading > p {
  width: min(28em, 100%);
  margin: 0 0 0.25em;
  color: var(--green);
  font-size: 1.13em;
  font-weight: 400;
  line-height: 1.3;
}

.approach-values .approach-s-3-heading {
  align-items: flex-start;
  gap: 6em;
}

.approach-values .approach-s-3-heading h2 {
  width: min(8.4em, 100%);
}

.approach-values-controls {
  display: flex;
  gap: 0.63em;
  margin-top: 2.5em;
}

.approach-values-track {
  display: flex;
  gap: 1.5em;
  width: calc(100% + var(--gutter));
  margin-top: 2.25em;
  margin-right: calc(var(--gutter) * -1);
  margin-left: calc(var(--gutter) * -1);
  padding: 0 var(--gutter) 1.5em 18.8em;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.approach-values-track::-webkit-scrollbar {
  display: none;
}

.approach-value-card {
  position: relative;
  width: min(28em, 76vw);
  height: min(28em, 76vw);
  flex: 0 0 min(28em, 76vw);
  padding: 0;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: var(--green);
  color: var(--green);
  text-align: left;
  scroll-snap-align: center;
  cursor: pointer;
  isolation: isolate;
}

.approach-value-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.05s cubic-bezier(.19, 1, .22, 1), opacity 0.7s ease;
}

.approach-value-index {
  position: absolute;
  z-index: 2;
  top: 1.15em;
  left: 1.2em;
  color: rgba(251, 247, 239, 0.72);
  font-size: 0.78em;
  font-weight: 600;
  line-height: 1;
}

.approach-value-control {
  position: absolute;
  z-index: 4;
  right: 1.1em;
  bottom: 1.1em;
  width: 2.75em;
  height: 2.75em;
  border: 1px solid rgba(251, 247, 239, 0.42);
  background: rgba(86, 103, 53, 0.36);
  backdrop-filter: blur(10px);
  transition: color 0.55s ease, background 0.55s ease, border-color 0.55s ease;
}

.approach-value-control::before,
.approach-value-control::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.92em;
  height: 1px;
  background: var(--white);
  transform: translate(-50%, -50%);
  transition: transform 0.65s cubic-bezier(.19, 1, .22, 1), background 0.55s ease;
}

.approach-value-control::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.approach-value-detail {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  width: 78%;
  min-height: 54%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2em;
  padding: 1.5em 4.7em 1.5em 1.5em;
  background: var(--paper);
  color: var(--green);
  transform: translateY(102%);
  transition: transform 0.9s cubic-bezier(.19, 1, .22, 1);
}

.approach-value-detail strong {
  max-width: 10em;
  font-size: 1.45em;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.approach-value-detail > span {
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.28;
}

.approach-value-card:hover > img,
.approach-value-card:focus-visible > img {
  transform: scale(1.025);
}

.approach-value-card:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 4px;
}

.approach-value-card.is-active > img {
  opacity: 0.78;
  transform: scale(1.05);
}

.approach-value-card.is-active .approach-value-detail {
  transform: translateY(0);
}

.approach-value-card.is-active .approach-value-control {
  border-color: rgba(86, 103, 53, 0.34);
  background: var(--paper);
}

.approach-value-card.is-active .approach-value-control::before,
.approach-value-card.is-active .approach-value-control::after {
  background: var(--green);
}

.approach-value-card.is-active .approach-value-control::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.approach-s-4 {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  color: var(--green);
  background: var(--green);
}

.approach-s-4::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(9, 19, 6, 0.22);
  pointer-events: none;
}

.approach-s-4-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.approach-s-4-wrap {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: clamp(3em, 8vh, 7em);
  padding: 7em var(--gutter) 4em;
  text-shadow: none;
}

.approach-s-4-heading {
  display: flex;
  align-items: flex-start;
  gap: 4.69em;
  width: min(48em, 100%);
  min-width: 0;
  box-sizing: border-box;
  margin-left: 0;
  padding: clamp(1.25em, 2.2vw, 2em);
  background: rgba(52, 65, 26, 0.94);
  color: var(--cream);
}

.approach-s-4-content {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: flex-end;
}

.approach-footer-media img:first-child {
  object-position: center 48%;
}

.approach-s-4-texts {
  width: min(25em, 46vw);
  max-width: 100%;
  margin-left: auto;
  padding: clamp(1.25em, 2.2vw, 2em);
  background: rgba(52, 65, 26, 0.94);
  color: var(--cream);
}

.approach-s-4-texts p {
  width: 100%;
}

.approach-s-5 {
  background: var(--paper);
}

.approach-hands-panel {
  background: var(--green);
}

.hands-approach {
  filter: saturate(0.92);
}

.approach-cta {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(320px, 0.38fr);
  align-items: end;
  gap: 2em;
  overflow: hidden;
  padding: 7em var(--gutter) 3em;
  background: var(--green);
  color: var(--white);
}

.approach-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 20%, rgba(255, 255, 255, 0.12), transparent 24%);
  pointer-events: none;
}

.approach-cta-copy {
  position: relative;
  z-index: 1;
  width: min(53em, 100%);
}

.approach-cta h2 {
  margin-bottom: 0.34em;
  color: var(--white);
}

.approach-cta p {
  width: min(28em, 100%);
  margin-bottom: 1.8em;
}

.approach-footer-media {
  position: relative;
  z-index: 1;
  height: 72svh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
  align-items: end;
}

.approach-footer-media img {
  width: 100%;
  height: 100%;
  min-height: 13em;
  object-fit: cover;
}

.approach-footer-media img:nth-child(1),
.approach-footer-media img:nth-child(4) {
  height: 62%;
}

.approach-footer {
  background: var(--dark);
  color: var(--cream);
  padding: 3em var(--gutter) 2em;
  border-top: 1px solid rgba(244, 237, 230, 0.12);
}

.approach-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2em;
  padding-bottom: 6em;
}

.approach-footer-grid div {
  display: flex;
  flex-direction: column;
  gap: 0.8em;
}

.approach-footer-grid .approach-footer-heading,
.approach-footer-grid a,
.approach-footer-bottom p {
  margin: 0;
  color: rgba(244, 237, 230, 0.72);
  font-size: 0.88em;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
}

.approach-footer-grid .approach-footer-heading {
  color: var(--cream);
}

.approach-footer-grid a {
  width: fit-content;
  transition: color 180ms ease, opacity 180ms ease;
}

.approach-footer-grid a:hover {
  color: var(--cream);
}

.approach-footer-grid a:focus-visible {
  outline: 1px solid var(--cream);
  outline-offset: 4px;
}

.approach-footer-bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2em;
}

.approach-footer-bottom .brand-logo {
  filter: brightness(0) invert(1);
}

.sustainability-hero .approach-hero-media {
  object-position: center 44%;
  filter: saturate(0.96);
}

.sustainability-proof {
  min-height: 100svh;
  padding: 5.4em 1.8em 4.2em;
  background: var(--cream);
  color: var(--green);
}

.sustainability-proof-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(20em, 0.54fr);
  gap: 4em;
  align-items: end;
  max-width: 92em;
  margin: 0 auto 1.65em;
}

.sustainability-proof-heading h2 {
  margin: 0;
  font-size: clamp(54px, 4.44em, 86px);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.02em;
}

.sustainability-proof-heading > p {
  margin: 0 0 0.34em;
  font-size: 1.08em;
  font-weight: 500;
  line-height: 1.18;
  text-transform: uppercase;
}

.sustainability-topic-stage {
  max-width: 92em;
  margin: 0 auto;
}

.sustainability-report {
  min-height: 72svh;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(20em, 0.48fr);
  align-items: end;
  gap: clamp(3em, 8vw, 9em);
  padding: clamp(6em, 10vw, 10em) var(--gutter) clamp(4em, 7vw, 7em);
  background: var(--green);
  color: var(--cream);
}

.sustainability-report-copy {
  align-self: start;
  max-width: 58em;
}

.sustainability-report h2 {
  max-width: 11em;
  margin: 0.34em 0 0;
  color: var(--cream);
  font-size: clamp(56px, 6.7vw, 112px);
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: -0.03em;
}

.sustainability-report-status {
  padding-top: 1.25em;
  border-top: 1px solid rgba(242, 236, 229, 0.34);
}

.sustainability-report-status span {
  display: block;
  margin-bottom: 2.2em;
  font-size: 0.84em;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.sustainability-report-status p {
  max-width: 27em;
  margin: 0;
  color: var(--cream);
  font-size: 1.13em;
  line-height: 1.32;
}

.sustainability-topic-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-auto-flow: row;
  grid-auto-rows: minmax(10.6em, auto);
  gap: 1px;
  background: rgba(86, 103, 53, 0.22);
  overflow: visible;
}

.sustainability-topic-card {
  position: relative;
  min-width: 0;
  min-height: 10.6em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.88em;
  padding: 1.32em 1.22em 1.24em;
  border: 0;
  background: var(--paper);
  color: var(--green);
  text-align: left;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  will-change: transform;
  transition:
    color 1900ms cubic-bezier(0.22, 0.48, 0.23, 0.92),
    opacity 980ms ease,
    box-shadow 1900ms cubic-bezier(0.19, 1, 0.22, 1),
    transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
}

.sustainability-topic-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--green);
  opacity: 0;
  transform: scaleY(0.42);
  transform-origin: 50% 100%;
  transition:
    opacity 1900ms cubic-bezier(0.22, 0.48, 0.23, 0.92),
    transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
}

.sustainability-topic-card > * {
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.sustainability-topic-card::after {
  content: "";
  position: absolute;
  inset: auto 1.22em 1.08em;
  z-index: 1;
  height: 1px;
  background: currentColor;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition:
    opacity 520ms ease,
    transform 980ms cubic-bezier(0.22, 0.48, 0.23, 0.92);
}

.sustainability-topic-card:not(.is-reflowing):hover,
.sustainability-topic-card:focus-visible {
  z-index: 2;
  transform: translate3d(0, -0.12em, 0);
  box-shadow: 0 0.9em 2.4em rgba(37, 41, 31, 0.1);
}

.sustainability-topic-card.is-active {
  z-index: 3;
  grid-column: span 2;
  grid-row: span 1;
  min-height: 20.8em;
  justify-content: flex-start;
  gap: 0.32em;
  background: var(--paper);
  color: var(--paper);
}

.sustainability-topic-card.is-active::before {
  opacity: 1;
  transform: scaleY(1);
}

.sustainability-topic-card.is-active::after {
  opacity: 0.32;
  transform: scaleX(1);
}

.topic-number {
  color: rgba(86, 103, 53, 0.34);
  font-size: 1.04em;
  font-weight: 600;
  line-height: 1;
  transition: color 520ms ease, transform 620ms cubic-bezier(0.22, 0.48, 0.23, 0.92);
}

.sustainability-topic-card.is-active .topic-number {
  color: rgba(251, 247, 239, 0.46);
  transform: translate3d(0, 0.25em, 0);
}

.topic-title {
  max-width: 7.5em;
  margin: auto 0 0.54em;
  font-size: clamp(30px, 2.15em, 42px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.02em;
  transition:
    transform 960ms cubic-bezier(0.22, 0.48, 0.23, 0.92),
    max-width 960ms cubic-bezier(0.22, 0.48, 0.23, 0.92);
}

.sustainability-topic-card.is-active .topic-title {
  max-width: 8.8em;
  margin: 0.12em 0 0.08em;
  transform: translate3d(0, -0.16em, 0);
}

.topic-summary {
  max-height: 5em;
  margin: 0;
  overflow: hidden;
  font-size: 0.86em;
  font-weight: 500;
  line-height: 1.18;
  text-transform: uppercase;
  transform: translate3d(0, 0, 0);
  clip-path: inset(0);
  opacity: 0.84;
  transition:
    max-height 1900ms cubic-bezier(0.19, 1, 0.22, 1),
    clip-path 960ms cubic-bezier(0.22, 0.48, 0.23, 0.92),
    opacity 960ms ease,
    transform 1900ms cubic-bezier(0.22, 0.48, 0.23, 0.92);
}

.sustainability-topic-card.is-active .topic-summary {
  max-height: 0;
  margin: 0;
  clip-path: inset(0 0 100% 0);
  transform: translate3d(0, -0.4em, 0);
  opacity: 0;
}

.topic-expanded {
  max-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(0, 1.32fr);
  gap: 0.84em;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transform: translate3d(0, 0.8em, 0);
  transition:
    max-height 1900ms cubic-bezier(0.22, 0.48, 0.23, 0.92),
    opacity 1080ms ease,
    transform 1900ms cubic-bezier(0.22, 0.48, 0.23, 0.92);
}

.sustainability-topic-card.is-active .topic-expanded {
  max-height: 15em;
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.topic-expanded-image {
  min-height: 8.1em;
  display: grid;
  place-items: center;
  overflow: visible;
  background: transparent;
}

.topic-expanded-image img {
  width: min(72%, 6.8em);
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  opacity: 0.92;
  filter: none;
  transform: scale(0.88);
  transition:
    opacity 760ms ease,
    transform 1220ms cubic-bezier(0.22, 0.48, 0.23, 0.92),
    filter 760ms ease;
}

.sustainability-topic-card.is-active .topic-expanded-image img {
  transform: scale(1);
}

.topic-expanded-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.topic-expanded-image,
.topic-expanded-kicker,
.topic-expanded-heading,
.topic-expanded-body,
.topic-expanded-list {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  clip-path: inset(0);
  transition:
    opacity 760ms ease,
    transform 960ms cubic-bezier(0.22, 0.48, 0.23, 0.92),
    clip-path 960ms cubic-bezier(0.22, 0.48, 0.23, 0.92);
}

.topic-expanded.is-detail-changing .topic-expanded-kicker,
.topic-expanded.is-detail-changing .topic-expanded-heading,
.topic-expanded.is-detail-changing .topic-expanded-body,
.topic-expanded.is-detail-changing .topic-expanded-list,
.topic-expanded.is-detail-changing .topic-expanded-image {
  opacity: 0;
  transform: translate3d(0, 1em, 0);
  clip-path: inset(0 0 100% 0);
}

.topic-expanded-kicker {
  display: block;
  margin: 0 0 0.82em;
  color: rgba(251, 247, 239, 0.68);
  font-size: 0.78em;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.topic-expanded-heading {
  display: block;
  max-width: 9.5em;
  margin: 0 0 0.48em;
  font-size: clamp(28px, 1.72em, 36px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.topic-expanded-body {
  display: block;
  margin: 0;
  font-size: 0.83em;
  font-weight: 500;
  line-height: 1.22;
  text-transform: none;
}

.topic-expanded-list {
  display: grid;
  gap: 0.32em;
  margin-top: 0.82em;
}

.topic-expanded-point {
  display: block;
  padding-top: 0.42em;
  border-top: 1px solid rgba(251, 247, 239, 0.22);
  font-size: 0.68em;
  font-weight: 600;
  line-height: 1.18;
  text-transform: none;
}

.topic-expanded-kicker {
  transition-delay: 150ms;
}

.topic-expanded-heading {
  transition-delay: 240ms;
}

.topic-expanded-body {
  transition-delay: 330ms;
}

.topic-expanded-list {
  transition-delay: 420ms;
}

@media (max-width: 980px) {
  .approach-hero-heading {
    width: min(48em, 88vw);
  }

  .approach-hero h1 {
    font-size: 4em;
  }

  .approach-content-panel h2,
  .approach-s-3 h2,
  .approach-s-4 h2,
  .approach-cta h2 {
    font-size: 3em;
  }

  .approach-number {
    font-size: 3.2em;
  }

  .approach-split,
  .approach-cta {
    grid-template-columns: 1fr;
  }

  .approach-content-panel,
  .approach-media-panel,
  .approach-video-panel,
  .approach-hands-panel {
    min-height: 70svh;
  }

  .approach-heading-pair,
  .approach-s-3-heading,
  .approach-s-4-heading {
    gap: 3em;
  }

  .approach-s-3-content {
    padding-left: 0;
  }

  .approach-values-heading {
    grid-template-columns: 1fr;
    gap: 2em;
  }

  .approach-values-track {
    padding-left: var(--gutter);
  }

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

  .approach-s-4 {
    min-height: 100svh;
  }

  .approach-s-4-bg {
    object-position: 35% center;
  }

  .approach-s-4-content {
    justify-content: flex-end;
  }

  .approach-s-4-texts {
    width: min(23em, 52vw);
  }

  .sustainability-proof-heading {
    grid-template-columns: 1fr;
  }

  .sustainability-report {
    grid-template-columns: 1fr;
    align-items: start;
  }

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

  .sustainability-topic-card.is-active {
    grid-column: span 2;
  }
}

@media (max-width: 680px) {
  .approach-hero {
    min-height: 780px;
  }

  .approach-hero-content {
    padding-top: 6.5em;
  }

  .approach-hero-heading {
    width: 100%;
  }

  .approach-hero h1 {
    font-size: 2.3em;
    line-height: 1;
  }

  .approach-content-panel h2,
  .approach-s-3 h2,
  .approach-s-4 h2,
  .approach-cta h2 {
    font-size: 1.9em;
    line-height: 1;
  }

  .approach-panel-cream h2,
  .approach-s-3 h2 {
    font-size: 2em;
  }

  .sustainability-proof-heading h2 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .sustainability-report {
    min-height: 42em;
    padding-top: 5.5em;
  }

  .sustainability-report h2 {
    font-size: clamp(48px, 14vw, 68px);
  }

  .approach-number {
    font-size: 2.1em;
    line-height: 1;
  }

  .topic-title,
  .topic-expanded-heading {
    font-size: clamp(30px, 10vw, 42px);
  }

  .approach-hero-description {
    align-items: flex-end;
    padding-right: 0;
  }

  .approach-hero-description p {
    width: 100%;
  }

  .approach-heading-pair,
  .approach-s-3-heading,
  .approach-s-4-heading,
  .approach-s-4-content,
  .approach-s-4-texts,
  .approach-s-3-texts,
  .approach-footer-bottom {
    flex-direction: column;
  }

  .approach-content-panel {
    padding: 5em var(--gutter) 2.5em;
  }

  .approach-s-4-wrap {
    gap: 3em;
    padding-top: 6.5em;
    padding-bottom: 3em;
  }

  .approach-s-4-heading {
    flex-direction: row;
    gap: 1.25em;
    padding-bottom: 1.1em;
  }

  .approach-s-4-heading .approach-heading-block {
    width: auto;
    min-width: 0;
    flex: 1;
    gap: 1.5em;
  }

  .approach-s-4-bg {
    object-position: 27% center;
  }

  .approach-s-4-content {
    align-items: flex-end;
  }

  .approach-s-4-texts {
    width: 100%;
    margin-left: 0;
  }

  .approach-orbit-images img {
    width: 52vw;
  }

  .approach-values {
    padding-top: 4em;
    padding-right: var(--gutter);
    padding-left: var(--gutter);
  }

  .approach-values .approach-s-3-heading {
    gap: 1.5em;
  }

  .approach-values-track {
    width: calc(100% + (var(--gutter) * 2));
    margin-right: calc(var(--gutter) * -1);
    margin-left: calc(var(--gutter) * -1);
    padding-right: var(--gutter);
    padding-left: var(--gutter);
  }

  .approach-value-card {
    width: 82vw;
    height: 82vw;
    flex-basis: 82vw;
  }

  .approach-value-detail {
    width: 90%;
    min-height: 60%;
    gap: 1.2em;
    padding: 1.25em 4.1em 1.25em 1.25em;
  }

  .approach-value-detail strong {
    font-size: 1.2em;
  }

  .approach-value-detail > span {
    font-size: 0.78em;
  }

  .approach-s-3-texts p:first-child,
  .approach-s-3-texts p:last-child,
  .approach-s-4-texts p:first-child,
  .approach-s-4-texts p:last-child {
    width: 100%;
  }

  .approach-footer-media,
  .approach-footer-grid {
    grid-template-columns: 1fr;
  }

  .approach-footer-bottom {
    align-items: flex-start;
  }

  .sustainability-proof {
    padding-right: 1em;
    padding-left: 1em;
  }

  .sustainability-topic-grid {
    grid-template-columns: 1fr;
  }

  .sustainability-topic-card.is-active {
    grid-column: span 1;
  }

  .sustainability-topic-card.is-active .topic-expanded {
    max-height: 42em;
    grid-template-columns: 1fr;
  }

  .topic-expanded-image {
    min-height: 10em;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .split-char,
  .hero-left .char {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 980px) {
  .hero-left {
    width: min(74vw, 680px);
  }

  .hero-right {
    left: var(--gutter);
    right: var(--gutter);
    bottom: 72px;
    width: auto;
  }

  .hero-right p {
    margin-left: 0;
  }

  .problem-grid,
  .field-proof,
  .product-row,
  .community-template,
  .infrastructure-template,
  .trials-template {
    grid-template-columns: 1fr;
  }

  .product-row {
    gap: clamp(92px, 14vw, 150px);
  }

  .product-card-b,
  .product-card-c {
    transform: none;
  }

  .community-left,
  .community-image {
    min-height: 72svh;
  }

  .problem-media-panel,
  .metric-panel {
    min-height: 520px;
  }

  .field-proof {
    grid-template-rows: auto auto;
  }

  .proof-video video {
    min-height: 54vh;
  }

  .proof-metrics {
    padding-top: clamp(46px, 8vw, 70px);
  }

  .proof-metrics h2 {
    margin-bottom: clamp(48px, 8vw, 72px);
  }

  .metric-row {
    grid-template-columns: minmax(0, 0.56fr) minmax(180px, 0.44fr);
    min-height: 112px;
  }

  .feature-card {
    width: min(43vw, 420px);
  }

  .motion-card {
    width: min(46vw, 500px);
  }

  .card-c {
    left: var(--gutter);
    right: auto;
    top: 58vh;
  }

  .card-d {
    left: var(--gutter);
    right: auto;
  }

  .card-e,
  .card-g {
    right: var(--gutter);
  }

  .card-f {
    left: var(--gutter);
  }

  .answer-copy {
    width: min(620px, calc(100vw - var(--gutter) * 2));
  }

  .map-panel {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 680px) {
  :root {
    --gutter: 16px;
  }

  .site-header {
    min-height: 72px;
    align-items: center;
    padding: 9px var(--gutter);
    grid-template-columns: auto 1fr auto;
    gap: 12px;
  }

  .site-header.is-scrolled {
    min-height: 72px;
    padding-top: 9px;
  }

  .logo {
    justify-self: center;
    width: 116px;
    height: 54px;
  }

  .brand-logo {
    max-width: 116px;
  }

  .menu-trigger,
  .contact-link {
    font-size: 11px;
  }

  .menu-sheet-inner {
    width: 100vw;
    gap: 1.1em;
    padding: 1em 1em 3em;
  }

  .menu-list {
    padding-top: 2em;
    overflow-y: auto;
  }

  .menu-link-item {
    padding-bottom: 18px;
  }

  .menu-title-mask {
    font-size: clamp(38px, 11vw, 54px);
    line-height: 0.92;
  }

  .menu-item-mark {
    left: -2em;
    width: 1.25em;
    height: 1.25em;
  }

  .menu-link-item:hover .menu-link-heading {
    transform: translateX(2em);
  }

  .menu-sub-links {
    padding-left: 2em;
  }

  .menu-sheet-bottom {
    font-size: 10px;
  }

  .hero-template {
    min-height: 100svh;
  }

  .hero-left {
    top: 98px;
    width: calc(100vw - var(--gutter) * 2);
  }

  .hero-left h1 {
    font-size: clamp(58px, 18vw, 82px);
  }

  .hero-right h2 {
    font-size: clamp(34px, 11vw, 50px);
  }

  .site-button {
    width: 100%;
  }

  .proof-track {
    min-height: 84px;
  }

  .certification-strip,
  .certification-logos {
    min-height: 92px;
  }

  .certification-logos {
    gap: 24px;
    padding: 12px var(--gutter);
  }

  .certification-logo-gepa {
    max-width: 49vw;
    max-height: 48px;
  }

  .certification-logo-pprsd {
    max-width: 39vw;
    max-height: 62px;
  }

  .problem-media-panel,
  .metric-panel {
    min-height: 480px;
  }

  .problem-media-panel div {
    left: var(--gutter);
    right: var(--gutter);
    top: auto;
    bottom: 42px;
  }

  .problem-media-panel h2,
  .metric-panel h2,
  .question-copy h2,
  .answer-copy h2,
  .proof-metrics h2,
  .products-heading h2,
  .infra-intro h2,
  .trials-copy h2,
  .community-title,
  .difference-heading h2,
  .community-left h2,
  .cta-template h2 {
    font-size: clamp(42px, 13vw, 60px);
  }

  .question-stage {
    min-height: 1260px;
    grid-template-rows: 430px 830px;
  }

  .question-copy h2 {
    width: calc(100vw - var(--gutter) * 2);
    font-size: clamp(42px, 12vw, 60px);
  }

  .answer-copy h2 {
    font-size: clamp(40px, 11vw, 58px);
  }

  .farm-facts li {
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: auto;
    padding: 20px 0;
  }

  .farm-facts span {
    justify-self: start;
  }

  .care-scrub-sticky {
    position: absolute;
    inset: 0;
    height: 100%;
    margin-bottom: 0;
  }

  .feature-stage {
    min-height: auto;
    padding: 84px var(--gutter) 220px;
  }

  .care-scrub-frame {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    opacity: 0.54;
  }

  .feature-stage::after {
    content: none;
  }

  .feature-card {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    min-height: 180px;
    margin-bottom: 16px;
    opacity: 1;
    transform: none;
  }

  .motion-card {
    width: 100%;
    min-height: 220px;
  }

  .ghost-title {
    position: relative;
    top: auto;
    width: 100%;
    margin: 44px 0 0;
    font-size: clamp(58px, 20vw, 92px);
    white-space: normal;
  }

  .metric-row {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 20px 0;
  }

  .metric-row span {
    justify-self: start;
  }

  .template-card {
    min-height: 410px;
  }

  .products-heading {
    margin-bottom: 92px;
  }

  .product-row {
    gap: 76px;
  }

  .product-media {
    top: -64px;
    width: min(74%, 280px);
  }

  .community-left {
    min-height: 640px;
  }

  .community-image {
    min-height: 760px;
  }

  .community-note {
    top: 86px;
    right: var(--gutter);
  }

  .community-update {
    width: min(72vw, 260px);
    height: 190px;
  }

  .community-headline {
    left: var(--gutter);
    right: var(--gutter);
    bottom: 220px;
  }

  .infrastructure-template {
    min-height: auto;
  }

  .infra-intro,
  .infra-board {
    min-height: auto;
    padding: 64px var(--gutter);
  }

  .infra-board {
    border-left: 0;
    border-top: 1px solid rgba(244, 237, 230, 0.14);
  }

  .infra-row {
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: auto;
    padding: 20px 0;
  }

  .infra-row span {
    justify-self: start;
  }

  .node.gateway {
    width: 102px;
    height: 102px;
    font-size: 22px;
  }

  .p1 {
    width: 240px;
    height: 240px;
  }

  .p2 {
    width: 360px;
    height: 360px;
  }

  .map-panel {
    min-height: 420px;
  }

  .footer-media {
    grid-template-columns: 1fr;
  }

  .footer-media img {
    min-height: 180px;
  }

  .footer-bottom {
    display: grid;
    align-items: start;
  }

  .footer-bottom p {
    text-align: left;
  }
}

.food-safety-page {
  background: var(--paper);
  color: var(--green);
}

.food-safety-page .site-header.on-light {
  color: var(--green) !important;
}

.food-safety-page .site-header.on-light .brand-logo,
.food-safety-page .site-header.on-light .cross {
  filter: none !important;
}

.food-main {
  background: var(--paper);
}

.food-hero {
  min-height: 31em;
  padding: 0;
  background: var(--paper);
  color: var(--white);
}

.food-hero-wrap {
  position: relative;
  width: 100%;
  height: 31em;
  overflow: hidden;
  /* No photo here: every page that uses this wrapper sets its own hero background
     (.food-assurance-hero, .protected-hero-wrap, .sensor-hero-wrap). */
  background: linear-gradient(rgba(36, 44, 18, 0.08), rgba(36, 44, 18, 0.22));
}

.food-assurance-hero {
  height: 36em;
  background:
    linear-gradient(90deg, rgba(9, 19, 6, 0.76) 0%, rgba(9, 19, 6, 0.42) 52%, rgba(9, 19, 6, 0.18) 100%),
    url("./assets/farm-approach/approach-closing-chili-crop.avif") center 47% / cover no-repeat;
}

.food-hero-copy {
  position: absolute;
  left: clamp(28px, 3.8vw, 58px);
  bottom: clamp(24px, 3vw, 44px);
  display: flex;
  flex-direction: column;
  gap: 1.1em;
}

.food-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.62em;
  color: var(--white);
  font-size: 0.82em;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.food-breadcrumb i {
  width: 0.28em;
  height: 0.28em;
  border-radius: 999px;
  background: currentColor;
}

.food-hero h1,
.food-science-intro h2,
.food-block h2,
.food-directions h2,
.food-faq h2,
.food-cta h2 {
  margin: 0;
  font-size: clamp(52px, 4.65em, 88px);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.02em;
}

.food-hero h1 {
  color: var(--white);
}

.food-assurance-hero h1 {
  width: min(11.5em, calc(100vw - (var(--gutter) * 2)));
}

.food-hero-deck {
  width: min(38em, calc(100vw - (var(--gutter) * 2)));
  margin: 0;
  color: var(--white);
  font-size: clamp(17px, 1.25em, 22px);
  font-weight: 400;
  line-height: 1.28;
}

.food-science-content {
  background: var(--paper);
  padding: 5.63em var(--gutter) 7.25em;
}

.food-science-shell {
  display: grid;
  grid-template-columns: minmax(14em, 0.26fr) minmax(0, 0.74fr);
  gap: clamp(48px, 7.3vw, 128px);
  width: min(100%, 96em);
  margin: 0 auto;
}

.food-science-nav {
  position: sticky;
  top: 7.2em;
  align-self: start;
}

.food-science-nav p {
  margin: 0 0 1.5em;
  color: var(--green);
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.1;
}

.food-science-nav nav {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.food-science-nav a {
  display: grid;
  grid-template-columns: 1.5em 1fr;
  align-items: center;
  gap: 0.75em;
  color: var(--green);
  opacity: 0.78;
  transition: opacity 220ms ease, transform 220ms ease;
}

.food-science-nav a:hover {
  opacity: 1;
  transform: translateX(0.28em);
}

.food-science-nav img {
  width: 1.18em;
  height: 1.18em;
  object-fit: contain;
}

.food-science-nav-mark {
  width: 1.18em;
  height: 1.18em;
  display: block;
  color: currentColor;
  background: currentColor;
  -webkit-mask: url("./assets/tunasim-mark.png") center / contain no-repeat;
  mask: url("./assets/tunasim-mark.png") center / contain no-repeat;
}

.food-science-nav span {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.15;
}

.food-science-area {
  min-width: 0;
}

.food-science-intro h2 {
  max-width: 13.8em;
  color: var(--green);
  font-size: clamp(36px, 3.05em, 58px);
  line-height: 1.08;
}

.food-divider {
  height: 1px;
  width: 100%;
  margin: 3.12em 0;
  background: rgba(86, 103, 53, 0.28);
}

.food-block,
.food-directions,
.food-guidance,
.food-faq {
  scroll-margin-top: 7.5em;
}

.food-section-head {
  display: grid;
  grid-template-columns: minmax(15em, 0.42fr) minmax(0, 0.58fr);
  align-items: start;
  gap: 3em;
  margin-bottom: 2.38em;
}

.food-section-head-short {
  display: block;
}

.food-section-head h2,
.food-directions h2,
.food-faq h2 {
  color: var(--green);
  font-size: clamp(36px, 3.05em, 58px);
  line-height: 1.03;
}

.food-section-head p,
.food-section-head li,
.food-icon-card p,
.food-test-grid p,
.food-test-grid li,
.food-wide-note,
.food-use-description p,
.food-direction-grid p,
.food-guidance-card p,
.food-faq p {
  margin: 0;
  color: var(--green);
  font-size: 1.13em;
  font-weight: 400;
  line-height: 1.32;
}

.food-section-head ul,
.food-test-grid ul {
  display: flex;
  flex-direction: column;
  gap: 0.55em;
  margin: 1em 0;
  padding-left: 1.05em;
}

.food-icon-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.13em;
}

.food-icon-card,
.food-test-grid article {
  min-height: 14.5em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.8em;
  padding: 1.5em 1.25em;
  border: 1px solid rgba(86, 103, 53, 0.2);
  background: rgba(255, 255, 255, 0.18);
}

.food-icon-card > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1em;
}

.food-icon-card h3,
.food-test-grid h3,
.food-use-image h3,
.food-guidance-card h3 {
  margin: 0;
  color: var(--green);
  font-size: clamp(22px, 1.53em, 30px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.02em;
}

.food-icon-card > div > span {
  width: 3.3em;
  height: 3.3em;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
}

.food-icon-card > div > span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.food-compliance {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(19em, 0.95fr);
  align-items: stretch;
  gap: 1.5em;
}

.food-compliance .food-section-head {
  display: flex;
  flex-direction: column;
  gap: 1.35em;
  margin-bottom: 0;
}

.food-compliance .food-section-head > div {
  width: min(38em, 100%);
}

.food-compliance > img {
  width: 100%;
  height: 100%;
  min-height: 21em;
  object-fit: cover;
}

.food-test-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.13em;
  margin-top: 2.25em;
}

.food-wide-note {
  width: min(42em, 100%);
  margin-top: 1.6em;
}

.food-certification .food-section-head {
  margin-bottom: 2em;
}

.certification-page-shell {
  width: min(100%, 96em);
  margin: 0 auto;
}

.certification-page-shell .food-certification {
  scroll-margin-top: 7.5em;
}

.food-certification-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(18em, 0.75fr);
  gap: 1.13em;
}

.food-certification-grid > article {
  min-height: 17em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2em;
  padding: 1.5em;
}

.food-certification-current {
  background: var(--green);
  color: var(--cream);
}

.food-certification-progress {
  border: 1px solid rgba(86, 103, 53, 0.24);
  background: rgba(255, 255, 255, 0.18);
  color: var(--green);
}

.food-status-label {
  font-size: 0.78em;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.food-certification-logos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: end;
  gap: clamp(28px, 4vw, 64px);
}

.food-certification-logos figure {
  min-width: 0;
  margin: 0;
}

.food-certification-logos img {
  width: 100%;
  height: 4.5em;
  object-fit: contain;
  object-position: left center;
}

.food-certification-logos figcaption {
  margin-top: 0.75em;
  color: rgba(242, 236, 229, 0.74);
  font-size: 0.75em;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.food-certification-path {
  display: flex;
  flex-direction: column;
  gap: 1.25em;
  margin: 0;
}

.food-certification-path > div + div {
  padding-top: 1.25em;
  border-top: 1px solid rgba(86, 103, 53, 0.22);
}

.food-certification-path dt {
  font-size: clamp(26px, 2.1em, 40px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
}

.food-certification-path dd {
  margin: 0.55em 0 0;
  color: rgba(86, 103, 53, 0.76);
  font-size: 0.9em;
  line-height: 1.25;
}

.food-release-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.13em;
}

.food-release-grid article {
  min-height: 17em;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 1.4em;
  padding: 1.5em 1.25em;
  border: 1px solid rgba(86, 103, 53, 0.2);
  background: rgba(255, 255, 255, 0.18);
}

.food-release-grid article > span {
  color: rgba(86, 103, 53, 0.3);
  font-size: clamp(38px, 2.7em, 54px);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

.food-release-grid h3 {
  align-self: end;
  margin: 0;
  color: var(--green);
  font-size: clamp(25px, 1.75em, 34px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.food-release-grid p {
  margin: 0;
  color: var(--green);
  font-size: 1.08em;
  line-height: 1.32;
}

.food-evidence-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(86, 103, 53, 0.28);
  border-left: 1px solid rgba(86, 103, 53, 0.28);
}

.food-evidence-list span {
  min-height: 7.5em;
  display: flex;
  align-items: flex-end;
  padding: 1.25em;
  border-right: 1px solid rgba(86, 103, 53, 0.28);
  border-bottom: 1px solid rgba(86, 103, 53, 0.28);
  color: var(--green);
  font-size: clamp(21px, 1.55em, 30px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.02em;
}

.food-order-requirements {
  padding: clamp(28px, 3vw, 48px);
  background: var(--green);
}

.food-order-requirements .food-section-head {
  margin-bottom: 0;
}

.food-order-requirements .food-section-head h2,
.food-order-requirements .food-section-head p {
  color: var(--cream);
}

.food-directions {
  display: flex;
  flex-direction: column;
  gap: 2.25em;
}

.food-use-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.13em;
}

.food-use-grid article {
  min-width: 0;
}

.food-use-image {
  min-height: 22em;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.8em;
  padding: 1.38em;
  color: var(--white);
  background: linear-gradient(180deg, rgba(9, 19, 6, 0.02), rgba(9, 19, 6, 0.5)),
    var(--food-use-image) center / cover no-repeat;
}

.food-use-image p {
  margin: 0;
  color: inherit;
  font-size: 0.88em;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
}

.food-use-image h3 {
  color: inherit;
  font-size: clamp(30px, 2.1em, 40px);
}

.food-use-description {
  min-height: 8.6em;
  display: flex;
  align-items: center;
  padding: 1.38em;
  border: 1px solid rgba(86, 103, 53, 0.2);
  border-top: 0;
}

.food-direction-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(86, 103, 53, 0.28);
  border-bottom: 1px solid rgba(86, 103, 53, 0.28);
}

.food-direction-grid article {
  display: grid;
  grid-template-columns: 4em 1fr;
  gap: 1.25em;
  padding: 1.5em 1.25em;
}

.food-direction-grid article + article {
  border-left: 1px solid rgba(86, 103, 53, 0.28);
}

.food-direction-grid img {
  width: 3.1em;
  height: 3.1em;
  object-fit: contain;
}

.food-inner-image {
  width: 100vw;
  margin: 3.12em 0;
  margin-left: calc(-1 * var(--breakout-left, 0px));
  overflow: hidden;
}

.food-inner-image img {
  width: 100%;
  height: 31em;
  object-fit: cover;
}

.food-guidance .food-section-head {
  margin-bottom: 1.88em;
}

.food-guidance-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.13em;
}

.food-guidance-card {
  min-height: 20em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2em;
  padding: 1.4em;
  border: 1px solid rgba(86, 103, 53, 0.2);
}

.food-guidance-card > div > span {
  display: block;
  margin-bottom: 0.35em;
  color: rgba(86, 103, 53, 0.28);
  font-size: clamp(44px, 3.06em, 60px);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.food-guidance-card h3 {
  margin-bottom: 0.65em;
}

.food-guidance-card img {
  width: 6.5em;
  height: 6.5em;
  object-fit: contain;
  align-self: flex-end;
}

.food-faq {
  display: grid;
  grid-template-columns: minmax(14em, 0.32fr) minmax(0, 0.68fr);
  align-items: start;
  gap: 3em;
}

.food-faq-list {
  border-top: 1px solid rgba(86, 103, 53, 0.28);
}

.food-faq details {
  border-bottom: 1px solid rgba(86, 103, 53, 0.28);
}

.food-faq summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 1.12em 2em 1.12em 0;
  color: var(--green);
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.12;
}

.food-faq summary::-webkit-details-marker {
  display: none;
}

.food-faq summary::before,
.food-faq summary::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.95em;
  height: 1px;
  background: currentColor;
}

.food-faq summary::after {
  transform: rotate(90deg);
  transition: transform 240ms ease;
}

.food-faq details[open] summary::after {
  transform: rotate(0deg);
}

.food-faq details p {
  width: min(35em, 100%);
  padding: 0 0 1.25em;
}

.food-cta {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 0.56fr) minmax(22em, 0.44fr);
  align-items: end;
  gap: 2.4em;
  overflow: hidden;
  padding: 7em var(--gutter) 3em;
  background: var(--green);
  color: var(--white);
}

.food-cta-copy {
  position: relative;
  z-index: 1;
}

.food-cta h2 {
  width: min(9.5em, 100%);
  color: var(--white);
}

.food-cta p {
  width: min(29em, 100%);
  margin: 1.4em 0 1.8em;
  color: var(--white);
  font-size: 1.13em;
  line-height: 1.3;
}

.food-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}

.food-cta-simple {
  min-height: 72svh;
  grid-template-columns: 1fr;
  align-items: end;
}

.food-cta-simple .food-cta-copy {
  width: min(76em, 100%);
}

.food-cta-simple h2 {
  width: min(11.5em, 100%);
}

.food-cta-media {
  position: relative;
  z-index: 1;
  height: 72svh;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 1em;
}

.food-cta-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.food-cta-media img:nth-child(1) {
  grid-row: span 2;
}

.food-cta-media img:nth-child(3) {
  grid-row: span 2;
}

.protected-page .protected-hero {
  background: var(--paper);
}

.protected-page .protected-hero-wrap {
  height: 36em;
  min-height: 36em;
  background:
    linear-gradient(90deg, rgba(9, 19, 6, 0.72) 0%, rgba(9, 19, 6, 0.28) 54%, rgba(9, 19, 6, 0.12) 100%),
    url("./assets/farm-approach/approach-closing-greenhouse.avif") center 52% / cover no-repeat;
}

.protected-intro {
  display: flex;
  flex-direction: column;
  gap: 1.25em;
}

.protected-intro p {
  width: min(36em, 100%);
  margin: 0;
  color: var(--green);
  font-size: 1.13em;
  line-height: 1.32;
}

.protected-system-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3.75em;
}

.protected-system-grid article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25em;
}

.protected-system-grid span {
  color: #7c914c;
  font-size: 0.82em;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
}

.protected-system-grid h3 {
  margin: 0;
  color: var(--green);
  font-size: clamp(24px, 1.63em, 32px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
}

.protected-system-grid p,
.protected-metric-strip span {
  margin: 0;
  color: var(--green);
  font-size: 1.13em;
  line-height: 1.32;
}

.protected-inner-image img {
  height: 34em;
  object-position: center 52%;
}

.protected-metric-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(86, 103, 53, 0.28);
  border-bottom: 1px solid rgba(86, 103, 53, 0.28);
}

.protected-metric-strip div {
  min-height: 10em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1em;
  padding: 1.25em;
}

.protected-metric-strip div + div {
  border-left: 1px solid rgba(86, 103, 53, 0.28);
}

.protected-metric-strip strong {
  color: var(--green);
  font-size: clamp(30px, 2.6em, 52px);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.protected-metric-strip span {
  text-transform: uppercase;
  font-weight: 500;
}

.protected-cta {
  background: var(--green);
}

.protected-cta .protected-cta-media {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  height: 34em;
  min-height: 0;
  align-self: center;
}

.protected-cta .protected-cta-media > * {
  min-height: 0;
  grid-column: auto;
  grid-row: auto;
}

.protected-cta .protected-cta-media > :nth-child(2),
.protected-cta .protected-cta-media > :nth-child(3) {
  width: 56%;
  height: 56%;
}

.protected-cta .protected-cta-media > :nth-child(2) {
  align-self: end;
  justify-self: start;
}

.protected-cta .protected-cta-media > :nth-child(3) {
  align-self: start;
  justify-self: end;
}

.protected-cta-tile-olive {
  background: #7c914c;
}

.protected-cta-tile-cream {
  background: #414f1e;
}

.food-cta-media img:nth-child(5) {
  grid-column: span 2;
}

.food-footer {
  background: var(--paper);
  color: var(--green);
  border-top: 1px solid rgba(86, 103, 53, 0.2);
}

.food-footer .approach-footer-grid p,
.food-footer .approach-footer-grid a,
.food-footer .approach-footer-bottom p {
  color: var(--green);
}

.food-footer .approach-footer-grid a,
.food-footer .approach-footer-bottom p {
  opacity: 0.68;
}

.food-footer .approach-footer-bottom .brand-logo {
  filter: none;
}

.gallery-page {
  overflow: auto;
  background: var(--dark);
}

.gallery-page .site-header.on-light {
  color: var(--white);
}

.gallery-page .site-header.on-light .brand-logo {
  filter: brightness(0) invert(1);
}

.farm-update-page {
  background: var(--paper);
  color: var(--ink);
}

/* Hero: proportionate, grows with its own copy (no absolute copy, no 82svh wall). */
.farm-update-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: clamp(24em, 52svh, 36em);
  overflow: hidden;
  padding: calc(92px + 3em) var(--gutter) clamp(2.25em, 4vw, 3.5em);
  background: var(--dark);
  color: var(--white);
}

.farm-update-hero > img,
.farm-update-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.farm-update-hero > img {
  object-fit: cover;
}

/* renderArticle() sets img.hidden for a coverless article, but styles.css has no
   [hidden] rule and its `img { display: block }` beats the UA's [hidden] — so
   the HTML's default chili photo would show instead of the dark hero. The
   editor (admin.css has [hidden]{display:none!important}) hides it; the page
   must too, or they differ. */
.farm-update-hero > img[hidden] {
  display: none;
}

.farm-update-shade {
  background:
    linear-gradient(0deg, rgba(9, 19, 6, 0.82) 0%, rgba(9, 19, 6, 0.38) 48%, rgba(9, 19, 6, 0.12) 100%),
    linear-gradient(90deg, rgba(9, 19, 6, 0.55), rgba(9, 19, 6, 0.05) 70%);
}

.farm-update-hero-copy {
  position: relative;
  z-index: 2;
  width: min(64em, 100%);
}

.farm-update-hero-copy > p:first-child {
  margin: 0 0 0.7em;
  font-size: 0.82em;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.farm-update-hero h1 {
  max-width: 12em;
  margin: 0;
  font-size: clamp(38px, 5.4vw, 78px);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 0.96;
}

.farm-update-hero-copy > p:last-child {
  width: min(34em, 100%);
  margin: 1em 0 0;
  font-size: clamp(16px, 1.15vw, 19px);
  line-height: 1.4;
}

/* Body: no min-height, modest padding, a real reading measure.
   rem, not ch/em: a custom property is substituted as tokens and resolved where
   it is USED, and it is used on two elements with different font sizes
   (.farm-update-article at 17–19px, .farm-update-return at the body's 16px).
   rem is 16px everywhere (no html font-size). */
.farm-update-content {
  --article-measure: 41rem;   /* 656px ≈ 69ch at 19px, 77ch at 17px */
  --article-wide: 76rem;      /* 1216px */
  min-height: 0;
  padding: clamp(2.5em, 5vw, 4.5em) var(--gutter) clamp(3em, 6vw, 5em);
  background: var(--paper);
}

.farm-update-article {
  width: min(var(--article-measure), 100%);
  margin: 0 auto;
  font-size: clamp(17px, 1.05vw, 19px);
  line-height: 1.6;
  overflow-wrap: anywhere;   /* a pasted URL cannot push a 390-px phone into horizontal scroll */
}

.farm-update-article.is-two-column {
  width: min(var(--article-wide), 100%);
}

.farm-update-article > :first-child {
  margin-top: 0;
}

.farm-update-article h2,
.farm-update-article h3 {
  color: var(--green);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.08;
}

.farm-update-article h2 {
  margin: 1.6em 0 0.5em;
  font-size: clamp(28px, 2.4vw, 38px);
}

.farm-update-article h3 {
  margin: 1.5em 0 0.5em;
  font-size: clamp(22px, 1.7vw, 27px);
}

.farm-update-article p,
.farm-update-article ul,
.farm-update-article ol,
.farm-update-article blockquote {
  margin: 0 0 1.2em;
}

.farm-update-article blockquote {
  padding: 0.1em 0 0.1em 1em;
  border-left: 3px solid var(--green);
  color: var(--green);
  font-size: 1.15em;
  line-height: 1.35;
}

.farm-update-article a {
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

/* Images sit in their column: no 72em break-out, no translate. */
.farm-update-article figure {
  width: 100%;
  margin: 2em 0;
  transform: none;
}

.farm-update-article figure img {
  display: block;
  width: 100%;
  max-height: 34em;
  object-fit: cover;
}

.farm-update-article figcaption {
  margin-top: 0.6em;
  color: var(--muted);
  font-size: 0.78em;
  line-height: 1.45;
}

/* Two columns. */
.farm-update-rows {
  display: grid;
  row-gap: clamp(2em, 3.5vw, 3.25em);
}

.farm-update-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(2em, 4vw, 3.75em);
  align-items: start;
}

.farm-update-row.is-single {
  grid-template-columns: minmax(0, 1fr);
}

/* A row whose other cell is empty renders as one cell. A lone TEXT cell is
   capped at the reading measure AND centred — capped-but-left-aligned would
   strand it against the left edge of a 76rem container with 560px of nothing
   to its right. A lone media cell spans the row. */
.farm-update-row.is-single > .farm-update-cell:not(.is-media) {
  width: 100%;
  max-width: var(--article-measure);
  justify-self: center;
}

.farm-update-cell {
  min-width: 0;
}

.farm-update-cell > :first-child {
  margin-top: 0;
}

.farm-update-cell > :last-child {
  margin-bottom: 0;
}

.farm-update-cell figure {
  margin: 0 0 1.2em;
}

.farm-update-cell figure img {
  max-height: 40em;
}

.farm-update-return {
  display: flex;
  align-items: center;
  gap: 0.8em;
  width: min(var(--article-measure), 100%);
  margin: clamp(2.5em, 5vw, 4em) auto 0;
  padding-top: 1.1em;
  border-top: 1px solid var(--line);
  color: var(--green);
  font-weight: 600;
}

.farm-update-article.is-two-column + .farm-update-return {
  width: min(var(--article-wide), 100%);
}

.farm-update-footer {
  border-top-color: var(--line);
}

.articles-page {
  background: var(--paper);
  color: var(--ink);
}

.articles-hero {
  position: relative;
  min-height: min(60svh, 42em);
  overflow: hidden;
  background: var(--dark);
  color: var(--white);
}

.articles-hero > img,
.articles-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.articles-hero > img {
  object-fit: cover;
  object-position: center 54%;
}

.articles-hero-shade {
  background:
    linear-gradient(90deg, rgba(9, 19, 6, 0.78) 0%, rgba(9, 19, 6, 0.26) 56%, rgba(9, 19, 6, 0.1) 100%),
    linear-gradient(0deg, rgba(9, 19, 6, 0.32), transparent 50%);
}

.articles-hero-copy {
  position: absolute;
  z-index: 2;
  right: var(--gutter);
  bottom: clamp(2.5em, 4.5vw, 4.5em);
  left: var(--gutter);
}

.articles-library-heading > p,
.farm-update-related-heading > p {
  margin: 0 0 0.85em;
  font-size: 0.82em;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.articles-hero .food-breadcrumb {
  margin-bottom: 1.15em;
}

.articles-hero h1 {
  width: min(8.5em, 100%);
  margin: 0;
  font-size: clamp(52px, 7.2vw, 110px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.88;
}

.articles-hero-copy > p:last-child {
  width: min(31em, 100%);
  margin: 1.1em 0 0;
  font-size: clamp(16px, 1.15vw, 19px);
  line-height: 1.35;
}

.articles-library {
  padding: clamp(3em, 4.5vw, 5em) var(--gutter) clamp(6em, 8vw, 9em);
  background: var(--paper);
}

.articles-library-heading {
  display: grid;
  grid-template-columns: minmax(9em, 0.3fr) minmax(0, 0.7fr);
  gap: clamp(2em, 4vw, 5em);
  align-items: start;
  margin-bottom: clamp(2.5em, 3.5vw, 4em);
  color: var(--green);
}

.articles-library-heading h2,
.farm-update-related-heading h2 {
  max-width: 12em;
  margin: 0;
  font-size: clamp(34px, 3.8vw, 56px);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 0.96;
}

.articles-story-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  grid-auto-rows: clamp(12.5em, 15vw, 17em);
  gap: clamp(10px, 1vw, 18px);
}

.articles-story-card,
.farm-update-related-card {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  background: var(--green);
  color: var(--cream);
  text-decoration: none;
  isolation: isolate;
}

.articles-story-card {
  grid-column: span 4;
}

.articles-story-card:first-child {
  grid-column: span 7;
  grid-row: span 2;
}

.articles-story-card:nth-child(2),
.articles-story-card:nth-child(3) {
  grid-column: span 5;
}

.articles-story-card > img,
.farm-update-related-card > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms cubic-bezier(0.19, 1, 0.22, 1), opacity 600ms ease;
}

.articles-story-card:nth-child(2) > img {
  opacity: 0.24;
  filter: saturate(0.75);
}

.articles-story-card.is-sensor-story > img,
.farm-update-related-card.is-sensor-story > img {
  object-fit: contain;
  object-position: right bottom;
  opacity: 0.94;
  filter: none;
}

.articles-story-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgba(9, 19, 6, 0.86) 0%, rgba(9, 19, 6, 0.18) 70%);
  transition: background-color 500ms ease;
}

.articles-story-card:nth-child(2) .articles-story-shade {
  background: rgba(35, 66, 25, 0.66);
}

.articles-story-card.is-sensor-story .articles-story-shade,
.farm-update-related-card.is-sensor-story .articles-story-shade {
  background: linear-gradient(90deg, rgba(35, 66, 25, 0.98) 0%, rgba(35, 66, 25, 0.9) 53%, rgba(35, 66, 25, 0.24) 100%);
}

.articles-story-copy {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(1.3em, 2.2vw, 2.4em);
}

.articles-story-date,
.articles-story-read {
  display: block;
  font-size: 0.78em;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.articles-story-copy h2 {
  width: min(15em, 100%);
  margin: 0.45em 0 0;
  color: inherit;
  font-size: clamp(22px, 2vw, 34px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 0.98;
}

.articles-story-card:first-child .articles-story-copy h2 {
  max-width: 11em;
  font-size: clamp(34px, 4vw, 58px);
}

.articles-story-copy p {
  display: -webkit-box;
  width: min(34em, 100%);
  margin: 0.8em 0 0;
  overflow: hidden;
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1.38;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.articles-story-read {
  margin-top: 1.5em;
  padding-bottom: 0.25em;
  border-bottom: 1px solid currentColor;
}

.articles-story-card:hover > img,
.articles-story-card:focus-visible > img,
.farm-update-related-card:hover > img,
.farm-update-related-card:focus-visible > img {
  transform: scale(1.055);
}

.articles-story-card:focus-visible,
.farm-update-related-card:focus-visible {
  outline: 3px solid var(--green-2);
  outline-offset: 4px;
}

.articles-empty {
  padding: 4em 0 0;
  color: var(--green);
}

.articles-archive {
  margin-top: clamp(1.25em, 2vw, 2em);
  color: var(--green);
}

.articles-archive-heading {
  display: grid;
  grid-template-columns: minmax(9em, 0.3fr) minmax(0, 0.7fr);
  gap: clamp(2em, 4vw, 5em);
  align-items: start;
  margin-bottom: clamp(1.5em, 2.5vw, 2.75em);
}

.articles-archive-heading p {
  margin: 0;
  font-size: 0.82em;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.articles-archive-heading > span {
  width: min(35em, 100%);
  color: var(--muted);
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.45;
}

.articles-list {
  width: 100%;
  border-top: 1px solid var(--line);
}

.articles-list-card {
  display: grid;
  grid-template-columns: clamp(150px, 20vw, 280px) minmax(0, 1fr);
  gap: clamp(1.25em, 3vw, 3.5em);
  align-items: center;
  width: 100%;
  padding: clamp(1.25em, 2vw, 2em) 0;
  border-bottom: 1px solid var(--line);
  color: var(--green);
  text-decoration: none;
}

.articles-list-card > img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  overflow: hidden;
  transition: transform 650ms cubic-bezier(0.19, 1, 0.22, 1);
}

.articles-list-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 2em;
  align-items: end;
}

.articles-list-copy .articles-story-date,
.articles-list-copy h3,
.articles-list-copy p {
  grid-column: 1;
}

.articles-list-copy h3 {
  margin: 0.4em 0 0;
  font-size: clamp(25px, 2.6vw, 42px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1;
}

.articles-list-copy p {
  width: min(48em, 100%);
  margin: 0.75em 0 0;
  color: var(--ink);
  font-size: clamp(14px, 1.05vw, 17px);
  line-height: 1.45;
}

.articles-list-read {
  grid-column: 2;
  grid-row: 1 / span 3;
  align-self: center;
  padding-bottom: 0.25em;
  border-bottom: 1px solid currentColor;
  font-size: 0.78em;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.articles-list-card:hover > img,
.articles-list-card:focus-visible > img {
  transform: scale(1.035);
}

.articles-list-card:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 5px;
}

.farm-update-related {
  padding: clamp(2.5em, 4.5vw, 4em) var(--gutter) clamp(3em, 5vw, 4.5em);
  background: var(--cream);
  color: var(--green);
}

.farm-update-related-heading {
  margin-bottom: clamp(1.25em, 2vw, 1.75em);
}

.farm-update-related-heading h2 {
  max-width: none;
  font-size: clamp(24px, 2.4vw, 34px);
}

.farm-update-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.4vw, 24px);
}

.farm-update-related-card {
  min-height: clamp(15em, 19vw, 20em);
}

.farm-update-related-card .articles-story-copy h2 {
  font-size: clamp(19px, 1.5vw, 24px);
}

.farm-update-related-card .articles-story-copy p {
  display: none;
}

@media (max-width: 900px) {
  .articles-library-heading {
    grid-template-columns: 1fr;
    gap: 1.2em;
  }

  .articles-story-card,
  .articles-story-card:nth-child(2),
  .articles-story-card:nth-child(3) {
    grid-column: span 6;
  }

  .articles-story-card:first-child {
    grid-column: span 12;
    grid-row: span 2;
  }

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

  .articles-archive-heading {
    grid-template-columns: 1fr;
    gap: 0.75em;
  }
}

@media (max-width: 900px) {
  .farm-update-article.is-two-column {
    width: min(var(--article-measure), 100%);
  }

  .farm-update-row {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 1.5em;
  }

  .farm-update-rows {
    row-gap: 2em;
  }

  .farm-update-article.is-two-column + .farm-update-return {
    width: min(var(--article-measure), 100%);
  }
}

@media (max-width: 620px) {
  .community-title {
    font-size: clamp(27px, 8.2vw, 36px);
  }

  .articles-hero {
    min-height: 62svh;
  }

  .articles-story-grid {
    display: flex;
    flex-direction: column;
  }

  .articles-story-card,
  .articles-story-card:first-child,
  .articles-story-card:nth-child(2),
  .articles-story-card:nth-child(3) {
    min-height: 26em;
  }

  .articles-story-card:first-child .articles-story-copy h2 {
    font-size: clamp(32px, 10vw, 48px);
  }

  .articles-list-card {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 1em;
  }

  .articles-list-copy {
    display: block;
  }

  .articles-list-copy h3 {
    font-size: 22px;
  }

  .articles-list-copy p {
    display: -webkit-box;
    overflow: hidden;
    font-size: 13px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .articles-list-read {
    display: inline-block;
    margin-top: 0.9em;
    font-size: 0.7em;
  }

  .farm-update-related-heading {
    display: block;
  }

  .farm-update-related-grid {
    grid-template-columns: 1fr;
  }

  .farm-update-related-card {
    min-height: 15em;
  }
}

.gallery-main {
  min-height: 100svh;
  background: var(--dark);
}

.gallery-grid {
  width: 100%;
  min-height: 100svh;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: row;
  gap: 2px;
  background: rgba(9, 19, 6, 0.92);
  overflow: visible;
}

.gallery-tile {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: var(--dark);
  cursor: zoom-in;
  aspect-ratio: 6 / 5;
}

.gallery-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(9, 19, 6, 0.36);
  opacity: 0;
  transition: opacity 520ms cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
}

.gallery-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0) brightness(1) saturate(1);
  transform: scale(1.005);
  transition:
    filter 620ms cubic-bezier(0.19, 1, 0.22, 1),
    transform 900ms cubic-bezier(0.19, 1, 0.22, 1);
}

.gallery-grid:has(.gallery-tile:hover) .gallery-tile:not(:hover)::after {
  opacity: 1;
}

.gallery-grid:has(.gallery-tile:hover) .gallery-tile:not(:hover) img {
  filter: grayscale(0.42) brightness(0.68) saturate(0.78);
  transform: scale(1.01);
}

.gallery-tile:hover img {
  filter: grayscale(0) brightness(1.03) saturate(1.06);
  transform: scale(1.045);
}

.gallery-tile:focus-visible {
  outline: 2px solid var(--cream);
  outline-offset: -6px;
}

.gallery-lightbox {
  position: fixed;
  z-index: 1200;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem clamp(4.5rem, 7vw, 7rem);
  background: rgba(5, 10, 3, 0.86);
  color: var(--cream);
  opacity: 0;
  pointer-events: none;
  transition: opacity 320ms cubic-bezier(0.19, 1, 0.22, 1);
}

.gallery-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.gallery-lightbox[hidden] {
  display: none;
}

.gallery-lightbox-figure {
  width: min(100%, 72rem);
  max-height: calc(100svh - 6rem);
  margin: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.gallery-lightbox img {
  display: block;
  max-width: 100%;
  max-height: calc(100svh - 6rem);
  width: auto;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  box-shadow: 0 2em 4em rgba(0, 0, 0, 0.32);
  transform: scale(0.965);
  transition: transform 420ms cubic-bezier(0.19, 1, 0.22, 1);
}

.gallery-lightbox.is-open img {
  transform: scale(1);
}

.gallery-lightbox.has-caption img {
  max-height: calc(100svh - 12rem);
}

.gallery-lightbox-caption {
  position: relative;
  z-index: 1;
  width: min(86%, 44rem);
  margin: 1.15rem auto 0;
  padding: 0 0 0.25rem;
  overflow-wrap: anywhere;
}

.gallery-lightbox-caption h2 {
  margin: 0;
  color: #f2ece5;
  font-size: clamp(1.5rem, 2.6vw, 2.5rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.gallery-lightbox-caption p {
  margin: 0.75rem 0 0;
  color: rgba(242, 236, 229, 0.78);
  font-size: clamp(0.9rem, 1.15vw, 1.05rem);
  line-height: 1.5;
  white-space: pre-line;
}

.gallery-lightbox-caption h2[hidden] + p {
  margin-top: 0;
}

.gallery-lightbox-close {
  position: fixed;
  top: var(--gutter);
  right: var(--gutter);
  z-index: 2;
  width: 2.8em;
  height: 2.8em;
  border: 1px solid rgba(244, 237, 230, 0.42);
  background: rgba(244, 237, 230, 0.08);
  color: var(--cream);
  cursor: pointer;
  transition: background 220ms ease, transform 320ms cubic-bezier(0.19, 1, 0.22, 1);
}

.gallery-lightbox-close:hover {
  background: rgba(244, 237, 230, 0.18);
  transform: scale(1.04);
}

.gallery-lightbox-close span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.1em;
  height: 1px;
  background: currentColor;
  transform-origin: center;
}

.gallery-lightbox-close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.gallery-lightbox-close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.gallery-lightbox-nav {
  position: fixed;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 3.2em;
  height: 3.2em;
  border: 1px solid rgba(244, 237, 230, 0.42);
  background: rgba(244, 237, 230, 0.08);
  color: var(--cream);
  font: inherit;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 220ms ease, transform 320ms cubic-bezier(0.19, 1, 0.22, 1);
}

.gallery-lightbox-nav:hover {
  background: rgba(244, 237, 230, 0.18);
  transform: translateY(-50%) scale(1.04);
}

.gallery-lightbox-prev {
  left: var(--gutter);
}

.gallery-lightbox-next {
  right: var(--gutter);
}

.gallery-lightbox button:focus-visible {
  outline: 2px solid var(--cream);
  outline-offset: 4px;
}

.sensors-page {
  background: #fffefd;
}

.sensor-hero-wrap {
  height: 31em;
  background:
    radial-gradient(circle at 78% 34%, rgba(138, 155, 97, 0.48) 0%, rgba(138, 155, 97, 0) 34%),
    linear-gradient(118deg, #293513 0%, #455329 52%, #6f8048 100%);
}

.sensor-hero-wrap::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0 var(--gutter) 0 auto;
  width: min(34em, 44vw);
  background: url("./assets/farm-approach/approach-sensing-tower-cutout-crisp.png") right bottom / auto 92% no-repeat;
}

.sensor-hero-wrap::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 19, 6, 0.22) 0%, rgba(9, 19, 6, 0.05) 50%, transparent 72%);
  pointer-events: none;
}

.sensor-hero-wrap .food-hero-copy {
  z-index: 2;
}

.sensor-science-content {
  background: #fffefd;
  padding-bottom: 7em;
}

.sensor-intro {
  display: flex;
  flex-direction: column;
  gap: 3.25em;
}

.sensor-intro h2 {
  width: 100%;
  max-width: 100%;
}

.sensor-intro > p {
  width: min(48em, 100%);
  margin: -1.75em 0 0;
  color: var(--green);
  font-size: 1.13em;
  line-height: 1.3;
}

.sensor-intro-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3.75em;
}

.sensor-intro-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25em;
}

.sensor-intro-icon {
  width: 2.35em;
  height: 2.35em;
  object-fit: contain;
}

.sensor-intro-item h3 {
  margin: 0 0 0.75em;
  color: var(--green);
  font-size: clamp(24px, 1.63em, 32px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
}

.sensor-intro-item p {
  margin: 0;
  color: var(--green);
  font-size: 1.13em;
  line-height: 1.3;
}

.sensor-usage-note {
  display: flex;
  gap: 1.44em;
  align-items: flex-start;
  background: #7c914c;
  padding: 1.5em 2.5em;
  color: var(--white);
}

.sensor-usage-note img {
  width: 1.3em;
  height: 1.3em;
  filter: brightness(0) invert(1);
}

.sensor-usage-note p {
  width: 86%;
  margin: 0;
  color: var(--white);
  font-size: 1.13em;
  line-height: 1.3;
}

.sensor-formulation-tabs {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.sensor-formulation-tab {
  border-radius: 0.63em;
  background: rgba(122, 131, 95, 0.1);
  padding: 1.63em 1.5em;
}

.sensor-formulation-heading {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2em;
  border: 0;
  background: transparent;
  padding: 0;
  color: var(--green);
  text-align: left;
  cursor: pointer;
}

.sensor-formulation-title,
.sensor-formulation-heading h3 {
  margin: 0;
  color: var(--green);
  font-size: clamp(24px, 1.38em, 28px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.sensor-plus {
  position: relative;
  width: 1.44em;
  height: 1.44em;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.sensor-plus span {
  position: absolute;
  background: var(--green);
  transition: transform 360ms cubic-bezier(0.19, 1, 0.22, 1), opacity 360ms ease;
}

.sensor-plus span:first-child {
  width: 100%;
  height: 1px;
}

.sensor-plus span:last-child {
  width: 1px;
  height: 100%;
}

.sensor-formulation-tab.is-open .sensor-plus span:last-child {
  transform: scaleY(0);
  opacity: 0;
}

.sensor-formulation-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition:
    max-height 720ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 360ms ease;
}

.sensor-formulation-tab.is-open .sensor-formulation-content {
  max-height: 28em;
  opacity: 1;
}

.sensor-formulation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.69em;
  padding-top: 2.5em;
}

.sensor-formulation-grid > div {
  min-height: 15em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1em;
  border-radius: 0.63em;
  background: #fffefd;
  padding: 1em;
}

.sensor-formulation-grid h4 {
  margin: 0;
  color: var(--green);
  font-size: clamp(20px, 1.38em, 26px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.sensor-formulation-grid p,
.sensor-table span {
  margin: 0;
  color: var(--green);
  font-size: 1.13em;
  line-height: 1.32;
}

.sensor-inner-image {
  margin-top: 6.25em;
  margin-bottom: 6.25em;
}

.sensor-inner-image img {
  height: 41.56em;
}

.sensor-mechanism {
  display: flex;
  flex-direction: column;
  gap: 3.94em;
  overflow: hidden;
}

.sensor-mechanism-intro {
  display: flex;
  flex-direction: column;
  gap: 1.25em;
}

.sensor-mechanism-intro h2 {
  margin: 0;
  color: var(--green);
  font-size: clamp(36px, 2.75em, 58px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
}

.sensor-mechanism-intro p {
  width: min(55em, 100%);
  margin: 0;
  color: var(--green);
  font-size: 1.13em;
  line-height: 1.3;
}

.sensor-mechanism-tabs {
  display: flex;
}

.sensor-mechanism-menu {
  width: 11em;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 7.5em;
  align-items: flex-start;
  border-right: 1px solid rgba(114, 127, 76, 0.2);
}

.sensor-mechanism-tab {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.63em;
  border: 0;
  border-right: 4px solid transparent;
  background: transparent;
  padding: 0 0.8em 0 0;
  color: var(--green);
  text-align: left;
}

.sensor-mechanism-tab.is-active {
  border-right-color: #727f4c;
}

.sensor-mechanism-tab span {
  color: rgba(86, 103, 53, 0.28);
  font-size: clamp(24px, 1.38em, 28px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
}

.sensor-mechanism-tab strong {
  color: var(--green);
  font-size: clamp(24px, 1.38em, 28px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.sensor-mechanism-panes {
  width: 100%;
}

.sensor-mechanism-pane {
  display: none;
}

.sensor-mechanism-pane.is-active {
  display: block;
}

.sensor-mechanism-pane-wrap {
  min-height: 34em;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2em;
  padding-left: 2em;
}

.sensor-tab-img {
  width: 43em;
  max-width: calc(100% - 24em);
}

.sensor-tower-img {
  width: min(30em, calc(100% - 24em));
  max-height: 34em;
  object-fit: contain;
}

.sensor-flow-icon {
  width: min(15em, 70%);
  max-height: 15em;
  object-fit: contain;
}

.sensor-capsule-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sensor-capsule-img {
  width: 29.13em;
}

.sensor-sprout-img {
  width: 23.75em;
}

.sensor-pane-description {
  width: 22em;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.63em;
}

.sensor-pane-description-wide {
  width: 27em;
}

.sensor-pane-description h3 {
  margin: 0;
  color: var(--green);
  font-size: clamp(28px, 2em, 40px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.sensor-pane-description p,
.sensor-pane-description li {
  margin: 0;
  color: var(--green);
  font-size: 1.13em;
  line-height: 1.3;
}

.sensor-pane-description ul {
  display: flex;
  flex-direction: column;
  gap: 0.45em;
  margin: 0;
  padding-left: 1.1em;
}

.sensor-controlled-release {
  display: block;
}

.sensor-controlled-release + .sensor-block {
  margin-top: 6.25em;
}

.sensor-controlled-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3.75em;
}

.sensor-release-heading,
.sensor-zero-heading {
  display: flex;
  flex-direction: column;
  gap: 1.25em;
}

.sensor-release-heading {
  width: min(48em, 100%);
  max-width: 100%;
}

.sensor-release-heading h2,
.sensor-zero-heading h2 {
  margin: 0;
  color: var(--green);
  font-size: clamp(36px, 2.75em, 58px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
}

.sensor-release-heading p,
.sensor-zero-text-primary p,
.sensor-zero-text-secondary p,
.sensor-zero-text-secondary li,
.sensor-zero-schema-description p {
  margin: 0;
  color: var(--green);
  font-size: 1.13em;
  line-height: 1.3;
}

.sensor-release-graph {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}

.sensor-release-graph h3 {
  margin: 0;
  color: var(--green);
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.sensor-release-table {
  display: grid;
  grid-template-columns: minmax(5.2em, 0.72fr) minmax(5.2em, 0.72fr) minmax(0, 1.1fr) minmax(0, 1.45fr);
  column-gap: 1em;
  row-gap: 1.25em;
  align-items: start;
}

.sensor-release-table > * {
  min-width: 0;
}

.sensor-release-tag {
  color: var(--green);
  text-transform: uppercase;
  background: rgba(124, 145, 76, 0.1);
  border-radius: 0.31em;
  padding: 0.44em 0.63em;
  font-size: 1.13em;
  font-weight: 500;
  line-height: 1.2;
}

.sensor-release-table p {
  margin: 0;
  color: var(--green);
  font-size: 1.13em;
  line-height: 1.3;
  overflow-wrap: break-word;
}

.sensor-release-divider {
  grid-column: 1 / -1;
  width: 100%;
  height: 1px;
  background: rgba(78, 85, 56, 0.2);
}

.sensor-release-visual {
  width: 100%;
  height: 25em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.63em;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(86, 103, 53, 0.16), rgba(86, 103, 53, 0.38));
}

.sensor-release-device-card {
  width: 12.75em;
  height: 12.75em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 1.8em;
  padding: 1em;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
}

.sensor-release-device-card img {
  width: 3.8em;
  height: 3.8em;
  object-fit: contain;
}

.sensor-release-device-card span,
.sensor-release-device-card small {
  color: var(--white);
  font-size: 1.13em;
  font-weight: 500;
  line-height: 1.2;
}

.sensor-release-device-card small {
  font-size: 1.5em;
}

.sensor-zero-loss {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.25em;
}

.sensor-zero-heading {
  width: 100%;
}

.sensor-zero-description {
  display: flex;
  gap: 8.13em;
}

.sensor-zero-text-primary {
  width: 62em;
  max-width: 100%;
}

.sensor-zero-text-secondary {
  display: flex;
  flex-direction: column;
  gap: 1.25em;
}

.sensor-zero-text-secondary ul {
  display: flex;
  flex-direction: column;
  gap: 0.2em;
  margin: 0;
  padding-left: 2em;
}

.sensor-zero-schema {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 4em;
}

.sensor-zero-schema-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2em;
}

.sensor-zero-heading-inside {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.13em;
}

.sensor-zero-number {
  color: var(--green);
  opacity: 0.2;
  font-size: 2.75em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
}

.sensor-zero-schema-description {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

.sensor-zero-schema-description h3 {
  margin: 0;
  color: var(--green);
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.sensor-zero-visual {
  position: relative;
  width: 100%;
  height: 12.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.sensor-zero-visual::before {
  content: "";
  position: absolute;
  width: 9.5em;
  height: 9.5em;
  border: 1px solid rgba(86, 103, 53, 0.36);
  border-radius: 50%;
}

.sensor-zero-visual-signal i,
.sensor-zero-visual-care i {
  position: absolute;
  display: block;
  border: 1px solid rgba(86, 103, 53, 0.48);
  background: rgba(124, 145, 76, 0.1);
}

.sensor-zero-visual-signal i {
  width: 1.3em;
  height: 1.3em;
  border-radius: 50%;
}

.sensor-zero-visual-signal i:nth-child(1) {
  transform: translate(-3.2em, 2em);
}

.sensor-zero-visual-signal i:nth-child(2) {
  width: 2.3em;
  height: 2.3em;
}

.sensor-zero-visual-signal i:nth-child(3) {
  transform: translate(3.2em, -2em);
}

.sensor-zero-visual-care i {
  width: 3.1em;
  height: 2.1em;
  border-radius: 0.35em;
}

.sensor-zero-visual-care i:nth-child(1) {
  transform: translate(-3.5em, -2.5em);
}

.sensor-zero-visual-care i:nth-child(2) {
  transform: translate(3.5em, -2.5em);
}

.sensor-zero-visual-care i:nth-child(3) {
  transform: translate(-3.5em, 2.5em);
}

.sensor-zero-visual-care i:nth-child(4) {
  transform: translate(3.5em, 2.5em);
}

.sensor-zero-visual-action img {
  position: relative;
  z-index: 1;
  width: 6.5em;
  height: 6.5em;
  object-fit: contain;
}

.sensor-table strong {
  display: block;
  color: var(--green);
  font-size: clamp(26px, 2.08em, 40px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.sensor-table {
  border-top: 1px solid rgba(86, 103, 53, 0.28);
}

.sensor-table > div {
  display: grid;
  grid-template-columns: minmax(12em, 0.34fr) minmax(0, 0.66fr);
  align-items: center;
  gap: 2em;
  min-height: 7em;
  border-bottom: 1px solid rgba(86, 103, 53, 0.28);
}

.sensor-table span {
  justify-self: end;
  max-width: 29em;
  text-align: right;
}

.sensor-use-types {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.38em;
  margin-bottom: 4.63em;
}

.sensor-use-types article {
  min-width: 0;
  overflow: hidden;
  border-radius: 0.5em;
}

.sensor-use-types .food-use-description {
  min-height: 9.8em;
  border: 0;
  background: #7c914c;
}

.sensor-use-types .food-use-description p {
  color: var(--white);
  font-size: clamp(20px, 1.38em, 28px);
  line-height: 1.15;
}

.sensor-results-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.52fr) minmax(0, 0.48fr);
  align-items: stretch;
  gap: 1.5em;
}

.sensor-results-grid > img {
  width: 100%;
  height: 100%;
  min-height: 26em;
  object-fit: cover;
}

.sensor-cta {
  min-height: 34em;
  grid-template-columns: minmax(0, 0.54fr) minmax(22em, 0.46fr);
  align-items: stretch;
  gap: 0;
  padding: 0;
}

.sensor-cta .food-cta-copy {
  align-self: center;
  padding: clamp(72px, 7vw, 112px) var(--gutter);
}

.sensor-cta h2 {
  width: min(9.5em, 100%);
}

.sensor-cta .sensor-cta-montage {
  width: 100%;
  height: 30em;
}

@media (max-width: 1280px) {
  .sensor-controlled-release {
    grid-template-columns: 1fr;
  }

  .sensor-release-visual {
    width: 100%;
    height: 30em;
  }
}

@media (max-width: 980px) {
  .gallery-page {
    overflow: auto;
  }

  .gallery-grid {
    height: auto;
    min-height: 100svh;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .food-science-shell,
  .food-section-head,
  .food-compliance,
  .food-faq,
  .food-cta {
    grid-template-columns: 1fr;
  }

  .food-certification-grid {
    grid-template-columns: 1fr;
  }

  .food-certification-grid > article {
    min-height: 14em;
  }

  .food-science-nav {
    position: relative;
    top: auto;
  }

  .food-science-nav nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .food-icon-grid,
  .food-test-grid,
  .food-use-grid,
  .food-guidance-list,
  .sensor-intro-grid,
  .sensor-formulation-grid,
  .sensor-results-grid,
  .sensor-zero-schema {
    grid-template-columns: 1fr;
  }

  .sensor-controlled-release,
  .sensor-zero-description {
    flex-direction: column;
  }

  .sensor-release-visual {
    width: 100%;
  }

  .sensor-release-table {
    grid-template-columns: minmax(8em, 0.8fr) minmax(8em, 0.8fr) minmax(0, 1fr) minmax(0, 1fr);
    gap: 1.35em;
  }

  .sensor-zero-schema {
    gap: 3em;
  }

  .sensor-table > div,
  .sensor-use-types {
    grid-template-columns: 1fr;
  }

  .sensor-mechanism-tabs {
    flex-direction: column;
  }

  .sensor-mechanism-menu {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2em;
    border-right: 0;
    border-bottom: 1px solid rgba(114, 127, 76, 0.2);
  }

  .sensor-mechanism-tab {
    padding: 0 0 0.7em;
    border-right: 0;
    border-bottom: 4px solid transparent;
  }

  .sensor-mechanism-tab.is-active {
    border-bottom-color: #727f4c;
  }

  .sensor-mechanism-pane-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 2em;
    padding-left: 0;
  }

  .sensor-tab-img,
  .sensor-capsule-img,
  .sensor-sprout-img {
    width: 100%;
    max-width: 100%;
  }

  .sensor-pane-description,
  .sensor-pane-description-wide {
    order: -1;
    width: 100%;
  }

  .sensor-table span {
    justify-self: start;
    text-align: left;
  }

  .sensor-zero-text-primary {
    width: 100%;
  }

  .sensor-cta .sensor-cta-montage {
    height: 32em;
  }

  .food-cta-media {
    height: auto;
    min-height: 42em;
  }

  .sensor-difference-cta {
    height: auto;
    min-height: 54em;
    padding: 0 var(--gutter);
  }

  .sensor-difference-cta .difference-wrap {
    display: grid;
    grid-template-rows: auto 1fr;
  }

  .sensor-difference-cta .difference-copy {
    gap: 3em;
    padding: 5em 0 1em;
  }

  .sensor-difference-cta .difference-heading {
    width: min(36em, 100%);
  }

  .sensor-difference-cta .difference-heading h2 {
    width: min(11em, 100%);
  }

  .sensor-difference-cta .difference-images {
    width: min(47.25em, 100%);
    height: 31em;
    justify-self: end;
  }
}

@media (max-width: 680px) {
  .farm-update-hero {
    min-height: clamp(20em, 48svh, 26em);
    padding-top: calc(72px + 2em);
  }

  .farm-update-hero h1 {
    font-size: clamp(34px, 9vw, 44px);
  }

  .farm-update-content {
    padding-top: 2em;
    padding-bottom: 3em;
  }

  .farm-update-article figure {
    width: 100%;
  }

  .gallery-lightbox {
    padding: 4.5rem 1rem 5rem;
  }

  .gallery-lightbox-figure {
    max-height: calc(100svh - 9.5rem);
  }

  .gallery-lightbox-caption {
    width: 92%;
    margin-top: 1rem;
    padding: 0 0 0.5rem;
  }

  .gallery-lightbox-nav {
    top: auto;
    bottom: 1rem;
    width: 2.8em;
    height: 2.8em;
    transform: none;
  }

  .gallery-lightbox-nav:hover {
    transform: scale(1.04);
  }

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

  .food-hero {
    min-height: 24em;
  }

  .food-hero-wrap {
    height: 24em;
  }

  .food-assurance-hero,
  .protected-page .protected-hero-wrap {
    height: 30em;
    min-height: 30em;
  }

  .food-assurance-hero {
    background-position: 58% center;
  }

  .food-hero-copy {
    right: var(--gutter);
  }

  .food-hero-deck {
    font-size: 1em;
  }

  .food-hero h1,
  .food-science-intro h2,
  .food-block h2,
  .food-directions h2,
  .food-faq h2,
  .food-cta h2 {
    font-size: clamp(40px, 13vw, 58px);
  }

  .food-science-content {
    padding-top: 4em;
  }

  .sensor-release-table {
    grid-template-columns: 1fr;
    gap: 1em;
  }

  .sensor-release-tag {
    display: none;
  }

  .sensor-release-divider {
    margin: 0.25em 0 0.75em;
  }

  .sensor-release-visual {
    height: 28em;
  }

  .sensor-release-device-card {
    width: 14.5em;
    height: 14.5em;
  }

  .food-science-nav nav,
  .food-direction-grid {
    grid-template-columns: 1fr;
  }

  .food-release-grid,
  .food-evidence-list,
  .food-certification-logos {
    grid-template-columns: 1fr;
  }

  .food-release-grid article {
    min-height: 14em;
  }

  .food-certification-logos img {
    width: min(18em, 100%);
  }

  .food-evidence-list span {
    min-height: 5.5em;
  }

  .food-order-requirements {
    padding: 1.5em;
  }

  .food-direction-grid article + article {
    border-left: 0;
    border-top: 1px solid rgba(86, 103, 53, 0.28);
  }

  .food-inner-image img {
    height: 20em;
  }

  .sensor-hero-wrap::before {
    inset: 0 8px 0 auto;
    width: 48%;
    background-position: right bottom;
    background-size: auto 82%;
  }

  .sensor-difference-cta {
    min-height: 51em;
  }

  .sensor-difference-cta .difference-copy {
    gap: 2.5em;
    padding-top: 4em;
  }

  .sensor-difference-cta .difference-heading {
    gap: 1.25em;
  }

  .sensor-difference-cta .difference-images {
    width: 100%;
    height: 24em;
  }

  .sensor-difference-cta .difference-img-1 {
    width: 52vw;
    inset: auto auto 4em 21vw;
  }

  .sensor-difference-cta .difference-img-2 {
    width: 24vw;
    inset: 1em auto auto -2vw;
  }

  .sensor-difference-cta .difference-img-3 {
    width: 13vw;
    inset: auto auto 2em 5vw;
  }

  .sensor-difference-cta .difference-img-4 {
    width: 12vw;
    inset: 0 auto auto 30vw;
  }

  .sensor-difference-cta .difference-img-5 {
    width: 28vw;
    inset: auto -7vw 0 auto;
  }

  .sensor-difference-cta .difference-img-6 {
    width: 24vw;
    inset: 1.5em 0 auto auto;
  }

  .sensor-cta .food-cta-copy {
    padding: 5em var(--gutter);
  }

  .sensor-cta .sensor-cta-montage {
    height: 36em;
    grid-template-columns: 1fr 1fr;
  }

  .sensor-inner-image img {
    height: 24em;
  }

  .sensor-use-field,
  .sensor-use-dashboard {
    min-height: 25em;
  }

  .sensor-usage-note {
    flex-direction: column;
    gap: 1em;
    padding: 1em;
  }

  .sensor-usage-note p {
    width: 100%;
  }

  .sensor-mechanism-menu {
    grid-template-columns: 1fr;
    gap: 1.25em;
  }

  .food-cta-media {
    grid-template-columns: 1fr;
  }

  .food-cta-media img:nth-child(1),
  .food-cta-media img:nth-child(3),
  .food-cta-media img:nth-child(5) {
    grid-column: auto;
    grid-row: auto;
  }
}

/* Uploaded photo carousels within farm articles. */
.farm-update-article .article-carousel{width:100%;margin:2em 0;transform:none}
.article-carousel-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-x:contain}
.article-carousel-track::-webkit-scrollbar{display:none}
.farm-update-article .article-carousel-track>figure{flex:0 0 100%;width:100%;min-width:0;margin:0;transform:none;scroll-snap-align:start}
.farm-update-article .article-carousel-track>figure img{height:min(50svh,28em);object-fit:contain;background:#e9ece2}
.article-carousel-controls{display:flex;align-items:center;justify-content:flex-end;gap:1em;margin-top:.8em;font-size:14px;color:var(--green)}
.article-carousel-controls button{width:44px;height:44px;border:1px solid var(--line);background:transparent;color:var(--green);cursor:pointer;font:inherit}
.article-carousel-controls button:hover{background:var(--cream)}
.article-carousel-controls button:focus-visible{outline:2px solid var(--green);outline-offset:3px}
.farm-update-cell .article-carousel{margin:0 0 1.2em}
.farm-update-cell .article-carousel-track>figure img{height:min(40svh,22em)}
.article-preview-notice{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);z-index:100;padding:12px 20px;border-radius:6px;background:var(--cream);color:var(--green);font-size:14px;box-shadow:0 3px 18px #0002;text-align:center}
.farm-update-unavailable{padding:180px var(--gutter);min-height:60svh;font-size:28px;color:var(--green)}
@media(max-width:700px){.farm-update-article .article-carousel-track>figure img{height:min(45svh,20em)}.article-preview-notice{width:max-content;max-width:calc(100vw - 32px);font-size:12px}}
