/* =================================================================
   GTA VI — Premium Landing Page Styles
   ================================================================= */

:root {
  --pink: #ff2e93;
  --magenta: #d63aff;
  --purple: #6b1cff;
  --orange: #ff7a1a;
  --amber: #ffb648;
  --cyan: #22d3ee;
  --ink: #06060b;
}

* { -webkit-tap-highlight-color: transparent; }

html, body { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; }

::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: #06060b; }
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--pink), var(--magenta), var(--orange));
  border-radius: 10px;
  border: 2px solid #06060b;
}

/* ===== Cursor glow ===== */
#cursor-glow {
  position: fixed;
  pointer-events: none;
  z-index: 30;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle at center,
    rgba(255,46,147,0.18) 0%,
    rgba(214,58,255,0.10) 30%,
    transparent 60%);
  mix-blend-mode: screen;
  transition: opacity .4s;
  opacity: 0;
}
@media (hover: hover) {
  #cursor-glow.active { opacity: 1; }
}

/* ===== Nav scroll style ===== */
#nav.scrolled {
  background: rgba(6,6,11,0.78);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

/* ===== Reveal animation ===== */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .9s cubic-bezier(.16,.84,.32,1), transform .9s cubic-bezier(.16,.84,.32,1);
  will-change: transform, opacity;
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

