/*
Theme Name: The Hammer Deaf Expo
Theme URI: https://thehammerdeafexpo.com
Author: The Hammer Deaf Expo
Description: Custom Bootstrap 5 WordPress theme for The Hammer Deaf Expo.
Version: 2.0
Text Domain: thehammerdeafexpo.com
*/
@import url('https://fonts.googleapis.com/css2?family=Atomic+Age&display=swap');

/* ========== BASE STYLES ========== */
/* 404 Page */

.error-404-page {
  background: #050505;
}

.error-404-hero {
  position: relative;
  min-height: 680px;
  padding: 180px 0 120px;
  background:
    radial-gradient(circle at top center, rgba(198, 255, 0, 0.18), transparent 35%),
    linear-gradient(135deg, #050505 0%, #111 45%, #000 100%);
  overflow: hidden;
}

.error-404-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.45;
}

.error-404-hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -140px;
  width: 650px;
  height: 260px;
  transform: translateX(-50%);
  background: rgba(198, 255, 0, 0.18);
  filter: blur(70px);
  border-radius: 50%;
}

.error-404-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.25), rgba(0,0,0,0.88));
}

.error-404-content {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin: 0 auto;
}

.error-404-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: #c6ff00;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-shadow: 0 0 12px rgba(198, 255, 0, 0.75);
}

.error-404-content h1 {
  color: #c6ff00;
  font-size: clamp(90px, 14vw, 190px);
  line-height: 0.9;
  font-weight: 950;
  margin-bottom: 16px;
  text-shadow:
    0 0 20px rgba(198, 255, 0, 0.65),
    0 7px 0 rgba(255, 0, 0, 0.45);
}

.error-404-content h2 {
  color: #fff;
  font-size: clamp(34px, 5vw, 62px);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  margin-bottom: 18px;
}

.error-404-content p {
  color: #f4f4f4;
  font-size: 20px;
  line-height: 1.65;
  max-width: 760px;
  margin: 0 auto 32px;
}

.error-404-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.error-404-primary-btn,
.error-404-secondary-btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 950;
  padding: 13px 24px;
  border-radius: 9px;
  text-transform: uppercase;
}

.error-404-primary-btn {
  background: #c6ff00;
  color: #000;
}

.error-404-primary-btn:hover,
.error-404-primary-btn:focus {
  background: #e60012;
  color: #fff;
}

.error-404-secondary-btn {
  background: #fff;
  color: #000;
}

.error-404-secondary-btn:hover,
.error-404-secondary-btn:focus {
  background: #e60012;
  color: #fff;
}

@media (max-width: 767px) {
  .error-404-hero {
    min-height: 560px;
    padding: 145px 0 80px;
  }

  .error-404-content p {
    font-size: 17px;
  }
}

body {
  background: #000;
  color: #fff;
}

.contact-page {
  background: #050505;
}

.contact-hero-banner {
  position: relative;
  min-height: 430px;
  padding: 160px 0 90px;
  background:
    radial-gradient(circle at top center, rgba(198, 255, 0, 0.18), transparent 35%),
    linear-gradient(135deg, #050505 0%, #111 45%, #000 100%);
  overflow: hidden;
}

.contact-hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.45;
}

.contact-hero-banner::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -120px;
  width: 520px;
  height: 220px;
  transform: translateX(-50%);
  background: rgba(198, 255, 0, 0.16);
  filter: blur(60px);
  border-radius: 50%;
}

.contact-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.25), rgba(0,0,0,0.85));
}

.contact-hero-content {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin: 0 auto;
}

.contact-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: #c6ff00;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-shadow: 0 0 12px rgba(198, 255, 0, 0.75);
}

.contact-hero-content h1 {
  color: #fff;
  font-size: clamp(44px, 7vw, 82px);
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  margin-bottom: 18px;
  text-shadow:
    0 0 14px rgba(198, 255, 0, 0.55),
    0 5px 0 rgba(255, 0, 0, 0.45);
}

.contact-hero-content p {
  color: #f4f4f4;
  font-size: 20px;
  line-height: 1.6;
  max-width: 760px;
  margin: 0 auto;
}

.contact-form-section {
  background: #050505;
  padding: 70px 0 80px;
  border-top: 3px solid #e60012;
}

.contact-card {
  background: #fff;
  border-radius: 18px;
  padding: 42px;
  box-shadow: 0 0 26px rgba(198, 255, 0, 0.25);
}

.contact-card .form-label {
  color: #111;
  font-weight: 600;
}

.contact-card .form-control {
  min-height: 50px;
  border-radius: 12px;
  border: 1px solid #d8d8d8;
}

.contact-card textarea.form-control {
  min-height: 165px;
}

.contact-submit-btn {
  background: #c6ff00;
  border-color: #c6ff00;
  color: #000;
  border-radius: 8px;
  padding: 12px 24px;
  font-weight: 900;
}

.contact-submit-btn:hover,
.contact-submit-btn:focus {
  background: #aee600;
  border-color: #aee600;
  color: #000;
}

@media (max-width: 767px) {
  .contact-hero-banner {
    min-height: 360px;
    padding: 135px 0 70px;
  }

  .contact-hero-content p {
    font-size: 17px;
  }

  .contact-form-section {
    padding: 45px 0 60px;
  }

  .contact-card {
    padding: 28px 22px;
  }
}

.countdown-heading {
  margin-bottom: 35px;
}

.countdown-kicker {
  display: inline-block;
  color: #c6ff00;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
  text-shadow: 0 0 10px rgba(198, 255, 0, 0.55);
}

.countdown-heading h2 {
  color: #fff;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 950;
  text-transform: uppercase;
  margin: 0;
}
.event-archive-page {
  background: #050505;
}

