/* Case Hero — Secretaria da Mulher PE (sobre o design Justiça Itinerante). */

.ecox-case-pe-landing .ecox-landing-main {
	background: var(--white);
	padding: 0;
}

.case-pe-hero {
	position: relative;
	min-height: min(640px, 78vh);
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	background: #0a0a0a;
}

.case-pe-hero__bg,
.case-pe-hero__overlay {
	position: absolute;
	inset: 0;
}

.case-pe-hero__bg {
	background-position: center;
	background-size: cover;
}

.case-pe-hero__overlay {
	background: linear-gradient(to top, rgba(10, 10, 10, .92) 0%, rgba(10, 10, 10, .55) 48%, rgba(10, 10, 10, .2) 100%);
}

.justica-inner.case-pe-hero__content {
	position: relative;
	z-index: 1;
	top: 80px !important;
	padding: 0 0 clamp(48px, 7vw, 72px);
}

.case-pe-hero__title {
	max-width: 820px;
	margin: 0 0 18px;
	color: var(--white);
	font-family: var(--font-display);
	font-size: clamp(1.8rem, 4vw, 3.1rem);
	font-weight: 900;
	line-height: 1.1;
}

.case-pe-hero__title span {
	display: block;
}

.case-pe-hero__title em {
	color: var(--red);
	font-style: italic;
}

.case-pe-hero__tag {
	max-width: 520px;
	margin: 0 0 28px;
	color: rgba(255, 255, 255, .62);
	font-size: .95rem;
	line-height: 1.6;
}

.justica-btn--ghost {
	background: transparent;
	border-color: rgba(255, 255, 255, .45);
	color: var(--white);
}

.justica-btn--ghost:hover {
	background: rgba(255, 255, 255, .08);
	border-color: var(--white);
	filter: none;
}

.case-pe-highlights {
	background: #0a0a0a;
	border-top: 1px solid rgba(255, 255, 255, .08);
}

.case-pe-highlights__inner {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.case-pe-highlights__nav {
	display: none;
}

.case-pe-highlight {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	padding: clamp(22px, 3vw, 32px) 20px;
	border-right: 1px solid rgba(255, 255, 255, .08);
}

.case-pe-highlight:last-child {
	border-right: 0;
}

.case-pe-highlight__icon {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: var(--red);
}

.case-pe-highlight strong {
	display: block;
	margin: 0 0 4px;
	color: var(--white);
	font-size: .92rem;
	font-weight: 800;
	line-height: 1.3;
}

.case-pe-highlight span {
	display: block;
	color: rgba(255, 255, 255, .55);
	font-size: .8rem;
	line-height: 1.45;
}

.case-pe-problema {
	background: var(--bg);
}

.case-pe-problema__lead {
	margin: 0 0 18px;
	color: var(--black);
	font-size: 1rem;
	font-weight: 600;
}

.case-pe-problema__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin: 0 0 36px;
	padding: 0;
	list-style: none;
	background: var(--rule);
	border: 1px solid var(--rule);
}

.case-pe-problema__grid li {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	min-height: 100%;
	padding: clamp(22px, 2.6vw, 30px);
	background: var(--white);
}

.case-pe-problema__n {
	color: var(--red);
	font-family: var(--font-display);
	font-size: .78rem;
	font-style: italic;
	font-weight: 900;
	letter-spacing: .04em;
}

.case-pe-problema__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin: 2px 0 2px;
	color: var(--red);
}

.case-pe-problema__grid strong {
	color: var(--black);
	font-family: var(--font-display);
	font-size: 1.12rem;
	font-weight: 900;
	line-height: 1.2;
}

.case-pe-problema__nav {
	display: none;
}

.case-pe-problema__quote {
	margin: 0;
	padding: clamp(28px, 4vw, 40px) 0 0;
	border-top: 1px solid var(--rule);
}

.case-pe-problema__quote p {
	margin: 0 0 10px;
	color: var(--black);
	font-family: var(--font-display);
	font-size: clamp(1.4rem, 2.6vw, 2rem);
	font-weight: 900;
	line-height: 1.15;
}

