:root {
  --green: #18b66a;
  --accent: #18b66a;
  --deep: #05080a;
  --panel: #0d1316;
  --panel-2: #121a1f;
  --text: #eef4f1;
  --muted: #9aa6a2;
  --line: rgba(255,255,255,.12);
  --bg: #05080a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, "Microsoft YaHei", sans-serif;
  color: var(--text);
  background: var(--deep);
}
body.nav-open {
  overflow: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
.wrap { width: min(1200px, calc(100% - 48px)); margin: 0 auto; }

.header {
  position: fixed;
  inset: 0 0 auto;
  height: 82px;
  z-index: 50;
  background: rgba(5,8,10,.94);
  border-bottom: 1px solid rgba(255,255,255,.1);
  box-shadow: 0 8px 30px rgba(0,0,0,.36);
  backdrop-filter: blur(14px);
}
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.logo { display: flex; align-items: center; gap: 12px; min-width: 190px; }
.word-logo {
  min-width: 0;
  width: auto;
  color: #fff;
  font-size: 28px;
  font-weight: 950;
  letter-spacing: .08em;
}
.logo-mark {
  width: 48px; height: 48px; display: grid; place-items: center;
  color: #fff; background: linear-gradient(135deg, #0b0f11, var(--green)); border-radius: 2px; font-weight: 800;
}
.logo strong { display: block; font-size: 18px; line-height: 1.2; }
.logo small { color: var(--muted); font-size: 12px; }
.nav { display: flex; align-items: center; gap: 2px; height: 100%; }
.nav-item { height: 100%; display: flex; align-items: center; position: relative; }
.nav-item > a {
  height: 100%; display: flex; align-items: center; padding: 0 13px;
  font-size: 16px; color: rgba(255,255,255,.86); border-bottom: 3px solid transparent;
}
.nav-item:hover > a { color: var(--green); border-bottom-color: var(--green); }
.search-btn, .store-btn, .lang-btn, .mobile-menu {
  border: 0; background: transparent; cursor: pointer; font: inherit;
}
.mobile-lang-link { display: none; }
.search-btn { font-size: 28px; padding: 0 12px; }
.store-btn {
  height: 34px; padding: 0 14px; margin-left: 2px;
  color: #fff; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.16); border-radius: 2px;
}
.lang-btn { color: var(--green); font-weight: 700; padding: 8px 10px; }
.mobile-menu { display: none; }
.mobile-menu span { display: none; }

.dropdown {
  position: fixed; top: 82px; left: 0; right: 0;
  display: none; background: rgba(7,11,13,.98);
  border-bottom: 1px solid rgba(255,255,255,.1);
  box-shadow: 0 24px 48px rgba(0,0,0,.42);
}
.nav-item:hover .dropdown { display: block; }
.mega {
  padding: 34px max(24px, calc((100vw - 1200px) / 2));
  grid-template-columns: 260px 1fr; gap: 34px;
}
.nav-item:hover .mega { display: grid; }
.mega-side {
  display: grid; gap: 12px; padding-right: 26px; border-right: 1px solid var(--line);
}
.mega-side b { font-size: 17px; }
.mega-side span { color: var(--muted); margin-bottom: 12px; }
.mega-products { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.small-mega .mega-products { grid-template-columns: repeat(4, 1fr); }
.mega-products a {
  display: grid; align-content: end; justify-items: center; min-height: 160px;
  padding: 16px; background: linear-gradient(180deg, #161f24, #0d1316); border: 1px solid rgba(255,255,255,.08); transition: transform .2s, box-shadow .2s, border-color .2s;
}
.mega-products a:hover { transform: translateY(-4px); border-color: rgba(24,182,106,.46); box-shadow: 0 18px 34px rgba(0,0,0,.34); }
.mega-products img { height: 92px; object-fit: contain; }
.mega-products span { margin-top: 12px; font-weight: 700; }
.slim { left: auto; right: 220px; width: 180px; padding: 12px; }
.slim a { display: block; padding: 12px 14px; color: rgba(255,255,255,.72); }
.slim a:hover { color: var(--green); background: rgba(255,255,255,.06); }
.nav-sub {
  position: absolute;
  top: 82px;
  left: 0;
  right: auto;
  width: 190px;
  min-width: 190px;
}

.show-cinematic {
  background: #020405;
  color: #fff;
  overflow: hidden;
}
.cinema-hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: end;
  isolation: isolate;
}
.cinema-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -3;
  filter: saturate(1.05) contrast(1.05);
}
.cinema-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 72% 38%, rgba(34,255,204,.12), transparent 34%),
    linear-gradient(90deg, rgba(0,0,0,.9), rgba(0,0,0,.26) 54%, rgba(0,0,0,.66)),
    linear-gradient(0deg, #020405 0, rgba(2,4,5,.1) 42%);
}
.cinema-copy {
  width: min(1200px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0 0 13vh;
}
.cinema-copy p,
.cinema-split p,
.cinema-video-wall p,
.cinema-specs p {
  margin: 0 0 16px;
  color: #3ff4d6;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.cinema-copy h1 {
  margin: 0;
  font-size: clamp(78px, 15vw, 220px);
  line-height: .78;
  letter-spacing: 0;
}
.cinema-copy strong {
  display: block;
  margin-top: 30px;
  max-width: 840px;
  font-size: clamp(34px, 5vw, 78px);
  line-height: 1.02;
}
.cinema-copy span {
  display: block;
  max-width: 720px;
  margin-top: 26px;
  color: rgba(255,255,255,.82);
  font-size: clamp(17px, 1.55vw, 22px);
  line-height: 1.8;
}
.scroll-mark {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  display: grid;
  justify-items: center;
  gap: 8px;
  color: rgba(255,255,255,.58);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.scroll-mark i {
  width: 1px;
  height: 54px;
  background: linear-gradient(#3ff4d6, transparent);
  animation: scrollPulse 1.8s infinite;
}
@keyframes scrollPulse {
  0% { transform: scaleY(.15); transform-origin: top; opacity: .35; }
  45% { transform: scaleY(1); opacity: 1; }
  100% { transform: scaleY(.15); transform-origin: bottom; opacity: .35; }
}
.cinema-split {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(32px, 6vw, 110px);
  min-height: 760px;
  padding: 110px 0;
}
.cinema-split h2,
.cinema-video-wall h2,
.cinema-specs h2 {
  margin: 0;
  font-size: clamp(38px, 6vw, 92px);
  line-height: .98;
  letter-spacing: 0;
}
.cinema-split span {
  display: block;
  margin-top: 30px;
  color: rgba(255,255,255,.72);
  font-size: 19px;
  line-height: 1.9;
}
.floating-product {
  margin: 0;
  min-height: 520px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 55%, rgba(63,244,214,.18), transparent 35%),
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.01));
  border: 1px solid rgba(255,255,255,.08);
  overflow: hidden;
}
.floating-product img {
  width: min(86%, 780px);
  max-height: 560px;
  object-fit: contain;
  animation: floatProduct 5.6s ease-in-out infinite;
}
@keyframes floatProduct {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-18px) scale(1.025); }
}
.cinema-features {
  padding: 0 0 110px;
}
.cinema-features ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255,255,255,.12);
  border-left: 1px solid rgba(255,255,255,.12);
}
.cinema-features li {
  min-height: 166px;
  padding: 28px;
  border-right: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.012));
}
.cinema-features li span {
  color: #3ff4d6;
  font-size: 14px;
  font-weight: 900;
}
.cinema-features li b {
  display: block;
  margin-top: 34px;
  font-size: clamp(21px, 2vw, 30px);
  line-height: 1.2;
}
.cinema-video-wall {
  padding: 110px 0 120px;
  background:
    linear-gradient(180deg, #020405, rgba(4,14,16,.94)),
    radial-gradient(circle at 20% 0, rgba(63,244,214,.12), transparent 34%);
}
.cinema-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 44px;
}
.cinema-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: #080d10;
}
.cinema-card video {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform .8s ease;
}
.cinema-card:hover video {
  transform: scale(1.08);
}
.cinema-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,.84), rgba(0,0,0,.08) 58%);
}
.cinema-card div {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 1;
}
.cinema-card span {
  color: #3ff4d6;
  font-size: 15px;
  font-weight: 900;
}
.cinema-card h3 {
  margin: 12px 0 10px;
  font-size: clamp(28px, 3.2vw, 48px);
  line-height: 1;
}
.cinema-card p {
  margin: 0;
  color: rgba(255,255,255,.76);
  line-height: 1.7;
}
.cinema-gallery {
  padding: 0 0 110px;
  background: #020405;
}
.cinema-stage {
  background: #020405;
}
.cinema-stage-panel {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
}
.cinema-stage-panel + .cinema-stage-panel {
  border-top: 1px solid rgba(255,255,255,.08);
}
.cinema-stage-panel video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -3;
  transform: scale(1.04);
  transition: transform 1.4s ease, filter 1.4s ease;
  filter: brightness(.78) saturate(1.06);
}
.cinema-stage-panel.is-visible video {
  transform: scale(1);
  filter: brightness(.92) saturate(1.12);
}
.cinema-stage-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(0,0,0,.86), rgba(0,0,0,.18) 54%, rgba(0,0,0,.58)),
    linear-gradient(0deg, rgba(0,0,0,.78), rgba(0,0,0,.05) 52%);
}
.cinema-stage-panel > div {
  width: min(1200px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0 0 12vh;
}
.cinema-stage-panel span {
  color: #3ff4d6;
  font-size: 18px;
  font-weight: 950;
  letter-spacing: .12em;
}
.cinema-stage-panel h3 {
  margin: 18px 0;
  max-width: 780px;
  font-size: clamp(48px, 8vw, 128px);
  line-height: .92;
}
.cinema-stage-panel p {
  max-width: 640px;
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 20px;
  line-height: 1.75;
}
.cinema-gallery div {
  display: flex;
  width: max-content;
  gap: 18px;
  animation: galleryDrift 38s linear infinite;
}
.cinema-gallery img {
  width: min(72vw, 980px);
  height: 520px;
  object-fit: cover;
  filter: brightness(.86);
}
@keyframes galleryDrift {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 18px)); }
}
.cinema-specs {
  padding: 90px 0 115px;
}
.cinema-specs table {
  width: 100%;
  margin-top: 42px;
  border-collapse: collapse;
  table-layout: fixed;
  background: rgba(255,255,255,.035);
}
.cinema-specs th,
.cinema-specs td {
  padding: 22px 26px;
  text-align: left;
  border-bottom: 1px solid rgba(255,255,255,.12);
  line-height: 1.6;
}
.cinema-specs th {
  width: 32%;
  color: #3ff4d6;
  font-weight: 900;
}
.cinema-specs td {
  color: rgba(255,255,255,.82);
}
.reveal {
  opacity: 0;
  transform: translateY(42px);
  transition: opacity .8s ease, transform .8s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.ref-page {
  background: #050505;
  color: #fff;
  overflow: hidden;
}
.ref-hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: end;
  isolation: isolate;
  background: #000;
}
.ref-hero video,
.ref-hero img,
.ref-media video,
.ref-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.ref-hero::after,
.ref-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.18) 55%, rgba(0,0,0,.62)),
    linear-gradient(0deg, rgba(0,0,0,.78), rgba(0,0,0,.04) 50%);
}
.ref-copy {
  width: min(1200px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0 0 12vh;
}
.ref-copy p,
.ref-section-title p,
.ref-media-copy span,
.ref-spec p {
  margin: 0 0 14px;
  color: #3ff4d6;
  font-weight: 850;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.ref-copy h1 {
  margin: 0;
  font-size: clamp(72px, 14vw, 190px);
  line-height: .82;
}
.ref-copy strong {
  display: block;
  margin-top: 24px;
  max-width: 860px;
  font-size: clamp(34px, 5vw, 72px);
  line-height: 1.04;
}
.ref-copy em {
  display: block;
  max-width: 720px;
  margin-top: 24px;
  color: rgba(255,255,255,.78);
  font-style: normal;
  font-size: 20px;
  line-height: 1.8;
}
.ref-section-title {
  padding: 110px 0 54px;
  text-align: center;
}
.ref-section-title h2,
.ref-spec h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 82px);
  line-height: 1.04;
}
.ref-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(255,255,255,.12);
  border-left: 1px solid rgba(255,255,255,.12);
}
.ref-feature-grid article {
  min-height: 178px;
  padding: 30px;
  border-right: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.035);
}
.ref-feature-grid span {
  color: #3ff4d6;
  font-weight: 900;
}
.ref-feature-grid b {
  display: block;
  margin-top: 34px;
  font-size: 26px;
  line-height: 1.2;
}
.ref-media {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: end;
  isolation: isolate;
  background: #000;
}
.ref-media-copy {
  width: min(1200px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0 0 11vh;
}
.ref-media-copy h3 {
  margin: 0 0 18px;
  max-width: 820px;
  font-size: clamp(46px, 7vw, 118px);
  line-height: .94;
}
.ref-media-copy p {
  max-width: 700px;
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 20px;
  line-height: 1.75;
}
.ref-image-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 16px;
  background: #050505;
}
.ref-image-band img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
.ref-spec {
  padding: 100px 0 120px;
}
.ref-spec table {
  width: 100%;
  margin-top: 40px;
  border-collapse: collapse;
  table-layout: fixed;
  background: rgba(255,255,255,.035);
}
.ref-spec th,
.ref-spec td {
  padding: 20px 24px;
  text-align: left;
  border-bottom: 1px solid rgba(255,255,255,.12);
  line-height: 1.55;
}
.ref-spec th {
  width: 30%;
  color: #3ff4d6;
}
.ref-spec td {
  color: rgba(255,255,255,.82);
}