.archive-hero-banner {
  position: relative;
  min-height: 430px;
  padding: 160px 0 90px;
  background:
    radial-gradient(circle at top center, rgba(198, 255, 0, 0.18), transparent 35%),
    linear-gradient(135deg, #050505 0%, #111 45%, #000 100%);
  overflow: hidden;
}

.archive-hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.45;
}

.archive-hero-banner::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -120px;
  width: 520px;
  height: 220px;
  transform: translateX(-50%);
  background: rgba(198, 255, 0, 0.16);
  filter: blur(60px);
  border-radius: 50%;
}

.archive-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.25), rgba(0,0,0,0.85));
}

.archive-hero-content {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin: 0 auto;
}

.archive-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: #c6ff00;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-shadow: 0 0 12px rgba(198, 255, 0, 0.75);
}

.archive-hero-content h1 {
  color: #fff;
  font-size: clamp(44px, 7vw, 82px);
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  margin-bottom: 18px;
  text-shadow:
    0 0 14px rgba(198, 255, 0, 0.55),
    0 5px 0 rgba(255, 0, 0, 0.45);
}

.archive-hero-content p {
  color: #f4f4f4;
  font-size: 20px;
  line-height: 1.6;
  max-width: 760px;
  margin: 0 auto;
}

.archive-events-section {
  background: #050505;
  padding: 75px 0 90px;
  border-top: 3px solid #e60012;
}

.archive-event-card {
  background: #fff;
  border-radius: 20px;
  padding: 34px 30px;
  box-shadow: 0 0 26px rgba(198, 255, 0, 0.22);
  border: 1px solid rgba(198, 255, 0, 0.35);
}

.archive-event-year {
  display: inline-block;
  background: #c6ff00;
  color: #000;
  font-weight: 950;
  font-size: 18px;
  padding: 7px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.archive-event-card h2 {
  color: #111;
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 15px;
}

.archive-event-card p {
  color: #444;
  line-height: 1.65;
  margin-bottom: 24px;
}

.archive-event-btn {
  display: inline-block;
  background: #e60012;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  padding: 11px 18px;
  border-radius: 8px;
}

.archive-event-btn:hover,
.archive-event-btn:focus {
  background: #c6ff00;
  color: #000;
}

@media (max-width: 767px) {
  .archive-hero-banner {
    min-height: 360px;
    padding: 135px 0 70px;
  }

  .archive-hero-content p {
    font-size: 17px;
  }

  .archive-events-section {
    padding: 50px 0 65px;
  }

  .archive-event-card {
    padding: 28px 22px;
  }
}

.archive-detail-page {
  background: #050505;
}

.event-detail-hero {
  position: relative;
  min-height: 560px;
  padding: 165px 0 110px;
  background:
    radial-gradient(circle at top center, rgba(198, 255, 0, 0.18), transparent 35%),
    linear-gradient(135deg, #050505 0%, #111 45%, #000 100%);
  overflow: hidden;
}

.event-detail-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.45;
}

.event-detail-hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -130px;
  width: 620px;
  height: 260px;
  transform: translateX(-50%);
  background: rgba(198, 255, 0, 0.18);
  filter: blur(70px);
  border-radius: 50%;
}

.event-detail-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.20), rgba(0,0,0,0.90));
}

.event-detail-hero-content {
  position: relative;
  z-index: 2;
  max-width: 950px;
  margin: 0 auto;
}

.event-back-link {
  display: inline-block;
  color: #c6ff00;
  text-decoration: none;
  font-weight: 800;
  margin-bottom: 22px;
}

.event-back-link:hover,
.event-back-link:focus {
  color: #ffffff;
}

.event-detail-kicker,
.section-kicker {
  display: inline-block;
  color: #c6ff00;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-shadow: 0 0 12px rgba(198, 255, 0, 0.75);
  margin-bottom: 14px;
}

.event-detail-hero h1 {
  color: #fff;
  font-size: clamp(44px, 7vw, 86px);
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  margin-bottom: 22px;
  text-shadow:
    0 0 14px rgba(198, 255, 0, 0.55),
    0 5px 0 rgba(255, 0, 0, 0.45);
}

.event-detail-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 26px;
}

.event-detail-meta span {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 1px solid rgba(198, 255, 0, 0.45);
  border-radius: 999px;
  padding: 8px 16px;
  font-weight: 800;
}

.event-detail-hero p {
  color: #f4f4f4;
  font-size: 20px;
  line-height: 1.65;
  max-width: 800px;
  margin: 0 auto;
}

.event-detail-intro {
  background: #050505;
  padding: 80px 0;
  border-top: 3px solid #e60012;
}

.event-gallery-zoom-btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.gallery-zoom-label {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  background: #c6ff00;
  color: #000;
  font-weight: 950;
  text-transform: uppercase;
  font-size: 13px;
  padding: 8px 14px;
  border-radius: 999px;
  opacity: 0;
  transition: opacity 0.2s ease, bottom 0.2s ease;
}

.event-gallery-zoom-btn:hover .gallery-zoom-label,
.event-gallery-zoom-btn:focus .gallery-zoom-label {
  opacity: 1;
  bottom: 22px;
}

.event-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.92);
  padding: 70px 90px;
}

.event-lightbox.is-open {
  display: flex;
}

.event-lightbox img {
  max-width: 100%;
  max-height: 88vh;
  object-fit: contain;
  border-radius: 14px;
  box-shadow: 0 0 35px rgba(198, 255, 0, 0.3);
}

.event-lightbox-close,
.event-lightbox-nav {
  position: absolute;
  border: 0;
  background: #c6ff00;
  color: #000;
  font-weight: 950;
  cursor: pointer;
  line-height: 1;
}