.case-pe-problema__quote span {
	color: var(--red);
	font-size: .82rem;
	font-weight: 800;
	letter-spacing: var(--tracking-ui);
	text-transform: uppercase;
}

.case-pe-virada {
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden;
	min-height: min(72vh, 720px);
	padding: clamp(96px, 14vw, 160px) 0;
	background: #0a0a0a;
}

.case-pe-virada__bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: min(62%, 860px);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
}

.case-pe-virada__bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to right, #0a0a0a 0%, rgba(10, 10, 10, .72) 28%, rgba(10, 10, 10, .22) 62%, transparent 100%);
}

.case-pe-virada .justica-inner {
	position: relative;
	z-index: 1;
}

.case-pe-virada__title {
	max-width: 820px;
	margin: 0 0 18px;
	color: var(--white);
	font-family: var(--font-display);
	font-size: clamp(1.7rem, 3vw, 2.55rem);
	font-weight: 900;
	letter-spacing: -.02em;
	line-height: 1.05;
}

.case-pe-virada__desc {
	max-width: 640px;
	margin: 0 0 28px;
	color: rgba(255, 255, 255, .62);
	font-size: .98rem;
	line-height: 1.75;
}

.case-pe-virada__pills {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	max-width: 640px;
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
}

.case-pe-virada__pills li {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 8px;
	border: 1px solid rgba(255, 255, 255, .16);
	color: var(--white);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: var(--tracking-ui);
	text-align: center;
	text-transform: uppercase;
}

.case-pe-virada__statement {
	max-width: 760px;
	margin: 0;
	color: var(--white);
	font-family: var(--font-display);
	font-size: clamp(1.1rem, 2vw, 1.45rem);
	font-style: italic;
	font-weight: 900;
	line-height: 1.15;
}

.case-pe-instrumento {
	background: var(--bg);
}

.case-pe-instrumento__video {
	margin: 0 0 32px;
	background: #0a0a0a;
}

.case-pe-instrumento__video iframe,
.case-pe-instrumento__video video {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
	border: 0;
}

.case-pe-instrumento__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: var(--rule);
	border: 1px solid var(--rule);
}

.case-pe-instrumento__grid li {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	min-height: 100%;
	padding: clamp(22px, 2.6vw, 30px);
	background: var(--white);
}

.case-pe-instrumento__n {
	color: var(--red);
	font-family: var(--font-display);
	font-size: .78rem;
	font-style: italic;
	font-weight: 900;
	letter-spacing: .04em;
}

.case-pe-instrumento__grid strong {
	color: var(--black);
	font-family: var(--font-display);
	font-size: 1.12rem;
	font-weight: 900;
	line-height: 1.2;
}

.case-pe-instrumento__grid p {
	margin: 0;
	color: var(--mid);
	font-size: .88rem;
	font-weight: 500;
	line-height: 1.65;
}

.case-pe-arquitetura {
	background: var(--bg);
}

.case-pe-arquitetura__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	background: var(--rule);
	border: 1px solid var(--rule);
}

.case-pe-arquitetura__card {
	padding: clamp(28px, 3vw, 36px) clamp(22px, 3vw, 28px);
	background: var(--white);
}

.case-pe-arquitetura__card.has-media {
	padding-top: 0;
}

.case-pe-arquitetura__media {
	margin: 0 calc(-1 * clamp(22px, 3vw, 28px)) 18px;
	overflow: hidden;
	background: #eceae6;
}

.case-pe-arquitetura__media img {
	display: block;
	width: 100%;
	height: 188px;
	object-fit: cover;
	object-position: center 45%;
}

.case-pe-arquitetura__card h3 {
	margin: 0 0 12px;
	color: var(--black);
	font-family: var(--font-display);
	font-size: 1.15rem;
	font-weight: 900;
}

.case-pe-arquitetura__card p {
	margin: 0;
	color: var(--mid);
	font-size: .88rem;
	line-height: 1.7;
}

.case-pe-explorer {
	background: var(--white);
}

.case-pe-explorer > .justica-inner {
	width: min(1360px, 94vw);
}

