/* ===== PrattMan Campaign — Dark Fiery Theme ===== */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap');

:root {
  --fire-red: #d4230f;
  --fire-orange: #e8600a;
  --fire-gold: #f5a623;
  --ember: #ff4d2a;
  --ash-dark: #0a0a0a;
  --ash-mid: #141414;
  --ash-card: #1a1a1a;
  --ash-border: #2a2a2a;
  --smoke: #888;
  --white: #f0ece6;
  --navy: #1b2a4a;
  --usa-blue: #002868;
  --usa-red: #bf0a30;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  background: var(--ash-dark);
  color: var(--white);
  overflow-x: hidden;
  line-height: 1.6;
}

h1, h2, h3, h4 { font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: 0.04em; }

/* ===== NAVBAR ===== */
.navbar {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 1000;
  background: rgba(10,10,10,0.92);
  backdrop-filter: blur(14px);
  border-bottom: 2px solid var(--fire-red);
  padding: 0 2rem;
  transition: background 0.3s;
}
.navbar-inner {
  max-width: 1300px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  height: 70px;
}
.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-logo img { height: 48px; border-radius: 6px; }
.nav-logo span { font-family: 'Oswald', sans-serif; font-size: 1.5rem; font-weight: 700; color: var(--white); }
.nav-logo .accent { color: var(--fire-red); }
.nav-links { display: flex; gap: 28px; list-style: none; }
.nav-links a {
  color: var(--smoke); text-decoration: none; font-size: 0.9rem;
  font-weight: 500; text-transform: uppercase; letter-spacing: 0.08em;
  transition: color 0.25s;
}
.nav-links a:hover { color: var(--fire-gold); }
.nav-cta {
  background: linear-gradient(135deg, var(--fire-red), var(--fire-orange));
  color: #fff; border: none; padding: 10px 26px; border-radius: 6px;
  font-family: 'Oswald', sans-serif; font-size: 1rem; font-weight: 600;
  text-transform: uppercase; cursor: pointer; letter-spacing: 0.06em;
  transition: transform 0.2s, box-shadow 0.3s;
}
.nav-cta:hover { transform: translateY(-2px); box-shadow: 0 6px 30px rgba(212,35,15,0.45); }

/* ===== HERO ===== */
.hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.hero-video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 0;
}
.hero-video::-webkit-media-controls { display: none !important; }
.hero-video::-webkit-media-controls-start-playback-button { display: none !important; -webkit-appearance: none; }
.hero-video::-webkit-media-controls-panel { display: none !important; }
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to bottom, rgba(10,10,10,0.45) 0%, rgba(10,10,10,0.88) 100%);
}
.hero-content {
  position: relative; z-index: 2; text-align: center;
  max-width: 900px; padding: 120px 2rem 80px;
}
.hero-tagline {
  font-size: 1.1rem; font-weight: 500; color: var(--fire-gold);
  text-transform: uppercase; letter-spacing: 0.2em; margin-bottom: 16px;
}
.hero h1 {
  font-size: clamp(3rem, 8vw, 6.5rem); font-weight: 700;
  line-height: 1.05; margin-bottom: 20px;
}
.hero h1 .fire { 
  background: linear-gradient(90deg, var(--fire-red), var(--fire-orange), var(--fire-gold));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-sub {
  font-size: 1.25rem; color: #bbb; max-width: 700px; margin: 0 auto 36px;
  line-height: 1.7;
}
.hero-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn-primary {
  background: linear-gradient(135deg, var(--fire-red), var(--fire-orange));
  color: #fff; border: none; padding: 16px 40px; border-radius: 8px;
  font-family: 'Oswald', sans-serif; font-size: 1.15rem; font-weight: 600;
  text-transform: uppercase; cursor: pointer; letter-spacing: 0.06em;
  transition: transform 0.2s, box-shadow 0.3s; text-decoration: none;
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 8px 40px rgba(212,35,15,0.5); }
.btn-outline {
  background: transparent; color: var(--white);
  border: 2px solid var(--fire-gold); padding: 14px 38px; border-radius: 8px;
  font-family: 'Oswald', sans-serif; font-size: 1.15rem; font-weight: 600;
  text-transform: uppercase; cursor: pointer; letter-spacing: 0.06em;
  transition: all 0.3s; text-decoration: none;
}
.btn-outline:hover { background: var(--fire-gold); color: var(--ash-dark); }

/* ===== FIRE DIVIDER ===== */
.fire-divider {
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--fire-red), var(--fire-orange), var(--fire-gold), var(--fire-orange), var(--fire-red), transparent);
}

