@font-face {
  font-family: "PsyQo Space";
  src: url("fonts/space-grotesk-latin.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "PsyQo Vipnagorgialla";
  src: url("fonts/vipnagorgialla-rg.otf") format("opentype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "PsyQo Vipnagorgialla";
  src: url("fonts/vipnagorgialla-bd.otf") format("opentype");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "PsyQo Techno";
  src: url("fonts/technos.otf") format("opentype");
  font-display: swap;
}

:root {
  --os-black: #05060b;
  --os-ink: #090b13;
  --os-panel: rgba(13, 16, 28, 0.72);
  --os-panel-strong: rgba(18, 21, 36, 0.88);
  --os-line: rgba(216, 221, 231, 0.18);
  --os-line-strong: rgba(216, 221, 231, 0.34);
  --os-chrome: #d8dde7;
  --os-white: #f3f6ff;
  --os-muted: #9099b2;
  --os-peri: #9ba8ff;
  --os-blue: #73d7ff;
  --os-radius: 8px;
  --os-radius-lg: 14px;
  --os-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --os-ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --os-ease-drawer: cubic-bezier(0.32, 0.72, 0, 1);
  --os-display: "PsyQo Vipnagorgialla", "PsyQo Space", Space Grotesk, system-ui, sans-serif;
  --os-tech: "PsyQo Techno", "PsyQo Space", Space Grotesk, system-ui, sans-serif;
  --os-body: "PsyQo Space", Space Grotesk, system-ui, sans-serif;
  --os-mono: "OCR B", "OCR-B", "PsyQo Space", ui-monospace, SFMono-Regular, Menlo, monospace;
}

html {
  background: var(--os-black);
  color-scheme: dark;
}

body.psyqo-os {
  margin: 0;
  background:
    radial-gradient(circle at 52% 18%, rgba(155, 168, 255, 0.18), transparent 30vw),
    radial-gradient(circle at 78% 72%, rgba(115, 215, 255, 0.11), transparent 28vw),
    linear-gradient(180deg, #05060b 0%, #080a12 42%, #05060b 100%);
  color: var(--os-white);
  font-family: var(--os-body);
  overflow-x: hidden;
}

body.psyqo-os::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 80;
  pointer-events: none;
  opacity: 0.26;
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 100% 4px, 48px 100%;
  mix-blend-mode: screen;
}

body.psyqo-os::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 79;
  pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, 0.18) 0.6px, transparent 0.6px);
  background-size: 3px 3px;
  opacity: 0.13;
}

.psyqo-os a {
  color: inherit;
}

.psyqo-os .page-shell {
  background: transparent;
}

.psyqo-os .container,
.psyqo-os .os-container {
  width: min(100% - 40px, 1320px);
  max-width: 1320px;
  margin-inline: auto;
}

.psyqo-loader {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #05060b;
  color: var(--os-chrome);
}

.loader-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(155, 168, 255, 0.15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(155, 168, 255, 0.11) 1px, transparent 1px),
    radial-gradient(circle at 50% 48%, rgba(155, 168, 255, 0.16), transparent 36vw);
  background-size: 78px 78px, 78px 78px, auto;
  opacity: 0.42;
}

.loader-console {
  position: relative;
  width: min(520px, calc(100vw - 40px));
  border: 1px solid var(--os-line-strong);
  border-radius: var(--os-radius);
  background: rgba(5, 6, 11, 0.82);
  box-shadow: 0 26px 110px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  padding: 24px;
}

.loader-console p {
  margin: 0;
  padding: 8px 0;
  color: var(--os-muted);
  border-bottom: 1px solid rgba(216, 221, 231, 0.08);
  font-size: 13px;
  letter-spacing: 0.02em;
}

.loader-console p:last-child {
  color: var(--os-white);
  border-bottom: 0;
}

.loader-window {
  position: absolute;
  display: grid;
  gap: 4px;
  min-width: 168px;
  padding: 12px;
  border: 1px solid var(--os-line);
  border-radius: var(--os-radius);
  background: rgba(12, 15, 26, 0.62);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.28);
}

.loader-window span {
  color: var(--os-muted);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.loader-window strong {
  color: var(--os-blue);
  font-size: 13px;
}

.loader-window-a {
  top: 18%;
  left: 10%;
}

.loader-window-b {
  right: 11%;
  bottom: 20%;
}

.psyqo-loader-handoff .psyqo-loader {
  transform: scale(1.035);
  opacity: 0;
  transition: opacity 520ms var(--os-ease), transform 520ms var(--os-ease);
}

.psyqo-loader-complete .psyqo-loader {
  display: none;
}

.psyqo-os .site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 90;
  height: 72px;
  border-bottom: 1px solid var(--os-line);
  background: rgba(5, 6, 11, 0.76);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.psyqo-os .site-nav {
  width: min(100% - 32px, 1420px);
  height: 72px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
}

.psyqo-os .brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  text-decoration: none;
}

.psyqo-os .brand-logo,
.psyqo-os .footer-logo {
  width: 30px;
  height: 30px;
  display: inline-block;
  background:
    linear-gradient(135deg, var(--os-white), var(--os-peri) 46%, var(--os-blue));
  -webkit-mask: url("psyqo-p-mask.png") center / contain no-repeat;
  mask: url("psyqo-p-mask.png") center / contain no-repeat;
  filter: drop-shadow(0 0 16px rgba(155, 168, 255, 0.38));
}

.psyqo-os .brand-word {
  color: var(--os-white);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.psyqo-os .nav-links {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.psyqo-os .nav-links a {
  padding: 9px 11px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--os-muted);
  font-size: 12px;
  text-decoration: none;
  transition: color 220ms var(--os-ease), border-color 220ms var(--os-ease), background 220ms var(--os-ease);
}

.psyqo-os .nav-links a:hover,
.psyqo-os .nav-links a.active {
  color: var(--os-white);
  border-color: rgba(216, 221, 231, 0.22);
  background: rgba(216, 221, 231, 0.06);
}

.psyqo-os .header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.psyqo-os .btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 17px;
  border-radius: 999px;
  border: 1px solid var(--os-line-strong);
  color: var(--os-white);
  background: rgba(216, 221, 231, 0.06);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition:
    transform 160ms var(--os-ease-out),
    border-color 220ms var(--os-ease-out),
    background 220ms var(--os-ease-out),
    color 220ms var(--os-ease-out),
    box-shadow 220ms var(--os-ease-out);
}