.ecox-case-pe-landing [id] {
	scroll-margin-top: 96px;
}

.case-pe-explorer__layout {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.case-pe-explorer__map {
	padding: clamp(20px, 3vw, 36px);
	background: var(--bg, #f6f6f6);
	border: 1px solid var(--rule);
}

.case-pe-explorer__hint {
	margin: 0 0 10px;
	color: var(--mid);
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: var(--tracking-ui);
	text-transform: uppercase;
}

.case-pe-explorer__stage {
	position: relative;
	aspect-ratio: 1000 / 400;
}

.case-pe-explorer__svg {
	display: block;
	width: 100%;
	height: auto;
}

.case-pe-explorer__body {
	fill: #e6e6e6;
}

.case-pe-explorer__cabin {
	fill: #f3d5d8;
	cursor: pointer;
}

.case-pe-explorer__cabin.is-active {
	fill: rgba(200, 16, 46, .28);
	stroke: var(--red);
}

.case-pe-explorer__wheel {
	fill: #fff;
	stroke: rgba(10, 10, 10, .22);
	stroke-width: 2;
}

.case-pe-explorer__zone {
	fill: rgba(10, 10, 10, .04);
	stroke: rgba(10, 10, 10, .14);
	stroke-width: 1;
	cursor: pointer;
	transition: fill .2s ease;
}

.case-pe-explorer__zone--room {
	fill: rgba(200, 16, 46, .1);
}

.case-pe-explorer__zone--tech {
	fill: rgba(10, 10, 10, .03);
}

.case-pe-explorer__awning {
	fill: rgba(200, 16, 46, .12);
	cursor: pointer;
}

.case-pe-explorer__door {
	fill: rgba(10, 10, 10, .22);
	pointer-events: none;
}

.case-pe-explorer__seat,
.case-pe-explorer__furniture {
	fill: rgba(10, 10, 10, .12);
	pointer-events: none;
}

.case-pe-explorer__zone.is-active,
.case-pe-explorer__awning.is-active {
	fill: rgba(200, 16, 46, .28);
	stroke: var(--red);
}

.case-pe-explorer__label {
	fill: rgba(10, 10, 10, .55);
	font-family: var(--font-text);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .08em;
	pointer-events: none;
	text-anchor: middle;
	text-transform: uppercase;
}

.case-pe-explorer__label--sm {
	font-size: 11px;
}

.case-pe-explorer__mark {
	pointer-events: none;
}

.case-pe-explorer__badge {
	fill: #fff;
	stroke: rgba(10, 10, 10, .28);
	stroke-width: 1.4;
}

.case-pe-explorer__badge-txt {
	fill: #111;
	font-family: var(--font-text);
	font-size: 11px;
	font-weight: 800;
	text-anchor: middle;
}

.case-pe-explorer__mark.is-active .case-pe-explorer__badge {
	fill: var(--red);
	stroke: var(--red);
}

.case-pe-explorer__mark.is-active .case-pe-explorer__badge-txt {
	fill: #fff;
}

.case-pe-explorer__list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.case-pe-explorer__list-btn {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
	min-height: 40px;
	padding: 8px 12px;
	border: 1px solid var(--rule);
	background: var(--white);
	color: var(--black);
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: var(--tracking-ui);
	text-align: left;
	text-transform: uppercase;
	white-space: nowrap;
	cursor: pointer;
}

.case-pe-explorer__list-btn span {
	color: var(--red);
}

.case-pe-explorer__list-btn.is-active {
	border-color: #0a0a0a;
	background: #0a0a0a;
	color: var(--white);
}

.case-pe-explorer__list-btn.is-active span {
	color: var(--red);
}

.case-pe-explorer-modal {
	position: fixed;
	inset: 0;
	width: min(640px, 92vw);
	max-width: none;
	max-height: min(78vh, 560px);
	margin: auto;
	padding: 0;
	border: 0;
	overflow: auto;
	background: var(--white);
}

.case-pe-explorer-modal::backdrop {
	background: rgba(10, 10, 10, .78);
}

.case-pe-explorer-modal__grid {
	display: grid;
	grid-template-columns: 1.1fr .9fr;
}

.case-pe-explorer-modal__close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
	width: 40px;
	height: 40px;
	border: 0;
	background: #0a0a0a;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1;
	cursor: pointer;
}

.case-pe-explorer__photo {
	margin: 0;
}

.case-pe-explorer__photo img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: min(42vh, 280px);
	aspect-ratio: 16 / 10;
	object-fit: cover;
	background: var(--off-white, #f5f5f5);
}

.case-pe-explorer__copy {
	padding: clamp(16px, 2vw, 20px);
}

.case-pe-explorer__copy h3 {
	margin: 8px 0 10px;
	color: var(--black);
	font-family: var(--font-display);
	font-size: 1.15rem;
	font-weight: 900;
	line-height: 1.2;
}

.case-pe-explorer__copy > p:not(.justica-tag) {
	margin: 0;
	color: var(--mid);
	font-size: .86rem;
	line-height: 1.6;
}

.case-pe-explorer__panel h3 {
	margin: 8px 0 10px;
	color: var(--black);
	font-family: var(--font-display);
	font-size: 1.3rem;
	font-weight: 900;
}

.case-pe-explorer__panel p {
	margin: 0;
	color: var(--mid);
	font-size: .9rem;
	line-height: 1.7;
}

.case-pe-explorer__nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 22px;
}

