.technology-page {
  background: #fff;
}

.technology-main {
  overflow: clip;
}

.technology-main h1,
.technology-main h2 {
  margin: 0;
  color: var(--ink-muted);
  font-family: var(--font-head);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
}

.technology-main h2 {
  font-size: clamp(2rem, 2.75vw, 3.1rem);
  line-height: 1.08;
}

.technology-main .statement-lines {
  max-width: none;
}

.technology-main .statement-lines span {
  display: block;
  white-space: nowrap;
}

.technology-main .eyebrow {
  margin: 0 0 1rem;
  color: var(--ink-muted);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.technology-main .eyebrow::after {
  content: none;
}

.technology-link {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 750;
  text-decoration: none;
}

.technology-link span {
  color: var(--cyan);
  font-size: 1.05rem;
  transition: transform 180ms ease;
}

.technology-link:hover span {
  transform: translateX(0.22rem);
}

.technology-link--light {
  color: var(--navy);
}

.technology-hero {
  position: relative;
  min-height: 42rem;
  display: grid;
  align-items: start;
  overflow: hidden;
  background: #f7f8f5;
  color: var(--ink-muted);
}

.technology-hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 4.5rem;
  right: 0;
  bottom: 5.5rem;
  width: min(38vw, 34rem);
  background-image:
    url("/assets/biofilm-wave.png"),
    url("/assets/rust-wave.png");
  background-repeat: no-repeat;
  background-position:
    right 1.5rem center,
    left 2rem bottom 1.5rem;
  background-size:
    min(22vw, 18rem) auto,
    min(14vw, 11rem) auto;
  opacity: 0.13;
  pointer-events: none;
}

.technology-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-block: 6.75rem 8.5rem;
}

.technology-hero .subpage-breadcrumb {
  margin-bottom: 2rem;
  color: var(--ink-muted);
}

.technology-hero .subpage-breadcrumb a {
  color: var(--ink-muted);
}

.technology-hero .subpage-breadcrumb span[aria-hidden] {
  color: #006600;
}

.technology-hero .eyebrow {
  color: var(--ink-muted);
}

.technology-hero__copy {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(22rem, 0.7fr);
  column-gap: clamp(3rem, 9vw, 9rem);
  width: 100%;
  max-width: none;
}

.technology-hero__copy .eyebrow {
  grid-column: 1 / -1;
}

.technology-hero h1 {
  grid-column: 1 / -1;
  grid-row: 2;
  width: max-content;
  max-width: 100%;
  color: var(--ink-muted);
  font-size: clamp(2.8rem, 3.8vw, 4.25rem);
  line-height: 1.02;
  white-space: nowrap;
}

.technology-hero h1 span {
  display: block;
  margin: 0;
  color: var(--ink-muted);
}

.technology-hero h1 span:nth-child(2) {
  margin-bottom: 0.14em;
}

.technology-hero__lead {
  grid-column: 2;
  grid-row: 3;
  max-width: 43rem;
  margin: 0.4rem 0 0;
  color: var(--ink-muted);
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  line-height: 1.62;
}

.technology-hero__actions {
  grid-column: 2;
  grid-row: 4;
  display: flex;
  align-items: center;
  gap: 1.8rem;
  margin-top: 2.4rem;
}

.technology-hero .btn--primary,
.technology-cta .btn--primary {
  background: #fff;
  color: var(--navy);
  box-shadow: none;
}

.technology-hero .btn--primary {
  border: 1px solid rgba(0, 102, 0, 0.32);
}

.technology-hero .btn--primary:hover,
.technology-cta .btn--primary:hover {
  background: #00FF00;
  color: #008A00;
  box-shadow: none;
}

.technology-hero__facts {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 1px solid rgba(0, 102, 0, 0.18);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
}

.technology-hero__facts .container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.technology-hero__facts p {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin: 0;
  padding: 1.4rem clamp(1rem, 2vw, 1.8rem);
  border-right: 1px solid rgba(0, 102, 0, 0.14);
  color: var(--ink-muted);
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 1.4;
}

.technology-hero__facts p:first-child {
  padding-left: 0;
}

.technology-hero__facts p:last-child {
  padding-right: 0;
  border-right: 0;
}

