/* Kingdom Circuit approved live brand system — shared across every public page. */
:root{
  --gold:#c84a32;
  --gold-light:#df725c;
}

.site-header .brand img{
  width:260px;
  height:76px;
  object-fit:contain;
  object-position:left center;
  display:block;
}

/* Approved right-side orange glow, consistent across every primary page hero. */
.page-hero,
.seo-artist-hero,
.event-detail-section,
.profile-section{
  background:radial-gradient(circle at 88% 28%,rgba(200,74,50,.18) 0%,rgba(200,74,50,.08) 25%,rgba(200,74,50,.025) 42%,transparent 58%);
}

.home-path-card{
  background:linear-gradient(145deg,rgba(200,74,50,.08),rgba(17,17,17,.96) 55%);
}
.home-path-card:hover{
  background:linear-gradient(145deg,rgba(200,74,50,.14),rgba(17,17,17,.98) 55%);
}

.artist-visual,
.profile-visual,
.event-detail-media,
.artist-visual-empty{
  background:linear-gradient(145deg,#1b100d,#080808);
}
.artist-visual-empty::after{
  background:rgba(200,74,50,.32);
}

@media(max-width:600px){
  .site-header .brand img{
    width:205px;
    height:62px;
  }

  .page-hero,
  .seo-artist-hero,
  .event-detail-section,
  .profile-section{
    background:radial-gradient(circle at 92% 22%,rgba(200,74,50,.17) 0%,rgba(200,74,50,.07) 27%,transparent 58%);
  }
}
