/* =========================================================================
   MPFIT Studio Personal — reskin editorial escuro por cima do CH Builder.
   Carrega só nas páginas do template CH Builder (ver functions.php).
   Tokens da paleta/tipografia vêm de <style id="mpfit-tokens"> no <head>.
   ========================================================================= */

/* ── Base ──────────────────────────────────────────────────────────────── */
.chb-site {
	font-family: var(--chb-font);
	background: var(--chb-paper);
	color: var(--chb-ink);
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	font-weight: 400;
	letter-spacing: 0;
}
/* `body.chb-site` no plugin fixa line-height 1.65 — precisamos de igual
   especificidade pra abrir a entrelinha do corpo. */
body.chb-site { line-height: 1.75; }
/* Títulos: Poppins em peso médio (500–600), caixa normal, entrelinha
   confortável. Poppins é larga — um tracking negativo leve segura os
   títulos grandes sem deixá-los "espalhados". */
.chb-site h1, .chb-site h2, .chb-site h3, .chb-site h4 {
	font-family: var(--chb-font-display);
	font-weight: 600;
	line-height: 1.18;
	letter-spacing: -.02em;
}
.chb-site p { line-height: 1.72; }

/* Fecho do título em itálico laranja — o "pra você" das artes da cliente.
   Aplica-se no hero, no CTA e como toque leve nos títulos de seção. */
