/* AXON — cinematic exhibition (static) */

:root {
  --bg: #050505;
  --surface: #0c0c0c;
  --cyan: #00e5ff;
  --purple: #7b61ff;
  --gold: #d4b06a;
  --white: #ffffff;
  --muted: rgba(255, 255, 255, 0.58);
  --border: rgba(255, 255, 255, 0.1);
  --font-display: "Syne", system-ui, sans-serif;
  --font-body: "Outfit", system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { color-scheme: dark; }

body {
  font-family: var(--font-body);
  font-weight: 300;
  background: var(--bg);
  color: var(--white);
  line-height: 1.55;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  cursor: none;
}

body.is-loading { overflow: hidden; }
body.is-touch { cursor: auto; }
body.is-touch .cursor,
body.is-touch .cursor-glow { display: none !important; }

html[lang="ar"] body,
html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3 {
  font-family: "IBM Plex Sans Arabic", var(--font-body);
}
html[lang="ar"] h1,
html[lang="ar"] h2 { letter-spacing: 0; line-height: 1.2; }

img { max-width: 100%; display: block; }
picture { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; color: inherit; border: none; background: none; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); border: 0;
}

.mono {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  color: var(--cyan);
}

/* Cursor */
.cursor {
  position: fixed; top: 0; left: 0;
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--cyan); pointer-events: none; z-index: 9999;
  transform: translate(-50%, -50%);
  transition: width .25s var(--ease), height .25s var(--ease), border .25s, background .25s;
}
.cursor.is-hover {
  width: 44px; height: 44px; background: transparent;
  border: 1px solid rgba(0,229,255,.7);
}
.cursor-glow {
  position: fixed; top: 0; left: 0; width: 320px; height: 320px;
  border-radius: 50%; pointer-events: none; z-index: 1;
  background: radial-gradient(circle, rgba(0,229,255,.1), transparent 68%);
  transform: translate(-50%, -50%);
}
.scroll-progress {
  position: fixed; top: 0; left: 0; height: 2px; width: 0; z-index: 200;
  background: linear-gradient(90deg, var(--cyan), var(--purple), var(--gold));
  box-shadow: 0 0 14px rgba(0,229,255,.4); pointer-events: none;
}

/* Atmosphere — keep quiet so product owns the frame */
.bg-canvas {
  position: fixed; inset: 0; width: 100%; height: 100%;
  z-index: 0; pointer-events: none; opacity: .55;
}
.vignette {
  position: fixed; inset: 0; z-index: 1; pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 45%, transparent 10%, rgba(5,5,5,.45) 55%, rgba(5,5,5,.92) 100%);
}
.noise {
  position: fixed; inset: 0; z-index: 1; pointer-events: none; opacity: .03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

main, .top-nav, .site-footer, .preloader { position: relative; z-index: 2; }

/* Preloader */
.preloader {
  position: fixed; inset: 0; z-index: 1000;
  display: grid; place-items: center; background: var(--bg);
  transition: opacity .85s var(--ease), visibility .85s;
}
.preloader.is-done { opacity: 0; visibility: hidden; pointer-events: none; }
#logo-particles { position: absolute; inset: 0; width: 100%; height: 100%; }
.preloader-mark {
  position: relative; z-index: 1;
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(2.5rem, 8vw, 5rem); letter-spacing: .42em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0,229,255,.35);
  animation: mark-pulse 2s ease-in-out infinite;
}
.preloader-label {
  position: absolute; bottom: 18%;
  font-family: var(--font-mono); font-size: .68rem;
  letter-spacing: .38em; text-transform: uppercase; color: var(--muted);
}
@keyframes mark-pulse {
  0%, 100% { opacity: .35; }
  50% { opacity: .9; }
}

/* Type */
.eyebrow {
  font-family: var(--font-mono);
  font-size: .68rem; letter-spacing: .28em; text-transform: uppercase;
  color: var(--cyan); margin-bottom: 1.1rem;
}
.eyebrow.gold { color: var(--gold); }