.hero-slider { position: relative; height: 100vh; min-height: 720px; overflow: hidden; background: #000; }
.hero-slide {
  position: absolute; inset: 0; opacity: 0; pointer-events: none;
  background: var(--bg) center / cover no-repeat; transition: opacity .55s ease;
}
.hero-slide::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.24), rgba(0,0,0,.08)),
    linear-gradient(0deg, rgba(0,0,0,.52), rgba(0,0,0,0) 46%);
}
.hero-slide.active { opacity: 1; pointer-events: auto; }
.hero-copy {
  position: relative; z-index: 2; width: min(1200px, calc(100% - 48px));
  margin: 0 auto; padding-top: 28vh; color: #fff;
}
.hero-copy p { margin: 0 0 8px; font-size: 21px; line-height: 41px; font-weight: 300; }
.hero-copy h1 { margin: 0; max-width: 760px; font-size: 31px; line-height: 51px; font-weight: 800; letter-spacing: 4px; }
.hero-slide:first-child .hero-copy h1 { font-size: 36px; line-height: 56px; letter-spacing: 2px; }
.hero-copy strong { display: block; margin-top: 8px; font-size: 34px; line-height: 54px; }
.hero-copy a, .major a {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 140px; height: 44px; margin-top: 34px;
  border: 1px solid rgba(255,255,255,.72); color: #fff;
}
.hero-copy a:hover, .major a:hover { background: var(--green); border-color: var(--green); }
.arrow {
  position: absolute; top: 50%; z-index: 5; width: 52px; height: 52px;
  border: 1px solid rgba(255,255,255,.45); border-radius: 50%;
  color: #fff; background: rgba(0,0,0,.12); font-size: 42px; cursor: pointer;
}
.prev { left: 34px; } .next { right: 34px; }
.dots { position: absolute; left: 0; right: 0; bottom: 34px; z-index: 5; text-align: center; }
.dots button {
  width: 42px; height: 3px; margin: 0 5px; border: 0; background: rgba(255,255,255,.45); cursor: pointer;
}
.dots button.active { background: #fff; }

.section-title { width: min(980px, calc(100% - 48px)); margin: 0 auto; text-align: center; color: #fff; }
.section-title h2 { margin: 0 0 16px; font-size: 42px; line-height: 1.2; }
.section-title h2.solution-title-heading,
.section-title h2.home-section-heading,
.major h2.home-section-heading { font-size: 30px; }
.section-title p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.8; }

.solution { padding: 90px 0 0; overflow: hidden; background: #05080a; }
.solution-list { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 54px; }
.solution-list article {
  position: relative; height: 540px; overflow: hidden; background: #111;
}
.solution-list article > a {
  display: block;
  height: 100%;
}
.solution-list article::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.76));
}
.solution-list img { height: 100%; object-fit: cover; transition: transform .45s ease; }
.solution-list article:hover img { transform: scale(1.07); }
.solution-list div { position: absolute; z-index: 2; left: 48px; right: 48px; bottom: 54px; color: #fff; }
.solution-list h3 { margin: 0 0 16px; font-size: 27px; }
.solution-list h4 { margin: 0 0 14px; font-size: 22px; font-weight: 500; line-height: 1.45; }
.solution-list p { margin: 0; color: rgba(255,255,255,.76); line-height: 1.8; }

.products { padding: 92px 0 102px; background: #080d10; }
.product-row {
  width: min(1440px, calc(100% - 48px)); margin: 54px auto 0;
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px;
}
.product-row article {
  position: relative; min-height: 430px; background: linear-gradient(180deg, #151e23, #0b1013); overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 8px 24px rgba(0,0,0,.28); transition: transform .22s, box-shadow .22s, border-color .22s;
}
.product-row article:hover { transform: translateY(-8px); border-color: rgba(24,182,106,.42); box-shadow: 0 22px 46px rgba(0,0,0,.4); }
.product-row img { height: 270px; object-fit: cover; background: #0c1114; }
.product-row div { padding: 26px 24px; }
.product-row h3 { margin: 0 0 10px; font-size: 27px; }
.product-row p { margin: 0 0 20px; min-height: 42px; color: var(--muted); }
.product-row a { color: var(--green); font-weight: 700; }

.major {
  padding: 110px 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(8,18,21,.9), rgba(8,18,21,.45)),
    url("assets/external/images/majorBg-5c0f43c4.jpg") center / cover no-repeat;
}
.major h2 { margin: 0 0 54px; font-size: 40px; line-height: 1.25; }
.major-data { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; max-width: 920px; }
.major-data strong { display: block; font-size: 40px; color: #fff; }
.major-data span { color: rgba(255,255,255,.72); }

.news-contact { display: grid; grid-template-columns: repeat(2, 1fr); padding: 90px max(24px, calc((100vw - 1200px) / 2)); gap: 28px; background: #05080a; }
.news-contact.contact-only { grid-template-columns: 1fr; }
.news-contact article { position: relative; height: 330px; overflow: hidden; color: #fff; background: #111; }
.news-contact.contact-only article { height: 420px; }
.news-contact article::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.42); }
.news-contact img { height: 100%; object-fit: cover; transition: transform .35s; }
.news-contact article:hover img { transform: scale(1.06); }
.news-contact div { position: absolute; z-index: 2; inset: auto 42px 42px; }
.news-contact h3 { margin: 0 0 12px; font-size: 34px; }
.news-contact p { margin: 0 0 24px; color: rgba(255,255,255,.76); }
.news-contact a { display: inline-flex; height: 38px; align-items: center; padding: 0 22px; border: 1px solid rgba(255,255,255,.72); }

.footer { background: #020405; color: rgba(255,255,255,.62); padding: 56px 0 34px; border-top: 1px solid rgba(255,255,255,.08); }
.footer-grid { display: grid; gap: 36px; }
.footer-cols { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 22px; }
.footer dl, .footer p { margin: 0; }
.footer dt { margin-bottom: 14px; color: #fff; font-weight: 700; font-size: 17px; }
.footer dd { margin: 9px 0; }
.footer-contact { border-top: 1px solid rgba(255,255,255,.12); padding-top: 24px; }
.footer-contact b { display: block; margin-bottom: 14px; color: #fff; font-size: 19px; }
.footer-contact p { margin: 8px 0; }
.copyright { color: rgba(255,255,255,.38); }

.page-slim {
  position: absolute;
  left: 0;
  right: auto;
  min-width: 230px;
}
.page-lang {
  display: inline-flex;
  align-items: center;
  color: var(--green);
  font-weight: 700;
  padding: 0 12px;
}
.detail-page {
  padding-top: 82px;
  background: #05080a;
}
.detail-hero {
  min-height: 560px;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.22), rgba(0,0,0,.08)),
    linear-gradient(0deg, rgba(0,0,0,.52), rgba(0,0,0,0) 50%),
    var(--bg) center / cover no-repeat;
}
.detail-hero p {
  margin: 0 0 12px;
  font-size: 26px;
  font-weight: 300;
}
.detail-hero h1 {
  margin: 0;
  font-size: clamp(56px, 8vw, 108px);
  line-height: 1;
}
.detail-hero span {
  display: block;
  margin-top: 20px;
  max-width: 680px;
  font-size: 22px;
}
.detail-hero a {
  display: inline-flex;
  min-width: 150px;
  height: 46px;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
  border: 1px solid rgba(255,255,255,.72);
}
.detail-overview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  padding-top: 92px;
  padding-bottom: 92px;
  color: #fff;
}
.detail-copy p,
.eyebrow {
  margin: 0 0 12px;
  color: var(--green);
  font-weight: 800;
}
.detail-copy h2,
.scenario-band h2,
.contact-strip h2 {
  margin: 0 0 18px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.18;
}
.detail-copy span {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.9;
}
.detail-image {
  min-height: 390px;
  display: grid;
  place-items: center;
  background: transparent;
  border: 0;
  overflow: hidden;
}
.detail-image img {
  max-height: 430px;
  object-fit: contain;
}
.detail-section {
  padding: 88px 0;
  background: #080d10;
  color: #fff;
}
.two-col {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 42px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.feature-grid article,
.spec-list div {
  padding: 24px;
  background: linear-gradient(180deg, #151e23, #0b1013);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 10px 26px rgba(0,0,0,.28);
}
.feature-grid b {
  color: var(--green);
  font-size: 24px;
}
.feature-grid h3 {
  margin: 18px 0 0;
  font-size: 22px;
}
.spec-list {
  margin: 0;
}
.spec-list div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  margin-bottom: 12px;
}
.spec-list dt {
  color: var(--muted);
}
.spec-list dd {
  margin: 0;
  font-weight: 700;
}
.scenario-band {
  padding: 96px 0;
  color: #fff;
  background: linear-gradient(90deg, rgba(0,0,0,.9), rgba(0,0,0,.58)), url("assets/external/images/solutionImg03-266f563e.jpg") center / cover no-repeat;
}
.scenario-band div div {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.scenario-band span {
  padding: 14px 22px;
  border: 1px solid rgba(255,255,255,.34);
}
.contact-strip {
  padding: 70px 0;
  color: #fff;
  background: linear-gradient(90deg, #07100d, #0f5f39);
}
.contact-strip h2,
.contact-strip p {
  margin: 0;
}
.contact-strip h2 {
  font-size: 22px;
}
.contact-strip p {
  margin-top: 12px;
  opacity: .9;
}

.about-page {
  padding-top: 82px;
  background: #05080a;
  color: #fff;
}
.about-hero {
  position: relative;
  min-height: min(82vh, 780px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #05080a;
}
.about-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.9) contrast(1.08) brightness(.62);
}
.about-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.86) 0%, rgba(0,0,0,.56) 40%, rgba(0,0,0,.22) 70%, rgba(0,0,0,.62) 100%),
    linear-gradient(0deg, #05080a 0%, rgba(5,8,10,0) 36%);
}
.about-hero-copy {
  position: relative;
  z-index: 1;
  padding: 110px 0 130px;
}
.about-hero-copy p,
.about-section-title p,
.about-feature-copy p,
.about-innovation-inner p,
.about-contact-copy p {
  margin: 0 0 14px;
  color: var(--green);
  font-weight: 800;
  letter-spacing: .04em;
}
.about-hero-copy h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(52px, 7vw, 104px);
  line-height: .98;
  letter-spacing: 0;
}
.about-hero-copy span {
  display: block;
  max-width: 720px;
  margin-top: 26px;
  color: rgba(255,255,255,.78);
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.7;
}
.about-hero-copy a {
  display: inline-flex;
  height: 46px;
  min-width: 148px;
  align-items: center;
  justify-content: center;
  margin-top: 38px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.68);
}
.about-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: -70px;
  position: relative;
  z-index: 2;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.08);
}
.about-stats article {
  min-height: 150px;
  padding: 28px 26px;
  background: rgba(10,16,19,.92);
}
.about-stats b {
  display: block;
  color: var(--green);
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.1;
}
.about-stats span {
  display: block;
  margin-top: 14px;
  color: rgba(255,255,255,.66);
  font-size: 16px;
}
.about-intro,
.about-image-feature,
.about-culture,
.about-contact-grid {
  padding: 100px 0;
}
.about-intro {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: 70px;
  align-items: start;
}
.about-section-title h2,
.about-feature-copy h2,
.about-innovation-inner h2,
.about-contact-copy h2 {
  margin: 0;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: 1.18;
}
.about-intro-text {
  color: rgba(255,255,255,.72);
  font-size: 18px;
  line-height: 2;
}
.about-intro-text p {
  margin: 0 0 20px;
}
.about-image-feature,
.about-innovation-inner,
.about-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: 54px;
  align-items: center;
}
.about-feature-media,
.about-innovation-inner img {
  overflow: hidden;
  background: #101619;
  border: 1px solid rgba(255,255,255,.08);
}
.about-feature-media img,
.about-innovation-inner img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  filter: saturate(.92) contrast(1.04);
}
.about-feature-copy span,
.about-innovation-inner span {
  display: block;
  margin-top: 22px;
  color: rgba(255,255,255,.68);
  font-size: 17px;
  line-height: 1.95;
}
.about-feature-copy ul {
  display: grid;
  gap: 12px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.about-feature-copy li {
  padding: 16px 18px;
  color: rgba(255,255,255,.82);
  background: rgba(255,255,255,.045);
  border-left: 3px solid var(--green);
}
.about-values {
  padding: 108px 0;
  background:
    linear-gradient(90deg, rgba(5,8,10,.96), rgba(5,8,10,.68)),
    url("../assets/about/about-team.jpg") center / cover no-repeat;
}
.about-section-title.centered {
  max-width: 880px;
  margin: 0 auto 46px;
  text-align: center;
}
.about-belief-grid,
.about-culture-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.about-belief-grid article,
.about-culture-grid article,
.about-social-card {
  background: linear-gradient(180deg, #151e23, #0b1013);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 20px 42px rgba(0,0,0,.22);
}
.about-belief-grid article {
  min-height: 210px;
  padding: 28px;
}
.about-belief-grid span,
.about-culture-grid b {
  color: var(--green);
  font-weight: 800;
}
.about-belief-grid h3 {
  margin: 28px 0 0;
  font-size: 18px;
  line-height: 1.45;
}
.about-culture {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 54px;
  align-items: start;
}
.about-culture-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.about-culture-grid article {
  min-height: 260px;
  padding: 28px;
}
.about-culture-grid b {
  font-size: 22px;
}
.about-culture-grid h3 {
  margin: 20px 0 12px;
  font-size: 28px;
}
.about-culture-grid p {
  margin: 0;
  color: rgba(255,255,255,.66);
  line-height: 1.85;
}
.about-innovation {
  background: #080d10;
}
.about-innovation-inner {
  padding: 100px 0;
}
.about-innovation-inner img {
  order: -1;
}
.about-contact {
  background:
    radial-gradient(circle at 12% 0%, rgba(24,182,106,.16), transparent 34%),
    linear-gradient(180deg, #05080a, #07100d);
}
.about-contact-grid {
  grid-template-columns: minmax(0, 1fr) minmax(320px, .42fr);
}
.about-contact-copy dl {
  display: grid;
  gap: 14px;
  margin: 34px 0 0;
}
.about-contact-copy dl div {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 22px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.about-contact-copy dt {
  color: rgba(255,255,255,.48);
}
.about-contact-copy dd {
  margin: 0;
  color: rgba(255,255,255,.86);
  line-height: 1.65;
}
.about-contact-copy a {
  color: inherit;
}
.about-social-card {
  position: relative;
  overflow: hidden;
  padding: 34px 28px;
}
.about-social-title {
  position: relative;
  margin: 0 0 24px;
  padding: 0 0 14px;
}
.about-social-title::before {
  content: "";
  position: absolute;
  left: 0;
  right: 18%;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(18,198,119,.72), rgba(18,198,119,.16), transparent);
  box-shadow: 0 0 18px rgba(18,198,119,.24);
}
.about-social-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 72px;
  height: 4px;
  background: linear-gradient(90deg, rgba(18,198,119,.88), rgba(96,186,255,.38));
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 100%, 12px 100%);
}
.about-social-title span {
  display: block;
  margin-bottom: 8px;
  color: var(--green);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .26em;
}
.about-social-title h3 {
  margin: 0;
  color: rgba(255,255,255,.94);
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: .08em;
  text-shadow: 0 0 18px rgba(18,198,119,.16);
}
.about-social-links {
  display: grid;
  gap: 14px;
}
.about-social-links a {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 16px;
  color: rgba(255,255,255,.86);
  background:
    linear-gradient(90deg, rgba(18,198,119,.08), transparent 46%),
    rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.1);
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease, background .28s ease;
}
.about-social-links a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(22,204,126,.24) 44%, rgba(255,255,255,.16) 50%, transparent 58%);
  transform: translateX(-120%);
  transition: transform .52s ease;
}
.about-social-links a::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid transparent;
  background:
    linear-gradient(#11191d, #11191d) padding-box,
    linear-gradient(135deg, rgba(22,204,126,.7), rgba(22,204,126,0), rgba(96,186,255,.5)) border-box;
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s ease;
}
.about-social-links a:hover {
  transform: translateX(8px);
  border-color: rgba(22,204,126,.46);
  background:
    linear-gradient(90deg, rgba(18,198,119,.16), rgba(96,186,255,.08)),
    rgba(255,255,255,.055);
  box-shadow: 0 0 0 1px rgba(18,198,119,.12), 0 16px 34px rgba(0,0,0,.26), 0 0 28px rgba(18,198,119,.18);
}
.about-social-links a:hover::before {
  transform: translateX(120%);
}
.about-social-links a:hover::after {
  opacity: 1;
}
.about-social-links i {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #041009;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(18,198,119,.28);
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  transition: transform .28s ease, box-shadow .28s ease;
}
.about-social-links i svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.about-social-links i svg path:first-child:last-child,
.about-social-links i svg path:first-child:nth-last-child(2):not([d^="M5.2"]),
.about-social-links i svg path[d^="M14.2"],
.about-social-links i svg path[d^="M6 5"] {
  fill: currentColor;
  stroke: none;
}
.about-social-links span {
  position: relative;
  z-index: 1;
}
.about-social-links a:hover i {
  transform: scale(1.08);
  box-shadow: 0 0 24px rgba(18,198,119,.48);
}

