/* =========================================================
   SCRAPS — landing page (reconstrução)
   Marca = medalhão vermelho. Estrutural = bronze/ferrugem.
   Verde = SÓ InVidia (lore). High-tech sobre sucata: metal
   queimado, cantos chanfrados, rebites, sem cantos redondos.
   ========================================================= */

:root {
  /* fundos / metal */
  --bg-deep:  #0b0b0d;
  --bg:       #0f0f12;
  --panel:    #16161a;
  --panel-2:  #1c1c22;
  --metal-dark:#202026;
  --metal-mid: #33333b;

  /* marca Scraps */
  --red:       #a8302f;   /* vermelho do nó (primário) */
  --red-bright:#d24a41;   /* realce / hover */
  --red-deep:  #6d1f1e;
  --rust:      #b5652f;   /* ferrugem / bronze estrutural (secundário) */
  --bronze:    #b7935a;   /* aro do medalhão */
  --warning:   #e8b23a;   /* aviso, doses pequenas */

  --text:      #e9e5df;
  --text-muted:#9c948a;
  --border:    #38342d;
  --border-lit:#5a4733;

  /* InVidia — só na lore */
  --green:     #22c55e;
  --green-deep:#0e5a2c;

  --maxw: 1180px;
  --sans: "Roboto", system-ui, -apple-system, Segoe UI, sans-serif;
  --cond: "Roboto Condensed", "Roboto", system-ui, sans-serif;
  --mono: "Roboto Mono", ui-monospace, monospace;

  /* canto chanfrado padrão */
  --chamfer: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body {
  margin: 0; background: var(--bg); color: var(--text);
  font-family: var(--sans); font-size: 17px; line-height: 1.65;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: var(--rust); text-decoration: none; }
strong { color: var(--text); font-weight: 700; }
em { color: var(--warning); font-style: normal; }
code { font-family: var(--mono); color: var(--warning); font-size: .92em; }

h1,h2,h3 { font-family: var(--cond); font-weight: 700; line-height: 1.02; margin: 0; text-transform: uppercase; letter-spacing: .01em; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.wrap--narrow { max-width: 820px; }

.skip { position: absolute; left: -999px; top: 0; background: var(--red); color: #fff; padding: 10px 16px; z-index: 200; }
.skip:focus { left: 8px; top: 8px; }

/* etiquetas de secção */
.label { font-family: var(--mono); font-weight: 700; text-transform: uppercase; letter-spacing: .24em; font-size: 12.5px; color: var(--rust); margin: 0 0 18px; }
.label::before { content: ""; display: inline-block; width: 16px; height: 3px; vertical-align: middle; margin: -2px 11px 0 0; background: var(--red); box-shadow: 0 0 8px #a8302f66; }
.label--green { color: var(--green); }
.label--green::before { background: var(--green); box-shadow: 0 0 8px #22c55e66; }
.section__title { font-size: clamp(30px, 5vw, 50px); margin-bottom: 36px; }

/* =========================================================
   BOTÕES
   ========================================================= */
.btn {
  --bd: #7c2708;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--cond); font-weight: 700; text-transform: uppercase; letter-spacing: .06em;
  font-size: 16px; color: #fff; background: var(--red);
  padding: 13px 26px; border: 0; cursor: pointer;
  clip-path: var(--chamfer);
  box-shadow: inset 0 0 0 2px #ffffff10, inset 0 -3px 0 #00000055;
  transition: transform .12s ease, background .15s ease, filter .15s ease;
  position: relative;
}
.btn:hover { background: var(--red-bright); transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn:focus-visible { outline: 3px solid var(--warning); outline-offset: 3px; }
.btn--lg { font-size: 18px; padding: 16px 34px; }
.btn--sm { font-size: 13px; padding: 9px 18px; letter-spacing: .08em; }
.btn--ghost { background: transparent; color: var(--text); box-shadow: inset 0 0 0 2px var(--border-lit); }
.btn--ghost:hover { background: #ffffff0d; box-shadow: inset 0 0 0 2px var(--rust); }
.btn.is-disabled { background: var(--metal-mid); color: var(--text-muted); cursor: not-allowed; pointer-events: none; box-shadow: inset 0 0 0 2px #ffffff08; }
.btn--ico { padding-left: 24px; }
.btn__ico { width: 26px; height: 26px; object-fit: contain; flex: 0 0 auto; }

/* Botão JOGAR + indicador luminoso de ALFA (aviso de que o jogo está em alfa) */
.play { display: inline-flex; align-items: stretch; text-decoration: none; line-height: 1; transition: transform .12s ease; }
.play__label {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--cond); font-weight: 700; text-transform: uppercase; letter-spacing: .06em; font-size: 16px;
  color: #fff; background: var(--red); padding: 13px 20px;
  clip-path: polygon(11px 0, 100% 0, 100% 100%, 11px 100%, 0 calc(100% - 11px), 0 11px);
  box-shadow: inset 0 0 0 2px #ffffff12, inset 0 -3px 0 #00000055;
  transition: background .15s ease;
}
.play__alpha {
  display: inline-flex; align-items: center; margin-left: 2px;
  font-family: var(--mono); font-weight: 700; text-transform: uppercase; letter-spacing: .2em; font-size: 11px;
  color: #ff6a5f; background: #190606; padding: 0 15px;
  border: 2px solid #a8302f; border-left: 0;
  clip-path: polygon(0 0, calc(100% - 11px) 0, 100% 11px, 100% 100%, 0 100%);
  box-shadow: inset 0 0 12px #a8302f33, 0 0 12px #a8302f44;
  text-shadow: 0 0 8px #ff5a4d66;
  animation: alphaGlow 2.4s ease-in-out infinite;
}
.play:hover { transform: translateY(-2px); }
.play:hover .play__label { background: var(--red-bright); }
.play:active { transform: translateY(0); }
.play:focus-visible { outline: 3px solid var(--warning); outline-offset: 3px; }
.play--sm .play__label { font-size: 15px; padding: 9px 16px; }
.play--sm .play__alpha { font-size: 11px; padding: 0 13px; letter-spacing: .16em; }
.play--lg .play__label { font-size: 19px; padding: 16px 28px; }
.play--lg .play__alpha { font-size: 12.5px; padding: 0 18px; }

@keyframes alphaGlow {
  0%, 100% { box-shadow: inset 0 0 10px #a8302f22, 0 0 6px #a8302f22; border-color: #7a2422; }
  50%      { box-shadow: inset 0 0 16px #a8302f55, 0 0 22px #a8302f66; border-color: #d24a41; }
}

/* =========================================================
   NAV
   ========================================================= */
.nav { position: sticky; top: 0; z-index: 90; background: #0b0b0dd9; backdrop-filter: blur(9px); border-bottom: 2px solid var(--border); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--text); }
.brand__mark { width: 46px; height: 46px; filter: drop-shadow(0 2px 4px #000); }
.brand__word { font-family: var(--cond); font-weight: 700; font-size: 25px; letter-spacing: .12em; text-shadow: 2px 2px 0 #000; }
.nav__links { display: flex; align-items: center; gap: 22px; }
.nav__links a { display: inline-flex; align-items: center; gap: 10px; color: var(--text-muted); font-family: var(--cond); font-weight: 700; font-size: 18px; text-transform: uppercase; letter-spacing: .06em; padding: 6px 2px; border-bottom: 2px solid transparent; }
.nav__links a:hover { color: var(--text); }
.nav__links a.is-active { color: var(--text); border-bottom-color: var(--red); }
.nav__ico { width: 30px; height: 30px; object-fit: contain; flex: 0 0 auto; opacity: .92; }
.nav__links a:hover .nav__ico, .nav__links a.is-active .nav__ico { opacity: 1; }
.nav__links a.play, .nav__links a.play.is-active { padding: 4px 0; border-bottom: 0; gap: 0; }
.nav__toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav__toggle span { width: 26px; height: 3px; background: var(--text); transition: .2s; }

/* seletor de idioma */
.langsel { display: inline-flex; align-items: center; gap: 2px; margin-left: 10px; padding: 3px; background: #ffffff0d; clip-path: var(--chamfer); }
.langsel .langsel__a { font-family: var(--cond); font-weight: 700; font-size: 13px; letter-spacing: .06em; color: var(--text-muted); padding: 4px 9px; border: 0; }
.langsel .langsel__a:hover { color: var(--text); }
.langsel .langsel__a.is-cur { color: #fff; background: var(--red); }

/* =========================================================
   HERO
   ========================================================= */
.hero { position: relative; min-height: calc(100vh - 72px); display: flex; align-items: flex-end; overflow: hidden; border-bottom: 2px solid var(--border); }
.hero__bg {
  position: absolute; inset: 0;
  --img: url("assets/backgrounds/confronto.jpg");
  background-image: var(--img);
  background-size: cover; background-position: center 30%;
  background-color: #0c0c0e;
}
/* fallback quando ainda não há a arte: brasão + brilho vermelho */
.hero__bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(60% 60% at 78% 40%, #3a0f0d55 0%, transparent 60%),
    url("assets/brand/scraps-emblem-512.png") no-repeat 82% 45% / min(420px, 44vw),
    linear-gradient(180deg, #101014 0%, #0c0c0e 100%);
  opacity: .5; z-index: -1;
}
.hero__vignette { position: absolute; inset: 0; background:
  linear-gradient(0deg, #0b0b0d 3%, rgba(11,11,13,.62) 26%, rgba(11,11,13,.15) 52%, transparent 66%),
  linear-gradient(90deg, rgba(11,11,13,.55) 0%, transparent 42%),
  radial-gradient(130% 120% at 50% 20%, transparent 55%, #0b0b0daa 100%); }
.hero__noise { position: absolute; inset: 0; opacity: .06; background-image: repeating-linear-gradient(0deg, #fff 0 1px, transparent 1px 3px); mix-blend-mode: overlay; pointer-events: none; }
.hero__content { position: relative; z-index: 2; max-width: 680px; padding: 0 24px 8.5vh; }
.hero__emblem { display: none; } /* a key art já traz o medalhão no céu */
.hero__title { font-size: clamp(60px, 12vw, 132px); line-height: .86; letter-spacing: .03em; margin: 0 0 10px;
  background: linear-gradient(180deg, #f6f2ec 0%, #ddccb0 55%, #bb8f57 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 3px 5px #000) drop-shadow(0 1px 0 #000);
}
.hero__head { font-family: var(--cond); font-weight: 700; text-transform: uppercase; letter-spacing: .04em; font-size: clamp(22px, 3.4vw, 34px); color: var(--red-bright); margin: 0 0 18px; text-shadow: 1px 1px 0 #000; }
.hero__desc { font-size: 18px; color: #cfc9c1; max-width: 600px; margin: 0 0 30px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; }
.hero__scroll { position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%); z-index: 2; }
.hero__scroll span { display: block; width: 12px; height: 12px; border-right: 2px solid var(--text-muted); border-bottom: 2px solid var(--text-muted); transform: rotate(45deg); animation: bob 2.2s infinite; }

/* =========================================================
   SECÇÕES
   ========================================================= */
.section { padding: 92px 0; position: relative; }
.band { background: var(--bg-deep); border-top: 2px solid var(--border); border-bottom: 2px solid var(--border); }
.band::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--red) 0%, var(--rust) 40%, transparent 70%); }

/* ISTO É SCRAPS */
.statement { max-width: 860px; }
.statement h2 { font-size: clamp(30px, 5.2vw, 58px); margin-bottom: 24px; }
.statement p { font-size: 19px; color: var(--text-muted); margin: 0 0 16px; max-width: 720px; }
.statement__whisper { color: var(--red-bright) !important; font-family: var(--cond); font-weight: 700; text-transform: uppercase; letter-spacing: .05em; font-size: 20px; }

/* =========================================================
   LOOP
   ========================================================= */
.loop-sec { padding: 64px 0; }
.loop { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; align-items: stretch; }
.loop__step {
  flex: 1 1 150px; display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center;
  background: var(--panel); border: 2px solid var(--border); border-top: 3px solid var(--rust);
  padding: 22px 12px; position: relative; clip-path: var(--chamfer);
}
.loop__step img { width: 40px; height: 40px; opacity: .95; }
.loop__step span { font-family: var(--cond); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; font-size: 16px; }
.loop__step:not(.loop__step--end)::after {
  content: "›"; position: absolute; right: -11px; top: 50%; transform: translateY(-50%);
  color: var(--rust); font-size: 26px; font-weight: 700; z-index: 2;
}
.loop__step--end { border-top-color: var(--red); }

/* =========================================================
   FEATURE (imagem + texto)
   ========================================================= */
.feature { padding: 84px 0; }
.feature--alt { background: var(--bg-deep); border-top: 2px solid var(--border); border-bottom: 2px solid var(--border); }
.feature__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.feature__text h2 { font-size: clamp(28px, 4.2vw, 46px); margin-bottom: 18px; }
.feature__text > p:not(.label) { color: var(--text-muted); font-size: 18px; margin: 0 0 22px; }
.ticks { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.ticks li { position: relative; padding-left: 26px; color: #cfc9c1; font-size: 15.5px; }
.ticks li::before { content: ""; position: absolute; left: 0; top: .5em; width: 10px; height: 10px; background: var(--red); clip-path: polygon(0 0, 100% 50%, 0 100%); }

/* arte com fallback (foto por cima; se faltar, brasão + gradiente) */
.feature__art {
  --img: none;
  min-height: 340px; position: relative;
  background-image: var(--img), url("assets/brand/scraps-emblem-256.png");
  background-size: cover, 32%;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  background-color: #131318;
  border: 2px solid var(--border); clip-path: var(--chamfer);
  box-shadow: inset 0 0 80px #000;
}
.feature__art::after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(-45deg, #ffffff06 0 2px, transparent 2px 22px); }
.feature__grid--rev .feature__art { order: -1; }
.art--dominio  { --img: url("assets/backgrounds/dominio.jpg"); }
.art--raid     { --img: url("assets/backgrounds/raid.jpg"); }
.art--night    { --img: url("assets/backgrounds/noite.jpg"); }
.art--monument { --img: url("assets/backgrounds/monumento.jpg"); }
.art--research { --img: url("assets/backgrounds/pesquisa.jpg"); }

/* =========================================================
   LORE (InVidia — verde permitido aqui)
   ========================================================= */
.section--lore { position: relative; padding: 0; border-top: 2px solid var(--border); border-bottom: 2px solid var(--border); }
.lore__art {
  position: absolute; inset: 0;
  background-image: url("assets/backgrounds/confronto.jpg");
  background-size: cover; background-position: center;
  background-color: #0a0a0c;
}
.lore__art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, #0a0a0ccc 0%, #0a0a0ce6 100%), radial-gradient(60% 50% at 50% 30%, #0b3d1e33, transparent 70%); }
.lore__inner { position: relative; z-index: 2; padding: 100px 24px; }
.lore__title { font-size: clamp(32px, 6vw, 64px); margin-bottom: 44px; color: #f0ece6; text-shadow: 2px 2px 0 #000; }
.lore__lead { max-width: 760px; margin: -24px 0 40px; font-size: 18px; line-height: 1.7; color: #cdd4cd; }
.lore__acts { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 18px; max-width: none; }
.act { background: #0d0f0ecc; border: 2px solid #1c2a22; border-left: 4px solid var(--green); padding: 22px 20px; clip-path: var(--chamfer); }
.act__n { font-family: var(--mono); font-weight: 700; font-size: 26px; color: var(--green); }
.act h3 { font-size: 20px; margin: 6px 0 10px; color: var(--text); }
.act p { color: #b6bdb6; font-size: 15px; margin: 0; }
.act strong { color: var(--green); }
.lore__eye { display: flex; flex-direction: column; align-items: center; gap: 16px; margin-top: 64px; }
.eye { width: 212px; height: 132px; display: block; animation: eyePulse 3.4s ease-in-out infinite; }
.eye #eyeIris { will-change: transform; }
.eye .swirl { transform-box: fill-box; transform-origin: center; animation: swirlSpin 26s linear infinite; }
.eye .blade { fill: #05271599; stroke: #37c96b; stroke-width: 1.2; }
.lore__eye .terminal { margin: 0; letter-spacing: .12em; }
@keyframes eyePulse {
  0%, 100% { filter: drop-shadow(0 0 14px #22c55e33); }
  50%      { filter: drop-shadow(0 0 32px #22c55e80); }
}
@keyframes swirlSpin { to { transform: rotate(-360deg); } }
.terminal { font-family: var(--mono); color: var(--green); font-size: 13px; letter-spacing: .1em; margin: 0; }
.blink { animation: blink 1.4s steps(1) infinite; }

/* =========================================================
   GALERIA
   ========================================================= */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 200px; gap: 14px; }
.shot { margin: 0; position: relative; overflow: hidden; border: 2px solid var(--border); clip-path: var(--chamfer); }
.shot--lg { grid-column: span 2; grid-row: span 2; }
.shot img { width: 100%; height: 100%; object-fit: cover; }
.shot__ph { width: 100%; height: 100%; display: grid; place-items: center; text-align: center; padding: 12px;
  background: repeating-linear-gradient(45deg, #16161b 0 12px, #131317 12px 24px);
  color: var(--text-muted); font-family: var(--mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.shot.is-clickable { cursor: pointer; }
.shot.is-clickable:hover { border-color: var(--rust); }
.note { margin-top: 24px; color: var(--text-muted); font-size: 14px; }

/* =========================================================
   STEPS (alfa)
   ========================================================= */
.badge { display: inline-block; vertical-align: middle; font-family: var(--mono); font-weight: 700; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--warning); border: 2px solid var(--border-lit); padding: 4px 10px; margin-left: 10px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step { background: var(--panel); border: 2px solid var(--border); border-top: 3px solid var(--rust); padding: 26px 22px; clip-path: var(--chamfer); }
.step__n { font-family: var(--mono); font-weight: 700; font-size: 34px; color: #322e28; }
.step h3 { font-size: 20px; margin: 6px 0 8px; }
.step p { color: var(--text-muted); font-size: 15px; margin: 0 0 18px; }
.ipbox { display: flex; border: 2px solid var(--border); background: #08080a; }
.ipbox code { flex: 1; padding: 11px 14px; color: var(--green); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ipbox__copy { background: var(--metal-mid); color: var(--text); border: 0; border-left: 2px solid var(--border); padding: 0 16px; font-family: var(--mono); font-size: 12px; text-transform: uppercase; cursor: pointer; }
.ipbox__copy:hover { background: var(--red); color: #fff; }

/* AVISO DE ALFA */
.alert { margin-top: 40px; background: linear-gradient(180deg, #1a1206, #140f08); border: 2px solid #4a2f0a; border-left: 6px solid var(--warning); padding: 22px 24px; clip-path: var(--chamfer); }
.alert__head { font-family: var(--cond); font-weight: 700; text-transform: uppercase; letter-spacing: .06em; font-size: 18px; color: var(--warning); display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.alert__dot { width: 10px; height: 10px; background: var(--warning); box-shadow: 0 0 10px var(--warning); animation: blink 1.6s infinite; }
.alert p { margin: 0; color: #e0d5c0; font-size: 16px; }

/* =========================================================
   FAQ
   ========================================================= */
.faq { display: grid; gap: 10px; }
.qa { background: var(--panel); border: 2px solid var(--border); clip-path: var(--chamfer); }
.qa summary { list-style: none; cursor: pointer; padding: 17px 20px; font-family: var(--cond); font-weight: 700; font-size: 18px; text-transform: uppercase; letter-spacing: .03em; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.qa summary::-webkit-details-marker { display: none; }
.qa summary::after { content: "+"; color: var(--rust); font-size: 24px; font-weight: 700; line-height: 1; }
.qa[open] summary::after { content: "–"; }
.qa[open] summary { color: var(--red-bright); }
.qa__body { padding: 0 20px 18px; }
.qa__body p { margin: 0; color: var(--text-muted); font-size: 16px; }
.qa summary:focus-visible { outline: 3px solid var(--warning); outline-offset: -3px; }

/* =========================================================
   CTA FINAL
   ========================================================= */
.final { position: relative; padding: 96px 0; text-align: center; overflow: hidden;
  background: radial-gradient(70% 120% at 50% 0%, #2a0f0c 0%, transparent 55%), linear-gradient(180deg, #131011, #0b0b0d);
  border-top: 3px solid var(--red); }
.final__noise { position: absolute; inset: 0; opacity: .5; background: repeating-linear-gradient(-45deg, #c2410c0d 0 14px, transparent 14px 28px); }
.final__inner { position: relative; z-index: 2; }
.final__emblem { width: 72px; height: 72px; margin: 0 auto 20px; filter: drop-shadow(0 0 20px #a8302f55); }
.final h2 { font-size: clamp(28px, 5vw, 52px); margin-bottom: 28px; }

/* =========================================================
   FOOTER
   ========================================================= */
.foot { background: #08080a; border-top: 2px solid var(--border); padding: 52px 0 28px; }
.foot__inner { display: flex; justify-content: space-between; gap: 30px; flex-wrap: wrap; padding-bottom: 26px; border-bottom: 1px solid var(--border); }
.foot__brand .brand { margin-bottom: 10px; }
.foot__brand p { color: var(--text-muted); font-size: 14px; margin: 0; max-width: 320px; }
.foot__nav { display: flex; gap: 22px; flex-wrap: wrap; align-content: flex-start; }
.foot__nav a { color: var(--text-muted); font-family: var(--cond); font-weight: 700; text-transform: uppercase; letter-spacing: .05em; font-size: 14px; }
.foot__nav a:hover { color: var(--text); }
.foot__legal { padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.foot__legal p { color: #6b655d; font-size: 12.5px; margin: 0; }
.foot__disclaimer { max-width: 560px; }

/* =========================================================
   LIGHTBOX
   ========================================================= */
.lightbox { position: fixed; inset: 0; z-index: 150; display: none; align-items: center; justify-content: center; background: #05050799; backdrop-filter: blur(6px); padding: 30px; }
.lightbox.is-open { display: flex; }
.lightbox__fig { margin: 0; max-width: 92vw; max-height: 88vh; }
.lightbox__fig img { max-width: 92vw; max-height: 80vh; border: 3px solid var(--border-lit); }
.lightbox__fig figcaption { color: var(--text-muted); font-family: var(--mono); font-size: 13px; text-transform: uppercase; letter-spacing: .12em; margin-top: 12px; text-align: center; }
.lightbox__close { position: absolute; top: 18px; right: 22px; background: none; border: 0; color: var(--text); font-size: 42px; line-height: 1; cursor: pointer; }
.lightbox__close:hover { color: var(--red-bright); }

/* =========================================================
   ANIMAÇÕES + REVEAL
   ========================================================= */
@keyframes bob { 0%,100% { transform: rotate(45deg) translate(0,0); } 50% { transform: rotate(45deg) translate(4px,4px); } }
@keyframes blink { 0%,49% { opacity: 1; } 50%,100% { opacity: .25; } }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 900px) {
  .feature__grid { grid-template-columns: 1fr; gap: 28px; }
  .feature__grid--rev .feature__art { order: 0; }
  .feature__art { min-height: 240px; }
  .lore__acts { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .shot--lg { grid-column: span 2; grid-row: span 1; }
}
@media (max-width: 680px) {
  body { font-size: 16px; }
  .nav__toggle { display: flex; }
  .nav__links {
    position: absolute; top: 72px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0;
    background: #0b0b0df7; border-bottom: 2px solid var(--border); max-height: 0; overflow: hidden; transition: max-height .28s ease;
  }
  .nav__links.open { max-height: 420px; }
  .nav__links a { padding: 15px 24px; border-top: 1px solid var(--border); border-bottom: 0; }
  .nav__links a.btn { margin: 12px 24px; clip-path: var(--chamfer); }
  .nav__links a.play { margin: 12px 24px; padding: 0; border-top: 0; }
  .steps, .loop { grid-template-columns: 1fr; }
  .loop { flex-direction: column; }
  .loop__step:not(.loop__step--end)::after { content: "▾"; right: 50%; top: auto; bottom: -19px; transform: translateX(50%); }
  .gallery { grid-template-columns: 1fr; grid-auto-rows: 180px; }
  .shot--lg { grid-column: span 1; }
  .section, .feature { padding: 60px 0; }
  .lore__inner { padding: 70px 24px; }
  .foot__legal { flex-direction: column; gap: 8px; }
}
@media (min-width: 1600px) { .hero__content, .statement, .feature__text { }  .wrap { max-width: 1240px; } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero__scroll span, .blink, .alert__dot, .play__alpha, .eye, .eye .swirl { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
