:root {
  color-scheme: light;
}

html {
  scroll-behavior: smooth;
  background: #ffffff;
}

.hsdt-page {
  --ink: #11131a;
  --muted: #55606f;
  --text-soft: #667282;
  --text-faint: #7b8696;
  --type-body: clamp(0.9rem, 0.84rem + 0.16vw, 1.05rem);
  --type-small: clamp(0.72rem, 0.69rem + 0.08vw, 0.8rem);
  --type-meta: clamp(0.6rem, 0.58rem + 0.05vw, 0.65rem);
  --blue: #2457ff;
  --blue-deep: #123bd3;
  --blue-soft: #e9efff;
  --sky: #c8ecff;
  --lime: #c9ff42;
  --paper: #ffffff;
  --warm: #f6f7f9;
  --mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --page-gutter: clamp(24px, 4vw, 68px);
  --section-space-top: clamp(96px, 7vw, 120px);
  --section-space-bottom: clamp(96px, 7vw, 120px);
  --content-space: clamp(84px, 7vw, 116px);
  --layout-gap: clamp(28px, 3.4vw, 64px);
  --panel-space: clamp(28px, 3vw, 52px);
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Golos Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-emoji: text;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.hsdt-page *,
.hsdt-page *::before,
.hsdt-page *::after {
  box-sizing: border-box;
}

:where(.hsdt-page) a {
  color: inherit;
  text-decoration: none;
}

:where(.hsdt-page) button,
.hsdt-page input,
:where(.hsdt-page) textarea {
  color: inherit;
  font: inherit;
}

:where(.hsdt-page) button {
  cursor: pointer;
}

.hsdt-page img {
  display: block;
  max-width: 100%;
}

.hsdt-page ::selection {
  background: var(--lime);
  color: var(--ink);
}

#hsdt-landing {
  min-height: 100vh;
}

.landing-shell {
  --pointer-x: 50vw;
  --pointer-y: 30vh;
  --scroll-progress: 0;
  position: relative;
  min-height: 100vh;
  overflow: clip;
  background: #ffffff;
}

.landing-error {
  margin: 0;
  padding: 48px;
  color: #b00020;
}

.scroll-progress {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  transform: scaleX(var(--scroll-progress));
  transform-origin: left center;
  background: linear-gradient(90deg, var(--blue), #6a83ff, var(--lime));
  pointer-events: none;
}

.cursor-aura {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 360px;
  height: 360px;
  transform: translate(calc(var(--pointer-x) - 180px), calc(var(--pointer-y) - 180px));
  border-radius: 50%;
  background: radial-gradient(circle, rgba(36, 87, 255, 0.11), rgba(36, 87, 255, 0) 68%);
  pointer-events: none;
  transition: transform 0.16s linear;
}

[data-reveal] {
  opacity: 1;
  transform: none;
}

[data-reveal].is-visible {
  animation: reveal-in 0.85s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes reveal-in {
  from {
    transform: translateY(44px);
    opacity: 0;
  }
}


@keyframes signal-pulse {
  0% {
    transform: scale(0.25);
    opacity: 1;
  }
  75%,
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}


.hero-section {
  position: relative;
  z-index: 3;
  min-height: 100svh;
  padding-top: 86px;
  background:
    radial-gradient(circle at 20% 32%, rgba(200, 236, 255, 0.72), transparent 28%),
    linear-gradient(108deg, #ffffff 0%, #ffffff 50%, #eff3ff 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 54%) minmax(0, 46%);
  min-height: calc(100svh - 86px);
}

.hero-copy {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(70px, 10vh, 120px) 2vw clamp(150px, 18vh, 190px) clamp(24px, 5vw, 88px);
}

.hero-kicker,
.section-index {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #6d7481;
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hero-kicker span:first-child,
.section-index span:first-child {
  color: var(--blue);
}

.hero-copy h1 {
  max-width: 920px;
  margin: clamp(24px, 4vh, 48px) 0 0;
  font-size: clamp(4.1rem, 6.25vw, 7.2rem);
  font-weight: 720;
  letter-spacing: -0.072em;
  line-height: 0.82;
}

.hero-line {
  display: block;
}

.hero-line.is-accent {
  margin-top: 0.14em;
  color: var(--blue);
  font-weight: 500;
}

.hero-lead {
  max-width: 650px;
  margin: clamp(28px, 4vh, 46px) 0 0;
  color: #515967;
  font-size: clamp(1rem, 1.22vw, 1.35rem);
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button-primary,
.button-ghost {
  --magnetic-x: 0px;
  --magnetic-y: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 220px;
  min-height: 62px;
  padding: 0 24px;
  transform: translate(var(--magnetic-x), var(--magnetic-y));
  font-size: 0.84rem;
  font-weight: 700;
  transition:
    color 0.3s ease,
    background 0.3s ease,
    transform 0.12s ease;
}

.button-primary {
  background: var(--blue);
  color: #ffffff;
}

.hsdt-page a.button-primary {
  color: #ffffff;
}

.button-primary:hover {
  background: var(--blue-deep);
}

.button-ghost {
  min-width: 190px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--ink);
}

.hsdt-page a.button-ghost {
  color: var(--ink);
}

.button-ghost:hover {
  background: var(--lime);
}

.ui-arrow {
  font-size: 1.25rem;
  transition: transform 0.3s ease;
}

.button-primary:hover .ui-arrow {
  transform: translate(4px, -4px);
}

.hero-live {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  color: #7a8290;
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.hero-live strong {
  min-width: 112px;
  color: var(--blue);
  font-weight: 700;
  animation: live-word 0.65s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes live-word {
  from {
    transform: translateY(12px);
    filter: blur(6px);
    opacity: 0;
  }
}

.hero-code {
  display: flex;
  gap: 26px;
  margin-top: auto;
  padding-top: 26px;
  color: #9aa1ad;
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.12em;
}

.hero-visual {
  --spot-x: 62%;
  --spot-y: 42%;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  position: relative;
  min-height: calc(100svh - 86px);
  overflow: hidden;
  perspective: 1200px;
}

.hero-image-stage {
  position: absolute;
  inset: 0;
  transform: rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) scale(1.025);
  transition: transform 0.18s linear;
}

.hero-image-stage::before {
  position: absolute;
  z-index: 3;
  inset: 0;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.55) 8%, transparent 27%);
  content: "";
  pointer-events: none;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-image.is-base {
  filter: grayscale(1) contrast(0.9) brightness(1.1);
}

.hero-image.is-live {
  clip-path: circle(23% at var(--spot-x) var(--spot-y));
  filter: saturate(1.2) contrast(1.02);
  transition: clip-path 0.16s linear;
}

.hero-spotlight {
  position: absolute;
  z-index: 4;
  width: 220px;
  height: 220px;
  top: var(--spot-y);
  left: var(--spot-x);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.58),
    0 18px 80px rgba(36, 87, 255, 0.24);
  pointer-events: none;
  transition:
    top 0.16s linear,
    left 0.16s linear;
}

.hero-spotlight::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 8px rgba(201, 255, 66, 0.2);
  content: "";
}

.hero-trail-layer,
.hero-artifact-layer {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-trail-layer {
  z-index: 8;
}

.hero-artifact-layer {
  z-index: 6;
}

.hero-code-trail {
  --trail-rotation: 0deg;
  --trail-drift: 40px;
  position: absolute;
  display: inline-flex;
  width: max-content;
  max-width: 190px;
  padding: 6px 9px;
  transform: translate(-50%, -50%) rotate(var(--trail-rotation));
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 30px rgba(18, 59, 211, 0.13);
  color: var(--blue);
  font-family: var(--mono);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
  animation: code-trail-out 1.7s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes code-trail-out {
  0% {
    transform: translate(-50%, -50%) rotate(var(--trail-rotation)) scale(0.72);
    filter: blur(5px);
    opacity: 0;
  }
  18% {
    filter: blur(0);
    opacity: 1;
  }
  100% {
    transform:
      translate(-50%, calc(-50% - var(--trail-drift)))
      rotate(var(--trail-rotation))
      scale(1.04);
    filter: blur(2px);
    opacity: 0;
  }
}

.hero-artifact {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 34px rgba(30, 54, 111, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: var(--ink);
}

.hero-artifact strong {
  color: var(--blue);
  font-family: var(--mono);
  font-size: 0.77rem;
}

.hero-artifact small {
  color: #576273;
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-artifact.is-a {
  top: 18%;
  left: 15%;
  animation: artifact-a 8.5s ease-in-out infinite alternate;
}

.hero-artifact.is-b {
  top: 38%;
  right: 11%;
  animation: artifact-b 10s ease-in-out infinite alternate;
}

.hero-artifact.is-c {
  bottom: 33%;
  left: 7%;
  animation: artifact-c 11.5s ease-in-out infinite alternate;
}

.hero-artifact.is-d {
  top: 57%;
  left: 51%;
  animation: artifact-d 9.5s ease-in-out infinite alternate;
}

.hero-artifact.is-e {
  right: 13%;
  bottom: 24%;
  animation: artifact-e 12s ease-in-out infinite alternate;
}

@keyframes artifact-a {
  to {
    transform: translate(110px, 58px) rotate(5deg);
  }
}

@keyframes artifact-b {
  to {
    transform: translate(-96px, -52px) rotate(-7deg);
  }
}

@keyframes artifact-c {
  to {
    transform: translate(74px, -88px) rotate(6deg);
  }
}

@keyframes artifact-d {
  to {
    transform: translate(-120px, 76px) rotate(-4deg);
  }
}

@keyframes artifact-e {
  to {
    transform: translate(-82px, -102px) rotate(8deg);
  }
}

.hero-visual-top {
  position: absolute;
  z-index: 5;
  top: 34px;
  right: 34px;
  left: 12%;
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
}

.hero-visual-badge {
  position: absolute;
  z-index: 5;
  right: 32px;
  bottom: 128px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 18px;
  background: var(--lime);
  color: var(--ink);
  box-shadow: 0 18px 50px rgba(23, 55, 137, 0.2);
  animation: badge-float 4.6s ease-in-out infinite;
}

@keyframes badge-float {
  50% {
    transform: translateY(-12px) rotate(-1deg);
  }
}

.hero-visual-badge strong {
  color: var(--blue);
  font-size: 1.6rem;
}

.hero-visual-badge span {
  max-width: 112px;
  font-size: .75rem;
  line-height: 1.15;
  text-transform: uppercase;
}

.hero-terminal {
  position: absolute;
  z-index: 9;
  bottom: 122px;
  left: 11%;
  width: min(290px, 54%);
  overflow: hidden;
  padding: 13px 15px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(135deg, rgba(22, 28, 42, 0.72), rgba(7, 11, 20, 0.58)),
    rgba(8, 12, 20, 0.54);
  box-shadow:
    0 24px 70px rgba(11, 21, 48, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -1px 0 rgba(255, 255, 255, 0.04);
  color: #ffffff;
  backdrop-filter: blur(24px) saturate(1.3);
  -webkit-backdrop-filter: blur(24px) saturate(1.3);
}

.hero-terminal::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    linear-gradient(112deg, rgba(255, 255, 255, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(116, 142, 210, 0.09), transparent 62%);
  content: "";
  pointer-events: none;
}

.hero-terminal > * {
  position: relative;
  z-index: 1;
}

.hero-terminal-head {
  display: flex;
  align-items: center;
  gap: 5px;
}

.hero-terminal-head > span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0.34;
}

.hero-terminal-head > span:first-child {
  background: var(--lime);
  opacity: 1;
  box-shadow: 0 0 0 5px rgba(201, 255, 66, 0.1);
}

.hero-terminal-head small {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.45);
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.08em;
}

.hero-terminal code {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 14px;
  color: var(--lime);
  font-family: var(--mono);
  font-size: .75rem;
}

.hero-terminal code > span {
  color: #ffffff;
  opacity: 0.5;
}

.hero-terminal code strong {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
  animation: terminal-type 0.75s steps(18, end) both;
}

.hero-terminal code strong::after {
  display: inline-block;
  width: 1px;
  height: 1em;
  margin-left: 4px;
  vertical-align: -0.13em;
  background: var(--lime);
  content: "";
  animation: terminal-cursor 0.8s step-end infinite;
}

@keyframes terminal-type {
  from {
    max-width: 0;
  }
  to {
    max-width: 190px;
  }
}

@keyframes terminal-cursor {
  50% {
    opacity: 0;
  }
}

.hero-terminal-status {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 11px;
  color: rgba(255, 255, 255, 0.44);
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hero-terminal-status > span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 5px rgba(201, 255, 66, 0.1);
  animation: signal-pulse 2s ease-out infinite;
}

.hero-float-word {
  position: absolute;
  z-index: 5;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(2.2rem, 4.2vw, 5rem);
  font-weight: 750;
  letter-spacing: -0.06em;
  mix-blend-mode: overlay;
  pointer-events: none;
}

.hero-float-word.is-one {
  top: 19%;
  right: -0.2em;
  animation: float-word-one 8s ease-in-out infinite alternate;
}

.hero-float-word.is-two {
  bottom: 25%;
  left: 10%;
  animation: float-word-two 9s ease-in-out infinite alternate;
}

@keyframes float-word-one {
  to {
    transform: translate(-40px, 30px) rotate(-4deg);
  }
}

@keyframes float-word-two {
  to {
    transform: translate(50px, -25px) rotate(3deg);
  }
}

.hero-stats {
  position: absolute;
  z-index: 7;
  right: 0;
  bottom: 0;
  display: flex;
  width: 46%;
  min-height: 94px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.hero-stats article {
  display: grid;
  grid-template-columns: auto 1fr;
  align-content: center;
  column-gap: 12px;
  flex: 1;
  width: auto;
  padding: 16px 18px;
}

.hero-stats article > span {
  align-self: start;
  color: #9aa2ae;
  font-family: var(--mono);
  font-size: .75rem;
}

.hero-stats strong {
  color: var(--blue);
  font-size: clamp(1.45rem, 2vw, 2.2rem);
  letter-spacing: -0.05em;
  line-height: 0.9;
}

.hero-stats small {
  grid-column: 2;
  margin-top: 6px;
  color: #69717e;
  font-size: .75rem;
  line-height: 1.25;
}

/* Hero v3: one full-bleed kinetic typography field, without photography. */
.hero-section {
  min-height: clamp(900px, 100svh, 1080px);
  background: linear-gradient(118deg, #ffffff 0%, #f7f9ff 54%, #e7eeff 100%);
}

.hero-grid {
  display: block;
  min-height: calc(clamp(900px, 100svh, 1080px) - 86px);
}

.hero-copy {
  justify-content: center;
  width: 100%;
  min-height: calc(clamp(900px, 100svh, 1080px) - 86px);
  padding: clamp(90px, 11vh, 130px) 5vw 190px;
}

.hero-copy h1 {
  max-width: 1180px;
  font-size: clamp(5rem, 8.4vw, 10rem);
  line-height: 0.8;
}

.hero-line.is-accent {
  margin-top: 0.15em;
  margin-left: clamp(0px, 6vw, 110px);
}

.hero-lead {
  max-width: 690px;
}

.hero-visual {
  position: absolute;
  z-index: 2;
  inset: 86px 0 0;
  min-height: 0;
  overflow: hidden;
  perspective: none;
  pointer-events: none;
}

.hero-stage-word {
  position: absolute;
  z-index: 0;
  top: 19%;
  right: -0.09em;
  color: transparent;
  font-size: clamp(10rem, 18vw, 22rem);
  font-weight: 760;
  letter-spacing: -0.09em;
  line-height: 0.8;
  -webkit-text-stroke: 2px rgba(36, 87, 255, 0.08);
  text-stroke: 2px rgba(36, 87, 255, 0.08);
  animation: stage-word-breathe 8s ease-in-out infinite alternate;
}

@keyframes stage-word-breathe {
  to {
    transform: translateX(-3vw);
    letter-spacing: -0.045em;
    -webkit-text-stroke-color: rgba(36, 87, 255, 0.15);
  }
}

.hero-code-streams {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  color: var(--blue);
  font-family: var(--mono);
  font-size: clamp(0.64rem, 0.9vw, 0.88rem);
  letter-spacing: 0.035em;
  opacity: 0.12;
  pointer-events: none;
}

.code-stream {
  position: absolute;
  left: 0;
  display: flex;
  gap: 10vw;
  width: max-content;
  white-space: nowrap;
  will-change: transform;
}

.code-stream span {
  display: inline-block;
}

.code-stream.is-1 {
  top: 23%;
  animation: code-stream-left 29s linear infinite;
}

.code-stream.is-2 {
  top: 51%;
  transform: translateX(-42%);
  animation: code-stream-right 34s linear infinite;
}

.code-stream.is-3 {
  bottom: 20%;
  animation: code-stream-left 38s linear infinite reverse;
}

@keyframes code-stream-left {
  to {
    transform: translateX(-50%);
  }
}

@keyframes code-stream-right {
  to {
    transform: translateX(0);
  }
}

.hero-syntax-field {
  position: absolute;
  z-index: 3;
  inset: 0;
  color: var(--blue);
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.04em;
  pointer-events: none;
}

.hero-syntax-note {
  position: absolute;
  opacity: 0.42;
}

.hero-syntax-note.is-one {
  top: 18%;
  right: 7%;
  animation: syntax-drift-one 9s ease-in-out infinite alternate;
}

.hero-syntax-note.is-two {
  right: 18%;
  bottom: 30%;
  animation: syntax-drift-two 12s ease-in-out infinite alternate;
}

.hero-syntax-note.is-three {
  top: 43%;
  right: 3%;
  writing-mode: vertical-rl;
  animation: syntax-drift-three 10s ease-in-out infinite alternate;
}

@keyframes syntax-drift-one {
  to {
    transform: translate(-70px, 38px);
  }
}

@keyframes syntax-drift-two {
  to {
    transform: translate(82px, -42px);
  }
}

@keyframes syntax-drift-three {
  to {
    transform: translateY(76px);
  }
}

.hero-trail-layer {
  z-index: 7;
}

.hero-visual-top {
  top: 32px;
  right: 4vw;
  left: auto;
  gap: 34px;
  color: #6d7481;
  text-shadow: none;
}

.hero-terminal {
  top: auto;
  right: 5vw;
  bottom: 132px;
  left: auto;
  width: 310px;
}

.hero-stats {
  right: 4vw;
  bottom: 22px;
  gap: clamp(12px, 2vw, 34px);
  width: min(58%, 820px);
  min-height: 82px;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.hero-stats article {
  padding: 12px 0;
}

.focus-rail {
  position: relative;
  z-index: 6;
  width: 100%;
  overflow: hidden;
  background: var(--blue);
  color: #ffffff;
}

.focus-track {
  display: flex;
  width: max-content;
  animation: rail-scroll 24s linear infinite;
}

.focus-rail:hover .focus-track {
  animation-play-state: paused;
}

.focus-item {
  display: inline-flex;
  align-items: center;
  gap: 36px;
  min-height: 76px;
  padding: 0 42px;
  font-size: 0.82rem;
  font-weight: 720;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.focus-item span {
  color: var(--lime);
  font-size: 1.25rem;
  animation: sparkle-rotate 3.5s linear infinite;
}

@keyframes rail-scroll {
  to {
    transform: translateX(-50%);
  }
}

@keyframes sparkle-rotate {
  to {
    transform: rotate(360deg);
  }
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(220px, 28%) minmax(0, 1fr);
  gap: 4vw;
  align-items: start;
  padding: clamp(96px, 12vw, 180px) clamp(24px, 4vw, 68px) clamp(56px, 6vw, 92px);
}

.section-side {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: clamp(36px, 4vw, 64px);
}

.section-intro.is-manifest {
  grid-template-columns: minmax(150px, 16%) minmax(420px, 1fr) minmax(280px, 27%);
  gap: clamp(28px, 3.4vw, 66px);
  align-items: center;
}

.section-intro.is-manifest .section-side {
  align-self: stretch;
  justify-content: space-between;
  gap: 30px;
}

.section-intro.is-manifest h2 {
  align-self: center;
  max-width: 850px;
  font-size: clamp(3.7rem, 5.65vw, 6.8rem);
}

.manifest-build {
  display: block;
  align-self: flex-start;
  color: transparent;
  font-size: clamp(5rem, 7.4vw, 8.8rem);
  font-weight: 760;
  letter-spacing: -0.09em;
  line-height: 0.78;
  -webkit-text-stroke: 1px rgba(36, 87, 255, 0.36);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  transition:
    color 0.45s ease,
    -webkit-text-stroke-color 0.45s ease;
}

.section-intro.is-manifest:hover .manifest-build {
  color: rgba(36, 87, 255, 0.035);
  -webkit-text-stroke-color: var(--blue);
}

.manifest-system {
  --system-x: 0px;
  --system-y: 0px;
  --system-pointer-x: 72%;
  --system-pointer-y: 26%;
  position: relative;
  min-width: 0;
  min-height: 430px;
  padding: 8px 0 0;
  overflow: visible;
  isolation: isolate;
}

.manifest-system::before {
  position: absolute;
  z-index: -1;
  right: -0.16em;
  bottom: -0.2em;
  color: transparent;
  content: "↗";
  font-size: clamp(10rem, 19vw, 19rem);
  font-weight: 300;
  line-height: 0.8;
  -webkit-text-stroke: 1px rgba(36, 87, 255, 0.12);
  transform: translate3d(calc(var(--system-x) * -0.22), calc(var(--system-y) * -0.18), 0);
  transition: transform 0.2s ease-out;
}

.manifest-system-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #8b93a0;
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.09em;
}

.manifest-system-meta::before {
  width: 7px;
  height: 7px;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 6px rgba(201, 255, 66, 0.17);
  content: "";
  animation: signal-pulse 2.2s ease-out infinite;
}

.manifest-system-meta span {
  margin-right: auto;
}

.manifest-system-meta strong {
  color: var(--blue);
  font-size: .75rem;
}

.manifest-system-command {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 74px;
  margin-top: 38px;
  padding: 0 18px;
  transform: translate3d(var(--system-x), calc(var(--system-y) * 0.45), 0);
  background: var(--blue);
  box-shadow: 0 24px 48px rgba(36, 87, 255, 0.18);
  color: #ffffff;
  font-family: var(--mono);
  transition: transform 0.18s ease-out;
}

.manifest-system-command i {
  color: var(--lime);
  font-size: 1.1rem;
  font-style: normal;
}

.manifest-system-command strong {
  position: relative;
  overflow: hidden;
  font-size: clamp(0.7rem, 0.84vw, 0.88rem);
  font-weight: 600;
  white-space: nowrap;
  animation: manifest-command-in 0.52s steps(18, end) both;
}

.manifest-system-command strong::after {
  display: inline-block;
  width: 1px;
  height: 1em;
  margin-left: 5px;
  vertical-align: -0.14em;
  background: var(--lime);
  content: "";
  animation: terminal-cursor 0.8s step-end infinite;
}

@keyframes manifest-command-in {
  from {
    max-width: 0;
  }
  to {
    max-width: 190px;
  }
}

.manifest-system-steps {
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
}

.manifest-system-steps li {
  border-top: 1px solid rgba(17, 19, 26, 0.12);
}

.manifest-system-steps li:last-child {
  border-bottom: 1px solid rgba(17, 19, 26, 0.12);
}

.manifest-system-steps button {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 54px;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
}

.manifest-system-steps button > span,
.manifest-system-steps button > i {
  color: #a0a7b2;
  font-family: var(--mono);
  font-size: .75rem;
  font-style: normal;
}

.manifest-system-steps button > strong {
  color: #626b79;
  font-size: 0.75rem;
  font-weight: 600;
  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

.manifest-system-steps li.is-active button > strong {
  transform: translateX(6px);
  color: var(--ink);
}

.manifest-system-steps li.is-active button > span,
.manifest-system-steps li.is-active button > i {
  color: var(--blue);
}

.manifest-system-output {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 14px;
  margin-top: 26px;
  transform: translate3d(calc(var(--system-x) * -0.5), calc(var(--system-y) * -0.35), 0);
  transition: transform 0.2s ease-out;
}

.manifest-system-output > span,
.manifest-system-output > small {
  color: #8b93a0;
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.08em;
}

.manifest-system-output > small {
  justify-self: end;
  color: var(--blue);
}

.manifest-system-output > strong {
  grid-column: 1 / -1;
  color: var(--blue);
  font-size: clamp(1.35rem, 2.05vw, 2.4rem);
  letter-spacing: -0.055em;
  line-height: 0.95;
  animation: live-word 0.58s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.manifest-system-pointer {
  position: absolute;
  z-index: 6;
  top: var(--system-pointer-y);
  left: var(--system-pointer-x);
  display: flex;
  align-items: center;
  transform: translate(-7px, -7px);
  opacity: 0;
  pointer-events: none;
  transition:
    top 0.11s linear,
    left 0.11s linear,
    opacity 0.2s ease;
}

.manifest-system:hover .manifest-system-pointer {
  opacity: 1;
}

.manifest-system-pointer i {
  width: 11px;
  height: 11px;
  transform: rotate(45deg);
  border: 2px solid #ffffff;
  background: var(--lime);
  box-shadow: 0 5px 18px rgba(17, 19, 26, 0.2);
}

.technology-band {
  position: relative;
  z-index: 2;
  min-height: clamp(370px, 34vw, 510px);
  padding: 28px clamp(24px, 4vw, 68px) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 24%, rgba(200, 236, 255, 0.88), transparent 28%),
    var(--blue-soft);
  isolation: isolate;
}

.technology-band::before {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 19%;
  width: 18%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.45), transparent);
  content: "";
  transform: skewX(-18deg) translateX(-180%);
  animation: technology-light 8s ease-in-out infinite;
}

@keyframes technology-light {
  58%,
  100% {
    transform: skewX(-18deg) translateX(560%);
  }
}

.technology-band-meta {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--blue);
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.1em;
}

.technology-band-meta small {
  color: #778194;
  font-size: inherit;
}

.technology-band-stage {
  position: relative;
  display: flex;
  min-height: clamp(270px, 26vw, 390px);
  align-items: center;
}

.technology-band-word {
  position: absolute;
  z-index: 0;
  top: 49%;
  right: -0.08em;
  color: transparent;
  font-size: clamp(9rem, 21vw, 22rem);
  font-weight: 760;
  letter-spacing: -0.09em;
  line-height: 0.7;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(36, 87, 255, 0.34);
  transform: translateY(-50%);
  pointer-events: none;
  animation: technology-word-in 0.75s cubic-bezier(0.16, 1, 0.3, 1) both;
  white-space: nowrap;
}

.technology-band.is-direction-2 .technology-band-word,
.technology-band.is-direction-6 .technology-band-word {
  font-size: clamp(6.2rem, 13.3vw, 14rem);
}

.technology-band.is-direction-4 .technology-band-word,
.technology-band.is-direction-5 .technology-band-word {
  font-size: clamp(7.2rem, 16.2vw, 17rem);
}

@keyframes technology-word-in {
  from {
    transform: translate(8%, -50%);
    opacity: 0;
  }
}

.technology-band-copy {
  position: relative;
  z-index: 2;
  width: min(66%, 900px);
  animation: technology-copy-in 0.62s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes technology-copy-in {
  from {
    transform: translateY(22px);
    opacity: 0;
  }
}

.technology-band-copy > span {
  color: #7c8799;
  font-family: var(--mono);
  font-size: .75rem;
}

.technology-band-copy code {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 20px;
  color: var(--blue);
  font-family: var(--mono);
  font-size: .75rem;
}

.technology-band-copy code i {
  color: #7a9f12;
  font-style: normal;
}

.technology-band-copy > strong {
  display: block;
  margin-top: 22px;
  color: var(--blue);
  font-size: clamp(3.4rem, 5.45vw, 6.5rem);
  font-weight: 700;
  letter-spacing: -0.072em;
  line-height: 0.86;
}

.technology-band-copy > p {
  max-width: 580px;
  margin: 24px 0 0;
  color: #556074;
  font-size: 0.84rem;
  line-height: 1.5;
}

.technology-band-list {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  gap: clamp(22px, 3vw, 54px);
  margin: 0;
  padding: 0 0 26px;
  overflow-x: auto;
  list-style: none;
  scrollbar-width: none;
}

.technology-band-list::-webkit-scrollbar {
  display: none;
}

.technology-band-list li {
  flex: 0 0 auto;
}

.technology-band-list button {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 8px;
  min-width: max-content;
  padding: 10px 0;
  border: 0;
  background: transparent;
}

.technology-band-list button::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 2px;
  background: var(--blue);
  content: "";
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.38s cubic-bezier(0.16, 1, 0.3, 1);
}

.technology-band-list button span {
  color: #8b94a4;
  font-family: var(--mono);
  font-size: .75rem;
}

.technology-band-list button strong {
  color: #606b7c;
  font-size: .75rem;
  font-weight: 650;
  letter-spacing: 0.035em;
}

.technology-band-list li.is-active button::after {
  transform: scaleX(1);
}

.technology-band-list li.is-active button span,
.technology-band-list li.is-active button strong {
  color: var(--blue);
}

.section-intro h2 {
  max-width: 1120px;
  margin: -0.12em 0 0;
  font-size: clamp(3.5rem, 6.8vw, 7.5rem);
  font-weight: 700;
  letter-spacing: -0.075em;
  line-height: 0.9;
}

.section-intro > p {
  grid-column: 2;
  max-width: 760px;
  margin: -2.2vw 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  line-height: 1.55;
}

.section-intro.is-inverse {
  color: #ffffff;
}

.section-intro.is-inverse .section-index,
.section-intro.is-inverse > p {
  color: rgba(255, 255, 255, 0.7);
}

.section-intro.is-inverse .section-index span:first-child {
  color: var(--lime);
}

.about-section {
  position: relative;
  z-index: 3;
  background:
    radial-gradient(circle at 85% 35%, rgba(200, 236, 255, 0.7), transparent 24%),
    #ffffff;
}

.about-section,
.catalog-section,
.learning-section,
.voices-section,
.contact-section {
  scroll-margin-top: 86px;
}

.about-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(116px, 12%);
  gap: clamp(32px, 4.4vw, 82px);
  padding: 20px clamp(24px, 4vw, 68px) clamp(100px, 11vw, 170px);
}

.about-build {
  grid-row: 1;
  grid-column: 2;
  align-self: center;
  justify-self: center;
}

.about-layout:hover .about-build {
  color: rgba(36, 87, 255, 0.035);
  -webkit-text-stroke-color: var(--blue);
}

.about-copy {
  grid-row: 1;
  grid-column: 1;
  min-width: 0;
}

.about-copy-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: clamp(34px, 4vw, 62px);
  color: #8b93a0;
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.1em;
}

.about-copy-meta i {
  width: min(14vw, 180px);
  height: 1px;
  transform: scaleX(0.25);
  transform-origin: left center;
  background: rgba(36, 87, 255, 0.32);
  transition: transform 1.1s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-copy.is-visible .about-copy-meta i {
  transform: scaleX(1);
}

.about-copy-meta span:last-child {
  color: var(--blue);
}

.about-statement {
  max-width: 1180px;
  margin: 0;
  font-size: clamp(2.15rem, 3.42vw, 4.25rem);
  font-weight: 540;
  letter-spacing: -0.057em;
  line-height: 1.045;
}

.about-statement span {
  display: inline;
  color: var(--ink);
  animation: word-awake 0.55s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: calc(var(--word-index) * 24ms);
  transition:
    color 0.25s ease,
    text-shadow 0.25s ease;
}

.about-statement span.is-accent {
  color: var(--blue);
  font-weight: 650;
}

.about-statement span:hover {
  color: var(--blue);
  text-shadow: 0.36em 0 0 rgba(36, 87, 255, 0.08);
}

@keyframes word-awake {
  from {
    opacity: 0;
    filter: blur(8px);
  }
}

.about-transform {
  display: grid;
  grid-template-columns: auto minmax(70px, 1fr) auto;
  align-items: center;
  gap: clamp(16px, 2vw, 30px);
  max-width: 720px;
  margin-top: clamp(54px, 6vw, 94px);
  color: #8b93a0;
  font-family: var(--mono);
  font-size: clamp(0.62rem, 0.74vw, 0.78rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-transform i {
  position: relative;
  height: 1px;
  overflow: visible;
  background: rgba(36, 87, 255, 0.2);
}

.about-transform i::before {
  position: absolute;
  top: -3px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 5px rgba(201, 255, 66, 0.2);
  content: "";
  animation: approach-travel 3.4s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}

@keyframes approach-travel {
  50%,
  100% {
    left: calc(100% - 7px);
  }
}

.about-transform strong {
  color: var(--blue);
  font-weight: 700;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(5, max-content);
  align-items: baseline;
  justify-content: space-between;
  gap: 18px 42px;
  padding: 0 clamp(24px, 4vw, 68px) clamp(100px, 10vw, 150px);
}

.capability-card {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  gap: 12px;
  padding: 10px 0;
  cursor: default;
  transition:
    color 0.3s ease,
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.capability-card::after {
  color: var(--blue);
  content: "•";
  font-size: 1.2rem;
}

.capability-card:hover {
  color: var(--blue);
  transform: translateY(-8px) skewX(-4deg);
}

.capability-card > span {
  color: #a5acb7;
  font-family: var(--mono);
  font-size: .75rem;
}

.capability-card strong {
  font-size: clamp(1.4rem, 2.4vw, 2.8rem);
  letter-spacing: -0.05em;
}

.capability-card small {
  display: none;
}

.about-media {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 61%) minmax(340px, 39%);
  grid-template-rows: minmax(430px, 1fr) clamp(210px, 17vw, 270px);
  min-height: 700px;
  overflow: hidden;
  border-top: 1px solid rgba(36, 87, 255, 0.16);
  border-bottom: 1px solid rgba(36, 87, 255, 0.16);
  background: #f3f6ff;
}

.about-media figure {
  position: relative;
  min-width: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.about-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 1.2s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.8s ease;
}

.about-media figure:hover img {
  transform: scale(1.035);
}

.about-media-main {
  grid-row: 1 / -1;
  grid-column: 1;
}

.about-media-main img {
  object-position: 54% center;
  filter: saturate(0.72) contrast(1.045);
}

.about-media:hover .about-media-main img {
  filter: saturate(0.9) contrast(1.03);
}

.about-media figure::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(10, 20, 49, 0.58));
  content: "";
  pointer-events: none;
}

.about-media figcaption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 22px;
  left: 24px;
  color: #ffffff;
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-media-copy {
  position: relative;
  grid-row: 1;
  grid-column: 2;
  display: flex;
  flex-direction: column;
  min-width: 0;
  justify-content: flex-start;
  padding: clamp(38px, 4.2vw, 72px);
  border-left: 1px solid rgba(36, 87, 255, 0.14);
  background:
    radial-gradient(circle at 100% 0, rgba(200, 236, 255, 0.9), transparent 36%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(237, 243, 255, 0.95));
  color: var(--ink);
}

.about-media-copy::before {
  position: absolute;
  top: 0;
  right: clamp(38px, 4.2vw, 72px);
  width: clamp(74px, 7vw, 118px);
  height: 4px;
  background: var(--blue);
  content: "";
}

.about-media-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.1em;
}

.about-media-meta > span {
  color: var(--blue);
}

.about-media-meta small {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #7b8493;
  font: inherit;
  white-space: nowrap;
}

.about-media-meta small i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  color: var(--lime);
  background: var(--lime);
  box-shadow: 0 0 0 4px rgba(201, 255, 66, 0.22);
}

.about-media-copy > strong {
  max-width: 710px;
  margin-top: clamp(48px, 5vw, 84px);
  color: var(--blue);
  font-size: clamp(2.35rem, 3.55vw, 4.8rem);
  font-weight: 680;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.about-media-copy > p {
  max-width: 590px;
  margin: clamp(28px, 3vw, 46px) 0 0;
  color: #626b7a;
  font-size: clamp(0.84rem, 0.9vw, 1rem);
  line-height: 1.62;
}

.about-media-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: auto;
  padding-top: clamp(38px, 4vw, 62px);
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.about-media-steps span {
  display: grid;
  gap: 13px;
  min-width: 0;
  padding: 16px 14px 0 0;
  border-top: 1px solid rgba(36, 87, 255, 0.18);
}

.about-media-steps span + span {
  padding-left: 14px;
  border-left: 1px solid rgba(36, 87, 255, 0.12);
}

.about-media-steps i {
  color: #8a93a2;
  font-style: normal;
}

.about-media-steps b {
  color: var(--blue);
  font-weight: 650;
}

.about-media-inset {
  grid-row: 2;
  grid-column: 2;
  min-height: 0;
  border-top: 1px solid rgba(36, 87, 255, 0.14);
  border-left: 1px solid rgba(36, 87, 255, 0.14);
}

.about-media-inset img {
  object-position: center 43%;
  filter: saturate(0.76) contrast(1.03);
}

.catalog-section {
  position: relative;
  z-index: 3;
  min-height: 100vh;
  overflow: hidden;
  background: #f3f6fc;
  color: var(--ink);
}

.catalog-section::before {
  display: none;
}

.section-intro.is-projects {
  grid-template-columns: minmax(150px, 16%) minmax(420px, 1fr) minmax(280px, 27%);
  gap: clamp(28px, 3.4vw, 66px);
  align-items: center;
}

.section-intro.is-projects .section-side {
  align-self: stretch;
  justify-content: space-between;
  gap: 30px;
}

.section-intro.is-projects h2 {
  align-self: center;
  max-width: 850px;
  font-size: clamp(3.7rem, 5.65vw, 6.8rem);
}

.section-intro.is-projects:hover .manifest-build {
  color: rgba(36, 87, 255, 0.035);
  -webkit-text-stroke-color: var(--blue);
}

.project-deck {
  --deck-x: 0px;
  --deck-y: 0px;
  position: relative;
  min-width: 0;
  min-height: 430px;
  padding: 8px 0 0;
  overflow: visible;
  isolation: isolate;
}

.project-deck::before {
  position: absolute;
  z-index: -1;
  top: 20px;
  right: -0.05em;
  color: transparent;
  content: "06";
  font-size: clamp(8rem, 15vw, 15rem);
  font-weight: 720;
  letter-spacing: -0.1em;
  line-height: 0.8;
  -webkit-text-stroke: 1px rgba(36, 87, 255, 0.1);
  transform: translate3d(calc(var(--deck-x) * -0.3), calc(var(--deck-y) * -0.24), 0);
  transition: transform 0.2s ease-out;
}

.project-deck-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #7d8797;
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.09em;
}

.project-deck-meta::before {
  width: 22px;
  height: 2px;
  background: var(--blue);
  content: "";
}

.project-deck-meta strong {
  margin-left: auto;
  color: var(--blue);
  font-size: .75rem;
}

.project-deck-stage {
  position: relative;
  min-height: 286px;
  margin-top: 24px;
}

.project-deck-layer,
.project-deck-card {
  position: absolute;
  clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 25px, 100% 100%, 0 100%);
}

.project-deck-layer {
  inset: 0 0 0 22px;
  pointer-events: none;
  transition: transform 0.22s ease-out;
}

.project-deck-layer.is-back {
  transform: translate3d(calc(var(--deck-x) * -0.42), calc(18px + var(--deck-y) * -0.32), 0);
  background: rgba(36, 87, 255, 0.12);
}

.project-deck-layer.is-middle {
  transform: translate3d(calc(var(--deck-x) * -0.2), calc(9px + var(--deck-y) * -0.16), 0);
  background: rgba(36, 87, 255, 0.22);
}

.project-deck-card {
  z-index: 2;
  inset: 0 22px 18px 0;
  display: flex;
  flex-direction: column;
  padding: clamp(20px, 2.1vw, 30px);
  background: #ffffff;
  box-shadow: 0 24px 54px rgba(24, 47, 102, 0.13);
  transform: translate3d(var(--deck-x), var(--deck-y), 0);
  animation: project-deck-in 0.58s cubic-bezier(0.16, 1, 0.3, 1) both;
  transition: transform 0.18s ease-out;
}

.project-deck-card::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  background: var(--lime);
  content: "";
  clip-path: polygon(100% 0, 100% 100%, 0 0);
}

@keyframes project-deck-in {
  from {
    transform: translate3d(var(--deck-x), calc(var(--deck-y) + 16px), 0);
    opacity: 0;
  }
}

.project-deck-card header,
.project-deck-card footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #7e8796;
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.08em;
}

