/*
 * Bertazzoni composition layer
 * Official brand language: black/white, centered dark hero, thin ghost CTAs,
 * architectural whitespace. Presentation only — helpers/forms/IDs intact.
 */

/* -------------------------------------------------------------------------
   Base typography & chrome
   ------------------------------------------------------------------------- */
body {
	font-family: var(--rf-font);
	letter-spacing: 0.01em;
}

h1, h2, .rf-heading__title, .rf-hero__title, .rf-expertise__title,
.rf-process__title, .rf-locations__title, .rf-cta-banner__title, .rf-cta-banner h2,
.rf-about-intro__title {
	font-family: var(--rf-font-display);
	font-weight: 500;
	letter-spacing: -0.015em;
}

.rf-about-photo img {
	border-radius: 0;
	object-position: 42% 40%;
}

.rf-heading--center {
	margin-inline: auto;
	text-align: center;
	max-width: 40rem;
}

.rf-heading__eyebrow,
.rf-heading__eyebrow::before {
	text-transform: uppercase;
	letter-spacing: 0.16em;
	font-weight: 600;
	font-size: 0.7rem;
	color: var(--rf-muted);
}

.rf-heading__eyebrow::before {
	content: "";
	width: 1.5rem;
	height: 1px;
	background: #000;
	border-radius: 0;
}

.rf-heading--center .rf-heading__eyebrow {
	justify-content: center;
}

.rf-btn {
	border-radius: 0;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 0.72rem;
	font-weight: 600;
	box-shadow: none;
	transform: none;
}

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

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

.rf-btn--lg {
	padding: 0.95rem 1.75rem;
}

/* Cards keep structure on archives / reviews; soften chrome only. */
.rf-card {
	border-radius: 0;
	box-shadow: none;
}

.rf-card--hover:hover {
	transform: none;
	box-shadow: none;
}

.rf-card::after {
	display: none;
}

.rf-card__icon {
	border-radius: 0;
}

.rf-section {
	padding-block: clamp(4rem, 9vw, 7rem);
}

/* Re-assert after the brand .rf-section bump — same specificity would otherwise lose. */
.rf-section--tight {
	padding-block: clamp(1.5rem, 3vw, 2.25rem);
}

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

/* -------------------------------------------------------------------------
   Hero — dark field + booking card (standard conversion layout)
   ------------------------------------------------------------------------- */
.rf-hero.rf-hero--editorial {
	position: relative;
	min-height: min(88vh, 780px);
	display: grid;
	align-items: center;
	background: #000;
	color: #fff;
	overflow: hidden;
	text-align: left;
}

.rf-hero--editorial .rf-hero__media {
	position: absolute;
	inset: 0;
	background-image: var(--rf-hero-image);
	background-size: cover;
	background-position: center;
	transform: scale(1.02);
	opacity: 0.55;
}

.rf-hero--editorial .rf-hero__media::before,
.rf-hero--editorial .rf-hero__media::after {
	display: none;
}

.rf-hero--editorial .rf-hero__veil {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.38) 48%, rgba(0, 0, 0, 0.22) 100%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.32) 100%);
	pointer-events: none;
}

.rf-hero--editorial .rf-hero__container {
	position: relative;
	z-index: 1;
	padding-block: clamp(3.5rem, 8vw, 5.5rem);
}

.rf-hero--editorial .rf-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 400px);
	gap: clamp(1.75rem, 4vw, 3rem);
	align-items: center;
	min-height: 0;
	padding-block: 0;
	max-width: none;
	margin-inline: 0;
}

.rf-hero--editorial .rf-hero__content {
	max-width: 36rem;
}

.rf-hero--editorial .rf-hero__kicker {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0.85rem;
	margin-bottom: 1.5rem;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.72);
}

.rf-hero--editorial .rf-hero__kicker::before {
	content: "";
	width: 1.5rem;
	height: 1px;
	background: #fff;
}

.rf-hero--editorial .rf-hero__title {
	color: #fff;
	font-size: clamp(2.2rem, 4.5vw, 3.4rem);
	line-height: 1.08;
	margin-bottom: 1.15rem;
	font-weight: 500;
	letter-spacing: -0.02em;
}

.rf-hero--editorial .rf-hero__title .rf-accent {
	display: block;
	color: #fff;
	font-style: normal;
	font-weight: 500;
	opacity: 0.88;
}

.rf-hero--editorial .rf-hero__lead {
	color: rgba(255, 255, 255, 0.72);
	font-size: 1.05rem;
	max-width: 34em;
	margin: 0 0 1.75rem;
	letter-spacing: 0.01em;
}

.rf-hero--editorial .rf-hero__actions {
	display: none;
}

.rf-hero--editorial .rf-hero__trust {
	gap: 0.85rem 1.5rem;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	padding-top: 1.25rem;
	color: rgba(255, 255, 255, 0.72);
	font-weight: 500;
	font-size: 0.82rem;
	letter-spacing: 0.04em;
	text-transform: none;
}

.rf-hero--editorial .rf-hero__trust li {
	max-width: 14rem;
	width: auto;
	padding: 0;
	border: 0;
	gap: 0.55rem;
}

.rf-hero--editorial .rf-hero__trust li::before {
	display: none;
}