/* ===== SECTION SHARED ===== */
section { padding: 100px 2rem; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-label {
  font-size: 0.85rem; font-weight: 600; color: var(--fire-orange);
  text-transform: uppercase; letter-spacing: 0.25em; margin-bottom: 10px;
}
.section-title {
  font-size: clamp(2rem, 4.5vw, 3.2rem); font-weight: 700;
  line-height: 1.15; margin-bottom: 24px;
}
.section-title .fire {
  background: linear-gradient(90deg, var(--fire-red), var(--fire-gold));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}

/* ===== MY STORY ===== */
.story { background: var(--ash-mid); }
.story-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
}
.story-image {
  position: relative; border-radius: 12px; overflow: hidden;
  box-shadow: 0 0 60px rgba(212,35,15,0.2);
}
.story-image img { width: 100%; display: block; }
.story-image::after {
  content: ''; position: absolute; inset: 0;
  border: 2px solid rgba(212,35,15,0.3); border-radius: 12px;
}
.story-text blockquote {
  font-size: 1.5rem; font-family: 'Oswald', sans-serif; font-weight: 500;
  color: var(--fire-gold); border-left: 4px solid var(--fire-red);
  padding-left: 20px; margin-bottom: 24px; line-height: 1.4;
}
.story-text p { color: #bbb; margin-bottom: 16px; font-size: 1.05rem; }
.story-text .highlight { color: var(--ember); font-weight: 600; }

/* ===== BROKEN CITY ===== */
.broken { background: var(--ash-dark); }
.broken-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
}
.broken-image { border-radius: 12px; overflow: hidden; position: relative; }
.broken-image img { width: 100%; display: block; filter: saturate(0.7); }
.broken-image::before {
  content: 'THIS IS YOUR CITY UNDER THEIR LEADERSHIP';
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(transparent, rgba(10,10,10,0.95));
  padding: 40px 20px 20px; text-align: center;
  font-family: 'Oswald', sans-serif; font-size: 1rem;
  color: var(--fire-red); letter-spacing: 0.12em; font-weight: 600;
}
.stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 30px; }
.stat-card {
  background: var(--ash-card); border: 1px solid var(--ash-border);
  border-radius: 10px; padding: 24px; text-align: center;
  transition: border-color 0.3s;
}
.stat-card:hover { border-color: var(--fire-red); }
.stat-number {
  font-family: 'Oswald', sans-serif; font-size: 2.5rem;
  font-weight: 700; color: var(--fire-red);
}
.stat-label { font-size: 0.85rem; color: var(--smoke); margin-top: 4px; text-transform: uppercase; letter-spacing: 0.08em; }

/* ===== PLATFORM / PROMISES ===== */
.platform { background: var(--ash-mid); }
.platform-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 48px; }
.platform-card {
  background: var(--ash-card); border: 1px solid var(--ash-border);
  border-radius: 14px; padding: 36px 28px;
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
  position: relative; overflow: hidden;
}
.platform-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--fire-red), var(--fire-orange));
  transform: scaleX(0); transition: transform 0.3s; transform-origin: left;
}
.platform-card:hover { transform: translateY(-6px); border-color: var(--fire-red); box-shadow: 0 12px 40px rgba(212,35,15,0.15); }
.platform-card:hover::before { transform: scaleX(1); }
.platform-icon { font-size: 2.4rem; margin-bottom: 16px; }
.platform-card h3 { font-size: 1.3rem; margin-bottom: 12px; color: var(--white); }
.platform-card p { color: var(--smoke); font-size: 0.95rem; line-height: 1.6; }