.psyqo-os .btn svg {
  width: 15px;
  height: 15px;
  box-sizing: content-box;
  padding: 5px;
  margin-right: -8px;
  border: 1px solid rgba(216, 221, 231, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  transition: transform 180ms var(--os-ease-out), background 180ms var(--os-ease-out), border-color 180ms var(--os-ease-out);
}

.psyqo-os .btn-primary svg {
  border-color: rgba(5, 6, 11, 0.12);
  background: rgba(5, 6, 11, 0.08);
}

@media (hover: hover) and (pointer: fine) {
  .psyqo-os .btn:hover {
    transform: translateY(-1px);
    border-color: rgba(243, 246, 255, 0.5);
  }

  .psyqo-os .btn:hover svg {
    transform: translate(2px, -1px);
    border-color: rgba(243, 246, 255, 0.32);
    background: rgba(255, 255, 255, 0.12);
  }
}

.psyqo-os .btn:active {
  transform: scale(0.97);
}

.psyqo-os .btn-primary {
  border-color: rgba(155, 168, 255, 0.64);
  color: #05060b;
  background: linear-gradient(135deg, var(--os-white), var(--os-peri));
  box-shadow: 0 14px 50px rgba(155, 168, 255, 0.24);
}

.psyqo-os .menu-toggle {
  display: none;
  border: 1px solid var(--os-line-strong);
  border-radius: 999px;
  width: 42px;
  height: 42px;
  color: var(--os-white);
  background: rgba(216, 221, 231, 0.06);
}

.psyqo-os .mobile-panel {
  display: none;
}

.os-hero {
  position: relative;
  min-height: 100dvh;
  padding: 0;
  overflow: clip;
  border-bottom: 1px solid var(--os-line);
  background:
    linear-gradient(90deg, rgba(216, 221, 231, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(216, 221, 231, 0.07) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, rgba(155, 168, 255, 0.18), transparent 44%),
    #05060b;
  background-size: 96px 96px, 96px 96px, auto, auto;
}

.os-hero-sticky {
  position: relative;
  min-height: 100dvh;
  overflow: hidden;
}

.psyqo-os .psyqo-hero-webgl {
  position: absolute;
  inset: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.psyqo-os .hero-static-mark {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  width: min(44vw, 520px);
  aspect-ratio: 1.56;
  transform: translate(-50%, -50%);
  background: linear-gradient(135deg, var(--os-white), var(--os-peri) 50%, var(--os-blue));
  -webkit-mask: url("psyqo-p-mask.png") center / contain no-repeat;
  mask: url("psyqo-p-mask.png") center / contain no-repeat;
  filter: drop-shadow(0 0 52px rgba(155, 168, 255, 0.32));
  opacity: 0;
}

.psyqo-hero3d-unavailable .psyqo-os .hero-static-mark,
.psyqo-os .hero-static-mark:only-child {
  opacity: 1;
}

.os-hero-veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 50% 44%, rgba(5, 6, 11, 0), rgba(5, 6, 11, 0.5) 58%, #05060b 100%),
    linear-gradient(180deg, rgba(5, 6, 11, 0.18), rgba(5, 6, 11, 0.84));
}

.os-signal-field {
  position: absolute;
  inset: 8% 5% auto;
  z-index: 2;
  width: 90%;
  height: 70%;
  overflow: visible;
  opacity: 0.62;
}

.os-signal-field ellipse,
.os-signal-field path {
  fill: none;
  stroke: url("#osSignalStroke");
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.os-signal-field .signal-rings ellipse {
  stroke-dasharray: 3 10;
}

.os-signal-field .signal-lines path {
  stroke-dasharray: 120 28;
  opacity: 0.42;
}

.os-hero-type {
  position: absolute;
  z-index: 3;
  inset: 50% auto auto 50%;
  width: min(94vw, 1260px);
  transform: translate(-50%, -52%);
  display: grid;
  place-items: center;
  color: rgba(243, 246, 255, 0.09);
  font-weight: 900;
  line-height: 0.76;
  text-align: center;
  letter-spacing: -0.04em;
  pointer-events: none;
  text-transform: uppercase;
}

.os-hero-type span:first-child {
  font-size: clamp(88px, 18vw, 250px);
}

.os-hero-type span:last-child {
  font-size: clamp(98px, 20vw, 280px);
  -webkit-text-stroke: 1px rgba(216, 221, 231, 0.16);
  color: rgba(216, 221, 231, 0.035);
}

.os-hero-container {
  position: relative;
  z-index: 7;
  width: min(100% - 40px, 1320px);
  min-height: 100dvh;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(180px, 0.36fr);
  align-items: end;
  gap: 24px;
  padding: 112px 0 56px;
}

.os-hero-copy {
  align-self: end;
  max-width: 520px;
  padding: 18px;
  border: 1px solid var(--os-line);
  border-radius: var(--os-radius);
  background: rgba(5, 6, 11, 0.46);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.os-eyebrow {
  margin: 0 0 12px;
  color: var(--os-peri);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.os-hero-title {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.os-hero-sub {
  max-width: 38ch;
  margin: 0 0 18px;
  color: var(--os-chrome);
  font-size: clamp(16px, 2vw, 22px);
  line-height: 1.25;
}

.os-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.os-hero-status {
  justify-self: end;
  width: min(100%, 310px);
  display: grid;
  gap: 8px;
  align-self: end;
}

.os-hero-status span {
  border: 1px solid var(--os-line);
  border-radius: var(--os-radius);
  background: rgba(5, 6, 11, 0.42);
  color: var(--os-muted);
  padding: 12px 14px;
  font-size: 12px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.os-section {
  position: relative;
  padding: clamp(72px, 9vw, 132px) 0;
  border-bottom: 1px solid var(--os-line);
  background:
    linear-gradient(90deg, rgba(216, 221, 231, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(216, 221, 231, 0.035) 1px, transparent 1px),
    rgba(5, 6, 11, 0.78);
  background-size: 120px 120px;
}

.os-section-stack {
  max-width: 720px;
  margin-bottom: 28px;
}

.os-section-stack h2,
.os-archive-copy h2,
.os-apply-panel h2 {
  margin: 0 0 14px;
  color: var(--os-white);
  font-size: clamp(34px, 5.4vw, 76px);
  line-height: 0.95;
  letter-spacing: -0.035em;
}

.os-section-stack p,
.os-archive-copy p,
.os-apply-panel p {
  margin: 0;
  color: var(--os-muted);
  font-size: clamp(15px, 1.55vw, 18px);
  line-height: 1.55;
}

.os-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--os-line);
  border-radius: var(--os-radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.065), transparent 36%),
    var(--os-panel);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 24px 80px rgba(0, 0, 0, 0.22);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.os-panel::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(340px circle at var(--spot-x, 50%) var(--spot-y, 50%), rgba(155, 168, 255, 0.18), transparent 48%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), transparent 34%);
  transition: opacity 220ms var(--os-ease-out);
}

.os-panel::after {
  content: "";
  position: absolute;
  inset: 6px;
  z-index: 0;
  pointer-events: none;
  border: 1px solid rgba(216, 221, 231, 0.08);
  border-radius: max(4px, calc(var(--os-radius) - 3px));
}

@media (hover: hover) and (pointer: fine) {
  .os-panel:hover::before {
    opacity: 1;
  }
}

.os-panel > * {
  position: relative;
  z-index: 1;
}

.os-dashboard {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(390px, 1.3fr) minmax(220px, 0.62fr);
  gap: 18px;
  align-items: stretch;
}

.os-console-panel,
.os-portal {
  padding: 18px;
}

.os-panel-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 14px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--os-line);
  color: var(--os-muted);
  font-size: 12px;
}

.os-panel-top strong {
  color: var(--os-blue);
}

.os-login {
  display: grid;
  gap: 10px;
}

.os-login label {
  color: var(--os-chrome);
  font-size: 12px;
  font-weight: 700;
}

.os-login input,
.os-login select {
  min-height: 44px;
  border: 1px solid var(--os-line-strong);
  border-radius: var(--os-radius);
  color: var(--os-white);
  background: rgba(5, 6, 11, 0.7);
  padding: 0 12px;
  font: inherit;
}

.os-portal-tabs {
  display: flex;
  gap: 6px;
  margin-bottom: 18px;
}

.os-portal-tabs button {
  min-height: 36px;
  border: 1px solid var(--os-line);
  border-radius: 999px;
  color: var(--os-muted);
  background: rgba(255, 255, 255, 0.035);
  padding: 0 13px;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.os-portal-tabs button.active {
  color: #05060b;
  border-color: transparent;
  background: linear-gradient(135deg, var(--os-white), var(--os-peri));
}

.os-portal-panel {
  display: none;
}

.os-portal-panel.active {
  display: block;
}

.os-portal-panel h3 {
  margin: 0 0 16px;
  color: var(--os-white);
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1;
}

.os-feed,
.os-thread-list,
.os-chat-preview {
  display: grid;
  gap: 10px;
}

.os-feed article,
.os-thread-list button,
.os-chat-preview p,
.os-mini-stat,
.os-log-list article {
  border: 1px solid rgba(216, 221, 231, 0.11);
  border-radius: var(--os-radius);
  background: rgba(5, 6, 11, 0.38);
  padding: 14px;
}

.os-feed article {
  display: grid;
  gap: 5px;
}

.os-feed strong,
.os-thread-list span,
.os-chat-preview strong,
.os-mini-stat strong,
.os-log-list h3 {
  color: var(--os-white);
}

.os-feed span,
.os-thread-list strong,
.os-chat-preview p,
.os-mini-stat span,
.os-log-list span {
  color: var(--os-muted);
  font-size: 13px;
  line-height: 1.4;
}

.os-thread-list button {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.os-side-stack {
  display: grid;
  gap: 10px;
}

.os-mini-stat {
  display: grid;
  align-content: space-between;
  min-height: 100px;
}

.os-utility-link {
  color: inherit;
  text-decoration: none;
  transition: transform 180ms var(--os-ease-out), border-color 180ms var(--os-ease-out), background 180ms var(--os-ease-out);
}

@media (hover: hover) and (pointer: fine) {
  .os-utility-link:hover {
    transform: translateX(4px);
    border-color: rgba(155, 168, 255, 0.42);
    background:
      linear-gradient(135deg, rgba(155, 168, 255, 0.13), rgba(115, 215, 255, 0.04)),
      var(--os-panel);
  }
}

.os-cinema {
  border: 1px solid var(--os-line);
  border-radius: var(--os-radius);
  background: rgba(5, 6, 11, 0.44);
  padding: 14px;
}

.psyqo-os .cinema-screen,
.psyqo-os .cinema-player-cover,
.psyqo-os .drop-media {
  border-radius: var(--os-radius);
}

.psyqo-os .cinema-now-playing {
  color: var(--os-muted);
}

.os-roster-split {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 16px;
}

.psyqo-os .roster-lanes {
  display: grid;
  gap: 8px;
}

.psyqo-os .roster-lane {
  border: 1px solid var(--os-line);
  border-radius: var(--os-radius);
  color: var(--os-muted);
  background: rgba(216, 221, 231, 0.045);
  min-height: 52px;
}

.psyqo-os .roster-lane.active {
  color: #05060b;
  background: linear-gradient(135deg, var(--os-white), var(--os-peri));
}

.psyqo-os .roster-detail {
  min-height: 420px;
  padding: clamp(18px, 3vw, 34px);
  overflow: hidden;
}

.psyqo-os .roster-detail-kicker {
  display: inline-block;
  color: var(--os-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.psyqo-os .roster-description h3 {
  max-width: 760px;
  margin: 12px 0;
  color: var(--os-white);
  font-size: clamp(28px, 4.4vw, 60px);
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.psyqo-os .roster-description p {
  color: var(--os-muted);
  max-width: 58ch;
}

.psyqo-os .roster-name-map {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.psyqo-os .roster-name {
  border: 1px solid rgba(216, 221, 231, 0.14);
  border-radius: 999px;
  color: var(--os-chrome);
  background: rgba(216, 221, 231, 0.055);
  padding: 8px 11px;
  font-size: 12px;
}

.os-archive-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.os-archive-copy {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 18px;
}

.os-video-wall {
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--os-line);
  border-radius: var(--os-radius);
  background: rgba(5, 6, 11, 0.42);
  padding: 14px;
}

.psyqo-os .video-card {
  background: rgba(216, 221, 231, 0.055);
  border-color: rgba(216, 221, 231, 0.12);
  border-radius: var(--os-radius);
}

.psyqo-os .video-card strong {
  color: var(--os-chrome);
}

.os-shop-carousel {
  position: relative;
}

.psyqo-os .drop-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 330px);
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 2px 52px 10px;
}

.psyqo-os .drop-track::-webkit-scrollbar {
  display: none;
}

.os-drop-card {
  scroll-snap-align: start;
  border: 1px solid var(--os-line);
  border-radius: var(--os-radius);
  background: var(--os-panel);
  padding: 12px;
}

.os-drop-card.featured {
  background:
    linear-gradient(135deg, rgba(155, 168, 255, 0.18), rgba(115, 215, 255, 0.06)),
    var(--os-panel-strong);
}

.os-drop-card > span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--os-blue);
  font-size: 12px;
  font-weight: 800;
}

.psyqo-os .drop-media {
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid rgba(216, 221, 231, 0.12);
  background:
    radial-gradient(circle at 50% 28%, rgba(155, 168, 255, 0.22), transparent 52%),
    rgba(216, 221, 231, 0.04);
}

.psyqo-os .drop-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.psyqo-os .drop-media-ph {
  display: grid;
  place-items: center;
  width: 72%;
  aspect-ratio: 1;
  color: var(--os-muted);
  border: 1px solid rgba(216, 221, 231, 0.18);
  border-radius: var(--os-radius);
  background: rgba(5, 6, 11, 0.42);
}

.os-drop-card h3 {
  margin: 14px 0 6px;
  color: var(--os-white);
  font-size: 24px;
}

.os-drop-card p {
  margin: 0;
  color: var(--os-muted);
  line-height: 1.45;
}

.os-drop-card .drop-price {
  margin-top: 14px;
  color: var(--os-blue);
  font-weight: 800;
}

.os-drop-card a {
  display: inline-flex;
  margin-top: 12px;
  color: var(--os-white);
  font-weight: 800;
}

.psyqo-os .shop-arrow {
  position: absolute;
  z-index: 3;
  top: 42%;
  width: 42px;
  height: 42px;
  border: 1px solid var(--os-line-strong);
  border-radius: 999px;
  color: var(--os-white);
  background: rgba(5, 6, 11, 0.82);
}

.psyqo-os .shop-arrow-prev {
  left: 0;
}

.psyqo-os .shop-arrow-next {
  right: 0;
}

.psyqo-os .shop-arrow:disabled {
  opacity: 0.36;
}

.os-log-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1fr);
  gap: 24px;
}

.os-log-list {
  display: grid;
  gap: 12px;
}

.os-log-list article {
  min-height: 128px;
}

.os-log-list span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--os-blue);
  font-weight: 800;
}

.os-log-list h3 {
  margin: 0;
  font-size: clamp(20px, 2.4vw, 34px);
  line-height: 1.08;
}

.os-apply-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  padding: clamp(22px, 4vw, 46px);
}

.os-apply-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.os-footer {
  border-top: 1px solid var(--os-line);
  background: #05060b;
}

.psyqo-os .footer,
.psyqo-os .footer a,
.psyqo-os .footer span {
  color: var(--os-muted);
}

.psyqo-os .footer strong,
.psyqo-os .footer-col-label {
  color: var(--os-white);
}

@media (prefers-reduced-motion: no-preference) {
  .os-signal-field .signal-rings {
    transform-origin: 50% 50%;
    animation: os-ring-drift 16s linear infinite;
  }

  .os-signal-field .signal-lines path {
    animation: os-signal-dash 5.8s linear infinite;
  }

  .os-hero-type {
    animation: os-type-breathe 8s var(--os-ease) infinite alternate;
  }
}

@keyframes os-ring-drift {
  to { transform: rotate(360deg); }
}

@keyframes os-signal-dash {
  to { stroke-dashoffset: -280; }
}

@keyframes os-type-breathe {
  from { opacity: 0.74; transform: translate(-50%, -52%) scale(0.985); }
  to { opacity: 1; transform: translate(-50%, -52%) scale(1.015); }
}

@media (max-width: 1080px) {
  .psyqo-os .nav-links {
    gap: 2px;
  }

  .psyqo-os .nav-links a {
    padding-inline: 8px;
  }

  .os-dashboard,
  .os-archive-grid,
  .os-log-layout,
  .os-apply-panel {
    grid-template-columns: 1fr;
  }

  .os-side-stack {
    grid-template-columns: repeat(3, 1fr);
  }

  .os-archive-copy {
    position: static;
  }
}

