.sc-r62-world {
  overflow: hidden;
  background: #020b14;
}

.sc-r62-scene {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: clamp(620px, 52vw, 760px);
  align-items: center;
  overflow: hidden;
  padding: 0 !important;
  border-inline: 1px solid rgba(58, 211, 239, .20);
  background: #03111e !important;
}

.sc-r62-scene-art {
  position: absolute;
  z-index: -4;
  inset: -2%;
  width: 104%;
  height: 104%;
  object-fit: cover;
  object-position: center;
  filter: brightness(.72) saturate(1.08) contrast(1.04);
  transform: scale(1.025);
  animation: sc-r62-drift 19s ease-in-out infinite alternate;
}

.sc-r62-scene::before,
.sc-r62-scene::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.sc-r62-scene::before {
  z-index: -3;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 11, 20, .96) 0%, rgba(3, 18, 30, .78) 44%, rgba(3, 18, 30, .10) 78%),
    linear-gradient(0deg, rgba(2, 11, 20, .82), transparent 50%);
}

.sc-r62-scene::after {
  z-index: 8;
  top: 0;
  bottom: 0;
  width: 20%;
  opacity: .26;
  background: linear-gradient(90deg, transparent, rgba(54, 220, 245, .22), transparent);
  animation: sc-r62-scan 10s linear infinite;
}

.sc-r62-story,
.sc-r62-boundary-scene .sc-r36-boundary {
  position: relative;
  z-index: 3;
  width: min(62%, 900px);
  margin-left: clamp(26px, 6vw, 92px);
  padding: clamp(64px, 7vw, 104px) 0;
  text-shadow: 0 5px 30px rgba(0, 0, 0, .94);
}

.sc-r62-scene h2 {
  max-width: 850px;
  font-size: clamp(38px, 4.6vw, 70px);
  line-height: .98;
}

.sc-r62-scene .sc-r36-lead,
.sc-r62-scene .sc-r36-boundary p { color: #d0dde3; }

.sc-r62-intro .sc-r36-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 46px;
  border-top: 1px solid rgba(54, 220, 245, .44);
}

.sc-r62-intro .sc-r36-cards article {
  position: relative;
  min-height: 0;
  padding: 18px 22px 14px 0;
  border: 0;
  border-radius: 0;
  background: linear-gradient(180deg, rgba(2, 16, 27, .54), rgba(2, 16, 27, .82));
}

.sc-r62-intro .sc-r36-cards article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: -5px;
  right: 12px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #f5b92d;
  box-shadow: 0 0 18px #f5b92d;
}

.sc-r62-intro .sc-r36-cards h3 { margin: 12px 0 8px; font-size: 18px; }
.sc-r62-intro .sc-r36-cards p { font-size: 12px; line-height: 1.5; }

