/* ==========================================================================
   BLUG · Design system
   Cores: azul institucional #244F67 + neutros frios. Um único acento.
   Tipografia: Bricolage Grotesque (títulos) + Instrument Sans (texto).
   Raios: botões e filtros em pílula; mídia 20px; campos 12px; painéis 24px.
   ========================================================================== */

@font-face {
	font-family: "Bricolage Grotesque";
	src: url("../fonts/bricolage.woff2") format("woff2");
	font-weight: 200 800;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Instrument Sans";
	src: url("../fonts/instrument-sans.woff2") format("woff2");
	font-weight: 400 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Instrument Sans";
	src: url("../fonts/instrument-sans-italic.woff2") format("woff2");
	font-weight: 400 700;
	font-style: italic;
	font-display: swap;
}

:root {
	/* Cor */
	--blue: #244F67;
	--blue-600: #2C5F7B;
	--blue-700: #1C4054;
	--blue-800: #15313F;
	--blue-900: #0F2430;
	--blue-300: #93B4C6;
	--blue-200: #C4D6DF;
	--blue-100: #E3ECF1;
	--blue-50: #EFF4F7;
	--ink: #13222B;
	--ink-2: #475862;
	--ink-3: #74848D;
	--line: #D8E2E7;
	--line-dark: rgba(255, 255, 255, .14);
	--bg: #F7F9FA;
	--surface: #FFFFFF;
	--on-dark: #F2F6F8;
	--on-dark-2: #A9BFCB;

	/* Tipografia */
	--font-display: "Bricolage Grotesque", "Instrument Sans", system-ui, sans-serif;
	--font-body: "Instrument Sans", system-ui, -apple-system, "Segoe UI", sans-serif;

	/* Espaço e grid */
	--container: 1320px;
	--gutter: clamp(16px, 4vw, 56px);
	--section: clamp(5rem, 11vw, 10rem);
	--gap: clamp(1rem, 2vw, 1.75rem);

	/* Forma */
	--r-media: 20px;
	--r-panel: 24px;
	--r-input: 12px;
	--r-pill: 999px;

	/* Profundidade (sombras tingidas de azul) */
	--shadow-sm: 0 2px 10px rgba(20, 50, 66, .06);
	--shadow-md: 0 18px 50px -18px rgba(20, 50, 66, .28);
	--shadow-lg: 0 40px 90px -30px rgba(20, 50, 66, .38);

	/* Movimento */
	--ease: cubic-bezier(.2, .7, .1, 1);
	--ease-in-out: cubic-bezier(.65, 0, .35, 1);
	--dur: .6s;

	--header-h: 84px;
}

/* --------------------------------------------------------------------------
   Base
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
:where(html) { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-behavior: smooth; }
:where(body) {
	margin: 0;
	background: var(--bg);
	color: var(--ink);
	font-family: var(--font-body);
	font-size: 1.0625rem;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	overflow-x: clip;
}
:where(h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd, ol, ul) { margin: 0; }
:where(ul, ol) { padding: 0; list-style: none; }
:where(img, svg, video) { display: block; max-width: 100%; height: auto; }
:where(a) { color: inherit; text-decoration: none; }
:where(button, input, select, textarea) { font: inherit; color: inherit; }
:where(button) { cursor: pointer; background: none; border: 0; padding: 0; }
:where(h1, h2, h3, h4) { font-family: var(--font-display); font-weight: 650; line-height: 1.08; letter-spacing: -.02em; text-wrap: balance; }
:where(p) { text-wrap: pretty; }
::selection { background: var(--blue); color: #fff; }

:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; border-radius: 4px; }
.section--dark :focus-visible, .cta-final :focus-visible, .footer :focus-visible, .menu-mobile :focus-visible { outline-color: #fff; }

.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 200; padding: .75rem 1rem; background: var(--blue); color: #fff; border-radius: var(--r-input); transition: top .2s; }
.skip-link:focus { top: 16px; }
.site-main:focus { outline: none; }

.container { width: 100%; max-width: calc(var(--container) + var(--gutter) * 2); margin-inline: auto; padding-inline: var(--gutter); }
.container--narrow { max-width: calc(820px + var(--gutter) * 2); }

.section { padding-block: var(--section); position: relative; }
.section--tight { padding-block: clamp(3.5rem, 7vw, 6rem); }
.section--flush-top { padding-top: 0; }
.section--tint { background: var(--blue-50); }
.section--dark { background: var(--blue-900); color: var(--on-dark); }

/* Tipografia de exibição */
.display-xl { font-size: clamp(2.75rem, 8vw, 7.5rem); line-height: .98; letter-spacing: -.04em; font-weight: 700; }
.display-1 { font-size: clamp(2.4rem, 5.2vw, 4.9rem); line-height: 1.02; letter-spacing: -.035em; font-weight: 700; }
.display-2 { font-size: clamp(2.05rem, 4.2vw, 3.9rem); line-height: 1.04; letter-spacing: -.03em; font-weight: 680; }
.display-3 { font-size: clamp(1.7rem, 2.8vw, 2.6rem); line-height: 1.08; letter-spacing: -.025em; font-weight: 650; }
.lead { font-size: clamp(1.15rem, 1.6vw, 1.4rem); line-height: 1.5; color: var(--ink-2); }
.section--dark .lead { color: var(--on-dark-2); }

/* Destaque em títulos: mesma família, cor e peso diferentes */
h1 em, h2 em, h3 em, .display-1 em, .display-2 em { font-style: normal; color: var(--blue); font-weight: 500; }
.section--dark h2 em, .section--dark h1 em { color: var(--blue-300); }

