/**
 * Renato Froes editorial system and commercial Home foundation.
 */

:root {
	--rf-color-canvas: #0d0f10;
	--rf-color-ink: #f1f1ef;
	--rf-color-muted: #9a9b9d;
	--rf-color-line: #242628;
	--rf-color-accent: #a55d38;
	--rf-motion-fast: 180ms;
	--rf-motion-standard: 360ms;
	--rf-motion-slow: 760ms;
	--rf-ease-standard: cubic-bezier(0.22, 1, 0.36, 1);
	--rf-container-max: 1440px;
	--rf-page-gutter: clamp(1.25rem, 4vw, 4rem);
	--rf-header-height: clamp(5rem, 8vw, 7.25rem);
}

html {
	scroll-behavior: smooth;
}

body.home {
	background: var(--rf-color-canvas);
	color: var(--rf-color-ink);
}

body.home .elementor-location-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	transition: background-color var(--rf-motion-standard) var(--rf-ease-standard), backdrop-filter var(--rf-motion-standard) var(--rf-ease-standard), transform var(--rf-motion-standard) var(--rf-ease-standard);
}

body.home .elementor-location-header::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background: var(--rf-color-line);
	content: '';
	transform: scaleX(0);
	transform-origin: left;
	transition: transform var(--rf-motion-slow) var(--rf-ease-standard);
}

body.home .elementor-location-header.is-scrolled {
	background: rgb(13 15 16 / 86%);
	backdrop-filter: blur(14px);
}

body.home .elementor-location-header.is-scrolled::after {
	transform: scaleX(1);
}

body.home .elementor-location-header .elementor-element-5008975b,
body.home .elementor-location-header .elementor-element-5008975b > .elementor-container {
	min-height: var(--rf-header-height) !important;
	transition: min-height var(--rf-motion-standard) var(--rf-ease-standard);
}

body.home .elementor-location-header .elementor-element-5008975b {
	margin: 0 !important;
}

body.home .elementor-location-header .elementor-element-5008975b > .elementor-container {
	margin-inline: auto !important;
}

body.home .elementor-location-header .elementor-element-69e0aec2 .elementskit-menu-container {
	height: auto !important;
	background: transparent !important;
}

body.home .elementor-location-header .elementor-element-69e0aec2 .elementskit-navbar-nav,
body.home .elementor-location-header .elementor-element-69e0aec2 .elementskit-navbar-nav > li,
body.home .elementor-location-header .elementor-element-69e0aec2 .elementskit-navbar-nav > li > a,
body.home .elementor-location-header .elementor-element-69e0aec2 .elementskit-navbar-nav > li.current-menu-item > a {
	background: transparent !important;
}

@media (min-width: 768px) {
	body.home .elementor-location-header .elementor-element-5008975b > .elementor-container {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
		align-items: center;
	}

	body.home .elementor-location-header .elementor-element-7ac4191f,
	body.home .elementor-location-header .elementor-element-737cb469,
	body.home .elementor-location-header .elementor-element-32024e3d {
		width: auto !important;
		min-width: 0;
	}

	body.home .elementor-location-header .elementor-element-7ac4191f {
		justify-self: start;
	}

	body.home .elementor-location-header .elementor-element-737cb469 {
		justify-self: center;
	}

	body.home .elementor-location-header .elementor-element-32024e3d {
		justify-self: end;
	}
}

body.home .elementor-location-header .elementor-element-637c988f img {
	width: min(80%, 13rem);
	transition: width var(--rf-motion-standard) var(--rf-ease-standard), opacity var(--rf-motion-standard) ease;
}

body.home .elementor-location-header.is-scrolled .elementor-element-5008975b,
body.home .elementor-location-header.is-scrolled .elementor-element-5008975b > .elementor-container {
	min-height: 4.5rem !important;
}

body.home .elementor-location-header.is-scrolled .elementor-element-637c988f img {
	width: min(72%, 10.5rem);
	opacity: 0.92;
}

body.home.admin-bar .elementor-location-header {
	top: 32px;
}

body.home .elementor-location-header a {
	transition: color var(--rf-motion-fast) ease;
}

body.home .elementor-location-header a:hover,
body.home .elementor-location-header a:focus-visible {
	color: var(--rf-color-accent) !important;
}

.rf-container {
	width: min(calc(100% - (var(--rf-page-gutter) * 2)), var(--rf-container-max));
	margin-inline: auto;
}

body.home .elementor-location-header > .elementor-section > .elementor-container,
body.home .elementor[data-elementor-id="96"] > .elementor-section:not(.elementor-element-7f260826) > .elementor-container {
	width: min(calc(100% - (var(--rf-page-gutter) * 2)), var(--rf-container-max)) !important;
	max-width: var(--rf-container-max) !important;
	margin-inline: auto;
}

body.home .elementor-element.rf-home-redesign,
body.home .elementor-element.rf-home-redesign > .elementor-container,
body.home .elementor-element.rf-home-redesign .elementor-column,
body.home .elementor-element.rf-home-redesign .elementor-widget-wrap,
body.home .elementor-element.rf-home-redesign .elementor-widget-html,
body.home .elementor-element.rf-home-redesign .elementor-widget-container {
	width: 100%;
	max-width: none !important;
	padding: 0;
}

body.home .elementor-element-7f260826 > .elementor-container,
body.home .elementor-element-7f260826 > .elementor-container > .elementor-column,
body.home .elementor-element-7f260826 .elementor-widget-wrap,
body.home .elementor-element-7f260826 .elementor-widget-html,
body.home .elementor-element-7f260826 .elementor-widget-container {
	width: 100%;
	max-width: none !important;
	padding: 0;
}

.rf-home {
	overflow: clip;
	background: var(--rf-color-canvas);
	color: var(--rf-color-ink);
	font-family: Inter, Helvetica, Arial, sans-serif;
}

.rf-home h1,
.rf-home h2,
.rf-home h3,
.rf-home h4,
.rf-home h5,
.rf-home h6 {
	font-family: Inter, Helvetica, Arial, sans-serif;
}

.rf-home *,
.rf-home *::before,
.rf-home *::after {
	box-sizing: border-box;
}

.rf-home a:focus-visible {
	outline: 2px solid var(--rf-color-accent);
	outline-offset: 5px;
}

.rf-hero {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid var(--rf-color-line);
	background-color: var(--rf-color-canvas);
	background-image: linear-gradient(to right, transparent calc(100% - 1px), rgb(255 255 255 / 7%) 1px), linear-gradient(to bottom, transparent calc(100% - 1px), rgb(255 255 255 / 7%) 1px);
	background-size: calc(100% / 10) 100%, 100% 25%;
}

.rf-hero__frame {
	position: relative;
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	min-height: 100svh;
	padding: calc(var(--rf-header-height) + 2rem) 0 4rem;
}

.rf-hero__copy {
	position: relative;
	z-index: 3;
	grid-column: 1 / span 7;
	align-self: center;
	max-width: 58rem;
}

