/**
 * Página individual de Trabalho — Figma [PV] Projetos (2535:10335).
 */

@font-face {
	font-family: "Neue Montreal";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/neue-montreal-regular.woff2") format("woff2");
}

body.th-work-canvas {
	margin: 0;
	overflow-x: clip;
	overflow-y: auto;
	background: #000;
}

.th-work-canvas .th-portfolio-main {
	min-height: 100vh;
	margin: 0;
	background: #000;
}

.th-work {
	--th-work-shell: 1280px;
	width: 100%;
	min-width: 0;
	padding: 1px 0 0;
	overflow-x: clip;
	overflow-y: visible;
	background: #000;
	color: #797979;
	font-family: "Neue Montreal", "Helvetica Neue", Arial, sans-serif;
	font-weight: 400;
}

.th-work,
.th-work * {
	box-sizing: border-box;
}

.th-work :where(h1, h2, p, figure) {
	margin: 0;
}

.th-work :where(img, svg) {
	display: block;
}

.th-work-shell {
	width: min(calc(100% - 40px), var(--th-work-shell));
	margin-inline: auto;
}

.th-work-header {
	margin-top: 59px;
}

.th-work-header__inner {
	display: flex;
	height: 82px;
	align-items: center;
	justify-content: space-between;
	padding: 20px 27px;
	border-radius: 5px;
	background: rgba(32, 32, 32, 0.8);
	-webkit-backdrop-filter: blur(11.05px);
	backdrop-filter: blur(11.05px);
}

.th-work-header__logo {
	display: block;
	width: 36px;
	height: 42px;
	flex: 0 0 auto;
}

.th-work-header__logo img {
	width: 36px;
	height: 42px;
}

.th-work-header__cta {
	display: flex;
	width: 253px;
	flex: 0 0 auto;
	flex-direction: column;
	gap: 10px;
	color: #797979 !important;
	font-size: 16px;
	letter-spacing: 0.32px;
	line-height: 1;
	text-decoration: none !important;
	text-transform: uppercase;
}

.th-work-header__cta-label {
	display: flex;
	align-items: center;
	gap: 9px;
}

.th-work-header__cta-label img {
	width: 13px;
	height: 13px;
	flex: 0 0 13px;
	transition: transform 220ms ease;
}

.th-work-header__cta-line {
	width: 252px;
	height: 1px;
	opacity: 0.7;
	transition: opacity 220ms ease;
}

.th-work-header__cta:hover .th-work-header__cta-label img,
.th-work-header__cta:focus-visible .th-work-header__cta-label img {
	transform: translate(2px, -2px);
}

.th-work-header__cta:hover .th-work-header__cta-line,
.th-work-header__cta:focus-visible .th-work-header__cta-line {
	opacity: 1;
}

.th-work-header__logo:focus-visible,
.th-work-header__cta:focus-visible,
.th-work-footer a:focus-visible {
	outline: 2px solid #b0b0b0;
	outline-offset: 5px;
}

.th-work-hero {
	min-height: 0;
	padding: 89px 0 0;
	text-align: center;
}

.th-work-hero__inner {
	max-width: none;
}

.th-work-title {
	margin: 0;
	color: #797979;
	font-family: "Neue Montreal", "Helvetica Neue", Arial, sans-serif;
	font-size: clamp(70px, 9.965vw, 191.313px);
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 0.9;
	text-align: center;
	white-space: nowrap;
}

.th-work-title--medium {
	font-size: clamp(64px, 8vw, 154px);
}

.th-work-title--long {
	font-size: clamp(56px, 6.7vw, 129px);
}

.th-work-intro {
	width: min(100%, 1104px);
	max-width: none;
	margin: 25px auto 0;
	color: #4a4a4a;
	font-size: 24px;
	line-height: 1.2;
	text-align: center;
}

.th-work-intro p + p {
	margin-top: 0.75em;
}

.th-work-film {
	margin-top: 91px;
}

.th-work-video-shell {
	width: min(calc(100% - 40px), 1060px);
	margin-inline: auto;
}

