/* =========================
   Base / Theme
   ========================= */

:root{
  --bg: #0b0d12;
  --surface: rgba(255,255,255,0.06);
  --surface-2: rgba(255,255,255,0.10);
  --text: rgba(255,255,255,0.92);
  --muted: rgba(255,255,255,0.70);
  --muted-2: rgba(255,255,255,0.55);

  --accent: #b10f3b;
  --accent-2: #3a5bff;
  --accent-3: #ffb3c5;

  --ring: rgba(255,255,255,0.22);
  --shadow: 0 18px 50px rgba(0,0,0,0.50);
  --radius: 18px;

  --container: 1180px;
}

*{ box-sizing: border-box; }
html, body{ height: 100%; }
body{
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(1100px 400px at 20% 45%, rgba(177,15,59,0.70), transparent 70%),
    radial-gradient(900px 500px at 100% 65%, rgba(58,91,255,0.35), transparent 65%),
    var(--bg);
  line-height: 1.5;
}

img{ max-width: 100%; display: block; }
a{ color: inherit; text-decoration: none; }
.container{
  width: min(var(--container), calc(100% - 2rem));
  margin-inline: auto;
}

/* =========================
   Topbar
   ========================= */

.topbar{
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(0,0,0,0.30);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.topbar__inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .7rem 0;
  gap: 1rem;
}

.pill{
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .35rem .65rem;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.05);
  border-radius: 999px;
  color: var(--muted);
  font-size: .9rem;
}

.topbar__right{
  display: flex;
  align-items: center;
  gap: .8rem;
}

.topbar__link{
  color: var(--muted);
  font-size: .95rem;
}
.topbar__link:hover{ color: var(--text); }

.topbar__cta{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .5rem .8rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(177,15,59,0.95), rgba(58,91,255,0.65));
  border: 1px solid rgba(255,255,255,0.15);
  box-shadow: 0 10px 30px rgba(177,15,59,0.25);
  font-weight: 600;
  font-size: .95rem;
}
.topbar__cta:hover{ filter: brightness(1.05); }

/* =========================
   Navigation
   ========================= */

.nav{
  position: sticky;
  top: 48px;
  z-index: 55;
  background: rgba(10,10,16,0.45);
  backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.nav__inner{
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: .8rem 0;
}

.nav__brand{
  font-weight: 800;
  letter-spacing: .8px;
  padding: .45rem .7rem;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.05);
}

.nav__links{
  display: flex;
  flex-wrap: wrap;
  gap: .35rem .7rem;
  justify-content: center;
}

.nav__links a{
  color: var(--muted);
  font-size: .95rem;
  padding: .4rem .55rem;
  border-radius: 10px;
  border: 1px solid transparent;
}
.nav__links a:hover{
  color: var(--text);
  border-color: rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.05);
}

.nav__links a.is-active{
  color: rgba(255,255,255,0.92);
  border-color: rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.06);
}

.nav__actions{
  display: flex;
  gap: .6rem;
  align-items: center;
}

/* =========================
   Buttons / Links
   ========================= */

.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .55rem .9rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  font-weight: 650;
  font-size: .95rem;
  cursor: pointer;
  user-select: none;
}

.btn--primary{
  background: linear-gradient(135deg, rgba(177,15,59,0.95), rgba(58,91,255,0.75));
  box-shadow: 0 14px 35px rgba(177,15,59,0.20);
}
.btn--primary:hover{ filter: brightness(1.05); }

.btn--ghost{
  background: rgba(255,255,255,0.05);
}
.btn--ghost:hover{
  background: rgba(255,255,255,0.09);
}

/* =========================
   Hero (Landing)
   ========================= */

.hero{
  padding: 1.6rem 0 1.25rem;
  position: relative;
  overflow: hidden;
}

/* Dedicated layer so the gradient does not "repeat" behind a background image */
.hero--landing{
  padding: 2.2rem 0 1.25rem;
}

