﻿/*
 * JennAir brand visual language — Montserrat, architectural straight edges, black/gold.
 * Overrides main.css for homepage and global brand presentation.
 */

/* =========================================================================
   Design tokens (JennAir premium repair palette)
   ========================================================================= */
:root {
	--rf-primary: #BD9B60;
	--rf-primary-hover: #957030;
	--rf-secondary: #000000;
	--rf-ink: #101011;
	--rf-charcoal: #262628;
	--rf-text: #262628;
	--rf-muted: #626367;
	--rf-soft-gray: #94979B;
	--rf-border: #C3C3C3;
	--rf-surface: #F1F1F1;
	--rf-white: #FFFFFF;
	--rf-radius: 2px;
	--rf-radius-card: 2px;
	--rf-radius-button: 0px;
	--rf-font-display: "Montserrat", sans-serif;
	--rf-font-body: "Montserrat", sans-serif;
	/* also map legacy tokens used by main.css / templates */
	--rf-black: #000000;
	--rf-deep-black: #000000;
	--rf-warm-white: #FFFFFF;
	--rf-text-dark: #262628;
	--rf-brass: #BD9B60;
	--rf-accent: #BD9B60;
	--rf-accent-dark: #957030;
	--rf-primary-dark: #957030;
	--rf-bg-dark: #000000;
	--rf-bg-deep: #101011;
	--rf-text-on-dark: #FFFFFF;
	--rf-text-on-dark-muted: rgba(255,255,255,0.78);
	--rf-border-dark: rgba(255,255,255,0.22);
	--rf-surface-2: #F1F1F1;
	--rf-line: #C3C3C3;
	--font-brand: "Montserrat", sans-serif;
	--rf-font: "Montserrat", sans-serif;
	--rf-font-serif: "Montserrat", sans-serif;
	--rf-radius-sm: 2px;
	--rf-radius-lg: 2px;
	--rf-radius-xl: 4px;
	--rf-radius-pill: 2px;
	--rf-radius-btn: 0px;
	--rf-radius-xs: 0px;
	--rf-radius-md: 2px;
	--rf-header-h: 116px;
	--rf-shadow-sm: none;
	--rf-shadow: none;
	--rf-shadow-lg: none;

	/* Compatibility aliases for KitchenAid-era selectors in this overlay */
	--rf-ka-red: var(--rf-primary);
	--rf-ka-red-hover: var(--rf-primary-hover);
	--rf-ka-red-soft: var(--rf-primary);
	--rf-ka-black: var(--rf-black);
	--rf-ka-charcoal: var(--rf-charcoal);
	--rf-ka-gray: var(--rf-muted);
	--rf-ka-gray-2: var(--rf-muted);
	--rf-ka-section: var(--rf-surface);
	--rf-ka-border: var(--rf-border);
	--rf-ka-white: var(--rf-white);
	--radius-xs: var(--rf-radius-xs);
	--radius-sm: var(--rf-radius-sm);
	--radius-md: var(--rf-radius-md);
	--radius-lg: var(--rf-radius-lg);
	--radius-xl: var(--rf-radius-xl);
	--radius-pill: var(--rf-radius-pill);
	--rf-fs-base: 16px;
	--rf-lh-base: 1.55;
}

/* =========================================================================
   Typography — Montserrat brand system
   ========================================================================= */
body,
button,
input,
select,
textarea {
	font-family: var(--font-brand);
}

body {
	color: var(--rf-text-dark);
	background: var(--rf-warm-white);
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.55;
}

h1, h2, h3, h4, h5, h6,
.rf-display,
.rf-heading__title,
.rf-editorial__title,
.rf-cat-tile__label,
.rf-feature-banner__title {
	font-family: var(--rf-font-display);
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	line-height: 1.1;
	color: var(--rf-text-dark);
}

h1, .rf-display, .rf-hero__title {
	font-size: clamp(44px, 4.5vw, 52px);
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: 0.12em;
}

h2, .rf-heading__title, .rf-editorial__title {
	font-size: clamp(34px, 3.6vw, 40px);
	font-weight: 600;
	line-height: 1.12;
	letter-spacing: 0.12em;
}

h3 {
	font-size: clamp(22px, 2.2vw, 28px);
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.1em;
}

.rf-eyebrow,
.rf-heading__eyebrow,
.rf-hero__badge,
.rf-editorial__eyebrow {
	font-family: var(--font-brand);
	font-size: 13px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--rf-muted);
	background: transparent;
	border: none;
	padding: 0;
}

.rf-heading__text,
.rf-hero__lead,
.rf-editorial__text,
p {
	font-family: var(--rf-font-body);
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1.55;
}

.rf-serif-accent {
	font-family: var(--font-brand);
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.55;
	color: var(--rf-text-on-dark-muted);
}

a {
	color: inherit;
	text-decoration-color: var(--rf-border);
	text-underline-offset: 0.18em;
}

a:hover {
	color: var(--rf-text-dark);
}

/* =========================================================================
   Layout & sections
   ========================================================================= */
body.rf-front .rf-section {
	padding-block: clamp(5rem, 8vw, 8.125rem);
}

body.rf-interior .rf-section {
	padding-block: clamp(2rem, 4vw, 3.25rem);
}

body.rf-interior .rf-section--tight {
	padding-block: clamp(1.25rem, 2.5vw, 2rem);
}

.rf-section {
	padding-block: clamp(5rem, 8vw, 8.125rem);
}

.rf-section--alt {
	background: var(--rf-surface);
}

.rf-section--editorial {
	background: var(--rf-warm-white);
}

.rf-section--ink {
	background: var(--rf-bg-deep);
	color: var(--rf-white);
}

.rf-section--ink .rf-heading__title,
.rf-section--ink h2,
.rf-section--ink h3 {
	color: var(--rf-white);
}

.rf-section--ink .rf-heading__text {
	color: var(--rf-text-on-dark-muted);
}

/* =========================================================================
   Buttons — JennAir rectangular gold / black
   ========================================================================= */
.rf-btn {
	border-radius: var(--rf-radius-button);
	font-family: var(--font-brand);
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	box-shadow: none;
	transform: none;
	padding: 0 1.75rem;
	min-height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.rf-btn:hover,
.rf-btn:active {
	transform: none;
	box-shadow: none;
}

.rf-btn--primary {
	background: var(--rf-primary);
	color: var(--rf-black);
	border: 1px solid var(--rf-primary);
	box-shadow: none;
}

.rf-btn--secondary {
	background: var(--rf-white);
	color: var(--rf-black);
	border: 1px solid var(--rf-black);
}

.rf-btn--outline-light,
.rf-btn--onink,
.rf-btn--ghost-light {
	background: transparent;
	color: var(--rf-white);
	border: 1px solid var(--rf-border-dark);
}

.rf-btn--ghost {
	background: transparent;
	border: 1px solid var(--rf-border);
	color: var(--rf-text-dark);
}

/* Light-surface button hovers */
@media (hover: hover) {
	.rf-btn--primary:hover,
	.rf-btn--primary:focus-visible {
		background: var(--rf-primary-hover);
		color: var(--rf-black);
		border-color: var(--rf-primary-hover);
	}

	.rf-btn--secondary:hover,
	.rf-btn--secondary:focus-visible {
		background: var(--rf-black);
		color: var(--rf-white);
		border-color: var(--rf-black);
	}

	.rf-btn--ghost:hover,
	.rf-btn--ghost:focus-visible {
		border-color: var(--rf-primary);
		color: var(--rf-primary-hover);
	}
}

/* Dark-surface outline buttons — inverted on hover */
@media (hover: hover) {
	.rf-section--ink .rf-btn--outline-light:hover,
	.rf-section--ink .rf-btn--outline-light:focus-visible,
	.rf-section--ink .rf-btn--onink:hover,
	.rf-section--ink .rf-btn--onink:focus-visible,
	.rf-section--ink .rf-btn--ghost-light:hover,
	.rf-section--ink .rf-btn--ghost-light:focus-visible {
		background: var(--rf-white);
		color: var(--rf-text-dark);
		border-color: var(--rf-white);
	}

	.rf-section--ink .rf-btn--outline-light:hover .rf-icon,
	.rf-section--ink .rf-btn--outline-light:focus-visible .rf-icon,
	.rf-section--ink .rf-btn--onink:hover .rf-icon,
	.rf-section--ink .rf-btn--onink:focus-visible .rf-icon {
		color: var(--rf-text-dark);
	}

	.rf-section--ink .rf-btn--primary:hover,
	.rf-section--ink .rf-btn--primary:focus-visible {
		background: var(--rf-primary-hover);
		color: var(--rf-black);
		border-color: var(--rf-primary-hover);
	}

	.rf-section--ink .rf-btn--secondary:hover,
	.rf-section--ink .rf-btn--secondary:focus-visible {
		background: var(--rf-white);
		color: var(--rf-text-dark);
		border-color: var(--rf-white);
	}
}

/* =========================================================================
   Announcement bar
   ========================================================================= */
.rf-announce {
	background: var(--rf-deep-black);
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.3;
	border-bottom: 1px solid var(--rf-border-dark);
}

.rf-announce__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.35rem 1rem;
	flex-wrap: wrap;
	padding-block: 0.3rem;
}

.rf-announce__note {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 0.1rem;
	font-size: 0.6875rem;
	line-height: 1.25;
	color: rgba(255, 255, 255, 0.5);
	max-width: min(42rem, 100%);
	text-align: right;
}

.rf-announce__tm {
	font-size: 0.625rem;
	line-height: 1.2;
	color: rgba(255, 255, 255, 0.4);
}

.rf-announce a {
	color: var(--rf-white);
	font-weight: 500;
	text-decoration: none;
}

.rf-announce a:hover {
	color: var(--rf-ka-red);
	opacity: 1;
}

.rf-announce__dot {
	background: var(--rf-brass);
	width: 4px;
	height: 4px;
}

.rf-announce__item .rf-icon {
	color: var(--rf-white);
	opacity: 0.85;
}

/* =========================================================================
   Header — black / ink bar with white nav and gold CTA
   ========================================================================= */
.rf-header--luxury {
	position: sticky;
	top: 0;
	z-index: 100;
	background: var(--rf-ink);
	border-bottom: 1px solid var(--rf-border-dark);
	backdrop-filter: none;
	box-shadow: none;
}

/* Drawer above sticky header while open. */
body.rf-scroll-locked .rf-header--luxury,
body.rf-scroll-locked .rf-header {
	z-index: 1;
}

.rf-drawer {
	z-index: 400;
}

/* Panel must stay above the dim overlay (same stacking context). */
.rf-drawer__overlay {
	z-index: 0;
}

.rf-drawer__panel {
	z-index: 1;
	background: #fff;
}

.rf-header--luxury .rf-header__inner {
	min-height: 76px;
}

.rf-header--luxury .rf-brand {
	flex-shrink: 0;
	min-width: 0;
}

/* SVG lockups — explicit height preserves 1024×227 artboard aspect. */
.rf-header--luxury .rf-brand__img--header,
.rf-header--luxury .rf-brand__img--drawer,
.rf-brand__img--footer {
	display: block;
	flex: none;
	width: auto;
	object-fit: contain;
	object-position: left center;
	filter: none;
}

.rf-header--luxury .rf-brand__img--header,
.rf-header--luxury .rf-brand__img--drawer {
	height: 42px;
	max-width: min(240px, 52vw);
}

.rf-brand__img--footer {
	height: 38px;
	max-width: min(220px, 52vw);
}

.rf-drawer .rf-brand__img--drawer {
	height: 40px;
	max-width: min(220px, 70vw);
	filter: none;
}

.rf-header--luxury .rf-header__actions {
	position: static;
	margin-left: auto;
	gap: 0.75rem;
}

.rf-header--luxury .rf-header__actions .rf-btn--primary {
	min-height: 48px;
	padding-inline: 1.35rem;
	background: var(--rf-primary);
	color: var(--rf-black);
	border-color: var(--rf-primary);
}

.rf-header--luxury .rf-phone-btn {
	color: var(--rf-white);
	font-weight: 600;
	font-size: 0.875rem;
	letter-spacing: 0.04em;
	border-radius: var(--rf-radius-btn);
}

.rf-header--luxury .rf-phone-btn .rf-icon {
	color: var(--rf-primary);
	opacity: 1;
}

@media (hover: hover) {
	.rf-header--luxury .rf-phone-btn:hover,
	.rf-header--luxury .rf-phone-btn:focus-visible {
		color: var(--rf-primary);
		background: rgba(255, 255, 255, 0.08);
	}

	.rf-header--luxury .rf-header__actions .rf-btn--primary:hover,
	.rf-header--luxury .rf-header__actions .rf-btn--primary:focus-visible {
		background: var(--rf-primary-hover);
		color: var(--rf-black);
		border-color: var(--rf-primary-hover);
	}
}

.rf-nav__list {
	gap: 0 1.5rem;
}

.rf-nav a {
	color: rgba(255, 255, 255, 0.82);
	font-family: var(--font-brand);
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 0.25rem 0;
}

.rf-nav a:hover,
.rf-nav .current-menu-item > a,
.rf-nav .current_page_item > a {
	color: var(--rf-white);
}

.rf-nav a::after {
	background: var(--rf-primary);
	height: 1px;
}

.rf-nav-toggle {
	color: var(--rf-white);
	border: 1px solid var(--rf-border-dark);
	border-radius: var(--rf-radius-btn);
	background: transparent;
}

@media (hover: hover) {
	.rf-nav-toggle:hover,
	.rf-nav-toggle:focus-visible {
		color: var(--rf-primary);
		border-color: color-mix(in srgb, var(--rf-primary) 45%, rgba(255, 255, 255, 0.22));
		background: rgba(255, 255, 255, 0.06);
	}
}

/* =========================================================================
   Hero — full-width campaign photography
   ========================================================================= */
.rf-hero--campaign {
	position: relative;
	isolation: isolate;
	color: var(--rf-white);
	background: var(--rf-deep-black);
	min-height: clamp(500px, 54vh, 600px);
	overflow: hidden;
}

.rf-hero--campaign .rf-hero__media {
	position: absolute;
	inset: 0;
	background-image: var(--rf-hero-image);
	background-size: cover;
	background-position: 42% center;
	background-repeat: no-repeat;
}

.rf-hero--campaign .rf-hero__gradient {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		90deg,
		rgba(0, 0, 0, 0.88) 0%,
		rgba(0, 0, 0, 0.68) 30%,
		rgba(0, 0, 0, 0.28) 56%,
		rgba(0, 0, 0, 0) 75%
	);
	pointer-events: none;
}

.rf-hero--campaign .rf-hero__container {
	position: relative;
	z-index: 1;
	min-height: clamp(500px, 54vh, 600px);
	display: flex;
	align-items: center;
	padding-block: clamp(2.5rem, 4vw, 3.5rem);
}

.rf-hero--campaign .rf-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(480px, 580px);
	gap: clamp(2.5rem, 5vw, 4.5rem);
	align-items: center;
	width: 100%;
}

.rf-hero--campaign .rf-hero__content {
	max-width: none;
}

.rf-hero--campaign .rf-hero__badge {
	display: block;
	margin-bottom: 1.5rem;
	color: rgba(255, 255, 255, 0.82);
	font-size: 13px;
	letter-spacing: 0.12em;
	font-family: var(--font-brand);
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	padding: 0 !important;
	border-radius: 0 !important;
	font-weight: 700 !important;
}

.rf-hero--campaign .rf-hero__title {
	color: var(--rf-white);
	margin-bottom: 1rem;
	font-family: var(--font-brand);
	font-weight: 600;
	font-size: clamp(44px, 4.5vw, 52px);
	line-height: 1.05;
	letter-spacing: 0.12em;
	text-shadow: none;
	max-width: 12em;
}

.rf-hero--campaign .rf-hero__title-line {
	display: inline;
}

.rf-hero--campaign .rf-hero__lead {
	color: rgba(255, 255, 255, 0.88);
	max-width: 38rem;
	margin-bottom: 1.25rem;
	font-size: 1.0625rem;
	line-height: 1.55;
}

