/* Progressive motion: the site remains fully usable if scripting is unavailable. */
.header-brand {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  line-height: 1;
}

.header-brand-mark {
  display: block;
  width: 62px;
  height: auto;
  max-height: 21px;
  object-fit: contain;
  flex: 0 0 auto;
  opacity: .96;
  transition: opacity .3s ease;
}

.header-brand-text {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  white-space: nowrap;
}

.header-brand-text > span {
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: inherit;
}

.header-brand-text .brand-stunt {
  color: #c7ff35;
  font-weight: 700;
}

.header-brand-text .brand-engine {
  color: #fff;
  font-weight: 700;
}

.header-brand:hover .header-brand-mark {
  opacity: 1;
}

.hero-video {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  opacity: .5;
  filter: saturate(.62) contrast(1.08) brightness(.68);
  pointer-events: none;
}

.hero-video-overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(3, 4, 4, .96) 0%, rgba(3, 4, 4, .78) 40%, rgba(3, 4, 4, .36) 73%, rgba(3, 4, 4, .64) 100%),
    linear-gradient(180deg, rgba(3, 4, 4, .38), transparent 30%, rgba(3, 4, 4, .72) 100%),
    radial-gradient(circle at 70% 45%, transparent 0%, rgba(0, 0, 0, .18) 42%, rgba(0, 0, 0, .54) 100%);
}

.hero-grid { z-index: 2; }
.hero-glow { z-index: 3; opacity: .55; }
.hero-content { z-index: 4; }
.hero.video-paused .hero-video { opacity: .34; }

.site-header {
  transition: background-color .35s ease, backdrop-filter .35s ease, border-color .35s ease;
}

.site-header.is-scrolled {
  position: fixed;
  background: rgba(8, 10, 10, .86);
  backdrop-filter: blur(18px);
  border-color: rgba(199, 255, 53, .15);
  animation: header-in .4s ease both;
}

.hero-content {
  opacity: var(--hero-fade, 1);
  transition: opacity .08s linear;
}

.hero h1,
.hero .eyebrow,
.hero-lead,
.hero .btn,
.scroll-cue {
  animation: hero-rise .9s cubic-bezier(.2, .7, .2, 1) both;
}

.hero h1 { animation-delay: .08s; }
.hero-lead { animation-delay: .18s; }
.hero .btn { animation-delay: .28s; }
.scroll-cue { animation-delay: .55s; }

.hero-glow {
  will-change: transform;
  animation: ring-breathe 7s ease-in-out infinite;
}

.hero-glow::before {
  content: "";
  position: absolute;
  inset: -13%;
  border: 1px dashed rgba(199, 255, 53, .12);
  border-radius: 50%;
  animation: ring-spin 40s linear infinite;
}

.studio-marquee {
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.studio-row {
  width: max-content;
  min-width: 200%;
  justify-content: space-around;
  gap: clamp(3rem, 7vw, 8rem);
  animation: studio-scroll 28s linear infinite;
}

.studio-row b {
  transition: color .25s ease, transform .25s ease;
}

.studio-row b:hover {
  color: #c7ff35;
  transform: translateY(-2px);
}

.section { position: relative; }

.section::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: -1px 0 auto;
  height: 80px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(9, 11, 12, .08), transparent);
}

.section > .container,
.section > .container-xxl {
  position: relative;
  z-index: 2;
}