/* ============== HERO ============== */
.hero-sky {
  background:
    radial-gradient(ellipse 80% 60% at 50% 75%, rgba(255,122,26,0.45) 0%, transparent 60%),
    radial-gradient(ellipse 100% 80% at 50% 95%, rgba(255,46,147,0.5) 0%, transparent 70%),
    linear-gradient(180deg,
      #1a0a2e 0%,
      #2a0d3a 25%,
      #571540 50%,
      #b13d62 75%,
      #ff7a4a 100%);
}

.hero-sun {
  background:
    radial-gradient(circle at 50% 78%, #ffb648 0%, #ff7a1a 6%, rgba(255,122,26,0.6) 10%, transparent 18%),
    radial-gradient(circle at 50% 78%, transparent 18%, rgba(255,46,147,0.25) 28%, transparent 45%);
  filter: blur(0.5px);
}

.hero-grid {
  background-image:
    linear-gradient(rgba(255,46,147,0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,46,147,0.18) 1px, transparent 1px);
  background-size: 60px 60px;
  background-position: center 100%;
  mask-image: linear-gradient(180deg, transparent 60%, black 78%, black 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 60%, black 78%, black 100%);
  transform: perspective(600px) rotateX(60deg) translateY(20%) scale(1.2);
  transform-origin: 50% 100%;
  animation: gridShift 9s linear infinite;
}
@keyframes gridShift {
  from { background-position: 0 100%; }
  to { background-position: 0 calc(100% - 60px); }
}

/* Skyline silhouette */
.hero-skyline {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 360' preserveAspectRatio='none'><defs><linearGradient id='g' x1='0' x2='0' y1='0' y2='1'><stop offset='0' stop-color='%23120618'/><stop offset='1' stop-color='%23000'/></linearGradient></defs><path fill='url(%23g)' d='M0 280 V360 H1600 V200 l-30 -20 v-40 l-20 -10 v-30 h-25 v50 l-15 10 v40 l-25 20 v-80 l-30 -10 v-90 h-40 v110 l-30 10 v70 l-40 -10 v-50 l-25 -5 v-60 h-30 v55 l-30 10 v50 l-35 -15 v-70 l-25 -10 v-30 h-30 v40 l-30 15 v75 l-40 -10 v-100 h-35 v110 l-30 10 v25 l-35 -5 v-70 l-25 -10 v-50 h-30 v60 l-30 15 v60 l-40 -10 v-90 h-35 v100 l-30 5 v35 l-40 -5 v-80 l-25 -10 v-40 h-30 v50 l-30 15 v60 l-40 -10 v-100 h-35 v110 l-30 5 v25 l-40 -5 v-70 l-30 -10 v-50 h-25 v60 l-30 15 v55 l-40 -10 v-90 h-35 v100 l-30 10 v30 l-40 -5 v-70 l-25 -10 v-40 h-30 v50 l-30 15 v60 l-40 -10 v-95 h-35 v105 l-30 10 v25 l-40 -5 v-70 l-30 -10 v-40 h-25 v50 l-30 15 v55 l-40 -10 v-90 h-35 v100 l-30 10 z'/></svg>");
  background-size: 100% 28%;
  background-repeat: no-repeat;
  background-position: bottom;
  opacity: 0.95;
  filter: drop-shadow(0 -20px 30px rgba(255,46,147,0.25));
}

/* Palms */
.hero-palms {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 600' preserveAspectRatio='none'><g fill='%23000'><path d='M120 600 V340 c0 -30 5 -60 -3 -100 c2 30 -1 50 -10 80 c-15 -25 -35 -45 -65 -55 c25 20 40 40 50 70 c-25 -10 -55 -10 -85 0 c30 0 55 10 75 25 c-25 5 -50 20 -65 45 c20 -20 45 -30 75 -30 c-10 25 -10 50 0 75 c0 -25 5 -45 18 -65 V600z'/><path d='M1500 600 V330 c0 -25 5 -55 -2 -90 c1 25 -1 45 -9 70 c-13 -22 -30 -40 -56 -49 c22 18 35 36 44 62 c-22 -9 -48 -9 -74 0 c26 0 48 9 65 22 c-22 4 -43 18 -56 40 c18 -18 39 -27 65 -27 c-9 22 -9 44 0 66 c0 -22 4 -40 16 -58 V600z'/></g></svg>");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom;
  opacity: 0.85;
}

.hero-haze {
  background: radial-gradient(ellipse 100% 60% at 50% 100%, rgba(255,122,26,0.18), transparent 70%);
  pointer-events: none;
}

.hero-noise {
  background-image:
    repeating-radial-gradient(circle at 30% 30%, rgba(255,255,255,0.4) 0, rgba(255,255,255,0.4) 1px, transparent 1px, transparent 4px);
  mix-blend-mode: overlay;
  pointer-events: none;
}

/* Particles */
.particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.particles span {
  position: absolute;
  bottom: -20px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0%, transparent 70%);
  opacity: .6;
  animation: floatUp 14s linear infinite;
}
.particles span:nth-child(1) { left: 6%; animation-delay: 0s; }
.particles span:nth-child(2) { left: 16%; animation-delay: 2s; width:3px; height:3px; }
.particles span:nth-child(3) { left: 27%; animation-delay: 4s; }
.particles span:nth-child(4) { left: 38%; animation-delay: 1s; width:2px; height:2px; }
.particles span:nth-child(5) { left: 49%; animation-delay: 5s; }
.particles span:nth-child(6) { left: 60%; animation-delay: 3s; width:3px; height:3px; }
.particles span:nth-child(7) { left: 71%; animation-delay: 7s; }
.particles span:nth-child(8) { left: 82%; animation-delay: 6s; width:2px; height:2px; }
.particles span:nth-child(9) { left: 90%; animation-delay: 9s; }
.particles span:nth-child(10) { left: 97%; animation-delay: 11s; width:3px; height:3px; }

@keyframes floatUp {
  0% { transform: translateY(0) translateX(0); opacity: 0; }
  10% { opacity: .8; }
  90% { opacity: .8; }
  100% { transform: translateY(-110vh) translateX(40px); opacity: 0; }
}

/* ============== STORY ============== */
.story-step { position: relative; }
.story-dot {
  position: absolute;
  top: 4px;
  left: -41px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pink), var(--orange));
  box-shadow: 0 0 0 4px rgba(255,46,147,0.18), 0 0 25px var(--pink);
}

/* ============== CHARACTERS ============== */
.character-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 28px;
  overflow: hidden;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: transform .6s cubic-bezier(.16,.84,.32,1), border-color .4s, box-shadow .4s;
}
.character-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,46,147,0.4);
  box-shadow: 0 30px 80px -20px rgba(255,46,147,0.35);
}

