/**
 * Rustfun Home page.
 */

body.rf-home-view {
	max-width: 100%;
	overflow-x: hidden;
}

@supports (overflow: clip) {
	body.rf-home-view {
		overflow-x: clip;
	}
}

.rf-home-view #page,
.rf-home-view .site-content,
.rf-home-view .content-area,
.rf-home-view .site-main,
.rf-home-view .inside-article,
.rf-home-view .entry-content {
	min-width: 0;
	width: 100%;
	max-width: none;
	margin: 0;
}

.rf-home-view #page,
.rf-home-view .site-content {
	background: var(--rf-color-page);
}

.rf-home-view .site-content,
.rf-home-view .inside-article {
	padding: 0;
}

.rf-home-view .inside-article {
	background: transparent;
}

.rf-home-view .entry-header {
	display: none;
}

.rf-home-view .rf-home-page {
	min-width: 0;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0 20px clamp(68px, 8vw, 116px);
	box-sizing: border-box;
	overflow-x: clip;
	background:
		linear-gradient(105deg, rgba(247, 240, 222, 0.48), rgba(181, 162, 122, 0.09)),
		url("../images/rust-terrain-lines.svg"),
		var(--rf-color-page);
	background-position: center top, center 12px, center;
	background-size: auto, 720px 460px, auto;
}

.rf-home-page > .wp-block-group__inner-container {
	max-width: none !important;
}

.rf-home-page .wp-block-group__inner-container {
	padding: 0 !important;
}

.rf-home-page > :where(.wp-block-group),
.rf-home-page > .wp-block-group__inner-container > :where(.wp-block-group) {
	width: min(100%, 1360px);
	margin-inline: auto;
}