.case-pe-explorer__step {
	padding: 0;
	border: 0;
	background: none;
	color: var(--red);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: var(--tracking-ui);
	text-transform: uppercase;
	cursor: pointer;
}

.case-pe-explorer__count {
	color: var(--mid);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: var(--tracking-ui);
}

.case-pe-explorer [data-case-pe-hotspots] {
	display: none;
}

.case-pe-tecnologia {
	background: var(--bg);
}

.case-pe-tecnologia__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin-bottom: 32px;
	background: var(--rule);
	border: 1px solid var(--rule);
}

.case-pe-tecnologia__card {
	padding: clamp(24px, 3vw, 32px);
	background: var(--white);
}

.case-pe-tecnologia__card h3 {
	margin: 0 0 10px;
	color: var(--black);
	font-family: var(--font-display);
	font-size: 1.05rem;
	font-weight: 900;
}

.case-pe-tecnologia__card p {
	margin: 0;
	color: var(--mid);
	font-size: .86rem;
	line-height: 1.7;
}

.case-pe-tecnologia__message {
	max-width: 760px;
	margin: 0;
	color: var(--black);
	font-family: var(--font-display);
	font-size: clamp(1.2rem, 2.2vw, 1.7rem);
	font-weight: 900;
	line-height: 1.25;
}

.case-pe-humanizacao {
	background: var(--white);
}

.case-pe-humanizacao__grid {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: clamp(28px, 4vw, 48px);
	align-items: center;
}

.case-pe-humanizacao__statement {
	margin: 28px 0 0;
	color: var(--red);
	font-family: var(--font-display);
	font-size: clamp(1.4rem, 2.6vw, 2rem);
	font-style: italic;
	font-weight: 900;
	line-height: 1.2;
}

.case-pe-humanizacao__media {
	margin: 0;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	--smush-placeholder-aspect-ratio: 1 / 1;
}

.ecox-case-pe-landing .case-pe-humanizacao__media img {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	background: var(--off-white, #f5f5f5);
	--smush-placeholder-aspect-ratio: 1 / 1;
}

.case-pe-operacao {
	background: var(--white);
}

.case-pe-operacao__grid {
	display: flex;
	gap: 1px;
	height: min(48vw, 440px);
	background: var(--rule);
	border: 1px solid var(--rule);
}

.case-pe-operacao__shot {
	position: relative;
	flex: 1 1 0;
	min-width: 0;
	overflow: hidden;
	padding: 0;
	border: 0;
	background: var(--black);
	cursor: pointer;
	transition: flex-grow .7s cubic-bezier(.22, 1, .36, 1);
}

.case-pe-operacao__grid:is(:hover, :focus-within) .case-pe-operacao__shot:not(:hover):not(:focus-visible) {
	flex-grow: .55;
}

.case-pe-operacao__shot:hover,
.case-pe-operacao__shot:focus-visible {
	flex-grow: 2.8;
}

.case-pe-operacao__shot img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: scale(1.04);
	transition: transform .7s cubic-bezier(.22, 1, .36, 1);
}