.event-lightbox-close {
  top: 22px;
  right: 28px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 36px;
}

.event-lightbox-nav {
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 72px;
  border-radius: 12px;
  font-size: 56px;
}

.event-lightbox-prev {
  left: 28px;
}

.event-lightbox-next {
  right: 28px;
}

body.lightbox-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  .event-lightbox {
    padding: 70px 16px;
  }

  .event-lightbox-nav {
    width: 42px;
    height: 58px;
    font-size: 42px;
  }

  .event-lightbox-prev {
    left: 10px;
  }

  .event-lightbox-next {
    right: 10px;
  }

  .event-lightbox-close {
    top: 14px;
    right: 14px;
  }
}

.event-story-card,
.event-stats-card,
.impact-card,
.event-next-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 26px rgba(198, 255, 0, 0.22);
  border: 1px solid rgba(198, 255, 0, 0.35);
}

.event-story-card {
  padding: 42px;
}

.event-story-card h2,
.event-section-heading h2,
.event-next-card h2 {
  color: #111;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 950;
  letter-spacing: -0.03em;
  margin-bottom: 18px;
}

.event-story-card p {
  color: #444;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 16px;
}

.event-story-card p:last-child {
  margin-bottom: 0;
}

.event-stats-card {
  padding: 30px;
}

.event-stat {
  padding: 24px 0;
  border-bottom: 1px solid #e5e5e5;
}

.event-stat:last-child {
  border-bottom: none;
}

.event-stat strong {
  display: block;
  color: #111;
  font-size: 48px;
  font-weight: 950;
  line-height: 1;
}

.event-stat span {
  display: block;
  color: #555;
  font-size: 16px;
  font-weight: 700;
  margin-top: 8px;
}

.event-highlight-section {
  background: #0b0b0b;
  padding: 80px 0;
}

.event-section-heading {
  max-width: 800px;
  margin: 0 auto 45px;
}

.event-section-heading h2 {
  color: #fff;
}

.event-section-heading p {
  color: #e8e8e8;
  font-size: 18px;
  line-height: 1.65;
}

.impact-card {
  padding: 32px;
}

.impact-icon {
  font-size: 42px;
  margin-bottom: 16px;
}

.impact-card h3 {
  color: #111;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 12px;
}

.impact-card p {
  color: #444;
  line-height: 1.65;
  margin-bottom: 0;
}

.event-gallery-section {
  background: #050505;
  padding: 85px 0;
}

.event-gallery-item {
  margin: 0;
  background: #111;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(198, 255, 0, 0.35);
  box-shadow: 0 0 22px rgba(198, 255, 0, 0.16);
}

.event-gallery-item img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}

.event-gallery-item:hover img {
  transform: scale(1.04);
}

.event-next-section {
  background: #0b0b0b;
  padding: 75px 0 90px;
}

.event-next-card {
  padding: 46px 30px;
}

.event-next-card p {
  color: #444;
  font-size: 18px;
  margin-bottom: 26px;
}

.event-next-card .section-kicker {
  color: #e60012;
  text-shadow: none;
}

.event-next-btn {
  display: inline-block;
  background: #c6ff00;
  color: #000;
  text-decoration: none;
  font-weight: 900;
  padding: 13px 24px;
  border-radius: 8px;
}

.event-next-btn:hover,
.event-next-btn:focus {
  background: #e60012;
  color: #fff;
}

@media (max-width: 767px) {
  .event-detail-hero {
    min-height: 450px;
    padding: 135px 0 75px;
  }

  .event-detail-hero p {
    font-size: 17px;
  }

  .event-detail-meta span {
    font-size: 14px;
  }

  .event-detail-intro,
  .event-highlight-section,
  .event-gallery-section,
  .event-next-section {
    padding: 55px 0;
  }

  .event-story-card,
  .event-stats-card,
  .impact-card,
  .event-next-card {
    padding: 28px 22px;
  }

  .event-gallery-item img {
    height: 230px;
  }
}

