:root {
  --blue-1:#0065BD;
  --blue-2:#0A4E9A;
  --blue-3:#072E63;
  --blue-4:#031B3A;
  --soft:#eef5ff;
  --line:rgba(0,0,0,.06);
  --accent:#0065BD;
}

body {
  color: #0b1220;
  background: #ffffff;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

a {
  color: var(--blue-1);
  transition: all 0.3s ease-out;
  text-decoration: none;
}
a:hover {
  color: var(--blue-3);
}

.navbar {
  backdrop-filter: blur(8px);
}

.btn-brand {
  background: linear-gradient(135deg, var(--blue-1), var(--blue-2));
  border: none;
  color: #fff;
  border-radius: 999px;
  padding: 0.65rem 1.5rem;
}
.btn-brand:hover {
  background: linear-gradient(135deg, var(--blue-2), var(--blue-3));
  color: #fff;
}

.hero {
  position: relative;
  min-height: 65vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-image: url("https://brooklyngames.org/assets/img/bk-main.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(1200px 600px at 15% 20%, rgba(255, 255, 255, 0.18), transparent 60%);
}
.hero > .container {
  position: relative;
  z-index: 2;
}

.hero-panel {
  max-width: 720px;
  background: #0065BD;
  backdrop-filter: blur(14px);
  padding: 35px 40px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 0.85rem;
}

.hero-wave {
  position: absolute;
  bottom: -2px;
  width: 100%;
}

.section-pad {
  padding: 60px 0 60px 0;
}

.kicker {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.75rem;
  color: var(--blue-2);
  font-weight: 600;
}

.section-title {
  font-weight: 700;
  font-size: 2rem;
}

.section-text {
  color: #667085;
  max-width: 60ch;
}

.feature-img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
}

.bg-soft {
  background: radial-gradient(1200px 600px at 10% 10%, rgba(0, 101, 189, 0.08), transparent 60%), var(--soft);
}

footer {
  background: #f4f7fb;
  border-top: 1px solid var(--line);
}

.navbar-nav .nav-item .nav-link:not(.btn) {
  position: relative;
  display: inline-block;
  padding-bottom: 0.35rem;
}
.navbar-nav .nav-item .nav-link:not(.btn)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scaleX(0.1);
  transform-origin: center;
  width: 100%;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  opacity: 0;
  transition: transform 220ms ease, opacity 220ms ease;
}
.navbar-nav .nav-item .nav-link:not(.btn):hover::after, .navbar-nav .nav-item .nav-link:not(.btn):focus-visible::after {
  transform: translateX(-50%) scaleX(0.8);
  opacity: 1;
}
.navbar-nav .nav-item.active::after, .navbar-nav .nav-item.active .nav-link::after {
  transform: translateX(-50%) scaleX(0.8);
  opacity: 1;
}

.judges-section {
  background: #f4f6f9;
}

.judges-intro {
  position: sticky;
  top: 100px;
}

.judges-eyebrow {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #165db3;
  margin-bottom: 1.25rem;
}

.judges-title {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 700;
  line-height: 1.05;
  color: #0f172a;
  margin-bottom: 1.25rem;
}

.judges-text {
  font-size: 1.35rem;
  line-height: 1.65;
  color: #667085;
  max-width: 420px;
  margin-bottom: 2rem;
}

.judges-btn {
  background: linear-gradient(135deg, #1e73c9, #165db3);
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 0.95rem 1.8rem;
  font-size: 1.2rem;
  font-weight: 600;
  box-shadow: 0 14px 30px rgba(22, 93, 179, 0.22);
}

.judges-btn:hover {
  color: #fff;
  transform: translateY(-1px);
}

.judge-card {
  background: #fff;
  border-radius: 28px;
  padding: 0 1.5rem 1.6rem;
  text-align: center;
  border: 1px solid #e7edf4;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  transition: all 0.25s ease;
  margin-top: 62px;
}

.judge-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.1);
}

.judge-image-wrap {
  width: 160px;
  height: 160px;
  margin: -54px auto 1.4rem;
  border-radius: 50%;
  padding: 6px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
}

.judge-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.judge-card-body {
  padding-top: 0.25rem;
}

.judge-name {
  font-size: 1.6rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.4rem;
}

.judge-role {
  font-size: 1rem;
  color: #6b7280;
  margin-bottom: 1rem;
}

.judge-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  text-decoration: none;
  color: #1e73c9;
  font-weight: 500;
  font-size: 1rem;
}

.judge-link:hover {
  color: #165db3;
}

@media (max-width: 991.98px) {
  .judges-intro {
    position: static;
  }
  .judges-text {
    max-width: 100%;
    font-size: 1.15rem;
  }
}
@media (max-width: 575.98px) {
  .judge-card {
    border-radius: 24px;
    padding: 0 1.2rem 1.4rem;
  }
  .judge-image-wrap {
    width: 140px;
    height: 140px;
  }
  .judge-name {
    font-size: 1.35rem;
  }
}
.hero-section {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 20%;
  bottom: 20%;
  right: 0;
  width: 60%;
  background: radial-gradient(1200px 600px at 10% 10%, rgba(239, 245, 255, 0.08), transparent 60%), #eff5ff;
  z-index: -1;
}

/* Add this to your custom stylesheet */
.shadow-hover:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; /* Matches .shadow */
  transition: box-shadow 0.3s ease-in-out;
}

.shadow-lg-hover:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; /* Matches .shadow-lg */
  transition: box-shadow 0.3s ease-in-out;
}

.hero-img {
  max-height: 200px !important;
  object-fit: cover !important;
  border-radius: 20px !important;
}

.tier {
  padding: 18px 18px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: #fff;
  height: 100%;
  transition: 0.15s ease;
}

.tier:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 45px rgba(2, 12, 27, 0.08);
}

.tier .name {
  font-weight: 800;
}

.tier .price {
  font-weight: 900;
  font-size: 1.6rem;
  letter-spacing: -0.02em;
}

.tier ul {
  margin: 0;
  padding-left: 1.1rem;
  color: #111827;
}

.tier li {
  margin: 0.35rem 0;
}

.tier .cta {
  margin-top: 14px;
}

.bio-row {
  background: #fff;
  border-radius: 28px;
  padding: 2rem;
  box-shadow: 0 20px 50px rgba(20, 49, 89, 0.08);
  align-items: center;
}
.bio-row .bio-side {
  width: 220px;
  flex: 0 0 220px;
  text-align: center;
}
.bio-row .bio-side .bio-avatar-wrap {
  width: 120px;
  height: 120px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.bio-row .bio-side .bio-avatar-wrap .bio-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
.bio-row .bio-side .bio-name {
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.2;
  color: var(--text);
}
.bio-row .bio-side .bio-location {
  margin-top: 0.4rem;
  color: var(--muted);
  font-size: 0.95rem;
}
.bio-row .bio-side .bio-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  color: var(--blue);
  font-weight: 700;
  font-size: 0.95rem;
}
.bio-row .bio-content {
  flex: 1;
  font-size: 0.95rem;
  line-height: 1.75;
  color: var(--muted);
  padding-left: 1rem;
}

.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 75%;
}

.iframe-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
