:root {
  --font-sans: "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
  --fs-hero: 64px;
  --fs-page-title: 56px;
  --fs-section-title: 52px;
  --fs-card-title: 26px;
  --fs-body: 17px;
  --fs-muted: 15px;
  --fs-button: 14px;
  --lh-hero: 1.1;
  --lh-page-title: 1.12;
  --lh-section-title: 1.18;
  --lh-card-title: 1.3;
  --lh-body: 1.7;
  --lh-muted: 1.65;
  --lh-button: 1.3;
  --type-caption: var(--fs-muted);
  --type-body: var(--fs-body);
  --type-lead: var(--fs-body);
  --type-h3: var(--fs-card-title);
  --type-h2: var(--fs-section-title);
  --type-h1: var(--fs-page-title);
  --white: #ffffff;
  --black: #000000;
  --text: #171a20;
  --muted: #5c5e62;
  --line: #e5e5e5;
  --soft: #f4f4f4;
  --accent: #e31937;
  --page-x: calc(4vw + 16px);
  --safe-width: calc(100vw - 2 * var(--page-x));
  --gap: clamp(14px, 2vw, 32px);
  --title-content-gap: 56px;
  --duration: 300ms;
  --site-header-height: 64px;
  --section-subnav-height: 59px;
  font-family: var(--font-sans);
  color: var(--text);
  background: var(--white);
}

.text-hero-title {
  font-size: var(--fs-hero);
  line-height: var(--lh-hero);
}

.text-page-title {
  font-size: var(--fs-page-title);
  line-height: var(--lh-page-title);
}

.text-section-title {
  font-size: var(--fs-section-title);
  line-height: var(--lh-section-title);
}

.text-card-title {
  font-size: var(--fs-card-title);
  line-height: var(--lh-card-title);
}

.text-body {
  font-size: var(--fs-body);
  line-height: var(--lh-body);
}

.text-muted {
  font-size: var(--fs-muted);
  line-height: var(--lh-muted);
}

.text-button {
  font-size: var(--fs-button);
  line-height: var(--lh-button);
}

.home-page main .slide-copy h1 {
  font-size: var(--fs-hero) !important;
  line-height: var(--lh-hero) !important;
}

.home-page main .enterprise-media-copy h3,
.home-page main .enterprise-stats strong {
  font-size: var(--fs-page-title) !important;
  line-height: var(--lh-page-title) !important;
}

.home-page main .section-head h2,
.home-page main .contact-info h2,
.contact .contact-info h2 {
  font-size: var(--fs-section-title) !important;
  line-height: var(--lh-section-title) !important;
}

.home-page main article h3,
.home-page main .business-card h3,
.home-page main .barrier-title h3,
.home-page main .cases .case-list h3,
.home-page main .enterprise-certifications h3,
.home-page main .application-tabs-bar button,
.home-page main .enterprise-media-copy span,
.home-page main .application-scene-copy span {
  font-size: var(--fs-card-title) !important;
  line-height: var(--lh-card-title) !important;
}

.home-page main p,
.home-page main li,
.home-page main address,
.contact .contact-info address,
.home-page main .slide-copy p,
.home-page main .cases .case-list p,
.home-page main .business-card p,
.home-page main .barriers ul,
.home-page main .enterprise-stats span {
  font-size: var(--fs-body) !important;
  line-height: var(--lh-body) !important;
}

.home-page main .section-head p,
.home-page main .enterprise-certifications p,
.home-page main .contact-info span,
.home-page main .contact-info address span,
.contact .contact-info span,
.contact .contact-info address span {
  font-size: var(--fs-muted) !important;
  line-height: var(--lh-muted) !important;
}

.home-page main .button,
.home-page main .text-link,
.home-page main .enterprise-media-tabs button,
.home-page main .enterprise-media-more,
.home-page main .application-scene-copy a,
.home-page main .cases .case-list a {
  font-size: var(--fs-button) !important;
  line-height: var(--lh-button) !important;
}

@media (max-width: 1440px) {
  :root {
    --fs-hero: 58px;
    --fs-page-title: 52px;
    --fs-section-title: 48px;
    --fs-card-title: 24px;
    --fs-body: 16px;
    --fs-muted: 14px;
    --fs-button: 14px;
  }
}

@media (max-width: 1200px) {
  :root {
    --fs-hero: 52px;
    --fs-page-title: 46px;
    --fs-section-title: 42px;
    --fs-card-title: 22px;
    --fs-body: 16px;
    --fs-muted: 14px;
    --fs-button: 14px;
    --title-content-gap: 48px;
  }
}

@media (max-width: 900px) {
  :root {
    --fs-hero: 44px;
    --fs-page-title: 40px;
    --fs-section-title: 36px;
    --fs-card-title: 21px;
    --fs-body: 15px;
    --fs-muted: 14px;
    --fs-button: 13px;
    --title-content-gap: 36px;
  }
}

@media (max-width: 600px) {
  :root {
    --fs-hero: 34px;
    --fs-page-title: 32px;
    --fs-section-title: 30px;
    --fs-card-title: 20px;
    --fs-body: 15px;
    --fs-muted: 13px;
    --fs-button: 13px;
    --title-content-gap: 28px;
  }
}

@media (max-width: 390px) {
  :root {
    --fs-hero: 30px;
    --fs-page-title: 28px;
    --fs-section-title: 26px;
    --fs-card-title: 18px;
    --fs-body: 14px;
    --fs-muted: 13px;
    --fs-button: 12px;
  }
}