.project-deck-card code {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: clamp(28px, 3.5vw, 46px);
  color: var(--blue);
  font-family: var(--mono);
  font-size: clamp(0.64rem, 0.78vw, 0.8rem);
}

.project-deck-card code i {
  color: #829b19;
  font-size: 1rem;
  font-style: normal;
}

.project-deck-card > strong {
  max-width: 340px;
  margin-top: 14px;
  color: var(--ink);
  font-size: clamp(1.55rem, 2.25vw, 2.6rem);
  font-weight: 680;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.project-deck-card > p {
  max-width: 360px;
  margin: 12px 0 0;
  color: #626d7e;
  font-size: clamp(0.67rem, 0.78vw, 0.8rem);
  line-height: 1.45;
}

.project-deck-card footer {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(36, 87, 255, 0.12);
}

.project-deck-card footer span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--ink);
}

.project-deck-card footer span i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 4px rgba(201, 255, 66, 0.18);
}

.project-deck-card footer b {
  color: var(--blue);
  font-weight: 600;
}

.project-deck-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.project-deck-nav button {
  display: grid;
  gap: 6px;
  min-width: 0;
  min-height: 54px;
  padding: 9px 10px 7px;
  border: 0;
  border-top: 1px solid rgba(17, 19, 26, 0.13);
  background: transparent;
  text-align: left;
  transition:
    background 0.25s ease,
    color 0.25s ease;
}

.project-deck-nav button + button {
  border-left: 1px solid rgba(17, 19, 26, 0.08);
}

.project-deck-nav button span {
  color: #9aa2ae;
  font-family: var(--mono);
  font-size: .75rem;
}

.project-deck-nav button strong {
  overflow: hidden;
  color: #778191;
  font-family: var(--mono);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.project-deck-nav button:hover,
.project-deck-nav button.is-active {
  background: rgba(36, 87, 255, 0.06);
}

.project-deck-nav button.is-active span,
.project-deck-nav button.is-active strong {
  color: var(--blue);
}

.project-deck-progress {
  height: 2px;
  overflow: hidden;
  background: rgba(36, 87, 255, 0.12);
}

.project-deck-progress i {
  display: block;
  width: var(--deck-progress);
  height: 100%;
  background: var(--blue);
  transition: width 0.48s cubic-bezier(0.16, 1, 0.3, 1);
}

.project-observatory {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 68%) minmax(280px, 32%);
  height: clamp(620px, calc(100svh - 74px), 860px);
  min-height: 0;
  max-height: 860px;
  border-top: 1px solid rgba(36, 87, 255, 0.1);
  border-bottom: 1px solid rgba(36, 87, 255, 0.1);
}

.project-feature {
  position: relative;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  background: #ffffff;
  color: var(--ink);
}

.project-image-wrap {
  position: relative;
  height: 56%;
  min-height: 0;
  overflow: hidden;
  background: #0d1838;
}

.project-image-wrap::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 18, 38, 0.04), transparent 58%, rgba(13, 18, 38, 0.38));
  content: "";
  pointer-events: none;
}

.project-image-wrap.is-contain::after {
  background: linear-gradient(180deg, rgba(13, 24, 56, 0.18), transparent 34%, rgba(13, 24, 56, 0.3));
}

.project-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.02);
  animation: project-in 0.65s cubic-bezier(0.16, 1, 0.3, 1) both;
  transition:
    transform 1.1s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.6s ease;
}

.project-image-wrap img.is-contain {
  object-fit: contain;
  background: #eef2f7;
}

.project-image-wrap:hover img {
  transform: scale(1.018);
  filter: saturate(0.82) contrast(1.02);
}

@keyframes project-in {
  from {
    transform: scale(1.018);
    opacity: 0.62;
  }
}

.project-visual-head {
  position: absolute;
  z-index: 3;
  top: 22px;
  right: clamp(22px, 3vw, 48px);
  left: clamp(24px, 4vw, 64px);
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.1em;
  text-shadow: 0 1px 14px rgba(4, 20, 52, 0.35);
}

.project-image-wrap.is-contain .project-visual-head {
  color: rgba(13, 24, 56, 0.72);
}

.project-metric {
  position: absolute;
  z-index: 3;
  right: clamp(22px, 3vw, 48px);
  bottom: 24px;
  display: grid;
  max-width: min(290px, 45%);
  gap: 3px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  box-shadow: 0 10px 28px rgba(3, 20, 55, 0.14);
}

.project-metric strong {
  color: #1a3e88;
  font-size: clamp(1.25rem, 2vw, 2rem);
  letter-spacing: -0.06em;
  line-height: 0.86;
}

