/* ============================================================
   Opus Mídias · Institucional v3 · "Sala de Impressão"
   Método lafys/QClay absorvido (Valmax/Lovable/GroundAI):
   spec determinística, blur-in, profundidade física, matte
   quente, sharp corners, parallax de mouse, intro coreografada.
   Tokens do DS Opus (noir/paper/vermelho-Kodak).
   ============================================================ */

:root {
  --noir: #16120E;
  --noir-2: #0D0C0B;
  --matte: #1B1713;          /* seções matte (análogo warm do oklch .16) */
  --card: #211B15;
  --paper: #F4EFE3;
  --paper-2: #ECE5D5;
  --ink: #1A1612;
  --ink-soft: #5C5448;
  --paper-line: #D2C9B7;
  --accent: #D8401B;
  --accent-2: #1E39DE;
  --success: #2C6E49;
  --success-l: #4C9E73;
  --gold: #C49126;
  --pop: #E7DD1B;
  --ember: #E89646;
  --noir-line: #3A342D;
  --noir-txt: #B0A89C;
  --cream-dim: #A89E8C;

  --ease: cubic-bezier(.22, 1, .36, 1);
  --m: clamp(24px, 5vw, 96px);
  --font-sans: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --font-serif: "Fraunces", Georgia, serif;
  --font-mono: "Space Mono", "Courier New", monospace;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: auto; }
