:root {
  --surface: #FFFFFF;
  --neutral: #F7F7F8;
  --ink: #0B0C0E;
  --muted: #62666C;
  --line: #D7D9DC;
  --blue: #002FA7;
  --blue-dark: #0B0C0E;
  --nav-active: #0B0C0E;
  --steel: #8A8E94;
  --danger: #002FA7;
  --dark: #050608;
  --max: 1440px;
  --header-h: 92px;
  --font-cn: "Noto Sans SC", "Source Han Sans SC", "PingFang SC", "Hiragino Sans GB", "DengXian", "Microsoft YaHei UI", sans-serif;
  --font-latin: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: var(--font-cn);
  color: var(--ink);
  background: var(--surface);
}

* {
  box-sizing: border-box;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  font-family: var(--font-cn);
}

html[lang="en"] body {
  font-family: var(--font-latin);
}

body.menu-open,
body.search-open {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

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

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  padding: 0;
  background: transparent;
  pointer-events: none;
}

.header-shell {
  max-width: none;
  min-height: var(--header-h);
  margin: 0 auto;
  padding: 0 max(32px, calc((100vw - var(--max)) / 2));
  display: grid;
  grid-template-columns: minmax(280px, 360px) 1fr auto;
  gap: 38px;
  align-items: center;
  background: rgba(255, 255, 255, 0.98);
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: blur(14px);
  pointer-events: auto;
}

.brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.brand-logo {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(7, 25, 45, 0.08);
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  background: var(--blue);
  color: #FFFFFF;
  font-weight: 800;
  border-radius: 50%;
}

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

.brand strong {
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0;
  color: #0B1020;
}

.brand small {
  margin-top: 7px;
  color: #6D737C;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: 36px;
  font-size: 15px;
}

.desktop-nav a {
  padding: 36px 0 33px;
  border-bottom: 2px solid transparent;
  color: #071226;
  font-weight: 600;
  line-height: 1;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible,
.desktop-nav a.active {
  border-color: var(--ink);
  color: var(--ink);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.plain-action,
.menu-button,
.quote-link,
.primary-button,
.secondary-button,
.filter-tab,
.search-dialog button {
  min-height: 46px;
  border: 1px solid var(--ink);
  border-radius: 0;
  padding: 11px 20px;
  background: var(--surface);
  color: var(--ink);
  cursor: pointer;
}

.quote-link,
.primary-button,
.search-dialog button {
  background: #071226;
  border-color: #071226;
  color: #FFFFFF;
  font-weight: 800;
}

.quote-link {
  min-width: 104px;
  letter-spacing: 0;
}

.search-round {
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 0;
  position: relative;
}

.search-round::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid var(--ink);
  border-radius: 50%;
  left: 11px;
  top: 11px;
}

.search-round::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 3px;
  background: var(--ink);
  transform: rotate(45deg);
  left: 25px;
  top: 28px;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  min-height: 46px;
  padding: 0 0 0 10px;
  border: 0;
  border-left: 1px solid var(--line);
  border-radius: 0;
  background: #FFFFFF;
}

.language-switch button {
  min-width: 34px;
  min-height: 38px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #6D737C;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.language-switch button.active {
  background: transparent;
  color: var(--ink);
  box-shadow: inset 0 -2px 0 var(--blue);
}

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

.menu-button {
  display: none;
  position: relative;
  width: 48px;
  min-width: 48px;
  padding: 0;
  font-size: 0;
}

.menu-button::before,
.menu-button::after {
  content: "";
  position: absolute;
  left: 14px;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #071226;
}

.menu-button::before {
  top: 16px;
  box-shadow: 0 7px 0 #071226;
}

.menu-button::after {
  top: 30px;
}

.mobile-nav {
  display: none;
  border-top: 1px solid var(--line);
  background: var(--surface);
  pointer-events: auto;
  width: 100%;
  margin: 0 auto;
  border-radius: 0;
  overflow: hidden;
}

.mobile-nav a {
  display: block;
  padding: 16px 22px;
  border-bottom: 1px solid var(--line);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--dark);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 8, 15, 0.74) 0%, rgba(5, 8, 15, 0.42) 46%, rgba(5, 8, 15, 0.10) 100%),
    linear-gradient(180deg, rgba(5, 8, 15, 0.24) 0%, rgba(5, 8, 15, 0.02) 42%, rgba(5, 8, 15, 0.48) 100%);
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
  padding: 190px 0 118px;
  color: #FFFFFF;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 22px;
  max-width: 850px;
  font-size: 104px;
  line-height: 0.92;
  font-weight: 800;
}

