.s-fa {
  position: relative;
  overflow: hidden;
  padding-block: 118px 21px;
}

.s-fa::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--surface);
}

.s-fa__band {
  align-items: flex-start;
  padding-inline: 112px;
  gap: 32px;
}

.s-fa__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 0 592px;
  width: 592px;
  height: 620px;
  border-radius: var(--r-xl);
}

.s-fa__card--player {
  --card-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='592' height='701' viewBox='0 0 592 701'><rect width='592' height='701' rx='40' fill='black'/></svg>");
  background: #000;
  padding-top: 47px;
}

.s-fa__card--player .s-fa__swoosh-bar,
.s-fa__card--player .s-fa__shot,
.s-fa__card--player .s-fa__shot-edge,
.s-fa__card--player .s-fa__body {
  -webkit-mask-image: var(--card-mask);
  mask-image: var(--card-mask);
  -webkit-mask-size: 592px 701px;
  mask-size: 592px 701px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-clip: no-clip;
  mask-clip: no-clip;
}

.s-fa__card--player .s-fa__shot,
.s-fa__card--player .s-fa__shot-edge {
  -webkit-mask-position: -47px -47px;
  mask-position: -47px -47px;
}

.s-fa__card--player .s-fa__body {
  -webkit-mask-position: -66px -528px;
  mask-position: -66px -528px;
}

.s-fa__card--anime {
  position: relative;
  background: var(--surface-page);
  padding-top: 450px;
}

.s-fa__anime-art {
  --tile: 459px;
  position: absolute;
  left: 285px;
  top: 52px;
  width: var(--tile);
  height: calc(var(--tile) * 0.802);
  margin: 0;
  overflow: hidden;
  transform: translateX(-50%);
  pointer-events: none;
}

.s-fa__anime-inner {
  position: absolute;
  left: calc(var(--tile) * -0.102);
  top: calc(var(--tile) * -0.199);
  display: block;
  width: calc(var(--tile) * 1.2);
  height: calc(var(--tile) * 1.2);
}

.s-fa__swoosh {
  position: absolute;
  left: 135.952px;
  top: -108.51px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 559.129px;
  height: 559.129px;
  pointer-events: none;
}

.s-fa__swoosh-pivot {
  flex: none;
  transform: rotate(45deg);
}

.s-fa__swoosh-bar {
  display: block;
  width: 651.714px;
  height: 139.014px;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 651.71 139.01' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><rect x='0' y='0' height='100%' width='100%' fill='url(%23grad)' opacity='1'/><defs><radialGradient id='grad' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='10' gradientTransform='matrix(49.765 -1.4271 -30.41 35.013 -2.6129 85.327)'><stop stop-color='rgba(35,115,241,1)' offset='0'/><stop stop-color='rgba(58,118,243,1)' offset='0.057692'/><stop stop-color='rgba(82,121,245,1)' offset='0.11538'/><stop stop-color='rgba(128,126,248,1)' offset='0.23077'/><stop stop-color='rgba(175,132,252,1)' offset='0.34615'/><stop stop-color='rgba(222,137,255,1)' offset='0.46154'/><stop stop-color='rgba(230,140,205,1)' offset='0.59615'/><stop stop-color='rgba(238,143,155,1)' offset='0.73077'/><stop stop-color='rgba(247,146,105,1)' offset='0.86538'/><stop stop-color='rgba(251,148,80,1)' offset='0.93269'/><stop stop-color='rgba(255,149,55,1)' offset='1'/></radialGradient></defs></svg>");
  background-size: 651.714px 139.014px;
  background-repeat: no-repeat;
  -webkit-mask-position: -136px 108.512px;
  mask-position: -136px 108.512px;
}

.s-fa__shot {
  position: relative;
  margin-top: -13px;
  margin-left: 295.5px;
  transform: translateX(-50%);
  width: 497px;
  height: 310px;
  border-radius: 16px;
}

.s-fa__shot-img {
  width: 497px;
  height: 310px;
  object-fit: cover;
  border-radius: 16px;
}

.s-fa__shot-edge {
  position: absolute;
  inset: 0;
  border: 1px solid var(--surface-panel);
  border-radius: 12px;
}