body {
  background: var(--noir);
  color: var(--paper);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
::selection { background: var(--accent); color: var(--paper); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { display: block; }

/* ---- grão de filme global ---- */
.grain {
  position: fixed; inset: 0; z-index: 95; pointer-events: none;
  opacity: .05; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 240px 240px;
}

/* ---- utilitários ---- */
.mono { font-family: var(--font-mono); }
.eyebrow {
  font-family: var(--font-mono); font-weight: 700;
  font-size: 11px; letter-spacing: .42em; text-transform: uppercase;
  color: var(--accent);
}
.meta {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--cream-dim);
}
.serif-acc { font-family: var(--font-serif); font-style: italic; font-weight: 500; letter-spacing: 0; }
.calib { display: flex; }
.calib span { width: 24px; height: 11px; display: block; }
.calib span:nth-child(1) { background: var(--accent); }
.calib span:nth-child(2) { background: var(--accent-2); }
.calib span:nth-child(3) { background: var(--success); }
.calib span:nth-child(4) { background: var(--gold); }
.calib span:nth-child(5) { background: var(--pop); }
.calib span:nth-child(6) { background: var(--paper); }
.calib span:nth-child(7) { background: var(--ink); border: 1px solid var(--noir-line); }

/* estados de entrada (JS anima; sem JS, tudo visível) */
html.js [data-blur-in], html.js [data-photo-in] { opacity: 0; }
@media (prefers-reduced-motion: reduce) {
  html.js [data-blur-in], html.js [data-photo-in] { opacity: 1 !important; transform: none !important; filter: none !important; }
}

/* ============================================================
   INTRO SEQUENCE
   ============================================================ */
.intro {
  position: fixed; inset: 0; z-index: 200; pointer-events: none;
  display: grid; place-items: center;
}
.intro-backdrop { position: absolute; inset: 0; background: var(--matte); }
.intro-circles { position: absolute; inset: 0; display: grid; place-items: center; }
.intro-circle {
  position: absolute; border: 1px solid rgba(244, 239, 227, .10);
  border-radius: 50%; opacity: 0;
}
.intro-rays { position: absolute; width: min(72vmin, 700px); height: min(72vmin, 700px); }
.intro-rays line { stroke: rgba(244, 239, 227, .45); stroke-width: .12; stroke-linecap: round; }
.intro-logo { position: absolute; display: flex; align-items: center; gap: 18px; }
.intro-logo svg { height: 64px; width: 63px; }
.intro-word {
  overflow: hidden; white-space: nowrap;
  font-family: var(--font-sans); font-weight: 300; letter-spacing: .35em;
  text-transform: uppercase; font-size: 22px; color: var(--paper);
}
.intro-dot {
  position: absolute; width: 8px; height: 8px; border-radius: 50%;
  background: var(--paper); box-shadow: 0 0 18px 4px rgba(244, 239, 227, .7);
}

/* ============================================================
   TOPBAR
   ============================================================ */
.topbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px clamp(24px, 4vw, 40px);
  transition: background .5s var(--ease), backdrop-filter .5s var(--ease), padding .5s var(--ease);
}
.topbar.scrolled {
  background: rgba(13, 12, 11, .62);
  -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
  padding-top: 14px; padding-bottom: 14px;
}
.brand { display: flex; align-items: center; gap: 14px; }
.brand svg { height: 26px; width: 26px; }
.brand .word {
  font-weight: 300; letter-spacing: .35em; text-transform: uppercase;
  font-size: 12px; color: var(--paper); white-space: nowrap;
}
.topbar nav { display: flex; gap: clamp(14px, 2vw, 28px); }
.topbar nav a {
  font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .12em;
  text-transform: uppercase; color: rgba(244, 239, 227, .55);
  transition: color .35s var(--ease);
}
.topbar nav a:hover { color: var(--paper); }
.topbar .meta { font-size: 10.5px; }
@media (max-width: 1080px) { .topbar nav { display: none; } }
@media (max-width: 560px) { .topbar .meta { display: none; } }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative; min-height: 108vh; overflow: hidden;
  background: var(--noir);
}
.hero .field { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.hero .linefield { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.hero .noise {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  opacity: .12; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E");
}
.hero .glow {
  position: absolute; top: -160px; left: 50%; transform: translateX(-50%);
  width: 800px; height: 800px; border-radius: 50%;
  background: rgba(244, 239, 227, .04); filter: blur(64px); z-index: 1;
}
.hero .halo {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(560px 560px at 50% 64%, rgba(232, 150, 70, .10), transparent 70%),
    radial-gradient(1100px 900px at 50% 60%, rgba(206, 86, 38, .13), transparent 72%);
}
.hero .arc {
  position: absolute; top: 8%; left: 50%; width: 1500px; height: 1500px;
  border: 1px solid rgba(244, 239, 227, .07); border-radius: 50%;
  z-index: 0; pointer-events: none;
}
.hero .arc.a1 { transform: translateX(-78%); }
.hero .arc.a2 { transform: translateX(-22%); }

.hero-center {
  position: relative; z-index: 10;
  min-height: 108vh; display: grid; place-items: center;
  text-align: center; padding: 120px 24px 80px;
}
.hero-center .inner { max-width: 880px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 7px 18px 7px 9px; border-radius: 999px;
  background: rgba(15, 13, 11, .6);
  border: 1px solid rgba(244, 239, 227, .08);
  -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px);
  font-family: var(--font-mono); font-size: 11px; letter-spacing: .14em;
  text-transform: uppercase; color: rgba(244, 239, 227, .85);
  margin-bottom: 30px;
}
.hero-badge i {
  width: 22px; height: 22px; border-radius: 999px; background: var(--accent);
  display: inline-grid; place-items: center; font-style: normal;
}
.hero-badge i svg { height: 12px; width: 12px; }
.hero h1 {
  font-weight: 800; text-transform: uppercase;
  font-size: clamp(64px, 11.5vw, 168px);
  line-height: .92; letter-spacing: -.02em; color: var(--paper);
}
.hero h1 .l2 { color: var(--accent); }
.hero-sub {
  margin: 26px auto 0; max-width: 520px;
  font-size: clamp(15px, 1.2vw, 17px); line-height: 1.65;
  color: rgba(244, 239, 227, .55);
}
.hero-sub .serif-acc { color: rgba(244, 239, 227, .85); }

/* collage flutuante */
.hero-collage { position: absolute; inset: 0; z-index: 20; pointer-events: none; }
.hcard {
  position: absolute; overflow: hidden; pointer-events: auto;
  box-shadow: 0 30px 80px -30px rgba(0, 0, 0, .9);
  outline: 1px solid rgba(244, 239, 227, .10); outline-offset: -1px;
  transition: transform .4s var(--ease);
  transform: translate3d(calc(var(--mx, 0) * var(--depth, 20) * 1px), calc(var(--my, 0) * var(--depth, 20) * 1px), 0);
}
.hcard img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.2s var(--ease);
}
.hcard:hover img { transform: scale(1.05); }
.hcard .badge {
  position: absolute; bottom: 8px; right: 8px; width: 24px; height: 24px;
  border-radius: 6px; background: rgba(0, 0, 0, .4);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  display: grid; place-items: center; color: rgba(244, 239, 227, .8);
  font-family: var(--font-mono); font-size: 11px;
}
.hc1 { top: 12%; left: 22%;  width: 130px; aspect-ratio: 16/10; --depth: 18; }
.hc2 { top: 12%; right: 3%;  width: 230px; aspect-ratio: 16/9;  --depth: 22; }
.hc3 { top: 17%; left: 4.5%; width: 110px; aspect-ratio: 3/4;   --depth: 28; }
.hc4 { top: 40%; right: 5%;  width: 175px; aspect-ratio: 3/4;   --depth: 26; }
.hc5 { top: 50%; left: 4%;   width: 185px; aspect-ratio: 3/4;   --depth: 20; }
.hc6 { bottom: 8%; left: 13%; width: 135px; aspect-ratio: 4/5;  --depth: 24; }
.hc7 { bottom: 9%; right: 9%; width: 205px; aspect-ratio: 16/10; --depth: 22; }
@media (max-width: 1080px) {
  .hc1, .hc6 { display: none; }
  .hc2 { width: 180px; } .hc4 { width: 140px; top: 44%; } .hc5 { width: 150px; } .hc7 { width: 170px; }
}
@media (max-width: 640px) {
  .hc4, .hc7 { display: none; }
  .hc2 { width: 145px; top: 11%; right: 3%; }
  .hc3 { width: 92px; top: 15%; }
  .hc5 { width: 105px; top: auto; bottom: 11%; }
}