h2 {
  margin-bottom: 0;
  font-size: 38px;
  line-height: 1.12;
  font-weight: 800;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.18;
}

.hero .eyebrow {
  color: rgba(255, 255, 255, 0.76);
}

.hero-lead {
  max-width: 620px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.75;
}

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

.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 154px;
  font-size: 16px;
}

.hero .primary-button {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #071226;
}

.hero .secondary-button {
  border-color: rgba(255, 255, 255, 0.74);
  color: #FFFFFF;
}

.hero-media {
  position: absolute;
  inset: 0;
  background: var(--ink);
}

.hero-media img {
  height: 100%;
  object-fit: cover;
  object-position: 66% center;
  transform: scale(1.04);
  animation: heroDrift 16s ease-in-out infinite alternate;
}

.clean-hero {
  min-height: 100vh;
}

.clean-hero::after {
  background:
    linear-gradient(90deg, rgba(5, 7, 11, 0.84) 0%, rgba(5, 7, 11, 0.46) 44%, rgba(5, 7, 11, 0.08) 100%),
    linear-gradient(180deg, rgba(5, 7, 11, 0.10) 0%, rgba(5, 7, 11, 0.34) 100%);
}

.clean-hero .hero-media img {
  object-position: center;
}

.clean-hero-copy h1 {
  max-width: 760px;
  margin-bottom: 18px;
  letter-spacing: 0;
}

.clean-hero-copy .hero-lead {
  margin-bottom: 34px;
  font-size: 24px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
  letter-spacing: 0;
}

.hero-bottom-line {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 3;
  width: min(var(--max), calc(100% - 44px));
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.30);
  color: rgba(255, 255, 255, 0.70);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.compact-footer {
  margin-top: 70px;
}

.home-page .compact-footer {
  margin-top: 0;
}

.catalog-page,
.profile-page {
  background: #F4F5F7;
}

.catalog-hero {
  min-height: 76vh;
  padding: 190px max(22px, calc((100vw - var(--max)) / 2)) 110px;
  display: flex;
  align-items: flex-end;
  background:
    linear-gradient(90deg, rgba(5, 7, 11, 0.94) 0%, rgba(5, 7, 11, 0.72) 46%, rgba(5, 7, 11, 0.2) 100%),
    url("../images/hero-premium-gym.png") center / cover;
  color: #FFFFFF;
}

.catalog-hero-copy {
  width: min(760px, 100%);
}

.catalog-hero-copy h1,
.profile-hero-copy h1 {
  margin: 18px 0 24px;
  font-size: 76px;
  line-height: 1.05;
}

.catalog-hero-copy p:not(.eyebrow),
.profile-hero-copy p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
  line-height: 1.8;
}

.catalog-hero-facts {
  margin-top: 52px;
  display: flex;
  gap: 56px;
}

.catalog-hero-facts span {
  display: grid;
  grid-template-columns: auto auto;
  gap: 12px;
  align-items: end;
}

.catalog-hero-facts strong {
  font-size: 44px;
  line-height: 0.9;
}

.catalog-hero-facts small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.catalog-overview,
.profile-metrics,
.profile-capabilities {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.catalog-overview {
  margin-top: 0;
  position: relative;
  z-index: 4;
  box-shadow: none;
  border-top: 0;
}

.catalog-overview article,
.profile-metric,
.profile-capabilities article {
  min-height: 154px;
  padding: 32px;
  background: #FFFFFF;
}

.catalog-overview strong,
.profile-metric strong {
  display: block;
  margin-bottom: 18px;
  color: var(--ink);
  font-size: 46px;
  line-height: 1;
  font-weight: 900;
}

.catalog-overview span,
.profile-metric span {
  color: #6D737C;
  font-weight: 800;
}

.catalog-section {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
  padding: 88px 0 118px;
  scroll-margin-top: var(--header-h);
}

.catalog-heading {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 1fr minmax(300px, 420px);
  gap: 32px;
  align-items: end;
}

.catalog-heading h2 {
  font-size: 54px;
  font-weight: 600;
}

.premium-tabs {
  justify-content: flex-start;
  margin-bottom: 22px;
}

.premium-tabs .filter-tab.active {
  background: var(--ink);
  border-color: var(--ink);
  color: #FFFFFF;
}

.premium-tabs .filter-tab {
  min-height: 44px;
  border-radius: 0;
  font-weight: 700;
}

.premium-tabs .filter-tab span {
  margin-left: 9px;
  color: #8B929C;
  font-size: 11px;
}

.premium-tabs .filter-tab.active span {
  color: rgba(255, 255, 255, 0.62);
}

.catalog-search input {
  width: 100%;
  height: 52px;
  padding: 0 18px;
  border: 1px solid #BFC5CE;
  border-radius: 0;
  background: #FFFFFF;
  color: #071226;
  outline: none;
}

.catalog-search input:focus {
  border-color: var(--ink);
  box-shadow: 0 0 0 1px var(--ink);
}

.catalog-result-meta {
  min-height: 42px;
  display: flex;
  align-items: center;
  border-top: 1px solid var(--line);
  color: #686F78;
  font-size: 13px;
  font-weight: 700;
}

.premium-catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.premium-product-card {
  min-height: 520px;
  display: grid;
  grid-template-rows: 410px auto;
  background: #FFFFFF;
}

.premium-product-image {
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
  padding: 28px;
  border: 0;
  border-radius: 0;
  background: #F5F6F7;
  overflow: hidden;
  cursor: pointer;
}

.premium-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 240ms ease;
}