/* Background image layer with explicit height coverage */
.hero__bg{
  position: absolute;
  inset: 0;
  height: 520px;
  background-image: url("images/pix_03.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: saturate(1.05) contrast(1.05);
  opacity: 0.92;
}

/* Overlay gradient layer (separate from background-image so no repetition artifacts) */
.hero__overlay{
  position: absolute;
  inset: 0;
  height: 520px;
  background:
    radial-gradient(1100px 520px at 30% 30%, rgba(177,15,59,0.60), transparent 62%),
    radial-gradient(900px 520px at 70% 50%, rgba(58,91,255,0.35), transparent 62%),
    linear-gradient(180deg, rgba(0,0,0,0.35), rgba(11,13,18,0.86));
}

/* Content sits above background layers */
.hero__landingGrid{
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.25rem;
  align-items: start;
}

.brand{
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
}

.brand--landing{
  padding: .75rem;
  border-radius: calc(var(--radius) + 6px);
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(0,0,0,0.18);
  box-shadow: 0 18px 50px rgba(0,0,0,0.35);
  backdrop-filter: blur(10px);
}

.brand__logo {
  width: 110px;
  padding: 0.35rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: var(--shadow);
}
.brand__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 7px;
}

.brand__title h1{
  margin: 0;
  font-size: clamp(1.6rem, 2.6vw, 2.4rem);
  letter-spacing: 0.4px;
}
.brand__title p{
  margin: .25rem 0 0;
  color: var(--muted);
  font-size: 1rem;
}

.hero__copy{
  margin-top: 1rem;
  padding: 1.2rem;
  border-radius: calc(var(--radius) + 6px);
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.06);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.hero__headline{
  margin: 0 0 .35rem;
  font-size: clamp(1.5rem, 2.8vw, 2.35rem);
  letter-spacing: .2px;
  line-height: 1.15;
}

.hero__subtext{
  margin: 0 0 1.0rem;
  color: rgba(255,255,255,0.80);
  font-weight: 650;
}

.hero__ctaRow{
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
}

.hero__trust{
  margin-top: .95rem;
}

.trustPills{
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.trustPill{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .35rem .7rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(0,0,0,0.22);
  color: rgba(255,255,255,0.82);
  font-weight: 700;
  letter-spacing: .3px;
  font-size: .9rem;
}

.profile{
  padding: .85rem;
  border-radius: var(--radius);
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
  max-width: 256px;
}

.profile--landing{
  position: relative;
}

.profile__photo{
  border-radius: 14px;
  object-position: top;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,0.10);
}

.profile__meta{
  padding-top: .7rem;
}
.profile__name{
  font-weight: 700;
}
.profile__role{
  color: var(--muted);
  font-size: .95rem;
}

/* Featured strip */
.featured{
  position: relative;
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: .75rem;
}

.featured__card{
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 14px 35px rgba(0,0,0,0.35);
  transform: translateY(0);
  transition: transform .15s ease, filter .15s ease;
}
.featured__card:hover{
  transform: translateY(-3px);
  filter: brightness(1.05);
}
.featured__card img{
  width: 100%;
  height: 96px;
  object-fit: cover;
}

/* =========================
   Sections
   ========================= */

.section{
  padding: 3rem 0;
}

.section__grid{
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 1rem;
  align-items: start;
}

.section__grid--reverse{
  grid-template-columns: .9fr 1.1fr;
}

.section__head h2{
  margin: .6rem 0 .55rem;
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  letter-spacing: .2px;
  line-height: 1.2;
}

.section__head--center{
  text-align: center;
}
.section__head--center .section__actions{
  justify-content: center;
}

.kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .35rem .75rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(0,0,0,0.20);
  color: var(--muted);
  font-weight: 650;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: .78rem;
}

.lead{
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.section__actions{
  margin-top: 1.1rem;
  display: flex;
  gap: .7rem;
  flex-wrap: wrap;
}

.section__actions--center{
  justify-content: center;
}

.section__card{
  border-radius: calc(var(--radius) + 6px);
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.06);
  box-shadow: 0 18px 50px rgba(0,0,0,0.35);
  padding: 1.35rem;
}