.technology-difference {
  padding-block: clamp(6rem, 11vw, 10rem);
  background: #fff;
}

.technology-difference__layout {
  display: grid;
  grid-template-columns: minmax(19rem, 0.75fr) minmax(30rem, 1.25fr);
  align-items: start;
  gap: clamp(4rem, 10vw, 10rem);
}

.technology-difference__intro {
  position: sticky;
  top: 8.5rem;
}

.technology-difference__intro h2 {
  max-width: 18ch;
}

.technology-difference__intro > p:last-child {
  max-width: 31rem;
  margin: 1.75rem 0 0;
  color: var(--ink-muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.technology-principles {
  border-top: 1px solid var(--line);
}

.technology-principles article {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  padding-block: clamp(2rem, 4vw, 3.5rem);
  border-bottom: 1px solid var(--line);
}

.technology-principles__kicker {
  margin: 0 0 0.75rem;
  color: var(--ink-muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.technology-principles h3 {
  max-width: 25ch;
  margin: 0;
  color: var(--ink-muted);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.2;
}

.technology-principles article p:last-child {
  max-width: 37rem;
  margin: 1rem 0 0;
  color: var(--ink-muted);
  line-height: 1.65;
}

.technology-system {
  scroll-margin-top: 4.5rem;
  padding-block: clamp(6rem, 11vw, 10rem);
  border-top: 1px solid rgba(0, 138, 0, 0.12);
  background: #fff;
  color: var(--ink-muted);
}

.technology-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.7fr);
  align-items: end;
  gap: clamp(3rem, 9vw, 9rem);
  margin-bottom: clamp(3.5rem, 7vw, 5.5rem);
}

.technology-section-head h2 {
  max-width: 18ch;
}

.technology-section-head > p {
  max-width: 35rem;
  margin: 0;
  color: var(--ink-muted);
  line-height: 1.7;
}

.technology-section-head--dark .eyebrow {
  color: var(--ink-muted);
}

.technology-section-head--dark h2 {
  color: var(--ink-muted);
}

.technology-section-head--dark > p {
  color: var(--ink-muted);
}

.technology-system__visual {
  position: relative;
  min-height: 30rem;
  aspect-ratio: 2 / 1;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #c8ced2;
}

.technology-system__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 47%, rgba(0, 0, 0, 0.68) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.14), transparent 45%);
  pointer-events: none;
}

.technology-system__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 55%;
  filter: saturate(0.9) contrast(1.03);
  transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.technology-system__visual:hover img {
  transform: scale(1.012);
}

.technology-system__visual figcaption {
  position: absolute;
  z-index: 2;
  right: clamp(1.5rem, 3vw, 2.6rem);
  bottom: clamp(1.5rem, 3vw, 2.4rem);
  display: grid;
  gap: 0.25rem;
  text-align: right;
}

.technology-system__visual figcaption strong {
  color: #fff;
  font-size: 1.05rem;
}

.technology-system__visual figcaption span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.83rem;
}

.technology-signal {
  position: absolute;
  z-index: 2;
  left: 46%;
  top: 63%;
  display: flex;
  align-items: center;
  gap: 0.34rem;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 0 12px rgba(0, 138, 0, 0.58));
}

.technology-signal span {
  width: 0.25rem;
  height: var(--signal-height, 2rem);
  border-radius: 999px;
  background: var(--navy);
  animation: technology-signal 1.8s ease-in-out infinite alternate;
}

.technology-signal span:nth-child(1),
.technology-signal span:nth-child(7) { --signal-height: 1rem; animation-delay: -0.75s; }
.technology-signal span:nth-child(2),
.technology-signal span:nth-child(6) { --signal-height: 1.8rem; animation-delay: -0.55s; }
.technology-signal span:nth-child(3),
.technology-signal span:nth-child(5) { --signal-height: 2.8rem; animation-delay: -0.3s; }
.technology-signal span:nth-child(4) { --signal-height: 3.8rem; }

@keyframes technology-signal {
  from { opacity: 0.55; transform: scaleY(0.54); }
  to { opacity: 1; transform: scaleY(1); }
}

.technology-system__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(0, 138, 0, 0.16);
  list-style: none;
}

