:root {
  --bg: #050914;
  --bg-soft: #09101f;
  --panel: rgba(10, 18, 34, .78);
  --line: rgba(132, 160, 214, .17);
  --line-bright: rgba(78, 111, 255, .48);
  --text: #f2f5fb;
  --muted: #8e9bb2;
  --blue: #4f6fff;
  --blue-light: #86a5ff;
  --acid: #b8ff21;
  --shell: min(1440px, calc(100vw - 96px));
  --font-display: Inter, "Noto Sans SC", sans-serif;
  --font-cn: "Noto Sans SC", Inter, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 78% 12%, rgba(53, 79, 191, .16), transparent 28%),
    radial-gradient(circle at 25% 45%, rgba(20, 57, 131, .1), transparent 24%),
    var(--bg);
  color: var(--text);
  font-family: var(--font-cn);
  line-height: 1.6;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background-image: linear-gradient(rgba(104, 132, 185, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(104, 132, 185, .035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}
main, .site-footer { position: relative; z-index: 1; }
.pointer-glow { position: fixed; z-index: 0; left: 0; top: 0; width: 460px; height: 460px; border-radius: 50%; pointer-events: none; opacity: .19; background: radial-gradient(circle, rgba(74, 112, 255, .78), rgba(69, 102, 235, .18) 35%, transparent 70%); filter: blur(14px); transform: translate3d(calc(var(--pointer-x, 50vw) - 50%), calc(var(--pointer-y, 30vh) - 50%), 0); transition: opacity .3s ease; mix-blend-mode: screen; }
.scroll-progress { position: fixed; z-index: 120; left: 0; top: 0; width: var(--scroll-progress, 0%); height: 2px; pointer-events: none; background: linear-gradient(90deg, var(--blue), var(--acid)); box-shadow: 0 0 14px rgba(123, 173, 255, .75); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.noise { position: fixed; inset: 0; opacity: .025; pointer-events: none; z-index: 20; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E"); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.section-shell { width: var(--shell); margin-inline: auto; }

.site-header {
  width: var(--shell);
  height: 86px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 10;
  transition: height .3s ease, background .3s ease, border-color .3s ease, box-shadow .3s ease, backdrop-filter .3s ease;
}
.site-header.scrolled { height: 70px; border-color: rgba(118, 145, 204, .22); background: rgba(5, 9, 20, .78); box-shadow: 0 15px 45px rgba(0, 0, 0, .18); backdrop-filter: blur(18px) saturate(1.2); }
.brand { display: flex; align-items: center; gap: 13px; font: 800 14px/1 var(--font-display); letter-spacing: .08em; }
.brand-x { color: var(--acid); margin-inline: 4px; }
.brand-mark { display: grid; gap: 3px; transform: skewX(-17deg); }
.brand-mark i { display: block; width: 22px; height: 4px; border-radius: 4px; background: var(--acid); }
.brand-mark i:nth-child(2) { width: 14px; }
.brand-mark i:nth-child(3) { width: 8px; }
.site-nav { display: flex; align-items: center; gap: 25px; font-size: 14px; color: #aeb8ca; }
.site-nav a { transition: color .25s ease; }
.site-nav a:hover, .site-nav a.active { color: var(--acid); }
.nav-cta { padding: 11px 17px; color: white !important; background: linear-gradient(135deg, #304acc, #536fff); border-radius: 7px; box-shadow: 0 8px 32px rgba(65, 91, 236, .2); }
.nav-cta span { margin-left: 8px; }
.language-toggle { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border: 1px solid var(--line); border-radius: 5px; color: var(--acid); font: 700 11px/1 var(--font-display); letter-spacing: .08em; cursor: pointer; background: rgba(9, 16, 31, .72); }
.language-toggle i { color: #6f7d96; font-style: normal; font-weight: 400; }
.menu-toggle { display: none; border: 0; background: none; color: white; padding: 12px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 1px; background: currentColor; margin: 6px; }

.hero { min-height: 760px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 6.5vw; align-items: center; padding: 74px 0 96px; }
.eyebrow, .section-index { color: #75839b; font: 500 11px/1 var(--font-display); letter-spacing: .18em; }
.eyebrow { display: flex; align-items: center; gap: 14px; }
.eyebrow span { color: var(--blue-light); }
.eyebrow i { width: 35px; height: 1px; background: var(--line-bright); }
.hero h1 { margin: 26px 0 0; font: 800 clamp(58px, 6.5vw, 105px)/.84 var(--font-display); letter-spacing: -.065em; white-space: nowrap; transform-origin: left center; }
.hero h1 em { color: var(--acid); font-style: normal; font-weight: 400; }
.hero h2 { margin: 25px 0 10px; font-size: clamp(25px, 2.2vw, 38px); letter-spacing: .03em; }
.hero-copy > p { margin: 0; color: var(--muted); font-size: 16px; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 34px; }
.button { min-height: 48px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; border-radius: 5px; font-size: 14px; font-weight: 600; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, #324fd9, #5973ff); box-shadow: 0 12px 40px rgba(63, 88, 239, .25); }
.button-primary:hover { box-shadow: 0 15px 44px rgba(63, 88, 239, .38); }
.text-link { color: var(--acid); font-size: 14px; }
.text-link span { margin-left: 14px; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); margin: 48px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); }
.stats div { padding-right: 20px; }
.stats div + div { border-left: 1px solid var(--line); padding-left: 28px; }
.stats dt { font: 600 22px/1 var(--font-display); letter-spacing: .04em; }
.stats dt sup { color: var(--acid); font-size: .55em; }
.stats dd { margin: 8px 0 0; color: #748197; font-size: 12px; }

.hero-visual { min-height: 520px; position: relative; overflow: hidden; border: 1px solid var(--line-bright); border-radius: 10px; background: radial-gradient(circle at calc(50% + var(--hero-x, 0px)) calc(45% + var(--hero-y, 0px)), #0c3473 0, #07142c 34%, #050a16 70%); box-shadow: 0 34px 80px rgba(0,0,0,.38), inset 0 0 80px rgba(37, 86, 215, .08); isolation: isolate; transition: background-position .15s ease, border-color .3s ease, box-shadow .3s ease; }
.hero-visual::before, .hero-visual::after { content: ""; position: absolute; z-index: 2; pointer-events: none; }
.hero-visual::before { inset: 0; background: linear-gradient(90deg, transparent 49.8%, rgba(132, 174, 255, .12) 50%, transparent 50.2%), linear-gradient(transparent 49.8%, rgba(132, 174, 255, .09) 50%, transparent 50.2%); }
.hero-visual::after { inset: 12px; border: 1px solid rgba(124, 160, 255, .1); clip-path: polygon(0 0, 36% 0, 39% 2px, 61% 2px, 64% 0, 100% 0, 100% 100%, 64% 100%, 61% calc(100% - 2px), 39% calc(100% - 2px), 36% 100%, 0 100%); }
.orbital { position: absolute; inset: -3%; display: grid; place-items: center; perspective: 800px; transform: translate3d(var(--orbit-x, 0), var(--orbit-y, 0), 0); transition: transform .18s ease-out; }
.orbit { position: absolute; width: 65%; aspect-ratio: 1; border: 2px solid rgba(123, 178, 255, .22); border-radius: 50%; transform: rotateX(66deg); box-shadow: 0 0 32px rgba(57, 110, 255, .24), inset 0 0 25px rgba(108, 157, 255, .18); }
.orbit::before { content: ""; position: absolute; inset: 9%; border: 1px solid rgba(148, 189, 255, .34); border-radius: inherit; }
.orbit-one { animation: float-orbit 6s ease-in-out infinite; }
.orbit-two { width: 42%; border-color: rgba(184, 255, 33, .28); animation: float-orbit 6s ease-in-out -3s infinite reverse; }
.core { width: 12%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, white 0 4%, #7fa8ff 5% 15%, #315ef8 22%, transparent 67%); box-shadow: 0 0 65px #315ef8; animation: pulse 2.5s ease-in-out infinite; }
.scanline { position: absolute; width: 100%; height: 1px; top: 20%; background: linear-gradient(90deg, transparent, rgba(136, 186, 255, .75), transparent); box-shadow: 0 0 10px #5c8dff; animation: scan 5s linear infinite; }
.visual-label, .visual-meta { position: absolute; z-index: 3; color: #8292ad; font: 500 10px/1 var(--font-display); letter-spacing: .16em; }
.top-label { top: 28px; left: 30px; }
.visual-copy { position: absolute; z-index: 3; left: 32px; bottom: 70px; }
.visual-copy span { color: var(--acid); font: 600 10px/1 var(--font-display); letter-spacing: .18em; }
.visual-copy strong { display: block; margin-top: 10px; font-size: 23px; line-height: 1.35; }
.play-button { position: absolute; z-index: 4; inset: 0; margin: auto; width: 72px; height: 72px; display: grid; place-items: center; border: 1px solid rgba(213, 228, 255, .65); border-radius: 50%; color: white; cursor: pointer; background: rgba(5, 12, 27, .62); backdrop-filter: blur(8px); box-shadow: 0 0 30px rgba(56, 102, 255, .24); transition: transform .25s ease, background .25s ease; }
.play-button:hover { transform: scale(1.08); background: rgba(59, 89, 220, .7); }
.play-button span { font-size: 19px; margin-left: 4px; }
.visual-meta { bottom: 27px; right: 30px; display: flex; gap: 24px; }
.trust-strip { min-height: 122px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-strip > div { padding: 24px 25px; display: flex; flex-direction: column; justify-content: center; }
.trust-strip > div:first-child { padding-left: 0; }
.trust-strip > div + div { border-left: 1px solid var(--line); }
.trust-strip span { color: var(--acid); font: 600 9px/1 var(--font-display); letter-spacing: .15em; }
.trust-strip strong { margin-top: 8px; font: 700 14px/1.15 var(--font-display); letter-spacing: .025em; }
.trust-strip small { margin-top: 6px; color: #718097; font-size: 10px; }

.works { padding: 108px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 36px; }
.section-heading h2, .about h2, .contact h2 { margin: 10px 0 0; font-size: clamp(38px, 4vw, 62px); line-height: 1.15; letter-spacing: -.04em; }
.filters { display: flex; gap: 5px; padding: 5px; background: rgba(10, 17, 31, .68); border: 1px solid var(--line); border-radius: 8px; }
.filter { border: 0; border-radius: 5px; padding: 8px 15px; background: transparent; color: #758199; font-size: 12px; cursor: pointer; transition: .2s ease; }
.filter:hover { color: white; }
.filter.active { background: #314bd5; color: white; box-shadow: 0 5px 17px rgba(43, 67, 198, .25); }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.project-card { min-width: 0; transition: opacity .3s ease, transform .3s ease; }
.project-card.hidden { opacity: 0; transform: scale(.96); display: none; }
.project-card.featured { grid-column: span 2; }
.project-open { --tilt-x: 0deg; --tilt-y: 0deg; --card-lift: 0px; width: 100%; padding: 0; display: block; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; color: inherit; text-align: left; font: inherit; cursor: pointer; background: var(--panel); transform: perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(var(--card-lift)); transform-style: preserve-3d; transition: transform .22s ease, border-color .3s ease, box-shadow .3s ease; }
.project-open:hover { --card-lift: -5px; border-color: rgba(93, 123, 255, .55); box-shadow: 0 20px 50px rgba(0, 0, 0, .28); }
.project-art { position: relative; aspect-ratio: 16/8.7; overflow: hidden; background-color: #070c16; }
.featured .project-art { aspect-ratio: 16/6.6; }
.project-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(3, 6, 13, .72), transparent 58%), linear-gradient(115deg, rgba(56, 91, 255, .12), transparent 42%); transition: opacity .35s ease; }
.project-cover { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease, filter .5s ease; }
.project-open:hover .project-cover { transform: scale(1.055); filter: brightness(1.1) saturate(1.08); }
.duration, .card-play { position: absolute; z-index: 5; bottom: 13px; }
.duration { right: 14px; font: 600 10px/1 var(--font-display); }
.card-play { left: 14px; width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.82); border-radius: 50%; font-size: 10px; padding-left: 2px; color: #fff; background: rgba(12, 18, 34, .42); box-shadow: 0 0 0 0 rgba(104, 132, 255, 0); backdrop-filter: blur(10px); transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.project-open:hover .card-play { transform: scale(1.12); background: #4260ff; box-shadow: 0 0 0 7px rgba(80, 108, 255, .16), 0 0 30px rgba(73, 104, 255, .55); }
.project-info { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 18px 17px; }
.project-info h3 { margin: 0; font-size: 15px; line-height: 1.35; }
.project-info p { margin: 5px 0 0; color: #718097; font-size: 11px; }
.arrow { color: var(--acid); font-size: 18px; transition: transform .2s ease; }
.project-open:hover .arrow { transform: scale(1.15); }

.art-ai { background: radial-gradient(circle at 47% 45%, rgba(69, 119, 255, .5), transparent 24%), linear-gradient(130deg, #130b2e, #071e49 48%, #020611); }
.art-grid { position: absolute; inset: -30%; background-image: linear-gradient(rgba(88, 140, 255, .18) 1px, transparent 1px), linear-gradient(90deg, rgba(88, 140, 255, .18) 1px, transparent 1px); background-size: 38px 38px; transform: perspective(300px) rotateX(64deg) translateY(30%); }
.art-glow { position: absolute; width: 35%; aspect-ratio: 1; left: 33%; top: 5%; border: 2px solid #527dff; border-radius: 50%; box-shadow: 0 0 30px #315be8, inset 0 0 25px rgba(73, 112, 255, .7); }
.art-type { position: absolute; z-index: 2; inset: 0; display: grid; place-items: center; font: 800 clamp(70px, 10vw, 150px)/1 var(--font-display); letter-spacing: -.08em; color: transparent; -webkit-text-stroke: 1px rgba(190, 216, 255, .65); text-shadow: 0 0 25px rgba(79, 125, 255, .45); }
.art-event { background: radial-gradient(ellipse at 50% 70%, #162f75, transparent 55%), linear-gradient(#040814, #06112b); }
.stage-ring { position: absolute; width: 55%; height: 45%; left: 22%; top: 16%; border: 4px solid #7da8ff; border-radius: 50%; box-shadow: 0 0 22px #3e7bff, inset 0 0 22px #3e7bff; transform: rotateX(65deg); }
.stage-floor { position: absolute; width: 35%; height: 45%; left: 32%; bottom: -20%; background: linear-gradient(90deg, transparent, rgba(68, 106, 255, .3), transparent); clip-path: polygon(45% 0, 55% 0, 100% 100%, 0 100%); }
.art-eniant { background: radial-gradient(circle at 35% 35%, #112c29, transparent 30%), #030908; }
.cube { position: absolute; width: 29%; aspect-ratio: 1; left: 18%; top: 18%; border: 1px solid #7effb4; box-shadow: 0 0 23px rgba(60, 255, 150, .2); transform: rotate(30deg) skew(-8deg); }
.cube::after { content: ""; position: absolute; inset: 18%; border: 1px solid #3d936b; }
.wave { position: absolute; width: 35%; height: 25%; right: 10%; top: 36%; border-top: 2px solid #b8ff21; border-radius: 50%; box-shadow: 0 -4px 14px rgba(184, 255, 33, .34); transform: rotate(-6deg); }
.art-fire { background: radial-gradient(circle at center, #25105a, #07050d 58%); }
.node { position: absolute; width: 24px; aspect-ratio: 1; border-radius: 50%; background: #3160ff; box-shadow: 0 0 14px #315cff; }
.n1 { left: 17%; top: 35%; } .n2 { right: 18%; top: 25%; background: #b8ff21; box-shadow: 0 0 14px #b8ff21; } .n3 { right: 29%; bottom: 23%; background: #ff274b; box-shadow: 0 0 14px #ff274b; }
.fire-logo { position: absolute; inset: 0; display: grid; place-items: center; color: #ff3154; font: 700 64px/1 var(--font-display); text-shadow: 0 0 18px #ce1c46; }
.art-data { background: linear-gradient(145deg, #1c0c0b, #090709 65%); }
.data-title { position: absolute; left: 8%; top: 15%; color: #ff9833; font: 800 22px/1 var(--font-display); }
.chart { position: absolute; bottom: 25%; width: 13%; aspect-ratio: 1; border: 7px solid #ddd; border-top-color: #ff922b; border-radius: 50%; }
.c1 { left: 10%; } .c2 { left: 31%; transform: rotate(50deg); } .c3 { left: 52%; transform: rotate(90deg); } .c4 { left: 73%; transform: rotate(140deg); }
.art-nx { background: radial-gradient(circle, #113718, #020703 60%); }
.nx-symbol { position: absolute; inset: 0; display: grid; place-items: center; color: #a4ff3e; font: 800 60px/1 var(--font-display); font-style: italic; text-shadow: 0 0 14px #76ff19, 0 0 35px #37b322; }
.nx-symbol span { display: inline; font-weight: 400; }
.nx-lines { position: absolute; inset: 0; background: repeating-linear-gradient(165deg, transparent 0 22px, rgba(120,255,70,.06) 23px 24px); }
.art-app { background: linear-gradient(120deg, #f1f4f8 0 38%, #111a25 38%); }
.phone { position: absolute; z-index: 2; left: 17%; top: 8%; width: 21%; height: 84%; border-radius: 14px; border: 3px solid #15191d; background: white; padding: 28px 10px; box-shadow: 8px 10px 30px rgba(0,0,0,.3); }
.phone i { display: block; height: 8px; margin: 9px 0; border-radius: 5px; background: #b8ff21; }
.phone i:nth-child(2) { width: 70%; background: #dbe3eb; }
.app-copy { position: absolute; left: 50%; top: 29%; color: white; font: 700 22px/1.1 var(--font-display); letter-spacing: .06em; }
.art-year { background: #050505; display: grid; place-items: center; }
.art-year > span:first-child { color: #e31d25; font: 800 clamp(60px, 8vw, 110px)/1 var(--font-display); letter-spacing: -.08em; text-shadow: 0 0 30px rgba(227, 29, 37, .18); }
.work-library { margin-top: 72px; padding-top: 50px; border-top: 1px solid var(--line); }
.library-heading { margin-bottom: 26px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.library-heading h3 { margin: 9px 0 0; font-size: clamp(28px, 3vw, 42px); letter-spacing: -.035em; }
.library-heading p { max-width: 320px; margin: 0 0 5px; color: var(--muted); font-size: 12px; text-align: right; }
.library-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.library-card { min-width: 0; }
.library-card.is-hidden { display: none; }
.library-open { --tilt-x: 0deg; --tilt-y: 0deg; --card-lift: 0px; width: 100%; padding: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 7px; color: inherit; text-align: left; background: rgba(9, 16, 30, .82); cursor: pointer; transform: perspective(800px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(var(--card-lift)); transform-style: preserve-3d; transition: transform .2s ease, border-color .25s ease, box-shadow .25s ease; }
.library-open:hover { --card-lift: -4px; border-color: rgba(95, 127, 255, .58); box-shadow: 0 16px 34px rgba(0, 0, 0, .25); }
.library-art { position: relative; display: block; aspect-ratio: 16/9; overflow: hidden; background: #050914; }
.library-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(2, 5, 12, .68), transparent 55%); }
.library-art img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease, filter .4s ease; }
.library-open:hover img { transform: scale(1.045); filter: brightness(1.08) saturate(1.08); }
.library-play, .library-duration { position: absolute; z-index: 2; bottom: 10px; }
.library-play { left: 11px; width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; font-size: 8px; background: rgba(5, 10, 22, .45); backdrop-filter: blur(8px); }
.library-duration { right: 11px; font: 600 9px/1 var(--font-display); }
.library-copy { min-height: 72px; padding: 13px 14px 14px; display: flex; flex-direction: column; justify-content: space-between; gap: 8px; }
.library-copy strong { overflow: hidden; font-size: 12px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.library-copy small { color: #66748b; font: 600 8px/1 var(--font-display); letter-spacing: .08em; }
.library-toggle { margin: 28px auto 0; min-width: 210px; }
.all-work { margin-top: 38px; display: flex; align-items: center; justify-content: space-between; padding-top: 28px; border-top: 1px solid var(--line); }
.all-work p { color: var(--muted); font-size: 13px; }
.button-outline { border: 1px solid rgba(128, 152, 204, .35); }
.button-outline:hover { border-color: var(--acid); }
.manifesto { position: relative; padding: 76px 5vw; overflow: hidden; border: 1px solid rgba(82, 112, 255, .38); border-radius: 10px; background: radial-gradient(circle at 82% 50%, rgba(53, 83, 207, .24), transparent 30%), linear-gradient(125deg, rgba(12, 23, 49, .92), rgba(5, 10, 20, .92)); }
.manifesto::before { content: ""; position: absolute; width: 360px; aspect-ratio: 1; right: -130px; top: -140px; border: 1px solid rgba(111, 146, 255, .16); border-radius: 50%; box-shadow: inset 0 0 60px rgba(70, 104, 255, .08), 0 0 80px rgba(44, 79, 224, .07); }
.manifesto p { position: relative; z-index: 2; margin: 18px 0 34px; font-size: clamp(25px, 3.5vw, 50px); line-height: 1.35; letter-spacing: -.035em; }
.manifesto p strong { color: var(--acid); font-weight: 700; }
.manifesto-tags { position: relative; z-index: 2; display: flex; gap: 9px; flex-wrap: wrap; }
.manifesto-tags span { padding: 8px 12px; border: 1px solid rgba(119, 145, 198, .23); border-radius: 4px; color: #8d9ab0; font-size: 11px; background: rgba(4, 9, 19, .55); }

.experience { padding: 112px 0; border-top: 1px solid var(--line); }
.heading-note { max-width: 370px; margin: 0 0 5px; color: var(--muted); font-size: 13px; text-align: right; }
.career-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.career-card { position: relative; padding: 34px; border: 1px solid var(--line); border-radius: 9px; overflow: hidden; background: linear-gradient(145deg, rgba(12, 20, 38, .94), rgba(6, 11, 23, .75)); }
.career-card::before { content: ""; position: absolute; width: 180px; height: 180px; right: -80px; top: -80px; border: 1px solid rgba(80, 110, 255, .18); border-radius: 50%; box-shadow: 0 0 60px rgba(56, 89, 255, .08); }
.career-card.current { border-color: rgba(82, 112, 255, .52); }
.career-card.current::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(120deg, rgba(55, 87, 225, .12), transparent 40%); }
.career-meta { display: flex; align-items: center; justify-content: space-between; color: #8290a9; font: 600 10px/1 var(--font-display); letter-spacing: .1em; }
.career-meta i { padding: 5px 8px; border: 1px solid rgba(184, 255, 33, .32); border-radius: 4px; color: var(--acid); font-style: normal; font-size: 8px; }
.career-card h3 { margin: 27px 0 0; font: 800 clamp(25px, 2.6vw, 40px)/1 var(--font-display); letter-spacing: -.035em; }
.career-card h4 { margin: 9px 0 23px; color: var(--blue-light); font-size: 15px; }
.career-card ul { margin: 0; padding: 0; list-style: none; }
.career-card li { position: relative; margin-top: 12px; padding-left: 18px; color: #929eb2; font-size: 13px; line-height: 1.75; }
.career-card li::before { content: ""; position: absolute; width: 5px; height: 5px; left: 0; top: .75em; border-radius: 50%; background: var(--acid); box-shadow: 0 0 8px rgba(184, 255, 33, .5); }
.tool-belt { margin-top: 22px; padding: 18px 0; display: flex; gap: 10px; overflow-x: auto; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); scrollbar-width: none; }
.tool-belt::-webkit-scrollbar { display: none; }
.tool-belt span { flex: 0 0 auto; padding: 8px 12px; border: 1px solid var(--line); border-radius: 4px; color: #7e8ba3; font: 600 9px/1 var(--font-display); letter-spacing: .08em; background: rgba(9, 16, 30, .6); }

.process { display: grid; grid-template-columns: .78fr 1.22fr; gap: 8vw; padding: 116px 0; border-top: 1px solid var(--line); }
.process-heading h2 { margin: 12px 0 0; font-size: clamp(35px, 3.8vw, 58px); line-height: 1.18; letter-spacing: -.04em; }
.process-steps { display: grid; grid-template-columns: 1fr 1fr; }
.process-steps > div { min-height: 185px; padding: 27px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-steps > div:nth-child(-n+2) { border-top: 1px solid var(--line); }
.process-steps > div:nth-child(even) { border-right: 1px solid var(--line); }
.process-steps span { color: var(--acid); font: 600 9px/1 var(--font-display); }
.process-steps h3 { margin: 17px 0 7px; font-size: 17px; }
.process-steps p { margin: 0; color: #748198; font-size: 12px; line-height: 1.75; }

.about { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; padding: 116px 0; border-top: 1px solid var(--line); }
.about h2 { max-width: 620px; }
.about-lead { margin: 33px 0 49px; color: #aab4c5; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.9; }
.capabilities { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid var(--line); }
.capabilities div { padding: 27px 22px 27px 0; border-bottom: 1px solid var(--line); }
.capabilities div:nth-child(even) { padding-left: 28px; border-left: 1px solid var(--line); }
.capabilities span { color: var(--acid); font: 500 10px/1 var(--font-display); }
.capabilities h3 { margin: 12px 0 4px; font-size: 16px; }
.capabilities p { margin: 0; color: #6e7b91; font-size: 12px; }

.contact { min-height: 540px; position: relative; display: grid; place-items: center; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; }
.contact::before { content: ""; position: absolute; inset: 15% 10%; border: 1px solid rgba(74, 104, 231, .15); border-radius: 50%; transform: rotateX(70deg); box-shadow: 0 0 80px rgba(43, 80, 255, .08); }
.contact-glow { position: absolute; width: 400px; height: 200px; background: #274ec7; filter: blur(130px); opacity: .24; }
.contact-inner { position: relative; z-index: 2; padding: 90px 20px; }
.contact h2 em { color: var(--acid); font-style: normal; }
.contact p { margin: 22px 0 30px; color: var(--muted); }
.contact-actions { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 10px; }
.video-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 32px; opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
.video-modal.open { opacity: 1; visibility: visible; }
.video-backdrop { position: absolute; inset: 0; background: rgba(0, 3, 10, .88); backdrop-filter: blur(16px); }
.video-dialog { position: relative; z-index: 2; width: min(1180px, 94vw); border: 1px solid rgba(102, 133, 255, .46); border-radius: 10px; overflow: hidden; opacity: 0; background: #02050b; box-shadow: 0 30px 110px rgba(0,0,0,.7), 0 0 70px rgba(49, 83, 223, .13); transform: translateY(28px) scale(.94); transition: opacity .35s ease, transform .45s cubic-bezier(.16, 1, .3, 1); }
.video-modal.open .video-dialog { opacity: 1; transform: translateY(0) scale(1); }
.video-dialog-head { min-height: 58px; padding: 0 18px 0 22px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.video-dialog-head h2 { margin: 0; font-size: 15px; font-weight: 600; }
.video-close { width: 38px; height: 38px; border: 0; color: #aeb9cc; font-size: 26px; cursor: pointer; background: transparent; }
.video-close:hover { color: white; }
#portfolio-player { display: block; width: 100%; max-height: calc(100vh - 150px); aspect-ratio: 16/9; border: 0; background: black; }
.site-footer { min-height: 96px; display: flex; align-items: center; justify-content: space-between; color: #657188; font: 500 11px/1 var(--font-display); letter-spacing: .08em; }
.site-footer a:hover { color: white; }

.reveal { opacity: 0; filter: blur(6px); transform: translateY(28px) scale(.992); transition: opacity .75s ease, filter .75s ease, transform .85s cubic-bezier(.16,1,.3,1); transition-delay: var(--delay, 0ms); }
.reveal.visible { opacity: 1; filter: blur(0); transform: translateY(0) scale(1); }
.motion-ready .hero-copy.visible .eyebrow { animation: hero-rise .7s .05s both cubic-bezier(.16,1,.3,1); }
.motion-ready .hero-copy.visible h1 { animation: hero-rise .9s .12s both cubic-bezier(.16,1,.3,1); }
.motion-ready .hero-copy.visible h2 { animation: hero-rise .8s .22s both cubic-bezier(.16,1,.3,1); }
.motion-ready .hero-copy.visible > p { animation: hero-rise .8s .3s both cubic-bezier(.16,1,.3,1); }
.motion-ready .hero-copy.visible .hero-actions, .motion-ready .hero-copy.visible .stats { animation: hero-rise .8s .38s both cubic-bezier(.16,1,.3,1); }
@keyframes float-orbit { 0%, 100% { transform: rotateX(66deg) translateY(0) scale(1); } 50% { transform: rotateX(66deg) translateY(-12px) scale(1.04); } }
@keyframes pulse { 50% { transform: scale(1.12); opacity: .78; } }
@keyframes scan { from { top: 12%; opacity: 0; } 15% { opacity: 1; } 85% { opacity: 1; } to { top: 88%; opacity: 0; } }
@keyframes hero-rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1080px) {
  :root { --shell: min(100% - 48px, 960px); }
  .hero { grid-template-columns: 1fr; gap: 55px; }
  .hero-copy { max-width: 720px; }
  .hero h1 { font-size: clamp(58px, 10vw, 96px); }
  .hero-visual { min-height: 470px; }
  .project-grid { grid-template-columns: 1fr 1fr; }
  .project-card.featured { grid-column: span 2; }
  .library-grid { grid-template-columns: repeat(3, 1fr); }
  .about { grid-template-columns: 1fr; gap: 20px; }
  .about-content { max-width: 760px; }
  .process { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100% - 34px); }
  body::before { background-size: 40px 40px; }
  .site-header { height: 70px; }
  .pointer-glow { display: none; }
  .menu-toggle { display: block; position: relative; z-index: 12; }
  .site-nav { position: fixed; inset: 0; padding: 110px 34px 50px; display: flex; flex-direction: column; align-items: flex-start; gap: 25px; background: rgba(5, 9, 20, .96); backdrop-filter: blur(20px); transform: translateY(-100%); opacity: 0; pointer-events: none; transition: .3s ease; font-size: 22px; }
  .site-nav.open { transform: none; opacity: 1; pointer-events: auto; }
  .nav-cta { margin-top: 15px; font-size: 15px; }
  .language-toggle { margin-top: 8px; font-size: 13px; }
  .hero { min-height: auto; padding: 65px 0 72px; gap: 55px; }
  .hero h1 { margin-top: 21px; font-size: clamp(48px, 15.5vw, 74px); line-height: .88; white-space: normal; }
  .hero h2 { font-size: 25px; }
  .hero-copy > p { font-size: 14px; }
  .desktop-only { display: none; }
  .hero-actions { margin-top: 28px; }
  .stats { margin-top: 38px; }
  .stats div + div { padding-left: 16px; }
  .stats dt { font-size: 19px; }
  .stats dd { font-size: 10px; }
  .hero-visual { min-height: 390px; }
  .orbit { width: 83%; }
  .visual-copy { left: 24px; bottom: 65px; }
  .visual-copy strong { font-size: 20px; }
  .visual-meta { left: 24px; right: auto; gap: 12px; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip > div { padding: 19px 16px; }
  .trust-strip > div:first-child { padding-left: 16px; }
  .trust-strip > div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .trust-strip > div:nth-child(4) { border-top: 1px solid var(--line); }
  .works { padding: 78px 0; }
  .section-heading { align-items: start; flex-direction: column; gap: 26px; }
  .filters { width: 100%; overflow-x: auto; justify-content: flex-start; scrollbar-width: none; }
  .filters::-webkit-scrollbar { display: none; }
  .filter { white-space: nowrap; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card.featured { grid-column: span 1; }
  .project-art, .featured .project-art { aspect-ratio: 16/9; }
  .work-library { margin-top: 54px; padding-top: 38px; }
  .library-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
  .library-heading p { text-align: left; }
  .library-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .library-copy { min-height: 68px; padding: 11px 12px 13px; }
  .library-copy strong { font-size: 11px; }
  .all-work { align-items: flex-start; flex-direction: column; gap: 16px; }
  .manifesto { padding: 48px 23px; }
  .manifesto p { margin-bottom: 27px; font-size: 27px; }
  .experience { padding: 82px 0; }
  .heading-note { text-align: left; }
  .career-grid { grid-template-columns: 1fr; }
  .career-card { padding: 26px 23px; }
  .career-card h3 { font-size: 28px; }
  .process { padding: 83px 0; }
  .process-steps { grid-template-columns: 1fr; }
  .process-steps > div { min-height: auto; padding: 24px 20px; border-right: 1px solid var(--line); border-top: 0; }
  .process-steps > div:first-child { border-top: 1px solid var(--line); }
  .about { padding: 85px 0; }
  .about-lead { font-size: 16px; }
  .capabilities { grid-template-columns: 1fr; }
  .capabilities div:nth-child(even) { padding-left: 0; border-left: 0; }
  .contact { min-height: 480px; }
  .contact-actions { flex-direction: column; align-items: stretch; max-width: 300px; margin-inline: auto; }
  .contact-actions .button { justify-content: center; }
  .video-modal { padding: 12px; }
  .video-dialog { width: 100%; }
  .video-dialog-head { min-height: 50px; }
  .site-footer { min-height: 88px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .pointer-glow, .scroll-progress { display: none; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
