.shop-anthem {
  display: grid;
  grid-template-columns: auto 1fr minmax(280px, 420px);
  align-items: center;
  gap: 30px;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  padding-top: 54px !important;
  padding-bottom: 54px !important;
}

.anthem-mark {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #2f63ff 5%, #00cfff 34%, #d9ff38 66%, #ff2b96 100%);
  box-shadow: 0 12px 34px rgba(47, 99, 255, .24);
  transform: rotate(-6deg);
}

.anthem-mark span {
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--ink);
  color: white;
  font: 800 1.55rem "Barlow Condensed";
  letter-spacing: .05em;
}

.anthem-copy .eyebrow { margin-bottom: 8px; }

.anthem-copy h2 {
  font: 800 clamp(2rem, 3.8vw, 3.7rem)/.92 "Barlow Condensed";
  text-transform: uppercase;
  letter-spacing: -.025em;
  margin: 0;
}

.anthem-copy > p:last-child {
  color: var(--muted);
  margin: 12px 0 0;
}

.shop-anthem audio {
  width: 100%;
  height: 54px;
  accent-color: var(--blue);
}

@media (max-width: 800px) {
  .shop-anthem {
    grid-template-columns: auto 1fr;
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }

  .shop-anthem audio { grid-column: 1 / -1; }
}
