/* 
  =========================================
  GTA SANTIAGO - ABSOLUTE REDESIGN
  THEME: ULTRAVIOLET / AMBER GOLD / ELECTRIC TEAL (AAA STYLE)
  =========================================
*/

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;900&display=swap');

@font-face {
  font-family: 'Beckett';
  src: url('./BECKETT_.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}

:root {
  /* Fonts */
  --font-primary: 'Outfit', sans-serif;
  --font-beckett: 'Beckett', Impact, 'Arial Black', sans-serif;

  /* Premium Cyberpunk HSL Palettes */
  --color-bg-deep: #020105;
  --color-bg-dark: #07050d;
  --color-bg-card: rgba(16, 11, 30, 0.45);
  --color-bg-card-hover: rgba(26, 18, 48, 0.8);
  --color-text-primary: #ffffff;
  --color-text-muted: #8e89a8;

  /* Neon Glowing Accents */
  --neon-pink: #ff007f;
  --neon-purple: #9d00ff;   /* Ultraviolet */
  --neon-amber: #ffae00;    /* Amber Gold */
  --neon-cyan: #00f5d4;     /* Electric Teal */
  --neon-green: #39ff14;

  /* Interactive Gradients */
  --sunset-gradient: linear-gradient(135deg, var(--neon-purple) 0%, var(--neon-pink) 50%, var(--neon-amber) 100%);
  --neon-glow-gradient: linear-gradient(90deg, var(--neon-purple), var(--neon-cyan));
  --dark-gradient: linear-gradient(180deg, #020105 0%, #07050d 100%);

  /* Animation Timings */
  --transition-smooth: 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-fast: 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  
  /* Dynamic Hue shift */
  --neon-hue-shift: 0deg;
}

/* =========================================
   1. GLOBAL RESET & BASE STYLES
   ========================================= */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  background-color: var(--color-bg-deep);
  color: var(--color-text-primary);
  font-family: var(--font-primary);
  overflow-x: hidden;
  font-size: 16px;
}

body {
  overflow-x: hidden;
  background-color: var(--color-bg-deep);
  line-height: 1.6;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 8px;
  background-color: var(--color-bg-deep);
}

::-webkit-scrollbar-track {
  background: #040208;
  border-left: 1px solid rgba(255, 255, 255, 0.02);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--neon-purple) 0%, var(--neon-cyan) 100%);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--neon-amber);
}

/* Selection styling */
::selection {
  background-color: var(--neon-purple);
  color: #fff;
}

/* Container */
.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 5;
}

/* =========================================
   2. TYPOGRAPHY & HEADERS (AAA SPEC)
   ========================================= */
.beckett-title {
  font-family: var(--font-beckett);
  font-weight: normal;
  color: #000000 !important;
  letter-spacing: 2px;
  text-shadow:
    -1px -1px 0 #fff,  1px -1px 0 #fff, -1px  1px 0 #fff,  1px  1px 0 #fff,
    -2px -2px 0 #fff,  2px -2px 0 #fff, -2px  2px 0 #fff,  2px  2px 0 #fff,
     0px -2px 0 #fff,  0px  2px 0 #fff, -2px  0px 0 #fff,  2px  0px 0 #fff,
    -3px -3px 0 #000,  3px -3px 0 #000, -3px  3px 0 #000,  3px  3px 0 #000,
    -4px -4px 0 #000,  4px -4px 0 #000, -4px  4px 0 #000,  4px  4px 0 #000,
     0px -4px 0 #000,  0px  4px 0 #000, -4px  0px 0 #000,  4px  0px 0 #000,
    -3px -1px 0 #000,  3px -1px 0 #000, -3px  1px 0 #000,  3px  1px 0 #000,
    -1px -3px 0 #000,  1px -3px 0 #000, -1px  3px 0 #000,  1px  3px 0 #000,
    -4px -2px 0 #000,  4px -2px 0 #000, -4px  2px 0 #000,  4px  2px 0 #000,
    -2px -4px 0 #000,  2px -4px 0 #000, -2px  4px 0 #000,  2px  4px 0 #000;
}

.beckett-title.small-title {
  font-size: 2.2rem;
  letter-spacing: 1px;
}

h2.section-title {
  font-size: 4.5rem;
  text-align: center;
  margin-bottom: 1.2rem;
  line-height: 1;
}

.tagline {
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 6px;
  color: var(--neon-cyan);
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  display: block;
}

.section-desc {
  max-width: 750px;
  margin: 1.5rem auto 0 auto;
  color: var(--color-text-muted);
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 300;
}

