.top-banner .banner-art {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 1;
  object-fit: contain;
  object-position: center;
}

/* Final presentation refinements */
.hero-intro > .eyebrow {
  font-size: clamp(1rem, 1.7vw, 1.2rem);
}
h1 {
  font-size: clamp(3.6rem, 6vw, 6.3rem);
}
.live-pill {
  position: static;
  display: inline-flex;
  align-items: center;
}
.gold-callout {
  font-size: clamp(1.55rem, 3vw, 2rem) !important;
}
.gold-callout span,
.gold-callout strong {
  display: block;
}
.gold-callout strong {
  margin-top: 12px;
  color: #f5b927;
  font-family: "Arial Black", Impact, Arial, sans-serif;
  font-size: 1.18em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.community-callout {
  margin: 36px calc(-1 * clamp(28px, 7vw, 76px)) 24px;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.community-callout h3 {
  font-size: clamp(2.25rem, 5vw, 4rem);
}
.community-callout h3 span,
.community-callout h3 strong {
  color: #ffd86a;
  -webkit-text-fill-color: #ffd86a;
}
@media (max-width: 760px) {
  .community-callout {
    margin-right: -24px;
    margin-left: -24px;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: clamp(2.9rem, 14vw, 4.3rem);
  }
}

.redirect-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px 20px;
  background:
    radial-gradient(circle at 50% 20%, #3a155f 0, transparent 35%),
    #050506;
}

.redirect-page .signup-card {
  width: min(100%, 640px);
}

@media (max-width: 600px) {
  .top-banner .banner-art {
    min-height: 0;
    object-fit: contain;
  }
}

/* Sept. 2026 approved Actors Forum brand updates */
.brand-icon {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  border: 2px solid #1f78ff;
  box-shadow: 0 0 10px rgba(31, 120, 255, .55);
}

.top-banner {
  background: #050506;
  border-bottom: 10px solid #050505;
}

.top-banner .banner-art {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2154 / 730;
  object-fit: cover;
  object-position: center;
}

.section-divider {
  width: 100%;
  height: 10px;
  margin: 36px 0;
  background: #050505;
  border-radius: 1px;
}

.community-callout + .section-divider {
  margin-top: 30px;
}

@media (max-width: 600px) {
  .brand-icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }
  .section-divider {
    height: 8px;
    margin: 28px 0;
  }
}