.s-fa__title {
  margin: 0;
  font-family: var(--serif);
  font-size: 48px;
  font-weight: 600;
  line-height: 44.288px;
  letter-spacing: normal;
  white-space: nowrap;
  color: var(--ink-strong);
  font-variation-settings: "SOFT" 0, "WONK" 0;
}

.s-fa__body {
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: normal;
  color: var(--ink-muted);
}

.s-fa__card--player .s-fa__title {
  margin: 40px 0 0 66px;
}

.s-fa__title--invert {
  color: var(--ink-invert);
}

.s-fa__card--player .s-fa__body {
  margin: 24px 0 0 66px;
  width: 439px;
}

.s-fa__body--invert {
  color: #a6a6a6;
}

.s-fa__card--anime .s-fa__title {
  margin-left: 68px;
}

.s-fa__card--anime .s-fa__body {
  margin: 7.712px 0 0 68px;
  width: 434px;
}

.s-fa__bleed {
  position: absolute;
  left: 133px;
  top: 901px;
  display: block;
  width: 546px;
  height: 432px;
  overflow: hidden;
  pointer-events: none;
}

.s-fa__bleed img {
  position: absolute;
  left: -0.05%;
  top: -32.64%;
  width: 100.1%;
  height: 169.44%;
  max-width: none;
}

@media (width < 1440px) {
  .s-fa__band {
    padding-inline: calc((100% - 1216px) / 2);
  }

  .s-fa__bleed {
    display: none;
  }
}

@media (width < 1280px) {
  .s-fa__swoosh {
    display: none;
  }
}

@media (width < 1280px) {
  .s-fa {
    padding-block: 72px;
  }

  .s-fa__band {
    padding-inline: min(72px, var(--gutter));
    gap: 24px;
  }

  .s-fa__card {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    height: auto;
  }

  .s-fa__card--player {
    padding: 32px 32px 48px;
  }

  .s-fa__card--anime {
    padding: 360px 32px 48px;
  }

  .s-fa__anime-art {
    --tile: 336px;
    left: 50%;
    top: 18px;
    width: var(--tile);
  }

  .s-fa__card--player .s-fa__shot,
  .s-fa__card--player .s-fa__shot-edge,
  .s-fa__card--player .s-fa__title,
  .s-fa__card--player .s-fa__body {
    -webkit-mask-image: none;
    mask-image: none;
  }

  .s-fa__shot {
    margin-left: 0;
    transform: none;
    width: 100%;
    height: auto;
  }

  .s-fa__shot-img {
    width: 100%;
    height: auto;
  }

  .s-fa__card--player .s-fa__title {
    margin: 48px 0 0;
  }

  .s-fa__card--anime .s-fa__title {
    margin-left: 0;
  }

  .s-fa__card--player .s-fa__body,
  .s-fa__card--anime .s-fa__body {
    margin: 20px 0 0;
    width: 100%;
  }

}

@media (width < 1280px) {
  .s-fa {
    padding-block: 56px;
  }

  .s-fa__band {
    display: block;
  }

  .s-fa__card {
    height: auto;
  }

  .s-fa__card--anime {
    padding-top: 32px;
  }

  .s-fa__anime-art {
    --tile: 460px;
    position: static;
    width: var(--tile);
    max-width: 100%;
    margin-bottom: 22px;
    transform: none;
  }

  .s-fa__card + .s-fa__card {
    margin-top: 24px;
  }
}

@media (max-width: 640px) {
  .s-fa {
    padding-block: 40px;
  }

  .s-fa__card--player {
    padding: 20px 20px 36px;
    border-radius: var(--r-lg);
  }

  .s-fa__card--anime {
    padding: 20px 20px 36px;
    border-radius: var(--r-lg);
  }

  .s-fa__anime-art {
    --tile: 280px;
    width: var(--tile);
  }

  .s-fa__shot {
    border-radius: 12px;
  }

  .s-fa__shot-img {
    border-radius: 12px;
  }

  .s-fa__shot-edge {
    border-radius: 10px;
  }

  .s-fa__title {
    font-size: 34px;
    line-height: 36px;
    white-space: normal;
  }

  .s-fa__card--player .s-fa__title {
    margin-top: 32px;
  }

  .s-fa__body {
    font-size: 16px;
    line-height: 25px;
  }

}