@media (max-width: 860px) {
  .psyqo-os .site-header {
    height: 68px;
  }

  .psyqo-os .site-nav {
    height: 68px;
    grid-template-columns: 1fr auto;
  }

  .psyqo-os .nav-links,
  .psyqo-os .os-nav-cta {
    display: none;
  }

  .psyqo-os .menu-toggle {
    display: inline-grid;
    place-items: center;
  }

  .psyqo-os .mobile-panel.open {
    display: grid;
    position: fixed;
    top: 68px;
    left: 16px;
    right: 16px;
    z-index: 91;
    gap: 4px;
    padding: 12px;
    border: 1px solid var(--os-line);
    border-radius: var(--os-radius);
    background: rgba(5, 6, 11, 0.94);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .psyqo-os .mobile-panel a {
    padding: 13px;
    border-radius: var(--os-radius);
    color: var(--os-chrome);
    text-decoration: none;
  }

  .os-hero-container {
    grid-template-columns: 1fr;
    align-items: end;
    padding-bottom: 28px;
  }

  .os-hero-copy {
    max-width: none;
  }

  .os-hero-status {
    justify-self: stretch;
    width: 100%;
  }

  .os-roster-split {
    grid-template-columns: 1fr;
  }

  .psyqo-os .roster-lanes {
    grid-template-columns: repeat(2, 1fr);
  }

  .os-side-stack {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .psyqo-os .container,
  .psyqo-os .os-container,
  .os-hero-container {
    width: min(100% - 28px, 1320px);
  }

  .os-hero-type span:first-child {
    font-size: clamp(74px, 25vw, 122px);
  }

  .os-hero-type span:last-child {
    font-size: clamp(78px, 24vw, 126px);
  }

  .os-hero-actions,
  .os-apply-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .psyqo-os .btn {
    width: 100%;
  }

  .os-dashboard,
  .os-cinema {
    gap: 12px;
  }

  .psyqo-os .drop-track {
    grid-auto-columns: minmax(232px, 82vw);
    padding-inline: 0;
  }

  .psyqo-os .shop-arrow {
    display: none;
  }

  .loader-window {
    display: none;
  }
}

/* Final hero wipe: keep only Unicorn Studio and BE PSYQO. */
body.psyqo-os.home-page .hero.aeronet-hero,
body.psyqo-os.home-page .hero.aeronet-hero:not(.psyqo-globe-hero) {
  min-height: 100dvh !important;
  height: 100dvh !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #05060b !important;
  border-bottom: 1px solid var(--os-line) !important;
}

body.psyqo-os.home-page .hero.aeronet-hero .psyqo-hero-sticky,
body.psyqo-os.home-page .hero.aeronet-hero:not(.psyqo-globe-hero) .psyqo-hero-sticky {
  position: relative !important;
  top: auto !important;
  min-height: 100dvh !important;
  height: 100dvh !important;
  overflow: hidden !important;
}

body.psyqo-os.home-page .aeronet-hero .psyqo-hero-webgl,
body.psyqo-os.home-page .aeronet-hero .hero-static-mark,
body.psyqo-os.home-page .aeronet-hero .os-hero-veil,
body.psyqo-os.home-page .aeronet-hero .os-signal-field,
body.psyqo-os.home-page .aeronet-hero .os-hero-type,
body.psyqo-os.home-page .aeronet-hero .psyqo-hero-container,
body.psyqo-os.home-page .aeronet-hero .os-hero-copy,
body.psyqo-os.home-page .aeronet-hero .os-hero-status {
  display: none !important;
}

body.psyqo-os.home-page .aeronet-hero .os-unicorn-ambient {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
  pointer-events: none !important;
  opacity: 1 !important;
  filter: none !important;
}

body.psyqo-os.home-page .aeronet-hero .os-unicorn-ambient > * {
  width: 100% !important;
  height: 100% !important;
}

body.psyqo-os.home-page .aeronet-hero .os-crt-strobe {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  pointer-events: none !important;
  mix-blend-mode: screen !important;
  opacity: 0;
  filter: contrast(1.2) saturate(0.58) hue-rotate(18deg);
}

body.psyqo-os.home-page .aeronet-hero .os-crt-strobe.is-playing {
  animation: psyqo-crt-strobe-keyed 4440ms linear 1 both;
}

body.psyqo-os.home-page .aeronet-hero .os-crt-strobe.is-ended {
  opacity: 0 !important;
}

@keyframes psyqo-crt-strobe-keyed {
  0%, 8%, 100% { opacity: 0; }
  13% { opacity: 0.16; }
  24% { opacity: 0.08; }
  35% { opacity: 0.2; }
  48% { opacity: 0.1; }
  62% { opacity: 0.18; }
  76% { opacity: 0.07; }
  88% { opacity: 0.14; }
}

body.psyqo-os.home-page .aeronet-hero > .os-hero-sticky > h1.os-hero-title {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  z-index: 2 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(0.2em, 2vw, 0.38em) !important;
  width: 100vw !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: nowrap !important;
  transform: translate(-50%, -50%) !important;
  color: var(--os-white) !important;
  -webkit-text-fill-color: var(--os-white) !important;
  font-family: var(--os-display) !important;
  font-size: clamp(4rem, 13.8vw, 13.75rem) !important;
  font-weight: 400 !important;
  line-height: 0.86 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  pointer-events: none !important;
  text-shadow: none !important;
}

body.psyqo-os.home-page .aeronet-hero > .os-hero-sticky > h1.os-hero-title .hero-title-line,
body.psyqo-os.home-page .aeronet-hero > .os-hero-sticky > h1.os-hero-title .hero-title-accent {
  display: inline-block !important;
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
  font: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  opacity: 1 !important;
  text-shadow: inherit !important;
}

@media (max-width: 760px) {
  body.psyqo-os.home-page .aeronet-hero > .os-hero-sticky > h1.os-hero-title {
    width: 100vw !important;
    gap: 0.2em !important;
    font-size: clamp(2.7rem, 13vw, 4.75rem) !important;
  }
}

/* True EOF override: active clean Aura hero. */
body.psyqo-os.home-page .hero.os-aura-hero,
body.psyqo-os.home-page .hero.os-aura-hero:not(.psyqo-globe-hero) {
  min-height: 420dvh !important;
  height: auto !important;
  overflow: visible !important;
  padding: 0 !important;
  background: #05060b !important;
}

body.psyqo-os.home-page .hero.os-aura-hero .os-aura-hero-stage,
body.psyqo-os.home-page .hero.os-aura-hero:not(.psyqo-globe-hero) .os-aura-hero-stage {
  position: sticky !important;
  top: 0 !important;
  min-height: 100dvh !important;
  height: 100dvh !important;
  overflow: hidden !important;
}

body.psyqo-os.home-page .aeronet-hero .os-unicorn-ambient,
body.psyqo-os .os-abyss {
  display: none !important;
}

body.psyqo-os .os-aura-hero-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr) !important;
  width: min(100% - 40px, 1480px) !important;
}

body.psyqo-os.home-page .aeronet-hero .os-aura-copy > h1.os-hero-title {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  width: auto !important;
  max-width: min(760px, 100%) !important;
  transform: none !important;
  white-space: normal !important;
  font-family: var(--os-display) !important;
  font-size: clamp(5.8rem, 12.6vw, 13.6rem) !important;
  font-weight: 700 !important;
  line-height: 0.78 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  color: var(--os-white) !important;
  -webkit-text-fill-color: var(--os-white) !important;
}

body.psyqo-os.home-page .aeronet-hero .os-aura-copy .hero-title-line,
body.psyqo-os.home-page .aeronet-hero .os-aura-copy .hero-title-accent {
  display: block !important;
  font: inherit !important;
  letter-spacing: 0 !important;
  line-height: inherit !important;
}

body.psyqo-os.home-page .aeronet-hero .os-aura-copy .hero-title-accent {
  color: var(--os-peri) !important;
  -webkit-text-fill-color: var(--os-peri) !important;
}

@media (max-width: 980px) {
  body.psyqo-os.home-page .hero.os-aura-hero,
  body.psyqo-os.home-page .hero.os-aura-hero:not(.psyqo-globe-hero) {
    min-height: auto !important;
  }

  body.psyqo-os.home-page .hero.os-aura-hero .os-aura-hero-stage,
  body.psyqo-os.home-page .hero.os-aura-hero:not(.psyqo-globe-hero) .os-aura-hero-stage {
    position: relative !important;
    height: auto !important;
    min-height: 100dvh !important;
  }

  body.psyqo-os .os-aura-hero-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (max-width: 640px) {
  body.psyqo-os .os-aura-hero-grid {
    width: min(100% - 30px, 1480px) !important;
    overflow: hidden !important;
  }

  body.psyqo-os .os-aura-copy {
    max-width: 100% !important;
  }

  body.psyqo-os.home-page .aeronet-hero .os-aura-copy > h1.os-hero-title {
    max-width: 100% !important;
    width: 100% !important;
    font-size: clamp(3.35rem, 16.6vw, 4.7rem) !important;
  }

  body.psyqo-os.home-page .aeronet-hero > .os-hero-sticky .os-aura-copy > h1.os-hero-title {
    width: 100% !important;
    max-width: 100% !important;
    font-size: clamp(3.35rem, 16.6vw, 4.7rem) !important;
  }

  body.psyqo-os .os-aura-object-bay {
    max-width: 100% !important;
  }

  html,
  body.psyqo-os {
    max-width: 100% !important;
    overflow-x: clip !important;
  }

  body.psyqo-os #drops .drop-track {
    display: grid !important;
    grid-auto-flow: row !important;
    grid-auto-columns: auto !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    overflow-x: visible !important;
    padding: 0 !important;
  }

  body.psyqo-os #drops .shop-arrow {
    display: none !important;
  }

  body.psyqo-os .os-partner-panel,
  body.psyqo-os .os-partner-metrics,
  body.psyqo-os .os-partner-metrics span {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.psyqo-os .os-partner-metrics strong {
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    font-size: 3.2rem !important;
  }
}

/* Roster cards live inside the former lanes section. */
body.psyqo-os .os-lane-card {
  cursor: pointer;
  outline: none;
}

body.psyqo-os .os-lane-card:focus-visible {
  border-color: rgba(216, 221, 255, 0.62) !important;
  box-shadow: 0 0 0 3px rgba(155, 168, 255, 0.18) !important;
}

body.psyqo-os .os-lane-roster {
  display: grid;
  grid-template-rows: 0fr;
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  transition: grid-template-rows 320ms ease, max-height 320ms ease, opacity 220ms ease, margin-top 220ms ease;
}

body.psyqo-os .os-lane-roster > * {
  min-height: 0;
}

body.psyqo-os .os-lane-card.is-open .os-lane-roster {
  grid-template-rows: 1fr !important;
  max-height: 260px !important;
  margin-top: 22px !important;
  opacity: 1 !important;
}

body.psyqo-os .os-lane-roster strong {
  display: block;
  margin-bottom: 10px;
  color: rgba(216, 221, 255, 0.68);
  font-family: var(--os-mono);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.psyqo-os .os-lane-roster ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.psyqo-os .os-lane-roster li {
  min-width: 0;
  border-top: 1px solid rgba(216, 221, 255, 0.16);
  padding-top: 8px;
  color: var(--os-white);
  font-family: var(--os-body);
  font-size: 0.9rem;
  line-height: 1.25;
}

body.psyqo-os .os-lane-card::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 18px;
  color: rgba(216, 221, 255, 0.72);
  font-family: var(--os-mono);
  font-size: 1rem;
}

body.psyqo-os .os-lane-card.is-open::after {
  content: "-";
}

/* Hero object bay cleanup: no visible box behind the 3D mark/controller. */
body.psyqo-os .os-aura-object-bay {
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.psyqo-os .os-aura-object-bay::before,
body.psyqo-os .os-aura-object-frame {
  display: none !important;
}

body.psyqo-os .os-aura-object-meta {
  right: 0 !important;
  bottom: 0 !important;
  opacity: 0.72;
}

body.psyqo-os .os-aura-copy {
  max-width: 600px !important;
}

body.psyqo-os.home-page .aeronet-hero .os-aura-copy > h1.os-hero-title,
body.psyqo-os.home-page .aeronet-hero > .os-hero-sticky .os-aura-copy > h1.os-hero-title {
  font-size: clamp(5.1rem, 10.4vw, 11.2rem) !important;
}

@media (max-width: 640px) {
  body.psyqo-os .os-lane-roster ul {
    grid-template-columns: 1fr;
  }

  body.psyqo-os.home-page .aeronet-hero .os-aura-copy > h1.os-hero-title,
  body.psyqo-os.home-page .aeronet-hero > .os-hero-sticky .os-aura-copy > h1.os-hero-title {
    font-size: clamp(3.35rem, 16.6vw, 4.7rem) !important;
  }
}

/* Final Aura/PsyQo hero pass: no Unicorn, no particle cloud, real 3D object bay. */
:root {
  --aura-hero-progress: 0;
  --aura-hero-glitch: 0;
}

body.psyqo-os {
  background:
    radial-gradient(circle at 78% 10%, rgba(155, 168, 255, 0.1), transparent 34rem),
    linear-gradient(180deg, #05060b 0%, #070914 44%, #05060b 100%) !important;
}

body.psyqo-os .psyqo-os-shell {
  width: min(100%, 1760px) !important;
  margin-inline: auto !important;
  border-inline: 1px solid rgba(216, 221, 255, 0.09) !important;
  background: rgba(5, 6, 11, 0.76) !important;
}

body.psyqo-os .os-nav,
body.psyqo-os .os-container,
body.psyqo-os .footer-grid,
body.psyqo-os .footer-bottom {
  width: min(100% - 40px, 1480px) !important;
  max-width: 1480px !important;
}

body.psyqo-os.home-page .hero.os-aura-hero,
body.psyqo-os.home-page .hero.os-aura-hero:not(.psyqo-globe-hero) {
  position: relative !important;
  min-height: 420dvh !important;
  height: auto !important;
  padding: 0 !important;
  overflow: visible !important;
  background: #05060b !important;
  border-bottom: 1px solid rgba(216, 221, 255, 0.15) !important;
  isolation: isolate !important;
}

body.psyqo-os.home-page .hero.os-aura-hero .os-aura-hero-stage,
body.psyqo-os.home-page .hero.os-aura-hero:not(.psyqo-globe-hero) .os-aura-hero-stage {
  position: sticky !important;
  top: 0 !important;
  min-height: 100dvh !important;
  height: 100dvh !important;
  overflow: hidden !important;
  background:
    linear-gradient(to right, rgba(216, 221, 255, 0.075) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(216, 221, 255, 0.06) 1px, transparent 1px),
    radial-gradient(circle at 75% 48%, rgba(155, 168, 255, 0.14), transparent 34rem),
    #05060b !important;
  background-size: 20vw 100%, 100% 25vh, auto, auto !important;
}

body.psyqo-os.home-page .aeronet-hero .os-unicorn-ambient,
body.psyqo-os.home-page .aeronet-hero .psyqo-hero-webgl,
body.psyqo-os.home-page .aeronet-hero .hero-static-mark,
body.psyqo-os.home-page .aeronet-hero .os-hero-veil,
body.psyqo-os.home-page .aeronet-hero .os-signal-field,
body.psyqo-os.home-page .aeronet-hero .os-hero-type,
body.psyqo-os.home-page .aeronet-hero .psyqo-hero-container,
body.psyqo-os.home-page .aeronet-hero .os-hero-copy,
body.psyqo-os.home-page .aeronet-hero .os-hero-status,
body.psyqo-os .os-abyss {
  display: none !important;
}

body.psyqo-os .os-aura-hero-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 73% 48%, rgba(155, 168, 255, 0.16), transparent 24rem);
  background-size: 100% 4px, auto;
  mix-blend-mode: screen;
  opacity: 0.3;
}