.miniDivider{
  height: 1px;
  background: rgba(255,255,255,0.10);
  margin: 1rem 0;
}

.miniDivider--soft{
  background: rgba(255,255,255,0.08);
}

.note{
  color: rgba(255,255,255,0.72);
  font-size: .95rem;
  margin-top: .65rem;
}
.note--center{
  text-align: center;
}

/* Stats */
.statGrid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .75rem;
}

.stat{
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.18);
  padding: .95rem;
}

.stat__num{
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: .2px;
}

.stat__label{
  color: var(--muted);
  margin-top: .15rem;
  font-size: .95rem;
}

/* Mini callout */
.miniCallout__title{
  font-weight: 850;
  letter-spacing: .2px;
  font-size: 1.05rem;
}
.miniCallout__subtitle{
  margin-top: .2rem;
  color: rgba(255,255,255,0.78);
  font-weight: 650;
}

/* =========================
   Event Section
   ========================= */

.section--event{
  padding-top: 2.2rem;
}

.eventBanner{
  border-radius: calc(var(--radius) + 8px);
  border: 1px solid rgba(255,255,255,0.14);
  background:
    radial-gradient(900px 420px at 0% 20%, rgba(177,15,59,0.35), transparent 65%),
    radial-gradient(900px 420px at 100% 60%, rgba(58,91,255,0.25), transparent 65%),
    rgba(255,255,255,0.06);
  box-shadow: var(--shadow);
  padding: 2.25rem;
}

.eventBanner__badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .35rem .75rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(0,0,0,0.25);
  color: var(--muted);
  font-weight: 650;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: .78rem;
}

.eventBanner__grid{
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 1rem;
  align-items: start;
}

.eventBanner__title{
  margin: 0 0 .55rem;
  font-size: clamp(1.6rem, 2.6vw, 2.3rem);
  letter-spacing: .2px;
  line-height: 1.15;
}

.eventBanner__meta{
  display: grid;
  gap: .65rem;
  margin-bottom: .9rem;
}

.metaItem{
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.18);
  padding: .85rem;
}

.metaItem__label{
  color: rgba(255,255,255,0.70);
  font-weight: 700;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .6px;
}

.metaItem__value{
  margin-top: .25rem;
  font-weight: 700;
}

.eventBanner__desc{
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 1.02rem;
}

.eventBanner__actions{
  display: flex;
  gap: .7rem;
  flex-wrap: wrap;
}

.eventBanner__right{
  display: grid;
  gap: .75rem;
}

.eventCard{
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(0,0,0,0.18);
  padding: 1rem;
}

.eventCard__kicker{
  color: rgba(255,255,255,0.70);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .6px;
  font-size: .78rem;
}

.eventCard__title{
  margin-top: .35rem;
  font-weight: 900;
  font-size: 1.05rem;
}

.eventCard__line{
  margin-top: .35rem;
  color: var(--muted);
  font-size: .95rem;
}

.miniDivider--event{
  margin: 1.25rem 0 1.1rem;
}

.eventDetailsGrid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .75rem;
}

.detailBox{
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(0,0,0,0.16);
  padding: 1.1rem;
}

.detailBox--wide{
  grid-column: 1 / -1;
}

.detailBox__title{
  font-weight: 850;
  letter-spacing: .15px;
  margin-bottom: .35rem;
}

.detailBox__text{
  margin: 0;
  color: var(--muted);
}

.detailBox__actions{
  margin-top: .85rem;
}

.galleryMasonry{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: .75rem;
}
.gCard{
  grid-column: span 3;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 14px 35px rgba(0,0,0,0.30);
  transition: transform .15s ease, filter .15s ease;
}
.gCard:hover{
  transform: translateY(-3px);
  filter: brightness(1.05);
}
.gCard__img{
  width: 100%;
  height: 210px;
  object-fit: cover;
  background: rgba(0,0,0,0.18);
}
.gCard__body{
  padding: .8rem .9rem .95rem;
}
.gCard__title{
  font-weight: 850;
  letter-spacing: .2px;
  margin: 0;
  font-size: .98rem;
}
.gCard__meta{
  margin-top: .25rem;
  color: var(--muted);
  font-size: .92rem;
}


