/* Internal pages adapted from the supplied TheGig visual system. */

.tg-team-page,
.tg-concerts-page {
  background: #fff;
  color: #060917;
  font-family: 'Didact Gothic', sans-serif;
}

/* -------------------------------------------------------------------------- */
/* NILSON PROFILE — based on TheGig single team member layout                 */
/* -------------------------------------------------------------------------- */
.tg-team-member {
  max-width: 1290px;
  margin: 0 auto;
  padding: 150px 34px 0;
}

.tg-team-member__description {
  margin-bottom: 48px;
}

.tg-team-member__position {
  margin: 0;
  color: #060917;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.tg-team-member__title {
  margin: 16px 0 0;
  color: #060917;
  font-family: 'Jost', sans-serif;
  font-size: 57px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.025em;
}

.tg-team-member__body {
  display: grid;
  grid-template-columns: 53% 47%;
  align-items: start;
}

.tg-team-member__featured {
  padding-right: 50px;
}

.tg-team-member__avatar {
  margin: 0 0 55px;
  overflow: hidden;
  background: #101747;
}

.tg-team-member__avatar img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 28%;
}

.tg-team-member__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.tg-team-member__socials a {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #f7f0e4;
  color: #060917;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .25s ease, background-color .25s ease;
}

.tg-team-member__socials a:hover,
.tg-team-member__socials a:focus-visible {
  transform: translateY(-8px);
  background: #ffd33d;
}

.tg-team-member__content {
  padding: 4px 0 0 18px;
  color: #595b61;
  font-size: 17px;
  line-height: 1.64;
}

.tg-team-member__lead {
  margin: 0 0 24px;
  color: #060917;
  font-family: 'Jost', sans-serif;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -.025em;
}

.tg-team-member__content p {
  max-width: 580px;
}

.tg-team-member__content blockquote {
  max-width: 560px;
  margin: 34px 0;
  padding: 0 0 0 22px;
  border-left: 4px solid #ff6b4a;
  color: #101747;
  font-family: 'Jost', sans-serif;
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 500;
  line-height: 1.35;
}

.tg-team-member__content .nilson-button--yellow {
  margin-top: 10px;
}

.tg-team-info {
  position: relative;
  margin-top: 100px;
  background: #f7f0e4;
}

.tg-team-info__inner {
  display: grid;
  grid-template-columns: 43% 57%;
  max-width: 1290px;
  margin: 0 auto;
  padding: 100px 34px 120px;
}

.tg-team-info__bio {
  padding-right: 7%;
}

.tg-team-info h2 {
  margin: 0 0 .85em;
  color: #060917;
  font-family: 'Jost', sans-serif;
  font-size: 47px;
  font-weight: 700;
  line-height: 1.08;
}

.tg-team-info__bio p {
  margin: 0 0 18px;
  color: #52545a;
  font-size: 17px;
  line-height: 1.64;
}

.tg-team-info__details {
  align-self: start;
  border-top: 1px solid rgba(6, 9, 23, .2);
}

.tg-team-info__details > div {
  display: grid;
  grid-template-columns: minmax(140px, .45fr) minmax(0, 1fr);
  gap: 30px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(6, 9, 23, .2);
}

.tg-team-info__details span {
  color: #7a7c82;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.tg-team-info__details strong,
.tg-team-info__details a {
  color: #060917;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.tg-team-info__details a:hover,
.tg-team-info__details a:focus-visible {
  color: #ff6b4a;
}

/* -------------------------------------------------------------------------- */
/* DATES — based on TheGig Concerts & Tickets                                 */
/* -------------------------------------------------------------------------- */
.tg-concerts-hero {
  position: relative;
  isolation: isolate;
  min-height: 680px;
  padding-top: 82px;
  overflow: hidden;
  background: #101747;
  color: #fff;
}

.tg-concerts-hero figure,
.tg-concerts-hero__shade {
  position: absolute;
  inset: 82px 0 0;
  margin: 0;
}

.tg-concerts-hero figure {
  z-index: -2;
}

.tg-concerts-hero figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}

.tg-concerts-hero__shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(4,7,34,.9) 0%, rgba(16,23,71,.68) 38%, rgba(16,23,71,.16) 74%, rgba(16,23,71,.08) 100%);
}

