.hero {
  position: relative;
  overflow: clip;
  padding-block: clamp(6rem, 12vw, 10rem) var(--space-16);
}

.hero::before,
.hero::after {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(1px);
  content: "";
  pointer-events: none;
}

.hero::before {
  top: -18rem;
  left: 42%;
  width: 44rem;
  height: 44rem;
  background: radial-gradient(circle, rgba(124, 140, 255, 0.17), transparent 67%);
}

.hero::after {
  right: -12rem;
  bottom: -14rem;
  width: 34rem;
  height: 34rem;
  background: radial-gradient(circle, rgba(78, 216, 199, 0.09), transparent 68%);
}

.hero__layout {
  display: grid;
  align-items: center;
  gap: var(--space-12);
}

.hero__copy {
  position: relative;
  z-index: 1;
}

.hero h1 {
  max-width: 15ch;
  margin-block: var(--space-4) var(--space-6);
  text-wrap: balance;
}

.hero__copy .lede {
  max-width: 38rem;
}

.hero__actions {
  margin-top: var(--space-8);
}

.hero__actions kbd {
  margin-left: var(--space-2);
}

.hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3) var(--space-5);
  margin-top: var(--space-6);
  color: var(--ink-3);
  font-size: 0.78rem;
}

.hero__proof > span {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
}

.hero-stage,
.product-window {
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--line), var(--brand) 22%);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(145deg, rgba(124, 140, 255, 0.07), transparent 42%),
    var(--surface-1);
  box-shadow: var(--shadow-lg);
}

.hero-stage {
  position: relative;
  min-height: 26rem;
  color-scheme: dark;
  background-color: #090d15;
}

.hero-stage__bar,
.product-window__bar {
  display: flex;
  align-items: center;
  gap: 0.42rem;
  min-height: 2.9rem;
  padding-inline: var(--space-4);
  border-bottom: 1px solid rgba(177, 196, 226, 0.14);
}

.hero-stage__bar > span,
.product-window__bar > span {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: #566175;
}

.hero-stage__bar small,
.product-window__bar small {
  margin-left: auto;
  color: #7d899f;
  font: 0.65rem var(--font-mono);
}

.hero-stage__canvas {
  position: relative;
  min-height: 20rem;
  overflow: hidden;
  background-image:
    linear-gradient(rgba(177, 196, 226, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(177, 196, 226, 0.045) 1px, transparent 1px);
  background-size: 2rem 2rem;
}

.hero-stage__canvas::after {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, transparent 16%, #090d15 82%);
  content: "";
  pointer-events: none;
}

.hero-stage__orbit {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(124, 140, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.hero-stage__orbit--one {
  width: 13rem;
  height: 13rem;
}

.hero-stage__orbit--two {
  width: 21rem;
  height: 21rem;
  border-color: rgba(78, 216, 199, 0.12);
}

.hero-stage__core {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: grid;
  width: 9.25rem;
  min-height: 7.5rem;
  place-items: center;
  align-content: center;
  padding: var(--space-4);
  border: 1px solid rgba(166, 176, 255, 0.35);
  border-radius: var(--radius-md);
  color: #edf2ff;
  background: rgba(17, 24, 38, 0.94);
  box-shadow: 0 0 4rem rgba(124, 140, 255, 0.18);
  text-align: center;
  transform: translate(-50%, -50%);
}

.hero-stage__core .brand__mark {
  width: 1.55rem;
  height: 1.55rem;
}

.hero-stage__core strong {
  margin-top: var(--space-2);
  font-size: 0.76rem;
}

.hero-stage__core small {
  color: #7d899f;
  font: 0.58rem var(--font-mono);
}

.hero-stage__node {
  position: absolute;
  z-index: 3;
  padding: 0.45rem 0.7rem;
  border: 1px solid rgba(177, 196, 226, 0.18);
  border-radius: 99rem;
  color: #aeb8cc;
  background: rgba(11, 16, 25, 0.9);
  font: 0.63rem var(--font-mono);
  box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.22);
}

.hero-stage__node--app { top: 15%; left: 11%; }
.hero-stage__node--api { top: 17%; right: 12%; }
.hero-stage__node--docs { right: 8%; bottom: 16%; }
.hero-stage__node--accounts { bottom: 14%; left: 8%; }

.hero-stage__activity {
  position: relative;
  z-index: 4;
  display: flex;
  min-height: 3rem;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  padding-inline: var(--space-4);
  border-top: 1px solid rgba(177, 196, 226, 0.14);
  color: #7d899f;
  font-size: 0.62rem;
}

.hero-stage__activity span {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
}

.signal-strip {
  padding-block: 0;
}

.signal-grid {
  display: grid;
  border-block: 1px solid var(--line);
}

.signal-grid > div {
  display: grid;
  min-height: 7rem;
  align-content: center;
  padding: var(--space-5);
  border-bottom: 1px solid var(--line);
}

.signal-grid > div:last-child {
  border-bottom: 0;
}

.signal-grid dt {
  color: var(--ink-0);
  font: 600 clamp(1.35rem, 3vw, 2rem) var(--font-display);
}

.signal-grid dd {
  max-width: 14rem;
  margin: 0;
  color: var(--ink-3);
  font-size: 0.78rem;
}

.ecosystem-section {
  background:
    radial-gradient(circle at 50% 48%, rgba(124, 140, 255, 0.08), transparent 32%),
    var(--surface-0);
}

.ecosystem-shell {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: color-mix(in srgb, var(--surface-1), transparent 8%);
  box-shadow: var(--shadow-md);
}

.ecosystem-map {
  position: relative;
  display: grid;
  gap: var(--space-3);
  padding: var(--space-5);
}

.ecosystem-map__lines {
  display: none;
}

.ecosystem-map__core {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-5);
  border: 1px solid color-mix(in srgb, var(--brand), transparent 56%);
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(124, 140, 255, 0.12), rgba(78, 216, 199, 0.04));
}