/* =========================================
   3. MOUSE INTERACTION & DYNAMIC FILTERS
   ========================================= */

/* Cursor following radial glow backdrop */
.mouse-glow-bg {
  position: fixed;
  top: 0; left: 0; width: 100vw; height: 100vh;
  pointer-events: none;
  background: radial-gradient(700px circle at var(--mx, 50%) var(--my, 50%), rgba(157, 0, 255, 0.08), transparent 85%),
              radial-gradient(350px circle at var(--mx, 50%) var(--my, 50%), rgba(0, 245, 212, 0.05), transparent 70%);
  z-index: 1;
  mix-blend-mode: screen;
  transition: background 0.1s linear;
}

/* Color cycling hue shifts via mouse drags */
.sunset-grid-overlay,
.navbar,
.btn-primary,
.feature-icon,
.gang-badge,
.char-status-badge,
.glow-sphere-1,
.glow-sphere-2,
.trailer-poster-card,
.play-button-neon,
.char-name-text,
.section-title,
.nav-creator-badge,
.creator-primary {
  filter: hue-rotate(var(--neon-hue-shift, 0deg));
}

/* Card perspective tilt declarations */
.char-card-modern, .feature-card, .graffiti-card-modern, .artwork-showcase {
  position: relative;
  transition: transform 0.15s ease, box-shadow var(--transition-fast), border-color var(--transition-fast);
  transform-style: preserve-3d;
  will-change: transform;
}

.char-card-modern::after, .feature-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(350px circle at var(--x, 0px) var(--y, 0px), rgba(255, 255, 255, 0.08), transparent 60%);
  z-index: 10;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.char-card-modern:hover::after, .feature-card:hover::after {
  opacity: 1;
}

/* =========================================
   4. INTRO LOADING SCREEN & CHEAT CONSOLE
   ========================================= */
.loading-screen {
  position: fixed;
  top: 0; left: 0; width: 100vw; height: 100vh;
  z-index: 99999;
  background: #020104;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.loading-screen.fade-out {
  opacity: 0;
  pointer-events: none;
}

.loader-bg-ambient {
  position: absolute;
  width: 100%; height: 100%;
  background: radial-gradient(circle at center, rgba(157, 0, 255, 0.18) 0%, transparent 70%);
  filter: blur(80px);
}

.loader-logo {
  max-width: 280px;
  margin-bottom: 3rem;
  filter: drop-shadow(0 0 30px rgba(157, 0, 255, 0.6));
  animation: pulse-glow 2.5s infinite alternate ease-in-out;
}

.loader-bar-outer {
  width: 320px;
  height: 6px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.6);
  margin-bottom: 1.5rem;
}

.loader-bar-inner {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--neon-purple) 0%, var(--neon-cyan) 100%);
  box-shadow: 0 0 15px var(--neon-cyan);
  border-radius: 10px;
  transition: width 0.1s linear;
}

.loader-text-status {
  font-size: 0.85rem;
  color: var(--color-text-muted);
  letter-spacing: 3px;
  text-transform: uppercase;
}

/* =========================================
   5. NAVIGATION BAR (AERO GLASS DECK)
   ========================================= */
.navbar {
  position: fixed;
  top: 0; left: 0; width: 100%;
  z-index: 9999;
  background: linear-gradient(180deg, rgba(2, 1, 5, 0.95) 0%, rgba(2, 1, 5, 0.5) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  transition: all var(--transition-fast);
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.6rem 2.5rem;
  max-width: 1440px;
  margin: 0 auto;
}

.nav-logo-img {
  height: 52px;
  display: block;
  filter: drop-shadow(0 4px 12px rgba(157, 0, 255, 0.25));
  transition: transform var(--transition-fast);
}

.nav-logo-img:hover {
  transform: scale(1.05);
}

.nav-links {
  display: flex;
  gap: 2.8rem;
  align-items: center;
}

.nav-link {
  color: var(--color-text-muted);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  padding: 0.5rem 0;
  transition: color var(--transition-fast);
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; width: 0; height: 2px;
  background: linear-gradient(90deg, var(--neon-purple), var(--neon-cyan));
  transition: width var(--transition-fast);
}

.nav-link:hover {
  color: #fff;
}

.nav-link:hover::after {
  width: 100%;
}

.nav-creator-badge {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  line-height: 1.2;
}

.badge-label {
  font-size: 0.6rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--color-text-muted);
  font-weight: 500;
}