/* marcadores de constelação (HTML, sem distorção) */
.hero-markers { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.hmark { position: absolute; display: flex; gap: 8px; align-items: flex-start; }
.hmark .pt {
  width: 5px; height: 5px; border-radius: 50%; background: rgba(244, 239, 227, .95);
  box-shadow: 0 0 10px 2px rgba(244, 239, 227, .35); margin-top: 3px; flex: none;
}
.hmark .lbl {
  font-family: var(--font-mono); font-size: 9.5px; line-height: 1.5;
  letter-spacing: .06em; color: rgba(244, 239, 227, .5); white-space: nowrap;
}
.hm1 { left: 7.5%; top: 39%; }
.hm2 { right: 26%; top: 26%; }
.hm3 { left: 31%; top: 30%; }
@media (max-width: 1080px) { .hm2, .hm3 { display: none; } .hm1 { top: 74%; } }

/* pill "ver as produções" sobre o card hc4 */
.hcard .view-pill {
  position: absolute; left: 12px; bottom: 14px; display: flex; align-items: center; gap: 10px;
}
.view-pill .dot-wrap { position: relative; width: 25px; height: 25px; }
.view-pill .dot-wrap::before {
  content: ""; position: absolute; inset: -15px; border-radius: 50%;
  background: rgba(244, 239, 227, .3); filter: blur(10px);
}
.view-pill .dot {
  position: absolute; inset: 0; border-radius: 50%; background: var(--paper);
  box-shadow: 0 0 18px 4px rgba(244, 239, 227, .7);
}
.view-pill .pill {
  display: grid; place-items: center; border-radius: 999px;
  background: rgba(0, 0, 0, .35); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  border: 1px solid rgba(244, 239, 227, .15); color: var(--paper);
  font-size: 12px; padding: 9px 16px; white-space: nowrap;
}

.hero-foot {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 30;
  display: flex; align-items: flex-end; justify-content: space-between;
  padding: 0 clamp(24px, 4vw, 40px) 26px; pointer-events: none;
}
.hero-foot .scroll-cue {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .3em;
  text-transform: uppercase; color: rgba(244, 239, 227, .5);
}
.hero-foot .scroll-cue .bar {
  width: 1px; height: 34px; background: rgba(244, 239, 227, .25);
  position: relative; overflow: hidden;
}
.hero-foot .scroll-cue .bar::after {
  content: ""; position: absolute; left: 0; top: -50%; width: 100%; height: 50%;
  background: var(--paper); animation: cue 1.8s var(--ease) infinite;
}
@keyframes cue { 0% { top: -50%; } 100% { top: 110%; } }

/* ============================================================
   SEÇÕES BASE
   ============================================================ */
.section { position: relative; overflow: hidden; }
.section.matte { background: var(--matte); }
.section.noir { background: var(--noir); }
.section .noise {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  opacity: .12; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E");
}
.section .inner {
  position: relative; z-index: 2;
  max-width: 1280px; margin: 0 auto;
  padding: clamp(80px, 12vh, 140px) var(--m);
}
.sec-head { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(24px, 4vw, 64px); align-items: end; margin-bottom: clamp(40px, 7vh, 72px); }
@media (max-width: 880px) { .sec-head { grid-template-columns: 1fr; } }
.sec-head .eyebrow { margin-bottom: 16px; }
.sec-head h2 {
  font-weight: 800; text-transform: uppercase;
  font-size: clamp(28px, 3.6vw, 52px); line-height: 1.02; letter-spacing: -.015em;
  color: var(--paper);
}
.sec-head h2 .serif-acc { text-transform: none; color: var(--ember); font-weight: 500; }
.sec-head .side { color: rgba(244, 239, 227, .55); font-size: 15px; max-width: 420px; justify-self: end; }
@media (max-width: 880px) { .sec-head .side { justify-self: start; } }

/* ============================================================
   TRUSTED-BY (clientes)
   ============================================================ */
.trusted .inner { padding-bottom: clamp(60px, 9vh, 100px); }
.marquee {
  position: relative; overflow: hidden; padding: 28px 0;
  border-top: 1px solid rgba(244, 239, 227, .08);
  border-bottom: 1px solid rgba(244, 239, 227, .08);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee-track {
  display: flex; align-items: center; gap: 56px; width: max-content;
  animation: marquee 36s linear infinite;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.marquee .name {
  display: flex; align-items: center; gap: 56px;
  font-weight: 700; text-transform: uppercase; letter-spacing: .02em;
  font-size: clamp(20px, 2.2vw, 30px); color: rgba(244, 239, 227, .82);
  white-space: nowrap;
}
.marquee .name i {
  font-style: normal; color: var(--accent); font-size: 14px;
}
.trusted-stats {
  display: flex; gap: clamp(40px, 7vw, 110px); align-items: flex-end;
  margin-top: clamp(40px, 7vh, 64px); flex-wrap: wrap;
}
.trusted-stats .stat .num {
  font-weight: 800; font-size: clamp(52px, 6.5vw, 104px); line-height: 1;
  letter-spacing: -.02em; color: var(--paper); font-variant-numeric: tabular-nums;
}
.trusted-stats .stat.pop .num { color: var(--pop); }
.trusted-stats .stat .lab {
  font-family: var(--font-mono); font-weight: 700; font-size: 11px;
  letter-spacing: .2em; text-transform: uppercase; color: var(--cream-dim); margin-top: 10px;
}
.trusted-stats .more {
  margin-left: auto; max-width: 280px; align-self: center;
  font-family: var(--font-mono); font-size: 11px; letter-spacing: .12em;
  text-transform: uppercase; color: var(--cream-dim); line-height: 1.8;
}
@media (max-width: 880px) { .trusted-stats .more { margin-left: 0; } }

/* ============================================================
   PREMISSA
   ============================================================ */
.premissa { background: var(--noir); }
.premissa .halo-red {
  position: absolute; inset: 0; z-index: 0;
  background: radial-gradient(1100px 760px at 50% 50%, rgba(150, 40, 22, .22), transparent 70%);
}
.premissa .inner { padding: clamp(140px, 24vh, 260px) var(--m); }
.premissa .eyebrow { margin-bottom: clamp(28px, 5vh, 48px); }
.premissa .line {
  font-weight: 800; font-size: clamp(48px, 9vw, 140px);
  line-height: .98; letter-spacing: -.02em; color: var(--paper);
}
.premissa .line .hl {
  color: var(--accent);
  text-shadow: 0 0 80px rgba(216, 64, 27, .45);
}
.premissa .sig {
  margin-top: clamp(44px, 8vh, 72px);
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
}

/* ============================================================
   MÉTODO — 4 cards assimétricos
   ============================================================ */
.metodo-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 2vw, 28px); align-items: start;
}
@media (max-width: 1080px) { .metodo-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .metodo-grid { grid-template-columns: 1fr; } }
.mcard {
  background: var(--card);
  outline: 1px solid rgba(244, 239, 227, .10); outline-offset: -1px;
  box-shadow: 0 30px 80px -30px rgba(0, 0, 0, .8);
  padding: 26px 24px 28px;
  transition: transform .5s var(--ease), outline-color .5s var(--ease);
}
.mcard:hover { transform: translateY(-6px); outline-color: rgba(244, 239, 227, .28); }
@media (min-width: 1081px) {
  .mcard:nth-child(1) { margin-top: 72px; }
  .mcard:nth-child(2) { margin-top: 96px; }
  .mcard:nth-child(3) { margin-top: 36px; }
  .mcard:nth-child(4) { margin-top: 8px; }
}
.mcard .n {
  font-family: var(--font-mono); font-weight: 700; font-size: 11px;
  letter-spacing: .2em; color: var(--accent);
  display: flex; justify-content: space-between; align-items: baseline;
}
.mcard .n .tag { color: var(--cream-dim); letter-spacing: .14em; }
.mcard h3 {
  margin-top: 14px; font-weight: 700; font-size: 22px; line-height: 1.2;
  letter-spacing: -.01em; color: var(--paper);
}
.mcard p {
  margin-top: 12px; font-size: 14px; line-height: 1.65;
  color: rgba(244, 239, 227, .55);
}
.mcard .mini { margin-top: 18px; }
.mcard .mini svg { width: 100%; height: auto; }
.mcard ul { list-style: none; margin-top: 16px; display: grid; gap: 8px; }
.mcard ul li {
  display: flex; align-items: baseline; gap: 10px;
  font-size: 13.5px; color: rgba(244, 239, 227, .75);
}
.mcard ul li i {
  font-style: normal; font-family: var(--font-mono); font-size: 10px;
  color: var(--accent); font-weight: 700;
}
.mcard.pop-card .n, .mcard.pop-card ul li i { color: var(--pop); }
.mcard.pop-card:hover { outline-color: rgba(231, 221, 27, .35); }

/* ============================================================
   RESULTADOS
   ============================================================ */
.cases-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 28px);
}
@media (max-width: 980px) { .cases-grid { grid-template-columns: 1fr; } }
.ccard {
  background: var(--card);
  outline: 1px solid rgba(244, 239, 227, .10); outline-offset: -1px;
  box-shadow: 0 30px 80px -30px rgba(0, 0, 0, .8);
  padding: 28px 26px; display: flex; flex-direction: column;
  transition: transform .5s var(--ease), outline-color .5s var(--ease);
}
.ccard:hover { transform: translateY(-6px); outline-color: rgba(244, 239, 227, .25); }
.ccard .tag {
  font-family: var(--font-mono); font-weight: 700; font-size: 11px;
  letter-spacing: .14em; text-transform: uppercase; color: var(--cream-dim);
}
.ccard .hero-metric {
  margin-top: 20px; font-weight: 800; line-height: .95; letter-spacing: -.02em;
  font-size: clamp(56px, 5.4vw, 84px); color: var(--success-l);
  text-shadow: 0 0 60px rgba(44, 110, 73, .5);
  font-variant-numeric: tabular-nums;
}
.ccard .hero-lab {
  font-family: var(--font-mono); font-weight: 700; font-size: 11px;
  letter-spacing: .18em; text-transform: uppercase; color: var(--cream-dim); margin-top: 8px;
}
.ccard .row {
  display: flex; gap: 26px; margin-top: 20px; padding-top: 18px;
  border-top: 1px solid rgba(244, 239, 227, .08);
}
.ccard .row .v { font-weight: 800; font-size: 24px; color: var(--paper); font-variant-numeric: tabular-nums; }
.ccard .row .l { font-family: var(--font-mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--cream-dim); margin-top: 4px; }
.ccard .sub { font-size: 13.5px; color: rgba(244, 239, 227, .5); margin-top: 16px; }
.ccard .quote {
  font-family: var(--font-serif); font-style: italic; font-weight: 500;
  font-size: 20px; line-height: 1.35; color: var(--paper);
  margin-top: auto; padding-top: 22px;
}
.ccard .who {
  font-family: var(--font-mono); font-weight: 700; font-size: 10.5px;
  letter-spacing: .14em; text-transform: uppercase; color: var(--accent); margin-top: 12px;
}