/* Production control page */
.production-page{--production-max:1440px;background:#fff;color:#171a20}.production-page+ .blank-page{display:none}.production-page h1,.production-page h2,.production-page h3,.production-page p{margin:0}.production-hero{position:relative;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-template-rows:1fr auto;align-content:end;gap:clamp(28px,4vh,46px) var(--gap);min-height:calc(100svh - 123px);padding:clamp(70px,10vh,118px) var(--page-x) clamp(36px,5vh,64px);overflow:hidden;background:#111;color:#fff}.production-hero>img{position:absolute;z-index:0;inset:0;width:100%;height:100%;object-fit:cover;filter:none}.production-hero-shade{position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,rgba(5,7,10,.86) 0%,rgba(5,7,10,.62) 34%,rgba(5,7,10,.22) 68%,rgba(5,7,10,.08) 100%),linear-gradient(180deg,rgba(5,7,10,.08) 0%,rgba(5,7,10,.18) 48%,rgba(5,7,10,.78) 100%)}.production-hero-content{position:relative;z-index:2;grid-column:1 / span 8;align-self:end;max-width:1080px}.production-page-name{margin-bottom:clamp(24px,3vh,36px)!important;font-size:clamp(52px,6vw,88px)!important;line-height:1.03!important;font-weight:700;letter-spacing:0!important}.production-hero h1{max-width:920px;margin-bottom:clamp(34px,4vh,54px)!important;font-size:clamp(22px,1.6vw,28px)!important;line-height:1.45!important;letter-spacing:0!important;font-weight:700!important;white-space:nowrap}.production-hero-content>p:last-child{max-width:840px;margin-top:0;color:rgba(255,255,255,.7);font-size:clamp(15px,1vw,18px)!important;line-height:1.65!important;font-weight:500!important}.production-metrics{position:relative;z-index:2;grid-column:1 / span 9;display:grid;grid-template-columns:repeat(4,1fr);max-width:1180px;border-top:0}.production-metrics>div{display:flex;flex-direction:column;padding:0 clamp(18px,2vw,34px) 0 0}.production-metrics strong{font-size:clamp(46px,4.2vw,68px);line-height:1;letter-spacing:-.05em;font-weight:500}.production-metrics span{margin-top:12px;font-size:clamp(16px,1vw,18px);color:rgba(255,255,255,.55);white-space:nowrap}
.production-defenses,.production-section{max-width:var(--production-max);padding:clamp(92px,10vw,170px) var(--page-x);margin:0 auto}.production-defenses{background:#fff}.production-section-heading{display:grid;grid-template-columns:90px minmax(0,1fr);padding-bottom:clamp(54px,6vw,96px)}.production-section-heading>span,.production-team-copy>span,.production-closing-head>span{padding-top:10px;font-size:14px;font-weight:600;color:#6f7175}.production-section-heading h2,.production-team h2,.production-closing h2{max-width:980px;font-size:clamp(38px,4.5vw,72px);line-height:1.08;letter-spacing:-.052em;font-weight:600}.production-section-heading p{max-width:760px;margin-top:24px;font-size:17px;line-height:1.8;color:#5c5e62}.production-section-heading p strong{color:#171a20;font-weight:600}.production-defense-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.production-defense-grid article{min-height:clamp(240px,18vw,330px);padding:clamp(28px,3vw,48px);border:1px solid #d8d8d8;border-radius:8px;background:#fff}.production-defense-grid span,.production-flow-list b,.mes-capabilities span,.certification-card>span,.production-values span{display:block;color:#8b8d90;font-size:14px;font-weight:600}.production-defense-grid h3{margin-top:clamp(58px,6vw,98px);font-size:clamp(26px,2.4vw,40px);font-weight:500}.production-defense-grid p{margin-top:18px;color:#5c5e62;font-size:15px;line-height:1.75}.production-flow,.production-certifications{max-width:none;background:#f4f4f4}.production-flow>*,.production-environment>*,.production-certifications>*{max-width:calc(var(--production-max) - 2 * var(--page-x));margin-right:auto;margin-left:auto}.production-flow-list{padding:0;list-style:none;border-top:1px solid #1f2125}.production-flow-list li{display:grid;grid-template-columns:54px minmax(0,1fr);gap:clamp(18px,2.4vw,36px);padding:clamp(24px,2.5vw,38px) 20px;border-bottom:1px solid #c8c8c8;cursor:pointer;transition:background-color 220ms ease,border-color 220ms ease}.production-flow-list li>div{display:grid;grid-template-columns:minmax(150px,.65fr) minmax(0,1.35fr);gap:18px 28px;align-items:start}.production-flow-list h3{font-size:clamp(22px,2vw,32px);font-weight:500}.production-flow-list strong{font-size:18px;line-height:1.45;font-weight:600}.production-flow-list p{grid-column:2;margin-top:0;font-size:15px;line-height:1.75;color:#6f7175}.production-flow-list li:hover,.production-flow-list li:focus-visible,.production-flow-list li.active{border-color:#a8a8a8;background:rgba(23,26,32,.055);outline:none}.production-environment{max-width:none;background:#fff}.environment-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.environment-card{min-width:0;overflow:hidden;border:1px solid #d8d8d8;border-radius:8px;background:#fff}.environment-card img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;filter:grayscale(.15) saturate(.8)}.environment-card>div{padding:clamp(26px,3vw,44px)}.environment-card h3{font-size:clamp(22px,1.8vw,30px);font-weight:500}.environment-card strong{display:block;margin-top:clamp(34px,4vw,60px);padding-top:20px;border-top:1px solid #d3d3d3;font-size:clamp(42px,4.2vw,70px);line-height:1;letter-spacing:-.055em;font-weight:500}.environment-card p{margin-top:22px;font-size:15px;line-height:1.75;color:#5c5e62}.environment-card dl{margin:24px 0 0;border-top:1px solid #d3d3d3}.environment-card dt,.environment-card dd{display:inline-block;width:50%;margin:0;padding:11px 0;border-bottom:1px solid #d3d3d3;font-size:14px}.environment-card dd{text-align:right;font-size:15px;font-weight:600}.production-team{padding:clamp(100px,11vw,190px) max(var(--page-x),calc((100vw - var(--production-max))/2 + var(--page-x)));background:#111;color:#fff}.production-team-copy{max-width:1120px}.production-team-copy p{max-width:820px;margin-top:28px;font-size:17px;line-height:1.8;color:rgba(255,255,255,.62)}.production-team-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(44px,7vw,110px);margin-top:clamp(62px,7vw,110px)}.production-team-data{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;align-content:start}.production-team-data>div{min-height:230px;padding-top:24px;border-top:1px solid rgba(255,255,255,.45)}.production-team-data strong{display:block;font-size:clamp(64px,7vw,112px);line-height:.9;letter-spacing:-.075em;font-weight:500}.production-team-data sup{font-size:.45em}.production-team-data span{display:block;margin-top:24px;font-size:15px;line-height:1.6;color:rgba(255,255,255,.66)}.production-team-data>p{grid-column:1/-1;max-width:680px;padding-top:26px;border-top:1px solid rgba(255,255,255,.2);font-size:15px;line-height:1.8;color:rgba(255,255,255,.64)}.mes-capabilities{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.mes-capabilities article{min-height:210px;padding:clamp(26px,2.6vw,42px);border:1px solid rgba(255,255,255,.18);border-radius:8px;background:rgba(255,255,255,.045)}.mes-capabilities h3{margin-top:clamp(46px,5vw,82px);font-size:clamp(24px,2.2vw,36px);font-weight:500}.mes-capabilities p{margin-top:14px;color:rgba(255,255,255,.6);font-size:15px;line-height:1.7}.production-certifications{background:#f4f4f4}.certification-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.certification-card{padding:12px 12px 32px;border:1px solid #ddd;border-radius:8px;background:#fff}.certificate-placeholder{display:grid;place-items:center;height:clamp(110px,10vw,150px);margin-bottom:26px;overflow:hidden;border:1px solid #d6d6d6;border-radius:6px;background:#ececec}.certificate-placeholder img{display:block;width:100%;height:100%;object-fit:cover;filter:grayscale(.75) contrast(.92);opacity:.42}.certification-card:nth-child(2) .certificate-placeholder img{object-position:50% 18%}.certification-card:nth-child(3) .certificate-placeholder img{object-position:50% 50%;opacity:.34}.certification-card:nth-child(4) .certificate-placeholder img{object-position:50% 82%;opacity:.28}.certification-card h3{margin-top:20px;font-size:clamp(21px,1.6vw,28px);font-weight:600}.certification-card p{min-height:3em;margin-top:10px;font-size:14px;line-height:1.6;color:#5c5e62}.production-closing{padding:clamp(110px,14vw,230px) var(--page-x) clamp(90px,10vw,160px);text-align:center}.production-closing-head{max-width:1060px;margin:0 auto}.production-closing-head>span{display:block;margin-bottom:32px}.production-closing-head p{max-width:780px;margin:34px auto 0;font-size:17px;line-height:1.85;color:#5c5e62}.production-values{display:grid;grid-template-columns:repeat(3,1fr);max-width:calc(var(--production-max) - 2 * var(--page-x));margin:clamp(70px,8vw,120px) auto 0;border-top:1px solid #171a20}.production-values article{padding:28px 28px 48px;text-align:left;border-right:1px solid #d6d6d6}.production-values article:last-child{border-right:0}.production-values h3{margin-top:54px;font-size:30px;font-weight:500}.production-values p{margin-top:14px;font-size:14px;color:#6f7175}.production-cta{display:inline-flex;align-items:center;gap:48px;margin-top:60px;padding:16px 22px;border:1px solid #171a20;background:transparent;color:inherit;font:inherit;font-size:14px;font-weight:600;cursor:pointer;transition:.25s}.production-cta:hover{color:#fff;background:#171a20;text-decoration:none}

.production-environment{padding-top:clamp(72px,7vw,118px);padding-bottom:clamp(72px,7vw,118px)}
.production-environment .production-section-heading{padding-bottom:var(--title-content-gap)}
.production-environment .environment-card img{height:clamp(240px,20vw,320px);aspect-ratio:auto;object-fit:cover}
.production-environment .environment-card>div{padding:clamp(28px,2.2vw,32px)}
.production-environment .environment-card strong{margin-top:clamp(22px,2.4vw,30px);padding-top:18px;border-top-color:rgba(0,0,0,.08);font-size:clamp(52px,3.5vw,58px);letter-spacing:-.045em}
.production-environment .environment-card p{margin-top:16px;line-height:1.65}
.environment-parameter-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.environment-parameter-pills span{display:inline-flex;align-items:center;gap:14px;max-width:100%;padding:9px 12px;border:1px solid rgba(0,0,0,.08);border-radius:999px;background:#f6f7f8;color:#171a20}
.environment-parameter-pills b,.environment-parameter-pills em{font-style:normal;font-size:13px;line-height:1.2;white-space:nowrap}
.environment-parameter-pills b{font-weight:500;color:#5c5e62}
.environment-parameter-pills em{font-weight:600}
.production-page .production-metrics strong {
  display: block;
  margin-bottom: 10px;
  font-size: clamp(38px, 3vw, 54px);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
}

.production-page .production-metrics span {
  font-size: clamp(17px, 1vw, 20px);
  line-height: 1.35;
  font-weight: 600;
}

@media(max-width:600px) {
  .production-page .production-metrics span {
    font-size: 15px;
  }
}

@media(max-width:900px){.production-metrics{grid-template-columns:repeat(2,1fr);row-gap:24px}.production-defense-grid,.production-team-layout{grid-template-columns:1fr}.production-section-heading{grid-template-columns:58px minmax(0,1fr)}.environment-grid{grid-template-columns:1fr}.environment-card{display:grid;grid-template-columns:1fr 1fr}.environment-card img{height:100%;aspect-ratio:auto}.certification-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.production-hero{grid-template-columns:1fr;min-height:calc(100svh - 123px);padding-top:clamp(42px,7vh,68px);padding-bottom:clamp(24px,4vh,40px)}.production-hero>img{object-position:64% center}.production-hero-shade{background:linear-gradient(180deg,rgba(5,6,7,.58),rgba(5,6,7,.48) 48%,rgba(5,6,7,.84))}.production-hero-content,.production-metrics{grid-column:1}.production-page-name{margin-bottom:16px!important;font-size:clamp(34px,9vw,46px)!important}.production-hero h1{margin-bottom:24px!important;font-size:clamp(16px,4.4vw,20px)!important;line-height:1.42!important;white-space:normal}.production-hero-content>p:last-child{font-size:13px!important;line-height:1.55!important}.production-metrics{grid-template-columns:repeat(2,1fr);row-gap:0}.production-metrics>div{padding:16px 10px 0 0}.production-metrics strong{font-size:clamp(30px,8vw,40px)}.production-metrics span{margin-top:6px;font-size:13px;line-height:1.35;white-space:normal}.production-defenses,.production-section,.production-team,.production-closing{padding-top:72px;padding-bottom:76px}.production-section-heading{grid-template-columns:1fr;gap:22px;padding-bottom:38px}.production-defense-grid{gap:12px}.production-defense-grid article{min-height:0;padding:28px 24px}.production-defense-grid h3{margin-top:42px}.production-flow-list li,.production-flow-list li>div{grid-template-columns:1fr}.production-flow-list li{gap:14px;padding:24px 0}.production-flow-list li>div{gap:10px}.production-flow-list p{grid-column:auto}.environment-card{display:block}.environment-card img{height:auto;aspect-ratio:4/3}.production-team-data,.mes-capabilities,.certification-grid,.production-values{grid-template-columns:1fr}.production-team-data>div{min-height:0}.production-team-data>p{grid-column:auto}.production-team-data strong{font-size:64px}.mes-capabilities article{min-height:0}.certificate-placeholder{height:110px}.production-values article{border-right:0;border-bottom:1px solid #d6d6d6}.production-values article:last-child{border-bottom:0}}

@media(max-width:1200px){.production-environment .environment-card strong{font-size:48px}.production-environment .environment-card img{height:clamp(220px,24vw,280px)}}
@media(max-width:900px){.production-environment .environment-card strong{font-size:40px}.production-environment .environment-card img{height:260px}.production-environment .environment-card>div{padding:28px}}
@media(max-width:600px){.production-environment{padding-top:64px;padding-bottom:68px}.production-environment .production-section-heading{padding-bottom:34px}.production-environment .environment-card img{height:auto;aspect-ratio:16/10}.production-environment .environment-card strong{font-size:34px}.production-environment .environment-card>div{padding:24px}.environment-parameter-pills{gap:8px}.environment-parameter-pills span{width:100%;justify-content:space-between;border-radius:8px}}

.production-section .production-section-heading{padding-bottom:var(--title-content-gap)}

/* Shared full-site content safety width. */
.production-page {
  --production-max: 100vw;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-width: 320px;
  max-width: 100%;
  overflow-x: clip;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

a:hover {
  text-decoration: underline;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 3000;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: var(--site-header-height);
  padding: 0 var(--page-x);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.28) 52%, rgba(0, 0, 0, 0) 100%);
  color: var(--white);
  border-bottom: 0;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: background var(--duration) ease-in-out, color var(--duration) ease-in-out, border-color var(--duration) ease-in-out, box-shadow var(--duration) ease-in-out;
}

.site-header.scrolled,
.site-header.menu-open,
.site-header:hover,
.site-header:focus-within {
  background: rgba(255, 255, 255, 0.8);
  color: var(--text);
  box-shadow: none;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

body:has(.section-subnav) .site-header {
  position: relative;
  top: auto;
  inset: auto;
  z-index: 3000;
  background: rgba(255, 255, 255, 0.92);
  color: var(--text);
  border-bottom: 1px solid rgba(23, 26, 32, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.section-subnav {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  display: flex;
  justify-content: center;
  padding: 12px var(--page-x);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(23, 26, 32, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.section-subnav ul {
  display: flex;
  gap: clamp(28px, 5vw, 86px);
  max-width: min(100%, 1080px);
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: auto;
  scrollbar-width: none;
}

.section-subnav ul::-webkit-scrollbar {
  display: none;
}

.section-subnav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 4px 0;
  color: rgba(23, 26, 32, 0.52);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
  text-decoration: none;
  transition: color var(--duration) ease;
}

.section-subnav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
  opacity: 0;
  transform: scaleX(0.55);
  transition: opacity var(--duration) ease, transform var(--duration) ease;
}

.section-subnav a:hover,
.section-subnav a.active,
.section-subnav a[aria-current="page"] {
  color: var(--text);
}

.section-subnav a:hover::after,
.section-subnav a.active::after,
.section-subnav a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.back-to-top {
  position: fixed;
  right: clamp(22px, 2.8vw, 46px);
  bottom: clamp(22px, 2.8vw, 46px);
  z-index: 70;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(54px, 4.4vw, 72px);
  height: clamp(54px, 4.4vw, 72px);
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  box-shadow: 0 16px 36px rgba(23, 26, 32, 0.12);
  cursor: pointer;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity var(--duration) ease, transform var(--duration) ease, box-shadow var(--duration) ease, background-color var(--duration) ease;
}

.back-to-top.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover,
.back-to-top:focus-visible {
  background: #fff;
  box-shadow: 0 20px 42px rgba(23, 26, 32, 0.18);
}

.back-to-top::before,
.back-to-top::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
}

.back-to-top::before {
  width: clamp(28px, 2.2vw, 38px);
  height: clamp(10px, 0.8vw, 14px);
  background: url("assets/back-to-top-chevron.svg") center / contain no-repeat;
  transform: translate(-50%, -50%);
}

.back-to-top::after {
  display: none;
}

.back-to-top span {
  display: none;
}

.brand {
  justify-self: start;
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 700;
  letter-spacing: 0;
  color: inherit;
}

.desktop-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.5vw, 30px);
  font-size: clamp(14px, 0.9vw, 14px);
  font-weight: 500;
  white-space: nowrap;
  color: inherit;
}

.nav-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.2vw, 24px);
  height: 64px;
  color: inherit;
  font-size: clamp(14px, 0.9vw, 14px);
  font-weight: 600;
  white-space: nowrap;
}

.nav-actions a {
  color: inherit;
}

.nav-actions a:hover {
  text-decoration: none;
}

.desktop-nav > a,
.nav-group > a,
.language-toggle {
  position: relative;
  display: flex;
  align-items: center;
  height: 64px;
  color: inherit;
  transition: color var(--duration) ease, opacity var(--duration) ease, transform var(--duration) ease;
}

.desktop-nav > a:hover,
.nav-group > a:hover {
  text-decoration: none;
}

.desktop-nav > a::after,
.nav-group > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 17px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0;
  transform: scaleX(0.36);
  transition: opacity var(--duration) ease, transform var(--duration) ease;
}

.desktop-nav > a:hover,
.nav-group:hover > a {
  color: #c91b1e;
  transform: translateY(-2px);
}

.desktop-nav > a:hover::after,
.nav-group:hover > a::after,
.desktop-nav > a.active::after,
.desktop-nav > a[aria-current="page"]::after,
.nav-group > a.active::after,
.nav-group > a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.desktop-nav > a.active,
.desktop-nav > a[aria-current="page"],
.nav-group > a.active,
.nav-group > a[aria-current="page"],
.nav-group.active > a {
  color: #c91b1e;
  font-weight: 700;
}

.language-toggle {
  height: 34px;
  padding: 0 14px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  font: inherit;
  line-height: 1;
  cursor: pointer;
  opacity: 0.95;
  transition: background-color var(--duration) ease, color var(--duration) ease, border-color var(--duration) ease;
}

.site-header.scrolled .language-toggle,
.site-header.menu-open .language-toggle,
.site-header:hover .language-toggle,
.site-header:focus-within .language-toggle {
  background: rgba(23, 26, 32, 0.04);
  border-color: rgba(23, 26, 32, 0.28);
}

.nav-group {
  position: relative;
}

.submenu {
  position: absolute;
  top: 58px;
  left: 50%;
  z-index: 3200;
  min-width: 186px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(23, 26, 32, 0.08);
  border-radius: 4px;
  box-shadow: 0 16px 36px rgba(23, 26, 32, 0.08);
  color: var(--text);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -4px);
  transition: opacity var(--duration) ease-in-out, transform var(--duration) ease-in-out;
}

.submenu.wide {
  min-width: 250px;
}

.submenu a {
  display: flex;
  justify-content: center;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 1.25;
  text-align: center;
  color: inherit;
}

.submenu a:hover {
  text-decoration: none;
  background: rgba(23, 26, 32, 0.05);
  border-radius: 4px;
}

.nav-group:hover .submenu,
.nav-group:focus-within .submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 6px);
}

.menu-button,
.close-button {
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.menu-button {
  justify-self: end;
  position: fixed;
  top: 12px;
  right: var(--page-x);
  z-index: 2;
  display: block;
  width: 32px;
  height: 32px;
  padding: 6px;
}

.menu-button span {
  display: block;
  height: 2px;
  margin: 6px 0;
  background: currentColor;
  border-radius: 2px;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  justify-items: end;
  width: 100vw;
  padding: 0;
  background: rgba(23, 26, 32, 0.28);
  border-left: 0;
  transform: translateX(100%);
  transition: transform var(--duration) ease-in-out;
}

.mobile-menu.open {
  transform: translateX(0);
}

body.mobile-menu-open {
  overflow: hidden;
}

.close-button {
  display: block;
  width: min(420px, 86vw);
  margin: 0;
  padding: 22px 32px 12px;
  background: var(--white);
  font-size: 32px;
  line-height: 1;
  text-align: right;
}

.mobile-menu nav {
  position: relative;
  z-index: 1;
  display: block;
  width: min(420px, 86vw);
  max-height: calc(100vh - 66px);
  padding: 8px 32px 38px;
  overflow-y: auto;
  background: var(--white);
}

.mobile-nav-primary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  border-top: 0;
  border-right: 0;
  border-left: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: clamp(17px, 4.2vw, 21px) !important;
  line-height: 1.3;
  font-weight: 650;
  text-align: left;
  list-style: none;
  cursor: pointer;
}

.mobile-nav-primary:hover,
.mobile-nav-primary:focus-visible {
  background: rgba(23, 26, 32, 0.035);
  text-decoration: none;
  outline: none;
}

.mobile-nav-primary[aria-current="page"],
.mobile-nav-children a[aria-current="page"] {
  color: var(--red);
}

.mobile-nav-toggle::after {
  content: "+";
  margin-left: 18px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}

.mobile-nav-group.open .mobile-nav-toggle::after {
  content: "−";
}

.mobile-nav-children {
  display: none;
  padding: 6px 0 14px 18px;
  border-bottom: 1px solid var(--line);
}

.mobile-nav-group.open .mobile-nav-children {
  display: grid;
  gap: 2px;
}

.mobile-nav-children a {
  display: block;
  padding: 9px 0 9px 14px;
  border-left: 0;
  color: var(--muted);
  font-size: clamp(14px, 3.6vw, 16px) !important;
  line-height: 1.5;
  font-weight: 500;
}

.mobile-nav-children a:hover {
  color: var(--ink);
  text-decoration: none;
}

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

.application-hero {
  position: relative;
  display: grid;
  min-height: clamp(460px, 52vw, 720px);
  place-items: start center;
  padding: clamp(110px, 10vw, 170px) var(--page-x) 0;
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.34) 46%, rgba(0, 0, 0, 0.46) 100%),
    var(--hero);
  background-size: cover;
  background-position: center;
  color: var(--white);
}

.application-hero h1 {
  margin: 0;
  font-size: clamp(34px, 3.4vw, 58px);
  line-height: 1.15;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.42);
}

