:root {
  --bg: #0c0f14;
  --bg-deep: #080a0f;
  --paper: rgba(20, 23, 28, 0.84);
  --ink: #f7f8fb;
  --muted: #a8b0c0;
  --rust: #ee7d59;
  --teal: #5fd7df;
  --line: rgba(231, 235, 245, 0.13);
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.44);
  --max-width: 1220px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: 'Bricolage Grotesque', sans-serif;
  color: var(--ink);
  background:
    linear-gradient(180deg, #020304 0%, var(--bg-deep) 45%, #06070a 100%);
  overflow-x: hidden;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(240, 243, 250, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(240, 243, 250, 0.06) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at center, rgba(255,255,255,0.45) 40%, transparent 100%);
  pointer-events: none;
  opacity: 0.45;
}

h1,
h2,
h3,
p,
blockquote {
  margin: 0;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.08;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.7) 0 0.6px, transparent 0.7px),
    radial-gradient(circle at 60% 70%, rgba(0, 0, 0, 0.55) 0 0.6px, transparent 0.7px),
    radial-gradient(circle at 80% 10%, rgba(0, 0, 0, 0.5) 0 0.8px, transparent 0.9px);
  background-size: 160px 160px;
}


.netart-layer {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.8s ease;
}

.page-content {
  opacity: 1;
  transition: opacity 0.6s ease;
}

.page-content.hidden {
  opacity: 0;
  pointer-events: none;
  user-select: none;
}

.netart-item {
  position: absolute;
  width: 130px;
  height: 130px;
  background-size: cover;
  background-position: center;
  will-change: transform, opacity;
  opacity: 0.14;
  filter: saturate(1.22) contrast(1.08) brightness(1.08);
  mix-blend-mode: normal;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22);
  transition: opacity 0.3s ease;
}

.netart-item:hover {
  opacity: 0.28;
}

.bg-orbit {
  position: fixed;
  border-radius: 999px;
  filter: blur(14px);
  pointer-events: none;
  mix-blend-mode: multiply;
  display: none;
}

.orbit-a {
  width: 360px;
  height: 360px;
  top: -80px;
  right: -100px;
  background: rgba(238, 125, 89, 0.2);
}

.orbit-b {
  width: 440px;
  height: 440px;
  bottom: -160px;
  left: -140px;
  background: rgba(95, 215, 223, 0.16);
}

.progress-shell {
  position: fixed;
  top: 26px;
  right: 22px;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 12px;
}

.progress-label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--muted);
}

.progress-track {
  width: 8px;
  height: 160px;
  border-radius: 999px;
  border: 1px solid rgba(158, 255, 113, 0.34);
  background: rgba(0, 0, 0, 0.38);
  overflow: hidden;
  box-shadow: 0 0 22px rgba(158, 255, 113, 0.12);
}

.progress-bar {
  width: 100%;
  height: 0%;
  background: linear-gradient(180deg, #efffed, #9eff71 42%, #5dd663);
  border-radius: inherit;
  transition: height 120ms linear;
}

.radio-float {
  position: fixed;
  top: 28px;
  left: 150px;
  z-index: 25;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: calc(100vw - 176px);
  color: #edf4ff;
  text-transform: uppercase;
  isolation: isolate;
}

.radio-player-shell {
  position: relative;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(158, 255, 113, 0.26), rgba(35, 199, 139, 0.2) 46%, transparent 72%),
    rgba(0, 0, 0, 0.24);
  box-shadow:
    0 0 20px rgba(35, 199, 139, 0.2),
    0 0 0 1px rgba(158, 255, 113, 0.16);
}

.radio-button-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 150px;
  border: 0;
  transform: translate(-40px, -9px) scale(0.36);
  transform-origin: 0 0;
}

.radio-live-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
  pointer-events: none;
  font-family: 'Share Tech Mono', 'IBM Plex Mono', 'Courier New', monospace;
  line-height: 1;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.9),
    0 0 9px rgba(158, 255, 113, 0.12);
}

.radio-signal {
  color: #9eff71;
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  white-space: nowrap;
}

.radio-name {
  color: rgba(237, 244, 255, 0.86);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  white-space: nowrap;
}

.radio-float[data-radio-state='loading'] .radio-signal,
.radio-float[data-radio-state='no-signal'] .radio-signal {
  color: #ee7d59;
}

.radio-float[data-radio-state='loading'] .radio-name,
.radio-float[data-radio-state='no-signal'] .radio-name {
  display: none;
}

.site-menu {
  position: fixed;
  top: 26px;
  left: 22px;
  z-index: 26;
  isolation: isolate;
}

.site-menu summary {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 11px 16px 11px 14px;
  border-radius: 999px;
  border: 1px solid rgba(245, 248, 255, 0.2);
  background:
    linear-gradient(160deg, rgba(14, 18, 25, 0.92), rgba(9, 12, 18, 0.82));
  backdrop-filter: blur(16px);
  color: #edf4ff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 34px rgba(0, 0, 0, 0.3);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  list-style: none;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.site-menu summary::-webkit-details-marker {
  display: none;
}

.site-menu summary::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--rust), var(--teal));
  box-shadow: 0 0 0 2px rgba(95, 215, 223, 0.16);
}

.site-menu summary::after {
  content: '';
  width: 7px;
  height: 7px;
  margin-left: 2px;
  border-right: 1.4px solid currentColor;
  border-bottom: 1.4px solid currentColor;
  transform: translateY(-1px) rotate(45deg);
  opacity: 0.74;
  transition: transform 180ms ease;
}

.site-menu summary:hover {
  transform: translateY(-1px);
  border-color: rgba(95, 215, 223, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 18px 40px rgba(0, 0, 0, 0.34);
  color: #ffffff;
}

.site-menu[open] summary {
  background:
    linear-gradient(160deg, rgba(16, 22, 31, 0.96), rgba(10, 14, 21, 0.9));
  border-color: rgba(95, 215, 223, 0.4);
  color: #ffffff;
}

.site-menu[open] summary::after {
  transform: translateY(1px) rotate(225deg);
}

.site-menu-panel {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  width: min(308px, calc(100vw - 36px));
  padding: 12px;
  border-radius: 18px;
  border: 1px solid rgba(245, 248, 255, 0.16);
  background:
    linear-gradient(160deg, rgba(14, 19, 28, 0.94), rgba(9, 13, 20, 0.9));
  backdrop-filter: blur(20px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 28px 64px rgba(0, 0, 0, 0.38);
}

.site-menu-panel::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 14px;
  right: 14px;
  height: 1px;
  background: linear-gradient(90deg, rgba(95, 215, 223, 0), rgba(95, 215, 223, 0.46), rgba(95, 215, 223, 0));
  pointer-events: none;
}

.site-menu-caption {
  margin: 8px 4px 10px;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.site-menu-links {
  display: grid;
  gap: 0;
}

.site-menu-link {
  position: relative;
  display: grid;
  grid-template-columns: 14px 1fr;
  column-gap: 10px;
  row-gap: 2px;
  padding: 10px 2px 11px;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid rgba(245, 248, 255, 0.1);
  background: transparent;
  transition: transform 180ms ease, border-color 180ms ease;
}

.site-menu-link::before {
  content: '›';
  align-self: center;
  color: rgba(95, 215, 223, 0.62);
  font-size: 0.88rem;
  font-weight: 700;
  transform: translateX(0);
  transition: transform 180ms ease, color 180ms ease, opacity 180ms ease;
  opacity: 0.74;
}

.site-menu-link span {
  grid-column: 2;
  font-size: 0.92rem;
  font-weight: 620;
  letter-spacing: -0.01em;
  color: #f7f8fb;
}

.site-menu-link small {
  grid-column: 2;
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(168, 176, 192, 0.88);
}

.site-menu-link:last-child {
  border-bottom-color: rgba(245, 248, 255, 0.06);
}

.site-menu-link:hover {
  transform: translateX(4px);
  border-bottom-color: rgba(95, 215, 223, 0.46);
}

.site-menu-link:hover::before {
  transform: translateX(3px);
  color: #a7fbff;
  opacity: 1;
}

.site-menu-link:hover small {
  color: rgba(195, 223, 230, 0.98);
}

.site-menu summary:focus-visible,
.site-menu-link:focus-visible {
  outline: 2px solid rgba(95, 215, 223, 0.78);
  outline-offset: 3px;
}

.section {
  position: relative;
  width: min(calc(100% - 48px), var(--max-width));
  margin: 0 auto;
}

.hero {
  width: 100%;
  max-width: none;
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: center;
  justify-items: center;
  margin: 0;
  overflow: hidden;
  padding: 104px 0 76px;
  background: #010204;
  isolation: isolate;
}

.hero-archive {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  --archive-cursor-x: 50%;
  --archive-cursor-y: 50%;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.48) 34%, rgba(0, 0, 0, 0.5) 66%, rgba(0, 0, 0, 0.96) 100%),
    radial-gradient(ellipse at 50% 56%, rgba(158, 255, 113, 0.055), transparent 36%),
    #010204;
}