.brand-mark {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(1rem, 2.2vw, 1.35rem);
  letter-spacing: .5em; margin-bottom: 1.25rem;
  color: var(--white);
  text-shadow: 0 0 40px rgba(0,229,255,.25);
}

.hero-kicker {
  font-family: var(--font-mono);
  font-size: .68rem;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.35rem;
}

.hero-wordmark {
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-40%, -50%);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(6rem, 22vw, 18rem);
  letter-spacing: .08em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.045);
  z-index: 0;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}

[dir="rtl"] .hero-wordmark {
  transform: translate(-60%, -50%);
}

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 700; line-height: 1.02; letter-spacing: -.03em;
}
h1 {
  font-size: clamp(2.8rem, 7.8vw, 6.4rem);
  text-transform: uppercase;
  max-width: 10ch;
  margin-bottom: 1.1rem;
  letter-spacing: -.04em;
  text-wrap: balance;
}
h2 {
  font-size: clamp(2rem, 4.8vw, 3.6rem);
  max-width: 16ch; margin-bottom: 1rem;
}
h3 { font-size: 1.05rem; font-weight: 600; margin-bottom: .45rem; }

.lede {
  font-size: clamp(.98rem, 1.35vw, 1.15rem);
  color: var(--muted); max-width: 34ch; font-weight: 300;
}

.section-head {
  text-align: center; margin-bottom: clamp(2rem, 5vw, 3.5rem);
  display: flex; flex-direction: column; align-items: center;
}
.section-head .lede { text-align: center; }

/* Buttons */
.btn-cta {
  display: inline-flex; align-items: center; gap: .8rem;
  margin-top: 1.75rem;
  padding: .9rem 1.5rem .9rem 1.65rem;
  border: 1px solid rgba(0,229,255,.4);
  border-radius: 999px;
  font-size: .78rem; letter-spacing: .16em; text-transform: uppercase;
  background: rgba(0,229,255,.06);
  backdrop-filter: blur(10px);
  transition: border-color .35s, box-shadow .35s, background .35s, transform .35s var(--ease);
  will-change: transform;
}
.btn-cta:hover, .btn-cta:focus-visible {
  border-color: var(--cyan);
  background: rgba(0,229,255,.12);
  box-shadow: 0 0 42px rgba(0,229,255,.22);
  outline: none;
}
.btn-arrow {
  display: grid; place-items: center;
  width: 26px; height: 26px; border-radius: 50%;
  border: 1px solid rgba(0,229,255,.55); font-size: .85rem;
  transition: background .3s, color .3s;
}
.btn-cta:hover .btn-arrow { background: var(--cyan); color: var(--bg); }
.gold-cta {
  border-color: rgba(212,176,106,.45);
  background: rgba(212,176,106,.06);
}
.gold-cta:hover, .gold-cta:focus-visible {
  border-color: var(--gold);
  box-shadow: 0 0 36px rgba(212,176,106,.22);
}
.gold-cta .btn-arrow { border-color: rgba(212,176,106,.55); }
.gold-cta:hover .btn-arrow { background: var(--gold); color: var(--bg); }

/* Nav */
.top-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.15rem clamp(1.1rem, 4vw, 2.75rem);
  transition: background .4s, backdrop-filter .4s, border-color .4s;
  border-bottom: 1px solid transparent;
}
.top-nav.is-scrolled {
  background: rgba(5,5,5,.72);
  backdrop-filter: blur(22px);
  border-bottom-color: var(--border);
}
.logo {
  font-family: var(--font-display); font-weight: 800;
  font-size: 1.05rem; letter-spacing: .4em;
}
.nav-links { display: none; gap: 1.85rem; }
.nav-links a {
  font-size: .72rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--muted); transition: color .3s;
}
.nav-links a:hover, .nav-links a:focus-visible { color: var(--white); outline: none; }