.badge-author {
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(90deg, var(--neon-cyan), var(--neon-purple));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 2px 10px rgba(0, 245, 212, 0.15);
}

/* =========================================
   6. HERO SECTION (ASYMMETRIC SPLIT SCREEN)
   ========================================= */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10rem 2rem 6rem 2rem;
  background: radial-gradient(circle at 70% 30%, rgba(157, 0, 255, 0.22) 0%, rgba(0, 245, 212, 0.05) 50%, var(--color-bg-deep) 90%);
  overflow: hidden;
}

.sunset-grid-overlay {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background-image: 
    linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size: 60px 60px;
  background-position: center top;
  z-index: 1;
  pointer-events: none;
  mask-image: radial-gradient(ellipse at 50% 60%, black 20%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 60%, black 20%, transparent 80%);
  animation: grid-travel 18s linear infinite;
}

@keyframes grid-travel {
  from { transform: perspective(220px) rotateX(65deg) translateY(0); }
  to { transform: perspective(220px) rotateX(65deg) translateY(60px); }
}

/* Horizontal Layout on Hero */
.hero-container {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  text-align: left;
}

.hero-text-block {
  flex: 1.2;
}

.hero-visual-block {
  flex: 0.8;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-logo-wrapper {
  margin-bottom: 2.2rem;
  filter: drop-shadow(0 25px 45px rgba(0, 0, 0, 0.85));
}

.hero-logo {
  max-width: 380px;
  width: 100%;
  animation: floating-logo 4.5s ease-in-out infinite alternate;
}

.hero-subheading {
  font-size: 5.6rem;
  margin-bottom: 2rem;
  line-height: 0.95;
  transform: rotate(-1deg);
}

.hero-tagline {
  font-size: 1.3rem;
  color: var(--color-text-muted);
  max-width: 620px;
  line-height: 1.8;
  margin-bottom: 3.5rem;
  font-weight: 300;
  text-shadow: 0 2px 12px rgba(0,0,0,0.6);
}

.hero-buttons {
  display: flex;
  gap: 1.8rem;
}

/* AAA Button styling */
.btn {
  display: inline-block;
  text-decoration: none;
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 1.3rem 3.2rem;
  border-radius: 50px;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.btn-primary {
  background: var(--sunset-gradient);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 12px 35px rgba(157, 0, 255, 0.4);
}

.btn-primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(157, 0, 255, 0.65);
  border-color: rgba(255, 255, 255, 0.5);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.2);
}

