.about {
  width: 100%;
  max-width: none;
  min-height: 620px;
  margin: 0;
  padding: 105px max(24px, calc((100vw - 1160px) / 2));
  grid-template-columns: minmax(0, .9fr) 1fr;
  gap: clamp(55px, 10vw, 150px);
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.about::after {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(33, 19, 52, .94) 0%, rgba(54, 31, 78, .80) 41%, rgba(54, 31, 78, .28) 72%, rgba(54, 31, 78, .12) 100%);
}

.about-image {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  aspect-ratio: auto;
  border-radius: 0;
  box-shadow: none;
  background: #3c2754;
}

.about-image > img { object-position: center 55%; }
.round-stamp { display: none; }

.about-copy { grid-column: 1; }
.about .kicker { color: #e4cbff; }
.about h2 { color: #fff; }
.about h2 em { color: #d2aaff; }
.about-copy > p { color: #f4eef9; max-width: 510px; }
.about li { color: #fff; border-bottom-color: rgba(255,255,255,.25); }
.about li::before { color: #d2aaff; }
.about .text-button { color: #fff; }

@media (max-width: 850px) {
  .about { min-height: 670px; padding: 82px 36px; grid-template-columns: 1fr; }
  .about::after { background: linear-gradient(90deg, rgba(33, 19, 52, .91), rgba(54, 31, 78, .62)); }
  .about-image > img { object-position: 55% center; }
}

@media (max-width: 540px) {
  .about { min-height: 650px; padding: 72px 24px; }
}
