
:root{
  --bg:#07090d;
  --bg-2:#0d1118;
  --text:#f8fafc;
  --muted:#dbe4f0;
  --dark:#0f172a;
  --light:#ffffff;
  --line:rgba(255,255,255,.14);
  --accent:#ef2020;
  --accent-2:#f97316;
  --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.container{width:min(var(--max), calc(100% - 2rem));margin:0 auto}
.narrow{width:min(920px, calc(100% - 2rem));margin:0 auto}
.center{text-align:center}
#menu-toggle{position:absolute;opacity:0;pointer-events:none}
.topbar{position:fixed;inset:0 0 auto 0;z-index:70;background:linear-gradient(180deg, rgba(0,0,0,.58), rgba(0,0,0,.18), rgba(0,0,0,0))}
.topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0}
.brand-logo{height:40px;width:auto}
.menu-button{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);backdrop-filter:blur(12px);cursor:pointer}
.menu-button span,.menu-button span:before,.menu-button span:after{content:"";display:block;width:20px;height:2px;background:#fff;border-radius:2px;position:relative}
.menu-button span:before{position:absolute;top:-6px}
.menu-button span:after{position:absolute;top:6px}
.nav-drawer{position:fixed;top:0;right:-340px;width:min(340px,90vw);height:100vh;background:rgba(10,12,18,.97);border-left:1px solid rgba(255,255,255,.08);z-index:90;padding:6rem 1.5rem 2rem;transition:right .28s ease;display:flex;flex-direction:column;gap:1rem}
.nav-drawer a{font-size:1.1rem;font-weight:700;color:#fff;padding:.5rem 0}
.nav-drawer .buy-ticket{margin-top:.8rem;display:inline-flex;justify-content:center;padding:.95rem 1rem;border-radius:999px;background:#fff;color:#000;font-weight:800}
.menu-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);opacity:0;pointer-events:none;z-index:80;transition:opacity .25s ease}
#menu-toggle:checked ~ .nav-drawer{right:0}
#menu-toggle:checked ~ .menu-overlay{opacity:1;pointer-events:auto}
.hero{min-height:100vh;position:relative;overflow:hidden;display:flex;align-items:center;isolation:isolate;background:#06080d}
.hero-slider{position:absolute;inset:0;z-index:-3;display:flex;width:1400%;animation:slideHeroSeamless 56s linear infinite}
.hero-track{display:flex;width:100%}
.hero-slide{flex:0 0 14.2857%;background-size:68% auto;background-position:center top;background-repeat:no-repeat;filter:saturate(1.02) contrast(1.04) brightness(1.08)}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg, rgba(0,0,0,.28) 0%, rgba(0,0,0,.16) 22%, rgba(0,0,0,.42) 100%),radial-gradient(circle at center, rgba(0,0,0,.02), rgba(0,0,0,.32));z-index:-2}
.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg, rgba(0,0,0,.18), rgba(0,0,0,.02) 35%, rgba(0,0,0,.20));z-index:-1}
@keyframes slideHeroSeamless{
  0%{transform:translateX(0)}
  100%{transform:translateX(-50%)}
}
.hero-content{width:100%;padding:8.5rem 0 4rem}
.hero-inner{max-width:900px;margin:0 auto;text-align:center}
.hero-logo{width:min(100%,460px);margin:0 auto 1.25rem;filter:drop-shadow(0 18px 36px rgba(0,0,0,.45))}
.eyebrow{display:inline-flex;padding:.38rem .8rem;border:1px solid rgba(255,255,255,.16);border-radius:999px;backdrop-filter:blur(8px);background:rgba(255,255,255,.06);font-size:.84rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}
h1{margin:1rem 0 1rem;font-size:clamp(2.7rem, 7vw, 6.4rem);line-height:.94}
.hero p{color:var(--muted);font-size:1.14rem;max-width:62ch;margin:0 auto}
.hero-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.9rem;margin-top:1.6rem}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 1.2rem;border-radius:999px;font-weight:800}
.button.primary{background:#fff;color:#000}
.button.secondary{border:1px solid rgba(255,255,255,.18);color:#fff;background:rgba(255,255,255,.06)}
.hero-links,.link-row{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem}
.hero-links a{color:#fff;opacity:.9;border-bottom:1px solid rgba(255,255,255,.25)}
.scroll-note{margin-top:2.25rem;color:#fff;opacity:.7;font-size:.95rem}
.section{padding:5rem 0}
.section.alt{background:var(--bg-2)}
.kicker{display:inline-block;margin-bottom:.4rem;color:#fda4af;font-size:.88rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}
h2{margin:0 0 .8rem;font-size:clamp(1.8rem, 3.4vw, 3rem);line-height:1.04}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}
.card{background:#fff;color:#0f172a;border-radius:28px;padding:1.4rem}
.card p,.card .muted{color:#475569}
.artist-section-head{display:flex;justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1rem}
.artist-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}
.artist-card{background:#fff;color:#0f172a;border-radius:26px;overflow:hidden}
.artist-card img{width:100%;height:320px;object-fit:cover;object-position:center}
.artist-card img.crop-top{object-position:center top}
.artist-body{padding:1.2rem}
.artist-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.7rem}
.artist-pill{display:inline-flex;padding:.28rem .62rem;border-radius:999px;background:#f3f4f6;color:#374151;font-size:.82rem;font-weight:700}
.day-divider{margin:2rem 0 1rem;display:flex;align-items:center;gap:1rem}
.day-divider:after{content:"";flex:1;height:1px;background:linear-gradient(90deg, rgba(255,255,255,.35), rgba(255,255,255,0))}
.day-title{margin:0;font-size:1.55rem}
.sponsor-wall{margin-top:1.25rem;display:grid;grid-template-columns:repeat(4,1fr);gap:1.1rem 1.6rem;align-items:center}
.sponsor-wall img{width:100%;max-height:95px;object-fit:contain}
.sponsor-wall .white-bg{background:#000;padding:.8rem;border-radius:14px}
.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1rem}
.info-box{background:#fff;color:#0f172a;border-radius:22px;padding:1rem 1.05rem}
.info-box strong{display:block;margin-bottom:.25rem}
.notice{margin-top:1rem;padding:1rem 1.1rem;border-radius:22px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14)}
.poster-list{display:grid;grid-template-columns:1fr;gap:1.2rem;margin-top:1rem}
.poster-item{background:#fff;color:#0f172a;border-radius:24px;overflow:hidden}
.poster-item img{width:100%;height:auto}
.poster-caption{padding:1rem;text-align:center}
.faq-list{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.faq-item{background:#fff;color:#0f172a;border-radius:24px;padding:1.2rem}
.contact-box{border:1px dashed rgba(255,255,255,.26);border-radius:24px;padding:1rem 1.1rem;display:inline-block}
.footer{border-top:1px solid rgba(255,255,255,.12);background:#07090d}
.footer-inner{display:flex;justify-content:space-between;gap:1rem;padding:1.25rem 0;color:#cbd5e1}
@media (max-width: 1100px){.artist-grid,.sponsor-wall,.info-grid,.faq-list{grid-template-columns:1fr 1fr}}
@media (max-width: 820px){
  .topbar-inner,.footer-inner{flex-direction:column;align-items:flex-start}
  .grid-2,.artist-grid,.sponsor-wall,.info-grid,.faq-list{grid-template-columns:1fr}
  .section{padding:4rem 0}
  .hero{min-height:auto}
  .hero-content{padding:7rem 0 3rem}
}


/* V17 seamless hero */
.hero-slider{will-change:transform}
.hero-track{width:100%}
.hero-slide{background-position:center top}


/* V18 clearer hero images */
.hero-slide{
  filter:saturate(1.02) contrast(1.04) brightness(1.08);
}
.hero-logo{
  filter:drop-shadow(0 14px 28px rgba(0,0,0,.28));
}
.eyebrow{
  background:rgba(255,255,255,.08);
}


/* V20 archive artist thumbs */
.archive-artist-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1rem;
  margin-top:1rem;
}
.archive-artist-card{
  background:#fff;
  color:#0f172a;
  border-radius:22px;
  overflow:hidden;
}
.archive-artist-card img{
  width:100%;
  height:170px;
  object-fit:cover;
  object-position:center top;
}
.archive-artist-card .archive-body{
  padding:1rem;
}
.archive-artist-card h3{
  margin:0 0 .35rem;
  font-size:1.02rem;
  line-height:1.18;
}
.archive-artist-card p{
  margin:0;
  color:#475569;
  font-size:.95rem;
}
@media (max-width: 1100px){
  .archive-artist-grid{grid-template-columns:1fr 1fr;}
}
@media (max-width: 820px){
  .archive-artist-grid{grid-template-columns:1fr;}
}


/* V21 hero image framing */
.hero-slide{
  background-size:68% auto !important;
  background-position:center top !important;
  background-repeat:no-repeat !important;
}


/* V22 hero crossfade */
.hero{
  overflow:hidden;
}
.hero-slider{
  position:absolute;
  inset:0;
  z-index:-3;
  width:100%;
  animation:none !important;
}
.hero-track{
  position:relative;
  width:100%;
  height:100%;
}
.hero-slide{
  position:absolute !important;
  inset:0;
  width:100% !important;
  height:100% !important;
  flex:none !important;
  background-size:cover !important;
  background-position:center top !important;
  background-repeat:no-repeat !important;
  opacity:0;
  animation:heroFade 35s infinite;
}
.hero-slide:nth-child(1){animation-delay:0s}
.hero-slide:nth-child(2){animation-delay:5s}
.hero-slide:nth-child(3){animation-delay:10s}
.hero-slide:nth-child(4){animation-delay:15s}
.hero-slide:nth-child(5){animation-delay:20s}
.hero-slide:nth-child(6){animation-delay:25s}
.hero-slide:nth-child(7){animation-delay:30s}
.hero-slide:nth-child(n+8){display:none !important}

@keyframes heroFade{
  0%{opacity:0}
  4%{opacity:1}
  14%{opacity:1}
  18%{opacity:0}
  100%{opacity:0}
}


/* V23 move logo higher */
.hero-content{
  padding-top:5.2rem !important;
}
.hero-logo{
  margin-top:-1.2rem !important;
  margin-bottom:.75rem !important;
}
@media (max-width: 820px){
  .hero-content{
    padding-top:5.4rem !important;
  }
  .hero-logo{
    margin-top:-1.4rem !important;
  }
}


/* V24 hero header adjustments */
.hero-content{
  padding-top:3.2rem !important;
}
.hero-logo{
  margin-top:-2.8rem !important;
  margin-bottom:.35rem !important;
  width:min(100%, 420px) !important;
}
.hero-inner{
  position:relative;
}
.hero-year{
  position:absolute;
  top:-1.2rem;
  right:0;
  font-size:clamp(2.2rem, 7vw, 5.2rem);
  line-height:1;
  font-weight:900;
  letter-spacing:.06em;
  color:rgba(255,255,255,.92);
  text-shadow:0 10px 24px rgba(0,0,0,.28);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
.hero-text-block{
  margin-top:11rem;
}
@media (max-width: 820px){
  .hero-content{
    padding-top:3.2rem !important;
  }
  .hero-logo{
    margin-top:-2.6rem !important;
    width:min(100%, 300px) !important;
  }
  .hero-year{
    top:.2rem;
    right:.2rem;
    font-size:clamp(1.8rem, 10vw, 3.2rem);
  }
  .hero-text-block{
    margin-top:8.5rem;
  }
}


/* V25 split top bar hero */
.hero{
  min-height:100vh;
  display:block;
  padding-top:0;
}
.hero-topband{
  background:#05070b;
  border-bottom:1px solid rgba(255,255,255,.08);
  padding:5.1rem 0 1rem;
}
.hero-brandrow{
  display:flex;
  align-items:flex-end;
  justify-content:center;
  gap:1rem;
}
.hero-logo{
  width:min(100%, 420px) !important;
  margin:0 !important;
  filter:none !important;
}
.hero-year{
  position:static !important;
  font-size:clamp(2.2rem, 6vw, 5rem) !important;
  line-height:.9;
  font-weight:900;
  letter-spacing:.06em;
  color:#fff;
  text-shadow:none;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
.hero-content{
  padding:0 !important;
}
.hero-imagepanel{
  position:relative;
  min-height:calc(100vh - 180px);
  display:flex;
  align-items:flex-end;
  overflow:hidden;
}
.hero-slider{
  position:absolute;
  inset:0;
}
.hero-inner{
  max-width:1100px;
  margin:0 auto;
  text-align:center;
  width:100%;
}
.hero-text-block{
  margin-top:0 !important;
  padding:0 1rem 2.2rem;
}
.hero-text-panel{
  display:inline-block;
  max-width:900px;
  background:linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.42));
  backdrop-filter:blur(2px);
  border-radius:24px;
  padding:1.1rem 1.25rem 1.2rem;
}
.hero-text-panel p{
  margin:0 auto;
}
.hero-actions{
  margin-top:1.1rem !important;
}
.hero-links{
  margin-top:.9rem !important;
}
.scroll-note{
  margin-top:1rem !important;
}
@media (max-width:820px){
  .hero-topband{
    padding:5rem 0 .9rem;
  }
  .hero-brandrow{
    gap:.5rem;
    align-items:center;
  }
  .hero-logo{
    width:min(100%, 260px) !important;
  }
  .hero-imagepanel{
    min-height:calc(100vh - 150px);
  }
  .hero-text-panel{
    padding:1rem;
  }
}


/* V26 hero cleanup */
.hero{
  min-height:100vh;
  display:flex !important;
  align-items:stretch;
  padding-top:0 !important;
}
.hero-topband{
  display:none !important;
}
.hero-content{
  padding:0 !important;
  width:100%;
}
.hero-imagepanel{
  position:relative;
  min-height:100vh;
  display:flex;
  align-items:flex-end;
  overflow:hidden;
}
.hero-inner{
  max-width:1100px;
  margin:0 auto;
  text-align:center;
  width:100%;
}
.hero-text-block{
  margin-top:0 !important;
  padding:0 1rem 2rem !important;
}
.hero-text-panel{
  display:inline-block;
  max-width:980px;
  background:linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.42));
  border-radius:24px;
  padding:1rem 1.2rem 1.15rem;
}
.hero-text-panel p{
  margin:0 auto;
}
.hero-year{
  display:none !important;
}
.hero-actions{
  margin-top:1rem !important;
}
.hero-links{
  margin-top:.8rem !important;
}
@media (max-width:820px){
  .hero-imagepanel{
    min-height:100vh;
  }
  .hero-text-block{
    padding:0 1rem 1.5rem !important;
  }
}


/* V27 move logo to very top */
.hero-imagepanel{
  align-items:stretch !important;
}
.hero-inner{
  position:relative;
  min-height:100vh;
  max-width:100% !important;
}
.hero-text-block{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  padding:0 1rem 2rem !important;
}
.hero-logo{
  position:absolute;
  top:1.25rem;
  left:50%;
  transform:translateX(-50%);
  margin:0 !important;
  z-index:2;
  width:min(100%, 420px) !important;
}
.hero-text-panel{
  padding-top:4.2rem !important;
}
.hero-text-panel .eyebrow{
  margin-top:0;
}
@media (max-width:820px){
  .hero-logo{
    top:1rem;
    width:min(100%, 280px) !important;
  }
  .hero-text-panel{
    padding-top:3.4rem !important;
  }
}


/* V28 place logo at absolute top of hero */
.hero-imagepanel{
  position:relative;
  padding-top:0 !important;
}
.hero-inner{
  position:relative;
  min-height:100vh;
}
.hero-logo{
  position:absolute !important;
  top:0 !important;
  left:50% !important;
  transform:translateX(-50%) !important;
  margin:0 !important;
  z-index:5 !important;
  width:min(100%, 380px) !important;
}
.hero-text-block{
  position:absolute !important;
  left:0;
  right:0;
  bottom:0;
  padding:0 1rem 1.8rem !important;
}
.hero-text-panel{
  padding-top:1rem !important;
}
.hero-text-panel .eyebrow{
  margin-top:0 !important;
}
@media (max-width:820px){
  .hero-logo{
    width:min(100%, 260px) !important;
    top:0 !important;
  }
}


/* V29 rebuilt hero: 3 separate levels */
.hero{
  position:relative !important;
  min-height:100vh !important;
  display:block !important;
  padding:0 !important;
  overflow:hidden !important;
}
.hero-logo-bar{
  position:absolute;
  top:0;
  left:0;
  right:0;
  z-index:12;
  display:flex;
  justify-content:center;
  align-items:flex-start;
  padding-top:0.35rem;
  pointer-events:none;
}
.hero-logo-bar .hero-logo{
  position:static !important;
  transform:none !important;
  margin:0 !important;
  width:min(100%, 340px) !important;
  max-height:88px;
  height:auto;
  filter:drop-shadow(0 6px 14px rgba(0,0,0,.18)) !important;
}
.hero-slider-shell{
  position:relative;
  min-height:100vh;
  overflow:hidden;
}
.hero-slider{
  position:absolute !important;
  inset:0 !important;
  z-index:1 !important;
}
.hero-inner{
  position:relative !important;
  min-height:100vh !important;
  max-width:none !important;
  width:100% !important;
  margin:0 !important;
  text-align:center !important;
}
.hero-bottom-overlay{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:5;
  display:flex;
  justify-content:center;
  padding:0 1rem 1.4rem;
}
.hero-text-block{
  position:static !important;
  width:100%;
  max-width:980px;
  margin:0 !important;
  padding:0 !important;
}
.hero-text-panel{
  display:block !important;
  width:100%;
  background:linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.38));
  border-radius:24px;
  padding:1rem 1.2rem 1.2rem !important;
  backdrop-filter:blur(2px);
}
.hero-year{
  display:none !important;
}
.hero-text-panel .eyebrow{
  margin-bottom:.75rem;
}
.hero-text-panel p{
  margin:0 auto;
  max-width:70ch;
}
.hero-text-panel .hero-actions{
  margin-top:1rem !important;
}
.hero-text-panel .hero-links{
  margin-top:.8rem !important;
}
.hero-text-panel .scroll-note{
  margin-top:.95rem !important;
}
@media (max-width:820px){
  .hero-logo-bar{
    padding-top:0.2rem;
  }
  .hero-logo-bar .hero-logo{
    width:min(100%, 240px) !important;
    max-height:64px;
  }
  .hero-bottom-overlay{
    padding:0 1rem 1rem;
  }
  .hero-text-panel{
    padding:.9rem 1rem 1rem !important;
  }
}


/* V30 inner pages hero spacing */
.hero.simple{
  min-height:auto !important;
  display:block !important;
}
.hero.simple .hero-content{
  padding:7.8rem 0 2.4rem !important;
}
.hero.simple .hero-inner{
  min-height:auto !important;
  max-width:900px !important;
  width:auto !important;
  margin:0 auto !important;
  text-align:center !important;
}
.hero.simple .hero-logo{
  position:static !important;
  transform:none !important;
  margin:0 auto 1rem !important;
  width:min(100%, 300px) !important;
  max-height:none !important;
}
.hero.simple .eyebrow{
  margin-bottom:.55rem;
}
.hero.simple h1{
  margin-top:.2rem !important;
}
.hero.simple + .section{
  padding-top:2.2rem !important;
}
@media (max-width:820px){
  .hero.simple .hero-content{
    padding:6.8rem 0 2rem !important;
  }
  .hero.simple .hero-logo{
    width:min(100%, 220px) !important;
  }
}


/* V33 hero images fully zoomed out, especially on mobile */
.hero-slide{
  background-size:contain !important;
  background-position:center top !important;
  background-repeat:no-repeat !important;
}
@media (max-width: 820px){
  .hero-slide{
    background-size:contain !important;
    background-position:center top !important;
  }
}


/* V35 homepage video hero */
.hero-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  z-index:1;
}
.hero-video-wrap{
  position:absolute;
  inset:0;
  z-index:1;
  overflow:hidden;
}
.hero-video-wrap::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.14) 0%, rgba(0,0,0,.08) 24%, rgba(0,0,0,.36) 100%);
  pointer-events:none;
}
.hero-slider-shell.video-mode .hero-slider{
  display:none !important;
}
.hero-slider-shell.video-mode .hero-video-wrap{
  display:block !important;
}
.hero-slider-shell .hero-video-wrap{
  display:none;
}


/* V36 homepage video fix */
.hero-slider-shell.video-mode{
  position:absolute;
  inset:0;
  z-index:1;
}
.hero-slider-shell.video-mode .hero-video-wrap{
  display:block !important;
  position:absolute;
  inset:0;
}
.hero-slider-shell.video-mode .hero-slider,
.hero-slider-shell.video-mode .hero-track,
.hero-slider-shell.video-mode .hero-slide{
  display:none !important;
}
.hero-video{
  display:block;
}


/* V37 video framed smaller and logo back to top */
.hero-video-frame{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%, -46%);
  width:min(540px, 88vw);
  aspect-ratio:540 / 960;
  border-radius:28px;
  overflow:hidden;
  z-index:1;
  box-shadow:0 20px 60px rgba(0,0,0,.35);
  background:#000;
}
.hero-video-wrap{
  position:absolute;
  inset:0;
}
.hero-video{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  background:#000;
}
.hero-imagepanel{
  min-height:100vh;
}
.hero-logo-bar{
  position:absolute;
  top:0;
  left:0;
  right:0;
  z-index:12;
  display:flex;
  justify-content:center;
  padding-top:.35rem;
  pointer-events:none;
}
.hero-logo-bar .hero-logo{
  position:static !important;
  transform:none !important;
  margin:0 !important;
  width:min(100%, 340px) !important;
  max-height:88px;
  height:auto;
  filter:drop-shadow(0 6px 14px rgba(0,0,0,.18)) !important;
}
.hero-bottom-overlay{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:5;
  display:flex;
  justify-content:center;
  padding:0 1rem 1.25rem;
}
.hero-text-block{
  position:static !important;
  width:100%;
  max-width:980px;
  margin:0 !important;
  padding:0 !important;
}
.hero-text-panel{
  display:block !important;
  width:100%;
  background:linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.38));
  border-radius:24px;
  padding:1rem 1.2rem 1.2rem !important;
  backdrop-filter:blur(2px);
}
@media (max-width:820px){
  .hero-video-frame{
    width:min(420px, 84vw);
    transform:translate(-50%, -48%);
    border-radius:20px;
  }
  .hero-logo-bar .hero-logo{
    width:min(100%, 240px) !important;
    max-height:64px;
  }
}


