/* ═══════════════════════════════════════════════════════════
   Award Spotlight Pages — vrporngoon.com
   ═══════════════════════════════════════════════════════════ */

.award-spotlight {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

/* Hero */
.spotlight-hero {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.spotlight-hero-image img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.spotlight-hero-placeholder {
  background: linear-gradient(135deg, #1a1a2e 0%, #2d1b3d 100%);
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.award-ribbon {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(8px);
  padding: 0.5rem 1rem;
  border-radius: 6px;
  border: 1px solid rgba(233, 30, 140, 0.4);
}

.award-icon { font-size: 1.25rem; }

.award-label {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #E91E8C;
}

/* Header */
.spotlight-header {
  margin-bottom: 2rem;
}

.spotlight-meta-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  font-size: 0.8rem;
}

.spotlight-meta-bar > span {
  padding: 0.25rem 0.6rem;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #a0a0a0;
}

.spotlight-studio {
  color: #E91E8C !important;
  border-color: rgba(233, 30, 140, 0.3) !important;
  background: rgba(233, 30, 140, 0.1) !important;
}

.spotlight-header h1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.5rem 0;
}

.spotlight-tagline {
  font-size: 1.1rem;
  color: #a0a0a0;
  font-style: italic;
  margin: 0;
}

/* Content */
.spotlight-content {
  font-size: 1rem;
  line-height: 1.75;
  color: #d0d0d0;
}

.spotlight-content h2 {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 2rem 0 0.75rem 0;
  color: #f0f0f0;
}

.spotlight-content p {
  margin: 0 0 1.25rem 0;
}

/* CTA */
.spotlight-cta {
  margin: 2.5rem 0;
  text-align: center;
  padding: 2rem;
  background: rgba(233, 30, 140, 0.06);
  border: 1px solid rgba(233, 30, 140, 0.2);
  border-radius: 10px;
}

.cta-button {
  display: inline-block;
  padding: 0.8rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  background: #E91E8C;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.15s, transform 0.1s;
}

.cta-button:hover {
  background: #d01a7d;
  transform: translateY(-1px);
}

.spotlight-disclaimer {
  font-size: 0.8rem;
  color: #808080;
  margin: 1rem 0 0 0;
  font-style: italic;
}

/* Footer */
.spotlight-footer {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.spotlight-note {
  font-size: 0.85rem;
  color: #808080;
  line-height: 1.6;
  background: rgba(255, 255, 255, 0.03);
  padding: 1rem;
  border-radius: 6px;
  margin-bottom: 1rem;
}

.spotlight-note strong {
  color: #a0a0a0;
}

.back-link {
  font-size: 0.85rem;
  color: #E91E8C;
  text-decoration: none;
}

.back-link:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 640px) {
  .spotlight-header h1 { font-size: 1.5rem; }
  .spotlight-cta { padding: 1.5rem 1rem; }
  .award-spotlight { padding: 1rem; }
}