.rf-hero--campaign .rf-hero__card {
	display: block !important;
	position: relative;
	background: #f7f5f1;
	color: var(--rf-ink);
	border: 1px solid color-mix(in srgb, var(--rf-primary) 55%, var(--rf-border));
	border-left: 3px solid var(--rf-primary);
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	overflow: hidden;
}

.rf-hero--campaign .rf-hero__card--atelier {
	isolation: isolate;
}

.rf-hero--campaign .rf-hero__card-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.05rem 1.35rem 0.95rem;
	background:
		linear-gradient(180deg, #111111 0%, #1a1a1a 100%);
	border-bottom: 1px solid color-mix(in srgb, var(--rf-primary) 70%, transparent);
	color: var(--rf-white);
}

.rf-hero--campaign .rf-hero__card-head-copy {
	min-width: 0;
}

.rf-hero--campaign .rf-hero__card-kicker {
	margin: 0 0 0.35rem;
	font-size: 0.65rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: color-mix(in srgb, var(--rf-primary) 88%, white);
}

.rf-hero--campaign .rf-hero__card-head .rf-hero__form-title {
	margin: 0;
	color: var(--rf-white);
	font-size: 0.95rem;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.rf-hero--campaign .rf-hero__flag {
	position: static;
	display: inline-flex;
	align-items: flex-start;
	justify-content: flex-end;
	gap: 0;
	margin: 0 0 0.1rem auto;
	background: transparent;
	color: var(--rf-white);
	border: 0;
	border-left: 1px solid color-mix(in srgb, var(--rf-primary) 65%, transparent);
	border-radius: 0;
	box-shadow: none;
	padding: 0 0 0 0.85rem;
	font-size: 0.68rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	text-align: right;
	flex: none;
}

.rf-hero--campaign .rf-hero__flag .rf-icon {
	display: none;
}

.rf-hero--campaign .rf-hero__flag small {
	display: block;
	margin-top: 0.2rem;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0.02em;
	opacity: 0.72;
	font-size: 0.68rem;
	color: rgba(255, 255, 255, 0.78);
}

.rf-hero--campaign .rf-hero__form-title {
	font-family: var(--font-brand);
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--rf-ink);
	margin-bottom: 0.75rem;
}

.rf-hero--campaign .rf-hero__card .rf-form {
	gap: 0.55rem;
	padding: 1.1rem 1.35rem 1.2rem;
}

.rf-hero--campaign .rf-hero__card .rf-form__row {
	gap: 0.95rem;
}

.rf-form--hero .rf-field--full input {
	min-height: 2.4rem;
}

.rf-hero--campaign .rf-hero__card .rf-field label {
	color: var(--rf-ink);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 0.2rem;
}

.rf-hero--campaign .rf-hero__card .rf-field input,
.rf-hero--campaign .rf-hero__card .rf-field select {
	padding: 0.45rem 0.15rem 0.5rem;
	font-size: 0.9375rem;
	min-height: 2.4rem;
	background: transparent;
	border: 0;
	border-bottom: 1px solid color-mix(in srgb, var(--rf-primary) 45%, var(--rf-border));
	border-radius: 0;
	box-shadow: none;
	color: var(--rf-ink);
}

.rf-hero--campaign .rf-hero__card .rf-field input:focus,
.rf-hero--campaign .rf-hero__card .rf-field select:focus {
	outline: none;
	border-bottom-color: var(--rf-primary);
	box-shadow: 0 1px 0 0 var(--rf-primary);
}

.rf-hero--campaign .rf-hero__card .rf-consent {
	padding-top: 0.15rem;
}

.rf-hero--campaign .rf-hero__card .rf-consent input[type="checkbox"] {
	min-height: 0;
	padding: 0;
	margin-top: 0.12em;
	border: 1px solid var(--rf-charcoal);
	border-radius: 0;
	accent-color: var(--rf-primary);
}

.rf-hero--campaign .rf-hero__card .rf-consent label {
	text-transform: none;
	letter-spacing: 0;
	font-size: 0.7rem;
	line-height: 1.4;
	color: var(--rf-muted);
	font-weight: 400;
}

.rf-hero--campaign .rf-hero__card .rf-form__note {
	font-size: 0.7rem;
	margin-top: -0.1rem;
	color: var(--rf-muted);
}

.rf-hero--campaign .rf-hero__card .rf-btn--lg {
	padding: 0.85rem 1rem;
	font-size: 0.78rem;
	letter-spacing: 0.14em;
	margin-top: 0.25rem;
	border-radius: 0;
	background: var(--rf-black);
	border-color: var(--rf-black);
	color: var(--rf-white);
}

.rf-hero--campaign .rf-hero__card .rf-btn--lg:hover,
.rf-hero--campaign .rf-hero__card .rf-btn--lg:focus-visible {
	background: var(--rf-primary);
	border-color: var(--rf-primary);
	color: var(--rf-black);
}

.rf-hero--campaign .rf-hero__card-foot {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	margin: 0;
	padding: 0.8rem 1.35rem 1rem;
	border-top: 1px solid color-mix(in srgb, var(--rf-primary) 28%, var(--rf-border));
	background: color-mix(in srgb, var(--rf-primary) 6%, #f7f5f1);
}

.rf-hero--campaign .rf-hero__card-foot p {
	margin: 0;
	font-size: 0.8125rem;
	color: var(--rf-muted);
}

.rf-hero--campaign .rf-hero__card-foot .rf-icon {
	flex: none;
	width: 1.1em;
	height: 1.1em;
	color: var(--rf-primary);
}

.rf-hero--campaign .rf-hero__card-foot strong {
	font-size: inherit;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--rf-ink);
	margin-right: 0.35rem;
}

.rf-hero--campaign .rf-hero__card-foot a {
	color: var(--rf-ink);
	text-decoration: none;
	font-weight: 500;
	border-bottom: 1px solid color-mix(in srgb, var(--rf-primary) 55%, transparent);
}

.rf-hero--campaign .rf-hero__card-foot a:hover {
	color: var(--rf-primary-hover);
	border-bottom-color: var(--rf-primary);
}

.rf-hero--campaign .rf-hero__trust {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 0.65rem 1.75rem;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.875rem;
	line-height: 1.45;
}

.rf-hero--campaign .rf-hero__trust li {
	display: grid;
	grid-template-columns: 5px minmax(0, 1fr);
	align-items: start;
	column-gap: 0.55rem;
	max-width: 16rem;
}

.rf-hero--campaign .rf-hero__trust li::before {
	content: "";
	width: 5px;
	height: 5px;
	/* Optically center the dot on the first text line, not the whole block. */
	margin-top: calc((1lh - 5px) / 2);
	border-radius: 50%;
	background: var(--rf-brass);
	align-self: start;
}

.rf-hero--campaign .rf-hero__trust-ico {
	display: none;
}

.rf-hero::before,
.rf-hero__media::before,
.rf-hero__media::after,
.rf-hero-figure {
	display: none !important;
}

/* =========================================================================
   Editorial intro block (JennAir craftsmanship section)
   ========================================================================= */
.rf-section--editorial {
	padding-block: clamp(6.25rem, 10vw, 8.75rem);
	text-align: center;
}

.rf-editorial {
	max-width: 1000px;
	margin-inline: auto;
}

.rf-editorial__eyebrow {
	display: block;
	margin-bottom: 1.75rem;
}

.rf-editorial__title {
	margin-bottom: 1.75rem;
	color: var(--rf-text-dark);
}

.rf-editorial__text {
	max-width: 760px;
	margin-inline: auto;
	color: var(--rf-muted);
}

/* =========================================================================
   Category photo tiles — match shop cards (~12px radius + gap)
   ========================================================================= */
.rf-cat-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 0.75rem;
	width: 100%;
	padding-inline: clamp(1rem, 3vw, 1.5rem);
	box-sizing: border-box;
}

.rf-cat-grid--extended {
	margin-top: 0.75rem;
	grid-template-columns: repeat(4, 1fr);
}

.rf-cat-tile {
	position: relative;
	display: block;
	min-height: clamp(220px, 28vw, 340px);
	overflow: hidden;
	text-decoration: none;
	color: var(--rf-white);
	border: none;
	border-radius: var(--radius-md); /* 12px — architectural card radius */
	background: var(--rf-deep-black);
}

.rf-cat-tile__media {
	position: absolute;
	inset: 0;
	background-image: var(--rf-cat-image);
	background-size: cover;
	background-position: center;
	transition: transform 0.45s ease;
}

.rf-cat-tile:hover .rf-cat-tile__media {
	transform: scale(1.03);
}

.rf-cat-tile__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.08) 55%, rgba(0, 0, 0, 0.35) 100%);
}

.rf-cat-tile__label {
	position: relative;
	z-index: 1;
	display: block;
	padding: 1.35rem 1rem 0;
	font-family: var(--font-brand);
	font-weight: 700;
	font-size: clamp(0.95rem, 1.4vw, 1.125rem);
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-align: center;
	color: var(--rf-white);
}

.rf-section--categories {
	padding-block: 0;
}

.rf-section--categories .rf-heading {
	padding-block: clamp(4rem, 7vw, 6.5rem) 2.5rem;
	text-align: center;
	max-width: 900px;
	margin-inline: auto;
}

.rf-section--categories .rf-heading__eyebrow {
	margin-bottom: 1rem;
}

.rf-section--categories .rf-heading__title {
	font-size: clamp(2rem, 3vw, 2.75rem);
	letter-spacing: 0.04em;
}

.rf-section--categories .rf-heading__text {
	max-width: 680px;
	margin-inline: auto;
}

/* =========================================================================
   Feature banner (edge-to-edge photography)
   ========================================================================= */
.rf-feature-banner {
	position: relative;
	min-height: clamp(420px, 50vh, 560px);
	display: flex;
	align-items: center;
	color: var(--rf-white);
	overflow: hidden;
}

.rf-feature-banner__media {
	position: absolute;
	inset: 0;
	background-image: var(--rf-feature-image);
	background-size: cover;
	background-position: center;
}

.rf-feature-banner__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
}

.rf-feature-banner__inner {
	position: relative;
	z-index: 1;
	max-width: 720px;
	padding-block: clamp(4rem, 8vw, 6rem);
}

.rf-feature-banner__eyebrow {
	font-family: var(--font-brand);
	font-size: 0.875rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.82);
	margin-bottom: 1.25rem;
	display: block;
}

.rf-feature-banner__title {
	color: var(--rf-white);
	margin-bottom: 1rem;
	font-size: clamp(2.25rem, 4vw, 3.25rem);
}

.rf-feature-banner__text {
	color: rgba(255, 255, 255, 0.85);
	max-width: 520px;
	margin-bottom: 1.75rem;
}

.rf-section--feature {
	padding-block: 0;
}

.rf-section--feature .rf-feature-banner .rf-container {
	width: 100%;
}

/* =========================================================================
   Cards & grids — flat architectural
   ========================================================================= */
.rf-card,
.rf-service-card,
.rf-appliance,
.rf-location,
.rf-step,
.rf-guarantee,
.rf-review,
.rf-ec-card {
	border-radius: var(--radius-md); /* 12px — aligned with KA product cards */
	overflow: hidden;
	box-shadow: none;
	border: 1px solid var(--rf-border);
	background: var(--rf-white);
}

.rf-card--hover:hover,
.rf-service-card:hover,
.rf-appliance:hover {
	transform: none;
	box-shadow: none;
	border-color: var(--rf-ka-red);
}

.rf-card__icon,
.rf-appliance__icon {
	border-radius: 0;
	background: var(--rf-surface);
	box-shadow: none;
}

.rf-card__icon .rf-icon,
.rf-appliance__icon .rf-icon {
	color: var(--rf-brass);
}

.rf-appliance,
.rf-service-card {
	padding: 1.5rem 1.5rem 1.125rem;
}

.rf-appliance__title,
.rf-service-card__title,
.rf-card__title {
	font-weight: 500;
	font-size: 0.9375rem;
	letter-spacing: 0.06em;
	line-height: 1.25;
	text-transform: uppercase;
	width: 100%;
	max-width: 100%;
	overflow: visible;
	padding-inline-end: 0.06em;
	overflow-wrap: normal;
	word-break: normal;
	hyphens: none;
}

.rf-appliance__text,
.rf-service-card__text {
	font-size: 0.9375rem;
	line-height: 1.6;
	color: var(--rf-muted);
	margin-bottom: 0;
	flex: 1 1 auto;
}

.rf-appliance {
	overflow: visible;
	align-items: stretch;
}

.rf-appliance__foot {
	margin-top: auto;
	padding-top: 0.85rem;
}

.rf-appliance__link.rf-link-more {
	font-family: var(--font-brand);
	font-weight: 500;
	font-size: 0.8125rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.rf-appliances-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
}

.rf-appliances-grid > * {
	min-width: 0;
}

@media (min-width: 768px) {
	.rf-appliances-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.rf-appliances-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.rf-grid.rf-grid--3 {
	gap: clamp(1rem, 2.4vw, 1.5rem);
	background-color: transparent;
	border: none;
}

.rf-grid.rf-grid--3 > .rf-card,
.rf-grid.rf-grid--3 > .rf-service-card,
.rf-grid.rf-grid--3 > .rf-guarantee,
.rf-grid.rf-grid--3 > .rf-step,
.rf-grid.rf-grid--3 > .rf-problem {
	border: 1px solid var(--rf-border);
	border-radius: var(--radius-lg);
	background: var(--rf-white);
}

.rf-grid.rf-grid--3 > .rf-card--hover:hover,
.rf-grid.rf-grid--3 > .rf-service-card:hover {
	border-color: var(--rf-ka-red);
	box-shadow: none;
}

/* =========================================================================
   CTA banner — editorial full-bleed dark panel (kitchen image + ink overlay)
   ========================================================================= */
.rf-cta-banner {
	--rf-cta-image: none;
	/* Keep faces mid-upper in the short band — not cropped at top, not hugging the bottom. */
	--rf-cta-image-position: 72% 28%;
	position: relative;
	display: block;
	isolation: isolate;
	color: var(--rf-white);
	overflow: hidden;
	border: 0;
	border-radius: 0;
	background: var(--rf-ink);
	padding: 0;
	min-height: clamp(20rem, 34vw, 24rem);
}

.rf-cta-banner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: var(--rf-primary);
	z-index: 3;
}

.rf-cta-banner__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	background-color: var(--rf-ink);
	background-image: var(--rf-cta-image);
	background-size: cover;
	background-position: var(--rf-cta-image-position);
	background-repeat: no-repeat;
}

.rf-cta-banner__shade {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(
			105deg,
			rgba(0, 0, 0, 0.94) 0%,
			rgba(16, 16, 17, 0.9) 38%,
			rgba(16, 16, 17, 0.72) 62%,
			rgba(16, 16, 17, 0.55) 100%
		),
		linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, transparent 45%);
}

.rf-cta-banner__rail {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.55rem 1rem;
	padding: 0;
	background: transparent;
	color: inherit;
	margin: 0 0 0.15rem;
}

.rf-cta-banner__brand {
	font-family: var(--font-brand);
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	line-height: 1.2;
	text-transform: uppercase;
	color: var(--rf-primary);
}

.rf-cta-banner__rail-note {
	font-family: var(--font-brand);
	font-size: 0.68rem;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	line-height: 1.3;
	color: rgba(255, 255, 255, 0.55);
	max-width: none;
	position: relative;
	padding-left: 1rem;
}

.rf-cta-banner__rail-note::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 0.45rem;
	height: 1px;
	background: rgba(255, 255, 255, 0.35);
	transform: translateY(-50%);
}

.rf-cta-banner__body {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 1.15rem;
	padding: clamp(2.25rem, 5vw, 3.75rem) clamp(1.35rem, 5vw, 4.5rem);
	max-width: 46rem;
	background: transparent;
}

.rf-cta-banner__title,
.rf-cta-banner h2 {
	margin: 0;
	color: var(--rf-white);
	font-family: var(--font-brand);
	font-size: clamp(1.55rem, 3.2vw, 2.35rem);
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.15;
	text-transform: uppercase;
	max-width: 18ch;
}

.rf-cta-banner__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.85rem 1.5rem;
	margin-top: 0.35rem;
}