.case-pe-operacao__shot:hover img,
.case-pe-operacao__shot:focus-visible img {
	transform: scale(1);
}

@media (prefers-reduced-motion: reduce) {
	.case-pe-operacao__shot,
	.case-pe-operacao__shot img {
		transition: none;
	}

	.case-pe-operacao__grid:is(:hover, :focus-within) .case-pe-operacao__shot:not(:hover):not(:focus-visible),
	.case-pe-operacao__shot:hover,
	.case-pe-operacao__shot:focus-visible {
		flex-grow: 1;
	}

	.case-pe-operacao__shot img,
	.case-pe-operacao__shot:hover img,
	.case-pe-operacao__shot:focus-visible img {
		transform: none;
	}
}

.case-pe-operacao__shot span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 12px;
	background: linear-gradient(to top, rgba(0, 0, 0, .72), transparent);
	color: #fff;
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: var(--tracking-ui);
	text-align: left;
	text-transform: uppercase;
}

.case-pe-lightbox {
	position: relative;
	width: min(1100px, 92vw);
	max-width: none;
	padding: 0;
	border: 0;
	background: transparent;
}

.case-pe-lightbox::backdrop {
	background: rgba(10, 10, 10, .86);
}

.case-pe-lightbox img {
	display: block;
	width: 100%;
	height: auto;
}

.case-pe-lightbox__close {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 40px;
	height: 40px;
	border: 0;
	background: #0a0a0a;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1;
	cursor: pointer;
}

.case-pe-impacto {
	background: var(--bg);
}

.case-pe-impacto__grid {
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	gap: clamp(28px, 4vw, 56px);
	align-items: center;
}

.case-pe-impacto__media {
	margin: 0;
}

.case-pe-impacto__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 420px;
	object-fit: cover;
	object-position: center 40%;
}

.case-pe-impacto__giant {
	margin: 0;
	color: var(--red);
	font-family: var(--font-display);
	font-size: clamp(6rem, 18vw, 12rem);
	font-style: italic;
	font-weight: 900;
	line-height: .85;
}

.case-pe-impacto__headline {
	max-width: 720px;
	margin: 8px 0 24px;
	color: var(--black);
	font-family: var(--font-display);
	font-size: clamp(1.6rem, 3vw, 2.4rem);
	font-weight: 900;
	line-height: 1.1;
}

.case-pe-impacto .justica-section-sub {
	margin-bottom: 16px;
}

.case-pe-porque {
	background: var(--white);
}

.case-pe-porque__trail {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
	background: var(--rule);
	border: 1px solid var(--rule);
}

.case-pe-porque__trail li {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px 14px;
	background: var(--white);
	color: var(--black);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: var(--tracking-ui);
	text-align: center;
	text-transform: uppercase;
}

.case-pe-autoridade {
	padding: clamp(56px, 7vw, 88px) 0;
	background: #0a0a0a;
}

.case-pe-autoridade__title {
	max-width: 720px;
	margin: 0 0 36px;
	color: var(--white);
	font-family: var(--font-display);
	font-size: clamp(1.6rem, 3vw, 2.3rem);
	font-weight: 900;
	line-height: 1.15;
}

.case-pe-autoridade__facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(24px, 4vw, 48px);
}

.case-pe-autoridade__facts span {
	display: block;
	margin-bottom: 8px;
	color: var(--white);
	font-family: var(--font-display);
	font-size: clamp(2.4rem, 5vw, 4rem);
	font-weight: 900;
	line-height: 1;
}

.case-pe-autoridade__facts p {
	margin: 0;
	color: rgba(255, 255, 255, .62);
	font-size: .82rem;
	font-weight: 700;
	letter-spacing: var(--tracking-ui);
	text-transform: uppercase;
}

