/* =========================================
   MILITARISM: THE PSYCHOSIS OF EMPIRE
   CLEAN DOCUMENTARY STYLESHEET
========================================= */

/* ===== RESET ===== */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: Georgia, serif; background: #000; color: #fff; line-height: 1.7; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* =========================================
   NAVIGATION
========================================= */
header {
  position: fixed; top: 0; width: 100%; z-index: 1000;
  background: linear-gradient(to bottom, rgba(0,0,0,0.72), rgba(0,0,0,0));
  backdrop-filter: blur(3px); border-bottom: none;
}
.nav {
  display: flex; justify-content: space-between; align-items: center; padding: 18px 50px;
}
.logo img { height: 70px; width: auto; }

/* Menu Toggle Button (Hidden on Desktop) */
.menu-toggle {
  display: none; font-size: 2.2rem; background: none; color: white; border: none; cursor: pointer; line-height: 1;
}

.nav ul.nav-links { display: flex; gap: 28px; list-style: none; }
.nav a { font-size: 0.78rem; letter-spacing: 1px; text-transform: uppercase; transition: opacity 0.3s ease; }
.nav a:hover { opacity: 0.65; }

/* =========================================
   HERO SECTION
========================================= */
.hero {
  position: relative; min-height: 85vh; display: flex; align-items: center; justify-content: center;
  padding: 160px 40px 120px;
  background: linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.75)), url('../assets/hero.jpg') center center / cover no-repeat;
}
.hero-content { position: relative; z-index: 2; width: 100%; text-align: center; }
.hero-content h1 { font-size: clamp(2.8rem, 7vw, 5.5rem); line-height: 1.08; margin-bottom: 30px; }
.hero-content p { margin: 0 auto 24px; font-size: 1.15rem; line-height: 1.85; color: rgba(255,255,255,0.92); }

/* =========================================
   HERO QUOTES
========================================= */
.hero-quote {
  max-width: 760px; margin: 26px auto; padding: 26px 30px; background: rgba(0,0,0,0.24);
  border-left: 2px solid rgba(255,255,255,0.45); text-align: left;
}
.hero-quote p { margin: 25px auto 10px; font-size: 1.08rem; line-height: 1.85; }
.hero-quote span { font-size: 0.78rem; letter-spacing: 1px; text-transform: uppercase; opacity: 0.78; }
.hero-question { max-width: 820px; margin: 10px auto 60px; line-height: 1.7; font-weight: bold; font-size: 2rem; color: rgba(255,255,255,0.92); }

/* =========================================
   BUTTONS
========================================= */
.button {
  display: inline-block; margin-top: 30px; padding: 14px 30px; background: white; color: black;
  text-transform: uppercase; letter-spacing: 1px; font-size: 0.78rem; transition: all 0.3s ease;
}
.button:hover { background: rgba(255,255,255,0.82); }

/* =========================================
   STANDARD PAGE CONTENT
========================================= */
.content { max-width: 2000px; margin: auto; padding: 150px 40px 120px; }

/* READABILITY OPTIMIZATION: Max-width for paragraphs to prevent extreme line lengths */
.content p, .content h3, .post_hero p, .team-member p, .contact-intro {
  max-width: 75ch;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}

.content-header { padding-top: 160px; justify-content: center; align-items: center; max-width: 760px; margin: 0 auto; }
.content-header h2 { font-size: 2rem; margin-block-start: 0.83em; margin-block-end: 0.83em; margin-bottom: 18px; text-align: center; }
.content-header p { margin-bottom: 28px; font-size: 1.05rem; line-height: 1.9; color: rgba(255,255,255,0.92); text-align: center; }
.content h1 { font-size: clamp(2.6rem, 6vw, 4.5rem); line-height: 1.1; margin-bottom: 45px; text-align: center; }
.content h2 { font-size: 2rem; margin-bottom: 18px; }
.content p { margin-bottom: 28px; font-size: 1.05rem; line-height: 1.9; color: rgba(255,255,255,0.92); }
.post_hero { max-width: 820px; margin: auto; font-size: 1.05rem; line-height: 1.9; color: rgba(255,255,255,0.92); text-align: center; padding-top: 40px; }
.explore-section { text-align: center; margin-top: 40px; }

/* =========================================
   BLOCKQUOTES
========================================= */
blockquote {
  max-width: 75ch;
  margin: 60px auto 20px;
  padding-left: 24px;
  border-left: 3px solid rgba(255,255,255,0.45);
  font-size: 1.5rem;
  line-height: 1.65;
  font-style: italic;
}
.quote-author {
  max-width: 75ch;
  margin: 0 auto 55px;
  color: rgba(255,255,255,0.65);
}

/* =========================================
   THEMES PAGE
========================================= */
#bg-container { position: fixed; top: 106px; left: 0; right: 0; bottom: 0; z-index: -2; }
.bg { position: absolute; inset: 0; background-repeat: no-repeat; background-position: center center; background-size: contain; opacity: 0; transition: opacity 1.5s ease; background-color: #000; }
.bg.active { opacity: 1; }
.bg::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,0.68); }
.panel { position: relative; min-height: 100vh; display: flex; justify-content: center; align-items: center; padding: 180px 40px 140px; text-align: center; }
.panel-content { position: relative; z-index: 2; width: 100%; max-width: 1000px; padding: 40px; }
.panel h2 { font-size: clamp(2.4rem, 6vw, 4rem); line-height: 1.12; margin-bottom: 24px; }
.theme-subtext { max-width: 850px; margin: 0 auto; font-size: 1.18rem; line-height: 1.9; color: rgba(255,255,255,0.9); }

