:root {
  --champion-navy: #002b5f;
  --champion-navy-deep: #001a3a;
  --champion-pink: #d9005b;
  --champion-pink-bright: #f11670;
  --champion-sky: #eaf4ff;
  --champion-ink: #132b47;
  --champion-muted: #53677f;
  --champion-line: rgba(0, 43, 95, 0.15);
  --champion-paper: #f8fbff;
  --champion-focus: #ffd43b;
  --champion-radius: 22px;
}

.champions-page {
  color: var(--champion-ink);
  background: #fff;
}

.champions-page main {
  overflow: clip;
}

.champions-page img {
  max-width: 100%;
}

.champions-page h1,
.champions-page h2,
.champions-page h3,
.champions-page p {
  margin-top: 0;
}

.champions-page h1,
.champions-page h2,
.champions-page h3 {
  color: var(--champion-navy);
  letter-spacing: -0.035em;
}

.champions-page a:focus-visible,
.champions-page button:focus-visible,
.champions-page input:focus-visible,
.champions-page textarea:focus-visible,
.champions-page summary:focus-visible {
  outline: 4px solid var(--champion-focus);
  outline-offset: 4px;
}

.champions-kicker {
  margin-bottom: 14px;
  color: var(--champion-pink);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.champions-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.champions-actions--stack {
  align-items: stretch;
  flex-direction: column;
}

.champions-button,
.champions-page .champions-button {
  min-height: 50px;
  padding: 0.78rem 1.35rem;
  border: 2px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.champions-button:hover {
  transform: translateY(-2px);
}

.champions-button--primary {
  background: var(--champion-pink);
  color: #fff;
  box-shadow: 0 12px 30px rgba(217, 0, 91, 0.25);
}

.champions-button--primary:hover {
  background: #bb004e;
  color: #fff;
  box-shadow: 0 16px 34px rgba(217, 0, 91, 0.32);
}

.champions-button--quiet {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
}

.champions-button--quiet:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.champions-button--outline {
  background: #fff;
  border-color: var(--champion-navy);
  color: var(--champion-navy);
  box-shadow: none;
}

.champions-button--outline:hover {
  background: var(--champion-sky);
  color: var(--champion-navy);
}

/* Public campaign */
.champions-hero {
  position: relative;
  min-height: min(780px, calc(100svh - 92px));
  background:
    radial-gradient(circle at 78% 15%, rgba(241, 22, 112, 0.26), transparent 34%),
    linear-gradient(135deg, var(--champion-navy-deep), var(--champion-navy));
  color: #fff;
  isolation: isolate;
}

.champions-hero::after {
  position: absolute;
  right: -8vw;
  bottom: -28vw;
  width: 58vw;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 7vw rgba(255, 255, 255, 0.035), 0 0 0 14vw rgba(255, 255, 255, 0.025);
  z-index: -1;
}

.champions-hero__inner {
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  gap: clamp(34px, 6vw, 100px);
  align-items: center;
  padding-top: clamp(64px, 8vw, 118px);
  padding-bottom: clamp(78px, 8vw, 118px);
}

.champions-hero__copy {
  max-width: 690px;
  animation: champions-rise 700ms cubic-bezier(.2,.8,.2,1) both;
}

.champions-hero .champions-kicker {
  color: #ff78ae;
}

.champions-hero h1 {
  margin-bottom: 28px;
  color: #fff;
  font-size: clamp(3.8rem, 7.5vw, 7.8rem);
  font-weight: 900;
  line-height: 0.89;
  text-wrap: balance;
}

.champions-hero h1 em,
.champions-impact-hero h1 em {
  color: #ff4c91;
  font-style: normal;
}

.champions-hero__lead {
  max-width: 630px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.1rem, 1.8vw, 1.34rem);
  line-height: 1.6;
}

.champions-hero__reassurance {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.92rem;
  font-weight: 700;
}

.champions-hero__people {
  position: relative;
  min-height: 620px;
  animation: champions-fade 850ms 120ms ease both;
}

.champions-person {
  position: absolute;
  margin: 0;
  border-radius: 50%;
}

.champions-person__portrait {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, 0.94);
  border-radius: 50%;
  box-shadow: 0 30px 70px rgba(0, 10, 29, 0.36);
}

.champions-person__portrait img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.champions-person--one {
  top: 0;
  right: 8%;
  width: 340px;
  height: 340px;
  z-index: 2;
}

.champions-person--ringed {
  filter: drop-shadow(0 30px 46px rgba(0, 10, 29, 0.34));
}

.champions-person--ringed .champions-person__portrait {
  inset: 15.5%;
  border: 0;
  box-shadow: none;
}

.champions-person__ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  z-index: 2;
}

.champions-person--two {
  top: 252px;
  left: 0;
  width: 245px;
  height: 245px;
}

.champions-person--three {
  right: 0;
  bottom: 18px;
  width: 220px;
  height: 220px;
}

.champions-hero__people-caption {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 245px;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.92rem;
  line-height: 1.35;
  text-align: center;
}

.champions-hero__people-caption strong,
.champions-hero__people-caption span {
  display: block;
}

.champions-hero__people-caption strong {
  color: #fff;
  font-weight: 850;
  letter-spacing: 0.015em;
}