.rf-home-eyebrow,
.rf-home-section-label,
.rf-home-card-label,
.rf-home-console-label,
.rf-home-step-number,
.rf-home-wipe-label {
	margin: 0 0 14px !important;
	color: var(--rf-sulfur);
	font-family: "Arial Narrow", "Roboto Condensed", "Segoe UI", sans-serif;
	font-size: 0.72rem;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.rf-home-page h1,
.rf-home-page h2,
.rf-home-page h3 {
	font-family: "Arial Narrow", "Roboto Condensed", "Segoe UI", sans-serif;
	font-weight: 900;
	hyphens: none;
	overflow-wrap: normal;
	text-transform: uppercase;
	word-break: normal;
}

.rf-home-hero {
	position: relative;
	isolation: isolate;
	width: 100vw !important;
	min-height: clamp(680px, calc(100svh - 88px), 860px);
	margin: 0 0 0 calc(50% - 50vw) !important;
	overflow: hidden;
	color: var(--rf-bone);
	background: var(--rf-iron);
}

.rf-home-hero::after {
	position: absolute;
	left: max(22px, calc((100vw - 1360px) / 2));
	bottom: 0;
	z-index: 3;
	width: min(310px, 28vw);
	height: 3px;
	content: "";
	background: linear-gradient(90deg, var(--rf-sulfur) 0 32%, var(--rf-oxide) 32% 82%, transparent 82%);
}

.rf-home-hero > .wp-block-group__inner-container {
	width: 100%;
	max-width: none !important;
	min-height: inherit;
}

.rf-home-hero-columns,
.rf-home-hero-columns > .wp-block-column {
	margin: 0 !important;
}

.rf-home-hero-columns {
	position: relative;
	width: 100%;
	max-width: none !important;
	min-height: inherit;
	display: block !important;
	gap: 0 !important;
}

.rf-home-hero-copy {
	position: relative;
	z-index: 2;
	width: min(56%, 820px);
	min-height: inherit;
	padding: clamp(72px, 8vh, 108px) clamp(40px, 5vw, 76px);
	padding-left: max(clamp(40px, 5vw, 76px), calc((100vw - 1360px) / 2));
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	background:
		repeating-linear-gradient(115deg, transparent 0 54px, rgba(247, 240, 222, 0.026) 54px 55px),
		linear-gradient(90deg, rgba(21, 27, 25, 0.99) 0 64%, rgba(21, 27, 25, 0.92) 78%, rgba(21, 27, 25, 0) 100%);
}

.rf-home-hero-copy::after {
	position: absolute;
	left: max(clamp(40px, 5vw, 76px), calc((100vw - 1360px) / 2));
	bottom: 30px;
	content: "RF // COMMUNITY SURVIVAL";
	color: rgba(247, 240, 222, 0.24);
	font: 900 0.64rem/1.2 Consolas, "Liberation Mono", monospace;
	letter-spacing: 0.12em;
}

.rf-home-hero h1 {
	max-width: 760px;
	margin: 0 !important;
	color: var(--rf-bone);
	font-size: clamp(4.25rem, 6.25vw, 6.25rem);
	line-height: 0.84;
	letter-spacing: -0.06em;
	text-wrap: balance;
}

.rf-home-hero-intro {
	max-width: 570px;
	margin: 28px 0 0 !important;
	color: #cdbd99;
	font-size: clamp(1rem, 1.4vw, 1.18rem);
	line-height: 1.7;
}

.rf-home-actions {
	margin-top: 32px;
	gap: 12px;
}

.rf-home-actions .wp-block-button__link,
.rf-home-button .wp-block-button__link {
	min-height: 50px;
	padding: 0 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--rf-color-on-primary);
	background: var(--rf-oxide);
	border: 1px solid var(--rf-sulfur);
	border-radius: 0;
	clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
	font: 900 0.76rem/1 "Arial Narrow", "Roboto Condensed", "Segoe UI", sans-serif;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.rf-home-actions .is-style-outline .wp-block-button__link {
	color: var(--rf-bone);
	background: transparent;
	border-color: var(--rf-steel);
}

.rf-home-actions .wp-block-button__link:hover,
.rf-home-actions .wp-block-button__link:focus-visible,
.rf-home-button .wp-block-button__link:hover,
.rf-home-button .wp-block-button__link:focus-visible {
	color: var(--rf-iron);
	background: var(--rf-sulfur);
}

.rf-home-hero-visual {
	position: absolute;
	inset: 0;
	z-index: 0;
	min-width: 0;
	min-height: inherit;
	background: #101513;
}

.rf-home-hero-media,
.rf-home-hero-media img {
	width: 100%;
	height: 100%;
	margin: 0 !important;
}

.rf-home-hero-media {
	position: absolute;
	inset: 0;
}

.rf-home-hero-media img {
	display: block;
	object-fit: cover;
	object-position: 67% center;
	filter: saturate(0.78) contrast(1.1) brightness(0.88);
	animation: rf-home-image-arrive 720ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.rf-home-hero-visual::after {
	position: absolute;
	inset: 0;
	content: "";
	background:
		linear-gradient(90deg, rgba(21, 27, 25, 0.98) 0, rgba(21, 27, 25, 0.84) 34%, rgba(21, 27, 25, 0.18) 58%, rgba(21, 27, 25, 0.18) 100%),
		linear-gradient(180deg, rgba(12, 16, 15, 0.12), transparent 56%, rgba(12, 16, 15, 0.58));
	pointer-events: none;
}

.rf-home-console {
	position: absolute;
	right: max(28px, calc((100vw - 1360px) / 2));
	bottom: clamp(34px, 5vw, 68px);
	left: auto;
	z-index: 2;
	width: min(590px, calc(48vw - 56px));
	padding: 22px 24px;
	color: var(--rf-bone);
	background: rgba(20, 27, 24, 0.94);
	border: 1px solid var(--rf-canvas);
	border-left: 5px solid var(--rf-sulfur);
	box-shadow: 8px 8px 0 rgba(14, 18, 17, 0.48);
	box-sizing: border-box;
}

.rf-home-console::before {
	position: absolute;
	top: 11px;
	right: 12px;
	width: 8px;
	height: 8px;
	content: "";
	background: var(--rf-sulfur);
	box-shadow: -14px 0 0 var(--rf-oxide);
}

.rf-home-console h2 {
	margin: 0 !important;
	color: var(--rf-bone);
	font-size: clamp(1.3rem, 2.2vw, 2rem);
	line-height: 1;
}

.rf-home-console-command {
	margin: 16px 0 0 !important;
	padding: 10px 12px;
	color: var(--rf-sulfur);
	background: #0d1210;
	border-left: 3px solid var(--rf-oxide);
	font: 700 0.78rem/1.45 Consolas, "Liberation Mono", monospace;
	overflow-x: auto;
}

.rf-home-console-link {
	margin: 15px 0 0 !important;
}

.rf-home-console-link a {
	color: var(--rf-bone);
	font: 900 0.72rem/1.2 "Arial Narrow", "Roboto Condensed", "Segoe UI", sans-serif;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
}

.rf-home-console-link a::after {
	margin-left: 8px;
	content: "→";
	color: var(--rf-sulfur);
}

.rf-home-section {
	margin-top: clamp(72px, 8vw, 118px) !important;
}

.rf-home-section-heading {
	margin-bottom: 30px !important;
	display: grid;
	grid-template-columns: minmax(0, 0.68fr) minmax(280px, 0.32fr);
	align-items: end;
	gap: clamp(28px, 6vw, 90px);
}

.rf-home-section-heading h2,
.rf-home-wipe-copy h2,
.rf-home-intel-copy h2 {
	margin: 0 !important;
	color: var(--rf-iron);
	font-size: clamp(2.25rem, 5vw, 4.6rem);
	line-height: 0.92;
	letter-spacing: -0.045em;
}

.rf-home-section-heading > p,
.rf-home-section-heading > .wp-block-group__inner-container > p {
	margin: 0 !important;
	color: var(--rf-steel);
	font-size: 0.95rem;
	line-height: 1.72;
}

.rf-home-doctrine-grid {
	margin: 0 !important;
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0 !important;
	background: var(--rf-color-surface);
	border: 1px solid var(--rf-steel);
	box-shadow: 9px 9px 0 rgba(181, 162, 122, 0.28);
}

.rf-home-doctrine-card {
	position: relative;
	min-height: 250px;
	margin: 0 !important;
	padding: 32px;
	border-right: 1px solid var(--rf-steel);
}

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

.rf-home-doctrine-card::after {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 28px;
	height: 7px;
	content: "";
	background: linear-gradient(90deg, var(--rf-oxide) 0 55%, var(--rf-sulfur) 55% 100%);
}

.rf-home-doctrine-card h3 {
	margin: 0 !important;
	color: var(--rf-iron);
	font-size: 1.35rem;
	line-height: 1;
}

.rf-home-doctrine-card p:last-child {
	margin: 18px 0 0 !important;
	color: var(--rf-steel);
	font-size: 0.9rem;
	line-height: 1.68;
}

.rf-home-wipes {
	position: relative;
	padding: clamp(34px, 5vw, 64px);
	overflow: hidden;
	color: var(--rf-bone);
	background: var(--rf-iron);
	border-top: 7px solid var(--rf-oxide);
	clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
}

.rf-home-wipes::after {
	position: absolute;
	top: -55px;
	right: 42%;
	content: "WIPE";
	color: rgba(247, 240, 222, 0.035);
	font: 900 clamp(9rem, 20vw, 18rem)/1 "Arial Narrow", "Roboto Condensed", sans-serif;
	letter-spacing: -0.08em;
}

.rf-home-wipe-columns {
	position: relative;
	z-index: 1;
	margin: 0 !important;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(330px, 0.58fr);
	align-items: center;
	gap: clamp(40px, 7vw, 96px) !important;
}

.rf-home-wipe-copy h2 {
	color: var(--rf-bone);
}

.rf-home-wipe-copy > p:not(.rf-home-section-label) {
	max-width: 680px;
	margin: 22px 0 0 !important;
	color: var(--rf-canvas);
	line-height: 1.7;
}

.rf-home-wipe-copy .wp-block-buttons {
	margin-top: 28px;
}

.rf-home-wipe-board {
	padding: 26px;
	background: #292f2c;
	border: 1px solid var(--rf-steel);
	border-left: 5px solid var(--rf-sulfur);
}

.rf-home-wipe-board h3 {
	margin: 0 !important;
	color: var(--rf-bone);
	font-size: 1.2rem;
}

.rf-home-wipe-date {
	margin: 17px 0 !important;
	padding: 16px 0;
	color: var(--rf-sulfur);
	font-family: "Arial Narrow", "Roboto Condensed", sans-serif;
	font-size: clamp(1.5rem, 3vw, 2.3rem);
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	border-block: 1px solid var(--rf-color-border);
}

.rf-home-wipe-row {
	margin: 0 !important;
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
	gap: 18px;
	color: var(--rf-canvas);
	font-size: 0.77rem;
	border-top: 1px solid var(--rf-color-border);
}

.rf-home-wipe-row strong {
	color: var(--rf-bone);
	font: 900 0.68rem/1.3 "Arial Narrow", "Roboto Condensed", sans-serif;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.rf-home-route-grid {
	margin: 0 !important;
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0 !important;
	border-block: 1px solid var(--rf-steel);
}

.rf-home-route-step {
	position: relative;
	min-height: 230px;
	margin: 0 !important;
	padding: 30px 32px 34px;
	border-right: 1px solid var(--rf-steel);
}

.rf-home-route-step:last-child {
	border-right: 0;
}

.rf-home-route-step h3 {
	margin: 0 !important;
	color: var(--rf-iron);
	font-size: 1.25rem;
}

.rf-home-route-step p:last-child {
	margin: 16px 0 0 !important;
	color: var(--rf-steel);
	font-size: 0.88rem;
	line-height: 1.65;
}

.rf-home-route-step:not(:last-child)::after {
	position: absolute;
	top: 38px;
	right: -8px;
	z-index: 2;
	content: "→";
	color: var(--rf-oxide);
	background: var(--rf-bone);
	font-weight: 900;
}

.rf-home-store {
	position: relative;
	padding: clamp(34px, 5vw, 62px);
	overflow: hidden;
	background:
		linear-gradient(90deg, transparent 0 49.9%, rgba(89, 99, 94, 0.08) 50%, transparent 50.1%),
		linear-gradient(rgba(255, 249, 235, 0.93), rgba(247, 240, 222, 0.88));
	border: 1px solid var(--rf-steel);
	border-top: 7px solid var(--rf-oxide);
	box-shadow: 10px 10px 0 rgba(181, 162, 122, 0.34);
	clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 0 100%);
}

.rf-home-store::before {
	position: absolute;
	top: 0;
	right: clamp(34px, 5vw, 62px);
	width: 84px;
	height: 7px;
	content: "";
	background: repeating-linear-gradient(135deg, var(--rf-sulfur) 0 8px, var(--rf-iron) 8px 16px);
}

.rf-home-store .rf-home-section-heading {
	position: relative;
	z-index: 1;
	margin-bottom: 0 !important;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(89, 99, 94, 0.38);
}

.rf-home-store-products {
	margin-top: clamp(26px, 3.5vw, 44px) !important;
}

.rf-home-store .wc-block-grid__products {
	margin: 0 !important;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(14px, 2vw, 24px);
	counter-reset: rf-supply;
}

.rf-home-store .wc-block-grid__product {
	--rf-rank-accent: var(--rf-canvas);
	position: relative;
	width: 100% !important;
	max-width: none !important;
	min-height: 100%;
	padding: 14px 14px 18px !important;
	display: grid;
	grid-template-rows: auto auto minmax(44px, auto);
	min-width: 0;
	align-content: start;
	text-align: left;
	color: var(--rf-bone);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.035), transparent 42%),
		var(--rf-iron);
	border: 1px solid #111513;
	box-shadow: 0 10px 0 rgba(31, 37, 35, 0.14);
	box-sizing: border-box;
	clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%);
	counter-increment: rf-supply;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.rf-home-store .wc-block-grid__product:nth-child(1) {
	--rf-rank-accent: var(--rf-oxide);
}