.rf-hero--editorial .rf-hero__trust-ico {
	display: grid;
	place-items: center;
	width: 1.5rem;
	height: 1.5rem;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 0;
}

.rf-hero--editorial .rf-hero__trust-ico .rf-icon {
	color: #fff;
	width: 0.9em;
	height: 0.9em;
}

/* Booking card — white panel on dark hero */
.rf-hero--editorial .rf-hero__card {
	background: #fff;
	border: 1px solid #fff;
	border-radius: 0;
	box-shadow: none;
	color: var(--rf-ink);
	padding: clamp(1.35rem, 3vw, 1.85rem);
}

.rf-hero--editorial .rf-hero__flag {
	top: -0.85rem;
	right: 1rem;
	background: #000;
	color: #fff;
	border: 1px solid #000;
	border-radius: 0;
	box-shadow: none;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-size: 0.72rem;
}

.rf-hero--editorial .rf-hero__flag .rf-icon {
	color: #fff;
}

.rf-hero--editorial .rf-hero__flag small {
	color: rgba(255, 255, 255, 0.7);
	text-transform: none;
	letter-spacing: 0;
}

.rf-hero--editorial .rf-hero__form-title {
	font-family: var(--rf-font-display);
	font-weight: 600;
	letter-spacing: -0.01em;
	color: #000;
}

.rf-hero--editorial .rf-hero__card .rf-field input,
.rf-hero--editorial .rf-hero__card .rf-field select,
.rf-hero--editorial .rf-hero__card .rf-field textarea {
	border-radius: 0;
	border-color: var(--rf-line-strong);
}

.rf-hero--editorial .rf-hero__card .rf-btn--primary {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	border-radius: 0;
	box-shadow: none;
	width: 100%;
}

.rf-hero--editorial .rf-hero__card .rf-btn--primary:hover {
	background: #fff;
	color: #000;
	border-color: #000;
}

.rf-hero--editorial .rf-hero__card-foot {
	border-top: 1px solid var(--rf-line);
	margin-top: 1rem;
	padding-top: 1rem;
}

.rf-hero--editorial .rf-hero__card-foot a {
	color: #000;
	font-weight: 600;
	text-decoration: none;
}

.rf-hero--editorial .rf-hero__card-foot a:hover {
	text-decoration: underline;
}

.rf-hero--editorial .rf-hero__card-foot .rf-icon {
	color: #000;
}

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

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

	.rf-hero--editorial .rf-hero__card {
		max-width: 440px;
		width: 100%;
		justify-self: start;
	}
}

/* -------------------------------------------------------------------------
   Trust metrics — thin editorial strip
   ------------------------------------------------------------------------- */
.rf-metrics.rf-metrics--editorial {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 0;
	border-top: 1px solid var(--rf-line);
	border-bottom: 1px solid var(--rf-line);
	background: var(--rf-surface);
}

.rf-metrics--editorial .rf-metric {
	padding: 1.5rem 1.25rem;
	border-right: 1px solid var(--rf-line);
	background: transparent;
	box-shadow: none;
	border-radius: 0;
	text-align: left;
}

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

.rf-metrics--editorial .rf-metric__value {
	font-family: var(--rf-font-display);
	font-size: clamp(2rem, 3vw, 2.6rem);
	font-weight: 600;
	color: var(--rf-ink);
}

.rf-metrics--editorial .rf-metric__label {
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 0.72rem;
}

/* -------------------------------------------------------------------------
   Appliances — product catalogue rows (aligned icon / copy / CTA)
   ------------------------------------------------------------------------- */
.rf-catalog {
	--rf-catalog-icon: 56px;
	--rf-catalog-gap: 1.5rem;
	--rf-catalog-btn: 168px;
	display: grid;
	gap: 0;
	border-top: 1px solid var(--rf-line);
}

.rf-catalog .rf-appliance {
	display: grid;
	grid-template-columns: var(--rf-catalog-icon) minmax(0, 1fr) var(--rf-catalog-btn);
	grid-template-rows: auto auto;
	align-items: center;
	column-gap: var(--rf-catalog-gap);
	row-gap: 0.35rem;
	padding: 1.5rem 0.5rem;
	border: 0;
	border-bottom: 1px solid var(--rf-line);
	background: transparent;
	box-shadow: none;
	border-radius: 0;
	text-decoration: none;
	transition: none;
}

.rf-catalog .rf-appliance:hover {
	transform: none;
	box-shadow: none;
	border-color: var(--rf-line);
}

.rf-catalog .rf-appliance:nth-child(even) {
	background: var(--rf-surface-2);
}

.rf-catalog .rf-appliance__icon {
	grid-column: 1;
	grid-row: 1 / -1;
	align-self: center;
	justify-self: center;
	width: var(--rf-catalog-icon);
	height: var(--rf-catalog-icon);
	margin: 0;
	padding: 0;
	border-radius: 0;
	display: grid;
	place-items: center;
	flex-shrink: 0;
	background: #fff;
	color: var(--rf-ink);
	box-shadow: inset 0 0 0 1px var(--rf-line-strong);
	transition: none;
	transform: none;
}

.rf-catalog .rf-appliance__icon .rf-icon {
	width: 26px;
	height: 26px;
}

.rf-catalog .rf-appliance__title {
	grid-column: 2;
	grid-row: 1;
	margin: 0;
	align-self: start;
	font-family: var(--rf-font-display);
	font-size: 1.35rem;
	font-weight: 600;
	line-height: 1.2;
}

