/* ============================================
   SERPENTS WAY — Homepage Styles
   ============================================ */

/* ── Oracle Hero ── */
.hero--oracle {
  --hero-bg-image: url("/images/ui/background.webp?v=20260407130530");
  position: relative;
  min-height: 100svh;
  padding: clamp(8rem, 13vw, 9.4rem) 0 clamp(4rem, 8vw, 6rem);
  overflow: hidden;
  isolation: isolate;
  background-color: #060807;
  background-image:
    radial-gradient(circle at 50% 16%, rgba(56, 176, 0, 0.16), transparent 25%),
    linear-gradient(180deg, rgba(4, 6, 5, 0.24) 0%, rgba(4, 6, 5, 0.06) 34%, rgba(4, 6, 5, 0.22) 100%),
    var(--hero-bg-image);
  background-repeat: no-repeat;
  background-position: center top, center top, center 1.5rem;
  background-size: auto, auto, 150% auto;
}

@supports (background-image: image-set(url("/images/ui/background.avif?v=20260407130530") type("image/avif"))) {
  .hero--oracle {
    --hero-bg-image: image-set(
      url("/images/ui/background.avif?v=20260407130530") type("image/avif"),
      url("/images/ui/background.webp?v=20260407130530") type("image/webp")
    );
  }
}

.hero__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(5, 7, 6, 0.76) 0%, rgba(5, 7, 6, 0.2) 18%, rgba(5, 7, 6, 0.08) 44%, rgba(5, 7, 6, 0.66) 100%),
    radial-gradient(circle at center 30%, rgba(11, 15, 13, 0.02), rgba(11, 15, 13, 0.68) 80%);
  pointer-events: none;
}

.hero__atmosphere {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 34%, rgba(143, 255, 210, 0.24), transparent 24%),
    radial-gradient(circle at 50% 76%, rgba(255, 208, 96, 0.22), transparent 20%),
    radial-gradient(circle at 20% 12%, rgba(56, 176, 0, 0.14), transparent 18%),
    radial-gradient(circle at 80% 12%, rgba(56, 176, 0, 0.12), transparent 16%);
  mix-blend-mode: screen;
  opacity: 1;
}

.hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 2.5rem);
  text-align: center;
}

.hero__heading {
  width: min(100%, 44rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
  margin-inline: auto;
}

.hero__subtitle {
  display: inline-block;
  margin-bottom: 1rem;
  font-family: var(--font-body);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.34em;
  color: rgba(244, 214, 123, 0.92);
}

.hero__title {
  margin-bottom: 0.75rem;
  font-size: clamp(3rem, 8vw, 5.8rem);
  line-height: 0.92;
  letter-spacing: 0.12em;
  color: #f7df9c;
  text-shadow:
    0 0 12px rgba(255, 220, 128, 0.18),
    0 0 28px rgba(56, 176, 0, 0.08);
}

.hero__ritual-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  font-family: var(--font-heading);
  font-size: clamp(0.78rem, 1.7vw, 1rem);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: rgba(244, 214, 123, 0.82);
}

.hero__ritual-line span {
  color: rgba(143, 255, 210, 0.72);
}

.hero__desc {
  max-width: 40rem;
  margin: 0 auto;
  font-size: clamp(1rem, 1.9vw, 1.16rem);
  line-height: 1.75;
  color: rgba(248, 249, 250, 0.8);
  text-wrap: balance;
}

.hero__draw {
  width: min(100%, 54rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0.85rem, 2vw, 1.6rem);
  align-self: center;
  margin-inline: auto;
  text-align: center;
}

.hero__card-slot {
  position: relative;
  width: min(100%, 46rem);
  min-height: clamp(18rem, 52vw, 34rem);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-inline: auto;
}

.hero__card-slot::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8%;
  width: min(26rem, 70vw);
  aspect-ratio: 1;
  transform: translateX(-50%);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(143, 255, 210, 0.18) 0%, rgba(143, 255, 210, 0.06) 26%, transparent 64%);
  filter: blur(12px);
  pointer-events: none;
}

.hero__card-slot::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 6%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(244, 214, 123, 0.42), transparent);
  opacity: 0.55;
  pointer-events: none;
}

.hero__deck-picture {
  position: relative;
  z-index: 2;
  display: block;
  width: min(100%, 38rem);
  margin-inline: auto;
}