.rf-eyebrow {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	margin: 0 0 clamp(1.5rem, 3vw, 2.75rem);
	color: #c2c3c3;
	font-size: clamp(0.68rem, 0.8vw, 0.82rem);
	font-weight: 500;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.rf-eyebrow span {
	display: block;
	width: 3rem;
	height: 1px;
	background: var(--rf-color-accent);
}

.rf-home .rf-hero__title {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: clamp(3rem, 6.2vw, 7.3rem);
	font-weight: 700;
	line-height: 0.88;
	letter-spacing: -0.065em;
	text-wrap: balance;
}

.rf-home .rf-hero__title span {
	display: block;
}

.rf-home .rf-hero__title i {
	color: var(--rf-color-accent);
	font-style: normal;
}

.rf-hero__summary {
	max-width: 43rem;
	margin: clamp(1.5rem, 2.5vw, 2.25rem) 0 0;
	color: #b7b8ba;
	font-size: clamp(1rem, 1.25vw, 1.22rem);
	line-height: 1.6;
}

.rf-hero__actions {
	display: flex;
	align-items: center;
	gap: clamp(1.3rem, 3vw, 3.5rem);
	margin-top: clamp(2rem, 3.5vw, 3.25rem);
}

.rf-button,
.rf-text-link {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.4rem;
	color: var(--rf-color-ink) !important;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.13em;
	text-decoration: none !important;
}

.rf-button {
	min-height: 4.4rem;
	padding: 0 1.7rem;
	border: 1px solid var(--rf-color-accent);
	transition: color var(--rf-motion-standard) var(--rf-ease-standard), background-color var(--rf-motion-standard) var(--rf-ease-standard);
}

.rf-button:hover {
	background: var(--rf-color-accent);
	color: #101214 !important;
}

.rf-button span,
.rf-text-link span {
	color: var(--rf-color-accent);
	font-size: 1.1rem;
	transition: transform var(--rf-motion-fast) ease;
}

.rf-button:hover span,
.rf-text-link:hover span {
	transform: translateX(0.3rem);
}

.rf-text-link {
	position: relative;
	padding: 1rem 0 0.65rem;
}

.rf-text-link::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background: var(--rf-color-accent);
	content: '';
	transform: scaleX(0.42);
	transform-origin: left;
	transition: transform var(--rf-motion-standard) var(--rf-ease-standard);
}

.rf-text-link:hover::after {
	transform: scaleX(1);
}

.rf-hero__portrait {
	position: absolute;
	top: var(--rf-header-height);
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	margin: 0;
	transform: scale(1.025) translate3d(var(--rf-depth-x, 0), var(--rf-depth-y, 0), 0);
	transition: transform 160ms ease-out;
}

.rf-hero__portrait::before {
	position: absolute;
	inset: 0;
	z-index: 2;
	background: linear-gradient(90deg, var(--rf-color-canvas) 0%, rgb(13 15 16 / 94%) 18%, rgb(13 15 16 / 40%) 48%, transparent 68%), linear-gradient(0deg, var(--rf-color-canvas) 0%, transparent 30%);
	content: '';
	pointer-events: none;
}

.rf-hero__portrait img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: saturate(0.9) contrast(1.04) brightness(0.82);
}

.rf-hero__disciplines {
	position: absolute;
	top: 50%;
	right: var(--rf-page-gutter);
	z-index: 4;
	display: grid;
	gap: 1.15rem;
	width: 8rem;
	margin: 0;
	padding: 0;
	list-style: none;
	transform: translateY(-42%);
}

.rf-hero__disciplines li {
	position: relative;
	padding-left: 1.35rem;
	color: #c0c1c2;
	font-size: 0.64rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.rf-hero__disciplines li::before {
	position: absolute;
	top: 0.45em;
	left: 0;
	width: 0.48rem;
	height: 1px;
	background: var(--rf-color-accent);
	content: '';
}

.rf-scroll-cue {
	position: absolute;
	bottom: 2rem;
	left: 2.4rem;
	z-index: 4;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.8rem;
	color: var(--rf-color-muted) !important;
	font-size: 0.58rem;
	letter-spacing: 0.2em;
	text-decoration: none !important;
	writing-mode: vertical-rl;
}

.rf-scroll-cue i {
	display: block;
	width: 1px;
	height: 2rem;
	background: var(--rf-color-muted);
}

.rf-proof,
.rf-projects {
	position: relative;
	border-bottom: 1px solid var(--rf-color-line);
}

.rf-proof__inner,
.rf-projects__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	padding-block: clamp(4.5rem, 9vw, 9rem);
}

.rf-section-index {
	grid-column: 1 / 2;
	margin: 0;
	color: #55585a;
	font-size: 1rem;
	letter-spacing: 0.16em;
}

.rf-proof__metric {
	position: relative;
	grid-column: 2 / span 4;
	min-height: 28rem;
	padding: clamp(2rem, 3.5vw, 3.5rem);
	border: 1px solid var(--rf-color-line);
	background: linear-gradient(145deg, rgb(255 255 255 / 3%), transparent 58%);
}

.rf-proof__metric::before,
.rf-proof__metric::after {
	position: absolute;
	background: var(--rf-color-accent);
	content: '';
}

.rf-proof__metric::before {
	top: -1px;
	left: -1px;
	width: 5rem;
	height: 1px;
}

.rf-proof__metric::after {
	right: -0.32rem;
	bottom: 2.6rem;
	width: 0.65rem;
	height: 0.65rem;
}

.rf-proof__kicker {
	margin: 0;
	color: #c4c5c5;
	font-size: 0.67rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.rf-proof__number {
	display: flex;
	align-items: flex-start;
	margin: clamp(3.5rem, 7vw, 6rem) 0 1.5rem;
	line-height: 0.72;
}

.rf-proof__number strong {
	font-size: clamp(6.5rem, 10vw, 11rem);
	font-weight: 600;
	letter-spacing: -0.085em;
}

.rf-proof__number span {
	margin: -0.2em 0 0 0.08em;
	color: var(--rf-color-accent);
	font-size: clamp(2.5rem, 4vw, 4.5rem);
	font-weight: 300;
}

.rf-proof__label {
	margin: 0;
	color: var(--rf-color-muted);
	font-size: clamp(1.15rem, 1.6vw, 1.55rem);
	line-height: 1.35;
}

.rf-proof__content {
	grid-column: 7 / -1;
	align-self: center;
}

.rf-proof__content h2 {
	max-width: 46rem;
	margin: 0 0 clamp(2rem, 4vw, 3.5rem);
	font-size: clamp(2.6rem, 4.3vw, 5rem);
	font-weight: 500;
	line-height: 0.98;
	letter-spacing: -0.055em;
}

.rf-proof__content h2 span {
	display: block;
	color: var(--rf-color-muted);
	font-weight: 300;
}

.rf-proof__copy {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1.5rem, 3vw, 3.5rem);
	max-width: 50rem;
	color: #b7b8ba;
	font-size: clamp(0.92rem, 1vw, 1.08rem);
	line-height: 1.7;
}

.rf-proof__copy p {
	margin: 0;
}

.rf-proof__pillars {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin: clamp(2.5rem, 4vw, 4rem) 0 0;
	padding: 1.2rem 0 0;
	border-top: 1px solid var(--rf-color-line);
	list-style: none;
}