.hero-scroll-indicator {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  color: var(--color-text-muted);
  font-size: 0.75rem;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.mouse-icon {
  width: 22px;
  height: 38px;
  border: 2px solid var(--color-text-muted);
  border-radius: 20px;
  position: relative;
}

.mouse-icon .wheel {
  width: 4px;
  height: 8px;
  background-color: var(--color-text-muted);
  border-radius: 2px;
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  animation: scroll-wheel 1.6s infinite alternate ease-in-out;
}

/* =========================================
   7. VIDEO TRAILER (CINEMA CONSOLE FRAME)
   ========================================= */
.section-trailer {
  padding: 12rem 2rem 8rem 2rem;
  background: linear-gradient(180deg, var(--color-bg-deep) 0%, #06040b 100%);
  position: relative;
}

.section-header {
  margin-bottom: 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 10;
}

.trailer-poster-link {
  text-decoration: none;
  display: block;
  max-width: 1120px;
  margin: 0 auto;
}

.trailer-poster-card {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 35px 75px rgba(0, 0, 0, 0.95);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

.poster-bg {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background-size: cover;
  background-position: center 30%;
  transition: transform 1.5s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1;
}

.trailer-poster-card:hover .poster-bg {
  transform: scale(1.06);
}

.play-button-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  color: #fff;
  padding: 3rem;
  text-align: center;
  width: 100%; height: 100%;
  background: radial-gradient(circle at center, rgba(6, 4, 11, 0.4) 0%, rgba(2, 1, 5, 0.9) 100%);
}

.play-button-neon {
  width: 110px;
  height: 110px;
  background: var(--sunset-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 35px rgba(157, 0, 255, 0.6);
  border: 2px solid rgba(255, 255, 255, 0.4);
  transition: transform var(--transition-fast), box-shadow var(--transition-fast);
}

.play-svg {
  width: 44px;
  height: 44px;
  fill: #fff;
  margin-left: 10px;
}

.play-label {
  font-size: 2.2rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-shadow: 0 2px 25px rgba(0,0,0,0.9);
}

.play-subtext {
  font-size: 0.95rem;
  color: var(--color-text-muted);
  letter-spacing: 1.5px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.9);
  font-weight: 400;
  max-width: 640px;
}

.trailer-poster-card:hover .play-button-neon {
  transform: scale(1.12);
  box-shadow: 0 0 50px rgba(157, 0, 255, 0.9);
}

.video-shadow-glow {
  position: absolute;
  top: 5%; left: 5%; width: 90%; height: 90%;
  background: var(--sunset-gradient);
  filter: blur(90px);
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}

/* =========================================
   8. LORE SECTION (MISSION LOG LAYOUT)
   ========================================= */
.section-lore {
  padding: 12rem 2rem;
  background-color: var(--color-bg-deep);
  position: relative;
  overflow: hidden;
}

.glow-sphere-1 {
  position: absolute;
  top: -10%;
  right: -10%;
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(157, 0, 255, 0.16) 0%, transparent 75%);
  filter: blur(90px);
  z-index: 1;
  pointer-events: none;
}

.row {
  display: flex;
  gap: 7rem;
  align-items: center;
}

.col-text {
  flex: 1.25;
}

.col-image {
  flex: 0.75;
  display: flex;
  justify-content: center;
}

.col-text h2.section-title {
  text-align: left;
  margin-bottom: 2.5rem;
}

.lore-card {
  background: var(--color-bg-card);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 32px;
  padding: 4.5rem;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  box-shadow: 0 30px 65px rgba(0,0,0,0.55), inset 0 1px 0 rgba(255,255,255,0.06);
}

.lore-lead {
  font-size: 1.4rem;
  line-height: 1.75;
  font-weight: 300;
  color: #fff;
  margin-bottom: 2.2rem;
}

.lore-body {
  font-size: 1.12rem;
  line-height: 1.85;
  color: var(--color-text-muted);
  margin-bottom: 3.5rem;
  font-weight: 300;
}

.lore-quote-box {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 2.5rem;
  position: relative;
}

.quote-mark {
  position: absolute;
  top: 1.5rem;
  left: 0;
  font-size: 8rem;
  line-height: 0;
  color: var(--neon-cyan);
  opacity: 0.25;
  font-family: serif;
}

.lore-quote {
  font-size: 1.35rem;
  font-style: italic;
  line-height: 1.6;
  color: #fff;
  padding-left: 2.8rem;
  position: relative;
  z-index: 2;
  font-weight: 300;
}

/* Immersive lore artwork showcase */
.artwork-showcase {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.85);
  width: 100%;
  max-width: 440px;
  aspect-ratio: 4 / 5;
}

.artwork-primary {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 5;
  position: relative;
  transition: transform var(--transition-fast);
}

.artwork-backdrop {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(0deg, rgba(2, 1, 5, 0.95) 0%, rgba(2, 1, 5, 0.2) 65%);
  z-index: 2;
}

/* =========================================
   9. CHARACTERS GRID (CYBERPUNK HUD DOSSIERS)
   ========================================= */
.section-characters {
  padding: 12rem 2rem;
  background-color: var(--color-bg-deep);
  position: relative;
}

.characters-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 2.8rem;
  margin-top: 5rem;
}

.char-card-modern {
  background: var(--color-bg-card);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0,0,0,0.4);
  display: flex;
  flex-direction: column;
}

.char-card-modern:hover {
  border-color: rgba(0, 245, 212, 0.35);
  box-shadow: 0 20px 45px rgba(0, 245, 212, 0.18);
}

