:root {
	--pf-black: #050505;
	--pf-ink: #f4f1ec;
	--pf-soft: #c9c1b8;
	--pf-muted: #8d8780;
	--pf-line: rgba(244, 241, 236, 0.16);
	--pf-red: #c32620;
	--pf-red-dark: #69120e;
	--pf-charcoal: #11100f;
	--pf-olive: #23261d;
	--pf-scroll: 0;
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--pf-black);
	color: var(--pf-ink);
	font-family: Arial, Helvetica, sans-serif;
}

body.elementor-page,
body.page-template-elementor_canvas {
	background: var(--pf-black);
}

.pf-page {
	background: var(--pf-black);
	color: var(--pf-ink);
	overflow: hidden;
}

.pf-page .elementor-widget:not(:last-child) {
	margin-bottom: 0;
}

.pf-page a {
	color: inherit;
}

.pf-hero {
	position: relative;
	display: flex;
	flex-direction: column !important;
	min-height: 100svh;
	overflow: hidden;
	background: var(--pf-black);
}

.pf-hero::before,
.pf-hero::after {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	content: "";
}

.pf-hero::before {
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.72) 31%, rgba(0, 0, 0, 0.3) 62%, rgba(0, 0, 0, 0.72) 100%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.12) 42%, rgba(0, 0, 0, 0.9) 100%);
}

.pf-hero::after {
	background:
		radial-gradient(circle at 18% 72%, rgba(195, 38, 32, 0.18), transparent 24rem),
		linear-gradient(180deg, transparent 0%, rgba(5, 5, 5, calc(0.38 + var(--pf-scroll) * 0.35)) 100%);
	mix-blend-mode: screen;
	opacity: 0.75;
}

.pf-hero-video-widget,
.pf-hero-video-widget .elementor-widget-container,
.pf-hero-media {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: none;
}

.pf-hero-video-widget {
	z-index: 0;
	pointer-events: none;
}

.pf-hero-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	filter: saturate(0.86) contrast(1.12);
	transform-origin: center;
	transition: transform 160ms linear;
}

.pf-header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 5;
	display: flex;
	flex-direction: row !important;
	align-items: center;
	justify-content: space-between;
	min-height: 92px;
	padding: 20px 4vw;
	border-bottom: 1px solid rgba(244, 241, 236, 0.08);
	background: rgba(2, 2, 2, 0.6);
	backdrop-filter: blur(12px);
	transition: background 180ms ease, min-height 180ms ease;
}

.pf-header.is-scrolled {
	min-height: 74px;
	background: rgba(2, 2, 2, 0.86);
}

.pf-brand-html,
.pf-brand-html .elementor-widget-container {
	width: auto;
}

.pf-brand-link {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	text-decoration: none;
}

.pf-brand-mark {
	position: relative;
	width: 38px;
	height: 38px;
	border: 2px solid var(--pf-red);
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	transform: rotate(180deg);
}

.pf-brand-mark::before,
.pf-brand-mark::after {
	position: absolute;
	content: "";
	background: var(--pf-red);
}

.pf-brand-mark::before {
	top: 9px;
	left: 9px;
	width: 20px;
	height: 2px;
}

.pf-brand-mark::after {
	top: 14px;
	left: 17px;
	width: 2px;
	height: 16px;
}

.pf-brand-text {
	display: grid;
	gap: 1px;
	color: var(--pf-ink);
	font-size: 18px;
	font-weight: 800;
	line-height: 0.94;
	text-transform: uppercase;
}