.hero-archive::before,
.hero-archive::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-archive::before {
  z-index: 0;
  background-image:
    radial-gradient(circle, rgba(238, 246, 252, 0.14) 0 1px, transparent 1.4px),
    repeating-linear-gradient(90deg, transparent 0 44px, rgba(180, 214, 255, 0.08) 45px, transparent 47px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.032) 0 1px, transparent 1px 5px);
  background-size: 12px 12px, 96px 100%, 100% 5px;
  opacity: 0.32;
  mix-blend-mode: screen;
}

.hero-archive::after {
  z-index: 3;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.18) 24%, rgba(0, 0, 0, 0.68) 50%, rgba(0, 0, 0, 0.22) 76%, rgba(0, 0, 0, 0.5)),
    radial-gradient(ellipse at center, rgba(0, 0, 0, 0.18) 0 36%, rgba(0, 0, 0, 0.72) 74%, rgba(0, 0, 0, 0.98) 100%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 3px);
  box-shadow: inset 0 0 180px rgba(0, 0, 0, 0.96);
}

.hero-strip {
  position: absolute;
  z-index: 1;
  top: -7%;
  bottom: -7%;
  width: var(--strip-width, 86px);
  left: var(--strip-left);
  background-image: var(--strip-image);
  background-position: var(--strip-position, center);
  background-repeat: repeat-y;
  background-size: var(--strip-size, cover);
  filter: grayscale(1) contrast(var(--strip-contrast, 1.24)) brightness(var(--strip-brightness, 0.94));
  mix-blend-mode: screen;
  opacity: var(--strip-opacity, 0.24);
  transform: translate3d(0, var(--strip-shift, 0%), 0) rotate(var(--strip-rotate, 0deg)) scaleY(1.03);
  transform-origin: center top;
  animation:
    archive-drift var(--strip-speed, 24s) linear infinite alternate,
    archive-strip-scroll var(--strip-scroll-speed, 58s) linear infinite;
  animation-delay: 0s, var(--strip-scroll-delay, 0s);
  will-change: transform, background-position;
  box-shadow:
    0 0 18px rgba(225, 230, 218, 0.08),
    inset 0 0 24px rgba(0, 0, 0, 0.45);
}

.hero-spotlight {
  position: absolute;
  inset: 0;
  z-index: 4;
  background:
    radial-gradient(circle 210px at var(--archive-cursor-x) var(--archive-cursor-y), rgba(255, 255, 255, 0.22), rgba(158, 255, 113, 0.13) 34%, transparent 70%),
    radial-gradient(circle 390px at var(--archive-cursor-x) var(--archive-cursor-y), rgba(255, 255, 255, 0.08), transparent 68%);
  mix-blend-mode: screen;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.hero-archive.is-pointer-active .hero-spotlight {
  opacity: 1;
}

.hero-strip::before,
.hero-strip::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-strip::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.24), transparent 18%, transparent 80%, rgba(255, 255, 255, 0.16)),
    repeating-linear-gradient(0deg, transparent 0 28px, rgba(255, 255, 255, 0.1) 29px, transparent 30px);
  opacity: var(--strip-paper-light, 0.54);
  mix-blend-mode: screen;
}

.hero-strip::after {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.48), transparent 14%, transparent 86%, rgba(0, 0, 0, 0.52)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), transparent 36%, rgba(0, 0, 0, 0.58));
  opacity: 0.86;
}

.hero-strip-a {
  --strip-left: 1.8%;
  --strip-width: 138px;
  --strip-opacity: 0.54;
  --strip-speed: 25s;
  --strip-scroll-speed: 64s;
  --strip-scroll-from: 45% 0%;
  --strip-scroll-to: 45% 100%;
  --strip-rotate: -1.6deg;
  --strip-position: 45% center;
  --strip-image: url('../images/archive-sides/paper-strips-installation.png');
}

.hero-strip-b {
  --strip-left: 8.8%;
  --strip-width: 76px;
  --strip-opacity: 0.42;
  --strip-speed: 30s;
  --strip-scroll-speed: 12s;
  --strip-scroll-delay: -3s;
  --strip-scroll-from: center 0px;
  --strip-scroll-to: center -720px;
  --strip-size: 100% auto;
  --strip-shift: -4%;
  --strip-rotate: 1.2deg;
  --strip-image: url('../images/archive-sides/dense-text-column.png');
}

.hero-strip-c {
  --strip-left: 15.2%;
  --strip-width: 118px;
  --strip-opacity: 0.5;
  --strip-speed: 34s;
  --strip-scroll-speed: 76s;
  --strip-scroll-delay: -12s;
  --strip-scroll-from: 52% 8%;
  --strip-scroll-to: 52% 96%;
  --strip-rotate: -0.8deg;
  --strip-position: 52% center;
  --strip-image: url('../images/archive-sides/vertical-contact-strips.png');
}

.hero-strip-d {
  --strip-left: 23.5%;
  --strip-width: 68px;
  --strip-opacity: 0.3;
  --strip-speed: 28s;
  --strip-scroll-speed: 49s;
  --strip-scroll-delay: -7s;
  --strip-scroll-from: center 88%;
  --strip-scroll-to: center 12%;
  --strip-shift: 3%;
  --strip-rotate: 1.8deg;
  --strip-brightness: 0.72;
  --strip-image: url('../images/archive-sides/sepia-contact-sheet.png');
}

.hero-strip-i {
  --strip-left: 34.2%;
  --strip-width: 82px;
  --strip-opacity: 0.22;
  --strip-speed: 31s;
  --strip-scroll-speed: 10s;
  --strip-scroll-delay: -4s;
  --strip-scroll-from: 48% 0px;
  --strip-scroll-to: 48% -820px;
  --strip-size: 100% auto;
  --strip-shift: -2%;
  --strip-rotate: -1.1deg;
  --strip-brightness: 0.74;
  --strip-position: 48% center;
  --strip-image: url('../images/archive-sides/dense-text-column.png');
}

.hero-strip-j {
  --strip-left: 42.8%;
  --strip-width: 104px;
  --strip-opacity: 0.18;
  --strip-speed: 39s;
  --strip-scroll-speed: 68s;
  --strip-scroll-delay: -21s;
  --strip-scroll-from: 52% 0%;
  --strip-scroll-to: 52% 100%;
  --strip-shift: 4%;
  --strip-rotate: 0.8deg;
  --strip-brightness: 0.64;
  --strip-position: 52% center;
  --strip-image: url('../images/archive-sides/vertical-contact-strips.png');
}

.hero-strip-k {
  --strip-left: 52.6%;
  --strip-width: 74px;
  --strip-opacity: 0.16;
  --strip-speed: 27s;
  --strip-scroll-speed: 15s;
  --strip-scroll-delay: -16s;
  --strip-scroll-from: center -840px;
  --strip-scroll-to: center 0px;
  --strip-size: 100% auto;
  --strip-shift: -5%;
  --strip-rotate: -0.5deg;
  --strip-brightness: 0.62;
  --strip-image: url('../images/archive-sides/sepia-contact-sheet.png');
}

.hero-strip-l {
  --strip-left: 60.8%;
  --strip-width: 98px;
  --strip-opacity: 0.2;
  --strip-speed: 35s;
  --strip-scroll-speed: 58s;
  --strip-scroll-delay: -9s;
  --strip-scroll-from: 50% 6%;
  --strip-scroll-to: 50% 92%;
  --strip-shift: 2%;
  --strip-rotate: 1.2deg;
  --strip-brightness: 0.7;
  --strip-position: 50% center;
  --strip-image: url('../images/archive-sides/folded-paper-floor.png');
}

.hero-strip-e {
  --strip-left: 67.5%;
  --strip-width: 92px;
  --strip-opacity: 0.28;
  --strip-speed: 29s;
  --strip-scroll-speed: 18s;
  --strip-scroll-delay: -14s;
  --strip-scroll-from: center 0px;
  --strip-scroll-to: center -760px;
  --strip-size: 100% auto;
  --strip-shift: 2%;
  --strip-rotate: -1deg;
  --strip-brightness: 0.68;
  --strip-image: url('../images/archive-sides/folded-paper-floor.png');
}