.project-metric small {
  color: #646e7e;
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-copy {
  display: grid;
  grid-template-columns: minmax(220px, 42%) minmax(0, 58%);
  gap: clamp(26px, 3vw, 48px);
  height: 44%;
  min-height: 0;
  padding: clamp(20px, 3vh, 38px) clamp(24px, 4vw, 64px);
  overflow: hidden;
}

.project-copy-heading,
.project-copy-evidence {
  min-width: 0;
}

.project-copy-heading {
  display: flex;
  flex-direction: column;
}

.project-copy-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.project-type {
  color: var(--blue);
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.project-copy-meta small {
  color: #858d99;
  font-family: var(--mono);
  font-size: .75rem;
}

.project-copy-heading h3 {
  margin: auto 0 0;
  font-size: clamp(1.85rem, 2.8vw, 3.6rem);
  letter-spacing: -0.065em;
  line-height: 0.92;
}

.project-copy-evidence {
  display: flex;
  flex-direction: column;
}

.project-copy-evidence > p {
  max-width: 720px;
  margin: 0;
  color: #34425a;
  font-size: clamp(0.82rem, 0.9vw, 0.96rem);
  line-height: 1.56;
}

.project-source {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 10px;
  margin-top: 14px;
  color: var(--blue);
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.project-source span {
  transition: transform 0.25s ease;
}

.project-source:hover span {
  transform: translate(3px, -3px);
}

.project-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: auto 0 0;
}

.project-proof > div {
  min-width: 0;
  padding-top: 12px;
  border-top: 1px solid rgba(36, 87, 255, 0.16);
}

.project-proof dt {
  color: #8a93a0;
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-proof dd {
  margin: 9px 0 0;
  color: #4f5867;
  font-size: clamp(0.68rem, 0.74vw, 0.79rem);
  line-height: 1.42;
}

.project-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 12px;
}

.project-stack span {
  padding: 4px 8px;
  border: 1px solid rgba(36, 87, 255, 0.1);
  border-radius: 100px;
  background: #f5f7fb;
  color: var(--blue);
  font-family: var(--mono);
  font-size: .75rem;
  white-space: nowrap;
}

.project-selector {
  display: flex;
  height: 100%;
  min-height: 0;
  flex-direction: column;
  padding: clamp(20px, 3vh, 28px) clamp(24px, 3vw, 46px) clamp(24px, 4vh, 38px);
  overflow: hidden;
  border-left: 1px solid rgba(36, 87, 255, 0.12);
  background: var(--sky);
}

.selector-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: clamp(12px, 2vh, 22px);
  color: rgba(21, 48, 97, 0.58);
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.1em;
}

.selector-arrows,
.voice-controls > div {
  display: flex;
  gap: 6px;
}

.selector-arrows button,
.voice-controls button {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  transition:
    color 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease;
}

.selector-arrows button {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(36, 87, 255, 0.16);
  background: rgba(255, 255, 255, 0.48);
  color: var(--blue);
}

.selector-arrows button:hover {
  transform: none;
  background: var(--blue);
  color: #ffffff;
}

.voice-controls button:hover {
  transform: scale(1.08);
  background: var(--lime);
  color: var(--ink);
}

.project-select {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  flex: 1;
  width: 100%;
  min-height: 0;
  padding: clamp(8px, 1.25vh, 14px) 14px;
  overflow: hidden;
  border: 0;
  border-top: 1px solid rgba(36, 87, 255, 0.12);
  background: transparent;
  color: #20365e;
  text-align: left;
  transition:
    opacity 0.25s ease,
    background 0.25s ease,
    color 0.25s ease;
}

.project-select::before {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 7px;
  height: 7px;
  transform: translateY(-50%) scale(0);
  border-radius: 50%;
  background: var(--blue);
  content: "";
  transition: transform 0.3s ease;
}

.project-select > span {
  color: rgba(36, 87, 255, 0.56);
  font-family: var(--mono);
  font-size: .75rem;
}

.project-select strong {
  max-width: 250px;
  overflow: hidden;
  font-size: clamp(0.84rem, 1.05vw, 1.1rem);
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.project-select small {
  grid-row: 1;
  grid-column: 3;
  color: rgba(21, 48, 97, 0.5);
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.project-select:hover,
.project-select.is-active {
  background: rgba(255, 255, 255, 0.62);
  color: var(--blue);
}

.project-select:not(.is-active) {
  opacity: 0.7;
}

.project-select.is-active::before {
  transform: translateY(-50%) scale(1);
}

.project-select.is-active > span,
.project-select.is-active small {
  color: var(--blue);
}

.learning-section {
  position: relative;
  z-index: 3;
  background: #ffffff;
}

.learning-layout {
  display: grid;
  grid-template-columns: minmax(0, 57%) minmax(360px, 43%);
  min-height: 900px;
}

.learning-visual {
  --active-step: 0;
  position: relative;
  min-height: 900px;
  overflow: hidden;
  background: var(--blue-soft);
}

.learning-visual::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 48%, rgba(15, 30, 75, 0.68)),
    linear-gradient(90deg, rgba(36, 87, 255, 0.24), transparent 45%);
  content: "";
}

.learning-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.015);
  transition:
    object-position 0.7s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes learning-image-in {
  from {
    transform: scale(1.08);
    filter: blur(8px);
  }
}

.learning-overlay {
  position: absolute;
  z-index: 3;
  right: clamp(24px, 4vw, 64px);
  bottom: clamp(30px, 5vw, 74px);
  left: clamp(24px, 4vw, 64px);
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  gap: 12px 28px;
  color: #ffffff;
  animation: learning-copy-in 0.5s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes learning-copy-in {
  from {
    transform: translateY(25px);
    opacity: 0;
  }
}

.learning-overlay > span {
  font-size: clamp(5rem, 10vw, 12rem);
  font-weight: 650;
  letter-spacing: -0.09em;
  line-height: 0.72;
}

.learning-overlay strong {
  max-width: 500px;
  font-size: clamp(2rem, 3.4vw, 4.2rem);
  letter-spacing: -0.06em;
  line-height: 0.92;
}

.learning-overlay small {
  grid-column: 2;
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.learning-pulse {
  position: absolute;
  z-index: 3;
  top: 16%;
  left: 14%;
  width: 16px;
  height: 16px;
  pointer-events: none;
}

.learning-pulse span {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--lime);
  animation: learning-pulse 2.8s ease-out infinite;
}

.learning-pulse span:nth-child(2) {
  animation-delay: 0.8s;
}

.learning-pulse span:nth-child(3) {
  animation-delay: 1.6s;
}

@keyframes learning-pulse {
  0% {
    transform: scale(0.3);
    opacity: 1;
  }
  100% {
    transform: scale(7);
    opacity: 0;
  }
}

.learning-steps {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 50px clamp(24px, 4vw, 72px);
  list-style: none;
}

.learning-steps li {
  position: relative;
}

.learning-steps li::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--blue);
  content: "";
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.learning-steps li.is-active::after {
  transform: scaleX(1);
}

.learning-steps button {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 16px;
  align-items: start;
  width: 100%;
  padding: 23px 0;
  border: 0;
  background: transparent;
  text-align: left;
}

.step-number {
  padding-top: 5px;
  color: #a2a9b5;
  font-family: var(--mono);
  font-size: .75rem;
  transition: color 0.3s ease;
}

.step-copy {
  display: grid;
  gap: 8px;
}

.step-copy strong {
  font-size: clamp(1.35rem, 2vw, 2.1rem);
  letter-spacing: -0.04em;
  transition:
    color 0.3s ease,
    transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.step-copy small {
  max-width: 520px;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.87rem;
  line-height: 1.45;
  opacity: 0.38;
  transition: opacity 0.3s ease;
}

.step-mark {
  color: #a2a9b5;
  font-size: 1.1rem;
  transition:
    color 0.3s ease,
    transform 0.35s ease;
}

.learning-steps li.is-active .step-number,
.learning-steps li.is-active .step-copy strong,
.learning-steps li.is-active .step-mark {
  color: var(--blue);
}

.learning-steps li.is-active .step-copy strong {
  transform: translateX(10px);
}

.learning-steps li.is-active .step-copy small {
  opacity: 1;
}

.learning-steps li.is-active .step-mark {
  transform: translate(4px, -4px);
}

.voices-section {
  position: relative;
  z-index: 3;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 70%, rgba(200, 236, 255, 0.92), transparent 25%),
    var(--blue-soft);
}

.voices-section::after {
  position: absolute;
  top: 10%;
  right: -5%;
  width: 24vw;
  height: 24vw;
  border-radius: 50%;
  background: var(--lime);
  content: "";
  filter: blur(2px);
  opacity: 0.32;
  animation: voices-blob 11s ease-in-out infinite alternate;
}

@keyframes voices-blob {
  to {
    transform: translate(-14vw, 23vw) scale(0.7);
  }
}

.voices-section .section-intro {
  position: relative;
  z-index: 2;
  color: var(--ink);
}

.voices-section .section-intro.is-inverse .section-index {
  color: var(--muted);
}

.voices-section .section-intro.is-inverse .section-index span:first-child {
  color: var(--blue);
}

.voice-media-ribbon {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 46%) minmax(240px, 25%) minmax(0, 29%);
  min-height: 430px;
  overflow: hidden;
  background: #ffffff;
}

.voice-media-ribbon figure {
  position: relative;
  min-width: 0;
  height: 430px;
  margin: 0;
  overflow: hidden;
}

.voice-media-ribbon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 1.2s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.6s ease;
}

.voice-media-ribbon figure:hover img {
  transform: scale(1.05);
  filter: saturate(1.15);
}

.voice-media-ribbon figure::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(14, 27, 66, 0.58));
  content: "";
}

.voice-media-ribbon figcaption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 20px;
  left: 24px;
  color: #ffffff;
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.09em;
}

.voice-media-message {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(32px, 4vw, 62px);
  overflow: hidden;
  background: var(--blue);
  color: #ffffff;
}

.voice-media-message::before {
  position: absolute;
  top: 50%;
  right: -0.08em;
  color: transparent;
  content: "&";
  font-size: clamp(10rem, 17vw, 18rem);
  font-weight: 720;
  line-height: 0.72;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
  transform: translateY(-50%);
  pointer-events: none;
}

.voice-media-message > span {
  position: relative;
  z-index: 2;
  color: var(--lime);
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.voice-media-message > strong {
  position: relative;
  z-index: 2;
  max-width: 390px;
  font-size: clamp(1.65rem, 2.35vw, 3rem);
  letter-spacing: -0.065em;
  line-height: 0.91;
}

.voice-media-message > strong > span {
  display: block;
}

.voice-media-message > strong > span:nth-child(2) {
  margin-left: 0.18em;
}

.voice-media-message > strong > span:nth-child(4) {
  margin-top: 0.26em;
}

.voice-media-message > strong em {
  color: var(--lime);
  font-style: normal;
}

.voice-media-message > strong .is-product {
  color: #ffffff;
  font-size: 1.08em;
}

.voice-stage {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  height: auto;
  min-height: 660px;
  padding: 30px clamp(24px, 4vw, 68px) clamp(80px, 9vw, 140px);
}

.voice-content {
  display: grid;
  min-width: 0;
}

.voice-content > blockquote,
.voice-size-probe {
  grid-area: 1 / 1;
}

.voice-size-probe {
  display: grid;
  visibility: hidden;
  pointer-events: none;
}

.voice-size-probe blockquote {
  grid-area: 1 / 1;
  animation: none;
}

.voice-stage blockquote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1180px;
  margin: 0;
  animation: voice-in 0.75s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes voice-in {
  from {
    transform: translateX(70px);
    filter: blur(10px);
    opacity: 0;
  }
}

.voice-quote-mark {
  color: var(--blue);
  font-size: 7rem;
  font-weight: 700;
  line-height: 0.5;
}

.voice-stage blockquote > p {
  max-width: 1120px;
  margin: 46px 0 0;
  font-size: clamp(2.45rem, 4.8vw, 6rem);
  font-weight: 520;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.voice-stage blockquote footer {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 52px;
}

.voice-avatar {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
  color: #ffffff;
  font-size: .75rem;
  font-weight: 800;
}

.voice-stage footer > span:last-child {
  display: grid;
  gap: 5px;
}

.voice-stage footer strong {
  font-size: 0.84rem;
}

.voice-stage footer small {
  color: var(--muted);
  font-size: .75rem;
}

.voice-controls {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  padding: 16px 0;
}

.voice-controls > span {
  color: var(--blue);
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.1em;
}

.voice-controls button {
  background: #ffffff;
  color: var(--blue);
}

.contact-section {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 57%) minmax(420px, 43%);
  min-height: 820px;
  overflow: hidden;
  isolation: isolate;
  background: #eef3ff;
}

.contact-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(88px, 8vw, 128px) clamp(32px, 4.5vw, 76px);
  overflow: hidden;
  background:
    radial-gradient(circle at 4% 74%, rgba(199, 230, 255, 0.72), transparent 22%),
    #ffffff;
  color: var(--ink);
}

.contact-meta {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--blue);
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-meta > span:last-child {
  color: #929db0;
}

.contact-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--blue);
}

.contact-kicker::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 5px rgba(201, 255, 66, 0.2);
  content: "";
}

.contact-word {
  position: relative;
  z-index: 1;
  display: block;
  width: max-content;
  margin: clamp(48px, 5vw, 72px) 0 0 -0.065em;
  color: var(--blue);
  font-size: clamp(6.5rem, 9.4vw, 11.6rem);
  font-weight: 800;
  letter-spacing: -0.105em;
  line-height: 0.65;
}

.contact-copy h2 {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: clamp(44px, 4.5vw, 64px) 0 0;
  color: var(--ink);
  font-size: clamp(3.35rem, 4.5vw, 5.5rem);
  letter-spacing: -0.072em;
  line-height: 0.92;
}

.contact-copy > p {
  position: relative;
  z-index: 1;
  max-width: 610px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.6;
}

.contact-points {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 54px);
  margin-top: clamp(38px, 4vw, 56px);
}

.contact-points button {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  min-width: 0;
  padding: 20px 0 0;
  border: 0;
  border-top: 1px solid rgba(17, 19, 26, 0.16);
  background: transparent;
  color: var(--ink);
  text-align: left;
  transition:
    border-color 0.3s ease,
    color 0.3s ease;
}

.contact-points button > span:first-child {
  color: #8d97a8;
  font-family: var(--mono);
  font-size: .75rem;
  transition: color 0.3s ease;
}

.contact-point-copy {
  display: grid;
  gap: 8px;
}

.contact-point-copy strong {
  font-size: 1rem;
  transition: color 0.3s ease;
}

.contact-point-copy small {
  max-width: 220px;
  color: var(--muted);
  font-size: .75rem;
  line-height: 1.45;
}

.contact-points button:hover,
.contact-points button.is-active {
  border-color: var(--blue);
}

.contact-points button.is-active > span:first-child,
.contact-points button.is-active strong {
  color: var(--blue);
}

.contact-form {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(78px, 7vw, 112px) clamp(30px, 4vw, 70px);
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0%, rgba(201, 255, 66, 0.34), transparent 20%),
    #eef3ff;
}

.contact-form::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, transparent, rgba(36, 87, 255, 0.26) 18% 82%, transparent);
  content: "";
}

.form-head {
  display: grid;
  gap: 14px;
  margin-bottom: clamp(30px, 3vw, 44px);
}

.form-head-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--blue);
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.1em;
}

.form-head strong {
  max-width: 520px;
  font-size: clamp(2.8rem, 3.55vw, 4.35rem);
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.form-head p {
  max-width: 440px;
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.5;
}

.contact-request-topic {
  position: relative;
  display: grid;
  gap: 7px;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid rgba(36, 87, 255, 0.18);
  border-bottom: 1px solid rgba(36, 87, 255, 0.18);
}

.contact-request-topic span {
  grid-column: 1;
  color: #808b9d;
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-request-topic strong {
  grid-column: 1;
  font-size: 0.9rem;
}

.contact-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(20px, 2vw, 34px);
  margin-top: 18px;
}

.contact-field {
  display: grid;
  gap: 8px;
  margin-top: 25px;
}

.contact-field.is-wide {
  grid-column: 1 / -1;
}

.contact-field > span {
  display: flex;
  align-items: center;
  color: #737b87;
  font-size: .75rem;
}

.contact-form input[type="text"],
.contact-form textarea {
  width: 100%;
  padding: 10px 0 15px;
  resize: vertical;
  border: 0;
  border-bottom: 2px solid rgba(17, 19, 26, 0.16);
  border-radius: 0;
  outline: 0;
  background: transparent;
  font-size: 1rem;
  transition:
    border-color 0.3s ease,
    padding-left 0.3s ease;
}

.contact-form input[type="text"]:focus,
.contact-form textarea:focus {
  border-color: var(--blue);
}

.contact-form textarea {
  min-height: 116px;
  max-height: 240px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #a6adb6;
}

.consent-field {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  margin-top: 26px;
}

.consent-field input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--blue);
}

.consent-field span {
  color: #717986;
  font-size: .75rem;
  line-height: 1.4;
}

.consent-field a {
  color: var(--blue);
  text-decoration: underline;
}

.form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.form-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 72px;
  margin: 0;
  padding: 0 0 0 24px;
  overflow: hidden;
  border: 0;
  background: var(--blue);
  color: #ffffff;
  font-weight: 700;
  transition:
    background 0.3s ease;
}

.form-submit > span:last-child {
  display: grid;
  align-self: stretch;
  width: 72px;
  place-items: center;
  background: var(--lime);
  color: var(--ink);
  font-size: 1.1rem;
  transition: transform 0.35s ease;
}

.hsdt-page button.form-submit {
  color: #ffffff;
}

.form-submit:hover {
  background: var(--blue-deep);
}

.form-submit:hover > span:last-child {
  transform: translateX(5px);
}

.form-submit:disabled {
  cursor: wait;
  opacity: 0.65;
}

.contact-form-action {
  display: block;
  margin-top: 30px;
}

.form-status {
  margin: 14px 0 0;
  color: #12612a;
  font-size: .75rem;
}

.form-status.is-error {
  color: #b00020;
}

.site-footer {
  position: relative;
  z-index: 3;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 94% 42%, rgba(199, 230, 255, 0.48), transparent 22%),
    #f8faff;
  color: var(--ink);
}

.footer-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 62px;
  padding: 0 clamp(24px, 4vw, 68px);
  border-bottom: 1px solid rgba(36, 87, 255, 0.14);
  background: rgba(255, 255, 255, 0.68);
  color: var(--blue);
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.09em;
}

.footer-meta > span:last-child {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #818b9c;
}

.footer-meta i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 5px rgba(201, 255, 66, 0.2);
}

.footer-main {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 35%) minmax(0, 1fr);
  gap: clamp(64px, 8vw, 150px);
  padding: clamp(86px, 8vw, 126px) clamp(24px, 4vw, 68px) clamp(72px, 7vw, 110px);
  overflow: hidden;
  isolation: isolate;
}

.footer-brand,
.footer-links {
  position: relative;
  z-index: 1;
}

.footer-brand {
  align-self: start;
}

.footer-brand > a {
  display: inline-flex;
  width: 190px;
}

.footer-brand img {
  width: 190px;
  height: 104px;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) saturate(100%) invert(32%) sepia(95%) saturate(3978%) hue-rotate(224deg)
    brightness(99%) contrast(104%);
}

.footer-brand > strong {
  display: block;
  max-width: 470px;
  margin-top: 36px;
  font-size: clamp(2.25rem, 3vw, 3.75rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.footer-brand > p {
  max-width: 440px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.6;
}

.footer-contact-link {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 64px;
  align-items: center;
  width: min(100%, 390px) !important;
  min-height: 64px;
  margin-top: 42px;
  padding-left: 22px;
  overflow: hidden;
  background: var(--blue);
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 700;
  transition: background 0.3s ease;
}

.footer-contact-link i {
  display: grid;
  align-self: stretch;
  place-items: center;
  background: var(--lime);
  color: var(--ink);
  font-size: 1rem;
  font-style: normal;
  transition: transform 0.3s ease;
}

.footer-contact-link:hover {
  background: var(--blue-deep);
}

.footer-contact-link:hover i {
  transform: translateX(5px);
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 70px);
  align-items: start;
}

.footer-link-column {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.footer-link-column > header {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  align-items: baseline;
  min-height: 42px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(17, 19, 26, 0.14);
}

.footer-link-column > header span {
  color: var(--blue);
  font-family: var(--mono);
  font-size: .75rem;
}

.footer-link-column > header strong {
  font-size: .75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-link-column > a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 50px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(17, 19, 26, 0.09);
}

.footer-link-column > a i,
.footer-official-link i {
  color: #a3abba;
  font-style: normal;
  transition:
    color 0.25s ease,
    transform 0.25s ease;
}

.footer-link-column a,
.footer-link-column p {
  margin: 0;
  color: #5f6672;
  font-size: .75rem;
  line-height: 1.45;
}

.footer-link-column a {
  transition:
    color 0.25s ease,
    border-color 0.25s ease;
}

.footer-link-column a:hover {
  border-color: var(--blue);
  color: var(--blue);
}

.footer-link-column > a:hover i,
.footer-official-link:hover i {
  transform: translate(2px, -2px);
  color: var(--blue);
}

.footer-contact-line {
  display: grid;
  gap: 5px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(17, 19, 26, 0.09);
}

.footer-contact-line small,
.footer-official-title {
  color: #8a94a5;
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.06em;
}

.footer-contact-line a {
  width: fit-content;
}

.footer-social-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin-top: 16px;
}

.footer-social-links a {
  display: grid;
  min-height: 38px;
  place-items: center;
  background: rgba(36, 87, 255, 0.07);
  color: var(--blue);
  font-family: var(--mono);
  font-size: .75rem;
  font-weight: 700;
}

.footer-social-links a:hover {
  background: var(--blue);
  color: #ffffff;
}

.footer-official-title {
  display: block;
  margin-top: 28px;
  text-transform: uppercase;
}

.footer-official-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid rgba(17, 19, 26, 0.09);
}

.footer-word {
  position: absolute;
  z-index: 0;
  right: var(--page-gutter);
  bottom: -0.08em;
  left: var(--page-gutter);
  color: rgba(36, 87, 255, 0.042);
  font-size: clamp(14rem, 24vw, 29rem);
  font-weight: 800;
  letter-spacing: -0.11em;
  line-height: 0.68;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  -webkit-text-stroke: 1px rgba(36, 87, 255, 0.11);
}

.footer-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 32px;
  min-height: 76px;
  padding: 18px clamp(24px, 4vw, 68px);
  border-top: 1px solid rgba(36, 87, 255, 0.14);
  background: rgba(255, 255, 255, 0.74);
  color: #69717f;
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.05em;
}

.footer-bottom > div {
  display: grid;
  gap: 5px;
}

.footer-bottom > div span:last-child {
  color: #959ead;
}

.footer-bottom > span {
  color: var(--blue);
}

.footer-bottom a {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 10px;
  color: var(--blue);
}

.footer-bottom a i {
  font-style: normal;
}

.hsdt-page :focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 4px;
}

@media (max-width: 1180px) {


  .hero-grid {
    grid-template-columns: minmax(0, 58%) minmax(0, 42%);
  }

  .hero-copy {
    padding-left: 36px;
  }

  .hero-copy h1 {
    font-size: clamp(4rem, 7vw, 6rem);
  }

  .hero-stats {
    width: 42%;
  }

  .about-layout {
    grid-template-columns: minmax(0, 1fr) minmax(104px, 11%);
    gap: 30px;
  }

  .project-observatory {
    grid-template-columns: minmax(0, 65%) minmax(310px, 35%);
  }

  .learning-layout {
    grid-template-columns: minmax(0, 52%) minmax(380px, 48%);
  }

  .contact-section {
    grid-template-columns: minmax(0, 54%) minmax(400px, 46%);
  }
}


@media (max-width: 1120px) {
  .hsdt-page {
    --page-gutter: 28px;
  }

























  .hero-section {
    padding-top: 74px;
  }

  .hero-grid,
  .hero-copy {
    min-height: calc(clamp(900px, 100svh, 1080px) - 74px);
  }

  .hero-visual {
    inset: 74px 0 0;
  }
}