.character-art {
  position: relative;
  aspect-ratio: 4/5;
  background:
    radial-gradient(ellipse at 50% 100%, rgba(0,0,0,0.6), transparent 60%),
    linear-gradient(135deg, var(--g1) 0%, var(--g2) 100%);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 1.5rem;
}
.character-art::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(circle at 50% 50%, black, transparent 80%);
  -webkit-mask-image: radial-gradient(circle at 50% 50%, black, transparent 80%);
}
.character-art::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center 70%, rgba(0,0,0,0.7), transparent 70%);
}
.character-silhouette {
  position: absolute;
  inset: 10% 0 0 0;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  filter: drop-shadow(0 10px 40px rgba(0,0,0,0.7));
}
.character-silhouette.lucia {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 320'><g fill='%23000'><circle cx='100' cy='50' r='30'/><path d='M70 80 Q100 75 130 80 L140 130 Q145 175 135 230 L130 320 H70 L65 230 Q55 175 60 130 Z'/><path d='M100 75 Q70 80 65 110 L60 130 L70 80 Z'/><path d='M100 75 Q130 80 135 110 L140 130 L130 80 Z'/></g></svg>");
}
.character-silhouette.jason {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 320'><g fill='%23000'><circle cx='100' cy='52' r='32'/><path d='M60 90 Q100 80 140 90 L150 145 Q155 200 145 250 L140 320 H60 L55 250 Q45 200 50 145 Z'/></g></svg>");
}
.character-name {
  position: relative;
  z-index: 2;
  font-size: clamp(3rem, 7vw, 5rem);
  letter-spacing: 0.08em;
  line-height: 1;
  text-shadow: 0 4px 30px rgba(0,0,0,0.6);
}

.char-stat {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: .65rem .75rem;
  text-align: center;
}
.char-stat b { font-family: 'Bebas Neue', sans-serif; font-size: 1.4rem; color: #fff; letter-spacing: .05em; }

/* ============== WORLD ============== */
.world-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  transition: transform .5s, border-color .4s, box-shadow .4s;
  cursor: pointer;
}
.world-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,46,147,0.4);
  box-shadow: 0 25px 60px -20px rgba(255,46,147,0.3);
}
.world-img {
  position: relative;
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, var(--c1), var(--c2));
  overflow: hidden;
}
.world-img::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,0,0,0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.18) 1px, transparent 1px);
  background-size: 24px 24px;
}
.world-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 110%, rgba(0,0,0,0.8), transparent 70%);
}
.world-shape {
  position: absolute;
  inset: 0;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75%;
}
.world-shape.city { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 120'><g fill='rgba(0,0,0,0.6)'><rect x='10' y='60' width='25' height='60'/><rect x='40' y='40' width='30' height='80'/><rect x='75' y='30' width='20' height='90'/><rect x='100' y='50' width='28' height='70'/><rect x='133' y='35' width='22' height='85'/><rect x='160' y='55' width='30' height='65'/></g></svg>"); }
.world-shape.beach { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 120'><g fill='rgba(0,0,0,0.5)'><path d='M0 90 Q50 70 100 90 T200 90 V120 H0 Z'/><path d='M30 60 L40 30 L50 60 Z'/><path d='M150 65 L160 25 L170 65 Z'/></g></svg>"); }
.world-shape.down { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 120'><g fill='rgba(0,0,0,0.55)'><rect x='30' y='15' width='40' height='105'/><rect x='75' y='30' width='30' height='90'/><rect x='110' y='10' width='35' height='110'/><rect x='150' y='40' width='30' height='80'/></g></svg>"); }
.world-shape.road { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 120'><g fill='rgba(0,0,0,0.5)'><path d='M80 120 L100 30 L120 120 Z'/></g><g stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-dasharray='6 10'><line x1='100' y1='40' x2='100' y2='115'/></g></svg>"); }
.world-shape.rural { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 120'><g fill='rgba(0,0,0,0.5)'><path d='M0 100 L50 70 L90 90 L130 60 L180 85 L200 80 V120 H0 Z'/><rect x='80' y='75' width='25' height='25'/><polygon points='80,75 92,60 105,75'/></g></svg>"); }
.world-shape.swamp { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 120'><g fill='rgba(0,0,0,0.55)'><path d='M0 95 Q40 85 80 95 T160 95 T220 95 V120 H0 Z'/><path d='M40 60 L45 30 L50 60 Z'/><path d='M150 65 L155 35 L160 65 Z'/><ellipse cx='100' cy='100' rx='30' ry='5'/></g></svg>"); }
.world-shape.night { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 120'><g fill='rgba(0,0,0,0.55)'><rect x='20' y='40' width='40' height='80'/><rect x='70' y='25' width='35' height='95'/><rect x='115' y='45' width='30' height='75'/><rect x='150' y='30' width='35' height='90'/></g><g fill='rgba(255,255,255,0.4)'><rect x='28' y='50' width='5' height='5'/><rect x='38' y='60' width='5' height='5'/><rect x='48' y='50' width='5' height='5'/><rect x='80' y='40' width='5' height='5'/><rect x='90' y='55' width='5' height='5'/><rect x='125' y='55' width='5' height='5'/><rect x='160' y='45' width='5' height='5'/><rect x='170' y='60' width='5' height='5'/></g></svg>"); }

.map-card { aspect-ratio: 4/3; position: relative; }
.map-grid {
  position: absolute;
  inset: 12%;
  background-image:
    linear-gradient(rgba(0,0,0,0.35) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.35) 1px, transparent 1px);
  background-size: 14px 14px;
  border: 1px solid rgba(0,0,0,0.3);
  border-radius: 4px;
}
.map-grid::before {
  content: '';
  position: absolute;
  inset: 25% 30% 30% 20%;
  background: rgba(0,0,0,0.4);
  border-radius: 2px;
  clip-path: polygon(0 30%, 30% 0, 100% 0, 100% 80%, 60% 100%, 0 100%);
}

.world-meta {
  position: absolute;
  left: 18px;
  bottom: 14px;
  right: 18px;
  z-index: 3;
}

/* ============== PLATFORMS ============== */
.platform-card {
  position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.015));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
  padding: 2rem 1.75rem;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: transform .5s, border-color .4s, box-shadow .4s;
}
.platform-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,46,147,0.45);
  box-shadow: 0 30px 80px -20px rgba(214,58,255,0.35);
}
.platform-card.featured {
  border-color: rgba(255,46,147,0.45);
  background: linear-gradient(180deg, rgba(255,46,147,0.08), rgba(255,122,26,0.04));
}
.platform-icon {
  width: 64px; height: 64px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255,46,147,0.18), rgba(255,122,26,0.18));
  border: 1px solid rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
  color: #fff;
}
.platform-icon svg { width: 32px; height: 32px; }
.featured-tag {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  font-family: 'Syncopate', sans-serif;
  font-size: 10px;
  letter-spacing: 0.25em;
  padding: .35rem .65rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pink), var(--orange));
  color: #000;
}
.req {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .55rem 0;
  border-bottom: 1px dashed rgba(255,255,255,0.08);
}
.req dt { color: rgba(255,255,255,0.5); font-family: 'Syncopate', sans-serif; font-size: 10px; letter-spacing: 0.2em; }
.req dd { color: rgba(255,255,255,0.85); font-weight: 500; }
.platform-cta {
  width: 100%;
  padding: .85rem 1rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: all .3s;
}
.platform-cta:hover {
  background: linear-gradient(90deg, var(--pink), var(--orange));
  border-color: transparent;
  color: #000;
}