.technology-system__steps li {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  padding: 2.8rem clamp(1.25rem, 2.5vw, 2.5rem) 3.2rem;
  border-right: 1px solid rgba(0, 138, 0, 0.16);
}

.technology-system__steps li:first-child {
  padding-left: 0;
}

.technology-system__steps li:last-child {
  padding-right: 0;
  border-right: 0;
}

.technology-system__steps h3 {
  margin: 0 0 0.75rem;
  color: var(--ink-muted);
  font-size: 1.12rem;
}

.technology-system__steps p {
  margin: 0;
  color: var(--ink-muted);
  font-size: 0.94rem;
  line-height: 1.65;
}

.technology-components {
  padding-block: clamp(6rem, 11vw, 10rem);
  background: var(--bg);
}

.technology-components__layout {
  display: grid;
  grid-template-columns: minmax(22rem, 0.86fr) minmax(27rem, 1.14fr);
  align-items: center;
  gap: clamp(4rem, 10vw, 10rem);
}

.technology-components__media {
  position: relative;
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #dce0e1;
}

.technology-components__media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 35%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.62));
}

.technology-components__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.88) contrast(1.03);
}

.technology-components__media figcaption {
  position: absolute;
  z-index: 1;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
}

.technology-components__copy h2 {
  max-width: none;
}

.technology-components__lead {
  max-width: 39rem;
  margin: 1.75rem 0 2.5rem;
  color: var(--ink-muted);
  line-height: 1.7;
}

.technology-components__list {
  margin: 0;
  border-top: 1px solid var(--line);
}

.technology-components__list > div {
  display: grid;
  grid-template-columns: minmax(9rem, 0.45fr) minmax(0, 1fr);
  gap: 2rem;
  padding-block: 1.4rem;
  border-bottom: 1px solid var(--line);
}