.application-tabs {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: var(--safe-width);
  margin: clamp(-44px, -3vw, -28px) auto clamp(78px, 7vw, 122px);
  padding: 14px;
  border-radius: 8px;
  background: rgba(244, 244, 244, 0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.application-tabs a {
  display: grid;
  min-height: 64px;
  place-items: center;
  border-radius: 8px;
  color: var(--text);
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 700;
  text-align: center;
}

.application-tabs a:hover,
.application-tabs a.active {
  background: var(--white);
  text-decoration: none;
}

.application-content-block {
  display: grid;
  gap: clamp(42px, 4vw, 76px);
  width: min(var(--safe-width), 1760px);
  margin: 0 auto;
  padding-bottom: clamp(80px, 8vw, 140px);
}

.application-content-block h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(32px, 2.7vw, 52px);
  line-height: 1.18;
  font-weight: 700;
  text-align: center;
}

.application-scene-group {
  display: grid;
  gap: clamp(42px, 4vw, 76px);
  scroll-margin-top: 110px;
}

.application-scene-group + .application-scene-group {
  margin-top: clamp(36px, 4vw, 72px);
}

.application-scene-layout {
  display: grid;
  grid-template-columns: minmax(170px, 240px) minmax(0, 1fr) minmax(170px, 240px);
  gap: clamp(24px, 3vw, 52px);
  align-items: start;
}

.application-scene-stack {
  grid-column: 2;
  display: grid;
  gap: clamp(58px, 5vw, 96px);
  min-width: 0;
}

.application-scene-tabs {
  position: sticky;
  top: calc(var(--section-subnav-height) + 92px);
  grid-column: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 10px;
  border: 1px solid rgba(23, 26, 32, 0.08);
  border-radius: 8px;
  background: rgba(247, 247, 247, 0.92);
  box-shadow: 0 16px 40px rgba(23, 26, 32, 0.06);
}

.application-scene-tabs a {
  position: relative;
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(23, 26, 32, 0.1);
  border-radius: 8px;
  padding: 12px 16px;
  background: #fff;
  color: var(--muted);
  font-size: clamp(14px, 0.95vw, 16px);
  line-height: 1.35;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 6px 18px rgba(23, 26, 32, 0.05);
  transition: background-color var(--duration) ease, border-color var(--duration) ease, box-shadow var(--duration) ease, color var(--duration) ease, transform var(--duration) ease;
}

.application-scene-tabs a::before {
  display: none;
}

.application-scene-tabs a:hover {
  color: var(--text);
  border-color: rgba(23, 26, 32, 0.22);
  background: #f8f9fa;
  box-shadow: 0 10px 24px rgba(23, 26, 32, 0.08);
  text-decoration: none;
  transform: translateY(-1px);
}

.application-scene-tabs a.active {
  border-color: #171a20;
  background: #171a20;
  color: #fff;
  box-shadow: 0 12px 28px rgba(23, 26, 32, 0.16);
  text-decoration: none;
}

.application-scene-tabs a:focus-visible {
  outline: 2px solid #171a20;
  outline-offset: 3px;
}

.application-feature {
  position: relative;
  display: grid;
  align-items: start;
  gap: clamp(22px, 2vw, 36px);
  min-height: 0;
  overflow: hidden;
  border-radius: 8px;
  padding: 0;
  background: transparent;
  color: var(--text);
}

.application-feature::before {
  display: block;
  width: 100%;
  min-height: clamp(360px, 35vw, 660px);
  border-radius: 8px;
  background-image: var(--image);
  background-position: center;
  background-size: cover;
  content: "";
}

.application-feature div {
  display: grid;
  gap: clamp(10px, 0.9vw, 16px);
  max-width: min(980px, 92vw);
  padding: 0 clamp(2px, 0.4vw, 8px) clamp(14px, 1.5vw, 26px);
}

.application-feature h3 {
  margin: 0;
  color: var(--text);
  font-size: clamp(28px, 2.25vw, 44px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.application-feature p {
  margin: 0;
  color: #3e4147;
  font-size: clamp(17px, 1.25vw, 24px);
  line-height: 1.68;
  font-weight: 600;
}


.banner-section,
.banner-slide,
.panel {
  min-height: 100vh;
}

.banner-section {
  position: relative;
  overflow: hidden;
}

.banner-track {
  position: relative;
  height: 100vh;
}

.banner-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  padding: clamp(80px, 8vw, 128px) var(--page-x) clamp(32px, 5vw, 76px);
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--duration) ease-in-out;
}

.banner-slide.active {
  opacity: 1;
  pointer-events: auto;
}

.banner-shaded {
  background-image:
    linear-gradient(180deg, rgba(6, 8, 12, .56) 0%, rgba(6, 8, 12, .34) 34%, rgba(6, 8, 12, .16) 58%, rgba(6, 8, 12, .58) 100%),
    var(--bg);
}

.section-dark {
  color: var(--white);
  background-image:
    linear-gradient(180deg, rgba(6, 8, 12, .62) 0%, rgba(6, 8, 12, .36) 34%, rgba(6, 8, 12, .18) 58%, rgba(6, 8, 12, .72) 100%),
    var(--bg);
}

.slide-copy,
.section-head {
  align-self: start;
  max-width: min(920px, 86vw);
  margin: 0 auto var(--title-content-gap);
  text-align: center;
}

.slide-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.slide-copy h1,
.section-head h2 {
  margin: 0;
  font-size: clamp(28px, 3.2vw, 64px);
  line-height: 1.1;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.slide-copy h1 {
  font-size: clamp(34px, 3.65vw, 58px);
  line-height: 1.08;
}

.mobile-break {
  display: none;
}

.slide-copy p,
.section-head p {
  margin: 10px auto 0;
  max-width: 980px;
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: 1.5;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.slide-copy p {
  margin-top: 12px;
  font-size: clamp(17px, 1.2vw, 22px);
  line-height: 1.48;
}

.slide-cta {
  justify-self: center;
  margin-top: clamp(26px, 3.8vh, 44px);
}

.banner-slide {
  color: var(--white);
}

.banner-slide .slide-copy h1,
.banner-slide .slide-copy p {
  color: var(--white);
}

.banner-slide .slide-cta.button.primary {
  background: rgba(255, 255, 255, 0.8);
  color: var(--text);
}

.banner-slide .slide-cta.button.primary:hover,
.banner-slide .slide-cta.button.primary:focus-visible {
  background: rgba(255, 255, 255, 1);
  color: var(--text);
  opacity: 1;
}

.banner-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 2;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}

.banner-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: inline-grid;
  width: clamp(44px, 3.2vw, 58px);
  height: clamp(44px, 3.2vw, 58px);
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: rgba(23, 26, 32, 0.22);
  color: var(--white);
  font: inherit;
  cursor: pointer;
  transform: translateY(-50%);
  backdrop-filter: blur(12px);
  transition: background-color var(--duration) ease, border-color var(--duration) ease, color var(--duration) ease, transform var(--duration) ease;
}

.banner-arrow span {
  display: block;
  width: clamp(10px, .85vw, 14px);
  height: clamp(10px, .85vw, 14px);
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  font-size: 0;
  line-height: 0;
}

.banner-arrow-prev {
  left: clamp(18px, 3vw, 56px);
}

.banner-arrow-prev span {
  transform: translateX(2px) rotate(225deg);
}

.banner-arrow-next {
  right: clamp(18px, 3vw, 56px);
}

.banner-arrow-next span {
  transform: translateX(-2px) rotate(45deg);
}

.banner-arrow:hover,
.banner-arrow:focus-visible {
  border-color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.9);
  color: var(--text);
  outline: none;
  transform: translateY(-50%) scale(1.04);
}

.dot {
  width: 32px;
  height: 2px;
  padding: 0;
  border: 0;
  background: rgba(23, 26, 32, 0.35);
  cursor: pointer;
  transition: background-color var(--duration) ease-in-out;
}

.dot.active {
  background: var(--text);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(280px, 44vw);
  padding: clamp(14px, 1.2vw, 20px) clamp(24px, 3vw, 48px);
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: clamp(14px, 0.9vw, 14px);
  font-weight: 500;
  transition: background-color var(--duration) ease-in-out, color var(--duration) ease-in-out, opacity var(--duration) ease-in-out;
}

.button:hover {
  text-decoration: none;
}

.button.primary {
  background: var(--text);
  color: var(--white);
}

.button.primary:hover {
  opacity: 0.85;
}

.button.secondary {
  background: transparent;
  border-color: var(--text);
  color: var(--text);
}

.button.secondary:hover {
  background: var(--text);
  color: var(--white);
}

.button.secondary.light {
  border-color: var(--white);
  color: var(--white);
}

.button.secondary.light:hover {
  background: var(--white);
  color: var(--text);
}

.panel {
  position: relative;
  display: grid;
  align-content: center;
  gap: clamp(28px, 4vw, 64px);
  padding: clamp(72px, 8vw, 128px) var(--page-x);
  background: var(--white);
}

.panel.compact {
  min-height: 78vh;
}

.image-panel {
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
}

.legacy-about-section {
  display: none;
}

.about-enterprise {
  min-height: auto;
  align-content: start;
  gap: clamp(20px, 2.2vw, 36px);
  padding-top: clamp(54px, 5vw, 86px);
  padding-bottom: clamp(54px, 5vw, 86px);
  background: var(--white);
}

.about-enterprise .section-head h2 {
  letter-spacing: 0;
}

.enterprise-stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(12px, 2.4vw, 46px);
  width: 100%;
  margin: 0 auto;
  padding: clamp(28px, 3vw, 46px) clamp(24px, 5vw, 76px);
  border-radius: 8px;
  background: #f3f3f3;
}

.enterprise-stats article {
  display: grid;
  gap: 4px;
  text-align: center;
}

.enterprise-stats strong {
  color: var(--text);
  font-size: clamp(28px, 2.35vw, 46px);
  line-height: 1;
  font-weight: 700;
}

.enterprise-stats span {
  color: var(--muted);
  font-size: clamp(14px, 1vw, 18px);
  line-height: 1.3;
  font-weight: 500;
}

.enterprise-media-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  width: min(980px, 100%);
  margin: 0 auto;
  padding: 8px;
  border-radius: 999px;
  background: rgba(23, 26, 32, 0.46);
}

.enterprise-media-tabs button {
  min-height: 54px;
  border: 0;
  border-radius: 999px;
  padding: 10px clamp(14px, 1.6vw, 28px);
  background: transparent;
  color: rgba(255, 255, 255, 0.88);
  font: inherit;
  font-size: clamp(14px, 1vw, 17px);
  line-height: 1.25;
  font-weight: 700;
  cursor: pointer;
  transition: background-color var(--duration) ease, color var(--duration) ease;
}

.enterprise-media-tabs button:hover,
.enterprise-media-tabs button.active {
  background: rgba(255, 255, 255, 0.94);
  color: var(--text);
}

.enterprise-media {
  position: relative;
  width: 100%;
  height: clamp(560px, calc(100svh - 240px), 860px);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 8px;
  background: #0b2542;
}

.enterprise-media-card {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: start center;
  padding: clamp(32px, 4.2vw, 72px);
  padding-top: clamp(42px, 5vw, 78px);
  background-image: linear-gradient(180deg, rgba(4, 32, 61, 0.7) 0%, rgba(9, 45, 86, 0.45) 42%, rgba(4, 26, 48, 0.8) 100%), var(--media);
  background-size: cover;
  background-position: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 520ms ease-in-out;
}

.enterprise-media-card.active {
  opacity: 1;
  pointer-events: auto;
}

.enterprise-gallery-card {
  display: block;
  padding: 0;
  padding-top: 0;
  background-image: none;
}

.enterprise-gallery-card .enterprise-media-copy {
  position: absolute;
  top: clamp(42px, 5vw, 78px);
  left: 50%;
  z-index: 2;
  width: min(1400px, 90vw);
  max-width: none;
  text-align: center;
  transform: translateX(-50%);
}

.enterprise-gallery {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.enterprise-gallery-main {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  box-shadow: none;
  filter: saturate(0.9);
}

.enterprise-gallery::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(4, 26, 48, 0.56) 0%, rgba(4, 26, 48, 0.32) 42%, rgba(4, 26, 48, 0.74) 100%);
  pointer-events: none;
}

.enterprise-gallery-thumbs {
  position: absolute;
  right: clamp(6px, 0.7vw, 12px);
  bottom: clamp(6px, 0.7vw, 12px);
  left: clamp(6px, 0.7vw, 12px);
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: clamp(6px, 0.65vw, 12px);
}

.enterprise-gallery-thumbs button {
  display: block;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
  overflow: hidden;
  cursor: pointer;
  opacity: 0.72;
  transition: opacity var(--duration) ease, transform var(--duration) ease, box-shadow var(--duration) ease;
}

.enterprise-gallery-thumbs button:hover,
.enterprise-gallery-thumbs button.active {
  opacity: 1;
  transform: translateY(-1px);
  box-shadow: inset 0 0 0 2px var(--white), 0 12px 24px rgba(0, 0, 0, 0.18);
}

.enterprise-gallery-thumbs img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 1;
  object-fit: cover;
}

.enterprise-media-copy {
  max-width: min(760px, 78vw);
  color: var(--white);
  text-align: center;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.28);
}

.enterprise-media-copy span {
  display: block;
  margin-bottom: clamp(14px, 1.4vw, 22px);
  font-size: clamp(20px, 1.55vw, 30px);
  line-height: 1.2;
  font-weight: 700;
}

.enterprise-media-copy h3 {
  margin: 0;
  font-size: clamp(28px, 2.45vw, 48px);
  line-height: 1.22;
  font-weight: 700;
}

.home-page main .enterprise-media-copy h3 {
  max-width: none;
  font-size: clamp(32px, 2.4vw, 42px) !important;
  line-height: 1.18 !important;
  font-weight: 700;
  white-space: nowrap;
}

.enterprise-media-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 156px;
  min-height: 48px;
  margin-top: clamp(24px, 2.2vw, 38px);
  padding: 12px 28px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
  text-shadow: none;
  transition: background-color var(--duration) ease, transform var(--duration) ease;
}

.enterprise-media-more:hover,
.enterprise-media-more:focus-visible {
  background: var(--white);
  color: var(--text);
  text-decoration: none;
  transform: translateY(-1px);
}

.enterprise-media-dots {
  position: absolute;
  right: clamp(24px, 3vw, 54px);
  bottom: clamp(22px, 2.8vw, 46px);
  z-index: 3;
  display: flex;
  gap: 10px;
}

.enterprise-media-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: width var(--duration) ease, background-color var(--duration) ease;
}

.enterprise-media-dots button.active {
  width: 30px;
  background: var(--white);
}

.enterprise-certifications {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 2.2vw, 38px);
  width: 100%;
  margin: 0 auto;
}

.enterprise-certifications article {
  display: grid;
  grid-template-columns: minmax(180px, 0.95fr) minmax(240px, 1fr);
  align-items: center;
  gap: clamp(18px, 2vw, 38px);
  min-height: clamp(118px, 8vw, 160px);
  padding: clamp(22px, 2.1vw, 34px);
  border-radius: 8px;
  background: #f4f4f4;
  overflow: hidden;
}

.enterprise-certifications h3 {
  margin: 0 0 8px;
  color: var(--text);
  font-size: clamp(22px, 1.55vw, 30px);
  line-height: 1.2;
  font-weight: 700;
}

.enterprise-certifications p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(14px, 0.9vw, 15px);
  line-height: 1.45;
  font-weight: 500;
}

.enterprise-certifications img {
  justify-self: end;
  width: min(100%, 360px);
  max-height: 118px;
  object-fit: contain;
}

.anchor-target {
  position: absolute;
  top: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.about-grid,
.barrier-grid,
.case-list,
.metric-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--gap);
  width: 100%;
}

.barrier-grid article,
.case-list article,
.about-grid article {
  grid-column: span 4;
  min-height: 180px;
  padding: clamp(18px, 2vw, 32px);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.9);
  transition: transform var(--duration) ease-in-out;
}

.barrier-grid article:hover,
.case-list article:hover,
.about-grid article:hover {
  transform: translateY(-4px);
}

