/* ============================================================
   NVFASE · Ouça — páginas de lançamento
   Mesmo design system do site principal (nvfase.com).
   ============================================================ */

/* ---------- Fontes auto-hospedadas ---------- */
@font-face {
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 300 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/bricolage-grotesque-latin-2.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 300 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/bricolage-grotesque-latin-ext-1.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 400 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/instrument-sans-latin-4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 400 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/instrument-sans-latin-ext-3.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/space-mono-latin-6.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/space-mono-latin-ext-5.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ---------- Tokens (idênticos ao site principal) ---------- */
:root {
  --ink:            #37003C;
  --ink-soft:       rgba(55, 0, 60, .72);
  --ink-mute:       rgba(55, 0, 60, .52);
  --ink-line:       rgba(55, 0, 60, .14);
  --ink-line-soft:  rgba(55, 0, 60, .08);
  --magenta:        #E10068;
  --rose:           #FF4D94;
  --paper:          #F2F0F5;
  --white:          #FFFFFF;
  --dark:           #2B0030;
  --dark-2:         #37003C;
  --white-soft:     rgba(255, 255, 255, .74);
  --white-mute:     rgba(255, 255, 255, .46);
  --white-line:     rgba(255, 255, 255, .16);

  --font-display: "Bricolage Grotesque", system-ui, sans-serif;
  --font-body:    "Instrument Sans", system-ui, -apple-system, sans-serif;
  --font-mono:    "Space Mono", ui-monospace, monospace;

  --text-lede:  clamp(1.02rem, 1.4vw, 1.18rem);
  --text-sm:    .875rem;
  --text-xs:    .72rem;

  --container:  1240px;
  --gutter:     clamp(1.25rem, 4.5vw, 3rem);
  --sec-pad:    clamp(4rem, 10vh, 7rem);
  --radius:     18px;
  --radius-sm:  10px;

  --ease:       cubic-bezier(.22, .61, 0, 1);
  --ease-out:   cubic-bezier(.16, 1, .3, 1);
  --dur:        .45s;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  line-height: 1.6;
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
}
h1, h2, h3, p, ul, ol, figure { margin: 0; padding: 0; }
ul, ol { list-style: none; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--magenta); color: #fff; }
:focus-visible { outline: 2px solid var(--magenta); outline-offset: 3px; border-radius: 2px; }

.container {
  width: min(var(--container), 100% - 2 * var(--gutter));
  margin-inline: auto;
}
.mono {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: .14em;
  text-transform: uppercase;
}
.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

/* ---------- Cabeçalho ---------- */
.nav {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 10;
}
.nav-inner {
  width: min(var(--container), 100% - 2 * var(--gutter));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-block: 1.1rem;
}
.nav-brand { display: block; height: 34px; }
.nav-brand img { height: 100%; width: auto; }

/* ---------- Hero ---------- */
.release-hero {
  position: relative;
  padding-block: clamp(7rem, 14vh, 9.5rem) clamp(3.5rem, 8vh, 5.5rem);
  background:
    radial-gradient(120% 90% at 85% -10%, rgba(225, 0, 104, .18), transparent 55%),
    linear-gradient(175deg, var(--dark-2), var(--dark) 70%);
  color: #fff;
  overflow: hidden;
}
.release-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 .05 0'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.hero-cover {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 40px 80px -40px rgba(0, 0, 0, .7);
  animation: fade-up 1s var(--ease-out) backwards;
}
.hero-cover img { width: 100%; aspect-ratio: 1; object-fit: cover; }

/* Ficha do lançamento: tipo, obra, autor, dados */
.hero-type {
  color: var(--rose);
  animation: fade-up .9s var(--ease) .1s backwards;
}
.release-title {
  margin-top: 1.1rem;
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 7vw, 4.6rem);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: .95;
  margin-left: -.04em;
  animation: fade-up .9s var(--ease) .18s backwards;
}
.release-artist {
  margin-top: .6rem;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  color: var(--white-soft);
  animation: fade-up .9s var(--ease) .26s backwards;
}

