.commerce-heading {
  max-width: 900px;
  margin: 56px auto 36px;
  text-align: center;
}
.commerce-heading h1 {
  font-size: clamp(2.2rem, 5.5vw, 4.8rem);
  line-height: 1.06;
  letter-spacing: -0.045em;
  text-wrap: balance;
}
.commerce-heading > p {
  max-width: 720px;
  margin: 24px auto;
  line-height: 1.75;
}
.commerce-notice {
  font-size: 0.88rem;
  line-height: 1.65 !important;
  color: #d8cfdf;
  background: #211d2c;
  border: 1px solid #51475f;
  border-radius: 12px;
  padding: 16px 20px;
}
.report-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}
.report-product {
  background: #1c1825;
  border: 1px solid #403649;
  border-radius: 18px;
  overflow: hidden;
  min-width: 0;
}
.report-cover {
  position: relative;
  margin: 0;
  background: #18131f;
  color: #faf6eb;
  overflow: hidden;
  isolation: isolate;
  aspect-ratio: 4/5;
}
.report-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.86;
}
.report-cover:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, #130e1edd 100%);
  z-index: 0;
}
.report-cover figcaption {
  position: absolute;
  z-index: 1;
  bottom: 0;
  padding: 8%;
  width: 100%;
  box-sizing: border-box;
}
.report-cover figcaption > span {
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  color: var(--report-color);
}
.report-cover strong {
  display: block;
  font-family: Georgia, serif;
  font-size: clamp(1.8rem, 2.7vw, 3rem);
  font-weight: 400;
  line-height: 1.08;
  margin: 12px 0;
}
.report-cover p {
  font-size: 0.88rem;
  margin: 0;
  line-height: 1.5;
}
.report-product-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.report-product-body h2,
.report-product-body p {
  margin: 0;
}
.report-product-body h2 {
  font-size: 1.2rem;
}
.report-product-body p {
  color: #d1c7dd;
  line-height: 1.7;
  min-height: 8.5em;
}
.report-product-body > div > span:not(.report-price) {
  display: block;
  font-size: 0.85rem;
  color: #d1c7dd;
  margin-top: 8px;
}
.report-price {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.04em;
}
.report-product-body .button {
  text-align: center;
  justify-content: center;
}
.report-detail {
  display: grid;
  grid-template-columns: minmax(250px, 420px) minmax(0, 1fr);
  gap: clamp(32px, 6vw, 80px);
  align-items: center;
  max-width: 1120px;
  margin: 48px auto;
}
.report-detail .report-cover {
  border-radius: 16px;
  box-shadow: 0 20px 60px #0005;
  transform: rotate(-2deg);
}
.report-detail h1 {
  font-size: clamp(2.3rem, 5vw, 4rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
}
.report-policy,
.report-free {
  max-width: 900px;
  margin: 48px auto;
  padding: 32px;
  border: 1px solid #483b52;
  border-radius: 16px;
  background: #1b1724;
}
.report-free {
  background: linear-gradient(120deg, #32243b, #1d2229);
}
.report-policy p,
.report-free p {
  line-height: 1.85;
}
.report-cta {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px;
  margin: 32px 0;
  border-radius: 16px;
  border: 1px solid #625072;
  background: #27202f;
}
.report-cta img {
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}
.report-cta h3 {
  margin: 0 0 8px;
  font-size: 1.25rem;
}
.report-cta p {
  margin: 0 0 12px;
  font-size: 0.95rem;
}
.sample-report {
  max-width: 780px;
  margin: 48px auto;
  padding: clamp(24px, 5vw, 64px);
  background: #f3ebde;
  color: #342c3a;
  border-radius: 16px;
  box-shadow: 0 20px 70px #0004;
}
.sample-report header h1 {
  font-family: Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.1;
}
.sample-report header > p {
  font-size: 0.88rem;
}
.sample-report p {
  color: #514657;
  line-height: 1.95;
}
.sample-report h2 {
  font-size: 1.35rem;
  color: #342c3a;
}
.sample-report .fine {
  color: #62516c;
}
.sample-report .eyebrow {
  color: #675577;
}
.sample-report section {
  position: relative;
  border-top: 1px solid #bcacbf;
  padding: 24px 0;
}
.sample-number {
  color: #796282;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 1.6rem;
}
.sample-lede {
  display: flex;
  gap: 24px;
  align-items: center;
  margin: 32px 0;
}
.sample-lede img {
  max-width: 38%;
  height: auto;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 10px;
}
.sample-lede blockquote {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(1.4rem, 3vw, 2.3rem);
  line-height: 1.3;
  font-style: italic;
}
.sample-report a {
  color: #55366e;
}
.sample-report .button {
  color: #201827;
}
.sample-report .button.secondary {
  background: transparent;
  border-color: #756480;
}
.sample-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}
.purchase-review {
  max-width: 900px;
  margin: 0 auto 64px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 24px;
}
.purchase-review > section {
  padding: 28px;
  background: #211b2a;
  border: 1px solid #51405e;
  border-radius: 16px;
  min-width: 0;
}
.purchase-review select {
  max-width: 100%;
  font-size: 1rem;
}
.purchase-review button:disabled {
  opacity: 1;
  background: #45394f;
  color: #e2d3ee;
  cursor: not-allowed;
  border: 1px solid #82708b;
}
.purchase-review p {
  line-height: 1.8;
}
.purchase-review .report-price {
  display: block;
  margin: 24px 0;
}
.commerce-article p {
  line-height: 1.9;
}
.purchase-review [role="status"] {
  color: #d7c3e8;
  font-size: 0.9rem;
}
.report-cta a {
  overflow-wrap: anywhere;
}
.tarot-tool > .report-cta {
  grid-column: 1 / -1;
}
@media (max-width: 760px) {
  .report-grid {
    grid-template-columns: 1fr;
    max-width: 460px;
  }
  .report-product-body p {
    min-height: 0;
  }
  .report-cover {
    aspect-ratio: 4/4.3;
  }
  .report-cover strong {
    font-size: 2.4rem;
  }
  .report-detail {
    grid-template-columns: 1fr;
    gap: 36px;
    margin: 32px auto;
  }
  .report-detail .report-cover {
    width: min(80%, 340px);
    justify-self: center;
  }
  .report-detail h1 {
    margin-top: 0;
  }
  .commerce-heading {
    margin: 32px auto;
  }
  .report-policy,
  .report-free {
    padding: 24px 20px;
    margin: 32px auto;
  }
  .purchase-review {
    grid-template-columns: 1fr;
  }
  .sample-report {
    margin: 24px 0;
  }
  .report-cta {
    padding: 18px;
    gap: 14px;
  }
  .report-cta img {
    width: 66px;
    height: 90px;
  }
  .report-cta h3 {
    font-size: 1.12rem;
  }
  .sample-lede {
    gap: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .report-detail .report-cover {
    transform: none;
  }
}