.rf-catalog .rf-appliance__text {
	grid-column: 2;
	grid-row: 2;
	margin: 0;
	flex: none;
	align-self: start;
	color: var(--rf-muted);
	font-size: 0.95rem;
	line-height: 1.45;
}

.rf-catalog .rf-appliance__btn {
	grid-column: 3;
	grid-row: 1 / -1;
	align-self: center;
	justify-self: end;
	width: 100%;
	max-width: var(--rf-catalog-btn);
	min-height: 52px;
	margin: 0;
	padding: 0.75rem 1.15rem;
	white-space: nowrap;
	box-sizing: border-box;
}

@media (max-width: 720px) {
	.rf-catalog {
		--rf-catalog-gap: 1rem;
	}

	.rf-catalog .rf-appliance {
		grid-template-columns: var(--rf-catalog-icon) minmax(0, 1fr);
		grid-template-rows: auto auto auto;
		row-gap: 0.35rem;
		padding: 1.25rem 0;
		background: transparent !important;
	}

	.rf-catalog .rf-appliance:nth-child(even) {
		background: var(--rf-surface-2);
	}

	.rf-catalog .rf-appliance__icon {
		grid-row: 1 / 3;
	}

	.rf-catalog .rf-appliance__title {
		grid-column: 2;
		grid-row: 1;
	}

	.rf-catalog .rf-appliance__text {
		grid-column: 2;
		grid-row: 2;
	}

	.rf-catalog .rf-appliance__btn {
		grid-column: 1 / -1;
		grid-row: 3;
		justify-self: stretch;
		width: 100%;
		max-width: none;
		min-height: 48px;
		margin-top: 0.85rem;
	}
}

/* -------------------------------------------------------------------------
   Services / problems / guarantees / resources — editorial index lists
   ------------------------------------------------------------------------- */
.rf-index {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--rf-line);
}

.rf-index__row {
	display: grid;
	grid-template-columns: 3.5rem 1fr auto;
	gap: 1rem 1.5rem;
	align-items: start;
	padding: 1.4rem 0;
	border-bottom: 1px solid var(--rf-line);
}

.rf-index__num {
	font-family: var(--rf-font-display);
	font-size: 1.35rem;
	font-weight: 600;
	color: var(--rf-ink);
	line-height: 1.2;
}

.rf-index__title {
	margin: 0 0 0.35rem;
	font-family: var(--rf-font-display);
	font-size: 1.35rem;
	font-weight: 600;
}

.rf-index__text {
	margin: 0;
	color: var(--rf-muted);
	max-width: 42rem;
}

.rf-index__meta {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	color: var(--rf-muted);
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	white-space: nowrap;
}

.rf-index__meta .rf-icon {
	width: 1.1em;
	height: 1.1em;
	color: var(--rf-ink);
}

.rf-index--problems {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 2.5rem;
	border-top: 1px solid var(--rf-line);
	position: relative;
}

.rf-index--problems::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(50% - 0.5px);
	width: 1px;
	background: var(--rf-line);
	pointer-events: none;
}

.rf-index--problems .rf-index__row {
	grid-template-columns: 2.5rem 1fr;
	border-bottom: none;
}

.rf-index--problems .rf-index__row:nth-child(odd) {
	position: relative;
	padding-right: 1.25rem;
}

.rf-index--problems .rf-index__row:nth-child(odd)::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: calc(200% + 2.5rem);
	height: 1px;
	background: var(--rf-line);
}

.rf-index--problems .rf-index__row:nth-child(even) {
	padding-left: 1.25rem;
}

@media (max-width: 800px) {
	.rf-index__row {
		grid-template-columns: 2.75rem 1fr;
	}

	.rf-index__meta {
		grid-column: 2;
	}

	.rf-index--problems {
		grid-template-columns: 1fr;
		column-gap: 0;
	}

	.rf-index--problems::before {
		display: none;
	}

	.rf-index--problems .rf-index__row {
		border-bottom: 1px solid var(--rf-line);
	}

	.rf-index--problems .rf-index__row:nth-child(odd)::after {
		display: none;
	}

	.rf-index--problems .rf-index__row:nth-child(odd) {
		padding-right: 0;
	}

	.rf-index--problems .rf-index__row:nth-child(even) {
		padding-left: 0;
	}
}

/* Why choose — asymmetric split */
.rf-why {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(2rem, 5vw, 4rem);
	align-items: start;
}

.rf-why__head .rf-heading {
	margin-bottom: 0;
}

.rf-why__list {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--rf-line);
}

.rf-why__item {
	display: grid;
	grid-template-columns: 2.5rem 1fr;
	gap: 1rem;
	padding: 1.25rem 0;
	border-bottom: 1px solid var(--rf-line);
}

.rf-why__item .rf-icon {
	width: 1.25rem;
	height: 1.25rem;
	margin-top: 0.2rem;
	color: var(--rf-ink);
}

.rf-why__item strong {
	display: block;
	font-family: var(--rf-font-display);
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 0.25rem;
	color: var(--rf-charcoal);
}

.rf-why__item span {
	color: var(--rf-muted);
	font-size: 0.95rem;
}

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