/* lede editorial: o que é este disco, em duas frases */
.release-lede {
  margin-top: clamp(1.4rem, 3vh, 1.9rem);
  max-width: 46ch;
  font-size: var(--text-lede);
  line-height: 1.7;
  color: var(--white-soft);
  text-wrap: pretty;
  animation: fade-up .9s var(--ease) .28s backwards;
}

.release-facts {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem clamp(2rem, 4vw, 3rem);
  margin-top: clamp(1.8rem, 4vh, 2.4rem);
  padding-top: 1.5rem;
  border-top: 1px solid var(--white-line);
  animation: fade-up .9s var(--ease) .3s backwards;
}
.release-facts dt { color: var(--white-mute); }
.release-facts dd { margin: .35rem 0 0; font-size: 1.05rem; }
/* Contagem: sóbria, tipográfica — nunca promocional */
.countdown {
  margin-top: clamp(1.8rem, 4vh, 2.4rem);
  padding-top: 1.5rem;
  border-top: 1px solid var(--white-line);
  animation: fade-up .9s var(--ease) .34s backwards;
}
.countdown-label { color: var(--white-mute); }
.countdown-units {
  display: flex;
  gap: clamp(1.8rem, 4vw, 3rem);
  margin-top: 1rem;
}
.countdown-units li { display: flex; flex-direction: column; gap: .25rem; }
.countdown-num {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 4vw, 2.7rem);
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.countdown-unit { color: var(--white-mute); }

.hero-actions {
  margin-top: clamp(1.8rem, 4vh, 2.6rem);
  animation: fade-up .9s var(--ease) .42s backwards;
}

@keyframes fade-up {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: none; }
}

/* Botões */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .6em;
  padding: 1em 2.1em;
  border-radius: 999px;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  background: var(--white);
  color: var(--ink);
  transition: background var(--dur) var(--ease),
              color var(--dur) var(--ease),
              transform var(--dur) var(--ease);
}
.btn:hover { background: var(--magenta); color: #fff; transform: translateY(-2px); }
.btn:active { transform: translateY(0); transition-duration: .15s; }
.btn-glyph { width: 18px; height: 18px; flex: none; }

/* estado do lançamento: o build esconde o par errado com [hidden]
   e o JS acerta em tempo real. !important porque .btn declara
   display: inline-flex e venceria o hidden nativo. */
[hidden] { display: none !important; }

/* ---------- Secções claras ---------- */
.section { padding-block: var(--sec-pad); }
.section + .section { padding-top: 0; }
/* rótulo de secção: é <h2> por semântica, mas mantém o peso e o
   tamanho do texto corrido — o <h2> do browser viria a bold */
.section-label {
  color: var(--magenta);
  margin-bottom: 1.4rem;
  font-weight: 400;
}

/* Nota editorial: a primeira frase abre como numa revista */
.release-story { max-width: 34em; }
.release-note {
  font-size: var(--text-lede);
  line-height: 1.75;
  color: var(--ink-soft);
  text-wrap: pretty;
}
.release-note + .release-note { margin-top: 1.2rem; }
.release-note:first-child {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.5vw, 1.95rem);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -.015em;
  color: var(--ink);
}

/* Vídeo */
.video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--dark);
}
.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  border: 0;
}

/* ---------- Encarte: rótulo à esquerda, conteúdo à direita ---------- */
.sheet {
  display: grid;
  grid-template-columns: minmax(9rem, 1fr) minmax(0, 3.6fr);
  gap: 1rem clamp(2rem, 5vw, 4rem);
  align-items: start;
}
.sheet .section-label { margin-bottom: 0; padding-top: .35em; }
.sheet-body { min-width: 0; }

.prose p {
  font-size: var(--text-lede);
  line-height: 1.8;
  color: var(--ink-soft);
  max-width: 38em;
  text-wrap: pretty;
}
.prose p + p { margin-top: 1.3rem; }

