:root {
  --ink: #07152f;
  --ink-2: #10284d;
  --blue: #0753d7;
  --blue-bright: #1b6cff;
  --orange: #f36b35;
  --paper: #f2f0e9;
  --paper-2: #e8e5dc;
  --white: #fff;
  --muted: #667085;
  --line: rgba(7, 21, 47, .14);
  --font-display: "Syne", "Trebuchet MS", sans-serif;
  --font-body: "DM Sans", "Helvetica Neue", sans-serif;
  --shell: min(1220px, calc(100vw - 72px));
  --radius: 26px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--paper);
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 24%, rgba(7, 83, 215, .06), transparent 24%),
    var(--paper);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

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

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

button {
  color: inherit;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--white);
  background: var(--blue);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.scroll-progress {
  position: fixed;
  z-index: 80;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: rgba(255, 255, 255, .08);
  pointer-events: none;
}

.scroll-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--orange);
}

.site-header {
  position: absolute;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  display: grid;
  width: var(--shell);
  height: 104px;
  margin: auto;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 40px;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

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

.brand-mark {
  display: grid;
  width: 62px;
  height: 54px;
  place-items: center;
  overflow: hidden;
  background: transparent;
}

.brand-mark img {
  width: 56px;
  height: auto;
}

.brand-name {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .16em;
}

.brand-name small {
  display: block;
  margin-top: 2px;
  color: rgba(255, 255, 255, .52);
  font-family: var(--font-body);
  font-size: 8px;
  font-weight: 500;
  letter-spacing: .2em;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 34px;
}

.main-nav a {
  position: relative;
  color: rgba(255, 255, 255, .68);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .35s ease;
}

.main-nav a:hover {
  color: var(--white);
}

.main-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

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

.language-switcher {
  display: flex;
  height: 38px;
  align-items: center;
  gap: 2px;
  padding: 3px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 999px;
  backdrop-filter: blur(12px);
}

.language-switcher a,
.language-switcher span {
  display: grid;
  min-width: 31px;
  height: 30px;
  padding: 0 7px;
  place-items: center;
  color: rgba(255, 255, 255, .58);
  border-radius: 999px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .04em;
  transition: color .25s ease, background .25s ease;
}

.language-switcher a:hover {
  color: var(--white);
  background: rgba(255, 255, 255, .1);
}

.language-switcher span[aria-current="page"] {
  min-width: 50px;
  color: var(--ink);
  background: var(--white);
}

.mobile-language-switcher {
  display: none;
}

.nav-cta {
  display: flex;
  min-width: 170px;
  height: 48px;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  color: var(--ink);
  background: var(--white);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.nav-cta i {
  color: var(--blue);
  font-size: 18px;
  font-style: normal;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  background: none;
  border: 0;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 1px;
  margin: 7px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 900px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .026) 1px, transparent 1px) 0 0 / 88px 88px,
    linear-gradient(rgba(255, 255, 255, .026) 1px, transparent 1px) 0 0 / 88px 88px,
    radial-gradient(circle at 77% 43%, rgba(27, 108, 255, .36), transparent 27%),
    linear-gradient(132deg, #050f22 0%, #071a38 56%, #0a2c61 100%);
  overflow: hidden;
}

.hero::before {
  position: absolute;
  top: -20%;
  right: -8%;
  width: 64vw;
  height: 64vw;
  content: "";
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
}

.hero-grid {
  position: relative;
  display: grid;
  width: var(--shell);
  min-height: 900px;
  margin: auto;
  grid-template-columns: 1.04fr .96fr;
  align-items: center;
  gap: 70px;
  padding: 160px 0 110px;
}

.hero-copy {
  position: relative;
  z-index: 3;
  min-width: 0;
}

.hero-kicker,
.eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--blue-bright);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.hero-kicker {
  color: rgba(255, 255, 255, .64);
}

.signal {
  position: relative;
  width: 8px;
  height: 8px;
  background: #44d68f;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(68, 214, 143, .13);
}

.hero-title {
  margin: 34px 0 30px;
  font-family: var(--font-display);
  font-size: clamp(62px, 7.2vw, 112px);
  font-weight: 600;
  letter-spacing: -.07em;
  line-height: .84;
}

.hero-title > span {
  display: block;
}

.hero-title .accent-line {
  color: transparent;
  -webkit-text-stroke: 1.4px rgba(255, 255, 255, .82);
}

.hero-intro {
  max-width: 570px;
  margin: 0;
  color: rgba(255, 255, 255, .62);
  font-size: 17px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-top: 40px;
}

.button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  transition: transform .3s ease, box-shadow .3s ease;
}

.button:hover {
  transform: translateY(-3px);
}

.button-bright {
  color: var(--white);
  background: var(--blue-bright);
  box-shadow: 0 16px 48px rgba(27, 108, 255, .28);
}

.text-action {
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  font-weight: 600;
}

.text-action span {
  color: rgba(255, 255, 255, .35);
  font-variant-numeric: tabular-nums;
}

.hero-object {
  position: relative;
  z-index: 2;
  display: grid;
  min-width: 0;
  min-height: 610px;
  place-items: center;
  perspective: 1000px;
  transition: transform .35s ease-out;
}

.product-plinth {
  position: relative;
  z-index: 3;
  width: min(530px, 42vw);
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 48% 48% 23% 23% / 19% 19% 12% 12%;
  box-shadow: 0 60px 110px rgba(0, 0, 0, .38);
  transform: rotate(4deg);
}

.product-plinth::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 32%;
  content: "";
  background: linear-gradient(transparent, rgba(7, 21, 47, .12));
}

.product-plinth img {
  width: 100%;
  aspect-ratio: 1 / 1.05;
  object-fit: contain;
}

.plinth-label {
  position: absolute;
  z-index: 2;
  top: 26px;
  left: 30px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 50%;
}

.orbit-one {
  width: 610px;
  height: 610px;
  animation: orbitPulse 7s ease-in-out infinite;
}

.orbit-two {
  width: 470px;
  height: 720px;
  border-color: rgba(27, 108, 255, .32);
  transform: rotate(36deg);
}