.about-ref-hero {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(3,8,13,.94), rgba(3,8,13,.48) 48%, rgba(3,8,13,.88)),
    linear-gradient(0deg, rgba(5,8,10,.82), rgba(5,8,10,.08) 48%, rgba(5,8,10,.35)),
    url("../assets/about/about-major-bg.jpg") center / cover no-repeat,
    linear-gradient(135deg, #07131d, #07131d 36%, #092838 100%);
}
.about-ref-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 170px;
  background: linear-gradient(0deg, #05080a, rgba(5,8,10,0));
  pointer-events: none;
}
.about-ref-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: center;
  padding: 90px 0 120px;
}
.about-ref-copy p,
.about-topic-copy > p,
.about-wide-card p,
.about-topic-head p {
  margin: 0 0 14px;
  color: var(--green);
  font-weight: 800;
  letter-spacing: .06em;
}
.about-ref-copy h1 {
  margin: 0;
  font-size: clamp(21px, 2.9vw, 40px);
  line-height: .95;
  color: #fff;
}
.about-ref-copy span {
  display: block;
  max-width: 720px;
  margin-top: 28px;
  color: rgba(255,255,255,.74);
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.7;
}
.about-ref-visual {
  margin: 0;
  overflow: hidden;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 28px 70px rgba(0,0,0,.34);
}
.about-ref-visual img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  opacity: .92;
}
.about-tabs {
  position: sticky;
  top: 82px;
  z-index: 20;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: -54px;
  padding: 10px;
  background:
    linear-gradient(90deg, rgba(24,182,106,.18), rgba(255,255,255,.035), rgba(24,182,106,.12)),
    rgba(5,8,10,.92);
  border: 1px solid rgba(24,182,106,.24);
  box-shadow: 0 20px 38px rgba(0,0,0,.38), inset 0 0 28px rgba(24,182,106,.06);
  backdrop-filter: blur(12px);
}
.about-tabs a {
  position: relative;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.86);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(24,182,106,.16), rgba(255,255,255,.03) 45%, rgba(24,182,106,.08)),
    rgba(9,15,18,.96);
  border: 1px solid rgba(255,255,255,.1);
  font-weight: 700;
  letter-spacing: .08em;
}
.about-tabs a::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--green);
  box-shadow: 0 0 18px rgba(24,182,106,.9);
}
.about-tabs a::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-120%);
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.13), transparent);
  transition: transform .45s ease;
}
.about-tabs a:hover {
  color: #fff;
  border-color: rgba(24,182,106,.48);
  background:
    linear-gradient(135deg, rgba(24,182,106,.3), rgba(255,255,255,.055) 45%, rgba(24,182,106,.14)),
    rgba(9,15,18,.98);
}
.about-tabs a:hover::after {
  transform: translateX(120%);
}
.about-topic {
  scroll-margin-top: 170px;
}
.about-topic-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .74fr);
  gap: 58px;
  align-items: center;
  padding: 108px 0 86px;
}
.about-topic-copy h2,
.about-topic-head h2 {
  margin: 0;
  font-size: clamp(20px, 2.4vw, 22px);
  line-height: 1.05;
}
.about-rich-text {
  margin-top: 32px;
  color: rgba(255,255,255,.7);
  font-size: 18px;
  line-height: 2;
}
.about-rich-text p {
  margin: 0 0 18px;
}
.about-mini-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}
.about-mini-stats article {
  min-height: 118px;
  padding: 22px;
  background: #10181c;
  border: 1px solid rgba(255,255,255,.08);
}
.about-mini-stats b {
  display: block;
  color: var(--green);
  font-size: 34px;
}
.about-mini-stats span {
  display: block;
  margin-top: 10px;
  color: rgba(255,255,255,.58);
}
.about-photo-stack {
  display: grid;
  gap: 18px;
}
.about-photo-frame {
  position: relative;
  height: 285px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
}
.about-photo-frame:first-child {
  height: 350px;
}
.about-photo-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.92) contrast(1.04);
}
.about-photo-frame-mask::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0,0,0,.4), rgba(0,0,0,.28) 45%, rgba(0,0,0,.4));
}
.about-research {
  padding: 0 0 94px;
}
.about-wide-card {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  height: clamp(560px, 43vw, 660px);
  background: #101619;
  border: 1px solid rgba(255,255,255,.08);
  overflow: hidden;
}
.about-wide-media {
  margin: 0;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: #0c1114;
}
.about-wide-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  filter: saturate(.9) brightness(.72);
}
.about-wide-card > div {
  height: 100%;
  min-height: 0;
  padding: calc(clamp(42px, 6vw, 82px) - 46px) clamp(42px, 6vw, 82px) calc(clamp(42px, 6vw, 82px) + 46px);
  overflow: hidden;
}
.about-wide-card h2 {
  margin: 0;
  font-size: clamp(18px, 2vw, 20px);
  line-height: 1.18;
}
.about-wide-card span {
  display: block;
  margin-top: 22px;
  color: rgba(255,255,255,.66);
  font-size: 17px;
  line-height: 1.95;
}
.about-culture-panel {
  padding: 106px 0;
  background:
    linear-gradient(90deg, rgba(5,8,10,.96), rgba(5,8,10,.78)),
    url("../assets/about/about-capability.jpg") center / cover no-repeat;
}
.about-topic-head {
  margin-bottom: 44px;
}
.about-belief-title {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin: 0 0 26px;
  padding: 0 0 18px;
}
.about-belief-title::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(18,198,119,.78), rgba(18,198,119,.18), transparent 72%);
  box-shadow: 0 0 22px rgba(18,198,119,.28);
}
.about-belief-title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 120px;
  height: 5px;
  background: linear-gradient(90deg, transparent, rgba(18,198,119,.85));
  clip-path: polygon(16px 0, 100% 0, calc(100% - 16px) 100%, 0 100%);
}
.about-belief-title span {
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .28em;
}
.about-belief-title h3 {
  margin: 0;
  color: rgba(255,255,255,.96);
  font-size: clamp(18px, 2.2vw, 21px);
  line-height: 1;
  letter-spacing: .08em;
  text-shadow: 0 0 28px rgba(18,198,119,.18);
}
.about-values-title {
  margin-top: clamp(34px, 4vw, 54px);
}
.about-belief-grid-refined {
  margin-bottom: 18px;
}
.about-culture-grid-refined article {
  min-height: 210px;
}
.about-culture-grid-refined article b {
  display: block;
  margin-bottom: 16px;
  color: var(--green);
  font-size: 24px;
}
.about-culture-grid-refined article p {
  font-size: 16px;
}
.about-contact-panel {
  background:
    radial-gradient(circle at 74% 18%, rgba(24,182,106,.16), transparent 30%),
    linear-gradient(180deg, #05080a, #07100d);
}

.vtol-page {
  padding-top: 82px;
  background: #05080a;
  color: #fff;
}
.vtol-hero {
  min-height: 680px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(0,0,0,.86), rgba(0,0,0,.18)),
    linear-gradient(0deg, rgba(5,8,10,.82), rgba(5,8,10,0) 54%),
    var(--bg) center / cover no-repeat;
}
.vtol-hero p {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 26px;
  font-weight: 800;
}
.vtol-hero h1 {
  margin: 0;
  font-size: clamp(52px, 8vw, 110px);
  line-height: 1;
}
.vtol-hero span {
  display: block;
  max-width: 720px;
  margin-top: 24px;
  color: rgba(255,255,255,.78);
  font-size: 21px;
  line-height: 1.8;
}
.vtol-hero .md-hero-line {
  width: 100%;
  max-width: none;
  white-space: nowrap;
  font-size: clamp(7px, 1.42vw, 20px);
  line-height: 1.45;
}
.md-series-hero h1 {
  font-size: clamp(44px, 6vw, 92px);
}
.md-video-hero,
.tx-video-hero {
  position: relative;
  min-height: 560px;
  height: calc(100vh - 82px);
  overflow: hidden;
  background: #05080a;
}
.md-video-hero video,
.tx-video-hero video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: 0;
  pointer-events: none;
}
.md-video-shade,
.tx-video-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5,8,10,.5), rgba(5,8,10,.08) 40%, rgba(5,8,10,.78)),
    linear-gradient(90deg, rgba(5,8,10,.42), rgba(5,8,10,.06) 50%, rgba(5,8,10,.42));
}
.md-video-copy,
.tx-video-copy {
  position: absolute;
  top: clamp(2px, calc(12vh - 70px), 56px);
  left: 50%;
  z-index: 1;
  width: min(92vw, 1100px);
  transform: translateX(-50%);
  text-align: center;
}
.md-video-copy p,
.tx-video-copy p {
  margin: 0 0 14px;
  color: rgba(255,255,255,.6);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}