.lang-switch {
  display: flex; align-items: center; gap: .45rem;
  padding: .38rem .7rem; border-radius: 999px;
  background: rgba(17,17,17,.55); border: 1px solid var(--border);
  backdrop-filter: blur(14px);
}
.lang-btn {
  cursor: pointer; font-size: .7rem; letter-spacing: .1em;
  color: var(--muted); padding: .15rem; transition: color .3s;
}
.lang-btn.active, .lang-btn:hover { color: var(--white); }
.lang-sep { color: rgba(255,255,255,.2); font-size: .65rem; }

.float-dock {
  position: fixed; bottom: 1.35rem; left: 50%; transform: translateX(-50%);
  z-index: 300; display: flex; gap: .3rem;
  padding: .5rem .65rem; border-radius: 999px;
  background: rgba(8,8,8,.82);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(28px) saturate(1.3);
  box-shadow: 0 16px 50px rgba(0,0,0,.55), 0 0 0 1px rgba(0,229,255,.06);
}
.dock-item {
  display: grid; place-items: center;
  width: 40px; height: 40px; border-radius: 50%;
  color: var(--muted);
  transition: color .3s, background .3s, box-shadow .3s, transform .3s var(--ease);
}
.dock-item svg { width: 17px; height: 17px; }
.dock-item:hover, .dock-item:focus-visible, .dock-item.active {
  color: var(--cyan); background: rgba(0,229,255,.08);
  box-shadow: 0 0 18px rgba(0,229,255,.16); outline: none;
}
.dock-item:hover { transform: translateY(-3px); }

/* Scenes */
.scene {
  position: relative;
  padding: 6.5rem clamp(1.1rem, 5vw, 4.5rem) 7.5rem;
}

/* Reveal — no blur (blur made the site feel muddy) */
.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity .9s var(--ease), transform 1s var(--ease);
}
.reveal.is-visible { opacity: 1; transform: none; }

.product-img {
  width: 100%; height: auto; object-fit: contain;
  user-select: none; pointer-events: none;
}

/* ========== HERO ========== */
.scene-hero {
  min-height: 100svh;
  padding: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.hero-atmosphere {
  position: absolute; inset: 0; pointer-events: none;
}
.hero-bloom {
  position: absolute; left: 50%; top: 46%;
  width: min(90vw, 720px); height: min(90vw, 720px);
  transform: translate(-50%, -50%);
  background:
    radial-gradient(circle, rgba(0,229,255,.18) 0%, rgba(123,97,255,.08) 35%, transparent 68%);
  filter: blur(8px);
  animation: bloom 8s ease-in-out infinite;
}
@keyframes bloom {
  0%, 100% { opacity: .7; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 1; transform: translate(-50%, -52%) scale(1.06); }
}

.hero-stage {
  position: absolute; inset: 0;
  display: grid; place-items: center;
  perspective: 1400px;
  z-index: 1;
}

.product-float {
  width: min(92vw, 680px);
  transform-style: preserve-3d;
  transition: transform .12s ease-out;
  animation: float-y 7s ease-in-out infinite;
  will-change: transform;
}
@keyframes float-y {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -18px; }
}

.hero-watch {
  filter: drop-shadow(0 50px 80px rgba(0,0,0,.75));
}

.hero-overlay {
  position: relative; z-index: 3;
  width: min(100%, 560px);
  margin-inline: auto;
  padding: 6.5rem 1.25rem 7rem;
  text-align: center;
  display: flex; flex-direction: column; align-items: center;
  background: linear-gradient(180deg, rgba(5,5,5,.2), rgba(5,5,5,.62) 42%, rgba(5,5,5,.25));
}
.hero-overlay .lede { text-align: center; }
.hero-stage { z-index: 2; }