/* break even */
.be-band {
  margin-top: clamp(56px, 9vh, 96px);
  display: grid; grid-template-columns: 1.35fr 1fr;
  gap: clamp(28px, 4vw, 72px); align-items: center;
}
@media (max-width: 980px) { .be-band { grid-template-columns: 1fr; } }
.be-band h3 {
  font-weight: 800; text-transform: uppercase;
  font-size: clamp(26px, 2.8vw, 40px); line-height: 1.05; letter-spacing: -.01em;
  color: var(--paper);
}
.be-band h3 .serif-acc { text-transform: none; color: var(--ember); font-weight: 500; }
.be-band .txt p { margin-top: 16px; font-size: 14.5px; color: rgba(244, 239, 227, .55); max-width: 52ch; }
.be-chart svg { width: 100%; height: auto; }
.be-chart text { font-family: "Space Mono", monospace; }
.be-legend { display: flex; gap: 22px; margin-bottom: 12px; flex-wrap: wrap; }
.be-legend .li { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: rgba(244, 239, 227, .7); }
.be-legend .li i { display: block; width: 22px; height: 4px; }
.be-names { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.be-names span {
  font-family: var(--font-mono); font-size: 11px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase; color: var(--success-l);
  border: 1px solid rgba(76, 158, 115, .35); border-radius: 999px;
  padding: 7px 14px; white-space: nowrap;
}
.be-names .all {
  color: var(--cream-dim); border-color: rgba(244, 239, 227, .15);
}

/* ============================================================
   ENTREGÁVEIS
   ============================================================ */
.deliver-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
}
@media (max-width: 1080px) { .deliver-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .deliver-grid { grid-template-columns: 1fr; } }
.dcell {
  display: flex; align-items: baseline; gap: 12px;
  border: 1px solid rgba(244, 239, 227, .10);
  padding: 16px 18px;
  transition: background .4s var(--ease), border-color .4s var(--ease);
}
.dcell:hover { background: rgba(244, 239, 227, .05); border-color: rgba(244, 239, 227, .22); }
.dcell .n { font-family: var(--font-mono); font-weight: 700; font-size: 10.5px; color: var(--accent); }
.dcell .t { font-weight: 600; font-size: 14.5px; color: rgba(244, 239, 227, .88); line-height: 1.35; }
.exemplo-box {
  margin-top: 28px; position: relative;
  background: var(--noir-2);
  outline: 1px solid rgba(244, 239, 227, .08); outline-offset: -1px;
  padding: 24px 28px 24px 36px;
}
.exemplo-box::before {
  content: ""; position: absolute; left: 0; top: 16px; bottom: 16px;
  width: 5px; background: var(--pop);
}
.exemplo-box .k {
  font-family: var(--font-mono); font-weight: 700; font-size: 11px;
  letter-spacing: .18em; text-transform: uppercase; color: var(--pop);
}
.exemplo-box p { color: rgba(244, 239, 227, .75); margin-top: 10px; font-size: 14.5px; max-width: 88ch; }

