/* ============================================================
   GIRLY GABY RISING — "A transformação que vira poder"
   Identidade: noite profunda + neon orgulho trans (azul/rosa/branco)
   subindo da sombra pra luz. Display pop (Unbounded), corpo Outfit.
   ============================================================ */

:root {
  /* base — a noite de onde ela sobe */
  --ink:    #0B0614;
  --ink-2:  #150C24;
  --ink-3:  #1E1233;

  /* orgulho trans em neon */
  --sky:    #5BCEFA;
  --rose:   #FF8FC7;
  --lilac:  #C77DFF;
  --white:  #FFFFFF;

  /* texto */
  --text:     #F3ECFB;
  --text-dim: #A99BC4;

  /* gradiente-assinatura holográfico */
  --holo: linear-gradient(105deg, var(--sky) 0%, var(--white) 38%, var(--rose) 70%, var(--lilac) 100%);

  --f-display: "Unbounded", system-ui, sans-serif;
  --f-body:    "Outfit", system-ui, sans-serif;
  --f-util:    "Space Grotesk", ui-monospace, monospace;

  --maxw: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font-family: var(--f-body);
  font-size: clamp(1rem, 0.95rem + 0.3vw, 1.125rem);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

/* poeira de estrelas no fundo de tudo */
#stardust {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.wrap { width: min(100% - 2.5rem, var(--maxw)); margin-inline: auto; }
.wrap--narrow { width: min(100% - 2.5rem, 760px); }
.center { text-align: center; }

/* ---------- tipografia compartilhada ---------- */
.eyebrow {
  font-family: var(--f-util);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--sky);
  margin: 0 0 1.1rem;
}
.eyebrow--center { text-align: center; }

.display-2 {
  font-family: var(--f-display);
  font-weight: 800;
  font-size: clamp(2rem, 1.2rem + 4vw, 3.6rem);
  line-height: 1.02;
  letter-spacing: -0.01em;
  margin: 0 0 1.25rem;
}

.lead {
  font-size: clamp(1.05rem, 1rem + 0.5vw, 1.3rem);
  color: var(--text-dim);
  max-width: 60ch;
  margin: 0 0 1.5rem;
}
.lead.center { margin-inline: auto; }
.lead strong { color: var(--text); font-weight: 600; }
.lead em { color: var(--rose); font-style: italic; }

/* ---------- botões ---------- */
.btn {
  display: inline-block;
  font-family: var(--f-util);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  padding: 0.85rem 1.6rem;
  border-radius: 999px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}
.btn--solid {
  color: var(--ink);
  background: var(--holo);
  background-size: 180% 180%;
  box-shadow: 0 8px 30px -8px rgba(255, 143, 199, 0.6);
}
.btn--solid:hover { transform: translateY(-2px); box-shadow: 0 14px 40px -8px rgba(91, 206, 250, 0.7); }
.btn--ghost {
  color: var(--text);
  background: transparent;
  border: 1.5px solid rgba(199, 125, 255, 0.5);
}
.btn--ghost:hover { border-color: var(--rose); transform: translateY(-2px); }
.btn[aria-disabled="true"] { opacity: 0.45; pointer-events: none; }

/* ============ HERO ============ */
.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  text-align: center;
  overflow: hidden;
}
.hero__video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: -2;
}
.hero__veil {
  position: absolute; inset: 0;
  z-index: -1;
  background:
    radial-gradient(120% 90% at 50% 30%, transparent 0%, rgba(11,6,20,0.45) 55%, var(--ink) 100%),
    linear-gradient(180deg, rgba(11,6,20,0.5), rgba(11,6,20,0.35));
}
.hero__content { position: relative; z-index: 1; padding: 2rem 1.25rem; }

