/* TheGig list adaptations for Nilson: dates, videos and blog. */
.tg-list-page {
  background: #fff;
  color: #060917;
  font-family: 'Didact Gothic', sans-serif;
}

.tg-list-page__hero {
  max-width: 1290px;
  margin: 0 auto;
  padding: 150px 34px 80px;
  border-bottom: 1px solid #dedede;
}

.tg-list-kicker {
  margin: 0 0 14px;
  color: #ff6b4a;
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.tg-list-page__hero h1 {
  max-width: 980px;
  margin: 0;
  color: #060917;
  font-family: 'Jost', sans-serif;
  font-size: clamp(3.6rem, 7vw, 7.6rem);
  font-weight: 700;
  line-height: .95;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

.tg-list-page__hero > p:last-child {
  max-width: 720px;
  margin: 27px 0 0;
  color: #5c5e64;
  font-size: 1.08rem;
  line-height: 1.65;
}

.tg-list-text-link {
  color: #060917;
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

/* Dates: TheGig list mode -------------------------------------------------- */
.tg-list-month-nav {
  position: sticky;
  top: 81px;
  z-index: 6;
  overflow-x: auto;
  border-bottom: 1px solid #dedede;
  background: rgba(255,255,255,.98);
  scrollbar-width: none;
}
.tg-list-month-nav::-webkit-scrollbar { display: none; }
.tg-list-month-nav > div {
  display: flex;
  min-width: max-content;
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 34px;
}
.tg-list-month-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  padding: 0 22px;
  border-bottom: 3px solid transparent;
  color: #777980;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
}
.tg-list-month-nav a:hover,
.tg-list-month-nav a:focus-visible,
.tg-list-month-nav a.is-active {
  color: #060917;
  border-bottom-color: #ffd33d;
}

.tg-list-page__content {
  max-width: 1290px;
  margin: 0 auto;
  padding: 84px 34px 120px;
}

.tg-list-month {
  scroll-margin-top: 175px;
}
.tg-list-month + .tg-list-month { margin-top: 88px; }
.tg-list-month h2 {
  margin: 0 0 30px;
  color: #060917;
  font-family: 'Jost', sans-serif;
  font-size: clamp(2.3rem, 4vw, 4.3rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.03em;
  text-transform: capitalize;
}
.tg-list-events { border-top: 1px solid #d8d8d8; }
.tg-list-event {
  display: grid;
  grid-template-columns: 165px 115px minmax(260px, 1.35fr) minmax(210px, 1fr) 135px;
  align-items: center;
  gap: 22px;
  min-height: 128px;
  border-bottom: 1px solid #d8d8d8;
}
.tg-list-event__date,
.tg-list-event__time strong,
.tg-list-event__show strong,
.tg-list-event__place strong {
  font-family: 'Jost', sans-serif;
}
.tg-list-event__date {
  color: #060917;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: capitalize;
}
.tg-list-event__time strong { font-size: 1rem; }
.tg-list-event__show,
.tg-list-event__place {
  display: grid;
  gap: 4px;
}
.tg-list-event__show strong { font-size: 1.18rem; }
.tg-list-event__show strong a { color: inherit; text-decoration: none; }
.tg-list-event__show strong a:hover,
.tg-list-event__show strong a:focus-visible { color: #ff6b4a; }
.tg-list-event__show span,
.tg-list-event__place span {
  color: #777980;
  font-size: .87rem;
}
.tg-list-event__place strong { font-size: 1.02rem; }
.tg-list-event__action { justify-self: end; }
.tg-list-event__cta,
.tg-list-event__pending {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 11px 18px;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.tg-list-event__cta {
  background: #ffd33d;
  color: #060917;
  text-decoration: none;
}
.tg-list-event__cta:hover,
.tg-list-event__cta:focus-visible { background: #e8bc24; }
.tg-list-event__pending {
  border: 1px solid #d1d1d1;
  color: #6e7076;
}

/* Videos: TheGig Video List ------------------------------------------------ */
.tg-video-list {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(340px, .7fr);
  max-width: 1290px;
  margin: 0 auto;
  padding: 88px 34px 120px;
  gap: 42px;
}
.tg-video-list__player {
  position: sticky;
  top: 116px;
  align-self: start;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: #101747;
}
.tg-video-list__player iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.tg-video-list__panel { min-width: 0; }
.tg-video-list__heading { margin-bottom: 22px; }
.tg-video-list__heading h2 {
  margin: 0;
  font-family: 'Jost', sans-serif;
  font-size: clamp(2.2rem, 3.6vw, 3.8rem);
  line-height: 1;
  letter-spacing: -.035em;
}
.tg-video-list__items {
  border-top: 1px solid #d8d8d8;
  margin-bottom: 28px;
}
.tg-video-list__item {
  display: grid;
  grid-template-columns: 36px 112px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 15px 0;
  border: 0;
  border-bottom: 1px solid #d8d8d8;
  background: transparent;
  color: #060917;
  text-align: left;
  cursor: pointer;
}
.tg-video-list__index {
  color: #9a9ca1;
  font-family: 'Jost', sans-serif;
  font-size: 11px;
}
.tg-video-list__thumb {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: #101747;
}
.tg-video-list__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .9;
}
.tg-video-list__thumb i {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ffd33d;
  color: #060917;
  font-size: 10px;
  font-style: normal;
}
.tg-video-list__title {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.28;
}
.tg-video-list__item:hover .tg-video-list__title,
.tg-video-list__item:focus-visible .tg-video-list__title,
.tg-video-list__item.is-active .tg-video-list__title { color: #ff6b4a; }
.tg-video-list__item.is-active .tg-video-list__index { color: #060917; }

/* Blog: TheGig excerpt stream --------------------------------------------- */
.tg-blog-list {
  max-width: 1290px;
  margin: 0 auto;
  padding: 86px 34px 125px;
}
.tg-blog-list__item {
  display: grid;
  grid-template-columns: minmax(320px, .92fr) minmax(0, 1.08fr);
  gap: clamp(45px, 7vw, 105px);
  align-items: center;
  padding: 42px 0;
  border-top: 1px solid #d8d8d8;
}
.tg-blog-list__item:last-child { border-bottom: 1px solid #d8d8d8; }
.tg-blog-list__visual {
  display: block;
  overflow: hidden;
  aspect-ratio: 16/10;
  background: #101747;
}
.tg-blog-list__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.tg-blog-list__visual:hover img { transform: scale(1.025); }
.tg-blog-list__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-bottom: 16px;
  color: #7d7f84;
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.tg-blog-list__meta span { color: #ff6b4a; }
.tg-blog-list__body h2 {
  margin: 0;
  font-family: 'Jost', sans-serif;
  font-size: clamp(2rem, 3.6vw, 4rem);
  line-height: 1.02;
  letter-spacing: -.035em;
}
.tg-blog-list__body h2 a { color: #060917; text-decoration: none; }
.tg-blog-list__body h2 a:hover,
.tg-blog-list__body h2 a:focus-visible { color: #ff6b4a; }
.tg-blog-list__body > p {
  max-width: 640px;
  margin: 22px 0 26px;
  color: #595b61;
  font-size: 1.05rem;
  line-height: 1.68;
}

/* -------------------------------------------------------------------------- */
/* Shared header: exactly the same light scheme used on the validated home.   */
/* -------------------------------------------------------------------------- */
.nilson-header {
  min-height: 82px;
  padding: 15px clamp(24px, 4vw, 70px);
  background: rgba(255,255,255,.98) !important;
  color: #060917 !important;
  border-bottom: 1px solid #dddddd !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}
.nilson-header .nilson-brand,
.nilson-header .nilson-nav a { color: #060917 !important; }
.nilson-header .nilson-brand span { color: #ffd33d !important; }
.nilson-header .nilson-nav a {
  font-family: 'Jost', sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
.nilson-header .nilson-nav a:hover,
.nilson-header .nilson-nav a:focus-visible { color: #ff6b4a !important; }
.nilson-header .nilson-header-cta {
  min-height: 48px;
  padding: 14px 23px;
  border: 0 !important;
  border-radius: 0 !important;
  background: #ffd33d !important;
  color: #060917 !important;
  box-shadow: none !important;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.nilson-header .nilson-header-cta:hover,
.nilson-header .nilson-header-cta:focus-visible { background: #e8bc24 !important; transform: none !important; }

/* -------------------------------------------------------------------------- */
/* Welcoming visual heroes: keep the validated lists below untouched.         */
/* -------------------------------------------------------------------------- */
.tg-list-page__hero {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  min-height: 570px;
  margin: 0;
  padding: 170px max(34px, calc((100vw - 1222px) / 2)) 88px;
  overflow: hidden;
  border-bottom: 0;
  background-color: #101747;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.tg-list-page__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(3,5,22,.95) 0%, rgba(16,23,71,.82) 43%, rgba(16,23,71,.3) 76%, rgba(16,23,71,.12) 100%);
}
.tg-list-page--dates .tg-list-page__hero {
  background-image: url('/assets/nilson-public.jpg');
  background-position: center 42%;
}
.tg-video-page .tg-list-page__hero {
  background-image: url('/assets/nilson-hero-stage.jpg');
  background-position: center 34%;
}
.tg-blog-page .tg-list-page__hero {
  background-image: url('/assets/nilson-backstage.jpg');
  background-position: center 38%;
}
.tg-blog-page .tg-list-page__hero::before {
  background: linear-gradient(90deg, rgba(3,5,22,.95) 0%, rgba(16,23,71,.84) 46%, rgba(16,23,71,.46) 78%, rgba(16,23,71,.2) 100%);
}
.tg-list-page__hero .tg-list-kicker {
  color: #ffd33d;
}
.tg-list-page__hero h1 {
  max-width: 900px;
  color: #fff;
  font-size: clamp(3.7rem, 7vw, 7.2rem);
  text-shadow: 0 1px 18px rgba(0,0,0,.12);
}
.tg-list-page__hero > p:last-child {
  max-width: 670px;
  margin-top: 24px;
  color: rgba(255,255,255,.9);
  font-size: 1.12rem;
  line-height: 1.58;
}

@media (max-width: 1050px) {
  .tg-list-event { grid-template-columns: 145px 105px minmax(220px, 1.2fr) minmax(180px, 1fr) 120px; gap: 16px; }
  .tg-video-list { grid-template-columns: 1fr; }
  .tg-video-list__player { position: relative; top: auto; }
}

@media (max-width: 820px) {
  .nilson-header { padding: 14px 22px; }
  .nilson-header .nilson-menu-button { border-color: #060917 !important; color: #060917 !important; }
  .nilson-nav { background: #fff !important; color: #060917 !important; }
  .nilson-nav a { color: #060917 !important; }

  .tg-list-page__hero {
    min-height: 500px;
    padding: 150px 24px 66px;
  }
  .tg-list-page--dates .tg-list-page__hero { background-position: 58% 42%; }
  .tg-video-page .tg-list-page__hero { background-position: 58% 34%; }
  .tg-blog-page .tg-list-page__hero { background-position: 45% 38%; }

  .tg-list-month-nav { top: 72px; }
  .tg-list-month-nav > div { padding: 0 14px; }
  .tg-list-page__content,
  .tg-video-list,
  .tg-blog-list { padding-left: 24px; padding-right: 24px; }

  .tg-list-event {
    grid-template-columns: 115px minmax(0, 1fr) auto;
    gap: 12px 20px;
    min-height: 0;
    padding: 24px 0;
  }
  .tg-list-event__date { grid-column: 1; grid-row: 1; }
  .tg-list-event__time { grid-column: 1; grid-row: 2; }
  .tg-list-event__show { grid-column: 2; grid-row: 1; }
  .tg-list-event__place { grid-column: 2; grid-row: 2; }
  .tg-list-event__action { grid-column: 3; grid-row: 1 / span 2; }

  .tg-blog-list__item { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 580px) {
  .tg-list-page__hero {
    min-height: 445px;
    padding: 132px 20px 52px;
  }
  .tg-list-page__hero::before {
    background: linear-gradient(0deg, rgba(3,5,22,.96) 0%, rgba(16,23,71,.78) 62%, rgba(16,23,71,.48) 100%);
  }
  .tg-list-page__hero h1 { font-size: 3.15rem; }
  .tg-list-page__hero > p:last-child { font-size: 1rem; }

  .tg-list-page__content { padding-top: 64px; padding-bottom: 90px; }
  .tg-list-month + .tg-list-month { margin-top: 68px; }
  .tg-list-month h2 { font-size: 2.4rem; }

  .tg-list-event {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 24px 0 28px;
  }
  .tg-list-event__date,
  .tg-list-event__time,
  .tg-list-event__show,
  .tg-list-event__place,
  .tg-list-event__action { grid-column: 1; grid-row: auto; justify-self: start; }
  .tg-list-event__date { color: #ff6b4a; }
  .tg-list-event__action { margin-top: 10px; }

  .tg-video-list { padding-top: 65px; padding-bottom: 90px; }
  .tg-video-list__item { grid-template-columns: 30px 90px minmax(0, 1fr); gap: 12px; }
  .tg-video-list__title { font-size: .92rem; }

  .tg-blog-list { padding-top: 60px; padding-bottom: 90px; }
  .tg-blog-list__item { padding: 30px 0; }
  .tg-blog-list__body h2 { font-size: 2.2rem; }
}

/* 2026 Nilson moodboard — lists */
.tg-list-page{background:#f7f1e7;color:#071d49}.tg-list-page__hero{background-color:#071d49}.tg-list-page__hero::before{background:linear-gradient(90deg,rgba(7,29,73,.96),rgba(7,29,73,.76) 45%,rgba(7,29,73,.22))}.tg-list-page__hero .tg-list-kicker{color:#ffd447}.tg-list-page__hero h1{font-size:clamp(5rem,10vw,11rem);line-height:.78;letter-spacing:-.065em}.tg-list-month-nav{background:rgba(247,241,231,.98)}.tg-list-month-nav a.is-active{border-bottom-color:#ffd447;color:#071d49}.tg-list-page__content,.tg-video-list,.tg-blog-list{background:#f7f1e7}.tg-list-month h2,.tg-list-event__date,.tg-list-event__show strong,.tg-list-event__place strong,.tg-video-list__heading h2,.tg-video-list__item,.tg-blog-list__body h2 a{color:#071d49}.tg-list-event__cta,.tg-video-list__thumb i{background:#ffd447;color:#071d49}.tg-video-list__player,.tg-video-list__thumb,.tg-blog-list__visual{background:#071d49}
.nilson-header{background:#071d49!important;color:#fff!important;border-bottom-color:rgba(255,255,255,.18)!important}.nilson-header .nilson-brand,.nilson-header .nilson-nav a{color:#fff!important}.nilson-header .nilson-brand span{color:#ffd447!important}.nilson-header .nilson-header-cta{background:#ffd447!important;color:#071d49!important}
@media(max-width:820px){.nilson-header .nilson-menu-button{border-color:#fff!important;color:#fff!important}.nilson-nav{background:#071d49!important;color:#fff!important}.nilson-nav a{color:#fff!important}}