.rf-home-store .wc-block-grid__product:nth-child(2) {
	--rf-rank-accent: var(--rf-sulfur);
}

.rf-home-store .wc-block-grid__product:nth-child(3) {
	--rf-rank-accent: var(--rf-canvas);
}

.rf-home-store .wc-block-grid__product::before {
	position: absolute;
	top: 27px;
	left: 27px;
	z-index: 2;
	padding: 7px 9px 6px;
	content: "SUPPLY / 0" counter(rf-supply);
	color: var(--rf-bone);
	background: rgba(18, 22, 20, 0.86);
	font: 900 0.58rem/1 "Arial Narrow", "Roboto Condensed", sans-serif;
	letter-spacing: 0.12em;
	border-left: 3px solid var(--rf-rank-accent);
	pointer-events: none;
}

.rf-home-store .wc-block-grid__product::after {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 15px;
	height: 66%;
	content: "";
	background: repeating-linear-gradient(to bottom, var(--rf-rank-accent) 0 2px, transparent 2px 9px);
	opacity: 0.72;
	pointer-events: none;
}

.rf-home-store .wc-block-grid__product:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 0 rgba(31, 37, 35, 0.18);
}

.rf-home-store .wc-block-grid__product-link {
	width: 100%;
	display: block;
	color: inherit;
	text-decoration: none;
}