@media (max-width: 920px) {
  .technology-band {
    min-height: 430px;
    padding-right: 28px;
    padding-left: 28px;
  }

  .technology-band-stage {
    min-height: 320px;
  }

  .technology-band-copy {
    width: min(78%, 700px);
  }

  .technology-band-word {
    right: -0.14em;
    font-size: clamp(8rem, 27vw, 15rem);
  }

  .technology-band.is-direction-2 .technology-band-word,
  .technology-band.is-direction-6 .technology-band-word {
    font-size: clamp(5.5rem, 16vw, 9rem);
  }

  .technology-band.is-direction-4 .technology-band-word,
  .technology-band.is-direction-5 .technology-band-word {
    font-size: clamp(6.4rem, 20vw, 11rem);
  }

  .capability-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: clamp(24px, 5vw, 42px);
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    min-height: auto;
    padding: 90px 28px 62px;
  }

  .hero-copy h1 {
    max-width: 770px;
    font-size: clamp(4.2rem, 12vw, 7rem);
  }

  .hero-lead {
    max-width: 590px;
  }

  .hero-code {
    margin-top: 70px;
  }

  .hero-visual {
    min-height: 74svh;
  }

  .hero-image-stage::before {
    display: none;
  }

  .hero-stats {
    position: relative;
    width: 100%;
    min-height: 110px;
    background: var(--blue-soft);
  }

  .section-intro {
    grid-template-columns: 1fr;
  }

  .section-intro h2,
  .section-intro > p {
    grid-column: 1;
  }

  .section-intro > p {
    margin-top: 6px;
  }

  .about-layout {
    grid-template-columns: minmax(0, 1fr) minmax(88px, 14%);
    gap: 82px 34px;
  }

  .about-build {
    grid-row: 1;
    grid-column: 2;
  }

  .about-copy {
    grid-row: 1;
    grid-column: 1;
  }

  .project-observatory {
    grid-template-columns: 1fr;
    height: auto;
    max-height: none;
  }

  .project-feature {
    height: auto;
    min-height: 0;
  }

  .project-image-wrap {
    height: 500px;
  }

  .project-copy {
    height: auto;
    min-height: 430px;
    overflow: visible;
  }

  .project-selector {
    height: auto;
    min-height: 600px;
    border-top: 1px solid rgba(36, 87, 255, 0.12);
    border-left: 0;
  }

  .learning-layout {
    grid-template-columns: 1fr;
  }

  .learning-visual {
    min-height: 78svh;
  }

  .learning-steps {
    padding-top: 56px;
    padding-bottom: 70px;
  }

  .voice-stage {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    height: auto;
    min-height: 760px;
  }

  .voice-controls {
    flex-direction: row;
    align-items: center;
    margin-top: 40px;
  }

  .contact-section {
    grid-template-columns: 1fr;
  }

  .contact-copy,
  .contact-form {
    min-height: 0;
    padding-right: 28px;
    padding-left: 28px;
  }

  .contact-copy {
    padding-top: 110px;
    padding-bottom: 96px;
  }

  .contact-form {
    padding-top: 100px;
    padding-bottom: 104px;
  }

  .contact-form::before {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(36, 87, 255, 0.28) 16% 84%, transparent);
  }

  .contact-word {
    font-size: clamp(7rem, 19.5vw, 11rem);
  }

  .contact-copy h2 {
    max-width: 760px;
    font-size: clamp(4rem, 9.5vw, 6rem);
  }

  .contact-copy > p,
  .contact-points,
  .form-head,
  .contact-request-topic,
  .contact-fields,
  .consent-field,
  .contact-form-action,
  .form-status {
    width: min(100%, 760px);
  }

  .form-head strong {
    font-size: clamp(3.1rem, 6.5vw, 4.4rem);
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 82px;
  }

  .footer-brand {
    max-width: 680px;
  }

  .footer-word {
    bottom: -0.04em;
    font-size: clamp(13rem, 34vw, 20rem);
  }
}

@media (max-width: 620px) {
  .technology-band {
    min-height: 410px;
    padding: 22px 16px 0;
  }

  .technology-band-meta {
    font-size: .75rem;
  }

  .technology-band-stage {
    min-height: 300px;
  }

  .technology-band-copy {
    width: 92%;
  }

  .technology-band-copy code {
    margin-left: 12px;
    font-size: .75rem;
  }

  .technology-band-copy > strong {
    max-width: 340px;
    font-size: clamp(2.85rem, 13.7vw, 4.25rem);
  }

  .technology-band-copy > p {
    max-width: 340px;
    margin-top: 20px;
    font-size: 0.76rem;
  }

  .technology-band-word {
    top: 42%;
    right: -0.18em;
    font-size: clamp(7rem, 34vw, 11rem);
  }

  .technology-band.is-direction-2 .technology-band-word,
  .technology-band.is-direction-6 .technology-band-word {
    font-size: clamp(4.3rem, 18.5vw, 6.5rem);
  }

  .technology-band.is-direction-4 .technology-band-word,
  .technology-band.is-direction-5 .technology-band-word {
    font-size: clamp(5.1rem, 23vw, 8rem);
  }

  .technology-band-list {
    gap: 26px;
    padding-bottom: 22px;
  }

  .cursor-aura {
    display: none;
  }









  .hero-section {
    padding-top: 66px;
  }

  .hero-copy {
    padding: 64px 16px 48px;
  }

  .hero-kicker {
    max-width: 300px;
    gap: 10px;
    font-size: .75rem;
    line-height: 1.4;
  }

  .hero-copy h1 {
    margin-top: 26px;
    font-size: clamp(3.25rem, 16.7vw, 4.7rem);
    line-height: 0.84;
  }

  .hero-lead {
    margin-top: 26px;
    font-size: 0.91rem;
  }

  .hero-actions {
    display: grid;
    margin-top: 28px;
  }

  .button-primary,
  .button-ghost {
    width: 100%;
    min-width: 0;
    min-height: 58px;
  }

  .hero-live {
    margin-top: 24px;
  }

  .hero-code {
    justify-content: space-between;
    gap: 8px;
    margin-top: 48px;
    font-size: .75rem;
  }

  .hero-visual {
    min-height: 65svh;
  }

  .hero-image.is-live {
    clip-path: circle(34% at 62% 42%);
    animation: mobile-spot 7s ease-in-out infinite alternate;
  }

  @keyframes mobile-spot {
    to {
      clip-path: circle(42% at 36% 58%);
    }
  }

  .hero-spotlight {
    width: 150px;
    height: 150px;
    animation: mobile-ring 7s ease-in-out infinite alternate;
  }

  @keyframes mobile-ring {
    to {
      top: 58%;
      left: 36%;
    }
  }

  .hero-visual-top {
    top: 20px;
    right: 16px;
    left: 16px;
    font-size: .75rem;
  }

  .hero-visual-badge {
    right: 16px;
    bottom: 22px;
  }

  .hero-terminal {
    top: 74px;
    bottom: auto;
    left: 16px;
    width: min(265px, calc(100% - 82px));
  }

  .hero-artifact {
    padding: 6px 8px;
  }

  .hero-artifact.is-d,
  .hero-artifact.is-e {
    display: none;
  }

  .hero-artifact.is-a {
    top: 39%;
    left: 8%;
  }

  .hero-artifact.is-b {
    top: 31%;
    right: 7%;
  }

  .hero-artifact.is-c {
    bottom: 23%;
  }

  .hero-float-word {
    font-size: 2.8rem;
  }

  .hero-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    min-height: 176px;
  }

  .hero-stats article {
    display: flex;
    flex-direction: column;
    width: auto;
    min-height: 88px;
    padding: 16px;
  }

  .hero-stats strong {
    margin-top: 7px;
    font-size: 1.45rem;
  }

  .hero-stats small {
    margin-top: 7px;
    font-size: .75rem;
  }

  .focus-item {
    min-height: 62px;
    gap: 24px;
    padding: 0 28px;
    font-size: .75rem;
  }

  .section-intro {
    gap: 28px;
    padding: 88px 16px 46px;
  }

  .section-intro h2 {
    font-size: clamp(3rem, 14.5vw, 4.7rem);
  }

  .section-intro > p {
    font-size: 0.9rem;
  }

  .about-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 54px;
    padding: 10px 16px 72px;
  }

  .about-build {
    grid-row: 1;
    grid-column: 1;
    justify-self: end;
    font-size: clamp(4.7rem, 23vw, 7rem);
    writing-mode: horizontal-tb;
    transform: none;
  }

  .about-copy {
    grid-row: 2;
    grid-column: 1;
  }

  .about-copy-meta {
    margin-bottom: 32px;
  }

  .about-statement {
    font-size: clamp(2rem, 9.5vw, 2.75rem);
    line-height: 1.07;
  }

  .about-transform {
    grid-template-columns: auto minmax(40px, 1fr) auto;
    gap: 12px;
    margin-top: 46px;
    font-size: .75rem;
  }

  .capability-grid {
    display: block;
    padding: 0 16px 84px;
  }

  .capability-card {
    display: flex;
    width: 100%;
    justify-content: flex-start;
  }

  .capability-card strong {
    font-size: 1.7rem;
  }

  .project-observatory {
    min-height: 0;
  }

  .project-feature {
    min-height: 0;
  }

  .project-image-wrap {
    height: clamp(330px, 82vw, 430px);
    min-height: 0;
  }

  .project-visual-head {
    top: 16px;
    right: 14px;
    left: 16px;
    font-size: .75rem;
  }

  .project-metric {
    right: 14px;
    bottom: 14px;
    max-width: 58%;
    padding: 11px 13px;
  }

  .project-copy {
    grid-template-columns: 1fr;
    gap: 34px;
    height: auto;
    min-height: 0;
    padding: 34px 16px 48px;
    overflow: visible;
  }

  .project-copy-heading h3 {
    margin-top: 44px;
    font-size: 2.55rem;
  }

  .project-copy-evidence > p {
    font-size: 0.86rem;
  }

  .project-source {
    margin-top: 20px;
  }

  .project-proof {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }

  .project-proof dd {
    font-size: .75rem;
  }

  .project-selector {
    min-height: 540px;
    padding: 30px 16px 46px;
  }

  .project-select {
    padding: 12px 14px;
  }

  .learning-visual {
    min-height: 70svh;
  }

  .learning-overlay {
    right: 16px;
    bottom: 30px;
    left: 16px;
    grid-template-columns: 1fr;
  }

  .learning-overlay > span {
    font-size: 7rem;
  }

  .learning-overlay strong,
  .learning-overlay small {
    grid-column: 1;
  }

  .learning-overlay strong {
    font-size: 2.6rem;
  }

  .learning-steps {
    padding: 40px 16px 64px;
  }

  .learning-steps button {
    grid-template-columns: 32px 1fr auto;
    gap: 8px;
  }

  .step-copy strong {
    font-size: 1.35rem;
  }

  .step-copy small {
    font-size: 0.78rem;
  }

  .voice-stage {
    height: auto;
    min-height: 720px;
    padding: 20px 16px 70px;
  }

  .voice-stage blockquote > p {
    margin-top: 34px;
    font-size: clamp(1.85rem, 9.8vw, 2.1rem);
  }

  .voice-stage blockquote footer {
    margin-top: 42px;
  }

  .contact-copy,
  .contact-form {
    min-height: 0;
    padding: 76px 16px;
  }

  .contact-meta {
    font-size: .75rem;
  }

  .contact-word {
    margin-top: 54px;
    font-size: clamp(4.8rem, 22vw, 7rem);
  }

  .contact-copy h2 {
    margin-top: 44px;
    font-size: clamp(3.15rem, 13.5vw, 4.2rem);
  }

  .contact-points {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 50px;
  }

  .contact-points button {
    grid-template-columns: 26px minmax(0, 1fr);
  }

  .contact-fields {
    grid-template-columns: 1fr;
  }

  .contact-field.is-wide {
    grid-column: auto;
  }

  .form-head strong {
    font-size: 3.2rem;
  }

  .footer-main {
    gap: 62px;
    padding: 76px 16px;
  }

  .footer-meta {
    align-items: flex-start;
    flex-direction: column;
    min-height: 82px;
    padding: 20px 16px;
    line-height: 1.45;
  }

  .footer-brand > strong {
    font-size: 2.4rem;
  }

  .footer-contact-link {
    width: 100% !important;
  }

  .footer-links {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .footer-link-column {
    padding: 30px 0;
  }

  .footer-link-column:first-child {
    padding-top: 0;
  }

  .footer-social-links {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .footer-word {
    bottom: 0.02em;
    font-size: clamp(8.5rem, 40vw, 11rem);
    line-height: 0.72;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 20px;
    padding: 24px 16px;
  }

  .footer-bottom a {
    justify-self: start;
  }
}

@media (max-width: 1180px) {
  .hero-grid {
    display: block;
  }

  .hero-copy {
    padding-left: 36px;
    padding-right: 36px;
  }

  .hero-copy h1 {
    max-width: 980px;
    font-size: clamp(4.8rem, 8.6vw, 7.4rem);
  }

  .hero-stats {
    right: 36px;
    width: min(66%, 760px);
  }

  .section-intro.is-manifest,
  .section-intro.is-projects {
    grid-template-columns: minmax(126px, 15%) minmax(360px, 1fr) minmax(260px, 29%);
    gap: 28px;
  }

  .section-intro.is-manifest h2,
  .section-intro.is-projects h2 {
    font-size: clamp(3.5rem, 5.4vw, 5.8rem);
  }
}

@media (max-width: 920px) {
  .hero-section {
    min-height: auto;
  }

  .hero-grid {
    min-height: 900px;
  }

  .hero-copy {
    min-height: 900px;
    padding: 100px 28px 245px;
  }

  .hero-copy h1 {
    max-width: 820px;
    font-size: clamp(4.25rem, 12vw, 7rem);
  }

  .hero-visual {
    inset: 74px 0 110px;
    min-height: 0;
  }

  .hero-terminal {
    right: 28px;
    bottom: 132px;
  }

  .hero-stats {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    min-height: 110px;
    background: var(--blue-soft);
  }

  .section-side {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 38%);
    align-items: start;
  }

  .section-intro.is-manifest,
  .section-intro.is-projects {
    grid-template-columns: minmax(122px, 20%) minmax(0, 1fr);
    gap: 30px 42px;
    align-items: start;
  }

  .section-intro.is-manifest .section-side,
  .section-intro.is-projects .section-side {
    display: flex;
    grid-row: 1 / 3;
    grid-column: 1;
  }

  .section-intro.is-manifest h2,
  .section-intro.is-projects h2 {
    grid-row: 1;
    grid-column: 2;
    font-size: clamp(3.7rem, 8.5vw, 6.2rem);
  }

  .manifest-system {
    grid-row: 2;
    grid-column: 2;
    width: min(100%, 520px);
    min-height: 400px;
    margin-top: 10px;
  }

  .project-deck {
    grid-row: 2;
    grid-column: 2;
    width: min(100%, 540px);
    min-height: 430px;
    margin-top: 10px;
  }

  .about-media {
    grid-template-columns: minmax(0, 58%) minmax(280px, 42%);
    grid-template-rows: minmax(560px, auto) 260px;
    min-height: 820px;
  }

  .about-media-main {
    grid-row: 1;
    grid-column: 1;
  }

  .about-media-copy {
    grid-row: 1;
    grid-column: 2;
  }

  .about-media-inset {
    grid-row: 2;
    grid-column: 1 / -1;
    min-height: 0;
    border-left: 0;
  }

  .voice-media-ribbon {
    grid-template-columns: 1fr 1fr;
  }

  .voice-media-secondary {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .hero-grid {
    min-height: 910px;
  }

  .hero-copy {
    min-height: 910px;
    padding: 78px 16px 285px;
  }

  .hero-copy h1 {
    font-size: clamp(3.25rem, 16.7vw, 4.7rem);
  }

  .hero-line.is-accent {
    margin-left: 0;
  }

  .hero-visual {
    inset: 66px 0 176px;
    min-height: 0;
  }

  .hero-stage-word {
    top: 41%;
    right: -0.12em;
    font-size: 31vw;
    -webkit-text-stroke-width: 1px;
  }

  .hero-code-streams {
    font-size: .75rem;
  }

  .code-stream.is-1 {
    top: 16%;
  }

  .code-stream.is-2 {
    top: 52%;
  }

  .code-stream.is-3 {
    bottom: 15%;
  }

  .hero-visual-top {
    top: 18px;
    right: 16px;
    left: 16px;
  }

  .hero-syntax-note.is-one {
    top: 34%;
    right: 16px;
  }

  .hero-syntax-note.is-two {
    right: 22px;
    bottom: 28%;
  }

  .hero-syntax-note.is-three {
    display: none;
  }

  .hero-terminal {
    top: 650px;
    right: 16px;
    bottom: auto;
    left: 16px;
    width: auto;
  }

  .hero-code {
    display: none;
  }

  .hero-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    min-height: 176px;
  }

  .section-side {
    display: flex;
    gap: 26px;
  }

  .section-intro.is-manifest,
  .section-intro.is-projects {
    grid-template-columns: minmax(0, 1fr);
    gap: 38px;
  }

  .section-intro.is-manifest .section-side,
  .section-intro.is-projects .section-side {
    display: grid;
    grid-row: auto;
    grid-column: 1;
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .section-intro.is-manifest h2,
  .section-intro.is-projects h2 {
    grid-row: auto;
    grid-column: 1;
    font-size: clamp(3rem, 14.5vw, 4.7rem);
  }

  .manifest-build {
    writing-mode: horizontal-tb;
    transform: none;
    font-size: clamp(4.7rem, 23vw, 7rem);
  }

  .manifest-system {
    grid-row: auto;
    grid-column: 1;
    width: 100%;
    min-height: 420px;
    margin-top: 4px;
  }

  .project-deck {
    grid-row: auto;
    grid-column: 1;
    width: 100%;
    min-height: 450px;
    margin-top: 4px;
  }

  .project-deck-stage {
    min-height: 300px;
  }

  .project-deck-card {
    padding: 22px;
  }

  .project-deck-card > strong {
    font-size: clamp(1.75rem, 8vw, 2.4rem);
  }

  .about-media {
    display: block;
    min-height: 0;
  }

  .about-media-main {
    min-height: 350px;
  }

  .about-media-copy {
    min-height: 520px;
    padding: 48px 16px;
  }

  .about-media-copy::before {
    right: 16px;
  }

  .about-media-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .about-media-copy > strong {
    margin-top: 52px;
  }

  .about-media-steps {
    padding-top: 42px;
  }

  .about-media-inset {
    min-height: 280px;
  }

  .voice-media-ribbon {
    display: block;
    min-height: 0;
  }

  .voice-media-ribbon figure {
    height: 280px;
  }

  .voice-media-message {
    min-height: 330px;
    padding: 44px 16px;
  }

  .voice-media-secondary {
    display: block;
  }
}

.section-intro.is-learning {
  grid-template-columns: minmax(310px, 29%) minmax(360px, 1fr) minmax(150px, 16%);
  grid-template-rows: auto auto;
  gap: clamp(24px, 2.8vw, 48px) clamp(28px, 3.4vw, 66px);
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 50%, rgba(36, 87, 255, 0.075), transparent 22%),
    #ffffff;
}

.section-intro.is-learning .section-side {
  grid-row: 1 / 3;
  grid-column: 3;
  align-items: flex-end;
  align-self: stretch;
  justify-content: space-between;
  gap: 30px;
  text-align: right;
}

.section-intro.is-learning h2 {
  grid-row: 1;
  grid-column: 2;
  align-self: end;
  max-width: 780px;
  font-size: clamp(4.2rem, 6.4vw, 7.6rem);
}

.section-intro.is-learning > p {
  grid-row: 2;
  grid-column: 2;
  align-self: start;
  max-width: 650px;
  margin: 0;
  font-size: clamp(0.95rem, 1.05vw, 1.14rem);
}

.learning-word {
  align-self: flex-end;
  color: rgba(36, 87, 255, 0.025);
  -webkit-text-stroke-color: rgba(36, 87, 255, 0.34);
}

.section-intro.is-learning:hover .learning-word {
  color: rgba(36, 87, 255, 0.055);
  -webkit-text-stroke-color: var(--blue);
}

.learning-intro-engine {
  --engine-angle: 0deg;
  --engine-progress: 16.666%;
  position: relative;
  grid-row: 1 / 3;
  grid-column: 1;
  display: grid;
  grid-template-rows: auto minmax(260px, 1fr) auto auto;
  min-width: 0;
  min-height: 410px;
  align-self: center;
  padding: 12px 0 0;
  isolation: isolate;
}

.learning-intro-engine::before {
  position: absolute;
  z-index: -1;
  top: 47%;
  left: 50%;
  width: min(28vw, 390px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(36, 87, 255, 0.1) 0,
    rgba(36, 87, 255, 0.035) 41%,
    transparent 70%
  );
  content: "";
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.learning-engine-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #768093;
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.1em;
}

.learning-engine-head span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.learning-engine-head span i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 6px rgba(201, 255, 66, 0.18);
  animation: signal-pulse 2.2s ease-out infinite;
}

.learning-engine-head strong {
  color: var(--blue);
  font-size: .75rem;
}

.learning-engine-stage {
  position: relative;
  display: grid;
  min-height: 260px;
  place-items: center;
}

.learning-engine-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(190px, 16.8vw, 260px);
  aspect-ratio: 1;
  border: 1px solid rgba(36, 87, 255, 0.18);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 22px rgba(255, 255, 255, 0.38),
    0 24px 80px rgba(36, 87, 255, 0.08);
  transform: translate(-50%, -50%) rotate(var(--engine-angle));
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.learning-engine-orbit::before,
.learning-engine-orbit::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.learning-engine-orbit::before {
  inset: 20%;
  border: 1px solid rgba(36, 87, 255, 0.1);
}

.learning-engine-orbit::after {
  inset: 38%;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 12px 45px rgba(36, 87, 255, 0.1);
  backdrop-filter: blur(10px);
}

.learning-engine-orbit > i {
  position: absolute;
  top: -6px;
  left: 50%;
  width: 12px;
  height: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: var(--blue);
  box-shadow:
    0 0 0 6px rgba(36, 87, 255, 0.11),
    0 7px 18px rgba(36, 87, 255, 0.3);
  transform: translateX(-50%);
}

