:root {
  --assoc-warm: #f0a32f;
  --assoc-warm-soft: rgba(240,163,47,.16);
}

.assoc-page {
  background:
    radial-gradient(circle at 78% 9%, rgba(239,23,37,.055), transparent 28rem),
    #080a0d;
}

.assoc-page .site-header { z-index: 80; }

.assoc-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 82% 22%, rgba(239,23,37,.18), transparent 30%),
    radial-gradient(circle at 70% 64%, rgba(240,163,47,.06), transparent 24%),
    linear-gradient(135deg, #07090c 0%, #0b0f14 58%, #080a0d 100%);
}

.assoc-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;
  pointer-events: none;
  background:
    linear-gradient(165deg, transparent 0 45%, rgba(239,23,37,.13) 45.2% 45.6%, transparent 45.8%),
    linear-gradient(177deg, transparent 0 63%, rgba(255,255,255,.055) 63.1% 63.3%, transparent 63.5%);
}

.assoc-hero__gridlines {
  position: absolute;
  inset: 0;
  opacity: .21;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(90deg, black, transparent 72%);
}

.assoc-hero__glow {
  position: absolute;
  width: 560px;
  height: 560px;
  right: -190px;
  top: -220px;
  border-radius: 50%;
  border: 1px solid rgba(239,23,37,.16);
  box-shadow: 0 0 0 80px rgba(239,23,37,.025), 0 0 0 160px rgba(239,23,37,.018);
}

.assoc-hero__layout {
  position: relative;
  z-index: 2;
  min-height: 720px;
  padding-block: 88px 82px;
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(440px, .84fr);
  align-items: center;
  gap: 72px;
}

.assoc-overline {
  margin: 0 0 13px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .19em;
}

.assoc-hero h1 { font-size: clamp(58px, 6.4vw, 94px); }
.assoc-hero__copy .lead {
  max-width: 670px;
  margin: 30px 0 12px;
  color: #f2f3f5;
  font-size: 19px;
}
.assoc-hero__copy > p:not(.eyebrow):not(.assoc-overline):not(.lead) {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
}
.assoc-hero__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 34px; }
.assoc-hero__tags span {
  padding: 7px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #cbd0d7;
  background: rgba(255,255,255,.025);
  font-size: 11px;
}

.assoc-collage {
  position: relative;
  min-height: 555px;
  isolation: isolate;
}

.assoc-collage::before {
  content: "";
  position: absolute;
  inset: 38px 42px 26px 22px;
  z-index: -1;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 34px;
  background: linear-gradient(140deg, rgba(255,255,255,.06), rgba(255,255,255,.012));
  transform: rotate(-2.2deg);
}