.tg-concerts-hero__copy {
  display: grid;
  align-content: center;
  min-height: 598px;
  max-width: 1290px;
  margin: 0 auto;
  padding: 70px 34px;
}

.tg-concerts-hero__copy > p {
  margin: 0 0 18px;
  color: #ffd33d;
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.tg-concerts-hero h1 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-family: 'Jost', sans-serif;
  font-size: clamp(4.2rem, 7.6vw, 8rem);
  font-weight: 700;
  line-height: .92;
  letter-spacing: -.04em;
  text-transform: uppercase;
}

.tg-concerts-hero__meta {
  display: grid;
  gap: 6px;
  margin: 28px 0 30px;
}

.tg-concerts-hero__meta strong {
  color: #fff;
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.tg-concerts-hero__meta span {
  color: rgba(255,255,255,.84);
  font-size: 1.05rem;
}

.tg-concerts-hero .nilson-button--yellow {
  justify-self: start;
}

.tg-month-tabs {
  border-bottom: 1px solid #dfdfdf;
  background: #fff;
  overflow-x: auto;
  scrollbar-width: none;
}

.tg-month-tabs::-webkit-scrollbar { display: none; }

.tg-month-tabs__inner {
  display: flex;
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 34px;
  min-width: max-content;
}

.tg-month-tabs button {
  min-width: 170px;
  padding: 28px 18px 24px;
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  color: #76787e;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: capitalize;
  cursor: pointer;
}

.tg-month-tabs button:hover,
.tg-month-tabs button:focus-visible,
.tg-month-tabs button.is-active {
  color: #060917;
  border-bottom-color: #ffd33d;
}

.tg-events {
  padding: 96px 34px 120px;
  background: #fff;
}

.tg-events__inner {
  max-width: 1290px;
  margin: 0 auto;
}

.tg-events__heading {
  margin-bottom: 42px;
}

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

.tg-events__heading h2 {
  margin: 0;
  color: #060917;
  font-family: 'Jost', sans-serif;
  font-size: clamp(2.8rem, 4.6vw, 4.9rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.03em;
  text-transform: uppercase;
}

.tg-events__list {
  border-top: 1px solid #dcdcdc;
}

.tg-event-row {
  display: grid;
  grid-template-columns: 155px 135px minmax(260px, 1.25fr) minmax(220px, 1fr) 150px;
  align-items: center;
  gap: 24px;
  min-height: 128px;
  padding: 22px 0;
  border-bottom: 1px solid #dcdcdc;
}

.tg-event-row[hidden] { display: none !important; }

.tg-event-row__date {
  display: flex;
  align-items: baseline;
  gap: 12px;
  color: #060917;
  font-family: 'Jost', sans-serif;
}

.tg-event-row__date strong {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

.tg-event-row__date span {
  color: #707278;
  font-size: 14px;
  text-transform: capitalize;
}

.tg-event-row__time,
.tg-event-row__show,
.tg-event-row__place {
  display: grid;
  gap: 4px;
}

.tg-event-row__time span,
.tg-event-row__show span,
.tg-event-row__place span {
  color: #8b8d92;
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.tg-event-row__time strong,
.tg-event-row__show strong,
.tg-event-row__place strong {
  color: #060917;
  font-family: 'Jost', sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.25;
}

.tg-event-row__show strong a {
  color: inherit;
  text-decoration: none;
}

.tg-event-row__show strong a:hover,
.tg-event-row__show strong a:focus-visible {
  color: #ff6b4a;
}

.tg-event-row__show small {
  color: #66686e;
  font-size: 14px;
}

.tg-event-row__action {
  justify-self: end;
}

.tg-event-row__button,
.tg-event-row__pending {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border: 0;
  background: #ffd33d;
  color: #060917;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}

.tg-event-row__button:hover,
.tg-event-row__button:focus-visible {
  background: #e8bc24;
}

.tg-event-row__pending {
  background: #f2f2f2;
  color: #77797e;
  letter-spacing: .04em;
}

@media (max-width: 1100px) {
  .tg-team-member__title { font-size: 47px; }
  .tg-team-info h2 { font-size: 38px; }
  .tg-team-member__featured { padding-right: 32px; }
  .tg-event-row {
    grid-template-columns: 125px 110px minmax(220px, 1.15fr) minmax(190px, .9fr) 130px;
    gap: 16px;
  }
}

@media (max-width: 820px) {
  .tg-team-member { padding: 130px 24px 0; }
  .tg-team-member__title { font-size: 38px; }
  .tg-team-member__description { margin-bottom: 34px; }
  .tg-team-member__body { grid-template-columns: 1fr; }
  .tg-team-member__featured { padding-right: 0; }
  .tg-team-member__avatar { margin-bottom: 28px; }
  .tg-team-member__content { padding: 44px 0 0; }
  .tg-team-info { margin-top: 80px; }
  .tg-team-info__inner { grid-template-columns: 1fr; gap: 50px; padding: 75px 24px 90px; }
  .tg-team-info__bio { padding-right: 0; }
  .tg-team-info h2 { font-size: 30px; }

  .tg-concerts-hero { min-height: 590px; }
  .tg-concerts-hero__copy { min-height: 508px; padding: 60px 24px; }
  .tg-concerts-hero h1 { font-size: clamp(3.7rem, 13vw, 6rem); }
  .tg-month-tabs__inner { padding: 0 24px; }
  .tg-events { padding: 75px 24px 90px; }
  .tg-event-row {
    grid-template-columns: 110px minmax(0, 1fr) auto;
    grid-template-areas:
      'date show action'
      'time place action';
    gap: 14px 22px;
    min-height: 0;
    padding: 26px 0;
  }
  .tg-event-row__date { grid-area: date; }
  .tg-event-row__time { grid-area: time; }
  .tg-event-row__show { grid-area: show; }
  .tg-event-row__place { grid-area: place; }
  .tg-event-row__action { grid-area: action; align-self: center; }
}

@media (max-width: 620px) {
  .tg-team-member { padding-top: 118px; }
  .tg-team-member__title { font-size: 32px; }
  .tg-team-member__position { font-size: 12px; }
  .tg-team-member__avatar img { aspect-ratio: 4 / 5; }
  .tg-team-member__lead { font-size: 2rem; }
  .tg-team-info__details > div { grid-template-columns: 1fr; gap: 8px; }

  .tg-concerts-hero { min-height: 540px; }
  .tg-concerts-hero__copy { min-height: 458px; }
  .tg-concerts-hero h1 { font-size: 3.7rem; }
  .tg-concerts-hero__meta span { font-size: .95rem; }
  .tg-month-tabs button { min-width: 145px; padding: 22px 14px 20px; }
  .tg-events__heading h2 { font-size: 2.7rem; }
  .tg-event-row {
    grid-template-columns: 1fr;
    grid-template-areas: 'date' 'time' 'show' 'place' 'action';
    gap: 12px;
    padding: 28px 0;
  }
  .tg-event-row__action { justify-self: start; margin-top: 8px; }
  .tg-event-row__button,
  .tg-event-row__pending { min-width: 150px; }
}

/* 2026 Nilson moodboard — internal pages */
.tg-team-page,.tg-concerts-page{background:#f7f1e7;color:#071d49}
.tg-team-member__position{color:#071d49}.tg-team-member__title{color:#071d49;font-size:clamp(5rem,9vw,10rem);line-height:.78;letter-spacing:-.065em;text-transform:uppercase}
.tg-team-member__avatar{background:#071d49}.tg-team-member__socials a{border-radius:0;background:#ffd447;color:#071d49}.tg-team-member__content{color:#4e5968}.tg-team-member__lead{color:#071d49}.tg-team-member__content blockquote{border-color:#ffd447;color:#071d49}.tg-team-info{background:#ffd447}.tg-team-info h2,.tg-team-info__details strong,.tg-team-info__details a{color:#071d49}
.tg-concerts-hero{background:#071d49}.tg-concerts-hero__shade{background:linear-gradient(90deg,rgba(7,29,73,.96),rgba(7,29,73,.68) 48%,rgba(7,29,73,.18))}.tg-concerts-hero__copy>p{color:#ffd447}.tg-month-tabs{background:#f7f1e7}.tg-month-tabs button.is-active{border-bottom-color:#ffd447;color:#071d49}.tg-events{background:#f7f1e7}.tg-events__heading p{color:#071d49}.tg-events__heading h2,.tg-event-row__date,.tg-event-row__time strong,.tg-event-row__show strong,.tg-event-row__place strong{color:#071d49}.tg-event-row__button{background:#ffd447;color:#071d49}
