:root {
  --ink: #13201d;
  --muted: #64716d;
  --line: #dfe7e2;
  --paper: #f6f7f3;
  --white: #ffffff;
  --teal: #0aa79d;
  --teal-dark: #075d55;
  --leaf: #4d765c;
  --amber: #c7671f;
  --wine: #8b2b2a;
  --max: 1180px;
  --shadow: 0 18px 44px rgba(14, 38, 34, 0.12);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", Arial, sans-serif;
  letter-spacing: 0;
}

/* Product solution refinement: clickable directory, scaled product visuals and editorial topic pages. */
.solution-category-background {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  overflow: hidden;
}

.solution-category-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.68;
  filter: saturate(1.02) contrast(1.04);
  transform: scale(1.04);
  transition: transform 560ms ease, opacity 260ms ease;
}

.solution-category-card.is-active .solution-category-background img {
  opacity: 0.88;
  transform: scale(1);
}

.solution-category-copy h2 a {
  color: inherit;
}

.solution-category-figure {
  pointer-events: auto;
}

.solution-product-system-v2[data-solution-theme="crop"] .solution-product-visual img {
  transform: scale(1.35);
}

.solution-product-system-v2[data-solution-theme="livestock"] .solution-product-visual img {
  transform: scale(1.25);
}

.solution-product-system-v2[data-solution-theme="environment"] .solution-product-visual img,
.solution-product-system-v2[data-solution-theme="health"] .solution-product-visual img {
  transform: scale(1.15);
}

.solution-product-system-v2 .solution-product-visual img {
  transform-origin: center;
}

.solution-category-card[data-solution-trigger="livestock"] .solution-category-figure img {
  transform: scale(0.7);
  transform-origin: center bottom;
}

.solution-category-card[data-solution-trigger="environment"] .solution-category-figure img {
  transform: scale(1.5);
  transform-origin: center bottom;
}

body[data-route="/"] .scenario-visual-panel[data-scenario-panel="crop"] img {
  transform: scale(1.3);
}

body[data-route="/"] .scenario-visual-panel[data-scenario-panel="livestock"] img {
  transform: scale(1.2);
}

body[data-route="/"] .scenario-visual-panel[data-scenario-panel="health"] img {
  transform: scale(1.3);
}

body[data-route="/"] .scenario-visual-panel img {
  transform-origin: center;
}

.solution-campaign-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: center;
  overflow: hidden;
  min-height: clamp(620px, 72vh, 790px);
  padding: 150px max(28px, calc((100vw - var(--max)) / 2)) 92px;
  color: #fff;
}

.solution-campaign-image,
.solution-campaign-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.solution-campaign-image {
  z-index: -2;
  object-fit: cover;
}

.solution-campaign-hero[data-solution-theme="crop"] .solution-campaign-image {
  object-position: center 54%;
}

.solution-campaign-hero[data-solution-theme="livestock"] .solution-campaign-image {
  object-position: center 48%;
}

.solution-campaign-hero[data-solution-theme="environment"] .solution-campaign-image,
.solution-campaign-hero[data-solution-theme="health"] .solution-campaign-image {
  object-position: center;
}

.solution-campaign-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(4, 33, 28, 0.86) 0%, rgba(4, 33, 28, 0.55) 48%, rgba(4, 33, 28, 0.1) 76%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.35));
}

.solution-campaign-content {
  width: min(100%, 1040px);
}

.solution-campaign-content .eyebrow {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.78);
}

.solution-campaign-content h1 {
  margin: 0;
  color: #fff;
  font-size: 58px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

.solution-campaign-subtitle {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}

.solution-campaign-action {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  margin-top: 38px;
  padding: 15px 20px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.solution-campaign-action:hover,
.solution-campaign-action:focus-visible {
  border-color: #fff;
  background: #fff;
  color: var(--solution-deep);
}

.solution-problem-map,
.solution-product-system-v2,
.solution-application-v2,
.solution-evidence-band {
  padding: 110px max(28px, calc((100vw - var(--max)) / 2));
}

.solution-centered-heading {
  text-align: center;
}

.solution-centered-heading .eyebrow {
  margin: 0 0 12px;
  color: var(--solution-accent);
}

.solution-centered-heading h2 {
  margin: 0;
  color: #142520;
  font-size: 46px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

.solution-problem-map {
  background: #fff;
}

.solution-problem-layout {
  display: grid;
  grid-template-columns: minmax(210px, 0.8fr) minmax(440px, 1.4fr) minmax(210px, 0.8fr);
  gap: clamp(34px, 4vw, 70px);
  align-items: center;
  margin-top: 66px;
}

.solution-problem-side {
  display: grid;
}

.solution-problem-side article {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 92px;
  border-top: 1px solid rgba(20, 37, 32, 0.14);
}

.solution-problem-side article:last-child {
  border-bottom: 1px solid rgba(20, 37, 32, 0.14);
}

.solution-problem-side span,
.solution-product-lines-v2 span,
.solution-application-grid-v2 span,
.solution-evidence-grid span {
  color: var(--solution-accent-2);
  font-size: 12px;
  font-weight: 900;
}

.solution-problem-side strong {
  color: #22352f;
  font-size: 18px;
  line-height: 1.5;
}

.solution-problem-visuals {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.solution-problem-visuals figure {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.15;
  margin: 0;
  border-radius: 4px;
  background: #e6eee9;
}

.solution-problem-visuals img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.solution-problem-visuals figure:hover img {
  transform: scale(1.04);
}

.solution-problem-visuals figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 15px 14px;
  background: linear-gradient(180deg, transparent, rgba(3, 31, 26, 0.86));
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
}

.solution-product-system-v2 {
  background: var(--solution-soft);
}

.solution-product-system-grid {
  display: grid;
  grid-template-columns: minmax(440px, 1.08fr) minmax(390px, 0.92fr);
  gap: clamp(54px, 7vw, 118px);
  align-items: center;
  margin-top: 66px;
}

.solution-product-visual {
  display: grid;
  place-items: center;
  min-height: 480px;
  border-right: 1px solid rgba(20, 37, 32, 0.14);
  padding-right: clamp(28px, 4vw, 68px);
}

.solution-product-visual .solution-visual-stack {
  min-height: 0;
  padding: 0;
}

.solution-product-visual .solution-visual-stack img {
  width: min(100%, 760px);
  max-width: none;
  max-height: 530px;
  object-fit: contain;
  filter: drop-shadow(0 30px 28px rgba(15, 47, 39, 0.18));
}

.solution-product-lines-v2 {
  display: grid;
}

.solution-product-lines-v2 article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  padding: 24px 0;
  border-top: 1px solid rgba(20, 37, 32, 0.14);
}

.solution-product-lines-v2 article:last-child {
  border-bottom: 1px solid rgba(20, 37, 32, 0.14);
}

.solution-product-lines-v2 h3,
.solution-application-grid-v2 h3,
.solution-evidence-grid h3 {
  margin: 0;
  color: #1d302a;
  font-size: 21px;
  line-height: 1.35;
}

.solution-product-lines-v2 p,
.solution-application-grid-v2 p,
.solution-evidence-grid p {
  margin: 9px 0 0;
  color: #62706b;
  font-size: 14px;
  line-height: 1.8;
}

.solution-application-v2 {
  background: #fff;
}

.solution-application-grid-v2 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 58px;
}

.solution-application-grid-v2 article {
  overflow: hidden;
  border: 1px solid rgba(20, 37, 32, 0.13);
  border-radius: 4px;
  background: #fff;
}

.solution-application-grid-v2 img {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
}

.solution-application-grid-v2 article > div {
  min-height: 200px;
  padding: 24px 22px 28px;
}

.solution-application-grid-v2 span {
  display: block;
  margin-bottom: 24px;
}

.solution-evidence-band {
  text-align: center;
  background: var(--solution-deep);
  color: #fff;
}

.solution-evidence-band .solution-centered-heading .eyebrow {
  color: rgba(255, 255, 255, 0.68);
}

.solution-evidence-band .solution-centered-heading h2 {
  color: #fff;
}

.solution-evidence-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 54px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  text-align: left;
}

.solution-evidence-grid article {
  min-height: 230px;
  padding: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.solution-evidence-grid h3 {
  margin-top: 38px;
  color: #fff;
}

.solution-evidence-grid p {
  color: rgba(255, 255, 255, 0.7);
}

.solution-evidence-action {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  margin-top: 42px;
  padding: 14px 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.solution-evidence-action:hover,
.solution-evidence-action:focus-visible {
  border-color: #fff;
  background: #fff;
  color: var(--solution-deep);
}

.solution-consultation-v2 {
  padding-right: max(28px, calc((100vw - var(--max)) / 2));
  padding-left: max(28px, calc((100vw - var(--max)) / 2));
}

.solution-consultation-v2 h2,
.solution-consultation-v2 p {
  white-space: nowrap;
}

@media (max-width: 1080px) {
  .solution-campaign-content h1 {
    font-size: 48px;
  }

  .solution-campaign-subtitle {
    font-size: 17px;
  }

  .solution-problem-layout {
    grid-template-columns: minmax(190px, 0.78fr) minmax(370px, 1.44fr) minmax(190px, 0.78fr);
    gap: 28px;
  }

  .solution-product-system-grid {
    grid-template-columns: 1fr;
  }

  .solution-product-visual {
    min-height: 400px;
    border-right: 0;
    border-bottom: 1px solid rgba(20, 37, 32, 0.14);
    padding: 0 0 48px;
  }

  .solution-application-grid-v2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .solution-problem-layout {
    grid-template-columns: 1fr;
  }

  .solution-problem-visuals {
    order: -1;
    width: min(100%, 620px);
    margin: 0 auto;
  }

  .solution-problem-side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 22px;
  }

  .solution-evidence-grid {
    grid-template-columns: 1fr;
  }

  .solution-evidence-grid article {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .solution-category-card[data-solution-trigger="livestock"] .solution-category-figure img {
    transform: scale(0.81);
  }

  .solution-category-card[data-solution-trigger="environment"] .solution-category-figure img {
    transform: scale(1.25);
  }

  body[data-route="/"] .scenario-visual-panel[data-scenario-panel="crop"] img {
    transform: scale(1.12);
  }

  body[data-route="/"] .scenario-visual-panel[data-scenario-panel="livestock"] img {
    transform: scale(1.08);
  }

  body[data-route="/"] .scenario-visual-panel[data-scenario-panel="health"] img {
    transform: scale(1.14);
  }

  .solution-campaign-hero {
    min-height: 560px;
    padding: 132px 16px 66px;
  }

  .solution-campaign-shade {
    background:
      linear-gradient(90deg, rgba(4, 33, 28, 0.82), rgba(4, 33, 28, 0.34)),
      linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.52));
  }

  .solution-campaign-content h1 {
    font-size: 22px;
  }

  .solution-campaign-subtitle {
    margin-top: 18px;
    font-size: 11px;
  }

  .solution-campaign-action {
    margin-top: 30px;
  }

  .solution-problem-map,
  .solution-product-system-v2,
  .solution-application-v2,
  .solution-evidence-band {
    padding: 76px 20px;
  }

  .solution-centered-heading h2 {
    font-size: 32px;
  }

  .solution-problem-layout,
  .solution-product-system-grid {
    margin-top: 44px;
  }

  .solution-problem-side {
    grid-template-columns: 1fr;
  }

  .solution-problem-side article {
    min-height: 74px;
  }

  .solution-product-visual {
    min-height: 300px;
  }

  .solution-product-visual .solution-visual-stack img {
    max-height: 340px;
  }

  .solution-application-grid-v2 {
    grid-template-columns: 1fr;
    margin-top: 42px;
  }

  .solution-application-grid-v2 article > div {
    min-height: 0;
  }

  .solution-consultation-v2 h2 {
    font-size: 22px;
  }

  .solution-consultation-v2 h2,
  .solution-consultation-v2 p {
    white-space: normal;
  }
}

@media (max-width: 360px) {
  .solution-campaign-content h1 {
    font-size: 19px;
  }

  .solution-campaign-subtitle {
    font-size: 10px;
  }

  .solution-centered-heading h2 {
    font-size: 29px;
  }
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 13px max(20px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid rgba(223, 231, 226, 0.72);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 138px;
}

.brand img {
  width: 44px;
  height: 40px;
  object-fit: contain;
}

.brand strong {
  display: block;
  font-size: 16px;
  line-height: 1.1;
}

.brand small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 11px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.main-nav a {
  padding: 10px 12px;
  color: #233630;
  font-size: 14px;
  white-space: nowrap;
}

.main-nav a:hover,
.main-nav a.is-active {
  color: var(--teal-dark);
}

.main-nav .nav-pill {
  border: 1px solid rgba(10, 167, 157, 0.34);
  color: var(--teal-dark);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: var(--white);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: 680px;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 88px max(24px, calc((100vw - var(--max)) / 2));
  color: var(--white);
}

.hero-media,
.hero-media img,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hero-overlay {
  background:
    linear-gradient(98deg, rgba(4, 48, 45, 0.86) 0%, rgba(7, 93, 85, 0.62) 52%, rgba(199, 103, 31, 0.4) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.42));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero .eyebrow,
.page-hero.dark .eyebrow,
.contact-hero .eyebrow {
  color: rgba(255, 255, 255, 0.78);
}

.hero h1,
.page-hero h1 {
  margin: 0;
  font-size: clamp(42px, 7vw, 84px);
  line-height: 1;
}

.hero h1 span {
  display: block;
}

.page-hero h1 span {
  display: block;
}

.page-hero h1 .project-hero-category {
  margin-bottom: 10px;
  font-size: 0.56em;
  line-height: 1;
}

.hero p,
.page-hero p {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.8;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid transparent;
  cursor: pointer;
}

.btn.primary {
  background: var(--teal);
  color: var(--white);
  box-shadow: 0 12px 24px rgba(10, 167, 157, 0.24);
}

.btn.ghost {
  border-color: rgba(255, 255, 255, 0.5);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.btn.plain {
  border-color: var(--line);
  background: var(--white);
  color: var(--teal-dark);
}

section,
.page-hero,
.breadcrumbs {
  padding-left: max(24px, calc((100vw - var(--max)) / 2));
  padding-right: max(24px, calc((100vw - var(--max)) / 2));
}

section {
  padding-top: 92px;
  padding-bottom: 92px;
}

.breadcrumbs {
  padding-top: 18px;
  padding-bottom: 0;
  color: var(--muted);
  font-size: 13px;
}

.breadcrumbs a {
  color: var(--teal-dark);
}

.page-hero {
  padding-top: 90px;
  padding-bottom: 82px;
  background: var(--white);
}

.page-hero.dark {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--teal-dark);
}

.page-hero.dark img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.28;
}

.page-hero.dark .page-hero-content {
  position: relative;
  z-index: 1;
}

.page-hero:not(.dark) p {
  color: var(--muted);
}

.section-head {
  max-width: 760px;
  margin-bottom: 42px;
}

.section-head.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.12;
}

.section-head p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.grid {
  display: grid;
  gap: 18px;
}

.grid.two {
  grid-template-columns: repeat(2, 1fr);
}

.grid.three {
  grid-template-columns: repeat(3, 1fr);
}

.grid.four {
  grid-template-columns: repeat(4, 1fr);
}

.card,
.case-card,
.metric-card,
.step-card,
.text-panel {
  border: 1px solid var(--line);
  background: var(--white);
}

.card,
.metric-card,
.step-card,
.text-panel {
  padding: 24px;
}

.card img,
.case-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.card small,
.case-card small,
.metric-card small {
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.card h3,
.case-card h3,
.metric-card h3,
.step-card h3,
.text-panel h3 {
  margin: 14px 0 10px;
  font-size: 22px;
  line-height: 1.25;
}

.card p,
.case-card p,
.metric-card p,
.step-card p,
.text-panel p,
.detail-list li {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.case-card div {
  padding: 22px;
}

.feature-band {
  background: var(--white);
}

.muted-band {
  background: #eef3ef;
}

.dark-band {
  background: var(--teal-dark);
  color: var(--white);
}

.dark-band .section-head p,
.dark-band .card p,
.dark-band .step-card p {
  color: rgba(255, 255, 255, 0.72);
}

.dark-band .card,
.dark-band .step-card {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
}

.technology-band {
  background:
    linear-gradient(135deg, rgba(10, 167, 157, 0.12), rgba(7, 93, 85, 0.05)),
    var(--white);
}

.technology-window-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.technology-window-card {
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: end;
  min-height: 520px;
  border: 1px solid rgba(223, 231, 226, 0.95);
  background: var(--teal-dark);
  color: var(--white);
  box-shadow: var(--shadow);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.technology-window-card:hover,
.technology-window-card:focus-visible {
  transform: translateY(-6px);
  box-shadow: 0 24px 58px rgba(14, 38, 34, 0.18);
}

.technology-window-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.technology-window-card:hover img,
.technology-window-card:focus-visible img {
  transform: scale(1.04);
}

.technology-window-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(7, 93, 85, 0.12) 0%, rgba(7, 93, 85, 0.78) 62%, rgba(5, 44, 40, 0.94) 100%);
}

.technology-window-card div {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 12px;
  padding: 34px;
}

.technology-window-card span {
  color: #9fe7df;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
}

.technology-window-card h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.16;
}

.technology-window-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.78;
}

.technology-window-card .eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.technology-window-card strong {
  width: fit-content;
  margin-top: 8px;
  padding: 9px 12px;
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
  font-size: 13px;
}

.technology-focus-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow);
}

.technology-focus-card {
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 330px;
  padding: 34px;
  border-right: 1px solid var(--line);
}

.technology-focus-card:last-child {
  border-right: 0;
}

.technology-focus-card span {
  color: var(--amber);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.technology-focus-card h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.22;
}

.technology-focus-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.technology-focus-card strong {
  align-self: end;
  width: fit-content;
  margin-top: 18px;
  padding: 10px 14px;
  background: rgba(10, 167, 157, 0.1);
  color: var(--teal-dark);
  font-size: 13px;
}

.technology-detail-band {
  background: #f7faf8;
}

.technology-evidence {
  display: grid;
  gap: 24px;
}

.technology-evidence-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: 34px;
  align-items: start;
  padding: 34px;
  border: 1px solid var(--line);
  background: var(--white);
}

.technology-evidence-card h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.15;
}

.technology-evidence-card > div > p:not(.eyebrow) {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.technology-point-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.technology-point-list li {
  min-height: 150px;
  padding: 20px;
  border: 1px solid rgba(223, 231, 226, 0.9);
  background: #fbfdfb;
}

.technology-point-list strong {
  display: block;
  margin-bottom: 10px;
  color: var(--teal-dark);
  font-size: 16px;
}

.technology-point-list span {
  display: block;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.tech-topic-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: center;
  min-height: 720px;
  color: var(--white);
  background:
    linear-gradient(120deg, #073d38 0%, #0b8a81 58%, #bde8e9 100%);
}

.tech-topic-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.42;
}

.tech-topic-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 74% 26%, rgba(255, 255, 255, 0.24), transparent 28%),
    linear-gradient(90deg, rgba(3, 37, 34, 0.9) 0%, rgba(7, 93, 85, 0.62) 52%, rgba(255, 255, 255, 0.1) 100%);
}

.tech-topic-hero-content {
  position: relative;
  z-index: 2;
  max-width: 860px;
}

.tech-topic-hero-content h1 {
  margin: 0;
  font-size: clamp(54px, 7vw, 92px);
  line-height: 1.03;
}

.tech-topic-hero-content > p:not(.eyebrow) {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.9;
}

.tech-topic-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.tech-topic-tags span {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
  font-size: 13px;
  font-weight: 800;
}

.tech-topic-overview {
  padding-top: 74px;
  padding-bottom: 74px;
  background:
    radial-gradient(circle at 86% 12%, rgba(10, 167, 157, 0.16), transparent 34%),
    #f6fbf9;
}

.tech-topic-overview-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 44px;
  align-items: center;
  padding: 42px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 58px rgba(14, 38, 34, 0.1);
}

.tech-topic-overview-panel h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.12;
}

.tech-topic-overview-panel p:not(.eyebrow) {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.9;
}

.tech-topic-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(223, 231, 226, 0.92);
}

.tech-topic-facts article {
  min-height: 160px;
  padding: 28px 22px;
  border-right: 1px solid rgba(223, 231, 226, 0.92);
  background: linear-gradient(180deg, #ffffff 0%, #f4faf7 100%);
}

.tech-topic-facts article:last-child {
  border-right: 0;
}

.tech-topic-facts strong {
  display: block;
  color: var(--teal-dark);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1;
}

.tech-topic-facts span {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.tech-topic-video-band {
  background:
    linear-gradient(180deg, #eafafb 0%, #f7fbf9 100%);
}

.technology-subnav {
  justify-content: center;
  margin-bottom: 50px;
}

.tech-video-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 22px;
  max-width: var(--max);
  margin: 0 auto;
}

.tech-video-card {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  border: 0;
  background: #0b5f58;
  color: var(--white);
}

.tech-video-card:nth-child(2) {
  min-height: 430px;
}

.tech-video-card img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  opacity: 0.7;
}

.tech-video-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 44, 40, 0.06) 0%, rgba(5, 44, 40, 0.82) 100%);
}

.tech-play-button {
  position: absolute;
  left: 28px;
  top: 28px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.18);
  color: var(--white);
  font-size: 20px;
}

.tech-video-card div:last-child {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 28px;
}

.tech-video-card h3 {
  margin: 0;
  font-size: 24px;
}

.tech-video-card p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.72;
}

.tech-topic-detail-band {
  padding-top: 0;
  padding-bottom: 0;
  background:
    linear-gradient(180deg, #f7fbf9 0%, #eff8f4 52%, #f7fbf9 100%);
}

.tech-dimension-list {
  display: grid;
  gap: 0;
}

.tech-dimension-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 0;
  align-items: center;
  min-height: 620px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(223, 231, 226, 0.92);
  background: transparent;
}

.tech-dimension-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: linear-gradient(180deg, var(--teal) 0%, var(--teal-dark) 100%);
}

.tech-dimension-card::after {
  content: "";
  position: absolute;
  right: 8%;
  top: 12%;
  z-index: 0;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  background: rgba(10, 167, 157, 0.08);
  pointer-events: none;
}

.tech-dimension-card > div {
  position: relative;
  z-index: 1;
  padding: 72px 56px;
}

.tech-dimension-card.is-reverse img {
  order: 2;
}

.tech-dimension-card img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  background: #edf5f1;
}

.tech-dimension-card h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12;
}

.tech-dimension-card p:not(.eyebrow) {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
}

.tech-dimension-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 18px;
  padding: 0;
  margin: 34px 0 0;
  list-style: none;
}

.tech-dimension-points li {
  position: relative;
  min-height: 0;
  padding: 15px 0 15px 28px;
  border: 0;
  border-top: 1px solid rgba(10, 167, 157, 0.18);
  background: transparent;
  color: #40524e;
  font-size: 14px;
  line-height: 1.55;
}

.tech-dimension-points li::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 21px;
  width: 7px;
  height: 7px;
  background: var(--teal);
}

.technology-point-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow);
}

.technology-point-grid article {
  min-height: 220px;
  padding: 28px;
  border-right: 1px solid var(--line);
}

.technology-point-grid article:last-child {
  border-right: 0;
}

.technology-point-grid h3 {
  margin: 0;
  color: var(--teal-dark);
  font-size: 22px;
}

.technology-point-grid p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.78;
}

.zeolite-topic-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: center;
  min-height: 760px;
  color: var(--white);
  background: #072f35;
}

.zeolite-topic-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.46;
}

.zeolite-topic-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 78% 24%, rgba(155, 232, 224, 0.24), transparent 30%),
    linear-gradient(90deg, rgba(2, 28, 31, 0.94) 0%, rgba(7, 93, 85, 0.72) 48%, rgba(9, 132, 126, 0.18) 100%);
}

.zeolite-topic-hero-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
}

.zeolite-topic-hero-content h1 {
  margin: 0;
  font-size: clamp(58px, 8vw, 108px);
  line-height: 1;
}

.zeolite-topic-hero-content > p:not(.eyebrow) {
  max-width: 680px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 1.9;
}

.zeolite-hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  margin-top: 46px;
}

.zeolite-hero-metrics span {
  display: grid;
  gap: 8px;
  color: #95f3e9;
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 900;
  line-height: 1;
}

.zeolite-hero-metrics small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 700;
}

.zeolite-video-band {
  padding-top: 78px;
  background: linear-gradient(180deg, #f4fbff 0%, #ffffff 100%);
}

.zeolite-video-visual {
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  min-height: 540px;
  margin: 0 auto;
  max-width: var(--max);
  color: var(--white);
  background: #062c38;
}

.zeolite-video-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.54;
}

.zeolite-video-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(circle at 50% 44%, rgba(60, 206, 213, 0.22), rgba(4, 20, 30, 0.82) 60%);
}

.zeolite-video-visual div {
  position: relative;
  z-index: 2;
  max-width: 700px;
  text-align: center;
}

.zeolite-video-visual h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1.16;
}

.zeolite-video-visual p:not(.eyebrow) {
  margin: 18px auto 0;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 16px;
  line-height: 1.8;
}

.zeolite-video-visual span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 28px auto 0;
  border: 1px solid rgba(255, 255, 255, 0.52);
  color: var(--white);
}

.zeolite-origin-band {
  display: grid;
  grid-template-columns: minmax(330px, 0.86fr) minmax(0, 1.14fr);
  gap: 58px;
  align-items: center;
  padding-top: 118px;
  padding-bottom: 118px;
  background:
    radial-gradient(circle at 16% 20%, rgba(10, 167, 157, 0.12), transparent 30%),
    #f7fbf9;
}

.zeolite-copy-block h2,
.zeolite-section-heading h2 {
  margin: 0;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.1;
}

.zeolite-copy-block p:not(.eyebrow),
.zeolite-section-heading p:not(.eyebrow) {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.95;
}

.zeolite-copy-block ul {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 34px 0 0;
  list-style: none;
}

.zeolite-copy-block li {
  position: relative;
  padding: 15px 0 15px 30px;
  border-top: 1px solid rgba(10, 167, 157, 0.2);
  color: #364844;
  font-size: 15px;
  line-height: 1.6;
}

.zeolite-copy-block li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 23px;
  width: 8px;
  height: 8px;
  background: var(--teal);
}

.zeolite-formation-figure {
  margin: 0;
}

.zeolite-formation-figure img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  background: #e8fbff;
}

