/* Static migration safety fixes. Keeps the original AngraJazz dark theme; only static/responsive refinements. */
html { scroll-behavior: smooth; }
body { background: #111; }
img { max-width: 100%; height: auto; }
a { transition: color .18s ease, background-color .18s ease, border-color .18s ease, opacity .18s ease; }
.site-header, header, .header-style1, .main-navigation { z-index: 50; }
.menu, .navigation, nav ul { list-style: none; }
.sub-menu, .dropdown-menu { z-index: 80; }
img[src*="chrome-extension://"] { display: none !important; }
@media (max-width: 768px) {
  body { overflow-x: hidden; }
  .container, .row, .vc_row, .wpb_row { max-width: 100%; }
  table { display: block; max-width: 100%; overflow-x: auto; }
}
#wpadminbar, .skip-link.screen-reader-text:empty { display: none !important; }


/* Homepage hero replacement for the static cPanel copy.
   Fail-safe version: the visible image and core layout are in index.html inline styles,
   so the hero no longer depends on SR7/Revolution Slider JavaScript or CSS animations. */
.aj-hero,
.aj-hero--inline {
  position: relative !important;
  min-height: 540px !important;
  overflow: hidden;
  background: #151515;
  color: #fff;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  isolation: isolate;
}
.aj-hero--inline .aj-hero__image,
.aj-hero--inline .aj-hero__overlay {
  position: absolute;
  inset: 0;
}
.aj-hero--inline .aj-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .72;
  z-index: 0;
  display: block !important;
  visibility: visible !important;
}
.aj-hero--inline .aj-hero__overlay {
  background: linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.62) 45%, rgba(0,0,0,.22) 100%);
  z-index: 1;
}
.aj-hero--inline .aj-hero__inner {
  position: relative;
  z-index: 2;
  min-height: 540px;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  color: #fff;
  padding-top: 45px;
  padding-bottom: 45px;
  box-sizing: border-box;
  visibility: visible !important;
  opacity: 1 !important;
}
.aj-hero--inline .aj-hero__eyebrow {
  margin: 0;
  color: #d7d7d7;
  font-size: 12px;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.aj-hero--inline .aj-hero__title {
  display: inline-block;
  width: fit-content;
  margin: 0;
  padding: 6px 10px;
  background: rgba(0,0,0,.82);
  color: #fff;
  font: 800 clamp(31px, 4.3vw, 58px)/1.05 Arial, Helvetica, sans-serif;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.aj-hero--inline .aj-hero__title span,
.aj-hero--inline .aj-hero__programme strong { color: #8b0101 !important; }
.aj-hero--inline .aj-hero__programme {
  max-width: 820px;
  display: grid;
  gap: 12px;
  font: 700 20px/1.2 Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0,0,0,.75);
}
.aj-hero--inline .aj-hero__programme p { margin: 0; }
.aj-hero--inline .aj-hero__programme strong { margin-right: 10px; }
.aj-hero--inline .aj-hero__programme small {
  font-size: .72em;
  text-transform: none;
}
.aj-hero--inline .aj-hero__programme em {
  display: inline-block;
  margin-left: 38px;
  color: #f3f3f3;
  font-style: normal;
}
.aj-hero--inline .aj-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 4px;
}
.aj-hero--inline .aj-hero__button {
  display: inline-block;
  padding: 12px 18px;
  background: #8b0101;
  color: #fff !important;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
}
.aj-hero--inline .aj-hero__button:hover { background: #b90000; color: #fff !important; }
.aj-hero--inline .aj-hero__link {
  color: #fff !important;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.aj-hero__slides,
.aj-hero__slide { animation: none !important; }
@media (max-width: 768px) {
  .aj-hero, .aj-hero--inline, .aj-hero--inline .aj-hero__inner { min-height: 560px !important; }
  .aj-hero--inline .aj-hero__inner { padding-top: 34px !important; padding-bottom: 34px !important; }
  .aj-hero--inline .aj-hero__programme { font-size: 17px !important; }
  .aj-hero--inline .aj-hero__programme em { margin-left: 0 !important; margin-top: 4px; }
}
@media (max-width: 480px) {
  .aj-hero, .aj-hero--inline, .aj-hero--inline .aj-hero__inner { min-height: 620px !important; }
  .aj-hero--inline .aj-hero__title { width: auto; }
  .aj-hero--inline .aj-hero__programme { font-size: 15px !important; }
}

/* AngraJazz interaction effects: safe replacements for the old Revolution Slider and mPlayer. */
.aj-hero--inline .aj-hero__image {
  transition: opacity .55s ease, transform 1.1s ease;
  transform: scale(1);
}
.aj-hero--inline .aj-hero__image.is-changing {
  opacity: .28 !important;
  transform: scale(1.03);
}
.aj-hero--inline.is-effects-ready .aj-hero__eyebrow,
.aj-hero--inline.is-effects-ready .aj-hero__title,
.aj-hero--inline.is-effects-ready .aj-hero__programme,
.aj-hero--inline.is-effects-ready .aj-hero__actions {
  animation-duration: .82s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(.2,.8,.2,1);
}
.aj-hero--inline.is-effects-ready .aj-hero__eyebrow { animation-name: aj-enter-left; animation-delay: .05s; }
.aj-hero--inline.is-effects-ready .aj-hero__title { animation-name: aj-enter-left; animation-delay: .22s; }
.aj-hero--inline.is-effects-ready .aj-hero__programme { animation-name: aj-enter-up; animation-delay: .42s; }
.aj-hero--inline.is-effects-ready .aj-hero__actions { animation-name: aj-enter-up; animation-delay: .66s; }
@keyframes aj-enter-left {
  from { opacity: 0; transform: translate3d(-42px,0,0); filter: blur(3px); }
  to { opacity: 1; transform: translate3d(0,0,0); filter: blur(0); }
}
@keyframes aj-enter-up {
  from { opacity: 0; transform: translate3d(0,28px,0); filter: blur(3px); }
  to { opacity: 1; transform: translate3d(0,0,0); filter: blur(0); }
}

.aj-audio-player {
  background: #070707;
  color: #fff;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
  padding: 22px 0;
}
.aj-audio-player .container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}
.aj-audio-player__label {
  margin: 0 0 6px;
  color: #cfcfcf;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.aj-audio-player__title {
  margin: 0;
  font: 800 clamp(18px,2.3vw,28px)/1.15 Arial,Helvetica,sans-serif;
  color: #fff;
}
.aj-audio-player__status {
  margin: 7px 0 0;
  color: #bbb;
  font-size: 13px;
}
.aj-audio-player__bar {
  position: relative;
  overflow: hidden;
  height: 5px;
  margin-top: 12px;
  background: rgba(255,255,255,.15);
}
.aj-audio-player__progress {
  display: block;
  width: 0;
  height: 100%;
  background: #8b0101;
  transition: width .2s linear;
}
.aj-audio-player__time {
  display: flex;
  gap: 4px;
  margin-top: 6px;
  color: #aaa;
  font-size: 12px;
}
.aj-audio-player__controls {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  align-items: center;
}
.aj-audio-player__controls button,
.aj-audio-player__tracks button {
  border: 1px solid rgba(255,255,255,.2);
  background: #111;
  color: #fff;
  cursor: pointer;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.aj-audio-player__controls button {
  min-width: 72px;
  padding: 11px 14px;
}
.aj-audio-player__controls button:hover,
.aj-audio-player__tracks button:hover,
.aj-audio-player__tracks button.is-active {
  background: #8b0101;
  border-color: #8b0101;
  color: #fff;
}
.aj-audio-player__tracks {
  grid-column: 1 / -1;
  display: grid;
  gap: 7px;
}
.aj-audio-player__tracks button {
  width: 100%;
  padding: 9px 12px;
  text-align: left;
}
.aj-audio-player__tracks button.is-missing {
  opacity: .55;
  text-decoration: line-through;
}
.aj-audio-player.is-no-audio .aj-audio-player__controls button {
  opacity: .6;
}
@media (max-width: 768px) {
  .aj-audio-player .container { grid-template-columns: 1fr; }
  .aj-audio-player__controls { justify-content: flex-start; flex-wrap: wrap; }
  .aj-audio-player__controls button { min-width: 84px; }
}
@media (prefers-reduced-motion: reduce) {
  .aj-hero--inline .aj-hero__image,
  .aj-hero--inline.is-effects-ready .aj-hero__eyebrow,
  .aj-hero--inline.is-effects-ready .aj-hero__title,
  .aj-hero--inline.is-effects-ready .aj-hero__programme,
  .aj-hero--inline.is-effects-ready .aj-hero__actions {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    filter: none !important;
  }
}