.scroll-hint {
  position: absolute; bottom: 5.2rem; left: 50%; transform: translateX(-50%);
  z-index: 4; display: flex; flex-direction: column; align-items: center; gap: .7rem;
  font-size: .62rem; letter-spacing: .28em; text-transform: uppercase; color: var(--muted);
}
.scroll-line {
  width: 1px; height: 44px;
  background: linear-gradient(180deg, var(--cyan), transparent);
  animation: scroll-pulse 2s ease-in-out infinite;
}
@keyframes scroll-pulse {
  0%, 100% { opacity: .25; transform: scaleY(.65); }
  50% { opacity: 1; transform: scaleY(1); }
}

/* Intelligence — lab teardown experience */
.scene-intel { padding-bottom: 0; }

.explode-pin {
  height: 260vh;
  position: relative;
  margin-top: .25rem;
}

.explode-sticky {
  position: sticky;
  top: 0;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4.75rem clamp(1.1rem, 5vw, 4.5rem) 5.75rem;
  box-sizing: border-box;
}

.explode-stage {
  display: grid;
  gap: 1.75rem;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  width: 100%;
}

.explode-viewport { display: grid; gap: .85rem; }

.explode-rig {
  --p: 0;
  position: relative;
  height: min(68vh, 600px);
  display: grid;
  place-items: center;
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 40%, rgba(0,229,255,.12), transparent 40%),
    radial-gradient(ellipse at center, #0a1018, #050505 72%);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow:
    inset 0 0 100px rgba(0,229,255,.04),
    0 40px 100px rgba(0,0,0,.55);
}

.explode-frame { position: absolute; inset: 0; pointer-events: none; z-index: 6; }
.ef {
  position: absolute;
  width: 18px; height: 18px;
  border: 1.5px solid rgba(0,229,255,.45);
  opacity: calc(0.25 + var(--p) * 0.75);
  transition: opacity .4s;
}
.ef-tl { top: 14px; left: 14px; border-right: 0; border-bottom: 0; }
.ef-tr { top: 14px; right: 14px; border-left: 0; border-bottom: 0; }
.ef-bl { bottom: 14px; left: 14px; border-right: 0; border-top: 0; }
.ef-br { bottom: 14px; right: 14px; border-left: 0; border-top: 0; }

.explode-scan {
  position: absolute;
  left: 8%; right: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,229,255,.55), transparent);
  box-shadow: 0 0 18px rgba(0,229,255,.35);
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  top: 12%;
}
.explode-rig.is-open .explode-scan {
  opacity: .55;
  animation: scan-y 3.8s ease-in-out infinite;
}
@keyframes scan-y {
  0% { top: 12%; opacity: 0; }
  15% { opacity: .55; }
  85% { opacity: .55; }
  100% { top: 86%; opacity: 0; }
}

.explode-glow {
  position: absolute;
  width: 52%; height: 52%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,229,255,.22), transparent 70%);
  filter: blur(28px);
  pointer-events: none;
  z-index: 0;
  opacity: calc(0.35 + var(--p) * 0.65);
  transform: scale(calc(0.85 + var(--p) * 0.25));
}

.explode-stack {
  position: relative;
  z-index: 2;
  width: min(84%, 500px);
  aspect-ratio: 1;
  transform:
    translate3d(var(--mx, 0px), calc((1 - var(--p)) * 10px + var(--my, 0px)), 0)
    rotateY(var(--ry, 0deg))
    rotateX(var(--rx, 0deg))
    scale(calc(0.9 + var(--p) * 0.12));
  will-change: transform;
  transition: transform .12s ease-out;
}

.explode-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
  filter: drop-shadow(0 30px 50px rgba(0,0,0,.55));
  transition: opacity .05s linear, transform .05s linear;
}

.explode-assembled { z-index: 1; opacity: 1; }
.explode-open { z-index: 2; opacity: 0; }

.explode-status {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 7;
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .4rem .85rem;
  border-radius: 999px;
  background: rgba(5,5,5,.65);
  border: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(12px);
  font-family: var(--font-mono);
  font-size: .62rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted);
  opacity: calc(0.35 + var(--p) * 0.65);
  pointer-events: none;
}
.explode-status strong {
  color: var(--cyan);
  font-weight: 500;
  min-width: 2.6em;
  text-align: end;
}