.zeolite-formation-figure figcaption {
  margin-top: 16px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.zeolite-traits-band {
  padding-top: 112px;
  padding-bottom: 112px;
  background: var(--white);
}

.zeolite-section-heading {
  max-width: 820px;
  margin: 0 auto 58px;
  text-align: center;
}

.zeolite-section-heading.align-left {
  margin-left: 0;
  text-align: left;
}

.zeolite-trait-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.zeolite-trait-item {
  min-height: 430px;
  padding: 42px 34px;
  border-right: 1px solid var(--line);
}

.zeolite-trait-item:last-child {
  border-right: 0;
}

.zeolite-trait-icon {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  margin-bottom: 32px;
  background: rgba(10, 167, 157, 0.1);
  color: var(--teal-dark);
}

.zeolite-trait-icon svg {
  width: 44px;
  height: 44px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.zeolite-trait-item h3 {
  margin: 0;
  font-size: 26px;
  line-height: 1.25;
}

.zeolite-trait-item p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.82;
}

.zeolite-trait-item ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.zeolite-trait-item li {
  padding: 7px 10px;
  background: #f0f7f4;
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 800;
}

.zeolite-mechanism-band {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 56px;
  align-items: center;
  padding-top: 118px;
  padding-bottom: 118px;
  background:
    radial-gradient(circle at 26% 40%, rgba(10, 167, 157, 0.16), transparent 34%),
    #071d22;
  color: var(--white);
}

.zeolite-mechanism-visual img {
  width: 100%;
  min-height: 560px;
  object-fit: cover;
}

.zeolite-copy-block.is-dark p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.74);
}

.zeolite-copy-block.is-dark h2 {
  color: var(--white);
}

.zeolite-ion-sequence {
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.zeolite-ion-sequence strong {
  display: block;
  color: #95f3e9;
  font-size: 14px;
  margin-bottom: 12px;
}

.zeolite-ion-sequence span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.8;
}

.zeolite-activation-band {
  padding-top: 118px;
  padding-bottom: 118px;
  background:
    linear-gradient(180deg, #f8fbfa 0%, #eef7f4 100%);
}

.zeolite-activation-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
  gap: 44px;
  align-items: stretch;
}

.zeolite-activation-layout > img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
}

.zeolite-activation-flow {
  display: grid;
  align-content: stretch;
  border-top: 1px solid var(--line);
}

.zeolite-activation-flow article {
  display: grid;
  grid-template-columns: 74px 1fr;
  align-items: center;
  min-height: 92px;
  border-bottom: 1px solid var(--line);
}

.zeolite-activation-flow span {
  color: var(--amber);
  font-size: 24px;
  font-weight: 900;
}

.zeolite-activation-flow strong {
  color: var(--ink);
  font-size: 20px;
}

.tech-special-hero.is-bio {
  background: #073a34;
}

.tech-special-hero.is-bio > img {
  opacity: 0.56;
  object-position: center;
}

.tech-special-hero.is-bio::before {
  background:
    radial-gradient(circle at 74% 28%, rgba(162, 244, 215, 0.24), transparent 30%),
    linear-gradient(90deg, rgba(3, 37, 34, 0.92) 0%, rgba(7, 93, 85, 0.68) 48%, rgba(10, 167, 157, 0.2) 100%);
}

.tech-special-hero.is-four-zero {
  background: #13231f;
}

.tech-special-hero.is-four-zero > img {
  opacity: 0.5;
  object-position: center;
}

.tech-special-hero.is-four-zero::before {
  background:
    radial-gradient(circle at 78% 24%, rgba(255, 196, 87, 0.22), transparent 28%),
    linear-gradient(90deg, rgba(12, 28, 24, 0.94) 0%, rgba(7, 93, 85, 0.72) 50%, rgba(224, 139, 55, 0.18) 100%);
}

.tech-special-video-band {
  background: linear-gradient(180deg, #f3fbf9 0%, #ffffff 100%);
}

.tech-special-origin-band {
  background:
    radial-gradient(circle at 82% 18%, rgba(10, 167, 157, 0.12), transparent 30%),
    #f7fbf9;
}

.tech-special-figure img {
  object-fit: contain;
  padding: 34px;
  background:
    radial-gradient(circle at 50% 42%, rgba(10, 167, 157, 0.12), transparent 46%),
    #eef8f5;
}

.tech-special-core-band {
  background: #ffffff;
}

.tech-special-mechanism-band {
  background:
    radial-gradient(circle at 24% 42%, rgba(10, 167, 157, 0.18), transparent 34%),
    linear-gradient(135deg, #071d22 0%, #093d38 100%);
}

.tech-special-activation-band {
  background:
    linear-gradient(180deg, #f8fbfa 0%, #edf7f4 100%);
}

.scenario-showcase {
  position: relative;
  overflow: hidden;
  padding-top: 92px;
  padding-bottom: 0;
  background:
    linear-gradient(180deg, #f4f9fb 0%, #edf5f7 58%, #e5eef1 100%);
}

.scenario-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 54px;
  align-items: center;
  min-height: 560px;
}

.scenario-visual,
.scenario-detail {
  position: relative;
  min-height: 520px;
}

.scenario-visual {
  display: grid;
  align-items: center;
}

.scenario-visual-panel,
.scenario-detail-panel {
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.scenario-visual-panel {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.scenario-visual-panel.is-active,
.scenario-detail-panel.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.scenario-visual-panel img {
  width: auto;
  max-width: 100%;
  max-height: 500px;
  object-fit: contain;
}

.scenario-visual-panel.is-multi img {
  max-width: 44%;
}

.scenario-visual-panel[data-scenario-panel="health"] img {
  width: min(48%, 360px);
  max-height: 390px;
  border: 1px solid rgba(19, 32, 29, 0.08);
  background: var(--white);
  object-fit: contain;
}

.scenario-detail {
  display: grid;
  align-items: center;
}

.scenario-detail-panel {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 0;
}

.scenario-detail-panel h2 {
  margin: 0;
  font-size: clamp(34px, 4.3vw, 56px);
  line-height: 1.08;
}

.scenario-detail-panel > p:not(.eyebrow) {
  max-width: 580px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.9;
}

.scenario-detail-panel .detail-list {
  margin-top: 28px;
}

.scenario-detail-panel .detail-list li {
  color: #263934;
  font-size: 17px;
  line-height: 1.7;
}

.scenario-detail-panel .detail-list li::before {
  top: 0.7em;
  border-radius: 50%;
  background: var(--amber);
}

.scenario-switcher {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: var(--max);
  margin: 44px auto 0;
  border: 1px solid rgba(198, 211, 215, 0.9);
  border-bottom: 0;
  background: rgba(255, 255, 255, 0.48);
}

.scenario-switch {
  min-height: 138px;
  padding: 24px 30px;
  border: 0;
  border-right: 1px solid rgba(198, 211, 215, 0.9);
  background: transparent;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease;
}

.scenario-switch:last-child {
  border-right: 0;
}

.scenario-switch span {
  display: block;
  color: var(--amber);
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}

.scenario-switch strong {
  display: block;
  margin-top: 14px;
  font-size: 20px;
  line-height: 1.25;
}

.scenario-switch small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
}

.scenario-switch.is-active {
  background: var(--teal-dark);
  color: var(--white);
}

.scenario-switch.is-active span,
.scenario-switch.is-active small {
  color: rgba(255, 255, 255, 0.86);
}

.case-showcase {
  position: relative;
  overflow: hidden;
  padding-top: 96px;
  padding-bottom: 0;
  background:
    radial-gradient(circle at 70% 18%, rgba(10, 167, 157, 0.13), transparent 36%),
    linear-gradient(180deg, #f4f8fa 0%, #edf4f6 62%, #e7eff2 100%);
}

.case-showcase-main {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
  gap: 58px;
  align-items: center;
  max-width: var(--max);
  min-height: 540px;
  margin: 0 auto;
}

.case-showcase-copy,
.case-showcase-visual,
.case-title-area,
.case-category-area {
  position: relative;
}

.case-title-area {
  min-height: 264px;
}

.case-copy-panel,
.case-category-panel,
.case-visual-panel {
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.case-copy-panel,
.case-category-panel,
.case-visual-panel {
  position: absolute;
  inset: 0;
}

.case-copy-panel.is-active,
.case-category-panel.is-active,
.case-visual-panel.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.case-copy-panel h2 {
  position: relative;
  margin: 0;
  padding-bottom: 24px;
  color: #273634;
  font-size: clamp(38px, 4.4vw, 58px);
  line-height: 1.05;
}

.case-copy-panel h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 4px;
  background: var(--teal);
}

.case-copy-panel p:not(.eyebrow) {
  max-width: 560px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
}

.case-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 126px;
  min-height: 46px;
  margin-top: 28px;
  padding: 0 18px;
  border-bottom: 3px solid var(--teal);
  background: rgba(255, 255, 255, 0.74);
  color: var(--teal-dark);
  font-size: 14px;
  font-weight: 700;
}

.case-category-area {
  min-height: 160px;
  margin-top: 20px;
}

.case-category-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-content: start;
}

.case-category {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 70px;
  padding: 16px 18px;
  border: 1px solid rgba(178, 199, 199, 0.68);
  background: rgba(255, 255, 255, 0.62);
  color: #30413d;
  font-size: 17px;
  font-weight: 800;
}

.case-category:hover,
.case-category:focus-visible {
  border-color: rgba(7, 93, 85, 0.36);
  color: var(--teal-dark);
}

.case-icon {
  width: 31px;
  height: 31px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.case-showcase-visual {
  min-height: 500px;
}

.case-visual-panel {
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-visual-panel img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
  opacity: 0.92;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 100%);
}

.case-switcher {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: var(--max);
  min-height: 92px;
  margin: 34px auto 0;
  border: 1px solid rgba(198, 211, 215, 0.86);
  border-bottom: 0;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(12px);
}

.case-switch {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  border-right: 1px solid rgba(198, 211, 215, 0.86);
  background: transparent;
  color: #77837f;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease;
}

.case-switch:last-child {
  border-right: 0;
}

.case-switch::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0;
  height: 3px;
  background: transparent;
}

.case-switch .case-icon {
  width: 25px;
  height: 25px;
}

.case-switch span {
  font-size: 16px;
  font-weight: 800;
}

.case-switch.is-active {
  color: var(--teal-dark);
  background: rgba(255, 255, 255, 0.58);
}

.case-switch.is-active::after {
  background: var(--teal);
}

.solution-category-index {
  display: grid;
  gap: 34px;
  background:
    radial-gradient(circle at 80% 8%, rgba(10, 167, 157, 0.12), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #edf5f2 100%);
}

.solution-category-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
  gap: 38px;
  align-items: stretch;
  max-width: var(--max);
  min-height: 430px;
  margin: 0 auto;
  border: 1px solid rgba(198, 211, 215, 0.78);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 42px rgba(14, 38, 34, 0.08);
}

.solution-category-copy {
  padding: 42px;
}

.solution-category-copy h2 {
  margin: 0;
  color: #15231f;
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.08;
}

.solution-category-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.85;
}

.solution-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.solution-chip-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  background: rgba(10, 167, 157, 0.1);
  color: var(--teal-dark);
  font-size: 14px;
  font-weight: 800;
}

.solution-category-copy .detail-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 24px;
}

.solution-category-media {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 35%, rgba(10, 167, 157, 0.12), transparent 48%),
    #f8fbf8;
}

.solution-category-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 93, 85, 0.2), rgba(7, 93, 85, 0));
  pointer-events: none;
}

.solution-category-media img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: contain;
  padding: 34px;
  transition: transform 220ms ease;
}

.solution-category-card:hover .solution-category-media img {
  transform: scale(1.035);
}

.project-case-index {
  display: grid;
  gap: 84px;
  background:
    radial-gradient(circle at 82% 12%, rgba(10, 167, 157, 0.12), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f3f7f5 100%);
}

.project-case-group {
  width: min(var(--max), calc(100% - 40px));
  max-width: var(--max);
  min-width: 0;
  margin: 0 auto;
}

.project-case-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  margin-bottom: 34px;
}

.project-case-heading h2 {
  margin: 0;
  color: #15231f;
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1.08;
}

.project-case-heading p:not(.eyebrow) {
  max-width: 640px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.project-case-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  max-width: 520px;
}

.project-case-pills button {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(7, 93, 85, 0.38);
  background: var(--white);
  color: var(--teal-dark);
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  outline: none;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.project-case-pills button:hover,
.project-case-pills button.is-active {
  border-color: var(--teal-dark);
  background: var(--teal-dark);
  color: var(--white);
}

.project-case-pills button:focus-visible {
  border-color: var(--teal-dark);
  box-shadow: 0 0 0 3px rgba(10, 167, 157, 0.2);
}

.project-case-track {
  display: flex;
  gap: 24px;
  min-width: 0;
  overflow-x: auto;
  padding: 4px 0 24px;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--teal) rgba(7, 93, 85, 0.12);
}

.project-card,
.project-empty-card {
  position: relative;
  flex: 0 0 min(360px, 82vw);
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(198, 211, 215, 0.82);
  background: var(--white);
  box-shadow: 0 14px 34px rgba(14, 38, 34, 0.08);
  scroll-snap-align: start;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.project-card:hover,
.project-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(7, 93, 85, 0.42);
  box-shadow: 0 22px 46px rgba(14, 38, 34, 0.14);
}

.project-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.project-card div {
  padding: 24px;
}

.project-card small {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  background: rgba(10, 167, 157, 0.11);
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 900;
}

.project-card time {
  display: block;
  margin-top: 12px;
  color: #8a9793;
  font-size: 13px;
  font-weight: 800;
}

.project-card h3 {
  margin: 18px 0 12px;
  color: #1d2c28;
  font-size: 22px;
  line-height: 1.32;
}

.project-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.project-card span {
  display: inline-flex;
  margin-top: 18px;
  color: var(--teal-dark);
  font-size: 14px;
  font-weight: 900;
}

.project-card.is-featured {
  flex-basis: min(560px, 86vw);
  display: grid;
  align-items: stretch;
  min-height: 430px;
  color: var(--white);
}

.project-card.is-featured img {
  position: absolute;
  inset: 0;
  height: 100%;
}

.project-card.is-featured::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(7, 93, 85, 0.88) 0%, rgba(10, 167, 157, 0.62) 48%, rgba(10, 167, 157, 0.05) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.22));
}

.project-card.is-featured div {
  position: relative;
  z-index: 1;
  align-self: end;
  max-width: 360px;
  padding: 40px;
}

.project-card.is-featured small {
  background: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.92);
}

.project-card.is-featured h3 {
  color: var(--white);
  font-size: 30px;
}

.project-card.is-featured p,
.project-card.is-featured span {
  color: rgba(255, 255, 255, 0.86);
}

.project-card.is-featured time {
  color: rgba(255, 255, 255, 0.72);
}

.case-detail-hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: #0c2b28;
}

.case-detail-page {
  min-height: 100vh;
  overflow-x: clip;
  touch-action: pan-y;
}

.case-detail-hero-media,
.case-detail-hero-shade {
  position: absolute;
  inset: 0;
}

.case-detail-hero-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-detail-hero-shade {
  background:
    linear-gradient(90deg, rgba(7, 35, 32, 0.94) 0%, rgba(7, 35, 32, 0.72) 48%, rgba(7, 35, 32, 0.22) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.38));
}

.case-detail-hero-inner {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 116px 0 74px;
}

.case-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 800;
}

.case-breadcrumb a {
  color: rgba(255, 255, 255, 0.88);
}

.case-detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
  gap: 48px;
  align-items: end;
}

.case-detail-hero-copy {
  min-width: 0;
}

.case-detail-hero-copy h1 {
  max-width: 780px;
  margin: 20px 0 18px;
  font-size: clamp(44px, 4.1vw, 52px);
  line-height: 1.1;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
}

.case-detail-hero-copy > p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.82;
}

.case-detail-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 760px;
  margin: 28px 0;
}

.case-detail-meta span {
  display: grid;
  gap: 6px;
  min-height: 76px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

.case-detail-meta strong {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  letter-spacing: 0;
}

.case-detail-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.case-detail-metrics article {
  min-height: 152px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

.case-detail-metrics small,
.case-result-grid small,
.case-evidence-grid small,
.case-compliance small,
.solution-system small {
  display: block;
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.case-detail-metrics strong {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-top: 12px;
  color: var(--white);
  font-size: 40px;
  line-height: 1;
}

.case-detail-metrics strong span {
  font-size: 15px;
}

.case-detail-metrics p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.6;
}

.case-anchor-nav {
  position: sticky;
  top: 72px;
  z-index: 20;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 12px max(20px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid rgba(223, 231, 226, 0.9);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
  scrollbar-width: none;
  touch-action: pan-x pan-y;
}

.case-anchor-nav::-webkit-scrollbar {
  display: none;
}

.case-anchor-nav a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(7, 93, 85, 0.2);
  background: #f7fbf9;
  color: var(--teal-dark);
  font-size: 14px;
  font-weight: 900;
}

.case-report-section {
  scroll-margin-top: 130px;
}

.case-overview-copy,
.case-background-block {
  width: min(900px, calc(100% - 40px));
  margin: 0 auto;
}

.case-overview-copy {
  padding: 28px 32px;
  border-left: 4px solid var(--teal);
  background: #f7fbf9;
  box-shadow: 0 12px 32px rgba(14, 38, 34, 0.06);
}

.case-overview-copy p {
  margin: 0;
  color: #243631;
  font-size: 18px;
  line-height: 1.95;
  font-weight: 700;
}

.case-background-block .detail-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.case-background-block .detail-list li {
  min-height: 74px;
  padding: 18px 18px 18px 34px;
  border: 1px solid rgba(198, 211, 215, 0.72);
  background: rgba(255, 255, 255, 0.72);
}

.case-background-block .detail-list li::before {
  left: 18px;
  top: 1.45em;
}

.case-value-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  width: min(var(--max), calc(100% - 40px));
  margin: 34px auto 0;
}

.case-value-list div {
  min-height: 118px;
  padding: 22px;
  border: 1px solid rgba(198, 211, 215, 0.72);
  background: var(--white);
  box-shadow: 0 10px 30px rgba(14, 38, 34, 0.06);
}

.case-value-list dt {
  margin-bottom: 10px;
  color: #6d7a76;
  font-size: 13px;
  font-weight: 900;
}

.case-value-list dd {
  margin: 0;
  color: #1b2b27;
  font-size: 17px;
  line-height: 1.65;
  font-weight: 800;
}

.case-two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 42px;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  align-items: start;
}

.case-two-column.compact {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
}

.case-narrative {
  display: grid;
  gap: 14px;
  margin: 24px 0;
}

.case-narrative p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
}

.solution-system {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.solution-system article,
.case-result-grid article,
.case-evidence-grid article {
  min-height: 190px;
  padding: 24px;
  border: 1px solid rgba(198, 211, 215, 0.72);
  background: var(--white);
  box-shadow: 0 14px 34px rgba(14, 38, 34, 0.07);
}

.solution-system h3,
.case-result-grid h3,
.case-evidence-grid h3,
.case-compliance h3 {
  margin: 12px 0;
  color: #1d2c28;
  font-size: 22px;
  line-height: 1.32;
}

.case-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.case-chip-list span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  background: rgba(10, 167, 157, 0.1);
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 900;
}

.case-timeline {
  width: min(var(--max), calc(100% - 40px));
  margin: 36px auto 0;
  border-left: 2px solid rgba(10, 167, 157, 0.28);
}

.case-timeline article {
  position: relative;
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 28px;
  padding: 0 0 34px 32px;
}

.case-timeline article::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 8px;
  width: 14px;
  height: 14px;
  background: var(--teal);
  border: 3px solid var(--white);
  box-shadow: 0 0 0 4px rgba(10, 167, 157, 0.14);
}

.case-timeline time {
  color: var(--teal-dark);
  font-size: 15px;
  font-weight: 900;
}

.case-timeline small {
  color: #8a9793;
  font-weight: 900;
}

.case-timeline h3 {
  margin: 6px 0 8px;
  color: #1d2c28;
  font-size: 22px;
  line-height: 1.38;
}

.case-timeline p {
  margin: 0;
  color: var(--muted);
  line-height: 1.78;
}

.timeline-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.timeline-pair span {
  display: grid;
  gap: 6px;
  padding: 14px;
  background: #f7fbf9;
  border: 1px solid rgba(198, 211, 215, 0.72);
  color: var(--muted);
  line-height: 1.6;
}

.timeline-pair strong {
  color: var(--teal-dark);
}

.timeline-media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.timeline-media-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(198, 211, 215, 0.72);
  background: var(--white);
  box-shadow: 0 10px 26px rgba(14, 38, 34, 0.06);
}

.timeline-media-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.timeline-media-grid figcaption {
  padding: 10px 12px 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.case-comparison-wrap {
  width: min(var(--max), calc(100% - 40px));
  margin: 34px auto 0;
  overflow-x: auto;
  touch-action: pan-x pan-y;
  border: 1px solid rgba(198, 211, 215, 0.72);
  background: var(--white);
  box-shadow: 0 14px 34px rgba(14, 38, 34, 0.07);
}

.case-comparison-table {
  width: 100%;
  min-width: 840px;
  border-collapse: collapse;
}

.case-comparison-table th,
.case-comparison-table td {
  padding: 18px;
  border-bottom: 1px solid rgba(223, 231, 226, 0.92);
  text-align: left;
  vertical-align: top;
  line-height: 1.65;
}

.case-comparison-table thead th {
  background: #eef7f4;
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 900;
}

.case-comparison-table tbody th {
  color: #1d2c28;
  font-weight: 900;
}

.case-comparison-table td {
  color: var(--muted);
}

.case-comparison-table td:nth-child(2),
.case-comparison-table td:nth-child(4) {
  color: var(--teal-dark);
  font-weight: 900;
}

.case-comparison-table small {
  display: block;
  margin-top: 6px;
  color: #8a9793;
  font-size: 12px;
}

.case-evidence-grid,
.case-result-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: min(var(--max), calc(100% - 40px));
  margin: 34px auto 0;
}

.case-evidence-grid p,
.case-result-grid p,
.case-compliance p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.case-evidence-grid.is-feedback {
  grid-template-columns: minmax(0, 1fr);
  width: min(900px, calc(100% - 40px));
}

.case-evidence-grid.is-feedback article {
  min-height: 0;
  padding: 30px 34px;
  border-left: 4px solid var(--teal);
}

.case-evidence-grid.is-feedback img {
  width: 100%;
  aspect-ratio: 16 / 10;
  margin: -24px -24px 22px;
  max-width: calc(100% + 48px);
  object-fit: cover;
  border-bottom: 1px solid rgba(198, 211, 215, 0.72);
}

.case-evidence-grid.is-feedback p {
  color: #21342f;
  font-size: 19px;
  line-height: 1.95;
  font-weight: 800;
}

.case-evidence-grid span {
  display: inline-flex;
  margin-top: 18px;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  background: rgba(199, 103, 31, 0.12);
  color: var(--amber);
  font-size: 13px;
  font-weight: 900;
}

.case-compliance {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 28px;
  border: 1px solid rgba(7, 93, 85, 0.22);
  background: #eef7f4;
}

.case-compliance .detail-list {
  margin-top: 14px;
}

.case-cta-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  padding: 76px max(20px, calc((100vw - var(--max)) / 2));
  background: #073f3a;
  color: var(--white);
}

.case-cta-section h2 {
  margin: 0 0 12px;
  font-size: 38px;
  line-height: 1.18;
}

.case-cta-section p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.8;
}

.project-empty-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(10, 167, 157, 0.09), rgba(255, 255, 255, 0.84)),
    var(--white);
  box-shadow: 0 14px 34px rgba(14, 38, 34, 0.07);
}

.project-empty-card small {
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 900;
}

.project-empty-card h3 {
  margin: 16px 0 12px;
  color: #1d2c28;
  font-size: 26px;
  line-height: 1.25;
}

.project-empty-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.news-showcase {
  position: relative;
  overflow: hidden;
  padding-top: 86px;
  padding-bottom: 96px;
  background:
    radial-gradient(circle at 72% 20%, rgba(10, 167, 157, 0.16), transparent 36%),
    radial-gradient(circle at 58% 100%, rgba(23, 117, 210, 0.18), transparent 34%),
    linear-gradient(180deg, #dff2fb 0%, #edf8fb 100%);
}

.news-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 62px;
  align-items: start;
  max-width: var(--max);
  margin: 0 auto;
}

.news-lead {
  max-width: 760px;
}

.news-date {
  display: flex;
  align-items: baseline;
  gap: 7px;
  color: #333f3d;
  line-height: 1;
}

.news-date strong {
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.news-date span {
  color: #1e78db;
  font-size: 13px;
  font-weight: 900;
}

.news-lead > i,
.news-card i {
  display: block;
  width: 22px;
  height: 2px;
  margin: 24px 0 22px;
  background: #263532;
}

.news-lead h2 {
  margin: 0;
  color: #273634;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.22;
}

.news-lead p {
  margin: 18px 0 0;
  color: #6c7c7a;
  font-size: 15px;
  line-height: 1.9;
}

.news-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 136px;
  min-height: 48px;
  margin-top: 28px;
  padding: 0 20px;
  border-bottom: 3px solid #1e78db;
  background: rgba(255, 255, 255, 0.78);
  color: #1e78db;
  font-size: 14px;
  font-weight: 800;
}

.news-feature-media {
  display: flex;
  justify-content: flex-end;
}

.news-feature-media img {
  width: 330px;
  height: 180px;
  object-fit: cover;
  background: var(--white);
}

.news-dots {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  max-width: var(--max);
  margin: 34px auto 0;
}

.news-dots span {
  width: 14px;
  height: 4px;
  background: rgba(30, 120, 219, 0.24);
}

.news-dots .is-active {
  width: 24px;
  background: #1e78db;
}

.news-card-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: var(--max);
  min-height: 250px;
  margin: 44px auto 0;
  box-shadow: 0 22px 54px rgba(53, 116, 146, 0.14);
}

.news-card {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: start;
  min-height: 250px;
  padding: 56px 58px 36px 34px;
  border-right: 1px solid rgba(223, 231, 226, 0.9);
  background: rgba(255, 255, 255, 0.92);
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease;
}

.news-card:last-child {
  border-right: 0;
}

.news-card > div,
.news-arrow {
  position: relative;
  z-index: 1;
}

.news-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 180ms ease;
}

.news-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  background: linear-gradient(120deg, rgba(25, 118, 210, 0.96) 0%, rgba(7, 151, 150, 0.9) 56%, rgba(7, 93, 85, 0.88) 100%);
  transition: opacity 180ms ease;
}

.news-card.is-featured::before,
.news-card:hover::before,
.news-card:focus-within::before {
  opacity: 1;
}

.news-card.is-featured img,
.news-card:hover img,
.news-card:focus-within img {
  opacity: 1;
}

.news-card.is-featured,
.news-card:hover,
.news-card:focus-within {
  color: var(--white);
}

.news-card h3 {
  margin: 0;
  color: #30413d;
  font-size: 17px;
  line-height: 1.55;
}

.news-card p {
  margin: 16px 0 0;
  color: #7a8784;
  font-size: 14px;
  line-height: 1.8;
}

