.rfa-associates-page {
  color: var(--rfa-text);
  overflow-x: clip;
  background: var(--rfa-bg) !important;
}

.rfa-associates-page .topbar {
  min-height: 0;
  overflow: visible;
}

.rfa-associates-page .topbar-inner {
  min-height: 68px;
  padding: 6px 0;
  align-items: center;
  overflow: visible;
}

.rfa-associates-page .brand--logo {
  gap: 0 !important;
  display: inline-flex;
  align-items: center;
  min-width: 0;
  overflow: visible;
}

.rfa-associates-page .brand-logo {
  display: block;
  width: auto;
  max-width: 100%;
  height: 132px;
  margin-block: -32px;
}

.rfa-associates-page .topbar-cta,
.rfa-associates-page .mobile-drawer-actions .btn-primary {
  min-width: 218px;
  justify-content: center;
}

.rfa-associates-page .btn-primary,
.rfa-associates-page .btn-secondary {
  border-color: color-mix(in srgb, var(--rfa-accent), white 14%) !important;
  background: linear-gradient(135deg, color-mix(in srgb, var(--rfa-accent), white 10%), color-mix(in srgb, var(--rfa-accent), black 10%)) !important;
  color: #1b1206 !important;
  text-shadow: none !important;
}

.rfa-associates-page .btn-primary:hover,
.rfa-associates-page .btn-primary:focus-visible,
.rfa-associates-page .btn-secondary:hover,
.rfa-associates-page .btn-secondary:focus-visible {
  background: linear-gradient(135deg, color-mix(in srgb, var(--rfa-accent), white 18%), color-mix(in srgb, var(--rfa-accent), black 2%)) !important;
  border-color: color-mix(in srgb, var(--rfa-accent), white 24%) !important;
  color: #120b03 !important;
}

.rfa-associates-page .associates-hero {
  position: relative;
  padding: 38px 0 30px !important;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, color-mix(in srgb, var(--rfa-accent), transparent 74%) 0%, transparent 36%),
    linear-gradient(180deg, color-mix(in srgb, #071019, transparent 10%) 0%, color-mix(in srgb, #071019, transparent 0%) 100%);
}

.rfa-associates-page .associates-hero::before,
.rfa-associates-page .associates-hero::after {
  content: '';
  position: absolute;
  inset: auto;
  pointer-events: none;
  z-index: 0;
}

.rfa-associates-page .associates-hero::before {
  right: -120px;
  top: -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--rfa-accent), transparent 78%) 0%, transparent 68%);
}

.rfa-associates-page .associates-hero::after {
  left: -80px;
  bottom: 10px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, white, transparent 92%) 0%, transparent 70%);
}

.rfa-associates-page .associates-hero-grid,
.rfa-associates-page .associates-two-column {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(320px, 0.86fr);
  gap: 34px;
  align-items: start;
}

.rfa-associates-page .associates-hero-grid {
  position: relative;
  z-index: 1;
}

.rfa-associates-page .associates-copy {
  display: grid;
  gap: 20px;
  padding: 30px 0 0 24px !important;
  position: relative;
}

.rfa-associates-page .associates-copy::before {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, color-mix(in srgb, var(--rfa-accent), transparent 6%), transparent 88%);
}

.rfa-associates-page .display-title {
  font-size: clamp(3rem, 5vw, 4.6rem) !important;
  line-height: 0.92 !important;
  max-width: 11ch !important;
}

.rfa-associates-page .lead {
  max-width: 58ch;
  color: var(--rfa-text-soft);
  font-size: 1rem;
  line-height: 1.8;
}

.rfa-associates-page .associates-metrics {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px !important;
}

.rfa-associates-page .associates-metrics .stat-card {
  min-height: 0;
  padding: 20px 18px 16px !important;
  border-radius: 0;
  border: 0;
  border-top: 1px solid color-mix(in srgb, var(--rfa-accent), transparent 36%);
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.rfa-associates-page .associates-metrics .stat-card:not(:first-child) {
  padding-left: 18px !important;
}

.rfa-associates-page .associates-panel {
  display: grid;
  gap: 20px;
  padding: 22px 0 0 0 !important;
  border-radius: 0;
  border: 0;
  border-top: 1px solid color-mix(in srgb, var(--rfa-line), transparent 12%);
  background: transparent;
  box-shadow: none;
}

.rfa-associates-page .associate-media-composition {
  position: relative;
  min-height: 420px;
  padding: 0;
}

.rfa-associates-page .associate-media-composition::before {
  content: '';
  position: absolute;
  inset: 18px 18px 18px auto;
  width: 46%;
  border-radius: 28px;
  background: linear-gradient(180deg, color-mix(in srgb, var(--rfa-accent), transparent 76%) 0%, transparent 100%);
  filter: blur(8px);
  opacity: 0.9;
}

.rfa-associates-page .associate-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid color-mix(in srgb, var(--rfa-line), transparent 28%);
  background: color-mix(in srgb, var(--rfa-surface), black 4%);
  box-shadow: none;
}

.rfa-associates-page .associate-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 22%, rgba(5, 9, 16, 0.16) 100%);
}

.rfa-associates-page .associate-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rfa-associates-page .associate-media--portrait {
  width: 100%;
  min-height: 390px;
}

.rfa-associates-page .associate-media--action {
  position: absolute;
  right: -8px;
  bottom: 18px;
  width: min(44%, 220px);
  min-height: 220px;
  border-width: 2px;
  transform: rotate(-2.5deg);
  transform-origin: center center;
  z-index: 1;
}

.rfa-associates-page .associate-media--portrait img {
  object-position: 52% 22%;
}

.rfa-associates-page .associate-media--action img {
  object-position: 50% 20%;
}