/* ============================================================
   SITES — fan cards
   ============================================================ */
.sites-title {
  font-weight: 800; text-transform: uppercase; text-align: center;
  font-size: clamp(34px, 5.4vw, 76px); line-height: 1.02; letter-spacing: -.015em;
  color: var(--paper); max-width: 1100px; margin: 0 auto;
}
.sites-title .inline-shot {
  display: inline-flex; vertical-align: middle;
  height: clamp(38px, 5vw, 72px); aspect-ratio: 16/9; overflow: hidden;
  border-radius: 8px; outline: 1px solid rgba(244, 239, 227, .2);
  margin: 0 10px; transform: translateY(-6px);
}
.sites-title .inline-shot img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.sites-title .serif-acc { text-transform: none; color: var(--ember); font-weight: 500; }
.fan {
  position: relative; height: clamp(360px, 46vw, 560px);
  margin-top: clamp(40px, 7vh, 72px);
  display: grid; place-items: center;
}
.fan a {
  position: absolute; width: clamp(300px, 38vw, 560px); aspect-ratio: 16/10;
  overflow: hidden; background: var(--card);
  outline: 1px solid rgba(244, 239, 227, .12); outline-offset: -1px;
  box-shadow: 0 40px 100px -30px rgba(0, 0, 0, .9);
  transition: transform .8s var(--ease), outline-color .5s var(--ease);
  transform-origin: 50% 120%;
  transform: rotate(var(--rot, 0deg)) translateX(var(--tx, 0px)) translateY(var(--ty, 0px));
}
.fan a img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform 1.2s var(--ease); }
.fan a:hover { transform: rotate(var(--rot, 0deg)) translateX(var(--tx, 0px)) translateY(calc(var(--ty, 0px) - 18px)); outline-color: rgba(244, 239, 227, .35); z-index: 5; }
.fan a:hover img { transform: scale(1.04); }
.fan a .cap {
  position: absolute; left: 0; right: 0; bottom: 0;
  display: flex; justify-content: space-between; align-items: baseline; gap: 10px;
  padding: 28px 16px 12px;
  background: linear-gradient(transparent, rgba(0, 0, 0, .72));
  color: var(--paper);
}
.fan a .cap .t { font-weight: 700; font-size: 16px; }
.fan a .cap .c { font-family: var(--font-mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: rgba(244, 239, 227, .7); }
.fan a .cap .c::after { content: " ↗"; color: var(--ember); }
/* posições do leque (JS anima de fechado para aberto) */
.fan.open .f1 { --rot: -9deg; --tx: -46%; --ty: 12px; }
.fan.open .f2 { --rot: 0deg; --tx: 0%; --ty: -14px; }
.fan.open .f3 { --rot: 9deg; --tx: 46%; --ty: 12px; }
@media (max-width: 880px) {
  .fan { height: auto; display: grid; gap: 16px; place-items: stretch; }
  .fan a { position: relative; width: 100%; transform: none !important; }
}
.sites-note {
  margin-top: clamp(36px, 6vh, 56px); text-align: center;
  font-family: var(--font-mono); font-size: 11px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--cream-dim);
}