.hotspot {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  background: rgba(0,229,255,.16);
  border: 1px solid var(--cyan);
  box-shadow: 0 0 16px rgba(0,229,255,.4);
  z-index: 5;
  opacity: 0;
  transform: scale(0.55);
  transition: opacity .45s, transform .45s var(--ease), box-shadow .35s, background .35s;
}
.explode-rig.is-open .hotspot.is-revealed {
  opacity: 1;
  transform: scale(1);
}
.explode-rig.is-open .hotspot.is-active {
  animation: hotspot-pulse 2.4s ease-out infinite;
}

.hotspot span {
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: var(--cyan);
}

.hotspot::after {
  content: attr(data-tip);
  position: absolute;
  left: 150%;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  padding: .4rem .75rem;
  font-size: .6rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-family: var(--font-mono);
  color: var(--muted);
  background: rgba(8,8,8,.94);
  border: 1px solid var(--border);
  border-radius: 8px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s, color .3s, border-color .3s;
}
.hotspot:hover::after,
.hotspot.is-active::after {
  opacity: 1;
  color: var(--white);
  border-color: rgba(0,229,255,.4);
}
.hotspot.is-active {
  background: rgba(0,229,255,.38);
  box-shadow: 0 0 0 8px rgba(0,229,255,.12), 0 0 24px rgba(0,229,255,.55);
}

/* Tuned to explode layer positions */
.hs1 { top: 34%; left: 50%; }
.hs2 { top: 48%; left: 57%; }
.hs3 { top: 61%; left: 46%; }
.hs4 { top: 76%; left: 53%; }

@keyframes hotspot-pulse {
  0% { box-shadow: 0 0 0 0 rgba(0,229,255,.45); }
  100% { box-shadow: 0 0 0 18px rgba(0,229,255,0); }
}

.explode-meta {
  display: grid;
  gap: .65rem;
  justify-items: center;
}
.explode-progress {
  width: min(100%, 360px);
}
.explode-progress-track {
  height: 2px;
  background: rgba(255,255,255,.08);
  border-radius: 999px;
  overflow: hidden;
}
.explode-progress-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--cyan), var(--purple));
  box-shadow: 0 0 12px rgba(0,229,255,.4);
}

.explode-hint {
  text-align: center;
  font-family: var(--font-mono);
  font-size: .62rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--muted);
}

.intel-panel { width: 100%; }
.intel-panel-label {
  font-family: var(--font-mono);
  font-size: .62rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 1rem;
  text-align: center;
}

.intel-list {
  list-style: none;
  display: grid;
  gap: .75rem;
  max-width: 440px;
  margin-inline: auto;
}

.intel-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.05rem 1.15rem;
  border-radius: 16px;
  background: rgba(12,12,12,.72);
  border: 1px solid var(--border);
  color: var(--muted);
  cursor: pointer;
  transition: border-color .35s, background .35s, transform .35s var(--ease), box-shadow .35s;
}
.intel-copy strong {
  display: block;
  color: rgba(255,255,255,.78);
  font-weight: 500;
  font-size: .95rem;
  margin-bottom: .2rem;
}
.intel-copy em {
  display: block;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  font-style: normal;
  font-size: .8rem;
  line-height: 1.4;
  color: rgba(255,255,255,.42);
  transition: max-height .4s var(--ease), opacity .35s, margin .35s;
}
.intel-list li:hover,
.intel-list li:focus-visible {
  border-color: rgba(0,229,255,.35);
  outline: none;
  transform: translateX(5px);
}
.intel-list li.is-active {
  border-color: rgba(0,229,255,.55);
  background: linear-gradient(135deg, rgba(0,229,255,.1), rgba(123,97,255,.05));
  box-shadow: 0 0 30px rgba(0,229,255,.12);
  transform: translateX(6px);
}
.intel-list li.is-active strong { color: var(--white); }
.intel-list li.is-active .intel-copy em {
  max-height: 3.5em;
  opacity: 1;
  margin-top: .15rem;
}