.spec-chip {
  position: absolute;
  z-index: 4;
  display: grid;
  min-width: 152px;
  gap: 3px;
  padding: 15px 17px;
  background: rgba(7, 21, 47, .76);
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .26);
  backdrop-filter: blur(16px);
}

.spec-chip span {
  color: rgba(255, 255, 255, .43);
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.spec-chip strong {
  font-size: 12px;
  font-weight: 600;
}

.spec-chip-top {
  top: 19%;
  right: -3%;
}

.spec-chip-bottom {
  bottom: 16%;
  left: -4%;
}

.hero-index {
  position: absolute;
  right: 0;
  bottom: 34px;
  left: 0;
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, .28);
  font-size: 9px;
  letter-spacing: .18em;
}

.hero-scroll {
  position: absolute;
  z-index: 4;
  bottom: 36px;
  left: 50%;
  display: grid;
  justify-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, .4);
  font-size: 8px;
  letter-spacing: .15em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.hero-scroll i {
  position: relative;
  width: 1px;
  height: 46px;
  overflow: hidden;
  background: rgba(255, 255, 255, .18);
}

.hero-scroll i::after {
  position: absolute;
  top: -100%;
  width: 100%;
  height: 60%;
  content: "";
  background: var(--white);
  animation: scrollLine 2s ease-in-out infinite;
}

.proof-strip {
  padding: 19px 0;
  overflow: hidden;
  color: var(--white);
  background: var(--blue);
}

.buyer-proof {
  color: var(--ink);
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.buyer-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.buyer-proof-grid > div {
  display: grid;
  min-height: 126px;
  align-content: center;
  gap: 7px;
  padding: 28px;
  border-right: 1px solid var(--line);
}

.buyer-proof-grid > div:first-child {
  border-left: 1px solid var(--line);
}

.buyer-proof-grid strong {
  font-family: var(--font-display);
  font-size: 17px;
}

.buyer-proof-grid span {
  max-width: 230px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.proof-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 26px;
  padding-left: 26px;
  animation: marquee 28s linear infinite;
}

.proof-track span {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
}

.proof-track i {
  width: 5px;
  height: 5px;
  background: var(--orange);
  border-radius: 50%;
}

.section-shell {
  width: var(--shell);
  margin: auto;
}

.series,
.products,
.process {
  position: relative;
  padding: 150px 0;
}

.section-number {
  position: absolute;
  top: 100px;
  right: 0;
  color: rgba(7, 21, 47, .055);
  font-family: var(--font-display);
  font-size: clamp(130px, 16vw, 240px);
  font-weight: 600;
  letter-spacing: -.08em;
  line-height: 1;
  pointer-events: none;
}

.section-number.light {
  color: rgba(255, 255, 255, .055);
}

.section-head {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: end;
  gap: 100px;
}

.section-head h2,
.manufacturing-title h2,
.contact h2 {
  max-width: 760px;
  margin: 20px 0 0;
  font-family: var(--font-display);
  font-size: clamp(46px, 5.2vw, 76px);
  font-weight: 600;
  letter-spacing: -.055em;
  line-height: .98;
}

.section-head > p {
  max-width: 480px;
  margin: 0 0 6px;
  color: var(--muted);
  line-height: 1.8;
}

.series-experience {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 22px;
  margin-top: 74px;
}

.series-controls {
  display: grid;
  align-content: start;
  gap: 12px;
}

.series-tab {
  display: grid;
  padding: 24px;
  text-align: left;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 18px;
  cursor: pointer;
  transition: color .35s ease, background .35s ease, transform .35s ease;
}

.series-tab:hover {
  transform: translateX(4px);
}

.series-tab span {
  color: var(--orange);
  font-size: 10px;
  letter-spacing: .14em;
}

.series-tab strong {
  margin-top: 28px;
  font-family: var(--font-display);
  font-size: 23px;
}

.series-tab small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
}

.series-tab.is-active {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}

.series-tab.is-active small {
  color: rgba(255, 255, 255, .52);
}

.series-stage {
  display: grid;
  min-width: 0;
  overflow: hidden;
  color: var(--white);
  background: var(--blue);
  border-radius: var(--radius);
  grid-template-columns: 1.25fr .75fr;
  transition: background .5s ease;
}

.series-stage.is-mdi {
  background: #3f4650;
}

.series-image-wrap {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  background: var(--white);
}

.series-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .28s ease, transform .7s cubic-bezier(.2, .8, .2, 1);
}

.series-stage.is-changing .series-image-wrap img {
  opacity: 0;
  transform: scale(1.04);
}

.series-stamp {
  position: absolute;
  bottom: 22px;
  left: 24px;
  padding: 9px 12px;
  color: var(--white);
  background: rgba(7, 21, 47, .82);
  border-radius: 6px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .16em;
  backdrop-filter: blur(10px);
}

.series-details {
  display: grid;
  align-content: space-between;
  padding: 44px 38px;
}

.detail-label,
.detail-unit {
  display: block;
  color: rgba(255, 255, 255, .56);
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.life-number {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin: 12px 0 4px;
  font-family: var(--font-display);
  line-height: .9;
}

.life-number b {
  font-size: 112px;
  font-weight: 500;
  letter-spacing: -.08em;
}

.life-number small {
  padding-bottom: 13px;
  font-size: 15px;
  font-weight: 500;
}

.detail-copy h3 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: 28px;
  line-height: 1.05;
}

.detail-copy p {
  margin: 0;
  color: rgba(255, 255, 255, .64);
  font-size: 13px;
  line-height: 1.7;
}

.series-note {
  margin: 18px 0 0 302px;
  color: var(--muted);
  font-size: 10px;
}

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

.round-link {
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  color: var(--white);
  background: var(--ink);
  border-radius: 50%;
  font-size: 28px;
  transition: transform .35s ease, background .35s ease;
}

.round-link:hover {
  background: var(--blue);
  transform: rotate(-18deg);
}

.product-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 76px;
}