.donation-section {
  background: linear-gradient(90deg, #000, #170000);
  color: #fff;
}

.donation-box {
  max-width: 980px;
  margin: auto;
  background: #111;
  border: 3px solid #b6ff00;
  border-radius: 30px;
  padding: 55px;
  box-shadow: 0 0 35px rgba(182,255,0,.2);
}

.donation-box h2 {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 900;
  text-transform: uppercase;
}

.donation-box p {
  max-width: 760px;
  margin: 20px auto 35px;
  font-size: 1.2rem;
  line-height: 1.7;
}

.zeffy-thermometer {
  background: #fff;
  border-radius: 18px;
  padding: 15px;
}

.event-date {
  display: inline-block;
  background: rgba(0,0,0,.75);
  border: 2px solid #a6ff00;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
  padding: 8px 18px;
  border-radius: 6px;
  margin-bottom: 22px;
}

.hammer-home {
  overflow: hidden;
}

/* ========== HERO & LANDING STYLES ========== */
.hero-content {
  max-width: 720px;
  margin-top: 20px;
}

.hero-section {
  min-height: 760px;
  background:
    linear-gradient(
      90deg,
      rgba(0,0,0,.93) 0%,
      rgba(0,0,0,.72) 38%,
      rgba(0,0,0,.20) 100%
    ),
    url("assets/images/hero-bg.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 40px;
}

.hero-label {
  background: #d71920;
  color: #fff;
  padding: 8px 14px;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 20px;
}

.hero-row {
  min-height: 620px;
}

.hero-title {
  font-size: clamp(3.4rem, 6.3vw, 6.4rem);
  font-weight: 900;
  line-height: .86;
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-shadow: 0 8px 25px rgba(0,0,0,.8);
}

.hero-subtitle {
  color: #a6ff00;
  font-family: 'Atomic Age', cursive;
  font-size: clamp(2.3rem, 4vw, 4rem);
  font-weight: 400;
  line-height: .95;
  letter-spacing: 1px;
  margin-bottom: 26px;
  text-shadow: 0 5px 20px rgba(0,0,0,.9);
}

.hero-text {
  max-width: 520px;
  font-size: 1.2rem;
  margin: 25px 0;
}

.hero-logo {
  width: min(48vw, 860px) !important;
  max-width: 100% !important;
  height: auto !important;
  filter: drop-shadow(0 0 25px rgba(0,0,0,.8));
}

.btn-lime {
  background: #b6ff00;
  color: #000;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 14px 24px;
  transition:.25s ease;
}
.btn-lime:hover {
  background: #a6ff00;
  color: #000;
  transform:translateY(-3px);
  box-shadow: 0 10px 25px rgba(181,255,0,.35);
}

.ticket-cta {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  padding: 14px 20px;
  border: 2px solid #b6ff00;
  border-radius: 10px;
  background: linear-gradient(135deg, #b6ff00, #f0ff9a);
  color: #111;
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 10px 25px rgba(181,255,0,.25);
  transition: .25s ease;
}

.ticket-cta:hover,
.nav-ticket-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(181,255,0,.35);
  color: #111;
}

.ticket-cta-label,
.nav-ticket-cta .ticket-cta-label {
  font-size: .72rem;
  letter-spacing: 1.5px;
}

.ticket-cta-title,
.nav-ticket-cta .ticket-cta-title {
  font-size: 1.15rem;
  line-height: 1;
}

.nav-ticket-cta {
  min-width: 160px;
  padding: 12px 18px;
}

.hero-label-row {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.hero-side-rail {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-right: 12px;
}

.hero-side-bar {
  width: 3px;
  height: 90px;
  background: linear-gradient(180deg, #b6ff00, #d71920);
  border-radius: 999px;
}

.hero-social-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hero-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  color: #fff;
  border: 1px solid rgba(255,255,255,.22);
  transition: .25s ease;
}

.hero-social-link:hover {
  background: #b6ff00;
  color: #111;
  transform: translateY(-2px);
}

.hero-social-link svg {
  width: 20px;
  height: 20px;
}
/* ========== COUNTDOWN STYLES ========== */
.countdown-section {
  background: #080808;
  border-top: 4px solid #b40000;
  border-bottom: 4px solid #b40000;
}

.count-number {
  color: #a6ff00;
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 900;
}

.count-label {
  text-transform: uppercase;
  font-weight: 800;
}

/* ========== FEATURES STYLES ========== */
.features-section {
  background: #f5f5f5;
  color: #111;
}

.feature-card {
  background: #fff;
  border: 1px solid rgba(17, 17, 17, .08);
  border-radius: 16px;
  padding: 28px 20px;
  height: 100%;
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
}

.feature-icon {
  width: 62px;
  height: 62px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, #b6ff00, #a6ff00);
  color: #111;
  display: grid;
  place-items: center;
}

.feature-icon svg {
  width: 30px;
  height: 30px;
}

.features-section h3 {
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 10px;
}

/* ========== ABOUT & VIDEO STYLES ========== */
.about-section {
  background:
    linear-gradient(90deg, #000, #170000);
}

.about-section h2 {
  text-transform: uppercase;
  font-weight: 900;
}

.about-section h2 span,
.sponsor-section h2 span {
  color: #d71920;
}

.about-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 24px 0 32px;
}

.about-column h3,
.about-column h4 {
  color: #fff;
  margin-bottom: 12px;
}

.about-column h3 {
  font-size: 1.4rem;
  line-height: 1.2;
}

.about-column h4 {
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 20px;
}

.about-column p {
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(255,255,255,.85);
}

@media (max-width: 991px) {
  .about-columns {
    grid-template-columns: 1fr;
  }
}

.video-label {
  color: #b6ff00;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.video-box {
  position: relative;
  border: 3px solid #b6ff00;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(182,255,0,.25);
}

.video-box video {
  width: 100%;
  display: block;
}

.about-lead {
  font-size: 1.25rem;
  font-weight: 700;
}

.about-feature {
  margin-top: 22px;
}

.about-feature h3 {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 900;
  text-transform: uppercase;
}

.about-feature p {
  color: #ddd;
  margin-bottom: 0;
}

/* ========== SPONSORS STYLES ========== */
.sponsor-section {
  background: #fff;
  color: #111;
}

.sponsor-section h2 {
  text-transform: uppercase;
  font-weight: 900;
}

.sponsor-marquee {
  overflow: hidden;
  position: relative;
  padding: 30px 0;
}

.sponsor-marquee-track {
  display: flex;
  align-items: center;
  gap: 36px;
  animation: marquee 24s linear infinite;
  width: calc(200% + 100px);
}

.sponsor-logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  padding: 10px;
  filter: drop-shadow(0 0 10px rgba(0,0,0,.12));
}

.sponsor-logo img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 768px) {
  .sponsor-marquee-track {
    gap: 20px;
    animation-duration: 28s;
  }

  .sponsor-logo {
    min-width: 120px;
  }
}

@media (max-width: 991px) {
  .hero-section {
    text-align: center;
    padding-top: 120px;
  }

  .hero-text {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-logo {
    margin-top: 40px;
    max-height: 360px;
  }
}
/* ========== HEADER & NAVIGATION STYLES ========== */
.site-header .navbar {
  background: rgba(0, 0, 0, .92);
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.site-header .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
}

.site-header .navbar-nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1.2rem;
}

.navbar-brand {
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.nav-social-links {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 14px;
}

.nav-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  color: #fff;
  border: 1px solid rgba(255,255,255,.22);
  transition: .25s ease;
}

.nav-social-link:hover {
  background: #b6ff00;
  color: #111;
  transform: translateY(-2px);
}

.nav-social-link svg {
  width: 18px;
  height: 18px;
}

.navbar-nav .nav-link {
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  font-size: .85rem;
  white-space: nowrap;
}

.navbar-nav .nav-link:hover,
.navbar-nav .current-menu-item .nav-link {
  color: #b6ff00;
}

/* ========== FOOTER STYLES ========== */
.site-footer {
  background: #000;
  border-top: 3px solid #b40000;
  padding: 60px 0 30px;
  color: #fff;
  margin-top: 80px;
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-logo {
  flex: 0 0 auto;
}

.footer-logo-img {
  width: 540px;
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 0 15px rgba(0,0,0,.8));
}

.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 18px;
  flex: 1;
  min-width: 320px;
}