.champions-hero__people-caption span {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.champions-hero__network {
  position: absolute;
  inset: 0;
  opacity: 0.3;
  overflow: hidden;
  pointer-events: none;
}

.champions-hero__network span {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 9px rgba(255, 255, 255, 0.07);
  animation: champions-pulse 4s ease-in-out infinite;
}

.champions-hero__network span:nth-child(1) { left: 6%; top: 14%; }
.champions-hero__network span:nth-child(2) { left: 36%; top: 8%; animation-delay: .5s; }
.champions-hero__network span:nth-child(3) { right: 10%; top: 38%; animation-delay: 1s; }
.champions-hero__network span:nth-child(4) { left: 50%; bottom: 10%; animation-delay: 1.5s; }
.champions-hero__network span:nth-child(5) { left: 16%; bottom: 20%; animation-delay: 2s; }
.champions-hero__network span:nth-child(6) { right: 35%; top: 27%; animation-delay: 2.5s; }

.champions-distinction {
  background: var(--champion-pink);
  color: #fff;
}

.champions-distinction__inner {
  min-height: 108px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 34px;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
}

.champions-distinction p {
  margin: 0;
  font-size: clamp(1.08rem, 2vw, 1.38rem);
}

.champions-distinction p:last-child {
  text-align: right;
}

.champions-distinction span {
  width: 64px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
}

.champions-editorial,
.champions-boundaries,
.champions-proof,
.champions-impact-story {
  padding: clamp(84px, 11vw, 160px) 0;
}

.champions-editorial__grid,
.champions-boundaries__grid,
.champions-impact-story__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(60px, 10vw, 150px);
  align-items: start;
}

.champions-editorial header,
.champions-boundaries header,
.champions-impact-story header {
  position: sticky;
  top: 150px;
}

.champions-editorial h2,
.champions-boundaries h2,
.champions-impact-story h2,
.champions-proof h2,
.champions-voice h2,
.champions-final h2 {
  margin-bottom: 22px;
  font-size: clamp(2.35rem, 5vw, 5.1rem);
  font-weight: 900;
  line-height: 0.98;
}

.champions-editorial header > p:last-child,
.champions-boundaries__copy,
.champions-impact-story__grid > div {
  color: var(--champion-muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.champions-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.champions-steps li {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 28px;
  padding: 36px 0;
  border-top: 1px solid var(--champion-line);
}

.champions-steps li:last-child {
  border-bottom: 1px solid var(--champion-line);
}

.champions-steps > li > span {
  color: var(--champion-pink);
  font-size: 0.92rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.champions-steps h3 {
  margin-bottom: 8px;
  font-size: 1.55rem;
}

.champions-steps p {
  margin-bottom: 0;
  color: var(--champion-muted);
  line-height: 1.7;
}

.champions-voice {
  position: relative;
  padding: clamp(100px, 15vw, 210px) 0;
  background:
    linear-gradient(120deg, rgba(0, 26, 58, 0.97), rgba(0, 43, 95, 0.86)),
    url("/assets/img/champions/ashleigh.webp") center 35% / cover;
  color: #fff;
}

.champions-voice::after {
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  content: "";
  pointer-events: none;
}

.champions-voice__inner {
  position: relative;
  max-width: 950px;
  z-index: 1;
}

.champions-voice .champions-kicker {
  color: #ff78ae;
}

.champions-voice h2 {
  color: #fff;
  font-size: clamp(3.5rem, 8vw, 8rem);
}

.champions-voice__inner > p:last-child {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.65;
}

.champions-boundaries {
  background: var(--champion-paper);
}

.champions-boundaries__copy p {
  margin-bottom: 24px;
}

.champions-boundaries__copy a,
.champions-proof a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--champion-pink);
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.champions-proof {
  background: #fff;
}

.champions-proof dl,
.champions-impact-stats dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 50px 0 24px;
  background: var(--champion-line);
}

.champions-proof dl > div,
.champions-impact-stats dl > div {
  padding: clamp(28px, 5vw, 62px);
  background: #fff;
}

.champions-proof dt,
.champions-impact-stats dt {
  color: var(--champion-pink);
  font-size: clamp(2.8rem, 6vw, 6rem);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 1;
}

.champions-proof dd,
.champions-impact-stats dd {
  margin: 12px 0 0;
  color: var(--champion-muted);
  font-weight: 750;
}

.champions-final {
  padding: clamp(72px, 10vw, 135px) 0;
  background: var(--champion-sky);
}

.champions-final__inner {
  display: flex;
  gap: 48px;
  align-items: center;
  justify-content: space-between;
}

.champions-final h2 {
  margin-bottom: 12px;
}

.champions-final p:last-child {
  margin-bottom: 0;
  color: var(--champion-muted);
  font-size: 1.18rem;
}

/* Join and portal shell */
.champions-subhero {
  padding: clamp(62px, 8vw, 108px) 0;
  background: linear-gradient(135deg, var(--champion-navy-deep), var(--champion-navy));
  color: #fff;
}

.champions-subhero__inner {
  display: grid;
  grid-template-columns: 1fr 230px;
  gap: 70px;
  align-items: center;
}

.champions-subhero h1 {
  max-width: 900px;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(3.1rem, 7vw, 6.8rem);
  font-weight: 900;
  line-height: 0.95;
}

.champions-subhero p:last-child {
  max-width: 680px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.2rem;
  line-height: 1.65;
}

.champions-subhero img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  filter: drop-shadow(0 20px 35px rgba(0, 0, 0, 0.25));
}

.champions-form-section {
  padding: clamp(70px, 10vw, 130px) 0;
  background: var(--champion-paper);
}

.champions-form-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: start;
}

.champions-form-aside {
  position: sticky;
  top: 145px;
}

.champions-form-aside h2,
.champions-form-panel h2 {
  margin-bottom: 24px;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.02;
}

