/* utilitys------------------ */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
} */

h1,
h2,
h3 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: normal;
  letter-spacing: 0.08em !important;
}
body {
  margin-top: 3rem;
  min-height: 100vh;
}
body,
p,
li,
a {
  font-family: "Montserrat", sans-serif;
}

.music-button {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  box-shadow: black 4px 4px 8px;
}

.max-660 {
  max-width: 660px;
  margin: 0 auto;
}

/* MODAL OVERLAY */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2000;
}

/* MODAL BOX */
.modal {
  background: rgb(30, 30, 30);
  border-radius: 5px;
  border: 2px solid olivedrab;
  max-width: 500px;
  width: 90%;
  padding: 2rem;
  color: white;
  text-align: center;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
  position: relative;
  animation: popIn 0.3s ease;
}

/* CLOSE BUTTON */
.modal-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: none;
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
}

/* BUTTONS */
.modal-actions {
  margin-top: 1.5rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.modal-btn {
  background: olivedrab;
  color: white;
  text-decoration: none;
  padding: 0.6rem 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.6);
  border-radius: 5px;
}
/* .modal-btn:hover {
  border:solid 2px yellowgreen;
  transition: background-color 0.3s ease;
} */

.modal-btn.alt {
  background: #444;
}

/* ANIMATION */
@keyframes popIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* ----------------------come back and delete----------------------------------------------- */
.hero-banner-construction {
  background-image: url("../img/lrg-img/eefullcopy.jpg");
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  padding: 2rem;
  margin-top: 5rem;
}

/* -------------Body------------------------------ */

body {
  font-family: Arial, sans-serif;

  background-color: #363636;
}

/* -------------Nav BAR--------------------------------- */

/* ----------------------hamburger menu------------------------------------- */
.hamburger {
  display: none;
  background: none;
  border: none;
  font-size: 2rem;
  color: white;
  cursor: pointer;
}

.hamburger:hover {
  color: olivedrab;
  transition: ease-in-out 0.3s;
}

.hamburger.active {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  nav ul {
    flex-direction: column;
    display: none !important;
    width: 100%;
    gap: 0;
  }

  nav ul.show {
    display: flex !important;
  }

  .hamburger {
    display: block; /* show hamburger on mobile */
  }

  nav li {
    width: 100%;
    text-align: center;
    padding: 0.5rem 0;
  }
  .hero-banner {
    margin-top: 5rem !important;
    background-position: top !important;
  }
}

.hero-banner {
  height: auto;
  min-height: 40vh;
  padding-top: 2rem;
  margin-top: 1rem;

  background-position: top;
  background-size: cover; /* keep image covering width */
}
/* ----------------------------------------------------------- */

nav {
  background-color: rgb(30, 30, 30);
  padding: 1rem;
  border-bottom: olivedrab 4px solid;
  box-shadow: 8px 4px 8px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}

/* basic reset */
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

nav ul {
  display: flex;
  justify-content: space-around;
}

nav li {
  position: relative;
}

nav li a:hover {
  color: olivedrab;
  transition: ease-in-out 0.3s;
}

a {
  text-decoration: none;
  color: white;
}

/* ===========================INDEX Hero Banner================================================= */
.hero-banner {
  background-image: url("../img/lrg-img/eefullcopy.jpg");
  background-size: cover;
  background-position: center;
  height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  padding: 2rem;
  /* margin-top: .2rem; */
}
.index-hero-text {
  background-color: #36363690;
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 8px 4px 8px rgba(0, 0, 0, 0.5);
  text-shadow: 2px 2px 0 #000000d7;
}

.index-hero-text h1 {
  max-width: 600px;
  margin: 0 auto 2rem;
  text-align: center;
}

.index-hero-text p {
  max-width: 600px;
  margin: 0.5rem auto;
  text-align: justify;
}
/* ================================================================ */
/* --------------------Scrolling banner------------------------------------ */

.exfil-live-scroll {
  background-color: olivedrab;
  width: 100%;
  overflow: hidden;
  color: white;
  padding: 10px 0;
  white-space: nowrap;
}

.scroll-text {
  display: inline-block;
  animation: scroll 30s linear infinite;
  font-size: 1.2rem;
  text-shadow: 2px 2px 0 #000000d7;
}

