/* America Breathes 2028 vertical reel player — sits under the teal mission-strip */
section.reel-embed {
  background: #1a1a1a;
  color: #f4f7f7;
  text-align: center;
  padding: 36px 5% 44px;
}

.reel-embed video {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
  margin: 0 auto;
  background: #000;
  border: 2px solid #008080;
  border-radius: 8px;
  aspect-ratio: 9 / 16;
  object-fit: contain;
}

.reel-info {
  max-width: 560px;
  margin: 22px auto 0;
  text-align: left;
  font-size: 0.98rem;
  line-height: 1.75;
  color: #c0c0c0;
  border-top: 2px solid #008080;
  padding-top: 18px;
}

.reel-info p + p {
  margin-top: 1em;
}

@media (max-width: 768px) {
  section.reel-embed {
    padding: 28px 5% 36px;
  }

  .reel-embed video {
    max-width: 100%;
  }
}