.rf-cta-banner__actions .rf-btn--primary {
	box-shadow: none;
	border-radius: 0;
	min-height: 3.15rem;
	padding-inline: 1.6rem;
	letter-spacing: 0.1em;
}

.rf-cta-banner__dial {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 0.15rem;
	min-height: 3.15rem;
	padding: 0.55rem 1.1rem;
	text-decoration: none;
	color: #fff;
	min-width: 0;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.22);
	transition: border-color 0.15s ease, background-color 0.15s ease;
}

.rf-cta-banner__dial:hover,
.rf-cta-banner__dial:focus-visible {
	border-color: var(--rf-primary);
	background: rgba(0, 0, 0, 0.38);
}

.rf-cta-banner__dial:hover .rf-cta-banner__dial-num,
.rf-cta-banner__dial:focus-visible .rf-cta-banner__dial-num {
	color: var(--rf-primary);
}

.rf-cta-banner__dial-label {
	font-family: var(--font-brand);
	font-size: 0.65rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
}

.rf-cta-banner__dial-num {
	font-family: var(--font-brand);
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.2;
	color: #fff;
	transition: color 0.15s ease;
}

.rf-cta-banner__text,
.rf-cta-banner p {
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	font-family: var(--font-brand);
	font-size: 0.95rem;
	line-height: 1.55;
	max-width: 40ch;
	font-weight: 400;
	letter-spacing: 0.01em;
	text-transform: none;
}

/* Legacy hooks from older markup — keep harmless if unused */
.rf-cta-banner__inner,
.rf-cta-banner__content,
.rf-cta-banner__eyebrow {
	display: contents;
}

/*
 * Full-bleed CTA shell — only when the banner is a direct child of the
 * section container (homepage / final CTA). Nested mid-article banners
 * inside .rf-ec-page / .rf-post-page must keep the shared content width
 * so the sticky TOC + main column layout stays intact.
 */
.rf-section:has(> .rf-container > .rf-cta-banner) {
	padding-block: 0;
}

.rf-section:has(> .rf-container > .rf-cta-banner) > .rf-container {
	max-width: none;
	width: 100%;
	padding-inline: 0;
}

/* =========================================================================
   Footer
   ========================================================================= */
.rf-footer {
	background: var(--rf-deep-black);
	color: rgba(255, 255, 255, 0.62);
	border-top: 1px solid var(--rf-border-dark);
}

.rf-footer a:hover {
	color: var(--rf-white);
}

.rf-footer__col-title {
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	font-size: 0.75rem;
	color: var(--rf-white);
}

/* =========================================================================
   Forms, error codes, sticky bar
   ========================================================================= */
.rf-field input,
.rf-field select,
.rf-field textarea {
	border-radius: var(--radius-sm);
	border: 1px solid var(--rf-border);
	box-shadow: none;
}

.rf-field input:focus,
.rf-field select:focus,
.rf-field textarea:focus {
	border-color: var(--rf-ka-red);
	box-shadow: none;
}

/* =========================================================================
   Error-code archive filters — selects + reviewed checkbox
   KitchenAid row logic; JennAir gold/black rectangular chrome
   ========================================================================= */
.rf-ec-filters {
	margin-top: 1.15rem;
}

.rf-ec-filters__row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 1rem 1.25rem;
}

.rf-ec-field {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	min-width: 0;
	font-family: var(--font-brand);
	font-size: 0.9rem;
	color: var(--rf-charcoal);
}

.rf-ec-field > span {
	font-family: var(--font-brand);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--rf-muted);
}

.rf-ec-field select {
	appearance: none;
	-webkit-appearance: none;
	min-width: 220px;
	height: 2.85rem;
	padding: 0 2.5rem 0 0.9rem;
	border: 1px solid var(--rf-border);
	border-radius: 0;
	background-color: var(--rf-white);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23262628' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.9rem center;
	background-size: 12px 8px;
	color: var(--rf-charcoal);
	font-family: var(--font-brand);
	font-size: 0.95rem;
	font-weight: 500;
	line-height: 1.2;
	cursor: pointer;
	box-shadow: none;
	transition: border-color 0.15s ease, background-color 0.15s ease;
}

.rf-ec-field select:hover {
	border-color: color-mix(in srgb, var(--rf-primary) 45%, var(--rf-border));
}

.rf-ec-field select:focus,
.rf-ec-field select:focus-visible {
	outline: none;
	border-color: var(--rf-primary);
	box-shadow: 0 0 0 1px var(--rf-primary);
}

.rf-ec-field--check {
	flex-direction: row;
	align-items: center;
	align-self: flex-end;
	gap: 0.75rem;
	min-height: 2.85rem;
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
	user-select: none;
}

.rf-ec-field--check input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	flex: 0 0 auto;
	width: 1.15rem;
	height: 1.15rem;
	margin: 0;
	border: 1px solid var(--rf-charcoal);
	border-radius: 0;
	background: var(--rf-white);
	cursor: pointer;
	display: grid;
	place-items: center;
	transition: background-color 0.15s ease, border-color 0.15s ease;
}

.rf-ec-field--check input[type="checkbox"]::before {
	content: "";
	width: 0.55rem;
	height: 0.3rem;
	border-left: 2px solid var(--rf-white);
	border-bottom: 2px solid var(--rf-white);
	transform: rotate(-45deg) translateY(-1px) scale(0);
	transition: transform 0.12s ease;
}

.rf-ec-field--check input[type="checkbox"]:checked {
	background: var(--rf-primary);
	border-color: var(--rf-primary);
}

.rf-ec-field--check input[type="checkbox"]:checked::before {
	transform: rotate(-45deg) translateY(-1px) scale(1);
}

.rf-ec-field--check input[type="checkbox"]:focus-visible {
	outline: 2px solid var(--rf-primary);
	outline-offset: 2px;
}

.rf-ec-field--check > span {
	font-size: 0.92rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	text-transform: none;
	color: var(--rf-charcoal);
	line-height: 1.25;
}

.rf-ec-search__bar input[type="search"] {
	border-radius: 0;
	background: var(--rf-white);
	border-color: var(--rf-border);
	font-family: var(--font-brand);
}

.rf-ec-search__bar input[type="search"]:focus-visible {
	border-color: var(--rf-primary);
	box-shadow: 0 0 0 1px var(--rf-primary);
}

.rf-ec-chip {
	border-radius: 0;
	background: color-mix(in srgb, var(--rf-primary) 10%, var(--rf-white));
	color: var(--rf-charcoal);
	border-color: color-mix(in srgb, var(--rf-primary) 35%, var(--rf-border));
}

@media (max-width: 782px) {
	.rf-ec-field select {
		min-width: 0;
		width: 100%;
	}

	.rf-ec-field--check {
		width: 100%;
		align-self: stretch;
	}
}

.rf-ec-card__code {
	color: var(--rf-brass);
	font-weight: 500;
}

/* Full EC card atelier layout — see Atelier recompositions below. */

.rf-sticky-bar {
	background: var(--rf-black);
	border-top: 1px solid var(--rf-border-dark);
}

.rf-sticky-bar .rf-btn {
	color: var(--rf-white);
	border-color: rgba(255, 255, 255, 0.35);
}

.rf-sticky-bar .rf-btn .rf-icon {
	color: var(--rf-white);
}

.rf-sticky-bar .rf-btn--primary {
	background: var(--rf-primary);
	color: var(--rf-black);
	border-color: var(--rf-primary);
}

.rf-sticky-bar .rf-btn--primary .rf-icon {
	color: var(--rf-black);
}

.rf-sticky-bar .rf-btn--secondary {
	background: transparent;
	color: var(--rf-white);
	border-color: rgba(255, 255, 255, 0.45);
}

@media (hover: hover) {
	.rf-sticky-bar .rf-btn--primary:hover,
	.rf-sticky-bar .rf-btn--primary:focus-visible {
		background: var(--rf-primary-hover);
		border-color: var(--rf-primary-hover);
		color: var(--rf-black);
	}

	.rf-sticky-bar .rf-btn--secondary:hover,
	.rf-sticky-bar .rf-btn--secondary:focus-visible {
		background: var(--rf-white);
		color: var(--rf-ka-black);
		border-color: var(--rf-white);
	}
}

.rf-drawer .rf-drawer__brand .rf-brand {
	flex: 1 1 auto;
	min-width: 0;
}

.rf-drawer .rf-brand__img--drawer {
	display: block;
	height: 38px;
	width: auto;
	max-width: min(180px, calc(100vw - 6.5rem));
	max-height: none;
	object-fit: contain;
	object-position: left center;
	filter: none;
}

.rf-cookie {
	border-radius: var(--radius-md);
	border-top: 1px solid var(--rf-border);
}

/* Booking / contact: vertically center left copy vs form; text flush right */
#booking-section .rf-split,
#contact .rf-split,
.rf-split--booking {
	align-items: center;
}

#booking-section .rf-nap,
#contact .rf-nap {
	margin-bottom: 0;
}

#booking-section .rf-disclosure,
#contact .rf-disclosure,
.rf-disclosure {
	margin-top: 1.15rem;
	padding: 0.85rem 1rem;
	align-self: start;
	height: auto;
	min-height: 0;
}

.rf-disclosure p {
	margin: 0;
	line-height: 1.45;
}

.rf-expertise__bg {
	opacity: 0.06;
}

.rf-expertise__card,
.rf-expertise__panel {
	border-radius: 0;
	box-shadow: none;
	background: var(--rf-white);
	border: 1px solid var(--rf-border);
}

.rf-heading__eyebrow::before {
	display: none;
}

/* =========================================================================
   Interior / database pages — shared layout system, JennAir palette only
   ========================================================================= */
.rf-ec-page.rf-section,
.rf-post-page.rf-section {
	padding-block: clamp(1.15rem, 2.4vw, 2rem);
}

/* Keep article/EC shell on the shared content width (KitchenAid layout logic). */
.rf-ec-page > .rf-container,
.rf-post-page > .rf-container {
	max-width: var(--rf-container);
	width: 100%;
	margin-inline: auto;
	padding-inline: clamp(1rem, 4vw, 2rem);
}

/* Sticky TOC + main — KitchenAid column logic, JennAir chrome. */
.rf-ec-page .rf-ec-page__grid,
.rf-post-page .rf-ec-page__grid {
	display: grid;
	grid-template-columns: minmax(200px, 240px) minmax(0, 1fr);
	gap: clamp(1.25rem, 3vw, 2rem);
	align-items: start;
}

.rf-ec-page .rf-toc,
.rf-post-page .rf-toc {
	position: sticky;
	top: calc(var(--rf-header-h) + 1rem);
	align-self: start;
	background: var(--rf-white);
	border: 1px solid var(--rf-border);
	border-radius: 0;
	box-shadow: none;
}

.rf-ec-page .rf-toc__title,
.rf-post-page .rf-toc__title {
	font-family: var(--font-brand);
	color: var(--rf-muted);
	letter-spacing: 0.08em;
}

.rf-ec-page .rf-toc__link,
.rf-post-page .rf-toc__link {
	font-family: var(--font-brand);
	border-radius: 0;
}

.rf-ec-page .rf-toc__link:hover,
.rf-post-page .rf-toc__link:hover,
.rf-ec-page .rf-toc__link.is-active,
.rf-post-page .rf-toc__link.is-active {
	color: var(--rf-primary);
	background: color-mix(in srgb, var(--rf-primary) 10%, var(--rf-white));
}

.rf-ec-page .rf-toc__link.is-active,
.rf-post-page .rf-toc__link.is-active {
	border-left-color: var(--rf-primary);
}

.rf-post-page #post-overview .rf-byline {
	margin-bottom: 1.75rem;
	border-radius: 0;
	background: var(--rf-surface);
	border: 1px solid var(--rf-border);
	box-shadow: none;
}

.rf-post-page #post-overview .rf-single__thumb {
	margin: 0;
	border-radius: 0;
	overflow: hidden;
}

.rf-post-page #post-overview .rf-single__img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 0;
}

.rf-ec-page__main {
	gap: clamp(1rem, 2vw, 1.45rem);
}

/* Blog archive — same content shell as singles. */
body.blog .rf-section > .rf-container,
body.archive.category .rf-section > .rf-container {
	max-width: var(--rf-container);
	width: 100%;
	margin-inline: auto;
	padding-inline: clamp(1rem, 4vw, 2rem);
}

.rf-blog-filter__chip,
.rf-blog-filter__count {
	border-radius: 0;
}

