/* Landing — pages/landing.md */

.landing-page .site-header {
  position: absolute;
  width: 100%;
  background: transparent;
  border-bottom-color: transparent;
  backdrop-filter: none;
}

.landing-page .site-header.is-scrolled {
  background: transparent;
  border-bottom-color: transparent;
  backdrop-filter: none;
}

.landing-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  padding: calc(3rem + var(--header-h)) var(--gutter) 0;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(112deg, #170b12 0%, #0d0b1d 48%, #071517 100%);
}

.landing-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      180deg,
      rgba(7, 11, 20, 0.02) 0%,
      rgba(7, 11, 20, 0.12) 58%,
      rgba(7, 11, 20, 0.78) 84%,
      var(--color-bg) 100%
    );
  pointer-events: none;
}

.hero-aurora {
  position: absolute;
  inset: -22%;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-aurora-blob {
  position: absolute;
  display: block;
  border-radius: 50%;
  filter: blur(72px);
  opacity: 0.92;
  will-change: transform;
}

.hero-aurora-orange {
  width: 62%;
  height: 72%;
  left: -8%;
  top: -2%;
  background: radial-gradient(circle, rgba(255, 105, 28, 0.96) 0%, rgba(225, 55, 49, 0.7) 43%, transparent 72%);
  animation: aurora-orange 15s ease-in-out infinite alternate;
}

.hero-aurora-violet {
  width: 60%;
  height: 78%;
  left: 31%;
  top: -15%;
  background: radial-gradient(circle, rgba(151, 50, 213, 0.9) 0%, rgba(95, 44, 180, 0.66) 45%, transparent 72%);
  animation: aurora-violet 18s ease-in-out infinite alternate;
}

.hero-aurora-mint {
  width: 55%;
  height: 70%;
  right: -10%;
  top: -8%;
  background: radial-gradient(circle, rgba(73, 198, 153, 0.75) 0%, rgba(35, 130, 138, 0.52) 44%, transparent 72%);
  animation: aurora-mint 17s ease-in-out infinite alternate;
}

.hero-pointer-glow {
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  width: 520px;
  height: 520px;
  margin: -260px 0 0 -260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(174, 96, 255, 0.2) 0%, rgba(132, 58, 218, 0.1) 34%, transparent 70%);
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity;
  transition: opacity 320ms ease;
  mix-blend-mode: screen;
}

.hero-pointer-glow.is-visible {
  opacity: 0.72;
}

.landing-hero-inner {
  position: relative;
  z-index: 2;
  max-width: var(--content-max);
  margin: -53px auto 0;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.5rem;
  align-items: center;

  overflow: hidden;
  height: auto;
  margin-top: -53px;
  width: 100%;
  max-width: 100%;
  padding-bottom: 4rem;
  -webkit-mask-image: linear-gradient(
    to bottom,
    #000 0%,
    #000 82%,
    rgba(0, 0, 0, 0.72) 90%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    #000 0%,
    #000 82%,
    rgba(0, 0, 0, 0.72) 90%,
    transparent 100%
  );
}

@keyframes aurora-orange {
  from { transform: translate3d(-3%, -2%, 0) scale(1); }
  to { transform: translate3d(9%, 8%, 0) scale(1.1); }
}

@keyframes aurora-violet {
  from { transform: translate3d(-5%, 7%, 0) scale(1.03); }
  to { transform: translate3d(8%, -5%, 0) scale(1.13); }
}

@keyframes aurora-mint {
  from { transform: translate3d(4%, -5%, 0) scale(1); }
  to { transform: translate3d(-10%, 8%, 0) scale(1.1); }
}

.hero-copy.fade-up  {
  z-index: 2;
  padding-left: 25%;
}

.hero-copy .brand {
  margin: 0 0 0.75rem;
  font-size: clamp(2.25rem, 5vw, 3.25rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.hero-copy .headline {
  margin: 0 0 0.75rem;
  font-size: clamp(1.2rem, 2.5vw, 1.55rem);
  font-weight: 500;
  color: rgba(244, 247, 251, 0.92);
}

.hero-copy .support {
  margin: 0 0 1.75rem;
  color: var(--color-text-muted);
  max-width: 28rem;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-collage-mask {
  min-width: 0;
  max-width: 100%;
  height: 900px;
}

.hero-collage {
  min-height: 690px;
  max-width: 100%;
  margin-left: -60px;    margin-top: -85px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
  transform: rotate(10deg);
  transform-origin: center;

  z-index: 1;
  height: 900px;
}

.hero-collage-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

.collage-column-left {
  padding-top: 49px;
}

.collage-column-center {
  padding-top: 0;
  margin-top: -264px;
}

.collage-column-right {
  padding-top: 51px;
}

.float-card {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 16;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--color-border-strong);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.42),
    0 0 34px rgba(139, 92, 246, 0.14);
  background: var(--color-bg-elevated);
  transition: transform var(--duration-slow) var(--ease-out), border-color var(--duration);
}

.float-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.float-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 7, 14, 0.26) 0%, transparent 36%, rgba(5, 7, 14, 0.86) 100%);
  pointer-events: none;
}

