:root {
  --black: #02070a;
  --white: #ffffff;
  --cyan: #25d9e7;
  --cyan-soft: #a8f5f7;
  --muted: rgba(255, 255, 255, 0.72);
  --quiet: rgba(255, 255, 255, 0.52);
  --line: rgba(168, 245, 247, 0.16);
  --header-height: 72px;
  --page-gutter: clamp(18px, 4vw, 40px);
  --content-width: 1180px;
}

body {
  color: var(--white);
  background: var(--black);
}

.site-header {
  min-height: var(--header-height);
  padding: 14px var(--page-gutter);
  border-bottom-color: rgba(168, 245, 247, 0.11);
  background: rgba(2, 7, 10, 0.93);
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 650;
}

.header-nav a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.68);
  transition:
    color 180ms ease,
    background-color 180ms ease;
}

.header-nav a:hover,
.header-nav a:focus-visible {
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
}

.header-nav .header-cta {
  margin-left: 6px;
  color: #031014;
  background: var(--cyan);
}

.header-nav .header-cta:hover,
.header-nav .header-cta:focus-visible {
  color: #031014;
  background: var(--cyan-soft);
}

.header-nav a:focus-visible,
.founder-action:focus-visible,
.footer-nav a:focus-visible,
.footer-contacts a:focus-visible,
.footer-legal a:focus-visible,
.footer-bottom a:focus-visible {
  outline: 3px solid rgba(168, 245, 247, 0.62);
  outline-offset: 3px;
}

.hero {
  min-height: max(720px, 100svh);
  background: var(--black);
}

.hero-grid,
.hero-edge,
.routes-section::before,
.founder-grid,
.founder-section::after,
.journal-grid,
.journal-section::before,
.events-grid,
.events-section::after,
.collaboration-grid,
.collaboration-section::after {
  display: none;
}

.hero-glow {
  inset: -10% -10% -10% 45%;
  opacity: 0.42;
  background: radial-gradient(circle at 58% 50%, rgba(37, 217, 231, 0.1), transparent 43%);
}

.hero-inner {
  width: min(var(--content-width), calc(100% - (var(--page-gutter) * 2)));
  min-height: max(720px, 100svh);
  padding: calc(var(--header-height) + 90px) 0 90px;
}

.hero-copy {
  width: min(720px, 64%);
}

