/* Force black font color for volunteer registration form inputs */
#btc-volunteer-profile-form input,
#btc-volunteer-profile-form select,
#btc-volunteer-profile-form textarea {
  color: #111 !important;
  background-color: #fff !important;
  caret-color: #111 !important;
}
/* Centered header for Touchdown Members page */
.centered-header {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
:root {
  --night: #050505;
  --charcoal: #171717;
  --gold: #ffd700;
  --gold-soft: #f1c94b;
  --cloud: #f6f1df;
  --ink: #121212;
  --accent: #ffd700;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Barlow", "Trebuchet MS", sans-serif;
  color: var(--cloud);
  background:
    radial-gradient(circle at 50% 12%, rgba(147, 168, 194, 0.11) 0%, rgba(147, 168, 194, 0) 36%),
    radial-gradient(circle at 10% 10%, rgba(255, 217, 122, 0.14) 0%, rgba(255, 217, 122, 0) 30%),
    radial-gradient(circle at 90% 9%, rgba(255, 217, 122, 0.12) 0%, rgba(255, 217, 122, 0) 30%),
    linear-gradient(160deg, #020204 0%, #0b0d11 46%, #171208 100%);
  min-height: 100vh;
}

.home-page {
  overflow-x: clip;
}

.stadium-lights {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
  perspective: 1100px;
}

.stadium-lights::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(70vw 24vh at 50% 25%, rgba(210, 220, 236, 0.08), rgba(210, 220, 236, 0) 70%),
    linear-gradient(180deg, rgba(28, 34, 44, 0.18) 0%, rgba(28, 34, 44, 0) 34%);
  opacity: 0;
  animation: hero-atmosphere-rise 1.4s ease-out 0.35s forwards;
}

.stadium-lights::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 3, 5, 0) 0%, rgba(2, 3, 5, 0.18) 45%, rgba(2, 3, 5, 0.56) 100%),
    radial-gradient(130% 74% at 50% 110%, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0) 62%);
}

.stadium-light-rig {
  position: absolute;
  top: 82px;
  width: 82px;
  height: min(48vh, 420px);
  opacity: 0;
  animation: stadium-rig-appear 0.4s ease-out forwards;
}

.stadium-light-rig-left {
  left: max(8px, calc((100vw - min(1100px, 94vw)) / 2 - 68px));
}

.stadium-light-rig-right {
  right: max(8px, calc((100vw - min(1100px, 94vw)) / 2 - 68px));
}

.stadium-light-rig::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 12px;
  height: 100%;
  transform: translateX(-50%);
  border-radius: 2px;
  background: linear-gradient(180deg, rgba(108, 118, 133, 0.94) 0%, rgba(57, 64, 75, 0.96) 46%, rgba(33, 39, 48, 0.98) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(220, 230, 246, 0.22),
    inset 2px 0 2px rgba(255, 255, 255, 0.08),
    0 0 12px rgba(0, 0, 0, 0.46);
}

.stadium-light-rig::after {
  content: none;
}

.stadium-light-head {
  position: absolute;
  left: 50%;
  top: 8px;
  width: 74px;
  margin-left: -37px;
  padding: 4px 5px 5px;
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(60, 66, 78, 0.96), rgba(29, 34, 42, 0.98));
  border: 1px solid rgba(186, 196, 214, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(212, 220, 234, 0.23),
    0 5px 8px rgba(0, 0, 0, 0.48);
  transform-origin: center bottom;
}

.stadium-light-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  margin-top: 4px;
}

.stadium-light-row:first-child {
  margin-top: 0;
}

.stadium-light-lamp {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 33% 27%, rgba(255, 255, 255, 1) 0%, rgba(246, 251, 255, 0.98) 20%, rgba(224, 239, 255, 0.78) 42%, rgba(198, 225, 255, 0.4) 64%, rgba(198, 225, 255, 0) 100%),
    linear-gradient(180deg, rgba(59, 64, 74, 0.95), rgba(26, 31, 39, 0.96));
  border: 1px solid rgba(238, 247, 255, 0.84);
  box-shadow:
    inset 0 0 0 1px rgba(252, 255, 255, 0.5),
    0 0 16px rgba(197, 231, 255, 0.68),
    0 0 42px rgba(197, 231, 255, 0.42);
  opacity: 0.26;
  animation: stadium-light-flicker 1.95s ease-out 0.36s forwards;
}

.stadium-light-lamp:nth-child(3n) {
  animation-delay: 0.43s;
}

.stadium-light-lamp:nth-child(4n) {
  animation-delay: 0.5s;
}

.stadium-light-rig-left .stadium-light-head {
  transform: rotateY(26deg) rotateX(15deg) rotate(-3deg);
}

.stadium-light-rig-right .stadium-light-head {
  transform: rotateY(-26deg) rotateX(15deg) rotate(3deg);
}

.stadium-light-glow {
  position: absolute;
  top: 4px;
  left: 50%;
  width: 132px;
  height: 132px;
  margin-left: -66px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.96) 0%, rgba(219, 238, 255, 0.6) 34%, rgba(219, 238, 255, 0) 78%);
  filter: blur(14px);
  opacity: 0;
  animation: stadium-glow-flicker 2.2s ease-out 0.22s forwards;
}

.stadium-light-beam {
  position: absolute;
  top: 38px;
  width: 62vw;
  max-width: 700px;
  height: min(66vh, 700px);
  opacity: 0;
  filter: blur(1px) saturate(1.08) brightness(1.08);
  mix-blend-mode: screen;
}

.stadium-light-beam::before,
.stadium-light-beam::after {
  content: "";
  position: absolute;
  inset: 0;
}

.stadium-light-rig-left .stadium-light-beam {
  left: 36px;
  transform-origin: left top;
  transform: rotate(7.6deg) scaleX(0.64);
  clip-path: polygon(0 0, 100% 17%, 63% 100%, 0 56%);
  background: linear-gradient(90deg, rgba(226, 243, 255, 0.62), rgba(226, 243, 255, 0.2) 34%, rgba(226, 243, 255, 0));
  animation: stadium-beam-left 2.5s ease-out 0.4s forwards;
}

.stadium-light-rig-left .stadium-light-beam::before {
  clip-path: polygon(0 4%, 88% 21%, 57% 88%, 0 50%);
  background: linear-gradient(90deg, rgba(240, 248, 255, 0.3), rgba(240, 248, 255, 0));
}

.stadium-light-rig-left .stadium-light-beam::after {
  clip-path: polygon(0 1%, 54% 17%, 41% 62%, 0 42%);
  background: linear-gradient(90deg, rgba(246, 252, 255, 0.28), rgba(246, 252, 255, 0));
}

.stadium-light-rig-right .stadium-light-beam {
  right: 36px;
  transform-origin: right top;
  transform: rotate(-7.6deg) scaleX(0.64);
  clip-path: polygon(100% 0, 0 17%, 37% 100%, 100% 56%);
  background: linear-gradient(270deg, rgba(226, 243, 255, 0.62), rgba(226, 243, 255, 0.2) 34%, rgba(226, 243, 255, 0));
  animation: stadium-beam-right 2.5s ease-out 0.4s forwards;
}

