:root {
  --bg: #06134f;
  --blue: #0b55da;
  --ink: rgba(255, 255, 255, 0.96);
  --muted: rgba(235, 245, 255, 0.76);
  --line: rgba(255, 255, 255, 0.18);
  --glass: rgba(82, 126, 220, 0.16);
  --glass-2: rgba(118, 151, 232, 0.23);
  --r-xl: 32px;
  --r-md: 18px;
  --side: clamp(18px, 4.8vw, 72px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(ellipse at 45% 18%, rgba(255, 164, 190, 0.14), transparent 34rem),
    radial-gradient(ellipse at 74% 34%, rgba(106, 184, 255, 0.2), transparent 38rem),
    linear-gradient(180deg, #06165d 0%, #082a88 34%, #071a64 68%, #040d3d 100%);
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: repeating-linear-gradient(178deg, rgba(205, 232, 255, 0.06) 0 1px, transparent 1px 24px);
  mask-image: linear-gradient(180deg, transparent 12%, black 42%, transparent 100%);
}

button, input, textarea { font: inherit; }
button { cursor: pointer; }
.site { width: 100%; margin: 0 auto; padding: 0 0 40px; }

.hero {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 720px;
  margin: 0;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: url("./assets/hero-ui.png") center / cover no-repeat, #071a68;
  box-shadow: 0 40px 110px rgba(0, 14, 70, 0.36);
}
.hotspot {
  position: absolute;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  transition: 0.18s ease;
}
.hotspot:hover, .hotspot:focus-visible {
  background: rgba(150, 185, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.32);
  box-shadow: 0 0 28px rgba(150, 215, 255, 0.24);
}
.products-link { left: 34%; top: 5%; width: 6%; height: 4%; }
.experience-link { left: 42.5%; top: 5%; width: 7%; height: 4%; }
.tech-link { left: 52%; top: 5%; width: 7%; height: 4%; }
.contact-link { left: 61.5%; top: 5%; width: 6%; height: 4%; }
.shop-link { left: 85%; top: 3.5%; width: 11.6%; height: 6%; }
.explore-link { left: 6.5%; top: 58%; width: 13.5%; height: 6.5%; }
.demo-link { left: 21.2%; top: 58%; width: 13.2%; height: 6.5%; }
.emotion-link { left: 6.4%; top: 78%; width: 19.3%; height: 16%; border-radius: 18px; }
.smart-link { left: 27%; top: 78%; width: 20%; height: 16%; border-radius: 18px; }
.desk-link { left: 47.8%; top: 78%; width: 18%; height: 16%; border-radius: 18px; }
.immersive-link { left: 67%; top: 78%; width: 20%; height: 16%; border-radius: 18px; }

.panel {
  position: relative;
  overflow: hidden;
  width: min(1720px, calc(100vw - 32px));
  margin: 28px auto 0;
  padding: clamp(38px, 5vw, 76px);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  background:
    radial-gradient(ellipse at 72% 0%, rgba(136, 202, 255, 0.16), transparent 34rem),
    radial-gradient(ellipse at 26% 30%, rgba(255, 180, 204, 0.09), transparent 30rem),
    linear-gradient(145deg, rgba(115, 151, 232, 0.18), rgba(20, 62, 170, 0.08));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 28px 90px rgba(0, 14, 68, .22);
  backdrop-filter: blur(24px);
}
.panel::before {
  content: "";
  position: absolute;
  left: -10%; right: -10%; bottom: -8%;
  height: 34%;
  background: repeating-linear-gradient(178deg, rgba(205,232,255,.08) 0 1px, transparent 1px 22px);
  mask-image: linear-gradient(180deg, transparent, black 35%, transparent);
}
.panel > * { position: relative; z-index: 1; }
.pill {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 20px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(126,165,240,.24);
  color: var(--ink);
  font-size: .78rem;
  font-weight: 700;
}
.pill::before { content: "✧"; margin-right: 10px; font-weight: 400; }
h1, h2, h3, h4, p { margin: 0; }
h1, h2 {
  max-width: 760px;
  margin-top: 28px;
  font-size: clamp(2.55rem, 5vw, 4.85rem);
  font-weight: 520;
  line-height: .98;
  text-shadow: 0 0 32px rgba(195,225,255,.22);
}
p { color: var(--muted); line-height: 1.7; }

.vision {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.05fr);
  gap: clamp(36px, 6vw, 90px);
  min-height: 520px;
}
.vision-copy > p { max-width: 620px; margin-top: 24px; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 46px; }
.stats article, .product-card {
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(125,158,232,.22), rgba(30,76,184,.12));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.13), 0 18px 54px rgba(0,18,78,.2);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
  cursor: pointer;
}
.stats article { min-height: 118px; padding: 28px; }
.stats strong { display: block; font-size: clamp(1.9rem, 3vw, 2.8rem); font-weight: 520; }
.stats span { display: block; margin-top: 14px; color: var(--muted); }
.stats article:hover, .stats article:focus-visible, .product-card:hover, .product-card:focus-visible {
  transform: translateY(-6px);
  border-color: rgba(255,255,255,.32);
  box-shadow: 0 28px 80px rgba(0,18,78,.32);
  outline: none;
}