/* V38 homepage framed image slideshow */
.hero-image-frame{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%, -48%);
  width:min(960px, 92vw);
  height:min(70vh, 760px);
  border-radius:28px;
  overflow:hidden;
  z-index:1;
  box-shadow:0 20px 60px rgba(0,0,0,.35);
  background:#000;
}
.hero-image-frame .hero-slider{
  position:absolute !important;
  inset:0 !important;
  z-index:1 !important;
}
.hero-image-frame .hero-track{
  position:relative;
  width:100%;
  height:100%;
}
.hero-image-frame .hero-slide{
  position:absolute !important;
  inset:0;
  width:100% !important;
  height:100% !important;
  background-size:contain !important;
  background-position:center top !important;
  background-repeat:no-repeat !important;
  opacity:0;
  animation:heroFade 35s infinite;
}
.hero-image-frame .hero-slide:nth-child(1){animation-delay:0s}
.hero-image-frame .hero-slide:nth-child(2){animation-delay:5s}
.hero-image-frame .hero-slide:nth-child(3){animation-delay:10s}
.hero-image-frame .hero-slide:nth-child(4){animation-delay:15s}
.hero-image-frame .hero-slide:nth-child(5){animation-delay:20s}
.hero-image-frame .hero-slide:nth-child(6){animation-delay:25s}
.hero-image-frame .hero-slide:nth-child(7){animation-delay:30s}
.hero-slider-shell.video-mode,
.hero-video-frame,
.hero-video-wrap,
.hero-video{
  display:none !important;
}
@media (max-width: 820px){
  .hero-image-frame{
    width:min(420px, 88vw);
    height:min(62vh, 620px);
    border-radius:20px;
    transform:translate(-50%, -50%);
  }
}