.rf-home-store .wc-block-grid__product-image {
	width: 100%;
	margin: 0 !important;
	aspect-ratio: 1;
	background: #151a18;
	border: 1px solid rgba(247, 240, 222, 0.24);
	box-sizing: border-box;
	overflow: hidden;
}

.rf-home-store .wc-block-grid__product-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: transform 360ms cubic-bezier(0.2, 0.75, 0.25, 1), filter 180ms ease;
}

.rf-home-store .wc-block-grid__product:hover .wc-block-grid__product-image img {
	transform: scale(1.025);
}

.rf-home-store .wc-block-grid__product:nth-child(3) .wc-block-grid__product-image img {
	filter: brightness(1.16) saturate(0.78) sepia(0.12);
}

.rf-home-store .wc-block-grid__product-title {
	min-height: 64px;
	margin: 0 !important;
	padding: 20px 52px 13px 4px;
	display: flex;
	align-items: flex-end;
	color: var(--rf-bone);
	font: 900 clamp(1.02rem, 1.45vw, 1.32rem)/1.05 "Arial Narrow", "Roboto Condensed", "Segoe UI", sans-serif;
	letter-spacing: 0.045em;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(247, 240, 222, 0.14);
}

.rf-home-store .wc-block-grid__product-price {
	width: 100%;
	margin: 0 !important;
	padding: 13px 4px 18px;
	color: var(--rf-rank-accent);
	font-family: "Arial Narrow", "Roboto Condensed", "Segoe UI", sans-serif;
	font-size: 1.08rem;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0.025em;
	text-align: left;
}