.float-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.38);
}

.live-card-top,
.live-card-bottom {
  position: absolute;
  z-index: 1;
  left: 12px;
  right: 12px;
  display: flex;
}

.live-card-top {
  top: 12px;
  align-items: center;
  justify-content: space-between;
}

.live-card-top span {
  padding: 4px 7px;
  border-radius: 6px;
  background: #ef3340;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.live-card-top .platform-badge {
  background: #fff;
  color: #e11d2e;
}

.live-card-top .replay-badge {
  background: rgba(8, 12, 22, 0.78);
  color: #fff;
}

.live-card-top small {
  padding: 3px 6px;
  border-radius: 999px;
  background: rgba(5, 7, 14, 0.55);
  backdrop-filter: blur(8px);
  color: rgba(255, 255, 255, 0.88);
  font-size: 10px;
}

.live-card-bottom {
  bottom: 13px;
  flex-direction: column;
  gap: 2px;
}

.live-card-bottom strong {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}

.live-card-bottom small {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.68);
}

.section {
  padding: var(--section-y) var(--gutter);
  max-width: var(--content-max);
  margin: 0 auto;
}

.section-head {
  max-width: 36rem;
  margin-bottom: 2rem;
}

.section-head h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.5rem, 3vw, 1.85rem);
  letter-spacing: -0.02em;
}

.section-head p {
  margin: 0;
  color: var(--color-text-muted);
}

#problem {
  position: relative;
  padding-top: clamp(3rem, 7vw, 6rem);
  padding-bottom: clamp(2rem, 5vw, 4rem);
}

.problem-stage {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  min-height: clamp(430px, 48vw, 560px);
  overflow: hidden;
  border: 1px solid var(--color-border-strong);
  border-radius: var(--radius-lg);
  background: var(--color-bg-elevated);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 30px 80px rgba(3, 7, 18, 0.46);
}

.problem-stage::before,
.problem-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.problem-stage::before {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(7, 11, 20, 0.98) 0%, rgba(7, 11, 20, 0.86) 34%, rgba(7, 11, 20, 0.12) 72%),
    linear-gradient(180deg, rgba(7, 11, 20, 0.12) 45%, rgba(7, 11, 20, 0.82) 100%);
}

.problem-stage::after {
  z-index: 2;
  inset: auto 8% 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(244, 114, 182, 0.78) 28%,
    rgba(139, 92, 246, 0.85) 55%,
    rgba(163, 230, 53, 0.72) 78%,
    transparent
  );
  box-shadow:
    0 -8px 28px rgba(139, 92, 246, 0.22),
    0 12px 36px rgba(163, 230, 53, 0.12);
}

.problem-stage-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.82) brightness(0.84);
  transform: scale(1.01);
}

#problem .section-head {
  position: relative;
  z-index: 3;
  width: min(55%, 38rem);
  max-width: none;
  margin: 0;
  padding: clamp(2rem, 5vw, 4.5rem);
}

#problem .section-head h2 {
  margin-bottom: 3rem;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

#problem .section-head p {
  max-width: 30rem;
  color: rgba(244, 247, 251, 0.76);
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  line-height: 1.65;
}

#problem .section-head p + p {
  margin-top: 0.65rem;
}

#solution {
  position: relative;
  isolation: isolate;
  padding-top: clamp(3rem, 7vw, 6rem);
}

#solution::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -5rem;
  left: 8%;
  width: 84%;
  height: 14rem;
  background:
    radial-gradient(circle at 18% 50%, rgba(244, 114, 182, 0.13), transparent 32%),
    radial-gradient(circle at 50% 50%, rgba(139, 92, 246, 0.14), transparent 34%),
    radial-gradient(circle at 82% 50%, rgba(163, 230, 53, 0.11), transparent 32%);
  filter: blur(30px);
  pointer-events: none;
}

.solution-stage {
  position: relative;
  isolation: isolate;
  min-height: clamp(430px, 46vw, 540px);
  overflow: hidden;
  border: 1px solid var(--color-border-strong);
  border-radius: var(--radius-lg);
  background: var(--color-bg-elevated);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 30px 80px rgba(3, 7, 18, 0.42);
}

.solution-stage::before,
.solution-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.solution-stage::before {
  background:
    linear-gradient(180deg, rgba(7, 11, 20, 0.04) 45%, rgba(7, 11, 20, 0.92) 100%),
    linear-gradient(90deg, rgba(7, 11, 20, 0.12), transparent 36%, rgba(7, 11, 20, 0.16));
}