.footer-social-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.footer-nav {
  width: 100%;
}

.footer-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer .nav-social-link {
  width: 38px;
  height: 38px;
}

.footer-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-nav-item {
  list-style: none;
}

.footer-nav-link {
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  font-size: .9rem;
  text-decoration: none;
  transition: .25s ease;
}

.footer-nav-link:hover,
.footer-nav-link.current-menu-item {
  color: #b6ff00;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 30px;
  text-align: center;
}

.footer-copyright {
  font-size: 0.85rem;
  line-height: 1.6;
  color: rgba(255,255,255,.8);
  margin: 0;
}

.footer-copyright a {
  color: #b6ff00;
  text-decoration: none;
  font-weight: 800;
  transition: .25s ease;
}

.footer-copyright a:hover {
  color: #a6ff00;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }

  .footer-logo-img {
    width: 220px;
  }

  .footer-right {
    align-items: center;
  }

  .footer-social-links {
    justify-content: center;
  }

  .footer-nav-list {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}
/* ========== FORM STYLES ========== */
.form-control,
.form-select {
  border: 2px solid #e5e5e5;
  border-radius: 14px;
  padding: 14px 18px;
  font-size: 1rem;
  background-color: #fff;
  box-shadow: none;
  transition: all .2s ease;
}

.form-control:focus,
.form-select:focus {
  border-color: #b6ff00;
  box-shadow: 0 0 0 .25rem rgba(182, 255, 0, .22);
}

/* ========== MISSION PAGE STYLES ========== */
.mission-hero {
    min-height: 650px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,.95) 0%,
            rgba(0,0,0,.70) 42%,
            rgba(0,0,0,.15) 100%
        ),
        url("https://www.thehammerdeafexpo.com/wp-content/themes/THDE/assets/images/mission-hero.jpg");

    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;

    border-bottom:5px solid #b6ff00;
}

.mission-hero h1 {
  max-width: 900px;
  font-size: clamp(3.5rem, 7vw, 7rem);
  font-weight: 900;
  text-transform: uppercase;
  line-height: .88;
}

.mission-hero p {
  max-width: 760px;
  color: #b6ff00;
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 800;
}

.mission-dark-section {
  background: #050505;
  color: #fff;
}

.mission-dark-section h2,
.mission-letter h2 {
  font-weight: 900;
  text-transform: uppercase;
}

.mission-dark-section p,
.mission-letter p {
  font-size: 1.15rem;
  line-height: 1.8;
}

.mission-card {
  background: #111;
  border: 3px solid #b6ff00;
  border-radius: 28px;
  padding: 38px;
  box-shadow: 0 0 35px rgba(182,255,0,.18);
}

.mission-card h3 {
  font-weight: 900;
  text-transform: uppercase;
}

.mission-card ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.mission-card li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
  font-weight: 700;
}

.mission-card li::before {
  content: "✓ ";
  color: #b6ff00;
  font-weight: 900;
}

.mission-letter-section {
  background: #f5f5f5;
  color: #111;
  border-top: 5px solid #d71920;
}

.mission-letter{
    background:#fff;
    border-radius:24px;
    padding:50px;
    color:#222;
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.mission-quote {
  max-width: 620px;
  margin-left: auto;
  padding: 35px;
  border-left: 5px solid #b6ff00;
  background: rgba(0,0,0,.55);
  border-radius: 18px;
  backdrop-filter: blur(4px);
}

.mission-quote blockquote {
  color: #fff;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 14px;
}

.mission-quote cite {
  color: #b6ff00;
  font-size: 1.1rem;
  font-weight: 900;
  font-style: normal;
}

.mission-signature {
  font-size: 1.5rem !important;
  font-weight: 900;
  color: #d71920;
}

.mission-photo{
    width:100%;
    max-width:380px;
    border-radius:24px;
    border:4px solid #b6ff00;
    box-shadow:0 20px 50px rgba(0,0,0,.35);
    transition:.35s;
}

.mission-photo:hover{
    transform:translateY(-6px);
}

.photo-popup-trigger {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.photo-popup-trigger img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

.photo-popup-trigger span {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  background: #c6ff00;
  color: #000;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 999px;
  opacity: 0;
  transition: 0.2s ease;
}

.photo-popup-trigger:hover span,
.photo-popup-trigger:focus span {
  opacity: 1;
  bottom: 22px;
}

.photo-popup {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 70px 24px;
}

.photo-popup.is-open {
  display: flex;
}

.photo-popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
}

.photo-popup-content {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  width: 100%;
  text-align: center;
}

.photo-popup-content img {
  max-width: 100%;
  max-height: 82vh;
  object-fit: contain;
  border-radius: 16px;
  box-shadow: 0 0 35px rgba(198, 255, 0, 0.3);
}

.photo-popup-close {
  position: absolute;
  top: -55px;
  right: 0;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: #c6ff00;
  color: #000;
  font-size: 34px;
  font-weight: 950;
  line-height: 1;
  cursor: pointer;
}

body.photo-popup-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  .photo-popup {
    padding: 70px 14px;
  }

  .photo-popup-trigger img {
    height: 230px;
  }

  .photo-popup-close {
    right: 0;
  }
}
/* ========== TEAM PAGE STYLES ========== */
.team-hero {
  min-height: 520px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(0,0,0,.94), rgba(0,0,0,.45)),
    radial-gradient(circle at right, rgba(182,255,0,.22), transparent 35%),
    linear-gradient(135deg, #000, #3b0000);
  color: #fff;
  border-bottom: 5px solid #b6ff00;
}