.eyebrow {
	display: inline-flex; align-items: center; gap: .6rem;
	font-size: .8125rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
	color: var(--blue); margin-bottom: 1.25rem;
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.section--dark .eyebrow { color: var(--blue-300); }

/* --------------------------------------------------------------------------
   Botões
   -------------------------------------------------------------------------- */
.btn {
	--btn-bg: var(--blue); --btn-fg: #fff; --btn-bd: var(--blue); --btn-icon-bg: rgba(255, 255, 255, .16);
	position: relative; display: inline-flex; align-items: center; gap: .85rem;
	min-height: 52px; padding: .45rem .45rem .45rem 1.5rem;
	border-radius: var(--r-pill); border: 1px solid var(--btn-bd);
	background: var(--btn-bg); color: var(--btn-fg);
	font-family: var(--font-body); font-weight: 600; font-size: 1rem; line-height: 1.2;
	transition: background-color .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease), transform .3s var(--ease);
	isolation: isolate; white-space: nowrap;
}
.btn__icon {
	display: grid; place-items: center; flex: none;
	width: 40px; height: 40px; border-radius: 50%; background: var(--btn-icon-bg);
	overflow: hidden;
}
.btn__icon .icon { width: 18px; height: 18px; transition: transform .45s var(--ease); }
.btn:hover .btn__icon .icon { transform: translate(2px, -2px) rotate(0deg); }
.btn:active { transform: scale(.98); }
.btn--primary:hover { --btn-bg: var(--blue-700); --btn-bd: var(--blue-700); }
.btn--ghost { --btn-bg: transparent; --btn-fg: var(--ink); --btn-bd: var(--line); --btn-icon-bg: var(--blue-50); }
.btn--ghost:hover { --btn-bd: var(--ink); }
.btn--light { --btn-bg: #fff; --btn-fg: var(--blue); --btn-bd: #fff; --btn-icon-bg: var(--blue-50); }
.btn--light:hover { --btn-bg: var(--blue-50); }
.section--dark .btn--ghost { --btn-fg: #fff; --btn-bd: var(--line-dark); --btn-icon-bg: rgba(255, 255, 255, .08); }
.section--dark .btn--ghost:hover { --btn-bd: #fff; }
.btn--link { --btn-bg: transparent; --btn-bd: transparent; --btn-fg: var(--blue); --btn-icon-bg: transparent; padding: 0; min-height: 0; gap: .5rem; }
.btn--link .btn__icon { width: auto; height: auto; }
.btn--link .btn__label { background: linear-gradient(currentColor, currentColor) 0 100% / 100% 1px no-repeat; padding-bottom: 2px; transition: background-size .4s var(--ease); }
.btn--link:hover .btn__label { background-size: 0 1px; background-position: 100% 100%; }
.btn--link:hover .btn__icon .icon { transform: translateX(4px); }
.btn--sm { min-height: 44px; font-size: .9375rem; padding-left: 1.15rem; }
.btn--sm .btn__icon { width: 32px; height: 32px; }
.btn--lg { min-height: 60px; font-size: 1.0625rem; padding-left: 1.75rem; }
.btn--lg .btn__icon { width: 46px; height: 46px; }

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */
.header {
	position: fixed; inset: 0 0 auto; z-index: 100; height: var(--header-h);
	transition: transform .5s var(--ease), background-color .35s, box-shadow .35s, backdrop-filter .35s;
}
.header.is-scrolled { background: rgba(247, 249, 250, .86); backdrop-filter: saturate(1.4) blur(14px); -webkit-backdrop-filter: saturate(1.4) blur(14px); box-shadow: 0 1px 0 var(--line); }
.header.is-hidden { transform: translateY(-100%); }
.header__inner { height: 100%; display: flex; align-items: center; gap: 2rem; }
.header__brand { flex: none; display: block; }
.header__brand .logo { width: auto; height: 46px; }
.nav { margin-left: auto; }
.nav__list { display: flex; gap: clamp(.9rem, 1.6vw, 1.6rem); }
.nav__list a {
	position: relative; display: block; padding: .5rem 0;
	font-size: .9375rem; font-weight: 500; color: var(--ink-2); transition: color .25s;
}
.nav__list a::after {
	content: ""; position: absolute; left: 0; right: 0; bottom: .15rem; height: 1.5px; background: var(--blue);
	transform: scaleX(0); transform-origin: right; transition: transform .4s var(--ease);
}
.nav__list a:hover, .nav__list [aria-current="page"], .nav__list .current-menu-item > a, .nav__list .current_page_parent > a { color: var(--ink); }
.nav__list a:hover::after, .nav__list [aria-current="page"]::after, .nav__list .current-menu-item > a::after { transform: scaleX(1); transform-origin: left; }
.header__actions { display: flex; align-items: center; gap: .75rem; }
.header__client { display: inline-flex; align-items: center; gap: .4rem; font-size: .9375rem; font-weight: 500; color: var(--ink-2); }
.header__client .icon { width: 18px; height: 18px; }
.header__toggle { display: none; width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--line); background: var(--surface); place-items: center; }
.header__toggle-lines { position: relative; display: block; width: 18px; height: 10px; }
.header__toggle-lines span { position: absolute; left: 0; right: 0; height: 1.6px; background: var(--ink); border-radius: 2px; transition: transform .45s var(--ease), top .45s var(--ease); }
.header__toggle-lines span:first-child { top: 0; }
.header__toggle-lines span:last-child { top: 8.4px; }
.menu-open .header__toggle-lines span:first-child { top: 4.2px; transform: rotate(45deg); }
.menu-open .header__toggle-lines span:last-child { top: 4.2px; transform: rotate(-45deg); }
.menu-open .header { background: transparent; box-shadow: none; backdrop-filter: none; }
.menu-open .header .logo { filter: brightness(0) invert(1); }
.menu-open .header__toggle { background: #fff; border-color: #fff; }
.menu-open .header__cta { opacity: 0; pointer-events: none; }

@media (max-width: 1279px) {
	.nav { display: none; }
	.header__toggle { display: grid; }
	.header__actions { margin-left: auto; }
}
@media (max-width: 640px) {
	:root { --header-h: 72px; }
	.header__brand .logo { height: 38px; }
	.header__cta, .header__client { display: none; }
}

/* Menu mobile */
.menu-mobile {
	position: fixed; inset: 0; z-index: 90; background: var(--blue-900); color: var(--on-dark);
	padding-top: calc(var(--header-h) + 2rem); overflow-y: auto;
	clip-path: inset(0 0 100% 0); transition: clip-path .7s var(--ease-in-out);
}
.menu-mobile.is-open { clip-path: inset(0 0 0 0); }
.menu-mobile[hidden] { display: block; visibility: hidden; }
.menu-mobile.is-open[hidden], .menu-mobile.is-open { visibility: visible; }
.menu-mobile__inner { display: flex; flex-direction: column; justify-content: space-between; min-height: calc(100svh - var(--header-h) - 4rem); gap: 3rem; padding-bottom: 2rem; }
.menu-mobile__list li { border-bottom: 1px solid var(--line-dark); overflow: hidden; }
.menu-mobile__list a {
	display: block; padding: .8rem 0; font-family: var(--font-display); font-weight: 600;
	font-size: clamp(1.7rem, 6vw, 2.6rem); letter-spacing: -.02em; line-height: 1.1;
	transform: translateY(100%); transition: transform .7s var(--ease), color .2s;
}
.menu-mobile.is-open .menu-mobile__list a { transform: none; }
.menu-mobile__list li:nth-child(2) a { transition-delay: .04s; } .menu-mobile__list li:nth-child(3) a { transition-delay: .08s; }
.menu-mobile__list li:nth-child(4) a { transition-delay: .12s; } .menu-mobile__list li:nth-child(5) a { transition-delay: .16s; }
.menu-mobile__list li:nth-child(6) a { transition-delay: .2s; } .menu-mobile__list li:nth-child(7) a { transition-delay: .24s; }
.menu-mobile__list li:nth-child(8) a { transition-delay: .28s; } .menu-mobile__list li:nth-child(9) a { transition-delay: .32s; }
.menu-mobile__list a:hover, .menu-mobile__list [aria-current="page"] { color: var(--blue-300); }
.menu-mobile__foot { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem; }
.menu-mobile__foot .btn--primary { --btn-bg: #fff; --btn-fg: var(--blue); --btn-bd: #fff; --btn-icon-bg: var(--blue-50); }
.menu-mobile .header__client { display: inline-flex; color: var(--on-dark); }
.menu-mobile .social a { color: var(--on-dark); border-color: var(--line-dark); }
body.menu-open { overflow: hidden; }

/* --------------------------------------------------------------------------
   Breadcrumbs, filtros, tags, badges
   -------------------------------------------------------------------------- */
.breadcrumbs { margin-bottom: 2rem; font-size: .875rem; color: var(--ink-3); }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: .4rem; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: .4rem; color: var(--line); }
.breadcrumbs a { transition: color .2s; }
.breadcrumbs a:hover { color: var(--blue); }
.breadcrumbs [aria-current] { color: var(--ink-2); max-width: 40ch; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.filters { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: clamp(2rem, 4vw, 3.5rem); }
.filters__btn {
	display: inline-flex; align-items: center; min-height: 44px; padding: .5rem 1.15rem;
	border: 1px solid var(--line); border-radius: var(--r-pill); font-size: .9375rem; font-weight: 500; color: var(--ink-2);
	transition: background-color .25s, color .25s, border-color .25s;
}
.filters__btn:hover { border-color: var(--ink); color: var(--ink); }
.filters__btn[aria-current="true"], .filters__btn.is-active { background: var(--ink); border-color: var(--ink); color: #fff; }

.tags { display: flex; flex-wrap: wrap; gap: .5rem; }
.tags li {
	padding: .45rem .95rem; border-radius: var(--r-pill); border: 1px solid var(--line);
	font-size: .9375rem; color: var(--ink-2); background: var(--surface);
}
.tags--light li { background: transparent; border-color: var(--line-dark); color: var(--on-dark); }
.tags--sm li { font-size: .8125rem; padding: .3rem .75rem; }

.badge { display: inline-flex; align-items: center; gap: .35rem; padding: .35rem .75rem; border-radius: var(--r-pill); font-size: .75rem; font-weight: 600; letter-spacing: .02em; }
.badge--demo { position: absolute; left: 1rem; top: 1rem; z-index: 2; background: rgba(255, 255, 255, .92); color: var(--ink); backdrop-filter: blur(6px); }

.checklist { display: grid; gap: .8rem; }
.checklist li { display: flex; gap: .7rem; align-items: flex-start; }
.checklist .icon { flex: none; width: 20px; height: 20px; margin-top: .15rem; color: var(--blue); }
.checklist--cols { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: .9rem 2rem; }

.note { margin-top: 2rem; padding: 1.25rem 1.4rem; border-left: 3px solid var(--blue); background: var(--surface); border-radius: 0 var(--r-input) var(--r-input) 0; font-size: .9375rem; color: var(--ink-2); }

.media-placeholder { display: block; width: 100%; height: 100%; min-height: 200px; background: radial-gradient(120% 80% at 20% 10%, var(--blue-200), transparent 60%), linear-gradient(135deg, var(--blue-100), var(--blue-50)); }

.section-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 1.5rem 3rem; margin-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.section-head--stack { flex-direction: column; align-items: flex-start; }
.section-head--stack p { max-width: 56ch; color: var(--ink-2); font-size: 1.125rem; }

.empty-state { padding: 3rem 0; color: var(--ink-3); font-size: 1.125rem; }

.admin-placeholder { margin-top: 1.5rem; padding: 1.5rem; border: 1.5px dashed var(--blue-300); border-radius: var(--r-panel); background: var(--blue-50); display: grid; gap: .4rem; }
.admin-placeholder p { font-weight: 600; }
.admin-placeholder a { color: var(--blue); text-decoration: underline; width: max-content; }
.admin-placeholder small { color: var(--ink-3); }

/* --------------------------------------------------------------------------
   Hero da home
   -------------------------------------------------------------------------- */
.hero { position: relative; padding-top: calc(var(--header-h) + clamp(2.5rem, 7vw, 6rem)); padding-bottom: clamp(4rem, 8vw, 7rem); overflow: hidden; }
.hero::before {
	content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
	background: radial-gradient(60% 55% at 85% 20%, rgba(147, 180, 198, .28), transparent 70%), radial-gradient(40% 40% at 0% 100%, rgba(36, 79, 103, .07), transparent 70%);
}
.hero__grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--gap); align-items: center; }
.hero__copy { grid-column: 1 / span 7; position: relative; z-index: 2; }
.hero__title { font-size: clamp(2.5rem, 4.9vw, 4.75rem); line-height: 1.02; letter-spacing: -.038em; font-weight: 700; }
.hero__text { margin-top: 1.75rem; max-width: 50ch; font-size: clamp(1.1rem, 1.35vw, 1.25rem); color: var(--ink-2); }
.hero__actions { margin-top: 2.5rem; display: flex; flex-wrap: wrap; gap: .75rem 1rem; }
.hero__visual { grid-column: 8 / -1; position: relative; aspect-ratio: 5 / 6; }
.hero__media { position: absolute; overflow: hidden; border-radius: var(--r-media); box-shadow: var(--shadow-lg); background: var(--blue-100); }
.hero__media img, .hero__media .media-placeholder { width: 100%; height: 100%; object-fit: cover; }
.hero__media--main { inset: 6% 0 14% 8%; }
.hero__media--a { width: 44%; aspect-ratio: 3 / 4; left: -14%; bottom: 0; box-shadow: var(--shadow-lg), 0 0 0 6px var(--bg); }
.hero__media--b { width: 36%; aspect-ratio: 1; right: -4%; top: -2%; box-shadow: var(--shadow-md), 0 0 0 6px var(--bg); }
.hero__ring { position: absolute; width: 38%; aspect-ratio: 1; right: 18%; bottom: -6%; border: 1.5px solid var(--blue-300); border-radius: 50%; z-index: -1; }

@media (max-width: 1023px) {
	.hero__copy { grid-column: 1 / -1; }
	.hero__visual { grid-column: 1 / -1; aspect-ratio: 4 / 3; margin-top: 3rem; width: min(100%, 680px); justify-self: end; }
	.hero__media--main { inset: 0 0 12% 14%; }
	.hero__media--a { left: 0; width: 34%; }
	.hero__media--b { right: 4%; top: auto; bottom: -2%; width: 26%; }
}
@media (max-width: 640px) {
	.hero__actions .btn { width: 100%; justify-content: space-between; white-space: normal; }
	.hero__visual { margin-top: 2.5rem; }
	.hero__ring { display: none; }
}

/* --------------------------------------------------------------------------
   Faixa animada (marquee)
   -------------------------------------------------------------------------- */
.marquee { background: var(--blue); color: #fff; overflow: hidden; padding-block: clamp(1.1rem, 2.2vw, 1.8rem); }
.marquee__track { display: flex; width: max-content; animation: marquee 38s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__group { display: flex; align-items: center; flex: none; }
.marquee__item { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.6rem, 3.6vw, 3.1rem); letter-spacing: -.02em; line-height: 1; white-space: nowrap; padding-inline: clamp(1rem, 2vw, 2rem); }
.marquee__sep { width: .55em; height: .55em; font-size: clamp(1.6rem, 3.6vw, 3.1rem); border: 1.5px solid var(--blue-300); border-radius: 50%; flex: none; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* --------------------------------------------------------------------------
   Apresentação
   -------------------------------------------------------------------------- */
.about { background: var(--surface); }
.about__title { max-width: 20ch; }
.about__grid { margin-top: clamp(3rem, 6vw, 5.5rem); display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--gap); }
.about__lead { grid-column: 1 / span 5; font-family: var(--font-display); font-size: clamp(1.35rem, 2vw, 1.85rem); line-height: 1.3; letter-spacing: -.015em; font-weight: 500; color: var(--ink); }
.about__body { grid-column: 7 / -1; }
.about__points li { padding-block: 1rem; border-top: 1px solid var(--line); font-family: var(--font-display); font-size: clamp(1.4rem, 2.4vw, 2.1rem); font-weight: 600; letter-spacing: -.02em; line-height: 1.15; }
.about__points li:last-child { border-bottom: 1px solid var(--line); }
.about__text { margin-top: 2rem; font-size: 1.125rem; color: var(--ink-2); max-width: 52ch; }
.equation { margin-top: clamp(3.5rem, 7vw, 6rem); display: flex; flex-wrap: wrap; align-items: center; gap: .6rem .7rem; }
.equation__term { padding: .7rem 1.3rem; border-radius: var(--r-pill); border: 1px solid var(--line); font-weight: 600; font-size: clamp(1rem, 1.3vw, 1.15rem); background: var(--bg); }
.equation__op { font-family: var(--font-display); font-size: 1.5rem; color: var(--blue); font-weight: 500; }
.equation__result { padding: .7rem 1.4rem; border-radius: var(--r-pill); background: var(--blue); color: #fff; font-weight: 600; font-size: clamp(1rem, 1.3vw, 1.15rem); }
@media (max-width: 1023px) {
	.about__lead, .about__body { grid-column: 1 / -1; }
	.about__body { margin-top: 2rem; }
}

/* --------------------------------------------------------------------------
   Pilares (Sites e Redes)
   -------------------------------------------------------------------------- */
.pillar--sites { background: var(--blue-50); overflow: visible; overflow-x: clip; }
.pillar--social { overflow: hidden; }
.pillar__grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gap); row-gap: clamp(2.5rem, 5vw, 4.5rem); }
.pillar__head { grid-column: 1 / span 8; }
.pillar__text { margin-top: 1.5rem; max-width: 56ch; font-size: 1.1875rem; color: var(--ink-2); }
.section--dark .pillar__text { color: var(--on-dark-2); }
.pillar__stage { grid-column: 1 / -1; position: relative; }
.pillar__device { overflow: hidden; border-radius: var(--r-media); background: var(--blue-100); box-shadow: var(--shadow-lg); }
.pillar__device img { width: 100%; height: 100%; object-fit: cover; }
.pillar--sites .pillar__device--main { width: calc(100% + var(--gutter)); margin-left: 8%; aspect-ratio: 16 / 8.5; border-radius: var(--r-media) 0 0 var(--r-media); }
.pillar--sites .pillar__device--float { position: absolute; width: 34%; aspect-ratio: 4 / 3; left: 0; bottom: -10%; box-shadow: var(--shadow-lg), 0 0 0 8px var(--blue-50); }
.pillar__foot { grid-column: 1 / -1; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 2rem 4rem; }
.pillar__foot .tags { max-width: 820px; }
.pillar--sites .values { grid-column: 1 / -1; margin-top: 3rem; }

.values { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0 var(--gap); }
.values__item { padding-top: 1.4rem; border-top: 1px solid var(--line); }
.values__item h3 { font-size: 1.375rem; letter-spacing: -.015em; }
.values__item p { margin-top: .6rem; color: var(--ink-2); font-size: 1rem; }
.values--light .values__item { border-color: var(--line-dark); }
.values--light .values__item p { color: var(--on-dark-2); }
.values--grid { gap: 2.5rem var(--gap); }

.pillar__grid--reverse .pillar__stage { grid-column: 1 / span 5; grid-row: 1 / span 3; align-self: start; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.pillar__grid--reverse .pillar__head, .pillar__grid--reverse .values, .pillar__grid--reverse .pillar__foot { grid-column: 7 / -1; }
.pillar__grid--reverse .values { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 2rem; }
.pillar__device--tall { aspect-ratio: 3 / 4.4; }
.pillar__device--offset { margin-top: 30%; }
.pillar--social .pillar__device { box-shadow: 0 40px 90px -30px rgba(0, 0, 0, .55); background: var(--blue-800); }

@media (max-width: 1023px) {
	.pillar__head { grid-column: 1 / -1; }
	.values { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 2rem; }
	.pillar--sites .pillar__device--float { bottom: -16%; width: 40%; }
	.pillar--sites .values { margin-top: 4rem; }
	.pillar__grid--reverse .pillar__stage { grid-column: 1 / -1; grid-row: auto; order: 2; max-width: 620px; }
	.pillar__grid--reverse .pillar__head { order: 1; }
	.pillar__grid--reverse .values { order: 3; }
	.pillar__grid--reverse .pillar__foot { order: 4; }
	.pillar__grid--reverse .pillar__head, .pillar__grid--reverse .values, .pillar__grid--reverse .pillar__foot { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
	.values, .pillar__grid--reverse .values { grid-template-columns: 1fr; }
	.pillar--sites .pillar__device--main { margin-left: 0; width: calc(100% + var(--gutter)); aspect-ratio: 4 / 3; }
	.pillar--sites .pillar__device--float { position: relative; width: 70%; margin-top: -18%; bottom: auto; }
	.pillar--sites .values { margin-top: 1rem; }
}

/* --------------------------------------------------------------------------
   Serviços complementares
   -------------------------------------------------------------------------- */
.complements { background: var(--surface); }
.complements__title { font-size: clamp(1.7rem, 2.8vw, 2.6rem); margin-bottom: clamp(2.5rem, 5vw, 4rem); max-width: 22ch; }
.complements__list { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(2.5rem, 5vw, 4rem) var(--gap); }
.complement { display: flex; flex-direction: column; gap: 1.75rem; }
.complement:nth-child(1) { grid-column: 1 / span 7; }
.complement:nth-child(2) { grid-column: 8 / -1; margin-top: clamp(0rem, 8vw, 8rem); }
.complement:nth-child(3) { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--gap); align-items: center; }
.complement:nth-child(3) .complement__media { grid-column: 1 / span 6; }
.complement:nth-child(3) .complement__body { grid-column: 8 / -1; }
.complement__media { overflow: hidden; border-radius: var(--r-media); aspect-ratio: 16 / 11; background: var(--blue-100); }
.complement:nth-child(2) .complement__media { aspect-ratio: 4 / 4.2; }
.complement__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.complement:hover .complement__media img { transform: scale(1.04); }
.complement__label { display: inline-flex; align-items: center; gap: .5rem; font-size: .875rem; font-weight: 600; color: var(--blue); margin-bottom: .9rem; }
.complement__label .icon { width: 18px; height: 18px; }
.complement__title { font-size: clamp(1.6rem, 2.4vw, 2.3rem); letter-spacing: -.025em; }
.complement__text { margin-top: 1rem; color: var(--ink-2); max-width: 52ch; }
.complement .tags { margin-block: 1.4rem 1.6rem; }
@media (max-width: 1023px) {
	.complement:nth-child(n) { grid-column: 1 / -1; margin-top: 0; }
	.complement:nth-child(3) { display: flex; }
}

/* --------------------------------------------------------------------------
   Projetos (home, portfólio, relacionados)
   -------------------------------------------------------------------------- */
.work__grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(2.5rem, 5vw, 4rem) var(--gap); align-items: start; }
.project { position: relative; }
.project__link { display: block; position: relative; }
.project__media { position: relative; overflow: hidden; border-radius: var(--r-media); aspect-ratio: 4 / 3; background: var(--blue-100); isolation: isolate; }
.project__media img, .project__media .media-placeholder { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease), filter .6s; }
.project__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(15, 36, 48, .38)); opacity: 0; transition: opacity .5s var(--ease); }
.project__link:hover .project__media img { transform: scale(1.045); }
.project__link:hover .project__media::after { opacity: 1; }
.project__info { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: .25rem 1rem; margin-top: 1.1rem; }
.project__title { font-size: clamp(1.3rem, 1.8vw, 1.7rem); letter-spacing: -.02em; }
.project__meta { color: var(--ink-3); font-size: .9375rem; }
.project__arrow { position: absolute; right: 1rem; top: 1rem; z-index: 2; width: 52px; height: 52px; border-radius: 50%; background: #fff; color: var(--blue); display: grid; place-items: center; transform: scale(.6); opacity: 0; transition: transform .5s var(--ease), opacity .4s; }
.project__arrow .icon { width: 20px; height: 20px; }
.project__link:hover .project__arrow, .project__link:focus-visible .project__arrow { transform: none; opacity: 1; }

/* Layouts da home */
.work-0 { grid-column: 1 / span 7; } .work-0 .project__media { aspect-ratio: 4 / 3; }
.work-1 { grid-column: 9 / -1; margin-top: clamp(0rem, 10vw, 9rem); } .work-1 .project__media { aspect-ratio: 3 / 4; }
.work-2 { grid-column: 2 / span 5; } .work-2 .project__media { aspect-ratio: 4 / 5; }
.work-3 { grid-column: 7 / -1; margin-top: clamp(0rem, 6vw, 6rem); } .work-3 .project__media { aspect-ratio: 16 / 11; }
.work-4 { grid-column: 3 / span 8; } .work-4 .project__media { aspect-ratio: 16 / 9; }
.work__grid--compact .project { grid-column: span 6; }
.compact-1, .compact-3 { margin-top: clamp(0rem, 6vw, 5rem); }
.work__grid--pair .project { grid-column: span 6; }
.work__grid--pair .project:nth-child(2) { margin-top: clamp(0rem, 6vw, 5rem); }

/* Portfólio */
.portfolio-hero, .blog-hero { padding-top: calc(var(--header-h) + clamp(3rem, 7vw, 6rem)); padding-bottom: clamp(3rem, 6vw, 5rem); }
.portfolio-hero__text, .blog-hero__text { margin-top: 1.75rem; max-width: 52ch; font-size: clamp(1.1rem, 1.5vw, 1.3rem); color: var(--ink-2); }
.blog-hero .filters { margin-top: 2.5rem; margin-bottom: 0; }
.portfolio__grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-flow: row dense; gap: clamp(2.5rem, 5vw, 4rem) var(--gap); align-items: start; }
.size-grande { grid-column: span 8; } .size-grande .project__media { aspect-ratio: 16 / 10.5; }
.size-medio { grid-column: span 6; } .size-medio .project__media { aspect-ratio: 5 / 4; }
.size-vertical { grid-column: span 4; } .size-vertical .project__media { aspect-ratio: 3 / 4; }
.project.is-hidden { display: none; }
.project.is-filtering { animation: projectIn .6s var(--ease) both; }
@keyframes projectIn { from { opacity: 0; transform: translateY(24px); } }