.solution-stage::after {
  inset: auto 0 0;
  height: 12rem;
  background:
    radial-gradient(ellipse at 17% 100%, rgba(244, 114, 182, 0.28), transparent 42%),
    radial-gradient(ellipse at 50% 100%, rgba(34, 211, 238, 0.22), transparent 40%),
    radial-gradient(ellipse at 83% 100%, rgba(163, 230, 53, 0.23), transparent 42%);
}

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

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.solution-feature-grid {
  position: relative;
  z-index: 2;
  align-items: stretch;
  margin: -6.5rem 1.5rem 0;
}

.feature-card {
  --feature-accent: var(--color-glow-violet);
  min-height: 260px;
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
    rgba(12, 18, 32, 0.88);
  backdrop-filter: blur(20px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 18px 44px rgba(3, 7, 18, 0.36);
  transition:
    transform var(--duration) var(--ease-out),
    border-color var(--duration),
    box-shadow var(--duration);
}

.feature-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--feature-accent), transparent);
}

.feature-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 24px 54px rgba(3, 7, 18, 0.46);
}

.feature-mark {
  margin-bottom: auto;
  color: rgba(244, 247, 251, 0.08);
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.075em;
  -webkit-text-stroke: 1px var(--feature-accent);
  text-shadow: 0 0 28px color-mix(in srgb, var(--feature-accent) 20%, transparent);
  opacity: 0.78;
}

.feature-card h3 {
  margin: 0 0 0.55rem;
  font-size: clamp(1.2rem, 1.8vw, 1.4rem);
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.feature-card p {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  color: rgba(244, 247, 251, 0.76);
}

.feature-card .more {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--feature-accent);
}

.feature-purple {
  --feature-accent: var(--color-glow-pink);
  background:
    radial-gradient(circle at 10% 100%, rgba(219, 39, 119, 0.2), transparent 48%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
    rgba(12, 18, 32, 0.9);
}

.feature-media {
  --feature-accent: var(--color-glow-cyan);
  background:
    radial-gradient(circle at 50% 100%, rgba(34, 211, 238, 0.17), transparent 48%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
    rgba(12, 18, 32, 0.9);
}

.feature-media > * {
  position: relative;
  z-index: 1;
}

.feature-lime {
  --feature-accent: var(--color-cta-lime);
  color: var(--color-text);
  background:
    radial-gradient(circle at 90% 100%, rgba(163, 230, 53, 0.16), transparent 48%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
    rgba(12, 18, 32, 0.9);
}

.feature-lime p {
  color: rgba(244, 247, 251, 0.76);
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  counter-reset: step;
}

.step {
  position: relative;
  min-height: 142px;
  padding: 1.5rem;
  counter-increment: step;
  border-color: rgba(255, 255, 255, 0.16);
  background:
    radial-gradient(circle at 0% 100%, rgba(163, 230, 53, 0.08), transparent 44%),
    rgba(255, 255, 255, 0.055);
  transition:
    transform var(--duration) var(--ease-out),
    border-color var(--duration),
    background var(--duration);
}

.step:not(:last-child)::after {
  content: "→";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -1.15rem;
  color: rgba(163, 230, 53, 0.82);
  font-size: 1.05rem;
  line-height: 1;
  transform: translate(50%, -50%);
}

.step::before {
  content: "0" counter(step);
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--color-cta-lime);
  margin-right: 0.65rem;
  vertical-align: 0.15em;
}

.step h3 {
  display: inline;
  margin: 0;
  font-size: 1.45rem;
  letter-spacing: -0.025em;
}

.step p {
  margin: 0.8rem 0 0;
  color: rgba(244, 247, 251, 0.7);
  font-size: 0.95rem;
  line-height: 1.6;
}

.step:nth-child(2) {
  border-color: rgba(34, 211, 238, 0.34);
  background:
    radial-gradient(circle at 50% 100%, rgba(34, 211, 238, 0.14), transparent 52%),
    rgba(255, 255, 255, 0.07);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 16px 42px rgba(3, 7, 18, 0.3);
}

.step:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.28);
}

#how {
  padding-top: clamp(3rem, 6vw, 4.5rem);
  padding-bottom: clamp(3rem, 6vw, 4.5rem);
}

#how .section-head h2 {
  font-size: clamp(2rem, 3.6vw, 2.75rem);
  line-height: 1.12;
}

#how .section-head p {
  font-size: clamp(1rem, 1.4vw, 1.1rem);
  line-height: 1.65;
}

#demo {
  padding-top: clamp(3rem, 6vw, 4.5rem);
}

.demo-panel {
  padding: 1.5rem;
  overflow: hidden;
}

.demo-panel img {
  width: 100%;
  border-radius: var(--radius);
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.split-cta {
  text-align: center;
  padding: 3rem 1.5rem;
  border-radius: var(--radius-lg);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  position: relative;
  overflow: hidden;
}

.split-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gradient-hero-wash);
  opacity: 0.5;
  pointer-events: none;
}

