/* Seasonal promotion; removing hero--convention restores the original hero. */
.hero--convention .hero__inner {
  max-width: 1440px;
  padding-top: clamp(2.5rem, 5vh, 4rem);
  padding-bottom: 5rem;
}
.hero--convention .hero__layout {
  display: grid; grid-template-columns: .9fr 1.1fr;
  gap: clamp(2rem, 4vw, 4.5rem); align-items: center;
}
.hero--convention .hero__title { font-size: clamp(3rem, 5vw, 5.6rem); }
.hero--convention .hero__meta { gap: 1.2rem; margin-top: 2rem; }
.hero--convention .hero__meta div strong { font-size: .9rem; }
.convention-banner {
  position: relative; isolation: isolate; display: flex; align-items: flex-end;
  min-width: 0; border-radius: 18px; overflow: hidden;
  background: #fb794c; color: #261207;
  box-shadow: 0 22px 70px #0008; border: 1px solid #ffd48280;
}
.convention-banner::before {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(to bottom, transparent 45%, #fb794c 80%),
    url('/assets/img/npfa-convention-2026.webp') center top / 100% auto no-repeat;
}
.convention-banner__content {
  width: 100%; padding: 57% clamp(1.2rem, 2.5vw, 2.2rem) clamp(1.5rem, 3vw, 2.5rem);
  text-align: center;
}
.convention-banner__org {
  font-size: clamp(.85rem, 1.25vw, 1.12rem); font-weight: 600; line-height: 1.45;
  max-width: 32ch; margin-inline: auto;
}
.convention-banner__title {
  font-family: var(--font-body); color: #241006;
  font-size: clamp(2rem, 3.3vw, 3.4rem); font-weight: 700; line-height: 1;
  letter-spacing: -.055em; text-transform: uppercase; margin: .8rem 0;
}
.convention-banner__date { font-size: clamp(.94rem, 1.45vw, 1.25rem); font-weight: 600; }
.convention-banner__link {
  display: inline-flex; align-items: center; gap: 1rem; margin-top: 1.25rem;
  padding: .85rem 1.4rem; background: #241006; color: #fff3dd;
  border-radius: 6px; font-weight: 600; font-size: .95rem;
}
.convention-banner__link:hover { background: #48220e; }
.convention-banner__link:focus-visible { outline-color: #241006; }
@media (max-width: 850px) {
  .hero--convention .hero__layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero--convention .convention-banner { grid-row: 1; width: 100%; max-width: 580px; margin-inline: auto; }
  .hero--convention .hero__welcome { max-width: 580px; margin-inline: auto; width: 100%; }
  .hero--convention .hero__inner { padding-top: 1.5rem; }
  .convention-banner__title { font-size: clamp(2rem, 7vw, 3.4rem); }
  .convention-banner__org { font-size: clamp(.9rem, 2.8vw, 1.12rem); }
  .convention-banner__date { font-size: clamp(.9rem, 3vw, 1.25rem); }
}
