:root { --r-card: 16px; --r-media: 12px; --r-ctrl: 10px; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #04050a; overflow-x: hidden; }
html, body { margin: 0; padding: 0; }
body { font-family: 'IBM Plex Mono', monospace; color: #e9edf4; background: #04050a; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 28px; }
.display { font-family: 'Archivo Black', sans-serif; text-transform: uppercase; letter-spacing: -0.01em; }

.topbar { position: sticky; top: 0; z-index: 40; background: rgba(4,5,10,.82); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(233,237,244,.1); }
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; height: 56px; font-size: 13px; }
.back { display: inline-flex; align-items: center; gap: 8px; color: #8892a0; }
.back:hover { color: var(--accent); }
.brand { display: flex; align-items: center; gap: 8px; color: #4d5568; font-size: 12px; }
.brand b { color: #e9edf4; font-weight: 600; }

.hero { position: relative; margin-top: 26px; }
.hero-media { position: relative; border-radius: 20px; overflow: hidden; border: 1px solid rgba(233,237,244,.12); aspect-ratio: 21/9; box-shadow: 0 40px 90px -40px rgba(0,0,0,.8); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.03); }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,5,10,.1) 20%, rgba(4,5,10,.55) 65%, rgba(4,5,10,.94)); }
.hero-body { position: absolute; left: 0; right: 0; bottom: 0; padding: 34px; z-index: 2; }
.tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.pill { display: inline-flex; align-items: center; gap: 7px; padding: 7px 13px; border-radius: 999px; font-size: 12px; border: 1px solid rgba(233,237,244,.18); background: rgba(10,13,22,.6); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); color: #cdd4e0; }
.pill.accent { border-color: color-mix(in srgb, var(--accent) 55%, transparent); color: var(--accent); }
.hero h1 { margin: 0; font-size: clamp(28px, 5vw, 56px); line-height: .98; }
.hero .sub { margin: 14px 0 0; color: #aeb6c4; font-size: 15px; max-width: 640px; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: #3fd68b; }

.grid { display: grid; grid-template-columns: 1fr 320px; gap: 44px; margin: 54px 0 40px; align-items: start; }
.prose p { color: #aeb6c4; font-size: 15px; margin: 0 0 18px; }
.kicker { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: #4d5568; margin: 0 0 12px; }
h2.sec { font-family: 'Archivo Black', sans-serif; text-transform: uppercase; font-size: 24px; margin: 0 0 18px; letter-spacing: -0.01em; }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 26px 0 8px; }
.fact { border: 1px solid rgba(233,237,244,.12); border-radius: var(--r-card); background: #05070d; padding: 18px; }
.fact b { font-family: 'Archivo Black', sans-serif; font-size: 26px; color: var(--accent); display: block; }
.fact span { font-size: 12px; color: #8892a0; }
.highlights { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 10px; }
.highlights li { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; color: #cdd4e0; border: 1px solid rgba(233,237,244,.1); border-radius: 12px; padding: 13px 16px; background: #05070d; }
.highlights li span { color: var(--accent); }

.rail { position: sticky; top: 78px; border: 1px solid rgba(233,237,244,.14); border-radius: var(--r-card); background: linear-gradient(160deg, #070b16, #05070d); padding: 22px; box-shadow: 0 24px 60px -30px rgba(0,0,0,.8); }
.rail .when { font-family: 'Archivo Black', sans-serif; font-size: 22px; color: var(--accent); }
.rail .meta { font-size: 13px; color: #aeb6c4; margin: 12px 0; line-height: 2; }
.rail .meta div span { color: #4d5568; display: inline-block; width: 88px; }
.btn { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; border-radius: var(--r-ctrl); padding: 14px; font-size: 14px; font-weight: 600; font-family: inherit; cursor: pointer; border: 1px solid transparent; transition: transform .15s, background .2s, color .2s, border-color .2s; }
.btn-primary { background: var(--accent); color: #04050a; }
.btn-primary:hover { background: #e9edf4; transform: translateY(-1px); }
.btn-ghost { border-color: rgba(233,237,244,.22); color: #e9edf4; margin-top: 10px; }
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); }

.gallery-sec { margin: 20px 0 60px; }
.gallery { columns: 3 240px; column-gap: 14px; margin-top: 20px; }
.gallery figure { margin: 0 0 14px; break-inside: avoid; border: 1px solid rgba(233,237,244,.12); border-radius: var(--r-media); overflow: hidden; background: #05070d; }
.gallery img { width: 100%; transition: transform .5s ease, opacity .3s; }
.gallery figure:hover img { transform: scale(1.04); }
.gallery figcaption { font-size: 11px; color: #8892a0; padding: 8px 12px; display: flex; justify-content: space-between; }

.cta-band { border: 1px solid color-mix(in srgb, var(--accent) 35%, transparent); border-radius: 20px; background: linear-gradient(160deg, #070b16, #05070d); padding: 44px 32px; text-align: center; margin-bottom: 60px; }
.cta-band h2 { font-family: 'Archivo Black', sans-serif; text-transform: uppercase; font-size: clamp(24px, 4vw, 40px); margin: 0 0 12px; }
.cta-band p { color: #8892a0; margin: 0 auto 22px; max-width: 460px; font-size: 14px; }
.cta-band .btn { display: inline-flex; width: auto; padding: 15px 32px; }

footer { border-top: 1px solid rgba(233,237,244,.1); }
footer .wrap { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; padding-top: 22px; padding-bottom: 40px; font-size: 11.5px; color: #4d5568; }

@media (max-width: 820px) {
  .grid { grid-template-columns: 1fr; gap: 30px; }
  .rail { position: static; }
  .hero-media { aspect-ratio: 4/3; }
  .hero-body { padding: 20px; }
  .facts { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { * { animation: none !important; } html { scroll-behavior: auto; } }

/* extraídos dos estilos inline */
.pill svg { shape-rendering: crispEdges; flex-shrink: 0; }
.prose strong, .highlights strong { color: #e9edf4; }
figcaption span:last-child { color: #3fd68b; }
.mt40 { margin-top: 40px; }