.hero h1 {
  max-width: 660px;
  font-size: clamp(48px, 5.1vw, 66px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.hero-description {
  max-width: 700px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(16px, 1.25vw, 17px);
  font-weight: 460;
  line-height: 1.55;
  text-wrap: pretty;
}

.hero-line,
.hero-action,
.orbital-scene,
.has-js .hero-line,
.has-js .hero-action,
.has-js .orbital-scene {
  opacity: 1;
  transform: none;
  animation: none;
}

.hero-action {
  min-height: 52px;
  margin-top: 32px;
  gap: 24px;
  padding: 0 20px 0 22px;
}

.hero-index {
  display: none;
}

.orbital-scene,
.is-ready .orbital-scene {
  top: 52%;
  left: 77%;
  width: min(64vw, 760px);
  opacity: 0.7;
  transform: translate(-50%, -50%);
  animation: none;
}

.orbital-rings ellipse,
.core-halo,
.core-ring,
.planet-halo,
.planet-body {
  transition:
    opacity 180ms var(--ease-out),
    fill 180ms var(--ease-out),
    stroke 180ms var(--ease-out),
    stroke-width 180ms var(--ease-out);
}

.orbit-interaction-feedback {
  pointer-events: none;
}

.orbit-pointer-trail,
.orbit-drag-tether,
.orbit-tap-pulse {
  fill: none;
  vector-effect: non-scaling-stroke;
}

.orbit-pointer-trail {
  opacity: 0;
  stroke: rgba(168, 245, 247, 0.68);
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 140ms var(--ease-out);
}

.orbit-pointer-trail--glow {
  stroke: rgba(37, 217, 231, 0.16);
  stroke-width: 7;
}

.orbital-scene.has-orbit-trail .orbit-pointer-trail {
  opacity: 1;
}

.orbit-drag-tether {
  opacity: 0;
  stroke: rgba(168, 245, 247, 0.42);
  stroke-width: 1;
  stroke-dasharray: 3 7;
  transition: opacity 120ms var(--ease-out);
}

.orbital-scene.has-orbit-tether .orbit-drag-tether {
  opacity: 1;
}

.orbit-pointer-node {
  opacity: 0;
  transition: opacity 160ms var(--ease-out);
}

.orbital-scene.has-orbit-pointer .orbit-pointer-node {
  opacity: 0.82;
}

.orbit-pointer-halo {
  fill: rgba(37, 217, 231, 0.055);
  stroke: rgba(168, 245, 247, 0.32);
  stroke-width: 0.9;
}

.orbit-pointer-core {
  fill: var(--cyan-soft);
}

.orbit-tap-pulse {
  opacity: 0;
  stroke: rgba(168, 245, 247, 0.64);
  stroke-width: 1.2;
}

.planet.is-nearest .planet-halo {
  fill: rgba(37, 217, 231, 0.18);
  stroke: rgba(168, 245, 247, 0.68);
  stroke-width: 1.2;
}

.planet.is-dragged .planet-halo {
  fill: rgba(37, 217, 231, 0.26);
  stroke: rgba(215, 253, 255, 0.88);
  stroke-width: 1.5;
}

.orbital-scene.is-orbit-engaged .orbital-rings ellipse {
  opacity: 0.92;
  stroke-width: 1.25;
}

.orbital-scene.is-orbit-engaged .core-halo {
  opacity: 0.25;
}

.orbital-scene.is-orbit-dragging .core-ring {
  stroke: rgba(168, 245, 247, 0.48);
}

.hero.is-orbit-hover {
  cursor: grab;
}

.hero.is-orbit-hover a,
.hero.is-orbit-hover button {
  cursor: pointer;
}

.hero:has(.orbital-scene.is-orbit-dragging) {
  cursor: grabbing;
}

.orbital-axis {
  opacity: 0.07;
}

.core-halo {
  opacity: 0.18;
}

.core-ring {
  stroke: rgba(168, 245, 247, 0.2);
}

.routes-section,
.journal-section,
.collaboration-section {
  color: #101820;
  background: linear-gradient(180deg, #edf4f5, #f8fbfb);
}

.founder-section,
.mission-section,
.events-section {
  color: var(--white);
  background: linear-gradient(180deg, #02070a, #071117 50%, #02070a);
}

.routes-section,
.founder-section,
.mission-section,
.journal-section,
.events-section,
.collaboration-section {
  padding: clamp(88px, 9vw, 124px) var(--page-gutter);
}

.routes-inner,
.founder-inner,
.mission-inner,
.journal-inner,
.events-inner,
.collaboration-inner {
  width: min(var(--content-width), 100%);
}

.section-kicker,
.founder-heading {
  display: none;
}

.routes-heading,
.journal-heading,
.events-heading,
.collaboration-heading {
  display: block;
  margin-bottom: 54px;
}

.routes-heading h2,
.founder-copy h2,
.journal-heading-copy h2,
.events-heading-copy h2,
.collaboration-heading h2 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(38px, 4vw, 46px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.routes-browser {
  grid-template-columns: minmax(280px, 0.36fr) minmax(0, 0.64fr);
  column-gap: clamp(32px, 5vw, 64px);
}

.route-trigger {
  min-height: 96px;
  grid-template-columns: 30px minmax(0, 1fr) 24px 20px;
  gap: 12px;
  padding: 18px 14px;
  border-top-color: rgba(16, 24, 32, 0.14);
}

.route-entry:nth-child(4) .route-trigger {
  border-bottom-color: rgba(16, 24, 32, 0.14);
}

.route-trigger::before {
  inset-block: 12px;
  width: 2px;
  border-radius: 0;
}

.route-trigger:hover {
  background: rgba(255, 255, 255, 0.44);
}

.route-entry.is-active .route-trigger {
  padding-left: 20px;
  background: rgba(255, 255, 255, 0.82);
}

.route-title {
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.3;
  letter-spacing: -0.015em;
}

.programs-grid {
  gap: 16px;
}

.program-card,
.program-card--wide {
  min-height: 278px;
  padding: clamp(24px, 2.5vw, 32px);
  border-color: rgba(16, 24, 32, 0.13);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: none;
}

.program-card--soon {
  background: rgba(255, 255, 255, 0.78);
}

.program-card--link:hover,
.program-card--link:focus-visible {
  border-color: rgba(8, 127, 146, 0.42);
  box-shadow: 0 10px 28px rgba(20, 50, 58, 0.08);
  transform: translateY(-2px);
}

.program-card-link-arrow {
  position: absolute;
  z-index: 6;
  bottom: 24px;
  left: clamp(24px, 2.5vw, 32px);
  color: #087f92;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  transition: transform 180ms var(--ease-out);
}

.program-card--link:hover .program-card-link-arrow,
.program-card--link:focus-visible .program-card-link-arrow {
  transform: translate(3px, -3px);
}

.program-card-top {
  margin-bottom: 34px;
}

.program-tag {
  min-height: 32px;
  padding: 0 12px;
  border-radius: 10px;
  background: #e7edef;
}

.program-card h3 {
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.16;
  letter-spacing: -0.025em;
}

.program-card p {
  margin-top: 18px;
  color: #65737e;
  font-size: 16px;
  line-height: 1.52;
}

.program-card-note {
  bottom: 24px;
  left: clamp(24px, 2.5vw, 32px);
}

.program-glyph {
  right: 22px;
  bottom: 20px;
  opacity: 0.68;
  transform: scale(0.82);
  transform-origin: right bottom;
}

.founder-profile {
  grid-template-columns: minmax(330px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(48px, 7vw, 82px);
}

.founder-portrait {
  width: min(100%, 430px);
  border-color: rgba(168, 245, 247, 0.16);
  border-radius: 16px;
}

.founder-portrait::after {
  display: none;
}

.founder-portrait figcaption {
  right: 26px;
  bottom: 24px;
  left: 26px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
}

.founder-copy {
  padding: 0;
}

.founder-role {
  margin-bottom: 14px;
  font-size: 12px;
}

.founder-description {
  max-width: 680px;
  margin-top: 24px;
  color: var(--muted);
  font-size: clamp(18px, 1.45vw, 20px);
  line-height: 1.5;
}

.founder-facts {
  margin-top: 40px;
  border-color: var(--line);
}

.founder-facts div {
  padding-block: 22px;
}

.founder-facts div + div {
  border-left-color: var(--line);
}

.founder-facts dt {
  font-size: clamp(26px, 2.7vw, 34px);
}

.founder-facts dd {
  color: var(--quiet);
}

.founder-education {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.founder-education li {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  font-weight: 620;
  line-height: 1.4;
}

.founder-education li::before {
  content: "+";
  margin-right: 9px;
  color: var(--cyan);
  font-size: 17px;
  font-weight: 800;
}

.founder-action {
  width: fit-content;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 28px;
  padding: 0 20px 0 22px;
  border-radius: 10px;
  color: #031014;
  background: var(--cyan);
  font-size: 14px;
  font-weight: 760;
}

.mission-section {
  position: relative;
  scroll-margin-top: var(--header-height);
  overflow: hidden;
  isolation: isolate;
}

.mission-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -24% -16% -28% 24%;
  pointer-events: none;
  background:
    radial-gradient(circle at 52% 48%, rgba(37, 217, 231, 0.16), transparent 34%),
    radial-gradient(circle at 56% 50%, rgba(168, 245, 247, 0.045), transparent 64%);
  filter: blur(16px);
}

.mission-inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.mission-label {
  margin: 0 0 clamp(28px, 4vw, 46px);
  color: var(--cyan);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.mission-statement {
  max-width: 1080px;
  margin: 0;
  font-size: clamp(38px, 4.7vw, 58px);
  font-weight: 680;
  line-height: 1.16;
  letter-spacing: -0.036em;
  text-wrap: balance;
}

.mission-statement span {
  display: block;
}

.mission-statement span + span {
  margin-top: clamp(24px, 3.4vw, 40px);
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.67em;
  font-weight: 520;
  line-height: 1.42;
  letter-spacing: -0.02em;
}

.journal-heading-copy > p,
.events-heading-copy > p {
  max-width: 760px;
  margin-top: 20px;
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 1.5;
}

.journal-heading-copy > p {
  color: #65737e;
}

.journal-list {
  gap: 16px;
}

.journal-card {
  min-height: 350px;
  padding: clamp(26px, 3vw, 38px);
  border-color: rgba(16, 24, 32, 0.13);
  border-radius: 16px;
  color: #101820;
  background: rgba(255, 255, 255, 0.94);
}

.journal-card::after {
  display: none;
}

.journal-category {
  min-height: 34px;
  padding: 0 14px;
  border-radius: 10px;
  color: #087f92;
  background: #e2f1f3;
  font-size: 10px;
}

.journal-card h3 {
  margin-top: 26px;
  font-size: clamp(23px, 2.15vw, 30px);
  line-height: 1.22;
  letter-spacing: -0.025em;
}

.journal-summary {
  margin-top: 20px;
  color: #65737e;
  font-size: 16px;
  line-height: 1.55;
}

.journal-read {
  padding-top: 28px;
  color: #087f92;
}

.journal-placeholder-note {
  color: #748187;
  text-transform: none;
}

.events-heading-copy > p {
  color: var(--muted);
}

.events-list {
  gap: 16px;
  margin-top: 0;
  border: 0;
}

.event-item {
  min-height: 540px;
  padding: clamp(28px, 3vw, 38px);
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(8, 18, 26, 0.72);
}

.event-item + .event-item {
  border-left: 1px solid var(--line);
}

.event-number {
  color: var(--cyan);
  font-size: 14px;
  font-weight: 760;
  line-height: 1;
  letter-spacing: 0.1em;
}

.event-meta > div {
  color: var(--quiet);
}

.event-meta > div span:first-child {
  color: var(--cyan);
}

.event-content {
  margin-top: 56px;
}

.event-type {
  color: var(--cyan);
}

.event-content h3 {
  margin-top: 18px;
  font-size: clamp(24px, 2.35vw, 32px);
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.event-description,
.event-audience {
  color: var(--muted);
  font-size: 16px;
}

.event-description {
  margin-top: 24px;
}

.event-audience {
  margin-top: 28px;
  padding-top: 20px;
  border-top-color: var(--line);
}

.event-audience span {
  color: var(--white);
}

.event-status {
  color: var(--cyan);
}

.collaboration-heading {
  margin-bottom: 0;
}

.collaboration-content {
  grid-template-columns: minmax(250px, 0.36fr) minmax(0, 0.64fr);
  gap: clamp(40px, 7vw, 82px);
  margin-top: 54px;
}

.collaboration-intro > p {
  color: #65737e;
  font-size: 17px;
}

.collaboration-action {
  min-height: 54px;
  margin-top: 32px;
  border: 0;
  border-radius: 10px;
  background: #101820;
}

.collaboration-list li {
  min-height: 94px;
  grid-template-columns: 38px minmax(0, 1fr) 24px;
  gap: 16px;
  padding: 20px 6px;
  font-size: clamp(17px, 1.65vw, 21px);
  line-height: 1.35;
}

.collaboration-number,
.collaboration-arrow {
  color: #087f92;
}

.has-js .routes-heading,
.has-js .founder-heading,
.has-js .founder-portrait,
.has-js .founder-copy,
.has-js .journal-heading,
.has-js .journal-card,
.has-js .journal-placeholder-note,
.has-js .events-heading,
.has-js .event-item,
.has-js .collaboration-heading,
.has-js .collaboration-intro,
.has-js .collaboration-list li {
  opacity: 1;
  transform: none;
  animation: none;
}

.site-footer {
  padding: 64px var(--page-gutter) 24px;
  color: var(--white);
  border-top: 1px solid var(--line);
  background: var(--black);
}

.footer-inner,
.footer-legal,
.footer-bottom {
  width: min(var(--content-width), 100%);
  margin: 0 auto;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(280px, 1.25fr) minmax(150px, 0.55fr) minmax(300px, 1.2fr);
  gap: clamp(40px, 6vw, 80px);
}

.footer-brand > p {
  max-width: 360px;
  margin: 24px 0 0;
  color: var(--quiet);
  font-size: 14px;
  line-height: 1.55;
}

.footer-nav,
.footer-contacts {
  display: grid;
  align-content: start;
  gap: 12px;
}

.footer-nav > p,
.footer-contacts > p {
  margin: 0 0 8px;
  color: var(--quiet);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-nav a,
.footer-contacts a {
  width: fit-content;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.footer-socials {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
}

.footer-socials a {
  max-width: 100%;
  line-height: 1.35;
}

.footer-nav a:hover,
.footer-contacts a:hover,
.footer-legal a:hover,
.footer-bottom a:hover {
  color: var(--cyan);
}

.footer-contacts span {
  max-width: 220px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  line-height: 1.45;
}

.footer-legal {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 28px;
  border-top: 1px solid var(--line);
}

.footer-legal a {
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.45;
  text-decoration: none;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 56px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: rgba(255, 255, 255, 0.42);
  font-size: 11px;
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.68);
}

@media (max-width: 980px) {
  .routes-browser {
    display: block;
  }

  .route-trigger {
    min-height: 88px;
  }

  .route-panel {
    padding: 16px 0 30px;
  }

  .founder-profile {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .founder-portrait {
    width: min(68vw, 430px);
  }

  .founder-copy {
    max-width: 780px;
  }

  .collaboration-content {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .collaboration-intro > p {
    max-width: 680px;
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 64px;
    --page-gutter: 18px;
  }

  .header-nav > a:not(.header-cta) {
    display: none;
  }

  .header-nav .header-cta {
    min-height: 38px;
    margin-left: 0;
    padding-inline: 13px;
    font-size: 12px;
  }

  .hero,
  .hero-inner {
    min-height: max(660px, 100svh);
  }

  .hero-inner {
    width: calc(100% - (var(--page-gutter) * 2));
    padding-top: calc(var(--header-height) + 94px);
    padding-bottom: 74px;
    justify-content: flex-start;
  }

  .hero-copy {
    width: 100%;
  }

  .hero h1 {
    max-width: 520px;
    font-size: clamp(36px, 8vw, 44px);
    line-height: 1.06;
    letter-spacing: -0.03em;
    text-wrap: balance;
  }

  .hero-action {
    width: fit-content;
    min-width: 210px;
    margin-top: 28px;
  }

  .hero-description {
    max-width: 560px;
    margin-top: 24px;
    font-size: 15px;
    line-height: 1.52;
  }

  .orbital-scene,
  .is-ready .orbital-scene {
    top: 70%;
    left: 70%;
    width: min(128vw, 600px);
    opacity: 0.42;
    transform: translate(-50%, -50%);
  }

  .routes-section,
  .founder-section,
  .mission-section,
  .journal-section,
  .events-section,
  .collaboration-section {
    padding-top: 60px;
    padding-bottom: 68px;
  }

  .routes-heading,
  .journal-heading,
  .events-heading,
  .collaboration-heading {
    margin-bottom: 38px;
  }

  .routes-heading h2,
  .founder-copy h2,
  .journal-heading-copy h2,
  .events-heading-copy h2,
  .collaboration-heading h2 {
    font-size: clamp(34px, 8.5vw, 40px);
    line-height: 1.1;
  }

  .route-trigger {
    min-height: 82px;
  }

  .route-entry.is-active .route-trigger {
    padding-left: 18px;
  }

  .program-card,
  .program-card--wide {
    min-height: 278px;
    padding: 24px 24px 88px;
    border-radius: 14px;
  }

  .program-card p {
    padding-right: 34px;
  }

  .founder-portrait {
    width: 100%;
    border-radius: 14px;
  }

  .founder-facts div,
  .founder-facts div + div {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .founder-education {
    display: grid;
    gap: 10px;
  }

  .mission-label {
    margin-bottom: 28px;
  }

  .mission-statement {
    font-size: clamp(30px, 8.4vw, 38px);
    line-height: 1.2;
  }

  .mission-statement span + span {
    margin-top: 28px;
    font-size: 0.72em;
  }

  .journal-heading-copy > p,
  .events-heading-copy > p {
    margin-top: 16px;
    font-size: 16px;
  }

  .journal-list,
  .events-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .journal-card {
    min-height: 330px;
    padding: 24px;
    border-radius: 14px;
  }

  .journal-card h3 {
    font-size: clamp(22px, 6.4vw, 28px);
  }

  .event-item {
    min-height: 500px;
    padding: 26px 24px 30px;
    border-radius: 14px;
  }

  .event-item + .event-item {
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
  }

  .event-content {
    margin-top: 44px;
  }

  .event-content h3 {
    font-size: clamp(23px, 6.8vw, 28px);
  }

  .collaboration-content {
    gap: 40px;
    margin-top: 38px;
  }

  .collaboration-action {
    width: 100%;
  }

  .collaboration-list li {
    min-height: 90px;
    font-size: 17px;
  }

  .site-footer {
    padding-top: 48px;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 44px 24px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    margin-top: 44px;
  }

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

@media (max-width: 390px) {
  .brand-copy > span {
    display: none;
  }

  .brand-copy strong {
    font-size: 14px;
  }

  .hero h1 {
    font-size: clamp(34px, 9.2vw, 36px);
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-legal {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .orbital-scene {
    transform: translate(-50%, -50%);
  }
}

/* Full-screen section rhythm */

@media (min-width: 981px) {
  html {
    scroll-padding-top: var(--header-height);
    scroll-snap-type: y proximity;
  }

  .hero,
  .routes-section,
  .founder-section,
  .mission-section,
  .journal-section,
  .events-section,
  .collaboration-section {
    scroll-snap-align: start;
    scroll-snap-stop: normal;
  }

  .hero {
    height: 100svh;
    min-height: 720px;
  }

  .routes-section,
  .founder-section,
  .mission-section,
  .journal-section,
  .events-section,
  .collaboration-section {
    height: calc(100svh - var(--header-height));
    min-height: 620px;
    scroll-margin-top: 0;
    padding-top: clamp(20px, 3vh, 32px);
    padding-bottom: clamp(20px, 3vh, 32px);
  }

  .routes-inner,
  .founder-inner,
  .mission-inner,
  .journal-inner,
  .events-inner,
  .collaboration-inner {
    height: 100%;
    min-height: 0;
  }

  .routes-heading,
  .journal-heading,
  .events-heading {
    margin-bottom: clamp(24px, 3.6vh, 40px);
  }

  .routes-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .routes-browser {
    width: 100%;
    height: clamp(530px, 69vh, 560px);
    min-height: 0;
    grid-template-rows: repeat(4, minmax(0, 1fr));
    align-content: stretch;
  }

  .route-trigger {
    height: 100%;
    align-self: stretch;
    min-height: clamp(76px, 9.4vh, 92px);
  }

  .route-panel,
  .programs-grid {
    height: 100%;
    min-height: 0;
  }

  .programs-grid {
    grid-template-rows: minmax(0, 1fr);
    gap: 12px;
  }

  .programs-grid:has(> :nth-child(3)) {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .programs-grid > :nth-child(3):last-child {
    grid-column: 1 / -1;
  }

  .program-card,
  .program-card--wide {
    min-height: 0;
    padding: clamp(18px, 2.4vh, 26px);
  }

  .program-card:has(> .program-card-note) {
    padding-bottom: clamp(48px, 6.2vh, 58px);
  }

  .program-card--link:has(> .program-card-link-arrow) {
    padding-bottom: clamp(48px, 6.2vh, 58px);
  }

  .program-card--wide {
    grid-row: 1 / -1;
  }

  .program-card-top {
    margin-bottom: clamp(10px, 1.7vh, 16px);
  }

  .program-card h3 {
    font-size: clamp(20px, 1.65vw, 24px);
    line-height: 1.14;
  }

  .program-card p {
    margin-top: clamp(8px, 1.3vh, 12px);
    font-size: clamp(14px, 1.05vw, 15px);
    line-height: 1.4;
  }

  .program-card-note {
    left: clamp(18px, 2.4vh, 26px);
    bottom: 18px;
  }

  .program-card-link-arrow {
    left: clamp(18px, 2.4vh, 26px);
    bottom: 18px;
  }

  .founder-inner {
    display: flex;
    align-items: center;
  }

  .founder-profile {
    width: 100%;
    min-height: 0;
    align-items: center;
  }

  .founder-portrait {
    width: min(31vw, 42vh, 390px);
  }

  .founder-description {
    margin-top: clamp(16px, 2.2vh, 22px);
  }

  .founder-facts {
    margin-top: clamp(24px, 3.4vh, 34px);
  }

  .founder-facts div {
    padding-block: clamp(16px, 2.1vh, 21px);
  }

  .founder-action {
    min-height: 48px;
    margin-top: clamp(20px, 2.8vh, 28px);
  }

  .mission-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .journal-inner,
  .events-inner {
    display: flex;
    flex-direction: column;
  }

  .journal-list {
    flex: 1;
    min-height: 0;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .journal-card {
    min-height: 0;
    padding: clamp(20px, 2.5vh, 28px);
  }

  .journal-category {
    min-height: 30px;
  }

  .journal-card h3 {
    margin-top: clamp(16px, 2.1vh, 22px);
    font-size: clamp(21px, 1.9vw, 27px);
  }

  .journal-summary {
    margin-top: 14px;
    font-size: clamp(14px, 1.1vw, 16px);
  }

  .journal-read {
    padding-top: 18px;
  }

  .journal-placeholder-note {
    margin-top: 12px;
  }

  .events-list {
    flex: 1;
    min-height: 0;
  }

  .event-item {
    min-height: 0;
    padding: clamp(22px, 2.8vh, 32px);
  }

  .event-content {
    margin-top: clamp(26px, 4vh, 40px);
  }

  .event-content h3 {
    font-size: clamp(22px, 2vw, 29px);
  }

  .event-description {
    margin-top: clamp(16px, 2.4vh, 22px);
    font-size: clamp(14px, 1.1vw, 16px);
  }

  .event-audience {
    margin-top: clamp(18px, 2.6vh, 24px);
    padding-top: clamp(14px, 2vh, 18px);
    font-size: clamp(13px, 1vw, 15px);
  }

  .event-status {
    padding-top: 18px;
  }

  .collaboration-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .collaboration-content {
    margin-top: clamp(32px, 5vh, 48px);
  }

  .collaboration-list li {
    min-height: clamp(74px, 9vh, 88px);
  }
}

@media (min-width: 981px) and (max-height: 820px) {
  .orbital-scene,
  .is-ready .orbital-scene {
    width: min(58vw, 700px);
  }
}

/* Mentorship-style light, glass and pointer glow */

.site-header {
  background:
    linear-gradient(180deg, rgba(5, 15, 20, 0.88), rgba(2, 7, 10, 0.78)),
    rgba(2, 7, 10, 0.82);
  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.22);
}

.hero-glow {
  inset: 0;
}

.routes-section::before,
.mission-section::before,
.journal-section::before,
.collaboration-section::after,
.founder-section::after,
.events-section::after {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  pointer-events: none;
}

.routes-section::before,
.journal-section::before,
.collaboration-section::after {
  inset: -18% -12% auto 46%;
  height: 72%;
  background: radial-gradient(circle, rgba(37, 217, 231, 0.11), transparent 66%);
  filter: blur(12px);
}

.founder-section::after,
.events-section::after {
  inset: -20% -16% auto 42%;
  height: 78%;
  background:
    radial-gradient(circle at 50% 46%, rgba(37, 217, 231, 0.14), transparent 34%),
    radial-gradient(circle at 50% 50%, rgba(168, 245, 247, 0.045), transparent 66%);
  filter: blur(14px);
}

.program-card,
.journal-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(247, 252, 252, 0.76)),
    rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(16px) saturate(118%);
  -webkit-backdrop-filter: blur(16px) saturate(118%);
}

.event-item {
  background:
    linear-gradient(145deg, rgba(37, 217, 231, 0.075), rgba(255, 255, 255, 0.018) 58%),
    rgba(7, 17, 24, 0.66);
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
}

.route-entry.is-active .route-trigger {
  backdrop-filter: blur(12px) saturate(118%);
  -webkit-backdrop-filter: blur(12px) saturate(118%);
}

.homepage-glow-surface {
  --homepage-glow-x: 50%;
  --homepage-glow-y: 45%;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transition:
    transform 220ms var(--ease-out),
    border-color 180ms var(--ease-out),
    box-shadow 180ms var(--ease-out);
}

.homepage-glow-surface::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  display: block;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(
      circle at var(--homepage-glow-x) var(--homepage-glow-y),
      rgba(37, 217, 231, 0.2),
      transparent 34%
    ),
    linear-gradient(
      112deg,
      transparent 24%,
      rgba(168, 245, 247, 0.015) 36%,
      rgba(168, 245, 247, 0.22) 48%,
      rgba(255, 255, 255, 0.2) 52%,
      transparent 64%
    );
  background-repeat: no-repeat;
  background-size: 100% 100%, 230% 100%;
  background-position: center, -160% 0;
  transition: opacity 180ms var(--ease-out);
}

.hero-action,
.header-nav .header-cta,
.founder-action,
.collaboration-action {
  transition:
    transform 180ms var(--ease-out),
    background-color 180ms var(--ease-out),
    box-shadow 180ms var(--ease-out);
}

@media (hover: hover) and (pointer: fine) {
  .homepage-glow-surface:hover {
    z-index: 2;
    border-color: rgba(37, 217, 231, 0.42);
    box-shadow:
      0 0 0 1px rgba(37, 217, 231, 0.12),
      0 6px 12px rgba(10, 138, 150, 0.13),
      0 0 14px rgba(37, 217, 231, 0.09);
    transform: translateY(-2px);
  }

  .homepage-glow-surface:hover::after {
    opacity: 1;
    animation: homepage-surface-highlight 760ms var(--ease-out) both;
  }

  .hero-action:hover,
  .header-nav .header-cta:hover,
  .founder-action:hover,
  .collaboration-action:not(:disabled):hover {
    box-shadow:
      0 0 0 1px rgba(168, 245, 247, 0.34),
      0 6px 12px rgba(37, 217, 231, 0.18);
    transform: translateY(-2px);
  }
}

@keyframes homepage-surface-highlight {
  from {
    background-position: center, -160% 0;
  }

  to {
    background-position: center, 160% 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-snap-type: none;
  }

  .homepage-glow-surface,
  .homepage-glow-surface::after,
  .hero-action,
  .header-nav .header-cta,
  .founder-action,
  .collaboration-action {
    animation: none;
    transition: none;
  }

  .homepage-glow-surface:hover {
    transform: none;
  }
}

/* Editorial journal rail */

.journal-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: clamp(26px, 3.6vh, 38px);
}

.journal-heading-copy > p {
  max-width: 720px;
}

.journal-controls {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.journal-controls button {
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(8, 127, 146, 0.24);
  border-radius: 10px;
  color: #087f92;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 8px 28px rgba(23, 82, 92, 0.06);
  font: inherit;
  font-size: 20px;
  cursor: pointer;
  transition:
    color 160ms var(--ease-out),
    border-color 160ms var(--ease-out),
    background-color 160ms var(--ease-out),
    transform 180ms var(--ease-out);
}

.journal-controls button:disabled {
  color: rgba(16, 24, 32, 0.24);
  border-color: rgba(16, 24, 32, 0.09);
  background: rgba(255, 255, 255, 0.42);
  box-shadow: none;
  cursor: default;
}

.journal-controls button:focus-visible,
.journal-list:focus-visible {
  outline: 3px solid rgba(8, 127, 146, 0.4);
  outline-offset: 3px;
}

.journal-list {
  --journal-rail-gutter: max(
    var(--page-gutter),
    calc((100vw - var(--content-width)) / 2)
  );
  width: 100vw;
  display: flex;
  flex: 1 1 auto;
  gap: 16px;
  margin: 0 0 0 calc(50% - 50vw);
  padding: 2px var(--journal-rail-gutter) 12px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-padding-inline: var(--journal-rail-gutter);
  scroll-snap-type: x mandatory;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
}

.journal-list::-webkit-scrollbar {
  display: none;
}

.journal-card {
  flex: 0 0 clamp(300px, 27vw, 350px);
  min-height: 420px;
  padding: 0;
  border-color: rgba(16, 24, 32, 0.13);
  border-radius: 16px;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(245, 251, 251, 0.78)),
    rgba(255, 255, 255, 0.88);
}

.journal-media {
  position: relative;
  min-height: 112px;
  flex: 0 0 112px;
  overflow: hidden;
  border-bottom: 1px solid rgba(8, 127, 146, 0.13);
  background:
    radial-gradient(circle at 72% 38%, rgba(37, 217, 231, 0.22), transparent 28%),
    linear-gradient(135deg, #07151d, #0b313a);
  isolation: isolate;
}

.journal-media::before {
  content: "";
  position: absolute;
  inset: -22%;
  z-index: -1;
  opacity: 0.48;
  background-image:
    linear-gradient(rgba(168, 245, 247, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(168, 245, 247, 0.12) 1px, transparent 1px);
  background-size: 28px 28px;
  transform: rotate(-7deg) scale(1.08);
  transition: transform 500ms var(--ease-out);
}

.journal-media::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18%;
  width: 74px;
  height: 74px;
  border: 1px solid rgba(168, 245, 247, 0.58);
  border-radius: 50%;
  box-shadow:
    0 0 0 18px rgba(168, 245, 247, 0.055),
    0 0 48px rgba(37, 217, 231, 0.14);
  transform: translateY(-50%);
}

.journal-media--leadership {
  background:
    radial-gradient(circle at 24% 32%, rgba(255, 255, 255, 0.16), transparent 26%),
    linear-gradient(125deg, #0a2730, #087f92);
}

.journal-media--leadership::before {
  background-image:
    linear-gradient(90deg, transparent 18%, rgba(168, 245, 247, 0.18) 18% 19%, transparent 19% 38%, rgba(168, 245, 247, 0.1) 38% 39%, transparent 39%),
    linear-gradient(rgba(168, 245, 247, 0.08) 1px, transparent 1px);
  background-size: 100% 100%, 100% 24px;
  transform: rotate(0);
}

.journal-media--leadership::after {
  top: 18px;
  right: 17%;
  width: 54px;
  height: 76px;
  border-radius: 28px 28px 8px 8px;
  box-shadow:
    -42px 18px 0 -16px rgba(168, 245, 247, 0.2),
    42px 8px 0 -16px rgba(168, 245, 247, 0.14);
  transform: none;
}

.journal-media--product {
  background:
    radial-gradient(circle at 80% 22%, rgba(37, 217, 231, 0.2), transparent 24%),
    linear-gradient(135deg, #07151d, #123f49);
}

.journal-media--product::after {
  top: 24px;
  right: 20%;
  width: 66px;
  height: 66px;
  border-radius: 7px;
  box-shadow:
    -25px 19px 0 -8px rgba(168, 245, 247, 0.1),
    25px -17px 0 -12px rgba(37, 217, 231, 0.18);
  transform: rotate(-8deg);
}

.journal-media--development {
  background:
    radial-gradient(circle at 34% 56%, rgba(168, 245, 247, 0.16), transparent 28%),
    linear-gradient(120deg, #0b2028, #0b5a68);
}

.journal-media--development::before {
  background-size: 34px 34px;
  transform: rotate(7deg) scale(1.12);
}

.journal-media--development::after {
  right: 22%;
  width: 42px;
  height: 42px;
  box-shadow:
    0 0 0 15px rgba(168, 245, 247, 0.08),
    0 0 0 31px rgba(168, 245, 247, 0.045),
    0 0 44px rgba(37, 217, 231, 0.22);
}

.journal-card--all {
  border-color: rgba(8, 127, 146, 0.25);
  background:
    linear-gradient(145deg, rgba(225, 246, 248, 0.98), rgba(247, 252, 252, 0.84)),
    rgba(231, 247, 248, 0.94);
}

.journal-card--all h3 {
  font-size: clamp(29px, 2.4vw, 34px);
}

.journal-card--all .journal-read {
  color: #066d7d;
}

.journal-media--all {
  background:
    radial-gradient(circle at 78% 34%, rgba(255, 255, 255, 0.22), transparent 25%),
    linear-gradient(125deg, #064957, #0a8799);
}

.journal-media--all::before {
  opacity: 0.38;
  background-image:
    linear-gradient(rgba(168, 245, 247, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(168, 245, 247, 0.1) 1px, transparent 1px);
  background-size: 100% 22px, 36px 100%;
  transform: none;
}

.journal-media--all::after {
  content: "↗";
  top: 50%;
  right: 18%;
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-color: rgba(255, 255, 255, 0.62);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  box-shadow:
    0 0 0 16px rgba(255, 255, 255, 0.045),
    0 0 42px rgba(37, 217, 231, 0.24);
  font-size: 28px;
  transform: translateY(-50%);
}

.journal-media > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.journal-card-body {
  min-height: 0;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px 22px 24px;
}

.journal-category {
  min-height: 28px;
  padding: 0 12px;
  border-radius: 9px;
  font-size: 9px;
  letter-spacing: 0.055em;
}

.journal-card h3 {
  max-width: 100%;
  margin-top: 17px;
  font-size: clamp(21px, 1.8vw, 25px);
  line-height: 1.2;
}

.journal-card--all h3 {
  font-size: clamp(28px, 2.1vw, 30px);
}

.journal-summary {
  max-width: 100%;
  margin-top: 13px;
  color: #65737e;
  font-size: 14px;
  line-height: 1.48;
}

.journal-read {
  flex-shrink: 0;
  padding-top: 16px;
  font-size: 13px;
}

.journal-placeholder-note {
  color: #586a73;
  margin-top: 10px;
}

@media (hover: hover) and (pointer: fine) {
  .journal-controls button:not(:disabled):hover {
    color: #ffffff;
    border-color: #087f92;
    background: #087f92;
    transform: translateY(-2px);
  }

  .journal-card:hover .journal-media::before {
    transform: rotate(-4deg) scale(1.16);
  }

  .journal-card:hover .journal-media--leadership::before {
    transform: scale(1.05);
  }

  .journal-card:hover .journal-media--development::before {
    transform: rotate(4deg) scale(1.18);
  }
}

@media (min-width: 981px) {
  .journal-inner {
    justify-content: center;
  }

  .journal-list {
    flex: 0 0 clamp(454px, 56vh, 480px);
  }
}

@media (max-width: 760px) {
  .journal-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 30px;
  }

  .journal-heading-copy > p {
    max-width: 330px;
  }

  .journal-controls {
    align-self: flex-end;
    padding-top: 3px;
  }

  .journal-controls button {
    width: 42px;
    height: 42px;
  }

  .journal-list {
    gap: 12px;
  }

  .journal-card {
    flex-basis: min(82vw, 320px);
    min-height: 450px;
  }

  .journal-media {
    min-height: 108px;
    flex-basis: 108px;
  }

  .journal-card h3 {
    font-size: clamp(21px, 6vw, 23px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .journal-list {
    scroll-behavior: auto;
  }

  .journal-controls button,
  .journal-media::before {
    transition: none;
  }
}

/* Compact events rail */

.events-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: clamp(26px, 4vh, 42px);
}

.events-heading-copy > p {
  max-width: 650px;
}

.events-controls {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.events-controls button {
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(168, 245, 247, 0.24);
  border-radius: 10px;
  color: var(--white);
  background: rgba(7, 17, 24, 0.74);
  font: inherit;
  font-size: 20px;
  cursor: pointer;
  transition:
    color 160ms var(--ease-out),
    border-color 160ms var(--ease-out),
    background-color 160ms var(--ease-out),
    transform 180ms var(--ease-out);
}

.events-controls button:disabled {
  color: rgba(255, 255, 255, 0.24);
  border-color: rgba(168, 245, 247, 0.09);
  background: rgba(7, 17, 24, 0.4);
  cursor: default;
}

.events-controls button:focus-visible,
.events-list:focus-visible {
  outline: 3px solid rgba(168, 245, 247, 0.62);
  outline-offset: 3px;
}

.events-list {
  --events-rail-gutter: max(
    var(--page-gutter),
    calc((100vw - var(--content-width)) / 2)
  );
  width: 100vw;
  display: flex;
  flex: 1 1 auto;
  gap: 16px;
  margin: 0 0 0 calc(50% - 50vw);
  padding: 2px var(--events-rail-gutter) 12px;
  overflow-x: auto;
  overflow-y: hidden;
  border: 0;
  scroll-padding-inline: var(--events-rail-gutter);
  scroll-snap-type: x mandatory;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
}

.events-list::-webkit-scrollbar {
  display: none;
}

.event-item,
.event-item + .event-item {
  flex: 0 0 clamp(340px, 34vw, 420px);
  min-height: 390px;
  padding: clamp(24px, 2.6vw, 32px);
  padding-top: clamp(24px, 2.1vw, 28px);
  padding-bottom: clamp(32px, 3vw, 36px);
  border: 1px solid var(--line);
  border-radius: 16px;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}

.event-meta {
  align-items: center;
}

.event-date {
  color: var(--cyan);
  font-size: 18px;
  font-weight: 760;
  letter-spacing: -0.01em;
}

.event-format {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 650;
}

.event-content {
  min-height: 0;
  margin-top: 24px;
}

.event-type {
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none;
}

.event-content h3 {
  max-width: 100%;
  margin-top: 16px;
  font-size: clamp(23px, 2.15vw, 29px);
  line-height: 1.18;
}

.event-description {
  max-width: 100%;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.52;
  text-wrap: pretty;
}

.event-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  padding-top: 16px;
  font-size: 13px;
}

.event-item--all {
  background:
    linear-gradient(145deg, rgba(37, 217, 231, 0.16), rgba(255, 255, 255, 0.025) 62%),
    rgba(7, 17, 24, 0.76);
}

.event-item--all h3 {
  font-size: clamp(32px, 2.5vw, 36px);
}

@media (hover: hover) and (pointer: fine) {
  .events-controls button:not(:disabled):hover {
    color: #031014;
    border-color: var(--cyan);
    background: var(--cyan);
    transform: translateY(-2px);
  }
}

@media (min-width: 981px) {
  .events-inner {
    justify-content: center;
  }

  .events-list {
    flex: 0 0 clamp(420px, 52vh, 460px);
  }
}

@media (max-width: 760px) {
  .events-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 30px;
  }

  .events-heading-copy > p {
    max-width: 310px;
  }

  .events-controls {
    align-self: flex-end;
    padding-top: 3px;
  }

  .events-controls button {
    width: 42px;
    height: 42px;
  }

  .events-list {
    gap: 12px;
  }

  .event-item,
  .event-item + .event-item {
    flex-basis: min(82vw, 330px);
    min-height: 420px;
    padding: 24px 24px 32px;
  }

  .event-content {
    margin-top: 24px;
  }

  .event-content h3 {
    font-size: clamp(22px, 6.2vw, 25px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .events-list {
    scroll-behavior: auto;
  }

  .events-controls button {
    transition: none;
  }

  .orbit-interaction-feedback {
    display: none;
  }

  .orbital-rings ellipse,
  .core-halo,
  .core-ring,
  .planet-halo,
  .planet-body {
    transition: none;
  }

  .hero.is-orbit-hover,
  .hero:has(.orbital-scene.is-orbit-dragging) {
    cursor: default;
  }
}