@media (max-width: 900px) {
	.rf-ec-page .rf-ec-page__grid,
	.rf-post-page .rf-ec-page__grid {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.rf-ec-page .rf-toc,
	.rf-post-page .rf-toc {
		position: static;
	}

	.rf-ec-page .rf-toc__link,
	.rf-post-page .rf-toc__link {
		border-radius: 0;
	}

	.rf-ec-page .rf-toc__link.is-active,
	.rf-post-page .rf-toc__link.is-active {
		background: var(--rf-primary);
		border-color: var(--rf-primary);
		color: var(--rf-white);
	}
}

/* Error-code overview: same elements, tighter presentation */
.rf-ec-head {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin-bottom: 0.15rem;
}

.rf-ec-page .rf-ec-head .rf-byline {
	padding: 0.7rem 0.85rem;
	gap: 0.75rem 1.25rem;
	background: var(--rf-surface);
	border-color: var(--rf-border, var(--rf-line));
	box-shadow: none;
}

.rf-ec-page .rf-ec-head .rf-byline__avatar,
.rf-ec-page .rf-ec-head .rf-byline__badge {
	width: 32px;
	height: 32px;
}

.rf-ec-page .rf-ec-head .rf-byline__role {
	display: none;
}

.rf-ec-page .rf-ec-head .rf-byline__dates {
	gap: 0.25rem 0.9rem;
}

.rf-ec-status-row {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.4rem 0.65rem;
}

.rf-ec-status-badge {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	font-family: var(--font-brand);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 0.28rem 0.7rem;
	border-radius: var(--radius-pill);
	line-height: 1.2;
	white-space: nowrap;
}

.rf-ec-status-badge--ok {
	background: #edfaef;
	color: #00733b;
}

.rf-ec-status-badge--info {
	background: var(--rf-surface);
	color: var(--rf-ka-charcoal, #3F3F40);
}

.rf-ec-status-badge--warn {
	background: #fcf3e7;
	color: #8a5a00;
}

.rf-ec-status-row__note {
	flex: 1 1 16rem;
	min-width: 0;
	font-family: var(--font-brand);
	font-size: 0.86rem;
	line-height: 1.4;
	color: var(--rf-muted);
}

.rf-ec-page .rf-ec-block .rf-factgrid {
	gap: 0.65rem;
}

.rf-ec-page .rf-ec-block .rf-fact {
	padding: 0.7rem 0.85rem;
}

.rf-ec-page .rf-ec-quick {
	padding: 0.85rem 1rem;
}

.rf-ec-page .rf-ec-quick__text {
	font-size: 1.02rem;
}

.rf-ec-page .rf-ec-disclaimer--quiet,
.rf-post-page .rf-ec-disclaimer--quiet {
	background: transparent;
	border-style: solid;
	border-color: var(--rf-border, var(--rf-line));
	padding: 0.7rem 0.85rem;
}

.rf-ec-page .rf-ec-disclaimer--quiet p,
.rf-post-page .rf-ec-disclaimer--quiet p {
	font-size: 0.86rem;
	color: var(--rf-muted);
}

.rf-ec-page .rf-heading,
.rf-post-page .rf-heading {
	max-width: none;
	margin-bottom: 1.1rem;
}

.rf-ec-page .rf-heading .rf-heading__title,
.rf-ec-page .rf-heading h2,
.rf-post-page .rf-heading .rf-heading__title,
.rf-post-page .rf-heading h2 {
	font-family: var(--font-brand);
	font-size: clamp(1.25rem, 2vw, 1.5rem);
	font-weight: 700;
	letter-spacing: -0.015em;
	line-height: 1.2;
	text-transform: none;
	color: var(--rf-charcoal);
	margin-bottom: 0.45rem;
}

.rf-ec-page .rf-heading .rf-heading__eyebrow,
.rf-post-page .rf-heading .rf-heading__eyebrow {
	font-family: var(--font-brand);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--rf-muted);
	background: var(--rf-surface);
	border: 1px solid var(--rf-border);
	border-radius: 0;
	padding: 0.3rem 0.65rem;
	margin-bottom: 0.65rem;
	display: inline-flex;
}

.rf-ec-page .rf-heading .rf-heading__text,
.rf-post-page .rf-heading .rf-heading__text {
	font-family: var(--font-brand);
	font-size: 0.98rem;
	font-style: normal;
	line-height: 1.55;
	color: var(--rf-muted);
	margin-top: 0.35rem;
}

.rf-ec-page .rf-checklist,
.rf-post-page .rf-checklist {
	margin-top: 0.85rem;
	gap: 0.6rem 1.25rem;
	max-width: 44rem;
}

/* Content-aware rows: short items sit side-by-side; long items span the full line. */
.rf-ec-page .rf-checklist--cols-2,
.rf-post-page .rf-checklist--cols-2 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.rf-ec-page .rf-checklist--cols-2 li,
.rf-post-page .rf-checklist--cols-2 li {
	flex: 0 1 auto;
	max-width: 100%;
}

.rf-ec-page .rf-checklist--cols-2 li span,
.rf-post-page .rf-checklist--cols-2 li span {
	flex: 1 1 auto;
	min-width: 0;
}

.rf-ec-page .rf-checklist li,
.rf-post-page .rf-checklist li {
	font-size: 0.98rem;
	color: var(--rf-ink-2);
}

/* Checklist icons: gold circle SVG only - no light-gray square pad. */
.rf-checklist:not(.rf-checklist--danger) .rf-icon,
.rf-ec-page .rf-checklist:not(.rf-checklist--danger) .rf-icon,
.rf-post-page .rf-checklist:not(.rf-checklist--danger) .rf-icon {
	background: transparent;
	border-radius: 0;
	padding: 0;
	color: var(--rf-brass);
}

.rf-checklist--danger .rf-icon {
	border-radius: 50%;
}

.rf-ec-page .rf-fact,
.rf-post-page .rf-fact {
	border-radius: var(--radius-md);
	border-left-color: var(--rf-brass);
	box-shadow: none;
}

.rf-ec-page .rf-ec-quick,
.rf-post-page .rf-ec-quick {
	border-radius: var(--radius-md);
	border-left-color: var(--rf-brass);
}

.rf-ec-page .rf-ec-disclaimer,
.rf-post-page .rf-ec-disclaimer {
	border-radius: var(--radius-md);
}

.rf-ec-page .rf-toc,
.rf-post-page .rf-toc {
	border-radius: 0;
	box-shadow: none;
}

/* EC article column — tighter editorial panel. */
.rf-ec-page .rf-cta-banner,
.rf-ec-block .rf-cta-banner {
	min-height: 0;
}

.rf-ec-page .rf-cta-banner__media,
.rf-ec-block .rf-cta-banner__media {
	/* Same face framing as sitewide CTA — do not re-center (clips heads). */
	background-position: var(--rf-cta-image-position);
}

.rf-ec-page .rf-cta-banner__body,
.rf-ec-block .rf-cta-banner__body {
	padding: 1.5rem 1.25rem 1.65rem;
	gap: 0.85rem;
	max-width: none;
}

.rf-ec-page .rf-cta-banner__title,
.rf-ec-page .rf-cta-banner h2,
.rf-ec-block .rf-cta-banner__title,
.rf-ec-block .rf-cta-banner h2 {
	font-size: clamp(1.2rem, 2.4vw, 1.5rem);
	max-width: none;
}

.rf-ec-page .rf-cta-banner__actions,
.rf-ec-block .rf-cta-banner__actions {
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem 1rem;
	margin-top: 0.15rem;
}

.rf-ec-page .rf-cta-banner__actions .rf-btn,
.rf-ec-block .rf-cta-banner__actions .rf-btn {
	flex: 0 1 auto;
}

.rf-ec-page .rf-cta-banner__text,
.rf-ec-block .rf-cta-banner__text {
	font-size: 0.88rem;
	max-width: none;
}

@media (max-width: 520px) {
	.rf-ec-page .rf-cta-banner__rail-note,
	.rf-ec-block .rf-cta-banner__rail-note {
		display: none;
	}
}

.rf-page-header .rf-page-header__title,
.rf-cpt-hero .rf-page-header__title {
	font-family: var(--font-brand);
	font-weight: 700;
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	letter-spacing: 0.08em;
	text-transform: uppercase;
	line-height: 1.15;
	color: var(--rf-charcoal);
}

.rf-page-header .rf-page-header__sub,
.rf-cpt-hero .rf-page-header__sub {
	font-family: var(--font-brand);
	font-style: normal;
	font-size: 1.05rem;
	line-height: 1.55;
}

/* EC archive hero — stronger wash so copy stays readable on bright photos */
.rf-ec-hero {
	background:
		linear-gradient(
			90deg,
			rgba(255, 255, 255, 0.97) 0%,
			rgba(255, 255, 255, 0.92) 38%,
			rgba(255, 255, 255, 0.72) 58%,
			rgba(255, 255, 255, 0.28) 78%,
			rgba(255, 255, 255, 0.08) 100%
		),
		var(--rf-ec-hero-image, url(../images/error-codes-hero.jpg)) right 20% / cover no-repeat,
		var(--rf-surface-2);
}

.rf-ec-hero__title,
.rf-ec-hero h1 {
	color: var(--rf-ka-charcoal, #3F3F40);
}

.rf-ec-hero__lead {
	color: #2a2a2b;
	font-weight: 500;
}

.rf-ec-hero__note {
	color: #3f3f40;
}

@media (max-width: 782px) {
	.rf-ec-hero {
		background:
			linear-gradient(
				180deg,
				rgba(255, 255, 255, 0.96) 0%,
				rgba(255, 255, 255, 0.9) 45%,
				rgba(255, 255, 255, 0.88) 100%
			),
			var(--rf-ec-hero-image, url(../images/error-codes-hero.jpg)) 75% 20% / cover no-repeat,
			var(--rf-surface-2);
	}
}

.rf-ec-hero h1 {
	font-family: var(--font-brand);
	font-size: clamp(1.75rem, 3.5vw, 2.5rem);
	font-weight: 700;
	text-transform: none;
	letter-spacing: -0.02em;
	line-height: 1.15;
}

.rf-ec-page .rf-prose,
.rf-post-page .rf-prose {
	font-family: var(--font-brand);
	font-size: 1rem;
	line-height: 1.6;
	font-style: normal;
}

/* Model archive table — split series / descriptor title */
.rf-model-row__link {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	color: inherit;
	text-decoration: none;
	line-height: 1.35;
}

.rf-model-row__link:hover .rf-model-row__series {
	color: var(--rf-primary);
}

.rf-model-row__series {
	font-weight: 700;
}

.rf-model-row__descriptor {
	font-weight: 400;
	font-size: 0.875rem;
	color: var(--rf-muted);
}

/* Model archive — breathing room between stacked rows on mobile */
@media (max-width: 640px) {
	body.post-type-archive-appliance_model .rf-table tbody tr {
		padding-block: 1.25rem;
	}

	body.post-type-archive-appliance_model .rf-table tbody tr + tr {
		margin-top: 0.25rem;
	}

	body.post-type-archive-appliance_model .rf-table__action {
		padding-bottom: 0.5rem;
	}
}

.rf-model-page.rf-section {
	padding-block: clamp(2rem, 4vw, 3.25rem);
}

.rf-model-page .rf-factgrid {
	margin-bottom: 1.5rem;
}

.rf-model-page .rf-heading,
.rf-model-page .rf-fact,
.rf-model-page .rf-prose {
	max-width: none;
}

.rf-model-page .rf-heading .rf-heading__title,
.rf-model-page .rf-heading h2 {
	font-family: var(--font-brand);
	font-size: clamp(1.25rem, 2vw, 1.5rem);
	font-weight: 700;
	letter-spacing: -0.015em;
	line-height: 1.2;
	text-transform: none;
	color: var(--rf-charcoal);
	margin-bottom: 0.45rem;
}

.rf-model-page .rf-heading .rf-heading__eyebrow {
	font-family: var(--font-brand);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--rf-muted);
	background: var(--rf-surface);
	border: 1px solid var(--rf-border);
	border-radius: 0;
	padding: 0.3rem 0.65rem;
	margin-bottom: 0.65rem;
	display: inline-flex;
}

.rf-model-page .rf-fact {
	border-radius: 0;
	border-left-color: var(--rf-brass);
	box-shadow: none;
}

.rf-model-page .rf-prose {
	font-family: var(--font-brand);
	font-size: 1rem;
	line-height: 1.6;
}

.rf-ec-page .rf-ec-block,
.rf-post-page .rf-ec-block {
	padding-bottom: 0.25rem;
	border-bottom: 1px solid var(--rf-border);
}

.rf-ec-page .rf-ec-block:last-child,
.rf-post-page .rf-ec-block:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.rf-ec-page .rf-ec-block .rf-heading:not(:first-child),
.rf-post-page .rf-ec-block .rf-heading:not(:first-child) {
	margin-top: 0.25rem;
}

.rf-ec-page .rf-ec-related-grid + .rf-heading,
.rf-post-page .rf-ec-related-grid + .rf-heading {
	margin-top: 1.75rem;
}

.rf-ec-single-verify {
	margin: 0.65rem 0 0;
	padding: 0.65rem 0.85rem;
	background: var(--rf-surface);
	border: 1px solid var(--rf-border);
	color: var(--rf-ink-2);
	font-size: 0.92rem;
	line-height: 1.45;
}

/* =========================================================================
   Responsive
   ========================================================================= */
@media (max-width: 1100px) {
	.rf-cat-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.rf-cat-grid--extended {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 960px) {
	:root {
		--rf-header-h: 104px;
	}

	.rf-hero--campaign .rf-hero__gradient {
		background: linear-gradient(
			180deg,
			rgba(0, 0, 0, 0.92) 0%,
			rgba(0, 0, 0, 0.78) 45%,
			rgba(0, 0, 0, 0.55) 100%
		);
	}

	.rf-hero--campaign .rf-hero__inner {
		grid-template-columns: 1fr;
		gap: 1.75rem;
	}

	.rf-hero--campaign .rf-hero__content {
		max-width: none;
	}

	.rf-hero--campaign .rf-hero__title {
		max-width: none;
	}

	.rf-hero--campaign .rf-hero__card {
		max-width: none;
	}

	.rf-hero--campaign .rf-hero__card-head {
		flex-wrap: wrap;
		align-items: flex-start;
		padding: 0.95rem 1.15rem 0.85rem;
	}

	.rf-hero--campaign .rf-hero__flag {
		margin-left: 0;
		border-left: 0;
		border-top: 1px solid color-mix(in srgb, var(--rf-primary) 55%, transparent);
		padding: 0.55rem 0 0;
		text-align: left;
		width: 100%;
	}

	.rf-hero--campaign .rf-hero__card .rf-form {
		padding: 1rem 1.15rem 1.05rem;
	}

	.rf-hero--campaign .rf-hero__card-foot {
		padding-inline: 1.15rem;
	}

	.rf-cat-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.rf-cta-banner {
		--rf-cta-image-position: 58% 24%;
		min-height: 0;
	}

	.rf-cta-banner__media {
		background-position: var(--rf-cta-image-position);
	}

	.rf-cta-banner__shade {
		background:
			linear-gradient(
				180deg,
				rgba(0, 0, 0, 0.9) 0%,
				rgba(16, 16, 17, 0.88) 55%,
				rgba(16, 16, 17, 0.82) 100%
			);
	}

	.rf-cta-banner__body {
		padding: 2rem 1.25rem 2.15rem;
		max-width: none;
	}

	.rf-cta-banner__title,
	.rf-cta-banner h2 {
		max-width: none;
	}

	.rf-cta-banner__actions {
		width: 100%;
	}

	.rf-cta-banner__actions .rf-btn,
	.rf-cta-banner__dial {
		flex: 1 1 auto;
	}
}

@media (max-width: 900px) {
	.rf-header--luxury .rf-brand__img--header,
	.rf-header--luxury .rf-brand__img--drawer {
		height: 34px;
		max-width: min(138px, 42vw);
	}

	.rf-header--luxury .rf-header__actions .rf-btn,
	.rf-header--luxury .rf-header__actions .rf-phone-btn {
		display: none;
	}

	.rf-header--luxury .rf-header__actions .rf-nav-toggle {
		display: inline-flex;
	}

	.rf-header--luxury .rf-header__actions {
		gap: 0;
	}
}

@media (max-width: 767px) {
	.rf-appliance__title,
	.rf-service-card__title {
		text-transform: none;
		letter-spacing: 0.02em;
		font-size: 1rem;
	}
}

@media (max-width: 640px) {
	:root {
		--rf-header-h: 104px;
	}

	.rf-header--luxury .rf-brand__img--header {
		height: 38px;
	}

	.rf-cat-grid,
	.rf-cat-grid--extended {
		grid-template-columns: 1fr;
	}

	.rf-announce {
		font-size: 0.6875rem;
		line-height: 1.25;
	}

	.rf-announce__inner {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 0.15rem;
		padding-block: 0.2rem;
		text-align: center;
	}

	.rf-announce__item {
		gap: 0.35rem;
	}

	.rf-announce__note {
		align-items: center;
		font-size: 0.625rem;
		line-height: 1.2;
		max-width: 22rem;
		text-align: center;
	}

	.rf-announce__tm {
		font-size: 0.5625rem;
	}

	h1, .rf-display, .rf-hero__title {
		font-size: clamp(34px, 8vw, 44px);
		font-weight: 600;
		letter-spacing: 0.1em;
		line-height: 1.05;
	}

	.rf-page-header__cta,
	.rf-cpt-hero__actions {
		flex-direction: column;
		align-items: stretch;
		width: 100%;
		gap: 0.65rem;
	}

	.rf-page-header__cta .rf-btn,
	.rf-cpt-hero__actions .rf-btn {
		width: 100%;
		justify-content: center;
	}
}

@media (max-width: 420px) {
	.rf-header--luxury .rf-brand__img--header {
		height: 32px;
		max-width: min(128px, 48vw);
	}
}

/* =========================================================================
   Type & radius system — JennAir architectural geometry (global polish)
   ========================================================================= */
.rf-nav-toggle {
	border-radius: var(--rf-radius-btn);
}

.rf-hero--campaign .rf-hero__flag,
.rf-hero-card__ribbon,
.rf-hero__flag {
	border-radius: var(--rf-radius-btn);
}

.rf-card__icon,
.rf-appliance__icon,
.rf-nap__icon,
.rf-step__num {
	border-radius: 2px;
}

.rf-expertise__card,
.rf-expertise__panel,
.rf-feature-banner,
.rf-cpt-hero__panel {
	border-radius: var(--radius-xl);
	overflow: hidden;
}

.rf-cta-banner {
	border-radius: 0;
	overflow: hidden;
}

/* Plain page headers may soften; full-bleed archive image heroes stay edge-square. */
.rf-page-header:not(.rf-page-header--image) {
	border-radius: 0 0 var(--radius-xl) var(--radius-xl);
	overflow: hidden;
}

.rf-page-header--image {
	border-radius: 0;
}

.rf-ec-page .rf-fact,
.rf-post-page .rf-fact,
.rf-model-page .rf-fact,
.rf-ec-page .rf-ec-quick,
.rf-post-page .rf-ec-quick,
.rf-ec-page .rf-ec-disclaimer,
.rf-post-page .rf-ec-disclaimer,
.rf-ec-page .rf-ec-block,
.rf-post-page .rf-ec-block,
.rf-booking-modal,
.rf-modal {
	border-radius: var(--radius-md);
}

.rf-ec-page .rf-toc,
.rf-post-page .rf-toc {
	border-radius: 0;
}

/* Full-height side drawer: square edges + fill the viewport shell from main.css. */
.rf-drawer__panel {
	border-radius: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	max-height: 100%;
}

.rf-ec-page .rf-heading .rf-heading__eyebrow,
.rf-post-page .rf-heading .rf-heading__eyebrow,
.rf-model-page .rf-heading .rf-heading__eyebrow,
.rf-badge,
.rf-pill,
.rf-tag,
.rf-ec-status,
.rf-ec-single-status,
.rf-chip {
	border-radius: var(--radius-pill);
}

.rf-field label,
.rf-booking-form label,
.rf-consent {
	font-family: var(--font-brand);
}

.rf-field label {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.rf-field input,
.rf-field select,
.rf-field textarea {
	font-family: var(--font-brand);
	font-size: 15px;
	font-weight: 400;
	border-radius: var(--radius-sm);
}

.rf-appliance__title,
.rf-service-card__title,
.rf-card__title,
.rf-ec-card__title {
	font-family: var(--font-brand);
	font-weight: 700;
	letter-spacing: -0.015em;
}

.rf-footer,
.rf-footer a,
.rf-footer__col-title,
.rf-announce,
.rf-sticky-bar,
.rf-drawer,
.rf-drawer a {
	font-family: var(--font-brand);
}

.rf-blog-card,
.rf-post-card,
.rf-location,
a.rf-card,
.rf-media-card {
	border-radius: var(--radius-lg);
	overflow: hidden;
}

/* Nested controls inside rounded cards stay slightly tighter. */
.rf-expertise__card .rf-btn,
.rf-cookie .rf-btn {
	border-radius: var(--rf-radius-btn);
}

.rf-hero--campaign .rf-hero__card .rf-btn,
.rf-hero--campaign .rf-hero__card .rf-field input,
.rf-hero--campaign .rf-hero__card .rf-field select,
.rf-hero--campaign .rf-hero__card .rf-field textarea {
	border-radius: 0;
}

/* 3-col card grids use separate rounded tiles (see Cards & grids). */
.rf-grid.rf-grid--3 > .rf-card,
.rf-grid.rf-grid--3 > .rf-service-card,
.rf-grid.rf-grid--3 > .rf-guarantee,
.rf-grid.rf-grid--3 > .rf-step,
.rf-grid.rf-grid--3 > .rf-problem {
	border-radius: var(--radius-lg);
}

/* =========================================================================
   Micro layout tweaks — element arrangement inside existing cards
   ========================================================================= */
.rf-problem__head,
.rf-service-tile__head,
.rf-appliance__head {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	margin-bottom: 0.75rem;
}

.rf-problem__head .rf-card__icon,
.rf-service-tile__head .rf-card__icon,
.rf-appliance__head .rf-appliance__icon {
	margin-bottom: 0;
	flex: 0 0 auto;
	width: 48px;
	height: 48px;
	border-radius: 2px;
}

.rf-problem__head .rf-card__title,
.rf-service-tile__head .rf-card__title,
.rf-appliance__head .rf-appliance__title {
	margin: 0;
	flex: 1 1 auto;
	min-width: 0;
	width: auto;
	max-width: none;
}

.rf-problem .rf-card__text,
.rf-service-tile .rf-card__text {
	margin-top: 0;
}

.rf-service-tile {
	display: flex;
	flex-direction: column;
}

.rf-service-tile .rf-card__foot {
	margin-top: auto;
	padding-top: 0.85rem;
}

.rf-post-card__cat {
	font-family: var(--font-brand);
	border-radius: 0;
	background: transparent;
	color: var(--rf-primary);
	border: 0;
	padding: 0;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-size: 0.68rem;
	font-weight: 600;
}

.rf-post-card__foot {
	border-top-color: color-mix(in srgb, var(--rf-primary) 35%, transparent);
}

.rf-post-card__title {
	font-family: var(--rf-font-display);
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-size: clamp(1rem, 1.4vw, 1.15rem);
	line-height: 1.3;
}

.rf-review__author {
	padding-top: 1rem;
	padding-bottom: 0;
	border-top: 1px solid color-mix(in srgb, var(--rf-primary) 40%, transparent);
	border-bottom: 0;
	margin-top: auto;
}

.rf-review__quote {
	font-size: 1.02rem;
	line-height: 1.65;
	color: var(--rf-charcoal);
	margin: 0;
	font-weight: 400;
}

/* =========================================================================
   Pill kill-switch — force rectangular geometry
   ========================================================================= */
.rf-btn,
.rf-btn--primary,
.rf-btn--secondary,
.rf-btn--ghost,
.rf-btn--outline-light,
.rf-btn--onink,
.rf-btn--ghost-light,
.rf-btn--lg,
.rf-phone-btn,
.rf-nav-toggle,
.rf-badge,
.rf-pill,
.rf-tag,
.rf-chip,
.rf-ec-status-badge,
.rf-blog-filter__chip,
.rf-blog-filter__count,
.rf-toc__link,
.rf-hero--campaign .rf-hero__card .rf-btn,
.rf-expertise__card .rf-btn,
.rf-cookie .rf-btn,
.rf-sticky-bar .rf-btn {
	border-radius: var(--rf-radius-button) !important;
}

.rf-card,
.rf-service-card,
.rf-appliance,
.rf-location,
.rf-step,
.rf-guarantee,
.rf-review,
.rf-ec-card,
.rf-cat-tile,
.rf-blog-card,
.rf-post-card,
.rf-media-card,
.rf-field input,
.rf-field select,
.rf-field textarea,
.rf-cookie,
.rf-booking-modal,
.rf-modal {
	border-radius: var(--rf-radius-card);
}

/* =========================================================================
   Interior pages — compact section headings (editorial, not homepage display)
   ========================================================================= */
body.rf-interior .rf-section .rf-heading .rf-heading__title,
body.rf-interior .rf-section .rf-heading h2 {
	font-family: var(--rf-font);
	font-size: clamp(1.25rem, 2vw, 1.5rem);
	font-weight: 700;
	letter-spacing: -0.015em;
	line-height: 1.2;
	text-transform: none;
	color: var(--rf-charcoal);
	margin-bottom: 0.45rem;
}

body.rf-interior .rf-section .rf-heading .rf-heading__eyebrow {
	font-family: var(--rf-font);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--rf-muted);
	background: var(--rf-surface);
	border: 1px solid var(--rf-border);
	border-radius: 0;
	padding: 0.3rem 0.65rem;
	margin-bottom: 0.65rem;
	display: inline-flex;
}

body.rf-interior .rf-section .rf-heading .rf-heading__text {
	font-family: var(--rf-font);
	font-size: 0.98rem;
	font-style: normal;
	line-height: 1.55;
	color: var(--rf-muted);
	margin-top: 0.35rem;
}

body.rf-interior .rf-loc-intro__title,
body.rf-interior .rf-about-intro__title,
body.rf-interior .rf-loc-card__title,
body.rf-interior .rf-about-card__title {
	font-family: var(--rf-font);
	font-weight: 700;
	letter-spacing: -0.015em;
	text-transform: none;
	line-height: 1.25;
	color: var(--rf-charcoal);
}

body.rf-interior .rf-ec-hero h1,
body.rf-interior .rf-ec-popular__title {
	font-family: var(--rf-font);
	font-weight: 700;
	letter-spacing: -0.02em;
	text-transform: none;
	line-height: 1.2;
	color: var(--rf-charcoal);
}

body.rf-interior .rf-prose h2,
body.rf-interior .rf-prose h3 {
	font-family: var(--rf-font);
	font-weight: 700;
	letter-spacing: -0.015em;
	text-transform: none;
	line-height: 1.25;
	color: var(--rf-charcoal);
}

body.rf-interior .rf-page-content .rf-prose > h2 {
	font-family: var(--rf-font-display);
	font-weight: 600;
	font-size: clamp(1.5rem, 2.4vw, 1.85rem);
	letter-spacing: 0.06em;
	text-transform: uppercase;
	line-height: 1.15;
	color: var(--rf-charcoal);
}

/* =========================================================================
   Editorial numbered steps — methodology / process (atelier numerals)
   ========================================================================= */
.rf-editorial-steps {
	list-style: none;
	margin: clamp(1.5rem, 3vw, 2.25rem) 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0;
	counter-reset: none;
}

.rf-editorial-step {
	margin: 0;
	padding: clamp(1.35rem, 2.4vw, 1.85rem) 0;
	border: 0;
	border-top: 1px solid color-mix(in srgb, var(--rf-primary) 28%, var(--rf-border));
	display: grid;
	grid-template-columns: clamp(3.25rem, 6vw, 4.5rem) minmax(0, 1fr);
	column-gap: clamp(0.85rem, 2vw, 1.5rem);
	align-items: start;
}

.rf-editorial-step:first-child {
	border-top: 0;
	padding-top: 0.25rem;
}

.rf-editorial-step:last-child {
	padding-bottom: 0.15rem;
}

.rf-editorial-step__num {
	display: block;
	font-family: var(--rf-font-display);
	font-weight: 600;
	font-size: clamp(2rem, 3.5vw, 2.75rem);
	line-height: 0.95;
	letter-spacing: 0.04em;
	color: var(--rf-primary);
	font-variant-numeric: tabular-nums;
}

.rf-editorial-step__body {
	min-width: 0;
	padding-top: 0.35rem;
}

.rf-editorial-step__title {
	font-family: var(--rf-font-display);
	font-weight: 600;
	font-size: clamp(1.05rem, 1.6vw, 1.25rem);
	letter-spacing: 0.08em;
	text-transform: uppercase;
	line-height: 1.25;
	color: var(--rf-ink);
	margin: 0 0 0.55rem;
}

.rf-editorial-step__text {
	font-family: var(--rf-font);
	font-size: clamp(0.95rem, 1.05vw, 1.02rem);
	line-height: 1.65;
	color: var(--rf-muted);
	margin: 0;
	max-width: 58ch;
}

/* Align methodology CTA with left editorial steps column (not centered). */
.rf-process .rf-section__link {
	text-align: left;
	margin-top: clamp(1.75rem, 3vw, 2.5rem);
	padding-top: 1.25rem;
	border-top: 1px solid color-mix(in srgb, var(--rf-primary) 28%, var(--rf-border));
}

/* =========================================================================
   Atelier recompositions — distinctive interiors (UX / IA unchanged)
   ========================================================================= */

/* ----- Error-code cards: monogram + gold bar + editorial denseness ----- */
.rf-ec-card {
	border: 0;
	background: transparent;
	overflow: visible;
	height: 100%;
}

.rf-ec-card__link {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.65rem;
	height: 100%;
	padding: 1.15rem 1.15rem 1.15rem 1.35rem;
	background: var(--rf-white);
	border: 1px solid var(--rf-border);
	border-left: 3px solid var(--rf-primary);
	border-radius: 0;
	box-shadow: none;
	text-decoration: none;
	color: var(--rf-ink);
	transition: border-color 0.22s ease, background-color 0.22s ease;
}

.rf-ec-card__link:hover,
.rf-ec-card__link:focus-visible {
	transform: none;
	box-shadow: none;
	border-color: var(--rf-ink);
	border-left-color: var(--rf-primary);
	background: color-mix(in srgb, var(--rf-primary) 4%, var(--rf-white));
}

.rf-ec-card__code {
	display: block;
	font-family: var(--rf-font-display);
	font-size: clamp(1.85rem, 2.8vw, 2.35rem);
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1;
	text-transform: uppercase;
	color: var(--rf-ink);
	overflow-wrap: anywhere;
}

.rf-ec-card__rule {
	display: block;
	width: 2.75rem;
	height: 1px;
	background: var(--rf-primary);
	margin: 0.15rem 0 0.2rem;
}

.rf-ec-card__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.45rem 1rem;
	margin: 0;
}

.rf-ec-card__appliance {
	font-family: var(--font-brand);
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--rf-muted);
	text-align: left;
}

