/* ============================================================
   bts-video.css — Section 9: BTS final video
   ============================================================ */

#section-bts {
  background: linear-gradient(160deg, var(--color-baby-pink) 0%, #f9d0da 60%, var(--color-cream) 100%);
  padding: 5rem 2rem 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#section-bts .section-header {
  margin-bottom: 0.8rem;
}

.bts-subtitle {
  font-family: var(--font-handwritten);
  font-size: 1.1rem;
  color: var(--color-text-light);
  margin-bottom: 2.5rem;
}

.bts-video-frame {
  width: 100%;
  max-width: 720px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow:
    0 20px 60px rgba(180, 100, 120, 0.3),
    0 4px 16px rgba(180, 100, 120, 0.15),
    0 0 0 4px var(--color-blush),
    0 0 0 8px rgba(249,192,203,0.25);
  background: #111;
}

.bts-video-frame video {
  width: 100%;
  display: block;
}

.bts-end-note {
  margin-top: 2rem;
  font-family: var(--font-handwritten);
  font-size: 1.4rem;
  color: var(--color-text);
  opacity: 0.7;
}

/* Footer area below video */
.site-footer {
  text-align: center;
  padding: 3rem 2rem 4rem;
  background: var(--color-baby-pink);
  border-top: 1px solid rgba(249,192,203,0.5);
}

.site-footer p {
  font-family: var(--font-handwritten);
  font-size: 1.1rem;
  color: var(--color-text-light);
}