.sc-r62-process { min-height: clamp(720px, 60vw, 880px); }
.sc-r62-process::before {
  background:
    linear-gradient(180deg, rgba(2, 11, 20, .94), rgba(2, 11, 20, .26) 42%, rgba(2, 11, 20, .90)),
    radial-gradient(circle at 54% 52%, transparent 0 25%, rgba(2, 11, 20, .44) 78%);
}
.sc-r62-process .sc-r62-story {
  align-self: start;
  width: min(calc(100% - 52px), 1120px);
  margin: 0 auto;
  padding-top: clamp(54px, 6vw, 88px);
  padding-bottom: 280px;
  text-align: center;
}
.sc-r62-process .sc-r62-story h2 {
  max-width: 1060px;
  margin-inline: auto;
  font-size: clamp(36px, 4.1vw, 62px);
}
.sc-r62-process .sc-r36-lead { margin-inline: auto; }
.sc-r62-process ol {
  position: absolute;
  z-index: 5;
  right: 5%;
  bottom: 42px;
  left: 5%;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
  max-width: none;
  margin: 0;
  border-top: 1px solid rgba(54, 220, 245, .56);
}
.sc-r62-process li {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  padding: 18px 18px;
  border: 0;
  background: rgba(2, 15, 26, .74);
  text-align: left;
  backdrop-filter: blur(8px);
}
.sc-r62-process li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f5b92d;
  box-shadow: 0 0 20px #f5b92d;
}
.sc-r62-process li > span { font-size: 18px; }
.sc-r62-process h3 { font-size: 16px; }
.sc-r62-process p { font-size: 12px; line-height: 1.52; }
.sc-r62-energy {
  position: absolute;
  z-index: 2;
  top: 54%;
  left: 8%;
  width: 84%;
  height: 3px;
  overflow: hidden;
  background: linear-gradient(90deg, transparent, #36dcf5 18%, #f5b92d 52%, #36dcf5 84%, transparent);
  box-shadow: 0 0 26px rgba(54, 220, 245, .76);
}
.sc-r62-energy::after {
  content: "";
  position: absolute;
  inset: -7px auto -7px 0;
  width: 11%;
  background: #fff;
  filter: blur(7px);
  animation: sc-r62-line 3s linear infinite;
}

.sc-r62-resources::before {
  background: linear-gradient(90deg, rgba(2, 11, 20, .96), rgba(2, 11, 20, .72) 57%, rgba(2, 11, 20, .20));
}
.sc-r62-resources .sc-r40-resources {
  grid-template-columns: 1fr;
  max-width: 760px;
  border-top: 1px solid rgba(54, 220, 245, .48);
}
.sc-r62-resources .sc-r40-resource {
  min-height: 0;
  padding: 14px 2px;
  border: 0;
  border-bottom: 1px solid rgba(54, 220, 245, .18);
  border-radius: 0;
  background: transparent;
}
.sc-r62-resources .sc-r40-resource:hover,
.sc-r62-resources .sc-r40-resource:focus-visible { background: rgba(6, 35, 52, .42); }

.sc-r62-boundary-scene::before {
  background: linear-gradient(270deg, rgba(2, 11, 20, .96), rgba(2, 11, 20, .76) 49%, rgba(2, 11, 20, .18));
}
.sc-r62-boundary-scene .sc-r36-boundary {
  width: min(58%, 820px);
  margin-right: clamp(26px, 6vw, 92px);
  margin-left: auto;
  padding: 42px;
  border-color: rgba(245, 185, 45, .60);
  background: linear-gradient(135deg, rgba(5, 35, 52, .76), rgba(2, 14, 24, .88));
  backdrop-filter: blur(10px);
}

@keyframes sc-r62-drift {
  from { transform: scale(1.025) translate3d(-.3%, 0, 0); }
  to { transform: scale(1.055) translate3d(.3%, -.3%, 0); }
}
@keyframes sc-r62-scan {
  0%, 18% { left: -24%; }
  76%, 100% { left: 124%; }
}
@keyframes sc-r62-line {
  from { transform: translateX(-120%); }
  to { transform: translateX(1100%); }
}

@media (max-width: 900px) {
  .sc-r62-story,
  .sc-r62-boundary-scene .sc-r36-boundary { width: min(78%, 760px); }
}

@media (max-width: 760px) {
  .sc-r62-scene { min-height: 780px; border-inline: 0; }
  .sc-r62-scene-art { inset: 0; width: 100%; height: 100%; object-position: 66% center; }
  .sc-r62-scene::before,
  .sc-r62-process::before,
  .sc-r62-resources::before,
  .sc-r62-boundary-scene::before {
    background: linear-gradient(180deg, rgba(2, 11, 20, .86), rgba(2, 11, 20, .32) 44%, rgba(2, 11, 20, .95) 78%);
  }
  .sc-r62-story,
  .sc-r62-process .sc-r62-story,
  .sc-r62-boundary-scene .sc-r36-boundary {
    width: auto;
    margin: 0 20px;
    padding: 46px 0 310px;
    text-align: left;
  }
  .sc-r62-process .sc-r62-story { padding-bottom: 360px; }
  .sc-r62-scene h2 { font-size: clamp(34px, 10vw, 48px); }
  .sc-r62-intro .sc-r36-cards,
  .sc-r62-process ol {
    position: absolute;
    right: 18px;
    bottom: 20px;
    left: 18px;
    grid-template-columns: 1fr;
  }
  .sc-r62-process ol {
    grid-auto-flow: row;
    grid-auto-columns: auto;
  }
  .sc-r62-intro .sc-r36-cards article,
  .sc-r62-process li { padding: 10px 12px; }
  .sc-r62-intro .sc-r36-cards h3 { margin: 6px 0 4px; }
  .sc-r62-intro .sc-r36-cards p,
  .sc-r62-process p { display: none; }
  .sc-r62-resources { min-height: 900px; }
  .sc-r62-resources .sc-r62-story { padding-bottom: 40px; }
  .sc-r62-resources .sc-r40-resources { position: absolute; right: 18px; bottom: 20px; left: 18px; }
  .sc-r62-boundary-scene .sc-r36-boundary {
    display: grid;
    align-self: end;
    margin-bottom: 22px;
    padding: 24px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sc-r62-scene-art,
  .sc-r62-scene::after,
  .sc-r62-energy::after { animation: none !important; }
}