.application-carousel {
  position: relative;
  width: var(--safe-width);
  margin: 0 auto;
}

.home-page #display {
  align-content: start;
  gap: clamp(24px, 4vh, 44px);
  min-height: auto;
  padding-top: clamp(56px, 7vh, 88px);
  padding-bottom: clamp(48px, 7vh, 88px);
}

.application-showcase {
  overflow: hidden;
  padding: clamp(14px, 1.6vw, 24px);
  border-radius: 8px;
  background: #f3f3f3;
}

.application-tabs-bar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: clamp(10px, 1.4vw, 22px);
  padding: 0 0 clamp(14px, 1.4vw, 22px);
}

.application-tabs-bar button {
  min-height: clamp(62px, 5.2vw, 96px);
  padding: 0 clamp(12px, 2.2vw, 40px);
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--text);
  font-size: clamp(34px, 2.85vw, 56px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.04em;
  cursor: pointer;
  transition: background-color 260ms ease, color 260ms ease, transform 260ms ease;
}

.application-tabs-bar button:hover {
  background: rgba(255, 255, 255, 0.66);
}

.application-tabs-bar button.active {
  background: var(--white);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
}

.application-stage {
  display: grid;
  grid-template-columns: minmax(120px, 0.32fr) minmax(0, 1.62fr) minmax(120px, 0.32fr);
  gap: clamp(10px, 1vw, 16px);
  height: clamp(320px, min(42vw, 46svh), 560px);
  transition: grid-template-columns 420ms ease;
}

.application-stage[data-active-scene="0"] {
  grid-template-columns: minmax(0, 1.62fr) minmax(120px, 0.32fr) minmax(120px, 0.32fr);
}

.application-stage[data-active-scene="1"] {
  grid-template-columns: minmax(120px, 0.32fr) minmax(0, 1.62fr) minmax(120px, 0.32fr);
}

.application-stage[data-active-scene="2"] {
  grid-template-columns: minmax(120px, 0.32fr) minmax(120px, 0.32fr) minmax(0, 1.62fr);
}

.application-stage[data-scene-count="2"] {
  grid-template-columns: minmax(120px, 0.48fr) minmax(0, 1.52fr);
}

.application-stage[data-scene-count="2"][data-active-scene="0"] {
  grid-template-columns: minmax(0, 1.52fr) minmax(120px, 0.48fr);
}

.application-stage[data-scene-count="2"][data-active-scene="1"] {
  grid-template-columns: minmax(120px, 0.48fr) minmax(0, 1.52fr);
}

.application-card {
  display: none;
}

.application-scene-card {
  position: relative;
  display: block;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: var(--black);
  color: var(--white);
  cursor: pointer;
  text-align: center;
}

.application-scene-card[hidden] {
  display: none !important;
}

.application-scene-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: opacity 260ms ease, transform 700ms ease, filter 300ms ease;
}

.application-scene-card:hover img,
.application-scene-card.active img {
  transform: scale(1.025);
}

.application-scene-card:not(.active) img {
  filter: saturate(0.92) contrast(0.96) brightness(0.88);
}

.application-scene-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.04) 34%, rgba(0, 0, 0, 0.12) 100%);
  pointer-events: none;
}

.application-scene-card.active::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.08) 42%, rgba(0, 0, 0, 0) 100%);
}

.application-scene-copy {
  position: absolute;
  top: clamp(26px, 3.2vw, 54px);
  left: clamp(18px, 2vw, 34px);
  right: clamp(18px, 2vw, 34px);
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: clamp(12px, 1.1vw, 20px);
  color: var(--white);
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.28);
}

.application-scene-copy span {
  display: block;
  color: var(--white);
  font-size: clamp(24px, 2.2vw, 46px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.application-scene-copy a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(34px, 2.4vw, 44px);
  padding: 0 clamp(16px, 1.5vw, 28px);
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.16);
  color: var(--white);
  font-size: clamp(13px, 0.9vw, 16px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  text-shadow: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background-color var(--duration) ease, color var(--duration) ease, border-color var(--duration) ease;
}

.application-scene-copy a:hover {
  background: var(--white);
  color: var(--text);
  border-color: var(--white);
  text-decoration: none;
}

.application-scene-card:not(.active) .application-scene-copy span {
  font-size: clamp(22px, 1.7vw, 34px);
}

.application-scene-card:not(.active) .application-scene-copy a {
  min-height: clamp(30px, 2vw, 38px);
  padding: 0 clamp(12px, 1.1vw, 20px);
  font-size: clamp(12px, 0.75vw, 14px);
}

.about-grid article {
  grid-column: span 3;
}

.metric-grid article {
  grid-column: span 3;
  display: grid;
  gap: 8px;
  padding: clamp(18px, 2vw, 28px) 0;
  border-top: 1px solid var(--text);
}

.metric-grid strong {
  font-size: clamp(24px, 2.2vw, 44px);
  line-height: 1.2;
  font-weight: 700;
}

.metric-grid span,
article p,
.matrix-row span {
  color: var(--muted);
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: 1.5;
}

article h3 {
  margin: 0 0 12px;
  font-size: clamp(18px, 1.35vw, 26px);
  line-height: 1.2;
  font-weight: 500;
}

article p {
  margin: 0;
}

.partners-section {
  min-height: clamp(560px, 62vh, 720px);
  align-content: start;
  gap: clamp(56px, 6vw, 104px);
  padding-top: clamp(88px, 8vw, 136px);
  padding-bottom: clamp(86px, 8vw, 128px);
  overflow: hidden;
}

.partners-section .section-head p {
  max-width: 760px;
  color: var(--text);
}

.logo-marquee {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}

.logo-track {
  display: flex;
  width: max-content;
  gap: 0;
  animation: logoMarquee 36s linear infinite;
  will-change: transform;
}

.logo-card {
  display: grid;
  flex: 0 0 clamp(230px, 15.7vw, 320px);
  height: clamp(112px, 7.6vw, 150px);
  margin-right: clamp(28px, 3.6vw, 64px);
  place-items: center;
  border-radius: 8px;
  background: #f3f3f3;
  color: var(--text);
  text-align: center;
  font-size: clamp(22px, 1.7vw, 32px);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: 0;
}

.logo-card b {
  font-size: 0.82em;
  letter-spacing: 0;
}

.logo-card.crrc {
  color: #d40017;
}

.logo-card.crrc b,
.logo-card.hikvision,
.logo-card.skyworth {
  color: #111827;
}

.logo-card.metro {
  color: #111827;
}

.logo-card.metro::first-line {
  color: #111827;
}

.logo-card.metro b {
  color: #3ca64a;
}

.logo-card.railway,
.logo-card.philips {
  color: #1769c2;
}

.logo-card.hikvision b {
  color: #e30613;
}

.logo-card.mtr {
  color: #7b2b8f;
}

.logo-card.sf {
  color: #1f2937;
}

.logo-card.boe,
.logo-card.uniview {
  color: #0067b1;
}

@keyframes logoMarquee {
  from {
    transform: translateX(0);
  }

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

.business-matrix {
  min-height: clamp(560px, 68vh, 780px);
  align-content: start;
  gap: clamp(58px, 6vw, 104px);
  padding-top: clamp(88px, 8vw, 136px);
  padding-bottom: clamp(86px, 8vw, 128px);
  background: var(--white);
}

.home-page .business-matrix,
.home-page .barriers,
.home-page .cases {
  gap: 0;
}

.business-matrix .section-head p {
  max-width: 820px;
  color: var(--text);
}

.business-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 1.8vw, 32px);
  width: 100%;
  margin: 0 auto;
}

.business-card {
  position: relative;
  display: grid;
  align-items: end;
  min-height: clamp(300px, 21vw, 410px);
  overflow: hidden;
  border-radius: 8px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.58) 62%, rgba(0, 0, 0, 0.88) 100%), var(--bg);
  background-size: cover;
  background-position: center;
  color: var(--white);
  filter: saturate(0.72);
  transition: transform var(--duration) ease, filter var(--duration) ease;
}

.business-card:hover {
  transform: translateY(-4px);
  filter: saturate(0.9);
}

.business-card div {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  padding: clamp(26px, 2.6vw, 46px);
  transform: translateY(clamp(18px, 1.5vw, 30px));
}

.business-card h3 {
  margin: 0;
  font-size: clamp(22px, 1.55vw, 31px);
  line-height: 1.22;
  font-weight: 700;
}

.business-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(14px, 1vw, 18px);
  line-height: 1.45;
  font-weight: 600;
}

.barriers {
  background: var(--white);
  min-height: clamp(560px, 70vh, 780px);
  align-content: start;
  gap: clamp(44px, 4.8vw, 76px);
  padding-top: clamp(82px, 7vw, 124px);
  padding-bottom: clamp(76px, 7vw, 116px);
}

.barriers .section-head p {
  max-width: 760px;
  color: var(--muted);
}

.barriers .barrier-grid {
  gap: clamp(22px, 2.4vw, 46px);
  width: 100%;
  margin: 0 auto;
}

.barriers .barrier-grid article {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  grid-column: span 4;
  min-height: clamp(300px, 23vw, 430px);
  padding: clamp(34px, 3vw, 56px);
  border: 1px solid rgba(23, 26, 32, 0.06);
  border-radius: 8px;
  background: #f5f5f5;
  box-shadow: none;
}

.barriers .barrier-grid article:hover {
  transform: translateY(-4px);
}

.barrier-title {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 34px);
}

.barrier-title h3 {
  margin: 0;
  color: var(--text);
  font-size: clamp(24px, 1.85vw, 36px);
  line-height: 1.2;
  font-weight: 700;
}

.barrier-line {
  width: 100%;
  height: 1px;
  margin: clamp(26px, 2.2vw, 38px) 0 clamp(22px, 2vw, 34px);
  background: linear-gradient(90deg, #bdbdbd 0 64px, #dedede 64px 100%);
}

.barriers ul {
  display: grid;
  gap: clamp(14px, 1.2vw, 22px);
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: clamp(15px, 1.05vw, 19px);
  line-height: 1.6;
  font-weight: 600;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 18px;
  color: var(--text);
  font-size: clamp(15px, 1.05vw, 19px);
  line-height: 1.4;
  font-weight: 700;
}

.barriers .text-link {
  align-self: end;
  justify-self: start;
  min-width: 156px;
  min-height: 48px;
  margin-top: clamp(30px, 2.6vw, 48px);
  padding: 0 20px;
  border: 1px solid rgba(23, 26, 32, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--text);
  font-size: clamp(14px, .92vw, 16px);
  line-height: 1;
  box-shadow: 0 8px 22px rgba(23, 26, 32, 0.04);
  transition: border-color var(--duration) ease, background-color var(--duration) ease, color var(--duration) ease, transform var(--duration) ease, box-shadow var(--duration) ease;
}

.text-link:hover {
  text-decoration: none;
  color: var(--text);
}

.barriers .text-link:hover {
  border-color: var(--text);
  background: var(--text);
  color: var(--white);
  box-shadow: 0 14px 28px rgba(23, 26, 32, 0.12);
  transform: translateY(-2px);
}

.barriers .text-link span {
  transition: transform var(--duration) ease;
}

.barriers .text-link:hover span {
  transform: translateX(4px);
}

.cases {
  min-height: clamp(660px, 78vh, 920px);
  align-content: start;
  gap: clamp(54px, 5.8vw, 96px);
  padding-top: clamp(88px, 8vw, 136px);
  padding-bottom: clamp(86px, 8vw, 128px);
  background: var(--white);
}

.cases .section-head {
  max-width: min(1180px, 92vw);
}

.cases .section-head p {
  max-width: none;
  color: var(--text);
  white-space: nowrap;
}

.cases .case-list {
  gap: clamp(22px, 2.4vw, 44px);
  width: 100%;
  margin: 0 auto;
}

.cases .case-list article {
  position: relative;
  display: grid;
  grid-column: span 4;
  grid-template-rows: 1fr auto;
  min-height: clamp(430px, 34vw, 640px);
  overflow: hidden;
  padding: clamp(50px, 4.2vw, 78px) clamp(34px, 3.4vw, 66px);
  border: 0;
  border-radius: 8px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.34) 45%, rgba(0, 0, 0, 0.52) 100%), var(--bg);
  background-size: cover;
  background-position: center;
  color: var(--white);
  text-align: center;
  transition: transform var(--duration) ease, filter var(--duration) ease;
}

.cases .case-list article:hover {
  transform: translateY(-4px);
  filter: saturate(1.05);
}

.cases .case-list div {
  align-self: start;
}

.cases .case-list h3 {
  margin: 0;
  color: var(--white);
  font-size: clamp(24px, 1.8vw, 36px);
  line-height: 1.25;
  font-weight: 700;
}

.cases .case-list p {
  margin: clamp(16px, 1.4vw, 26px) auto 0;
  max-width: 92%;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(16px, 1.1vw, 21px);
  line-height: 1.5;
  font-weight: 500;
}

.cases .case-list a {
  justify-self: center;
  align-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(128px, 8vw, 168px);
  min-height: 44px;
  padding: 0 28px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--text);
  font-size: clamp(14px, 0.85vw, 15px);
  font-weight: 700;
  transition: background-color var(--duration) ease, transform var(--duration) ease;
}

.cases .case-list a:hover {
  text-decoration: none;
  background: var(--white);
  transform: translateY(-2px);
}

.contact {
  min-height: clamp(520px, 58vh, 720px);
  align-content: center;
  padding: clamp(70px, 6vw, 110px) clamp(12px, 1.3vw, 24px);
  background: var(--white);
}

.contact-card {
  display: grid;
  grid-template-columns: minmax(300px, 1.18fr) repeat(2, minmax(260px, 1fr));
  gap: clamp(18px, 1.6vw, 28px);
  align-items: center;
  width: 100%;
  min-height: clamp(310px, 22vw, 430px);
  margin: 0 auto;
  padding: clamp(34px, 4.2vw, 72px) clamp(34px, 8vw, 170px);
  overflow: hidden;
  border-radius: 8px;
  background: #f3f3f3;
}

.contact-info {
  display: grid;
  align-content: center;
  justify-content: center;
  padding: 0;
}

.contact-info h2 {
  margin: 0 0 clamp(54px, 5vw, 88px);
  color: var(--text);
  font-size: clamp(36px, 3vw, 58px);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: 0;
}

.contact-info address {
  display: grid;
  gap: clamp(14px, 1.1vw, 20px);
  margin: 0;
  color: #3f444c;
  font-size: clamp(14px, 0.92vw, 17px);
  line-height: 1.45;
  font-style: normal;
  font-weight: 700;
}

.contact-info a {
  color: inherit;
}

.contact-info a:hover {
  text-decoration: underline;
}

.contact-photo,
.contact-map {
  width: 100%;
  height: clamp(220px, 15.5vw, 310px);
  min-height: 0;
  aspect-ratio: 710 / 470;
  align-self: center;
  display: block;
}

.contact-photo {
  object-fit: cover;
  object-position: center center;
  border-radius: 8px;
  background: #e8e8e8;
}