.char-img-frame {
  width: 100%;
  aspect-ratio: 1 / 1;
  position: relative;
  background-color: #08060f;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.char-placeholder-avatar {
  font-family: var(--font-beckett);
  font-size: 3.8rem;
  color: #fff;
  background: radial-gradient(circle, rgba(157, 0, 255, 0.3) 0%, transparent 80%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0 0 15px rgba(0, 245, 212, 0.5);
  z-index: 1;
  position: absolute;
  top: 0; left: 0;
}

.char-real-img {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 15%;
  transform: scale(1.4);
  z-index: 2;
  opacity: 1;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.char-real-img.img-error {
  display: none;
}

.char-card-modern:hover .char-real-img {
  transform: scale(1.5) rotate(1deg);
}

.char-status-badge {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  z-index: 3;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 0.35rem 0.9rem;
  border-radius: 50px;
  box-shadow: 0 5px 12px rgba(0,0,0,0.6);
  border: 1px solid rgba(255,255,255,0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.char-status-badge.protagonist {
  background-color: rgba(157, 0, 255, 0.85);
  color: #fff;
  border-color: rgba(157, 0, 255, 0.5);
}

.char-status-badge.family {
  background-color: rgba(0, 245, 212, 0.85);
  color: #000;
  border-color: rgba(0, 245, 212, 0.5);
}

.char-status-badge.enemy {
  background-color: rgba(255, 59, 48, 0.85);
  color: #fff;
  border-color: rgba(255, 59, 48, 0.5);
}

.char-status-badge.warning {
  background-color: rgba(255, 174, 0, 0.85);
  color: #fff;
  border-color: rgba(255, 174, 0, 0.5);
}

.char-status-badge.neutral {
  background-color: rgba(255, 255, 255, 0.85);
  color: #000;
  border-color: rgba(255, 255, 255, 0.5);
}

.char-details-box {
  padding: 2.2rem 2rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.char-name-text {
  font-size: 1.45rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.25rem;
}

.char-alias-text {
  font-size: 0.85rem;
  color: var(--neon-cyan);
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 1.2rem;
  display: block;
}

.char-desc-text {
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--color-text-muted);
  font-weight: 300;
}

/* =========================================
   10. FEATURES (HUD DIAGNOSTIC BLUEPRINTS)
   ========================================= */
.section-features {
  padding: 12rem 2rem;
  background-color: var(--color-bg-deep);
  position: relative;
  overflow: hidden;
}

.glow-sphere-2 {
  position: absolute;
  bottom: -10%;
  left: -10%;
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(0, 245, 212, 0.1) 0%, transparent 75%);
  filter: blur(90px);
  z-index: 1;
  pointer-events: none;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 2.8rem;
  margin-top: 5rem;
  position: relative;
  z-index: 3;
}

.feature-card {
  background: var(--color-bg-card);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 24px;
  padding: 4rem 3rem;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.35);
}

.feature-card:hover {
  border-color: rgba(157, 0, 255, 0.35);
  box-shadow: 0 20px 45px rgba(157, 0, 255, 0.18);
}

.card-glow-border {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 3px;
  background: linear-gradient(90deg, transparent, var(--neon-purple), transparent);
  transform: translateX(-100%);
  transition: transform 0.6s;
}

.feature-card:hover .card-glow-border {
  transform: translateX(100%);
}

.feature-icon {
  font-size: 3rem;
  margin-bottom: 2.2rem;
  display: inline-block;
  filter: drop-shadow(0 0 12px rgba(157, 0, 255, 0.35));
}

.feature-card-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.1rem;
}

.feature-card-desc {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--color-text-muted);
  font-weight: 300;
}

.feature-card-desc strong {
  color: #fff;
}

/* =========================================
   11. GRAFFITIS (POLAROID DECK ARTWORK)
   ========================================= */
.section-graffitis {
  padding: 12rem 2rem;
  background-color: var(--color-bg-deep);
  position: relative;
}

.graffiti-marketing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 3.5rem;
  margin-top: 5rem;
}

.graffiti-card-modern {
  background: var(--color-bg-card);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0,0,0,0.3);
  display: flex;
  flex-direction: column;
}

.graffiti-card-modern:hover {
  border-color: rgba(0, 245, 212, 0.35);
  box-shadow: 0 20px 45px rgba(0, 245, 212, 0.18);
}

.graffiti-img-wrapper {
  aspect-ratio: 4 / 3;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #06040b;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  cursor: pointer;
}

.graffiti-image-file {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 2.2rem;
  display: block;
  transition: transform var(--transition-smooth);
  cursor: pointer;
  position: relative;
  z-index: 5;
}

.graffiti-card-modern:hover .graffiti-image-file {
  transform: scale(1.05);
}

.graffiti-info-modern {
  padding: 2.8rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.gang-badge {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 0.35rem 0.9rem;
  border-radius: 4px;
  margin-bottom: 1.2rem;
  align-self: flex-start;
}

.gang-badge.grove-badge {
  background: rgba(0, 245, 212, 0.15);
  color: var(--neon-cyan);
  border: 1px solid rgba(0, 245, 212, 0.3);
}

.gang-badge.ballas-badge {
  background: rgba(157, 0, 255, 0.15);
  color: #d1a3ff;
  border: 1px solid rgba(157, 0, 255, 0.3);
}

.gang-badge.neutral-badge {
  background: rgba(255, 174, 0, 0.15);
  color: var(--neon-amber);
  border: 1px solid rgba(255, 174, 0, 0.3);
}

.graffiti-title-text {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.2rem;
}

.graffiti-subtitle-text {
  font-size: 0.9rem;
  color: var(--color-text-muted);
  font-weight: 600;
  margin-bottom: 1.2rem;
}

.graffiti-desc-text {
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--color-text-muted);
  font-weight: 300;
}