.wordmark {
  margin: 0.4rem 0 1.1rem;
  line-height: 0.92;
  font-family: var(--f-display);
  text-transform: uppercase;
}
.wordmark__girly {
  display: block;
  font-weight: 900;
  font-size: clamp(2.2rem, 1rem + 7vw, 5.5rem);
  letter-spacing: 0.04em;
}
.wordmark__girly span {
  display: inline-block;
  background: var(--holo);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.wordmark__gaby {
  display: block;
  font-weight: 900;
  font-size: clamp(3.6rem, 1.5rem + 15vw, 11rem);
  letter-spacing: -0.02em;
  color: var(--white);
  text-shadow: 0 0 40px rgba(255, 143, 199, 0.45), 0 0 90px rgba(91, 206, 250, 0.35);
}
.wordmark__rising {
  display: block;
  font-family: var(--f-util);
  font-weight: 700;
  font-size: clamp(0.9rem, 0.6rem + 1.4vw, 1.6rem);
  letter-spacing: 0.55em;
  text-indent: 0.55em;
  color: var(--sky);
  margin-top: 0.4rem;
}

.hero__tagline {
  font-family: var(--f-body);
  font-size: clamp(1.05rem, 1rem + 0.6vw, 1.4rem);
  color: var(--text);
  margin: 0 0 1.8rem;
}
.hero__cta { display: flex; gap: 0.8rem; justify-content: center; flex-wrap: wrap; }

.hero__scroll {
  position: absolute; bottom: 1.6rem; left: 50%;
  transform: translateX(-50%);
  width: 26px; height: 42px;
  border: 2px solid rgba(199,125,255,0.6);
  border-radius: 999px;
  z-index: 1;
}
.hero__scroll span {
  position: absolute; top: 8px; left: 50%;
  width: 4px; height: 8px; margin-left: -2px;
  border-radius: 2px; background: var(--rose);
  animation: scrolldot 1.6s ease-in-out infinite;
}
@keyframes scrolldot { 0%{opacity:0;transform:translateY(0)} 40%{opacity:1} 100%{opacity:0;transform:translateY(14px)} }

/* ============ seções genéricas ============ */
.section { position: relative; z-index: 1; padding: clamp(4rem, 8vw, 7rem) 0; }
.section--historia { background: linear-gradient(180deg, var(--ink), var(--ink-2)); }
.section--faixas   { background: var(--ink-2); }
.section--videos   { background: linear-gradient(180deg, var(--ink-2), var(--ink)); }
.section--artistas { background: var(--ink); }
.section--ouvir {
  background:
    radial-gradient(80% 120% at 50% 0%, rgba(199,125,255,0.18), transparent 60%),
    var(--ink-2);
}

/* ---------- HISTÓRIA ---------- */
.historia__grid {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
}
.historia__media img {
  width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(199,125,255,0.25);
  box-shadow: 0 30px 80px -30px rgba(91,206,250,0.4);
}
.historia__quote {
  margin: 0 0 1.1rem;
  padding: 0.4rem 0 0.4rem 1.4rem;
  border-left: 3px solid var(--rose);
}
.historia__quote p {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: clamp(1.1rem, 1rem + 0.85vw, 1.55rem);
  line-height: 1.34;
  color: var(--text);
  margin: 0;
}
.historia__line { font-size: 1.25rem; margin: 0 0 0.3rem; }
.historia__line em { color: var(--sky); font-style: italic; font-weight: 600; }
.historia__sign { font-family: var(--f-util); color: var(--sky); margin: 1rem 0 0; }

/* ---------- FAIXAS ---------- */
.tracks { list-style: none; margin: 0 0 1rem; padding: 0; }
.track {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 0.4rem;
  border-bottom: 1px solid rgba(199,125,255,0.16);
  transition: background 0.18s ease, padding-left 0.18s ease;
}
.track:hover { background: rgba(199,125,255,0.06); padding-left: 1rem; }
.track__tag {
  font-family: var(--f-util); font-weight: 700;
  font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ink); background: var(--sky);
  padding: 0.25rem 0.6rem; border-radius: 999px;
}
.track--rmx .track__tag { background: var(--rose); }
.track__title { font-weight: 600; font-size: clamp(1.05rem, 1rem + 0.6vw, 1.4rem); }
.track__type {
  font-family: var(--f-util); font-size: 0.74rem;
  letter-spacing: 0.08em; color: var(--text-dim); text-transform: uppercase;
}
.faixas__note {
  font-family: var(--f-util); font-size: 0.78rem;
  color: var(--lilac); opacity: 0.8; margin-top: 1rem;
}

