
:root{--nd-editorial-gold:#f2af0d}
.nd-editorial{color:#fff;font-family:Barlow,"Helvetica Neue",Arial,sans-serif}
.nd-editorial *{box-sizing:border-box}
.nd-editorial a{text-decoration:none}
.nd-editorial__eyebrow{font-family:"Oswald","Roboto Condensed","Arial Narrow",sans-serif;font-size:11px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--nd-editorial-gold)}
.nd-editorial__title{font-family:"Oswald","Roboto Condensed","Arial Narrow",sans-serif;text-transform:uppercase;color:#fff}

.nd-shows-hero{
  position:relative;
  left:50%;
  right:50%;
  width:100vw;
  max-width:none!important;
  margin-left:-50vw!important;
  margin-right:-50vw!important;
  min-height:460px;
  overflow:hidden;
  border-radius:0!important;
  background:#060606 center/cover no-repeat;
}
.nd-shows-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.96) 0%,rgba(0,0,0,.82) 38%,rgba(0,0,0,.15) 78%,rgba(0,0,0,.08) 100%)}
.nd-shows-hero__inner{
  position:relative;
  z-index:1;
  display:flex;
  align-items:flex-end;
  min-height:460px;
  width:min(100% - 48px, 1380px);
  margin:0 auto;
  padding:56px 0 52px;
}
.nd-shows-hero__copy{max-width:620px}
.nd-shows-hero__eyebrow{margin-bottom:10px}
.nd-shows-hero__title{font-size:clamp(60px,7vw,104px);font-weight:400;line-height:.86;letter-spacing:-.02em;margin:0 0 18px}
.nd-shows-hero__intro{max-width:520px;color:rgba(255,255,255,.72);font-size:18px;line-height:1.45;margin:0 0 24px}
.nd-shows-hero__cta{display:inline-flex;align-items:center;gap:10px;border:1px solid rgba(242,175,13,.8);padding:12px 18px;color:#fff!important;font-family:"Oswald","Roboto Condensed",sans-serif;font-size:12px;letter-spacing:.18em;text-transform:uppercase}
.nd-shows-hero__cta:hover{background:var(--nd-editorial-gold);color:#000!important}
.nd-shows-hero__inner{padding:32px 24px}.nd-shows-hero__intro{font-size:15px}.nd-shows-hero__title{font-size:clamp(52px,18vw,76px)}}

@media(max-width:980px){
  .nd-shows-hero{min-height:420px}
  .nd-shows-hero__inner{
    min-height:420px;
    width:min(100% - 36px, 1380px);
    padding:44px 0 40px;
  }
}
@media(max-width:680px){
  .nd-shows-hero{min-height:340px}
  .nd-shows-hero__inner{
    min-height:340px;
    width:calc(100% - 28px);
    padding:34px 0 30px;
  }
  .nd-shows-hero__intro{font-size:15px}
  .nd-shows-hero__title{font-size:clamp(52px,18vw,76px)}
}