.learning-engine-number {
  position: absolute;
  right: -0.02em;
  bottom: 0.03em;
  color: transparent;
  font-size: clamp(8rem, 12vw, 13rem);
  font-weight: 760;
  letter-spacing: -0.1em;
  line-height: 0.72;
  -webkit-text-stroke: 1px rgba(36, 87, 255, 0.11);
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.learning-engine-copy {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  animation: learning-engine-copy-in 0.6s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.learning-engine-copy code {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 13px;
  background: var(--blue);
  box-shadow: 0 15px 34px rgba(36, 87, 255, 0.2);
  color: #ffffff;
  font-family: var(--mono);
  font-size: .75rem;
  font-weight: 600;
}

.learning-engine-copy code i {
  color: var(--lime);
  font-size: 0.9rem;
  font-style: normal;
}

.learning-engine-copy > strong {
  margin-top: 18px;
  color: var(--ink);
  font-size: clamp(1.85rem, 2.45vw, 3rem);
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.learning-engine-copy > small {
  margin-top: 12px;
  color: #8a93a2;
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.04em;
}

@keyframes learning-engine-copy-in {
  from {
    transform: translateY(14px);
    opacity: 0;
  }
}

.learning-engine-steps {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 4px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.learning-engine-steps button {
  display: flex;
  min-width: 0;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0;
  border: 0;
  background: transparent;
}

.learning-engine-steps button span {
  color: #9aa2af;
  font-family: var(--mono);
  font-size: .75rem;
  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

.learning-engine-steps button i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #cbd0da;
  transition:
    width 0.35s ease,
    background 0.35s ease,
    box-shadow 0.35s ease;
}

.learning-engine-steps li.is-active button span {
  transform: translateY(-1px);
  color: var(--blue);
}

.learning-engine-steps li.is-active button i {
  width: 14px;
  border-radius: 4px;
  background: var(--blue);
  box-shadow: 0 4px 10px rgba(36, 87, 255, 0.28);
}

.learning-engine-steps button:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
}

.learning-engine-progress {
  height: 2px;
  overflow: hidden;
  background: rgba(36, 87, 255, 0.1);
}

.learning-engine-progress i {
  display: block;
  width: var(--engine-progress);
  height: 100%;
  background: linear-gradient(90deg, var(--blue), #7895ff);
  box-shadow: 0 0 12px rgba(36, 87, 255, 0.3);
  transition: width 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Dense Learning OS module */
.section-intro.is-learning {
  grid-template-columns: minmax(360px, 35%) minmax(340px, 1fr) minmax(140px, 14%);
}

.learning-intro-engine {
  display: grid;
  grid-template-rows: 58px minmax(320px, 1fr) 48px;
  min-height: 426px;
  padding: 0;
  overflow: hidden;
  background: #edf1fb;
  box-shadow: 0 30px 76px rgba(35, 66, 154, 0.13);
}

.learning-intro-engine::before {
  display: none;
}

.learning-intro-engine .learning-engine-head {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 16px 0 18px;
  background: #ffffff;
  color: #737d90;
}

.learning-engine-brand {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
  font-family: var(--mono);
}

.learning-engine-brand > i {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 6px rgba(201, 255, 66, 0.18);
  animation: signal-pulse 2.2s ease-out infinite;
}

.learning-intro-engine .learning-engine-brand > strong {
  overflow: hidden;
  color: var(--ink);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.learning-engine-brand > small {
  color: var(--blue);
  font-size: .75rem;
  letter-spacing: 0.08em;
}

.learning-engine-controls {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
}

.learning-engine-controls button {
  display: grid;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  background: #edf1fb;
  color: var(--blue);
  font-family: var(--mono);
  font-size: .75rem;
  place-items: center;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.learning-engine-controls button:hover,
.learning-engine-controls button:focus-visible {
  transform: translateY(-2px);
  outline: 0;
  background: var(--blue);
  color: #ffffff;
}

.learning-engine-controls > span {
  color: #697489;
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.04em;
}

.learning-engine-body {
  display: grid;
  min-height: 320px;
  grid-template-columns: 62px minmax(0, 1fr);
}

.learning-intro-engine .learning-engine-steps {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(6, minmax(0, 1fr));
  gap: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  background: #e7ecf8;
  list-style: none;
}

.learning-intro-engine .learning-engine-steps li {
  min-height: 0;
}

.learning-intro-engine .learning-engine-steps button {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 0;
  grid-template-columns: 1fr;
  gap: 4px;
  padding: 0;
  border: 0;
  background: transparent;
  place-items: center;
  transition:
    background 0.28s ease,
    color 0.28s ease;
}

.learning-intro-engine .learning-engine-steps button::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 4px;
  height: 0;
  background: var(--lime);
  content: "";
  transform: translateY(-50%);
  transition: height 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.learning-intro-engine .learning-engine-steps button:hover,
.learning-intro-engine .learning-engine-steps button:focus-visible {
  outline: 0;
  background: rgba(255, 255, 255, 0.68);
}

.learning-intro-engine .learning-engine-steps button span {
  color: #7f899c;
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.04em;
}

.learning-intro-engine .learning-engine-steps button i {
  width: 13px;
  height: 1px;
  border-radius: 0;
  background: #b5bece;
  box-shadow: none;
}

.learning-intro-engine .learning-engine-steps li.is-active button {
  background: #ffffff;
}

.learning-intro-engine .learning-engine-steps li.is-active button::after {
  height: 62%;
}

.learning-intro-engine .learning-engine-steps li.is-active button span {
  transform: none;
  color: var(--blue);
  font-weight: 700;
}

.learning-intro-engine .learning-engine-steps li.is-active button i {
  width: 22px;
  height: 2px;
  border-radius: 0;
  background: var(--blue);
  box-shadow: none;
}

.learning-engine-display {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 24px 26px 22px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), transparent 44%),
    var(--blue);
  color: #ffffff;
  isolation: isolate;
  animation: learning-display-in 0.55s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.learning-engine-display::before {
  position: absolute;
  z-index: -1;
  right: -22%;
  bottom: -44%;
  width: 85%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  box-shadow:
    0 0 0 34px rgba(255, 255, 255, 0.035),
    0 0 0 70px rgba(255, 255, 255, 0.02);
  content: "";
}

@keyframes learning-display-in {
  from {
    transform: translateX(-14px);
    opacity: 0.4;
  }
}

.learning-engine-display-meta {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.08em;
}

.learning-engine-display-meta > span {
  color: rgba(255, 255, 255, 0.66);
}

.learning-engine-display-meta > small {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #ffffff;
  font-size: inherit;
}

.learning-engine-display-meta > small i,
.learning-engine-output > small i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 5px rgba(201, 255, 66, 0.13);
}

.learning-engine-display .learning-engine-number {
  z-index: -1;
  top: 36px;
  right: -0.04em;
  bottom: auto;
  color: rgba(255, 255, 255, 0.035);
  font-size: clamp(10rem, 15vw, 15.5rem);
  line-height: 0.72;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.17);
}

.learning-engine-display .learning-engine-copy {
  z-index: 2;
  display: block;
  margin-top: auto;
  text-align: left;
  animation: none;
}

.learning-engine-display .learning-engine-copy code {
  display: inline-flex;
  min-height: 32px;
  padding: 0 11px;
  background: rgba(9, 25, 84, 0.24);
  box-shadow: none;
  backdrop-filter: blur(12px);
  color: #ffffff;
  font-size: .75rem;
}

.learning-engine-display .learning-engine-copy > strong {
  display: block;
  margin-top: 17px;
  color: #ffffff;
  font-size: clamp(2rem, 2.8vw, 3.25rem);
  line-height: 0.88;
}

.learning-engine-display .learning-engine-copy > p {
  position: relative;
  z-index: 2;
  max-width: 330px;
  margin: 13px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: .75rem;
  line-height: 1.48;
}

.learning-engine-output {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.58);
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.08em;
}

.learning-engine-output > small {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #ffffff;
  font-size: inherit;
}

.learning-engine-scan {
  position: absolute;
  z-index: 1;
  top: -25%;
  right: 0;
  left: 0;
  height: 24%;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.08), transparent);
  transform: translateY(-100%);
  animation: learning-scan 2.5s ease-in-out infinite;
  pointer-events: none;
}

@keyframes learning-scan {
  50%,
  100% {
    transform: translateY(620%);
  }
}

.learning-intro-engine .learning-engine-progress {
  display: grid;
  height: 48px;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 0 18px;
  overflow: visible;
  background: #ffffff;
}

.learning-engine-progress > span {
  color: #758095;
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.08em;
}

.learning-engine-progress > div {
  height: 3px;
  overflow: hidden;
  background: #e5e9f2;
}

.learning-engine-progress > div > i {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, var(--blue), #7693ff);
  box-shadow: none;
  animation: learning-auto-progress 3.6s linear both;
}

@keyframes learning-auto-progress {
  to {
    transform: scaleX(1);
  }
}

@media (max-width: 1180px) {
  .section-intro.is-learning {
    grid-template-columns: minmax(330px, 35%) minmax(300px, 1fr) minmax(116px, 13%);
    gap: 28px;
  }

  .section-intro.is-learning h2 {
    font-size: clamp(3.5rem, 5.7vw, 6rem);
  }

  .learning-intro-engine {
    min-height: 426px;
  }

  .learning-engine-copy > strong {
    font-size: clamp(1.7rem, 2.2vw, 2.45rem);
  }
}

@media (max-width: 920px) {
  .section-intro.is-learning {
    grid-template-columns: minmax(0, 1fr) minmax(122px, 20%);
    grid-template-rows: auto auto auto;
    gap: 24px 42px;
    align-items: start;
  }

  .section-intro.is-learning .section-side {
    display: flex;
    grid-row: 1 / 4;
    grid-column: 2;
  }

  .section-intro.is-learning h2 {
    grid-row: 1;
    grid-column: 1;
    font-size: clamp(3.7rem, 8.5vw, 6.2rem);
  }

  .section-intro.is-learning > p {
    grid-row: 2;
    grid-column: 1;
    margin: 0;
  }

  .learning-intro-engine {
    grid-row: 3;
    grid-column: 1;
    width: min(100%, 540px);
    min-height: 390px;
    margin-top: 14px;
  }

  .learning-engine-orbit {
    width: 240px;
  }
}

@media (max-width: 620px) {
  .section-intro.is-learning {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
    gap: 30px;
  }

  .section-intro.is-learning .section-side {
    display: grid;
    grid-row: 1;
    grid-column: 1;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .section-intro.is-learning h2 {
    grid-row: 2;
    grid-column: 1;
  }

  .section-intro.is-learning > p {
    grid-row: 3;
    grid-column: 1;
  }

  .learning-intro-engine {
    grid-row: 4;
    grid-column: 1;
  }

  .section-intro.is-learning h2 {
    font-size: clamp(3.25rem, 16vw, 4.65rem);
  }

  .learning-word {
    font-size: clamp(4.2rem, 20.5vw, 6.4rem);
    writing-mode: horizontal-tb;
    transform: none;
  }

  .learning-intro-engine {
    width: 100%;
    min-height: 390px;
    margin-top: 6px;
  }

  .learning-engine-number {
    right: 0;
    font-size: clamp(7rem, 34vw, 10rem);
  }

  .learning-engine-steps button {
    gap: 4px;
  }

  .learning-engine-steps button span {
    font-size: .75rem;
  }
}

.section-intro.is-voices {
  grid-template-columns: minmax(150px, 16%) minmax(420px, 1fr) minmax(280px, 27%);
  gap: clamp(28px, 3.4vw, 66px);
  align-items: center;
}

.section-intro.is-voices .section-side {
  display: flex;
  align-self: stretch;
  justify-content: space-between;
  gap: 30px;
}

.section-intro.is-voices h2 {
  align-self: center;
  max-width: 850px;
  margin-top: -0.12em;
  font-size: clamp(3.7rem, 5.65vw, 6.8rem);
}

.voice-word {
  color: rgba(36, 87, 255, 0.025);
  -webkit-text-stroke-color: rgba(36, 87, 255, 0.34);
}

.section-intro.is-voices:hover .voice-word {
  color: rgba(36, 87, 255, 0.055);
  -webkit-text-stroke-color: var(--blue);
}

.voice-signal {
  position: relative;
  min-width: 0;
  min-height: 430px;
  padding: 8px 0 0;
  isolation: isolate;
}

.voice-signal::before {
  position: absolute;
  z-index: -1;
  top: 46px;
  right: -0.04em;
  color: transparent;
  content: "VOX";
  font-size: clamp(6.4rem, 10vw, 10rem);
  font-weight: 740;
  letter-spacing: -0.09em;
  line-height: 0.75;
  -webkit-text-stroke: 1px rgba(36, 87, 255, 0.09);
  pointer-events: none;
}

.voice-signal-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #7b8596;
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.09em;
}

.voice-signal-meta > span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.voice-signal-meta > span i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 6px rgba(201, 255, 66, 0.18);
  animation: signal-pulse 2.2s ease-out infinite;
}

.voice-signal-meta > strong {
  margin-left: auto;
  color: var(--blue);
  font-size: .75rem;
}

.voice-signal-stage {
  position: relative;
  min-height: 286px;
  margin-top: 24px;
  padding: 24px 26px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 28px 64px rgba(31, 61, 138, 0.12);
  backdrop-filter: blur(18px);
}

.voice-signal-stage::before {
  position: absolute;
  right: -18%;
  bottom: -55%;
  width: 80%;
  aspect-ratio: 1;
  border: 1px solid rgba(36, 87, 255, 0.1);
  border-radius: 50%;
  box-shadow:
    0 0 0 28px rgba(36, 87, 255, 0.025),
    0 0 0 58px rgba(36, 87, 255, 0.018);
  content: "";
}

.voice-signal-wave {
  position: absolute;
  top: 42px;
  right: 26px;
  left: 26px;
  display: flex;
  height: 116px;
  align-items: center;
  justify-content: center;
  gap: clamp(3px, 0.38vw, 6px);
}

.voice-signal-wave > i {
  width: clamp(3px, 0.32vw, 5px);
  height: var(--wave-height);
  min-height: 8px;
  border-radius: 100px;
  background: linear-gradient(180deg, var(--blue), #8ca4ff);
  box-shadow: 0 5px 14px rgba(36, 87, 255, 0.15);
  transform-origin: center;
  animation: voice-wave 1.15s ease-in-out infinite alternate;
  animation-delay: calc(var(--wave-index) * -0.065s);
}

.voice-signal.is-paused .voice-signal-wave > i {
  animation-play-state: paused;
}

@keyframes voice-wave {
  from {
    transform: scaleY(0.34);
    opacity: 0.44;
  }
  to {
    transform: scaleY(1);
    opacity: 1;
  }
}

.voice-signal-person {
  position: absolute;
  z-index: 2;
  right: 26px;
  bottom: 25px;
  left: 26px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  animation: voice-person-in 0.55s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes voice-person-in {
  from {
    transform: translateY(15px);
    opacity: 0;
  }
}

.voice-signal-person > span {
  display: grid;
  width: 48px;
  height: 48px;
  background: var(--blue);
  box-shadow: 0 14px 28px rgba(36, 87, 255, 0.2);
  color: #ffffff;
  font-family: var(--mono);
  font-size: .75rem;
  font-weight: 700;
  place-items: center;
}

.voice-signal-person > div {
  min-width: 0;
}

.voice-signal-person strong,
.voice-signal-person small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.voice-signal-person strong {
  color: var(--ink);
  font-size: clamp(0.76rem, 0.92vw, 0.95rem);
  font-weight: 680;
  white-space: nowrap;
}

.voice-signal-person small {
  margin-top: 5px;
  color: #737d8d;
  font-size: .75rem;
  line-height: 1.35;
}

.voice-signal-quote {
  position: absolute;
  top: -0.2em;
  right: 0.03em;
  color: transparent;
  font-family: Georgia, serif;
  font-size: 12rem;
  line-height: 1;
  -webkit-text-stroke: 1px rgba(36, 87, 255, 0.11);
  pointer-events: none;
}

.voice-signal-nav {
  display: flex;
  margin-top: 18px;
}

.voice-signal-nav button {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 52px;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0;
  border: 0;
  border-top: 1px solid rgba(36, 87, 255, 0.14);
  background: transparent;
  transition:
    background 0.25s ease,
    color 0.25s ease;
}

.voice-signal-nav button span {
  color: #8b95a5;
  font-family: var(--mono);
  font-size: .75rem;
  transition: color 0.25s ease;
}

.voice-signal-nav button i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #aeb7c5;
  transition:
    width 0.3s ease,
    background 0.3s ease;
}

.voice-signal-nav button:hover,
.voice-signal-nav button.is-active {
  background: rgba(255, 255, 255, 0.42);
}

.voice-signal-nav button.is-active span {
  color: var(--blue);
}

.voice-signal-nav button.is-active i {
  width: 13px;
  border-radius: 3px;
  background: var(--blue);
}

.voice-signal-nav button:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: -2px;
}

.voice-signal-progress {
  height: 2px;
  overflow: hidden;
  background: rgba(36, 87, 255, 0.11);
}

.voice-signal-progress i {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left;
  animation: voice-signal-progress 6.5s linear both;
}

.voice-signal.is-paused .voice-signal-progress i {
  animation-play-state: paused;
}

@keyframes voice-signal-progress {
  to {
    transform: scaleX(1);
  }
}

.voice-register {
  position: relative;
  min-width: 0;
  min-height: 430px;
  padding: 8px 0 0;
  isolation: isolate;
}

.voice-register::before {
  position: absolute;
  z-index: -1;
  top: 36px;
  right: -0.04em;
  color: transparent;
  content: "TEXT";
  font-size: clamp(6.2rem, 10vw, 10rem);
  font-weight: 740;
  letter-spacing: -0.09em;
  line-height: 0.75;
  -webkit-text-stroke: 1px rgba(36, 87, 255, 0.09);
  pointer-events: none;
}

.voice-register-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #7b8596;
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.09em;
}

.voice-register-meta > span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.voice-register-meta > span::before {
  width: 22px;
  height: 2px;
  background: var(--blue);
  content: "";
}

.voice-register-meta > strong {
  color: var(--blue);
  font-size: .75rem;
}

.voice-register-stage {
  position: relative;
  min-height: 286px;
  margin-top: 24px;
  padding: 22px 26px 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 28px 64px rgba(31, 61, 138, 0.12);
  backdrop-filter: blur(18px);
}

.voice-register-stage::after {
  position: absolute;
  right: -18%;
  bottom: -58%;
  width: 82%;
  aspect-ratio: 1;
  border: 1px solid rgba(36, 87, 255, 0.1);
  border-radius: 50%;
  box-shadow:
    0 0 0 30px rgba(36, 87, 255, 0.025),
    0 0 0 62px rgba(36, 87, 255, 0.016);
  content: "";
}

.voice-register-head {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #7a8494;
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.08em;
}

.voice-register-head > div {
  display: flex;
  gap: 5px;
}

.voice-register-head button {
  display: grid;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  background: #edf1fb;
  color: var(--blue);
  font-family: var(--mono);
  place-items: center;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.voice-register-head button:hover,
.voice-register-head button:focus-visible {
  transform: translateY(-2px);
  outline: 0;
  background: var(--blue);
  color: #ffffff;
}

.voice-register-mark {
  position: absolute;
  z-index: 0;
  top: 0.16em;
  left: 0.08em;
  color: rgba(36, 87, 255, 0.09);
  font-family: Georgia, serif;
  font-size: 9rem;
  line-height: 1;
  pointer-events: none;
}

.voice-register-stage blockquote {
  position: relative;
  z-index: 2;
  margin: 38px 0 0;
  animation: voice-register-in 0.58s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes voice-register-in {
  from {
    transform: translateY(14px);
    opacity: 0;
  }
}

.voice-register-stage blockquote > p {
  display: -webkit-box;
  max-width: 360px;
  margin: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: clamp(0.76rem, 0.9vw, 0.94rem);
  font-weight: 570;
  line-height: 1.48;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.voice-register-stage blockquote footer {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-top: 21px;
}

.voice-register-stage blockquote footer > span {
  display: grid;
  width: 42px;
  height: 42px;
  background: var(--blue);
  box-shadow: 0 13px 26px rgba(36, 87, 255, 0.2);
  color: #ffffff;
  font-family: var(--mono);
  font-size: .75rem;
  font-weight: 700;
  place-items: center;
}

.voice-register-stage blockquote footer > div {
  min-width: 0;
}

.voice-register-stage blockquote footer strong,
.voice-register-stage blockquote footer small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.voice-register-stage blockquote footer strong {
  color: var(--ink);
  font-size: .75rem;
  font-weight: 680;
  white-space: nowrap;
}

.voice-register-stage blockquote footer small {
  margin-top: 4px;
  color: #768091;
  font-size: .75rem;
  line-height: 1.35;
}

.voice-register-number {
  position: absolute;
  z-index: 1;
  right: -0.05em;
  bottom: -0.1em;
  color: transparent;
  font-size: clamp(8rem, 12vw, 12rem);
  font-weight: 740;
  letter-spacing: -0.1em;
  line-height: 0.72;
  -webkit-text-stroke: 1px rgba(36, 87, 255, 0.1);
  pointer-events: none;
}

.voice-register-nav {
  display: flex;
  margin-top: 18px;
}

.voice-register-nav button {
  display: grid;
  min-width: 0;
  min-height: 52px;
  flex: 1;
  gap: 3px;
  padding: 7px 3px 5px;
  border: 0;
  border-top: 1px solid rgba(36, 87, 255, 0.14);
  background: transparent;
  place-items: center;
  transition:
    background 0.25s ease,
    color 0.25s ease;
}

.voice-register-nav button span {
  color: #717c8e;
  font-family: var(--mono);
  font-size: .75rem;
  font-weight: 650;
}

.voice-register-nav button small {
  color: #a1a9b5;
  font-family: var(--mono);
  font-size: .75rem;
}

.voice-register-nav button:hover {
  background: rgba(255, 255, 255, 0.48);
}

.voice-register-nav button.is-active {
  background: var(--blue);
}

.voice-register-nav button.is-active span,
.voice-register-nav button.is-active small {
  color: #ffffff;
}

.voice-register-nav button:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: -2px;
}

.voice-register-progress {
  height: 2px;
  overflow: hidden;
  background: rgba(36, 87, 255, 0.11);
}

.voice-register-progress i {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left;
  animation: voice-register-progress 6.5s linear both;
}

.voice-register.is-paused .voice-register-progress i {
  animation-play-state: paused;
}

@keyframes voice-register-progress {
  to {
    transform: scaleX(1);
  }
}

.people-index {
  position: relative;
  min-width: 0;
  min-height: 430px;
  padding: 8px 0 0;
  isolation: isolate;
}

.people-index-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #7b8596;
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.09em;
}

.people-index-meta > span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.people-index-meta > span::before {
  width: 22px;
  height: 2px;
  background: var(--blue);
  content: "";
}

.people-index-meta > strong {
  color: var(--blue);
  font-size: .75rem;
}

.people-index-stage {
  position: relative;
  min-height: 342px;
  margin-top: 24px;
  overflow: hidden;
}

.people-index-monogram {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: -0.08em;
  color: rgba(36, 87, 255, 0.025);
  font-size: clamp(7.8rem, 13vw, 13rem);
  font-weight: 760;
  letter-spacing: -0.1em;
  line-height: 0.72;
  -webkit-text-stroke: 1px rgba(36, 87, 255, 0.16);
  transform: translateY(-50%);
  animation: people-monogram-in 0.65s cubic-bezier(0.16, 1, 0.3, 1) both;
  pointer-events: none;
  white-space: nowrap;
}

@keyframes people-monogram-in {
  from {
    transform: translate(10%, -50%);
    opacity: 0;
  }
}

.people-index-list {
  position: relative;
  z-index: 2;
  display: grid;
  width: calc(100% - 20px);
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.people-index-list button {
  display: grid;
  width: 100%;
  min-height: 46px;
  grid-template-columns: 28px minmax(0, 1fr) 18px;
  gap: 9px;
  align-items: center;
  padding: 7px 10px;
  border: 0;
  background: rgba(255, 255, 255, 0.28);
  color: var(--ink);
  text-align: left;
  transition:
    min-height 0.38s cubic-bezier(0.16, 1, 0.3, 1),
    background 0.28s ease,
    box-shadow 0.35s ease,
    color 0.28s ease,
    transform 0.38s cubic-bezier(0.16, 1, 0.3, 1);
}

.people-index-list button > span:first-child,
.people-index-list button > i {
  color: #8791a2;
  font-family: var(--mono);
  font-size: .75rem;
  font-style: normal;
  transition:
    color 0.28s ease,
    transform 0.28s ease;
}

.people-index-copy {
  display: block;
  min-width: 0;
}

.people-index-copy strong {
  display: block;
  overflow: hidden;
  font-size: clamp(0.66rem, 0.82vw, 0.84rem);
  font-weight: 680;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.people-index-copy small {
  display: block;
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.72);
  font-size: .75rem;
  line-height: 1.35;
  opacity: 0;
  transition:
    max-height 0.35s ease,
    margin-top 0.35s ease,
    opacity 0.3s ease;
}

.people-index-list button:hover {
  transform: translateX(-5px);
  background: rgba(255, 255, 255, 0.68);
}

.people-index-list li.is-active button {
  min-height: 66px;
  transform: translateX(-12px);
  background: var(--blue);
  box-shadow: 0 18px 34px rgba(36, 87, 255, 0.2);
  color: #ffffff;
}

.people-index-list li.is-active button > span:first-child,
.people-index-list li.is-active button > i {
  color: var(--lime);
}

.people-index-list li.is-active button > i {
  transform: translate(3px, -3px);
}

.people-index-list li.is-active .people-index-copy small {
  max-height: 28px;
  margin-top: 4px;
  opacity: 1;
}

.people-index-list button:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 2px;
}

.people-index-side {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  color: rgba(36, 87, 255, 0.46);
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.12em;
  writing-mode: vertical-rl;
}

.people-index-progress {
  height: 2px;
  overflow: hidden;
  background: rgba(36, 87, 255, 0.11);
}

.people-index-progress i {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left;
  animation: people-index-progress 6.5s linear both;
}

.people-index.is-paused .people-index-progress i {
  animation-play-state: paused;
}

@keyframes people-index-progress {
  to {
    transform: scaleX(1);
  }
}

.voices-artifact {
  position: relative;
  min-width: 0;
  min-height: 430px;
  padding: 8px 0 0;
  isolation: isolate;
}

.voices-artifact-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #7b8596;
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.09em;
}

