/* High-priority presentation for dedicated banners and core technology pages. */
body[data-route^="/technology"] .page-hero.dark,
body[data-route^="/cases/"] .page-hero.dark {
  min-height: clamp(500px, 49vw, 660px);
}

body[data-route^="/technology"] .page-hero.dark::before {
  background:
    linear-gradient(90deg, rgba(5, 48, 44, 0.92), rgba(5, 61, 55, 0.7) 38%, rgba(5, 61, 55, 0.16) 68%, rgba(5, 61, 55, 0.02)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.2));
}

body[data-route^="/technology"] .page-hero.dark img,
body[data-route^="/cases/"] .page-hero.dark img,
body[data-route^="/about/"] .page-hero.dark img {
  object-position: center;
}

body[data-route^="/technology"] .page-hero-desc {
  max-width: 720px;
  font-size: 17px;
  line-height: 1.9;
}

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

.technology-stripe-list .technology-window-card {
  min-height: clamp(500px, 43vw, 640px);
  text-align: left;
}

.technology-stripe-list .technology-window-card::before {
  background:
    linear-gradient(90deg, rgba(4, 44, 40, 0.9), rgba(4, 57, 51, 0.62) 52%, rgba(4, 57, 51, 0.08)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.38));
}

.technology-stripe-list .technology-window-card div {
  align-content: end;
  justify-items: start;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(42px, 5vw, 78px);
}

.technology-stripe-list .technology-window-card span {
  color: #f0a55d;
  font-size: 24px;
}

.technology-stripe-list .technology-window-card h2 {
  font-size: clamp(30px, 3vw, 48px);
}

.technology-stripe-list .technology-window-card p:not(.eyebrow) {
  max-width: 590px;
  font-size: 16px;
}

.technology-stripe-list .technology-window-card strong {
  margin: 12px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.38);
  background: transparent;
}

.tech-special-video-band {
  padding-top: 58px;
}

.tech-special-video-band .zeolite-video-visual {
  place-items: end start;
  min-height: 460px;
}

.tech-special-video-band .zeolite-video-visual::before {
  background: linear-gradient(90deg, rgba(4, 38, 35, 0.92), rgba(4, 54, 49, 0.54) 54%, rgba(4, 54, 49, 0.08));
}

.tech-special-video-band .zeolite-video-visual div {
  max-width: 690px;
  padding: clamp(46px, 6vw, 82px);
  text-align: left;
}

.tech-special-video-band .zeolite-video-visual span {
  display: none;
}

.tech-special-video-band .zeolite-video-visual p:not(.eyebrow) {
  margin-right: 0;
  margin-left: 0;
}

body[data-route="/technology/multi-effect-biological-enzyme"] .tech-special-figure img {
  object-fit: contain;
  padding: 34px;
}

body:is([data-route="/technology/ecological-restoration"], [data-route="/technology/four-zero-standard"]) .tech-special-figure img {
  object-fit: cover;
  padding: 0;
}

.technology-application-band {
  padding: clamp(88px, 9vw, 132px) max(24px, calc((100vw - var(--max)) / 2));
  background: #ffffff;
}

.technology-application-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 28px 72px;
  align-items: end;
  margin-bottom: 52px;
}

.technology-application-heading .eyebrow {
  grid-column: 1 / -1;
  margin: 0;
}

.technology-application-heading h2 {
  margin: 0;
  font-size: clamp(38px, 4.6vw, 64px);
  line-height: 1.12;
}

.technology-application-heading > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
}

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

.technology-application-grid a {
  min-height: 310px;
  padding: 38px 34px;
  border-right: 1px solid var(--line);
  color: var(--ink);
  transition: background 180ms ease;
}

.technology-application-grid a:last-child {
  border-right: 0;
}

.technology-application-grid a:hover,
.technology-application-grid a:focus-visible {
  background: #eef7f4;
}

.technology-application-grid span {
  color: var(--amber);
  font-size: 15px;
  font-weight: 900;
}

.technology-application-grid h3 {
  margin: 54px 0 16px;
  font-size: 25px;
}

.technology-application-grid p {
  color: var(--muted);
  line-height: 1.82;
}

.technology-application-grid strong {
  display: inline-block;
  margin-top: 24px;
  color: var(--teal-dark);
  font-size: 13px;
}

@media (min-width: 1180px) {
  .tech-special-core-band .zeolite-section-heading h2,
  .tech-special-activation-band .zeolite-section-heading h2,
  .technology-application-heading h2 {
    white-space: nowrap;
  }
}