@media (max-width: 1023px) {
	.work__grid .project, .portfolio__grid .project { grid-column: span 6; margin-top: 0; }
	.work-0, .work-4, .size-grande { grid-column: 1 / -1 !important; }
}
@media (max-width: 640px) {
	.work__grid .project, .portfolio__grid .project { grid-column: 1 / -1 !important; }
	.project__media { aspect-ratio: 4 / 3.4 !important; }
}

/* --------------------------------------------------------------------------
   Processo
   -------------------------------------------------------------------------- */
.process { background: var(--blue-50); }
.process__head { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--gap); align-items: end; margin-bottom: clamp(3rem, 6vw, 5rem); }
.process__head h2 { grid-column: 1 / span 6; }
.process__head p { grid-column: 8 / -1; color: var(--ink-2); font-size: 1.125rem; max-width: 44ch; }
.process__track { position: relative; }
.process__line { position: absolute; left: 0; right: 0; top: 7px; height: 1px; background: var(--line); }
.process__line-fill { position: absolute; inset: 0; background: var(--blue); transform-origin: left; transform: scaleX(0); }
.process__steps { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: var(--gap); }
.process__dot { display: block; width: 15px; height: 15px; border-radius: 50%; background: var(--blue-50); border: 1.5px solid var(--blue-300); margin-bottom: 1.6rem; position: relative; z-index: 1; transition: background-color .4s, border-color .4s, transform .4s var(--ease); }
.process__step.is-active .process__dot { background: var(--blue); border-color: var(--blue); transform: scale(1.15); }
.process__step h3 { font-size: 1.3rem; letter-spacing: -.015em; }
.process__step p { margin-top: .6rem; color: var(--ink-2); font-size: .9688rem; }
.no-js .process__line-fill, .reduced .process__line-fill { transform: scaleX(1); }
@media (max-width: 1023px) {
	.process__head h2, .process__head p { grid-column: 1 / -1; }
	.process__line { left: 7px; right: auto; top: 0; bottom: 0; width: 1px; height: auto; }
	.process__line-fill { transform-origin: top; transform: scaleY(0); }
	.no-js .process__line-fill, .reduced .process__line-fill { transform: scaleY(1); }
	.process__steps { grid-template-columns: 1fr; gap: 2.25rem; }
	.process__step { display: grid; grid-template-columns: 15px 1fr; column-gap: 1.5rem; }
	.process__dot { grid-row: 1 / span 2; margin: .45rem 0 0; }
}