.contactWrap{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 1rem;
  align-items:start;
}
.contactCard{
  border-radius: calc(var(--radius) + 10px);
  border: 1px solid rgba(255,255,255,0.14);
  background:
    radial-gradient(900px 420px at 0% 15%, rgba(58,91,255,0.18), transparent 65%),
    radial-gradient(900px 420px at 100% 25%, rgba(177,15,59,0.22), transparent 65%),
    rgba(255,255,255,0.06);
  box-shadow: var(--shadow);
  padding: 1.5rem;
  backdrop-filter: blur(12px);
}
.contactTitle{
  margin: .55rem 0 .35rem;
  font-size: clamp(1.5rem, 2.4vw, 2.1rem);
  line-height: 1.15;
  letter-spacing: .2px;
}
.contactLead{
  color: var(--muted);
  margin: 0 0 1.1rem;
}
.contactList{
  display:grid;
  gap: .65rem;
  margin-top: .4rem;
}
.contactRow{
  display:flex;
  gap: .65rem;
  align-items:flex-start;
  padding: .75rem .85rem;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.16);
}
.contactLabel{
  min-width: 86px;
  color: rgba(255,255,255,0.72);
  font-weight: 800;
  letter-spacing: .15px;
}
.contactValue{
  color: rgba(255,255,255,0.92);
  font-weight: 700;
}
.contactValue a{
  color: rgba(255,255,255,0.92);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.22);
}
.contactValue a:hover{
  border-bottom-color: rgba(255,255,255,0.45);
}

@media (max-width: 980px){
  .contactWrap{ grid-template-columns: 1fr; }
}

/* =========================
   Workshop Section
   ========================= */

.workshopMeta{
  margin-top: .8rem;
  display: grid;
  gap: .55rem;
}

.workshopMeta__row{
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: .75rem;
  align-items: start;
  padding: .65rem .75rem;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.16);
}

.workshopMeta__label{
  color: rgba(255,255,255,0.68);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .6px;
  font-size: .78rem;
}

.workshopMeta__value{
  color: rgba(255,255,255,0.86);
  font-weight: 650;
}

.twoColList{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.listTitle{
  font-weight: 850;
  margin-bottom: .45rem;
}

/* Bullets (reuse) */
.bullets{
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
}
.bullets li{ margin: .35rem 0; }

/* =========================
   Sponsors
   ========================= */

.sponsorPanel{
  border-radius: calc(var(--radius) + 8px);
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.06);
  box-shadow: var(--shadow);
  padding: 2rem;
}

.sponsorPanel__logos{
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: .75rem;
  align-items: center;
}

.logoTile{
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.16);
  padding: .75rem;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.logoTile img{
  max-height: 54px;
  width: 100%;
  object-fit: contain;
  opacity: .92;
}

.sponsorBullets__title{
  font-weight: 850;
  margin-bottom: .45rem;
}

/* =========================
   Gallery
   ========================= */

.galleryGrid{
  margin-top: 1.3rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .75rem;
}

.galleryItem{
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 14px 35px rgba(0,0,0,0.30);
  transition: transform .15s ease, filter .15s ease;
}

.galleryItem:hover{
  transform: translateY(-3px);
  filter: brightness(1.05);
}

.galleryItem img{
  width: 100%;
  height: 150px;
  object-fit: cover;
}

/* =========================
   Closing CTA
   ========================= */

.section--closing{
  padding-top: 2.2rem;
}

.closingPanel{
  border-radius: calc(var(--radius) + 8px);
  border: 1px solid rgba(255,255,255,0.14);
  background:
    radial-gradient(900px 420px at 0% 20%, rgba(58,91,255,0.18), transparent 65%),
    radial-gradient(900px 420px at 100% 30%, rgba(177,15,59,0.22), transparent 65%),
    rgba(0,0,0,0.20);
  box-shadow: var(--shadow);
  padding: 2.25rem;
  text-align: center;
}

