.home_slider .owl-item .background_image {
  transition: transform 6000ms ease;
  transform: scale(1);
  transform-origin: center center;
}

.home_slider .owl-item.active .background_image {
  transform: scale(1.12);
}

.home_slider .owl-stage-outer,
.home_slider .owl-stage,
.home_slider .owl-item {
  will-change: opacity, transform;
}

.home_content .home_subtitle,
.home_content .home_title,
.home_content .home_link {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 600ms ease,
    transform 600ms ease;
}

.home_slider .owl-item.active .home_content .home_subtitle {
  transition-delay: 100ms;
  opacity: 1;
  transform: translateY(0);
}

.home_slider .owl-item.active .home_content .home_title {
  transition-delay: 250ms;
  opacity: 1;
  transform: translateY(0);
}

.home_slider .owl-item.active .home_content .home_link {
  transition-delay: 400ms;
  opacity: 1;
  transform: translateY(0);
}

.header,
.header.scrolled {
  background: #000000;
}

.home {
  margin-top: 101px;
  height: 780px;
}

@media (min-width: 2000px) {
  .home {
    margin-top: 101px;
    height: calc(100vh - 161px);
    min-height: 780px;
  }
}

.home_container {
  padding-top: 0;
}

.home_slider .home_container_inner {
  transform: translateY(-35px);
}

.home_content {
  min-height: 215px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.home_content .home_link:only-child {
  margin-top: auto;
}

.home_link a::before {
  background: #000000;
}

.home_link a:hover {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.95);
}

.home_link a:hover::before {
  background: #fae8c0;
}

.main_nav ul li a:hover {
  color: #ffffff !important;
  text-shadow: none !important;
}

.faq-box {
  background: #1e1e1e;
  border-radius: 0;
  padding: 16px;
}

.faq-title {
  font-size: 20px;
  margin-bottom: 10px;
  color: #ffffff;
}

.faq-item {
  transition:
    transform 160ms ease,
    filter 160ms ease;
}

.faq-item + .faq-item {
  margin-top: 8px;
}

.faq-item:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
}

.faq-q {
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  font-size: 16px;
  padding: 12px 14px;
  cursor: pointer;
  background: #ffffff0a;
  color: #ffffff;
  border-radius: 0;
}

.faq-q.open,
.faq-item:hover .faq-q,
.faq-item:hover .faq-q.open {
  background: #ffffff0a;
}

.faq-item:hover .faq-q {
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}

.faq-a {
  overflow: hidden;
  max-height: 0;
  transition: max-height 260ms ease;
  background: #ffffff0a;
  border-radius: 0;
  padding: 0 14px;
}

.faq-a p {
  margin: 12px 0 14px;
  color: #eeeeee;
}

.faq-a a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: #fae8c0;
  text-underline-offset: 3px;
}

.faq-a a:hover {
  color: #fae8c0;
  text-decoration-color: #fae8c0;
}

.faq-box .faq-q:focus,
.faq-box .faq-q:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.featured_album_player {
  border-color: #fae8c0;
  background: #1e1e1e;
}

.featured_album_title_bar {
  background: #fae8c0;
}

.featured_album_artist,
.featured_album_title {
  color: #000000;
}

.featured_album_link {
  background: #1e1e1e;
}

.featured_album_link:hover {
  background: #525252;
}

.featured_album_link:hover a {
  color: #ffffff;
}

.shows_list li {
  background: #1e1e1e;
}

.show_date {
  background: #fae8c0;
  color: #000000;
}

.show_location {
  background: #1e1e1e;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 12px;
  min-height: 48px;
}

@media (min-width: 768px) {
  .show_info {
    display: grid !important;
    grid-template-columns: 180px minmax(0, 1fr);
    column-gap: 24px;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
    padding: 0 10px;
  }

  .show_info > .show_name {
    width: auto;
    margin: 0;
  }

  .show_info > .show_location {
    width: 100%;
    margin: 0;
    padding: 8px 12px;
  }
}

.show_name a:hover,
.shows_list li .show_name a:hover {
  color: #fae8c0;
}

.shows_list li .show_name a {
  color: #ffffff;
}

.show_shop {
  background: linear-gradient(90deg, #272727 0%, #272727 300%);
}

.show_shop:hover {
  background: linear-gradient(90deg, #fae8c0 0%, #000000 200%);
}

.show_shop a {
  color: #000000;
}

.show_shop:hover a {
  color: #323232;
  text-shadow: none;
}

.shows_list li .show_shop a,
.shows_list li .show_shop a:link,
.shows_list li .show_shop a:visited,
.shows_list li .show_shop a:active {
  color: #ffffff !important;
}

.shows_list li .show_shop:hover a,
.shows_list li .show_shop:hover a:link,
.shows_list li .show_shop:hover a:visited,
.shows_list li .show_shop:hover a:active {
  color: #323232 !important;
  text-shadow: none;
}

.shows img {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.shows img:hover {
  filter: grayscale(0%);
}

.extra_button:hover {
  background: #fae8c0;
}

.extra_button:hover a {
  color: #000000;
}

.site-footer {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  padding: 40px 0;
  font-size: 1.5rem;
  font-weight: bold;
}

.news-modal,
.image-zoom-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
}

.news-modal {
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8);
}

.image-zoom-modal {
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.95);
  align-items: center;
  justify-content: center;
}