.md-video-copy h1,
.tx-video-copy h1 {
  margin: 0;
  color: rgba(255,255,255,.6);
  font-size: clamp(24px, calc(9vw - 70px), 42px);
  line-height: .98;
  font-weight: 900;
}
.vtol-intro {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 48px;
  align-items: end;
  padding-top: 90px;
  padding-bottom: 70px;
}
.vtol-intro h2,
.vtol-feature h2 {
  margin: 0 0 18px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.15;
}
.md-series-page .vtol-intro h2 {
  font-size: clamp(26px, calc(4vw - 16px), 38px);
}
.vtol-intro span {
  display: block;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.9;
}
.vtol-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.vtol-highlights article,
.vtol-home-card {
  background: linear-gradient(180deg, #151e23, #0b1013);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 12px 30px rgba(0,0,0,.26);
}
.vtol-highlights article {
  padding: 24px 18px;
}
.vtol-highlights strong {
  display: block;
  color: var(--green);
  font-size: 34px;
}
.vtol-highlights span {
  margin-top: 8px;
  font-size: 14px;
}
.vtol-models {
  display: grid;
  gap: 28px;
  padding-bottom: 96px;
}
.vtol-card {
  display: grid;
  grid-template-columns: minmax(320px, 45%) 1fr;
  overflow: hidden;
  background: linear-gradient(180deg, #121b20, #090e11);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 18px 38px rgba(0,0,0,.28);
}
.vtol-card img {
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}
.vtol-card > div {
  padding: 34px;
}
.vtol-card h3 {
  margin: 0 0 10px;
  font-size: 42px;
}
.vtol-card p {
  margin: 0 0 24px;
  color: var(--green);
  font-weight: 800;
}
.vtol-card dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 0;
}
.vtol-card dl div {
  padding: 14px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.07);
}
.vtol-card dt {
  color: var(--muted);
  font-size: 13px;
}
.vtol-card dd {
  margin: 5px 0 0;
  font-weight: 800;
}
.vtol-feature {
  padding: 92px max(24px, calc((100vw - 1200px) / 2));
  background: #05080a;
}
.vtol-home-card {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  overflow: hidden;
}
.vtol-home-card img {
  height: 430px;
  object-fit: cover;
}
.vtol-home-card div {
  padding: 54px;
  align-self: center;
}
.vtol-home-card p {
  color: var(--muted);
  line-height: 1.8;
}
.vtol-home-card a {
  display: inline-flex;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  padding: 0 24px;
  border: 1px solid rgba(255,255,255,.5);
  color: #fff;
}
.vtol-home-card a:hover {
  border-color: var(--green);
  background: var(--green);
}
.show-page {
  padding-top: 82px;
  background: #05080a;
  color: #fff;
}
.show-hero {
  min-height: 720px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(0,0,0,.86), rgba(0,0,0,.22), rgba(0,0,0,.4)),
    linear-gradient(0deg, rgba(5,8,10,.92), rgba(5,8,10,0) 56%),
    var(--bg) center / cover no-repeat;
}
.show-hero p {
  margin: 0 0 14px;
  color: #79ffe4;
  font-size: 26px;
  font-weight: 800;
}
.show-hero h1 {
  margin: 0;
  font-size: clamp(58px, 9vw, 124px);
  line-height: .95;
}
.show-hero span {
  display: block;
  max-width: 760px;
  margin-top: 24px;
  color: rgba(255,255,255,.78);
  font-size: 21px;
  line-height: 1.8;
}
.show-intro {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 46px;
  align-items: end;
  padding-top: 92px;
  padding-bottom: 70px;
}
.show-intro h2,
.show-business h2,
.pdf-strip h2 {
  margin: 0 0 18px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.16;
}
.show-intro span {
  display: block;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.9;
}
.show-stats,
.business-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.show-stats article,
.show-products article,
.show-grid figure,
.business-grid article {
  background: linear-gradient(180deg, #151e23, #0b1013);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 14px 34px rgba(0,0,0,.3);
}
.show-stats article {
  padding: 24px 18px;
}
.show-stats strong {
  display: block;
  color: #79ffe4;
  font-size: 38px;
}
.show-stats span {
  margin-top: 8px;
  font-size: 14px;
}
.show-products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  padding-bottom: 90px;
}
.show-products article {
  overflow: hidden;
}
.show-products img {
  height: 330px;
  object-fit: cover;
}
.show-products div {
  padding: 30px;
}
.show-products h3 {
  margin: 0 0 8px;
  font-size: 32px;
}
.show-products p {
  margin: 0 0 16px;
  color: #79ffe4;
  font-weight: 800;
}
.show-products span {
  color: var(--muted);
  line-height: 1.8;
}
.show-gallery {
  padding-bottom: 96px;
}
.show-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 42px;
}
.show-grid figure {
  margin: 0;
  overflow: hidden;
}
.show-grid img {
  height: 230px;
  object-fit: cover;
}
.show-grid figcaption {
  padding: 18px;
  color: rgba(255,255,255,.76);
  line-height: 1.7;
}
.show-business {
  padding: 92px 0;
  background: #080d10;
}
.business-grid article {
  padding: 28px;
}
.business-grid b {
  color: #79ffe4;
  font-size: 26px;
}
.business-grid h3 {
  margin: 18px 0 12px;
  font-size: 26px;
}
.business-grid p {
  color: var(--muted);
  line-height: 1.8;
}
.pdf-strip {
  padding-top: 88px;
  padding-bottom: 94px;
}
.pdf-pages {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.pdf-pages img {
  height: 210px;
  object-fit: cover;
  border: 0;
}
.show-product-page {
  padding-top: 82px;
  background: #05080a;
  color: #fff;
}
.show-product-hero {
  min-height: 760px;
  display: flex;
  align-items: center;
  position: relative;
  background:
    linear-gradient(90deg, rgba(0,0,0,.88), rgba(0,0,0,.28), rgba(0,0,0,.72)),
    linear-gradient(0deg, #05080a, rgba(5,8,10,0) 48%),
    var(--bg) center / cover no-repeat;
}
.show-product-hero .wrap {
  position: relative;
  z-index: 1;
}
.show-product-hero p {
  margin: 0 0 14px;
  color: #69f3dc;
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 850;
}
.show-product-hero h1 {
  margin: 0;
  font-size: clamp(64px, 11vw, 150px);
  line-height: .86;
  letter-spacing: 0;
}
.show-product-hero strong {
  display: block;
  max-width: 780px;
  margin-top: 22px;
  font-size: clamp(28px, 4vw, 58px);
  line-height: 1.06;
}
.show-product-hero span {
  display: block;
  max-width: 760px;
  margin-top: 24px;
  color: rgba(255,255,255,.76);
  font-size: 19px;
  line-height: 1.85;
}
.show-product-intro {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: clamp(28px, 5vw, 72px);
  padding-top: 92px;
  padding-bottom: 56px;
}
.show-product-intro p {
  margin: 0 0 14px;
  color: #69f3dc;
  font-weight: 850;
}
.show-product-intro h2,
.show-product-scenes h2,
.show-product-specs h2 {
  margin: 0;
  font-size: clamp(34px, 4.8vw, 68px);
  line-height: 1.08;
}
.show-product-intro span {
  color: rgba(255,255,255,.72);
  font-size: 18px;
  line-height: 1.9;
}
.show-product-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding-bottom: 70px;
}
.show-product-features article,
.show-product-scenes article {
  background: linear-gradient(180deg, #121a1f, #090e11);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 16px 34px rgba(0,0,0,.28);
}
.show-product-features article {
  min-height: 128px;
  padding: 22px 18px;
}
.show-product-features span {
  display: block;
  color: #69f3dc;
  font-size: 14px;
  font-weight: 900;
}
.show-product-features b {
  display: block;
  margin-top: 18px;
  font-size: 22px;
  line-height: 1.25;
}
.show-product-media {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  gap: 16px;
  padding-bottom: 88px;
}
.show-product-media img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
  border: 0;
  background: #0b1013;
}
.show-product-media img:first-child {
  height: 520px;
  grid-row: span 2;
}
.show-product-scenes {
  padding: 90px 0;
  background: #081013;
}
.show-product-scenes .wrap > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}
.show-product-scenes article {
  min-height: 190px;
  padding: 26px;
}
.show-product-scenes b {
  color: #69f3dc;
  font-size: 24px;
}
.show-product-scenes p {
  color: rgba(255,255,255,.72);
  line-height: 1.78;
}
.show-product-specs {
  padding-top: 82px;
  padding-bottom: 92px;
}
.show-product-specs table {
  width: 100%;
  margin-top: 32px;
  border-collapse: collapse;
  table-layout: fixed;
  background: #0f1519;
  border: 1px solid rgba(255,255,255,.1);
}
.show-product-specs tr:nth-child(odd) {
  background: rgba(255,255,255,.035);
}
.show-product-specs th,
.show-product-specs td {
  padding: 16px 18px;
  text-align: left;
  line-height: 1.55;
  border-bottom: 1px solid rgba(255,255,255,.08);
  overflow-wrap: anywhere;
}
.show-product-specs th {
  width: 28%;
  color: #69f3dc;
  font-weight: 900;
}
.show-product-specs td {
  color: rgba(255,255,255,.8);
}
.series-page,
.tx-page {
  padding-top: 82px;
  background: #05080a;
  color: #fff;
}
.series-hero,
.tx-hero {
  min-height: 620px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(0,0,0,.86), rgba(0,0,0,.2)),
    linear-gradient(0deg, rgba(5,8,10,.88), rgba(5,8,10,0) 54%),
    var(--bg) center / cover no-repeat;
}
.series-hero p,
.tx-hero p {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 26px;
  font-weight: 800;
}
.series-hero h1,
.tx-hero h1 {
  margin: 0;
  font-size: clamp(56px, 9vw, 112px);
  line-height: .98;
}
.series-hero span,
.tx-hero span {
  display: block;
  max-width: 760px;
  margin-top: 24px;
  color: rgba(255,255,255,.78);
  font-size: 21px;
  line-height: 1.8;
}
.vtol-video-hero {
  position: relative;
  width: 100%;
  aspect-ratio: auto;
  height: clamp(360px, 44vw, 560px);
  max-height: 560px;
  overflow: hidden;
  background: #05080a;
}
.vtol-video-hero video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: 0;
  pointer-events: none;
}
.vtol-video-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5,8,10,.58), rgba(5,8,10,0) 24%, rgba(5,8,10,0) 68%, #05080a 100%),
    linear-gradient(90deg, rgba(5,8,10,.22), rgba(5,8,10,0) 50%, rgba(5,8,10,.22));
}
.series-selector {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  padding-top: 92px;
  padding-bottom: 96px;
}
.series-card {
  display: grid;
  overflow: hidden;
  background: linear-gradient(180deg, #151e23, #0b1013);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 16px 38px rgba(0,0,0,.3);
  transition: transform .22s ease, border-color .22s ease;
}
.series-card:hover {
  transform: translateY(-6px);
  border-color: rgba(24,182,106,.45);
}
.series-card img {
  height: 360px;
  object-fit: cover;
}
.series-card div {
  padding: 34px;
}
.series-card p {
  margin: 0 0 8px;
  color: var(--green);
  font-weight: 800;
}
.series-card h2 {
  margin: 0 0 12px;
  font-size: 42px;
}
.series-card span {
  color: var(--muted);
  line-height: 1.8;
}
.tx-specs {
  padding-top: 90px;
  padding-bottom: 70px;
}
.tx-specs > div {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}
.tx-specs article {
  padding: 22px;
  background: linear-gradient(180deg, #151e23, #0b1013);
  border: 1px solid rgba(255,255,255,.08);
}
.tx-specs span {
  display: block;
  color: var(--muted);
  font-size: 13px;
}
.tx-specs strong {
  display: block;
  margin-top: 10px;
  color: #55c7ff;
  font-size: 28px;
}
.tx-gallery {
  padding-bottom: 96px;
}
.tx-pages {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 42px;
}
.tx-pages figure {
  margin: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #151e23, #0b1013);
  border: 1px solid rgba(255,255,255,.08);
}
.tx-pages img {
  height: auto;
  object-fit: cover;
}
.tx-pages figcaption {
  padding: 14px 18px;
  color: var(--muted);
}
.agri-pdf-page {
  padding-top: 82px;
  background: #05080a;
  color: #fff;
}
.agri-hero {
  min-height: 620px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(0,0,0,.84), rgba(0,0,0,.2)),
    linear-gradient(0deg, rgba(5,8,10,.9), rgba(5,8,10,0) 52%),
    var(--bg) center / cover no-repeat;
}
.agri-hero p {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 26px;
  font-weight: 800;
}
.agri-hero h1 {
  margin: 0;
  font-size: clamp(58px, 9vw, 112px);
  line-height: .98;
}
.agri-hero span {
  display: block;
  max-width: 760px;
  margin-top: 24px;
  color: rgba(255,255,255,.78);
  font-size: 21px;
  line-height: 1.8;
}
.agri-specs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  padding-top: 82px;
}
.agri-specs article {
  padding: 22px;
  background: linear-gradient(180deg, #151e23, #0b1013);
  border: 1px solid rgba(255,255,255,.08);
}
.agri-specs span {
  color: var(--muted);
  font-size: 13px;
}
.agri-specs strong {
  display: block;
  margin-top: 10px;
  color: var(--green);
  font-size: 26px;
}
.agri-gallery {
  padding-top: 92px;
  padding-bottom: 96px;
}
.agri-pages {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 42px;
}
.agri-pages figure {
  margin: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #151e23, #0b1013);
  border: 1px solid rgba(255,255,255,.08);
}
.agri-pages img {
  height: auto;
  object-fit: cover;
}
.agri-pages figcaption {
  padding: 14px 18px;
  color: var(--muted);
}
.passenger-page,
.pdf-layout-page {
  padding-top: 82px;
  background: #05080a;
  color: #fff;
}
.passenger-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding-bottom: 96px;
}
.passenger-hero video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.passenger-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.1)), linear-gradient(0deg, rgba(0,0,0,.82), rgba(0,0,0,0) 55%);
}
.passenger-hero .wrap,
.passenger-copy {
  position: relative;
  z-index: 2;
}
.passenger-hero p,
.passenger-copy p {
  margin: 0 0 16px;
  color: #78a8ff;
  font-size: 24px;
  font-weight: 800;
}
.passenger-hero h1 {
  margin: 0;
  font-size: clamp(58px, 9vw, 120px);
  line-height: .96;
}
.passenger-hero span,
.passenger-copy span {
  display: block;
  max-width: 760px;
  margin-top: 22px;
  color: rgba(255,255,255,.78);
  font-size: 20px;
  line-height: 1.8;
}
.passenger-specs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  padding-top: 76px;
  padding-bottom: 76px;
}
.passenger-specs article {
  padding: 26px;
  background: linear-gradient(180deg, #151e23, #0b1013);
  border: 1px solid rgba(255,255,255,.08);
}
.passenger-specs strong {
  display: block;
  color: #78a8ff;
  font-size: 38px;
}
.passenger-specs span {
  color: var(--muted);
}
.passenger-section {
  position: relative;
  min-height: 860px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding-bottom: 86px;
}
.passenger-media {
  position: absolute;
  inset: 0;
}
.passenger-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.passenger-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,.86), rgba(0,0,0,.08) 62%);
}
.passenger-copy h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.08;
}
.passenger-gallery {
  padding-top: 90px;
  padding-bottom: 96px;
}
.passenger-gallery h2 {
  margin: 0 0 34px;
  font-size: clamp(34px, 4vw, 54px);
}
.passenger-gallery div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.passenger-gallery img {
  height: 260px;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,.08);
}
.x3-page {
  background: #000;
}
.x3-page img,
.x3-page video {
  display: block;
}
.x3-hero {
  position: relative;
  height: calc(100vh - 82px);
  min-height: 560px;
  overflow: hidden;
  background: #000;
}
.x3-hero video,
.x3-full-media > img,
.x3-full-media > video,
.x3-text-scene > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.x3-hero video {
  position: absolute;
  inset: 0;
}
.x3-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.08) 52%, rgba(0,0,0,.42));
  pointer-events: none;
}
.x3-hero-title {
  position: absolute;
  left: 50%;
  bottom: 60px;
  z-index: 2;
  width: min(78vw, 1320px);
  transform: translate(-50%, 60px);
  display: grid;
  grid-template-columns: 1px max-content 1px;
  justify-content: center;
  align-items: center;
  column-gap: 100px;
  row-gap: 0;
  text-align: center;
}
.x3-blue-line {
  width: 1px;
  height: 112px;
  background: #3167ff;
}
.x3-hero-title h1 {
  grid-column: 2;
  margin: 0;
  color: #fff;
  font-size: clamp(36px, calc(4.3vw - 10px), 72px);
  line-height: 1.28;
  font-weight: 600;
  letter-spacing: .08em;
}
.x3-hero-title p {
  grid-column: 1 / -1;
  margin: 34px 0 0;
  color: rgba(255,255,255,.9);
  font-size: clamp(12px, calc(1.6vw - 6px), 26px);
  line-height: 1.7;
  letter-spacing: .18em;
  transform: translateY(-20px);
}
.x3-full-media {
  position: relative;
  height: min(100vh, 1080px);
  min-height: 640px;
  overflow: hidden;
  background: #000;
}
.x3-full-media.x3-contain-media {
  height: auto;
  min-height: 0;
  overflow: visible;
}
.x3-full-media.x3-contain-media > img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
}
.x3-full-media.x3-showcase-main {
  height: auto;
  min-height: 0;
  padding: clamp(42px, 5.6vw, 92px) clamp(32px, 6.4vw, 132px) 18px;
  overflow: visible;
}
.x3-full-media.x3-showcase-main > img {
  display: block;
  width: min(100%, 1760px);
  height: auto;
  min-height: 0;
  margin: 0 auto;
  object-fit: contain;
  border-radius: 8px;
}
.x3-text-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,0) 36%, rgba(0,0,0,.92));
  pointer-events: none;
}
.x3-scene-copy {
  position: absolute;
  left: clamp(38px, 8vw, 154px);
  bottom: clamp(64px, 9vh, 128px);
  z-index: 2;
  max-width: 760px;
}
.x3-scene-copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 4.2vw, 72px);
  line-height: 1.16;
  font-weight: 500;
  letter-spacing: .1em;
}
.x3-scene-copy p {
  margin: 28px 0 0;
  color: rgba(255,255,255,.78);
  font-size: clamp(17px, 1.3vw, 24px);
  line-height: 1.9;
  letter-spacing: .1em;
}
.x3-evtol .x3-scene-copy {
  top: clamp(72px, 10vh, 120px);
  bottom: auto;
  left: 50%;
  width: min(94vw, 1500px);
  max-width: min(94vw, 1500px);
  transform: translateX(-50%);
  text-align: center;
}
.x3-evtol .x3-scene-copy h2 {
  font-size: clamp(32px, calc(4.2vw - 10px), 62px);
  white-space: nowrap;
}
.x3-evtol .x3-scene-copy p {
  font-size: clamp(14px, calc(1.3vw - 6px), 18px);
  white-space: nowrap;
  transform: translateY(-15px);
}
.x3-triptych,
.x3-feature-grid,
.x3-duo,
.x3-suspension {
  background: #000;
}
.x3-triptych {
  min-height: 980px;
  padding: clamp(72px, 10vh, 150px) clamp(24px, 8vw, 160px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  align-items: center;
}
.x3-triptych img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1024 / 1440;
  object-fit: contain;
}
.x3-duo {
  min-height: 900px;
  padding: clamp(72px, 10vh, 150px) clamp(24px, 8vw, 160px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 616px));
  gap: 32px;
  justify-content: center;
  align-items: center;
}
.x3-duo > img,
.x3-video-card {
  width: 100%;
  aspect-ratio: 1232 / 1440;
  height: auto;
}
.x3-duo > img {
  display: block;
  object-fit: contain;
}
.x3-video-card {
  position: relative;
  overflow: hidden;
}
.x3-video-card > img,
.x3-video-card > video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x3-video-card > video {
  z-index: 1;
}
.x3-video-card > img {
  z-index: 2;
  pointer-events: none;
}
.x3-ground .x3-scene-copy {
  top: clamp(64px, 9vh, 116px);
  bottom: auto;
  left: 50%;
  right: auto;
  width: min(92vw, 1500px);
  max-width: min(92vw, 1500px);
  transform: translateX(-50%);
  text-align: center;
}
.x3-ground .x3-scene-copy h2 {
  font-size: clamp(28px, calc(4.2vw - 14px), 58px);
  line-height: 1.18;
}
.x3-ground .x3-scene-copy p {
  font-size: clamp(13px, calc(1.3vw - 4px), 20px);
  line-height: 1.75;
  transform: translateY(-19px);
}
.x3-ground::after {
  background: linear-gradient(180deg, #000 0%, rgba(0,0,0,.86) 8%, rgba(0,0,0,0) 30%, rgba(0,0,0,.88) 100%);
}
.x3-safety-carousel {
  position: relative;
  min-height: 0;
  padding: 0 clamp(54px, 8vw, 160px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  overflow: hidden;
}
.x3-carousel-window {
  width: min(100%, 1600px);
  overflow: hidden;
}
.x3-carousel-track {
  display: flex;
  gap: 32px;
  transition: transform .55s ease;
  will-change: transform;
}
.x3-carousel-slide {
  flex: 0 0 calc((100% - 64px) / 3);
  margin: 0;
  height: min(74vh, 780px);
  min-height: 560px;
  background: #000;
  overflow: hidden;
}
.x3-carousel-slide img,
.x3-carousel-slide video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}
.x3-carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 58px;
  height: 78px;
  border: 0;
  border-radius: 0;
  transform: translateY(-50%);
  background: rgba(255,255,255,.16);
  color: #fff;
  font-size: 58px;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
}
.x3-carousel-arrow:hover {
  background: rgba(255,255,255,.28);
}
.x3-carousel-prev {
  left: clamp(14px, 3vw, 54px);
}
.x3-carousel-next {
  right: clamp(14px, 3vw, 54px);
}
.x3-feature-grid {
  min-height: 860px;
  padding: clamp(72px, 10vh, 150px) clamp(24px, 8vw, 160px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  align-items: center;
}
.x3-feature-grid img {
  width: 100%;
  height: min(66vh, 720px);
  object-fit: cover;
}
.x3-feature-grid.x3-showcase-grid {
  min-height: 0;
  width: min(100%, 1760px);
  margin: 0 auto;
  padding: 18px clamp(32px, 6.4vw, 132px) clamp(54px, 7vw, 110px);
  gap: clamp(18px, 2vw, 34px);
  align-items: start;
  overflow: visible;
}
.x3-feature-grid.x3-showcase-grid img {
  display: block;
  height: auto;
  min-height: 0;
  max-height: none;
  object-fit: contain;
  object-position: center;
  aspect-ratio: auto;
  border-radius: 8px;
}
.x3-range-platform .x3-range-copy {
  position: absolute;
  top: clamp(34px, 4.2vw, 82px);
  left: 50%;
  z-index: 2;
  width: min(92vw, 1500px);
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  pointer-events: none;
}
.x3-range-platform .x3-range-copy h2 {
  margin: 0;
  color: rgba(255,255,255,.96);
  font-family: Arial, "Microsoft YaHei", sans-serif;
  font-size: clamp(24px, calc(5vw - 20px), 68px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: .12em;
}
.x3-range-platform .x3-range-copy p {
  margin: clamp(24px, 3vw, 48px) 0 0;
  color: rgba(255,255,255,.96);
  font-size: clamp(8px, calc(2vw - 12px), 22px);
  line-height: 1.3;
  letter-spacing: .18em;
  transform: translateY(-30px);
}
.x3-range-platform .x3-range-copy small {
  display: block;
  margin-top: clamp(44px, 5vw, 78px);
  color: rgba(255,255,255,.92);
  font-size: clamp(9px, calc(1.2vw - 4px), 16px);
  font-weight: 400;
  letter-spacing: .03em;
  transform: translateY(-70px);
}
.x3-charging-module {
  position: relative;
  height: auto;
  min-height: 0;
  padding: clamp(52px, 6vh, 80px) clamp(24px, 5.6vw, 104px);
  display: grid;
  grid-template-columns: minmax(330px, 32.5%) minmax(0, 1fr);
  gap: clamp(18px, 2.8vw, 54px);
  align-items: stretch;
  background: #000;
  overflow: visible;
}
.x3-charging-copy {
  position: relative;
  z-index: 2;
  display: flex;
  width: auto;
  height: auto;
  min-height: 0;
  padding: clamp(42px, 4vw, 78px) clamp(42px, 4.6vw, 92px);
  flex-direction: column;
  justify-content: center;
  background: #202020;
  color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.x3-charging-copy h2 {
  margin: 0;
  color: rgba(255,255,255,.95);
  font-size: clamp(26px, calc(3.35vw - 12px), 52px);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: .16em;
}
.x3-charging-copy p {
  margin: clamp(42px, 4.1vw, 78px) 0 0;
  color: rgba(255,255,255,.62);
  font-size: clamp(12px, calc(1.45vw - 6px), 22px);
  line-height: 1.62;
  letter-spacing: .14em;
  transform: translateY(-30px);
}
.x3-charging-media {
  position: relative;
  z-index: 1;
  width: calc(100% + clamp(28px, 3vw, 64px));
  min-height: 0;
  margin-left: clamp(-30px, -1.7vw, -16px);
  justify-self: end;
  aspect-ratio: 1079 / 598;
  overflow: hidden;
  background: #1c1c1c;
  border-radius: 5px;
  box-shadow: clamp(-44px, -2.7vw, -22px) 0 58px rgba(28,28,28,.76);
}
.x3-charging-media::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 2;
  width: clamp(130px, 11vw, 220px);
  background: linear-gradient(90deg, #000 0%, rgba(0,0,0,.92) 24%, rgba(0,0,0,.52) 58%, rgba(0,0,0,0) 100%);
  pointer-events: none;
}
.x3-charging-media video {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.x3-suspension {
  min-height: 0;
  padding: clamp(52px, 6vh, 80px) clamp(24px, 5.6vw, 104px);
  display: grid;
  grid-template-columns: minmax(0, 2.05fr) minmax(320px, .95fr);
  gap: clamp(36px, 5vw, 96px);
  align-items: stretch;
}
.x3-suspension img {
  display: block;
  align-self: center;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  background: transparent;
  border-radius: 5px;
  overflow: hidden;
}
.x3-suspension-copy {
  min-height: 0;
  align-self: stretch;
  background: #1c1c1c;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 58px 38px;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
}
.x3-suspension-copy h2 {
  margin: 0;
  color: rgba(255,255,255,.94);
  font-size: clamp(26px, calc(3.2vw - 12px), 52px);
  line-height: 1.34;
  font-weight: 400;
  letter-spacing: .14em;
  text-align: right;
}
.x3-suspension-copy p {
  margin: 54px 0 0;
  color: rgba(255,255,255,.58);
  font-size: clamp(13px, calc(1.45vw - 5px), 25px);
  line-height: 1.65;
  letter-spacing: .14em;
  text-align: right;
  transform: translateY(-14px);
}
.pdf-layout-hero {
  min-height: 520px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(0,0,0,.84), rgba(0,0,0,.18)),
    linear-gradient(0deg, rgba(5,8,10,.88), rgba(5,8,10,0) 52%),
    var(--bg) center / cover no-repeat;
}
.pdf-layout-hero p {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 24px;
  font-weight: 800;
}
.pdf-layout-hero h1 {
  margin: 0;
  font-size: clamp(56px, 9vw, 112px);
}
.pdf-layout-hero span {
  display: block;
  max-width: 760px;
  margin-top: 20px;
  color: rgba(255,255,255,.78);
  font-size: 20px;
  line-height: 1.8;
}
.kf200-video-hero {
  position: relative;
  min-height: 560px;
  height: calc(100vh - 82px);
  overflow: hidden;
  background: #05080a;
}
.kf200-video-hero + .pdf-layout-hero {
  display: none;
}
.kf200-video-hero video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: 0;
  pointer-events: none;
}
.kf200-video-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5,8,10,.56), rgba(5,8,10,.12) 38%, rgba(5,8,10,.72)),
    linear-gradient(90deg, rgba(5,8,10,.55), rgba(5,8,10,.12) 50%, rgba(5,8,10,.55));
}
.kf200-video-copy {
  position: absolute;
  top: clamp(2px, calc(12vh - 70px), 56px);
  left: 50%;
  z-index: 1;
  width: min(92vw, 900px);
  transform: translateX(-50%);
  text-align: center;
}
.kf200-video-copy p {
  margin: 0 0 14px;
  color: rgba(255,255,255,.5);
  font-size: 18px;
  font-weight: 800;
}
.kf200-video-copy h1 {
  margin: 0;
  color: rgba(255,255,255,.7);
  font-size: clamp(26px, calc(9vw - 30px), 82px);
  line-height: .98;
  font-weight: 900;
}
.heavy-video-copy p,
.heavy-video-copy h1 {
  color: rgba(255,255,255,.65);
}
.v180-video-copy {
  transform: translate(-50%, 8px);
}
.pdf-full-wrap {
  background: #05080a;
  padding: 48px 0 80px;
}
.pdf-full-page {
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto 28px;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.pdf-full-page img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.pdf-layout-page {
  overflow-x: hidden;
}
.m16-layout-page {
  background: #05080a;
}
.m16-full-wrap {
  padding-top: 92px;
}
.m16-pdf-page {
  width: min(100%, 1280px);
}
.m16-pdf-page img {
  display: block;
  border: 0;
}

.tx-product-page {
  background: #05080a;
  color: #fff;
  padding-top: 82px;
}
.tx-product-hero {
  min-height: 520px;
  display: flex;
  align-items: center;
  position: relative;
  background: linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.25)), var(--bg) center/cover;
}
.tx-product-hero .wrap {
  position: relative;
  z-index: 1;
}
.tx-product-hero p {
  margin: 0 0 16px;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 800;
}
.tx-product-hero h1 {
  margin: 0;
  font-size: clamp(42px, 7vw, 86px);
  line-height: 1;
}
.tx-product-hero span {
  display: block;
  width: 100%;
  max-width: none;
  margin-top: 22px;
  color: rgba(255,255,255,.78);
  font-size: clamp(8px, 1.42vw, 20px);
  line-height: 1.45;
  white-space: nowrap;
}