.champions-form-aside ul {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.champions-form-aside li {
  position: relative;
  padding: 14px 0 14px 28px;
  border-top: 1px solid var(--champion-line);
  color: var(--champion-muted);
}

.champions-form-aside li::before {
  position: absolute;
  left: 0;
  color: var(--champion-pink);
  content: "✓";
  font-weight: 900;
}

.champions-small {
  color: var(--champion-muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

.champions-form-panel {
  min-width: 0;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid var(--champion-line);
  border-radius: var(--champion-radius);
  background: #fff;
  box-shadow: 0 24px 60px rgba(0, 43, 95, 0.08);
}

.champions-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.champions-form .fnd-field,
.champions-complete-form .fnd-field {
  display: grid;
  gap: 8px;
  margin-bottom: 22px;
}

.champions-form .fnd-field > span,
.champions-complete-form .fnd-field > span {
  color: var(--champion-navy);
  font-weight: 800;
}

.champions-form .fnd-field small,
.champions-complete-form .fnd-field small {
  color: var(--champion-muted);
  font-weight: 500;
}

.champions-form input[type="text"],
.champions-form textarea,
.champions-complete-form input[type="text"],
.champions-complete-form input[type="number"] {
  min-height: 48px;
  width: 100%;
  padding: 0.82rem 0.9rem;
  border: 1px solid rgba(0, 43, 95, 0.28);
  border-radius: 12px;
  background: #fff;
  color: var(--champion-ink);
  font: inherit;
}

.champions-form textarea {
  min-height: 125px;
  resize: vertical;
}

.champions-fieldset {
  min-width: 0;
  margin: 18px 0 28px;
  padding: 0;
  border: 0;
}

.champions-fieldset legend {
  margin-bottom: 14px;
  color: var(--champion-navy);
  font-size: 1rem;
  font-weight: 850;
}

.champions-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.champions-check-grid label,
.champions-promise label {
  min-height: 48px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 14px;
  border: 1px solid var(--champion-line);
  border-radius: 12px;
  background: var(--champion-paper);
  cursor: pointer;
  line-height: 1.5;
}

.champions-check-grid input,
.champions-promise input {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  margin-top: 1px;
  accent-color: var(--champion-pink);
}

.champions-promise {
  display: grid;
  gap: 10px;
}

.champions-portal {
  min-height: 70vh;
  padding: 32px 0 clamp(76px, 10vw, 130px);
  background: var(--champion-paper);
}

.champion-nav {
  min-height: 64px;
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 clamp(52px, 7vw, 88px);
  padding: 10px 12px 10px 16px;
  border: 1px solid var(--champion-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(0, 43, 95, 0.06);
}

.champion-nav__brand {
  flex: 0 0 auto;
  min-height: 44px;
  display: inline-flex;
  gap: 11px;
  align-items: center;
  color: var(--champion-navy);
  text-decoration: none;
}

.champion-nav__brand > span {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: var(--champion-pink);
  color: #fff;
  font-weight: 900;
}

.champion-nav__links {
  min-width: 0;
  display: flex;
  gap: 4px;
  align-items: center;
}

.champion-nav__links a {
  min-height: 44px;
  padding: 0.7rem 0.9rem;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  color: var(--champion-muted);
  font-size: 0.9rem;
  font-weight: 750;
  text-decoration: none;
}

.champion-nav__links a:hover,
.champion-nav__links a[aria-current="page"] {
  background: var(--champion-sky);
  color: var(--champion-navy);
}

.champions-portal-header {
  display: flex;
  gap: 50px;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 50px;
}

.champions-portal-header > div {
  min-width: 0;
}

.champions-portal-header h1 {
  max-width: 970px;
  margin-bottom: 16px;
  font-size: clamp(2.9rem, 7vw, 6.6rem);
  font-weight: 900;
  line-height: 0.95;
  overflow-wrap: anywhere;
}

.champions-portal-header p:last-child {
  margin-bottom: 0;
  color: var(--champion-muted);
  font-size: 1.15rem;
}

.champions-portal-header--hub {
  align-items: center;
}

.champions-portal-header--hub > img {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  filter: drop-shadow(0 18px 26px rgba(0, 43, 95, 0.16));
  flex: 0 0 auto;
  object-fit: contain;
}

.champions-progress {
  width: 74px;
  height: 74px;
  border: 6px solid var(--champion-pink);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--champion-navy);
  font-weight: 900;
}

.champions-induction {
  max-width: 980px;
}

.champions-induction > section {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 30px;
  padding: 34px 0;
  border-top: 1px solid var(--champion-line);
}

.champions-induction > section > span {
  color: var(--champion-pink);
  font-weight: 900;
}

.champions-induction h2 {
  margin-bottom: 10px;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
}

.champions-induction section p {
  margin-bottom: 0;
  color: var(--champion-muted);
  line-height: 1.7;
}

.champions-next {
  display: flex;
  gap: 42px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
  padding: clamp(28px, 5vw, 52px);
  border-radius: var(--champion-radius);
  background: var(--champion-navy);
  color: #fff;
}

.champions-next .champions-kicker {
  color: #ff78ae;
}

.champions-next h2 {
  margin-bottom: 10px;
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 3.3rem);
}

.champions-next p:last-child {
  max-width: 730px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.75);
}

.champions-get-started {
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1.45fr);
  gap: clamp(32px, 6vw, 80px);
  align-items: start;
  margin-bottom: 34px;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid var(--champion-line);
  border-radius: var(--champion-radius);
  background: #fff;
}