.news-card.is-featured h3,
.news-card.is-featured p,
.news-card.is-featured .news-date,
.news-card.is-featured .news-date span,
.news-card:hover h3,
.news-card:hover p,
.news-card:hover .news-date,
.news-card:hover .news-date span,
.news-card:focus-within h3,
.news-card:focus-within p,
.news-card:focus-within .news-date,
.news-card:focus-within .news-date span {
  color: rgba(255, 255, 255, 0.92);
}

.news-card.is-featured i,
.news-card:hover i,
.news-card:focus-within i {
  background: rgba(255, 255, 255, 0.9);
}

.news-arrow {
  position: absolute;
  top: 48px;
  right: 34px;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-bottom: 3px solid #1e78db;
  background: rgba(255, 255, 255, 0.84);
  color: #1e78db;
  font-size: 20px;
}

.scenario-card {
  min-height: 250px;
}

.scenario-card strong,
.step-card strong {
  display: block;
  color: var(--amber);
  font-size: 34px;
  line-height: 1;
}

.link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid var(--line);
  background: var(--paper);
  color: #324540;
  font-size: 14px;
}

.image-split {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 38px;
  align-items: center;
}

.image-split img {
  width: 100%;
  min-height: 420px;
  object-fit: cover;
  border: 1px solid var(--line);
}

.about-hierarchy {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.about-hierarchy article {
  border: 1px solid var(--line);
  background: var(--white);
}

.about-hierarchy-title {
  display: block;
  padding: 22px 24px;
  border-bottom: 1px solid var(--line);
  color: var(--teal-dark);
  font-size: 22px;
  font-weight: 800;
}

.about-hierarchy article > div {
  display: grid;
}

.about-hierarchy article > div a {
  display: block;
  padding: 18px 24px;
  border-bottom: 1px solid var(--line);
}

.about-hierarchy article > div a:last-child {
  border-bottom: 0;
}

.about-hierarchy strong,
.about-child-grid span {
  display: block;
  font-size: 16px;
}

.about-hierarchy span,
.about-child-grid p {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.about-anchor-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: var(--white);
}

.about-anchor-nav a {
  min-height: 116px;
  padding: 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.about-anchor-nav a:hover {
  background: #f8fbf8;
}

.about-anchor-nav small,
.about-topic-heading .eyebrow {
  display: block;
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 800;
}

.about-anchor-nav span {
  display: block;
  margin-top: 10px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 800;
}

.about-topic-page {
  background: var(--white);
}

.about-topic-section {
  display: grid;
  grid-template-columns: minmax(240px, 0.36fr) minmax(0, 0.64fr);
  gap: 42px;
  padding: 68px max(24px, calc((100vw - var(--max)) / 2));
  border-top: 1px solid var(--line);
  scroll-margin-top: 96px;
}

.about-topic-section:nth-child(even) {
  background: #f8fbf8;
}

.about-topic-heading {
  position: sticky;
  top: 96px;
  align-self: start;
}

.about-topic-heading h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.08;
}

.about-topic-heading > p:not(.eyebrow) {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.85;
}

.about-page-shell {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  background: var(--white);
}

.about-subnav {
  position: sticky;
  top: 86px;
  display: grid;
  gap: 18px;
}

.about-subnav div {
  border: 1px solid var(--line);
  background: #f8fbf8;
}

.about-subnav a {
  display: block;
  padding: 12px 16px;
  border-bottom: 1px solid var(--line);
  color: #30443e;
  font-size: 14px;
  line-height: 1.35;
}

.about-subnav a:last-child {
  border-bottom: 0;
}

.about-subnav a:hover,
.about-subnav a.is-active {
  color: var(--teal-dark);
  background: var(--white);
}

.about-subnav-title {
  font-weight: 800;
}

.about-page-main,
.about-case-article {
  display: grid;
  gap: 24px;
}

.about-child-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 10px;
}

.about-child-grid a {
  min-height: 132px;
  padding: 22px;
  border: 1px solid var(--line);
  background: #f8fbf8;
}

.about-content-block,
.about-case-article {
  border: 1px solid var(--line);
  background: var(--white);
  padding: 32px;
}

.about-content-block h2,
.about-case-article h2 {
  margin: 0 0 14px;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.16;
}

.about-content-block > p:not(.eyebrow),
.about-case-article > p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.85;
}

.about-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 24px;
}

.about-info-grid.compact {
  grid-template-columns: repeat(2, 1fr);
}

.about-info-grid > div {
  padding: 20px;
  border: 1px solid var(--line);
  background: #f8fbf8;
}

.about-info-grid small {
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 800;
}

.about-info-grid h3,
.about-timeline h3 {
  margin: 8px 0 8px;
  font-size: 18px;
  line-height: 1.35;
}

.about-info-grid p,
.about-timeline p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
}

.about-timeline {
  display: grid;
  gap: 0;
  margin-top: 26px;
  border-top: 1px solid var(--line);
}

.about-timeline > div {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 22px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.about-timeline strong {
  color: var(--amber);
  font-size: 24px;
  line-height: 1.1;
}

.solution-visual-stack {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 420px;
  padding: 30px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 36%, rgba(10, 167, 157, 0.12), transparent 45%),
    #f8fbf8;
  overflow: hidden;
}

.solution-visual-stack img {
  width: auto;
  max-width: 100%;
  max-height: 360px;
  min-height: 0;
  object-fit: contain;
  border: 0;
}

.solution-visual-stack.is-multi img {
  max-width: 46%;
}

.detail-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.detail-list li {
  position: relative;
  padding-left: 18px;
}

.detail-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  background: var(--teal);
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow);
}

.metric-card {
  border: 0;
  border-right: 1px solid var(--line);
}

.metric-card:last-child {
  border-right: 0;
}

.metric-card strong {
  display: block;
  color: var(--amber);
  font-size: 46px;
  line-height: 1;
}

.subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 34px;
}

.subnav a {
  padding: 10px 12px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--teal-dark);
}

.comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.comparison-grid article {
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 14px 34px rgba(14, 38, 34, 0.08);
}

.comparison-grid h3 {
  margin: 0;
  padding: 22px 24px;
  border-bottom: 1px solid var(--line);
  color: var(--teal-dark);
  font-size: 22px;
}

.comparison-grid div {
  padding: 22px 24px;
  border-bottom: 1px solid var(--line);
}

.comparison-grid div:last-child {
  border-bottom: 0;
  background: rgba(10, 167, 157, 0.07);
}

.comparison-grid strong {
  display: block;
  margin-bottom: 8px;
  color: #1d2c28;
  font-size: 15px;
}

.comparison-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 26px;
}

.filter-row button {
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
}

.filter-row button.is-active {
  border-color: var(--teal);
  background: var(--teal);
  color: var(--white);
}

.is-hidden {
  display: none;
}

.timeline {
  display: grid;
  gap: 14px;
  border-left: 2px solid var(--teal);
  padding-left: 24px;
}

.timeline article {
  position: relative;
  padding: 20px 22px;
  background: var(--white);
  border: 1px solid var(--line);
}

.timeline article::before {
  content: "";
  position: absolute;
  left: -31px;
  top: 26px;
  width: 12px;
  height: 12px;
  background: var(--amber);
}

.lead-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow);
}

.lead-form label {
  display: grid;
  gap: 8px;
}

.lead-form span {
  color: #344744;
  font-size: 13px;
  font-weight: 700;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: #fbfcfa;
  padding: 13px 12px;
  color: var(--ink);
}

.lead-form textarea {
  resize: vertical;
}

.lead-form .btn {
  width: 100%;
}

.lead-form .form-status {
  min-height: 22px;
  margin: 0;
  color: var(--teal-dark);
  font-size: 14px;
  font-weight: 700;
}

.contact-hero {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 44px;
  align-items: start;
  padding-top: 92px;
  padding-bottom: 92px;
  background: var(--teal-dark);
  color: var(--white);
}

.contact-hero h1 {
  margin: 0;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.08;
}

.contact-hero h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.12;
}

.contact-hero p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.8;
}

.contact-list {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.contact-list div {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.contact-list dt {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.contact-list dd {
  margin: 7px 0 0;
  font-size: 17px;
}

body[data-route="/contact"] .contact-content-section {
  background: #f5f8f3;
  color: var(--ink);
}

body[data-route="/contact"] .contact-content-section p {
  color: var(--muted);
}

body[data-route="/contact"] .contact-content-section .contact-list div {
  border-color: rgba(25, 82, 73, 0.14);
  background: var(--white);
}

body[data-route="/contact"] .contact-content-section .contact-list dt {
  color: var(--teal-dark);
}

body[data-route="/contact"] .contact-content-section .lead-form {
  background: var(--white);
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  padding: 38px max(24px, calc((100vw - var(--max)) / 2));
  background: #101a18;
  color: var(--white);
}

.site-footer img {
  width: 58px;
}

.site-footer p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-end;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

/* Homepage and About use a more formal corporate presentation without changing site architecture. */
body[data-route="/"],
body[data-route="/about"] {
  background: var(--white);
}

body[data-route="/"] .site-header,
body[data-route="/about"] .site-header {
  min-height: 78px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 3px solid var(--amber);
  border-bottom-color: rgba(7, 93, 85, 0.14);
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: none;
  box-shadow: 0 8px 28px rgba(7, 45, 41, 0.06);
}

body[data-route="/"] .brand img,
body[data-route="/about"] .brand img {
  width: 50px;
  height: 46px;
}

body[data-route="/"] .brand strong,
body[data-route="/about"] .brand strong {
  font-size: 19px;
}

body[data-route="/"] .main-nav,
body[data-route="/about"] .main-nav {
  gap: 10px;
}

body[data-route="/"] .main-nav a,
body[data-route="/about"] .main-nav a {
  position: relative;
  padding: 12px 8px;
  font-size: 15px;
}

body[data-route="/"] .main-nav a:not(.nav-pill)::after,
body[data-route="/about"] .main-nav a:not(.nav-pill)::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 4px;
  left: 8px;
  height: 2px;
  background: transparent;
}

body[data-route="/"] .main-nav a:hover::after,
body[data-route="/"] .main-nav a.is-active::after,
body[data-route="/about"] .main-nav a:hover::after,
body[data-route="/about"] .main-nav a.is-active::after {
  background: var(--amber);
}

body[data-route="/"] .main-nav .nav-pill,
body[data-route="/about"] .main-nav .nav-pill {
  margin-left: 8px;
  padding-right: 16px;
  padding-left: 16px;
  border-color: rgba(7, 93, 85, 0.34);
}

body[data-route="/"] .hero {
  height: calc(100vh - 126px);
  min-height: 600px;
  max-height: 820px;
  align-items: end;
  padding-top: 100px;
  padding-bottom: 104px;
}

body[data-route="/"] .hero-media img {
  object-position: center 30%;
}

body[data-route="/"] .hero-overlay {
  background:
    linear-gradient(90deg, rgba(3, 34, 31, 0.9) 0%, rgba(7, 73, 67, 0.72) 45%, rgba(7, 93, 85, 0.2) 76%, rgba(7, 93, 85, 0.08) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.05) 45%, rgba(0, 0, 0, 0.46) 100%);
}

body[data-route="/"] .hero-content {
  width: min(800px, 100%);
  padding-left: 34px;
  border-left: 4px solid var(--amber);
}

body[data-route="/"] .hero .eyebrow {
  margin-bottom: 18px;
  color: #b8eee8;
  font-size: 14px;
}

body[data-route="/"] .hero h1 {
  max-width: 760px;
  font-size: 72px;
  line-height: 1.06;
}

body[data-route="/"] .hero p {
  max-width: 680px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.86);
}

body[data-route="/"] .hero-actions .btn {
  min-height: 50px;
  padding: 0 26px;
  font-weight: 700;
}

body[data-route="/"] .hero-actions .btn.primary {
  background: var(--amber);
  box-shadow: none;
}

body[data-route="/"] .hero-actions .btn.ghost {
  border-color: rgba(255, 255, 255, 0.68);
  background: transparent;
}

body[data-route="/"] .scenario-showcase {
  padding-top: 108px;
  background: var(--white);
  border-top: 6px solid var(--teal-dark);
}

body[data-route="/"] .scenario-stage {
  gap: 72px;
  padding-bottom: 58px;
}

body[data-route="/"] .scenario-visual {
  border-right: 1px solid var(--line);
}

body[data-route="/"] .scenario-detail-panel h2,
body[data-route="/"] .case-copy-panel h2 {
  font-size: 50px;
}

body[data-route="/"] .scenario-detail-panel > p:not(.eyebrow),
body[data-route="/"] .case-copy-panel p:not(.eyebrow) {
  color: #596964;
}

body[data-route="/"] .scenario-switcher {
  margin-top: 0;
  border-color: rgba(7, 93, 85, 0.18);
  background: #f5f8f6;
}

body[data-route="/"] .scenario-switch {
  min-height: 126px;
  border-right-color: rgba(7, 93, 85, 0.16);
}

body[data-route="/"] .scenario-switch.is-active {
  position: relative;
  background: var(--teal-dark);
}

body[data-route="/"] .scenario-switch.is-active::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--amber);
}

body[data-route="/"] .case-showcase {
  padding-top: 108px;
  background: #f2f5f2;
}

body[data-route="/"] .case-copy-panel h2 {
  color: var(--ink);
}

body[data-route="/"] .case-copy-panel h2::after {
  width: 66px;
  height: 3px;
  background: var(--amber);
}

body[data-route="/"] .case-more {
  border-bottom-color: var(--amber);
  background: var(--white);
}

body[data-route="/"] .case-category {
  border-color: rgba(7, 93, 85, 0.16);
  background: rgba(255, 255, 255, 0.88);
}

body[data-route="/"] .case-visual-panel img {
  height: 480px;
  border: 10px solid var(--white);
  opacity: 1;
  box-shadow: 0 24px 54px rgba(7, 45, 41, 0.14);
  -webkit-mask-image: none;
  mask-image: none;
}

body[data-route="/"] .case-switcher {
  border-color: rgba(7, 93, 85, 0.18);
  background: var(--white);
  backdrop-filter: none;
}

body[data-route="/"] .case-switch.is-active::after {
  background: var(--amber);
}

body[data-route="/"] .news-showcase {
  padding-top: 108px;
  padding-bottom: 108px;
  background: var(--white);
  border-top: 1px solid var(--line);
}

body[data-route="/"] .news-date span,
body[data-route="/"] .news-more {
  color: var(--amber);
}

body[data-route="/"] .news-more {
  border-bottom-color: var(--amber);
  background: #f7f9f7;
}

body[data-route="/"] .news-feature-media img {
  height: 210px;
  border: 8px solid #f1f5f2;
}

body[data-route="/"] .news-dots span {
  background: rgba(7, 93, 85, 0.2);
}

body[data-route="/"] .news-dots .is-active {
  background: var(--amber);
}

body[data-route="/"] .news-card-row {
  border-top: 3px solid var(--teal-dark);
  box-shadow: 0 20px 46px rgba(7, 45, 41, 0.1);
}

body[data-route="/"] .news-card::before {
  background: linear-gradient(120deg, rgba(7, 93, 85, 0.96) 0%, rgba(10, 128, 119, 0.9) 62%, rgba(199, 103, 31, 0.86) 100%);
}

body[data-route="/"] .dark-band {
  position: relative;
  padding-top: 104px;
  padding-bottom: 104px;
  background: #064c46;
}

body[data-route="/"] .dark-band::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: var(--amber);
}

body[data-route="/"] .dark-band .step-card strong {
  color: #f0a66e;
}

body[data-route="/about"] .page-hero.dark {
  min-height: 540px;
  display: grid;
  align-items: end;
  padding-top: 110px;
  padding-bottom: 84px;
  background: var(--teal-dark);
}

body[data-route="/about"] .page-hero.dark::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 36, 33, 0.9) 0%, rgba(7, 93, 85, 0.68) 52%, rgba(7, 93, 85, 0.2) 100%);
}

body[data-route="/about"] .page-hero.dark img {
  opacity: 1;
  object-position: center 42%;
}

body[data-route="/about"] .page-hero.dark .page-hero-content {
  z-index: 2;
  max-width: 760px;
  padding-left: 30px;
  border-left: 4px solid var(--amber);
}

body[data-route="/about"] .page-hero h1 {
  font-size: 64px;
  line-height: 1.06;
}

body[data-route="/about"] .feature-band {
  padding-top: 112px;
  padding-bottom: 112px;
}

body[data-route="/about"] .image-split {
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  gap: 68px;
}

body[data-route="/about"] .image-split img {
  min-height: 500px;
  border: 0;
  box-shadow: 22px 22px 0 #e8efea;
}

body[data-route="/about"] .image-split .section-head {
  margin-bottom: 24px;
}

body[data-route="/about"] .image-split .section-head h2 {
  font-size: 46px;
}

body[data-route="/about"] .muted-band {
  padding-top: 90px;
  padding-bottom: 0;
  background: #f1f5f2;
}

body[data-route="/about"] .about-anchor-nav {
  counter-reset: about-nav;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 44px;
  border: 0;
  border-top: 4px solid var(--amber);
  background: var(--teal-dark);
}

body[data-route="/about"] .about-anchor-nav a {
  counter-increment: about-nav;
  min-height: 142px;
  padding: 24px;
  border-color: rgba(255, 255, 255, 0.14);
}

body[data-route="/about"] .about-anchor-nav a::before {
  content: counter(about-nav, decimal-leading-zero);
  display: block;
  color: #f0a66e;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

body[data-route="/about"] .about-anchor-nav a:hover {
  background: rgba(255, 255, 255, 0.1);
}

body[data-route="/about"] .about-anchor-nav small {
  display: none;
}

body[data-route="/about"] .about-anchor-nav span {
  margin-top: 20px;
  color: var(--white);
  font-size: 18px;
}

body[data-route="/about"] .about-topic-section {
  grid-template-columns: minmax(250px, 0.34fr) minmax(0, 0.66fr);
  gap: 64px;
  padding-top: 94px;
  padding-bottom: 94px;
  border-top: 0;
}

body[data-route="/about"] .about-topic-section:nth-child(even) {
  background: #f5f7f4;
}

body[data-route="/about"] .about-topic-heading {
  top: 104px;
}

body[data-route="/about"] .about-topic-heading .eyebrow {
  color: var(--amber);
}

body[data-route="/about"] .about-topic-heading h2 {
  font-size: 46px;
}

body[data-route="/about"] .about-content-block {
  padding: 0 0 36px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
}

body[data-route="/about"] .about-content-block:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

body[data-route="/about"] .about-content-block h2 {
  font-size: 34px;
}

body[data-route="/about"] .about-info-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

body[data-route="/about"] .about-info-grid > div {
  min-height: 170px;
  padding: 24px;
  border: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.76);
}

body[data-route="/about"] .about-timeline {
  border-top: 3px solid var(--teal-dark);
}

body[data-route="/about"] .about-timeline > div {
  padding: 26px 0;
}

body[data-route="/about"] .about-timeline strong {
  color: var(--amber);
  font-size: 27px;
}