.room-scene {
  min-height: 380px;
  border-radius: 28px;
  background:
    linear-gradient(100deg, rgba(5,20,74,.12), rgba(11,36,105,.04)),
    url("./assets/vision.png") center / cover no-repeat;
  box-shadow: inset 0 0 80px rgba(2, 13, 54, .65);
}
.sofa, .table, .dock { position: absolute; }
.bot {
  position: relative;
  width: 180px;
  aspect-ratio: 1.12;
  margin: 70px auto 0;
  border-radius: 54% 54% 34% 34%;
  background: linear-gradient(145deg, #d5d9eb, #69749c 46%, #2d365f);
  box-shadow: inset -22px -20px 42px rgba(10,16,48,.55), 0 28px 55px rgba(0,0,0,.32);
}
.bot::before {
  content: "";
  position: absolute;
  left: 14%; right: 11%; top: 31%;
  height: 34%;
  border-radius: 50%;
  background: linear-gradient(135deg, #111735, #050711 58%, #17265f);
}
.bot::after {
  content: "";
  position: absolute;
  right: 32%; top: 43%;
  width: 18%; aspect-ratio: 1;
  border: 3px solid rgba(238,244,255,.92);
  border-radius: 50%;
  box-shadow: 0 0 14px rgba(180,216,255,.85);
}
.bot.small { width: 170px; position: absolute; right: 18%; bottom: 18%; }
.bot.tiny { width: 110px; margin-top: 52px; }
.dock {
  right: 7%; bottom: 12%;
  width: 190px; height: 36px;
  border: 1px solid rgba(210,236,255,.4);
  border-radius: 50%;
  box-shadow: 0 0 28px rgba(120,210,255,.3);
}

.products {
  display: grid;
  grid-template-columns: minmax(240px, .38fr) 1fr;
  gap: clamp(28px, 4vw, 72px);
}
.products-title h2 { max-width: 420px; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-card { min-height: 450px; padding: 20px; cursor: pointer; }
.showcase {
  height: 300px;
  min-height: 300px;
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  background: url("./assets/product-mimoo-one.png") center / cover no-repeat;
}
.companion { background: url("./assets/product-companion.png") center / cover no-repeat; }
.studio { background: url("./assets/product-studio.png") center / cover no-repeat; }
.orb-hand { display: none !important; }
.product-card h3 { margin-top: 18px; color: var(--ink); font-size: 1rem; font-weight: 500; }
.product-card h4 { margin-top: 10px; font-size: 1.25rem; font-weight: 520; }
.product-card p { margin-top: 14px; font-size: .9rem; }
.product-card button {
  float: right;
  width: 42px; height: 42px;
  margin-top: 18px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  background: transparent;
  color: white;
}

.contact {
  display: grid;
  grid-template-columns: .55fr 1fr;
  gap: clamp(36px, 6vw, 86px);
  align-items: start;
}
.contact p { max-width: 500px; margin-top: 22px; }
.form {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 22px 28px;
  padding: 34px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(126,158,232,.22), rgba(22,64,170,.12));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 24px 70px rgba(0,18,78,.22);
}
label { display: grid; gap: 12px; color: var(--ink); }
input, textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  outline: 0;
  background: rgba(5, 22, 84, .34);
  color: white;
  padding: 0 18px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
input { min-height: 58px; }
textarea { min-height: 146px; padding-top: 16px; resize: vertical; }
input:focus, textarea:focus { border-color: rgba(135,218,255,.62); box-shadow: 0 0 0 4px rgba(135,218,255,.12); }
.message { grid-row: span 2; }
.form button {
  grid-column: 1 / -1;
  min-height: 64px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.96);
  color: #0c4fe0;
  font-weight: 800;
}
.form button span { float: right; padding-right: 16px; }

.reveal { opacity: 0; transform: translateY(26px); transition: .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.modal {
  max-width: 520px;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 32px;
  background: linear-gradient(145deg, rgba(78,116,213,.92), rgba(5,18,70,.96));
  color: white;
  box-shadow: 0 34px 100px rgba(0,0,0,.45);
}
.modal::backdrop { background: rgba(2,8,36,.65); backdrop-filter: blur(12px); }
.modal h2 { margin-top: 18px; font-size: 2.4rem; }
.modal p { margin-top: 16px; }
.close { position: absolute; top: 16px; right: 16px; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.08); color: white; }
.toast {
  position: fixed; left: 50%; bottom: 24px; z-index: 5;
  padding: 14px 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(7,28,94,.9);
  color: white;
  opacity: 0;
  transform: translate(-50%, 18px);
  transition: .2s ease;
}
.toast.show { opacity: 1; transform: translate(-50%); }

body { min-width: 1280px; }
.site { width: 100%; }

@media (max-width: 1280px) {
  .site { width: 1280px; }
  .hero { width: 1280px; }
  .panel { width: 1248px; }
}

.hero,
.room-scene,
.showcase,
.studio,
.companion {
  border: 0 !important;
}

.bot,
.dock {
  display: none !important;
}