.stadium-light-rig-right .stadium-light-beam::before {
  clip-path: polygon(100% 4%, 12% 21%, 43% 88%, 100% 50%);
  background: linear-gradient(270deg, rgba(240, 248, 255, 0.3), rgba(240, 248, 255, 0));
}

.stadium-light-rig-right .stadium-light-beam::after {
  clip-path: polygon(100% 1%, 46% 17%, 59% 62%, 100% 42%);
  background: linear-gradient(270deg, rgba(246, 252, 255, 0.28), rgba(246, 252, 255, 0));
}

.site-shell {
  width: min(1100px, 94vw);
  margin: 1.2rem auto 2.4rem;
  background:
    linear-gradient(0deg, rgba(255, 215, 0, 0.04), rgba(255, 215, 0, 0.04)),
    linear-gradient(160deg, rgba(12, 12, 12, 0.97), rgba(30, 30, 30, 0.98));
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 215, 0, 0.35);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 1;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.4rem 1.5rem;
  background:
    linear-gradient(120deg, #000000 0%, #141414 58%, #362a00 100%);
  color: #fff7dc;
  border-bottom: 1px solid rgba(255, 215, 0, 0.35);
}

.brand-kicker {
  margin: 0;
  color: var(--gold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.74rem;
  font-weight: 700;
}

.brand-wrap h1 {
  margin: 0.15rem 0 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0.02em;
  font-size: clamp(1.9rem, 4vw, 2.6rem);
  font-weight: 400;
  color: #ffffff;
}

.brand-title {
  line-height: 0.96;
  text-transform: uppercase;
}

/* Option 1 (active): gold-metal stadium style */
.brand-title--iron {
  letter-spacing: 0.055em;
  background: none;
  color: #ffffff;
  -webkit-text-stroke: 0;
  text-shadow:
    0 2px 0 rgba(0, 0, 0, 0.62),
    0 7px 16px rgba(0, 0, 0, 0.44);
}

/* Option 2: bright game-night marquee */
.brand-title--marquee {
  font-family: "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0.07em;
  color: #fff4bf;
  text-shadow:
    0 0 6px rgba(255, 215, 0, 0.68),
    0 0 18px rgba(255, 215, 0, 0.52),
    0 4px 12px rgba(0, 0, 0, 0.46);
}

/* Option 3: old-school athletic block */
.brand-title--retro {
  color: #fff7dd;
  letter-spacing: 0.045em;
  -webkit-text-stroke: 1px rgba(23, 18, 0, 0.9);
  text-shadow:
    2px 2px 0 #8f6c00,
    4px 4px 0 rgba(0, 0, 0, 0.5);
}

.site-nav {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.site-nav a,
.site-nav-dropdown-toggle {
  color: #fff1c8;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.42rem 0.66rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 215, 0, 0.28);
  background: rgba(255, 215, 0, 0.06);
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.site-nav-dropdown-toggle {
  font-family: inherit;
  cursor: pointer;
  line-height: 1;
}

.site-nav a:hover,
.site-nav-dropdown-toggle:hover,
.site-nav-dropdown:focus-within .site-nav-dropdown-toggle {
  border-color: rgba(255, 215, 0, 0.72);
  background: rgba(255, 215, 0, 0.15);
  transform: translateY(-1px);
}

.site-nav-dropdown {
  position: relative;
  margin-right: 0.25rem;
}

.site-nav-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  z-index: 40;
  padding: 0.45rem;
  margin-top: 0;
  border-radius: 12px;
  border: 1px solid rgba(255, 215, 0, 0.38);
  background: linear-gradient(150deg, #0e0e0e, #1c1c1c 70%, #2d2400);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.35);
}

.site-nav-dropdown-menu a {
  display: block;
  margin: 0.2rem 0;
  border-radius: 10px;
}

.site-nav-menu-group {
  position: relative;
}

.site-nav-submenu-trigger {
  width: 100%;
  margin: 0.2rem 0;
  border-radius: 10px;
  border: 1px solid rgba(255, 215, 0, 0.28);
  background: rgba(255, 215, 0, 0.06);
  color: #fff1c8;
  padding: 0.42rem 0.66rem;
  font-size: 0.95rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
}

.site-nav-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 220px;
  z-index: 45;
  padding: 0.42rem;
  margin-left: 0;
  border-radius: 12px;
  border: 1px solid rgba(255, 215, 0, 0.38);
  background: linear-gradient(150deg, #0e0e0e, #1c1c1c 70%, #2d2400);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.35);
}

.site-nav-submenu a {
  display: block;
  margin: 0.2rem 0;
}

.site-nav-menu-group:hover .site-nav-submenu,
.site-nav-menu-group:focus-within .site-nav-submenu {
  display: block;
}

.site-nav-submenu-trigger:hover,
.site-nav-menu-group:focus-within .site-nav-submenu-trigger {
  border-color: rgba(255, 215, 0, 0.72);
  background: rgba(255, 215, 0, 0.15);
}

.site-nav-dropdown:hover .site-nav-dropdown-menu,
.site-nav-dropdown:focus-within .site-nav-dropdown-menu {
  display: block;
}

.site-nav .admin-link {
  background: var(--gold);
  color: #101010;
  border-color: rgba(255, 215, 0, 0.9);
}

main {
  padding: 1.5rem;
  background:
    radial-gradient(circle at 100% 70%, rgba(255, 215, 0, 0.08), rgba(255, 215, 0, 0) 35%),
    radial-gradient(circle at 0% 95%, rgba(255, 215, 0, 0.08), rgba(255, 215, 0, 0) 32%);
}

.hero {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 1rem;
  position: relative;
}

.hero-copy {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 231, 148, 0.18), rgba(255, 231, 148, 0) 36%),
    linear-gradient(145deg, #050505, #191919 58%, #2f2500 100%);
  color: #fff7dc;
  border-radius: 16px;
  padding: 1.5rem;
  border: 1px solid rgba(255, 215, 0, 0.35);
  box-shadow: inset 0 0 0 1px rgba(255, 215, 0, 0.08);
  position: relative;
  overflow: hidden;
}

.hero-copy::before {
  content: "";
  position: absolute;
  inset: -10% 18% 54% 18%;
  background: radial-gradient(circle, rgba(255, 241, 190, 0.24), rgba(255, 241, 190, 0));
  opacity: 0;
  animation: hero-center-glow 1.6s ease-out 0.55s forwards;
}

.hero-intro-copy {
  position: relative;
  z-index: 1;
}

.hero-intro-item {
  opacity: 0;
  transform: translateY(18px);
  animation: hero-copy-rise 0.9s cubic-bezier(.2,.8,.2,1) forwards;
}

.hero-eyebrow {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  animation-delay: 1.08s;
}

.hero-copy h2 {
  margin: 0.45rem 0 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.95;
  font-weight: 400;
  animation-delay: 1.2s;
}

.hero-copy p {
  margin: 0.85rem 0 0;
  max-width: 53ch;
  font-size: 1.03rem;
  color: #efe3bd;
}

.hero-subheadline {
  animation-delay: 1.36s;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1rem;
  animation-delay: 1.56s;
}

.hero-cta {
  display: inline-block;
  background: var(--gold);
  color: #111;
  padding: 0.65rem 1rem;
  border-radius: 9px;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(255, 215, 0, 0.32);
}

.hero-cta:hover {
  background: var(--gold-soft);
}

.hero-cta-secondary {
  background: rgba(255, 255, 255, 0.04);
  color: #fff7dc;
  border: 1px solid rgba(255, 215, 0, 0.35);
  box-shadow: none;
}

.hero-cta-secondary:hover {
  background: rgba(255, 215, 0, 0.12);
}

.bearhead-feature {
  margin: 0.9rem 0 0;
  border-radius: 14px;
  overflow: hidden;
  border: 2px solid rgba(255, 215, 0, 0.5);
  background: linear-gradient(140deg, #0e0e0e, #1e1e1e 70%, #332900);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: translateY(22px);
  animation: hero-panel-rise 0.95s cubic-bezier(.2,.8,.2,1) 1.76s forwards;
}

.bearhead-feature img {
  display: block;
  width: 100%;
  max-height: 290px;
  object-fit: cover;
}

.members-spotlight-card {
  margin-top: 0.9rem;
  display: grid;
  gap: 0.25rem;
  text-decoration: none;
  padding: 0.9rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 215, 0, 0.5);
  background:
    radial-gradient(160px 84px at 92% 0%, rgba(255, 215, 0, 0.22) 0%, rgba(255, 215, 0, 0) 80%),
    linear-gradient(135deg, #121212 0%, #1f1f1f 55%, #372b00 100%);
  color: #f9efcc;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.26);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  opacity: 0;
  transform: translateY(22px);
  animation: hero-panel-rise 0.95s cubic-bezier(.2,.8,.2,1) 1.9s forwards;
}

.members-spotlight-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 215, 0, 0.78);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.34);
}