.closingPanel h2{
  margin: 0 0 .55rem;
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
  letter-spacing: .2px;
}

.closingPanel__actions{
  margin-top: 1.15rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .7rem;
}



/* ===== Banner layout to match the reference image ===== */
.artistsBanner{
  /* Put your background image here if you want it in CSS:
     background-image: url("images/REPLACE-BG.jpg"); */
  position: relative;
  padding: clamp(32px, 16vw, 96px) 0;
  overflow: hidden;
}



.artistsBanner__inner{
  position: relative;
  z-index: 1;
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(14px, 2vw, 26px);
}

/* 3 slots: left / center / right */
.artistsBanner__slot{
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
}

.artistsBanner__slot--left,
.artistsBanner__slot--right{
  flex: 1 1 0;
}

.artistsBanner__slot--center{
  flex: 0 0 clamp(260px, 32vw, 440px);
}

/* Pink frame around the side photos */
.artistsBanner__photoFrame {
    width: 100%;
    max-width: 430px;
    border: 4px solid #ff2aa8;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .55);
    background: rgba(255, 255, 255, .04);
    overflow: hidden;
    aspect-ratio: 5 / 3.5;
    object-fit: cover;
}

/* Force a wide/landscape crop like the poster */
.artistsBanner__photo {
    display: block;
    width: 100%;
    /* height: 100%; */
    /* aspect-ratio: 5 / 3; */
    /* object-fit: contain; */
}

/* Center logo block: slightly rounded + glow */
.artistsBanner__logoWrap{
  width: 100%;
  border-radius: 16px;
  padding: 8px;
  background: rgba(255,255,255,.06);
  box-shadow:
    0 14px 44px rgba(0,0,0,.55),
    0 0 0 1px rgba(255,255,255,.10) inset;
  backdrop-filter: blur(4px);
}