.rf-proof__pillars li {
	position: relative;
	padding-left: 1rem;
	color: #c8c9c9;
	font-size: 0.67rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.rf-proof__pillars li::before {
	position: absolute;
	top: 0.45em;
	left: 0;
	width: 0.4rem;
	height: 1px;
	background: var(--rf-color-accent);
	content: '';
}

.rf-projects__heading {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	margin-bottom: clamp(3.5rem, 7vw, 7rem);
}

.rf-projects__heading > p {
	grid-column: 1 / span 3;
	margin: 0;
	color: var(--rf-color-accent);
	font-size: 0.68rem;
	letter-spacing: 0.18em;
}

.rf-projects__heading > div {
	grid-column: 4 / -1;
}

.rf-projects__heading h2 {
	max-width: 70rem;
	margin: 0;
	font-size: clamp(3rem, 5.5vw, 6.6rem);
	font-weight: 500;
	line-height: 0.92;
	letter-spacing: -0.06em;
}

.rf-projects__heading span {
	display: block;
	max-width: 45rem;
	margin-top: 2rem;
	color: var(--rf-color-muted);
	font-size: clamp(0.95rem, 1.1vw, 1.15rem);
	line-height: 1.7;
}

.rf-project-grid {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border: 1px solid var(--rf-color-line);
}

.rf-project-card {
	--rf-project-x: 50%;
	--rf-project-y: 50%;
	position: relative;
	display: flex;
	overflow: hidden;
	min-height: clamp(31rem, 38vw, 39rem);
	padding: clamp(1.6rem, 2.5vw, 2.8rem);
	border-right: 1px solid var(--rf-color-line);
	background: linear-gradient(155deg, rgb(255 255 255 / 2%), transparent 48%);
	flex-direction: column;
	isolation: isolate;
}

.rf-project-card:last-child {
	border-right: 0;
}

.rf-project-card::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: radial-gradient(circle at var(--rf-project-x) var(--rf-project-y), rgb(165 93 56 / 22%), transparent 34%);
	content: '';
	opacity: 0;
	transition: opacity var(--rf-motion-slow) var(--rf-ease-standard);
}

.rf-project-card::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 2px;
	background: var(--rf-color-accent);
	content: '';
	transform: scaleX(0);
	transform-origin: left;
	transition: transform var(--rf-motion-slow) var(--rf-ease-standard);
}

.rf-project-card:hover::before,
.rf-project-card:focus-within::before {
	opacity: 1;
}

.rf-project-card:hover::after,
.rf-project-card:focus-within::after {
	transform: scaleX(1);
}