.voices-artifact-meta > span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.voices-artifact-meta > span::before {
  width: 22px;
  height: 2px;
  background: var(--blue);
  content: "";
}

.voices-artifact-meta > strong {
  color: var(--blue);
  font-size: .75rem;
}

.voices-artifact-stage {
  position: relative;
  min-height: 350px;
  margin-top: 16px;
  overflow: hidden;
}

.voices-artifact-number {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: -0.08em;
  color: rgba(36, 87, 255, 0.025);
  font-size: clamp(10rem, 16vw, 16rem);
  font-weight: 760;
  letter-spacing: -0.1em;
  line-height: 0.72;
  -webkit-text-stroke: 1px rgba(36, 87, 255, 0.12);
  transform: translateY(-50%);
}

.voices-artifact-folds {
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 50%;
  width: min(76%, 270px);
  transform: translateX(-50%);
  filter: drop-shadow(0 22px 30px rgba(36, 87, 255, 0.12));
}

.voices-artifact-folds > span {
  position: absolute;
  bottom: 0;
  display: block;
  transform-origin: center bottom;
  animation: voices-fold-drift 6.8s ease-in-out infinite alternate;
}

.voices-artifact-folds > span::before,
.voices-artifact-folds > span::after {
  position: absolute;
  top: 0;
  width: 54%;
  height: 100%;
  background: var(--fold-color);
  content: "";
  mix-blend-mode: multiply;
}

.voices-artifact-folds > span::before {
  left: 0;
  clip-path: polygon(2% 0, 42% 0, 100% 100%, 61% 100%);
}

.voices-artifact-folds > span::after {
  right: 0;
  clip-path: polygon(58% 0, 98% 0, 39% 100%, 0 100%);
}

.voices-artifact-folds > span:nth-child(1) {
  --fold-color: rgba(36, 87, 255, 0.09);
  inset: 0;
}

.voices-artifact-folds > span:nth-child(2) {
  --fold-color: rgba(91, 125, 255, 0.16);
  inset: 15px 13px 0;
  animation-delay: -1.1s;
}

.voices-artifact-folds > span:nth-child(3) {
  --fold-color: rgba(36, 87, 255, 0.23);
  inset: 31px 27px 0;
  animation-delay: -2.2s;
}

.voices-artifact-folds > span:nth-child(4) {
  --fold-color: rgba(36, 87, 255, 0.36);
  inset: 48px 42px 0;
  animation-delay: -3.3s;
}

.voices-artifact-folds > span:nth-child(5) {
  --fold-color: rgba(36, 87, 255, 0.58);
  inset: 66px 58px 0;
  animation-delay: -4.4s;
}

.voices-artifact-folds > span:nth-child(6) {
  --fold-color: var(--blue);
  inset: 86px 75px 0;
  animation-delay: -5.5s;
}

@keyframes voices-fold-drift {
  from {
    transform: translateY(-5px) scaleX(0.985);
  }
  to {
    transform: translateY(7px) scaleX(1.015);
  }
}

.voices-artifact-core {
  position: absolute;
  z-index: 4;
  bottom: 21px;
  left: 50%;
  display: grid;
  width: 64px;
  height: 64px;
  align-content: center;
  transform: translateX(-50%);
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(36, 87, 255, 0.2);
  text-align: center;
}

.voices-artifact-core strong {
  color: var(--blue);
  font-size: 1.8rem;
  font-weight: 740;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.voices-artifact-core small {
  margin-top: 7px;
  color: #778195;
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.06em;
}

.voices-artifact-label {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: var(--mono);
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.voices-artifact-label > span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.voices-artifact-label b {
  color: var(--blue);
  font-size: .75rem;
  font-weight: 700;
}

.voices-artifact-label small {
  color: #667287;
  font-size: .75rem;
}

.voices-artifact-label > i {
  display: block;
  width: clamp(12px, 1.8vw, 26px);
  height: 1px;
  background: rgba(36, 87, 255, 0.45);
}

.voices-artifact-label.is-label-1 {
  top: 26px;
  left: 0;
}

.voices-artifact-label.is-label-2 {
  top: 104px;
  left: 0;
}

.voices-artifact-label.is-label-3 {
  top: 182px;
  left: 0;
}

.voices-artifact-label.is-label-4 {
  top: 64px;
  right: 0;
  flex-direction: row-reverse;
}

.voices-artifact-label.is-label-5 {
  top: 142px;
  right: 0;
  flex-direction: row-reverse;
}

.voices-artifact-label.is-label-6 {
  top: 220px;
  right: 0;
  flex-direction: row-reverse;
}

.voices-artifact-node {
  position: absolute;
  z-index: 6;
  bottom: 20px;
  left: 50%;
  width: 10px;
  height: 10px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: var(--lime);
  box-shadow:
    0 0 0 7px rgba(201, 255, 66, 0.18),
    0 7px 18px rgba(65, 85, 16, 0.2);
  transform: translate(-50%, 50%);
  animation: signal-pulse 2.2s ease-out infinite;
}

.voices-artifact-streams {
  position: absolute;
  z-index: 1;
  inset: 0;
}

.voices-artifact-streams > span {
  position: absolute;
  top: 56%;
  width: 38%;
  height: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(36, 87, 255, 0.1);
}

.voices-artifact-streams > span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -38px;
  width: 38px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.82), transparent);
  content: "";
  animation: voices-stream-flow 3.6s ease-in-out infinite;
}

.voices-artifact-streams > span:nth-child(2)::after,
.voices-artifact-streams > span:nth-child(5)::after {
  animation-delay: -1.2s;
}

.voices-artifact-streams > span:nth-child(3)::after,
.voices-artifact-streams > span:nth-child(6)::after {
  animation-delay: -2.4s;
}

.voices-artifact-streams > span:nth-child(-n + 3) {
  right: 50%;
  transform-origin: right center;
  background: linear-gradient(90deg, rgba(108, 139, 255, 0.16), var(--blue));
}

.voices-artifact-streams > span:nth-child(n + 4) {
  left: 50%;
  transform-origin: left center;
  background: linear-gradient(90deg, var(--blue), rgba(108, 139, 255, 0.16));
}

.voices-artifact-streams > span:nth-child(n + 4)::after {
  right: -38px;
  left: auto;
  animation-name: voices-stream-flow-reverse;
}

.voices-artifact-streams > span:nth-child(1) {
  transform: translateY(-50%) rotate(34deg);
  opacity: 0.48;
}

.voices-artifact-streams > span:nth-child(2) {
  transform: translateY(-50%);
  opacity: 0.7;
}

.voices-artifact-streams > span:nth-child(3) {
  transform: translateY(-50%) rotate(-34deg);
  opacity: 0.92;
}

.voices-artifact-streams > span:nth-child(4) {
  transform: translateY(-50%) rotate(-34deg);
  opacity: 0.58;
}

.voices-artifact-streams > span:nth-child(5) {
  transform: translateY(-50%);
  opacity: 0.78;
}

.voices-artifact-streams > span:nth-child(6) {
  transform: translateY(-50%) rotate(34deg);
}

@keyframes voices-stream-flow {
  0%,
  18% {
    transform: translateX(0);
    opacity: 0;
  }
  48% {
    opacity: 1;
  }
  82%,
  100% {
    transform: translateX(420%);
    opacity: 0;
  }
}

@keyframes voices-stream-flow-reverse {
  0%,
  18% {
    transform: translateX(0);
    opacity: 0;
  }
  48% {
    opacity: 1;
  }
  82%,
  100% {
    transform: translateX(-420%);
    opacity: 0;
  }
}

.voices-artifact-output {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 50%;
  width: 100px;
  height: calc(56% - 20px);
  transform: translateX(-50%);
}

.voices-artifact-output > span {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transform: translateX(-50%);
  color: var(--blue);
  font-family: var(--mono);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.voices-artifact-output > span::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 6px rgba(201, 255, 66, 0.18);
  content: "";
  animation: signal-pulse 2.2s ease-out infinite;
}

.voices-artifact-output > i {
  position: absolute;
  right: 14px;
  bottom: 0;
  left: 14px;
  height: calc(100% - 26px);
  clip-path: polygon(33% 0, 67% 0, 58% 100%, 42% 100%);
  background: linear-gradient(180deg, rgba(36, 87, 255, 0.18), var(--blue));
  box-shadow: 0 20px 34px rgba(36, 87, 255, 0.13);
}

.voices-artifact-core {
  top: 56%;
  bottom: auto;
  width: 78px;
  height: 78px;
  transform: translate(-50%, -50%) rotate(45deg);
  background: var(--blue);
  box-shadow:
    0 0 0 10px rgba(255, 255, 255, 0.72),
    0 22px 46px rgba(36, 87, 255, 0.24);
  animation: voices-core-breathe 5.2s ease-in-out infinite alternate;
}

.voices-artifact-core::before {
  position: absolute;
  inset: 9px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  content: "";
}

.voices-artifact-core strong,
.voices-artifact-core small {
  transform: rotate(-45deg);
}

.voices-artifact-core strong {
  color: #ffffff;
}

.voices-artifact-core small {
  color: rgba(255, 255, 255, 0.72);
}

@keyframes voices-core-breathe {
  from {
    transform: translate(-50%, -50%) rotate(43deg) scale(0.97);
  }
  to {
    transform: translate(-50%, -50%) rotate(47deg) scale(1.03);
  }
}

.voices-artifact-label.is-label-1,
.voices-artifact-label.is-label-4 {
  top: 118px;
}

.voices-artifact-label.is-label-2,
.voices-artifact-label.is-label-5 {
  top: 184px;
}

.voices-artifact-label.is-label-3,
.voices-artifact-label.is-label-6 {
  top: 250px;
}

.voices-artifact-footer {
  display: grid;
  grid-template-columns: auto minmax(28px, 1fr) auto;
  gap: 10px;
  align-items: center;
  color: #727d90;
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.08em;
}

.voices-artifact-footer i {
  height: 1px;
  background: linear-gradient(90deg, rgba(36, 87, 255, 0.18), var(--blue), rgba(36, 87, 255, 0.18));
}

.community-merge {
  position: relative;
  min-width: 0;
  min-height: 430px;
  padding: 8px 0 0;
  isolation: isolate;
}

.community-merge::before {
  position: absolute;
  z-index: -1;
  top: 44px;
  right: -0.05em;
  color: transparent;
  content: "06";
  font-size: clamp(8rem, 14vw, 14rem);
  font-weight: 740;
  letter-spacing: -0.1em;
  line-height: 0.75;
  -webkit-text-stroke: 1px rgba(36, 87, 255, 0.09);
}

.community-merge-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #7b8596;
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.09em;
}

.community-merge-meta::before {
  width: 22px;
  height: 2px;
  background: var(--blue);
  content: "";
}

.community-merge-meta > strong {
  margin-left: auto;
  color: var(--blue);
  font-size: .75rem;
}

.community-merge-stage {
  display: grid;
  min-height: 278px;
  grid-template-columns: 52px minmax(0, 1fr);
  margin-top: 24px;
  box-shadow: 0 26px 58px rgba(31, 61, 138, 0.12);
}

.community-merge-rail {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-rows: repeat(6, minmax(0, 1fr));
  margin: 0;
  padding: 10px 0;
  background: #e8edf9;
  list-style: none;
}

.community-merge-rail::before {
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 50%;
  width: 1px;
  background: rgba(36, 87, 255, 0.18);
  content: "";
}

.community-merge-rail li {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3px;
  place-items: center;
}

.community-merge-rail li span {
  color: #8b95a6;
  font-family: var(--mono);
  font-size: .75rem;
  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

.community-merge-rail li i {
  width: 7px;
  height: 7px;
  border: 2px solid #e8edf9;
  border-radius: 50%;
  background: #9ea9bd;
  box-shadow: 0 0 0 1px rgba(36, 87, 255, 0.16);
  transition:
    background 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.community-merge-rail li.is-active span {
  transform: translateY(-1px);
  color: var(--blue);
}

.community-merge-rail li.is-active i {
  transform: scale(1.35);
  background: var(--lime);
  box-shadow:
    0 0 0 1px var(--blue),
    0 0 0 6px rgba(201, 255, 66, 0.16);
}

.community-merge-panel {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 22px 24px 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
  animation: community-panel-in 0.55s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.community-merge-panel::before {
  position: absolute;
  z-index: 0;
  right: -0.05em;
  bottom: -0.1em;
  color: transparent;
  content: attr(data-step);
  font-size: 10rem;
  font-weight: 740;
  letter-spacing: -0.1em;
  line-height: 0.72;
  -webkit-text-stroke: 1px rgba(36, 87, 255, 0.08);
  pointer-events: none;
}

@keyframes community-panel-in {
  from {
    transform: translateX(-12px);
    opacity: 0.45;
  }
}

.community-merge-panel > header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: #7a8495;
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.08em;
}

.community-merge-panel > header small {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--blue);
  font-size: inherit;
}

.community-merge-panel > header small i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 5px rgba(201, 255, 66, 0.16);
}

.community-merge-panel > code {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 8px;
  min-height: 32px;
  margin-top: 25px;
  padding: 0 11px;
  background: var(--blue);
  box-shadow: 0 13px 28px rgba(36, 87, 255, 0.18);
  color: #ffffff;
  font-family: var(--mono);
  font-size: .75rem;
}

.community-merge-panel > code i {
  color: var(--lime);
  font-size: 0.86rem;
  font-style: normal;
}