.rf-home-store .wc-block-grid__product-price::before {
	margin-right: 9px;
	content: "30 DAYS /";
	color: rgba(247, 240, 222, 0.5);
	font-size: 0.58rem;
	letter-spacing: 0.12em;
}

.rf-home-store .wc-block-grid__product-add-to-cart {
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
}

.rf-home-store .wp-block-button__link,
.rf-home-store .wc-block-grid__product-add-to-cart a {
	color: var(--rf-bone);
	background: var(--rf-oxide);
	border-radius: 0;
	font: 900 0.7rem/1 "Arial Narrow", "Roboto Condensed", sans-serif;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.rf-home-store .wc-block-grid__product-add-to-cart .add_to_cart_button {
	width: 100%;
	min-width: 0;
	min-height: 44px;
	padding: 12px 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border-left: 4px solid var(--rf-rank-accent);
	transition: color 160ms ease, background 160ms ease;
}

.rf-home-store .wc-block-grid__product-add-to-cart .add_to_cart_button:hover,
.rf-home-store .wc-block-grid__product-add-to-cart .add_to_cart_button:focus-visible {
	color: var(--rf-iron);
	background: var(--rf-sulfur);
}

.rf-home-store .wc-block-grid__product-add-to-cart .added_to_cart {
	min-height: 44px;
	margin: 0 !important;
	padding: 12px 16px !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	color: var(--rf-bone);
	background: var(--rf-steel);
	font: 900 0.68rem/1 "Arial Narrow", "Roboto Condensed", sans-serif;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 2px solid var(--rf-sulfur);
}

.rf-home-store .wc-block-grid__product-add-to-cart .added_to_cart:hover,
.rf-home-store .wc-block-grid__product-add-to-cart .added_to_cart:focus-visible {
	color: var(--rf-iron);
	background: var(--rf-sulfur);
}

.rf-home-store-cta {
	margin-top: clamp(28px, 3.5vw, 42px);
	padding-top: 22px;
	justify-content: flex-end;
	border-top: 1px solid rgba(89, 99, 94, 0.38);
}

.rf-home-store-cta .wp-block-button__link::after {
	margin-left: 10px;
	content: "→";
	color: var(--rf-sulfur);
}

.rf-home-intel-columns {
	margin: 0 !important;
	display: grid !important;
	grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.55fr);
	gap: clamp(34px, 7vw, 90px) !important;
}