.members-spotlight-kicker {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffe27f;
  font-weight: 800;
}

.members-spotlight-title {
  font-family: "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0.03em;
  font-size: 1.6rem;
  color: #ffd700;
}

.members-spotlight-copy {
  font-size: 0.9rem;
  color: #f5e8bd;
}

.members-spotlight-cta {
  margin-top: 0.18rem;
  justify-self: start;
  font-weight: 800;
  color: #131313;
  background: #ffd700;
  border-radius: 999px;
  padding: 0.3rem 0.78rem;
  font-size: 0.82rem;
}

.home-gameday-card {
  margin-top: 0.9rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 215, 0, 0.45);
  background: linear-gradient(145deg, #0f0f0f, #1d1d1d 60%, #3b2b00);
  padding: 0.9rem 1rem;
  color: #f5e8be;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transform: translateY(22px);
  animation: hero-panel-rise 0.95s cubic-bezier(.2,.8,.2,1) 2.04s forwards;
}

.home-gameday-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.55rem;
}

.home-gameday-head h3 {
  margin: 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0.03em;
  color: #ffd700;
  font-size: 1.65rem;
  font-weight: 400;
}

.home-gameday-head a {
  color: #111;
  text-decoration: none;
  background: #ffd700;
  border-radius: 999px;
  padding: 0.24rem 0.7rem;
  font-weight: 800;
  font-size: 0.78rem;
}

.home-gameday-list {
  display: grid;
  gap: 0.52rem;
}

.home-schedule-list {
  margin-top: 0.35rem;
}

.home-schedule-list .varsity-schedule-item {
  padding: 0.62rem;
}

.home-schedule-list .varsity-schedule-item::before {
  width: 42px;
  height: 42px;
}

.home-gameday-item {
  border-radius: 10px;
  border: 1px solid rgba(255, 215, 0, 0.24);
  background: rgba(255, 255, 255, 0.03);
  padding: 0.58rem 0.62rem;
}

.home-gameday-item.has-score {
  border-color: rgba(255, 215, 0, 0.65);
  background: linear-gradient(155deg, rgba(255, 215, 0, 0.1), rgba(255, 255, 255, 0.04));
}

.home-gameday-line {
  font-size: 0.9rem;
  color: #f6eecf;
}

.home-gameday-score {
  margin-top: 0.38rem;
  font-weight: 800;
  font-size: 0.88rem;
  color: #1b1200;
  background: #ffd86b;
  border-radius: 8px;
  padding: 0.24rem 0.5rem;
}

.home-gameday-win {
  margin-left: 0.45rem;
  color: #138a1e;
  font-weight: 900;
  font-size: 1rem;
  vertical-align: middle;
}

