/* Events · Hero — template-parts/gf-events-hero.php */

.gf-events-hero {
  position: relative;
  padding: 5.85rem 0 0;
  background: #07070b;
  color: #fff;
  overflow: hidden;
}

.gf-events-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 88% 8%, rgba(255, 204, 0, 0.16), transparent 42%),
    linear-gradient(165deg, #07070b 0%, #101118 100%);
  background-size: cover;
  background-position: center;
}

.gf-events-hero__grid-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at 18% 12%, #000 0%, transparent 68%);
  pointer-events: none;
}

.gf-events-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 7, 11, 0.86) 0%, rgba(7, 7, 11, 0.52) 58%, rgba(7, 7, 11, 0.88) 100%),
    linear-gradient(180deg, rgba(7, 7, 11, 0.12) 0%, rgba(7, 7, 11, 0.92) 100%);
  pointer-events: none;
}

.gf-events-hero__inner {
  position: relative;
  z-index: 2;
  padding-bottom: clamp(2.75rem, 5vw, 4.25rem);
}

.gf-events-crumbs {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start !important;
  width: auto !important;
  gap: 0.45rem !important;
  margin: 0 0 1.5rem !important;
  padding: 0 0 0.85rem !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.74rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}

.gf-events-crumbs a {
  color: rgba(255, 255, 255, 0.72) !important;
  text-decoration: none !important;
}

.gf-events-crumbs a:hover {
  color: #ffcc00 !important;
}

.gf-events-crumbs__sep {
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 50%;
  background: rgba(255, 204, 0, 0.5);
  flex: 0 0 auto;
}

.gf-events-crumbs__current {
  color: rgba(255, 255, 255, 0.92);
}

.gf-events-hero__intro {
  position: relative;
  max-width: 42rem;
  padding-left: 1.2rem;
}

.gf-events-hero__intro::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15rem;
  bottom: 0.15rem;
  width: 2px;
  background: linear-gradient(180deg, #ffcc00 0%, rgba(255, 204, 0, 0.12) 100%);
}

.gf-events-hero__kicker {
  margin: 0 0 0.65rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ffcc00;
}

.gf-events-hero__title,
.gf-events-hero h1 {
  margin: 0 0 0.85rem !important;
  max-width: 14ch;
  font-family: var(--font-display), sans-serif !important;
  font-size: clamp(2.15rem, 1.3rem + 2.3vw, 3.5rem) !important;
  font-weight: 650 !important;
  letter-spacing: -0.045em;
  line-height: 1.05;
  color: #fff !important;
}

.gf-events-hero__lede {
  margin: 0 0 1.1rem;
  max-width: 38rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 1.02rem;
  line-height: 1.65;
}

.gf-events-hero__meta {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}

@media (max-width: 640px) {
  .gf-events-hero {
    padding-top: 5.1rem;
  }

  .gf-events-hero__title,
  .gf-events-hero h1 {
    max-width: none;
  }
}