@media (max-width: 1040px) {
  .menu-toggle {
    display: block;
  }

  .main-nav {
    position: absolute;
    top: 66px;
    right: 20px;
    display: none;
    width: min(360px, calc(100vw - 40px));
    padding: 12px;
    border: 1px solid var(--line);
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .main-nav.is-open {
    display: grid;
  }

  .grid.four,
  .grid.three,
  .metric-grid,
  .about-hierarchy,
  .about-anchor-nav,
  .about-info-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-topic-section,
  .about-page-shell {
    grid-template-columns: 1fr;
  }

  .about-topic-heading {
    position: static;
  }

  .about-subnav {
    position: static;
    grid-template-columns: repeat(3, 1fr);
  }

  .case-detail-hero-grid,
  .case-two-column,
  .case-two-column.compact {
    grid-template-columns: 1fr;
  }

  .case-detail-metrics,
  .case-value-list,
  .case-evidence-grid,
  .case-result-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case-detail-hero-copy h1 {
    font-size: 44px;
  }

  .case-cta-section {
    grid-template-columns: 1fr;
  }

  .technology-window-grid,
  .tech-video-grid,
  .tech-topic-overview-panel,
  .tech-dimension-card {
    grid-template-columns: 1fr;
  }

  .zeolite-origin-band,
  .zeolite-mechanism-band,
  .zeolite-activation-layout {
    grid-template-columns: 1fr;
  }

  .zeolite-trait-grid {
    grid-template-columns: 1fr;
  }

  .zeolite-trait-item {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .zeolite-trait-item:last-child {
    border-bottom: 0;
  }

  .zeolite-mechanism-band .zeolite-copy-block {
    order: -1;
  }

  .tech-dimension-card.is-reverse img {
    order: 0;
  }

  .tech-topic-facts {
    grid-template-columns: repeat(3, 1fr);
  }

  .technology-point-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .technology-point-grid article:nth-child(2n) {
    border-right: 0;
  }

  .technology-point-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .technology-focus-grid {
    grid-template-columns: 1fr;
  }

  .technology-focus-card {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .technology-focus-card:last-child {
    border-bottom: 0;
  }

  .technology-evidence-card {
    grid-template-columns: 1fr;
  }

  .scenario-stage {
    grid-template-columns: 1fr;
    gap: 20px;
    min-height: 0;
  }

  .scenario-visual {
    min-height: 460px;
  }

  .scenario-detail {
    min-height: 380px;
  }

  .scenario-switcher {
    grid-template-columns: repeat(2, 1fr);
  }

  .scenario-switch:nth-child(2n) {
    border-right: 0;
  }

  .scenario-switch:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(198, 211, 215, 0.9);
  }

  .case-showcase-main {
    grid-template-columns: 1fr;
    gap: 26px;
    min-height: 0;
  }

  .case-title-area {
    min-height: 250px;
  }

  .case-showcase-visual {
    min-height: 380px;
  }

  .case-visual-panel img {
    height: 380px;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 82%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 82%, transparent 100%);
  }

  .solution-category-card {
    grid-template-columns: 1fr;
  }

  .solution-category-media {
    order: -1;
  }

  .solution-category-media img {
    min-height: 320px;
    height: 320px;
  }

  .project-case-heading {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .project-case-pills {
    justify-content: flex-start;
  }

  .project-card.is-featured {
    flex-basis: min(460px, 86vw);
  }

  .comparison-grid {
    grid-template-columns: 1fr;
  }

  .news-feature {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .news-feature-media {
    justify-content: flex-start;
  }

  .news-feature-media img {
    width: min(100%, 420px);
  }

  .news-card-row {
    grid-template-columns: 1fr;
  }

  .news-card {
    border-right: 0;
    border-bottom: 1px solid rgba(223, 231, 226, 0.9);
  }

  .news-card:last-child {
    border-bottom: 0;
  }

  .image-split,
  .contact-hero,
  .about-child-grid,
  .about-info-grid.compact {
    grid-template-columns: 1fr;
  }

  .metric-card:nth-child(2n) {
    border-right: 0;
  }

  .metric-card {
    border-bottom: 1px solid var(--line);
  }

  body[data-route="/"] .site-header,
  body[data-route="/about"] .site-header {
    min-height: 70px;
  }

  body[data-route="/"] .main-nav,
  body[data-route="/about"] .main-nav {
    top: 70px;
    gap: 0;
  }

  body[data-route="/"] .hero h1 {
    font-size: 58px;
  }

  body[data-route="/"] .scenario-stage,
  body[data-route="/"] .case-showcase-main,
  body[data-route="/about"] .about-topic-section,
  body[data-route="/about"] .image-split {
    grid-template-columns: 1fr;
  }

  body[data-route="/"] .scenario-visual {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  body[data-route="/about"] .image-split {
    gap: 48px;
  }

  body[data-route="/about"] .about-anchor-nav {
    grid-template-columns: repeat(3, 1fr);
  }

  body[data-route="/about"] .about-topic-section {
    gap: 34px;
  }

  body[data-route="/about"] .about-topic-heading {
    position: static;
  }
}

@media (max-width: 680px) {
  .brand span {
    display: none;
  }

  .hero {
    min-height: 700px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 42px;
  }

  .about-hierarchy,
  .about-anchor-nav,
  .about-subnav,
  .about-info-grid {
    grid-template-columns: 1fr;
  }

  .about-anchor-nav a {
    min-height: 0;
    padding: 18px;
  }

  .about-topic-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .about-content-block,
  .about-case-article {
    padding: 24px;
  }

  .about-timeline > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .case-detail-hero {
    min-height: auto;
  }

  .case-detail-hero-inner {
    width: min(100% - 28px, var(--max));
    padding: 96px 0 48px;
  }

  .case-detail-hero-copy h1 {
    max-width: 100%;
    font-size: 31px;
    line-height: 1.14;
    text-wrap: balance;
  }

  .case-detail-hero-copy > p {
    font-size: 16px;
  }

  .case-detail-meta,
  .case-detail-metrics,
  .case-value-list,
  .case-background-block .detail-list,
  .solution-system,
  .case-evidence-grid,
  .case-result-grid,
  .case-evidence-grid.is-feedback,
  .timeline-media-grid,
  .timeline-pair {
    grid-template-columns: 1fr;
  }

  .case-overview-copy {
    padding: 22px;
  }

  .case-overview-copy p {
    font-size: 16px;
  }

  .case-detail-metrics article {
    min-height: 132px;
  }

  .case-detail-metrics strong {
    font-size: 34px;
  }

  .case-anchor-nav {
    top: 66px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .case-timeline article {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-left: 24px;
  }

  .case-comparison-table {
    min-width: 760px;
  }

  .case-cta-section h2 {
    font-size: 30px;
  }

  section,
  .page-hero,
  .contact-hero {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .scenario-showcase {
    padding-top: 64px;
    padding-bottom: 0;
  }

  .technology-window-card {
    min-height: 430px;
  }

  .technology-window-card div {
    padding: 24px;
  }

  .zeolite-topic-hero {
    min-height: 620px;
  }

  .zeolite-topic-hero-content h1 {
    font-size: 50px;
  }

  .zeolite-hero-metrics {
    gap: 20px;
  }

  .zeolite-video-band,
  .zeolite-origin-band,
  .zeolite-traits-band,
  .zeolite-mechanism-band,
  .zeolite-activation-band {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .zeolite-video-visual {
    min-height: 390px;
  }

  .zeolite-video-visual h2 {
    font-size: 30px;
  }

  .zeolite-formation-figure img,
  .zeolite-mechanism-visual img,
  .zeolite-activation-layout > img {
    min-height: 280px;
  }

  .zeolite-trait-item {
    padding: 30px 0;
  }

  .zeolite-activation-flow article {
    grid-template-columns: 58px 1fr;
  }

  .tech-topic-hero {
    min-height: 560px;
  }

  .tech-topic-hero-content h1 {
    font-size: 46px;
  }

  .tech-video-card,
  .tech-video-card img {
    min-height: 300px;
    height: 300px;
  }

  .tech-topic-overview {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .tech-topic-overview-panel {
    padding: 24px;
  }

  .tech-topic-facts {
    grid-template-columns: 1fr;
  }

  .tech-topic-facts article,
  .tech-topic-facts article:last-child {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(223, 231, 226, 0.92);
  }

  .tech-topic-facts article:last-child {
    border-bottom: 0;
  }

  .tech-dimension-card {
    gap: 24px;
    min-height: 0;
    padding: 24px;
  }

  .tech-dimension-card > div {
    padding: 0;
  }

  .tech-dimension-card img {
    height: 230px;
    min-height: 0;
  }

  .tech-dimension-points {
    grid-template-columns: 1fr;
  }

  .technology-point-grid {
    grid-template-columns: 1fr;
  }

  .technology-point-grid article,
  .technology-point-grid article:nth-child(2n) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .technology-point-grid article:last-child {
    border-bottom: 0;
  }

  .technology-focus-card,
  .technology-evidence-card {
    padding: 24px;
  }

  .technology-point-list {
    grid-template-columns: 1fr;
  }

  .technology-point-list li {
    min-height: 0;
  }

  .scenario-visual {
    min-height: 330px;
  }

  .scenario-detail {
    min-height: 420px;
  }

  .scenario-visual-panel img {
    max-height: 310px;
  }

  .scenario-visual-panel[data-scenario-panel="health"] {
    flex-direction: column;
  }

  .scenario-visual-panel[data-scenario-panel="health"] img {
    width: min(100%, 330px);
    max-height: 150px;
  }

  .scenario-switcher {
    grid-template-columns: 1fr;
  }

  .scenario-switch {
    min-height: 112px;
    padding: 20px 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(198, 211, 215, 0.9);
  }

  .scenario-switch:last-child {
    border-bottom: 0;
  }

  .case-showcase {
    padding-top: 68px;
    padding-bottom: 0;
  }

  .case-title-area {
    min-height: 310px;
  }

  .case-copy-panel h2 {
    font-size: 36px;
  }

  .case-category-area {
    min-height: 320px;
  }

  .case-category-panel {
    grid-template-columns: 1fr;
  }

  .case-showcase-visual {
    min-height: 300px;
  }

  .case-visual-panel img {
    height: 300px;
  }

  .case-switcher {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .case-switch {
    min-height: 76px;
    justify-content: flex-start;
    padding: 0 22px;
    border-right: 0;
    border-bottom: 1px solid rgba(198, 211, 215, 0.86);
  }

  .case-switch:last-child {
    border-bottom: 0;
  }

  .solution-category-index {
    gap: 24px;
  }

  .solution-category-copy {
    padding: 26px;
  }

  .solution-category-copy h2 {
    font-size: 36px;
  }

  .solution-category-copy .detail-list {
    grid-template-columns: 1fr;
  }

  .solution-category-media img {
    min-height: 230px;
    height: 230px;
  }

  .project-case-index {
    gap: 56px;
  }

  .project-case-heading h2 {
    font-size: 36px;
  }

  .project-case-heading p:not(.eyebrow) {
    font-size: 15px;
  }

  .project-case-track {
    gap: 16px;
  }

  .project-card,
  .project-card.is-featured {
    flex-basis: min(318px, 86vw);
    min-height: 380px;
  }

  .project-card.is-featured h3 {
    font-size: 24px;
  }

  .project-card.is-featured div,
  .project-card div {
    padding: 22px;
  }

  .news-showcase {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .news-lead h2 {
    font-size: 28px;
  }

  .news-feature-media img {
    height: 168px;
  }

  .news-dots {
    justify-content: flex-start;
    margin-top: 26px;
  }

  .news-card-row {
    margin-top: 30px;
  }

  .news-card {
    min-height: 230px;
    padding: 50px 58px 30px 24px;
  }

  .news-arrow {
    top: 38px;
    right: 22px;
  }

  .grid.two,
  .grid.three,
  .grid.four,
  .metric-grid {
    grid-template-columns: 1fr;
  }

  .metric-card {
    border-right: 0;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer nav {
    justify-content: flex-start;
  }

  body[data-route="/"] .site-header,
  body[data-route="/about"] .site-header {
    min-height: 66px;
    border-top-width: 2px;
  }

  body[data-route="/"] .main-nav,
  body[data-route="/about"] .main-nav {
    top: 66px;
  }

  body[data-route="/"] .hero {
    min-height: 620px;
    padding-top: 78px;
    padding-bottom: 72px;
  }

  body[data-route="/"] .hero-content {
    padding-left: 20px;
    border-left-width: 3px;
  }

  body[data-route="/"] .hero h1 {
    font-size: 42px;
  }

  body[data-route="/"] .hero p {
    font-size: 16px;
    line-height: 1.72;
  }

  body[data-route="/"] .scenario-showcase,
  body[data-route="/"] .case-showcase,
  body[data-route="/"] .news-showcase,
  body[data-route="/"] .dark-band {
    padding-top: 72px;
  }

  body[data-route="/"] .scenario-stage {
    gap: 24px;
    padding-bottom: 40px;
  }

  body[data-route="/"] .scenario-detail-panel h2,
  body[data-route="/"] .case-copy-panel h2 {
    font-size: 38px;
  }

  body[data-route="/"] .case-visual-panel img {
    height: 300px;
    border-width: 6px;
  }

  body[data-route="/about"] .page-hero.dark {
    min-height: 470px;
    padding-top: 92px;
    padding-bottom: 64px;
  }

  body[data-route="/about"] .page-hero.dark .page-hero-content {
    padding-left: 20px;
    border-left-width: 3px;
  }

  body[data-route="/about"] .page-hero h1 {
    font-size: 44px;
  }

  body[data-route="/about"] .feature-band {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  body[data-route="/about"] .image-split {
    gap: 38px;
  }

  body[data-route="/about"] .image-split img {
    min-height: 300px;
    box-shadow: 10px 10px 0 #e8efea;
  }

  body[data-route="/about"] .image-split .section-head h2 {
    font-size: 36px;
  }

  body[data-route="/about"] .muted-band {
    padding-top: 68px;
  }

  body[data-route="/about"] .about-anchor-nav {
    grid-template-columns: 1fr;
  }

  body[data-route="/about"] .about-anchor-nav a {
    min-height: 92px;
    display: grid;
    grid-template-columns: 48px 1fr;
    align-items: center;
    gap: 12px;
    padding: 18px 20px;
  }

  body[data-route="/about"] .about-anchor-nav span {
    margin-top: 0;
  }

  body[data-route="/about"] .about-topic-section {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 58px;
    padding-bottom: 58px;
  }

  body[data-route="/about"] .about-topic-heading h2 {
    font-size: 36px;
  }

  body[data-route="/about"] .about-info-grid,
  body[data-route="/about"] .about-info-grid.compact {
    grid-template-columns: 1fr;
  }

  body[data-route="/about"] .about-content-block {
    padding-right: 0;
    padding-left: 0;
  }

  body[data-route="/about"] .about-content-block h2 {
    font-size: 29px;
  }
}

/* Reference-led corporate refinement for the homepage and About feature page. */
body[data-route="/"] .site-header,
body[data-route="/about"] .site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 40;
  min-height: 80px;
  padding: 0 0 0 max(24px, calc((100vw - var(--max)) / 2));
  border: 0;
  background: transparent;
  box-shadow: none;
}

body[data-route="/"] .brand,
body[data-route="/about"] .brand {
  order: 1;
  color: var(--white);
}

body[data-route="/"] .brand img,
body[data-route="/about"] .brand img {
  width: 50px;
  height: 48px;
  filter: brightness(0) invert(1);
}

body[data-route="/"] .brand small,
body[data-route="/about"] .brand small {
  color: rgba(255, 255, 255, 0.72);
}

body[data-route="/"] .main-nav,
body[data-route="/about"] .main-nav {
  order: 2;
  gap: 16px;
  margin-left: auto;
  padding-right: 24px;
}

body[data-route="/"] .main-nav a,
body[data-route="/about"] .main-nav a,
body[data-route="/"] .main-nav a:hover,
body[data-route="/"] .main-nav a.is-active,
body[data-route="/about"] .main-nav a:hover,
body[data-route="/about"] .main-nav a.is-active {
  color: var(--white);
}

body[data-route="/"] .main-nav .nav-pill,
body[data-route="/about"] .main-nav .nav-pill {
  border-color: rgba(255, 255, 255, 0.46);
  color: var(--white);
}

body[data-route="/"] .menu-toggle,
body[data-route="/about"] .menu-toggle {
  position: relative;
  z-index: 2;
  order: 3;
  display: block;
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  border: 0;
  background: var(--teal-dark);
}

body[data-route="/"] .menu-toggle span,
body[data-route="/about"] .menu-toggle span {
  width: 22px;
  background: var(--white);
  transition: transform 180ms ease;
}

body[data-route="/"] .menu-toggle[aria-expanded="true"] span:first-child,
body[data-route="/about"] .menu-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

body[data-route="/"] .menu-toggle[aria-expanded="true"] span:last-child,
body[data-route="/about"] .menu-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

body[data-route="/"] .main-nav.is-open,
body[data-route="/about"] .main-nav.is-open {
  position: fixed;
  inset: 0 0 0 auto;
  z-index: 1;
  display: grid;
  align-content: center;
  width: min(380px, 100vw);
  height: 100vh;
  margin: 0;
  padding: 96px 44px 44px;
  background: rgba(4, 66, 60, 0.98);
  box-shadow: -24px 0 70px rgba(2, 30, 27, 0.24);
}

body[data-route="/"] .main-nav.is-open a,
body[data-route="/about"] .main-nav.is-open a {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 18px;
}

body[data-route="/"] .main-nav.is-open .nav-pill,
body[data-route="/about"] .main-nav.is-open .nav-pill {
  margin: 10px 0 0;
  padding: 15px 0;
  border-width: 0 0 1px;
}

body[data-route="/"] .hero {
  height: min(860px, calc(100vh - 40px));
  min-height: 650px;
  max-height: none;
  padding-top: 150px;
  padding-bottom: 84px;
}

body[data-route="/"] .hero-media img {
  object-position: center 68%;
}

body[data-route="/"] .hero-overlay {
  background:
    linear-gradient(90deg, rgba(2, 50, 46, 0.94) 0%, rgba(7, 93, 85, 0.74) 34%, rgba(7, 93, 85, 0.28) 66%, rgba(3, 28, 26, 0.12) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, transparent 46%, rgba(0, 0, 0, 0.45) 100%);
}

body[data-route="/"] .hero-content {
  width: min(760px, 100%);
  padding-left: 0;
  border-left: 0;
}

body[data-route="/"] .hero .eyebrow {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  letter-spacing: 0;
}

body[data-route="/"] .hero h1 {
  max-width: 730px;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.12;
}

body[data-route="/"] .hero p {
  max-width: 640px;
  font-size: 17px;
}

body[data-route="/"] .hero-actions .btn.primary {
  border-color: var(--white);
  background: var(--white);
  color: var(--teal-dark);
}

body[data-route="/"] .scenario-showcase {
  padding-top: 100px;
  border-top: 0;
  background: #e9efec;
}

body[data-route="/"] .scenario-stage {
  grid-template-columns: minmax(350px, 0.8fr) minmax(0, 1.2fr);
  gap: 70px;
  max-width: var(--max);
  min-height: 520px;
  margin: 0 auto;
  padding-bottom: 52px;
}

body[data-route="/"] .scenario-detail {
  order: 1;
}

body[data-route="/"] .scenario-visual {
  order: 2;
  min-height: 500px;
  border: 0;
}

body[data-route="/"] .scenario-detail-panel h2 {
  font-size: 48px;
}

body[data-route="/"] .scenario-switcher {
  margin-top: 0;
  border-width: 1px 0 0;
  background: transparent;
}

body[data-route="/"] .scenario-switch {
  position: relative;
  min-height: 92px;
  padding: 20px 24px;
  border-right-color: rgba(7, 93, 85, 0.16);
}

body[data-route="/"] .scenario-switch span,
body[data-route="/"] .scenario-switch small {
  display: none;
}

body[data-route="/"] .scenario-switch strong {
  margin: 0;
  font-size: 17px;
  text-align: center;
}

body[data-route="/"] .scenario-switch.is-active {
  background: transparent;
  color: var(--teal-dark);
}

body[data-route="/"] .scenario-switch.is-active::before {
  top: auto;
  bottom: 0;
  height: 3px;
  background: var(--amber);
}

body[data-route="/"] .case-showcase {
  background: #f7f8f6;
}

body[data-route="/"] .news-card-row {
  box-shadow: none;
}

body[data-route="/about"] .page-hero.dark {
  min-height: 660px;
  align-items: end;
  padding-top: 150px;
  padding-bottom: 76px;
}

body[data-route="/about"] .page-hero.dark::after {
  background:
    linear-gradient(90deg, rgba(2, 50, 46, 0.88) 0%, rgba(7, 93, 85, 0.46) 46%, rgba(3, 30, 27, 0.12) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, transparent 48%, rgba(0, 0, 0, 0.34) 100%);
}

body[data-route="/about"] .page-hero.dark img {
  object-position: center 68%;
}

body[data-route="/about"] .page-hero.dark .page-hero-content {
  max-width: 720px;
  padding-left: 0;
  border-left: 0;
}

body[data-route="/about"] .page-hero h1 {
  line-height: 1;
}

body[data-route="/about"] .about-hero-en {
  font-size: 70px;
  font-weight: 700;
}

body[data-route="/about"] .about-hero-cn {
  margin-top: 12px;
  font-size: 40px;
  font-weight: 500;
}

body[data-route="/about"] .about-section-nav {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

body[data-route="/about"] .about-anchor-nav {
  grid-template-columns: repeat(5, 1fr);
  max-width: var(--max);
  margin: 0 auto;
  border: 0;
  background: transparent;
}

body[data-route="/about"] .about-anchor-nav a {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 72px;
  padding: 0 14px;
  border: 0;
  background: transparent;
}

body[data-route="/about"] .about-anchor-nav a::before {
  content: none;
}

body[data-route="/about"] .about-anchor-nav a::after {
  content: "";
  position: absolute;
  right: 28%;
  bottom: 0;
  left: 28%;
  height: 2px;
  background: transparent;
}

body[data-route="/about"] .about-anchor-nav a:hover {
  background: transparent;
}

body[data-route="/about"] .about-anchor-nav a:hover::after {
  background: var(--amber);
}

body[data-route="/about"] .about-anchor-nav small {
  display: none;
}

body[data-route="/about"] .about-anchor-nav span {
  margin: 0;
  color: #2f3d39;
  font-size: 15px;
  font-weight: 600;
}

body[data-route="/about"] .feature-band {
  padding-top: 104px;
  padding-bottom: 104px;
}

body[data-route="/about"] .image-split {
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1.08fr);
  gap: 78px;
}

body[data-route="/about"] .image-split img {
  min-height: 420px;
  box-shadow: none;
  object-fit: cover;
}

body[data-route="/about"] .about-topic-section {
  grid-template-columns: minmax(250px, 0.3fr) minmax(0, 0.7fr);
  gap: 80px;
  padding-top: 108px;
  padding-bottom: 108px;
}

body[data-route="/about"] .about-topic-section:nth-child(even) {
  background: #f7f8f6;
}

body[data-route="/about"] .about-topic-heading h2 {
  font-size: 42px;
}

body[data-route="/about"] .about-topic-heading .eyebrow {
  color: var(--teal-dark);
}

body[data-route="/about"] #milestones {
  display: block;
}

body[data-route="/about"] #milestones .about-topic-heading {
  position: static;
  max-width: 560px;
}

body[data-route="/about"] #milestones .about-page-main {
  margin-top: 64px;
}

body[data-route="/about"] #milestones .about-content-block > h2,
body[data-route="/about"] #milestones .about-content-block > p:not(.eyebrow) {
  max-width: 700px;
}

body[data-route="/about"] #milestones .about-timeline {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 54px;
  border-top: 0;
}

body[data-route="/about"] #milestones .about-timeline > div {
  display: block;
  min-height: 190px;
  padding: 22px 24px;
  border-bottom: 0;
  border-left: 1px solid var(--line);
}

body[data-route="/about"] #milestones .about-timeline > div::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  margin: -24px 0 20px -27px;
  background: var(--teal);
}

body[data-route="/about"] #milestones .about-timeline strong {
  color: var(--teal-dark);
  font-size: 28px;
}

body[data-route="/about"] #honors .about-info-grid {
  grid-template-columns: repeat(4, 1fr);
}

body[data-route="/about"] #honors .about-info-grid > div {
  min-height: 210px;
}

body[data-route="/about"] #culture {
  position: relative;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(3, 39, 36, 0.94), rgba(7, 73, 67, 0.76)),
    url("/assets/cooperation.webp") center / cover no-repeat;
}

body[data-route="/about"] #culture .about-topic-heading,
body[data-route="/about"] #culture .about-page-main {
  position: relative;
  z-index: 1;
}

body[data-route="/about"] #culture .about-topic-heading .eyebrow,
body[data-route="/about"] #culture .about-topic-heading > p,
body[data-route="/about"] #culture .about-content-block > p,
body[data-route="/about"] #culture .about-info-grid p,
body[data-route="/about"] #culture .detail-list li {
  color: rgba(255, 255, 255, 0.78);
}

body[data-route="/about"] #culture .about-content-block {
  border-color: rgba(255, 255, 255, 0.18);
}

body[data-route="/about"] #culture .about-info-grid {
  border-color: rgba(255, 255, 255, 0.2);
}

body[data-route="/about"] #culture .about-info-grid > div {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(3, 39, 36, 0.56);
}

@media (max-width: 1120px) {
  body[data-route="/"] .main-nav,
  body[data-route="/about"] .main-nav {
    gap: 5px;
  }

  body[data-route="/"] .main-nav a,
  body[data-route="/about"] .main-nav a {
    padding-right: 6px;
    padding-left: 6px;
    font-size: 13px;
  }
}

@media (max-width: 1040px) {
  body[data-route="/"] .site-header,
  body[data-route="/about"] .site-header {
    min-height: 72px;
  }

  body[data-route="/"] .menu-toggle,
  body[data-route="/about"] .menu-toggle {
    flex-basis: 72px;
    width: 72px;
    height: 72px;
  }

  body[data-route="/"] .main-nav,
  body[data-route="/about"] .main-nav {
    display: none;
  }

  body[data-route="/"] .main-nav.is-open,
  body[data-route="/about"] .main-nav.is-open {
    display: grid;
  }

  body[data-route="/"] .scenario-stage {
    grid-template-columns: 1fr;
  }

  body[data-route="/"] .scenario-detail {
    min-height: 390px;
  }

  body[data-route="/"] .scenario-visual {
    min-height: 420px;
    border-bottom: 0;
  }

  body[data-route="/about"] .image-split,
  body[data-route="/about"] .about-topic-section {
    grid-template-columns: 1fr;
  }

  body[data-route="/about"] #honors .about-info-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  body[data-route="/"] .site-header,
  body[data-route="/about"] .site-header {
    min-height: 66px;
    padding-left: 18px;
  }

  body[data-route="/"] .brand img,
  body[data-route="/about"] .brand img {
    width: 44px;
    height: 42px;
  }

  body[data-route="/"] .menu-toggle,
  body[data-route="/about"] .menu-toggle {
    flex-basis: 66px;
    width: 66px;
    height: 66px;
  }

  body[data-route="/"] .hero {
    height: 720px;
    min-height: 720px;
    padding-top: 130px;
    padding-bottom: 62px;
  }

  body[data-route="/"] .hero-media img {
    object-position: 56% 64%;
  }

  body[data-route="/"] .hero h1 {
    font-size: 42px;
    line-height: 1.14;
  }

  body[data-route="/"] .hero-actions .btn {
    min-width: 132px;
  }

  body[data-route="/"] .scenario-showcase {
    padding-top: 68px;
  }

  body[data-route="/"] .scenario-stage {
    gap: 8px;
  }

  body[data-route="/"] .scenario-detail {
    min-height: 430px;
  }

  body[data-route="/"] .scenario-visual {
    min-height: 330px;
  }

  body[data-route="/"] .scenario-switcher {
    grid-template-columns: repeat(2, 1fr);
  }

  body[data-route="/"] .scenario-switch {
    min-height: 72px;
    padding: 16px 10px;
    border-bottom: 1px solid rgba(7, 93, 85, 0.14);
  }

  body[data-route="/about"] .page-hero.dark {
    min-height: 560px;
    padding-top: 130px;
    padding-bottom: 58px;
  }

  body[data-route="/about"] .page-hero.dark img {
    object-position: 56% 65%;
  }

  body[data-route="/about"] .about-hero-en {
    font-size: 48px;
  }

  body[data-route="/about"] .about-hero-cn {
    margin-top: 10px;
    font-size: 30px;
  }

  body[data-route="/about"] .about-anchor-nav {
    grid-template-columns: repeat(5, minmax(104px, 1fr));
    overflow-x: auto;
  }

  body[data-route="/about"] .about-anchor-nav a {
    min-height: 62px;
    padding: 0 10px;
  }

  body[data-route="/about"] .feature-band,
  body[data-route="/about"] .about-topic-section {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  body[data-route="/about"] .image-split {
    gap: 34px;
  }

  body[data-route="/about"] .image-split img {
    min-height: 260px;
  }

  body[data-route="/about"] #milestones .about-page-main {
    margin-top: 38px;
    min-width: 0;
    width: 100%;
    max-width: calc(100vw - 48px);
    overflow: hidden;
  }

  body[data-route="/about"] #milestones .about-content-block {
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }

  body[data-route="/about"] #milestones .about-timeline {
    display: grid;
    grid-template-columns: repeat(5, minmax(230px, 1fr));
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    padding: 4px 0 16px;
  }

  body[data-route="/about"] #milestones .about-timeline > div {
    min-height: 210px;
  }

  body[data-route="/about"] #honors .about-info-grid {
    grid-template-columns: 1fr;
  }

  body[data-route="/about"] #honors .about-info-grid > div {
    min-height: 0;
  }
}

/* Unified 2026 visual refresh */
body:not([data-route="/"]):not([data-route^="/en"]) .site-header {
  position: absolute;
  inset: 0 0 auto;
  border-bottom-color: rgba(255, 255, 255, 0.18);
  background: linear-gradient(180deg, rgba(3, 39, 36, 0.62), rgba(3, 39, 36, 0));
  color: var(--white);
}

body:not([data-route="/"]):not([data-route^="/en"]) .brand img {
  filter: brightness(0) invert(1);
}

body:not([data-route="/"]):not([data-route^="/en"]) .brand strong,
body:not([data-route="/"]):not([data-route^="/en"]) .brand small,
body:not([data-route="/"]):not([data-route^="/en"]) .main-nav a,
body:not([data-route="/"]):not([data-route^="/en"]) .main-nav a:hover,
body:not([data-route="/"]):not([data-route^="/en"]) .main-nav a.is-active {
  color: var(--white);
}

body:not([data-route="/"]):not([data-route^="/en"]) .main-nav .nav-pill {
  border-color: rgba(255, 255, 255, 0.34);
  color: var(--white);
}

body:not([data-route="/"]):not([data-route^="/en"]) .menu-toggle {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.12);
}

body:not([data-route="/"]):not([data-route^="/en"]) .menu-toggle span {
  background: var(--white);
}

body:not([data-route="/"]):not([data-route^="/en"]) .page-hero.dark {
  min-height: 430px;
  padding-top: 150px;
  padding-bottom: 78px;
  background: #0b4039;
}

body:not([data-route="/"]):not([data-route^="/en"]) .page-hero.dark::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(4, 45, 40, 0.86), rgba(7, 93, 85, 0.58) 44%, rgba(199, 103, 31, 0.18)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.38));
}

body:not([data-route="/"]):not([data-route^="/en"]) .page-hero.dark img {
  opacity: 1;
  object-position: center;
}

body:not([data-route="/"]):not([data-route^="/en"]) .page-hero.dark .page-hero-content {
  z-index: 2;
  max-width: 780px;
}

body:not([data-route="/"]):not([data-route^="/en"]) .page-hero h1 {
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.08;
}

.page-directory {
  display: grid;
  gap: 16px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(223, 231, 226, 0.92);
  background: rgba(255, 255, 255, 0.96);
}

.page-crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
}

.page-crumbs a {
  color: var(--teal-dark);
}

.page-directory-nav {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding-bottom: 2px;
  color: #34443f;
  font-size: 14px;
  white-space: nowrap;
}

.page-directory-nav a {
  position: relative;
  padding-bottom: 8px;
}

.page-directory-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--teal);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.page-directory-nav a:hover::after {
  transform: scaleX(1);
}

body:not([data-route="/"]):not([data-route^="/en"]) .case-detail-hero,
body:not([data-route="/"]):not([data-route^="/en"]) .tech-topic-hero,
body:not([data-route="/"]):not([data-route^="/en"]) .zeolite-topic-hero {
  min-height: 520px;
}

body:not([data-route="/"]):not([data-route^="/en"]) .case-detail-hero-inner {
  padding-top: 154px;
}

body:not([data-route="/"]):not([data-route^="/en"]) .tech-topic-hero,
body:not([data-route="/"]):not([data-route^="/en"]) .zeolite-topic-hero {
  padding-top: 150px;
}

body:not([data-route="/"]):not([data-route^="/en"]) .case-anchor-nav {
  top: 0;
}

.home-hero {
  position: relative;
  min-height: 100vh;
  height: min(920px, 100vh);
  padding: 0;
  overflow: hidden;
  background: #062f2b;
  color: var(--white);
}

.home-hero-stage,
.home-hero-slide,
.home-hero-media,
.home-hero-media img,
.home-hero-media video,
.home-hero-gradient {
  position: absolute;
  inset: 0;
}

.home-hero-slide {
  display: grid;
  align-items: center;
  padding: 150px max(24px, calc((100vw - var(--max)) / 2)) 120px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 700ms ease;
}

.home-hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.home-hero-media img,
.home-hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hero-gradient {
  z-index: 1;
  background:
    linear-gradient(96deg, rgba(3, 39, 36, 0.92) 0%, rgba(7, 93, 85, 0.72) 46%, rgba(7, 93, 85, 0.18) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.48));
}

.home-hero-slide.is-crop .home-hero-gradient {
  background:
    linear-gradient(101deg, rgba(5, 62, 49, 0.9), rgba(53, 105, 61, 0.66) 52%, rgba(199, 103, 31, 0.2)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.42));
}

.home-hero-slide.is-livestock .home-hero-gradient {
  background:
    linear-gradient(102deg, rgba(61, 32, 20, 0.86), rgba(139, 43, 42, 0.64) 46%, rgba(7, 93, 85, 0.22)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.5));
}

.home-hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
}

.home-hero .eyebrow {
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: 0;
}

.home-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(44px, 6vw, 78px);
  line-height: 1.12;
}

.home-hero p {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 19px;
  line-height: 1.7;
}

.home-hero-product {
  position: absolute;
  right: max(24px, calc((100vw - var(--max)) / 2));
  bottom: 76px;
  z-index: 2;
  width: min(500px, 38vw);
  max-height: 48vh;
  object-fit: contain;
  filter: drop-shadow(0 28px 54px rgba(0, 0, 0, 0.28));
}