/* V39 framed slideshow on festival page too */
.hero-image-frame{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%, -48%);
  width:min(960px, 92vw);
  height:min(70vh, 760px);
  border-radius:28px;
  overflow:hidden;
  z-index:1;
  box-shadow:0 20px 60px rgba(0,0,0,.35);
  background:#000;
}
.hero-image-frame .hero-slider{
  position:absolute !important;
  inset:0 !important;
  z-index:1 !important;
}
.hero-image-frame .hero-track{
  position:relative;
  width:100%;
  height:100%;
}
.hero-image-frame .hero-slide{
  position:absolute !important;
  inset:0;
  width:100% !important;
  height:100% !important;
  background-size:contain !important;
  background-position:center top !important;
  background-repeat:no-repeat !important;
  opacity:0;
  animation:heroFade 35s infinite;
}
.hero-image-frame .hero-slide:nth-child(1){animation-delay:0s}
.hero-image-frame .hero-slide:nth-child(2){animation-delay:5s}
.hero-image-frame .hero-slide:nth-child(3){animation-delay:10s}
.hero-image-frame .hero-slide:nth-child(4){animation-delay:15s}
.hero-image-frame .hero-slide:nth-child(5){animation-delay:20s}
.hero-image-frame .hero-slide:nth-child(6){animation-delay:25s}
.hero-image-frame .hero-slide:nth-child(7){animation-delay:30s}
@media (max-width: 820px){
  .hero-image-frame{
    width:min(420px, 88vw);
    height:min(62vh, 620px);
    border-radius:20px;
    transform:translate(-50%, -50%);
  }
}