.hero-strip-f {
  --strip-left: 74.8%;
  --strip-width: 126px;
  --strip-opacity: 0.52;
  --strip-speed: 36s;
  --strip-scroll-speed: 82s;
  --strip-scroll-delay: -25s;
  --strip-scroll-from: 44% 0%;
  --strip-scroll-to: 44% 100%;
  --strip-shift: -5%;
  --strip-rotate: 1.4deg;
  --strip-position: 44% center;
  --strip-image: url('../images/archive-sides/paper-strips-installation.png');
}

.hero-strip-g {
  --strip-left: 85.8%;
  --strip-width: 80px;
  --strip-opacity: 0.42;
  --strip-speed: 22s;
  --strip-scroll-speed: 13s;
  --strip-scroll-delay: -6s;
  --strip-scroll-from: center -700px;
  --strip-scroll-to: center 0px;
  --strip-size: 100% auto;
  --strip-rotate: -0.7deg;
  --strip-image: url('../images/archive-sides/dense-text-column.png');
}

.hero-strip-h {
  --strip-left: 91.2%;
  --strip-width: 138px;
  --strip-opacity: 0.58;
  --strip-speed: 32s;
  --strip-scroll-speed: 71s;
  --strip-scroll-delay: -18s;
  --strip-scroll-from: 58% 100%;
  --strip-scroll-to: 58% 0%;
  --strip-shift: 4%;
  --strip-rotate: 1deg;
  --strip-position: 58% center;
  --strip-image: url('../images/archive-sides/vertical-contact-strips.png');
}

@keyframes archive-drift {
  from {
    transform: translate3d(0, calc(var(--strip-shift, 0%) - 2%), 0) rotate(var(--strip-rotate, 0deg)) scaleY(1.03);
  }

  to {
    transform: translate3d(0, calc(var(--strip-shift, 0%) + 3%), 0) rotate(var(--strip-rotate, 0deg)) scaleY(1.03);
  }
}

@keyframes archive-strip-scroll {
  from {
    background-position: var(--strip-scroll-from, var(--strip-position, center));
  }

  to {
    background-position: var(--strip-scroll-to, var(--strip-position, center));
  }
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(830px, calc(100% - 48px));
  margin: 0 auto;
  padding-top: 18px;
  color: #f4f6f7;
  isolation: isolate;
}

.hero-copy::before {
  content: '';
  position: absolute;
  inset: -34px -44px -42px;
  z-index: -1;
  display: none;
  pointer-events: none;
}

.eyebrow {
  display: block;
  max-width: 68ch;
  margin: 0 auto 28px 0;
  font-family: 'Share Tech Mono', 'IBM Plex Mono', 'Courier New', monospace;
  font-size: 1rem;
  line-height: 1.55;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(240, 244, 247, 0.96);
  font-weight: 600;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.92),
    0 0 7px rgba(220, 236, 255, 0.18);
}

.eyebrow::before {
  content: none;
}

.hero h1 {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.52em;
  width: 100%;
  color: #aaff8b;
  font-family: 'Disket Mono', 'Diskete Mono', 'VT323', 'Courier New', monospace;
  font-weight: 400;
  line-height: 1.1;
  font-size: 4.05rem;
  letter-spacing: 0.13em;
  text-shadow:
    0 0 1px rgba(245, 255, 236, 0.8),
    0 0 6px rgba(158, 255, 113, 0.48),
    0 0 16px rgba(158, 255, 113, 0.3),
    0 0 32px rgba(95, 215, 111, 0.16);
  text-transform: uppercase;
  filter: drop-shadow(0 0 8px rgba(158, 255, 113, 0.16));
  isolation: isolate;
}

.hero h1::before {
  content: '';
  position: absolute;
  inset: -0.42em -0.24em -0.28em;
  z-index: -1;
  background:
    radial-gradient(ellipse at 50% 52%, rgba(158, 255, 113, 0.14), transparent 58%),
    linear-gradient(90deg, transparent 4%, rgba(158, 255, 113, 0.065), transparent 96%);
  filter: blur(18px);
  opacity: 0.64;
}

.hero h1::after {
  content: '';
  position: absolute;
  inset: -0.08em -0.14em;
  z-index: -2;
  background:
    repeating-linear-gradient(0deg, rgba(158, 255, 113, 0.08) 0 1px, transparent 1px 7px),
    radial-gradient(ellipse at 52% 48%, rgba(158, 255, 113, 0.07), transparent 68%);
  filter: blur(1px);
  opacity: 0.26;
  mix-blend-mode: screen;
}

.hero h1 > span {
  position: relative;
  display: inline-flex;
  -webkit-text-stroke: 0.7px rgba(227, 255, 210, 0.32);
}

.title-accent {
  position: relative;
  display: inline-block;
  width: fit-content;
  color: inherit;
  transform: none;
}

.title-accent-word {
  display: block;
}

.mosquito-link {
  position: absolute;
  left: 73%;
  top: 18%;
  width: 78px;
  height: 56px;
  z-index: 3;
  pointer-events: none;
  visibility: hidden;
  transform: translate(190px, -140px) rotate(-18deg) scale(0.35);
  transform-origin: center;
  opacity: 0;
}

.mosquito-link.is-active {
  pointer-events: auto;
  visibility: visible;
  animation: mosquito-arrive 3.4s cubic-bezier(0.17, 0.82, 0.22, 1) forwards;
}

.mosquito-link:hover,
.mosquito-link:focus-visible {
  outline: none;
}

.mosquito-link:hover .mosquito-call,
.mosquito-link:focus-visible .mosquito-call {
  background: rgba(95, 215, 223, 0.22);
  border-color: rgba(95, 215, 223, 0.45);
  color: #ecfdff;
}

.mosquito {
  position: absolute;
  inset: 0;
  display: block;
  filter: drop-shadow(0 0 18px rgba(95, 215, 223, 0.16));
}

.mosquito-link.is-active .mosquito {
  animation: mosquito-hover 2.2s 3.3s ease-in-out infinite;
}

.mosquito-wing,
.mosquito-body,
.mosquito-head,
.mosquito-legs {
  position: absolute;
  display: block;
}

.mosquito-wing {
  top: 13px;
  width: 24px;
  height: 12px;
  border-radius: 999px 999px 999px 999px;
  border: 1px solid rgba(246, 250, 255, 0.48);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.56), rgba(95, 215, 223, 0.08));
  transform-origin: 100% 50%;
  opacity: 0.84;
}

.mosquito-link.is-active .mosquito-wing {
  animation: mosquito-wing-flap 120ms linear infinite;
}

.mosquito-wing-left {
  left: 12px;
  transform: rotate(-20deg);
}

.mosquito-wing-right {
  left: 26px;
  transform: rotate(18deg) scaleX(-1);
}

.mosquito-body {
  left: 29px;
  top: 18px;
  width: 18px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, #d9f7ff, #85dfe5 52%, #0f3947 100%);
  box-shadow: 0 0 0 1px rgba(7, 18, 24, 0.3);
}

.mosquito-head {
  left: 45px;
  top: 16px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #dffbff;
  box-shadow: 6px 3px 0 -2px rgba(223, 251, 255, 0.74);
}

.mosquito-legs {
  left: 28px;
  top: 22px;
  width: 20px;
  height: 16px;
  background:
    linear-gradient(120deg, transparent 0 42%, rgba(223, 251, 255, 0.72) 43% 48%, transparent 49%),
    linear-gradient(60deg, transparent 0 42%, rgba(223, 251, 255, 0.72) 43% 48%, transparent 49%),
    linear-gradient(120deg, transparent 0 62%, rgba(223, 251, 255, 0.72) 63% 68%, transparent 69%),
    linear-gradient(60deg, transparent 0 62%, rgba(223, 251, 255, 0.72) 63% 68%, transparent 69%);
  opacity: 0.8;
}

.mosquito-call {
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: 4px;
  padding: 4px 9px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(12, 15, 21, 0.72);
  color: #d8e7ef;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transform: translateX(-50%);
  white-space: nowrap;
  opacity: 0;
}

.mosquito-link.is-active .mosquito-call {
  animation: mosquito-call-in 420ms 3.2s ease forwards, mosquito-call-pulse 2.2s 3.8s ease-in-out infinite;
}

