/* ==========================================================================
   seomkt, design system
   Paleta oficial: #3e3085 · #fa8a00 · #c8b7fe · #0d1130 · #ffffff
   Tipografia: Sora (200-800)
   ========================================================================== */

:root {
  --ink: #0d1130;
  --ink-2: #151a45;
  --ink-3: #1d2257;
  --violet: #3e3085;
  --violet-logo: #56278f;
  --violet-soft: #7a52b8;   /* escurecido de #8e67c6: texto violeta em fundo claro passa no contraste AA */
  --electric: #8a3ffc;
  --lilac: #c8b7fe;
  --lilac-2: #e6ddff;
  --paper: #f5f2fc;
  --white: #ffffff;
  --orange: #fa8a00;
  --pink: #e36fd6;

  --grad-icon: linear-gradient(135deg, #6a2be0 0%, #b44cff 38%, #f07fb0 64%, #fa8a00 100%);
  --grad-beam: linear-gradient(160deg, #3b2080 0%, #120f3a 55%, #0a0c26 100%);
  --grad-lilac: linear-gradient(160deg, #c8b7fe 0%, #d9ccff 45%, #f6f2ff 100%);
  --grad-sunset: linear-gradient(160deg, #e39a62 0%, #fa8a00 45%, #d6a2c6 100%);

  --bg: var(--paper);
  --fg: var(--ink);
  --muted: rgba(13, 17, 48, .62);
  --line: rgba(13, 17, 48, .14);
  --card: #ffffff;

  --font: "Sora", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --gutter: clamp(20px, 4vw, 64px);
  --maxw: 1520px;
  --radius: 18px;
  --radius-lg: 28px;
  --ease: cubic-bezier(.2, .7, .1, 1);
  --ease-in-out: cubic-bezier(.76, 0, .24, 1);
  --header-h: 76px;

  --fs-hero: clamp(3rem, 9.4vw, 10.5rem);
  --fs-d1: clamp(2.6rem, 7.2vw, 7.6rem);
  --fs-d2: clamp(2.1rem, 5vw, 5.2rem);
  --fs-d3: clamp(1.6rem, 3.2vw, 3.1rem);
  --fs-lead: clamp(1.12rem, 1.6vw, 1.5rem);
  --fs-body: clamp(1rem, 1.05vw, 1.08rem);
  --fs-small: .875rem;
  --fs-label: .74rem;
}

.theme-dark, [data-theme="dark"] {
  --bg: var(--ink);
  --fg: #f4f1ff;
  --muted: rgba(244, 241, 255, .66);
  --line: rgba(244, 241, 255, .16);
  --card: var(--ink-2);
}
[data-theme="lilac"] {
  --bg: var(--lilac);
  --fg: var(--ink);
  --muted: rgba(13, 17, 48, .7);
  --line: rgba(13, 17, 48, .18);
}
[data-theme="violet"] {
  --bg: var(--violet);
  --fg: #fff;
  --muted: rgba(255, 255, 255, .72);
  --line: rgba(255, 255, 255, .2);
  --card: rgba(255,255,255,.06);
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: auto; overflow-x: clip; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: var(--fs-body);
  line-height: 1.6;
  font-weight: 300;
  color: var(--fg);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
  text-rendering: optimizeLegibility;
}
body.theme-dark { background: var(--ink); }
img, video, svg { display: block; max-width: 100%; }
img, video { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
input, textarea, select { font: inherit; color: inherit; }
h1, h2, h3, h4, h5, p, figure, blockquote, ul, ol { margin: 0; padding: 0; }
ul, ol { list-style: none; }
::selection { background: var(--lilac); color: var(--ink); }
:focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; border-radius: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 9999; background: var(--orange); color: var(--ink); padding: 10px 16px; border-radius: 99px; transform: translateY(-150%); transition: transform .3s; font-weight: 600; }
.skip-link:focus { transform: none; }

/* ---------- layout ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.wrap--wide { max-width: 1840px; }
.section { position: relative; padding-block: clamp(80px, 12vw, 180px); background: var(--bg); color: var(--fg); }
.section--tight { padding-block: clamp(56px, 8vw, 110px); }
.section--flush-top { padding-top: 0; }
.grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(16px, 2vw, 32px); }
.stack > * + * { margin-top: var(--stack, 1.2em); }

/* ---------- typography ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: .7em;
  font-size: var(--fs-label); letter-spacing: .16em; text-transform: uppercase; font-weight: 500;
  color: var(--muted);
}
.eyebrow::before { content: ""; width: 22px; height: 1px; background: currentColor; opacity: .7; }
.eyebrow--plain::before { display: none; }
.eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgba(250, 138, 0, .18); }
.display, .h-hero, .h1, .h2, .h3 { font-weight: 600; letter-spacing: -.045em; line-height: .96; }
.h-hero { font-size: var(--fs-hero); letter-spacing: -.06em; line-height: .86; font-weight: 600; }
.h1 { font-size: var(--fs-d1); }
.h2 { font-size: var(--fs-d2); line-height: 1; }
.h3 { font-size: var(--fs-d3); line-height: 1.06; letter-spacing: -.035em; }
.h4 { font-size: clamp(1.2rem, 1.6vw, 1.5rem); font-weight: 500; letter-spacing: -.02em; line-height: 1.2; }
.lead { font-size: var(--fs-lead); line-height: 1.45; font-weight: 300; letter-spacing: -.01em; }
.muted { color: var(--muted); }
.small { font-size: var(--fs-small); }
.light { font-weight: 200; }
.thin { font-weight: 200; }
.t-grad { background: var(--grad-icon); -webkit-background-clip: text; background-clip: text; color: transparent; padding: .06em .14em .22em 0; margin-right: -.14em; -webkit-box-decoration-break: clone; box-decoration-break: clone; }
.t-lilac { color: var(--lilac); }
.t-violet { color: var(--violet-soft); }
.t-orange { color: var(--orange); }
.nowrap { white-space: nowrap; }
.balance { text-wrap: balance; }
.pretty { text-wrap: pretty; }

/* ---------- buttons ---------- */
.btn {
  --b-bg: var(--fg); --b-fg: var(--bg);
  position: relative; display: inline-flex; align-items: center; gap: 14px;
  min-height: 56px; padding: 6px 6px 6px 26px; border-radius: 999px;
  background: var(--b-bg); color: var(--b-fg);
  font-weight: 500; font-size: .98rem; letter-spacing: -.01em; line-height: 1.1;
  transition: transform .5s var(--ease), background .3s, color .3s;
  isolation: isolate; overflow: hidden; white-space: nowrap;
}
.btn .btn__icon {
  display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%;
  background: var(--orange); color: var(--ink); flex: none;
  transition: transform .5s var(--ease);
}
.btn .btn__icon svg { width: 18px; height: 18px; transition: transform .5s var(--ease); }
.btn:hover .btn__icon svg { transform: rotate(-45deg); }
.btn--light { --b-bg: #fff; --b-fg: var(--ink); }
.btn--ghost { --b-bg: transparent; --b-fg: var(--fg); box-shadow: inset 0 0 0 1px var(--line); }
.btn--ghost .btn__icon { background: var(--fg); color: var(--bg); }
.btn--orange { --b-bg: var(--orange); --b-fg: var(--ink); }
.btn--orange .btn__icon { background: var(--ink); color: #fff; }
.btn--sm { min-height: 46px; padding: 4px 4px 4px 20px; font-size: .9rem; }
.btn--sm .btn__icon { width: 38px; height: 38px; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

.link-arrow { display: inline-flex; align-items: center; gap: .6em; font-weight: 500; position: relative; padding-bottom: 4px; }
.link-arrow::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: currentColor; transform-origin: right; transform: scaleX(.3); opacity: .6; transition: transform .6s var(--ease), opacity .3s; }
.link-arrow:hover::after { transform-origin: left; transform: scaleX(1); opacity: 1; }
.link-arrow svg { width: 1em; height: 1em; transition: transform .5s var(--ease); }
.link-arrow:hover svg { transform: translateX(4px) rotate(-45deg); }

.chip {
  display: inline-flex; align-items: center; gap: 8px; min-height: 40px; padding: 8px 18px;
  border-radius: 999px; box-shadow: inset 0 0 0 1px var(--line); font-size: .9rem; font-weight: 400;
  transition: background .3s, color .3s, box-shadow .3s; white-space: nowrap;
}
.chip:hover { box-shadow: inset 0 0 0 1px var(--fg); }
.chip.is-active { background: var(--fg); color: var(--bg); box-shadow: none; }
.chip .count { font-size: .72em; opacity: .6; }
.tag { display: inline-flex; padding: 5px 12px; border-radius: 99px; font-size: .78rem; background: rgba(200, 183, 254, .22); color: inherit; box-shadow: inset 0 0 0 1px var(--line); }

/* ---------- header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100; height: var(--header-h);
  color: var(--ink); transition: transform .6s var(--ease), color .4s, background .4s;
}
.site-header.is-hidden { transform: translateY(-110%); }
.site-header[data-tone="dark"] { color: #fff; }
.site-header.is-solid { background: rgba(245, 242, 252, .78); backdrop-filter: blur(14px) saturate(1.3); -webkit-backdrop-filter: blur(14px) saturate(1.3); }
.site-header.is-solid[data-tone="dark"] { background: rgba(13, 17, 48, .72); }
.site-header .wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; max-width: 1840px; }
.logo { display: inline-flex; align-items: center; gap: 10px; height: 30px; flex: none; }
.logo svg { height: 100%; width: auto; overflow: visible; }
.logo .logo__word { font-weight: 600; font-size: 1.62rem; letter-spacing: -.05em; line-height: 1; }
.logo__word .mkt { color: var(--violet-soft); }
.site-header[data-tone="dark"] .logo__word .mkt { color: #a988e0; }
.nav { display: flex; align-items: center; gap: clamp(14px, 2vw, 34px); }
.nav a.nav__link { position: relative; font-size: .95rem; font-weight: 400; padding: 6px 0; }
.nav a.nav__link::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .5s var(--ease); }
.nav a.nav__link:hover::after, .nav a.nav__link[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.nav__cta { margin-left: 8px; }
.menu-toggle { display: inline-flex; align-items: center; gap: 12px; height: 46px; padding: 0 8px 0 18px; border-radius: 99px; box-shadow: inset 0 0 0 1px currentColor; font-size: .9rem; font-weight: 500; }
.menu-toggle__bars { position: relative; width: 30px; height: 30px; border-radius: 50%; background: currentColor; }
.menu-toggle__bars::before, .menu-toggle__bars::after { content: ""; position: absolute; left: 9px; right: 9px; height: 1.5px; background: var(--bg-contrast, #fff); transition: transform .5s var(--ease); }
.site-header:not([data-tone="dark"]) .menu-toggle__bars::before, .site-header:not([data-tone="dark"]) .menu-toggle__bars::after { background: #fff; }
.site-header[data-tone="dark"] .menu-toggle__bars::before, .site-header[data-tone="dark"] .menu-toggle__bars::after { background: var(--ink); }
.menu-toggle__bars::before { top: 12px; }
.menu-toggle__bars::after { top: 17px; }
.menu-open .menu-toggle__bars::before { transform: translateY(2.5px) rotate(45deg); }
.menu-open .menu-toggle__bars::after { transform: translateY(-2.5px) rotate(-45deg); }
@media (min-width: 1100px) { .menu-toggle { display: none; } }
@media (max-width: 1099.98px) { .nav { display: none; } }

/* ---------- fullscreen menu ---------- */
.menu {
  position: fixed; inset: 0; z-index: 90; background: var(--ink); color: #fff;
  clip-path: inset(0 0 100% 0); transition: clip-path .9s var(--ease-in-out); visibility: hidden;
  display: flex; flex-direction: column; overflow-y: auto;
}
.menu-open .menu { clip-path: inset(0 0 0 0); visibility: visible; }
.menu-open .site-header { color: #fff; background: transparent !important; }
.menu-open .site-header .menu-toggle__bars::before, .menu-open .site-header .menu-toggle__bars::after { background: var(--ink); }
.menu__inner { flex: 1; display: grid; grid-template-columns: 1fr; gap: 40px; padding: calc(var(--header-h) + 30px) var(--gutter) 40px; }
.menu__list { display: flex; flex-direction: column; }
.menu__list a { display: flex; align-items: baseline; gap: 16px; font-size: clamp(2.2rem, 8vw, 5.6rem); font-weight: 500; letter-spacing: -.05em; line-height: 1.02; padding: 4px 0; opacity: 0; transform: translateY(40px); transition: opacity .6s, transform .8s var(--ease), color .3s; }
.menu__list a small { font-size: .8rem; letter-spacing: .1em; font-weight: 400; color: var(--lilac); opacity: .7; transform: translateY(-1.6em); }
.menu__list a:hover { color: var(--lilac); }
.menu-open .menu__list a { opacity: 1; transform: none; }
.menu-open .menu__list li:nth-child(1) a { transition-delay: .25s; }
.menu-open .menu__list li:nth-child(2) a { transition-delay: .3s; }
.menu-open .menu__list li:nth-child(3) a { transition-delay: .35s; }
.menu-open .menu__list li:nth-child(4) a { transition-delay: .4s; }
.menu-open .menu__list li:nth-child(5) a { transition-delay: .45s; }
.menu-open .menu__list li:nth-child(6) a { transition-delay: .5s; }
.menu-open .menu__list li:nth-child(7) a { transition-delay: .55s; }
.menu-open .menu__list li:nth-child(8) a { transition-delay: .6s; }
.menu__aside { display: flex; flex-direction: column; justify-content: flex-end; gap: 24px; color: rgba(255,255,255,.7); font-size: .95rem; }
.menu__aside a:hover { color: #fff; }
.menu__preview { display: none; }
@media (min-width: 1000px) {
  .menu__inner { grid-template-columns: 1.3fr .9fr; align-items: end; }
  .menu__preview { display: block; position: relative; aspect-ratio: 4/5; max-height: 62vh; border-radius: var(--radius-lg); overflow: hidden; justify-self: end; width: min(100%, 440px); }
  .menu__preview img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.08); transition: opacity .6s, transform 1.2s var(--ease); }
  .menu__preview img.is-on { opacity: 1; transform: none; }
}

/* ---------- page transition ---------- */
/* a capa precisa existir já na primeira pintura: os scripts ficam no fim do corpo, então o navegador
   chega a pintar a página antes de o main.js criar o .transition, e a tela pisca entre uma página e outra.
   Só vale para quem chega por um link interno (.is-transit); na primeira visita a página aparece direto */
html.is-transit:not(.is-loaded)::before { content: ""; position: fixed; inset: 0; z-index: 9000; background: var(--ink); pointer-events: none; animation: coverOut .4s 3s forwards; }
@keyframes coverOut { to { opacity: 0; visibility: hidden; } }   /* se os scripts falharem, a capa sai sozinha */
html.no-js::before { content: none; }

.transition {
  position: fixed; inset: 0; z-index: 9000; pointer-events: none;
  display: grid; place-items: center; background: var(--ink);
  clip-path: inset(0 0 0 0); transition: clip-path .9s var(--ease-in-out);
}
.transition svg { width: 64px; height: 64px; opacity: 1; transition: opacity .4s, transform .9s var(--ease); }
.is-loaded .transition { clip-path: inset(0 0 100% 0); }
.is-loaded .transition svg { opacity: 0; transform: translate(40px, -40px); }
.is-leaving .transition { clip-path: inset(0 0 0 0); transition-duration: .7s; }
.is-leaving .transition svg { opacity: 1; transform: none; }
.no-js .transition { display: none; }

/* ---------- cursor ---------- */
.cursor { display: none; }
@media (hover: hover) and (pointer: fine) {
  .cursor {
    display: grid; opacity: 0; place-items: center; position: fixed; left: 0; top: 0; z-index: 9500; pointer-events: none;
    width: 14px; height: 14px; margin: -7px 0 0 -7px; border-radius: 50%;
    background: #fff; mix-blend-mode: difference;
    transition: width .45s var(--ease), height .45s var(--ease), margin .45s var(--ease), background .3s, mix-blend-mode .3s;
  }
  .cursor span { font-size: .78rem; font-weight: 600; color: var(--ink); opacity: 0; transition: opacity .3s; white-space: nowrap; letter-spacing: -.01em; }
  .cursor.is-label { width: 104px; height: 104px; margin: -52px 0 0 -52px; background: var(--lilac); mix-blend-mode: normal; }
  .cursor.is-label span { opacity: 1; }
  .cursor.is-link { width: 46px; height: 46px; margin: -23px 0 0 -23px; }
  .cursor.is-hidden { width: 0; height: 0; margin: 0; }
  .cursor.is-live { opacity: 1; }
}

/* ---------- reveals ----------
   Tudo nasce visível. Ao rodar, o main.js marca como .is-in o que já está na tela e só então liga o .rv,
   que esconde o restante (abaixo da dobra) para aparecer com a rolagem. Assim a primeira dobra não
   espera os scripts do fim da página (LCP) e nada pisca. */
.rv [data-reveal] { transition: opacity 1s var(--ease), transform 1.2s var(--ease); transition-delay: var(--d, 0s); }
.rv [data-reveal]:not(.is-in) { opacity: 0; transform: translateY(36px); }
.rv [data-reveal="fade"]:not(.is-in) { transform: none; }
.rv [data-reveal="scale"]:not(.is-in) { transform: scale(.94); }
.rv [data-reveal="clip"]:not(.is-in) { opacity: 1; transform: none; }
.rv [data-reveal="clip"]::after { content: ""; position: absolute; inset: -1px; z-index: 3; background: var(--bg); transform-origin: top; transform: scaleY(0); transition: transform 1.3s var(--ease-in-out); transition-delay: var(--d, 0s); pointer-events: none; }
.rv [data-reveal="clip"]:not(.is-in)::after { transform: none; }
.rv [data-reveal="clip"] img, .rv [data-reveal="clip"] video { transition: transform 1.8s var(--ease); }
.rv [data-reveal="clip"]:not(.is-in) img, .rv [data-reveal="clip"]:not(.is-in) video { transform: scale(1.18); }
.rv [data-reveal="line"] { transform-origin: left; transition: transform 1.4s var(--ease-in-out); }
.rv [data-reveal="line"]:not(.is-in) { opacity: 1; transform: scaleX(0); }
.split-line { display: block; overflow: hidden; padding-bottom: .08em; margin-bottom: -.08em; }
.split-word { display: inline-block; overflow: hidden; vertical-align: top; padding: .22em .16em .32em .06em; margin: -.22em -.16em -.32em -.06em; }
.split-word > span { display: inline-block; transition: transform 1.1s var(--ease), opacity .6s ease; transition-delay: calc(var(--i, 0) * 45ms + var(--d, 0s)); }
.rv [data-reveal]:not(.is-in) .split-word > span { opacity: 0; transform: translateY(calc(100% + .6em)); }

/* seção de abertura: anima só com CSS a partir da primeira pintura, sem esperar os scripts.
   Só desliza (sem esmaecer): o texto já conta como pintado na primeira pintura (LCP) */
:is(main > section:first-child, main > article > header:first-child) [data-reveal]:not([data-reveal="clip"], [data-reveal="line"], [data-split]) { animation: heroIn 1s var(--ease) var(--d, 0s) both; }
:is(main > section:first-child, main > article > header:first-child) .split-word > span { animation: heroWord 1.1s var(--ease) calc(var(--i, 0) * 45ms + var(--d, 0s)) both; }
@keyframes heroIn { from { transform: translateY(36px); } }
@keyframes heroWord { from { opacity: 0; transform: translateY(calc(100% + .6em)); } }

/* ---------- hero (home) ---------- */
.hero {
  position: relative; min-height: 100svh; display: flex; flex-direction: column; justify-content: flex-end;
  padding: calc(var(--header-h) + 40px) 0 clamp(28px, 4vw, 56px);
  background: var(--ink); color: #fff; overflow: hidden; isolation: isolate;
}
.hero__canvas { position: absolute; inset: 0; z-index: -1; }
.hero__canvas canvas { width: 100%; height: 100%; }
/* pôster estático dos raios (o primeiro quadro do canvas, gerado por scripts/raios.mjs): aparece já na
   primeira pintura e o beams.js troca pelo canvas animado, no mesmo quadro */
[style*="--raios-m"] { background: var(--raios-m) center / 100% 100% no-repeat; }
@media (min-width: 900px) { [style*="--raios-m"] { background-image: var(--raios-d); } }
.beams-live { background: none !important; }
.hero__beam {
  position: absolute; z-index: -2; inset: -20% -10% auto auto; width: 90vw; height: 140%;
  background: radial-gradient(closest-side, rgba(138, 63, 252, .55), rgba(62, 48, 133, .25) 45%, transparent 75%);
  transform: rotate(-28deg); filter: blur(10px); opacity: .9; pointer-events: none;
}
/* grão: a mesma textura do antigo SVG com feTurbulence, já rasterizada (o filtro atrasava a primeira pintura) */
.hero__grain { position: absolute; inset: 0; z-index: -1; opacity: .22; mix-blend-mode: overlay; pointer-events: none; background-image: url("/assets/brand/grao.webp"); }
.hero__top { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; margin-bottom: auto; padding-top: clamp(10px, 3vh, 40px); }
.hero__title { margin-top: clamp(28px, 5vh, 70px); }
.hero .h-hero { font-size: min(var(--fs-hero), 17vh); }
.hero__title .row { display: block; }
.hero__title .row--indent { padding-left: clamp(0px, 14vw, 260px); }
.hero__bottom { display: grid; grid-template-columns: 1fr; gap: 24px; margin-top: clamp(24px, 4vh, 50px); align-items: end; }
.hero__bottom p { max-width: 36ch; color: rgba(255,255,255,.76); }
.hero__meta { display: flex; gap: 22px; flex-wrap: wrap; font-size: .82rem; color: rgba(255,255,255,.6); }
.hero__meta b { color: #fff; font-weight: 500; }
.scroll-cue { display: inline-flex; align-items: center; gap: 12px; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.6); }
.scroll-cue i { position: relative; width: 1px; height: 44px; background: rgba(255,255,255,.2); overflow: hidden; }
.scroll-cue i::after { content: ""; position: absolute; left: 0; top: -50%; width: 100%; height: 50%; background: var(--orange); animation: cue 2.2s var(--ease-in-out) infinite; }
@keyframes cue { to { top: 100%; } }
@media (min-width: 900px) {
  .hero__bottom { grid-template-columns: 1.1fr .9fr auto; }
}
.hero-symbol { position: absolute; z-index: -1; right: -8vw; bottom: -12vw; width: min(78vw, 1100px); aspect-ratio: 1; opacity: .95; pointer-events: none; }
.hero-symbol svg { width: 100%; height: 100%; overflow: visible; }
@media (max-width: 700px) { .hero-symbol { right: -30vw; bottom: auto; top: 14vh; width: 120vw; opacity: .55; } }

/* ---------- reel (vídeo tríptico que expande) ---------- */
.reel { position: relative; height: 240vh; background: var(--ink); }
.reel__sticky { position: sticky; top: 0; height: 100svh; display: grid; place-items: center; overflow: hidden; }
.reel__frame {
  --p: 0; position: relative; width: 100%; height: 100%;
  clip-path: inset(calc((1 - var(--p)) * 22%) calc((1 - var(--p)) * 30%) round calc((1 - var(--p)) * 32px));
  will-change: clip-path;
}
.reel__track { position: absolute; inset: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: calc((1 - var(--p)) * 10px); }
.reel__track video, .reel__track img { width: 100%; height: 100%; object-fit: cover; }
.reel__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13,17,48,.1), rgba(13,17,48,.55)); pointer-events: none; }
.reel__caption { position: absolute; left: var(--gutter); right: var(--gutter); bottom: clamp(20px, 4vw, 56px); display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; color: #fff; opacity: calc(var(--p) * 1.4 - .4); }
.reel__caption .h2 { max-width: 12ch; }
.reel__label { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff; z-index: 2; text-align: center; opacity: calc(1 - var(--p) * 2.5); pointer-events: none; }
.sound-toggle { display: inline-flex; align-items: center; gap: 10px; height: 44px; padding: 0 18px; border-radius: 99px; background: rgba(255,255,255,.14); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); color: #fff; font-size: .85rem; }
.sound-toggle svg { width: 18px; height: 18px; }
@media (max-width: 700px) {
  .reel { height: 200vh; }
  .reel__caption { flex-direction: column; align-items: flex-start; }
  .reel__caption > .eyebrow { display: none; }
  .hero .h-hero { font-size: 15.5vw; }
  .reel__frame { clip-path: inset(calc((1 - var(--p)) * 18%) calc((1 - var(--p)) * 8%) round calc((1 - var(--p)) * 24px)); }
  .reel__track { grid-template-columns: repeat(3, 70vw); transform: translateX(calc(var(--p) * -70vw + 15vw)); }
}

/* ---------- manifesto (texto que acende no scroll) ---------- */
.manifesto { padding-block: clamp(90px, 14vw, 220px); }
.manifesto__text { font-size: clamp(1.9rem, 4.6vw, 4.6rem); line-height: 1.08; letter-spacing: -.045em; font-weight: 500; max-width: 22ch; }
/* apagada, a palavra ainda passa no contraste de texto grande (3:1); a cor de destaque só entra quando ela acende */
.manifesto__text .w { opacity: .5; transition: opacity .35s, color .35s; }
.manifesto__text .w.on { opacity: 1; }
.manifesto__text em { font-style: normal; }
.manifesto__text em .w.on, .no-js .manifesto__text em { color: var(--violet-soft); }
.theme-dark .manifesto__text em .w.on, [data-theme="dark"] .manifesto__text em .w.on { color: var(--lilac); }
.manifesto__foot { display: grid; gap: 30px; margin-top: clamp(40px, 6vw, 90px); }
@media (min-width: 900px) { .manifesto__foot { grid-template-columns: repeat(12, 1fr); } .manifesto__foot > :first-child { grid-column: 1 / 5; } .manifesto__foot > :last-child { grid-column: 7 / 13; } }

/* ---------- stats ---------- */
.stats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.stat { padding: clamp(22px, 3vw, 40px) clamp(0px, 1vw, 20px) clamp(22px, 3vw, 40px) 0; border-bottom: 1px solid var(--line); }
.stat:nth-child(odd) { border-right: 1px solid var(--line); padding-right: 16px; }
.stat:nth-child(even) { padding-left: clamp(16px, 3vw, 40px); }
.stat__num { font-size: clamp(2.6rem, 5.4vw, 6.4rem); font-weight: 600; letter-spacing: -.06em; line-height: .9; display: flex; align-items: baseline; gap: .05em; }
.stat__num small { font-size: .38em; letter-spacing: -.02em; font-weight: 400; color: var(--muted); }
.stat__label { margin-top: 12px; color: var(--muted); font-size: .95rem; max-width: 22ch; }
@media (min-width: 1000px) {
  .stats { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .stat { border-right: 1px solid var(--line); padding-left: clamp(16px, 2vw, 32px) !important; }
  .stat:first-child { padding-left: 0 !important; }
  .stat:last-child { border-right: 0; }
}

/* ---------- serviços (lista com preview) ---------- */
.svc-head { display: grid; gap: 28px; margin-bottom: clamp(40px, 6vw, 90px); }
@media (min-width: 900px) { .svc-head { grid-template-columns: 1fr 1fr; align-items: end; } }
.svc-list { border-top: 1px solid var(--line); }
.svc-item { position: relative; border-bottom: 1px solid var(--line); }
.svc-item > a, .svc-item > button {
  display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 16px; width: 100%; text-align: left;
  padding: clamp(18px, 2.4vw, 34px) 0; position: relative; z-index: 1;
}
.svc-item__n { font-size: .8rem; color: var(--muted); font-weight: 400; letter-spacing: .06em; }
.svc-item__t { font-size: clamp(1.7rem, 4.4vw, 4.4rem); font-weight: 500; letter-spacing: -.05em; line-height: 1; transition: transform .7s var(--ease), color .3s; }
.svc-item__d { display: none; max-width: 32ch; color: var(--muted); font-size: .95rem; }
.svc-item__arrow { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; box-shadow: inset 0 0 0 1px var(--line); transition: background .4s, color .4s, transform .6s var(--ease); flex: none; }
.svc-item__arrow svg { width: 18px; height: 18px; }
.svc-item::before { content: ""; position: absolute; inset: 0; background: var(--fg); transform: scaleY(0); transform-origin: bottom; transition: transform .6s var(--ease); }
@media (hover: hover) {
  .svc-item:hover .svc-item__t { transform: translateX(14px); }
  .svc-item:hover .svc-item__arrow { background: var(--orange); color: var(--ink); box-shadow: none; transform: rotate(-45deg); }
}
@media (min-width: 900px) {
  .svc-item > a, .svc-item > button { grid-template-columns: 70px 1.3fr 1fr auto; gap: 28px; }
  .svc-item__d { display: block; }
}
.svc-preview { position: fixed; left: 0; top: 0; z-index: 50; width: 300px; aspect-ratio: 9/14; border-radius: 22px; overflow: hidden; pointer-events: none; opacity: 0; transform: translate(-50%, -50%) scale(.6) rotate(-6deg); transition: opacity .35s, transform .6s var(--ease); box-shadow: 0 30px 80px rgba(13,17,48,.35); }
.svc-preview.is-on { opacity: 1; transform: translate(-50%, -50%) scale(1) rotate(0deg); }
.svc-preview img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .35s; }
.svc-preview img.is-on { opacity: 1; }
@media (hover: none), (max-width: 899px) { .svc-preview { display: none; } }

/* ---------- trabalhos em scroll horizontal ---------- */
.hwork { position: relative; background: var(--bg); color: var(--fg); }
.hwork__sticky { position: sticky; top: 0; height: 100svh; overflow: hidden; display: flex; flex-direction: column; justify-content: center; }
.hwork__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: clamp(24px, 4vh, 48px); }
.hwork__track { display: flex; gap: clamp(16px, 2vw, 32px); padding-inline: var(--gutter); will-change: transform; }
.hwork__progress { height: 2px; background: var(--line); margin-top: clamp(24px, 4vh, 44px); position: relative; overflow: hidden; }
.hwork__progress i { position: absolute; inset: 0; background: var(--fg); transform-origin: left; transform: scaleX(var(--hp, 0)); }
.case-card { position: relative; flex: none; width: clamp(280px, 38vw, 600px); color: inherit; }
.case-card--tall { width: clamp(240px, 26vw, 420px); }
.case-card__media { position: relative; aspect-ratio: 4/3; border-radius: var(--radius-lg); overflow: hidden; background: var(--ink-2); }
.case-card--tall .case-card__media { aspect-ratio: 3/4.2; }
.case-card__media img, .case-card__media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease), opacity .5s; }
.case-card__media video { opacity: 0; }
.case-card:hover .case-card__media img { transform: scale(1.05); }
.case-card.is-playing .case-card__media video { opacity: 1; }
.case-card__tags { position: absolute; top: 16px; left: 16px; right: 16px; display: flex; flex-wrap: wrap; gap: 6px; z-index: 2; }
.case-card__tags span { font-size: .72rem; padding: 5px 11px; border-radius: 99px; background: rgba(13,17,48,.45); color: #fff; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.case-card__body { display: flex; justify-content: space-between; gap: 18px; padding-top: 18px; align-items: flex-start; }
.case-card__title { font-size: clamp(1.25rem, 1.8vw, 1.7rem); font-weight: 500; letter-spacing: -.03em; line-height: 1.15; }
.case-card__client { font-size: .82rem; color: var(--muted); margin-bottom: 6px; letter-spacing: .02em; }
.case-card__metric { text-align: right; flex: none; }
.case-card__metric b { display: block; font-size: clamp(1.4rem, 2vw, 2rem); font-weight: 600; letter-spacing: -.04em; line-height: 1; color: var(--violet-soft); }
.theme-dark .case-card__metric b, [data-theme="dark"] .case-card__metric b { color: var(--lilac); }
.case-card__metric span { font-size: .75rem; color: var(--muted); }
.hwork__end { flex: none; width: clamp(260px, 30vw, 460px); display: grid; place-items: center; }
.hwork__end a { color: var(--fg); display: grid; place-items: center; text-align: center; gap: 14px; width: 100%; aspect-ratio: 1; border-radius: 50%; box-shadow: inset 0 0 0 1px var(--line); font-size: clamp(1.3rem, 2vw, 2rem); font-weight: 500; letter-spacing: -.03em; transition: background .5s, color .5s; }
.hwork__end a:hover { background: var(--fg); color: var(--bg); }
@media (max-width: 899px) {
  .hwork { height: auto !important; }
  .hwork__sticky { position: relative; height: auto; padding-block: 90px; }
  .hwork__track { overflow-x: auto; scroll-snap-type: x mandatory; transform: none !important; padding-bottom: 8px; scrollbar-width: none; }
  .hwork__track::-webkit-scrollbar { display: none; }
  .case-card { width: 82vw; scroll-snap-align: start; scroll-margin-left: var(--gutter); }
  .case-card--tall { width: 64vw; }
  .hwork__end { width: 64vw; }
  .hwork__progress { display: none; }
}

/* ---------- marquee ---------- */
.marquee { --speed: 40s; position: relative; overflow: hidden; display: flex; user-select: none; -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; flex: none; gap: var(--mgap, 64px); padding-right: var(--mgap, 64px); animation: marquee var(--speed) linear infinite; align-items: center; }
.marquee--rev .marquee__track { animation-direction: reverse; }
/* animações decorativas contínuas só começam depois que o main.js roda (.rv), já após a primeira pintura:
   rodando desde o início, elas atrasam o primeiro quadro no Chrome sem GPU e empurram o LCP */
html:not(.rv) :is(.marquee__track, .pill-cloud .pill, .partner-seal img, .partner-seal__halo, .specs__hint i, .award__badge, .bubble--typing i) { animation: none; }
html:not(.rv) .scroll-cue i::after { animation: none; }
.marquee:hover .marquee__track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-100%); } }
.marquee--words .marquee__track { font-size: clamp(3rem, 11vw, 11rem); font-weight: 600; letter-spacing: -.06em; line-height: 1; --mgap: 40px; }
.marquee--words .marquee__track span { display: inline-flex; align-items: center; gap: 40px; }
.marquee--words svg { width: .6em; height: .6em; flex: none; }
.logo-pill { flex: none; display: grid; place-items: center; height: 92px; min-width: 190px; padding: 0 30px; border-radius: 999px; box-shadow: inset 0 0 0 1px var(--line); font-weight: 600; letter-spacing: -.03em; font-size: 1.35rem; color: var(--fg); white-space: nowrap; transition: background .4s, color .4s; }
.logo-pill img { max-height: 40px; max-width: 150px; width: auto; object-fit: contain; opacity: .85; transition: opacity .4s; }
.logo-pill:hover img { opacity: 1; }
.logo-pill:hover { background: rgba(200, 183, 254, .16); }