/* Guarantees — 3-column editorial grid (2 rows × 3 cols for six items) */
.rf-rail {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	border-top: 1px solid var(--rf-line);
	border-bottom: 1px solid var(--rf-line);
}

.rf-rail__item {
	padding: 1.75rem 1.5rem;
	border-right: 1px solid var(--rf-line);
}

/* Last column in each 3-up row */
.rf-rail__item:nth-child(3n) {
	border-right: 0;
}

/* Second row and below */
.rf-rail__item:nth-child(n + 4) {
	border-top: 1px solid var(--rf-line);
}

.rf-rail__item .rf-icon {
	width: 1.35rem;
	height: 1.35rem;
	color: var(--rf-ink);
	margin-bottom: 1rem;
}

.rf-rail__title {
	font-family: var(--rf-font-display);
	font-size: 1.3rem;
	font-weight: 600;
	margin: 0 0 0.5rem;
}

.rf-rail__text {
	margin: 0;
	color: var(--rf-muted);
	font-size: 0.95rem;
}

@media (max-width: 900px) {
	.rf-rail {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rf-rail__item {
		border-bottom: 0;
	}

	.rf-rail__item:nth-child(3n) {
		border-right: 1px solid var(--rf-line);
	}

	.rf-rail__item:nth-child(2n) {
		border-right: 0;
	}

	.rf-rail__item:nth-child(n + 4) {
		border-top: 0;
	}

	.rf-rail__item:nth-child(n + 3) {
		border-top: 1px solid var(--rf-line);
	}
}

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

	.rf-rail__item {
		border-right: 0;
		border-bottom: 1px solid var(--rf-line);
	}

	.rf-rail__item:nth-child(n + 3),
	.rf-rail__item:nth-child(n + 4) {
		border-top: 0;
	}

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

/* Resources — stacked editorial rows */
.rf-resources-list {
	display: grid;
	gap: 0;
	border-top: 1px solid var(--rf-line);
}

.rf-resources-list__item {
	display: grid;
	grid-template-columns: 7rem 1fr auto;
	gap: 1.25rem;
	align-items: center;
	padding: 1.5rem 0;
	border-bottom: 1px solid var(--rf-line);
}

.rf-resources-list__label {
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--rf-ink);
}

.rf-resources-list__title {
	margin: 0 0 0.3rem;
	font-family: var(--rf-font-display);
	font-size: 1.4rem;
	font-weight: 600;
}

.rf-resources-list__text {
	margin: 0;
	color: var(--rf-muted);
}

@media (max-width: 720px) {
	.rf-resources-list__item {
		grid-template-columns: 1fr;
		gap: 0.5rem;
	}
}

/* -------------------------------------------------------------------------
   Process — vertical timeline
   ------------------------------------------------------------------------- */
.rf-process.rf-process--timeline .rf-process__bg {
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	min-height: 100%;
	width: min(48%, 580px);
	opacity: 1;
	background-position: center;
	background-size: cover;
	filter: grayscale(32%) brightness(1.1);
	-webkit-mask-image: linear-gradient(
		to right,
		transparent 0%,
		rgba(0, 0, 0, 0.04) 14%,
		rgba(0, 0, 0, 0.14) 26%,
		rgba(0, 0, 0, 0.28) 38%,
		rgba(0, 0, 0, 0.44) 48%,
		rgba(0, 0, 0, 0.6) 56%,
		rgba(0, 0, 0, 0.74) 64%,
		rgba(0, 0, 0, 0.86) 72%,
		rgba(0, 0, 0, 0.94) 78%,
		#000 84%
	);
	mask-image: linear-gradient(
		to right,
		transparent 0%,
		rgba(0, 0, 0, 0.04) 14%,
		rgba(0, 0, 0, 0.14) 26%,
		rgba(0, 0, 0, 0.28) 38%,
		rgba(0, 0, 0, 0.44) 48%,
		rgba(0, 0, 0, 0.6) 56%,
		rgba(0, 0, 0, 0.74) 64%,
		rgba(0, 0, 0, 0.86) 72%,
		rgba(0, 0, 0, 0.94) 78%,
		#000 84%
	);
}

.rf-process.rf-process--timeline .rf-process__bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.52);
	pointer-events: none;
}

@media (max-width: 720px) {
	.rf-process.rf-process--timeline .rf-process__bg {
		display: none;
	}
}

.rf-process.rf-process--timeline .rf-process__head {
	max-width: 36rem;
	text-align: left;
	margin-inline: 0;
}

.rf-process.rf-process--timeline .rf-process__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	max-width: 52rem;
	margin-top: 2.5rem;
	border-left: 1px solid var(--rf-line-strong);
	padding-left: 1.75rem;
}

.rf-process.rf-process--timeline .rf-pcard {
	position: relative;
	display: grid;
	grid-template-columns: 4rem 1fr;
	gap: 1rem;
	padding: 1.35rem 0 1.35rem 0.5rem;
	background: transparent;
	border: 0;
	box-shadow: none;
	border-radius: 0;
	border-bottom: 1px solid var(--rf-line);
}

.rf-process.rf-process--timeline .rf-pcard::before {
	content: "";
	position: absolute;
	left: -1.75rem;
	top: 1.7rem;
	width: 0.55rem;
	height: 0.55rem;
	background: var(--rf-accent);
	transform: translateX(-50%);
}