/* --------------------------------------------------------------------------
   Clientes e depoimentos
   -------------------------------------------------------------------------- */
.clients { background: var(--surface); }
.clients__title { font-size: 1rem; font-family: var(--font-body); font-weight: 600; letter-spacing: 0; color: var(--ink-3); margin-bottom: 2.5rem; }
.clients__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.clients__item { display: grid; place-items: center; aspect-ratio: 3 / 2; padding: 1.5rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.clients__item img { max-height: 54px; width: auto; object-fit: contain; filter: grayscale(1); opacity: .7; transition: filter .4s, opacity .4s; }
.clients__item:hover img { filter: none; opacity: 1; }
.clients__name { font-family: var(--font-display); font-weight: 600; color: var(--ink-2); }

.testimonials__track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(300px, 520px); gap: var(--gap); overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 1rem; margin-top: 3rem; scrollbar-width: thin; }
.testimonial { scroll-snap-align: start; padding: 2rem; border-radius: var(--r-panel); background: var(--surface); border: 1px solid var(--line); display: flex; flex-direction: column; gap: 1.5rem; }
.testimonial__quote { width: 32px; height: 32px; color: var(--blue); }
.testimonial blockquote { margin: 0; padding: 0; border: 0; font-size: 1.125rem; line-height: 1.6; }
.testimonial figcaption { margin-top: auto; display: flex; align-items: center; gap: .9rem; }
.testimonial__photo { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.testimonial figcaption small { display: block; color: var(--ink-3); font-size: .875rem; }
.testimonial__video { margin-left: auto; display: inline-flex; align-items: center; gap: .35rem; color: var(--blue); font-weight: 600; font-size: .875rem; }
.testimonial__video .icon { width: 18px; height: 18px; }

/* --------------------------------------------------------------------------
   Blog: linhas, cards, grid
   -------------------------------------------------------------------------- */
.post-list { border-top: 1px solid var(--line); }
.post-row { border-bottom: 1px solid var(--line); }
.post-row__link { display: grid; grid-template-columns: 240px 1fr 56px; gap: clamp(1.25rem, 3vw, 2.5rem); align-items: center; padding-block: 1.75rem; }
.post-row__media { overflow: hidden; border-radius: 14px; aspect-ratio: 4 / 3; background: var(--blue-100); }
.post-row__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.post-row__link:hover .post-row__media img { transform: scale(1.06); }
.post-row__title { font-size: clamp(1.3rem, 2vw, 1.8rem); letter-spacing: -.02em; transition: color .25s; }
.post-row__link:hover .post-row__title { color: var(--blue); }
.post-row__excerpt { margin-top: .6rem; color: var(--ink-2); max-width: 64ch; }
.post-row__arrow { width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; transition: background-color .3s, color .3s, border-color .3s, transform .4s var(--ease); }
.post-row__arrow .icon { width: 20px; height: 20px; }
.post-row__link:hover .post-row__arrow { background: var(--blue); border-color: var(--blue); color: #fff; transform: rotate(45deg); }
.post-meta { display: flex; flex-wrap: wrap; gap: .35rem 1rem; font-size: .875rem; color: var(--ink-3); margin-bottom: .6rem; }
.post-meta span:first-child { color: var(--blue); font-weight: 600; }
@media (max-width: 767px) {
	.post-row__link { grid-template-columns: 1fr; gap: 1rem; }
	.post-row__arrow { display: none; }
}

.blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(2.5rem, 5vw, 3.5rem) var(--gap); }
.post-card__media { overflow: hidden; border-radius: var(--r-media); aspect-ratio: 4 / 3; background: var(--blue-100); }
.post-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.post-card__link:hover .post-card__media img { transform: scale(1.05); }
.post-card__body { padding-top: 1.25rem; }
.post-card__title { font-size: clamp(1.25rem, 1.7vw, 1.5rem); letter-spacing: -.02em; transition: color .25s; }
.post-card__link:hover .post-card__title { color: var(--blue); }
.post-card--featured { grid-column: 1 / -1; }
.post-card--featured .post-card__link { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--gap); align-items: center; }
.post-card--featured .post-card__media { grid-column: 1 / span 7; aspect-ratio: 16 / 10; }
.post-card--featured .post-card__body { grid-column: 9 / -1; padding: 0; }
.post-card--featured .post-card__title { font-size: clamp(1.7rem, 3vw, 2.6rem); line-height: 1.08; }
.post-card__excerpt { margin-top: 1rem; color: var(--ink-2); font-size: 1.0625rem; }
@media (max-width: 1023px) {
	.blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.post-card--featured .post-card__media, .post-card--featured .post-card__body { grid-column: 1 / -1; }
}
@media (max-width: 640px) { .blog-grid { grid-template-columns: 1fr; } }

.pagination { margin-top: 4rem; }
.pagination .nav-links { display: flex; gap: .5rem; flex-wrap: wrap; }
.pagination .page-numbers { min-width: 48px; height: 48px; padding-inline: .75rem; display: grid; place-items: center; border: 1px solid var(--line); border-radius: var(--r-pill); font-weight: 600; }
.pagination .page-numbers.current { background: var(--ink); color: #fff; border-color: var(--ink); }
.pagination .page-numbers .icon { width: 18px; height: 18px; }

/* --------------------------------------------------------------------------
   Hero de páginas internas e serviços
   -------------------------------------------------------------------------- */
.page-hero { padding-top: calc(var(--header-h) + clamp(2.5rem, 6vw, 5rem)); padding-bottom: clamp(3rem, 7vw, 6rem); position: relative; overflow: hidden; }
.page-hero--simple { padding-bottom: clamp(2rem, 4vw, 3rem); }
.page-hero__grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--gap); align-items: center; }
.page-hero__copy { grid-column: 1 / span 6; }
.page-hero__text { margin-top: 1.6rem; max-width: 50ch; font-size: clamp(1.1rem, 1.35vw, 1.25rem); color: var(--ink-2); }
.page-hero__actions { margin-top: 2.25rem; display: flex; flex-wrap: wrap; gap: .75rem 1rem; }
.page-hero__media { grid-column: 8 / -1; margin-right: calc(var(--gutter) * -1); overflow: hidden; border-radius: var(--r-media) 0 0 var(--r-media); aspect-ratio: 4 / 4.6; background: var(--blue-100); box-shadow: var(--shadow-lg); }
.page-hero__media img { width: 100%; height: 100%; object-fit: cover; }
@media (min-width: 1440px) { .page-hero__media { margin-right: calc((100vw - var(--container)) / -2); } }
@media (max-width: 1023px) {
	.page-hero__copy, .page-hero__media { grid-column: 1 / -1; }
	.page-hero__media { margin-top: 2.5rem; aspect-ratio: 4 / 3; }
}
@media (max-width: 640px) {
	.page-hero__actions .btn { width: 100%; justify-content: space-between; white-space: normal; }
}

.intro__grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--gap); }
.intro__grid > h2 { grid-column: 1 / span 5; }
.intro__text { grid-column: 7 / -1; font-size: 1.1875rem; color: var(--ink-2); display: grid; gap: 1.25rem; }
.intro__text--lg { font-size: clamp(1.15rem, 1.5vw, 1.35rem); }
@media (max-width: 1023px) { .intro__grid > h2, .intro__text { grid-column: 1 / -1; } .intro__text { margin-top: 1.5rem; } }

.formats { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--gap); align-items: start; }
.formats__col { grid-column: 1 / span 7; }
.formats__list { margin-top: 2.5rem; border-top: 1px solid var(--line); }
.formats__item { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 1rem 2rem; padding-block: 1.6rem; border-bottom: 1px solid var(--line); }
.formats__item dt { font-family: var(--font-display); font-weight: 650; font-size: 1.375rem; letter-spacing: -.015em; line-height: 1.2; }
.formats__item dd { color: var(--ink-2); }
.formats__aside { grid-column: 9 / -1; position: sticky; top: calc(var(--header-h) + 1.5rem); padding: 2rem; border-radius: var(--r-panel); background: var(--blue-50); }
.formats__aside-title { font-size: 1.25rem; margin-bottom: 1.5rem; }
@media (max-width: 1023px) {
	.formats__col, .formats__aside { grid-column: 1 / -1; }
	.formats__aside { position: static; margin-top: 2rem; }
}
@media (max-width: 640px) { .formats__item { grid-template-columns: 1fr; gap: .5rem; } }

.faq__grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--gap); align-items: start; }
.faq__grid > div:first-child { grid-column: 1 / span 4; position: sticky; top: calc(var(--header-h) + 1.5rem); display: grid; gap: 2rem; justify-items: start; }
.faq__list { grid-column: 6 / -1; border-top: 1px solid var(--line); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__item summary { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; padding-block: 1.5rem; cursor: pointer; list-style: none; font-family: var(--font-display); font-weight: 600; font-size: clamp(1.1rem, 1.5vw, 1.3rem); letter-spacing: -.01em; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary .icon { flex: none; width: 22px; height: 22px; color: var(--blue); transition: transform .4s var(--ease); }
.faq__item[open] summary .icon { transform: rotate(45deg); }
.faq__answer { padding-bottom: 1.6rem; color: var(--ink-2); max-width: 62ch; }
@media (max-width: 1023px) { .faq__grid > div:first-child, .faq__list { grid-column: 1 / -1; position: static; } .faq__list { margin-top: 1rem; } }

/* --------------------------------------------------------------------------
   Agência
   -------------------------------------------------------------------------- */
.page-hero--agency { padding-bottom: 0; }
.agency__title { max-width: 16ch; }
.agency__lead { max-width: 60ch; }
.agency__banner { margin-top: clamp(3rem, 7vw, 6rem); overflow: hidden; aspect-ratio: 21 / 9; background: var(--blue-100); }
.agency__banner-inner { height: 118%; margin-top: -9%; }
.agency__banner img { width: 100%; height: 100%; object-fit: cover; }
.beliefs { margin-top: clamp(3rem, 6vw, 5rem); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 var(--gap); }
.beliefs__item { padding-block: 2rem; border-top: 1px solid var(--line-dark); }
.beliefs__item h3 { font-size: clamp(1.4rem, 2.2vw, 2rem); letter-spacing: -.02em; }
.beliefs__item p { margin-top: .8rem; color: var(--on-dark-2); max-width: 46ch; font-size: 1.0625rem; }
.split { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--gap); align-items: center; }
.split__media { grid-column: 1 / span 6; overflow: hidden; border-radius: var(--r-media); aspect-ratio: 4 / 3; background: var(--blue-100); }
.split__media img { width: 100%; height: 100%; object-fit: cover; }
.split__body { grid-column: 8 / -1; display: grid; gap: 1.5rem; }
.team__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 3rem var(--gap); }
.member__photo { overflow: hidden; border-radius: var(--r-media); aspect-ratio: 4 / 5; background: var(--blue-100); margin-bottom: 1.1rem; }
.member__photo img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.2); transition: filter .5s, transform 1s var(--ease); }
.member:hover .member__photo img { filter: none; transform: scale(1.03); }
.member__name { font-size: 1.3rem; }
.member__role { color: var(--blue); font-weight: 600; font-size: .9375rem; margin-top: .2rem; }
.member__bio { color: var(--ink-2); font-size: .9688rem; margin-top: .6rem; }
.member__links { display: flex; gap: .5rem; margin-top: .8rem; }
.member__links a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.member__links .icon { width: 18px; height: 18px; }
@media (max-width: 1023px) {
	.beliefs { grid-template-columns: 1fr; }
	.split__media, .split__body { grid-column: 1 / -1; }
	.team__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.agency__banner { aspect-ratio: 16 / 10; }
}

