﻿:root {
  --graphite: #202526;
  --graphite-deep: #111516;
  --graphite-soft: #314b46;
  --mint: #76d8bf;
  --mint-deep: #267f69;
  --acid: #e8ee9f;
  --gold: #d39a3b;
  --paper: #f3f4f1;
  --white: #ffffff;
  --text: #202526;
  --muted: #5d6865;
  --line: #cbd2ce;
  --max: 1440px;
}

* {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  max-width: 100%;
  overflow-x: clip;
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
}

body * {
  min-width: 0;
}

body.menu-open {
  overflow: hidden;
}

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

iframe,
video {
  max-width: 100%;
}

h1,
h2,
h3,
p,
a,
span,
strong,
small,
label,
button {
  overflow-wrap: break-word;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.live-shell {
  width: min(calc(100% - 64px), var(--max));
  margin: 0 auto;
}

.site-announcement {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 36px;
  color: #d6dedb;
  background: linear-gradient(90deg, var(--graphite-deep), var(--graphite-soft) 72%, #695126 145%);
  font-size: 11px;
}

.site-announcement a {
  color: var(--mint);
  font-weight: 800;
}

.site-header-main {
  position: relative;
  z-index: 40;
  min-height: 86px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: stretch;
  padding: 0 36px;
  color: var(--white);
  background: var(--graphite);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.site-brand {
  min-width: 250px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding-right: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.site-brand img {
  width: 66px;
  height: 58px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.site-brand strong,
.site-brand small {
  display: block;
}

.site-brand strong {
  font-size: 20px;
}

.site-brand small {
  margin-top: 4px;
  color: #aeb9b5;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.desktop-nav > a,
.product-menu > summary {
  min-width: 92px;
  display: grid;
  place-items: center;
  padding: 0 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 750;
  list-style: none;
}

.desktop-nav > a:hover,
.desktop-nav > a[aria-current="page"],
.product-menu[open] > summary,
.product-menu.active > summary {
  color: var(--graphite);
  background: var(--mint);
}

.product-menu {
  position: relative;
}

.product-menu > summary {
  height: 100%;
  cursor: pointer;
}

.product-menu > summary::-webkit-details-marker {
  display: none;
}

.product-menu-panel {
  position: absolute;
  top: 86px;
  left: 0;
  width: 760px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 18px;
  color: var(--text);
  background: var(--white);
  border-top: 4px solid var(--mint);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
}

.product-menu-panel a {
  min-height: 160px;
  display: flex;
  justify-content: flex-end;
  padding: 22px;
  background: var(--paper);
  border-right: 1px solid var(--line);
  flex-direction: column;
}

.product-menu-panel a:nth-child(2) {
  background: #e8f4ef;
}

.product-menu-panel a:nth-child(3) {
  background: #f5eddd;
}

.product-menu-panel span {
  color: var(--mint-deep);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-menu-panel strong {
  margin-top: 10px;
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.16;
}

.header-quote {
  align-self: center;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  padding: 0 19px;
  color: var(--graphite-deep);
  background: linear-gradient(135deg, var(--mint), var(--acid));
  font-size: 12px;
  font-weight: 850;
}

.language-switcher {
  align-self: center;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-right: 12px;
  padding: 0 11px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 12px;
  font-weight: 800;
}

.language-switcher span {
  color: var(--mint);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.language-switcher select {
  max-width: 128px;
  border: 0;
  color: var(--white);
  background: transparent;
  font: inherit;
  outline: 0;
}

.language-switcher option {
  color: var(--graphite);
}

.header-quote::after,
.live-button::after,
.text-link::after {
  margin-left: 16px;
  content: ">";
  font-size: 17px;
}

.mobile-nav {
  display: none;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--mint-deep);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.eyebrow.light {
  color: var(--mint);
}

.live-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  color: var(--graphite-deep);
  background: linear-gradient(135deg, var(--mint), var(--acid));
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 850;
}

.live-button.dark {
  color: var(--white);
  background: var(--graphite-deep);
}

.live-button.outline {
  color: var(--white);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.55);
}

.home-hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--graphite-deep);
}

.home-hero::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(17, 21, 22, 0.98) 0%, rgba(40, 61, 57, 0.84) 47%, rgba(211, 154, 59, 0.12) 80%),
    var(--hero-image) center / cover;
  content: "";
}

.home-hero-content {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 72px), var(--max));
  margin: 0 auto;
  padding: 88px 0 160px;
}

