html,
body {
  height: 100%;
}

body {
  background: #0f0f0f;
  color: #f3f3f3;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

h1,
h2,
h3 {
  letter-spacing: 0.01em;
}

.section {
  padding: 72px 0;
}

.section-tight {
  padding: 56px 0;
}

.hero {
  position: relative;
  overflow: hidden;
  background: #111;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(15, 15, 15, 0.25), rgba(15, 15, 15, 0.85) 55%, rgb(15, 15, 15)), url("assets/hero-crowd.jpg") center top/cover no-repeat;
  filter: grayscale(100%);
  transform: scale(1.02);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 10%, rgba(255, 255, 255, 0.1), transparent 40%);
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 2;
}
.hero-spacer {
  padding-top: 96px;
}
@media (max-width: 768px) {
  .hero-spacer {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .hero .card-media {
    margin-bottom: 36px;
  }
}

.site-nav {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

.nav-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.75rem;
  backdrop-filter: blur(6px);
}

.logo-top img {
  height: 150px;
  width: auto;
}
@media (max-width: 768px) {
  .logo-top img {
    height: 80px !important;
    width: auto !important;
  }
}

.btn-events {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  padding: 0.6rem 1rem;
  border-radius: 0.25rem;
  transition: background-color 0.2s ease;
}
.btn-events:hover {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}

footer {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 28px 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.95rem;
}

.display-title {
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.05;
  margin-bottom: 16px;
}

.lead-muted {
  color: #bdbdbd;
}

.kicker {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #bdbdbd;
  font-weight: 700;
  font-size: 0.85rem;
  margin-bottom: 0.6rem;
}

.caption {
  font-size: 0.95rem;
  color: #bdbdbd;
}

.divider {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.line-block {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 36px;
  margin-top: 36px;
}

.card-media {
  background: #151515;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}
.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(105%);
}

.glow {
  position: relative;
}
.glow::after {
  content: "";
  position: absolute;
  inset: -10px;
  background: radial-gradient(circle at 30% 30%, rgba(255, 106, 0, 0.18), transparent 55%);
  filter: blur(18px);
  opacity: 0.8;
  z-index: -1;
}

.img-16x10 {
  aspect-ratio: 16/10;
}

.img-16x9 {
  aspect-ratio: 16/9;
}

.aos-item h1,
.aos-item h2,
.aos-item h3 {
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.05;
  margin-bottom: 16px;
  letter-spacing: 0.01em;
}
.aos-item p {
  font-size: 0.95rem;
  color: #bdbdbd;
}
.aos-item.aos-delay-1:first-of-type p, .col-lg-6 > .aos-item:nth-child(2) p {
  font-size: 1rem;
  color: #f3f3f3;
}

.btn-linkish {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  transition: border-color 0.2s ease;
}
.btn-linkish:hover {
  border-bottom-color: #fff;
}

section[id] {
  scroll-margin-top: 84px;
}

@media (prefers-reduced-motion: reduce) {
  .hero-bg {
    transform: none;
  }
}

/*# sourceMappingURL=styles.css.map */
