.association-hero {
  --profile-blue: #24519f;
  position: relative;
  isolation: isolate;
  min-height: 690px;
  overflow: hidden;
  padding: 36px 0 96px;
  background:
    radial-gradient(circle at 82% 28%, rgba(102, 174, 255, .25), transparent 31%),
    radial-gradient(circle at 10% 84%, rgba(87, 216, 207, .13), transparent 27%),
    linear-gradient(135deg, #07162d 0%, #102b58 58%, #174278 100%);
  color: #fff;
}
.association-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 56px 56px;
  content: "";
  mask-image: linear-gradient(to bottom, #000, transparent 86%);
}
.association-orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  pointer-events: none;
}
.association-orbit-one { top: -260px; right: -170px; width: 650px; height: 650px; }
.association-orbit-two { right: 19%; bottom: -340px; width: 590px; height: 590px; }
.association-hero-inner { position: relative; }
.association-back {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  transition: color 180ms ease, transform 180ms ease;
}
.association-back span { font-size: 20px; }
.association-back:hover,
.association-back:focus-visible { color: #fff; transform: translateX(-3px); }
.association-back:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }
.association-hero-grid {
  min-height: 500px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr);
  align-items: center;
  gap: clamp(54px, 8vw, 118px);
  padding-top: 54px;
}
.association-identity { max-width: 720px; }
.association-kicker {
  margin-bottom: 18px;
  color: #9fd2ff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.association-identity h1 {
  max-width: 780px;
  color: #fff;
  font-family: var(--display);
  font-size: clamp(58px, 8vw, 126px);
  font-weight: 400;
  letter-spacing: -.075em;
  line-height: .86;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}