/* Faixas */
.tracklist { border-top: 1px solid var(--ink-line); }
.tracklist li {
  display: grid;
  grid-template-columns: 2.4rem 1fr auto;
  gap: 1.2rem;
  align-items: start;
  padding: 1.3rem .1rem;
  border-bottom: 1px solid var(--ink-line);
}
.track-num { color: var(--ink-mute); font-variant-numeric: tabular-nums; padding-top: .35em; }
.track-body { min-width: 0; }
.track-name {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -.012em;
  line-height: 1.25;
}
.track-with,
.track-composer {
  display: block;
  margin-top: .3rem;
  font-size: var(--text-sm);
  color: var(--ink-soft);
}
.track-composer { color: var(--ink-mute); }
.track-time { color: var(--ink-mute); font-variant-numeric: tabular-nums; padding-top: .35em; }
.track-isrc { display: block; margin-top: .35rem; color: var(--ink-mute); opacity: .75; }

/* nomes como entidades do arquivo */
.person {
  background: linear-gradient(var(--magenta), var(--magenta)) no-repeat 0 100% / 0 1px;
  padding-bottom: 1px;
  transition: color var(--dur) var(--ease), background-size var(--dur) var(--ease);
}
.person:hover { color: var(--magenta); background-size: 100% 1px; }

/* player oficial, junto às letras */
.player { margin-bottom: 2rem; }
.player iframe {
  width: 100%;
  height: 152px;
  border: 0;
  border-radius: 12px;
  display: block;
}

/* Letra: aberta no HTML (indexável), fechada por omissão */
.lyrics { margin-top: .9rem; }
.lyrics summary {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  cursor: pointer;
  color: var(--magenta);
  list-style: none;
  transition: opacity var(--dur) var(--ease);
}
.lyrics summary::-webkit-details-marker { display: none; }
.lyrics summary::before {
  content: "+";
  display: inline-grid;
  place-items: center;
  width: 1.15rem; height: 1.15rem;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: .8rem;
  line-height: 1;
}
.lyrics[open] summary::before { content: "\2013"; }
.lyrics summary:hover { opacity: .7; }
.lyrics-body {
  margin-top: 1.1rem;
  padding-left: 1rem;
  border-left: 1px solid var(--ink-line);
  color: var(--ink-soft);
  line-height: 1.75;
  max-width: 42ch;
}
.lyrics-body p + p { margin-top: 1.1rem; }

/* Ficha técnica */
.credits { border-top: 1px solid var(--ink-line); }
.credits > div {
  display: grid;
  grid-template-columns: minmax(10rem, 14rem) 1fr;
  gap: .3rem 1.5rem;
  padding: 1.1rem .1rem;
  border-bottom: 1px solid var(--ink-line-soft);
}
.credits dt { color: var(--ink-mute); padding-top: .15em; }
.credits dd { margin: 0; }
.name-list { display: flex; flex-direction: column; gap: .3rem; }

/* Vídeos deste álbum */
.video-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.4rem 1.2rem;
}
.video-card { display: block; }
.video-thumb {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: var(--radius-sm);
  background: var(--ink-line-soft);
}
.video-thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: scale 1.2s var(--ease-out), filter var(--dur) var(--ease);
  filter: saturate(.92);
}
.video-card:hover .video-thumb img { scale: 1.04; filter: saturate(1); }
.video-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}
.video-play svg {
  width: 46px; height: 46px;
  padding: 11px;
  border-radius: 50%;
  color: #fff;
  background: rgba(43, 0, 48, .55);
  backdrop-filter: blur(3px);
  transition: background var(--dur) var(--ease), scale var(--dur) var(--ease);
}
.video-card:hover .video-play svg { background: var(--magenta); scale: 1.06; }
.video-info { display: block; padding-top: .9rem; }
.video-title {
  display: block;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -.012em;
  transition: color var(--dur) var(--ease);
}
.video-card:hover .video-title { color: var(--magenta); }
.video-cta { display: block; margin-top: .35rem; color: var(--ink-mute); }