.contact-map {
  object-fit: cover;
  border-radius: 8px;
}

.site-footer {
  background: #000;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(14px, 0.9vw, 16px);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(620px, 1fr) minmax(260px, 0.28fr);
  gap: clamp(32px, 4vw, 76px);
  padding: clamp(46px, 4.5vw, 78px) var(--page-x) clamp(44px, 4vw, 70px);
}

.footer-nav {
  display: grid;
  grid-template-columns: 0.58fr 1fr 1.42fr 0.9fr 0.82fr 0.85fr 0.9fr;
  gap: clamp(14px, 1.35vw, 28px);
}

.footer-column {
  display: grid;
  align-content: start;
  gap: clamp(14px, 1vw, 18px);
}

.footer-column h2,
.footer-hotline h2 {
  margin: 0 0 clamp(10px, 1vw, 18px);
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(17px, 1.15vw, 22px);
  line-height: 1.2;
  font-weight: 700;
}

.footer-column a,
.footer-hotline a {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.35;
  font-weight: 500;
}

.footer-column h2,
.footer-column a {
  white-space: nowrap;
}

.footer-column h2 a {
  color: rgba(255, 255, 255, 0.88);
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.footer-column a:hover,
.footer-hotline a:hover {
  color: var(--white);
  text-decoration: none;
}

.footer-hotline {
  display: grid;
  align-content: start;
  justify-items: center;
  min-height: 230px;
  padding: 0 clamp(24px, 3vw, 56px);
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  text-align: center;
}

.footer-hotline a {
  margin-top: clamp(32px, 3vw, 54px);
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(20px, 1.35vw, 28px);
  font-weight: 500;
}

.footer-hotline p {
  margin: 14px 0 0;
  max-width: 330px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.55;
  font-weight: 500;
}

.footer-records {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(48px, 7vw, 140px);
  min-height: clamp(74px, 6.5vw, 116px);
  padding: 20px var(--page-x);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-weight: 500;
}

.legacy-footer-line {
  display: none;
}

.blank-page {
  min-height: 58vh;
  background: var(--white);
}

.reveal,
.slide-copy,
.slide-cta {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity var(--duration) ease-in-out, transform var(--duration) ease-in-out;
}

.reveal.visible,
.banner-slide.active .slide-copy,
.banner-slide.active .slide-cta,
.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1199px) {
  .desktop-nav {
    display: none;
  }

  .nav-actions {
    display: none;
  }

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

  .section-subnav {
    z-index: 2000;
  }

  .about-grid,
  .barrier-grid,
  .case-list,
  .metric-grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .barrier-grid article,
  .case-list article,
  .about-grid article,
  .metric-grid article {
    grid-column: span 4;
  }

  .brand-wall {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .enterprise-stats {
    grid-template-columns: repeat(5, minmax(96px, 1fr));
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .enterprise-certifications article {
    grid-template-columns: 1fr;
  }

  .enterprise-certifications img {
    justify-self: start;
  }

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

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

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

  .footer-hotline {
    min-height: auto;
    padding: 34px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .footer-records {
    flex-wrap: wrap;
    gap: 16px 32px;
  }
}

@media (min-width: 1200px) {
  .menu-button {
    display: none;
  }
}

@media (max-width: 767px) {
  .banner-track,
  .banner-section,
  .banner-slide,
  .panel {
    min-height: 100svh;
  }

  .banner-slide {
    padding-top: 84px;
  }

  .banner-arrow {
    width: 42px;
    height: 42px;
  }

  .banner-arrow span {
    width: 10px;
    height: 10px;
  }

  .banner-arrow-prev {
    left: 14px;
  }

  .banner-arrow-next {
    right: 14px;
  }

  .slide-copy,
  .section-head {
    width: 100%;
    max-width: 86vw;
  }

  .section-head p {
    max-width: 82vw;
    font-size: 14px;
    word-break: break-all;
  }

  .slide-copy p {
    max-width: 82vw;
    font-size: 15px;
    line-height: 1.55;
    word-break: normal;
  }

  .cases .section-head p {
    white-space: normal;
  }

  .section-head h2 {
    font-size: clamp(24px, 7vw, 32px);
  }

  .slide-copy h1 {
    font-size: clamp(28px, 8vw, 38px);
  }

  .application-hero {
    min-height: 420px;
    padding-top: 104px;
  }

  .application-tabs {
    grid-template-columns: 1fr;
    margin-bottom: 56px;
  }

  .application-content-block {
    gap: 34px;
  }

  .application-scene-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .application-scene-stack {
    grid-column: 1;
    gap: 44px;
  }

  .application-scene-tabs {
    position: sticky;
    top: 108px;
    z-index: 5;
    grid-column: 1;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(190px, 72vw);
    padding: 8px;
    border-left: 0;
    border-radius: 8px;
    background: #f2f2f2;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .application-scene-tabs::-webkit-scrollbar {
    display: none;
  }

  .application-scene-tabs a {
    justify-content: center;
    min-height: 48px;
    padding: 8px 14px;
    border-radius: 6px;
    text-align: center;
    scroll-snap-align: start;
  }

  .application-scene-tabs a::before {
    display: none;
  }

  .application-scene-tabs a.active {
    background: var(--white);
    color: var(--text);
  }

  .application-feature {
    gap: 18px;
    min-height: 0;
    padding: 0;
  }

  .application-feature::before {
    min-height: clamp(230px, 58vw, 360px);
  }

  .application-feature div {
    gap: 9px;
    padding-bottom: 18px;
  }

  .application-feature h3 {
    font-size: clamp(24px, 6.6vw, 34px);
  }

  .application-feature p {
    font-size: 16px;
    line-height: 1.65;
  }

  .mobile-break {
    display: block;
  }

  .slide-cta,
  .contact-actions .button {
    width: 100%;
    min-width: 0;
  }

  .about-grid,
  .barrier-grid,
  .case-list,
  .metric-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .barrier-grid article,
  .case-list article,
  .about-grid article,
  .metric-grid article {
    grid-column: 1 / -1;
    min-height: auto;
  }

  .brand-wall {
    grid-template-columns: 1fr;
  }

  .about-enterprise {
    gap: 28px;
    padding-top: 56px;
  }

  .enterprise-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
    gap: 22px 14px;
  }

  .enterprise-stats article:last-child {
    grid-column: 1 / -1;
  }

  .enterprise-media-tabs {
    grid-template-columns: 1fr 1fr;
    border-radius: 22px;
    background: #f2f2f2;
  }

  .enterprise-media-tabs button {
    min-height: 48px;
    color: var(--muted);
  }

  .enterprise-media-tabs button:hover,
  .enterprise-media-tabs button.active {
    background: var(--white);
    color: var(--text);
  }

  .enterprise-media {
    height: clamp(500px, calc(100svh - 230px), 680px);
  }

  .enterprise-media-card {
    padding: 28px 24px;
    padding-top: 34px;
    background-image: linear-gradient(180deg, rgba(4, 32, 61, 0.92) 0%, rgba(9, 45, 86, 0.64) 48%, rgba(9, 45, 86, 0.16) 100%), var(--media);
  }

  .enterprise-gallery-card .enterprise-media-copy {
    top: 34px;
    width: calc(100% - 48px);
  }

  .enterprise-media-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    text-align: center;
  }

  .home-page main .enterprise-media-copy h3 {
    width: 100%;
    max-width: min(100%, 560px);
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(24px, 5vw, 30px) !important;
    line-height: 1.22 !important;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .enterprise-media-more {
    align-self: center;
    max-width: min(100%, 240px);
  }

  .enterprise-gallery-thumbs {
    grid-template-columns: repeat(7, minmax(88px, 1fr));
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .enterprise-gallery-thumbs img {
    aspect-ratio: 16 / 9;
  }

  .enterprise-media-dots {
    right: 24px;
    bottom: 24px;
  }

  .enterprise-certifications {
    grid-template-columns: 1fr;
  }

  .enterprise-certifications article {
    min-height: auto;
    padding: 22px;
  }

  .enterprise-certifications img {
    width: 100%;
    max-height: 96px;
  }

  .business-matrix {
    gap: 32px;
    padding-top: 76px;
  }

  .business-card-grid {
    grid-template-columns: 1fr;
  }

  .business-card {
    min-height: 240px;
  }

  .cases {
    gap: 34px;
    padding-top: 76px;
  }

  .cases .case-list article {
    min-height: 420px;
    padding: 36px 24px;
  }

  .barriers {
    gap: 32px;
    padding-top: 76px;
  }

  .barriers .barrier-grid article {
    padding: 28px 24px;
  }

  .barrier-title {
    gap: 14px;
  }

  .barrier-line {
    margin: 22px 0 18px;
  }

  .contact {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .contact-card {
    grid-template-columns: 1fr;
  }

  .contact-info {
    justify-content: start;
    padding: 42px 28px;
  }

  .contact-info h2 {
    margin-bottom: 32px;
  }

  .contact-photo,
  .contact-map {
    min-height: 240px;
  }

  .footer-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 20px;
  }

  .footer-main {
    padding-top: 42px;
  }

  .footer-records {
    display: grid;
    gap: 12px;
  }
}

/* Site-wide typography standard — 2026-06 */
main h1 {
  font-family: var(--font-sans);
  font-size: var(--type-h1) !important;
  line-height: var(--lh-page-title) !important;
  letter-spacing: -0.05em;
  font-weight: 650;
}

main h2 {
  font-family: var(--font-sans);
  font-size: var(--type-h2) !important;
  line-height: var(--lh-section-title) !important;
  letter-spacing: -0.04em;
  font-weight: 600;
}

main h3 {
  font-family: var(--font-sans);
  font-size: var(--type-h3) !important;
  line-height: var(--lh-card-title) !important;
  letter-spacing: -0.025em;
  font-weight: 600;
}

main p,
main li,
main address,
main dt,
main dd {
  font-family: var(--font-sans);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
}

.desktop-nav,
.nav-actions,
.mobile-menu {
  font-family: var(--font-sans);
  font-size: var(--fs-button) !important;
  line-height: var(--lh-button);
}

.site-footer h2 {
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
}

.site-footer a,
.site-footer p,
.site-footer span,
.footer-records {
  font-size: var(--fs-button);
  line-height: 1.6;
}

button,
.primary-button,
.secondary-button,
.production-cta,
.service-cta,
.capacity-cta,
.application-tabs a,
.service-page-switcher a {
  font-family: var(--font-sans);
  font-size: var(--fs-button) !important;
  line-height: var(--lh-button);
  font-weight: 600;
}

main small,
.production-section-heading > span,
.production-team-copy > span,
.production-closing-head > span,
.production-flow-list li > span,
.mes-capabilities span,
.certification-card > span,
.service-label,
.service-closing-copy > span,
.dark-capabilities article > span,
.service-values article > span,
.service-timeline > li > span,
.split-card > span,
.maintenance-grid article > span,
.rdq-section-number,
.rdq-card-index,
.about-section-heading > span,
.history-heading > span,
.brand-copy > span,
.gallery-story figcaption b,
.gallery-wide figcaption b,
.about-scroll-cue {
  font-size: var(--type-caption) !important;
  line-height: var(--lh-muted);
}

@media (max-width: 767px) {
  body {
    font-size: var(--fs-body);
  }

  .desktop-nav,
  .nav-actions,
  .mobile-menu,
  .application-page .application-tabs a,
  .service-page-switcher a {
    font-size: var(--fs-button) !important;
  }
}

/* Production quality flow: selectable text with linked media. */
.production-flow-layout {
  display: grid;
  grid-template-columns: minmax(320px, 2fr) minmax(0, 3fr);
  gap: clamp(38px, 5vw, 82px);
  align-items: start;
}

.production-flow-layout .production-flow-list li {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  padding: clamp(24px, 2.5vw, 38px) 20px;
  cursor: pointer;
  transition: background-color 220ms ease, border-color 220ms ease;
}

.production-flow-layout .production-flow-list li > div {
  display: grid;
  grid-template-columns: minmax(150px, .65fr) minmax(0, 1.35fr);
  gap: 18px 28px;
  align-items: start;
}

.production-flow-layout .production-flow-list h3 {
  margin-bottom: 0;
  font-size: clamp(22px, 2vw, 32px) !important;
  line-height: 1.25 !important;
  letter-spacing: -0.025em;
  font-weight: 600;
}

.production-flow-layout .production-flow-list strong {
  display: block;
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.45;
  font-weight: 600;
}

.production-flow-layout .production-flow-list p {
  margin-top: 0;
  font-size: clamp(14px, 0.95vw, 17px);
  line-height: 1.65;
}

.production-flow-layout .production-flow-list li:hover,
.production-flow-layout .production-flow-list li:focus-visible,
.production-flow-layout .production-flow-list li.active {
  border-color: #8c8c8c;
  background: rgba(23, 26, 32, .055);
  outline: none;
}

.production-flow-media {
  position: sticky;
  top: 92px;
  min-height: 0;
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #d4d4d4;
}

.production-flow-media::after {
  position: absolute;
  inset: 42% 0 0;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .72));
  content: "";
}

.production-flow-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 180ms ease;
}

.production-flow-media figcaption {
  position: absolute;
  z-index: 1;
  right: 34px;
  bottom: 32px;
  left: 34px;
  display: flex;
  flex-direction: column;
  color: #fff;
}

.production-flow-media figcaption strong {
  font-size: clamp(24px, 2vw, 38px);
  line-height: 1.2;
}

.production-flow-media figcaption span {
  margin-top: 12px;
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .production-flow-layout {
    grid-template-columns: 1fr;
  }

  .production-flow-layout .production-flow-list li,
  .production-flow-layout .production-flow-list li > div {
    grid-template-columns: 1fr;
  }

  .production-flow-media {
    position: relative;
    top: auto;
    order: -1;
  }
}

/* Production defenses: reference-style split layout. */
.production-defenses {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 2.28fr);
  gap: clamp(42px, 4.2vw, 72px);
  align-items: center;
  min-height: clamp(470px, 42vw, 680px);
  padding-top: clamp(90px, 8vw, 150px);
  padding-bottom: clamp(90px, 8vw, 150px);
}

.production-defenses .production-section-heading {
  display: block;
  padding-bottom: 0;
}

.production-defenses .production-section-heading > span {
  display: none;
}

.production-defenses .production-section-heading h2 {
  max-width: 520px;
  font-size: clamp(40px, 3.6vw, 72px);
}

.production-defenses .production-section-heading p {
  max-width: 500px;
  margin-top: clamp(24px, 2vw, 34px);
}

.production-defenses .production-defense-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 22px);
}

.production-defenses .production-defense-grid article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: clamp(270px, 17.5vw, 330px);
  padding: clamp(34px, 3vw, 52px);
}

.production-defenses .production-defense-grid h3 {
  margin-top: clamp(72px, 6vw, 108px);
  font-size: clamp(28px, 2vw, 38px);
}

.production-defenses .production-defense-grid p {
  max-width: 420px;
  margin-top: 18px;
}

