/* ============================================================
   9CONS.STUDIO — master stylesheet (era: 1h atrás, prints do Bruno)
   branco limpo · amarelo canário · vermelho vivo · serif Fraunces
   ============================================================ */
:root {
  --paper: oklch(98.6% 0.004 95);
  --paper-dim: oklch(96.2% 0.005 95);
  --ink: oklch(24% 0.03 40);
  --ink-soft: oklch(42% 0.02 40);
  --yellow: oklch(89% 0.195 97);
  --yellow-deep: oklch(82% 0.182 93);
  --red: oklch(61% 0.255 26);
  --red-deep: oklch(50% 0.225 25);
  --line: oklch(88% 0.008 90);
  --line-strong: var(--ink);
  --font-disp: "Fraunces", Georgia, "Times New Roman", serif;
  --font-sans: "Archivo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-mono: "IBM Plex Mono", "SF Mono", Consolas, monospace;
  --r-card: 22px;
  --gutter: clamp(20px, 4vw, 64px);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-expo: cubic-bezier(0.16, 1, 0.3, 1);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: var(--font-sans); font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
::selection { background: var(--yellow); color: var(--ink); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: none; cursor: pointer; }
:focus-visible { outline: 2px solid var(--red); outline-offset: 3px; }
.mono { font-family: var(--font-mono); font-size: 12px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; }
.disp, h1, h2, h3 { font-family: var(--font-disp); font-variation-settings: "SOFT" 100, "WONK" 0; font-weight: 620; letter-spacing: 0.005em; text-transform: uppercase; line-height: 0.98; }
.xp { font-variation-settings: "SOFT" 100, "WONK" 0; }
html.anim .rv, html.io .rv { opacity: 0; transform: translateY(34px); }
html.anim .rv-img, html.io .rv-img { clip-path: inset(0 0 100% 0); }
html.io .rv, html.io .rv-img { transition: opacity .9s var(--ease-expo), transform .9s var(--ease-expo), clip-path 1s var(--ease-expo); }
html.io .rv.in { opacity: 1; transform: none; }
html.io .rv-img.in { clip-path: inset(0 0 0% 0); }
.loader { position: fixed; inset: 0; z-index: 200; background: var(--yellow); display: flex; align-items: center; justify-content: center; }
.loader__word { font-family: var(--font-disp); font-variation-settings: "SOFT" 100, "WONK" 0; font-weight: 640; text-transform: uppercase; font-size: clamp(28px, 6vw, 88px); overflow: hidden; }
.loader__word .ch { display: inline-block; transform: translateY(110%); }
.loader.is-done { display: none; }
.curtain { position: fixed; inset: 0; z-index: 150; background: var(--red); transform: translateY(101%); pointer-events: none; }
.curtain::before { content: ""; position: absolute; top: -22px; left: 0; right: 0; height: 24px; background-image: radial-gradient(circle 24px at 50% 100%, var(--red) 23px, transparent 24px); background-size: 48px 24px; }
.cursor { position: fixed; top: 0; left: 0; z-index: 300; width: 10px; height: 10px; border-radius: 50%; background: var(--ink); pointer-events: none; transform: translate(-50%, -50%); display: grid; place-items: center; transition: width .25s var(--ease-out), height .25s var(--ease-out), background .25s; opacity: 0; }
.cursor.is-on { opacity: 1; }
.cursor.is-link { width: 14px; height: 14px; background: var(--red); }
.cursor.is-view { width: 14px; height: 14px; background: var(--red); }
.cursor span { font-family: var(--font-mono); font-size: 9px; font-weight: 500; letter-spacing: .1em; opacity: 0; transition: opacity .2s; }
.cursor.is-view span { opacity: 0; }
@media (hover: none), (pointer: coarse) { .cursor { display: none; } }
.pixlens { position: fixed; top: -400px; left: -400px; z-index: 299; width: 176px; height: 176px; pointer-events: none; display: grid; grid-template-columns: repeat(8, 1fr); grid-template-rows: repeat(8, 1fr); }
.pixlens i { display: block; border-radius: 4px; opacity: 0; transition: opacity .3s; backdrop-filter: blur(10px) saturate(1.15); -webkit-backdrop-filter: blur(10px) saturate(1.15); }
.pixlens.on i { opacity: var(--o, 1); }
@media (hover: none), (pointer: coarse) { .pixlens { display: none; } }
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 var(--gutter); height: 88px; background: color-mix(in oklab, var(--paper) 92%, transparent); backdrop-filter: blur(14px); border-bottom: 1px solid color-mix(in oklab, var(--ink) 18%, transparent); }
.nav__links { grid-column: 1; grid-row: 1; display: flex; gap: 6px; }
.nav__brand { grid-column: 2; grid-row: 1; justify-self: center; font-family: var(--font-disp); font-variation-settings: "SOFT" 100, "WONK" 0; font-style: italic; font-weight: 680; font-size: 22px; text-transform: lowercase; white-space: nowrap; }
.nav__brand sup { display: none; }
.nav__logo { height: 56px; width: auto; display: block; }
.footer__logo { height: clamp(84px, 12vw, 132px); width: auto; display: inline-block; }
.nav__brand-dot { color: var(--red); }
.nav__meta { grid-column: 3; grid-row: 1; justify-self: end; display: flex; align-items: center; gap: 12px; }
.nav__links a { font-family: var(--font-mono); font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 10px 18px; border-radius: 999px; transition: background .25s, color .25s; }
.nav__links a:hover { background: var(--yellow); }
.nav__links a.is-active { background: var(--ink); color: var(--paper); }
.nav__clock { color: var(--ink-soft); }
.nav__lang { border: 2px solid var(--ink); padding: 9px 16px; border-radius: 999px; font-family: var(--font-mono); font-size: 12px; letter-spacing: .08em; transition: background .25s; }
.nav__lang:hover { background: var(--yellow); }
.nav__burger { display: none; flex-direction: column; gap: 6px; padding: 8px; }
.nav__burger span { display: block; width: 26px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .3s var(--ease-out); }
.nav__burger.is-open span:first-child { transform: translateY(4px) rotate(45deg); }
.nav__burger.is-open span:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: 88px 0 0 0; z-index: 90; background: var(--paper); display: none; flex-direction: column; padding: 32px var(--gutter); }
.mobile-menu.is-open { display: flex; }
.mobile-menu a { font-family: var(--font-disp); font-variation-settings: "SOFT" 100, "WONK" 0; font-weight: 640; text-transform: uppercase; font-size: clamp(34px, 8.5vw, 60px); padding: 14px 0; border-bottom: 1.5px solid var(--line); display: flex; align-items: baseline; gap: 16px; }
.mobile-menu a .idx { font-family: var(--font-mono); font-size: 12px; color: var(--red); }
main { min-height: 100vh; }
.section { padding-left: var(--gutter); padding-right: var(--gutter); }
.rule { border-top: 1.5px solid color-mix(in oklab, var(--ink) 22%, transparent); }
.section-head { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 12px; padding: 56px 0 44px; }
.section-head h2 { font-size: clamp(20px, 2.8vw, 38px); font-weight: 560; line-height: 1.05; background: var(--yellow); color: var(--red); border: 2.5px solid var(--red); border-radius: 999px; padding: 0.45em 1.25em; }
.section-head .idx { display: none; }
.section-head .mono { color: var(--ink-soft); }
.link-all { font-family: var(--font-mono); font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; border: 2px solid var(--ink); border-radius: 999px; padding: 13px 26px; white-space: nowrap; transition: background .25s, translate .25s var(--ease-out), box-shadow .25s var(--ease-out); background: var(--paper); }
.link-all:hover { background: var(--yellow); translate: -2px -2px; box-shadow: 3px 3px 0 var(--ink); }
.btn { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-mono); font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; background: var(--yellow); color: var(--red); padding: 19px 34px; border: 2px solid var(--red); border-radius: 999px; transition: background .25s, color .25s, box-shadow .25s var(--ease-out), translate .25s var(--ease-out); }
.btn:hover { background: var(--red); color: var(--yellow); translate: -3px -3px; box-shadow: 4px 4px 0 var(--ink); }
.btn .arr { transition: transform .25s var(--ease-out); }
.btn:hover .arr { transform: translateX(4px); }
.btn--red, .btn--ghost, .btn--paper { background: var(--yellow); color: var(--red); }
.btn--red:hover, .btn--ghost:hover, .btn--paper:hover { background: var(--red); color: var(--yellow); }
.pill { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--font-mono); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; border: 2px solid var(--red); border-radius: 999px; background: var(--yellow); color: var(--red); padding: 13px 24px; transition: background .25s, color .25s; }
.pill--ico { width: 48px; height: 48px; padding: 0; font-size: 16px; }
.pcard:hover .pill, .pill:hover { background: var(--red); color: var(--yellow); }
.marquee { background: var(--yellow); border-block: 1.5px solid color-mix(in oklab, var(--ink) 30%, transparent); overflow: hidden; padding: 9px 0; white-space: nowrap; }
.marquee--tags { border-top: none; }
.marquee--tags .marquee__track span { color: var(--red); }
.marquee--stats { background: var(--paper); }
.marquee__track { display: inline-flex; align-items: center; will-change: transform; }
.marquee__track span { font-family: var(--font-mono); font-size: 12px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; padding-right: 20px; }
.marquee__track .star { color: var(--red); }
.filmstrip { border-block: 1.5px solid color-mix(in oklab, var(--ink) 20%, transparent); overflow: hidden; padding: 14px 0; background: var(--paper); }
.filmstrip__track { display: flex; gap: 14px; width: max-content; will-change: transform; }
.filmstrip a { position: relative; flex: none; height: clamp(170px, 28vh, 300px); aspect-ratio: 16/10; overflow: hidden; border-radius: calc(var(--r-card) - 6px); border: 1.5px solid var(--ink); }
.filmstrip img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease-expo); }
.filmstrip a:hover img { transform: scale(1.06); }
.filmstrip .cap { position: absolute; left: 0; bottom: 0; right: 0; display: flex; justify-content: space-between; gap: 8px; font-family: var(--font-mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; background: var(--yellow); padding: 6px 10px; transform: translateY(101%); transition: transform .3s var(--ease-out); }
.filmstrip a:hover .cap { transform: translateY(0); }
.hero { position: relative; min-height: calc(100svh - 88px); margin-top: 88px; overflow: hidden; display: flex; flex-direction: column; justify-content: center; background: var(--ink); text-align: center; }
.hero__bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero__bg img { width: 100%; height: 112%; object-fit: cover; will-change: transform; }
.hero__vid { position: absolute; top: 50%; left: 50%; width: max(100vw, 178vh); height: max(100vh, 57vw); transform: translate(-50%, -50%); border: 0; pointer-events: none; }
.hero__veil { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, oklch(18% 0.008 90 / 0.66) 0%, oklch(18% 0.008 90 / 0.34) 45%, oklch(18% 0.008 90 / 0.78) 100%); }
.hero__fg { position: relative; z-index: 3; flex: 1; padding: 40px var(--gutter) 130px; color: var(--paper); display: flex; flex-direction: column; align-items: center; justify-content: center; }
.hero__claim { font-size: clamp(32px, 4.8vw, 74px); font-weight: 480; max-width: 16ch; color: var(--paper); line-height: 1.02; }
.hero__claim .line { display: block; overflow: hidden; padding: 0.02em 0; }
.hero__claim .line > span { display: inline-block; }
.hero__claim .hl { background: none; color: var(--yellow); padding: 0; font-style: normal; }
.hero__claim .star { color: var(--red); font-weight: 400; }
.hero__by { font-family: var(--font-mono); font-size: clamp(11px, 1.3vw, 14px); letter-spacing: .12em; text-transform: uppercase; padding: 22px 0 26px; color: color-mix(in oklab, var(--paper) 82%, transparent); }
.hero__cta { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.hero__cta--bottom { position: absolute; bottom: 118px; left: 0; right: 0; }
.hero__scroll { position: absolute; z-index: 3; bottom: 20px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 12px; font-family: var(--font-mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: color-mix(in oklab, var(--paper) 70%, transparent); }
.hero__scroll i { display: block; width: 54px; height: 1.5px; background: var(--yellow); transform-origin: left; animation: scrollpulse 1.8s var(--ease-expo) infinite; }
@keyframes scrollpulse { 0% { transform: scaleX(0); } 55% { transform: scaleX(1); } 100% { transform: scaleX(0); transform-origin: right; } }
.pgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2.2vw, 28px); padding-bottom: 10px; }
.pcard.is-hidden, .reel__card.is-hidden { display: none; }
.mgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.4vw, 32px); padding-bottom: 10px; }
.mgrid .reel__card { width: auto; }
.prow { display: flex; gap: 18px; overflow-x: auto; padding: 4px var(--gutter) 40px; scroll-snap-type: x mandatory; scrollbar-width: none; }
.prow::-webkit-scrollbar { display: none; }
.prow .pcard { flex: 0 0 auto; width: clamp(230px, 23vw, 330px); scroll-snap-align: start; }
.pcard { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 12px; }
.pcard__ph { width: 100%; aspect-ratio: 16/10; overflow: hidden; border-radius: var(--r-card); border: 1.5px solid var(--ink); background: var(--paper-dim); }
.prow .pcard__ph { aspect-ratio: 4/5; }
.pcard__ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease-expo); }
.pcard:hover .pcard__ph img { transform: scale(1.06); }
.pcard__t { font-family: var(--font-disp); font-variation-settings: "SOFT" 100, "WONK" 0; font-weight: 640; text-transform: uppercase; font-size: clamp(16px, 1.6vw, 22px); line-height: 1.06; max-width: 26ch; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.pcard .mono { color: var(--ink-soft); font-size: 10px; }
.pcard__row { display: flex; gap: 8px; align-items: center; }
.allrow { display: flex; justify-content: center; align-items: center; gap: 14px; flex-wrap: wrap; padding: 30px 0 70px; }
.index { border-bottom: 1.5px solid var(--line); }
.index__row { position: relative; display: grid; grid-template-columns: 64px 1fr auto 96px 48px; align-items: center; gap: 20px; padding: clamp(16px, 2.6vh, 28px) 8px; border-top: 1.5px solid var(--line); border-radius: 14px; }
.index__row:hover { background: var(--yellow); }
.index__row .num { font-family: var(--font-mono); font-size: 12px; color: var(--red); }
.index__row .ttl { font-family: var(--font-disp); font-variation-settings: "SOFT" 100, "WONK" 0; font-weight: 640; text-transform: uppercase; font-size: clamp(18px, 2.7vw, 32px); line-height: 1; transition: transform .35s var(--ease-expo); }
.index__row:hover .ttl { transform: translateX(12px); }
.index__row .tag { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-soft); }
.index__row .yr { font-family: var(--font-mono); font-size: 12px; text-align: right; }
.index__row .go { font-size: 22px; opacity: 0; transform: translateX(-8px); transition: opacity .3s, transform .3s var(--ease-out); text-align: right; }
.index__row:hover .go { opacity: 1; transform: translateX(0); }
.row-preview { position: fixed; z-index: 80; top: 0; left: 0; width: 300px; aspect-ratio: 4/3; pointer-events: none; opacity: 0; transform: scale(0.9); transition: opacity .25s var(--ease-out), transform .25s var(--ease-out); overflow: hidden; border: 1.5px solid var(--ink); border-radius: var(--r-card); background: var(--paper-dim); }
.row-preview.is-on { opacity: 1; transform: scale(1); }
.row-preview img { width: 100%; height: 100%; object-fit: cover; }
.cred { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 20px; padding-top: 10px; padding-bottom: clamp(28px, 5vh, 52px); }
.cred .rule { align-self: stretch; }
.cred .section-head { padding-top: 48px; }
.cred__k { color: var(--ink-soft); }
.cred__row { display: flex; flex-wrap: wrap; justify-content: center; align-items: baseline; gap: 14px 22px; max-width: 1000px; }
.cred__row span { font-family: var(--font-disp); font-variation-settings: "SOFT" 100, "WONK" 0; font-weight: 640; text-transform: uppercase; font-size: clamp(20px, 2.6vw, 34px); line-height: 1; }
.cred__row .star { color: var(--red); font-size: 0.7em; }
.cred__line { display: flex; flex-wrap: wrap; justify-content: center; align-items: baseline; gap: 10px 18px; max-width: 940px; }
.cred__line .lbl { font-family: var(--font-mono); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--paper); background: var(--red); border-radius: 999px; padding: 5px 12px; }
.cred__line b { font-family: var(--font-disp); font-variation-settings: "SOFT" 100, "WONK" 0; font-weight: 600; text-transform: uppercase; font-size: clamp(14px, 1.6vw, 20px); line-height: 1.1; }
.cred__line .star { color: var(--red); font-size: 0.8em; }
.cred__frm { font-family: var(--font-disp); font-variation-settings: "SOFT" 100, "WONK" 0; font-style: italic; font-weight: 560; font-size: clamp(16px, 1.8vw, 22px); background: var(--yellow); border-radius: 10px; padding: 4px 14px; }
.frm { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; border: 2px solid var(--ink); border-radius: var(--r-card); background: var(--yellow); box-shadow: 7px 7px 0 var(--ink); padding: clamp(36px, 6vh, 64px) clamp(22px, 4vw, 56px); margin: 30px auto 60px; max-width: 880px; }
.frm .k { font-family: var(--font-mono); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--paper); background: var(--red); border-radius: 999px; padding: 6px 14px; }
.frm h3 { font-size: clamp(26px, 3.6vw, 48px); font-weight: 560; line-height: 0.98; color: var(--red); }
.frm p { font-size: clamp(16px, 1.8vw, 21px); line-height: 1.5; max-width: 44ch; font-weight: 500; }
.band { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: var(--yellow); border-block: 1.5px solid color-mix(in oklab, var(--ink) 30%, transparent); padding: clamp(64px, 12vh, 130px) var(--gutter); margin-top: 40px; }
.band__claim { color: var(--ink); font-size: clamp(26px, 3.8vw, 56px); max-width: 24ch; line-height: 1.06; }
.band__claim .hl { background: none; color: var(--red); font-style: normal; padding: 0; }
.band__sub { padding-top: 24px; color: var(--ink-soft); }
.band__bg, .band__veil { display: none; }
.svc { padding-top: 26px; padding-bottom: 56px; }
.svc__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.svc__card { border: 1.5px solid var(--ink); border-radius: var(--r-card); background: var(--paper); padding: 26px 22px 28px; display: flex; flex-direction: column; gap: 14px; text-align: center; align-items: center; transition: translate .25s var(--ease-out), box-shadow .25s var(--ease-out), background .25s; }
.svc__card:hover { translate: -4px -4px; box-shadow: 6px 6px 0 var(--ink); background: var(--yellow); }
.svc__card .n { font-family: var(--font-mono); font-size: 11px; color: var(--red); border: 1.5px solid var(--red); border-radius: 999px; padding: 4px 12px; }
.svc__card h3 { font-size: clamp(20px, 1.9vw, 27px); }
.svc__card p { font-size: 14px; line-height: 1.55; color: var(--ink-soft); }
.svc__card:hover p { color: var(--ink); }
.svc__card .arr { margin-top: auto; font-size: 20px; }
.mo { padding-top: 8px; }
.reel { display: flex; gap: 18px; overflow-x: auto; padding: 6px var(--gutter) 40px; scroll-snap-type: x mandatory; scrollbar-width: none; }
.reel::-webkit-scrollbar { display: none; }
.reel__card { flex: 0 0 auto; width: clamp(240px, 27vw, 380px); scroll-snap-align: start; position: relative; text-align: center; }
.grid-m .reel__card, .mgrid .reel__card { flex: initial; width: auto; }
.reel__ph { display: block; aspect-ratio: 4/5; overflow: hidden; position: relative; background: var(--paper-dim); border: 1.5px solid var(--ink); border-radius: var(--r-card); }
.reel__ph img { width: 100%; height: 112%; object-fit: cover; will-change: transform; transition: transform .6s var(--ease-expo); }
.reel__card:hover .reel__ph img { transform: scale(1.06); }
.reel__ph::after { content: "PLAY ▸"; position: absolute; right: 12px; bottom: 12px; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em; background: var(--yellow); color: var(--ink); padding: 7px 12px; border-radius: 999px; border: 1.5px solid var(--ink); opacity: 0; transform: translateY(6px); transition: opacity .3s, transform .3s var(--ease-out); }
.reel__card:hover .reel__ph::after { opacity: 1; transform: translateY(0); }
.reel__cap { display: flex; flex-direction: column; gap: 4px; align-items: center; padding-top: 12px; }
.reel__cap b { font-family: var(--font-disp); font-variation-settings: "SOFT" 100, "WONK" 0; font-weight: 640; text-transform: uppercase; font-size: 17px; line-height: 1; }
.reel__cap .mono { font-size: 10px; color: var(--ink-soft); }
.reel__card .pcard__row { display: flex; justify-content: center; gap: 10px; padding-top: 14px; }
.reel__hint { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 0 var(--gutter) 30px; color: var(--ink-soft); }
.grid-m { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding-bottom: 70px; }
.orbit { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 44px; overflow: hidden; padding: clamp(60px, 9vh, 110px) var(--gutter); }
.orbit__head { display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; z-index: 3; padding: 0 var(--gutter); }
.orbit__head h2 { font-size: clamp(20px, 2.8vw, 38px); font-weight: 560; line-height: 1.05; background: var(--yellow); color: var(--red); border: 2.5px solid var(--red); border-radius: 999px; padding: 0.45em 1.25em; }
.orbit__head .mono { color: var(--ink-soft); }
.cluster { position: relative; z-index: 2; width: min(720px, 86vw); height: clamp(320px, 52vh, 520px); }
.cluster__img { position: absolute; overflow: hidden; border: 1.5px solid var(--ink); border-radius: var(--r-card); will-change: transform; background: var(--paper-dim); }
.cluster__img img { width: 100%; height: 100%; object-fit: cover; }
.cluster__img--a { width: 46%; aspect-ratio: 4/5; left: 27%; top: 0; rotate: 2deg; z-index: 3; box-shadow: 0 18px 40px oklch(26% 0.04 40 / .18); }
.cluster__img--b { width: 34%; aspect-ratio: 4/5; left: 4%; top: 14%; rotate: -8deg; z-index: 2; }
.cluster__img--c { width: 34%; aspect-ratio: 4/5; right: 4%; top: 18%; rotate: 9deg; z-index: 2; }
.orbit__chip { z-index: 4; font-family: var(--font-disp); font-variation-settings: "SOFT" 100, "WONK" 0; font-weight: 600; font-size: clamp(13px, 1.35vw, 17px); text-align: center; line-height: 1.15; background: var(--paper); border: 2px solid var(--ink); border-radius: 999px; padding: 14px 22px; will-change: transform; max-width: 200px; box-shadow: 3px 3px 0 var(--ink); }
.orbit__chip .d { display: none; }
.orbit__chip:nth-of-type(odd) { background: var(--yellow); }
.orbit__chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 16px; max-width: 940px; z-index: 4; }
.orbit__chips .orbit__chip:nth-of-type(odd) { rotate: -1.5deg; }
.orbit__chips .orbit__chip:nth-of-type(even) { rotate: 1.5deg; }
.collage { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: clamp(90px, 11vw, 160px); gap: 14px; padding-bottom: 30px; }
.collage figure { position: relative; overflow: hidden; cursor: zoom-in; border: 1.5px solid var(--ink); border-radius: var(--r-card); background: var(--paper-dim); }
.collage figure:nth-child(1) { grid-column: 1 / span 5; grid-row: span 3; }
.collage figure:nth-child(2) { grid-column: 6 / span 3; grid-row: span 2; }
.collage figure:nth-child(3) { grid-column: 9 / span 4; grid-row: span 3; }
.collage figure:nth-child(4) { grid-column: 6 / span 3; grid-row: span 2; }
.collage figure:nth-child(5) { grid-column: 1 / span 3; grid-row: span 2; }
.collage figure:nth-child(6) { grid-column: 4 / span 2; grid-row: span 2; }
.collage figure:nth-child(7) { grid-column: 9 / span 2; grid-row: span 2; }
.collage figure:nth-child(8) { grid-column: 11 / span 2; grid-row: span 2; }
.collage img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease-expo); }
.collage figure:hover img { transform: scale(1.05); }
.collage figcaption, .mosaic figcaption { position: absolute; left: 0; right: 0; bottom: 0; display: flex; justify-content: space-between; gap: 10px; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; background: var(--yellow); padding: 7px 12px; transform: translateY(101%); transition: transform .3s var(--ease-out); }
.collage figure:hover figcaption { transform: translateY(0); }
.mosaic { columns: 3; column-gap: 16px; padding-bottom: 70px; }
.mosaic figure { break-inside: avoid; margin-bottom: 16px; position: relative; overflow: hidden; cursor: zoom-in; background: var(--paper-dim); border: 1.5px solid var(--ink); border-radius: var(--r-card); }
.mosaic img { width: 100%; transition: transform .6s var(--ease-expo); }
.mosaic figure:hover img { transform: scale(1.04); }
.mosaic figure:hover figcaption { transform: translateY(0); }
.press { padding-top: 26px; padding-bottom: 40px; }
.press__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding-bottom: 30px; }
.press__card { border: 2px solid var(--ink); border-radius: var(--r-card); padding: 26px 22px; display: flex; flex-direction: column; gap: 12px; background: var(--paper); box-shadow: 4px 4px 0 var(--ink); }
.press__card .stars { color: var(--red); font-size: 15px; letter-spacing: 4px; }
.press__card .k { font-family: var(--font-mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); }
.press__card b { font-family: var(--font-disp); font-variation-settings: "SOFT" 100, "WONK" 0; font-weight: 640; font-size: clamp(19px, 1.9vw, 26px); line-height: 1.05; text-transform: none; }
.press__cities { border-top: 1.5px solid var(--line); padding: 18px 0 0; display: flex; flex-wrap: wrap; gap: 10px 26px; color: var(--ink-soft); justify-content: center; }
.press__cities b { color: var(--ink); }
.detail { padding-top: calc(64px + clamp(28px, 5vh, 60px)); }
.detail__kicker { display: flex; justify-content: space-between; gap: 16px; color: var(--ink-soft); padding-bottom: 18px; }
.detail__kicker .col { color: var(--red); }
.detail__title { font-size: clamp(28px, 4.6vw, 68px); font-weight: 560; padding-bottom: 26px; max-width: 22ch; }
.detail__meta { display: flex; gap: clamp(24px, 6vw, 96px); flex-wrap: wrap; border-block: 1.5px solid var(--line); padding: 14px 0; margin-bottom: clamp(24px, 5vh, 48px); }
.detail__meta .k { color: var(--ink-soft); margin-right: 10px; }
.frame { position: relative; aspect-ratio: 16/9; background: var(--ink); border: 1.5px solid var(--ink); border-radius: var(--r-card); overflow: hidden; margin-bottom: 22px; }
.frame iframe, .frame img { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; object-fit: cover; }
.frame--img { background: var(--paper-dim); }
.detail__desc { max-width: 66ch; font-size: 18px; line-height: 1.6; padding: 16px 0 40px; }
.detail__gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; padding-bottom: 40px; }
.detail__gallery img { width: 100%; border: 1.5px solid var(--ink); border-radius: var(--r-card); }
.pagenav { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 26px; margin-bottom: clamp(44px, 8vh, 84px); }
.pagenav a { padding: 18px; display: flex; gap: 16px; align-items: center; border: 1.5px solid var(--ink); border-radius: var(--r-card); transition: background .3s, translate .25s var(--ease-out), box-shadow .25s var(--ease-out); }
.pagenav a:hover { background: var(--yellow); translate: -3px -3px; box-shadow: 4px 4px 0 var(--ink); }
.pagenav a + a { flex-direction: row-reverse; text-align: right; }
.pagenav .th { width: 88px; aspect-ratio: 4/3; object-fit: cover; border: 1.5px solid var(--ink); border-radius: 12px; flex: none; }
.pagenav .mono { color: var(--ink-soft); display: block; margin-bottom: 6px; }
.pagenav .t { font-family: var(--font-disp); font-variation-settings: "SOFT" 100, "WONK" 0; font-weight: 640; text-transform: uppercase; font-size: clamp(15px, 2vw, 24px); display: block; line-height: 1.05; }
.about { padding-top: calc(64px + clamp(28px, 5vh, 60px)); }
.about__lead { font-family: var(--font-disp); font-variation-settings: "SOFT" 100, "WONK" 0; font-weight: 600; font-size: clamp(26px, 4.2vw, 56px); line-height: 1.1; max-width: 24ch; padding-bottom: clamp(32px, 6vh, 64px); }
.about__lead .hl { background: var(--yellow); padding: 0 0.09em; border-radius: 10px; box-decoration-break: clone; }
.about__grid { display: grid; grid-template-columns: 7fr 4fr; gap: clamp(32px, 6vw, 96px); padding-bottom: 56px; }
.about__bio p { font-size: clamp(16px, 1.6vw, 20px); line-height: 1.62; margin-bottom: 1.2em; max-width: 62ch; }
.list-block { margin-bottom: 40px; }
.list-block h3 { font-family: var(--font-mono); font-size: 11px; font-weight: 500; letter-spacing: 0.1em; color: var(--red); border-bottom: 1.5px solid var(--line); padding-bottom: 8px; margin-bottom: 4px; text-transform: uppercase; font-variation-settings: normal; }
.list-block li { list-style: none; display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 500; }
.list-block li .mono { color: var(--ink-soft); font-size: 10px; }
.contact { background: var(--red); color: var(--paper); padding-top: calc(64px + clamp(28px, 6vh, 80px)); padding-bottom: 80px; min-height: 88svh; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; position: relative; overflow: hidden; }
.contact--band { min-height: 0; padding-top: clamp(56px, 10vh, 120px); }
.contact .detail__kicker { color: color-mix(in oklab, var(--paper) 85%, transparent); width: 100%; }
.contact__big { font-size: clamp(34px, 6vw, 92px); font-weight: 560; padding-bottom: 26px; color: var(--paper); max-width: 16ch; }
.contact__big .star { color: var(--yellow); font-weight: 400; }
.contact__email { display: inline-block; font-family: var(--font-disp); font-variation-settings: "SOFT" 100, "WONK" 0; font-weight: 620; font-size: clamp(20px, 4vw, 60px); line-height: 1.15; text-transform: lowercase; word-break: break-all; color: var(--paper); background-image: linear-gradient(var(--yellow), var(--yellow)); background-repeat: no-repeat; background-size: 0% 100%; background-position: 0 0; border-radius: 12px; transition: background-size .5s var(--ease-expo), color .4s; padding: 4px 10px; }
.contact__email:hover { background-size: 100% 100%; color: var(--ink); }
.contact__actions { display: flex; flex-wrap: wrap; gap: 14px; padding: 40px 0 0; justify-content: center; }
.contact .mono { color: color-mix(in oklab, var(--paper) 85%, transparent); }
.footer { background: var(--yellow); position: relative; margin-top: -1px; }
.footer::before { content: ""; display: block; height: 26px; margin-top: -26px; background-image: radial-gradient(circle 26px at 50% 100%, var(--yellow) 25px, transparent 26px); background-size: 52px 26px; position: relative; z-index: 5; }
.footer__brandtop { display: flex; justify-content: center; padding: 48px 0 16px; position: relative; z-index: 2; }
.footer__big { position: relative; z-index: 2; font-family: var(--font-disp); font-variation-settings: "SOFT" 100, "WONK" 0; font-weight: 560; text-transform: uppercase; color: var(--red); font-size: clamp(30px, 5.2vw, 84px); line-height: 0.96; text-align: center; padding: 10px var(--gutter) 30px; }
.footer__big .star { color: var(--ink); font-weight: 400; }
.footer__main { position: relative; z-index: 2; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 32px; padding: 20px var(--gutter) 40px; border-top: 1.5px solid color-mix(in oklab, var(--ink) 30%, transparent); }
.footer__brand { font-family: var(--font-disp); font-variation-settings: "SOFT" 100, "WONK" 0; font-weight: 640; text-transform: uppercase; font-size: clamp(20px, 3vw, 34px); line-height: 1; }
.footer__brand .dot { color: var(--red); }
.footer h4 { font-family: var(--font-mono); font-size: 10px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 12px; }
.footer li { list-style: none; padding: 4px 0; }
.footer li a { font-size: 14px; font-weight: 500; border-radius: 6px; padding: 1px 4px; transition: background .2s; }
.footer li a:hover { background: var(--paper); }
.footer__bar { position: relative; z-index: 2; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; border-top: 1.5px solid color-mix(in oklab, var(--ink) 30%, transparent); padding: 14px var(--gutter) 18px; color: var(--ink-soft); }
.footer__bar .up { color: var(--ink); border: 1.5px solid var(--ink); border-radius: 999px; padding: 4px 12px; }
.footer__bar .up:hover { background: var(--paper); }
.fabs { position: fixed; right: 18px; bottom: 18px; z-index: 120; display: flex; flex-direction: column; gap: 10px; }
.fab { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; font-size: 20px; border: 2px solid var(--ink); box-shadow: 3px 3px 0 var(--ink); transition: translate .2s var(--ease-out), box-shadow .2s var(--ease-out); background: var(--paper); }
.fab:hover { translate: -2px -2px; box-shadow: 5px 5px 0 var(--ink); }
.fab--wa { background: var(--red); color: var(--paper); }
.fab--mail { background: var(--yellow); }
.lightbox { position: fixed; inset: 0; z-index: 180; background: color-mix(in oklab, var(--paper) 97%, var(--ink) 3%); display: none; align-items: center; justify-content: center; padding: 72px var(--gutter) 48px; }
.lightbox.is-open { display: flex; }
.lightbox__stage { max-width: min(1100px, 100%); max-height: 100%; display: flex; flex-direction: column; gap: 12px; }
.lightbox__stage img { max-height: calc(100vh - 180px); width: auto; max-width: 100%; margin: 0 auto; border: 1.5px solid var(--ink); border-radius: var(--r-card); }
.lightbox__stage figcaption { display: flex; justify-content: space-between; gap: 16px; color: var(--ink-soft); }
.lightbox__close { position: absolute; top: 20px; right: var(--gutter); background: var(--ink); color: var(--paper); padding: 10px 16px; border-radius: 999px; }
.lightbox__close:hover { background: var(--red); }
.lightbox__arrow { position: absolute; top: 50%; transform: translateY(-50%); font-size: 24px; width: 56px; height: 56px; display: grid; place-items: center; background: var(--yellow); border: 1.5px solid var(--ink); border-radius: 50%; transition: background .2s; }
.lightbox__arrow:hover { background: var(--yellow-deep); }
.lightbox__arrow--prev { left: var(--gutter); }
.lightbox__arrow--next { right: var(--gutter); }