.premium-product-card:hover .premium-product-image img {
  transform: scale(1.035);
}

.premium-product-action {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 9px 12px;
  background: var(--ink);
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 800;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.premium-product-image:hover .premium-product-action,
.premium-product-image:focus-visible .premium-product-action {
  opacity: 1;
  transform: translateY(0);
}

.catalog-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  gap: 12px;
  border: 1px dashed #BFC5CE;
  color: #9AA1AB;
  text-align: center;
}

.catalog-placeholder span {
  font-size: 42px;
  font-weight: 900;
  letter-spacing: 0;
}

.catalog-placeholder strong {
  font-size: 14px;
}

.premium-product-copy {
  position: relative;
  padding: 24px 82px 24px 24px;
  border-top: 1px solid var(--line);
}

.premium-product-copy p,
.premium-product-copy span {
  color: #7A808A;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.premium-product-copy h3 {
  margin: 10px 0 0;
  font-size: 28px;
  font-weight: 600;
}

.premium-product-copy > span {
  position: absolute;
  top: 25px;
  right: 24px;
}

.catalog-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 72px 24px;
  background: #FFFFFF;
  color: #6D737C;
  text-align: center;
}

.catalog-load-row {
  display: flex;
  justify-content: center;
  padding-top: 34px;
}

.catalog-load-more {
  min-width: 180px;
  min-height: 48px;
  padding: 10px 22px;
  border: 1px solid var(--ink);
  border-radius: 0;
  background: var(--ink);
  color: #FFFFFF;
  cursor: pointer;
}

.catalog-load-more[hidden] {
  display: none;
}

.product-dialog {
  width: min(1120px, calc(100% - 40px));
  max-height: calc(100vh - 40px);
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: #FFFFFF;
  color: #071226;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.42);
}

.product-dialog::backdrop {
  background: rgba(2, 6, 12, 0.78);
  backdrop-filter: blur(8px);
}

.product-dialog-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  min-height: 40px;
  padding: 8px 14px;
  border: 1px solid #C9CED5;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.94);
  color: #071226;
  cursor: pointer;
}

.product-dialog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(300px, 0.7fr);
  grid-template-rows: minmax(0, 1fr);
  height: min(720px, calc(100vh - 40px));
  min-height: 0;
  overflow: hidden;
}

.product-dialog-media {
  display: grid;
  place-items: center;
  min-width: 0;
  height: 100%;
  max-height: 100%;
  padding: 46px;
  background: #F3F4F5;
}

.product-dialog-media img {
  width: 100%;
  height: 100%;
  max-height: 680px;
  object-fit: contain;
}

.product-dialog-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 0;
  height: 100%;
  max-height: 100%;
  padding: 64px 44px 34px;
  border-left: 1px solid var(--line);
  overflow: auto;
}

.product-dialog-copy > p:first-child {
  color: #747B84;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-dialog-copy h2 {
  margin: 14px 0 24px;
  font-size: 46px;
}

.product-dialog-copy > p:not(:first-child) {
  margin: 0 0 22px;
  color: #595F67;
  line-height: 1.8;
}

.product-dialog-copy .primary-button {
  align-self: flex-start;
  border-radius: 4px;
}