.product-panel {
  position: relative;
  display: grid;
  min-height: 500px;
  overflow: hidden;
  background: #e4e2db;
  border-radius: var(--radius);
  grid-template-columns: .76fr 1.24fr;
}

.product-panel-main {
  min-height: 620px;
  grid-column: 1 / -1;
  grid-template-columns: .72fr 1.28fr;
}

.product-panel-small {
  min-height: 480px;
  grid-template-columns: 1fr;
}

.product-panel-copy {
  position: relative;
  z-index: 3;
  display: grid;
  align-content: end;
  padding: 46px;
}

.panel-index {
  align-self: start;
  color: var(--blue);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
}

.product-panel-copy h3 {
  margin: auto 0 18px;
  font-family: var(--font-display);
  font-size: clamp(37px, 4.4vw, 64px);
  letter-spacing: -.05em;
  line-height: .95;
}

.product-panel-small .product-panel-copy h3 {
  font-size: 42px;
}

.product-panel-copy p {
  max-width: 380px;
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 13px;
}

.product-panel-copy a {
  font-size: 12px;
  font-weight: 700;
}

.product-panel-copy a span {
  margin-left: 10px;
  color: var(--blue);
}

.product-panel-media {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 0;
  place-items: center;
  padding: 34px;
  background: var(--white);
  cursor: pointer;
}

.product-panel-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .7s cubic-bezier(.2, .8, .2, 1);
}

.product-panel:hover .product-panel-media img {
  transform: scale(1.045) rotate(-1deg);
}

.product-panel-media.warm {
  min-height: 250px;
  background: #f8f6ef;
  isolation: isolate;
}

.product-panel-media.warm img {
  mix-blend-mode: darken;
}

.product-panel-main .product-panel-media {
  background: #f8f6ef;
  isolation: isolate;
  overflow: hidden;
}

.product-panel-main .product-panel-media img {
  mix-blend-mode: darken;
  transform: translateY(-22px) scale(.98);
}

.product-panel-main:hover .product-panel-media img {
  transform: translateY(-22px) scale(1.025) rotate(-1deg);
}

.product-panel-small .product-panel-copy {
  min-height: 270px;
  padding: 34px;
}

.panel-word {
  position: absolute;
  z-index: 1;
  top: 12px;
  left: 26px;
  color: rgba(7, 21, 47, .035);
  font-family: var(--font-display);
  font-size: 240px;
  font-weight: 700;
  line-height: 1;
}

.manufacturing {
  position: relative;
  padding: 150px 0;
  color: var(--white);
  background:
    radial-gradient(circle at 82% 18%, rgba(27, 108, 255, .22), transparent 26%),
    var(--ink);
  overflow: hidden;
}

.manufacturing-top {
  position: relative;
}

.manufacturing-title {
  position: relative;
  z-index: 2;
}

.eyebrow.light {
  color: #6da0ff;
}

.factory-canvas {
  display: grid;
  margin-top: 76px;
  grid-template-columns: .9fr 1.1fr;
  gap: 18px;
}

.factory-shot {
  position: relative;
  min-height: 390px;
  margin: 0;
  overflow: hidden;
  background: #0d2345;
  border-radius: 20px;
}

.factory-shot-tall {
  min-height: 660px;
  grid-row: span 2;
}

.factory-shot-wide {
  min-height: 380px;
  grid-column: 1 / -1;
}

.factory-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.72) contrast(1.06);
  transition: transform 1s cubic-bezier(.2, .8, .2, 1), filter .5s ease;
}

.factory-shot:hover img {
  filter: saturate(1) contrast(1);
  transform: scale(1.035);
}

.factory-shot figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 60px 24px 22px;
  background: linear-gradient(transparent, rgba(5, 15, 34, .92));
}

.factory-shot figcaption span {
  color: var(--orange);
  font-size: 9px;
  letter-spacing: .14em;
}

.factory-shot figcaption strong {
  font-size: 13px;
}

.factory-statement {
  display: grid;
  min-height: 250px;
  align-content: space-between;
  padding: 38px;
  background: #0c3474;
  border-radius: 20px;
}

.factory-statement > p {
  max-width: 580px;
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-family: var(--font-display);
  font-size: 28px;
  line-height: 1.25;
}

.metric-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.metric-row > div {
  display: grid;
  gap: 2px;
}

.metric-row strong {
  font-family: var(--font-display);
  font-size: 50px;
  line-height: 1;
}

.metric-row span {
  color: rgba(255, 255, 255, .5);
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.trust-evidence {
  display: grid;
  margin-top: 120px;
  margin-bottom: 20px;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
  border-radius: 28px;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
}

.trust-evidence-media {
  position: relative;
  display: grid;
  min-height: 560px;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(27, 108, 255, .18), transparent 46%),
    #0b1e3f;
}

.trust-evidence-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, transparent 74%, rgba(7, 21, 47, .7));
  pointer-events: none;
}

.trust-evidence-media img {
  width: min(72%, 330px);
  border: 1px solid rgba(255, 255, 255, .26);
  box-shadow: 0 32px 70px rgba(0, 0, 0, .36);
  transform: rotate(-2.5deg);
}

.trust-evidence-media > span {
  position: absolute;
  z-index: 2;
  bottom: 28px;
  left: 30px;
  color: rgba(255, 255, 255, .58);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .16em;
}

.trust-evidence-copy {
  display: grid;
  align-content: center;
  padding: 72px clamp(42px, 6vw, 92px);
}

.trust-evidence-copy .eyebrow {
  color: #8db6ff;
}

.trust-evidence-copy h2 {
  max-width: 760px;
  margin: 20px 0 24px;
  font-family: var(--font-display);
  font-size: clamp(38px, 4.5vw, 66px);
  letter-spacing: -.05em;
  line-height: 1.02;
}

.trust-evidence-copy > p {
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: 15px;
}

.trust-evidence-copy > p strong {
  color: var(--white);
  font-weight: 600;
}

.trust-evidence-facts {
  display: grid;
  margin: 38px 0 34px;
  grid-template-columns: repeat(3, 1fr);
}