.rf-process.rf-process--timeline .rf-pcard__top {
	display: contents;
}

.rf-process.rf-process--timeline .rf-pcard__ico {
	display: none;
}

.rf-process.rf-process--timeline .rf-pcard__num {
	font-family: var(--rf-font-display);
	font-size: 1.5rem;
	font-weight: 600;
	color: var(--rf-ink);
	line-height: 1.2;
}

.rf-process.rf-process--timeline .rf-pcard__title {
	grid-column: 2;
	font-family: var(--rf-font-display);
	font-size: 1.35rem;
	margin: 0 0 0.35rem;
}

.rf-process.rf-process--timeline .rf-pcard__text {
	grid-column: 2;
	margin: 0;
}

/* -------------------------------------------------------------------------
   Transformation — vertical editorial stages
   ------------------------------------------------------------------------- */
.rf-transform.rf-transform--editorial {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	max-width: 48rem;
	border: 1px solid var(--rf-line);
}

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

.rf-transform--editorial .rf-transform__card {
	display: grid;
	grid-template-columns: 7.5rem 1fr;
	gap: 0 1.75rem;
	align-items: stretch;
	padding: 1.5rem 1.75rem;
	border: 0;
	border-top: 1px solid var(--rf-line);
	background: transparent;
	box-shadow: none;
	border-radius: 0;
	text-align: left;
}

.rf-transform--editorial .rf-transform__card:first-child {
	border-top: 0;
}

.rf-transform--editorial .rf-transform__stage {
	grid-column: 1;
	grid-row: 1;
	align-self: stretch;
	padding: 0 1.75rem 0 0;
	border-right: 1px solid var(--rf-line);
	font-size: 0.72rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--rf-ink);
	font-weight: 600;
	/* Reset default pill badge from main.css */
	display: block;
	background: transparent;
	margin-bottom: 0;
	border-radius: 0;
}

.rf-transform--editorial .rf-transform__body {
	grid-column: 2;
	grid-row: 1;
	min-width: 0;
}

.rf-transform--editorial .rf-transform__title {
	font-family: var(--rf-font-display);
	font-size: 1.5rem;
	margin: 0 0 0.4rem;
}

.rf-transform--editorial .rf-transform__text {
	margin: 0;
	color: var(--rf-muted);
	font-size: 0.94rem;
}

@media (max-width: 640px) {
	.rf-transform--editorial .rf-transform__card {
		grid-template-columns: 1fr;
		gap: 0.65rem;
		padding: 1.25rem 1.25rem;
	}

	.rf-transform--editorial .rf-transform__stage {
		grid-row: 1;
		grid-column: 1;
		padding: 0 0 0.65rem;
		border-right: 0;
		border-bottom: 1px solid var(--rf-line);
	}

	.rf-transform--editorial .rf-transform__body {
		grid-row: 2;
		grid-column: 1;
	}
}

/* -------------------------------------------------------------------------
   Expertise / locations / CTA refinements
   ------------------------------------------------------------------------- */
.rf-expertise__title,
.rf-process__title,
.rf-locations__title {
	font-family: var(--rf-font-display);
}

.rf-expertise__card {
	border-radius: var(--rf-radius);
	box-shadow: none;
	border: 1px solid var(--rf-line);
}

.rf-cta-banner {
	border-radius: 0;
	background:
		linear-gradient(100deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.72) 48%, rgba(0, 0, 0, 0.55) 100%),
		url("../images/cta-bg.jpg") center right / cover no-repeat;
	box-shadow: none;
	text-align: left;
}

.rf-cta-banner__title,
.rf-cta-banner h2 {
	font-family: var(--rf-font-display);
	font-weight: 500;
	letter-spacing: -0.015em;
}

.rf-cta-banner__title .rf-accent,
.rf-cta-banner h2 .rf-accent {
	opacity: 0.92;
}

.rf-cta-banner__lead {
	color: rgba(255, 255, 255, 0.72);
	letter-spacing: 0.01em;
}

.rf-cta-banner .rf-btn--primary {
	background: #fff;
	border: 1px solid #fff;
	color: #000;
	box-shadow: none;
}

.rf-cta-banner .rf-btn--primary:hover {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.7);
	color: #fff;
}

.rf-cta-banner .rf-btn--onink,
.rf-cta-banner .rf-btn--secondary {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.7);
	color: #fff;
	box-shadow: none;
}

.rf-cta-banner .rf-btn--onink:hover,
.rf-cta-banner .rf-btn--secondary:hover {
	background: #fff;
	border-color: #fff;
	color: #000;
}

.rf-panel {
	border-radius: 0;
	box-shadow: none;
}

.rf-brand__mark {
	border-radius: 0;
	box-shadow: none;
}

/* -------------------------------------------------------------------------
   Header — solid black chrome (official Bertazzoni)
   ------------------------------------------------------------------------- */