/* --------------------------------------------------------------------------
   Contato e formulário
   -------------------------------------------------------------------------- */
.contact { padding-top: calc(var(--header-h) + clamp(2.5rem, 6vw, 5rem)); padding-bottom: var(--section); background: linear-gradient(180deg, var(--bg), var(--blue-50)); }
.contact__grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--gap); align-items: start; }
.contact__head { grid-column: 1 / span 5; position: sticky; top: calc(var(--header-h) + 1.5rem); }
.contact__form { grid-column: 7 / -1; }
.contact__aside { margin-top: 3rem; display: grid; gap: 2rem; }
.contact__wa { padding: 1.75rem; border-radius: var(--r-panel); border: 1px solid var(--line); background: var(--surface); display: grid; gap: .75rem; justify-items: start; }
.contact__wa h2 { font-size: 1.3rem; }
.contact__wa p { color: var(--ink-2); margin-bottom: .5rem; }
.contact__info { display: grid; gap: .85rem; color: var(--ink-2); }
.contact__info li { display: flex; align-items: center; gap: .75rem; }
.contact__info .icon { width: 20px; height: 20px; color: var(--blue); flex: none; }
.contact__info a:hover { color: var(--blue); }
@media (max-width: 1023px) { .contact__head, .contact__form { grid-column: 1 / -1; position: static; } .contact__form { margin-top: 2.5rem; } }

