:root {
  --scope-bg: #070a0b;
  --scope-panel: #0d1213;
  --scope-panel-2: #121719;
  --scope-line: rgba(197, 221, 218, 0.18);
  --scope-text: #f2f5f2;
  --scope-muted: #a6b2b0;
  --scope-aqua: #35d9ca;
  --scope-coral: #ff6872;
  --scope-amber: #f3b44f;
  --scope-blue: #74baff;
  --scope-shell: min(1440px, calc(100vw - 48px));
}

.scope-site {
  background: var(--scope-bg);
  color: var(--scope-text);
}

.scope-site .hub-nav {
  background: rgba(7, 10, 11, 0.96);
}

.scope-site .hub-nav-link.is-current {
  color: var(--scope-aqua);
}

.scope-shell {
  width: var(--scope-shell);
  margin: 0 auto;
}

.scope-eyebrow {
  margin: 0;
  color: var(--scope-aqua);
  font: 600 0.72rem/1.3 "JetBrains Mono", monospace;
  letter-spacing: 0;
  text-transform: uppercase;
}

.scope-hero {
  position: relative;
  min-height: min(800px, calc(100svh - 150px));
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid var(--scope-line);
  background: #060809;
}

.scope-hero__image,
.scope-hero__veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.scope-hero__image {
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(0.9) contrast(1.08) brightness(0.72);
}

.scope-hero__veil {
  background: rgba(2, 5, 6, 0.48);
}

.scope-hero__content {
  position: relative;
  z-index: 1;
  padding: clamp(120px, 20vh, 220px) 0 150px;
}

.scope-hero h1 {
  max-width: 1000px;
  margin: 18px 0 20px;
  font-size: 8.5rem;
  line-height: 0.82;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 3px 34px rgba(0, 0, 0, 0.78);
}

.scope-hero h1 span {
  color: var(--scope-aqua);
}

.scope-hero__lead {
  max-width: 760px;
  margin: 0;
  color: #f1f5f2;
  font-size: 1.4rem;
  line-height: 1.42;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.88);
}

.scope-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.scope-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--scope-aqua);
  border-radius: 4px;
  background: var(--scope-aqua);
  color: #06100f;
  font: 700 0.78rem/1 "JetBrains Mono", monospace;
  text-transform: uppercase;
  text-decoration: none;
}

.scope-button--quiet {
  background: rgba(4, 9, 10, 0.72);
  color: var(--scope-text);
  border-color: rgba(255, 255, 255, 0.42);
}

.scope-hero__facts {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(5, 8, 9, 0.9);
}

.scope-hero__facts div {
  min-height: 88px;
  padding: 18px clamp(16px, 3vw, 46px);
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.scope-hero__facts div:last-child {
  border-right: 0;
}

.scope-hero__facts strong,
.scope-hero__facts span {
  display: block;
}

.scope-hero__facts strong {
  color: var(--scope-text);
  font: 700 1.2rem/1.15 "JetBrains Mono", monospace;
}

.scope-hero__facts span {
  margin-top: 8px;
  color: var(--scope-muted);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.scope-overview,
.scope-workspaces,
.scope-viewer,
.scope-engineering,
.scope-status {
  border-bottom: 1px solid var(--scope-line);
}

.scope-overview,
.scope-workspaces,
.scope-viewer,
.scope-engineering {
  padding: clamp(76px, 9vw, 132px) 0;
}

.scope-section-head {
  max-width: 920px;
}

.scope-section-head--split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 7vw;
  align-items: end;
}

.scope-section-head h2,
.scope-file-strip h2,
.scope-status h2 {
  margin: 14px 0 22px;
  font-size: 4.7rem;
  line-height: 0.96;
  letter-spacing: 0;
}

.scope-section-head > p:last-child,
.scope-section-head--split > p,
.scope-file-strip__copy > p:last-child,
.scope-status__copy p {
  color: var(--scope-muted);
  font-size: 1.04rem;
  line-height: 1.7;
}

.scope-operating-modes {
  margin-top: 58px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--scope-line);
  border-bottom: 1px solid var(--scope-line);
}

.scope-operating-modes article {
  min-height: 260px;
  padding: 30px;
  border-right: 1px solid var(--scope-line);
}