[dir="rtl"] .intel-panel-label { text-align: center; }
[dir="rtl"] .intel-list li:hover,
[dir="rtl"] .intel-list li:focus-visible,
[dir="rtl"] .intel-list li.is-active { transform: translateX(-6px); }
[dir="rtl"] .hotspot::after { left: auto; right: 150%; }

/* Ecosystem — edge-to-edge, less "boxed product page" */
.scene-eco { padding-inline: 0; }
.scene-eco .section-head { padding-inline: clamp(1.1rem, 5vw, 4.5rem); }
.eco-frame {
  max-width: none; margin: 0;
  border-radius: 0; overflow: hidden;
  border: none; border-block: 1px solid var(--border);
  background: #050505;
  box-shadow: none;
}
.eco-img { width: 100%; max-height: 70vh; object-fit: cover; transition: transform 1.4s var(--ease); }
.eco-frame:hover .eco-img { transform: scale(1.03); }
.eco-labels {
  display: flex; justify-content: space-around; flex-wrap: wrap; gap: .7rem;
  padding: 1.15rem 1rem 1.4rem;
  border-top: 1px solid var(--border);
  background: rgba(5,5,5,.9);
}
.eco-labels span {
  font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted);
}

/* Tech — less SaaS: oversized numbers, open rows */
.tech-grid {
  display: grid; grid-template-columns: 1fr; gap: 0;
  max-width: 1100px; margin: 0 auto;
  border-top: 1px solid var(--border);
}
.tech-card {
  position: relative;
  padding: 1.85rem 1.25rem 1.85rem 5.5rem;
  border-radius: 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--border);
  backdrop-filter: none;
  transition: background .4s, padding .4s var(--ease);
  counter-increment: tech;
}
.tech-grid { counter-reset: tech; }
.tech-card::before {
  content: counter(tech, decimal-leading-zero);
  position: absolute; left: 0.2rem; top: 1.85rem;
  font-family: var(--font-mono); font-size: 1rem;
  letter-spacing: .08em; color: rgba(0,229,255,.55);
}
.tech-card:hover, .tech-card:focus-visible {
  background: rgba(0,229,255,.035);
  border-color: rgba(0,229,255,.25);
  box-shadow: none;
  outline: none;
  transform: none;
}
[dir="rtl"] .tech-card {
  padding: 1.85rem 5.5rem 1.85rem 1.25rem;
}
[dir="rtl"] .tech-card::before {
  left: auto; right: 0.2rem;
}

/* Lifestyle — full bleed cinematic */
.scene-life { padding-inline: 0; padding-bottom: 0; }
.life-bleed {
  position: relative;
  min-height: min(88vh, 720px);
  overflow: hidden;
}
.life-bleed picture,
.life-photo {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover;
}
.life-photo { transform: scale(1.04); transition: transform 1.8s var(--ease); }
.life-bleed:hover .life-photo { transform: scale(1.08); }
.life-veil {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(5,5,5,.88) 0%, rgba(5,5,5,.45) 48%, rgba(5,5,5,.2) 100%),
    linear-gradient(180deg, rgba(5,5,5,.25), transparent 30%, rgba(5,5,5,.75) 100%);
}
.life-copy {
  position: relative; z-index: 2;
  max-width: 480px;
  padding: clamp(3rem, 8vw, 6rem) clamp(1.25rem, 5vw, 4.5rem);
  display: flex; flex-direction: column; justify-content: flex-end;
  min-height: min(88vh, 720px);
}
.life-tags { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.6rem; }
.life-tags span {
  padding: .42rem .9rem; border: 1px solid var(--border); border-radius: 999px;
  font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted);
  backdrop-filter: blur(8px); background: rgba(5,5,5,.35);
  transition: border-color .3s, color .3s;
}
.life-tags span:hover { border-color: rgba(212,176,106,.5); color: var(--gold); }
[dir="rtl"] .life-veil {
  background:
    linear-gradient(270deg, rgba(5,5,5,.88) 0%, rgba(5,5,5,.45) 48%, rgba(5,5,5,.2) 100%),
    linear-gradient(180deg, rgba(5,5,5,.25), transparent 30%, rgba(5,5,5,.75) 100%);
}