/* video de arquivo direto no hero (mp4/webm) */
.hero__vid--file { top: 0; left: 0; width: 100%; height: 100%; transform: none; object-fit: cover; }
/* secoes customizadas criadas no admin */
.cblock { display: flex; flex-direction: column; align-items: center; text-align: center; padding-bottom: 54px; }
.cblock__txt { max-width: 68ch; font-size: clamp(16px, 1.6vw, 20px); line-height: 1.6; padding-bottom: 26px; }
.cblock__vid { width: min(1080px, 100%); border-radius: var(--r-card); border: 1.5px solid var(--ink); display: block; margin-bottom: 26px; }
.cblock__embed { width: min(1080px, 100%); aspect-ratio: 16/9; border-radius: var(--r-card); border: 1.5px solid var(--ink); overflow: hidden; margin-bottom: 26px; }
.cblock__embed iframe { width: 100%; height: 100%; border: 0; display: block; }
.cblock__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; width: 100%; }
.cblock__grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--r-card); border: 1.5px solid var(--ink); }

@media (max-width: 1100px) {
  .grid-m, .mgrid { grid-template-columns: repeat(2, 1fr); }
  .pgrid { grid-template-columns: repeat(2, 1fr); }
  .svc__grid { grid-template-columns: repeat(2, 1fr); }
  .press__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .nav__links { display: none; }
  .nav__burger { display: flex; }
  .nav__clock { display: none; }
  .nav { grid-template-columns: auto 1fr auto; }
  .nav__brand { grid-column: 1; justify-self: start; }
  .nav__meta { grid-column: 3; }
  .pgrid { grid-template-columns: 1fr; }
  .nav { height: 72px; }
  .nav__logo { height: 44px; }
  .hero { min-height: calc(100svh - 72px); margin-top: 72px; }
  .mobile-menu { inset: 72px 0 0 0; }
  .index__row { grid-template-columns: 40px 1fr 64px; }
  .index__row .tag, .index__row .go { display: none; }
  .row-preview { display: none; }
  .about__grid { grid-template-columns: 1fr; }
  .footer__main { grid-template-columns: 1fr; gap: 24px; }
  .collage { grid-auto-rows: clamp(70px, 10vw, 110px); }
  .collage figure:nth-child(n) { grid-column: span 6; grid-row: span 2; }
  .collage figure:nth-child(1), .collage figure:nth-child(3) { grid-column: span 12; grid-row: span 3; }
}
@media (max-width: 640px) {
  .mosaic { columns: 2; column-gap: 10px; }
  .hero__fg { padding-bottom: 165px; }
  .hero__cta--bottom { bottom: 92px; }
  .section-head h2 { border-radius: 26px; padding: 0.5em 1em; }
  .btn { padding: 16px 26px; }
  .footer__logo { height: 72px; }
  .contact__actions { flex-direction: column; align-items: stretch; }
  .grid-m, .mgrid { grid-template-columns: 1fr; }
  .svc__grid { grid-template-columns: 1fr; }
  .press__grid { grid-template-columns: 1fr; }
  .detail__gallery { grid-template-columns: 1fr; }
  .lightbox__arrow { display: none; }
  .pagenav { grid-template-columns: 1fr; }
  .pagenav .th { display: none; }
  .filmstrip a { height: 150px; }
  .prow .pcard { width: 78vw; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}
