:root {
  --yellow: #f4e04d;
  --green-bright: #3ec93e;
  --pink: #e0245e;
  --pink-bright: #ec1f6b;
  --magenta: #99134f;
  --olive: #a89024;
  --green: #2f6b4f;
  --green-dark: #1f4a37;
  --maroon: #7a1428;
  --dark-panel: rgba(20, 20, 22, 0.72);
  --dark-panel-2: rgba(40, 38, 42, 0.72);
  --text-cream: #fdf7e4;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  color: #1a1a1a;
  background: #111;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }

h1, h2, h3, h4 { font-weight: 800; margin: 0 0 0.5em; line-height: 1.15; }

a { color: inherit; }

.es, .en { }

/* ---------- NAV ---------- */
.site-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(10, 10, 12, 0.92);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.9rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-brand {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.nav-brand img {
  height: 28px;
  width: auto;
  display: block;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  flex-wrap: wrap;
}
.nav-links a {
  color: #f2f2f2;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
  opacity: 0.85;
}
.nav-links a:hover { opacity: 1; }
.nav-cta {
  background: var(--pink-bright);
  color: #fff !important;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  opacity: 1 !important;
}
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.4rem;
}
.nav-toggle span {
  width: 24px;
  height: 2px;
  background: #fff;
  display: block;
}

/* ---------- SECTION BASICS ---------- */
.section { position: relative; padding: 4rem 0; }
.section-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}
.heading-row { align-items: end; margin-bottom: 1.5rem; }
.intro-row { margin-bottom: 2.5rem; }
.panel {
  background: var(--dark-panel);
  border-radius: 18px;
  padding: 3rem 2.5rem;
  color: var(--text-cream);
}
.panel h2 { color: var(--yellow); }
.panel h2.en, .panel h3.en { color: #fff; }

/* ---------- HERO ---------- */
.hero {
  background-size: cover;
  background-position: center 30%;
  min-height: 92vh;
  display: flex;
  align-items: center;
}
.hero-overlay {
  width: 100%;
  min-height: 92vh;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, rgba(90,80,20,0.55), rgba(120,100,20,0.75));
}
.hero-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 2rem 1.5rem;
}
.wordmark {
  margin: 0 0 1.5rem;
}
.wordmark img {
  width: clamp(280px, 40vw, 520px);
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.35));
}
.hero-byline { margin: 0.2rem 0; font-weight: 700; }
.hero-byline.es { color: var(--yellow); }
.hero-byline.en { color: #fff; }
.hero-tagline {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 2rem;
  text-align: center;
}
.hero-tagline p { font-size: 1.4rem; font-weight: 700; margin: 0; }
.hero-tagline .es { color: var(--yellow); }
.hero-tagline .en { color: #fff; }

/* ---------- TRAILER ---------- */
.trailer-section {
  background: linear-gradient(160deg, #e0426b, #d2445a 40%, #e0607a);
  color: #fff;
}
.trailer-section h2.es { color: var(--yellow); }
.trailer-section h2.en { color: #fff; margin-top: 2.5rem; }
.video-embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #111;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.watch-full-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  margin-top: 1.5rem;
  background: var(--yellow);
  color: #1a1a1a;
  text-decoration: none;
  font-weight: 800;
  padding: 0.9rem 1.6rem;
  border-radius: 999px;
  font-size: 1rem;
}
.watch-full-btn .sep { opacity: 0.5; }

/* ---------- ABOUT ---------- */
.about-section {
  background: linear-gradient(160deg, #93801f, #a89024 50%, #8a7620);
  color: #1a1503;
}
.about-section h2.es { color: #fffbe0; }
.about-section h2.en { color: #fff; }
.about-section p { line-height: 1.6; font-weight: 600; color: #1c1704; }
.tribute { margin-top: 2.5rem; }
.tribute p { font-size: 1.4rem; font-weight: 800; margin: 0.3em 0; }
.tribute .es { color: var(--yellow); }
.tribute .en { color: #fff; }

/* ---------- JOURNEY / TIMELINE ---------- */
.journey-section {
  background: linear-gradient(170deg, #2c6b48, #1f4a37 60%, #16352a);
  color: #fff;
}
.journey-section h2.es { color: var(--yellow); }
.journey-section h2.en { color: #fff; }
.journey-section .intro-row .es { color: var(--yellow); }
.journey-section .intro-row .en { color: #fff; }

.timeline { list-style: none; margin: 0; padding: 0; }
.timeline-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.timeline-col {
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
}
.timeline-num {
  flex: none;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 8px;
  background: #fff;
  color: #111;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}
.timeline-body { flex: 1; min-width: 0; }
.timeline-desc {
  font-weight: 700;
  margin: 0.3rem 0 0.9rem;
  font-size: 1.05rem;
}
.timeline-desc.es { color: var(--yellow); }
.timeline-desc.en { color: #fff; }
.link-card {
  display: block;
  max-width: 400px;
  background: rgba(255,255,255,0.08);
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.12);
}
.link-card-img-wrap { position: relative; }
.link-card-img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.file-card .link-card-img.file-thumb {
  aspect-ratio: 16/10;
  object-fit: cover;
  background: #fff;
}
.duration-badge {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0,0,0,0.75);
  color: #fff;
  font-size: 0.75rem;
  padding: 0.15rem 0.4rem;
  border-radius: 4px;
}
.link-card-body { padding: 0.9rem 1rem; }
.link-card-source {
  font-size: 0.78rem;
  opacity: 0.65;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.35rem;
}
.link-card-title { font-weight: 800; margin-bottom: 0.35rem; }
.link-card-excerpt { font-size: 0.85rem; opacity: 0.65; line-height: 1.4; }

/* ---------- AWARDS / REVIEWS / PEOPLE / TEAM (shared dark-photo look) ---------- */
.awards-section, .reviews-section, .people-section, .team-section, .involved-section {
  background-image: linear-gradient(rgba(0,0,0,0.35), rgba(0,0,0,0.35)), url('https://cdn.gamma.app/xgawvizgeyx8z20/3782a5cd7edb4d9abe248fb737c86ae2/original/THE_FIGHT_10.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.awards-section h3, .reviews-section h3 { color: var(--yellow); }
.plain-list { list-style: disc; padding-left: 1.2rem; margin: 0; }
.plain-list li { margin-bottom: 0.7rem; line-height: 1.4; }
.plain-list .es { color: var(--yellow); }

.reviews-section .panel { background: rgba(224, 36, 94, 0.82); }
.reviews-section h2.es, .reviews-section h2.en { color: #fff; }
.quotes blockquote { margin: 0 0 1.8rem; padding: 0; }
.quotes p { margin: 0 0 0.5rem; line-height: 1.5; font-weight: 600; }
.quotes cite { font-style: normal; font-size: 0.85rem; opacity: 0.85; }
.quotes.es p, .quotes.es cite { color: var(--yellow); }
.quotes.es cite { opacity: 1; }
.quotes.en p, .quotes.en cite { color: #fff; }
.quotes cite a { text-decoration: underline; color: inherit; }

.people-section .panel { background: rgba(60,58,56,0.72); margin-bottom: 1.5rem; }
.people-section h2.es, .makingof h2.es { color: var(--yellow); }
.people-section p.es, .makingof p.es, .makingof h3.es { color: var(--yellow); }
.people-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
.people-grid figure { margin: 0; position: relative; border-radius: 10px; overflow: hidden; }
.people-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.people-grid figcaption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(0deg, rgba(0,0,0,0.75), transparent);
  color: #fff;
  padding: 0.6rem 0.8rem;
  font-size: 0.85rem;
  font-weight: 700;
}
.makingof-photo { border-radius: 10px; margin: 1.5rem 0; max-height: 420px; width: 100%; object-fit: cover; }

/* ---------- PRODUCTION COMPANY ---------- */
.production-section {
  background: linear-gradient(160deg, #2c6b48, #1f4a37);
  color: #fff;
}
.production-section h2 { color: var(--yellow); }
.pink-card {
  background: var(--pink-bright);
  border-radius: 10px;
  padding: 1.6rem 1.8rem;
  color: #fff;
}
.pink-card h3.es { color: var(--yellow); }
.pink-card p { line-height: 1.55; }
.pink-card a { text-decoration: underline; }

/* ---------- TEAM ---------- */
.team-section h2.es { color: var(--yellow); }
.team-section h2.en { color: #fff; }
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
  margin-top: 2rem;
}
.team-card img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 0.8rem;
  filter: grayscale(1);
}
.team-card h4 { margin: 0 0 0.2rem; font-size: 1rem; }
.team-card .role { opacity: 0.75; font-size: 0.85rem; margin: 0 0 0.3rem; }
.team-card a { color: var(--pink-bright); font-weight: 700; text-decoration: none; font-size: 0.88rem; }
.team-card a:hover { text-decoration: underline; }

/* ---------- IMPACT ---------- */
.impact-section {
  background: linear-gradient(160deg, #8a1224, #6d0f1d 60%, #58101a);
  color: #fff;
}
.impact-section h2.es { color: var(--yellow); }
.impact-section h2.en { color: #fff; margin-top: 2.5rem; }
.impact-section p { line-height: 1.6; max-width: 900px; }

/* ---------- GET INVOLVED / FUNDERS ---------- */
.involved-section .panel:first-of-type h2 { color: #fff; margin-bottom: 2rem; }
.magenta-card {
  background: var(--magenta);
  border-radius: 10px;
  padding: 1.8rem 2rem;
}
.magenta-card h3 { font-size: 1.15rem; margin-bottom: 0.6rem; }
.magenta-card h3.es, .magenta-card p.es { color: var(--yellow); }
.magenta-card h3.en, .magenta-card p.en { color: #fff; }
.magenta-card h3.en { margin-top: 1.5rem; }
.magenta-card p { line-height: 1.55; margin: 0 0 0.3rem; }

.funders { margin-top: 1.5rem; }
.funders h2 { color: var(--yellow); }
.funders-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.5rem;
  margin-top: 1.5rem;
}
.funders-grid img { max-height: 60px; width: auto; max-width: 220px; object-fit: contain; }

/* ---------- FOOTER ---------- */
.site-footer {
  background: #0a0a0c;
  color: #cfcfcf;
  text-align: center;
  padding: 3rem 1.5rem 2.5rem;
}
.wordmark-small { height: 40px; width: auto; margin: 0 auto 1rem; }
.copyright { margin-top: 1.5rem; font-size: 0.8rem; opacity: 0.6; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 860px) {
  .nav-links {
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: rgba(10,10,12,0.98);
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 1.5rem 1.5rem;
    gap: 1rem;
    display: none;
  }
  .nav-links.open { display: flex; }
  .nav-toggle { display: flex; }
  .two-col { grid-template-columns: 1fr; gap: 1.5rem; }
  .timeline-item { grid-template-columns: 1fr; gap: 1.5rem; }
  .hero-tagline { grid-template-columns: 1fr; }
  .people-grid { grid-template-columns: 1fr 1fr; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .panel { padding: 2rem 1.3rem; }
  .wordmark img { width: clamp(220px, 60vw, 360px); }
}

@media (max-width: 480px) {
  .team-grid { grid-template-columns: 1fr 1fr; }
  .funders-grid img { max-height: 44px; }
}
