.main-banner-title {
  max-width: 24ch;
  margin: 1rem auto;
}

.main-banner-title h1,
.main-banner-title h2,
.main-banner-title h5 {
  line-height: 1;
  margin-bottom: 0;
}

.main-banner-title h1 {
  font-weight: 600;
  font-size: 4em;
}

.main-banner-title h2 {
  line-height: 1.25;
  font-weight: 300;
  font-size: 4em;
}

.main-banner-title h5 {
  font-size: 1.125em;
  color: var(--color-secondary);
  text-align: right;
  position: relative;
  top: 0.5em;
}

.banner-text {
  max-width: 24ch;
}

.crew-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 1rem;
}

.crew-member {
  text-align: center;
  width: 120px;
}

.crew-photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 0.5rem;
}

.crew-name {
  font-weight: bold;
  font-size: 1rem;
}

.crew-job-description {
  font-size: 0.85rem;
  color: #666;
}

.video-header {
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.video-overlay {
  position: absolute;
  display: inline-block;
  left: 0;
  bottom: 0;
  z-index: 1;
  color: white;
  text-align: center;
  padding: 1.5em;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 164, 0.7) 0%, rgba(0, 0, 164, 0.4) 40%, transparent 100%);
  backdrop-filter: blur(2px);
}

.video-overlay::before {
  content: '';
  position: absolute;
  top: -100%;
  left: -100%;
  width: 300%;
  height: 300%;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.1) 0%, transparent 50%);
  animation: shimmer 12s infinite linear;
  pointer-events: none;
}

@keyframes shimmer {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.anniversary-badge-small {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.5rem;
  animation: pulse 3s ease-in-out infinite;
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
  position: relative;
  z-index: 2;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
  }
  50% {
    transform: scale(1.08);
    box-shadow: 0 0 30px rgba(255, 215, 0, 0.8);
  }
}

.anniversary-badge-small .anniversary-number {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  font-family: 'Produkt Web', Georgia, 'Times New Roman', Times, serif;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.anniversary-badge-small .anniversary-years {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-top: -0.2rem;
}

.anniversary-tagline {
  font-size: 1.3em !important;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  color: white !important;
  position: relative;
  z-index: 2;
}

.video-header video {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
}

.video-overlay h1 {
  font-size: 5em;
  position: relative;
  z-index: 2;
}

.video-overlay p {
  font-size: 1.5em;
  position: relative;
  z-index: 2;
}

@media (max-width: 1024px) {
  .video-overlay {
    position: relative;
    color: var(--color-bol-blue);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.9) 100%);
    backdrop-filter: none;
  }
  .video-overlay h1 {
    font-size: 3em;
  }
  .anniversary-badge-small {
    width: 70px;
    height: 70px;
    border-color: var(--color-bol-blue);
    background: rgba(0, 0, 164, 0.1);
  }
  .anniversary-badge-small .anniversary-number {
    font-size: 1.8rem;
  }
  .anniversary-badge-small .anniversary-years {
    font-size: 0.5rem;
  }
  .anniversary-tagline {
    color: var(--color-bol-blue) !important;
    font-size: 1.1em !important;
  }
}

.timelines time {
  font-weight: bold;
  display: inline-block;
  width: 6ch;
}

table.timelines {
  border-collapse: separate;
}

.relieve-section-banner {
  background-color: var(--color-true-blue-light);
  border-radius: 0.5em;
}

.relive-section {
  text-align: center;
  font-size: 2.5rem;
}

.relive-section .fa-angle-right {
  font-size: 1.5rem;
  width: 1em;
  text-align: center;
}

.relive-section h1,
.relive-section h2 {
  color: var(--color-main);
}

.relive-edition {
  border: none;
  border-radius: 0.5em;
  width: 100%;
  max-width: 450px;
  height: 200px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.relieve-section-banner-sm {
  padding: 0.5em;
  margin-top: 0.35em;
}

.relieve-section-banner-sm h2 {
  color: var(--color-main);
}

.relive-edition .fa-youtube {
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.relive-edition:hover {
  color: #FF0000;
}

.relive-2017-edition {
  background-image: url("../../assets/images/covers/2017-youtube-playlist-cover.jpg");
}

.relive-2018-edition {
  background-image: url("../../assets/images/covers/2018-youtube-playlist-cover.jpg");
}

.relive-2019-edition {
  background-image: url("../../assets/images/covers/2019-youtube-playlist-cover.jpg");
}

.relive-2020-edition {
  background-image: url("../../assets/images/covers/2020-youtube-playlist-cover.jpg");
}

.relive-2021-edition {
  background-image: url("../../assets/images/covers/2021-youtube-playlist-cover.png");
}

.relive-2022-edition {
  background-image: url("../../assets/images/covers/2022-youtube-playlist-cover.jpeg");
}

.relive-2023-edition {
  background-image: url("../../assets/images/covers/2023-youtube-playlist-cover.jpeg");
}

.relive-2024-edition {
  background-image: url("../../assets/images/covers/2024-youtube-playlist-cover.jpg");
}

.relive-2025-edition {
  background-image: url("../../assets/images/covers/2025-youtube-playlist-cover.jpg");
}

.past {
  text-decoration: line-through;
}

@media (min-width: 768px) {
  .anniversary-badge-small {
    width: 100px;
    height: 100px;
  }

  .anniversary-badge-small .anniversary-number {
    font-size: 2.5rem;
  }

  .anniversary-badge-small .anniversary-years {
    font-size: 0.7rem;
  }

  .anniversary-tagline {
    font-size: 1.6em !important;
  }
}

@media (min-width: 768px) {
  .light-bordered {
    padding: 2em;
  }
  .banner-text {
    max-width: initial;
  }
  .relive-section {
    text-align: left;
  }
  .relive-section h1 {
    font-size: 2.75rem;
    font-weight: bold;
  }
  .relive-section h2 {
    font-size: 2rem;
  }
  .relieve-section-banner-sm + .relieve-section-banner-sm {
    margin-left: 0.4em;
  }
}

.relive-section h2 i {
  color: var(--color-bol-blue);
}

.map-point-color {
  color: var(--color-passionate-pink-bold);
}

.map-link {
  color: var(--color-bol-blue);
}

.map-link:hover {
  color: var(--color-bol-blue);
}