/* ---------- selos / reconhecimentos ---------- */
.awards { display: grid; gap: clamp(16px, 2vw, 28px); }
.award { position: relative; display: grid; gap: 22px; padding: clamp(26px, 3vw, 46px); border-radius: var(--radius-lg); background: var(--card); overflow: hidden; isolation: isolate; box-shadow: inset 0 0 0 1px var(--line); }
.award__big { font-size: clamp(3.4rem, 8vw, 8rem); font-weight: 600; letter-spacing: -.07em; line-height: .85; }
.award__badge { position: absolute; right: clamp(20px, 3vw, 40px); top: clamp(20px, 3vw, 40px); width: 84px; height: 84px; border-radius: 50%; display: grid; place-items: center; background: var(--paper); color: var(--ink); font-weight: 700; font-size: .7rem; text-align: center; line-height: 1.1; letter-spacing: .04em; animation: spin 18s linear infinite; }
.award__badge svg { width: 100%; height: 100%; }
@keyframes spin { to { transform: rotate(360deg); } }
@media (min-width: 900px) { .awards { grid-template-columns: 1.2fr 1fr; } }

/* ---------- insights / blog cards ---------- */
.post-card { display: grid; gap: 18px; color: inherit; }
.post-card__media { position: relative; aspect-ratio: 16/10; border-radius: var(--radius); overflow: hidden; background: var(--lilac-2); }
.post-card__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.post-card:hover .post-card__media img { transform: scale(1.05); }
.post-card__meta { display: flex; flex-wrap: wrap; gap: 8px 16px; font-size: .78rem; color: var(--muted); letter-spacing: .02em; }
.post-card__meta .cat { color: var(--violet-soft); font-weight: 500; }
.theme-dark .post-card__meta .cat, [data-theme="dark"] .post-card__meta .cat { color: var(--lilac); }
.post-card__title { font-size: clamp(1.2rem, 1.6vw, 1.55rem); font-weight: 500; letter-spacing: -.03em; line-height: 1.2; text-wrap: balance; }
.post-card:hover .post-card__title { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.post-card__excerpt { color: var(--muted); font-size: .95rem; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.post-card--big .post-card__media { aspect-ratio: 4/3; }
.post-card--big .post-card__title { font-size: clamp(1.6rem, 2.8vw, 2.6rem); line-height: 1.08; letter-spacing: -.04em; }
.post-card--row { grid-template-columns: 120px 1fr; align-items: start; gap: 18px; padding-block: 22px; border-top: 1px solid var(--line); }
.post-card--row .post-card__media { aspect-ratio: 1; border-radius: 14px; }
.post-card--row .post-card__title { font-size: 1.1rem; }
.insights-grid { display: grid; gap: clamp(28px, 3vw, 48px); }
@media (min-width: 900px) { .insights-grid { grid-template-columns: 1.25fr 1fr; } }

/* ---------- newsletter ---------- */
.newsletter { position: relative; border-radius: var(--radius-lg); padding: clamp(28px, 5vw, 72px); background: var(--violet); color: #fff; overflow: hidden; isolation: isolate; display: grid; gap: 28px; }
.newsletter::after { content: ""; position: absolute; z-index: -1; right: -10%; top: -40%; width: 70%; aspect-ratio: 1; background: radial-gradient(closest-side, rgba(200,183,254,.55), transparent); filter: blur(20px); }
.newsletter__form { display: flex; gap: 8px; flex-wrap: wrap; }
.field-pill { flex: 1 1 240px; min-height: 56px; border-radius: 99px; border: 0; padding: 0 24px; background: rgba(255,255,255,.12); color: #fff; box-shadow: inset 0 0 0 1px rgba(255,255,255,.28); outline: none; transition: box-shadow .3s, background .3s; }
.field-pill::placeholder { color: rgba(255,255,255,.6); }
.field-pill:focus { box-shadow: inset 0 0 0 1.5px #fff; background: rgba(255,255,255,.18); }
@media (min-width: 900px) { .newsletter { grid-template-columns: 1.1fr 1fr; align-items: end; } }

/* ---------- CTA final + footer ---------- */
.cta-final { position: relative; overflow: hidden; background: var(--ink); color: #fff; padding-block: clamp(100px, 16vw, 240px) clamp(60px, 8vw, 120px); isolation: isolate; }
.cta-final__rays { position: absolute; inset: 0; z-index: -1; opacity: .9; }
.cta-final__rays svg { position: absolute; left: 50%; top: 100%; width: 170vmax; height: 170vmax; transform: translate(-50%, -50%); }
.cta-final .h1 { max-width: 14ch; }
.cta-final__grid { display: grid; gap: 40px; margin-top: clamp(40px, 6vw, 80px); }
@media (min-width: 900px) { .cta-final__grid { grid-template-columns: 1fr auto; align-items: end; } }

.site-footer { background: var(--ink); color: rgba(255,255,255,.72); padding: clamp(50px, 6vw, 90px) 0 24px; overflow: hidden; }
.footer-grid { display: grid; gap: 40px; grid-template-columns: 1fr 1fr; padding-bottom: clamp(40px, 6vw, 80px); border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-grid h2 { font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 500; color: rgba(255,255,255,.6); margin-bottom: 18px; }
.footer-grid li + li { margin-top: 10px; }
.footer-grid a { transition: color .3s; }
.footer-grid a:hover { color: #fff; }
.footer-brand { grid-column: 1 / -1; display: grid; gap: 20px; max-width: 420px; }
.footer-brand p { font-size: .95rem; }
.seals { display: flex; gap: 10px; flex-wrap: wrap; }
.seal { display: inline-flex; align-items: center; gap: 10px; padding: 10px 16px 10px 10px; border-radius: 14px; background: rgba(255,255,255,.06); box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); font-size: .78rem; line-height: 1.2; color: #fff; }
.seal i { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: #fff; color: var(--ink); font-style: normal; font-weight: 700; font-size: .9rem; }
.seal small { display: block; color: rgba(255,255,255,.55); font-size: .7rem; }
@media (min-width: 900px) { .footer-grid { grid-template-columns: 1.6fr repeat(4, 1fr); } .footer-brand { grid-column: auto; } }
.footer-word { display: block; margin-top: clamp(30px, 5vw, 70px); font-size: clamp(4rem, 21.5vw, 26rem); font-weight: 600; letter-spacing: -.075em; line-height: .72; color: #fff; white-space: nowrap; user-select: none; }
.footer-word .mkt { color: #7e5bd0; }
.footer-word .sym { display: inline-block; width: .62em; height: .62em; margin-right: .06em; vertical-align: baseline; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; padding-top: 28px; font-size: .8rem; color: rgba(255,255,255,.6); }
.socials { display: flex; gap: 8px; }
.socials a { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(255,255,255,.2); transition: background .3s, color .3s; }
.socials a:hover { background: #fff; color: var(--ink); }
.socials svg { width: 17px; height: 17px; }

/* ---------- page hero (internas) ---------- */
.page-hero { position: relative; padding: calc(var(--header-h) + clamp(60px, 10vw, 150px)) 0 clamp(50px, 7vw, 100px); background: var(--bg); color: var(--fg); overflow: hidden; isolation: isolate; }
.page-hero__row { display: grid; gap: 30px; }
.page-hero__title { font-size: clamp(3rem, 8.6vw, 10rem); font-weight: 600; letter-spacing: -.065em; line-height: .86; }
.page-hero__intro { max-width: 46ch; }
@media (min-width: 900px) { .page-hero__row { grid-template-columns: minmax(0, 1.7fr) minmax(260px, 1fr); align-items: end; } }
.page-hero--dark { background: var(--ink); color: #fff; --fg: #fff; --muted: rgba(255,255,255,.66); --line: rgba(255,255,255,.16); }
.page-hero__glow { position: absolute; z-index: -1; right: -20vw; top: -30vw; width: 80vw; aspect-ratio: 1; background: radial-gradient(closest-side, rgba(138,63,252,.4), transparent 70%); pointer-events: none; }
.page-hero--light .page-hero__glow { background: radial-gradient(closest-side, rgba(200,183,254,.9), transparent 70%); }
.crumbs { display: flex; gap: 10px; font-size: .8rem; color: var(--muted); margin-bottom: 26px; flex-wrap: wrap; }
.crumbs a:hover { color: var(--fg); }
.crumbs span[aria-hidden] { opacity: .5; }

/* ---------- work index ---------- */
.toolbar { position: sticky; top: 0; z-index: 30; background: var(--bg); padding-block: 14px; border-bottom: 1px solid var(--line); transition: top .6s var(--ease); }
.has-header .toolbar { top: var(--header-h); }
.header-hidden .toolbar { top: 0; }
.toolbar__row { display: flex; gap: 16px; align-items: center; justify-content: space-between; }
.filters { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; padding: 2px; margin: -2px; -webkit-mask-image: linear-gradient(90deg, #000 88%, transparent); mask-image: linear-gradient(90deg, #000 88%, transparent); padding-right: 40px; }
.filters::-webkit-scrollbar { display: none; }
.view-toggle { display: flex; gap: 4px; padding: 4px; border-radius: 99px; box-shadow: inset 0 0 0 1px var(--line); flex: none; }
.view-toggle button { display: inline-flex; align-items: center; gap: 6px; height: 36px; padding: 0 14px; border-radius: 99px; font-size: .85rem; transition: background .3s, color .3s; }
.view-toggle button.is-active { background: var(--fg); color: var(--bg); }
.view-toggle svg { width: 15px; height: 15px; }


.work-grid { display: grid; grid-template-columns: 1fr; gap: clamp(36px, 4vw, 60px) clamp(16px, 2vw, 32px); padding-top: clamp(30px, 4vw, 60px); }
.work-grid .case-card { width: auto; }
@media (min-width: 700px) {
  .work-grid { grid-template-columns: repeat(2, 1fr); }
  .work-grid .case-card:nth-child(4n+2) { margin-top: clamp(40px, 8vw, 140px); }
  .work-grid .case-card:nth-child(4n+3) .case-card__media { aspect-ratio: 3/4; }
  .work-grid .case-card:nth-child(4n+1) .case-card__media { aspect-ratio: 5/6; }
}
@media (min-width: 1200px) {
  .work-grid { grid-template-columns: repeat(12, 1fr); }
  .work-grid .case-card { grid-column: span 5; }
  .work-grid .case-card:nth-child(4n+2) { grid-column: 7 / span 6; }
  .work-grid .case-card:nth-child(4n+3) { grid-column: 2 / span 4; margin-top: -60px; }
  .work-grid .case-card:nth-child(4n+4) { grid-column: 7 / span 5; margin-top: 80px; }
}
.work-grid .case-card.is-hidden, .work-list .work-row.is-hidden { display: none; }

.work-list { display: none; padding-top: 20px; }
.view-list .work-list { display: block; }
.view-list .work-grid { display: none; }
.work-row { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 8px 24px; align-items: center; padding: 22px 0; border-bottom: 1px solid var(--line); transition: padding .5s var(--ease), color .3s; }
.work-row__t { font-size: clamp(1.3rem, 2.6vw, 2.4rem); font-weight: 500; letter-spacing: -.04em; line-height: 1.1; }
.work-row__c, .work-row__s, .work-row__y { font-size: .85rem; color: var(--muted); }
.work-row__s { display: none; }
@media (min-width: 900px) {
  .work-row { grid-template-columns: 2fr 1fr 1.2fr 80px; }
  .work-row__s { display: block; }
  .work-row:hover { padding-left: 16px; }
}
@media (max-width: 899px) { .work-row__y { display: none; } .work-row__c { grid-column: 1; grid-row: 2; } }

/* ---------- case page ---------- */
.case-hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; color: #fff; background: var(--ink); overflow: hidden; isolation: isolate; padding: calc(var(--header-h) + 40px) 0 clamp(32px, 5vw, 70px); }
.case-hero__media { position: absolute; inset: 0; z-index: -1; }
.case-hero__media img, .case-hero__media video { width: 100%; height: 100%; object-fit: cover; }
.case-hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13,17,48,.25) 0%, rgba(13,17,48,.1) 40%, rgba(13,17,48,.85) 100%); }
/* cases sem foto: o número da arte entra no fluxo do hero (no alto, o texto embaixo) e nunca passa por cima do título */
.case-hero > .wrap { align-self: stretch; display: flex; flex-direction: column; justify-content: flex-end; }
.case-hero__metric { margin: 0 0 auto; padding-bottom: clamp(12px, 2.5svh, 40px); align-self: flex-end; font-size: min(15vw, 16rem, 18svh); font-weight: 600; letter-spacing: -.07em; line-height: .9; white-space: nowrap; }
.case-hero__metric--ink { color: var(--ink); }
.case-hero .art--big .art__metric { display: none; }
.case-hero__title { font-size: clamp(2.8rem, min(9vw, 13svh), 9.6rem); font-weight: 600; letter-spacing: -.06em; line-height: .88; max-width: 13ch; }
.case-meta { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 24px; margin-top: clamp(30px, 5vw, 60px); padding-top: 24px; border-top: 1px solid rgba(255,255,255,.24); }
.case-meta dt { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.55); margin-bottom: 6px; }
.case-meta dd { margin: 0; font-size: .98rem; }
@media (min-width: 900px) { .case-meta { grid-template-columns: repeat(4, 1fr); } }
.case-intro { display: grid; gap: 30px; }
@media (min-width: 900px) { .case-intro { grid-template-columns: 4fr 7fr; gap: 60px; } }
.case-blocks { display: grid; gap: clamp(40px, 5vw, 80px); margin-top: clamp(60px, 8vw, 120px); }
.case-block { display: grid; gap: 18px; padding-top: 28px; border-top: 1px solid var(--line); }
.case-block h3 { font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); font-weight: 500; }
.case-block p { font-size: clamp(1.1rem, 1.5vw, 1.35rem); line-height: 1.5; letter-spacing: -.01em; }
@media (min-width: 900px) { .case-blocks { grid-template-columns: repeat(3, 1fr); gap: 40px; } }

.gallery { display: grid; gap: clamp(12px, 1.6vw, 24px); grid-template-columns: repeat(6, 1fr); }
.gallery figure { position: relative; border-radius: var(--radius); overflow: hidden; background: var(--ink-2); grid-column: span 6; }
.gallery figure img, .gallery figure video { width: 100%; height: 100%; object-fit: cover; }
/* botão que cobre a foto para ampliar (figure com legenda não pode ter role="button") */
.gallery__open { position: absolute; inset: 0; z-index: 4; padding: 0; border: 0; background: none; cursor: inherit; border-radius: inherit; }
.gallery__open:focus-visible { outline: 2px solid var(--orange); outline-offset: -4px; }
.gallery figcaption { position: absolute; left: 14px; bottom: 14px; font-size: .75rem; padding: 6px 12px; border-radius: 99px; background: rgba(13,17,48,.55); color: #fff; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
@media (min-width: 700px) {
  .gallery .g-3 { grid-column: span 3; }
  .gallery .g-2 { grid-column: span 2; }
  .gallery .g-4 { grid-column: span 4; }
  .gallery .g-6 { grid-column: span 6; }
}
.gallery .r-tall { aspect-ratio: 3/4.4; }
.gallery .r-wide { aspect-ratio: 16/9; }
.gallery .r-sq { aspect-ratio: 1; }
.gallery .r-43 { aspect-ratio: 4/3; }

.metrics { display: grid; grid-template-columns: 1fr; border-top: 1px solid var(--line); }
.metric { padding: clamp(24px, 3vw, 44px) 0; border-bottom: 1px solid var(--line); display: grid; gap: 10px; }
.metric b { font-size: clamp(3rem, 7vw, 7.2rem); font-weight: 600; letter-spacing: -.065em; line-height: .88; }
.metric span { color: var(--muted); max-width: 30ch; }
@media (min-width: 700px) { .metrics { grid-template-columns: repeat(2, 1fr); } .metric:nth-child(odd) { border-right: 1px solid var(--line); padding-right: 30px; } .metric:nth-child(even) { padding-left: 30px; } }
@media (min-width: 1100px) { .metrics--3 { grid-template-columns: repeat(3, 1fr); } .metrics--3 .metric { border-right: 1px solid var(--line); padding: 40px 30px !important; } .metrics--3 .metric:nth-child(3n+1) { padding-left: 0 !important; } .metrics--3 .metric:nth-child(3n) { border-right: 0; } }

.quote { font-size: clamp(1.8rem, 4vw, 3.8rem); font-weight: 500; letter-spacing: -.045em; line-height: 1.08; max-width: 24ch; text-wrap: balance; }
.quote::before { content: "“"; display: block; font-size: 2.2em; line-height: .6; color: var(--orange); margin-bottom: .1em; }
.quote-by { margin-top: 26px; display: flex; align-items: center; gap: 14px; color: var(--muted); font-size: .95rem; }
.quote-by img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; }

.credits { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 0 30px; }
.credits li { padding: 16px 0; border-bottom: 1px solid var(--line); display: grid; }
.credits b { font-weight: 500; }
.credits span { font-size: .85rem; color: var(--muted); }

.next-case { position: relative; display: block; overflow: hidden; background: var(--ink); color: #fff; isolation: isolate; }
.next-case__media { position: absolute; inset: 0; z-index: -1; opacity: .45; transition: opacity .8s, transform 1.4s var(--ease); }
.next-case__media img { width: 100%; height: 100%; object-fit: cover; }
.next-case:hover .next-case__media { opacity: .7; transform: scale(1.04); }
.next-case__inner { padding-block: clamp(90px, 14vw, 220px); }
.next-case__title { font-size: clamp(2.6rem, 9vw, 9rem); font-weight: 600; letter-spacing: -.06em; line-height: .88; }

/* ---------- serviços página ---------- */
.svc-grid { display: grid; gap: clamp(16px, 2vw, 28px); grid-template-columns: 1fr; }
@media (min-width: 700px) { .svc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1200px) { .svc-grid { grid-template-columns: repeat(4, 1fr); } }
.svc-card { position: relative; display: flex; flex-direction: column; justify-content: space-between; gap: 40px; min-height: 420px; padding: 26px; border-radius: var(--radius-lg); overflow: hidden; color: #fff; isolation: isolate; background: var(--ink-2); }
.svc-card__bg { position: absolute; inset: 0; z-index: -1; }
.svc-card__bg img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform 1.4s var(--ease); }
.svc-card__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13,17,48,.1) 20%, rgba(13,17,48,.9) 100%); transition: opacity .6s; }
.svc-card:hover .svc-card__bg img { transform: scale(1.06); }
.svc-card__n { font-size: .8rem; opacity: .8; }
.svc-card__t { font-size: clamp(1.6rem, 2.2vw, 2.1rem); font-weight: 500; letter-spacing: -.04em; line-height: 1.02; }
.svc-card__d { font-size: .92rem; color: rgba(255,255,255,.78); margin-top: 10px; }
.svc-card .svc-item__arrow { box-shadow: inset 0 0 0 1px rgba(255,255,255,.4); position: absolute; right: 22px; top: 22px; }
.svc-card:hover .svc-item__arrow { background: var(--orange); color: var(--ink); box-shadow: none; transform: rotate(-45deg); }
.svc-card--wide { grid-column: 1 / -1; min-height: 360px; }

.process { counter-reset: step; display: grid; gap: 0; border-top: 1px solid var(--line); }
.process li { counter-increment: step; display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.process li::before { content: "0" counter(step); font-size: .85rem; color: var(--muted); padding-top: 8px; }
.process h3 { font-size: clamp(1.3rem, 2vw, 1.9rem); font-weight: 500; letter-spacing: -.035em; line-height: 1.1; }
.process p { color: var(--muted); margin-top: 8px; max-width: 52ch; }
@media (min-width: 900px) { .process { grid-template-columns: repeat(4, 1fr); border-top: 0; gap: 20px; } .process li { grid-template-columns: 1fr; border-bottom: 0; border-top: 1px solid var(--fg); padding-top: 22px; } .process li::before { padding-top: 0; } }

.pills-cloud { display: flex; flex-wrap: wrap; gap: 10px; }
.pills-cloud span { padding: 12px 22px; border-radius: 99px; font-size: clamp(.95rem, 1.2vw, 1.1rem); box-shadow: inset 0 0 0 1px var(--line); background: var(--card); transition: background .3s, color .3s, transform .5s var(--ease); }
.pills-cloud span:hover { background: var(--violet); color: #fff; transform: translateY(-3px); }

.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 24px 0; font-size: clamp(1.1rem, 1.6vw, 1.45rem); font-weight: 500; letter-spacing: -.02em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary i { position: relative; width: 40px; height: 40px; border-radius: 50%; box-shadow: inset 0 0 0 1px var(--line); flex: none; transition: transform .5s var(--ease), background .3s; }
.faq summary i::before, .faq summary i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 14px; height: 1.5px; background: currentColor; transform: translate(-50%, -50%); }
.faq summary i::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform .5s var(--ease); }
.faq details[open] summary i { background: var(--orange); box-shadow: none; }
.faq details[open] summary i::after { transform: translate(-50%, -50%) rotate(0deg); }
.faq .faq__a { padding: 0 0 26px; color: var(--muted); max-width: 70ch; }

/* ---------- estúdio / galeria ---------- */
.masonry { columns: 1; column-gap: clamp(12px, 1.6vw, 22px); padding-top: clamp(24px, 3vw, 40px); }
@media (min-width: 600px) { .masonry { columns: 2; } }
@media (min-width: 1000px) { .masonry { columns: 3; } }
@media (min-width: 1500px) { .masonry { columns: 4; } }
.tile { position: relative; display: block; width: 100%; break-inside: avoid; margin-bottom: clamp(12px, 1.6vw, 22px); border-radius: var(--radius); overflow: hidden; background: var(--ink-2); color: #fff; text-align: left; }
.tile img, .tile video { width: 100%; height: auto; transition: transform 1.2s var(--ease), filter .6s; }
.tile:hover img, .tile:hover video { transform: scale(1.04); }
.tile__info { position: absolute; inset: auto 0 0 0; padding: 50px 18px 16px; background: linear-gradient(180deg, transparent, rgba(13,17,48,.85)); display: flex; justify-content: space-between; align-items: flex-end; gap: 10px; opacity: 0; transform: translateY(10px); transition: opacity .4s, transform .6s var(--ease); }
.tile__info b { font-weight: 500; font-size: .98rem; line-height: 1.2; }
.tile__info span { font-size: .72rem; opacity: .75; display: block; margin-top: 4px; }
.tile:hover .tile__info, .tile:focus-visible .tile__info { opacity: 1; transform: none; }
@media (hover: none) { .tile__info { opacity: 1; transform: none; } }
.tile__play { position: absolute; top: 14px; right: 14px; width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.18); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.tile__play svg { width: 14px; height: 14px; }
.tile.is-hidden { display: none; }
.tile--art { aspect-ratio: var(--ar, 4/5); display: grid; place-items: center; }
.tile--art .art { position: absolute; inset: 0; }

.lightbox { position: fixed; inset: 0; z-index: 8000; background: rgba(8, 10, 30, .94); display: grid; grid-template-rows: auto 1fr auto; opacity: 0; visibility: hidden; transition: opacity .4s, visibility .4s; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox__bar { display: flex; justify-content: space-between; align-items: center; padding: 16px var(--gutter); color: #fff; gap: 20px; }
.lightbox__stage { position: relative; display: grid; place-items: center; padding: 0 var(--gutter); min-height: 0; }
.lightbox__stage img, .lightbox__stage video { max-width: 100%; max-height: calc(100svh - 170px); width: auto; height: auto; border-radius: 14px; object-fit: contain; }
.lightbox__nav { display: flex; justify-content: center; gap: 10px; padding: 16px; }
.icon-btn { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(255,255,255,.3); color: #fff; transition: background .3s, color .3s; }
.icon-btn:hover { background: #fff; color: var(--ink); }
.icon-btn svg { width: 18px; height: 18px; }

/* ---------- clientes ---------- */
.logo-wall { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.logo-wall li { position: relative; display: grid; place-items: center; aspect-ratio: 3/2; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 20px; overflow: hidden; }
.logo-wall li::before { content: ""; position: absolute; inset: 0; background: var(--lilac); transform: translateY(101%); transition: transform .6s var(--ease); z-index: -1; }
.logo-wall li:hover::before { transform: none; }
.logo-wall li { isolation: isolate; }
.logo-wall img { max-height: 60px; max-width: 70%; width: auto; object-fit: contain; opacity: .78; transition: opacity .4s, transform .6s var(--ease); }
.logo-wall li:hover img { opacity: 1; transform: scale(1.06); }
.logo-wall .wordmark { font-size: clamp(1rem, 1.6vw, 1.4rem); font-weight: 600; letter-spacing: -.03em; text-align: center; line-height: 1.1; color: var(--fg); }
.logo-wall .sector { position: absolute; left: 14px; bottom: 12px; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); opacity: 0; transition: opacity .4s; }
.logo-wall li:hover .sector { opacity: 1; }
@media (min-width: 700px) { .logo-wall { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1100px) { .logo-wall { grid-template-columns: repeat(5, 1fr); } }

.verticals { display: grid; gap: 14px; grid-template-columns: 1fr; }
.vertical { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 340px; padding: 26px; border-radius: var(--radius-lg); overflow: hidden; color: #fff; isolation: isolate; }
.vertical img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform 1.4s var(--ease); }
.vertical::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, transparent 30%, rgba(13,17,48,.85)); }
.vertical:hover img { transform: scale(1.06); }
.vertical h3 { font-size: clamp(1.6rem, 2.6vw, 2.4rem); font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.vertical p { font-size: .9rem; color: rgba(255,255,255,.78); margin-top: 8px; max-width: 34ch; }
.vertical--art { background: var(--grad-beam); }
@media (min-width: 700px) { .verticals { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .verticals { grid-template-columns: repeat(6, 1fr); } .vertical { grid-column: span 2; } .vertical:nth-child(1), .vertical:nth-child(2) { grid-column: span 3; min-height: 440px; } }

.testimonials { position: relative; }
.t-slide { display: none; }
.t-slide.is-active { display: block; animation: tIn .9s var(--ease); }
@keyframes tIn { from { opacity: 0; transform: translateY(20px); } }
.t-nav { display: flex; gap: 10px; align-items: center; margin-top: 40px; }
.t-dots { display: flex; gap: 6px; margin-left: 14px; }
.t-dots button { width: 26px; height: 3px; border-radius: 3px; background: var(--line); transition: background .3s, width .4s var(--ease); }
.t-dots button.is-active { background: var(--fg); width: 46px; }
.icon-btn--dark { box-shadow: inset 0 0 0 1px var(--line); color: var(--fg); }
.icon-btn--dark:hover { background: var(--fg); color: var(--bg); }

/* ---------- sobre ---------- */
.timeline { position: relative; }
.timeline__track { display: flex; gap: 0; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 10px; cursor: grab; }
.timeline__track::-webkit-scrollbar { display: none; }
.timeline__item { flex: none; width: clamp(260px, 28vw, 380px); padding: 30px 30px 30px 0; border-top: 1px solid var(--line); scroll-snap-align: start; position: relative; }
.timeline__item::before { content: ""; position: absolute; left: 0; top: -6px; width: 11px; height: 11px; border-radius: 50%; background: var(--orange); }
.timeline__year { font-size: clamp(2.6rem, 5vw, 4.6rem); font-weight: 600; letter-spacing: -.06em; line-height: 1; }
.timeline__item p { color: var(--muted); margin-top: 14px; font-size: .95rem; }
.values { display: grid; gap: 14px; }
.value { position: relative; padding: clamp(26px, 3vw, 44px); border-radius: var(--radius-lg); background: var(--card); box-shadow: inset 0 0 0 1px var(--line); min-height: 320px; display: flex; flex-direction: column; justify-content: space-between; gap: 30px; overflow: hidden; }
.value__n { font-size: .8rem; color: var(--muted); }
.value h3 { font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 500; letter-spacing: -.045em; line-height: 1; }
.value p { color: var(--muted); margin-top: 12px; }
.value__ray { position: absolute; right: -30px; top: -30px; width: 150px; opacity: .12; }
@media (min-width: 800px) { .values { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1200px) { .values { grid-template-columns: repeat(4, 1fr); } }

.team { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(12px, 1.6vw, 22px); }
.person { display: grid; gap: 12px; }
.person__ph { position: relative; aspect-ratio: 4/5; border-radius: var(--radius); overflow: hidden; background: var(--grad-lilac); }
.person__ph img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); transition: filter .6s, transform 1.2s var(--ease); }
.person:hover .person__ph img { filter: none; transform: scale(1.04); }
.person__ph .initials { position: absolute; inset: 0; display: grid; place-items: center; font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 600; letter-spacing: -.05em; color: var(--violet); }
.person b { font-weight: 500; display: block; line-height: 1.2; }
.person span { font-size: .82rem; color: var(--muted); }
@media (min-width: 700px) { .team { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1100px) { .team { grid-template-columns: repeat(5, 1fr); } }

.words-cloud { display: flex; flex-wrap: wrap; gap: 10px 14px; align-items: baseline; }
.words-cloud span { font-size: clamp(1.4rem, 3.6vw, 3.6rem); font-weight: 500; letter-spacing: -.05em; line-height: 1.1; }
.words-cloud span:nth-child(4n) { color: var(--orange); }

/* ---------- blog ---------- */
.blog-featured { display: grid; gap: 30px; align-items: center; }
@media (min-width: 1000px) { .blog-featured { grid-template-columns: 1.3fr 1fr; gap: 60px; } }
.blog-grid { display: grid; gap: clamp(36px, 4vw, 56px) clamp(16px, 2vw, 32px); grid-template-columns: 1fr; padding-top: clamp(30px, 4vw, 60px); }
@media (min-width: 700px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .blog-grid { grid-template-columns: repeat(3, 1fr); } }
.blog-grid .post-card.is-hidden { display: none; }
.search-pill { display: flex; align-items: center; gap: 10px; min-height: 46px; padding: 0 18px; border-radius: 99px; box-shadow: inset 0 0 0 1px var(--line); flex: 0 1 260px; }
.search-pill input { border: 0; background: none; outline: none; width: 100%; font-size: .9rem; }
.search-pill svg { width: 16px; height: 16px; flex: none; opacity: .6; }
.empty-state { padding: 60px 0; color: var(--muted); display: none; }
.empty-state.is-on { display: block; }

.progress-bar { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 200; background: transparent; }
.progress-bar i { position: absolute; inset: 0; background: var(--grad-icon); transform-origin: left; transform: scaleX(var(--rp, 0)); }
.article-hero { padding: calc(var(--header-h) + clamp(50px, 8vw, 110px)) 0 clamp(30px, 4vw, 50px); }
.article-hero h1 { font-size: clamp(2.3rem, 5.6vw, 5.4rem); font-weight: 600; letter-spacing: -.055em; line-height: .98; max-width: 20ch; text-wrap: balance; }
.article-cover { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 16/8; background: var(--lilac-2); }
.article-cover img { width: 100%; height: 100%; object-fit: cover; }
.article-layout { display: grid; gap: 40px; padding-top: clamp(40px, 6vw, 90px); }
@media (min-width: 1000px) { .article-layout { grid-template-columns: 240px minmax(0, 720px) 1fr; gap: 60px; } }
.article-aside { font-size: .88rem; color: var(--muted); }
.article-aside > div { position: sticky; top: calc(var(--header-h) + 30px); display: grid; gap: 22px; }
.author { display: flex; align-items: center; gap: 12px; }
.author i { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--lilac); color: var(--ink); font-style: normal; font-weight: 600; font-size: .9rem; flex: none; }
.author b { display: block; color: var(--fg); font-weight: 500; }
.share { display: flex; gap: 8px; }
.share a, .share button { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; box-shadow: inset 0 0 0 1px var(--line); transition: background .3s, color .3s; }
.share a:hover, .share button:hover { background: var(--fg); color: var(--bg); }
.share svg { width: 15px; height: 15px; }
.prose { font-size: clamp(1.05rem, 1.2vw, 1.18rem); line-height: 1.75; font-weight: 300; }
.prose > * + * { margin-top: 1.2em; }
.prose h2 { font-size: clamp(1.6rem, 2.4vw, 2.2rem); font-weight: 600; letter-spacing: -.04em; line-height: 1.12; margin-top: 2em; }
.prose h3 { font-size: 1.35rem; font-weight: 500; letter-spacing: -.02em; margin-top: 1.6em; }
.prose strong { font-weight: 600; }
.prose a { color: var(--violet); text-decoration: underline; text-underline-offset: 3px; }
.prose ul { padding-left: 0; }
.prose ul li { position: relative; padding-left: 28px; }
.prose ul li + li { margin-top: .5em; }
.prose ul li::before { content: ""; position: absolute; left: 0; top: .75em; width: 14px; height: 1.5px; background: var(--orange); }
.prose blockquote { font-size: 1.5em; font-weight: 500; letter-spacing: -.035em; line-height: 1.2; padding-left: 24px; border-left: 3px solid var(--orange); }
.prose .callout { padding: 26px; border-radius: var(--radius); background: var(--lilac-2); font-size: .98em; }
.toc { display: grid; gap: 8px; }
.toc a { color: var(--muted); transition: color .3s; line-height: 1.35; }
.toc a:hover, .toc a.is-on { color: var(--fg); }

/* ---------- contato ---------- */
.contact-layout { display: grid; gap: clamp(40px, 6vw, 90px); }
@media (min-width: 1000px) { .contact-layout { grid-template-columns: minmax(0, 1.75fr) minmax(280px, .8fr); align-items: start; } }
.contact-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.contact-list a, .contact-list div { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); align-items: center; }
.contact-list small { color: var(--muted); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.contact-list b { font-weight: 500; font-size: clamp(1.05rem, 1.5vw, 1.35rem); letter-spacing: -.02em; text-align: right; }
.contact-list a:hover b { color: var(--violet-soft); }

.chat { position: relative; border-radius: var(--radius-lg); background: var(--ink); color: #fff; padding: clamp(18px, 2.4vw, 30px); min-height: 560px; display: flex; flex-direction: column; overflow: hidden; isolation: isolate; }
.chat::before { content: ""; position: absolute; z-index: -1; right: -30%; top: -40%; width: 90%; aspect-ratio: 1; background: radial-gradient(closest-side, rgba(138,63,252,.35), transparent); }
.chat__head { display: flex; align-items: center; gap: 12px; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.12); }
.chat__avatar { width: 44px; height: 44px; border-radius: 12px; overflow: hidden; flex: none; }
.chat__head b { font-weight: 500; display: block; line-height: 1.2; }
.chat__head span { font-size: .78rem; color: rgba(255,255,255,.6); display: inline-flex; align-items: center; gap: 6px; }
.chat__head span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #3ddc84; }
.chat__log { flex: 1; display: flex; flex-direction: column; gap: 10px; padding: 22px 0; overflow-y: auto; max-height: 460px; scroll-behavior: smooth; }
.bubble { max-width: 86%; padding: 13px 17px; border-radius: 20px; font-size: .95rem; line-height: 1.45; animation: bIn .5s var(--ease); }
.bubble--bot { background: rgba(255,255,255,.09); border-bottom-left-radius: 6px; align-self: flex-start; }
.bubble--me { background: var(--lilac); color: var(--ink); border-bottom-right-radius: 6px; align-self: flex-end; font-weight: 400; }
.bubble--typing { display: inline-flex; gap: 4px; }
.bubble--typing i { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.6); animation: typing 1s infinite; }
.bubble--typing i:nth-child(2) { animation-delay: .15s; }
.bubble--typing i:nth-child(3) { animation-delay: .3s; }
@keyframes typing { 50% { opacity: .2; transform: translateY(-3px); } }
@keyframes bIn { from { opacity: 0; transform: translateY(10px) scale(.98); } }
.chat__options { display: flex; flex-wrap: wrap; gap: 8px; padding-bottom: 12px; }
.chat__options button { padding: 10px 16px; border-radius: 99px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.3); font-size: .88rem; transition: background .3s, color .3s; }
.chat__options button:hover, .chat__options button.is-on { background: #fff; color: var(--ink); }
.chat__form { display: flex; gap: 8px; }
.chat__form input { flex: 1; min-width: 0; min-height: 54px; border-radius: 99px; border: 0; padding: 0 22px; background: rgba(255,255,255,.1); color: #fff; outline: none; box-shadow: inset 0 0 0 1px rgba(255,255,255,.2); }
.chat__form input:focus { box-shadow: inset 0 0 0 1.5px var(--lilac); }
.chat__form input::placeholder { color: rgba(255,255,255,.5); }
.chat__send { width: 54px; height: 54px; border-radius: 50%; background: var(--orange); color: var(--ink); display: grid; place-items: center; flex: none; transition: transform .4s var(--ease); }
.chat__send:hover { transform: rotate(-45deg); }
.chat__send svg { width: 18px; height: 18px; }
.chat__note { font-size: .72rem; color: rgba(255,255,255,.45); margin-top: 10px; }

/* ---------- análise (documento de benchmark) ---------- */
.doc-nav { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.doc-nav::-webkit-scrollbar { display: none; }
.compare { width: 100%; border-collapse: collapse; font-size: .93rem; }
.compare th, .compare td { text-align: left; padding: 16px 16px 16px 0; border-bottom: 1px solid var(--line); vertical-align: top; }
.compare th { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); font-weight: 500; }
.compare td:first-child { font-weight: 500; white-space: nowrap; }
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.table-scroll .compare { min-width: 860px; }
.score { display: inline-flex; gap: 3px; }
.score i { width: 10px; height: 10px; border-radius: 3px; background: var(--line); }
.score i.on { background: var(--violet-soft); }
.insight-card { padding: clamp(22px, 2.6vw, 34px); border-radius: var(--radius-lg); background: var(--card); box-shadow: inset 0 0 0 1px var(--line); display: grid; gap: 14px; align-content: start; }
.insight-card h3 { font-size: 1.3rem; font-weight: 500; letter-spacing: -.03em; line-height: 1.15; }
.insight-card p, .insight-card li { color: var(--muted); font-size: .95rem; }
.insight-card ul li { position: relative; padding-left: 20px; }
.insight-card ul li + li { margin-top: 6px; }
.insight-card ul li::before { content: ""; position: absolute; left: 0; top: .7em; width: 10px; height: 1.5px; background: var(--orange); }
.cards-3 { display: grid; gap: 16px; }
@media (min-width: 800px) { .cards-3 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1200px) { .cards-3 { grid-template-columns: repeat(3, 1fr); } }
.shot { border-radius: var(--radius); overflow: hidden; box-shadow: 0 20px 60px rgba(13,17,48,.18); background: #fff; }
.shot__bar { display: flex; gap: 6px; padding: 10px 14px; background: #ecebf3; }
.shot__bar i { width: 9px; height: 9px; border-radius: 50%; background: #cfcbe0; }

/* ---------- misc ---------- */
.divider { height: 1px; background: var(--line); }
.split { display: grid; gap: clamp(30px, 5vw, 80px); }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; align-items: center; } .split--top { align-items: start; } .split--5-7 { grid-template-columns: 5fr 7fr; } .split--7-5 { grid-template-columns: 7fr 5fr; } }
.media-frame { position: relative; border-radius: var(--radius-lg); overflow: hidden; background: var(--ink-2); }
.media-frame img, .media-frame video { width: 100%; height: 100%; object-fit: cover; }
.parallax-wrap { overflow: hidden; }
[data-parallax] { will-change: transform; }
.sticky-col { position: sticky; top: calc(var(--header-h) + 40px); }
.pad-top-xl { padding-top: clamp(60px, 8vw, 120px); }
.mt-s { margin-top: 16px; } .mt-m { margin-top: 32px; } .mt-l { margin-top: clamp(40px, 6vw, 80px); } .mt-xl { margin-top: clamp(60px, 10vw, 140px); }
.mb-m { margin-bottom: 32px; } .mb-l { margin-bottom: clamp(40px, 6vw, 80px); }
.center { text-align: center; }
.flex-between { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; }
.sym-inline { display: inline-block; width: .8em; height: .8em; vertical-align: -.05em; }
.ray-divider { display: block; width: 100%; height: auto; }
.badge-new { display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px 6px 8px; border-radius: 99px; background: rgba(250,138,0,.14); color: #a85400; font-size: .76rem; font-weight: 600; letter-spacing: .02em; }
.badge-new::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.toast { position: fixed; left: 50%; bottom: 24px; transform: translate(-50%, calc(100% + 60px)); z-index: 9999; padding: 14px 22px; border-radius: 99px; background: var(--ink); color: #fff; font-size: .9rem; box-shadow: 0 20px 50px rgba(0,0,0,.3); transition: transform .6s var(--ease); max-width: calc(100vw - 32px); text-align: center; }
.toast.is-on { transform: translate(-50%, 0); }
.whats { position: fixed; right: 18px; bottom: 18px; z-index: 80; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: #25d366; color: #fff; box-shadow: 0 14px 34px rgba(0,0,0,.25); transition: transform .5s var(--ease); }
.whats:hover { transform: scale(1.08) rotate(-8deg); }
.whats svg { width: 28px; height: 28px; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .js [data-reveal], .split-word > span { opacity: 1 !important; transform: none !important; clip-path: none !important; }
  .reel { height: auto; } .reel__sticky { position: relative; height: 80svh; } .reel__frame { --p: 1 !important; }
  .marquee__track { animation: none; }
}