.m-series-video-hero {
  position: relative;
  min-height: 560px;
  height: calc(100vh - 82px);
  overflow: hidden;
  background: #000;
  display: flex;
  align-items: center;
}

.m-series-video-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.m-series-video-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.28) 48%, rgba(0,0,0,.5)),
    linear-gradient(180deg, rgba(0,0,0,.34), rgba(0,0,0,.12) 46%, rgba(0,0,0,.72));
}

.m-series-video-copy {
  position: absolute;
  top: clamp(58px, 10vh, 108px);
  left: 50%;
  width: min(92vw, 760px);
  transform: translateX(-50%);
  z-index: 1;
  text-align: center;
}

.m-series-video-copy h1 {
  margin: 0;
  color: rgba(255,255,255,.65);
  font-size: 28px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
}

.m-series-video-copy p {
  margin: 0;
  color: #fff;
  font-size: 28px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
}

.tx-product-list {
  display: grid;
  gap: 34px;
  padding: 56px 24px 86px;
}
.tx-product-row {
  display: grid;
  grid-template-columns: minmax(240px, .9fr) minmax(0, 1.1fr);
  gap: 0;
  background: #f7f8f8;
  color: #111;
  border: 0;
  box-shadow: none;
  overflow: hidden;
}
.tx-product-visual {
  min-width: 0;
  background: #f7f8f8;
}
.tx-product-heading {
  padding: 36px 38px 22px;
  background: #f7f8f8;
}
.tx-product-heading .eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: clamp(15px, 1.4vw, 22px);
  font-weight: 900;
}
.tx-product-heading h2 {
  margin: 0;
  color: #0d0d0d;
  font-size: clamp(20px, calc(3vw - 10px), 38px);
  line-height: 1.06;
  letter-spacing: 0;
  white-space: nowrap;
}
html[lang="en"] .tx-product-heading h2 {
  font-size: clamp(10px, calc(1.85vw - 10px), 17px);
}
.tx-product-heading .tx-product-desc {
  margin: 24px 0 0;
  max-width: 720px;
  color: #46535b;
  font-size: clamp(14px, 1.28vw, 20px);
  line-height: 1.65;
}
.tx-product-media {
  align-self: start;
  min-height: 0;
  aspect-ratio: 877 / 1110;
  background: #edf1f2;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tx-product-media img {
  width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
  object-fit: contain;
}
.tx-product-info {
  min-width: 0;
  padding: 38px 42px 34px;
}
.tx-product-info .eyebrow {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 15px;
  font-weight: 900;
}
.tx-product-info h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.1;
}
.tx-product-desc {
  margin: 14px 0 14px;
  color: #555;
  font-size: 16px;
  line-height: 1.7;
}
.tx-product-feature-list {
  list-style: none;
  display: grid;
  gap: 8px;
  margin: 0 0 24px;
  padding: 0;
}
.tx-product-feature-list li {
  position: relative;
  display: grid;
  gap: 3px;
  padding: 10px 12px 10px 18px;
  border: 1px solid rgba(18, 191, 117, .16);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(18, 191, 117, .08), rgba(238, 246, 251, .72));
  color: #33424b;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.tx-product-feature-list li::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 16px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--accent);
}
.tx-product-feature-list strong {
  color: #0b9f66;
  font-size: 13px;
  line-height: 1.35;
}
.tx-product-feature-list span {
  font-size: clamp(12px, .86vw, 14px);
  line-height: 1.55;
}
.tx-key-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 28px;
  padding: 0;
}
.tx-key-list li {
  min-width: 0;
  padding: 12px 10px;
  background: #eef6fb;
  border-left: 4px solid var(--accent);
  overflow: visible;
}
.tx-key-list span {
  display: block;
  color: #4d5b64;
  font-size: clamp(11px, .78vw, 13px);
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.tx-key-list strong {
  display: block;
  margin-top: 7px;
  color: var(--accent);
  font-size: clamp(18px, 1.65vw, 27px);
  line-height: 1.08;
  font-weight: 900;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}
.tx-param-table {
  width: 100%;
  border-collapse: collapse;
  font-size: clamp(12px, .92vw, 14px);
  table-layout: fixed;
}
.tx-param-table tr:nth-child(odd) {
  background: #f1f1f1;
}
.tx-param-table tr:nth-child(even) {
  background: #d6d6d6;
}
.tx-param-table th,
.tx-param-table td {
  min-width: 0;
  padding: 9px 11px;
  text-align: left;
  vertical-align: top;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}
.tx-param-table th {
  width: 38%;
  font-weight: 800;
  color: #202020;
}
.tx-param-table td {
  color: #252525;
}
.tx-param-table .is-key th,
.tx-param-table .is-key td {
  font-weight: 900;
  color: #000;
}
.tx-param-table .is-key td {
  color: var(--accent);
}

.m-spec-list {
  display: grid;
  gap: 42px;
  padding: 56px 24px 88px;
  width: min(100% - 32px, 1600px);
}
.m-spec-card {
  display: grid;
  grid-template-columns: minmax(420px, 1.05fr) minmax(540px, 1fr);
  align-items: center;
  gap: clamp(24px, 2.6vw, 48px);
  background: #fff;
  color: #151719;
  padding: clamp(24px, 2.8vw, 42px);
  overflow: hidden;
  border: 0;
  box-shadow: none;
}
.m-product-visual {
  min-width: 0;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.m-product-visual img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 760px;
  object-fit: contain;
  border: 0;
}
.m-spec-panel {
  min-width: 0;
}
.m-param-title {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-bottom: 22px;
  border-bottom: 2px solid rgba(28, 36, 43, .32);
  white-space: nowrap;
}
.m-param-title i {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  background: #0b3a78;
}
.m-param-title strong {
  color: #0b3a78;
  font-size: clamp(8px, calc(2.4vw - 18px), 20px);
  line-height: 1;
  font-weight: 900;
}
.m-param-title em {
  color: #c9c9c9;
  font-size: clamp(8px, calc(1.7vw - 18px), 12px);
  line-height: 1;
  font-style: normal;
  font-weight: 800;
}
.m-param-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.5vw, 24px);
  padding: 28px 0 22px;
  border-bottom: 2px solid rgba(28, 36, 43, .32);
}
.m-param-col {
  display: grid;
  align-content: start;
  gap: 0;
}
.m-param-item {
  position: relative;
  min-height: 96px;
  padding: 0 0 20px 18px;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.m-param-item::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 16px;
  bottom: -4px;
  width: 1px;
  background: #14426f;
  opacity: .7;
}
.m-param-item:last-child::before {
  bottom: 22px;
}
.m-param-item span {
  position: absolute;
  left: 0;
  top: 4px;
  width: 11px;
  height: 11px;
  border: 2px solid #0b3a78;
  border-radius: 999px;
  background: #fff;
  box-sizing: border-box;
}
.m-param-item.is-solid span {
  background: #0b3a78;
}
.m-param-item b {
  display: block;
  color: #222;
  font-size: clamp(13px, .96vw, 17px);
  line-height: 1.24;
  font-weight: 850;
}
.m-param-item p {
  margin: 8px 0 0;
  color: #202020;
  font-size: clamp(13px, .92vw, 16px);
  line-height: 1.4;
}
.m-param-note {
  margin: 12px 0 0;
  text-align: right;
  color: #b8b8b8;
  font-size: clamp(8px, calc(1.2vw - 7px), 15px);
  font-weight: 800;
}