.profile-hero {
  min-height: 86vh;
  padding: 156px max(22px, calc((100vw - var(--max)) / 2)) 82px;
  display: grid;
  grid-template-columns: 1fr;
  align-content: end;
  gap: 58px;
  background:
    linear-gradient(90deg, rgba(5, 7, 11, 0.92), rgba(5, 7, 11, 0.58)),
    url("../images/factory-building.jpg") center / cover;
  color: #FFFFFF;
}

.profile-metrics {
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  background: rgba(255, 255, 255, 0.30);
  border-color: rgba(255, 255, 255, 0.34);
}

.profile-metric {
  background: rgba(255, 255, 255, 0.92);
}

.profile-content {
  width: min(1080px, calc(100% - 44px));
  margin: 0 auto;
  padding: 86px 0 66px;
}

.profile-panel {
  padding: 54px;
  background: #FFFFFF;
  border: 1px solid var(--line);
}

.profile-panel p {
  margin-bottom: 24px;
  color: #202633;
  font-size: 18px;
  line-height: 2.05;
}

.profile-panel p:last-child {
  margin-bottom: 0;
}

.profile-capabilities {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 96px;
}

.profile-capabilities article {
  min-height: 230px;
}

.profile-capabilities span {
  display: block;
  margin-bottom: 42px;
  color: var(--nav-active);
  font-weight: 900;
}

.profile-capabilities p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.image-test-page {
  background: #F4F5F7;
}

.test-hero {
  min-height: 100vh;
  padding: 150px max(22px, calc((100vw - var(--max)) / 2)) 64px;
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  align-items: center;
  gap: 46px;
  background:
    linear-gradient(90deg, rgba(5, 7, 11, 0.94), rgba(5, 7, 11, 0.78)),
    url("../images/hero-premium-gym.png") center / cover;
  color: #FFFFFF;
}

.test-hero-copy h1 {
  max-width: 560px;
  margin-bottom: 22px;
  font-size: 64px;
  line-height: 1.04;
}

.test-hero-copy p:not(.eyebrow) {
  max-width: 470px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 17px;
  line-height: 1.8;
}

.test-hero-stage {
  min-height: 560px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: end;
}

.test-product-figure {
  margin: 0;
  min-height: 500px;
  display: grid;
  place-items: end center;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.30);
}

.test-product-figure.is-front {
  min-height: 560px;
}

.test-product-figure img {
  width: 100%;
  height: 100%;
  max-height: 560px;
  object-fit: contain;
  padding: 26px;
}

.test-section {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
  padding: 78px 0 96px;
}

.test-section-heading {
  margin-bottom: 28px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  align-items: end;
}

.test-section-heading h2 {
  font-size: 46px;
}

.test-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.test-product-card {
  display: grid;
  grid-template-rows: 520px auto;
  background: #FFFFFF;
  border: 1px solid var(--line);
}

.test-product-image {
  display: grid;
  place-items: center;
  padding: 34px;
  background: #F8F9FA;
}

.test-product-image img {
  max-height: 100%;
  object-fit: contain;
}

.test-product-card > div:last-child {
  padding: 30px;
  border-top: 1px solid var(--line);
}

.test-product-card span {
  display: block;
  margin-bottom: 16px;
  color: var(--nav-active);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.test-product-card h3 {
  font-size: 25px;
}

.test-product-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

@keyframes heroDrift {
  from {
    transform: scale(1.04) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.10) translate3d(-18px, 0, 0);
  }
}

.feature-area {
  width: min(var(--max), calc(100% - 44px));
  margin: -72px auto 0;
  position: relative;
  z-index: 3;
}

.compact-heading {
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 0;
  padding: 30px 34px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-bottom: 0;
}

.compact-heading h2 {
  margin: 0;
}

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