.trust-evidence-facts > div {
  padding: 0 22px;
  border-left: 1px solid rgba(255, 255, 255, .16);
}

.trust-evidence-facts > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.trust-evidence-facts dt {
  margin-bottom: 7px;
  color: rgba(255, 255, 255, .46);
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.trust-evidence-facts dd {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
}

.trust-evidence-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--orange);
  font-size: 12px;
  font-weight: 700;
}

.trust-evidence-link span {
  color: var(--orange);
  font-size: 18px;
}

html[dir="rtl"] .trust-evidence-media::after {
  background: linear-gradient(270deg, transparent 74%, rgba(7, 21, 47, .7));
}

html[dir="rtl"] .trust-evidence-media > span {
  right: 30px;
  left: auto;
}

html[dir="rtl"] .trust-evidence-facts > div {
  padding-right: 22px;
  padding-left: 22px;
  border-right: 1px solid rgba(255, 255, 255, .16);
  border-left: 0;
}

html[dir="rtl"] .trust-evidence-facts > div:first-child {
  padding-right: 0;
  border-right: 0;
}

.process-line {
  position: relative;
  display: grid;
  margin-top: 80px;
  grid-template-columns: repeat(4, 1fr);
}

.process-line::before {
  position: absolute;
  top: 15px;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  background: var(--line);
}

.process-step {
  position: relative;
  padding: 54px 42px 0 0;
}

.process-step::before {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 0;
  width: 11px;
  height: 11px;
  content: "";
  background: var(--paper);
  border: 3px solid var(--blue);
  border-radius: 50%;
}

.process-step span {
  color: var(--orange);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
}

.process-step h3 {
  margin: 18px 0 8px;
  font-family: var(--font-display);
  font-size: 28px;
}

.process-step p {
  max-width: 200px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.application-photo {
  position: relative;
  width: calc(100vw - 36px);
  min-height: 72vh;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 30px;
}

.application-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(5, 15, 34, .8), transparent 62%);
}

.application-photo img {
  width: 100%;
  height: 72vh;
  min-height: 620px;
  object-fit: cover;
}

.application-caption {
  position: absolute;
  z-index: 2;
  bottom: 64px;
  left: max(48px, calc((100vw - 1220px) / 2));
  color: var(--white);
}

.application-caption span {
  color: #8db6ff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
}

.application-caption strong {
  display: block;
  margin-top: 20px;
  font-family: var(--font-display);
  font-size: clamp(46px, 6vw, 84px);
  letter-spacing: -.06em;
  line-height: .94;
}

.contact {
  position: relative;
  width: min(1180px, calc(100vw - 48px));
  margin: 120px auto 36px;
  padding: 120px 90px;
  color: var(--white);
  background:
    radial-gradient(circle at 82% 40%, rgba(27, 108, 255, .4), transparent 25%),
    var(--ink);
  border-radius: 34px;
  overflow: hidden;
}

.contact h2 {
  position: relative;
  z-index: 2;
  max-width: 850px;
  font-size: clamp(54px, 7vw, 94px);
}

.contact > p {
  position: relative;
  z-index: 2;
  max-width: 570px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, .58);
}

.contact-actions {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 42px;
}

.contact-email {
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, .25);
}

.contact-orbit {
  position: absolute;
  top: -30%;
  right: -8%;
  width: 600px;
  height: 600px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
}

.contact-orbit::before,
.contact-orbit::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
}

.contact-orbit::before {
  inset: 70px;
}

.contact-orbit::after {
  inset: 150px;
}

.footer {
  display: grid;
  width: var(--shell);
  min-height: 150px;
  margin: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 20px;
  color: var(--muted);
  font-size: 10px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: .1em;
}

.footer-brand img {
  width: 56px;
  height: auto;
}

.footer p {
  text-align: center;
}

.footer > div:last-child {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  letter-spacing: .12em;
}

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 90;
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  gap: 10px;
  padding: 0 18px 0 14px;
  color: var(--white);
  background: #20b95a;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 999px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, .22);
  font-size: 13px;
  font-weight: 800;
  transition: transform .2s ease, background .2s ease;
}

.whatsapp-float:hover {
  background: #169c49;
  transform: translateY(-2px);
}

.whatsapp-float svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.whatsapp-float svg path:last-child {
  fill: currentColor;
  stroke: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .8s ease, transform .9s cubic-bezier(.2, .7, .2, 1);
}

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

html[lang="ru"] {
  --font-display: "Noto Sans", sans-serif;
  --font-body: "Noto Sans", sans-serif;
}

html[lang="ar"] {
  --font-display: "Noto Sans Arabic", sans-serif;
  --font-body: "Noto Sans Arabic", sans-serif;
}

html[lang="ru"] .hero-title,
html[lang="ru"] h2,
html[lang="ru"] h3,
html[lang="ar"] .hero-title,
html[lang="ar"] h2,
html[lang="ar"] h3 {
  letter-spacing: -.035em;
}

html[lang="ru"] .hero-title {
  font-size: clamp(58px, 5.6vw, 78px);
  line-height: .98;
}

html[dir="rtl"] body {
  direction: rtl;
}

html[dir="rtl"] .brand-name small,
html[dir="rtl"] .hero-kicker,
html[dir="rtl"] .eyebrow,
html[dir="rtl"] .panel-index,
html[dir="rtl"] .application-caption span {
  letter-spacing: 0;
}

html[dir="rtl"] .hero-title,
html[dir="rtl"] h2,
html[dir="rtl"] h3 {
  letter-spacing: -.02em;
  line-height: 1.08;
}

html[dir="rtl"] .application-photo::after {
  background: linear-gradient(270deg, rgba(5, 15, 34, .8), transparent 62%);
}

html[dir="rtl"] .application-caption {
  right: max(48px, calc((100vw - 1220px) / 2));
  left: auto;
}

html[dir="rtl"] .footer > div:last-child {
  justify-content: flex-start;
}

html[dir="rtl"] .whatsapp-float {
  right: auto;
  left: 24px;
  direction: ltr;
}