.graffiti-desc-text strong {
  color: #fff;
}

/* =========================================
   12. CONCEPT GALLERY (CINEMATIC MASONRY)
   ========================================= */
.section-gallery {
  padding: 12rem 2rem;
  background-color: var(--color-bg-deep);
  position: relative;
}

.gallery-wrapper {
  margin-top: 5rem;
  position: relative;
  z-index: 5;
}

.gallery-masonry {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 2rem;
}

.gallery-cell {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 15px 35px rgba(0,0,0,0.45);
  background-color: #000;
}

.gallery-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform var(--transition-smooth), filter var(--transition-fast);
  filter: brightness(0.85);
}

.gallery-cell::after {
  content: 'Ampliación conceptual';
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(to top, rgba(2, 1, 5, 0.95) 0%, transparent 65%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 1.8rem;
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity var(--transition-fast);
  z-index: 2;
  pointer-events: none;
}

.gallery-cell:hover::after {
  opacity: 1;
}

.gallery-cell:hover img {
  transform: scale(1.05);
  filter: brightness(1.05);
}

/* =========================================
   13. DOWNLOADS & FOOTER
   ========================================= */
.section-downloads {
  padding: 12rem 2rem;
  background-color: var(--color-bg-deep);
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.02);
}

.download-container-box {
  max-width: 720px;
  margin: 5rem auto 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  position: relative;
  z-index: 5;
}

.btn-disabled {
  background: rgba(255, 255, 255, 0.015) !important;
  color: rgba(255, 255, 255, 0.15) !important;
  border-color: rgba(255, 255, 255, 0.05) !important;
  cursor: not-allowed !important;
  box-shadow: none !important;
  pointer-events: none;
}

.beta-notice-box {
  background: rgba(16, 11, 30, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 24px;
  padding: 2.8rem 3.2rem;
  display: flex;
  align-items: center;
  gap: 2.2rem;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.45);
  text-align: left;
}

.notice-icon {
  font-size: 2.8rem;
  filter: drop-shadow(0 0 12px rgba(0, 245, 212, 0.45));
}

.notice-text {
  font-size: 1.15rem;
  line-height: 1.75;
  color: var(--color-text-muted);
  font-weight: 300;
}

.notice-text strong {
  color: #fff;
  font-weight: 600;
}

.discord-tag {
  color: var(--neon-cyan) !important;
  font-family: monospace;
  font-size: 1.15rem;
  background: rgba(0, 245, 212, 0.08);
  padding: 0.15rem 0.75rem;
  border-radius: 6px;
  border: 1px solid rgba(0, 245, 212, 0.2);
  text-shadow: 0 0 10px rgba(0, 245, 212, 0.4);
  display: inline-block;
}

/* Footer Section */
.footer {
  background-color: #020104;
  padding: 0 2rem 6rem 2rem;
  position: relative;
}

.footer-neon-line {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 4px;
  background: var(--sunset-gradient);
}

.footer-container {
  padding-top: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer-logo-img {
  height: 85px;
  margin-bottom: 2rem;
  filter: drop-shadow(0 5px 22px rgba(157, 0, 255, 0.3));
}

.footer-title {
  font-size: 3.2rem;
  margin-bottom: 1.2rem;
}

.footer-hype-text {
  font-size: 1.25rem;
  color: var(--color-text-muted);
  max-width: 620px;
  line-height: 1.8;
  margin-bottom: 4rem;
  font-weight: 300;
}

.footer-creator {
  margin-bottom: 4.5rem;
}

.creator-label {
  font-size: 0.78rem;
  letter-spacing: 4px;
  color: var(--color-text-muted);
  margin-bottom: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
}

.creator-box {
  display: inline-block;
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.3rem 3.8rem;
  border-radius: 100px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.45);
}