.form { padding: clamp(1.5rem, 3.5vw, 3rem); border-radius: var(--r-panel); background: var(--surface); box-shadow: var(--shadow-md); display: grid; gap: 1.5rem; }
.form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
@media (max-width: 640px) { .form__grid { grid-template-columns: 1fr; } }
.field { display: grid; gap: .5rem; border: 0; padding: 0; margin: 0; min-width: 0; }
.field label, .field legend { font-size: .9375rem; font-weight: 600; color: var(--ink); padding: 0; }
.field__opt { font-weight: 400; color: var(--ink-3); }
.field input, .field textarea {
	width: 100%; min-height: 54px; padding: .85rem 1rem; border: 1px solid var(--line); border-radius: var(--r-input);
	background: var(--bg); font-size: 1rem; transition: border-color .2s, background-color .2s, box-shadow .2s;
}
.field textarea { min-height: 120px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: var(--ink-3); }
.field input:hover, .field textarea:hover { border-color: var(--blue-300); }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--blue); background: #fff; box-shadow: 0 0 0 4px rgba(36, 79, 103, .12); }
.field.has-error input, .field.has-error textarea { border-color: #B3261E; }
.field__error { color: #B3261E; font-size: .875rem; }
.field--choices legend { margin-bottom: .75rem; }
.choices { display: flex; flex-wrap: wrap; gap: .5rem; }
.choice { position: relative; }
.choice input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.choice span { display: inline-flex; align-items: center; min-height: 44px; padding: .5rem 1rem; border: 1px solid var(--line); border-radius: var(--r-pill); font-size: .9375rem; font-weight: 500; color: var(--ink-2); transition: background-color .2s, color .2s, border-color .2s; }
.choice:hover span { border-color: var(--blue-300); }
.choice input:checked + span { background: var(--blue); border-color: var(--blue); color: #fff; }
.choice input:focus-visible + span { outline: 2px solid var(--blue); outline-offset: 3px; }
.consent { display: flex; gap: .75rem; align-items: flex-start; font-size: .875rem; color: var(--ink-2); }
.consent input { width: 20px; height: 20px; margin-top: .1rem; accent-color: var(--blue); flex: none; }
.consent a { color: var(--blue); text-decoration: underline; }
.form .btn { justify-self: start; }
@media (max-width: 640px) { .form .btn { justify-self: stretch; justify-content: space-between; white-space: normal; } }
.form__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form__status { padding: 1rem 1.25rem; border-radius: var(--r-input); font-size: .9688rem; }
.form__status[data-state="success"] { background: #E7F3EC; color: #1D5B35; }
.form__status[data-state="error"] { background: #FBEAEA; color: #8C1D18; }
.form.is-sending .btn { opacity: .7; pointer-events: none; }

/* --------------------------------------------------------------------------
   Case
   -------------------------------------------------------------------------- */
.case-hero { padding-top: calc(var(--header-h) + clamp(2.5rem, 6vw, 5rem)); }
.case-hero__cats { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.5rem; }
.case-hero__cats a { padding: .35rem .85rem; border: 1px solid var(--line); border-radius: var(--r-pill); font-size: .875rem; font-weight: 500; color: var(--ink-2); }
.case-hero__cats a:hover { border-color: var(--ink); color: var(--ink); }
.case-hero__lead { margin-top: 1.75rem; max-width: 56ch; font-size: clamp(1.15rem, 1.6vw, 1.4rem); color: var(--ink-2); }
.demo-notice { margin-top: 1.75rem; max-width: 70ch; padding: .9rem 1.2rem; border-radius: var(--r-input); background: var(--blue-50); border: 1px solid var(--blue-200); font-size: .9375rem; color: var(--ink-2); }
.case-hero__cover { margin-top: clamp(3rem, 6vw, 5rem); overflow: hidden; aspect-ratio: 21 / 9.5; background: var(--blue-100); }
.case-hero__cover-inner { height: 116%; margin-top: -8%; }
.case-hero__cover img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 767px) { .case-hero__cover { aspect-ratio: 4 / 3; } }
.case-facts { padding-block: clamp(3rem, 6vw, 5rem); }
.facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem var(--gap); }
.facts > div { padding-top: 1rem; border-top: 1px solid var(--line); }
.facts dt { font-size: .875rem; color: var(--ink-3); margin-bottom: .35rem; }
.facts dd { font-weight: 600; }
.facts dd a { display: inline-flex; align-items: center; gap: .3rem; color: var(--blue); }
.facts dd .icon { width: 16px; height: 16px; }
.facts__wide { grid-column: span 2; }
@media (max-width: 767px) { .facts { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.chapter { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--gap); padding-block: clamp(2rem, 4vw, 3.5rem); }
.chapter__title { grid-column: 1 / span 4; font-size: clamp(1.5rem, 2.2vw, 2rem); position: sticky; top: calc(var(--header-h) + 1.5rem); align-self: start; }
.chapter__text, .chapter > .checklist { grid-column: 6 / -1; font-size: clamp(1.1rem, 1.4vw, 1.25rem); color: var(--ink-2); display: grid; gap: 1rem; }
.chapter--result { background: var(--blue-50); border-radius: var(--r-panel); padding-inline: clamp(1.5rem, 3vw, 3rem); margin-top: 2rem; }
@media (max-width: 1023px) { .chapter__title, .chapter__text, .chapter > .checklist { grid-column: 1 / -1; position: static; } }
.case-media--bleed { margin-inline: calc(50% - 50vw); width: 100vw; overflow: hidden; margin-block: clamp(2rem, 5vw, 4rem); aspect-ratio: 21 / 9; background: var(--blue-100); }
.case-media--bleed img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 767px) { .case-media--bleed { aspect-ratio: 4 / 3; } }
.case-gallery { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--gap); align-items: start; }
.case-gallery__item { overflow: hidden; border-radius: var(--r-media); background: var(--blue-100); }
.case-gallery__item img { width: 100%; height: 100%; object-fit: cover; }
.case-gallery__item--0 { grid-column: 1 / -1; aspect-ratio: 16 / 9; }
.case-gallery__item--1 { grid-column: 1 / span 7; aspect-ratio: 4 / 3; }
.case-gallery__item--2 { grid-column: 8 / -1; aspect-ratio: 4 / 5; margin-top: clamp(0rem, 8vw, 7rem); }
@media (max-width: 767px) { .case-gallery__item--1, .case-gallery__item--2 { grid-column: 1 / -1; margin-top: 0; } }
.case-video { overflow: hidden; border-radius: var(--r-media); aspect-ratio: 16 / 9; background: var(--ink); }
.case-video iframe, .case-video video { width: 100%; height: 100%; }
.next-projects { background: var(--surface); }
.next-projects h2 { margin-bottom: clamp(2rem, 4vw, 3.5rem); }

/* --------------------------------------------------------------------------
   Artigo
   -------------------------------------------------------------------------- */
.reading-progress { position: fixed; left: 0; right: 0; top: 0; height: 3px; z-index: 110; pointer-events: none; }
.reading-progress span { display: block; height: 100%; background: var(--blue); transform-origin: left; transform: scaleX(0); }
.article-hero { padding-top: calc(var(--header-h) + clamp(2.5rem, 6vw, 5rem)); }
.article-hero__cats { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.25rem; }
.article-hero__cats a { font-size: .875rem; font-weight: 600; color: var(--blue); }
.article-hero__cats a + a::before { content: "/"; margin-right: .5rem; color: var(--line); }
.article-hero__title { font-size: clamp(2.1rem, 4.4vw, 3.6rem); }
.article-hero__lead { margin-top: 1.5rem; font-size: clamp(1.15rem, 1.6vw, 1.35rem); color: var(--ink-2); }
.article-meta { margin-top: 2rem; display: flex; flex-wrap: wrap; align-items: center; gap: .5rem 1.25rem; font-size: .9375rem; color: var(--ink-3); }
.article-meta__avatar { width: 40px; height: 40px; border-radius: 50%; }
.article-meta strong { color: var(--ink); font-weight: 600; }
.article-hero__media { margin-top: clamp(2.5rem, 5vw, 4rem); }
.article-hero__media img { width: 100%; border-radius: var(--r-media); aspect-ratio: 16 / 8.5; object-fit: cover; }
.article-layout { display: grid; grid-template-columns: 220px minmax(0, 720px) 56px; justify-content: space-between; gap: 3rem; padding-block: clamp(3rem, 6vw, 5rem); }
.article-toc { position: sticky; top: calc(var(--header-h) + 1.5rem); align-self: start; font-size: .9375rem; }
.article-toc[hidden] { display: block; visibility: hidden; }
.article-toc__title { font-weight: 600; margin-bottom: 1rem; }
.article-toc ol { display: grid; gap: .6rem; border-left: 1px solid var(--line); }
.article-toc a { display: block; padding-left: 1rem; margin-left: -1px; border-left: 1.5px solid transparent; color: var(--ink-3); line-height: 1.35; transition: color .2s, border-color .2s; }
.article-toc a:hover, .article-toc a.is-active { color: var(--blue); border-color: var(--blue); }
.article-share { position: sticky; top: calc(var(--header-h) + 1.5rem); align-self: start; display: grid; gap: .6rem; justify-items: center; }
.article-share__title { font-size: .75rem; color: var(--ink-3); writing-mode: horizontal-tb; text-align: center; }
.article-share a, .article-share button { width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; color: var(--ink-2); transition: background-color .25s, color .25s, border-color .25s; }
.article-share a:hover, .article-share button:hover { background: var(--blue); border-color: var(--blue); color: #fff; }
.article-share .icon { width: 19px; height: 19px; }
.article-share button.is-copied { background: var(--blue); color: #fff; }
@media (max-width: 1180px) {
	.article-layout { grid-template-columns: minmax(0, 720px); justify-content: center; }
	.article-toc { display: none; }
	.article-share { position: static; display: flex; justify-content: flex-start; flex-wrap: wrap; order: 2; }
	.article-share__title { width: 100%; text-align: left; }
}
.article-cta { margin-bottom: var(--section); padding: clamp(2rem, 4vw, 3rem); border-radius: var(--r-panel); background: var(--blue-900); color: var(--on-dark); display: grid; gap: 1rem; }
.article-cta h2 { font-size: clamp(1.6rem, 2.6vw, 2.2rem); }
.article-cta p { color: var(--on-dark-2); max-width: 54ch; }
.article-cta__actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1rem; }
.article-cta .btn--primary { --btn-bg: #fff; --btn-fg: var(--blue); --btn-bd: #fff; --btn-icon-bg: var(--blue-50); }
.article-cta .btn--ghost { --btn-fg: #fff; --btn-bd: var(--line-dark); --btn-icon-bg: rgba(255, 255, 255, .08); }

/* Texto corrido (artigos e páginas simples) */
.prose { font-size: 1.125rem; line-height: 1.75; color: var(--ink); max-width: 720px; }
.prose > * + * { margin-top: 1.4em; }
.prose h2 { font-size: clamp(1.55rem, 2.4vw, 2rem); margin-top: 2.4em; scroll-margin-top: calc(var(--header-h) + 1.5rem); }
.prose h3 { font-size: 1.35rem; margin-top: 2em; }
.prose a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.prose a:hover { text-decoration-thickness: 2px; }
.prose ul, .prose ol { padding-left: 0; display: grid; gap: .7em; }
.prose ul li { position: relative; padding-left: 1.6em; }
.prose ul li::before { content: ""; position: absolute; left: .2em; top: .72em; width: .5em; height: .5em; border-radius: 50%; border: 1.5px solid var(--blue); }
.prose ol { counter-reset: item; }
.prose ol li { counter-increment: item; position: relative; padding-left: 2em; }
.prose ol li::before { content: counter(item) "."; position: absolute; left: 0; font-weight: 700; color: var(--blue); }
.prose blockquote { margin: 2em 0; padding: 0 0 0 1.5em; border-left: 3px solid var(--blue); font-family: var(--font-display); font-size: 1.4rem; line-height: 1.4; letter-spacing: -.01em; }
.prose img, .prose figure { border-radius: var(--r-media); }
.prose figcaption { font-size: .875rem; color: var(--ink-3); margin-top: .75rem; }
.prose strong { font-weight: 650; }
.prose hr { border: 0; border-top: 1px solid var(--line); margin-block: 3em; }
.page-default .prose { padding-bottom: var(--section); }

/* --------------------------------------------------------------------------
   CTA final e rodapé
   -------------------------------------------------------------------------- */
.cta-final { position: relative; overflow: hidden; background: var(--blue-800); color: #fff; padding-block: clamp(6rem, 13vw, 12rem); isolation: isolate; }
.cta-final__bg { position: absolute; inset: -12% 0; z-index: -2; }
.cta-final__bg img { width: 100%; height: 100%; object-fit: cover; opacity: .9; }
.cta-final::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(15, 36, 48, .78), rgba(15, 36, 48, .25)); }
.cta-final__title { font-size: clamp(2.4rem, 6.4vw, 6rem); line-height: 1; letter-spacing: -.04em; font-weight: 700; max-width: 14ch; }
.cta-final__text { margin-top: 1.5rem; font-family: var(--font-display); font-size: clamp(1.3rem, 2.4vw, 2rem); font-weight: 500; letter-spacing: -.015em; color: var(--blue-200); margin-bottom: 2.5rem; }

.footer { background: var(--blue-900); color: var(--on-dark-2); padding-block: clamp(4rem, 8vw, 6rem) 2rem; font-size: .9688rem; }
.footer__top { display: grid; grid-template-columns: minmax(0, 4fr) repeat(3, minmax(0, 2.4fr)); gap: 3rem var(--gap); padding-bottom: 3.5rem; border-bottom: 1px solid var(--line-dark); }
.footer__brand .logo { width: auto; height: 60px; margin-bottom: 1.5rem; }
.footer__brand p { max-width: 36ch; margin-bottom: 1.5rem; }
.footer__title { font-family: var(--font-body); font-size: .8125rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; color: #fff; margin-bottom: 1.25rem; }
.footer__col ul { display: grid; gap: .7rem; }
.footer__col a { transition: color .2s; }
.footer__col a:hover { color: #fff; }
.footer__contact li, .footer__contact a { display: flex; align-items: flex-start; gap: .6rem; }
.footer__contact .icon { width: 18px; height: 18px; flex: none; margin-top: .2rem; color: var(--blue-300); }
.footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; padding-top: 2rem; font-size: .875rem; }
.footer__bottom a:hover { color: #fff; }
.footer__legal { display: flex; gap: 1.5rem; }
@media (max-width: 1023px) { .footer__top { grid-template-columns: repeat(2, minmax(0, 1fr)); } .footer__brand { grid-column: 1 / -1; } }
@media (max-width: 560px) { .footer__top { grid-template-columns: 1fr; } }

.social { display: flex; flex-wrap: wrap; gap: .5rem; }
.social a { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--line-dark); color: var(--on-dark); transition: background-color .25s, color .25s, border-color .25s; }
.social a:hover { background: #fff; color: var(--blue); border-color: #fff; }
.social .icon { width: 19px; height: 19px; }

/* 404 */
.not-found { padding-top: calc(var(--header-h) + clamp(3rem, 8vw, 7rem)); padding-bottom: var(--section); }
.not-found__code { font-family: var(--font-display); font-weight: 700; font-size: clamp(6rem, 22vw, 18rem); line-height: .85; letter-spacing: -.06em; color: var(--blue-100); -webkit-text-stroke: 1.5px var(--blue-300); }
.not-found h1 { margin-top: 1rem; max-width: 20ch; }
.not-found .lead { margin-top: 1.25rem; }
.not-found__actions { margin-top: 2.5rem; display: flex; flex-wrap: wrap; gap: .75rem; }

.search-form { display: flex; gap: .5rem; max-width: 520px; }
.search-form input { flex: 1; min-height: 48px; padding: .75rem 1rem; border: 1px solid var(--line); border-radius: var(--r-pill); background: #fff; }

/* --------------------------------------------------------------------------
   WhatsApp flutuante
   -------------------------------------------------------------------------- */
.wa-float {
	position: fixed; right: clamp(16px, 2.5vw, 28px); bottom: clamp(16px, 2.5vw, 28px); z-index: 80;
	display: flex; align-items: center; height: 58px; padding: 0 17px; gap: 0; border-radius: var(--r-pill);
	background: var(--blue); color: #fff; box-shadow: 0 16px 40px -12px rgba(15, 36, 48, .55);
	transition: gap .4s var(--ease), padding .4s var(--ease), background-color .3s, transform .4s var(--ease);
}
.wa-float__icon .icon { width: 24px; height: 24px; }
.wa-float__label { max-width: 0; overflow: hidden; white-space: nowrap; font-weight: 600; transition: max-width .45s var(--ease); }
.wa-float:hover, .wa-float:focus-visible { gap: .6rem; padding-right: 22px; background: var(--blue-700); }
.wa-float:hover .wa-float__label, .wa-float:focus-visible .wa-float__label { max-width: 120px; }
.menu-open .wa-float { opacity: 0; pointer-events: none; }

/* --------------------------------------------------------------------------
   Cursor personalizado (apenas mouse)
   -------------------------------------------------------------------------- */
.cursor { display: none; }
@media (hover: hover) and (pointer: fine) {
	.has-cursor .cursor {
		display: grid; place-items: center; position: fixed; left: 0; top: 0; z-index: 300; pointer-events: none;
		width: 12px; height: 12px; margin: -6px 0 0 -6px; border-radius: 50%; background: var(--blue);
		transition: width .45s var(--ease), height .45s var(--ease), margin .45s var(--ease), opacity .3s, background-color .3s;
		opacity: 0;
	}
	.has-cursor .cursor.is-visible { opacity: 1; }
	.has-cursor .cursor.is-link { width: 44px; height: 44px; margin: -22px 0 0 -22px; background: rgba(36, 79, 103, .14); }
	.has-cursor .cursor.is-label { width: 104px; height: 104px; margin: -52px 0 0 -52px; background: var(--blue); }
	.cursor__label { font-size: .8125rem; font-weight: 600; color: #fff; opacity: 0; transform: scale(.6); transition: opacity .3s, transform .45s var(--ease); white-space: nowrap; }
	.cursor.is-label .cursor__label { opacity: 1; transform: none; }
}

/* --------------------------------------------------------------------------
   Hero da águia (sequência de quadros no scroll)
   -------------------------------------------------------------------------- */
.eagle { position: relative; background: #0A1820; color: #fff; }
.eagle[data-eagle] { height: 360vh; }
.eagle__sticky { position: relative; height: 100vh; height: 100svh; min-height: 560px; overflow: hidden; }
.eagle[data-eagle] .eagle__sticky { position: sticky; top: 0; }
.eagle__poster, .eagle__poster img, .eagle__canvas { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.eagle__canvas { opacity: 0; transition: opacity .6s; }
.eagle.is-ready .eagle__canvas { opacity: 1; }
.eagle__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8, 20, 28, .82) 0%, rgba(8, 20, 28, .45) 45%, rgba(8, 20, 28, 0) 75%), linear-gradient(0deg, rgba(8, 20, 28, .7), transparent 35%); }
.eagle__content { position: relative; z-index: 2; height: 100%; display: grid; align-items: center; padding-top: var(--header-h); }
.eagle__beat { grid-area: 1 / 1; max-width: 680px; }
.eagle__title { font-size: clamp(2.5rem, 5.4vw, 5.2rem); line-height: 1.02; letter-spacing: -.04em; font-weight: 700; color: #fff; }
.eagle__title--sm { font-size: clamp(2.2rem, 4.6vw, 4.4rem); }
.eagle__title em, .eagle h2 em { color: var(--blue-300); }
.eagle__text { margin-top: 1.5rem; max-width: 48ch; font-size: clamp(1.05rem, 1.35vw, 1.25rem); color: rgba(255, 255, 255, .82); }
.eagle__actions { margin-top: 2.25rem; display: flex; flex-wrap: wrap; gap: .75rem 1rem; }
.eagle__kicker { font-family: var(--font-display); font-size: clamp(1.3rem, 2.2vw, 1.9rem); font-weight: 500; letter-spacing: -.015em; color: rgba(255, 255, 255, .88); margin-bottom: 2rem; max-width: 26ch; }
.eagle__scroll { position: absolute; left: var(--gutter); right: var(--gutter); bottom: 28px; height: 2px; background: rgba(255, 255, 255, .15); z-index: 3; max-width: var(--container); margin-inline: auto; }
.eagle__scroll-bar { display: block; height: 100%; background: #fff; transform-origin: left; transform: scaleX(0); }
.eagle:not([data-eagle]) .eagle__beat--2, .eagle:not([data-eagle]) .eagle__beat--3 { display: none; }
/* Com JS ativo, os blocos 2 e 3 começam ocultos; o script controla a opacidade. */
.js .eagle[data-eagle] .eagle__beat { will-change: opacity, transform; }
.js .eagle[data-eagle] .eagle__beat--2, .js .eagle[data-eagle] .eagle__beat--3 { opacity: 0; visibility: hidden; }
.reduced .eagle[data-eagle], .no-js .eagle[data-eagle] { height: auto; }
.reduced .eagle[data-eagle] .eagle__sticky, .no-js .eagle[data-eagle] .eagle__sticky { position: relative; height: auto; min-height: 100svh; }
.reduced .eagle[data-eagle] .eagle__content, .no-js .eagle[data-eagle] .eagle__content { gap: 3rem; padding-block: calc(var(--header-h) + 3rem) 5rem; align-content: center; }
.reduced .eagle[data-eagle] .eagle__beat, .no-js .eagle[data-eagle] .eagle__beat { grid-area: auto; opacity: 1 !important; visibility: visible !important; }
.reduced .eagle__beat--3, .no-js .eagle__beat--3, .reduced .eagle__scroll, .no-js .eagle__scroll { display: none; }
@media (max-width: 767px) {
	.eagle[data-eagle] { height: 280vh; }
	.eagle__shade { background: linear-gradient(0deg, rgba(8, 20, 28, .92) 10%, rgba(8, 20, 28, .35) 60%, rgba(8, 20, 28, .2)); }
	.eagle__content { align-items: end; padding-bottom: 4.5rem; }
	.eagle__actions .btn { width: 100%; justify-content: space-between; white-space: normal; }
}

.btn--ghost-light { --btn-bg: transparent; --btn-fg: #fff; --btn-bd: rgba(255, 255, 255, .35); --btn-icon-bg: rgba(255, 255, 255, .1); }
.btn--ghost-light:hover { --btn-bd: #fff; }

/* Cabeçalho sobre fundo escuro (hero da águia) */
.header.is-dark:not(.is-scrolled-light) .logo { filter: brightness(0) invert(1); }
.header.is-dark .nav__list a { color: rgba(255, 255, 255, .78); }
.header.is-dark .nav__list a:hover, .header.is-dark .nav__list [aria-current="page"] { color: #fff; }
.header.is-dark .nav__list a::after { background: #fff; }
.header.is-dark.is-scrolled { background: rgba(10, 24, 32, .55); box-shadow: 0 1px 0 rgba(255, 255, 255, .08); }
.header.is-dark .header__cta { --btn-bg: #fff; --btn-fg: var(--blue); --btn-bd: #fff; --btn-icon-bg: var(--blue-50); }
.header.is-dark .header__toggle { background: rgba(255, 255, 255, .1); border-color: rgba(255, 255, 255, .25); }
.header.is-dark .header__toggle-lines span { background: #fff; }
.menu-open .header .header__toggle-lines span { background: var(--ink); }

/* --------------------------------------------------------------------------
   Números
   -------------------------------------------------------------------------- */
.stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem var(--gap); }
.stats__item { padding-top: 1.1rem; border-top: 1px solid var(--line); }
.stats__value { font-family: var(--font-display); font-weight: 700; font-size: clamp(2.6rem, 6vw, 5.4rem); line-height: 1; letter-spacing: -.045em; color: var(--blue); font-variant-numeric: tabular-nums; }
.stats__prefix { color: var(--blue-300); margin-right: .04em; }
.stats__label { margin-top: .6rem; color: var(--ink-2); font-size: 1rem; }
.stats--hero .stats__item { border-color: rgba(255, 255, 255, .25); }
.stats--hero .stats__value { color: #fff; font-size: clamp(2.4rem, 5vw, 4.6rem); }
.stats--hero .stats__prefix { color: var(--blue-300); }
.stats--hero .stats__label { color: rgba(255, 255, 255, .75); }
.stats--big .stats__value { font-size: clamp(3rem, 8vw, 7rem); }
@media (max-width: 640px) {
	.stats { grid-template-columns: 1fr; gap: 1.25rem; }
	.stats--hero { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .75rem; }
	.stats--hero .stats__value { font-size: 2.1rem; }
	.stats--hero .stats__label { font-size: .8125rem; }
}

/* --------------------------------------------------------------------------
   Mural de marcas em movimento
   -------------------------------------------------------------------------- */
.clients__head { margin-bottom: clamp(2.5rem, 5vw, 4rem); display: grid; gap: 1rem; }
.clients__head p { color: var(--ink-2); max-width: 56ch; font-size: 1.125rem; }
.logo-wall { display: grid; gap: 1rem; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.logo-wall__row { display: flex; width: max-content; animation: marquee 60s linear infinite; }
.logo-wall__row--reverse { animation-direction: reverse; animation-duration: 70s; }
.logo-wall:hover .logo-wall__row { animation-play-state: paused; }
.logo-wall__group { display: flex; gap: 1rem; padding-right: 1rem; }
.logo-wall__item { flex: none; width: clamp(150px, 16vw, 210px); aspect-ratio: 3 / 2; display: grid; place-items: center; padding: 1.25rem 1.5rem; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; }
.logo-wall__item img { max-width: 100%; max-height: 72px; width: auto; height: auto; object-fit: contain; filter: grayscale(1) contrast(1.05); opacity: .72; transition: filter .4s, opacity .4s; }
.logo-wall__item:hover img { filter: none; opacity: 1; }

/* --------------------------------------------------------------------------
   Perfis de Instagram (celulares com feed)
   -------------------------------------------------------------------------- */
.profiles { overflow: hidden; }
.profiles .section-head--stack p { color: var(--on-dark-2); }
.profiles__rail { overflow-x: auto; scrollbar-width: none; padding-block: 1rem 2rem; cursor: grab; }
.profiles__rail::-webkit-scrollbar { display: none; }
.profiles__rail.is-dragging { cursor: grabbing; }
.profiles__track { display: flex; gap: clamp(1.25rem, 2.5vw, 2.5rem); width: max-content; padding-inline: max(var(--gutter), calc((100vw - var(--container)) / 2)); }
.phone { flex: none; width: clamp(240px, 22vw, 300px); display: grid; gap: 1rem; justify-items: center; }
.phone:nth-child(even) { margin-top: 3rem; }
.phone__frame { position: relative; width: 100%; aspect-ratio: 9 / 18.5; border-radius: 42px; background: #fff; padding: 10px; box-shadow: 0 0 0 2px #1d2b33, 0 0 0 9px #0c161c, 0 40px 80px -30px rgba(0, 0, 0, .6); overflow: hidden; display: flex; flex-direction: column; color: var(--ink); }
.phone__notch { position: absolute; top: 14px; left: 50%; transform: translateX(-50%); width: 34%; height: 22px; background: #0c161c; border-radius: 20px; z-index: 3; }
.phone__profile { display: flex; align-items: center; gap: .6rem; padding: 2.6rem .6rem .8rem; border-bottom: 1px solid #eef1f3; }
.phone__avatar { width: 44px; height: 44px; border-radius: 50%; padding: 2px; background: conic-gradient(from 200deg, #F8B133, #E1306C, #833AB4, #F8B133); flex: none; }
.phone__avatar img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; border: 2px solid #fff; background: #fff; }
.phone__who { display: grid; line-height: 1.2; min-width: 0; }
.phone__who strong { font-size: .875rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.phone__who small { font-size: .75rem; color: var(--ink-3); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.phone__feed { flex: 1; overflow: hidden; border-radius: 0 0 32px 32px; }
.phone__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; animation: feed-scroll 38s linear infinite; }
.phone:nth-child(2n) .phone__grid { animation-duration: 46s; }
.phone:nth-child(3n) .phone__grid { animation-duration: 42s; }
.phone:hover .phone__grid { animation-play-state: paused; }
.phone__post { aspect-ratio: 4 / 5; overflow: hidden; background: #eef1f3; }
.phone__post img { width: 100%; height: 100%; object-fit: cover; }
@keyframes feed-scroll { to { transform: translateY(-50%); } }
.phone__link { display: inline-flex; align-items: center; gap: .45rem; font-size: .875rem; font-weight: 600; color: var(--on-dark); }
.phone__link .icon { width: 18px; height: 18px; }
.phone__link:hover { color: #fff; text-decoration: underline; }
.profiles__chips { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.profiles__chips a { display: flex; align-items: center; gap: .75rem; padding: .5rem 1.1rem .5rem .5rem; border: 1px solid var(--line-dark); border-radius: var(--r-pill); transition: background-color .25s, border-color .25s; }
.profiles__chips a:hover { background: rgba(255, 255, 255, .06); border-color: rgba(255, 255, 255, .4); }
.profiles__chip-avatar { width: 40px; height: 40px; border-radius: 50%; overflow: hidden; background: #fff; display: grid; place-items: center; color: var(--blue); }
.profiles__chip-avatar img { width: 100%; height: 100%; object-fit: cover; }
.profiles__chips strong { display: block; font-size: .9375rem; }
.profiles__chips small { display: block; color: var(--on-dark-2); font-size: .8125rem; }

/* --------------------------------------------------------------------------
   Vitrine de site (navegador + celular)
   -------------------------------------------------------------------------- */
.showcase { padding-block: clamp(2rem, 5vw, 4rem) var(--section); background: linear-gradient(180deg, var(--bg), var(--blue-50)); overflow: hidden; }
.showcase__stage { position: relative; padding-right: clamp(0px, 12vw, 180px); }
.browser { border-radius: 16px; background: #fff; box-shadow: var(--shadow-lg); overflow: hidden; border: 1px solid var(--line); }
.browser__bar { display: flex; align-items: center; gap: 1rem; padding: .7rem 1rem; background: #F1F4F6; border-bottom: 1px solid var(--line); }
.browser__dots { display: flex; gap: 6px; }
.browser__dots i { width: 11px; height: 11px; border-radius: 50%; background: #D5DDE2; }
.browser__url { flex: 1; max-width: 420px; margin-inline: auto; text-align: center; font-size: .8125rem; color: var(--ink-3); background: #fff; border-radius: 8px; padding: .3rem .75rem; border: 1px solid var(--line); }
.browser__screen { position: relative; aspect-ratio: 16 / 9.4; overflow: hidden; background: #fff; }
.browser__screen img { width: 100%; height: auto; transition: transform 6s cubic-bezier(.45, 0, .2, 1); will-change: transform; }
.no-js .browser__screen:hover img, .reduced .browser__screen img { transform: none; }
.device-phone { position: absolute; right: 0; bottom: -6%; width: clamp(150px, 20vw, 270px); aspect-ratio: 9 / 19; border-radius: 34px; background: #0c161c; padding: 9px; box-shadow: 0 40px 80px -30px rgba(15, 36, 48, .6); }
.device-phone__screen { width: 100%; height: 100%; border-radius: 26px; overflow: hidden; background: #fff; }
.device-phone__screen img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.showcase__cta { margin-top: clamp(3rem, 7vw, 5rem); }
@media (max-width: 767px) {
	.showcase__stage { padding-right: 0; padding-bottom: 5rem; }
	.device-phone { width: 38%; bottom: 0; right: 4%; }
}

/* Folha de marca */
.brand-sheet__grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--gap); align-items: center; }
.brand-sheet__intro { grid-column: 1 / span 4; display: grid; gap: 2rem; }
.brand-sheet__logo { grid-column: 6 / -1; background: #fff; border: 1px solid var(--line); border-radius: var(--r-panel); padding: clamp(2rem, 6vw, 5rem); display: grid; place-items: center; aspect-ratio: 16 / 10; }
.brand-sheet__logo img { max-height: 100%; width: auto; max-width: 100%; object-fit: contain; }
.swatches { display: grid; grid-template-columns: repeat(auto-fill, minmax(96px, 1fr)); gap: .75rem; }
.swatches li { display: grid; gap: .5rem; }
.swatches span { display: block; aspect-ratio: 1; border-radius: 14px; border: 1px solid rgba(0, 0, 0, .06); }
.swatches code { font-size: .8125rem; color: var(--ink-2); font-family: var(--font-body); }
.case-gallery__note { margin-top: 1rem; font-size: .875rem; color: var(--ink-3); }
@media (max-width: 1023px) { .brand-sheet__intro, .brand-sheet__logo { grid-column: 1 / -1; } }

/* --------------------------------------------------------------------------
   Agência (versão ampliada)
   -------------------------------------------------------------------------- */
.agency__head { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--gap); align-items: end; }
.agency__head > div { grid-column: 1 / span 8; }
.agency__head > .agency__lead { grid-column: 9 / -1; margin: 0 0 .5rem; }
@media (max-width: 1023px) { .agency__head > div, .agency__head > .agency__lead { grid-column: 1 / -1; } }
.agency-stats .stats__item { border-top-width: 2px; border-color: var(--blue); }
.regions__grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--gap); align-items: center; }
.regions__grid > div { grid-column: 1 / span 5; display: grid; gap: 1.25rem; }
.regions__list { grid-column: 7 / -1; display: grid; gap: 0; border-top: 1px solid var(--line); }
.regions__list li { display: flex; align-items: center; gap: 1rem; padding-block: 1.25rem; border-bottom: 1px solid var(--line); font-family: var(--font-display); font-weight: 650; font-size: clamp(1.8rem, 4vw, 3.4rem); letter-spacing: -.03em; line-height: 1; }
.regions__list .icon { width: 28px; height: 28px; color: var(--blue); flex: none; }
@media (max-width: 1023px) { .regions__grid > div, .regions__list { grid-column: 1 / -1; } }
.team__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.member { position: relative; }
.member--lead { grid-column: span 2; grid-row: span 2; }
.member__photo { position: relative; }
.member--lead .member__photo { aspect-ratio: 4 / 4.4; }
.member__photo img { filter: grayscale(1); }
.member:hover .member__photo img { filter: grayscale(0); }
.member--lead .member__name { font-size: clamp(1.6rem, 2.6vw, 2.2rem); }
@media (max-width: 1023px) { .team__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .member--lead { grid-column: 1 / -1; grid-row: auto; } }

/* --------------------------------------------------------------------------
   Marca BLUG: neon que acende
   -------------------------------------------------------------------------- */
.neon { background: radial-gradient(70% 90% at 75% 50%, #0E2A38 0%, #07131A 60%, #050D12 100%); color: #fff; overflow: hidden; }
.neon__grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--gap); align-items: center; }
.neon__copy { grid-column: 1 / span 5; display: grid; gap: 1.5rem; justify-items: start; position: relative; z-index: 2; }
.neon__copy .lead { color: rgba(255, 255, 255, .72); }
.neon__copy h2 em { color: #9FE3FF; text-shadow: 0 0 18px rgba(120, 210, 255, .55); }
.neon__sign { grid-column: 6 / -1; position: relative; aspect-ratio: 1; max-width: 640px; justify-self: end; width: 100%; }
.neon__sign img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; mix-blend-mode: screen; }
.neon__tube { filter: brightness(.12) saturate(0); transition: filter .2s; }
.neon__glow { filter: blur(38px) brightness(.1); opacity: 0; transform: scale(1.04); }
.neon.is-lit .neon__tube { animation: neon-on 1.8s steps(1, end) forwards, neon-hum 4.5s ease-in-out 1.8s infinite; }
.neon.is-lit .neon__glow { animation: neon-glow-on 1.8s steps(1, end) forwards, neon-glow 4.5s ease-in-out 1.8s infinite; }
@keyframes neon-on {
	0% { filter: brightness(.12) saturate(0); } 8% { filter: brightness(1.1); } 11% { filter: brightness(.2) saturate(.2); }
	18% { filter: brightness(1.15); } 21% { filter: brightness(.25); } 34% { filter: brightness(1.2); } 37% { filter: brightness(.5); }
	46%, 100% { filter: brightness(1.15); }
}
@keyframes neon-glow-on { 0%, 45% { opacity: 0; filter: blur(38px) brightness(.3); } 46%, 100% { opacity: .9; filter: blur(38px) brightness(1.3); } }
@keyframes neon-hum { 0%, 100% { filter: brightness(1.15); } 50% { filter: brightness(1.28); } 72% { filter: brightness(1.05); } 73% { filter: brightness(1.25); } }
@keyframes neon-glow { 0%, 100% { opacity: .85; } 50% { opacity: 1; } }
.reduced .neon__tube, .no-js .neon__tube { filter: brightness(1.15); }
.reduced .neon__glow, .no-js .neon__glow { opacity: .85; filter: blur(38px) brightness(1.2); }
@media (max-width: 1023px) {
	.neon__copy, .neon__sign { grid-column: 1 / -1; }
	.neon__sign { justify-self: center; max-width: 440px; margin-top: 1rem; }
}

/* Logo BLUG 3D flutuante entre seções */
.brand-float { position: absolute; z-index: 5; width: clamp(150px, 22vw, 360px); pointer-events: none; }
.brand-float__inner { animation: brand-bob 6s ease-in-out infinite; }
.brand-float img { width: 100%; height: auto; filter: drop-shadow(0 30px 40px rgba(15, 36, 48, .35)); }
@keyframes brand-bob { 0%, 100% { transform: translate3d(0, 0, 0) rotate(-6deg); } 50% { transform: translate3d(0, -18px, 0) rotate(3deg); } }
.brand-float--edge { right: max(var(--gutter), calc((100vw - var(--container)) / 2)); top: 0; margin-top: calc(clamp(150px, 22vw, 360px) * -.55); }
.brand-float--cta { right: max(var(--gutter), calc((100vw - var(--container)) / 2 + 40px)); top: 50%; margin-top: calc(clamp(150px, 22vw, 360px) / -2); width: clamp(140px, 24vw, 380px); }
.brand-float--cta img { filter: drop-shadow(0 30px 60px rgba(0, 0, 0, .5)); }
.brand-float--agency { right: max(var(--gutter), calc((100vw - var(--container)) / 2)); top: -70px; width: clamp(120px, 16vw, 260px); }
.agency-stats { position: relative; }
.cta-final { position: relative; }
@media (max-width: 767px) {
	.brand-float--edge { width: 120px; margin-top: -60px; }
	.brand-float--cta { position: relative; right: auto; top: auto; margin: 0 auto 2rem; display: block; width: 150px; }
	.brand-float--agency { width: 100px; top: -40px; }
}

/* Hero de Redes Sociais: celular com o feed real da BLUG */
.page-hero__phone { grid-column: 8 / -1; position: relative; display: grid; place-items: center; padding-block: 2rem; }
.page-hero__halo { position: absolute; width: 90%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(147, 180, 198, .55), rgba(36, 79, 103, .12) 55%, transparent 70%); filter: blur(10px); }
.phone--hero { width: clamp(260px, 26vw, 340px); transform: rotate(-4deg); animation: phone-float 7s ease-in-out infinite; }
.phone--hero .phone__link { color: var(--blue); }
@keyframes phone-float { 0%, 100% { transform: rotate(-4deg) translateY(0); } 50% { transform: rotate(-2deg) translateY(-14px); } }
.page-hero__media--float { overflow: visible; background: transparent; box-shadow: none; aspect-ratio: auto; margin-right: calc(var(--gutter) * -1); border-radius: var(--r-media) 0 0 var(--r-media); }
.page-hero__media--float img { animation: laptop-float 6s ease-in-out infinite; border-radius: var(--r-media) 0 0 var(--r-media); }
@keyframes laptop-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@media (max-width: 1023px) { .page-hero__phone { grid-column: 1 / -1; margin-top: 2rem; } }

/* --------------------------------------------------------------------------
   Animações de entrada (só com JS e sem prefers-reduced-motion).
   Se o script falhar, o conteúdo aparece sozinho após 2.5s (failsafe).
   -------------------------------------------------------------------------- */
.motion [data-reveal]:not(.is-in), .motion [data-stagger]:not(.is-in) > * { opacity: 0; transform: translate3d(0, 28px, 0); }
.motion [data-reveal], .motion [data-stagger] > * { transition: opacity .9s var(--ease), transform .9s var(--ease); }
.motion [data-stagger].is-in > * { transition-delay: calc(var(--i, 0) * 70ms); }
.motion [data-reveal-img]:not(.is-in) { clip-path: inset(10% 10% 10% 10% round var(--r-media)); }
.motion [data-reveal-img] { transition: clip-path 1.3s var(--ease-in-out); }
.motion [data-reveal-img] img { transition: transform 1.6s var(--ease); }
.motion [data-reveal-img]:not(.is-in) img { transform: scale(1.15); }
.split-word { display: inline-block; overflow: hidden; vertical-align: top; padding-bottom: .08em; margin-bottom: -.08em; }
.split-word__inner { display: inline-block; }
.motion [data-split]:not(.is-in) .split-word__inner { transform: translate3d(0, 105%, 0); }
/* Failsafe: se o script não iniciar (.motion-ready), mostra tudo após 2.5s. */
.motion:not(.motion-ready) [data-reveal], .motion:not(.motion-ready) [data-stagger] > *, .motion:not(.motion-ready) [data-split] .split-word__inner { animation: failsafe 0s 2.5s forwards; }
.motion:not(.motion-ready) [data-reveal-img] { animation: failsafe-clip 0s 2.5s forwards; }
.motion [data-split] .split-word__inner { transition: transform 1s var(--ease); transition-delay: calc(var(--w, 0) * 35ms); }
@keyframes failsafe { to { opacity: 1; transform: none; } }
@keyframes failsafe-clip { to { clip-path: inset(0 0 0 0); } }

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
	.marquee__track { animation: none; flex-wrap: wrap; width: auto; }
	.marquee__group:last-child { display: none; }
	.marquee__group { flex-wrap: wrap; justify-content: center; }
	.logo-wall { mask-image: none; -webkit-mask-image: none; }
	.logo-wall__row { animation: none; width: auto; justify-content: center; }
	.logo-wall__row .logo-wall__group:last-child { display: none; }
	.logo-wall__group { flex-wrap: wrap; justify-content: center; padding-inline: var(--gutter); }
	.phone__grid { animation: none; }
	.brand-float__inner, .phone--hero, .page-hero__media--float img { animation: none; }
	.neon.is-lit .neon__tube, .neon.is-lit .neon__glow { animation: none; }
}

/* Impressão */
@media print {
	.header, .footer, .wa-float, .cta-final, .cursor, .reading-progress, .article-share, .menu-mobile { display: none !important; }
	[data-reveal], [data-stagger] > *, [data-reveal-img], .split-word__inner { opacity: 1 !important; transform: none !important; clip-path: none !important; }
}