.news-modal.open,
.image-zoom-modal.open {
  display: flex;
}

.news-modal.open {
  align-items: center;
  justify-content: center;
}

.news-modal-content {
  background:
    linear-gradient(180deg, rgba(250, 232, 192, 0.08), transparent 120px),
    #171717;
  padding: 0;
  border: 1px solid rgba(250, 232, 192, 0.75);
  border-radius: 0;
  width: 90%;
  max-width: 780px;
  max-height: 80vh;
  overflow: hidden;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
  animation: modalIn 0.3s ease;
  display: flex;
  flex-direction: column;
}

.news-modal-body {
  color: #ffffff;
  overflow-y: auto;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@keyframes modalIn {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.news-modal-close {
  color: #1e1e1e;
  position: absolute;
  right: 18px;
  top: 16px;
  width: 38px;
  height: 38px;
  border: 1px solid #fae8c0;
  background: #fae8c0;
  font-size: 30px;
  line-height: 34px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  z-index: 2;
  transition:
    border-color 0.3s ease,
    color 0.3s ease,
    background 0.3s ease;
}

.news-modal-close:hover,
.news-modal-close:focus {
  color: #fae8c0;
  background: #1e1e1e;
  border-color: #fae8c0;
  text-shadow: none;
}

.news-content {
  width: 100%;
}

.news-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 76px 20px 30px;
  border-bottom: 1px solid rgba(250, 232, 192, 0.22);
}

.news-source {
  color: #fae8c0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.news-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  align-self: flex-start;
  margin-top: -8px;
  color: #111111;
  background: #fae8c0;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
}

.news-media {
  padding: 24px 30px 0;
}

.news-article-body {
  padding: 24px 30px 30px;
}

.news-modal-body iframe,
.news-modal-body video,
.news-modal-body img {
  width: 100%;
  border: none;
  border-radius: 0;
  margin-bottom: 20px;
}

.news-modal-body iframe {
  height: 400px;
}

.news-modal-body video {
  height: auto;
  max-height: 400px;
  background: #000000;
}

.news-modal-body img {
  height: auto;
  max-height: 400px;
  object-fit: contain;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.news-modal-body img:hover {
  opacity: 0.8;
}

.news-modal-body h2 {
  color: #fae8c0;
  margin: 0 0 14px;
  font-size: 34px;
  line-height: 1.15;
}

.news-modal-body p {
  line-height: 1.6;
  color: #e0e0e0;
  font-size: 16px;
  margin-bottom: 0;
}

.news-read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 11px 16px;
  background: #fae8c0;
  color: #111111 !important;
  font-weight: 700;
  text-decoration: none;
}

.news-read-more:hover {
  background: #ffffff;
  color: #111111 !important;
}

.daily-prophet-modal {
  background:
    linear-gradient(90deg, rgba(250, 232, 192, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(250, 232, 192, 0.06), transparent 160px);
  background-size: 24px 24px, auto;
}

.daily-prophet-modal .news-modal-header {
  background: #fae8c0;
  color: #111111;
  border-bottom: 4px double #111111;
}

.daily-prophet-modal .news-source,
.daily-prophet-modal .news-tag {
  color: #111111;
}

.daily-prophet-modal .news-source {
  font-size: 18px;
  letter-spacing: 1px;
}

.daily-prophet-modal .news-tag {
  border: 1px solid #111111;
  background: transparent;
}

.daily-prophet-modal .news-article-body {
  padding-top: 30px;
}

.daily-prophet-modal h2 {
  color: #fae8c0;
  font-size: 42px;
}

.daily-prophet-modal p {
  max-width: 620px;
}

.image-zoom-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  max-width: 1000px;
  max-height: 90vh;
}

.image-zoom-container img {
  max-width: 100%;
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
}

.zoom-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fae8c0;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10001;
  transition: color 0.3s ease;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
  border-radius: 0;
}

.zoom-close-btn:hover {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 768px) {
  .news-modal-content {
    width: 95%;
    border-radius: 0;
    max-height: 90vh;
  }

  .news-modal-body {
    max-height: 90vh;
  }

  .news-modal-header {
    align-items: flex-start;
    flex-direction: column;
    padding: 22px 64px 18px 20px;
  }

  .news-media,
  .news-article-body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .news-modal-body h2,
  .daily-prophet-modal h2 {
    font-size: 30px;
  }

  .news-modal-body iframe {
    height: 250px;
  }

  .news-modal-body video {
    max-height: 250px;
  }

  .news-modal-close {
    right: 15px;
    top: 10px;
    font-size: 28px;
  }
}