/* ============================================================
   ATTO — bloco parallax
   ============================================================ */
.atto { position: relative; height: 86vh; min-height: 560px; overflow: hidden; }
.atto .bg {
  position: absolute; left: 0; right: 0; top: -12%; bottom: -12%;
  background-image: var(--atto-bg); background-size: cover; background-position: center;
  will-change: transform;
}
.atto .shade {
  position: absolute; inset: 0;
  background: linear-gradient(rgba(13, 12, 11, .68), rgba(13, 12, 11, .38) 45%, rgba(13, 12, 11, .78));
}
.atto .inner-c {
  position: relative; z-index: 2; height: 100%;
  display: grid; place-items: center; text-align: center; padding: 0 24px;
}
.atto .eyebrow { color: var(--pop); margin-bottom: 22px; }
.atto h3 {
  font-weight: 800; text-transform: uppercase;
  font-size: clamp(40px, 6.4vw, 92px); line-height: .98; letter-spacing: -.018em;
  color: var(--paper);
}
.atto h3 .hl { color: var(--pop); }
.atto p {
  margin: 22px auto 0; max-width: 620px;
  font-size: 15px; line-height: 1.7; color: rgba(244, 239, 227, .8);
}
.atto .stats-line {
  margin-top: 26px; display: flex; gap: 28px; justify-content: center; flex-wrap: wrap;
  font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .14em;
  text-transform: uppercase; color: rgba(244, 239, 227, .75);
}
.atto .stats-line b { color: var(--paper); font-size: 15px; }
.atto .cta {
  margin-top: 38px; display: inline-flex; align-items: center; gap: 12px;
  background: var(--paper); color: var(--ink);
  border-radius: 999px; padding: 13px 30px;
  font-weight: 600; font-size: 13.5px; letter-spacing: .08em; text-transform: uppercase;
  transition: background .35s var(--ease), transform .35s var(--ease);
}
.atto .cta:hover { background: rgba(244, 239, 227, .9); transform: translateY(-2px); }

