.slotcam-page {
  --slotcam-yellow: #ffd02a;
  --slotcam-ink: #080909;
}

.slotcam-page .river-hero {
  grid-template-columns: minmax(330px, 0.82fr) minmax(500px, 1.18fr);
  gap: clamp(42px, 5vw, 92px);
}

.slotcam-page .river-copy {
  max-width: 640px;
}

.slotcam-page .river-copy h1 {
  color: #fff8e0;
  letter-spacing: -0.045em;
}

.slotcam-page .river-identity img {
  border: 1px solid rgba(255, 208, 42, 0.28);
  box-shadow: 0 0 30px rgba(255, 208, 42, 0.12);
}

.slotcam-page .slotcam-hero-art {
  width: min(100%, 760px);
  justify-self: center;
}

.slotcam-page .slotcam-hero-art::before {
  inset: 8% 3%;
  background: rgba(255, 192, 23, 0.2);
  filter: blur(96px);
}

.slotcam-page .slotcam-hero-art > img {
  aspect-ratio: 1200 / 630;
  max-height: none;
  border: 1px solid rgba(255, 226, 127, 0.28);
  border-radius: clamp(14px, 2vw, 28px);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.48),
    0 0 80px rgba(255, 188, 22, 0.1);
  filter: saturate(1.02) contrast(1.03) brightness(0.98);
  object-fit: cover;
}

.slotcam-page .slotcam-hero-art figcaption {
  color: rgba(255, 223, 113, 0.58);
}

.slotcam-page .river-store-actions {
  gap: 22px;
}

.slotcam-page .app-store-badge {
  opacity: 1;
}

.slotcam-page .app-store-badge img {
  width: 150px;
  height: 50px;
}

.slotcam-page .river-facts article {
  grid-template-columns: 38px 140px 1fr;
}

.slotcam-page .slotcam-gallery-track {
  gap: clamp(16px, 2vw, 28px);
  padding-bottom: 30px;
}

.slotcam-page .slotcam-gallery-track figure.portrait-frame {
  flex-basis: min(27vw, 390px);
}

.slotcam-page .slotcam-gallery-track img {
  max-height: 70svh;
  border: 1px solid rgba(255, 208, 42, 0.16);
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
  filter: saturate(0.96) contrast(1.01) brightness(0.98);
}

.slotcam-page .slotcam-close-note {
  max-width: 630px;
  margin: 24px auto 0;
  color: rgba(225, 226, 231, 0.68);
  font-size: 0.9rem;
  line-height: 1.7;
}

.slotcam-page .river-close .app-store-badge img {
  width: 180px;
  height: 60px;
}

@media (max-width: 1020px) {
  .slotcam-page .river-hero {
    grid-template-columns: minmax(300px, 0.9fr) minmax(430px, 1.1fr);
  }
}

@media (max-width: 720px) {
  .slotcam-page .river-header-actions {
    gap: 12px;
  }

  .slotcam-page .river-hero {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-bottom: 68px;
  }

  .slotcam-page .slotcam-hero-art {
    height: auto;
  }

  .slotcam-page .slotcam-hero-art > img {
    height: auto;
    aspect-ratio: 1200 / 630;
    border-radius: 14px;
  }

  .slotcam-page .slotcam-hero-art figcaption {
    margin-top: 10px;
  }

  .slotcam-page .river-facts article {
    grid-template-columns: 32px 1fr;
  }

  .slotcam-page .river-facts article p {
    grid-column: 2;
  }

  .slotcam-page .slotcam-gallery-track figure.portrait-frame {
    flex-basis: 78vw;
  }

  .slotcam-page .slotcam-gallery-track img {
    max-height: 68svh;
    border-radius: 14px;
  }

  .slotcam-page .river-close .river-store-actions {
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .slotcam-page .app-store-badge:hover {
    transform: none;
  }
}