.ecosystem-map__core strong,
.ecosystem-map__core small {
  display: block;
}

.ecosystem-map__core small {
  color: var(--ink-3);
  font: 0.62rem var(--font-mono);
}

.ecosystem-node {
  display: flex;
  min-height: 3.4rem;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-3) var(--space-4);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  color: var(--ink-2);
  background: var(--surface-1);
  font-size: 0.78rem;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.ecosystem-node svg {
  width: 1.05rem;
  height: 1.05rem;
  color: var(--brand-bright);
}

.ecosystem-node:is(:hover, :focus-visible, [data-active="true"]) {
  border-color: color-mix(in srgb, var(--brand), transparent 40%);
  color: var(--ink-0);
  background: color-mix(in srgb, var(--surface-2), var(--brand) 7%);
  box-shadow: 0 0.65rem 2rem rgba(7, 10, 16, 0.14);
  transform: translateY(-2px);
}

.ecosystem-node[data-active="true"] svg {
  color: var(--cyan);
}

.ecosystem-detail {
  min-height: 12rem;
  padding: var(--space-6);
  border-top: 1px solid var(--line);
  background: linear-gradient(135deg, var(--surface-2), var(--surface-1));
}

.ecosystem-detail h3 {
  margin-block: var(--space-4) var(--space-2);
}

.ecosystem-detail p {
  max-width: 44rem;
}

.showcase {
  display: grid;
  align-items: center;
  gap: var(--space-8);
  padding-block: clamp(3.5rem, 8vw, 7rem);
  border-top: 1px solid var(--line);
}

.showcase:last-child {
  padding-bottom: 0;
}

.showcase__copy {
  max-width: 34rem;
}

.showcase__copy h3 {
  margin-block: var(--space-4);
  font-size: clamp(1.75rem, 4vw, 3.2rem);
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.showcase__copy > .button {
  margin-top: var(--space-6);
}

.check-list {
  display: grid;
  gap: var(--space-3);
  margin-top: var(--space-6);
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 1.7rem;
  color: var(--ink-2);
}

.check-list li::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  border: 1px solid rgba(78, 216, 199, 0.45);
  border-radius: 50%;
  color: var(--cyan);
  content: "✓";
  font-size: 0.65rem;
  line-height: 0.9rem;
  text-align: center;
}

.product-window {
  color-scheme: dark;
  background-color: #090d15;
}

.dashboard-preview {
  display: grid;
  min-height: 24rem;
  grid-template-columns: 3.6rem 1fr;
  color: #edf2ff;
}

.dashboard-preview > aside {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.4rem;
  padding-top: var(--space-5);
  border-right: 1px solid rgba(177, 196, 226, 0.12);
}