@media (max-width: 1024px) {
  .production-defenses {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .production-defenses .production-section-heading h2,
  .production-defenses .production-section-heading p {
    max-width: 760px;
  }
}

@media (max-width: 767px) {
  .production-defenses {
    display: block;
    min-height: 0;
    padding-top: 72px;
    padding-bottom: 76px;
  }

  .production-defenses .production-section-heading {
    padding-bottom: 38px;
  }

  .production-defenses .production-section-heading h2 {
    font-size: var(--type-h2) !important;
  }

  .production-defenses .production-defense-grid {
    grid-template-columns: 1fr;
  }

  .production-defenses .production-defense-grid article {
    min-height: 0;
    padding: 28px 24px;
  }

  .production-defenses .production-defense-grid h3 {
    margin-top: 42px;
  }
}

/* Shared REASEED brand logo */
.site-header .brand {
  display: block;
  width: clamp(118px, 9.6vw, 148px);
  height: 15.5px;
  overflow: hidden;
  background: url("assets/reaseed-logo-white.svg") left center / contain no-repeat;
  color: transparent;
  font-size: 0;
  line-height: 0;
  transition: background-image var(--duration) ease-in-out;
}

.site-header.scrolled .brand,
.site-header.menu-open .brand,
.site-header:hover .brand,
.site-header:focus-within .brand,
body:has(.section-subnav) .site-header .brand {
  background-image: url("assets/reaseed-logo.svg");
}

.site-header .brand:hover,
.site-header .brand:focus-visible,
body.home-page .site-header .brand {
  background-image: url("assets/reaseed-logo-red.svg");
}

@media (max-width: 767px) {
  .site-header .brand {
    width: 118px;
    height: 12.5px;
  }
}

@media (max-width: 767px) {
  .application-carousel {
    width: min(var(--safe-width), 100% - 24px);
  }

  .application-showcase {
    padding: 12px;
  }

  .application-tabs-bar {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-bottom: 10px;
  }

  .application-tabs-bar button {
    min-height: 48px;
    padding: 0 8px;
    font-size: clamp(20px, 5.4vw, 24px);
    letter-spacing: -0.03em;
  }

  .application-stage {
    grid-template-columns: 1fr;
    height: auto;
    gap: 12px;
  }

  .application-stage[data-active-scene] {
    grid-template-columns: 1fr;
  }

  .application-stage[data-scene-count="2"],
  .application-stage[data-scene-count="2"][data-active-scene] {
    grid-template-columns: 1fr;
  }

  .application-scene-card {
    height: clamp(220px, 58vw, 320px);
  }

  .application-scene-card.active {
    grid-column: auto;
    height: clamp(260px, 70vw, 390px);
  }

  .application-scene-copy {
    top: 20px;
    gap: 10px;
  }

  .application-scene-copy span {
    font-size: clamp(24px, 7vw, 34px);
  }

  .application-scene-copy a {
    min-height: 32px;
    padding: 0 14px;
    font-size: 12px;
  }

  .application-scene-card:not(.active) .application-scene-copy span {
    font-size: clamp(18px, 5vw, 24px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

/* R&D quality page */
.rdq-page {
  --rdq-gutter: var(--page-x);
  background: #fff;
  color: #171a20;
}

.rdq-page h1,
.rdq-page h2,
.rdq-page h3,
.rdq-page p {
  margin-top: 0;
}

.rdq-hero {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: 1fr auto;
  align-content: end;
  gap: clamp(28px, 4vh, 46px) var(--gap);
  min-height: calc(100svh - 123px);
  padding: clamp(70px, 10vh, 118px) var(--rdq-gutter) clamp(36px, 5vh, 64px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 7, 10, 0.88) 0%, rgba(5, 7, 10, 0.66) 34%, rgba(5, 7, 10, 0.22) 68%, rgba(5, 7, 10, 0.08) 100%),
    linear-gradient(180deg, rgba(5, 7, 10, 0.08) 0%, rgba(5, 7, 10, 0.18) 48%, rgba(5, 7, 10, 0.82) 100%),
    url("public/images/rd-quality-hero-train.webp");
  background-position: center;
  background-size: cover;
  color: #fff;
}

.rdq-hero-copy {
  position: relative;
  z-index: 2;
  grid-column: 1 / span 8;
  align-self: end;
  max-width: 1080px;
}

.rdq-page-title,
.rdq-section-head > p,
.rdq-investment-main > p,
.rdq-closing-copy > p {
  margin-bottom: clamp(24px, 2.5vw, 42px);
  font-size: clamp(14px, 0.78vw, 14px);
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.rdq-page-title {
  margin-bottom: clamp(24px, 3vh, 36px) !important;
  font-size: clamp(52px, 6vw, 88px) !important;
  line-height: 1.03 !important;
  letter-spacing: 0 !important;
}

.rdq-hero h1 {
  max-width: 920px;
  margin-bottom: clamp(42px, 5vh, 60px) !important;
  font-size: clamp(22px, 1.6vw, 28px) !important;
  line-height: 1.45 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  white-space: nowrap;
}

.rdq-hero h1 br {
  display: none;
}

.rdq-lead,
.rdq-support {
  max-width: 1100px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(30px, 3vw, 52px) !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
}

.rdq-support {
  max-width: 840px;
  margin-bottom: 0;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.64);
  font-size: clamp(15px, 1vw, 18px) !important;
  line-height: 1.65 !important;
  font-weight: 500 !important;
}

.rdq-hero-media,
.rdq-test-media,
.rdq-ip-media {
  position: relative;
  display: grid;
  align-content: end;
  min-height: clamp(350px, 34vw, 650px);
  margin: 0;
  padding: clamp(28px, 3vw, 52px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: #20242a;
}

.rdq-hero-media img,
.rdq-test-media img,
.rdq-ip-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rdq-hero-media {
  display: none;
}

.rdq-hero-media span,
.rdq-test-media span,
.rdq-ip-media span,
.rdq-hero-media strong,
.rdq-test-media strong,
.rdq-ip-media strong,
.rdq-hero-media small,
.rdq-test-media small,
.rdq-ip-media small {
  position: relative;
  z-index: 1;
}

.rdq-hero-media span,
.rdq-test-media span,
.rdq-ip-media span {
  margin-bottom: auto;
  color: rgba(255, 255, 255, 0.44);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.rdq-hero-media strong,
.rdq-test-media strong,
.rdq-ip-media strong {
  font-size: clamp(24px, 2vw, 38px);
  line-height: 1.2;
}

.rdq-hero-media small,
.rdq-test-media small,
.rdq-ip-media small {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 14px;
}

.rdq-metrics {
  position: relative;
  z-index: 2;
  grid-column: 1 / span 9;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1180px;
  border-top: 0;
}

.rdq-metrics article {
  display: grid;
  gap: 12px;
  padding: 0 clamp(18px, 2vw, 34px) 0 0;
}

.rdq-metrics article + article {
  padding-left: clamp(18px, 2vw, 34px);
  border-left: 0;
}

.rdq-metrics strong {
  display: block;
  margin-bottom: 10px;
  font-size: clamp(38px, 3vw, 54px);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
}

.rdq-ip-grid strong {
  font-size: clamp(46px, 4.2vw, 68px);
  line-height: 1;
  letter-spacing: -0.05em;
}

.rdq-metrics small,
.rdq-ip-grid small {
  margin-left: 4px;
  font-size: 0.5em;
  letter-spacing: 0;
}

.rdq-metrics span {
  color: rgba(255, 255, 255, 0.55);
  font-size: clamp(17px, 1vw, 20px);
  white-space: nowrap;
}

.rdq-section {
  padding: clamp(80px, 8vw, 140px) var(--rdq-gutter);
}

.rdq-section-head {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: var(--gap);
  margin-bottom: var(--title-content-gap);
}

.rdq-section-head > p {
  grid-column: 1 / span 3;
  color: #5c5e62;
}

.rdq-section-head h2 {
  grid-column: 4 / -1;
  margin-bottom: clamp(24px, 2.2vw, 36px);
  font-size: clamp(34px, 3vw, 58px);
  line-height: 1.1;
  letter-spacing: -0.045em;
}

.rdq-section-head > span {
  grid-column: 4 / span 6;
  max-width: 850px;
  color: #5c5e62;
  font-size: clamp(15px, 1.05vw, 19px);
  line-height: 1.7;
}

.rdq-team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--gap);
}

.rdq-team-grid article {
  --rdq-team-card-pad: clamp(28px, 3vw, 54px);
  --rdq-team-card-pad-neg: clamp(-54px, -3vw, -28px);
  display: flex;
  flex-direction: column;
  min-height: clamp(250px, 21vw, 390px);
  overflow: hidden;
  padding: var(--rdq-team-card-pad);
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  transition: transform 300ms ease-in-out, background-color 300ms ease-in-out;
}

.rdq-team-image {
  display: block;
  width: auto;
  aspect-ratio: 16 / 10;
  margin: auto var(--rdq-team-card-pad-neg) var(--rdq-team-card-pad-neg);
  object-fit: cover;
  border-radius: 0 0 8px 8px;
  filter: grayscale(.18) saturate(.68) contrast(1.04) brightness(.98);
}

.rdq-team .rdq-section-head > span {
  max-width: none;
  white-space: nowrap;
}

.rdq-team-grid article > p {
  min-height: 3.3em;
  margin-bottom: clamp(22px, 2vw, 36px);
}

.rdq-team-grid article:hover {
  transform: translateY(-4px);
  background: #f4f4f4;
}

.rdq-team-grid article > span,
.rdq-investment-cards article > span,
.rdq-value-grid article > span,
.rdq-test-list article > span {
  display: block;
  margin-bottom: clamp(52px, 5vw, 88px);
  color: #8e8e8e;
  font-size: 14px;
  font-weight: 700;
}

.rdq-team-grid h3,
.rdq-investment-cards h3,
.rdq-value-grid h3,
.rdq-test-list h3 {
  margin-bottom: 14px;
  font-size: clamp(21px, 1.55vw, 30px);
  line-height: 1.2;
}

.rdq-team-grid p,
.rdq-investment-cards p,
.rdq-value-grid p,
.rdq-test-list p {
  margin-bottom: 0;
  color: #5c5e62;
  font-size: clamp(14px, 0.95vw, 17px);
  line-height: 1.65;
}

.rdq-testing {
  background: #111317;
  color: #fff;
}

.rdq-section-head-light > p,
.rdq-section-head-light > span {
  color: rgba(255, 255, 255, 0.5);
}

.rdq-testing .rdq-section-head > span {
  max-width: none;
  white-space: nowrap;
}

.rdq-testing-layout {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(320px, 2fr);
  gap: clamp(34px, 4vw, 68px);
  align-items: start;
  overflow: visible;
  transform: none;
  contain: none;
}

.rdq-test-media {
  position: sticky;
  top: calc(var(--section-subnav-height) + 32px);
  align-self: start;
  aspect-ratio: 4 / 3;
  max-height: calc(100vh - var(--section-subnav-height) - 64px);
  min-height: 0;
}

.rdq-testing .rdq-test-media.reveal,
.rdq-testing .rdq-test-media.reveal.visible {
  transform: none;
}

.rdq-test-list {
  overflow: visible;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.rdq-test-list article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: clamp(18px, 2vw, 34px);
  padding: clamp(28px, 2.6vw, 46px) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  cursor: pointer;
  transition: padding-left 220ms ease, background-color 220ms ease, border-color 220ms ease;
}

.rdq-test-list article:hover,
.rdq-test-list article:focus-visible,
.rdq-test-list article.active {
  padding-left: 20px;
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.055);
  outline: none;
}

.rdq-test-list article.active h3 {
  color: #fff;
}

.rdq-test-media img {
  transition: opacity 180ms ease;
}

.rdq-test-media span {
  display: none;
}

.rdq-test-media small {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(16px, 1.05vw, 20px);
  font-weight: 600;
}

.rdq-test-list article > span {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.36);
}

.rdq-test-list p {
  color: rgba(255, 255, 255, 0.52);
}

.rdq-investment {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(48px, 8vw, 150px);
  background: #f4f4f4;
}

.rdq-investment-main strong {
  display: block;
  margin-bottom: clamp(42px, 4vw, 70px);
  font-size: clamp(110px, 15vw, 280px);
  line-height: 0.82;
  letter-spacing: -0.08em;
}

.rdq-investment-main strong small {
  margin-left: 0;
  font-size: 1em !important;
  line-height: inherit;
  letter-spacing: -0.08em;
  vertical-align: baseline;
}

.rdq-investment-main h2 {
  margin-bottom: 22px;
  font-size: clamp(34px, 3.1vw, 58px);
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.rdq-investment-main > span {
  display: block;
  max-width: none;
  color: #5c5e62;
  font-size: clamp(15px, 1.05vw, 19px);
  line-height: 1.7;
  white-space: nowrap;
}

.rdq-investment-cards {
  display: grid;
  align-content: center;
  gap: clamp(14px, 1.2vw, 22px);
}

.rdq-investment-cards article {
  padding: clamp(30px, 3vw, 52px);
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  background: #fff;
}

.rdq-investment-cards article > span {
  margin-bottom: 28px;
}

.rdq-ip-media {
  min-height: clamp(320px, 33vw, 620px);
  align-content: center;
  padding: 0;
  background: #f7f7f4;
  color: #171a20;
}

.rdq-ip-media span,
.rdq-ip-media small {
  color: rgba(23, 26, 32, 0.5);
}

.rdq-ip-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(34px, 4vw, 70px);
  gap: var(--gap);
}

.rdq-ip-grid article {
  display: grid;
  gap: 18px;
  min-height: clamp(190px, 15vw, 280px);
  padding: clamp(34px, 3vw, 56px);
  border: 1px solid #d7d7d7;
  border-radius: 8px;
}

.rdq-ip-grid article + article {
  padding-left: clamp(34px, 3vw, 56px);
}

.rdq-ip-grid span {
  color: #5c5e62;
  font-size: clamp(14px, 1vw, 18px);
}

.rdq-ip .rdq-section-head {
  display: block;
  margin-bottom: var(--title-content-gap);
}

.rdq-ip .rdq-section-head h2 {
  max-width: 980px;
  margin-bottom: clamp(18px, 1.6vw, 28px);
}

.rdq-ip .rdq-section-head > span {
  max-width: 920px;
}

.rdq-ip-showcase {
  display: grid;
  grid-template-columns: minmax(220px, 18vw) minmax(0, 1fr);
  gap: clamp(28px, 2.4vw, 46px);
  align-items: start;
}

.rdq-ip-showcase .rdq-ip-grid {
  grid-template-columns: 1fr;
  gap: clamp(18px, 1.8vw, 30px);
  margin-top: 0;
}

.rdq-ip-showcase .rdq-ip-grid article {
  min-height: clamp(124px, 7.5vw, 158px);
  padding: clamp(24px, 2.2vw, 36px);
  background: #fff;
}

.rdq-ip-showcase .rdq-ip-grid article + article {
  padding-left: clamp(24px, 2.2vw, 36px);
}

.rdq-ip-showcase .rdq-ip-media {
  display: block;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
}

.rdq-ip-showcase .rdq-ip-media img {
  position: static;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.rdq-closing {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(34px, 4vw, 68px) var(--gap);
  min-height: auto;
  align-content: center;
  padding: clamp(72px, 7vw, 118px) var(--rdq-gutter);
  background: #050607;
  color: #fff;
}

.rdq-closing-copy {
  grid-column: 1 / -1;
}

.rdq-closing-copy h2 {
  max-width: 1180px;
  margin-bottom: clamp(22px, 2.2vw, 34px);
  font-size: clamp(40px, 3vw, 54px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.rdq-closing-copy > span {
  display: block;
  max-width: 800px;
  color: rgba(255, 255, 255, 0.55);
  font-size: clamp(15px, 1.05vw, 19px);
  line-height: 1.7;
}

.rdq-value-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
}

.rdq-value-grid article {
  position: relative;
  display: grid;
  gap: clamp(12px, 1.1vw, 18px);
  min-height: clamp(136px, 11vw, 188px);
  padding: clamp(26px, 2.4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018));
  overflow: hidden;
}

.rdq-value-grid article + article {
  padding-left: clamp(26px, 2.4vw, 42px);
}

.rdq-value-grid article > span {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.38);
}

.rdq-value-grid article::after {
  content: "";
  width: clamp(42px, 4vw, 72px);
  height: 2px;
  background: rgba(227, 25, 55, 0.82);
}

.rdq-value-grid h3 {
  margin: 0;
}

.rdq-value-grid p {
  max-width: 360px;
  color: rgba(255, 255, 255, 0.5);
}

.rdq-cta {
  grid-column: 1 / span 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(48px, 4vw, 64px);
  padding: clamp(14px, 1.2vw, 20px) clamp(24px, 3vw, 48px);
  border-radius: 4px;
  background: #e31937;
  color: #fff;
  font-size: clamp(14px, 0.95vw, 17px);
  font-weight: 700;
  transition: opacity 300ms ease-in-out;
}

.rdq-cta:hover {
  text-decoration: none;
  opacity: 0.85;
}

@media (max-width: 1199px) {
  .rdq-hero-copy {
    grid-column: 1 / span 7;
  }

  .rdq-hero-media {
    grid-column: 8 / -1;
  }

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

  .rdq-closing-copy {
    grid-column: 1 / span 10;
  }

  .rdq-ip-showcase {
    grid-template-columns: 1fr;
  }

  .rdq-ip-showcase .rdq-ip-grid {
    grid-template-columns: repeat(3, 1fr);
    order: 2;
  }

  .rdq-ip-showcase .rdq-ip-media {
    order: 1;
  }
}

@media (min-width: 768px) and (max-height: 760px) {
  .rdq-hero {
    gap: 22px var(--gap);
    padding-top: 34px;
    padding-bottom: 28px;
  }

  .rdq-page-title {
    margin-bottom: 18px !important;
    font-size: clamp(52px, 6vw, 88px) !important;
  }

  .rdq-hero h1 {
    margin-bottom: 34px !important;
    font-size: clamp(22px, 1.6vw, 28px) !important;
    line-height: 1.38 !important;
  }

  .rdq-lead {
    font-size: clamp(30px, 2.8vw, 46px) !important;
    line-height: 1.22 !important;
  }

  .rdq-support {
    display: block;
    margin-top: 14px;
  }

  .rdq-metrics article {
    gap: 6px;
    padding-top: 18px;
  }

  .rdq-metrics strong {
    font-size: clamp(46px, 4vw, 64px);
  }
}

@media (max-width: 767px) {
  .rdq-hero {
    grid-template-columns: 1fr;
    min-height: calc(100svh - 123px);
    padding-top: clamp(42px, 7vh, 68px);
    padding-bottom: clamp(24px, 4vh, 40px);
  }

  .rdq-hero-copy,
  .rdq-metrics,
  .rdq-closing-copy,
  .rdq-value-grid,
  .rdq-cta {
    grid-column: 1;
  }

  .rdq-hero::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(5, 6, 7, 0.82), rgba(5, 6, 7, 0.58) 52%, rgba(5, 6, 7, 0.86));
    content: "";
  }

  .rdq-hero-copy,
  .rdq-metrics {
    position: relative;
    z-index: 2;
  }

  .rdq-hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    grid-column: 1;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    opacity: 0.72;
  }

  .rdq-hero-media span,
  .rdq-hero-media strong,
  .rdq-hero-media small {
    display: none;
  }

  .rdq-hero h1,
  .rdq-closing-copy h2 {
    font-size: clamp(30px, 8vw, 46px);
  }

  .rdq-hero h1 {
    margin-bottom: 24px;
    font-size: clamp(16px, 4.4vw, 20px);
    line-height: 1.42;
    white-space: normal;
  }

  .rdq-page-title {
    margin-bottom: 16px;
    font-size: clamp(34px, 9vw, 46px);
  }

  .rdq-lead {
    font-size: clamp(20px, 5.8vw, 28px);
    line-height: 1.35;
  }

  .rdq-support {
    display: block;
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.55;
  }

  .rdq-hero-media {
    min-height: 0;
  }

  .rdq-metrics {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }

  .rdq-metrics article {
    gap: 6px;
    padding: 16px 10px 0 0;
  }

  .rdq-metrics strong {
    font-size: clamp(30px, 8vw, 40px);
  }

  .rdq-metrics span {
    font-size: 13px;
    line-height: 1.35;
  }

  .rdq-metrics article:nth-child(3) {
    border-left: 0;
  }

  .rdq-metrics article:nth-child(n + 3) {
    margin-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .rdq-section-head {
    display: block;
  }

  .rdq-section-head h2 {
    font-size: clamp(34px, 9vw, 46px);
  }

  .rdq-team .rdq-section-head > span,
  .rdq-testing .rdq-section-head > span,
  .rdq-investment-main > span {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: break-word;
  }

  .rdq-team-grid,
  .rdq-ip-grid,
  .rdq-value-grid {
    grid-template-columns: 1fr;
  }

  .rdq-ip-showcase .rdq-ip-grid {
    grid-template-columns: 1fr;
  }

  .rdq-ip-showcase .rdq-ip-grid article {
    min-height: 150px;
  }

  .rdq-team-grid article {
    min-height: 230px;
  }

  .rdq-testing-layout,
  .rdq-investment {
    grid-template-columns: 1fr;
    min-width: 0;
  }

  .rdq-test-media {
    position: relative;
    top: auto;
  }

  .rdq-investment-main strong {
    font-size: clamp(100px, 38vw, 160px);
  }

  .rdq-investment-main,
  .rdq-investment-cards,
  .rdq-investment-cards article {
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
  }

  .rdq-investment-cards h3,
  .rdq-investment-cards p {
    overflow-wrap: break-word;
  }

  .rdq-ip-grid article + article,
  .rdq-value-grid article + article {
    padding-left: clamp(34px, 3vw, 56px);
  }

  .rdq-closing {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 28px;
    padding-top: 64px;
    padding-bottom: 72px;
  }

  .rdq-closing-copy h2 {
    margin-bottom: 20px;
    white-space: normal;
  }

  .rdq-value-grid article {
    min-height: 0;
    padding: 28px;
  }

  .rdq-value-grid article > span {
    margin-bottom: 0;
  }

  .rdq-cta {
    width: 100%;
  }
}