.home-hero-controls {
  position: absolute;
  right: max(24px, calc((100vw - var(--max)) / 2));
  bottom: 34px;
  left: max(24px, calc((100vw - var(--max)) / 2));
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 16px;
}

.home-hero-arrow,
.home-hero-dots button,
.rail-controls button {
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
}

.home-hero-arrow {
  width: 42px;
  height: 42px;
  font-size: 30px;
  line-height: 1;
}

.home-hero-dots {
  display: flex;
  flex: 1;
  gap: 10px;
  max-width: 420px;
}

.home-hero-dots button {
  position: relative;
  flex: 1;
  height: 3px;
  min-width: 48px;
  padding: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.34);
}

.home-hero-dots button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--white);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 240ms ease;
}

.home-hero-dots button.is-active::before {
  transform: scaleX(1);
}

.home-hero-dots span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

body[data-route="/about"] .page-hero.dark {
  min-height: 620px;
  padding-top: 164px;
  padding-bottom: 92px;
}

body[data-route="/about"] .page-hero.dark::before {
  background:
    linear-gradient(98deg, rgba(3, 39, 36, 0.82), rgba(7, 93, 85, 0.48) 48%, rgba(10, 167, 157, 0.08)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.36));
}

body[data-route="/about"] .about-section-nav {
  padding-top: 0;
  padding-bottom: 0;
  background: var(--white);
}

body[data-route="/about"] .about-anchor-nav {
  grid-template-columns: repeat(6, minmax(132px, 1fr));
  border-bottom: 1px solid rgba(223, 231, 226, 0.9);
  background: var(--white);
}

body[data-route="/about"] .about-anchor-nav a {
  min-height: 82px;
}

body[data-route="/about"] .about-topic-page {
  background: var(--white);
}

body[data-route="/about"] .about-topic-section {
  display: block;
  padding-top: clamp(78px, 8vw, 118px);
  padding-bottom: clamp(78px, 8vw, 118px);
  background: var(--white);
}

body[data-route="/about"] .about-topic-section:nth-child(even) {
  background: #f1f5ef;
}

body[data-route="/about"] .about-topic-heading {
  max-width: 760px;
  margin-bottom: 44px;
}

body[data-route="/about"] .about-topic-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(36px, 4.5vw, 58px);
  line-height: 1.12;
}

body[data-route="/about"] .about-profile-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 48px;
  align-items: stretch;
}

body[data-route="/about"] .about-profile-copy {
  display: grid;
  gap: 18px;
  align-content: center;
}

body[data-route="/about"] .about-profile-copy p {
  margin: 0;
  color: #4c5e58;
  font-size: 17px;
  line-height: 1.95;
}

body[data-route="/about"] .about-brand-panel {
  display: grid;
  gap: 22px;
  align-content: center;
  padding: 34px;
  border: 1px solid rgba(223, 231, 226, 0.92);
  background: #fffaf6;
}

body[data-route="/about"] .about-brand-logo {
  width: min(330px, 100%);
  height: auto;
  background: transparent;
}

body[data-route="/about"] .about-brand-emblem {
  width: 100%;
  max-height: 210px;
  object-fit: contain;
  background: var(--white);
}

body[data-route="/about"] .about-brand-panel p {
  margin: 0;
  color: var(--wine);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
}

body[data-route="/about"] .about-stat-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 56px;
  background: var(--teal-dark);
  color: var(--white);
}

body[data-route="/about"] .about-stat-band div {
  min-height: 150px;
  padding: 32px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

body[data-route="/about"] .about-stat-band div:last-child {
  border-right: 0;
}

body[data-route="/about"] .about-stat-band strong {
  display: block;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1;
}

body[data-route="/about"] .about-stat-band span {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.78);
}

body[data-route="/about"] .about-branch-module {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 34px;
  margin-top: 50px;
}

body[data-route="/about"] .about-branch-module h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
}

body[data-route="/about"] .about-branch-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

body[data-route="/about"] .about-branch-grid span {
  min-height: 48px;
  padding: 14px 16px;
  border-left: 3px solid var(--teal);
  background: rgba(255, 255, 255, 0.82);
  color: #34443f;
  font-size: 14px;
  line-height: 1.45;
}

body[data-route="/about"] .about-rail-shell {
  position: relative;
}

body[data-route="/about"] .rail-controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 18px;
}

body[data-route="/about"] .rail-controls button {
  width: 42px;
  height: 42px;
  border-color: rgba(7, 93, 85, 0.22);
  color: var(--teal-dark);
  background: var(--white);
  font-size: 28px;
}

body[data-route="/about"] .about-scroll-rail {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 4px;
  padding: 4px 0 20px;
}

body[data-route="/about"] .about-scroll-rail > * {
  flex: 0 0 auto;
  scroll-snap-align: start;
}

body[data-route="/about"] .about-history-rail article {
  width: min(360px, 82vw);
  min-height: 260px;
  padding: 30px;
  border-left: 4px solid var(--teal);
  background: var(--white);
}

body[data-route="/about"] .about-history-rail strong {
  color: var(--teal-dark);
  font-size: 42px;
  line-height: 1;
}

body[data-route="/about"] .about-history-rail h3 {
  margin: 18px 0 12px;
  font-size: 22px;
}

body[data-route="/about"] .about-history-rail p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

body[data-route="/about"] .about-honor-item {
  display: grid;
  align-content: start;
  gap: 14px;
  width: min(300px, 76vw);
  margin: 0;
}

body[data-route="/about"] .about-honor-art {
  width: 100%;
  height: 390px;
}

body[data-route="/about"] .about-honor-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body[data-route="/about"] .about-honor-existing .about-honor-art {
  padding: 18px;
  border: 1px solid rgba(223, 231, 226, 0.92);
  background: var(--white);
}

body[data-route="/about"] .about-patent-item .about-honor-art {
  padding: 15px;
  border: 4px solid #68401f;
  background: linear-gradient(135deg, #70401f 0%, #c79a61 18%, #6b3c1b 40%, #d9b77d 58%, #754724 78%, #b77b43 100%);
  box-shadow: inset 0 0 0 3px #e4c58f, inset 0 0 0 8px rgba(74, 39, 16, 0.66), 0 15px 30px rgba(54, 36, 20, 0.16);
}

body[data-route="/about"] .about-patent-item .about-honor-art span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  border: 2px solid #d7b782;
  background: #fffdf8;
}

body[data-route="/about"] .about-patent-item figcaption {
  display: grid;
  gap: 5px;
  min-height: 68px;
  padding: 0 4px;
}

body[data-route="/about"] .about-patent-item figcaption strong {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.45;
}

body[data-route="/about"] .about-patent-item figcaption small {
  color: var(--muted);
  font-size: 13px;
}

body[data-route="/about"] .about-culture-section {
  padding-right: 0;
  padding-left: 0;
  background: #082f2a;
}

body[data-route="/about"] .about-culture-poster {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  color: var(--white);
}

body[data-route="/about"] .about-culture-poster img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body[data-route="/about"] .about-culture-poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 39, 36, 0.84), rgba(7, 93, 85, 0.46), rgba(199, 103, 31, 0.18)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.45));
}

body[data-route="/about"] .about-culture-poster > div {
  position: relative;
  z-index: 1;
  width: min(720px, calc(100% - 48px));
  margin-left: max(24px, calc((100vw - var(--max)) / 2));
  padding-top: 118px;
}

body[data-route="/about"] .about-culture-poster h2,
body[data-route="/about"] .about-culture-poster h3 {
  margin: 0;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.16;
}

body[data-route="/about"] .about-culture-poster h3 {
  margin-top: 12px;
  color: #ffd9bf;
}

body[data-route="/about"] .about-culture-poster p,
body[data-route="/about"] .about-culture-poster li {
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.82;
}

body[data-route="/about"] .about-culture-poster ul {
  display: grid;
  gap: 8px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

body[data-route="/about"] .about-chairman-feature {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 34px;
  align-items: center;
  margin-bottom: 36px;
  padding: 34px;
  background: #f7faf6;
}

body[data-route="/about"] .about-chairman-feature img {
  width: 240px;
  height: 240px;
  border: 6px solid var(--white);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 18px 44px rgba(14, 38, 34, 0.16);
}

body[data-route="/about"] .about-chairman-feature h3 {
  margin: 0 0 8px;
  font-size: 34px;
}

body[data-route="/about"] .about-chairman-feature strong,
body[data-route="/about"] .about-expert-rail strong {
  display: block;
  color: var(--teal-dark);
}

body[data-route="/about"] .about-chairman-feature p:not(.eyebrow),
body[data-route="/about"] .about-expert-rail p {
  color: var(--muted);
  line-height: 1.82;
}

body[data-route="/about"] .about-expert-rail article {
  width: min(330px, 82vw);
  min-height: 520px;
  padding: 28px;
  border: 1px solid rgba(223, 231, 226, 0.92);
  background: var(--white);
}

body[data-route="/about"] .about-expert-rail img {
  width: 158px;
  height: 158px;
  margin: 0 auto 22px;
  border: 4px solid rgba(10, 167, 157, 0.28);
  border-radius: 50%;
  object-fit: cover;
}

body[data-route="/about"] img.is-yue-yong {
  object-position: center 22%;
}

body[data-route="/about"] .about-expert-rail h3 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.3;
  text-align: center;
}

body[data-route="/about"] .about-expert-rail strong {
  text-align: center;
}

body[data-route="/about"] .about-expert-rail p {
  margin-bottom: 0;
  font-size: 14px;
}

body[data-route="/about"] .about-party-section {
  background: #fff7f1;
}

body[data-route="/about"] .about-party-poster {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  color: var(--white);
  background: var(--wine);
}

body[data-route="/about"] .about-party-poster img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body[data-route="/about"] .about-party-poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(97, 18, 16, 0.86), rgba(139, 43, 42, 0.42), rgba(199, 103, 31, 0.05));
}

body[data-route="/about"] .about-party-poster > div {
  position: relative;
  z-index: 1;
  width: min(660px, calc(100% - 48px));
  padding: 86px 0 0 58px;
}

body[data-route="/about"] .about-party-poster h2 {
  margin: 0;
  font-size: clamp(38px, 4.6vw, 64px);
  line-height: 1.12;
}

body[data-route="/about"] .about-party-poster p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  line-height: 1.82;
}

body[data-route="/about"] .about-party-rail-shell {
  margin-top: 32px;
}

body[data-route="/about"] .about-party-gallery img {
  width: min(420px, 82vw);
  height: 320px;
  object-fit: cover;
  background: var(--white);
}

@media (max-width: 1040px) {
  .home-hero {
    height: 820px;
    min-height: 820px;
  }

  .home-hero-product {
    right: 24px;
    width: min(420px, 42vw);
    opacity: 0.72;
  }

  body[data-route="/about"] .about-profile-grid,
  body[data-route="/about"] .about-branch-module,
  body[data-route="/about"] .about-chairman-feature {
    grid-template-columns: 1fr;
  }

  body[data-route="/about"] .about-stat-band {
    grid-template-columns: repeat(2, 1fr);
  }

  body[data-route="/about"] .about-branch-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  body:not([data-route="/"]):not([data-route^="/en"]) .page-hero.dark {
    min-height: 360px;
    padding-top: 120px;
    padding-bottom: 58px;
  }

  .page-directory {
    gap: 12px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .home-hero {
    height: 760px;
    min-height: 760px;
  }

  .home-hero-slide {
    padding-top: 128px;
    padding-bottom: 120px;
  }

  .home-hero h1 {
    font-size: 38px;
  }

  .home-hero p {
    font-size: 16px;
  }

  .home-hero-product {
    right: -12%;
    bottom: 98px;
    width: 70vw;
    max-height: 210px;
    opacity: 0.42;
  }

  .home-hero-controls {
    bottom: 24px;
    gap: 10px;
  }

  .home-hero-arrow {
    width: 36px;
    height: 36px;
  }

  body[data-route="/about"] .page-hero.dark {
    min-height: 480px;
  }

  body[data-route="/about"] .about-anchor-nav {
    grid-template-columns: repeat(6, minmax(122px, 1fr));
  }

  body[data-route="/about"] .about-stat-band {
    grid-template-columns: 1fr;
  }

  body[data-route="/about"] .about-stat-band div {
    min-height: 118px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  body[data-route="/about"] .about-brand-panel,
  body[data-route="/about"] .about-chairman-feature {
    padding: 24px;
  }

  body[data-route="/about"] .about-culture-poster {
    min-height: 640px;
  }

  body[data-route="/about"] .about-culture-poster > div {
    padding-top: 82px;
  }

  body[data-route="/about"] .about-party-poster {
    min-height: 520px;
  }

  body[data-route="/about"] .about-party-poster > div {
    padding: 62px 24px 0;
  }

  body[data-route="/about"] .about-chairman-feature img {
    width: 200px;
    height: 200px;
  }
}

/* Reference-site alignment pass: full hero, breadcrumb row, directory tabs */
body[data-route="/"] .site-header,
body:not([data-route^="/en"]) .site-header {
  position: absolute;
  inset: 0 0 auto;
  min-height: 86px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(180deg, rgba(11, 35, 31, 0.55), rgba(11, 35, 31, 0));
  backdrop-filter: none;
}

body[data-route="/"] .brand img,
body:not([data-route^="/en"]) .brand img {
  filter: brightness(0) invert(1);
}

body:not([data-route^="/en"]) .brand {
  order: 1;
}

body:not([data-route^="/en"]) .main-nav {
  order: 2;
  margin-left: auto;
}

body:not([data-route^="/en"]) .menu-toggle {
  order: 3;
  flex: 0 0 70px;
}

body[data-route="/"] .brand strong,
body[data-route="/"] .brand small,
body[data-route="/"] .main-nav a,
body[data-route="/"] .main-nav a:hover,
body[data-route="/"] .main-nav a.is-active,
body:not([data-route^="/en"]) .brand strong,
body:not([data-route^="/en"]) .brand small,
body:not([data-route^="/en"]) .main-nav a,
body:not([data-route^="/en"]) .main-nav a:hover,
body:not([data-route^="/en"]) .main-nav a.is-active {
  color: var(--white);
}

body:not([data-route^="/en"]) .menu-toggle,
body[data-route="/"] .menu-toggle {
  display: grid;
  place-content: center;
  width: 70px;
  height: 70px;
  border: 0;
  background: var(--amber);
}

body:not([data-route^="/en"]) .menu-toggle span,
body[data-route="/"] .menu-toggle span {
  width: 24px;
  height: 2px;
  margin: 4px auto;
  background: var(--white);
}

.home-hero {
  min-height: 100vh;
  height: 100vh;
}

.home-hero-slide {
  padding-top: 160px;
  padding-bottom: 118px;
}

.home-hero-content {
  width: min(1040px, 100%);
}

.home-hero h1 {
  font-size: clamp(40px, 4.2vw, 60px);
  line-height: 1.18;
  font-weight: 800;
}

.home-hero h1 span {
  display: block;
}

.home-hero h1 .home-mobile-break {
  display: none;
}

@media (min-width: 761px) {
  .home-hero h1 span {
    white-space: nowrap;
  }
}

.home-hero p {
  max-width: 560px;
  margin-top: 22px;
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.75;
}

.home-hero .hero-actions {
  margin-top: 34px;
}

.home-hero .btn {
  min-width: 150px;
  min-height: 52px;
  padding: 0 26px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--teal-dark);
  font-weight: 800;
}

.home-hero .btn::after {
  content: ">";
  margin-left: 16px;
}

.home-hero-gradient {
  background:
    linear-gradient(101deg, rgba(4, 47, 42, 0.9) 0%, rgba(7, 93, 85, 0.58) 42%, rgba(7, 93, 85, 0.1) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.42));
}

.home-hero-controls {
  right: auto;
  max-width: 300px;
}

.home-hero-arrow {
  display: none;
}

.home-hero-dots {
  max-width: 260px;
}

.home-hero-dots button {
  height: 3px;
  min-width: 58px;
}

body[data-route="/"] .scenario-showcase,
body[data-route="/"] .case-showcase,
body[data-route="/"] .news-showcase {
  min-height: 86vh;
  padding-top: clamp(78px, 8vw, 116px);
  padding-bottom: clamp(68px, 7vw, 104px);
}

body[data-route="/"] .scenario-showcase {
  background: linear-gradient(180deg, #eef3f2 0%, #e3ecea 100%);
}

body[data-route="/"] .scenario-stage {
  min-height: 560px;
}

body[data-route="/"] .scenario-switcher,
body[data-route="/"] .case-switcher {
  border-right: 0;
  border-left: 0;
  background: transparent;
}

body[data-route="/"] .scenario-switch,
body[data-route="/"] .case-switch {
  border-color: rgba(19, 32, 29, 0.12);
}

body[data-route="/"] .case-showcase {
  background:
    linear-gradient(90deg, rgba(4, 47, 42, 0.84), rgba(7, 93, 85, 0.34)),
    var(--teal-dark);
  color: var(--white);
}

body[data-route="/"] .case-copy-panel h2,
body[data-route="/"] .case-copy-panel p:not(.eyebrow),
body[data-route="/"] .case-category,
body[data-route="/"] .case-switch,
body[data-route="/"] .case-switch.is-active {
  color: var(--white);
}

body[data-route="/"] .case-category,
body[data-route="/"] .case-switcher {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}

body:not([data-route="/"]):not([data-route^="/en"]) .page-hero.dark {
  min-height: clamp(380px, 42vw, 560px);
  padding-top: 154px;
  padding-bottom: 76px;
  background: #17352f;
}

body:not([data-route="/"]):not([data-route^="/en"]) .page-hero.dark::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(92deg, rgba(5, 70, 64, 0.88), rgba(7, 93, 85, 0.42) 48%, rgba(255, 255, 255, 0.02)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.26));
}

body:not([data-route="/"]):not([data-route^="/en"]) .page-hero.dark img {
  opacity: 1;
  object-position: center;
}

body:not([data-route="/"]):not([data-route^="/en"]) .page-hero.dark .page-hero-content {
  z-index: 2;
  max-width: var(--max);
}

body:not([data-route="/"]):not([data-route^="/en"]) .page-hero-en {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(42px, 5vw, 70px);
  font-weight: 800;
  line-height: 1;
  text-transform: none;
}

body:not([data-route="/"]):not([data-route^="/en"]) .page-hero h1 {
  color: var(--white);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.16;
}

body:not([data-route="/"]):not([data-route^="/en"]) .page-hero-desc {
  display: none;
}

.page-directory {
  display: block;
  padding: 0;
  border-bottom: 0;
  background: linear-gradient(180deg, #f4f5f3 0 54px, var(--white) 54px 100%);
}

.page-directory-inner {
  width: min(var(--max), calc(100% - 40px));
  max-width: none;
  margin: 0 auto;
  padding: 0;
}

.page-crumbs {
  min-height: 54px;
  gap: 8px;
  color: #5f6c68;
}

.page-crumbs::before {
  content: "";
  width: 18px;
  height: 18px;
  background: var(--teal-dark);
  clip-path: polygon(50% 0, 100% 42%, 100% 100%, 64% 100%, 64% 64%, 36% 64%, 36% 100%, 0 100%, 0 42%);
}

.page-directory-nav {
  gap: 28px;
  min-height: 78px;
  padding: 25px 0 0;
  font-size: 15px;
}

.page-directory-nav a {
  color: #2f3d39;
}

.page-directory-nav a.is-active,
.page-directory-nav a:hover {
  color: var(--teal-dark);
}

.page-directory-nav a.is-active::after,
.page-directory-nav a:hover::after {
  transform: scaleX(1);
}

.subnav {
  display: none;
}

.case-breadcrumb {
  display: none;
}

body[data-route="/about"] .page-hero.dark {
  min-height: clamp(430px, 47vw, 620px);
  background: #17352f;
}

body[data-route="/about"] .page-hero.dark::before {
  background:
    linear-gradient(94deg, rgba(4, 70, 64, 0.88), rgba(7, 93, 85, 0.32) 46%, rgba(255, 255, 255, 0)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.26));
}

body[data-route="/about"] .page-hero.dark img {
  object-position: 62% 42%;
}

body[data-route="/about"] .about-topic-page {
  background: var(--white);
}

body[data-route="/about"] .about-topic-section {
  padding-top: clamp(80px, 8vw, 118px);
  padding-bottom: clamp(80px, 8vw, 118px);
}

body[data-route="/about"] #group-introduction {
  background:
    linear-gradient(90deg, rgba(249, 252, 251, 0.97) 0%, rgba(249, 252, 251, 0.91) 48%, rgba(242, 249, 246, 0.68) 76%, rgba(239, 248, 244, 0.54) 100%),
    url("/assets/about/about-profile-background-generated-v2.webp") center center / cover no-repeat;
}

/* 2026-09 about profile and main-directory artwork refresh */
body[data-route="/about"] .about-profile-grid {
  grid-template-columns: minmax(0, 1.16fr) minmax(390px, 0.84fr);
  gap: clamp(44px, 5vw, 72px);
  align-items: start;
}

body[data-route="/about"] .about-brand-panel {
  gap: 26px;
  justify-items: stretch;
  align-content: start;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(116, 91, 54, 0.18);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 28px 70px rgba(28, 55, 48, 0.12);
  backdrop-filter: blur(14px);
  text-align: left;
}

body[data-route="/about"] .about-brand-identity {
  display: grid;
  gap: 18px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(116, 91, 54, 0.16);
}

body[data-route="/about"] .about-brand-lockup {
  display: block;
  width: min(310px, 84%);
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

body[data-route="/about"] .about-brand-identity p {
  margin: 0;
  color: var(--wine);
  font-size: 17px;
  font-weight: 760;
  line-height: 1.75;
  text-align: center;
}

body[data-route="/about"] .about-featured-certificate {
  display: grid;
  gap: 12px;
  width: 100%;
  margin: 0;
}

body[data-route="/about"] .about-certificate-kicker {
  color: #9a651d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

body[data-route="/about"] .about-featured-certificate-frame {
  padding: 10px;
  border: 1px solid #d8b364;
  background: linear-gradient(145deg, #fffdf7, #f5ead1);
  box-shadow: inset 0 0 0 4px #fff, 0 12px 28px rgba(75, 51, 24, 0.11);
}

body[data-route="/about"] .about-featured-certificate-frame img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.502 / 1;
  object-fit: contain;
  background: #fff;
}

body[data-route="/about"] .about-featured-certificate figcaption {
  display: grid;
  gap: 3px;
}

body[data-route="/about"] .about-featured-certificate figcaption strong {
  color: var(--ink);
  font-size: 16px;
}

body[data-route="/about"] .about-featured-certificate figcaption small {
  color: var(--muted);
  font-size: 13px;
}

body[data-route="/about"] .about-certificate-item .about-honor-art {
  padding: 15px;
  border: 4px solid #68401f;
  background: linear-gradient(135deg, #70401f 0%, #c79a61 18%, #6b3c1b 40%, #d9b77d 58%, #754724 78%, #b77b43 100%);
  box-shadow: inset 0 0 0 3px #e4c58f, inset 0 0 0 8px rgba(74, 39, 16, 0.66), 0 15px 30px rgba(54, 36, 20, 0.16);
}

body[data-route="/about"] .about-certificate-item .about-honor-art span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  border: 2px solid #d7b782;
  background: #fffdf8;
}

body[data-route="/about"] .about-certificate-item figcaption {
  display: grid;
  gap: 5px;
  min-height: 68px;
  padding: 0 4px;
}

body[data-route="/about"] .about-certificate-item figcaption strong {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.45;
}

body[data-route="/about"] .about-certificate-item figcaption small {
  color: var(--muted);
  font-size: 13px;
}

body[data-route="/solutions"] .page-hero.dark img {
  object-position: 58% center;
}

body[data-route="/cases"] .page-hero.dark img {
  object-position: 60% center;
}

@media (max-width: 1040px) {
  body[data-route="/about"] .about-profile-grid {
    grid-template-columns: 1fr;
  }

  body[data-route="/about"] .about-brand-panel {
    width: min(720px, 100%);
    margin: 0 auto;
  }
}

@media (max-width: 680px) {
  body[data-route="/about"] .about-brand-panel {
    padding: 20px;
  }

  body[data-route="/about"] .about-brand-lockup {
    width: min(260px, 88%);
  }

  body[data-route="/about"] .about-brand-identity p {
    font-size: 16px;
  }

  body[data-route="/solutions"] .page-hero.dark img,
  body[data-route="/cases"] .page-hero.dark img {
    object-position: 66% center;
  }
}

/* Keep each case's complete hero photograph visible on narrow screens. */
@media (max-width: 680px) {
  body:not([data-route="/"]):not([data-route^="/en"]) .case-detail-hero {
    grid-template-rows: auto auto;
    align-items: stretch;
    padding-top: 70px;
  }

  body:not([data-route="/"]):not([data-route^="/en"]) .case-detail-hero-media {
    position: relative;
    z-index: 1;
    inset: auto;
    grid-row: 1;
    width: 100%;
    height: auto;
    max-height: 360px;
    padding: 12px;
    object-fit: contain;
    object-position: center;
    opacity: 1;
    background: rgba(255, 255, 255, 0.08);
    filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.22));
  }

  body:not([data-route="/"]):not([data-route^="/en"]) .case-detail-hero-inner {
    grid-row: 2;
    padding: 36px 0 52px;
  }
}

/* 2026-09 visual balance revision: solution scenes, project cases, contact and four-zero standard. */
.solution-application-grid-v2 .solution-application-card > img {
  display: block;
  width: 100%;
  height: clamp(210px, 18vw, 270px);
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
}

body[data-route="/solutions/livestock-nutrition"] .solution-application-grid-v2 .solution-application-card > img,
body[data-route="/solutions/environment-remediation"] .solution-application-grid-v2 .solution-application-card > img {
  height: clamp(190px, 15vw, 230px);
}

.case-detail-hero-backdrop,
.case-detail-hero-media,
.case-detail-hero-shade {
  position: absolute;
  inset: 0;
}

.case-detail-hero-backdrop {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(24px) brightness(0.48) saturate(0.8);
  transform: scale(1.08);
}

.case-detail-hero-media {
  inset: 34px 3% 34px auto;
  width: 59%;
  height: calc(100% - 68px);
  padding: 0;
  object-fit: contain;
  object-position: right center;
  filter: drop-shadow(0 24px 46px rgba(0, 0, 0, 0.28));
}

.case-detail-hero-shade {
  background:
    linear-gradient(90deg, rgba(7, 35, 32, 0.97) 0%, rgba(7, 35, 32, 0.86) 43%, rgba(7, 35, 32, 0.24) 72%, rgba(7, 35, 32, 0.08) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.34));
}

.timeline-media-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  gap: 16px;
}

.timeline-media-grid figure {
  display: grid;
  align-content: start;
  overflow: hidden;
  border-radius: 6px;
}