@keyframes mosquito-arrive {
  0% {
    opacity: 0;
    transform: translate(190px, -140px) rotate(-18deg) scale(0.35);
  }
  12% {
    opacity: 1;
  }
  28% {
    transform: translate(96px, -72px) rotate(12deg) scale(0.84);
  }
  55% {
    transform: translate(32px, -20px) rotate(-10deg) scale(1.04);
  }
  76% {
    transform: translate(10px, -5px) rotate(5deg) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) rotate(-7deg) scale(1);
  }
}

@keyframes mosquito-hover {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-5deg);
  }
  50% {
    transform: translate3d(2px, -3px, 0) rotate(1deg);
  }
}

@keyframes mosquito-wing-flap {
  0% {
    opacity: 0.82;
  }
  100% {
    opacity: 0.34;
  }
}

@keyframes mosquito-call-in {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(6px);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

@keyframes mosquito-call-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(95, 215, 223, 0);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(95, 215, 223, 0.08);
  }
}

.lead {
  max-width: 38rem;
  margin: 32px 0 0;
  font-size: 1.02rem;
  line-height: 1.55;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(245, 248, 250, 0.98);
  font-weight: 600;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.9),
    0 0 7px rgba(220, 236, 255, 0.14);
}

.hero-date {
  justify-self: end;
  margin-top: 34px;
  color: #e0ffd5;
  font-family: 'Share Tech Mono', 'IBM Plex Mono', 'Courier New', monospace;
  font-size: 1.35rem;
  line-height: 1.3;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.94),
    0 0 8px rgba(158, 255, 113, 0.2);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
  margin-top: 22px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 15px;
  border-radius: 2px;
  border: 1px solid rgba(158, 255, 113, 0.34);
  font-family: 'Share Tech Mono', 'IBM Plex Mono', 'Courier New', monospace;
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-solid {
  background: rgba(0, 0, 0, 0.42);
  color: #edffe8;
  border-color: rgba(158, 255, 113, 0.46);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 12px rgba(158, 255, 113, 0.08);
}

.button-solid:hover {
  background: rgba(158, 255, 113, 0.16);
  color: #f6fff3;
  border-color: rgba(158, 255, 113, 0.68);
}

.button-ghost {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(245, 248, 255, 0.3);
  color: #edf4ff;
}

.button-ghost:hover {
  background: rgba(95, 215, 223, 0.22);
  border-color: rgba(95, 215, 223, 0.45);
  color: #07202a;
}

.hero-panel,
.section-body,
.closing-card {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(12, 15, 21, 0.65);
  backdrop-filter: blur(10px);
  box-shadow: 0 32px 95px rgba(0, 0, 0, 0.54);
}

.hero-panel {
  display: none;
}

.panel-tag {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(15, 102, 96, 0.1);
  color: var(--teal);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-panel p {
  font-family: 'Instrument Serif', serif;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  line-height: 1.05;
}

.hero-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.hero-grid div {
  padding: 14px;
  border-radius: 20px;
  background: rgba(16, 21, 30, 0.53);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.94rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #e6ecf8;
}

.hero-grid span,
.card-index,
.step-no,
.gallery-panel span,
.section-mark span {
  display: block;
  margin-bottom: 10px;
  color: var(--rust);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.kinetic-line {
  display: none;
}

.line-bottom {
  left: 0;
  right: auto;
  bottom: 0;
}

.split-section {
  display: grid;
  grid-template-columns: 0.45fr 1fr;
  gap: 32px;
  padding: 80px 0 40px;
}

.section-mark {
  position: sticky;
  top: 100px;
  align-self: start;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.section-body {
  border-radius: 34px;
}

.section-body h2,
.atlas-intro h2,
.corridor-header h2,
.gallery-copy h2,
.closing-card h2 {
  max-width: 14ch;
  font-size: clamp(2.3rem, 5vw, 4.4rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.section-body p,
.concept-card p,
.corridor-step p,
.gallery-panel p,
.closing-card p {
  margin-top: 18px;
  font-size: 1.04rem;
  line-height: 1.7;
  color: var(--muted);
}

.terminal-block {
  padding: 0;
}

.setup-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid #050505;
  border-radius: 0;
  background: #c0c0c0;
  box-shadow:
    inset 1px 1px 0 #ffffff,
    inset 2px 2px 0 #dfdfdf,
    inset -1px -1px 0 #404040,
    inset -2px -2px 0 #808080,
    0 22px 58px rgba(0, 0, 0, 0.34);
  max-height: 720px;
  opacity: 1;
  transform: translateY(0);
  transition: max-height 520ms ease, opacity 420ms ease, transform 520ms ease, margin 520ms ease;
}

.setup-titlebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 30px;
  padding: 4px 7px 4px 9px;
  background: linear-gradient(90deg, #000080, #1084d0);
  color: #ffffff;
  font-family: 'Share Tech Mono', 'IBM Plex Mono', 'Courier New', monospace;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.72);
}

.setup-window-controls {
  display: inline-grid;
  grid-template-columns: repeat(3, 17px);
  gap: 3px;
}

.setup-window-controls span {
  width: 17px;
  height: 17px;
  border: 1px solid #1d2023;
  background: #c0c0c0;
  box-shadow:
    inset 1px 1px 0 #ffffff,
    inset -1px -1px 0 #55595d;
}

.setup-content {
  display: grid;
  grid-template-columns: minmax(140px, 0.36fr) minmax(0, 1fr);
  min-height: 338px;
  border-top: 1px solid #ffffff;
}

.setup-brand {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 24px 18px;
  border-right: 1px solid #85898d;
  background:
    linear-gradient(180deg, #d9e7ee, #9fb4bf),
    repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.08) 0 1px, transparent 1px 6px);
  color: #111;
}

.setup-brand span {
  font-family: 'Share Tech Mono', 'IBM Plex Mono', 'Courier New', monospace;
  font-size: clamp(0.8rem, 1.4vw, 1rem);
  letter-spacing: 0.16em;
}

.setup-brand strong {
  color: #050505;
  font-family: 'Disket Mono', 'VT323', 'Courier New', monospace;
  font-size: clamp(1.7rem, 3.7vw, 3.1rem);
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 #ffffff;
}

.setup-main {
  padding: clamp(22px, 3vw, 34px);
  background: #efefea;
  color: #111;
}

.setup-kicker {
  margin: 0 0 8px;
  color: #303438;
  font-size: 0.88rem !important;
  line-height: 1.4 !important;
}

.setup-main h2 {
  max-width: none;
  margin: 0;
  color: #111;
  font-family: 'Bricolage Grotesque', Arial, sans-serif;
  font-size: clamp(1.35rem, 2.4vw, 2.1rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.setup-divider {
  height: 2px;
  margin: 18px 0;
  border-top: 1px solid #85898d;
  border-bottom: 1px solid #ffffff;
}

.setup-checklist {
  display: grid;
  gap: 12px;
  margin: 0;
}

.setup-checklist div,
.setup-progress-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px;
}

.setup-checklist dt,
.setup-checklist dd {
  margin: 0;
  font-family: 'Share Tech Mono', 'IBM Plex Mono', 'Courier New', monospace;
  font-size: 0.9rem;
}

.setup-checklist dt {
  position: relative;
  padding-left: 24px;
  color: #15191b;
}

.setup-checklist dt::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 14px;
  height: 14px;
  border: 1px solid #050505;
  background: #d6d6d0;
  box-shadow:
    inset 1px 1px 0 #ffffff,
    inset -1px -1px 0 #6b6f72;
}

.setup-checklist div.is-active dt::before {
  background: #000080;
}

.setup-checklist div.is-complete dt::before {
  background: #9eff71;
}

.setup-checklist dd {
  color: #4c5054;
  text-align: right;
}

.setup-checklist div.is-active dd {
  color: #000080;
}

.setup-checklist div.is-complete dd {
  color: #006000;
}

.setup-progress-row {
  grid-template-columns: auto minmax(160px, 1fr) auto;
  margin-top: 26px;
  font-family: 'Share Tech Mono', 'IBM Plex Mono', 'Courier New', monospace;
  font-size: 0.9rem;
}

.setup-progress {
  height: 20px;
  padding: 2px;
  border: 1px solid #808080;
  background: #ffffff;
  box-shadow:
    inset 1px 1px 0 #5f6468,
    inset -1px -1px 0 #ffffff;
}

.setup-progress span {
  display: block;
  width: 0%;
  height: 100%;
  background:
    repeating-linear-gradient(90deg, #000080 0 10px, #1c4dd8 10px 14px, #000080 14px 18px);
  transition: width 90ms linear;
}

.setup-status {
  min-height: 1.4em;
  margin: 14px 0 0;
  color: #005f00;
  font-family: 'Share Tech Mono', 'IBM Plex Mono', 'Courier New', monospace !important;
  font-size: 0.88rem !important;
  line-height: 1.4 !important;
}

.setup-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 12px 16px 14px;
  border-top: 1px solid #85898d;
  background: #c0c0c0;
}

.setup-actions button {
  min-width: 92px;
  padding: 6px 14px;
  border: 1px solid #050505;
  border-radius: 0;
  background: #c0c0c0;
  color: #111;
  box-shadow:
    inset 1px 1px 0 #ffffff,
    inset -1px -1px 0 #55595d;
  font-family: 'Share Tech Mono', 'IBM Plex Mono', 'Courier New', monospace;
  font-size: 0.82rem;
}

.setup-actions button[disabled] {
  color: #85898d;
}

.terminal-block.has-setup:not(.setup-complete) .terminal-shell {
  max-height: 0;
  margin-top: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
}

.terminal-block.has-setup.setup-complete .setup-panel {
  max-height: 0;
  margin-bottom: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-14px);
}

.terminal-block.has-setup.setup-complete .terminal-shell {
  max-height: 1400px;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.terminal-shell {
  position: relative;
  overflow: hidden;
  max-height: 1400px;
  border: 2px solid #dce8ff;
  border-radius: 0;
  background: #000080;
  box-shadow:
    0 0 0 1px #071447,
    0 22px 60px rgba(0, 0, 0, 0.42);
  transition: max-height 560ms ease, opacity 420ms ease, transform 520ms ease;
}

.terminal-chrome {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 9px 14px;
  border-bottom: 2px solid #dce8ff;
  background: #000080;
}

.terminal-chrome span {
  width: 7px;
  height: 13px;
  border-radius: 0;
  background: #dce8ff;
}

.terminal-chrome p {
  margin: 0 0 0 auto;
  color: #dce8ff;
  font-family: 'VT323', 'Courier New', monospace;
  font-size: 1.26rem;
  letter-spacing: 0.08em;
}

.terminal-screen {
  position: relative;
  margin: 8px;
  padding: 22px 24px 26px;
  border: 1px solid #dce8ff;
  background:
    linear-gradient(180deg, #07149e, #000080 44%, #06129a);
}

.terminal-screen::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.035) 0,
    rgba(255, 255, 255, 0.035) 1px,
    transparent 1px,
    transparent 3px
  );
  opacity: 0.32;
  pointer-events: none;
}