.scope-operating-modes article:last-child {
  border-right: 0;
}

.scope-operating-modes span,
.scope-workspace-grid span {
  color: var(--scope-coral);
  font: 600 0.7rem/1 "JetBrains Mono", monospace;
}

.scope-operating-modes h3 {
  margin: 54px 0 12px;
  font-size: 2rem;
  letter-spacing: 0;
}

.scope-operating-modes p,
.scope-workspace-grid p {
  margin: 0;
  color: var(--scope-muted);
  line-height: 1.6;
}

.scope-file-strip {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.65fr);
  align-items: stretch;
  border-bottom: 1px solid var(--scope-line);
  background: var(--scope-panel);
}

.scope-file-strip__media {
  min-height: 620px;
  overflow: hidden;
}

.scope-file-strip__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.scope-file-strip__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(44px, 6vw, 96px);
  border-left: 1px solid var(--scope-line);
}

.scope-file-strip h2 {
  font-size: 3.8rem;
}

.scope-workspaces {
  background: #090d0e;
}

.scope-workspace-grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--scope-line);
  border-left: 1px solid var(--scope-line);
}

.scope-workspace-grid article {
  min-height: 214px;
  padding: 24px;
  border-right: 1px solid var(--scope-line);
  border-bottom: 1px solid var(--scope-line);
  background: var(--scope-panel);
}

.scope-workspace-grid article:nth-child(3n+2) span {
  color: var(--scope-amber);
}

.scope-workspace-grid article:nth-child(3n) span {
  color: var(--scope-blue);
}

.scope-workspace-grid h3 {
  margin: 44px 0 10px;
  font-size: 1.15rem;
  letter-spacing: 0;
}

.scope-viewer {
  background: var(--scope-panel-2);
}

.scope-view-tabs {
  display: flex;
  gap: 0;
  margin-top: 52px;
  overflow-x: auto;
  border: 1px solid var(--scope-line);
}

.scope-view-tabs button {
  flex: 1 0 auto;
  min-width: 136px;
  min-height: 48px;
  padding: 0 16px;
  border: 0;
  border-right: 1px solid var(--scope-line);
  background: #090c0d;
  color: var(--scope-muted);
  font: 700 0.74rem/1 "JetBrains Mono", monospace;
  text-transform: uppercase;
  cursor: pointer;
}

.scope-view-tabs button:last-child {
  border-right: 0;
}

.scope-view-tabs button.is-active {
  background: var(--scope-aqua);
  color: #05100f;
}

.scope-view-stack {
  border-right: 1px solid var(--scope-line);
  border-bottom: 1px solid var(--scope-line);
  border-left: 1px solid var(--scope-line);
}

.scope-view {
  margin: 0;
}

.scope-view img {
  display: block;
  width: 100%;
  aspect-ratio: 1218 / 768;
  object-fit: cover;
  background: #050707;
}

.scope-view figcaption {
  display: grid;
  grid-template-columns: minmax(250px, 0.6fr) minmax(0, 1.4fr);
  gap: 5vw;
  padding: 28px clamp(22px, 4vw, 54px);
  border-top: 1px solid var(--scope-line);
}

.scope-view figcaption strong {
  font-size: 1.25rem;
}

.scope-view figcaption span {
  color: var(--scope-muted);
  line-height: 1.6;
}

.scope-engineering {
  background: #080b0c;
}

.scope-spec-grid {
  margin-top: 58px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--scope-line);
  border-left: 1px solid var(--scope-line);
}

.scope-spec-grid article {
  padding: 30px;
  border-right: 1px solid var(--scope-line);
  border-bottom: 1px solid var(--scope-line);
}

.scope-spec-grid h3 {
  margin: 0 0 22px;
  color: var(--scope-aqua);
  font-size: 1.2rem;
}

.scope-spec-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.scope-spec-grid li {
  position: relative;
  padding: 12px 0 12px 22px;
  border-top: 1px solid rgba(197, 221, 218, 0.1);
  color: var(--scope-muted);
  line-height: 1.55;
}

.scope-spec-grid li::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 1px;
  width: 6px;
  height: 6px;
  background: var(--scope-coral);
}