.rf-ec-card .rf-ec-status {
	border-radius: 0;
	padding: 0.2rem 0.45rem;
	letter-spacing: 0.08em;
	background: transparent;
	border: 1px solid var(--rf-border);
	color: var(--rf-muted);
}

.rf-ec-card .rf-ec-status--ok {
	border-color: color-mix(in srgb, var(--rf-primary) 45%, var(--rf-border));
	color: var(--rf-charcoal);
	background: color-mix(in srgb, var(--rf-primary) 8%, var(--rf-white));
}

.rf-ec-card__meaning {
	font-size: 0.92rem;
	line-height: 1.5;
	color: var(--rf-charcoal);
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.rf-ec-card__symptom {
	font-size: 0.8rem;
	line-height: 1.45;
	color: var(--rf-muted);
	padding-left: 0.7rem;
	border-left: 1px solid color-mix(in srgb, var(--rf-primary) 40%, transparent);
}

.rf-ec-card__more {
	margin-top: auto;
	padding-top: 0.65rem;
	font-family: var(--font-brand);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--rf-primary);
	gap: 0.35rem;
}

.rf-ec-card__link:hover .rf-ec-card__more,
.rf-ec-card__link:focus-visible .rf-ec-card__more {
	color: var(--rf-ink);
	gap: 0.55rem;
}

.rf-ec-card mark {
	background: color-mix(in srgb, var(--rf-primary) 18%, transparent);
	border-radius: 0;
}

/* EC archive denser rhythm */
.rf-ec-grid {
	gap: 0.85rem;
}

/* Popular codes — compact monogram chips (archive strip) */
.rf-ec-popular {
	border-radius: 0;
	background: var(--rf-white);
	border: 1px solid var(--rf-border);
	border-left: 3px solid var(--rf-primary);
	padding: 1.25rem 1.35rem;
}

.rf-ec-popular__title {
	font-family: var(--rf-font-display);
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin: 0 0 1rem;
	padding-bottom: 0.75rem;
	border-bottom: 1px solid color-mix(in srgb, var(--rf-primary) 28%, var(--rf-border));
}

.rf-ec-popular__item {
	border-radius: 0;
	box-shadow: none;
	border: 1px solid var(--rf-border);
	padding: 0.7rem 0.9rem;
	background: var(--rf-white);
	transition: border-color 0.2s ease, background-color 0.2s ease;
}

.rf-ec-popular__item:hover {
	border-color: var(--rf-ink);
	background: color-mix(in srgb, var(--rf-primary) 4%, var(--rf-white));
}

.rf-ec-popular__code {
	font-family: var(--rf-font-display);
	font-weight: 600;
	font-size: 1.05rem;
	letter-spacing: 0.06em;
	color: var(--rf-ink);
}

.rf-ec-popular__app {
	font-size: 0.68rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

/* ----- Service / appliance cards: stacked icon + hairline ----- */
.rf-appliance,
.rf-service-tile,
.rf-service-card {
	position: relative;
	padding: 1.35rem 1.35rem 1.2rem;
	border-radius: 0;
	background: var(--rf-white);
	transition: border-color 0.22s ease, background-color 0.22s ease;
}

.rf-appliance:hover,
.rf-service-tile:hover,
.rf-service-card:hover,
.rf-card--hover.rf-service-tile:hover {
	transform: none;
	box-shadow: none;
	border-color: var(--rf-ink);
	background: color-mix(in srgb, var(--rf-primary) 3%, var(--rf-white));
}

.rf-appliance__head,
.rf-service-tile__head {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.85rem;
	margin-bottom: 0.85rem;
}

.rf-appliance__head .rf-appliance__icon,
.rf-service-tile__head .rf-card__icon,
.rf-card__icon,
.rf-appliance__icon {
	width: 40px;
	height: 40px;
	margin: 0;
	border-radius: 0;
	background: transparent;
	border: 1px solid color-mix(in srgb, var(--rf-primary) 45%, var(--rf-border));
	color: var(--rf-primary);
	box-shadow: none;
}

.rf-appliance__title,
.rf-service-card__title,
.rf-service-tile .rf-card__title,
.rf-card__title {
	margin: 0;
	padding-bottom: 0.65rem;
	border-bottom: 1px solid color-mix(in srgb, var(--rf-primary) 35%, transparent);
	font-family: var(--rf-font-display);
	font-weight: 600;
	font-size: 0.9rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	line-height: 1.3;
}

.rf-appliance__text,
.rf-service-card__text,
.rf-service-tile .rf-card__text {
	margin-top: 0;
}

.rf-appliance__foot,
.rf-service-tile .rf-card__foot {
	margin-top: auto;
	padding-top: 1rem;
}

.rf-appliance__link.rf-link-more,
.rf-service-tile .rf-link-more {
	letter-spacing: 0.1em;
}

/* ----- Blog / post cards: editorial strip, no lift ----- */
.rf-post-card,
.rf-blog-card {
	border-radius: 0;
	box-shadow: none;
	background: var(--rf-white);
	border: 1px solid var(--rf-border);
	transition: border-color 0.22s ease;
}

.rf-post-card:hover,
.rf-blog-card:hover {
	transform: none;
	box-shadow: none;
	border-color: var(--rf-ink);
}

.rf-post-card__thumb {
	position: relative;
}

.rf-post-card__thumb::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background: var(--rf-primary);
	opacity: 0;
	transition: opacity 0.22s ease;
}