.reveal-delay-1 {
  transition-delay: .08s;
}

.reveal-delay-2 {
  transition-delay: .16s;
}

.reveal-delay-3 {
  transition-delay: .24s;
}

@keyframes orbitPulse {
  0%, 100% { transform: scale(1); opacity: .75; }
  50% { transform: scale(1.045); opacity: .35; }
}

@keyframes scrollLine {
  0% { top: -70%; }
  70%, 100% { top: 110%; }
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-38%); }
}

@media (min-width: 1041px) and (max-width: 1360px) {
  :root {
    --shell: min(1120px, calc(100vw - 64px));
  }

  .site-header {
    height: 88px;
    gap: 26px;
  }

  .brand-mark {
    width: 58px;
    height: 50px;
  }

  .brand-mark img {
    width: 52px;
  }

  .main-nav {
    gap: 25px;
  }

  .main-nav a {
    font-size: 11px;
  }

  .nav-cta {
    min-width: 152px;
    height: 44px;
  }

  .hero,
  .hero-grid {
    min-height: 790px;
  }

  .hero-grid {
    grid-template-columns: 1.08fr .92fr;
    gap: 42px;
    padding: 128px 0 72px;
  }

  .hero-title {
    margin: 28px 0 24px;
    font-size: clamp(64px, 6.35vw, 84px);
    line-height: .88;
  }

  .hero-intro {
    max-width: 520px;
    font-size: 15px;
  }

  .hero-actions {
    margin-top: 30px;
  }

  .hero-object {
    min-height: 520px;
  }

  .product-plinth {
    width: min(445px, 38vw);
  }

  .orbit-one {
    width: 520px;
    height: 520px;
  }

  .orbit-two {
    width: 400px;
    height: 600px;
  }

  .spec-chip {
    min-width: 132px;
    padding: 12px 14px;
  }

  .spec-chip-top {
    top: 17%;
    right: -1%;
  }

  .spec-chip-bottom {
    bottom: 14%;
    left: -2%;
  }
}