body.psyqo-os .os-landscape-ambient,
body.psyqo-os .os-glitch-ambient,
body.psyqo-os .os-crt-strobe {
  position: absolute !important;
  pointer-events: none !important;
  object-fit: cover !important;
}

body.psyqo-os .os-landscape-ambient {
  inset: 16% 0 0 38% !important;
  z-index: 0 !important;
  width: 66% !important;
  height: 78% !important;
  opacity: calc(0.16 + (var(--aura-hero-progress) * 0.08)) !important;
  mix-blend-mode: screen !important;
  filter: hue-rotate(22deg) saturate(0.72) contrast(1.18) brightness(0.92);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 86%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 86%, transparent 100%);
}

body.psyqo-os .os-glitch-ambient {
  inset: 0 !important;
  z-index: 1 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: calc(0.035 + (var(--aura-hero-glitch) * 0.42)) !important;
  mix-blend-mode: screen !important;
  filter: hue-rotate(28deg) saturate(0.45) contrast(1.26);
}

body.psyqo-os .os-crt-strobe {
  inset: 0 !important;
  z-index: 8 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
  mix-blend-mode: screen !important;
  filter: hue-rotate(24deg) saturate(0.62) contrast(1.2);
  transition: opacity 180ms ease;
}

body.psyqo-os .os-crt-strobe.is-playing {
  opacity: 0.46 !important;
}

body.psyqo-os .os-crt-strobe.is-ended {
  opacity: 0 !important;
}

body.psyqo-os .os-aura-hero-grid {
  position: relative !important;
  z-index: 4 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr) !important;
  align-items: center !important;
  gap: clamp(28px, 5vw, 86px) !important;
  width: min(100% - 40px, 1480px) !important;
  min-height: 100dvh !important;
  margin-inline: auto !important;
  padding: clamp(86px, 12vh, 132px) 0 clamp(42px, 8vh, 78px) !important;
}

body.psyqo-os .os-aura-copy {
  position: relative !important;
  z-index: 7 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  max-width: 680px !important;
}

body.psyqo-os .os-aura-kicker {
  margin: 0 0 20px !important;
  color: rgba(216, 221, 255, 0.62) !important;
  font-family: var(--os-body) !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

body.psyqo-os.home-page .aeronet-hero .os-aura-copy > h1.os-hero-title {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  z-index: 7 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  width: auto !important;
  max-width: 760px !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  white-space: normal !important;
  transform: none !important;
  font-family: var(--os-display) !important;
  font-size: clamp(5.8rem, 12.6vw, 13.6rem) !important;
  font-weight: 700 !important;
  line-height: 0.78 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-transform: uppercase !important;
  color: var(--os-white) !important;
  -webkit-text-fill-color: var(--os-white) !important;
  pointer-events: auto !important;
  text-shadow: none !important;
}

body.psyqo-os.home-page .aeronet-hero .os-aura-copy .hero-title-line,
body.psyqo-os.home-page .aeronet-hero .os-aura-copy .hero-title-accent {
  display: block !important;
  font: inherit !important;
  line-height: inherit !important;
  letter-spacing: 0 !important;
  opacity: 1 !important;
}

body.psyqo-os.home-page .aeronet-hero .os-aura-copy .hero-title-accent {
  color: var(--os-peri) !important;
  -webkit-text-fill-color: var(--os-peri) !important;
}

body.psyqo-os .os-aura-subcopy {
  max-width: 560px !important;
  margin: 28px 0 0 !important;
  color: rgba(243, 246, 255, 0.68) !important;
  font-size: clamp(1.02rem, 1.35vw, 1.22rem) !important;
  line-height: 1.62 !important;
}

body.psyqo-os .os-aura-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin-top: 32px !important;
}

body.psyqo-os .btn-primary,
body.psyqo-os .os-nav-cta,
body.psyqo-os .drop-card a {
  background: var(--os-peri) !important;
  border-color: rgba(216, 221, 255, 0.72) !important;
  color: #05060b !important;
  box-shadow: 0 16px 42px rgba(155, 168, 255, 0.2) !important;
}

body.psyqo-os .btn-quiet {
  border-color: rgba(216, 221, 255, 0.26) !important;
  color: var(--os-white) !important;
  background: rgba(216, 221, 255, 0.04) !important;
}