@media (max-width: 980px) {
  .header { height: 70px; }
  .nav-wrap { height: 70px; }
  .logo { min-width: 0; max-width: calc(100% - 112px); gap: 9px; }
  .word-logo { font-size: 24px; max-width: none; }
  .logo strong { font-size: 14px; max-width: 170px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .logo small { display: none; }
  .logo-mark { flex: 0 0 auto; }
  .mobile-menu {
    display: grid !important;
    flex: 0 0 42px;
    gap: 4px;
    width: 42px;
    height: 42px;
    margin-left: auto;
    place-content: center;
    position: fixed;
    top: 14px;
    right: 16px;
    z-index: 80;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 2px;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .mobile-menu span { display: block; color: #fff; font-size: 22px; line-height: 1; }
  .mobile-menu i { display: none; width: 22px; height: 2px; background: #fff; }
  .mobile-lang-link {
    display: flex;
    position: fixed;
    top: 14px;
    right: 66px;
    z-index: 80;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(24,182,106,.18);
    border: 1px solid rgba(24,182,106,.5);
    border-radius: 2px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
  }
  .header::after {
    content: "☰";
    position: fixed;
    top: 14px;
    right: 16px;
    z-index: 79;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: #fff;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 2px;
    font-size: 22px;
    line-height: 1;
    pointer-events: none;
  }
  .nav {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    z-index: 75;
    height: auto;
    max-height: calc(100vh - 70px);
    max-height: calc(100dvh - 70px);
    display: none;
    padding: 10px 20px calc(18px + env(safe-area-inset-bottom));
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    background: rgba(5,8,10,.98);
    border-top: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 18px 28px rgba(0,0,0,.42);
  }
  .nav.open { display: block; }
  .nav-item {
    height: auto;
    display: block;
    padding: 2px 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }
  .nav-item > a {
    height: auto;
    display: block;
    padding: 11px 0;
    font-size: 16px;
    border-bottom: 0;
  }
  .nav.open .dropdown {
    position: static;
    display: block !important;
    width: 100%;
    min-width: 0;
    padding: 0 0 8px 14px;
    background: transparent;
    border: 0;
    box-shadow: none;
  }
  .nav.open .dropdown a {
    padding: 7px 0;
    color: rgba(255,255,255,.64);
    font-size: 14px;
  }
  .nav .page-lang {
    position: sticky;
    bottom: 0;
    z-index: 2;
    display: flex;
    width: 100%;
    min-height: 46px;
    margin: 12px 0 0;
    padding: 0 14px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(24,182,106,.2);
    border: 1px solid rgba(24,182,106,.45);
    border-radius: 4px;
    box-shadow: 0 -10px 24px rgba(5,8,10,.78);
  }
  .header::after {
    content: none !important;
    display: none !important;
  }
  .search-btn, .store-btn { display: none; }
  .hero-slider { min-height: 680px; }
  .hero-copy { padding-top: 190px; }
  .hero-copy p { font-size: 13px; line-height: 33px; }
  .hero-copy h1 { font-size: 17px; line-height: 37px; }
  .hero-slide:first-child .hero-copy h1 { font-size: 22px; line-height: 42px; }
  .hero-copy strong { font-size: 16px; line-height: 36px; }
  .solution-list, .product-row, .major-data, .news-contact, .footer-cols, .vtol-intro, .vtol-highlights, .vtol-card, .vtol-home-card, .show-intro, .show-stats, .show-products, .show-grid, .business-grid, .pdf-pages, .series-selector, .tx-specs > div, .tx-pages, .agri-specs, .agri-pages, .passenger-specs, .passenger-gallery div, .show-product-intro, .show-product-features, .show-product-media, .show-product-scenes .wrap > div { grid-template-columns: 1fr; }
  .solution-list article { height: 420px; }
  .product-row { width: min(520px, calc(100% - 36px)); }
  .news-contact { padding-inline: 18px; }
  .footer-cols { gap: 8px; }
  .detail-page { padding-top: 70px; }
  .detail-overview, .two-col { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: 1fr; }
  .detail-hero { min-height: 500px; }
  .vtol-page { padding-top: 70px; }
  .vtol-card img, .vtol-home-card img { min-height: 0; height: 300px; }
  .vtol-card dl { grid-template-columns: 1fr; }
  .show-page { padding-top: 70px; }
  .show-product-page { padding-top: 70px; }
  .show-product-hero { min-height: 560px; }
  .show-product-hero .wrap,
  .show-product-intro,
  .show-product-scenes .wrap,
  .show-product-specs .wrap { min-width: 0; }
  .show-product-hero h1,
  .show-product-hero strong,
  .show-product-hero span,
  .show-product-intro h2,
  .show-product-intro span,
  .show-product-scenes h2,
  .show-product-scenes p { max-width: 100%; overflow-wrap: anywhere; word-break: break-word; }
  .show-product-intro h2,
  .show-product-scenes h2,
  .show-product-specs h2 { font-size: clamp(30px, 8vw, 44px); }
  .show-product-media img,
  .show-product-media img:first-child { height: 260px; grid-row: auto; }
  .series-page, .tx-page { padding-top: 70px; }
  .vtol-video-hero {
    height: clamp(220px, 56vw, 460px);
    max-height: 460px;
  }
  .agri-pdf-page { padding-top: 70px; }
  .passenger-page, .pdf-layout-page { padding-top: 70px; }
  .passenger-section { min-height: 620px; }
  .passenger-gallery img { height: 280px; }
  .x3-hero {
    height: min(78vh, 680px);
    min-height: 560px;
  }
  .x3-hero-title {
    bottom: 44px;
    width: min(92vw, 720px);
    grid-template-columns: 1px minmax(0, 1fr) 1px;
    column-gap: 28px;
    row-gap: 0;
    transform: translate(-50%, 36px);
  }
  .x3-blue-line {
    height: 84px;
  }
  .x3-hero-title h1 {
    font-size: clamp(28px, 8vw, 42px);
    line-height: 1.35;
    letter-spacing: .05em;
  }
  .x3-hero-title p {
    margin-top: 22px;
    font-size: 14px;
    letter-spacing: .12em;
  }
  .x3-full-media {
    height: auto;
    min-height: 0;
  }
  .x3-full-media > img,
  .x3-full-media > video,
  .x3-text-scene > video {
    height: auto;
    min-height: 360px;
  }
  .x3-text-scene {
    min-height: 560px;
  }
  .x3-text-scene > video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .x3-scene-copy,
  .x3-ground .x3-scene-copy {
    left: 22px;
    right: 22px;
    bottom: 48px;
    text-align: left;
  }
  .x3-ground .x3-scene-copy {
    top: 42px;
    bottom: auto;
    left: 22px;
    right: 22px;
    width: auto;
    max-width: none;
    transform: none;
    text-align: center;
  }
  .x3-evtol .x3-scene-copy {
    top: 48px;
    left: 22px;
    right: 22px;
    width: auto;
    max-width: none;
    transform: none;
    text-align: center;
  }
  .x3-scene-copy h2 {
    font-size: clamp(30px, 8vw, 42px);
  }
  .x3-scene-copy p {
    font-size: 15px;
    letter-spacing: .04em;
  }
  .x3-ground .x3-scene-copy h2 {
    font-size: clamp(22px, 6vw, 32px);
  }
  .x3-ground .x3-scene-copy p {
    font-size: 12px;
    line-height: 1.55;
  }
  .x3-evtol .x3-scene-copy h2 {
    font-size: clamp(20px, 5.8vw, 30px);
    white-space: nowrap;
  }
  .x3-evtol .x3-scene-copy p {
    font-size: 13px;
    white-space: normal;
  }
  .x3-triptych,
  .x3-feature-grid,
  .x3-duo,
  .x3-safety-carousel,
  .x3-suspension {
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 28px 18px;
    gap: 18px;
  }
  .x3-triptych img,
  .x3-feature-grid img,
  .x3-duo > img,
  .x3-video-card,
  .x3-video-card > video,
  .x3-suspension img {
    height: auto;
    min-height: 0;
  }
  .x3-full-media.x3-showcase-main {
    padding: 24px 18px 10px;
  }
  .x3-full-media.x3-showcase-main > img,
  .x3-feature-grid.x3-showcase-grid img {
    border-radius: 8px;
  }
  .x3-feature-grid.x3-showcase-grid {
    padding: 10px 18px 32px;
    gap: 16px;
  }
  .x3-range-platform .x3-range-copy {
    top: 28px;
    width: calc(100% - 28px);
  }
  .x3-range-platform .x3-range-copy h2 {
    font-size: clamp(20px, 6vw, 32px);
    line-height: 1.18;
    letter-spacing: .08em;
  }
  .x3-range-platform .x3-range-copy p {
    margin-top: 18px;
    font-size: clamp(9px, 2.5vw, 12px);
    letter-spacing: .1em;
    transform: translateY(-18px);
  }
  .x3-range-platform .x3-range-copy small {
    margin-top: 24px;
    font-size: 10px;
    font-weight: 400;
    transform: translateY(-42px);
  }
  .x3-charging-module {
    height: auto;
    min-height: 0;
    padding: 36px 18px 28px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .x3-charging-copy,
  .x3-charging-media {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    min-height: 0;
  }
  .x3-charging-copy {
    padding: 34px 26px;
    background: #202020;
  }
  .x3-charging-copy h2 {
    font-size: clamp(22px, 7.5vw, 34px);
    letter-spacing: .12em;
  }
  .x3-charging-copy p {
    margin-top: 32px;
    font-size: 12px;
    letter-spacing: .08em;
  }
  .x3-charging-media {
    margin-left: 0;
    aspect-ratio: 1079 / 598;
    box-shadow: none;
  }
  .x3-charging-media::before {
    width: 64px;
    opacity: .65;
  }
  .x3-safety-carousel {
    display: flex;
    padding: 0 18px;
  }
  .x3-carousel-window {
    width: calc(100% - 56px);
  }
  .x3-carousel-track {
    gap: 0;
  }
  .x3-carousel-slide {
    flex-basis: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 1024 / 1440;
  }
  .x3-carousel-arrow {
    width: 34px;
    height: 54px;
    font-size: 38px;
    background: rgba(255,255,255,.18);
  }
  .x3-carousel-prev {
    left: 8px;
  }
  .x3-carousel-next {
    right: 8px;
  }
  .x3-suspension-copy {
    min-height: 360px;
    padding: 44px 24px;
  }
  .x3-suspension-copy h2 {
    font-size: clamp(24px, calc(8vw - 12px), 32px);
  }
  .x3-suspension-copy p {
    margin-top: 34px;
    font-size: 16px;
    letter-spacing: .08em;
  }
  .show-products img, .show-grid img, .pdf-pages img { height: 260px; }
  .series-card img { height: 280px; }
  .tx-product-page { padding-top: 70px; }
  .tx-product-hero { min-height: 430px; }
  .tx-product-list { padding: 34px 16px 58px; }
  .tx-product-media { min-height: 320px; }
  .tx-product-info { padding: 26px 18px; }
  .tx-key-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .m-spec-list { width: min(100% - 24px, 900px); padding: 34px 16px 62px; gap: 26px; }
  .m-spec-card { grid-template-columns: 1fr; padding: 28px 18px; }
  .m-product-visual img { max-height: none; }
  .m-param-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pdf-full-wrap { padding: 28px 0 54px; }
  .pdf-full-page { width: min(100%, calc(100% - 24px)); margin-bottom: 18px; }
  .pdf-layout-hero span, .tx-product-hero span { font-size: 16px; line-height: 1.65; }
  .kf200-video-hero {
    min-height: 420px;
    height: min(72vh, 620px);
  }
  .kf200-video-copy {
    top: clamp(0px, calc(11vh - 70px), 38px);
  }
  .kf200-video-copy p {
    font-size: 14px;
  }
  .kf200-video-copy h1 {
    font-size: clamp(22px, calc(17vw - 30px), 56px);
  }
  .md-video-hero,
  .tx-video-hero {
    min-height: 420px;
    height: min(72vh, 620px);
  }
  .md-video-copy,
  .tx-video-copy {
    top: clamp(0px, calc(11vh - 70px), 38px);
  }
  .md-video-copy p,
  .tx-video-copy p {
    font-size: 12px;
  }
  .md-video-copy h1,
  .tx-video-copy h1 {
    font-size: clamp(20px, calc(12vw - 24px), 24px);
  }
  .cinema-copy { width: min(100% - 34px, 1200px); padding-bottom: 100px; }
  .cinema-copy h1 { font-size: clamp(58px, 20vw, 118px); }
  .cinema-copy strong { font-size: clamp(30px, 10vw, 52px); }
  .cinema-copy span { font-size: 17px; line-height: 1.65; }
  .cinema-split { grid-template-columns: 1fr; min-height: 0; padding: 70px 0; }
  .floating-product { min-height: 360px; }
  .floating-product img { max-height: 360px; }
  .cinema-features ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cinema-video-wall { padding: 76px 0 86px; }
  .cinema-cards { grid-template-columns: 1fr; }
  .cinema-card,
  .cinema-card video { min-height: 440px; }
  .cinema-stage-panel { min-height: 760px; }
  .cinema-stage-panel > div { width: min(100% - 34px, 1200px); padding-bottom: 90px; }
  .cinema-stage-panel h3 { font-size: clamp(42px, 12vw, 76px); }
  .cinema-stage-panel p { font-size: 17px; }
  .ref-copy,
  .ref-media-copy { width: min(100% - 34px, 1200px); }
  .ref-copy h1 { font-size: clamp(54px, 18vw, 108px); }
  .ref-copy strong,
  .ref-section-title h2,
  .ref-spec h2 { font-size: clamp(32px, 9vw, 54px); }
  .ref-copy em,
  .ref-media-copy p { font-size: 17px; }
  .ref-feature-grid,
  .ref-image-band { grid-template-columns: 1fr; }
  .ref-media { min-height: 760px; }
  .ref-media-copy h3 { font-size: clamp(38px, 12vw, 72px); }
  .ref-image-band img { height: 300px; }
  .cinema-gallery img { width: 86vw; height: 340px; }
}

@media (max-width: 560px) {
  .wrap { width: min(100% - 28px, 1200px); }
  .logo-mark { width: 40px; height: 40px; }
  .hero-slider { height: auto; min-height: 620px; }
  .hero-copy { width: min(100% - 32px, 1200px); padding-top: 170px; }
  .hero-copy h1 { font-size: 10px; line-height: 28px; }
  .hero-slide:first-child .hero-copy h1 { font-size: 15px; line-height: 33px; }
  .hero-copy p { font-size: 10px; line-height: 28px; }
  .hero-copy strong { font-size: 12px; line-height: 30px; }
  .section-title { width: min(100% - 32px, 980px); }
  .section-title h2 { font-size: 30px; }
  .pdf-layout-hero, .tx-product-hero { min-height: 380px; }
  .pdf-layout-hero h1, .tx-product-hero h1 { font-size: 38px; }
  .tx-product-hero span { white-space: normal; overflow-wrap: anywhere; }
  .tx-key-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .tx-key-list strong { font-size: clamp(17px, 6vw, 21px); }
  .tx-product-row { grid-template-columns: 1fr; }
  .tx-param-table th,
  .tx-param-table td { display: block; width: 100%; }
  .tx-param-table td { padding-top: 0; }
  .show-product-hero { min-height: 460px; }
  .show-product-hero h1 { font-size: clamp(40px, 15vw, 58px); line-height: .92; }
  .show-product-hero strong { font-size: clamp(28px, 8.8vw, 36px); line-height: 1.18; }
  .show-product-hero p { font-size: 16px; }
  .show-product-hero span { font-size: 17px; line-height: 1.75; }
  .show-product-intro h2,
  .show-product-scenes h2,
  .show-product-specs h2 { font-size: 30px; word-break: break-all; }
  .show-product-hero span,
  .show-product-intro span { word-break: break-all; }
  .show-product-intro,
  .show-product-specs { padding: 44px 0; }
  .show-product-features,
  .show-product-scenes { padding: 48px 0; }
  .show-product-media { padding: 0 16px 46px; }
  .show-product-specs th,
  .show-product-specs td { display: block; width: 100%; }
  .show-product-specs td { padding-top: 0; }
  .tx-product-media { min-height: 260px; }
  .tx-product-info h2 { font-size: 28px; }
  .m-spec-list { padding-inline: 0; }
  .m-spec-card { padding: 22px 14px; }
  .m-param-title { align-items: center; gap: 5px; white-space: normal; }
  .m-param-title i { width: 8px; height: 8px; }
  .m-param-title strong { font-size: 8px; }
  .m-param-title em { font-size: 8px; }
  .m-param-grid { grid-template-columns: 1fr; gap: 0; padding-top: 22px; }
  .m-param-item { min-height: 0; padding-bottom: 20px; }
  .m-param-item b, .m-param-item p { font-size: 16px; }
  .m-param-note { text-align: left; font-size: 8px; }
  .footer { padding: 44px 0 28px; }
  .cinema-hero { min-height: 720px; }
  .cinema-copy { padding-bottom: 84px; }
  .cinema-copy p,
  .cinema-split p,
  .cinema-video-wall p,
  .cinema-specs p { font-size: 13px; }
  .cinema-copy h1 { font-size: clamp(48px, 18vw, 72px); }
  .cinema-copy strong,
  .cinema-split h2,
  .cinema-video-wall h2,
  .cinema-specs h2 { font-size: 32px; line-height: 1.12; word-break: break-word; }
  .cinema-split span { font-size: 16px; line-height: 1.75; }
  .cinema-features { padding-bottom: 62px; }
  .cinema-features ul { grid-template-columns: 1fr; }
  .cinema-features li { min-height: 118px; padding: 22px 20px; }
  .cinema-features li b { margin-top: 22px; }
  .cinema-card,
  .cinema-card video { min-height: 360px; }
  .cinema-stage-panel { min-height: 620px; }
  .cinema-stage-panel span { font-size: 14px; }
  .cinema-stage-panel h3 { font-size: 34px; line-height: 1.05; }
  .cinema-stage-panel p { font-size: 16px; line-height: 1.7; }
  .ref-hero { min-height: 720px; }
  .ref-copy { padding-bottom: 82px; }
  .ref-copy p,
  .ref-section-title p,
  .ref-media-copy span,
  .ref-spec p { font-size: 13px; }
  .ref-copy h1 { font-size: clamp(46px, 17vw, 70px); }
  .ref-copy strong,
  .ref-section-title h2,
  .ref-spec h2 { font-size: 31px; line-height: 1.12; }
  .ref-copy em { font-size: 16px; line-height: 1.7; }
  .ref-section-title { padding: 58px 0 28px; }
  .ref-feature-grid article { min-height: 118px; padding: 22px 20px; }
  .ref-feature-grid b { margin-top: 22px; font-size: 22px; }
  .ref-media { min-height: 620px; }
  .ref-media-copy { padding-bottom: 70px; }
  .ref-media-copy h3 { font-size: 34px; line-height: 1.05; }
  .ref-media-copy p { font-size: 16px; line-height: 1.7; }
  .ref-image-band img { height: 240px; }
  .ref-spec { padding: 58px 0 76px; }
  .ref-spec th,
  .ref-spec td { display: block; width: 100%; padding: 14px 16px; }
  .ref-spec td { padding-top: 0; }
  .cinema-card div { left: 20px; right: 20px; bottom: 20px; }
  .cinema-card h3 { font-size: 30px; }
  .cinema-gallery { padding-bottom: 64px; }
  .cinema-gallery img { height: 260px; }
  .cinema-specs { padding: 58px 0 74px; }
  .cinema-specs th,
  .cinema-specs td { display: block; width: 100%; padding: 14px 16px; }
  .cinema-specs td { padding-top: 0; }
}

@media (max-width: 560px) {
  .wrap, .section-title { width: calc(100% - 32px); }
  .logo-mark { width: 40px; height: 40px; }
  .hero-slider { height: 720px; }
  .arrow { display: none; }
  .section-title h2, .solution-list h3 { font-size: 30px; }
  .solution-list div { left: 24px; right: 24px; bottom: 32px; }
  .major h2 { font-size: 26px; }
}

.ref-product-body {
  background: #000;
}

.ref-iframe-page {
  padding-top: 82px;
  background: #000;
}

.reference-frame {
  display: block;
  width: 100%;
  height: calc(100vh - 82px);
  min-height: 780px;
  border: 0;
  background: #000;
}

.mdx-page {
  background: #05080a;
}

.mdx-hero::before {
  background:
    linear-gradient(90deg, rgba(0,0,0,.88), rgba(0,0,0,.28) 54%, rgba(0,0,0,.78)),
    linear-gradient(0deg, #05080a 0, rgba(5,8,10,.15) 52%);
}

.mdx-page .mdx-hero h1 {
  font-size: clamp(20px, calc(8vw - 68px), 42px) !important;
}

.mdx-page .vtol-intro h2 {
  font-size: clamp(20px, calc(4vw - 26px), 28px);
}

.mdx-products {
  display: grid;
  gap: 28px;
  padding: 20px 0 90px;
}

.mdx-product-card {
  display: grid;
  grid-template-columns: minmax(320px, .92fr) minmax(360px, 1.08fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: center;
  padding: clamp(24px, 4vw, 46px);
  background: linear-gradient(145deg, rgba(16,24,27,.96), rgba(5,8,10,.96));
  border: 1px solid rgba(255,255,255,.1);
  box-shadow: 0 22px 58px rgba(0,0,0,.32);
}

.mdx-product-card figure {
  margin: 0;
  display: grid;
  place-items: center;
  min-height: 360px;
  overflow: hidden;
}

.mdx-product-media {
  display: grid;
  gap: 10px;
  width: 100%;
}

.mdx-product-card img {
  width: 100%;
  max-height: 560px;
  object-fit: contain;
  filter: drop-shadow(0 22px 40px rgba(0,0,0,.35));
}

.mdx-detail-thumbs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
}

.mdx-detail-thumbs.is-two {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mdx-detail-thumbs img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: none;
  object-fit: contain;
  padding: 4px;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  background: #fff;
  filter: none;
  box-sizing: border-box;
}

.mdx-product-copy h3 {
  margin: 8px 0 14px;
  font-size: clamp(18px, calc(5vw - 34px), 34px);
  line-height: 1;
  letter-spacing: 0;
}

.mdx-lead {
  margin: 0 0 22px;
  color: var(--green);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.75;
  font-weight: 800;
}

.mdx-spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: clamp(12px, 1.05vw, 15px);
  table-layout: fixed;
  background: rgba(255,255,255,.025);
}

.mdx-spec-table th,
.mdx-spec-table td {
  padding: 11px 12px;
  border: 1px solid rgba(255,255,255,.13);
  vertical-align: top;
  line-height: 1.45;
  word-break: break-word;
}

.mdx-spec-table th {
  width: 45%;
  color: rgba(255,255,255,.62);
  font-weight: 600;
  text-align: left;
}

.mdx-spec-table td {
  color: rgba(255,255,255,.92);
}

.mdx-spec-table strong {
  color: #fff;
  font-weight: 900;
}

@media (max-width: 1180px) {
  .logo { min-width: 132px; }
  .nav-item > a { padding: 0 9px; font-size: 15px; }
  .word-logo { font-size: 25px; }
}

@media (max-width: 900px) {
  .ref-iframe-page {
    padding-top: 70px;
  }

  .reference-frame {
    height: calc(100vh - 70px);
    min-height: 700px;
  }

  .mdx-product-card {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .mdx-product-card figure {
    min-height: 240px;
  }

  .mdx-product-card img {
    max-height: 360px;
  }

  .mdx-spec-table {
    font-size: 12px;
  }
}

.riff-body,
.riff-page {
  background: #000;
  color: #fff;
}

.riff-page {
  overflow: hidden;
}

.riff-hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: start center;
  padding-top: 82px;
  isolation: isolate;
  background: #000;
}

.riff-hero video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.riff-hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0,0,0,.42), rgba(0,0,0,.02) 45%, rgba(0,0,0,.68));
}

.riff-hero-copy {
  width: min(1800px, calc(100% - 36px));
  margin: 0 auto;
  padding-top: clamp(8px, 3vw, 34px);
  text-align: center;
}

.riff-hero-copy h1 {
  margin: 0;
  font-size: clamp(10px, calc(3.9vw - 14px), 66px);
  line-height: .9;
  letter-spacing: 0;
  font-weight: 650;
}

.riff-hero-copy p {
  margin: 28px 0 42px;
  font-size: clamp(22px, 2vw, 38px);
}

.riff-hero-copy a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  min-height: 72px;
  padding: 0 36px;
  border: 2px solid rgba(255,255,255,.82);
  border-radius: 999px;
  font-size: clamp(18px, 1.5vw, 28px);
  font-weight: 650;
}

.riff-intro {
  width: min(1760px, calc(100% - 140px));
  margin: 0 auto;
  padding: 88px 0 70px;
}

.riff-intro p {
  margin: 0;
  text-align: center;
  color: rgba(255,255,255,.94);
  font-size: clamp(18px, 1.35vw, 26px);
  line-height: 1.8;
}

.riff-section {
  width: min(1760px, calc(100% - 120px));
  margin: 0 auto;
  padding: 80px 0;
}

.riff-centered {
  text-align: center;
}

.riff-centered > h2,
.riff-title h2,
.riff-params h2 {
  margin: 0;
  font-size: clamp(32px, 2.35vw, 45px);
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 650;
}

.riff-centered > p,
.riff-title p {
  margin: 20px 0 10px;
  color: #fff;
  font-size: clamp(16px, 1.25vw, 24px);
  line-height: 1.58;
}

#riff-outdoor > p {
  margin-bottom: 50px;
}