.rf-post-card:hover .rf-post-card__thumb::after {
	opacity: 1;
}

.rf-post-card:hover .rf-post-card__thumb img {
	transform: none;
}

.rf-post-card__body {
	padding: 1.25rem 1.35rem 1.35rem;
	gap: 0.7rem;
}

.rf-post-card__excerpt {
	font-size: 0.9rem;
	line-height: 1.6;
}

.rf-post-card__foot {
	padding-top: 0.9rem;
	margin-top: 0.35rem;
}

.rf-post-card__date {
	font-size: 0.72rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 600;
}

@media (min-width: 900px) {
	/* Blog archive: editorial list rows (not the same card grid as other RF sites). */
	body.blog .rf-posts,
	body.archive.category .rf-posts {
		grid-template-columns: 1fr;
		max-width: 52rem;
	}

	body.blog .rf-posts > .rf-post-card,
	body.archive.category .rf-posts > .rf-post-card {
		display: grid;
		grid-template-columns: minmax(11rem, 34%) minmax(0, 1fr);
		align-items: stretch;
	}

	body.blog .rf-posts > .rf-post-card .rf-post-card__thumb,
	body.archive.category .rf-posts > .rf-post-card .rf-post-card__thumb {
		height: 100%;
	}

	body.blog .rf-posts > .rf-post-card .rf-post-card__thumb img,
	body.archive.category .rf-posts > .rf-post-card .rf-post-card__thumb img {
		height: 100%;
		min-height: 10.5rem;
		aspect-ratio: auto;
		object-fit: cover;
	}
}

/* ----- Why / expertise — atelier stack (not RF two-column card) ----- */
.rf-expertise.rf-expertise--atelier {
	position: relative;
	overflow: hidden;
	background: var(--rf-warm-white, #f7f5f1);
}

.rf-expertise.rf-expertise--atelier .rf-expertise__bg {
	opacity: 0.04;
}

.rf-expertise--atelier .rf-expertise__mast {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: clamp(1.25rem, 3vw, 2.75rem);
	align-items: start;
	margin-bottom: 0;
	padding-bottom: clamp(1.75rem, 3vw, 2.5rem);
	border-bottom: 1px solid color-mix(in srgb, var(--rf-primary) 32%, var(--rf-border));
}

.rf-expertise--atelier .rf-expertise__mast-rail {
	display: flex;
	align-items: flex-start;
	padding-top: 0.35rem;
}

.rf-expertise--atelier .rf-expertise__mast-kicker {
	display: inline-block;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	font-family: var(--font-brand);
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--rf-primary);
	white-space: nowrap;
	padding-right: 0.85rem;
	border-right: 2px solid var(--rf-primary);
	line-height: 1;
}

.rf-expertise--atelier .rf-expertise__mast-copy {
	min-width: 0;
	max-width: 40rem;
}

.rf-expertise--atelier .rf-expertise__title {
	margin: 0 0 1rem;
	font-family: var(--rf-font-display);
	font-weight: 600;
	font-size: clamp(1.85rem, 3.4vw, 2.65rem);
	letter-spacing: 0.1em;
	text-transform: uppercase;
	line-height: 1.12;
	color: var(--rf-ink);
}

.rf-expertise--atelier .rf-expertise__title .rf-text-accent {
	color: var(--rf-primary);
	font-style: normal;
}

.rf-expertise--atelier .rf-expertise__lead {
	margin: 0;
	max-width: 46ch;
	font-size: clamp(0.98rem, 1.1vw, 1.06rem);
	line-height: 1.65;
	color: var(--rf-muted);
}

/* Full-width diagnostic rail — oversized numerals as structure.
   Top hairline is the mast border-bottom only (no second process border-top). */
.rf-expertise--atelier .rf-expertise__process {
	margin: 0 0 clamp(2.5rem, 5vw, 3.75rem);
	padding: clamp(1.25rem, 2.5vw, 1.75rem) 0;
	border-top: 0;
	border-bottom: 1px solid color-mix(in srgb, var(--rf-primary) 28%, var(--rf-border));
	background: transparent;
}

.rf-expertise--atelier .rf-expertise__process-label {
	margin: 0 0 1.1rem;
	font-family: var(--font-brand);
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--rf-muted);
}

.rf-expertise--atelier .rf-expertise__rail {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
}

.rf-expertise--atelier .rf-expertise__rail-step {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
	padding: 0.1rem clamp(1rem, 2vw, 1.5rem) 0.1rem clamp(0.95rem, 1.8vw, 1.35rem);
	border-right: 1px solid color-mix(in srgb, var(--rf-primary) 22%, var(--rf-border));
	min-width: 0;
}

.rf-expertise--atelier .rf-expertise__rail-step:last-child {
	border-right: 0;
	padding-right: 0;
}

.rf-expertise--atelier .rf-expertise__rail-step:first-child {
	padding-left: 0;
}

.rf-expertise--atelier .rf-expertise__rail-num {
	display: block;
	font-family: var(--rf-font-display);
	font-weight: 600;
	font-size: clamp(2.35rem, 4.5vw, 3.5rem);
	line-height: 0.9;
	letter-spacing: 0.02em;
	color: var(--rf-primary);
	font-variant-numeric: tabular-nums;
}

.rf-expertise--atelier .rf-expertise__rail-body {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	min-width: 0;
}

.rf-expertise--atelier .rf-expertise__rail-title {
	font-family: var(--rf-font-display);
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--rf-ink);
	line-height: 1.25;
}

.rf-expertise--atelier .rf-expertise__rail-text {
	font-size: 0.88rem;
	line-height: 1.5;
	color: var(--rf-muted);
}

/* Ruled feature statements — no icon plaques */
.rf-expertise--atelier .rf-expertise__statements {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.7fr);
	gap: clamp(1.75rem, 4vw, 3.5rem);
	align-items: start;
	margin-bottom: clamp(2.25rem, 4vw, 3.25rem);
}

.rf-expertise--atelier .rf-expertise__features {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	column-gap: clamp(1.5rem, 3vw, 2.5rem);
}

.rf-expertise--atelier .rf-expertise__features li {
	display: grid;
	grid-template-columns: 2.25rem minmax(0, 1fr);
	gap: 0.75rem;
	align-items: start;
	padding: 1.15rem 0;
	border-top: 1px solid color-mix(in srgb, var(--rf-primary) 22%, var(--rf-border));
	border-bottom: 0;
}

.rf-expertise--atelier .rf-expertise__features li:nth-child(1),
.rf-expertise--atelier .rf-expertise__features li:nth-child(2) {
	border-top: 0;
	padding-top: 0.15rem;
}

.rf-expertise--atelier .rf-expertise__features li:nth-child(n + 3) {
	border-bottom: 0;
}

.rf-expertise--atelier .rf-expertise__findex {
	font-family: var(--rf-font-display);
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	color: var(--rf-primary);
	padding-top: 0.2rem;
	line-height: 1;
}

.rf-expertise--atelier .rf-expertise__fbody {
	min-width: 0;
}

.rf-expertise--atelier .rf-expertise__fbody strong {
	display: block;
	font-family: var(--rf-font-display);
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--rf-ink);
	margin-bottom: 0.4rem;
	line-height: 1.3;
}

.rf-expertise--atelier .rf-expertise__fbody span {
	display: block;
	font-size: 0.9rem;
	line-height: 1.55;
	color: var(--rf-muted);
}

/* Optional metrics — inline figures, not plaque cards */
.rf-expertise--atelier .rf-expertise__stats {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	padding: 1.25rem 0 0 1.35rem;
	border-left: 2px solid var(--rf-primary);
	margin-top: 0.25rem;
}

.rf-expertise--atelier .rf-expertise__stat-value {
	display: block;
	font-family: var(--rf-font-display);
	font-size: clamp(2rem, 3.2vw, 2.75rem);
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1;
	color: var(--rf-ink);
}

.rf-expertise--atelier .rf-expertise__stat-value sup {
	font-size: 0.55em;
	color: var(--rf-primary);
	top: -0.45em;
}

.rf-expertise--atelier .rf-expertise__stat-label {
	display: block;
	margin-top: 0.45rem;
	font-family: var(--font-brand);
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--rf-muted);
}

/* Specialist — separate foot strip (not nested in process card) */
.rf-expertise--atelier .rf-expertise__specialist {
	padding: clamp(1.35rem, 2.5vw, 1.75rem) 0 0;
	border-top: 1px solid color-mix(in srgb, var(--rf-primary) 28%, var(--rf-border));
}

.rf-expertise--atelier .rf-expertise__specialist .rf-expert {
	align-items: flex-start;
	gap: 1.25rem;
	max-width: 42rem;
}

.rf-expertise--atelier .rf-expertise__specialist .rf-expert__avatar,
.rf-expertise--atelier .rf-expertise__specialist .rf-expert--linked .rf-expert__avatar,
.rf-expertise--atelier .rf-expertise__specialist .rf-expert--linked .rf-expert__avatar img {
	width: 64px;
	height: 64px;
	border-radius: 0;
	flex: none;
}

.rf-expertise--atelier .rf-expertise__specialist .rf-expert__role {
	font-family: var(--font-brand);
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	color: var(--rf-primary);
}

.rf-expertise--atelier .rf-expertise__specialist .rf-expert__name {
	font-family: var(--rf-font-display);
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--rf-ink);
}

.rf-expertise--atelier .rf-expertise__specialist .rf-expert__text {
	font-size: 0.9rem;
	line-height: 1.55;
	max-width: 46ch;
}

.rf-expertise--atelier .rf-expertise__specialist .rf-link-more {
	font-size: 0.72rem;
	letter-spacing: 0.12em;
}

/* Kill leftover RF card geometry if old hooks linger */
.rf-expertise--atelier .rf-expertise__card,
.rf-expertise--atelier .rf-expertise__panel,
.rf-expertise--atelier .rf-expertise__grid {
	display: contents;
}

@media (max-width: 960px) {
	.rf-expertise--atelier .rf-expertise__rail {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 1.5rem;
	}

	.rf-expertise--atelier .rf-expertise__rail-step:nth-child(2) {
		border-right: 0;
		padding-right: 0;
	}

	.rf-expertise--atelier .rf-expertise__rail-step:nth-child(3),
	.rf-expertise--atelier .rf-expertise__rail-step:nth-child(4) {
		padding-top: 1.25rem;
		border-top: 1px solid color-mix(in srgb, var(--rf-primary) 22%, var(--rf-border));
	}

	.rf-expertise--atelier .rf-expertise__statements {
		grid-template-columns: 1fr;
		gap: 1.75rem;
	}

	.rf-expertise--atelier .rf-expertise__stats {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 1.75rem 2.5rem;
		padding: 0.35rem 0 0 1.15rem;
	}
}

@media (max-width: 640px) {
	.rf-expertise--atelier .rf-expertise__mast {
		grid-template-columns: 1fr;
		gap: 0.85rem;
	}

	.rf-expertise--atelier .rf-expertise__mast-kicker {
		writing-mode: horizontal-tb;
		transform: none;
		padding: 0 0 0.65rem;
		border-right: 0;
		border-bottom: 2px solid var(--rf-primary);
		display: inline-block;
	}

	.rf-expertise--atelier .rf-expertise__rail {
		grid-template-columns: 1fr;
	}

	.rf-expertise--atelier .rf-expertise__rail-step {
		border-right: 0;
		padding: 1.15rem 0;
		border-top: 1px solid color-mix(in srgb, var(--rf-primary) 22%, var(--rf-border));
		flex-direction: row;
		align-items: flex-start;
		gap: 1rem;
	}

	.rf-expertise--atelier .rf-expertise__rail-step:first-child {
		border-top: 0;
		padding-top: 0.15rem;
	}

	.rf-expertise--atelier .rf-expertise__rail-step:nth-child(3),
	.rf-expertise--atelier .rf-expertise__rail-step:nth-child(4) {
		border-top: 1px solid color-mix(in srgb, var(--rf-primary) 22%, var(--rf-border));
		padding-top: 1.15rem;
	}

	.rf-expertise--atelier .rf-expertise__rail-num {
		font-size: 2rem;
		min-width: 2.5rem;
	}

	.rf-expertise--atelier .rf-expertise__features {
		grid-template-columns: 1fr;
	}

	.rf-expertise--atelier .rf-expertise__features li:nth-child(2) {
		border-top: 1px solid color-mix(in srgb, var(--rf-primary) 22%, var(--rf-border));
		padding-top: 1.15rem;
	}
}

@media (prefers-reduced-motion: no-preference) {
	.rf-expertise--atelier .rf-expertise__rail-num {
		transition: color 0.25s ease;
	}

	.rf-expertise--atelier .rf-expertise__rail-step:hover .rf-expertise__rail-num {
		color: var(--rf-ink);
	}
}

/* ----- Testimonials: quote-led atelier panel ----- */
.rf-review {
	position: relative;
	border-radius: 0;
	box-shadow: none;
	padding: 1.5rem 1.4rem 1.35rem;
	gap: 0;
	background: var(--rf-white);
	border: 1px solid var(--rf-border);
}

.rf-review::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2.75rem;
	height: 2px;
	background: var(--rf-primary);
}

.rf-review__quote {
	position: relative;
	padding-top: 0.35rem;
	flex: 1 1 auto;
}

.rf-review__quote::before {
	content: "“";
	display: block;
	font-family: var(--rf-font-display);
	font-size: 2.5rem;
	line-height: 0.7;
	color: var(--rf-primary);
	margin-bottom: 0.55rem;
	font-weight: 600;
}

.rf-review__avatar {
	width: 40px;
	height: 40px;
	border-radius: 0;
	background: var(--rf-ink);
	color: var(--rf-primary);
	font-family: var(--rf-font-display);
	font-weight: 600;
	font-size: 0.75rem;
	letter-spacing: 0.06em;
	box-shadow: none;
}

.rf-review__avatar--photo {
	border-radius: 0;
}

.rf-review__name {
	font-family: var(--rf-font-display);
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.rf-review__loc {
	font-size: 0.78rem;
	letter-spacing: 0.02em;
}

.rf-review__stars {
	margin-top: 0.35rem;
}

/* ----- Location cards: icon-led vertical atelier ----- */
.rf-location,
.rf-locations .rf-location {
	position: relative;
	border-radius: 0;
	box-shadow: none;
	padding: 1.25rem 1.15rem 1.1rem;
	gap: 1.15rem;
	background: var(--rf-white);
	border: 1px solid var(--rf-border);
	transition: border-color 0.22s ease, background-color 0.22s ease;
}

.rf-locations .rf-location:hover,
.rf-location:hover {
	transform: none;
	box-shadow: none;
	border-color: var(--rf-ink);
	background: color-mix(in srgb, var(--rf-primary) 3%, var(--rf-white));
}

.rf-location__body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.95rem;
	width: 100%;
	min-width: 0;
}

.rf-location__pin {
	box-sizing: border-box;
	width: 44px;
	height: 44px;
	flex: none;
	display: grid;
	place-items: center;
	border-radius: 0;
	background: transparent;
	border: 1px solid color-mix(in srgb, var(--rf-primary) 50%, var(--rf-border));
	color: var(--rf-primary);
	margin: 0 0 0.15rem;
	padding: 0;
}

.rf-location__pin .rf-icon {
	width: 18px;
	height: 18px;
	display: block;
}

.rf-location__name {
	font-family: var(--rf-font-display);
	font-weight: 600;
	font-size: 0.95rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	line-height: 1.25;
	padding-bottom: 0.55rem;
	border-bottom: 1px solid color-mix(in srgb, var(--rf-primary) 35%, transparent);
	width: 100%;
	margin-top: 0;
}