.chb-site .mpfit-title-accent {
	font-weight: 700; font-style: italic; color: var(--chb-primary);
}
.chb-site a { color: inherit; }
.chb-site ::selection { background: var(--chb-primary); color: #0a0a0b; }
.chb-site .chb-shell { padding-inline: clamp(20px, 5vw, 64px); }

.chb-site .chb-main > .chb-section:first-child {
	padding-top: calc(var(--chb-section-y) + var(--mpfit-header-h));
}
/* Âncoras de menu (#como-funciona, #depoimentos, #contato…) não somem sob o
   cabeçalho fixo ao rolar até elas. */
.chb-site [id] { scroll-margin-top: calc(var(--mpfit-header-h) + 24px); }

/* ── Linha da evolução (assinatura visual) ─────────────────────────────── */
.mpfit-evo {
	position: fixed; left: 0; top: 0; bottom: 0; width: 3px;
	z-index: 60; background: var(--chb-line);
	pointer-events: none;
}
.mpfit-evo__fill {
	display: block; width: 100%; height: 0%;
	background: linear-gradient(180deg, var(--chb-primary), var(--chb-primary-dark));
	transition: height .1s linear;
}
@media (max-width: 900px) { .mpfit-evo { display: none; } }

/* ── Header: transparente sobre o hero, sólido ao rolar ────────────────── */
.chb-site .chb-header {
	position: fixed; inset: 0 0 auto 0;
	background: transparent;
	backdrop-filter: none; -webkit-backdrop-filter: none;
	border-bottom: 1px solid transparent;
	padding-block: 22px;
	transition: background .4s var(--mpfit-ease), padding .4s var(--mpfit-ease), border-color .4s var(--mpfit-ease);
}
.chb-site .chb-header.is-solid {
	background: rgba(9, 9, 10, .95);
	border-bottom-color: var(--chb-line);
	padding-block: 12px;
}
.chb-site .chb-header__inner { min-height: 0; }
.chb-site .chb-header__logo {
	font-size: clamp(16px, 1rem + .5vw, 21px);
	letter-spacing: 0;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--chb-ink);
	white-space: nowrap;
}
.chb-site .chb-header__logo img { max-height: 44px; width: auto; }
.chb-site .chb-header.is-solid .chb-header__logo img { max-height: 38px; }
.chb-site .chb-nav__list a {
	font-size: 13px; letter-spacing: .03em; text-transform: uppercase;
	font-weight: 600; color: var(--chb-ink-soft); border-radius: 0;
	position: relative;
}
.chb-site .chb-nav__list a::after {
	content: ""; position: absolute; left: .6em; right: .6em; bottom: 2px;
	height: 1px; background: var(--chb-primary); transform: scaleX(0);
	transform-origin: left; transition: transform .3s var(--mpfit-ease);
}
.chb-site .chb-nav__list a:hover { color: var(--chb-ink); }
.chb-site .chb-nav__list a:hover::after { transform: scaleX(1); }
.chb-site .chb-nav__list .chb-nav-cta a {
	background: transparent; color: var(--chb-ink);
	border: 1px solid var(--chb-primary); border-radius: 0;
	font-weight: 600;
	letter-spacing: .04em; padding: 12px 22px; font-size: 12px;
}
.chb-site .chb-nav__list .chb-nav-cta a::after { display: none; }
.chb-site .chb-nav__list .chb-nav-cta a:hover { background: var(--chb-primary); color: #0a0a0b; }
.chb-site .chb-hamburger span { background: var(--chb-ink); }

@media (max-width: 768px) {
	.chb-site .chb-nav {
		inset: 62px 0 auto 0; background: rgba(10, 10, 11, .97);
		border-bottom: 1px solid var(--chb-line); --chb-header-text: var(--chb-ink-soft);
	}
	.chb-site .chb-nav__list .chb-nav-cta a { display: inline-flex; margin-top: 6px; }
}

/* ── Cabeçalho de seção ────────────────────────────────────────────────── */
.chb-site .chb-section-header,
.chb-site .chb-text,
.chb-site .chb-text .chb-prose { text-align: left; }
.chb-site .chb-section-header { margin-bottom: clamp(40px, 6vw, 72px); }
.chb-site .chb-section-header .chb-section__lead { margin-inline: 0; }
.chb-site .chb-section__eyebrow {
	font-family: var(--chb-font); font-weight: var(--mpfit-label-weight);
	font-size: 12px; letter-spacing: var(--mpfit-label-tracking); text-transform: uppercase;
	color: var(--chb-primary); display: block;
	margin-bottom: 18px;
}
.chb-site .chb-section__title {
	font-size: clamp(29px, 4.3vw, 54px); max-width: 24ch; line-height: 1.2; font-weight: 600;
}
.chb-site .chb-section__lead {
	max-width: 56ch; color: var(--chb-ink-soft); font-size: 16.5px;
	line-height: 1.78; margin-top: 22px;
}

/* ── Botões ────────────────────────────────────────────────────────────── */
.chb-site .chb-btn {
	font-family: var(--chb-font); font-weight: 600;
	font-size: 12.5px; letter-spacing: .04em; text-transform: uppercase;
	border-radius: 0; padding: 15px 26px; border: 1px solid var(--chb-primary);
	transition: background .3s var(--mpfit-ease), color .3s var(--mpfit-ease), border-color .3s;
}
.chb-site .chb-btn--primary { background: var(--chb-primary); color: #0a0a0b; }
.chb-site .chb-btn--primary:hover { background: transparent; color: var(--chb-ink); }
.chb-site .chb-btn--ghost { background: transparent; color: var(--chb-ink); border-color: var(--chb-primary); }
.chb-site .chb-btn--ghost:hover { background: var(--chb-primary); color: #0a0a0b; }
.chb-site .chb-btn--lg { padding: 16px 30px; font-size: 12.5px; }

/* ── Reveal (progressive enhancement: só esconde se o JS estiver ativo) ─── */
.mpfit-js .mpfit-reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--mpfit-ease), transform .9s var(--mpfit-ease); }
.mpfit-js .mpfit-reveal.is-in { opacity: 1; transform: none; }

/* ── Textura compartilhada dos placeholders de mídia ───────────────────── */
.mpfit-journey__ph, .mpfit-video__ph, .mpfit-testi__ph, .mpfit-gallery__tex {
	position: absolute; inset: 0; display: block;
	background:
		linear-gradient(135deg, rgba(255, 102, 0, .10), transparent 60%),
		repeating-linear-gradient(60deg, #1c1c1f 0 3px, #161618 3px 6px);
}

/* Imagens que preenchem a moldura — especificidade alta pra vencer o
   `.chb-site img { height:auto }` do plugin (que deixava um vão na borda). */
.chb-site .mpfit-journey__img,
.chb-site .mpfit-gallery__img,
.chb-site .mpfit-video__poster,
.chb-site .mpfit-testi__img {
	position: absolute; inset: 0; width: 100%; height: 100%;
	max-width: none; object-fit: cover;
}
.mpfit-ph-label {
	position: absolute; left: 14px; bottom: 14px; z-index: 2;
	font-family: var(--chb-font); font-weight: 600; font-size: 10px; letter-spacing: .05em;
	text-transform: uppercase; color: var(--chb-ink-mute);
	background: rgba(10, 10, 11, .6); padding: 6px 10px; border: 1px solid var(--chb-line);
}

/* ── Hero ──────────────────────────────────────────────────────────────── */
.mpfit-hero {
	position: relative; min-height: 100svh; overflow: clip;
	display: flex; flex-direction: column; justify-content: flex-end;
	padding-top: calc(var(--mpfit-header-h) + 24px);
	padding-bottom: clamp(40px, 7vw, 80px);
	background: var(--chb-paper);
	isolation: isolate;
}
@media (max-height: 720px) {
	.mpfit-hero { min-height: 600px; }
	.mpfit-hero__title { font-size: clamp(30px, 5.4vw, 52px); }
	.mpfit-hero__meta { margin-top: 28px; }
}
.mpfit-hero__media {
	position: absolute; top: 0; left: 0; right: 0; height: 128%; z-index: 0;
	overflow: hidden;
	background:
		repeating-linear-gradient(115deg, #131314 0 2px, #0e0e0f 2px 4px),
		var(--mpfit-hero-bg, none);
	background-size: auto, cover;
	background-position: center;
}
/* Overlay sempre acima do vídeo/imagem — dá contraste ao texto do hero e
   esconde a barra de topo do player do YouTube. */
.mpfit-hero__media::after {
	content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none;
	background:
		linear-gradient(180deg, rgba(10, 10, 11, .86) 0%, rgba(10, 10, 11, .64) 28%, rgba(10, 10, 11, .68) 56%, rgba(10, 10, 11, .97) 100%),
		linear-gradient(90deg, rgba(10, 10, 11, .55) 0%, rgba(10, 10, 11, .12) 45%, transparent 72%),
		radial-gradient(ellipse 90% 60% at 50% 100%, rgba(255, 102, 0, .16), transparent 60%);
}
.mpfit-hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border: 0; z-index: 1; }
.mpfit-hero__video--yt {
	position: absolute; top: 50%; left: 50%; right: auto; bottom: auto; z-index: 1;
	pointer-events: none;
	width: 100vw; height: 56.25vw; min-width: 228vh; min-height: 128%;
	/* overscan: empurra a marca d'água / controles do YouTube para fora do
	   recorte (.mpfit-hero__media tem overflow:hidden). */
	transform: translate(-50%, -50%) scale(1.18);
}
.mpfit-hero__video--yt > div,
.mpfit-hero__video--yt iframe {
	position: absolute; inset: 0; width: 100%; height: 100%; border: 0;
}
.mpfit-hero__note {
	position: absolute; top: clamp(90px, 13vh, 130px); left: clamp(20px, 5vw, 64px); z-index: 1;
	font-family: var(--chb-font); font-weight: 600; font-size: 11px; letter-spacing: .07em;
	text-transform: uppercase; color: var(--chb-ink-mute);
}
.mpfit-hero__content { position: relative; z-index: 1; width: 100%; }
.mpfit-hero__overline {
	font-family: var(--chb-font); font-weight: 600; font-size: 11px; letter-spacing: .07em;
	text-transform: uppercase; color: var(--chb-ink-mute); margin-bottom: 22px;
}
/* Padrão de composição do título (igual às artes da cliente):
   entrada leve (300) · trecho firme (600) · fecho em itálico laranja (700). */
.mpfit-hero__title {
	font-size: clamp(34px, 5.6vw, 80px); max-width: 20ch; margin: 0;
	font-weight: 600; letter-spacing: -.025em; line-height: 1.12;
	text-shadow: 0 2px 30px rgba(0, 0, 0, .6), 0 1px 4px rgba(0, 0, 0, .5);
}
.mpfit-hero__title-main { display: block; font-weight: 700; }
.mpfit-hero__title-lead {
	display: block; font-weight: 300; letter-spacing: -.02em;
	color: var(--chb-ink);
}
.mpfit-hero__title-accent {
	display: block; font-weight: 700; font-style: italic;
	letter-spacing: -.02em; color: var(--chb-primary);
}
.mpfit-hero__rule {
	display: block; width: clamp(48px, 6vw, 72px); height: 3px;
	background: var(--chb-primary); margin: clamp(20px, 3vw, 28px) 0 0;
}
.mpfit-hero__lede {
	max-width: 470px; margin: 26px 0 0; font-size: 16.5px; line-height: 1.78; color: var(--chb-ink);
	text-shadow: 0 1px 12px rgba(0, 0, 0, .7);
}
.mpfit-hero__actions { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 34px; }
.mpfit-hero__meta {
	margin-top: clamp(36px, 6vw, 56px); padding-top: 22px; border-top: 1px solid var(--chb-line);
	display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; flex-wrap: wrap;
}
.mpfit-hero__seal {
	font-family: var(--chb-font); font-weight: 600; font-size: 12px; letter-spacing: .06em;
	text-transform: uppercase; color: var(--chb-ink-mute);
}
.mpfit-hero__cue {
	display: flex; align-items: center; gap: 10px;
	font-family: var(--chb-font); font-weight: 600; font-size: 11px; letter-spacing: .06em;
	text-transform: uppercase; color: var(--chb-ink-mute);
}
.mpfit-hero__cue-bar { width: 1px; height: 26px; background: var(--chb-ink-mute); position: relative; overflow: hidden; }
.mpfit-hero__cue-bar::after {
	content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%;
	background: var(--chb-primary); animation: mpfit-cue 1.8s ease-in-out infinite;
}
@keyframes mpfit-cue { 0% { transform: translateY(-100%); } 60%, 100% { transform: translateY(100%); } }

/* ── Lista editorial ("Menos gente. Mais atenção.") ────────────────────── */
.mpfit-editorial__list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--chb-line); }
.mpfit-editorial__row {
	display: grid; grid-template-columns: 70px 1fr auto; gap: 28px; align-items: center;
	padding: clamp(26px, 3.6vw, 44px) 0; border-bottom: 1px solid var(--chb-line);
	transition: background .35s var(--mpfit-ease), opacity .9s var(--mpfit-ease), transform .9s var(--mpfit-ease);
}
.mpfit-editorial__row:hover { background: rgba(255, 102, 0, .04); }
.mpfit-editorial__index { font-family: var(--chb-font); font-weight: 600; color: var(--chb-primary); font-size: 13px; letter-spacing: .04em; }
.mpfit-editorial__title {
	font-family: var(--chb-font-display); font-weight: 600;
	font-size: clamp(20px, 2.6vw, 30px); letter-spacing: -.01em; line-height: 1.22;
}
.mpfit-editorial__desc { color: var(--chb-ink-soft); font-size: 14.5px; line-height: 1.6; max-width: 300px; justify-self: end; text-align: right; }
@media (max-width: 720px) {
	.mpfit-editorial__row { grid-template-columns: 44px 1fr; row-gap: 8px; }
	.mpfit-editorial__desc { grid-column: 2; justify-self: start; text-align: left; }
}