.champions-get-started h2 {
  margin-bottom: 0;
  font-size: clamp(1.7rem, 3.2vw, 2.8rem);
  line-height: 1.05;
}

.champions-get-started ol {
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.champions-get-started li {
  min-width: 0;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 18px 0;
  border-top: 1px solid var(--champion-line);
}

.champions-get-started li:last-child {
  border-bottom: 1px solid var(--champion-line);
}

.champions-get-started li > span {
  width: 38px;
  height: 38px;
  border: 2px solid var(--champion-line);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--champion-navy);
  font-weight: 900;
}

.champions-get-started li.is-current > span {
  border-color: var(--champion-pink);
  background: var(--champion-pink);
  color: #fff;
}

.champions-get-started li.is-complete > span {
  border-color: #137548;
  background: #e9f8f0;
  color: #0d5c38;
}

.champions-get-started li div {
  min-width: 0;
}

.champions-get-started li strong,
.champions-get-started li small {
  display: block;
}

.champions-get-started li strong {
  color: var(--champion-navy);
  overflow-wrap: anywhere;
}

.champions-get-started li small {
  margin-top: 4px;
  color: var(--champion-muted);
  line-height: 1.45;
}

.champions-get-started li > a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--champion-pink);
  font-weight: 850;
}

.champions-next--induction {
  background: linear-gradient(135deg, var(--champion-navy), #124f88);
}

.champions-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: clamp(70px, 9vw, 110px);
  background: var(--champion-line);
}

.champions-dashboard-stat {
  min-height: 170px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #fff;
}

.champions-dashboard-stat strong {
  color: var(--champion-pink);
  font-size: clamp(2rem, 4.5vw, 4rem);
  letter-spacing: -0.05em;
  line-height: 1;
}

.champions-dashboard-stat span {
  margin-top: 10px;
  color: var(--champion-muted);
  font-weight: 700;
}

.champions-hub-links {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: clamp(42px, 8vw, 100px);
  margin-bottom: clamp(72px, 10vw, 120px);
}

.champions-hub-links h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.03;
}

.champions-hub-links > div a {
  min-height: 98px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 28px;
  align-items: center;
  padding: 23px 4px;
  border-top: 1px solid var(--champion-line);
  color: var(--champion-navy);
  text-decoration: none;
}

.champions-hub-links > div a:last-child {
  border-bottom: 1px solid var(--champion-line);
}

.champions-hub-links a span {
  font-size: 1.3rem;
  font-weight: 850;
}

.champions-hub-links a small {
  color: var(--champion-muted);
  grid-column: 1;
}

.champions-hub-links a b {
  grid-row: 1 / span 2;
  grid-column: 2;
  color: var(--champion-pink);
  font-size: 1.6rem;
  transition: transform 160ms ease;
}

.champions-hub-links a:hover b {
  transform: translateX(5px);
}

.champions-membership-controls {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  padding-top: 32px;
  border-top: 1px solid var(--champion-line);
}

.champions-membership-controls h2 {
  margin-bottom: 8px;
  font-size: 1.35rem;
}

.champions-membership-controls p {
  margin-bottom: 0;
  color: var(--champion-muted);
}