.team-hero h1 {
  font-size: clamp(3.5rem, 7vw, 7rem);
  font-weight: 900;
  text-transform: uppercase;
  line-height: .9;
}

.team-hero {
  min-height: 560px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(
      90deg,
      rgba(0,0,0,.95) 0%,
      rgba(0,0,0,.72) 40%,
      rgba(0,0,0,.20) 100%
    ),
    url("https://www.thehammerdeafexpo.com/wp-content/themes/THDE/assets/team/team.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  border-bottom: 5px solid #b6ff00;
}

.team-section {
  background: #050505;
  color: #fff;
}

.team-card {
  background: #111;
  border: 2px solid rgba(255,255,255,.12);
  border-radius: 24px;
  overflow: hidden;
  transition: .25s ease;
}

.team-card:hover {
  transform: translateY(-8px);
  border-color: #b6ff00;
  box-shadow: 0 20px 45px rgba(182,255,0,.18);
}

.team-photo{
    height:320px;
    overflow:hidden;
    background:#111;
}

.team-photo img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.4s;
}

.team-card:hover .team-photo img{
    transform:scale(1.05);
}

.team-photo span {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #b6ff00;
  color: #000;
  display: grid;
  place-items: center;
  font-size: 3rem;
  font-weight: 900;
}

.team-card-body {
  padding: 28px;
}

.team-tag {
  display: inline-block;
  background: #d71920;
  color: #fff;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.team-card h3 {
  font-weight: 900;
  text-transform: uppercase;
}

.team-role {
  color: #b6ff00;
  font-weight: 800;
  min-height: 50px;
}

.team-modal {
  background: #111;
  color: #fff;
  border: 2px solid #b6ff00;
  border-radius: 24px;
}

.team-modal .modal-header {
  border-bottom: 1px solid rgba(255,255,255,.15);
}

.team-modal .modal-title {
  font-weight: 900;
  text-transform: uppercase;
}

.team-modal .modal-body {
  font-size: 1.1rem;
  line-height: 1.8;
}

.textarea.form-control {
  min-height: 140px;
}

.form-label {
  margin-bottom: 8px;
  color: #222;
}

.card {
  border-radius: 24px;
}
.sponsor-form-section {
  color: #111;
}

.sponsor-card {
  display: block;
  cursor: pointer;
}

.sponsor-radio {
  position: absolute;
  opacity: 0;
}

.sponsor-card-inner {
  height: 100%;
  background: #111;
  color: #fff;
  border: 3px solid #333;
  border-radius: 22px;
  padding: 28px;
  transition: .25s ease;
}

.sponsor-card-inner {
  padding: 22px;
}

.sponsor-card h3 {
  font-size: 1.45rem;
  margin: 10px 0 5px;
}

.sponsor-price {
  font-size: 2rem;
  font-weight: 900;
  color: #b6ff00;
  margin-bottom: 15px;
}

.sponsor-card ul {
  padding-left: 18px;
  margin-bottom: 18px;
}

.sponsor-card li {
  margin-bottom: 6px;
  line-height: 1.35;
  font-size: .95rem;
}

.sponsor-badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.sponsor-bronze .sponsor-badge {
  background: #8a4b22;
  color: #fff;
}

.sponsor-silver .sponsor-badge {
  background: #cfcfcf;
  color: #111;
}

.sponsor-gold .sponsor-badge {
  background: #ffd700;
  color: #111;
}

.select-package {
  display: block;
  margin-top: 12px;
  padding: 10px;
  text-align: center;
  border-radius: 8px;
  background: #b6ff00;
  color: #111;
  font-weight: 900;
  text-transform: uppercase;
}

.sponsor-card:hover .sponsor-card-inner,
.sponsor-radio:checked + .sponsor-card-inner {
  transform: translateY(-8px);
  border-color: #b6ff00;
  box-shadow: 0 20px 40px rgba(0,0,0,.25), 0 0 25px rgba(182,255,0,.25);
}

.sponsor-radio:checked + .sponsor-card-inner .select-package {
  background: #b6ff00;
  color: #000;
}

/* ========== VOLUNTEER PAGE STYLES ========== */
.volunteer-hero {
  min-height: 520px;
  display: flex;
  align-items: center;
  background-image:
    linear-gradient(
      90deg,
      rgba(0,0,0,.94) 0%,
      rgba(0,0,0,.65) 40%,
      rgba(0,0,0,.20) 100%
    ),
    url("https://www.thehammerdeafexpo.com/wp-content/themes/THDE/assets/team/volunteer.jpg");
  background-size: cover;
  background-position: center 20%;
  background-repeat: no-repeat;
  color: #fff;
  border-bottom: 5px solid #b6ff00;
}