.artistsBanner__logo{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

/* Text styling to mimic the bold pink name + white descriptor */
.artistsBanner__text{
  margin-top: 14px;
  text-align: center;
  line-height: 1.05;
}

/* Pink name with black outline */
.artistsBanner__name{
  font-weight: 900;
  letter-spacing: .06em;
  font-size: clamp(26px, 3.4vw, 44px);
  color: #ff2aa8;
  text-transform: uppercase;

  /* Outline */
  -webkit-text-stroke: 4px rgba(0,0,0,.9);
  paint-order: stroke fill;

  /* Extra depth */
  text-shadow:
    0 6px 18px rgba(0,0,0,.65),
    0 1px 0 rgba(0,0,0,.75);
}

.artistsBanner__sub{
  margin-top: 8px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: clamp(14px, 1.5vw, 20px);
  letter-spacing: .04em;
  color: #ffffff;

  /* White text with black outline */
  -webkit-text-stroke: 2px rgba(0,0,0,.85);
  paint-order: stroke fill;
  text-shadow: 0 6px 18px rgba(0,0,0,.55);
}

.artistsBanner__sub > div + div{
  margin-top: 4px;
}


.artistLinkContainer {
    width: 100%;
    text-align: center;
    text-align: center;
    padding: 36px;
}



/* ===== Responsive: stack nicely on mobile ===== */
@media (max-width: 900px){
  .artistsBanner__inner{
    flex-direction: column;
  }

  .artistsBanner__slot--center{
    order: 0;
    flex: 0 0 auto;
    width: min(560px, 100%);
  }

  .artistsBanner__slot--left{ order: 1; width: min(560px, 100%); }
  .artistsBanner__slot--right{ order: 2; width: min(560px, 100%); }

  .artistsBanner__photoFrame{
    max-width: 100%;
  }
}




/* =========================
   Footer
   ========================= */

.footer{
  padding: 2.2rem 0 1.4rem;
  border-top: 1px solid rgba(255,255,255,0.10);
  background: rgba(0,0,0,0.25);
}

.footer__grid{
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr auto;
  gap: 1rem;
  align-items: start;
}

.footer__title{
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: .3px;
}
.footer__text{
  margin: .45rem 0 0;
  color: var(--muted);
}

.footer__label{
  color: var(--muted-2);
  text-transform: uppercase;
  letter-spacing: .9px;
  font-size: .78rem;
  margin-bottom: .5rem;
}

.footer__links{
  display: grid;
  gap: .4rem;
}

.footer__links a{
  color: var(--muted);
}
.footer__links a:hover{ color: var(--text); }

.footer__contact{
  margin-top: .85rem;
  display: grid;
  gap: .45rem;
}

.footer__contactRow{
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: .6rem;
  align-items: baseline;
}

.footer__labelInline{
  color: rgba(255,255,255,0.70);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .6px;
  font-size: .75rem;
}

.footer__link{
  color: rgba(255,255,255,0.84);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}
.footer__link:hover{
  color: rgba(255,255,255,0.95);
}

.footer__bottom{
  margin-top: 1.4rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  justify-content: center;
  gap: .7rem;
  color: var(--muted-2);
  font-size: .92rem;
}

.footer__smallLink{
  color: var(--muted-2);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer__smallLink:hover{ color: var(--text); }
.footer__dot{ opacity: .6; }

/* Add these ABOUT-only helpers to the bottom of your existing css/styles.css.
   Everything else can remain unchanged. */

.footer__qr{
  justify-self: end;
  text-align: center;
  max-width: 160px;
}

.footer__qrLink{
  display: inline-flex;
  padding: .55rem;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.16);
  box-shadow: 0 14px 35px rgba(0,0,0,0.30);
}

.footer__qrImg{
  width: 120px;
  height: 120px;
  object-fit: contain;
  border-radius: 10px;
}

.footer__qrText{
  margin-top: .55rem;
  color: var(--muted);
  font-size: .92rem;
  font-weight: 650;
}

.miniCallout__text{
  margin: .45rem 0 0;
  color: rgba(255,255,255,0.74);
  font-size: .98rem;
}

/* =========================
   Responsive
   ========================= */

@media (max-width: 1100px){
  .hero__bg,
  .hero__overlay{
    height: 560px;
  }
}

@media (max-width: 980px){
  .nav__inner{
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: .75rem;
  }

  .hero__landingGrid{
    grid-template-columns: 1fr;
  }

  .profile{
    width: 100%;
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 1rem;
    align-items: center;
  }

  .featured{
    grid-template-columns: repeat(3, 1fr);
  }

  .section__grid{
    grid-template-columns: 1fr;
  }

  .section__grid--reverse{
    grid-template-columns: 1fr;
  }

  .eventBanner__grid{
    grid-template-columns: 1fr;
  }

  .eventDetailsGrid{
    grid-template-columns: 1fr;
  }

  .twoColList{
    grid-template-columns: 1fr;
  }

  .sponsorPanel__logos{
    grid-template-columns: repeat(3, 1fr);
  }

  .galleryGrid{
    grid-template-columns: repeat(2, 1fr);
  }

  .footer__grid{
    grid-template-columns: 1fr;
  }

  .hero__bg,
  .hero__overlay{
    height: 640px;
  }
  
  .footer__qr{
    justify-self: start;
    text-align: left;
    max-width: none;
  }
  
}

@media (max-width: 520px){
  .brand{
    grid-template-columns: 1fr;
  }

  .brand__logo{
    width: 140px;
  }

  .featured{
    grid-template-columns: repeat(2, 1fr);
  }

  .profile{
    grid-template-columns: 120px 1fr;
  }

  .hero__bg,
  .hero__overlay{
    height: 720px;
  }

  .galleryItem img{
    height: 140px;
  }

  .footer__contactRow{
    grid-template-columns: 1fr;
    gap: .15rem;
  }
}