/* =============================================================
   What is TNT — intro KV (hero + copy) before curators

   Hero size knobs (edit these):
     --tnt-intro-hero-width       mobile max width
     --tnt-intro-hero-max-height  mobile max height
     --tnt-intro-hero-width-lg    desktop max width  (≥769px)
     --tnt-intro-hero-max-height-lg  desktop max height
   ============================================================= */

.tnt-intro-section {
  --tnt-intro-hero-width: min(560px, 92vw);
  --tnt-intro-hero-max-height: min(58vh, 520px);
  --tnt-intro-hero-width-lg: min(720px, 70vw);
  --tnt-intro-hero-max-height-lg: min(68vh, 640px);

  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0 0 clamp(2.5rem, 6vw, 4rem);
  position: relative;
  z-index: 10;
  color: var(--text-white);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.tnt-intro-inner {
  width: min(920px, 92vw);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tnt-intro-hero {
  position: relative;
  width: var(--tnt-intro-hero-width);
  margin: 0 auto clamp(2rem, 5vw, 3rem);
  line-height: 0;
}

.tnt-intro-hero picture {
  display: block;
  width: 100%;
}

.tnt-intro-hero__img {
  display: block;
  width: 100%;
  height: auto;
  max-height: var(--tnt-intro-hero-max-height);
  object-fit: cover;
  object-position: center top;
  mask-image: linear-gradient(to bottom, #000 55%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, #000 55%, transparent 100%);
}

.tnt-intro-hero__copy {
  position: absolute;
  left: 50%;
  bottom: clamp(1.25rem, 4vw, 2.5rem);
  transform: translateX(-50%);
  width: min(100%, 92%);
  padding: 0 1rem;
  text-align: center;
  line-height: normal;
  z-index: 1;
}

.tnt-intro-block {
  width: 100%;
  max-width: 48rem;
  margin: 0 auto;
}

.tnt-intro-headline {
  margin: 0;
  font-family: "GC EPICPRO", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: clamp(1.85rem, 5.2vw, 3.1rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--text-white);
}

.tnt-intro-subcopy,
.tnt-intro-deadline {
  margin: clamp(0.85rem, 2.2vw, 1.15rem) auto 0;
  font-size: clamp(0.95rem, 2.2vw, 1.1rem);
  font-weight: 500;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
}

.tnt-intro-deadline {
  margin-top: clamp(0.65rem, 1.8vw, 0.9rem);
}

.tnt-intro-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: clamp(1.75rem, 4.5vw, 2.75rem);
  padding: 0.7rem 2.35rem;
  border-radius: 999px;
  background-color: var(--text-white);
  color: var(--text-black);
  font-size: clamp(0.95rem, 2vw, 1.05rem);
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.tnt-intro-cta:hover {
  background-color: var(--gray-lightest);
  color: var(--text-black);
}

.tnt-intro-cta:focus-visible {
  outline: 2px solid var(--text-white);
  outline-offset: 3px;
}

@media (min-width: 769px) {
  .tnt-intro-hero {
    width: var(--tnt-intro-hero-width-lg);
  }

  .tnt-intro-hero__img {
    max-height: var(--tnt-intro-hero-max-height-lg);
    object-position: center center;
  }

  .tnt-intro-inner {
    width: min(980px, 90vw);
  }
}

/* =============================================================
   Meet Your Curators — cover-flow carousel (What is TNT page)
   Physics/feel matches spotlight.css / spotlight.js on homepage.
   ============================================================= */

.curators-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: clamp(1.5rem, 4vw, 2.75rem) 0 clamp(2rem, 5vw, 3.5rem);
  position: relative;
  z-index: 10;
  color: var(--text-white);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 30px;
}

.curators-inner {
  width: min(1180px, 92vw);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.curators-title {
  margin: 0;
  font-family: "GC EPICPRO", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: clamp(1.85rem, 5.2vw, 3.4rem);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--text-white);
}

.curators-subtitle {
  margin: clamp(0.75rem, 2vw, 1.15rem) auto 0;
  max-width: 42rem;
  font-size: clamp(0.95rem, 2.2vw, 1.15rem);
  font-weight: 500;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
}

.curators-carousel {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: clamp(1.5rem, 4vw, 2.5rem);
}

.curators-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 8;
  width: clamp(38px, 4vw, 48px);
  height: clamp(38px, 4vw, 48px);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.curators-arrow:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.curators-arrow--prev {
  left: clamp(0px, 1vw, 12px);
}

.curators-arrow--next {
  right: clamp(0px, 1vw, 12px);
}

.curators-arrow svg {
  width: 52%;
  height: 52%;
}

.curators-stage {
  --cur-gap1: clamp(150px, 21vw, 260px);
  --cur-gap2: clamp(245px, 34vw, 430px);
  --cur-gap3: clamp(330px, 46vw, 570px);
  position: relative;
  width: 100%;
  height: clamp(380px, 54vw, 520px);
  touch-action: pan-y;
  cursor: grab;
  -webkit-user-select: none;
  user-select: none;
}

.curators-stage:focus {
  outline: none;
}

.curators-stage:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.55);
  outline-offset: 4px;
}

.curators-card:focus {
  outline: none;
}

.curators-card:focus-visible .curators-card__frame {
  box-shadow:
    0 18px 45px rgba(0, 0, 0, 0.5),
    0 0 0 3px rgba(255, 255, 255, 0.75);
}

.curators-card.is-center:focus-visible .curators-card__frame {
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.6),
    0 0 0 6px rgba(255, 255, 255, 0.92);
}

.curators-stage.is-dragging,
.curators-stage.is-dragging .curators-card {
  cursor: grabbing;
}

.curators-stage.is-dragging .curators-card {
  transition: none;
}

.curators-card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(196px, 22vw, 280px);
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  transform: translate(-50%, -50%) scale(0.42);
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition:
    transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1),
    opacity 0.55s ease;
}

.curators-card__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: clamp(12px, 1.6vw, 20px);
  overflow: hidden;
  background: #1a1a22;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.5);
}

.curators-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.curators-card__name {
  font-family: "GC EPICPRO", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: clamp(0.85rem, 1.5vw, 1.1rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-white);
  white-space: nowrap;
  min-height: 1.25em;
}

.curators-card.is-center {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  z-index: 6;
  pointer-events: auto;
}

.curators-card.is-center .curators-card__frame {
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.6),
    0 0 0 6px rgba(255, 255, 255, 0.92);
}

/* Name lives in the info panel for the centred curator */
.curators-card.is-center .curators-card__name {
  opacity: 0;
}

.curators-info {
  margin-top: clamp(-1.25rem, -2.5vw, -0.5rem);
  max-width: min(36rem, 90vw);
  width: min(36rem, 90vw);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.35rem;
  overflow: hidden;
}

.curators-info__name {
  margin: 0;
  font-family: "GC EPICPRO", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: clamp(1.15rem, 2.4vw, 1.65rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-white);
}

.curators-info__role {
  margin: 0;
  font-size: clamp(0.95rem, 1.8vw, 1.15rem);
  font-weight: 700;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.95);
}

.curators-info__bio {
  margin: 0.35rem 0 0;
  font-size: clamp(0.88rem, 1.6vw, 1rem);
  font-weight: 500;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 720px) {
  .curators-stage {
    --cur-gap1: clamp(125px, 30vw, 190px);
    height: clamp(340px, 80vw, 420px);
  }
}