.rf-home-intel-copy > p:not(.rf-home-section-label) {
	max-width: 680px;
	margin: 21px 0 30px !important;
	color: var(--rf-steel);
	line-height: 1.7;
}

.rf-home-faq-item {
	margin: 0;
	border-top: 1px solid var(--rf-steel);
}

.rf-home-faq-item:last-child {
	border-bottom: 1px solid var(--rf-steel);
}

.rf-home-faq-item summary {
	padding: 18px 42px 18px 0;
	color: var(--rf-iron);
	font: 900 0.86rem/1.4 "Arial Narrow", "Roboto Condensed", sans-serif;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	cursor: pointer;
}

.rf-home-faq-item p {
	margin: 0 0 20px !important;
	color: var(--rf-steel);
	font-size: 0.9rem;
	line-height: 1.68;
}

.rf-home-support-card {
	position: relative;
	align-self: stretch;
	margin: 0 !important;
	padding: clamp(30px, 4vw, 46px);
	color: var(--rf-bone);
	background: var(--rf-iron);
	border-left: 6px solid var(--rf-sulfur);
	clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%);
}

.rf-home-support-card::after {
	position: absolute;
	right: 26px;
	bottom: 24px;
	width: 56px;
	height: 14px;
	content: "";
	background: repeating-linear-gradient(135deg, var(--rf-oxide) 0 7px, transparent 7px 14px);
}

.rf-home-support-card h2 {
	margin: 0 !important;
	color: var(--rf-bone);
	font-size: clamp(1.8rem, 2.55vw, 2.4rem);
	line-height: 0.95;
}

.rf-home-support-card > p:not(.rf-home-section-label) {
	margin: 22px 0 0 !important;
	color: var(--rf-canvas);
	line-height: 1.7;
}

.rf-home-support-card .wp-block-buttons {
	margin-top: 28px;
}