.community-merge-panel > strong {
  position: relative;
  z-index: 2;
  margin-top: 15px;
  color: var(--ink);
  font-size: clamp(1.75rem, 2.5vw, 2.8rem);
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.community-merge-panel > p {
  position: relative;
  z-index: 2;
  margin: 11px 0 0;
  color: #4f5969;
  font-size: .75rem;
  font-weight: 650;
}

.community-merge-panel > small {
  position: relative;
  z-index: 2;
  margin-top: 4px;
  color: #7a8494;
  font-size: .75rem;
}

.community-merge-panel > footer {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  margin-top: auto;
  padding-top: 13px;
  border-top: 1px solid rgba(36, 87, 255, 0.12);
  color: #818a99;
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: 0.06em;
}

.community-merge-panel > footer code {
  overflow: hidden;
  color: var(--blue);
  font-size: inherit;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.community-merge-panel > footer b {
  color: #698215;
  font-weight: 700;
}

.community-merge-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 14px;
}

.community-merge-nav button {
  display: grid;
  min-width: 0;
  min-height: 44px;
  gap: 3px;
  padding: 7px 8px 6px;
  border: 0;
  border-top: 1px solid rgba(36, 87, 255, 0.13);
  background: transparent;
  text-align: left;
  transition:
    background 0.25s ease,
    color 0.25s ease;
}

.community-merge-nav button span {
  color: #9aa3b0;
  font-family: var(--mono);
  font-size: .75rem;
}

.community-merge-nav button strong {
  overflow: hidden;
  color: #717c8d;
  font-family: var(--mono);
  font-size: .75rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.community-merge-nav button:hover,
.community-merge-nav button.is-active {
  background: rgba(255, 255, 255, 0.5);
}

.community-merge-nav button.is-active span,
.community-merge-nav button.is-active strong {
  color: var(--blue);
}

.community-merge-nav button:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: -2px;
}

.community-merge-progress {
  height: 2px;
  overflow: hidden;
  background: rgba(36, 87, 255, 0.11);
}

.community-merge-progress i {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left;
  animation: community-merge-progress 6.5s linear both;
}

.community-merge.is-paused .community-merge-progress i {
  animation-play-state: paused;
}

@keyframes community-merge-progress {
  to {
    transform: scaleX(1);
  }
}

@media (max-width: 1180px) {
  .section-intro.is-voices {
    grid-template-columns: minmax(126px, 15%) minmax(360px, 1fr) minmax(260px, 29%);
    gap: 28px;
  }

  .section-intro.is-voices h2 {
    font-size: clamp(3.5rem, 5.4vw, 5.8rem);
  }
}

@media (max-width: 920px) {
  .section-intro.is-voices {
    grid-template-columns: minmax(122px, 20%) minmax(0, 1fr);
    gap: 30px 42px;
    align-items: start;
  }

  .section-intro.is-voices .section-side {
    display: flex;
    grid-row: 1 / 3;
    grid-column: 1;
  }

  .section-intro.is-voices h2 {
    grid-row: 1;
    grid-column: 2;
    font-size: clamp(3.7rem, 8.5vw, 6.2rem);
  }

  .community-merge {
    grid-row: 2;
    grid-column: 2;
    width: min(100%, 540px);
    min-height: 430px;
    margin-top: 10px;
  }
}

@media (max-width: 620px) {
  .section-intro.is-voices {
    grid-template-columns: minmax(0, 1fr);
    gap: 38px;
  }

  .section-intro.is-voices .section-side {
    display: grid;
    grid-row: auto;
    grid-column: 1;
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .section-intro.is-voices h2 {
    grid-row: auto;
    grid-column: 1;
    font-size: clamp(3rem, 14.5vw, 4.7rem);
  }

  .voice-word {
    font-size: clamp(4.7rem, 23vw, 7rem);
    writing-mode: horizontal-tb;
    transform: none;
  }

  .community-merge {
    grid-row: auto;
    grid-column: 1;
    width: 100%;
    min-height: 430px;
    margin-top: 4px;
  }

  .community-merge-panel {
    padding-right: 18px;
    padding-left: 18px;
  }
}

/* Shared spacing system: one horizontal axis and a consistent section rhythm. */

.hero-copy,
.section-intro,
.technology-band,
.about-layout,
.capability-grid,
.project-copy,
.voice-stage,
.contact-copy,
.contact-form,
.footer-meta,
.footer-main,
.footer-bottom {
  padding-right: var(--page-gutter);
  padding-left: var(--page-gutter);
}

.hero-visual-top,
.hero-terminal,
.hero-stats {
  right: var(--page-gutter);
}

.section-intro {
  padding-top: var(--section-space-top);
  padding-bottom: var(--section-space-bottom);
  column-gap: var(--layout-gap);
}

.section-intro.is-manifest,
.section-intro.is-projects,
.section-intro.is-learning,
.section-intro.is-voices {
  column-gap: var(--layout-gap);
}

.section-side {
  gap: clamp(36px, 3.5vw, 58px);
}

.technology-band {
  padding-top: 28px;
}

.about-layout {
  gap: var(--layout-gap);
  padding-top: var(--content-space);
  padding-bottom: var(--content-space);
}

.about-copy-meta {
  margin-bottom: clamp(32px, 3.25vw, 52px);
}

.about-transform {
  margin-top: clamp(48px, 4.8vw, 76px);
}

.capability-grid {
  padding-top: 0;
  padding-bottom: var(--content-space);
}

.project-copy {
  gap: var(--panel-space);
}

.project-selector {
  padding-right: var(--panel-space);
  padding-left: var(--panel-space);
}

.learning-steps {
  padding-right: var(--panel-space);
  padding-left: var(--panel-space);
}

.voice-stage {
  padding-top: var(--section-space-bottom);
  padding-bottom: var(--content-space);
}

.contact-copy,
.contact-form {
  padding-right: max(var(--page-gutter), 32px);
  padding-left: max(var(--page-gutter), 32px);
}

.footer-main {
  padding-top: var(--content-space);
  padding-bottom: var(--content-space);
}

@media (max-width: 920px) {
  .hsdt-page {
    --page-gutter: 28px;
    --section-space-top: 84px;
    --section-space-bottom: 84px;
    --content-space: 92px;
    --layout-gap: 42px;
    --panel-space: 28px;
  }

  .section-intro {
    row-gap: 34px;
  }

  .section-intro.is-manifest,
  .section-intro.is-projects,
  .section-intro.is-learning,
  .section-intro.is-voices {
    row-gap: 30px;
  }

  .about-layout {
    padding-top: 72px;
    padding-bottom: var(--content-space);
  }

  .voice-stage {
    padding-top: 56px;
  }

  .contact-copy,
  .contact-form {
    padding-right: var(--page-gutter);
    padding-left: var(--page-gutter);
  }
}

@media (max-width: 620px) {
  .hsdt-page {
    --page-gutter: 16px;
    --section-space-top: 64px;
    --section-space-bottom: 64px;
    --content-space: 84px;
    --layout-gap: 30px;
    --panel-space: 20px;
  }

  .section-intro,
  .section-intro.is-manifest,
  .section-intro.is-projects,
  .section-intro.is-learning,
  .section-intro.is-voices {
    row-gap: 30px;
  }

  .section-side {
    gap: 26px;
  }

  .technology-band {
    padding-top: 22px;
  }

  .about-layout {
    padding-top: 64px;
    padding-bottom: var(--content-space);
  }

  .about-copy-meta {
    margin-bottom: 32px;
  }

  .about-transform {
    margin-top: 46px;
  }

  .project-copy {
    padding-right: var(--page-gutter);
    padding-left: var(--page-gutter);
  }

  .project-selector {
    padding-right: var(--page-gutter);
    padding-left: var(--page-gutter);
  }

  .learning-steps {
    padding-right: var(--page-gutter);
    padding-left: var(--page-gutter);
  }

  .voice-stage {
    padding-top: 52px;
  }

  .contact-copy,
  .contact-form {
    padding-right: var(--page-gutter);
    padding-left: var(--page-gutter);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .cursor-aura,
  .hero-spotlight {
    display: none;
  }
}


@media (max-width: 920px) {



}

@media (max-width: 620px) {



}

/* Admissions, research and institute pulse */
.programs-section,
.science-section,
.leadership-section,
.pulse-section {
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.programs-section {
  background: #f4f7ff;
}

.science-section,
.pulse-section {
  background: #fff;
}

.leadership-section {
  background:
    radial-gradient(circle at 88% 16%, rgba(200, 236, 255, .72), transparent 25%),
    #f4f6fa;
}

.editorial-heading {
  position: relative;
  display: grid;
  min-height: 440px;
  grid-template-columns: minmax(150px, .3fr) minmax(430px, 1.16fr) minmax(260px, .54fr);
  align-items: end;
  gap: var(--layout-gap);
  padding: var(--section-space-top) var(--page-gutter) var(--section-space-bottom);
  overflow: hidden;
}

.editorial-index {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}

.editorial-index > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  background: var(--blue);
  color: #fff;
  font-family: var(--mono);
  font-size: .75rem;
}

.editorial-index > strong {
  font-family: var(--mono);
  font-size: .75rem;
  font-weight: 750;
  letter-spacing: .09em;
  line-height: 1.4;
  text-transform: uppercase;
}

.editorial-heading h2 {
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin: 0;
  font-size: clamp(3.8rem, 6.35vw, 8rem);
  letter-spacing: -.075em;
  line-height: .88;
}

.editorial-heading > p {
  position: relative;
  z-index: 2;
  max-width: 420px;
  margin: 0;
  color: var(--muted);
  font-size: .84rem;
  line-height: 1.68;
}

.editorial-word {
  position: absolute;
  right: -.03em;
  bottom: -.22em;
  color: rgba(36, 87, 255, .055);
  font-family: var(--mono);
  font-size: clamp(9rem, 21vw, 23rem);
  font-weight: 900;
  letter-spacing: -.13em;
  line-height: .72;
  pointer-events: none;
  user-select: none;
}

.editorial-heading.is-reverse {
  grid-template-columns: minmax(420px, 1.08fr) minmax(270px, .52fr) minmax(150px, .28fr);
}

.editorial-heading.is-reverse .editorial-index {
  grid-column: 3;
  justify-self: end;
}

.editorial-heading.is-reverse h2 {
  grid-column: 1;
  grid-row: 1;
}

.editorial-heading.is-reverse > p {
  grid-column: 2;
  grid-row: 1;
}

.editorial-heading.is-reverse .editorial-word {
  right: auto;
  left: -.06em;
}

.programs-console {
  display: grid;
  min-height: 720px;
  grid-template-columns: minmax(420px, 42%) minmax(0, 58%);
  border-top: 1px solid rgba(36, 87, 255, .12);
  border-bottom: 1px solid rgba(36, 87, 255, .12);
  background: #fff;
}

.programs-directory {
  grid-row: 1;
  grid-column: 1;
}

.programs-console > .program-display,
.programs-display-size-probe {
  grid-row: 1;
  grid-column: 2;
}

.programs-display-size-probe {
  display: grid;
  min-width: 0;
  visibility: hidden;
  pointer-events: none;
}

.programs-display-size-probe > .program-display {
  grid-area: 1 / 1;
}

.programs-display-size-probe .program-display-body {
  animation: none;
}

.programs-directory {
  display: grid;
  min-width: 0;
  grid-template-rows: 58px auto minmax(0, 1fr) 3px;
  padding-left: var(--page-gutter);
  border-right: 1px solid rgba(17, 19, 26, .1);
}

.programs-directory > header,
.program-display > header,
.science-display > header,
.science-directory > header,
.news-stream > header,
.partner-matrix > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 58px;
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: .08em;
}

.programs-directory > header {
  padding-right: 24px;
  border-bottom: 1px solid rgba(17, 19, 26, .1);
}

.programs-directory > header span,
.science-directory > header span,
.news-stream > header span,
.partner-matrix > header span {
  font-weight: 750;
}

.programs-directory > header strong,
.science-directory > header small,
.news-stream > header strong,
.partner-matrix > header strong {
  color: #8a929f;
}

.program-levels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 18px 24px 18px 0;
  border-bottom: 1px solid rgba(17, 19, 26, .1);
}

.program-levels button {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(36, 87, 255, .16);
  border-radius: 10px;
  background: #f2f5fc;
  color: #687180;
  font-family: var(--mono);
  font-size: .75rem;
  font-weight: 750;
  letter-spacing: .05em;
  text-transform: uppercase;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}

.program-levels button.is-active {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
}

.programs-directory ol {
  display: grid;
  align-content: stretch;
  margin: 0;
  padding: 0 24px 0 0;
  overflow: hidden;
  list-style: none;
}

.programs-directory li {
  min-height: 0;
  border-bottom: 1px solid rgba(17, 19, 26, .08);
}

.programs-directory li:last-child {
  border-bottom: 0;
}

.programs-directory li button {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 59px;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 9px 12px 9px 0;
  border: 0;
  background: transparent;
  text-align: left;
  transition: padding .28s cubic-bezier(.16, 1, .3, 1), background .28s ease;
}

.programs-directory li button > span:first-child,
.science-directory button > span:first-child {
  color: var(--blue);
  font-family: var(--mono);
  font-size: .75rem;
}

.programs-directory li button > span:nth-child(2) {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.programs-directory li button strong {
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: .04em;
}

.programs-directory li button small {
  overflow: hidden;
  color: #727b88;
  font-size: .75rem;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.programs-directory li button > i {
  color: #c4cad4;
  font-size: .75rem;
  font-style: normal;
}

.programs-directory li.is-active button {
  padding-left: 16px;
  border-radius: 10px;
  background: #edf2ff;
}

.programs-directory li.is-active button > i,
.programs-directory li.is-active button small {
  color: var(--blue);
}

.programs-directory-progress,
.science-directory-progress {
  overflow: hidden;
  background: #e4e9f3;
}

.programs-directory-progress i,
.science-directory-progress i {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: left;
  background: var(--lime);
  animation: directory-progress 5.2s linear both;
}

.programs-console.is-paused .programs-directory-progress i,
.science-workbench.is-paused .science-directory-progress i {
  animation-play-state: paused;
}

@keyframes directory-progress {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

.program-display {
  position: relative;
  display: grid;
  min-width: 0;
  grid-template-rows: 58px minmax(0, 1fr) 70px;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 16%, rgba(200, 236, 255, .24), transparent 24%),
    linear-gradient(142deg, #2b5bff 0%, #173fce 100%);
  color: #fff;
}

.program-display::after {
  position: absolute;
  right: -120px;
  bottom: -180px;
  width: 470px;
  height: 470px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 52px rgba(255, 255, 255, .026), 0 0 0 104px rgba(255, 255, 255, .018);
}

.program-display > header {
  position: relative;
  z-index: 2;
  padding: 0 var(--panel-space);
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.program-display > header span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #dce5ff;
}

.program-display > header i,
.science-display > header i,
.news-stream > header i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 5px rgba(201, 255, 66, .16);
}

.program-display > header strong {
  color: var(--lime);
  text-transform: uppercase;
}

.program-display-body {
  position: relative;
  z-index: 2;
  display: flex;
  max-width: 900px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 5vw, 82px) var(--panel-space);
  animation: program-content-in .55s cubic-bezier(.16, 1, .3, 1) both;
}

@keyframes program-content-in {
  from { opacity: 0; transform: translateY(18px); }
}

.program-display-code {
  position: absolute;
  right: -.05em;
  top: 50%;
  transform: translateY(-48%);
  color: rgba(255, 255, 255, .075);
  font-family: var(--mono);
  font-size: clamp(7rem, 14vw, 15rem);
  font-weight: 850;
  letter-spacing: -.12em;
  white-space: nowrap;
}

.program-display-body code,
.science-display > code {
  position: relative;
  z-index: 2;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 9px;
  color: var(--lime);
  font-family: var(--mono);
  font-size: .75rem;
}

.program-display-body code i,
.science-display > code i {
  color: #a9bcff;
  font-style: normal;
}

.program-display-body > small {
  position: relative;
  z-index: 2;
  margin-top: 26px;
  color: rgba(255, 255, 255, .68);
  font-family: var(--mono);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.program-display h3 {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin: 18px 0 0;
  font-size: clamp(3rem, 5vw, 6.2rem);
  letter-spacing: -.068em;
  line-height: .91;
}

.program-display dl {
  position: relative;
  z-index: 2;
  display: grid;
  max-width: 780px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: clamp(42px, 5vw, 72px) 0 0;
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.program-display dl > div {
  display: grid;
  gap: 8px;
  padding: 20px 18px 0 0;
  border-right: 1px solid rgba(255, 255, 255, .15);
}

.program-display dl > div + div {
  padding-left: 18px;
}

.program-display dt {
  color: rgba(255, 255, 255, .55);
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.program-display dd {
  margin: 0;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.35;
}

.program-official-link {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 var(--panel-space);
  border-top: 1px solid rgba(255, 255, 255, .18);
  color: #fff;
  font-size: .75rem;
  font-weight: 750;
}

.program-official-link i {
  color: var(--lime);
  font-style: normal;
  transition: transform .25s ease;
}

.program-official-link:hover i {
  transform: translate(3px, -3px);
}

.science-workbench {
  display: grid;
  min-height: 650px;
  grid-template-columns: minmax(0, 68%) minmax(340px, 32%);
  margin: 0 var(--page-gutter);
  overflow: hidden;
  border-radius: 24px;
  background: #f2f5fb;
  box-shadow: 0 28px 90px rgba(30, 47, 87, .09);
}

.science-display {
  position: relative;
  display: grid;
  min-width: 0;
  grid-template-rows: 58px auto auto auto minmax(130px, 1fr) 78px;
  padding: 0 var(--panel-space);
  overflow: hidden;
  border-right: 1px solid rgba(36, 87, 255, .12);
  background:
    radial-gradient(circle at 83% 30%, rgba(200, 236, 255, .8), transparent 27%),
    #fff;
}

.science-display > header {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid rgba(17, 19, 26, .1);
}

.science-display > header span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--blue);
}

.science-display > header strong {
  color: #8a929f;
}

.science-display-number {
  position: absolute;
  right: .04em;
  top: 62px;
  color: rgba(36, 87, 255, .07);
  font-family: var(--mono);
  font-size: clamp(10rem, 19vw, 20rem);
  font-weight: 900;
  letter-spacing: -.12em;
  line-height: .8;
}

.science-display > code {
  margin-top: clamp(48px, 5vw, 76px);
  color: var(--blue);
  animation: science-content-in .5s cubic-bezier(.16, 1, .3, 1) both;
}

.science-display > code i {
  color: #8795bd;
}

.science-display h3 {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 22px 0 0;
  font-size: clamp(3.3rem, 5.4vw, 6.7rem);
  letter-spacing: -.07em;
  line-height: .88;
  animation: science-content-in .55s .04s cubic-bezier(.16, 1, .3, 1) both;
}

.science-display > p {
  position: relative;
  z-index: 2;
  max-width: 680px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.68;
  animation: science-content-in .55s .08s cubic-bezier(.16, 1, .3, 1) both;
}

@keyframes science-content-in {
  from { opacity: 0; transform: translateY(14px); }
}

.science-pipeline {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-self: end;
  margin: 40px 0 34px;
  padding: 0;
  list-style: none;
}

.science-pipeline::before {
  position: absolute;
  top: 31px;
  right: 8%;
  left: 8%;
  height: 2px;
  background: linear-gradient(90deg, var(--blue), #8db4ff, var(--lime));
  content: "";
}

.science-pipeline li {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 11px;
  text-align: center;
}

.science-pipeline span {
  color: #8d96a5;
  font-family: var(--mono);
  font-size: .75rem;
}

.science-pipeline i {
  z-index: 2;
  width: 14px;
  height: 14px;
  transform: scale(.2);
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 1px rgba(36, 87, 255, .25);
  animation: pipeline-node .45s cubic-bezier(.16, 1, .3, 1) forwards;
}

.science-pipeline li:nth-child(2) i { animation-delay: .12s; }
.science-pipeline li:nth-child(3) i { animation-delay: .24s; }
.science-pipeline li:nth-child(4) i { animation-delay: .36s; }
.science-pipeline li:nth-child(5) i { animation-delay: .48s; background: var(--lime); }

@keyframes pipeline-node {
  to { transform: scale(1); }
}

.science-pipeline strong {
  font-size: .75rem;
}

.science-display > footer {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  border-top: 1px solid rgba(17, 19, 26, .1);
  font-family: var(--mono);
}

.science-display > footer > span {
  color: #8b94a2;
  font-size: .75rem;
  letter-spacing: .07em;
}

.science-display > footer strong {
  color: var(--blue);
  font-size: .75rem;
}

.science-display > footer small {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #66717f;
  font-size: .75rem;
}

.science-display > footer small i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime);
}

.science-directory {
  display: grid;
  min-width: 0;
  grid-template-rows: 58px repeat(4, minmax(0, 1fr)) 3px;
  background: #f3f6fc;
}

.science-directory > header {
  padding: 0 24px;
  border-bottom: 1px solid rgba(17, 19, 26, .1);
}

.science-directory button {
  display: grid;
  width: 100%;
  min-height: 102px;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 20px 24px;
  border: 0;
  border-bottom: 1px solid rgba(17, 19, 26, .09);
  background: transparent;
  text-align: left;
  transition: background .28s ease, color .28s ease, padding .28s cubic-bezier(.16, 1, .3, 1);
}

.science-directory button > span:nth-child(2) {
  display: grid;
  gap: 7px;
}

.science-directory button strong {
  font-size: .77rem;
}

.science-directory button small {
  color: #7e8795;
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: .05em;
}

.science-directory button > i {
  color: #a8b0bb;
  font-style: normal;
}

.science-directory button.is-active {
  padding-left: 32px;
  background: var(--blue);
  color: #fff;
}

.science-directory button.is-active > span:first-child,
.science-directory button.is-active small,
.science-directory button.is-active > i {
  color: var(--lime);
}

.science-directory-progress i {
  animation-duration: 5s;
}

.leadership-file {
  position: relative;
  display: grid;
  min-height: 610px;
  grid-template-columns: minmax(300px, .72fr) minmax(440px, 1.08fr) minmax(210px, .44fr);
  margin: 0 var(--page-gutter);
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(23, 36, 76, .1);
}

.leadership-portrait {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  overflow: hidden;
  background: var(--blue);
  color: #fff;
  isolation: isolate;
}

.leadership-portrait::before {
  position: absolute;
  z-index: -1;
  right: -32%;
  bottom: -12%;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 38px rgba(255, 255, 255, .035), 0 0 0 76px rgba(255, 255, 255, .025);
}

.leadership-portrait img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 32%;
}

.leadership-portrait.has-image::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 27, 80, .04) 35%, rgba(9, 31, 92, .84) 100%);
  content: "";
}

.leadership-portrait > span {
  position: relative;
  z-index: 2;
  width: fit-content;
  max-width: 220px;
  padding: 8px 10px;
  background: rgba(18, 54, 156, .82);
  color: #fff;
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: .07em;
  line-height: 1.4;
  backdrop-filter: blur(12px);
}

.leadership-portrait > strong {
  position: relative;
  z-index: 2;
  margin-top: auto;
  color: #fff;
  font-family: var(--mono);
  font-size: clamp(5rem, 8vw, 9rem);
  letter-spacing: -.12em;
  line-height: .76;
  text-shadow: 0 5px 28px rgba(5, 19, 58, .35);
}

.leadership-portrait > small {
  position: absolute;
  z-index: 3;
  right: 24px;
  bottom: 24px;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  background: var(--lime);
  color: var(--ink);
  font-family: var(--mono);
  font-size: .75rem;
  font-weight: 800;
}

.leadership-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 4.8vw, 78px);
}

.leadership-copy > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: auto;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(17, 19, 26, .1);
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: .07em;
}

.leadership-copy > header span {
  color: var(--blue);
}

.leadership-copy > header strong {
  color: #8c95a2;
}

.leadership-copy > small {
  margin-top: clamp(36px, 4vw, 62px);
  color: var(--blue);
  font-family: var(--mono);
  font-size: .75rem;
  font-weight: 750;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.leadership-copy h3 {
  max-width: 720px;
  margin: 22px 0 0;
  font-size: clamp(3rem, 4.4vw, 5.7rem);
  letter-spacing: -.07em;
  line-height: .89;
}

.leadership-copy > strong {
  max-width: 620px;
  margin-top: 24px;
  color: #384251;
  font-size: .76rem;
  line-height: 1.48;
}

.leadership-copy > p {
  max-width: 650px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: .76rem;
  line-height: 1.65;
}

.leadership-copy dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 30px 0 0;
}

.leadership-copy dl > div {
  display: grid;
  gap: 7px;
  padding-top: 15px;
  border-top: 1px solid rgba(17, 19, 26, .1);
}

.leadership-copy dt {
  color: #8a929e;
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.leadership-copy dd {
  margin: 0;
  font-size: .75rem;
  font-weight: 700;
}

.leadership-copy dd a {
  color: var(--blue);
}

.leadership-team-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid rgba(17, 19, 26, .1);
  color: var(--blue);
  font-size: .75rem;
  font-weight: 750;
}

.leadership-team-link i {
  font-style: normal;
  transition: transform .25s ease;
}

.leadership-team-link:hover i {
  transform: translateY(4px);
}

.leadership-principles {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  border-left: 1px solid rgba(17, 19, 26, .1);
  background: #f5f7fb;
}

.leadership-principles > div {
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 28px;
  border-bottom: 1px solid rgba(17, 19, 26, .1);
  transition: background .28s ease, color .28s ease;
}

.leadership-principles > div:last-child {
  border-bottom: 0;
}

.leadership-principles > div:hover {
  background: var(--blue);
  color: #fff;
}

.leadership-principles span {
  color: var(--blue);
  font-family: var(--mono);
  font-size: .75rem;
}

.leadership-principles > div:hover span,
.leadership-principles > div:hover small {
  color: var(--lime);
}

.leadership-principles strong {
  font-size: 1.05rem;
}

.leadership-principles small {
  color: #7e8793;
  font-family: var(--mono);
  font-size: .75rem;
  line-height: 1.45;
}

.pulse-board {
  display: grid;
  min-height: 650px;
  grid-template-columns: minmax(0, 58%) minmax(380px, 42%);
  margin-bottom: 0;
  border-top: 1px solid rgba(17, 19, 26, .1);
  border-bottom: 1px solid rgba(17, 19, 26, .1);
}

.news-stream {
  display: grid;
  min-width: 0;
  grid-template-rows: 58px minmax(0, 1fr) 68px;
  padding-left: var(--page-gutter);
  border-right: 1px solid rgba(17, 19, 26, .1);
}

.news-stream > header {
  padding-right: var(--panel-space);
  border-bottom: 1px solid rgba(17, 19, 26, .1);
}

.news-stream > header > span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--blue);
}

.news-stream > header i {
  animation: signal-pulse 2.2s ease-out infinite;
}

.news-stream ol {
  display: grid;
  margin: 0;
  padding: 0 var(--panel-space) 0 0;
  list-style: none;
}

.news-stream li {
  min-height: 0;
  border-bottom: 1px solid rgba(17, 19, 26, .09);
}

.news-stream li > a {
  display: grid;
  height: 100%;
  min-height: 130px;
  grid-template-columns: 34px 92px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 22px 10px 22px 0;
  transition: padding .3s cubic-bezier(.16, 1, .3, 1), color .25s ease;
}

.news-stream li > a:hover {
  padding-left: 14px;
  color: var(--blue);
}

.news-stream li > a > span:first-child,
.news-stream time {
  color: #8b94a1;
  font-family: var(--mono);
  font-size: .75rem;
}

.news-stream li > a > span:nth-child(3) {
  display: grid;
  gap: 9px;
}

.news-stream li small {
  color: var(--blue);
  font-family: var(--mono);
  font-size: .75rem;
  font-weight: 750;
  letter-spacing: .06em;
}

.news-stream li strong {
  max-width: 720px;
  font-size: clamp(1.2rem, 1.8vw, 2rem);
  letter-spacing: -.035em;
  line-height: 1.08;
}

.news-stream li > a > i,
.news-all-link i {
  color: var(--blue);
  font-style: normal;
  transition: transform .25s ease;
}

.news-stream li > a:hover > i,
.news-all-link:hover i {
  transform: translate(3px, -3px);
}

.news-all-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-right: var(--panel-space);
  color: var(--blue);
  font-size: .75rem;
  font-weight: 750;
}

.partner-matrix {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding-right: var(--page-gutter);
  background: #f3f6fc;
}

.partner-matrix > header {
  padding: 0 0 0 var(--panel-space);
  border-bottom: 1px solid rgba(17, 19, 26, .1);
}

.partner-matrix > h3 {
  max-width: 650px;
  margin: clamp(38px, 4vw, 62px) 0 0;
  padding-left: var(--panel-space);
  font-size: clamp(2.5rem, 3.7vw, 4.8rem);
  letter-spacing: -.065em;
  line-height: .91;
}

.partner-matrix > p {
  max-width: 590px;
  margin: 22px 0 0;
  padding-left: var(--panel-space);
  color: var(--muted);
  font-size: .75rem;
  line-height: 1.62;
}

.partner-matrix-list {
  display: grid;
  margin-top: auto;
  padding: 34px 0 0 var(--panel-space);
}

.partner-matrix-list > a {
  display: grid;
  min-height: 70px;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  border-top: 1px solid rgba(17, 19, 26, .1);
  transition: padding .28s ease, color .25s ease;
}

.partner-matrix-list > a:hover {
  padding-left: 10px;
  color: var(--blue);
}

.partner-matrix-list > a > span:first-child {
  color: var(--blue);
  font-family: var(--mono);
  font-size: .75rem;
}

