.plus-page {
  background: #fffdf5;
}

.plus-article {
  overflow: hidden;
}

.plus-hero {
  min-height: calc(100vh - 69px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 420px);
  align-items: center;
  gap: clamp(28px, 6vw, 92px);
  padding: clamp(46px, 7vw, 96px) clamp(18px, 7vw, 104px);
  background:
    linear-gradient(135deg, rgba(247, 217, 74, 0.95), rgba(255, 253, 245, 0.64) 54%, rgba(241, 179, 203, 0.54)),
    var(--soft);
}

.plus-hero-icon {
  width: 96px;
  height: 96px;
  margin-bottom: 24px;
  border-radius: 22%;
  box-shadow: 0 8px 28px rgba(36, 29, 0, 0.16);
}

.plus-hero h1 {
  max-width: 850px;
  font-size: clamp(3.2rem, 8vw, 7.4rem);
}

.plus-lede {
  max-width: 720px;
  color: #47483f;
  font-size: clamp(1.18rem, 2vw, 1.52rem);
  line-height: 1.58;
}

.plus-hero .store-button {
  margin-top: 28px;
}

.plus-hero-shot {
  width: min(360px, 72vw);
  margin: 0;
  justify-self: center;
  filter: drop-shadow(0 28px 64px rgba(60, 48, 15, 0.2));
  transform: rotate(3deg);
}

.plus-hero-shot img,
.unlock-media img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.plus-intro-section {
  padding: clamp(42px, 6vw, 78px) clamp(18px, 7vw, 104px);
  background: #fffdf5;
}

.plus-intro-section p,
.unlock-copy p,
.purchase-section p {
  max-width: 850px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.unlock-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(270px, 420px);
  align-items: center;
  gap: clamp(24px, 6vw, 86px);
  padding: clamp(56px, 8vw, 104px) clamp(18px, 7vw, 104px);
}

.alt-section {
  background: #f1efdf;
}

.unlock-copy h2,
.purchase-section h2 {
  max-width: 780px;
}

.unlock-media {
  width: min(420px, 78vw);
  margin: 0;
  justify-self: center;
  filter: drop-shadow(0 22px 58px rgba(55, 48, 25, 0.16));
}

.purchase-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(24px, 6vw, 78px);
  padding: clamp(58px, 8vw, 106px) clamp(18px, 7vw, 104px);
  color: #fff;
  background: var(--ink);
}

.purchase-section p {
  color: rgba(255, 255, 255, 0.74);
}

.purchase-section .kicker {
  color: #f9d954;
}

.purchase-section .store-button {
  color: #111;
  background: #fff;
}

@media (max-width: 860px) {
  .plus-hero,
  .unlock-section,
  .purchase-section {
    grid-template-columns: 1fr;
  }

  .plus-hero-shot {
    transform: none;
  }
}

@media (max-width: 560px) {
  .plus-hero h1 {
    font-size: clamp(3.1rem, 17vw, 5rem);
  }

  .plus-intro-section p,
  .unlock-copy p,
  .purchase-section p {
    font-size: 1rem;
  }
}