@media (max-width: 1040px) {
  :root {
    --shell: min(100% - 40px, 900px);
  }

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

  .main-nav {
    gap: 13px;
  }

  .main-nav a {
    font-size: 10px;
  }

  .brand-name small {
    display: none;
  }

  .header-actions {
    gap: 7px;
  }

  .language-switcher a,
  .language-switcher span {
    min-width: 27px;
    padding: 0 5px;
  }

  .language-switcher span[aria-current="page"] {
    min-width: 46px;
    font-size: 7px;
  }

  .nav-cta {
    min-width: 142px;
    padding: 0 14px;
  }

  .hero {
    min-height: 1050px;
  }

  .hero-grid {
    min-height: 1050px;
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 160px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-title {
    font-size: clamp(66px, 10vw, 96px);
  }

  .hero-object {
    min-height: 500px;
  }

  .product-plinth {
    width: min(480px, 62vw);
  }

  .series-experience {
    grid-template-columns: 1fr;
  }

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

  .buyer-proof-grid > div:nth-child(3) {
    border-left: 1px solid var(--line);
  }

  .buyer-proof-grid > div {
    border-bottom: 1px solid var(--line);
  }

  .series-controls {
    grid-template-columns: 1fr 1fr;
  }

  .series-tab strong {
    margin-top: 14px;
  }

  .series-note {
    margin-left: 0;
  }

  .factory-canvas {
    grid-template-columns: 1fr 1fr;
  }

  .factory-shot-tall {
    min-height: 580px;
  }

  .trust-evidence {
    grid-template-columns: minmax(240px, .65fr) minmax(0, 1.35fr);
  }

  .trust-evidence-copy {
    padding: 58px 42px;
  }

  .trust-evidence-facts {
    gap: 16px;
    grid-template-columns: 1fr;
  }

  .trust-evidence-facts > div,
  html[dir="rtl"] .trust-evidence-facts > div {
    padding: 0 0 12px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    border-left: 0;
  }

  .contact {
    padding: 90px 60px;
  }
}

@media (max-width: 760px) {
  :root {
    --shell: calc(100vw - 28px);
    --radius: 20px;
  }

  .site-header {
    width: calc(100vw - 28px);
    height: 82px;
    grid-template-columns: 1fr auto;
  }

  .brand-mark {
    width: 54px;
    height: 46px;
  }

  .brand-mark img {
    width: 49px;
    height: auto;
  }

  .brand-name {
    font-size: 11px;
  }

  .nav-cta {
    display: none;
  }

  .header-actions {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav {
    position: fixed;
    z-index: 60;
    top: 82px;
    right: 0;
    left: 0;
    display: grid;
    padding: 40px 24px 50px;
    gap: 0;
    background: rgba(5, 15, 34, .97);
    border-top: 1px solid rgba(255, 255, 255, .1);
    transform: translateY(-130%);
    transition: transform .4s cubic-bezier(.2, .8, .2, 1);
  }

  .main-nav.is-open {
    transform: translateY(0);
  }

  .main-nav a {
    padding: 18px 0;
    font-family: var(--font-display);
    font-size: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .mobile-language-switcher {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 28px;
  }

  .main-nav .mobile-language-switcher a,
  .mobile-language-switcher span {
    display: grid;
    min-width: 66px;
    height: 40px;
    padding: 0 10px;
    place-items: center;
    color: rgba(255, 255, 255, .64);
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 999px;
    font-family: var(--font-body);
    font-size: 10px;
  }

  .mobile-language-switcher span[aria-current="page"] {
    color: var(--ink);
    background: var(--white);
  }

  .main-nav .mobile-language-switcher a::after {
    display: none;
  }

  .hero {
    min-height: 980px;
  }

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

  .buyer-proof-grid > div {
    min-height: 98px;
    padding: 22px 20px;
    border-left: 1px solid var(--line);
  }

  .trust-evidence {
    margin-top: 72px;
    border-radius: 20px;
    grid-template-columns: 1fr;
  }

  .trust-evidence-media {
    min-height: 410px;
  }

  .trust-evidence-media::after,
  html[dir="rtl"] .trust-evidence-media::after {
    background: linear-gradient(180deg, transparent 70%, rgba(7, 21, 47, .72));
  }

  .trust-evidence-media img {
    width: min(58%, 270px);
  }

  .trust-evidence-copy {
    padding: 42px 26px 48px;
  }

  .trust-evidence-copy h2 {
    font-size: 37px;
  }

  .trust-evidence-facts {
    margin: 30px 0;
  }

  .hero-grid {
    min-height: 980px;
    gap: 12px;
    padding: 130px 0 88px;
  }

  .hero-kicker {
    font-size: 8px;
  }

  .hero-title {
    margin-top: 26px;
    font-size: clamp(51px, 16.5vw, 72px);
  }

  html[lang="ru"] .hero-title {
    font-size: 42px;
    line-height: .98;
  }

  .hero-intro {
    font-size: 15px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }

  .hero-object {
    min-height: 370px;
    margin-top: 18px;
  }

  .product-plinth {
    width: min(330px, 85vw);
  }

  .orbit-one {
    width: 370px;
    height: 370px;
  }

  .orbit-two {
    width: 300px;
    height: 430px;
  }

  .spec-chip {
    min-width: 124px;
    padding: 11px 12px;
  }

  .spec-chip-top {
    top: 12%;
    right: -2%;
  }

  .spec-chip-bottom {
    bottom: 8%;
    left: 0;
  }

  .hero-index,
  .hero-scroll {
    display: none;
  }

  .series,
  .products,
  .process {
    padding: 100px 0;
  }

  .section-number {
    top: 70px;
    font-size: 130px;
  }

  .section-head {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .section-head h2,
  .manufacturing-title h2 {
    font-size: 45px;
  }

  .section-head > p {
    font-size: 14px;
  }

  .series-experience {
    margin-top: 48px;
  }

  .series-controls {
    grid-template-columns: 1fr;
  }

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

  .series-image-wrap {
    min-height: 390px;
  }

  .series-details {
    min-height: 380px;
    padding: 34px 26px;
  }

  .life-number b {
    font-size: 98px;
  }

  .product-stack {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .product-panel,
  .product-panel-main,
  .product-panel-small {
    min-height: 0;
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .product-panel-copy,
  .product-panel-small .product-panel-copy {
    min-height: 330px;
    padding: 30px;
  }

  .product-panel-copy h3,
  .product-panel-small .product-panel-copy h3 {
    font-size: 42px;
  }

  .product-panel-media {
    min-height: 350px;
    grid-row: 1;
  }

  .manufacturing {
    padding: 100px 0;
  }

  .factory-canvas {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .factory-shot,
  .factory-shot-tall,
  .factory-shot-wide {
    min-height: 430px;
    grid-column: auto;
    grid-row: auto;
  }

  .factory-statement {
    min-height: 340px;
    padding: 28px;
  }

  .factory-statement > p {
    font-size: 24px;
  }

  .process-line {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .process-line::before {
    top: 0;
    bottom: 0;
    left: 5px;
    width: 1px;
    height: auto;
  }

  .process-step {
    padding: 0 0 48px 38px;
  }

  .process-step::before {
    top: 2px;
  }

  .application-photo {
    width: calc(100vw - 18px);
    min-height: 650px;
  }

  .application-photo img {
    height: 650px;
    object-position: 62% center;
  }

  .application-photo::after {
    background: linear-gradient(0deg, rgba(5, 15, 34, .82), transparent 70%);
  }

  .application-caption {
    right: 26px;
    bottom: 36px;
    left: 26px;
  }

  .application-caption strong {
    font-size: 46px;
  }

  .contact {
    width: calc(100vw - 18px);
    margin-top: 80px;
    padding: 74px 28px;
    border-radius: 24px;
  }

  .contact h2 {
    font-size: 49px;
  }

  .contact-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    width: 54px;
    min-height: 54px;
    justify-content: center;
    padding: 0;
  }

  .whatsapp-float span {
    display: none;
  }

  html[dir="rtl"] .whatsapp-float {
    right: auto;
    left: 14px;
  }

  .footer {
    min-height: 230px;
    grid-template-columns: 1fr;
    padding: 36px 0;
  }

  .footer p {
    text-align: left;
  }

  .footer > div:last-child {
    justify-content: flex-start;
  }
}

.language-switcher.is-enhanced .language-code,
.mobile-language-switcher.is-enhanced .language-code {
  display: grid;
  min-width: 29px;
  width: 29px;
  height: 24px;
  padding: 0;
  place-items: center;
}

.language-switcher.is-enhanced .language-current,
.language-switcher.is-enhanced .language-chevron,
.language-switcher.is-enhanced .language-menu-label,
.language-switcher.is-enhanced .language-option-name,
.language-switcher.is-enhanced .language-option-code,
.language-switcher.is-enhanced .language-check,
.mobile-language-switcher.is-enhanced .language-current,
.mobile-language-switcher.is-enhanced .language-chevron,
.mobile-language-switcher.is-enhanced .language-menu-label,
.mobile-language-switcher.is-enhanced .language-option-name,
.mobile-language-switcher.is-enhanced .language-option-code,
.mobile-language-switcher.is-enhanced .language-check {
  display: block;
  min-width: 0;
  width: auto;
  height: auto;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.language-switcher.is-enhanced .language-option[aria-current="page"],
.mobile-language-switcher.is-enhanced .language-option[aria-current="page"] {
  min-width: 0;
  height: 42px;
  color: var(--ink);
  background: #eef4ff;
}

/* Language flags */
.language-flag {
  display: grid;
  width: 25px;
  height: 24px;
  flex: 0 0 auto;
  place-items: center;
  font-size: 17px;
  line-height: 1;
}

.language-menu .language-option,
.main-nav .language-menu .language-option {
  grid-template-columns: 24px 1fr auto 18px;
}

.language-option-flag {
  display: block;
  min-width: 0;
  width: auto;
  height: auto;
  padding: 0;
  background: transparent;
  border-radius: 0;
  font-size: 17px;
  line-height: 1;
}

/* Keep language text readable inside the navigation's legacy span rules. */
.language-switcher.is-enhanced .language-current,
.mobile-language-switcher.is-enhanced .language-current {
  color: inherit;
  font-size: 10px;
  font-weight: 700;
}

.language-switcher.is-enhanced .language-menu-label,
.mobile-language-switcher.is-enhanced .language-menu-label {
  color: var(--muted);
  font-size: 9px;
}

.language-switcher.is-enhanced .language-option-name,
.mobile-language-switcher.is-enhanced .language-option-name {
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
}

.language-switcher.is-enhanced .language-option-code,
.mobile-language-switcher.is-enhanced .language-option-code {
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
}

.language-switcher.is-enhanced .language-check,
.mobile-language-switcher.is-enhanced .language-check {
  color: var(--blue);
  font-size: 13px;
}

.language-switcher.is-enhanced .language-option-flag,
.mobile-language-switcher.is-enhanced .language-option-flag {
  font-size: 17px;
}

.main-nav .language-menu a.language-option::after {
  display: none;
}

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

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Unified language menu */
.language-switcher.is-enhanced,
.mobile-language-switcher.is-enhanced {
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.language-switcher.is-enhanced {
  display: block;
}

.mobile-language-switcher.is-enhanced {
  display: none;
}

.language-trigger {
  display: inline-flex;
  width: 144px;
  height: 40px;
  align-items: center;
  gap: 9px;
  padding: 0 11px;
  color: var(--white);
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  cursor: pointer;
  backdrop-filter: blur(12px);
}

.language-code {
  display: grid;
  width: 29px;
  height: 24px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--ink);
  background: var(--white);
  border-radius: 999px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .06em;
}

.language-current {
  min-width: 0;
  flex: 1;
  overflow: hidden;
  font-size: 10px;
  font-weight: 700;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.language-chevron {
  color: rgba(255, 255, 255, .58);
  font-size: 14px;
  transition: transform .2s ease;
}

.language-switcher.is-open .language-chevron,
.mobile-language-switcher.is-open .language-chevron {
  transform: rotate(180deg);
}

.language-menu {
  position: absolute;
  z-index: 100;
  top: calc(100% + 9px);
  right: 0;
  display: grid;
  width: 218px;
  padding: 8px;
  visibility: hidden;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(7, 21, 47, .12);
  border-radius: 12px;
  box-shadow: 0 22px 55px rgba(0, 0, 0, .24);
  opacity: 0;
  transform: translateY(-5px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
}

.language-switcher.is-open .language-menu,
.mobile-language-switcher.is-open .language-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.language-menu-label {
  padding: 7px 10px 9px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.language-menu .language-option,
.main-nav .language-menu .language-option {
  display: grid;
  min-width: 0;
  height: 42px;
  padding: 0 10px;
  grid-template-columns: 1fr auto 18px;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-radius: 8px;
  font-family: var(--font-body);
  font-size: 12px;
  text-decoration: none;
}

.language-menu a.language-option:hover,
.language-menu a.language-option:focus-visible {
  color: var(--blue);
  background: #f2f6fc;
  outline: 0;
}

.language-option[aria-current="page"] {
  color: var(--ink);
  background: #eef4ff;
}

.language-option-name {
  font-weight: 700;
}

.language-option-code {
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
}

.language-check {
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

html[dir="rtl"] .language-current {
  text-align: right;
}

html[dir="rtl"] .language-menu {
  right: auto;
  left: 0;
  direction: rtl;
}

@media (max-width: 760px) {
  .mobile-language-switcher.is-enhanced {
    display: block;
    width: 100%;
    margin-top: 28px;
  }

  .main-nav .mobile-language-switcher .language-trigger {
    width: 100%;
    height: 46px;
  }

  .main-nav .mobile-language-switcher .language-menu {
    position: static;
    width: 100%;
    max-height: 0;
    margin-top: 0;
    padding: 0 8px;
    overflow: hidden;
    visibility: visible;
    border-width: 0;
    box-shadow: none;
    opacity: 1;
    transform: none;
    transition: max-height .25s ease, margin .25s ease, padding .25s ease, border-width .25s ease;
  }

  .main-nav .mobile-language-switcher.is-open .language-menu {
    max-height: 230px;
    margin-top: 8px;
    padding: 8px;
    border-width: 1px;
  }
}

/* Homepage length optimisation: preserve the editorial system while tightening
   repeated product, factory and proof sections for a faster path to inquiry. */
.hero,
.hero-grid {
  min-height: 780px;
}

.hero-grid {
  padding-top: 132px;
  padding-bottom: 76px;
}

.buyer-proof-grid > div {
  min-height: 104px;
  padding: 22px 24px;
}

.series,
.products,
.process {
  padding-top: 105px;
  padding-bottom: 105px;
}

.section-number {
  top: 68px;
}

.series-experience {
  margin-top: 50px;
}

.series-image-wrap {
  min-height: 460px;
}

.series-details {
  padding: 32px;
}

.life-number b {
  font-size: 88px;
}

.product-stack {
  margin-top: 52px;
}

.product-panel-main {
  height: 520px;
  min-height: 500px;
}

.product-panel-small {
  height: 420px;
  min-height: 0;
  grid-template-columns: .92fr 1.08fr;
}

.product-panel-copy {
  padding: 36px;
}

.product-panel-small .product-panel-copy {
  min-height: 0;
  padding: 28px;
}

.product-panel-small .product-panel-media.warm {
  min-height: 0;
}

.manufacturing {
  padding-top: 105px;
  padding-bottom: 105px;
}

.factory-canvas {
  margin-top: 50px;
  grid-template-rows: 210px 320px 300px;
}

.factory-shot {
  min-height: 0;
}

.factory-shot-tall {
  min-height: 0;
}

.factory-shot-wide {
  min-height: 0;
}

.factory-statement {
  min-height: 0;
  padding: 30px;
}

.factory-statement > p {
  font-size: 24px;
}

.trust-evidence {
  margin-top: 80px;
}

.trust-evidence-media {
  min-height: 420px;
}

.trust-evidence-copy {
  padding: 48px clamp(42px, 5vw, 68px);
}

.trust-evidence-copy h2 {
  margin-top: 16px;
  margin-bottom: 18px;
  font-size: clamp(36px, 4vw, 54px);
}

.trust-evidence-facts {
  margin-top: 26px;
  margin-bottom: 24px;
}

.process-line {
  margin-top: 52px;
}

.process-step {
  padding-top: 44px;
}

.application-photo,
.application-photo img {
  min-height: 460px;
  height: 460px;
}

.contact {
  margin-top: 80px;
  padding: 88px 72px;
}

@media (max-width: 760px) {
  .hero,
  .hero-grid {
    min-height: 920px;
  }

  .hero-grid {
    gap: 0;
    padding-top: 112px;
    padding-bottom: 58px;
  }

  .hero-title {
    margin-top: 22px;
    margin-bottom: 24px;
    font-size: clamp(47px, 15.2vw, 64px);
  }

  html[lang="ru"] .hero-title {
    font-size: 38px;
  }

  .hero-actions {
    gap: 16px;
    margin-top: 28px;
  }

  .hero-object {
    min-height: 310px;
    margin-top: 8px;
  }

  .product-plinth {
    width: min(292px, 80vw);
  }

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

  .buyer-proof-grid > div {
    min-height: 92px;
    padding: 16px 14px;
  }

  .buyer-proof-grid strong {
    font-size: 15px;
  }

  .buyer-proof-grid span {
    font-size: 10px;
  }

  .series,
  .products,
  .process {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-number {
    top: 42px;
    font-size: 104px;
  }

  .section-head {
    gap: 20px;
  }

  .section-head h2,
  .manufacturing-title h2 {
    font-size: 39px;
  }

  .series-experience {
    margin-top: 34px;
  }

  .series-controls {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .series-tab {
    padding: 15px;
    border-radius: 14px;
  }

  .series-tab strong {
    margin-top: 5px;
    font-size: 18px;
  }

  .series-tab small {
    display: none;
  }

  .series-image-wrap {
    min-height: 250px;
  }

  .series-details {
    min-height: 230px;
    padding: 24px;
    grid-template-columns: .7fr 1.3fr;
    align-items: end;
    gap: 18px;
  }

  .life-number b {
    font-size: 64px;
  }

  .life-number small {
    padding-bottom: 7px;
    font-size: 11px;
  }

  .detail-copy h3 {
    font-size: 23px;
  }

  .detail-copy p {
    font-size: 11px;
  }

  .series-note {
    font-size: 9px;
    line-height: 1.5;
  }

  .product-stack {
    gap: 14px;
    margin-top: 34px;
  }

  .product-panel-copy,
  .product-panel-small .product-panel-copy {
    min-height: 200px;
    padding: 24px;
  }

  .product-panel,
  .product-panel-main,
  .product-panel-small {
    height: auto;
    background: #f8f6ef;
    grid-template-columns: 1fr;
  }

  .product-panel-copy,
  .product-panel-small .product-panel-copy {
    background: linear-gradient(180deg, rgba(228, 226, 219, 0) 0%, rgba(228, 226, 219, .72) 42%, #e4e2db 100%);
  }

  .product-panel-copy h3,
  .product-panel-small .product-panel-copy h3 {
    margin-bottom: 12px;
    font-size: 34px;
  }

  .product-panel-copy p {
    margin-bottom: 14px;
    font-size: 12px;
  }

  .product-panel-media,
  .product-panel-media.warm {
    min-height: 0;
    height: 220px;
    padding: 22px;
  }

  .product-panel-media.warm {
    overflow: hidden;
  }

  .product-panel-main .product-panel-media img {
    position: absolute;
    inset: 0 22px;
    width: calc(100% - 44px);
    height: 100%;
    transform: translateY(-6px) scale(1.16);
  }

  .product-panel-main:hover .product-panel-media img {
    transform: translateY(-6px) scale(1.2) rotate(-1deg);
  }

  .product-panel-small .product-panel-media img {
    transform: scale(.9);
  }

  .product-panel-small:hover .product-panel-media img {
    transform: scale(.94) rotate(-1deg);
  }

  .manufacturing {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .factory-canvas {
    margin-top: 34px;
    grid-template-rows: none;
  }

  .factory-shot,
  .factory-shot-tall {
    min-height: 0;
    height: 300px;
  }

  .factory-shot-wide {
    display: none;
  }

  .factory-statement {
    min-height: 0;
    height: 240px;
    padding: 24px;
  }

  .factory-statement > p {
    font-size: 21px;
  }

  .metric-row strong {
    font-size: 40px;
  }

  .trust-evidence {
    margin-top: 56px;
  }

  .trust-evidence-media {
    min-height: 260px;
  }

  .trust-evidence-media img {
    width: min(46%, 180px);
  }

  .trust-evidence-copy {
    padding: 30px 24px 34px;
  }

  .trust-evidence-copy h2 {
    font-size: 32px;
  }

  .trust-evidence-copy > p {
    font-size: 13px;
  }

  .trust-evidence-facts {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .process-line {
    display: grid;
    margin-top: 34px;
    overflow: hidden;
    background: var(--line);
    border: 1px solid var(--line);
    border-radius: 16px;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
  }

  .process-line::before,
  .process-step::before {
    display: none;
  }

  .process-step {
    min-height: 150px;
    padding: 20px;
    background: var(--paper);
  }

  .process-step h3 {
    margin-top: 10px;
    font-size: 22px;
  }

  .process-step p {
    font-size: 11px;
  }

  .application-photo,
  .application-photo img {
    min-height: 360px;
    height: 360px;
  }

  .application-caption {
    bottom: 28px;
  }

  .application-caption strong {
    margin-top: 12px;
    font-size: 38px;
  }

  .contact {
    margin-top: 56px;
    padding: 52px 24px;
  }

  .contact h2 {
    font-size: 41px;
  }

  .contact-actions {
    gap: 18px;
  }
}