body.psyqo-os .os-aura-object-bay {
  position: relative !important;
  min-height: min(72vh, 760px) !important;
  border: 1px solid rgba(216, 221, 255, 0.18) !important;
  background:
    linear-gradient(to right, rgba(216, 221, 255, 0.1) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(216, 221, 255, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 50% 52%, rgba(155, 168, 255, 0.16), transparent 26rem),
    rgba(5, 6, 11, 0.42) !important;
  background-size: 25% 100%, 100% 25%, auto, auto !important;
  overflow: hidden !important;
  box-shadow: 0 48px 120px rgba(0, 0, 0, 0.32) !important;
}

body.psyqo-os .os-aura-object-bay::before {
  content: "";
  position: absolute;
  inset: 12%;
  z-index: 0;
  border: 1px solid rgba(155, 168, 255, 0.16);
  background: radial-gradient(circle, rgba(155, 168, 255, 0.12), transparent 56%);
  opacity: calc(0.34 + (var(--aura-hero-glitch) * 0.34));
}

body.psyqo-os .os-aura-hero-canvas {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  filter:
    drop-shadow(0 0 26px rgba(155, 168, 255, 0.24))
    contrast(calc(1 + (var(--aura-hero-glitch) * 0.18)));
}

body.psyqo-os .os-aura-object-frame {
  position: absolute !important;
  inset: 18px !important;
  z-index: 4 !important;
  pointer-events: none !important;
}

body.psyqo-os .os-aura-object-frame span {
  position: absolute !important;
  width: 42px !important;
  height: 42px !important;
  border-color: rgba(216, 221, 255, 0.58) !important;
}

body.psyqo-os .os-aura-object-frame span:nth-child(1) {
  top: 0;
  left: 0;
  border-top: 1px solid;
  border-left: 1px solid;
}

body.psyqo-os .os-aura-object-frame span:nth-child(2) {
  top: 0;
  right: 0;
  border-top: 1px solid;
  border-right: 1px solid;
}

body.psyqo-os .os-aura-object-frame span:nth-child(3) {
  bottom: 0;
  left: 0;
  border-bottom: 1px solid;
  border-left: 1px solid;
}

body.psyqo-os .os-aura-object-frame span:nth-child(4) {
  right: 0;
  bottom: 0;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

body.psyqo-os .os-aura-object-meta {
  position: absolute !important;
  right: 22px !important;
  bottom: 20px !important;
  z-index: 5 !important;
  display: flex !important;
  gap: 14px !important;
  color: rgba(216, 221, 255, 0.66) !important;
  font-family: var(--os-mono) !important;
  font-size: 0.68rem !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

body.psyqo-os .os-aura-object-meta span {
  padding-top: 8px !important;
  border-top: 1px solid rgba(216, 221, 255, 0.28) !important;
}

body.psyqo-os .os-panel,
body.psyqo-os .os-drop-card,
body.psyqo-os .roster-detail,
body.psyqo-os .os-faq-list details {
  border-radius: 0 !important;
  border-color: rgba(216, 221, 255, 0.16) !important;
  background: rgba(8, 10, 18, 0.62) !important;
  box-shadow: none !important;
}

body.psyqo-os .os-section {
  background: transparent !important;
}

body.psyqo-os .os-section-stack h2,
body.psyqo-os .os-archive-copy h2,
body.psyqo-os .os-apply-panel h2,
body.psyqo-os .os-partner-panel h2,
body.psyqo-os .os-faq-layout h2 {
  max-width: 1040px !important;
  font-size: clamp(4rem, 10vw, 11.5rem) !important;
  line-height: 0.82 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

@media (max-width: 980px) {
  body.psyqo-os.home-page .hero.os-aura-hero,
  body.psyqo-os.home-page .hero.os-aura-hero:not(.psyqo-globe-hero) {
    min-height: auto !important;
  }

  body.psyqo-os.home-page .hero.os-aura-hero .os-aura-hero-stage {
    position: relative !important;
    height: auto !important;
    min-height: 100dvh !important;
  }

  body.psyqo-os .os-aura-hero-grid {
    grid-template-columns: 1fr !important;
    padding-top: 112px !important;
  }

  body.psyqo-os .os-landscape-ambient {
    inset: 36% -20% 0 0 !important;
    width: 120% !important;
  }

  body.psyqo-os .os-aura-object-bay {
    min-height: 52vh !important;
  }
}

@media (max-width: 640px) {
  body.psyqo-os .os-nav,
  body.psyqo-os .os-container,
  body.psyqo-os .footer-grid,
  body.psyqo-os .footer-bottom,
  body.psyqo-os .os-aura-hero-grid {
    width: min(100% - 28px, 1480px) !important;
  }

  body.psyqo-os.home-page .aeronet-hero .os-aura-copy > h1.os-hero-title {
    font-size: clamp(4.7rem, 22vw, 7.2rem) !important;
  }

  body.psyqo-os .os-aura-subcopy {
    font-size: 0.98rem !important;
  }

  body.psyqo-os .os-aura-actions {
    width: 100% !important;
  }

  body.psyqo-os .os-aura-actions .btn {
    flex: 1 1 auto !important;
    justify-content: center !important;
  }

  body.psyqo-os .os-aura-object-bay {
    min-height: 430px !important;
  }
}

/* Aura restraint pass: clean split hero, periwinkle chrome identity, real 3D object system. */
:root {
  --aura-hero-progress: 0;
  --aura-hero-glitch: 0;
}

body.psyqo-os {
  background:
    radial-gradient(circle at 78% 12%, rgba(155, 168, 255, 0.12), transparent 34rem),
    linear-gradient(180deg, #05060b 0%, #070914 42%, #05060b 100%) !important;
}

body.psyqo-os .psyqo-os-shell {
  width: min(100%, 1760px);
  margin-inline: auto;
  border-inline: 1px solid rgba(216, 221, 231, 0.1);
  background: rgba(5, 6, 11, 0.74);
}

body.psyqo-os .os-nav,
body.psyqo-os .os-container,
body.psyqo-os .footer-grid,
body.psyqo-os .footer-bottom {
  width: min(100% - 40px, 1480px) !important;
  max-width: 1480px !important;
}

body.psyqo-os .btn-primary,
body.psyqo-os .os-nav-cta,
body.psyqo-os .drop-card a {
  background: var(--os-peri) !important;
  border-color: rgba(216, 221, 255, 0.72) !important;
  color: #05060b !important;
  box-shadow: 0 16px 42px rgba(155, 168, 255, 0.22) !important;
}

body.psyqo-os .btn-quiet {
  border-color: rgba(216, 221, 255, 0.26) !important;
  color: var(--os-white) !important;
  background: rgba(216, 221, 255, 0.04) !important;
}

body.psyqo-os .os-panel,
body.psyqo-os .os-drop-card,
body.psyqo-os .roster-detail,
body.psyqo-os .os-faq-list details {
  border-radius: 0 !important;
  border-color: rgba(216, 221, 255, 0.16) !important;
  background: rgba(8, 10, 18, 0.62) !important;
  box-shadow: none !important;
}

body.psyqo-os .os-aura-hero,
body.psyqo-os.home-page .hero.os-aura-hero,
body.psyqo-os.home-page .hero.os-aura-hero:not(.psyqo-globe-hero) {
  position: relative !important;
  min-height: 420dvh !important;
  height: auto !important;
  padding: 0 !important;
  overflow: visible !important;
  background: #05060b !important;
  border-bottom: 1px solid rgba(216, 221, 255, 0.16) !important;
  isolation: isolate !important;
}

body.psyqo-os .os-aura-hero-stage,
body.psyqo-os.home-page .hero.os-aura-hero .os-aura-hero-stage,
body.psyqo-os.home-page .hero.os-aura-hero:not(.psyqo-globe-hero) .os-aura-hero-stage {
  position: sticky !important;
  top: 0 !important;
  min-height: 100dvh !important;
  height: 100dvh !important;
  overflow: hidden !important;
  background:
    linear-gradient(to right, rgba(216, 221, 255, 0.08) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(216, 221, 255, 0.07) 1px, transparent 1px),
    radial-gradient(circle at 76% 50%, rgba(155, 168, 255, 0.13), transparent 34rem),
    #05060b !important;
  background-size: 20vw 100%, 100% 25vh, auto, auto !important;
}

body.psyqo-os .os-aura-hero-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    radial-gradient(circle at 76% 48%, rgba(155, 168, 255, 0.16), transparent 22rem);
  background-size: 100% 4px, auto;
  mix-blend-mode: screen;
  opacity: 0.32;
}

body.psyqo-os.home-page .aeronet-hero .os-unicorn-ambient {
  display: none !important;
}

body.psyqo-os.home-page .aeronet-hero .psyqo-hero-webgl {
  display: none !important;
}

body.psyqo-os .os-landscape-ambient,
body.psyqo-os .os-glitch-ambient,
body.psyqo-os .os-crt-strobe {
  position: absolute !important;
  pointer-events: none !important;
  object-fit: cover !important;
}

body.psyqo-os .os-landscape-ambient {
  inset: 16% 0 0 38% !important;
  z-index: 0 !important;
  width: 66% !important;
  height: 78% !important;
  opacity: calc(0.17 + (var(--aura-hero-progress) * 0.08)) !important;
  mix-blend-mode: screen !important;
  filter: hue-rotate(22deg) saturate(0.72) contrast(1.18) brightness(0.92);
  mask-image: linear-gradient(90deg, transparent 0%, black 18%, black 86%, transparent 100%);
}

body.psyqo-os .os-glitch-ambient {
  inset: 0 !important;
  z-index: 1 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: calc(0.035 + (var(--aura-hero-glitch) * 0.42)) !important;
  mix-blend-mode: screen !important;
  filter: hue-rotate(28deg) saturate(0.45) contrast(1.26);
}

body.psyqo-os .os-aura-hero-grid {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: clamp(28px, 5vw, 86px);
  width: min(100% - 40px, 1480px);
  min-height: 100dvh;
  margin-inline: auto;
  padding: clamp(86px, 12vh, 132px) 0 clamp(42px, 8vh, 78px);
}

body.psyqo-os .os-aura-copy {
  position: relative;
  z-index: 7;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 680px;
}

body.psyqo-os .os-aura-kicker {
  margin: 0 0 20px;
  color: rgba(216, 221, 255, 0.62);
  font-family: var(--os-body);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.psyqo-os.home-page .aeronet-hero > .os-hero-sticky .os-aura-copy > h1.os-hero-title,
body.psyqo-os.home-page .aeronet-hero > .os-hero-sticky > h1.os-hero-title {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  z-index: 7 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  width: auto !important;
  max-width: 760px !important;
  margin: 0 !important;
  transform: none !important;
  font-family: var(--os-display) !important;
  font-size: clamp(5.8rem, 12.6vw, 13.6rem) !important;
  font-weight: 700 !important;
  line-height: 0.78 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  color: var(--os-white) !important;
  -webkit-text-fill-color: var(--os-white) !important;
  pointer-events: auto !important;
  text-shadow: none !important;
}

body.psyqo-os.home-page .aeronet-hero .os-aura-copy .hero-title-line,
body.psyqo-os.home-page .aeronet-hero .os-aura-copy .hero-title-accent {
  display: block !important;
}

body.psyqo-os.home-page .aeronet-hero .os-aura-copy .hero-title-accent {
  color: var(--os-peri) !important;
  -webkit-text-fill-color: var(--os-peri) !important;
}

body.psyqo-os .os-aura-subcopy {
  max-width: 560px;
  margin: 28px 0 0;
  color: rgba(243, 246, 255, 0.68);
  font-size: clamp(1.02rem, 1.35vw, 1.22rem);
  line-height: 1.62;
}

body.psyqo-os .os-aura-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

body.psyqo-os .os-aura-object-bay {
  position: relative;
  min-height: min(72vh, 760px);
  border: 1px solid rgba(216, 221, 255, 0.18);
  background:
    linear-gradient(to right, rgba(216, 221, 255, 0.1) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(216, 221, 255, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 50% 52%, rgba(155, 168, 255, 0.16), transparent 26rem),
    rgba(5, 6, 11, 0.42);
  background-size: 25% 100%, 100% 25%, auto, auto;
  overflow: hidden;
  box-shadow: 0 48px 120px rgba(0, 0, 0, 0.32);
}

body.psyqo-os .os-aura-object-bay::before {
  content: "";
  position: absolute;
  inset: 12%;
  z-index: 0;
  border: 1px solid rgba(155, 168, 255, 0.16);
  background: radial-gradient(circle, rgba(155, 168, 255, 0.12), transparent 56%);
  opacity: calc(0.34 + (var(--aura-hero-glitch) * 0.34));
}

body.psyqo-os .os-aura-hero-canvas {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  filter:
    drop-shadow(0 0 26px rgba(155, 168, 255, 0.24))
    contrast(calc(1 + (var(--aura-hero-glitch) * 0.18)));
}

body.psyqo-os .os-aura-object-frame {
  position: absolute;
  inset: 18px;
  z-index: 4;
  pointer-events: none;
}

body.psyqo-os .os-aura-object-frame span {
  position: absolute;
  width: 42px;
  height: 42px;
  border-color: rgba(216, 221, 255, 0.58);
}

body.psyqo-os .os-aura-object-frame span:nth-child(1) {
  top: 0;
  left: 0;
  border-top: 1px solid;
  border-left: 1px solid;
}

body.psyqo-os .os-aura-object-frame span:nth-child(2) {
  top: 0;
  right: 0;
  border-top: 1px solid;
  border-right: 1px solid;
}

body.psyqo-os .os-aura-object-frame span:nth-child(3) {
  bottom: 0;
  left: 0;
  border-bottom: 1px solid;
  border-left: 1px solid;
}

body.psyqo-os .os-aura-object-frame span:nth-child(4) {
  right: 0;
  bottom: 0;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

body.psyqo-os .os-aura-object-meta {
  position: absolute;
  right: 22px;
  bottom: 20px;
  z-index: 5;
  display: flex;
  gap: 14px;
  color: rgba(216, 221, 255, 0.66);
  font-family: var(--os-mono);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.psyqo-os .os-aura-object-meta span {
  padding-top: 8px;
  border-top: 1px solid rgba(216, 221, 255, 0.28);
}

body.psyqo-os .os-abyss {
  display: none !important;
}

body.psyqo-os .os-section {
  background: transparent !important;
}

body.psyqo-os .os-section-stack h2,
body.psyqo-os .os-archive-copy h2,
body.psyqo-os .os-apply-panel h2,
body.psyqo-os .os-partner-panel h2,
body.psyqo-os .os-faq-layout h2 {
  max-width: 1040px;
  font-size: clamp(4rem, 10vw, 11.5rem) !important;
  line-height: 0.82 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  body.psyqo-os .os-aura-hero,
  body.psyqo-os.home-page .hero.os-aura-hero {
    min-height: auto !important;
  }

  body.psyqo-os .os-aura-hero-stage {
    position: relative !important;
    height: auto !important;
    min-height: 100dvh !important;
  }

  body.psyqo-os .os-aura-hero-grid {
    grid-template-columns: 1fr;
    padding-top: 112px;
  }

  body.psyqo-os .os-landscape-ambient {
    inset: 36% -20% 0 0 !important;
    width: 120% !important;
  }

  body.psyqo-os .os-aura-object-bay {
    min-height: 52vh;
  }
}

@media (max-width: 640px) {
  body.psyqo-os .os-nav,
  body.psyqo-os .os-container,
  body.psyqo-os .footer-grid,
  body.psyqo-os .footer-bottom,
  body.psyqo-os .os-aura-hero-grid {
    width: min(100% - 28px, 1480px) !important;
  }

  body.psyqo-os.home-page .aeronet-hero .os-aura-copy > h1.os-hero-title {
    font-size: clamp(4.7rem, 22vw, 7.2rem) !important;
  }

  body.psyqo-os .os-aura-subcopy {
    font-size: 0.98rem;
  }

  body.psyqo-os .os-aura-actions {
    width: 100%;
  }

  body.psyqo-os .os-aura-actions .btn {
    flex: 1 1 auto;
    justify-content: center;
  }

  body.psyqo-os .os-aura-object-bay {
    min-height: 430px;
  }
}

/* Clean hero reset: Unicorn ambient + navbar-matched BE PSYQO only. */
body.psyqo-os.home-page .hero.aeronet-hero,
body.psyqo-os.home-page .hero.aeronet-hero:not(.psyqo-globe-hero) {
  min-height: 100dvh !important;
  height: 100dvh !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #05060b !important;
  border-bottom: 1px solid var(--os-line) !important;
}

body.psyqo-os.home-page .hero.aeronet-hero .psyqo-hero-sticky,
body.psyqo-os.home-page .hero.aeronet-hero:not(.psyqo-globe-hero) .psyqo-hero-sticky {
  position: relative !important;
  top: auto !important;
  min-height: 100dvh !important;
  height: 100dvh !important;
  overflow: hidden !important;
}

body.psyqo-os.home-page .aeronet-hero .psyqo-hero-webgl,
body.psyqo-os.home-page .aeronet-hero .hero-static-mark,
body.psyqo-os.home-page .aeronet-hero .os-hero-veil,
body.psyqo-os.home-page .aeronet-hero .os-signal-field,
body.psyqo-os.home-page .aeronet-hero .os-hero-type,
body.psyqo-os.home-page .aeronet-hero .psyqo-hero-container,
body.psyqo-os.home-page .aeronet-hero .os-hero-copy,
body.psyqo-os.home-page .aeronet-hero .os-hero-status {
  display: none !important;
}

body.psyqo-os.home-page .aeronet-hero .os-unicorn-ambient {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
  pointer-events: none;
  opacity: 1;
  filter: none;
}

body.psyqo-os.home-page .aeronet-hero .os-unicorn-ambient > * {
  width: 100% !important;
  height: 100% !important;
}

body.psyqo-os.home-page .aeronet-hero > .os-hero-sticky > h1.os-hero-title {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  z-index: 2 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(0.2em, 2vw, 0.38em) !important;
  width: 100vw !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: nowrap !important;
  transform: translate(-50%, -50%) !important;
  color: var(--os-white) !important;
  -webkit-text-fill-color: var(--os-white) !important;
  font-family: var(--os-display) !important;
  font-size: clamp(4rem, 13.8vw, 13.75rem) !important;
  font-weight: 400 !important;
  line-height: 0.86 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  pointer-events: none !important;
  text-shadow: none !important;
}

body.psyqo-os.home-page .aeronet-hero > .os-hero-sticky > h1.os-hero-title .hero-title-line,
body.psyqo-os.home-page .aeronet-hero > .os-hero-sticky > h1.os-hero-title .hero-title-accent {
  display: inline-block !important;
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
  font: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  opacity: 1 !important;
  text-shadow: inherit !important;
}

@media (max-width: 760px) {
  body.psyqo-os.home-page .aeronet-hero > .os-hero-sticky > h1.os-hero-title {
    width: 100vw !important;
    gap: 0.2em !important;
    font-size: clamp(2.7rem, 13vw, 4.75rem) !important;
  }
}

/* Hero background title + Unicorn ambient layer. */
body.psyqo-os.home-page .aeronet-hero .os-unicorn-ambient {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
  pointer-events: none;
  opacity: 0.52;
  filter: saturate(0.92) hue-rotate(18deg) contrast(1.08);
}

body.psyqo-os.home-page .aeronet-hero .os-unicorn-ambient > * {
  width: 100% !important;
  height: 100% !important;
}

body.psyqo-os.home-page .aeronet-hero .os-hero-veil {
  z-index: 1 !important;
  background:
    radial-gradient(circle at 50% 47%, rgba(5, 6, 11, 0.08), rgba(5, 6, 11, 0.48) 58%, #05060b 100%),
    linear-gradient(180deg, rgba(5, 6, 11, 0.16), rgba(5, 6, 11, 0.46) 58%, rgba(5, 6, 11, 0.92)) !important;
}

body.psyqo-os.home-page .aeronet-hero .os-hero-type {
  display: none !important;
}

body.psyqo-os.home-page .aeronet-hero > .os-hero-sticky > h1.os-hero-title {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  z-index: 4 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(0.18em, 2vw, 0.34em) !important;
  width: min(100vw, 1680px) !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: nowrap !important;
  transform: translate(-50%, -50%) !important;
  color: rgba(246, 248, 255, 0.94) !important;
  -webkit-text-fill-color: currentColor !important;
  font-family: var(--os-display) !important;
  font-size: clamp(4.8rem, 15.2vw, 15.5rem) !important;
  font-weight: 400 !important;
  line-height: 0.82 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  pointer-events: none !important;
  text-shadow:
    0 0 28px rgba(5, 6, 11, 0.84),
    0 0 58px rgba(155, 168, 255, 0.22) !important;
}

body.psyqo-os.home-page .aeronet-hero > .os-hero-sticky > h1.os-hero-title .hero-title-line,
body.psyqo-os.home-page .aeronet-hero > .os-hero-sticky > h1.os-hero-title .hero-title-accent {
  display: inline-block !important;
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
  font: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  opacity: 1 !important;
}

body.psyqo-os.home-page .aeronet-hero > .os-hero-sticky > h1.os-hero-title .hero-title-accent {
  color: var(--os-peri) !important;
  -webkit-text-fill-color: var(--os-peri) !important;
  text-shadow:
    0 0 24px rgba(155, 168, 255, 0.44),
    0 0 68px rgba(115, 215, 255, 0.18) !important;
}

body.psyqo-os.home-page .aeronet-hero .psyqo-hero-webgl,
body.psyqo-os.home-page .aeronet-hero .hero-static-mark {
  z-index: 5 !important;
}

body.psyqo-os.home-page .aeronet-hero .psyqo-hero-container {
  z-index: 7 !important;
}

@media (max-width: 760px) {
  body.psyqo-os.home-page .aeronet-hero > .os-hero-sticky > h1.os-hero-title {
    top: 30% !important;
    width: 104vw !important;
    gap: 0.18em !important;
    font-size: clamp(3rem, 14vw, 5.2rem) !important;
  }

  body.psyqo-os.home-page .aeronet-hero .os-unicorn-ambient {
    opacity: 0.42;
  }
}

/* PsyQo alien-planet pass: keep Y2K type for identity, use cleaner type for content. */
body.psyqo-os.home-page .aeronet-hero .psyqo-hero-copy {
  max-width: 470px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.psyqo-os.home-page .hero.aeronet-hero,
body.psyqo-os.home-page .hero.aeronet-hero:not(.psyqo-globe-hero) {
  min-height: 185dvh !important;
}

body.psyqo-os.home-page .hero.aeronet-hero .psyqo-hero-sticky,
body.psyqo-os.home-page .hero.aeronet-hero:not(.psyqo-globe-hero) .psyqo-hero-sticky {
  position: sticky !important;
  top: 0 !important;
  min-height: 100dvh !important;
  height: 100dvh !important;
}

body.psyqo-os .os-section-stack h2,
body.psyqo-os .os-archive-copy h2,
body.psyqo-os .os-apply-panel h2,
body.psyqo-os .os-partner-panel h2,
body.psyqo-os .os-faq-layout h2,
body.psyqo-os #roster h2 {
  font-family: var(--os-body) !important;
  font-size: clamp(2.35rem, 6.2vw, 4.35rem) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.025em !important;
  font-weight: 750 !important;
}

body.psyqo-os .brand-word,
body.psyqo-os .os-hero-type,
body.psyqo-os #roster .roster-description h3,
body.psyqo-os #roster .roster-lane,
body.psyqo-os #drops .drop-card h3 {
  font-family: var(--os-display) !important;
}

body.psyqo-os .os-panel,
body.psyqo-os #roster .roster-detail,
body.psyqo-os #drops .drop-card,
body.psyqo-os #faq.os-faq .os-faq-list details {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055), 0 18px 54px rgba(0, 0, 0, 0.18) !important;
}

body.psyqo-os .os-section {
  padding-block: clamp(78px, 11vw, 138px) !important;
}

@media (max-width: 760px) {
  body.psyqo-os.home-page .aeronet-hero .psyqo-hero-copy {
    max-width: 100% !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .psyqo-os *,
  .psyqo-os *::before,
  .psyqo-os *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

/* Final scoped overrides for legacy hero rules that used !important. */
body.psyqo-os.home-page .hero.aeronet-hero,
body.psyqo-os.home-page .hero.aeronet-hero:not(.psyqo-globe-hero),
body.psyqo-os.home-page .hero.aeronet-hero:not(.psyqo-globe-hero) .psyqo-hero-sticky {
  height: auto !important;
  background:
    radial-gradient(circle at 50% 46%, rgba(155, 168, 255, 0.16), transparent 35%),
    radial-gradient(ellipse at 50% 88%, rgba(116, 215, 255, 0.13), transparent 46%),
    linear-gradient(180deg, #03040a 0%, #05060b 45%, #020308 100%),
    #05060b !important;
  background-size: auto, auto, auto, auto !important;
  color: var(--os-white) !important;
}

body.psyqo-os.home-page .hero.aeronet-hero,
body.psyqo-os.home-page .hero.aeronet-hero:not(.psyqo-globe-hero) {
  min-height: 205dvh !important;
}

body.psyqo-os.home-page .hero.aeronet-hero .psyqo-hero-sticky,
body.psyqo-os.home-page .hero.aeronet-hero:not(.psyqo-globe-hero) .psyqo-hero-sticky {
  position: sticky !important;
  top: 0 !important;
  min-height: 100dvh !important;
  height: 100dvh !important;
}

body.psyqo-os.home-page .aeronet-hero .psyqo-hero-webgl {
  z-index: 5 !important;
  filter: none !important;
}

body.psyqo-os.home-page .aeronet-hero .psyqo-hero-veil {
  z-index: 1 !important;
  background:
    radial-gradient(circle at 50% 43%, rgba(5, 6, 11, 0), rgba(5, 6, 11, 0.44) 54%, #05060b 100%),
    linear-gradient(180deg, rgba(5, 6, 11, 0.2), rgba(5, 6, 11, 0.58) 62%, rgba(5, 6, 11, 0.94)) !important;
}

body.psyqo-os.home-page .aeronet-hero .hero-static-mark {
  top: 50% !important;
  right: auto !important;
  left: 50% !important;
  z-index: 5 !important;
  width: min(44vw, 520px) !important;
  background: linear-gradient(135deg, var(--os-white), var(--os-peri) 50%, var(--os-blue)) !important;
  filter: drop-shadow(0 0 52px rgba(155, 168, 255, 0.32)) !important;
  transform: translate(-50%, -50%) !important;
}

body.psyqo-os.home-page .aeronet-hero .psyqo-hero-container {
  position: relative !important;
  z-index: 7 !important;
  display: grid !important;
  width: min(100% - 40px, 1320px) !important;
  min-height: 100dvh !important;
  margin-inline: auto !important;
}

body.psyqo-os.home-page .aeronet-hero .psyqo-hero-copy {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  max-width: 520px !important;
  text-align: left !important;
}

body.psyqo-os.home-page .aeronet-hero .psyqo-hero-copy h1.hero-title-loop {
  position: absolute !important;
  display: block !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

body.psyqo-os.home-page .aeronet-hero .hero-title-line,
body.psyqo-os.home-page .aeronet-hero .hero-title-accent {
  font-size: inherit !important;
  color: inherit !important;
  opacity: 1 !important;
}

body.psyqo-os.home-page .aeronet-hero .psyqo-hero-eyebrow {
  color: var(--os-peri) !important;
  -webkit-text-fill-color: var(--os-peri) !important;
}

body.psyqo-os .btn-primary,
body.psyqo-os.home-page .btn-primary {
  border-color: rgba(155, 168, 255, 0.72) !important;
  color: #05060b !important;
  -webkit-text-fill-color: #05060b !important;
  background: linear-gradient(135deg, var(--os-white), var(--os-peri)) !important;
  box-shadow: 0 14px 50px rgba(155, 168, 255, 0.24) !important;
}

body.psyqo-os #psyqo-chat-bubble {
  border-color: rgba(155, 168, 255, 0.58) !important;
  color: #05060b !important;
  background: linear-gradient(135deg, var(--os-white), var(--os-peri)) !important;
  box-shadow: 0 18px 60px rgba(155, 168, 255, 0.28) !important;
}

html.psyqo-hero3d-unavailable body.psyqo-os.home-page .aeronet-hero .hero-static-mark,
body.psyqo-os.home-page .aeronet-hero .psyqo-hero-webgl.is-disabled + .hero-static-mark {
  opacity: 1 !important;
}

@media (max-width: 760px) {
  html.psyqo-hero3d-unavailable body.psyqo-os.home-page .aeronet-hero .hero-static-mark,
  body.psyqo-os.home-page .aeronet-hero .psyqo-hero-webgl.is-disabled + .hero-static-mark {
    top: 25% !important;
    width: min(68vw, 320px) !important;
  }

  body.psyqo-os.home-page .aeronet-hero .psyqo-hero-container {
    padding-top: 270px !important;
  }
}

body.psyqo-os .os-section,
body.psyqo-os #roster,
body.psyqo-os #drops,
body.psyqo-os #logs,
body.psyqo-os #apply {
  background:
    linear-gradient(90deg, rgba(216, 221, 231, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(216, 221, 231, 0.035) 1px, transparent 1px),
    rgba(5, 6, 11, 0.9) !important;
  background-size: 120px 120px !important;
  color: var(--os-white) !important;
  border-color: var(--os-line) !important;
}

body.psyqo-os .os-abyss {
  padding: clamp(16px, 2.2vw, 30px) clamp(14px, 2vw, 28px) clamp(52px, 8vw, 104px) !important;
  background: #02040c !important;
}

body.psyqo-os .os-abyss-frame {
  position: relative;
  min-height: min(920px, calc(100svh - 34px));
  max-width: 1640px;
  margin-inline: auto;
  border: 1px solid rgba(218, 225, 255, 0.18);
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 66% 66%, rgba(214, 222, 255, 0.2), transparent 16%),
    radial-gradient(circle at 68% 53%, rgba(123, 152, 255, 0.26), transparent 24%),
    radial-gradient(circle at 50% 18%, rgba(105, 150, 255, 0.14), transparent 40%),
    linear-gradient(180deg, #061225 0%, #02040c 72%);
}

body.psyqo-os .os-abyss-frame::before,
body.psyqo-os .os-abyss-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

body.psyqo-os .os-abyss-frame::before {
  background:
    radial-gradient(ellipse at 63% 69%, rgba(220, 228, 255, 0.46) 0%, rgba(164, 187, 255, 0.18) 18%, transparent 31%),
    radial-gradient(ellipse at 50% 53%, transparent 42%, rgba(0, 0, 0, 0.28) 72%, rgba(0, 0, 0, 0.8) 100%);
  mix-blend-mode: screen;
  opacity: 0.9;
}

body.psyqo-os .os-abyss-frame::after {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9), transparent 28%, transparent 72%, rgba(0, 0, 0, 0.82)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 24%, rgba(0, 0, 0, 0.52) 100%);
}

body.psyqo-os .os-abyss-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  background: #02040c;
}

body.psyqo-os .os-abyss-noise {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0.2;
  background-image:
    repeating-radial-gradient(circle at 22% 14%, rgba(255, 255, 255, 0.14) 0 1px, transparent 1px 4px),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 180px 180px, 100% 4px;
  mix-blend-mode: screen;
}

body.psyqo-os .os-abyss-copy {
  position: relative;
  z-index: 4;
  width: min(520px, 42vw);
  padding: clamp(86px, 16vh, 210px) 0 0 clamp(38px, 8vw, 142px);
  color: #f5f7ff;
}

body.psyqo-os .os-abyss-copy h2 {
  max-width: 10ch;
  margin: 0 0 clamp(48px, 8vh, 100px);
  color: #f7f8ff;
  font-family: var(--os-body);
  font-size: clamp(3.2rem, 6.6vw, 7.6rem);
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.psyqo-os .os-abyss-copy p {
  max-width: 43ch;
  margin: 0;
  color: rgba(231, 236, 255, 0.76);
  font-size: clamp(1rem, 1.3vw, 1.24rem);
  font-weight: 650;
  line-height: 1.52;
}

body.psyqo-os .os-abyss-status {
  position: absolute;
  left: clamp(24px, 5vw, 88px);
  bottom: clamp(26px, 6vw, 78px);
  z-index: 4;
  display: grid;
  gap: 6px;
  color: rgba(230, 235, 255, 0.9);
  font-family: var(--os-mono);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.psyqo-os .os-abyss-status span::before {
  content: "// ";
  color: #9ba8ff;
}

@media (max-width: 840px) {
  body.psyqo-os .os-abyss {
    padding: 8px 8px 44px !important;
  }

  body.psyqo-os .os-abyss-frame {
    min-height: 860px;
  }

  body.psyqo-os .os-abyss-copy {
    width: auto;
    padding: 72px 24px 0;
  }

  body.psyqo-os .os-abyss-copy h2 {
    max-width: 100%;
    margin-bottom: 380px;
    font-size: clamp(2.75rem, 12vw, 4.2rem);
  }

  body.psyqo-os .os-abyss-copy p {
    max-width: 31ch;
    font-size: 0.98rem;
  }

  body.psyqo-os .os-abyss-status {
    left: 24px;
    right: 24px;
    bottom: 26px;
    font-size: 0.68rem;
  }
}

body.psyqo-os #roster .roster-split {
  min-height: 0 !important;
  gap: 16px !important;
}

body.psyqo-os #roster .roster-lane {
  min-height: 52px !important;
  border: 1px solid var(--os-line) !important;
  border-radius: var(--os-radius) !important;
  color: var(--os-muted) !important;
  -webkit-text-fill-color: var(--os-muted) !important;
  background: rgba(216, 221, 231, 0.045) !important;
  font-size: 14px !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

body.psyqo-os #roster .roster-lane.active {
  color: #05060b !important;
  -webkit-text-fill-color: #05060b !important;
  background: linear-gradient(135deg, var(--os-white), var(--os-peri)) !important;
}

body.psyqo-os #roster .roster-detail {
  min-height: 420px !important;
  border-color: var(--os-line) !important;
  color: var(--os-white) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.065), transparent 36%),
    var(--os-panel) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 24px 80px rgba(0, 0, 0, 0.22) !important;
}

body.psyqo-os #roster .roster-detail::before {
  border-color: rgba(155, 168, 255, 0.2) !important;
  background:
    radial-gradient(circle at 0% 50%, rgba(155, 168, 255, 0.14), transparent 34%),
    linear-gradient(90deg, rgba(115, 215, 255, 0.07), rgba(255, 255, 255, 0.025)) !important;
}

body.psyqo-os #roster .roster-description h3 {
  color: var(--os-white) !important;
  -webkit-text-fill-color: var(--os-white) !important;
}

body.psyqo-os #roster .roster-description p,
body.psyqo-os #roster .roster-name {
  color: var(--os-muted) !important;
  -webkit-text-fill-color: var(--os-muted) !important;
}

body.psyqo-os #roster .roster-name {
  border-color: rgba(216, 221, 231, 0.14) !important;
  background: rgba(216, 221, 231, 0.055) !important;
}

body.psyqo-os #roster .roster-name::before {
  display: none !important;
}