.champions-text-button {
  min-height: 44px;
  border: 0;
  background: transparent;
  color: var(--champion-muted);
  font: inherit;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

.champions-action-list {
  margin-top: 24px;
}

.champions-action {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 38px;
  padding: clamp(40px, 7vw, 78px) 0;
  border-top: 1px solid var(--champion-line);
  scroll-margin-top: 150px;
}

.champions-action:last-child {
  border-bottom: 1px solid var(--champion-line);
}

.champions-action__number {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.champions-action__number span {
  color: var(--champion-pink);
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.champions-action__number small {
  color: var(--champion-muted);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.champions-action__body > header h2 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 4.5vw, 4rem);
}

.champions-action__body {
  min-width: 0;
}

.champions-action__body > header p {
  max-width: 780px;
  color: var(--champion-muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.champions-action__body > ol {
  max-width: 820px;
  margin: 30px 0;
  padding-left: 1.45rem;
  color: var(--champion-ink);
  line-height: 1.75;
}

.champions-action__body > ol li {
  margin-bottom: 8px;
  padding-left: 8px;
}

.champions-copy-block {
  position: relative;
  max-width: 900px;
  margin: 26px 0;
  padding: 24px 26px;
  border-left: 5px solid var(--champion-pink);
  background: #fff;
  box-shadow: 0 12px 30px rgba(0, 43, 95, 0.05);
  overflow-wrap: anywhere;
}

.champions-copy-block h3,
.champions-copy-block__label {
  margin-bottom: 10px;
  color: var(--champion-navy);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.champions-copy-block [data-copy-text] {
  margin-bottom: 18px;
  color: var(--champion-muted);
  white-space: pre-line;
  line-height: 1.65;
}

.champions-copy-block button {
  min-height: 44px;
  padding: 0.55rem 0.9rem;
  border: 1px solid var(--champion-navy);
  border-radius: 10px;
  background: #fff;
  color: var(--champion-navy);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.champions-copy-block button.is-copied {
  border-color: #137548;
  background: #e9f8f0;
  color: #0d5c38;
}

.champions-action__controls {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: flex-start;
}

.champions-complete-form {
  max-width: 100%;
  min-width: min(100%, 340px);
}

.champions-first-action {
  max-width: 900px;
  display: grid;
  grid-template-columns: minmax(150px, 260px) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 54px);
  align-items: center;
  margin: 30px 0;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(217, 0, 91, 0.22);
  border-radius: 18px;
  background: #fff;
}

.champions-first-action img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
}

.champions-first-action > div {
  min-width: 0;
}

.champions-first-action strong {
  display: block;
  color: var(--champion-navy);
  font-size: 1.2rem;
}

.champions-first-action p {
  margin: 8px 0 18px;
  color: var(--champion-muted);
  line-height: 1.6;
}

.champions-complete-form details {
  border: 1px solid var(--champion-line);
  border-radius: 14px;
  background: #fff;
}

.champions-complete-form summary {
  min-height: 48px;
  padding: 13px 18px;
  display: flex;
  align-items: center;
  color: var(--champion-navy);
  font-weight: 850;
  cursor: pointer;
}

.champions-complete-form details[open] {
  padding: 0 18px 18px;
}

.champions-complete-form details[open] summary {
  margin: 0 -18px 18px;
  padding-left: 18px;
  padding-right: 18px;
  border-bottom: 1px solid var(--champion-line);
}

.champions-action__history {
  margin: 16px 0 0;
  color: #137548;
  font-size: 0.9rem;
  font-weight: 750;
}

.champions-safety-note {
  margin-top: 42px;
  padding: 24px 28px;
  border-radius: 16px;
  background: #fff7dd;
  color: #513f12;
  line-height: 1.65;
}

.champions-safety-note strong {
  display: block;
  margin-bottom: 6px;
}

.champions-safety-note p {
  margin: 0;
}

.champions-empty {
  padding: 48px;
  border: 1px solid var(--champion-line);
  border-radius: var(--champion-radius);
  background: #fff;
}

.champions-empty h2 {
  margin-bottom: 10px;
}

/* Toolkit */
.champions-profile-maker,
.champions-announcement {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(300px, 0.96fr);
  gap: clamp(34px, 7vw, 90px);
  align-items: center;
  margin-bottom: clamp(76px, 10vw, 128px);
}

.champions-profile-upload {
  min-width: 0;
  padding: clamp(26px, 4.5vw, 54px);
  border: 1px solid var(--champion-line);
  border-radius: var(--champion-radius);
  background: #fff;
  box-shadow: 0 22px 56px rgba(0, 43, 95, 0.07);
}

.champions-profile-upload h2,
.champions-announcement h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4.3vw, 4rem);
  line-height: 1;
}

.champions-profile-upload > p:not(.champions-kicker),
.champions-announcement__body > p:not(.champions-kicker) {
  color: var(--champion-muted);
  line-height: 1.7;
}

.champions-file-field {
  display: grid;
  gap: 9px;
  margin: 28px 0;
}

.champions-file-field > span {
  color: var(--champion-navy);
  font-weight: 850;
}

.champions-file-field input {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 52px;
  padding: 9px;
  border: 1px dashed rgba(0, 43, 95, 0.35);
  border-radius: 12px;
  background: var(--champion-paper);
  color: var(--champion-ink);
  font: inherit;
}

.champions-file-field input::file-selector-button {
  min-height: 38px;
  margin-right: 12px;
  padding: 0.5rem 0.85rem;
  border: 0;
  border-radius: 9px;
  background: var(--champion-navy);
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.champions-file-field small,
.champions-privacy-note {
  color: var(--champion-muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.champions-privacy-note {
  margin: 24px 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--champion-line);
}

.champions-profile-preview {
  min-width: 0;
  margin: 0;
}

.champions-profile-preview__frame {
  width: min(100%, 470px);
  margin: 0 auto;
}

.champions-profile-preview__frame img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 24px 38px rgba(0, 43, 95, 0.15));
}

.champions-profile-preview figcaption {
  max-width: 470px;
  margin: 20px auto 0;
  text-align: center;
}

.champions-profile-preview figcaption strong,
.champions-profile-preview figcaption span {
  display: block;
}

.champions-profile-preview figcaption strong {
  color: var(--champion-navy);
}

.champions-profile-preview figcaption span {
  margin-top: 6px;
  color: var(--champion-muted);
  line-height: 1.55;
}

.champions-profile-preview figcaption a {
  min-height: 44px;
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  color: var(--champion-pink);
  font-weight: 850;
}

.champions-announcement {
  grid-template-columns: minmax(280px, 0.76fr) minmax(0, 1.24fr);
  padding: clamp(26px, 5vw, 58px);
  border-radius: var(--champion-radius);
  background: linear-gradient(135deg, #fff, var(--champion-sky));
}

.champions-announcement__preview {
  min-width: 0;
  width: min(100%, 430px);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 22px 48px rgba(0, 43, 95, 0.16);
}

.champions-announcement__preview img {
  width: 100%;
  height: auto;
  display: block;
}

.champions-announcement__body {
  min-width: 0;
}

.champions-announcement__body .champions-copy-block {
  margin-bottom: 0;
}

.champions-announcement--toolkit {
  margin-bottom: clamp(86px, 12vw, 150px);
}

.champions-toolkit-feature {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 9vw, 120px);
  align-items: center;
  margin-bottom: clamp(90px, 12vw, 150px);
  padding: clamp(28px, 5vw, 64px);
  border-radius: var(--champion-radius);
  background: #fff;
  box-shadow: 0 24px 64px rgba(0, 43, 95, 0.08);
}

.champions-toolkit-feature > img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 34px rgba(0, 43, 95, 0.14));
}

.champions-toolkit-feature h2,
.champions-toolkit-assets h2,
.champions-caption-bank h2,
.champions-brand-rules h2 {
  margin-bottom: 18px;
  font-size: clamp(2.1rem, 4.5vw, 4.2rem);
  line-height: 1;
}