.th-work .th-video-frame {
	position: relative;
	isolation: isolate;
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	background: #181818;
	aspect-ratio: 16 / 9;
	contain: layout paint;
}

.th-work .th-video-frame iframe,
.th-work .th-video-frame video,
.th-work .th-video-frame > div:not(.th-visually-hidden) {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
}

.th-work .th-video-frame iframe,
.th-work .th-video-frame video {
	display: block;
	border: 0;
	backface-visibility: hidden;
}

.th-work .th-video-frame[data-th-video-frame] iframe {
	pointer-events: none;
}

.th-work .th-video-frame[data-th-video-frame].th-video-frame--interactive iframe {
	pointer-events: auto;
}

.th-work .th-video-poster,
.th-work .th-video-scroll-guard {
	position: absolute;
	inset: 0;
	z-index: 2;
	box-sizing: border-box !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	filter: none !important;
	cursor: pointer;
	text-decoration: none !important;
}

.th-work .th-video-poster {
	display: grid;
	overflow: hidden;
	-webkit-appearance: none !important;
	appearance: none !important;
	background: #181818 !important;
	background-image: none !important;
	color: inherit !important;
	place-items: center;
	transition: opacity 220ms ease, visibility 220ms ease;
}

.th-work button.th-video-poster:hover,
.th-work button.th-video-poster:focus,
.th-work button.th-video-poster:active {
	background: #181818 !important;
	background-image: none !important;
	box-shadow: none !important;
	filter: none !important;
}

.th-work .th-video-frame .th-video-poster::before,
.th-work .th-video-frame .th-video-poster::after,
.th-work .th-video-frame .th-video-scroll-guard::before,
.th-work .th-video-frame .th-video-scroll-guard::after {
	display: none !important;
	background: none !important;
	content: none !important;
}

.th-work .th-video-poster img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 650ms cubic-bezier(0.2, 0.7, 0, 1);
}

.th-work .th-video-poster__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.28));
}

.th-work .th-video-poster__play {
	position: relative;
	z-index: 1;
	display: grid;
	width: 76px;
	height: 76px;
	border: 1px solid rgba(255, 255, 255, 0.82);
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.38);
	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
	place-items: center;
	transition: background-color 180ms ease, transform 180ms ease;
}

.th-work .th-video-poster__play::before {
	width: 0;
	height: 0;
	margin-left: 5px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 13px solid #fff;
	content: "";
}

.th-work .th-video-poster:hover img {
	transform: scale(1.025);
}

.th-work .th-video-poster:hover .th-video-poster__play {
	background: rgba(0, 0, 0, 0.58);
	transform: scale(1.06);
}

.th-work .th-video-poster:focus-visible,
.th-work .th-video-scroll-guard:focus-visible {
	outline: 2px solid #fff;
	outline-offset: -4px;
}

.th-work .th-video-scroll-guard {
	display: none;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	color: transparent !important;
	opacity: 1 !important;
	transform: none !important;
}

.th-work .th-video-scroll-guard:hover,
.th-work .th-video-scroll-guard:focus,
.th-work .th-video-scroll-guard:active {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	filter: none !important;
	opacity: 1 !important;
	transform: none !important;
}

.th-work .th-video-frame--ready .th-video-poster {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}

.th-work .th-video-frame--ready:not(.th-video-frame--interactive) .th-video-scroll-guard {
	display: block;
}

.th-work .th-photography {
	margin-top: 138px;
	padding: 0;
	background: #000;
}

.th-work .th-section-title {
	margin: 0;
	color: #797979;
	font-family: "Neue Montreal", "Helvetica Neue", Arial, sans-serif;
	font-size: 64px;
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 0.8;
	text-align: center;
	text-transform: uppercase;
}

.th-work .th-photography .th-section-title {
	margin-bottom: 40px;
}

.th-work .th-gallery {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	column-count: initial;
	gap: 0;
}

.th-work .th-gallery-item {
	display: block;
	width: 100%;
	margin: 0;
	overflow: hidden;
	border-radius: 2.37px;
	background: #181818;
	color: inherit;
	aspect-ratio: 4 / 5;
}