/* =========================================
   THEME BULLET LISTS
========================================= */
.theme-list { max-width: 940px; margin: 55px auto 0; padding-left: 24px; text-align: left; }
.theme-list li { margin-bottom: 36px; font-size: 1.05rem; line-height: 1.9; color: rgba(255,255,255,0.92); }
.theme-list strong { display: block; margin-bottom: 8px; color: white; font-size: 1.12rem; }

/* =========================================
   TEAM PAGE
========================================= */
.team-member { margin-bottom: 90px; text-align: center; }
.team-member h2 { margin-bottom: 6px; font-size: 2rem; }
.team-member h3 { margin-bottom: 26px; color: rgba(255,255,255,0.65); font-weight: normal; letter-spacing: 0.5px; }
.team-member p { margin-bottom: 22px; }

/* =========================================
   ABOUT PAGE IMAGE
========================================= */
.film-image { margin-top: 70px; }
.film-image img { width: 100%; max-width: 1000px; margin: auto; cursor: zoom-in; transition: transform 0.3s ease; }
.film-image img:hover { transform: scale(1.01); }

/* =========================================
   CONTACT PAGE
========================================= */
.contact-block { margin-bottom: 70px; text-align: center;}
.contact-intro { margin-bottom: 70px; font-size: 1.15rem; text-align: center; }
.resource-links { list-style: none; }
.resource-links li { margin-bottom: 18px; }
.resource-links a { text-decoration: underline;  font-size: 1.5rem;}
.resource-links a:hover { opacity: 0.7; }

.contact_quote {
  position: relative;  display: flex; align-items: center; justify-content: center;
  padding: 40px 40px 40px;
  max-width: 760px; margin: 26px auto; padding: 26px 30px; background: rgba(100,100,100,0.24);
  border-left: 2px solid rgba(255,255,255,0.45); text-align: left;
}
.contact_quote-quote{ position: relative; z-index: 2; width: 100%; }
.contact_quote-quote h1 { font-size: clamp(2.8rem, 7vw, 5.5rem); line-height: 1.08; margin-bottom: 30px; }
.contact_quote-quote p { margin: 0 auto 24px; font-size: 1.15rem; line-height: 1.85; color: rgba(255,255,255,0.92); }
.contact_quote-quote span { font-size: 0.85rem; letter-spacing: 1px; text-transform: uppercase; opacity: 0.78; text-align: left; }

/* =========================================
   HERO QUOTES
========================================= */
.hero-quote {
  max-width: 760px; margin: 26px auto; padding: 26px 30px; background: rgba(0,0,0,0.24);
  border-left: 2px solid rgba(255,255,255,0.45); text-align: left;
}

/* =========================================
   VIDEO EMBEDS
========================================= */
.video-container { display: flex; justify-content: center; margin: 90px 0; }
.video-container iframe { width: 80%; max-width: 1000px; aspect-ratio: 16 / 9; border: none; box-shadow: 0 10px 40px rgba(0,0,0,0.35); }

/* =========================================
   FOOTER
========================================= */
footer { padding: 55px 20px; text-align: center; border-top: 1px solid rgba(255,255,255,0.08); }
.footer-small { margin-top: 10px; font-size: 0.78rem; letter-spacing: 1px; text-transform: uppercase; opacity: 0.65; }

/* =========================================
   LIGHTBOX MODAL
========================================= */
.lightbox { display: none; position: fixed; inset: 0; z-index: 5000; justify-content: center; align-items: center; padding: 40px; background: rgba(0,0,0,0.92); animation: fadeIn 0.25s ease; }
.lightbox-content { max-width: 92%; max-height: 92%; object-fit: contain; box-shadow: 0 0 40px rgba(0,0,0,0.5); animation: zoomIn 0.3s ease; }
.lightbox-close { position: absolute; top: 28px; right: 40px; color: white; font-size: 3rem; line-height: 1; cursor: pointer; opacity: 0.8; transition: opacity 0.3s ease; }
.lightbox-close:hover { opacity: 1; }

@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes zoomIn { from { transform: scale(0.92); opacity: 0; } to { transform: scale(1); opacity: 1; } }

/* =========================================
   RESPONSIVE / MOBILE OPTIMIZATIONS
========================================= */
@media (max-width: 900px) {
  /* Navigation */
  .menu-toggle { display: block; }
  .nav { flex-direction: row; justify-content: space-between; padding: 15px 24px; }
  .nav ul.nav-links { display: none; flex-direction: column; width: 100%; position: absolute; top: 100%; left: 0; background: rgba(0, 0, 0, 0.95); padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .nav ul.nav-links.active { display: flex; }
  .nav a { display: block; padding: 15px 20px; font-size: 1rem; text-align: center; }
  .logo img { height: 56px; }

  /* Spacing & Layout */
  .hero { padding: 120px 20px 80px; min-height: 70vh; }
  .content, .panel { padding: 100px 20px 60px; }
  
  /* Typography */
  .hero-content h1 { font-size: 2.5rem; }
  .panel h2 { font-size: 2.1rem; }
  .theme-subtext { font-size: 1rem; }
  
  /* Elements */
  .hero-quote { padding: 20px; margin: 15px auto; }
  .video-container iframe { width: 100%; }
  .button { display: block; width: 100%; text-align: center; margin-top: 15px; padding: 16px 20px; box-sizing: border-box; }
}