/* Tech icons (used inside open list rows) */
.tech-card p { font-size: .88rem; color: var(--muted); }
.tech-icon {
  width: 42px; height: 42px; margin-bottom: 1.1rem; border-radius: 12px;
  position: relative; background: rgba(0,229,255,.07);
  border: 1px solid rgba(0,229,255,.2);
}
.tech-icon::before {
  content: ""; position: absolute; inset: 11px; border-radius: 4px;
  background: linear-gradient(135deg, var(--cyan), var(--purple)); opacity: .9;
}
.icon-amoled::before { border-radius: 3px; inset: 9px 11px; }
.icon-ai::before { border-radius: 50%; }
.icon-sleep::before { clip-path: polygon(30% 0%,70% 0%,100% 50%,70% 100%,30% 100%,0% 50%); }
.icon-health::before { clip-path: polygon(50% 10%,61% 35%,90% 35%,67% 55%,76% 82%,50% 65%,24% 82%,33% 55%,10% 35%,39% 35%); }
.icon-gps::before { border-radius: 50%; inset: 10px; box-shadow: 0 0 0 4px rgba(0,229,255,.18); }
.icon-wireless::before {
  border-radius: 50%; background: transparent; border: 2px solid var(--cyan);
  box-shadow: 0 0 0 5px rgba(0,229,255,.14);
}

/* Morph */
.morph-showcase {
  max-width: 820px; margin: 0 auto;
  display: grid; gap: 1.75rem; justify-items: center;
}
.morph-img {
  width: min(100%, 520px);
  filter: drop-shadow(0 0 50px rgba(0,229,255,.12));
}
.morph-track {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: .4rem;
}
.morph-item {
  padding: .55rem .95rem; border-radius: 999px; border: 1px solid transparent;
  opacity: .4; font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted);
  transition: .4s var(--ease);
}
.morph-item.active {
  opacity: 1; color: var(--white);
  border-color: rgba(0,229,255,.4);
  box-shadow: 0 0 24px rgba(0,229,255,.14);
}
.morph-arrow {
  width: 26px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  position: relative;
}
.morph-arrow::after {
  content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  border: 4px solid transparent; border-left-color: var(--cyan);
}
[dir="rtl"] .morph-arrow::after {
  right: auto; left: 0; border-left-color: transparent; border-right-color: var(--cyan);
}

/* Future */
.future-stage {
  display: grid; gap: 2.2rem; align-items: center;
  max-width: 1080px; margin: 0 auto;
}
.ai-sphere {
  width: min(84vw, 420px); margin: 0 auto;
  transition: transform .15s ease-out;
}
.future-img {
  width: 100%; border-radius: 50%;
  filter: drop-shadow(0 0 60px rgba(0,229,255,.22));
  animation: sphere-breathe 5.5s ease-in-out infinite;
}
@keyframes sphere-breathe {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.03); }
}
.future-copy {
  text-align: center; display: flex; flex-direction: column; align-items: center;
}