/* ============== EDITIONS ============== */
.edition-card {
  position: relative;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
  padding: 2rem;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.015));
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: transform .5s, border-color .4s, box-shadow .4s;
}
.edition-card:hover {
  transform: translateY(-6px);
  border-color: rgba(214,58,255,0.4);
  box-shadow: 0 30px 80px -20px rgba(214,58,255,0.3);
}
.edition-card.featured {
  border-color: rgba(255,46,147,0.4);
  background:
    linear-gradient(180deg, rgba(255,46,147,0.08), rgba(255,122,26,0.04));
  transform: translateY(-6px);
}
.edition-price {
  margin-top: 1rem;
  display: flex; align-items: baseline; gap: .5rem;
}
.edition-list {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: .6rem;
}
.edition-list li {
  display: flex; align-items: center; gap: .6rem;
  color: rgba(255,255,255,0.7);
  font-size: .9rem;
}
.edition-list li::before {
  content: '';
  width: 16px; height: 16px;
  border-radius: 4px;
  background: linear-gradient(135deg, var(--pink), var(--orange));
  flex-shrink: 0;
  box-shadow: 0 0 12px rgba(255,46,147,0.4);
}
.edition-cta {
  margin-top: 1.5rem;
  width: 100%;
  padding: .9rem 1rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff;
  font-weight: 700;
  transition: all .3s;
}
.edition-cta.gradient {
  background: linear-gradient(90deg, var(--pink), var(--orange));
  color: #000;
  border-color: transparent;
}
.edition-cta:hover {
  background: linear-gradient(90deg, var(--pink), var(--orange));
  color: #000;
  border-color: transparent;
}

