:root {
  --bg: #05070d;
  --bg-soft: #080c15;
  --panel: rgba(13, 19, 32, .78);
  --panel-solid: #0c121e;
  --line: rgba(178, 202, 235, .15);
  --line-strong: rgba(117, 240, 218, .32);
  --text: #eef5ff;
  --muted: #8e9caf;
  --cyan: #43efd0;
  --blue: #4b70ff;
  --violet: #8668ff;
  --ease: cubic-bezier(.2, .76, .2, 1);
  --container: 1240px;
  --lab-rx: -12deg;
  --lab-ry: 30deg;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; overflow-x: hidden; color: var(--text); background: var(--bg); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, [tabindex]:focus-visible { outline: 2px solid var(--cyan); outline-offset: 4px; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 999; padding: 10px 16px; color: #03100d; background: var(--cyan); border-radius: 8px; transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: none; }
.noise { position: fixed; inset: 0; z-index: 100; pointer-events: none; opacity: .025; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
.ambient { position: fixed; inset: 0; z-index: -2; pointer-events: none; overflow: hidden; }
.ambient i { position: absolute; width: 38vw; aspect-ratio: 1; border-radius: 50%; filter: blur(100px); opacity: .11; }
.ambient i:first-child { top: -18%; right: -8%; background: var(--blue); }
.ambient i:nth-child(2) { top: 38%; left: -24%; background: var(--cyan); opacity: .07; }
.ambient i:last-child { right: -18%; bottom: -12%; background: var(--violet); opacity: .08; }
.scroll-progress { position: fixed; inset: 0 auto auto 0; z-index: 200; width: 100%; height: 2px; background: linear-gradient(90deg, var(--blue), var(--cyan)); transform: scaleX(0); transform-origin: left; }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 80; transition: background .35s, border-color .35s, backdrop-filter .35s; }
.site-header.is-scrolled { background: rgba(5, 7, 13, .78); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.header-inner { height: 84px; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.wn-logo { display: block; width: 138px; height: 28px; color: #f4f7ff; }
.desktop-nav { display: flex; gap: 30px; margin-left: auto; color: #a8b3c4; font-size: .72rem; letter-spacing: .05em; }
.desktop-nav a { position: relative; padding: 12px 0; transition: color .25s; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: 5px; left: 0; height: 1px; background: var(--cyan); transform: scaleX(0); transform-origin: right; transition: transform .3s var(--ease); }
.desktop-nav a:hover { color: #fff; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta { display: inline-flex; align-items: center; gap: 18px; padding: 12px 0; border-bottom: 1px solid var(--cyan); font-size: .72rem; font-weight: 650; }
.header-cta span { color: var(--cyan); }
.menu-toggle { display: none; width: 46px; height: 46px; margin-left: auto; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: rgba(255, 255, 255, .02); align-items: center; justify-content: center; flex-direction: column; gap: 7px; cursor: pointer; }
.menu-toggle span { width: 18px; height: 1px; background: #fff; transition: transform .25s; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-menu { display: none; position: absolute; top: 76px; right: 24px; left: 24px; padding: 16px; background: rgba(8, 12, 21, .98); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 25px 70px rgba(0, 0, 0, .4); }
.mobile-menu.is-open { display: flex; flex-direction: column; }
.mobile-menu a { padding: 13px 10px; color: #b9c4d4; border-bottom: 1px solid var(--line); }
.mobile-menu .mobile-cta { margin-top: 8px; color: #04110e; background: var(--cyan); border: 0; border-radius: 10px; text-align: center; font-weight: 700; }

.hero { position: relative; min-height: 820px; height: min(930px, 100svh); overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-grid, .lab-grid-bg { position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(137, 165, 203, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(137, 165, 203, .08) 1px, transparent 1px); background-size: 68px 68px; mask-image: radial-gradient(ellipse 82% 78% at 69% 43%, #000 5%, transparent 70%); opacity: .42; }
.hero::before { content: ""; position: absolute; width: 680px; height: 680px; top: 4%; right: 4%; border: 1px solid rgba(67, 239, 208, .09); border-radius: 50%; box-shadow: 0 0 120px rgba(75, 112, 255, .08), inset 0 0 100px rgba(67, 239, 208, .03); }
.hero-layout { position: relative; display: grid; grid-template-columns: .88fr 1.12fr; min-height: 100%; align-items: center; gap: 30px; padding-top: 84px; }
.hero-copy { position: relative; z-index: 4; max-width: 600px; }
.eyebrow { margin: 0 0 22px; color: #9cabbf; font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 26px; height: 1px; margin: 0 10px 3px 0; background: var(--cyan); }
.hero h1 { max-width: 650px; margin: 0; font-size: clamp(3.5rem, 6.6vw, 6.6rem); font-weight: 440; line-height: .94; letter-spacing: -.065em; }
.hero h1 em { display: block; color: transparent; font-style: normal; -webkit-text-stroke: 1px rgba(105, 239, 216, .78); }
.hero-lead { max-width: 520px; margin: 28px 0 0; color: #9caabd; font-size: clamp(.98rem, 1.5vw, 1.1rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 13px 20px; border: 1px solid var(--line); border-radius: 7px; font-size: .74rem; font-weight: 680; transition: transform .25s, border-color .25s, background .25s, color .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #03110e; background: var(--cyan); border-color: var(--cyan); box-shadow: 0 12px 35px rgba(67, 239, 208, .12); }
.button-primary:hover { background: #8ff9e7; }
.button-ghost { background: rgba(255, 255, 255, .025); }
.button-ghost:hover { border-color: rgba(67, 239, 208, .5); }
.hero-note { display: flex; align-items: center; gap: 10px; margin-top: 26px; color: #69778b; font-size: .64rem; }
.hero-note i { position: relative; width: 19px; height: 28px; border: 1px solid #556376; border-radius: 11px; }
.hero-note i::before { content: ""; position: absolute; top: 5px; left: 8px; width: 2px; height: 5px; background: var(--cyan); border-radius: 2px; animation: mouse-wheel 1.7s ease infinite; }
@keyframes mouse-wheel { 0% { opacity: 0; transform: translateY(0); } 35% { opacity: 1; } 100% { opacity: 0; transform: translateY(8px); } }
.hero-stage { position: relative; z-index: 2; width: 100%; min-width: 0; }
.stage-frame { position: relative; width: min(680px, 52vw); height: min(680px, 72vh); min-height: 520px; margin-left: auto; overflow: hidden; border: 1px solid var(--line); border-radius: 50% 50% 46% 54% / 52% 47% 53% 48%; background: radial-gradient(circle at 50% 45%, rgba(74, 112, 255, .1), rgba(7, 11, 19, .42) 53%, transparent 72%); isolation: isolate; }
.stage-frame::before, .stage-frame::after { content: ""; position: absolute; inset: 9%; z-index: -1; border: 1px solid rgba(67, 239, 208, .11); border-radius: 50%; transform: rotate(17deg) scaleY(.55); }
.stage-frame::after { inset: 17%; border-style: dashed; transform: rotate(81deg) scaleY(.68); }
#heroCanvas { position: absolute; inset: 0; z-index: 1; display: block; width: 100%; height: 100%; cursor: grab; touch-action: pan-y; }
#heroCanvas:active { cursor: grabbing; }
.webgl-fallback { position: absolute; inset: 0; z-index: 0; display: grid; place-items: center; opacity: 0; pointer-events: none; }
.no-webgl #heroCanvas { display: none; }
.no-webgl .webgl-fallback { opacity: 1; }
.fallback-core { position: relative; width: 150px; height: 150px; transform: rotate(36deg); border: 1px solid var(--cyan); background: linear-gradient(135deg, rgba(75, 112, 255, .32), rgba(67, 239, 208, .04)); box-shadow: inset 0 0 50px rgba(67, 239, 208, .12), 0 0 60px rgba(75, 112, 255, .18); }
.fallback-core i { position: absolute; inset: 18%; border: 1px solid rgba(255,255,255,.15); }
.fallback-core i:nth-child(2) { transform: rotate(45deg) scale(.65); background: var(--cyan); box-shadow: 0 0 35px var(--cyan); }
.fallback-core i:nth-child(3) { transform: translate(46px, -52px) scale(.25); }
.fallback-orbit { position: absolute; width: 410px; height: 170px; border: 1px solid rgba(67, 239, 208, .25); border-radius: 50%; transform: rotate(-12deg); }
.fallback-orbit span { position: absolute; top: 11%; left: 14%; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 16px var(--cyan); }
.scene-loader { position: absolute; inset: 0; z-index: 10; display: flex; align-items: center; justify-content: center; gap: 12px; color: #8795a8; background: rgba(5, 7, 13, .76); font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; transition: opacity .45s, visibility .45s; }
.scene-loader.is-hidden { opacity: 0; visibility: hidden; }
.scene-loader span { width: 18px; height: 18px; border: 1px solid var(--line); border-top-color: var(--cyan); border-radius: 50%; animation: spin .8s linear infinite; }
.scene-loader b { font-weight: 500; }
@keyframes spin { to { transform: rotate(360deg); } }
.stage-glass { position: absolute; z-index: 4; min-width: 112px; padding: 11px 13px; border: 1px solid var(--line); background: rgba(7, 10, 17, .62); backdrop-filter: blur(10px); font-size: .54rem; letter-spacing: .11em; pointer-events: none; }
.stage-glass span { display: block; color: #6f7d91; }
.stage-glass b { display: block; margin-top: 4px; color: var(--cyan); font-weight: 600; }
.stage-glass-a { top: 20%; left: 5%; }
.stage-glass-b { right: 5%; bottom: 23%; }
.stage-axis { position: absolute; right: 9%; bottom: 11%; z-index: 4; width: 62px; height: 62px; color: #69778a; font-size: .5rem; }
.stage-axis i, .stage-axis::before, .stage-axis::after { content: ""; position: absolute; left: 50%; bottom: 11px; width: 38px; height: 1px; background: rgba(255,255,255,.26); transform-origin: left; }
.stage-axis i { transform: rotate(-90deg); }
.stage-axis::before { transform: rotate(-30deg); }
.stage-axis::after { transform: rotate(30deg); }
.stage-axis span { position: absolute; }
.stage-axis span:first-of-type { right: 0; bottom: 21px; }.stage-axis span:nth-of-type(2) { left: 27px; top: 0; }.stage-axis span:last-of-type { left: 0; bottom: 21px; }
.stage-caption { display: flex; justify-content: space-between; gap: 16px; margin: 12px 40px 0; color: #606e81; font-size: .57rem; letter-spacing: .06em; }
.scroll-cue { position: absolute; right: 36px; bottom: 28px; left: 36px; z-index: 4; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; color: #687588; font-size: .56rem; letter-spacing: .16em; text-transform: uppercase; }
.scroll-cue i { height: 1px; background: linear-gradient(90deg, var(--line), rgba(67, 239, 208, .35), var(--line)); }
.scroll-cue b { color: var(--cyan); font-weight: 500; }

.section { position: relative; padding: 132px 0; }
.section-index { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 14px; align-self: start; color: #718095; font-size: .61rem; letter-spacing: .12em; text-transform: uppercase; }
.section-index span { color: var(--cyan); }.section-index i { height: 1px; background: var(--line); }.section-index p { grid-column: 1 / -1; margin: 8px 0 0; }
.intro { background: #070a11; }
.intro-grid { display: grid; grid-template-columns: .34fr 1fr; gap: clamp(50px, 8vw, 130px); }
.intro-copy h2, .section-heading h2, .lab-heading h2, .benefits h2, .final-cta h2 { max-width: 820px; margin: 0; font-size: clamp(2.5rem, 5vw, 5.2rem); font-weight: 440; line-height: 1.02; letter-spacing: -.055em; }
.intro-text { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; margin-top: 45px; color: var(--muted); font-size: .94rem; }
.intro-text p { margin: 0; }
.section-heading, .lab-heading { position: relative; display: grid; grid-template-columns: 1fr .38fr; gap: 70px; align-items: end; margin-bottom: 64px; }
.section-heading > p, .lab-heading > p { margin: 0 0 7px; color: var(--muted); font-size: .87rem; }

.experiences { overflow: hidden; background: #090d16; }
.orb { position: absolute; border: 1px solid rgba(67, 239, 208, .08); border-radius: 50%; pointer-events: none; }
.orb-one { width: 500px; height: 500px; top: 20%; left: -300px; }.orb-two { width: 680px; height: 680px; right: -420px; bottom: 3%; }
.experience-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.experience-card { position: relative; min-height: 380px; display: grid; grid-template-columns: 54px 1fr; grid-template-rows: 1fr auto; overflow: hidden; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.012); transition: background .35s; }
.experience-card:hover, .experience-card:focus-within, .experience-card:focus { background: rgba(67, 239, 208, .025); }
.experience-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(420px circle at var(--card-x, 50%) var(--card-y, -20%), rgba(75,112,255,.13), transparent 65%); opacity: 0; transition: opacity .35s; }
.experience-card:hover::after, .experience-card:focus::after { opacity: 1; }
.card-wide { min-height: 430px; }
.card-number { position: relative; z-index: 2; padding: 24px 0 0 24px; color: #657286; font-size: .6rem; }
.card-visual { position: relative; z-index: 1; min-height: 245px; transform-style: preserve-3d; perspective: 700px; }
.card-copy { position: relative; z-index: 2; grid-column: 1 / -1; display: grid; grid-template-columns: .48fr 1fr; gap: 24px; padding: 24px; border-top: 1px solid var(--line); }
.card-copy h3 { margin: 0; font-size: 1.03rem; font-weight: 550; }.card-copy p { max-width: 410px; margin: 0; color: var(--muted); font-size: .78rem; }
.product-box { position: absolute; top: 48%; left: 48%; width: 118px; height: 118px; border: 1px solid var(--cyan); background: linear-gradient(135deg, rgba(75,112,255,.25), rgba(67,239,208,.03)); box-shadow: 0 0 45px rgba(67,239,208,.1); transform: translate(-50%,-50%) rotateX(58deg) rotateZ(43deg); transition: transform .6s var(--ease); }
.experience-card:hover .product-box { transform: translate(-50%,-50%) rotateX(48deg) rotateZ(133deg); }
.product-box i { position: absolute; inset: 26%; background: var(--cyan); box-shadow: 0 0 30px var(--cyan); }.product-ring { position: absolute; top: 48%; left: 48%; width: 270px; height: 100px; border: 1px solid rgba(67,239,208,.24); border-radius: 50%; transform: translate(-50%,-50%) rotate(-12deg); }.product-visual b { position: absolute; right: 13%; bottom: 20%; color: #67778c; font-size: .6rem; font-weight: 500; }
.tour-visual i { position: absolute; top: 24%; bottom: 18%; width: 1px; background: linear-gradient(transparent, rgba(67,239,208,.5), transparent); transform: rotate(32deg); }.tour-visual i:first-child { left: 27%; }.tour-visual i:nth-child(2) { left: 49%; }.tour-visual i:nth-child(3) { left: 71%; }.tour-visual span { position: absolute; top: 47%; left: 49%; width: 70px; height: 70px; border: 1px solid var(--cyan); border-radius: 50%; transform: translate(-50%,-50%); box-shadow: 0 0 40px rgba(67,239,208,.14); }
.config-visual span, .config-visual b, .config-visual i { position: absolute; top: 50%; border-radius: 50%; transform: translateY(-50%); transition: transform .5s var(--ease); }.config-visual span { left: 18%; width: 78px; height: 78px; background: var(--blue); }.config-visual b { left: 43%; width: 94px; height: 94px; background: var(--violet); }.config-visual i { right: 18%; width: 68px; height: 68px; background: var(--cyan); }.experience-card:hover .config-visual span { transform: translate(10px,-50%) scale(.9); }.experience-card:hover .config-visual i { transform: translate(-10px,-50%) scale(1.15); }
.estate-visual { transform: rotateX(58deg) rotateZ(-28deg) scale(.82); }.estate-visual span { position: absolute; width: 28%; height: 38%; border: 1px solid rgba(67,239,208,.4); background: rgba(75,112,255,.08); box-shadow: 18px -18px 0 rgba(67,239,208,.02); }.estate-visual span:first-child { top: 20%; left: 20%; }.estate-visual span:nth-child(2) { top: 40%; left: 43%; }.estate-visual span:last-child { top: 15%; right: 11%; }
.showroom-visual span { position: absolute; inset: 17% 15%; border: 1px solid rgba(67,239,208,.18); transform: perspective(700px) rotateX(58deg); }.showroom-visual i { position: absolute; bottom: 27%; width: 42px; height: 86px; border: 1px solid rgba(255,255,255,.2); background: rgba(75,112,255,.09); }.showroom-visual i:nth-of-type(1) { left: 25%; }.showroom-visual i:nth-of-type(2) { left: 48%; height: 116px; }.showroom-visual i:nth-of-type(3) { right: 20%; height: 68px; }.showroom-visual b { position: absolute; top: 22%; left: 50%; width: 6px; height: 6px; background: var(--cyan); border-radius: 50%; box-shadow: 0 0 32px 16px rgba(67,239,208,.18); }

.lab { overflow: hidden; background: #05070d; }
.lab-grid-bg { opacity: .32; mask-image: radial-gradient(circle at 50% 50%, #000, transparent 75%); }
.lab-shell { position: relative; display: grid; grid-template-columns: 170px minmax(0, 1fr) 270px; min-height: 610px; border: 1px solid var(--line); background: rgba(8, 12, 20, .72); box-shadow: 0 30px 100px rgba(0,0,0,.24); }
.lab-toolbar { display: flex; flex-direction: column; padding: 20px; border-right: 1px solid var(--line); }
.view-button { display: flex; gap: 13px; padding: 15px 8px; color: #7d8a9d; border: 0; border-bottom: 1px solid var(--line); background: transparent; text-align: left; cursor: pointer; font-size: .72rem; transition: color .25s, padding-left .25s; }.view-button span { color: #536174; font-size: .58rem; }.view-button:hover, .view-button.is-active { padding-left: 14px; color: #fff; }.view-button.is-active span { color: var(--cyan); }
.lab-viewport { position: relative; min-width: 0; overflow: hidden; cursor: grab; perspective: 1100px; touch-action: pan-y; }.lab-viewport:active { cursor: grabbing; }
.lab-atmosphere { position: absolute; inset: 10%; background: radial-gradient(circle, rgba(75,112,255,.2), rgba(67,239,208,.04) 32%, transparent 67%); filter: blur(18px); }
.lab-viewport::before { content: ""; position: absolute; left: 50%; bottom: 13%; width: 52%; height: 19%; border-radius: 50%; background: rgba(29, 53, 94, .25); filter: blur(22px); transform: translateX(-50%); }
.lab-orbit { position: absolute; top: 50%; left: 50%; width: 330px; height: 330px; transform-style: preserve-3d; transform: translate(-50%,-50%) rotateX(var(--lab-rx)) rotateY(var(--lab-ry)); transition: transform .12s linear; }
.lab-object { position: absolute; top: 50%; left: 50%; width: 190px; height: 190px; transform-style: preserve-3d; transform: translate(-50%,-50%); transition: transform .7s var(--ease); }
.object-face { position: absolute; inset: 0; display: grid; place-items: center; border: 1px solid rgba(84,247,218,.52); background: linear-gradient(135deg, rgba(65,91,200,.28), rgba(25,242,205,.025)); box-shadow: inset 0 0 55px rgba(67,239,208,.06); backdrop-filter: blur(4px); transition: border-color .35s, background .35s; }
.object-face span { color: rgba(220,235,250,.42); font-size: .59rem; letter-spacing: .15em; }.object-face i { position: absolute; width: 58px; height: 58px; border: 1px solid var(--cyan); transform: rotate(45deg); box-shadow: 0 0 25px rgba(67,239,208,.17); }
.face-front { transform: translateZ(95px); }.face-back { transform: rotateY(180deg) translateZ(95px); }.face-left { transform: rotateY(-90deg) translateZ(95px); }.face-right { transform: rotateY(90deg) translateZ(95px); }.face-top { transform: rotateX(90deg) translateZ(95px); }.face-bottom { transform: rotateX(-90deg) translateZ(95px); }
.lab-shell[data-view="detail"] .lab-object { transform: translate(-50%,-50%) scale(1.35) rotateZ(12deg); }.lab-shell[data-view="space"] .lab-object { transform: translate(-50%,-50%) scale(.72) rotateZ(-18deg); }
.lab-shell[data-material="violet"] .object-face { border-color: rgba(159,127,255,.65); background: linear-gradient(135deg,rgba(127,78,255,.36),rgba(67,239,208,.02)); }.lab-shell[data-material="silver"] .object-face { border-color: rgba(223,233,242,.58); background: linear-gradient(135deg,rgba(210,225,235,.18),rgba(62,78,99,.12)); }
.hotspot { position: absolute; width: 34px; height: 34px; padding: 0; border: 1px solid rgba(67,239,208,.44); border-radius: 50%; background: rgba(5,8,14,.75); cursor: pointer; transform: translateZ(130px); }.hotspot::after { content: ""; position: absolute; inset: -8px; border: 1px solid rgba(67,239,208,.13); border-radius: 50%; animation: hotspot-pulse 2s ease infinite; }.hotspot span { color: var(--cyan); }.hotspot.is-active { color: #02110d; background: var(--cyan); }.hotspot.is-active span { color: #02110d; }
.hotspot-one { top: 13%; right: 8%; }.hotspot-two { bottom: 8%; left: 15%; }.hotspot-three { top: 36%; left: -3%; }
@keyframes hotspot-pulse { 50% { transform: scale(1.24); opacity: .2; } }
.drag-hint { position: absolute; bottom: 24px; left: 50%; display: flex; align-items: center; gap: 9px; color: #68778b; font-size: .58rem; transform: translateX(-50%); white-space: nowrap; }.drag-hint i { width: 18px; height: 26px; border: 1px solid #59677a; border-radius: 10px; }
.viewport-coordinates { position: absolute; top: 20px; right: 20px; display: flex; gap: 10px; color: #4f5d70; font-size: .5rem; }
.lab-info { display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; border-left: 1px solid var(--line); background: rgba(255,255,255,.01); }.lab-info > p:first-child { margin: 0 0 12px; color: var(--cyan); font-size: .56rem; letter-spacing: .13em; }.lab-info h3 { margin: 0 0 14px; font-size: 1.2rem; font-weight: 550; }.lab-info h3 + p { margin: 0; color: var(--muted); font-size: .76rem; }.material-swatches { display: flex; gap: 10px; margin-top: 28px; }.swatch { width: 32px; height: 32px; padding: 0; border: 1px solid transparent; border-radius: 50%; background: var(--cyan); box-shadow: inset 0 0 0 5px #0c111c; cursor: pointer; }.swatch:nth-child(2) { background: var(--violet); }.swatch:nth-child(3) { background: #c8d2dc; }.swatch.is-active { border-color: #fff; transform: scale(1.08); }

.benefits { background: #080b13; }
.benefits-layout { display: grid; grid-template-columns: .7fr 1fr; gap: clamp(70px, 9vw, 140px); align-items: start; }
.benefits-sticky { position: sticky; top: 140px; }.benefits-sticky h2 { font-size: clamp(2.5rem, 4.3vw, 4.5rem); }.benefits-sticky > p:not(.eyebrow) { max-width: 510px; margin: 28px 0; color: var(--muted); font-size: .9rem; }.text-link { display: inline-flex; gap: 16px; padding-bottom: 4px; border-bottom: 1px solid var(--cyan); font-size: .7rem; }.text-link span { color: var(--cyan); }
.benefit-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }.benefit-list li { min-height: 170px; display: grid; grid-template-columns: 74px 1fr; gap: 20px; padding: 30px 0; border-bottom: 1px solid var(--line); }.benefit-list li > span { color: var(--cyan); font-size: .58rem; }.benefit-list h3 { margin: 0 0 9px; font-size: 1.25rem; font-weight: 520; }.benefit-list p { max-width: 520px; margin: 0; color: var(--muted); font-size: .8rem; }
.audiences { background: #05070d; }
.audience-cloud { display: flex; flex-wrap: wrap; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.audience-cloud span { min-height: 126px; flex: 1 1 25%; display: flex; align-items: center; gap: 18px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #dbe4ef; font-size: .9rem; transition: color .3s, background .3s; }.audience-cloud span:hover { color: var(--cyan); background: rgba(67,239,208,.025); }.audience-cloud i { color: #59677a; font-size: .54rem; font-style: normal; }
.final-cta { position: relative; min-height: 620px; display: grid; place-items: center; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: radial-gradient(circle at 50% 50%, rgba(75,112,255,.14), transparent 46%); text-align: center; }
.cta-inner { position: relative; z-index: 2; max-width: 900px; }.final-cta h2 { margin-inline: auto; }.final-cta .cta-inner > p:not(.eyebrow) { max-width: 600px; margin: 24px auto 0; color: var(--muted); }.final-cta .hero-actions { justify-content: center; }
.cta-orbit { position: absolute; width: 760px; height: 300px; border: 1px solid rgba(67,239,208,.13); border-radius: 50%; transform: rotate(-8deg); }.cta-orbit::before, .cta-orbit::after { content: ""; position: absolute; inset: 13%; border: 1px solid rgba(75,112,255,.12); border-radius: 50%; }.cta-orbit::after { inset: 26%; }.cta-orbit i { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 18px var(--cyan); }.cta-orbit i:first-child { top: 7%; left: 20%; }.cta-orbit i:nth-child(2) { right: 7%; bottom: 27%; }.cta-orbit i:last-child { bottom: 7%; left: 35%; }

.site-footer { padding: 70px 0 26px; background: #04060a; }.footer-top { display: grid; grid-template-columns: 1.5fr repeat(3, .7fr); gap: 60px; padding-bottom: 52px; }.footer-brand p { max-width: 310px; margin: 22px 0 0; color: #748196; font-size: .76rem; }.footer-col h3 { margin: 2px 0 17px; color: #dfe7f2; font-size: .7rem; font-weight: 650; }.footer-col ul { margin: 0; padding: 0; list-style: none; }.footer-col li { margin: 9px 0; }.footer-col a { color: #79869a; font-size: .69rem; transition: color .2s; }.footer-col a:hover { color: var(--cyan); }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; color: #596578; border-top: 1px solid var(--line); font-size: .61rem; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease), transform .7s var(--ease); }.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1060px) {
  .desktop-nav { display: none; }.menu-toggle { display: flex; }.header-cta { margin-left: auto; }
  .hero { min-height: 850px; height: auto; }.hero-layout { grid-template-columns: .88fr 1.12fr; padding-block: 145px 100px; }.stage-frame { width: 54vw; height: 570px; min-height: 0; }
  .lab-shell { grid-template-columns: 140px minmax(0,1fr); }.lab-info { grid-column: 1 / -1; min-height: 200px; border-top: 1px solid var(--line); border-left: 0; }.lab-info h3 + p { max-width: 650px; }
  .footer-top { grid-template-columns: 1.2fr repeat(3,.8fr); gap: 30px; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 36px, var(--container)); }.site-header { background: rgba(5,7,13,.78); backdrop-filter: blur(18px); }.header-inner { height: 76px; }.header-cta { display: none; }
  .hero { min-height: auto; }.hero::before { width: 480px; height: 480px; right: -220px; }.hero-layout { grid-template-columns: 1fr; gap: 24px; padding: 128px 0 100px; }.hero-copy { max-width: 660px; }.hero h1 { max-width: 680px; }.hero-stage { min-height: 520px; }.stage-frame { width: min(100%, 610px); height: 520px; margin: 0 auto; }.stage-caption { margin-inline: 12px; }.scroll-cue { right: 18px; left: 18px; }
  .section { padding: 95px 0; }.intro-grid { grid-template-columns: 1fr; gap: 42px; }.section-index { max-width: 230px; }.section-heading, .lab-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 44px; }.section-heading > p, .lab-heading > p { max-width: 560px; }
  .experience-grid { grid-template-columns: 1fr; }.experience-card { min-height: 350px; }
  .lab-shell { grid-template-columns: 1fr; }.lab-toolbar { flex-direction: row; overflow-x: auto; border-right: 0; border-bottom: 1px solid var(--line); }.view-button { min-width: 130px; border-right: 1px solid var(--line); border-bottom: 0; }.lab-viewport { min-height: 500px; }.lab-info { grid-column: auto; }
  .hotspot { width: 52px; height: 52px; min-width: 52px; }
  .swatch { width: 44px; height: 44px; min-width: 44px; }
  .benefits-layout { grid-template-columns: 1fr; gap: 60px; }.benefits-sticky { position: relative; top: auto; }
  .audience-cloud span { flex-basis: 50%; }.footer-top { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .container { width: min(100% - 28px, var(--container)); }.wn-logo { width: 124px; }.mobile-menu { right: 14px; left: 14px; }
  .hero-layout { padding-top: 116px; }.hero h1 { font-size: clamp(3rem, 15vw, 4.4rem); }.hero-actions { flex-direction: column; }.button { width: 100%; }.hero-note { display: none; }.hero-stage { min-height: 410px; }.stage-frame { height: 400px; }.stage-glass { min-width: 92px; padding: 9px; transform: scale(.86); }.stage-glass-a { left: -2%; }.stage-glass-b { right: -2%; }.stage-axis { display: none; }.stage-caption { display: none; }.scroll-cue { bottom: 20px; }
  .intro-text { grid-template-columns: 1fr; gap: 20px; }.intro-copy h2, .section-heading h2, .lab-heading h2, .benefits h2, .final-cta h2 { font-size: clamp(2.25rem, 11vw, 3.25rem); }
  .experience-card { grid-template-columns: 45px 1fr; min-height: 330px; }.card-number { padding-left: 16px; }.card-copy { grid-template-columns: 1fr; padding: 20px; }.card-visual { min-height: 215px; }
  .lab-toolbar { padding: 12px; }.view-button { min-width: 120px; min-height: 48px; }.lab-viewport { min-height: 400px; }.lab-orbit { width: 260px; height: 260px; }.lab-object { width: 142px; height: 142px; }.face-front { transform: translateZ(71px); }.face-back { transform: rotateY(180deg) translateZ(71px); }.face-left { transform: rotateY(-90deg) translateZ(71px); }.face-right { transform: rotateY(90deg) translateZ(71px); }.face-top { transform: rotateX(90deg) translateZ(71px); }.face-bottom { transform: rotateX(-90deg) translateZ(71px); }.lab-info { padding: 22px; }.viewport-coordinates { display: none; }
  .benefit-list li { grid-template-columns: 45px 1fr; min-height: 150px; }.audience-cloud span { min-height: 96px; flex-basis: 100%; }.final-cta { min-height: 560px; }.cta-orbit { width: 540px; height: 230px; }
  .footer-top { grid-template-columns: 1fr; gap: 30px; }.footer-brand { grid-column: auto; }.footer-bottom { flex-direction: column; }
}

@media (hover: none) { .experience-card::after { display: none; } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
  .scroll-progress { display: none; }
  .hero-note { display: none; }
}