.rf-header {
	background: #000;
	backdrop-filter: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.rf-header .rf-brand__img,
.rf-header .rf-brand__img--header {
	height: 34px;
	width: auto;
	max-width: min(180px, 46vw);
}

.rf-footer .rf-brand__img--footer {
	height: 42px;
	width: auto;
	max-width: min(220px, 60vw);
}

.rf-drawer__head {
	background: #000;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.rf-drawer__head .rf-brand__img--header {
	height: 30px;
	max-width: min(165px, 52vw);
}

.rf-drawer__close {
	border-color: rgba(255, 255, 255, 0.35);
	color: #fff;
	background: transparent;
}

.rf-header .rf-brand__name {
	color: #fff;
}

.rf-header .rf-brand__tag {
	color: rgba(255, 255, 255, 0.55);
}

.rf-header .rf-nav a {
	color: rgba(255, 255, 255, 0.82);
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-size: 0.78rem;
	border-radius: 0;
}

.rf-header .rf-nav a::after {
	background: #fff;
	height: 1px;
	border-radius: 0;
	left: 0.75rem;
	right: 0.75rem;
	bottom: 0.2rem;
}

.rf-header .rf-nav a:hover,
.rf-header .rf-nav .current-menu-item > a,
.rf-header .rf-nav .current_page_item > a {
	color: #fff;
}

.rf-header .rf-nav .sub-menu {
	background: #000;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 0;
	box-shadow: none;
}

.rf-header .rf-nav .sub-menu a {
	color: rgba(255, 255, 255, 0.82);
}

.rf-header .rf-nav .sub-menu a:hover {
	color: #fff;
	background: rgba(255, 255, 255, 0.06);
}

.rf-header .rf-phone-btn {
	color: #fff;
	border-radius: 0;
}

.rf-header .rf-phone-btn .rf-icon {
	color: #fff;
}

.rf-header .rf-phone-btn:hover {
	color: #fff;
	background: rgba(255, 255, 255, 0.08);
}

.rf-header .rf-phone-btn__small {
	color: rgba(255, 255, 255, 0.55);
}

.rf-header .rf-btn--primary {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.7);
	color: #fff;
	border-radius: 0;
	box-shadow: none;
}

.rf-header .rf-btn--primary:hover {
	background: #fff;
	border-color: #fff;
	color: #000;
}

.rf-header .rf-nav-toggle {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.35);
	color: #fff;
	border-radius: 0;
}

.rf-header .rf-nav-toggle:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: #fff;
}

.rf-announce {
	background: #000;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 0.75rem;
	line-height: 1.3;
}

.rf-announce__copy {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.35rem 1.5rem;
	flex: 1 1 auto;
	min-width: 0;
}

.rf-announce__phone {
	display: none;
}

.rf-announce__note {
	font-size: 0.6875rem;
	line-height: 1.25;
	color: rgba(255, 255, 255, 0.5);
}

.rf-hero--editorial .rf-hero__card--embed {
	padding: 0 0 18px;
	overflow: hidden;
	border: 1px solid #fff;
	box-shadow: none;
}

.rf-hero--editorial .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--editorial .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;
}

@media (max-width: 900px) {
	.rf-announce__inner {
		justify-content: center;
		padding-block: 0.4rem;
		text-align: center;
	}

	.rf-announce__copy {
		display: none;
	}

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

	.rf-announce__phone .rf-announce__item {
		gap: 0.4rem;
		font-size: 0.875rem;
		letter-spacing: 0.06em;
	}

	.rf-hero--editorial .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;
	}
}

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

/* Reduce floating card motion from shared polish layer */
.rf-card--hover:hover .rf-card__icon {
	transform: none;
}

@media (prefers-reduced-motion: no-preference) {
	.rf-hero--editorial .rf-hero__media {
		animation: rf-hero-drift 18s ease-in-out infinite alternate;
	}
}

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

@media (prefers-reduced-motion: reduce) {
	.rf-hero--editorial .rf-hero__media {
		animation: none;
	}
}

.rf-section--alt .rf-index,
.rf-section--alt .rf-rail,
.rf-section--alt .rf-resources-list,
.rf-section--alt .rf-why__list {
	border-color: color-mix(in srgb, var(--rf-line) 80%, #c8ccd3);
}

/* Homepage blog strip — still a 3-up grid, sharp Bertazzoni cards */
.rf-section#blog .rf-posts,
.home .rf-posts:not(.rf-posts--editorial) {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(1.25rem, 3vw, 2rem);
	border-top: 1px solid var(--rf-line);
	padding-top: 1.5rem;
}

.rf-post-card {
	border-radius: 0;
	box-shadow: none;
	border: 1px solid var(--rf-line);
	background: #fff;
	overflow: hidden;
}

.rf-post-card:hover {
	transform: none;
	box-shadow: none;
	border-color: #000;
}

.rf-post-card__thumb {
	padding: 0;
	margin: 0;
	border: 0;
}

.rf-post-card__cat {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 0.68rem;
	font-weight: 700;
	color: #000;
}

.rf-post-card__title {
	font-family: var(--rf-font-display);
	font-weight: 600;
	letter-spacing: -0.02em;
}

.rf-post-card__title a {
	color: inherit;
	text-decoration: none;
}

.rf-post-card__title a:hover {
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

/* -------------------------------------------------------------------------
   Blog listing — editorial horizontal index (not equal card grid)
   ------------------------------------------------------------------------- */
.rf-blog-hero {
	background: #000;
	color: #fff;
	padding-block: clamp(2.5rem, 6vw, 4rem);
	border-bottom: 0;
}

.rf-blog-hero .rf-breadcrumbs,
.rf-blog-hero .rf-breadcrumbs a,
.rf-blog-hero .rf-page-header__sub {
	color: rgba(255, 255, 255, 0.65);
}

.rf-blog-hero .rf-page-header__title {
	color: #fff;
	font-family: var(--rf-font-display);
	font-weight: 500;
	max-width: 18ch;
}

.rf-blog-hero .rf-blog-hero__label {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0 0 0.85rem;
	padding: 0;
	border: 0;
	background: none;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
}

.rf-blog-hero .rf-blog-hero__label::before {
	content: "";
	width: 1.5rem;
	height: 1px;
	background: #fff;
}

.rf-blog-listing .rf-blog-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	border-bottom: 1px solid var(--rf-line);
	margin-bottom: 0;
	padding-bottom: 0;
	background: transparent;
}

.rf-blog-listing .rf-blog-filter__chip {
	border: 0;
	border-radius: 0;
	background: transparent;
	padding: 0.85rem 1.1rem;
	margin: 0;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--rf-muted);
	border-bottom: 2px solid transparent;
	margin-bottom: -1px;
}

