:root {
  color-scheme: dark;
  --bg: #111020;
  --panel: #1a1930;
  --ink: #f6f4ff;
  --muted: #aaa6c2;
  --line: rgba(246, 244, 255, 0.16);
  --acid: #d8ff4f;
  --violet: #8d76ff;
  --coral: #ff6e5b;
  --cyan: #57e5df;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--bg);
  font-family: "Manrope", sans-serif;
  -webkit-tap-highlight-color: rgba(216, 255, 79, 0.18);
}
a { color: inherit; touch-action: manipulation; }
a:focus-visible { outline: 3px solid var(--acid); outline-offset: 5px; }
h1, h2, h3 { text-wrap: balance; }

.skip-link {
  position: fixed;
  left: 18px;
  top: 12px;
  z-index: 100;
  padding: 10px 14px;
  color: var(--bg);
  background: var(--acid);
  font-weight: 800;
  transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }

.site-header, main, footer { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-header {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 13px; font-size: .92rem; text-decoration: none; }
.brand strong { font-weight: 800; }
.brand-symbol { position: relative; display: grid; grid-template-columns: repeat(3, 8px); gap: 3px; width: 30px; height: 30px; align-content: center; }
.brand-symbol i { display: block; width: 8px; height: 8px; background: var(--acid); }
.brand-symbol i:nth-child(2) { border-radius: 50%; background: var(--coral); }
.brand-symbol i:nth-child(3) { transform: rotate(45deg); background: var(--violet); }
nav { display: flex; align-items: center; gap: 28px; }
nav > a { color: var(--muted); font-size: .78rem; font-weight: 700; text-decoration: none; }
nav > a:hover { color: var(--ink); }
.status { display: inline-flex; align-items: center; gap: 9px; color: var(--muted); font: 400 .68rem/1 "Space Mono", monospace; text-transform: uppercase; }
.status i { width: 7px; height: 7px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 16px var(--acid); }

.hero { min-height: 690px; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); align-items: center; gap: 60px; padding: 90px 0; }
.kicker { display: flex; align-items: center; gap: 13px; margin: 0 0 25px; color: var(--muted); font: 700 .67rem/1.3 "Space Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.kicker span { display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid var(--line); border-radius: 50%; color: var(--acid); }
h1 { margin: 0; font-size: clamp(3.6rem, 8vw, 7.2rem); font-weight: 700; line-height: .92; letter-spacing: -.065em; }
h1 em { color: var(--acid); font-style: normal; }
.intro { max-width: 660px; margin: 34px 0; color: var(--muted); font-size: clamp(1rem, 1.7vw, 1.18rem); line-height: 1.75; text-wrap: pretty; }
.primary-link { display: inline-flex; align-items: center; gap: 18px; padding: 15px 20px; border: 1px solid var(--acid); color: var(--acid); font-size: .82rem; font-weight: 800; text-decoration: none; }
.primary-link:hover { color: var(--bg); background: var(--acid); }

.orbit { position: relative; width: min(33vw, 390px); aspect-ratio: 1; justify-self: end; }
.orbit-ring { position: absolute; border: 1px solid var(--line); border-radius: 50%; inset: 0; }
.orbit-ring--two { inset: 20%; border-style: dashed; }
.orbit-core { position: absolute; inset: 35%; display: grid; place-items: center; border-radius: 50%; color: var(--bg); background: var(--acid); font: 700 2rem/1 "Space Mono", monospace; box-shadow: 0 0 60px rgba(216, 255, 79, .2); }
.satellite { position: absolute; display: grid; place-items: center; border-radius: 50%; font: 700 .7rem/1 "Space Mono", monospace; }
.satellite--one { top: 5%; right: 17%; width: 46px; height: 46px; color: var(--bg); background: var(--coral); }
.satellite--two { bottom: 6%; left: 18%; width: 58px; height: 58px; color: var(--bg); background: var(--cyan); font-size: 1.3rem; }
.satellite--three { top: 42%; left: -7px; width: 22px; height: 22px; background: var(--violet); box-shadow: 0 0 25px var(--violet); }

.manifesto { display: grid; grid-template-columns: 1fr 2fr; gap: 40px; padding: 48px 0; border-block: 1px solid var(--line); }
.manifesto p { margin: 0; color: var(--muted); font-size: clamp(1rem, 2vw, 1.35rem); }
.manifesto p:last-child { color: var(--ink); font-size: clamp(1.5rem, 3vw, 2.4rem); font-weight: 500; line-height: 1.25; }
.manifesto strong { color: var(--violet); }

.projects { padding: 130px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 38px; }
.section-heading h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 4.6rem); line-height: 1; letter-spacing: -.05em; }
.section-heading > p { max-width: 390px; margin: 0 0 5px; color: var(--muted); line-height: 1.65; text-wrap: pretty; }
.project-card { position: relative; display: grid; grid-template-columns: 74px minmax(0, 1fr) 60px 230px; align-items: center; gap: 28px; min-height: 285px; padding: 28px; border: 1px solid var(--line); background: var(--panel); text-decoration: none; overflow: hidden; }
.project-card:hover { border-color: var(--acid); }
.project-index { align-self: start; color: var(--muted); font: 400 .7rem/1 "Space Mono", monospace; }
.project-state { color: var(--acid); font: 700 .65rem/1.3 "Space Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.project-card h3 { margin: 18px 0 12px; font-size: clamp(2rem, 4vw, 4rem); line-height: 1; letter-spacing: -.045em; }
.project-card p { max-width: 570px; margin: 0; color: var(--muted); line-height: 1.65; }
.project-arrow { font-size: 2rem; }
.project-swatch { display: grid; place-items: center; height: 225px; color: #f7f0e6; background: linear-gradient(140deg, #245f51 0 48%, #a94729 48% 100%); }
.project-swatch span { display: grid; place-items: center; width: 76px; height: 76px; border-radius: 50%; background: #0b2823; font: 700 1.4rem/1 "Space Mono", monospace; }
.coming-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 18px; }
.coming-card { position: relative; min-height: 220px; padding: 30px; overflow: hidden; }
.coming-card p { position: relative; z-index: 1; max-width: 330px; margin-top: 80px; font-size: 1.25rem; font-weight: 600; line-height: 1.4; }
.coming-card--acid { color: var(--bg); background: var(--acid); }
.coming-card--acid .project-state { color: var(--bg); opacity: .7; }
.coming-card--acid strong { position: absolute; right: 20px; bottom: -43px; font: 400 10rem/1 "Space Mono", monospace; opacity: .22; }
.coming-card--grid { background-color: #282345; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 32px 32px; }
.coming-card--grid div { position: absolute; right: 35px; bottom: 35px; width: 55px; height: 55px; border: 10px solid var(--coral); border-radius: 50%; }

footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 35px 0 55px; border-top: 1px solid var(--line); color: var(--muted); font: 400 .68rem/1.5 "Space Mono", monospace; }
.brand--footer { color: var(--ink); font-family: "Manrope", sans-serif; }
.legal-page { max-width: 820px; padding-block: 80px 120px; }
.legal-page h1 { font-size: clamp(3rem, 8vw, 6rem); }
.legal-page h2 { margin-top: 45px; font-size: 1.5rem; }
.legal-page > p:not(.kicker) { color: var(--muted); line-height: 1.75; }
.consent { position: fixed; right: 18px; bottom: 18px; z-index: 90; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 20px; width: min(620px, calc(100% - 36px)); padding: 18px; border: 1px solid var(--line); color: var(--ink); background: #1a1930; box-shadow: 0 18px 60px rgba(0,0,0,.35); }
.consent strong { font-size: .9rem; }
.consent p { margin: 6px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.5; }
.consent p a { color: var(--ink); }
.consent-actions { display: flex; align-items: center; gap: 8px; }
.consent button { min-height: 42px; padding: 0 15px; border: 1px solid var(--acid); color: var(--bg); background: var(--acid); font-weight: 800; cursor: pointer; }
.consent .consent-refuse { color: var(--ink); background: transparent; border-color: var(--line); }

@media (max-width: 850px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .orbit { width: min(78vw, 360px); justify-self: center; }
  .project-card { grid-template-columns: 50px minmax(0, 1fr) 40px; }
  .project-swatch { grid-column: 1 / -1; height: 150px; }
}
@media (max-width: 620px) {
  .site-header { min-height: 76px; }
  nav > a { display: none; }
  .status { font-size: 0; }
  .status i { display: block; }
  .hero { padding: 70px 0 85px; gap: 70px; }
  h1 { font-size: clamp(3.2rem, 16vw, 5rem); }
  .manifesto, .coming-grid { grid-template-columns: 1fr; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 18px; }
  .projects { padding: 90px 0; }
  .project-card { grid-template-columns: 1fr 36px; padding: 22px; }
  .project-index { grid-column: 1 / -1; }
  .project-copy { min-width: 0; }
  .project-swatch { grid-column: 1 / -1; }
  footer { display: block; }
  footer > p { margin-top: 22px; }
  .consent { grid-template-columns: 1fr; }
  .consent-actions { justify-content: stretch; }
  .consent button { flex: 1; }
}
@media (prefers-reduced-motion: no-preference) {
  .primary-link, .project-card { transition: background 160ms ease, color 160ms ease, border-color 160ms ease; }
  .orbit-ring--two { animation: orbit-spin 28s linear infinite; }
  @keyframes orbit-spin { to { transform: rotate(360deg); } }
}