.hero__deck-image {
  display: block;
  width: 100%;
  height: auto;
  margin-inline: auto;
  filter:
    drop-shadow(0 8px 28px rgba(0, 0, 0, 0.6))
    drop-shadow(0 0 38px rgba(143, 255, 210, 0.14));
  animation: hero-deck-float 8s ease-in-out infinite;
}

.hero__card-slot .tarot-card {
  width: clamp(11rem, 28vw, 18rem);
  height: clamp(16.5rem, 42vw, 27rem);
  cursor: pointer;
  z-index: 2;
}

.hero__card-slot .tarot-card__name {
  font-size: 0.7rem;
}

.hero__card-slot .tarot-card__numeral {
  margin-bottom: 0.65rem;
}

.hero__cta-stack {
  position: relative;
  width: min(100%, 27rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1rem 1.25rem;
  border: 1px solid rgba(244, 214, 123, 0.18);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(8, 10, 9, 0.64), rgba(8, 10, 9, 0.84)),
    radial-gradient(circle at 50% 14%, rgba(56, 176, 0, 0.18), transparent 58%);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 244, 199, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.hero__cta-stack::before {
  content: "";
  position: absolute;
  inset: auto 12% -10%;
  height: 2.5rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(143, 255, 210, 0.28), transparent 72%);
  filter: blur(16px);
  pointer-events: none;
}

.hero__cta-overline {
  font-family: var(--font-heading);
  font-size: 0.74rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(244, 214, 123, 0.94);
}

.oracle-button {
  --oracle-frame-image: url("/images/ui/text-box-frame.svg?v=20260407130530");
  --oracle-frame-inset-x: 1.4rem;
  --oracle-frame-inset-y: 0.68rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: min(100%, 24rem);
  min-height: 0;
  padding: 0.15rem 1.15rem;
  font-family: var(--font-heading);
  font-size: clamp(0.88rem, 1.5vw, 1.04rem);
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #f5df9a;
  line-height: 1.04;
  white-space: nowrap;
  text-align: center;
  text-shadow: 0 0 12px rgba(255, 238, 186, 0.18);
  background: none;
  transition:
    transform var(--transition-base),
    color var(--transition-fast);
  isolation: isolate;
}

.oracle-button[data-frame="wide"] {
  --oracle-frame-image: url("/images/ui/text-box-frame-wide.svg?v=20260407130530");
  --oracle-frame-inset-x: 1.6rem;
}

.oracle-button[data-frame="long"] {
  --oracle-frame-image: url("/images/ui/text-box-frame-long.svg?v=20260407130530");
  --oracle-frame-inset-x: 1.8rem;
  max-width: min(100%, 26rem);
  font-size: clamp(0.78rem, 1.2vw, 0.92rem);
  letter-spacing: 0.085em;
  white-space: normal;
  text-wrap: balance;
}

.oracle-button::before {
  content: "";
  position: absolute;
  inset: calc(var(--oracle-frame-inset-y) * -1) calc(var(--oracle-frame-inset-x) * -1);
  background: var(--oracle-frame-image) center / 100% 100% no-repeat;
  z-index: -1;
  pointer-events: none;
}

.oracle-button::after {
  content: "";
  position: absolute;
  inset: 0.2rem calc(var(--oracle-frame-inset-x) * -0.45);
  border-radius: 999px;
  background: radial-gradient(circle at 50% 48%, rgba(56, 176, 0, 0.2), rgba(255, 244, 199, 0.08) 42%, transparent 72%);
  opacity: 0.54;
  filter: blur(13px);
  transition: opacity var(--transition-base), transform var(--transition-base);
  pointer-events: none;
  z-index: -2;
}

.oracle-button:hover {
  transform: translateY(-2px);
  color: #fff4c7;
}

.oracle-button:hover::after {
  opacity: 0.72;
  transform: scale(1.03);
}

.oracle-button:disabled {
  opacity: 0.82;
  cursor: wait;
  transform: none;
}

.oracle-button--hero {
  --oracle-frame-image: url("/images/ui/text-box-frame-hero.svg?v=20260407130530");
  --oracle-frame-inset-x: 2.2rem;
  --oracle-frame-inset-y: 0.96rem;
  max-width: min(100%, 29rem);
  padding: 0.28rem 1.55rem 0.34rem;
  font-size: clamp(1.05rem, 1.45vw, 1.24rem);
  letter-spacing: 0.145em;
  line-height: 1;
  animation: hero-cta-pulse 3.6s ease-in-out infinite;
}