/* Bastidores: galeria editorial, sem slideshow */
.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.8rem, 4vw, 2.8rem) 1.2rem;
}
.shot:first-child { grid-column: 1 / -1; }
.shot-open {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: zoom-in;
  border-radius: var(--radius-sm);
  overflow: hidden;
}
.shot img {
  width: 100%;
  border-radius: var(--radius-sm);
  background: var(--ink-line-soft);
  transition: scale 1.2s var(--ease-out), filter var(--dur) var(--ease);
}
.shot-open:hover img { scale: 1.02; filter: brightness(1.04); }
.shot figcaption {
  margin-top: .7rem;
  font-size: var(--text-sm);
  line-height: 1.55;
  color: var(--ink-soft);
  text-wrap: pretty;
}
.photo-credit { color: var(--ink-mute); }

/* Cronologia */
.timeline { border-top: 1px solid var(--ink-line); }
.timeline li {
  display: grid;
  grid-template-columns: 14rem 1fr;
  gap: 1.5rem;
  align-items: baseline;
  padding: 1.25rem .1rem;
  border-bottom: 1px solid var(--ink-line-soft);
}
/* a data cabe numa linha só: "14 de fevereiro de 2025" */
.tl-date {
  color: var(--ink-mute);
  font-variant-numeric: tabular-nums;
  text-wrap: nowrap;
}
.tl-label {
  display: block;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: -.012em;
  text-wrap: pretty;
}
.tl-label a {
  background: linear-gradient(var(--magenta), var(--magenta)) no-repeat 0 100% / 0 1px;
  padding-bottom: 2px;
  transition: color var(--dur) var(--ease), background-size var(--dur) var(--ease);
}
.tl-label a:hover { color: var(--magenta); background-size: 100% 1px; }
.timeline .tl-release .tl-date { color: var(--magenta); }
.timeline .tl-release .tl-label { font-size: 1.35rem; }

/* Palavras do Artista — conversa, não destaque: sem caixa, sem fundo,
   a fotografia ao lado e o texto a respirar. */
.statement {
  display: grid;
  grid-template-columns: minmax(0, 300px) minmax(0, 1fr);
  gap: clamp(1.8rem, 4vw, 3rem);
  align-items: start;
}
.statement-photo img {
  width: 100%;
  border-radius: var(--radius-sm);
  background: var(--ink-line-soft);
}
.statement-text blockquote {
  margin: 0;
  max-width: 40em;
}
.statement-text blockquote p {
  font-size: var(--text-lede);
  line-height: 1.8;
  color: var(--ink-soft);
  text-wrap: pretty;
}
.statement-text blockquote p:first-child {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.3vw, 1.6rem);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -.015em;
  color: var(--ink);
}
.statement-text blockquote p + p { margin-top: 1.2rem; }
.statement-sign {
  margin-top: 1.6rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--ink-line);
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -.01em;
  max-width: 40em;
}
.statement-sign::before {
  content: "— ";
  color: var(--ink-mute);
}

/* Créditos desta página */
.colophon { padding-bottom: 0; }
.colophon-text { color: var(--ink-soft); max-width: 46em; text-wrap: pretty; }
.colophon-text strong { font-weight: 600; color: var(--ink); }
.colophon-date { margin-top: .8rem; color: var(--ink-mute); }

/* Páginas de pessoas */
.person-hero {
  padding-block: clamp(7rem, 15vh, 9.5rem) clamp(2.5rem, 6vh, 4rem);
  background:
    radial-gradient(120% 90% at 85% -10%, rgba(225, 0, 104, .16), transparent 55%),
    linear-gradient(175deg, var(--dark-2), var(--dark) 70%);
  color: #fff;
}
.person-kicker { color: var(--rose); }
.person-name {
  margin-top: 1rem;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 6vw, 3.8rem);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: .98;
  margin-left: -.03em;
}
.person-roles { margin-top: .8rem; color: var(--white-soft); font-size: var(--text-lede); }

