.associations-page {
  background:
    radial-gradient(circle at 78% 12%, rgba(15,99,246,.08), transparent 24rem),
    radial-gradient(circle at 8% 28%, rgba(34,78,132,.16), transparent 28rem),
    #040506;
}

.associations-page main { overflow: hidden; }

.association-shell {
  width: min(100%, 1240px);
  margin-inline: auto;
}

.association-kicker {
  margin: 0;
  color: var(--orange);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.association-opening,
.association-section,
.association-close {
  scroll-margin-top: 92px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.association-opening {
  padding: 92px clamp(20px, 5.5vw, 78px) clamp(30px, 3.4vw, 46px);
  background:
    radial-gradient(circle at 74% 24%, rgba(15,99,246,.07), transparent 24rem),
    linear-gradient(180deg, rgba(9,18,32,.7), rgba(4,5,6,.98) 70%);
}

.association-section {
  padding: clamp(30px, 3.4vw, 46px) clamp(20px, 5.5vw, 78px);
}

.association-close {
  padding: clamp(34px, 3.8vw, 52px) clamp(20px, 5.5vw, 78px);
  background:
    radial-gradient(circle at 24% 40%, rgba(15,99,246,.1), transparent 24rem),
    #040506;
}

.association-opening h1,
.association-section h2,
.association-close h2,
.shot-copy h2 {
  margin: 0;
  font-family: var(--condensed);
  font-weight: 900;
  line-height: .95;
  text-transform: uppercase;
  text-wrap: balance;
}

.association-opening h1 {
  max-width: 700px;
  margin-top: 10px;
  font-size: clamp(34px, 3.2vw, 56px);
}

.association-opening h1 span,
.association-section h2 span {
  display: block;
  color: var(--orange);
}

.association-section h2,
.association-close h2,
.shot-copy h2 {
  margin-top: 8px;
  font-size: clamp(25px, 2vw, 36px);
}

.association-opening p:not(.association-kicker),
.association-section p,
.association-close p,
.shot-copy p {
  margin: 12px 0 0;
  color: #d7dee8;
  font-size: clamp(15px, .96vw, 17px);
  line-height: 1.48;
}

.intro-grid,
.privacy-grid,
.cta-grid {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(390px, .78fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: center;
}

.function-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.function-list article,
.privacy-compare article,
.setup-flow,
.detail-shot,
.product-shot {
  border: 1px solid rgba(98,141,192,.24);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(24,43,69,.86), rgba(8,14,24,.96));
  box-shadow: 0 20px 48px rgba(0,0,0,.22);
}

.function-list article {
  min-height: 104px;
  padding: 14px;
}

.function-list b {
  color: var(--yellow);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .12em;
}

.function-list span,
.privacy-compare h3,
.setup-flow .association-kicker {
  display: block;
  margin-top: 7px;
  color: white;
  font-family: var(--condensed);
  font-size: 20px;
  font-weight: 900;
  line-height: .96;
  text-transform: uppercase;
}

.function-list small {
  display: block;
  margin-top: 6px;
  color: #cfd8e5;
  font-size: 13px;
  font-weight: 740;
  line-height: 1.34;
}

.product-shot {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: start;
  margin-top: 28px;
  padding: clamp(16px, 1.8vw, 24px);
  border-color: rgba(45,134,255,.22);
}

.shot-copy h2 { color: white; }

.primary-shot .shot-copy {
  display: grid;
  grid-template-columns: minmax(0, .46fr) minmax(420px, .54fr);
  gap: 20px;
  align-items: end;
}

.primary-shot .shot-copy p:not(.association-kicker) {
  margin-top: 0;
}

figure {
  margin: 0;
}

.portal-figure {
  min-width: 0;
}

.shot-window {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  background: #07101c;
  box-shadow: 0 24px 58px rgba(0,0,0,.32);
}

.shot-window img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

.dashboard-window {
  height: min(48vw, 730px);
  min-height: 540px;
}

.dashboard-window img,
.team-codes-window img {
  width: 125%;
  transform: translateX(-19%);
}

.team-codes-window {
  height: min(42vw, 590px);
  min-height: 480px;
}

.roster-window {
  aspect-ratio: 1.58;
}

.roster-window img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 66% center;
}

figcaption {
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.details-section,
.rollout-section {
  background:
    radial-gradient(circle at 12% 44%, rgba(32,73,124,.16), transparent 25rem),
    #05080d;
}

.split-shots {
  display: grid;
  gap: 18px;
}

.detail-shot {
  display: grid;
  grid-template-columns: minmax(250px, .34fr) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  align-content: start;
  padding: clamp(16px, 1.8vw, 24px);
}

.detail-shot h2 { color: white; }

.privacy-section {
  background: linear-gradient(180deg, #050607, #08101b);
}

.privacy-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.privacy-compare article {
  padding: 16px;
}

.privacy-compare h3 {
  margin: 0 0 10px;
  color: var(--yellow);
}

.privacy-compare span {
  display: block;
  padding: 8px 10px;
  border-radius: 999px;
  color: #edf3fb;
  background: rgba(255,255,255,.065);
  font-size: 13px;
  font-weight: 800;
}

.privacy-compare span + span { margin-top: 7px; }

.privacy-takeaway {
  margin-top: 20px;
  padding-top: 12px;
  border-top: 2px solid var(--orange);
  color: white;
  font-family: var(--condensed);
  font-size: clamp(22px, 1.7vw, 30px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.privacy-takeaway span {
  display: block;
  color: var(--orange);
}

.setup-flow {
  padding: clamp(18px, 2vw, 26px);
}

.setup-flow .association-kicker {
  margin: 0;
  color: var(--yellow);
}

.setup-flow h2 {
  max-width: 680px;
}

.setup-flow ol {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: setup;
}

.setup-flow li {
  counter-increment: setup;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #edf3fb;
  font-size: 14px;
  font-weight: 850;
}

.setup-flow li::before {
  content: counter(setup, decimal-leading-zero);
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border: 1px solid rgba(45,134,255,.26);
  border-radius: 50%;
  color: var(--yellow);
  background: rgba(45,134,255,.07);
  font-size: 11px;
  font-weight: 950;
}

.rollout-stack {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .34fr);
  gap: clamp(16px, 2.4vw, 30px);
  align-items: stretch;
}

.coach-callout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  border-left: 3px solid var(--orange);
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(17,35,59,.76), rgba(7,13,23,.94));
}

.coach-callout .association-kicker {
  color: var(--orange);
}

.coach-callout p:not(.association-kicker) {
  margin-top: 10px;
  font-size: 14px;
}

.cta-grid {
  align-items: end;
}

.association-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 0;
  border-radius: 999px;
  color: white;
  background: linear-gradient(135deg, var(--orange), #2d86ff);
  box-shadow: 0 18px 42px rgba(15,99,246,.24);
  font-weight: 950;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .product-shot,
  .detail-shot {
    grid-template-columns: 1fr;
  }

  .primary-shot .shot-copy {
    grid-template-columns: 1fr;
  }

  .dashboard-window {
    height: min(56vw, 690px);
    min-height: 500px;
  }

  .team-codes-window {
    height: min(58vw, 560px);
  }

  .setup-flow ol {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .intro-grid,
  .privacy-grid,
  .cta-grid,
  .rollout-stack {
    grid-template-columns: 1fr;
  }

  .association-opening { padding-top: 96px; }
  .association-opening h1 { font-size: clamp(32px, 9vw, 46px); }
  .association-section h2,
  .association-close h2,
  .shot-copy h2 { font-size: clamp(27px, 7.4vw, 38px); }

  .association-cta {
    justify-self: start;
  }
}

@media (max-width: 680px) {
  .association-opening,
  .association-section,
  .association-close {
    padding-inline: 18px;
  }

  .function-list,
  .privacy-compare {
    grid-template-columns: 1fr;
  }

  .product-shot,
  .detail-shot {
    padding: 14px;
  }

  .dashboard-window,
  .team-codes-window {
    height: 380px;
    min-height: 0;
  }

  .dashboard-window img,
  .team-codes-window img {
    width: 155%;
    transform: translateX(-19%);
  }

  .setup-flow ol {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .coach-callout {
    padding: 17px;
  }
}