.rfa-associates-page .associate-identity-card,
.rfa-associates-page .associate-club-list,
.rfa-associates-page .associate-impact-card,
.rfa-associates-page .associate-timeline-card,
.rfa-associates-page .associate-honour-card {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.rfa-associates-page .associate-identity-card {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 18px 0 0;
  border-top: 1px solid color-mix(in srgb, var(--rfa-line), transparent 18%);
}

.rfa-associates-page .associate-mark {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border: 0;
  background: linear-gradient(180deg, color-mix(in srgb, var(--rfa-accent), transparent 90%) 0%, transparent 100%);
  color: color-mix(in srgb, var(--rfa-accent), white 14%);
  font-family: var(--rfa-font-display);
  font-size: clamp(1.9rem, 4vw, 2.7rem);
  font-weight: 800;
  letter-spacing: 0.08em;
}

.rfa-associates-page .associate-identity-copy {
  display: grid;
  gap: 10px;
}

.rfa-associates-page .associate-identity-copy h2,
.rfa-associates-page .associate-timeline-card h3,
.rfa-associates-page .associate-impact-card h3,
.rfa-associates-page .associate-club-list h3 {
  margin: 0;
  font-family: var(--rfa-font-ui);
}

.rfa-associates-page .associate-role {
  margin: 0;
  color: color-mix(in srgb, var(--rfa-accent), white 18%);
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.rfa-associates-page .associate-meta {
  display: grid;
  gap: 8px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.rfa-associates-page .associate-meta li {
  display: grid;
  gap: 4px;
  padding-top: 10px;
  border-top: 1px solid color-mix(in srgb, var(--rfa-line), transparent 40%);
}

.rfa-associates-page .associate-meta strong {
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--rfa-text-soft), white 16%);
}

.rfa-associates-page .associate-meta span,
.rfa-associates-page .associate-timeline-card p,
.rfa-associates-page .associate-impact-card p,
.rfa-associates-page .associate-honour-card span,
.rfa-associates-page .associate-club-list li {
  color: var(--rfa-text-soft);
  line-height: 1.7;
}

.rfa-associates-page .associates-section {
  padding: 16px 0 44px;
}

.rfa-associates-page .associates-section--contrast {
  background: linear-gradient(180deg, color-mix(in srgb, #08121c, transparent 8%) 0%, color-mix(in srgb, #0a1420, transparent 0%) 100%);
}

.rfa-associates-page .section-heading {
  display: grid;
  gap: 10px;
  max-width: 900px;
  margin-bottom: 26px;
}

.rfa-associates-page .associate-timeline-grid,
.rfa-associates-page .associate-impact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 22px;
}

.rfa-associates-page .associate-timeline-card,
.rfa-associates-page .associate-impact-card {
  display: grid;
  gap: 12px;
  padding: 18px 0 0;
  position: relative;
  overflow: hidden;
  border-top: 1px solid color-mix(in srgb, var(--rfa-line), transparent 24%);
}

.rfa-associates-page .associate-timeline-card::before,
.rfa-associates-page .associate-impact-card::before,
.rfa-associates-page .associate-honour-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 72px;
  height: 2px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--rfa-accent), white 10%), transparent 100%);
}

.rfa-associates-page .timeline-period,
.rfa-associates-page .associate-honour-card strong {
  color: color-mix(in srgb, var(--rfa-accent), white 16%);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.rfa-associates-page .associate-club-list {
  margin-top: 20px;
  padding: 20px 0 0;
  border-top: 1px solid color-mix(in srgb, var(--rfa-line), transparent 24%);
}

.rfa-associates-page .associate-country-list {
  margin-top: 14px;
}

.rfa-associates-page .associate-honours-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-content: start;
}

.rfa-associates-page .associate-honour-card {
  display: grid;
  gap: 10px;
  padding: 16px 0 0;
  border-top: 1px solid color-mix(in srgb, var(--rfa-line), transparent 24%);
}

.rfa-associates-page .footer {
  padding-top: 12px;
}

@media (max-width: 980px) {
  .rfa-associates-page .associates-hero-grid,
  .rfa-associates-page .associates-two-column {
    grid-template-columns: 1fr;
  }

  .rfa-associates-page .associate-media-composition {
    min-height: 430px;
    max-width: 560px;
  }

  .rfa-associates-page .associate-media--action {
    transform: rotate(-1.5deg);
  }

  .rfa-associates-page .associate-honours-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .rfa-associates-page .topbar-inner {
    min-height: 60px;
    padding: 4px 0;
  }

  .rfa-associates-page .brand-logo {
    height: 94px;
    margin-block: -22px;
  }

  .rfa-associates-page .associates-copy {
    padding-left: 18px !important;
  }

  .rfa-associates-page .associate-media-composition {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 0;
    padding-bottom: 0;
  }

  .rfa-associates-page .associate-media-composition::before {
    display: none;
  }

  .rfa-associates-page .associate-identity-card {
    grid-template-columns: 1fr;
  }

  .rfa-associates-page .associate-media--portrait {
    width: 100%;
    min-height: 320px;
  }

  .rfa-associates-page .associate-media--action {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 280px);
    min-height: 230px;
    margin: -64px 0 0 auto;
    transform: none;
  }

  .rfa-associates-page .associate-mark {
    width: 92px;
  }
}

@media (max-width: 640px) {
  .rfa-associates-page .associates-metrics,
  .rfa-associates-page .associate-honours-grid {
    grid-template-columns: 1fr;
  }

  .rfa-associates-page .associates-panel {
    padding: 22px 0 0 !important;
  }

  .rfa-associates-page .associate-media--portrait {
    min-height: 280px;
  }

  .rfa-associates-page .associate-media--action {
    width: min(88%, 240px);
    min-height: 190px;
    margin-top: -28px;
  }
}