/* ── Jornada ───────────────────────────────────────────────────────────── */
.mpfit-journey__step {
	display: grid; grid-template-columns: .9fr 1.4fr; gap: clamp(32px, 5.5vw, 72px); align-items: center;
	padding: clamp(36px, 5vw, 68px) 0; border-bottom: 1px solid var(--chb-line);
}
.mpfit-journey__step:first-child { border-top: 1px solid var(--chb-line); }
.mpfit-journey__step:nth-child(even) { grid-template-columns: 1.4fr .9fr; }
.mpfit-journey__step:nth-child(even) .mpfit-journey__media { order: -1; }
.mpfit-journey__num {
	font-family: var(--chb-font); font-weight: 600; font-size: 12px; color: var(--chb-primary);
	letter-spacing: .06em; text-transform: uppercase; margin-bottom: 16px;
}
.mpfit-journey__title { font-size: clamp(22px, 2.7vw, 33px); line-height: 1.2; margin: 0 0 14px; }
.mpfit-journey__desc { color: var(--chb-ink-soft); font-size: 15px; line-height: 1.75; max-width: 42ch; margin: 0; }
.mpfit-journey__media {
	position: relative; aspect-ratio: 16 / 10; overflow: hidden; border: 1px solid var(--chb-line);
	transition: border-color .5s var(--mpfit-ease);
}
.mpfit-journey__media:hover { border-color: rgba(255, 102, 0, .4); }
.mpfit-journey__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 800px) {
	.mpfit-journey__step, .mpfit-journey__step:nth-child(even) { grid-template-columns: 1fr; }
	.mpfit-journey__step:nth-child(even) .mpfit-journey__media { order: 0; }
}

/* ── Vídeo institucional (thumbnail + pop-up) ──────────────────────────── */
.mpfit-video__grid { display: grid; gap: clamp(28px, 5vw, 72px); align-items: start; }
.mpfit-video--horizontal .mpfit-video__grid { grid-template-columns: 1fr; }
.mpfit-video--vertical .mpfit-video__grid { grid-template-columns: 1fr minmax(220px, 320px); }
.mpfit-video--square .mpfit-video__grid   { grid-template-columns: 1fr minmax(300px, 440px); }
.mpfit-video--horizontal .mpfit-video__content { max-width: 46ch; margin-bottom: clamp(24px, 4vw, 44px); }
.mpfit-video--vertical .mpfit-video__content { align-self: center; }
.mpfit-video--vertical .mpfit-video__content .chb-section__lead { max-width: 42ch; }
/* Nos formatos divididos, o botão fica na coluna de texto, logo abaixo do subtítulo. */
.mpfit-video__content .mpfit-video__cta { margin-top: clamp(20px, 2.5vw, 28px); }
.mpfit-video__content .chb-section-header,
.mpfit-video__content .chb-section__lead { margin-bottom: 0; }

.mpfit-video__frame {
	position: relative; overflow: hidden; margin: 0;
	border: 1px solid var(--chb-line); background: #0e0e0f;
	cursor: pointer; display: block; width: 100%;
	transition: border-color .5s var(--mpfit-ease);
}
.mpfit-video__frame--horizontal { aspect-ratio: 16 / 9; }
.mpfit-video__frame--vertical   { aspect-ratio: 9 / 16; }
.mpfit-video__frame--square     { aspect-ratio: 1 / 1; }
.mpfit-video--vertical .mpfit-video__frame { justify-self: end; max-width: 320px; }
.mpfit-video--square .mpfit-video__frame { justify-self: end; max-width: 440px; }
.mpfit-video__frame:hover, .mpfit-video__frame:focus-visible { border-color: rgba(255, 102, 0, .5); outline: none; }
.mpfit-video__frame:focus-visible { box-shadow: 0 0 0 3px rgba(255, 102, 0, .35); }