.champions-toolkit-feature p:not(.champions-kicker) {
  max-width: 690px;
  color: var(--champion-muted);
  line-height: 1.7;
}

.champions-toolkit-assets,
.champions-caption-bank,
.champions-brand-rules {
  margin-bottom: clamp(86px, 12vw, 150px);
}

.champions-toolkit-assets > header,
.champions-caption-bank > header {
  max-width: 760px;
  margin-bottom: 42px;
}

.champions-asset-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.champions-asset-grid article {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--champion-line);
  border-radius: 18px;
  background: #fff;
}

.champions-asset-preview {
  width: 100%;
  height: clamp(260px, 31vw, 420px);
  margin: 0;
  padding: 18px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--champion-sky);
}

.champions-asset-grid img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.champions-asset-card__body {
  min-width: 0;
  padding: 24px;
}

.champions-asset-grid h3 {
  margin-bottom: 8px;
  font-size: 1.3rem;
}

.champions-asset-grid p {
  color: var(--champion-muted);
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.champions-asset-grid a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--champion-pink);
  font-weight: 850;
}

.champions-caption-bank > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.champions-caption-bank .champions-copy-block {
  height: 100%;
  margin: 0;
}

.champions-brand-rules {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: clamp(42px, 8vw, 110px);
}

.champions-brand-rules ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.champions-brand-rules li {
  display: grid;
  gap: 8px;
  padding: 24px 0;
  border-top: 1px solid var(--champion-line);
}

.champions-brand-rules li:last-child {
  border-bottom: 1px solid var(--champion-line);
}

.champions-brand-rules li strong {
  color: var(--champion-navy);
  font-size: 1.2rem;
}

.champions-brand-rules li span {
  color: var(--champion-muted);
}