.timeline-media-grid figure > a {
  display: grid;
  place-items: center;
  min-height: 320px;
  padding: 10px;
  background: linear-gradient(145deg, #eef4f1, #ffffff);
}

.timeline-media-grid img {
  display: block;
  width: 100%;
  height: min(520px, 62vh);
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
}

.timeline-media-grid figcaption {
  min-height: 56px;
  border-top: 1px solid rgba(198, 211, 215, 0.72);
  background: #fff;
}

.contact-list dd a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
}

body[data-route="/contact"] .contact-list .contact-wecom {
  padding: 18px;
}

.contact-wecom dd {
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.contact-wecom img {
  display: block;
  width: 148px;
  height: 148px;
  padding: 8px;
  object-fit: contain;
  border: 1px solid rgba(25, 82, 73, 0.14);
  border-radius: 8px;
  background: #fff;
}

.contact-wecom span {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.four-zero-reference-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1fr);
  gap: clamp(44px, 7vw, 100px);
  align-items: center;
  padding: 100px max(28px, calc((100vw - var(--max)) / 2));
  background: linear-gradient(135deg, #075f4a 0%, #087d5d 100%);
  color: #fff;
}

.four-zero-reference-section figure {
  width: min(100%, 520px);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 30px 70px rgba(0, 28, 21, 0.3);
}

.four-zero-reference-section figure img {
  display: block;
  width: 100%;
  height: auto;
}

.four-zero-reference-section h2 {
  max-width: 720px;
  margin: 10px 0 22px;
  color: #fff;
  font-size: clamp(36px, 4.8vw, 62px);
  line-height: 1.15;
}

.four-zero-reference-section > div > p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  line-height: 1.9;
}

.four-zero-reference-points {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.four-zero-reference-points span {
  padding: 18px 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  font-weight: 900;
  text-align: center;
}

@media (max-width: 900px) {
  .case-detail-hero-media {
    inset: 20px 2% 20px auto;
    width: 76%;
    height: calc(100% - 40px);
    opacity: 0.68;
  }

  .four-zero-reference-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .solution-application-grid-v2 .solution-application-card > img,
  body[data-route="/solutions/livestock-nutrition"] .solution-application-grid-v2 .solution-application-card > img,
  body[data-route="/solutions/environment-remediation"] .solution-application-grid-v2 .solution-application-card > img {
    height: 220px;
  }

  .case-detail-hero-media {
    inset: 90px 0 auto;
    width: 100%;
    height: 42%;
    object-position: center;
    opacity: 0.5;
  }

  .timeline-media-grid figure > a {
    min-height: 220px;
    padding: 8px;
  }

  .timeline-media-grid img {
    height: min(430px, 58vh);
  }

  .contact-wecom dd {
    grid-template-columns: 116px minmax(0, 1fr);
  }

  .contact-wecom img {
    width: 116px;
    height: 116px;
  }

  .four-zero-reference-section {
    padding: 72px 20px;
  }

  .four-zero-reference-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

body[data-route="/about"] .about-brand-panel {
  border: 0;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: none;
}

body[data-route="/about"] .about-stat-band {
  background: var(--teal-dark);
}

body[data-route="/about"] .about-history-rail {
  gap: 0;
  padding-top: 24px;
}

body[data-route="/about"] .about-history-rail article {
  width: min(320px, 78vw);
  min-height: 230px;
  border-left: 1px solid rgba(19, 32, 29, 0.16);
  background: transparent;
}

body[data-route="/about"] .about-history-rail article::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  margin: -30px 0 22px;
  background: var(--teal-dark);
}

body[data-route="/about"] .about-culture-section,
body[data-route="/about"] .about-party-section {
  padding-top: 0;
  padding-bottom: 0;
}

body[data-route="/about"] .about-culture-poster,
body[data-route="/about"] .about-party-poster {
  min-height: clamp(560px, 66vw, 760px);
}

body[data-route="/about"] .about-expert-rail article {
  border: 0;
  background: transparent;
}

body[data-route="/about"] .about-expert-rail img {
  border-color: var(--teal-dark);
}

@media (max-width: 760px) {
  body[data-route="/"] .site-header,
  body:not([data-route^="/en"]) .site-header {
    min-height: 70px;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    box-sizing: border-box;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  body:not([data-route^="/en"]) .brand {
    flex: 0 0 auto;
  }

  body:not([data-route^="/en"]) .main-nav {
    margin-left: 0;
  }

  body:not([data-route^="/en"]) .main-nav:not(.is-open) {
    display: none;
  }

  body:not([data-route^="/en"]) .menu-toggle,
  body[data-route="/"] .menu-toggle {
    position: fixed;
    top: 10px;
    right: 20px;
    z-index: 90;
    display: grid !important;
    place-content: center;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    margin-left: 0;
    background: var(--amber);
  }

  .home-hero {
    min-height: 760px;
    height: 760px;
  }

  .home-hero-slide {
    padding-top: 126px;
  }

  .home-hero-content {
    width: 100%;
    max-width: calc(100vw - 48px);
  }

  .home-hero h1 {
    max-width: 100%;
    font-size: 32px;
    line-height: 1.18;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .home-hero h1 span {
    white-space: normal;
  }

  .home-hero h1 .home-mobile-break {
    display: block;
    height: 0;
  }

  .home-hero-controls {
    bottom: 28px;
  }

  body:not([data-route="/"]):not([data-route^="/en"]) .page-hero.dark {
    min-height: 340px;
    padding-top: 118px;
    padding-bottom: 54px;
  }

  body:not([data-route="/"]):not([data-route^="/en"]) .page-hero.dark .page-hero-content {
    max-width: calc(100vw - 48px);
  }

  body:not([data-route="/"]):not([data-route^="/en"]) .page-hero-en {
    max-width: 100%;
    font-size: 32px;
    line-height: 1.08;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  body:not([data-route="/"]):not([data-route^="/en"]) .page-hero h1 {
    max-width: 100%;
    font-size: 24px;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .page-directory {
    background: var(--white);
  }

  .page-directory-inner {
    padding-right: 20px;
    padding-left: 20px;
  }

  .page-directory-nav {
    min-height: 62px;
    padding-top: 18px;
  }
}

/* Final reference alignment for homepage header, hero, directory and product showcase. */
.brand {
  min-width: 0;
}

.brand .brand-logo {
  display: block;
  width: 154px;
  height: auto;
  object-fit: contain;
  filter: none !important;
}

.brand-logo-white {
  display: none !important;
}

body:not([data-route^="/en"]) .brand-logo-color {
  display: none !important;
}

body:not([data-route^="/en"]) .brand-logo-white {
  display: block !important;
}

body:not([data-route^="/en"]) .brand .brand-logo {
  width: 154px !important;
  height: auto !important;
  filter: none !important;
}

body:not([data-route^="/en"]) .site-header {
  height: 88px;
  min-height: 88px;
  padding: 0 0 0 clamp(42px, 5.4vw, 112px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, rgba(9, 43, 37, 0.52), rgba(9, 43, 37, 0.08));
}

body:not([data-route^="/en"]) .brand {
  flex: 0 0 174px;
}

body:not([data-route^="/en"]) .main-nav {
  align-items: stretch;
  gap: 0;
  height: 88px;
  margin-left: auto;
  margin-right: 22px;
  padding-right: 0;
}

.main-nav .nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
  height: 100%;
}

body:not([data-route^="/en"]) .main-nav > a,
body:not([data-route^="/en"]) .main-nav .nav-item > a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 20px;
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
}

body:not([data-route^="/en"]) .main-nav > a:not(.nav-pill)::after,
body:not([data-route^="/en"]) .main-nav .nav-item > a::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 19px;
  left: 20px;
  height: 2px;
  background: var(--amber);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

body:not([data-route^="/en"]) .main-nav > a:hover::after,
body:not([data-route^="/en"]) .main-nav > a.is-active::after,
body:not([data-route^="/en"]) .main-nav .nav-item:hover > a::after,
body:not([data-route^="/en"]) .main-nav .nav-item > a.is-active::after {
  transform: scaleX(1);
}

body:not([data-route^="/en"]) .main-nav .nav-pill {
  height: 44px;
  margin: auto 0 auto 16px;
  padding: 0 20px;
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font-size: 16px;
}

.nav-submenu {
  position: absolute;
  top: 88px;
  left: 50%;
  z-index: 70;
  width: 164px;
  padding: 0;
  border: 1px solid rgba(11, 48, 43, 0.12);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(6, 32, 28, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.has-submenu:hover .nav-submenu,
.has-submenu:focus-within .nav-submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

body:not([data-route^="/en"]) .nav-submenu a {
  display: block;
  height: auto;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(11, 48, 43, 0.1);
  color: #253a35;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

body:not([data-route^="/en"]) .nav-submenu a:last-child {
  border-bottom: 0;
}

body:not([data-route^="/en"]) .nav-submenu a:hover {
  background: #f1f6f3;
  color: var(--teal-dark);
}

body:not([data-route^="/en"]) .menu-toggle {
  flex: 0 0 88px;
  width: 88px;
  height: 88px;
  background: var(--amber);
}

body[data-route="/"] .home-hero-slide {
  align-items: center;
  padding: 132px clamp(40px, 5vw, 112px) 122px clamp(72px, 7.2vw, 148px);
}

body[data-route="/"] .home-hero-content {
  width: min(930px, 56vw);
  max-width: none;
  margin: 0;
  transform: translateY(28px);
}

body[data-route="/"] .home-hero h1 {
  max-width: 940px;
  font-size: clamp(58px, 4.65vw, 86px);
  line-height: 1.12;
  font-weight: 900;
}

body[data-route="/"] .home-hero p {
  max-width: 680px;
  margin-top: 24px;
  font-size: clamp(18px, 1.45vw, 24px);
  line-height: 1.65;
}

body[data-route="/"] .home-hero .hero-actions {
  margin-top: 38px;
}

body[data-route="/"] .home-hero .btn {
  min-width: 164px;
  min-height: 56px;
  padding: 0 30px;
  font-size: 16px;
}

body[data-route="/"] .home-hero-controls {
  left: clamp(72px, 7.2vw, 148px);
  right: auto;
  bottom: 42px;
  max-width: 330px;
}

body[data-route="/"] .home-hero-dots {
  max-width: 310px;
}

body[data-route="/"] .home-hero-dots button {
  min-width: 64px;
}

body[data-route="/"] .scenario-showcase {
  min-height: 100vh;
  padding: clamp(76px, 7.6vw, 116px) 0 0;
  background: linear-gradient(180deg, #aab6c3 0%, #c4ced8 52%, #d8e0e7 100%);
  color: var(--white);
}

body[data-route="/"] .scenario-stage {
  display: grid;
  grid-template-columns: minmax(360px, 0.72fr) minmax(0, 1.44fr);
  gap: clamp(26px, 4vw, 76px);
  width: 100%;
  max-width: none;
  min-height: calc(100vh - 228px);
  margin: 0;
  padding: 0 0 140px clamp(72px, 7.2vw, 148px);
}

body[data-route="/"] .scenario-detail,
body[data-route="/"] .scenario-visual {
  min-height: 620px;
}

body[data-route="/"] .scenario-detail {
  position: relative;
  z-index: 3;
  order: 1;
  display: block;
  padding-top: 0;
}

body[data-route="/"] .scenario-section-title {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 8px;
  margin: 0 0 80px;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(32px, 3.2vw, 48px);
  font-weight: 500;
  line-height: 1.16;
}

body[data-route="/"] .scenario-detail-panel {
  top: clamp(148px, 17vw, 238px);
  bottom: auto;
  justify-content: flex-start;
  min-height: 360px;
  padding: 0;
}

body[data-route="/"] .scenario-detail-panel .eyebrow {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(24px, 2.1vw, 34px);
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

body[data-route="/"] .scenario-detail-panel h2 {
  display: inline;
  width: fit-content;
  margin: 0;
  border-bottom: 3px solid rgba(255, 255, 255, 0.88);
  color: var(--white);
  font-size: clamp(40px, 4.2vw, 64px);
  line-height: 1.14;
  font-weight: 900;
}

body[data-route="/"] .scenario-detail-panel > p:not(.eyebrow) {
  max-width: 650px;
  margin-top: 32px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.95;
}

body[data-route="/"] .scenario-detail-panel .detail-list {
  display: none;
}

body[data-route="/"] .scenario-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-width: 154px;
  min-height: 56px;
  margin-top: 54px;
  background: var(--teal-dark);
  color: var(--white);
  font-size: 16px;
  font-weight: 800;
}

body[data-route="/"] .scenario-more:hover {
  background: var(--amber);
}

body[data-route="/"] .scenario-visual {
  position: relative;
  z-index: 2;
  order: 2;
  display: grid;
  align-items: center;
  min-height: 620px;
  overflow: visible;
}

body[data-route="/"] .scenario-visual-panel {
  justify-content: flex-end;
  padding-right: clamp(0px, 2vw, 38px);
}

body[data-route="/"] .scenario-visual-panel img {
  width: auto;
  max-width: min(58vw, 940px);
  max-height: min(70vh, 660px);
  object-fit: contain;
  filter: drop-shadow(0 34px 52px rgba(25, 45, 52, 0.22));
}

body[data-route="/"] .scenario-visual-panel.is-multi img {
  max-width: min(25vw, 390px);
}

body[data-route="/"] .scenario-visual-panel[data-scenario-panel="health"] {
  justify-content: center;
  gap: 30px;
}

body[data-route="/"] .scenario-visual-panel[data-scenario-panel="health"] img {
  width: min(30vw, 390px);
  max-height: 570px;
}

body[data-route="/"] .scenario-switcher {
  position: absolute;
  right: clamp(130px, 14vw, 300px);
  bottom: 46px;
  left: clamp(130px, 14vw, 300px);
  z-index: 4;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  max-width: none;
  margin: 0;
  border-top: 2px solid rgba(255, 255, 255, 0.82);
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  background: transparent;
}

body[data-route="/"] .scenario-switch {
  min-height: 78px;
  padding: 24px 26px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.34);
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
}

body[data-route="/"] .scenario-switch:last-child {
  border-right: 0;
}

body[data-route="/"] .scenario-switch strong {
  color: inherit;
  font-size: 18px;
  font-weight: 900;
}

body[data-route="/"] .scenario-switch.is-active {
  color: var(--teal-dark);
}

body[data-route="/"] .scenario-switch.is-active::before {
  top: -2px;
  bottom: auto;
  height: 3px;
  background: var(--amber);
}

.scenario-arrows {
  position: absolute;
  right: clamp(58px, 4vw, 96px);
  bottom: 124px;
  z-index: 5;
  display: flex;
  gap: 18px;
}

.scenario-arrows button {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #42524d;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(35, 55, 62, 0.12);
}

.scenario-arrows button:hover {
  background: var(--teal-dark);
  color: var(--white);
}

.page-directory-nav {
  gap: clamp(30px, 3.2vw, 54px);
  min-height: 92px;
  padding-top: 31px;
  font-size: 17px;
  font-weight: 800;
}

.page-crumbs {
  font-size: 15px;
  font-weight: 700;
}

@media (max-width: 1180px) {
  body:not([data-route^="/en"]) .brand {
    flex-basis: 150px;
  }

  .brand .brand-logo {
    width: 138px;
  }

  body:not([data-route^="/en"]) .brand .brand-logo {
    width: 138px !important;
  }

  body:not([data-route^="/en"]) .main-nav > a,
  body:not([data-route^="/en"]) .main-nav .nav-item > a {
    padding-right: 13px;
    padding-left: 13px;
    font-size: 14px;
  }

  body[data-route="/"] .home-hero-content {
    width: min(820px, 68vw);
  }

  body[data-route="/"] .scenario-stage {
    grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1.14fr);
  }
}

@media (max-width: 760px) {
  body:not([data-route^="/en"]) .site-header {
    height: 70px;
    min-height: 70px;
    padding-left: 20px;
  }

  body:not([data-route^="/en"]) .brand {
    flex-basis: auto;
  }

  .brand .brand-logo {
    width: 116px;
  }

  body:not([data-route^="/en"]) .brand .brand-logo {
    width: 116px !important;
  }

  body:not([data-route^="/en"]) .menu-toggle,
  body[data-route="/"] .menu-toggle {
    top: 10px;
    right: 20px;
    width: 52px;
    height: 52px;
  }

  body:not([data-route^="/en"]) .main-nav {
    height: auto;
  }

  body:not([data-route^="/en"]) .main-nav.is-open {
    display: grid;
    align-content: start;
    gap: 0;
    padding-top: 86px;
    overflow-y: auto;
  }

  body:not([data-route^="/en"]) .main-nav.is-open > a,
  body:not([data-route^="/en"]) .main-nav.is-open .nav-item > a {
    height: auto;
    padding: 16px 0;
    font-size: 18px;
  }

  body:not([data-route^="/en"]) .main-nav.is-open .nav-item {
    display: grid;
  }

  .main-nav.is-open .nav-submenu {
    position: static;
    width: 100%;
    border: 0;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  body:not([data-route^="/en"]) .main-nav.is-open .nav-submenu a {
    padding: 12px 16px;
    color: rgba(255, 255, 255, 0.88);
    text-align: left;
  }

  body[data-route="/"] .home-hero-slide {
    padding: 118px 24px 104px;
  }

  body[data-route="/"] .home-hero-content {
    width: 100%;
    max-width: none;
    transform: translateY(8px);
  }

  body[data-route="/"] .home-hero h1 {
    font-size: clamp(36px, 10.4vw, 48px);
    line-height: 1.16;
  }

  body[data-route="/"] .home-hero p {
    max-width: 96%;
    font-size: 16px;
  }

  body[data-route="/"] .home-hero-controls {
    left: 24px;
    bottom: 28px;
  }

  body[data-route="/"] .scenario-showcase {
    min-height: auto;
    padding-top: 64px;
  }

  body[data-route="/"] .scenario-stage {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 0 24px 128px;
  }

  body[data-route="/"] .scenario-detail,
  body[data-route="/"] .scenario-visual {
    min-height: 0;
  }

  body[data-route="/"] .scenario-section-title {
    margin-bottom: 28px;
    font-size: 30px;
  }

  body[data-route="/"] .scenario-detail-panel {
    position: relative;
    top: auto;
    display: none;
    min-height: 0;
  }

  body[data-route="/"] .scenario-detail-panel.is-active {
    display: flex;
  }

  body[data-route="/"] .scenario-detail-panel .eyebrow {
    font-size: 22px;
  }

  body[data-route="/"] .scenario-detail-panel h2 {
    font-size: 36px;
  }

  body[data-route="/"] .scenario-more {
    margin-top: 28px;
  }

  body[data-route="/"] .scenario-visual {
    order: 1;
  }

  body[data-route="/"] .scenario-detail {
    order: 2;
  }

  body[data-route="/"] .scenario-visual-panel {
    position: relative;
    display: none;
    padding-right: 0;
  }

  body[data-route="/"] .scenario-visual-panel.is-active {
    display: flex;
  }

  body[data-route="/"] .scenario-visual-panel img,
  body[data-route="/"] .scenario-visual-panel[data-scenario-panel="health"] img {
    width: auto;
    max-width: 94vw;
    max-height: 300px;
  }

  body[data-route="/"] .scenario-visual-panel.is-multi img {
    max-width: 43vw;
    max-height: 260px;
  }

  body[data-route="/"] .scenario-switcher {
    right: 24px;
    bottom: 28px;
    left: 24px;
    display: flex;
    overflow-x: auto;
  }

  body[data-route="/"] .scenario-switch {
    flex: 0 0 168px;
    min-height: 68px;
    padding: 20px 16px 0;
  }

  .scenario-arrows {
    right: 24px;
    bottom: 108px;
  }

  .scenario-arrows button {
    width: 42px;
    height: 42px;
  }

  .page-directory-nav {
    gap: 24px;
    min-height: 74px;
    padding-top: 22px;
    font-size: 16px;
  }
}

/* Final homepage overrides: keep after responsive blocks so the new homepage wins. */
body[data-route="/"] .case-showcase {
  min-height: 100vh;
  padding: 0;
  background: #082c28;
  color: var(--white);
}

body[data-route="/"] .case-showcase::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(4, 43, 39, 0.93) 0%, rgba(5, 64, 58, 0.72) 46%, rgba(4, 43, 39, 0.34) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.54));
  pointer-events: none;
}

body[data-route="/"] .case-showcase-visual {
  position: absolute;
  inset: 0;
  min-height: 0;
}

body[data-route="/"] .case-visual-panel {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 560ms ease, transform 900ms ease;
}

body[data-route="/"] .case-visual-panel.is-active {
  opacity: 1;
  transform: scale(1);
}

body[data-route="/"] .case-visual-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.62;
  -webkit-mask-image: none;
  mask-image: none;
}

body[data-route="/"] .case-showcase-main {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.08fr);
  gap: clamp(64px, 8vw, 150px);
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 100vh;
  margin: 0;
  padding: clamp(92px, 9vw, 148px) clamp(72px, 7.2vw, 148px);
}

body[data-route="/"] .case-switcher {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(26px, 4vw, 54px);
  max-width: none;
  min-height: 0;
  margin: 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
}

body[data-route="/"] .case-switch {
  justify-content: flex-start;
  gap: 18px;
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.62);
  text-align: left;
}

body[data-route="/"] .case-switch::after {
  display: none;
}

body[data-route="/"] .case-switch .case-icon {
  width: 38px;
  height: 38px;
  opacity: 0.72;
}

body[data-route="/"] .case-switch span {
  color: inherit;
  font-size: clamp(40px, 4vw, 62px);
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.48);
}

body[data-route="/"] .case-switch.is-active {
  background: transparent;
  color: var(--white);
}

body[data-route="/"] .case-switch.is-active .case-icon {
  color: var(--amber);
  opacity: 1;
}

body[data-route="/"] .case-switch.is-active span {
  -webkit-text-stroke: 0;
}

body[data-route="/"] .case-showcase-copy {
  position: relative;
  min-height: 520px;
}

body[data-route="/"] .case-copy-panel {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transform: translateX(28px);
  transition: opacity 260ms ease, transform 260ms ease;
}

body[data-route="/"] .case-copy-panel.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

body[data-route="/"] .case-copy-panel .eyebrow {
  color: var(--amber);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
}

body[data-route="/"] .case-copy-panel h2 {
  max-width: 720px;
  margin: 0;
  padding-bottom: 0;
  color: var(--white);
  font-size: clamp(34px, 3.2vw, 52px);
  line-height: 1.16;
}

body[data-route="/"] .case-copy-panel h2::after {
  display: none;
}

body[data-route="/"] .case-copy-panel p:not(.eyebrow) {
  max-width: 760px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.9;
}

body[data-route="/"] .case-copy-panel .case-category-panel {
  position: relative;
  inset: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
  opacity: 1;
  pointer-events: auto;
  transform: none;
  transition: none;
}

body[data-route="/"] .case-category {
  min-height: 122px;
  align-items: flex-start;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  backdrop-filter: blur(10px);
}

body[data-route="/"] .case-category:hover,
body[data-route="/"] .case-category:focus-visible {
  border-color: rgba(200, 101, 29, 0.72);
  background: rgba(200, 101, 29, 0.18);
  color: var(--white);
}

body[data-route="/"] .case-category .case-icon {
  width: 34px;
  height: 34px;
  color: var(--amber);
}

body[data-route="/"] .case-category span {
  display: grid;
  gap: 8px;
}

body[data-route="/"] .case-category strong {
  font-size: 18px;
  line-height: 1.25;
}

body[data-route="/"] .case-category small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.65;
  font-weight: 500;
}

body[data-route="/"] .case-more {
  width: fit-content;
  min-width: 150px;
  min-height: 54px;
  margin-top: 34px;
  padding: 0 24px;
  border-bottom: 0;
  background: var(--white);
  color: var(--teal-dark);
}

body[data-route="/"] .case-more:hover,
body[data-route="/"] .case-more:focus-visible {
  background: var(--amber);
  color: var(--white);
}

.site-footer {
  display: block;
  padding: 0;
  background: #0f1816;
  color: var(--white);
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(210px, 0.72fr) minmax(0, 1.34fr) minmax(300px, 0.72fr);
  gap: clamp(36px, 5vw, 76px);
  align-items: start;
  max-width: var(--max);
  margin: 0 auto;
  padding: 58px 24px 34px;
}

.footer-brand img {
  width: min(190px, 58vw);
  height: auto;
}

.footer-brand p {
  max-width: 300px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.8;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(5, minmax(96px, 1fr));
  gap: 24px;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-column h2 {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.98);
  font-size: 15px;
  line-height: 1.3;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.45;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--amber);
}

.footer-contact {
  display: grid;
  justify-items: start;
  gap: 14px;
  padding-left: 34px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-contact span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.footer-contact strong {
  color: var(--white);
  font-size: clamp(26px, 2.2vw, 34px);
  line-height: 1;
  white-space: nowrap;
}

.footer-contact p {
  max-width: 250px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.75;
}

.site-footer .footer-qr {
  width: min(150px, 46vw);
  height: auto;
  padding: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.44);
  font-size: 12px;
}