@media (max-width: 767px) and (max-height: 720px) {
  .rdq-hero {
    gap: 16px;
    padding-top: 28px;
    padding-bottom: 20px;
  }

  .rdq-page-title {
    margin-bottom: 12px;
    font-size: clamp(30px, 8vw, 38px);
  }

  .rdq-hero h1 {
    margin-bottom: 14px;
    font-size: 15px;
    line-height: 1.35;
  }

  .rdq-lead {
    display: -webkit-box;
    overflow: hidden;
    font-size: clamp(18px, 5vw, 22px);
    line-height: 1.32;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .rdq-support {
    display: none;
  }

  .rdq-metrics article {
    gap: 4px;
    padding-top: 10px;
  }

  .rdq-metrics strong {
    font-size: clamp(27px, 7vw, 34px);
  }

  .rdq-metrics span {
    font-size: 12px;
    line-height: 1.25;
  }

  .rdq-metrics article:nth-child(n + 3) {
    margin-top: 10px;
  }
}

/* Final sequence-number cleanup overrides for the full R&D/manufacturing block. */
.rdq-section-head > p,
.rdq-investment-main > p,
.rdq-closing-copy > p,
.rdq-team-grid article > span,
.rdq-investment-cards article > span,
.rdq-value-grid article > span,
.rdq-test-list article > span,
.production-section-heading > span,
.production-flow-list li > span,
.production-team-copy > span,
.mes-capabilities article > span,
.certification-card > span,
.production-closing-head > span,
.production-values article > span {
  display: none;
}

.rdq-section-head h2,
.rdq-section-head > span {
  grid-column: 1 / -1;
}

.rdq-test-list article,
.production-section-heading,
.production-flow-list li {
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .rdq-hero-copy,
  .production-hero-content {
    grid-column: 1 / span 9;
    max-width: none;
  }

  .rdq-hero h1,
  .rdq-support,
  .rdq-section-head > span,
  .rdq-investment-main > span,
  .rdq-closing-copy h2,
  .rdq-closing-copy > span,
  .production-hero h1,
  .production-hero-content > p:last-child,
  .production-section-heading p,
  .production-team-copy p,
  .production-closing h2,
  .production-closing-head p {
    max-width: none;
    white-space: nowrap;
  }

  .rdq-closing-copy {
    grid-column: 1 / -1;
    max-width: none;
  }

  .production-closing-head {
    max-width: calc(var(--production-max) - 2 * var(--page-x));
  }

  .production-defenses .production-section-heading h2,
  .production-defenses .production-section-heading p {
    max-width: none;
  }

  .production-defenses .production-section-heading h2 {
    max-width: 520px;
    white-space: normal;
  }

  .production-defenses .production-section-heading p {
    max-width: 500px;
    white-space: normal;
  }
}

.production-team-layout {
  align-items: start;
  margin-top: clamp(48px, 5.2vw, 82px);
}

.production-team-data > div {
  min-height: clamp(150px, 11vw, 196px);
}

.production-team-data > p {
  padding: clamp(18px, 1.6vw, 26px);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .045);
}

.mes-capabilities {
  gap: 12px;
}

.mes-capabilities article {
  position: relative;
  display: grid;
  align-content: center;
  min-height: clamp(142px, 9vw, 172px);
  padding: clamp(24px, 2vw, 34px);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .025)),
    rgba(255, 255, 255, .045);
}

.mes-capabilities article > span {
  display: block;
  margin-bottom: clamp(18px, 1.5vw, 26px);
  color: rgba(255, 255, 255, .38);
}

.mes-capabilities article::after {
  content: "";
  width: clamp(36px, 3.4vw, 56px);
  height: 2px;
  margin-top: clamp(16px, 1.3vw, 22px);
  background: rgba(227, 25, 55, .86);
}

.mes-capabilities h3 {
  margin-top: 0;
  font-size: clamp(22px, 1.7vw, 30px);
}

.mes-capabilities p {
  max-width: 360px;
  margin-top: 10px;
}

@media (max-width: 600px) {
  .production-team-layout {
    margin-top: 36px;
  }

  .production-team-data > div,
  .mes-capabilities article {
    min-height: 0;
  }

  .mes-capabilities article {
    padding: 24px;
  }
}

/* Production certification cards: text left, certificate image right. */
.certification-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.3vw, 20px);
}

.certification-card {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(92px, .62fr);
  align-items: center;
  gap: clamp(14px, 1.4vw, 24px);
  min-height: clamp(220px, 14vw, 280px);
  padding: clamp(20px, 2vw, 32px);
}

.certification-copy {
  min-width: 0;
}

.certification-copy > span {
  display: block;
  margin-bottom: clamp(32px, 3.2vw, 54px);
  color: #8b8d90;
  font-size: 14px;
  font-weight: 600;
}

.certification-card h3 {
  margin-top: 0;
  font-size: clamp(24px, 2vw, 34px);
}

.certification-card p {
  min-height: 0;
  margin-top: 14px;
  font-size: clamp(14px, .95vw, 16px);
}

.certificate-placeholder {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  margin-bottom: 0;
  border-color: #e2e2e2;
  background: #fff;
}

.certificate-placeholder img,
.certification-card:nth-child(2) .certificate-placeholder img,
.certification-card:nth-child(3) .certificate-placeholder img,
.certification-card:nth-child(4) .certificate-placeholder img {
  width: 100%;
  height: 100%;
  padding: 8px;
  object-fit: contain;
  object-position: center;
  opacity: 1;
  filter: none;
}

@media (max-width: 900px) {
  .certification-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr));
  }

  .certification-card {
    grid-template-columns: minmax(0, .78fr) minmax(84px, .62fr);
  }
}

@media (max-width: 600px) {
  .certification-grid {
    grid-template-columns: 1fr;
  }

  .certification-card {
    grid-template-columns: minmax(0, .78fr) minmax(72px, .62fr);
    min-height: 0;
  }

  .certification-card h3,
  .certification-card p {
    overflow-wrap: break-word;
  }

  .certification-copy > span {
    margin-bottom: 34px;
  }

  .certificate-placeholder {
    max-height: 440px;
  }
}

/* Production closing values: card layout aligned with the service-page reference. */
.production-closing {
  padding-top: clamp(108px, 12vw, 190px);
  padding-bottom: clamp(92px, 10vw, 150px);
}

.production-values {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1vw, 18px);
  max-width: calc(100vw - 2 * var(--page-x));
  margin-top: clamp(76px, 7vw, 118px);
  border-top: 0;
}