.home-hero h1 {
  max-width: 950px;
  margin: 0;
  font-size: clamp(55px, 6.5vw, 104px);
  line-height: 0.93;
}

.home-hero h1 span {
  color: var(--mint);
  background: linear-gradient(90deg, var(--acid), var(--mint) 62%, #e0b667);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home-hero-copy {
  max-width: 650px;
  margin: 30px 0 34px;
  color: #d7dedb;
  font-size: 18px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  gap: 12px;
}

.hero-note {
  position: absolute;
  z-index: 2;
  right: 34px;
  bottom: 34px;
  width: 290px;
  padding: 25px;
  color: var(--white);
  background: linear-gradient(135deg, rgba(17, 21, 22, 0.94), rgba(49, 75, 70, 0.92));
  border-left: 4px solid var(--gold);
}

.hero-note strong {
  display: block;
  margin-bottom: 8px;
  font-size: 19px;
}

.hero-note span {
  color: #c9d3cf;
  font-size: 12px;
  line-height: 1.6;
}

.proof-band {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  color: var(--white);
  background: var(--graphite);
}

.proof-band > div {
  min-height: 135px;
  display: flex;
  justify-content: center;
  padding: 26px 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  flex-direction: column;
}

.proof-band > div:first-child {
  color: var(--graphite-deep);
  background: linear-gradient(135deg, var(--acid), var(--mint));
}

.proof-band > div:nth-child(3) {
  background: var(--graphite-soft);
}

.proof-band > div:nth-child(4) {
  background: #695125;
}

.proof-band strong {
  font-size: 29px;
}

.proof-band span {
  margin-top: 6px;
  color: #abb6b2;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.proof-band > div:first-child span {
  color: var(--graphite);
}

.live-section {
  padding: 100px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 48px;
}

.section-heading h2 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(42px, 5vw, 76px);
  line-height: 0.96;
}