.oracle-button--hero[data-frame="wide"] {
  --oracle-frame-image: url("/images/ui/text-box-frame-hero-wide.svg?v=20260407130530");
  --oracle-frame-inset-x: 2.55rem;
  max-width: min(100%, 32rem);
  font-size: clamp(1.12rem, 1.5vw, 1.34rem);
}

.oracle-button--hero[data-frame="long"] {
  --oracle-frame-image: url("/images/ui/text-box-frame-hero-long.svg?v=20260407130530");
  --oracle-frame-inset-x: 2.9rem;
  max-width: min(100%, 35rem);
  font-size: clamp(0.98rem, 1.28vw, 1.12rem);
  letter-spacing: 0.11em;
}

.oracle-button--secondary {
  margin-top: 0.5rem;
}

.oracle-button--inline {
  --oracle-frame-inset-x: 1.2rem;
  --oracle-frame-inset-y: 0.58rem;
  font-size: 0.76rem;
}

.oracle-button--inline[data-frame="wide"] {
  --oracle-frame-inset-x: 1.5rem;
}

.oracle-button--inline[data-frame="long"] {
  --oracle-frame-inset-x: 1.7rem;
  max-width: min(100%, 23rem);
  font-size: 0.72rem;
}

.hero__interpretation {
  width: min(100%, 42rem);
  align-self: center;
  margin-inline: auto;
}

.daily-reading {
  padding: 1.5rem 1.5rem 1.85rem;
  border: 1px solid rgba(244, 214, 123, 0.12);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(8, 10, 9, 0.58), rgba(8, 10, 9, 0.8)),
    radial-gradient(circle at top, rgba(56, 176, 0, 0.16), transparent 55%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow:
    0 20px 52px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 244, 199, 0.05);
}

.daily-reading__eyebrow {
  margin-bottom: 0.7rem;
  font-family: var(--font-body);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  color: rgba(244, 214, 123, 0.78);
}

.daily-reading h3 {
  margin-bottom: 1rem;
  font-size: clamp(1.6rem, 4vw, 2.3rem);
}

.daily-reading p {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(248, 249, 250, 0.76);
}

.hero__browse {
  width: min(100%, 72rem);
  padding: clamp(1.4rem, 3vw, 2rem);
  border: 1px solid rgba(244, 214, 123, 0.12);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(7, 9, 8, 0.58), rgba(7, 9, 8, 0.8)),
    radial-gradient(circle at top, rgba(143, 255, 210, 0.08), transparent 44%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 244, 199, 0.05);
  align-self: center;
  margin-inline: auto;
}

.hero__browse-overline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
  font-family: var(--font-heading);
  font-size: 0.95rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(244, 214, 123, 0.9);
}

.hero__browse-overline::before,
.hero__browse-overline::after {
  content: "";
  width: min(18vw, 5.5rem);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(244, 214, 123, 0.58), transparent);
}

.hero__browse-title {
  margin-bottom: 1.3rem;
  font-size: clamp(1rem, 2.1vw, 1.3rem);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(248, 249, 250, 0.76);
}

/* ── Featured Cards ── */
.featured-cards {
  display: flex;
  gap: clamp(1rem, 2vw, 1.5rem);
}

.featured-cards--oracle {
  overflow-x: auto;
  padding: 0.45rem 0.35rem 1rem;
  justify-content: flex-start;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  scrollbar-color: rgba(244, 214, 123, 0.3) transparent;
}

.featured-cards--oracle::-webkit-scrollbar {
  height: 8px;
}

.featured-cards--oracle::-webkit-scrollbar-thumb {
  background: rgba(244, 214, 123, 0.24);
  border-radius: 999px;
}

.featured-card-link {
  flex: 0 0 auto;
  width: clamp(7.7rem, 24vw, 10rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-sm);
  text-decoration: none;
  transition: transform var(--transition-base);
  scroll-snap-align: center;
}

.featured-card-link:hover {
  transform: translateY(-8px);
}

.featured-card-link .tarot-card {
  width: clamp(7.7rem, 24vw, 10rem);
  height: clamp(11.55rem, 36vw, 15rem);
}

.featured-card-label {
  display: inline-block;
  max-width: 11rem;
  font-family: var(--font-heading);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(248, 249, 250, 0.72);
  transition: color var(--transition-fast);
  text-align: center;
}

.featured-card-link:hover .featured-card-label {
  color: rgba(255, 244, 199, 0.94);
}