.technology-components__list dt {
  color: var(--ink-muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.technology-components__list dd {
  margin: 0;
  color: var(--ink-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.technology-integration {
  padding-block: clamp(6rem, 11vw, 10rem);
  background: #fff;
}

.technology-integration__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  list-style: none;
}

.technology-integration__steps li {
  min-height: 16rem;
  padding: 2rem clamp(1.1rem, 2.2vw, 2rem) 2.5rem;
  border-right: 1px solid var(--line);
}

.technology-integration__steps li:first-child {
  padding-left: 0;
}

.technology-integration__steps li:last-child {
  padding-right: 0;
  border-right: 0;
}

.technology-integration__steps h3 {
  margin: 0 0 0.7rem;
  color: var(--ink-muted);
  font-size: 1.16rem;
}

.technology-integration__steps p {
  margin: 0;
  color: var(--ink-muted);
  font-size: 0.91rem;
  line-height: 1.6;
}

.technology-integration__note {
  display: grid;
  grid-template-columns: minmax(10rem, 0.35fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 6rem);
  margin-top: 3rem;
}

.technology-integration__note span {
  color: var(--ink-muted);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.technology-integration__note p {
  max-width: 50rem;
  margin: 0;
  color: var(--ink-muted);
  font-family: var(--font-head);
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-style: italic;
  line-height: 1.35;
}

.technology-effects {
  padding-block: clamp(6rem, 11vw, 10rem);
  background: var(--bg);
}

.technology-effects__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.technology-effect {
  position: relative;
  min-height: 25rem;
  display: flex;
  align-items: flex-end;
  padding: clamp(2rem, 4vw, 3.5rem);
  overflow: hidden;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.46);
}

.technology-effect > div {
  position: relative;
  z-index: 1;
  max-width: 30rem;
}

.technology-effect img {
  position: absolute;
  top: 50%;
  right: 7%;
  width: min(44%, 15rem);
  height: 75%;
  object-fit: contain;
  transform: translateY(-56%);
  filter: drop-shadow(0 18px 28px rgba(0, 138, 0, 0.12));
  opacity: 0.94;
}

.technology-effect h3 {
  max-width: 15ch;
  margin: 0 0 0.8rem;
  color: var(--ink-muted);
  font-size: clamp(1.5rem, 2.4vw, 2.4rem);
  line-height: 1.12;
}

.technology-effect p {
  max-width: 28rem;
  margin: 0;
  color: var(--ink-muted);
  line-height: 1.62;
}

.technology-effect--image > div {
  max-width: 22rem;
}

.technology-proof {
  padding-block: clamp(6rem, 11vw, 10rem);
  border-top: 1px solid rgba(0, 138, 0, 0.12);
  background: var(--bg);
  color: var(--ink-muted);
}

.technology-proof__layout {
  display: grid;
  grid-template-columns: minmax(25rem, 1.08fr) minmax(22rem, 0.92fr);
  align-items: end;
  gap: clamp(5rem, 12vw, 12rem);
}

.technology-proof .eyebrow {
  color: var(--ink-muted);
}

.technology-proof__number {
  margin: 0.9rem 0 1.25rem;
  color: var(--navy);
  font-size: clamp(4.8rem, 9vw, 9.5rem);
  font-weight: 750;
  letter-spacing: 0;
  line-height: 0.86;
}

.technology-proof__number span {
  font-size: 0.33em;
  font-weight: 650;
}

.technology-proof h2 {
  max-width: 18ch;
  color: var(--ink-muted);
  font-family: var(--font-body);
  font-size: clamp(1.45rem, 2.4vw, 2.25rem);
  font-style: normal;
  font-weight: 650;
  line-height: 1.25;
}

.technology-proof__metric > p:not(.eyebrow, .technology-proof__number) {
  max-width: 40rem;
  margin: 1.25rem 0 0;
  color: var(--ink-muted);
  line-height: 1.65;
}

.technology-proof .technology-link {
  margin-top: 2rem;
}

.technology-proof blockquote {
  margin: 0;
  padding: 2.5rem 0 0;
  border-top: 1px solid rgba(0, 138, 0, 0.18);
}

.technology-proof blockquote p {
  margin: 0;
  color: var(--navy);
  font-family: var(--font-head);
  font-size: clamp(1.3rem, 2vw, 2rem);
  font-style: italic;
  line-height: 1.28;
}

.technology-proof blockquote cite {
  display: block;
  margin-top: 1.7rem;
  color: var(--ink-muted);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 750;
}

.technology-practice {
  padding-block: clamp(6rem, 11vw, 10rem);
  background: #fff;
}

.technology-practice__gallery {
  display: grid;
  grid-template-columns: minmax(20rem, 0.78fr) minmax(28rem, 1.22fr);
  align-items: start;
  gap: clamp(1.25rem, 3vw, 2.5rem);
}

.technology-practice__gallery figure {
  margin: 0;
}

.technology-practice__gallery figure > div {
  height: clamp(28rem, 48vw, 46rem);
  overflow: hidden;
  border-radius: 8px;
  background: #d8dcdf;
}

.technology-practice__gallery figure:last-child > div {
  height: clamp(23rem, 36vw, 36rem);
}

.technology-practice__gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.03);
  transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.technology-practice__gallery figure:hover img {
  transform: scale(1.018);
}

.technology-practice__gallery figcaption {
  display: grid;
  gap: 0.35rem;
  padding-top: 1.2rem;
}

.technology-practice__gallery figcaption strong {
  color: var(--ink-muted);
  font-size: 0.98rem;
}

.technology-practice__gallery figcaption span {
  max-width: 35rem;
  color: var(--ink-muted);
  font-size: 0.88rem;
}

.technology-practice > .container > .technology-link {
  margin-top: 3rem;
}

.technology-faq {
  padding-block: clamp(6rem, 10vw, 9rem);
  background: var(--bg);
}

.technology-faq__layout {
  display: grid;
  grid-template-columns: minmax(19rem, 0.7fr) minmax(30rem, 1.3fr);
  align-items: start;
  gap: clamp(4rem, 10vw, 10rem);
}

.technology-faq header {
  position: sticky;
  top: 8.5rem;
}

.technology-faq h2 {
  max-width: 15ch;
}

.technology-faq__list {
  border-top: 1px solid var(--line);
}

.technology-faq details {
  border-bottom: 1px solid var(--line);
}

.technology-faq summary {
  position: relative;
  padding: 1.55rem 3rem 1.55rem 0;
  color: var(--ink-muted);
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
}

.technology-faq summary::-webkit-details-marker {
  display: none;
}

.technology-faq summary span {
  position: absolute;
  top: 50%;
  right: 0.25rem;
  width: 1rem;
  height: 1rem;
  transform: translateY(-50%);
}

.technology-faq summary span::before,
.technology-faq summary span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--blue);
  transition: transform 180ms ease;
}