.rf-location__region {
	font-size: 0.78rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin-top: 0;
}

.rf-location__link {
	font-family: var(--font-brand);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	padding-top: 0.15rem;
}

.rf-location__link:hover {
	gap: 0.55rem;
}

/* ----- Single post / EC TOC: hairline rail ----- */
.rf-ec-page .rf-toc,
.rf-post-page .rf-toc {
	padding: 1.15rem 1rem 1.25rem 1.15rem;
	border-left: 2px solid var(--rf-primary);
	background: color-mix(in srgb, var(--rf-primary) 3%, var(--rf-white));
}

.rf-ec-page .rf-toc__title,
.rf-post-page .rf-toc__title {
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	margin-bottom: 0.85rem;
	padding-bottom: 0.65rem;
	border-bottom: 1px solid color-mix(in srgb, var(--rf-primary) 30%, var(--rf-border));
}

.rf-ec-page .rf-toc__list,
.rf-post-page .rf-toc__list {
	gap: 0.15rem;
}

.rf-ec-page .rf-toc__link,
.rf-post-page .rf-toc__link {
	padding: 0.4rem 0.55rem;
	font-size: 0.82rem;
	line-height: 1.35;
	border-left: 0;
	transition: color 0.18s ease, background-color 0.18s ease, padding-left 0.18s ease;
}

.rf-ec-page .rf-toc__link.is-active,
.rf-post-page .rf-toc__link.is-active {
	background: transparent;
	color: var(--rf-ink);
	font-weight: 600;
	padding-left: 0.75rem;
	box-shadow: inset 2px 0 0 var(--rf-primary);
}

.rf-post-page #post-overview .rf-byline {
	border-left: 2px solid var(--rf-primary);
	background: color-mix(in srgb, var(--rf-primary) 4%, var(--rf-surface));
}

/* ----- Subtle motion (2–3 intentional) ----- */
@media (prefers-reduced-motion: no-preference) {
	.rf-ec-card__more,
	.rf-location__link,
	.rf-appliance__link,
	.rf-service-tile .rf-link-more {
		transition: gap 0.22s ease, color 0.22s ease;
	}

	.rf-editorial-step__num {
		transition: color 0.25s ease;
	}

	.rf-editorial-step:hover .rf-editorial-step__num {
		color: var(--rf-ink);
	}
}

/* =========================================================================
   Contact tiles — hover parity (JennAir gold / ink)
   ========================================================================= */
.rf-contact-tiles {
	align-items: stretch;
}

.rf-contact-tile {
	border-radius: 0;
	box-shadow: none;
	text-decoration: none;
}

a.rf-contact-tile:hover,
a.rf-contact-tile:focus-visible {
	transform: none;
	box-shadow: none;
	border-color: var(--rf-ink);
	background: var(--rf-surface);
	color: inherit;
}

.rf-contact-tile__icon {
	border-radius: 0;
	background: var(--rf-surface);
	box-shadow: none;
	color: var(--rf-primary);
}

.rf-contact-tile__value {
	color: var(--rf-ink);
}

a.rf-contact-tile:hover .rf-contact-tile__value,
a.rf-contact-tile:focus-visible .rf-contact-tile__value {
	color: var(--rf-primary);
}

/* =========================================================================
   Homepage plaque kill — editorial lists (guarantees / problems / resources /
   metrics / transformation). Same content; no icon-plaque grids.
   ========================================================================= */

/* Guarantees → numbered hairline rows */
.rf-atelier-list--guarantees {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	column-gap: clamp(1.75rem, 4vw, 3rem);
	max-width: 56rem;
	margin-inline: auto;
}

.rf-atelier-list--guarantees .rf-guarantee {
	display: grid;
	grid-template-columns: 2.5rem minmax(0, 1fr);
	gap: 0.85rem;
	align-items: start;
	padding: 1.25rem 0;
	border: 0;
	border-top: 1px solid color-mix(in srgb, var(--rf-primary) 24%, var(--rf-border));
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	overflow: visible;
}

.rf-atelier-list--guarantees .rf-guarantee:nth-child(1),
.rf-atelier-list--guarantees .rf-guarantee:nth-child(2) {
	border-top: 0;
	padding-top: 0.15rem;
}

.rf-atelier-list--guarantees .rf-guarantee:hover {
	transform: none;
	box-shadow: none;
}

.rf-atelier-list--guarantees .rf-guarantee__index {
	font-family: var(--rf-font-display);
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	color: var(--rf-primary);
	line-height: 1.3;
	padding-top: 0.15rem;
}

.rf-atelier-list--guarantees .rf-guarantee__icon {
	display: none;
}

.rf-atelier-list--guarantees .rf-guarantee__title {
	display: block;
	font-family: var(--rf-font-display);
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--rf-ink);
	margin-bottom: 0.4rem;
	line-height: 1.3;
}

.rf-atelier-list--guarantees .rf-guarantee__text {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.55;
	color: var(--rf-muted);
}

/* Problems → ruled editorial rows */
.rf-problem-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	column-gap: clamp(1.75rem, 4vw, 3rem);
	max-width: 56rem;
	margin-inline: auto;
}

.rf-problem-list .rf-problem--ruled {
	display: grid;
	grid-template-columns: 2.5rem minmax(0, 1fr);
	column-gap: 0.85rem;
	row-gap: 0.45rem;
	align-items: start;
	padding: 1.25rem 0;
	border: 0;
	border-top: 1px solid color-mix(in srgb, var(--rf-primary) 24%, var(--rf-border));
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	overflow: visible;
}

.rf-problem-list .rf-problem--ruled:nth-child(1),
.rf-problem-list .rf-problem--ruled:nth-child(2) {
	border-top: 0;
	padding-top: 0.15rem;
}

.rf-problem-list .rf-problem--ruled:hover {
	transform: none;
	box-shadow: none;
	border-color: transparent;
}

.rf-problem-list .rf-problem--ruled::after {
	display: none;
}

.rf-problem-list .rf-problem__head {
	display: contents;
}

.rf-problem-list .rf-problem__index {
	grid-column: 1;
	grid-row: 1;
	font-family: var(--rf-font-display);
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	color: var(--rf-primary);
	padding-top: 0.2rem;
	line-height: 1;
}

.rf-problem-list .rf-problem__title,
.rf-problem-list .rf-card__title {
	grid-column: 2;
	grid-row: 1;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: var(--rf-font-display);
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	line-height: 1.3;
	color: var(--rf-ink);
}

.rf-problem-list .rf-problem__text,
.rf-problem-list .rf-card__text {
	grid-column: 2;
	grid-row: 2;
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.55;
	color: var(--rf-muted);
}

/* Resources → editorial link rows */
.rf-resource-list {
	display: flex;
	flex-direction: column;
	gap: 0;
	max-width: 52rem;
	margin-inline: auto;
	border-top: 1px solid color-mix(in srgb, var(--rf-primary) 28%, var(--rf-border));
}

.rf-resource-row {
	display: grid;
	grid-template-columns: 7.5rem minmax(0, 1fr) auto;
	gap: 1rem 1.5rem;
	align-items: start;
	padding: 1.35rem 0;
	border-bottom: 1px solid color-mix(in srgb, var(--rf-primary) 24%, var(--rf-border));
	background: transparent;
}

.rf-resource-row__label {
	font-family: var(--font-brand);
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--rf-primary);
	padding-top: 0.2rem;
}

.rf-resource-row__title {
	margin: 0 0 0.4rem;
	font-family: var(--rf-font-display);
	font-size: 0.95rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	line-height: 1.3;
	color: var(--rf-ink);
}

.rf-resource-row__text {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.55;
	color: var(--rf-muted);
	max-width: 42ch;
}

.rf-resource-row__link {
	align-self: center;
	white-space: nowrap;
	font-size: 0.72rem;
	letter-spacing: 0.12em;
}

/* Metrics → ruled strip, not plaque cards */
.rf-metrics--atelier {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 0;
	border-top: 1px solid color-mix(in srgb, var(--rf-primary) 28%, var(--rf-border));
	border-bottom: 1px solid color-mix(in srgb, var(--rf-primary) 28%, var(--rf-border));
}

.rf-metrics--atelier .rf-metric {
	text-align: left;
	padding: 1.35rem 1.25rem 1.35rem 0;
	margin: 0;
	background: transparent;
	border: 0;
	border-right: 1px solid color-mix(in srgb, var(--rf-primary) 22%, var(--rf-border));
	border-radius: 0;
	box-shadow: none;
	overflow: visible;
}

.rf-metrics--atelier .rf-metric:last-child {
	border-right: 0;
	padding-right: 0;
}

.rf-metrics--atelier .rf-metric::before {
	display: none;
}

.rf-metrics--atelier .rf-metric:hover {
	transform: none;
	box-shadow: none;
}

.rf-metrics--atelier .rf-metric__icon {
	display: none;
}

.rf-metrics--atelier .rf-metric__value {
	font-family: var(--rf-font-display);
	font-size: clamp(1.75rem, 2.8vw, 2.35rem);
	font-weight: 600;
	letter-spacing: 0.04em;
	color: var(--rf-ink);
}

.rf-metrics--atelier .rf-metric__label {
	margin-top: 0.45rem;
	font-family: var(--font-brand);
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--rf-muted);
}

/* Transformation → numbered rail, no stage pills / icon circles */
.rf-transform--rail {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	align-items: start;
}

.rf-transform--rail .rf-transform__card {
	position: relative;
	text-align: left;
	padding: 0.35rem clamp(1rem, 2vw, 1.5rem) 0.15rem 0;
	margin: 0;
	background: transparent;
	border: 0;
	border-right: 1px solid color-mix(in srgb, var(--rf-primary) 24%, var(--rf-border));
	border-radius: 0;
	box-shadow: none;
}

.rf-transform--rail .rf-transform__card:last-child {
	border-right: 0;
	padding-right: 0;
}

.rf-transform--rail .rf-transform__num {
	display: block;
	font-family: var(--rf-font-display);
	font-size: clamp(2.25rem, 4vw, 3.25rem);
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 0.95;
	color: var(--rf-primary);
	margin-bottom: 0.85rem;
}

.rf-transform--rail .rf-transform__stage {
	display: block;
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0;
	margin: 0 0 0.55rem;
	font-family: var(--font-brand);
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--rf-muted);
}

.rf-transform--rail .rf-transform__icon {
	display: none;
}

.rf-transform--rail .rf-transform__title {
	font-family: var(--rf-font-display);
	font-size: 0.9rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin: 0 0 0.5rem;
	line-height: 1.3;
	color: var(--rf-ink);
}

.rf-transform--rail .rf-transform__text {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.55;
	color: var(--rf-muted);
}

.rf-transform--rail .rf-transform__arrow {
	display: none;
}

@media (max-width: 800px) {
	.rf-atelier-list--guarantees,
	.rf-problem-list {
		grid-template-columns: 1fr;
	}

	.rf-atelier-list--guarantees .rf-guarantee:nth-child(2),
	.rf-problem-list .rf-problem--ruled:nth-child(2) {
		border-top: 1px solid color-mix(in srgb, var(--rf-primary) 24%, var(--rf-border));
		padding-top: 1.25rem;
	}

	.rf-resource-row {
		grid-template-columns: 1fr;
		gap: 0.45rem;
	}

	.rf-resource-row__link {
		align-self: start;
		padding-top: 0.35rem;
	}

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

	.rf-transform--rail .rf-transform__card {
		border-right: 0;
		border-top: 1px solid color-mix(in srgb, var(--rf-primary) 24%, var(--rf-border));
		padding: 1.25rem 0;
	}

	.rf-transform--rail .rf-transform__card:first-child {
		border-top: 0;
		padding-top: 0.15rem;
	}

	.rf-metrics--atelier .rf-metric {
		border-right: 0;
		border-bottom: 1px solid color-mix(in srgb, var(--rf-primary) 22%, var(--rf-border));
		padding: 1.15rem 0;
	}

	.rf-metrics--atelier .rf-metric:last-child {
		border-bottom: 0;
	}
}

/* =========================================================================
   Blog archive + single — atelier / journal (distinct from other RF sites)
   ========================================================================= */

/* Shared card internals (home + archive + similar) */
.rf-post-card--atelier .rf-post-card__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.5rem 0.75rem;
}

.rf-post-card--atelier .rf-post-card__continue {
	margin-top: 0.35rem;
}

.rf-post-card--atelier .rf-post-card__body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.55rem;
}