/* ===== ENOUGH SECTION ===== */
.enough {
  background: linear-gradient(135deg, #1a0505 0%, var(--ash-dark) 50%, #1a0505 100%);
  text-align: center; position: relative;
}
.enough::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, rgba(212,35,15,0.08) 0%, transparent 70%);
}
.enough .section-inner { position: relative; z-index: 2; }
.enough h2 { font-size: clamp(2.5rem, 6vw, 4.5rem); margin-bottom: 32px; }
.enough-list {
  list-style: none; max-width: 700px; margin: 0 auto 40px;
  text-align: left;
}
.enough-list li {
  font-size: 1.2rem; padding: 14px 0;
  border-bottom: 1px solid var(--ash-border);
  display: flex; align-items: center; gap: 14px;
}
.enough-list li::before {
  content: '✕'; color: var(--fire-red); font-weight: 700;
  font-size: 1.3rem; flex-shrink: 0;
}
.enough-list .item-text { color: #ccc; }
.enough-list .callout { color: var(--fire-gold); font-weight: 600; }

/* ===== COMMUNITY ===== */
.community { background: var(--ash-dark); }
.community-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
}
.community-image { border-radius: 12px; overflow: hidden; }
.community-image img { width: 100%; display: block; }
.testimonial-stack { display: flex; flex-direction: column; gap: 20px; }
.testimonial {
  background: var(--ash-card); border-left: 3px solid var(--fire-orange);
  border-radius: 0 10px 10px 0; padding: 24px;
}
.testimonial p { color: #bbb; font-style: italic; margin-bottom: 8px; }
.testimonial cite { color: var(--fire-gold); font-size: 0.9rem; font-style: normal; font-weight: 600; }

/* ===== CTA / DONATE ===== */
.cta-section {
  background: linear-gradient(135deg, var(--navy), var(--usa-blue));
  text-align: center; position: relative; overflow: hidden;
}
.cta-section::before {
  content: ''; position: absolute; top: -50%; right: -20%; width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(212,35,15,0.15), transparent 70%);
  border-radius: 50%;
}
.cta-section .section-inner { position: relative; z-index: 2; }
.cta-section h2 { font-size: clamp(2rem, 5vw, 3.5rem); margin-bottom: 16px; }
.cta-section p { color: #aac; font-size: 1.15rem; margin-bottom: 36px; max-width: 600px; margin-left: auto; margin-right: auto; }
.cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ===== FOOTER ===== */
footer {
  background: var(--ash-mid); border-top: 2px solid var(--ash-border);
  padding: 50px 2rem 30px; text-align: center;
}
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-logo { font-family: 'Oswald', sans-serif; font-size: 1.8rem; font-weight: 700; margin-bottom: 12px; }
.footer-logo .accent { color: var(--fire-red); }
.footer-tagline { color: var(--smoke); font-size: 0.95rem; margin-bottom: 24px; }
.footer-links { display: flex; gap: 24px; justify-content: center; flex-wrap: wrap; margin-bottom: 30px; }
.footer-links a { color: var(--smoke); text-decoration: none; font-size: 0.9rem; transition: color 0.2s; }
.footer-links a:hover { color: var(--fire-gold); }
.footer-social { display: flex; gap: 16px; justify-content: center; margin-bottom: 28px; }
.footer-social a {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--ash-card); border: 1px solid var(--ash-border);
  display: flex; align-items: center; justify-content: center;
  color: var(--smoke); font-size: 1.1rem; text-decoration: none;
  transition: all 0.3s;
}
.footer-social a:hover { background: var(--fire-red); color: #fff; border-color: var(--fire-red); }
.footer-legal { color: #555; font-size: 0.8rem; }

/* ===== ANTHEM PLAYER ===== */
.anthem-bar {
  position: fixed; top: 70px; left: 0; width: 100%; z-index: 999;
  background: rgba(20,10,8,0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(212,35,15,0.3);
  padding: 0 2rem;
}
.anthem-inner {
  max-width: 1300px; margin: 0 auto;
  display: flex; align-items: center; gap: 14px;
  height: 48px;
}
.anthem-btn {
  width: 34px; height: 34px; border-radius: 50%;
  background: linear-gradient(135deg, var(--fire-red), var(--fire-orange));
  border: none; color: #fff; font-size: 0.85rem;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; transition: transform 0.2s, box-shadow 0.3s;
}
.anthem-btn:hover { transform: scale(1.1); box-shadow: 0 0 20px rgba(212,35,15,0.5); }
.anthem-info { display: flex; flex-direction: column; gap: 0; flex-shrink: 0; }
.anthem-label { font-size: 0.6rem; color: var(--fire-orange); text-transform: uppercase; letter-spacing: 0.15em; font-weight: 600; }
.anthem-title { font-family: 'Oswald', sans-serif; font-size: 0.9rem; color: var(--white); }
.anthem-progress {
  flex: 1; height: 4px; background: var(--ash-border); border-radius: 2px;
  overflow: hidden; margin: 0 8px;
}
.anthem-progress-bar {
  height: 100%; width: 0%;
  background: linear-gradient(90deg, var(--fire-red), var(--fire-gold));
  border-radius: 2px; transition: width 0.3s linear;
}
.anthem-time { font-size: 0.8rem; color: var(--smoke); font-variant-numeric: tabular-nums; flex-shrink: 0; min-width: 36px; }

/* ===== REBUILD ===== */
.rebuild { background: var(--ash-mid); }

/* ===== MOBILE MENU ===== */
.mobile-toggle { display: none; background: none; border: none; color: var(--white); font-size: 1.6rem; cursor: pointer; }

/* ===== ANIMATIONS ===== */
.fade-up {
  opacity: 0; transform: translateY(40px);
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  /* Nav */
  .nav-links { display: none; }
  .mobile-toggle { display: block; }
  .nav-links.open {
    display: flex; flex-direction: column; text-align: center;
    position: absolute; top: 70px; left: 0; right: 0;
    background: rgba(10,10,10,0.97); padding: 24px 2rem;
    border-bottom: 2px solid var(--fire-red);
  }
  .nav-logo img { height: 36px; }
  .nav-logo span { font-size: 1.2rem; }
  .nav-cta { padding: 8px 18px; font-size: 0.85rem; }

  /* Hero */
  .hero h1 { font-size: 2.8rem; }
  .hero-content { padding: 150px 1.5rem 60px; }
  .hero-tagline { font-size: 0.9rem; letter-spacing: 0.12em; }
  .hero-sub { font-size: 1.05rem; }
  .hero-buttons { flex-direction: column; align-items: center; }
  .btn-primary, .btn-outline { width: 100%; max-width: 320px; text-align: center; }

  /* Anthem */
  .anthem-inner { gap: 10px; }
  .anthem-info { display: none; }
  .anthem-progress { margin: 0 4px; }

  /* Sections — center everything */
  section { padding: 60px 1.5rem; }
  .section-label { text-align: center; }
  .section-title { text-align: center; }

  /* Story */
  .story-grid, .broken-grid, .community-grid { grid-template-columns: 1fr; gap: 32px; }
  .story-text { text-align: center; }
  .story-text blockquote {
    border-left: none; padding-left: 0;
    border-top: 3px solid var(--fire-red);
    padding-top: 16px; text-align: center;
    font-size: 1.25rem;
  }
  .story-text p { text-align: center; }
  .story-image { max-width: 100%; }

  /* Broken city */
  .broken-text { text-align: center; }
  .broken-text p { text-align: center; }
  .stat-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .stat-number { font-size: 2rem; }
  .stat-label { font-size: 0.75rem; }
  .broken-image::before { font-size: 0.8rem; letter-spacing: 0.06em; }

  /* Platform cards */
  .platform-grid { grid-template-columns: 1fr; gap: 16px; }
  .platform-card { text-align: center; padding: 28px 20px; }

  /* Enough */
  .enough-list li { font-size: 1rem; gap: 10px; }

  /* Community */
  .community-image { text-align: center; }
  .testimonial { padding: 18px; text-align: center; }
  .testimonial p { text-align: center; }
  .testimonial cite { display: block; text-align: center; margin-top: 8px; }

  /* CTA */
  .cta-section h2 { font-size: 1.8rem; }
  .cta-section p { font-size: 1rem; }
  .cta-buttons { flex-direction: column; align-items: center; }
  .cta-buttons .btn-primary { width: 100%; max-width: 320px; font-size: 1.1rem !important; padding: 16px 30px !important; }
  .cta-buttons .btn-outline { width: 100%; max-width: 320px; }

  /* Footer */
  .footer-links { flex-direction: column; gap: 12px; align-items: center; }
  .footer-tagline { font-size: 0.85rem; }
}