body.psyqo-os #drops .shop-carousel {
  display: block !important;
  grid-template-columns: none !important;
  gap: 0 !important;
  margin-top: 0 !important;
}

body.psyqo-os #drops .drop-track {
  display: grid !important;
  grid-auto-flow: column !important;
  grid-auto-columns: minmax(260px, 330px) !important;
  gap: 14px !important;
  overflow-x: auto !important;
  scroll-snap-type: x mandatory !important;
  padding: 2px 52px 10px !important;
}

body.psyqo-os #drops .drop-card {
  width: auto !important;
  min-width: 0 !important;
  min-height: 100% !important;
  border-color: var(--os-line) !important;
  border-radius: var(--os-radius) !important;
  color: var(--os-white) !important;
  background: var(--os-panel) !important;
  padding: 12px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 24px 80px rgba(0, 0, 0, 0.22) !important;
}

body.psyqo-os #drops .drop-card.featured {
  border-color: rgba(155, 168, 255, 0.34) !important;
  background:
    linear-gradient(135deg, rgba(155, 168, 255, 0.18), rgba(115, 215, 255, 0.06)),
    var(--os-panel-strong) !important;
}

body.psyqo-os #drops .drop-card.featured > span {
  position: static !important;
  display: inline-flex !important;
  margin-bottom: 8px !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--os-blue) !important;
  -webkit-text-fill-color: var(--os-blue) !important;
  padding: 0 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body.psyqo-os #drops .drop-media {
  border-color: rgba(216, 221, 231, 0.12) !important;
  background:
    radial-gradient(circle at 50% 28%, rgba(155, 168, 255, 0.22), transparent 52%),
    rgba(216, 221, 231, 0.04) !important;
}