.partner-matrix-list > a > span:nth-child(2) {
  display: grid;
  gap: 5px;
}

.partner-matrix-list strong {
  font-size: .75rem;
}

.partner-matrix-list small {
  color: #7a8492;
  font-size: .75rem;
  line-height: 1.3;
}

.partner-matrix-list i {
  color: #8290a2;
  font-family: var(--mono);
  font-size: .75rem;
  font-style: normal;
}

.partner-matrix > footer {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 68px;
  margin-left: var(--panel-space);
  border-top: 1px solid rgba(17, 19, 26, .1);
  color: #7d8794;
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: .05em;
}

.partner-matrix > footer i {
  width: min(48px, 7vw);
  height: 1px;
  background: #aeb7c4;
}

.partner-matrix > footer strong {
  color: var(--blue);
}

/* Slightly softer controls requested in the visual review. */

.hero-button,
.form-submit,
.selector-arrows button,
.voice-controls button {
  border-radius: 10px;
  font-weight: 750;
}

@media (max-width: 1180px) {
  .editorial-heading {
    grid-template-columns: minmax(140px, .3fr) minmax(0, 1fr);
    min-height: 410px;
  }

  .editorial-heading > p {
    grid-column: 2;
  }

  .editorial-heading.is-reverse {
    grid-template-columns: minmax(0, 1fr) minmax(140px, .3fr);
  }

  .editorial-heading.is-reverse .editorial-index {
    grid-column: 2;
    grid-row: 1;
  }

  .editorial-heading.is-reverse h2 {
    grid-column: 1;
  }

  .editorial-heading.is-reverse > p {
    grid-column: 1;
    grid-row: 2;
  }

  .programs-console {
    grid-template-columns: minmax(360px, 40%) minmax(0, 60%);
  }

  .program-display h3 {
    font-size: clamp(2.8rem, 4.8vw, 5rem);
  }

  .science-workbench {
    grid-template-columns: minmax(0, 62%) minmax(330px, 38%);
  }

  .leadership-file {
    grid-template-columns: minmax(280px, .72fr) minmax(0, 1.08fr);
  }

  .leadership-principles {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: none;
    border-top: 1px solid rgba(17, 19, 26, .1);
    border-left: 0;
  }

  .leadership-principles > div {
    border-right: 1px solid rgba(17, 19, 26, .1);
    border-bottom: 0;
  }

  .pulse-board {
    grid-template-columns: minmax(0, 56%) minmax(350px, 44%);
  }
}

@media (max-width: 920px) {
  .editorial-heading,
  .editorial-heading.is-reverse {
    min-height: auto;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 32px;
  }

  .editorial-heading h2,
  .editorial-heading > p,
  .editorial-heading.is-reverse .editorial-index,
  .editorial-heading.is-reverse h2,
  .editorial-heading.is-reverse > p {
    grid-column: 1;
    grid-row: auto;
  }

  .editorial-heading.is-reverse .editorial-index {
    justify-self: start;
  }

  .editorial-heading h2 {
    font-size: clamp(3.4rem, 9vw, 6rem);
  }

  .programs-console,
  .science-workbench,
  .pulse-board {
    grid-template-columns: 1fr;
  }

  .programs-directory {
    grid-row: 1;
    grid-column: 1;
    height: 600px;
    max-height: 600px;
    padding-left: var(--page-gutter);
    border-right: 0;
    border-bottom: 1px solid rgba(17, 19, 26, .1);
  }

  .program-display {
    min-height: 610px;
  }

  .programs-console > .program-display,
  .programs-display-size-probe {
    grid-row: 2;
    grid-column: 1;
  }

  .science-workbench {
    margin-right: var(--page-gutter);
    margin-left: var(--page-gutter);
  }

  .science-display {
    min-height: 610px;
    border-right: 0;
    border-bottom: 1px solid rgba(36, 87, 255, .12);
  }

  .science-directory {
    grid-template-rows: 58px repeat(4, minmax(105px, auto)) 3px;
  }

  .leadership-file {
    grid-template-columns: minmax(270px, .72fr) minmax(0, 1fr);
  }

  .leadership-copy {
    padding: 38px 28px;
  }

  .leadership-copy > header {
    margin-bottom: 0;
  }

  .leadership-copy > small {
    margin-top: 36px;
  }

  .leadership-team-link {
    margin-top: 34px;
  }

  .news-stream {
    padding-left: var(--page-gutter);
    border-right: 0;
    border-bottom: 1px solid rgba(17, 19, 26, .1);
  }

  .partner-matrix {
    min-height: 590px;
    padding-right: var(--page-gutter);
  }
}

@media (max-width: 620px) {
  .editorial-heading {
    gap: 28px;
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .editorial-heading h2 {
    font-size: clamp(3rem, 15vw, 4.7rem);
  }

  .editorial-heading > p {
    font-size: .78rem;
  }

  .editorial-word {
    bottom: -.06em;
    font-size: clamp(7rem, 35vw, 10rem);
  }

  .programs-console {
    min-height: auto;
  }

  .programs-directory {
    height: 570px;
    max-height: 570px;
  }

  .programs-directory > header,
  .program-levels,
  .programs-directory ol {
    padding-right: var(--page-gutter);
  }

  .programs-directory li button small {
    max-width: 230px;
  }

  .program-display {
    min-height: 620px;
    grid-template-rows: 58px minmax(0, 1fr) 66px;
  }

  .program-display-body {
    padding-right: var(--page-gutter);
    padding-left: var(--page-gutter);
  }

  .program-display h3 {
    font-size: clamp(2.75rem, 13vw, 4.15rem);
  }

  .program-display dl {
    grid-template-columns: 1fr 1fr;
  }

  .program-display dl > div:last-child {
    display: none;
  }

  .program-official-link,
  .program-display > header {
    padding-right: var(--page-gutter);
    padding-left: var(--page-gutter);
  }

  .science-workbench,
  .leadership-file {
    margin-right: 0;
    margin-left: 0;
    border-radius: 0;
  }

  .science-display {
    min-height: 680px;
    padding-right: var(--page-gutter);
    padding-left: var(--page-gutter);
  }

  .science-display h3 {
    font-size: clamp(3rem, 14vw, 4.7rem);
  }

  .science-pipeline {
    grid-template-columns: 1fr;
    align-self: auto;
    gap: 8px;
  }

  .science-pipeline::before {
    top: 8%;
    right: auto;
    bottom: 8%;
    left: 31px;
    width: 2px;
    height: auto;
  }

  .science-pipeline li {
    grid-template-columns: 24px 14px minmax(0, 1fr);
    justify-items: start;
    align-items: center;
    gap: 12px;
    text-align: left;
  }

  .science-display > footer {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .science-display > footer small {
    display: none;
  }

  .science-directory button {
    padding-right: var(--page-gutter);
    padding-left: var(--page-gutter);
  }

  .science-directory button.is-active {
    padding-left: calc(var(--page-gutter) + 10px);
  }

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

  .leadership-portrait {
    min-height: 430px;
  }

  .leadership-copy h3 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  .leadership-copy dl {
    grid-template-columns: 1fr;
  }

  .leadership-principles {
    grid-template-columns: 1fr;
  }

  .leadership-principles > div {
    min-height: 140px;
    border-right: 0;
    border-bottom: 1px solid rgba(17, 19, 26, .1);
  }

  .news-stream {
    padding-left: var(--page-gutter);
  }

  .news-stream ol,
  .news-stream > header,
  .news-all-link {
    padding-right: var(--page-gutter);
  }

  .news-stream li > a {
    min-height: 160px;
    grid-template-columns: 28px minmax(0, 1fr) auto;
  }

  .news-stream time {
    display: none;
  }

  .partner-matrix {
    padding-right: var(--page-gutter);
  }

  .partner-matrix > header,
  .partner-matrix > h3,
  .partner-matrix > p,
  .partner-matrix-list {
    padding-left: var(--page-gutter);
  }

  .partner-matrix-list > a {
    min-height: 84px;
  }

  .partner-matrix-list > a > i {
    display: none;
  }

  .partner-matrix > footer {
    margin-left: var(--page-gutter);
  }
}

@media (prefers-reduced-motion: reduce) {
  .programs-directory-progress i,
  .science-directory-progress i,
  .science-pipeline i,
  .program-display-body,
  .science-display > code,
  .science-display h3,
  .science-display > p {
    animation: none !important;
  }
}

/* Institute pulse is an editorial spread, not another two-column form. */
.pulse-section {
  padding-bottom: clamp(104px, 8vw, 142px);
}

.pulse-section::after {
  position: absolute;
  right: var(--page-gutter);
  bottom: 52px;
  left: var(--page-gutter);
  height: 1px;
  background: linear-gradient(90deg, rgba(36, 87, 255, .1), rgba(36, 87, 255, .34) 68%, var(--lime));
  content: "";
}

.pulse-section::before {
  position: absolute;
  z-index: 2;
  right: var(--page-gutter);
  bottom: 62px;
  color: #788294;
  content: "NEXT / CONTACT";
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: .1em;
}

.pulse-board {
  grid-template-columns: minmax(0, 1fr);
  min-height: 0;
  margin: 0 var(--page-gutter);
  overflow: hidden;
  border: 1px solid rgba(36, 87, 255, .12);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(23, 36, 76, .09);
}

.news-stream {
  grid-template-rows: 58px minmax(292px, auto) 68px;
  padding-left: 0;
  border-right: 0;
}

.news-stream > header,
.news-all-link {
  padding-right: 28px;
  padding-left: 28px;
}

.news-stream ol {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0;
}

.news-stream li {
  border-right: 1px solid rgba(17, 19, 26, .09);
  border-bottom: 0;
}

.news-stream li:last-child {
  border-right: 0;
}

.news-stream li > a {
  height: 100%;
  min-height: 292px;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto minmax(0, 1fr) auto;
  align-items: start;
  gap: 18px;
  padding: 28px;
}

.news-stream li > a:hover {
  padding: 28px;
  background: #f5f8ff;
}

.news-stream li > a > span:first-child {
  grid-row: 1;
  grid-column: 1;
}

.news-stream time {
  grid-row: 1;
  grid-column: 2;
  text-align: right;
}

.news-stream li > a > span:nth-child(3) {
  grid-row: 2;
  grid-column: 1 / -1;
  align-content: end;
}

.news-stream li > a > i {
  grid-row: 3;
  grid-column: 2;
  align-self: end;
}

.news-stream li strong {
  font-size: clamp(1.35rem, 1.85vw, 2.2rem);
}

.news-all-link {
  border-top: 1px solid rgba(17, 19, 26, .09);
}

.partner-matrix {
  display: grid;
  min-height: 430px;
  grid-template-columns: minmax(300px, .68fr) minmax(0, 1.32fr);
  grid-template-rows: 58px auto auto 68px;
  padding-right: 0;
  border-top: 1px solid rgba(36, 87, 255, .12);
  background:
    radial-gradient(circle at 12% 70%, rgba(200, 236, 255, .56), transparent 25%),
    #f1f5ff;
}

.partner-matrix > header {
  grid-row: 1;
  grid-column: 1 / -1;
  padding: 0 28px;
}

.partner-matrix > h3 {
  grid-row: 2;
  grid-column: 1;
  margin: 42px 0 0;
  padding: 0 34px;
  font-size: clamp(2.35rem, 3.25vw, 4.25rem);
}

.partner-matrix > p {
  grid-row: 3;
  grid-column: 1;
  align-self: end;
  margin: 20px 0 42px;
  padding: 0 34px;
}

.partner-matrix-list {
  grid-row: 2 / 4;
  grid-column: 2;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: stretch;
  margin-top: 0;
  padding: 24px 28px;
  border-left: 1px solid rgba(36, 87, 255, .11);
}

.partner-matrix-list > a {
  min-height: 126px;
  padding: 18px 20px;
}

.partner-matrix-list > a:nth-child(odd) {
  border-right: 1px solid rgba(17, 19, 26, .1);
}

.partner-matrix-list > a:hover {
  padding-left: 28px;
  background: rgba(255, 255, 255, .58);
}

.partner-matrix > footer {
  grid-row: 4;
  grid-column: 1 / -1;
  margin-left: 0;
  padding: 0 28px;
}

@media (max-width: 920px) {
  .pulse-section {
    padding-bottom: 108px;
  }

  .news-stream ol {
    grid-template-columns: minmax(0, 1fr);
  }

  .news-stream li {
    border-right: 0;
    border-bottom: 1px solid rgba(17, 19, 26, .09);
  }

  .news-stream li > a {
    min-height: 178px;
    grid-template-columns: 34px 92px minmax(0, 1fr) auto;
    grid-template-rows: minmax(0, 1fr);
    align-items: center;
    padding: 24px 28px;
  }

  .news-stream li > a:hover {
    padding: 24px 28px;
  }

  .news-stream li > a > span:first-child,
  .news-stream time,
  .news-stream li > a > span:nth-child(3),
  .news-stream li > a > i {
    grid-row: 1;
    grid-column: auto;
    align-self: center;
  }

  .partner-matrix {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: 58px auto auto auto 68px;
    padding-right: 0;
  }

  .partner-matrix > header,
  .partner-matrix > h3,
  .partner-matrix > p,
  .partner-matrix-list,
  .partner-matrix > footer {
    grid-column: 1;
  }

  .partner-matrix > header { grid-row: 1; }
  .partner-matrix > h3 { grid-row: 2; }
  .partner-matrix > p { grid-row: 3; }

  .partner-matrix-list {
    grid-row: 4;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0 28px 28px;
    border-left: 0;
  }

  .partner-matrix > footer { grid-row: 5; }
}

@media (max-width: 620px) {
  .pulse-section {
    padding-bottom: 92px;
  }

  .pulse-section::after {
    bottom: 38px;
  }

  .pulse-section::before {
    bottom: 48px;
  }

  .pulse-board {
    margin-right: 0;
    margin-left: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .news-stream {
    padding-left: 0;
  }

  .news-stream > header,
  .news-all-link {
    padding-right: var(--page-gutter);
    padding-left: var(--page-gutter);
  }

  .news-stream li > a {
    min-height: 154px;
    grid-template-columns: 28px minmax(0, 1fr) auto;
    gap: 14px;
    padding: 22px var(--page-gutter);
  }

  .news-stream li > a:hover {
    padding: 22px var(--page-gutter);
  }

  .news-stream li > a > span:first-child {
    grid-column: 1;
  }

  .news-stream li > a > span:nth-child(3) {
    grid-column: 2;
  }

  .news-stream li > a > i {
    grid-column: 3;
  }

  .news-stream time {
    display: none;
  }

  .partner-matrix > header,
  .partner-matrix > h3,
  .partner-matrix > p,
  .partner-matrix-list,
  .partner-matrix > footer {
    padding-right: var(--page-gutter);
    padding-left: var(--page-gutter);
  }

  .partner-matrix > h3 {
    margin-top: 34px;
    font-size: clamp(2.45rem, 12vw, 3.5rem);
  }

  .partner-matrix > p {
    margin-bottom: 32px;
  }

  .partner-matrix-list {
    grid-template-columns: minmax(0, 1fr);
    padding-bottom: 24px;
  }

  .partner-matrix-list > a:nth-child(odd) {
    border-right: 0;
  }
}

/* Homepage previews lead into the full institute sections. */
.programs-section,
.catalog-section,
.science-section {
  padding-bottom: clamp(88px, 8vw, 132px);
}

.section-page-link {
  position: relative;
  z-index: 3;
  display: grid;
  min-height: 112px;
  grid-template-columns: minmax(132px, .27fr) minmax(0, 1fr) 58px;
  align-items: center;
  gap: clamp(24px, 3.2vw, 58px);
  margin: clamp(34px, 4vw, 58px) var(--page-gutter) 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(36, 87, 255, .18);
  color: var(--ink);
  text-decoration: none;
}

.section-page-link::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--blue);
  content: "";
  transition: width .65s cubic-bezier(.16, 1, .3, 1);
}

.section-page-link:hover::before,
.section-page-link:focus-visible::before {
  width: 100%;
}

.section-page-link > span:first-child {
  color: var(--blue);
  font-family: var(--mono);
  font-size: .75rem;
  font-weight: 750;
  letter-spacing: .09em;
}

.section-page-link > span:nth-child(2) {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(240px, .7fr) minmax(260px, .8fr);
  align-items: center;
  gap: clamp(24px, 4vw, 76px);
}

.section-page-link strong {
  font-size: clamp(1.35rem, 2vw, 2.15rem);
  letter-spacing: -.04em;
  line-height: 1;
  transition: color .28s ease;
}

.section-page-link small {
  max-width: 460px;
  color: var(--muted);
  font-size: .75rem;
  line-height: 1.55;
}

.section-page-link > i {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  background: var(--blue);
  color: var(--lime);
  font-size: 1.08rem;
  font-style: normal;
  transition: transform .35s cubic-bezier(.16, 1, .3, 1), background .28s ease;
}

.section-page-link:hover strong,
.section-page-link:focus-visible strong {
  color: var(--blue);
}

.section-page-link:hover > i,
.section-page-link:focus-visible > i {
  background: var(--blue-deep);
  transform: translate(4px, -4px);
}

.section-page-link:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 8px;
}

@media (max-width: 920px) {
  .section-page-link {
    grid-template-columns: 112px minmax(0, 1fr) 54px;
  }

  .section-page-link > span:nth-child(2) {
    grid-template-columns: minmax(0, 1fr);
    gap: 9px;
  }

  .section-page-link > i {
    width: 54px;
    height: 54px;
  }
}

@media (max-width: 620px) {
  .programs-section,
  .catalog-section,
  .science-section {
    padding-bottom: 82px;
  }

  .section-page-link {
    min-height: 124px;
    grid-template-columns: minmax(0, 1fr) 50px;
    gap: 18px;
    margin-top: 30px;
    padding-top: 20px;
  }

  .section-page-link > span:first-child {
    grid-column: 1;
  }

  .section-page-link > span:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }

  .section-page-link strong {
    font-size: 1.22rem;
  }

  .section-page-link small {
    font-size: .75rem;
  }

  .section-page-link > i {
    grid-column: 2;
    grid-row: 1 / 3;
    width: 50px;
    height: 50px;
  }
}

/* Unified type scale: expressive headings, readable text, restrained telemetry. */
.hero-lead,
.section-intro > p,
.editorial-heading > p,
.science-display > p,
.leadership-copy > p,
.partner-matrix > p,
.contact-copy > p,
.footer-brand > p {
  color: var(--muted);
  font-size: var(--type-body);
  line-height: 1.62;
}

.project-focus-copy > p,
.learning-engine-copy > p,
.voice-stage blockquote > p {
  font-size: clamp(0.86rem, 0.81rem + 0.13vw, 0.98rem);
  line-height: 1.58;
}

.editorial-index,
.faculty-index,
.contact-kicker,
.form-head-meta,
.footer-meta,
.section-page-link > span:first-child {
  font-size: var(--type-meta);
}

.programs-directory > header,
.program-display > header,
.science-display > header,
.science-directory > header,
.news-stream > header,
.partner-matrix > header,
.manifest-system-meta,
.project-deck-meta,
.learning-engine-head,
.learning-engine-progress,
.contact-meta,
.contact-request-topic > span,
.footer-bottom {
  font-size: var(--type-meta);
}

.program-levels button,
.programs-directory li button strong,
.programs-directory li button small,
.program-display-body code,
.program-display-body > small,
.program-display dt,
.science-display > code,
.science-pipeline span,
.science-pipeline strong,
.science-display > footer,
.science-directory button small,
.leadership-portrait > span,
.leadership-copy > span,
.leadership-copy dt,
.leadership-principles small,
.news-stream li > a > span:first-child,
.news-stream time,
.news-stream li small,
.partner-matrix-list > a > span:first-child,
.partner-matrix-list small,
.faculty-tags span,
.faculty-source,
.section-page-link small {
  font-size: var(--type-meta);
}

.programs-directory li button small,
.science-directory button small,
.leadership-principles small,
.partner-matrix-list small,
.faculty-source,
.section-page-link small {
  color: var(--text-soft);
}

.program-display dd,
.program-official-link,
.science-directory button strong,
.science-display > footer strong,
.leadership-copy > strong,
.leadership-copy dd,
.news-stream li strong,
.partner-matrix-list strong,
.news-all-link,
.leadership-team-link,
.section-page-link small {
  font-size: var(--type-small);
}

.hero-terminal-head small,
.hero-terminal-status small,
.manifest-system-output > span,
.manifest-system-output > small,
.project-deck-card header,
.project-deck-card footer,
.learning-engine-brand small,
.learning-engine-display-meta,
.learning-engine-output,
.learning-engine-controls > span {
  font-size: var(--type-meta);
}

.hero-stats article > span,
.manifest-system-steps button > span,
.technology-band-meta,
.technology-band-copy > span,
.technology-band-list button span,
.project-deck-nav button span,
.learning-engine-steps button span,
.learning-engine-output > span,
.learning-engine-output > small {
  font-size: var(--type-meta);
}

.technology-band-copy > p,
.project-deck-card > p,
.learning-engine-copy > small {
  color: var(--text-soft);
  font-size: var(--type-small);
}

.hero-terminal {
  min-width: min(100%, 286px);
}

.hero-terminal code {
  font-size: clamp(.68rem, .62rem + .16vw, .82rem);
}

.project-proof dt,
.science-display > footer > span,
.science-display > footer > small,
.learning-engine-progress > span,
.community-merge-meta,
.community-merge-rail li span,
.community-merge-panel > header,
.community-merge-panel > code,
.community-merge-panel > footer,
.community-merge-nav button span,
.community-merge-nav button strong {
  font-size: var(--type-meta);
}

.community-merge-panel > p,
.community-merge-panel > small {
  font-size: var(--type-small);
}

.project-proof dt,
.science-display > footer > span,
.science-display > footer > small,
.learning-engine-progress > span,
.community-merge-meta,
.community-merge-panel > header,
.community-merge-panel > footer,
.community-merge-nav button span,
.community-merge-nav button strong {
  color: var(--text-faint);
}

.partner-matrix > footer {
  font-size: var(--type-meta);
}

.manifest-system-output > span,
.project-deck-card header small,
.learning-engine-display-meta,
.learning-engine-output,
.learning-engine-progress,
.contact-meta > span:last-child,
.footer-meta > span:last-child {
  color: var(--text-faint);
}

.footer-link-column > header span,
.footer-official-title,
.footer-contact-line small {
  font-size: var(--type-meta);
}

.footer-link-column > header strong,
.footer-link-column > a,
.footer-link-column p,
.footer-contact-line a,
.footer-official-link {
  font-size: var(--type-small);
}

.footer-link-column > a,
.footer-link-column p,
.footer-contact-line a,
.footer-official-link {
  color: #566170;
}

@media (max-width: 620px) {
  .hero-lead,
  .section-intro > p,
  .editorial-heading > p,
  .science-display > p,
  .leadership-copy > p,
  .partner-matrix > p,
  .contact-copy > p,
  .footer-brand > p {
    font-size: 0.9rem;
  }
}
