body {
  transition: filter 0.7s ease;
}
.site-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #111317;
  color: #fff;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 28px;
}
.loader-mark {
  font-size: clamp(38px, 7vw, 92px);
  font-weight: 900;
  letter-spacing: -0.07em;
}
.loader-mark span {
  font-weight: 300;
}
.loader-line {
  width: min(430px, 70vw);
  height: 1px;
  background: #ffffff2e;
}
.loader-line i {
  display: block;
  width: 0;
  height: 100%;
  background: #d7ff39;
}
.site-loader > b {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #d7ff39;
}
.story-pin {
  height: 290vh;
  background: #f3f0e9;
  position: relative;
}
.story-skip {
  position: absolute;
  z-index: 3;
  right: clamp(24px, 6vw, 90px);
  top: 32px;
  padding: 5px 0;
  border-bottom: 1px solid;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.story-stage {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr minmax(300px, 42vw) 1fr;
  align-items: center;
  padding: 0 clamp(24px, 6vw, 90px);
}
.story-core {
  grid-column: 2;
  position: relative;
  width: min(42vw, 620px);
  aspect-ratio: 1;
  margin: auto;
}
.story-disc {
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  overflow: hidden;
  will-change: transform;
  box-shadow: 0 35px 90px #11131730;
}
.story-disc img {
  position: absolute;
  width: 72%;
  height: 72%;
  object-fit: cover;
  border-radius: 22%;
  left: 14%;
  top: 14%;
  opacity: 0;
}
.story-disc img:first-child {
  opacity: 1;
}
.story-ring {
  position: absolute;
  inset: 0;
  border: 1px solid #11131738;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 11px;
  letter-spacing: 0.34em;
  word-spacing: 1em;
  will-change: transform;
}
.story-ring:before,
.story-ring:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid #11131720;
}
.story-ring:before {
  inset: 8%;
}
.story-ring:after {
  inset: 22%;
}
.story-copy {
  grid-column: 3;
  grid-row: 1;
  position: relative;
  height: 330px;
}
.story-copy article {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transform: translateY(35px);
}
.story-copy article:first-child {
  opacity: 1;
  transform: none;
}
.story-copy small {
  font-size: 10px;
  letter-spacing: 0.18em;
  font-weight: 800;
}
.story-copy h2 {
  font-size: clamp(42px, 5vw, 76px);
  line-height: 0.9;
  letter-spacing: -0.06em;
  margin: 20px 0;
}
.story-copy p {
  max-width: 350px;
  line-height: 1.6;
  color: #5f6268;
}
.story-index {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 12px;
}
.story-index span {
  opacity: 0.25;
}
.story-index span:first-child {
  opacity: 1;
  font-weight: 800;
}
.story-progress {
  position: absolute;
  bottom: 48px;
  left: 6vw;
  right: 6vw;
  height: 1px;
  background: #11131725;
}
.story-progress i {
  display: block;
  height: 100%;
  width: 0;
  background: #111317;
}
@media (max-width: 800px) {
  .story-pin {
    height: 260vh;
  }
  .story-skip {
    top: 18px;
  }
  .story-stage {
    grid-template-columns: 1fr;
    padding: 80px 24px 40px;
  }
  .story-core {
    grid-column: 1;
    width: min(82vw, 480px);
    align-self: start;
  }
  .story-copy {
    grid-column: 1;
    height: 240px;
    align-self: end;
  }
  .story-index {
    display: none;
  }
  .story-copy h2 {
    font-size: 45px;
    margin: 12px 0;
  }
  .story-progress {
    bottom: 24px;
  }
}