.works { border-top: 1px solid var(--ink-line); }
.work {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.3rem .1rem;
  border-bottom: 1px solid var(--ink-line);
  transition: padding-left var(--dur) var(--ease);
}
.work:hover { padding-left: .7rem; }
.work-role { display: block; color: var(--magenta); }
.work-title {
  display: block;
  margin-top: .4rem;
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: -.015em;
  transition: color var(--dur) var(--ease);
}
.work:hover .work-title { color: var(--magenta); }
.work-artist { display: block; margin-top: .2rem; color: var(--ink-mute); font-size: var(--text-sm); }
.work-go { color: var(--ink-mute); transition: color var(--dur) var(--ease), transform var(--dur) var(--ease); }
.work:hover .work-go { color: var(--magenta); transform: translate(3px, -3px); }

/* ---------- Plataformas ---------- */
.platforms {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .9rem;
}
.platform {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.4rem;
  border: 1px solid var(--ink-line);
  border-radius: var(--radius-sm);
  background: var(--white);
  transition: border-color var(--dur) var(--ease),
              transform var(--dur) var(--ease),
              box-shadow var(--dur) var(--ease);
}
.platform:hover {
  border-color: var(--magenta);
  transform: translateY(-3px);
  box-shadow: 0 16px 36px -26px rgba(55, 0, 60, .4);
}
.platform-name {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -.01em;
}
.platform-go {
  color: var(--ink-mute);
  transition: color var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.platform:hover .platform-go { color: var(--magenta); transform: translate(3px, -3px); }

.platforms-note { margin-top: 1.4rem; color: var(--ink-mute); }

/* ---------- Journal: o texto manda, a imagem acompanha ---------- */
.jr-list { border-top: 1px solid var(--ink-line); }
.jr-item {
  display: grid;
  grid-template-columns: 1fr 96px;
  gap: 1.5rem;
  align-items: center;
  padding: 1.5rem .1rem;
  border-bottom: 1px solid var(--ink-line);
  transition: padding-left var(--dur) var(--ease);
}
.jr-item:hover { padding-left: .7rem; }
.jr-body { display: block; min-width: 0; }
.jr-meta { display: block; color: var(--ink-mute); }
.jr-title {
  display: block;
  margin-top: .55rem;
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 600;
  letter-spacing: -.015em;
  line-height: 1.28;
  text-wrap: pretty;
  transition: color var(--dur) var(--ease);
}
.jr-item:hover .jr-title { color: var(--magenta); }
.jr-excerpt {
  display: block;
  margin-top: .5rem;
  font-size: var(--text-sm);
  color: var(--ink-soft);
  line-height: 1.6;
  max-width: 52ch;
  text-wrap: pretty;
}
.jr-thumb {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: var(--radius-sm);
  background: var(--ink-line-soft);
}
.jr-thumb img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Rodapé (mesmo componente de nvfase.com) ---------- */
.footer {
  margin-top: var(--sec-pad);
  background: var(--dark);
  color: var(--white-soft);
  border-top: 1px solid var(--white-line);
  padding-block: clamp(3rem, 7vh, 4.5rem);
}
.footer-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.5rem 3rem;
  align-items: center;
}
.footer-logo { height: 32px; width: auto; }
.footer-nav, .footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.footer-nav a, .footer-social a {
  font-size: var(--text-sm);
  color: var(--white-mute);
  transition: color var(--dur) var(--ease);
}
.footer-nav a:hover, .footer-social a:hover { color: var(--rose); }
.footer-legal {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, .44);
  letter-spacing: .1em;
}

/* ---------- Lightbox ---------- */
.lightbox {
  width: 100vw;
  max-width: 100vw;
  height: 100svh;
  max-height: 100svh;
  padding: 0;
  border: 0;
  background: rgba(20, 0, 24, .96);
  color: #fff;
  overflow: hidden;
}
.lightbox:not([open]) { display: none; }
.lightbox[open] {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  animation: lb-in .35s var(--ease-out);
}
@keyframes lb-in { from { opacity: 0; } }
.lightbox::backdrop { background: rgba(20, 0, 24, .9); }