/* ========== EVENT INFO PAGE STYLES ========== */
.event-info-hero {
  min-height: 600px;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.65) 40%, rgba(0,0,0,.20) 100%),
    url("https://www.thehammerdeafexpo.com/wp-content/themes/THDE/assets/images/cwu.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 5px solid #b6ff00;
}

.event-info-hero h1 {
  font-size: clamp(3.5rem, 7vw, 7rem);
  font-weight: 900;
  line-height: .88;
  text-transform: uppercase;
  letter-spacing: -3px;
}

.event-info-hero p {
  color: #b6ff00;
  font-size: clamp(1.3rem, 3vw, 2rem);
  font-weight: 800;
  margin-bottom: 30px;
}

.event-dark-section,
.event-hotel-section {
  background: #050505;
  color: #fff;
}

.event-white-section {
  background: #f5f5f5;
  color: #111;
  border-top: 5px solid #d71920;
  border-bottom: 5px solid #d71920;
}

.event-dark-section h2,
.event-white-section h2,
.event-hotel-section h2 {
  font-weight: 900;
  text-transform: uppercase;
}

.event-highlight-card,
.event-list-card,
.hotel-card,
.small-hotel-card {
  border-radius: 24px;
  padding: 30px;
}

.event-highlight-card {
  background: #111;
  border: 3px solid #b6ff00;
}

.event-list-card {
  background: #fff;
  height: 100%;
  box-shadow: 0 15px 35px rgba(0,0,0,.12);
}

.event-list-card h3,
.hotel-card h3 {
  font-weight: 900;
  text-transform: uppercase;
  color: #d71920;
}

.event-link-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.event-link-list li {
  border-bottom: 1px solid #eee;
}

.event-link-list a {
  display: block;
  padding: 12px 0;
  color: #111;
  font-weight: 800;
  text-decoration: none;
  transition: .2s ease;
}

.event-link-list a:hover {
  color: #d71920;
  padding-left: 8px;
}

.hotel-card {
  background: #111;
  color: #fff;
  height: 100%;
  border: 2px solid rgba(255,255,255,.15);
}

.hotel-card.featured {
  border-color: #b6ff00;
  box-shadow: 0 0 30px rgba(182,255,0,.18);
}

.hotel-badge {
  display: inline-block;
  background: #d71920;
  color: #fff;
  padding: 7px 14px;
  border-radius: 999px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.small-hotel-card {
  display: block;
  background: #111;
  color: #fff;
  border: 2px solid rgba(255,255,255,.10);
  border-radius: 18px;
  padding: 25px;
  height: 100%;
  transition: .25s ease;
}

.small-hotel-card h5 {
  font-weight: 900;
  margin-bottom: 6px;
  color: #fff;
}

.small-hotel-card small {
  color: #b6ff00;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.small-hotel-card:hover {
  color: #fff;
  border-color: #b6ff00;
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(182,255,0,.20);
}


/* Upcoming Events Page */

.upcoming-page {
  background: #050505;
}

.upcoming-hero-banner {
  position: relative;
  min-height: 430px;
  padding: 160px 0 90px;
  background:
    radial-gradient(circle at top center, rgba(198, 255, 0, 0.18), transparent 35%),
    linear-gradient(135deg, #050505 0%, #111 45%, #000 100%);
  overflow: hidden;
}

.upcoming-hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.45;
}

.upcoming-hero-banner::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -120px;
  width: 520px;
  height: 220px;
  transform: translateX(-50%);
  background: rgba(198, 255, 0, 0.16);
  filter: blur(60px);
  border-radius: 50%;
}

.upcoming-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.25), rgba(0,0,0,0.85));
}

.upcoming-hero-content {
  position: relative;
  z-index: 2;
  max-width: 880px;
  margin: 0 auto;
}

.upcoming-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: #c6ff00;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-shadow: 0 0 12px rgba(198, 255, 0, 0.75);
}

.upcoming-hero-content h1 {
  color: #fff;
  font-size: clamp(44px, 7vw, 82px);
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  margin-bottom: 18px;
  text-shadow:
    0 0 14px rgba(198, 255, 0, 0.55),
    0 5px 0 rgba(255, 0, 0, 0.45);
}

.upcoming-hero-content p {
  color: #f4f4f4;
  font-size: 20px;
  line-height: 1.6;
  max-width: 760px;
  margin: 0 auto;
}

.upcoming-events-section {
  background: #050505;
  padding: 75px 0 90px;
  border-top: 3px solid #e60012;
}

.upcoming-section-heading {
  max-width: 820px;
  margin: 0 auto 48px;
}

.upcoming-section-heading h2 {
  color: #fff;
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 950;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}

.upcoming-section-heading p {
  color: #e8e8e8;
  font-size: 18px;
  line-height: 1.65;
}

.upcoming-event-card {
  background: #fff;
  border-radius: 22px;
  padding: 34px 30px;
  box-shadow: 0 0 26px rgba(198, 255, 0, 0.22);
  border: 1px solid rgba(198, 255, 0, 0.35);
}

.upcoming-card-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 20px;
}

.upcoming-year,
.upcoming-status {
  display: inline-block;
  font-weight: 950;
  padding: 7px 16px;
  border-radius: 999px;
}

.upcoming-year {
  background: #c6ff00;
  color: #000;
}

.upcoming-status {
  background: #e60012;
  color: #fff;
}

.upcoming-event-card h3 {
  color: #111;
  font-size: 28px;
  font-weight: 950;
  margin-bottom: 8px;
}

.upcoming-location {
  color: #e60012 !important;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 16px !important;
}

.upcoming-event-card p {
  color: #444;
  line-height: 1.65;
  margin-bottom: 24px;
}

.upcoming-details-list {
  display: grid;
  gap: 12px;
}