@media (max-width: 1120px) {
  body[data-route="/"] .case-showcase-main {
    grid-template-columns: 1fr;
    gap: 42px;
    align-content: center;
  }

  body[data-route="/"] .case-switcher {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  body[data-route="/"] .case-switch {
    justify-content: center;
  }

  body[data-route="/"] .case-switch span {
    font-size: clamp(28px, 4.8vw, 44px);
  }

  body[data-route="/"] .case-showcase-copy {
    min-height: 500px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-contact {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 760px) {
  body[data-route="/"] .case-showcase-main {
    min-height: auto;
    padding: 86px 24px 96px;
  }

  body[data-route="/"] .case-switcher {
    grid-template-columns: 1fr;
  }

  body[data-route="/"] .case-switch {
    justify-content: flex-start;
  }

  body[data-route="/"] .case-switch .case-icon {
    width: 30px;
    height: 30px;
  }

  body[data-route="/"] .case-switch span {
    font-size: 34px;
  }

  body[data-route="/"] .case-showcase-copy {
    min-height: 720px;
  }

  body[data-route="/"] .case-copy-panel {
    justify-content: flex-start;
  }

  body[data-route="/"] .case-copy-panel .case-category-panel {
    grid-template-columns: 1fr;
  }

  body[data-route="/"] .case-category {
    min-height: 112px;
  }

  .footer-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-bottom {
    display: grid;
    justify-content: start;
  }
}

/* Current refinement overrides. Keep at the end to win over earlier homepage/page iterations. */
body:is([data-route="/solutions"], [data-route="/cases"], [data-route="/technology"], [data-route="/news"]) .page-hero.dark,
body[data-route="/about"] .page-hero.dark {
  display: flex;
  align-items: flex-end;
  min-height: clamp(430px, 47vw, 620px);
  padding-top: 154px;
  padding-bottom: clamp(68px, 7.5vw, 104px);
}

body:is([data-route="/solutions"], [data-route="/cases"], [data-route="/technology"], [data-route="/news"]) .page-hero.dark::before {
  background:
    linear-gradient(94deg, rgba(4, 70, 64, 0.88), rgba(7, 93, 85, 0.32) 46%, rgba(255, 255, 255, 0)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.28));
}

body:is([data-route="/solutions"], [data-route="/cases"], [data-route="/technology"], [data-route="/news"]) .page-hero.dark .page-hero-content,
body[data-route="/about"] .page-hero.dark .page-hero-content {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: 0;
}

body:is([data-route="/solutions"], [data-route="/cases"], [data-route="/technology"], [data-route="/news"]) .page-hero-en,
body[data-route="/about"] .page-hero-en {
  margin: 0 0 9px;
  font-size: clamp(48px, 5.5vw, 78px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
}

body:is([data-route="/solutions"], [data-route="/cases"], [data-route="/technology"], [data-route="/news"]) .page-hero h1,
body[data-route="/about"] .page-hero h1 {
  margin: 0;
  font-size: clamp(29px, 3vw, 44px);
  line-height: 1.12;
}

body[data-route="/"] .scenario-visual-panel[data-scenario-panel="health"] {
  gap: 0;
}

body[data-route="/"] .scenario-visual-panel[data-scenario-panel="health"] img {
  width: min(48vw, 720px);
  max-width: 92%;
  max-height: 560px;
  border: 0;
  background: transparent;
  object-fit: contain;
}

body[data-route="/"] .case-section-title {
  position: absolute;
  top: clamp(72px, 7vw, 110px);
  left: clamp(72px, 7.2vw, 148px);
  z-index: 3;
  color: var(--white);
  font-size: clamp(34px, 3.2vw, 52px);
  font-weight: 800;
  line-height: 1.1;
}

body[data-route="/"] .news-showcase {
  padding: clamp(84px, 8vw, 126px) clamp(24px, 4vw, 56px) clamp(100px, 9vw, 142px);
  background: #ffffff;
}

.news-showcase-head {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: flex-start;
  max-width: var(--max);
  margin: 0 auto 64px;
}

.news-showcase-head h2 {
  display: grid;
  gap: 8px;
  margin: 0;
  color: #111c19;
  font-size: clamp(34px, 3.8vw, 56px);
  line-height: 1.12;
}

.news-showcase-head h2 span {
  display: block;
}

.news-head-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 152px;
  min-height: 54px;
  margin-top: 12px;
  background: var(--teal-dark);
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
}

body[data-route="/"] .news-card-row {
  display: grid;
  grid-template-columns: minmax(260px, 0.96fr) minmax(330px, 1.55fr) repeat(2, minmax(210px, 0.92fr));
  max-width: var(--max);
  min-height: 360px;
  margin: 0 auto;
  border: 1px solid #e3e9e6;
  box-shadow: none;
}

body[data-route="/"] .news-card,
body[data-route="/"] .news-card-media {
  min-height: 360px;
  border-right: 1px solid #e3e9e6;
  background: var(--white);
}

body[data-route="/"] .news-card:last-child {
  border-right: 0;
}

body[data-route="/"] .news-card {
  padding: 50px 38px 34px;
  cursor: default;
}

body[data-route="/"] .news-card::before,
body[data-route="/"] .news-card > img {
  display: none;
}

body[data-route="/"] .news-card-primary {
  background: var(--teal-dark);
  color: var(--white);
}

body[data-route="/"] .news-card-primary .news-date,
body[data-route="/"] .news-card-primary .news-date span,
body[data-route="/"] .news-card-primary h3,
body[data-route="/"] .news-card-primary p {
  color: rgba(255, 255, 255, 0.92);
}

body[data-route="/"] .news-card-media {
  display: block;
  overflow: hidden;
}

body[data-route="/"] .news-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 360ms ease;
}

body[data-route="/"] .news-card-media:hover img,
body[data-route="/"] .news-card-media:focus-visible img {
  transform: scale(1.04);
}

body[data-route="/"] .news-date {
  display: grid;
  gap: 4px;
  color: #a9b3af;
}

body[data-route="/"] .news-date strong {
  font-size: clamp(42px, 3.8vw, 64px);
  font-weight: 900;
  line-height: 0.95;
}

body[data-route="/"] .news-date span {
  color: #c1c9c6;
  font-size: 13px;
}

body[data-route="/"] .news-card h3 {
  margin-top: 22px;
  color: #16211e;
  font-size: clamp(20px, 1.55vw, 26px);
  line-height: 1.38;
}

body[data-route="/"] .news-card p {
  margin-top: 18px;
  color: #6a7774;
  font-size: 14px;
  line-height: 1.8;
}

body[data-route="/"] .news-arrow {
  top: auto;
  right: auto;
  bottom: 34px;
  left: 38px;
  width: 44px;
  height: 44px;
  border-color: rgba(7, 93, 85, 0.18);
  color: var(--teal-dark);
  font-size: 26px;
}

body[data-route="/"] .news-card-primary .news-arrow {
  border-color: rgba(255, 255, 255, 0.55);
  color: var(--white);
}

.news-archive-band {
  padding-top: clamp(72px, 7vw, 112px);
  padding-bottom: clamp(92px, 8vw, 128px);
  background: var(--white);
}

.news-list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: var(--max);
  margin: 0 auto;
  border-top: 1px solid #e2e9e6;
  border-left: 1px solid #e2e9e6;
}

.news-list-card {
  display: grid;
  grid-template-rows: 220px minmax(260px, auto);
  min-height: 480px;
  border-right: 1px solid #e2e9e6;
  border-bottom: 1px solid #e2e9e6;
  background: #ffffff;
}

.news-list-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-list-card > div {
  display: grid;
  align-content: start;
  padding: 32px;
}

.news-list-card time {
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 900;
}

.news-list-card h3 {
  margin: 16px 0 0;
  color: #17231f;
  font-size: clamp(21px, 1.8vw, 28px);
  line-height: 1.36;
}

.news-list-card p {
  margin: 18px 0 0;
  color: #6c7875;
  font-size: 14px;
  line-height: 1.82;
}

.news-list-card .tag {
  width: fit-content;
  margin-top: 26px;
}

.news-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  width: min(100% - 48px, var(--max));
  margin: 48px auto 0;
}

.news-pagination a {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid #d6e2de;
  color: var(--teal-dark);
  font-size: 14px;
  font-weight: 800;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.news-pagination a:hover,
.news-pagination a.is-active {
  border-color: var(--teal);
  background: var(--teal);
  color: var(--white);
}

.solution-category-index {
  display: flex;
  gap: 0;
  min-height: clamp(640px, 78vh, 820px);
  padding: 0;
  background: #082c28;
  color: var(--white);
}

.solution-category-card {
  position: relative;
  overflow: hidden;
  display: block;
  flex: 1 1 0;
  min-width: 0;
  min-height: clamp(640px, 78vh, 820px);
  margin: 0;
  border: 0;
  background: #103a34;
  color: var(--white);
  box-shadow: none;
  cursor: pointer;
  transition: flex 340ms ease, filter 260ms ease;
}

.solution-category-card.is-active {
  flex: 2.35 1 0;
}

.solution-category-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.68;
  filter: saturate(1.02) contrast(1.04);
  transform: scale(1.04);
  transition: transform 560ms ease, opacity 260ms ease;
}

.solution-category-card.is-active > img {
  opacity: 0.88;
  transform: scale(1);
}

.solution-category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 50, 45, 0.9), rgba(5, 50, 45, 0.48) 54%, rgba(5, 50, 45, 0.22)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.5));
}

.solution-category-card:not(.is-active)::before {
  background: rgba(8, 38, 35, 0.68);
}

.solution-category-copy {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  min-height: 100%;
  max-width: 680px;
  padding: clamp(72px, 6.5vw, 120px);
  opacity: 0;
  pointer-events: none;
  transform: translateX(32px);
  transition: opacity 240ms ease, transform 260ms ease;
}

.solution-category-card.is-active .solution-category-copy {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.solution-category-copy h2 {
  color: var(--white);
  font-size: clamp(40px, 5vw, 76px);
}

.solution-category-copy > p:not(.eyebrow),
.solution-category-copy .detail-list li {
  color: rgba(255, 255, 255, 0.82);
}

.solution-category-copy .detail-list li::before {
  background: var(--amber);
}

.solution-category-copy .solution-chip-row span {
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
}

.solution-category-copy .case-more {
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.solution-category-brief {
  position: absolute;
  inset: auto 28px 58px;
  z-index: 2;
  display: grid;
  gap: 14px;
  justify-items: center;
  color: var(--white);
  text-align: center;
  transition: opacity 200ms ease, transform 220ms ease;
}

.solution-category-card.is-active .solution-category-brief {
  opacity: 0;
  transform: translateY(20px);
}

.solution-category-brief span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  font-weight: 900;
}

.solution-category-brief strong {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: clamp(28px, 2.8vw, 42px);
  line-height: 1.1;
  letter-spacing: 0;
}

.technology-band {
  padding: 0;
  background: var(--white);
}

.technology-stripe-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.technology-stripe-list .technology-window-card {
  min-height: clamp(340px, 42vw, 500px);
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: none;
  text-align: center;
}

.technology-stripe-list .technology-window-card::before {
  background:
    linear-gradient(90deg, rgba(4, 56, 52, 0.86), rgba(7, 93, 85, 0.58) 50%, rgba(4, 56, 52, 0.86)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.42));
}

.technology-stripe-list .technology-window-card div {
  justify-items: center;
  max-width: 820px;
  margin: 0 auto;
  padding: 48px 24px;
}

.technology-stripe-list .technology-window-card span {
  color: var(--amber);
}

.technology-stripe-list .technology-window-card strong {
  margin-left: auto;
  margin-right: auto;
}

.footer-qr-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: flex-start;
}

.site-footer .footer-qr {
  width: min(108px, 30vw);
  padding: 0;
  background: transparent;
  box-shadow: none;
}

body[data-route="/"] .scenario-stage {
  grid-template-columns: minmax(360px, 0.76fr) minmax(0, 1.24fr);
  gap: clamp(24px, 3.2vw, 60px);
}

body[data-route="/"] .scenario-visual-panel {
  justify-content: center;
  padding-right: clamp(62px, 7vw, 138px);
  box-sizing: border-box;
}

body[data-route="/"] .scenario-visual-panel img {
  max-width: min(50vw, 780px);
}

body[data-route="/"] .scenario-visual-panel[data-scenario-panel="health"] img {
  width: min(43vw, 650px);
  max-width: 88%;
  max-height: 560px;
}

@media (max-width: 1120px) {
  body[data-route="/"] .news-card-row,
  .news-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-route="/"] .news-card-media {
    order: -1;
  }

  .solution-category-index {
    display: grid;
    min-height: auto;
  }

  .solution-category-card,
  .solution-category-card.is-active {
    flex: none;
    min-height: 520px;
  }

  .solution-category-copy {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .solution-category-brief {
    display: none;
  }
}

@media (max-width: 760px) {
  body:is([data-route="/solutions"], [data-route="/cases"], [data-route="/technology"], [data-route="/news"], [data-route="/about"]) .page-hero.dark {
    min-height: 360px;
    padding-top: 118px;
    padding-bottom: 54px;
  }

  body:is([data-route="/solutions"], [data-route="/cases"], [data-route="/technology"], [data-route="/news"], [data-route="/about"]) .page-hero-en {
    font-size: clamp(38px, 12vw, 54px);
  }

  body[data-route="/"] .scenario-visual-panel[data-scenario-panel="health"] img {
    max-height: 340px;
  }

  body[data-route="/"] .case-section-title {
    position: relative;
    top: auto;
    left: auto;
    padding: 72px 24px 0;
  }

  body[data-route="/"] .case-showcase-main {
    padding-top: 40px;
  }

  .news-showcase-head {
    display: grid;
    margin-bottom: 36px;
  }

  body[data-route="/"] .news-card-row,
  .news-list-grid {
    grid-template-columns: 1fr;
  }

  body[data-route="/"] .news-card,
  body[data-route="/"] .news-card-media {
    min-height: 300px;
  }

  .news-list-card {
    min-height: auto;
    grid-template-rows: 210px auto;
  }

  .solution-category-copy {
    padding: 58px 24px;
  }

  .solution-category-copy h2 {
    font-size: 42px;
  }
}

/* Final pass: requested homepage/news, deeper page heroes and solution index polish. */
.nav-submenu {
  width: max-content;
  min-width: 178px;
  max-width: 260px;
}

body:not([data-route^="/en"]) .nav-submenu a {
  padding: 17px 22px;
  white-space: nowrap;
}

body:not([data-route="/"]):not([data-route^="/en"]) .page-hero.dark {
  display: flex;
  align-items: flex-end;
  min-height: clamp(430px, 47vw, 620px);
  padding-top: 154px;
  padding-bottom: clamp(68px, 7.5vw, 104px);
}

body:not([data-route="/"]):not([data-route^="/en"]) .page-hero.dark::before {
  background:
    linear-gradient(94deg, rgba(4, 70, 64, 0.88), rgba(7, 93, 85, 0.34) 46%, rgba(255, 255, 255, 0)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.3));
}

body:not([data-route="/"]):not([data-route^="/en"]) .page-hero.dark img {
  object-position: center;
}

body:not([data-route="/"]):not([data-route^="/en"]) .page-hero.dark .page-hero-content {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: 0;
}

body:not([data-route="/"]):not([data-route^="/en"]) .page-hero-en {
  margin: 0 0 9px;
  font-size: clamp(48px, 5.5vw, 78px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
}

body:not([data-route="/"]):not([data-route^="/en"]) .page-hero h1 {
  margin: 0;
  font-size: clamp(29px, 3vw, 44px);
  line-height: 1.12;
}

body[data-route="/"] .news-showcase {
  padding: clamp(84px, 8vw, 126px) 0 clamp(100px, 9vw, 142px);
}

body[data-route="/"] .news-showcase-head {
  width: min(1520px, calc(100vw - 120px));
  max-width: none;
  margin-bottom: 64px;
}

body[data-route="/"] .news-card-row {
  display: grid;
  grid-template-columns: minmax(185px, 0.86fr) minmax(320px, 1.42fr) repeat(3, minmax(165px, 0.78fr));
  width: min(1520px, calc(100vw - 120px));
  max-width: none;
  min-height: clamp(348px, 25vw, 392px);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #e2e9e6;
  background: #ffffff;
}

body[data-route="/"] .news-card,
body[data-route="/"] .news-card-media {
  position: relative;
  min-height: clamp(348px, 25vw, 392px);
  border-right: 1px solid #e2e9e6;
  background: #ffffff;
}

body[data-route="/"] .news-card {
  display: grid;
  align-content: start;
  padding: clamp(34px, 3.1vw, 52px) clamp(24px, 2.1vw, 38px) 34px;
  cursor: pointer;
  transition: background 220ms ease, color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

body[data-route="/"] .news-card:focus {
  outline: none;
}

body[data-route="/"] .news-card:not(.is-featured):hover,
body[data-route="/"] .news-card:not(.is-featured):focus-visible {
  background: #f5faf7;
  box-shadow: inset 0 -3px 0 rgba(202, 101, 28, 0.5);
}

body[data-route="/"] .news-card.is-featured,
body[data-route="/"] .news-card-primary.is-featured {
  z-index: 2;
  background: var(--teal-dark);
  color: var(--white);
  transform: none;
  box-shadow: inset 0 -3px 0 var(--amber);
}

body[data-route="/"] .news-card-primary:not(.is-featured) {
  background: #ffffff;
  color: inherit;
}

body[data-route="/"] .news-card-primary:not(.is-featured) .news-date,
body[data-route="/"] .news-card-primary:not(.is-featured) .news-date span,
body[data-route="/"] .news-card-primary:not(.is-featured) h3,
body[data-route="/"] .news-card-primary:not(.is-featured) p {
  color: inherit;
}

body[data-route="/"] .news-card.is-featured .news-date,
body[data-route="/"] .news-card.is-featured .news-date span,
body[data-route="/"] .news-card.is-featured .news-date strong,
body[data-route="/"] .news-card.is-featured h3,
body[data-route="/"] .news-card.is-featured p {
  color: rgba(255, 255, 255, 0.94);
}

body[data-route="/"] .news-card h3 {
  font-size: clamp(19px, 1.42vw, 25px);
}

body[data-route="/"] .news-card p {
  font-size: 14px;
}

body[data-route="/"] .news-card .news-arrow {
  color: var(--teal-dark);
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

body[data-route="/"] .news-card.is-featured .news-arrow {
  border-color: rgba(255, 255, 255, 0.56);
  color: var(--white);
}

body[data-route="/"] .news-card .news-arrow:hover,
body[data-route="/"] .news-card .news-arrow:focus-visible {
  transform: translateX(4px);
}

body[data-route="/"] .news-card-media {
  display: block;
  overflow: hidden;
  background: #eef4f1;
}

body[data-route="/"] .news-card-media .news-image-panel {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 260ms ease, transform 520ms ease;
}

body[data-route="/"] .news-card-media .news-image-panel.is-active {
  opacity: 1;
  transform: scale(1);
}

.solution-category-index {
  height: clamp(680px, 82vh, 900px);
  min-height: clamp(680px, 82vh, 900px);
}

.solution-category-card {
  isolation: isolate;
  height: 100%;
  min-height: 0;
}

.solution-category-card.is-active {
  flex: 3.6 1 0;
}

.solution-category-copy {
  z-index: 3;
  max-width: 620px;
  padding: clamp(82px, 7vw, 136px) min(15vw, 300px) clamp(82px, 7vw, 136px) clamp(72px, 7vw, 138px);
}

.solution-category-copy .solution-chip-row {
  gap: 16px 22px;
  margin: 30px 0 34px;
}

.solution-category-copy .solution-chip-row span {
  padding: 0 0 0 14px;
  border-left: 2px solid var(--amber);
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
}

.solution-category-figure {
  position: absolute;
  right: clamp(34px, 6vw, 110px);
  bottom: clamp(42px, 7vw, 112px);
  z-index: 2;
  display: grid;
  place-items: end;
  width: min(25vw, 430px);
  max-height: 68%;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateX(42px) scale(0.97);
  transition: opacity 260ms ease, transform 360ms ease;
}

.solution-category-card.is-active .solution-category-figure {
  opacity: 1;
  transform: translateX(0) scale(1);
}

.solution-category-figure img {
  max-width: 100%;
  max-height: clamp(320px, 48vh, 560px);
  object-fit: contain;
  filter: drop-shadow(0 28px 38px rgba(0, 0, 0, 0.34));
}

.technology-stripe-list .technology-window-card {
  display: grid;
  place-items: center;
}

.technology-stripe-list .technology-window-card div {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 100%;
}

body:not([data-route="/"]):not([data-route^="/en"]) .case-detail-hero {
  display: grid;
  align-items: end;
  min-height: clamp(560px, 52vw, 720px);
}

body:not([data-route="/"]):not([data-route^="/en"]) .case-detail-hero-shade {
  background:
    linear-gradient(94deg, rgba(4, 70, 64, 0.9), rgba(7, 93, 85, 0.42) 52%, rgba(255, 255, 255, 0.02)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.34));
}

body:not([data-route="/"]):not([data-route^="/en"]) .case-detail-hero-inner {
  width: min(var(--max), calc(100% - 48px));
  padding: 154px 0 clamp(68px, 7.5vw, 104px);
}

body:not([data-route="/"]):not([data-route^="/en"]) .case-breadcrumb {
  margin-bottom: 22px;
}

body:not([data-route="/"]):not([data-route^="/en"]) .case-detail-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
  gap: 36px;
  align-items: end;
}

body:not([data-route="/"]):not([data-route^="/en"]) .case-detail-hero-copy h1 {
  font-size: clamp(34px, 3.3vw, 48px);
}

body:not([data-route="/"]):not([data-route^="/en"]) .case-detail-hero-copy > p {
  font-size: 17px;
}

body:not([data-route="/"]):not([data-route^="/en"]) .case-detail-meta {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 20px 0 22px;
}

body:not([data-route="/"]):not([data-route^="/en"]) .case-detail-meta span {
  min-height: 64px;
  padding: 12px;
}

body:not([data-route="/"]):not([data-route^="/en"]) .case-detail-metrics article {
  min-height: 112px;
  padding: 18px;
}

body:not([data-route="/"]):not([data-route^="/en"]) .case-detail-metrics strong {
  margin-top: 8px;
  font-size: 34px;
}

body:not([data-route="/"]):not([data-route^="/en"]) .case-detail-metrics p {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.45;
}

#contact-form {
  min-width: 0;
}

@media (max-width: 1280px) {
  body[data-route="/"] .news-showcase-head,
  body[data-route="/"] .news-card-row {
    width: min(100% - 56px, 1180px);
  }

  body[data-route="/"] .news-card-row {
    grid-template-columns: minmax(170px, 0.86fr) minmax(270px, 1.24fr) repeat(3, minmax(150px, 0.74fr));
  }

  body[data-route="/"] .news-card {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media (max-width: 1120px) {
  body[data-route="/"] .news-showcase-head,
  body[data-route="/"] .news-card-row {
    width: min(100% - 48px, 820px);
  }

  body[data-route="/"] .news-card-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-route="/"] .news-card-media {
    order: -1;
  }

  .solution-category-index {
    display: grid;
    height: auto;
    min-height: auto;
  }

  .solution-category-card,
  .solution-category-card.is-active {
    height: auto;
    flex: none;
    min-height: 560px;
  }

  .solution-category-copy {
    max-width: 680px;
    padding: 72px min(42vw, 420px) 72px 40px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .solution-category-figure {
    right: 28px;
    bottom: 34px;
    width: min(42vw, 390px);
    opacity: 0.96;
    transform: none;
  }

  .solution-category-brief {
    display: none;
  }

  body:not([data-route="/"]):not([data-route^="/en"]) .case-detail-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body[data-route^="/knowledge"] .page-hero-en {
    font-size: 22px !important;
    white-space: nowrap;
  }

  body:not([data-route="/"]):not([data-route^="/en"]) .page-hero.dark {
    min-height: 360px;
    padding-top: 118px;
    padding-bottom: 54px;
  }

  body:not([data-route="/"]):not([data-route^="/en"]) .page-hero-en {
    font-size: clamp(38px, 12vw, 54px);
  }

  .main-nav.is-open .nav-submenu {
    width: 100%;
    max-width: none;
  }

  body[data-route="/"] .news-showcase-head,
  body[data-route="/"] .news-card-row {
    width: min(100% - 32px, 520px);
  }

  body[data-route="/"] .news-card-row {
    grid-template-columns: 1fr;
  }

  body[data-route="/"] .news-card,
  body[data-route="/"] .news-card-media {
    min-height: 300px;
  }

  body[data-route="/"] .news-card.is-featured,
  body[data-route="/"] .news-card-primary.is-featured {
    transform: none;
  }

  .solution-category-card,
  .solution-category-card.is-active {
    min-height: auto;
  }

  .solution-category-copy {
    padding: 58px 24px 28px;
  }

  .solution-category-figure {
    position: relative;
    right: auto;
    bottom: auto;
    justify-items: center;
    width: min(100%, 420px);
    margin: 0 auto 44px;
  }

  body:not([data-route="/"]):not([data-route^="/en"]) .case-detail-hero {
    min-height: auto;
  }

  body:not([data-route="/"]):not([data-route^="/en"]) .case-detail-hero-inner {
    width: min(100% - 32px, 560px);
    padding: 118px 0 54px;
  }

  body:not([data-route="/"]):not([data-route^="/en"]) .case-detail-hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  body:not([data-route="/"]):not([data-route^="/en"]) .case-detail-meta {
    grid-template-columns: 1fr;
  }

  body:not([data-route="/"]):not([data-route^="/en"]) .case-detail-hero-copy h1 {
    font-size: clamp(30px, 9vw, 38px);
  }
}

/* Final requested fixes: product CTA, QR preview, non-home submenus, and about-page structure. */
@media (min-width: 901px) {
  body[data-route="/"] .scenario-more {
    width: min(260px, 100%);
    min-width: 0;
    padding-right: 34px;
    padding-left: 34px;
  }
}

.footer-qr-button {
  display: inline-flex;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  line-height: 0;
  cursor: zoom-in;
}

.footer-qr-button:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.86);
  outline-offset: 4px;
}

.site-footer .footer-qr {
  width: min(132px, 30vw);
  height: auto;
  image-rendering: auto;
}

.qr-modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.qr-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.qr-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(3, 24, 21, 0.72);
  cursor: zoom-out;
}

.qr-modal-panel {
  position: relative;
  z-index: 1;
  width: min(520px, calc(100vw - 40px));
  padding: 34px;
  background: var(--white);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
  text-align: center;
}

.qr-modal-panel img {
  width: min(420px, 78vw);
  height: auto;
  display: block;
  margin: 0 auto;
}

.qr-modal-panel p {
  margin: 18px 0 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
}

.qr-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(11, 48, 43, 0.12);
  background: #f6faf8;
  color: var(--ink);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

body.has-qr-modal {
  overflow: hidden;
}

body:not([data-route^="/en"]) .nav-submenu,
body:not([data-route="/"]):not([data-route^="/en"]) .nav-submenu {
  background: rgba(255, 255, 255, 0.98);
}

body:not([data-route^="/en"]) .nav-submenu a,
body:not([data-route="/"]):not([data-route^="/en"]) .nav-submenu a {
  color: var(--ink) !important;
  text-shadow: none;
}

body:not([data-route^="/en"]) .nav-submenu a:hover,
body:not([data-route="/"]):not([data-route^="/en"]) .nav-submenu a:hover {
  background: rgba(9, 103, 91, 0.08);
  color: var(--teal-dark) !important;
}

body[data-route="/about"] .about-topic-heading {
  position: static !important;
  top: auto !important;
  z-index: 1;
  margin-bottom: clamp(34px, 4.8vw, 64px);
}

body[data-route="/about"] .about-brand-panel {
  justify-items: center;
  align-content: center;
  text-align: center;
}

body[data-route="/about"] .about-brand-logo {
  display: none;
}

body[data-route="/about"] .about-brand-emblem.is-single {
  width: min(430px, 100%);
  max-height: none;
  object-fit: contain;
  background: transparent;
}

body[data-route="/about"] #group-introduction .about-stat-band {
  width: 100vw;
  max-width: none;
  margin-top: clamp(52px, 6vw, 76px);
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: max(24px, calc((100vw - var(--max)) / 2));
  padding-left: max(24px, calc((100vw - var(--max)) / 2));
  box-sizing: border-box;
}

body[data-route="/about"] .about-management-module {
  margin-top: clamp(48px, 5vw, 76px);
  padding-top: clamp(42px, 4vw, 60px);
  border-top: 1px solid rgba(223, 231, 226, 0.92);
}

body[data-route="/about"] .about-management-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

