/*
 * Repair Factory — main stylesheet
 * A self-contained design system for a premium local appliance-repair site.
 * No external CSS frameworks. Brand colors (--rf-primary / --rf-secondary)
 * are injected from the Customizer via inc/enqueue.php.
 */

/* =========================================================================
   1. Design tokens
   ========================================================================= */
:root {
	/* Brand colors are injected inline; these are safe fallbacks. */
	--rf-primary: #000000;
	--rf-secondary: #333333;

	/* Whirlpool Ring of Promise gold (sampled from logo). */
	--rf-gold: #f2b512;
	--rf-gold-soft: color-mix(in srgb, var(--rf-gold) 22%, #fff);
	--rf-gold-deep: #c9920a;

	/* Derived brand shades. */
	--rf-primary-dark: color-mix(in srgb, var(--rf-primary) 82%, #000);
	--rf-primary-soft: color-mix(in srgb, var(--rf-primary) 10%, #fff);
	--rf-primary-tint: color-mix(in srgb, var(--rf-primary) 16%, #fff);
	--rf-secondary-dark: color-mix(in srgb, var(--rf-secondary) 78%, #000);
	--rf-secondary-soft: color-mix(in srgb, var(--rf-secondary) 8%, #fff);

	/* Accent — gold for key brand moments; secondary remains available. */
	--rf-accent: var(--rf-gold);
	--rf-accent-dark: var(--rf-gold-deep);
	--rf-accent-soft: color-mix(in srgb, var(--rf-gold) 14%, #fff);
	--rf-accent-tint: color-mix(in srgb, var(--rf-gold) 22%, #fff);

	/* Neutrals. */
	--rf-ink: #0a0a0a;
	--rf-ink-2: #333333;
	--rf-muted: #5c5c5c;
	--rf-line: #e5e5e5;
	--rf-line-strong: #cccccc;
	--rf-surface: #ffffff;
	--rf-surface-2: #f7f7f7;
	--rf-surface-3: #efefef;
	--rf-charcoal: #0a0a0a;

	/* Typography — Whirlpool corp: Nunito Sans (display) + Open Sans (body). */
	--rf-font-display: "Nunito Sans", "NunitoSans", "Avenir Next", Avenir, Helvetica, Arial, sans-serif;
	--rf-font-heading: var(--rf-font-display);
	--rf-font: "Open Sans", "OpenSans", "Segoe UI", Helvetica, Arial, sans-serif;
	--rf-fs-base: 1.0625rem;
	--rf-lh-base: 1.65;

	/* Spacing scale. */
	--rf-space-1: 0.25rem;
	--rf-space-2: 0.5rem;
	--rf-space-3: 0.75rem;
	--rf-space-4: 1rem;
	--rf-space-5: 1.5rem;
	--rf-space-6: 2rem;
	--rf-space-7: 3rem;
	--rf-space-8: 4rem;
	--rf-space-9: 6rem;

	/* Radii — Whirlpool square UI. */
	--rf-radius-sm: 0;
	--rf-radius: 0;
	--rf-radius-lg: 0;
	--rf-radius-pill: 0;

	/* Shadows. */
	--rf-shadow-xs: 0 1px 2px rgba(20, 30, 45, 0.06);
	--rf-shadow-sm: 0 2px 8px rgba(20, 30, 45, 0.06);
	--rf-shadow: 0 10px 30px rgba(20, 30, 45, 0.08);
	--rf-shadow-lg: 0 24px 60px rgba(20, 30, 45, 0.14);

	/* Layout. */
	--rf-container: 1200px;
	--rf-container-wide: 1360px;
	--rf-header-h: 76px;

	--rf-focus: 0 0 0 3px color-mix(in srgb, var(--rf-primary) 45%, #fff);
}

/* =========================================================================
   2. Reset & base
   ========================================================================= */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--rf-header-h) + 16px);
}

body {
	margin: 0;
	font-family: var(--rf-font);
	font-size: var(--rf-fs-base);
	line-height: var(--rf-lh-base);
	color: var(--rf-ink);
	background: var(--rf-surface);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: clip;
	max-width: 100%;
}
html {
	overflow-x: clip;
	max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.5em;
	line-height: 1.15;
	font-family: var(--rf-font-heading);
	font-weight: 700;
	font-style: normal;
	letter-spacing: -0.01em;
	color: var(--rf-charcoal);
}

:is(h1, h2, h3, h4, h5, h6, [class*="__title"], .widget__title, .rf-brand__name) {
	font-family: var(--rf-font-heading);
	font-weight: 700;
	font-style: normal;
}

h1 { font-size: clamp(2.1rem, 4.6vw, 3.4rem); }
h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.5rem); }
h4 { font-size: 1.15rem; }

p { margin: 0 0 1rem; }

a {
	color: var(--rf-primary);
	text-decoration: none;
	transition: color 0.16s ease;
}
a:hover { color: var(--rf-primary-dark); }

img {
	max-width: 100%;
	height: auto;
	display: block;
}

ul, ol { padding-left: 1.25rem; }

figure { margin: 0; }

hr {
	border: 0;
	border-top: 1px solid var(--rf-line);
	margin: var(--rf-space-6) 0;
}

strong { font-weight: 700; }

:focus-visible {
	outline: none;
	box-shadow: var(--rf-focus);
	border-radius: var(--rf-radius-sm);
}

/* =========================================================================
   3. Accessibility helpers
   ========================================================================= */
.screen-reader-text,
.rf-visually-hidden {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.rf-skip-link {
	position: absolute;
	left: 50%;
	top: -60px;
	transform: translateX(-50%);
	z-index: 1000;
	background: var(--rf-charcoal);
	color: #fff;
	padding: 0.75rem 1.25rem;
	border-radius: 0 0 var(--rf-radius) var(--rf-radius);
	font-weight: 600;
	transition: top 0.2s ease;
}
.rf-skip-link:focus {
	top: 0;
	color: #fff;
}

.rf-icon {
	width: 1.4em;
	height: 1.4em;
	flex: none;
	display: inline-block;
	vertical-align: middle;
}

/* =========================================================================
   4. Layout
   ========================================================================= */
.rf-container {
	width: 100%;
	max-width: var(--rf-container);
	margin-inline: auto;
	padding-inline: clamp(1rem, 4vw, 2rem);
}

.rf-container--wide { max-width: var(--rf-container-wide); }
.rf-container--narrow { max-width: 820px; }

.rf-section {
	padding-block: clamp(3rem, 7vw, 5.5rem);
}
.rf-section--tight { padding-block: clamp(2.25rem, 4vw, 3.5rem); }
.rf-section--alt { background: var(--rf-surface-2); }
.rf-section--ink {
	background: var(--rf-charcoal);
	color: #dfe4ea;
}
.rf-section--ink h2,
.rf-section--ink h3 { color: #fff; }

.rf-mt-4 { margin-top: var(--rf-space-5); }
.rf-mt-6 { margin-top: var(--rf-space-6); }
.rf-mt-7 { margin-top: var(--rf-space-7); }
.rf-text-center { text-align: center; }
.rf-mx-auto { margin-inline: auto; }

.rf-grid { display: grid; gap: clamp(1rem, 2.4vw, 1.6rem); }
.rf-grid--2 { grid-template-columns: repeat(2, 1fr); }
.rf-grid--3 { grid-template-columns: repeat(3, 1fr); }
.rf-grid--4 { grid-template-columns: repeat(4, 1fr); }
.rf-grid--auto { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }

/* =========================================================================
   5. Section heading component
   ========================================================================= */
.rf-heading {
	max-width: 720px;
	margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
}
.rf-heading--center {
	margin-inline: auto;
	text-align: center;
}
.rf-heading__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--rf-accent);
	margin-bottom: 0.75rem;
}
.rf-heading__eyebrow::before {
	content: "";
	width: 26px;
	height: 2px;
	background: var(--rf-accent);
	border-radius: 2px;
}
.rf-heading--center .rf-heading__eyebrow { justify-content: center; }

/* Standalone eyebrow label (e.g. archive heroes). */
.rf-eyebrow {
	display: inline-block;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--rf-accent);
	margin: 0 0 0.5rem;
}
.rf-heading__title { margin-bottom: 0.6rem; }
.rf-heading__text {
	color: var(--rf-muted);
	font-size: 1.075rem;
	margin: 0;
}

/* =========================================================================
   6. Buttons
   ========================================================================= */
.rf-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.1;
	padding: 0.85rem 1.5rem;
	border-radius: var(--rf-radius);
	border: 1px solid transparent;
	cursor: pointer;
	transition: transform 0.14s ease, background 0.16s ease, box-shadow 0.16s ease, color 0.16s ease, border-color 0.16s ease;
	text-align: center;
	white-space: nowrap;
}
.rf-btn:hover { transform: translateY(-1px); }
.rf-btn:active { transform: translateY(0); }
.rf-btn .rf-icon { width: 1.15em; height: 1.15em; }

.rf-btn--primary {
	background: var(--rf-primary);
	color: #fff;
	box-shadow: 0 8px 20px color-mix(in srgb, var(--rf-primary) 32%, transparent);
}
.rf-btn--primary:hover {
	background: var(--rf-primary-dark);
	color: #fff;
	box-shadow: 0 12px 26px color-mix(in srgb, var(--rf-primary) 38%, transparent);
}

.rf-btn--secondary {
	background: var(--rf-surface);
	color: var(--rf-charcoal);
	border-color: var(--rf-line-strong);
	box-shadow: var(--rf-shadow-xs);
}
.rf-btn--secondary:hover {
	color: var(--rf-charcoal);
	border-color: var(--rf-secondary);
	background: var(--rf-surface-2);
}

.rf-btn--outline {
	background: #fff;
	color: var(--rf-charcoal);
	border-color: #111;
	box-shadow: none;
}
.rf-btn--outline:hover {
	background: #111;
	color: #fff;
	border-color: #111;
}

.rf-btn--ghost {
	background: transparent;
	color: var(--rf-charcoal);
	border-color: color-mix(in srgb, var(--rf-charcoal) 18%, transparent);
}
.rf-btn--ghost:hover { background: var(--rf-surface-2); color: var(--rf-charcoal); }

.rf-btn--onink {
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	border-color: rgba(255, 255, 255, 0.28);
}
.rf-btn--onink:hover {
	background: rgba(255, 255, 255, 0.16);
	color: #fff;
}

.rf-btn--lg { padding: 1.05rem 1.9rem; font-size: 1.075rem; }
.rf-btn--block { width: 100%; }

.rf-link-more {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-weight: 600;
	font-size: 0.95rem;
}
.rf-link-more .rf-icon { width: 1.05em; height: 1.05em; transition: transform 0.16s ease; }
.rf-link-more:hover .rf-icon { transform: translateX(3px); }

/* =========================================================================
   7. Announcement / trust bar
   ========================================================================= */
.rf-announce {
	background: #0a0a0a;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.8125rem;
	line-height: 1.35;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.rf-announce__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.55rem 1.75rem;
	padding-block: 0.55rem;
}
.rf-announce__item {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	min-width: 0;
}
.rf-announce__avail {
	flex: 0 1 auto;
	color: rgba(255, 255, 255, 0.9);
}
.rf-announce__note {
	flex: 1 1 16rem;
	justify-content: center;
	text-align: center;
	color: rgba(255, 255, 255, 0.52);
	font-size: 0.78rem;
}
.rf-announce__call {
	flex: 0 0 auto;
	margin-left: auto;
}
.rf-announce__item .rf-icon {
	width: 1em;
	height: 1em;
	color: #fff;
}
.rf-announce__dot {
	width: 8px;
	height: 8px;
	flex: none;
	border-radius: 50%;
	background: #2bb3a3;
	box-shadow: 0 0 0 3px rgba(43, 179, 163, 0.28);
}
.rf-announce a {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: 0.01em;
}
.rf-announce a:hover {
	color: #fff;
	text-decoration: underline;
}

/* =========================================================================
   8. Header & navigation
   ========================================================================= */
.rf-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(255, 255, 255, 0.82);
	border-bottom: 1px solid rgba(16, 16, 16, 0.06);
	backdrop-filter: blur(16px) saturate(1.15);
	-webkit-backdrop-filter: blur(16px) saturate(1.15);
}
.rf-header__inner {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	min-height: var(--rf-header-h);
	min-width: 0;
}
.rf-brand {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	min-width: 0;
	flex-shrink: 1;
	text-decoration: none;
}
.rf-brand__logo img { max-height: 34px; width: auto; }
/* Bundled brand logo images (header / footer). */
.rf-brand__img {
	height: 34px;
	width: auto;
	max-width: min(210px, 58vw);
	display: block;
	object-fit: contain;
}
.rf-brand__img--footer { height: 29px; max-width: 200px; }
.rf-brand__mark {
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	background: #111;
	color: #fff;
	border-radius: 4px;
	box-shadow: none;
}
.rf-brand__mark .rf-icon { width: 24px; height: 24px; }
.rf-brand__text { display: flex; flex-direction: column; line-height: 1.15; }
.rf-brand__name {
	font-family: var(--rf-font-display);
	font-weight: 800;
	font-style: normal;
	font-size: 1.12rem;
	color: #101010;
	letter-spacing: -0.02em;
	text-transform: none;
}
.rf-brand__tag {
	font-size: 0.72rem;
	color: #6b6b6b;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.rf-nav { margin-inline: auto; }
.rf-nav__list {
	display: flex;
	align-items: center;
	gap: 0.2rem;
	list-style: none;
	margin: 0;
	padding: 0;
	flex-wrap: nowrap;
}
.rf-nav a {
	position: relative;
	display: inline-block;
	padding: 0.55rem 0.75rem;
	border-radius: 0;
	color: #101010;
	font-family: var(--rf-font-display);
	font-weight: 700;
	font-style: normal;
	font-size: 0.8rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	white-space: nowrap;
	text-decoration: none;
	transition: color 0.2s ease;
}
.rf-nav a::after {
	content: "";
	position: absolute;
	left: 0.75rem;
	right: 0.75rem;
	bottom: 0.18rem;
	height: 2px;
	background: var(--rf-gold);
	border-radius: 0;
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.2s ease;
}
.rf-nav a:hover,
.rf-nav .current-menu-item > a,
.rf-nav .current_page_item > a {
	color: #101010;
}
.rf-nav a:hover::after,
.rf-nav .current-menu-item > a::after,
.rf-nav .current_page_item > a::after {
	transform: scaleX(1);
}
.rf-nav .sub-menu {
	position: absolute;
	list-style: none;
	margin: 0.4rem 0 0;
	padding: 0.4rem;
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid rgba(16, 16, 16, 0.08);
	border-radius: 4px;
	box-shadow: 0 16px 36px rgba(16, 16, 16, 0.1);
	backdrop-filter: blur(12px);
	min-width: 210px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
	z-index: 20;
}
.rf-nav .menu-item-has-children { position: relative; }
.rf-nav .menu-item-has-children:hover > .sub-menu,
.rf-nav .menu-item-has-children:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.rf-nav .sub-menu a {
	display: block;
	font-size: 0.78rem;
	letter-spacing: 0.03em;
	padding: 0.7rem 0.8rem;
	text-transform: none;
	font-weight: 700;
}
.rf-nav .sub-menu a::after { display: none; }
.rf-nav .sub-menu a:hover {
	background: color-mix(in srgb, var(--rf-gold) 14%, #fff);
	color: #101010;
}

.rf-header__actions {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	flex-shrink: 0;
	margin-left: auto;
}
.rf-header__actions .rf-btn {
	border-radius: 4px;
	min-height: 2.7rem;
	padding: 0.7rem 1.15rem;
	font-family: var(--rf-font-display);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	box-shadow: none;
}
.rf-header__actions .rf-btn--primary {
	background: var(--rf-gold);
	border: 1px solid var(--rf-gold);
	color: #111;
}
.rf-header__actions .rf-btn--primary:hover {
	background: #111;
	border-color: #111;
	color: #fff;
	box-shadow: none;
	transform: translateY(-1px);
}
.rf-phone-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	font-family: var(--rf-font-display);
	font-weight: 800;
	font-style: normal;
	letter-spacing: -0.01em;
	text-transform: none;
	color: #101010;
	padding: 0.45rem 0.55rem;
	border-radius: 4px;
	border: 1px solid transparent;
	text-decoration: none;
	transition: color 0.2s ease, background 0.2s ease;
}
.rf-phone-btn .rf-icon {
	color: var(--rf-gold-deep);
	width: 1.05em;
	height: 1.05em;
}
.rf-phone-btn:hover {
	color: var(--rf-gold-deep);
	background: color-mix(in srgb, var(--rf-gold) 12%, #fff);
	border-color: transparent;
}
.rf-phone-btn__label { display: flex; flex-direction: column; line-height: 1.1; }
.rf-phone-btn__small {
	font-size: 0.62rem;
	font-weight: 700;
	font-style: normal;
	color: #6b6b6b;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}
.rf-phone-btn--inline { white-space: nowrap; }
.rf-phone-btn__number {
	font-size: 0.92rem;
	font-weight: 800;
	letter-spacing: -0.02em;
}
.rf-phone-btn--inline .rf-phone-btn__number {
	border-bottom: 2px solid currentColor;
	padding-bottom: 0.02rem;
}

.rf-nav-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1.5px solid #101010;
	background: transparent;
	border-radius: 4px;
	color: #101010;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.rf-nav-toggle:hover {
	background: #101010;
	border-color: #101010;
	color: #fff;
}
.rf-nav-toggle .rf-icon { width: 22px; height: 22px; }

/* Body scroll lock while drawer/modal open — preserves scrollY */
body.rf-scroll-locked {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	overflow: hidden;
}

/* Mobile drawer — display:none when closed (NO_LCP); keep painted while closing */
.rf-drawer {
	position: fixed;
	inset: 0;
	z-index: 200;
	display: none;
	overflow: hidden;
}
.rf-drawer.is-open,
.rf-drawer.is-closing {
	display: block;
}
.rf-drawer__overlay {
	position: absolute;
	inset: 0;
	background: rgba(16, 16, 16, 0.45);
	opacity: 0;
	transition: opacity 0.28s ease;
}
.rf-drawer__panel {
	position: absolute;
	top: 0; right: 0; bottom: 0;
	width: min(360px, 88vw);
	background: #fff;
	box-shadow: 0 18px 40px rgba(16, 16, 16, 0.14);
	transform: translateX(100%);
	transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
	display: flex;
	flex-direction: column;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	border-left: 1px solid rgba(16, 16, 16, 0.08);
}
.rf-drawer.is-open {
	pointer-events: auto;
}
.rf-drawer.is-open .rf-drawer__overlay { opacity: 1; }
.rf-drawer.is-open .rf-drawer__panel { transform: translateX(0); }
.rf-drawer__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1.25rem;
	border-bottom: 1px solid rgba(16, 16, 16, 0.08);
}
.rf-drawer__close {
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	border: 1.5px solid #101010;
	background: transparent;
	border-radius: 4px;
	cursor: pointer;
	color: #101010;
	transition: background 0.2s ease, color 0.2s ease;
}
.rf-drawer__close:hover {
	background: #101010;
	color: #fff;
}
.rf-drawer__nav ul { list-style: none; margin: 0; padding: 0.5rem; display: block; gap: 0; }
.rf-drawer__nav li { width: 100%; }
.rf-drawer__nav a {
	display: block;
	padding: 0.95rem 0.85rem;
	border-radius: 0;
	font-family: var(--rf-font-display);
	font-weight: 700;
	font-style: normal;
	font-size: 0.92rem;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #101010;
	border-bottom: 1px solid rgba(16, 16, 16, 0.06);
	text-decoration: none;
}
.rf-drawer__nav a:hover {
	background: color-mix(in srgb, var(--rf-gold) 12%, #fff);
	color: #101010;
}
.rf-drawer__nav .sub-menu { padding-left: 0.75rem; }
.rf-drawer__foot {
	margin-top: auto;
	padding: 1.25rem;
	display: grid;
	gap: 0.75rem;
	border-top: 1px solid rgba(16, 16, 16, 0.08);
}
.rf-drawer__foot .rf-btn {
	border-radius: 4px;
	font-family: var(--rf-font-display);
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.rf-drawer__foot .rf-btn--primary {
	background: var(--rf-gold);
	border-color: var(--rf-gold);
	color: #111;
	box-shadow: none;
}
.rf-drawer__foot .rf-btn--primary:hover {
	background: #111;
	border-color: #111;
	color: #fff;
}

/* =========================================================================
   9. Hero
   ========================================================================= */
.rf-hero {
	position: relative;
	background-color: #0a0a0a;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	overflow: hidden;
}
.rf-hero--dark {
	background-image: var(--rf-home-hero);
}
.rf-hero--dark::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background: linear-gradient(
		90deg,
		#0a0a0a 0%,
		#0a0a0a 18%,
		rgba(10, 10, 10, 0.92) 32%,
		rgba(10, 10, 10, 0.72) 46%,
		rgba(10, 10, 10, 0.42) 60%,
		rgba(10, 10, 10, 0.16) 76%,
		rgba(10, 10, 10, 0.04) 88%,
		rgba(10, 10, 10, 0) 100%
	);
}
.rf-hero > .rf-container { position: relative; z-index: 1; }
.rf-hero__inner {
	display: grid;
	align-items: center;
	min-height: clamp(460px, 46vw, 640px);
	padding-block: clamp(2.5rem, 5vw, 4rem);
}
.rf-hero__content { max-width: 520px; }

/* Dark archive / CPT heroes — light type on photo overlays */
.rf-hero--dark {
	color: #fff;
}
.rf-hero--dark .rf-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 1.15rem;
	padding: 0.4rem 0.85rem;
	border: 1px solid rgba(242, 181, 18, 0.45);
	border-radius: 4px;
	background: rgba(242, 181, 18, 0.12);
	color: var(--rf-gold);
	font-family: var(--rf-font-display);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.rf-hero--dark .rf-hero__badge .rf-icon {
	width: 1.05em;
	height: 1.05em;
	color: var(--rf-gold);
}
.rf-hero--dark .rf-hero__brand {
	display: block;
	margin: 0 0 0.85rem;
	font-family: var(--rf-font-display);
	font-size: clamp(1.25rem, 2vw, 1.55rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1;
	color: #fff;
}
.rf-hero--dark .rf-hero__reg {
	font-size: 0.45em;
	font-weight: 700;
	vertical-align: super;
	margin-left: 0.08em;
	opacity: 0.7;
}
.rf-hero--dark .rf-hero__title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.04em;
	margin: 0 0 1rem;
	font-family: var(--rf-font-display);
	font-size: clamp(1.85rem, 3.8vw, 2.85rem);
	font-weight: 800;
	font-style: normal;
	letter-spacing: -0.04em;
	line-height: 1.02;
	text-transform: none;
	color: #fff;
	max-width: none;
}
.rf-hero--dark .rf-hero__title-line {
	display: block;
	white-space: normal;
	color: inherit;
}
.rf-hero--dark .rf-hero__title-line--accent {
	color: var(--rf-gold);
}
.rf-hero--dark .rf-hero__rule {
	display: block;
	width: 140px;
	height: 3px;
	margin: 0 0 1.15rem;
	border-radius: 2px;
	background: linear-gradient(90deg, var(--rf-gold) 0%, var(--rf-gold) 45%, rgba(242, 181, 18, 0) 100%);
}
.rf-hero--dark .rf-hero__lead {
	margin: 0 0 1.5rem;
	max-width: 34em;
	font-size: 1.02rem;
	font-weight: 400;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.72);
}
.rf-hero--dark .rf-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-bottom: 0;
}
.rf-hero--dark .rf-hero__actions .rf-btn {
	border-radius: 4px;
}
.rf-hero--dark .rf-hero__actions .rf-btn--primary {
	background: var(--rf-gold);
	border-color: var(--rf-gold);
	color: #111;
}
.rf-hero--dark .rf-hero__actions .rf-btn--primary:hover {
	background: #fff;
	border-color: #fff;
	color: #111;
}
.rf-hero--dark .rf-hero__actions .rf-btn--onink {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.35);
	color: #fff;
}
.rf-hero--dark .rf-hero__actions .rf-btn--onink:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: #fff;
	color: #fff;
}

/* ---- Home hero: brand-forward full-bleed ---- */
.rf-hero--home {
	--rf-hero-pad-x: clamp(1.25rem, 4.5vw, 4rem);
	--rf-hero-ink: #101010;
	--rf-hero-muted: #4a4a4a;
	background: #f3f2ef;
	color: var(--rf-hero-ink);
	isolation: isolate;
	overflow: hidden;
	min-height: clamp(620px, 92vh, 900px);
}
.rf-hero--home::before,
.rf-hero--home::after {
	content: none;
	display: none;
}

.rf-hero__backdrop {
	position: absolute;
	inset: -4% -2% -4% 18%;
	z-index: 0;
	background-color: #ebeae6;
	overflow: hidden;
	transform-origin: 70% 45%;
	/* Drift starts after LCP window via .is-animated (NO_LCP-safe). */
	will-change: auto;
	pointer-events: none;
}
.rf-hero__backdrop.is-animated {
	animation: rf-hero-drift 28s ease-in-out infinite alternate;
	will-change: transform;
}
.rf-hero__backdrop .rf-hero__photo {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: 58% center;
}
.rf-hero__veil {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		linear-gradient(
			105deg,
			#fff 0%,
			rgba(255, 255, 255, 0.98) 24%,
			rgba(255, 255, 255, 0.88) 38%,
			rgba(255, 255, 255, 0.55) 52%,
			rgba(255, 255, 255, 0.18) 68%,
			rgba(255, 255, 255, 0) 84%
		),
		linear-gradient(
			180deg,
			rgba(255, 255, 255, 0.35) 0%,
			rgba(255, 255, 255, 0) 22%,
			rgba(255, 255, 255, 0) 78%,
			rgba(255, 255, 255, 0.22) 100%
		);
}

.rf-hero__shell {
	position: relative;
	z-index: 2;
	width: min(100% - (var(--rf-hero-pad-x) * 2), var(--rf-container-wide));
	margin-inline: auto;
	height: 100%;
}

.rf-hero__inner--home {
	position: relative;
	display: grid;
	align-items: end;
	min-height: clamp(620px, 92vh, 900px);
	padding-block: clamp(4.5rem, 10vw, 7rem) clamp(3.25rem, 7vw, 5rem);
}

.rf-hero__watermark {
	position: absolute;
	left: -0.08em;
	bottom: 8%;
	z-index: 0;
	margin: 0;
	font-family: var(--rf-font-display);
	font-size: clamp(5.5rem, 18vw, 14rem);
	font-weight: 800;
	letter-spacing: -0.06em;
	line-height: 0.78;
	color: rgba(16, 16, 16, 0.045);
	text-transform: uppercase;
	user-select: none;
	pointer-events: none;
	white-space: nowrap;
}

.rf-hero__content--home {
	position: relative;
	z-index: 2;
	max-width: 36rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.rf-hero__brand {
	display: block;
	margin: 0 0 1.15rem;
	font-family: var(--rf-font-display);
	font-size: clamp(1.55rem, 2.6vw, 2rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1;
	color: var(--rf-hero-ink);
}
.rf-hero__reg {
	font-size: 0.45em;
	font-weight: 700;
	vertical-align: super;
	margin-left: 0.08em;
	opacity: 0.7;
}

.rf-hero__title--home {
	display: flex;
	flex-direction: column;
	gap: 0.02em;
	margin: 0 0 1.25rem;
	font-size: clamp(2.7rem, 6.2vw, 4.35rem);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 0.95;
	color: var(--rf-hero-ink);
}
.rf-hero__title--home .rf-hero__title-line {
	display: block;
	white-space: normal;
}
.rf-hero__title-line--accent {
	color: var(--rf-gold);
}

.rf-hero__lead--home {
	margin: 0 0 2rem;
	max-width: 28em;
	font-size: 1.08rem;
	line-height: 1.65;
	color: var(--rf-hero-muted);
}

.rf-hero__actions--home {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem 1.35rem;
	margin: 0 0 1.65rem;
}
.rf-hero__actions--home .rf-btn {
	border-radius: 4px;
	min-height: 3.4rem;
	padding: 0.95rem 1.55rem;
	font-family: var(--rf-font-display);
	font-size: 0.88rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	box-shadow: none;
}
.rf-hero__actions--home .rf-btn--primary {
	background: var(--rf-gold);
	border: 1px solid var(--rf-gold);
	color: #111;
}
.rf-hero__actions--home .rf-btn--primary:hover {
	background: #111;
	border-color: #111;
	color: #fff;
	transform: translateY(-1px);
}
.rf-hero__actions--home .rf-btn--secondary {
	background: transparent;
	border: 1px solid rgba(16, 16, 16, 0.22);
	color: #101010;
}
.rf-hero__actions--home .rf-btn--secondary:hover {
	background: #111;
	border-color: #111;
	color: #fff;
	transform: translateY(-1px);
}
.rf-hero__actions--home .rf-btn .rf-icon {
	width: 1.05em;
	height: 1.05em;
}

.rf-hero__phone {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.12rem;
	text-decoration: none;
	color: var(--rf-hero-ink);
	line-height: 1.15;
	transition: color 0.2s ease;
}
.rf-hero__phone:hover {
	color: var(--rf-gold-deep);
}
.rf-hero__phone-label {
	font-family: var(--rf-font-display);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	opacity: 0.55;
}
.rf-hero__phone-num {
	font-family: var(--rf-font-display);
	font-size: 1.15rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	border-bottom: 2px solid currentColor;
	padding-bottom: 0.05rem;
}

.rf-hero__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.45rem 0.65rem;
	margin: 0;
	padding-top: 1.15rem;
	border-top: 1px solid rgba(16, 16, 16, 0.1);
	font-family: var(--rf-font-display);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #555;
	max-width: 34rem;
}

@keyframes rf-hero-drift {
	from { transform: scale(1) translate3d(0, 0, 0); }
	to { transform: scale(1.06) translate3d(-1.2%, 0.6%, 0); }
}

/* Home hero entrance — opacity stays 1 (NO_LCP-safe); restore rise motion only */
[data-rf-hero-reveal] .rf-hero__brand,
[data-rf-hero-reveal] .rf-hero__title-line,
[data-rf-hero-reveal] .rf-hero__lead,
[data-rf-hero-reveal] .rf-hero__actions,
[data-rf-hero-reveal] .rf-hero__meta {
	opacity: 1;
	transform: translateY(16px);
	transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
[data-rf-hero-reveal].is-in .rf-hero__brand,
[data-rf-hero-reveal].is-in .rf-hero__title-line,
[data-rf-hero-reveal].is-in .rf-hero__lead,
[data-rf-hero-reveal].is-in .rf-hero__actions,
[data-rf-hero-reveal].is-in .rf-hero__meta {
	transform: none;
}
[data-rf-hero-reveal].is-in .rf-hero__brand { transition-delay: 0.04s; }
[data-rf-hero-reveal].is-in .rf-hero__title-line:nth-child(1) { transition-delay: 0.14s; }
[data-rf-hero-reveal].is-in .rf-hero__title-line:nth-child(2) { transition-delay: 0.24s; }
[data-rf-hero-reveal].is-in .rf-hero__lead { transition-delay: 0.34s; }
[data-rf-hero-reveal].is-in .rf-hero__actions { transition-delay: 0.44s; }
[data-rf-hero-reveal].is-in .rf-hero__meta { transition-delay: 0.54s; }

@media (prefers-reduced-motion: reduce) {
	.rf-hero__backdrop {
		animation: none;
		inset: 0;
	}
	[data-rf-hero-reveal] .rf-hero__brand,
	[data-rf-hero-reveal] .rf-hero__title-line,
	[data-rf-hero-reveal] .rf-hero__lead,
	[data-rf-hero-reveal] .rf-hero__actions,
	[data-rf-hero-reveal] .rf-hero__meta {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

@media (max-width: 900px) {
	.rf-hero__backdrop {
		inset: 0;
		opacity: 0.3;
	}
	.rf-hero__backdrop .rf-hero__photo {
		object-position: 70% 28%;
	}
	.rf-hero__veil {
		background:
			linear-gradient(
				180deg,
				rgba(255, 255, 255, 0.78) 0%,
				rgba(255, 255, 255, 0.92) 32%,
				#fff 58%,
				#f8f7f4 100%
			);
	}
	.rf-hero__watermark {
		display: none;
	}
	.rf-hero__title-line--accent,
	.rf-ssvc-hero__title-line--accent,
	.rf-app-hero__title-line--accent,
	.rf-svc-hero__title-line--accent,
	.rf-cta-banner__title-line--accent {
		color: var(--rf-gold-deep);
	}
	.rf-hero__lead--home,
	.rf-ssvc-hero__lead,
	.rf-app-hero__lead,
	.rf-svc-hero__lead {
		color: #2e2e2e;
	}
}

@media (max-width: 768px) {
	.rf-hero--home {
		min-height: 0;
	}
	.rf-hero__inner--home {
		align-items: start;
		min-height: 0;
		padding-block: 2.35rem 2.15rem;
	}
	.rf-hero__content--home { max-width: none; }
	.rf-hero__title--home {
		font-size: clamp(2.35rem, 11vw, 3.2rem);
	}
	.rf-hero__actions--home {
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
	}
	.rf-hero__actions--home .rf-btn {
		width: 100%;
		justify-content: center;
	}
}

/* Hero visual composition */
.rf-hero__media { position: relative; }
.rf-hero__media::before {
	content: "";
	position: absolute;
	width: 130%;
	aspect-ratio: 1;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid color-mix(in srgb, var(--rf-secondary) 16%, transparent);
	border-radius: 50%;
	z-index: 0;
	pointer-events: none;
}
.rf-hero__media::after {
	content: "";
	position: absolute;
	width: 96%;
	aspect-ratio: 1;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border: 1px dashed color-mix(in srgb, var(--rf-primary) 20%, transparent);
	border-radius: 50%;
	z-index: 0;
	pointer-events: none;
}
.rf-hero-figure {
	position: relative;
	border-radius: var(--rf-radius-lg);
	background: linear-gradient(150deg, var(--rf-secondary) 0%, var(--rf-secondary-dark) 100%);
	aspect-ratio: 4 / 3.4;
	box-shadow: var(--rf-shadow-lg);
	overflow: hidden;
	display: grid;
	place-items: center;
	color: #fff;
}
.rf-hero-figure__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.rf-hero-figure__placeholder {
	display: grid;
	place-items: center;
	gap: 0.75rem;
	text-align: center;
	padding: 2rem;
}
.rf-hero-figure__placeholder .rf-icon { width: 84px; height: 84px; opacity: 0.9; }
.rf-hero-figure__placeholder span { font-weight: 600; opacity: 0.85; letter-spacing: 0.02em; }
.rf-hero-figure__grid {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
	background-size: 44px 44px;
}
/* Hero booking card */
.rf-hero__card {
	position: relative;
	z-index: 1;
	background: #fff;
	border: 1px solid var(--rf-line);
	border-radius: var(--rf-radius-lg);
	box-shadow: var(--rf-shadow-lg);
	padding: clamp(1.25rem, 3vw, 1.75rem);
}
.rf-hero__flag {
	position: absolute;
	top: -0.9rem;
	right: 1.25rem;
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	background: var(--rf-primary);
	color: #fff;
	border-radius: var(--rf-radius);
	box-shadow: 0 8px 20px color-mix(in srgb, var(--rf-primary) 32%, transparent);
	padding: 0.5rem 0.9rem;
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}
.rf-hero__flag .rf-icon { width: 1.35em; height: 1.35em; }
.rf-hero__flag small { display: block; font-weight: 500; text-transform: none; letter-spacing: 0; opacity: 0.92; }
.rf-hero__form { padding: 0; }
.rf-hero__form-title { font-size: 1.3rem; margin-bottom: 0.9rem; }
.rf-hero__form-sub { color: var(--rf-muted); font-size: 0.9rem; margin-bottom: 1rem; }
.rf-hero__card-foot {
	display: flex;
	align-items: flex-start;
	gap: 0.7rem;
	margin-top: 1.1rem;
	padding-top: 1.1rem;
	border-top: 1px solid var(--rf-line);
}
.rf-hero__card-foot .rf-icon { flex: none; color: var(--rf-primary); width: 1.4em; height: 1.4em; margin-top: 2px; }
.rf-hero__card-foot strong { display: block; font-size: 0.95rem; color: var(--rf-charcoal); }
.rf-hero__card-foot small { color: var(--rf-muted); font-size: 0.85rem; }

/* =========================================================================
   10. Cards (shared)
   ========================================================================= */
.rf-card {
	background: #fff;
	border: 1px solid var(--rf-line);
	border-radius: var(--rf-radius);
	padding: clamp(1.25rem, 2.4vw, 1.6rem);
	box-shadow: var(--rf-shadow-xs);
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
	height: 100%;
}
.rf-card--hover:hover {
	transform: translateY(-4px);
	box-shadow: var(--rf-shadow);
	border-color: var(--rf-line-strong);
}
.rf-card__icon {
	width: 54px; height: 54px;
	display: grid; place-items: center;
	border-radius: var(--rf-radius);
	background: var(--rf-accent-soft);
	color: var(--rf-accent);
	margin-bottom: 1rem;
}
.rf-card__icon .rf-icon { width: 28px; height: 28px; }
.rf-card__title { font-size: 1.15rem; margin-bottom: 0.4rem; }
.rf-card__text { color: var(--rf-muted); margin-bottom: 0; font-size: 0.97rem; }
.rf-card__foot { margin-top: 1rem; }

/* Appliance card variant — layout defined in §34. */

/* Problem card variant — layout defined in §34c. */

/* Location card — layout defined in §34e (homepage locations). */

/* Guarantee cards reuse .rf-pcard from the process section. */

/* =========================================================================
   11. Trust metrics
   ========================================================================= */
.rf-metrics {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: clamp(1rem, 2vw, 1.5rem);
}
.rf-metric {
	text-align: center;
	padding: 1.5rem 1rem;
	background: #fff;
	border: 1px solid var(--rf-line);
	border-radius: var(--rf-radius);
	box-shadow: var(--rf-shadow-xs);
}
.rf-metric__icon {
	display: inline-grid; place-items: center;
	width: 44px; height: 44px;
	border-radius: 50%;
	background: var(--rf-accent-soft);
	color: var(--rf-accent);
	margin-bottom: 0.6rem;
}
.rf-metric__value {
	font-size: clamp(1.9rem, 3vw, 2.4rem);
	font-weight: 800;
	color: var(--rf-charcoal);
	letter-spacing: -0.02em;
	line-height: 1;
}
.rf-metric__label {
	display: block;
	margin-top: 0.35rem;
	color: var(--rf-muted);
	font-weight: 600;
	font-size: 0.9rem;
}

/* =========================================================================
   12. Process / steps
   ========================================================================= */
.rf-steps {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	counter-reset: rf-step;
}
.rf-step {
	position: relative;
	background: #fff;
	border: 1px solid var(--rf-line);
	border-radius: var(--rf-radius);
	padding: 1.5rem 1.35rem 1.35rem;
	box-shadow: var(--rf-shadow-xs);
}
.rf-step__num {
	counter-increment: rf-step;
	display: inline-grid; place-items: center;
	width: 42px; height: 42px;
	border-radius: 50%;
	background: var(--rf-accent);
	color: #fff;
	font-weight: 800;
	margin-bottom: 0.9rem;
}
.rf-step__num::before { content: counter(rf-step); }
.rf-step__title { font-size: 1.1rem; margin-bottom: 0.35rem; }
.rf-step__text { color: var(--rf-muted); font-size: 0.95rem; margin: 0; }

/* Transformation + reviews layouts defined in §34f / §34g / §34h. */

/* Carousel (reviews) */
.rf-carousel {
	position: relative;
	overflow: visible;
}
.rf-carousel__track {
	display: flex;
	gap: clamp(1rem, 2vw, 1.5rem);
	list-style: none;
	margin: 0;
	padding: 0.5rem 0.25rem 1rem;
	/*
	 * CRITICAL (LCP): do not create a horizontal scrollport on first paint.
	 * Chromium can record ZERO largest-contentful-paint entries when an
	 * off-screen overflow-x:auto track exists. Enable scrolling after JS.
	 */
	overflow-x: hidden;
	scroll-snap-type: none;
	scroll-behavior: auto;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}
.rf-carousel.is-ready .rf-carousel__track {
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
}
.rf-carousel__track::-webkit-scrollbar { display: none; }
.rf-carousel__slide {
	flex: 0 0 calc((100% - 2 * clamp(1rem, 2vw, 1.5rem)) / 3);
	scroll-snap-align: start;
	display: flex;
}
.rf-carousel__slide > .rf-review { width: 100%; }
.rf-carousel__controls {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.75rem;
	margin-top: 0.5rem;
}
.rf-carousel__nav {
	position: static;
	flex: none;
	width: 44px;
	height: 44px;
	display: grid;
	place-items: center;
	border-radius: 0;
	border: 1px solid #111;
	background: #111;
	color: #fff;
	box-shadow: none;
	cursor: pointer;
	transition: background 0.16s ease, color 0.16s ease, opacity 0.16s ease;
}
.rf-carousel__nav:hover { background: #fff; color: #111; border-color: #111; }
.rf-carousel__nav .rf-icon { width: 22px; height: 22px; }
.rf-carousel__nav[disabled] { opacity: 0.35; cursor: default; }
.rf-carousel__nav[disabled]:hover { background: #111; color: #fff; border-color: #111; }

@media (max-width: 900px) {
	.rf-carousel__slide { flex-basis: calc((100% - clamp(1rem, 2vw, 1.5rem)) / 2); }
}
@media (max-width: 640px) {
	.rf-carousel__slide { flex-basis: 86%; }
}
.rf-demo-flag {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--rf-muted);
	background: var(--rf-surface-2);
	border: 1px dashed var(--rf-line-strong);
	border-radius: var(--rf-radius-sm);
	padding: 0.25rem 0.5rem;
	align-self: flex-start;
}
.rf-reviews-note {
	margin-top: 1.5rem;
	text-align: center;
	color: var(--rf-muted);
	font-size: 0.9rem;
}

/* =========================================================================
   15. Split / feature panels
   ========================================================================= */
.rf-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(2rem, 5vw, 4rem);
	align-items: center;
}
.rf-featurelist { list-style: none; padding: 0; margin: 1.25rem 0 0; display: grid; gap: 0.85rem; }
.rf-featurelist li { display: flex; gap: 0.75rem; align-items: flex-start; }
.rf-featurelist .rf-icon { color: var(--rf-accent); width: 1.4em; height: 1.4em; flex: none; margin-top: 0.1rem; }
.rf-featurelist strong { display: block; color: var(--rf-charcoal); }
.rf-featurelist span { color: var(--rf-muted); font-size: 0.95rem; }

.rf-panel {
	background: #fff;
	border: 1px solid var(--rf-line);
	border-radius: var(--rf-radius-lg);
	box-shadow: var(--rf-shadow);
	padding: clamp(1.5rem, 3vw, 2.25rem);
}
.rf-panel--muted { background: var(--rf-surface-2); box-shadow: none; }

.rf-expert {
	display: flex;
	gap: 1.1rem;
	align-items: flex-start;
}
.rf-expert__avatar {
	width: 84px; height: 84px;
	flex: none;
	border-radius: 4px;
	background: linear-gradient(150deg, var(--rf-secondary), var(--rf-secondary-dark));
	color: #fff;
	display: grid; place-items: center;
	overflow: hidden;
}
.rf-expert__avatar .rf-icon { width: 44px; height: 44px; }
.rf-expert__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.rf-expert__body {
	min-width: 0;
	display: grid;
	gap: 0.2rem;
}
.rf-expert__role {
	display: block;
	color: #6b6b6b;
	font-weight: 700;
	font-size: 0.78rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin-bottom: 0.15rem;
}
.rf-expert__name {
	display: grid;
	gap: 0.05rem;
	font-family: var(--rf-font-display);
	font-weight: 800;
	color: #101010;
	font-size: clamp(1.35rem, 2.4vw, 1.7rem);
	letter-spacing: -0.03em;
	line-height: 1.05;
	text-decoration: none;
}
.rf-expert__name-line { display: block; }
.rf-expert__name-line--accent { color: var(--rf-gold-deep); }
a.rf-expert__name:hover .rf-expert__name-line--accent {
	color: #101010;
}
.rf-expert__text {
	color: #555;
	font-size: 0.94rem;
	line-height: 1.5;
	margin: 0.45rem 0 0;
	max-width: 36rem;
}

/* =========================================================================
   16. FAQ accordion
   ========================================================================= */
.rf-faq {
	display: grid;
	gap: 0.75rem;
	max-width: 860px;
	margin-inline: auto;
}
.rf-faq__item {
	background: #fff;
	border: 1px solid rgba(16, 16, 16, 0.08);
	border-radius: 4px;
	overflow: hidden;
	box-shadow: none;
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.rf-faq__item:has(.rf-faq__trigger[aria-expanded="true"]) {
	border-color: rgba(242, 181, 18, 0.45);
	box-shadow: 0 8px 24px rgba(16, 16, 16, 0.05);
}
.rf-faq__q { margin: 0; font-size: inherit; line-height: inherit; }
.rf-faq__trigger {
	width: 100%;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 0.95rem;
	text-align: left;
	background: none;
	border: 0;
	padding: 1.15rem 1.2rem;
	font-family: inherit;
	font-size: 1.02rem;
	font-weight: 700;
	color: #101010;
	cursor: pointer;
}
.rf-faq__num {
	font-family: var(--rf-font-display);
	font-size: 1.15rem;
	font-weight: 800;
	font-style: normal;
	letter-spacing: -0.04em;
	line-height: 1;
	color: var(--rf-gold);
}
.rf-faq__label {
	font-family: var(--rf-font-display);
	font-size: clamp(0.98rem, 1.4vw, 1.08rem);
	font-weight: 800;
	font-style: normal;
	letter-spacing: -0.02em;
	text-transform: none;
	line-height: 1.3;
	color: #101010;
}
.rf-faq__trigger:hover .rf-faq__label { color: var(--rf-gold-deep); }
.rf-faq__sign {
	flex: none;
	width: 34px;
	height: 34px;
	display: grid;
	place-items: center;
	border-radius: 4px;
	border: 1px solid rgba(16, 16, 16, 0.12);
	background: color-mix(in srgb, var(--rf-gold) 16%, #fff);
	color: #111;
	transition: transform 0.22s ease, background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}
.rf-faq__sign .rf-icon { width: 16px; height: 16px; }
.rf-faq__trigger[aria-expanded="true"] .rf-faq__sign {
	transform: rotate(45deg);
	background: var(--rf-gold);
	border-color: var(--rf-gold);
	color: #111;
}
.rf-faq__panel {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.28s ease;
}
.rf-faq__panel-inner {
	padding: 0 1.2rem 1.25rem 3.4rem;
	color: #555;
	font-size: 0.96rem;
	line-height: 1.55;
}
.rf-faq__panel-inner p { margin: 0; }

.rf-section--faq {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background:
		radial-gradient(70% 55% at 0% 100%, rgba(242, 181, 18, 0.09), transparent 55%),
		linear-gradient(165deg, #ffffff 0%, #f8f7f4 48%, #f3f2ee 100%);
	color: #101010;
}
.rf-section--faq .rf-faq {
	max-width: none;
	margin-inline: 0;
}
.rf-section--faq .rf-faq__item {
	background: #fff;
}
.rf-faq-desk {
	display: grid;
	grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
	gap: clamp(1.5rem, 4vw, 3rem);
	align-items: start;
}
.rf-faq-desk__media {
	position: sticky;
	top: calc(var(--rf-header-h, 72px) + 1rem);
	margin: 0;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid rgba(16, 16, 16, 0.08);
	border-top: 3px solid var(--rf-gold);
	box-shadow: 0 16px 40px rgba(16, 16, 16, 0.08);
	background: #e8e6e1;
	aspect-ratio: 4 / 3;
}
.rf-faq-desk__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.rf-faq-desk__copy {
	min-width: 0;
}
.rf-faq-desk__intro {
	max-width: 36rem;
	margin-bottom: clamp(1.5rem, 3vw, 2rem);
}
.rf-faq-desk__brand {
	display: block;
	margin: 0 0 1rem;
	font-family: var(--rf-font-display);
	font-size: clamp(1.35rem, 2.2vw, 1.7rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1;
	color: #101010;
}
.rf-faq-desk__reg {
	font-size: 0.45em;
	font-weight: 700;
	vertical-align: super;
	margin-left: 0.08em;
	opacity: 0.7;
}
.rf-faq-desk__title {
	display: flex;
	flex-direction: column;
	gap: 0.04em;
	margin: 0 0 1.15rem;
	font-family: var(--rf-font-display);
	font-size: clamp(2rem, 3.8vw, 3rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 0.98;
	color: #101010;
	text-transform: none;
}
.rf-faq-desk__title-line { display: block; }
.rf-faq-desk__title-line--accent { color: var(--rf-gold); }
.rf-faq-desk__lead {
	margin: 0;
	max-width: 34em;
	font-size: 1.05rem;
	line-height: 1.65;
	color: #4a4a4a;
}

.rf-section--alt.rf-section--loc .rf-faq__item {
	background: #fff;
}
@media (max-width: 960px) {
	.rf-faq-desk {
		grid-template-columns: 1fr;
	}
	.rf-faq-desk__media {
		position: static;
		max-height: 22rem;
	}
}
@media (max-width: 640px) {
	.rf-faq__trigger {
		grid-template-columns: auto 1fr;
		grid-template-areas:
			"num sign"
			"label label";
		gap: 0.65rem 0.85rem;
	}
	.rf-faq__num { grid-area: num; }
	.rf-faq__sign { grid-area: sign; justify-self: end; }
	.rf-faq__label { grid-area: label; }
	.rf-faq__panel-inner { padding-left: 1.2rem; }
}

/* =========================================================================
   17. Booking form
   ========================================================================= */
.rf-form { display: grid; gap: 1rem; }
.rf-form__row {
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr 1fr;
}
.rf-field { display: flex; flex-direction: column; gap: 0.35rem; }
.rf-field--full { grid-column: 1 / -1; }
.rf-field label {
	font-weight: 600;
	font-size: 0.9rem;
	color: var(--rf-charcoal);
}
.rf-field .rf-req { color: var(--rf-primary); }
.rf-field input,
.rf-field select,
.rf-field textarea {
	width: 100%;
	font-family: inherit;
	font-size: 1rem;
	color: var(--rf-ink);
	background: var(--rf-surface);
	border: 1px solid var(--rf-line-strong);
	border-radius: var(--rf-radius-sm);
	padding: 0.7rem 0.85rem;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.rf-field textarea { min-height: 120px; resize: vertical; }
.rf-field input:focus,
.rf-field select:focus,
.rf-field textarea:focus {
	outline: none;
	border-color: var(--rf-primary);
	box-shadow: var(--rf-focus);
}
.rf-field input[aria-invalid="true"],
.rf-field select[aria-invalid="true"],
.rf-field textarea[aria-invalid="true"] {
	border-color: var(--rf-primary);
	background: color-mix(in srgb, var(--rf-primary) 4%, #fff);
}
.rf-field__error {
	color: var(--rf-primary-dark);
	font-size: 0.82rem;
	font-weight: 600;
}
.rf-consent {
	display: flex;
	gap: 0.6rem;
	align-items: flex-start;
	font-size: 0.9rem;
	color: var(--rf-muted);
}
.rf-consent input { width: auto; margin-top: 0.2rem; flex: none; }
.rf-consent label { font-weight: 500; color: var(--rf-muted); font-size: 0.88rem; }
.rf-honeypot {
	position: absolute !important;
	left: -9999px;
	width: 1px; height: 1px;
	overflow: hidden;
}
.rf-form__note { font-size: 0.82rem; color: var(--rf-muted); margin: 0; }

.rf-alert {
	border-radius: var(--rf-radius);
	padding: 1rem 1.15rem;
	font-size: 0.95rem;
	display: flex;
	gap: 0.6rem;
	align-items: flex-start;
}
.rf-alert .rf-icon { flex: none; margin-top: 0.1rem; }
.rf-alert--success {
	background: var(--rf-primary-soft);
	border: 1px solid color-mix(in srgb, var(--rf-primary) 22%, #fff);
	color: var(--rf-primary-dark);
}
.rf-alert--error {
	background: color-mix(in srgb, var(--rf-primary) 8%, #fff);
	border: 1px solid color-mix(in srgb, var(--rf-primary) 35%, #fff);
	color: var(--rf-primary-dark);
}

/* =========================================================================
   18. Notices (safety / disclosure)
   ========================================================================= */
.rf-notice {
	display: flex;
	gap: 0.85rem;
	align-items: flex-start;
	background: var(--rf-surface-2);
	border: 1px solid var(--rf-line);
	border-left: 4px solid var(--rf-secondary);
	border-radius: var(--rf-radius);
	padding: 1.1rem 1.25rem;
	color: var(--rf-ink-2);
	font-size: 0.94rem;
}
.rf-notice .rf-icon { flex: none; color: var(--rf-secondary); margin-top: 0.1rem; }
.rf-notice--safety { border-left-color: var(--rf-primary); }
.rf-notice--safety .rf-icon { color: var(--rf-primary); }
.rf-notice strong { color: var(--rf-charcoal); }

.rf-disclosure {
	background: var(--rf-surface-2);
	border: 1px solid var(--rf-line);
	border-radius: var(--rf-radius);
	padding: 1.25rem 1.4rem;
	color: var(--rf-muted);
	font-size: 0.9rem;
	display: flex;
	gap: 0.85rem;
	align-items: flex-start;
}
.rf-disclosure .rf-icon { flex: none; color: var(--rf-secondary); margin-top: 0.15rem; }
.rf-disclosure strong { color: var(--rf-charcoal); }

/* =========================================================================
   19. CTA banner — photo-free Whirlpool signal band
   ========================================================================= */
.rf-section--final-cta {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background:
		radial-gradient(70% 80% at 50% 0%, rgba(242, 181, 18, 0.16), transparent 55%),
		linear-gradient(165deg, #ffffff 0%, #f8f7f4 45%, #f3f2ee 100%);
	color: #101010;
}
.rf-cta-banner {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	border-radius: 4px;
	padding: clamp(2.5rem, 5.5vw, 4rem) clamp(1.5rem, 4vw, 3rem);
	background:
		radial-gradient(90% 70% at 100% 100%, rgba(242, 181, 18, 0.12), transparent 50%),
		radial-gradient(70% 60% at 0% 0%, rgba(242, 181, 18, 0.08), transparent 45%),
		#fff;
	border: 1px solid rgba(16, 16, 16, 0.08);
	border-top: 3px solid var(--rf-gold);
	box-shadow: 0 16px 40px rgba(16, 16, 16, 0.05);
	color: #101010;
	text-align: center;
}
.rf-cta-banner__inner {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
}
.rf-cta-banner__copy {
	max-width: 38rem;
	margin-inline: auto;
}
.rf-cta-banner__brand {
	display: block;
	margin: 0 0 1rem;
	font-family: var(--rf-font-display);
	font-size: clamp(1.35rem, 2.2vw, 1.7rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1;
	color: #101010;
}
.rf-cta-banner__reg {
	font-size: 0.45em;
	font-weight: 700;
	vertical-align: super;
	margin-left: 0.08em;
	opacity: 0.7;
}
.rf-cta-banner__title {
	display: flex;
	flex-direction: column;
	gap: 0.04em;
	margin: 0 0 1.15rem;
	font-family: var(--rf-font-display);
	font-size: clamp(1.85rem, 3.6vw, 2.85rem);
	font-weight: 800;
	font-style: normal;
	line-height: 1.02;
	letter-spacing: -0.04em;
	text-transform: none;
	color: #101010;
	text-shadow: none;
}
.rf-cta-banner__title-line { display: block; }
.rf-cta-banner__title-line--accent { color: var(--rf-gold); }
.rf-cta-banner__text {
	margin: 0 auto 1.75rem;
	max-width: 34em;
	font-size: 1.05rem;
	line-height: 1.65;
	color: #4a4a4a;
	text-shadow: none;
}
.rf-cta-banner__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.85rem;
}
.rf-cta-banner__actions .rf-btn {
	border-radius: 4px;
}
.rf-cta-banner__actions .rf-btn--primary {
	background: var(--rf-gold);
	border-color: var(--rf-gold);
	color: #111;
}
.rf-cta-banner__actions .rf-btn--primary:hover {
	background: #111;
	border-color: #111;
	color: #fff;
}
.rf-cta-banner__actions .rf-btn--secondary,
.rf-cta-banner__call {
	background: transparent;
	border-color: rgba(16, 16, 16, 0.2);
	color: #101010;
}
.rf-cta-banner__actions .rf-btn--secondary:hover,
.rf-cta-banner__call:hover {
	background: #111;
	border-color: #111;
	color: #fff;
}
@media (max-width: 640px) {
	.rf-cta-banner {
		padding: 1.75rem 1.15rem 1.85rem;
	}
	.rf-cta-banner__actions {
		width: 100%;
		flex-direction: column;
		align-items: stretch;
	}
	.rf-cta-banner__actions .rf-btn {
		width: 100%;
		flex: none;
		justify-content: center;
	}
}

/* =========================================================================
   20. NAP / contact block
   ========================================================================= */
.rf-nap { display: grid; gap: 1rem; }
.rf-nap__item {
	display: flex;
	gap: 0.85rem;
	align-items: flex-start;
}
.rf-nap__icon {
	width: 44px; height: 44px;
	flex: none;
	display: grid; place-items: center;
	border-radius: var(--rf-radius);
	background: var(--rf-accent-soft);
	color: var(--rf-accent);
}
.rf-nap__label { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--rf-muted); font-weight: 700; }
.rf-nap__value { font-weight: 600; color: var(--rf-charcoal); }
.rf-nap__value a { color: var(--rf-charcoal); }
.rf-nap__value a:hover { color: var(--rf-primary); }

/* =========================================================================
   21. Footer — Whirlpool dark console
   ========================================================================= */
.rf-footer {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background:
		radial-gradient(70% 50% at 0% 0%, rgba(242, 181, 18, 0.12), transparent 55%),
		linear-gradient(180deg, #101010 0%, #141414 55%, #0c0c0c 100%);
	color: rgba(255, 255, 255, 0.62);
	padding-block: clamp(2.75rem, 5vw, 4rem) 0;
	padding-inline: 0;
	border-top: 3px solid var(--rf-gold);
}
.rf-footer > .rf-container {
	padding-inline: clamp(1.75rem, 5.5vw, 3.25rem);
	max-width: var(--rf-container-wide);
}
.rf-footer__contact-item a,
.rf-footer__contact-item span {
	overflow-wrap: break-word;
	word-break: normal;
}
.rf-footer__contact-item a[href^="mailto:"] {
	overflow-wrap: normal;
	word-break: keep-all;
	white-space: nowrap;
}
.rf-footer a {
	color: rgba(255, 255, 255, 0.78);
	text-decoration: none;
	transition: color 0.16s ease;
}
.rf-footer a:hover { color: var(--rf-gold); }
.rf-footer__top {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) repeat(4, minmax(0, 1fr));
	gap: clamp(1.75rem, 3vw, 2.5rem);
	padding-bottom: clamp(2rem, 4vw, 2.75rem);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.rf-footer__brandcol { max-width: 22rem; }
.rf-footer__brand .rf-brand__name { color: #fff; }
.rf-footer__brand .rf-brand__tag { color: rgba(255, 255, 255, 0.5); }
.rf-footer__about {
	font-size: 0.94rem;
	line-height: 1.55;
	margin: 1.1rem 0 1.25rem;
	color: rgba(255, 255, 255, 0.58);
}
.rf-footer__brandcol .rf-btn--onink {
	border-radius: 4px;
	background: var(--rf-gold);
	border-color: var(--rf-gold);
	color: #111;
}
.rf-footer__brandcol .rf-btn--onink:hover {
	background: #fff;
	color: #111;
	border-color: #fff;
}
.rf-footer__col-title {
	margin: 0 0 1rem;
	padding-bottom: 0.7rem;
	border-bottom: 1px solid rgba(242, 181, 18, 0.35);
	font-family: var(--rf-font-display);
	font-size: 0.92rem;
	font-weight: 800;
	font-style: normal;
	letter-spacing: -0.01em;
	text-transform: none;
	color: #fff;
	line-height: 1.2;
}
.rf-footer__col ul,
.rf-footer__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.65rem;
}
.rf-footer__col a,
.rf-footer__list a {
	font-size: 0.92rem;
	line-height: 1.35;
}
.rf-footer__contact {
	display: grid;
	gap: 0.75rem;
}
.rf-footer__contact-item {
	display: grid;
	grid-template-columns: 2.25rem 1fr;
	gap: 0.7rem;
	align-items: start;
	font-size: 0.9rem;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.72);
}
.rf-footer__contact-ico {
	width: 2.25rem;
	height: 2.25rem;
	display: grid;
	place-items: center;
	border-radius: 4px;
	border: 1px solid rgba(242, 181, 18, 0.35);
	background: rgba(242, 181, 18, 0.12);
	color: var(--rf-gold);
}
.rf-footer__contact-ico .rf-icon {
	width: 0.95rem;
	height: 0.95rem;
}
.rf-footer__contact-item a {
	color: #fff;
	font-family: var(--rf-font-display);
	font-style: normal;
	font-weight: 700;
	letter-spacing: -0.015em;
	text-transform: none;
	font-size: 0.95rem;
}
.rf-footer__contact-item a:hover {
	color: var(--rf-gold);
}
.rf-footer__disclosure {
	padding-block: 1.5rem;
	font-size: 0.84rem;
	color: rgba(255, 255, 255, 0.45);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.rf-footer__bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 0.85rem 1.5rem;
	padding-block: 1.35rem;
	font-size: 0.84rem;
	color: rgba(255, 255, 255, 0.45);
}
.rf-footer__bottom > p { margin: 0; }
.rf-footer__bottom nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 0.35rem 1.15rem;
	list-style: none;
	margin: 0;
	padding: 0;
}
.rf-footer__bottom nav a {
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	text-transform: none;
	color: rgba(255, 255, 255, 0.55);
}
.rf-footer__bottom nav a:hover { color: var(--rf-gold); }

/* =========================================================================
   22. Mobile sticky call/book bar
   ========================================================================= */
.rf-sticky-bar {
	position: fixed;
	inset-inline: 0;
	bottom: 0;
	z-index: 90;
	display: none;
	gap: 0.55rem;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 0.65rem 0.85rem;
	padding-bottom: calc(0.65rem + env(safe-area-inset-bottom, 0px));
	background: #fff;
	border-top: 3px solid var(--rf-gold);
	box-shadow: 0 -10px 28px rgba(16, 16, 16, 0.08);
}
.rf-sticky-bar .rf-btn {
	flex: 1 1 0;
	min-width: 0;
	min-height: 3.05rem;
	padding-inline: 0.55rem;
	border-radius: 4px;
	font-family: var(--rf-font-display);
	font-size: clamp(0.58rem, 2.7vw, 0.72rem);
	font-weight: 800;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	box-shadow: none;
	transform: none;
}
.rf-sticky-bar .rf-btn:hover,
.rf-sticky-bar .rf-btn:active {
	transform: none;
}
.rf-sticky-bar .rf-btn .rf-icon {
	width: 1.05em;
	height: 1.05em;
	flex: none;
}
.rf-sticky-bar .rf-btn span {
	min-width: 0;
	overflow: visible;
	white-space: nowrap;
}
.rf-sticky-bar .rf-btn--primary {
	background: var(--rf-gold);
	border: 1px solid var(--rf-gold);
	color: #111;
}
.rf-sticky-bar .rf-btn--primary:hover {
	background: #111;
	border-color: #111;
	color: #fff;
}
.rf-sticky-bar .rf-btn--secondary {
	background: #fff;
	border: 1px solid rgba(16, 16, 16, 0.22);
	color: #101010;
}
.rf-sticky-bar .rf-btn--secondary:hover {
	background: #111;
	border-color: #111;
	color: #fff;
}

/* =========================================================================
   23. Breadcrumbs
   ========================================================================= */
/* Breadcrumbs now live inside the page hero — no separate bar/divider. */
.rf-breadcrumbs { margin-bottom: 0.9rem; }
.rf-breadcrumbs__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.4rem;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.85rem;
}
.rf-breadcrumbs__sep { color: var(--rf-line-strong); margin-inline: 0.15rem; }
.rf-breadcrumbs__link { color: var(--rf-muted); font-weight: 600; }
.rf-breadcrumbs__link:hover { color: var(--rf-primary); }
.rf-breadcrumbs__current { color: var(--rf-charcoal); font-weight: 700; }

/* =========================================================================
   24. Page header + generic content
   ========================================================================= */
.rf-page-header {
	background: linear-gradient(180deg, var(--rf-surface) 0%, var(--rf-surface-2) 100%);
	border-bottom: 1px solid var(--rf-line);
	padding-block: clamp(2rem, 5vw, 3.25rem);
}
.rf-page-header__title { margin: 0; }
.rf-page-header__sub { color: var(--rf-muted); margin: 0.6rem 0 0; font-size: 1.05rem; }

/* Decorative hero with a product image (e.g. Services archive). */
.rf-page-header--image {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid var(--rf-line);
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.75) 42%, rgba(255, 255, 255, 0.25) 74%, rgba(255, 255, 255, 0) 100%),
		var(--rf-header-image) center right / cover no-repeat,
		var(--rf-surface-2);
	padding-block: clamp(2.5rem, 6vw, 5rem);
}
.rf-page-header--image .rf-container { position: relative; z-index: 1; }
.rf-page-header--image .rf-page-header__title,
.rf-page-header--image .rf-page-header__sub { max-width: 34rem; }

@media (max-width: 782px) {
	.rf-page-header--image {
		background:
			linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.6) 55%, rgba(255, 255, 255, 0.85) 100%),
			var(--rf-header-image) center / cover no-repeat,
			var(--rf-surface-2);
	}
	.rf-page-header--image .rf-page-header__title,
	.rf-page-header--image .rf-page-header__sub { max-width: none; }
}

.rf-prose .rf-table-wrap { margin: 1.5rem 0; }
.rf-prose .rf-proscons {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin: 1.75rem 0;
}
.rf-proscons__col {
	border: 1px solid var(--rf-line);
	border-radius: var(--rf-radius);
	background: #fff;
	padding: 1.15rem 1.25rem;
	box-shadow: var(--rf-shadow-xs);
}
.rf-proscons__col--pro { border-top: 3px solid var(--rf-secondary); }
.rf-proscons__col--con { border-top: 3px solid var(--rf-primary); }
.rf-proscons__title {
	margin: 0 0 0.75rem;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}
.rf-proscons__col--pro .rf-proscons__title { color: var(--rf-secondary); }
.rf-proscons__col--con .rf-proscons__title { color: var(--rf-primary); }
.rf-proscons__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.65rem;
}
.rf-proscons__list li {
	margin: 0;
	padding-left: 1.35rem;
	position: relative;
	color: var(--rf-ink-2);
	font-size: 0.95rem;
	line-height: 1.45;
}
.rf-proscons__col--pro .rf-proscons__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.45em;
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 50%;
	background: var(--rf-secondary);
}
.rf-proscons__col--con .rf-proscons__list li::before {
	content: "";
	position: absolute;
	left: 0.1rem;
	top: 0.35em;
	width: 0.65rem;
	height: 0.15rem;
	background: var(--rf-primary);
	border-radius: 1px;
}
.rf-ec-page__main .rf-faq { max-width: none; margin-inline: 0; }

@media (max-width: 700px) {
	.rf-prose .rf-proscons { grid-template-columns: 1fr; }
}

.rf-prose { max-width: 760px; }
.rf-prose > * + * { margin-top: 1rem; }
.rf-prose h2 { margin-top: 2rem; }
.rf-prose h3 { margin-top: 1.5rem; }
.rf-prose img { border-radius: var(--rf-radius); margin-block: 1rem; }
.rf-prose blockquote {
	margin: 1.5rem 0;
	padding: 0.5rem 0 0.5rem 1.25rem;
	border-left: 4px solid var(--rf-primary);
	color: var(--rf-ink-2);
	font-style: italic;
}
.rf-prose ul, .rf-prose ol { padding-left: 1.4rem; }
.rf-prose li { margin-bottom: 0.4rem; }
.rf-prose ol { list-style: none; counter-reset: rf-ol; padding-left: 1.9rem; }
.rf-prose ol > li { counter-increment: rf-ol; position: relative; }
.rf-prose ol > li::before {
	content: counter(rf-ol) ".";
	position: absolute;
	left: -1.9rem;
	width: 1.5rem;
	text-align: right;
	color: var(--rf-accent);
	font-weight: 700;
}
.rf-prose ul > li::marker { color: var(--rf-accent); }
.rf-prose code {
	background: var(--rf-surface-3);
	border-radius: 4px;
	padding: 0.1rem 0.35rem;
	font-size: 0.9em;
}
.rf-prose :where(pre) {
	background: var(--rf-charcoal);
	color: #e6ebf1;
	padding: 1rem 1.25rem;
	border-radius: var(--rf-radius);
	overflow: auto;
}
.rf-prose a { text-decoration: underline; text-underline-offset: 2px; }

.rf-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: clamp(2rem, 4vw, 3rem);
	align-items: start;
}
.rf-sidebar { display: grid; gap: 1.5rem; }
.rf-sidebar .widget {
	background: #fff;
	border: 1px solid var(--rf-line);
	border-radius: var(--rf-radius);
	padding: 1.25rem;
	box-shadow: var(--rf-shadow-xs);
}
.widget__title { font-size: 1.05rem; margin-bottom: 0.75rem; }
.widget ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.5rem; }

/* Post cards / archive */
.rf-posts {
	display: grid;
	gap: clamp(1.25rem, 3vw, 2rem);
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.rf-post-card {
	background: #fff;
	border: 1px solid var(--rf-line);
	border-radius: var(--rf-radius);
	overflow: hidden;
	box-shadow: var(--rf-shadow-xs);
	display: flex;
	flex-direction: column;
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.rf-post-card:hover { transform: translateY(-4px); box-shadow: var(--rf-shadow); }
.rf-post-card__thumb {
	display: block;
	overflow: hidden;
	background: var(--rf-surface-3);
}
.rf-post-card__thumb img {
	display: block;
	width: 100%;
	height: auto;
	filter: none;
	transition: transform 0.35s ease, opacity 0.2s ease;
}
.rf-post-card__thumb:has(.rf-cover),
.rf-post-card__thumb:has(.rf-post-card__placeholder) {
	aspect-ratio: 16 / 9;
}
.rf-post-card__placeholder {
	width: 100%; height: 100%;
	display: grid; place-items: center;
	color: var(--rf-line-strong);
	background: var(--rf-surface-3);
}
.rf-post-card__placeholder .rf-icon { width: 40px; height: 40px; }

/* Generated article cover — "studio product shot" look (no featured image).
   A moody backdrop with a soft spotlight, category glow, texture, a spotlit
   appliance silhouette and a floor reflection. */
.rf-cover {
	--rf-cover-glow: rgba(216, 31, 42, 0.55); /* overridden per category */
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	color: #fff;
	background:
		radial-gradient(90% 75% at 74% 26%, var(--rf-cover-glow), transparent 60%),
		radial-gradient(120% 95% at 68% 18%, rgba(255, 255, 255, 0.16), transparent 55%),
		linear-gradient(160deg, #2a323d 0%, #171e27 58%, #0c1118 100%);
}
/* Fine studio texture */
.rf-cover__grain {
	position: absolute;
	inset: 0;
	background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1.3px);
	background-size: 16px 16px;
	opacity: 0.6;
	pointer-events: none;
}
/* Spotlight cone from top */
.rf-cover__spot {
	position: absolute;
	top: -40%;
	right: 6%;
	width: 78%;
	height: 150%;
	background: radial-gradient(closest-side, rgba(255, 255, 255, 0.22), transparent 70%);
	filter: blur(6px);
	pointer-events: none;
}
/* Spotlit appliance silhouette */
.rf-cover__product {
	position: absolute;
	right: 8%;
	top: 46%;
	transform: translateY(-50%);
	display: grid;
	place-items: center;
	pointer-events: none;
}
.rf-cover__product .rf-icon {
	width: clamp(88px, 34%, 168px);
	height: auto;
	color: #fff;
	opacity: 0.92;
	stroke-width: 1.4;
	filter: drop-shadow(0 10px 26px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 24px var(--rf-cover-glow));
}
/* Reflective floor */
.rf-cover__floor {
	position: absolute;
	left: 0; right: 0; bottom: 0;
	height: 34%;
	background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.06) 60%, rgba(255, 255, 255, 0.12));
	pointer-events: none;
}
.rf-cover__floor::before {
	content: "";
	position: absolute;
	left: 10%; right: 10%; bottom: 22%;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
}
/* Category tag */
.rf-cover__tag {
	position: absolute;
	left: 1.1rem;
	bottom: 1.05rem;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	padding: 0.36rem 0.85rem;
	background: rgba(10, 14, 20, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: var(--rf-radius-pill);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}
.rf-cover--common-problems   { --rf-cover-glow: rgba(216, 31, 42, 0.5); }
.rf-cover--cost-expectations { --rf-cover-glow: rgba(242, 181, 18, 0.55); }
.rf-cover--maintenance-care  { --rf-cover-glow: rgba(31, 157, 107, 0.5); }
.rf-cover--troubleshooting   { --rf-cover-glow: rgba(63, 108, 160, 0.55); }
.rf-cover--safety-risks      { --rf-cover-glow: rgba(232, 145, 42, 0.5); }
.rf-cover--default           { --rf-cover-glow: rgba(232, 130, 15, 0.45); }

.rf-post-card__body { padding: 1.25rem; display: flex; flex-direction: column; gap: 0.5rem; flex: 1; }
.rf-post-card__meta { font-size: 0.82rem; color: var(--rf-muted); display: flex; gap: 0.75rem; flex-wrap: wrap; }
.rf-post-card__title { font-size: 1.2rem; margin: 0; }
.rf-post-card__excerpt { color: var(--rf-muted); font-size: 0.95rem; margin: 0; }
.rf-post-card__foot { margin-top: auto; padding-top: 0.5rem; }

.rf-meta { color: var(--rf-muted); font-size: 0.88rem; display: flex; flex-wrap: wrap; gap: 0.35rem 1rem; }
.rf-meta .rf-icon { width: 1em; height: 1em; }

/* Pagination */
.rf-pagination { margin-top: 2.5rem; }
.rf-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	justify-content: center;
}
.rf-pagination .page-numbers {
	display: inline-grid;
	place-items: center;
	min-width: 42px;
	height: 42px;
	padding-inline: 0.5rem;
	border: 1px solid var(--rf-line);
	border-radius: var(--rf-radius-sm);
	background: #fff;
	font-weight: 600;
	color: var(--rf-ink-2);
}
.rf-pagination .page-numbers.current {
	background: var(--rf-primary);
	color: #fff;
	border-color: var(--rf-primary);
}
.rf-pagination .page-numbers:hover:not(.current) { border-color: var(--rf-secondary); color: var(--rf-primary); }

/* 404 & search */
.rf-empty {
	text-align: center;
	max-width: 620px;
	margin-inline: auto;
	padding-block: clamp(2rem, 6vw, 4rem);
}
.rf-empty__code {
	font-size: clamp(4rem, 14vw, 8rem);
	font-weight: 800;
	line-height: 1;
	color: var(--rf-primary);
	letter-spacing: -0.03em;
}
.rf-empty__actions { display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; margin-top: 1.5rem; }
.rf-searchform {
	display: flex;
	gap: 0.5rem;
	max-width: 480px;
	margin: 1.5rem auto 0;
}
.rf-searchform input[type="search"] {
	flex: 1;
	font-family: inherit;
	font-size: 1rem;
	padding: 0.75rem 1rem;
	border: 1px solid var(--rf-line-strong);
	border-radius: var(--rf-radius-sm);
}
.rf-searchform input[type="search"]:focus { outline: none; border-color: var(--rf-primary); box-shadow: var(--rf-focus); }

/* Single post */
.rf-single__header { margin-bottom: 1.25rem; }
.rf-single__thumb { margin: 0 0 1.75rem; border-radius: var(--rf-radius-lg); overflow: hidden; box-shadow: var(--rf-shadow-sm); }
.rf-post-page #post-overview .rf-byline { margin-bottom: 1.75rem; }
.rf-post-page #post-overview .rf-single__thumb { margin-top: 0; }
.rf-single__img { width: 100%; height: auto; display: block; filter: none; }
.rf-single__thumb--cover { position: relative; aspect-ratio: 21 / 9; }
.rf-single__thumb--cover .rf-cover { position: absolute; inset: 0; }
.rf-single__thumb--cover .rf-cover__tag { font-size: 0.85rem; padding: 0.45rem 1rem; }
.rf-single__thumb--cover .rf-cover__product { right: 10%; }
.rf-single__tags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 2rem; }
.rf-single__tags a {
	font-size: 0.85rem;
	font-weight: 600;
	padding: 0.3rem 0.75rem;
	border-radius: var(--rf-radius-pill);
	background: var(--rf-surface-2);
	border: 1px solid var(--rf-line);
	color: var(--rf-ink-2);
}
.rf-page-links { margin-top: 1.5rem; font-weight: 600; display: flex; gap: 0.4rem; align-items: center; }
.rf-post-nav {
	margin-top: 2.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid var(--rf-line);
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}
.rf-post-nav a { font-weight: 600; }
.rf-navlink {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	padding: 1rem 1.15rem;
	border: 1px solid var(--rf-line);
	border-radius: var(--rf-radius);
	background: #fff;
	color: inherit;
	text-decoration: none;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.rf-navlink:hover {
	border-color: rgba(242, 181, 18, 0.55);
	box-shadow: 0 8px 24px rgba(16, 16, 16, 0.06);
}
.rf-navlink--next { text-align: right; justify-self: end; }
.rf-navlink--empty { visibility: hidden; pointer-events: none; border: 0; background: transparent; padding: 0; }
.rf-navlink__label {
	display: block;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--rf-muted);
}
.rf-navlink__title {
	font-size: 0.98rem;
	line-height: 1.35;
	color: #101010;
}
@media (max-width: 640px) {
	.rf-post-nav {
		grid-template-columns: 1fr;
	}
	.rf-navlink--next { text-align: left; justify-self: stretch; }
	.rf-navlink--empty { display: none; }
}

/* Comments */
.rf-comments { margin-top: 3rem; }
.rf-comments__title { margin-bottom: 1.25rem; }
.rf-comments .comment-respond {
	background: #fff;
	border: 1px solid var(--rf-line);
	border-radius: var(--rf-radius);
	padding: 1.5rem;
	margin-top: 1.5rem;
}
.rf-comments input[type="text"],
.rf-comments input[type="email"],
.rf-comments input[type="url"],
.rf-comments textarea {
	width: 100%;
	font-family: inherit;
	font-size: 1rem;
	padding: 0.7rem 0.85rem;
	border: 1px solid var(--rf-line-strong);
	border-radius: var(--rf-radius-sm);
	margin-top: 0.35rem;
}
.rf-comments .comment-form-comment,
.rf-comments .comment-form-author,
.rf-comments .comment-form-email,
.rf-comments .comment-form-url { margin-bottom: 1rem; }
.rf-comments .comment-list { list-style: none; padding: 0; }
.rf-comments .comment-body {
	background: #fff;
	border: 1px solid var(--rf-line);
	border-radius: var(--rf-radius);
	padding: 1.25rem;
	margin-bottom: 1rem;
}
.rf-comments .children { list-style: none; padding-left: 1.5rem; }

/* =========================================================================
   25. Responsive
   ========================================================================= */
@media (max-width: 1024px) {
	.rf-footer__top { grid-template-columns: 1fr 1fr 1fr; }
	.rf-footer__brandcol { grid-column: 1 / -1; }
	.rf-layout { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
	.rf-nav,
	.rf-header__actions .rf-phone-btn__label,
	.rf-header__actions .rf-btn--primary { display: none; }
	.rf-nav-toggle { display: inline-flex; }
	.rf-split { grid-template-columns: 1fr; }
	.rf-grid--3, .rf-grid--4 { grid-template-columns: repeat(2, 1fr); }

	/* Keep logo + icon-phone + menu on one line without horizontal overflow. */
	.rf-header__inner { gap: 0.65rem; }
	.rf-header__actions { gap: 0.35rem; }
	.rf-header__actions .rf-phone-btn--inline { padding: 0.45rem; }
	.rf-header__actions .rf-phone-btn--inline .rf-phone-btn__number { display: none; }
	.rf-brand__img {
		height: 30px;
		max-width: min(180px, 58vw);
	}
	.rf-nav-toggle {
		width: 42px;
		height: 42px;
		border-radius: 4px;
	}
}

@media (max-width: 900px) {
	.rf-announce__note {
		display: none;
	}
	.rf-announce__inner {
		flex-wrap: nowrap;
		gap: 0.75rem 1rem;
	}
	.rf-announce__avail {
		flex: 1 1 auto;
		min-width: 0;
	}
	.rf-announce__avail > span:last-child {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.rf-announce__call {
		flex: 0 0 auto;
		margin-left: 0;
	}
	.rf-announce__call a {
		white-space: nowrap;
	}
}

@media (max-width: 640px) {
	:root { --rf-header-h: 64px; }
	.rf-announce {
		font-size: 0.75rem;
	}
	.rf-announce__inner {
		padding-block: 0.5rem;
	}
	.rf-announce__call a {
		font-size: 0.78rem;
	}
	.rf-grid--2, .rf-grid--3, .rf-grid--4 { grid-template-columns: 1fr; }
	.rf-metrics { grid-template-columns: repeat(2, 1fr); }
	.rf-form__row { grid-template-columns: 1fr; }
	.rf-footer__top { grid-template-columns: 1fr 1fr; }
	.rf-footer__contact-item a[href^="mailto:"] {
		white-space: normal;
		overflow-wrap: anywhere;
		word-break: break-word;
	}
	.rf-sticky-bar { display: flex; }
	body.rf-has-sticky { padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px)); }
	.rf-searchform { flex-direction: column; }
	.rf-hero__actions {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.rf-hero__actions .rf-btn {
		flex: 1 1 100%;
		min-width: 0;
		white-space: normal;
	}
	.rf-hero__actions--home {
		flex-direction: column;
		align-items: flex-start;
		gap: 1.15rem;
	}
	.rf-hero__actions--home .rf-btn {
		width: 100%;
		justify-content: center;
	}
	/* Phone lives in the sticky bar — free header space. */
	.rf-header__actions .rf-phone-btn { display: none; }
	.rf-container { padding-inline: 1rem; }
	.rf-btn { max-width: 100%; box-sizing: border-box; }
}

@media (max-width: 768px) {
	.rf-hero--dark::before {
		content: "";
		position: absolute;
		inset: 0;
		background: rgba(10, 10, 10, 0.78);
		z-index: 0;
	}
	.rf-hero__inner { min-height: auto; }
	.rf-hero__content { max-width: none; min-width: 0; }
	.rf-hero__title-line { white-space: normal; }
	.rf-hero__trust {
		flex-wrap: wrap;
		row-gap: 0.85rem;
	}
	.rf-hero__actions--home {
		width: 100%;
		flex-direction: column;
		align-items: stretch;
	}
	.rf-hero__actions--home .rf-btn {
		width: 100%;
		justify-content: center;
	}
	.rf-hero__trust li + li {
		border-left: 0;
		padding-left: 0;
	}
}

@media (max-width: 420px) {
	.rf-metrics { grid-template-columns: 1fr; }
	.rf-footer__top { grid-template-columns: 1fr; }
	.rf-footer > .rf-container {
		padding-inline: clamp(1.75rem, 6vw, 2.25rem);
	}
	.rf-footer__bottom {
		flex-direction: column;
		align-items: flex-start;
		text-align: left;
		padding-bottom: calc(1.35rem + 4.5rem + env(safe-area-inset-bottom, 0px));
	}
	.rf-footer__bottom nav ul { justify-content: flex-start; }
	.rf-brand__tag { display: none; }
	.rf-brand__img { height: 26px; max-width: min(168px, 58vw); }
	.rf-header__inner { gap: 0.5rem; }
	.rf-sticky-bar .rf-btn {
		font-size: clamp(0.56rem, 2.6vw, 0.68rem);
		padding-inline: 0.45rem;
		letter-spacing: 0.015em;
	}
}

/* =========================================================================
   25b. Content architecture (CPT archives & singles)
   ========================================================================= */
.rf-sr-only {
	position: absolute !important;
	width: 1px; height: 1px;
	padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0, 0, 0, 0);
	white-space: nowrap; border: 0;
}

/* CPT hero */
.rf-cpt-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.4rem;
}
.rf-cpt-hero__byline {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin: 1.1rem 0 0;
	color: var(--rf-muted);
	font-size: 0.9rem;
}
.rf-cpt-hero__byline .rf-icon { width: 1.05em; height: 1.05em; color: var(--rf-secondary); }

/* Subheads */
.rf-subhead {
	margin: 0 0 0.9rem;
	font-size: 1.05rem;
	color: var(--rf-ink);
}

/* Checklists */
.rf-checklist {
	list-style: none;
	margin: 1.75rem 0 0;
	padding: 0;
	display: grid;
	gap: 0.85rem 1.75rem;
}
.rf-checklist--cols-1 { grid-template-columns: 1fr; }
.rf-checklist--cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.rf-checklist--cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.rf-checklist li {
	display: flex;
	align-items: flex-start;
	gap: 0.7rem;
	color: var(--rf-ink-2);
	line-height: 1.5;
}
.rf-checklist .rf-icon {
	flex: none;
	width: 22px; height: 22px;
	margin-top: 1px;
	padding: 3px;
	border-radius: var(--rf-radius-pill);
	color: var(--rf-accent);
	background: var(--rf-accent-soft);
}
.rf-checklist--danger .rf-icon {
	color: #fff;
	background: var(--rf-primary);
}

/* Sources / references */
.rf-sources {
	list-style: none;
	margin: 1.5rem 0 0;
	padding: 0;
	display: grid;
	gap: 0.65rem;
}
.rf-sources li {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	color: var(--rf-muted);
	font-size: 0.95rem;
}
.rf-sources .rf-icon { flex: none; width: 18px; height: 18px; color: var(--rf-secondary); }

/* Detail list (local contact) */
.rf-detail-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.75rem;
}
.rf-detail-list li {
	display: flex;
	align-items: center;
	gap: 0.7rem;
}
.rf-detail-list .rf-icon { flex: none; width: 20px; height: 20px; color: var(--rf-accent); }

/* Fact grid (error code / model facts) */
.rf-factgrid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 1rem;
}
.rf-fact {
	background: var(--rf-surface);
	border: 1px solid var(--rf-line);
	border-left: 4px solid var(--rf-primary);
	border-radius: var(--rf-radius);
	padding: 1rem 1.25rem;
	box-shadow: var(--rf-shadow-xs);
}
.rf-fact__label {
	display: block;
	font-size: 0.78rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--rf-muted);
	margin-bottom: 0.25rem;
}
.rf-fact__value {
	display: block;
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--rf-ink);
}

/* Group headings (error code archive) */
.rf-group + .rf-group { margin-top: 2.75rem; }
.rf-group__title {
	margin: 0 0 1.25rem;
	padding-bottom: 0.6rem;
	border-bottom: 2px solid var(--rf-line);
	font-size: 1.4rem;
}

/* Chips (jump nav) */
.rf-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
}
.rf-chip {
	display: inline-flex;
	align-items: center;
	padding: 0.45rem 1rem;
	border-radius: var(--rf-radius-pill);
	background: var(--rf-surface);
	border: 1px solid var(--rf-line-strong);
	color: var(--rf-ink-2);
	font-size: 0.9rem;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.16s ease, color 0.16s ease, border-color 0.16s ease;
}
.rf-chip:hover {
	background: var(--rf-primary);
	border-color: var(--rf-primary);
	color: #fff;
}

/* Model table */
.rf-table-wrap { overflow-x: auto; }
.rf-table {
	width: 100%;
	border-collapse: collapse;
	background: var(--rf-surface);
	border: 1px solid var(--rf-line);
	border-radius: var(--rf-radius);
	overflow: hidden;
}
.rf-table th,
.rf-table td {
	padding: 0.9rem 1rem;
	text-align: left;
	border-bottom: 1px solid var(--rf-line);
	vertical-align: middle;
}
.rf-table thead th {
	background: var(--rf-surface-2);
	font-size: 0.82rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--rf-muted);
}
.rf-table tbody tr:last-child th,
.rf-table tbody tr:last-child td { border-bottom: 0; }
.rf-table tbody tr:hover { background: var(--rf-surface-2); }
.rf-table__action { text-align: right; white-space: nowrap; }

/* Generic CPT card additions */
.rf-card--link .rf-card__title a {
	color: inherit;
	text-decoration: none;
}
.rf-card--link .rf-card__title a:hover { color: var(--rf-primary); }
.rf-card__badge {
	position: absolute;
	top: 1rem;
	right: 1rem;
	padding: 0.2rem 0.6rem;
	border-radius: var(--rf-radius-pill);
	background: var(--rf-primary);
	color: #fff;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.03em;
}
.rf-card--link { position: relative; }
.rf-card__media {
	display: block;
	margin: -1.5rem -1.5rem 1.1rem;
	overflow: hidden;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}
.rf-card__media img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	display: block;
}

/* Single post additions */
.rf-single__reviewed {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0.4rem 0 0;
	color: var(--rf-muted);
	font-size: 0.88rem;
}
.rf-single__reviewed .rf-icon { width: 1.05em; height: 1.05em; color: var(--rf-secondary); }
.rf-single__sources,
.rf-single__related { margin-top: 2.5rem; }
.rf-single__sources h2,
.rf-single__related h2 { margin-bottom: 1rem; }
.rf-single__cta { margin-top: 2.5rem; }

@media (max-width: 640px) {
	.rf-checklist--cols-2,
	.rf-checklist--cols-3 { grid-template-columns: 1fr; }

	/* Stacked table on mobile */
	.rf-table thead { display: none; }
	.rf-table,
	.rf-table tbody,
	.rf-table tr,
	.rf-table th,
	.rf-table td { display: block; width: 100%; }
	.rf-table tr {
		border-bottom: 1px solid var(--rf-line);
		padding: 0.5rem 0;
	}
	.rf-table td,
	.rf-table th { border-bottom: 0; padding: 0.35rem 1rem; }
	.rf-table td[data-label]::before {
		content: attr(data-label) ": ";
		font-weight: 700;
		color: var(--rf-muted);
	}
	.rf-table__action { text-align: left; }
}

/* =========================================================================
   27. Author, byline & editorial trust
   ========================================================================= */

/* Shared bits */
.rf-author-photo {
	border-radius: 50%;
	object-fit: cover;
	background: var(--rf-surface-2);
	flex-shrink: 0;
}
.rf-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.35rem 0.8rem;
	border-radius: var(--rf-radius-pill);
	background: var(--rf-surface);
	border: 1px solid var(--rf-line-strong);
	color: var(--rf-ink-2);
	font-size: 0.85rem;
	font-weight: 600;
}
.rf-badge .rf-icon { width: 1em; height: 1em; color: var(--rf-secondary); }
.rf-badge--verify {
	background: color-mix(in srgb, var(--rf-secondary) 12%, #fff);
	border-color: color-mix(in srgb, var(--rf-secondary) 35%, #fff);
	color: var(--rf-secondary);
}
.rf-badge--verify .rf-icon { color: var(--rf-secondary); }

.rf-chips--static .rf-chip--static { cursor: default; }
.rf-chip--static:hover {
	background: var(--rf-surface);
	border-color: var(--rf-line-strong);
	color: var(--rf-ink-2);
}

.rf-muted-note {
	margin-top: 1.25rem;
	color: var(--rf-muted);
	font-size: 0.92rem;
}
.rf-section__link { margin-top: 1.75rem; text-align: center; }

/* Byline / attribution */
.rf-byline {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.25rem 2rem;
	padding: 1.1rem 1.25rem;
	background: var(--rf-surface);
	border: 1px solid var(--rf-line);
	border-radius: var(--rf-radius);
}
.rf-byline__item { display: inline-flex; align-items: center; gap: 0.75rem; }
.rf-byline__avatar { width: 40px; height: 40px; }
.rf-byline__badge {
	display: inline-grid; place-items: center;
	width: 40px; height: 40px;
	border-radius: 50%;
	background: color-mix(in srgb, var(--rf-secondary) 12%, #fff);
	color: var(--rf-secondary);
}
.rf-byline__badge .rf-icon { width: 1.2em; height: 1.2em; }
.rf-byline__stack { display: flex; flex-direction: column; line-height: 1.35; }
.rf-byline__label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--rf-muted); font-weight: 700; }
.rf-byline__name { font-weight: 700; color: var(--rf-ink); text-decoration: none; }
.rf-byline__name:hover { color: var(--rf-primary); }
.rf-byline__role { font-size: 0.82rem; color: var(--rf-muted); }
.rf-byline__dates { display: flex; flex-wrap: wrap; gap: 0.35rem 1.25rem; margin-left: auto; }
.rf-byline__date { display: inline-flex; align-items: center; gap: 0.4rem; color: var(--rf-muted); font-size: 0.85rem; }
.rf-byline__date .rf-icon { width: 1em; height: 1em; color: var(--rf-secondary); }
.rf-byline__date a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }

/* Author card */
.rf-author-card {
	display: flex;
	gap: 1rem;
	padding: 1.25rem;
	background: #fff;
	border: 1px solid var(--rf-line);
	border-radius: var(--rf-radius);
	box-shadow: var(--rf-shadow-xs);
}
.rf-author-card__name { font-size: 1.1rem; margin: 0 0 0.15rem; }
.rf-author-card__name a { color: var(--rf-ink); text-decoration: none; }
.rf-author-card__name a:hover { color: var(--rf-primary); }
.rf-author-card__role { color: var(--rf-secondary); font-weight: 600; font-size: 0.9rem; margin: 0 0 0.5rem; }
.rf-author-card__bio { color: var(--rf-muted); font-size: 0.92rem; margin: 0 0 0.6rem; }

/* Author trust box */
.rf-author-box {
	padding: clamp(1.75rem, 3.5vw, 2.75rem);
	background: #fff;
	border: 1px solid var(--rf-line);
	border-radius: var(--rf-radius-lg, var(--rf-radius));
	box-shadow: var(--rf-shadow-md);
}
.rf-author-box__head {
	display: flex;
	gap: 1.75rem;
	align-items: center;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid var(--rf-line);
}
.rf-author-box__media { flex-shrink: 0; }
.rf-author-box__media img { width: 116px; height: 116px; border-radius: 50%; object-fit: cover; }
.rf-author-box__eyebrow {
	display: inline-block;
	font-size: 0.74rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--rf-primary);
	font-weight: 800;
	padding-bottom: 0.4rem;
	border-bottom: 2px solid var(--rf-primary);
	margin-bottom: 0.7rem;
}
.rf-author-box__name { font-size: 1.7rem; margin: 0 0 0.2rem; letter-spacing: -0.01em; }
.rf-author-box__name a { color: var(--rf-charcoal); text-decoration: none; }
.rf-author-box__name a:hover { color: var(--rf-primary); }
.rf-author-box__role { color: var(--rf-muted); font-weight: 500; font-size: 1.05rem; margin: 0 0 0.6rem; }
.rf-author-box__verify { display: inline-flex; align-items: center; gap: 0.45rem; color: var(--rf-ink-2); font-size: 0.92rem; margin: 0; }
.rf-author-box__verify .rf-icon { width: 1.05em; height: 1.05em; color: var(--rf-primary); }
.rf-author-box__bio { margin: 1.5rem 0 0; color: var(--rf-ink-2); font-size: 1.05rem; line-height: 1.6; }
.rf-author-box__facts { list-style: none; margin: 1.25rem 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 0.5rem 1.5rem; }
.rf-author-box__facts li { display: inline-flex; align-items: center; gap: 0.5rem; color: var(--rf-muted); font-size: 0.9rem; }
.rf-author-box__facts .rf-icon { width: 1.05em; height: 1.05em; color: var(--rf-primary); }
.rf-author-box__mini { display: block; font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--rf-secondary); font-weight: 800; margin-bottom: 0.85rem; }
.rf-author-box__expertise { margin-top: 1.75rem; }
.rf-author-box__tags { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 0.75rem; }
.rf-author-box__tag {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	padding: 0.6rem 1rem;
	border: 1px solid var(--rf-line);
	border-radius: 999px;
	background: #fff;
	color: var(--rf-charcoal);
	font-weight: 600;
	font-size: 0.95rem;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.rf-author-box__tag:hover { border-color: color-mix(in srgb, var(--rf-primary) 35%, var(--rf-line)); box-shadow: var(--rf-shadow-xs); }
.rf-author-box__tag-ico { display: inline-grid; place-items: center; color: var(--rf-primary); }
.rf-author-box__tag-ico .rf-icon { width: 1.2em; height: 1.2em; }
.rf-author-box__editorial { margin-top: 1.75rem; }
.rf-author-box__editorial p { margin: 0; color: var(--rf-ink-2); font-size: 1.02rem; line-height: 1.6; }
.rf-author-box__foot { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 0.75rem; margin-top: 1.75rem; padding-top: 1.35rem; border-top: 1px solid var(--rf-line); }
.rf-author-box__links { display: inline-flex; flex-wrap: wrap; gap: 1rem; }
.rf-author-box__links a { display: inline-flex; align-items: center; gap: 0.35rem; color: var(--rf-secondary); font-weight: 600; font-size: 0.88rem; text-decoration: none; }
.rf-author-box__links a:hover { color: var(--rf-primary); }
.rf-author-box__links .rf-icon { width: 0.95em; height: 0.95em; }
.rf-author-box__reviewed { display: inline-flex; align-items: center; gap: 0.5rem; color: var(--rf-muted); font-size: 0.9rem; }
.rf-author-box__reviewed .rf-icon { width: 1.05em; height: 1.05em; color: var(--rf-secondary); }

/* Author profile hero */
.rf-author-hero { background: var(--rf-surface); }
.rf-author-hero__inner { display: flex; gap: clamp(1.5rem, 4vw, 3rem); align-items: center; }
.rf-author-hero__media img { width: clamp(120px, 20vw, 160px); height: clamp(120px, 20vw, 160px); }
.rf-author-hero__name { margin: 0.35rem 0 0.25rem; }
.rf-author-hero__role { font-size: 1.15rem; color: var(--rf-secondary); font-weight: 600; margin: 0 0 1rem; }
.rf-author-hero__meta { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-bottom: 1rem; }
.rf-author-hero__chips { margin-bottom: 1.25rem; }
.rf-author-hero__actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.rf-author-hero__reviewed { margin: 1rem 0 0; color: var(--rf-muted); font-size: 0.85rem; }

/* Author profile (dark hero) */
.rf-hero--author {
	background-color: #0a0a0a;
	background-image:
		linear-gradient(90deg, #0a0a0a 0%, #0a0a0a 28%, rgba(10, 10, 10, 0.92) 40%, rgba(10, 10, 10, 0.55) 54%, rgba(10, 10, 10, 0.18) 68%, rgba(10, 10, 10, 0) 80%),
		var(--rf-author-hero);
	background-position: left top, right center;
	background-size: auto, cover;
	background-repeat: no-repeat;
}
.rf-hero--author .rf-hero__inner--author {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: clamp(1.5rem, 4vw, 3rem);
	min-height: clamp(380px, 38vw, 520px);
	padding-block: clamp(2.25rem, 4.5vw, 3.5rem);
}
.rf-hero--author .rf-breadcrumbs { margin-bottom: 1.15rem; }
.rf-hero--author .rf-breadcrumbs__link { color: rgba(255, 255, 255, 0.55); }
.rf-hero--author .rf-breadcrumbs__link:hover { color: #fff; }
.rf-hero--author .rf-breadcrumbs__sep { color: rgba(255, 255, 255, 0.28); }
.rf-hero--author .rf-breadcrumbs__current { color: rgba(255, 255, 255, 0.9); }
.rf-hero--author .rf-author-hero__meta { margin: 0 0 1.35rem; }
.rf-hero--author .rf-author-hero__meta .rf-badge {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.18);
	color: rgba(255, 255, 255, 0.88);
}
.rf-hero--author .rf-hero__note {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	margin-top: 1.15rem;
	font-size: 0.88rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.72);
}
.rf-hero__author-photo {
	flex-shrink: 0;
	align-self: center;
}
.rf-hero__author-photo img,
.rf-hero__author-photo-img {
	width: clamp(140px, 18vw, 220px);
	height: clamp(140px, 18vw, 220px);
	border-radius: 50%;
	object-fit: cover;
	border: 3px solid rgba(255, 255, 255, 0.22);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}
.rf-author-page__figure { margin-top: 0; }

@media (max-width: 768px) {
	.rf-hero--author .rf-hero__inner--author {
		grid-template-columns: 1fr;
	}
	.rf-hero__author-photo {
		order: -1;
		justify-self: start;
	}
}

/* Linked expert teaser */
.rf-expert--linked .rf-expert__avatar {
	width: 96px;
	height: 96px;
	background: none;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid rgba(16, 16, 16, 0.1);
}
.rf-expert--linked .rf-expert__avatar img {
	width: 96px;
	height: 96px;
	border-radius: 4px;
	object-fit: cover;
	display: block;
}
.rf-expert__name a,
a.rf-expert__name { color: inherit; text-decoration: none; }
.rf-expert__name a:hover,
a.rf-expert__name:hover { color: inherit; }
.rf-expert__links { display: inline-flex; flex-wrap: wrap; gap: 1rem; margin-top: 0.65rem; }

/* References */
.rf-references { margin-top: 2rem; }
.rf-references__title { font-size: 1.15rem; margin: 0 0 0.9rem; }

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

@media (max-width: 720px) {
	.rf-byline__dates { margin-left: 0; width: 100%; }
	.rf-author-hero__inner { flex-direction: column; text-align: center; align-items: center; }
	.rf-author-hero__meta,
	.rf-author-hero__chips,
	.rf-author-hero__actions { justify-content: center; }
	.rf-author-box__head { flex-direction: column; align-items: center; text-align: center; }
	.rf-author-box__foot { justify-content: center; text-align: center; }
}

/* =========================================================================
   28. Long-content overflow safeguards
   ========================================================================= */
.rf-card__title,
.rf-card__text,
.rf-byline__name,
.rf-author-card__name,
.rf-author-box__name,
.rf-fact__value,
.rf-detail-list li,
.rf-nap__value,
.rf-prose a { overflow-wrap: anywhere; }

/* Grid/flex children must be allowed to shrink to avoid pushing overflow. */
.rf-grid > *,
.rf-byline__stack,
.rf-author-card__body,
.rf-author-box__intro { min-width: 0; }

.rf-table td,
.rf-table th { overflow-wrap: anywhere; }

/* =========================================================================
   26. Motion preferences
   ========================================================================= */
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*,
	*::before,
	*::after {
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.001ms !important;
		scroll-behavior: auto !important;
	}
}

/* =========================================================================
   27. Error-code database (archive search, filters, cards)
   ========================================================================= */
.rf-hero--ec-archive {
	background-color: #0a0a0a;
	background-image:
		linear-gradient(90deg, #0a0a0a 0%, #0a0a0a 28%, rgba(10, 10, 10, 0.92) 40%, rgba(10, 10, 10, 0.55) 54%, rgba(10, 10, 10, 0.18) 68%, rgba(10, 10, 10, 0) 80%),
		var(--rf-ec-hero);
	background-position: left top, right center;
	background-size: auto, cover;
	background-repeat: no-repeat;
}
.rf-hero--ec-archive .rf-hero__inner--archive {
	min-height: clamp(380px, 38vw, 520px);
	padding-block: clamp(2.25rem, 4.5vw, 3.5rem);
}
.rf-hero--ec-archive .rf-breadcrumbs {
	margin-bottom: 1.15rem;
}
.rf-hero--ec-archive .rf-breadcrumbs__link {
	color: rgba(255, 255, 255, 0.55);
}
.rf-hero--ec-archive .rf-breadcrumbs__link:hover {
	color: #fff;
}
.rf-hero--ec-archive .rf-breadcrumbs__sep {
	color: rgba(255, 255, 255, 0.28);
}
.rf-hero--ec-archive .rf-breadcrumbs__current {
	color: rgba(255, 255, 255, 0.9);
}
.rf-hero--ec-archive .rf-hero__note {
	margin: -0.35rem 0 1.35rem;
	max-width: 36em;
	font-size: 0.88rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.52);
	font-style: italic;
}

@media (max-width: 640px) {
	.rf-hero--ec-archive {
		background-image:
			linear-gradient(180deg, rgba(10, 10, 10, 0.92) 0%, rgba(10, 10, 10, 0.72) 48%, rgba(10, 10, 10, 0.88) 100%),
			var(--rf-ec-hero);
		background-position: left top, center top;
	}
}

/* Legacy light hero (kept only if referenced elsewhere) */
.rf-ec-hero {
	position: relative;
	overflow: hidden;
	background: #f5f6f7;
}
.rf-ec-hero__title { margin: var(--rf-space-2) 0 var(--rf-space-3); }
.rf-ec-hero__lead { font-size: 1.15rem; color: var(--rf-ink-2); max-width: 46ch; }
.rf-ec-hero__note { color: var(--rf-muted); max-width: 52ch; margin: var(--rf-space-3) 0 0; font-size: 0.95rem; }
.rf-ec-hero__note--disclosure { font-style: italic; }

.rf-ec-app {
	background: #f5f6f7;
}
.rf-ssvc-section--ec-app {
	background:
		radial-gradient(70% 55% at 100% 0%, rgba(242, 181, 18, 0.08), transparent 55%),
		linear-gradient(165deg, #ffffff 0%, #f8f7f4 48%, #f3f2ee 100%);
}
.rf-ssvc-section--ec-guide {
	background: linear-gradient(165deg, #ffffff 0%, #f8f7f4 100%);
}
.rf-ec-guide-panel {
	margin-top: 0.25rem;
}
.rf-ec-guide-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	background: transparent;
}
.rf-ec-guide-grid .rf-appliance {
	height: 100%;
	min-height: 12.5rem;
	border-radius: 0;
	border: 0;
	border-top: 1px solid rgba(16, 16, 16, 0.08);
	border-right: 1px solid rgba(16, 16, 16, 0.08);
	background: transparent;
}
.rf-ec-guide-grid .rf-appliance:hover {
	background: color-mix(in srgb, var(--rf-gold) 8%, #fff);
	box-shadow: none;
}
@media (max-width: 640px) {
	.rf-ec-guide-grid {
		grid-template-columns: 1fr;
	}
}

/* Find-your-code panel */
.rf-ec-app-panel {
	position: relative;
	margin-top: 0.25rem;
	background: rgba(255, 255, 255, 0.72);
}
.rf-ec-app-panel__tools {
	position: relative;
	z-index: 1;
	padding: clamp(1.25rem, 2.8vw, 1.85rem);
	border-bottom: 1px solid rgba(16, 16, 16, 0.08);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(248, 247, 244, 0.88) 100%);
}
.rf-ec-app-panel__results {
	position: relative;
	z-index: 1;
	padding: clamp(1.15rem, 2.4vw, 1.6rem);
	background: rgba(255, 255, 255, 0.55);
}

.rf-ssvc-section--ec-app .rf-btn--primary {
	background: var(--rf-gold);
	border-color: var(--rf-gold);
	color: #101010;
	box-shadow: none;
	border-radius: 0;
}
.rf-ssvc-section--ec-app .rf-btn--primary:hover {
	background: var(--rf-gold-deep);
	border-color: var(--rf-gold-deep);
	color: #fff;
	box-shadow: none;
}
.rf-ssvc-section--ec-app .rf-btn--ghost {
	border-radius: 0;
	border: 1px solid rgba(16, 16, 16, 0.14);
	background: #fff;
	color: #101010;
}
.rf-ssvc-section--ec-app .rf-btn--ghost:hover {
	border-color: var(--rf-gold-deep);
	background: color-mix(in srgb, var(--rf-gold) 12%, #fff);
	color: #101010;
}

/* Search bar */
.rf-ec-search { margin: 0; }
.rf-ec-search__bar {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.65rem;
	align-items: stretch;
}
.rf-ec-search__bar input[type="search"] {
	width: 100%;
	min-width: 0;
	padding: 0.95rem 1.1rem;
	font-size: 1.02rem;
	border: 1px solid rgba(16, 16, 16, 0.12);
	border-radius: 0;
	background: #fff;
	color: #101010;
}
.rf-ec-search__bar input[type="search"]:focus-visible {
	outline: none;
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--rf-gold) 35%, transparent);
	border-color: var(--rf-gold-deep);
}
.rf-ec-search__submit {
	min-width: 7.5rem;
}
.rf-ec-filter-toggle { display: none; }

/* Filters */
.rf-ec-filters {
	margin-top: 1.15rem;
	padding-top: 1.15rem;
	border-top: 1px solid rgba(16, 16, 16, 0.08);
}
.rf-ec-filters__head { display: none; }
.rf-ec-filters__row { display: flex; gap: var(--rf-space-4); flex-wrap: wrap; align-items: flex-end; }
.rf-ec-field { display: flex; flex-direction: column; gap: 4px; font-size: 0.9rem; color: #4a4a4a; }
.rf-ec-field > span {
	font-family: var(--rf-font-display);
	font-weight: 700;
	font-size: 0.8rem;
	letter-spacing: 0.02em;
	line-height: 1.35;
	color: #101010;
}
.rf-ec-field select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
	min-width: 220px;
	padding: 0.7rem 2.35rem 0.7rem 0.85rem;
	border: 1px solid rgba(16, 16, 16, 0.12);
	border-radius: 0;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23101010' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 12px 12px;
	font-family: inherit;
	font-size: 0.95rem;
	line-height: 1.35;
	color: #101010;
	cursor: pointer;
}
.rf-ec-field select:focus-visible {
	outline: none;
	border-color: var(--rf-gold-deep);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--rf-gold) 30%, transparent);
}
.rf-ec-field--check {
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 0.5rem;
	min-height: calc(0.65rem * 2 + 1.35em);
}
.rf-ec-field--check span { font-weight: 500; color: #4a4a4a; }
.rf-ec-field--check input[type="checkbox"] {
	width: 1rem;
	height: 1rem;
	margin: 0;
	flex: none;
	accent-color: var(--rf-gold-deep);
}
@media (min-width: 783px) {
	.rf-ec-field--check {
		margin-top: calc(0.9rem * 1.35 + 4px);
	}
}
.rf-ec-filters__actions { display: flex; gap: var(--rf-space-3); margin-top: var(--rf-space-4); flex-wrap: wrap; }

/* Active filter chips */
.rf-ec-chips { display: flex; gap: var(--rf-space-2); flex-wrap: wrap; margin: var(--rf-space-3) 0 0; }
.rf-ec-chips:empty { margin: 0; }
.rf-ec-chip {
	display: inline-flex; align-items: center; gap: 4px;
	padding: 4px 12px; border-radius: 0;
	background: var(--rf-gold); color: #101010;
	border: 1px solid var(--rf-gold); font-size: 0.85rem; font-weight: 700;
	cursor: pointer;
}
.rf-ec-chip:hover { background: var(--rf-gold-deep); border-color: var(--rf-gold-deep); color: #fff; }

/* Prefix index */
.rf-ec-index {
	display: flex;
	gap: var(--rf-space-2);
	flex-wrap: wrap;
	align-items: center;
	margin: 1.25rem 0 0;
	padding-top: 1.15rem;
	border-top: 1px solid rgba(16, 16, 16, 0.08);
}
.rf-ec-index__label {
	font-family: var(--rf-font-display);
	font-weight: 700;
	font-size: 0.85rem;
	color: #101010;
	margin-right: var(--rf-space-2);
}
.rf-ec-index__link {
	display: inline-flex; align-items: center; justify-content: center;
	min-width: 38px; padding: 6px 10px;
	border: 1px solid rgba(16, 16, 16, 0.12); border-radius: 0;
	background: #fff; color: #101010; font-weight: 800; font-style: normal; text-decoration: none;
	font-family: var(--rf-font-display);
	letter-spacing: 0.02em;
}
.rf-ec-index__link:hover {
	border-color: var(--rf-gold-deep);
	color: #101010;
	background: color-mix(in srgb, var(--rf-gold) 12%, #fff);
}
.rf-ec-index__link.is-active {
	background: var(--rf-gold);
	border-color: var(--rf-gold);
	color: #101010;
}

/* Popular */
.rf-ec-popular {
	margin: 1.15rem 0 0;
	padding: 1rem 1.1rem;
	background: rgba(248, 247, 244, 0.9);
	border: 1px solid rgba(16, 16, 16, 0.08);
	border-radius: 0;
}
.rf-ec-popular__title {
	font-family: var(--rf-font-display);
	font-size: 0.95rem;
	font-weight: 800;
	font-style: normal;
	letter-spacing: -0.02em;
	text-transform: none;
	margin: 0 0 0.75rem;
	color: #101010;
}
.rf-ec-popular__list { display: flex; gap: 0.55rem; flex-wrap: wrap; }
.rf-ec-popular__item {
	display: inline-flex; flex-direction: column; padding: 0.55rem 0.9rem;
	background: #fff; border: 1px solid rgba(16, 16, 16, 0.08); border-radius: 0;
	text-decoration: none; color: var(--rf-ink); box-shadow: none;
	transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}
.rf-ec-popular__item:hover {
	border-color: var(--rf-gold-deep);
	background: color-mix(in srgb, var(--rf-gold) 14%, #fff);
	color: #101010;
}
.rf-ec-popular__code {
	font-weight: 800;
	color: #101010;
	font-family: var(--rf-font-display);
	font-style: normal;
}
.rf-ec-popular__app { font-size: 0.78rem; color: #6b6b6b; }
.rf-ec-popular__item:hover .rf-ec-popular__code,
.rf-ec-popular__item:hover .rf-ec-popular__app { color: #101010; }

/* Results */
.rf-ec-results { margin-top: 0; transition: opacity 0.15s ease; }
.rf-ec-results.is-loading { opacity: 0.5; }
.rf-ec-count {
	color: #6b6b6b;
	font-weight: 600;
	font-size: 0.92rem;
	margin: 0 0 1rem;
}
.rf-ec-grid { margin: 0; }
.rf-ec-card { height: 100%; }
.rf-ec-card__link {
	display: flex; flex-direction: column; gap: 0.55rem; height: 100%;
	padding: 1.25rem 1.2rem 1.15rem; background: #fff;
	border: 1px solid rgba(16, 16, 16, 0.08); border-radius: 0;
	box-shadow: none; text-decoration: none; color: var(--rf-ink);
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.rf-ec-card__link:hover {
	border-color: var(--rf-gold-deep);
	background: color-mix(in srgb, var(--rf-gold) 10%, #fff);
	color: #101010;
}
.rf-ec-app-panel .rf-ec-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin: 0;
	background: transparent;
	border: 1px solid rgba(16, 16, 16, 0.08);
}

.rf-ec-app-panel .rf-ec-card {
	height: 100%;
	min-width: 0;
	border: 0;
	border-top: 1px solid rgba(16, 16, 16, 0.08);
	border-right: 1px solid rgba(16, 16, 16, 0.08);
	background: transparent;
}
.rf-ec-app-panel .rf-ec-card:nth-child(-n+3) { border-top: 0; }
.rf-ec-app-panel .rf-ec-card:nth-child(3n) { border-right: 0; }
.rf-ec-app-panel .rf-ec-card__link {
	border: 0;
	background: transparent;
	box-shadow: none;
}
.rf-ec-app-panel .rf-ec-card__link:hover {
	background: color-mix(in srgb, var(--rf-gold) 10%, #fff);
	border-color: transparent;
	box-shadow: none;
	transform: none;
}
.rf-ec-card__top { display: flex; align-items: baseline; justify-content: space-between; gap: var(--rf-space-2); }
.rf-ec-card__code {
	font-size: 1.45rem;
	font-weight: 800;
	font-style: normal;
	font-family: var(--rf-font-display);
	letter-spacing: -0.03em;
	color: #101010;
	overflow-wrap: anywhere;
}
.rf-ec-card__appliance { font-size: 0.72rem; font-weight: 700; color: #6b6b6b; text-align: right; text-transform: uppercase; letter-spacing: 0.08em; }
.rf-ec-card__meaning { color: #4a4a4a; font-size: 0.95rem; line-height: 1.5; }
.rf-ec-card__symptom { color: #6b6b6b; font-size: 0.85rem; line-height: 1.45; }
.rf-ec-card__more {
	margin-top: auto;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	color: var(--rf-gold-deep);
	font-weight: 700;
	font-size: 0.78rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
.rf-ec-card__more svg { width: 16px; height: 16px; }
.rf-ec-app-panel .rf-ec-card__link:hover .rf-ec-card__code,
.rf-ec-app-panel .rf-ec-card__link:hover .rf-ec-card__appliance,
.rf-ec-app-panel .rf-ec-card__link:hover .rf-ec-card__meaning,
.rf-ec-app-panel .rf-ec-card__link:hover .rf-ec-card__symptom,
.rf-ec-app-panel .rf-ec-card__link:hover .rf-ec-card__more { color: inherit; }
.rf-ec-app-panel .rf-ec-card__link:hover .rf-ec-card__more { color: var(--rf-gold-deep); }
.rf-ec-card mark { background: color-mix(in srgb, var(--rf-gold) 28%, #fff); color: inherit; padding: 0 2px; border-radius: 0; }
.rf-ec-app-panel .rf-ec-card__link:hover mark { background: color-mix(in srgb, var(--rf-gold) 40%, #fff); }

@media (max-width: 960px) {
	.rf-ec-app-panel .rf-ec-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.rf-ec-app-panel .rf-ec-card:nth-child(-n+3) { border-top: 1px solid rgba(16, 16, 16, 0.08); }
	.rf-ec-app-panel .rf-ec-card:nth-child(3n) { border-right: 1px solid rgba(16, 16, 16, 0.08); }
	.rf-ec-app-panel .rf-ec-card:nth-child(-n+2) { border-top: 0; }
	.rf-ec-app-panel .rf-ec-card:nth-child(2n) { border-right: 0; }
}
@media (max-width: 640px) {
	.rf-ec-search__bar {
		grid-template-columns: 1fr;
	}
	.rf-ec-search__submit {
		width: 100%;
	}
	.rf-ec-app-panel .rf-ec-grid {
		grid-template-columns: 1fr;
	}
	.rf-ec-app-panel .rf-ec-card,
	.rf-ec-app-panel .rf-ec-card:nth-child(-n+2),
	.rf-ec-app-panel .rf-ec-card:nth-child(2n),
	.rf-ec-app-panel .rf-ec-card:nth-child(3n) {
		border-top: 1px solid rgba(16, 16, 16, 0.08);
		border-right: 0;
	}
	.rf-ec-app-panel .rf-ec-card:first-child { border-top: 0; }
}

/* Status pills */
.rf-ec-status { display: inline-flex; align-items: center; gap: 4px; align-self: flex-start; font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em; padding: 3px 9px; border-radius: var(--rf-radius-pill); }
.rf-ec-status svg { width: 13px; height: 13px; }
.rf-ec-status--ok { background: var(--rf-surface-2); color: var(--rf-charcoal); }
.rf-ec-status--info { background: var(--rf-surface-3); color: var(--rf-ink-2); }
.rf-ec-status--warn { background: color-mix(in srgb, var(--rf-charcoal) 8%, #fff); color: var(--rf-charcoal); }

/* Empty + pagination */
.rf-ec-empty { text-align: center; padding: var(--rf-space-7) var(--rf-space-4); background: var(--rf-surface-2); border-radius: var(--rf-radius); }
.rf-ec-empty__title { font-size: 1.2rem; font-weight: 700; margin: 0 0 var(--rf-space-2); }
.rf-ec-pagination { display: flex; gap: 6px; flex-wrap: wrap; justify-content: center; margin-top: var(--rf-space-6); }
.rf-ec-pagination .page-numbers {
	display: inline-flex; align-items: center; justify-content: center; min-width: 40px; padding: 8px 12px;
	border: 1px solid var(--rf-line-strong); border-radius: var(--rf-radius-sm); text-decoration: none; color: var(--rf-ink-2); font-weight: 600;
}
.rf-ec-pagination .page-numbers.current {
	background: var(--rf-gold);
	border-color: var(--rf-gold);
	color: #101010;
}
.rf-ec-pagination a.page-numbers:hover {
	border-color: var(--rf-gold-deep);
	color: #101010;
	background: color-mix(in srgb, var(--rf-gold) 12%, #fff);
}

/* How-to-use guide (numbered tiles) */
.rf-section--ec-guide {
	background: #fff;
}
.rf-ec-guide__heading {
	max-width: 40rem;
	margin: 0 auto clamp(2rem, 4vw, 2.75rem);
	text-align: center;
}
.rf-ec-guide__heading .rf-heading__eyebrow {
	background: #111;
	border-color: #111;
	color: #fff;
	font-style: normal;
	letter-spacing: 0.1em;
}
.rf-ec-guide__heading .rf-heading__eyebrow::before {
	display: none;
}
.rf-ec-guide__heading .rf-heading__title {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.06em;
	width: 100%;
	margin: 0.85rem 0 0;
	text-align: center;
	font-size: clamp(1.55rem, 3.2vw, 2.15rem);
	line-height: 1.15;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #111;
}
.rf-ec-guide__heading .rf-heading__title-line {
	display: block;
}
.rf-ec-guide__heading .rf-heading__text {
	margin: 0.85rem auto 0;
	max-width: 38em;
	color: #6b7280;
	font-size: 1.02rem;
	font-style: normal;
	font-weight: 400;
}
.rf-ec-guide__rule {
	display: block;
	width: 120px;
	height: 3px;
	margin: 1rem auto 0;
	border-radius: 2px;
	background: linear-gradient(90deg, #111 0%, #111 40%, rgba(17, 17, 17, 0) 100%);
}
.rf-ec-guide__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.5rem;
}
.rf-section--ec-guide .rf-pcard.rf-ec-guide-card {
	background: #f5f6f7;
	border-color: #e8ebef;
	min-height: 15.5rem;
}
.rf-section--ec-guide .rf-pcard.rf-ec-guide-card .rf-pcard__ico {
	background: #fff;
}
.rf-section--ec-guide .rf-pcard.rf-ec-guide-card:hover {
	background: #111;
	border-color: #111;
}
.rf-section--ec-guide .rf-pcard.rf-ec-guide-card:hover .rf-pcard__ico {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.35);
	color: #fff;
}
.rf-section--ec-guide .rf-pcard.rf-ec-guide-card:hover .rf-pcard__num,
.rf-section--ec-guide .rf-pcard.rf-ec-guide-card:hover .rf-pcard__title,
.rf-section--ec-guide .rf-pcard.rf-ec-guide-card:hover .rf-pcard__text {
	color: #fff;
}
.rf-section--ec-guide .rf-pcard.rf-ec-guide-card:hover .rf-pcard__ico .rf-icon {
	color: #fff;
}

@media (max-width: 782px) {
	.rf-ec-guide__grid {
		grid-template-columns: 1fr;
	}
}

/* Single error-code additions */
.rf-ec-single-status { margin: var(--rf-space-3) 0 0; padding: 10px 14px; border-radius: var(--rf-radius-sm); font-size: 0.95rem; }
.rf-ec-single-status--ok { background: var(--rf-surface-2); color: var(--rf-charcoal); }
.rf-ec-single-status--info { background: var(--rf-surface-3); color: var(--rf-ink-2); }
.rf-ec-single-status--warn { background: color-mix(in srgb, var(--rf-charcoal) 8%, #fff); color: var(--rf-charcoal); }
.rf-ec-quick { padding: var(--rf-space-4) var(--rf-space-5); background: var(--rf-primary-soft); border-left: 4px solid var(--rf-primary); border-radius: var(--rf-radius-sm); }
.rf-ec-quick__label { display: block; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--rf-primary-dark); margin-bottom: 4px; }
.rf-ec-quick__text { margin: 0; font-size: 1.1rem; color: var(--rf-ink); }
.rf-ec-disclaimer { display: flex; gap: var(--rf-space-3); align-items: flex-start; padding: var(--rf-space-3) var(--rf-space-4); background: var(--rf-surface-2); border: 1px dashed var(--rf-line-strong); border-radius: var(--rf-radius-sm); }
.rf-ec-disclaimer svg { flex: none; width: 22px; height: 22px; color: var(--rf-secondary); margin-top: 2px; }
.rf-ec-disclaimer p { margin: 0; color: var(--rf-ink-2); font-size: 0.95rem; }

/* Mobile: collapsible filter drawer */
@media (max-width: 782px) {
	.rf-ec-filter-toggle { display: inline-flex; }
	.rf-ec-search__bar {
		grid-template-columns: 1fr;
	}
	.rf-ec-search__bar .rf-ec-search__submit,
	.rf-ec-search__bar .rf-ec-filter-toggle {
		width: 100%;
	}
	.rf-ec-filters {
		position: fixed; inset: 0; z-index: 1000;
		background: #fff; padding: var(--rf-space-5);
		transform: translateX(100%); transition: transform 0.2s ease;
		overflow-y: auto; visibility: hidden;
		margin-top: 0;
		padding-top: var(--rf-space-5);
		border-top: 0;
	}
	.rf-ec-filters.is-open { transform: translateX(0); visibility: visible; }
	.rf-ec-filters__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: var(--rf-space-4); }
	.rf-ec-filters__title { font-size: 1.2rem; font-weight: 700; color: #101010; }
	.rf-ec-filters__close { background: none; border: none; font-size: 1.8rem; line-height: 1; cursor: pointer; color: #4a4a4a; }
	.rf-ec-filters__row { flex-direction: column; align-items: stretch; }
	.rf-ec-field--check { justify-content: flex-start; margin-top: 0; }
	.rf-ec-field select { min-width: 0; width: 100%; }
	.rf-ec-filters__actions { flex-direction: column; }
	.rf-ec-filters__actions .rf-btn { width: 100%; }
}
@media (min-width: 783px) {
	.rf-ec-filters__close { display: none; }
}

/* =========================================================================
   30. Design polish — richer, less "template" feel
   (colors & content unchanged; purely presentational refinements)
   ========================================================================= */

/* --- Eyebrow as a soft accent chip instead of a plain dashed label --- */
.rf-heading__eyebrow,
.rf-eyebrow {
	gap: 0.45rem;
	padding: 0.34rem 0.75rem;
	background: var(--rf-accent-soft);
	border: 1px solid var(--rf-accent-tint);
	border-radius: var(--rf-radius-pill);
	color: var(--rf-accent-dark);
}
.rf-heading__eyebrow::before { display: none; }

/* Slightly more editorial section titles */
.rf-heading__title,
.rf-heading h2 { letter-spacing: -0.02em; }

/* --- Subtle dot texture + soft edges on alternating sections --- */
.rf-section--alt {
	background-color: var(--rf-surface-2);
	background-image: radial-gradient(rgba(29, 39, 51, 0.045) 1px, transparent 1.4px);
	background-size: 22px 22px;
}

/* --- Cards: animated accent top-bar, deeper hover, playful icon --- */
.rf-card { position: relative; overflow: hidden; }
.rf-card::after {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 3px;
	background: linear-gradient(90deg, var(--rf-primary), var(--rf-accent));
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease;
}
.rf-card--hover:hover::after { transform: scaleX(1); }
.rf-card--hover:hover { box-shadow: var(--rf-shadow-lg); border-color: transparent; }

.rf-card__icon {
	background: linear-gradient(135deg, var(--rf-accent-soft), color-mix(in srgb, var(--rf-accent) 22%, #fff));
	box-shadow: inset 0 0 0 1px var(--rf-accent-tint);
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.rf-card--hover:hover .rf-card__icon { transform: translateY(-2px) rotate(-4deg); }

/* --- Trust metrics: accent top edge + lift --- */
.rf-metric {
	position: relative;
	overflow: hidden;
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.rf-metric::before {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 3px;
	background: linear-gradient(90deg, var(--rf-accent), var(--rf-primary));
}
.rf-metric:hover { transform: translateY(-3px); box-shadow: var(--rf-shadow); }

/* --- Process steps: gradient number badge with glow + connector --- */
.rf-step__num {
	background: linear-gradient(135deg, var(--rf-accent), var(--rf-accent-dark));
	box-shadow: 0 8px 18px color-mix(in srgb, var(--rf-accent) 32%, transparent);
}
.rf-step { transition: transform 0.18s ease, box-shadow 0.18s ease; }
.rf-step:hover { transform: translateY(-3px); box-shadow: var(--rf-shadow); }

/* --- Primary button gets a subtle gradient for depth --- */
.rf-btn--primary { background: linear-gradient(135deg, var(--rf-primary), var(--rf-primary-dark)); }

/* --- Scroll reveal (progressive enhancement; safe fallbacks) --- */
@media (prefers-reduced-motion: no-preference) {
	body.rf-reveal .rf-reveal-item {
		opacity: 0;
		transform: translateY(20px);
		transition: opacity 0.6s ease, transform 0.6s ease;
		will-change: opacity, transform;
	}
	body.rf-reveal .rf-reveal-item.is-in {
		opacity: 1;
		transform: none;
	}
}

/* =========================================================================
   31. Contact page — Whirlpool soft-wash + mosaic
   ========================================================================= */
.rf-contact-page .rf-btn--primary {
	background: var(--rf-gold);
	border-color: var(--rf-gold);
	color: #111;
	border-radius: 4px;
}
.rf-contact-page .rf-btn--primary:hover {
	background: #111;
	border-color: #111;
	color: #fff;
}
.rf-contact-reach-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	background: transparent;
}
.rf-contact-reach-grid .rf-appliance {
	height: 100%;
	min-height: 11.5rem;
	border-radius: 0;
	border: 0;
	border-top: 1px solid rgba(16, 16, 16, 0.08);
	border-right: 1px solid rgba(16, 16, 16, 0.08);
	background: transparent;
	transform: none;
	box-shadow: none;
}
.rf-contact-reach-grid .rf-appliance:hover {
	background: color-mix(in srgb, var(--rf-gold) 8%, #fff);
	box-shadow: none;
	transform: none;
}
.rf-contact-page #contact .rf-ssvc-intro {
	margin-inline: auto;
}
.rf-contact-book-panel {
	max-width: 48rem;
	margin-inline: auto;
}
.rf-contact-book {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 44rem;
	margin-inline: auto;
	padding: 1.35rem 1.4rem 1.5rem;
}
.rf-contact-book .rf-field label {
	font-family: var(--rf-font-display);
	font-size: 0.8rem;
	font-weight: 700;
	color: #101010;
}
.rf-contact-book .rf-field .rf-req {
	color: var(--rf-gold-deep);
}
.rf-contact-book .rf-field input,
.rf-contact-book .rf-field select,
.rf-contact-book .rf-field textarea {
	border-radius: 4px;
	border-color: rgba(16, 16, 16, 0.14);
	background: #f8f7f4;
	box-shadow: none;
	color: #101010;
}
.rf-contact-book .rf-field input:focus,
.rf-contact-book .rf-field select:focus,
.rf-contact-book .rf-field textarea:focus {
	border-color: var(--rf-gold);
	outline: none;
	box-shadow: 0 0 0 2px rgba(242, 181, 18, 0.25);
}

@media (max-width: 700px) {
	.rf-contact-reach-grid {
		grid-template-columns: 1fr;
	}
}

/* =========================================================================
   32. Technician expertise — photo atelier + diagnostic rail
   ========================================================================= */
.rf-section--expertise {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background:
		radial-gradient(80% 60% at 100% 0%, rgba(242, 181, 18, 0.08), transparent 55%),
		linear-gradient(165deg, #ffffff 0%, #f7f6f3 50%, #f2f1ed 100%);
	color: #101010;
}
.rf-expertise {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
	gap: clamp(2rem, 5vw, 4rem);
	align-items: center;
}
.rf-expertise__copy {
	max-width: 34rem;
}
.rf-expertise__brand {
	display: block;
	margin: 0 0 1rem;
	font-family: var(--rf-font-display);
	font-size: clamp(1.35rem, 2.2vw, 1.7rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1;
	color: #101010;
}
.rf-expertise__reg {
	font-size: 0.45em;
	font-weight: 700;
	vertical-align: super;
	margin-left: 0.08em;
	opacity: 0.7;
}
.rf-expertise__title {
	display: flex;
	flex-direction: column;
	gap: 0.04em;
	margin: 0 0 1.15rem;
	font-family: var(--rf-font-display);
	font-size: clamp(2rem, 3.6vw, 2.85rem);
	font-weight: 800;
	font-style: normal;
	letter-spacing: -0.04em;
	line-height: 0.98;
	text-transform: none;
	color: #101010;
}
.rf-expertise__title-line { display: block; }
.rf-expertise__title-line--accent { color: var(--rf-gold); }
.rf-expertise__lead {
	margin: 0 0 1.6rem;
	max-width: 32em;
	font-size: 1.05rem;
	line-height: 1.65;
	color: #4a4a4a;
}

.rf-expertise__points {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 1.05rem;
}
.rf-expertise__point {
	display: grid;
	grid-template-columns: 0.85rem 1fr;
	gap: 0.9rem;
	align-items: start;
}
.rf-expertise__point-mark {
	display: block;
	width: 0.7rem;
	height: 0.7rem;
	margin-top: 0.4rem;
	background: var(--rf-gold);
	border: 0;
	border-radius: 1px;
	transform: none;
}
.rf-expertise__point-body {
	display: grid;
	gap: 0.2rem;
	min-width: 0;
}
.rf-expertise__point-body strong {
	font-family: var(--rf-font-display);
	font-size: 1rem;
	font-weight: 800;
	font-style: normal;
	letter-spacing: -0.01em;
	text-transform: none;
	color: #101010;
	line-height: 1.25;
}
.rf-expertise__point-body span {
	font-size: 0.94rem;
	line-height: 1.55;
	color: #555;
}

.rf-expertise__stats {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem 2.25rem;
	margin-top: 1.75rem;
	padding-top: 1.35rem;
	border-top: 1px solid rgba(16, 16, 16, 0.1);
}
.rf-expertise__stat {
	display: grid;
	gap: 0.2rem;
}
.rf-expertise__stat-value {
	font-family: var(--rf-font-display);
	font-size: clamp(1.9rem, 3vw, 2.4rem);
	font-weight: 800;
	font-style: normal;
	letter-spacing: -0.04em;
	line-height: 1;
	color: #101010;
}
.rf-expertise__stat-value sup {
	font-size: 0.55em;
	margin-left: 0.05em;
	color: var(--rf-gold);
}
.rf-expertise__stat-label {
	font-family: var(--rf-font-display);
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #6b6b6b;
}

.rf-expertise__media {
	position: relative;
	margin: 0;
	border-radius: 4px;
	overflow: hidden;
	isolation: isolate;
	min-height: clamp(320px, 48vw, 520px);
	background: #1a1a1a;
	box-shadow: 0 24px 50px rgba(16, 16, 16, 0.12);
}
.rf-expertise__media::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(180deg, rgba(16, 16, 16, 0.08) 0%, transparent 28%, transparent 72%, rgba(16, 16, 16, 0.22) 100%),
		linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0%, transparent 35%);
}
.rf-expertise__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: clamp(320px, 48vw, 520px);
	object-fit: cover;
	object-position: center;
}

/* Horizontal diagnostic rail */
.rf-expertise__rail {
	list-style: none;
	margin: clamp(2rem, 4.5vw, 3rem) 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	background: rgba(16, 16, 16, 0.08);
	border: 1px solid rgba(16, 16, 16, 0.08);
	border-radius: 4px;
	overflow: hidden;
}
.rf-expertise__rail-step {
	display: grid;
	gap: 0.65rem;
	padding: 1.25rem 1.2rem 1.3rem;
	background: rgba(255, 255, 255, 0.94);
	min-width: 0;
}
.rf-expertise__rail-num {
	font-family: var(--rf-font-display);
	font-size: 1.35rem;
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1;
	color: var(--rf-gold);
}
.rf-expertise__rail-body {
	display: grid;
	gap: 0.25rem;
	min-width: 0;
}
.rf-expertise__rail-body strong {
	font-family: var(--rf-font-display);
	font-size: 0.98rem;
	font-weight: 800;
	letter-spacing: -0.01em;
	color: #101010;
	line-height: 1.25;
}
.rf-expertise__rail-body span {
	font-size: 0.88rem;
	line-height: 1.5;
	color: #555;
}

.rf-expertise__expert {
	margin-top: clamp(1.5rem, 3vw, 2rem);
	padding: 1.25rem 1.35rem;
	background: #fff;
	border: 1px solid rgba(16, 16, 16, 0.08);
	border-left: 3px solid var(--rf-gold);
	border-radius: 4px;
}
.rf-expertise__expert .rf-expert {
	align-items: flex-start;
	gap: 0.95rem;
}
.rf-expertise__expert .rf-expert__avatar {
	border-radius: 4px;
	border: 1px solid rgba(16, 16, 16, 0.1);
	overflow: hidden;
}
.rf-expertise__expert .rf-expert__role {
	color: #6b6b6b;
}
.rf-expertise__expert .rf-expert__name,
.rf-expertise__expert a.rf-expert__name {
	color: #101010;
	font-family: var(--rf-font-display);
	font-weight: 800;
}
.rf-expertise__expert .rf-expert__name-line--accent {
	color: var(--rf-gold-deep);
}
.rf-expertise__expert a.rf-expert__name:hover .rf-expert__name-line--accent {
	color: #101010;
}
.rf-expertise__expert .rf-expert__text {
	color: #555;
}
.rf-expertise__expert .rf-link-more {
	color: #101010;
	font-family: var(--rf-font-display);
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-size: 0.74rem;
}
.rf-expertise__expert .rf-link-more:hover {
	color: var(--rf-gold-deep);
}

@media (max-width: 960px) {
	.rf-expertise {
		grid-template-columns: 1fr;
		gap: 1.75rem;
	}
	.rf-expertise__copy { max-width: none; }
	.rf-expertise__media,
	.rf-expertise__media img {
		min-height: clamp(240px, 58vw, 380px);
	}
	.rf-expertise__rail {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 560px) {
	.rf-expertise__rail {
		grid-template-columns: 1fr;
	}
}

/* Numbered-badge card variant (service/location process sections) */
.rf-pcard__badge {
	flex: none;
	width: 54px; height: 54px;
	display: grid; place-items: center;
	border-radius: 50%;
	background: color-mix(in srgb, var(--rf-primary) 8%, #fff);
	color: var(--rf-primary);
	box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--rf-primary) 16%, #fff);
	font-weight: 800;
	font-size: 1.25rem;
	line-height: 1;
	letter-spacing: -0.02em;
}

/* Shared process-list styles (service / location pages) */
.rf-proclist { list-style: none; margin: 1.35rem 0 0; padding: 0; }
.rf-proc {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	padding: 1.05rem 0;
	border-bottom: 1px solid var(--rf-line);
}
.rf-proc:last-child { border-bottom: 0; }
.rf-proc__ico {
	flex: none;
	width: 46px; height: 46px;
	display: grid; place-items: center;
	border-radius: 50%;
	background: color-mix(in srgb, var(--rf-primary) 8%, #fff);
	color: var(--rf-primary);
	box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--rf-primary) 16%, #fff);
}
.rf-proc__ico .rf-icon { width: 22px; height: 22px; }
.rf-proc__body { flex: 1; min-width: 0; }
.rf-proc__body strong { display: block; color: var(--rf-charcoal); font-size: 1.05rem; }
.rf-proc__body span { color: var(--rf-muted); font-size: 0.92rem; }
.rf-proc__num {
	flex: none;
	align-self: center;
	font-size: 1.9rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.02em;
	color: var(--rf-line-strong);
}

/* =========================================================================
   33. Repair process (numbered step cards)
   ========================================================================= */
.rf-section--process {
	background: #fff;
}

/* Homepage process flow — unique connected journey */
.rf-section--process-flow {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background:
		radial-gradient(90% 70% at 0% 100%, rgba(242, 181, 18, 0.1), transparent 55%),
		linear-gradient(180deg, #101010 0%, #161616 50%, #1b1b1b 100%);
	color: #fff;
}
.rf-process__intro {
	max-width: 40rem;
	margin-bottom: clamp(2rem, 4vw, 2.75rem);
}
.rf-process__brand {
	display: block;
	margin: 0 0 1rem;
	font-family: var(--rf-font-display);
	font-size: clamp(1.35rem, 2.2vw, 1.7rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1;
	color: #fff;
}
.rf-process__reg {
	font-size: 0.45em;
	font-weight: 700;
	vertical-align: super;
	margin-left: 0.08em;
	opacity: 0.7;
}
.rf-process__title {
	display: flex;
	flex-direction: column;
	gap: 0.04em;
	margin: 0 0 1.15rem;
	font-family: var(--rf-font-display);
	font-size: clamp(2rem, 3.8vw, 3rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 0.98;
	color: #fff;
	text-transform: none;
}
.rf-process__title-line { display: block; }
.rf-process__title-line--accent { color: var(--rf-gold); }
.rf-process__lead {
	margin: 0;
	max-width: 34em;
	font-size: 1.05rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.68);
}

.rf-flow {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 4px;
	overflow: hidden;
	counter-reset: none;
}
.rf-flow__step {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.75rem;
	min-height: 13.5rem;
	padding: 1.4rem 1.3rem 1.3rem;
	background: #1a1a1a;
	min-width: 0;
	transition: background 0.25s ease, box-shadow 0.25s ease;
}
.rf-flow__step::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background: var(--rf-gold);
	transform: scaleY(0);
	transform-origin: top;
	transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.rf-flow__step:hover {
	background: #222;
	box-shadow: inset 0 0 0 1px rgba(242, 181, 18, 0.35);
}
.rf-flow__step:hover::before {
	transform: scaleY(1);
}
.rf-flow__num {
	font-family: var(--rf-font-display);
	font-size: clamp(1.7rem, 2.4vw, 2.15rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1;
	color: var(--rf-gold);
}
.rf-flow__icon {
	display: grid;
	place-items: center;
	width: 2.55rem;
	height: 2.55rem;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 4px;
	color: #fff;
	background: rgba(255, 255, 255, 0.06);
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.rf-flow__icon .rf-icon {
	width: 1.2rem;
	height: 1.2rem;
}
.rf-flow__step:hover .rf-flow__icon {
	background: var(--rf-gold);
	border-color: var(--rf-gold);
	color: #111;
}
.rf-flow__title {
	margin: 0;
	font-family: var(--rf-font-display);
	font-size: clamp(1.02rem, 1.4vw, 1.18rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.25;
	color: #fff;
	text-transform: none;
}
.rf-flow__text {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.62);
}

.rf-process__actions {
	display: flex;
	justify-content: flex-start;
	margin-top: clamp(1.75rem, 3.5vw, 2.5rem);
}
.rf-process__cta {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.95rem 1.5rem;
	min-height: 3.25rem;
	background: var(--rf-gold);
	border: 1px solid var(--rf-gold);
	border-radius: 4px;
	color: #111;
	font-family: var(--rf-font-display);
	font-size: 0.84rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.rf-process__cta .rf-icon {
	width: 0.95em;
	height: 0.95em;
	transition: transform 0.2s ease;
}
.rf-process__cta:hover {
	background: #fff;
	border-color: #fff;
	color: #111;
	transform: translateY(-1px);
}
.rf-process__cta:hover .rf-icon {
	transform: translateX(3px);
}

/* Legacy process heading/grid (other templates may still reference) */
.rf-process__heading {
	max-width: 720px;
	margin-bottom: clamp(2rem, 4vw, 2.75rem);
}
.rf-process__heading .rf-heading__eyebrow {
	background: #111;
	border-color: #111;
	color: #fff;
	font-style: normal;
	letter-spacing: 0.1em;
}
.rf-process__heading .rf-heading__title {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.06em;
	margin: 0 0 0.85rem;
	font-size: clamp(1.55rem, 3.2vw, 2.15rem);
	line-height: 1.15;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}
.rf-process__heading .rf-heading__title-line {
	display: block;
}
.rf-process__heading .rf-heading__text {
	max-width: 40em;
	margin: 0 auto;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.55;
	color: #6b7280;
}
.rf-process__rule {
	display: block;
	width: 160px;
	height: 3px;
	margin: 1.15rem auto 0;
	border-radius: 2px;
	background: linear-gradient(90deg, #111 0%, #111 40%, rgba(17, 17, 17, 0) 100%);
}
.rf-process__more {
	margin-top: clamp(1.5rem, 3vw, 2rem);
	text-align: center;
}
.rf-process__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
}
.rf-pcard {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	height: 100%;
	min-height: 16.75rem;
	background: #f7f8f9;
	border: 1px solid #e8ebef;
	border-radius: 0;
	box-shadow: none;
	padding: 1.6rem 1.6rem 1.6rem;
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.rf-pcard:hover {
	background: #111;
	border-color: #111;
	transform: translateY(-2px);
}
.rf-pcard__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.1rem;
}
.rf-pcard__ico {
	flex: none;
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	border-radius: 0;
	background: #fff;
	color: #111;
	border: 1px solid #d1d5db;
	box-shadow: none;
}
.rf-pcard__ico .rf-icon { width: 22px; height: 22px; }
.rf-pcard__num {
	font-family: var(--rf-font-display);
	font-size: 1.65rem;
	font-weight: 700;
	font-style: italic;
	letter-spacing: 0.04em;
	color: #111;
	line-height: 1;
}
.rf-pcard__title {
	font-size: clamp(1rem, 1.4vw, 1.15rem);
	font-weight: 700;
	font-style: italic;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	margin: 0;
	color: #111;
	line-height: 1.25;
}
.rf-pcard__rule {
	display: block;
	width: 96px;
	height: 3px;
	margin: 0.75rem 0 0.85rem;
	border-radius: 2px;
	background: linear-gradient(90deg, #111 0%, #111 40%, rgba(17, 17, 17, 0) 100%);
}
.rf-pcard__text {
	color: #6b7280;
	font-size: 0.9rem;
	margin: 0;
	flex: 1 1 auto;
	line-height: 1.5;
	overflow-wrap: anywhere;
}
.rf-pcard:hover .rf-pcard__num,
.rf-pcard:hover .rf-pcard__title,
.rf-pcard:hover .rf-pcard__text {
	color: #fff;
}
.rf-pcard:hover .rf-pcard__rule {
	background: linear-gradient(90deg, #fff 0%, #fff 40%, rgba(255, 255, 255, 0) 100%);
}
.rf-pcard:hover .rf-pcard__ico {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.35);
	color: #fff;
}

@media (max-width: 1080px) {
	.rf-process__grid { grid-template-columns: repeat(2, 1fr); }
	.rf-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
	.rf-process__grid { grid-template-columns: 1fr; }
	.rf-pcard { padding: 1.25rem 1.15rem; }
	.rf-flow { grid-template-columns: 1fr; }
	.rf-flow__step { min-height: 0; }
	.rf-process__cta { width: 100%; justify-content: center; }
}

@media (max-width: 560px) {
	.rf-process__grid { grid-template-columns: 1fr; }
	.rf-pcard { padding: 1.25rem 1.15rem; }
	.rf-flow { grid-template-columns: 1fr; }
	.rf-flow__step { min-height: 0; }
	.rf-process__cta { width: 100%; justify-content: center; }
}

/* =========================================================================
   34e. Service locations — metro atlas (photo left, cities right)
   ========================================================================= */
.rf-section--locations {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background:
		radial-gradient(85% 65% at 100% 0%, rgba(242, 181, 18, 0.09), transparent 55%),
		linear-gradient(165deg, #ffffff 0%, #f8f7f4 48%, #f3f2ee 100%);
	color: #101010;
}
.rf-locations {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
	gap: clamp(2rem, 5vw, 4rem);
	align-items: center;
}
.rf-locations__media {
	position: relative;
	margin: 0;
	border-radius: 4px;
	overflow: hidden;
	isolation: isolate;
	min-height: clamp(340px, 52vw, 560px);
	background: #1a1a1a;
	box-shadow: 0 24px 50px rgba(16, 16, 16, 0.12);
}
.rf-locations__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: clamp(340px, 52vw, 560px);
	object-fit: cover;
	object-position: center;
}
.rf-locations__media::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(90deg, transparent 55%, rgba(255, 255, 255, 0.08) 100%),
		linear-gradient(180deg, rgba(16, 16, 16, 0.1) 0%, transparent 30%, transparent 70%, rgba(16, 16, 16, 0.28) 100%);
}
.rf-locations__watermark {
	position: absolute;
	left: 0.85rem;
	bottom: 0.55rem;
	z-index: 1;
	margin: 0;
	font-family: var(--rf-font-display);
	font-size: clamp(3.5rem, 10vw, 7rem);
	font-weight: 800;
	letter-spacing: -0.06em;
	line-height: 0.78;
	color: rgba(255, 255, 255, 0.14);
	text-transform: uppercase;
	pointer-events: none;
	user-select: none;
}

.rf-locations__copy {
	max-width: 28rem;
}
.rf-locations__brand {
	display: block;
	margin: 0 0 1rem;
	font-family: var(--rf-font-display);
	font-size: clamp(1.35rem, 2.2vw, 1.7rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1;
	color: #101010;
}
.rf-locations__reg {
	font-size: 0.45em;
	font-weight: 700;
	vertical-align: super;
	margin-left: 0.08em;
	opacity: 0.7;
}
.rf-locations__title {
	display: flex;
	flex-direction: column;
	gap: 0.04em;
	margin: 0 0 1.1rem;
	font-family: var(--rf-font-display);
	font-size: clamp(1.85rem, 3.2vw, 2.65rem);
	font-weight: 800;
	font-style: normal;
	line-height: 0.98;
	letter-spacing: -0.04em;
	text-transform: none;
	color: #101010;
}
.rf-locations__title-line { display: block; }
.rf-locations__title-line--accent { color: var(--rf-gold); }
.rf-locations__lead {
	margin: 0 0 1.35rem;
	max-width: 32em;
	font-size: 1.02rem;
	line-height: 1.65;
	color: #4a4a4a;
}

.rf-locations__cta {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin-top: 1.5rem;
	padding: 0.95rem 1.45rem;
	min-height: 3.2rem;
	background: var(--rf-gold);
	border: 1px solid var(--rf-gold);
	border-radius: 4px;
	color: #111;
	font-family: var(--rf-font-display);
	font-size: 0.84rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	box-shadow: none;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.rf-locations__cta .rf-icon {
	width: 0.95em;
	height: 0.95em;
	transition: transform 0.2s ease;
}
.rf-locations__cta:hover {
	background: #111;
	border-color: #111;
	color: #fff;
	transform: translateY(-1px);
}
.rf-locations__cta:hover .rf-icon {
	transform: translateX(3px);
}

.rf-locations__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0;
	border-top: 1px solid rgba(16, 16, 16, 0.1);
}
.rf-location {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid rgba(16, 16, 16, 0.1);
}
.rf-location__link {
	display: grid;
	grid-template-columns: 2.4rem 1fr auto;
	gap: 0.85rem;
	align-items: center;
	padding: 0.95rem 0.15rem;
	text-decoration: none;
	color: inherit;
	transition: background 0.18s ease, padding 0.18s ease;
}
.rf-location__link:hover {
	background: color-mix(in srgb, var(--rf-gold) 10%, #fff);
	padding-left: 0.55rem;
	padding-right: 0.45rem;
}
.rf-location__index {
	font-family: var(--rf-font-display);
	font-size: 1.15rem;
	font-weight: 800;
	font-style: normal;
	letter-spacing: -0.02em;
	line-height: 1;
	color: var(--rf-gold);
}
.rf-location__body {
	display: grid;
	gap: 0.12rem;
	min-width: 0;
}
.rf-location__name {
	font-family: var(--rf-font-display);
	font-size: 0.98rem;
	font-weight: 800;
	font-style: normal;
	letter-spacing: -0.01em;
	text-transform: none;
	color: #101010;
	line-height: 1.2;
}
.rf-location__region {
	font-size: 0.88rem;
	line-height: 1.35;
	color: #555;
}
.rf-location__go {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border: 1px solid #101010;
	border-radius: 4px;
	color: #111;
	background: var(--rf-gold);
	transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}
.rf-location__go .rf-icon {
	width: 0.95em;
	height: 0.95em;
}
.rf-location__link:hover .rf-location__go {
	background: #111;
	border-color: #111;
	color: #fff;
	transform: translateX(2px);
}

@media (max-width: 960px) {
	.rf-locations {
		grid-template-columns: 1fr;
		gap: 1.75rem;
	}
	.rf-locations__copy { max-width: none; }
	.rf-locations__media,
	.rf-locations__media img {
		min-height: clamp(240px, 58vw, 380px);
	}
	.rf-locations__cta { width: 100%; justify-content: center; }
}

/* Locations archive hero */
.rf-hero--areas {
	background-color: #0a0a0a;
	background-image:
		linear-gradient(90deg, #0a0a0a 0%, #0a0a0a 28%, rgba(10, 10, 10, 0.92) 40%, rgba(10, 10, 10, 0.55) 54%, rgba(10, 10, 10, 0.18) 68%, rgba(10, 10, 10, 0) 80%),
		var(--rf-areas-hero);
	background-position: left top, right center;
	background-size: auto, cover;
	background-repeat: no-repeat;
}
.rf-hero__inner--areas {
	min-height: clamp(380px, 38vw, 520px);
	padding-block: clamp(2.25rem, 4.5vw, 3.5rem);
}
.rf-hero--areas .rf-breadcrumbs {
	margin-bottom: 1.15rem;
}
.rf-hero--areas .rf-breadcrumbs__link {
	color: rgba(255, 255, 255, 0.55);
}
.rf-hero--areas .rf-breadcrumbs__link:hover {
	color: #fff;
}
.rf-hero--areas .rf-breadcrumbs__sep {
	color: rgba(255, 255, 255, 0.28);
}
.rf-hero--areas .rf-breadcrumbs__current {
	color: rgba(255, 255, 255, 0.9);
}

.rf-section--areas {
	background: #f5f6f7;
}
.rf-section--areas-light {
	background: #fff;
	background-image: none;
}
.rf-section--areas-light.rf-section--loc .rf-pcard.rf-area-card {
	background: #f7f8f9;
	border-color: #e8ebef;
}
.rf-section--areas-light.rf-section--loc .rf-pcard.rf-area-card .rf-pcard__ico {
	background: #f5f6f7;
}
.rf-areas__heading {
	max-width: 40rem;
	margin-bottom: clamp(2rem, 4vw, 2.75rem);
}
.rf-areas__heading .rf-heading__eyebrow {
	background: #111;
	border-color: #111;
	color: #fff;
	font-style: normal;
	letter-spacing: 0.1em;
}
.rf-areas__heading .rf-heading__eyebrow::before {
	display: none;
}
.rf-areas__heading .rf-heading__title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.06em;
	margin: 0.85rem 0 0.85rem;
	font-size: clamp(1.55rem, 3.2vw, 2.15rem);
	line-height: 1.15;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #111;
}
.rf-areas__heading .rf-heading__title-line {
	display: block;
}
.rf-areas__heading .rf-heading__text {
	margin: 0;
	max-width: 36em;
	color: #6b7280;
	font-size: 1.02rem;
	font-style: normal;
	font-weight: 400;
}
.rf-areas__rule {
	display: block;
	width: 120px;
	height: 3px;
	margin: 1.15rem 0 0;
	border-radius: 2px;
	background: linear-gradient(90deg, #111 0%, #111 45%, rgba(17, 17, 17, 0) 100%);
}

.rf-areas__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
}
.rf-section--areas .rf-pcard.rf-area-card {
	background: #fff;
	border-color: #e8ebef;
	min-height: 17.5rem;
}
.rf-section--areas .rf-pcard.rf-area-card .rf-pcard__ico {
	background: #f5f6f7;
}
.rf-section--areas .rf-pcard.rf-area-card:hover {
	background: #111;
	border-color: #111;
}
.rf-area-card__region {
	display: block;
	margin: 0 0 0.35rem;
	font-size: 0.72rem;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #6b7280;
}
.rf-area-card .rf-pcard__title a {
	color: inherit;
	text-decoration: none;
}
.rf-area-card .rf-pcard__title a::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
}
.rf-area-card__link {
	position: relative;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: 0.4rem;
	margin-top: auto;
	padding-top: 0.85rem;
	border-top: 1px solid #e5e7eb;
	width: 100%;
	font-size: 0.8rem;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #111;
	text-decoration: none;
}
.rf-area-card__link .rf-icon {
	width: 0.95em;
	height: 0.95em;
	transition: transform 0.18s ease;
}
.rf-pcard.rf-area-card:hover .rf-area-card__region,
.rf-pcard.rf-area-card:hover .rf-pcard__title,
.rf-pcard.rf-area-card:hover .rf-pcard__text,
.rf-pcard.rf-area-card:hover .rf-pcard__num {
	color: #fff;
}
.rf-pcard.rf-area-card:hover .rf-pcard__rule {
	background: linear-gradient(90deg, #fff 0%, #fff 40%, rgba(255, 255, 255, 0) 100%);
}
.rf-pcard.rf-area-card:hover .rf-pcard__ico {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.28);
	color: #fff;
}
.rf-pcard.rf-area-card:hover .rf-pcard__ico .rf-icon {
	color: #fff;
}
.rf-pcard.rf-area-card:hover .rf-area-card__link {
	color: #fff;
	border-top-color: rgba(255, 255, 255, 0.2);
}
.rf-pcard.rf-area-card:hover .rf-area-card__link .rf-icon {
	transform: translateX(3px);
	color: #fff;
}

.rf-section--areas .rf-pagination {
	margin-top: clamp(2rem, 4vw, 2.75rem);
}

@media (max-width: 960px) {
	.rf-areas__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 640px) {
	.rf-hero--areas {
		background-position: 58% 64%;
	}
	.rf-areas__grid {
		grid-template-columns: 1fr;
	}
}

/* =========================================================================
   34e3. Appliances archive — Whirlpool soft-wash hero + home mosaic catalog
   ========================================================================= */
.rf-hero--appliances-archive {
	--rf-app-pad-x: clamp(1.25rem, 4.5vw, 4rem);
	position: relative;
	isolation: isolate;
	overflow: hidden;
	min-height: clamp(520px, 78vh, 760px);
	background: #f3f2ef;
	color: #101010;
}
.rf-hero--locations-archive {
	--rf-app-pad-x: clamp(1.25rem, 4.5vw, 4rem);
	position: relative;
	isolation: isolate;
	overflow: hidden;
	min-height: clamp(520px, 78vh, 760px);
	background: #f3f2ef;
	color: #101010;
}
.rf-hero--appliances-archive::before,
.rf-hero--appliances-archive::after,
.rf-hero--locations-archive::before,
.rf-hero--locations-archive::after {
	content: none;
	display: none;
	background-image: none;
}
.rf-app-hero__backdrop {
	position: absolute;
	inset: -3% -2% -3% 22%;
	z-index: 0;
	background-color: #ebeae6;
	background-image: var(--rf-appliances-hero);
	background-repeat: no-repeat;
	background-position: 62% center;
	background-size: cover;
}
.rf-hero--locations-archive .rf-app-hero__backdrop {
	background-image: var(--rf-locations-hero);
	background-position: 58% center;
}
.rf-app-hero__veil {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		linear-gradient(
			105deg,
			#fff 0%,
			rgba(255, 255, 255, 0.98) 26%,
			rgba(255, 255, 255, 0.88) 40%,
			rgba(255, 255, 255, 0.52) 56%,
			rgba(255, 255, 255, 0.16) 72%,
			rgba(255, 255, 255, 0) 88%
		),
		linear-gradient(
			180deg,
			rgba(255, 255, 255, 0.28) 0%,
			rgba(255, 255, 255, 0) 24%,
			rgba(255, 255, 255, 0) 78%,
			rgba(255, 255, 255, 0.18) 100%
		);
}
.rf-app-hero__shell {
	position: relative;
	z-index: 2;
	width: min(100% - (var(--rf-app-pad-x) * 2), var(--rf-container-wide));
	margin-inline: auto;
}
.rf-app-hero__inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	min-height: clamp(520px, 78vh, 760px);
	max-width: 36rem;
	padding-block: clamp(4.25rem, 9vw, 6.5rem) clamp(3rem, 6vw, 4.5rem);
	min-width: 0;
}
.rf-hero--appliances-archive .rf-breadcrumbs { margin-bottom: 1.15rem; }
.rf-hero--appliances-archive .rf-breadcrumbs__link { color: #6b6b6b; }
.rf-hero--appliances-archive .rf-breadcrumbs__link:hover { color: #101010; }
.rf-hero--appliances-archive .rf-breadcrumbs__sep { color: rgba(16, 16, 16, 0.28); }
.rf-hero--appliances-archive .rf-breadcrumbs__current { color: #101010; }
.rf-hero--locations-archive .rf-breadcrumbs { margin-bottom: 1.15rem; }
.rf-hero--locations-archive .rf-breadcrumbs__link { color: #6b6b6b; }
.rf-hero--locations-archive .rf-breadcrumbs__link:hover { color: #101010; }
.rf-hero--locations-archive .rf-breadcrumbs__sep { color: rgba(16, 16, 16, 0.28); }
.rf-hero--locations-archive .rf-breadcrumbs__current { color: #101010; }
.rf-app-hero__brand {
	display: block;
	margin: 0 0 1rem;
	font-family: var(--rf-font-display);
	font-size: clamp(1.45rem, 2.4vw, 1.85rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1;
	color: #101010;
}
.rf-app-hero__reg {
	font-size: 0.45em;
	font-weight: 700;
	vertical-align: super;
	margin-left: 0.08em;
	opacity: 0.7;
}
.rf-app-hero__title {
	display: flex;
	flex-direction: column;
	gap: 0.04em;
	margin: 0 0 1.15rem;
	font-family: var(--rf-font-display);
	font-size: clamp(2.2rem, 4.6vw, 3.4rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 0.98;
	color: #101010;
	text-transform: none;
}
.rf-app-hero__title-line { display: block; }
.rf-app-hero__title-line--accent { color: var(--rf-gold); }
.rf-app-hero__lead {
	margin: 0 0 1.75rem;
	max-width: 32em;
	font-size: 1.05rem;
	line-height: 1.65;
	color: #4a4a4a;
}
.rf-app-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem 1.35rem;
	width: 100%;
	min-width: 0;
}
.rf-app-hero__actions .rf-btn {
	border-radius: 4px;
	min-height: 3.25rem;
}
.rf-app-hero__actions .rf-btn--primary {
	background: var(--rf-gold);
	border-color: var(--rf-gold);
	color: #111;
}
.rf-app-hero__actions .rf-btn--primary:hover {
	background: #111;
	border-color: #111;
	color: #fff;
}
.rf-app-hero__phone {
	display: inline-flex;
	flex-direction: column;
	gap: 0.1rem;
	text-decoration: none;
	color: #101010;
	min-width: 0;
}
.rf-app-hero__phone-label {
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #6b6b6b;
}
.rf-app-hero__phone-num {
	font-family: var(--rf-font-display);
	font-size: 1.05rem;
	font-weight: 800;
	letter-spacing: -0.02em;
}
.rf-app-hero__phone:hover .rf-app-hero__phone-num {
	color: var(--rf-gold-deep);
}

.rf-section--appliances-archive {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background:
		radial-gradient(70% 55% at 100% 0%, rgba(242, 181, 18, 0.1), transparent 55%),
		linear-gradient(165deg, #ffffff 0%, #f8f7f4 48%, #f3f2ee 100%);
	color: #101010;
}
.rf-section--locations-archive {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background:
		radial-gradient(70% 55% at 0% 0%, rgba(242, 181, 18, 0.1), transparent 55%),
		linear-gradient(165deg, #ffffff 0%, #f8f7f4 48%, #f3f2ee 100%);
	color: #101010;
}
.rf-app-catalog__intro {
	max-width: 40rem;
	margin-bottom: clamp(2rem, 4vw, 2.75rem);
}
.rf-app-catalog__brand {
	display: block;
	margin: 0 0 1rem;
	font-family: var(--rf-font-display);
	font-size: clamp(1.35rem, 2.2vw, 1.7rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1;
	color: #101010;
}
.rf-app-catalog__reg {
	font-size: 0.45em;
	font-weight: 700;
	vertical-align: super;
	margin-left: 0.08em;
	opacity: 0.7;
}
.rf-app-catalog__title {
	display: flex;
	flex-direction: column;
	gap: 0.04em;
	margin: 0 0 1.15rem;
	font-family: var(--rf-font-display);
	font-size: clamp(2rem, 3.8vw, 3rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 0.98;
	color: #101010;
	text-transform: none;
}
.rf-app-catalog__title-line { display: block; }
.rf-app-catalog__title-line--accent { color: var(--rf-gold); }
.rf-app-catalog__lead {
	margin: 0;
	max-width: 34em;
	font-size: 1.05rem;
	line-height: 1.65;
	color: #4a4a4a;
}
.rf-app-catalog__panel {
	margin-top: 0.25rem;
}
.rf-section--appliances-archive .rf-appliances-grid,
.rf-section--locations-archive .rf-appliances-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	background: transparent;
}
.rf-section--appliances-archive .rf-appliances-grid__item,
.rf-section--locations-archive .rf-appliances-grid__item {
	min-width: 0;
}
.rf-section--appliances-archive .rf-appliance,
.rf-section--locations-archive .rf-appliance {
	height: 100%;
	min-height: 12.5rem;
	border-radius: 0;
	border: 0;
	border-top: 1px solid rgba(16, 16, 16, 0.08);
	border-right: 1px solid rgba(16, 16, 16, 0.08);
	background: transparent;
}
.rf-section--appliances-archive .rf-appliance:hover,
.rf-section--locations-archive .rf-appliance:hover {
	background: color-mix(in srgb, var(--rf-gold) 8%, #fff);
	box-shadow: none;
}
.rf-app-catalog__pages {
	margin-top: clamp(1.75rem, 3.5vw, 2.5rem);
}

@media (max-width: 960px) {
	.rf-section--appliances-archive .rf-appliances-grid,
	.rf-section--locations-archive .rf-appliances-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 900px) {
	.rf-hero--appliances-archive,
	.rf-hero--locations-archive {
		min-height: 0;
	}
	.rf-app-hero__backdrop {
		inset: 0;
		opacity: 0.28;
		background-position: 70% 30%;
	}
	.rf-app-hero__veil {
		background: linear-gradient(
			180deg,
			rgba(255, 255, 255, 0.8) 0%,
			rgba(255, 255, 255, 0.93) 34%,
			#fff 60%,
			#f8f7f4 100%
		);
	}
	.rf-app-hero__inner {
		max-width: none;
		min-height: 0;
		justify-content: flex-start;
		padding-block: 2.15rem 2rem;
	}
}
@media (max-width: 640px) {
	.rf-app-hero__actions {
		flex-direction: column;
		align-items: stretch;
	}
	.rf-app-hero__actions .rf-btn {
		width: 100%;
		justify-content: center;
	}
	.rf-section--appliances-archive .rf-appliances-grid,
	.rf-section--locations-archive .rf-appliances-grid {
		grid-template-columns: 1fr;
	}
}

/* =========================================================================
   34e4. Services archive — Whirlpool soft-wash hero + linked pathway catalog
   ========================================================================= */
.rf-hero--services-archive {
	--rf-svc-pad-x: clamp(1.25rem, 4.5vw, 4rem);
	position: relative;
	isolation: isolate;
	overflow: hidden;
	min-height: clamp(520px, 78vh, 760px);
	background: #f3f2ef;
	color: #101010;
}
.rf-hero--services-archive::before,
.rf-hero--services-archive::after {
	content: none;
	display: none;
	background-image: none;
}
.rf-svc-hero__backdrop {
	position: absolute;
	inset: -3% -2% -3% 22%;
	z-index: 0;
	background-color: #ebeae6;
	background-image: var(--rf-services-hero);
	background-repeat: no-repeat;
	background-position: 62% center;
	background-size: cover;
}
.rf-svc-hero__veil {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		linear-gradient(
			105deg,
			#fff 0%,
			rgba(255, 255, 255, 0.98) 26%,
			rgba(255, 255, 255, 0.88) 40%,
			rgba(255, 255, 255, 0.52) 56%,
			rgba(255, 255, 255, 0.16) 72%,
			rgba(255, 255, 255, 0) 88%
		),
		linear-gradient(
			180deg,
			rgba(255, 255, 255, 0.28) 0%,
			rgba(255, 255, 255, 0) 24%,
			rgba(255, 255, 255, 0) 78%,
			rgba(255, 255, 255, 0.18) 100%
		);
}
.rf-svc-hero__shell {
	position: relative;
	z-index: 2;
	width: min(100% - (var(--rf-svc-pad-x) * 2), var(--rf-container-wide));
	margin-inline: auto;
}
.rf-svc-hero__inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	min-height: clamp(520px, 78vh, 760px);
	max-width: 36rem;
	padding-block: clamp(4.25rem, 9vw, 6.5rem) clamp(3rem, 6vw, 4.5rem);
	min-width: 0;
}
.rf-hero--services-archive .rf-breadcrumbs {
	margin-bottom: 1.15rem;
}
.rf-hero--services-archive .rf-breadcrumbs__link {
	color: #6b6b6b;
}
.rf-hero--services-archive .rf-breadcrumbs__link:hover {
	color: #101010;
}
.rf-hero--services-archive .rf-breadcrumbs__sep {
	color: rgba(16, 16, 16, 0.28);
}
.rf-hero--services-archive .rf-breadcrumbs__current {
	color: #101010;
}
.rf-svc-hero__brand {
	display: block;
	margin: 0 0 1rem;
	font-family: var(--rf-font-display);
	font-size: clamp(1.45rem, 2.4vw, 1.85rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1;
	color: #101010;
}
.rf-svc-hero__reg {
	font-size: 0.45em;
	font-weight: 700;
	vertical-align: super;
	margin-left: 0.08em;
	opacity: 0.7;
}
.rf-svc-hero__title {
	display: flex;
	flex-direction: column;
	gap: 0.04em;
	margin: 0 0 1.15rem;
	font-family: var(--rf-font-display);
	font-size: clamp(2.2rem, 4.6vw, 3.4rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 0.98;
	color: #101010;
	text-transform: none;
}
.rf-svc-hero__title-line { display: block; }
.rf-svc-hero__title-line--accent { color: var(--rf-gold); }
.rf-svc-hero__lead {
	margin: 0 0 1.75rem;
	max-width: 32em;
	font-size: 1.05rem;
	line-height: 1.65;
	color: #4a4a4a;
}
.rf-svc-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem 1.35rem;
	width: 100%;
	min-width: 0;
}
.rf-svc-hero__actions .rf-btn {
	border-radius: 4px;
	min-height: 3.25rem;
}
.rf-svc-hero__actions .rf-btn--primary {
	background: var(--rf-gold);
	border-color: var(--rf-gold);
	color: #111;
}
.rf-svc-hero__actions .rf-btn--primary:hover {
	background: #111;
	border-color: #111;
	color: #fff;
}
.rf-svc-hero__phone {
	display: inline-flex;
	flex-direction: column;
	gap: 0.1rem;
	text-decoration: none;
	color: #101010;
	min-width: 0;
}
.rf-svc-hero__phone-label {
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #6b6b6b;
}
.rf-svc-hero__phone-num {
	font-family: var(--rf-font-display);
	font-size: 1.05rem;
	font-weight: 800;
	letter-spacing: -0.02em;
}
.rf-svc-hero__phone:hover .rf-svc-hero__phone-num {
	color: var(--rf-gold-deep);
}

/* Catalog */
.rf-section--services-archive {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background:
		radial-gradient(70% 55% at 100% 0%, rgba(242, 181, 18, 0.1), transparent 55%),
		linear-gradient(165deg, #ffffff 0%, #f8f7f4 48%, #f3f2ee 100%);
	color: #101010;
}
.rf-svc-catalog__intro {
	max-width: 40rem;
	margin-bottom: clamp(2rem, 4vw, 2.75rem);
}
.rf-svc-catalog__brand {
	display: block;
	margin: 0 0 1rem;
	font-family: var(--rf-font-display);
	font-size: clamp(1.35rem, 2.2vw, 1.7rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1;
	color: #101010;
}
.rf-svc-catalog__reg {
	font-size: 0.45em;
	font-weight: 700;
	vertical-align: super;
	margin-left: 0.08em;
	opacity: 0.7;
}
.rf-svc-catalog__title {
	display: flex;
	flex-direction: column;
	gap: 0.04em;
	margin: 0 0 1.15rem;
	font-family: var(--rf-font-display);
	font-size: clamp(2rem, 3.8vw, 3rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 0.98;
	color: #101010;
	text-transform: none;
}
.rf-svc-catalog__title-line { display: block; }
.rf-svc-catalog__title-line--accent { color: var(--rf-gold); }
.rf-svc-catalog__lead {
	margin: 0;
	max-width: 34em;
	font-size: 1.05rem;
	line-height: 1.65;
	color: #4a4a4a;
}
.rf-svc-catalog__panel {
	margin-top: 0.25rem;
}
.rf-section--services-archive .rf-appliances-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	background: transparent;
}
.rf-section--services-archive .rf-appliances-grid__item {
	min-width: 0;
}
.rf-section--services-archive .rf-appliance {
	height: 100%;
	min-height: 12.5rem;
	border-radius: 0;
	border: 0;
	border-top: 1px solid rgba(16, 16, 16, 0.08);
	border-right: 1px solid rgba(16, 16, 16, 0.08);
	background: transparent;
}
.rf-section--services-archive .rf-appliance:hover {
	background: color-mix(in srgb, var(--rf-gold) 8%, #fff);
	box-shadow: none;
}
.rf-svc-catalog__pages {
	margin-top: clamp(1.75rem, 3.5vw, 2.5rem);
}

@media (max-width: 960px) {
	.rf-section--services-archive .rf-appliances-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.rf-hero--services-archive {
		min-height: 0;
	}
	.rf-svc-hero__backdrop {
		inset: 0;
		opacity: 0.28;
		background-position: 70% 30%;
	}
	.rf-svc-hero__veil {
		background: linear-gradient(
			180deg,
			rgba(255, 255, 255, 0.8) 0%,
			rgba(255, 255, 255, 0.93) 34%,
			#fff 60%,
			#f8f7f4 100%
		);
	}
	.rf-svc-hero__inner {
		max-width: none;
		min-height: 0;
		justify-content: flex-start;
		padding-block: 2.15rem 2rem;
	}
}
@media (max-width: 640px) {
	.rf-svc-hero__actions {
		flex-direction: column;
		align-items: stretch;
	}
	.rf-svc-hero__actions .rf-btn {
		width: 100%;
		justify-content: center;
	}
	.rf-section--services-archive .rf-appliances-grid {
		grid-template-columns: 1fr;
	}
}

/* Related service grids (location pages, singles) — keep prior tile language. */
.rf-section--appliances-related .rf-appliance {
	background: #fff;
	border: 1px solid rgba(16, 16, 16, 0.08);
	border-radius: 4px;
}
.rf-section--appliances-related .rf-appliances-grid {
	gap: 1rem;
	background: transparent;
}
.rf-section--appliances-related .rf-appliance:hover {
	background: #fff;
	box-shadow: inset 0 0 0 1px rgba(242, 181, 18, 0.35);
}

/* =========================================================================
   34e5. Models archive — Whirlpool soft-wash + mosaic library
   ========================================================================= */
.rf-section--models-archive {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background:
		radial-gradient(70% 55% at 0% 0%, rgba(242, 181, 18, 0.1), transparent 55%),
		linear-gradient(165deg, #ffffff 0%, #f8f7f4 48%, #f3f2ee 100%);
	color: #101010;
}
.rf-section--models-archive .rf-ssvc-intro {
	max-width: 40rem;
	margin-bottom: clamp(2rem, 4vw, 2.75rem);
}
.rf-section--models-archive .rf-appliances-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	background: transparent;
}
.rf-section--models-archive .rf-appliances-grid__item {
	min-width: 0;
}
.rf-section--models-archive .rf-appliance {
	height: 100%;
	min-height: 12.5rem;
	border-radius: 0;
	border: 0;
	border-top: 1px solid rgba(16, 16, 16, 0.08);
	border-right: 1px solid rgba(16, 16, 16, 0.08);
	background: transparent;
}
.rf-section--models-archive .rf-appliance:hover {
	background: color-mix(in srgb, var(--rf-gold) 8%, #fff);
	box-shadow: none;
	transform: none;
}
.rf-section--models-archive .rf-pagination {
	margin-top: clamp(1.75rem, 3.5vw, 2.5rem);
}

.rf-section--models-note {
	background: #fff;
	padding-block: clamp(2rem, 4vw, 3rem);
}

@media (max-width: 960px) {
	.rf-section--models-archive .rf-appliances-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 640px) {
	.rf-section--models-archive .rf-appliances-grid {
		grid-template-columns: 1fr;
	}
}

/* =========================================================================
   Service single — Whirlpool soft-wash (.rf-ssvc)
   ========================================================================= */
.rf-ssvc {
	background: #fff;
	color: #101010;
}
.rf-hero--ssvc {
	--rf-ssvc-pad-x: clamp(1.25rem, 4.5vw, 4rem);
	position: relative;
	isolation: isolate;
	overflow: hidden;
	min-height: clamp(520px, 78vh, 760px);
	background: #f3f2ef;
	color: #101010;
}
.rf-hero--ssvc::before,
.rf-hero--ssvc::after {
	content: none;
	display: none;
}
.rf-ssvc-hero__backdrop {
	position: absolute;
	inset: -3% -2% -3% 22%;
	z-index: 0;
	background-color: #ebeae6;
	background-image: var(--rf-ssvc-hero);
	background-repeat: no-repeat;
	background-position: 70% center;
	background-size: cover;
}
.rf-ssvc-hero__veil {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		linear-gradient(
			105deg,
			#fff 0%,
			rgba(255, 255, 255, 0.98) 26%,
			rgba(255, 255, 255, 0.88) 40%,
			rgba(255, 255, 255, 0.52) 56%,
			rgba(255, 255, 255, 0.16) 72%,
			rgba(255, 255, 255, 0) 88%
		),
		linear-gradient(
			180deg,
			rgba(255, 255, 255, 0.28) 0%,
			rgba(255, 255, 255, 0) 24%,
			rgba(255, 255, 255, 0) 78%,
			rgba(255, 255, 255, 0.18) 100%
		);
}
.rf-ssvc-hero__shell {
	position: relative;
	z-index: 2;
	width: min(100% - (var(--rf-ssvc-pad-x) * 2), var(--rf-container-wide));
	margin-inline: auto;
}
.rf-ssvc-hero__inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	min-height: clamp(520px, 78vh, 760px);
	max-width: 36rem;
	padding-block: clamp(4.25rem, 9vw, 6.5rem) clamp(3rem, 6vw, 4.5rem);
	min-width: 0;
}
.rf-hero--ssvc .rf-breadcrumbs { margin-bottom: 1.15rem; }
.rf-hero--ssvc .rf-breadcrumbs__link { color: #6b6b6b; }
.rf-hero--ssvc .rf-breadcrumbs__link:hover { color: #101010; }
.rf-hero--ssvc .rf-breadcrumbs__sep { color: rgba(16, 16, 16, 0.28); }
.rf-hero--ssvc .rf-breadcrumbs__current { color: #101010; }
.rf-ssvc-hero__brand {
	display: block;
	margin: 0 0 1rem;
	font-family: var(--rf-font-display);
	font-size: clamp(1.45rem, 2.4vw, 1.85rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1;
	color: #101010;
}
.rf-ssvc-hero__reg {
	font-size: 0.45em;
	font-weight: 700;
	vertical-align: super;
	margin-left: 0.08em;
	opacity: 0.7;
}
.rf-ssvc-hero__title {
	display: flex;
	flex-direction: column;
	gap: 0.04em;
	margin: 0 0 1.15rem;
	font-family: var(--rf-font-display);
	font-size: clamp(2.2rem, 4.6vw, 3.4rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 0.98;
	color: #101010;
	text-transform: none;
}
.rf-ssvc-hero__title-line { display: block; }
.rf-ssvc-hero__title-line--accent { color: var(--rf-gold); }
.rf-ssvc-hero__lead {
	margin: 0 0 1.75rem;
	max-width: 32em;
	font-size: 1.05rem;
	line-height: 1.65;
	color: #4a4a4a;
}
.rf-ssvc-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem 1.35rem;
	width: 100%;
	min-width: 0;
}
.rf-ssvc-hero__actions .rf-btn {
	border-radius: 4px;
	min-height: 3.25rem;
}
.rf-ssvc-hero__actions .rf-btn--primary {
	background: var(--rf-gold);
	border-color: var(--rf-gold);
	color: #111;
}
.rf-ssvc-hero__actions .rf-btn--primary:hover {
	background: #111;
	border-color: #111;
	color: #fff;
}
.rf-ssvc-hero__actions .rf-btn--secondary {
	background: transparent;
	border: 1px solid rgba(16, 16, 16, 0.22);
	color: #101010;
}
.rf-ssvc-hero__actions .rf-btn--secondary:hover {
	background: #111;
	border-color: #111;
	color: #fff;
}
.rf-ssvc-hero__phone {
	display: inline-flex;
	flex-direction: column;
	gap: 0.1rem;
	text-decoration: none;
	color: #101010;
	min-width: 0;
}
.rf-ssvc-hero__phone-label {
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #6b6b6b;
}
.rf-ssvc-hero__phone-num {
	font-family: var(--rf-font-display);
	font-size: 1.05rem;
	font-weight: 800;
	letter-spacing: -0.02em;
}
.rf-ssvc-hero__phone:hover .rf-ssvc-hero__phone-num { color: var(--rf-gold-deep); }
.rf-ssvc-hero__note {
	margin: 0.85rem 0 1.25rem;
	max-width: 34em;
	font-size: 0.92rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #6b6b6b;
}

/* Soft-wash hero without a photograph (policy / legal pages). */
.rf-hero--nophoto {
	min-height: clamp(420px, 58vh, 620px);
	background:
		radial-gradient(70% 55% at 100% 0%, rgba(242, 181, 18, 0.16), transparent 55%),
		linear-gradient(165deg, #ffffff 0%, #f8f7f4 48%, #f3f2ee 100%);
}
.rf-hero--nophoto .rf-ssvc-hero__backdrop { display: none; }
.rf-hero--nophoto .rf-ssvc-hero__veil {
	background:
		linear-gradient(
			105deg,
			#fff 0%,
			rgba(255, 255, 255, 0.96) 38%,
			rgba(255, 255, 255, 0.55) 72%,
			rgba(255, 255, 255, 0.12) 100%
		);
}
.rf-hero--nophoto .rf-ssvc-hero__inner {
	min-height: clamp(420px, 58vh, 620px);
	max-width: 40rem;
}

/* Section rhythm */
.rf-ssvc-section {
	position: relative;
	isolation: isolate;
	overflow: hidden;
}
.rf-ssvc-section--byline { padding-block: 1.25rem; background: #fff; }
.rf-ssvc-section--overview {
	background: linear-gradient(165deg, #ffffff 0%, #f8f7f4 100%);
}
.rf-ssvc-section--problems {
	background:
		radial-gradient(70% 55% at 100% 0%, rgba(242, 181, 18, 0.1), transparent 55%),
		linear-gradient(165deg, #f8f7f4 0%, #f3f2ee 100%);
}
.rf-ssvc-section--symptoms {
	background:
		radial-gradient(70% 55% at 100% 0%, rgba(242, 181, 18, 0.08), transparent 55%),
		linear-gradient(165deg, #ffffff 0%, #f8f7f4 48%, #f3f2ee 100%);
}
.rf-ssvc-section--symptoms .rf-ssvc-intro {
	max-width: 40rem;
	margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}
.rf-ssvc-symptoms-panel {
	margin-top: 0.25rem;
}
.rf-ssvc-section--symptoms .rf-ssvc-symptoms-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	background: transparent;
}
.rf-ssvc-section--symptoms .rf-ssvc-symptoms-grid .rf-appliances-grid__item {
	min-width: 0;
}
.rf-ssvc-section--symptoms .rf-ssvc-symptoms-grid .rf-appliance {
	height: 100%;
	min-height: 11.5rem;
	border-radius: 0;
	border: 0;
	border-top: 1px solid rgba(16, 16, 16, 0.08);
	border-right: 1px solid rgba(16, 16, 16, 0.08);
	background: transparent;
}
.rf-ssvc-section--symptoms .rf-ssvc-symptoms-grid .rf-appliance:hover {
	background: color-mix(in srgb, var(--rf-gold) 8%, #fff);
	box-shadow: none;
}
.rf-ssvc-section--symptoms .rf-ssvc-symptoms-grid .rf-appliance__text:empty {
	display: none;
}
.rf-ssvc-section--diag,
.rf-ssvc-section--repair {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	color: #fff;
}
.rf-ssvc-section--diag {
	background:
		radial-gradient(90% 70% at 100% 0%, rgba(242, 181, 18, 0.12), transparent 55%),
		linear-gradient(180deg, #101010 0%, #161616 55%, #1b1b1b 100%);
}
.rf-ssvc-section--repair {
	background:
		radial-gradient(90% 70% at 0% 100%, rgba(242, 181, 18, 0.1), transparent 55%),
		linear-gradient(180deg, #141414 0%, #1a1a1a 55%, #1f1f1f 100%);
}
.rf-ssvc-section--diag .rf-ssvc-intro__brand,
.rf-ssvc-section--repair .rf-ssvc-intro__brand,
.rf-ssvc-section--diag .rf-ssvc-intro__title,
.rf-ssvc-section--repair .rf-ssvc-intro__title {
	color: #fff;
}
.rf-ssvc-section--diag .rf-ssvc-intro__title-line--accent,
.rf-ssvc-section--repair .rf-ssvc-intro__title-line--accent {
	color: var(--rf-gold);
}
.rf-ssvc-section--diag .rf-ssvc-intro__lead,
.rf-ssvc-section--repair .rf-ssvc-intro__lead {
	color: rgba(255, 255, 255, 0.68);
}
.rf-ssvc-section--trust {
	background: linear-gradient(165deg, #ffffff 0%, #f8f7f4 100%);
	color: #101010;
}
.rf-ssvc-section--safety {
	background: #fff;
	padding-block: clamp(1.75rem, 3.5vw, 2.5rem);
}
.rf-ssvc-section--related {
	background: linear-gradient(165deg, #f8f7f4 0%, #f3f2ee 100%);
}
.rf-ssvc-section--areas {
	background:
		radial-gradient(60% 50% at 0% 100%, rgba(242, 181, 18, 0.08), transparent 55%),
		#fff;
}
.rf-ssvc-section--faq {
	background: linear-gradient(165deg, #f8f7f4 0%, #f3f2ee 100%);
}

/* Home pathway / pledges / appliances / locations reused here */
.rf-ssvc-cards {
	max-width: 48rem;
}
.rf-ssvc .rf-service__text:empty {
	display: none;
}
.rf-ssvc-problems-panel {
	margin-top: 0.25rem;
}
.rf-ssvc-section--problems .rf-appliances-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	background: transparent;
}
.rf-ssvc-section--problems .rf-appliances-grid__item {
	min-width: 0;
}
.rf-ssvc-section--problems .rf-appliance {
	height: 100%;
	min-height: 10.5rem;
	border-radius: 0;
	border: 0;
	border-top: 1px solid rgba(16, 16, 16, 0.08);
	border-right: 1px solid rgba(16, 16, 16, 0.08);
	background: transparent;
}
.rf-ssvc-section--problems .rf-appliance:hover {
	background: color-mix(in srgb, var(--rf-gold) 8%, #fff);
	box-shadow: none;
}
.rf-ssvc-section--problems .rf-appliance__text:empty {
	display: none;
}
.rf-ssvc-flow {
	margin-top: 0.25rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.rf-ssvc--location .rf-ssvc-flow {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.rf-ssvc-appliances-panel {
	margin-top: 0.25rem;
}
.rf-ssvc-appliances-panel .rf-appliances-grid {
	grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
}
.rf-ssvc-locations {
	max-width: none;
	width: 100%;
}
.rf-ssvc-pledges {
	max-width: 52rem;
}

.rf-ssvc-intro {
	max-width: 40rem;
	margin-bottom: clamp(1.75rem, 3.5vw, 2.5rem);
}
.rf-ssvc-intro__brand {
	display: block;
	margin: 0 0 1rem;
	font-family: var(--rf-font-display);
	font-size: clamp(1.35rem, 2.2vw, 1.7rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1;
	color: #101010;
}
.rf-ssvc-intro__reg {
	font-size: 0.45em;
	font-weight: 700;
	vertical-align: super;
	margin-left: 0.08em;
	opacity: 0.7;
}
.rf-ssvc-intro__title {
	display: flex;
	flex-direction: column;
	gap: 0.04em;
	margin: 0 0 1rem;
	font-family: var(--rf-font-display);
	font-size: clamp(1.85rem, 3.4vw, 2.75rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 0.98;
	color: #101010;
	text-transform: none;
}
.rf-ssvc-intro__title-line { display: block; }
.rf-ssvc-intro__title-line--accent { color: var(--rf-gold); }
.rf-ssvc-intro__lead {
	margin: 0;
	max-width: 34em;
	font-size: 1.05rem;
	line-height: 1.65;
	color: #4a4a4a;
}
.rf-ssvc-prose {
	font-size: 1.05rem;
	line-height: 1.7;
	color: #3a3a3a;
}

/* FAQ inside service / appliance single */
.rf-ssvc .rf-faq__item {
	background: #fff;
	border: 1px solid rgba(16, 16, 16, 0.08);
	border-radius: 4px;
}

@media (max-width: 900px) {
	.rf-hero--ssvc:not(.rf-hero--nophoto) {
		min-height: 0;
	}
	.rf-ssvc-hero__backdrop {
		inset: 0;
		opacity: 0.28;
		background-position: 70% 30%;
	}
	.rf-ssvc-hero__veil {
		background: linear-gradient(
			180deg,
			rgba(255, 255, 255, 0.8) 0%,
			rgba(255, 255, 255, 0.93) 34%,
			#fff 60%,
			#f8f7f4 100%
		);
	}
	.rf-ssvc-hero__inner {
		max-width: none;
		min-height: 0;
		justify-content: flex-start;
		padding-block: 2.15rem 2rem;
	}
	.rf-hero--nophoto {
		min-height: 0;
	}
	.rf-hero--nophoto .rf-ssvc-hero__inner {
		min-height: 0;
	}
	.rf-ssvc-section--problems .rf-appliances-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.rf-ssvc-flow {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.rf-ssvc-section--symptoms .rf-ssvc-symptoms-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.rf-ssvc-hero__actions {
		flex-direction: column;
		align-items: stretch;
	}
	.rf-ssvc-hero__actions .rf-btn {
		width: 100%;
		justify-content: center;
	}
	.rf-ssvc-section--problems .rf-appliances-grid {
		grid-template-columns: 1fr;
	}
	.rf-ssvc-flow {
		grid-template-columns: 1fr;
	}
	.rf-ssvc-section--symptoms .rf-ssvc-symptoms-grid {
		grid-template-columns: 1fr;
	}
}
.rf-hero--service-single {
	background-color: #0a0a0a;
	background-image:
		linear-gradient(90deg, #0a0a0a 0%, #0a0a0a 28%, rgba(10, 10, 10, 0.92) 40%, rgba(10, 10, 10, 0.55) 54%, rgba(10, 10, 10, 0.18) 68%, rgba(10, 10, 10, 0) 80%),
		var(--rf-service-hero);
	background-position: left top, right center;
	background-size: auto, cover;
	background-repeat: no-repeat;
}

/* Model single (soft-wash hero + TOC + mosaic blocks) */
.rf-model-page {
	background: #fff;
}
.rf-ec-overview-panel .rf-model-overview__figure {
	position: relative;
	z-index: 1;
	margin: 0;
	border: 0;
	border-bottom: 1px solid rgba(16, 16, 16, 0.08);
	background: #f3f2ee;
	overflow: hidden;
}
.rf-ec-overview-panel .rf-model-overview__figure img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.rf-ec-overview-panel .rf-model-overview__body {
	margin: 0;
}

/* =========================================================================
   34. Appliances — editorial intro + mosaic service index
   ========================================================================= */
.rf-section--appliances {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background:
		radial-gradient(120% 80% at 100% 0%, rgba(242, 181, 18, 0.08), transparent 55%),
		linear-gradient(165deg, #ffffff 0%, #f7f6f3 48%, #f2f1ed 100%);
}
.rf-appliances {
	display: grid;
	grid-template-columns: minmax(15rem, 0.85fr) minmax(0, 1.55fr);
	gap: clamp(2rem, 5vw, 4.25rem);
	align-items: start;
}
.rf-appliances__intro {
	position: sticky;
	top: calc(var(--rf-header-h) + 1.25rem);
	padding-top: 0.35rem;
	max-width: 24rem;
}
.rf-appliances__brand {
	display: block;
	margin: 0 0 1rem;
	font-family: var(--rf-font-display);
	font-size: clamp(1.35rem, 2.2vw, 1.7rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1;
	color: #101010;
}
.rf-appliances__reg {
	font-size: 0.45em;
	font-weight: 700;
	vertical-align: super;
	margin-left: 0.08em;
	opacity: 0.7;
}
.rf-appliances__title {
	display: flex;
	flex-direction: column;
	gap: 0.04em;
	margin: 0 0 1.15rem;
	font-family: var(--rf-font-display);
	font-size: clamp(2rem, 3.6vw, 2.85rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 0.98;
	color: #101010;
	text-transform: none;
}
.rf-appliances__title-line {
	display: block;
}
.rf-appliances__title-line--accent {
	color: var(--rf-gold);
}
.rf-appliances__lead {
	margin: 0;
	max-width: 28em;
	font-size: 1.02rem;
	line-height: 1.65;
	color: #4a4a4a;
}

.rf-appliances__panel {
	position: relative;
	border: 1px solid rgba(16, 16, 16, 0.08);
	border-radius: 4px;
	overflow: hidden;
	background: rgba(16, 16, 16, 0.06);
	box-shadow: 0 18px 50px rgba(16, 16, 16, 0.05);
}
.rf-appliances__watermark {
	position: absolute;
	right: -0.05em;
	top: -0.12em;
	z-index: 0;
	margin: 0;
	font-family: var(--rf-font-display);
	font-size: clamp(5rem, 14vw, 10rem);
	font-weight: 800;
	letter-spacing: -0.06em;
	line-height: 0.78;
	color: rgba(16, 16, 16, 0.045);
	text-transform: uppercase;
	pointer-events: none;
	user-select: none;
}

/* Shared appliance tile */
.rf-appliance {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.85rem;
	width: 100%;
	height: 100%;
	min-height: 13.5rem;
	min-width: 0;
	overflow: hidden;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(16, 16, 16, 0.08);
	border-radius: 4px;
	padding: 1.35rem 1.3rem 1.2rem;
	transition:
		background 0.25s ease,
		transform 0.25s ease,
		box-shadow 0.25s ease,
		border-color 0.25s ease;
}
.rf-appliance::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background: var(--rf-gold);
	transform: scaleY(0);
	transform-origin: top;
	transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.rf-appliance:hover {
	background: #fff;
	border-color: rgba(242, 181, 18, 0.45);
	transform: translateY(-1px);
	box-shadow: 0 14px 28px rgba(16, 16, 16, 0.06);
}
.rf-appliance:hover::before {
	transform: scaleY(1);
}
.rf-appliance__index {
	position: absolute;
	right: 0.85rem;
	top: 0.55rem;
	font-family: var(--rf-font-display);
	font-size: clamp(2.4rem, 4vw, 3.1rem);
	font-weight: 800;
	font-style: normal;
	letter-spacing: -0.06em;
	line-height: 1;
	color: rgba(16, 16, 16, 0.06);
	pointer-events: none;
	transition: color 0.25s ease;
}
.rf-appliance:hover .rf-appliance__index {
	color: rgba(242, 181, 18, 0.28);
}
.rf-appliance__top {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	width: 100%;
	min-width: 0;
	padding-right: 2.5rem;
}
.rf-appliance__icon {
	display: grid;
	place-items: center;
	width: 2.55rem;
	height: 2.55rem;
	margin: 0;
	flex: none;
	border: 1px solid rgba(16, 16, 16, 0.12);
	border-radius: 4px;
	color: #101010;
	background: color-mix(in srgb, var(--rf-gold) 10%, #fff);
	box-shadow: none;
	transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.rf-appliance__icon .rf-icon {
	width: 1.2rem;
	height: 1.2rem;
}
.rf-appliance:hover .rf-appliance__icon {
	background: var(--rf-gold);
	border-color: var(--rf-gold);
	color: #111;
}
.rf-appliance__title {
	margin: 0;
	min-width: 0;
	font-family: var(--rf-font-display);
	font-size: clamp(1.02rem, 1.35vw, 1.18rem);
	font-weight: 800;
	font-style: normal;
	letter-spacing: -0.02em;
	text-transform: none;
	color: #101010;
	line-height: 1.2;
}
.rf-appliance__text {
	margin: 0;
	flex: 1 1 auto;
	width: 100%;
	font-size: 0.9rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.55;
	color: #555;
	overflow-wrap: anywhere;
}
.rf-appliance__link {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin-top: auto;
	padding-top: 0.85rem;
	border-top: 1px solid rgba(16, 16, 16, 0.08);
	width: 100%;
	font-family: var(--rf-font-display);
	font-size: 0.74rem;
	font-weight: 800;
	font-style: normal;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #101010;
	text-decoration: none;
	transition: color 0.2s ease, border-color 0.2s ease;
}
.rf-appliance__link .rf-icon {
	width: 0.95em;
	height: 0.95em;
	flex: none;
	transition: transform 0.2s ease;
}
.rf-appliance:hover .rf-appliance__link {
	color: var(--rf-gold-deep);
	border-top-color: rgba(242, 181, 18, 0.35);
}
.rf-appliance:hover .rf-appliance__link .rf-icon {
	transform: translateX(3px);
}

/* Home mosaic panel grid */
.rf-section--appliances .rf-appliances-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	margin: 0;
	padding: 0;
}
.rf-section--appliances .rf-appliances-grid__item {
	min-width: 0;
}
.rf-section--appliances .rf-appliance {
	border: 0;
	border-radius: 0;
	min-height: 13.5rem;
	background: rgba(255, 255, 255, 0.96);
}
.rf-section--appliances .rf-appliance:hover {
	box-shadow: inset 0 0 0 1px rgba(242, 181, 18, 0.35);
	transform: none;
}
.rf-section--appliances .rf-appliance--static {
	min-height: 11.5rem;
	cursor: default;
}
.rf-section--appliances .rf-appliance--static:hover {
	box-shadow: none;
}
.rf-section--appliances .rf-appliance--static:hover::before {
	transform: scaleY(0);
}
.rf-section--appliances .rf-appliance--static:hover .rf-appliance__icon {
	background: color-mix(in srgb, var(--rf-gold) 10%, #fff);
	border-color: rgba(16, 16, 16, 0.12);
	color: #101010;
}
.rf-section--appliances .rf-appliance--static:hover .rf-appliance__index {
	color: rgba(16, 16, 16, 0.06);
}
.rf-appliances__actions {
	display: flex;
	justify-content: center;
	margin-top: clamp(1.75rem, 3.5vw, 2.5rem);
}
.rf-appliances__cta {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.95rem 1.5rem;
	min-height: 3.25rem;
	background: var(--rf-gold);
	border: 1px solid var(--rf-gold);
	border-radius: 4px;
	color: #111;
	font-family: var(--rf-font-display);
	font-size: 0.84rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.rf-appliances__cta .rf-icon {
	width: 0.95em;
	height: 0.95em;
	transition: transform 0.2s ease;
}
.rf-appliances__cta:hover {
	background: #111;
	border-color: #111;
	color: #fff;
	transform: translateY(-1px);
}
.rf-appliances__cta:hover .rf-icon {
	transform: translateX(3px);
}

/* Archive / related default grids */
.rf-appliances-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.15rem;
	align-items: stretch;
}
.rf-appliances-grid > * {
	min-width: 0;
	box-sizing: border-box;
}

.rf-section--appliances-related .rf-appliances-grid {
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 1rem;
}

@media (max-width: 1080px) {
	.rf-appliances-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 980px) {
	.rf-appliances {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
	.rf-appliances__intro {
		position: static;
		max-width: 36rem;
	}
}
@media (max-width: 640px) {
	.rf-appliances-grid,
	.rf-section--appliances .rf-appliances-grid {
		grid-template-columns: 1fr;
	}
	.rf-appliance {
		min-height: 0;
	}
	.rf-appliances__watermark {
		font-size: clamp(4rem, 26vw, 7rem);
	}
}

/* Blog category filter */
.rf-blog-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}
.rf-blog-filter__chip {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.55rem 1.05rem;
	border-radius: 999px;
	border: 1px solid var(--rf-line);
	background: #fff;
	color: var(--rf-charcoal);
	font-weight: 600;
	font-size: 0.95rem;
	text-decoration: none;
	transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}
.rf-blog-filter__chip:hover {
	border-color: color-mix(in srgb, var(--rf-primary) 35%, var(--rf-line));
	box-shadow: var(--rf-shadow-xs);
}
.rf-blog-filter__chip.is-active {
	background: var(--rf-primary);
	border-color: var(--rf-primary);
	color: #fff;
}
.rf-blog-filter__count {
	display: inline-grid;
	place-items: center;
	min-width: 1.4em;
	height: 1.4em;
	padding: 0 0.4em;
	border-radius: 999px;
	background: color-mix(in srgb, var(--rf-primary) 10%, #fff);
	color: var(--rf-primary);
	font-size: 0.78rem;
	font-weight: 700;
}
.rf-blog-filter__chip.is-active .rf-blog-filter__count {
	background: rgba(255, 255, 255, 0.25);
	color: #fff;
}

/* =========================================================================
   34b. Repair services — editorial pathway (unique vs appliances mosaic)
   ========================================================================= */
.rf-section--services {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background:
		radial-gradient(80% 60% at 100% 100%, rgba(242, 181, 18, 0.09), transparent 55%),
		linear-gradient(155deg, #ffffff 0%, #f8f7f4 42%, #f3f2ee 100%);
	color: #101010;
}
.rf-services {
	display: grid;
	grid-template-columns: minmax(16rem, 0.9fr) minmax(0, 1.35fr);
	gap: clamp(2.25rem, 5vw, 4.5rem);
	align-items: start;
}

.rf-services__intro {
	position: sticky;
	top: calc(var(--rf-header-h) + 1.25rem);
	max-width: 26rem;
	padding-top: 0.25rem;
}
.rf-services__count {
	margin: 0 0 1.25rem;
	font-family: var(--rf-font-display);
	font-size: clamp(4.5rem, 10vw, 7.5rem);
	font-weight: 800;
	letter-spacing: -0.08em;
	line-height: 0.78;
	color: rgba(16, 16, 16, 0.06);
	user-select: none;
}
.rf-services__brand {
	display: block;
	margin: 0 0 1rem;
	font-family: var(--rf-font-display);
	font-size: clamp(1.35rem, 2.2vw, 1.7rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1;
	color: #101010;
}
.rf-services__reg {
	font-size: 0.45em;
	font-weight: 700;
	vertical-align: super;
	margin-left: 0.08em;
	opacity: 0.7;
}
.rf-services__title {
	display: flex;
	flex-direction: column;
	gap: 0.04em;
	margin: 0 0 1.15rem;
	font-family: var(--rf-font-display);
	font-size: clamp(2rem, 3.6vw, 2.85rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 0.98;
	color: #101010;
	text-transform: none;
}
.rf-services__title-line { display: block; }
.rf-services__title-line--accent { color: var(--rf-gold); }
.rf-services__lead {
	margin: 0 0 1.75rem;
	max-width: 28em;
	font-size: 1.02rem;
	line-height: 1.65;
	color: #4a4a4a;
}
.rf-services__cta {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.95rem 1.5rem;
	min-height: 3.25rem;
	background: var(--rf-gold);
	border: 1px solid var(--rf-gold);
	border-radius: 4px;
	color: #111;
	font-family: var(--rf-font-display);
	font-size: 0.84rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.rf-services__cta .rf-icon {
	width: 0.95em;
	height: 0.95em;
	transition: transform 0.2s ease;
}
.rf-services__cta:hover {
	background: #111;
	border-color: #111;
	color: #fff;
	transform: translateY(-1px);
}
.rf-services__cta:hover .rf-icon { transform: translateX(3px); }

/* Pathway list */
.rf-services-path {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(16, 16, 16, 0.1);
}
.rf-services-path__item {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid rgba(16, 16, 16, 0.1);
}

.rf-service--path {
	display: grid;
	grid-template-columns: 3.5rem minmax(0, 1fr);
	gap: 1rem 1.25rem;
	align-items: start;
	min-height: 0;
	height: auto;
	padding: 1.35rem 0.35rem 1.35rem 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #101010;
	transition: background 0.2s ease, padding 0.2s ease;
}
.rf-service--path::before { display: none; }
.rf-service--path:hover {
	background: color-mix(in srgb, var(--rf-gold) 8%, transparent);
	box-shadow: none;
	transform: none;
	padding-left: 0.55rem;
	padding-right: 0.55rem;
}
.rf-service--path .rf-service__index {
	font-family: var(--rf-font-display);
	font-size: 1.35rem;
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.2;
	color: var(--rf-gold);
	padding-top: 0.35rem;
}
.rf-service--path .rf-service__body {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	min-width: 0;
}
.rf-service--path .rf-service__head {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	min-width: 0;
}
.rf-service--path .rf-service__icon {
	display: grid;
	place-items: center;
	width: 2.35rem;
	height: 2.35rem;
	flex: none;
	border: 1px solid rgba(16, 16, 16, 0.12);
	border-radius: 4px;
	color: #101010;
	background: color-mix(in srgb, var(--rf-gold) 12%, #fff);
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.rf-service--path .rf-service__icon .rf-icon {
	width: 1.1rem;
	height: 1.1rem;
}
.rf-service--path:hover .rf-service__icon {
	background: var(--rf-gold);
	border-color: var(--rf-gold);
	color: #111;
}
.rf-service--path .rf-service__title {
	margin: 0;
	font-family: var(--rf-font-display);
	font-size: clamp(1.05rem, 1.5vw, 1.25rem);
	font-weight: 800;
	font-style: normal;
	letter-spacing: -0.02em;
	text-transform: none;
	color: #101010;
	line-height: 1.2;
}
.rf-service--path .rf-service__text {
	margin: 0;
	font-size: 0.94rem;
	line-height: 1.55;
	color: #555;
	max-width: 38em;
}
.rf-service--path.rf-service--static { cursor: default; }
.rf-service--path.rf-service--static:hover {
	background: color-mix(in srgb, var(--rf-gold) 8%, transparent);
}

/* Tile layout (archive / related / model) */
.rf-services-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.15rem;
	align-items: stretch;
}
.rf-services-grid > * { min-width: 0; box-sizing: border-box; }

.rf-service--tile,
.rf-services-grid .rf-service {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.85rem;
	height: 100%;
	min-height: 13.5rem;
	min-width: 0;
	overflow: hidden;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid rgba(16, 16, 16, 0.08);
	border-radius: 4px;
	padding: 1.35rem 1.3rem 1.2rem;
	color: #101010;
	transition: background 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.rf-service--tile::before,
.rf-services-grid .rf-service::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background: var(--rf-gold);
	transform: scaleY(0);
	transform-origin: top;
	transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.rf-service--tile:hover,
.rf-services-grid .rf-service:hover {
	background: #fff;
	border-color: rgba(242, 181, 18, 0.45);
	box-shadow: 0 14px 28px rgba(16, 16, 16, 0.06);
	transform: none;
}
.rf-service--tile:hover::before,
.rf-services-grid .rf-service:hover::before {
	transform: scaleY(1);
}
.rf-service--tile .rf-service__index,
.rf-services-grid .rf-service__index {
	position: absolute;
	right: 0.85rem;
	top: 0.55rem;
	font-family: var(--rf-font-display);
	font-size: clamp(2.2rem, 3.5vw, 2.8rem);
	font-weight: 800;
	letter-spacing: -0.06em;
	line-height: 1;
	color: rgba(16, 16, 16, 0.06);
}
.rf-service--tile:hover .rf-service__index,
.rf-services-grid .rf-service:hover .rf-service__index {
	color: rgba(242, 181, 18, 0.28);
}
.rf-service--tile .rf-service__body,
.rf-services-grid .rf-service__body {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	height: 100%;
	min-width: 0;
}
.rf-service--tile .rf-service__head,
.rf-services-grid .rf-service__head {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding-right: 2.5rem;
}
.rf-service--tile .rf-service__icon,
.rf-services-grid .rf-service__icon {
	display: grid;
	place-items: center;
	width: 2.55rem;
	height: 2.55rem;
	flex: none;
	border: 1px solid rgba(16, 16, 16, 0.12);
	border-radius: 4px;
	color: #101010;
	background: color-mix(in srgb, var(--rf-gold) 10%, #fff);
}
.rf-service--tile .rf-service__icon .rf-icon,
.rf-services-grid .rf-service__icon .rf-icon {
	width: 1.2rem;
	height: 1.2rem;
}
.rf-service--tile:hover .rf-service__icon,
.rf-services-grid .rf-service:hover .rf-service__icon {
	background: var(--rf-gold);
	border-color: var(--rf-gold);
	color: #111;
}
.rf-service--tile .rf-service__title,
.rf-services-grid .rf-service__title {
	margin: 0;
	font-family: var(--rf-font-display);
	font-size: clamp(1.02rem, 1.35vw, 1.18rem);
	font-weight: 800;
	font-style: normal;
	letter-spacing: -0.02em;
	text-transform: none;
	color: #101010;
	line-height: 1.25;
}
.rf-service--tile .rf-service__text,
.rf-services-grid .rf-service__text {
	margin: 0;
	flex: 1 1 auto;
	font-size: 0.9rem;
	line-height: 1.55;
	color: #555;
}
.rf-service__rule { display: none; }
.rf-service__link {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin-top: auto;
	padding-top: 0.85rem;
	border-top: 1px solid rgba(16, 16, 16, 0.08);
	width: 100%;
	font-family: var(--rf-font-display);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #101010;
	text-decoration: none;
	transition: color 0.2s ease, border-color 0.2s ease;
}
.rf-service__link .rf-icon {
	width: 0.95em;
	height: 0.95em;
	transition: transform 0.2s ease;
}
.rf-service--tile:hover .rf-service__link,
.rf-services-grid .rf-service:hover .rf-service__link {
	color: var(--rf-gold-deep);
	border-top-color: rgba(242, 181, 18, 0.35);
}
.rf-service--tile:hover .rf-service__link .rf-icon,
.rf-services-grid .rf-service:hover .rf-service__link .rf-icon {
	transform: translateX(3px);
}

@media (max-width: 960px) {
	.rf-services {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
	.rf-services__intro {
		position: static;
		max-width: 36rem;
	}
	.rf-services__count {
		font-size: clamp(3.5rem, 18vw, 5.5rem);
		margin-bottom: 0.75rem;
	}
	.rf-services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
	.rf-services-grid { grid-template-columns: 1fr; }
	.rf-service--tile,
	.rf-services-grid .rf-service { min-height: 0; }
	.rf-services__cta { width: 100%; justify-content: center; }
	.rf-service--path {
		grid-template-columns: 2.75rem minmax(0, 1fr);
		gap: 0.75rem;
	}
}

/* =========================================================================
   34c. Common problems — diagnostic board (unique vs mosaic / pathway)
   ========================================================================= */
.rf-section--problems {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background:
		radial-gradient(90% 70% at 100% 0%, rgba(242, 181, 18, 0.12), transparent 52%),
		linear-gradient(180deg, #101010 0%, #161616 55%, #1b1b1b 100%);
	color: #fff;
}
.rf-problems {
	display: grid;
	grid-template-columns: minmax(15rem, 0.85fr) minmax(0, 1.55fr);
	gap: clamp(2rem, 5vw, 4rem);
	align-items: start;
}
.rf-problems__intro {
	position: sticky;
	top: calc(var(--rf-header-h) + 1.25rem);
	max-width: 24rem;
	padding-top: 0.25rem;
}
.rf-problems__brand {
	display: block;
	margin: 0 0 1rem;
	font-family: var(--rf-font-display);
	font-size: clamp(1.35rem, 2.2vw, 1.7rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1;
	color: #fff;
}
.rf-problems__reg {
	font-size: 0.45em;
	font-weight: 700;
	vertical-align: super;
	margin-left: 0.08em;
	opacity: 0.7;
}
.rf-problems__title {
	display: flex;
	flex-direction: column;
	gap: 0.04em;
	margin: 0 0 1.15rem;
	font-family: var(--rf-font-display);
	font-size: clamp(2rem, 3.6vw, 2.85rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 0.98;
	color: #fff;
	text-transform: none;
}
.rf-problems__title-line { display: block; }
.rf-problems__title-line--accent { color: var(--rf-gold); }
.rf-problems__lead {
	margin: 0 0 1.75rem;
	max-width: 28em;
	font-size: 1.02rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.68);
}
.rf-problems__intro .rf-btn {
	border-radius: 4px;
	min-height: 3.25rem;
	padding: 0.95rem 1.45rem;
	font-family: var(--rf-font-display);
	font-size: 0.84rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	box-shadow: none;
}
.rf-problems__intro .rf-btn--primary {
	background: var(--rf-gold);
	border-color: var(--rf-gold);
	color: #111;
}
.rf-problems__intro .rf-btn--primary:hover {
	background: #fff;
	border-color: #fff;
	color: #111;
	transform: translateY(-1px);
}

.rf-problems__board {
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 4px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.05);
}
.rf-problems__watermark {
	position: absolute;
	right: -0.05em;
	top: -0.15em;
	z-index: 0;
	margin: 0;
	font-family: var(--rf-font-display);
	font-size: clamp(4.5rem, 12vw, 9rem);
	font-weight: 800;
	letter-spacing: -0.06em;
	line-height: 0.78;
	color: rgba(255, 255, 255, 0.04);
	text-transform: uppercase;
	pointer-events: none;
	user-select: none;
}
.rf-problems-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	background: rgba(255, 255, 255, 0.08);
}
.rf-problems-grid__item,
.rf-problems-grid > * {
	min-width: 0;
	box-sizing: border-box;
}

.rf-problem {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.85rem;
	height: 100%;
	min-height: 11.5rem;
	min-width: 0;
	overflow: hidden;
	box-sizing: border-box;
	background: #1a1a1a;
	border: 0;
	border-radius: 0;
	padding: 1.35rem 1.25rem 1.2rem;
	transition: background 0.25s ease, box-shadow 0.25s ease;
}
.rf-problem::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background: var(--rf-gold);
	transform: scaleY(0);
	transform-origin: top;
	transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.rf-problem:hover {
	background: #222;
	box-shadow: inset 0 0 0 1px rgba(242, 181, 18, 0.35);
	transform: none;
}
.rf-problem:hover::before {
	transform: scaleY(1);
}
.rf-problem__index {
	position: absolute;
	right: 0.8rem;
	top: 0.55rem;
	font-family: var(--rf-font-display);
	font-size: clamp(2rem, 3.2vw, 2.6rem);
	font-weight: 800;
	font-style: normal;
	letter-spacing: -0.06em;
	line-height: 1;
	color: rgba(255, 255, 255, 0.06);
	pointer-events: none;
	transition: color 0.25s ease;
}
.rf-problem:hover .rf-problem__index {
	color: rgba(242, 181, 18, 0.3);
}
.rf-problem__head {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	width: 100%;
	min-width: 0;
	padding-right: 2.4rem;
}
.rf-problem__icon {
	display: grid;
	place-items: center;
	width: 2.55rem;
	height: 2.55rem;
	margin: 0;
	flex: none;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 4px;
	color: #fff;
	background: rgba(255, 255, 255, 0.06);
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.rf-problem__icon .rf-icon {
	width: 1.2rem;
	height: 1.2rem;
}
.rf-problem:hover .rf-problem__icon {
	background: var(--rf-gold);
	border-color: var(--rf-gold);
	color: #111;
}
.rf-problem__title {
	margin: 0;
	font-family: var(--rf-font-display);
	font-size: clamp(1.02rem, 1.4vw, 1.18rem);
	font-weight: 800;
	font-style: normal;
	letter-spacing: -0.02em;
	text-transform: none;
	color: #fff;
	line-height: 1.2;
}
.rf-problem__rule { display: none; }
.rf-problem__text {
	margin: 0;
	flex: 1 1 auto;
	font-size: 0.9rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.62);
}
.rf-problem__text:empty {
	display: none;
}
.rf-problem:hover .rf-problem__title,
.rf-problem:hover .rf-problem__text {
	color: inherit;
}
.rf-problem:hover .rf-problem__title { color: #fff; }
.rf-problem:hover .rf-problem__text { color: rgba(255, 255, 255, 0.7); }

.rf-problems__notice {
	margin-top: clamp(1.75rem, 3.5vw, 2.5rem);
}
.rf-section--problems .rf-notice {
	display: flex;
	align-items: flex-start;
	gap: 0.85rem;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-left: 3px solid var(--rf-gold);
	border-radius: 4px;
	box-shadow: none;
	padding: 1.15rem 1.25rem;
	color: rgba(255, 255, 255, 0.78);
}
.rf-section--problems .rf-notice .rf-icon {
	flex: none;
	color: var(--rf-gold);
	margin-top: 0.15rem;
}
.rf-section--problems .rf-notice strong {
	color: #fff;
}

@media (max-width: 960px) {
	.rf-problems {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
	.rf-problems__intro {
		position: static;
		max-width: 36rem;
	}
}
@media (max-width: 560px) {
	.rf-problems-grid { grid-template-columns: 1fr; }
	.rf-problem { min-height: 0; }
	.rf-problems__intro .rf-btn {
		width: 100%;
		justify-content: center;
	}
	.rf-problems__watermark {
		font-size: clamp(3.5rem, 28vw, 6rem);
	}
}

/* =========================================================================
   34d. Why choose us — trust pillars (light, gold-capped)
   ========================================================================= */
.rf-section--why {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background:
		radial-gradient(85% 65% at 0% 0%, rgba(242, 181, 18, 0.08), transparent 55%),
		linear-gradient(165deg, #ffffff 0%, #f8f7f4 48%, #f3f2ee 100%);
	color: #101010;
}
.rf-why-block {
	display: flex;
	flex-direction: column;
	gap: clamp(2rem, 4vw, 2.75rem);
}
.rf-why__intro {
	max-width: 40rem;
}
.rf-why__brand {
	display: block;
	margin: 0 0 1rem;
	font-family: var(--rf-font-display);
	font-size: clamp(1.35rem, 2.2vw, 1.7rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1;
	color: #101010;
}
.rf-why__reg {
	font-size: 0.45em;
	font-weight: 700;
	vertical-align: super;
	margin-left: 0.08em;
	opacity: 0.7;
}
.rf-why__heading-title {
	display: flex;
	flex-direction: column;
	gap: 0.04em;
	margin: 0 0 1.15rem;
	font-family: var(--rf-font-display);
	font-size: clamp(2rem, 3.8vw, 3rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 0.98;
	color: #101010;
	text-transform: none;
}
.rf-why__title-line { display: block; }
.rf-why__title-line--accent { color: var(--rf-gold); }
.rf-why__lead {
	margin: 0;
	max-width: 34em;
	font-size: 1.05rem;
	line-height: 1.65;
	color: #4a4a4a;
}

.rf-why-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.15rem;
	align-items: stretch;
}
.rf-why {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.85rem;
	height: 100%;
	min-height: 13rem;
	min-width: 0;
	overflow: hidden;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(16, 16, 16, 0.08);
	border-top: 3px solid var(--rf-gold);
	border-radius: 4px;
	padding: 1.35rem 1.3rem 1.25rem;
	transition: background 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.rf-why:hover {
	background: #fff;
	border-color: rgba(242, 181, 18, 0.45);
	border-top-color: var(--rf-gold);
	box-shadow: 0 16px 32px rgba(16, 16, 16, 0.06);
	transform: translateY(-2px);
}
.rf-why__index {
	position: absolute;
	right: 0.85rem;
	top: 0.65rem;
	font-family: var(--rf-font-display);
	font-size: clamp(2.2rem, 3.4vw, 2.85rem);
	font-weight: 800;
	font-style: normal;
	letter-spacing: -0.06em;
	line-height: 1;
	color: rgba(16, 16, 16, 0.06);
	pointer-events: none;
	transition: color 0.25s ease;
}
.rf-why:hover .rf-why__index {
	color: rgba(242, 181, 18, 0.28);
}
.rf-why__head {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	width: 100%;
	min-width: 0;
	padding-right: 2.5rem;
}
.rf-why__icon {
	display: grid;
	place-items: center;
	width: 2.55rem;
	height: 2.55rem;
	margin: 0;
	flex: none;
	border: 1px solid rgba(16, 16, 16, 0.12);
	border-radius: 4px;
	color: #101010;
	background: color-mix(in srgb, var(--rf-gold) 12%, #fff);
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.rf-why__icon .rf-icon {
	width: 1.2rem;
	height: 1.2rem;
}
.rf-why:hover .rf-why__icon {
	background: var(--rf-gold);
	border-color: var(--rf-gold);
	color: #111;
}
.rf-why__title {
	margin: 0;
	font-family: var(--rf-font-display);
	font-size: clamp(1.02rem, 1.35vw, 1.16rem);
	font-weight: 800;
	font-style: normal;
	letter-spacing: -0.02em;
	text-transform: none;
	color: #101010;
	line-height: 1.25;
}
.rf-why__card-rule,
.rf-why__rule { display: none; }
.rf-why__text {
	margin: 0;
	flex: 1 1 auto;
	font-size: 0.9rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.55;
	color: #555;
	overflow-wrap: anywhere;
}
.rf-why:hover .rf-why__title,
.rf-why:hover .rf-why__text {
	color: inherit;
}
.rf-why:hover .rf-why__title { color: #101010; }
.rf-why:hover .rf-why__text { color: #555; }

@media (max-width: 960px) {
	.rf-why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
	.rf-why-grid { grid-template-columns: 1fr; }
	.rf-why { min-height: 0; }
}

/* =========================================================================
   34f. Guarantees — pledge ledger (light, check-forward)
   ========================================================================= */
.rf-section--guarantees {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background:
		radial-gradient(80% 60% at 0% 0%, rgba(242, 181, 18, 0.09), transparent 55%),
		linear-gradient(165deg, #ffffff 0%, #f8f7f4 48%, #f3f2ee 100%);
	color: #101010;
}
.rf-guarantees__intro {
	max-width: 40rem;
	margin-bottom: clamp(2rem, 4vw, 2.75rem);
}
.rf-guarantees__brand {
	display: block;
	margin: 0 0 1rem;
	font-family: var(--rf-font-display);
	font-size: clamp(1.35rem, 2.2vw, 1.7rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1;
	color: #101010;
}
.rf-guarantees__reg {
	font-size: 0.45em;
	font-weight: 700;
	vertical-align: super;
	margin-left: 0.08em;
	opacity: 0.7;
}
.rf-guarantees__title {
	display: flex;
	flex-direction: column;
	gap: 0.04em;
	margin: 0 0 1.15rem;
	font-family: var(--rf-font-display);
	font-size: clamp(2rem, 3.8vw, 3rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 0.98;
	color: #101010;
	text-transform: none;
}
.rf-guarantees__title-line { display: block; }
.rf-guarantees__title-line--accent { color: var(--rf-gold); }
.rf-guarantees__lead {
	margin: 0;
	max-width: 34em;
	font-size: 1.05rem;
	line-height: 1.65;
	color: #4a4a4a;
}

.rf-pledges {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	background: rgba(16, 16, 16, 0.08);
	border: 1px solid rgba(16, 16, 16, 0.08);
	border-radius: 4px;
	overflow: hidden;
}
.rf-pledge {
	display: grid;
	grid-template-columns: 3rem minmax(0, 1fr);
	gap: 1rem;
	align-items: start;
	margin: 0;
	padding: 1.4rem 1.35rem 1.35rem;
	background: rgba(255, 255, 255, 0.96);
	min-width: 0;
	transition: background 0.2s ease, box-shadow 0.2s ease;
}
.rf-pledge:hover {
	background: #fff;
	box-shadow: inset 0 0 0 1px rgba(242, 181, 18, 0.35);
}
.rf-pledge__mark {
	display: grid;
	place-items: center;
	width: 2.55rem;
	height: 2.55rem;
	flex: none;
	border: 1px solid rgba(16, 16, 16, 0.12);
	border-radius: 4px;
	color: #111;
	background: color-mix(in srgb, var(--rf-gold) 14%, #fff);
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.rf-pledge__mark .rf-icon {
	width: 1.2rem;
	height: 1.2rem;
}
.rf-pledge:hover .rf-pledge__mark {
	background: var(--rf-gold);
	border-color: var(--rf-gold);
	color: #111;
}
.rf-pledge__body {
	position: relative;
	display: grid;
	gap: 0.4rem;
	min-width: 0;
	padding-right: 2.5rem;
}
.rf-pledge__index {
	position: absolute;
	right: 0;
	top: -0.15rem;
	font-family: var(--rf-font-display);
	font-size: 1.55rem;
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1;
	color: rgba(16, 16, 16, 0.08);
}
.rf-pledge:hover .rf-pledge__index {
	color: rgba(242, 181, 18, 0.3);
}
.rf-pledge__title {
	margin: 0;
	font-family: var(--rf-font-display);
	font-size: clamp(1.02rem, 1.4vw, 1.18rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.25;
	color: #101010;
	text-transform: none;
}
.rf-pledge__text {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.55;
	color: #555;
}

@media (max-width: 720px) {
	.rf-pledges {
		grid-template-columns: 1fr;
	}
}

/* =========================================================================
   34g. Transformation — three-stage journey arc
   ========================================================================= */
.rf-section--transform {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background:
		radial-gradient(90% 70% at 100% 100%, rgba(242, 181, 18, 0.1), transparent 55%),
		linear-gradient(180deg, #101010 0%, #161616 55%, #1b1b1b 100%);
	color: #fff;
}
.rf-transform__intro {
	max-width: 42rem;
	margin-bottom: clamp(2rem, 4vw, 2.75rem);
}
.rf-transform__brand {
	display: block;
	margin: 0 0 1rem;
	font-family: var(--rf-font-display);
	font-size: clamp(1.35rem, 2.2vw, 1.7rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1;
	color: #fff;
}
.rf-transform__reg {
	font-size: 0.45em;
	font-weight: 700;
	vertical-align: super;
	margin-left: 0.08em;
	opacity: 0.7;
}
.rf-transform__title {
	display: flex;
	flex-direction: column;
	gap: 0.04em;
	margin: 0 0 1.15rem;
	font-family: var(--rf-font-display);
	font-size: clamp(2rem, 3.8vw, 3rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 0.98;
	color: #fff;
	text-transform: none;
}
.rf-transform__title-line { display: block; }
.rf-transform__title-line--accent { color: var(--rf-gold); }
.rf-transform__lead {
	margin: 0;
	max-width: 36em;
	font-size: 1.05rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.68);
}

.rf-journey {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1rem, 2.5vw, 1.5rem);
	align-items: stretch;
	position: relative;
}
.rf-journey__stage {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.85rem;
	margin: 0;
	padding: 1.4rem 1.35rem 1.45rem;
	min-width: 0;
	background: #1a1a1a;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 4px;
	border-top: 3px solid var(--rf-gold);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.rf-journey__stage:hover {
	border-color: rgba(242, 181, 18, 0.4);
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
	transform: translateY(-2px);
}
.rf-journey__label {
	display: inline-flex;
	align-items: center;
	min-height: 1.7rem;
	padding: 0.2rem 0.7rem;
	border: 1px solid rgba(242, 181, 18, 0.45);
	border-radius: 4px;
	background: rgba(242, 181, 18, 0.12);
	font-family: var(--rf-font-display);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--rf-gold);
}
.rf-journey__num {
	font-family: var(--rf-font-display);
	font-size: clamp(2rem, 3.2vw, 2.6rem);
	font-weight: 800;
	letter-spacing: -0.05em;
	line-height: 1;
	color: rgba(255, 255, 255, 0.12);
}
.rf-journey__icon {
	display: grid;
	place-items: center;
	width: 2.7rem;
	height: 2.7rem;
	border: 1px solid rgba(242, 181, 18, 0.35);
	border-radius: 4px;
	color: #111;
	background: var(--rf-gold);
}
.rf-journey__icon .rf-icon {
	width: 1.25rem;
	height: 1.25rem;
}
.rf-journey__title {
	margin: 0.1rem 0 0;
	font-family: var(--rf-font-display);
	font-size: clamp(1.15rem, 1.8vw, 1.4rem);
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.2;
	color: #fff;
	text-transform: none;
}
.rf-journey__text {
	margin: 0;
	max-width: none;
	font-size: 0.94rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.62);
}

@media (max-width: 860px) {
	.rf-journey {
		grid-template-columns: 1fr;
		gap: 1rem;
	}
	.rf-journey__stage:hover {
		transform: none;
	}
}

/* =========================================================================
   34h. Reviews — voice wall over Whirlpool kitchen photography
   ========================================================================= */
.rf-section--reviews {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background: #f3f2ee;
	color: #101010;
}
.rf-reviews__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		linear-gradient(
			105deg,
			rgba(255, 255, 255, 0.97) 0%,
			rgba(255, 255, 255, 0.92) 28%,
			rgba(255, 255, 255, 0.72) 48%,
			rgba(255, 255, 255, 0.28) 72%,
			rgba(255, 255, 255, 0.06) 100%
		),
		var(--rf-reviews-photo, url(../images/reviews-whirlpool.jpg)) center right / cover no-repeat;
}
.rf-section--reviews > .rf-container {
	position: relative;
	z-index: 1;
}
.rf-reviews__layout {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
	gap: clamp(1.75rem, 4vw, 3.25rem);
	align-items: end;
	margin-bottom: clamp(2rem, 4vw, 2.75rem);
}
.rf-reviews__intro {
	max-width: 30rem;
}
.rf-reviews__brand {
	display: block;
	margin: 0 0 1rem;
	font-family: var(--rf-font-display);
	font-size: clamp(1.35rem, 2.2vw, 1.7rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1;
	color: #101010;
}
.rf-reviews__reg {
	font-size: 0.45em;
	font-weight: 700;
	vertical-align: super;
	margin-left: 0.08em;
	opacity: 0.7;
}
.rf-reviews__title {
	display: flex;
	flex-direction: column;
	gap: 0.04em;
	margin: 0 0 1.1rem;
	font-family: var(--rf-font-display);
	font-size: clamp(2rem, 3.6vw, 2.85rem);
	font-weight: 800;
	font-style: normal;
	line-height: 0.98;
	letter-spacing: -0.04em;
	text-transform: none;
	color: #101010;
}
.rf-reviews__title-line { display: block; }
.rf-reviews__title-line--accent { color: var(--rf-gold); }
.rf-reviews__lead {
	margin: 0;
	max-width: 32em;
	font-size: 1.05rem;
	line-height: 1.65;
	color: #4a4a4a;
}
.rf-reviews__rule { display: none; }
.rf-reviews__score {
	display: flex;
	align-items: center;
	gap: 0.9rem;
	margin-top: 1.5rem;
	padding-top: 1.25rem;
	border-top: 1px solid rgba(16, 16, 16, 0.1);
}
.rf-reviews__score-value {
	font-family: var(--rf-font-display);
	font-size: clamp(2.4rem, 5vw, 3.1rem);
	font-weight: 800;
	font-style: normal;
	letter-spacing: -0.04em;
	line-height: 1;
	color: #101010;
}
.rf-reviews__score-meta {
	display: grid;
	gap: 0.25rem;
}
.rf-reviews__score-stars {
	display: inline-flex;
	gap: 2px;
	color: var(--rf-gold);
}
.rf-reviews__score-stars .rf-icon {
	width: 1rem;
	height: 1rem;
	fill: currentColor;
	stroke: none;
}
.rf-reviews__score-label {
	font-family: var(--rf-font-display);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #6b6b6b;
}

.rf-reviews__featured {
	position: relative;
	margin: 0;
	padding: 1.7rem 1.55rem 1.45rem;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(16, 16, 16, 0.08);
	border-left: 3px solid var(--rf-gold);
	border-radius: 4px;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	box-shadow: 0 18px 40px rgba(16, 16, 16, 0.06);
}
.rf-reviews__mark {
	position: absolute;
	top: 0.2rem;
	left: 0.95rem;
	font-family: var(--rf-font-display);
	font-size: clamp(4.5rem, 9vw, 6.5rem);
	font-weight: 800;
	line-height: 0.75;
	color: rgba(242, 181, 18, 0.18);
	pointer-events: none;
	user-select: none;
}
.rf-reviews__featured-quote {
	position: relative;
	margin: 0 0 1.15rem;
	font-family: var(--rf-font-display);
	font-size: clamp(1.08rem, 1.8vw, 1.3rem);
	font-weight: 700;
	font-style: normal;
	line-height: 1.45;
	letter-spacing: -0.015em;
	color: #101010;
}
.rf-reviews__featured-author {
	display: grid;
	gap: 0.2rem;
	padding-top: 0.85rem;
	border-top: 1px solid rgba(16, 16, 16, 0.1);
}
.rf-reviews__featured-name {
	font-family: var(--rf-font-display);
	font-size: 0.92rem;
	font-weight: 800;
	font-style: normal;
	letter-spacing: -0.01em;
	text-transform: none;
	color: #101010;
}
.rf-reviews__featured-meta {
	font-size: 0.86rem;
	color: #555;
}

.rf-section--reviews .rf-carousel__track {
	padding: 0.35rem 0.15rem 1rem;
}
.rf-section--reviews .rf-carousel__slide {
	flex: 0 0 calc((100% - 2 * clamp(1rem, 2vw, 1.35rem)) / 3);
}
.rf-section--reviews .rf-review {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	height: 100%;
	min-height: 14.5rem;
	padding: 1.35rem 1.25rem 1.2rem;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(16, 16, 16, 0.08);
	border-radius: 4px;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	box-shadow: 0 12px 28px rgba(16, 16, 16, 0.04);
	transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.rf-section--reviews .rf-review:hover {
	background: #fff;
	border-color: rgba(242, 181, 18, 0.45);
	box-shadow: 0 16px 32px rgba(16, 16, 16, 0.07);
	transform: translateY(-2px);
}
.rf-review__mark {
	position: absolute;
	top: 0.15rem;
	right: 0.75rem;
	font-family: var(--rf-font-display);
	font-size: 3.4rem;
	font-weight: 800;
	line-height: 0.75;
	color: rgba(242, 181, 18, 0.16);
	pointer-events: none;
	user-select: none;
}
.rf-review__stars {
	display: inline-flex;
	gap: 2px;
	color: var(--rf-gold);
}
.rf-review__stars .rf-icon {
	width: 0.95em;
	height: 0.95em;
	fill: currentColor;
	stroke: none;
}
.rf-review__quote {
	position: relative;
	margin: 0;
	flex: 1 1 auto;
	font-size: 0.96rem;
	font-style: normal;
	line-height: 1.55;
	color: #3f3f3f;
}
.rf-review__author {
	display: grid;
	gap: 0.15rem;
	margin-top: auto;
	padding-top: 0.85rem;
	border-top: 1px solid rgba(16, 16, 16, 0.1);
}
.rf-review__name {
	font-family: var(--rf-font-display);
	font-size: 0.9rem;
	font-weight: 800;
	font-style: normal;
	letter-spacing: -0.01em;
	text-transform: none;
	color: #101010;
	line-height: 1.2;
}
.rf-review__loc {
	font-size: 0.84rem;
	color: #555;
}
.rf-section--reviews .rf-carousel__nav {
	background: var(--rf-gold);
	border-color: var(--rf-gold);
	border-radius: 4px;
	color: #111;
}
.rf-section--reviews .rf-carousel__nav:hover {
	background: #111;
	border-color: #111;
	color: #fff;
}

@media (max-width: 900px) {
	.rf-reviews__layout {
		grid-template-columns: 1fr;
		align-items: start;
	}
	.rf-reviews__intro { max-width: 36rem; }
	.rf-section--reviews .rf-carousel__slide {
		flex-basis: calc((100% - clamp(1rem, 2vw, 1.35rem)) / 2);
	}
}
@media (max-width: 640px) {
	.rf-reviews__bg {
		background:
			linear-gradient(
				180deg,
				rgba(255, 255, 255, 0.96) 0%,
				rgba(255, 255, 255, 0.94) 42%,
				#fff 70%,
				#f8f7f4 100%
			),
			var(--rf-reviews-photo, url(../images/reviews-whirlpool.jpg)) 70% center / cover no-repeat;
	}
	.rf-section--reviews .rf-carousel__slide { flex-basis: 88%; }
}

/* =========================================================================
   34i. Parts & warranty (twin boards — charter + terms)
   ========================================================================= */
.rf-section--parts {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background:
		radial-gradient(70% 55% at 100% 0%, rgba(242, 181, 18, 0.1), transparent 55%),
		linear-gradient(165deg, #ffffff 0%, #f8f7f4 50%, #f3f2ee 100%);
	color: #101010;
}
.rf-parts__intro {
	max-width: 42rem;
	margin-bottom: clamp(2rem, 4vw, 2.75rem);
}
.rf-parts__brand {
	display: block;
	margin: 0 0 1rem;
	font-family: var(--rf-font-display);
	font-size: clamp(1.35rem, 2.2vw, 1.7rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1;
	color: #101010;
}
.rf-parts__reg {
	font-size: 0.45em;
	font-weight: 700;
	vertical-align: super;
	margin-left: 0.08em;
	opacity: 0.7;
}
.rf-parts__title {
	display: flex;
	flex-direction: column;
	gap: 0.04em;
	margin: 0 0 1.15rem;
	font-family: var(--rf-font-display);
	font-size: clamp(2rem, 3.8vw, 3rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 0.98;
	color: #101010;
	text-transform: none;
}
.rf-parts__title-line { display: block; }
.rf-parts__title-line--accent { color: var(--rf-gold); }
.rf-parts__lead {
	margin: 0;
	max-width: 36em;
	font-size: 1.05rem;
	line-height: 1.65;
	color: #4a4a4a;
}

.rf-parts__layout {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1rem, 2.5vw, 1.5rem);
	align-items: stretch;
}

.rf-parts__board {
	display: flex;
	flex-direction: column;
	min-width: 0;
	margin: 0;
	padding: clamp(1.35rem, 2.8vw, 1.85rem);
	border-radius: 4px;
	border-top: 3px solid var(--rf-gold);
	box-shadow: 0 12px 32px rgba(16, 16, 16, 0.06);
}
.rf-parts__board--light {
	background: #fff;
	border: 1px solid rgba(16, 16, 16, 0.08);
	border-top: 3px solid var(--rf-gold);
	color: #101010;
}
.rf-parts__board--dark {
	background:
		radial-gradient(80% 50% at 100% 0%, rgba(242, 181, 18, 0.14), transparent 55%),
		linear-gradient(180deg, #161616 0%, #101010 100%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-top: 3px solid var(--rf-gold);
	color: #fff;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

.rf-parts__board-head {
	margin-bottom: 0.25rem;
	padding-bottom: 1.1rem;
	border-bottom: 1px solid rgba(16, 16, 16, 0.1);
}
.rf-parts__board--dark .rf-parts__board-head {
	border-bottom-color: rgba(255, 255, 255, 0.12);
}
.rf-parts__board-eyebrow {
	display: inline-block;
	margin-bottom: 0.5rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--rf-gold-deep);
}
.rf-parts__board--dark .rf-parts__board-eyebrow {
	color: var(--rf-gold);
}
.rf-parts__board-title {
	margin: 0;
	font-family: var(--rf-font-display);
	font-size: clamp(1.25rem, 2.2vw, 1.55rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.15;
	color: inherit;
	text-transform: none;
}

.rf-parts__promises {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0;
	flex: 1;
}
.rf-parts__promise {
	display: grid;
	grid-template-columns: 2.4rem 2.4rem minmax(0, 1fr);
	gap: 0.85rem;
	align-items: start;
	margin: 0;
	padding: 1.15rem 0;
	border-bottom: 1px solid rgba(16, 16, 16, 0.08);
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	transition: none;
}
.rf-parts__promise:last-child { border-bottom: 0; }
.rf-parts__promise:hover {
	box-shadow: none;
	border-color: transparent;
	border-bottom-color: rgba(16, 16, 16, 0.08);
}
.rf-parts__promise:last-child:hover {
	border-bottom-color: transparent;
}
.rf-parts__promise-num {
	font-family: var(--rf-font-display);
	font-size: 1.25rem;
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.2;
	color: var(--rf-gold);
}
.rf-parts__promise-ico {
	display: grid;
	place-items: center;
	width: 2.4rem;
	height: 2.4rem;
	border: 1px solid rgba(16, 16, 16, 0.1);
	border-radius: 4px;
	background: color-mix(in srgb, var(--rf-gold) 14%, #fff);
	color: #111;
}
.rf-parts__promise-ico .rf-icon {
	width: 1.1rem;
	height: 1.1rem;
}
.rf-parts__promise-body {
	display: grid;
	gap: 0.28rem;
	min-width: 0;
	padding-top: 0.1rem;
}
.rf-parts__promise-body strong {
	font-family: var(--rf-font-display);
	font-size: clamp(1.02rem, 1.4vw, 1.12rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.25;
	color: #101010;
	text-transform: none;
}
.rf-parts__promise-body span {
	font-size: 0.94rem;
	line-height: 1.55;
	color: #555;
}

.rf-parts__terms {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0;
	flex: 1;
}
.rf-parts__term {
	display: grid;
	grid-template-columns: 2.4rem minmax(0, 1fr);
	gap: 0.85rem;
	align-items: start;
	padding: 1.1rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.rf-parts__term:last-child { border-bottom: 0; }
.rf-parts__term-ico {
	display: grid;
	place-items: center;
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 4px;
	border: 1px solid rgba(242, 181, 18, 0.35);
	background: rgba(242, 181, 18, 0.12);
	color: var(--rf-gold);
}
.rf-parts__term-ico .rf-icon {
	width: 1.05rem;
	height: 1.05rem;
}
.rf-parts__term-body {
	display: grid;
	gap: 0.28rem;
	min-width: 0;
	padding-top: 0.1rem;
}
.rf-parts__term-body strong {
	font-family: var(--rf-font-display);
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.25;
	color: #fff;
	text-transform: none;
}
.rf-parts__term-body > span {
	font-size: 0.92rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.62);
}
.rf-parts__panel-foot {
	margin-top: auto;
	padding-top: 1.25rem;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.rf-parts__panel-foot .rf-btn {
	justify-content: center;
	background: var(--rf-gold);
	border-color: var(--rf-gold);
	color: #111;
}
.rf-parts__panel-foot .rf-btn:hover {
	background: #fff;
	border-color: #fff;
	color: #111;
}

@media (max-width: 900px) {
	.rf-parts__layout {
		grid-template-columns: 1fr;
	}
	.rf-parts__promise {
		grid-template-columns: 2.2rem 2.2rem minmax(0, 1fr);
		gap: 0.7rem;
	}
}

/* =========================================================================
   34j. Resources — learning shelf (linked guides + expert strip)
   ========================================================================= */
.rf-section--resources {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background:
		radial-gradient(75% 55% at 0% 100%, rgba(242, 181, 18, 0.09), transparent 55%),
		linear-gradient(165deg, #ffffff 0%, #f8f7f4 48%, #f3f2ee 100%);
	color: #101010;
}
.rf-resources__intro {
	max-width: 40rem;
	margin-bottom: clamp(2rem, 4vw, 2.75rem);
}
.rf-resources__brand {
	display: block;
	margin: 0 0 1rem;
	font-family: var(--rf-font-display);
	font-size: clamp(1.35rem, 2.2vw, 1.7rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1;
	color: #101010;
}
.rf-resources__reg {
	font-size: 0.45em;
	font-weight: 700;
	vertical-align: super;
	margin-left: 0.08em;
	opacity: 0.7;
}
.rf-resources__title {
	display: flex;
	flex-direction: column;
	gap: 0.04em;
	margin: 0 0 1.15rem;
	font-family: var(--rf-font-display);
	font-size: clamp(2rem, 3.8vw, 3rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 0.98;
	color: #101010;
	text-transform: none;
}
.rf-resources__title-line { display: block; }
.rf-resources__title-line--accent { color: var(--rf-gold); }
.rf-resources__lead {
	margin: 0;
	max-width: 34em;
	font-size: 1.05rem;
	line-height: 1.65;
	color: #4a4a4a;
}

.rf-guides {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1rem, 2.5vw, 1.35rem);
	align-items: stretch;
}
.rf-guide {
	margin: 0;
	min-width: 0;
	display: flex;
}
.rf-guide__card {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	width: 100%;
	min-height: 17rem;
	padding: 1.35rem 1.3rem 1.25rem;
	background: #fff;
	border: 1px solid rgba(16, 16, 16, 0.08);
	border-radius: 4px;
	border-top: 3px solid var(--rf-gold);
	box-shadow: 0 10px 28px rgba(16, 16, 16, 0.04);
	text-decoration: none;
	color: inherit;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.rf-guide__card:hover {
	border-color: rgba(242, 181, 18, 0.4);
	box-shadow: 0 14px 36px rgba(16, 16, 16, 0.08);
	transform: translateY(-2px);
}
.rf-guide__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	width: 100%;
}
.rf-guide__num {
	font-family: var(--rf-font-display);
	font-size: 1.55rem;
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1;
	color: var(--rf-gold);
}
.rf-guide__ico {
	display: grid;
	place-items: center;
	width: 2.55rem;
	height: 2.55rem;
	border: 1px solid rgba(16, 16, 16, 0.1);
	border-radius: 4px;
	background: color-mix(in srgb, var(--rf-gold) 14%, #fff);
	color: #111;
}
.rf-guide__ico .rf-icon {
	width: 1.15rem;
	height: 1.15rem;
}
.rf-guide__card:hover .rf-guide__ico {
	background: var(--rf-gold);
	border-color: var(--rf-gold);
}
.rf-guide__title {
	margin: 0;
	font-family: var(--rf-font-display);
	font-size: clamp(1.08rem, 1.5vw, 1.22rem);
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.25;
	color: #101010;
	text-transform: none;
}
.rf-guide__text {
	margin: 0;
	font-size: 0.94rem;
	line-height: 1.55;
	color: #555;
	flex: 1;
}
.rf-guide__link {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin-top: auto;
	padding-top: 0.95rem;
	border-top: 1px solid rgba(16, 16, 16, 0.08);
	font-family: var(--rf-font-display);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	color: #101010;
}
.rf-guide__link .rf-icon {
	width: 0.95em;
	height: 0.95em;
	transition: transform 0.18s ease;
}
.rf-guide__card:hover .rf-guide__link {
	color: var(--rf-gold-deep);
}
.rf-guide__card:hover .rf-guide__link .rf-icon {
	transform: translateX(3px);
}

.rf-resources__expert {
	margin-top: clamp(1.75rem, 3.5vw, 2.5rem);
}
.rf-section--resources .rf-expert {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 1.15rem;
	align-items: start;
	padding: 1.35rem 1.4rem;
	background: #fff;
	border: 1px solid rgba(16, 16, 16, 0.08);
	border-radius: 4px;
	border-left: 3px solid var(--rf-gold);
	box-shadow: 0 10px 28px rgba(16, 16, 16, 0.04);
}
.rf-section--resources .rf-expert__avatar {
	width: 96px;
	height: 96px;
	border-radius: 4px;
	background: color-mix(in srgb, var(--rf-gold) 16%, #fff);
	color: #111;
	border: 1px solid rgba(16, 16, 16, 0.1);
	overflow: hidden;
}
.rf-section--resources .rf-expert__avatar img {
	border-radius: 4px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.rf-section--resources .rf-expert__role {
	display: block;
	margin-bottom: 0.25rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--rf-gold-deep);
	font-family: var(--rf-font-display);
	font-style: normal;
}
.rf-section--resources .rf-expert__name,
.rf-section--resources a.rf-expert__name {
	font-family: var(--rf-font-display);
	font-style: normal;
	font-weight: 800;
	font-size: clamp(1.35rem, 2.2vw, 1.65rem);
	letter-spacing: -0.03em;
	line-height: 1.05;
	text-transform: none;
	color: #101010;
	text-decoration: none;
}
.rf-section--resources .rf-expert__name-line--accent {
	color: var(--rf-gold-deep);
}
.rf-section--resources a.rf-expert__name:hover .rf-expert__name-line--accent {
	color: #101010;
}
.rf-section--resources .rf-expert__text {
	margin: 0.45rem 0 0.7rem;
	font-size: 0.94rem;
	line-height: 1.55;
	color: #555;
}
.rf-section--resources .rf-link-more {
	color: #101010;
	font-family: var(--rf-font-display);
	font-weight: 800;
	letter-spacing: 0.01em;
	text-transform: none;
	font-size: 0.88rem;
}
.rf-section--resources .rf-link-more:hover {
	color: var(--rf-gold-deep);
}

@media (max-width: 900px) {
	.rf-guides {
		grid-template-columns: 1fr;
	}
	.rf-guide__card {
		min-height: 0;
	}
	.rf-guide__card:hover {
		transform: none;
	}
}
@media (max-width: 560px) {
	.rf-section--resources .rf-expert {
		grid-template-columns: 1fr;
	}
}

/* =========================================================================
   34k. Blog (home teasers — cream shelf + color photo cards)
   ========================================================================= */
.rf-section--blog {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background:
		radial-gradient(70% 55% at 100% 0%, rgba(242, 181, 18, 0.1), transparent 55%),
		linear-gradient(165deg, #f8f7f4 0%, #ffffff 45%, #f3f2ee 100%);
	color: #101010;
}
.rf-blog__intro {
	max-width: 42rem;
	margin-bottom: clamp(2rem, 4vw, 2.75rem);
}
.rf-blog__brand {
	display: block;
	margin: 0 0 1rem;
	font-family: var(--rf-font-display);
	font-size: clamp(1.35rem, 2.2vw, 1.7rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1;
	color: #101010;
}
.rf-blog__reg {
	font-size: 0.45em;
	font-weight: 700;
	vertical-align: super;
	margin-left: 0.08em;
	opacity: 0.7;
}
.rf-blog__title {
	display: flex;
	flex-direction: column;
	gap: 0.04em;
	margin: 0 0 1.15rem;
	font-family: var(--rf-font-display);
	font-size: clamp(2rem, 3.8vw, 3rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 0.98;
	color: #101010;
	text-transform: none;
}
.rf-blog__title-line { display: block; }
.rf-blog__title-line--accent { color: var(--rf-gold); }
.rf-blog__lead {
	margin: 0;
	max-width: 36em;
	font-size: 1.05rem;
	line-height: 1.65;
	color: #4a4a4a;
}

.rf-posts--home {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1rem, 2.5vw, 1.35rem);
}
.rf-section--blog .rf-post-card {
	border-radius: 4px;
	border: 1px solid rgba(16, 16, 16, 0.08);
	border-top: 3px solid var(--rf-gold);
	box-shadow: 0 10px 28px rgba(16, 16, 16, 0.04);
	background: #fff;
	overflow: hidden;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.rf-section--blog .rf-post-card:hover {
	background: #fff;
	border-color: rgba(242, 181, 18, 0.4);
	box-shadow: 0 14px 36px rgba(16, 16, 16, 0.08);
	transform: translateY(-2px);
}
.rf-section--blog .rf-post-card__thumb {
	aspect-ratio: 16 / 10;
	background: #e8e6e1;
	display: block;
	overflow: hidden;
}
.rf-section--blog .rf-post-card__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: none;
	transition: transform 0.35s ease;
}
.rf-section--blog .rf-post-card:hover .rf-post-card__thumb img {
	transform: scale(1.04);
	opacity: 1;
}
.rf-section--blog .rf-post-card__body {
	padding: 1.25rem 1.25rem 1.2rem;
	gap: 0.55rem;
}
.rf-section--blog .rf-post-card__meta {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--rf-gold-deep);
}
.rf-section--blog .rf-post-card__meta a {
	color: inherit;
	text-decoration: none;
}
.rf-section--blog .rf-post-card__title {
	font-family: var(--rf-font-display);
	font-size: clamp(1.05rem, 1.5vw, 1.2rem);
	font-weight: 800;
	font-style: normal;
	letter-spacing: -0.025em;
	text-transform: none;
	line-height: 1.25;
}
.rf-section--blog .rf-post-card__title a {
	color: #101010;
	text-decoration: none;
}
.rf-section--blog .rf-post-card__title a:hover {
	color: var(--rf-gold-deep);
}
.rf-section--blog .rf-post-card__excerpt {
	font-size: 0.94rem;
	line-height: 1.55;
	color: #555;
}
.rf-section--blog .rf-post-card__foot {
	padding-top: 0.85rem;
	border-top: 1px solid rgba(16, 16, 16, 0.08);
}
.rf-section--blog .rf-link-more {
	color: #101010;
	font-family: var(--rf-font-display);
	font-size: 0.88rem;
	font-weight: 800;
	letter-spacing: 0.01em;
	text-transform: none;
}
.rf-section--blog .rf-post-card:hover .rf-post-card__meta {
	color: var(--rf-gold-deep);
}
.rf-section--blog .rf-post-card:hover .rf-post-card__title a,
.rf-section--blog .rf-post-card:hover .rf-post-card__excerpt,
.rf-section--blog .rf-post-card:hover .rf-link-more {
	color: inherit;
}
.rf-section--blog .rf-post-card:hover .rf-link-more {
	color: var(--rf-gold-deep);
}
.rf-section--blog .rf-post-card:hover .rf-post-card__foot {
	border-top-color: rgba(16, 16, 16, 0.08);
}

/* Blog archive listing (Latest articles) */
.rf-section--blog-archive {
	background:
		radial-gradient(70% 55% at 0% 0%, rgba(242, 181, 18, 0.1), transparent 55%),
		linear-gradient(165deg, #ffffff 0%, #f8f7f4 48%, #f3f2ee 100%);
}
.rf-section--blog-archive .rf-ssvc-intro {
	max-width: 40rem;
	margin-bottom: 1.35rem;
}
.rf-section--blog-archive .rf-blog-filter {
	margin-bottom: 1.5rem;
}
.rf-section--blog-archive .rf-blog-filter__chip {
	border-radius: 4px;
	border-color: rgba(16, 16, 16, 0.12);
	background: #fff;
	color: #101010;
}
.rf-section--blog-archive .rf-blog-filter__chip:hover {
	border-color: rgba(242, 181, 18, 0.55);
	background: color-mix(in srgb, var(--rf-gold) 10%, #fff);
	box-shadow: none;
}
.rf-section--blog-archive .rf-blog-filter__chip.is-active {
	background: var(--rf-gold);
	border-color: var(--rf-gold);
	color: #111;
}
.rf-section--blog-archive .rf-blog-filter__count {
	background: color-mix(in srgb, var(--rf-gold) 18%, #fff);
	color: var(--rf-gold-deep);
}
.rf-section--blog-archive .rf-blog-filter__chip.is-active .rf-blog-filter__count {
	background: rgba(16, 16, 16, 0.1);
	color: #111;
}
.rf-blog-catalog__panel {
	margin-top: 0.15rem;
}
.rf-blog-catalog__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	background: transparent;
}
.rf-section--blog-archive .rf-blog-catalog__grid .rf-post-card {
	height: 100%;
	border-radius: 0;
	border: 0;
	border-top: 1px solid rgba(16, 16, 16, 0.08);
	border-right: 1px solid rgba(16, 16, 16, 0.08);
	box-shadow: none;
	background: transparent;
	transform: none;
}
.rf-section--blog-archive .rf-blog-catalog__grid .rf-post-card:hover {
	background: color-mix(in srgb, var(--rf-gold) 8%, #fff);
	border-color: rgba(16, 16, 16, 0.08);
	box-shadow: none;
	transform: none;
}
.rf-section--blog-archive .rf-pagination {
	margin-top: clamp(1.75rem, 3.5vw, 2.5rem);
}
.rf-section--blog-archive .rf-pagination .page-numbers.current {
	background: var(--rf-gold);
	border-color: var(--rf-gold);
	color: #111;
}
.rf-section--blog-archive .rf-pagination .page-numbers:hover:not(.current) {
	border-color: var(--rf-gold);
	color: var(--rf-gold-deep);
}

@media (max-width: 960px) {
	.rf-blog-catalog__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 640px) {
	.rf-blog-catalog__grid {
		grid-template-columns: 1fr;
	}
}
.rf-blog__more {
	margin-top: clamp(1.75rem, 3.5vw, 2.5rem);
	text-align: center;
}
.rf-blog__cta {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.95rem 1.55rem;
	background: var(--rf-gold);
	border: 1px solid var(--rf-gold);
	border-radius: 4px;
	font-family: var(--rf-font-display);
	font-size: 0.95rem;
	font-weight: 800;
	letter-spacing: -0.01em;
	color: #111;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.rf-blog__cta .rf-icon {
	width: 1em;
	height: 1em;
}
.rf-blog__cta:hover {
	background: #111;
	border-color: #111;
	color: #fff;
}

@media (max-width: 960px) {
	.rf-posts--home { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
	.rf-posts--home { grid-template-columns: 1fr; }
	.rf-section--blog .rf-post-card:hover {
		transform: none;
	}
}

/* =========================================================================
   34k2. Blog single (soft-wash hero + mosaic article)
   ========================================================================= */
.rf-hero--ssvc.rf-hero--blog .rf-ssvc-hero__backdrop {
	background-position: 72% center;
}
.rf-section.rf-post-page {
	background:
		radial-gradient(70% 55% at 0% 0%, rgba(242, 181, 18, 0.1), transparent 55%),
		linear-gradient(165deg, #ffffff 0%, #f8f7f4 48%, #f3f2ee 100%);
}
.rf-post-page__topics {
	margin-bottom: 1.5rem;
}
.rf-post-page .rf-blog-filter {
	margin-bottom: 0;
}
.rf-post-page .rf-blog-filter__chip {
	border-radius: 4px;
	border-color: rgba(16, 16, 16, 0.12);
	background: #fff;
	color: #101010;
}
.rf-post-page .rf-blog-filter__chip:hover {
	border-color: rgba(242, 181, 18, 0.55);
	background: color-mix(in srgb, var(--rf-gold) 10%, #fff);
	box-shadow: none;
}
.rf-post-page .rf-blog-filter__chip.is-active {
	background: var(--rf-gold);
	border-color: var(--rf-gold);
	color: #111;
}
.rf-post-page .rf-blog-filter__count {
	background: color-mix(in srgb, var(--rf-gold) 18%, #fff);
	color: var(--rf-gold-deep);
}
.rf-post-page .rf-blog-filter__chip.is-active .rf-blog-filter__count {
	background: rgba(16, 16, 16, 0.1);
	color: #111;
}
.rf-post-page .rf-post-nav {
	margin-top: 0.5rem;
	padding-top: 0;
	border-top: 0;
}
.rf-post-overview-panel {
	margin-top: 0.15rem;
}
.rf-post-overview-split {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	align-items: stretch;
}
.rf-post-overview-split .rf-ec-overview-quick {
	border-bottom: 0;
	border-right: 1px solid rgba(16, 16, 16, 0.08);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.rf-post-overview-photo {
	margin: 0;
	min-width: 0;
	background: #f3f2ee;
	overflow: hidden;
}
.rf-post-overview-photo img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 220px;
	object-fit: cover;
	filter: none;
}
.rf-post-guide-panel .rf-single__content {
	padding: 1.35rem 1.4rem 1.4rem;
}
.rf-post-page .rf-prose h2 {
	margin-top: 1.75rem;
	font-family: var(--rf-font-display);
	font-size: clamp(1.35rem, 2.2vw, 1.7rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	color: #101010;
}
.rf-post-page .rf-prose h2:first-child {
	margin-top: 0;
}
.rf-post-page .rf-prose h3 {
	margin-top: 1.35rem;
	font-family: var(--rf-font-display);
	font-size: 1.12rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: #101010;
}
.rf-post-page .rf-prose p,
.rf-post-page .rf-prose li {
	color: #4a4a4a;
}
.rf-post-page .rf-proscons {
	gap: 0;
	margin: 1.5rem 0 0.35rem;
}
.rf-post-page .rf-proscons__col {
	border-radius: 0;
	box-shadow: none;
	border: 1px solid rgba(16, 16, 16, 0.08);
	background: #fff;
}
.rf-post-page .rf-proscons__col--pro {
	border-top: 3px solid var(--rf-gold);
}
.rf-post-page .rf-proscons__col--con {
	border-top: 3px solid #101010;
}
.rf-post-page .rf-proscons__col--pro .rf-proscons__title {
	color: var(--rf-gold-deep);
}
.rf-post-page .rf-proscons__col--con .rf-proscons__title {
	color: #101010;
}
.rf-post-page .rf-proscons__col--pro .rf-proscons__list li::before {
	background: var(--rf-gold);
}
.rf-post-page .rf-proscons__col--con .rf-proscons__list li::before {
	background: #101010;
}
.rf-post-page .rf-table-wrap {
	border: 1px solid rgba(16, 16, 16, 0.08);
	border-radius: 0;
}
.rf-post-page .rf-table thead th {
	background: color-mix(in srgb, var(--rf-gold) 14%, #fff);
	color: #101010;
	font-family: var(--rf-font-display);
	letter-spacing: 0.04em;
}
.rf-post-page .rf-single__tags {
	margin-top: 1.5rem;
	padding-top: 1.15rem;
	border-top: 1px solid rgba(16, 16, 16, 0.08);
}
.rf-post-page .rf-single__tags a {
	border-radius: 4px;
	background: #fff;
	border: 1px solid rgba(16, 16, 16, 0.12);
	color: #101010;
}
.rf-post-page .rf-single__tags a:hover {
	border-color: var(--rf-gold);
	background: color-mix(in srgb, var(--rf-gold) 12%, #fff);
	color: #101010;
}
.rf-post-author-panel .rf-author-box {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
}
.rf-post-author-panel .rf-author-box__name a:hover,
.rf-post-author-panel .rf-author-box__verify .rf-icon,
.rf-post-author-panel .rf-author-box__facts .rf-icon {
	color: var(--rf-gold-deep);
}
.rf-post-author-panel .rf-author-box__mini {
	color: var(--rf-gold-deep);
}
.rf-post-similar-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	background: transparent;
	min-width: 0;
}
.rf-post-similar-panel .rf-post-card {
	min-width: 0;
	height: auto;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid rgba(16, 16, 16, 0.08);
	box-shadow: none;
	background: transparent;
	transform: none;
	display: grid;
	grid-template-columns: 12.5rem minmax(0, 1fr);
	align-items: stretch;
	overflow: hidden;
}
.rf-post-similar-panel .rf-post-card:last-child {
	border-bottom: 0;
}
.rf-post-similar-panel .rf-post-card:hover {
	background: color-mix(in srgb, var(--rf-gold) 8%, #fff);
	box-shadow: none;
	transform: none;
}
.rf-post-similar-panel .rf-post-card__thumb {
	min-width: 0;
	min-height: 0;
	width: 100%;
	height: 100%;
	aspect-ratio: unset;
	overflow: hidden;
	background: #e8e6e1;
}
.rf-post-similar-panel .rf-post-card__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: none;
}
.rf-post-similar-panel .rf-post-card__body {
	padding: 1.1rem 1.15rem 1.05rem;
	gap: 0.4rem;
}
.rf-post-similar-panel .rf-post-card__meta {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--rf-gold-deep);
}
.rf-post-similar-panel .rf-post-card__title {
	font-family: var(--rf-font-display);
	font-size: clamp(1.02rem, 1.6vw, 1.18rem);
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.25;
}
.rf-post-similar-panel .rf-post-card__title a {
	color: #101010;
	text-decoration: none;
}
.rf-post-similar-panel .rf-post-card__title a:hover {
	color: var(--rf-gold-deep);
}
.rf-post-similar-foot {
	border-top: 1px solid rgba(16, 16, 16, 0.08);
}
.rf-post-similar-foot .rf-btn--ghost {
	border-radius: 0;
}

@media (max-width: 720px) {
	.rf-post-similar-panel .rf-post-card {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 900px) {
	.rf-post-overview-split {
		grid-template-columns: 1fr;
	}
	.rf-post-overview-split .rf-ec-overview-quick {
		border-right: 0;
		border-bottom: 1px solid rgba(16, 16, 16, 0.08);
	}
	.rf-post-overview-photo img {
		aspect-ratio: 16 / 9;
		min-height: 0;
	}
}
@media (max-width: 640px) {
	.rf-hero--ssvc.rf-hero--blog .rf-ssvc-hero__backdrop {
		background-position: 62% 58%;
	}
}

/* =========================================================================
   34k3. Location single (soft-wash hero + brand sections)
   ========================================================================= */
.rf-hero--ssvc.rf-hero--location .rf-ssvc-hero__backdrop {
	background-position: 72% center;
}
.rf-hero--ssvc.rf-hero--location .rf-ssvc-hero__note {
	margin: 0.85rem 0 1.25rem;
	max-width: 34em;
	font-size: 0.92rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #6b6b6b;
}
.rf-ssvc--location .rf-ssvc-section--overview .rf-loc-overview__body {
	max-width: 46rem;
	margin: 0;
	color: #4a4a4a;
}
.rf-ssvc--location .rf-ssvc-section--highlights,
.rf-ssvc--location .rf-ssvc-section--requests,
.rf-ssvc--location .rf-ssvc-section--coverage {
	background:
		radial-gradient(70% 55% at 100% 0%, rgba(242, 181, 18, 0.08), transparent 55%),
		linear-gradient(165deg, #ffffff 0%, #f8f7f4 48%, #f3f2ee 100%);
}
.rf-ssvc--location .rf-ssvc-section--contact,
.rf-ssvc--location .rf-ssvc-section--faq {
	background: linear-gradient(165deg, #ffffff 0%, #f8f7f4 100%);
}
.rf-ssvc-highlights-grid,
.rf-ssvc-requests-grid,
.rf-ssvc-contact-grid,
.rf-ssvc-coverage-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	background: transparent;
}
.rf-ssvc-coverage-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.rf-ssvc-highlights-grid .rf-appliance,
.rf-ssvc-requests-grid .rf-appliance,
.rf-ssvc-contact-grid .rf-appliance,
.rf-ssvc-coverage-grid .rf-appliance {
	height: 100%;
	min-height: 11.5rem;
	border-radius: 0;
	border: 0;
	border-top: 1px solid rgba(16, 16, 16, 0.08);
	border-right: 1px solid rgba(16, 16, 16, 0.08);
	background: transparent;
}
.rf-ssvc-coverage-grid .rf-appliance {
	min-height: 8.75rem;
}
.rf-ssvc-highlights-grid .rf-appliance:hover,
.rf-ssvc-requests-grid .rf-appliance:hover,
.rf-ssvc-contact-grid .rf-appliance:hover,
.rf-ssvc-coverage-grid .rf-appliance:hover {
	background: color-mix(in srgb, var(--rf-gold) 8%, #fff);
	box-shadow: none;
}
.rf-ssvc-requests-grid .rf-appliance__text:empty,
.rf-ssvc-coverage-grid .rf-appliance__text:empty {
	display: none;
}
.rf-ssvc--location .rf-loc-coverage {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	border: 1px solid rgba(16, 16, 16, 0.08);
	background: #fff;
}
.rf-ssvc--location .rf-loc-coverage__card {
	padding: clamp(1.35rem, 3vw, 2rem);
	border-right: 1px solid rgba(16, 16, 16, 0.08);
	background: transparent;
}
.rf-ssvc--location .rf-loc-coverage__card:last-child {
	border-right: 0;
}
.rf-ssvc--location .rf-loc-coverage__label {
	margin: 0 0 1rem;
	font-family: var(--rf-font-display);
	font-size: 1.15rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: #101010;
}
.rf-ssvc--location .rf-loc-checklist {
	margin: 0;
	padding: 0;
	list-style: none;
}
.rf-ssvc--location .rf-loc-checklist li {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
	margin: 0 0 0.65rem;
	font-size: 0.98rem;
	line-height: 1.45;
	color: #3a3a3a;
}
.rf-ssvc--location .rf-loc-checklist li:last-child {
	margin-bottom: 0;
}
.rf-ssvc--location .rf-loc-checklist .rf-icon {
	flex: 0 0 auto;
	width: 1em;
	height: 1em;
	margin-top: 0.2em;
	color: var(--rf-gold-deep);
}
@media (max-width: 1080px) {
	.rf-ssvc-coverage-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
@media (max-width: 900px) {
	.rf-ssvc-highlights-grid,
	.rf-ssvc-requests-grid,
	.rf-ssvc-contact-grid,
	.rf-ssvc-coverage-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.rf-ssvc--location .rf-loc-coverage {
		grid-template-columns: 1fr;
	}
	.rf-ssvc--location .rf-loc-coverage__card {
		border-right: 0;
		border-bottom: 1px solid rgba(16, 16, 16, 0.08);
	}
	.rf-ssvc--location .rf-loc-coverage__card:last-child {
		border-bottom: 0;
	}
	.rf-hero--ssvc.rf-hero--location .rf-ssvc-hero__backdrop {
		background-position: 66% 58%;
	}
}
@media (max-width: 640px) {
	.rf-ssvc-highlights-grid,
	.rf-ssvc-requests-grid,
	.rf-ssvc-contact-grid,
	.rf-ssvc-coverage-grid {
		grid-template-columns: 1fr;
	}
}

.rf-loc-overview {
	background: #fff;
}
.rf-loc-overview__body {
	max-width: 46rem;
	margin: 0 auto;
	color: #6b7280;
	font-size: 1.02rem;
	line-height: 1.6;
}
.rf-loc-overview__body p {
	margin: 0 0 1rem;
}
.rf-loc-overview__body p:last-child {
	margin-bottom: 0;
}

/* =========================================================================
   34l. Contact — dark intake console + light booking panel
   ========================================================================= */
.rf-section--contact {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background:
		radial-gradient(80% 60% at 0% 0%, rgba(242, 181, 18, 0.12), transparent 55%),
		linear-gradient(180deg, #101010 0%, #161616 55%, #1b1b1b 100%);
	color: #fff;
}
.rf-intake {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(300px, 1.05fr);
	gap: clamp(1.75rem, 4vw, 3rem);
	align-items: start;
}
.rf-intake__intro {
	margin-bottom: clamp(1.35rem, 3vw, 1.85rem);
}
.rf-intake__brand {
	display: block;
	margin: 0 0 1rem;
	font-family: var(--rf-font-display);
	font-size: clamp(1.35rem, 2.2vw, 1.7rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1;
	color: #fff;
}
.rf-intake__reg {
	font-size: 0.45em;
	font-weight: 700;
	vertical-align: super;
	margin-left: 0.08em;
	opacity: 0.7;
}
.rf-intake__title {
	display: flex;
	flex-direction: column;
	gap: 0.04em;
	margin: 0 0 1.15rem;
	font-family: var(--rf-font-display);
	font-size: clamp(1.85rem, 3.4vw, 2.75rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.02;
	color: #fff;
	text-transform: none;
}
.rf-intake__title-line { display: block; }
.rf-intake__title-line--accent { color: var(--rf-gold); }
.rf-intake__lead {
	margin: 0;
	max-width: 34em;
	font-size: 1.05rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.68);
}

.rf-intake__phone {
	display: flex;
	align-items: center;
	gap: 0.95rem;
	margin: 0 0 1.5rem;
	padding: 1rem 1.15rem;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 4px;
	border-left: 3px solid var(--rf-gold);
	text-decoration: none;
	color: inherit;
	transition: border-color 0.2s ease, background 0.2s ease;
}
.rf-intake__phone:hover {
	background: rgba(242, 181, 18, 0.08);
	border-color: rgba(242, 181, 18, 0.4);
}
.rf-intake__phone-ico {
	display: grid;
	place-items: center;
	width: 2.55rem;
	height: 2.55rem;
	flex: none;
	border-radius: 4px;
	background: var(--rf-gold);
	color: #111;
}
.rf-intake__phone-ico .rf-icon {
	width: 1.15rem;
	height: 1.15rem;
}
.rf-intake__phone-body {
	display: grid;
	gap: 0.15rem;
	min-width: 0;
}
.rf-intake__phone-label {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
}
.rf-intake__phone-num {
	font-family: var(--rf-font-display);
	font-size: clamp(1.15rem, 2vw, 1.35rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	color: #fff;
}

.rf-intake__steps {
	list-style: none;
	margin: 0 0 1.75rem;
	padding: 0;
	display: grid;
	gap: 0.75rem;
}
.rf-intake__step {
	display: grid;
	grid-template-columns: 2.4rem minmax(0, 1fr);
	gap: 0.85rem;
	align-items: start;
	margin: 0;
	padding: 0.95rem 1.05rem;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 4px;
}
.rf-intake__step-num {
	font-family: var(--rf-font-display);
	font-size: 1.2rem;
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.2;
	color: var(--rf-gold);
}
.rf-intake__step-body {
	display: grid;
	gap: 0.2rem;
	min-width: 0;
}
.rf-intake__step-body strong {
	font-family: var(--rf-font-display);
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: #fff;
}
.rf-intake__step-body span {
	font-size: 0.9rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.58);
}

.rf-intake__nap .rf-nap,
.rf-contact__nap .rf-nap {
	gap: 0.65rem;
	display: grid;
}
.rf-intake__nap .rf-nap__item,
.rf-section--contact .rf-contact__nap .rf-nap__item {
	display: grid;
	grid-template-columns: 2.4rem 1fr;
	gap: 0.85rem;
	align-items: start;
	padding: 0.9rem 1rem;
	margin: 0;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 4px;
}
.rf-intake__nap .rf-nap__icon,
.rf-section--contact .rf-contact__nap .rf-nap__icon {
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 4px;
	background: rgba(242, 181, 18, 0.14);
	border: 1px solid rgba(242, 181, 18, 0.35);
	color: var(--rf-gold);
	box-shadow: none;
}
.rf-intake__nap .rf-nap__icon .rf-icon,
.rf-section--contact .rf-contact__nap .rf-nap__icon .rf-icon {
	width: 1.05rem;
	height: 1.05rem;
}
.rf-intake__nap .rf-nap__label,
.rf-section--contact .rf-contact__nap .rf-nap__label {
	display: block;
	margin-bottom: 0.15rem;
	font-family: var(--rf-font-display);
	font-size: 0.68rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.45);
}
.rf-intake__nap .rf-nap__value,
.rf-section--contact .rf-contact__nap .rf-nap__value {
	font-family: var(--rf-font-display);
	font-size: 0.95rem;
	font-weight: 700;
	font-style: normal;
	letter-spacing: -0.015em;
	text-transform: none;
	color: #fff;
	line-height: 1.35;
}
.rf-intake__nap .rf-nap__value a,
.rf-section--contact .rf-contact__nap .rf-nap__value a {
	color: #fff;
	text-decoration: none;
}
.rf-intake__nap .rf-nap__value a:hover,
.rf-section--contact .rf-contact__nap .rf-nap__value a:hover {
	color: var(--rf-gold);
}

.rf-intake__panel,
.rf-section--contact .rf-contact__panel {
	background: #fff;
	color: #101010;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 4px;
	border-top: 3px solid var(--rf-gold);
	box-shadow: 0 22px 48px rgba(0, 0, 0, 0.28);
	padding: clamp(1.5rem, 3vw, 2rem) clamp(1.35rem, 2.8vw, 1.85rem);
	position: sticky;
	top: calc(var(--rf-header-h, 72px) + 16px);
}
.rf-intake__panel-head,
.rf-section--contact .rf-contact__panel-head {
	margin-bottom: 1.25rem;
	padding-bottom: 1.1rem;
	border-bottom: 1px solid rgba(16, 16, 16, 0.1);
}
.rf-intake__panel-eyebrow,
.rf-section--contact .rf-contact__panel-eyebrow {
	display: inline-block;
	margin-bottom: 0.5rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--rf-gold-deep);
}
.rf-intake__panel-title,
.rf-section--contact .rf-contact__panel-title {
	margin: 0 0 0.45rem;
	font-family: var(--rf-font-display);
	font-size: clamp(1.25rem, 2.2vw, 1.5rem);
	font-weight: 800;
	font-style: normal;
	letter-spacing: -0.03em;
	text-transform: none;
	line-height: 1.15;
	color: #101010;
}
.rf-intake__panel-sub,
.rf-section--contact .rf-contact__panel-sub {
	margin: 0;
	font-size: 0.9rem;
	color: #555;
}
.rf-section--contact .rf-field label {
	font-family: var(--rf-font-display);
	font-size: 0.8rem;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.02em;
	text-transform: none;
	color: #101010;
}
.rf-section--contact .rf-field .rf-req {
	color: var(--rf-gold-deep);
}
.rf-section--contact .rf-field input,
.rf-section--contact .rf-field select,
.rf-section--contact .rf-field textarea {
	border-radius: 4px;
	border-color: rgba(16, 16, 16, 0.14);
	background: #f8f7f4;
	box-shadow: none;
	color: #101010;
}
.rf-section--contact .rf-field input:focus,
.rf-section--contact .rf-field select:focus,
.rf-section--contact .rf-field textarea:focus {
	border-color: var(--rf-gold);
	outline: none;
	box-shadow: 0 0 0 2px rgba(242, 181, 18, 0.25);
}
.rf-section--contact .rf-btn--primary {
	border-radius: 4px;
	background: var(--rf-gold);
	border-color: var(--rf-gold);
	color: #111;
}
.rf-section--contact .rf-btn--primary:hover {
	background: #111;
	border-color: #111;
	color: #fff;
}

@media (max-width: 960px) {
	.rf-intake {
		grid-template-columns: 1fr;
	}
	.rf-intake__panel,
	.rf-section--contact .rf-contact__panel {
		position: static;
	}
}

/* =========================================================================
   35. Booking modal + cookie consent
   ========================================================================= */
.rf-modal {
	position: fixed;
	inset: 0;
	z-index: 240;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	pointer-events: none;
}
.rf-modal.is-open,
.rf-modal.is-closing {
	display: flex;
}
.rf-modal.is-open {
	pointer-events: auto;
}
.rf-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(18, 24, 32, 0.55);
	backdrop-filter: blur(3px);
	opacity: 0;
	transition: opacity 0.22s ease;
}
.rf-modal.is-open .rf-modal__overlay {
	opacity: 1;
}
.rf-modal__panel {
	position: relative;
	z-index: 1;
	width: min(560px, 100%);
	max-height: min(92vh, 860px);
	overflow-x: hidden;
	overflow-y: auto;
	background: #fff;
	border-radius: calc(var(--rf-radius-lg) + 4px);
	box-shadow: 0 24px 64px rgba(15, 22, 30, 0.28);
	padding: clamp(1.35rem, 3vw, 2rem);
	transform: translateY(14px) scale(0.98);
	transition: transform 0.24s ease;
}
.rf-modal.is-open .rf-modal__panel { transform: none; }
.rf-modal__close {
	position: absolute;
	top: 0.85rem;
	right: 0.85rem;
	width: 40px;
	height: 40px;
	display: grid;
	place-items: center;
	border: 1px solid var(--rf-line);
	border-radius: 50%;
	background: #fff;
	color: var(--rf-charcoal);
	cursor: pointer;
	transition: background 0.16s ease, color 0.16s ease, border-color 0.16s ease;
}
.rf-modal__close:hover {
	background: var(--rf-primary);
	border-color: var(--rf-primary);
	color: #fff;
}
.rf-modal__close .rf-icon { width: 18px; height: 18px; }
.rf-modal__head { padding-right: 2.5rem; margin-bottom: 1.25rem; }
.rf-modal__title {
	margin: 0.55rem 0 0.55rem;
	font-size: clamp(1.45rem, 3vw, 1.85rem);
	letter-spacing: -0.02em;
}
.rf-modal__lead {
	margin: 0;
	color: var(--rf-muted);
	font-size: 0.98rem;
	line-height: 1.55;
}
.rf-modal__phone {
	margin: 0.85rem 0 0;
	font-size: 0.92rem;
	color: var(--rf-muted);
}
.rf-modal__phone a {
	color: var(--rf-primary);
	font-weight: 700;
	margin-left: 0.25rem;
}
.rf-modal__body .rf-form__note { margin-bottom: 0; }

.rf-booking-iframe-wrap {
	width: 100%;
	min-width: 0;
}
.rf-booking-iframe {
	display: block;
	width: 100%;
	min-height: 600px;
	height: min(78vh, 820px);
	border: 0;
	border-radius: 4px;
	background: #f7f7f7;
}
.rf-modal--iframe .rf-modal__panel {
	width: min(720px, 100%);
	max-height: min(96vh, 960px);
	padding: clamp(1.1rem, 2.5vw, 1.5rem);
}
.rf-modal--iframe .rf-modal__head {
	margin-bottom: 0.85rem;
}
.rf-modal--iframe .rf-booking-iframe {
	min-height: 560px;
	height: min(72vh, 760px);
}

/* Cookie banner — compact card; desktop top-right, not a footer overlay */
.rf-cookie[hidden] {
	display: none !important;
}
.rf-cookie {
	position: fixed;
	inset-inline-start: auto;
	inset-inline-end: max(1.25rem, env(safe-area-inset-right, 0px));
	top: calc(var(--rf-header-h) + 3.75rem);
	bottom: auto;
	z-index: 95;
	box-sizing: border-box;
	width: min(26.75rem, calc(100% - 2.5rem));
	max-width: calc(100% - 2.5rem);
	max-height: min(70vh, 22rem);
	overflow: visible;
	opacity: 0;
	transform: translateY(-10px);
	transition: opacity 0.25s ease, transform 0.25s ease;
	pointer-events: none;
}
.rf-cookie.is-visible {
	opacity: 1;
	transform: none;
	pointer-events: auto;
}
.rf-cookie__inner {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	gap: 1rem;
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	max-height: min(70vh, 22rem);
	margin: 0;
	overflow: visible;
	padding: 1.15rem 1.2rem 1.2rem;
	background: #fff;
	border: 1px solid rgba(16, 16, 16, 0.08);
	border-top: 3px solid var(--rf-gold);
	border-radius: var(--rf-radius);
	box-shadow: 0 18px 44px rgba(16, 16, 16, 0.14);
}
.rf-cookie__head {
	display: flex;
	align-items: flex-start;
	gap: 0.8rem;
	min-width: 0;
}
.rf-cookie__mark {
	flex: none;
	display: grid;
	place-items: center;
	width: 2.35rem;
	height: 2.35rem;
	background: var(--rf-gold-soft);
	border: 1px solid var(--rf-accent-tint);
	color: var(--rf-gold-deep);
}
.rf-cookie__mark .rf-icon {
	width: 1.15rem;
	height: 1.15rem;
}
.rf-cookie__copy { flex: 1 1 auto; min-width: 0; }
.rf-cookie__title {
	display: block;
	margin: 0 0 0.28rem;
	font-family: var(--rf-font-display);
	font-size: 1.02rem;
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.15;
	color: var(--rf-charcoal);
}
.rf-cookie__text {
	margin: 0;
	color: var(--rf-muted);
	font-size: 0.86rem;
	line-height: 1.5;
	overflow-wrap: anywhere;
}
.rf-cookie__text a {
	color: var(--rf-gold-deep);
	font-weight: 700;
	text-underline-offset: 0.12em;
}
.rf-cookie__text a:hover { color: #111; }
.rf-cookie__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	flex: 0 0 auto;
	width: 100%;
}
.rf-cookie__btn {
	flex: 1 1 auto;
	min-width: 0;
	min-height: 2.7rem;
	padding: 0.7rem 0.85rem;
	border-radius: 4px;
	font-family: var(--rf-font-display);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	pointer-events: auto;
	transform: none;
	box-shadow: none;
}
.rf-cookie__btn:hover,
.rf-cookie__btn:active {
	transform: none;
	box-shadow: none;
}
.rf-cookie__btn.rf-btn--primary {
	background: var(--rf-gold);
	border: 1px solid var(--rf-gold);
	color: #111;
}
.rf-cookie__btn.rf-btn--primary:hover {
	background: #111;
	border-color: #111;
	color: #fff;
}
.rf-cookie__btn.rf-btn--secondary {
	background: #fff;
	border: 1px solid rgba(16, 16, 16, 0.22);
	color: #101010;
}
.rf-cookie__btn.rf-btn--secondary:hover {
	background: #111;
	border-color: #111;
	color: #fff;
}

@media (max-width: 640px) {
	.rf-modal { padding: 0.65rem; align-items: flex-end; }
	.rf-modal__panel {
		width: 100%;
		max-height: min(86vh, 920px);
		border-radius: var(--rf-radius-lg) var(--rf-radius-lg) 0 0;
		padding: 1.25rem 1rem 1.35rem;
	}
	.rf-modal--iframe .rf-modal__panel {
		max-height: min(94vh, 980px);
		padding: 1rem 0.75rem 0.85rem;
	}
	.rf-modal--iframe .rf-booking-iframe {
		min-height: 480px;
		height: min(68vh, 700px);
	}
	.rf-booking-iframe {
		min-height: 520px;
		height: min(70vh, 720px);
	}
	body.rf-has-sticky .rf-modal {
		padding-bottom: calc(5.1rem + env(safe-area-inset-bottom, 0px));
	}
}

/* Tablet only: bottom-right card so it does not cover the homepage headline */
@media (min-width: 641px) and (max-width: 900px) {
	.rf-cookie {
		left: auto;
		right: max(0.85rem, env(safe-area-inset-right, 0px));
		inset-inline-start: auto;
		inset-inline-end: max(0.85rem, env(safe-area-inset-right, 0px));
		top: auto;
		bottom: max(1.15rem, env(safe-area-inset-bottom, 0px));
		width: min(24.5rem, calc(100% - 1.7rem));
		max-width: calc(100% - 1.7rem);
		max-height: min(42vh, 18rem);
		transform: translateY(10px);
	}
	body.rf-cookie-open {
		padding-bottom: 13.5rem;
	}
	.rf-cookie__inner {
		padding: 0.9rem 1rem;
		max-height: min(42vh, 18rem);
	}
}

/* Mobile: inset card above the sticky Call / Book bar */
@media (max-width: 640px) {
	html body.rf-theme .rf-cookie {
		left: max(0.75rem, env(safe-area-inset-left, 0px));
		right: auto;
		inset-inline-start: max(0.75rem, env(safe-area-inset-left, 0px));
		inset-inline-end: auto;
		top: auto;
		bottom: calc(6.25rem + env(safe-area-inset-bottom, 0px));
		width: min(22.5rem, calc(100% - 24px));
		max-width: min(22.5rem, calc(100% - 24px));
		min-width: 0;
		max-height: min(34vh, 13.5rem);
		transform: translateY(10px);
	}
	body.rf-has-sticky .rf-cookie {
		bottom: calc(6.25rem + env(safe-area-inset-bottom, 0px));
	}
	body.rf-has-sticky.rf-cookie-open {
		padding-bottom: calc(76px + 11rem + env(safe-area-inset-bottom, 0px));
	}
	.rf-cookie__inner {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		padding: 0.8rem 0.8rem 0.85rem;
		gap: 0.7rem;
		max-height: min(38vh, 16rem);
		overflow: visible;
	}
	.rf-cookie__head { gap: 0.65rem; }
	.rf-cookie__mark {
		width: 2.05rem;
		height: 2.05rem;
	}
	.rf-cookie__copy { min-width: 0; }
	.rf-cookie__title { font-size: 0.92rem; margin-bottom: 0.12rem; }
	.rf-cookie__text {
		font-size: 0.76rem;
		line-height: 1.4;
	}
	.rf-cookie__actions {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 0.4rem;
	}
	.rf-cookie__btn {
		flex: 1 1 0;
		width: auto;
		max-width: 100%;
		min-width: 0;
		box-sizing: border-box;
		justify-content: center;
		white-space: nowrap;
		padding: 0.58rem 0.4rem;
		font-size: 0.66rem;
		letter-spacing: 0.03em;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rf-modal,
	.rf-modal__panel,
	.rf-cookie { transition: none; }
}

/* =========================================================================
   36. Error-code single: TOC + content grid
   ========================================================================= */
.rf-similar__head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 0.75rem 1.25rem;
	margin-bottom: 0.25rem;
}
.rf-similar__head .rf-heading { margin-bottom: 0; }
.rf-posts--similar {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
}
.rf-similar__foot {
	margin: 1.5rem 0 0;
	text-align: center;
}

@media (max-width: 900px) {
	.rf-posts--similar { grid-template-columns: 1fr; }
}
.rf-ec-page__grid {
	display: grid;
	grid-template-columns: minmax(200px, 240px) minmax(0, 1fr);
	gap: clamp(1.75rem, 4vw, 3.25rem);
	align-items: start;
}
.rf-ec-page__main {
	min-width: 0;
	display: grid;
	gap: clamp(1.75rem, 3vw, 2.5rem);
}
.rf-ec-page__main .rf-prose { max-width: none; }
.rf-ec-block {
	scroll-margin-top: calc(var(--rf-header-h) + 1rem);
}
.rf-ec-block .rf-heading { margin-bottom: 1.1rem; }
.rf-ec-block .rf-factgrid,
.rf-ec-block .rf-ec-quick,
.rf-ec-block .rf-ec-disclaimer,
.rf-ec-block .rf-ec-single-status { margin-top: 1rem; }

.rf-ec-block--overview .rf-byline {
	margin-bottom: 1.5rem;
	padding-bottom: 1.15rem;
	border-bottom: 1px solid rgba(16, 16, 16, 0.08);
}
.rf-ec-block .rf-ssvc-intro {
	max-width: 36rem;
	margin-bottom: 1.35rem;
}
.rf-ec-block .rf-ssvc-intro__title {
	font-size: clamp(1.65rem, 3vw, 2.25rem);
}
.rf-ec-overview-panel {
	margin-top: 0.15rem;
	background: rgba(255, 255, 255, 0.78);
}
.rf-ec-overview-panel .rf-appliances__watermark {
	font-size: clamp(4.5rem, 12vw, 8rem);
	right: 0.05em;
	top: -0.08em;
}
.rf-ec-overview-facts {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(11.5rem, 1fr));
	gap: 0;
	border-bottom: 1px solid rgba(16, 16, 16, 0.08);
}
.rf-ec-overview-fact {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 0.35rem;
	min-width: 0;
	padding: 1.2rem 1.15rem 1.1rem;
	border-right: 1px solid rgba(16, 16, 16, 0.08);
	background: transparent;
}
.rf-ec-overview-fact:last-child { border-right: 0; }
.rf-ec-overview-fact__label {
	font-family: var(--rf-font-display);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #6b6b6b;
}
.rf-ec-overview-fact__value {
	font-family: var(--rf-font-display);
	font-size: clamp(1.2rem, 2vw, 1.55rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.15;
	color: #101010;
	overflow-wrap: anywhere;
}
.rf-ec-overview-fact__value--ok { color: #101010; }
.rf-ec-overview-fact__value--info { color: #101010; }
.rf-ec-overview-fact__value--warn { color: var(--rf-gold-deep); }
.rf-ec-overview-fact__note {
	font-size: 0.82rem;
	line-height: 1.45;
	color: #6b6b6b;
}
.rf-ec-overview-quick {
	position: relative;
	z-index: 1;
	padding: 1.25rem 1.25rem 1.15rem;
	border-bottom: 1px solid rgba(16, 16, 16, 0.08);
	border-top: 3px solid var(--rf-gold);
	background: color-mix(in srgb, var(--rf-gold) 8%, #fff);
}
.rf-ec-overview-quick__label {
	display: block;
	margin: 0 0 0.4rem;
	font-family: var(--rf-font-display);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--rf-gold-deep);
}
.rf-ec-overview-quick__text {
	margin: 0;
	max-width: 46em;
	font-size: 1.05rem;
	line-height: 1.55;
	color: #101010;
}
.rf-ec-overview-note {
	position: relative;
	z-index: 1;
	display: flex;
	gap: 0.75rem;
	align-items: flex-start;
	padding: 1.05rem 1.2rem 1.15rem;
	background: rgba(248, 247, 244, 0.9);
}
.rf-ec-overview-note .rf-icon {
	flex: none;
	width: 1.2rem;
	height: 1.2rem;
	margin-top: 0.15rem;
	color: var(--rf-gold-deep);
}
.rf-ec-overview-note p {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.55;
	color: #4a4a4a;
}

@media (max-width: 720px) {
	.rf-ec-overview-facts {
		grid-template-columns: 1fr;
	}
	.rf-ec-overview-fact {
		border-right: 0;
		border-bottom: 1px solid rgba(16, 16, 16, 0.08);
	}
	.rf-ec-overview-fact:last-child { border-bottom: 0; }
}

.rf-ec-section-panel {
	margin-top: 0.15rem;
	background: rgba(255, 255, 255, 0.78);
}
.rf-ec-section-panel .rf-appliances__watermark {
	font-size: clamp(4.5rem, 12vw, 8rem);
	right: 0.05em;
	top: -0.08em;
}
.rf-ec-section-body {
	position: relative;
	z-index: 1;
	padding: 1.25rem 1.3rem 1.2rem;
}
.rf-ec-section-body--flush { padding: 0.35rem 0.15rem 0.35rem; }
.rf-ec-section-body p {
	margin: 0;
	color: #4a4a4a;
	font-size: 1.02rem;
	line-height: 1.65;
}
.rf-ec-section-body p + p { margin-top: 0.85rem; }
.rf-ec-section-panel--alert {
	border-top: 3px solid var(--rf-gold);
}
.rf-ec-section-body--alert {
	display: flex;
	gap: 0.85rem;
	align-items: flex-start;
	background: color-mix(in srgb, var(--rf-gold) 10%, #fff);
}
.rf-ec-section-body--alert .rf-icon {
	flex: none;
	width: 1.35rem;
	height: 1.35rem;
	margin-top: 0.15rem;
	color: var(--rf-gold-deep);
}
.rf-ec-section-body__kicker {
	margin: 0 0 0.35rem !important;
	font-family: var(--rf-font-display);
	font-size: 0.72rem !important;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--rf-gold-deep) !important;
}
.rf-ec-mosaic-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	background: transparent;
}
.rf-ec-mosaic-grid .rf-appliance {
	height: 100%;
	min-height: 0;
	border-radius: 0;
	border: 0;
	border-top: 1px solid rgba(16, 16, 16, 0.08);
	border-right: 1px solid rgba(16, 16, 16, 0.08);
	background: transparent;
	transform: none;
	box-shadow: none;
}
.rf-ec-mosaic-grid .rf-appliance:hover {
	background: color-mix(in srgb, var(--rf-gold) 8%, #fff);
	box-shadow: none;
	transform: none;
}
.rf-ec-mosaic-grid .rf-appliance__text:empty { display: none; }
.rf-ec-mosaic-grid + .rf-ec-mosaic-grid,
.rf-ec-mosaic-grid + .rf-ec-more-codes {
	border-top: 1px solid rgba(16, 16, 16, 0.08);
}

.rf-ec-cta-panel__body p { margin-bottom: 1.1rem; color: #101010; }
.rf-ec-cta-panel__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}
.rf-ec-page .rf-btn--primary {
	background: var(--rf-gold);
	border-color: var(--rf-gold);
	color: #101010;
	box-shadow: none;
	border-radius: 0;
}
.rf-ec-page .rf-btn--primary:hover {
	background: var(--rf-gold-deep);
	border-color: var(--rf-gold-deep);
	color: #fff;
}
.rf-ec-page .rf-btn--ghost {
	border-radius: 0;
	border: 1px solid rgba(16, 16, 16, 0.14);
	background: #fff;
	color: #101010;
}
.rf-ec-page .rf-btn--ghost:hover {
	border-color: var(--rf-gold-deep);
	background: color-mix(in srgb, var(--rf-gold) 12%, #fff);
	color: #101010;
}

.rf-ec-more-codes {
	position: relative;
	z-index: 1;
	padding: 1.15rem 1.2rem 1.25rem;
}
.rf-ec-more-codes__label {
	margin: 0 0 0.75rem;
	font-family: var(--rf-font-display);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #6b6b6b;
}
.rf-ec-more-codes__list { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.rf-ec-more-codes__item {
	display: inline-flex;
	align-items: center;
	min-height: 2.25rem;
	padding: 0.35rem 0.85rem;
	border: 1px solid rgba(16, 16, 16, 0.12);
	background: #fff;
	color: #101010;
	font-family: var(--rf-font-display);
	font-weight: 800;
	text-decoration: none;
}
.rf-ec-more-codes__item:hover {
	border-color: var(--rf-gold-deep);
	background: color-mix(in srgb, var(--rf-gold) 14%, #fff);
}

.rf-ec-faq-panel .rf-faq { margin: 0; }
.rf-ec-faq-panel .rf-faq__item {
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid rgba(16, 16, 16, 0.08);
	background: transparent;
	box-shadow: none;
}
.rf-ec-faq-panel .rf-faq__item:last-child { border-bottom: 0; }
.rf-ec-faq-panel .rf-faq__trigger:hover .rf-faq__label { color: var(--rf-gold-deep); }

.rf-ec-sources {
	position: relative;
	z-index: 1;
	list-style: none;
	margin: 0;
	padding: 0.35rem 0;
}
.rf-ec-sources li {
	display: flex;
	gap: 0.7rem;
	align-items: flex-start;
	padding: 0.9rem 1.2rem;
	border-bottom: 1px solid rgba(16, 16, 16, 0.08);
	color: #4a4a4a;
}
.rf-ec-sources li:last-child { border-bottom: 0; }
.rf-ec-sources .rf-icon {
	flex: none;
	width: 1.1rem;
	height: 1.1rem;
	margin-top: 0.15rem;
	color: var(--rf-gold-deep);
}
.rf-ec-sources a { color: #101010; text-decoration: none; }
.rf-ec-sources a:hover { color: var(--rf-gold-deep); }

@media (max-width: 640px) {
	.rf-ec-mosaic-grid { grid-template-columns: 1fr; }
	.rf-ec-mosaic-grid .rf-appliance { border-right: 0; }
}

.rf-ec-related-grid { margin-bottom: 1.5rem; }
.rf-ec-block--cta { margin-block: 0.25rem; }

/* Sticky table of contents */
.rf-toc {
	position: sticky;
	top: calc(var(--rf-header-h) + 1rem);
	padding: 1.15rem 1.2rem;
	background: #fff;
	border: 1px solid var(--rf-line);
	border-radius: var(--rf-radius-lg);
	box-shadow: var(--rf-shadow-xs);
}
.rf-ec-page .rf-toc {
	border: 1px solid rgba(16, 16, 16, 0.08);
	border-radius: 4px;
	box-shadow: none;
	background: #fff;
}
.rf-ec-page .rf-toc__title {
	font-family: var(--rf-font-display);
	letter-spacing: 0.08em;
	color: #6b6b6b;
}
.rf-ec-page .rf-toc__link {
	border-radius: 0;
	color: #4a4a4a;
}
.rf-ec-page .rf-toc__link:hover {
	color: #101010;
	background: color-mix(in srgb, var(--rf-gold) 12%, #fff);
}
.rf-ec-page .rf-toc__link.is-active {
	color: #101010;
	background: color-mix(in srgb, var(--rf-gold) 16%, #fff);
	border-left-color: var(--rf-gold);
}
.rf-toc__title {
	margin: 0 0 0.85rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--rf-muted);
}
.rf-toc__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.15rem;
}
.rf-toc__link {
	display: block;
	padding: 0.45rem 0.6rem;
	border-radius: var(--rf-radius-sm);
	color: var(--rf-ink-2);
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.3;
	text-decoration: none;
	border-left: 2px solid transparent;
}
.rf-toc__link:hover { color: var(--rf-primary); background: var(--rf-primary-soft); }
.rf-toc__link.is-active {
	color: var(--rf-primary);
	background: var(--rf-primary-soft);
	border-left-color: var(--rf-primary);
}
.rf-toc__cta {
	display: grid;
	gap: 0.55rem;
	margin-top: 1.15rem;
	padding-top: 1.1rem;
	border-top: 1px solid var(--rf-line);
}

@media (max-width: 900px) {
	.rf-ec-page__grid { grid-template-columns: 1fr; gap: 1.5rem; }
	.rf-toc {
		position: static;
		padding: 1rem;
	}
	.rf-toc__list {
		display: flex;
		flex-wrap: wrap;
		gap: 0.4rem;
	}
	.rf-toc__link {
		border-left: 0;
		border: 1px solid var(--rf-line);
		border-radius: 999px;
		padding: 0.4rem 0.8rem;
		font-size: 0.85rem;
	}
	.rf-toc__link.is-active {
		border-color: var(--rf-gold);
		background: var(--rf-gold);
		color: #101010;
	}
	.rf-toc__cta {
		grid-template-columns: 1fr 1fr;
		align-items: stretch;
	}
}
@media (max-width: 560px) {
	.rf-toc__cta { grid-template-columns: 1fr; }
	.rf-ec-page__main .rf-checklist--cols-2 { grid-template-columns: 1fr; }
}

/* =========================================================================
   About page — Whirlpool soft-wash + mosaic
   ========================================================================= */
.rf-about-page .rf-btn--primary {
	background: var(--rf-gold);
	border-color: var(--rf-gold);
	color: #111;
	border-radius: 4px;
	box-shadow: none;
}
.rf-about-page .rf-btn--primary:hover {
	background: #111;
	border-color: #111;
	color: #fff;
}
.rf-about-page .rf-btn--secondary,
.rf-about-page .rf-btn--ghost {
	background: transparent;
	border: 1px solid rgba(16, 16, 16, 0.22);
	color: #101010;
	border-radius: 4px;
	box-shadow: none;
}
.rf-about-page .rf-btn--secondary:hover,
.rf-about-page .rf-btn--ghost:hover {
	background: #111;
	border-color: #111;
	color: #fff;
}
.rf-about-page .rf-appliance__text:empty {
	display: none;
}
.rf-about-who {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: clamp(1.75rem, 4vw, 3.25rem);
	align-items: center;
}
.rf-about-who__copy {
	display: flex;
	flex-direction: column;
	min-width: 0;
}
.rf-about-who__copy .rf-ssvc-intro {
	margin-bottom: 1.15rem;
}
.rf-about-who__prose {
	max-width: 38em;
}
.rf-about-who__prose p {
	margin: 0 0 0.9rem;
	color: #4a4a4a;
	font-size: 1.05rem;
	line-height: 1.65;
}
.rf-about-who__prose p:last-child {
	margin-bottom: 0;
}
.rf-about-who__actions {
	padding: 0;
	margin-top: 1.5rem;
}
.rf-about-who__photo {
	margin: 0;
	min-width: 0;
	overflow: hidden;
	border-radius: 4px;
	background: #f3f2ee;
}
.rf-about-who__photo img {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

@media (max-width: 900px) {
	.rf-about-who {
		grid-template-columns: 1fr;
	}
	.rf-about-who__photo {
		order: -1;
		max-width: 36rem;
	}
}

/* Author profile — soft-wash (matches About) */
.rf-hero--ssvc.rf-hero--author .rf-ssvc-hero__backdrop {
	background-position: center 38%;
}
.rf-author-page .rf-appliance__text:empty {
	display: none;
}
.rf-author-page .rf-btn--primary {
	background: var(--rf-gold);
	border-color: var(--rf-gold);
	color: #111;
	border-radius: 4px;
	box-shadow: none;
}
.rf-author-page .rf-btn--primary:hover {
	background: #111;
	border-color: #111;
	color: #fff;
}
.rf-author-page .rf-btn--secondary,
.rf-author-page .rf-btn--ghost {
	background: transparent;
	border: 1px solid rgba(16, 16, 16, 0.22);
	color: #101010;
	border-radius: 4px;
	box-shadow: none;
}
.rf-author-page .rf-btn--secondary:hover,
.rf-author-page .rf-btn--ghost:hover {
	background: #111;
	border-color: #111;
	color: #fff;
}
.rf-author-who {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: clamp(1.75rem, 4vw, 3.25rem);
	align-items: center;
}
.rf-author-who__copy {
	display: flex;
	flex-direction: column;
	min-width: 0;
}
.rf-author-who__copy .rf-ssvc-intro {
	margin-bottom: 1rem;
}
.rf-author-who__meta {
	list-style: none;
	margin: 0 0 1.15rem;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem 1.15rem;
}
.rf-author-who__meta li {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	font-size: 0.92rem;
	font-weight: 600;
	color: #4a4a4a;
}
.rf-author-who__meta .rf-icon {
	width: 1.05em;
	height: 1.05em;
	color: var(--rf-gold-deep);
}
.rf-author-who__prose {
	max-width: 38em;
}
.rf-author-who__prose p {
	margin: 0 0 0.9rem;
	color: #4a4a4a;
	font-size: 1.05rem;
	line-height: 1.65;
}
.rf-author-who__prose p:last-child {
	margin-bottom: 0;
}
.rf-author-who__actions {
	padding: 0;
	margin-top: 1.5rem;
}
.rf-author-who__photo {
	margin: 0;
	min-width: 0;
	overflow: hidden;
	border-radius: 4px;
	background: #f3f2ee;
	border: 1px solid rgba(16, 16, 16, 0.08);
}
.rf-author-who__photo img,
.rf-author-who__img {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: center top;
}
.rf-author-page .rf-ec-section-body {
	padding: clamp(1.35rem, 3vw, 2rem);
}
.rf-author-page .rf-ec-section-body .rf-prose p {
	color: #4a4a4a;
	font-size: 1.05rem;
	line-height: 1.65;
}

@media (max-width: 900px) {
	.rf-author-who {
		grid-template-columns: 1fr;
	}
	.rf-author-who__photo {
		order: -1;
		max-width: 22rem;
	}
}

.rf-about-start-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.rf-about-start-grid + .rf-ec-cta-panel__body {
	border-top: 1px solid rgba(16, 16, 16, 0.08);
}

@media (max-width: 900px) {
	.rf-about-start-grid {
		grid-template-columns: 1fr;
	}
}

/* =========================================================================
   Policy / trust pages — banner + mosaic, no photographs
   ========================================================================= */
.rf-policy-banner,
.rf-privacy-banner {
	padding-block: clamp(1.5rem, 3.5vw, 2.5rem) clamp(0.5rem, 2vw, 1rem);
}
.rf-policy-banner .rf-breadcrumbs,
.rf-privacy-banner .rf-breadcrumbs {
	margin-bottom: 1.1rem;
}
.rf-policy-banner .rf-cta-banner,
.rf-privacy-banner .rf-cta-banner {
	text-align: center;
}

.rf-policy-page .rf-btn--primary,
.rf-privacy-page .rf-btn--primary {
	background: var(--rf-gold);
	border-color: var(--rf-gold);
	color: #111;
	border-radius: 4px;
}
.rf-policy-page .rf-btn--primary:hover,
.rf-privacy-page .rf-btn--primary:hover {
	background: #111;
	border-color: #111;
	color: #fff;
}
.rf-policy-page .rf-btn--ghost,
.rf-privacy-page .rf-btn--ghost {
	border-radius: 4px;
	border: 1px solid rgba(16, 16, 16, 0.14);
	background: #fff;
	color: #101010;
}
.rf-policy-page .rf-btn--ghost:hover,
.rf-privacy-page .rf-btn--ghost:hover {
	border-color: var(--rf-gold-deep);
	background: color-mix(in srgb, var(--rf-gold) 12%, #fff);
	color: #101010;
}
.rf-policy-topics-grid .rf-appliance,
.rf-privacy-topics-grid .rf-appliance {
	min-height: 13.5rem;
}
.rf-policy-topics-grid .rf-appliance__text,
.rf-privacy-topics-grid .rf-appliance__text {
	display: block;
	-webkit-line-clamp: unset;
	line-clamp: unset;
	overflow: visible;
}
.rf-policy-topics-grid .rf-appliances-grid__item:last-child:nth-child(odd),
.rf-privacy-topics-grid .rf-appliances-grid__item:last-child:nth-child(odd) {
	grid-column: 1 / -1;
}
.rf-policy-prose {
	position: relative;
	z-index: 1;
}
.rf-policy-prose h2 {
	margin: 1.35rem 0 0.55rem;
	font-family: var(--rf-font-display);
	font-size: 1.15rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: #101010;
}
.rf-policy-prose h2:first-child { margin-top: 0; }
.rf-policy-prose p { margin: 0 0 0.85rem; color: #4a4a4a; }

@media (max-width: 640px) {
	.rf-policy-topics-grid .rf-appliance,
	.rf-privacy-topics-grid .rf-appliance { min-height: 0; }
	.rf-policy-topics-grid .rf-appliances-grid__item:last-child:nth-child(odd),
	.rf-privacy-topics-grid .rf-appliances-grid__item:last-child:nth-child(odd) {
		grid-column: auto;
	}
}

/* =========================================================================
   Location single (themed sections + numbered tiles)
   ========================================================================= */
.rf-section--loc.rf-section--alt {
	background: #f5f6f7;
}
.rf-loc-section__heading {
	max-width: 40rem;
	margin: 0 auto clamp(2rem, 4vw, 2.75rem);
	text-align: center;
}
.rf-loc-section__heading .rf-heading__eyebrow {
	display: inline-flex;
	background: #111;
	border-color: #111;
	color: #fff;
	font-style: normal;
	letter-spacing: 0.1em;
}
.rf-loc-section__heading .rf-heading__eyebrow::before {
	display: none;
}
.rf-loc-section__heading .rf-heading__title {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.06em;
	width: 100%;
	margin: 0.85rem 0 0;
	text-align: center;
	font-family: var(--rf-font-display);
	font-size: clamp(1.55rem, 3.2vw, 2.15rem);
	font-weight: 700;
	font-style: italic;
	line-height: 1.15;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #111;
}
.rf-loc-section__heading .rf-heading__title-line {
	display: block;
}
.rf-loc-section__heading .rf-heading__text {
	margin: 0.85rem auto 0;
	max-width: 36em;
	color: #6b7280;
	font-size: 1.02rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.55;
}
.rf-loc-section__rule {
	display: block;
	width: 120px;
	height: 3px;
	margin: 1rem auto 0;
	border-radius: 2px;
	background: linear-gradient(90deg, #111 0%, #111 40%, rgba(17, 17, 17, 0) 100%);
}
.rf-loc-section__heading:not(.rf-heading--center) {
	max-width: 34rem;
	margin: 0 0 clamp(1.25rem, 3vw, 1.75rem);
	text-align: left;
}
.rf-loc-section__heading:not(.rf-heading--center) .rf-heading__title {
	align-items: flex-start;
	text-align: left;
}
.rf-loc-section__heading:not(.rf-heading--center) .rf-heading__text {
	margin-left: 0;
	margin-right: 0;
}
.rf-loc-section__heading:not(.rf-heading--center) .rf-loc-section__rule {
	width: 140px;
	margin: 1rem 0 0;
}
.rf-section--loc .rf-pcard {
	background: #fff;
	border-color: #e8ebef;
}
.rf-section--loc .rf-pcard:hover {
	background: #111;
	border-color: #111;
}
.rf-section--loc .rf-pcard__ico {
	background: #f5f6f7;
}
.rf-section--loc .rf-pcard:hover .rf-pcard__ico {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.28);
	color: #fff;
}
.rf-section--loc .rf-pcard:hover .rf-pcard__ico .rf-icon {
	color: #fff;
}
.rf-section--loc .rf-pcard.rf-area-card:hover .rf-pcard__ico {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.28);
	color: #fff;
}
.rf-section--loc .rf-pcard.rf-area-card:hover .rf-pcard__ico .rf-icon,
.rf-section--loc .rf-pcard.rf-area-card:hover .rf-area-card__link .rf-icon {
	color: #fff;
}
.rf-section--loc .rf-pcard:hover .rf-pcard__num,
.rf-section--loc .rf-pcard:hover .rf-pcard__title,
.rf-section--loc .rf-pcard:hover .rf-pcard__text,
.rf-section--loc .rf-pcard:hover .rf-pcard__text--lead {
	color: #fff;
}
.rf-section--loc .rf-pcard:hover .rf-pcard__rule {
	background: linear-gradient(90deg, #fff 0%, #fff 40%, rgba(255, 255, 255, 0) 100%);
}
.rf-section--loc .rf-pcard__text--lead {
	margin-top: 0.15rem;
	font-size: 0.95rem;
	line-height: 1.55;
}
.rf-loc-coverage {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1rem, 2.5vw, 1.5rem);
}
.rf-loc-coverage-section .rf-pcard {
	background: #f7f8f9;
	border-color: #e8ebef;
}
.rf-loc-coverage-section .rf-pcard__ico {
	background: #fff;
}
.rf-loc-process .rf-pcard {
	background: #f7f8f9;
	border-color: #e8ebef;
}
.rf-loc-process .rf-pcard__badge {
	background: #fff;
	box-shadow: inset 0 0 0 1px #e8ebef;
	color: #111;
}
.rf-loc-process .rf-pcard__ico {
	background: #fff;
}
.rf-section--alt.rf-loc-process .rf-pcard {
	background: #fff;
	border-color: #e8ebef;
}
.rf-section--alt.rf-loc-process .rf-pcard__ico {
	background: #f5f6f7;
}
.rf-section--alt.rf-loc-process .rf-pcard:hover {
	background: #111;
	border-color: #111;
	transform: translateY(-2px);
}
.rf-section--alt.rf-loc-process .rf-pcard:hover .rf-pcard__num,
.rf-section--alt.rf-loc-process .rf-pcard:hover .rf-pcard__title,
.rf-section--alt.rf-loc-process .rf-pcard:hover .rf-pcard__text {
	color: #fff;
}
.rf-section--alt.rf-loc-process .rf-pcard:hover .rf-pcard__rule {
	background: linear-gradient(90deg, #fff 0%, #fff 40%, rgba(255, 255, 255, 0) 100%);
}
.rf-section--alt.rf-loc-process .rf-pcard:hover .rf-pcard__ico {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.28);
	color: #fff;
}
.rf-section--alt.rf-loc-process .rf-pcard:hover .rf-pcard__ico .rf-icon {
	color: #fff;
}
.rf-loc-coverage__panel {
	min-height: 0;
}
.rf-loc-checklist {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.75rem 1.25rem;
}
.rf-loc-checklist--cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.rf-loc-checklist li {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
	color: #6b7280;
	font-size: 0.92rem;
	line-height: 1.45;
}
.rf-loc-checklist .rf-icon {
	flex: none;
	width: 22px;
	height: 22px;
	margin-top: 1px;
	padding: 0;
	color: #111;
	background: #f5f6f7;
	border: 1px solid #d1d5db;
}
.rf-pcard:hover .rf-loc-checklist li,
.rf-pcard:hover .rf-loc-checklist li span,
.rf-pcard:hover .rf-loc-checklist .rf-icon {
	color: rgba(255, 255, 255, 0.88);
}
.rf-section--loc .rf-pcard:hover .rf-loc-checklist li,
.rf-section--loc .rf-pcard:hover .rf-loc-checklist li span,
.rf-section--loc .rf-pcard:hover .rf-loc-checklist .rf-icon {
	color: rgba(255, 255, 255, 0.88);
}
.rf-pcard:hover .rf-loc-checklist .rf-icon {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.35);
}
.rf-loc-contact__link {
	color: inherit;
	font-weight: 600;
	text-decoration: none;
}
.rf-pcard:hover .rf-loc-contact__link {
	color: #fff;
}
.rf-loc-requests .rf-process__grid,
.rf-loc-contact__grid {
	align-items: stretch;
}
.rf-loc-requests .rf-pcard,
.rf-loc-contact .rf-pcard {
	min-height: 13.5rem;
	height: auto;
	padding: 1.4rem 1.35rem 1.3rem;
}
.rf-loc-requests .rf-pcard .rf-pcard__top,
.rf-loc-contact .rf-pcard .rf-pcard__top {
	margin-bottom: 0.9rem;
}
.rf-loc-requests .rf-pcard .rf-pcard__text,
.rf-loc-contact .rf-pcard .rf-pcard__text {
	flex: 1 1 auto;
}
.rf-svc-problems__grid {
	align-items: start;
	gap: 1.15rem;
}
.rf-loc-requests .rf-svc-problem-card,
.rf-svc-problem-card {
	min-height: 0;
	height: auto;
	padding: 1.1rem 1.15rem 1.05rem;
}
.rf-loc-requests .rf-svc-problem-card .rf-pcard__top,
.rf-svc-problem-card .rf-pcard__top {
	margin-bottom: 0.65rem;
}
.rf-svc-problem-card .rf-pcard__num {
	font-size: 1.35rem;
}
.rf-svc-problem-card .rf-pcard__ico {
	background: #f5f6f7;
	width: 38px;
	height: 38px;
}
.rf-svc-problem-card .rf-pcard__ico .rf-icon {
	width: 20px;
	height: 20px;
}
.rf-svc-problem-card .rf-pcard__text--lead {
	font-size: 0.92rem;
	line-height: 1.4;
	letter-spacing: 0.01em;
	hyphens: auto;
}
.rf-section--loc.rf-loc-requests .rf-svc-problem-card:hover .rf-pcard__ico .rf-icon {
	color: #fff;
}
.rf-loc-contact__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.rf-section--loc-booking {
	background: #fff;
	background-image: none;
}

@media (max-width: 900px) {
	.rf-loc-coverage,
	.rf-loc-contact__grid {
		grid-template-columns: 1fr 1fr;
	}
	.rf-loc-checklist--cols-2 {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 640px) {
	.rf-loc-coverage,
	.rf-loc-contact__grid {
		grid-template-columns: 1fr;
	}
}

/* Legacy location intro styles (unused on current template) */
.rf-loc-intro__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
	gap: clamp(2rem, 5vw, 3.5rem);
	align-items: center;
}
.rf-loc-intro__title {
	margin: 0.35rem 0 1rem;
	font-size: clamp(1.55rem, 2.8vw, 2.15rem);
}
.rf-loc-intro__copy p,
.rf-loc-intro__overview p {
	color: var(--rf-ink-2);
	font-size: 1.05rem;
	max-width: 38rem;
}
.rf-loc-intro__overview p:last-child { margin-bottom: 0; }
.rf-loc-photo { margin: 0; }
.rf-loc-photo img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	border-radius: var(--rf-radius-lg);
	box-shadow: var(--rf-shadow-lg);
	background: var(--rf-surface-2);
}
.rf-loc-photo--illustration img {
	object-fit: contain;
	background: #fff;
}
.rf-loc-photo__hint {
	margin: 0.75rem 0 0;
	font-size: 0.82rem;
	color: var(--rf-muted);
	text-align: center;
}

@media (max-width: 900px) {
	.rf-loc-intro__grid { grid-template-columns: 1fr; }
	.rf-loc-photo {
		order: -1;
		max-width: 420px;
		margin-inline: auto;
		width: 100%;
	}
}
@media (max-width: 640px) {
	.rf-loc-intro__grid { grid-template-columns: 1fr; }
}

/* =========================================================================
   31. Whirlpool brand — square UI surfaces
   ========================================================================= */
body.rf-theme :where(*, *::before, *::after) {
	border-radius: 0 !important;
}


/* =========================================================================
   Home front redesign (scoped to body.rf-front)
   Ported from Asko section patterns; Whirlpool tokens (--rf-gold, ink, cream).
   ========================================================================= */
/* --- ask --- */

/* Homepage FAQ — dark briefing rail + hairline accordion */

body.rf-front .rf-section--ask {
	/* uses var(--rf-gold) */
	background: #101010;
	color: #f3f2ef;
	padding-block: clamp(4rem, 8vw, 6.5rem);
}

body.rf-front .rf-ask {
	display: grid;
	grid-template-columns: minmax(16rem, 22rem) minmax(0, 1fr);
	gap: clamp(2rem, 5vw, 4.5rem);
	align-items: start;
}

body.rf-front .rf-ask__head {
	position: sticky;
	top: calc(var(--rf-header-h, 4.5rem) + 1.25rem);
}

body.rf-front .rf-ask__kicker {
	margin: 0 0 0.75rem;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--rf-gold);
}

body.rf-front .rf-ask__title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.08em;
	margin: 0 0 0.85rem;
	font-family: var(--rf-font);
	font-size: clamp(2rem, 3.5vw, 2.9rem);
	font-weight: 700;
	font-style: normal;
	line-height: 1.08;
	letter-spacing: -0.03em;
	text-transform: none;
	color: #fff;
}

body.rf-front .rf-ask__title-sub {
	color: var(--rf-gold);
	font-weight: 500;
}

body.rf-front .rf-ask__lead {
	margin: 0;
	max-width: 28em;
	font-size: 0.95rem;
	line-height: 1.55;
	color: rgba(244, 241, 235, 0.58);
}

body.rf-front .rf-ask__count {
	margin: 1.25rem 0 0;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(244, 241, 235, 0.42);
}

body.rf-front .rf-section--ask .rf-faq {
	display: block;
	max-width: none;
	margin: 0;
	gap: 0;
}

body.rf-front .rf-section--ask .rf-faq__item {
	background: transparent;
	border: 0;
	border-top: 1px solid rgba(244, 241, 235, 0.12);
	border-radius: 0;
	box-shadow: none;
	overflow: hidden;
}

body.rf-front .rf-section--ask .rf-faq__item:last-child {
	border-bottom: 1px solid rgba(244, 241, 235, 0.12);
}

body.rf-front .rf-section--ask .rf-faq__item:has(.rf-faq__trigger[aria-expanded="true"]) {
	border-color: rgba(242, 181, 18, 0.45);
}

body.rf-front .rf-section--ask .rf-faq__trigger {
	align-items: start;
	gap: 1rem;
	padding: 1.2rem 0 1.15rem;
	color: #fff;
}

body.rf-front .rf-section--ask .rf-faq__num {
	margin-top: 0.18rem;
	font-family: var(--rf-font);
	font-size: 0.68rem;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--rf-gold);
}

body.rf-front .rf-section--ask .rf-faq__label {
	font-family: var(--rf-font);
	font-size: clamp(1rem, 1.5vw, 1.12rem);
	font-weight: 700;
	font-style: normal;
	letter-spacing: -0.015em;
	text-transform: none;
	line-height: 1.35;
	color: #fff;
	transition: color 0.16s ease;
}

body.rf-front .rf-section--ask .rf-faq__trigger:hover .rf-faq__label,
body.rf-front .rf-section--ask .rf-faq__trigger:focus-visible .rf-faq__label,
body.rf-front .rf-section--ask .rf-faq__trigger[aria-expanded="true"] .rf-faq__label {
	color: var(--rf-gold);
}

body.rf-front .rf-section--ask .rf-faq__sign {
	width: 1.7rem;
	height: 1.7rem;
	margin-top: 0.05rem;
	border: 1px solid rgba(242, 181, 18, 0.55);
	background: transparent;
	color: var(--rf-gold);
	border-radius: 0;
}

body.rf-front .rf-section--ask .rf-faq__trigger[aria-expanded="true"] .rf-faq__sign {
	background: var(--rf-gold);
	border-color: var(--rf-gold);
	color: #101010;
	transform: rotate(45deg);
}

body.rf-front .rf-section--ask .rf-faq__panel-inner {
	padding: 0 0 1.35rem 2.55rem;
	color: rgba(244, 241, 235, 0.58);
	font-size: 0.92rem;
	line-height: 1.55;
}


@media (max-width: 800px) {

body.rf-front .rf-ask {
		grid-template-columns: 1fr;
		gap: 1.75rem;
	
}

body.rf-front .rf-ask__head {
		position: static;
	
}

}

@media (max-width: 640px) {

body.rf-front .rf-section--ask .rf-faq__panel-inner {
		padding-left: 0;
	
}

}


/* --- atelier --- */

body.rf-front .rf-section--expertise {
	/* uses var(--rf-gold) */
	background: #101010;
	color: #f3f2ef;
	padding-block: 0;
	overflow: hidden;
}

body.rf-front .rf-atelier {
	display: grid;
	grid-template-columns: 1fr;
	align-items: stretch;
	min-height: 0;
}

body.rf-front .rf-section--expertise-has-photo .rf-atelier {
	grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 34rem);
	max-width: min(100%, calc(var(--rf-container-wide) + (100vw - min(100vw, var(--rf-container-wide))) / 2));
	margin-right: auto;
}

body.rf-front .rf-atelier__media {
	position: relative;
	margin: 0;
	min-height: 32rem;
	background: #111;
}

body.rf-front .rf-atelier__img,
body.rf-front .rf-atelier__media img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 0;
	object-fit: cover;
	object-position: 50% 16%;
}

body.rf-front .rf-atelier__id {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	padding: 3.5rem 1.5rem 1.35rem;
	background: linear-gradient(180deg, rgba(17, 14, 12, 0) 0%, rgba(17, 14, 12, 0.78) 100%);
	color: #fff;
}

body.rf-front .rf-atelier__role {
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--rf-gold);
}

body.rf-front .rf-atelier__who,
body.rf-front .rf-atelier__who a {
	font-family: var(--rf-font);
	font-size: 1.15rem;
	font-weight: 700;
	font-style: normal;
	letter-spacing: -0.02em;
	color: #fff;
	text-decoration: none;
}

body.rf-front .rf-atelier__who a:hover,
body.rf-front .rf-atelier__who a:focus-visible {
	color: var(--rf-gold);
}


body.rf-front .rf-atelier__plate {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: clamp(2rem, 5vw, 3.25rem) clamp(1.35rem, 4vw, 2.75rem);
	background: #f3f2ef;
	color: #101010;
}

body.rf-front .rf-section--expertise-has-photo .rf-atelier__plate {
	margin: clamp(2rem, 5vw, 4rem) clamp(1.25rem, 4vw, 3rem) clamp(2rem, 5vw, 4rem) -4.5rem;
	max-width: 36rem;
	box-shadow: -24px 18px 50px rgba(0, 0, 0, 0.28);
}

body.rf-front .rf-atelier__kicker {
	margin: 0 0 0.7rem;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--rf-gold);
}

body.rf-front .rf-atelier__title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.06em;
	margin: 0 0 0.65rem;
	font-family: var(--rf-font);
	font-size: clamp(1.85rem, 3.2vw, 2.65rem);
	font-weight: 700;
	font-style: normal;
	line-height: 1.08;
	letter-spacing: -0.03em;
	text-transform: none;
	color: #101010;
}

body.rf-front .rf-atelier__title-sub {
	color: var(--rf-gold);
	font-weight: 500;
}

body.rf-front .rf-atelier__lead {
	margin: 0 0 1.5rem;
	font-size: 0.95rem;
	line-height: 1.55;
	color: #5c564f;
}


body.rf-front .rf-atelier__points {
	list-style: none;
	margin: 0;
	padding: 0 0 0 1.15rem;
	border-left: 1px solid var(--rf-gold);
}

body.rf-front .rf-atelier__point {
	position: relative;
	display: grid;
	grid-template-columns: 1.35rem 1fr;
	gap: 0.75rem;
	align-items: start;
	margin: 0;
	padding: 0.85rem 0;
}

body.rf-front .rf-atelier__point:first-child {
 padding-top: 0.15rem; 
}

body.rf-front .rf-atelier__point:last-child {
 padding-bottom: 0.15rem; 
}

body.rf-front .rf-atelier__point::before {
	content: "";
	position: absolute;
	left: -1.15rem;
	top: 1.15rem;
	width: 7px;
	height: 7px;
	background: var(--rf-gold);
	transform: translateX(-50%);
}

body.rf-front .rf-atelier__point:first-child::before {
 top: 0.55rem; 
}

body.rf-front .rf-atelier__ico {
	display: grid;
	place-items: center;
	width: 1.35rem;
	height: 1.35rem;
	margin-top: 0.12rem;
	color: #101010;
}

body.rf-front .rf-atelier__ico .rf-icon {
	width: 1.15rem;
	height: 1.15rem;
	stroke-width: 1.4;
}

body.rf-front .rf-atelier__copy {
	display: flex;
	flex-direction: column;
	gap: 0.18rem;
	min-width: 0;
}

body.rf-front .rf-atelier__copy strong {
	font-family: var(--rf-font);
	font-size: 0.98rem;
	font-weight: 700;
	font-style: normal;
	letter-spacing: -0.01em;
	line-height: 1.25;
	color: #101010;
}

body.rf-front .rf-atelier__copy span {
	font-size: 0.86rem;
	line-height: 1.5;
	color: #6a645c;
}


body.rf-front .rf-atelier__stats {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem 2.25rem;
	margin: 1.5rem 0 0;
	padding-top: 1.25rem;
	border-top: 1px solid rgba(26, 26, 26, 0.12);
}

body.rf-front .rf-atelier__stat {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	margin: 0;
}

body.rf-front .rf-atelier__stat dt {
	order: 2;
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #6a645c;
}

body.rf-front .rf-atelier__stat dd {
	order: 1;
	margin: 0;
	font-family: var(--rf-font);
	font-size: clamp(1.7rem, 2.6vw, 2.15rem);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 0.95;
	color: #101010;
}

body.rf-front .rf-atelier__stat dd sup {
	font-size: 0.45em;
	font-weight: 600;
	color: var(--rf-gold);
}


@media (max-width: 900px) {

body.rf-front .rf-section--expertise-has-photo .rf-atelier {
		grid-template-columns: 1fr;
		max-width: none;
	
}

body.rf-front .rf-atelier__media {
		min-height: 22rem;
		aspect-ratio: 4 / 5;
		max-height: 70vh;
	
}

body.rf-front .rf-section--expertise-has-photo .rf-atelier__plate {
		margin: -3.25rem 1rem 1.5rem;
		max-width: none;
		width: auto;
		box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
	
}

}


/* --- flow --- */

/* =========================================================================
/* =========================================================================
   32b. Homepage service flow (connected timeline — not pcard tiles)
   ========================================================================= */

body.rf-front .rf-section--flow {
	/* uses var(--rf-gold) */
	background: #f8f7f4;
	color: #101010;
	padding-block: clamp(4rem, 8vw, 6.5rem);
}

body.rf-front .rf-section--flow .rf-flow__head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.5rem 2.5rem;
	margin-bottom: clamp(2.25rem, 4.5vw, 3.25rem);
}

body.rf-front .rf-section--flow .rf-flow__intro {
	max-width: 36rem;
}

body.rf-front .rf-section--flow .rf-flow__kicker {
	margin: 0 0 0.75rem;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--rf-gold);
}

body.rf-front .rf-section--flow .rf-flow__title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.08em;
	margin: 0 0 0.7rem;
	font-family: var(--rf-font);
	font-size: clamp(2rem, 3.5vw, 2.9rem);
	font-weight: 700;
	font-style: normal;
	line-height: 1.08;
	letter-spacing: -0.03em;
	text-transform: none;
	color: #101010;
}

body.rf-front .rf-section--flow .rf-flow__title-sub {
	color: var(--rf-gold);
	font-weight: 500;
}

body.rf-front .rf-section--flow .rf-flow__lead {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.55;
	color: #5c564f;
}

body.rf-front .rf-section--flow .rf-flow__cta {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.85rem 1.35rem;
	border: 1px solid #101010;
	background: transparent;
	color: #101010;
	font-family: var(--rf-font);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	text-decoration: none;
	transition: background 0.16s ease, color 0.16s ease;
}

body.rf-front .rf-section--flow .rf-flow__cta:hover,
body.rf-front .rf-section--flow .rf-flow__cta:focus-visible {
	background: #101010;
	color: #fff;
}

body.rf-front .rf-section--flow .rf-flow__cta .rf-icon {
	width: 1em;
	height: 1em;
}


body.rf-front .rf-section--flow .rf-flow__track {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin: 0;
	padding: 0;
	counter-reset: none;
}

body.rf-front .rf-section--flow .rf-flow__step {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.55rem;
	margin: 0;
	padding: 0 1.75rem 2.35rem 0;
	/* Kill legacy dark .rf-flow card chrome (same BEM class names). */
	background: transparent;
	min-height: 0;
	min-width: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

body.rf-front .rf-section--flow .rf-flow__step:nth-child(3n) {
	padding-right: 0;
}

body.rf-front .rf-section--flow .rf-flow__step:nth-child(n + 4) {
	padding-top: 2.15rem;
	border-top: 1px solid rgba(26, 26, 26, 0.1);
}

body.rf-front .rf-section--flow .rf-flow__num {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	width: 100%;
	margin: 0 0 0.25rem;
	font-family: var(--rf-font);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1;
	color: var(--rf-gold);
}

body.rf-front .rf-section--flow .rf-flow__num::after {
	content: "";
	flex: 1 1 auto;
	height: 1px;
	background: var(--rf-gold);
	opacity: 0.35;
}

body.rf-front .rf-section--flow .rf-flow__step:nth-child(3n) .rf-flow__num::after {
	display: none;
}

body.rf-front .rf-section--flow .rf-flow__icon {
	display: grid;
	place-items: center;
	width: 1.7rem;
	height: 1.7rem;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #101010;
	box-shadow: none;
}

body.rf-front .rf-section--flow .rf-flow__icon .rf-icon {
	width: 1.35rem;
	height: 1.35rem;
	stroke-width: 1.35;
}

body.rf-front .rf-section--flow .rf-flow__name {
	margin: 0;
	font-family: var(--rf-font);
	font-size: 1.08rem;
	font-weight: 700;
	font-style: normal;
	letter-spacing: -0.015em;
	line-height: 1.25;
	color: #101010;
}

body.rf-front .rf-section--flow .rf-flow__desc {
	margin: 0;
	max-width: 28em;
	font-size: 0.88rem;
	line-height: 1.5;
	color: #6a645c;
}


@media (max-width: 900px) {

body.rf-front .rf-section--flow .rf-flow__track {
		grid-template-columns: 1fr;
	
}

body.rf-front .rf-section--flow .rf-flow__step,
body.rf-front .rf-section--flow .rf-flow__step:nth-child(3n),
body.rf-front .rf-section--flow .rf-flow__step:nth-child(n + 4) {
		padding: 1.35rem 0;
		border-top: 1px solid rgba(26, 26, 26, 0.1);
	
}

body.rf-front .rf-section--flow .rf-flow__step:first-child {
		padding-top: 0;
		border-top: 0;
	
}

body.rf-front .rf-section--flow .rf-flow__num::after {
		display: none;
	
}

}


/* --- metros --- */

/* =========================================================================
   34e. Service locations (metro directory + right-bleed skyline)
   ========================================================================= */

body.rf-front .rf-section--locations {
	/* uses var(--rf-gold) */
	position: relative;
	overflow: hidden;
	background: #101010;
	color: #f3f2ef;
	padding-block: 0;
}

body.rf-front .rf-metros {
	display: grid;
	grid-template-columns: minmax(18rem, 34rem) minmax(0, 1.15fr);
	align-items: stretch;
	max-width: min(100%, calc(var(--rf-container-wide) + (100vw - min(100vw, var(--rf-container-wide))) / 2));
	margin-left: auto;
}

body.rf-front .rf-metros__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	padding: clamp(2.5rem, 6vw, 4.5rem) clamp(1.35rem, 4vw, 2.75rem) clamp(2.5rem, 6vw, 4.5rem) clamp(1.35rem, 4vw, 3rem);
}

body.rf-front .rf-metros__kicker {
	margin: 0 0 0.75rem;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--rf-gold);
}

body.rf-front .rf-metros__title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.08em;
	margin: 0 0 0.7rem;
	font-family: var(--rf-font);
	font-size: clamp(1.85rem, 3.2vw, 2.65rem);
	font-weight: 700;
	font-style: normal;
	line-height: 1.08;
	letter-spacing: -0.03em;
	text-transform: none;
	color: #fff;
}

body.rf-front .rf-metros__title-sub {
	color: var(--rf-gold);
	font-weight: 500;
}

body.rf-front .rf-metros__lead {
	margin: 0 0 1.65rem;
	max-width: 34em;
	font-size: 0.95rem;
	line-height: 1.55;
	color: rgba(244, 241, 235, 0.62);
}


body.rf-front .rf-metros__list {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

body.rf-front .rf-location,
body.rf-front .rf-metro {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

body.rf-front .rf-metro__link {
	display: grid;
	grid-template-columns: 1.25rem minmax(0, 1fr) 1.1rem;
	gap: 0.85rem;
	align-items: center;
	padding: 0.95rem 0.1rem;
	color: inherit;
	text-decoration: none;
	transition: color 0.16s ease;
}

body.rf-front .rf-metro__pin {
	display: grid;
	place-items: center;
	width: 1.25rem;
	height: 1.25rem;
	color: var(--rf-gold);
}

body.rf-front .rf-metro__pin .rf-icon {
	width: 1.1rem;
	height: 1.1rem;
	stroke-width: 1.4;
}

body.rf-front .rf-metro__body {
	display: flex;
	flex-direction: column;
	gap: 0.12rem;
	min-width: 0;
}

body.rf-front .rf-metro__name {
	font-family: var(--rf-font);
	font-size: 1.12rem;
	font-weight: 700;
	font-style: normal;
	letter-spacing: -0.02em;
	line-height: 1.2;
	color: #fff;
}

body.rf-front .rf-metro__region {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(244, 241, 235, 0.48);
}

body.rf-front .rf-metro__go {
	display: grid;
	place-items: center;
	width: 1.1rem;
	height: 1.1rem;
	color: rgba(255, 255, 255, 0.35);
	transition: color 0.16s ease, transform 0.16s ease;
}

body.rf-front .rf-metro__go .rf-icon {
	width: 0.95rem;
	height: 0.95rem;
}

body.rf-front .rf-metro__link:hover .rf-metro__name,
body.rf-front .rf-metro__link:focus-visible .rf-metro__name {
	color: var(--rf-gold);
}

body.rf-front .rf-metro__link:hover .rf-metro__go,
body.rf-front .rf-metro__link:focus-visible .rf-metro__go {
	color: var(--rf-gold);
	transform: translateX(3px);
}


body.rf-front .rf-metros__cta {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: 0.4rem;
	margin-top: 1.65rem;
	padding: 0.85rem 1.35rem;
	border: 1px solid rgba(255, 255, 255, 0.55);
	background: transparent;
	color: #fff;
	font-family: var(--rf-font);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	text-decoration: none;
	transition: background 0.16s ease, color 0.16s ease, border-color 0.16s ease;
}

body.rf-front .rf-metros__cta:hover,
body.rf-front .rf-metros__cta:focus-visible {
	background: #fff;
	border-color: #fff;
	color: #101010;
}

body.rf-front .rf-metros__cta .rf-icon {
	width: 1em;
	height: 1em;
}


body.rf-front .rf-metros__media {
	position: relative;
	margin: 0;
	min-height: 32rem;
	background: #111;
}

body.rf-front .rf-metros__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 62% 38%;
}

body.rf-front .rf-metros__caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 3.25rem 1.5rem 1.25rem;
	background: linear-gradient(180deg, rgba(17, 14, 12, 0) 0%, rgba(17, 14, 12, 0.72) 100%);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--rf-gold);
}


@media (max-width: 900px) {

body.rf-front .rf-metros {
		grid-template-columns: 1fr;
		max-width: none;
	
}

body.rf-front .rf-metros__media {
		order: -1;
		min-height: 20rem;
		aspect-ratio: 4 / 5;
		max-height: 62vh;
	
}

body.rf-front .rf-metros__copy {
		padding: 1.75rem 1.25rem 2.5rem;
	
}

}


/* --- care --- */

/* =========================================================================
   34. Homepage care catalog (split index — distinct from the hero)
   ========================================================================= */

body.rf-front .rf-section--care {
	/* uses var(--rf-gold) */
	background: #f3f2ef;
	color: #101010;
	padding-block: clamp(4rem, 8vw, 6.5rem);
}

body.rf-front .rf-care {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.15fr);
	gap: clamp(2.5rem, 6vw, 5.5rem);
	align-items: start;
}

body.rf-front .rf-care__intro {
	position: sticky;
	top: calc(var(--rf-header-h) + 1.5rem);
	max-width: 28rem;
	padding-top: 0.35rem;
}

body.rf-front .rf-care__kicker {
	margin: 0 0 1.15rem;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--rf-gold);
}

body.rf-front .rf-care__title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.15em;
	margin: 0 0 1.35rem;
	font-family: var(--rf-font);
	font-size: clamp(2rem, 3.4vw, 2.85rem);
	font-weight: 700;
	font-style: normal;
	line-height: 1.12;
	letter-spacing: -0.03em;
	text-transform: none;
	color: #101010;
}

body.rf-front .rf-care__title-sub {
	color: var(--rf-gold);
	font-weight: 500;
}

body.rf-front .rf-care__lead {
	margin: 0 0 2rem;
	font-size: 0.95rem;
	line-height: 1.65;
	color: #5c564f;
	max-width: 32em;
}

body.rf-front .rf-care__cta {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.85rem 1.35rem;
	border: 1px solid #101010;
	background: transparent;
	color: #101010;
	font-family: var(--rf-font);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	text-decoration: none;
	transition: background 0.16s ease, color 0.16s ease;
}

body.rf-front .rf-care__cta:hover,
body.rf-front .rf-care__cta:focus-visible {
	background: #101010;
	color: #fff;
}

body.rf-front .rf-care__cta .rf-icon {
	width: 1em;
	height: 1em;
}

body.rf-front .rf-care__list {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(26, 26, 26, 0.12);
}

body.rf-front .rf-care__item {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid rgba(26, 26, 26, 0.12);
}

body.rf-front .rf-care__row {
	display: grid;
	grid-template-columns: 3.25rem minmax(0, 1fr) 1.5rem;
	gap: 1rem;
	align-items: start;
	padding: 1.35rem 0.15rem 1.35rem 0;
	color: inherit;
	text-decoration: none;
	transition: padding-left 0.18s ease;
}

body.rf-front .rf-care__row:hover,
body.rf-front .rf-care__row:focus-visible {
	padding-left: 0.35rem;
	color: inherit;
}

body.rf-front .rf-care__index {
	font-family: var(--rf-font);
	font-size: 0.78rem;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.08em;
	line-height: 1.6;
	color: var(--rf-gold);
}

body.rf-front .rf-care__body {
	display: flex;
	flex-direction: column;
	gap: 0.28rem;
	min-width: 0;
}

body.rf-front .rf-care__name {
	font-family: var(--rf-font);
	font-size: 1.05rem;
	font-weight: 700;
	font-style: normal;
	letter-spacing: -0.01em;
	line-height: 1.25;
	color: #101010;
}

body.rf-front .rf-care__desc {
	font-size: 0.86rem;
	line-height: 1.45;
	color: #6a645c;
}

body.rf-front .rf-care__go {
	display: grid;
	place-items: center;
	width: 1.5rem;
	height: 1.5rem;
	margin-top: 0.1rem;
	color: #101010;
	opacity: 0.35;
	transition: opacity 0.16s ease, transform 0.16s ease;
}

body.rf-front .rf-care__go .rf-icon {
	width: 1.05rem;
	height: 1.05rem;
}

body.rf-front .rf-care__row:hover .rf-care__name,
body.rf-front .rf-care__row:focus-visible .rf-care__name {
	color: #101010;
}

body.rf-front .rf-care__row:hover .rf-care__go,
body.rf-front .rf-care__row:focus-visible .rf-care__go {
	opacity: 1;
	transform: translateX(4px);
	color: var(--rf-gold);
}


@media (max-width: 900px) {

body.rf-front .rf-care {
		grid-template-columns: 1fr;
		gap: 2.25rem;
	
}

body.rf-front .rf-care__intro {
		position: static;
		max-width: 36rem;
	
}

}


/* --- symptoms --- */

/* =========================================================================
   34c. Symptoms diagnostic board (homepage)
   ========================================================================= */

body.rf-front .rf-section--symptoms {
	/* uses var(--rf-gold) */
	background: #101010;
	color: #fff;
	padding-block: clamp(4rem, 8vw, 6.5rem);
}

body.rf-front .rf-symptoms__head {
	max-width: 46rem;
	margin: 0 0 2.75rem;
}

body.rf-front .rf-symptoms__kicker {
	margin: 0 0 1rem;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--rf-gold);
}

body.rf-front .rf-symptoms__title {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.2em 0.7em;
	margin: 0 0 1.15rem;
	font-family: var(--rf-font);
	font-size: clamp(2rem, 3.6vw, 2.95rem);
	font-weight: 700;
	font-style: normal;
	line-height: 1.12;
	letter-spacing: -0.03em;
	text-transform: none;
	color: #fff;
}

body.rf-front .rf-symptoms__a {
	color: var(--rf-gold);
	font-weight: 500;
}

body.rf-front .rf-symptoms__lead {
	margin: 0;
	max-width: 38em;
	font-size: 0.95rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.58);
}

body.rf-front .rf-symptoms__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

body.rf-front .rf-symptoms__item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.7rem;
	min-width: 0;
	padding: 1.65rem 1.5rem 1.7rem;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body.rf-front .rf-symptoms__icon {
	display: grid;
	place-items: center;
	width: 2rem;
	height: 2rem;
	color: var(--rf-gold);
}

body.rf-front .rf-symptoms__icon .rf-icon {
	width: 1.55rem;
	height: 1.55rem;
	stroke-width: 1.35;
}

body.rf-front .rf-symptoms__name {
	font-family: var(--rf-font);
	font-size: 1.05rem;
	font-weight: 700;
	font-style: normal;
	letter-spacing: -0.015em;
	line-height: 1.2;
	color: #fff;
}

body.rf-front .rf-symptoms__desc {
	margin: 0;
	font-size: 0.86rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.48);
}

body.rf-front .rf-symptoms__foot {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem 2rem;
	margin-top: 1.75rem;
}

body.rf-front .rf-symptoms__note {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	max-width: 42rem;
	margin: 0;
	color: rgba(255, 255, 255, 0.55);
	font-size: 0.86rem;
	line-height: 1.5;
}

body.rf-front .rf-symptoms__note .rf-icon {
	flex: none;
	width: 1.15rem;
	height: 1.15rem;
	margin-top: 0.15rem;
	color: var(--rf-gold);
}

body.rf-front .rf-symptoms__note p {
 margin: 0; 
}

body.rf-front .rf-symptoms__note strong {
	color: #fff;
	font-weight: 700;
}

body.rf-front .rf-section--symptoms .rf-btn--onink {
	border: 1px solid rgba(255, 255, 255, 0.7);
	background: transparent;
	color: #fff;
	box-shadow: none;
	font-family: var(--rf-font);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	padding: 0.85rem 1.35rem;
}

body.rf-front .rf-section--symptoms .rf-btn--onink:hover,
body.rf-front .rf-section--symptoms .rf-btn--onink:focus-visible {
	background: #fff;
	border-color: #fff;
	color: #111;
	transform: none;
}


@media (max-width: 900px) {

body.rf-front .rf-symptoms__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	
}

}

@media (max-width: 560px) {

body.rf-front .rf-symptoms__grid {
		grid-template-columns: 1fr;
	
}

body.rf-front .rf-symptoms__title {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.15em;
	
}

body.rf-front .rf-symptoms__foot {
		flex-direction: column;
		align-items: flex-start;
	
}

}


/* --- trust --- */

/* =========================================================================
   34d. Trust manifesto (homepage why-choose)
   ========================================================================= */

body.rf-front .rf-section--trust {
	/* uses var(--rf-gold) */
	background: #fff;
	color: #101010;
	padding-block: clamp(4rem, 8vw, 6.5rem);
}

body.rf-front .rf-trust__head {
	max-width: 36rem;
	margin: 0 0 3rem;
}

body.rf-front .rf-trust__kicker {
	margin: 0 0 1rem;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--rf-gold);
}

body.rf-front .rf-trust__title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.12em;
	margin: 0 0 1.2rem;
	font-family: var(--rf-font);
	font-size: clamp(2rem, 3.5vw, 2.9rem);
	font-weight: 700;
	font-style: normal;
	line-height: 1.12;
	letter-spacing: -0.03em;
	text-transform: none;
	color: #101010;
}

body.rf-front .rf-trust__title-sub {
	color: var(--rf-gold);
	font-weight: 500;
}

body.rf-front .rf-trust__lead {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.65;
	color: #5c564f;
}

body.rf-front .rf-trust__body {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
	gap: clamp(2.25rem, 5vw, 4.5rem);
	align-items: stretch;
}

body.rf-front .rf-trust__quote {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 2.25rem 2rem 2.1rem;
	background: #101010;
	color: #fff;
}

body.rf-front .rf-trust__quote-mark {
	display: grid;
	place-items: center;
	width: 2.25rem;
	height: 2.25rem;
	flex: none;
	color: var(--rf-gold);
}

body.rf-front .rf-trust__quote-mark .rf-icon {
	width: 1.7rem;
	height: 1.7rem;
	stroke-width: 1.35;
}

body.rf-front .rf-trust__quote-body {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1rem;
	min-height: 0;
	padding: 1.5rem 0 0.25rem;
}

body.rf-front .rf-trust__quote-text {
	margin: 0;
	font-family: var(--rf-font);
	font-size: clamp(1.2rem, 2vw, 1.45rem);
	font-weight: 500;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: -0.02em;
	color: #fff;
}

body.rf-front .rf-trust__quote-cite {
	font-size: 0.68rem;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--rf-gold);
}

body.rf-front .rf-trust__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.rf-front .rf-trust__item {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	margin: 0;
	padding: 1.2rem 0;
	border-bottom: 1px solid rgba(26, 26, 26, 0.1);
}

body.rf-front .rf-trust__item:first-child {
	padding-top: 0;
}

body.rf-front .rf-trust__item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

body.rf-front .rf-trust__icon {
	flex: none;
	display: grid;
	place-items: center;
	width: 1.35rem;
	height: 1.35rem;
	margin-top: 0.12rem;
	color: var(--rf-gold);
}

body.rf-front .rf-trust__icon .rf-icon {
	width: 1.2rem;
	height: 1.2rem;
	stroke-width: 1.4;
}

body.rf-front .rf-trust__copy {
	display: flex;
	flex-direction: column;
	gap: 0.28rem;
	min-width: 0;
}

body.rf-front .rf-trust__name {
	font-family: var(--rf-font);
	font-size: 1rem;
	font-weight: 700;
	font-style: normal;
	letter-spacing: -0.01em;
	line-height: 1.25;
	color: #101010;
}

body.rf-front .rf-trust__desc {
	font-size: 0.88rem;
	line-height: 1.5;
	color: #6a645c;
}


@media (max-width: 800px) {

body.rf-front .rf-trust__body {
		grid-template-columns: 1fr;
		gap: 2rem;
	
}

body.rf-front .rf-trust__quote {
		min-height: 0;
		padding: 1.75rem 1.5rem 1.6rem;
	
}

body.rf-front .rf-trust__quote-body {
		padding-top: 1.15rem;
	
}

}


/* --- charter --- */

/* =========================================================================
   34f. Guarantees (pledge charter — two columns, copper spine)
   ========================================================================= */

body.rf-front .rf-section--charter {
	/* uses var(--rf-gold) */
	background: #fff;
	color: #101010;
	padding-block: clamp(4rem, 8vw, 6.5rem);
}

body.rf-front .rf-charter__head {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	gap: clamp(1.25rem, 4vw, 3.5rem);
	align-items: end;
	margin-bottom: clamp(2.25rem, 4.5vw, 3.25rem);
}

body.rf-front .rf-charter__kicker {
	margin: 0 0 0.75rem;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--rf-gold);
}

body.rf-front .rf-charter__title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.08em;
	margin: 0;
	font-family: var(--rf-font);
	font-size: clamp(2rem, 3.5vw, 2.9rem);
	font-weight: 700;
	font-style: normal;
	line-height: 1.08;
	letter-spacing: -0.03em;
	text-transform: none;
	color: #101010;
}

body.rf-front .rf-charter__title-sub {
	color: var(--rf-gold);
	font-weight: 500;
}

body.rf-front .rf-charter__lead {
	margin: 0;
	max-width: 28em;
	font-size: 0.95rem;
	line-height: 1.55;
	color: #5c564f;
}


body.rf-front .rf-charter__grid {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: clamp(2.5rem, 6vw, 4.5rem);
	list-style: none;
	margin: 0;
	padding: 0;
}

body.rf-front .rf-charter__grid::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 1px;
	background: var(--rf-gold);
	opacity: 0.45;
	transform: translateX(-50%);
	pointer-events: none;
}

body.rf-front .rf-charter__item {
	display: grid;
	grid-template-columns: 1.7rem minmax(0, 1fr);
	gap: 0.95rem;
	align-items: start;
	margin: 0;
	padding: 1.45rem 0;
	border-bottom: 1px solid rgba(26, 26, 26, 0.1);
}

body.rf-front .rf-charter__item:nth-child(1),
body.rf-front .rf-charter__item:nth-child(2) {
	padding-top: 0;
}

body.rf-front .rf-charter__item:nth-last-child(-n + 2) {
	padding-bottom: 0;
	border-bottom: 0;
}

body.rf-front .rf-charter__icon {
	display: grid;
	place-items: center;
	width: 1.7rem;
	height: 1.7rem;
	margin-top: 0.08rem;
	color: var(--rf-gold);
}

body.rf-front .rf-charter__icon .rf-icon {
	width: 1.35rem;
	height: 1.35rem;
	stroke-width: 1.35;
}

body.rf-front .rf-charter__copy {
	display: flex;
	flex-direction: column;
	gap: 0.28rem;
	min-width: 0;
}

body.rf-front .rf-charter__name {
	font-family: var(--rf-font);
	font-size: 1.05rem;
	font-weight: 700;
	font-style: normal;
	letter-spacing: -0.015em;
	line-height: 1.25;
	color: #101010;
}

body.rf-front .rf-charter__desc {
	font-size: 0.88rem;
	line-height: 1.5;
	color: #6a645c;
}


@media (max-width: 800px) {

body.rf-front .rf-charter__head {
		grid-template-columns: 1fr;
		gap: 1rem;
		align-items: start;
	
}

body.rf-front .rf-charter__grid {
		grid-template-columns: 1fr;
		column-gap: 0;
	
}

body.rf-front .rf-charter__grid::before {
		display: none;
	
}

body.rf-front .rf-charter__item:nth-child(1),
body.rf-front .rf-charter__item:nth-child(2) {
		padding-top: 1.35rem;
	
}

body.rf-front .rf-charter__item:first-child {
		padding-top: 0;
	
}

body.rf-front .rf-charter__item:nth-last-child(-n + 2) {
		padding-bottom: 1.35rem;
		border-bottom: 1px solid rgba(26, 26, 26, 0.1);
	
}

body.rf-front .rf-charter__item:last-child {
		padding-bottom: 0;
		border-bottom: 0;
	
}

}


/* --- arc --- */

/* =========================================================================
   34g. Transformation arc (issue → diagnosis → reliable operation)
   ========================================================================= */

body.rf-front .rf-section--arc {
	/* uses var(--rf-gold) */
	background: #101010;
	color: #f3f2ef;
	padding-block: clamp(4rem, 8vw, 6.5rem);
}

body.rf-front .rf-section--parts {
	/* Light cream after black arc — clear section break (ink-on-ink was melting together) */
	background:
		radial-gradient(70% 55% at 100% 0%, rgba(242, 181, 18, 0.08), transparent 55%),
		#f8f7f4;
	color: #101010;
	padding-block: clamp(4rem, 8vw, 6.5rem);
	border-top: 0;
	box-shadow: none;
}

body.rf-front .rf-arc__head {
	max-width: 38rem;
	margin: 0 0 clamp(2.25rem, 4.5vw, 3.25rem);
}

body.rf-front .rf-arc__kicker {
	margin: 0 0 0.75rem;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--rf-gold);
}

body.rf-front .rf-arc__title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.08em;
	margin: 0 0 0.7rem;
	font-family: var(--rf-font);
	font-size: clamp(2rem, 3.5vw, 2.9rem);
	font-weight: 700;
	font-style: normal;
	line-height: 1.08;
	letter-spacing: -0.03em;
	text-transform: none;
	color: #fff;
}

body.rf-front .rf-arc__title-sub {
	color: var(--rf-gold);
	font-weight: 500;
}

body.rf-front .rf-arc__lead {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.55;
	color: rgba(244, 241, 235, 0.58);
}


body.rf-front .rf-arc__track {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

body.rf-front .rf-arc__stage {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.7rem;
	margin: 0;
	padding: 0 2.75rem 0 0;
}

body.rf-front .rf-arc__stage:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 2.35rem;
	right: 0.85rem;
	width: 0.7rem;
	height: 0.7rem;
	border-top: 1px solid var(--rf-gold);
	border-right: 1px solid var(--rf-gold);
	transform: rotate(45deg);
	opacity: 0.7;
}

body.rf-front .rf-arc__label {
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--rf-gold);
}

body.rf-front .rf-arc__icon {
	display: grid;
	place-items: center;
	width: 1.85rem;
	height: 1.85rem;
	color: #fff;
}

body.rf-front .rf-arc__icon .rf-icon {
	width: 1.45rem;
	height: 1.45rem;
	stroke-width: 1.35;
}

body.rf-front .rf-arc__name {
	margin: 0;
	font-family: var(--rf-font);
	font-size: clamp(1.2rem, 2vw, 1.5rem);
	font-weight: 700;
	font-style: normal;
	letter-spacing: -0.02em;
	line-height: 1.2;
	color: #fff;
}

body.rf-front .rf-arc__stage--last .rf-arc__name {
	color: var(--rf-gold);
}

body.rf-front .rf-arc__desc {
	margin: 0;
	max-width: 28em;
	font-size: 0.88rem;
	line-height: 1.55;
	color: rgba(244, 241, 235, 0.55);
}


@media (max-width: 800px) {

body.rf-front .rf-arc__track {
		grid-template-columns: 1fr;
	
}

body.rf-front .rf-arc__stage {
		padding: 1.45rem 0 1.55rem 1.35rem;
		border-left: 1px solid rgba(242, 181, 18, 0.45);
	
}

body.rf-front .rf-arc__stage:first-child {
		padding-top: 0;
	
}

body.rf-front .rf-arc__stage:last-child {
		padding-bottom: 0;
	
}

body.rf-front .rf-arc__stage:not(:last-child)::after {
		top: auto;
		bottom: -0.45rem;
		right: auto;
		left: 0;
		transform: rotate(135deg);
	
}

}


/* --- voices --- */

/* =========================================================================
   34h. Reviews — voices wall (photo band + typographic quote index)
   ========================================================================= */

body.rf-front .rf-section--reviews {
	/* uses var(--rf-gold) */
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background: #f3f2ef;
	color: #101010;
	padding-block: 0  clamp(4rem, 8vw, 6.5rem);
}

body.rf-front .rf-voices__media {
	margin: 0 0 clamp(2.25rem, 5vw, 3.5rem);
	height: clamp(14rem, 32vw, 22rem);
	overflow: hidden;
	background: #101010;
}

body.rf-front .rf-voices__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 55%;
}

body.rf-front .rf-voices__head {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) auto;
	gap: 1.5rem 2.5rem;
	align-items: end;
	margin-bottom: clamp(2rem, 4vw, 3rem);
}

body.rf-front .rf-voices__intro {
	max-width: 36rem;
}

body.rf-front .rf-voices__kicker {
	margin: 0 0 0.75rem;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--rf-gold);
}

body.rf-front .rf-voices__title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.08em;
	margin: 0 0 0.7rem;
	font-family: var(--rf-font);
	font-size: clamp(2rem, 3.5vw, 2.9rem);
	font-weight: 700;
	font-style: normal;
	line-height: 1.08;
	letter-spacing: -0.03em;
	text-transform: none;
	color: #101010;
}

body.rf-front .rf-voices__title-sub {
	color: var(--rf-gold);
	font-weight: 500;
}

body.rf-front .rf-voices__lead {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.55;
	color: #5c564f;
}

body.rf-front .rf-voices__score {
	display: flex;
	align-items: center;
	gap: 0.85rem;
}

body.rf-front .rf-voices__score-value {
	font-family: var(--rf-font);
	font-size: clamp(2.4rem, 4vw, 3.1rem);
	font-weight: 700;
	font-style: normal;
	letter-spacing: -0.045em;
	line-height: 0.9;
	color: #101010;
}

body.rf-front .rf-voices__score-meta {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

body.rf-front .rf-voices__stars {
	display: inline-flex;
	gap: 2px;
	color: var(--rf-gold);
}

body.rf-front .rf-voices__stars .rf-icon {
	width: 1rem;
	height: 1rem;
	fill: currentColor;
	stroke: none;
}

body.rf-front .rf-voices__score-label {
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #6a645c;
}


body.rf-front .rf-voices__list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

body.rf-front .rf-voices__lead {
	margin: 0 0 0.15rem;
	padding: 0 0 1.85rem;
	border-top: 1px solid rgba(26, 26, 26, 0.12);
	border-bottom: 1px solid rgba(26, 26, 26, 0.1);
}

body.rf-front .rf-voices__lead .rf-voices__quote {
	max-width: 42rem;
	margin: 1.5rem 0 1rem;
	font-size: clamp(1.15rem, 2vw, 1.4rem);
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -0.02em;
	color: #101010;
}

body.rf-front .rf-voices__item {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin: 0;
	padding: 1.65rem 1.75rem 1.7rem 0;
	border-bottom: 1px solid rgba(26, 26, 26, 0.1);
	border-right: 1px solid rgba(26, 26, 26, 0.1);
	min-height: 100%;
}

body.rf-front .rf-voices__item:nth-child(even) {
	padding-right: 0;
	padding-left: 1.75rem;
	border-right: 0;
}

body.rf-front .rf-voices__quote {
	margin: 0;
	font-family: var(--rf-font);
	font-size: 0.95rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.55;
	color: #3a3530;
}

body.rf-front .rf-voices__by {
	display: flex;
	flex-direction: column;
	gap: 0.18rem;
	margin-top: auto;
}

body.rf-front .rf-voices__name {
	display: block;
	font-family: var(--rf-font);
	font-size: 0.78rem;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--rf-gold);
}

body.rf-front .rf-voices__meta {
	font-size: 0.8rem;
	line-height: 1.35;
	color: #6a645c;
}


@media (max-width: 800px) {

body.rf-front .rf-voices__head {
		grid-template-columns: 1fr;
		align-items: start;
	
}

body.rf-front .rf-voices__list {
		grid-template-columns: 1fr;
	
}

body.rf-front .rf-voices__item,
body.rf-front .rf-voices__item:nth-child(even) {
		padding: 1.45rem 0;
		border-right: 0;
	
}

}


/* --- ledger --- */

/* =========================================================================
   34i. Parts & warranty (facing ledgers)
   ========================================================================= */

body.rf-front .rf-ledger__head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.5rem 2.5rem;
	margin-bottom: clamp(2.25rem, 4.5vw, 3.25rem);
}

body.rf-front .rf-ledger__intro {
	max-width: 36rem;
}

body.rf-front .rf-ledger__kicker {
	margin: 0 0 0.75rem;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--rf-gold);
}

body.rf-front .rf-ledger__title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.08em;
	margin: 0 0 0.7rem;
	font-family: var(--rf-font);
	font-size: clamp(2rem, 3.5vw, 2.9rem);
	font-weight: 700;
	font-style: normal;
	line-height: 1.08;
	letter-spacing: -0.03em;
	text-transform: none;
	color: #101010;
}

body.rf-front .rf-ledger__title-sub {
	color: var(--rf-gold);
	font-weight: 500;
}

body.rf-front .rf-ledger__lead {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.55;
	color: rgba(16, 16, 16, 0.62);
}

body.rf-front .rf-section--parts .rf-btn--onink {
	border: 1px solid rgba(16, 16, 16, 0.55);
	background: transparent;
	color: #101010;
	border-radius: 0;
}

body.rf-front .rf-section--parts .rf-btn--onink:hover,
body.rf-front .rf-section--parts .rf-btn--onink:focus-visible {
	background: #101010;
	border-color: #101010;
	color: #fff;
}


body.rf-front .rf-ledger__pages {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: clamp(2.5rem, 6vw, 4.5rem);
}

body.rf-front .rf-ledger__pages::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 1px;
	background: var(--rf-gold);
	opacity: 0.4;
	transform: translateX(-50%);
	pointer-events: none;
}

body.rf-front .rf-ledger__page {
	margin: 0;
	padding: 0;
	background: transparent;
	box-shadow: none;
}

body.rf-front .rf-ledger__page-title {
	margin: 0 0 1.15rem;
	font-family: var(--rf-font);
	font-size: 0.68rem;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--rf-gold);
}

body.rf-front .rf-ledger__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.rf-front .rf-ledger__item,
body.rf-front .rf-section--parts .rf-parts__promise {
	display: grid;
	grid-template-columns: 1.6rem minmax(0, 1fr);
	gap: 0.9rem;
	align-items: start;
	margin: 0;
	padding: 1.2rem 0;
	border-top: 1px solid rgba(16, 16, 16, 0.1);
	border-bottom: 0;
}

body.rf-front .rf-ledger__item:last-child,
body.rf-front .rf-section--parts .rf-parts__promise:last-child {
	border-bottom: 1px solid rgba(16, 16, 16, 0.1);
}

body.rf-front .rf-ledger__icon {
	display: grid;
	place-items: center;
	width: 1.6rem;
	height: 1.6rem;
	margin-top: 0.08rem;
	color: var(--rf-gold);
}

body.rf-front .rf-ledger__icon .rf-icon {
	width: 1.25rem;
	height: 1.25rem;
	stroke-width: 1.35;
}

body.rf-front .rf-ledger__copy {
	display: flex;
	flex-direction: column;
	gap: 0.28rem;
	min-width: 0;
}

body.rf-front .rf-ledger__copy strong {
	font-family: var(--rf-font);
	font-size: 1.02rem;
	font-weight: 700;
	font-style: normal;
	letter-spacing: -0.015em;
	line-height: 1.25;
	color: #101010;
}

body.rf-front .rf-ledger__copy span {
	font-size: 0.88rem;
	line-height: 1.5;
	color: rgba(16, 16, 16, 0.58);
}


@media (max-width: 800px) {

body.rf-front .rf-ledger__pages {
		grid-template-columns: 1fr;
		row-gap: 2rem;
	
}

body.rf-front .rf-ledger__pages::before {
		display: none;
	
}

}


/* --- resources --- */

/* =========================================================================
   34j. Resources (reference index — three linked departments)
   ========================================================================= */

body.rf-front .rf-section--resources {
	/* uses var(--rf-gold) */
	background: #f3f2ef;
	color: #101010;
	padding-block: clamp(4rem, 8vw, 6.5rem);
}

body.rf-front .rf-guide__head {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.85rem;
	margin-bottom: clamp(1.75rem, 3.5vw, 2.5rem);
	padding-bottom: 1.5rem;
	border-bottom: 1px solid rgba(26, 26, 26, 0.14);
}

body.rf-front .rf-guide__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.5rem 1.5rem;
	width: 100%;
}

body.rf-front .rf-guide__kicker,
body.rf-front .rf-guide__count {
	margin: 0;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

body.rf-front .rf-guide__kicker {
	color: var(--rf-gold);
}

body.rf-front .rf-guide__count {
	color: #8a837a;
}

body.rf-front .rf-guide__title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.08em;
	margin: 0;
	font-family: var(--rf-font);
	font-size: clamp(2rem, 3.5vw, 2.9rem);
	font-weight: 700;
	font-style: normal;
	line-height: 1.08;
	letter-spacing: -0.03em;
	text-transform: none;
	color: #101010;
}

body.rf-front .rf-guide__title-sub {
	color: var(--rf-gold);
	font-weight: 500;
}

body.rf-front .rf-guide__lead {
	margin: 0;
	max-width: 28em;
	font-size: 0.95rem;
	line-height: 1.55;
	color: #5c564f;
}


body.rf-front .rf-guide__index {
	--rf-guide-gap: clamp(2rem, 4.5vw, 3.25rem);
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: var(--rf-guide-gap);
}

body.rf-front .rf-guide__item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.7rem;
	min-width: 0;
	padding: 1.5rem 0 0.25rem;
	color: inherit;
	text-decoration: none;
}

body.rf-front .rf-guide__item:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(var(--rf-guide-gap) / -2);
	width: 1px;
	background: rgba(26, 26, 26, 0.14);
	pointer-events: none;
}

body.rf-front .rf-guide__mark {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 1.7rem;
}

body.rf-front .rf-guide__ref {
	font-family: var(--rf-font);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	color: var(--rf-gold);
}

body.rf-front .rf-guide__icon {
	display: grid;
	place-items: center;
	width: 1.7rem;
	height: 1.7rem;
	color: var(--rf-gold);
}

body.rf-front .rf-guide__icon .rf-icon {
	width: 1.35rem;
	height: 1.35rem;
	stroke-width: 1.35;
}

body.rf-front .rf-guide__name {
	margin: 0;
	font-family: var(--rf-font);
	font-size: 1.12rem;
	font-weight: 700;
	font-style: normal;
	letter-spacing: -0.02em;
	line-height: 1.25;
	color: #101010;
	transition: color 0.16s ease;
}

body.rf-front .rf-guide__text {
	margin: 0 0 auto;
	font-size: 0.88rem;
	line-height: 1.5;
	color: #6a645c;
}

body.rf-front .rf-guide__go {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin-top: 0.85rem;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #101010;
	transition: color 0.16s ease;
}

body.rf-front .rf-guide__go .rf-icon {
	width: 0.95em;
	height: 0.95em;
	transition: transform 0.16s ease;
}

body.rf-front .rf-guide__item:hover .rf-guide__name,
body.rf-front .rf-guide__item:focus-visible .rf-guide__name,
body.rf-front .rf-guide__item:hover .rf-guide__go,
body.rf-front .rf-guide__item:focus-visible .rf-guide__go {
	color: var(--rf-gold);
}

body.rf-front .rf-guide__item:hover .rf-guide__go .rf-icon,
body.rf-front .rf-guide__item:focus-visible .rf-guide__go .rf-icon {
	transform: translateX(3px);
}


body.rf-front .rf-guide__expert {
	margin-top: 2rem;
	padding-top: 1.75rem;
	border-top: 1px solid rgba(26, 26, 26, 0.1);
}

body.rf-front .rf-section--resources .rf-expert {
	align-items: flex-start;
	gap: 1.1rem;
}

body.rf-front .rf-section--resources .rf-expert__avatar {
	flex-shrink: 0;
	width: 64px;
	height: 64px;
	border-radius: 0;
	background: #101010;
	color: #fff;
	overflow: hidden;
}

body.rf-front .rf-section--resources .rf-expert__avatar img,
body.rf-front .rf-section--resources .rf-expert--linked .rf-expert__avatar img {
	width: 100%;
	height: 100%;
	border-radius: 0;
	object-fit: cover;
}

body.rf-front .rf-section--resources .rf-expert__role {
	display: block;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--rf-gold);
	font-family: var(--rf-font);
	font-style: normal;
}

body.rf-front .rf-section--resources .rf-expert__name,
body.rf-front .rf-section--resources .rf-expert__name a {
	display: block;
	font-family: var(--rf-font);
	font-size: 1.05rem;
	font-weight: 700;
	font-style: normal;
	letter-spacing: -0.015em;
	text-transform: none;
	color: #101010;
}

body.rf-front .rf-section--resources .rf-expert__name a:hover {
	color: var(--rf-gold);
}

body.rf-front .rf-section--resources .rf-expert__text {
	max-width: 42em;
	font-size: 0.88rem;
	line-height: 1.55;
	color: #6a645c;
}

body.rf-front .rf-section--resources .rf-link-more {
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #101010;
}

body.rf-front .rf-section--resources .rf-link-more:hover {
	color: var(--rf-gold);
}


@media (max-width: 800px) {

body.rf-front .rf-guide__index {
		grid-template-columns: 1fr;
		column-gap: 0;
	
}

body.rf-front .rf-guide__item:not(:last-child)::after {
		display: none;
	
}

body.rf-front .rf-guide__item,
body.rf-front .rf-guide__item:last-child {
		padding: 1.45rem 0;
		border-bottom: 1px solid rgba(26, 26, 26, 0.1);
	
}

body.rf-front .rf-guide__item:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	
}

}


/* --- digest --- */

/* =========================================================================
   34k. Blog (editorial digest — featured clipping + stacked reading list)
   ========================================================================= */

body.rf-front .rf-section--digest {
	/* uses var(--rf-gold) */
	background: #fff;
	color: #101010;
	padding-block: clamp(4rem, 8vw, 6.5rem);
}

body.rf-front .rf-digest__head {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.75rem;
	margin-bottom: clamp(2rem, 4vw, 3rem);
	max-width: 40rem;
}

body.rf-front .rf-digest__kicker {
	margin: 0;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--rf-gold);
}

body.rf-front .rf-digest__title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.08em;
	margin: 0;
	font-family: var(--rf-font);
	font-size: clamp(2rem, 3.5vw, 2.9rem);
	font-weight: 700;
	font-style: normal;
	line-height: 1.08;
	letter-spacing: -0.03em;
	text-transform: none;
	color: #101010;
}

body.rf-front .rf-digest__title-sub {
	color: var(--rf-gold);
	font-weight: 500;
}

body.rf-front .rf-digest__lead-text {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.55;
	color: #5c564f;
}


body.rf-front .rf-digest__spread {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(18rem, 0.95fr);
	gap: clamp(1.75rem, 4vw, 3.25rem);
	align-items: stretch;
}

body.rf-front .rf-digest__feature {
	display: flex;
	flex-direction: column;
	gap: 1.15rem;
	min-width: 0;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

body.rf-front .rf-digest__feature-media {
	margin: 0;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #101010;
}

body.rf-front .rf-digest__feature-media img,
body.rf-front .rf-digest__clip-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: none;
	transition: transform 0.45s ease;
}

body.rf-front .rf-digest__feature:hover .rf-digest__feature-media img,
body.rf-front .rf-digest__feature:focus-visible .rf-digest__feature-media img,
body.rf-front .rf-digest__clip:hover .rf-digest__clip-media img,
body.rf-front .rf-digest__clip:focus-visible .rf-digest__clip-media img {
	transform: scale(1.03);
}

body.rf-front .rf-digest__feature-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.55rem;
}

body.rf-front .rf-digest__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem 1rem;
	margin: 0;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--rf-gold);
}

body.rf-front .rf-digest__name {
	margin: 0;
	font-family: var(--rf-font);
	font-size: clamp(1.15rem, 1.8vw, 1.45rem);
	font-weight: 700;
	font-style: normal;
	letter-spacing: -0.02em;
	line-height: 1.25;
	color: #101010;
	transition: color 0.16s ease;
}

body.rf-front .rf-digest__clip .rf-digest__name {
	font-size: 1.05rem;
}

body.rf-front .rf-digest__excerpt {
	margin: 0;
	max-width: 38em;
	font-size: 0.92rem;
	line-height: 1.55;
	color: #6a645c;
}

body.rf-front .rf-digest__go {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin-top: 0.25rem;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #101010;
	transition: color 0.16s ease;
}

body.rf-front .rf-digest__go .rf-icon {
	width: 0.95em;
	height: 0.95em;
	transition: transform 0.16s ease;
}

body.rf-front .rf-digest__feature:hover .rf-digest__name,
body.rf-front .rf-digest__feature:focus-visible .rf-digest__name,
body.rf-front .rf-digest__clip:hover .rf-digest__name,
body.rf-front .rf-digest__clip:focus-visible .rf-digest__name,
body.rf-front .rf-digest__feature:hover .rf-digest__go,
body.rf-front .rf-digest__feature:focus-visible .rf-digest__go,
body.rf-front .rf-digest__clip:hover .rf-digest__go,
body.rf-front .rf-digest__clip:focus-visible .rf-digest__go {
	color: var(--rf-gold);
}

body.rf-front .rf-digest__feature:hover .rf-digest__go .rf-icon,
body.rf-front .rf-digest__feature:focus-visible .rf-digest__go .rf-icon,
body.rf-front .rf-digest__clip:hover .rf-digest__go .rf-icon,
body.rf-front .rf-digest__clip:focus-visible .rf-digest__go .rf-icon {
	transform: translateX(3px);
}


body.rf-front .rf-digest__stack {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

body.rf-front .rf-digest__clip {
	display: grid;
	grid-template-columns: 6.75rem minmax(0, 1fr);
	gap: 1.05rem;
	align-items: center;
	flex: 1 1 auto;
	min-height: min-content;
	padding: 0.95rem 0;
	border-top: 1px solid rgba(26, 26, 26, 0.12);
	color: inherit;
	text-decoration: none;
}

body.rf-front .rf-digest__clip:first-child {
	padding-top: 0;
	border-top: 0;
}

body.rf-front .rf-digest__clip:last-child {
	padding-bottom: 0;
}

body.rf-front .rf-digest__clip-media {
	margin: 0;
	aspect-ratio: 1;
	overflow: hidden;
	background: #101010;
}

body.rf-front .rf-digest__clip-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.35rem;
	min-width: 0;
}

body.rf-front .rf-digest__clip .rf-digest__go {
	margin-top: 0.1rem;
}


body.rf-front .rf-digest__more {
	margin: clamp(1.75rem, 3.5vw, 2.5rem) 0 0;
}

body.rf-front .rf-digest__all {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #101010;
	text-decoration: none;
}

body.rf-front .rf-digest__all .rf-icon {
	width: 0.95em;
	height: 0.95em;
	transition: transform 0.16s ease;
}

body.rf-front .rf-digest__all:hover,
body.rf-front .rf-digest__all:focus-visible {
	color: var(--rf-gold);
}

body.rf-front .rf-digest__all:hover .rf-icon,
body.rf-front .rf-digest__all:focus-visible .rf-icon {
	transform: translateX(3px);
}


@media (max-width: 860px) {

body.rf-front .rf-digest__spread {
		grid-template-columns: 1fr;
		gap: 1.75rem;
	
}

body.rf-front .rf-digest__title {
		gap: 0.28em;
		line-height: 1.2;
	
}

body.rf-front .rf-digest__title-main,
body.rf-front .rf-digest__title-sub {
		display: block;
		line-height: 1.2;
		padding-block: 0.04em;
	
}

body.rf-front .rf-digest__clip {
		flex: none;
		min-height: 0;
		align-items: start;
		grid-template-columns: 5.5rem minmax(0, 1fr);
		gap: 0.9rem;
		padding: 1.1rem 0;
	
}

body.rf-front .rf-digest__clip-copy {
		gap: 0.45rem;
	
}

body.rf-front .rf-digest__clip .rf-digest__name {
		font-size: 1rem;
		line-height: 1.3;
	
}

}


/* --- desk --- */

/* =========================================================================
   34l. Contact / booking (service desk — letterhead NAP + open work order)
   ========================================================================= */
body.rf-front .rf-section--desk {
	/* uses var(--rf-gold) */
	background: #f3f2ef;
	color: #101010;
	padding-block: clamp(4rem, 8vw, 6.5rem);
}

body.rf-front .rf-desk__head {
	max-width: 40rem;
	margin-bottom: clamp(1.75rem, 3.5vw, 2.5rem);
}

body.rf-front .rf-desk__kicker {
	margin: 0 0 0.75rem;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--rf-gold);
}

body.rf-front .rf-desk__title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.08em;
	margin: 0 0 0.85rem;
	font-family: var(--rf-font);
	font-size: clamp(2rem, 3.5vw, 2.9rem);
	font-weight: 700;
	font-style: normal;
	line-height: 1.08;
	letter-spacing: -0.03em;
	text-transform: none;
	color: #101010;
}

body.rf-front .rf-desk__title-sub {
	color: var(--rf-gold);
	font-weight: 500;
}

body.rf-front .rf-desk__lead {
	margin: 0;
	max-width: 36em;
	font-size: 0.95rem;
	line-height: 1.55;
	color: #5c564f;
}


body.rf-front .rf-desk__nap {
	margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

body.rf-front .rf-section--desk .rf-nap {
	--rf-desk-gap: clamp(1.75rem, 4vw, 2.75rem);
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: var(--rf-desk-gap);
	row-gap: 0;
	border-top: 1px solid rgba(26, 26, 26, 0.14);
	border-bottom: 1px solid rgba(26, 26, 26, 0.14);
}

body.rf-front .rf-section--desk .rf-nap__item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.4rem;
	margin: 0;
	padding: 1.25rem 0;
	border: 0;
	background: none;
}

body.rf-front .rf-section--desk .rf-nap__item > span:not(.rf-nap__icon) {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	min-width: 0;
}

body.rf-front .rf-section--desk .rf-nap__item:not(:nth-child(3n))::after {
	content: "";
	position: absolute;
	top: 1.15rem;
	bottom: 1.15rem;
	right: calc(var(--rf-desk-gap) / -2);
	width: 1px;
	background: rgba(26, 26, 26, 0.14);
	pointer-events: none;
}

body.rf-front .rf-section--desk .rf-nap__item:nth-child(n + 4) {
	border-top: 1px solid rgba(26, 26, 26, 0.12);
}

body.rf-front .rf-section--desk .rf-nap__icon {
	display: grid;
	place-items: center;
	width: 1.35rem;
	height: 1.35rem;
	margin: 0;
	border-radius: 0;
	background: none;
	color: var(--rf-gold);
	box-shadow: none;
}

body.rf-front .rf-section--desk .rf-nap__icon .rf-icon {
	width: 1.15rem;
	height: 1.15rem;
	stroke-width: 1.35;
}

body.rf-front .rf-section--desk .rf-nap__label {
	display: block;
	margin: 0;
	font-family: var(--rf-font);
	font-size: 0.68rem;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--rf-gold);
}

body.rf-front .rf-section--desk .rf-nap__value {
	font-family: var(--rf-font);
	font-size: 0.92rem;
	font-weight: 700;
	font-style: normal;
	letter-spacing: -0.01em;
	text-transform: none;
	color: #101010;
	line-height: 1.4;
}

body.rf-front .rf-section--desk .rf-nap__value a {
	color: inherit;
	text-decoration: none;
}

body.rf-front .rf-section--desk .rf-nap__value a:hover {
	color: var(--rf-gold);
}


body.rf-front .rf-desk__form {
	position: static;
	max-width: 52rem;
	margin-inline: auto;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

body.rf-front .rf-desk__form-head {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 0.4rem;
	margin-bottom: 1.35rem;
	padding-bottom: 1.1rem;
	border-bottom: 1px solid rgba(26, 26, 26, 0.14);
}

body.rf-front .rf-desk__form-kicker {
	margin: 0;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--rf-gold);
}

body.rf-front .rf-desk__form-title {
	margin: 0;
	font-family: var(--rf-font);
	font-size: clamp(1.2rem, 2vw, 1.45rem);
	font-weight: 700;
	font-style: normal;
	letter-spacing: -0.02em;
	text-transform: none;
	line-height: 1.2;
	color: #101010;
}

body.rf-front .rf-desk__form-sub {
	margin: 0;
	font-size: 0.82rem;
	line-height: 1.4;
	color: #6a645c;
}

body.rf-front .rf-section--desk .rf-field label {
	font-family: var(--rf-font);
	font-size: 0.68rem;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #101010;
}

body.rf-front .rf-section--desk .rf-field .rf-req {
	color: var(--rf-gold);
}

body.rf-front .rf-section--desk .rf-field input,
body.rf-front .rf-section--desk .rf-field select,
body.rf-front .rf-section--desk .rf-field textarea {
	border-radius: 0;
	border-color: rgba(26, 26, 26, 0.16);
	background: #fff;
	box-shadow: none;
	color: #101010;
}

body.rf-front .rf-section--desk .rf-field input:focus,
body.rf-front .rf-section--desk .rf-field select:focus,
body.rf-front .rf-section--desk .rf-field textarea:focus {
	border-color: var(--rf-gold);
	outline: none;
	box-shadow: 0 0 0 1px var(--rf-gold);
}

body.rf-front .rf-section--desk .rf-form .rf-btn.rf-btn--primary {
	justify-self: center;
	align-self: center;
	width: auto;
	min-width: 14.5rem;
	padding: 0.95rem 1.7rem;
	border-radius: 0;
	border: 1px solid #101010;
	background: #101010;
	background-image: none;
	box-shadow: none;
	color: #fff;
	font-family: var(--rf-font);
	font-size: 0.72rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	transform: none;
}

body.rf-front .rf-section--desk .rf-form .rf-btn.rf-btn--primary:hover,
body.rf-front .rf-section--desk .rf-form .rf-btn.rf-btn--primary:focus-visible {
	background: var(--rf-gold);
	background-image: none;
	border-color: var(--rf-gold);
	box-shadow: none;
	color: #101010;
	transform: none;
}

body.rf-front .rf-section--desk .rf-form__note {
	text-align: center;
}


@media (max-width: 960px) {

body.rf-front .rf-section--desk .rf-nap {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	
}

body.rf-front .rf-section--desk .rf-nap__item:not(:nth-child(3n))::after {
		display: none;
	
}

body.rf-front .rf-section--desk .rf-nap__item:not(:nth-child(2n))::after {
		content: "";
		display: block;
		top: 1.15rem;
		bottom: 1.15rem;
		right: calc(var(--rf-desk-gap) / -2);
	
}

body.rf-front .rf-section--desk .rf-nap__item:nth-child(n + 4) {
		border-top: 0;
	
}

body.rf-front .rf-section--desk .rf-nap__item:nth-child(n + 3) {
		border-top: 1px solid rgba(26, 26, 26, 0.12);
	
}

body.rf-front .rf-desk__form-head {
		align-items: center;
		text-align: center;
	
}

}

@media (max-width: 560px) {

body.rf-front .rf-section--desk .rf-nap {
		grid-template-columns: 1fr;
		column-gap: 0;
	
}

body.rf-front .rf-section--desk .rf-nap__item::after,
body.rf-front .rf-section--desk .rf-nap__item:not(:nth-child(2n))::after,
body.rf-front .rf-section--desk .rf-nap__item:not(:nth-child(3n))::after {
		display: none;
	
}

body.rf-front .rf-section--desk .rf-nap__item,
body.rf-front .rf-section--desk .rf-nap__item:nth-child(n + 3),
body.rf-front .rf-section--desk .rf-nap__item:nth-child(n + 4) {
		padding: 1rem 0;
		border-top: 0;
		border-bottom: 1px solid rgba(26, 26, 26, 0.1);
	
}

body.rf-front .rf-section--desk .rf-nap__item:last-child {
		border-bottom: 0;
	
}

}


/* --- care alt (services section) --- */
body.rf-front .rf-section--care-alt {
	background: #f8f7f4;
}

/* =========================================================================
   34b. Services work ledger (homepage — distinct from appliances care catalog)
   ========================================================================= */

body.rf-front .rf-section--works {
	background: #fff;
	color: #101010;
	padding-block: clamp(4rem, 8vw, 6.5rem);
	border-top: 1px solid rgba(26, 26, 26, 0.08);
}

body.rf-front .rf-works__head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.5rem 2.5rem;
	margin-bottom: clamp(2.25rem, 4.5vw, 3.25rem);
	padding-bottom: 1.5rem;
	border-bottom: 1px solid rgba(26, 26, 26, 0.12);
}

body.rf-front .rf-works__intro {
	max-width: 36rem;
}

body.rf-front .rf-works__kicker {
	margin: 0 0 0.75rem;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--rf-gold);
}

body.rf-front .rf-works__title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.08em;
	margin: 0 0 0.7rem;
	font-family: var(--rf-font);
	font-size: clamp(2rem, 3.5vw, 2.9rem);
	font-weight: 700;
	font-style: normal;
	line-height: 1.08;
	letter-spacing: -0.03em;
	text-transform: none;
	color: #101010;
}

body.rf-front .rf-works__title-sub {
	color: var(--rf-gold);
	font-weight: 500;
}

body.rf-front .rf-works__lead {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.55;
	color: #5c564f;
}

body.rf-front .rf-works__cta {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.85rem 1.35rem;
	border: 1px solid #101010;
	background: transparent;
	color: #101010;
	font-family: var(--rf-font);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	text-decoration: none;
	transition: background 0.16s ease, color 0.16s ease;
}

body.rf-front .rf-works__cta:hover,
body.rf-front .rf-works__cta:focus-visible {
	background: #101010;
	color: #fff;
}

body.rf-front .rf-works__cta .rf-icon {
	width: 0.95em;
	height: 0.95em;
	transition: transform 0.16s ease;
}

body.rf-front .rf-works__cta:hover .rf-icon,
body.rf-front .rf-works__cta:focus-visible .rf-icon {
	transform: translateX(3px);
}

body.rf-front .rf-works__grid {
	--rf-works-gap: clamp(1.75rem, 4vw, 2.75rem);
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: var(--rf-works-gap);
	row-gap: 0;
	margin: 0;
	padding: 0;
}

body.rf-front .rf-works__item {
	margin: 0;
	min-width: 0;
}

body.rf-front .rf-works__card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.7rem;
	height: 100%;
	padding: 1.55rem 0 1.65rem;
	border-top: 1px solid rgba(26, 26, 26, 0.1);
	color: inherit;
	text-decoration: none;
}

body.rf-front .rf-works__item:nth-child(-n + 3) .rf-works__card {
	border-top: 0;
	padding-top: 0.25rem;
}

body.rf-front .rf-works__item:nth-child(n + 4) .rf-works__card {
	padding-top: 1.75rem;
}

body.rf-front .rf-works__mark {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	width: 100%;
}

body.rf-front .rf-works__num {
	font-family: var(--rf-font);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1;
	color: var(--rf-gold);
}

body.rf-front .rf-works__icon {
	display: grid;
	place-items: center;
	width: 1.7rem;
	height: 1.7rem;
	color: #101010;
}

body.rf-front .rf-works__icon .rf-icon {
	width: 1.35rem;
	height: 1.35rem;
	stroke-width: 1.35;
}

body.rf-front .rf-works__name {
	margin: 0;
	font-family: var(--rf-font);
	font-size: clamp(1.05rem, 1.6vw, 1.25rem);
	font-weight: 700;
	font-style: normal;
	letter-spacing: -0.02em;
	line-height: 1.25;
	color: #101010;
	transition: color 0.16s ease;
}

body.rf-front .rf-works__desc {
	margin: 0;
	max-width: 28em;
	font-size: 0.88rem;
	line-height: 1.55;
	color: #6a645c;
}

body.rf-front .rf-works__go {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin-top: auto;
	padding-top: 0.35rem;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #101010;
	transition: color 0.16s ease;
}

body.rf-front .rf-works__go .rf-icon {
	width: 0.95em;
	height: 0.95em;
	transition: transform 0.16s ease;
}

body.rf-front .rf-works__card:hover .rf-works__name,
body.rf-front .rf-works__card:focus-visible .rf-works__name,
body.rf-front .rf-works__card:hover .rf-works__go,
body.rf-front .rf-works__card:focus-visible .rf-works__go {
	color: var(--rf-gold);
}

body.rf-front .rf-works__card:hover .rf-works__go .rf-icon,
body.rf-front .rf-works__card:focus-visible .rf-works__go .rf-icon {
	transform: translateX(3px);
}

@media (max-width: 900px) {

body.rf-front .rf-works__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	
}

body.rf-front .rf-works__item:nth-child(-n + 3) .rf-works__card {
		border-top: 1px solid rgba(26, 26, 26, 0.1);
		padding-top: 1.55rem;
	
}

body.rf-front .rf-works__item:nth-child(-n + 2) .rf-works__card {
		border-top: 0;
		padding-top: 0.25rem;
	
}

body.rf-front .rf-works__item:nth-child(n + 3) .rf-works__card {
		padding-top: 1.75rem;
	
}

}

@media (max-width: 640px) {

body.rf-front .rf-works__head {
		align-items: flex-start;
		flex-direction: column;
	
}

body.rf-front .rf-works__grid {
		grid-template-columns: 1fr;
		row-gap: 0;
	
}

body.rf-front .rf-works__item:nth-child(-n + 3) .rf-works__card,
body.rf-front .rf-works__item:nth-child(-n + 2) .rf-works__card,
body.rf-front .rf-works__item:nth-child(n + 3) .rf-works__card,
body.rf-front .rf-works__item:nth-child(n + 4) .rf-works__card {
		border-top: 1px solid rgba(26, 26, 26, 0.1);
		padding: 1.35rem 0;
	
}

body.rf-front .rf-works__item:first-child .rf-works__card {
		border-top: 0;
		padding-top: 0.15rem;
	
}

body.rf-front .rf-works__item:last-child .rf-works__card {
		padding-bottom: 0;
	
}

}


/* Neutralize legacy .rf-flow card styles on the home flow timeline */
body.rf-front .rf-section--flow .rf-flow__step::before {
	content: none;
	display: none;
}
body.rf-front .rf-section--flow .rf-flow__step:hover {
	background: transparent;
	border-color: transparent;
	transform: none;
	box-shadow: none;
}
body.rf-front .rf-section--flow .rf-flow__step:hover::before {
	opacity: 0;
	transform: none;
}
body.rf-front .rf-section--flow .rf-flow__step:hover .rf-flow__icon {
	background: transparent;
	border-color: transparent;
	color: #101010;
}

/* Final CTA full-bleed polish on home */
body.rf-front .rf-section--final-cta {
	padding-block: 0;
}

body.rf-front .rf-care__row--static {
	cursor: default;
}
body.rf-front .rf-care__row--static:hover {
	background: transparent;
}