.hero-card {
  border-radius: 16px;
  padding: 1.2rem;
  background: linear-gradient(150deg, #181818, #242424 70%, #322800);
  border: 2px solid rgba(255, 215, 0, 0.34);
  color: #f4e8c2;
  opacity: 0;
  transform: translateY(28px);
  animation: hero-panel-rise 1.05s cubic-bezier(.2,.8,.2,1) 1.42s forwards;
}

.hero-card h3 {
  margin: 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0.03em;
  font-size: 1.8rem;
  color: #ffd700;
  font-weight: 400;
}

.hero-card ul {
  margin: 0.8rem 0 0;
  padding-left: 1.2rem;
}

.hero-card li {
  margin-bottom: 0.44rem;
}

.support-intro {
  margin: 0.55rem 0 0;
  color: #f0e4bb;
  font-size: 0.97rem;
}

.support-groups {
  margin: 0.85rem 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.72rem;
}

.support-group {
  padding: 0.68rem 0.72rem 0.7rem;
  border-radius: 10px;
  background: rgba(255, 215, 0, 0.08);
  border: 1px solid rgba(255, 215, 0, 0.25);
}

.support-group h4 {
  margin: 0;
  color: #ffd700;
  font-size: 1.03rem;
  letter-spacing: 0.02em;
}

.support-group ul {
  margin: 0.55rem 0 0;
  padding-left: 1.05rem;
}

.support-group li {
  margin: 0 0 0.35rem;
  color: #f8edc8;
  line-height: 1.35;
  font-size: 0.88rem;
}

@keyframes stadium-rig-appear {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}


@keyframes stadium-light-flicker {
  0% { opacity: 0.18; }
  10% { opacity: 0.96; }
  14% { opacity: 0.4; }
  23% { opacity: 1; }
  30% { opacity: 0.62; }
  41% { opacity: 0.98; }
  58% { opacity: 0.84; }
  100% { opacity: 1; }
}

@keyframes stadium-glow-flicker {
  0% { opacity: 0; transform: scale(0.9); }
  16% { opacity: 0.92; transform: scale(1.03); }
  28% { opacity: 0.52; }
  44% { opacity: 0.8; }
  100% { opacity: 0.72; transform: scale(1); }
}

@keyframes stadium-beam-left {
  0% { opacity: 0; transform: rotate(9deg) scaleX(0.5); }
  30% { opacity: 0.34; }
  100% { opacity: 0.62; transform: rotate(7.6deg) scaleX(1); }
}

@keyframes stadium-beam-right {
  0% { opacity: 0; transform: rotate(-9deg) scaleX(0.5); }
  30% { opacity: 0.34; }
  100% { opacity: 0.62; transform: rotate(-7.6deg) scaleX(1); }
}

@keyframes hero-atmosphere-rise {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes hero-center-glow {
  from { opacity: 0; transform: scale(0.88); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes hero-copy-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-panel-rise {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.home-gallery {
  margin-top: 0.9rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.7rem;
  align-items: center;
}

.gallery-viewport {
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(255, 215, 0, 0.36);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
  touch-action: pan-y;
}

.gallery-track {
  display: flex;
  transition: transform 0.42s ease;
}

.gallery-slide {
  min-width: 100%;
  position: relative;
  background: #0c0c0c;
}

.gallery-slide img {
  width: 100%;
  height: clamp(260px, 50vw, 430px);
  object-fit: cover;
  display: block;
}

.gallery-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.72rem 0.95rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.78) 55%, rgba(0, 0, 0, 0.9) 100%);
  color: #ffd700;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.35rem;
  letter-spacing: 0.03em;
}

.gallery-nav-btn {
  border: 1px solid rgba(255, 215, 0, 0.72);
  background: linear-gradient(170deg, #171717, #2a2100);
  color: #ffe69c;
  border-radius: 999px;
  padding: 0.62rem 1rem;
  font-weight: 700;
  cursor: pointer;
}

.gallery-nav-btn:hover {
  background: linear-gradient(170deg, #2a2100, #171717);
}

.gallery-dots {
  margin-top: 0.75rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.gallery-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid rgba(255, 215, 0, 0.8);
  background: rgba(255, 215, 0, 0.2);
  cursor: pointer;
}

.gallery-dot.active {
  background: #ffd700;
  transform: scale(1.15);
}

.content-section {
  margin-top: 1.1rem;
  padding: 1.1rem;
  border-radius: 14px;
  background: linear-gradient(155deg, #121212, #202020);
  border: 1px solid rgba(255, 215, 0, 0.24);
}

.section-head h3 {
  margin: 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 2rem;
  letter-spacing: 0.03em;
  color: #ffd700;
  font-weight: 400;
}

.section-head p {
  margin: 0.3rem 0 0;
  color: #ebdfbb;
}

.events-page-link {
  margin-top: 0.75rem;
}

.events-page-head h2 {
  margin: 0.3rem 0 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(2.1rem, 4.8vw, 3rem);
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #ffd700;
}

.events-page-section + .events-page-section {
  margin-top: 0.2rem;
}

.events-grid {
  margin-top: 0.9rem;
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.events-card {
  border-radius: 12px;
  border: 1px solid rgba(255, 215, 0, 0.34);
  background: linear-gradient(145deg, #0f0f0f, #1e1e1e 60%, #2f2500 100%);
  padding: 0.85rem 0.95rem;
  color: #f5e9c3;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.events-card h4 {
  margin: 0.25rem 0 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.55rem;
  letter-spacing: 0.03em;
  color: #ffd700;
  font-weight: 400;
}

.events-card p {
  margin: 0.45rem 0 0;
}

.events-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.event-date {
  margin: 0;
  font-size: 0.86rem;
  color: #ffe9a8;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.event-type {
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #1b1500;
  background: #ffd700;
  border-radius: 999px;
  padding: 0.2rem 0.52rem;
  font-weight: 800;
}

.event-location {
  color: #f1deb3;
  font-size: 0.92rem;
}

.events-card-premier {
  border-color: rgba(255, 215, 0, 0.72);
  background: linear-gradient(145deg, #1b1400, #2b2200 55%, #3a2b00 100%);
}

.varsity-schedule-section {
  background:
    radial-gradient(circle at 94% 0%, rgba(255, 215, 0, 0.18), rgba(255, 215, 0, 0) 40%),
    linear-gradient(155deg, #101010, #1f1f1f 70%, #2d2200);
}

.varsity-schedule-list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  counter-reset: game;
  display: grid;
  gap: 0.75rem;
}

.varsity-schedule-item {
  counter-increment: game;
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 0.75rem;
  align-items: start;
  padding: 0.75rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 215, 0, 0.34);
  background: linear-gradient(140deg, #0f0f0f, #1a1a1a 52%, #2e2400 100%);
}

.varsity-schedule-item::before {
  content: counter(game, decimal-leading-zero);
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-weight: 900;
  color: #1b1500;
  background: linear-gradient(180deg, #ffe89a, #ffd700);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}

.varsity-game-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.varsity-opponent {
  margin: 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0.03em;
  font-size: 1.5rem;
  color: #ffd700;
  font-weight: 400;
}

.varsity-final-badge {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 0.2rem 0.58rem;
  background: rgba(255, 215, 0, 0.2);
  border: 1px solid rgba(255, 215, 0, 0.55);
  color: #ffe9a1;
}

.varsity-game-meta {
  margin-top: 0.3rem;
  display: grid;
  gap: 0.2rem;
  font-size: 0.92rem;
  color: #f3e4bb;
}

.varsity-game-note {
  margin-top: 0.36rem;
  font-size: 0.9rem;
  color: #f0dfaf;
}

.varsity-game-score {
  margin-top: 0.45rem;
  display: inline-block;
  font-weight: 800;
  color: #1a1200;
  background: linear-gradient(180deg, #ffeeb3, #f8cf58);
  border-radius: 8px;
  padding: 0.3rem 0.55rem;
}

.public-contact-section {
  background: linear-gradient(155deg, #121212, #1f1b0c);
}

.public-contact-form {
  margin-top: 0.9rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.72rem;
}

.public-contact-form label {
  display: grid;
  gap: 0.32rem;
  color: #f4e8bf;
  font-weight: 700;
  font-size: 0.95rem;
}

.public-contact-form input,
.public-contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 215, 0, 0.5);
  border-radius: 10px;
  padding: 0.62rem 0.7rem;
  background: #fff8dc;
  color: #1a1a1a;
  font: inherit;
}

.public-contact-form textarea {
  resize: vertical;
}

.public-contact-form .wide-field {
  grid-column: 1 / -1;
}

.public-contact-form button {
  justify-self: start;
}

.facebook-widget-section {
  background: linear-gradient(160deg, #111111, #1f1f1f 62%, #2f2500);
}

.facebook-widget-wrap {
  margin-top: 0.9rem;
  display: flex;
  justify-content: center;
}

.facebook-widget-frame {
  width: min(500px, 100%);
  border-radius: 12px;
  border: 1px solid rgba(255, 215, 0, 0.42);
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
}

.facebook-fallback-note {
  margin: 0.9rem 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
}

.facebook-fallback-note a {
  color: #ffd54f;
  font-weight: 700;
}

.facebook-fallback-btn {
  margin-top: 0.9rem;
}

.members-page-head h2 {
  margin: 0.4rem 0 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 2.9rem);
  color: #ffd700;
  letter-spacing: 0.03em;
}

/* ── Floating scroll-to-join arrow (memberships page) ── */
@keyframes scroll-arrow-bounce {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(8px); }
}

@keyframes scroll-arrow-glow {
  0%, 100% { box-shadow: 0 4px 22px rgba(255, 215, 0, 0.45); }
  50%       { box-shadow: 0 4px 36px rgba(255, 215, 0, 0.9); }
}

.scroll-join-arrow {
  position: fixed;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 900;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  text-decoration: none;
  color: #131313;
  background: linear-gradient(160deg, #ffd700, #e6b800);
  border-radius: 40px;
  padding: 0.55rem 1.25rem 0.4rem;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  animation:
    scroll-arrow-bounce 1.1s ease-in-out infinite,
    scroll-arrow-glow   1.4s ease-in-out infinite;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.scroll-join-arrow--hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.scroll-join-label {
  line-height: 1;
}

.scroll-join-chevron {
  width: 22px;
  height: 22px;
  display: block;
}

.members-levels-wrap {
  display: grid;
  gap: 0.8rem;
}

.members-level-card {
  border-radius: 14px;
  border: 1px solid rgba(255, 215, 0, 0.22);
  padding: 0.9rem 1rem;
  background: linear-gradient(150deg, #131313, #222222);
}

.members-level-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.52rem;
}

.members-level-head h3 {
  margin: 0;
  color: #ffd700;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.55rem;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.members-level-count {
  min-width: 34px;
  text-align: center;
  font-weight: 800;
  color: #121212;
  background: #ffd700;
  border-radius: 999px;
  padding: 0.14rem 0.62rem;
}

.members-level-list {
  margin: 0;
  padding-left: 1.15rem;
}

.members-level-list li {
  margin: 0 0 0.34rem;
  color: #f6eac0;
  list-style: none;
  margin-left: -1.1rem;
}

/* ── Featured (logo) members — staggered card grid ── */
.members-featured-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 0.8rem;
  align-items: flex-start;
}

.member-featured-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.48rem;
  width: 130px;
  background: linear-gradient(160deg, #1c1c1c, #282100);
  border: 1px solid rgba(255, 215, 0, 0.32);
  border-radius: 12px;
  padding: 0.75rem 0.65rem 0.65rem;
  text-decoration: none;
  color: inherit;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  cursor: pointer;
}

.member-featured-card--no-link {
  cursor: default;
}

.member-featured-card:not(.member-featured-card--no-link):hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(255, 215, 0, 0.22);
  border-color: rgba(255, 215, 0, 0.65);
}

/* stagger: every other card drops down */
.member-featured-card:nth-child(even) {
  margin-top: 22px;
}

.member-featured-logo {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 10px;
  border: 2px solid rgba(255, 215, 0, 0.45);
  background: #0f0f0f;
  flex-shrink: 0;
}

.member-featured-name {
  color: #f6eac0;
  font-size: 0.82rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  word-break: break-word;
}

.member-featured-link {
  color: #ffd979;
  font-size: 0.7rem;
  text-align: center;
  word-break: break-all;
  text-decoration: underline;
  opacity: 0.85;
}

/* ── Simple (no-logo) member rows ── */
.member-list-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.62rem;
  align-items: center;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 215, 0, 0.14);
  border-radius: 9px;
  padding: 0.45rem 0.55rem;
}

.member-list-info {
  display: grid;
  gap: 0.14rem;
}

.member-list-name {
  color: #f6eac0;
}

.member-site-link {
  color: #ffd979;
  font-size: 0.82rem;
  text-decoration: underline;
  word-break: break-word;
}

.member-site-link:hover {
  color: #fff2bb;
}

.members-level-empty {
  margin: 0;
  color: #d5cba6;
  font-style: italic;
}

.members-business-pill {
  display: inline-block;
  margin-left: 0.35rem;
  font-size: 0.72rem;
  font-weight: 800;
  color: #201600;
  background: #ffdc71;
  border-radius: 999px;
  padding: 0.05rem 0.45rem;
  vertical-align: middle;
}

.members-level-legacy {
  border-left: 6px solid #f3d178;
}

.members-level-varsity {
  border-left: 6px solid #9ce5bc;
}

.members-level-gold {
  border-left: 6px solid #ffd700;
}

.members-level-black {
  border-left: 6px solid #d2d2d2;
}

.members-level-superfan {
  border-left: 6px solid #f7b985;
}

.event-card {
  border-radius: 12px;
  padding: 0.95rem;
  background: linear-gradient(165deg, #1a1a1a, #262626);
  border-left: 6px solid var(--accent);
  border-top: 1px solid rgba(255, 215, 0, 0.18);
  border-right: 1px solid rgba(255, 215, 0, 0.18);
  border-bottom: 1px solid rgba(255, 215, 0, 0.18);
}

.event-card h4 {
  margin: 0;
  color: #ffd700;
}

.event-card-premier {
  background:
    radial-gradient(180px 90px at 95% 0%, rgba(255, 215, 0, 0.3), rgba(255, 215, 0, 0) 75%),
    linear-gradient(160deg, #1b1300, #2c2100 55%, #3d2f00 100%);
  border-left: 6px solid #ffdc5b;
  border-top: 1px solid rgba(255, 215, 0, 0.58);
  border-right: 1px solid rgba(255, 215, 0, 0.58);
  border-bottom: 1px solid rgba(255, 215, 0, 0.58);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(255, 215, 0, 0.18) inset;
}

.event-card-premier h4 {
  color: #fff3c6;
}

.event-badge-football {
  display: inline-block;
  margin-left: 0.45rem;
  padding: 0.18rem 0.52rem;
  border-radius: 999px;
  font-size: 0.71rem;
  letter-spacing: 0.03em;
  font-weight: 800;
  color: #1f1400;
  background: linear-gradient(160deg, #ffe38a, #ffc44e);
  vertical-align: middle;
}

.event-badge-football::before {
  content: "🏈 ";
}

.event-meta {
  margin: 0.32rem 0;
  color: #eadfb9;
  font-size: 0.93rem;
}

.event-card p {
  color: #f0e7cb;
}

.loading-text,
.empty-text,
.error-text {
  margin: 0;
  color: #e6dcb8;
}

.error-text {
  color: #ffa2a2;
}

.tier-grid {
  margin-top: 0.9rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
  gap: 0.75rem;
}

.tier-card {
  border-radius: 12px;
  padding: 0.9rem;
  background: linear-gradient(170deg, #0f0f0f, #212121 68%, #302500);
  color: #fff3ce;
  border: 1px solid rgba(255, 215, 0, 0.26);
}

.tier-card h4 {
  margin: 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.tier-price {
  margin: 0.2rem 0;
  color: var(--gold);
  font-weight: 800;
}

.join-section {
  background: linear-gradient(145deg, #121212, #202020 64%, #2c2200);
}

.home-join-section {
  text-align: center;
}

.home-join-btn {
  margin-top: 1rem;
  padding: 0.95rem 2.4rem;
  font-size: 1.16rem;
  letter-spacing: 0.03em;
}

.join-form {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.72rem;
}

.join-form label {
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  font-size: 0.93rem;
  font-weight: 600;
  color: #f2e7c4;
}

.join-form input,
.join-form textarea,
.join-form select,
.join-form button {
  font-family: inherit;
  font-size: 1rem;
  border-radius: 8px;
  padding: 0.58rem 0.62rem;
  border: 1px solid rgba(255, 215, 0, 0.35);
  background: #0e0e0e;
  color: #f7efcd;
}

.join-form textarea {
  resize: vertical;
  min-height: 96px;
}

.join-form input[type="file"] {
  padding: 0.42rem 0.45rem;
}

.wide-field {
  grid-column: 1 / -1;
}

.is-hidden {
  display: none;
}

.checkbox-label {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.55rem;
}

.checkbox-label input {
  width: auto;
  margin: 0;
}

.in-kind-section {
  border: 1px solid rgba(255, 215, 0, 0.35);
  border-radius: 10px;
  padding: 0.75rem 0.9rem;
  background: rgba(255, 215, 0, 0.04);
}

.in-kind-question {
  margin: 0 0 0.55rem;
  color: #fff0c5;
  font-size: 0.95rem;
  font-weight: 700;
}

.in-kind-options {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.in-kind-option {
  grid-column: auto;
  margin: 0;
  color: #f2e7c4;
}

.commitment-box {
  border: 1px solid rgba(255, 215, 0, 0.35);
  border-radius: 10px;
  padding: 0.9rem;
  background: rgba(255, 215, 0, 0.05);
}

.commitment-box h4 {
  margin: 0;
  color: #ffd700;
  font-size: 1.02rem;
  letter-spacing: 0.02em;
}

.commitment-box p {
  margin: 0.55rem 0 0;
  color: #f5ebc8;
  line-height: 1.45;
}

.commitment-check {
  margin-top: 0.65rem;
  align-items: center;
  color: #fff0c5;
}

.join-form button {
  grid-column: 1 / -1;
  border: 0;
  background: linear-gradient(160deg, #ffd700, #d2a600);
  color: #121212;
  font-weight: 800;
  cursor: pointer;
}

.join-form button:hover {
  background: linear-gradient(160deg, #ffe068, #ffd700);
}

.join-form button:disabled {
  cursor: not-allowed;
  opacity: 0.72;
}

.form-status {
  grid-column: 1 / -1;
  margin: 0;
  min-height: 1.3rem;
  font-weight: 700;
}

.form-status.success {
  color: #b7ffbf;
}

.form-status.error {
  color: #ff9da4;
}

.signup-confirmation-panel {
  grid-column: 1 / -1;
  margin: 0.25rem 0 0;
  padding: 0.85rem 0.95rem;
  border-radius: 10px;
  border: 1px solid rgba(183, 255, 191, 0.45);
  background: rgba(44, 86, 51, 0.35);
}

.signup-confirmation-panel h4 {
  margin: 0;
  color: #d7ffd9;
  font-size: 1rem;
}

.signup-confirmation-panel p {
  margin: 0.35rem 0 0;
  color: #ecffe6;
  font-weight: 600;
}

.site-footer {
  padding: 1rem 1.5rem 1.2rem;
  background: linear-gradient(100deg, #050505, #151515 60%, #312600);
  color: #f3e7c1;
  border-top: 1px solid rgba(255, 215, 0, 0.32);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.site-footer p {
  margin: 0;
  font-size: 0.9rem;
}

.membership-page-head h2 {
  margin: 0.25rem 0 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  letter-spacing: 0.03em;
  color: #ffd700;
  font-weight: 400;
}

.membership-page-head p {
  max-width: 66ch;
}

.membership-subhead {
  margin: 0.2rem 0 0;
  color: #ffd700;
  font-size: 0.9rem;
  font-style: italic;
  font-weight: 700;
}

.membership-detail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 0.9rem;
}

.membership-benefit-stack {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.membership-benefit-card {
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(170deg, #0f0f0f, #202020 65%, #322700);
  border: 1px solid rgba(255, 215, 0, 0.32);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
}

.membership-benefit-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.75rem;
  padding: 0.95rem 1rem;
  background: linear-gradient(180deg, #ffe39a, #e2b642);
  color: #171717;
}

.membership-benefit-head h3 {
  margin: 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.9rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.membership-benefit-head span {
  font-size: 0.95rem;
  font-weight: 800;
}

.membership-benefit-list {
  list-style: none;
  margin: 0;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.membership-benefit-list li {
  margin: 0;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.92rem;
  line-height: 1.4;
}

.membership-benefit-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.membership-benefit-list li.included {
  color: #f3e2ac;
  font-weight: 700;
}

.membership-benefit-list li.not-included {
  color: #7f7f7f;
}

.membership-items-grid {
  margin-top: 0.9rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.85rem;
}

.membership-item-card {
  background: linear-gradient(170deg, #111111, #202020 68%, #322700);
  border: 1px solid rgba(255, 215, 0, 0.32);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.membership-item-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.32);
}

.membership-item-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  border-bottom: 1px solid rgba(255, 215, 0, 0.32);
}

.membership-item-meta {
  padding: 0.72rem 0.8rem 0.8rem;
}

.membership-item-meta h4 {
  margin: 0;
  color: #ffd700;
  font-size: 1.02rem;
}

.membership-item-meta p {
  margin: 0.28rem 0 0;
  color: #f0e6c6;
  font-size: 0.9rem;
}

.membership-detail-card {
  border-radius: 14px;
  padding: 1rem;
  background: linear-gradient(170deg, #0f0f0f, #202020 65%, #322700);
  border: 1px solid rgba(255, 215, 0, 0.32);
  box-shadow: inset 0 0 0 1px rgba(255, 215, 0, 0.06);
}

.detail-level {
  margin: 0;
  color: #f6e9b4;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.78rem;
  font-weight: 700;
}

.membership-detail-card h3 {
  margin: 0.2rem 0 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 2rem;
  color: #ffd700;
  font-weight: 400;
}

.detail-price {
  margin: 0.2rem 0 0;
  font-weight: 800;
  color: #ffe281;
}

.detail-copy {
  margin: 0.45rem 0 0;
  color: #f2e8c7;
}

.membership-detail-card h4 {
  margin: 0.65rem 0 0.35rem;
  color: #ffd700;
  font-size: 0.98rem;
  letter-spacing: 0.03em;
}

.detail-list {
  margin: 0;
  padding-left: 1.1rem;
  color: #efe4c0;
}

.detail-list li {
  margin-bottom: 0.35rem;
}

.membership-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.secondary-cta {
  background: transparent;
  border: 1px solid rgba(255, 215, 0, 0.75);
  color: #f5e9be;
  box-shadow: none;
}

.secondary-cta:hover {
  background: rgba(255, 215, 0, 0.14);
}

@media (max-width: 820px) {
  .site-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-nav {
    justify-content: flex-start;
  }

  .site-nav-dropdown {
    width: 100%;
  }

  .site-nav-dropdown-toggle {
    width: 100%;
    text-align: left;
  }

  .site-nav-dropdown-menu {
    position: static;
    min-width: 0;
    margin-top: 0.45rem;
  }

  .site-nav-submenu {
    position: static;
    display: block;
    min-width: 0;
    margin-top: 0.35rem;
    margin-left: 0.6rem;
    box-shadow: none;
  }

  .site-nav-submenu-trigger {
    width: 100%;
  }

  .varsity-schedule-item {
    grid-template-columns: 1fr;
  }

  .varsity-schedule-item::before {
    width: 42px;
    height: 42px;
  }

  .stadium-light-rig {
    top: 98px;
    width: 56px;
    height: 220px;
  }

  .stadium-light-rig-left {
    left: -6px;
  }

  .stadium-light-rig-right {
    right: -6px;
  }

  .stadium-light-head {
    top: 12px;
    width: 48px;
    margin-left: -24px;
    padding: 3px;
  }

  .stadium-light-row {
    gap: 2px;
    margin-top: 2px;
  }

  .stadium-light-glow {
    top: 14px;
    width: 74px;
    height: 74px;
    margin-left: -37px;
  }

  .stadium-light-beam {
    width: 36vw;
    height: 230px;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-cta {
    text-align: center;
  }

  .support-groups {
    grid-template-columns: 1fr;
  }

  .home-gallery {
    grid-template-columns: 1fr;
  }

  .gallery-nav-btn {
    width: 100%;
  }

  .hero-copy,
  .hero-card,
  .content-section {
    padding: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .stadium-light-rig,
  .stadium-light-head,
  .stadium-light-lamp,
  .stadium-light-glow,
  .stadium-light-beam,
  .hero-copy::before,
  .hero-intro-item,
  .bearhead-feature,
  .members-spotlight-card,
  .home-gameday-card,
  .hero-card {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .stadium-light-rig {
    opacity: 0.72 !important;
  }

  .stadium-light-glow,
  .stadium-light-beam {
    opacity: 0.3 !important;
  }
}

/* ── Public News Post Cards ──────────────────────────────── */
.news-posts-grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.news-post-card {
  background: var(--charcoal, #171717);
  border: 1px solid rgba(255, 215, 0, 0.15);
  border-radius: 10px;
  padding: 1.5rem 1.75rem;
}

.news-post-head {
  margin-bottom: 1rem;
}

.news-post-meta-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.4rem;
  flex-wrap: wrap;
}

.news-post-category {
  display: inline-block;
  background: var(--gold, #ffd700);
  color: #111;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.news-post-date {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.5);
}

.news-post-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  color: var(--gold, #ffd700);
  letter-spacing: 0.03em;
  line-height: 1.15;
  margin: 0;
}

.news-post-figure {
  margin: 0 0 1.1rem;
  border-radius: 8px;
  overflow: hidden;
}

.news-post-img {
  width: 100%;
  max-height: 380px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.news-post-caption {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 0.4rem;
  font-style: italic;
}

.news-post-body {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
  margin-bottom: 1rem;
  white-space: pre-wrap;
}

.news-post-links {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.news-post-link {
  color: var(--gold, #ffd700);
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.15s;
}

.news-post-link:hover {
  border-bottom-color: var(--gold, #ffd700);
}

/* ─────────────────────────────────────────────────────────────
   ROSTER STYLES - Player photo grid (6 wide, 10 rows = 60 cards)
   ───────────────────────────────────────────────────────────── */

.roster-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.2rem;
  padding: 0;
  margin: 0;
}

.roster-card {
  display: flex;
  flex-direction: column;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.05), rgba(0, 0, 0, 0.3));
  border: 1px solid rgba(255, 215, 0, 0.25);
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.25s ease;
}

.roster-card-link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  position: relative;
}

.roster-card-link::after {
  content: 'View Bio';
  position: absolute;
  right: 8px;
  top: 8px;
  font-size: 0.65rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #181200;
  background: rgba(255, 215, 0, 0.9);
  border-radius: 999px;
  padding: 0.14rem 0.45rem;
}

.roster-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 215, 0, 0.45);
  box-shadow: 0 8px 20px rgba(255, 215, 0, 0.1);
}

.roster-photo {
  width: 100%;
  aspect-ratio: 3 / 3.8;
  overflow: hidden;
  background: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.roster-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

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

.roster-info {
  flex: 1;
  padding: 0.75rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.roster-player-name {
  margin: 0 0 0.5rem 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--gold, #ffd700);
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.roster-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.roster-details p {
  margin: 0;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.3;
}

.roster-details strong {
  color: var(--gold, #ffd700);
  font-weight: 600;
}

.bio-layout {
  display: grid;
  grid-template-columns: minmax(240px, 340px) 1fr;
  gap: 1.2rem;
  align-items: start;
}

.bio-card {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 215, 0, 0.34);
  background: linear-gradient(155deg, rgba(255, 215, 0, 0.08), rgba(0, 0, 0, 0.45));
}

.bio-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
}

.bio-page-qr-wrap {
  display: grid;
  justify-items: center;
  gap: 0.45rem;
  padding: 0.65rem 0.65rem 0.8rem;
  border-top: 1px solid rgba(255, 215, 0, 0.25);
  background: rgba(0, 0, 0, 0.28);
}

.bio-page-qr-label {
  margin: 0;
  color: #f3ebcd;
  font-size: 0.82rem;
  font-weight: 700;
  text-align: center;
}

.bio-page-qr {
  width: 1.25in;
  height: 1.25in;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(255, 215, 0, 0.34);
}

.bio-content {
  border-radius: 14px;
  border: 1px solid rgba(255, 215, 0, 0.28);
  background: linear-gradient(160deg, rgba(0, 0, 0, 0.56), rgba(255, 215, 0, 0.06));
  padding: 1rem 1.1rem;
}

.bio-role-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0.2rem 0 0.7rem;
}

.bio-chip {
  border-radius: 999px;
  border: 1px solid rgba(255, 215, 0, 0.44);
  background: rgba(255, 215, 0, 0.1);
  color: #ffe79e;
  font-size: 0.76rem;
  font-weight: 700;
  padding: 0.2rem 0.56rem;
  letter-spacing: 0.03em;
}

.bio-meta {
  display: grid;
  gap: 0.38rem;
  margin: 0.45rem 0 0.9rem;
}

.bio-meta p {
  margin: 0;
  color: #e8ddb8;
}

.bio-meta strong {
  color: #ffd700;
}

.bio-title {
  margin: 0 0 0.45rem;
  color: #ffe79d;
  font-size: 1.04rem;
}

.bio-text {
  margin: 0;
  color: #f3ebcd;
  line-height: 1.55;
  white-space: pre-line;
}

.bio-hudl-link {
  color: #ffd700;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.bio-hudl-link:hover,
.bio-hudl-link:focus-visible {
  color: #fff1b8;
}

.bio-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1rem;
  align-items: center;
}

.bio-back-link {
  display: inline-block;
  text-decoration: none;
  color: #121212;
  background: #ffd700;
  border-radius: 999px;
  padding: 0.42rem 0.86rem;
  font-weight: 800;
}

.bio-print-btn {
  display: inline-block;
  cursor: pointer;
  color: #ffd700;
  background: transparent;
  border: 1.5px solid rgba(255, 215, 0, 0.55);
  border-radius: 999px;
  padding: 0.42rem 0.86rem;
  font-weight: 800;
  font-size: inherit;
  font-family: inherit;
  letter-spacing: 0.02em;
  transition: background 0.15s, color 0.15s;
}

.bio-print-btn:hover {
  background: rgba(255, 215, 0, 0.12);
}

.bio-last-updated {
  margin: 0.85rem 0 0;
  font-size: 0.68rem;
  color: rgba(230, 220, 178, 0.72);
  letter-spacing: 0.02em;
}

.bio-status {
  margin: 0;
  color: #e8ddb8;
}

.bio-status.error {
  color: #ffb8b8;
}

/* Responsive: 5 wide for tablets */
@media (max-width: 1024px) {
  .roster-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
  }
}

/* Responsive: 4 wide for small tablets */
@media (max-width: 768px) {
  .roster-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.9rem;
  }

  .bio-layout {
    grid-template-columns: 1fr;
  }

  .roster-player-name {
    font-size: 0.85rem;
  }

  .roster-details p {
    font-size: 0.7rem;
  }
}

/* Responsive: 3 wide for mobile landscape */
@media (max-width: 600px) {
  .roster-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
  }

  .roster-photo {
    aspect-ratio: 3 / 4;
  }

  .roster-info {
    padding: 0.6rem;
  }

  .roster-player-name {
    font-size: 0.75rem;
  }

  .roster-details p {
    font-size: 0.65rem;
  }
}

/* Responsive: 2 wide for small mobile */
@media (max-width: 400px) {
  .roster-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.6rem;
  }
}

/* ============================================================
   PRINT STYLES — Bio Page
   Vertical with photo-left / name-right header, white bg.
   ============================================================ */
@media print {
  /* ---- Force colour printing ---- */
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    box-sizing: border-box;
  }

  /* ---- Page setup: letter portrait with generous margins ---- */
  @page {
    size: letter portrait;
    margin: 0.95in 0.9in 0.95in 0.9in;
  }

  /* ---- Hide site chrome ---- */
  .site-header,
  .site-footer,
  .bio-action-row,
  .bio-back-link,
  .bio-print-btn,
  .hero-eyebrow {
    display: none !important;
  }

  /* ---- Base reset ---- */
  html, body {
    background: #fff !important;
    color: #111 !important;
    font-family: 'Barlow', Arial, sans-serif;
    font-size: 10pt;
    margin: 0;
    padding: 0;
  }

  .site-shell, main {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #fff !important;
  }

  .content-section {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  /* ============================================================
     TOP BRANDING STRIP
     Thin club-name line above the photo+name block
     ============================================================ */
  .content-section.events-page-head {
    display: block !important;
    border-bottom: 2pt solid #000 !important;
    margin-bottom: 10pt !important;
    padding-bottom: 5pt !important;
  }

  .content-section.events-page-head::before {
    content: "Byron Touchdown Club";
    display: block;
    font-size: 7.5pt;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #666;
    margin-bottom: 2pt;
    text-align: center;
  }

  /* Name & subhead live inside events-page-head in the DOM */
  #bioName {
    font-size: 22pt !important;
    font-weight: 900 !important;
    color: #000 !important;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin: 0 0 2pt !important;
    line-height: 1.1;
    text-align: center;
    width: 100%;
    overflow: visible;
    white-space: normal;
  }

  #bioSubhead {
    font-size: 9.5pt !important;
    color: #444 !important;
    margin: 0 !important;
    text-align: center;
  }

  /* ============================================================
     PHOTO LEFT / IDENTITY RIGHT — side-by-side header block
     ============================================================ */
  .bio-layout {
    display: grid !important;
    grid-template-columns: 130pt 1fr !important;
    gap: 12pt !important;
    align-items: start !important;
    margin-top: 8pt;
    margin-bottom: 4pt;
    break-inside: avoid;
  }

  /* Left column: photo */
  .bio-card {
    width: 130pt;
    border: 1.5pt solid #bbb;
    border-radius: 5pt;
    overflow: hidden;
    background: #f6f6f6;
    break-inside: avoid;
  }

  .bio-card img {
    width: 100%;
    height: 160pt;
    object-fit: cover;
    object-position: top center;
    display: block;
  }

  .bio-page-qr-wrap {
    display: grid;
    justify-items: center;
    gap: 3pt;
    padding: 4pt 4pt 5pt;
    border-top: 1pt solid #bbb;
    background: #fff !important;
  }

  .bio-page-qr-label {
    margin: 0;
    color: #111;
    font-size: 7pt;
    font-weight: 700;
    text-align: center;
    line-height: 1.25;
  }

  .bio-page-qr {
    width: 1.25in;
    height: 1.25in;
    border-radius: 2pt;
    border: 1pt solid #bbb;
    background: #fff;
  }

  /* Right column: all bio content */
  .bio-content {
    display: block;
    border: none !important;
    background: none !important;
    padding: 0 !important;
  }

  /* Role chips sit directly under the name area */
  .bio-role-row {
    display: flex;
    flex-wrap: wrap;
    gap: 4pt;
    margin: 4pt 0 8pt;
  }

  .bio-chip {
    border: 1pt solid #555;
    border-radius: 999pt;
    background: #efefef;
    color: #111;
    font-size: 7.5pt;
    font-weight: 700;
    padding: 1.5pt 6pt;
    letter-spacing: 0.04em;
  }

  /* ============================================================
     FIELD SECTIONS — meta grids, section headings, bio text
     ============================================================ */

  /* Identity / stats / achievements / leadership fields */
  .bio-meta {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 2pt 14pt !important;
    margin: 0 0 6pt;
    padding: 5pt 8pt;
    background: #f4f4f4 !important;
    border-radius: 4pt;
    border: 1pt solid #ddd;
    break-inside: avoid;
  }

  .bio-meta p {
    margin: 0;
    font-size: 8.5pt;
    color: #111;
    line-height: 1.4;
  }

  .bio-meta strong {
    color: #000;
    font-weight: 700;
  }

  /* Section headings */
  .bio-title {
    font-size: 9pt !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #000 !important;
    margin: 8pt 0 3pt !important;
    padding-bottom: 2pt;
    border-bottom: 1.5pt solid #000;
    break-after: avoid;
  }

  /* Bio paragraph */
  .bio-text {
    font-size: 9pt !important;
    color: #111 !important;
    line-height: 1.5;
    white-space: pre-line;
    margin: 2pt 0 6pt !important;
  }

  /* Prevent orphaned headings */
  .bio-content > * {
    break-inside: avoid;
  }

  .bio-last-updated {
    margin: 8pt 0 0;
    font-size: 7pt;
    color: #444;
    letter-spacing: 0.04em;
  }

  .bio-hudl-link {
    color: #000 !important;
    font-weight: 700;
  }

}