.rf-blog-listing .rf-blog-filter__chip:hover,
.rf-blog-listing .rf-blog-filter__chip.is-active {
	background: transparent;
	color: #000;
	border-bottom-color: #000;
}

.rf-blog-listing .rf-blog-filter__count {
	background: transparent;
	color: inherit;
	padding: 0;
	margin-left: 0.35rem;
	opacity: 0.55;
}

.rf-posts--editorial {
	display: flex;
	flex-direction: column;
	gap: 0;
	border-top: 0;
	padding-top: 0;
}

.rf-posts--editorial .rf-post-card {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.25fr);
	gap: clamp(1.25rem, 3vw, 2.25rem);
	align-items: center;
	border: 0;
	border-bottom: 1px solid var(--rf-line);
	border-radius: 0;
	background: transparent;
	padding: clamp(1.5rem, 3vw, 2.25rem) 0;
	overflow: visible;
}

.rf-posts--editorial .rf-post-card:first-child {
	border-top: 1px solid var(--rf-line);
}

.rf-posts--editorial .rf-post-card:hover {
	border-color: var(--rf-line);
	border-bottom-color: #000;
}

.rf-posts--editorial .rf-post-card__thumb {
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: var(--rf-surface-2);
}

.rf-posts--editorial .rf-post-card__thumb img,
.rf-posts--editorial .rf-post-card__thumb .rf-cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.rf-posts--editorial .rf-post-card__body {
	padding: 0;
	gap: 0.65rem;
}

.rf-posts--editorial .rf-post-card__meta {
	gap: 0.85rem;
	align-items: center;
}

.rf-posts--editorial .rf-post-card__title {
	font-size: clamp(1.35rem, 2.4vw, 1.85rem);
	line-height: 1.2;
	margin: 0;
}

.rf-posts--editorial .rf-post-card__excerpt {
	max-width: 40em;
	font-size: 1rem;
	line-height: 1.55;
}

.rf-posts--editorial .rf-post-card__foot {
	padding-top: 0.35rem;
}

.rf-posts--editorial .rf-link-more {
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 0.72rem;
	font-weight: 700;
}

.rf-blog-listing .rf-pagination {
	margin-top: 2.5rem;
	border-top: 1px solid var(--rf-line);
	padding-top: 1.5rem;
}

@media (max-width: 900px) {
	.rf-section#blog .rf-posts,
	.home .rf-posts:not(.rf-posts--editorial) {
		grid-template-columns: 1fr;
	}

	.rf-posts--editorial .rf-post-card {
		grid-template-columns: 1fr;
		gap: 1rem;
	}
}