@media (max-width: 900px) {
  .technology-stripe-list,
  .technology-application-grid,
  .technology-application-heading {
    grid-template-columns: 1fr;
  }

  .technology-application-heading .eyebrow {
    grid-column: auto;
  }

  .technology-application-grid a {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 760px) {
  .technology-stripe-list .technology-window-card {
    min-height: 500px;
  }

  .technology-stripe-list .technology-window-card div,
  .tech-special-video-band .zeolite-video-visual div {
    padding: 38px 24px;
  }

  .technology-application-band {
    padding: 76px 24px;
  }

  .technology-application-heading {
    margin-bottom: 34px;
  }

  .technology-application-heading h2 {
    font-size: 34px;
  }
}

/* Unified information architecture for the four core technology topics. */
.technology-video-section,
.technology-essence-section,
.technology-logic-section,
.technology-fields-section {
  padding-right: max(24px, calc((100vw - var(--max)) / 2));
  padding-left: max(24px, calc((100vw - var(--max)) / 2));
}

.technology-video-section {
  padding-top: 42px;
  padding-bottom: 96px;
  background: #f4f7f6;
}

.technology-video-section .technology-subnav {
  margin-bottom: 38px;
}

.technology-video-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(520px, 0.8fr);
  gap: 54px;
  align-items: center;
}

.technology-video-layout > * {
  min-width: 0;
}

.technology-video-player {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #0a2927;
  border-radius: 4px;
  box-shadow: 0 24px 54px rgba(8, 36, 33, 0.14);
}

.technology-video-player video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.technology-video-copy .eyebrow,
.technology-essence-section .eyebrow,
.technology-logic-heading .eyebrow,
.technology-fields-heading .eyebrow {
  margin: 0 0 18px;
}

.technology-section-title {
  margin: 0;
  color: var(--ink);
  font-size: 42px;
  line-height: 1.15;
  white-space: nowrap;
}

.technology-video-copy .technology-section-title {
  font-size: 32px;
}

.technology-video-copy > p:last-child,
.technology-logic-heading > p:last-child,
.technology-fields-heading > p:last-child {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.95;
}

.technology-essence-section {
  padding-top: 92px;
  padding-bottom: 96px;
  background: #ffffff;
  text-align: center;
}

.technology-essence-line {
  max-width: 1180px;
  margin: 32px auto 0;
  color: #0b4b45;
  font-size: 30px;
  font-weight: 760;
  line-height: 1.6;
}

.technology-logic-section {
  padding-top: 104px;
  padding-bottom: 104px;
  color: #ffffff;
  background: #123a37;
}

.technology-logic-heading {
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1.45fr);
  gap: 18px 70px;
  align-items: start;
  margin-bottom: 58px;
}

.technology-logic-heading .eyebrow {
  grid-column: 1 / -1;
  color: #f0a55d;
}

.technology-logic-heading .technology-section-title {
  color: #ffffff;
}

.technology-logic-heading > p:last-child {
  margin-top: 0;
  color: rgba(255, 255, 255, 0.74);
}

.technology-method-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.technology-method-grid article {
  min-height: 250px;
  padding: 34px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.technology-method-grid article:last-child {
  border-right: 0;
}

.technology-method-grid span {
  color: #f0a55d;
  font-size: 14px;
  font-weight: 900;
}

.technology-method-grid h3,
.technology-field-grid h3 {
  margin: 42px 0 14px;
  font-size: 23px;
  line-height: 1.25;
  white-space: nowrap;
}

.technology-method-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
}

.technology-scope-line {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding-top: 34px;
}

.technology-scope-line strong {
  color: #f0a55d;
}

.technology-scope-line span {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.8;
}

.technology-fields-section {
  padding-top: 104px;
  padding-bottom: 120px;
  background: #edf3f1;
}

.technology-fields-heading {
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1.45fr);
  gap: 18px 70px;
  align-items: start;
  margin-bottom: 54px;
}

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

.technology-fields-heading > p:last-child {
  margin-top: 0;
}

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

.technology-field-grid article {
  min-height: 250px;
  padding: 32px 30px;
  border-right: 1px solid #c8d5d1;
  border-bottom: 1px solid #c8d5d1;
  background: rgba(255, 255, 255, 0.62);
}

.technology-field-grid article > span {
  color: #c7671f;
  font-size: 13px;
  font-weight: 900;
}

.technology-field-grid article p {
  margin: 0;
  color: #64716d;
  font-size: 15px;
  line-height: 1.85;
}