.technology-faq summary span::after {
  transform: rotate(90deg);
}

.technology-faq details[open] summary span::after {
  transform: rotate(0);
}

.technology-faq details p {
  max-width: 42rem;
  margin: -0.2rem 0 1.7rem;
  color: var(--ink-muted);
  line-height: 1.65;
}

.technology-cta {
  padding-block: clamp(5.5rem, 9vw, 8rem);
  border-top: 1px solid rgba(0, 138, 0, 0.12);
  background: #fff;
  color: var(--ink-muted);
}

.technology-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.72fr);
  align-items: end;
  gap: clamp(3rem, 9vw, 9rem);
}

.technology-cta .eyebrow {
  color: var(--ink-muted);
}

.technology-cta h2 {
  max-width: 16ch;
  color: var(--ink-muted);
}

.technology-cta__inner > div:last-child p {
  max-width: 34rem;
  margin: 0 0 2rem;
  color: var(--ink-muted);
  line-height: 1.7;
}

.technology-proof .technology-link--light {
  color: var(--navy);
}

.technology-cta .btn--primary {
  border: 1px solid var(--navy);
  background: #fff;
  color: var(--navy);
}

.technology-cta .btn--primary:hover {
  background: var(--cyan-soft);
  color: var(--navy);
}

.tech-motion [data-tech-reveal],
.tech-motion [data-tech-stagger] > * {
  opacity: 0;
  transform: translateY(1.4rem);
  transition:
    opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.tech-motion [data-tech-reveal].is-visible,
.tech-motion [data-tech-stagger] > *.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.tech-motion [data-tech-stagger] > *:nth-child(2) { transition-delay: 80ms; }
.tech-motion [data-tech-stagger] > *:nth-child(3) { transition-delay: 160ms; }
.tech-motion [data-tech-stagger] > *:nth-child(4) { transition-delay: 240ms; }

@media (max-width: 68rem) {
  .technology-difference__layout,
  .technology-components__layout,
  .technology-proof__layout,
  .technology-faq__layout {
    grid-template-columns: 1fr;
    gap: 4.5rem;
  }

  .technology-difference__intro,
  .technology-faq header {
    position: relative;
    top: auto;
  }

  .technology-difference__intro h2,
  .technology-faq h2 {
    max-width: 15ch;
  }

  .technology-components__layout {
    grid-template-columns: minmax(18rem, 0.75fr) minmax(25rem, 1.25fr);
    gap: 4rem;
  }

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

  .technology-integration__steps li:nth-child(2) {
    border-right: 0;
  }

  .technology-integration__steps li:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .technology-integration__steps li:nth-child(3) {
    padding-left: 0;
  }

  .technology-proof__layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr);
    gap: 5rem;
  }
}

@media (max-width: 56rem) {
  .technology-main .statement-lines span {
    white-space: normal;
  }

  .technology-hero {
    min-height: 48rem;
  }

  .technology-hero::before {
    right: -3rem;
    width: 20rem;
    background-position:
      right center,
      left 3rem bottom 2rem;
    background-size:
      12rem auto,
      8rem auto;
    opacity: 0.07;
  }

  .technology-hero__inner {
    padding-block: 7.5rem 10rem;
  }

  .technology-hero__copy {
    grid-template-columns: 1fr;
  }

  .technology-hero__copy .eyebrow,
  .technology-hero h1,
  .technology-hero__lead,
  .technology-hero__actions {
    grid-column: 1;
    grid-row: auto;
  }

  .technology-hero h1 {
    white-space: normal;
  }

  .technology-hero__lead {
    margin-top: 1.8rem;
  }

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

  .technology-hero__facts p:nth-child(2) {
    border-right: 0;
  }

  .technology-hero__facts p:nth-child(-n+2) {
    border-bottom: 1px solid rgba(0, 102, 0, 0.14);
  }

  .technology-hero__facts p:nth-child(3) {
    padding-left: 0;
  }

  .technology-section-head,
  .technology-cta__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .technology-system__visual {
    min-height: 25rem;
    aspect-ratio: 16 / 10;
  }

  .technology-system__steps {
    grid-template-columns: 1fr;
  }

  .technology-system__steps li,
  .technology-system__steps li:first-child,
  .technology-system__steps li:last-child {
    padding: 2rem 0;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 138, 0, 0.16);
  }

  .technology-system__steps li:last-child {
    border-bottom: 0;
  }

  .technology-components__layout,
  .technology-proof__layout {
    grid-template-columns: 1fr;
  }

  .technology-components__media {
    width: min(100%, 36rem);
    aspect-ratio: 4 / 4.6;
  }

  .technology-effects__grid {
    grid-template-columns: 1fr;
  }

  .technology-practice__gallery {
    grid-template-columns: 0.82fr 1.18fr;
  }

  .technology-practice__gallery figure > div,
  .technology-practice__gallery figure:last-child > div {
    height: clamp(24rem, 60vw, 34rem);
  }
}