.lb-figure {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  padding: clamp(1rem, 4vh, 3rem) 0;
  min-width: 0;
}
.lb-figure img {
  max-width: min(1200px, 92vw);
  max-height: 72svh;
  width: auto; height: auto;
  object-fit: contain;
  border-radius: var(--radius-sm);
  animation: lb-img-in .45s var(--ease-out);
}
@keyframes lb-img-in { from { opacity: 0; transform: scale(.985); } }
.lb-figure figcaption {
  max-width: 60ch;
  padding-inline: 1rem;
  text-align: center;
  font-size: var(--text-sm);
  line-height: 1.6;
  color: var(--white-soft);
  text-wrap: pretty;
}

.lb-nav, .lb-close {
  display: grid;
  place-items: center;
  border: 0;
  background: none;
  color: var(--white-mute);
  cursor: pointer;
  transition: color var(--dur) var(--ease), background-color var(--dur) var(--ease);
}
.lb-nav {
  width: clamp(3rem, 7vw, 5rem);
  height: 100%;
  font-size: 2.4rem;
  line-height: 1;
}
.lb-nav:hover { color: #fff; background-color: rgba(255, 255, 255, .05); }
.lb-close {
  position: absolute;
  top: 1rem; right: 1.2rem;
  width: 2.8rem; height: 2.8rem;
  border-radius: 50%;
  font-size: 1.8rem;
  line-height: 1;
}
.lb-close:hover { color: #fff; background-color: rgba(255, 255, 255, .1); }
.lightbox::after {
  content: attr(data-position);
  position: absolute;
  bottom: 1.2rem; left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: .14em;
  color: var(--white-mute);
}

@media (max-width: 620px) {
  .lb-nav { width: 2.6rem; font-size: 1.9rem; }
  .lb-figure img { max-height: 62svh; }
}

/* ---------- Página raiz: discreta, sem catálogo ---------- */
.gate {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: var(--gutter);
  background:
    radial-gradient(120% 90% at 85% -10%, rgba(225, 0, 104, .16), transparent 55%),
    linear-gradient(175deg, var(--dark-2), var(--dark) 70%);
  color: #fff;
  text-align: center;
}
.gate-inner { max-width: 34rem; }
.gate-logo { height: 38px; width: auto; margin: 0 auto clamp(3rem, 8vh, 4.5rem); }
.gate-title {
  font-family: var(--font-display);
  font-size: clamp(3rem, 9vw, 5.5rem);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: .95;
}
.gate-dot { color: var(--magenta); }
.gate-text {
  margin-top: clamp(1.6rem, 4vh, 2.2rem);
  font-size: var(--text-lede);
  line-height: 1.7;
  color: var(--white-soft);
  text-wrap: pretty;
}
.gate-link {
  display: inline-block;
  margin-top: 2.4rem;
  color: var(--white-mute);
  background: linear-gradient(var(--rose), var(--rose)) no-repeat 0 100% / 0 1px;
  padding-bottom: 3px;
  transition: color var(--dur) var(--ease), background-size var(--dur) var(--ease);
}
.gate-link:hover { color: var(--rose); background-size: 100% 1px; }

/* ---------- Responsivo ---------- */
@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; gap: 2.2rem; }
  .hero-cover { max-width: 340px; }
  .platforms { grid-template-columns: repeat(2, 1fr); }

  .sheet { grid-template-columns: 1fr; gap: 1.2rem; }
  .sheet .section-label { padding-top: 0; }
  .credits > div { grid-template-columns: 1fr; gap: .15rem; }
  .gallery { grid-template-columns: 1fr; }
  .timeline li { grid-template-columns: 1fr; gap: .35rem; }
  .tl-date { text-wrap: wrap; }
  .statement { grid-template-columns: 1fr; }
  .statement-photo { max-width: 420px; }
}
@media (max-width: 720px) {
  .footer-inner { grid-template-columns: 1fr; align-items: start; }
}
@media (max-width: 560px) {
  .platforms { grid-template-columns: 1fr; }
  .countdown-units { gap: 1.5rem; }
  .jr-item { grid-template-columns: 1fr 72px; gap: 1rem; }
}

/* ---------- Movimento reduzido ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