.rf-project-card > header {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.rf-project-card > header span {
	color: var(--rf-color-accent);
	font-size: 0.7rem;
	letter-spacing: 0.14em;
}

.rf-project-card > header small {
	color: #a6a7a8;
	font-size: 0.62rem;
	letter-spacing: 0.14em;
	text-align: right;
	text-transform: uppercase;
}

.rf-project-card__mark {
	position: absolute;
	top: 17%;
	right: -0.05em;
	z-index: -1;
	color: transparent;
	font-size: clamp(9rem, 14vw, 16rem);
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.12em;
	-webkit-text-stroke: 1px rgb(255 255 255 / 6%);
	transition: color var(--rf-motion-slow) ease, transform var(--rf-motion-slow) var(--rf-ease-standard);
}

.rf-project-card:hover .rf-project-card__mark {
	color: rgb(255 255 255 / 2%);
	transform: translate3d(-0.08em, -0.04em, 0);
}

.rf-project-card__content {
	position: relative;
	z-index: 2;
	margin-top: auto;
	transition: transform var(--rf-motion-standard) var(--rf-ease-standard);
}

.rf-project-card:hover .rf-project-card__content {
	transform: translateY(-0.6rem);
}

.rf-project-card__content > p {
	max-width: 31rem;
	margin: 0 0 clamp(1.5rem, 3vw, 2.8rem);
	color: var(--rf-color-muted);
	font-size: clamp(0.9rem, 1vw, 1.05rem);
	line-height: 1.7;
}

.rf-project-card h3 {
	margin: 0;
	font-size: clamp(2.2rem, 3.5vw, 4.2rem);
	font-weight: 500;
	line-height: 0.95;
	letter-spacing: -0.055em;
}

.rf-project-card ul {
	display: flex;
	gap: 0.65rem 1.2rem;
	margin: clamp(1.8rem, 3vw, 3rem) 0 0;
	padding: 1.2rem 0 0;
	border-top: 1px solid var(--rf-color-line);
	flex-wrap: wrap;
	list-style: none;
}

.rf-project-card li {
	position: relative;
	padding-left: 0.8rem;
	color: #c2c3c3;
	font-size: 0.6rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.rf-project-card li::before {
	position: absolute;
	top: 0.45em;
	left: 0;
	width: 0.35rem;
	height: 1px;
	background: var(--rf-color-accent);
	content: '';
}

body.home .elementor-element-375b9ccd {
	display: none !important;
}

.rf-timeline {
	position: relative;
	border-bottom: 1px solid var(--rf-color-line);
	background-color: #0a0c0d;
	background-image: linear-gradient(to right, transparent calc(100% - 1px), rgb(255 255 255 / 5%) 1px);
	background-size: calc(100% / 10) 100%;
}

.rf-timeline__inner {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	padding-block: clamp(6rem, 10vw, 11rem);
}

.rf-timeline__heading {
	position: sticky;
	top: calc(4.5rem + 4rem);
	grid-column: 1 / span 4;
	align-self: start;
}

.rf-timeline__heading > p {
	margin: 0 0 2rem;
	color: var(--rf-color-accent);
	font-size: 0.68rem;
	letter-spacing: 0.18em;
}

.rf-timeline__heading h2 {
	max-width: 34rem;
	margin: 0;
	font-size: clamp(2.8rem, 4.5vw, 5.4rem);
	font-weight: 500;
	line-height: 0.96;
	letter-spacing: -0.055em;
}

.rf-timeline__heading > span {
	display: block;
	max-width: 30rem;
	margin-top: 2rem;
	color: var(--rf-color-muted);
	font-size: clamp(0.95rem, 1vw, 1.08rem);
	line-height: 1.7;
}

.rf-timeline__track {
	--rf-timeline-progress: 0;
	position: relative;
	grid-column: 6 / -1;
	padding-left: clamp(2.5rem, 4vw, 4.5rem);
}

.rf-timeline__track::before,
.rf-timeline__track::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	content: '';
	transform-origin: top;
}

.rf-timeline__track::before {
	background: var(--rf-color-line);
}

.rf-timeline__track::after {
	background: linear-gradient(var(--rf-color-accent), #d49570);
	box-shadow: 0 0 1.5rem rgb(165 93 56 / 40%);
	transform: scaleY(var(--rf-timeline-progress));
	transition: transform 120ms linear;
}

.rf-timeline__item {
	position: relative;
	display: grid;
	grid-template-columns: minmax(7rem, 0.34fr) minmax(0, 1fr);
	gap: clamp(1.5rem, 3vw, 3rem);
	min-height: 14rem;
	padding: 0 0 clamp(3.5rem, 6vw, 6rem);
}

.rf-timeline__item:last-child {
	min-height: 0;
	padding-bottom: 0;
}

.rf-timeline__item > i {
	position: absolute;
	top: 0.4rem;
	left: calc(clamp(2.5rem, 4vw, 4.5rem) * -1 - 0.38rem);
	z-index: 2;
	width: 0.8rem;
	height: 0.8rem;
	border: 1px solid #5c5e60;
	border-radius: 50%;
	background: #0a0c0d;
	box-shadow: 0 0 0 0.45rem #0a0c0d;
	transition: border-color var(--rf-motion-standard) ease, background-color var(--rf-motion-standard) ease, box-shadow var(--rf-motion-standard) ease, transform var(--rf-motion-standard) var(--rf-ease-standard);
}

.rf-timeline__item time {
	padding-top: 0.1rem;
	color: #747678;
	font-size: clamp(0.78rem, 1vw, 0.92rem);
	letter-spacing: 0.12em;
	transition: color var(--rf-motion-standard) ease;
}

.rf-timeline__item > div {
	position: relative;
	padding: 0 0 2.8rem;
	border-bottom: 1px solid var(--rf-color-line);
	transition: padding-left var(--rf-motion-standard) var(--rf-ease-standard), border-color var(--rf-motion-standard) ease;
}

.rf-timeline__item > div::after {
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	height: 1px;
	background: var(--rf-color-accent);
	content: '';
	transform: scaleX(0);
	transform-origin: left;
	transition: transform var(--rf-motion-slow) var(--rf-ease-standard);
}

.rf-timeline__item small {
	display: block;
	margin-bottom: 0.75rem;
	color: var(--rf-color-accent);
	font-size: 0.66rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.rf-timeline__item h3 {
	margin: 0;
	font-size: clamp(1.7rem, 2.8vw, 3.2rem);
	font-weight: 500;
	line-height: 1.05;
	letter-spacing: -0.035em;
}

.rf-timeline__item p {
	max-width: 40rem;
	margin: 1.1rem 0 0;
	color: var(--rf-color-muted);
	font-size: clamp(0.92rem, 1vw, 1.05rem);
	line-height: 1.65;
}

.rf-timeline__item.is-active > i {
	border-color: var(--rf-color-accent);
	background: var(--rf-color-accent);
	box-shadow: 0 0 0 0.45rem #0a0c0d, 0 0 1.5rem rgb(165 93 56 / 60%);
	transform: scale(1.12);
}

.rf-timeline__item.is-active time {
	color: var(--rf-color-ink);
}

.rf-timeline__item.is-active > div {
	padding-left: 1rem;
	border-color: transparent;
}

.rf-timeline__item.is-active > div::after {
	transform: scaleX(1);
}

body.home .elementor-element-659e0ebc,
body.home .elementor-element-4be3fbfb,
body.home .elementor-element-356889,
body.home .elementor-element-71c85967,
body.home .elementor-element-66ac0cf,
body.home .elementor-element-6f1d6649,
body.home .elementor-element-5936a3,
body.home .elementor-element-19e3f890,
body.home .elementor-location-footer {
	display: none !important;
}

.rf-capabilities {
	position: relative;
	border-bottom: 1px solid var(--rf-color-line);
	background-color: var(--rf-color-canvas);
	background-image: linear-gradient(to right, transparent calc(100% - 1px), rgb(255 255 255 / 5%) 1px), radial-gradient(circle at 50% 30%, rgb(165 93 56 / 7%), transparent 34%);
	background-size: calc(100% / 10) 100%, 100% 100%;
}

.rf-capabilities__inner {
	padding-block: clamp(6rem, 10vw, 11rem);
}

.rf-capabilities__heading {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
}

.rf-capabilities__heading > p {
	grid-column: 1 / span 3;
	margin: 0;
	color: var(--rf-color-accent);
	font-size: 0.68rem;
	letter-spacing: 0.18em;
}

.rf-capabilities__heading > div {
	grid-column: 4 / -1;
}

.rf-capabilities__heading h2 {
	max-width: 76rem;
	margin: 0;
	font-size: clamp(3.1rem, 5.8vw, 7rem);
	font-weight: 500;
	line-height: 0.9;
	letter-spacing: -0.065em;
}

.rf-capabilities__heading span {
	display: block;
	max-width: 48rem;
	margin-top: 2rem;
	color: var(--rf-color-muted);
	font-size: clamp(0.95rem, 1.1vw, 1.15rem);
	line-height: 1.7;
}

.rf-capabilities__stream {
	overflow: hidden;
	margin-block: clamp(3.5rem, 6vw, 6rem);
	padding-block: 1.1rem;
	border-block: 1px solid var(--rf-color-line);
}

.rf-capabilities__stream > div {
	display: flex;
	width: max-content;
	animation: rf-capability-stream 32s linear infinite;
}

.rf-capabilities__stream span {
	padding-right: 1.4em;
	color: #b9babb;
	font-size: clamp(0.72rem, 0.85vw, 0.88rem);
	letter-spacing: 0.18em;
	white-space: nowrap;
}

@keyframes rf-capability-stream {
	to {
		transform: translateX(-50%);
	}
}

.rf-capabilities__stage {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 1px;
	background: var(--rf-color-line);
	border: 1px solid var(--rf-color-line);
}

.rf-capability-card {
	--rf-capability-x: 50%;
	--rf-capability-y: 50%;
	position: relative;
	display: flex;
	overflow: hidden;
	min-height: 19rem;
	padding: clamp(1.6rem, 2.5vw, 2.8rem);
	background-color: #0a0c0d;
	background-image: radial-gradient(circle at var(--rf-capability-x) var(--rf-capability-y), rgb(165 93 56 / 18%), transparent 35%);
	flex-direction: column;
	isolation: isolate;
}

.rf-capability-card--ai {
	grid-column: 1 / span 7;
	min-height: 42rem;
}

.rf-capabilities__stack {
	display: grid;
	grid-column: 8 / -1;
	grid-template-rows: repeat(2, minmax(0, 1fr));
	gap: 1px;
}

.rf-capability-card::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(145deg, rgb(255 255 255 / 4%), transparent 45%);
	content: '';
	opacity: 0.35;
	transition: opacity var(--rf-motion-standard) ease;
}

.rf-capability-card:hover::before {
	opacity: 1;
}

.rf-capability-card > header {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.rf-capability-card > header span {
	color: var(--rf-color-accent);
	font-size: 0.68rem;
	letter-spacing: 0.14em;
}

.rf-capability-card > header small {
	color: #aeb0b1;
	font-size: 0.62rem;
	letter-spacing: 0.14em;
}

.rf-capability-card > i {
	position: absolute;
	top: 12%;
	right: -0.02em;
	z-index: -1;
	color: transparent;
	font-size: clamp(9rem, 14vw, 17rem);
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.09em;
	-webkit-text-stroke: 1px rgb(255 255 255 / 7%);
	transition: transform var(--rf-motion-slow) var(--rf-ease-standard), -webkit-text-stroke-color var(--rf-motion-slow) ease;
}

.rf-capability-card:not(.rf-capability-card--ai) > i {
	font-size: clamp(7rem, 9vw, 11rem);
}

.rf-capability-card:hover > i {
	transform: translate3d(-0.05em, -0.04em, 0);
	-webkit-text-stroke-color: rgb(165 93 56 / 35%);
}

.rf-capability-card > div {
	position: relative;
	z-index: 2;
	margin-top: auto;
}

.rf-capability-card h3 {
	max-width: 48rem;
	margin: 0;
	font-size: clamp(2rem, 3.2vw, 4rem);
	font-weight: 500;
	line-height: 0.98;
	letter-spacing: -0.05em;
}

.rf-capability-card--ai h3 {
	font-size: clamp(3rem, 5vw, 6rem);
}

.rf-capability-card p {
	max-width: 42rem;
	margin: 1.2rem 0 0;
	color: var(--rf-color-muted);
	font-size: clamp(0.9rem, 1vw, 1.05rem);
	line-height: 1.65;
}

.rf-capability-card ul {
	display: flex;
	gap: 0.55rem;
	margin: clamp(1.5rem, 3vw, 2.8rem) 0 0;
	padding: 0;
	flex-wrap: wrap;
	list-style: none;
}

.rf-capability-card li {
	padding: 0.65rem 0.85rem;
	border: 1px solid #303234;
	color: #c6c7c8;
	font-size: 0.62rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	transition: border-color var(--rf-motion-fast) ease, color var(--rf-motion-fast) ease, background-color var(--rf-motion-fast) ease;
}

.rf-capability-card:hover li {
	border-color: rgb(165 93 56 / 45%);
	background: rgb(165 93 56 / 6%);
	color: var(--rf-color-ink);
}

.rf-testimonials {
	position: relative;
	border-bottom: 1px solid var(--rf-color-line);
	background-color: #0b0d0f;
	background-image: linear-gradient(to right, transparent calc(100% - 1px), rgb(255 255 255 / 5%) 1px);
	background-size: calc(100% / 10) 100%;
}

.rf-testimonials__inner {
	padding-block: clamp(6rem, 10vw, 11rem);
}

.rf-testimonials__heading {
	display: grid;
	align-items: end;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 1rem;
}

.rf-testimonials__heading > p {
	align-self: start;
	grid-column: 1 / span 3;
	margin: 0;
	color: var(--rf-color-accent);
	font-size: 0.68rem;
	letter-spacing: 0.18em;
}

.rf-testimonials__heading > div {
	grid-column: 4 / span 7;
}

.rf-testimonials__heading h2 {
	max-width: 58rem;
	margin: 0;
	font-size: clamp(3.2rem, 5.5vw, 6.8rem);
	font-weight: 500;
	line-height: 0.9;
	letter-spacing: -0.065em;
}

.rf-testimonials__heading > div > span {
	display: block;
	max-width: 42rem;
	margin-top: 2rem;
	color: var(--rf-color-muted);
	font-size: clamp(0.95rem, 1vw, 1.1rem);
	line-height: 1.7;
}

.rf-testimonials__heading aside {
	display: flex;
	grid-column: 11 / -1;
	padding-left: 1.5rem;
	border-left: 1px solid var(--rf-color-accent);
	flex-direction: column;
}

.rf-testimonials__heading aside strong {
	color: var(--rf-color-ink);
	font-size: clamp(3rem, 4vw, 5rem);
	font-weight: 500;
	line-height: 0.85;
	letter-spacing: -0.06em;
}

.rf-testimonials__heading aside span {
	max-width: 9rem;
	margin-top: 0.9rem;
	color: var(--rf-color-muted);
	font-size: 0.65rem;
	line-height: 1.5;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.rf-testimonials__stage {
	display: grid;
	margin-top: clamp(4rem, 7vw, 7rem);
	border-block: 1px solid var(--rf-color-line);
	grid-template-columns: repeat(12, minmax(0, 1fr));
}

.rf-testimonials__quotes {
	display: grid;
	grid-column: 1 / span 8;
	min-height: 43rem;
	padding: clamp(2.5rem, 4vw, 4.5rem) clamp(2rem, 5vw, 5.5rem) clamp(2.5rem, 4vw, 4.5rem) 0;
	border-right: 1px solid var(--rf-color-line);
}

.rf-testimonial {
	display: flex;
	visibility: hidden;
	grid-area: 1 / 1;
	opacity: 0;
	transform: translateY(2rem);
	transition: opacity 520ms var(--rf-ease-standard), transform 700ms var(--rf-ease-standard), visibility 0s linear 700ms;
	flex-direction: column;
}

.rf-testimonial.is-active {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	transition-delay: 80ms, 80ms, 0s;
}

.rf-testimonial__label {
	margin: 0;
	color: var(--rf-color-accent);
	font-size: 0.67rem;
	letter-spacing: 0.18em;
}

.rf-testimonial blockquote {
	margin: clamp(2.2rem, 4vw, 4rem) 0 3rem;
}

.rf-testimonial blockquote p {
	max-width: 66rem;
	margin: 0;
	color: var(--rf-color-ink);
	font-size: clamp(1.8rem, 2.45vw, 3.15rem);
	font-weight: 400;
	line-height: 1.22;
	letter-spacing: -0.035em;
}

.rf-testimonial footer {
	display: flex;
	align-items: center;
	gap: 1.2rem;
	margin-top: auto;
}

.rf-testimonial footer img {
	width: 4.5rem;
	height: 4.5rem;
	border: 1px solid rgb(255 255 255 / 14%);
	border-radius: 50%;
	background: #f2f2f2;
	object-fit: cover;
	filter: grayscale(1);
	transition: filter var(--rf-motion-standard) ease, border-color var(--rf-motion-standard) ease;
}

.rf-testimonial.is-active footer img {
	border-color: rgb(165 93 56 / 65%);
	filter: grayscale(0.2);
}

.rf-testimonial footer div {
	display: flex;
	flex-direction: column;
}

.rf-testimonial footer strong {
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.04em;
}

.rf-testimonial footer span {
	margin-top: 0.35rem;
	color: var(--rf-color-muted);
	font-size: 0.7rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.rf-testimonials__nav {
	display: flex;
	grid-column: 9 / -1;
	min-width: 0;
	padding-left: clamp(1.5rem, 3vw, 3.5rem);
	flex-direction: column;
}

.rf-testimonials__client-list button {
	position: relative;
	display: grid;
	width: 100%;
	min-height: 7.1rem;
	padding: 1.5rem 1rem;
	border: 0;
	border-bottom: 1px solid var(--rf-color-line);
	background: transparent;
	color: var(--rf-color-muted);
	cursor: pointer;
	grid-template-columns: 2.5rem minmax(0, 1fr);
	text-align: left;
	transition: color var(--rf-motion-fast) ease, background-color var(--rf-motion-fast) ease, padding-left var(--rf-motion-standard) var(--rf-ease-standard);
}

.rf-testimonials__client-list button::before {
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: 0;
	width: 1px;
	background: var(--rf-color-accent);
	content: '';
	opacity: 0;
	transform: scaleY(0);
	transition: opacity var(--rf-motion-fast) ease, transform var(--rf-motion-standard) var(--rf-ease-standard);
}

.rf-testimonials__client-list button:hover,
.rf-testimonials__client-list button.is-active {
	padding-left: 1.5rem;
	background: rgb(255 255 255 / 2.5%);
	color: var(--rf-color-ink);
}

.rf-testimonials__client-list button.is-active::before {
	opacity: 1;
	transform: scaleY(1);
}

.rf-testimonials__client-list button > span {
	grid-row: 1 / span 2;
	color: var(--rf-color-accent);
	font-size: 0.65rem;
	letter-spacing: 0.12em;
}

.rf-testimonials__client-list strong {
	font-size: clamp(1rem, 1.15vw, 1.25rem);
	font-weight: 500;
}

.rf-testimonials__client-list small {
	margin-top: 0.45rem;
	color: #777a7c;
	font-size: 0.63rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.rf-testimonials__controls {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	margin-top: auto;
	padding-block: 2rem;
}

.rf-testimonials__controls p {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	min-width: 0;
	margin: 0 auto 0 0;
	color: var(--rf-color-muted);
	font-size: 0.65rem;
	letter-spacing: 0.12em;
}

.rf-testimonials__controls p span:first-child {
	color: var(--rf-color-ink);
}

.rf-testimonials__controls p i {
	width: clamp(2rem, 4vw, 4.5rem);
	height: 1px;
	background: linear-gradient(90deg, var(--rf-color-accent), var(--rf-color-line));
}

body.home .rf-testimonials__controls button {
	display: grid;
	width: 3.5rem;
	height: 3.5rem;
	padding: 0;
	border: 1px solid #303234;
	background: transparent !important;
	background-image: none !important;
	color: var(--rf-color-ink);
	cursor: pointer;
	font-size: 1rem;
	place-items: center;
	transition: border-color var(--rf-motion-fast) ease, background-color var(--rf-motion-fast) ease, transform var(--rf-motion-fast) ease;
}

body.home .rf-testimonials__controls button:hover {
	border-color: var(--rf-color-accent);
	background: rgb(165 93 56 / 10%) !important;
	transform: translateY(-2px);
}

.rf-intermission {
	position: relative;
	overflow: hidden;
	border-block: 1px solid var(--rf-color-line);
	background-color: #101315;
	background-image: radial-gradient(circle at 32% 45%, rgb(165 93 56 / 8%), transparent 34%);
	color: var(--rf-color-ink);
}

.rf-proof::before,
.rf-projects::before,
.rf-intermission::before,
.rf-final-cta::before {
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 50%;
	width: min(calc(100% - (2 * var(--rf-page-gutter))), var(--rf-container-max));
	background-image: linear-gradient(to right, transparent calc(100% - 1px), rgb(255 255 255 / 4%) 1px);
	background-size: calc(100% / 12) 100%;
	content: '';
	pointer-events: none;
	transform: translateX(-50%);
}

.rf-intermission__inner {
	position: relative;
	z-index: 1;
	display: grid;
	align-items: center;
	min-height: clamp(34rem, 46vw, 43rem);
	padding-block: clamp(4rem, 6vw, 6.5rem);
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 1rem;
}

.rf-intermission__visual {
	grid-column: 1 / span 6;
	padding-right: clamp(1rem, 3vw, 3.5rem);
}

.rf-retro-screen {
	position: relative;
	overflow: hidden;
	max-width: 34rem;
	border: 1px solid #343638;
	background: #0b0d0f;
	box-shadow: 1.4rem 1.4rem 0 rgb(165 93 56 / 11%);
	transition: transform 500ms var(--rf-ease-standard), box-shadow 500ms var(--rf-ease-standard);
}

.rf-retro-screen::before {
	position: absolute;
	z-index: 2;
	inset: 0;
	background: repeating-linear-gradient(0deg, transparent 0 3px, rgb(255 255 255 / 2.8%) 3px 4px);
	content: '';
	pointer-events: none;
}

.rf-retro-screen::after {
	position: absolute;
	z-index: 3;
	top: 0;
	left: -25%;
	width: 25%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgb(255 255 255 / 7%), transparent);
	content: '';
	opacity: 0.55;
	pointer-events: none;
	transform: skewX(-10deg);
	animation: rf-retro-scan 6s ease-in-out infinite;
}

.rf-retro-screen:hover {
	box-shadow: 0.8rem 0.8rem 0 rgb(165 93 56 / 17%);
	transform: translate(0.35rem, 0.35rem);
}

.rf-retro-sprite {
	width: 100%;
	aspect-ratio: 1;
	background-color: #0b0d0f;
	background-image: var(--rf-retro-sprite);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 500% 100%;
	image-rendering: pixelated;
	animation: rf-retro-type 2.8s steps(4, end) infinite;
}

.rf-retro-screen > p {
	position: absolute;
	z-index: 4;
	right: 1rem;
	bottom: 1rem;
	display: flex;
	align-items: center;
	gap: 0.55rem;
	margin: 0;
	padding: 0.55rem 0.7rem;
	background: rgb(11 13 15 / 82%);
	color: #d7cbb9;
	font-size: 0.58rem;
	letter-spacing: 0.13em;
}

.rf-retro-screen > p i {
	width: 0.42rem;
	height: 0.42rem;
	border-radius: 50%;
	background: #75ad78;
	box-shadow: 0 0 0.7rem #75ad78;
	animation: rf-retro-status 1.8s ease-in-out infinite;
}

.rf-intermission__content {
	grid-column: 7 / -1;
	padding-left: clamp(1rem, 3vw, 3.5rem);
}

.rf-intermission__index {
	margin: 0 0 clamp(1.25rem, 2vw, 2rem);
	color: var(--rf-color-accent);
	font-size: 0.68rem;
	letter-spacing: 0.18em;
}

.rf-intermission__content h2 {
	margin: 0;
	color: var(--rf-color-ink);
	font-size: clamp(3rem, 4vw, 4.8rem);
	font-weight: 500;
	line-height: 0.94;
	letter-spacing: -0.055em;
}

.rf-intermission__copy {
	max-width: 30rem;
	margin: clamp(1.4rem, 2.5vw, 2.25rem) 0 0;
	color: var(--rf-color-muted);
	font-size: clamp(1rem, 1.2vw, 1.2rem);
	line-height: 1.7;
}

.rf-intermission__content ul {
	display: flex;
	gap: 0;
	margin: clamp(1.75rem, 3vw, 2.75rem) 0 0;
	padding: 0;
	border-block: 1px solid var(--rf-color-line);
	list-style: none;
}

.rf-intermission__content li {
	position: relative;
	padding: 1rem 1.45rem 1rem 0;
	color: var(--rf-color-ink);
	font-size: 0.63rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.rf-intermission__content li:not(:last-child)::after {
	margin-left: 1.45rem;
	color: #8e5739;
	content: '·';
}

@keyframes rf-retro-type {
	to { background-position: 100% 0; }
}

@keyframes rf-retro-scan {
	0%, 62% { left: -25%; }
	82%, 100% { left: 120%; }
}

@keyframes rf-retro-status {
	50% { opacity: 0.35; }
}

.rf-clients {
	position: relative;
	overflow: hidden;
	background-color: #0b0d0f;
}

.rf-clients__inner {
	position: relative;
	z-index: 1;
	display: flex;
	min-height: clamp(10rem, 13vw, 12rem);
	padding: 0;
	align-items: stretch;
	overflow: hidden;
}

.rf-clients__viewport {
	width: 100%;
	overflow: hidden;
	mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.rf-clients__track {
	display: flex;
	width: max-content;
	min-width: 100%;
	animation: rf-clients-marquee 30s linear infinite;
	will-change: transform;
}

.rf-clients__group {
	display: flex;
	flex: none;
	margin: 0;
	padding: 0;
	list-style: none;
}

.rf-clients__group li {
	display: grid;
	width: clamp(11rem, 15vw, 14rem);
	min-height: clamp(10rem, 13vw, 12rem);
	flex: none;
	place-items: center;
	transition: background-color var(--rf-motion-standard) ease;
}

.rf-clients__group img {
	display: block;
	width: min(62%, 11rem);
	height: auto;
	max-height: 5.25rem;
	object-fit: contain;
	filter: grayscale(1) brightness(1.22);
	opacity: 0.72;
	transition: filter var(--rf-motion-standard) ease, opacity var(--rf-motion-standard) ease, transform var(--rf-motion-standard) var(--rf-ease-standard);
}

.rf-clients__group li:hover {
	background: rgb(255 255 255 / 1.6%);
}

.rf-clients__group li:hover img {
	filter: grayscale(0.15) brightness(1);
	opacity: 1;
	transform: translateY(-0.25rem) scale(1.025);
}

.rf-clients__viewport:hover .rf-clients__track {
	animation-play-state: paused;
}

@keyframes rf-clients-marquee {
	to { transform: translateX(-50%); }
}

.rf-final-cta {
	position: relative;
	overflow: hidden;
	border-block: 1px solid var(--rf-color-line);
	background-color: var(--rf-color-canvas);
	background-image: radial-gradient(circle at 64% 46%, rgb(165 93 56 / 17%), transparent 36%);
}

.rf-final-cta__inner {
	position: relative;
	z-index: 1;
	display: grid;
	align-items: center;
	min-height: clamp(20rem, 23vw, 23rem);
	padding-block: clamp(3rem, 4vw, 4rem);
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: clamp(1rem, 2vw, 2rem);
}

.rf-final-cta__intro {
	display: flex;
	align-self: center;
	grid-column: 1 / span 6;
	flex-direction: column;
}

.rf-final-cta__intro > p {
	margin: 0;
	color: var(--rf-color-accent);
	font-size: 0.68rem;
	letter-spacing: 0.18em;
}

.rf-final-cta__intro h2 {
	max-width: 36rem;
	margin: clamp(1.5rem, 2.5vw, 2.5rem) 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: clamp(3rem, 4.2vw, 5.15rem);
	font-weight: 500;
	line-height: 0.96;
	letter-spacing: -0.055em;
	text-transform: uppercase;
	text-wrap: balance;
}

.rf-final-cta__body {
	display: flex;
	align-self: center;
	grid-column: 8 / -1;
	justify-content: flex-end;
}

.rf-final-cta__primary {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	color: var(--rf-color-ink) !important;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-decoration: none !important;
	width: min(100%, 22rem);
	min-height: 4.75rem;
	padding-inline: 1.5rem;
	border: 1px solid var(--rf-color-accent);
	color: #d18358 !important;
	transition: background-color var(--rf-motion-standard) ease, color var(--rf-motion-standard) ease;
}

.rf-final-cta__primary span {
	font-size: 1rem;
	transition: transform var(--rf-motion-fast) ease;
}

.rf-final-cta__primary:hover {
	background: var(--rf-color-accent);
	color: #101214 !important;
}

.rf-final-cta__primary:hover span {
	transform: translate(0.2rem, -0.2rem);
}

.rf-site-footer {
	background: #080a0b;
	color: var(--rf-color-ink);
	font-family: Inter, Helvetica, Arial, sans-serif;
}

.rf-site-footer *,
.rf-site-footer *::before,
.rf-site-footer *::after {
	box-sizing: border-box;
}

.rf-site-footer a {
	color: inherit;
	text-decoration: none;
	transition: color var(--rf-motion-fast) ease;
}

.rf-site-footer a:hover,
.rf-site-footer a:focus-visible {
	color: var(--rf-color-accent);
}

.rf-site-footer__inner {
	display: grid;
	padding-block: clamp(2.75rem, 3.5vw, 3.75rem) 1.5rem;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 1rem;
}

.rf-site-footer__brand {
	display: block;
	grid-column: 1 / span 4;
}

.rf-site-footer__brand img {
	display: block;
	width: min(100%, 20rem);
	height: auto;
}

.rf-site-footer nav {
	display: flex;
	grid-column: 5 / span 3;
	gap: clamp(1.25rem, 2.5vw, 2.5rem);
}

.rf-site-footer nav a,
.rf-site-footer__contact a {
	font-size: 0.68rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.rf-site-footer__contact {
	display: flex;
	align-items: flex-end;
	grid-column: 9 / -1;
	flex-direction: column;
}

.rf-site-footer__contact > a {
	font-size: 0.78rem;
	text-transform: none;
}

.rf-site-footer__contact p {
	display: flex;
	gap: 1.2rem;
	margin: 1rem 0 0;
}

.rf-site-footer__copyright {
	grid-column: 1 / -1;
	margin: 2.75rem 0 0;
	padding-top: 1.5rem;
	border-top: 1px solid var(--rf-color-line);
	color: #67696b;
	font-size: 0.62rem;
	letter-spacing: 0.12em;
}

.rf-has-js [data-rf-reveal] {
	opacity: 0;
	transform: translateY(2rem);
	transition: opacity var(--rf-motion-slow) var(--rf-ease-standard), transform var(--rf-motion-slow) var(--rf-ease-standard);
}

.rf-has-js [data-rf-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 1024px) {
	.rf-hero__copy {
		grid-column: 1 / span 8;
	}

	.rf-hero__portrait {
		opacity: 0.72;
	}

	.rf-hero__disciplines {
		display: none;
	}

	.rf-proof__metric {
		grid-column: 2 / span 4;
	}

	.rf-proof__content {
		grid-column: 7 / -1;
	}

	.rf-project-grid {
		grid-template-columns: 1fr;
	}

	.rf-project-card {
		min-height: 27rem;
		border-right: 0;
		border-bottom: 1px solid var(--rf-color-line);
	}

	.rf-project-card:last-child {
		border-bottom: 0;
	}

	.rf-capabilities__stage {
		display: block;
		background: transparent;
	}

	.rf-capability-card--ai {
		min-height: 36rem;
		border-bottom: 1px solid var(--rf-color-line);
	}

	.rf-capabilities__stack {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: none;
	}

	.rf-testimonials__heading > div {
		grid-column: 4 / span 6;
	}

	.rf-testimonials__heading aside {
		grid-column: 10 / -1;
	}

	.rf-testimonials__quotes {
		grid-column: 1 / span 7;
		min-height: 46rem;
	}

	.rf-testimonials__nav {
		grid-column: 8 / -1;
	}

	.rf-intermission__visual {
		grid-column: 1 / span 6;
	}

	.rf-intermission__content {
		grid-column: 7 / -1;
	}

	.rf-final-cta__intro {
		grid-column: 1 / span 6;
	}

	.rf-final-cta__body {
		grid-column: 8 / -1;
	}
}

@media (max-width: 767px) {
	:root {
		--rf-page-gutter: 1.25rem;
		--rf-header-height: 4.75rem;
	}

	.rf-proof::before,
	.rf-projects::before,
	.rf-intermission::before,
	.rf-final-cta::before {
		background-size: 25% 100%;
	}

	.rf-hero {
		background-size: 25% 100%, 100% 20%;
	}

	.rf-hero__frame {
		display: flex;
		min-height: 100svh;
		align-items: flex-end;
		padding-top: 7rem;
		padding-bottom: 3rem;
	}

	.rf-hero__copy {
		width: 100%;
		padding-top: 15rem;
	}

	.rf-eyebrow {
		margin-bottom: 1.25rem;
		font-size: 0.62rem;
	}

	.rf-hero__title {
		font-size: clamp(2.65rem, 13vw, 4.15rem);
		line-height: 0.92;
	}

	.rf-hero__summary {
		max-width: 32rem;
		font-size: 0.95rem;
		line-height: 1.55;
	}

	.rf-hero__actions {
		align-items: stretch;
		flex-direction: column;
		gap: 0.75rem;
	}

	.rf-button {
		width: 100%;
	}

	.rf-text-link {
		align-self: flex-start;
	}

	.rf-hero__portrait {
		top: var(--rf-header-height);
		right: 0;
		bottom: auto;
		left: 0;
		width: 100%;
		height: 52%;
		opacity: 0.68;
	}

	.rf-hero__portrait::before {
		background: linear-gradient(90deg, var(--rf-color-canvas) 0%, transparent 50%), linear-gradient(0deg, var(--rf-color-canvas) 0%, transparent 58%);
	}

	.rf-hero__portrait img {
		object-position: 70% center;
	}

	.rf-scroll-cue {
		display: none;
	}

	.rf-proof__inner,
	.rf-projects__inner {
		display: block;
		padding-block: 4rem;
	}

	.rf-section-index {
		margin-bottom: 2rem;
	}

	.rf-proof h2,
	.rf-proof__metric,
	.rf-proof__content,
	.rf-proof__copy {
		width: 100%;
	}

	.rf-proof__metric {
		min-height: 22rem;
	}

	.rf-proof__content {
		margin-top: 2.5rem;
	}

	.rf-proof__copy {
		display: block;
	}

	.rf-proof__copy p + p {
		margin-top: 1.25rem;
	}

	.rf-projects__heading {
		display: block;
		margin-bottom: 3rem;
	}

	.rf-projects__heading > p {
		margin-bottom: 1.5rem;
	}

	.rf-projects__heading h2 {
		font-size: clamp(2.75rem, 12vw, 4.2rem);
	}

	.rf-project-card {
		min-height: 30rem;
		padding: 1.5rem;
	}

	.rf-project-card h3 {
		font-size: clamp(2.5rem, 12vw, 4rem);
	}

	.rf-capabilities {
		background-size: 25% 100%, 100% 100%;
	}

	.rf-capabilities__inner {
		padding-block: 5rem;
	}

	.rf-capabilities__heading {
		display: block;
	}

	.rf-capabilities__heading > p {
		margin-bottom: 1.5rem;
	}

	.rf-capabilities__heading h2 {
		font-size: clamp(2.8rem, 12vw, 4.2rem);
	}

	.rf-capabilities__stack {
		display: block;
	}

	.rf-capability-card,
	.rf-capability-card--ai {
		min-height: 32rem;
		padding: 1.5rem;
		border-bottom: 1px solid var(--rf-color-line);
	}

	.rf-capabilities__stack .rf-capability-card:last-child {
		border-bottom: 0;
	}

	.rf-capability-card--ai h3 {
		font-size: clamp(3rem, 13vw, 4.5rem);
	}

	.rf-testimonials {
		background-size: 25% 100%;
	}

	.rf-testimonials__inner {
		padding-block: 5rem;
	}

	.rf-testimonials__heading {
		display: block;
	}

	.rf-testimonials__heading > p {
		margin-bottom: 1.5rem;
	}

	.rf-testimonials__heading h2 {
		font-size: clamp(2.8rem, 12vw, 4.2rem);
	}

	.rf-testimonials__heading aside {
		margin-top: 2.5rem;
		padding-left: 1.25rem;
	}

	.rf-testimonials__heading aside span {
		max-width: 12rem;
	}

	.rf-testimonials__stage {
		display: block;
		margin-top: 3.5rem;
	}

	.rf-testimonials__quotes {
		min-height: 43rem;
		padding: 2.5rem 0;
		border-right: 0;
	}

	.rf-testimonial blockquote p {
		font-size: clamp(1.65rem, 7.2vw, 2.2rem);
		line-height: 1.25;
	}

	.rf-testimonial footer img {
		width: 3.8rem;
		height: 3.8rem;
	}

	.rf-testimonials__nav {
		padding-left: 0;
		border-top: 1px solid var(--rf-color-line);
	}

	.rf-testimonials__client-list {
		display: grid;
		grid-template-columns: 1fr;
	}

	.rf-testimonials__client-list button {
		min-height: 6rem;
		padding: 1.25rem 0.9rem;
		grid-template-columns: 1.8rem minmax(0, 1fr);
	}

	.rf-testimonials__client-list button:hover,
	.rf-testimonials__client-list button.is-active {
		padding-left: 1.15rem;
	}

	.rf-testimonials__client-list small {
		line-height: 1.4;
	}

	.rf-testimonials__controls {
		padding-block: 1.5rem;
	}

	.rf-intermission__inner {
		display: flex;
		min-height: 0;
		padding-block: 4rem 4.5rem;
		flex-direction: column;
		gap: 2.5rem;
	}

	.rf-intermission__content {
		order: 1;
		padding-left: 0;
	}

	.rf-intermission__visual {
		order: 2;
		width: 100%;
		padding-right: 0;
	}

	.rf-intermission__content h2 {
		font-size: clamp(2.8rem, 11vw, 3.8rem);
	}

	.rf-intermission__content ul {
		flex-wrap: wrap;
	}

	.rf-retro-screen {
		box-shadow: 0.75rem 0.75rem 0 rgb(165 93 56 / 13%);
	}

	.rf-clients__inner {
		min-height: 8.5rem;
		border-inline: 0;
	}

	.rf-clients__group li {
		width: 9.5rem;
		min-height: 8.5rem;
	}

	.rf-clients__group img {
		width: min(64%, 7.5rem);
	}

	.rf-final-cta__inner {
		display: block;
		min-height: 0;
		padding-block: 4.5rem;
	}

	.rf-final-cta__intro {
		display: block;
	}

	.rf-final-cta__intro h2 {
		margin: 0;
		margin-top: 1.5rem;
		font-size: clamp(3rem, 13vw, 4.5rem);
		line-height: 0.96;
	}

	.rf-final-cta__body {
		display: flex;
		margin-top: 3rem;
	}

	.rf-final-cta__primary {
		width: 100%;
	}

	.rf-site-footer__inner {
		display: block;
		padding-top: 4rem;
	}

	.rf-site-footer nav {
		margin-top: 3rem;
		flex-wrap: wrap;
	}

	.rf-site-footer__contact {
		align-items: flex-start;
		margin-top: 3rem;
	}

	.rf-site-footer__copyright {
		margin-top: 3rem;
	}

	.rf-timeline {
		background-size: 25% 100%;
	}

	.rf-timeline__inner {
		display: block;
		padding-block: 5rem;
	}

	.rf-timeline__heading {
		position: static;
	}

	.rf-timeline__heading h2 {
		font-size: clamp(2.7rem, 12vw, 4rem);
	}

	.rf-timeline__track {
		margin-top: 4rem;
		padding-left: 2.25rem;
	}

	.rf-timeline__item {
		display: block;
		min-height: 0;
		padding-bottom: 4rem;
	}

	.rf-timeline__item > i {
		left: -2.63rem;
	}

	.rf-timeline__item time {
		display: block;
		margin-bottom: 1.25rem;
	}

	.rf-timeline__item > div {
		padding-bottom: 2rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.rf-home *,
	.rf-home *::before,
	.rf-home *::after,
	body.home .elementor-location-header,
	body.home .elementor-location-header::after {
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}

	.rf-has-js [data-rf-reveal] {
		opacity: 1;
		transform: none;
	}

	.rf-hero__portrait {
		transform: none !important;
	}

	.rf-capabilities__stream > div {
		animation: none;
	}

	.rf-clients__track {
		animation: none;
	}

	.rf-clients__group[aria-hidden="true"] {
		display: none;
	}

	.rf-retro-sprite,
	.rf-retro-screen::after,
	.rf-retro-screen > p i {
		animation: none;
	}
}


/* Keep the custom Home typography independent from Elementor global fonts. */
.rf-home h1,
.rf-home h2,
.rf-home h3,
.rf-home h4,
.rf-home h5,
.rf-home h6 {
	font-family: Inter, Helvetica, Arial, sans-serif;
}

.rf-home .rf-hero__title,
.rf-home .rf-final-cta__intro h2 {
	font-family: Arial, Helvetica, sans-serif;
}