body.psyqo-os #drops .drop-card h3 {
  margin: 14px 0 6px !important;
  color: var(--os-white) !important;
  -webkit-text-fill-color: var(--os-white) !important;
  font-size: 24px !important;
  line-height: 1.04 !important;
}

body.psyqo-os #drops .drop-card p {
  min-height: 0 !important;
  color: var(--os-muted) !important;
  -webkit-text-fill-color: var(--os-muted) !important;
}

body.psyqo-os #drops .drop-price {
  margin-top: 14px !important;
  color: var(--os-blue) !important;
  -webkit-text-fill-color: var(--os-blue) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

body.psyqo-os #drops .drop-card a {
  display: inline-flex !important;
  justify-content: flex-start !important;
  min-height: auto !important;
  margin-top: 12px !important;
  border: 0 !important;
  color: var(--os-white) !important;
  -webkit-text-fill-color: var(--os-white) !important;
  background: transparent !important;
}

body.psyqo-os .os-footer,
body.psyqo-os .footer {
  background: #05060b !important;
  color: var(--os-muted) !important;
  border-top: 1px solid var(--os-line) !important;
}

body.psyqo-os .footer-grid,
body.psyqo-os .footer-bottom {
  color: var(--os-muted) !important;
}

body.psyqo-os .os-section-stack h2,
body.psyqo-os .os-archive-copy h2,
body.psyqo-os .os-apply-panel h2 {
  color: var(--os-white) !important;
  -webkit-text-fill-color: var(--os-white) !important;
}

body.psyqo-os .os-section-stack p,
body.psyqo-os .os-archive-copy p,
body.psyqo-os .os-apply-panel p {
  color: var(--os-muted) !important;
  -webkit-text-fill-color: var(--os-muted) !important;
}

body.psyqo-os .footer {
  display: block !important;
  padding: 54px 0 26px !important;
}

body.psyqo-os .footer-grid {
  display: grid !important;
  grid-template-columns: minmax(220px, 1fr) auto auto !important;
  gap: clamp(28px, 6vw, 96px) !important;
  align-items: start !important;
}

body.psyqo-os .footer-brand {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

body.psyqo-os .footer-brand strong,
body.psyqo-os .footer-col-label {
  color: var(--os-white) !important;
  -webkit-text-fill-color: var(--os-white) !important;
}

body.psyqo-os .footer-brand span,
body.psyqo-os .footer-col a,
body.psyqo-os .footer-bottom span {
  color: var(--os-muted) !important;
  -webkit-text-fill-color: var(--os-muted) !important;
}

body.psyqo-os .footer-col {
  display: grid !important;
  gap: 9px !important;
}

body.psyqo-os .footer-social {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}

body.psyqo-os .footer-bottom {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 16px !important;
  margin-top: 42px !important;
  padding-top: 18px !important;
  border-top: 1px solid var(--os-line) !important;
}

@media (max-width: 760px) {
  body.psyqo-os .footer-grid,
  body.psyqo-os .footer-bottom {
    grid-template-columns: 1fr !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}

body.psyqo-os .brand-word,
body.psyqo-os .os-hero-type,
body.psyqo-os .os-section-stack h2,
body.psyqo-os .os-archive-copy h2,
body.psyqo-os .os-apply-panel h2,
body.psyqo-os .os-partner-panel h2,
body.psyqo-os .os-faq-layout h2,
body.psyqo-os .os-lane-card h3,
body.psyqo-os .os-join-steps h3,
body.psyqo-os #drops .drop-card h3,
body.psyqo-os .roster-description h3,
body.psyqo-os .os-portal-panel h3 {
  font-family: var(--os-display) !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

body.psyqo-os .nav-links a,
body.psyqo-os .os-mobile-panel a,
body.psyqo-os .btn,
body.psyqo-os .os-kicker,
body.psyqo-os .os-panel-top,
body.psyqo-os .os-portal-tabs button,
body.psyqo-os .os-stat-tile span,
body.psyqo-os .os-lane-card span,
body.psyqo-os .os-join-steps span,
body.psyqo-os .footer-col-label,
body.psyqo-os .drop-price {
  font-family: var(--os-display) !important;
  letter-spacing: 0 !important;
}

body.psyqo-os .os-section-stack h2,
body.psyqo-os .os-archive-copy h2,
body.psyqo-os .os-apply-panel h2,
body.psyqo-os .os-partner-panel h2,
body.psyqo-os .os-faq-layout h2 {
  font-size: 4.75rem !important;
  line-height: 0.94 !important;
}

body.psyqo-os .os-kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  border: 1px solid rgba(216, 221, 231, 0.18);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(155, 168, 255, 0.12), rgba(115, 215, 255, 0.04)),
    rgba(5, 6, 11, 0.58);
  color: var(--os-blue);
  padding: 8px 11px;
  font-size: 11px;
  text-transform: uppercase;
}

body.psyqo-os .os-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border: 1px solid currentColor;
  background: var(--os-peri);
  box-shadow: 0 0 16px rgba(155, 168, 255, 0.65);
}

body.psyqo-os .os-origin::before,
body.psyqo-os .os-lanes::before,
body.psyqo-os .os-community::before,
body.psyqo-os .os-faq::before {
  content: "";
  position: absolute;
  inset: 28px 28px auto auto;
  width: 118px;
  height: 64px;
  pointer-events: none;
  opacity: 0.28;
  background:
    linear-gradient(90deg, transparent 10px, rgba(115, 215, 255, 0.62) 10px 12px, transparent 12px 24px),
    linear-gradient(rgba(155, 168, 255, 0.52) 2px, transparent 2px);
  background-size: 24px 100%, 100% 10px;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 78% 70%, 78% 100%, 0 100%);
}

.os-origin-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.os-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.os-stat-tile {
  min-height: 210px;
  padding: 18px;
  display: grid;
  align-content: space-between;
}

.os-stat-tile span,
.os-lane-card span,
.os-join-steps span {
  color: var(--os-blue);
  font-size: 11px;
  text-transform: uppercase;
}

.os-stat-tile strong {
  color: var(--os-white);
  font-family: var(--os-display);
  font-size: 3.6rem;
  line-height: 0.86;
  letter-spacing: 0;
}

.os-stat-tile p,
.os-lane-card p,
.os-join-steps p,
.os-partner-panel p,
.os-faq-list p {
  margin: 0;
  color: var(--os-muted);
  line-height: 1.55;
}

.os-lane-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.os-lane-card {
  min-height: 330px;
  padding: 18px;
  display: grid;
  align-content: space-between;
  background:
    linear-gradient(180deg, rgba(155, 168, 255, 0.12), transparent 44%),
    var(--os-panel);
}

.os-lane-card h3,
.os-join-steps h3 {
  margin: 22px 0 12px;
  color: var(--os-white);
  font-size: 2.25rem;
  line-height: 0.95;
}

.os-lane-card::before {
  opacity: 1;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 34%),
    repeating-linear-gradient(90deg, rgba(115, 215, 255, 0.1) 0 1px, transparent 1px 16px);
}

.os-lessons-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(260px, 0.74fr);
  gap: 28px;
  padding: clamp(22px, 4vw, 42px);
  align-items: center;
}

.os-archive-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.os-lesson-meter {
  min-height: 360px;
  border: 1px solid rgba(216, 221, 231, 0.13);
  border-radius: var(--os-radius);
  background:
    radial-gradient(circle at 52% 28%, rgba(155, 168, 255, 0.24), transparent 44%),
    linear-gradient(180deg, rgba(216, 221, 231, 0.08), rgba(216, 221, 231, 0.025));
  padding: 18px;
  display: grid;
  align-content: end;
  gap: 18px;
}

.os-meter-number {
  display: flex;
  align-items: end;
  gap: 10px;
  color: var(--os-white);
  font-family: var(--os-display);
}

.os-meter-number strong {
  font-size: 8rem;
  line-height: 0.72;
  letter-spacing: 0;
}

.os-meter-number span {
  color: var(--os-muted);
  font-size: 2.3rem;
  line-height: 0.9;
}

.os-meter-bar {
  height: 12px;
  border: 1px solid rgba(216, 221, 231, 0.22);
  border-radius: 999px;
  background: rgba(5, 6, 11, 0.7);
  padding: 2px;
}

.os-meter-bar span {
  display: block;
  width: 98%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--os-peri), var(--os-blue), var(--os-white));
  box-shadow: 0 0 22px rgba(115, 215, 255, 0.45);
}

.os-lesson-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 7px;
}

.os-lesson-grid span {
  aspect-ratio: 1;
  border: 1px solid rgba(216, 221, 231, 0.18);
  background: rgba(216, 221, 231, 0.08);
}

.os-lesson-grid span:nth-last-child(-n + 2) {
  background: rgba(5, 6, 11, 0.78);
}

.os-community-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.os-join-steps {
  display: grid;
  gap: 12px;
}

.os-join-steps article {
  padding: 18px;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  column-gap: 18px;
  align-items: start;
}

.os-join-steps span {
  grid-column: 1;
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(115, 215, 255, 0.36);
  background: rgba(115, 215, 255, 0.09);
}

.os-join-steps h3,
.os-join-steps p {
  grid-column: 2;
}

.os-join-steps h3 {
  margin-top: 0;
}

.os-partner-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(260px, 0.66fr);
  gap: 24px;
  padding: clamp(22px, 4vw, 42px);
}

.os-partner-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.os-partner-metrics span {
  border: 1px solid rgba(216, 221, 231, 0.12);
  border-radius: var(--os-radius);
  background: rgba(5, 6, 11, 0.42);
  color: var(--os-muted);
  padding: 14px;
  line-height: 1.25;
}

.os-partner-metrics strong {
  display: block;
  margin-bottom: 8px;
  color: var(--os-white);
  font-family: var(--os-display);
  font-size: 2.4rem;
  line-height: 0.9;
}