.case-pe-saude {
	background: var(--bg);
}

.case-pe-saude__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	background: var(--rule);
	border: 1px solid var(--rule);
}

.case-pe-saude__card {
	padding: clamp(22px, 3vw, 30px);
	background: var(--white);
}

.case-pe-saude__card ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.case-pe-saude__card li {
	color: var(--black);
	font-family: var(--font-display);
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.4;
}

.case-pe-saude__cta {
	margin: 32px 0 0;
}

.case-pe-cases {
	background: var(--white);
}

.case-pe-cases__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	background: var(--rule);
	border: 1px solid var(--rule);
}

.case-pe-cases__card {
	display: flex;
	flex-direction: column;
	padding: clamp(24px, 3vw, 32px);
	background: var(--white);
	color: inherit;
	text-decoration: none;
}

.case-pe-cases__card h3 {
	margin: 0 0 10px;
	color: var(--black);
	font-family: var(--font-display);
	font-size: 1.15rem;
	font-weight: 900;
}

.case-pe-cases__card p {
	flex: 1;
	margin: 0 0 18px;
	color: var(--mid);
	font-size: .88rem;
	line-height: 1.6;
}

.case-pe-cases__card span {
	color: var(--red);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: var(--tracking-ui);
	text-transform: uppercase;
}

.case-pe-cta__areas {
	margin: 22px 0 0;
	color: rgba(255, 255, 255, .55);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: var(--tracking-ui);
	text-transform: uppercase;
}

.case-pe-cta p {
	max-width: 680px;
}

.case-pe-epilogo {
	position: relative;
	min-height: min(640px, 78vh);
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	background: #0a0a0a;
}

.case-pe-epilogo__bg,
.case-pe-epilogo__overlay {
	position: absolute;
	inset: 0;
}

.case-pe-epilogo__bg {
	background-position: center;
	background-size: cover;
}

.case-pe-epilogo__overlay {
	background: linear-gradient(to top, rgba(10, 10, 10, .92) 0%, rgba(10, 10, 10, .55) 48%, rgba(10, 10, 10, .2) 100%);
}

.case-pe-epilogo__content {
	position: relative;
	z-index: 1;
	padding: 0 0 clamp(56px, 8vw, 88px);
}

.case-pe-epilogo__line {
	margin: 0;
	color: var(--white);
	font-family: var(--font-display);
	font-size: clamp(1.8rem, 4vw, 3.1rem);
	font-weight: 900;
	line-height: 1.1;
}