/* ============================================================
   COMO FUNCIONA — timeline horizontal
   ============================================================ */
.timeline { position: relative; margin-top: clamp(56px, 9vh, 88px); }
.timeline .axis {
  position: absolute; left: 0; right: 0; top: 50%; height: 2px;
  background: rgba(244, 239, 227, .12); transform-origin: left center;
}
.timeline .row { display: grid; grid-template-columns: repeat(7, 1fr); gap: 14px; }
.tstep { position: relative; padding: 0 4px; min-height: 300px; }
.tstep .dot {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 38px; height: 38px; border-radius: 50%;
  display: grid; place-items: center;
  font-family: var(--font-mono); font-weight: 700; font-size: 11.5px; color: var(--paper);
  background: var(--card); outline: 3px solid var(--matte);
}
.tstep:nth-child(odd) .dot { background: var(--accent); }
.tstep .tcard { position: absolute; left: 0; right: 0; }
.tstep:nth-child(odd) .tcard { bottom: calc(50% + 34px); }
.tstep:nth-child(even) .tcard { top: calc(50% + 34px); }
.tstep .tcard .k {
  font-family: var(--font-mono); font-weight: 700; font-size: 9.5px;
  letter-spacing: .16em; text-transform: uppercase; color: var(--accent);
}
.tstep .tcard .t { font-weight: 700; font-size: 15.5px; line-height: 1.25; color: var(--paper); margin-top: 6px; }
.tstep .tcard .s { font-size: 12.5px; line-height: 1.55; color: rgba(244, 239, 227, .55); margin-top: 6px; }
.tstep .vline {
  position: absolute; left: 50%; width: 1px; background: rgba(244, 239, 227, .15);
}
.tstep:nth-child(odd) .vline { bottom: calc(50% + 8px); height: 22px; }
.tstep:nth-child(even) .vline { top: calc(50% + 8px); height: 22px; }
@media (max-width: 1080px) {
  .timeline .axis { display: none; }
  .timeline .row { grid-template-columns: 1fr 1fr; gap: 22px; }
  .tstep { min-height: 0; padding: 18px; background: var(--card); outline: 1px solid rgba(244, 239, 227, .1); outline-offset: -1px; }
  .tstep .dot, .tstep .vline { display: none; }
  .tstep .tcard { position: static; }
}
@media (max-width: 560px) { .timeline .row { grid-template-columns: 1fr; } }