/* ---------- VÍDEOS ---------- */
.vgrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.1rem;
}
.vcard {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(91,206,250,0.22);
  background: var(--ink-3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.vcard:hover { transform: translateY(-4px); box-shadow: 0 20px 50px -20px rgba(255,143,199,0.5); }
.vcard video { width: 100%; aspect-ratio: 16/9; object-fit: cover; background: #000; }

/* ---------- ARTISTAS ---------- */
.band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 3vw, 2rem);
  margin-top: 1rem;
}
.band__card { text-align: center; }
.band__photo {
  aspect-ratio: 3/4;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(199,125,255,0.3);
  margin-bottom: 0.9rem;
}
.band__photo img { width: 100%; height: 100%; object-fit: cover; }
.band__role {
  font-family: var(--f-util); font-size: 0.72rem;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--sky);
}
.band__name { font-family: var(--f-display); font-weight: 800; font-size: 1.4rem; margin: 0.2rem 0 0; }

/* ---------- OUVIR ---------- */
.ouvir__btns { display: flex; gap: 0.8rem; justify-content: center; flex-wrap: wrap; margin-top: 1.6rem; }

/* ============ RODAPÉ ============ */
.foot { position: relative; z-index: 1; background: var(--ink); padding: 3rem 0; border-top: 1px solid rgba(199,125,255,0.15); }
.foot__inner { display: flex; flex-direction: column; align-items: center; gap: 1rem; text-align: center; }
.foot__mark { font-family: var(--f-display); font-weight: 900; font-size: 1.6rem; margin: 0; background: var(--holo); -webkit-background-clip: text; background-clip: text; color: transparent; }
.foot__nav { display: flex; gap: 1.4rem; flex-wrap: wrap; justify-content: center; }
.foot__nav a { font-family: var(--f-util); font-size: 0.85rem; color: var(--text-dim); text-decoration: none; }
.foot__nav a:hover { color: var(--rose); }
.foot__fine { font-family: var(--f-util); font-size: 0.74rem; color: var(--text-dim); margin: 0; }

/* ============ reveal no scroll ============ */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ============ letras de GIRLY subindo no load ============ */
.wordmark__girly span {
  opacity: 0;
  transform: translateY(40px) scale(0.8);
  animation: riseLetter 0.6s cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
}
.wordmark__girly span:nth-child(1) { animation-delay: 0.15s; }
.wordmark__girly span:nth-child(2) { animation-delay: 0.28s; }
.wordmark__girly span:nth-child(3) { animation-delay: 0.41s; }
.wordmark__girly span:nth-child(4) { animation-delay: 0.54s; }
.wordmark__girly span:nth-child(5) { animation-delay: 0.67s; }
@keyframes riseLetter { to { opacity: 1; transform: none; } }

/* ============ foco visível ============ */
:focus-visible { outline: 3px solid var(--sky); outline-offset: 3px; border-radius: 4px; }

/* ============ responsivo ============ */
@media (max-width: 760px) {
  .historia__grid { grid-template-columns: 1fr; }
  .band { grid-template-columns: 1fr; max-width: 320px; margin-inline: auto; }
}

/* ============ menos movimento ============ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
  .wordmark__girly span { opacity: 1; transform: none; }
  #stardust { display: none; }
  .hero__scroll span { opacity: 1; }
}