.facebook-group-link {
  color: rgb(186, 195, 237);
  /* text-decoration: underline; */
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 2px 2px 0 #000000d7;
}

@keyframes scroll {
  from {
    transform: translateX(10%);
  }
  to {
    transform: translateX(-100%);
  }
}

/* ==========================Who we are================================ */
.who-we-are {
  padding: 1rem 1rem;
  background-color: rgba(42, 46, 35, 0.551);
  border-radius: 5px;
  color: white;
  text-shadow: 2px 2px 0 #000000d7;
  font-weight: normal;
}
.who-we-are h2 {
  text-align: center;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 0 #000000d7;
}
.who-we-are-img {
  max-width: 8rem;
  height: auto;
  border-radius: 10px;
  box-shadow: 8px 4px 8px rgba(0, 0, 0, 0.5);
  float: left;
  margin: 0 1rem 0 0;
}
/* --------dbl check  */
@media screen and (max-width: 320px) {
  .who-we-are div .intro {
 font-size: small;
  }

  .who-we-are-img {
    max-width: 6rem;
    margin: 0 0.5rem 0 0;
  }
  
}

.who-we-are-bg {
  background-image: url("../img/backgrounds/loot.png");

  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 65vh;
  /* -----dbl check not broke for mobile-------- */
  max-height: 90vh;
  /* padding-top:2rem; */
  padding: 2rem 2rem 2rem 2rem;
}

.join-up-container {
  display: flex;
  justify-content: center; /* center horizontally */
  gap: 1rem; /* space between buttons */
  flex-wrap: wrap; /* wrap if screen is narrow */
  margin-top: 2rem;
}

.meet-the-roster a {
  display: inline-block; /* allow width and height */
  text-decoration: none;
  color: white;
  background-color: olivedrab;
  padding: 0.75rem 1.5rem; /* uniform padding */
  font-weight: bold;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: small;
  width: 200px; /* same width for all buttons */
  text-align: center; /* center text inside button */
  border-radius: 5px; /* optional: rounded corners */
  transition:
    transform 0.2s ease,
    background-color 0.2s ease;
}

.meet-the-roster a:hover {
  background-color: #5a772b;
  transform: translateY(-2px);
}

/* =====================How We Play=========================== */
.how-we-play-bg {
  background-image: url("../img/lrg-img/fullsquad.png");
  background-size: cover;
  background-position: center;
  padding: 2rem;
  box-shadow: 8px 4px 8px rgb(0, 0, 0);
  border-top: 4px solid olivedrab;
  border-bottom: 4px solid olivedrab;
}

.how-we-play-text {
  background-color: rgba(54, 54, 54, 0.725);
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 8px 4px 8px rgba(0, 0, 0, 0.5);
  color: white;
  text-shadow: #363636 2px 2px 0;
  line-height: 1.5;
  font-weight: normal;
}

/* ======================streamers and members============================== */
.streamers-members-bg {
  background-image: url("../img/backgrounds/selfie.png");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-height: 65vh;
  padding: 2rem 2rem 2rem 2rem;
  justify-content: center;
  align-content: center;
  max-height: fit-content;
}

.streamers-members-text {
  background-color: rgba(31, 34, 27, 0.551);
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 8px 4px 8px rgba(0, 0, 0, 0.5);
  color: white;
  text-shadow: #363636 2px 2px 0;
  margin-bottom: 1rem;
  font-weight: normal;
}

/* ===========================Straight talk============================ */

.straight-talk {
  padding: 2rem;
  background-color: rgba(54, 54, 54, 0.725);
  color: white;
  text-shadow: #363636 2px 2px 0;
  line-height: 1.5;
  font-weight: bold;
  border-top: 4px solid olivedrab;
}

/* ======================================================================== */
/* ========================Exfils Expendables Hub page================================================== */
.hub-intro {
  padding: 2rem;
  background-color: rgba(54, 54, 54, 0.725);
  color: white;
  text-shadow: #363636 2px 2px 0;
  line-height: 1.5;
  /* font-weight: bold; */
  font-size: medium;
}

/* ================avatar name============================== */

/* ============================================= */
/* avatar overlay */

/* ================= AVATAR GRID ================= */

.avatar-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin: 2rem 0;
}

/* each avatar + name */
.avatar-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* avatar circle */
.avatar {
  position: relative;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

/* avatar image */
.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}