/* ── Steps ── */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-3xl);
  counter-reset: step;
}

.step {
  text-align: center;
  padding: var(--space-2xl);
}

.step__number {
  display: block;
  margin-bottom: var(--space-lg);
  font-family: var(--font-heading);
  font-size: var(--font-size-4xl);
  color: var(--color-accent-dim);
  letter-spacing: var(--letter-spacing-ultra);
}

.step h4 {
  margin-bottom: var(--space-md);
}

@keyframes hero-deck-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes hero-cta-pulse {
  0%,
  100% {
    filter:
      drop-shadow(0 12px 22px rgba(0, 0, 0, 0.58))
      drop-shadow(0 0 28px rgba(56, 176, 0, 0.2));
  }
  50% {
    filter:
      drop-shadow(0 14px 26px rgba(0, 0, 0, 0.6))
      drop-shadow(0 0 40px rgba(56, 176, 0, 0.28));
  }
}

@media (min-width: 960px) {
  .hero--oracle {
    --hero-bg-image: url("/images/ui/background-desktop.webp?v=20260407130530");
    min-height: 100svh;
    padding: clamp(5.8rem, 6vw, 6.45rem) 0 clamp(2.4rem, 4vw, 3rem);
    background-position: center center, center center, center top;
    background-size: auto, auto, cover;
  }

  @supports (background-image: image-set(url("/images/ui/background-desktop.avif?v=20260407130530") type("image/avif"))) {
    .hero--oracle {
      --hero-bg-image: image-set(
        url("/images/ui/background-desktop.avif?v=20260407130530") type("image/avif"),
        url("/images/ui/background-desktop.webp?v=20260407130530") type("image/webp")
      );
    }
  }

  .hero__content {
    width: min(100%, 84rem);
    display: grid;
    grid-template-columns: minmax(0, 0.76fr) minmax(23rem, 0.88fr);
    grid-template-areas:
      "heading draw"
      "interpretation interpretation"
      "browse browse";
    align-items: center;
    gap: clamp(1rem, 2vw, 1.7rem) clamp(1.9rem, 3vw, 3.4rem);
    text-align: left;
  }

  .hero__heading {
    grid-area: heading;
    width: min(100%, 27.5rem);
    align-items: flex-start;
    text-align: left;
    align-self: center;
    padding-top: 0;
  }

  .hero__title {
    max-width: 9.7ch;
    margin-bottom: 0.55rem;
    font-size: clamp(2.45rem, 4.15vw, 3.95rem);
    line-height: 0.9;
    letter-spacing: 0.08em;
    text-wrap: balance;
  }

  .hero__ritual-line {
    margin-bottom: 0.7rem;
    justify-content: flex-start;
  }

  .hero__desc {
    max-width: 25rem;
    margin: 0;
    font-size: clamp(0.96rem, 1.06vw, 1.04rem);
    line-height: 1.56;
  }

  .hero__draw {
    grid-area: draw;
    width: min(100%, 31rem);
    gap: 1rem;
    justify-self: end;
  }

  .hero__card-slot {
    width: min(100%, 30rem);
    min-height: clamp(15rem, 23vw, 22rem);
  }

  .hero__deck-picture {
    width: min(100%, 22.5rem);
  }

  .hero__cta-stack {
    width: min(100%, 27.5rem);
    gap: 0.8rem;
    padding: 1rem 1.2rem 1.15rem;
    border-radius: 32px;
  }

  .hero__interpretation {
    grid-area: interpretation;
    width: min(100%, 50rem);
    margin-top: 0.15rem;
  }

  .hero__browse {
    grid-area: browse;
    padding-inline: clamp(1.6rem, 3vw, 2.5rem);
    margin-top: 0.1rem;
  }

  .featured-cards--oracle {
    justify-content: center;
    overflow: visible;
  }
}

@media (max-width: 959px) {
  .hero--oracle {
    padding-top: 6.65rem;
    padding-bottom: 3.75rem;
    background-position: center top, center top, center 1rem;
    background-size: auto, auto, 155% auto;
  }

  .hero__title {
    font-size: clamp(2.75rem, 12vw, 4.55rem);
    letter-spacing: 0.07em;
  }

  .hero__browse {
    width: calc(100% + 0.5rem);
    margin-inline: -0.25rem;
  }
}