/* ============== RP ============== */
.rp-pill {
  padding: .85rem 1.1rem;
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  font-weight: 600;
  font-size: .92rem;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all .3s;
}
.rp-pill:hover {
  transform: translateY(-2px);
  border-color: rgba(255,46,147,0.4);
  background: rgba(255,46,147,0.08);
}
.rp-frame {
  position: relative;
  padding: 4px;
  border-radius: 28px;
  background: linear-gradient(135deg, var(--pink), var(--magenta), var(--orange));
  box-shadow: 0 40px 100px -30px rgba(214,58,255,0.5);
}
.rp-frame-inner {
  background: rgba(6,6,11,0.92);
  border-radius: 24px;
  padding: 2rem;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.rp-stat {
  display: flex;
  flex-direction: column;
  padding: 1.1rem;
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}
.rp-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 1;
  background: linear-gradient(135deg, var(--pink), var(--orange));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.rp-lbl {
  margin-top: .35rem;
  font-family: 'Syncopate', sans-serif;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: rgba(255,255,255,0.55);
}

/* ============== TRAILER ============== */
.trailer-bg {
  background:
    radial-gradient(ellipse at 50% 40%, rgba(255,46,147,0.6), transparent 60%),
    linear-gradient(135deg, #1a0a2e 0%, #5d1840 50%, #ff7a1a 100%);
  filter: saturate(1.1);
}
.trailer-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 40px 40px;
}

/* ============== GALLERY ============== */
.masonry {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 180px;
  gap: 12px;
}
@media (min-width: 768px) {
  .masonry { grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; }
}
.m-item {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  background:
    linear-gradient(135deg, var(--c1) 0%, var(--c2) 100%);
  cursor: zoom-in;
  transition: transform .5s, box-shadow .4s;
}
.m-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,0,0,0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.18) 1px, transparent 1px);
  background-size: 24px 24px;
}
.m-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 30% 30%, rgba(255,255,255,0.18), transparent 50%),
    radial-gradient(ellipse at 70% 70%, rgba(0,0,0,0.45), transparent 60%);
  transition: opacity .4s;
}
.m-item:hover {
  transform: scale(1.03);
  box-shadow: 0 30px 60px -20px rgba(255,46,147,0.4);
}
.m-tall { grid-row: span 2; }
.m-wide { grid-column: span 2; }

/* ============== FEATURES ============== */
.feature {
  padding: 1.75rem;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.015));
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform .4s, border-color .4s;
}
.feature:hover {
  transform: translateY(-4px);
  border-color: rgba(255,46,147,0.35);
}
.feature-ico {
  width: 52px; height: 52px;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, var(--g), rgba(255,255,255,0.05));
  border: 1px solid rgba(255,255,255,0.1);
}
.feature-ico svg { width: 28px; height: 28px; }

/* ============== FAQ ============== */
.faq-item {
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  background: rgba(255,255,255,0.03);
  overflow: hidden;
  transition: border-color .3s, background .3s;
}
.faq-item:hover { border-color: rgba(255,46,147,0.3); }
.faq-item[open] {
  background: rgba(255,46,147,0.06);
  border-color: rgba(255,46,147,0.35);
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-weight: 600;
  font-size: 1.05rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-icon {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.6rem;
  color: var(--pink);
  transition: transform .3s;
}
.faq-item[open] .faq-icon { transform: rotate(45deg); }
.faq-body {
  padding: 0 1.5rem 1.4rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.7;
}

/* ============== UTILS / RESPONSIVE ============== */
@media (max-width: 640px) {
  .character-name { font-size: 3rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  .reveal { opacity: 1; transform: none; }
  .particles { display: none; }
}

/* Focus visible for accessibility */
:focus-visible {
  outline: 2px solid var(--pink);
  outline-offset: 3px;
  border-radius: 6px;
}
button:focus-visible,
a:focus-visible {
  outline: 2px solid var(--pink);
  outline-offset: 3px;
}