.case-pe-epilogo__brand {
	margin: 28px 0 6px;
	color: var(--red);
	font-family: var(--font-display);
	font-size: 1.1rem;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.case-pe-epilogo__tag {
	margin: 0;
	color: rgba(255, 255, 255, .62);
	font-size: .95rem;
}

@media (max-width: 980px) {
	.case-pe-highlights__inner {
		grid-template-columns: 1fr 1fr;
	}

	.case-pe-highlight:nth-child(2n) {
		border-right: 0;
	}

	.case-pe-explorer__layout,
	.case-pe-humanizacao__grid,
	.case-pe-impacto__grid,
	.case-pe-tecnologia__grid,
	.case-pe-arquitetura__grid,
	.case-pe-cases__grid,
	.case-pe-autoridade__facts {
		grid-template-columns: 1fr;
	}

	.case-pe-saude__grid,
	.case-pe-problema__grid,
	.case-pe-instrumento__grid {
		grid-template-columns: 1fr 1fr;
	}

	.case-pe-operacao__grid {
		height: min(56vw, 360px);
	}

	.case-pe-porque__trail {
		grid-template-columns: 1fr 1fr;
	}

	.case-pe-explorer-modal__grid {
		grid-template-columns: 1fr;
	}

	.case-pe-explorer__list {
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.case-pe-explorer__list li {
		flex: 0 0 auto;
	}

	.case-pe-explorer__list::-webkit-scrollbar {
		display: none;
	}

	.case-pe-explorer__list-btn {
		min-height: 44px;
	}

	.case-pe-virada__bg {
		width: 100%;
	}

	.case-pe-virada__bg::after {
		background: linear-gradient(to right, #0a0a0a 0%, rgba(10, 10, 10, .82) 42%, rgba(10, 10, 10, .48) 100%);
	}

	.case-pe-virada__pills {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.case-pe-impacto__media img {
		min-height: 240px;
	}

	.case-pe-highlights__frame {
		width: 100%;
		max-width: none;
	}

	.case-pe-highlights__scroller {
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.case-pe-highlights__scroller::-webkit-scrollbar {
		display: none;
	}

	.case-pe-highlights__inner {
		display: flex;
		width: max-content;
		padding: 0 5vw 4px;
		gap: 12px;
	}

	.case-pe-highlight {
		flex: 0 0 78vw;
		align-items: center;
		min-height: 112px;
		padding: 22px 20px;
		border: 1px solid rgba(255, 255, 255, .1);
		background: #111;
		scroll-snap-align: center;
	}

	.case-pe-highlight:last-child {
		border-right: 1px solid rgba(255, 255, 255, .1);
	}

	.case-pe-highlights__nav {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 16px;
		width: min(1240px, 90vw);
		margin: 0 auto;
		padding: 12px 0 16px;
	}

	.case-pe-highlights__nav[hidden] {
		display: none;
	}

	.case-pe-highlights__step {
		width: 36px;
		height: 36px;
		border: 1px solid rgba(255, 255, 255, .2);
		background: transparent;
		color: #fff;
		font-size: 1rem;
		line-height: 1;
		cursor: pointer;
	}

	.case-pe-highlights__dots {
		display: flex;
		gap: 8px;
	}

	.case-pe-highlights__dot {
		width: 7px;
		height: 7px;
		padding: 0;
		border: 0;
		background: rgba(255, 255, 255, .28);
		border-radius: 50%;
		cursor: pointer;
	}

	.case-pe-highlights__dot.is-active {
		background: var(--red);
	}

	.case-pe-saude__grid,
	.case-pe-instrumento__grid {
		grid-template-columns: 1fr;
	}

	.case-pe-problema__scroller {
		overflow-x: auto;
		overflow-y: hidden;
		margin: 0 -5vw 0;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.case-pe-problema__scroller::-webkit-scrollbar {
		display: none;
	}

	.case-pe-problema__grid {
		display: flex;
		width: max-content;
		gap: 12px;
		margin: 0 0 12px;
		padding: 0 5vw 4px;
		background: none;
		border: 0;
	}

	.case-pe-problema__grid li {
		flex: 0 0 78vw;
		min-height: 168px;
		padding: 22px 20px;
		border: 1px solid var(--rule);
		scroll-snap-align: center;
	}

	.case-pe-problema__nav {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 16px;
		margin: 0 0 28px;
		padding: 4px 0 8px;
	}

	.case-pe-problema__nav[hidden] {
		display: none;
	}

	.case-pe-problema__step {
		width: 36px;
		height: 36px;
		border: 1px solid var(--rule);
		background: var(--white);
		color: var(--black);
		font-size: 1rem;
		line-height: 1;
		cursor: pointer;
	}

	.case-pe-problema__dots {
		display: flex;
		gap: 8px;
	}

	.case-pe-problema__dot {
		width: 7px;
		height: 7px;
		padding: 0;
		border: 0;
		background: rgba(10, 10, 10, .22);
		border-radius: 50%;
		cursor: pointer;
	}

	.case-pe-problema__dot.is-active {
		background: var(--red);
	}

	.case-pe-operacao__grid {
		flex-direction: column;
		height: auto;
	}

	.case-pe-operacao__shot,
	.case-pe-operacao__grid:is(:hover, :focus-within) .case-pe-operacao__shot:not(:hover):not(:focus-visible),
	.case-pe-operacao__shot:hover,
	.case-pe-operacao__shot:focus-visible {
		flex: none;
		height: 220px;
	}

	.case-pe-explorer__copy {
		padding: 18px 16px 20px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.case-pe-explorer__zone,
	.justica-btn {
		transition: none;
	}
}
