.mission-copy > .mission-intro {
  margin: 0 0 26px;
  max-width: 680px;
  font-size: clamp(1.12rem, 2vw, 1.42rem);
  line-height: 1.5;
  letter-spacing: -.018em;
}

.audience-kicker {
  margin: 0 0 10px;
  color: #526273;
  font-family: var(--display);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.audience-accordion {
  margin: 0 0 24px;
  border-top: 3px solid #10151d;
}

.audience-item {
  border-bottom: 1px solid rgba(7, 31, 65, .19);
}

.audience-item summary {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  min-height: 72px;
  padding: 12px 0 12px 18px;
  cursor: pointer;
  list-style: none;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(1.75rem, 3.2vw, 2.75rem);
  font-weight: 900;
  font-style: italic;
  letter-spacing: .01em;
  line-height: 1;
  text-transform: uppercase;
  transition: color .18s ease, background .18s ease;
}

.audience-item summary::-webkit-details-marker {
  display: none;
}

.audience-item summary::before {
  content: '';
  position: absolute;
  left: 0;
  top: 22%;
  bottom: 22%;
  width: 4px;
  background: linear-gradient(180deg, var(--cyan), var(--blue));
  transform: skewX(-18deg);
}

.audience-item summary::after {
  content: '+';
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-right: 2px;
  border: 1px solid rgba(7, 31, 65, .25);
  color: #0758d4;
  font-family: var(--body);
  font-size: 1.35rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}

.audience-item summary:hover,
.audience-item summary:focus-visible {
  color: #0758d4;
  outline: none;
}

.audience-item summary:focus-visible::after {
  box-shadow: 0 0 0 3px rgba(18, 108, 255, .15);
}

.audience-item[open] summary {
  color: #0758d4;
}

.audience-item[open] summary::after {
  content: '−';
  background: #10151d;
  border-color: #10151d;
  color: #fff;
}

.audience-answer {
  margin: 0;
  max-width: 650px;
  padding: 0 52px 18px 18px;
  color: #3e4b59;
  font-size: clamp(.96rem, 1.3vw, 1.08rem);
  line-height: 1.62;
}

.mission-simple {
  margin: 24px 0 0 !important;
  color: #566474;
  font-family: var(--display);
  font-size: clamp(.9rem, 1.5vw, 1.05rem) !important;
  font-weight: 800;
  letter-spacing: .08em !important;
  text-transform: uppercase;
}

.mission-simple strong {
  color: var(--red-deep);
}

.mission-copy > .mission-close {
  margin: 16px 0 0;
  max-width: 680px;
  padding-left: 14px;
  border-left: 4px solid var(--red);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 1.45;
  letter-spacing: -.01em;
  font-weight: 800;
}

/* Hero RP trademark placement — uses the official circle from the full brand lockup. */
.hero-copy,
.hero-visual {
  position: relative;
}

.hero-copy {
  z-index: 3;
}

.hero-visual::after {
  content: '';
  position: absolute;
  z-index: 1;
  left: -50%;
  top: 54%;
  width: clamp(330px, 31vw, 430px);
  aspect-ratio: 1;
  transform: translateY(-50%);
  border-radius: 50%;
  clip-path: circle(49% at 50% 50%);
  background-image: url('assets/real-play-brand.webp');
  background-repeat: no-repeat;
  background-size: auto 151%;
  background-position: 3% center;
  filter: drop-shadow(0 0 26px rgba(18,108,255,.16));
  pointer-events: none;
}

.hero-visual .scoreboard-card,
.hero-visual .basketball {
  z-index: 2;
}

@media (max-width: 900px) {
  .hero-visual::after {
    left: 50%;
    top: 56%;
    width: min(360px, 58vw);
    transform: translate(-50%, -50%);
    opacity: .92;
  }
}

@media (max-width: 760px) {
  .mission-copy > .mission-intro {
    margin-bottom: 22px;
    font-size: 1.08rem;
  }

  .audience-item summary {
    min-height: 62px;
    font-size: 1.8rem;
  }

  .audience-answer {
    padding-right: 12px;
  }

  .mission-simple {
    line-height: 1.6;
  }
}

@media (max-width: 600px) {
  .hero-visual::after {
    top: 58%;
    width: min(270px, 72vw);
    opacity: .86;
  }
}
