.ps-brand-mark {
  overflow: hidden;
  padding: 0;
  background: #0a0712;
  box-shadow: 0 0 24px rgba(157, 61, 255, .18), inset 0 0 18px rgba(143,118,255,.1);
}

.ps-brand-icon {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ps-brand-showcase {
  position: relative;
  min-height: 440px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 20px;
  padding: 36px;
  border: 1px solid rgba(164, 105, 255, .28);
  border-radius: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(151, 45, 255, .24), transparent 48%),
    linear-gradient(150deg, rgba(20, 12, 37, .94), rgba(8, 8, 15, .92));
  box-shadow: 0 24px 90px rgba(0, 0, 0, .38), 0 0 55px rgba(127, 35, 255, .09);
}

.ps-brand-showcase::before {
  content: "";
  position: absolute;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(186, 122, 255, .17);
  border-radius: 50%;
  box-shadow: 0 0 65px rgba(145, 48, 255, .12);
}

.ps-brand-showcase img {
  position: relative;
  z-index: 1;
  width: min(180px, 55%);
  height: auto;
  filter: drop-shadow(0 16px 34px rgba(126, 32, 255, .25));
}

.ps-brand-showcase-copy {
  position: relative;
  z-index: 1;
  text-align: center;
}

.ps-brand-showcase-copy p {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}

.ps-community-banner {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(164, 105, 255, .28);
  border-radius: 28px;
  background: #090710;
  box-shadow: 0 24px 70px rgba(0,0,0,.34), 0 0 42px rgba(127,35,255,.08);
}

.ps-community-banner img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 1;
  object-fit: cover;
}

.ps-community-banner.hero {
  align-self: center;
}

.ps-community-banner-section {
  margin-bottom: 30px;
}

.ps-community-banner-section .ps-community-banner {
  width: min(760px, 100%);
}

@media (max-width: 760px) {
  .ps-brand-showcase {
    min-height: 320px;
    padding: 26px;
  }

  .ps-brand-showcase::before {
    width: 240px;
    height: 240px;
  }

  .ps-brand-showcase img {
    width: min(170px, 62%);
  }

  .ps-community-banner {
    border-radius: 20px;
  }
}
