body {
  background-attachment: fixed;
}

.hero--story {
  position: relative;
  overflow: hidden;
}

.hero--story::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 10% 0, rgba(251, 191, 36, 0.16), transparent 60%), radial-gradient(circle at 100% 100%, rgba(37, 99, 235, 0.2), transparent 55%);
  opacity: 0.85;
  mix-blend-mode: screen;
  pointer-events: none;
}

.hero-inner--story {
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 36rem;
}

.hero-meta {
  font-size: var(--font-size-sm);
}

.hero-badges .badge--soft {
  border-color: rgba(148, 163, 184, 0.7);
  box-shadow: none;
  background: rgba(15, 23, 42, 0.8);
}

.hero-visual {
  max-width: 30rem;
  margin-inline: auto;
}

.hero-story-panel {
  padding: var(--space-5);
}

.hero-story-image {
  border-radius: var(--radius-md);
  border: 1px solid rgba(248, 250, 252, 0.08);
  box-shadow: var(--shadow-soft);
}

.hero-story-heading {
  font-size: var(--font-size-xl);
}

.hero-story-subcopy {
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.story-section {
  position: relative;
}

.story-section--alt {
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.95), #020617 65%);
}

.story-section--ux {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(15, 23, 42, 0.9));
}

.story-section--why {
  background: radial-gradient(circle at 0 0, rgba(56, 189, 248, 0.18), transparent 55%), radial-gradient(circle at 100% 100%, rgba(251, 191, 36, 0.16), #020617 60%);
}

.story-section--community {
  background: rgba(15, 23, 42, 0.96);
}

.story-section--values {
  background: radial-gradient(circle at 50% 0, rgba(30, 64, 175, 0.4), #020617 65%);
}

.story-section--future {
  background: linear-gradient(145deg, #020617, #020617 40%, rgba(15, 23, 42, 0.98));
}

.story-section--cta {
  padding-bottom: var(--space-20);
}

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

.story-grid--reverse {
  direction: rtl;
}

.story-grid--reverse > * {
  direction: ltr;
}

.story-grid--future {
  align-items: flex-start;
}

.story-media {
  max-width: 32rem;
  margin-inline: auto;
}

.story-image {
  border-radius: var(--radius-lg);
}

.story-block p {
  color: var(--color-text);
}

.story-block a {
  text-decoration: underline;
  text-decoration-color: rgba(251, 191, 36, 0.7);
  text-underline-offset: 0.14em;
}

.story-block a:hover {
  text-decoration-thickness: 2px;
}

.story-lead {
  margin-inline: auto;
  color: var(--color-text-muted);
}

.story-pillars .card-title {
  margin-bottom: var(--space-2);
}

.story-pillars .card {
  padding-top: var(--space-4);
  padding-bottom: var(--space-4);
}

.story-future-panel {
  border-radius: var(--radius-xl);
  padding: var(--space-6);
}

.story-future-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: var(--space-4);
}

.story-future-list li strong {
  display: block;
  font-family: var(--font-display);
  margin-bottom: var(--space-1);
}

.story-future-list li p {
  margin: 0;
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.story-inline-cta .btn {
  font-size: var(--font-size-xs);
}

.story-narrow {
  max-width: 56rem;
  margin-inline: auto;
}

.center-block {
  margin-inline: auto;
}

.story-section--cta .btn-primary {
  min-width: 11rem;
}

@media (max-width: 899px) {
  .hero-inner--story {
    text-align: left;
  }

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

  .story-grid--reverse {
    direction: ltr;
  }
}

@media (max-width: 640px) {
  .hero-story-panel {
    padding: var(--space-4);
  }

  .story-section {
    padding-block: var(--space-10);
  }

  .story-section--cta {
    padding-bottom: var(--space-16);
  }

  .story-future-panel {
    padding: var(--space-5);
  }
}