.technology-field-grid--multi-effect-biological-enzyme {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.technology-field-grid--ecological-restoration {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.technology-field-grid--four-zero-standard {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.zeolite-industry-section,
.zeolite-comparison-section {
  padding: 108px max(24px, calc((100vw - var(--max)) / 2));
}

.zeolite-industry-section {
  background: #f2f7f5;
}

.zeolite-industry-section .zeolite-section-heading h2,
.zeolite-comparison-section .zeolite-section-heading h2 {
  font-size: clamp(30px, 3.1vw, 42px);
}

.zeolite-industry-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 56px;
}

.zeolite-industry-grid article {
  overflow: hidden;
  border: 1px solid #d7e2de;
  background: #fff;
}

.zeolite-industry-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.zeolite-industry-grid div {
  padding: 26px 24px 30px;
}

.zeolite-industry-grid h3 {
  margin: 0;
  font-size: 22px;
}

.zeolite-industry-grid p {
  margin: 12px 0 0;
  color: #64716d;
  line-height: 1.8;
}

.zeolite-comparison-section {
  background: #fff;
}

.zeolite-comparison-table {
  margin-top: 54px;
  border-top: 1px solid #ccd8d4;
  border-left: 1px solid #ccd8d4;
}

.zeolite-comparison-table article {
  display: grid;
  grid-template-columns: 170px 1fr 1fr;
}

.zeolite-comparison-table strong,
.zeolite-comparison-table p {
  margin: 0;
  padding: 24px;
  border-right: 1px solid #ccd8d4;
  border-bottom: 1px solid #ccd8d4;
}

.zeolite-comparison-table strong {
  background: #0b5d55;
  color: #fff;
}

.zeolite-comparison-table p {
  color: #53635e;
  line-height: 1.75;
}

.zeolite-comparison-table p:last-child {
  background: #edf7f3;
  color: #173f38;
}

.zeolite-comparison-table span {
  display: block;
  margin-bottom: 8px;
  color: #c7671f;
  font-weight: 900;
}

@media (min-width: 1180px) {
  .technology-fields-heading h2,
  .zeolite-section-heading h2 {
    white-space: nowrap;
  }
}

@media (max-width: 1080px) {
  .technology-field-grid--multi-effect-biological-enzyme,
  .technology-field-grid--ecological-restoration {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 760px) {
  .technology-field-grid--multi-effect-biological-enzyme,
  .technology-field-grid--ecological-restoration,
  .technology-field-grid--four-zero-standard,
  .zeolite-industry-grid {
    grid-template-columns: 1fr;
  }

  .zeolite-comparison-table article {
    grid-template-columns: 1fr;
  }

  .zeolite-industry-section,
  .zeolite-comparison-section {
    padding: 78px 24px;
  }
}

.technology-field-grid a {
  position: relative;
  min-height: 286px;
  padding: 34px 38px;
  border-right: 1px solid #c8d5d1;
  border-bottom: 1px solid #c8d5d1;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.76);
  transition: background 180ms ease, color 180ms ease;
}

.technology-field-grid a:hover,
.technology-field-grid a:focus-visible {
  color: #ffffff;
  background: #0f5f57;
}

.technology-field-grid a > span {
  color: var(--amber);
  font-size: 14px;
  font-weight: 900;
}

.technology-field-grid h3 {
  margin-top: 34px;
}

.technology-field-grid p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  line-height: 1.85;
}

.technology-field-grid a:hover p,
.technology-field-grid a:focus-visible p {
  color: rgba(255, 255, 255, 0.78);
}

.technology-field-grid a > strong {
  display: inline-block;
  margin-top: 24px;
  color: #0f5f57;
  font-size: 13px;
}

.technology-field-grid a:hover > strong,
.technology-field-grid a:focus-visible > strong {
  color: #f4bd7e;
}

@media (max-width: 1150px) {
  .technology-video-layout,
  .technology-logic-heading,
  .technology-fields-heading {
    grid-template-columns: 1fr;
  }

  .technology-video-copy .technology-section-title {
    font-size: 34px;
  }

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

  .technology-method-grid article:nth-child(2) {
    border-right: 0;
  }

  .technology-method-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media (max-width: 700px) {
  .technology-video-section,
  .technology-essence-section,
  .technology-logic-section,
  .technology-fields-section {
    padding-right: 22px;
    padding-left: 22px;
  }

  .technology-video-section {
    padding-top: 26px;
    padding-bottom: 72px;
  }

  .technology-video-layout {
    gap: 30px;
  }

  .technology-section-title {
    font-size: 30px;
  }

  .technology-video-copy .technology-section-title {
    font-size: 25px;
    white-space: normal;
  }

  .technology-essence-section,
  .technology-logic-section,
  .technology-fields-section {
    padding-top: 76px;
    padding-bottom: 78px;
  }

  .technology-essence-line {
    margin-top: 26px;
    font-size: 21px;
    line-height: 1.75;
  }

  .technology-method-grid,
  .technology-field-grid {
    grid-template-columns: 1fr;
  }

  .technology-method-grid article,
  .technology-method-grid article:nth-child(2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .technology-method-grid article:last-child {
    border-bottom: 0;
  }

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

  .technology-field-grid a {
    min-height: 0;
    padding: 30px 26px;
  }
}