#riff-tabs .riff-title p,
#riff-artist .riff-title p {
  margin-bottom: 50px;
}

.riff-product-video {
  width: min(1616px, 96vw);
  margin: -18px auto 66px;
  background: #050505;
  overflow: hidden;
}

.riff-product-video video {
  display: block;
  width: 100%;
  aspect-ratio: 1616 / 830;
  object-fit: contain;
  background: #000;
}

.riff-card-grid,
.riff-artist-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.riff-feature-card,
.riff-artist-card {
  margin: 0;
  min-height: 310px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  padding: 24px;
  background: #050505;
}

.riff-feature-card img,
.riff-artist-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.riff-feature-card h3,
.riff-artist-card h3 {
  margin: 0;
  font-size: clamp(18px, 1.5vw, 28px);
  line-height: 1.25;
  font-weight: 500;
}

.riff-artist-grid {
  gap: 20px;
}

.riff-artist-card {
  min-height: clamp(420px, 26.5vw, 560px);
  justify-content: space-between;
  gap: 24px;
  padding: clamp(34px, 3.8vw, 74px) clamp(24px, 2.5vw, 46px) 28px;
  border-radius: 5px;
  background: #222;
  overflow: hidden;
}

.riff-artist-card h3 {
  order: -1;
  min-height: 2.4em;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: clamp(22px, 1.55vw, 31px);
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}

.riff-artist-card img {
  width: 100%;
  height: clamp(250px, 17vw, 365px);
  object-fit: contain;
  border-radius: 5px;
  background: #222;
}

.riff-icon-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.riff-icon-card {
  min-height: 0;
  padding: 0 4.2%;
  gap: 1px;
  background: transparent;
}

.riff-icon-card img {
  width: 15.64%;
  min-width: 54px;
  max-width: 92px;
  height: auto;
  object-fit: contain;
}

.riff-icon-card h3 {
  margin: 1px 0 20px;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}

.riff-primary-icons {
  padding: 0 2.6%;
}

.riff-feature-spacer {
  height: clamp(250px, 35.833vw, 688px);
  background: #000 url("assets/external/images/f5e5bec2-8fb5-4be7-8e8a-b9027aa83a15-546a91bc.png") center / contain no-repeat;
}

.riff-link-feature-band {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  min-height: clamp(760px, 56.25vw, 1080px);
  padding: 5.3758% 5.2192% 8.6634%;
  background: url("assets/external/images/ff71eb01-40c5-4263-a35c-6e300a4a110b-b1c2357c.png") center / cover no-repeat;
}

.riff-link-feature-band .riff-icon-grid {
  width: min(1620px, 100%);
  margin: 0 auto;
}

.riff-link-icons .riff-icon-card:nth-last-child(-n + 3) h3 {
  margin-bottom: clamp(120px, 18vw, 350px);
}

.riff-tabs-wrap {
  width: min(1900px, calc(100% - 70px));
}

.riff-title {
  text-align: center;
}

.riff-tabs {
  display: block;
}

.riff-tab-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-bottom: 26px;
}

.riff-tab {
  min-height: 72px;
  width: min(250px, 19%);
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 10px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.22);
  background: #050505;
  color: #fff;
  text-align: left;
  cursor: pointer;
}

.riff-tab b {
  color: #ffd46a;
  font-size: 28px;
  line-height: 1;
}

.riff-tab span {
  font-size: 18px;
  line-height: 1.2;
}

.riff-tab.active,
.riff-tab:hover {
  border-color: #ffd46a;
  background: #15120a;
}

.riff-tab-panels {
  position: relative;
  min-height: 760px;
  background: #050505;
  overflow: hidden;
}

.riff-tab-panel {
  position: absolute;
  inset: 0;
  display: block;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px);
  transition: opacity .28s ease, transform .28s ease;
}

.riff-tab-panel.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.riff-tab-panel img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  background: #050505;
}

.riff-tab-panel > div {
  position: absolute;
  left: clamp(22px, 5vw, 92px);
  right: clamp(22px, 5vw, 92px);
  bottom: clamp(22px, 5vw, 72px);
  max-width: 860px;
}

.riff-tab-panel b {
  display: block;
  color: #ffd46a;
  font-size: clamp(52px, 7vw, 132px);
  line-height: .9;
}

.riff-tab-panel h3 {
  margin: 12px 0 24px;
  font-size: clamp(32px, 3.2vw, 68px);
  line-height: 1.05;
}

.riff-tab-panel p {
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: clamp(17px, 1.25vw, 24px);
  line-height: 1.75;
}

.riff-fusion {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.riff-fusion .riff-title {
  width: min(1760px, calc(100% - 120px));
  margin: 0 auto 38px;
}

.riff-marquee-shell {
  --riff-film-height: clamp(34px, 3.3vw, 70px);
  --riff-film-gap: 50px;
  position: relative;
  width: 100%;
  margin: 20px 0;
  padding: 0;
}

.riff-title + .riff-marquee-shell {
  padding-top: calc(var(--riff-film-height) + var(--riff-film-gap));
}

.riff-marquee-shell + .riff-marquee-shell {
  padding-bottom: calc(var(--riff-film-height) + var(--riff-film-gap));
}

.riff-marquee-shell::before,
.riff-marquee-shell::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  height: var(--riff-film-height);
  background: repeating-linear-gradient(
    90deg,
    #2a2a2a 0,
    #2a2a2a 120px,
    transparent 120px,
    transparent 160px
  );
  pointer-events: none;
}

.riff-marquee-shell::before {
  top: 0;
}

.riff-marquee-shell::after {
  bottom: 0;
}

.riff-title + .riff-marquee-shell::after,
.riff-marquee-shell + .riff-marquee-shell::before {
  display: none;
}

.riff-marquee {
  width: 100%;
  overflow: hidden;
}

.riff-marquee-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: riffMarquee 46s linear infinite;
}

.riff-marquee-track.reverse {
  animation-name: riffMarqueeReverse;
  animation-duration: 54s;
}

.riff-marquee img {
  width: clamp(320px, 34vw, 650px);
  height: clamp(190px, 19vw, 350px);
  object-fit: cover;
}

.riff-marquee-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 48px;
  height: 78px;
  transform: translateY(-50%);
  border: 0;
  border-radius: 0;
  background: #ff7900;
  color: #fff;
  font-size: 52px;
  line-height: 1;
  font-family: Arial, sans-serif;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background .2s ease, transform .2s ease;
}

.riff-marquee-arrow:hover {
  background: #ff8f22;
  transform: translateY(-50%) scale(1.04);
}

.riff-marquee-arrow.prev {
  left: 28px;
}

.riff-marquee-arrow.next {
  right: 28px;
}

@keyframes riffMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes riffMarqueeReverse {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

.riff-params {
  padding-top: 30px;
  padding-bottom: 110px;
}

.riff-params h2 {
  margin-bottom: 34px;
  text-align: left;
}

.riff-params table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.riff-params th,
.riff-params td {
  padding: 18px 24px;
  border: 1px solid rgba(255,255,255,.24);
  background: #0f0f0f;
  color: #fff;
  text-align: left;
  font-size: clamp(15px, 1.15vw, 20px);
  line-height: 1.45;
}

.riff-params th {
  width: 35%;
  font-weight: 500;
}

.riff-note {
  margin: 36px 0 0;
  color: rgba(255,255,255,.9);
  font-size: clamp(12px, calc(1.45vw - 6px), 22px);
  line-height: 1.5;
}

.emo-body,
.emo-page {
  background: #000;
  color: #fff;
}

.emo-page {
  overflow: hidden;
}

.emo-hero {
  position: relative;
  min-height: 100vh;
  padding-top: 82px;
  display: grid;
  align-items: end;
  background: #000;
  isolation: isolate;
}

.emo-hero video,
.emo-showcase video,
.emo-media-band video {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.emo-hero video {
  z-index: 1;
}

.emo-hero-shade {
  position: absolute;
  inset: 0 0 56px;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,0) 42%, rgba(0,0,0,.28));
}

.emo-hero-copy {
  position: relative;
  z-index: 3;
  pointer-events: none;
  width: min(1680px, calc(100% - 160px));
  margin: 0 auto;
  padding-bottom: clamp(86px, 10vw, 168px);
}

.emo-hero-copy p {
  margin: 0 0 16px;
  color: #2fffdc;
  font-size: clamp(15px, 1.25vw, 22px);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.emo-hero-copy h1 {
  margin: 0;
  font-size: clamp(90px, 14vw, 220px);
  line-height: .82;
  font-weight: 900;
  letter-spacing: 0;
}

.emo-hero-copy h2 {
  margin: 22px 0 0;
  max-width: 1050px;
  font-size: clamp(36px, 5vw, 76px);
  line-height: 1.05;
  font-weight: 850;
}

.emo-scroll {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  left: 50%;
  bottom: 76px;
  transform: translateX(-50%);
  color: rgba(255,255,255,.54);
  font-size: 11px;
  letter-spacing: .18em;
}

.emo-scroll::before {
  content: "";
  display: block;
  width: 1px;
  height: 42px;
  margin: 0 auto 10px;
  background: #20e5d1;
}

.emo-section {
  width: min(1760px, calc(100% - 120px));
  margin: 0 auto;
  padding: clamp(72px, 7vw, 126px) 0;
}

.emo-title {
  text-align: center;
}

.emo-title h2,
.emo-split-copy h2,
.emo-showcase-copy h2,
.emo-accessories h2,
.emo-params h2 {
  margin: 0;
  font-size: clamp(24px, calc(4vw - 14px), 62px);
  line-height: 1.08;
  font-weight: 760;
}

.emo-title p,
.emo-split-copy p,
.emo-showcase-copy p {
  margin: 20px 0 0;
  color: rgba(255,255,255,.76);
  font-size: clamp(18px, 1.7vw, 30px);
  line-height: 1.5;
}

.emo-capability-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.5vw, 24px);
  margin: clamp(42px, 4.5vw, 76px) auto 0;
}

.emo-capability-tab {
  min-height: clamp(64px, 5vw, 92px);
  padding: 12px 18px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 0;
  background: #111;
  color: rgba(255,255,255,.7);
  font-size: clamp(16px, 1.18vw, 22px);
  line-height: 1.2;
  font-weight: 650;
  cursor: pointer;
  transition: color .24s ease, border-color .24s ease, background .24s ease;
}

.emo-capability-tab.active,
.emo-capability-tab:hover,
.emo-capability-tab:focus-visible {
  border-color: rgba(47,255,220,.8);
  background: #1b1b1b;
  color: #fff;
  outline: none;
}

.emo-capability-stage {
  position: relative;
  margin-top: clamp(28px, 3.2vw, 56px);
}

.emo-capability-panel {
  display: none;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(24px, 3vw, 52px);
  align-items: stretch;
}

.emo-capability-panel.active {
  display: grid;
}

.emo-capability-image,
.emo-capability-video {
  min-height: clamp(360px, 31vw, 600px);
  overflow: hidden;
  background: #050505;
}

.emo-capability-image {
  display: grid;
  place-items: center;
  padding: clamp(34px, 4vw, 70px);
}

.emo-capability-image img {
  width: 100%;
  height: 100%;
  max-height: clamp(300px, 27vw, 520px);
  object-fit: contain;
}

.emo-capability-video video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.emo-takeoff-tabs {
  position: absolute;
  z-index: 4;
  top: 0;
  left: clamp(20px, 4vw, 72px);
  right: clamp(20px, 4vw, 72px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2.2vw, 40px);
  margin: 0;
  padding-top: clamp(22px, 2.6vw, 44px);
}

.emo-takeoff-tab {
  position: relative;
  min-height: 58px;
  padding: 14px 4px 10px;
  border: 0;
  border-top: 2px solid rgba(255,255,255,.62);
  background: transparent;
  color: rgba(255,255,255,.82);
  font-size: clamp(15px, 1.12vw, 21px);
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
  transition: color .22s ease, border-color .22s ease;
}

.emo-takeoff-tab.active,
.emo-takeoff-tab:hover,
.emo-takeoff-tab:focus-visible {
  border-top-color: #ff4a35;
  color: #ff4a35;
  outline: none;
}

.emo-takeoff-stage {
  position: relative;
  margin-top: clamp(22px, 2.6vw, 42px);
  min-height: clamp(520px, 50.4vw, 970px);
  overflow: hidden;
  background: #050505;
}

.emo-takeoff-stage::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 3;
  height: clamp(150px, 17vw, 260px);
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0,0,0,.7), rgba(0,0,0,.34) 52%, rgba(0,0,0,0));
}

.emo-takeoff-panel {
  display: none;
  position: absolute;
  inset: 0;
}

.emo-takeoff-panel.active {
  display: block;
}

.emo-takeoff-panel video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.emo-media-band {
  position: relative;
  min-height: clamp(720px, 56.25vw, 1080px);
  background: #000;
  isolation: isolate;
}

.emo-media-band::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0,0,0,.55), rgba(0,0,0,.05) 45%, rgba(0,0,0,.78));
}

.emo-product-figure {
  margin: clamp(22px, 3.2vw, 48px) auto 0;
  display: grid;
  place-items: center;
  min-height: clamp(250px, 27vw, 470px);
}

.emo-product-figure img {
  width: min(660px, 60vw);
  max-height: 470px;
  object-fit: contain;
}

.emo-feature-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(24px, 2.8vw, 44px) clamp(4px, .6vw, 8px);
  margin-top: clamp(38px, 4.2vw, 66px);
}

.emo-feature-grid article {
  min-height: clamp(108px, 7.8vw, 144px);
  display: grid;
  align-content: start;
  justify-items: center;
  gap: clamp(11px, 1.05vw, 17px);
  padding: 0 8px;
}

.emo-feature-grid img {
  width: clamp(44px, 3.5vw, 68px);
  height: clamp(44px, 3.5vw, 68px);
  object-fit: contain;
}

.emo-feature-grid h3 {
  margin: 0;
  font-size: clamp(15px, 1.05vw, 20px);
  line-height: 1.25;
  font-weight: 400;
  text-align: center;
}

.emo-accessory-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: clamp(46px, 5vw, 98px);
}

.emo-accessory-grid figure {
  width: 100%;
  margin: 0;
}

.emo-accessory-grid img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.emo-accessories {
  padding-top: clamp(62px, 7vw, 128px);
}

.emo-accessories > h2 {
  margin: 0;
  text-align: center;
  font-size: clamp(24px, calc(4vw - 14px), 62px);
  line-height: 1;
  font-weight: 800;
  color: #fff;
}

.emo-accessories > p {
  width: min(1800px, 100%);
  margin: clamp(34px, 4.2vw, 76px) auto 0;
  text-align: center;
  font-size: clamp(10px, calc(3.25vw - 18px), 48px);
  line-height: 1.12;
  font-weight: 400;
  color: #f0d078;
}

.emo-params {
  padding-top: 10px;
  padding-bottom: 120px;
}

.emo-params h2 {
  margin-bottom: 40px;
  text-align: center;
  font-size: clamp(20px, calc(4vw - 18px), 58px);
}

.emo-params table {
  width: min(1100px, 100%);
  margin: 0 auto;
  border-collapse: collapse;
  table-layout: fixed;
  color: rgba(255,255,255,.9);
  background: #101010;
}

.emo-params th,
.emo-params td {
  padding: 18px 24px;
  border: 1px solid rgba(255,255,255,.16);
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: 1.45;
  text-align: left;
}

.emo-params th {
  width: 40%;
  color: rgba(255,255,255,.66);
  font-weight: 500;
}