.feature-grid article {
  min-height: 235px;
  padding: 30px 28px;
  background: var(--surface);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.feature-grid span {
  display: block;
  margin-bottom: 38px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

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

.metric-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.metric-strip div {
  min-height: 132px;
  padding: 26px;
  border-right: 1px solid var(--line);
}

.metric-strip div:last-child {
  border-right: 0;
}

.metric-strip span {
  display: block;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.metric-strip p {
  margin: 0;
  color: var(--muted);
}

.section {
  padding: 84px 22px;
}

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

.band-neutral {
  background: var(--neutral);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-heading {
  max-width: var(--max);
  margin: 0 auto 38px;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
}

.section-index {
  margin: 0;
  color: var(--blue);
  font-size: 52px;
  line-height: 0.9;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.about-layout {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  border: 1px solid var(--line);
}

.about-image {
  border-right: 1px solid var(--line);
  background: var(--neutral);
}

.about-image img {
  height: 100%;
  min-height: 500px;
  object-fit: cover;
}

.about-copy {
  padding: 42px;
}

.about-copy > p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 36px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.capability-grid article,
.solution-grid article,
.news-grid article {
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

.capability-grid p,
.solution-grid p,
.news-grid p,
.product-content p,
.detail-copy p,
.color-section p,
.inquiry-copy p {
  color: var(--muted);
  line-height: 1.7;
}

.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.filter-tab {
  min-height: 38px;
  padding: 8px 14px;
  border-color: var(--line);
}

.filter-tab.active {
  background: var(--blue);
  border-color: var(--blue);
  color: #FFFFFF;
}

.product-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.product-card {
  background: var(--surface);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.product-card.is-hidden {
  display: none;
}

.product-image {
  display: block;
  aspect-ratio: 1 / 0.9;
  background: var(--neutral);
  overflow: hidden;
}

.product-image img {
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.product-card:hover img {
  transform: scale(1.035);
}

.product-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product-code {
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

.product-content a {
  margin-top: auto;
  padding-top: 18px;
  color: var(--blue);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.product-detail-band {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 0;
  padding-right: 22px;
  padding-left: 22px;
}

.detail-copy {
  padding: 42px;
  border: 1px solid var(--line);
  border-right: 0;
  background: var(--surface);
}

.detail-copy .primary-button {
  margin-top: 14px;
}

.detail-image {
  border: 1px solid var(--line);
  background: var(--neutral);
}

.detail-image img {
  height: 100%;
  object-fit: cover;
}

.solution-grid,
.news-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

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

.news-grid time {
  display: block;
  margin-bottom: 18px;
  color: var(--blue);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.color-section {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 38px;
  align-items: center;
}

.color-section img {
  border: 1px solid var(--line);
  background: var(--neutral);
}

.inquiry-section {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 0;
  padding-right: 22px;
  padding-left: 22px;
}

.inquiry-copy {
  padding: 42px;
  border: 1px solid var(--line);
  border-right: 0;
  background: var(--blue);
  color: #FFFFFF;
}

.inquiry-copy .eyebrow,
.inquiry-copy .section-index,
.inquiry-copy p {
  color: #FFFFFF;
}

.contact-lines {
  margin-top: 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.contact-lines p {
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.inquiry-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  padding: 42px;
  border: 1px solid var(--line);
  background: var(--surface);
}

.inquiry-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 800;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea,
.search-dialog input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--surface);
  padding: 13px 14px;
  color: var(--ink);
}

.inquiry-form textarea {
  resize: vertical;
}

.form-wide {
  grid-column: 1 / -1;
}

.form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.checkbox-line {
  display: flex !important;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  color: var(--muted) !important;
  font-weight: 400 !important;
}

.checkbox-line input {
  width: 18px;
  height: 18px;
}

.form-status {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--blue);
  font-weight: 800;
}

.site-footer {
  margin: 84px 0 0;
  padding: 0 22px;
  border-top: 1px solid var(--line);
  background: var(--surface);
}

.footer-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr 1fr;
  border-left: 1px solid var(--line);
}

.footer-grid > div {
  min-height: 230px;
  padding: 30px;
  border-right: 1px solid var(--line);
}

.footer-grid strong {
  display: block;
  margin-bottom: 16px;
  font-size: 22px;
}

.footer-grid h3 {
  font-size: 18px;
}

.footer-grid a {
  display: block;
  margin: 13px 0;
  color: var(--blue);
  font-weight: 800;
}

.site-footer p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.footer-bottom {
  max-width: var(--max);
  margin: 0 auto;
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer-bottom a {
  color: var(--blue);
  font-weight: 800;
}

.search-panel {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 100px 22px 22px;
  background: rgba(17, 17, 17, 0.52);
}

.search-panel.is-open {
  display: flex;
}

.search-dialog {
  width: min(680px, 100%);
  border: 1px solid var(--ink);
  background: var(--surface);
  padding: 30px;
}

.close-search {
  float: right;
}

.search-dialog h2 {
  margin-bottom: 26px;
}

.search-dialog form {
  display: grid;
  grid-template-columns: 1fr 110px;
  gap: 10px;
  clear: both;
}

.search-results {
  margin-top: 26px;
  border-top: 1px solid var(--line);
}

.search-results a,
.search-results p {
  display: block;
  margin: 0;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.page-hero {
  position: relative;
  min-height: 62vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--dark);
  color: #FFFFFF;
  padding: 190px max(22px, calc((100vw - var(--max)) / 2)) 84px;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 8, 15, 0.74), rgba(5, 8, 15, 0.14));
}

.page-hero img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.78;
}

.page-hero > div {
  position: relative;
  z-index: 2;
  max-width: 820px;
}

.page-hero .eyebrow,
.page-hero p {
  color: #FFFFFF;
}

.page-hero h1 {
  font-size: 82px;
}

.contact-page {
  background: #FFFFFF;
}

.contact-page main {
  background:
    #151B22
    url("../images/factory-building.jpg")
    center top / 104% auto
    no-repeat;
}

.contact-page-hero {
  min-height: 100svh;
  background: transparent;
}

.contact-page-hero img {
  display: none;
}

.contact-page-hero::after {
  background:
    linear-gradient(0deg, rgba(16, 20, 25, 0.72) 0%, rgba(16, 20, 25, 0) 38%),
    linear-gradient(90deg, rgba(5, 8, 15, 0.9) 0%, rgba(5, 8, 15, 0.58) 42%, rgba(66, 71, 76, 0.34) 100%);
}

.contact-section {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 72px max(22px, calc((100vw - 1240px) / 2)) 96px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: linear-gradient(180deg, rgba(21, 27, 34, 0.38) 0, #151B22 190px);
  border: 0;
}

.contact-card,
.contact-list article {
  background: rgba(15, 20, 27, 0.9);
  color: #FFFFFF;
  padding: 48px;
}

.contact-card {
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 48px;
}

.contact-page .contact-card .eyebrow {
  color: #B8BEC6;
}

.contact-location-copy h2 {
  max-width: 520px;
  margin: 14px 0 22px;
  font-size: clamp(42px, 4.1vw, 68px);
  line-height: 1.03;
}

.contact-location-copy address {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  font-style: normal;
  line-height: 1.75;
}

.contact-company-name {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.map-locator {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 116px;
  padding: 22px;
  border: 1px solid #151B22;
  background: #151B22;
  color: #FFFFFF;
  transition: background-color 180ms ease, border-color 180ms ease;
}

.map-locator:hover,
.map-locator:focus-visible {
  border-color: #003FB5;
  background: #003FB5;
}

.map-locator-mark {
  position: relative;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}

.map-locator-mark::before,
.map-locator-mark::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.map-locator-mark::before {
  width: 12px;
  height: 12px;
  border: 2px solid #FFFFFF;
}

.map-locator-mark::after {
  width: 4px;
  height: 4px;
  background: #FFFFFF;
}

.map-locator-copy {
  display: grid;
  gap: 5px;
}

.map-locator-copy small,
.map-locator-copy em {
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-style: normal;
}

.map-locator-copy small {
  font-weight: 800;
  text-transform: uppercase;
}

.map-locator-copy strong {
  font-size: 17px;
}

.map-locator-action {
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 800;
}

.contact-list {
  display: grid;
  gap: 1px;
}

.contact-list article {
  min-height: 186px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-list article span {
  display: block;
  margin-bottom: 22px;
  color: #B8BEC6;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.contact-page .site-footer {
  margin-top: 0;
  border-color: rgba(255, 255, 255, 0.14);
  background: #0F141A;
  color: #FFFFFF;
}

.contact-page .footer-grid,
.contact-page .footer-grid > div,
.contact-page .footer-bottom {
  border-color: rgba(255, 255, 255, 0.14);
}

.contact-page .site-footer p,
.contact-page .footer-bottom {
  color: rgba(255, 255, 255, 0.58);
}

.contact-page .footer-grid a,
.contact-page .footer-bottom a {
  color: #FFFFFF;
}

.chat-launcher {
  position: fixed;
  right: 20px;
  top: auto;
  bottom: 20px;
  z-index: 60;
  width: auto;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0;
  background: rgba(11, 12, 14, 0.94);
  color: #FFFFFF;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
  transform: none;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.chat-launcher span {
  display: inline-block;
  writing-mode: horizontal-tb;
  letter-spacing: 0;
}

.chat-launcher:hover,
.chat-launcher:focus-visible {
  background: #000000;
  box-shadow: 0 24px 76px rgba(0, 0, 0, 0.40);
  transform: translateY(-2px);
}

.chat-panel {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 24px;
  background: rgba(5, 8, 15, 0.38);
}

.chat-panel.is-open {
  display: flex;
}

.chat-card {
  width: min(430px, 100%);
  background: var(--surface);
  border-radius: 0;
  padding: 30px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.26);
}

.chat-close {
  float: right;
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--surface);
  padding: 8px 14px;
  cursor: pointer;
}

.chat-lines {
  margin-top: 22px;
  border-top: 1px solid var(--line);
}

.chat-lines p {
  margin: 0;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

.reveal-ready {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal-ready.is-visible {
  opacity: 1;
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--danger);
  outline-offset: 3px;
}

@media (max-width: 1040px) {
  h1 {
    font-size: 64px;
  }

  .page-hero h1 {
    font-size: 64px;
  }

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

  .site-header {
    padding: 14px 16px 0;
    background: transparent;
  }

  .header-shell {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.97);
  }

  .mobile-nav {
    width: calc(100vw - 32px);
  }

  .desktop-nav {
    display: none;
  }

  .menu-button {
    display: inline-flex;
    align-items: center;
  }

  .mobile-nav.is-open {
    display: block;
  }

  .about-layout,
  .product-detail-band,
  .color-section,
  .inquiry-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .about-image,
  .detail-copy,
  .inquiry-copy {
    border-right: 1px solid var(--line);
  }

  .detail-copy,
  .inquiry-copy {
    border-bottom: 0;
  }

  .product-grid,
  .feature-grid,
  .solution-grid,
  .news-grid,
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .section-heading {
    grid-template-columns: 60px 1fr;
  }

  .compact-heading {
    grid-template-columns: 1fr;
  }

  .filter-tabs {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .catalog-hero,
  .catalog-heading {
    grid-template-columns: 1fr;
  }

  .catalog-hero-media {
    min-height: auto;
  }

  .catalog-overview,
  .premium-catalog-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-dialog-layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    height: auto;
    overflow: visible;
  }

  .product-dialog-media {
    min-height: 480px;
  }

  .product-dialog-copy {
    padding: 36px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .premium-tabs {
    justify-content: flex-start;
  }

  .profile-capabilities {
    grid-template-columns: 1fr;
  }

  .test-hero,
  .test-product-grid {
    grid-template-columns: 1fr;
  }

  .test-hero {
    padding-right: 22px;
    padding-left: 22px;
  }

  .test-hero-stage {
    min-height: auto;
  }

  .test-product-figure,
  .test-product-figure.is-front {
    min-height: 420px;
  }

  .test-section-heading {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .header-shell {
    min-height: 68px;
    padding: 0 12px;
    max-width: calc(100vw - 32px);
    border-radius: 0;
  }

  .brand {
    gap: 10px;
  }

  .brand-logo {
    width: 46px;
    height: 46px;
  }

  .brand strong {
    font-size: 22px;
  }

  .brand small {
    display: none;
  }

  .header-actions {
    gap: 8px;
  }

  .search-round,
  .menu-button {
    width: 44px;
    height: 44px;
    min-width: 44px;
  }

  .language-switch {
    min-height: 42px;
    padding-left: 6px;
  }

  .language-switch button {
    min-width: 32px;
    min-height: 32px;
    font-size: 11px;
  }

  .plain-action,
  .quote-link {
    display: none;
  }

  .hero-copy {
    width: calc(100% - 32px);
    padding: 150px 0 116px;
  }

  h1 {
    font-size: 40px;
    line-height: 1.08;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 20px;
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-media {
    min-height: 100%;
  }

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

  .feature-area {
    width: calc(100% - 32px);
    margin-top: -58px;
  }

  .hero-bottom-line {
    width: calc(100% - 32px);
    bottom: 18px;
    flex-direction: column;
    gap: 7px;
    font-size: 10px;
  }

  .compact-heading {
    padding: 24px;
  }

  .metric-strip,
  .feature-grid,
  .product-grid,
  .solution-grid,
  .news-grid,
  .capability-grid,
  .inquiry-form {
    grid-template-columns: 1fr;
  }

  .metric-strip div,
  .solution-grid article,
  .news-grid article,
  .capability-grid article {
    border-right: 0;
  }

  .section {
    padding: 58px 16px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .section-index {
    font-size: 42px;
  }

  .about-copy,
  .detail-copy,
  .inquiry-copy,
  .inquiry-form {
    padding: 26px;
  }

  .product-detail-band,
  .inquiry-section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .color-section {
    gap: 24px;
  }

  .site-footer {
    margin-top: 52px;
    padding-right: 16px;
    padding-left: 16px;
  }

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

  .footer-grid > div {
    min-height: auto;
    border-bottom: 1px solid var(--line);
  }

  .footer-bottom {
    flex-direction: column;
  }

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

  .page-hero {
    min-height: 54vh;
    padding: 150px 16px 54px;
  }

  .catalog-hero,
  .profile-hero {
    min-height: auto;
    padding: 130px 16px 58px;
  }

  .catalog-hero {
    min-height: 640px;
    background-position: 58% center;
  }

  .catalog-hero-copy h1,
  .profile-hero-copy h1 {
    font-size: 42px;
  }

  .catalog-hero-copy p:not(.eyebrow),
  .profile-hero-copy p:not(.eyebrow) {
    font-size: 16px;
  }

  .catalog-hero-facts {
    margin-top: 38px;
    gap: 30px;
  }

  .catalog-hero-facts strong {
    font-size: 36px;
  }

  .catalog-hero-media {
    grid-template-columns: 1fr;
  }

  .catalog-hero-media img,
  .catalog-hero-media img:first-child {
    height: 360px;
    padding: 18px;
    border-radius: 18px;
  }

  .catalog-overview,
  .profile-metrics,
  .premium-catalog-grid {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
  }

  .catalog-section .premium-catalog-grid {
    width: 100%;
  }

  .catalog-overview {
    margin-top: 0;
  }

  .catalog-section,
  .profile-content {
    width: calc(100% - 32px);
    padding: 54px 0 70px;
  }

  .catalog-heading h2 {
    font-size: 32px;
  }

  .premium-product-card {
    min-height: 460px;
    grid-template-rows: 350px auto;
  }

  .premium-product-action {
    opacity: 1;
    transform: none;
  }

  .product-dialog {
    width: calc(100% - 20px);
    max-height: calc(100vh - 20px);
  }

  .product-dialog-media {
    min-height: 390px;
    padding: 30px 18px;
  }

  .product-dialog-copy {
    padding: 30px 24px 26px;
  }

  .product-dialog-copy h2 {
    font-size: 36px;
  }

  .profile-panel {
    padding: 28px;
  }

  .profile-panel p {
    font-size: 16px;
    line-height: 1.9;
  }

  .profile-capabilities {
    width: calc(100% - 32px);
    margin-bottom: 70px;
  }

  .contact-card,
  .contact-list article {
    padding: 28px;
  }

  .contact-page-hero {
    min-height: 100svh;
  }

  .contact-page main {
    background-size: auto 100svh;
    background-position: 38% top;
  }

  .contact-section {
    width: 100%;
    margin-top: 0;
    padding: 32px 16px 58px;
  }

  .contact-card {
    min-height: auto;
    gap: 34px;
  }

  .contact-location-copy h2 {
    font-size: 40px;
  }

  .contact-location-copy address {
    font-size: 16px;
  }

  .map-locator {
    grid-template-columns: 40px 1fr;
    gap: 14px;
    padding: 20px;
  }

  .map-locator-mark {
    width: 40px;
    height: 40px;
  }

  .map-locator-action {
    grid-column: 2;
    justify-self: start;
  }

  .chat-panel {
    padding: 14px;
  }

  .test-hero {
    padding: 130px 16px 52px;
  }

  .test-hero-copy h1 {
    font-size: 40px;
  }

  .test-hero-stage {
    grid-template-columns: 1fr;
  }

  .test-product-figure,
  .test-product-figure.is-front {
    min-height: 360px;
    border-radius: 18px;
  }

  .test-product-figure img {
    padding: 18px;
  }

  .test-section {
    width: calc(100% - 32px);
    padding: 54px 0 70px;
  }

  .test-section-heading h2 {
    font-size: 30px;
  }

  .test-product-card {
    grid-template-rows: 380px auto;
  }

  .test-product-image {
    padding: 22px;
  }

  .chat-launcher {
    top: auto;
    right: 14px;
    bottom: 14px;
    width: auto;
    min-height: 44px;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    transform: none;
    letter-spacing: 0;
  }

  .chat-launcher:hover,
  .chat-launcher:focus-visible {
    transform: none;
  }

  .chat-launcher span {
    writing-mode: horizontal-tb;
    letter-spacing: 0;
  }
}
.site-filing {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 20px;
  border-top: 1px solid rgba(127, 127, 127, 0.22);
  background: #080b0f;
  color: #aab0b8;
  font-size: 12px;
  line-height: 1.5;
}

.site-filing a {
  color: inherit;
  text-decoration: none;
}

.site-filing a:hover,
.site-filing a:focus-visible {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 4px;
}