.upcoming-details-list div {
  background: #f4f4f4;
  border-left: 5px solid #c6ff00;
  border-radius: 10px;
  padding: 13px 15px;
}

.upcoming-details-list strong {
  display: block;
  color: #111;
  font-weight: 950;
  margin-bottom: 3px;
}

.upcoming-details-list span {
  color: #555;
  font-weight: 700;
}

.upcoming-cta-section {
  background: #0b0b0b;
  padding: 75px 0 90px;
}

.upcoming-cta-card {
  background: #fff;
  border-radius: 22px;
  padding: 46px 30px;
  box-shadow: 0 0 26px rgba(198, 255, 0, 0.22);
  border: 1px solid rgba(198, 255, 0, 0.35);
}

.upcoming-cta-card .section-kicker {
  color: #e60012;
  text-shadow: none;
}

.upcoming-cta-card h2 {
  color: #111;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 950;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}

.upcoming-cta-card p {
  color: #444;
  font-size: 18px;
  line-height: 1.65;
  max-width: 760px;
  margin: 0 auto 28px;
}

.upcoming-cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.upcoming-primary-btn,
.upcoming-secondary-btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 950;
  padding: 13px 24px;
  border-radius: 9px;
  text-transform: uppercase;
}

.upcoming-primary-btn {
  background: #c6ff00;
  color: #000;
}

.upcoming-primary-btn:hover,
.upcoming-primary-btn:focus {
  background: #e60012;
  color: #fff;
}

.upcoming-secondary-btn {
  background: #111;
  color: #fff;
}

.upcoming-secondary-btn:hover,
.upcoming-secondary-btn:focus {
  background: #c6ff00;
  color: #000;
}

@media (max-width: 767px) {
  .upcoming-hero-banner {
    min-height: 360px;
    padding: 135px 0 70px;
  }

  .upcoming-hero-content p,
  .upcoming-section-heading p,
  .upcoming-cta-card p {
    font-size: 17px;
  }

  .upcoming-events-section,
  .upcoming-cta-section {
    padding: 55px 0;
  }

  .upcoming-event-card,
  .upcoming-cta-card {
    padding: 28px 22px;
  }

  .upcoming-card-top {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* ========== SPONSORS PAGE STYLES ========== */
.sponsors-hero {
  min-height: 560px;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(
      90deg,
      rgba(0,0,0,.95) 0%,
      rgba(0,0,0,.72) 42%,
      rgba(0,0,0,.18) 100%
    ),
    url("https://www.thehammerdeafexpo.com/wp-content/themes/THDE/assets/images/sponsors-hero.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 5px solid #b6ff00;
}

.sponsors-hero h1 {
  font-size: clamp(3.4rem, 7vw, 7rem);
  font-weight: 900;
  line-height: .88;
  text-transform: uppercase;
  letter-spacing: -3px;
  margin: 25px 0 25px;
}

.sponsors-hero h1 span {
  color: #b6ff00;
}

.sponsors-hero p {
  max-width: 720px;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  font-weight: 700;
  line-height: 1.6;
}

.volunteer-hero h1 {
  font-size: clamp(3.5rem, 7vw, 7rem);
  font-weight: 900;
  text-transform: uppercase;
  line-height: .9;
}

.volunteer-hero p {
  color: #b6ff00;
  font-size: 2rem;
  font-weight: 800;
}

.volunteer-form-section {
  background: #050505;
}

.volunteer-cta{
    background:#080808;
    border-top:4px solid #b6ff00;
}

.volunteer-box{
    max-width:900px;
    margin:auto;
    padding:60px;
    background:#111;
    border:2px solid rgba(255,255,255,.12);
    border-radius:20px;
}

.volunteer-box h2{
    font-size:3rem;
    font-weight:900;
    text-transform:uppercase;
    color:#fff;
    margin-bottom:20px;
}

.volunteer-box p{
    font-size:1.2rem;
    color:#d5d5d5;
    line-height:1.8;
    max-width:700px;
    margin:0 auto 35px;
}

/* Sponsors & Vendors Page */

.sponsors-page {
  background: #050505;
}

.sponsor-packages-section {
  background: #050505;
  color: #fff;
}

.sponsor-packages-section h2 {
  color: #c6ff00;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* Zeffy Section */

.sponsor-form-section {
  background: #050505;
  border-top: 3px solid #e60012;
  padding-top: 70px !important;
  padding-bottom: 90px !important;
}

.sponsor-zeffy-box {
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  border: 0;
  text-align: center;
}

.sponsor-zeffy-box h2 {
  color: #c6ff00;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 950;
  margin-bottom: 12px;
  text-align: center;
  text-shadow: 0 0 12px rgba(198, 255, 0, 0.55);
}

.sponsor-zeffy-box p {
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.zeffy-direct-btn {
  display: inline-block;
  margin: 24px auto 12px;
  background: #c6ff00;
  color: #000;
  text-decoration: none;
  font-weight: 950;
  padding: 14px 26px;
  border-radius: 10px;
  text-transform: uppercase;
}

.zeffy-direct-btn:hover,
.zeffy-direct-btn:focus {
  background: #e60012;
  color: #fff;
}

.zeffy-help-text {
  color: #dcdcdc !important;
  font-size: 15px !important;
  margin-bottom: 28px !important;
}

.zeffy-iframe-box {
  width: 100%;
  max-width: 1320px;
  height: 950px;
  margin: 0 auto;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 0 26px rgba(198, 255, 0, 0.24);
}

.zeffy-iframe-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

@media (max-width: 767px) {
  .sponsor-form-section {
    padding-top: 45px !important;
    padding-bottom: 65px !important;
  }

  .zeffy-iframe-box {
    height: 1050px;
    border-radius: 12px;
  }
}