.creator-primary {
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 1.5px;
  background: var(--sunset-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-credits-gentileza {
  margin-bottom: 4.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  max-width: 720px;
  border-top: 1px solid rgba(255,255,255,0.04);
  padding-top: 3.2rem;
  width: 100%;
}

.gentileza-item {
  font-size: 0.95rem;
  color: var(--color-text-muted);
  line-height: 1.6;
  font-weight: 300;
}

.gentileza-item strong {
  color: #fff;
  font-weight: 600;
}

.footer-bottom {
  max-width: 960px;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  padding-top: 3rem;
  width: 100%;
}

.copyright {
  font-size: 0.88rem;
  color: var(--color-text-muted);
  margin-bottom: 1.2rem;
  font-weight: 600;
}

.disclaimer {
  font-size: 0.75rem;
  color: #3b374d;
  line-height: 1.75;
}

/* =========================================
   14. LIGHTBOX & NAVIGATION ARROWS
   ========================================= */
.lightbox {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0; top: 0; width: 100%; height: 100%;
  background-color: rgba(2, 1, 5, 0.99);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.lightbox-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  position: relative;
}

.lightbox-content {
  max-width: 90%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 35px 75px rgba(157, 0, 255, 0.25);
  display: block;
  position: relative;
  z-index: 10006;
}

.lightbox-caption {
  margin-top: 2rem;
  font-family: var(--font-beckett);
  font-size: 1.85rem;
  color: #fff;
  text-shadow: 2px 2px 0 #000;
  text-align: center;
  z-index: 10006;
  position: relative;
}

/* Lightbox Navigation Arrows */
.lightbox-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.8);
  font-size: 3.5rem;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10008;
  transition: all var(--transition-fast);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  outline: none;
  user-select: none;
}

.lightbox-arrow:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--neon-cyan);
  box-shadow: 0 0 25px rgba(0, 245, 212, 0.35);
  color: var(--neon-cyan);
  transform: translateY(-50%) scale(1.08);
}

.lightbox-arrow:active {
  transform: translateY(-50%) scale(0.96);
}

.prev-btn {
  left: 3rem;
  padding-right: 6px;
}

.next-btn {
  right: 3rem;
  padding-left: 6px;
}

/* =========================================
   15. ADAPTIVE RESPONSIVENESS (MOBILE OPTIMIZATIONS)
   ========================================= */
@media (max-width: 1024px) {
  .nav-toggle {
    display: flex;
  }
  .nav-container {
    padding: 1.2rem 2rem;
  }
  .nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 320px;
    height: 100vh;
    background: rgba(7, 5, 13, 0.98);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 8rem 3rem 3rem 3rem;
    gap: 2.2rem;
    box-shadow: -15px 0 40px rgba(0, 0, 0, 0.85);
    transition: right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 10001;
  }
  .nav-links.active {
    right: 0;
  }
  .nav-link {
    font-size: 1.15rem;
    width: 100%;
  }
  
  /* Hero Split Revert on Mobile */
  .hero-container {
    flex-direction: column;
    text-align: center;
    gap: 3rem;
    justify-content: center;
  }
  .hero-logo {
    max-width: 300px;
  }
  .hero-subheading {
    font-size: 4rem;
  }
  .hero-tagline {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
  }
  .hero-buttons {
    justify-content: center;
  }
  
  /* Lore */
  .row {
    flex-direction: column;
    gap: 4rem;
  }
  .col-text, .col-image {
    width: 100%;
  }
  .col-text h2.section-title {
    text-align: center;
  }
}

@media (max-width: 768px) {
  h2.section-title {
    font-size: 3rem;
  }
  .hero-subheading {
    font-size: 3.2rem;
  }
  .hero-buttons {
    flex-direction: column;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    gap: 1rem;
  }
  .btn {
    width: 100%;
    text-align: center;
  }
  .lore-card {
    padding: 2.5rem 1.8rem;
  }
  .features-grid, .characters-grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.6rem;
  }
  .graffiti-marketing-grid {
    grid-template-columns: 1fr;
    gap: 2.2rem;
  }
  .gallery-masonry {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1.2rem;
  }
  .beta-notice-box {
    flex-direction: column;
    padding: 2rem;
    text-align: center;
  }
  
  /* Lightbox arrows reposition on mobile screens */
  .lightbox-arrow {
    width: 60px;
    height: 60px;
    font-size: 2.5rem;
  }
  .prev-btn { left: 1.5rem; }
  .next-btn { right: 1.5rem; }
}

@media (max-width: 480px) {
  .hero-subheading {
    font-size: 2.6rem;
  }
  h2.section-title {
    font-size: 2.4rem;
  }
  .lore-lead {
    font-size: 1.15rem;
  }
  .lore-body {
    font-size: 0.95rem;
  }
  .footer-title {
    font-size: 2.2rem;
  }
  .lightbox-arrow {
    width: 44px;
    height: 44px;
    font-size: 1.8rem;
  }
  .prev-btn { left: 0.6rem; }
  .next-btn { right: 0.6rem; }
}

