﻿:root {
  color-scheme: dark;
  --bg: #050608;
  --panel: rgba(9, 11, 15, 0.86);
  --line: rgba(255, 255, 255, 0.16);
  --line-strong: rgba(255, 255, 255, 0.34);
  --text: #f5f6f8;
  --muted: #8f98a5;
  --signal: #ff365f;
  --cyan: #42e7ff;
  --yellow: #ffd15a;
}

* { box-sizing: border-box; }
html, body { width: 100%; height: 100%; }
body { margin: 0; overflow: hidden; color: var(--text); background: var(--bg); font-family: "DM Sans", Arial, sans-serif; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
svg { width: 18px; height: 18px; stroke-width: 1.7; }

.brand-intro {
  position: fixed;
  z-index: 100;
  inset: 0;
  overflow: hidden;
  background: #030508;
  opacity: 1;
  transition: opacity 420ms ease;
}
.brand-intro.is-complete { opacity: 0; pointer-events: none; }
.brand-intro[hidden] { display: none; }
.brand-intro video,
.brand-intro-poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.brand-intro video { z-index: 2; background: #030508; }
.brand-intro-poster { z-index: 1; object-fit: contain; transition: opacity 180ms ease; }
.brand-intro.is-playing .brand-intro-poster { opacity: 0; }
.brand-intro-skip,
.brand-intro-sound {
  position: absolute;
  z-index: 3;
  top: 26px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #c9d0d8;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(3,5,8,.66);
  cursor: pointer;
}
.brand-intro-skip { right: 28px; }
.brand-intro-sound { right: 80px; }
.brand-intro-skip:hover,
.brand-intro-sound:hover { color: #050608; border-color: var(--yellow); background: var(--yellow); }

.topbar {
  position: fixed;
  z-index: 30;
  inset: 0 0 auto;
  min-height: 128px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 22px 34px 54px;
  background: linear-gradient(to bottom, rgba(5, 6, 8, 0.98), rgba(5, 6, 8, 0.58), transparent);
  pointer-events: none;
}

.topbar-aurora {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  height: 146px;
  overflow: hidden;
  opacity: .72;
  mix-blend-mode: screen;
  mask-image: linear-gradient(to bottom, #000 0%, #000 58%, transparent 100%);
  pointer-events: none;
}

.topbar-aurora canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.topbar-aurora.is-fallback {
  background:
    radial-gradient(55% 120% at 18% 0%, rgba(124, 255, 103, .28), transparent 62%),
    radial-gradient(48% 110% at 72% 0%, rgba(66, 231, 255, .24), transparent 66%),
    radial-gradient(44% 100% at 52% 20%, rgba(82, 39, 255, .2), transparent 62%);
}

.company-brand,
.topbar-right {
  z-index: 1;
}

.company-name,
.top-actions,
.company-trust-row,
.certification-strip { pointer-events: auto; }
.language-control { pointer-events: auto; }

.company-brand {
  position: relative;
  min-width: 0;
  display: grid;
  gap: 8px;
}
.company-name { display: inline-flex; align-items: center; gap: 13px; white-space: nowrap; }
.company-mark { width: 58px; height: 58px; flex: 0 0 auto; object-fit: contain; border: 0; outline: 0; clip-path: none; }
.company-copy { display: inline-flex; align-items: baseline; gap: 9px; }
.company-name strong { font: 600 39px/1 "Space Grotesk", sans-serif; letter-spacing: 0; }
.company-name small { color: #9da8b7; font: 600 14px/1 "Space Grotesk", sans-serif; }
.company-trust-row {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #aeb8c5;
  font: 600 10px/1.2 "Space Grotesk", sans-serif;
  letter-spacing: .02em;
  white-space: nowrap;
}
.trust-verified { color: var(--cyan); font-weight: 800; text-shadow: 0 0 12px rgba(66, 231, 255, .35); }
.view-certificate {
  min-height: 24px;
  padding: 0 9px;
  color: var(--yellow);
  border: 1px solid rgba(255, 209, 90, .54);
  border-radius: 4px;
  background: rgba(255, 209, 90, .08);
  cursor: pointer;
  font: 700 9px/1 "Space Grotesk", sans-serif;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}
.view-certificate:hover { color: #050608; border-color: var(--yellow); background: var(--yellow); }

.topbar-right {
  position: relative;
  min-width: 0;
  display: grid;
  justify-items: end;
  gap: 8px;
}
.top-actions { display: flex; align-items: center; gap: 6px; }
.nav-command,
.language-toggle {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 15px;
  color: #aab2bd;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}
.nav-command svg,
.language-toggle svg { width: 21px; height: 21px; }
.nav-command:hover,
.language-toggle:hover { color: #fff; border-color: var(--line); background: rgba(255, 255, 255, 0.07); }
.kiki-command { color: #e5faff; }
.kiki-command b { width: 6px; height: 6px; border-radius: 50%; background: #42f0ba; box-shadow: 0 0 12px #42f0ba; }

.language-control { position: relative; z-index: 10020; }
.language-toggle span { min-width: 20px; color: #fff; }
.language-toggle svg:last-child { width: 16px; height: 16px; }
.language-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: 154px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(10, 12, 17, 0.96);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.46);
  backdrop-filter: blur(16px);
}
.language-menu button { width: 100%; min-height: 36px; padding: 0 10px; text-align: left; color: #aeb6c0; border: 0; border-radius: 4px; background: transparent; cursor: pointer; }
.language-menu button:hover { color: #fff; background: rgba(255, 255, 255, 0.08); }
.certification-strip {
  position: static;
  display: grid;
  grid-template-columns: repeat(4, minmax(82px, 1fr));
  gap: 6px;
  justify-self: start;
  margin-left: 132px;
}
.certification-card {
  width: 88px;
  min-height: 38px;
  display: grid;
  place-items: center;
  gap: 3px;
  padding: 5px 6px;
  color: #d9e0e8;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 4px;
  background: rgba(8, 12, 18, .72);
  box-shadow: inset 0 1px rgba(255,255,255,.08), 0 8px 22px rgba(0,0,0,.18);
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
}
.certification-card:hover { color: #fff; border-color: var(--cyan); background: rgba(18, 28, 38, .86); transform: translateY(-2px); }
.certification-logo { color: var(--cyan); font: 700 10px/1 "Space Grotesk", sans-serif; letter-spacing: .03em; }
.certification-action { color: #aab4c0; font: 600 8px/1 "Space Grotesk", sans-serif; text-transform: uppercase; }

.showroom { position: relative; width: 100%; height: 100%; overflow: hidden; isolation: isolate; }
#candy-world { position: absolute; z-index: 3; inset: 0; width: 100%; height: 100%; opacity: 0; pointer-events: none; touch-action: none; }
.product-film-stage {
  position: absolute;
  z-index: 4;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  opacity: 0;
  background: #050608;
  pointer-events: none;
}
.product-film-stage.is-active { opacity: 1; }
.product-film-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: none;
}
#product-film {
  position: relative;
  z-index: 1;
  width: min(100%, 1280px);
  height: min(100%, 720px);
  object-fit: contain;
  filter: saturate(1.06) contrast(1.05);
}
.showroom.is-showcase-open #product-film {
  filter: saturate(1.02) contrast(1.03) brightness(.96);
}
.showroom.is-showcase-open .product-film-stage::after {
  background: rgba(3, 6, 10, .18);
  backdrop-filter: none;
}
.showroom.is-showcase-open .carousel-controls,
.showroom.is-showcase-open .social-rail,
.showroom.is-showcase-open .product-sound-toggle,
.showroom.is-category-directory-open .carousel-controls {
  opacity: 0;
  pointer-events: none;
}
.showroom.is-category-launching .carousel-controls,
.showroom.is-category-launching .social-rail,
.showroom.is-category-launching .product-sound-toggle,
.showroom.is-category-launching .film-open-target {
  opacity: 0;
  pointer-events: none;
}
.film-open-target {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  pointer-events: auto;
}
.product-sound-toggle {
  position: absolute;
  z-index: 10;
  right: 30px;
  bottom: 26px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #bdc4cd;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(7, 9, 12, .72);
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, opacity 180ms ease;
}
.product-sound-toggle:hover:not(:disabled),
.product-sound-toggle[aria-pressed="true"] { color: #050608; border-color: var(--yellow); background: var(--yellow); }
.product-sound-toggle:disabled { cursor: default; opacity: .42; }
.product-sound-toggle svg { width: 20px; height: 20px; }
.floor-grid {
  position: absolute;
  z-index: 0;
  inset: 52% -20% -35%;
  transform: perspective(520px) rotateX(62deg);
  transform-origin: center bottom;
  background-image: linear-gradient(rgba(255,255,255,.095) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.095) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: .24;
  mask-image: linear-gradient(to bottom, transparent, #000 28%, #000 72%, transparent);
}
.scene-vignette { position: absolute; z-index: 5; inset: 0; pointer-events: none; box-shadow: inset 0 0 170px 42px rgba(0,0,0,.9), inset 0 -110px 160px rgba(0,0,0,.68); }

.category-readout {
  position: absolute;
  z-index: 8;
  left: 50%;
  bottom: 76px;
  min-width: 310px;
  transform: translate(-50%, 14px);
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms ease, transform 260ms ease;
}
.category-readout.is-visible { opacity: 1; transform: translate(-50%, 0); }
.category-readout span { display: block; margin-bottom: 8px; color: var(--yellow); font: 600 10px/1 "Space Grotesk", sans-serif; }
.category-readout h1 { margin: 0; font: 600 30px/1 "Space Grotesk", sans-serif; letter-spacing: 0; }
.category-readout i { display: block; width: 36px; height: 1px; margin: 15px auto 0; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }

.carousel-controls {
  position: absolute;
  z-index: 9;
  top: 54%;
  left: 50%;
  width: min(760px, calc(100% - 96px));
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}
.carousel-controls button,
.showcase-header button,
.product-detail-header button,
.dialog-close {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #bdc4cd;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(7, 9, 12, .68);
  cursor: pointer;
  pointer-events: auto;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}
.carousel-controls button:hover,
.showcase-header button:hover,
.product-detail-header button:hover,
.dialog-close:hover { color: #050608; border-color: var(--yellow); background: var(--yellow); }
.carousel-controls button { width: 60px; height: 60px; }
.carousel-controls span { position: absolute; top: calc(100% + 20px); left: 50%; min-width: 48px; color: #89929f; font: 600 11px/1 "Space Grotesk", sans-serif; text-align: center; transform: translateX(-50%); }

.social-rail {
  position: absolute;
  z-index: 9;
  left: 28px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.social-rail a,
.social-rail button {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #7e8793;
  border: 1px solid transparent;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  font: 700 16px/1 "Space Grotesk", sans-serif;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}
.social-rail a:hover,
.social-rail button:hover { color: #fff; border-color: var(--line); background: rgba(255,255,255,.07); }
.social-rail svg { width: 22px; height: 22px; }
.social-rail .brand-icon { display: block; width: 23px; height: 23px; }
.social-rail .wechat-icon { fill: #07c160; }
.social-rail .whatsapp-icon { fill: #25d366; }

.floating-kiki {
  position: fixed;
  z-index: 24;
  right: 18px;
  top: 50%;
  width: 78px;
  min-height: 132px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 8px;
  padding: 11px 8px 10px;
  color: #061013;
  border: 1px solid rgba(66, 231, 255, .58);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(66, 231, 255, .96), rgba(255, 209, 90, .94));
  box-shadow: 0 18px 42px rgba(0, 0, 0, .34), 0 0 24px rgba(66, 231, 255, .28);
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}
.floating-kiki:hover {
  filter: saturate(1.08) brightness(1.04);
  transform: translateY(-50%) translateX(-3px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, .42), 0 0 30px rgba(66, 231, 255, .42);
}
.floating-kiki img {
  width: 48px;
  height: 48px;
  display: block;
  border: 2px solid rgba(255, 255, 255, .86);
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
}
.floating-kiki span {
  max-width: 60px;
  color: #071014;
  font: 800 10px/1.15 "Space Grotesk", sans-serif;
  letter-spacing: 0;
  text-align: center;
}

html[data-layout="fullscreen"] .product-film-stage { background: #020304; }
html[data-layout="fullscreen"] #product-film {
  width: 85vw;
  height: auto;
  max-width: none;
  max-height: 85vh;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  transform: translateY(-3vh);
}
html[data-layout="fullscreen"] .showroom.is-showcase-open #product-film {
  width: 100%;
  height: 100%;
  max-height: none;
  aspect-ratio: auto;
  object-fit: cover;
  transform: none;
}
html[data-layout="fullscreen"] .product-film-stage::after {
  background: transparent;
}
html[data-layout="fullscreen"] .floor-grid { display: none; }
html[data-layout="fullscreen"] .carousel-controls {
  top: 50%;
  width: 100%;
}
html[data-layout="fullscreen"] .carousel-controls button {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
html[data-layout="fullscreen"] .carousel-controls button:first-child {
  left: 33.333%;
}
html[data-layout="fullscreen"] .carousel-controls button:nth-of-type(2) {
  left: 66.667%;
}
html[data-layout="fullscreen"] .carousel-controls button,
html[data-layout="fullscreen"] .product-sound-toggle {
  border-color: rgba(255, 255, 255, .34);
  background: rgba(3, 5, 8, .66);
  backdrop-filter: blur(8px);
}
html[data-layout="fullscreen"] .carousel-controls button:hover {
  color: #050608;
  border-color: var(--yellow);
  background: var(--yellow);
}
html[data-layout="fullscreen"] .topbar,
html[data-layout="fullscreen"] .social-rail,
html[data-layout="fullscreen"] .category-readout,
html[data-layout="fullscreen"] .carousel-controls,
html[data-layout="fullscreen"] .product-sound-toggle { z-index: 30; }

.showcase-layer {
  position: absolute;
  z-index: 15;
  inset: 106px max(32px, calc((100vw - 1120px) / 2)) 44px;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 14px;
  opacity: 0;
  transform: translateY(26px) scale(.97);
  pointer-events: none;
  transition: opacity 450ms ease 240ms, transform 620ms cubic-bezier(.2,.8,.2,1) 180ms;
}
.showcase-layer.is-open { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.showcase-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: end;
  gap: 20px;
  padding: 0 2px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .9);
}
.showcase-header > div { min-width: 0; }
.showcase-header span { color: var(--cyan); font: 600 10px/1 "Space Grotesk", sans-serif; }
.showcase-header h2 { margin: 8px 0 0; font: 600 30px/1 "Space Grotesk", sans-serif; }
.showcase-header .showcase-back {
  width: auto;
  min-width: 142px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  border-radius: 999px;
  font: 700 11px/1 "Space Grotesk", sans-serif;
  text-transform: uppercase;
}
.showcase-header .showcase-back svg { width: 17px; height: 17px; }
.showcase-grid {
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(180px, 1fr);
  gap: 10px;
  padding: 2px 5px 4px 2px;
  overflow-y: auto;
  perspective: 900px;
}
.showcase-pagination {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.showcase-page {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #bac3cd;
  border: 1px solid transparent;
  border-radius: 50%;
  background: rgba(255,255,255,.04);
  cursor: pointer;
  font: 600 11px/1 "Space Grotesk", sans-serif;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
}
.showcase-page:hover { color: #fff; border-color: rgba(66,231,255,.7); background: rgba(66,231,255,.12); }
.showcase-page.is-active { color: #050608; border-color: var(--signal); background: var(--signal); box-shadow: 0 0 14px rgba(255, 77, 157, .4); }

.category-directory-layer {
  position: absolute;
  z-index: 15;
  inset: 106px max(32px, calc((100vw - 1120px) / 2)) 44px;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 14px;
  opacity: 0;
  transform: translateY(26px) scale(.97);
  pointer-events: none;
  transition: opacity 360ms ease, transform 500ms cubic-bezier(.2,.8,.2,1);
}
.category-directory-layer.is-open { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.category-directory-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  padding: 0 2px;
  text-shadow: 0 2px 16px rgba(0,0,0,.9);
}
.category-directory-header span { color: var(--cyan); font: 600 10px/1 "Space Grotesk", sans-serif; }
.category-directory-header h2 { margin: 8px 0 0; font: 600 30px/1 "Space Grotesk", sans-serif; }
.category-directory-header button { width: 60px; height: 60px; display: grid; place-items: center; padding: 0; color: #bdc4cd; border: 1px solid var(--line); border-radius: 50%; background: rgba(7,9,12,.68); cursor: pointer; }
.category-directory-header button:hover { color: #050608; border-color: var(--yellow); background: var(--yellow); }
.category-directory-grid { min-height: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: minmax(180px, 1fr); gap: 10px; padding: 2px 5px 4px 2px; }
.category-directory-card { position: relative; min-height: 0; overflow: hidden; padding: 0; color: #fff; border: 1px solid rgba(255,255,255,.16); border-radius: 4px; background: linear-gradient(160deg, rgba(16,21,28,.64), rgba(4,7,11,.5)); box-shadow: inset 0 1px rgba(255,255,255,.1), 0 14px 36px rgba(0,0,0,.2); cursor: pointer; }
.category-directory-card:hover { border-color: rgba(66,231,255,.72); }
.category-directory-card img { width: 100%; height: 100%; object-fit: cover; opacity: .84; transition: transform 240ms ease, opacity 240ms ease; }
.category-directory-card:hover img { transform: scale(1.045); opacity: 1; }
.category-directory-card span { position: absolute; right: 0; bottom: 0; left: 0; padding: 14px 12px 12px; background: linear-gradient(transparent, rgba(4,6,9,.94) 54%); font: 600 15px/1.2 "Space Grotesk", sans-serif; text-align: left; overflow-wrap: anywhere; }
.product-card,
.empty-showcase-cell {
  position: relative;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 4px;
  background: linear-gradient(160deg, rgba(16, 21, 28, .56), rgba(4, 7, 11, .42));
  box-shadow: inset 0 1px rgba(255,255,255,.1), inset 0 -18px 38px rgba(0,0,0,.4), 0 14px 36px rgba(0,0,0,.2);
  backdrop-filter: blur(12px) saturate(.78);
}
.product-card {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  padding: 0;
  color: #fff;
  text-align: left;
  cursor: pointer;
}
.product-card:hover { border-color: rgba(66,231,255,.72); }
.product-card img { width: 100%; height: 100%; min-height: 0; object-fit: contain; background: #eef2f4; transition: transform 240ms ease; }
.product-card:hover img { transform: scale(1.035); }
.product-card-copy { display: grid; gap: 4px; padding: 10px 12px 12px; background: rgba(7,9,12,.96); }
.product-card-copy span { color: var(--yellow); font: 600 10px/1 "Space Grotesk", sans-serif; }
.product-card-copy strong { overflow-wrap: anywhere; font: 600 14px/1.25 "Space Grotesk", sans-serif; }
.empty-showcase-cell::before { content: ""; position: absolute; inset: 9px; border: 1px solid rgba(255,255,255,.045); }
.empty-showcase-cell::after { content: ""; position: absolute; left: 20%; right: 20%; bottom: 8px; height: 1px; background: rgba(66,231,255,.24); box-shadow: 0 0 9px rgba(66,231,255,.24); }
.empty-showcase-cell { display: grid; place-items: center; color: #66717e; }
.empty-showcase-cell span { position: relative; z-index: 1; font: 600 10px/1 "Space Grotesk", sans-serif; text-transform: uppercase; }

.product-detail-layer {
  position: absolute;
  z-index: 16;
  inset: 92px 0 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 20px;
  padding: 20px max(32px, calc((100vw - 1240px) / 2)) 38px;
  background: #07090d;
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
  transition: opacity 260ms ease, transform 360ms ease;
}
.product-detail-layer.is-open { opacity: 1; transform: translateY(0); pointer-events: auto; }
.product-detail-header { display: grid; grid-template-columns: 42px 1fr 42px; align-items: center; gap: 14px; }
.product-detail-header button { position: static; width: 40px; height: 40px; }
.product-detail-header span { color: var(--cyan); font: 600 10px/1 "Space Grotesk", sans-serif; text-transform: uppercase; }
.product-detail-header h2 { margin: 6px 0 0; font: 600 24px/1 "Space Grotesk", sans-serif; }
.product-detail-scroll { min-height: 0; overflow-y: auto; padding: 0 5px 24px 0; }
.product-detail-main { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr); gap: 38px; align-items: start; }
.product-gallery { min-width: 0; }
.product-main-frame { aspect-ratio: 1.13; overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: #eef2f4; }
.product-main-frame img { width: 100%; height: 100%; object-fit: contain; transform-origin: center; transition: transform 180ms ease, object-position 180ms ease; }
.product-main-frame img[data-view="1"] { object-position: 28% 50%; transform: scale(1.24); }
.product-main-frame img[data-view="2"] { object-position: 72% 50%; transform: scale(1.24); }
.product-main-frame img[data-view="3"] { object-position: 50% 76%; transform: scale(1.34); }
.product-thumbnails { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; margin-top: 10px; }
.product-thumbnail { aspect-ratio: 1.28; overflow: hidden; padding: 0; border: 1px solid var(--line); border-radius: 4px; background: #eef2f4; cursor: pointer; }
.product-thumbnail.is-active { border-color: var(--signal); box-shadow: 0 0 0 1px var(--signal); }
.product-thumbnail img { width: 100%; height: 100%; object-fit: contain; }
.product-thumbnail[data-view="1"] img { object-position: 28% 50%; transform: scale(1.24); }
.product-thumbnail[data-view="2"] img { object-position: 72% 50%; transform: scale(1.24); }
.product-thumbnail[data-view="3"] img { object-position: 50% 76%; transform: scale(1.34); }
.product-information { padding-top: 6px; }
.product-kicker { color: var(--signal); font: 600 11px/1 "Space Grotesk", sans-serif; text-transform: uppercase; }
.product-information h3 { margin: 12px 0 24px; overflow-wrap: anywhere; font: 600 34px/1.08 "Space Grotesk", sans-serif; }
.product-specifications { margin: 0; border: 1px solid var(--line); border-radius: 6px; overflow: hidden; }
.product-specifications div { min-height: 58px; display: grid; grid-template-columns: 132px 1fr; align-items: center; gap: 16px; padding: 0 16px; border-bottom: 1px solid var(--line); }
.product-specifications div:last-child { border-bottom: 0; }
.product-specifications dt { color: #7f8996; font-size: 12px; font-weight: 600; }
.product-specifications dd { margin: 0; color: #eef1f5; font-size: 13px; overflow-wrap: anywhere; }
.product-contact-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.product-contact-actions button,
.product-contact-actions a {
  position: relative;
  width: 48px;
  height: 48px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 5px;
  cursor: pointer;
  font-weight: 700;
  overflow: visible;
}
.product-contact-actions button { color: #061013; border-color: var(--cyan); background: var(--cyan); }
.product-contact-actions a { color: #071008; border-color: #48e277; background: #48e277; }
.product-contact-actions svg { width: 21px; height: 21px; }
.product-contact-popover {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 12px);
  z-index: 20;
  min-width: 188px;
  display: grid;
  gap: 5px;
  padding: 11px 12px;
  color: #101828;
  text-align: left;
  border: 1px solid rgba(66,231,255,.36);
  border-radius: 8px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 18px 54px rgba(0,0,0,.38), 0 0 24px rgba(66,231,255,.2);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 8px) scale(.96);
  transform-origin: bottom center;
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  pointer-events: none;
}
.product-contact-popover::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  width: 12px;
  height: 12px;
  background: rgba(255,255,255,.98);
  border-right: 1px solid rgba(66,231,255,.24);
  border-bottom: 1px solid rgba(66,231,255,.24);
  transform: translateX(-50%) rotate(45deg);
}
.product-contact-popover strong {
  color: #101828;
  font: 800 12px/1.1 "Space Grotesk", sans-serif;
}
.product-contact-popover small {
  color: #475467;
  font: 700 12px/1.25 "DM Sans", Arial, sans-serif;
  overflow-wrap: anywhere;
}
.product-contact-qr {
  width: 190px;
  min-width: 190px;
}
.product-contact-qr img {
  width: 100%;
  aspect-ratio: 1;
  display: block;
  border: 7px solid #fff;
  border-radius: 6px;
  background: #fff;
}
.product-contact-trigger:hover .product-contact-popover,
.product-contact-trigger:focus-visible .product-contact-popover {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0) scale(1);
}
.related-products { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--line); }
.related-products header span { color: var(--cyan); font: 600 10px/1 "Space Grotesk", sans-serif; }
.related-products header h3 { margin: 7px 0 16px; font: 600 24px/1 "Space Grotesk", sans-serif; }
.related-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.related-product { min-width: 0; padding: 0; overflow: hidden; color: #fff; text-align: left; border: 1px solid var(--line); border-radius: 5px; background: #0d1117; cursor: pointer; }
.related-product:hover { border-color: var(--yellow); }
.related-product img { width: 100%; aspect-ratio: 1.45; display: block; object-fit: contain; background: #eef2f4; }
.related-product span { display: block; padding: 10px 11px 3px; color: var(--yellow); font: 600 9px/1 "Space Grotesk", sans-serif; }
.related-product strong { min-height: 46px; display: block; padding: 0 11px 11px; overflow-wrap: anywhere; font: 600 13px/1.25 "Space Grotesk", sans-serif; }

dialog { color: var(--text); }
dialog::backdrop { background: rgba(0,0,0,.72); backdrop-filter: blur(9px); }
.info-dialog,
.kiki-dialog,
.wechat-dialog { border: 1px solid var(--line); border-radius: 7px; background: rgba(8,10,14,.96); box-shadow: 0 28px 100px rgba(0,0,0,.62); }
.info-dialog { width: min(560px, calc(100% - 32px)); padding: 34px; }
.info-dialog .dialog-close { position: absolute; top: 15px; right: 15px; }
.info-dialog .panel-kicker { margin: 0 0 12px; color: var(--cyan); font: 600 10px/1 "Space Grotesk", sans-serif; text-transform: uppercase; }
.info-dialog h2 { max-width: 450px; margin: 0 0 19px; font: 600 32px/1.05 "Space Grotesk", sans-serif; }
.info-dialog p { margin: 0; color: #a5aeba; line-height: 1.72; }
.info-dialog .panel-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; margin-top: 24px; }
.info-dialog .panel-list span,
.info-dialog .panel-list a,
.info-dialog .panel-list button,
.certificate-open-link { min-height: 46px; display: flex; align-items: center; padding: 0 13px; color: #d8dce2; border: 1px solid var(--line); border-radius: 4px; background: transparent; font-size: 12px; text-align: left; }
.info-dialog .panel-list a:hover { border-color: var(--yellow); color: var(--yellow); }
.info-dialog .panel-list button { cursor: pointer; }
.info-dialog .panel-list button:hover,
.certificate-open-link:hover { border-color: var(--yellow); color: var(--yellow); }
.certificate-open-link.is-disabled { color: #7f8995; cursor: default; pointer-events: none; }
.certificate-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 24px; }
.certificate-grid-card { min-height: 92px; display: grid; align-content: center; gap: 6px; padding: 12px; color: #d8dce2; border: 1px solid var(--line); border-radius: 4px; background: rgba(255,255,255,.025); cursor: pointer; text-align: left; }
.certificate-grid-card:hover { border-color: var(--cyan); background: rgba(66,231,255,.08); }
.certificate-grid-card strong { color: var(--cyan); font: 700 14px/1 "Space Grotesk", sans-serif; }
.certificate-grid-card span { color: #b9c1cb; font-size: 11px; line-height: 1.35; }
.certificate-grid-card small { color: var(--yellow); font: 700 9px/1 "Space Grotesk", sans-serif; text-transform: uppercase; }

.kiki-dialog { width: min(420px, calc(100% - 28px)); padding: 0; overflow: hidden; }
.kiki-dialog header { min-height: 70px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 12px 14px; border-bottom: 1px solid var(--line); }
.kiki-avatar { width: 44px; height: 44px; display: grid; place-items: center; overflow: hidden; color: #071014; background: var(--cyan); border-radius: 50%; box-shadow: 0 0 22px rgba(66,231,255,.24); }
.kiki-avatar img { width: 100%; height: 100%; object-fit: cover; }
.kiki-dialog strong,
.kiki-dialog small { display: block; }
.kiki-dialog strong { font: 600 15px/1.1 "Space Grotesk", sans-serif; }
.kiki-dialog small { margin-top: 4px; color: #7f8996; font-size: 10px; }
.kiki-dialog .dialog-close { position: static; }
.kiki-messages { height: 340px; padding: 18px; overflow-y: auto; background: #080a0e; }
.kiki-message { width: fit-content; max-width: 84%; margin: 0 0 10px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 6px; color: #c9cfd7; background: #11151b; font-size: 13px; line-height: 1.5; }
.kiki-message.is-user { margin-left: auto; color: #080a0e; border-color: var(--yellow); background: var(--yellow); }
.kiki-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; padding: 12px; border-top: 1px solid var(--line); }
.kiki-form input { width: 100%; min-height: 44px; padding: 0 12px; color: #fff; border: 1px solid var(--line); border-radius: 5px; background: #0e1117; outline: none; }
.kiki-form input:focus { border-color: var(--cyan); }
.kiki-form button { width: 44px; height: 44px; display: grid; place-items: center; padding: 0; color: #061013; border: 0; border-radius: 5px; background: var(--cyan); cursor: pointer; }

.wechat-dialog { width: min(420px, calc(100% - 28px)); padding: 34px; text-align: center; }
.wechat-dialog .dialog-close { position: absolute; top: 14px; right: 14px; }
.wechat-dialog img { width: min(280px, 100%); aspect-ratio: 1; display: block; margin: 4px auto 20px; border: 10px solid #fff; border-radius: 4px; background: #fff; }
.wechat-dialog > span { color: var(--cyan); font: 600 10px/1 "Space Grotesk", sans-serif; }
.wechat-dialog h2 { margin: 8px 0 7px; font: 600 24px/1 "Space Grotesk", sans-serif; }
.wechat-dialog p { margin: 0; color: #8f98a5; font-size: 13px; }

.toast { position: fixed; z-index: 50; left: 50%; bottom: 28px; padding: 9px 13px; color: #050608; border-radius: 4px; background: var(--yellow); transform: translate(-50%, 12px); opacity: 0; pointer-events: none; font-size: 12px; font-weight: 700; transition: opacity 180ms ease, transform 180ms ease; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

[dir="rtl"] .language-menu { right: auto; left: 0; }
[dir="rtl"] .language-menu button { text-align: right; }

@media (max-width: 980px) {
  .topbar { align-items: flex-start; padding: 18px 20px 54px; }
  .company-mark { width: 48px; height: 48px; }
  .company-copy { display: grid; gap: 3px; }
  .company-name strong { font-size: 27px; }
  .top-actions { max-width: 60%; flex-wrap: wrap; justify-content: flex-end; }
  .nav-command { padding: 0 11px; font-size: 15px; }
  .nav-command span { display: none; }
  .showcase-layer, .category-directory-layer { inset: 98px 20px 38px; }
  .showcase-header { grid-template-columns: 48px 1fr 48px; gap: 10px; align-items: center; }
  .showcase-header .showcase-back { min-width: 48px; width: 48px; height: 48px; padding: 0; border-radius: 50%; }
  .showcase-header .showcase-back span { display: none; }
  .product-detail-layer { inset: 86px 0 0; padding: 18px 20px 32px; }
  .product-detail-main { grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr); gap: 24px; }
}

@media (max-width: 640px) {
  .topbar { min-height: 136px; padding: 14px 12px 60px; gap: 10px; }
  .company-name { gap: 7px; }
  .company-mark { width: 38px; height: 38px; }
  .company-name strong { max-width: 152px; white-space: normal; font-size: 17px; line-height: 1.05; }
  .company-name small { font-size: 9px; }
  .company-trust-row { width: min(220px, 100%); display: grid; gap: 5px; white-space: normal; font-size: 8px; }
  .view-certificate { width: fit-content; min-height: 22px; padding: 0 7px; font-size: 8px; }
  .top-actions { max-width: none; flex-wrap: nowrap; gap: 2px; }
  .nav-command { width: 42px; min-height: 42px; padding: 0; justify-content: center; }
  .nav-command:nth-child(1), .nav-command:nth-child(2) { display: none; }
  .language-toggle { min-height: 42px; padding: 0 9px; font-size: 14px; }
  .language-toggle svg:last-child { display: none; }
  .certification-strip { width: min(220px, 100%); grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px; margin-left: 0; }
  .certification-card { width: auto; min-height: 31px; padding: 4px 3px; }
  .certification-logo { font-size: 8px; }
  .certification-action { font-size: 7px; }
  .category-readout { bottom: 92px; min-width: 240px; }
  .category-readout h1 { font-size: 23px; }
  .social-rail { left: 10px; right: 10px; bottom: 15px; justify-content: flex-start; gap: 0; }
  .social-rail a, .social-rail button { width: 38px; height: 38px; }
  .floating-kiki {
    right: 10px;
    width: 58px;
    min-height: 104px;
    padding: 8px 5px;
  }
  .floating-kiki img { width: 38px; height: 38px; }
  .floating-kiki span { max-width: 48px; font-size: 8px; }
  .carousel-controls { top: 53%; left: 50%; width: calc(100% - 28px); transform: translate(-50%, -50%); }
  .carousel-controls button { width: 51px; height: 51px; }
  .carousel-controls span { min-width: 41px; font-size: 9px; }
  html[data-layout="fullscreen"] #product-film {
    width: 85vw;
    max-height: 85vh;
    transform: translateY(-2vh);
  }
  .showcase-layer, .category-directory-layer { inset: 82px 12px 44px; gap: 10px; }
  .showcase-header h2 { max-width: 270px; font-size: 21px; overflow-wrap: anywhere; }
  .showcase-header button, .category-directory-header button { width: 36px; height: 36px; }
  .showcase-header .showcase-back { min-width: 36px; width: 36px; height: 36px; }
  .showcase-grid, .category-directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 190px; gap: 7px; }
  .category-directory-header h2 { max-width: 270px; font-size: 21px; overflow-wrap: anywhere; }
  .showcase-pagination { min-height: 28px; gap: 6px; }
  .showcase-page { width: 25px; height: 25px; }
  .product-card-copy { padding: 8px 9px 9px; }
  .product-card-copy strong { font-size: 12px; }
  .empty-showcase-cell::before { inset: 5px; }
  .product-detail-layer { inset: 76px 0 0; gap: 12px; padding: 10px 12px 24px; }
  .product-detail-header { grid-template-columns: 38px 1fr 38px; gap: 8px; }
  .product-detail-header button { width: 36px; height: 36px; }
  .product-detail-header h2 { max-width: 230px; font-size: 18px; overflow-wrap: anywhere; }
  .product-detail-main { grid-template-columns: 1fr; gap: 22px; }
  .product-main-frame { aspect-ratio: 1; }
  .product-information h3 { margin-bottom: 18px; font-size: 26px; }
  .product-specifications div { grid-template-columns: 104px 1fr; padding: 0 12px; }
  .product-contact-actions { display: flex; grid-template-columns: none; }
  .product-contact-actions button, .product-contact-actions a { width: 46px; height: 46px; flex-basis: 46px; padding: 0; }
  .product-contact-popover {
    left: 0;
    min-width: min(210px, calc(100vw - 44px));
    transform: translate(0, 8px) scale(.96);
    transform-origin: bottom left;
  }
  .product-contact-popover::after {
    left: 22px;
    transform: rotate(45deg);
  }
  .product-contact-trigger:hover .product-contact-popover,
  .product-contact-trigger:focus-visible .product-contact-popover {
    transform: translate(0, 0) scale(1);
  }
  .product-contact-qr { width: 180px; min-width: 180px; }
  .related-products { margin-top: 34px; }
  .related-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .brand-intro-skip, .brand-intro-sound { top: 14px; width: 38px; height: 38px; }
  .brand-intro video { transform: scale(1.65); }
  .brand-intro-skip { right: 14px; }
  .brand-intro-sound { right: 60px; }
  .info-dialog { padding: 27px 20px; }
  .info-dialog h2 { font-size: 27px; }
  .info-dialog .panel-list { grid-template-columns: 1fr; }
  .certificate-grid { grid-template-columns: 1fr; }
}

/* 2026-08-13: separated mobile gallery rows and native portrait company video sizing. */
@media (max-width: 640px) {
  html body .company-experience-layer[data-experience="gallery-brand"] .company-gallery-brand-card,
  html body .company-experience-layer[data-experience="gallery-brand"] .company-flow-gallery,
  html body .company-experience-layer[data-experience="gallery-brand"] .company-flowing-menu,
  html body .company-experience-layer[data-experience="gallery-brand"] .partner-depth-zone,
  html body .company-experience-layer[data-experience="gallery-brand"] .partner-drift-wall {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }

  html body .company-experience-layer[data-experience="gallery-brand"] .company-gallery-brand-card {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto auto auto !important;
    grid-template-areas: "copy" "gallery" "brand" !important;
    align-items: start !important;
    overflow: visible !important;
  }

  html body .company-experience-layer[data-experience="gallery-brand"] .company-flow-gallery {
    display: grid !important;
    grid-template-rows: auto !important;
    overflow: visible !important;
  }

  html body .company-experience-layer[data-experience="gallery-brand"] .company-flowing-menu {
    display: grid !important;
    grid-template-rows: repeat(6, 138px) !important;
    overflow: hidden !important;
  }

  html body .company-experience-layer[data-experience="gallery-brand"] .company-flow-row {
    display: grid !important;
    min-height: 138px !important;
    height: 138px !important;
    overflow: hidden !important;
  }

  html body .company-experience-layer[data-experience="gallery-brand"] .partner-depth-zone {
    display: grid !important;
    grid-template-rows: auto 430px !important;
    overflow: visible !important;
  }

  html body .company-experience-layer[data-experience="gallery-brand"] .partner-drift-wall {
    height: 430px !important;
  }

  html body .company-video-frame.is-vertical-video {
    width: min(82vw, 300px) !important;
    justify-self: center !important;
  }

  html body .company-video-frame.is-vertical-video .company-video-crop {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 9 / 16 !important;
    max-height: 66vh !important;
  }

  html body .company-video-frame.is-vertical-video video {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 9 / 16 !important;
    object-fit: cover !important;
    transform: none !important;
  }
}

@media (min-width: 641px) {
  html body .company-video-frame.is-vertical-video {
    justify-items: center !important;
  }

  html body .company-video-frame.is-vertical-video .company-video-crop {
    width: min(100%, calc(72vh * .5625), 430px) !important;
    height: auto !important;
    max-height: 72vh !important;
    aspect-ratio: 9 / 16 !important;
  }

  html body .company-video-frame.is-vertical-video video {
    transform: none !important;
    object-fit: cover !important;
  }
}

/* 2026-08-13 EOF lock: keep contact actions above every Company page. */
html body.is-company-experience-open .showroom .social-rail,
html body.is-company-experience-open .social-rail {
  display: flex !important;
  position: fixed !important;
  z-index: 10010 !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

html body.is-company-experience-open .showroom .floating-kiki,
html body.is-company-experience-open .floating-kiki {
  display: flex !important;
  position: fixed !important;
  z-index: 10011 !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

/* 2026-08-13: desktop Company multi-video walls. */
html body .company-video-frame.is-video-collection {
  width: 100% !important;
  min-width: 0 !important;
  align-self: center !important;
}

html body .company-video-frame.is-video-collection .company-video-grid {
  width: 100% !important;
  display: grid !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
}

html body .company-video-frame.is-trade-show-collection .company-video-grid {
  grid-template-columns: minmax(180px, .72fr) minmax(260px, 1.14fr) minmax(260px, 1.14fr) !important;
}

html body .company-video-frame.is-loading-container-collection .company-video-grid {
  grid-template-columns: repeat(2, minmax(220px, 360px)) !important;
}

html body .company-video-frame.is-video-collection .company-video-crop {
  width: 100% !important;
  height: auto !important;
  max-height: 68vh !important;
  margin: 0 !important;
  overflow: hidden !important;
}

html body .company-video-frame.is-video-collection .company-video-crop-portrait {
  aspect-ratio: 9 / 16 !important;
}

html body .company-video-frame.is-video-collection .company-video-crop-landscape {
  aspect-ratio: 4 / 3 !important;
}

html body .company-video-frame.is-video-collection .company-video-crop video {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  aspect-ratio: inherit !important;
  object-fit: cover !important;
  transform: none !important;
}

@media (max-width: 640px) {
  html body .company-video-frame.is-video-collection {
    width: 100% !important;
  }

  html body .company-video-frame.is-video-collection .company-video-grid,
  html body .company-video-frame.is-trade-show-collection .company-video-grid,
  html body .company-video-frame.is-loading-container-collection .company-video-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  html body .company-video-frame.is-video-collection .company-video-crop {
    width: min(88vw, 420px) !important;
    max-height: none !important;
    justify-self: center !important;
  }

  html body .company-video-frame.is-video-collection .company-video-crop-portrait {
    width: min(82vw, 300px) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}
.company-mark {
  border: 0;
  outline: 0;
  box-shadow: none;
  clip-path: none;
}

.showcase-back {
  position: relative;
  z-index: 60;
}

@media (max-width: 640px) {
  .topbar {
    display: grid;
    grid-template-columns: minmax(132px, 1fr) minmax(132px, 1fr);
    grid-template-areas:
      "brand actions"
      "proof certs";
    align-items: start;
    gap: 6px 8px;
    min-height: 132px;
    height: auto;
    padding: 10px 8px 8px;
    overflow: visible;
  }

  .company-brand {
    grid-area: brand;
    min-width: 0;
    width: 100%;
  }

  .company-name {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 6px;
    min-width: 0;
    width: 100%;
    overflow: visible;
  }

  .company-mark {
    width: 42px;
    height: 42px;
    object-fit: cover;
    object-position: center;
    clip-path: inset(0 0 0 4px);
  }

  .company-wordmark,
  .company-text,
  .company-copy {
    min-width: 0;
  }

  .company-name strong,
  .company-title {
    max-width: 82px;
    white-space: normal;
    overflow-wrap: anywhere;
    line-height: 0.96;
    font-size: 15px;
    letter-spacing: 0;
  }

  .company-name small,
  .company-subtitle {
    max-width: 82px;
    white-space: normal;
    overflow-wrap: anywhere;
    font-size: 7px;
    line-height: 1.05;
  }

  .topbar-actions,
  .nav-actions,
  .header-actions {
    grid-area: actions;
    justify-self: end;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 5px;
    max-width: 132px;
  }

  .trust-proof,
  .supplier-proof {
    grid-area: proof;
    align-self: start;
    min-width: 0;
    max-width: 132px;
  }

  .trust-proof p,
  .supplier-proof p {
    margin: 0 0 4px;
    font-size: 8px;
    line-height: 1.15;
  }

  .trust-proof button,
  .supplier-proof button {
    min-height: 22px;
    padding: 3px 7px;
    font-size: 7px;
  }

  .certification-strip,
  #certification-strip {
    grid-area: certs;
    justify-self: end;
    display: grid;
    grid-template-columns: repeat(2, minmax(60px, 1fr));
    gap: 4px;
    width: 132px;
    max-width: 132px;
    overflow: visible;
  }

  .certification-card {
    width: 100%;
    min-width: 0;
    height: 30px;
    padding: 3px 4px;
  }

  .certification-card strong {
    font-size: 7px;
    line-height: 1;
  }

  .certification-card span {
    font-size: 5.5px;
    line-height: 1;
  }

  .showcase-layer {
    padding-top: 136px;
  }

  .showcase-header {
    position: sticky;
    top: 136px;
    z-index: 70;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    margin: 0;
    background: linear-gradient(180deg, rgba(4, 15, 26, 0.94), rgba(4, 15, 26, 0.72));
    backdrop-filter: blur(10px);
  }

  .showcase-back {
    display: inline-flex;
    flex: 0 0 auto;
    min-height: 34px;
    padding: 7px 10px;
    font-size: 10px;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 640px) {
  html body .topbar {
    display: grid !important;
    grid-template-columns: minmax(128px, 1fr) minmax(128px, 1fr) !important;
    grid-template-areas:
      "brand actions"
      "proof certs" !important;
    align-items: start !important;
    gap: 6px 8px !important;
    min-height: 136px !important;
    height: auto !important;
    padding: 10px 8px 8px !important;
    overflow: visible !important;
  }

  html body .topbar-aurora {
    position: absolute !important;
    inset: 0 !important;
    pointer-events: none !important;
  }

  html body .company-brand {
    grid-area: brand !important;
    min-width: 0 !important;
    width: 100% !important;
    overflow: visible !important;
  }

  html body .company-name {
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 6px !important;
    min-width: 0 !important;
    width: 100% !important;
    overflow: visible !important;
  }

  html body .company-mark {
    width: 42px !important;
    height: 42px !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    object-fit: cover !important;
    object-position: center !important;
    clip-path: none !important;
  }

  html body .company-name strong,
  html body .company-title {
    max-width: 82px !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    line-height: 0.96 !important;
    font-size: 15px !important;
    letter-spacing: 0 !important;
  }

  html body .company-name small,
  html body .company-subtitle {
    max-width: 82px !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    font-size: 7px !important;
    line-height: 1.05 !important;
  }

  html body .topbar > :not(.topbar-aurora):not(.company-brand):not(.trust-proof):not(.supplier-proof):not(#certification-strip):not(.certification-strip) {
    grid-area: actions !important;
    justify-self: end !important;
  }

  html body .topbar-actions,
  html body .nav-actions,
  html body .header-actions {
    grid-area: actions !important;
    justify-self: end !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-end !important;
    gap: 5px !important;
    max-width: 132px !important;
  }

  html body .trust-proof,
  html body .supplier-proof {
    grid-area: proof !important;
    align-self: start !important;
    min-width: 0 !important;
    max-width: 132px !important;
  }

  html body .trust-proof p,
  html body .supplier-proof p {
    margin: 0 0 4px !important;
    font-size: 8px !important;
    line-height: 1.15 !important;
  }

  html body .trust-proof button,
  html body .supplier-proof button {
    min-height: 22px !important;
    padding: 3px 7px !important;
    font-size: 7px !important;
  }

  html body #certification-strip,
  html body .certification-strip {
    grid-area: certs !important;
    justify-self: end !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(60px, 1fr)) !important;
    gap: 4px !important;
    width: 132px !important;
    max-width: 132px !important;
    overflow: visible !important;
  }

  html body .certification-card {
    width: 100% !important;
    min-width: 0 !important;
    height: 30px !important;
    padding: 3px 4px !important;
  }

  html body .certification-card strong {
    font-size: 7px !important;
    line-height: 1 !important;
  }

  html body .certification-card span {
    font-size: 5.5px !important;
    line-height: 1 !important;
  }

  html body .showcase-layer {
    padding-top: 136px !important;
  }

  html body .showcase-header {
    position: sticky !important;
    top: 136px !important;
    z-index: 90 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 8px 10px !important;
    margin: 0 !important;
    background: linear-gradient(180deg, rgba(4, 15, 26, 0.96), rgba(4, 15, 26, 0.76)) !important;
    backdrop-filter: blur(10px) !important;
  }

  html body .showcase-back {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    min-height: 34px !important;
    padding: 7px 10px !important;
    font-size: 10px !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }
}
@media (max-width: 640px) {
  html body .showcase-layer.is-open .showcase-back {
    position: fixed !important;
    top: 142px !important;
    left: 10px !important;
    z-index: 220 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 34px !important;
    padding: 7px 11px !important;
    border-radius: 999px !important;
    color: #ffffff !important;
    background: rgba(5, 19, 32, 0.92) !important;
    border: 1px solid rgba(104, 235, 255, 0.58) !important;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.34) !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  html body .showcase-layer.is-open .showcase-title {
    padding-left: 118px !important;
  }
}

@media (max-width: 640px) {
  html body header.topbar {
    display: grid !important;
    grid-template-columns: 142px minmax(0, 1fr) !important;
    grid-template-areas: "brand right" !important;
    align-items: start !important;
    gap: 6px !important;
    min-height: 132px !important;
    height: auto !important;
    padding: 10px 8px 8px !important;
    overflow: visible !important;
  }

  html body header.topbar .company-brand {
    grid-area: brand !important;
    width: 142px !important;
    max-width: 142px !important;
    min-width: 0 !important;
    gap: 5px !important;
  }

  html body header.topbar .company-name {
    display: grid !important;
    grid-template-columns: 40px minmax(0, 1fr) !important;
    gap: 4px !important;
    align-items: center !important;
    width: 142px !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  html body header.topbar .company-mark {
    width: 40px !important;
    height: 40px !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    object-fit: cover !important;
    object-position: center !important;
    clip-path: none !important;
    transform: none !important;
    transform-origin: center !important;
  }

  html body header.topbar .company-copy {
    display: grid !important;
    gap: 1px !important;
    min-width: 0 !important;
  }

  html body header.topbar .company-name strong {
    max-width: 92px !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    font-size: 14px !important;
    line-height: 0.94 !important;
    letter-spacing: 0 !important;
  }

  html body header.topbar .company-name small {
    max-width: 92px !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    font-size: 7px !important;
    line-height: 1 !important;
  }

  html body header.topbar .company-trust-row {
    display: grid !important;
    gap: 4px !important;
    max-width: 136px !important;
    white-space: normal !important;
    font-size: 7.5px !important;
    line-height: 1.15 !important;
  }

  html body header.topbar .company-trust-row .view-certificate {
    justify-self: start !important;
    min-height: 22px !important;
    padding: 3px 7px !important;
    font-size: 7px !important;
  }

  html body header.topbar .topbar-right {
    grid-area: right !important;
    display: grid !important;
    justify-items: end !important;
    align-content: start !important;
    gap: 6px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 162px !important;
    margin: 0 !important;
  }

  html body header.topbar .top-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-end !important;
    gap: 4px !important;
    width: 100% !important;
    max-width: 162px !important;
  }

  html body header.topbar .nav-command,
  html body header.topbar .language-toggle {
    position: relative !important;
    width: 30px !important;
    min-width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
    justify-content: center !important;
    gap: 0 !important;
    padding: 0 !important;
    border-radius: 7px !important;
    font-size: 0 !important;
  }

  html body header.topbar .nav-command span,
  html body header.topbar .nav-command b {
    display: none !important;
  }

  html body header.topbar .nav-command svg,
  html body header.topbar .language-toggle svg {
    width: 16px !important;
    height: 16px !important;
  }

  html body header.topbar .language-toggle span {
    display: inline !important;
    min-width: 0 !important;
    font-size: 11px !important;
    line-height: 1 !important;
  }

  html body header.topbar .language-toggle svg:first-child,
  html body header.topbar .language-toggle svg:last-child {
    display: none !important;
  }

  html body header.topbar #certification-strip,
  html body header.topbar .certification-strip {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(70px, 1fr)) !important;
    gap: 5px !important;
    width: 150px !important;
    max-width: 150px !important;
    margin: 0 !important;
    justify-self: end !important;
    overflow: visible !important;
  }

  html body header.topbar .certification-card {
    width: 100% !important;
    min-width: 0 !important;
    height: 31px !important;
    min-height: 31px !important;
    padding: 4px 5px !important;
  }

  html body header.topbar .certification-logo {
    font-size: 9px !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
  }

  html body header.topbar .certification-action {
    display: none !important;
  }

  html body .showcase-layer.is-open .showcase-pagination {
    position: static !important;
    padding: 10px 0 4px !important;
    margin: 0 !important;
    min-height: 36px !important;
    background: transparent !important;
  }

  html body .showcase-layer.is-open .showcase-page {
    width: 26px !important;
    height: 26px !important;
  }

  html body .showcase-grid {
    padding-bottom: 10px !important;
  }
}

/* True final overrides: keep after every legacy mobile block. */
body.is-company-experience-open header.topbar .company-trust-row,
body.is-company-experience-open header.topbar #certification-strip,
body.is-company-experience-open header.topbar .certification-strip {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html body header.topbar .company-mark,
html body .company-mark {
  object-fit: contain !important;
  object-position: center center !important;
  clip-path: none !important;
  transform: none !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

html body header.topbar .company-name,
html body .company-name {
  overflow: visible !important;
  text-decoration: none !important;
}

#category-readout i,
#category-readout::after,
#category-readout h1::after,
#category-name::after,
.category-readout::after,
.category-readout h1::after {
  content: none !important;
  display: none !important;
}

@media (max-width: 640px) {
  html body header.topbar {
    grid-template-columns: minmax(164px, 1fr) 132px !important;
    min-height: 132px !important;
    padding: 9px 8px 8px !important;
    gap: 5px !important;
    overflow: visible !important;
  }

  html body header.topbar .company-brand {
    width: 100% !important;
    max-width: none !important;
    overflow: visible !important;
  }

  html body header.topbar .company-name {
    width: 100% !important;
    grid-template-columns: 42px minmax(0, 1fr) !important;
    gap: 5px !important;
    overflow: visible !important;
  }

  html body header.topbar .company-mark {
    width: 42px !important;
    height: 42px !important;
    object-fit: contain !important;
  }

  html body header.topbar .company-copy {
    display: grid !important;
    min-width: 0 !important;
    overflow: visible !important;
  }

  html body header.topbar .company-name strong {
    width: max-content !important;
    max-width: none !important;
    white-space: nowrap !important;
    overflow: visible !important;
    overflow-wrap: normal !important;
    font-size: 17px !important;
    line-height: 1 !important;
    transform: scaleX(.68) !important;
    transform-origin: left center !important;
  }

  html body header.topbar .company-name small {
    width: max-content !important;
    max-width: none !important;
    white-space: nowrap !important;
    overflow: visible !important;
    font-size: 8px !important;
    line-height: 1 !important;
  }

  html body header.topbar .topbar-right {
    grid-template-columns: auto auto !important;
    grid-template-areas:
      "menu lang"
      "certs certs" !important;
    justify-content: end !important;
    justify-items: end !important;
    align-content: start !important;
    width: 132px !important;
    max-width: 132px !important;
  }

  html body header.topbar .top-actions {
    position: absolute !important;
    top: 38px !important;
    right: 0 !important;
    width: 164px !important;
    max-width: 164px !important;
    display: none !important;
    grid-template-columns: 1fr !important;
    gap: 5px !important;
    padding: 7px !important;
    border: 1px solid rgba(255,255,255,.16) !important;
    border-radius: 10px !important;
    background: rgba(6, 11, 18, .94) !important;
    box-shadow: 0 18px 44px rgba(0,0,0,.4) !important;
    backdrop-filter: blur(14px) !important;
  }

  html body header.topbar .top-actions.is-mobile-open {
    display: grid !important;
  }

  html body header.topbar #certification-strip,
  html body header.topbar .certification-strip {
    width: 132px !important;
    max-width: 132px !important;
    grid-template-columns: repeat(2, minmax(62px, 1fr)) !important;
  }

  html body .floating-kiki {
    top: 78% !important;
    bottom: auto !important;
  }
}

/* 2026-08-08 real Company subpages: independent full-screen pages. */
.company-experience-layer {
  position: fixed !important;
  z-index: 80 !important;
  inset: 0 !important;
  padding: 18px !important;
  background: #020407 !important;
}

.company-experience-shell {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  border-radius: 0 !important;
  border: 0 !important;
  background: #020407 !important;
  box-shadow: none !important;
}

.company-experience-header {
  grid-template-columns: auto minmax(220px, 1fr) minmax(360px, auto) !important;
  padding: 2px 2px 0 !important;
}

.company-experience-continue {
  display: none !important;
}

.company-experience-content {
  border-radius: 0 !important;
  overflow: auto !important;
}

.company-experience-card {
  min-height: 100% !important;
  border-radius: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.company-video-card {
  grid-template-columns: minmax(280px, .62fr) minmax(520px, 1.38fr) !important;
  align-items: center !important;
}

.company-video-frame video {
  min-height: min(68vh, 620px) !important;
  object-fit: contain !important;
  background: rgba(0,0,0,.76) !important;
}

.company-experience-layer[data-experience="company-video"] .company-experience-card,
.company-experience-layer[data-experience="trade-show"] .company-experience-card,
.company-experience-layer[data-experience="loading-container"] .company-experience-card {
  isolation: isolate;
}

.company-experience-layer[data-experience="gallery-brand"] .company-gallery-brand-card {
  grid-template-columns: minmax(270px, .48fr) minmax(460px, .9fr) minmax(320px, .72fr) !important;
  grid-template-areas: "copy gallery brand" !important;
  align-items: stretch !important;
}

.company-flow-gallery {
  position: relative;
  z-index: 2;
  grid-area: gallery;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 12px;
  min-height: 0;
}

.company-flow-gallery header,
.partner-depth-zone header {
  display: grid;
  gap: 6px;
}

.company-flow-gallery header span,
.partner-depth-zone header span {
  color: var(--cyan);
  font: 800 10px/1 "Space Grotesk", sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.company-flow-gallery header h3,
.partner-depth-zone header h3 {
  margin: 0;
  color: #fff;
  font: 700 clamp(19px, 2vw, 28px)/1 "Space Grotesk", sans-serif;
}

.company-flowing-menu {
  display: grid;
  align-content: stretch;
  min-height: 0;
  border: 1px solid rgba(255,255,255,.1);
  background: #010306;
}

.company-flow-row {
  position: relative;
  min-height: 78px;
  display: grid;
  grid-template-columns: minmax(170px, .38fr) minmax(220px, .62fr);
  align-items: center;
  gap: 18px;
  padding: 0 20px;
  overflow: hidden;
  color: #fff;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
  background: #030507;
  text-align: left;
  cursor: pointer;
}

.company-flow-row:last-child { border-bottom: 0; }
.company-flow-row strong,
.company-flow-row span {
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 18px rgba(0,0,0,.85);
}
.company-flow-row strong { font: 800 clamp(19px, 2.2vw, 34px)/.95 "Space Grotesk", sans-serif; letter-spacing: 0; }
.company-flow-row span { color: #c6d0dc; font-size: 13px; line-height: 1.38; }

.company-flow-row i {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  width: max-content;
  gap: 12px;
  align-items: center;
  padding: 8px 12px;
  opacity: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.74), rgba(0,0,0,.24), rgba(0,0,0,.78));
  transform: translateX(0);
  transition: opacity 180ms ease;
  animation: company-flow-image-marquee 18s linear infinite;
  animation-play-state: paused;
}

.company-flow-row i img {
  width: clamp(120px, 14vw, 220px);
  height: 100%;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,.22);
  background: #111;
  filter: saturate(1.05) contrast(1.02);
}

.company-flow-row:hover i {
  opacity: 1;
  animation-play-state: running;
}

.company-flowing-menu:not(:has(.company-flow-row:hover)) .company-flow-row.is-default-active i {
  opacity: 1;
  animation-play-state: running;
}

.company-flowing-menu:not(:has(.company-flow-row:hover)) .company-flow-row.is-default-active strong,
.company-flowing-menu:not(:has(.company-flow-row:hover)) .company-flow-row.is-default-active span {
  color: #fff;
}

.company-flowing-menu:has(.company-flow-row:hover) .company-flow-row.is-default-active:not(:hover) i {
  opacity: 0;
  animation-play-state: paused;
}

.company-flow-row:hover strong,
.company-flow-row:hover span {
  color: #fff;
}

.partner-depth-zone {
  position: relative;
  z-index: 2;
  grid-area: brand;
  display: grid;
  grid-template-rows: auto minmax(340px, 1fr);
  gap: 18px;
  min-height: 0;
  perspective: 1100px;
}

.partner-depth-carousel {
  position: relative;
  width: min(420px, 100%);
  height: min(48vh, 420px);
  min-height: 310px;
  place-self: center;
  transform-style: preserve-3d;
  animation: partner-depth-spin 20s linear infinite;
}

.partner-depth-carousel:hover {
  animation-play-state: paused;
}

.partner-depth-card {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 172px;
  height: 112px;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 12px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 20px 48px rgba(0,0,0,.44), 0 0 26px rgba(66,231,255,.12);
  transform:
    translate(-50%, -50%)
    rotateY(calc((360deg / var(--total)) * var(--i)))
    translateZ(360px);
  backface-visibility: hidden;
}

.partner-depth-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.company-effect-scanner {
  background:
    linear-gradient(rgba(66,231,255,.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(66,231,255,.11) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, rgba(66,231,255,.18), transparent 58%),
    #020407;
  background-size: 34px 34px, 34px 34px, 100% 100%, 100% 100%;
}

.company-effect-scanner::before,
.company-effect-scanner::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.company-effect-scanner::before {
  background: linear-gradient(180deg, transparent 0 44%, rgba(66,231,255,.55) 49%, rgba(255,255,255,.35) 50%, rgba(66,231,255,.4) 51%, transparent 57% 100%);
  animation: scanner-vertical-sweep 2.8s ease-in-out infinite;
  mix-blend-mode: screen;
}

.company-effect-scanner::after {
  background: linear-gradient(90deg, transparent 0 46%, rgba(124,255,103,.22) 50%, transparent 54% 100%);
  animation: scanner-horizontal-sweep 4.2s ease-in-out infinite;
  mix-blend-mode: screen;
}

.company-experience-layer[data-experience="company-video"] .company-effect-gridscan,
.company-experience-layer[data-experience="trade-show"] .company-effect-floating-lines,
.company-experience-layer[data-experience="gallery-brand"] .company-effect-iridescence,
.company-experience-layer[data-experience="loading-container"] .company-effect-scanner {
  opacity: 1 !important;
}

@keyframes company-flow-image-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes partner-depth-spin {
  from { transform: rotateY(0deg) rotateX(-4deg); }
  to { transform: rotateY(-360deg) rotateX(-4deg); }
}

@keyframes scanner-vertical-sweep {
  0%, 100% { transform: translateY(-42%); opacity: .28; }
  50% { transform: translateY(42%); opacity: 1; }
}

@keyframes scanner-horizontal-sweep {
  0%, 100% { transform: translateX(-34%); opacity: .2; }
  50% { transform: translateX(34%); opacity: .7; }
}

@media (max-width: 1100px) {
  .company-experience-layer[data-experience="gallery-brand"] .company-gallery-brand-card,
  .company-video-card {
    grid-template-columns: 1fr !important;
    grid-template-areas: "copy" "gallery" "brand" !important;
  }

  .partner-depth-card {
    transform:
      translate(-50%, -50%)
      rotateY(calc((360deg / var(--total)) * var(--i)))
      translateZ(260px);
  }
}

@media (max-width: 640px) {
  .company-experience-layer {
    padding: 8px !important;
  }

  .company-experience-header {
    grid-template-columns: auto minmax(0, 1fr) !important;
    gap: 8px !important;
  }

  .company-experience-tabs {
    grid-column: 1 / -1 !important;
    justify-content: flex-start !important;
  }

  .company-experience-tabs button {
    min-height: 30px !important;
    padding: 0 8px !important;
    font-size: 8px !important;
  }

  .company-experience-card {
    padding: 12px 4px 22px !important;
  }

  .company-video-frame video {
    min-height: 230px !important;
  }

  .company-flow-row {
    grid-template-columns: 1fr !important;
    min-height: 96px;
    gap: 4px;
    padding: 10px 12px;
  }

  .company-flow-row i img {
    width: 142px;
  }

  .partner-depth-zone {
    grid-template-rows: auto 280px;
  }

  .partner-depth-carousel {
    width: 100%;
    height: 280px;
    min-height: 280px;
  }

  .partner-depth-card {
    width: 126px;
    height: 82px;
    transform:
      translate(-50%, -50%)
      rotateY(calc((360deg / var(--total)) * var(--i)))
      translateZ(170px);
  }
}

/* Final scheme-two layer: company pages, transition stops, and root logo cleanup. */
html body header.topbar .company-name,
html body header.topbar .company-brand,
html body .company-name,
html body .company-brand {
  overflow: visible !important;
  text-decoration: none !important;
}

html body header.topbar .company-mark,
html body .company-mark {
  object-fit: contain !important;
  object-position: center !important;
  clip-path: none !important;
  transform: none !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.company-experience-layer {
  position: absolute;
  z-index: 25;
  inset: 106px max(28px, calc((100vw - 1180px) / 2)) 34px;
  display: grid;
  opacity: 0;
  transform: translateY(22px) scale(.98);
  pointer-events: none;
  transition: opacity 280ms ease, transform 420ms cubic-bezier(.2,.8,.2,1);
}

.company-experience-layer.is-open {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.company-experience-shell {
  position: relative;
  min-height: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 14px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(5, 8, 13, .92), rgba(9, 16, 24, .88));
  box-shadow: 0 28px 88px rgba(0,0,0,.56);
  backdrop-filter: blur(18px);
}

.company-experience-header {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto minmax(210px, 1fr) auto auto;
  align-items: center;
  gap: 13px;
}

.company-experience-back,
.company-experience-continue,
.company-experience-tabs button {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 13px;
  color: #e9f6ff;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 9px;
  background: rgba(255,255,255,.055);
  font: 700 11px/1 "Space Grotesk", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.company-experience-back:hover,
.company-experience-continue:hover,
.company-experience-tabs button:hover,
.company-experience-tabs button.is-active {
  color: #041019;
  border-color: var(--cyan);
  background: var(--cyan);
  transform: translateY(-1px);
}

.company-experience-heading span {
  display: block;
  margin-bottom: 5px;
  color: var(--yellow);
  font: 800 10px/1 "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.company-experience-heading h2 {
  margin: 0;
  color: #fff;
  font: 700 clamp(22px, 3vw, 38px)/1 "Space Grotesk", sans-serif;
  letter-spacing: 0;
}

.company-experience-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
}

.company-experience-content {
  position: relative;
  z-index: 1;
  min-height: 0;
  overflow: auto;
  border-radius: 12px;
}

.company-experience-card {
  position: relative;
  min-height: 100%;
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(360px, 1.22fr);
  gap: 22px;
  padding: clamp(18px, 3vw, 30px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  background: rgba(3, 6, 11, .58);
}

.company-gallery-brand-card {
  grid-template-columns: minmax(260px, .62fr) minmax(360px, 1fr);
  grid-template-areas:
    "copy gallery"
    "brand brand";
}

.company-experience-copy {
  position: relative;
  z-index: 2;
  align-self: center;
}

.company-gallery-brand-card .company-experience-copy { grid-area: copy; }

.company-experience-copy h3 {
  max-width: 620px;
  margin: 0 0 16px;
  color: #fff;
  font: 700 clamp(25px, 4vw, 52px)/.96 "Space Grotesk", sans-serif;
  letter-spacing: 0;
}

.company-experience-copy p {
  max-width: 660px;
  margin: 0;
  color: #b6c0cc;
  font-size: 15px;
  line-height: 1.72;
}

.company-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 22px;
}

.company-stat-grid span {
  min-height: 46px;
  display: flex;
  align-items: center;
  padding: 0 13px;
  color: #eaf8ff;
  border: 1px solid rgba(66,231,255,.22);
  border-radius: 8px;
  background: rgba(66,231,255,.07);
  font: 700 11px/1.2 "Space Grotesk", sans-serif;
}

.company-video-frame {
  position: relative;
  z-index: 2;
  align-self: stretch;
  display: grid;
  grid-template-rows: minmax(260px, 1fr) auto;
  gap: 13px;
}

.company-video-frame video {
  width: 100%;
  height: 100%;
  min-height: 310px;
  display: block;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 12px;
  background: #020406;
  box-shadow: 0 22px 60px rgba(0,0,0,.42);
}

.company-video-note {
  display: grid;
  gap: 6px;
  padding: 12px 14px;
  color: #c3ccd7;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 9px;
  background: rgba(255,255,255,.045);
  font-size: 12px;
  line-height: 1.45;
}

.company-video-note strong { color: #fff; font-weight: 700; }
.company-video-note span { color: #86f3ff; font-family: "Space Grotesk", sans-serif; }

.company-effect {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  opacity: .95;
  pointer-events: none;
}

.company-effect span {
  position: absolute;
  display: block;
  pointer-events: none;
}

.company-effect-gridscan {
  background:
    linear-gradient(rgba(66,231,255,.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(66,231,255,.13) 1px, transparent 1px),
    radial-gradient(circle at 68% 35%, rgba(124,255,103,.13), transparent 35%),
    #03070c;
  background-size: 42px 42px, 42px 42px, 100% 100%, 100% 100%;
}

.company-effect-gridscan::before,
.company-effect-gridscan::after {
  content: "";
  position: absolute;
  inset: -35% 0;
  background: linear-gradient(180deg, transparent 0 42%, rgba(66,231,255,.36) 50%, transparent 58% 100%);
  mix-blend-mode: screen;
  animation: gridscan-pass 3.8s linear infinite;
}

.company-effect-gridscan::after {
  background: linear-gradient(90deg, transparent 0 46%, rgba(255,209,90,.24) 50%, transparent 54% 100%);
  animation: gridscan-side-pass 5.2s ease-in-out infinite;
}

.company-effect-iridescence {
  background:
    radial-gradient(circle at 20% 20%, rgba(255,209,90,.22), transparent 32%),
    radial-gradient(circle at 78% 32%, rgba(66,231,255,.28), transparent 34%),
    radial-gradient(circle at 38% 82%, rgba(255,77,157,.24), transparent 34%),
    conic-gradient(from 0deg, rgba(124,255,103,.16), rgba(82,39,255,.2), rgba(66,231,255,.16), rgba(255,209,90,.16), rgba(124,255,103,.16));
  filter: saturate(1.35);
  animation: iridescence-drift 8s ease-in-out infinite alternate;
}

.company-effect-floating-lines {
  background: radial-gradient(circle at 50% 50%, rgba(66,231,255,.1), transparent 55%), #03070c;
}

.company-effect-floating-lines::before,
.company-effect-floating-lines::after {
  content: "";
  position: absolute;
  inset: 10% -20%;
  background:
    repeating-radial-gradient(ellipse at 50% 50%, transparent 0 18px, rgba(66,231,255,.2) 20px 22px, transparent 24px 42px);
  transform: rotate(-8deg);
  animation: floating-lines 7s ease-in-out infinite;
}

.company-effect-floating-lines::after {
  inset: 0 -28%;
  opacity: .55;
  transform: rotate(11deg);
  animation-direction: reverse;
}

.company-effect-prism {
  background:
    radial-gradient(circle at 72% 30%, rgba(255,77,157,.2), transparent 28%),
    radial-gradient(circle at 22% 70%, rgba(124,255,103,.18), transparent 30%),
    #03070c;
}

.company-effect-prism::before {
  content: "";
  position: absolute;
  width: 62vmin;
  height: 62vmin;
  right: 7%;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  clip-path: polygon(50% 0, 100% 86%, 0 86%);
  background: conic-gradient(from 90deg, rgba(66,231,255,.05), rgba(255,209,90,.36), rgba(255,77,157,.28), rgba(124,255,103,.24), rgba(66,231,255,.05));
  filter: blur(.2px);
  animation: prism-spin 8s linear infinite;
}

.company-effect-prism::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0 35%, rgba(255,255,255,.16) 48%, transparent 60% 100%);
  animation: prism-sweep 4.4s ease-in-out infinite;
}

.company-gallery-stage {
  position: relative;
  z-index: 2;
  grid-area: gallery;
  display: grid;
  align-content: center;
  gap: 14px;
  overflow: hidden;
  padding: 10px 0;
}

.company-gallery-row {
  display: flex;
  width: max-content;
  gap: 14px;
  animation: company-gallery-scroll 34s linear infinite;
}

.company-gallery-row.is-reverse {
  animation-direction: reverse;
  animation-duration: 42s;
}

.company-gallery-row figure {
  width: clamp(170px, 18vw, 248px);
  aspect-ratio: 1.38;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 12px;
  background: rgba(255,255,255,.06);
  box-shadow: 0 14px 34px rgba(0,0,0,.28);
}

.company-gallery-row img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: rgba(238,242,244,.95);
}

.brand-zone {
  position: relative;
  z-index: 2;
  grid-area: brand;
  display: grid;
  gap: 12px;
  margin-top: 6px;
}

.brand-zone header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.brand-zone header span {
  color: var(--cyan);
  font: 800 10px/1 "Space Grotesk", sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.brand-zone header h3 {
  margin: 0;
  color: #fff;
  font: 700 24px/1 "Space Grotesk", sans-serif;
}

.brand-flowing-menu {
  display: grid;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(2, 5, 9, .58);
}

.brand-flow-row {
  position: relative;
  min-height: 54px;
  display: grid;
  grid-template-columns: minmax(150px, .45fr) minmax(240px, 1fr) minmax(150px, .45fr);
  align-items: center;
  gap: 16px;
  padding: 0 18px;
  overflow: hidden;
  color: #eff7ff;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: transparent;
  cursor: pointer;
  text-align: left;
  transition: color 180ms ease, background 180ms ease;
}

.brand-flow-row:last-child { border-bottom: 0; }
.brand-flow-row strong { position: relative; z-index: 2; font: 800 17px/1 "Space Grotesk", sans-serif; letter-spacing: 0; }
.brand-flow-row span { position: relative; z-index: 2; color: #aeb9c7; font-size: 13px; line-height: 1.35; }
.brand-flow-row small { position: relative; z-index: 2; color: var(--yellow); font: 800 11px/1.2 "Space Grotesk", sans-serif; text-transform: uppercase; }

.brand-flow-row i {
  position: absolute;
  inset: 0;
  opacity: 0;
  background:
    radial-gradient(circle at 10% 50%, rgba(255,77,157,.3) 0 10px, transparent 12px),
    radial-gradient(circle at 28% 50%, rgba(255,209,90,.38) 0 12px, transparent 14px),
    radial-gradient(circle at 47% 50%, rgba(66,231,255,.3) 0 9px, transparent 11px),
    radial-gradient(circle at 66% 50%, rgba(124,255,103,.3) 0 11px, transparent 13px),
    radial-gradient(circle at 86% 50%, rgba(255,77,157,.28) 0 10px, transparent 12px);
  background-size: 360px 100%;
  animation: brand-candy-flow 4.5s linear infinite;
}

.brand-flow-row:hover {
  color: #031018;
  background: rgba(255,255,255,.94);
}

.brand-flow-row:hover span { color: #243342; }
.brand-flow-row:hover small { color: #b13c82; }
.brand-flow-row:hover i { opacity: .9; }

.showroom.is-company-experience-open .carousel-controls,
.showroom.is-company-experience-open .social-rail,
.showroom.is-company-experience-open .product-sound-toggle,
.showroom.is-company-experience-open .category-readout {
  opacity: 0;
  pointer-events: none;
}

@keyframes gridscan-pass {
  from { transform: translateY(-25%); }
  to { transform: translateY(38%); }
}

@keyframes gridscan-side-pass {
  0%, 100% { transform: translateX(-22%); opacity: .35; }
  50% { transform: translateX(22%); opacity: .9; }
}

@keyframes iridescence-drift {
  from { filter: hue-rotate(0deg) saturate(1.25); transform: scale(1); }
  to { filter: hue-rotate(55deg) saturate(1.45); transform: scale(1.06); }
}

@keyframes floating-lines {
  0%, 100% { transform: translateY(-4%) rotate(-8deg); }
  50% { transform: translateY(7%) rotate(-4deg); }
}

@keyframes prism-spin {
  from { transform: translateY(-50%) rotate(20deg); }
  to { transform: translateY(-50%) rotate(380deg); }
}

@keyframes prism-sweep {
  0%, 100% { transform: translateX(-36%); opacity: .12; }
  50% { transform: translateX(28%); opacity: .42; }
}

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

@keyframes brand-candy-flow {
  from { background-position: 0 0; }
  to { background-position: 360px 0; }
}

@media (max-width: 980px) {
  .company-experience-layer { inset: 98px 18px 32px; }
  .company-experience-header { grid-template-columns: auto minmax(0, 1fr); }
  .company-experience-tabs { grid-column: 1 / -1; justify-content: flex-start; }
  .company-experience-continue { grid-column: 1 / -1; justify-self: start; }
  .company-experience-card,
  .company-gallery-brand-card {
    grid-template-columns: 1fr;
    grid-template-areas: "copy" "gallery" "brand";
  }
  .company-video-frame video { min-height: 260px; }
}

@media (max-width: 640px) {
  html body header.topbar {
    grid-template-columns: minmax(164px, 1fr) 132px !important;
    min-height: 132px !important;
    padding: 9px 8px 8px !important;
    gap: 5px !important;
  }

  html body header.topbar .company-brand {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  html body header.topbar .company-name {
    width: 100% !important;
    grid-template-columns: 42px minmax(0, 1fr) !important;
    gap: 5px !important;
    overflow: visible !important;
  }

  html body header.topbar .company-mark {
    width: 42px !important;
    height: 42px !important;
    object-fit: contain !important;
  }

  html body header.topbar .company-copy {
    display: grid !important;
    gap: 1px !important;
    min-width: 0 !important;
    overflow: visible !important;
  }

  html body header.topbar .company-name strong {
    width: max-content !important;
    max-width: none !important;
    white-space: nowrap !important;
    overflow: visible !important;
    overflow-wrap: normal !important;
    font-size: 17px !important;
    line-height: 1 !important;
    transform: scaleX(.68) !important;
    transform-origin: left center !important;
  }

  html body header.topbar .company-name small {
    width: max-content !important;
    max-width: none !important;
    white-space: nowrap !important;
    overflow: visible !important;
    font-size: 8px !important;
    line-height: 1 !important;
  }

  html body header.topbar .company-trust-row {
    max-width: 156px !important;
    font-size: 7.4px !important;
    line-height: 1.12 !important;
  }

  html body header.topbar .topbar-right {
    grid-template-columns: auto auto !important;
    grid-template-areas:
      "menu lang"
      "certs certs" !important;
    justify-content: end !important;
    justify-items: end !important;
    align-content: start !important;
    gap: 6px !important;
    width: 132px !important;
    max-width: 132px !important;
  }

  html body header.topbar .mobile-nav-toggle {
    grid-area: menu !important;
    display: inline-flex !important;
  }

  html body header.topbar .language-control { grid-area: lang !important; }

  html body header.topbar .top-actions {
    position: absolute !important;
    z-index: 90 !important;
    top: 38px !important;
    right: 0 !important;
    width: 164px !important;
    max-width: 164px !important;
    display: none !important;
    grid-template-columns: 1fr !important;
    gap: 5px !important;
    padding: 7px !important;
    border: 1px solid rgba(255,255,255,.16) !important;
    border-radius: 10px !important;
    background: rgba(6, 11, 18, .94) !important;
    box-shadow: 0 18px 44px rgba(0,0,0,.4) !important;
    backdrop-filter: blur(14px) !important;
  }

  html body header.topbar .top-actions.is-mobile-open {
    display: grid !important;
  }

  html body header.topbar .top-actions .nav-command {
    width: 100% !important;
    min-width: 0 !important;
    height: 34px !important;
    min-height: 34px !important;
    display: inline-flex !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    padding: 0 10px !important;
    font-size: 12px !important;
  }

  html body header.topbar .top-actions .nav-command span,
  html body header.topbar .top-actions .nav-command b {
    display: inline-block !important;
    font-size: 12px !important;
  }

  html body header.topbar #certification-strip,
  html body header.topbar .certification-strip {
    grid-area: certs !important;
    width: 132px !important;
    max-width: 132px !important;
    grid-template-columns: repeat(2, minmax(62px, 1fr)) !important;
    gap: 4px !important;
    margin: 0 !important;
  }

  html body header.topbar .certification-card {
    height: 31px !important;
    min-height: 31px !important;
    padding: 3px 4px !important;
  }

  html body header.topbar .certification-logo {
    font-size: 9.5px !important;
    line-height: 1 !important;
  }

  html body header.topbar .certification-action {
    display: none !important;
  }

  html body .floating-kiki {
    top: 78% !important;
    right: 8px !important;
    bottom: auto !important;
  }

  .company-experience-layer {
    inset: 138px 8px 12px;
  }

  .company-experience-shell {
    padding: 10px;
    border-radius: 11px;
  }

  .company-experience-header {
    grid-template-columns: auto 1fr;
    gap: 8px;
  }

  .company-experience-back {
    width: 36px;
    min-width: 36px;
    padding: 0;
  }

  .company-experience-back span { display: none; }
  .company-experience-heading h2 { font-size: 22px; }
  .company-experience-heading span { font-size: 8px; }
  .company-experience-tabs { grid-column: 1 / -1; gap: 5px; }
  .company-experience-tabs button { min-height: 30px; padding: 0 8px; font-size: 9px; }
  .company-experience-continue { grid-column: 1 / -1; justify-self: stretch; min-height: 36px; }
  .company-experience-card { padding: 12px; gap: 16px; }
  .company-experience-copy h3 { font-size: 28px; }
  .company-experience-copy p { font-size: 13px; line-height: 1.58; }
  .company-stat-grid { grid-template-columns: 1fr; gap: 6px; }
  .company-stat-grid span { min-height: 36px; font-size: 10px; }
  .company-video-frame video { min-height: 188px; }
  .company-gallery-row figure { width: 152px; }
  .brand-zone header { display: grid; gap: 6px; }
  .brand-zone header h3 { font-size: 19px; }
  .brand-flow-row {
    min-height: 68px;
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 9px 12px;
  }
  .brand-flow-row strong { font-size: 15px; }
  .brand-flow-row span { font-size: 12px; }
  .brand-flow-row small { font-size: 10px; }
}

html body .showroom.is-showcase-open .category-readout,
html body .showroom.is-showcase-open .category-caption,
html body .showroom.is-showcase-open .category-progress,
html body .showroom.is-showcase-open #category-name,
html body .showroom.is-showcase-open #category-number,
html body .showroom.is-showcase-open #category-position {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

@media (max-width: 640px) {
  html body #previous-category,
  html body #next-category,
  html body .carousel-controls #previous-category,
  html body .carousel-controls #next-category {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

/* Final type and product-navigation cleanup. */
.company-trust-row {
  font-size: 11px !important;
}

.certification-logo {
  font-size: 11px !important;
}

#category-readout i {
  display: none !important;
}

#category-readout::after,
#category-readout h1::after,
#category-name::after,
.category-readout::after,
.category-readout h1::after {
  content: none !important;
  display: none !important;
}

#showcase-pagination:has(.showcase-page:only-child),
#category-pagination:has(.showcase-page:only-child) {
  display: none !important;
}

.mobile-scroll-hint {
  display: none;
}

@media (max-width: 640px) {
  html body header.topbar {
    grid-template-columns: 152px minmax(0, 1fr) !important;
    gap: 5px !important;
  }

  html body header.topbar .company-brand {
    width: 152px !important;
    max-width: 152px !important;
  }

  html body header.topbar .company-name {
    width: 152px !important;
    grid-template-columns: 36px minmax(0, 1fr) !important;
    gap: 4px !important;
    overflow: visible !important;
  }

  html body header.topbar .company-mark {
    width: 36px !important;
    height: 36px !important;
    object-fit: contain !important;
    clip-path: none !important;
    transform: none !important;
  }

  html body header.topbar .company-copy {
    display: block !important;
    min-width: 0 !important;
    overflow: visible !important;
  }

  html body header.topbar .company-name strong {
    display: block !important;
    width: max-content !important;
    max-width: none !important;
    white-space: nowrap !important;
    overflow: visible !important;
    font-size: 16px !important;
    line-height: 1 !important;
    transform: scaleX(0.72) !important;
    transform-origin: left center !important;
  }

  html body header.topbar .company-name small {
    display: block !important;
    white-space: nowrap !important;
    font-size: 7px !important;
    line-height: 1 !important;
  }

  html body header.topbar .topbar-right {
    max-width: 145px !important;
  }

  html body header.topbar #certification-strip,
  html body header.topbar .certification-strip {
    width: 145px !important;
    max-width: 145px !important;
    grid-template-columns: repeat(2, minmax(70px, 1fr)) !important;
  }

  html body header.topbar .certification-logo {
    font-size: 10px !important;
  }

  html body .product-film-stage {
    scale: 1.2 !important;
    transform-origin: center center !important;
  }

  html body .floating-kiki {
    top: 68% !important;
    bottom: auto !important;
  }

  html body .mobile-scroll-hint {
    position: absolute !important;
    z-index: 18 !important;
    top: 63% !important;
    left: 50% !important;
    width: 40px !important;
    height: 40px !important;
    display: grid !important;
    place-items: center !important;
    padding: 0 !important;
    color: #071017 !important;
    border: 1px solid rgba(102, 239, 255, 0.9) !important;
    border-radius: 50% !important;
    background: rgba(106, 239, 255, 0.92) !important;
    box-shadow: 0 0 0 6px rgba(66, 231, 255, 0.1), 0 10px 24px rgba(0, 0, 0, 0.34) !important;
    transform: translateX(-50%) !important;
    animation: mobile-scroll-pulse 1.25s ease-in-out infinite !important;
    pointer-events: auto !important;
  }

  html body .mobile-scroll-hint svg {
    width: 22px !important;
    height: 22px !important;
    stroke-width: 2.5 !important;
  }

  html body .category-readout,
  html body #category-readout {
    border-bottom: 0 !important;
  }
}

@keyframes mobile-scroll-pulse {
  0%, 100% {
    opacity: 0.35;
    transform: translateX(-50%) translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) translateY(7px);
  }
}

.mobile-nav-toggle {
  display: none;
}

@media (max-width: 640px) {
  html body header.topbar {
    grid-template-columns: 138px minmax(0, 1fr) !important;
    min-height: 126px !important;
  }

  html body header.topbar .company-brand {
    width: 138px !important;
    max-width: 138px !important;
  }

  html body header.topbar .company-name {
    width: 138px !important;
  }

  html body header.topbar .company-mark {
    clip-path: none !important;
    transform: none !important;
  }

  html body header.topbar .topbar-right {
    grid-template-columns: auto auto !important;
    grid-template-areas:
      "menu lang"
      "certs certs" !important;
    justify-content: end !important;
    align-items: start !important;
    gap: 6px !important;
    max-width: 166px !important;
  }

  html body header.topbar .mobile-nav-toggle {
    grid-area: menu !important;
    width: 38px !important;
    height: 32px !important;
    min-height: 32px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    padding: 0 !important;
    color: #f5fbff !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.07) !important;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.24) !important;
    pointer-events: auto !important;
  }

  html body header.topbar .mobile-nav-toggle span {
    display: none !important;
  }

  html body header.topbar .mobile-nav-toggle svg {
    width: 18px !important;
    height: 18px !important;
  }

  html body header.topbar .language-control {
    grid-area: lang !important;
    position: relative !important;
    z-index: 80 !important;
    pointer-events: auto !important;
  }

  html body header.topbar .language-toggle {
    width: 42px !important;
    min-width: 42px !important;
    height: 32px !important;
    min-height: 32px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 8px !important;
    font-size: 12px !important;
  }

  html body header.topbar .top-actions {
    position: absolute !important;
    z-index: 90 !important;
    top: 38px !important;
    right: 0 !important;
    width: 164px !important;
    max-width: 164px !important;
    display: none !important;
    grid-template-columns: 1fr !important;
    gap: 5px !important;
    padding: 7px !important;
    border: 1px solid rgba(255,255,255,.16) !important;
    border-radius: 10px !important;
    background: rgba(6, 11, 18, .94) !important;
    box-shadow: 0 18px 44px rgba(0,0,0,.4) !important;
    backdrop-filter: blur(14px) !important;
    pointer-events: auto !important;
  }

  html body header.topbar .top-actions.is-mobile-open {
    display: grid !important;
  }

  html body header.topbar .top-actions .nav-command {
    width: 100% !important;
    min-width: 0 !important;
    height: 34px !important;
    min-height: 34px !important;
    display: inline-flex !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    padding: 0 10px !important;
    font-size: 12px !important;
    border-radius: 7px !important;
  }

  html body header.topbar .top-actions .nav-command span {
    display: inline !important;
    font-size: 12px !important;
  }

  html body header.topbar .top-actions .nav-command b {
    display: inline-block !important;
  }

  html body header.topbar .top-actions .nav-command svg {
    width: 15px !important;
    height: 15px !important;
  }

  html body header.topbar #certification-strip,
  html body header.topbar .certification-strip {
    grid-area: certs !important;
    width: 160px !important;
    max-width: 160px !important;
    grid-template-columns: repeat(2, minmax(76px, 1fr)) !important;
  }

  html body header.topbar .certification-card {
    height: 32px !important;
    min-height: 32px !important;
  }

  html body header.topbar .certification-logo {
    font-size: 10px !important;
    font-weight: 800 !important;
  }

  html body header.topbar .certification-action {
    display: none !important;
  }

  html body .showroom .category-arrow,
  html body .showroom .carousel-arrow,
  html body .showroom .scene-arrow,
  html body .showroom .nav-arrow,
  html body .showroom .prev-category,
  html body .showroom .next-category,
  html body .showroom button[aria-label*="Previous"],
  html body .showroom button[aria-label*="Next"],
  html body .showroom button[title*="Previous"],
  html body .showroom button[title*="Next"] {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}
@media (max-width: 640px) {
  html body .topbar {
    display: grid !important;
    grid-template-columns: 142px minmax(0, 1fr) !important;
    grid-template-areas: "brand right" !important;
    align-items: start !important;
    gap: 6px !important;
    min-height: 132px !important;
    height: auto !important;
    padding: 10px 8px 8px !important;
    overflow: visible !important;
  }

  html body .company-brand {
    grid-area: brand !important;
    width: 142px !important;
    max-width: 142px !important;
    min-width: 0 !important;
    gap: 5px !important;
  }

  html body .company-name {
    display: grid !important;
    grid-template-columns: 40px minmax(0, 1fr) !important;
    gap: 4px !important;
    align-items: center !important;
    width: 142px !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  html body .company-mark {
    width: 40px !important;
    height: 40px !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    object-fit: cover !important;
    object-position: center !important;
    clip-path: none !important;
    transform: none !important;
    transform-origin: center !important;
  }

  html body .company-copy {
    display: grid !important;
    gap: 1px !important;
    min-width: 0 !important;
  }

  html body .company-name strong {
    max-width: 92px !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    font-size: 14px !important;
    line-height: 0.94 !important;
    letter-spacing: 0 !important;
  }

  html body .company-name small {
    max-width: 92px !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    font-size: 7px !important;
    line-height: 1 !important;
  }

  html body .company-trust-row {
    display: grid !important;
    gap: 4px !important;
    max-width: 136px !important;
    white-space: normal !important;
    font-size: 7.5px !important;
    line-height: 1.15 !important;
  }

  html body .company-trust-row .view-certificate {
    justify-self: start !important;
    min-height: 22px !important;
    padding: 3px 7px !important;
    font-size: 7px !important;
  }

  html body .topbar-right {
    grid-area: right !important;
    display: grid !important;
    justify-items: end !important;
    align-content: start !important;
    gap: 6px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 162px !important;
    margin: 0 !important;
  }

  html body .top-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-end !important;
    gap: 4px !important;
    width: 100% !important;
    max-width: 162px !important;
  }

  html body .nav-command,
  html body .language-toggle {
    position: relative !important;
    width: 30px !important;
    min-width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
    justify-content: center !important;
    gap: 0 !important;
    padding: 0 !important;
    border-radius: 7px !important;
    font-size: 0 !important;
  }

  html body .nav-command span,
  html body .nav-command b {
    display: none !important;
  }

  html body .nav-command svg,
  html body .language-toggle svg {
    width: 16px !important;
    height: 16px !important;
  }

  html body .language-toggle span {
    display: inline !important;
    min-width: 0 !important;
    font-size: 11px !important;
    line-height: 1 !important;
  }

  html body .language-toggle svg:first-child,
  html body .language-toggle svg:last-child {
    display: none !important;
  }

  html body #certification-strip,
  html body .certification-strip {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(70px, 1fr)) !important;
    gap: 5px !important;
    width: 150px !important;
    max-width: 150px !important;
    margin: 0 !important;
    justify-self: end !important;
    overflow: visible !important;
  }

  html body .certification-card {
    width: 100% !important;
    min-width: 0 !important;
    height: 31px !important;
    min-height: 31px !important;
    padding: 4px 5px !important;
  }

  html body .certification-logo {
    font-size: 9px !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
  }

  html body .certification-action {
    display: none !important;
  }
}

html body .showroom.is-showcase-open .category-readout,
html body .showroom.is-showcase-open .category-caption,
html body .showroom.is-showcase-open .category-progress,
html body .showroom.is-showcase-open #category-name,
html body .showroom.is-showcase-open #category-number,
html body .showroom.is-showcase-open #category-position {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

@media (max-width: 640px) {
  html body .showcase-layer.is-open .showcase-pagination {
    position: static !important;
    padding: 10px 0 4px !important;
    margin: 0 !important;
    min-height: 36px !important;
    background: transparent !important;
  }

  html body .showcase-layer.is-open .showcase-page {
    width: 26px !important;
    height: 26px !important;
  }

  html body .showcase-grid {
    padding-bottom: 10px !important;
  }
}
/* EOF final lock for Scheme Two legacy override cleanup. */
body.is-company-experience-open header.topbar .company-trust-row,
body.is-company-experience-open header.topbar #certification-strip,
body.is-company-experience-open header.topbar .certification-strip {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html body header.topbar .company-mark,
html body .company-mark {
  object-fit: contain !important;
  object-position: center center !important;
  clip-path: none !important;
  transform: none !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

#category-readout i,
#category-readout::after,
#category-readout h1::after,
#category-name::after,
.category-readout::after,
.category-readout h1::after {
  content: none !important;
  display: none !important;
}

@media (max-width: 640px) {
  html body header.topbar {
    grid-template-columns: minmax(164px, 1fr) 132px !important;
    min-height: 132px !important;
    padding: 9px 8px 8px !important;
    gap: 5px !important;
    overflow: visible !important;
  }

  html body header.topbar .company-brand {
    width: 100% !important;
    max-width: none !important;
    overflow: visible !important;
  }

  html body header.topbar .company-name {
    width: 100% !important;
    grid-template-columns: 42px minmax(0, 1fr) !important;
    gap: 5px !important;
    overflow: visible !important;
  }

  html body header.topbar .company-mark {
    width: 42px !important;
    height: 42px !important;
    object-fit: contain !important;
  }

  html body header.topbar .company-name strong {
    width: max-content !important;
    max-width: none !important;
    white-space: nowrap !important;
    overflow: visible !important;
    overflow-wrap: normal !important;
    font-size: 17px !important;
    line-height: 1 !important;
    transform: scaleX(.68) !important;
    transform-origin: left center !important;
  }

  html body header.topbar .topbar-right {
    grid-template-columns: auto auto !important;
    grid-template-areas:
      "menu lang"
      "certs certs" !important;
    justify-content: end !important;
    justify-items: end !important;
    align-content: start !important;
    width: 132px !important;
    max-width: 132px !important;
  }

  html body header.topbar .top-actions {
    position: absolute !important;
    top: 38px !important;
    right: 0 !important;
    width: 164px !important;
    max-width: 164px !important;
    display: none !important;
    grid-template-columns: 1fr !important;
  }

  html body header.topbar .top-actions.is-mobile-open {
    display: grid !important;
  }

  html body .floating-kiki {
    top: 78% !important;
    bottom: auto !important;
  }
}

/* 2026-08-08 top navigation dropdowns and unified Company video sizing. */
html body .top-actions .nav-item {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
}

html body .top-actions .nav-dropdown {
  position: absolute !important;
  top: calc(100% + 8px) !important;
  right: 0 !important;
  z-index: 60 !important;
  width: max-content !important;
  min-width: 184px !important;
  max-width: min(360px, 86vw) !important;
  max-height: min(62vh, 520px) !important;
  display: grid !important;
  gap: 5px !important;
  padding: 8px !important;
  overflow: auto !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(-6px) scale(.98) !important;
  transform-origin: top right !important;
  pointer-events: none !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  border-radius: 9px !important;
  background: rgba(5, 9, 15, .94) !important;
  box-shadow: 0 18px 42px rgba(0,0,0,.42) !important;
  backdrop-filter: blur(16px) !important;
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease !important;
}

html body .top-actions .nav-item:hover .nav-dropdown,
html body .top-actions .nav-item.is-dropdown-open .nav-dropdown {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) scale(1) !important;
  pointer-events: auto !important;
}

html body .top-actions .nav-dropdown button,
html body .top-actions .nav-dropdown a {
  width: 100% !important;
  min-height: 34px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  padding: 0 10px !important;
  color: #eef8ff !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 7px !important;
  background: rgba(255,255,255,.045) !important;
  text-decoration: none !important;
  font: 700 11px/1.15 "Space Grotesk", sans-serif !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  cursor: pointer !important;
}

html body .top-actions .nav-dropdown button:hover,
html body .top-actions .nav-dropdown a:hover {
  color: #041019 !important;
  border-color: var(--cyan) !important;
  background: var(--cyan) !important;
}

html body .top-actions .nav-dropdown-products {
  min-width: 220px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

html body .company-video-card {
  grid-template-columns: minmax(260px, .62fr) minmax(560px, 1.38fr) !important;
}

html body .company-page-return {
  width: fit-content !important;
  min-height: 38px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  margin: 0 0 18px !important;
  padding: 0 14px !important;
  color: #e9f6ff !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  border-radius: 9px !important;
  background: rgba(255,255,255,.06) !important;
  font: 800 11px/1 "Space Grotesk", sans-serif !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
}

html body .company-page-return:hover {
  color: #041019 !important;
  border-color: var(--cyan) !important;
  background: var(--cyan) !important;
}

html body .company-page-return svg {
  width: 16px !important;
  height: 16px !important;
}

html body .company-video-frame {
  align-self: center !important;
  grid-template-rows: auto auto !important;
}

html body .company-video-crop {
  width: min(100%, 1280px) !important;
  aspect-ratio: 16 / 9 !important;
  max-height: 76vh !important;
  justify-self: center !important;
  overflow: hidden !important;
  border: 1px solid rgba(255,255,255,.13) !important;
  border-radius: 12px !important;
  background: #020406 !important;
  box-shadow: 0 22px 60px rgba(0,0,0,.42) !important;
}

html body .company-video-frame video {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9 !important;
  min-height: 0 !important;
  justify-self: center !important;
  object-fit: contain !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

html body .company-video-frame.is-vertical-video .company-video-crop {
  width: min(100%, 980px) !important;
  height: min(76vh, 820px) !important;
  aspect-ratio: 9 / 16 !important;
}

html body .company-video-frame.is-vertical-video video {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 9 / 16 !important;
  object-fit: cover !important;
  transform: scale(1.3) !important;
  transform-origin: center center !important;
}

@media (max-width: 640px) {
  html body .top-actions .nav-item {
    width: 100% !important;
    display: block !important;
  }

  html body .top-actions .nav-dropdown {
    position: static !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    max-height: 260px !important;
    margin-top: 5px !important;
    display: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto !important;
  }

  html body .top-actions .nav-item.is-dropdown-open .nav-dropdown {
    display: grid !important;
  }

  html body .top-actions .nav-dropdown-products {
    grid-template-columns: 1fr !important;
  }

  html body .company-video-card {
    grid-template-columns: 1fr !important;
  }

  html body .company-video-frame video {
    width: 100% !important;
    max-height: none !important;
  }
}

/* 2026-08-08 final mobile header and global Kiki lock. */
html body .floating-kiki {
  position: fixed !important;
  right: 18px !important;
  bottom: 22px !important;
  top: auto !important;
  z-index: 9999 !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

@media (max-width: 640px) {
  html body header.topbar {
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-areas:
      "brand controls"
      "brand certs" !important;
    min-height: 148px !important;
    padding: 8px 8px 8px !important;
    gap: 6px !important;
    align-items: start !important;
    overflow: visible !important;
  }

  html body header.topbar .company-brand {
    grid-area: brand !important;
    width: min(178px, 56vw) !important;
    max-width: 178px !important;
    min-width: 0 !important;
    overflow: visible !important;
  }

  html body header.topbar .topbar-right {
    grid-area: controls !important;
    width: 132px !important;
    max-width: 132px !important;
    min-width: 132px !important;
    display: grid !important;
    grid-template-columns: 64px 60px !important;
    grid-template-areas:
      "menu lang"
      "certs certs" !important;
    justify-content: end !important;
    justify-items: end !important;
    align-content: start !important;
    gap: 6px !important;
    overflow: visible !important;
    margin: 0 !important;
  }

  html body header.topbar .mobile-nav-toggle {
    grid-area: menu !important;
    display: inline-flex !important;
    width: 62px !important;
    min-width: 62px !important;
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 7px !important;
    font-size: 10px !important;
    transform: translateY(-19px) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  html body header.topbar .language-control {
    grid-area: lang !important;
    display: block !important;
    transform: translateY(-19px) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    width: 58px !important;
    min-width: 58px !important;
  }

  html body header.topbar .language-toggle {
    display: inline-flex !important;
    width: 58px !important;
    min-width: 58px !important;
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 6px !important;
    font-size: 11px !important;
  }

  html body header.topbar #certification-strip,
  html body header.topbar .certification-strip {
    grid-area: certs !important;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 5px !important;
    width: 132px !important;
    max-width: 132px !important;
    min-width: 132px !important;
    margin: 0 !important;
    justify-self: end !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    overflow: visible !important;
  }

  html body header.topbar .certification-card {
    width: 100% !important;
    min-width: 0 !important;
    height: 34px !important;
    min-height: 34px !important;
    padding: 4px 3px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
  }

  html body header.topbar .certification-logo {
    display: block !important;
    max-width: 100% !important;
    color: #86f3ff !important;
    font-size: 9.5px !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
    white-space: normal !important;
    text-align: center !important;
  }

  html body header.topbar .certification-action {
    display: none !important;
  }

  html body header.topbar .top-actions {
    top: 23px !important;
    right: 0 !important;
    width: min(230px, 88vw) !important;
    max-width: min(230px, 88vw) !important;
    z-index: 10000 !important;
  }

  html body .floating-kiki {
    right: 10px !important;
    bottom: 18px !important;
    top: auto !important;
    width: 58px !important;
    min-height: 94px !important;
    z-index: 10001 !important;
  }
}

html body .topbar-right {
  z-index: 40 !important;
  overflow: visible !important;
}

html body .language-control {
  position: relative !important;
  z-index: 10020 !important;
}

html body .language-toggle {
  position: relative !important;
  z-index: 10020 !important;
}

html body .language-menu {
  z-index: 10021 !important;
}

html body .language-menu[hidden] {
  display: none !important;
}

/* Desktop language switch hit-area fix. */
html body header.topbar .topbar-right,
html body .topbar-right {
  z-index: 40 !important;
  overflow: visible !important;
  pointer-events: auto !important;
}

html body header.topbar .language-control,
html body .language-control {
  position: relative !important;
  z-index: 10020 !important;
  pointer-events: auto !important;
}

html body header.topbar .language-toggle,
html body .language-toggle,
html body header.topbar .language-menu,
html body .language-menu,
html body header.topbar .language-menu button,
html body .language-menu button {
  pointer-events: auto !important;
}

html body header.topbar .language-menu,
html body .language-menu {
  z-index: 10021 !important;
}

html body header.topbar .language-menu[hidden],
html body .language-menu[hidden] {
  display: none !important;
  pointer-events: none !important;
}
/* 2026-08-09: global social rail, desktop Kiki emphasis, and contact visibility. */
html body .social-rail {
  position: fixed !important;
  z-index: 9998 !important;
  left: 28px !important;
  bottom: 24px !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

html body .showroom.is-showcase-open .social-rail,
html body .showroom.is-company-experience-open .social-rail,
html body .showroom.is-category-launching .social-rail {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

@media (min-width: 641px) {
  html body .floating-kiki {
    width: 117px !important;
    min-height: 198px !important;
    right: 24px !important;
    bottom: 28px !important;
    top: auto !important;
    padding: 16px 12px 14px !important;
    gap: 12px !important;
    border-radius: 10px !important;
  }

  html body .floating-kiki img {
    width: 72px !important;
    height: 72px !important;
    border-width: 3px !important;
  }

  html body .floating-kiki span {
    max-width: 88px !important;
    font-size: 15px !important;
    line-height: 1.08 !important;
  }

  html body .floating-kiki::after {
    content: "Pls ask me if you have any questions";
    position: absolute;
    right: calc(100% + 12px);
    top: 18px;
    width: 188px;
    padding: 10px 12px;
    color: #071014;
    border: 1px solid rgba(66, 231, 255, .62);
    border-radius: 8px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 16px 36px rgba(0,0,0,.28), 0 0 22px rgba(66,231,255,.22);
    font: 800 13px/1.25 "Space Grotesk", sans-serif;
    text-align: left;
    animation: kiki-help-bubble 2.4s ease-in-out infinite;
    pointer-events: none;
  }
}

@media (max-width: 640px) {
  html body .floating-kiki::after {
    content: none !important;
  }
}

@keyframes kiki-help-bubble {
  0%, 100% { opacity: .42; transform: translateX(8px); }
  45%, 70% { opacity: 1; transform: translateX(0); }
}

/* 2026-08-10: subtle floating motion for the AI Kiki entry. */
html body .floating-kiki {
  animation: kiki-soft-float 3.8s ease-in-out infinite !important;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, .34),
    0 0 24px rgba(66, 231, 255, .28),
    0 0 0 0 rgba(66, 231, 255, .34),
    0 0 34px rgba(255, 209, 90, .24) !important;
  will-change: translate;
}

html body .floating-kiki::before {
  content: "";
  position: absolute;
  inset: -8px;
  z-index: -1;
  border-radius: inherit;
  background: radial-gradient(circle, rgba(66,231,255,.38), rgba(255,209,90,.22) 42%, transparent 70%);
  filter: blur(10px);
  opacity: .78;
  animation: kiki-soft-glow 2.8s ease-in-out infinite;
  pointer-events: none;
}

html body .floating-kiki:hover,
html body .floating-kiki:focus-visible {
  animation-play-state: paused !important;
  box-shadow:
    0 22px 54px rgba(0, 0, 0, .42),
    0 0 34px rgba(66, 231, 255, .55),
    0 0 54px rgba(255, 209, 90, .34) !important;
}

@keyframes kiki-soft-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -7px; }
}

@keyframes kiki-soft-glow {
  0%, 100% { opacity: .48; transform: scale(.96); }
  50% { opacity: .92; transform: scale(1.06); }
}

@media (prefers-reduced-motion: reduce) {
  html body .floating-kiki {
    animation: none !important;
  }
  html body .floating-kiki::before {
    animation: none !important;
  }
}

/* 2026-08-10: direct SGS-Alibaba certificate image viewer. */
html body .info-dialog:has(.certificate-image-viewer) {
  width: min(760px, calc(100% - 28px)) !important;
  max-height: calc(100vh - 28px) !important;
  overflow: auto !important;
  padding: 30px !important;
}

html body .certificate-image-viewer {
  display: grid !important;
  gap: 12px !important;
  margin: 0 !important;
}

html body .certificate-image-viewer img {
  width: 100% !important;
  max-height: calc(100vh - 180px) !important;
  display: block !important;
  object-fit: contain !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  border-radius: 6px !important;
  background: #e8e8e8 !important;
}

html body .certificate-image-viewer figcaption {
  color: #a5aeba !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

@media (max-width: 640px) {
  html body .info-dialog:has(.certificate-image-viewer) {
    width: calc(100% - 18px) !important;
    padding: 22px 12px 16px !important;
  }

  html body .certificate-image-viewer img {
    max-height: calc(100vh - 160px) !important;
  }
}

/* 2026-08-10: mobile Partner Brand wall uses three full columns without blanks. */
@media (max-width: 640px) {
  html body .partner-drift-wall {
    width: 100% !important;
    min-height: 430px !important;
  }

  html body .partner-drift-wall .partner-dome-board-track {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 9px !important;
    inset: 18px 12px !important;
    align-items: stretch !important;
  }

  html body .partner-drift-wall .partner-drift-column {
    display: block !important;
    min-height: 100% !important;
    border-inline: 0 !important;
    transform: none !important;
  }

  html body .partner-drift-wall .partner-drift-column:nth-child(n+4) {
    display: none !important;
  }

  html body .partner-drift-wall .partner-drift-stack {
    min-height: max-content !important;
    gap: 10px !important;
  }

  html body .partner-drift-wall .partner-drift-card {
    min-height: 58px !important;
    padding: 8px !important;
  }
}

/* 2026-08-10: Scheme 2 v8 Lightfall full-screen falling light background. */
html body header.topbar {
  background: linear-gradient(to bottom, rgba(5, 7, 12, .64), rgba(5, 7, 12, .28), transparent) !important;
}

html body .topbar-aurora {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  opacity: .88 !important;
  mix-blend-mode: screen !important;
  mask-image: radial-gradient(circle at 58% 34%, #000 0 45%, rgba(0,0,0,.72) 66%, transparent 100%) !important;
  pointer-events: none !important;
}

html body .topbar-aurora canvas {
  width: 100% !important;
  height: 100% !important;
}

html body .product-film-stage::after {
  opacity: .38 !important;
}

@media (max-width: 640px) {
  html body .topbar-aurora {
    opacity: .78 !important;
    mask-image: linear-gradient(to bottom, #000 0%, rgba(0,0,0,.86) 58%, transparent 100%) !important;
  }
}
/* 2026-08-09 Partner Brand Zone Dome Gallery. */
html body .partner-dome-zone {
  perspective: 1300px !important;
  overflow: visible !important;
}

html body .partner-dome-zone header h3::after {
  content: "  · rotating globe";
  color: rgba(134, 243, 255, .74);
  font-size: .48em;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

html body .partner-dome-gallery {
  width: min(520px, 100%) !important;
  height: min(56vh, 520px) !important;
  min-height: 380px !important;
  display: block !important;
  transform-style: preserve-3d !important;
  animation: partner-dome-rotate 24s linear infinite !important;
  filter: drop-shadow(0 24px 54px rgba(0,0,0,.52));
}

html body .partner-dome-gallery:hover {
  animation-play-state: paused !important;
}

html body .partner-dome-core {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(134, 243, 255, .34);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 28%, rgba(134,243,255,.20), transparent 18%),
    radial-gradient(circle at 50% 50%, rgba(66,231,255,.12), rgba(4,8,14,.18) 58%, rgba(1,3,7,.42) 100%),
    repeating-linear-gradient(0deg, transparent 0 26px, rgba(134,243,255,.08) 27px 28px),
    repeating-linear-gradient(90deg, transparent 0 26px, rgba(134,243,255,.08) 27px 28px);
  box-shadow:
    inset 0 0 44px rgba(66,231,255,.16),
    inset 0 0 90px rgba(0,0,0,.58),
    0 0 52px rgba(66,231,255,.16);
  transform: translate(-50%, -50%) rotateX(65deg) rotateZ(12deg);
  pointer-events: none;
}

html body .partner-dome-core::before,
html body .partner-dome-core::after {
  content: "";
  position: absolute;
  inset: 10%;
  border: 1px solid rgba(134, 243, 255, .24);
  border-radius: 50%;
  transform: rotateX(72deg);
}

html body .partner-dome-core::after {
  inset: 21%;
  opacity: .72;
}

html body .partner-dome-card {
  width: 148px !important;
  height: 96px !important;
  padding: 15px !important;
  border-color: rgba(134, 243, 255, .18) !important;
  border-radius: 18px !important;
  background: linear-gradient(145deg, rgba(7,11,18,.74), rgba(2,4,8,.88)) !important;
  box-shadow: 0 18px 46px rgba(0,0,0,.48), inset 0 1px rgba(255,255,255,.08) !important;
  transform:
    translate(-50%, -50%)
    rotateY(var(--theta))
    rotateX(var(--phi))
    translateZ(255px) !important;
  transition: filter 220ms ease, opacity 220ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease, transform 220ms ease !important;
  opacity: .42 !important;
  filter: grayscale(1) brightness(.44) saturate(.55) !important;
}

html body .partner-dome-card:hover {
  z-index: 5;
  opacity: 1 !important;
  filter: grayscale(0) brightness(1.14) saturate(1.08) !important;
  border-color: rgba(134, 243, 255, .92) !important;
  background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(221,246,255,.92)) !important;
  box-shadow: 0 22px 56px rgba(0,0,0,.52), 0 0 34px rgba(66,231,255,.48), inset 0 1px rgba(255,255,255,.95) !important;
  transform:
    translate(-50%, -50%)
    rotateY(var(--theta))
    rotateX(var(--phi))
    translateZ(286px)
    scale(1.08) !important;
}

html body .partner-dome-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@keyframes partner-dome-rotate {
  from { transform: rotateX(-8deg) rotateY(0deg); }
  to { transform: rotateX(-8deg) rotateY(-360deg); }
}

@media (max-width: 1100px) {
  html body .partner-dome-gallery {
    width: min(430px, 100%) !important;
    height: 360px !important;
    min-height: 320px !important;
  }

  html body .partner-dome-core {
    width: 260px;
    height: 260px;
  }

  html body .partner-dome-card {
    width: 118px !important;
    height: 78px !important;
    transform:
      translate(-50%, -50%)
      rotateY(var(--theta))
      rotateX(var(--phi))
      translateZ(205px) !important;
  }
}
/* 2026-08-09 Partner Brand Zone: large colorful Dome Gallery board. */
html body .partner-dome-board-zone {
  grid-template-rows: auto minmax(420px, 1fr) !important;
  gap: 14px !important;
  perspective: 1500px !important;
  overflow: visible !important;
}

html body .partner-dome-board-zone header h3::after {
  content: "  · colorful rotating dome wall" !important;
  color: rgba(134, 243, 255, .78) !important;
}

html body .partner-dome-board {
  position: relative;
  width: min(650px, 100%);
  height: min(62vh, 560px);
  min-height: 430px;
  place-self: stretch center;
  overflow: hidden;
  border: 1px solid rgba(134, 243, 255, .16);
  border-radius: 10px;
  background:
    radial-gradient(circle at 50% 35%, rgba(134,243,255,.18), transparent 34%),
    radial-gradient(circle at 50% 70%, rgba(255,209,90,.12), transparent 38%),
    linear-gradient(145deg, rgba(4,7,13,.92), rgba(3,5,10,.72));
  box-shadow: inset 0 1px rgba(255,255,255,.08), 0 24px 68px rgba(0,0,0,.36);
  transform-style: preserve-3d;
}

html body .partner-dome-board::before,
html body .partner-dome-board::after {
  content: "";
  position: absolute;
  inset: 24px;
  border-radius: 50%;
  pointer-events: none;
}

html body .partner-dome-board::before {
  border: 1px solid rgba(134, 243, 255, .24);
  background:
    repeating-linear-gradient(0deg, transparent 0 34px, rgba(134,243,255,.08) 35px 36px),
    repeating-linear-gradient(90deg, transparent 0 34px, rgba(134,243,255,.07) 35px 36px);
  opacity: .64;
  transform: scaleX(1.18) rotateX(64deg);
}

html body .partner-dome-board::after {
  inset: 44px 58px;
  border: 1px dashed rgba(255,255,255,.14);
  opacity: .55;
  transform: rotateX(72deg);
}

html body .partner-dome-board-glow {
  position: absolute;
  inset: 14px;
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(66,231,255,.08), transparent 18% 82%, rgba(66,231,255,.08)),
    radial-gradient(circle at 50% 50%, transparent 40%, rgba(2,4,8,.72) 100%);
  pointer-events: none;
  z-index: 2;
}

html body .partner-dome-board-track {
  position: absolute;
  inset: 34px 34px 30px;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(10px, 1vw, 16px);
  align-items: center;
  transform-style: preserve-3d;
  transform-origin: 50% 50%;
  animation: partner-dome-board-turn 32s linear infinite;
}

html body .partner-dome-board:hover .partner-dome-board-track {
  animation-play-state: paused;
}

html body .partner-dome-column {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: clamp(8px, 1.15vh, 14px);
  transform-style: preserve-3d;
  transform: rotateY(var(--ry)) translateZ(var(--z));
}

html body .partner-dome-board-card {
  width: 100%;
  min-height: clamp(58px, 8vh, 86px);
  display: grid;
  place-items: center;
  margin: 0;
  padding: clamp(8px, 1vw, 13px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(229,247,255,.9));
  box-shadow: 0 14px 34px rgba(0,0,0,.28), inset 0 1px rgba(255,255,255,.82);
  filter: saturate(1.08) contrast(1.02);
  opacity: .96;
  transform: translateZ(calc((var(--row) - ((var(--rows) - 1) / 2)) * -5px));
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, filter 220ms ease;
}

html body .partner-dome-board-card:hover {
  z-index: 4;
  border-color: rgba(134, 243, 255, .95);
  filter: saturate(1.24) contrast(1.06) brightness(1.08);
  box-shadow: 0 20px 48px rgba(0,0,0,.38), 0 0 28px rgba(66,231,255,.42), inset 0 1px rgba(255,255,255,.96);
  transform: translateZ(42px) scale(1.06);
}

html body .partner-dome-board-card img {
  width: 100%;
  height: 100%;
  max-height: 58px;
  object-fit: contain;
}

@keyframes partner-dome-board-turn {
  0% { transform: rotateX(-5deg) rotateY(-10deg) translateZ(0); }
  50% { transform: rotateX(-5deg) rotateY(10deg) translateZ(0); }
  100% { transform: rotateX(-5deg) rotateY(-10deg) translateZ(0); }
}

@media (max-width: 1100px) {
  html body .partner-dome-board {
    height: 420px;
    min-height: 380px;
  }

  html body .partner-dome-board-track {
    inset: 28px 22px;
    gap: 8px;
  }

  html body .partner-dome-board-card {
    min-height: 56px;
    padding: 8px;
  }
}
/* 2026-08-09 WeChat QR hover card for social rail. */
html body .social-rail .wechat-social-button {
  position: relative !important;
  overflow: visible !important;
  background: rgba(255,255,255,.06) !important;
  border-color: rgba(66,231,255,.28) !important;
}

html body .social-rail .wechat-social-thumb {
  width: 30px !important;
  height: 30px !important;
  display: block !important;
  object-fit: cover !important;
  border: 2px solid #fff !important;
  border-radius: 6px !important;
  background: #fff !important;
}

html body .social-rail .wechat-hover-card {
  position: absolute;
  left: 0;
  bottom: calc(100% + 14px);
  width: 238px;
  display: grid;
  gap: 8px;
  padding: 12px;
  color: #101828;
  border: 1px solid rgba(66,231,255,.4);
  border-radius: 10px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 22px 62px rgba(0,0,0,.42), 0 0 28px rgba(66,231,255,.25);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px) scale(.96);
  transform-origin: bottom left;
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  pointer-events: none;
}

html body .social-rail .wechat-hover-card::after {
  content: "";
  position: absolute;
  left: 18px;
  bottom: -8px;
  width: 14px;
  height: 14px;
  background: rgba(255,255,255,.98);
  border-right: 1px solid rgba(66,231,255,.28);
  border-bottom: 1px solid rgba(66,231,255,.28);
  transform: rotate(45deg);
}

html body .social-rail .wechat-hover-card img {
  width: 100%;
  display: block;
  border: 8px solid #fff;
  border-radius: 8px;
  background: #fff;
}

html body .social-rail .wechat-hover-card strong {
  color: #101828;
  font: 800 13px/1.1 "Space Grotesk", sans-serif;
}

html body .social-rail .wechat-hover-card small {
  color: #667085;
  font: 700 11px/1.2 "DM Sans", Arial, sans-serif;
}

html body .social-rail .wechat-social-button:hover .wechat-hover-card,
html body .social-rail .wechat-social-button:focus-visible .wechat-hover-card {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

@media (max-width: 640px) {
  html body .social-rail .wechat-hover-card {
    width: 196px;
    left: 0;
    bottom: calc(100% + 10px);
  }
}

/* 2026-08-09 Partner Brand Zone: Drift Wall update with 13 partner logos. */
html body .partner-dome-board-zone header h3::after {
  content: "  DRIFT WALL" !important;
  color: rgba(134, 243, 255, .78) !important;
}

html body .partner-drift-wall {
  width: min(700px, 100%) !important;
  height: min(64vh, 590px) !important;
  min-height: 440px !important;
  border-radius: 8px !important;
  background:
    linear-gradient(180deg, rgba(3,5,10,.98) 0%, rgba(3,7,14,.78) 18%, rgba(3,7,14,.78) 82%, rgba(3,5,10,.98) 100%),
    radial-gradient(circle at 28% 16%, rgba(255,209,90,.18), transparent 34%),
    radial-gradient(circle at 72% 78%, rgba(66,231,255,.16), transparent 36%) !important;
  transform-style: flat !important;
}

html body .partner-drift-wall::before,
html body .partner-drift-wall::after {
  inset: 0 !important;
  border-radius: 8px !important;
  transform: none !important;
}

html body .partner-drift-wall::before {
  border: 0 !important;
  background:
    linear-gradient(180deg, rgba(3,5,10,.94), transparent 16% 84%, rgba(3,5,10,.94)),
    repeating-linear-gradient(90deg, transparent 0 119px, rgba(134,243,255,.08) 120px 121px) !important;
  opacity: 1 !important;
  z-index: 3 !important;
}

html body .partner-drift-wall::after {
  border: 1px solid rgba(255,255,255,.1) !important;
  background: linear-gradient(90deg, rgba(66,231,255,.13), transparent 14% 86%, rgba(255,209,90,.11)) !important;
  opacity: .75 !important;
  z-index: 2 !important;
  pointer-events: none !important;
}

html body .partner-drift-wall .partner-dome-board-glow {
  inset: 0 !important;
  border-radius: 8px !important;
  background:
    linear-gradient(180deg, rgba(3,5,10,.98), transparent 18% 82%, rgba(3,5,10,.98)),
    linear-gradient(90deg, rgba(3,5,10,.86), transparent 12% 88%, rgba(3,5,10,.86)) !important;
  z-index: 5 !important;
}

html body .partner-drift-wall .partner-dome-board-track {
  inset: 20px 22px !important;
  z-index: 4 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(10px, 1.2vw, 18px) !important;
  align-items: stretch !important;
  transform: none !important;
  animation: none !important;
  overflow: hidden !important;
}

html body .partner-drift-column {
  position: relative !important;
  min-width: 0 !important;
  overflow: hidden !important;
  border-inline: 1px solid rgba(255,255,255,.08) !important;
  transform: translateY(calc((var(--col) - 1.5) * 10px)) !important;
}

html body .partner-drift-stack {
  display: grid !important;
  gap: clamp(10px, 1.45vh, 16px) !important;
  animation-duration: var(--duration) !important;
  animation-timing-function: linear !important;
  animation-iteration-count: infinite !important;
  animation-delay: calc(var(--col) * -3.5s) !important;
  will-change: transform !important;
}

html body .partner-drift-column.is-down .partner-drift-stack {
  animation-name: partner-drift-wall-down !important;
}

html body .partner-drift-column.is-up .partner-drift-stack {
  animation-name: partner-drift-wall-up !important;
}

html body .partner-drift-wall:hover .partner-drift-stack {
  animation-play-state: paused !important;
}

html body .partner-drift-card {
  width: 100% !important;
  min-height: clamp(68px, 9vh, 96px) !important;
  display: grid !important;
  place-items: center !important;
  margin: 0 !important;
  padding: clamp(10px, 1vw, 15px) !important;
  overflow: hidden !important;
  border: 1px solid rgba(255,255,255,.24) !important;
  border-radius: 8px !important;
  background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(233,249,255,.92)) !important;
  box-shadow: 0 16px 34px rgba(0,0,0,.3), inset 0 1px rgba(255,255,255,.88) !important;
  filter: saturate(1.08) contrast(1.02) !important;
  transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease, border-color 220ms ease !important;
}

html body .partner-drift-card:hover {
  z-index: 6 !important;
  border-color: rgba(134, 243, 255, .95) !important;
  filter: saturate(1.2) contrast(1.06) brightness(1.05) !important;
  box-shadow: 0 22px 48px rgba(0,0,0,.4), 0 0 26px rgba(66,231,255,.34), inset 0 1px rgba(255,255,255,.98) !important;
  transform: scale(1.05) !important;
}

html body .partner-drift-card img {
  width: 100% !important;
  height: 100% !important;
  max-height: 64px !important;
  object-fit: contain !important;
}

@keyframes partner-drift-wall-down {
  0% { transform: translateY(-33.333%); }
  100% { transform: translateY(0); }
}

@keyframes partner-drift-wall-up {
  0% { transform: translateY(0); }
  100% { transform: translateY(-33.333%); }
}

html body .social-rail .wechat-social-logo {
  width: 23px !important;
  height: 23px !important;
  display: block !important;
  object-fit: contain !important;
}

html body .social-rail .wechat-icon {
  width: 24px !important;
  height: 24px !important;
  display: block !important;
  fill: #07c160 !important;
}

html body .social-rail .wechat-social-button:hover .wechat-social-logo,
html body .social-rail .wechat-social-button:focus-visible .wechat-social-logo,
html body .social-rail .wechat-social-button:hover .wechat-icon,
html body .social-rail .wechat-social-button:focus-visible .wechat-icon {
  filter: drop-shadow(0 0 10px rgba(7,193,96,.45)) !important;
}

@media (max-width: 1100px) {
  html body .partner-drift-wall {
    height: 430px !important;
    min-height: 390px !important;
  }

  html body .partner-drift-wall .partner-dome-board-track {
    inset: 18px 16px !important;
    gap: 8px !important;
  }

  html body .partner-drift-card {
    min-height: 62px !important;
    padding: 8px !important;
  }
}

@media (max-width: 640px) {
  html body .partner-drift-wall .partner-dome-board-track {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  html body .partner-drift-card {
    min-height: 58px !important;
  }

  html body .partner-drift-card img {
    max-height: 46px !important;
  }
}


/* 2026-08-10: Lightfall visible through the dark product stage, with controls above. */
html body .topbar-aurora {
  z-index: 6 !important;
  opacity: .72 !important;
  mix-blend-mode: screen !important;
  mask-image: none !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(124,255,103,.2), rgba(82,39,255,.14) 42%, transparent 78%),
    linear-gradient(to bottom, rgba(180,151,207,.12), transparent 64%) !important;
}

html body .showroom {
  position: relative !important;
  z-index: auto !important;
  isolation: auto !important;
}

html body .product-film-stage {
  z-index: 4 !important;
}

html body #candy-world {
  z-index: 3 !important;
}

html body header.topbar {
  z-index: 40 !important;
}

/* 2026-08-13 final lock: mobile gallery rows and portrait company videos. */
@media (max-width: 640px) {
  html body .company-experience-layer[data-experience="gallery-brand"] .company-gallery-brand-card,
  html body .company-experience-layer[data-experience="gallery-brand"] .company-flow-gallery,
  html body .company-experience-layer[data-experience="gallery-brand"] .company-flowing-menu,
  html body .company-experience-layer[data-experience="gallery-brand"] .partner-depth-zone {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
  }

  html body .company-experience-layer[data-experience="gallery-brand"] .company-gallery-brand-card {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto auto auto !important;
    grid-template-areas: "copy" "gallery" "brand" !important;
    align-items: start !important;
  }

  html body .company-experience-layer[data-experience="gallery-brand"] .company-flow-gallery {
    display: grid !important;
    grid-template-rows: auto !important;
    min-height: 828px !important;
  }

  html body .company-experience-layer[data-experience="gallery-brand"] .company-flowing-menu {
    display: grid !important;
    grid-template-rows: repeat(6, 138px) !important;
    min-height: 828px !important;
    overflow: hidden !important;
  }

  html body .company-experience-layer[data-experience="gallery-brand"] .company-flow-row {
    display: grid !important;
    min-height: 138px !important;
    height: 138px !important;
    overflow: hidden !important;
  }

  html body .company-experience-layer[data-experience="gallery-brand"] .company-flow-row i,
  html body .company-experience-layer[data-experience="gallery-brand"] .company-flow-gallery .company-flowing-menu .company-flow-row i,
  html body .company-experience-layer[data-experience="gallery-brand"] .company-flowing-menu:has(.company-flow-row:hover) .company-flow-row.is-default-active:not(:hover) i {
    opacity: 1 !important;
    animation-play-state: running !important;
  }

  html body .company-experience-layer[data-experience="gallery-brand"] .partner-depth-zone {
    display: grid !important;
    grid-template-rows: auto 430px !important;
  }

  html body .company-experience-layer[data-experience="gallery-brand"] .partner-drift-wall {
    height: 430px !important;
    min-height: 430px !important;
    max-height: 430px !important;
  }

  html body .company-video-frame.is-vertical-video {
    width: min(82vw, 300px) !important;
    height: auto !important;
    justify-self: center !important;
  }

  html body .company-video-frame.is-vertical-video .company-video-crop {
    width: 100% !important;
    height: auto !important;
    max-height: 66vh !important;
    aspect-ratio: 9 / 16 !important;
  }

  html body .company-video-frame.is-vertical-video video {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    aspect-ratio: 9 / 16 !important;
    object-fit: cover !important;
    transform: none !important;
  }
}

@media (min-width: 641px) {
  html body .company-video-frame.is-vertical-video {
    justify-items: center !important;
  }

  html body .company-video-frame.is-vertical-video .company-video-crop {
    width: min(100%, calc(72vh * .5625), 430px) !important;
    height: auto !important;
    max-height: 72vh !important;
    aspect-ratio: 9 / 16 !important;
  }

  html body .company-video-frame.is-vertical-video video {
    object-fit: cover !important;
    transform: none !important;
  }
}

/* 2026-08-13 final contact lock above the full-screen Company layer. */
html body.is-company-experience-open .showroom .social-rail,
html body.is-company-experience-open .social-rail {
  display: flex !important;
  position: fixed !important;
  z-index: 10010 !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

html body.is-company-experience-open .showroom .floating-kiki,
html body.is-company-experience-open .floating-kiki {
  display: flex !important;
  position: fixed !important;
  z-index: 10011 !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

/* 2026-08-12: direct PDF certificates and clearer Company Gallery strips. */
html body .info-dialog:has(.certificate-pdf-viewer) {
  width: min(94vw, 1080px) !important;
  max-width: 1080px !important;
}

html body .certificate-pdf-viewer {
  display: grid !important;
  gap: 9px !important;
  margin: 16px 0 0 !important;
}

html body .certificate-pdf-viewer object,
html body .certificate-pdf-viewer iframe {
  width: 100% !important;
  height: min(72vh, 820px) !important;
  min-height: 520px !important;
  display: block !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  border-radius: 6px !important;
  background: #fff !important;
}

html body .certificate-pdf-viewer figcaption {
  color: #aeb8c6 !important;
  font-size: 11px !important;
}

html body .company-experience-layer.is-gallery-heading-hidden .company-experience-header > div {
  display: none !important;
}

html body .company-experience-layer.is-gallery-heading-hidden .company-experience-header {
  grid-template-columns: auto 1fr !important;
}

html body .company-experience-layer[data-experience="gallery-brand"] .company-flowing-menu {
  height: 100% !important;
  grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  transition: grid-template-rows 260ms ease !important;
}

html body .company-experience-layer[data-experience="gallery-brand"] .company-flow-row {
  min-height: 0 !important;
  height: auto !important;
  padding: 0 18px !important;
}

html body .company-experience-layer[data-experience="gallery-brand"] .company-flow-row i {
  inset: 0 0 0 30% !important;
  gap: 18px !important;
  padding: 6px 12px !important;
  opacity: 1 !important;
  background: linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.05) 22%, rgba(0,0,0,.18)) !important;
  animation-duration: 31.7s !important;
  animation-play-state: running !important;
}

html body .company-experience-layer[data-experience="gallery-brand"] .company-flow-row i img {
  width: auto !important;
  min-width: 180px !important;
  max-width: 460px !important;
  height: calc(100% - 12px) !important;
  min-height: 0 !important;
  object-fit: contain !important;
  image-rendering: auto !important;
  filter: saturate(1.04) contrast(1.02) brightness(1.04) !important;
  background: #080b0f !important;
}

html body .company-experience-layer[data-experience="gallery-brand"] .company-gallery-brand-card {
  grid-template-columns: minmax(0, 1.85fr) minmax(300px, .72fr) !important;
  grid-template-rows: minmax(72px, auto) minmax(0, 1fr) !important;
  grid-template-areas:
    "copy copy"
    "gallery brand" !important;
  align-items: stretch !important;
  gap: 8px 30px !important;
  min-height: 0 !important;
  height: 100% !important;
  padding: 6px 12px 10px !important;
}

html body .company-experience-layer[data-experience="gallery-brand"] .partner-depth-zone {
  height: 100% !important;
  min-height: 0 !important;
  grid-template-rows: auto minmax(0, 1fr) !important;
}

html body .company-experience-layer[data-experience="gallery-brand"] .partner-drift-wall {
  height: 100% !important;
  min-height: 0 !important;
}

html body .company-experience-layer[data-experience="gallery-brand"] .company-flow-gallery {
  height: 100% !important;
  min-height: 0 !important;
  grid-template-rows: auto minmax(0, 1fr) !important;
}

html body .company-experience-layer[data-experience="gallery-brand"] .company-flow-row:hover i,
html body .company-experience-layer[data-experience="gallery-brand"] .company-flowing-menu:not(:has(.company-flow-row:hover)) .company-flow-row.is-default-active i,
html body .company-experience-layer[data-experience="gallery-brand"] .company-flowing-menu:has(.company-flow-row:hover) .company-flow-row.is-default-active:not(:hover) i {
  opacity: 1 !important;
  animation-play-state: running !important;
}

html body .company-experience-layer[data-experience="gallery-brand"] .company-flow-row strong,
html body .company-experience-layer[data-experience="gallery-brand"] .company-flow-row > span {
  max-width: 28% !important;
}

@media (min-width: 641px) {
  html body .company-experience-layer[data-experience="gallery-brand"] .company-flowing-menu:has(.company-flow-row:nth-child(1):hover) {
    grid-template-rows: 2.25fr repeat(5, .75fr) !important;
  }

  html body .company-experience-layer[data-experience="gallery-brand"] .company-flowing-menu:has(.company-flow-row:nth-child(2):hover) {
    grid-template-rows: .75fr 2.25fr repeat(4, .75fr) !important;
  }

  html body .company-experience-layer[data-experience="gallery-brand"] .company-flowing-menu:has(.company-flow-row:nth-child(3):hover) {
    grid-template-rows: repeat(2, .75fr) 2.25fr repeat(3, .75fr) !important;
  }

  html body .company-experience-layer[data-experience="gallery-brand"] .company-flowing-menu:has(.company-flow-row:nth-child(4):hover) {
    grid-template-rows: repeat(3, .75fr) 2.25fr repeat(2, .75fr) !important;
  }

  html body .company-experience-layer[data-experience="gallery-brand"] .company-flowing-menu:has(.company-flow-row:nth-child(5):hover) {
    grid-template-rows: repeat(4, .75fr) 2.25fr .75fr !important;
  }

  html body .company-experience-layer[data-experience="gallery-brand"] .company-flowing-menu:has(.company-flow-row:nth-child(6):hover) {
    grid-template-rows: repeat(5, .75fr) 2.25fr !important;
  }
}

@media (min-width: 641px) and (max-height: 760px) {
  html body .company-experience-layer[data-experience="gallery-brand"] .company-flow-gallery,
  html body .company-experience-layer[data-experience="gallery-brand"] .partner-depth-zone {
    gap: 6px !important;
  }

  html body .company-experience-layer[data-experience="gallery-brand"] .company-flow-gallery header,
  html body .company-experience-layer[data-experience="gallery-brand"] .partner-depth-zone header {
    min-height: 24px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
  }

  html body .company-experience-layer[data-experience="gallery-brand"] .company-flow-gallery header h3,
  html body .company-experience-layer[data-experience="gallery-brand"] .partner-depth-zone header h3 {
    font-size: 18px !important;
  }

  html body .company-experience-layer[data-experience="gallery-brand"] .company-flow-gallery header span,
  html body .company-experience-layer[data-experience="gallery-brand"] .partner-depth-zone header span {
    font-size: 8px !important;
  }
}

html body .company-experience-layer[data-experience="gallery-brand"] .company-experience-copy {
  grid-area: copy !important;
  max-width: none !important;
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  grid-template-areas:
    "kicker kicker"
    "title body" !important;
  align-items: start !important;
  gap: 2px 24px !important;
  padding: 0 !important;
  transform: translateY(-7px) !important;
}

html body .company-experience-layer[data-experience="gallery-brand"] .company-experience-copy .panel-kicker {
  grid-area: kicker !important;
  margin: 0 !important;
}

html body .company-experience-layer[data-experience="gallery-brand"] .company-experience-copy > h3 {
  grid-area: title !important;
  max-width: 520px !important;
  margin: 0 !important;
  font-size: clamp(28px, 2.8vw, 44px) !important;
  line-height: .92 !important;
}

html body .company-experience-layer[data-experience="gallery-brand"] .company-experience-copy > p:not(.panel-kicker) {
  grid-area: body !important;
  max-width: 760px !important;
  margin: 0 !important;
  font-size: 12px !important;
  line-height: 1.32 !important;
}

html body .company-experience-layer[data-experience="gallery-brand"] .company-stat-grid {
  display: none !important;
}

@media (max-width: 640px) {
  html body .certificate-pdf-viewer object,
  html body .certificate-pdf-viewer iframe {
    height: 70vh !important;
    min-height: 430px !important;
  }

  html body .company-experience-layer[data-experience="gallery-brand"] .company-flowing-menu {
    grid-template-rows: repeat(6, minmax(138px, 1fr)) !important;
    height: auto !important;
  }

  html body .company-experience-layer[data-experience="gallery-brand"] .company-flow-row {
    min-height: 138px !important;
    height: 138px !important;
  }

  html body .company-experience-layer[data-experience="gallery-brand"] .company-flow-row i img {
    width: auto !important;
    min-width: 190px !important;
    max-width: 300px !important;
    height: 122px !important;
    min-height: 0 !important;
  }

  html body .company-experience-layer[data-experience="gallery-brand"] .company-flow-row i {
    inset: 0 !important;
  }

  html body .company-experience-layer[data-experience="gallery-brand"] .company-gallery-brand-card {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto auto !important;
    grid-template-areas: "copy" "gallery" "brand" !important;
    gap: 22px !important;
    padding: 12px 4px 22px !important;
  }

  html body .company-experience-layer[data-experience="gallery-brand"] .partner-depth-zone,
  html body .company-experience-layer[data-experience="gallery-brand"] .partner-drift-wall {
    height: 430px !important;
    min-height: 390px !important;
  }

  html body .company-experience-layer[data-experience="gallery-brand"] .company-experience-copy {
    grid-template-columns: 1fr !important;
    grid-template-areas: "kicker" "title" "body" !important;
    gap: 8px !important;
    transform: none !important;
  }

  html body .company-experience-layer[data-experience="gallery-brand"] .company-experience-copy > h3 {
    font-size: 38px !important;
  }

  html body .company-experience-layer[data-experience="gallery-brand"] .company-experience-copy > p:not(.panel-kicker) {
    font-size: 13px !important;
  }
}

/* 2026-08-12: mobile video-first pages and focused dark gallery rows. */
html body .company-experience-layer[data-experience="gallery-brand"] .company-flow-row i {
  opacity: 0 !important;
  animation-play-state: paused !important;
}

html body .company-experience-layer[data-experience="gallery-brand"] .company-flow-row:hover i,
html body .company-experience-layer[data-experience="gallery-brand"] .company-flow-row:focus-visible i,
html body .company-experience-layer[data-experience="gallery-brand"] .company-flowing-menu:not(:has(.company-flow-row:hover)) .company-flow-row.is-default-active i {
  opacity: 1 !important;
  animation-play-state: running !important;
}

html body .company-experience-layer[data-experience="gallery-brand"] .company-flowing-menu:has(.company-flow-row:hover) .company-flow-row.is-default-active:not(:hover) i {
  opacity: 0 !important;
  animation-play-state: paused !important;
}

html body .company-gallery-title,
html body .partner-wall-title {
  position: relative !important;
}

html body .company-title-tooltip {
  position: absolute !important;
  z-index: 20 !important;
  left: 0 !important;
  top: calc(100% + 8px) !important;
  width: min(520px, 86vw) !important;
  padding: 10px 12px !important;
  color: #dce8f4 !important;
  border: 1px solid rgba(66,231,255,.34) !important;
  border-radius: 6px !important;
  background: rgba(3,7,12,.97) !important;
  box-shadow: 0 16px 38px rgba(0,0,0,.46) !important;
  font: 500 12px/1.5 "DM Sans", Arial, sans-serif !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(-4px) !important;
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease !important;
  pointer-events: none !important;
}

html body .company-gallery-title:hover .company-title-tooltip,
html body .company-gallery-title:focus-visible .company-title-tooltip,
html body .partner-wall-title:hover .company-title-tooltip,
html body .partner-wall-title:focus-visible .company-title-tooltip {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}

html body .company-video-card {
  grid-template-columns: minmax(250px, .58fr) minmax(560px, 1.42fr) !important;
  grid-template-rows: auto minmax(0, 1fr) !important;
  grid-template-areas: "heading video" "details video" !important;
  align-items: start !important;
}

html body .company-video-heading {
  position: relative !important;
  z-index: 2 !important;
  grid-area: heading !important;
}

html body .company-video-heading h3 {
  margin: 0 !important;
  color: #fff !important;
  font: 700 clamp(28px, 3.2vw, 50px)/.96 "Space Grotesk", sans-serif !important;
}

html body .company-video-details {
  position: relative !important;
  z-index: 2 !important;
  grid-area: details !important;
}

html body .company-video-details > p {
  margin: 0 !important;
  color: #b6c0cc !important;
  font-size: 14px !important;
  line-height: 1.62 !important;
}

html body .company-video-frame {
  grid-area: video !important;
}

@media (max-width: 640px) {
  html body .company-experience-layer[data-experience="gallery-brand"] .company-experience-copy {
    grid-template-areas: "title" !important;
    gap: 0 !important;
  }

  html body .company-experience-layer[data-experience="gallery-brand"] .company-experience-copy > h3 {
    font-size: 34px !important;
  }

  html body .company-experience-layer[data-experience="gallery-brand"] .company-flow-gallery > header,
  html body .company-experience-layer[data-experience="gallery-brand"] .partner-depth-zone > header span {
    display: none !important;
  }

  html body .company-experience-layer[data-experience="gallery-brand"] .partner-depth-zone > header h3 {
    font-size: 26px !important;
  }

  html body .company-video-card {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto !important;
    grid-template-areas: "video" "details" !important;
    gap: 12px !important;
    padding-top: 8px !important;
  }

  html body .company-video-heading {
    display: none !important;
  }

  html body .company-video-heading h3 {
    font-size: 27px !important;
    line-height: .98 !important;
  }

  html body .company-video-frame,
  html body .company-video-frame.is-vertical-video {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    align-self: start !important;
  }

  html body .company-video-frame .company-video-crop,
  html body .company-video-frame.is-vertical-video .company-video-crop {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    aspect-ratio: 16 / 9 !important;
  }

  html body .company-video-frame video,
  html body .company-video-frame.is-vertical-video video {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    aspect-ratio: 16 / 9 !important;
    object-fit: contain !important;
    transform: none !important;
  }

  html body .company-video-note {
    display: none !important;
  }

  html body .company-video-details > p {
    font-size: 12px !important;
    line-height: 1.5 !important;
  }
}

/* 2026-08-12: version 8 header legibility and mobile Lollipop framing. */
@media (min-width: 641px) {
  html body header.topbar .company-name small {
    font-size: 15px !important;
  }
}

@media (max-width: 640px) {
  html body header.topbar .company-name strong {
    font-size: 16px !important;
    line-height: 1 !important;
  }

  html body header.topbar .company-name small {
    font-size: 8px !important;
  }

  html body header.topbar .company-trust-row {
    font-size: 8.5px !important;
    line-height: 1.2 !important;
  }

  html body header.topbar .company-trust-row .view-certificate {
    min-height: 24px !important;
    padding: 3px 8px !important;
    font-size: 8px !important;
  }

  html body header.topbar .language-menu button {
    font-size: 12px !important;
    line-height: 1.2 !important;
  }

  html body .product-film-stage.is-lollipop-film #product-film {
    transform: scale(1.1) !important;
    transform-origin: center center !important;
  }
}

html body .floating-kiki,
html body .social-rail,
html body .product-sound-toggle,
html body .carousel-controls,
html body .category-readout,
html body .mobile-scroll-hint {
  z-index: 35 !important;
}

html body #open-category-products {
  z-index: 7 !important;
}

/* 2026-08-12: restore React Bits style Aurora as a full-screen background. */
html body .topbar-aurora {
  position: fixed !important;
  inset: 0 !important;
  z-index: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  overflow: hidden !important;
  opacity: .9 !important;
  mix-blend-mode: screen !important;
  mask-image: none !important;
  background:
    radial-gradient(circle at 18% 18%, rgba(124, 255, 103, .14), transparent 36%),
    radial-gradient(circle at 82% 28%, rgba(82, 39, 255, .16), transparent 42%),
    linear-gradient(180deg, rgba(2, 4, 9, .18), rgba(2, 4, 9, .04)) !important;
  pointer-events: none !important;
}

html body .topbar-aurora canvas {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}

html body .product-film-stage,
html[data-layout="fullscreen"] .product-film-stage {
  z-index: 4 !important;
  background: transparent !important;
}

html body #product-film {
  z-index: 5 !important;
}

html body .scene-vignette {
  z-index: 6 !important;
}

html body #open-category-products {
  z-index: 8 !important;
}

html body .floating-kiki,
html body .social-rail,
html body .product-sound-toggle,
html body .carousel-controls,
html body .category-readout,
html body .mobile-scroll-hint {
  z-index: 35 !important;
}

html body header.topbar {
  z-index: 40 !important;
}

/* 2026-08-12: place Aurora wave overlay on top of the product video surface. */
html body .showroom {
  position: relative !important;
  z-index: auto !important;
  isolation: auto !important;
}

html body .product-film-stage,
html[data-layout="fullscreen"] .product-film-stage {
  z-index: 4 !important;
  background: transparent !important;
}

html body #product-film {
  z-index: 5 !important;
}

html body .scene-vignette {
  z-index: 6 !important;
}

html body .topbar-aurora {
  z-index: 7 !important;
  opacity: .58 !important;
  mix-blend-mode: screen !important;
  pointer-events: none !important;
}

html body #open-category-products {
  z-index: 8 !important;
}

html body .floating-kiki,
html body .social-rail,
html body .product-sound-toggle,
html body .carousel-controls,
html body .category-readout,
html body .mobile-scroll-hint {
  z-index: 35 !important;
}

html body header.topbar {
  z-index: 40 !important;
}

/* 2026-08-13 EOF lock: mobile rows must participate in normal page flow. */
@media (max-width: 640px) {
  html body .company-experience-layer[data-experience="gallery-brand"] .company-gallery-brand-card {
    display: grid !important;
    height: auto !important;
    min-height: 1382px !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto 828px 430px !important;
    grid-template-areas: "copy" "gallery" "brand" !important;
    align-items: start !important;
    overflow: visible !important;
  }

  html body .company-experience-layer[data-experience="gallery-brand"] .company-flow-gallery,
  html body .company-experience-layer[data-experience="gallery-brand"] .company-flowing-menu {
    display: grid !important;
    height: 828px !important;
    min-height: 828px !important;
    max-height: 828px !important;
    overflow: hidden !important;
  }

  html body .company-experience-layer[data-experience="gallery-brand"] .company-flowing-menu {
    grid-template-rows: repeat(6, 138px) !important;
  }

  html body .company-experience-layer[data-experience="gallery-brand"] .company-flow-row {
    min-height: 138px !important;
    height: 138px !important;
    overflow: hidden !important;
  }

  html body .company-experience-layer[data-experience="gallery-brand"] .company-flow-gallery .company-flowing-menu .company-flow-row i {
    opacity: 1 !important;
    animation-play-state: running !important;
  }

  html body .company-experience-layer[data-experience="gallery-brand"] .partner-depth-zone,
  html body .company-experience-layer[data-experience="gallery-brand"] .partner-drift-wall {
    height: 430px !important;
    min-height: 430px !important;
    max-height: 430px !important;
  }

  html body .company-video-frame.is-vertical-video {
    width: min(82vw, 300px) !important;
    height: auto !important;
    justify-self: center !important;
  }

  html body .company-video-frame.is-vertical-video .company-video-crop,
  html body .company-video-frame.is-vertical-video video {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 9 / 16 !important;
    object-fit: cover !important;
    transform: none !important;
  }

  html body .company-video-frame.is-vertical-video .company-video-crop {
    max-height: 66vh !important;
  }
}

@media (min-width: 641px) {
  html body .company-video-frame.is-vertical-video {
    justify-items: center !important;
  }

  html body .company-video-frame.is-vertical-video .company-video-crop {
    width: min(100%, calc(72vh * .5625), 430px) !important;
    height: auto !important;
    max-height: 72vh !important;
    aspect-ratio: 9 / 16 !important;
  }

  html body .company-video-frame.is-vertical-video video {
    object-fit: cover !important;
    transform: none !important;
  }
}