.pf-nav {
	display: flex;
	flex-direction: row !important;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.pf-nav-link .elementor-button,
.pf-watch-link .elementor-button {
	padding: 10px 9px;
	border: 0;
	background: transparent !important;
	color: var(--pf-ink) !important;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.pf-nav-link .elementor-button:hover,
.pf-nav-link .elementor-button:focus {
	color: var(--pf-red);
	background: transparent;
}

.pf-header-cta .elementor-button,
.pf-primary-cta .elementor-button,
.pf-final-cta .elementor-button {
	border: 1px solid rgba(195, 38, 32, 0.9);
	background: linear-gradient(135deg, var(--pf-red-dark), var(--pf-red)) !important;
	color: var(--pf-ink) !important;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	box-shadow: 0 18px 44px rgba(195, 38, 32, 0.2);
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.pf-header-cta .elementor-button {
	padding: 16px 26px;
	background: rgba(0, 0, 0, 0.22) !important;
	box-shadow: none;
}

.pf-primary-cta .elementor-button,
.pf-final-cta .elementor-button {
	padding: 19px 30px;
}

.pf-header-cta .elementor-button:hover,
.pf-primary-cta .elementor-button:hover,
.pf-final-cta .elementor-button:hover {
	transform: translateY(-2px);
	border-color: var(--pf-ink);
	box-shadow: 0 24px 54px rgba(195, 38, 32, 0.3);
}

.pf-hero-main {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: row !important;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	min-height: 100svh;
	padding: 156px 7vw 176px;
}

.pf-hero-copy {
	width: min(640px, 100%);
	margin-right: auto;
	display: flex;
	flex-direction: column !important;
}

.pf-kicker .elementor-heading-title {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 18px;
	color: var(--pf-red) !important;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
}

.pf-kicker .elementor-heading-title::before {
	display: inline-block;
	width: 78px;
	height: 2px;
	background: var(--pf-red);
	content: "";
}

.pf-hero-title .elementor-heading-title {
	margin-top: 28px;
	color: var(--pf-ink) !important;
	font-size: 86px;
	font-weight: 900;
	line-height: 0.94;
	text-transform: uppercase;
	text-shadow: 0 6px 28px rgba(0, 0, 0, 0.55);
}

.pf-hero-text {
	max-width: 540px;
	margin-top: 28px;
	color: var(--pf-soft) !important;
	font-size: 20px;
	line-height: 1.55;
}

.pf-hero-actions {
	display: flex;
	flex-direction: row !important;
	align-items: center;
	gap: 22px;
	margin-top: 34px;
}

.pf-watch-link .elementor-button {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	color: var(--pf-ink);
}

.pf-watch-link .elementor-button::before {
	display: inline-grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border: 1px solid rgba(244, 241, 236, 0.78);
	border-radius: 50%;
	content: "Play";
	font-size: 9px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.pf-side-rail {
	position: absolute;
	right: 3.3vw;
	bottom: 12svh;
	z-index: 4;
	display: grid;
	justify-items: center;
	gap: 20px;
	color: var(--pf-ink);
}

.pf-vertical-label {
	writing-mode: vertical-rl;
	color: var(--pf-soft);
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.pf-side-line {
	width: 2px;
	height: 42px;
	background: var(--pf-red);
}

.pf-social .elementor-social-icons-wrapper {
	display: grid;
	gap: 14px;
}

.pf-social .elementor-social-icon {
	width: 22px;
	height: 22px;
	border: 1px solid rgba(244, 241, 236, 0.45);
	background: rgba(0, 0, 0, 0.2);
	color: var(--pf-ink);
	font-size: 11px;
}

.pf-feature-strip {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	padding: 26px 7vw 30px;
	border-top: 1px solid rgba(244, 241, 236, 0.08);
	background: linear-gradient(180deg, rgba(5, 5, 5, 0.65), rgba(5, 5, 5, 0.94));
}

.pf-feature {
	padding-right: 34px;
}

.pf-feature:not(:last-child) {
	border-right: 1px solid rgba(244, 241, 236, 0.1);
}

.pf-feature .elementor-icon {
	color: var(--pf-red) !important;
	fill: var(--pf-red) !important;
	font-size: 30px;
}

.pf-feature svg {
	color: var(--pf-red) !important;
	fill: var(--pf-red) !important;
}

.pf-feature .elementor-icon-box-title {
	margin: 14px 0 8px;
	color: var(--pf-ink) !important;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.15;
	text-transform: uppercase;
}

.pf-feature .elementor-icon-box-description {
	margin: 0;
	color: var(--pf-soft) !important;
	font-size: 15px;
	line-height: 1.45;
}

.pf-section {
	position: relative;
	padding: 104px 7vw;
	background: var(--pf-black);
	border-top: 1px solid rgba(244, 241, 236, 0.08);
}

.pf-section-alt {
	background:
		linear-gradient(90deg, rgba(195, 38, 32, 0.09), transparent 44%),
		var(--pf-charcoal);
}

.pf-section-title .elementor-heading-title {
	color: var(--pf-ink) !important;
	font-size: 48px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.pf-section-text {
	color: var(--pf-soft) !important;
	font-size: 18px;
	line-height: 1.65;
}

.pf-two-col {
	display: grid;
	grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
	gap: 72px;
	align-items: start;
}

.pf-stat-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	background: rgba(244, 241, 236, 0.12);
}

.pf-stat {
	padding: 28px;
	background: #0b0b0b;
}

.pf-stat-number .elementor-heading-title {
	color: var(--pf-red) !important;
	font-size: 38px;
	font-weight: 900;
	line-height: 1;
}

.pf-stat-label {
	margin-top: 10px;
	color: var(--pf-soft);
	font-size: 14px;
	line-height: 1.45;
	text-transform: uppercase;
}

.pf-method-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	margin-top: 54px;
	border-top: 1px solid var(--pf-line);
	border-left: 1px solid var(--pf-line);
}

.pf-step {
	min-height: 280px;
	padding: 32px 28px;
	border-right: 1px solid var(--pf-line);
	border-bottom: 1px solid var(--pf-line);
	background: rgba(255, 255, 255, 0.015);
}

.pf-step-number .elementor-heading-title {
	color: var(--pf-red) !important;
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.pf-step-title .elementor-heading-title {
	margin-top: 64px;
	color: var(--pf-ink) !important;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.05;
	text-transform: uppercase;
}

.pf-step-text {
	margin-top: 16px;
	color: var(--pf-soft);
	font-size: 15px;
	line-height: 1.55;
}

.pf-audience {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	margin-top: 48px;
	background: rgba(244, 241, 236, 0.12);
}

.pf-audience-panel {
	padding: 44px;
	background: #0a0a0a;
}

.pf-audience-panel .elementor-heading-title {
	color: var(--pf-ink) !important;
	font-size: 30px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.pf-audience-panel .elementor-widget-text-editor {
	margin-top: 18px;
	color: var(--pf-soft);
	font-size: 17px;
	line-height: 1.6;
}

.pf-final {
	min-height: 420px;
	display: flex;
	align-items: center;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.56)),
		linear-gradient(135deg, rgba(195, 38, 32, 0.2), rgba(35, 38, 29, 0.22)),
		var(--pf-black);
}

.pf-final-copy {
	width: min(760px, 100%);
}

.pf-final .pf-section-title .elementor-heading-title {
	font-size: 56px;
}

.pf-reveal {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 540ms ease, transform 540ms ease;
}

.pf-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 1120px) {
	.pf-nav {
		display: none;
	}

	.pf-hero-title .elementor-heading-title {
		font-size: 68px;
	}

	.pf-feature-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pf-feature:nth-child(2) {
		border-right: 0;
	}

	.pf-method-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.pf-header {
		min-height: 76px;
		padding: 16px 20px;
	}

	.pf-brand-text {
		font-size: 15px;
	}

	.pf-brand-mark {
		width: 31px;
		height: 31px;
	}

	.pf-header-cta {
		display: none;
	}

	.pf-hero-main {
		min-height: auto;
		padding: 118px 24px 48px;
	}

	.pf-hero-title .elementor-heading-title {
		font-size: 46px;
		line-height: 0.98;
	}

	.pf-hero-text {
		font-size: 17px;
	}

	.pf-hero-actions {
		display: grid;
		grid-template-columns: 1fr;
		align-items: start;
		gap: 16px;
	}

	.pf-primary-cta .elementor-button,
	.pf-final-cta .elementor-button {
		width: 100%;
		justify-content: center;
	}

	.pf-watch-link .elementor-button {
		justify-content: flex-start;
	}

	.pf-side-rail {
		display: none;
	}

	.pf-feature-strip {
		position: relative;
		grid-template-columns: 1fr;
		padding: 18px 24px 22px;
	}

	.pf-feature {
		padding: 16px 0;
		border-right: 0;
		border-bottom: 1px solid rgba(244, 241, 236, 0.08);
	}

	.pf-feature:last-child {
		border-bottom: 0;
	}

	.pf-feature .elementor-icon-box-wrapper {
		display: grid;
		grid-template-columns: 34px 1fr;
		gap: 14px;
		align-items: start;
	}

	.pf-feature .elementor-icon-box-title {
		margin-top: 0;
	}

	.pf-section {
		padding: 72px 24px;
	}

	.pf-two-col,
	.pf-stat-grid,
	.pf-method-grid,
	.pf-audience {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.pf-two-col {
		gap: 32px;
	}

	.pf-section-title .elementor-heading-title,
	.pf-final .pf-section-title .elementor-heading-title {
		font-size: 36px;
	}

	.pf-stat,
	.pf-audience-panel {
		padding: 28px 22px;
	}

	.pf-step {
		min-height: auto;
		padding: 28px 22px;
	}

	.pf-step-title .elementor-heading-title {
		margin-top: 38px;
		font-size: 22px;
	}
}