.terminal-screen::after {
  content: none;
}

.terminal-block .terminal-line {
  position: relative;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 0;
  max-width: none;
  color: #ffffff;
  font-family: 'VT323', 'Courier New', monospace;
  font-size: clamp(1.22rem, 1.55vw, 1.52rem);
  line-height: 1.02;
  letter-spacing: 0.01em;
  text-shadow: none;
}

.terminal-block .terminal-line + .terminal-line {
  margin-top: 12px;
}

.terminal-block .terminal-heading {
  width: fit-content;
  padding: 4px 10px 3px;
  background: #9eff71;
  font-size: clamp(1.45rem, 1.9vw, 1.8rem);
  line-height: 1.02;
  color: #000080;
  text-transform: none;
  letter-spacing: 0.02em;
}

.terminal-block .terminal-prefix {
  flex: 0 0 auto;
  min-width: 3.1rem;
  color: rgba(255, 255, 255, 0.88);
}

.terminal-block .terminal-text {
  color: inherit;
  white-space: pre-wrap;
}

.terminal-line-meta {
  color: rgba(255, 255, 255, 0.92);
}

.terminal-line-meta .terminal-text {
  padding-left: 0;
}

.terminal-line-command {
  margin-top: 18px;
  width: fit-content;
  padding: 3px 10px 2px;
  background: #9eff71;
  color: #000080;
}

.terminal-line-command .terminal-prefix {
  color: #000080;
}

.terminal-line-boot {
  color: rgba(255, 255, 255, 0.94);
}

.terminal-line-boot .terminal-prefix {
  color: rgba(255, 255, 255, 0.82);
}

.terminal-line-output {
  color: #ffffff;
}

.terminal-line-output .terminal-prefix {
  color: rgba(255, 255, 255, 0.82);
}

.terminal-line-system {
  margin-top: 18px;
  color: #9eff71;
}

.terminal-line-system .terminal-prefix {
  color: #9eff71;
}
.terminal-line.is-typing .terminal-text::after {
  content: '_';
  display: inline-block;
  margin-left: 4px;
  animation: terminal-blink 0.85s steps(1, end) infinite;
}

.terminal-block.terminal-complete .terminal-line-system:last-child .terminal-text::after {
  content: '_';
  display: inline-block;
  margin-left: 4px;
  animation: terminal-blink 0.85s steps(1, end) infinite;
}

@keyframes terminal-blink {
  0%,
  49% {
    opacity: 1;
  }

  50%,
  100% {
    opacity: 0;
  }
}

.atlas-section {
  position: relative;
  padding: 96px 0 30px;
}

.atlas-section::before,
.atlas-section::after {
  content: '';
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.atlas-section::before {
  top: 10px;
  left: -8%;
  width: 56%;
  height: 360px;
  background: radial-gradient(circle at 24% 44%, rgba(192, 192, 192, 0.18), rgba(192, 192, 192, 0));
}

.atlas-section::after {
  top: 80px;
  right: -10%;
  width: 48%;
  height: 320px;
  background: radial-gradient(circle at 68% 32%, rgba(0, 128, 128, 0.14), rgba(0, 128, 128, 0));
}

.atlas-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 22px 44px;
  align-items: end;
}

.atlas-intro .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.atlas-intro h2 {
  max-width: 10ch;
}

.atlas-lead {
  margin: 0;
  max-width: 35ch;
  justify-self: end;
  color: #c8d3e6;
  font-size: 1.06rem;
  line-height: 1.72;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 44px;
}

.atlas-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(14px, 1.5vw, 22px);
  min-height: auto;
  padding: 0 0 42px;
  border-radius: 0;
  border: 0;
  background: none;
  box-shadow: none;
  isolation: isolate;
  overflow: visible;
}

.atlas-grid::before {
  display: none;
}

.atlas-grid::after {
  display: none;
}

.concept-card,
.gallery-panel,
.corridor-step {
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(250, 250, 250, 0.14);
  background: rgba(18, 23, 32, 0.68);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(8px);
}

.concept-card h3,
.corridor-step h3,
.gallery-panel h3 {
  font-size: 1.55rem;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #f9fbff;
}

.corridor-step p,
.gallery-panel p,
.concept-card p {
  color: #dbe3f1;
}

.atlas-grid .concept-card {
  --card-accent: #007000;
  --card-glow: rgba(0, 128, 128, 0.18);
  --card-stroke: rgba(0, 0, 0, 0.32);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  width: auto;
  min-height: 292px;
  height: 100%;
  padding: 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  background: #c0c0c0;
  border: 1px solid #080808;
  box-shadow:
    inset 1px 1px 0 #ffffff,
    inset 2px 2px 0 #dfdfdf,
    inset -1px -1px 0 #404040,
    inset -2px -2px 0 #808080,
    7px 9px 0 rgba(0, 0, 0, 0.24);
  z-index: 1;
  transition: transform 260ms steps(3, end), filter 260ms ease, box-shadow 260ms ease;
}

.atlas-grid .concept-card::before {
  content: '';
  position: absolute;
  inset: 28px 0 0;
  border-radius: inherit;
  background:
    linear-gradient(90deg, transparent 0 48%, rgba(0, 128, 128, 0.04) 48% 49%, transparent 50%),
    repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.018) 0 1px, transparent 1px 9px);
  opacity: 0.4;
  mix-blend-mode: multiply;
  z-index: -1;
}

.atlas-grid .concept-card::after {
  content: 'STATUS: READY';
  position: absolute;
  left: 7px;
  right: 7px;
  bottom: 7px;
  width: auto;
  aspect-ratio: auto;
  border-radius: 0;
  padding: 3px 6px 2px;
  border: 1px solid #8b8f93;
  background: #d6d6d0;
  color: rgba(0, 80, 0, 0.72);
  font-family: 'Share Tech Mono', 'IBM Plex Mono', 'Courier New', monospace;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  opacity: 1;
  z-index: 2;
  transform: none;
  transition: opacity 260ms ease;
}