.motion-ready .reveal-item {
  opacity: 0;
  filter: blur(7px);
  transform: translate3d(0, 38px, 0);
  transition: opacity .8s cubic-bezier(.2, .7, .2, 1), filter .8s ease, transform .8s cubic-bezier(.2, .7, .2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.motion-ready .reveal-item.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

.feature-card,
.directory-card,
.performer-feature,
.article-card,
.article-list article {
  will-change: transform;
}

.feature-card i,
.performer-copy a i,
.card-link i,
.section-heading a i {
  display: inline-block;
  transition: transform .25s ease;
}

.feature-card:hover i { transform: rotate(-8deg) scale(1.12); }
.performer-copy a:hover i,
.card-link:hover i,
.section-heading a:hover i { transform: translateX(6px); }

.portrait::after,
.directory-portrait::after,
.profile-portrait::after {
  content: "";
  position: absolute;
  inset: -60% -20%;
  background: linear-gradient(105deg, transparent 38%, rgba(255, 255, 255, .08) 48%, transparent 58%);
  transform: translateX(-70%) rotate(8deg);
  transition: transform 1.1s cubic-bezier(.2, .7, .2, 1);
}

.performer-feature:hover .portrait::after,
.directory-card:hover .directory-portrait::after,
.profile-portrait:hover::after {
  transform: translateX(70%) rotate(8deg);
}

.section-accent {
  background-image: linear-gradient(120deg, rgba(255, 255, 255, .18), transparent 44%);
  background-size: 200% 100%;
  animation: accent-drift 12s ease-in-out infinite alternate;
}

@keyframes hero-rise {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes ring-breathe {
  0%, 100% { box-shadow: 0 0 120px rgba(199, 255, 53, .08), inset 0 0 120px rgba(199, 255, 53, .05); }
  50% { box-shadow: 0 0 180px rgba(199, 255, 53, .14), inset 0 0 150px rgba(199, 255, 53, .08); }
}

@keyframes ring-spin { to { transform: rotate(360deg); } }
@keyframes studio-scroll { to { transform: translateX(-50%); } }
@keyframes header-in { from { transform: translateY(-100%); } to { transform: translateY(0); } }
@keyframes accent-drift { to { background-position: 100% 0; } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero h1, .hero .eyebrow, .hero-lead, .hero .btn, .scroll-cue,
  .hero-glow, .hero-glow::before, .studio-row, .section-accent { animation: none !important; }
  .reveal-item { opacity: 1 !important; filter: none !important; transform: none !important; transition: none !important; }
  .hero-video { display: none; }
}

@media (max-width: 767px) {
  .header-brand { gap: .4rem; }
  .header-brand-mark { width: 50px; height: auto; max-height: 18px; }
  .hero-video { object-position: 57% center; opacity: .38; }
  .hero-video-overlay {
    background: linear-gradient(90deg, rgba(3, 4, 4, .93), rgba(3, 4, 4, .62)), linear-gradient(180deg, transparent 50%, rgba(3, 4, 4, .82));
  }
}

/* Featured platform capsule */
.logo-strip {
  position: relative;
  overflow: hidden;
  padding: clamp(4rem, 7vw, 7rem) 0 clamp(3rem, 5vw, 5rem);
  background:
    linear-gradient(180deg, rgba(5, 6, 6, .58), rgba(5, 6, 6, .94)),
    radial-gradient(ellipse at 50% 0%, rgba(151, 160, 151, .22), transparent 57%),
    linear-gradient(100deg, #111414, #080909 42%, #171918 68%, #080909);
  border-top: 1px solid rgba(255, 255, 255, .08);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.logo-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .16;
  background-image:
    linear-gradient(116deg, transparent 35%, rgba(255, 255, 255, .07) 35.5%, transparent 36%),
    linear-gradient(72deg, transparent 60%, rgba(255, 255, 255, .05) 60.5%, transparent 61%);
  filter: blur(12px);
  pointer-events: none;
}

.logo-strip .container-xxl { position: relative; z-index: 2; }

.platform-title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  margin: 0 auto -1px;
  width: min(100%, 1280px);
}

.platform-title span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(199, 255, 53, .8));
}

.platform-title span:last-child {
  background: linear-gradient(90deg, rgba(199, 255, 53, .8), transparent);
}

.platform-title strong {
  color: #a9df37;
  font: 600 clamp(.78rem, 1.3vw, 1rem) Inter, sans-serif;
  letter-spacing: 0;
  padding: 0 .25rem;
  text-transform: none;
}

.platform-frame {
  width: min(100%, 1280px);
  margin: 1.2rem auto 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 12px;
  background: rgba(20, 22, 22, .62);
  box-shadow: inset 0 1px rgba(255, 255, 255, .035), 0 18px 50px rgba(0, 0, 0, .18);
  backdrop-filter: blur(10px);
}

.platform-frame .studio-marquee {
  padding: 0;
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.platform-frame .studio-row {
  width: max-content;
  min-width: 0;
  gap: 0;
  margin: 0;
  padding: 0;
  justify-content: flex-start;
  align-items: stretch;
  animation-duration: 34s;
}

.platform-item {
  flex: 0 0 250px;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  padding: 1rem 1.4rem;
  color: rgba(255, 255, 255, .58);
  transition: color .25s ease, background-color .25s ease;
}

.platform-item:hover {
  color: #fff;
  background: rgba(255, 255, 255, .025);
}

.platform-item img {
  display: block;
  width: 38px;
  height: 31px;
  object-fit: contain;
  filter: grayscale(1) brightness(0) invert(1);
  opacity: .92;
}

.platform-item:first-child img { width: 43px; }
.platform-item:nth-child(3) img,
.platform-item:nth-child(8) img { width: 40px; }
.platform-item:nth-child(4) img,
.platform-item:nth-child(9) img { width: 32px; }

.platform-item b {
  color: inherit;
  font: 500 .76rem Inter, sans-serif;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .platform-title { gap: .6rem; }
  .platform-title strong { font-size: .76rem; }
  .platform-frame { border-radius: 8px; }
  .platform-item { flex-basis: 210px; min-height: 66px; padding: .85rem 1rem; }
}

/* Complementary pink performer accent */
:root {
  --pink: #ec78a8;
  --pink-bright: #f08ab5;
  --pink-deep: #a83d69;
  --lime-ink: #536800;
  --lime-ink-hover: #354400;
}

.btn-pink {
  color: #111;
  background: var(--pink);
  border-color: var(--pink);
}

.btn-pink:hover,
.btn-pink:focus {
  color: #080808;
  background: var(--pink-bright);
  border-color: var(--pink-bright);
}

.performer-feature.is-female { border-color: rgba(236, 120, 168, .26); }
.performer-feature.is-female .portrait::before { border-color: rgba(236, 120, 168, .4); box-shadow: 0 0 70px rgba(236, 120, 168, .11); }
.performer-feature.is-female .performer-copy small,
.performer-feature.is-female .performer-copy a { color: var(--pink); }
.performer-feature.is-female .tags span { border-color: rgba(236, 120, 168, .7); color: #f1b0cb; }

.directory-card[data-gender="Female"] .directory-portrait::before { border-color: rgba(236, 120, 168, .46); box-shadow: 0 0 65px rgba(236, 120, 168, .12); }
.directory-card[data-gender="Female"] .tags,
.directory-card[data-gender="Female"] .card-link { color: var(--pink-deep); }
.directory-card[data-gender="Female"]:hover { border-color: rgba(236, 120, 168, .55); }

/* The neon accents are designed for black. Use darker brand inks on white. */
.section-light .section-heading a,
.directory-card .tags,
.directory-card .card-link {
  color: var(--lime-ink);
}

.directory-card .tags span {
  opacity: 1;
}

.directory-card .card-link:hover,
.directory-card .card-link:focus {
  color: var(--lime-ink-hover);
}

.directory-card[data-gender="Female"] .tags,
.directory-card[data-gender="Female"] .card-link {
  color: var(--pink-deep);
}

.directory-card[data-gender="Female"] .card-link:hover,
.directory-card[data-gender="Female"] .card-link:focus {
  color: #762044;
}

.profile-hero.is-female { background: radial-gradient(circle at 27% 45%, rgba(236, 120, 168, .12), transparent 28%), #0b0d0e; }
.profile-hero.is-female .eyebrow { color: var(--pink); }
.profile-hero.is-female .profile-portrait::before { border-color: rgba(236, 120, 168, .48); box-shadow: 0 0 90px rgba(236, 120, 168, .12), inset 0 0 80px rgba(236, 120, 168, .06); }
.profile-hero.is-female .btn-accent { color: #111; background: var(--pink); border-color: var(--pink); }
.profile-hero.is-female .btn-accent:hover { background: var(--pink-bright); border-color: var(--pink-bright); }