@media (min-width: 901px) and (max-width: 1100px) {
	.rf-section#blog .rf-posts,
	.home .rf-posts:not(.rf-posts--editorial) {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* -------------------------------------------------------------------------
   Single article — editorial (not error-code TOC clone)
   ------------------------------------------------------------------------- */
.rf-article__hero {
	background: #000;
	color: #fff;
	padding-block: clamp(2.75rem, 7vw, 4.5rem) clamp(2rem, 5vw, 3rem);
}

.rf-article__hero .rf-breadcrumbs,
.rf-article__hero .rf-breadcrumbs a {
	color: rgba(255, 255, 255, 0.55);
}

.rf-article__hero-inner {
	max-width: 46rem;
}

.rf-article__kicker {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 1.25rem;
}

.rf-article__kicker-label {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
}

.rf-article__kicker-label::before {
	content: "";
	width: 1.5rem;
	height: 1px;
	background: #fff;
}

.rf-article__kicker-sep {
	width: 1px;
	height: 0.85rem;
	background: rgba(255, 255, 255, 0.28);
}

.rf-article__cat {
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.78);
	text-decoration: none;
}

.rf-article__cat:hover {
	color: #fff;
	text-decoration: underline;
}

.rf-article__title {
	font-family: var(--rf-font-display);
	font-weight: 500;
	font-size: clamp(2rem, 4.8vw, 3.25rem);
	line-height: 1.08;
	letter-spacing: -0.025em;
	color: #fff;
	margin: 0 0 1.15rem;
}

.rf-article__lead {
	color: rgba(255, 255, 255, 0.72);
	font-size: 1.1rem;
	line-height: 1.55;
	max-width: 38em;
	margin: 0 0 1.75rem;
}

.rf-article__meta {
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	padding-top: 1.25rem;
}

.rf-article__hero .rf-byline {
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0;
	gap: 1rem 1.75rem;
}

.rf-article__hero .rf-byline,
.rf-article__hero .rf-byline a,
.rf-article__hero .rf-byline__label,
.rf-article__hero .rf-byline__role,
.rf-article__hero .rf-byline__date {
	color: rgba(255, 255, 255, 0.7);
}

.rf-article__hero .rf-byline__name {
	color: #fff;
}

.rf-article__hero .rf-byline__name:hover {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.rf-article__hero .rf-byline__date .rf-icon,
.rf-article__hero .rf-byline__badge {
	color: rgba(255, 255, 255, 0.7);
	background: rgba(255, 255, 255, 0.08);
}

.rf-article__hero .rf-byline__avatar {
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 0;
}

.rf-article__cover {
	margin: 0 0 clamp(1.5rem, 3vw, 2.25rem);
	background: var(--rf-surface-2);
	line-height: 0;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	border: 1px solid var(--rf-line);
}

.rf-article__cover-img,
.rf-article__cover .rf-cover {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-height: none;
}

.rf-article__cover--fallback {
	position: relative;
}

.rf-article__cover--fallback .rf-cover {
	position: absolute;
	inset: 0;
}

.rf-article__toc {
	position: sticky;
	top: var(--rf-header-h);
	z-index: 40;
	background: #fff;
	border-bottom: 1px solid var(--rf-line);
}

.rf-article__toc-list {
	display: flex;
	flex-wrap: nowrap;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}

.rf-article__toc-list li {
	flex: none;
}

.rf-article__toc-link {
	display: block;
	padding: 0.9rem 1rem;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--rf-muted);
	text-decoration: none;
	border-bottom: 2px solid transparent;
	white-space: nowrap;
}

.rf-article__toc-link:hover,
.rf-article__toc-link.is-active {
	color: #000;
	border-bottom-color: #000;
}

.rf-article__body {
	padding-top: clamp(1.75rem, 3.5vw, 2.75rem);
}

.rf-article__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
	gap: clamp(2rem, 4vw, 3.5rem);
	align-items: start;
}

.rf-article__main {
	min-width: 0;
	max-width: 44rem;
}

.rf-article__content {
	font-size: 1.0625rem;
	line-height: 1.7;
}

.rf-article__content > h2:first-child {
	margin-top: 0;
}

.rf-article__block {
	margin-top: clamp(2.5rem, 5vw, 3.5rem);
	padding-top: clamp(1.75rem, 3vw, 2.25rem);
	border-top: 1px solid var(--rf-line);
}

.rf-article__rail {
	position: sticky;
	top: calc(var(--rf-header-h) + 4.5rem);
}

.rf-article__rail-card {
	border: 1px solid var(--rf-line);
	padding: 1.35rem;
	display: grid;
	gap: 0.75rem;
	background: var(--rf-surface-2);
}

.rf-article__rail-label {
	margin: 0;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--rf-muted);
}

.rf-article__rail-back {
	display: inline-block;
	margin-top: 0.35rem;
	font-size: 0.85rem;
	font-weight: 600;
	color: #000;
	text-decoration: none;
}

.rf-article__rail-back:hover {
	text-decoration: underline;
}

.rf-article .rf-posts--similar,
.rf-posts--editorial.rf-posts--similar {
	display: flex;
	flex-direction: column;
	gap: 0;
	border-top: 0;
	padding-top: 0;
	grid-template-columns: none;
}

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

	.rf-article__rail {
		position: static;
		order: -1;
	}

	.rf-article__main {
		max-width: none;
	}
}

/* -------------------------------------------------------------------------
   CPT singles — hero + body on one content grid
   ------------------------------------------------------------------------- */
.single-service .rf-cpt-hero,
.single-appliance .rf-cpt-hero,
.single-appliance_model .rf-cpt-hero,
.single-location .rf-cpt-hero {
	padding-block: clamp(1.5rem, 3.5vw, 2.25rem);
}

.single-service .rf-cpt-hero + .rf-section,
.single-appliance .rf-cpt-hero + .rf-section,
.single-appliance_model .rf-cpt-hero + .rf-section,
.single-location .rf-cpt-hero + .rf-section {
	padding-block: clamp(1.25rem, 2.5vw, 1.75rem);
}

.single-service .rf-cpt-hero .rf-container,
.single-appliance .rf-cpt-hero .rf-container,
.single-appliance_model .rf-cpt-hero .rf-container,
.single-location .rf-cpt-hero .rf-container,
.single-service .rf-cpt-hero ~ .rf-section > .rf-container,
.single-appliance .rf-cpt-hero ~ .rf-section > .rf-container,
.single-appliance_model .rf-cpt-hero ~ .rf-section > .rf-container,
.single-location .rf-cpt-hero ~ .rf-section > .rf-container {
	max-width: var(--rf-container);
}

.single-service .rf-cpt-hero ~ .rf-section .rf-prose,
.single-appliance .rf-cpt-hero ~ .rf-section .rf-prose,
.single-appliance_model .rf-cpt-hero ~ .rf-section .rf-prose,
.single-location .rf-cpt-hero ~ .rf-section .rf-prose {
	max-width: none;
}