.concept-card-body {
  --card-accent: #007000;
  --card-glow: rgba(0, 112, 0, 0.18);
  --card-stroke: rgba(0, 0, 0, 0.3);
}

.concept-card-infinite {
  --card-accent: #000080;
  --card-glow: rgba(0, 0, 128, 0.18);
  --card-stroke: rgba(0, 0, 0, 0.3);
}

.concept-card-archive {
  --card-accent: #008080;
  --card-glow: rgba(0, 128, 128, 0.18);
  --card-stroke: rgba(0, 0, 0, 0.3);
}

.concept-card-noise {
  --card-accent: #5a006f;
  --card-glow: rgba(90, 0, 111, 0.16);
  --card-stroke: rgba(0, 0, 0, 0.3);
  filter: contrast(1.08);
}

.atlas-grid .concept-card-body {
  transform: translateY(8px) rotate(-0.8deg);
}

.atlas-grid .concept-card-infinite {
  transform: translateY(28px) rotate(0.9deg);
  z-index: 3;
}

.atlas-grid .concept-card-noise {
  transform: translateY(10px) rotate(-0.45deg);
}

.atlas-grid .concept-card-archive {
  transform: translateY(34px) rotate(0.7deg);
  z-index: 2;
}

.win-titlebar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 30px;
  padding: 4px 7px 4px 8px;
  border-bottom: 2px solid #7d858d;
  background:
    linear-gradient(90deg, #000080, #1084d0);
  color: #ffffff;
  font-family: 'Share Tech Mono', 'IBM Plex Mono', 'Courier New', monospace;
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.72);
}

.win-titlebar > span:first-child {
  position: relative;
  min-width: 0;
  padding-left: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.win-titlebar > span:first-child::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 11px;
  height: 13px;
  border: 1px solid #ffffff;
  background:
    linear-gradient(135deg, transparent 0 24%, #ffffff 25% 36%, transparent 37%),
    #f0f0ea;
  box-shadow: inset -1px -1px 0 #666b70;
  transform: translateY(-50%);
}

.win-controls {
  display: inline-grid;
  grid-template-columns: repeat(3, 17px);
  gap: 3px;
  flex: 0 0 auto;
}

.win-controls span {
  position: relative;
  width: 17px;
  height: 17px;
  background: #c0c0c0;
  border: 1px solid #1d2023;
  box-shadow:
    inset 1px 1px 0 #ffffff,
    inset -1px -1px 0 #55595d;
}

.win-controls span::before {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #111417;
  font-family: 'Share Tech Mono', 'IBM Plex Mono', 'Courier New', monospace;
  font-size: 0.7rem;
  line-height: 1;
}

.win-controls span:nth-child(1)::before {
  content: '_';
  align-items: end;
}

.win-controls span:nth-child(2)::before {
  content: '[]';
  font-size: 0.54rem;
}

.win-controls span:nth-child(3)::before {
  content: 'x';
  font-weight: 700;
}

.concept-window-body {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  margin: 4px 4px 30px;
  padding: clamp(16px, 1.9vw, 22px);
  background: #f4f4ee;
  border: 1px solid #85898d;
  box-shadow:
    inset 1px 1px 0 #707478,
    inset -1px -1px 0 #ffffff;
}

.concept-window-body::before {
  content: '';
  position: absolute;
  inset: 9px;
  border: 1px dashed rgba(0, 0, 0, 0.1);
  pointer-events: none;
}

.concept-window-body::after {
  display: none;
}

.concept-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.atlas-grid .card-index {
  color: var(--card-accent);
  font-family: 'VT323', 'Share Tech Mono', monospace;
  font-size: clamp(1.45rem, 2.6vw, 2.1rem);
  line-height: 0.9;
  letter-spacing: 0.04em;
  text-shadow: 1px 1px 0 #ffffff;
}

.concept-meta {
  display: inline-flex;
  align-items: center;
  padding: 5px 8px 4px;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.72);
  background: #d8d8d2;
  color: var(--card-accent);
  font-family: 'Share Tech Mono', 'IBM Plex Mono', 'Courier New', monospace;
  font-size: 0.58rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  box-shadow:
    inset 1px 1px 0 #ffffff,
    inset -1px -1px 0 #595f64;
}

.atlas-grid .concept-card h3 {
  margin-top: 0;
  color: var(--card-accent);
  font-family: 'Disket Mono', 'VT323', 'Share Tech Mono', monospace;
  font-size: clamp(1.38rem, 2vw, 2rem);
  line-height: 1.02;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow:
    1px 1px 0 #ffffff,
    2px 2px 0 rgba(0, 0, 0, 0.08);
  text-wrap: balance;
}

.atlas-grid .concept-card p {
  margin-top: 12px;
  max-width: 29ch;
  color: #1a1f1f;
  font-size: clamp(0.86rem, 0.96vw, 0.98rem);
  line-height: 1.54;
}

.concept-readout {
  display: grid;
  gap: 7px;
  margin: auto 0 0;
  padding-top: 16px;
  color: #006000;
  font-family: 'Share Tech Mono', 'IBM Plex Mono', 'Courier New', monospace;
  font-size: 0.68rem;
}

.concept-readout div {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 10px;
  border-top: 1px dotted rgba(0, 0, 0, 0.22);
  padding-top: 6px;
}

.concept-readout dt,
.concept-readout dd {
  margin: 0;
}

.concept-readout dt {
  color: #5f6468;
  text-transform: uppercase;
}

.atlas-grid .concept-card:hover {
  filter: brightness(1.02) saturate(1.02);
  box-shadow:
    inset 1px 1px 0 #ffffff,
    inset 2px 2px 0 #eeeeee,
    inset -1px -1px 0 #303030,
    inset -2px -2px 0 #737373,
    9px 11px 0 rgba(0, 0, 0, 0.28),
    0 0 28px var(--card-glow);
}

.atlas-grid .concept-card-body:hover {
  transform: translateY(0) rotate(-0.8deg);
}

.atlas-grid .concept-card-infinite:hover {
  transform: translateY(20px) rotate(0.9deg);
}

.atlas-grid .concept-card-noise:hover {
  transform: translateY(2px) rotate(-0.45deg);
}

.atlas-grid .concept-card-archive:hover {
  transform: translateY(26px) rotate(0.7deg);
}

.atlas-grid .concept-card:hover .concept-meta {
  background: #e5e5e5;
  color: var(--card-accent);
}

.corridor-step {
  border-left: 3px solid var(--teal);
}

.corridor-step .step-no,
.gallery-panel span,
.card-index {
  color: var(--rust);
}

.corridor-step:hover,
.gallery-panel:hover {
  transform: translateY(-6px) scale(1.003);
  box-shadow: 0 30px 75px rgba(0, 0, 0, 0.36);
  border-color: var(--teal);
}

.corridor-step .step-no {
  color: #ff7a4d;
}

.corridor {
  padding: 88px 0 30px;
}

.corridor-header {
  max-width: 720px;
}

.corridor-steps {
  display: grid;
  gap: 16px;
  margin-top: 30px;
}

.corridor-step {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: start;
}

.step-no {
  margin-top: 6px;
}

.quote-section {
  padding: 84px 0 24px;
}