.th-work .th-gallery-item:nth-child(odd) {
	background: #131313;
}

.th-work .th-gallery-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.th-work .th-drive-action {
	margin-top: 34px;
}

.th-work .th-button {
	min-height: 0;
	padding: 0 0 10px;
	border: 0;
	border-bottom: 1px solid #797979;
	background: transparent;
	color: #797979 !important;
	font-family: inherit;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.28px;
	text-decoration: none !important;
	text-transform: uppercase;
}

.th-work .th-button:hover,
.th-work .th-button:focus-visible {
	border-color: #b0b0b0;
	background: transparent;
	color: #b0b0b0 !important;
}

.th-work .th-portfolio-empty {
	min-height: 320px;
	padding: 30px;
	border: 0;
	border-radius: 2.37px;
	background: #181818;
	color: #797979;
	font-size: 16px;
}

.th-work .th-realtime {
	margin-top: 120px;
	padding: 0;
	background: #000;
}

.th-work .th-realtime .th-section-title {
	margin-bottom: 55px;
}

.th-work .th-realtime-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20.5px;
}

.th-work .th-video-frame--vertical {
	border-radius: 11.7px;
	background: #181818;
	aspect-ratio: 9 / 16;
}

.th-work .th-video-frame--vertical:nth-child(odd) {
	background: #131313;
}

.th-work-footer {
	margin-top: 119px;
	padding-bottom: 60px;
}

.th-work-footer__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}

.th-work-footer__promise {
	display: flex;
	width: 303px;
	flex: 0 0 303px;
	align-items: center;
	gap: 28px;
}

.th-work-footer__promise > img {
	width: 58px;
	height: 69px;
	flex: 0 0 58px;
}

.th-work-footer__promise p {
	width: 217px;
	color: #b0b0b0;
	font-size: 20px;
	letter-spacing: 0.4px;
	line-height: 1.2;
	text-transform: uppercase;
}

.th-work-footer__promise strong {
	color: #fff;
	font-weight: 400;
}

.th-work-footer__copyright {
	color: #797979;
	font-size: 16px;
	letter-spacing: 0.32px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
}

.th-work-footer__contact {
	display: flex;
	align-items: center;
	gap: 15px;
}

.th-work-footer__contact-label {
	color: #797979 !important;
	font-size: 18px;
	letter-spacing: 0.36px;
	line-height: 1.2;
	text-decoration: none !important;
	text-transform: uppercase;
}

.th-work-footer__social {
	display: block;
	width: 31px;
	height: 31px;
	flex: 0 0 31px;
}

.th-work-footer__social img {
	width: 31px;
	height: 31px;
}

.th-work-footer__nevel {
	width: 126px;
	height: 29px;
	flex: 0 0 126px;
}

@media (max-width: 1400px) {
	.th-work-title {
		font-size: min(9.965vw, 191.313px);
	}

	.th-work-title--medium {
		font-size: min(8vw, 154px);
	}

	.th-work-title--long {
		font-size: min(6.7vw, 129px);
	}

	.th-work-footer__inner {
		gap: 22px;
	}

	.th-work-footer__promise {
		width: 270px;
		flex-basis: 270px;
		gap: 20px;
	}

	.th-work-footer__promise p {
		width: auto;
		font-size: 17px;
	}

	.th-work-footer__copyright {
		font-size: 13px;
	}
}