body[data-route="/about"] .about-management-heading h3 {
  margin: 0;
  font-size: clamp(30px, 3.5vw, 46px);
  line-height: 1.15;
}

body[data-route="/about"] .about-management-rail article {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  width: min(430px, 86vw);
  min-height: 182px;
  padding: 24px;
  border: 1px solid rgba(223, 231, 226, 0.92);
  background: var(--white);
}

body[data-route="/about"] .about-management-rail img,
body[data-route="/about"] .management-avatar {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  object-fit: cover;
}

body[data-route="/about"] .management-avatar {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--teal-dark), var(--amber));
  color: var(--white);
  font-size: 46px;
  font-weight: 900;
}

body[data-route="/about"] .about-management-rail h3 {
  margin: 0 0 8px;
  font-size: 24px;
}

body[data-route="/about"] .about-management-rail strong {
  display: block;
  color: var(--teal-dark);
  font-size: 16px;
}

body[data-route="/about"] .about-management-rail p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

@media (max-width: 760px) {
  .site-footer .footer-qr {
    width: min(118px, 42vw);
  }

  body[data-route="/about"] #group-introduction .about-stat-band {
    padding-right: 0;
    padding-left: 0;
  }

  body[data-route="/about"] .about-management-heading {
    display: block;
  }

  body[data-route="/about"] .about-management-rail article {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
}

@media (max-width: 720px) {
  html body[data-route="/technology/multi-effect-biological-enzyme"] main .page-hero.dark .page-hero-content .page-hero-en {
    max-width: 100%;
    font-size: 22px;
    line-height: 1.05;
    overflow-wrap: normal;
    word-break: normal;
  }
}

/* Product solution topic pages */
[data-solution-theme="crop"] {
  --solution-accent: #087b67;
  --solution-accent-2: #d59a29;
  --solution-deep: #123c36;
  --solution-soft: #edf7f1;
}

[data-solution-theme="livestock"] {
  --solution-accent: #146f57;
  --solution-accent-2: #b8543f;
  --solution-deep: #173c34;
  --solution-soft: #f0f6ef;
}

[data-solution-theme="environment"] {
  --solution-accent: #168353;
  --solution-accent-2: #188fa4;
  --solution-deep: #113f43;
  --solution-soft: #edf8f4;
}

[data-solution-theme="health"] {
  --solution-accent: #126c78;
  --solution-accent-2: #c89535;
  --solution-deep: #17384b;
  --solution-soft: #eef5f7;
}

.solution-detail-hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  padding-top: 88px;
  padding-bottom: 0;
  background: #f7faf8;
}

body[data-route^="/solutions/"] .site-header {
  background: linear-gradient(180deg, rgba(6, 48, 42, 0.72), rgba(6, 48, 42, 0.14)) !important;
  backdrop-filter: blur(10px);
}

.solution-detail-hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(10px, 1.2vw, 22px);
  height: 100%;
  background: var(--solution-accent-2);
}

.solution-detail-backdrop {
  position: absolute;
  top: 82px;
  right: 2vw;
  bottom: 0;
  width: min(54vw, 920px);
  opacity: 0.09;
  pointer-events: none;
}

.solution-detail-backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solution-detail-nav {
  position: relative;
  z-index: 3;
  display: flex;
  gap: 34px;
  align-items: center;
  min-height: 76px;
  border-bottom: 1px solid rgba(19, 32, 29, 0.12);
  overflow-x: auto;
  scrollbar-width: none;
}

.solution-detail-nav::-webkit-scrollbar {
  display: none;
}

.solution-detail-nav a {
  position: relative;
  flex: 0 0 auto;
  padding: 28px 0 24px;
  color: #56645f;
  font-size: 14px;
  font-weight: 800;
}

.solution-detail-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  background: transparent;
}

.solution-detail-nav a:hover,
.solution-detail-nav a.is-active {
  color: var(--solution-accent);
}

.solution-detail-nav a.is-active::after {
  background: var(--solution-accent-2);
}

.solution-detail-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(380px, 0.84fr) minmax(520px, 1.16fr);
  gap: clamp(30px, 4vw, 78px);
  align-items: center;
  min-height: 680px;
}

.solution-detail-hero-copy {
  max-width: 630px;
  padding: 64px 0 90px;
}

.solution-detail-hero-copy .eyebrow,
.solution-section-intro .eyebrow,
.solution-product-stage-head .eyebrow,
.solution-process-head .eyebrow,
.solution-evidence-panel .eyebrow,
.solution-consultation .eyebrow {
  color: var(--solution-accent);
}

.solution-detail-hero-copy h1 {
  margin: 0;
  color: #142520;
  font-size: clamp(58px, 6.8vw, 108px);
  line-height: 0.98;
  font-weight: 900;
}

.solution-detail-lead {
  max-width: 560px;
  margin: 28px 0 0;
  color: #56645f;
  font-size: 18px;
  line-height: 1.9;
}

.solution-hero-focus {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 38px;
  border-top: 1px solid rgba(19, 32, 29, 0.14);
  border-left: 1px solid rgba(19, 32, 29, 0.14);
}

.solution-hero-focus span {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 72px;
  padding: 14px 16px;
  border-right: 1px solid rgba(19, 32, 29, 0.14);
  border-bottom: 1px solid rgba(19, 32, 29, 0.14);
  color: #233630;
  font-size: 14px;
  font-weight: 800;
}

.solution-hero-focus b {
  color: var(--solution-accent-2);
  font-size: 12px;
}

.solution-detail-action {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  margin-top: 34px;
  padding: 15px 20px;
  background: var(--solution-accent);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.solution-detail-action:hover {
  background: var(--solution-deep);
}

.solution-detail-hero-art {
  position: relative;
  min-width: 0;
  margin: 0;
}

.solution-visual-stack.is-hero {
  min-height: 580px;
  padding: 20px 0;
  border: 0;
  background: transparent;
}

.solution-visual-stack.is-hero img {
  width: min(100%, 830px);
  max-width: none;
  max-height: 600px;
  filter: drop-shadow(0 34px 34px rgba(15, 47, 39, 0.2));
}

.solution-detail-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(60px, 8vw, 132px);
  padding-top: 118px;
  padding-bottom: 118px;
  background: #fff;
}

.solution-section-intro {
  align-self: start;
}

.solution-section-intro h2,
.solution-product-stage-head h2,
.solution-process-head h2,
.solution-evidence-panel h2,
.solution-consultation h2 {
  margin: 0;
  color: #142520;
  font-size: clamp(36px, 4.2vw, 60px);
  line-height: 1.12;
}

.solution-section-intro > p:not(.eyebrow) {
  max-width: 520px;
  margin: 22px 0 0;
  color: #66736f;
  font-size: 16px;
  line-height: 1.9;
}

.solution-focus-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(19, 32, 29, 0.16);
  list-style: none;
}

.solution-focus-list li {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  min-height: 84px;
  border-bottom: 1px solid rgba(19, 32, 29, 0.16);
}

.solution-focus-list span {
  color: var(--solution-accent-2);
  font-size: 13px;
  font-weight: 900;
}

.solution-focus-list strong {
  color: #20332d;
  font-size: clamp(18px, 1.8vw, 25px);
  line-height: 1.45;
}

.solution-product-system {
  display: grid;
  grid-template-columns: minmax(460px, 1.04fr) minmax(420px, 0.96fr);
  gap: 0;
  padding: 0;
  background: var(--solution-soft);
}

.solution-product-stage {
  display: grid;
  grid-template-rows: auto minmax(420px, 1fr);
  min-width: 0;
  padding: 88px clamp(34px, 5vw, 90px) 70px max(24px, calc((100vw - var(--max)) / 2));
  border-right: 1px solid rgba(19, 32, 29, 0.12);
}

.solution-product-stage-head h2 {
  max-width: 660px;
}

.solution-visual-stack.is-system {
  align-self: center;
  min-height: 440px;
  padding: 28px 0 0;
  border: 0;
  background: transparent;
}

.solution-visual-stack.is-system img {
  width: min(100%, 790px);
  max-width: none;
  max-height: 500px;
  filter: drop-shadow(0 30px 28px rgba(15, 47, 39, 0.18));
}

.solution-product-lines {
  display: grid;
  align-content: center;
  padding: 70px max(24px, calc((100vw - var(--max)) / 2)) 70px clamp(34px, 5vw, 86px);
}

.solution-product-lines article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 22px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(19, 32, 29, 0.14);
}

.solution-product-lines article:first-child {
  border-top: 1px solid rgba(19, 32, 29, 0.14);
}

.solution-product-lines article > span,
.solution-application-grid article > span {
  color: var(--solution-accent-2);
  font-size: 13px;
  font-weight: 900;
}

.solution-product-lines h3,
.solution-process-grid h3,
.solution-application-grid h3,
.solution-evidence-list h3 {
  margin: 0;
  color: #1d302a;
  font-size: 22px;
  line-height: 1.3;
}

.solution-product-lines p,
.solution-process-grid p,
.solution-application-grid p,
.solution-evidence-list p {
  margin: 10px 0 0;
  color: #64716d;
  font-size: 15px;
  line-height: 1.8;
}

.solution-process {
  padding-top: 110px;
  padding-bottom: 112px;
  background: var(--solution-deep);
  color: #fff;
}

.solution-process-head {
  display: flex;
  gap: 40px;
  align-items: end;
  justify-content: space-between;
}

.solution-process-head .eyebrow {
  color: rgba(255, 255, 255, 0.68);
}

.solution-process-head h2 {
  max-width: 760px;
  color: #fff;
}

.solution-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 58px;
  border-top: 1px solid rgba(255, 255, 255, 0.26);
  border-left: 1px solid rgba(255, 255, 255, 0.26);
}

.solution-process-grid article {
  min-height: 270px;
  padding: 30px 26px;
  border-right: 1px solid rgba(255, 255, 255, 0.26);
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
}

.solution-process-grid article > span {
  display: block;
  margin-bottom: 64px;
  color: var(--solution-accent-2);
  font-size: 14px;
  font-weight: 900;
}

.solution-process-grid h3 {
  color: #fff;
}

.solution-process-grid p {
  color: rgba(255, 255, 255, 0.72);
}

.solution-application {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(390px, 0.8fr);
  gap: 0;
  padding: 0;
  background: #fff;
}

.solution-application-main {
  padding: 112px clamp(44px, 6vw, 104px) 112px max(24px, calc((100vw - var(--max)) / 2));
}

.solution-application-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 56px;
  border-top: 1px solid rgba(19, 32, 29, 0.16);
  border-left: 1px solid rgba(19, 32, 29, 0.16);
}

.solution-application-grid article {
  min-height: 240px;
  padding: 26px;
  border-right: 1px solid rgba(19, 32, 29, 0.16);
  border-bottom: 1px solid rgba(19, 32, 29, 0.16);
}

.solution-application-grid article > span {
  display: block;
  margin-bottom: 58px;
}

.solution-evidence-panel {
  display: grid;
  align-content: center;
  padding: 96px max(24px, calc((100vw - var(--max)) / 2)) 96px clamp(46px, 5vw, 86px);
  background: var(--solution-soft);
}

.solution-evidence-panel h2 {
  font-size: clamp(32px, 3.4vw, 50px);
}

.solution-evidence-list {
  margin-top: 38px;
  border-top: 1px solid rgba(19, 32, 29, 0.14);
}

.solution-evidence-list article {
  padding: 23px 0;
  border-bottom: 1px solid rgba(19, 32, 29, 0.14);
}

.solution-evidence-list h3 {
  font-size: 18px;
}

.solution-evidence-panel > a,
.solution-consultation > a {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  width: fit-content;
  margin-top: 38px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--solution-accent-2);
  color: var(--solution-accent);
  font-size: 15px;
  font-weight: 900;
}

.solution-consultation {
  display: flex;
  gap: 50px;
  align-items: end;
  justify-content: space-between;
  padding-top: 86px;
  padding-bottom: 88px;
  background: #f7faf8;
}

.solution-consultation h2 {
  max-width: 780px;
}

.solution-consultation p:not(.eyebrow) {
  max-width: 760px;
  margin: 18px 0 0;
  color: #64716d;
  font-size: 16px;
  line-height: 1.8;
}

.solution-consultation > a {
  flex: 0 0 auto;
  margin: 0;
  padding: 16px 22px;
  border: 0;
  background: var(--solution-accent);
  color: #fff;
}

body[data-route="/"] .scenario-visual-panel:not([data-scenario-panel="health"]) img {
  width: min(60vw, 980px);
  max-width: none;
  max-height: 680px;
}

body[data-route="/"] .scenario-switcher {
  scrollbar-width: none;
}

body[data-route="/"] .scenario-switcher::-webkit-scrollbar {
  display: none;
}

body[data-route="/"] .scenario-section-title,
body[data-route="/"] .scenario-detail-panel h2 {
  color: #173f38;
}

body[data-route="/"] .scenario-detail-panel h2 {
  border-bottom-color: var(--amber);
}

body[data-route="/"] .scenario-detail-panel .eyebrow {
  color: #2c6258;
}

body[data-route="/"] .scenario-detail-panel > p:not(.eyebrow) {
  color: #50615d;
}

body[data-route="/"] .scenario-switch strong,
body[data-route="/"] .scenario-switch small {
  color: #50615d;
}

body[data-route="/"] .scenario-switch.is-active strong,
body[data-route="/"] .scenario-switch.is-active small {
  color: var(--teal-dark);
}

@media (max-width: 1080px) {
  .solution-detail-hero-grid {
    grid-template-columns: minmax(330px, 0.9fr) minmax(430px, 1.1fr);
  }

  .solution-product-system,
  .solution-application {
    grid-template-columns: 1fr;
  }

  .solution-product-stage,
  .solution-product-lines,
  .solution-application-main,
  .solution-evidence-panel {
    padding-right: max(40px, calc((100vw - var(--max)) / 2));
    padding-left: max(40px, calc((100vw - var(--max)) / 2));
  }

  .solution-product-stage {
    border-right: 0;
    border-bottom: 1px solid rgba(19, 32, 29, 0.12);
  }

  .solution-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 840px) {
  .solution-detail-hero-grid,
  .solution-detail-section {
    grid-template-columns: 1fr;
  }

  .solution-detail-hero-copy {
    max-width: none;
    padding-bottom: 20px;
  }

  .solution-detail-hero-art {
    margin-bottom: 54px;
  }

  .solution-visual-stack.is-hero {
    min-height: 390px;
  }

  .solution-detail-section {
    gap: 54px;
  }

  .solution-application-grid {
    grid-template-columns: 1fr;
  }

  .solution-application-grid article {
    min-height: 0;
  }

  .solution-application-grid article > span {
    margin-bottom: 28px;
  }
}

@media (max-width: 720px) {
  .solution-detail-hero,
  .solution-detail-section,
  .solution-process,
  .solution-consultation {
    padding-right: 24px;
    padding-left: 24px;
  }

  .solution-detail-hero {
    min-height: 0;
    padding-top: 70px;
  }

  .solution-detail-hero::after {
    width: 6px;
  }

  .solution-detail-nav {
    gap: 24px;
    margin-right: -24px;
    padding-right: 24px;
  }

  .solution-detail-hero-grid {
    min-height: 0;
  }

  .solution-detail-hero-copy {
    padding-top: 56px;
  }

  .solution-detail-hero-copy h1 {
    font-size: 54px;
  }

  .solution-detail-lead {
    font-size: 16px;
  }

  .solution-hero-focus {
    grid-template-columns: 1fr;
  }

  .solution-hero-focus span {
    min-height: 64px;
  }

  .solution-detail-hero-art {
    margin-bottom: 30px;
  }

  .solution-visual-stack.is-hero {
    min-height: 300px;
    padding: 0;
  }

  .solution-visual-stack.is-hero img {
    width: 100%;
    max-height: 330px;
  }

  .solution-detail-section {
    gap: 42px;
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .solution-section-intro h2,
  .solution-product-stage-head h2,
  .solution-process-head h2,
  .solution-evidence-panel h2,
  .solution-consultation h2 {
    font-size: 36px;
  }

  .solution-focus-list li {
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 74px;
  }

  .solution-product-stage,
  .solution-product-lines,
  .solution-application-main,
  .solution-evidence-panel {
    padding-right: 24px;
    padding-left: 24px;
  }

  .solution-product-stage {
    grid-template-rows: auto auto;
    padding-top: 76px;
    padding-bottom: 54px;
  }

  .solution-visual-stack.is-system {
    min-height: 300px;
    padding-top: 34px;
  }

  .solution-visual-stack.is-system img {
    width: 100%;
    max-height: 330px;
  }

  .solution-product-lines {
    padding-top: 38px;
    padding-bottom: 62px;
  }

  .solution-product-lines article {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
  }

  .solution-process {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .solution-process-grid {
    grid-template-columns: 1fr;
    margin-top: 42px;
  }

  .solution-process-grid article {
    min-height: 0;
  }

  .solution-process-grid article > span {
    margin-bottom: 38px;
  }

  .solution-application-main,
  .solution-evidence-panel {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .solution-consultation {
    display: grid;
    gap: 34px;
    align-items: start;
  }

  body[data-route="/"] .scenario-visual-panel:not([data-scenario-panel="health"]) img {
    width: min(96vw, 690px);
    max-width: 96vw;
    max-height: 350px;
  }
}

/* Final cascade for the current solution-page revision. */
.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.lead-form button:disabled {
  cursor: wait;
  opacity: 0.62;
}

/* Current product-solution topic presentation. */
.solution-problem-center {
  display: grid;
  place-items: center;
  min-width: 0;
  margin: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #fff;
}

.solution-problem-center img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.solution-application-grid-v2 .solution-application-card {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(20, 37, 32, 0.13);
  border-radius: 4px;
  background: #fff;
  color: inherit;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.solution-application-grid-v2 .solution-application-card:hover,
.solution-application-grid-v2 .solution-application-card:focus-visible {
  transform: translateY(-5px);
  box-shadow: 0 20px 44px rgba(15, 47, 39, 0.14);
}

.solution-application-grid-v2 .solution-application-card > div {
  min-height: 190px;
  padding: 24px 22px 28px;
}

body[data-route="/solutions/livestock-nutrition"] .solution-application-grid-v2,
body[data-route="/solutions/environment-remediation"] .solution-application-grid-v2 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.health-origin-section,
.health-principles-section,
.health-scenes-section {
  padding: 110px max(28px, calc((100vw - var(--max)) / 2));
}

.health-origin-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.82fr);
  gap: 82px;
  align-items: center;
  background: #fff;
}

.health-origin-copy h2 {
  margin: 0;
  font-size: 46px;
  line-height: 1.24;
}

.health-origin-copy > p:not(.eyebrow) {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.95;
}

.health-value-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 36px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.health-value-row span {
  padding: 18px 10px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--teal-dark);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.health-product-figure {
  margin: 0;
  min-width: 0;
}

.health-product-figure img {
  display: block;
  width: 100%;
  max-height: 570px;
  object-fit: contain;
  filter: drop-shadow(0 32px 34px rgba(15, 47, 39, 0.16));
}

.health-principles-section {
  background: #eef5f7;
}

.health-principles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 58px;
  border-top: 1px solid #cbdadd;
  border-left: 1px solid #cbdadd;
}

.health-principles-grid article {
  min-height: 280px;
  padding: 34px;
  border-right: 1px solid #cbdadd;
  border-bottom: 1px solid #cbdadd;
}

.health-principles-grid span {
  color: #c89535;
  font-size: 13px;
  font-weight: 900;
}

.health-principles-grid h3 {
  margin: 58px 0 14px;
  font-size: 24px;
}

.health-principles-grid p {
  color: var(--muted);
  line-height: 1.85;
}

.health-scenes-section {
  background: #fff;
}

@media (max-width: 1080px) {
  body[data-route="/solutions/livestock-nutrition"] .solution-application-grid-v2,
  body[data-route="/solutions/environment-remediation"] .solution-application-grid-v2 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 840px) {
  .health-origin-section {
    grid-template-columns: 1fr;
  }

  .health-product-figure img {
    max-height: 430px;
  }
}

@media (max-width: 720px) {
  .solution-problem-center {
    aspect-ratio: 4 / 3;
  }

  body[data-route="/solutions/livestock-nutrition"] .solution-application-grid-v2,
  body[data-route="/solutions/environment-remediation"] .solution-application-grid-v2,
  .health-principles-grid,
  .health-scene-grid {
    grid-template-columns: 1fr;
  }

  .health-origin-section,
  .health-principles-section,
  .health-scenes-section {
    padding: 82px 24px;
  }

  .health-origin-copy h2 {
    font-size: 34px;
  }

  .health-principles-section .solution-centered-heading h2,
  .health-scenes-section .solution-centered-heading h2 {
    font-size: 32px;
    white-space: normal;
  }

  .health-value-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

.lead-form .form-status.is-error {
  color: #a92f2f;
}

.cms-news-feed:empty {
  display: none;
}

.cms-news-feed:not(:empty) {
  margin-bottom: 34px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(12, 79, 69, 0.15);
}

.cms-news-card {
  border-top: 3px solid var(--teal);
}

.cms-news-page {
  min-height: 70vh;
  padding-top: 84px;
  background: #f5f8f7;
}

.cms-news-hero {
  position: relative;
  min-height: 500px;
  background-color: #0c3d37;
  background-image:
    linear-gradient(90deg, rgba(5, 50, 44, 0.97) 0%, rgba(5, 50, 44, 0.86) 48%, rgba(5, 50, 44, 0.42) 100%),
    var(--news-hero-image, none);
  background-position: center;
  background-size: cover;
  color: var(--white);
  isolation: isolate;
}

.cms-news-hero > div {
  width: min(100% - 80px, 1320px);
  margin: 0 auto;
  padding: clamp(64px, 7vw, 108px) 0;
}

.cms-news-hero nav {
  display: flex;
  gap: 10px;
  margin-bottom: 46px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
}

.cms-news-hero nav a {
  color: inherit;
}

.cms-news-hero h1 {
  display: -webkit-box;
  max-width: 1180px;
  margin: 0 0 22px;
  overflow: hidden;
  color: var(--white);
  font-size: clamp(36px, 3.25vw, 54px);
  line-height: 1.2;
  letter-spacing: -0.025em;
  text-wrap: balance;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.cms-news-hero > div > p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.9;
}

.cms-news-hero time {
  display: block;
  margin-top: 28px;
  color: #f3a35f;
  font-weight: 700;
}

.cms-news-content {
  width: min(100% - 40px, 880px);
  margin: 0 auto;
  padding: 72px 0;
  color: #2c3b38;
  font-size: 17px;
  line-height: 2;
}

.cms-news-content h2,
.cms-news-content h3 {
  margin: 2em 0 0.8em;
  color: #103c36;
}

.cms-news-content h2 {
  padding-left: 16px;
  border-left: 4px solid #cf742e;
  font-size: 28px;
}

.cms-news-content img {
  display: block;
  max-width: 100%;
  margin: 34px auto;
}

.cms-news-content blockquote {
  margin: 30px 0;
  padding: 20px 26px;
  border-left: 3px solid var(--teal);
  background: #e8f1ef;
}

.cms-news-back {
  width: min(100% - 40px, 880px);
  margin: 0 auto;
  padding: 0 0 80px;
}

.solution-category-card::before {
  pointer-events: none;
}

.solution-category-figure {
  pointer-events: auto;
}

@media (max-width: 760px) {
  .cms-news-page {
    padding-top: 64px;
  }

  .cms-news-hero {
    min-height: auto;
    background-image:
      linear-gradient(90deg, rgba(5, 50, 44, 0.95), rgba(5, 50, 44, 0.72)),
      var(--news-hero-image, none);
  }

  .cms-news-hero > div {
    width: min(100% - 40px, 1320px);
    padding: 56px 0 44px;
  }

  .cms-news-hero nav {
    margin-bottom: 30px;
  }

  .cms-news-hero h1 {
    font-size: clamp(28px, 9vw, 38px);
    line-height: 1.25;
  }

  .cms-news-content {
    padding: 48px 0;
    font-size: 16px;
  }

  .solution-category-copy {
    min-height: 0;
  }

  .solution-product-system-v2[data-solution-theme="crop"] .solution-product-visual img,
  .solution-product-system-v2[data-solution-theme="livestock"] .solution-product-visual img {
    transform: scale(1.18);
  }

  .solution-product-system-v2[data-solution-theme="environment"] .solution-product-visual img,
  .solution-product-system-v2[data-solution-theme="health"] .solution-product-visual img {
    transform: scale(1.08);
  }

  .solution-consultation-v2 h2 {
    font-size: 28px;
  }

  .solution-consultation-v2 h2,
  .solution-consultation-v2 p {
    white-space: normal;
  }
}

/* Final about-profile layout: keep the landscape certificate undistorted and the background visible. */
body[data-route="/about"] .about-profile-grid {
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.65fr);
  gap: clamp(48px, 6vw, 84px);
  align-items: center;
}

body[data-route="/about"] .about-brand-panel {
  width: min(100%, 440px);
  max-width: 440px;
  justify-self: end;
  justify-items: stretch;
  align-content: start;
  gap: 22px;
  padding: 26px;
  text-align: left;
  border: 1px solid rgba(116, 91, 54, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 70px rgba(28, 55, 48, 0.14);
  backdrop-filter: blur(12px);
}

body[data-route="/about"] .about-brand-identity {
  gap: 14px;
  padding-bottom: 20px;
}

body[data-route="/about"] .about-brand-lockup {
  display: block;
  width: min(270px, 80%);
  height: auto !important;
  margin: 0 auto;
  object-fit: contain;
}

body[data-route="/about"] .about-brand-identity p {
  font-size: 16px;
  line-height: 1.65;
}

body[data-route="/about"] .about-featured-certificate {
  width: 100%;
}

body[data-route="/about"] .about-featured-certificate-frame {
  padding: 8px;
}

body[data-route="/about"] .about-featured-certificate-frame img {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-height: 280px;
  aspect-ratio: auto;
  object-fit: contain;
}

body[data-route="/solutions"] .page-hero.dark img {
  object-position: 58% center;
}

body[data-route="/cases"] .page-hero.dark img {
  object-position: 60% center;
}

@media (max-width: 1040px) {
  body[data-route="/about"] .about-profile-grid {
    grid-template-columns: 1fr;
  }

  body[data-route="/about"] .about-brand-panel {
    width: min(100%, 520px);
    max-width: 520px;
    justify-self: center;
    margin: 0 auto;
  }
}

@media (max-width: 680px) {
  body[data-route="/about"] .about-brand-panel {
    width: 100%;
    padding: 18px;
    border-radius: 18px;
  }

  body[data-route="/about"] .about-brand-lockup {
    width: min(230px, 82%);
  }

  body[data-route="/about"] .about-featured-certificate-frame img {
    max-height: none;
  }

  body[data-route="/solutions"] .page-hero.dark img,
  body[data-route="/cases"] .page-hero.dark img {
    object-position: 66% center;
  }
}