/* ----- Archive header ----- */
body.blog .rf-page-header:not(.rf-page-header--image),
body.archive.category .rf-page-header:not(.rf-page-header--image) {
	padding-block: clamp(1.75rem, 4vw, 2.75rem) clamp(1.25rem, 3vw, 1.85rem);
	border-bottom: 1px solid color-mix(in srgb, var(--rf-primary) 28%, var(--rf-border));
	background:
		linear-gradient(180deg, color-mix(in srgb, var(--rf-primary) 5%, var(--rf-warm-white, #f7f5f1)) 0%, var(--rf-white) 100%);
}

body.blog .rf-page-header__title,
body.archive.category .rf-page-header__title {
	font-family: var(--font-brand);
	font-size: clamp(2rem, 4.5vw, 3rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	max-width: 18ch;
}

body.blog .rf-page-header__sub,
body.archive.category .rf-page-header__sub {
	max-width: 36rem;
	margin-top: 0.85rem;
	font-size: 1.02rem;
	line-height: 1.55;
	color: var(--rf-muted);
}

/* ----- Category filter: ruled tabs, not pills ----- */
body.blog .rf-blog-filter,
body.archive.category .rf-blog-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	margin-bottom: clamp(1.75rem, 3.5vw, 2.5rem);
	padding: 0;
	border-bottom: 1px solid var(--rf-border);
}

body.blog .rf-blog-filter__chip,
body.archive.category .rf-blog-filter__chip {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.85rem 1.05rem 0.9rem;
	margin: 0;
	border: 0 !important;
	border-bottom: 2px solid transparent !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: var(--rf-muted) !important;
	font-family: var(--font-brand);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	box-shadow: none !important;
	transform: none !important;
}

body.blog .rf-blog-filter__chip:hover,
body.archive.category .rf-blog-filter__chip:hover {
	color: var(--rf-ink) !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.blog .rf-blog-filter__chip.is-active,
body.archive.category .rf-blog-filter__chip.is-active {
	color: var(--rf-ink) !important;
	background: transparent !important;
	border-bottom-color: var(--rf-primary) !important;
}

body.blog .rf-blog-filter__count,
body.archive.category .rf-blog-filter__count {
	min-width: 0;
	padding: 0;
	border-radius: 0 !important;
	background: transparent !important;
	color: inherit;
	font-size: 0.68rem;
	font-weight: 500;
	opacity: 0.55;
}

body.blog .rf-blog-filter__chip.is-active .rf-blog-filter__count,
body.archive.category .rf-blog-filter__chip.is-active .rf-blog-filter__count {
	background: transparent !important;
	color: var(--rf-primary);
	opacity: 1;
}

/* ----- Archive list: numbered journal rows, image on the right ----- */
body.blog .rf-posts,
body.archive.category .rf-posts {
	counter-reset: rf-blog-idx;
	display: flex;
	flex-direction: column;
	gap: 0;
	max-width: none;
}

body.blog .rf-posts > .rf-post-card--atelier,
body.archive.category .rf-posts > .rf-post-card--atelier {
	counter-increment: rf-blog-idx;
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(9.5rem, 28%);
	gap: clamp(1.15rem, 2.5vw, 2rem);
	align-items: center;
	padding: clamp(1.35rem, 2.8vw, 1.85rem) 0;
	border: 0;
	border-top: 1px solid var(--rf-border);
	border-radius: 0 !important;
	background: transparent;
	box-shadow: none;
	overflow: visible;
}

body.blog .rf-posts > .rf-post-card--atelier:last-child,
body.archive.category .rf-posts > .rf-post-card--atelier:last-child {
	border-bottom: 1px solid var(--rf-border);
}

body.blog .rf-posts > .rf-post-card--atelier:hover,
body.archive.category .rf-posts > .rf-post-card--atelier:hover {
	border-color: var(--rf-border);
	transform: none;
	box-shadow: none;
}

body.blog .rf-posts > .rf-post-card--atelier .rf-post-card__thumb,
body.archive.category .rf-posts > .rf-post-card--atelier .rf-post-card__thumb {
	order: 2;
	height: auto;
	overflow: hidden;
}

body.blog .rf-posts > .rf-post-card--atelier .rf-post-card__thumb::after,
body.archive.category .rf-posts > .rf-post-card--atelier .rf-post-card__thumb::after {
	display: none;
}

body.blog .rf-posts > .rf-post-card--atelier .rf-post-card__thumb img,
body.archive.category .rf-posts > .rf-post-card--atelier .rf-post-card__thumb img {
	aspect-ratio: 4 / 3;
	min-height: 0;
	height: auto;
	width: 100%;
	object-fit: cover;
	filter: saturate(0.92);
	transition: filter 0.28s ease, transform 0.35s ease;
}

body.blog .rf-posts > .rf-post-card--atelier:hover .rf-post-card__thumb img,
body.archive.category .rf-posts > .rf-post-card--atelier:hover .rf-post-card__thumb img {
	filter: saturate(1);
	transform: scale(1.03);
}

body.blog .rf-posts > .rf-post-card--atelier .rf-post-card__body,
body.archive.category .rf-posts > .rf-post-card--atelier .rf-post-card__body {
	order: 1;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	column-gap: clamp(0.85rem, 2vw, 1.35rem);
	row-gap: 0.55rem;
	padding: 0;
	align-content: start;
}

body.blog .rf-posts > .rf-post-card--atelier .rf-post-card__body::before,
body.archive.category .rf-posts > .rf-post-card--atelier .rf-post-card__body::before {
	content: counter(rf-blog-idx, decimal-leading-zero);
	grid-row: 1 / span 4;
	font-family: var(--font-brand);
	font-size: clamp(1.35rem, 2.4vw, 1.75rem);
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1;
	color: var(--rf-primary);
	padding-top: 0.2rem;
}

body.blog .rf-post-card--atelier .rf-post-card__meta,
body.archive.category .rf-post-card--atelier .rf-post-card__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.55rem 0.85rem;
	grid-column: 2;
}

body.blog .rf-post-card--atelier .rf-post-card__cat,
body.archive.category .rf-post-card--atelier .rf-post-card__cat {
	color: var(--rf-primary);
	font-size: 0.66rem;
	letter-spacing: 0.14em;
}

body.blog .rf-post-card--atelier .rf-post-card__date,
body.archive.category .rf-post-card--atelier .rf-post-card__date {
	color: var(--rf-muted);
	font-size: 0.66rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 500;
}

body.blog .rf-post-card--atelier .rf-post-card__title,
body.archive.category .rf-post-card--atelier .rf-post-card__title {
	grid-column: 2;
	margin: 0;
	font-family: var(--font-brand);
	font-size: clamp(1.15rem, 2.1vw, 1.45rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.25;
	text-transform: none;
}

body.blog .rf-post-card--atelier .rf-post-card__title a,
body.archive.category .rf-post-card--atelier .rf-post-card__title a {
	color: var(--rf-ink);
	text-decoration: none;
	background-image: linear-gradient(var(--rf-primary), var(--rf-primary));
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 0 1px;
	transition: background-size 0.28s ease;
}

body.blog .rf-post-card--atelier:hover .rf-post-card__title a,
body.archive.category .rf-post-card--atelier:hover .rf-post-card__title a {
	background-size: 100% 1px;
}

body.blog .rf-post-card--atelier .rf-post-card__excerpt,
body.archive.category .rf-post-card--atelier .rf-post-card__excerpt {
	grid-column: 2;
	margin: 0;
	max-width: 40rem;
	font-size: 0.95rem;
	line-height: 1.6;
	color: var(--rf-muted);
}

body.blog .rf-post-card--atelier .rf-post-card__continue,
body.archive.category .rf-post-card--atelier .rf-post-card__continue {
	grid-column: 2;
	justify-self: start;
	margin-top: 0.25rem;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

body.blog .rf-post-card--atelier .rf-post-card__foot,
body.archive.category .rf-post-card--atelier .rf-post-card__foot {
	display: none;
}

@media (max-width: 720px) {
	body.blog .rf-posts > .rf-post-card--atelier,
	body.archive.category .rf-posts > .rf-post-card--atelier {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	body.blog .rf-posts > .rf-post-card--atelier .rf-post-card__thumb,
	body.archive.category .rf-posts > .rf-post-card--atelier .rf-post-card__thumb {
		order: 0;
	}

	body.blog .rf-posts > .rf-post-card--atelier .rf-post-card__body,
	body.archive.category .rf-posts > .rf-post-card--atelier .rf-post-card__body {
		grid-template-columns: auto minmax(0, 1fr);
	}

	body.blog .rf-posts > .rf-post-card--atelier .rf-post-card__thumb img,
	body.archive.category .rf-posts > .rf-post-card--atelier .rf-post-card__thumb img {
		aspect-ratio: 16 / 10;
	}
}

/* ----- Single post: content left, TOC right ----- */
.rf-post-page--atelier .rf-ec-page__grid {
	grid-template-columns: minmax(0, 1fr) minmax(200px, 230px);
}

.rf-post-page--atelier .rf-ec-page__main {
	order: 1;
}

.rf-post-page--atelier .rf-toc {
	order: 2;
	border: 0;
	border-left: 0;
	border-top: 2px solid var(--rf-primary);
	background: var(--rf-warm-white, #f7f5f1);
	padding: 1.25rem 1.1rem 1.35rem;
}

.rf-post-page--atelier .rf-toc__title {
	letter-spacing: 0.16em;
	border-bottom-color: color-mix(in srgb, var(--rf-primary) 35%, var(--rf-border));
}

.rf-post-page--atelier .rf-toc__link.is-active {
	box-shadow: none;
	border-left: 0;
	padding-left: 0.55rem;
	background: color-mix(in srgb, var(--rf-primary) 12%, transparent);
}

body.single-post .rf-cpt-hero .rf-heading__eyebrow,
body.single-post .rf-page-header .rf-heading__eyebrow {
	display: inline-block;
	margin-bottom: 0.65rem;
	font-size: 0.68rem;
	letter-spacing: 0.16em;
	color: var(--rf-primary);
}

body.single-post .rf-cpt-hero .rf-page-header__title {
	max-width: 22ch;
	font-size: clamp(1.85rem, 4vw, 2.75rem);
	letter-spacing: -0.028em;
}

body.single-post .rf-cpt-hero .rf-page-header__sub {
	max-width: 38rem;
	border-left: 2px solid var(--rf-primary);
	padding-left: 1rem;
	margin-top: 1rem;
}

.rf-post-page--atelier #post-overview.rf-single--atelier {
	display: flex;
	flex-direction: column;
	gap: 1.35rem;
	padding: 0;
	border: 0;
	background: transparent;
}

.rf-post-page--atelier #post-overview .rf-single__thumb {
	margin: 0;
	border-bottom: 3px solid var(--rf-primary);
}

.rf-post-page--atelier #post-overview .rf-byline {
	margin: 0;
	padding: 0.85rem 0 0;
	border: 0;
	border-top: 1px solid var(--rf-border);
	border-left: 0;
	background: transparent;
	border-radius: 0;
}

.rf-post-page--atelier .rf-prose.rf-single__content {
	padding-top: 0.35rem;
}

.rf-post-page--atelier .rf-prose.rf-single__content > h2:first-of-type,
.rf-post-page--atelier .rf-prose.rf-single__content > h3:first-of-type {
	margin-top: 0.5rem;
}

.rf-post-page--atelier .rf-prose h2 {
	font-family: var(--font-brand);
	font-size: clamp(1.2rem, 2vw, 1.45rem);
	letter-spacing: -0.015em;
	padding-bottom: 0.55rem;
	border-bottom: 1px solid color-mix(in srgb, var(--rf-primary) 30%, var(--rf-border));
}

.rf-post-page--atelier .rf-prose > p:first-of-type::first-letter {
	float: left;
	font-family: var(--font-brand);
	font-size: 3.1rem;
	font-weight: 700;
	line-height: 0.85;
	padding: 0.12rem 0.55rem 0 0;
	color: var(--rf-primary);
}

.rf-post-page--atelier .rf-similar--atelier .rf-posts--similar {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.rf-post-page--atelier .rf-similar--atelier .rf-post-card--atelier {
	display: grid;
	grid-template-columns: 5.5rem minmax(0, 1fr);
	gap: 1rem;
	align-items: center;
	padding: 1rem 0;
	border: 0;
	border-top: 1px solid var(--rf-border);
	border-radius: 0 !important;
	background: transparent;
	box-shadow: none;
}

.rf-post-page--atelier .rf-similar--atelier .rf-post-card--atelier:last-child {
	border-bottom: 1px solid var(--rf-border);
}

.rf-post-page--atelier .rf-similar--atelier .rf-post-card__thumb {
	order: 0;
}

.rf-post-page--atelier .rf-similar--atelier .rf-post-card__thumb img {
	aspect-ratio: 1;
	height: auto;
}

.rf-post-page--atelier .rf-similar--atelier .rf-post-card__body {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	padding: 0;
}

.rf-post-page--atelier .rf-similar--atelier .rf-post-card__body::before {
	display: none;
}

.rf-post-page--atelier .rf-similar--atelier .rf-post-card__excerpt,
.rf-post-page--atelier .rf-similar--atelier .rf-post-card__continue {
	display: none;
}

.rf-post-page--atelier .rf-similar--atelier .rf-post-card__title {
	font-size: 1rem;
	text-transform: none;
}

@media (max-width: 900px) {
	.rf-post-page--atelier .rf-ec-page__grid {
		grid-template-columns: 1fr;
	}

	.rf-post-page--atelier .rf-toc {
		order: -1;
		position: static;
		border-top: 2px solid var(--rf-primary);
	}

	.rf-post-page--atelier .rf-prose > p:first-of-type::first-letter {
		font-size: 2.55rem;
	}
}

/* =========================================================================
   Reduced motion
   ========================================================================= */
@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}

	.rf-cat-tile:hover .rf-cat-tile__media {
		transform: none;
	}

	body.blog .rf-posts > .rf-post-card--atelier:hover .rf-post-card__thumb img,
	body.archive.category .rf-posts > .rf-post-card--atelier:hover .rf-post-card__thumb img {
		transform: none;
	}
}


/* =========================================================================
   Fleet UI: announce mobile phone + hero trust containers (UI only)
   ========================================================================= */
.rf-announce__copy {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.45rem 1.25rem;
	flex: 1 1 auto;
	min-width: 0;
}

.rf-announce__phone {
	display: none;
}

.rf-hero--campaign .rf-hero__trust,
.rf-hero__trust {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 0.75rem;
}

.rf-hero--campaign .rf-hero__trust li,
.rf-hero__trust li {
	position: relative;
	display: flex;
	align-items: center;
	flex: 1 1 10.5rem;
	max-width: 16rem;
	min-height: 3.25rem;
	padding: 0.7rem 0.9rem 0.7rem 1.15rem;
	background: rgba(0, 0, 0, 0.42);
	border: 1px solid rgba(255, 255, 255, 0.16);
	box-shadow: inset 3px 0 0 var(--rf-primary);
}

.rf-hero:not(.rf-hero--campaign) .rf-hero__trust li {
	background: color-mix(in srgb, var(--rf-white) 88%, transparent);
	border: 1px solid color-mix(in srgb, var(--rf-border, #d9dee5) 80%, var(--rf-primary) 20%);
	box-shadow: inset 3px 0 0 var(--rf-primary);
	color: var(--rf-text, var(--rf-ink, inherit));
}

.rf-hero--campaign .rf-hero__trust li::before,
.rf-hero__trust li::before {
	content: none;
}

.rf-hero--campaign .rf-hero__trust-ico,
.rf-hero__trust-ico {
	display: none !important;
}

@media (max-width: 900px) {
	.rf-announce__copy {
		display: none;
	}

	.rf-announce__inner {
		justify-content: center;
		padding-block: 0.4rem;
		text-align: center;
	}

	.rf-announce__phone {
		display: flex;
		justify-content: center;
	}

	.rf-announce__phone .rf-announce__item {
		gap: 0.4rem;
		font-size: 0.875rem;
	}

	.rf-hero--campaign .rf-hero__trust,
	.rf-hero__trust {
		gap: 0.65rem 1.5rem;
		font-size: 1.0625rem;
	}

	.rf-hero--campaign .rf-hero__trust li,
	.rf-hero__trust li {
		flex: 0 1 auto;
		max-width: 18rem;
		min-height: 0;
		padding: 0 0 0 calc(6px + 0.65rem);
		background: none;
		border: 0;
		box-shadow: none;
	}

	.rf-hero--campaign .rf-hero__trust li::before,
	.rf-hero__trust li::before {
		content: "";
		position: absolute;
		left: 0;
		top: calc(0.5lh - 2.5px);
		width: 5px;
		height: 5px;
		border-radius: 50%;
		background: var(--rf-primary);
	}
}

/* ProLead booking iframe — Wolf/Viking clip: tall iframe, cropped visible window. */
.rf-split--booking {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
	gap: clamp(2rem, 4vw, 4rem);
	align-items: center;
}

.rf-split--booking > div:first-child {
	text-align: right;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.rf-split--booking > div:first-child .rf-heading,
.rf-split--booking > div:first-child .rf-section-heading,
.rf-split--booking > div:first-child .rf-nap,
.rf-split--booking > div:first-child .rf-prose,
.rf-split--booking > div:first-child .rf-contact-copy {
	width: 100%;
	text-align: right;
}

#booking-section > .rf-container,
#contact > .rf-container,
.rf-section:has(.rf-split--booking) > .rf-container {
	max-width: var(--rf-container);
}

.rf-container--narrow:has(.rf-split--booking),
.rf-container.rf-container--narrow:has(.rf-split--booking) {
	max-width: var(--rf-container);
}

#booking .rf-panel,
.rf-split--booking .rf-panel,
.rf-contact-panel {
	padding: 0;
	max-width: none;
	overflow: hidden;
}

@media (max-width: 900px) {
	.rf-split--booking {
		grid-template-columns: 1fr;
		gap: 2rem;
		align-items: start;
	}

	.rf-split--booking > div:first-child {
		text-align: left;
		align-items: stretch;
	}

	.rf-split--booking > div:first-child .rf-heading,
	.rf-split--booking > div:first-child .rf-section-heading,
	.rf-split--booking > div:first-child .rf-nap,
	.rf-split--booking > div:first-child .rf-prose,
	.rf-split--booking > div:first-child .rf-contact-copy {
		text-align: left;
	}
}

.rf-booking-embed {
	width: 100%;
	background: #fff;
	border: 0;
	border-radius: 0;
	overflow: hidden;
}

.rf-booking-embed__frame,
iframe.schedule.rf-booking-embed__frame {
	display: block;
	width: 100%;
	height: 860px;
	min-height: 860px;
	margin-top: -12px;
	border: 0;
	border-radius: 0;
	background: #fff;
	overflow: hidden;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.rf-booking-embed__frame::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}

.rf-hero--campaign .rf-hero__card--embed {
	padding: 0;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.rf-hero--campaign .rf-hero__card--embed .rf-booking-embed,
.rf-panel .rf-booking-embed,
.rf-contact-panel .rf-booking-embed,
.rf-modal__body .rf-booking-embed,
#booking .rf-booking-embed {
	height: 728px;
	margin: 0;
	overflow: hidden;
	background: #fff;
}

.rf-hero--campaign .rf-hero__card--embed .rf-booking-embed__frame,
.rf-panel .rf-booking-embed__frame,
.rf-contact-panel .rf-booking-embed__frame,
.rf-modal__body .rf-booking-embed__frame,
#booking .rf-booking-embed__frame {
	height: 860px !important;
	min-height: 860px !important;
	margin: -12px 0 0;
	overflow: hidden;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.rf-modal__panel {
	width: min(740px, 100%);
	max-height: min(94vh, 980px);
}