@media (max-width: 42rem) {
  .technology-main h2 {
    font-size: clamp(1.95rem, 8.5vw, 2.35rem);
  }

  .technology-hero {
    min-height: 50rem;
  }

  .technology-hero::before {
    top: 10rem;
    right: -5rem;
    width: 14rem;
    background-image: url("/assets/biofilm-wave.png");
    background-position: right center;
    background-size: 10rem auto;
    opacity: 0.05;
  }

  .technology-hero__inner {
    padding-block: 7rem 10.5rem;
  }

  .technology-hero .subpage-breadcrumb {
    margin-bottom: 2rem;
  }

  .technology-hero h1 {
    font-size: clamp(2.05rem, 9vw, 2.55rem);
  }

  .technology-hero__lead {
    font-size: 1rem;
  }

  .technology-hero__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.35rem;
  }

  .technology-hero__facts p {
    grid-template-columns: 1fr;
    gap: 0.3rem;
    padding: 1rem 0.75rem;
    font-size: 0.73rem;
  }

  .technology-hero__facts p:first-child,
  .technology-hero__facts p:nth-child(3) {
    padding-left: 0;
  }

  .technology-hero__facts p:nth-child(2),
  .technology-hero__facts p:last-child {
    padding-right: 0;
  }

  .technology-difference,
  .technology-system,
  .technology-components,
  .technology-integration,
  .technology-effects,
  .technology-proof,
  .technology-practice,
  .technology-faq,
  .technology-cta {
    padding-block: 5rem;
  }

  .technology-difference__layout,
  .technology-components__layout,
  .technology-proof__layout,
  .technology-faq__layout {
    gap: 3rem;
  }

  .technology-principles article {
    grid-template-columns: minmax(0, 1fr);
  }

  .technology-system__visual {
    width: 100%;
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .technology-system__visual img {
    object-position: 52% center;
  }

  .technology-system__visual figcaption {
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .technology-components__list > div {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .technology-integration__steps {
    grid-template-columns: 1fr;
  }

  .technology-integration__steps li,
  .technology-integration__steps li:first-child,
  .technology-integration__steps li:nth-child(3),
  .technology-integration__steps li:last-child {
    min-height: auto;
    padding: 1.7rem 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .technology-integration__steps li:last-child {
    border-bottom: 0;
  }

  .technology-integration__note {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .technology-effect {
    min-height: 23rem;
    padding: 1.75rem;
  }

  .technology-effect img {
    top: 38%;
    right: 5%;
    height: 66%;
  }

  .technology-proof__number {
    font-size: clamp(4.3rem, 22vw, 6.5rem);
  }

  .technology-practice__gallery {
    grid-template-columns: 1fr;
  }

  .technology-practice__gallery figure > div,
  .technology-practice__gallery figure:last-child > div {
    height: 28rem;
  }

  .technology-faq summary {
    padding-block: 1.3rem;
    font-size: 0.94rem;
  }
}

@media (max-width: 24rem) {
  .technology-hero h1 {
    font-size: 2.1rem;
  }

  .technology-hero__facts p {
    font-size: 0.68rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .technology-signal span {
    animation: none;
  }

  .tech-motion [data-tech-reveal],
  .tech-motion [data-tech-stagger] > * {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .technology-system__visual img,
  .technology-practice__gallery img,
  .technology-link span {
    transition: none;
  }
}