.os-faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.6fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.os-faq-list {
  display: grid;
  gap: 10px;
}

.os-faq-list details {
  border: 1px solid var(--os-line);
  border-radius: var(--os-radius);
  background: rgba(5, 6, 11, 0.45);
  padding: 16px 18px;
}

.os-faq-list summary {
  color: var(--os-white);
  cursor: pointer;
  font-weight: 800;
}

.os-faq-list p {
  margin-top: 12px;
}

body.psyqo-os #faq.os-faq {
  background:
    linear-gradient(90deg, rgba(216, 221, 231, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(216, 221, 231, 0.035) 1px, transparent 1px),
    #05060b !important;
  background-size: 120px 120px !important;
  color: var(--os-white) !important;
}

body.psyqo-os #faq.os-faq::after {
  display: none !important;
}

body.psyqo-os #faq.os-faq h2,
body.psyqo-os #faq.os-faq summary {
  color: var(--os-white) !important;
  -webkit-text-fill-color: var(--os-white) !important;
}

body.psyqo-os #faq.os-faq p {
  color: var(--os-muted) !important;
  -webkit-text-fill-color: var(--os-muted) !important;
}

body.psyqo-os #faq.os-faq .os-faq-list details {
  border: 1px solid var(--os-line) !important;
  border-radius: var(--os-radius) !important;
  background: rgba(5, 6, 11, 0.45) !important;
  box-shadow: none !important;
}

@media (max-width: 1080px) {
  .os-origin-grid,
  .os-lessons-panel,
  .os-community-grid,
  .os-partner-panel,
  .os-faq-layout {
    grid-template-columns: 1fr;
  }

  .os-lane-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.psyqo-os .os-section-stack h2,
  body.psyqo-os .os-archive-copy h2,
  body.psyqo-os .os-apply-panel h2,
  body.psyqo-os .os-partner-panel h2,
  body.psyqo-os .os-faq-layout h2 {
    font-size: 3.7rem !important;
  }
}

@media (max-width: 640px) {
  .os-stat-grid,
  .os-lane-grid,
  .os-partner-metrics {
    grid-template-columns: 1fr;
  }

  .os-stat-tile,
  .os-lane-card {
    min-height: 220px;
  }

  .os-join-steps article {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .os-join-steps span,
  .os-join-steps h3,
  .os-join-steps p {
    grid-column: 1;
    grid-row: auto;
  }

  .os-meter-number strong {
    font-size: 5.9rem;
  }

  body.psyqo-os .os-section-stack h2,
  body.psyqo-os .os-archive-copy h2,
  body.psyqo-os .os-apply-panel h2,
  body.psyqo-os .os-partner-panel h2,
  body.psyqo-os .os-faq-layout h2 {
    font-size: 2.8rem !important;
  }
}

/* EOF hero wipe: Unicorn Studio + navbar-style BE PSYQO only. */
body.psyqo-os.home-page .hero.aeronet-hero,
body.psyqo-os.home-page .hero.aeronet-hero:not(.psyqo-globe-hero) {
  min-height: 100dvh !important;
  height: 100dvh !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #05060b !important;
  border-bottom: 1px solid var(--os-line) !important;
}

body.psyqo-os.home-page .hero.aeronet-hero .psyqo-hero-sticky,
body.psyqo-os.home-page .hero.aeronet-hero:not(.psyqo-globe-hero) .psyqo-hero-sticky {
  position: relative !important;
  top: auto !important;
  min-height: 100dvh !important;
  height: 100dvh !important;
  overflow: hidden !important;
}

body.psyqo-os.home-page .aeronet-hero .psyqo-hero-webgl,
body.psyqo-os.home-page .aeronet-hero .hero-static-mark,
body.psyqo-os.home-page .aeronet-hero .os-hero-veil,
body.psyqo-os.home-page .aeronet-hero .os-signal-field,
body.psyqo-os.home-page .aeronet-hero .os-hero-type,
body.psyqo-os.home-page .aeronet-hero .psyqo-hero-container,
body.psyqo-os.home-page .aeronet-hero .os-hero-copy,
body.psyqo-os.home-page .aeronet-hero .os-hero-status {
  display: none !important;
}

body.psyqo-os.home-page .aeronet-hero .os-unicorn-ambient {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
  pointer-events: none !important;
  opacity: 1 !important;
  filter: none !important;
}

body.psyqo-os.home-page .aeronet-hero .os-unicorn-ambient > * {
  width: 100% !important;
  height: 100% !important;
}

body.psyqo-os.home-page .aeronet-hero > .os-hero-sticky > h1.os-hero-title {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  z-index: 2 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(0.2em, 2vw, 0.38em) !important;
  width: 100vw !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: nowrap !important;
  transform: translate(-50%, -50%) !important;
  color: var(--os-white) !important;
  -webkit-text-fill-color: var(--os-white) !important;
  font-family: var(--os-display) !important;
  font-size: clamp(4rem, 13.8vw, 13.75rem) !important;
  font-weight: 400 !important;
  line-height: 0.86 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  pointer-events: none !important;
  text-shadow: none !important;
}

body.psyqo-os.home-page .aeronet-hero > .os-hero-sticky > h1.os-hero-title .hero-title-line,
body.psyqo-os.home-page .aeronet-hero > .os-hero-sticky > h1.os-hero-title .hero-title-accent {
  display: inline-block !important;
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
  font: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  opacity: 1 !important;
  text-shadow: inherit !important;
}

@media (max-width: 760px) {
  body.psyqo-os.home-page .aeronet-hero > .os-hero-sticky > h1.os-hero-title {
    width: 100vw !important;
    gap: 0.2em !important;
    font-size: clamp(2.7rem, 13vw, 4.75rem) !important;
  }
}

/* True EOF override: active clean Aura hero. */
body.psyqo-os.home-page .hero.os-aura-hero,
body.psyqo-os.home-page .hero.os-aura-hero:not(.psyqo-globe-hero) {
  min-height: 420dvh !important;
  height: auto !important;
  overflow: visible !important;
  padding: 0 !important;
  background: #05060b !important;
}

body.psyqo-os.home-page .hero.os-aura-hero .os-aura-hero-stage,
body.psyqo-os.home-page .hero.os-aura-hero:not(.psyqo-globe-hero) .os-aura-hero-stage {
  position: sticky !important;
  top: 0 !important;
  min-height: 100dvh !important;
  height: 100dvh !important;
  overflow: hidden !important;
}

body.psyqo-os.home-page .aeronet-hero .os-unicorn-ambient,
body.psyqo-os .os-abyss {
  display: none !important;
}

body.psyqo-os .os-aura-hero-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr) !important;
  width: min(100% - 40px, 1480px) !important;
}

body.psyqo-os.home-page .aeronet-hero .os-aura-copy > h1.os-hero-title {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  width: auto !important;
  max-width: min(760px, 100%) !important;
  transform: none !important;
  white-space: normal !important;
  font-family: var(--os-display) !important;
  font-size: clamp(5.8rem, 12.6vw, 13.6rem) !important;
  font-weight: 700 !important;
  line-height: 0.78 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  color: var(--os-white) !important;
  -webkit-text-fill-color: var(--os-white) !important;
}

body.psyqo-os.home-page .aeronet-hero .os-aura-copy .hero-title-line,
body.psyqo-os.home-page .aeronet-hero .os-aura-copy .hero-title-accent {
  display: block !important;
  font: inherit !important;
  letter-spacing: 0 !important;
  line-height: inherit !important;
}

body.psyqo-os.home-page .aeronet-hero .os-aura-copy .hero-title-accent {
  color: var(--os-peri) !important;
  -webkit-text-fill-color: var(--os-peri) !important;
}

@media (max-width: 980px) {
  body.psyqo-os.home-page .hero.os-aura-hero,
  body.psyqo-os.home-page .hero.os-aura-hero:not(.psyqo-globe-hero) {
    min-height: auto !important;
  }

  body.psyqo-os.home-page .hero.os-aura-hero .os-aura-hero-stage,
  body.psyqo-os.home-page .hero.os-aura-hero:not(.psyqo-globe-hero) .os-aura-hero-stage {
    position: relative !important;
    height: auto !important;
    min-height: 100dvh !important;
  }

  body.psyqo-os .os-aura-hero-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (max-width: 640px) {
  body.psyqo-os .os-aura-hero-grid {
    width: min(100% - 30px, 1480px) !important;
    overflow: hidden !important;
  }

  body.psyqo-os .os-aura-copy {
    max-width: 100% !important;
  }

  body.psyqo-os.home-page .aeronet-hero .os-aura-copy > h1.os-hero-title {
    max-width: 100% !important;
    width: 100% !important;
    font-size: clamp(3.35rem, 16.6vw, 4.7rem) !important;
  }

  body.psyqo-os.home-page .aeronet-hero > .os-hero-sticky .os-aura-copy > h1.os-hero-title {
    width: 100% !important;
    max-width: 100% !important;
    font-size: clamp(3.35rem, 16.6vw, 4.7rem) !important;
  }

  body.psyqo-os .os-aura-object-bay {
    max-width: 100% !important;
  }
}

/* Last-mile roster/object polish. Keep below legacy hero overrides. */
body.psyqo-os .os-lane-card {
  position: relative;
  cursor: pointer;
  outline: none;
}

body.psyqo-os .os-lane-card:focus-visible {
  border-color: rgba(216, 221, 255, 0.62) !important;
  box-shadow: 0 0 0 3px rgba(155, 168, 255, 0.18) !important;
}

body.psyqo-os .os-lane-card::after {
  content: "+";
  position: absolute;
  top: 18px;
  right: 18px;
  color: rgba(216, 221, 255, 0.72);
  font-family: var(--os-mono);
}

body.psyqo-os .os-lane-card.is-open::after {
  content: "-";
}

body.psyqo-os .os-lane-roster {
  display: grid;
  grid-template-rows: 0fr;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  transition: grid-template-rows 320ms ease, opacity 220ms ease, margin-top 220ms ease;
}

body.psyqo-os .os-lane-roster > * {
  min-height: 0;
}

body.psyqo-os .os-lane-card.is-open .os-lane-roster {
  grid-template-rows: 1fr;
  margin-top: 22px;
  opacity: 1;
}

body.psyqo-os .os-lane-roster strong {
  display: block;
  margin-bottom: 10px;
  color: rgba(216, 221, 255, 0.68);
  font-family: var(--os-mono);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.psyqo-os .os-lane-roster ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.psyqo-os .os-lane-roster li {
  min-width: 0;
  border-top: 1px solid rgba(216, 221, 255, 0.16);
  padding-top: 8px;
  color: var(--os-white);
  font-family: var(--os-body);
  font-size: 0.9rem;
  line-height: 1.25;
}

body.psyqo-os .os-aura-object-bay {
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.psyqo-os .os-aura-object-bay::before,
body.psyqo-os .os-aura-object-frame {
  display: none !important;
}

body.psyqo-os .os-aura-object-meta {
  right: 0 !important;
  bottom: 0 !important;
  opacity: 0.72;
}

@media (max-width: 640px) {
  body.psyqo-os .os-lane-roster ul {
    grid-template-columns: 1fr;
  }
}

/* Hero transition polish: full-screen glitch wipe, larger object field, no left wash. */
body.psyqo-os.home-page .hero.os-aura-hero .os-aura-hero-stage,
body.psyqo-os.home-page .hero.os-aura-hero:not(.psyqo-globe-hero) .os-aura-hero-stage {
  background:
    linear-gradient(to right, rgba(216, 221, 255, 0.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(216, 221, 255, 0.045) 1px, transparent 1px),
    #05060b !important;
  background-size: 20vw 100%, 100% 25vh, auto !important;
}

body.psyqo-os .os-aura-hero-stage::after {
  opacity: 0.18 !important;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px) !important;
  background-size: 100% 4px !important;
}

body.psyqo-os .os-landscape-ambient {
  inset: 0 !important;
  z-index: 0 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: calc(0.18 + (var(--aura-hero-progress) * 0.08)) !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

body.psyqo-os .os-glitch-ambient {
  position: fixed !important;
  inset: 0 !important;
  z-index: 999 !important;
  width: 100vw !important;
  height: 100dvh !important;
  opacity: calc(var(--aura-hero-glitch) * 0.92) !important;
  mix-blend-mode: screen !important;
  pointer-events: none !important;
}

body.psyqo-os .os-crt-strobe {
  z-index: 1000 !important;
}

body.psyqo-os .os-aura-object-bay {
  overflow: visible !important;
  min-height: min(78vh, 800px) !important;
}

body.psyqo-os .os-aura-hero-canvas {
  inset: -8% -10% !important;
  width: 120% !important;
  height: 116% !important;
  max-width: none !important;
}

body.psyqo-os .os-aura-object-meta {
  right: 6px !important;
  bottom: 2px !important;
}