.association-identity > p:last-child {
  max-width: 650px;
  margin-top: 34px;
  color: rgba(255, 255, 255, .78);
  font-family: var(--body);
  font-size: clamp(17px, 1.45vw, 21px);
  font-weight: 400;
  line-height: 1.65;
}
.association-logo-stage {
  width: min(100%, 390px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  justify-self: end;
  position: relative;
}
.association-logo-halo {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 50%;
}
.association-logo-halo::before,
.association-logo-halo::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}
.association-logo-halo::before {
  inset: 8%;
  border: 1px dashed rgba(255, 255, 255, .23);
}
.association-logo-halo::after {
  top: 4%;
  right: 19%;
  width: 13px;
  height: 13px;
  background: #69dcdb;
  box-shadow: 0 0 0 8px rgba(105, 220, 219, .12);
}
.association-logo-frame {
  width: 73%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 7px solid rgba(255, 255, 255, .9);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .32), 0 0 0 1px rgba(255, 255, 255, .24);
}
.association-logo-frame img { width: 100%; height: 100%; object-fit: contain; }
.association-logo-frame > span {
  color: var(--blue);
  font-family: var(--display);
  font-size: clamp(56px, 7vw, 96px);
}
.association-badge {
  position: absolute;
  right: 0;
  bottom: 10%;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  background: rgba(7, 22, 45, .72);
  color: #fff;
  font-size: 13px;
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .2);
}
.association-connect {
  padding: 112px 0 128px;
  background: #fff;
}
.association-connect-grid {
  display: grid;
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
  gap: clamp(50px, 9vw, 130px);
  align-items: start;
}
.association-connect-heading { position: sticky; top: 120px; }
.association-connect-heading h2,
.association-related-head h2 {
  margin-top: 9px;
  color: #101827;
  font-family: var(--display);
  font-size: clamp(52px, 6vw, 82px);
  font-weight: 400;
  letter-spacing: -.07em;
  line-height: .91;
  text-transform: uppercase;
}
.association-connect-heading > p:last-child {
  max-width: 390px;
  margin-top: 26px;
  color: #667085;
  font-family: var(--body);
  font-weight: 400;
  line-height: 1.65;
}
.association-social-grid { display: grid; gap: 15px; }
.association-social {
  min-height: 124px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 48px;
  align-items: center;
  gap: 19px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid #e3e8f0;
  border-radius: 22px;
  background: #f8faff;
  position: relative;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms cubic-bezier(.22, 1, .36, 1);
}
.association-social::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 42%;
  border-radius: 0 4px 4px 0;
  background: var(--social-accent, var(--blue));
  content: "";
  transform: translateY(-50%);
}
.association-social-instagram { --social-accent: #ba267b; }
.association-social-facebook { --social-accent: #1877f2; }
.association-social-website { --social-accent: #16a6a3; }
.association-social-location { --social-accent: #e57445; }
.association-social:hover,
.association-social:focus-visible {
  border-color: color-mix(in srgb, var(--social-accent) 42%, #dce4ef);
  box-shadow: 0 18px 42px rgba(14, 36, 70, .11);
  outline: none;
  transform: translateY(-3px);
}
.association-social:active { transform: scale(.988); }
.association-social-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  background: #fff;
  color: var(--social-accent);
  box-shadow: 0 7px 20px rgba(20, 41, 78, .08);
}
.association-social-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.association-social-copy { display: grid; gap: 3px; }
.association-social-copy small { color: #7c8798; font-size: 13px; }
.association-social-copy strong { color: #16233a; font-size: clamp(19px, 2vw, 25px); }
.association-social-arrow,
.association-related-arrow {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--social-accent, var(--blue));
}
.association-social-arrow svg,
.association-related-arrow svg,
.association-related-head > a svg,
.association-social-empty a svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.association-social-empty {
  min-height: 300px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  padding: 44px;
  border: 1px dashed rgba(36, 81, 159, .25);
  border-radius: 24px;
  background: #f6f9ff;
  text-align: center;
}
.association-social-empty strong { color: #15253e; font-size: 23px; }
.association-social-empty p { color: #69778c; font-family: var(--body); font-weight: 400; }
.association-social-empty a,
.association-related-head > a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 8px;
  color: var(--blue);
  font-weight: 700;
}
.association-location-source {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  padding: 4px 10px;
  color: #63758f;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.association-related {
  padding: 106px 0 126px;
  background: #f2f6fc;
}
.association-related-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 52px;
}
.association-related-head h2 { font-size: clamp(50px, 5.6vw, 76px); }
.association-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.association-related-card {
  min-width: 0;
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(36, 81, 159, .1);
  border-radius: 18px;
  background: #fff;
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}
.association-related-card:hover,
.association-related-card:focus-visible {
  border-color: rgba(36, 81, 159, .38);
  box-shadow: 0 13px 30px rgba(20, 48, 91, .1);
  outline: none;
  transform: translateY(-3px);
}
.association-related-logo {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #eef4ff;
  color: var(--blue);
  box-shadow: 0 0 0 1px rgba(36, 81, 159, .18);
}
.association-related-logo img { width: 100%; height: 100%; object-fit: contain; }
.association-related-logo > span { font-family: var(--display); font-size: 19px; }
.association-related-card > strong {
  min-width: 0;
  color: #17253c;
  font-size: 13px;
  line-height: 1.3;
  overflow-wrap: anywhere;
}
.association-related-arrow { width: 34px; height: 34px; background: #f0f5fd; }
.association-related-arrow svg { width: 17px; height: 17px; }

@media (max-width: 900px) {
  .association-hero { min-height: auto; }
  .association-hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 52px;
    padding-top: 54px;
  }
  .association-logo-stage { width: min(78vw, 360px); justify-self: center; }
  .association-connect-grid { grid-template-columns: 1fr; }
  .association-connect-heading { position: static; }
  .association-connect-heading h2 br { display: none; }
  .association-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  .association-hero { padding: 16px 0 72px; }
  .association-hero-grid { gap: 38px; padding-top: 34px; }
  .association-identity h1 { font-size: clamp(49px, 18vw, 74px); line-height: .9; }
  .association-identity > p:last-child { margin-top: 25px; font-size: 17px; line-height: 1.58; }
  .association-logo-stage { width: min(84vw, 330px); }
  .association-badge { right: 4%; bottom: 4%; }
  .association-connect { padding: 76px 0 84px; }
  .association-connect-grid { gap: 38px; }
  .association-social {
    min-height: 104px;
    grid-template-columns: 50px minmax(0, 1fr) 40px;
    gap: 13px;
    padding: 17px 14px;
    border-radius: 18px;
  }
  .association-social-icon { width: 50px; height: 50px; border-radius: 14px; }
  .association-social-copy small { font-size: 11px; }
  .association-social-copy strong { font-size: 18px; }
  .association-social-arrow { width: 40px; height: 40px; }
  .association-social-empty { min-height: 260px; padding: 30px 20px; }
  .association-related { padding: 78px 0 88px; }
  .association-related-head { align-items: start; flex-direction: column; margin-bottom: 34px; }
  .association-related-grid { grid-template-columns: 1fr; }
  .association-related-card { min-height: 82px; }
}

@media (prefers-reduced-motion: reduce) {
  .association-back,
  .association-social,
  .association-related-card { transition: none; }
}