@keyframes rf-home-image-arrive {
	from {
		opacity: 0;
		transform: scale(1.025);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

@media (max-width: 1080px) {
	.rf-home-hero-copy {
		width: 58%;
	}

	.rf-home-doctrine-card {
		padding: 26px;
	}
}

@media (max-width: 900px) {
	.rf-home-hero {
		min-height: 0;
	}

	.rf-home-hero::after {
		display: none;
	}

	.rf-home-hero-columns,
	.rf-home-wipe-columns,
	.rf-home-intel-columns {
		grid-template-columns: minmax(0, 1fr);
	}

	.rf-home-hero-copy {
		width: 100%;
		min-height: 0;
		padding: 66px max(32px, 6vw) 62px;
		background:
			repeating-linear-gradient(115deg, transparent 0 54px, rgba(247, 240, 222, 0.026) 54px 55px),
			var(--rf-iron);
	}

	.rf-home-hero-copy::after {
		left: max(32px, 6vw);
		bottom: 24px;
	}

	.rf-home-hero-visual {
		position: relative;
		inset: auto;
		min-height: 560px;
	}

	.rf-home-hero-visual::after {
		background: linear-gradient(180deg, rgba(31, 37, 35, 0.74), transparent 25%, transparent 72%, rgba(31, 37, 35, 0.26));
	}

	.rf-home-console {
		right: max(24px, 5vw);
		bottom: max(24px, 5vw);
		left: max(24px, 5vw);
		width: auto;
	}

	.rf-home-doctrine-grid,
	.rf-home-route-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.rf-home-doctrine-card,
	.rf-home-route-step {
		min-height: 0;
		border-right: 0;
		border-bottom: 1px solid var(--rf-steel);
	}

	.rf-home-doctrine-card:last-child,
	.rf-home-route-step:last-child {
		border-bottom: 0;
	}

	.rf-home-route-step:not(:last-child)::after {
		top: auto;
		right: 30px;
		bottom: -11px;
		content: "↓";
	}

	.rf-home-intel-columns {
		gap: 42px !important;
	}
}

@media (max-width: 700px) {
	.rf-home-view .rf-home-page {
		padding: 0 14px 74px;
	}

	.rf-home-hero {
		clip-path: none;
	}

	.rf-home-hero-copy {
		padding: 48px 24px 62px;
	}

	.rf-home-hero h1 {
		font-size: clamp(3.05rem, 17vw, 4.5rem);
	}

	.rf-home-hero-copy::after {
		left: 24px;
		bottom: 24px;
		font-size: 0.55rem;
	}

	.rf-home-actions {
		align-items: stretch;
	}

	.rf-home-actions .wp-block-button,
	.rf-home-actions .wp-block-button__link {
		width: 100%;
	}

	.rf-home-hero-visual {
		min-height: 500px;
	}

	.rf-home-console {
		right: 16px;
		bottom: 16px;
		left: 16px;
		padding: 20px;
	}

	.rf-home-console-command {
		font-size: 0.66rem;
	}

	.rf-home-section {
		margin-top: 72px !important;
	}

	.rf-home-section-heading {
		grid-template-columns: minmax(0, 1fr);
		gap: 18px;
	}

	.rf-home-doctrine-card,
	.rf-home-route-step {
		padding: 26px 24px 30px;
	}

	.rf-home-wipes,
	.rf-home-store {
		margin-inline: -14px !important;
		padding: 34px 24px;
	}

	.rf-home-wipe-columns {
		gap: 34px !important;
	}

	.rf-home-wipe-board {
		padding: 22px;
	}

	.rf-home-store .wc-block-grid__products {
		display: block;
	}

	.rf-home-store .wc-block-grid__product {
		width: 100% !important;
		max-width: none !important;
	}

	.rf-home-store .wc-block-grid__product-add-to-cart:has(.added_to_cart) {
		grid-template-columns: minmax(0, 1fr);
	}

	.rf-home-store .wc-block-grid__product-add-to-cart .added_to_cart {
		width: 100%;
	}

	.rf-home-store-cta {
		justify-content: stretch;
	}

	.rf-home-store-cta .wp-block-button,
	.rf-home-store-cta .wp-block-button__link {
		width: 100%;
	}

	.rf-home-support-card {
		padding: 32px 26px 46px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rf-home-hero-media img,
	.rf-home-store .wc-block-grid__product,
	.rf-home-store .wc-block-grid__product-image img {
		animation: none;
		transition: none;
	}

	.rf-home-store .wc-block-grid__product:hover,
	.rf-home-store .wc-block-grid__product:hover .wc-block-grid__product-image img {
		transform: none;
	}
}