.assoc-collage button { appearance: none; color: inherit; }
.assoc-collage__main {
  position: absolute;
  inset: 18px 44px 54px 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 28px;
  box-shadow: var(--shadow);
  cursor: zoom-in;
}
.assoc-collage__main img { width: 100%; height: 100%; object-fit: cover; }
.assoc-collage__main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.86));
  pointer-events: none;
}
.assoc-collage__legend {
  position: absolute;
  z-index: 3;
  left: 24px;
  bottom: 22px;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.assoc-collage__legend small { color: #d9dce1; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.assoc-collage__legend strong { margin-top: 3px; font-size: 19px; }

.assoc-collage__poster {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  width: 178px;
  height: 256px;
  padding: 8px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 18px;
  background: #f7f3ec;
  box-shadow: 0 22px 50px rgba(0,0,0,.48);
  cursor: zoom-in;
  transform: rotate(2.5deg);
}
.assoc-collage__poster img { width: 100%; height: 100%; object-fit: contain; }

.assoc-collage__badge {
  position: absolute;
  z-index: 5;
  left: -22px;
  bottom: 12px;
  min-width: 215px;
  padding: 14px 17px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 16px;
  background: rgba(15,18,23,.94);
  box-shadow: 0 18px 45px rgba(0,0,0,.4);
  backdrop-filter: blur(15px);
}
.assoc-collage__badge > span { color: var(--red); font-size: 40px; font-weight: 950; line-height: 1; }
.assoc-collage__badge div { display: flex; flex-direction: column; }
.assoc-collage__badge strong { font-size: 26px; line-height: 1; }
.assoc-collage__badge small { margin-top: 5px; color: #cfd3da; text-transform: uppercase; letter-spacing: .08em; font-size: 9px; }

.assoc-strip { border-bottom: 1px solid var(--line); background: #0c0f14; }
.assoc-strip__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.assoc-strip article {
  min-height: 118px;
  padding: 28px 34px;
  display: flex;
  align-items: center;
  gap: 17px;
  border-right: 1px solid var(--line);
}
.assoc-strip article:last-child { border-right: 0; }
.assoc-strip article > span {
  width: 45px;
  height: 45px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid rgba(239,23,37,.28);
  border-radius: 12px;
  color: var(--red);
  background: rgba(239,23,37,.07);
  font-size: 22px;
}
.assoc-strip article div { display: flex; flex-direction: column; }
.assoc-strip strong { font-size: 15px; }
.assoc-strip small { margin-top: 4px; color: var(--muted); font-size: 11px; }

.assoc-intro { background: #080a0d; }
.assoc-intro__grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(330px, .62fr); gap: 78px; align-items: start; }
.assoc-intro h2, .assoc-events h2 { font-size: clamp(40px, 5vw, 66px); }
.assoc-intro__lead { max-width: 790px; margin: 28px 0 12px; color: #eff1f4; font-size: 18px; }
.assoc-intro__copy > p:not(.section-kicker):not(.assoc-intro__lead) { max-width: 790px; color: var(--muted); }

.assoc-values { margin-top: 38px; border-top: 1px solid var(--line); }
.assoc-values > div {
  min-height: 78px;
  display: grid;
  grid-template-columns: 42px 150px 1fr;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid var(--line);
}
.assoc-values span { color: var(--red); font-size: 10px; font-weight: 900; }
.assoc-values strong { font-size: 13px; }
.assoc-values small { color: var(--muted); }

.assoc-contact-card {
  position: sticky;
  top: 125px;
  overflow: hidden;
  padding: 38px 34px 34px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0, rgba(239,23,37,.22), transparent 43%),
    linear-gradient(150deg, #171b22, #0e1116);
  box-shadow: var(--shadow);
}
.assoc-contact-card::after {
  content: "";
  position: absolute;
  right: -32px;
  bottom: -45px;
  width: 160px;
  height: 160px;
  border: 28px solid rgba(239,23,37,.07);
  border-radius: 50%;
}
.assoc-contact-card__mark {
  width: fit-content;
  margin-bottom: 46px;
  padding: 10px 13px;
  border-radius: 10px;
  color: white;
  background: var(--red);
  box-shadow: 0 10px 25px rgba(239,23,37,.25);
  font-size: 17px;
  font-weight: 950;
}
.assoc-contact-card h3 { margin: 0; font-size: 28px; line-height: 1.12; letter-spacing: -.03em; }
.assoc-contact-card p:not(.section-kicker) { color: var(--muted); }
.assoc-contact-card .button { position: relative; z-index: 2; width: 100%; margin-top: 13px; }
.assoc-contact-card > small { position: relative; z-index: 2; display: block; margin-top: 12px; color: #858b95; font-size: 10px; text-align: center; }

.assoc-press {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #0f1217;
}
.assoc-press__grid { display: grid; grid-template-columns: 1.12fr .88fr; grid-auto-rows: 370px; gap: 18px; }
.press-card {
  position: relative;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #151920;
  cursor: zoom-in;
  transition: transform .25s ease, border-color .25s ease;
}
.press-card:hover { transform: translateY(-5px); border-color: rgba(239,23,37,.48); }
.press-card--wide { grid-row: span 2; }
.press-card img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .55s ease; }
.press-card--wide img { object-fit: contain; background: #f5f5f4; }
.press-card:hover img { transform: scale(1.025); }
.press-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(0,0,0,.88));
  pointer-events: none;
}
.press-card__copy {
  position: absolute;
  z-index: 3;
  left: 22px;
  right: 22px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.press-card__copy small { color: var(--red); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.press-card__copy strong { max-width: 430px; margin-top: 5px; font-size: 19px; line-height: 1.2; }
.press-card__copy span { margin-top: 8px; color: #c7cbd2; font-size: 11px; }

.assoc-events { background: #090b0e; }
.assoc-events__heading {
  display: grid;
  grid-template-columns: 1fr auto minmax(310px, .7fr);
  align-items: end;
  gap: 42px;
  margin-bottom: 44px;
}
.assoc-events__heading > p:last-child { margin: 0; color: var(--muted); }
.assoc-event-date {
  min-width: 150px;
  padding: 15px 18px;
  display: flex;
  align-items: center;
  gap: 11px;
  border-left: 3px solid var(--red);
  background: rgba(255,255,255,.035);
}
.assoc-event-date strong { color: var(--red); font-size: 38px; line-height: 1; }
.assoc-event-date span { color: #d6d9df; font-size: 11px; line-height: 1.25; text-transform: uppercase; letter-spacing: .08em; }

.assoc-event-gallery {
  display: grid;
  grid-template-columns: .72fr 1.28fr .72fr;
  grid-template-rows: 560px;
  gap: 18px;
}
.event-poster, .event-photo {
  position: relative;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #151920;
  cursor: zoom-in;
  transition: transform .25s ease, border-color .25s ease;
}
.event-poster:hover, .event-photo:hover { transform: translateY(-5px); border-color: rgba(239,23,37,.5); }
.event-poster { padding: 15px; background: #eee9df; }
.event-poster img { width: 100%; height: 100%; object-fit: contain; }
.event-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.event-photo:hover img { transform: scale(1.035); }
.event-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,.88));
  pointer-events: none;
}
.event-poster__label, .event-photo > span {
  position: absolute;
  z-index: 3;
  left: 18px;
  right: 18px;
  bottom: 17px;
  padding: 13px 14px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 13px;
  color: white;
  text-align: left;
  background: rgba(8,10,13,.86);
  backdrop-filter: blur(10px);
}
.event-poster__label small, .event-photo > span small { color: #cfd3da; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.event-poster__label strong, .event-photo > span strong { margin-top: 3px; font-size: 15px; }

.assoc-contact { padding: 24px 0 92px; background: #090b0e; }
.assoc-contact__panel {
  padding: 42px 44px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
  overflow: hidden;
  border-radius: 25px;
  background:
    radial-gradient(circle at 7% 110%, rgba(255,255,255,.18), transparent 25%),
    linear-gradient(120deg, #c90e1a, #f01725);
  box-shadow: 0 26px 70px rgba(239,23,37,.18);
}
.assoc-contact__symbol {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.33);
  border-radius: 17px;
  color: white;
  background: rgba(255,255,255,.1);
  font-size: 38px;
  font-weight: 950;
}
.assoc-contact .section-kicker { color: rgba(255,255,255,.76); }
.assoc-contact h2 { font-size: clamp(32px, 4vw, 50px); }
.assoc-contact p { max-width: 680px; margin-bottom: 0; color: rgba(255,255,255,.82); }
.assoc-contact__actions { min-width: 250px; display: flex; flex-direction: column; gap: 12px; text-align: center; }
.assoc-contact__actions > a:last-child { color: white; font-size: 11px; font-weight: 800; text-decoration: none; }
.assoc-contact__actions > a:last-child:hover { text-decoration: underline; }

.assoc-page .footer-links { display: flex; gap: 24px; }

@media (max-width: 1050px) {
  .assoc-hero__layout { grid-template-columns: 1fr 390px; gap: 42px; }
  .assoc-collage { min-height: 500px; }
  .assoc-intro__grid { gap: 45px; }
  .assoc-event-gallery { grid-template-columns: .8fr 1.2fr; grid-template-rows: 470px 340px; }
  .event-photo:last-child { grid-column: 1 / -1; }
  .assoc-events__heading { grid-template-columns: 1fr auto; }
  .assoc-events__heading > p:last-child { grid-column: 1 / -1; max-width: 760px; }
}

@media (max-width: 820px) {
  .assoc-hero__layout { min-height: auto; grid-template-columns: 1fr; padding-block: 62px 76px; }
  .assoc-collage { width: min(100%, 560px); margin-inline: auto; }
  .assoc-strip__grid { grid-template-columns: 1fr; }
  .assoc-strip article { min-height: 92px; border-right: 0; border-bottom: 1px solid var(--line); }
  .assoc-strip article:last-child { border-bottom: 0; }
  .assoc-intro__grid { grid-template-columns: 1fr; }
  .assoc-contact-card { position: relative; top: auto; }
  .assoc-press__grid { grid-template-columns: 1fr; grid-auto-rows: 430px; }
  .press-card--wide { grid-row: auto; }
  .assoc-events__heading { grid-template-columns: 1fr; gap: 22px; }
  .assoc-event-date { width: fit-content; }
  .assoc-events__heading > p:last-child { grid-column: auto; }
  .assoc-event-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 530px 370px; }
  .event-poster { grid-row: 1; }
  .event-photo--large { grid-row: 1; }
  .event-photo:last-child { grid-column: 1 / -1; grid-row: 2; }
  .assoc-contact__panel { grid-template-columns: 1fr; }
  .assoc-contact__symbol { display: none; }
  .assoc-contact__actions { min-width: 0; width: 100%; }
}

@media (max-width: 560px) {
  .assoc-hero h1 { font-size: clamp(50px, 16vw, 70px); }
  .assoc-hero__copy .lead { font-size: 17px; }
  .assoc-collage { min-height: 455px; }
  .assoc-collage__main { inset: 8px 22px 55px 0; }
  .assoc-collage__poster { width: 140px; height: 205px; }
  .assoc-collage__badge { left: 8px; min-width: 190px; }
  .assoc-values > div { grid-template-columns: 34px 1fr; gap: 10px; padding-block: 15px; }
  .assoc-values small { grid-column: 2; }
  .assoc-press__grid { grid-auto-rows: 340px; }
  .assoc-event-gallery { grid-template-columns: 1fr; grid-template-rows: 520px 390px 430px; }
  .event-poster, .event-photo--large, .event-photo:last-child { grid-column: auto; grid-row: auto; }
  .assoc-contact__panel { padding: 34px 25px; }
  .assoc-contact__actions .button { width: 100%; }
  .assoc-page .footer-links { gap: 13px; flex-direction: column; }
}
