:root {
  color-scheme: dark;
  --bg: #05070c;
  --text: #edf2ff;
  --muted: #9daac1;
  --blue: #b9cdff;
  --accent: #d7fa92;
  --line: #b7caec26;
  --ease: cubic-bezier(.16,1,.3,1);
  font-family: 'DM Sans', sans-serif;
  color: var(--text);
  background: var(--bg);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 105px; }
body { margin: 0; overflow-x: clip; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; border: 0; background: none; cursor: pointer; }
a, button { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; }
::selection { background: #d7fa9240; color: white; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: 'Space Grotesk', sans-serif; }
.skip { position: fixed; top: -100px; left: 20px; z-index: 100; padding: 16px; background: #25324b; }
.skip:focus { top: 16px; }
#universe { position: fixed; inset: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; }
.vignette { position: fixed; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(90deg,#05070cbf,transparent 68%),linear-gradient(0deg,#05070c88,transparent 25%,transparent 80%,#05070c88); }
.cursor-aura { position: fixed; z-index: 2; left: 0; top: 0; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle,#99baff12,transparent 65%); pointer-events: none; opacity: 0; transition: opacity .4s; }
.pointer-active .cursor-aura { opacity: 1; }
.navigation { position: fixed; inset: 0 0 auto; z-index: 10; display: flex; justify-content: space-between; align-items: center; padding: 24px 5%; border-bottom: 1px solid #ffffff12; transition: padding .4s var(--ease),background .4s,border-color .4s; }
.navigation.is-scrolled { padding-top: 14px; padding-bottom: 14px; background: #070b13e8; backdrop-filter: blur(18px); border-color: var(--line); }
.brand-home, .brand { display: flex; align-items: center; gap: 10px; }
.brand { font: 600 16px 'Space Grotesk',sans-serif; letter-spacing: 1.3px; }
.brand-number { margin-left: 7px; color: var(--accent); font-size: 12px; }
.brand-symbol { display: grid; place-items: center; width: 44px; height: 44px; padding: 0; }
.brand-symbol img { transition: transform .6s var(--ease),filter .6s; }
.brand-symbol:hover img { transform: rotate(-15deg); filter: drop-shadow(0 0 10px #b9cdff88); }
.navigation nav { display: flex; align-items: center; gap: 32px; font-size: 14px; }
.navigation nav a { position: relative; padding: 12px 0; color: var(--muted); transition: color .3s; }
.navigation nav a::after { content: ''; position: absolute; bottom: 3px; left: 0; right: 0; height: 1px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ease); }
.navigation nav a:hover, .navigation nav a.active { color: white; }
.navigation nav a:hover::after, .navigation nav a.active::after { transform: scaleX(1); }
.nav-count { margin-left: 5px; font-size: 12px; color: var(--accent); }
.journey { height: 280svh; position: relative; z-index: 2; }
.stage { position: sticky; top: 0; height: 100svh; min-height: 650px; overflow: hidden; }
.hero-copy { position: absolute; left: 8%; right: 6%; top: 27%; z-index: 2; will-change: transform,opacity; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: #b4c2d8; font: 500 12px/1.6 'Space Grotesk',sans-serif; letter-spacing: 2px; margin-bottom: 25px; }
.status-dot { position: relative; width: 6px; height: 6px; background: var(--accent); border-radius: 50%; box-shadow: 0 0 14px #d7fa9255; flex: 0 0 auto; }
.status-dot::after { content: ''; position: absolute; inset: -5px; border: 1px solid #d7fa9266; border-radius: inherit; animation: signal 3s infinite; }
h1 { font-size: clamp(58px,7.4vw,118px); font-weight: 500; line-height: 1.01; letter-spacing: -.065em; margin-bottom: 30px; }
.hero-line { display: inline-block; }
.hero-muted { color: #a5b4d0; }
.is-ready .hero-line { animation: title-in 1.2s var(--ease) both; }
.is-ready .hero-muted { animation-delay: .14s; }
.intro { color: #b2bed2; font-size: 17px; line-height: 1.75; margin-bottom: 28px; }
.is-ready .hero-copy .intro { animation: rise .9s .28s var(--ease) both; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.is-ready .hero-actions { animation: rise .9s .4s var(--ease) both; }
.text-link { display: inline-flex; align-items: center; gap: 32px; padding: 12px 0; border-bottom: 1px solid #b9cdff55; font-size: 14px; transition: color .3s,border-color .3s; }
.text-link span { display: inline-block; font-size: 23px; transition: transform .4s var(--ease); }
.text-link:hover { color: var(--accent); border-color: var(--accent); }
.text-link:hover span { transform: translate(4px,-4px); }
.hero-actions .text-link { padding: 14px 20px; background: var(--accent); color: #17200b; border: 1px solid var(--accent); border-radius: 4px; transition: box-shadow .4s,transform .4s var(--ease); }
.hero-actions .text-link:hover { box-shadow: 0 0 32px #d7fa9233; transform: translateY(-3px); }
.hero-note { font: 12px 'Space Grotesk',sans-serif; color: #a6b3c9; }
.coordinate { position: absolute; right: 7%; top: 24%; display: flex; flex-direction: column; gap: 7px; color: #a4b6d4; font: 12px/1.5 'Space Grotesk',sans-serif; letter-spacing: 1px; }
.coordinate i { width: 80px; height: 35px; border-right: 1px solid #b9cdff55; transform: skew(-30deg); }
.journey-bottom { position: absolute; inset: auto 5% 25px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.scroll-cue, .scene-caption, .motion-toggle { font: 12px 'Space Grotesk',sans-serif; color: #acbad2; }
.scroll-cue { display: flex; align-items: center; gap: 14px; letter-spacing: 1px; min-height: 44px; }
.scroll-line { position: relative; width: 1px; height: 36px; background: #b9cdff33; overflow: hidden; }
.scroll-line::after { content: ''; position: absolute; inset: 0; background: linear-gradient(transparent,var(--accent)); animation: scroll-line 2.5s infinite; }
.scene-caption { position: absolute; left: 50%; transform: translateX(-50%); letter-spacing: 1.4px; }
.motion-toggle { display: flex; align-items: center; gap: 10px; min-height: 44px; }
.motion-icon { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid #b9cdff55; border-radius: 50%; }
.motion-toggle:hover { color: var(--accent); }
.formation-anchor { position: absolute; top: 54%; scroll-margin-top: 0; }
.formation-copy { position: absolute; bottom: 17%; left: 5%; right: 5%; opacity: 0; text-align: center; pointer-events: none; }
.formation-copy .eyebrow { justify-content: center; margin-bottom: 18px; }
.formation-copy h2 { font-size: clamp(30px,4vw,60px); font-weight: 500; letter-spacing: .16em; margin-bottom: 12px; }
.formation-copy h2 span { color: var(--accent); }
.formation-copy>p:last-child { color: var(--muted); font-size: 16px; }
.formation-star { position: absolute; z-index: 4; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; transform: translate(-50%,-50%); }
.formation-star[hidden] { display: none; }
.formation-star:hover { box-shadow: 0 0 30px #b9cdff55; }
.warp-trigger:disabled { cursor: default; opacity: .65; }
.scroll-progress { position: fixed; right: 2%; top: 45%; z-index: 9; display: flex; gap: 9px; align-items: center; }
.progress-track { position: relative; display: block; height: 95px; width: 1px; background: #b9cdff33; }
.progress-fill { display: block; width: 100%; height: 100%; background: var(--accent); transform: scaleY(0); transform-origin: top; }
.progress-label { writing-mode: vertical-rl; font: 12px 'Space Grotesk',sans-serif; letter-spacing: 1px; color: #91a3c1; }
.section-pad { padding-left: 8%; padding-right: 8%; }
.projects { position: relative; z-index: 3; padding-top: 105px; padding-bottom: 130px; background: linear-gradient(#05070c00,#070b12 120px,#070b12); }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 64px; }
.section-heading h2 { font-size: clamp(40px,5vw,76px); line-height: 1.08; font-weight: 400; letter-spacing: -.055em; margin: 0; }
.section-heading h2 span { color: #8494b0; }
.section-heading>p { font-size: 16px; line-height: 1.8; color: var(--muted); margin-bottom: 3px; }
.small-cross { color: var(--accent); font-size: 19px; }
.project-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 62px 36px; }
.project-card { min-width: 0; }
.project-card:nth-child(even) { --reveal-delay: 100ms; }
.project-visual { position: relative; display: block; aspect-ratio: 1.5; border: 1px solid #b7caec29; border-radius: 6px; overflow: hidden; background: radial-gradient(ellipse at 50% 65%,rgba(var(--glow),.14),transparent 66%),#090e18; transform: perspective(1000px) rotateX(var(--tilt-y,0deg)) rotateY(var(--tilt-x,0deg)); transition: transform .5s var(--ease),border-color .4s,box-shadow .4s; }
.project-visual::before { content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none; opacity: 0; background: radial-gradient(circle at var(--spot-x,50%) var(--spot-y,50%),rgba(var(--glow),.16),transparent 45%); transition: opacity .4s; }
.project-visual::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(110deg,transparent 30%,#ffffff0d 48%,transparent 64%); transform: translateX(-100%); }
.project-visual:hover, .project-visual:focus-visible { border-color: rgba(var(--glow),.65); box-shadow: 0 18px 50px #0005; }
.project-visual:hover::before, .project-visual:focus-visible::before { opacity: 1; }
.project-visual:hover::after, .project-visual:focus-visible::after { animation: sheen 1s var(--ease); }
.planet-art { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease),filter .6s; }
.project-visual:hover .planet-art, .project-visual:focus-visible .planet-art { transform: scale(1.055); filter: brightness(1.13); }
.project-index, .visual-label { position: absolute; left: 23px; z-index: 2; font: 12px 'Space Grotesk',sans-serif; letter-spacing: 1.5px; }
.project-index { top: 22px; color: #c4d1e8; }
.visual-label { bottom: 24px; color: #a6b6d0; }
.open-project { position: absolute; right: 20px; bottom: 18px; z-index: 2; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid #b9cdff44; border-radius: 50%; background: #05070c66; font-size: 23px; transition: background .3s,color .3s,transform .4s var(--ease); }
.project-visual:hover .open-project, .project-visual:focus-visible .open-project { background: var(--accent); color: #17200b; border-color: var(--accent); transform: rotate(45deg); }
.project-info { position: relative; padding-top: 25px; }
.project-category { display: block; font: 12px/1.6 'Space Grotesk',sans-serif; letter-spacing: 1.6px; color: #a4b3cb; margin-bottom: 10px; }
.project-info h3 { font-size: 32px; font-weight: 500; letter-spacing: -1.2px; margin-bottom: 12px; transition: color .3s; }
.project-card:hover h3 { color: var(--accent); }
.project-info p { font-size: 16px; line-height: 1.75; color: var(--muted); margin-bottom: 23px; }
.project-links { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 10px; font-size: 14px; }
.project-links a { padding: 10px 0; transition: color .3s; }
.project-links a:hover { color: var(--accent); }
.project-links a span { display: inline-block; margin-left: 16px; transition: transform .3s; }
.project-links a:hover span { transform: translate(3px,-3px); }
.source-link { color: var(--muted); }
.about { position: relative; z-index: 3; display: grid; grid-template-columns: 1fr 2fr; gap: 80px; align-items: center; padding-top: 100px; padding-bottom: 110px; background: #0b111b; border-block: 1px solid var(--line); }
.about-mark { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 26px; min-height: 230px; }
.about-mark img { width: 165px; height: 165px; filter: drop-shadow(0 0 35px #b9cdff33); animation: float 7s ease-in-out infinite; }
.about-mark span { font: 12px 'Space Grotesk',sans-serif; letter-spacing: 5px; color: #9bacc6; }
.about-copy h2 { font-size: clamp(30px,3.5vw,54px); font-weight: 400; line-height: 1.17; letter-spacing: -.045em; margin-bottom: 25px; }
.about-copy em { font-style: normal; color: var(--accent); }
.about-copy>p:not(.eyebrow) { font-size: 16px; line-height: 1.85; color: #adb9cc; max-width: 610px; }
.about-copy .text-link { margin-top: 7px; }
footer { position: relative; z-index: 3; background: #070b12; padding-top: 37px; padding-bottom: 25px; }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 25px; padding-bottom: 30px; }
.back-top { padding: 10px 0; font-size: 14px; color: #b5c1d5; transition: color .3s; }
.back-top:hover { color: var(--accent); }
.footer-bottom { display: flex; align-items: center; gap: 28px; border-top: 1px solid var(--line); padding-top: 20px; font-size: 12px; color: #9daac1; }
.footer-bottom>span { margin-right: auto; }
.footer-bottom a, .footer-bottom button { padding-block: 10px; }
.footer-bottom a:hover, .footer-bottom button:hover { color: white; }
.reveal { transition: opacity .85s var(--ease),transform .85s var(--ease); transition-delay: var(--reveal-delay,0ms); }
.js-motion .reveal:not(.visible) { opacity: 0; transform: translateY(36px); }
dialog { width: min(560px,calc(100% - 32px)); max-height: 85svh; padding: 30px; border: 1px solid #b9cdff44; border-radius: 8px; background: #101824; color: var(--text); line-height: 1.75; }
dialog[open] { animation: rise .3s var(--ease); }
dialog::backdrop { background: #02040ac9; backdrop-filter: blur(10px); }
.legal-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.legal-head h2 { margin: 0; }
.legal-head button { width: 44px; height: 44px; font-size: 30px; }
dialog h3 { font-size: 16px; margin-bottom: 8px; }
dialog p, dialog a { font-size: 16px; color: #b9c5d8; }
dialog .legal-note { font-size: 14px; color: #d8cba6; }
dialog a { text-decoration: underline; }
@keyframes title-in { from { opacity: 0; transform: translateY(34px) rotate(2deg); filter: blur(6px); } to { opacity: 1; transform: none; filter: blur(0); } }
@keyframes rise { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes signal { 0% { opacity: .8; transform: scale(.7); } 100% { opacity: 0; transform: scale(2); } }
@keyframes scroll-line { from { transform: translateY(-100%); } to { transform: translateY(100%); } }
@keyframes sheen { to { transform: translateX(100%); } }
@keyframes float { 50% { transform: translateY(-9px) rotate(3deg); } }
@media (min-width: 1800px) {
  .section-pad { padding-inline: max(8%,calc((100vw - 1500px)/2)); }
  .hero-copy { left: max(8%,calc((100vw - 1500px)/2)); }
}
@media (max-width: 1050px) {
  .hero-copy { left: 6%; top: 29%; }
  h1 { font-size: clamp(62px,8.5vw,90px); }
  .coordinate { top: 19%; right: 6%; }
  .section-pad { padding-inline: 6%; }
  .scene-caption { display: none; }
  .project-grid { gap: 50px 25px; }
  .project-visual { aspect-ratio: 1.25; }
  .project-info p br { display: none; }
  .about { gap: 40px; grid-template-columns: 1fr 2.6fr; }
  .about-mark img { width: 120px; height: 120px; }
}
@media (max-width: 650px) {
  html { scroll-padding-top: 88px; }
  .navigation { padding: 15px 5%; }
  .brand { font-size: 14px; letter-spacing: .7px; gap: 7px; }
  .brand-home { gap: 5px; }
  .brand-symbol { width: 35px; }
  .brand-symbol img { width: 32px; height: 32px; }
  .brand-number { margin-left: 4px; }
  .navigation nav { gap: 16px; }
  .nav-universe, .nav-count, .navigation nav a:last-child span { display: none; }
  .journey { height: 255svh; }
  .stage { min-height: 620px; }
  .hero-copy { left: 6%; right: 5%; top: 23%; }
  .eyebrow { font-size: 12px; letter-spacing: 1.1px; gap: 9px; }
  .hero-copy .eyebrow { max-width: 300px; font-size: 12px; }
  h1 { font-size: clamp(43px,10.9vw,70px); letter-spacing: -.065em; margin-bottom: 25px; }
  .intro { font-size: 16px; }
  .hero-actions { flex-wrap: wrap; gap: 14px; }
  .hero-note { display: none; }
  .coordinate { top: auto; bottom: 17%; right: 6%; font-size: 12px; }
  .coordinate i { display: none; }
  .journey-bottom { inset: auto 6% 20px; gap: 10px; }
  .scroll-cue { font-size: 12px; letter-spacing: .4px; gap: 10px; }
  .motion-label, .scroll-progress, .cursor-aura { display: none; }
  .motion-toggle { padding: 0; width: 44px; justify-content: center; }
  .formation-copy { bottom: 21%; }
  .formation-copy h2 { font-size: 29px; letter-spacing: .1em; }
  .formation-copy .eyebrow { font-size: 12px; letter-spacing: .6px; }
  .projects { padding-top: 80px; padding-bottom: 80px; }
  .section-heading { display: block; margin-bottom: 38px; }
  .section-heading h2 { font-size: 43px; }
  .section-heading>p { margin-top: 22px; }
  .project-grid { grid-template-columns: 1fr; gap: 44px; }
  .project-card:nth-child(even) { --reveal-delay: 0ms; }
  .project-visual { aspect-ratio: 1.3; }
  .project-index, .visual-label { left: 18px; font-size: 12px; letter-spacing: .8px; }
  .visual-label { bottom: 23px; max-width: calc(100% - 90px); }
  .project-info { padding-top: 21px; }
  .project-info h3 { font-size: 29px; }
  .about { grid-template-columns: 1fr; gap: 32px; padding-block: 70px; }
  .about-mark { min-height: 100px; align-items: flex-start; }
  .about-mark img { width: 90px; height: 90px; }
  .about-mark span { display: none; }
  .about-copy h2 { font-size: 34px; }
  .footer-top { flex-wrap: wrap; gap: 15px; }
  .footer-bottom { flex-wrap: wrap; gap: 10px 24px; }
  .footer-bottom>span { width: 100%; }
}
@media (max-width: 370px) {
  .navigation nav { gap: 10px; font-size: 12px; }
  .brand { font-size: 12px; }
  .hero-copy .eyebrow { letter-spacing: .4px; }
  h1 { font-size: 40px; }
}
@media (max-height: 650px) and (min-width: 651px) {
  .stage { min-height: 520px; }
  .hero-copy { top: 25%; }
  h1 { font-size: clamp(48px,6vw,78px); margin-bottom: 20px; }
  .hero-copy .eyebrow { margin-bottom: 15px; }
  .hero-copy .intro { margin-bottom: 15px; }
  .coordinate { top: 25%; }
}
.motion-paused *, .motion-paused *::before, .motion-paused *::after,
.page-hidden *, .page-hidden *::before, .page-hidden *::after { animation-play-state: paused !important; }
.motion-paused { scroll-behavior: auto; }
.motion-paused .project-visual { transform: none; }
.motion-paused .cursor-aura { opacity: 0; }
.motion-paused .hero-line, .motion-paused .hero-copy .intro, .motion-paused .hero-actions { animation: none; opacity: 1; transform: none; filter: none; }
@media (hover: none) { .cursor-aura { display: none; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .js-motion .reveal:not(.visible) { opacity: 1; transform: none; }
  .project-visual, .planet-art { transform: none !important; }
  .cursor-aura { display: none; }
}