.section-heading > p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.systems-band {
  background: linear-gradient(120deg, #f3f4f1 0%, #e1eee9 56%, #f3ead9 100%);
}

.system-grid,
.product-directory {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.system-card,
.product-card {
  min-height: 575px;
  display: grid;
  grid-template-rows: 310px 1fr;
  overflow: hidden;
  background: var(--white);
  border-top: 5px solid var(--mint);
}

.system-card:nth-child(2),
.product-card:nth-child(3n + 2) {
  background: #e8f4ef;
  border-top-color: var(--gold);
}

.system-card:nth-child(3),
.product-card:nth-child(3n + 3) {
  background: #f5eddd;
  border-top-color: var(--acid);
}

.system-card img,
.product-card img {
  height: 310px;
  object-fit: cover;
}

.system-card-content,
.product-card-content {
  display: flex;
  padding: 30px;
  flex-direction: column;
}

.system-card span,
.product-card span {
  color: var(--mint-deep);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.system-card h3,
.product-card h3 {
  margin: 12px 0 11px;
  font-size: clamp(23px, 2vw, 28px);
  line-height: 1.08;
}

.system-card p,
.product-card p {
  margin: 0 0 22px;
  color: var(--muted);
  line-height: 1.55;
}

.text-link {
  width: fit-content;
  margin-top: auto;
  color: var(--mint-deep);
  font-size: 12px;
  font-weight: 850;
}

.manufacturing-band {
  color: var(--white);
  background: linear-gradient(125deg, var(--graphite-deep) 0%, var(--graphite-soft) 56%, #705628 120%);
}

.split-layout {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 70px;
  align-items: center;
}

.split-copy h2 {
  margin: 0 0 25px;
  font-size: clamp(43px, 5vw, 76px);
  line-height: 0.95;
}

.split-copy > p {
  color: #c0cac6;
  line-height: 1.7;
}

.split-media {
  position: relative;
}

.split-media > img,
.split-media-video {
  width: 100%;
  height: 600px;
  display: block;
  background: var(--graphite-deep);
  object-fit: cover;
}

.split-media-caption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  max-width: 260px;
  padding: 20px;
  color: var(--graphite-deep);
  background: linear-gradient(135deg, var(--mint), var(--acid));
}

.split-media-caption strong,
.split-media-caption span {
  display: block;
}

.split-media-caption strong {
  font-size: 24px;
}

.split-media-caption span {
  margin-top: 6px;
  font-size: 11px;
  font-weight: 800;
}

.step-list {
  margin: 34px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.step-list > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 15px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.step-list span {
  color: var(--mint);
  font-size: 11px;
}

.company-intro-band {
  background:
    radial-gradient(circle at 72% 22%, rgba(116, 217, 187, 0.24), transparent 34%),
    linear-gradient(120deg, #f7fbf8 0%, #e8f4ef 54%, #f5efdf 100%);
}

.company-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  gap: 64px;
  align-items: center;
}

.company-intro-copy h2 {
  max-width: 820px;
  margin: 12px 0 0;
  font-size: clamp(42px, 5vw, 76px);
  line-height: 0.98;
}

.company-intro-lead {
  max-width: 800px;
  margin: 28px 0 0;
  color: #314442;
  font-size: 18px;
  line-height: 1.78;
}

.intro-chip-row {
  display: flex;
  margin: 28px 0 0;
  gap: 10px;
  flex-wrap: wrap;
}

.intro-chip-row span {
  padding: 10px 13px;
  color: var(--graphite-deep);
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(0, 117, 93, 0.2);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.company-intro-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
  border: 1px solid rgba(21, 36, 35, 0.14);
  background: rgba(255, 255, 255, 0.58);
}

.company-intro-proof div {
  min-height: 112px;
  padding: 22px;
  border-right: 1px solid rgba(21, 36, 35, 0.14);
}

.company-intro-proof div:last-child {
  border-right: 0;
}

.company-intro-proof strong,
.company-intro-proof span {
  display: block;
}

.company-intro-proof strong {
  color: var(--graphite-deep);
  font-size: clamp(26px, 2.6vw, 40px);
  line-height: 1;
}

.company-intro-proof span {
  margin-top: 10px;
  color: var(--mint-deep);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
}

.company-intro-visual {
  display: grid;
  gap: 14px;
  margin: 0;
}

.company-intro-visual img {
  width: 100%;
  min-height: 560px;
  display: block;
  object-fit: cover;
  border: 1px solid rgba(21, 36, 35, 0.16);
  box-shadow: 0 34px 70px rgba(17, 29, 28, 0.14);
  background: #dfe8e4;
}

.company-intro-visual figcaption {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 16px 18px;
  color: var(--graphite-deep);
  background: linear-gradient(90deg, rgba(116, 217, 187, 0.72), rgba(225, 243, 152, 0.74));
  border: 1px solid rgba(0, 117, 93, 0.2);
}

.company-intro-visual figcaption strong,
.company-intro-visual figcaption span {
  display: block;
}

.company-intro-visual figcaption strong {
  font-size: 16px;
  line-height: 1.15;
}

.company-intro-visual figcaption span {
  font-size: 11px;
  font-weight: 850;
  text-align: right;
  text-transform: uppercase;
}

.applications-band {
  background: linear-gradient(120deg, #fafbf9 0%, #e6f2ed 52%, #f5eddd 100%);
}

.application-overview-band {
  background: var(--white);
}

.application-overview-band .info-grid {
  border-top: 1px solid var(--line);
}

.application-overview-band .info-card {
  min-height: 230px;
  border-top-color: var(--gold);
}

.application-overview-band .info-card:nth-child(2) {
  border-top-color: var(--mint);
  background: #edf6f2;
}

.application-overview-band .info-card:nth-child(3) {
  border-top-color: var(--acid);
  background: #f5f1e4;
}

.application-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
}

.application-card {
  position: relative;
  height: 360px;
  min-height: 0;
  overflow: hidden;
  color: var(--white);
  grid-column: span 4;
}

.application-card:last-child:nth-child(3n + 1) {
  grid-column: 5 / span 4;
}

.application-card:nth-last-child(2):nth-child(3n + 1) {
  grid-column: 3 / span 4;
}

.application-card img {
  height: 100%;
  object-fit: cover;
}

.application-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(17, 21, 22, 0.72), rgba(17, 21, 22, 0.02) 64%);
  content: "";
}

.application-card div {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 27px;
}

.application-card span {
  color: var(--mint);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.application-card h3 {
  margin: 8px 0 0;
  font-size: 26px;
}

.quality-band {
  background: var(--white);
}

.quality-rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.quality-rail article {
  min-height: 240px;
  padding: 28px;
  background: var(--white);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.quality-rail article:nth-child(2) {
  background: #e8f4ef;
}

.quality-rail article:nth-child(3) {
  background: #f5eddd;
}

.quality-rail article:nth-child(4) {
  color: var(--white);
  background: var(--graphite);
}

.quality-rail span {
  color: var(--mint-deep);
  font-size: 11px;
  font-weight: 900;
}

.quality-rail h3 {
  margin: 32px 0 10px;
  font-size: 21px;
}

.quality-rail p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.quality-rail article:nth-child(4) p {
  color: #bdc7c3;
}

.resource-grid,
.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.resource-card,
.info-card {
  min-height: 250px;
  display: flex;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 4px solid var(--mint);
  flex-direction: column;
}

.resource-card:nth-child(2),
.info-card:nth-child(3n + 2) {
  border-top-color: var(--gold);
}

.resource-card h3,
.info-card h3 {
  margin: 24px 0 10px;
  font-size: 22px;
}

.resource-card p,
.info-card p {
  margin: 0 0 22px;
  color: var(--muted);
  line-height: 1.55;
}

.cta-band {
  padding: 72px 0;
  color: var(--white);
  background: linear-gradient(105deg, #b47f29 0%, var(--gold) 38%, #53bfa4 100%);
}

.cta-band .live-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
}

.cta-band h2 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(38px, 4.4vw, 66px);
  line-height: 1;
}

.page-banner {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: var(--graphite-deep);
}

.page-banner::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(17, 21, 22, 0.97) 0%, rgba(40, 61, 57, 0.8) 50%, rgba(211, 154, 59, 0.14) 84%),
    var(--banner-image) center / cover;
  content: "";
}

.page-banner-content {
  position: relative;
  z-index: 1;
  padding: 80px 0 72px;
}

.page-banner h1 {
  max-width: 970px;
  margin: 0;
  font-size: clamp(48px, 6vw, 90px);
  line-height: 0.94;
}

.page-banner p:not(.eyebrow) {
  max-width: 720px;
  margin: 25px 0 0;
  color: #d4dcd9;
  font-size: 18px;
  line-height: 1.65;
}

.breadcrumb {
  margin-bottom: 24px;
  color: #b9c5c0;
  font-size: 11px;
  font-weight: 750;
  text-transform: uppercase;
}

.breadcrumb a {
  color: var(--mint);
}

.product-filter-note {
  display: flex;
  gap: 9px;
  margin-bottom: 34px;
  flex-wrap: wrap;
}

.product-filter-note span,
.tag-list span {
  padding: 9px 12px;
  color: var(--graphite);
  background: #e5ebe7;
  border: 1px solid var(--line);
  font-size: 11px;
  font-weight: 750;
}

.product-card {
  min-height: 545px;
}

.feature-band {
  color: var(--white);
  background: linear-gradient(125deg, var(--graphite-deep), var(--graphite-soft) 58%, #705628 130%);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.feature-grid article {
  min-height: 200px;
  padding: 27px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.feature-grid span {
  color: var(--mint);
  font-size: 11px;
  font-weight: 900;
}

.feature-grid h3 {
  margin: 28px 0 9px;
  font-size: 20px;
}

.feature-grid p {
  margin: 0;
  color: #b9c4c0;
  font-size: 14px;
  line-height: 1.55;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
}

.gallery-grid figure {
  position: relative;
  min-height: 330px;
  margin: 0;
  overflow: hidden;
  background: #dfe4e1;
  grid-column: span 4;
}

.gallery-grid figure:first-child {
  grid-column: span 8;
}

.gallery-grid img {
  height: 100%;
  object-fit: cover;
}

.gallery-grid figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 13px 15px;
  color: var(--white);
  background: rgba(17, 21, 22, 0.84);
  font-size: 12px;
  font-weight: 750;
}

.news-band {
  background: linear-gradient(120deg, #f7faf8 0%, #e6f2ed 58%, #f5eddd 100%);
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.news-card {
  min-height: 100%;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 5px solid var(--mint);
}

.news-card:nth-child(2) {
  border-top-color: var(--gold);
}

.news-card:nth-child(3) {
  border-top-color: var(--acid);
}

.news-card a {
  min-height: 100%;
  display: grid;
  grid-template-rows: 260px 1fr;
}

.news-card img {
  height: 260px;
  object-fit: cover;
}

.news-card-body {
  display: flex;
  padding: 26px;
  flex-direction: column;
}

.news-card-body span,
.news-article-head span {
  color: var(--mint-deep);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.news-card-body h3 {
  margin: 15px 0 12px;
  font-size: 25px;
  line-height: 1.08;
}

.news-card-body p {
  margin: 0 0 24px;
  color: var(--muted);
  line-height: 1.58;
}

.news-card-body strong {
  margin-top: auto;
  color: var(--mint-deep);
  font-size: 12px;
  text-transform: uppercase;
}

.news-article-list {
  display: grid;
  gap: 28px;
}

.news-article {
  display: grid;
  grid-template-columns: 0.42fr 0.58fr;
  gap: 44px;
  padding: 42px;
  background: var(--white);
  border: 1px solid var(--line);
}

.news-article-head {
  position: sticky;
  top: 120px;
  align-self: start;
}

.news-article-head h2 {
  margin: 16px 0 18px;
  font-size: clamp(32px, 3.3vw, 52px);
  line-height: 1;
}

.news-article-head p,
.news-article-body p {
  color: var(--muted);
  line-height: 1.68;
}

.news-article-body p:first-child {
  margin-top: 0;
}

.news-keywords {
  grid-column: 2;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.news-keywords span {
  padding: 8px 10px;
  background: #e8f4ef;
  border: 1px solid var(--line);
  color: var(--graphite);
  font-size: 11px;
  font-weight: 750;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.process-grid article {
  min-height: 280px;
  padding: 28px;
  background: var(--white);
}

.process-grid article:nth-child(2) {
  background: #e8f4ef;
}

.process-grid article:nth-child(3) {
  background: #f5eddd;
}

.process-grid article:nth-child(4) {
  color: var(--white);
  background: var(--graphite);
}

.process-grid span {
  color: var(--mint-deep);
  font-size: 12px;
  font-weight: 900;
}

.process-grid h3 {
  margin: 52px 0 12px;
  font-size: 23px;
}

.process-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.process-grid article:nth-child(4) p {
  color: #bbc5c1;
}

.market-list,
.tag-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.market-list span {
  padding: 13px 16px;
  color: var(--white);
  background: var(--graphite);
  font-size: 12px;
  font-weight: 750;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
  list-style: none;
}

.faq-list summary::after {
  color: var(--mint-deep);
  content: "+";
  font-size: 24px;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  max-width: 900px;
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.product-detail {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  min-height: 690px;
  background: linear-gradient(120deg, #f3f4f1, #e7f2ed 65%, #f5eddd);
}

.product-detail-media {
  min-height: 690px;
  display: grid;
  place-items: center;
  padding: 50px;
  background: var(--white);
  border-right: 1px solid var(--line);
}

.product-detail-media img {
  max-height: 590px;
  object-fit: contain;
}

.product-detail-video {
  width: 100%;
  height: min(590px, 72vh);
  display: block;
  background: var(--graphite-deep);
  object-fit: cover;
}

.product-detail-copy {
  display: flex;
  justify-content: center;
  padding: 7vw;
  flex-direction: column;
}

.product-detail h1 {
  margin: 0;
  font-size: clamp(40px, 4.8vw, 68px);
  line-height: 0.98;
}

.product-detail-copy > p:not(.eyebrow) {
  margin: 25px 0 30px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.spec-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}

.spec-table {
  border-top: 1px solid var(--line);
}

.spec-row {
  display: grid;
  grid-template-columns: 0.42fr 0.58fr;
  gap: 20px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}

.spec-row strong {
  font-size: 13px;
}

.spec-row span {
  color: var(--muted);
  line-height: 1.5;
}

.benefit-list {
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.benefit-list div {
  min-height: 72px;
  display: flex;
  align-items: center;
  padding: 16px 20px;
  background: var(--white);
  font-weight: 750;
}

.benefit-list div::before {
  width: 9px;
  height: 9px;
  margin-right: 13px;
  background: var(--mint);
  content: "";
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 65px;
}

.contact-details {
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.contact-details a,
.contact-details div {
  min-height: 96px;
  display: flex;
  justify-content: center;
  padding: 20px;
  background: var(--white);
  flex-direction: column;
}

.contact-details small {
  margin-bottom: 8px;
  color: var(--mint-deep);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.rfq-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 17px;
}

.form-field {
  display: grid;
  gap: 8px;
}

.form-field.full {
  grid-column: span 2;
}

.form-field label {
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--text);
  background: var(--white);
  border: 1px solid #aeb8b3;
  border-radius: 0;
  outline: none;
}

.form-field textarea {
  min-height: 150px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--mint-deep);
  box-shadow: 0 0 0 2px rgba(118, 216, 191, 0.22);
}

.form-status {
  align-self: center;
  color: var(--mint-deep);
  font-size: 13px;
  font-weight: 750;
}

.map-frame {
  width: 100%;
  height: 560px;
  display: block;
  border: 0;
}

.map-band {
  position: relative;
  background: var(--graphite);
}

.map-caption {
  position: absolute;
  z-index: 2;
  top: 25px;
  left: 25px;
  max-width: 320px;
  padding: 22px;
  color: var(--white);
  background: rgba(17, 21, 22, 0.92);
  border-left: 4px solid var(--mint);
}

.map-caption strong,
.map-caption span {
  display: block;
}

.map-caption span {
  margin-top: 8px;
  color: #c3cdc9;
  font-size: 12px;
}

.site-footer {
  color: #b9c3bf;
  background: var(--graphite-deep);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr 1fr;
  gap: 55px;
  padding: 70px 0;
}

.footer-brand img {
  width: 72px;
  height: 60px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.footer-brand p {
  max-width: 360px;
  color: #aeb9b5;
  line-height: 1.65;
}

.footer-column h3 {
  margin: 0 0 18px;
  color: var(--white);
  font-size: 13px;
  text-transform: uppercase;
}

.footer-column a,
.footer-column span {
  display: block;
  margin: 10px 0;
  font-size: 13px;
  line-height: 1.5;
}

.footer-column a:hover {
  color: var(--mint);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding: 22px 0;
  border-top: 1px solid #363d3b;
  font-size: 11px;
}

.admin-link {
  color: #737e7a;
}

@media (max-width: 1120px) {
  .desktop-nav,
  .site-header-main > .language-switcher,
  .header-quote {
    display: none;
  }

  .site-header-main {
    grid-template-columns: 1fr auto;
  }

  .mobile-nav {
    position: relative;
    display: block;
    align-self: center;
  }

  .mobile-nav summary {
    width: 46px;
    height: 46px;
    display: grid;
    place-content: center;
    cursor: pointer;
    list-style: none;
    border: 1px solid #59615f;
  }

  .mobile-nav summary::-webkit-details-marker {
    display: none;
  }

  .mobile-nav summary span {
    width: 22px;
    height: 2px;
    display: block;
    margin: 3px 0;
    background: var(--white);
  }

  .mobile-nav-panel {
    position: fixed;
    z-index: 60;
    top: 120px;
    right: 0;
    bottom: 0;
    width: min(420px, 100%);
    padding: 25px;
    color: var(--text);
    background: var(--white);
    box-shadow: -15px 20px 35px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
  }

  .mobile-nav-panel a {
    display: block;
    padding: 16px 4px;
    border-bottom: 1px solid var(--line);
    font-size: 17px;
    font-weight: 750;
  }

  .mobile-nav-panel .language-switcher {
    width: 100%;
    justify-content: space-between;
    margin: 0 0 18px;
    color: var(--graphite);
    border-color: var(--line);
    background: var(--paper);
  }

  .mobile-nav-panel .language-switcher select {
    max-width: 220px;
    color: var(--graphite);
  }

  .mobile-product-links {
    padding: 10px 0 16px 18px;
    background: #eef4f0;
  }

  .mobile-product-links a {
    font-size: 14px;
  }

  .system-grid,
  .product-directory {
    grid-template-columns: repeat(2, 1fr);
  }

  .quality-rail,
  .feature-grid,
  .process-grid,
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .company-intro-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .company-intro-copy h2,
  .company-intro-lead {
    max-width: 980px;
  }

  .company-intro-visual img {
    min-height: 460px;
  }

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

  .footer-main > div:last-child {
    grid-column: span 3;
  }
}

@media (max-width: 720px) {
  .live-shell {
    width: calc(100% - 36px);
  }

  .site-announcement {
    justify-content: center;
    padding: 8px 18px;
    text-align: center;
  }

  .site-announcement a {
    display: none;
  }

  .site-header-main {
    min-height: 72px;
    padding: 0 18px;
  }

  .site-brand {
    min-width: 0;
    border: 0;
  }

  .site-brand img {
    width: 56px;
    height: 50px;
  }

  .site-brand small {
    display: none;
  }

  .mobile-nav-panel {
    top: 106px;
  }

  .home-hero {
    min-height: 760px;
  }

  .home-hero-content {
    width: calc(100% - 36px);
    padding: 68px 0 210px;
  }

  .home-hero h1,
  .page-banner h1 {
    font-size: 50px;
  }

  .home-hero-copy {
    font-size: 16px;
  }

  .hero-actions {
    display: grid;
  }

  .hero-note {
    right: 18px;
    bottom: 18px;
    left: 18px;
    width: auto;
  }

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

  .proof-band > div {
    min-height: 112px;
    padding: 20px;
  }

  .proof-band strong {
    font-size: 24px;
  }

  .live-section {
    padding: 72px 0;
  }

  .section-heading,
  .split-layout,
  .product-detail,
  .spec-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .section-heading {
    gap: 22px;
  }

  .section-heading h2,
  .split-copy h2 {
    font-size: 42px;
  }

  .company-intro-copy h2 {
    font-size: 42px;
  }

  .company-intro-lead {
    font-size: 16px;
    line-height: 1.65;
  }

  .company-intro-proof {
    grid-template-columns: 1fr;
  }

  .company-intro-proof div {
    min-height: 96px;
    border-right: 0;
    border-bottom: 1px solid rgba(21, 36, 35, 0.14);
  }

  .company-intro-proof div:last-child {
    border-bottom: 0;
  }

  .company-intro-visual img {
    min-height: 320px;
  }

  .company-intro-visual figcaption {
    display: block;
  }

  .company-intro-visual figcaption span {
    margin-top: 8px;
    text-align: left;
  }

  .system-grid,
  .product-directory,
  .resource-grid,
  .info-grid,
  .quality-rail,
  .feature-grid,
  .process-grid,
  .news-grid,
  .news-article {
    grid-template-columns: 1fr;
  }

  .news-article {
    gap: 22px;
    padding: 28px;
  }

  .news-article-head {
    position: static;
  }

  .news-keywords {
    grid-column: 1;
  }

  .system-card,
  .product-card {
    min-height: 520px;
  }

  .split-media > img {
    height: 430px;
  }

  .application-grid {
    grid-template-columns: 1fr;
  }

  .application-card,
  .application-card:last-child:nth-child(3n + 1),
  .application-card:nth-last-child(2):nth-child(3n + 1),
  .application-card:last-child:nth-child(odd) {
    height: 360px;
    min-height: 0;
    grid-column: 1;
  }

  .cta-band .live-shell {
    display: grid;
  }

  .cta-band h2 {
    font-size: 40px;
  }

  .page-banner {
    min-height: 570px;
  }

  .page-banner-content {
    padding: 65px 0 55px;
  }

  .page-banner p:not(.eyebrow) {
    font-size: 16px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid figure,
  .gallery-grid figure:first-child {
    min-height: 300px;
    grid-column: 1;
  }

  .product-detail-media {
    min-height: 460px;
  }

  .product-detail-copy {
    padding: 60px 24px;
  }

  .product-detail h1 {
    font-size: 46px;
  }

  .rfq-form {
    grid-template-columns: 1fr;
  }

  .form-field.full {
    grid-column: 1;
  }

  .map-frame {
    height: 520px;
  }

  .map-caption {
    right: 18px;
    left: 18px;
    max-width: none;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 55px 0;
  }

  .footer-main > div:last-child {
    grid-column: 1;
  }

  .footer-bottom {
    display: grid;
    gap: 10px;
  }
}