.preview-logo {
  width: 1.15rem;
  height: 1.15rem;
  border: 1px solid #a6b0ff;
  border-radius: 0.25rem;
  background: rgba(124, 140, 255, 0.18);
  transform: rotate(45deg);
}

.dashboard-preview > aside i {
  width: 1rem;
  height: 0.12rem;
  border-radius: 1rem;
  background: #566175;
}

.dashboard-preview > div {
  min-width: 0;
  padding: var(--space-6);
}

.dashboard-preview header span,
.dashboard-preview header b {
  display: block;
}

.dashboard-preview header span {
  color: #7d899f;
  font-size: 0.66rem;
}

.dashboard-preview header b {
  margin-top: var(--space-1);
  font-size: clamp(1rem, 3vw, 1.45rem);
}

.dashboard-preview section {
  display: grid;
  gap: var(--space-3);
  margin-top: var(--space-8);
}

.dashboard-preview article {
  min-height: 7.5rem;
  padding: var(--space-4);
  border: 1px solid rgba(177, 196, 226, 0.13);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.025);
}

.dashboard-preview article small,
.dashboard-preview article strong {
  display: block;
}

.dashboard-preview article small {
  color: #7d899f;
}

.dashboard-preview article strong {
  margin-top: var(--space-5);
  font: 600 1.65rem var(--font-display);
}

.success-text {
  color: var(--cyan) !important;
}

.dashboard-preview footer {
  display: grid;
  gap: var(--space-3);
  margin-top: var(--space-8);
}

.dashboard-preview footer span {
  height: 0.45rem;
  border-radius: 1rem;
  background: linear-gradient(90deg, rgba(124, 140, 255, 0.26), rgba(177, 196, 226, 0.06));
}

.dashboard-preview footer span:nth-child(2) { width: 78%; }
.dashboard-preview footer span:nth-child(3) { width: 56%; }

.showcase__links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-5);
  margin-top: var(--space-6);
}

.showcase__code {
  box-shadow: var(--shadow-lg);
}

.showcase__code pre {
  min-height: 18rem;
  padding-block: var(--space-8);
}

.capability-grid {
  display: grid;
  gap: var(--space-4);
}