.emo-params p {
  width: min(1100px, 100%);
  margin: 22px auto 0;
  color: rgba(255,255,255,.66);
  font-size: 14px;
  line-height: 1.7;
}

.emo-mini-body,
.emo-mini-page {
  background: #000;
  color: #fff;
}

.emo-mini-page {
  overflow: hidden;
}

.mini-hero {
  position: relative;
  min-height: min(800px, 100vh);
  background: #050505;
  overflow: hidden;
}

.mini-hero img,
.mini-full-image img,
.mini-lightweight img,
.mini-operation img,
.mini-scenes img,
.mini-package > img {
  width: 100%;
  display: block;
}

.mini-hero img {
  height: min(800px, 100vh);
  object-fit: cover;
}

.mini-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.02) 46%, rgba(0,0,0,.62));
  pointer-events: none;
}

.mini-hero-copy {
  position: absolute;
  z-index: 2;
  top: clamp(82px, 9vw, 150px);
  left: 50%;
  width: min(1200px, calc(100% - 80px));
  transform: translateX(-50%);
  text-align: center;
}

.mini-hero-copy h1 {
  margin: 0;
  font-size: clamp(28px, calc(7.4vw - 70px), 70px);
  line-height: .92;
  font-weight: 800;
  letter-spacing: 0;
}

.mini-hero-copy p {
  margin: 14px 0 0;
  font-size: clamp(18px, 1.9vw, 32px);
  color: rgba(255,255,255,.86);
}

.mini-intro {
  width: min(1680px, calc(100% - 140px));
  margin: 0 auto;
  padding: clamp(74px, 8vw, 140px) 0 clamp(54px, 6vw, 102px);
  text-align: center;
}

.mini-intro > p {
  width: min(1280px, 100%);
  margin: 0 auto;
  color: #f9e7ca;
  font-size: clamp(20px, 1.75vw, 34px);
  line-height: 1.8;
}

.mini-intro h2 {
  width: min(1450px, 100%);
  margin: clamp(44px, 5vw, 82px) auto 0;
  font-size: clamp(20px, 1.75vw, 34px);
  line-height: 1.8;
  font-weight: 500;
}

.mini-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(52px, 5vw, 86px);
}

.mini-feature-grid article {
  min-height: 118px;
  display: grid;
  place-items: center;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.18);
  background: #121212;
  color: rgba(255,255,255,.88);
  font-size: clamp(17px, 1.25vw, 24px);
  line-height: 1.35;
}

.mini-full-image {
  width: min(1800px, calc(100% - 96px));
  margin: 0 auto;
}

.mini-detail-pair {
  width: min(1520px, calc(100% - 120px));
  margin: clamp(28px, 3vw, 54px) auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 3vw, 56px);
}

.mini-detail-pair figure {
  margin: 0;
  height: clamp(360px, 30vw, 600px);
  padding: clamp(16px, 1.8vw, 32px);
  border-radius: 10px;
  background: #1d1d1d;
  overflow: hidden;
}

.mini-detail-pair img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.mini-lightweight {
  position: relative;
  margin-top: clamp(68px, 8vw, 140px);
  min-height: clamp(580px, 60vw, 1080px);
  background: #050505;
  overflow: hidden;
}

.mini-lightweight img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
}

.mini-lightweight::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.36), rgba(0,0,0,.04) 44%, rgba(0,0,0,.26));
}

.mini-lightweight > div {
  position: absolute;
  top: clamp(54px, 6vw, 112px);
  left: 50%;
  z-index: 1;
  width: min(1560px, calc(100% - 120px));
  transform: translateX(-50%);
  text-align: center;
}

.mini-lightweight h2,
.mini-operation h2,
.mini-scenes h2,
.mini-package h2 {
  margin: 0;
  font-size: clamp(38px, 4vw, 78px);
  line-height: 1.1;
  font-weight: 650;
}

.mini-lightweight p,
.mini-operation p,
.mini-scenes p {
  margin: 20px 0 0;
  color: rgba(255,255,255,.78);
  font-size: clamp(20px, 1.7vw, 34px);
  line-height: 1.55;
}

.mini-lightweight h2 {
  font-size: clamp(20px, 1.7vw, 34px);
  line-height: 1.55;
  font-weight: 500;
}

.mini-scenes h2 {
  font-size: clamp(20px, 1.7vw, 34px);
  line-height: 1.55;
  font-weight: 500;
}

.mini-operation {
  width: min(1800px, calc(100% - 96px));
  margin: clamp(72px, 7vw, 128px) auto 0;
  display: block;
  text-align: center;
}

.mini-operation-copy {
  width: min(1450px, 100%);
  margin: 0 auto clamp(42px, 5vw, 88px);
}

.mini-operation-copy p {
  margin: 0;
  color: rgba(255,255,255,.88);
  font-size: clamp(20px, 1.7vw, 34px);
  line-height: 1.8;
}

.mini-operation-copy p + p {
  margin-top: clamp(14px, 1.4vw, 26px);
}

.mini-operation img {
  width: 100%;
  border-radius: 0;
}

.mini-scenes {
  width: min(1800px, calc(100% - 96px));
  margin: clamp(72px, 7vw, 126px) auto 0;
  display: block;
}

.mini-scenes-copy {
  width: min(1450px, 100%);
  margin: 0 auto clamp(42px, 5vw, 82px);
  text-align: center;
}

.mini-scenes > img {
  width: 100%;
  display: block;
  margin-top: clamp(34px, 4vw, 72px);
}

.mini-scenes ol {
  margin: clamp(34px, 4vw, 72px) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  list-style: none;
}

.mini-scenes li {
  min-height: clamp(128px, 10vw, 190px);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
  padding: clamp(22px, 2vw, 36px);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 10px;
  background: #1b1b1b;
}

.mini-scenes li span {
  color: #f9e7ca;
  font-size: clamp(24px, 2.2vw, 42px);
  line-height: 1;
  font-weight: 650;
}

.mini-scenes li p {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: clamp(14px, 1vw, 18px);
  line-height: 1.65;
}

.mini-package {
  position: relative;
  width: min(1800px, calc(100% - 96px));
  margin: 0 auto;
  background: #080808;
  overflow: hidden;
}

.mini-package > img {
  position: static;
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.mini-package-copy {
  position: relative;
  z-index: 1;
  width: min(760px, 48%);
  padding: clamp(70px, 7vw, 126px) 0 clamp(42px, 6vw, 90px) clamp(44px, 7vw, 92px);
}

.mini-price {
  margin: 32px 0 0;
  color: #f9e7ca;
  font-size: clamp(30px, 3.4vw, 64px);
  line-height: 1.16;
}

.mini-package a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 168px;
  min-height: 54px;
  margin-top: 28px;
  padding: 0 28px;
  border-radius: 999px;
  background: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 650;
}

.mini-note {
  margin: clamp(170px, 21vw, 330px) 0 0;
  color: rgba(255,255,255,.7);
  font-size: clamp(17px, 1.45vw, 28px);
  line-height: 1.55;
}

@media (max-width: 1000px) {
  .riff-section,
  .riff-intro,
  .riff-fusion .riff-title {
    width: calc(100% - 34px);
  }

  .riff-hero {
    min-height: 760px;
    padding-top: 70px;
  }

  .riff-card-grid,
  .riff-artist-grid,
  .riff-tabs,
  .riff-tab-panel {
    grid-template-columns: 1fr;
  }

  .riff-card-grid.riff-icon-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .riff-tabs {
    gap: 18px;
  }

  .riff-tab-buttons {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    display: grid;
  }

  .riff-tab {
    width: auto;
    min-height: 82px;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 6px;
    padding: 10px 6px;
  }

  .riff-tab b {
    font-size: 20px;
  }

  .riff-tab span {
    font-size: 12px;
  }

  .riff-tab-panels {
    min-height: 720px;
  }

  .riff-tab-panel {
    align-content: center;
  }

  .riff-feature-card img,
  .riff-artist-card img {
    height: auto;
    max-height: 300px;
    object-fit: contain;
  }

  .riff-artist-grid {
    gap: 16px;
  }

  .riff-artist-card {
    min-height: 420px;
    padding: 30px 20px 24px;
  }

  .riff-artist-card h3 {
    min-height: auto;
    font-size: 22px;
  }

  .riff-artist-card img {
    width: 100%;
    height: 300px;
    max-height: none;
  }

  .riff-icon-card {
    padding: 0 3.8%;
  }

  .riff-icon-card img {
    width: 42.9%;
    min-width: 34px;
    max-width: 86px;
  }

  .riff-icon-card h3 {
    margin: 11px 0 20px;
    font-size: 14px;
    line-height: 22px;
  }

  .riff-feature-spacer {
    display: none;
  }

  .riff-link-feature-band {
    width: 100%;
    min-height: 0;
    padding: 0 .27% 0 2.965%;
  }

  .riff-link-icons .riff-icon-card:nth-last-child(-n + 3) h3 {
    margin-bottom: 20px;
  }

  .riff-link-icons .riff-icon-card:nth-last-child(2) h3 {
    margin-bottom: 220px;
  }

  .riff-product-video {
    width: 100%;
    margin: -20px auto 34px;
  }

  .riff-marquee-arrow {
    width: 40px;
    height: 64px;
    font-size: 42px;
  }

  .riff-marquee-shell {
    --riff-film-height: 30px;
    --riff-film-gap: 50px;
    padding: 0;
  }

  .riff-marquee-shell::before,
  .riff-marquee-shell::after {
    height: var(--riff-film-height);
  }

  .riff-marquee-arrow.prev {
    left: 10px;
  }

  .riff-marquee-arrow.next {
    right: 10px;
  }

  .riff-params th,
  .riff-params td {
    display: block;
    width: 100%;
  }

  .emo-hero {
    min-height: 760px;
    padding-top: 70px;
  }

  .emo-hero-copy,
  .emo-section {
    width: calc(100% - 34px);
  }

  .emo-hero-copy {
    padding-bottom: 96px;
  }

  .emo-hero-copy h1 {
    font-size: clamp(72px, 24vw, 120px);
  }

  .emo-hero-copy h2 {
    font-size: clamp(30px, 8vw, 52px);
  }

  .emo-capability-tabs,
  .emo-feature-grid,
  .emo-accessory-grid {
    grid-template-columns: 1fr 1fr;
  }

  .emo-capability-panel {
    grid-template-columns: 1fr;
  }

  .emo-capability-image,
  .emo-capability-video {
    min-height: 320px;
  }

  .emo-takeoff-tabs {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    left: 18px;
    right: 18px;
    padding-top: 18px;
  }

  .emo-takeoff-tab {
    min-height: 52px;
    padding-top: 10px;
    font-size: 14px;
  }

  .emo-takeoff-stage {
    min-height: max(430px, 72vw);
  }

  .emo-media-band {
    min-height: 680px;
  }

  .emo-feature-grid article {
    min-height: 98px;
    gap: 8px;
  }

  .emo-feature-grid img {
    width: 42px;
    height: 42px;
  }

  .emo-feature-grid h3 {
    font-size: 13px;
    line-height: 1.28;
  }

  .emo-product-figure {
    min-height: 210px;
  }

  .emo-product-figure img {
    width: min(480px, 78vw);
  }

  .emo-accessories {
    padding-top: 72px;
  }

  .emo-accessories > h2 {
    font-size: 24px;
  }

  .emo-accessories > p {
    margin-top: 26px;
    font-size: clamp(10px, calc(7vw - 18px), 16px);
    line-height: 1.18;
  }

  .emo-accessory-grid {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }

  .emo-params th,
  .emo-params td {
    display: block;
    width: 100%;
    padding: 14px 16px;
  }

  .emo-params td {
    padding-top: 0;
  }

  .mini-hero {
    min-height: 620px;
  }

  .mini-hero img {
    height: 620px;
  }

  .mini-hero-copy {
    top: 86px;
    left: 50%;
    right: auto;
    bottom: auto;
    width: calc(100% - 44px);
    transform: translateX(-50%);
    text-align: center;
  }

  .mini-hero-copy h1 {
    font-size: clamp(28px, calc(15vw - 70px), 42px);
  }

  .mini-hero-copy p {
    font-size: 18px;
  }

  .mini-intro,
  .mini-full-image,
  .mini-detail-pair,
  .mini-operation,
  .mini-scenes,
  .mini-package {
    width: calc(100% - 34px);
  }

  .mini-intro {
    padding: 70px 0 54px;
  }

  .mini-intro h2 {
    font-size: clamp(20px, 5.2vw, 28px);
  }

  .mini-feature-grid,
  .mini-detail-pair,
  .mini-operation,
  .mini-scenes {
    grid-template-columns: 1fr;
  }

  .mini-feature-grid {
    gap: 12px;
  }

  .mini-feature-grid article {
    min-height: 86px;
  }

  .mini-detail-pair figure {
    height: clamp(300px, 72vw, 420px);
    padding: 14px;
  }

  .mini-lightweight {
    min-height: 560px;
  }

  .mini-lightweight > div {
    top: 44px;
    width: calc(100% - 36px);
    padding-left: 0;
  }

  .mini-operation > div,
  .mini-scenes-copy {
    width: auto;
    padding-left: 0;
  }

  .mini-operation-copy {
    margin-bottom: 34px;
  }

  .mini-operation-copy p {
    font-size: 18px;
    line-height: 1.65;
  }

  .mini-lightweight h2,
  .mini-lightweight p {
    font-size: 18px;
  }

  .mini-operation,
  .mini-scenes {
    gap: 28px;
  }

  .mini-scenes img {
    order: -1;
  }

  .mini-scenes ol {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .mini-scenes li {
    min-height: auto;
    padding: 20px;
  }

}

@media (max-width: 980px) {
  .about-page {
    padding-top: 70px;
  }
  .about-hero {
    min-height: 640px;
  }
  .about-hero-copy {
    padding: 96px 0 112px;
  }
  .about-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: -46px;
  }
  .about-intro,
  .about-image-feature,
  .about-innovation-inner,
  .about-culture,
  .about-contact-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 66px 0;
  }
  .about-feature-media img,
  .about-innovation-inner img {
    min-height: 320px;
  }
  .about-belief-grid,
  .about-culture-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .about-values {
    padding: 72px 0;
  }
  .about-social-card {
    width: min(100%, 520px);
  }
}

@media (max-width: 560px) {
  .about-hero {
    min-height: 560px;
  }
  .about-hero-copy h1 {
    font-size: 42px;
    line-height: 1.08;
  }
  .about-hero-copy span,
  .about-intro-text,
  .about-feature-copy span,
  .about-innovation-inner span {
    font-size: 16px;
    line-height: 1.8;
  }
  .about-stats {
    grid-template-columns: 1fr;
  }
  .about-stats article {
    min-height: 118px;
    padding: 22px;
  }
  .about-section-title h2,
  .about-feature-copy h2,
  .about-innovation-inner h2,
  .about-contact-copy h2 {
    font-size: 16px;
  }
  .about-belief-grid,
  .about-culture-grid {
    grid-template-columns: 1fr;
  }
  .about-belief-grid article,
  .about-culture-grid article {
    min-height: 0;
  }
  .about-contact-copy dl div {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .about-social-card {
    padding: 22px;
  }
}

@media (max-width: 980px) {
  .about-ref-hero {
    min-height: 620px;
  }
  .about-ref-hero-inner,
  .about-topic-grid,
  .about-wide-card {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .about-wide-card {
    height: auto;
  }
  .about-ref-hero-inner {
    padding: 78px 0 104px;
  }
  .about-ref-visual img {
    height: 300px;
  }
  .about-tabs {
    top: 70px;
    grid-template-columns: 1fr;
    margin-top: -36px;
  }
  .about-tabs a {
    min-height: 52px;
  }
  .about-topic {
    scroll-margin-top: 230px;
  }
  .about-topic-grid {
    padding: 70px 0;
  }
  .about-mini-stats,
  .about-belief-grid-refined,
  .about-culture-grid-refined {
    grid-template-columns: 1fr;
  }
  .about-belief-title {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  .about-belief-title h3 {
    font-size: 19px;
  }
  .about-photo-frame,
  .about-photo-frame:first-child {
    height: clamp(280px, 62vw, 360px);
  }
  .about-wide-media {
    min-height: 0;
    height: clamp(300px, 68vw, 430px);
  }
  .about-wide-media img {
    height: 100%;
    min-height: 0;
  }
  .about-wide-card > div {
    height: auto;
    overflow: visible;
  }
  .about-culture-panel {
    padding: 72px 0;
  }
}

@media (max-width: 560px) {
  .about-ref-copy h1 {
    font-size: 19px;
  }
  .about-ref-copy span,
  .about-rich-text,
  .about-wide-card span {
    font-size: 14px;
  }
  .about-topic-copy h2,
  .about-topic-head h2 {
    font-size: 20px;
  }
  .about-mini-stats {
    gap: 8px;
  }
  .about-mini-stats article {
    min-height: 0;
  }
  .about-wide-card > div {
    padding: 28px 22px;
  }
}