/* Champion Connect Links promo (toolkit) */
.champions-links-promo {
  display: grid;
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  margin-bottom: clamp(40px, 6vw, 76px);
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid var(--champion-line);
  border-radius: var(--champion-radius);
  background: linear-gradient(135deg, #fff 0%, var(--champion-sky) 100%);
}

.champions-links-promo__card {
  display: grid;
  gap: 8px;
  justify-items: center;
  width: min(100%, 17rem);
  margin: 0 auto;
  padding: 22px 20px 26px;
  border-radius: 20px;
  background:
    linear-gradient(160deg, var(--champion-navy-deep), var(--champion-navy));
  box-shadow: 0 22px 50px rgba(0, 26, 58, 0.28);
  text-align: center;
}

.champions-links-promo__avatar {
  display: block;
  width: 96px;
  height: 96px;
  padding: 3px;
  border-radius: 999px;
  background: linear-gradient(145deg, var(--champion-pink) 0%, var(--champion-navy) 60%, #0a4a8a 100%);
}

.champions-links-promo__avatar img {
  width: 100%;
  height: 100%;
  border-radius: 999px;
  border: 3px solid #fff;
  object-fit: cover;
  display: block;
}

.champions-links-promo__card strong {
  color: #fff;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
}

.champions-links-promo__badge {
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffb7d4;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.champions-links-promo__card ul {
  width: 100%;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.champions-links-promo__card li {
  height: 34px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
}

.champions-links-promo__card li:first-child {
  background: linear-gradient(120deg, var(--champion-pink), var(--champion-pink-bright));
}

.champions-links-promo__body h2 {
  margin-bottom: 14px;
  font-size: clamp(1.8rem, 3.4vw, 2.7rem);
  line-height: 1.03;
}

.champions-links-promo__body > p {
  color: var(--champion-muted);
}

.champions-links-promo__points {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.champions-links-promo__points li {
  position: relative;
  padding-left: 28px;
  color: var(--champion-ink);
}

.champions-links-promo__points li::before {
  position: absolute;
  left: 0;
  color: var(--champion-pink);
  content: "✓";
  font-weight: 900;
}

@media (min-width: 780px) {
  .champions-links-promo {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  }
}

/* Champion Connect Links editor
   Panels and fields are Champion-native; the phone preview reuses the shared
   connect-links.css classes so it matches the real published page. */
.champions-links-share {
  display: grid;
  gap: 14px;
  margin: 0 0 clamp(24px, 4vw, 38px);
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid var(--champion-line);
  border-radius: var(--champion-radius);
  background: #fff;
  box-shadow: 0 18px 44px rgba(0, 43, 95, 0.07);
}

.champions-links-share__label {
  display: block;
  margin-bottom: 6px;
  color: var(--champion-pink);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.champions-links-share code {
  display: block;
  color: var(--champion-navy);
  font-size: 1rem;
  font-weight: 800;
  word-break: break-all;
}

.champions-links-share .champions-actions {
  margin: 0;
}

.champions-links-layout {
  display: grid;
  gap: clamp(24px, 4vw, 40px);
}

.champions-links-fields {
  min-width: 0;
  display: grid;
  gap: clamp(18px, 3vw, 26px);
}

.champions-links-panel {
  min-width: 0;
  padding: clamp(20px, 3.5vw, 34px);
  border: 1px solid var(--champion-line);
  border-radius: var(--champion-radius);
  background: #fff;
  box-shadow: 0 18px 44px rgba(0, 43, 95, 0.06);
}

.champions-links-panel > header {
  margin-bottom: 22px;
}

.champions-links-panel h2 {
  margin-bottom: 10px;
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  line-height: 1.05;
}

.champions-links-panel .fnd-field {
  display: grid;
  gap: 8px;
  margin-bottom: 20px;
}

.champions-links-panel .fnd-field > span {
  color: var(--champion-navy);
  font-weight: 800;
}

.champions-links-panel .fnd-field small {
  color: var(--champion-muted);
  font-weight: 500;
}

.champions-links-panel input[type="text"],
.champions-links-panel input[type="url"] {
  min-height: 48px;
  width: 100%;
  padding: 0.82rem 0.9rem;
  border: 1px solid rgba(0, 43, 95, 0.28);
  border-radius: 12px;
  background: #fff;
  color: var(--champion-ink);
  font: inherit;
}

.champions-links-social-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0 20px;
}

.champions-links-avatar {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: grid;
  gap: 10px;
}

.champions-links-avatar legend {
  margin-bottom: 10px;
  color: var(--champion-navy);
  font-size: 1rem;
  font-weight: 850;
}

.champions-links-avatar__option {
  min-height: 48px;
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid var(--champion-line);
  border-radius: 14px;
  background: var(--champion-paper);
  cursor: pointer;
  line-height: 1.5;
}

.champions-links-avatar__option input {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  accent-color: var(--champion-pink);
}

.champions-links-avatar__option img {
  width: 62px;
  height: 62px;
  flex: 0 0 auto;
  border-radius: 999px;
  object-fit: cover;
}

.champions-links-avatar__option strong,
.champions-links-avatar__option small {
  display: block;
}

.champions-links-avatar__option strong {
  color: var(--champion-navy);
  font-weight: 800;
}

.champions-links-avatar__option small {
  color: var(--champion-muted);
}

.champions-links-avatar__missing {
  margin: 0;
  padding: 12px 14px;
  border: 1px dashed var(--champion-line);
  border-radius: 14px;
  background: var(--champion-paper);
}

.champions-links-avatar__file {
  margin: 0 0 4px;
}

.champions-links-row {
  display: grid;
  gap: 6px;
  margin-bottom: 14px;
  padding: 16px;
  border: 1px solid var(--champion-line);
  border-radius: 16px;
  background: var(--champion-paper);
}

.champions-links-row:last-child {
  margin-bottom: 0;
}

.champions-links-row__head {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  margin-bottom: 6px;
}

.champions-links-row__head strong {
  margin-right: auto;
  color: var(--champion-navy);
}

.champions-links-check {
  min-height: 44px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--champion-navy);
  font-size: 0.92rem;
  font-weight: 750;
  cursor: pointer;
}

.champions-links-check input {
  width: 20px;
  height: 20px;
  accent-color: var(--champion-pink);
}

.champions-links-official {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.champions-links-official li {
  display: grid;
  gap: 2px;
  padding: 10px 14px;
  border: 1px solid var(--champion-line);
  border-radius: 12px;
  background: var(--champion-paper);
}

.champions-links-official strong {
  color: var(--champion-navy);
  font-size: 0.95rem;
}

.champions-links-official span {
  color: var(--champion-muted);
  font-size: 0.85rem;
  word-break: break-all;
}

.champions-links-save {
  display: grid;
  gap: 12px;
  justify-items: start;
}

.champions-links-preview__sticky {
  display: grid;
  gap: 12px;
  justify-items: center;
}

.champions-links-preview__label {
  margin: 0;
  color: var(--champion-navy);
  font-weight: 850;
  text-align: center;
}

.champions-links-preview__label span {
  color: var(--champion-muted);
  font-weight: 500;
}

.champions-links-preview__hint {
  max-width: 20rem;
  text-align: center;
}

@media (min-width: 900px) {
  .champions-links-share {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .champions-links-layout {
    grid-template-columns: minmax(0, 1fr) minmax(19rem, 23rem);
    align-items: start;
  }

  .champions-links-preview__sticky {
    position: sticky;
    top: 24px;
  }
}

@media (max-width: 899px) {
  .champions-links-preview {
    order: -1;
  }
}

/* Public impact */
.champions-impact-hero {
  padding: clamp(70px, 10vw, 140px) 0;
  background:
    radial-gradient(circle at 82% 20%, rgba(241, 22, 112, 0.27), transparent 32%),
    linear-gradient(135deg, var(--champion-navy-deep), var(--champion-navy));
  color: #fff;
}

.champions-impact-hero .champion-nav {
  margin-bottom: clamp(50px, 8vw, 90px);
}

.champions-impact-hero .champions-kicker {
  color: #ff78ae;
}

.champions-impact-hero h1 {
  max-width: 1000px;
  margin-bottom: 26px;
  color: #fff;
  font-size: clamp(4rem, 9vw, 8.8rem);
  font-weight: 900;
  line-height: 0.88;
}

.champions-impact-hero > .wrap > p:last-child {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.15rem;
  line-height: 1.7;
}

.champions-impact-stats {
  padding: 56px 0 clamp(80px, 10vw, 130px);
  background: var(--champion-paper);
}

.champions-impact-stats dl {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 0;
}

.champions-impact-stats dl > div {
  padding: clamp(24px, 4vw, 48px);
}

.champions-impact-stats dt {
  font-size: clamp(2.4rem, 5vw, 5rem);
}

.champions-impact-method {
  margin: 22px 0 0;
  color: var(--champion-muted);
  font-size: 0.9rem;
}

.champions-impact-story__grid > div p {
  margin-bottom: 24px;
}

.champions-reveal {
  opacity: 1;
  transform: none;
}

.champions-enhanced .champions-reveal {
  opacity: 1;
  transform: none;
}

.champions-enhanced .champions-reveal.is-visible {
  animation: champions-rise 600ms cubic-bezier(.2,.8,.2,1) both;
}

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

@keyframes champions-fade {
  from { opacity: 0; transform: scale(.97); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes champions-pulse {
  0%, 100% { transform: scale(.85); opacity: .5; }
  50% { transform: scale(1.18); opacity: 1; }
}

@media (max-width: 980px) {
  .champions-hero {
    min-height: auto;
  }

  .champions-hero__inner {
    grid-template-columns: 1fr;
    padding-top: 76px;
  }

  .champions-hero__people {
    min-height: 540px;
    max-width: 580px;
    width: 100%;
    margin: 0 auto;
  }

  .champions-editorial__grid,
  .champions-boundaries__grid,
  .champions-impact-story__grid,
  .champions-form-layout,
  .champions-hub-links,
  .champions-brand-rules,
  .champions-get-started,
  .champions-profile-maker,
  .champions-announcement {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .champions-editorial header,
  .champions-boundaries header,
  .champions-impact-story header,
  .champions-form-aside {
    position: static;
  }

  .champion-nav {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }

  .champion-nav__links {
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
    scroll-snap-type: x proximity;
  }

  .champion-nav__links a {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .champions-asset-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .champions-impact-stats dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .champions-hero__inner {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .champions-hero h1 {
    font-size: clamp(3.25rem, 17vw, 5rem);
  }

  .champions-hero__lead {
    font-size: 1.05rem;
  }

  .champions-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .champions-button {
    width: 100%;
  }

  .champions-hero__people {
    min-height: 440px;
  }

  .champions-person {
    border-width: 0;
  }

  .champions-person__portrait {
    border-width: 5px;
  }

  .champions-person--one {
    right: 1%;
    width: 232px;
    height: 232px;
  }

  .champions-person--two {
    top: 176px;
    width: 165px;
    height: 165px;
  }

  .champions-person--three {
    bottom: 48px;
    width: 145px;
    height: 145px;
  }

  .champions-hero__people-caption {
    bottom: 2px;
    width: 165px;
    font-size: 0.78rem;
  }

  .champions-hero__people-caption span {
    font-size: 0.66rem;
  }

  .champions-distinction__inner {
    grid-template-columns: 1fr;
    gap: 12px;
    text-align: center;
  }

  .champions-distinction p:last-child {
    text-align: center;
  }

  .champions-distinction span {
    width: 2px;
    height: 26px;
    margin: 0 auto;
  }

  .champions-steps li,
  .champions-induction > section {
    grid-template-columns: 48px 1fr;
    gap: 16px;
  }

  .champions-voice::after {
    inset: 14px;
  }

  .champions-proof dl,
  .champions-impact-stats dl,
  .champions-dashboard-grid,
  .champions-form__grid,
  .champions-check-grid,
  .champions-caption-bank > div,
  .champions-asset-grid {
    grid-template-columns: 1fr;
  }

  .champions-final__inner,
  .champions-next,
  .champions-membership-controls,
  .champions-portal-header {
    align-items: stretch;
    flex-direction: column;
  }

  .champions-final__inner .champions-button,
  .champions-next .champions-button {
    width: 100%;
  }

  .champions-subhero__inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .champions-subhero img {
    width: 150px;
  }

  .champions-form-panel,
  .champions-empty {
    padding: 24px;
  }

  .champions-portal {
    padding-top: 18px;
  }

  .champions-portal-header h1 {
    font-size: clamp(2.45rem, 13vw, 4.25rem);
  }

  .champion-nav {
    margin-bottom: 50px;
    padding: 10px;
  }

  .champions-portal-header--hub > img {
    width: 135px;
    height: 135px;
  }

  .champions-progress {
    width: 60px;
    height: 60px;
  }

  .champions-action {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .champions-action__body > header h2 {
    font-size: clamp(1.9rem, 10vw, 3rem);
    overflow-wrap: anywhere;
  }

  .champions-copy-block {
    padding: 20px;
  }

  .champions-action__number {
    align-items: baseline;
    flex-direction: row;
  }

  .champions-action__controls {
    align-items: stretch;
    flex-direction: column;
  }

  .champions-complete-form {
    width: 100%;
  }

  .champions-toolkit-feature {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .champions-toolkit-feature > img {
    max-width: 230px;
    margin: 0 auto;
  }

  .champions-asset-preview {
    height: min(112vw, 470px);
    padding: 14px;
  }

  .champions-get-started {
    padding: 24px;
  }

  .champions-get-started li {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .champions-get-started li > a {
    grid-column: 2;
    justify-self: start;
  }

  .champions-profile-upload,
  .champions-announcement {
    padding: 24px;
  }

  .champions-first-action {
    grid-template-columns: 1fr;
  }

  .champions-first-action img {
    max-width: 280px;
    margin: 0 auto;
  }

  .champions-impact-hero h1 {
    font-size: clamp(3.6rem, 18vw, 5.8rem);
  }
}

@media (min-width: 370px) and (max-width: 680px) {
  .champions-page--landing .champions-hero .champions-actions {
    flex-direction: row;
  }

  .champions-page--landing .champions-hero .champions-button {
    width: auto;
    flex: 1 1 0;
    padding-inline: 0.7rem;
    font-size: 0.9rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .champions-page *,
  .champions-page *::before,
  .champions-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .champions-reveal {
    opacity: 1;
    transform: none;
  }
}

@media print {
  .champions-page .site-header,
  .champions-page .site-footer,
  .champions-page .champion-nav,
  .champions-page .mobile-support-dock,
  .champions-page .champions-actions,
  .champions-page button {
    display: none !important;
  }
}