/* ============================================================
   MANIFESTO + FECHAMENTO
   ============================================================ */
.manifesto { background: var(--noir); }
.manifesto .halo-red {
  position: absolute; inset: 0; z-index: 0;
  background: radial-gradient(1000px 700px at 50% 36%, rgba(150, 40, 22, .18), transparent 70%);
}
.manifesto .line {
  font-family: var(--font-serif); font-weight: 500;
  font-size: clamp(28px, 4.2vw, 62px); line-height: 1.18; color: var(--paper);
}
.manifesto .close-a { margin-top: clamp(36px, 6vh, 56px); font-weight: 500; font-size: clamp(18px, 2.2vw, 32px); color: rgba(244, 239, 227, .6); }
.manifesto .close-b { font-weight: 800; font-size: clamp(22px, 2.8vw, 42px); letter-spacing: -.01em; color: var(--accent); margin-top: 8px; }

.cool { text-align: center; padding: clamp(120px, 20vh, 220px) 24px clamp(60px, 9vh, 100px); position: relative; z-index: 2; }
.cool .line {
  font-weight: 800; font-size: clamp(48px, 9vw, 144px);
  line-height: .96; letter-spacing: -.02em; color: var(--paper);
}
.cool .line.hl { color: var(--accent); text-shadow: 0 0 90px rgba(216, 64, 27, .4); }
.cool .meta { margin-top: clamp(28px, 5vh, 44px); }

.footer {
  position: relative; z-index: 2;
  border-top: 1px solid rgba(244, 239, 227, .1);
  padding: 22px clamp(24px, 4vw, 40px) 26px;
  display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap;
}
.footer .left { display: flex; align-items: center; gap: 14px; }
.footer .left svg { height: 22px; width: 22px; }
.footer .links { display: flex; gap: clamp(14px, 2vw, 26px); flex-wrap: wrap; }
.footer .links a {
  font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .12em;
  text-transform: uppercase; color: rgba(244, 239, 227, .45);
  transition: color .35s var(--ease);
}
.footer .links a:hover { color: var(--paper); }
.footer .meta { font-size: 10px; color: rgba(244, 239, 227, .35); }