.scope-compatibility {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--scope-line);
  border-left: 1px solid var(--scope-line);
}

.scope-compatibility div {
  padding: 22px;
  border-right: 1px solid var(--scope-line);
  border-bottom: 1px solid var(--scope-line);
}

.scope-compatibility span,
.scope-compatibility strong {
  display: block;
}

.scope-compatibility span {
  color: var(--scope-muted);
  font: 600 0.68rem/1.2 "JetBrains Mono", monospace;
  text-transform: uppercase;
}

.scope-compatibility strong {
  margin-top: 10px;
  font-size: 0.98rem;
}

.scope-status {
  padding: clamp(78px, 10vw, 144px) 0;
  background: #101314;
}

.scope-status__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  gap: 8vw;
}

.scope-status h2 {
  font-size: 4.4rem;
}

.scope-status__copy p:first-child {
  margin-top: 0;
}

.scope-status__copy .scope-button {
  margin-top: 18px;
}

.scope-text-link {
  display: inline-block;
  margin-top: 18px;
  color: var(--scope-aqua);
  font-weight: 700;
  text-decoration: none;
}

.scope-footer .hub-footer__wordmark {
  color: rgba(53, 217, 202, 0.08);
}

@media (max-width: 1040px) {
  .scope-hero h1 {
    font-size: 6rem;
  }

  .scope-section-head h2,
  .scope-status h2 {
    font-size: 3.8rem;
  }

  .scope-file-strip h2 {
    font-size: 3.25rem;
  }

  .scope-file-strip {
    grid-template-columns: 1fr;
  }

  .scope-file-strip__media {
    min-height: auto;
  }

  .scope-file-strip__media img {
    aspect-ratio: 16 / 10;
  }

  .scope-file-strip__copy {
    border-top: 1px solid var(--scope-line);
    border-left: 0;
  }

  .scope-workspace-grid,
  .scope-compatibility {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .scope-workspace-grid article:nth-child(3n+2) span,
  .scope-workspace-grid article:nth-child(3n) span {
    color: var(--scope-coral);
  }

  .scope-workspace-grid article:nth-child(even) span {
    color: var(--scope-amber);
  }
}

@media (max-height: 820px) and (min-width: 761px) {
  .scope-hero {
    min-height: calc(100svh - 165px);
  }

  .scope-hero__content {
    padding: 48px 0 104px;
  }

  .scope-hero h1 {
    margin: 12px 0 14px;
    font-size: 7rem;
  }

  .scope-hero__lead {
    max-width: 700px;
    font-size: 1.15rem;
  }

  .scope-actions {
    margin-top: 24px;
  }

  .scope-hero__facts div {
    min-height: 76px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .scope-overview {
    padding-top: 42px;
  }
}

@media (max-width: 760px) {
  :root {
    --scope-shell: min(100% - 28px, 1440px);
  }

  .scope-hero {
    min-height: 680px;
  }

  .scope-hero__image {
    object-position: 58% center;
  }

  .scope-hero__content {
    padding: 92px 0 192px;
  }

  .scope-hero h1 {
    font-size: 3rem;
    line-height: 0.88;
  }

  .scope-hero__lead {
    font-size: 1.08rem;
  }

  .scope-section-head h2,
  .scope-status h2 {
    font-size: 2.35rem;
  }

  .scope-file-strip h2 {
    font-size: 2.2rem;
  }

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

  .scope-hero__facts div {
    min-height: 74px;
    padding: 13px 14px;
  }

  .scope-hero__facts div:nth-child(2) {
    border-right: 0;
  }

  .scope-hero__facts div:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .scope-section-head--split,
  .scope-status__grid,
  .scope-view figcaption {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .scope-operating-modes,
  .scope-workspace-grid,
  .scope-spec-grid,
  .scope-compatibility {
    grid-template-columns: 1fr;
  }

  .scope-operating-modes article {
    min-height: 220px;
    border-right: 0;
    border-bottom: 1px solid var(--scope-line);
  }

  .scope-operating-modes article:last-child {
    border-bottom: 0;
  }

  .scope-view-tabs button {
    min-width: 118px;
  }

  .scope-view img {
    aspect-ratio: 16 / 10;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scope-site * {
    scroll-behavior: auto !important;
  }
}