.quote-section blockquote {
  padding: 36px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-family: 'Instrument Serif', serif;
  font-size: clamp(2.4rem, 5vw, 5.6rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.gallery-section {
  padding: 72px 0 30px;
}

.gallery-copy {
  max-width: 560px;
}

.gallery-stack {
  position: relative;
  height: clamp(520px, 66vw, 780px);
  margin-top: 42px;
  isolation: isolate;
}

.gallery-stack::before,
.gallery-stack::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.gallery-stack::before {
  width: clamp(260px, 38vw, 430px);
  aspect-ratio: 1;
  border: 1px solid rgba(95, 215, 223, 0.15);
}

.gallery-stack::after {
  width: clamp(360px, 52vw, 560px);
  aspect-ratio: 1;
  border: 1px dashed rgba(95, 215, 223, 0.08);
}

.gallery-line {
  --orbit-start: 0deg;
  --orbit-counter-start: 0deg;
  --orbit-radius: clamp(150px, 18vw, 250px);
  --orbit-duration: 22s;
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(100%, 22rem);
  color: #e8f0fb;
  pointer-events: none;
  animation: gallery-orbit var(--orbit-duration) linear infinite;
  will-change: transform;
}

.gallery-line.reveal {
  opacity: 0;
  transition: opacity 650ms ease;
}

.gallery-line.reveal.is-visible {
  opacity: 1;
}

.gallery-line::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -16px;
  width: clamp(48px, 10vw, 88px);
  height: 1px;
  background: linear-gradient(90deg, rgba(95, 215, 223, 0.78), rgba(95, 215, 223, 0));
  opacity: 0.72;
}

.gallery-line:nth-child(1) {
  --orbit-start: 0deg;
  --orbit-counter-start: 0deg;
  --orbit-radius: clamp(150px, 18vw, 248px);
  --orbit-duration: 22s;
}

.gallery-line:nth-child(2) {
  --orbit-start: 120deg;
  --orbit-counter-start: -120deg;
  --orbit-radius: clamp(120px, 15vw, 198px);
  --orbit-duration: 24s;
  width: min(100%, 18rem);
}

.gallery-line:nth-child(3) {
  --orbit-start: 240deg;
  --orbit-counter-start: -240deg;
  --orbit-radius: clamp(172px, 21vw, 282px);
  --orbit-duration: 20s;
  width: min(100%, 24rem);
}

.gallery-line-inner {
  display: grid;
  gap: 10px;
  width: 100%;
  color: inherit;
  text-shadow: none;
  filter: none;
  transform: translate(-50%, -50%) rotate(var(--orbit-counter-start));
  will-change: transform, color, filter;
}

.gallery-line:nth-child(1) .gallery-line-inner {
  animation:
    gallery-counter var(--orbit-duration) linear infinite,
    gallery-highlight-a var(--orbit-duration) linear infinite;
}

.gallery-line:nth-child(2) .gallery-line-inner {
  animation:
    gallery-counter var(--orbit-duration) linear infinite,
    gallery-highlight-b var(--orbit-duration) linear infinite;
}

.gallery-line:nth-child(3) .gallery-line-inner {
  animation:
    gallery-counter var(--orbit-duration) linear infinite,
    gallery-highlight-c var(--orbit-duration) linear infinite;
}

.gallery-line-no {
  margin: 0;
  color: currentColor;
  opacity: 0.56;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.gallery-line h3 {
  max-width: 10ch;
  font-size: clamp(2.3rem, 5vw, 4.8rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
  color: currentColor;
}

.gallery-line p {
  max-width: 30ch;
  color: currentColor;
  opacity: 0.84;
  font-size: 1.02rem;
  line-height: 1.78;
}

@keyframes gallery-orbit {
  from {
    transform: rotate(var(--orbit-start)) translateX(var(--orbit-radius));
  }

  to {
    transform: rotate(calc(var(--orbit-start) + 1turn)) translateX(var(--orbit-radius));
  }
}

@keyframes gallery-counter {
  from {
    transform: translate(-50%, -50%) rotate(var(--orbit-counter-start));
  }

  to {
    transform: translate(-50%, -50%) rotate(calc(var(--orbit-counter-start) - 1turn));
  }
}

@keyframes gallery-highlight-a {
  0%,
  71%,
  81%,
  100% {
    color: #e8f0fb;
    text-shadow: none;
    filter: none;
  }

  74%,
  78% {
    color: #71f2a3;
    text-shadow: 0 0 18px rgba(113, 242, 163, 0.36);
    filter: drop-shadow(0 0 24px rgba(113, 242, 163, 0.2));
  }
}

@keyframes gallery-highlight-b {
  0%,
  38%,
  46%,
  100% {
    color: #e8f0fb;
    text-shadow: none;
    filter: none;
  }

  41%,
  44% {
    color: #71f2a3;
    text-shadow: 0 0 18px rgba(113, 242, 163, 0.36);
    filter: drop-shadow(0 0 24px rgba(113, 242, 163, 0.2));
  }
}

@keyframes gallery-highlight-c {
  0%,
  5%,
  12%,
  100% {
    color: #e8f0fb;
    text-shadow: none;
    filter: none;
  }

  8%,
  10% {
    color: #71f2a3;
    text-shadow: 0 0 18px rgba(113, 242, 163, 0.36);
    filter: drop-shadow(0 0 24px rgba(113, 242, 163, 0.2));
  }
}

.closing-section {
  padding: 84px 0 100px;
}

.closing-card {
  max-width: 780px;
  border-radius: 38px;
}

.closing-card .button {
  margin-top: 28px;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 720px) {
  .setup-content {
    grid-template-columns: 1fr;
  }

  .setup-brand {
    min-height: 112px;
    border-right: 0;
    border-bottom: 1px solid #85898d;
  }

  .setup-main {
    padding: 18px 16px;
  }

  .setup-checklist div,
  .setup-progress-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .setup-checklist dd {
    text-align: left;
  }

  .setup-actions {
    justify-content: stretch;
  }

  .setup-actions button {
    min-width: 0;
    flex: 1;
    padding-inline: 8px;
  }

  .terminal-screen {
    padding: 18px 16px 20px;
  }

  .terminal-block .terminal-line {
    gap: 8px;
    font-size: 1.02rem;
  }

  .terminal-block .terminal-prefix {
    min-width: 2.6rem;
  }

  .terminal-block .terminal-heading {
    font-size: 1.28rem;
  }
}

@media (max-width: 1080px) {
  .hero,
  .split-section,
  .gallery-stack,
  .card-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    width: 100%;
  }

  .card-grid article:last-child {
    grid-column: span 2;
  }

  .atlas-intro {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .atlas-lead {
    justify-self: start;
    max-width: 52ch;
  }

  .atlas-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    min-height: auto;
    padding: 0 0 28px;
  }

  .atlas-grid article:last-child {
    grid-column: span 1;
  }

  .atlas-grid .concept-card {
    position: relative;
    inset: auto;
    width: auto;
    min-height: 232px;
    transform: none;
  }

  .atlas-grid .concept-card:hover {
    transform: translateY(-10px) scale(1.008);
  }

  .gallery-stack article:first-child {
    grid-column: span 2;
  }
}

@media (max-width: 760px) {
  .section {
    width: min(calc(100% - 28px), var(--max-width));
  }

  .site-menu {
    top: 14px;
    left: 12px;
  }

  .site-menu summary {
    padding: 10px 13px;
    font-size: 0.7rem;
  }

  .site-menu-panel {
    width: min(276px, calc(100vw - 24px));
    padding: 10px;
  }

  .radio-float {
    top: 17px;
    left: 126px;
    gap: 8px;
    max-width: calc(100vw - 154px);
  }

  .radio-player-shell {
    width: 32px;
    height: 32px;
  }

  .radio-button-frame {
    transform: translate(-43px, -10px) scale(0.32);
  }

  .radio-signal {
    font-size: 0.52rem;
    letter-spacing: 0.14em;
  }

  .radio-name {
    font-size: 0.6rem;
    letter-spacing: 0.12em;
  }

  .progress-shell {
    right: 12px;
    top: 14px;
    transform: scale(0.9);
    transform-origin: top right;
  }

  .hero,
  .split-section,
  .gallery-stack,
  .card-grid {
    grid-template-columns: 1fr;
  }

  .atlas-section {
    padding: 74px 0 24px;
  }

  .atlas-grid {
    display: grid;
    grid-template-columns: 1fr;
    min-height: auto;
    margin-top: 30px;
    gap: 16px;
    padding: 0;
    border-radius: 0;
  }

  .atlas-grid::before {
    inset: 8px;
    border-radius: 0;
  }

  .atlas-grid::after {
    left: 14px;
    right: 14px;
  }

  .atlas-grid .concept-card {
    min-height: auto;
    transform: none !important;
  }

  .concept-head {
    margin-bottom: 12px;
  }

  .hero {
    min-height: 100svh;
    padding: 92px 0 52px;
  }

  .hero h1 {
    justify-content: start;
    gap: 0.28em;
    font-size: 2.35rem;
    letter-spacing: 0.06em;
    line-height: 1;
    white-space: normal;
  }

  .hero h1::before {
    inset: -0.08em -0.12em;
    filter: blur(14px);
  }

  .title-accent {
    transform: none;
  }

  .hero-copy {
    width: min(calc(100% - 28px), 560px);
    padding-top: 18px;
  }

  .eyebrow,
  .lead {
    font-size: 0.82rem;
    letter-spacing: 0.08em;
  }

  .hero-date {
    justify-self: start;
    font-size: 1rem;
    letter-spacing: 0.1em;
  }

  .hero-strip-a,
  .hero-strip-c,
  .hero-strip-e,
  .hero-strip-i,
  .hero-strip-l {
    opacity: 0.24;
  }

  .hero-strip-b,
  .hero-strip-d,
  .hero-strip-g,
  .hero-strip-j,
  .hero-strip-k {
    display: none;
  }

  .hero-strip-f,
  .hero-strip-h {
    opacity: 0.3;
  }

  .mosquito-link {
    left: 70%;
    top: 12%;
    width: 64px;
    height: 48px;
  }

  .mosquito-call {
    font-size: 0.52rem;
    letter-spacing: 0.14em;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .kinetic-line {
    position: static;
    margin-top: 20px;
    white-space: normal;
  }

  .split-section {
    gap: 16px;
  }

  .section-mark {
    position: static;
  }

  .corridor-step {
    grid-template-columns: 1fr;
  }

  .quote-section blockquote {
    font-size: clamp(2rem, 12vw, 3.5rem);
  }

  .gallery-stack {
    height: clamp(420px, 108vw, 620px);
    margin-top: 28px;
  }

  .gallery-line {
    width: min(72vw, 17rem);
  }

  .gallery-line:nth-child(1) {
    --orbit-radius: clamp(92px, 24vw, 138px);
  }

  .gallery-line:nth-child(2) {
    --orbit-radius: clamp(74px, 20vw, 112px);
    width: min(66vw, 14rem);
  }

  .gallery-line:nth-child(3) {
    --orbit-radius: clamp(104px, 28vw, 156px);
    width: min(76vw, 18rem);
  }

  .gallery-line::before {
    left: -10px;
    width: clamp(34px, 12vw, 58px);
  }

  .gallery-line h3 {
    max-width: 8ch;
    font-size: clamp(1.8rem, 9vw, 3rem);
  }

  .gallery-line p {
    max-width: 24ch;
    font-size: 0.92rem;
    line-height: 1.62;
  }

  .gallery-panel,
  .gallery-line-inner,
  .concept-card,
  .corridor-step,
  .hero-panel,
  .section-body,
  .closing-card {
    border-radius: 24px;
  }

  .atlas-grid,
  .atlas-grid .concept-card {
    border-radius: 0;
  }

  .win-titlebar {
    font-size: 0.62rem;
    letter-spacing: 0.05em;
  }

  .concept-readout div {
    grid-template-columns: 54px 1fr;
  }
}

.button-portal {
  border-color: rgba(187, 77, 45, 0.28);
  background:
    linear-gradient(135deg, rgba(187, 77, 45, 0.1), rgba(15, 102, 96, 0.12)),
    rgba(255, 255, 255, 0.42);
}

.button-portal:hover {
  background:
    linear-gradient(135deg, rgba(187, 77, 45, 0.22), rgba(15, 102, 96, 0.2)),
    rgba(255, 255, 255, 0.48);
  border-color: rgba(187, 77, 45, 0.5);
}

p {
  font-family: 'Share Tech Mono', 'IBM Plex Mono', 'Courier New', monospace !important;
  font-weight: 400 !important;
}

.skip-link {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 10002;
  padding: 10px 16px;
  border-radius: 999px;
  background: #f7f8fb;
  color: #0c0f14;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: translate(-50%, -180%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translate(-50%, 0);
  outline: 2px solid rgba(95, 215, 223, 0.85);
  outline-offset: 3px;
}

.button:focus-visible {
  outline: 2px solid rgba(95, 215, 223, 0.8);
  outline-offset: 3px;
}
.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;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  .reveal,
  .hero-copy,
  .hero-panel,
  .concept-card,
  .corridor-step,
  .gallery-panel,
  .gallery-line,
  .gallery-line-inner,
  .terminal-line,
  .terminal-text,
  .kinetic-line,
  .bg-orbit,
  .grain,
  .mosquito,
  .mosquito-link {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }

  .reveal,
  .hero-copy,
  .hero-panel,
  .concept-card,
  .corridor-step,
  .gallery-panel,
  .gallery-line,
  .gallery-line-inner,
  .terminal-line {
    opacity: 1 !important;
  }

  .netart-layer {
    display: none !important;
    opacity: 0 !important;
  }

  .page-content {
    opacity: 1 !important;
  }

  .gallery-stack {
    display: grid;
    height: auto;
    gap: 24px;
  }

  .gallery-stack::before,
  .gallery-stack::after {
    display: none;
  }

  .gallery-line {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    color: #e8f0fb;
    pointer-events: auto;
  }

  .gallery-line::before {
    left: 0;
    top: 0;
  }

  .gallery-line-inner {
    transform: none !important;
    filter: none !important;
    text-shadow: none !important;
  }

  .gallery-line h3,
  .gallery-line p {
    max-width: none;
  }
}

/* =========================================================================
   WINDOWS 98 DESKTOP SIMULATOR
   ========================================================================= */

.win98-desktop-container {
  position: relative;
  width: 100%;
  max-width: var(--max-width);
  height: 85vh; /* Simula monitor */
  margin: 0 auto 60px;
  display: flex;
  flex-direction: column;
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 4px #dfdfdf, inset 0 0 0 6px #000, 0 30px 80px rgba(0,0,0,0.8);
  background: #c0c0c0;
  border-radius: 4px;
}

.win98-desktop {
  flex-grow: 1;
  background-color: #008080;
  position: relative;
  overflow: hidden;
}

.win98-desktop .concept-card {
  position: absolute !important;
  margin: 0;
  width: 320px;
  max-width: 85vw;
  /* User requested changes: no dark card around the window */
  padding: 3px;
  border-radius: 0;
  border: none;
  background: #c0c0c0;
  backdrop-filter: none;
  box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #dfdfdf, inset -2px -2px gray, inset 2px 2px #fff, 0 14px 40px rgba(0,0,0,0.5) !important;
}

.win98-desktop .concept-card:focus-within,
.win98-desktop .concept-card.is-active {
  z-index: 99 !important;
}

/* User requested changes: text inside the window should be black so it stands out */
.win98-desktop .concept-window-body p,
.win98-desktop .concept-window-body h3 {
  color: #000000;
  text-shadow: none;
}

.win-draggable .win-titlebar {
  cursor: grab;
}
.win-draggable .win-titlebar:active {
  cursor: grabbing;
}

/* TASKBAR */
.win98-taskbar {
  height: 36px;
  background-color: #c0c0c0;
  border-top: 2px solid #fff;
  box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #dfdfdf, inset -2px -2px grey;
  display: flex;
  align-items: center;
  padding: 3px;
  z-index: 100;
  position: relative;
}

.taskbar-start {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 2px 8px;
  margin-right: 8px;
  background: #c0c0c0;
  border: none;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.85rem;
  color: #000;
  box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #fff, inset -2px -2px grey, inset 2px 2px #dfdfdf;
  cursor: pointer;
}

.taskbar-start:active {
  box-shadow: inset -1px -1px #fff, inset 1px 1px #0a0a0a, inset -2px -2px #dfdfdf, inset 2px 2px grey;
}

.taskbar-start .start-icon {
  font-size: 1.1rem;
  color: #ee7d59;
}

.taskbar-tasks {
  display: flex;
  flex-grow: 1;
  gap: 4px;
  overflow-x: auto;
}

.taskbar-tab {
  display: flex;
  align-items: center;
  min-width: 120px;
  max-width: 180px;
  padding: 4px 8px;
  background: #c0c0c0;
  border: none;
  font-size: 0.7rem;
  font-weight: 700;
  font-family: 'Disket Mono', monospace;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #fff, inset -2px -2px grey, inset 2px 2px #dfdfdf;
  cursor: pointer;
}

.taskbar-tab.is-active {
  background: #dfdfdf;
  background-image: repeating-conic-gradient(#c0c0c0 0 25%, transparent 0 50%);
  background-size: 2px 2px;
  box-shadow: inset -1px -1px #fff, inset 1px 1px #0a0a0a, inset -2px -2px #dfdfdf, inset 2px 2px grey;
}

.taskbar-tray {
  padding: 4px 8px;
  margin-left: 6px;
  font-size: 0.75rem;
  font-family: 'Disket Mono', monospace;
  color: #000;
  box-shadow: inset -1px -1px #fff, inset 1px 1px #0a0a0a, inset -2px -2px #dfdfdf, inset 2px 2px grey;
}

@media (max-width: 430px) {
  .radio-float {
    top: 64px;
    left: 12px;
    max-width: calc(100vw - 24px);
  }
}