.split-cta > * {
  position: relative;
  z-index: 1;
}

.split-cta h2 {
  margin: 0 0 0.5rem;
}

.split-cta p {
  margin: 0 0 1.25rem;
  color: var(--color-text-muted);
}

.stories {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 1.25rem;
  align-items: stretch;
}

.story-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  height: 100%;
}

.story-item {
  --story-accent: var(--color-glow-violet);
  position: relative;
  flex: 1;
  padding: 1.1rem 1.2rem 1.1rem 1.15rem;
  display: flex;
  gap: 0.95rem;
  align-items: flex-start;
  overflow: hidden;
  transition:
    transform var(--duration) var(--ease-out),
    border-color var(--duration),
    background var(--duration);
}

.story-item::before {
  content: "";
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 0;
  width: 3px;
  border-radius: 999px;
  background: var(--story-accent);
  box-shadow: 0 0 16px color-mix(in srgb, var(--story-accent) 35%, transparent);
}

.story-item:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.24);
}

.story-item time {
  min-width: 2.6rem;
  margin-top: 0.15rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--story-accent);
  white-space: nowrap;
}

.story-item strong {
  display: block;
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.story-item p {
  margin: 0.3rem 0 0;
  color: var(--color-text-muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.story-guide {
  --story-accent: var(--color-glow-pink);
}

.story-sourcing {
  --story-accent: var(--color-cta-lime);
}

.story-convert {
  --story-accent: var(--color-glow-cyan);
}

.story-feature {
  padding: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  height: 100%;
  min-height: 0;
  border-color: rgba(255, 255, 255, 0.16);
}

.story-feature img {
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  object-position: center top;
}

.story-feature-body {
  padding: 1.6rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 100% 0%, rgba(244, 114, 182, 0.12), transparent 42%),
    rgba(12, 18, 32, 0.35);
}

.story-feature-body h3 {
  margin: 0.65rem 0 0;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.story-feature-body p {
  color: rgba(244, 247, 251, 0.74);
  margin: 0.7rem 0 0;
  line-height: 1.65;
}

@media (max-width: 960px) {
  .landing-hero-inner {
    grid-template-columns: 1fr;
  }
  .hero-collage {
    min-height: 690px;
    max-width: 390px;
    margin: 0 auto;
  }
  .feature-grid,
  .steps,
  .stories {
    grid-template-columns: 1fr;
  }
  .steps {
    gap: 1.5rem;
  }
  .step:not(:last-child)::after {
    content: "↓";
    top: auto;
    right: 50%;
    bottom: -1.15rem;
    transform: translate(50%, 50%);
  }
  .solution-stage {
    min-height: 500px;
  }
  .solution-feature-grid {
    gap: 0.9rem;
    margin: -5.5rem 1rem 0;
  }
  .solution-feature-grid .feature-card {
    min-height: 220px;
  }
  .story-list,
  .story-feature {
    height: auto;
  }
  .story-item {
    flex: none;
  }
  .story-feature {
    grid-template-columns: 1fr;
  }
  .story-feature img {
    height: 180px;
    min-height: 180px;
  }
}

@media (max-width: 768px) {
  .hero-aurora {
    inset: -12% -45%;
  }

  .hero-pointer-glow {
    display: none;
  }

  .hero-collage {
    width: 300px;
    min-height: 420px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    transform: rotate(4deg);
  }

  .hero-collage-column {
    gap: 10px;
  }

  .collage-column-left {
    padding-top: 36px;
  }

  .collage-column-right,
  .float-card.card-bottom {
    display: none;
  }

  .float-card {
    height: auto;
    aspect-ratio: 9 / 16;
  }

  #problem {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .problem-stage {
    align-items: flex-end;
    min-height: 560px;
  }

  .problem-stage::before {
    background:
      linear-gradient(180deg, rgba(7, 11, 20, 0.06) 16%, rgba(7, 11, 20, 0.72) 58%, rgba(7, 11, 20, 0.98) 100%);
  }

  .problem-stage-image {
    object-position: 64% center;
  }

  #problem .section-head {
    width: 100%;
    padding: 2rem 1.5rem 2.25rem;
  }

  #problem .section-head h2 {
    font-size: clamp(2rem, 10vw, 2.75rem);
  }

  #solution {
    padding-top: 3rem;
  }

  .solution-stage {
    min-height: 460px;
  }

  .solution-stage-image {
    object-position: 34% center;
  }

  .solution-feature-grid {
    margin: -3rem 0.75rem 0;
  }

  .solution-feature-grid .feature-card {
    min-height: 230px;
    padding: 1.25rem;
  }

  .section {
    --section-y: 56px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-pointer-glow {
    display: none;
  }
}