.chb-site .mpfit-video__poster { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; transition: transform .7s var(--mpfit-ease), filter .5s var(--mpfit-ease); }
.mpfit-video__frame:hover .mpfit-video__poster { transform: scale(1.03); filter: brightness(.92); }
.mpfit-video__ph {
	position: absolute; inset: 0;
	background:
		radial-gradient(circle at 30% 30%, rgba(255, 102, 0, .14), transparent 55%),
		repeating-linear-gradient(100deg, #151517 0 3px, #0f0f10 3px 7px);
}
.mpfit-video__frame::after {
	content: ""; position: absolute; inset: 0; pointer-events: none;
	background: linear-gradient(180deg, rgba(10, 10, 11, .1) 0%, transparent 34%, rgba(10, 10, 11, .55) 100%);
}
/* Selo "▶ Assistir ao vídeo" */
.mpfit-video__play {
	position: absolute; left: clamp(16px, 3vw, 32px); bottom: clamp(16px, 3vw, 30px); z-index: 2;
	display: inline-flex; align-items: center; gap: 14px; color: var(--chb-ink);
}
.mpfit-video__play-icon {
	width: clamp(46px, 5vw, 60px); height: clamp(46px, 5vw, 60px); border-radius: 50%; flex: none;
	background: rgba(10, 10, 11, .38); color: var(--chb-primary); border: 2px solid var(--chb-primary);
	display: flex; align-items: center; justify-content: center; position: relative;
	transition: transform .35s var(--mpfit-ease), background-color .35s var(--mpfit-ease);
}
.mpfit-video__play-icon::before {
	content: ""; position: absolute; inset: 0; border-radius: 50%;
	border: 2px solid var(--chb-primary); animation: mpfit-pulse 2.6s ease-out infinite;
}
.mpfit-video__frame:hover .mpfit-video__play-icon { transform: scale(1.08); background: rgba(10, 10, 11, .6); }
.mpfit-video__play-text {
	font-family: var(--chb-font); font-weight: 600; font-size: 13px;
	letter-spacing: .04em; text-transform: uppercase;
}
/* Thumbnail vertical: selo centralizado (ícone acima do texto). */
.mpfit-video__frame--vertical .mpfit-video__play {
	left: 50%; right: auto; bottom: auto; top: 50%;
	transform: translate(-50%, -50%);
	flex-direction: column; gap: 12px; text-align: center;
}
.mpfit-video__frame--vertical .mpfit-video__play-text {
	font-size: 12px; background: rgba(10, 10, 11, .5); padding: 5px 11px;
}
.mpfit-video__frame--vertical::after {
	background: linear-gradient(180deg, rgba(10, 10, 11, .35) 0%, rgba(10, 10, 11, .15) 40%, rgba(10, 10, 11, .35) 100%);
}
/* Toca no próprio lugar ao clicar (sem pop-up) — some o selo e o degradê
   assim que o vídeo entra, igual ao comportamento dos depoimentos. */
.mpfit-video__frame.is-playing { cursor: default; }
.mpfit-video__frame.is-playing .mpfit-video__play,
.mpfit-video__frame.is-playing::after { display: none; }
.mpfit-video__cta { margin-top: clamp(24px, 4vw, 40px); }
.mpfit-video__cta--below { text-align: left; }
.mpfit-video--horizontal .mpfit-video__cta { text-align: left; }
.mpfit-video__duration {
	font-family: var(--chb-font); font-weight: 600; font-size: 12px; letter-spacing: .05em;
	text-transform: uppercase; color: var(--chb-ink-mute); margin: 16px 0 0;
}

/* Botão de play redondo, contorno laranja (usado nos cards de depoimento) */
.mpfit-play {
	position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
	width: clamp(60px, 8vw, 84px); height: clamp(60px, 8vw, 84px);
	border-radius: 50%; background: rgba(10, 10, 11, .38); color: var(--chb-primary);
	border: 2px solid var(--chb-primary);
	display: flex; align-items: center; justify-content: center; z-index: 2;
	transition: transform .35s var(--mpfit-ease), background-color .35s var(--mpfit-ease);
}
.mpfit-testi__card:hover .mpfit-play { background: rgba(10, 10, 11, .6); }
.mpfit-play::before {
	content: ""; position: absolute; inset: 0; border-radius: 50%;
	border: 2px solid var(--chb-primary); animation: mpfit-pulse 2.6s ease-out infinite;
}
.mpfit-play--sm { width: 52px; height: 52px; }
/* Ícone "toque com som" (assets/icons/mpfit-tap.png) — pintado na cor
   corrente (laranja) via CSS mask, em vez do triângulo de play padrão. */
.mpfit-play--tap::after {
	content: ""; position: relative; width: 62%; height: 62%; background-color: currentColor;
	-webkit-mask: url(../icons/mpfit-tap.png) center / contain no-repeat;
	mask: url(../icons/mpfit-tap.png) center / contain no-repeat;
}
@keyframes mpfit-pulse {
	0% { transform: scale(1); opacity: .5; }
	70% { transform: scale(1.6); opacity: 0; }
	100% { transform: scale(1.6); opacity: 0; }
}
@media (max-width: 820px) {
	.mpfit-video--vertical .mpfit-video__grid,
	.mpfit-video--square .mpfit-video__grid { grid-template-columns: 1fr; gap: clamp(24px, 7vw, 40px); }
	.mpfit-video--vertical .mpfit-video__frame,
	.mpfit-video--square .mpfit-video__frame { justify-self: stretch; max-width: none; }
}

/* ── Pop-up de vídeo (modal compartilhado) ─────────────────────────────── */
body.mpfit-modal-open { position: fixed; width: 100%; overflow: hidden; }
.mpfit-modal {
	position: fixed; inset: 0; z-index: 9999;
	display: flex; align-items: center; justify-content: center;
	padding: clamp(14px, 4vw, 48px);
	opacity: 0; transition: opacity .2s ease;
}
.mpfit-modal.is-open { opacity: 1; }
.mpfit-modal__backdrop { position: absolute; inset: 0; background: rgba(6, 6, 7, .9); backdrop-filter: blur(3px); }
.mpfit-modal__box {
	position: relative; z-index: 1; width: 100%; max-width: min(1100px, 92vw);
	display: flex; align-items: center; justify-content: center;
	transform: translateY(12px) scale(.98); transition: transform .25s var(--mpfit-ease);
}
.mpfit-modal.is-open .mpfit-modal__box { transform: none; }
.mpfit-modal__media {
	width: 100%; aspect-ratio: var(--mpfit-modal-ratio, 16 / 9);
	background: #000; overflow: hidden; border: 1px solid var(--chb-line);
}
/* Vídeo vertical: limitado pela altura da tela */
.mpfit-modal__media[style*="9 / 16"] { width: auto; height: min(84vh, 760px); aspect-ratio: 9 / 16; }
.mpfit-modal__media iframe,
.mpfit-modal__media video { width: 100%; height: 100%; border: 0; display: block; object-fit: contain; background: #000; }
.mpfit-modal__close {
	position: absolute; top: -14px; right: -14px; z-index: 2;
	width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--chb-line);
	background: var(--chb-paper); color: var(--chb-ink); cursor: pointer;
	display: flex; align-items: center; justify-content: center;
	transition: background .25s var(--mpfit-ease), transform .25s var(--mpfit-ease);
}
.mpfit-modal__close:hover { background: var(--chb-primary); color: #0a0a0b; transform: rotate(90deg); }
.mpfit-modal__close svg { width: 20px; height: 20px; }
@media (max-width: 560px) {
	.mpfit-modal { padding: 0; }
	.mpfit-modal__box { max-width: 100%; height: 100%; }
	.mpfit-modal__media, .mpfit-modal__media[style*="9 / 16"] { width: 100%; height: 100%; aspect-ratio: auto; border: 0; }
	.mpfit-modal__close { top: 12px; right: 12px; }
}

/* ── Depoimentos em vídeo ──────────────────────────────────────────────── */
/* Desktop: grade contida (2×2 quando são 4). Não ocupa a largura toda —
   fica editorial, não "mosaico de academia". */
.mpfit-testi__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(10px, 1.4vw, 18px);
	max-width: 940px;
}
.mpfit-testi__grid[data-cols="1"] { grid-template-columns: 1fr; max-width: 420px; }
.mpfit-testi__grid[data-cols="2"] { grid-template-columns: repeat(2, 1fr); max-width: 860px; }
.mpfit-testi__grid[data-cols="3"] { grid-template-columns: repeat(3, 1fr); max-width: 1040px; }
.mpfit-testi__card {
	position: relative; aspect-ratio: 3 / 4; overflow: hidden; background: var(--chb-paper);
	border: 1px solid var(--chb-line); cursor: pointer;
	transition: transform .5s var(--mpfit-ease), border-color .4s var(--mpfit-ease), opacity .9s var(--mpfit-ease);
}
.mpfit-testi__card:hover { transform: translateY(-6px); border-color: rgba(255, 102, 0, .45); }
.mpfit-testi__card:focus-visible { outline: none; border-color: var(--chb-primary); box-shadow: 0 0 0 3px rgba(255, 102, 0, .35); }
.mpfit-testi__media { position: absolute; inset: 0; }
.chb-site .mpfit-testi__img { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; transition: transform .7s var(--mpfit-ease); }
.mpfit-testi__card:hover .mpfit-testi__img { transform: scale(1.04); }
.mpfit-testi__media::after {
	content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 1;
	background: radial-gradient(ellipse 75% 60% at 50% 56%, rgba(10, 10, 11, .72) 0%, transparent 72%);
}
/* Ícone de play + nome + frase, empilhados e centralizados no meio do card. */
.mpfit-testi__caption {
	position: absolute; top: 50%; left: 0; right: 0; z-index: 2;
	transform: translateY(-50%);
	display: flex; flex-direction: column; align-items: center;
	gap: 16px; padding-inline: 22px; text-align: center;
}
.mpfit-testi__caption .mpfit-play { position: relative; top: auto; left: auto; transform: none; }
/* Vídeo tocando no próprio lugar ao clicar (depoimentos + "Conheça por dentro")
   — preenche o mesmo quadro da foto, sem pop-up (módulo mpfit-inline). */
.mpfit-inline__embed { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: #000; }
.mpfit-testi__card.is-playing { cursor: default; }
.mpfit-testi__card.is-playing .mpfit-testi__caption,
.mpfit-testi__card.is-playing .mpfit-testi__media::after { display: none; }
.mpfit-testi__card.is-playing:hover { transform: none; }
.mpfit-testi__ph {
	position: absolute; inset: 0;
	background:
		linear-gradient(0deg, rgba(10, 10, 11, .94) 0%, rgba(10, 10, 11, .15) 55%, rgba(10, 10, 11, .35) 100%),
		repeating-linear-gradient(150deg, #1b1b1e 0 3px, #131314 3px 6px);
}
.mpfit-testi__info { display: flex; flex-direction: column; gap: 4px; }
.mpfit-testi__name { font-family: var(--chb-font-display); font-weight: 600; font-size: 31px; letter-spacing: -.005em; margin: 0; }
.mpfit-testi__quote { font-size: 16px; color: var(--chb-primary); margin: 0; line-height: 1.6; max-width: 30ch; margin-inline: auto; }
.mpfit-testi__hint { display: none; }

@media (max-width: 900px) {
	.mpfit-testi__grid,
	.mpfit-testi__grid[data-cols] { grid-template-columns: repeat(2, 1fr); max-width: 620px; }
}
/* Celular: carrossel horizontal com "espiada" no próximo card. */
@media (max-width: 620px) {
	.mpfit-testi__grid,
	.mpfit-testi__grid[data-cols] {
		display: flex; max-width: none;
		gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory;
		margin-inline: calc(-1 * clamp(20px, 5vw, 64px));
		padding-inline: clamp(20px, 5vw, 64px);
		scrollbar-width: none; -webkit-overflow-scrolling: touch;
	}
	.mpfit-testi__grid::-webkit-scrollbar { display: none; }
	.mpfit-testi__card {
		flex: 0 0 78%; scroll-snap-align: center;
		transition: none;
	}
	.mpfit-testi__card:hover { transform: none; }
	.mpfit-testi__hint {
		display: block; margin: 16px 0 0;
		font-family: var(--chb-font); font-weight: 600; font-size: 11px;
		letter-spacing: .06em; text-transform: uppercase; color: var(--chb-ink-mute);
	}
}

/* ── Avaliações do Google ──────────────────────────────────────────────── */
.mpfit-reviews__top { display: flex; align-items: flex-end; gap: clamp(24px, 5vw, 64px); flex-wrap: wrap; }
.mpfit-reviews__score { font-family: var(--chb-font-display); font-weight: 600; font-size: clamp(52px, 7vw, 84px); line-height: 1; letter-spacing: -.01em; }
.mpfit-reviews__stars { display: flex; gap: 4px; margin: 10px 0; }
.mpfit-reviews__stars svg { width: 20px; height: 20px; fill: var(--chb-primary); }
.mpfit-reviews__label {
	font-family: var(--chb-font); font-weight: 600; font-size: 12px; letter-spacing: .06em;
	text-transform: uppercase; color: var(--chb-ink-soft); margin: 0;
}
.mpfit-reviews__lede { max-width: 440px; color: var(--chb-ink-soft); font-size: 16px; line-height: 1.72; margin: 0 0 4px; }
.mpfit-reviews__track {
	display: flex; gap: 18px; margin-top: 44px; overflow-x: auto; padding-bottom: 12px;
	scroll-snap-type: x proximity; scrollbar-width: thin;
}
.mpfit-reviews__card {
	flex: 0 0 300px; scroll-snap-align: start; background: var(--mpfit-graphite-2);
	border: 1px solid var(--chb-line); padding: 26px; margin: 0;
	transition: border-color .4s var(--mpfit-ease), opacity .9s var(--mpfit-ease), transform .9s var(--mpfit-ease);
}
.mpfit-reviews__card:hover { border-color: rgba(255, 102, 0, .4); }
.mpfit-reviews__card-stars { display: flex; gap: 3px; }
.mpfit-reviews__card-stars svg { width: 14px; height: 14px; fill: var(--chb-primary); }
.mpfit-reviews__card blockquote { font-size: 14px; color: var(--chb-ink-soft); line-height: 1.7; margin: 14px 0 18px; padding: 0; border: 0; quotes: none; }
.mpfit-reviews__card blockquote::before, .mpfit-reviews__card blockquote::after { content: none; }
.mpfit-reviews__card figcaption {
	font-family: var(--chb-font); font-weight: 600; font-size: 12px; letter-spacing: .04em;
	text-transform: uppercase; color: var(--chb-ink-mute);
}
.mpfit-reviews__cta { margin-top: 28px; }

/* ── Galeria do ambiente ───────────────────────────────────────────────── */
.mpfit-gallery__item {
	position: relative; overflow: hidden; border: 1px solid var(--chb-line); margin: 0;
	transition: border-color .6s var(--mpfit-ease), transform .6s var(--mpfit-ease), opacity .9s var(--mpfit-ease);
}
.mpfit-gallery__item.is-in:hover { transform: scale(1.02); border-color: rgba(255, 102, 0, .4); }
.chb-site .mpfit-gallery__img { object-position: center; filter: brightness(1.03) saturate(1.03); }

/* Assimétrica (mosaico editorial) */
.mpfit-gallery--asym .mpfit-gallery__grid { display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: 120px; gap: 8px; }
.mpfit-gallery--asym .mpfit-gallery__item:nth-child(1) { grid-column: span 3; grid-row: span 3; }
.mpfit-gallery--asym .mpfit-gallery__item:nth-child(2) { grid-column: span 3; grid-row: span 2; }
.mpfit-gallery--asym .mpfit-gallery__item:nth-child(3) { grid-column: span 2; grid-row: span 2; }
.mpfit-gallery--asym .mpfit-gallery__item:nth-child(4) { grid-column: span 4; grid-row: span 2; }
.mpfit-gallery--asym .mpfit-gallery__item:nth-child(5) { grid-column: span 3; grid-row: span 2; }
.mpfit-gallery--asym .mpfit-gallery__item:nth-child(6) { grid-column: span 3; grid-row: span 2; }
@media (max-width: 800px) {
	.mpfit-gallery--asym .mpfit-gallery__grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 150px; }
	.mpfit-gallery--asym .mpfit-gallery__item { grid-column: span 1 !important; grid-row: span 1 !important; }
	.mpfit-gallery--asym .mpfit-gallery__item:nth-child(1) { grid-column: span 2 !important; grid-row: span 2 !important; }
}

/* Colunas iguais — fotos verticais lado a lado */
.mpfit-gallery--columns .mpfit-gallery__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(10px, 1.4vw, 18px);
}
.mpfit-gallery--columns .mpfit-gallery__grid[data-cols="1"] { grid-template-columns: 1fr; }
.mpfit-gallery--columns .mpfit-gallery__grid[data-cols="2"] { grid-template-columns: repeat(2, 1fr); }
.mpfit-gallery--columns .mpfit-gallery__grid[data-cols="4"] { grid-template-columns: repeat(4, 1fr); }
.mpfit-gallery--columns .mpfit-gallery__grid[data-cols="5"] { grid-template-columns: repeat(5, 1fr); }
.mpfit-gallery--columns .mpfit-gallery__item { aspect-ratio: 3 / 4; }
@media (max-width: 720px) {
	.mpfit-gallery--columns .mpfit-gallery__grid,
	.mpfit-gallery--columns .mpfit-gallery__grid[data-cols] { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 460px) {
	.mpfit-gallery--columns .mpfit-gallery__grid,
	.mpfit-gallery--columns .mpfit-gallery__grid[data-cols] { grid-template-columns: 1fr; }
	.mpfit-gallery--columns .mpfit-gallery__item { aspect-ratio: 4 / 5; }
}

/* ── Propósito (seção "Texto" do plugin, âncora #proposito) ────────────── */
#proposito .chb-shell--narrow { max-width: 860px; }
#proposito .chb-prose p { font-size: clamp(16px, 2vw, 20px); color: var(--chb-ink-soft); line-height: 1.85; max-width: 66ch; }
#proposito .chb-prose p + p { margin-top: 22px; }
#proposito .mpfit-accent { color: var(--chb-primary); font-weight: 600; }
#proposito .mpfit-manifesto-close {
	font-family: var(--chb-font-display); font-weight: 600;
	color: var(--chb-ink); font-size: clamp(19px, 2.2vw, 26px); line-height: 1.5;
	letter-spacing: -.005em; margin-top: 36px;
}
#proposito .chb-prose .chb-btn { margin-top: 30px; }

/* ── CTA final (seção "Chamada para Ação" do plugin, âncora #contato) ──── */
.chb-site .chb-cta {
	position: relative; overflow: hidden; text-align: center;
	background: var(--chb-paper-alt); color: var(--chb-ink);
	padding-block: clamp(90px, 16vw, 170px);
}
.chb-site .chb-cta--radial { background: var(--chb-paper-alt); }
.chb-site .chb-cta::before {
	content: ""; position: absolute; inset: -20%;
	background: radial-gradient(ellipse 60% 70% at 50% 30%, rgba(255, 102, 0, .22), transparent 60%);
	animation: mpfit-breathe 9s ease-in-out infinite; pointer-events: none;
}
@keyframes mpfit-breathe {
	0%, 100% { transform: scale(1) translateY(0); opacity: .85; }
	50% { transform: scale(1.12) translateY(-2%); opacity: 1; }
}
.chb-site .chb-cta__inner { position: relative; z-index: 1; }
.chb-site .chb-cta__title { font-size: clamp(34px, 5.4vw, 68px); margin: 0 0 24px; letter-spacing: -.025em; line-height: 1.16; font-weight: 600; }
.chb-site .chb-cta__text { color: var(--chb-ink-soft); max-width: 48ch; margin: 0 auto 40px; font-size: 16.5px; line-height: 1.78; }

/* CTA no padrão de composição da cliente (seção mpfit_cta do tema) */
.mpfit-cta .chb-cta__title-lead { display: block; font-weight: 300; letter-spacing: -.02em; }
.mpfit-cta .chb-cta__title-main { display: block; font-weight: 700; }
.mpfit-cta .chb-cta__title-accent { display: block; font-weight: 700; font-style: italic; letter-spacing: -.02em; color: var(--chb-primary); }
.mpfit-cta .mpfit-cta__rule { display: block; width: clamp(48px, 6vw, 72px); height: 3px; background: var(--chb-primary); margin: 0 auto clamp(22px, 3vw, 32px); }

/* Variante com foto de fundo do Studio + overlay escuro */
.chb-site .chb-cta.mpfit-cta--photo,
.chb-site .chb-cta--radial.mpfit-cta--photo {
	background:
		var(--mpfit-cta-bg, none) center / cover no-repeat,
		var(--chb-paper-alt);
}
.mpfit-cta--photo::before {
	/* mantém só um leve brilho laranja no topo, bem discreto sobre a foto */
	background: radial-gradient(ellipse 70% 60% at 50% 0%, rgba(255, 102, 0, .14), transparent 55%);
}
.mpfit-cta--photo .mpfit-cta__overlay {
	content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
	background:
		linear-gradient(180deg, rgba(8, 8, 9, .78) 0%, rgba(8, 8, 9, .58) 45%, rgba(8, 8, 9, .82) 100%),
		radial-gradient(ellipse 62% 62% at 50% 45%, rgba(8, 8, 9, .35), transparent 75%);
}
.chb-site .chb-cta--radial .chb-btn--primary { background: var(--chb-primary); color: #0a0a0b; }
.chb-site .chb-cta--radial .chb-btn--primary:hover { background: transparent; color: var(--chb-ink); }
.chb-site .chb-cta--radial .chb-btn--ghost { color: var(--chb-ink); border-color: var(--chb-primary); }

/* ── Footer ────────────────────────────────────────────────────────────── */
/* Rodapé: mantém o layout padrão do plugin (marca + social centralizados,
   listas de contato/localização à esquerda, rodapé inferior centralizado) —
   aqui só entram os ajustes de cor/tipografia do tema escuro. */
.chb-site .chb-footer { background: var(--chb-footer-bg); border-top: 1px solid var(--chb-line); color: var(--chb-ink-soft); }
.chb-site .chb-footer a { color: var(--chb-ink-soft); }
.chb-site .chb-footer a:hover { color: var(--chb-primary); text-decoration: none; }
.chb-site .chb-footer__logo { color: var(--chb-ink); }
.chb-site .chb-footer__logo img { max-height: 52px; }
.chb-site .chb-footer h2 { color: var(--chb-primary); font-family: var(--chb-font); font-weight: 600; letter-spacing: .06em; opacity: 1; font-size: 12px; }
.chb-site .chb-footer__social a { border-color: var(--chb-line); color: var(--chb-ink-soft); }
.chb-site .chb-footer__social a:hover { background: var(--chb-primary); border-color: var(--chb-primary); color: #0a0a0b; }
.chb-site .chb-footer__line { font-family: var(--chb-font-display); font-weight: 600; letter-spacing: -.005em; color: var(--chb-ink); }

/* ── Media placeholder do plugin no tema escuro ────────────────────────── */
.chb-site .chb-media-placeholder {
	border: 1px dashed var(--chb-line); border-radius: 0;
	background: repeating-linear-gradient(135deg, #161618 0 16px, #0e0e0f 16px 32px);
}
.chb-site .chb-media-placeholder span {
	font-family: var(--chb-font); color: var(--chb-ink-mute);
	border: 1px dashed var(--chb-line); border-radius: 0; background: rgba(10, 10, 11, .6);
}

/* ── Hero da 2ª página (seção "Hero" do plugin, versão compacta) ────────── */
.chb-site .chb-hero {
	/* imagem de fundo (--chb-hero-bg, definida pelo template quando há foto)
	   por cima do papel escuro; sem foto, fica só o papel. Mesmo esquema do
	   fundo da seção "Contato" da home (foto do Studio + overlay escuro). */
	background: var(--chb-hero-bg, none) center / cover no-repeat, var(--chb-paper-alt);
	color: var(--chb-ink);
	min-height: 62vh;
}
/* Overlay igual ao da seção "Contato" (`.mpfit-cta--photo`): gradiente vertical
   escuro + escurecimento radial — aqui deslocado pra esquerda, onde fica o texto. */
.chb-site .chb-hero__overlay {
	background:
		linear-gradient(180deg, rgba(8, 8, 9, .8) 0%, rgba(8, 8, 9, .58) 45%, rgba(8, 8, 9, .84) 100%),
		radial-gradient(ellipse 66% 66% at 28% 48%, rgba(8, 8, 9, .38), transparent 74%);
}
@media (max-width: 720px) {
	.chb-site .chb-hero__overlay {
		background: linear-gradient(180deg, rgba(8, 8, 9, .82) 0%, rgba(8, 8, 9, .66) 45%, rgba(8, 8, 9, .86) 100%);
	}
}
.chb-site .chb-hero--compact { min-height: 0; padding-block: calc(var(--chb-section-y) + var(--mpfit-header-h)) var(--chb-section-y); }
.chb-site .chb-hero__inner { align-items: flex-start; text-align: left; }
.chb-site .chb-hero__title { font-size: clamp(32px, 4.8vw, 58px); max-width: 24ch; letter-spacing: -.02em; line-height: 1.18; font-weight: 700; }
/* Última linha do título (toggle "colorir última linha") → fecho itálico laranja,
   igual ao padrão do hero da home. */
.chb-site .chb-hero__title-accent { font-weight: 700; font-style: italic; color: var(--chb-primary); }
/* Eyebrow do hero interno: texto simples (sem a "pílula" do plugin, sem traço). */
.chb-site .chb-hero__eyebrow {
	display: inline-block;
	font-family: var(--chb-font); color: var(--chb-primary);
	letter-spacing: var(--mpfit-label-tracking); font-weight: var(--mpfit-label-weight);
	font-size: 12px; text-transform: uppercase;
	background: none; padding: 0; border-radius: 0;
}
.chb-site .chb-hero__sub { color: var(--chb-ink-soft); line-height: 1.78; }
.chb-site .chb-hero__actions { justify-content: flex-start; }

/* ── Diferencial + Durante sua sessão ──────────────────────────────────── */
.mpfit-dif__lead {
	display: grid; grid-template-columns: 1fr 1.05fr;
	gap: clamp(28px, 5vw, 72px); align-items: center;
}
.mpfit-dif__intro .chb-section__title { font-size: clamp(28px, 4.1vw, 50px); max-width: 16ch; }
.mpfit-dif__text {
	margin: 22px 0 0; color: var(--chb-ink-soft);
	font-size: clamp(16px, 1.7vw, 18px); line-height: 1.8; max-width: 46ch;
}
.mpfit-dif__feature {
	position: relative; margin: 0; overflow: hidden;
	aspect-ratio: 4 / 5; border: 1px solid var(--chb-line);
	transition: border-color .5s var(--mpfit-ease);
}
.chb-site .mpfit-dif__feature-img { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; }
.mpfit-dif__feature::after {
	content: ""; position: absolute; inset: 0; pointer-events: none;
	background: linear-gradient(210deg, rgba(10, 10, 11, .05) 0%, transparent 40%, rgba(10, 10, 11, .78) 100%);
}

/* Efeito de hover nas imagens do diferencial: leve zoom + moldura laranja. */
.chb-site .mpfit-dif__feature-img,
.chb-site .mpfit-dif__strip-img,
.chb-site .mpfit-dif__point-img {
	transition: transform .8s var(--mpfit-ease), filter .5s var(--mpfit-ease);
}
.mpfit-dif__feature:hover .mpfit-dif__feature-img,
.mpfit-dif__strip-item:hover .mpfit-dif__strip-img,
.mpfit-dif__point-media:hover .mpfit-dif__point-img {
	transform: scale(1.05); filter: brightness(1.04);
}
.mpfit-dif__feature:hover,
.mpfit-dif__strip-item:hover,
.mpfit-dif__point-media:hover { border-color: rgba(255, 102, 0, .45); }
.mpfit-dif__ph {
	position: absolute; inset: 0;
	background: repeating-linear-gradient(135deg, #161618 0 16px, #0e0e0f 16px 32px);
}
.mpfit-dif__stat {
	position: absolute; left: clamp(18px, 3vw, 34px); bottom: clamp(18px, 3vw, 32px); z-index: 1;
	display: flex; flex-direction: column;
}
.mpfit-dif__stat-value {
	font-family: var(--chb-font-display); font-weight: 700; color: var(--chb-primary);
	font-size: clamp(26px, 3.6vw, 44px); line-height: 1; letter-spacing: -.02em;
	text-shadow: 0 2px 24px rgba(0, 0, 0, .55);
}
.mpfit-dif__stat-label {
	font-family: var(--chb-font); font-weight: 300; color: var(--chb-ink);
	font-size: clamp(13px, 1.4vw, 16px); margin-top: 4px; letter-spacing: .01em;
	text-shadow: 0 1px 12px rgba(0, 0, 0, .7);
}
.mpfit-dif__strip {
	display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(10px, 1.4vw, 16px);
	margin-top: clamp(14px, 2vw, 20px);
}
.mpfit-dif__strip-item {
	position: relative; margin: 0; overflow: hidden; aspect-ratio: 3 / 4;
	border: 1px solid var(--chb-line); transition: border-color .5s var(--mpfit-ease);
}
.chb-site .mpfit-dif__strip-img { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; }

.mpfit-dif__session {
	margin-top: clamp(52px, 8vw, 96px); padding-top: clamp(40px, 6vw, 68px);
	border-top: 1px solid var(--chb-line);
}
.mpfit-dif__session-head { margin-bottom: clamp(32px, 5vw, 52px); }
.mpfit-dif__session-head .chb-section__title { font-size: clamp(26px, 3.6vw, 42px); }
.mpfit-dif__points { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 56px); }
.mpfit-dif__point-media {
	position: relative; overflow: hidden; aspect-ratio: 3 / 4;
	border: 1px solid var(--chb-line); margin-bottom: 22px;
	transition: border-color .5s var(--mpfit-ease);
}
.chb-site .mpfit-dif__point-img { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center 22%; }
.mpfit-dif__point-title {
	font-family: var(--chb-font-display); font-weight: 600;
	font-size: clamp(19px, 2.3vw, 26px); line-height: 1.25; letter-spacing: -.015em;
	margin: 0 0 10px; color: var(--chb-ink);
}
.mpfit-dif__point-text p, .mpfit-dif__point p {
	margin: 0; color: var(--chb-ink-soft); font-size: 15px; line-height: 1.75; max-width: 42ch;
}

/* Ponto com vídeo: toca sozinho (autoplay/loop/sem som) + título/texto sobrepostos. */
.mpfit-dif__point--video .mpfit-dif__point-media {
	margin-bottom: 0;
}
.mpfit-dif__point--video .mpfit-dif__point-media::after {
	content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 1;
	background: linear-gradient(0deg, rgba(8, 8, 9, .92) 0%, rgba(8, 8, 9, .55) 32%, rgba(8, 8, 9, .08) 58%, transparent 72%);
}
/* Vídeo (iframe/<video>) "cobrindo" o quadro 3/4: casa a largura com o card —
   como o vídeo é vertical (9/16, mais estreito por altura que o quadro 3/4),
   isso já sobra em altura e recorta em cima/baixo sem esticar nem deixar tarja. */
.mpfit-dif__point-embed {
	position: absolute; top: 50%; left: 0; width: 100%; aspect-ratio: 9 / 16;
	transform: translateY(-50%); border: 0; pointer-events: none;
}
.mpfit-dif__point--video .mpfit-dif__point-media:hover { border-color: var(--chb-line); }
.mpfit-dif__point-caption {
	position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
	padding: clamp(20px, 3vw, 30px);
}
.mpfit-dif__point-caption .mpfit-dif__point-title { color: var(--chb-ink); }
.mpfit-dif__point-caption p {
	margin: 0; color: var(--chb-ink-soft); font-size: 14px; line-height: 1.7; max-width: 34ch;
}
@media (max-width: 860px) {
	.mpfit-dif__lead { grid-template-columns: 1fr; gap: clamp(28px, 8vw, 40px); }
	.mpfit-dif__feature { aspect-ratio: 5 / 4; }
	.mpfit-dif__points { grid-template-columns: 1fr; gap: clamp(32px, 9vw, 44px); }
}
@media (max-width: 560px) {
	.mpfit-dif__strip { grid-template-columns: 1fr 1fr; }
	.mpfit-dif__strip-item:nth-child(3) { display: none; }
}

/* ── Missão / Visão / Valores (cards editoriais) ───────────────────────── */
.mpfit-pillars__list {
	display: grid; grid-template-columns: repeat(3, 1fr);
	gap: clamp(12px, 1.6vw, 20px);
}
.mpfit-pillars__item {
	display: flex; flex-direction: column;
	padding: clamp(26px, 2.6vw, 40px);
	background: var(--mpfit-graphite-2);
	border: 1px solid var(--chb-line);
	transition: border-color .4s var(--mpfit-ease), transform .5s var(--mpfit-ease), opacity .9s var(--mpfit-ease);
}
.mpfit-pillars__item:hover { border-color: rgba(255, 102, 0, .45); transform: translateY(-4px); }
.mpfit-pillars__label {
	font-family: var(--chb-font); font-weight: 600; font-size: 12px;
	letter-spacing: .07em; text-transform: uppercase; color: var(--chb-primary);
	padding-bottom: clamp(16px, 2vw, 22px); margin-bottom: clamp(16px, 2vw, 22px);
	border-bottom: 1px solid var(--chb-line);
}
.mpfit-pillars__text {
	margin: 0; font-family: var(--chb-font-display); font-weight: 400;
	font-size: clamp(16px, 1.35vw, 19px); line-height: 1.55; letter-spacing: -.005em;
	color: var(--chb-ink);
}
@media (max-width: 860px) {
	.mpfit-pillars__list { grid-template-columns: 1fr; }
	.mpfit-pillars__item:hover { transform: none; }
}

/* ── Bloco de shortcode (avaliações do Google) ─────────────────────────── */
.mpfit-embed--tight { padding-top: 0; margin-top: calc(-1 * clamp(1.5rem, 4vw, 3.5rem)); }
.mpfit-embed .chb-section-header { margin-bottom: clamp(26px, 4vw, 40px); }
.mpfit-embed .chb-section__title { font-size: clamp(24px, 3.2vw, 38px); }
/* largura pra caber 4 cards do widget (~300px cada + espaçamento) */
.mpfit-embed__body { max-width: 1320px; }
.mpfit-embed__cta { margin-top: clamp(28px, 4vw, 44px); }

/* ── Propósito — fundo próprio, mais respiro e hierarquia ──────────────── */
#proposito {
	background: var(--chb-paper-alt);
	border-top: 1px solid var(--chb-line);
	border-bottom: 1px solid var(--chb-line);
}
#proposito .chb-shell--narrow { max-width: 760px; }
/* Primeiro parágrafo = frase principal, um degrau acima do resto. */
#proposito .chb-prose > p:first-of-type {
	font-family: var(--chb-font-display); font-weight: 400;
	font-size: clamp(19px, 2.3vw, 26px); line-height: 1.55; color: var(--chb-ink);
	letter-spacing: -.01em; margin: 0 0 clamp(26px, 4vw, 40px);
}
#proposito .chb-prose > p:first-of-type + p { margin-top: 0; }

/* ── "Toque de branco" — variante clara de comparação (página /home-branco/,
   ver functions.php) ────────────────────────────────────────────────────
   Não é um tema claro do site inteiro: só troca 3 seções (Conheça por
   dentro, Avaliações, Propósito) pra um tom "concreto polido" — o resto do
   clone continua na identidade escura padrão. Reaproveita os tokens do
   design system: ao redefini-los na raiz de cada seção (+ fixar
   background/color, que plain-inherit não re-resolve var() nos filhos que
   não usam a variável diretamente), toda a CSS existente dessas seções
   "repinta" sozinha, sem duplicar regra por regra. */
body.mpfit-branco .mpfit-video,
body.mpfit-branco .mpfit-embed,
body.mpfit-branco #proposito {
	--chb-paper: #EAE6DE;
	--chb-paper-alt: #EAE6DE;
	--chb-ink: #17140f;
	--chb-ink-soft: #5c574c;
	--chb-ink-mute: #8a8579;
	--chb-line: rgba(23, 20, 15, .14);
	background: #EAE6DE;
	color: #17140f;
}
/* "Avaliações" usa `tight_top` (padding-top:0 + margem negativa) pra colar
   no fundo escuro dos depoimentos acima — faz sentido lá porque é a mesma
   cor. Na variante clara isso deixa o título grudado na borda de cima do
   bloco off-white; devolve o respiro só aqui (a margem negativa continua,
   só o padding interno volta ao normal). */
body.mpfit-branco .mpfit-embed--tight { padding-top: var(--chb-section-y); }
/* O quadro de "Conheça por dentro" continua sobre uma foto real — o selo
   "Assistir ao vídeo" mantém o texto claro (não herda o escuro da seção). */
body.mpfit-branco .mpfit-video__frame {
	--chb-ink: #f3f2ee;
	border-color: rgba(255, 255, 255, .14);
}

/* ── Movimento reduzido ────────────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
	.mpfit-reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
	.mpfit-hero__cue-bar::after, .mpfit-play::before, .chb-site .chb-cta::before { animation: none !important; }
	.mpfit-hero__media, .mpfit-hero__content,
	.mpfit-journey__ph, .mpfit-video__ph, .mpfit-testi__ph, .mpfit-gallery__tex { transform: none !important; }
}