@media (max-width: 768px) {
  .steps {
    grid-template-columns: 1fr;
    gap: var(--space-2xl);
  }

  .hero__draw {
    gap: 0.75rem;
  }

  .hero__cta-stack {
    order: -1;
  }

  .hero__card-slot {
    order: 2;
  }

  .hero__subtitle {
    font-size: 0.68rem;
    letter-spacing: 0.3em;
  }

  .hero__ritual-line {
    gap: 0.55rem;
    letter-spacing: 0.14em;
  }

  .hero__desc {
    max-width: 22rem;
    font-size: 0.93rem;
    line-height: 1.6;
  }

  .hero__card-slot {
    min-height: 12rem;
  }

  .hero__deck-image {
    width: min(100%, 17rem);
  }

  .oracle-button--hero {
    font-size: 0.96rem;
  }

  .hero__cta-stack {
    width: min(100%, 19.75rem);
    padding: 0.85rem 0.8rem 1rem;
  }

  .hero__browse-overline {
    font-size: 0.82rem;
    gap: 0.7rem;
  }

  .hero__browse-title {
    font-size: 0.95rem;
    letter-spacing: 0.22em;
  }
}

@media (max-width: 560px) {
  .hero--oracle {
    padding-top: 5.8rem;
    padding-bottom: 3rem;
    background-position: center top, center top, center 0.25rem;
    background-size: auto, auto, 175% auto;
  }

  .hero__content {
    gap: 0.85rem;
  }

  .hero__heading {
    width: min(100%, 22rem);
  }

  .hero__subtitle {
    margin-bottom: 0.6rem;
  }

  .hero__title {
    font-size: clamp(2.15rem, 10.9vw, 3.15rem);
    line-height: 0.95;
  }

  .hero__desc {
    max-width: 19.5rem;
    font-size: 0.84rem;
    line-height: 1.48;
  }

  .hero__draw {
    margin-top: -1.25rem;
  }

  .hero__card-slot {
    min-height: 10.75rem;
  }

  .hero__deck-image {
    width: min(100%, 15rem);
  }

  .hero__browse {
    padding: 1.15rem 0.9rem 1.35rem;
    border-radius: 24px;
  }

  .oracle-button {
    max-width: min(100%, 22rem);
  }

  .oracle-button--hero {
    font-size: 0.88rem;
    letter-spacing: 0.11em;
  }

  .hero__cta-stack {
    width: min(100%, 18.5rem);
    padding: 0.78rem 0.75rem 0.95rem;
  }

  .featured-card-link {
    width: 7.5rem;
  }

  .featured-card-link .tarot-card {
    width: 7.5rem;
    height: 11.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__deck-image,
  .featured-card-link,
  .oracle-button {
    animation: none;
    transition: none;
  }

  .hero__cta-stack::before {
    display: none;
  }
}

/* ─── Product Spotlight ─────────────────────────── */

.product-spotlight {
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(0, 1fr);
  gap: var(--space-3xl);
  align-items: center;
  background: var(--color-bg-card);
  border: var(--border-subtle);
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.product-spotlight__media {
  align-self: stretch;
  overflow: hidden;
}

.product-spotlight__media picture,
.product-spotlight__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.product-spotlight__body {
  padding: var(--space-3xl) var(--space-3xl) var(--space-3xl) 0;
}

.product-spotlight__eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-size: var(--font-size-xs);
  text-transform: uppercase;
  letter-spacing: var(--letter-spacing-ultra);
  color: var(--color-accent-secondary);
  margin-bottom: var(--space-sm);
}

.product-spotlight__title {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  margin-bottom: var(--space-md);
}

.product-spotlight__lede {
  font-size: var(--font-size-base);
  line-height: var(--line-height-relaxed);
  color: var(--color-text-muted);
  margin-bottom: var(--space-xl);
}

.product-spotlight__list {
  list-style: none;
  padding: 0;
  margin: 0 0 var(--space-2xl);
  display: grid;
  gap: var(--space-sm);
}

.product-spotlight__list li {
  position: relative;
  padding-left: 1.4rem;
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.product-spotlight__list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--color-accent-secondary);
}

.product-spotlight__cta {
  display: flex;
  align-items: center;
  gap: var(--space-lg);
  flex-wrap: wrap;
}

.product-spotlight__note {
  font-size: var(--font-size-xs);
  color: var(--color-text-dim);
}

@media (max-width: 768px) {
  .product-spotlight {
    grid-template-columns: 1fr;
  }

  .product-spotlight__media {
    max-height: 260px;
  }

  .product-spotlight__body {
    padding: var(--space-2xl);
  }
}