.capability {
  position: relative;
  min-height: 15rem;
  overflow: hidden;
  padding: var(--space-6);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background:
    radial-gradient(circle at 95% 5%, rgba(124, 140, 255, 0.08), transparent 38%),
    var(--surface-1);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.capability:is(:hover, :focus-within) {
  border-color: color-mix(in srgb, var(--brand), transparent 58%);
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.capability h3 {
  margin-block: var(--space-5) var(--space-2);
}

.capability--wide {
  display: grid;
  align-items: center;
  gap: var(--space-6);
  padding-bottom: 0;
}

.capability--wide img {
  align-self: end;
  width: 100%;
  border: 1px solid var(--line);
  border-bottom: 0;
  border-radius: var(--radius-md) var(--radius-md) 0 0;
  background: #090d15;
}

.ui-icon {
  width: 1.4rem;
  height: 1.4rem;
  color: var(--brand-bright);
}

.split-story {
  display: grid;
  align-items: center;
  gap: var(--space-10);
}

.ai-story {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, transparent, rgba(124, 140, 255, 0.035), transparent);
}

.split-story__visual {
  position: relative;
}

.split-story__visual::after {
  position: absolute;
  z-index: -1;
  inset: 12%;
  border-radius: 50%;
  background: rgba(124, 140, 255, 0.12);
  filter: blur(4rem);
  content: "";
}

.split-story__visual img {
  width: 100%;
  border-radius: var(--radius-lg);
  background: #090d15;
  box-shadow: var(--shadow-lg);
}

.split-story__copy h2 {
  margin-block: var(--space-4) var(--space-5);
  text-wrap: balance;
}

.principle-list {
  display: grid;
  gap: 0;
  margin-top: var(--space-8);
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.principle-list li {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: var(--space-4);
  padding-block: var(--space-5);
  border-bottom: 1px solid var(--line);
}

.principle-list > li > span {
  color: var(--brand-bright);
  font: 0.68rem var(--font-mono);
}

.principle-list strong {
  display: block;
  margin-bottom: var(--space-1);
  color: var(--ink-1);
}

.knowledge-grid {
  display: grid;
  gap: var(--space-5);
}

.knowledge-lane {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface-1);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.knowledge-lane:is(:hover, :focus-within) {
  border-color: color-mix(in srgb, var(--brand), transparent 58%);
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.knowledge-lane img {
  width: 100%;
  border-bottom: 1px solid var(--line);
  background: #090d15;
}

.knowledge-lane > div {
  padding: var(--space-6);
}

.knowledge-lane h3 {
  margin-block: var(--space-4) var(--space-2);
}

.journey {
  display: grid;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.journey li {
  position: relative;
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: var(--space-4);
  padding-block: var(--space-6);
  border-bottom: 1px solid var(--line);
}

.journey__number {
  color: var(--brand-bright);
  font: 0.72rem var(--font-mono);
}

.journey h3 {
  margin-bottom: var(--space-2);
}

.journey a {
  display: inline-block;
  margin-top: var(--space-3);
  font-size: 0.78rem;
}

.editorial-grid {
  display: grid;
  gap: var(--space-8);
}

.article-feature {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface-1);
}

.article-feature__visual {
  position: relative;
  display: grid;
  min-height: 15rem;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  color: #a6b0ff;
  background:
    radial-gradient(circle at 50% 50%, rgba(124, 140, 255, 0.22), transparent 36%),
    linear-gradient(rgba(177, 196, 226, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(177, 196, 226, 0.045) 1px, transparent 1px),
    #090d15;
  background-size: auto, 2rem 2rem, 2rem 2rem, auto;
}

.article-feature__visual::before,
.article-feature__visual::after {
  position: absolute;
  width: 11rem;
  height: 11rem;
  border: 1px solid rgba(124, 140, 255, 0.18);
  border-radius: 50%;
  content: "";
}

.article-feature__visual::after {
  width: 18rem;
  height: 18rem;
  border-color: rgba(78, 216, 199, 0.1);
}

.article-feature__visual span {
  z-index: 1;
  font-size: 1.15rem;
}

.article-feature > div:last-child {
  padding: var(--space-6);
}

.article-feature time,
.editorial-list time {
  margin-left: var(--space-3);
  color: var(--ink-3);
  font-size: 0.68rem;
}

.article-feature h3 {
  margin-block: var(--space-4) var(--space-2);
  font-size: clamp(1.4rem, 3vw, 2rem);
}

.editorial-list {
  border-top: 1px solid var(--line);
}

.editorial-list article {
  display: grid;
  gap: var(--space-3);
  padding-block: var(--space-5);
  border-bottom: 1px solid var(--line);
}

.editorial-list h3 {
  font-size: 1rem;
}

.editorial-list h3 a {
  color: var(--ink-1);
  text-decoration: none;
}

.editorial-list h3 a:hover {
  color: var(--brand-bright);
}

.community-story {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 50%, rgba(124, 140, 255, 0.1), transparent 25%),
    var(--surface-0);
}

.community-story__inner {
  display: grid;
  align-items: center;
  gap: var(--space-12);
}

.community-story h2 {
  max-width: 18ch;
  margin-block: var(--space-4) var(--space-5);
  text-wrap: balance;
}

.community-story .button-row {
  margin-top: var(--space-7);
}

.community-orbit {
  position: relative;
  width: min(100%, 24rem);
  aspect-ratio: 1;
  justify-self: center;
  border: 1px solid color-mix(in srgb, var(--line), var(--brand) 20%);
  border-radius: 50%;
}

.community-orbit::before,
.community-orbit::after {
  position: absolute;
  inset: 18%;
  border: 1px solid var(--line);
  border-radius: 50%;
  content: "";
}

.community-orbit::after {
  inset: 36%;
  border-color: rgba(124, 140, 255, 0.36);
}

.community-orbit > div {
  position: absolute;
  z-index: 2;
  inset: 40%;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--brand), transparent 55%);
  border-radius: var(--radius-md);
  background: var(--surface-1);
  box-shadow: 0 0 3rem rgba(124, 140, 255, 0.14);
}

.community-orbit > span {
  position: absolute;
  z-index: 2;
  padding: 0.4rem 0.65rem;
  border: 1px solid var(--line);
  border-radius: 99rem;
  color: var(--ink-2);
  background: var(--surface-1);
  font: 0.65rem var(--font-mono);
}

.community-orbit > span:nth-child(1) { top: 6%; left: 42%; }
.community-orbit > span:nth-child(2) { top: 43%; right: -3%; }
.community-orbit > span:nth-child(3) { right: 35%; bottom: 5%; }
.community-orbit > span:nth-child(4) { top: 42%; left: -6%; }

.callout--final {
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 10%, rgba(78, 216, 199, 0.12), transparent 32%),
    linear-gradient(135deg, rgba(124, 140, 255, 0.11), transparent 50%),
    var(--surface-1);
}