/* Launch */
.scene-launch {
  min-height: 100svh; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  padding-block: 7rem;
}
.launch-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.launch-bg picture { position: absolute; inset: 0; height: 100%; }
.launch-photo {
  width: 100%; height: 100%; object-fit: cover; opacity: .5;
}
.launch-veil {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(5,5,5,.8), rgba(5,5,5,.35) 45%, rgba(5,5,5,.88)),
    radial-gradient(ellipse at 50% 70%, rgba(212,176,106,.12), transparent 55%);
}
.launch-content {
  position: relative; z-index: 1; text-align: center;
  display: flex; flex-direction: column; align-items: center;
  max-width: 620px; margin: 0 auto; width: 100%;
}
.launch-form {
  display: flex; flex-direction: column; gap: .9rem;
  width: 100%; max-width: 440px; margin-top: 1.85rem;
}
.launch-form input {
  width: 100%; padding: .95rem 1.2rem; border-radius: 999px;
  background: rgba(10,10,10,.75); border: 1px solid var(--border);
  outline: none; transition: border-color .3s, box-shadow .3s;
}
.launch-form input::placeholder { color: rgba(255,255,255,.3); }
.launch-form input:focus {
  border-color: rgba(212,176,106,.5);
  box-shadow: 0 0 24px rgba(212,176,106,.12);
}
.launch-form .btn-cta { margin-top: 0; justify-content: center; cursor: pointer; }
.form-note { margin-top: 1.1rem; color: var(--gold); }

.site-footer {
  display: flex; flex-direction: column; align-items: center; gap: .7rem;
  padding: 2.75rem 1.4rem 6.75rem; border-top: 1px solid var(--border); text-align: center;
}
.site-footer p { font-size: .78rem; color: var(--muted); }

@media (prefers-reduced-motion: reduce) {
  .explode-pin { height: auto; }
  .explode-sticky { position: relative; min-height: auto; }
  .explode-rig { --p: 1 !important; }
  .explode-rig .hotspot { opacity: 1 !important; transform: scale(1) !important; }
}

@media (min-width: 768px) {
  .nav-links { display: flex; }

  .hero-overlay {
    position: absolute; inset: 0; z-index: 3;
    width: auto; margin: 0;
    padding: 0 clamp(2rem, 6vw, 5rem);
    display: grid; align-content: center; justify-items: start;
    text-align: start;
    background: linear-gradient(90deg, rgba(5,5,5,.72) 0%, rgba(5,5,5,.28) 42%, transparent 68%);
  }
  .hero-overlay .lede,
  .hero-overlay .brand-mark { text-align: start; }
  .hero-overlay .brand-mark { margin-bottom: 1.5rem; }
  .product-float { width: min(58vw, 720px); margin-left: 18%; }

  [dir="rtl"] .hero-overlay {
    justify-items: end; text-align: end;
    background: linear-gradient(270deg, rgba(5,5,5,.72) 0%, rgba(5,5,5,.28) 42%, transparent 68%);
  }
  [dir="rtl"] .hero-overlay .lede,
  [dir="rtl"] .hero-overlay .brand-mark { text-align: end; }
  [dir="rtl"] .product-float { margin-left: 0; margin-right: 18%; }

  .explode-stage { grid-template-columns: 1.25fr .95fr; gap: 2.5rem; align-items: center; }
  .intel-list { margin-inline: 0; max-width: none; }
  .intel-panel-label { text-align: start; }
  [dir="rtl"] .intel-panel-label { text-align: end; }
  .explode-rig { height: min(72vh, 640px); }
  .explode-stack { width: min(88%, 540px); }
  .explode-meta { justify-items: stretch; }
  .explode-hint { text-align: start; }
  [dir="rtl"] .explode-hint { text-align: end; }
  .tech-grid { grid-template-columns: 1fr; gap: 0; }
  .future-stage { grid-template-columns: 1fr 1fr; }
  .future-copy { align-items: flex-start; text-align: start; }
  [dir="rtl"] .future-copy { align-items: flex-end; text-align: end; }
  .launch-form { flex-direction: row; max-width: 520px; }
  .launch-form input { flex: 1; }
  .site-footer {
    flex-direction: row; justify-content: space-between;
    padding-inline: clamp(1.25rem, 5vw, 4.5rem); text-align: start;
  }
}

@media (min-width: 1024px) {
  .product-float { width: min(54vw, 760px); }
}

@media (prefers-contrast: more) {
  :root { --muted: rgba(255,255,255,.8); --border: rgba(255,255,255,.28); }
}
