/* Editorial About composition based on the supplied portrait artwork. */
.section--about.about-editorial {
  --about-accent: #b79aff;
  --about-accent-soft: #d3c5ff;
  --about-accent-rgb: 183, 154, 255;
  --about-blue: #87bfff;
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 53.5% 46.5%;
  width: min(calc(100% - 32px), 1450px);
  min-height: 750px;
  margin-top: 34px;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(183, 154, 255, 0.24);
  border-radius: 34px;
  background: #09131d !important;
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  scroll-margin-top: 100px;
}

.section--about.about-editorial::before {
  z-index: 0;
  top: auto;
  right: -190px;
  bottom: -265px;
  width: 470px;
  height: 470px;
  border: 1px solid rgba(135, 191, 255, 0.38);
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  content: "";
  pointer-events: none;
}

.section--about.about-editorial::after {
  position: absolute;
  z-index: 0;
  top: 35px;
  right: -90px;
  width: 560px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(183, 154, 255, 0.3), transparent);
  content: "";
  pointer-events: none;
  transform: rotate(27deg);
  transform-origin: right center;
}

.about-editorial > * {
  position: relative;
  z-index: 1;
}

.about-editorial__visual {
  min-width: 0;
  min-height: 750px;
  background-image:
    linear-gradient(90deg, transparent 70%, rgba(9, 19, 29, 0.5) 86%, #09131d 100%),
    url("./assets/about-editorial-art.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
}

.about-editorial__visual::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    radial-gradient(ellipse 42% 68% at 57% 49%, transparent 0 58%, rgba(123, 105, 230, 0.14) 76%, rgba(105, 143, 238, 0.3) 100%),
    linear-gradient(135deg, rgba(83, 115, 208, 0.28), rgba(164, 126, 255, 0.16));
  content: "";
  opacity: 0.82;
  mix-blend-mode: color;
  pointer-events: none;
}

.about-editorial__content {
  align-self: center;
  max-width: 650px;
  padding: 88px 74px 82px 20px;
  background: radial-gradient(circle at 88% 22%, rgba(183, 154, 255, 0.075), transparent 17rem);
}

.about-editorial__content::before {
  position: absolute;
  top: 26%;
  right: 20px;
  width: 64px;
  height: 64px;
  opacity: 0.3;
  background-image: radial-gradient(circle, var(--about-blue) 1.3px, transparent 1.6px);
  background-size: 13px 13px;
  content: "";
  pointer-events: none;
}

.about-editorial__content::after {
  position: absolute;
  right: 10px;
  bottom: 55px;
  width: 14px;
  height: 14px;
  color: var(--about-accent);
  font-size: 26px;
  line-height: 12px;
  content: "+";
}

.about-editorial__hello {
  display: flex;
  align-items: center;
  gap: 25px;
  margin: 0 0 18px;
  color: #e5e5e8;
  font-size: clamp(18px, 1.8vw, 25px);
  font-weight: 400;
  letter-spacing: -0.025em;
}

.about-editorial__hello span {
  display: block;
  width: 66px;
  height: 1px;
  background: linear-gradient(90deg, var(--about-accent), var(--about-blue));
}

.about-editorial__content h2 {
  margin: 0;
  font-size: clamp(66px, 6.1vw, 96px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.about-editorial__content h2 span,
.about-editorial__content h2 em {
  display: block;
}

.about-editorial__content h2 span {
  color: #f3f3f4;
}

.about-editorial__content h2 em {
  color: var(--about-accent);
  font-style: normal;
  text-shadow: 0 0 36px rgba(var(--about-accent-rgb), 0.18);
}

.about-editorial__rule {
  display: block;
  width: 83px;
  height: 2px;
  margin: 38px 0 34px;
  background: linear-gradient(90deg, var(--about-accent), var(--about-blue));
}

.about-editorial__content h3 {
  margin: 0 0 10px;
  color: var(--about-accent-soft);
  font-size: clamp(22px, 2vw, 29px);
  font-weight: 600;
  letter-spacing: -0.025em;
}

.about-editorial__bio {
  max-width: 580px;
  margin: 0;
  color: #c4c3c5;
  font-size: clamp(14px, 1.3vw, 18px);
  line-height: 1.55;
  letter-spacing: 0.002em;
}

.about-editorial__button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  min-width: 268px;
  min-height: 58px;
  margin-top: 34px;
  padding: 0 24px 0 30px;
  border: 1px solid rgba(var(--about-accent-rgb), 0.78);
  border-radius: 10px;
  color: var(--about-accent-soft);
  font-size: 17px;
  font-weight: 600;
  transition: color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.about-editorial__button:hover {
  background: var(--about-accent);
  box-shadow: 0 15px 35px rgba(var(--about-accent-rgb), 0.2);
  color: #09131d;
}

.about-editorial__button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.about-editorial__skills {
  display: flex;
  align-items: center;
  gap: 23px;
  margin-top: 38px;
}

.about-editorial__skills span {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(var(--about-accent-rgb), 0.44);
  border-radius: 50%;
  color: var(--about-accent-soft);
  background: rgba(9, 19, 29, 0.62);
  transition: border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.about-editorial__skills span:hover {
  border-color: var(--about-blue);
  color: var(--about-blue);
  transform: translateY(-3px);
}

.about-editorial__skills svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.about-editorial__skills b {
  color: currentColor;
  font: 500 21px/1 Manrope, sans-serif;
}

.about-editorial__skills .about-editorial__skill-word {
  font-size: 16px;
  letter-spacing: -0.04em;
}

@media (max-width: 1100px) {
  .section--about.about-editorial {
    grid-template-columns: 51% 49%;
    min-height: 680px;
  }

  .about-editorial__visual {
    min-height: 680px;
  }

  .about-editorial__content {
    padding: 72px 45px 70px 8px;
  }

  .about-editorial__content h2 {
    font-size: clamp(60px, 7vw, 78px);
  }
}

@media (max-width: 850px) {
  .section--about.about-editorial {
    display: flex;
    flex-direction: column;
    width: calc(100% - 28px);
    min-height: 0;
    margin-top: 24px;
    border-radius: 28px;
  }

  .section--about.about-editorial::before {
    right: -210px;
    bottom: -260px;
  }

  .about-editorial__visual {
    width: 100%;
    min-height: clamp(500px, 104vw, 650px);
    background-image:
      linear-gradient(0deg, #09131d 0%, transparent 18%),
      url("./assets/about-editorial-art.png");
    background-position: 9% center;
    background-size: auto 100%;
  }

  .about-editorial__content {
    align-self: stretch;
    max-width: none;
    padding: 44px 38px 62px;
  }

  .about-editorial__content h2 {
    font-size: clamp(58px, 13vw, 88px);
  }

  .about-editorial__bio {
    max-width: 620px;
  }
}

@media (max-width: 520px) {
  .section--about.about-editorial {
    width: calc(100% - 20px);
    border-radius: 24px;
  }

  .about-editorial__visual {
    min-height: clamp(435px, 112vw, 560px);
    background-position: 10% center;
  }

  .about-editorial__content {
    padding: 35px 22px 54px;
  }

  .about-editorial__content::before {
    right: 8px;
  }

  .about-editorial__hello {
    margin-bottom: 15px;
    font-size: 17px;
  }

  .about-editorial__hello span {
    width: 48px;
  }

  .about-editorial__content h2 {
    font-size: clamp(51px, 15.8vw, 69px);
  }

  .about-editorial__rule {
    margin: 27px 0 26px;
  }

  .about-editorial__bio {
    font-size: 14px;
    line-height: 1.65;
  }

  .about-editorial__button {
    width: 100%;
    min-width: 0;
    margin-top: 28px;
  }

  .about-editorial__skills {
    justify-content: space-between;
    gap: 8px;
    margin-top: 31px;
  }

  .about-editorial__skills span {
    width: 46px;
    height: 46px;
  }
}