.production-values article {
  display: flex;
  min-height: clamp(190px, 13.5vw, 224px);
  padding: clamp(34px, 3.2vw, 52px) clamp(22px, 3vw, 42px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 8px;
  background: #f3f3f3;
  text-align: center;
}

.production-values h3 {
  margin-top: 0;
  color: #5f666f;
  font-size: clamp(34px, 2.7vw, 48px);
  line-height: 1.16;
  font-weight: 600;
}

.production-values p {
  max-width: 360px;
  margin-top: clamp(18px, 1.4vw, 24px);
  color: #7a8088;
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.65;
  font-weight: 500;
}

@media (max-width: 767px) {
  .production-values {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .production-values article {
    min-height: 154px;
    padding: 30px 22px;
    border-bottom: 0;
  }

  .production-values h3 {
    font-size: clamp(28px, 8vw, 36px);
  }

  .production-values p {
    font-size: 14px;
  }
}

/* Professional display pages: shared top capsule navigation. */
.application-page {
  position: relative;
}

.application-page .application-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: clamp(145px, 12vw, 190px);
}

.application-page .application-tabs {
  position: sticky;
  z-index: 980;
  top: calc(var(--section-subnav-height) + 12px);
  left: auto;
  display: flex;
  grid-template-columns: none;
  width: max-content;
  max-width: calc(100% - 2 * var(--page-x));
  margin: clamp(30px, 3.2vw, 52px) auto 0;
  padding: 4px;
  overflow-x: auto;
  border: 1px solid rgba(23, 26, 32, .08);
  border-radius: 999px;
  background: #f2f2f2;
  color: var(--text);
  scrollbar-width: none;
  transform: none;
}

.application-page .application-tabs::-webkit-scrollbar {
  display: none;
}

.application-page .application-tabs a {
  display: block;
  min-height: auto;
  padding: 10px 18px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
}

.application-page .application-tabs a:hover {
  color: var(--text);
  background: rgba(255, 255, 255, .72);
}

.application-page .application-tabs a.active {
  color: #171a20;
  background: #fff;
}

.application-page .application-content-block {
  padding-top: clamp(48px, 5vw, 84px);
}

@media (max-width: 767px) {
  .application-page .application-hero {
    padding-top: 125px;
  }

  .application-page .application-tabs {
    top: calc(var(--section-subnav-height) + 10px);
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: calc(100% - 2 * var(--page-x));
    max-width: calc(100% - 2 * var(--page-x));
    margin-top: 22px;
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 999px;
  }

  .application-page .application-tabs a {
    flex: 0 0 auto;
    padding: 9px 12px;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
  }

  .application-page .application-content-block {
    padding-top: 42px;
  }
}

@media (max-width: 900px) {
  body:has(.application-page) {
    overflow-x: clip;
  }

  body:has(.application-page) .site-header {
    z-index: 3000;
  }

  body:has(.application-page) .section-subnav {
    z-index: 2000;
    overflow-x: auto;
    overflow-y: hidden;
  }

  body:has(.application-page) .section-subnav ul {
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    gap: clamp(26px, 8vw, 54px);
  }

  body:has(.application-page) .section-subnav a {
    flex: 0 0 auto;
  }

  .application-page .application-tabs {
    top: calc(var(--section-subnav-height) + 10px);
    z-index: 70;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: calc(100% - 2 * var(--page-x));
    max-width: calc(100% - 2 * var(--page-x));
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .application-page .application-tabs::-webkit-scrollbar {
    display: none;
  }

  .application-page .application-tabs a {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .application-content-block {
    width: min(100% - 2 * var(--page-x), 1760px);
    max-width: calc(100% - 2 * var(--page-x));
    min-width: 0;
    justify-self: center;
    overflow: visible;
    box-sizing: border-box;
  }

  .application-scene-layout {
    grid-template-columns: 1fr;
    gap: clamp(30px, 5vw, 44px);
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: visible;
    box-sizing: border-box;
  }

  .application-scene-stack {
    grid-column: 1;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: visible;
    box-sizing: border-box;
  }

  .application-scene-tabs {
    position: sticky;
    top: calc(var(--section-subnav-height) + 72px);
    z-index: 60;
    grid-column: 1;
    display: flex;
    grid-template-columns: none;
    grid-auto-flow: initial;
    grid-auto-columns: initial;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    border-left: 0;
    border-radius: 8px;
    background: #f2f2f2;
    scroll-snap-type: x proximity;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    box-sizing: border-box;
  }

  .application-scene-tabs::-webkit-scrollbar {
    display: none;
  }

  .application-scene-tabs a {
    flex: 0 0 auto;
    width: auto;
    min-width: max-content;
    max-width: none;
    min-height: 48px;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    line-height: 1.35;
    white-space: nowrap;
    text-align: center;
    scroll-snap-align: start;
    box-sizing: border-box;
  }

  .application-scene-tabs a.active {
    background: var(--white);
    color: var(--text);
  }

  .application-page:not(:has(.application-tabs)) .application-scene-tabs {
    top: calc(var(--section-subnav-height) + 12px);
  }

  .application-scene-group {
    scroll-margin-top: 180px;
  }
}

/* Project cases page */
.project-cases-page {
  --project-max: 1440px;
  background: #fff;
  color: #171a20;
}

.project-cases-page h1,
.project-cases-page h2,
.project-cases-page h3,
.project-cases-page p {
  margin: 0;
}

.project-cases-page .contact-info h2 {
  margin-bottom: clamp(54px, 5vw, 88px);
}

@media (max-width: 767px) {
  .project-cases-page .contact-info h2 {
    margin-bottom: 32px;
  }
}

.project-cases-hero {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: 1fr auto;
  align-content: end;
  gap: clamp(28px, 4vh, 46px) var(--gap);
  min-height: calc(100svh - 123px);
  padding: clamp(118px, 15vh, 170px) var(--page-x) clamp(36px, 5vh, 64px);
  overflow: hidden;
  background: #111;
  color: #fff;
}

.project-hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.project-hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.04) contrast(1.02);
}

.project-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 7, 10, .88) 0%, rgba(5, 7, 10, .66) 34%, rgba(5, 7, 10, .22) 68%, rgba(5, 7, 10, .08) 100%),
    linear-gradient(180deg, rgba(5, 7, 10, .08) 0%, rgba(5, 7, 10, .18) 48%, rgba(5, 7, 10, .82) 100%);
}

.project-hero-copy {
  position: relative;
  z-index: 2;
}

.project-hero-copy {
  grid-column: 1 / span 8;
  align-self: end;
  width: auto;
  max-width: 1080px;
}

.project-page-name {
  margin-bottom: clamp(24px, 3vh, 36px) !important;
  font-size: clamp(52px, 6vw, 88px) !important;
  line-height: 1.03 !important;
  font-weight: 700;
  letter-spacing: 0 !important;
}

.project-hero-copy h1 {
  max-width: 920px;
  margin-bottom: clamp(42px, 5vh, 60px) !important;
  font-size: clamp(22px, 1.6vw, 28px) !important;
  line-height: 1.45 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  white-space: normal;
}

.project-hero-copy > p:last-child {
  max-width: 840px;
  margin-top: 0;
  color: rgba(255, 255, 255, .64);
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.65;
  font-weight: 500;
}

.project-cases-section {
  max-width: none;
  padding: clamp(92px, 10vw, 170px) var(--page-x);
  margin: 0 auto;
}

.project-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  padding-bottom: var(--title-content-gap);
}

.project-section-head.centered {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.project-section-head h2,
.project-confidential h2,
.project-cases-cta h2 {
  font-size: clamp(38px, 4.6vw, 72px);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: 0;
}

.project-section-head p,
.project-confidential p,
.project-cases-cta p {
  max-width: 720px;
  color: #5c5e62;
  font-size: 17px;
  line-height: 1.8;
}

.project-section-head.centered p,
.project-cases-cta p {
  margin-right: auto;
  margin-left: auto;
}

.project-card-wall {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

.project-case-card {
  overflow: hidden;
  border: 1px solid #dedede;
  border-radius: 6px;
  background: #fff;
}

.project-card-image {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #d8dadd;
}

.project-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.project-card-copy {
  min-height: 96px;
  padding: clamp(22px, 2vw, 30px);
}

.project-card-copy h3 {
  font-size: clamp(21px, 1.7vw, 28px);
  line-height: 1.28;
  font-weight: 600;
}

.project-card-copy p {
  margin-top: 18px;
  color: #66686c;
  font-size: 15px;
  line-height: 1.75;
}

.project-confidential {
  padding: clamp(84px, 9vw, 138px) var(--page-x);
  background: #f4f4f4;
}

.project-confidential > div {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}

.project-confidential p {
  margin: 28px auto 0;
}

.project-cases-cta {
  padding: clamp(110px, 13vw, 210px) var(--page-x);
  background: #f4f4f4;
  text-align: center;
}

.project-cases-cta > div {
  max-width: 980px;
  margin: 0 auto;
}

.project-cases-cta p {
  margin-top: 28px;
}

.project-cases-cta .button {
  margin-top: 44px;
  cursor: default;
}

@media (max-width: 1024px) {
  .project-hero-copy {
    grid-column: 1 / -1;
  }

  .project-hero-media img {
    object-position: 58% center;
  }

  .project-card-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .project-cases-hero {
    min-height: 100svh;
    padding-top: 112px;
    padding-bottom: 42px;
  }

  .project-hero-media img {
    object-position: 62% center;
  }

  .project-page-name {
    margin-bottom: 18px !important;
    font-size: clamp(38px, 12vw, 56px);
  }

  .project-hero-copy h1 {
    margin-bottom: 24px !important;
    font-size: clamp(16px, 4.4vw, 20px) !important;
    line-height: 1.42 !important;
  }

  .project-hero-copy > p:last-child {
    font-size: 14px;
    line-height: 1.62;
  }

  .project-cases-section,
  .project-confidential,
  .project-cases-cta {
    padding-top: 72px;
    padding-bottom: 76px;
  }

  .project-section-head {
    padding-bottom: var(--title-content-gap);
  }

  .project-section-head h2,
  .project-confidential h2,
  .project-cases-cta h2 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .project-section-head p,
  .project-confidential p,
  .project-cases-cta p {
    font-size: 14px;
    line-height: 1.72;
  }

  .project-card-wall {
    grid-template-columns: 1fr;
  }

  .project-card-copy {
    min-height: 0;
    padding: 24px;
  }

}

/* Align first-screen Banner titles with the homepage hero title hierarchy. */
.application-hero h1,
.rdq-page-title,
.production-page-name,
.project-page-name {
  font-size: var(--fs-hero) !important;
  line-height: var(--lh-hero) !important;
}

@media (min-width: 768px) {
  .rdq-hero,
  .production-hero {
    grid-template-rows: auto auto;
    align-content: center;
    padding-top: clamp(36px, 5vh, 64px);
    padding-bottom: clamp(36px, 5vh, 64px);
  }

  .rdq-hero-copy,
  .production-hero-content {
    align-self: center;
  }

  .rdq-lead {
    max-width: 860px;
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(16px, 1vw, 18px) !important;
    line-height: 1.6 !important;
    font-weight: 500 !important;
  }

  .rdq-support {
    margin-top: 22px;
  }
}

.production-metrics .stat-unit {
  display: inline-block;
  margin-left: 3px;
  font-size: 0.4em;
  line-height: 1;
  vertical-align: 0.42em;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .production-metrics .stat-unit {
    font-size: 0.42em;
    vertical-align: 0.36em;
  }

  .rdq-lead {
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(15px, 4vw, 18px) !important;
    line-height: 1.6 !important;
    font-weight: 500 !important;
  }
}

@media (max-width: 600px) {
  .home-page main .enterprise-media-copy h3 {
    font-size: 24px !important;
    line-height: 1.25 !important;
  }
}

/* English pages: allow longer Latin text to wrap without clipping. */
html[lang="en"] h1,
html[lang="en"] h2,
html[lang="en"] h3,
html[lang="en"] p,
html[lang="en"] strong,
html[lang="en"] b,
html[lang="en"] span,
html[lang="en"] a,
html[lang="en"] button {
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: normal;
}

html[lang="en"] h1,
html[lang="en"] h2,
html[lang="en"] h3,
html[lang="en"] .slide-copy h1,
html[lang="en"] .section-head h2,
html[lang="en"] .application-hero h1,
html[lang="en"] .project-hero-copy h1,
html[lang="en"] .project-page-name,
html[lang="en"] .enterprise-media-copy h3,
html[lang="en"] .application-scene-copy span {
  white-space: normal !important;
}

html[lang="en"] main h1,
html[lang="en"] main h2,
html[lang="en"] main h3,
html[lang="en"] main p,
html[lang="en"] main li,
html[lang="en"] main figcaption,
html[lang="en"] main strong,
html[lang="en"] main b,
html[lang="en"] main small,
html[lang="en"] main span:not(.stat-unit) {
  white-space: normal !important;
  overflow-wrap: break-word;
  word-break: normal;
}

html[lang="en"] .slide-copy,
html[lang="en"] .section-head,
html[lang="en"] .banner-section,
html[lang="en"] .business-card,
html[lang="en"] .application-card,
html[lang="en"] .application-scene-card,
html[lang="en"] .application-scene-copy,
html[lang="en"] .enterprise-media-copy,
html[lang="en"] .enterprise-gallery-card .enterprise-media-copy,
html[lang="en"] .project-hero-copy,
html[lang="en"] .project-section-head,
html[lang="en"] .project-case-card,
html[lang="en"] .project-card-copy,
html[lang="en"] .contact-card,
html[lang="en"] .footer-column,
html[lang="en"] .footer-hotline {
  min-width: 0;
  max-width: 100%;
}

html[lang="en"] .cases .section-head p,
html[lang="en"] .project-section-head p,
html[lang="en"] .project-confidential p,
html[lang="en"] .project-cases-cta p {
  white-space: normal !important;
  max-width: min(760px, 100%);
}

html[lang="en"] .enterprise-media-copy,
html[lang="en"] .enterprise-gallery-card .enterprise-media-copy,
html[lang="en"] .application-scene-copy {
  width: min(92%, 980px);
  line-height: 1.15;
  text-align: center;
}

html[lang="en"] .enterprise-media-copy h3,
html[lang="en"] .application-scene-copy span {
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
}

html[lang="en"] .section-subnav,
html[lang="en"] .application-tabs,
html[lang="en"] .application-scene-tabs,
html[lang="en"] .application-tabs-bar,
html[lang="en"] .enterprise-media-tabs {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

html[lang="en"] .section-subnav ul,
html[lang="en"] .application-tabs,
html[lang="en"] .application-scene-tabs,
html[lang="en"] .application-tabs-bar {
  min-width: 0;
  max-width: 100%;
}

html[lang="en"] .section-subnav a,
html[lang="en"] .application-tabs a,
html[lang="en"] .application-scene-tabs a,
html[lang="en"] .application-tabs-bar button,
html[lang="en"] .enterprise-media-tabs button,
html[lang="en"] .button,
html[lang="en"] .cta-button,
html[lang="en"] .primary-cta,
html[lang="en"] .secondary-cta {
  max-width: 100%;
  text-align: center;
}

@media (max-width: 900px) {
  html[lang="en"] .enterprise-media-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 18px;
  }
}

@media (max-width: 600px) {
  html[lang="en"] .slide-copy,
  html[lang="en"] .section-head,
  html[lang="en"] .project-hero-copy,
  html[lang="en"] .project-section-head,
  html[lang="en"] .enterprise-media-copy,
  html[lang="en"] .enterprise-gallery-card .enterprise-media-copy,
  html[lang="en"] .application-scene-copy {
    width: min(92vw, 100%);
    max-width: 92vw;
  }

  html[lang="en"] h1,
  html[lang="en"] h2,
  html[lang="en"] .slide-copy h1,
  html[lang="en"] .section-head h2,
  html[lang="en"] .application-hero h1,
  html[lang="en"] .project-hero-copy h1,
  html[lang="en"] .enterprise-media-copy h3 {
    line-height: 1.15 !important;
  }

  html[lang="en"] .enterprise-media-copy h3 {
    font-size: clamp(24px, 7vw, 34px) !important;
  }

  html[lang="en"] .enterprise-media-copy span {
    font-size: clamp(15px, 4.2vw, 20px);
  }

  html[lang="en"] .section-subnav {
    justify-content: flex-start;
  }
}

.production-hero > picture {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
}

.production-hero > picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
}

@media (max-width: 600px) {
  .production-hero > picture > img {
    object-position: 64% center;
  }
}