/* =========================================
   16. KEYFRAME ANIMATIONS
   ========================================= */
@keyframes pulse-glow {
  0% { filter: drop-shadow(0 0 15px rgba(157, 0, 255, 0.3)); }
  100% { filter: drop-shadow(0 0 35px rgba(157, 0, 255, 0.7)); }
}

@keyframes dot-pulse-glow {
  from { opacity: 0.4; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1.15); }
}

@keyframes floating-logo {
  from { transform: translateY(0); }
  to { transform: translateY(-12px); }
}

@keyframes scroll-wheel {
  from { top: 6px; opacity: 1; }
  to { top: 20px; opacity: 0.1; }
}

@keyframes modal-zoom-in {
  from { transform: scale(0.9); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

/* DYNAMIC COLOR SCHEME ACCENT ROTATIONS */
.sunset-grid-overlay,
.navbar,
.btn-primary,
.feature-icon,
.gang-badge,
.char-status-badge,
.glow-sphere-1,
.glow-sphere-2,
.trailer-poster-card,
.play-button-neon,
.char-name-text,
.section-title,
.nav-creator-badge,
.creator-primary {
  filter: hue-rotate(var(--neon-hue-shift, 0deg));
}

.char-card-modern, .feature-card, .graffiti-card-modern, .artwork-showcase {
  position: relative;
  transition: transform 0.1s ease, box-shadow var(--transition-fast), border-color var(--transition-fast);
  transform-style: preserve-3d;
  will-change: transform;
}

.char-card-modern::after, .feature-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(300px circle at var(--x, 0px) var(--y, 0px), rgba(255, 255, 255, 0.08), transparent 50%);
  z-index: 10;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.char-card-modern:hover::after, .feature-card:hover::after {
  opacity: 1;
}

/* RESPONSIVE LAYOUT CLEANUPS */
@media (max-width: 768px) {
  .hero-subheading {
    font-size: 2.8rem !important;
  }
  .section-title {
    font-size: 2.5rem !important;
  }
  .row {
    gap: 2rem;
  }
  .col-text, .col-image {
    width: 100%;
    min-width: 100%;
  }
  .lore-card {
    padding: 1.5rem;
  }
  .artwork-showcase {
    max-width: 100%;
  }
  .gallery-masonry {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
    gap: 1rem;
  }

/* =========================================
   17. VIDEO CAROUSEL & NAVIGATION
   ========================================= */
.trailer-carousel-container {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}

.main-video-player {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 35px 75px rgba(0, 0, 0, 0.95);
  z-index: 5;
  background: #020105;
  transition: opacity 0.3s ease;
}

.main-video-player.fade-out-video {
  opacity: 0;
}

.iframe-container-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #000;
}

.iframe-container-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* Nav arrows on sides of player */
.video-nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(15, 10, 28, 0.75);
  border: 2px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 3.5rem;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 15;
  transition: all var(--transition-fast);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  user-select: none;
  outline: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.55);
}

.video-nav-arrow:hover {
  background: var(--sunset-gradient);
  border-color: var(--neon-cyan);
  box-shadow: 0 0 25px rgba(0, 245, 212, 0.55);
  color: var(--neon-cyan);
  transform: translateY(-50%) scale(1.08);
}

.video-nav-arrow:active {
  transform: translateY(-50%) scale(0.95);
}

.prev-video-btn {
  left: -95px;
  padding-right: 6px;
}

.next-video-btn {
  right: -95px;
  padding-left: 6px;
}

/* Dots and External Links Panel */
.carousel-controls {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.video-indicator-dots {
  display: flex;
  gap: 1rem;
}

.video-indicator-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: all var(--transition-fast);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.video-indicator-dots .dot:hover {
  background: rgba(255, 255, 255, 0.5);
}

.video-indicator-dots .dot.active {
  background: var(--neon-cyan);
  box-shadow: 0 0 10px var(--neon-cyan);
  transform: scale(1.2);
}

.youtube-link-btn:hover {
  color: #fff !important;
  text-shadow: 0 0 15px rgba(0, 245, 212, 0.6) !important;
}

/* Responsive adjustment for arrows on smaller screens */
@media (max-width: 1320px) {
  .video-nav-arrow {
    width: 60px;
    height: 60px;
    font-size: 2.8rem;
  }
  .prev-video-btn {
    left: 1rem;
  }
  .next-video-btn {
    right: 1rem;
  }
}