@media (max-width: 1024px) {
	.th-work-header {
		margin-top: 32px;
	}

	.th-work-hero {
		padding-top: 64px;
	}

	.th-work-title,
	.th-work-title--medium,
	.th-work-title--long {
		font-size: clamp(52px, 9.5vw, 96px);
		white-space: normal;
	}

	.th-work-intro {
		font-size: 20px;
	}

	.th-work-film {
		margin-top: 72px;
	}

	.th-work .th-photography {
		margin-top: 100px;
	}

	.th-work .th-gallery {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.th-work .th-gallery-item:nth-child(n) {
		background: #181818;
	}

	.th-work .th-gallery-item:nth-child(8n + 1),
	.th-work .th-gallery-item:nth-child(8n + 3),
	.th-work .th-gallery-item:nth-child(8n + 6),
	.th-work .th-gallery-item:nth-child(8n + 8) {
		background: #131313;
	}

	.th-work .th-section-title {
		font-size: 48px;
	}

	.th-work .th-realtime-grid {
		gap: 12px;
	}

	.th-work-footer__inner {
		display: grid;
		grid-template-columns: 1fr auto;
		gap: 36px 24px;
	}

	.th-work-footer__copyright {
		order: 3;
		text-align: left;
	}

	.th-work-footer__contact {
		justify-self: end;
	}

	.th-work-footer__nevel {
		order: 4;
		justify-self: end;
	}
}

@media (max-width: 767px) {
	.th-work-shell {
		width: min(calc(100% - 30px), 360px);
	}

	.th-work-header {
		margin-top: 39px;
	}

	.th-work-header__inner {
		height: 58px;
		padding: 11px 15px;
		background: rgba(32, 32, 32, 0.96);
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
	}

	.th-work-header__logo,
	.th-work-header__logo img {
		width: 24px;
		height: 28px;
	}

	.th-work-header__cta {
		width: 205px;
		gap: 7px;
		font-size: 12px;
		letter-spacing: 0.24px;
	}

	.th-work-header__cta-line {
		width: 100%;
	}

	.th-work-hero {
		padding-top: 48px;
	}

	.th-work-title,
	.th-work-title--medium,
	.th-work-title--long {
		font-size: clamp(34px, 10.5vw, 50px);
		line-height: 1.05;
		text-align: center;
	}

	.th-work-intro {
		margin-top: 20px;
		font-size: 16px;
		line-height: 1.25;
	}

	.th-work-film {
		margin-top: 50px;
	}

	.th-work-video-shell {
		width: min(calc(100% - 30px), 360px);
	}

	.th-work .th-video-frame {
		border-radius: 5px;
	}

	.th-work .th-photography {
		margin-top: 82px;
	}

	.th-work .th-section-title {
		font-size: 32px;
		line-height: 1.05;
	}

	.th-work .th-photography .th-section-title,
	.th-work .th-realtime .th-section-title {
		margin-bottom: 25px;
	}

	.th-work .th-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.th-work .th-gallery-item:nth-child(n) {
		background: #181818;
	}

	.th-work .th-gallery-item:nth-child(4n + 1),
	.th-work .th-gallery-item:nth-child(4n + 4) {
		background: #131313;
	}

	.th-work .th-drive-action {
		margin-top: 28px;
	}

	.th-work .th-button {
		font-size: 12px;
		text-align: center;
	}

	.th-work .th-realtime {
		margin-top: 82px;
	}

	.th-work .th-realtime-grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.th-work-footer {
		margin-top: 80px;
		padding-bottom: 40px;
	}

	.th-work-footer__inner {
		display: flex;
		flex-direction: column;
		gap: 28px;
		text-align: center;
	}

	.th-work-footer__promise {
		width: 285px;
		flex-basis: auto;
		gap: 20px;
		text-align: left;
	}

	.th-work-footer__promise > img {
		width: 46px;
		height: auto;
		flex-basis: 46px;
	}

	.th-work-footer__promise p {
		font-size: 16px;
	}

	.th-work-footer__copyright {
		order: initial;
		font-size: 11px;
		line-height: 1.4;
		text-align: center;
		white-space: normal;
	}

	.th-work-footer__contact {
		justify-self: auto;
	}

	.th-work-footer__contact-label {
		font-size: 14px;
	}

	.th-work-footer__social,
	.th-work-footer__social img {
		width: 25px;
		height: 25px;
		flex-basis: 25px;
	}

	.th-work-footer__nevel {
		order: initial;
		width: 100px;
		height: auto;
		flex-basis: auto;
		justify-self: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	.th-work-header__cta-label img,
	.th-work-header__cta-line {
		transition: none;
	}
}