@media (min-width: 36rem) {
  .signal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .signal-grid > div:nth-child(odd) {
    border-right: 1px solid var(--line);
  }

  .signal-grid > div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .dashboard-preview section {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .editorial-list article {
    grid-template-columns: 6.5rem 1fr auto;
    align-items: center;
  }
}

@media (min-width: 48rem) {
  .capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .capability--wide {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 0.7fr) minmax(20rem, 1fr);
    padding: var(--space-8) var(--space-8) 0;
  }

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

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

  .journey li:nth-child(odd) {
    padding-right: var(--space-8);
    border-right: 1px solid var(--line);
  }

  .journey li:nth-child(even) {
    padding-left: var(--space-8);
  }

  .editorial-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
  }
}

@media (min-width: 64rem) {
  .hero {
    min-height: 46rem;
    display: grid;
    align-items: center;
  }

  .hero__layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(27rem, 0.88fr);
    gap: var(--space-16);
  }

  .signal-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .signal-grid > div {
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .signal-grid > div:last-child {
    border-right: 0;
  }

  .ecosystem-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 20rem;
  }

  .ecosystem-map {
    display: block;
    min-height: 38rem;
    padding: 0;
  }

  .ecosystem-map__lines {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    color: color-mix(in srgb, var(--line), var(--brand) 18%);
  }

  .ecosystem-map__core,
  .ecosystem-node {
    position: absolute;
  }

  .ecosystem-map__core {
    top: 50%;
    left: 50%;
    width: 11rem;
    min-height: 7rem;
    justify-content: center;
    transform: translate(-50%, -50%);
  }

  .ecosystem-node {
    width: 8.25rem;
    justify-content: center;
  }

  .ecosystem-node--website { top: 12%; left: 9%; }
  .ecosystem-node--dashboard { top: 5%; left: 36%; }
  .ecosystem-node--accounts { top: 5%; right: 21%; }
  .ecosystem-node--api { top: 12%; right: 5%; }
  .ecosystem-node--docs { top: 45%; right: 1.5%; }
  .ecosystem-node--downloads { right: 7%; bottom: 9%; }
  .ecosystem-node--blog { right: 31%; bottom: 3%; }
  .ecosystem-node--community { bottom: 3%; left: 28%; }
  .ecosystem-node--roadmap { bottom: 9%; left: 5%; }
  .ecosystem-node--status { top: 45%; left: 1.5%; }

  .ecosystem-detail {
    display: grid;
    align-content: center;
    padding: var(--space-8);
    border-top: 0;
    border-left: 1px solid var(--line);
  }

  .showcase {
    min-height: 42rem;
    grid-template-columns: minmax(0, 0.78fr) minmax(28rem, 1.22fr);
    gap: clamp(3rem, 7vw, 7rem);
  }

  .showcase--api .showcase__copy {
    grid-column: 2;
    grid-row: 1;
  }

  .showcase--api .showcase__code {
    grid-column: 1;
    grid-row: 1;
  }

  .split-story,
  .community-story__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(4rem, 9vw, 9rem);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-stage__orbit--one {
    animation: orbit-breathe 7s ease-in-out infinite;
  }

  .hero-stage__orbit--two {
    animation: orbit-breathe 9s 1.5s ease-in-out infinite reverse;
  }

  .community-orbit > div {
    animation: core-breathe 5s ease-in-out infinite;
  }

  @keyframes orbit-breathe {
    0%, 100% { opacity: 0.45; transform: translate(-50%, -50%) scale(0.98); }
    50% { opacity: 1; transform: translate(-50%, -50%) scale(1.02); }
  }

  @keyframes core-breathe {
    0%, 100% { box-shadow: 0 0 2rem rgba(124, 140, 255, 0.1); }
    50% { box-shadow: 0 0 4rem rgba(124, 140, 255, 0.23); }
  }
}