/* overlay asset */
.avatar-overlay {
  position: absolute;
  inset: 0;
  background-image: url("img/avatars/expendable-asset.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

/* overlay on hover */
.avatar:hover .avatar-overlay {
  opacity: 1;
}

/* name under avatar */
.avatar-name {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  /* text-transform: uppercase; */
  color: #ffffff;
  text-align: center;
  opacity: 0.85;
}

.avatar-card:hover .avatar-name {
  opacity: 1;
}
/* =======================Member Bios page====================================== */
/* =========================
   CLASSIFIED DOSSIER
   ========================= */
/* =========================
   CLASSIFIED DOSSIER
   ========================= */

.member-bio {
  max-width: 960px;
  margin: 8rem auto 3rem;
  padding: 2.5rem;
  background: #1b1b1b;
  border: 2px solid olivedrab;
  box-shadow:
    0 0 0 2px #000,
    0 14px 35px rgba(0, 0, 0, 0.85);
  color: #e6e6e6;
  font-family: "Montserrat", sans-serif;
  position: relative;
}

/* CLASSIFIED STAMP */
.member-bio::before {
  content: "CLASSIFIED // OPERATOR FILE";
  position: absolute;
  top: -1.2rem;
  left: 1.5rem;
  background: #000;
  color: olivedrab;
  padding: 0.35rem 0.75rem;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  border: 1px solid olivedrab;
  font-weight: bold;
}

/* =========================
   LAYOUT
   ========================= */

.bio-container {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  flex-wrap: wrap;
}

/* =========================
   AVATAR – RECTANGULAR
   ========================= */

.bio-avatar {
  width: 220px;
  max-width: 220px;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    0 6px 14px rgba(0, 0, 0, 0.8);
  flex-shrink: 0;
}

/* HARD STOP ON BLOWOUT */
.bio-avatar img {
  width: 100%;
  height: 100%;
  max-width: 220px;
  object-fit: cover;
  object-position: top center;
  display: block;
  filter: contrast(1.05) brightness(0.92);
}

/* =========================
   INFO
   ========================= */

.bio-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

/* =========================
   NAME
   ========================= */

.bio-name {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: olivedrab;
  border-bottom: 1px solid rgba(107, 142, 35, 0.45);
  padding-bottom: 0.5rem;
}

/* =========================
   LOADOUT
   ========================= */

.bio-gear {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.75rem;
}

.bio-gear div {
  background: rgba(0, 0, 0, 0.65);
  border-left: 4px solid olivedrab;
  padding: 0.6rem 0.9rem;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.bio-gear strong {
  color: #b9d27a;
}

/* =========================
   BIO TEXT
   ========================= */

.bio-intro {
  border-left: 2px solid rgba(107, 142, 35, 0.45);
  padding-left: 1rem;
}

.bio-intro p {
  line-height: 1.65;
  font-size: 0.95rem;
  color: #ddd;
}

/* =========================
   STREAM LINKS
   ========================= */

.bio-streams {
  border-top: 1px dashed rgba(107, 142, 35, 0.45);
  padding-top: 1rem;
}

.bio-streams a {
  display: inline-block;
  margin-right: 0.75rem;
  margin-bottom: 0.5rem;
  padding: 0.45rem 1rem;
  background: #000;
  border: 1px solid olivedrab;
  color: olivedrab;
  text-decoration: none;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: all 0.25s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.7);
}

.bio-streams a:hover {
  background: olivedrab;
  color: #000;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 768px) {
  .bio-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .bio-avatar {
    width: 180px;
  }

  .bio-avatar img {
    max-width: 180px;
  }

  .bio-name {
    text-align: center;
  }

  .bio-intro {
    border-left: none;
    padding-left: 0;
  }
}

/* ================= MOBILE ================= */

/* ==============================Mobile============================================== */
/* ================= MOBILE ================= */
@media (max-width: 768px) {
  /* NAVIGATION */
  nav ul {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }

  nav li {
    width: 100%;
    text-align: center;
  }

  /* HERO BANNER */
  .hero-banner {
    height: auto;
    padding: 1rem;
  }

  .index-hero-text {
    padding: 1rem;
  }

  .index-hero-text h1 {
    font-size: 1.8rem;
    max-width: 90%;
  }

  .index-hero-text p {
    font-size: 1rem;
    max-width: 95%;
    text-align: center;
  }

  /* SCROLLING BANNER */
  .scroll-text {
    font-size: 1rem;
    animation-duration: 25s; /* slower scroll on mobile */
  }

  /* IMAGES */
  section img {
    width: 100%;
    height: auto;
  }

  /* LISTS */
  ul {
    padding-left: 1rem;
  }
  /* avatars */
  .avatar {
    width: 6.5rem;
    height: 6.5rem;
  }

  .avatar-name {
    font-size: 0.7rem;
  }
}

/* ==================================tourny========================== */

/* ================== TOURNAMENT – CLASSIFIED DOSSIER ================== */

.tournament-main {
  max-width: 1000px;
  margin: 6rem auto 4rem;
  padding: 2rem;
  background: rgba(30, 30, 30, 0.95);
  border: 2px solid olivedrab;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
  color: #f1f1f1;
  font-family: "Montserrat", sans-serif;
}

/* SECTION SPACING */
.tournament-main section {
  margin-bottom: 2.5rem;
}

/* ================== CLASSIFIED WARNING ================== */

.classified-warning {
  border: 2px dashed #b30000;
  padding: 1.5rem;
  text-align: center;
  background: rgba(90, 0, 0, 0.25);
}

.classified-warning h1 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.15em;
  color: #ff4d4d;
  margin-bottom: 0.75rem;
}

.classified-warning p {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* ================== HEADERS ================== */

.tournament-main h2 {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.12em;
  color: olivedrab;
  border-bottom: 2px solid olivedrab;
  padding-bottom: 0.3rem;
  margin-bottom: 1rem;
}

.tournament-main h3 {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
  color: #e6e6e6;
}

/* ================== TEXT ================== */

.tournament-main p {
  line-height: 1.6;
  margin-bottom: 1rem;
}

/* ================== RULES ================== */

.rules-of-engagement ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

.rules-of-engagement li {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: bold;
}

.rules-of-engagement li strong {
  color: #ff4d4d;
}

/* BAN WARNING */
.ban-warning {
  margin-top: 1rem;
  padding: 1rem;
  background: rgba(179, 0, 0, 0.25);
  border-left: 4px solid #ff4d4d;
  font-weight: bold;
  text-transform: uppercase;
}

/* ================== QUICK RULE CARD ================== */

.rules-card {
  background: rgba(0, 0, 0, 0.35);
  padding: 1.25rem;
  border: 1px solid olivedrab;
}

.rules-card ul {
  list-style: none;
  padding: 0;
}

.rules-card li {
  padding: 0.4rem 0;
  font-weight: bold;
}

/* ================== CTA ================== */

.tournament-cta {
  text-align: center;
  border-top: 2px solid olivedrab;
  padding-top: 2rem;
}

.tournament-button {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.75rem 2rem;
  background: olivedrab;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 4px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.6);
  transition: all 0.25s ease;
}

.tournament-button:hover {
  background: #5f7f2f;
  transform: translateY(-2px);
}

/* ================== MOBILE ================== */

@media (max-width: 768px) {
  .tournament-main {
    margin: 4rem 1rem;
    padding: 1.5rem;
  }

  .classified-warning h1 {
    font-size: 2rem;
  }
}

/* =============================Footer============================ */

footer {
  background-color: rgb(30, 30, 30);
  padding: 3rem 2rem 0;
  border-top: 4px solid olivedrab;
  color: white;
  padding-bottom: 6rem;
}

.footer-links-container {
  display: flex;
  justify-content: space-around;
  /* flex-wrap: wrap; */
  margin-top: 1rem;
}

.footer-links-container h2 {
  color: olivedrab;
}

.footer-links-container ul {
  list-style: none;
  padding: 0;
}

.footer-links-container ul li {
  margin-bottom: 0.5rem;
  font-size: small;
}

.footer-small-text {
  color: white;
  font-size: 0.8rem;
  text-align: center;
  margin-top: 1rem;
}

.footer-copyright-text {
  color: white;
  font-size: 0.6rem;
  text-align: center;
  margin-top: 1rem;
}

footer ul li a:hover,
.footer-small-text a:hover {
  color: olivedrab;
  text-decoration: none;
  transition: ease-in-out 0.3s;
}
