/**
 * Fixperts theme styles.
 *
 * Type system: Sora (display / service UI) + Inter (body).
 * Colour system: warm neutral base + per-division accents driven by a
 * single --accent / --accent-soft pair set on each card via modifier class.
 */

:root {
	--fxp-ink: #1c1b18;
	--fxp-charcoal: #2b2b2a;
	--fxp-muted: #5f5d57;
	--fxp-stone: #837a6c;
	--fxp-paper: #f6f2ea;
	--fxp-paper-2: #efe9df;
	--fxp-soft: #fbf9f4;
	--fxp-white: #ffffff;
	--fxp-line: rgba(28, 27, 24, 0.12);
	--fxp-line-soft: rgba(28, 27, 24, 0.08);
	--fxp-line-strong: rgba(28, 27, 24, 0.32);

	--fxp-sage: #5f8156;
	--fxp-sage-soft: #e4ecdc;
	--fxp-blue: #5e8499;
	--fxp-blue-soft: #dfe9ef;
	--fxp-gold: #b88a47;
	--fxp-gold-soft: #f1e5cf;
	--fxp-lilac: #8a7c9b;
	--fxp-lilac-soft: #e9e2f0;

	/* neutral primary for global chrome (buttons, links, chrome) —
	   the division accents above are reserved for small touches only */
	--fxp-primary: #262521;
	--fxp-primary-strong: #14130f;

	--fxp-shadow: 0 30px 70px -28px rgba(48, 40, 28, 0.30);
	--fxp-soft-shadow: 0 18px 40px -24px rgba(48, 40, 28, 0.26);
	--fxp-card-shadow: 0 22px 48px -30px rgba(48, 40, 28, 0.40);

	--fxp-display: "Sora", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--fxp-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

	--fxp-radius: 16px;
	--fxp-radius-sm: 10px;

	/* default accent (overridden per division) */
	--accent: var(--fxp-sage);
	--accent-soft: var(--fxp-sage-soft);
}

/* About Fixperts: a documentary, people-first company story. */
.fxp-story-hero {
	position: relative;
	min-height: max(700px, calc(100svh - 96px));
	overflow: hidden;
	background: #071019;
	color: #fff;
}

.fxp-story-hero__photo {
	position: absolute;
	inset: 0;
	overflow: hidden;
	background: #071019;
}

.fxp-story-hero__photo::before {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(90deg, rgba(4, 9, 14, 0.18) 0%, rgba(4, 9, 14, 0.06) 48%, rgba(4, 9, 14, 0.14) 100%);
	content: "";
}

.fxp-story-hero__photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: saturate(0.88) contrast(1.04);
}

.fxp-story-hero__texture {
	position: absolute;
	left: 47%;
	top: 50%;
	width: min(54vw, 820px);
	aspect-ratio: 1;
	border: 1px solid rgba(255, 255, 255, 0.045);
	border-radius: 50%;
	box-shadow: 0 0 0 70px rgba(95, 129, 86, 0.035), 0 0 0 140px rgba(94, 132, 153, 0.024), 0 0 0 210px rgba(138, 124, 155, 0.018);
	pointer-events: none;
	transform: translate(-50%, -50%);
}

.fxp-story-hero__inner {
	position: relative;
	z-index: 2;
	display: grid;
	min-height: max(700px, calc(100svh - 96px));
	grid-template-columns: minmax(0, 0.92fr) minmax(390px, 1.08fr);
	grid-template-rows: auto 1fr auto;
	column-gap: clamp(46px, 5vw, 92px);
	padding-top: 22px;
}

.fxp-story-hero__crumbs {
	grid-column: 1 / -1;
	grid-row: 1;
}

.fxp-story-hero .fxp-breadcrumbs,
.fxp-story-hero .fxp-breadcrumbs a,
.fxp-story-hero .fxp-breadcrumbs span {
	color: rgba(255, 255, 255, 0.62);
}

.fxp-story-hero__copy {
	grid-column: 1;
	grid-row: 2;
	align-self: center;
	max-width: 690px;
	padding: 42px 0 54px;
}

.fxp-story-hero__eyebrow {
	display: flex;
	gap: 12px;
	align-items: center;
	margin: 0;
	color: color-mix(in srgb, var(--fxp-gold) 45%, white);
	font-size: 11px;
	font-weight: 750;
	text-transform: uppercase;
}

.fxp-story-hero__eyebrow::before {
	width: 42px;
	height: 2px;
	background: linear-gradient(90deg, var(--fxp-sage) 0 25%, var(--fxp-blue) 25% 50%, var(--fxp-lilac) 50% 75%, var(--fxp-gold) 75%);
	content: "";
}

.fxp-story-hero h1 {
	max-width: 650px;
	margin: 20px 0 24px;
	color: #fff;
	font-family: var(--fxp-display);
	font-size: clamp(54px, 4.65vw, 76px);
	font-weight: 620;
	letter-spacing: 0;
	line-height: 1.02;
}

.fxp-story-hero__copy > p:last-of-type {
	max-width: 590px;
	margin: 0;
	color: rgba(255, 255, 255, 0.67);
	font-size: 18px;
	line-height: 1.65;
}

.fxp-story-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.fxp-story-hero__actions .fxp-button {
	min-height: 54px;
	border-radius: 6px;
}

.fxp-story-hero__actions .fxp-button--primary {
	border-color: #f6f4ee;
	background: #f6f4ee;
	color: #1e211d;
}

.fxp-story-hero__actions .fxp-button--secondary {
	border-color: rgba(255, 255, 255, 0.28);
	background: transparent;
	color: #fff;
}

.fxp-story-hero__actions svg {
	width: 19px;
	height: 19px;
}

.fxp-story-hero__tower {
	grid-column: 2;
	grid-row: 2;
	align-self: center;
	justify-self: end;
	width: clamp(220px, 17vw, 272px);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	background: rgba(6, 12, 18, 0.78);
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
	backdrop-filter: blur(12px);
}

.fxp-story-hero__brand {
	display: grid;
	justify-items: center;
	padding: 24px 22px 20px;
}

.fxp-story-hero__brand > img {
	width: 54px;
	height: 54px;
	filter: grayscale(1) brightness(0) invert(1);
}

.fxp-story-hero__brand > strong {
	margin-top: 8px;
	font-family: var(--fxp-display);
	font-size: 23px;
	font-weight: 560;
}

.fxp-story-hero__brand > span {
	display: grid;
	width: 80px;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 14px;
}

.fxp-story-hero__brand i {
	height: 2px;
}

.fxp-story-hero__brand i:nth-child(1) { background: var(--fxp-sage); }
.fxp-story-hero__brand i:nth-child(2) { background: var(--fxp-blue); }
.fxp-story-hero__brand i:nth-child(3) { background: var(--fxp-lilac); }
.fxp-story-hero__brand i:nth-child(4) { background: var(--fxp-gold); }

.fxp-story-hero__division {
	--story-accent: var(--fxp-sage);
	display: grid;
	grid-template-columns: 38px 1fr;
	gap: 13px;
	align-items: center;
	min-height: 62px;
	border-top: 1px solid rgba(255, 255, 255, 0.11);
	padding: 10px 18px;
	color: rgba(255, 255, 255, 0.88);
	text-decoration: none;
	transition: background 180ms ease, color 180ms ease;
}

.fxp-story-hero__division--refresh { --story-accent: var(--fxp-blue); }
.fxp-story-hero__division--renovate { --story-accent: var(--fxp-lilac); }
.fxp-story-hero__division--shop { --story-accent: var(--fxp-gold); }

.fxp-story-hero__division > span {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border: 1px solid color-mix(in srgb, var(--story-accent) 62%, transparent);
	border-radius: 6px;
	background: color-mix(in srgb, var(--story-accent) 15%, transparent);
	color: var(--story-accent);
}

.fxp-story-hero__division svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.fxp-story-hero__division strong {
	font-size: 13px;
	font-weight: 620;
}

.fxp-story-hero__division:hover,
.fxp-story-hero__division:focus-visible {
	background: color-mix(in srgb, var(--story-accent) 13%, transparent);
	color: #fff;
}

.fxp-story-hero__facts {
	display: grid;
	grid-column: 1;
	grid-row: 3;
	width: 100%;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.fxp-story-hero__facts > div {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	grid-template-rows: auto auto;
	column-gap: 11px;
	min-height: 92px;
	align-content: center;
	border-right: 1px solid rgba(255, 255, 255, 0.13);
	padding: 14px 18px;
}

.fxp-story-hero__facts > div:first-child {
	padding-left: 0;
}

.fxp-story-hero__facts > div:last-child {
	border-right: 0;
}

.fxp-story-hero__facts > div > span {
	display: grid;
	grid-row: 1 / span 2;
	width: 34px;
	height: 34px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: 50%;
	color: color-mix(in srgb, var(--fxp-gold) 45%, white);
}

.fxp-story-hero__facts svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.fxp-story-hero__facts strong {
	align-self: end;
	font-size: 13px;
	line-height: 1.2;
}

.fxp-story-hero__facts small {
	align-self: start;
	margin-top: 3px;
	color: rgba(255, 255, 255, 0.46);
	font-size: 9px;
	line-height: 1.25;
}

.fxp-story-purpose,
.fxp-story-visit,
.fxp-story-divisions,
.fxp-story-team,
.fxp-story-standards,
.fxp-story-close {
	padding: 104px 0;
}

.fxp-story-purpose {
	position: relative;
	overflow: hidden;
	background: #f3f6f0;
}

.fxp-story-purpose::after {
	position: absolute;
	top: 48px;
	right: -90px;
	width: 360px;
	height: 360px;
	border: 1px solid rgba(28, 27, 24, 0.08);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.fxp-story-purpose__head {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
	gap: clamp(56px, 8vw, 118px);
	align-items: end;
}

.fxp-story-purpose .fxp-kicker,
.fxp-story-visit .fxp-kicker,
.fxp-story-team .fxp-kicker,
.fxp-story-standards .fxp-kicker,
.fxp-story-close .fxp-kicker {
	color: var(--fxp-gold);
}

.fxp-story-purpose h2,
.fxp-story-visit__head h2,
.fxp-story-divisions__head h2,
.fxp-story-team__copy h2,
.fxp-story-standards__head h2,
.fxp-story-close h2 {
	margin: 18px 0 0;
	font-family: var(--fxp-display);
	font-size: 45px;
	font-weight: 610;
	letter-spacing: 0;
	line-height: 1.14;
}

.fxp-story-purpose__copy {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 34px;
	padding-bottom: 5px;
}

.fxp-story-purpose__copy > p {
	margin: 0;
	color: var(--fxp-muted);
	font-size: 14px;
	line-height: 1.7;
}

.fxp-story-purpose__path {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 64px 0 0;
	padding: 0;
	list-style: none;
}

.fxp-story-purpose__path::before {
	position: absolute;
	top: 40px;
	left: 9%;
	right: 9%;
	height: 1px;
	background: rgba(28, 27, 24, 0.16);
	content: "";
}

.fxp-story-purpose__path li {
	position: relative;
	display: grid;
	grid-template-columns: 76px minmax(0, 1fr);
	gap: 17px;
	align-items: center;
	min-height: 142px;
	border-right: 1px solid rgba(28, 27, 24, 0.1);
	padding: 20px 28px;
	background: #fff;
}

.fxp-story-purpose__path li:first-child {
	border-radius: 8px 0 0 8px;
}

.fxp-story-purpose__path li:last-child {
	border-right: 0;
	border-radius: 0 8px 8px 0;
}

.fxp-story-purpose__number {
	position: absolute;
	top: 14px;
	right: 16px;
	color: rgba(184, 138, 71, 0.8);
	font-size: 10px;
	font-weight: 760;
}

.fxp-story-purpose__icon {
	position: relative;
	z-index: 1;
	display: grid;
	width: 72px;
	height: 72px;
	place-items: center;
	border: 1px solid color-mix(in srgb, var(--fxp-gold) 48%, transparent);
	border-radius: 50%;
	background: var(--fxp-gold-soft);
	box-shadow: 0 0 0 8px #fff;
	color: color-mix(in srgb, var(--fxp-gold) 72%, var(--fxp-ink));
}

.fxp-story-purpose__icon svg {
	width: 26px;
	height: 26px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.6;
}

.fxp-story-purpose__path strong,
.fxp-story-purpose__path small {
	display: block;
}

.fxp-story-purpose__path strong {
	font-family: var(--fxp-display);
	font-size: 17px;
	line-height: 1.25;
}

.fxp-story-purpose__path small {
	max-width: 22ch;
	margin-top: 7px;
	color: #6a7167;
	font-size: 11px;
	line-height: 1.5;
}

.fxp-story-purpose__promise {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 62px minmax(300px, 0.9fr) minmax(360px, 1.1fr);
	gap: 24px;
	align-items: center;
	margin: 18px 0 0;
	border-radius: 8px;
	padding: 26px 32px;
	background: var(--fxp-primary);
	box-shadow: 0 24px 48px -36px rgba(20, 19, 15, 0.6);
	color: #fff;
}

.fxp-story-purpose__mark {
	display: grid;
	width: 54px;
	height: 54px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
}

.fxp-story-purpose__mark img {
	width: 32px;
	height: 32px;
	object-fit: contain;
	filter: brightness(0) invert(1);
	opacity: 0.9;
}

.fxp-story-purpose__promise small,
.fxp-story-purpose__promise strong {
	display: block;
}

.fxp-story-purpose__promise small {
	margin-bottom: 5px;
	color: color-mix(in srgb, var(--fxp-gold) 52%, white);
	font-size: 9px;
	font-weight: 720;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.fxp-story-purpose__promise strong {
	font-family: var(--fxp-display);
	font-size: 22px;
	line-height: 1.25;
}

.fxp-story-purpose__promise p {
	margin: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.17);
	padding-left: 26px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 12px;
	line-height: 1.6;
}

.fxp-story-visit {
	background: #f4f5f1;
}

.fxp-story-visit__head {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.55fr);
	gap: clamp(48px, 7vw, 112px);
	align-items: end;
	margin-bottom: 48px;
}

.fxp-story-visit__head h2 {
	max-width: 760px;
}

.fxp-story-visit__head > p {
	margin: 0;
	border-left: 2px solid var(--fxp-gold);
	padding-left: 24px;
	color: var(--fxp-muted);
	font-size: 16px;
	line-height: 1.7;
}

.fxp-story-visit__body {
	display: grid;
	grid-template-columns: minmax(380px, 0.78fr) minmax(600px, 1.22fr);
	gap: 0;
	align-items: stretch;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	background: #111a20;
	box-shadow: 0 34px 72px -38px rgba(16, 26, 32, 0.65);
}

.fxp-story-visit__media {
	position: relative;
	margin: 0;
	height: 610px;
	overflow: hidden;
	border-radius: 0;
	background: #d8d5ce;
}

.fxp-story-visit__media::after {
	position: absolute;
	inset: auto 0 0;
	height: 38%;
	background: linear-gradient(180deg, transparent, rgba(9, 16, 20, 0.9));
	content: "";
	pointer-events: none;
}

.fxp-story-visit__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 42%;
}

.fxp-story-visit__media figcaption {
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: 24px;
	z-index: 2;
	display: flex;
	gap: 12px;
	align-items: center;
	color: #fff;
	font-size: 12px;
	font-weight: 620;
	line-height: 1.45;
}

.fxp-story-visit__media figcaption > span {
	display: grid;
	flex: 0 0 auto;
	width: 38px;
	height: 38px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.38);
	border-radius: 50%;
}

.fxp-story-visit__media figcaption svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
}

.fxp-story-visit__steps {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
	padding: 4px 0 0;
	background: #111a20;
	list-style: none;
}

.fxp-story-visit__steps::before {
	position: absolute;
	inset: 0 0 auto;
	height: 4px;
	background: linear-gradient(90deg, var(--fxp-sage) 0 25%, var(--fxp-blue) 25% 50%, var(--fxp-lilac) 50% 75%, var(--fxp-gold) 75%);
	content: "";
}

.fxp-story-step {
	--step-accent: var(--fxp-sage);
	position: relative;
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	grid-template-rows: auto 1fr;
	gap: 13px 16px;
	align-items: start;
	min-height: 202px;
	border-right: 1px solid rgba(255, 255, 255, 0.09);
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
	padding: 28px 26px 24px;
	color: #fff;
}

.fxp-story-step:nth-child(2),
.fxp-story-step:nth-child(5) { --step-accent: var(--fxp-blue); }
.fxp-story-step:nth-child(3),
.fxp-story-step:nth-child(6) { --step-accent: var(--fxp-lilac); }
.fxp-story-step:nth-child(even) { border-right: 0; }
.fxp-story-step:nth-last-child(-n + 2) { border-bottom: 0; }

.fxp-story-step__number {
	position: absolute;
	top: 23px;
	right: 24px;
	color: rgba(255, 255, 255, 0.28);
	font-family: var(--fxp-display);
	font-size: 30px;
	font-weight: 560;
	line-height: 1;
}

.fxp-story-step__icon {
	position: relative;
	z-index: 1;
	display: grid;
	grid-column: 1;
	grid-row: 1;
	width: 44px;
	height: 44px;
	place-items: center;
	border: 1px solid color-mix(in srgb, var(--step-accent) 58%, transparent);
	border-radius: 6px;
	background: color-mix(in srgb, var(--step-accent) 13%, transparent);
	color: color-mix(in srgb, var(--step-accent) 82%, white);
}

.fxp-story-step__icon svg {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.fxp-story-step h3 {
	margin: 4px 42px 7px 0;
	color: #fff;
	font-family: var(--fxp-display);
	font-size: 19px;
	letter-spacing: 0;
}

.fxp-story-step p {
	grid-column: 1 / -1;
	max-width: 34ch;
	margin: 0;
	color: rgba(255, 255, 255, 0.58);
	font-size: 12.5px;
	line-height: 1.58;
}

.fxp-story-divisions {
	background: #151a18;
	color: #fff;
}

.fxp-story-divisions__head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 250px;
	gap: clamp(48px, 7vw, 110px);
	align-items: end;
	margin-bottom: 48px;
}

.fxp-story-divisions__head .fxp-kicker {
	color: #abc5a1;
}

.fxp-story-divisions__head h2 {
	max-width: 900px;
	color: #fff;
}

.fxp-story-divisions__brand {
	display: flex;
	gap: 16px;
	align-items: center;
	border-left: 1px solid rgba(255, 255, 255, 0.16);
	padding: 8px 0 8px 24px;
}

.fxp-story-divisions__brand img {
	width: 64px;
	height: 64px;
	object-fit: contain;
	filter: grayscale(1) brightness(0) invert(1);
	opacity: 0.82;
}

.fxp-story-divisions__brand span {
	display: grid;
	gap: 5px;
}

.fxp-story-divisions__brand strong {
	font-family: var(--fxp-display);
	font-size: 14px;
	font-weight: 610;
}

.fxp-story-divisions__brand small {
	color: rgba(255, 255, 255, 0.5);
	font-size: 11px;
}

.fxp-story-divisions__list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.08);
}

.fxp-story-division {
	--story-accent: var(--fxp-sage);
	position: relative;
	display: block;
	min-height: 520px;
	overflow: hidden;
	border-right: 1px solid rgba(255, 255, 255, 0.14);
	color: #fff;
	text-decoration: none;
	isolation: isolate;
}

.fxp-story-division--refresh { --story-accent: var(--fxp-blue); }
.fxp-story-division--renovate { --story-accent: var(--fxp-lilac); }
.fxp-story-division--shop { --story-accent: var(--fxp-gold); }
.fxp-story-division:last-child { border-right: 0; }

.fxp-story-division::before {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(7, 11, 10, 0.12) 0%, rgba(7, 11, 10, 0.18) 38%, rgba(7, 11, 10, 0.92) 100%);
	box-shadow: inset 0 4px 0 var(--story-accent);
	content: "";
	transition: background 220ms ease;
}

.fxp-story-division__media {
	position: absolute;
	inset: 0;
}

.fxp-story-division__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.fxp-story-division--maintain .fxp-story-division__media img { object-position: 52% center; }
.fxp-story-division--refresh .fxp-story-division__media img { object-position: 54% center; }
.fxp-story-division--renovate .fxp-story-division__media img { object-position: 48% center; }
.fxp-story-division--shop .fxp-story-division__media img { object-position: center; }

.fxp-story-division:hover,
.fxp-story-division:focus-visible {
	color: #fff;
}

.fxp-story-division:hover::before,
.fxp-story-division:focus-visible::before {
	background: linear-gradient(180deg, rgba(7, 11, 10, 0.05) 0%, rgba(7, 11, 10, 0.12) 35%, rgba(7, 11, 10, 0.87) 100%);
}

.fxp-story-division:hover .fxp-story-division__media img,
.fxp-story-division:focus-visible .fxp-story-division__media img {
	transform: scale(1.035);
}

.fxp-story-division__num {
	position: absolute;
	top: 24px;
	left: 24px;
	z-index: 2;
	color: rgba(255, 255, 255, 0.78);
	font-family: var(--fxp-display);
	font-size: 13px;
	font-weight: 750;
}

.fxp-story-division__icon {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 2;
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border: 1px solid color-mix(in srgb, var(--story-accent) 55%, transparent);
	border-radius: 6px;
	background: color-mix(in srgb, var(--story-accent) 24%, rgba(8, 13, 11, 0.78));
	color: color-mix(in srgb, var(--story-accent) 78%, white);
	backdrop-filter: blur(8px);
}

.fxp-story-division__icon svg,
.fxp-story-division__arrow svg {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.fxp-story-division__copy {
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: 24px;
	z-index: 2;
	display: block;
}

.fxp-story-division h3 {
	margin: 0 0 12px;
	color: #fff;
	font-family: var(--fxp-display);
	font-size: 28px;
	letter-spacing: 0;
}

.fxp-story-division p {
	max-width: 31ch;
	margin: 0;
	padding-right: 28px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 12.5px;
	line-height: 1.6;
}

.fxp-story-division__arrow {
	position: absolute;
	right: 22px;
	bottom: 22px;
	z-index: 3;
	color: var(--story-accent);
}

.fxp-story-team {
	background: var(--fxp-soft);
}

.fxp-story-team__top {
	display: grid;
	grid-template-columns: minmax(380px, 0.84fr) minmax(560px, 1.16fr);
	gap: clamp(52px, 6vw, 92px);
	align-items: center;
}

.fxp-story-team__copy {
	max-width: 560px;
}

.fxp-story-team__copy h2 {
	max-width: 11ch;
}

.fxp-story-team__copy h2 span {
	position: relative;
	display: inline-block;
	color: var(--fxp-gold);
}

.fxp-story-team__copy h2 span::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -7px;
	height: 2px;
	background: color-mix(in srgb, var(--fxp-gold) 68%, transparent);
	content: "";
}

.fxp-story-team__copy > p {
	max-width: 52ch;
	margin: 28px 0 0;
	color: #555d53;
	font-size: 16px;
	line-height: 1.72;
}

.fxp-story-team__cta {
	display: inline-flex;
	gap: 11px;
	align-items: center;
	min-height: 54px;
	margin-top: 30px;
	border: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 6px;
	padding: 12px 20px;
	background: linear-gradient(180deg, var(--fxp-primary), var(--fxp-primary-strong));
	box-shadow: 0 18px 34px -24px rgba(20, 19, 15, 0.55);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	transition: background 180ms ease, transform 180ms ease;
}

.fxp-story-team__cta:hover,
.fxp-story-team__cta:focus-visible {
	background: #34322c;
	color: #fff;
	transform: translateY(-1px);
}

.fxp-story-team__cta svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
}

.fxp-story-team__media {
	position: relative;
	margin: 0;
	min-height: 500px;
}

.fxp-story-team__media > img {
	display: block;
	width: calc(100% - 62px);
	height: 500px;
	object-fit: cover;
	object-position: center;
	border-radius: 8px;
	box-shadow: 0 30px 64px -36px rgba(39, 55, 34, 0.44);
}

.fxp-story-team__standard {
	position: absolute;
	top: 72px;
	right: 0;
	width: 270px;
	border-radius: 8px;
	padding: 48px 26px 26px;
	background: var(--fxp-primary);
	box-shadow: 0 26px 54px -28px rgba(20, 19, 15, 0.55);
	color: #fff;
}

.fxp-story-team__standard-icon {
	position: absolute;
	top: -28px;
	left: 26px;
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border: 1px solid color-mix(in srgb, var(--fxp-gold) 45%, transparent);
	border-radius: 50%;
	background: var(--fxp-gold-soft);
	color: color-mix(in srgb, var(--fxp-gold) 72%, var(--fxp-ink));
}

.fxp-story-team__standard-icon svg {
	width: 25px;
	height: 25px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
}

.fxp-story-team__standard h3 {
	max-width: 12ch;
	margin: 0 0 22px;
	color: #fff;
	font-family: var(--fxp-display);
	font-size: 21px;
	line-height: 1.35;
}

.fxp-story-team__standard ul {
	margin: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	padding: 16px 0 0;
	list-style: none;
}

.fxp-story-team__standard li {
	display: grid;
	grid-template-columns: 24px 1fr;
	gap: 10px;
	align-items: center;
	min-height: 39px;
	font-size: 11px;
	line-height: 1.35;
}

.fxp-story-team__standard li svg {
	width: 21px;
	height: 21px;
	border: 1px solid color-mix(in srgb, var(--fxp-gold) 50%, transparent);
	border-radius: 50%;
	padding: 4px;
	fill: none;
	stroke: color-mix(in srgb, var(--fxp-gold) 55%, white);
	stroke-width: 2;
}

.fxp-story-team__principles {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 50px 0 0;
	padding: 0;
	overflow: hidden;
	border: 1px solid rgba(28, 27, 24, 0.12);
	border-radius: 8px;
	list-style: none;
}

.fxp-story-team__principles li {
	position: relative;
	display: grid;
	grid-template-columns: 66px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	min-height: 160px;
	border-right: 1px solid rgba(28, 27, 24, 0.12);
	padding: 24px 28px;
}

.fxp-story-team__principles li:last-child {
	border-right: 0;
}

.fxp-story-team__principle-icon {
	display: grid;
	width: 62px;
	height: 62px;
	place-items: center;
	border: 2px solid color-mix(in srgb, var(--fxp-gold) 55%, transparent);
	border-radius: 50%;
	box-shadow: inset 0 0 0 5px var(--fxp-soft), inset 0 0 0 6px color-mix(in srgb, var(--fxp-gold) 35%, transparent);
	background: var(--fxp-primary);
	color: #fff;
}

.fxp-story-team__principle-icon svg {
	width: 25px;
	height: 25px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
}

.fxp-story-team__principle-num {
	position: absolute;
	top: 28px;
	left: 106px;
	color: var(--fxp-gold);
	font-size: 11px;
	font-weight: 750;
}

.fxp-story-team__principles li div {
	padding-top: 20px;
}

.fxp-story-team__principles strong,
.fxp-story-team__principles small {
	display: block;
}

.fxp-story-team__principles strong {
	font-family: var(--fxp-display);
	font-size: 15px;
	line-height: 1.3;
}

.fxp-story-team__principles small {
	margin-top: 8px;
	color: #626a5f;
	font-size: 12px;
	line-height: 1.5;
}

.fxp-story-team__trust {
	display: flex;
	gap: 13px;
	align-items: center;
	justify-content: center;
	margin: 28px 0 0;
	color: var(--fxp-muted);
	font-size: 12px;
	font-weight: 620;
}

.fxp-story-team__trust::before,
.fxp-story-team__trust::after {
	width: min(15vw, 150px);
	height: 1px;
	background: rgba(28, 27, 24, 0.25);
	content: "";
}

.fxp-story-team__trust span,
.fxp-story-team__trust svg {
	width: 20px;
	height: 20px;
}

.fxp-story-standards {
	background: #f7f8f5;
}

.fxp-story-standards__head {
	display: grid;
	grid-template-columns: minmax(0, 0.35fr) minmax(560px, 0.75fr);
	gap: 80px;
	align-items: end;
	margin-bottom: 48px;
}

.fxp-story-standards__head .fxp-kicker {
	margin: 0;
}

.fxp-story-standards__head h2 {
	margin: 0;
}

.fxp-story-standards__stage {
	display: grid;
	grid-template-columns: minmax(310px, 0.72fr) minmax(600px, 1.28fr);
	overflow: hidden;
	border: 1px solid rgba(28, 27, 24, 0.12);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 28px 58px -48px rgba(20, 19, 15, 0.45);
}

.fxp-story-standards__system {
	position: relative;
	display: flex;
	min-height: 520px;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	padding: 52px 46px;
	background: var(--fxp-primary);
	color: #fff;
}

.fxp-story-standards__system::after {
	position: absolute;
	right: -80px;
	bottom: -120px;
	width: 300px;
	height: 300px;
	border: 1px solid rgba(241, 229, 207, 0.14);
	border-radius: 50%;
	box-shadow: 0 0 0 42px rgba(241, 229, 207, 0.035), 0 0 0 84px rgba(241, 229, 207, 0.025);
	content: "";
}

.fxp-story-standards__mark {
	display: grid;
	width: 62px;
	height: 62px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 50%;
}

.fxp-story-standards__mark img {
	width: 38px;
	height: 38px;
	object-fit: contain;
	filter: brightness(0) invert(1);
	opacity: 0.92;
}

.fxp-story-standards__system > p {
	margin: 32px 0 10px;
	color: color-mix(in srgb, var(--fxp-gold) 52%, white);
	font-size: 9px;
	font-weight: 740;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.fxp-story-standards__system h3 {
	max-width: 10ch;
	margin: 0;
	color: #fff;
	font-family: var(--fxp-display);
	font-size: 36px;
	line-height: 1.08;
}

.fxp-story-standards__route {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr 38px 1fr;
	gap: 10px;
	align-items: center;
	margin-top: 42px;
	border-top: 1px solid rgba(255, 255, 255, 0.17);
	border-bottom: 1px solid rgba(255, 255, 255, 0.17);
	padding: 16px 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 10px;
	font-weight: 650;
}

.fxp-story-standards__route span:last-child {
	text-align: right;
}

.fxp-story-standards__route i {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border-radius: 50%;
	background: rgba(190, 218, 182, 0.13);
	color: #bfd8b7;
}

.fxp-story-standards__route svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
}

.fxp-story-standards__system > small {
	position: relative;
	z-index: 1;
	max-width: 34ch;
	margin-top: 26px;
	color: rgba(255, 255, 255, 0.58);
	font-size: 11px;
	line-height: 1.6;
}

.fxp-story-standards__grid {
	display: grid;
	grid-template-rows: repeat(4, minmax(0, 1fr));
}

.fxp-story-standard {
	display: grid;
	grid-template-columns: 34px 54px minmax(0, 1fr) 34px;
	gap: 18px;
	align-items: center;
	min-height: 130px;
	border-bottom: 1px solid var(--fxp-line);
	padding: 22px 28px;
}

.fxp-story-standard:last-child {
	border-bottom: 0;
}

.fxp-story-standard__number {
	color: rgba(184, 138, 71, 0.8);
	font-size: 10px;
	font-weight: 760;
}

.fxp-story-standard__icon {
	display: grid;
	width: 52px;
	height: 52px;
	place-items: center;
	border-radius: 50%;
	background: var(--fxp-gold-soft);
	color: color-mix(in srgb, var(--fxp-gold) 72%, var(--fxp-ink));
}

.fxp-story-standard svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.fxp-story-standard h3 {
	margin: 0 0 6px;
	font-family: var(--fxp-display);
	font-size: 18px;
	letter-spacing: 0;
}

.fxp-story-standard p {
	margin: 0;
	color: var(--fxp-muted);
	font-size: 13px;
	line-height: 1.58;
}

.fxp-story-standard__check {
	display: grid;
	width: 30px;
	height: 30px;
	place-items: center;
	border: 1px solid color-mix(in srgb, var(--fxp-gold) 45%, transparent);
	border-radius: 50%;
	color: color-mix(in srgb, var(--fxp-gold) 72%, var(--fxp-ink));
}

.fxp-story-standard__check svg {
	width: 15px;
	height: 15px;
}

.fxp-story-close {
	padding-top: 18px;
	background: #fff;
}

.fxp-story-close__box {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr) auto;
	gap: 28px;
	align-items: center;
	border: 1px solid color-mix(in srgb, var(--fxp-gold) 40%, transparent);
	border-radius: 8px;
	padding: 38px;
	background: var(--fxp-soft);
}

.fxp-story-close__mark {
	display: grid;
	width: 66px;
	height: 66px;
	place-items: center;
	border-radius: 50%;
	background: #fff;
}

.fxp-story-close__mark img {
	width: 42px;
	height: 42px;
	object-fit: contain;
}

.fxp-story-close h2 {
	max-width: 720px;
	margin-top: 10px;
	font-size: 32px;
}

.fxp-story-close__box > div > p:last-child {
	margin: 9px 0 0;
	color: var(--fxp-muted);
	font-size: 14px;
}

.fxp-story-close__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.fxp-story-close__actions .fxp-button {
	min-height: 52px;
	border-radius: 6px;
}

@media (max-width: 1180px) {
	.fxp-story-hero {
		min-height: 700px;
	}

	.fxp-story-hero__inner {
		min-height: 700px;
		grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
		column-gap: 38px;
	}

	.fxp-story-hero h1 {
		font-size: 56px;
	}

	.fxp-story-hero__facts {
		width: auto;
	}

	.fxp-story-hero__tower {
		width: 215px;
	}

	.fxp-story-purpose__head,
	.fxp-story-visit__head {
		gap: 50px;
	}

	.fxp-story-purpose__path li {
		grid-template-columns: 64px minmax(0, 1fr);
		gap: 14px;
		padding-right: 20px;
		padding-left: 20px;
	}

	.fxp-story-purpose__icon {
		width: 62px;
		height: 62px;
	}

	.fxp-story-purpose__promise {
		grid-template-columns: 56px minmax(260px, 0.9fr) minmax(300px, 1.1fr);
	}

	.fxp-story-visit__body {
		grid-template-columns: minmax(320px, 0.74fr) minmax(500px, 1.26fr);
		gap: 0;
	}

	.fxp-story-step {
		padding-right: 20px;
		padding-left: 20px;
	}

	.fxp-story-team__top {
		grid-template-columns: minmax(330px, 0.8fr) minmax(500px, 1.2fr);
		gap: 44px;
	}

	.fxp-story-team__media > img {
		width: calc(100% - 42px);
	}

	.fxp-story-team__standard {
		width: 250px;
		padding-right: 22px;
		padding-left: 22px;
	}

	.fxp-story-team__principles li {
		grid-template-columns: 58px minmax(0, 1fr);
		gap: 14px;
		padding-right: 20px;
		padding-left: 20px;
	}

	.fxp-story-team__principle-icon {
		width: 56px;
		height: 56px;
	}

	.fxp-story-team__principle-num {
		left: 92px;
	}

	.fxp-story-standards__head {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.fxp-story-close__box {
		grid-template-columns: 72px 1fr;
	}

	.fxp-story-close__actions {
		grid-column: 1 / -1;
		justify-content: flex-start;
	}
}

@media (max-width: 860px) {
	.fxp-story-hero {
		min-height: 0;
	}

	.fxp-story-hero__photo {
		inset: 0;
		width: 100%;
		height: 100%;
	}

	.fxp-story-hero__photo img {
		object-position: 68% center;
	}

	.fxp-story-hero__photo::before {
		background: linear-gradient(90deg, rgba(4, 9, 14, 0.86) 0%, rgba(4, 9, 14, 0.68) 68%, rgba(4, 9, 14, 0.48) 100%);
	}

	.fxp-story-hero__inner {
		min-height: 0;
		grid-template-columns: 1fr;
		grid-template-rows: auto auto auto auto;
		column-gap: 0;
	}

	.fxp-story-hero__crumbs,
	.fxp-story-hero__copy {
		grid-column: 1;
		width: 100%;
		max-width: 100%;
	}

	.fxp-story-hero__copy {
		grid-row: 2;
		padding: 64px 0 42px;
	}

	.fxp-story-hero__copy > p:last-of-type {
		max-width: 600px;
	}

	.fxp-story-hero__tower {
		display: grid;
		grid-column: 1;
		grid-row: 3;
		grid-template-columns: 1.25fr repeat(4, 1fr);
		width: 100%;
		margin-bottom: 30px;
	}

	.fxp-story-hero__brand {
		display: flex;
		gap: 9px;
		align-items: center;
		justify-content: center;
		padding: 12px;
	}

	.fxp-story-hero__brand > img {
		width: 34px;
		height: 34px;
	}

	.fxp-story-hero__brand > strong {
		margin: 0;
		font-size: 15px;
	}

	.fxp-story-hero__brand > span {
		display: none;
	}

	.fxp-story-hero__division {
		grid-template-columns: 30px 1fr;
		gap: 7px;
		min-height: 62px;
		border-top: 0;
		border-left: 1px solid rgba(255, 255, 255, 0.11);
		padding: 8px 9px;
	}

	.fxp-story-hero__division > span {
		width: 30px;
		height: 30px;
	}

	.fxp-story-hero__division svg {
		width: 16px;
		height: 16px;
	}

	.fxp-story-hero__division strong {
		font-size: 10px;
	}

	.fxp-story-hero__facts {
		position: static;
		grid-column: 1;
		grid-row: 4;
		width: 100%;
		background: rgba(6, 12, 18, 0.56);
	}

	.fxp-story-purpose,
	.fxp-story-visit,
	.fxp-story-divisions,
	.fxp-story-team,
	.fxp-story-standards,
	.fxp-story-close {
		padding: 78px 0;
	}

	.fxp-story-purpose__head,
	.fxp-story-visit__head,
	.fxp-story-visit__body {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.fxp-story-visit__body {
		gap: 0;
	}

	.fxp-story-purpose__copy {
		gap: 28px;
		padding-bottom: 0;
	}

	.fxp-story-purpose__path {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-top: 44px;
	}

	.fxp-story-purpose__path::before {
		display: none;
	}

	.fxp-story-purpose__path li {
		border-bottom: 1px solid rgba(28, 27, 24, 0.1);
	}

	.fxp-story-purpose__path li:first-child {
		border-radius: 8px 0 0;
	}

	.fxp-story-purpose__path li:nth-child(2) {
		border-right: 0;
		border-radius: 0 8px 0 0;
	}

	.fxp-story-purpose__path li:nth-last-child(-n + 2) {
		border-bottom: 0;
	}

	.fxp-story-purpose__path li:nth-child(3) {
		border-radius: 0 0 0 8px;
	}

	.fxp-story-purpose__path li:last-child {
		border-radius: 0 0 8px;
	}

	.fxp-story-purpose__promise {
		grid-template-columns: 54px minmax(0, 1fr);
	}

	.fxp-story-purpose__promise p {
		grid-column: 1 / -1;
		border-top: 1px solid rgba(255, 255, 255, 0.17);
		border-left: 0;
		padding: 18px 0 0;
	}

	.fxp-story-visit__media {
		position: relative;
		top: auto;
		height: 520px;
	}

	.fxp-story-divisions__head {
		grid-template-columns: 1fr 210px;
	}

	.fxp-story-divisions__brand {
		padding-left: 18px;
	}

	.fxp-story-divisions__brand img {
		width: 52px;
		height: 52px;
	}

	.fxp-story-divisions__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fxp-story-division {
		min-height: 430px;
	}

	.fxp-story-division:nth-child(2) {
		border-right: 0;
	}

	.fxp-story-division:nth-child(-n + 2) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	}

	.fxp-story-team__top {
		grid-template-columns: 1fr;
		gap: 44px;
	}

	.fxp-story-team__copy {
		max-width: 650px;
	}

	.fxp-story-team__media {
		width: min(720px, 100%);
		margin-inline: auto;
	}

	.fxp-story-team__principles {
		margin-top: 40px;
	}

	.fxp-story-team__principles li {
		grid-template-columns: 48px minmax(0, 1fr);
		gap: 12px;
		min-height: 148px;
		padding: 20px 14px;
	}

	.fxp-story-team__principle-icon {
		width: 48px;
		height: 48px;
	}

	.fxp-story-team__principle-num {
		top: 25px;
		left: 72px;
	}

	.fxp-story-team__principles strong {
		font-size: 13px;
	}

	.fxp-story-standards__stage {
		grid-template-columns: 1fr;
	}

	.fxp-story-standards__system {
		min-height: 430px;
	}

	.fxp-story-standards__grid {
		grid-template-rows: repeat(4, auto);
	}
}

@media (max-width: 620px) {
	.fxp-story-hero__inner {
		min-height: 0;
		padding-top: 10px;
	}

	.fxp-story-hero__copy {
		padding: 26px 0 24px;
	}

	.fxp-story-hero h1 {
		margin: 15px 0 18px;
		font-size: 38px;
		line-height: 1.06;
	}

	.fxp-story-hero__copy > p:last-of-type {
		font-size: 15px;
		line-height: 1.55;
	}

	.fxp-story-hero__actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 8px;
		margin-top: 18px;
	}

	.fxp-story-hero__actions .fxp-button {
		width: 100%;
		min-height: 48px;
		justify-content: center;
	}

	.fxp-story-hero__photo {
		height: 100%;
	}

	.fxp-story-hero__photo img {
		object-position: 64% center;
	}

	.fxp-story-hero__photo::before {
		background: rgba(4, 9, 14, 0.78);
	}

	.fxp-story-hero__tower {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		margin-bottom: 16px;
	}

	.fxp-story-hero__brand {
		display: none;
	}

	.fxp-story-hero__division {
		display: grid;
		grid-template-columns: 1fr;
		gap: 5px;
		justify-items: center;
		min-height: 68px;
		border-top: 1px solid rgba(255, 255, 255, 0.11);
		padding: 8px 4px;
		text-align: center;
	}

	.fxp-story-hero__division:first-of-type {
		border-left: 0;
	}

	.fxp-story-hero__division strong {
		font-size: 8px;
	}

	.fxp-story-hero__facts > div {
		grid-template-columns: 1fr;
		grid-template-rows: 28px auto auto;
		justify-items: center;
		min-height: 86px;
		gap: 3px;
		padding: 9px 5px;
		text-align: center;
	}

	.fxp-story-hero__facts > div:first-child {
		padding-left: 6px;
	}

	.fxp-story-hero__facts > div > span {
		grid-row: auto;
		width: 30px;
		height: 30px;
	}

	.fxp-story-hero__facts strong {
		font-size: 10px;
	}

	.fxp-story-hero__facts small {
		font-size: 8px;
	}

	.fxp-story-purpose,
	.fxp-story-visit,
	.fxp-story-divisions,
	.fxp-story-team,
	.fxp-story-standards,
	.fxp-story-close {
		padding: 62px 0;
	}

	.fxp-story-purpose h2,
	.fxp-story-visit__head h2,
	.fxp-story-divisions__head h2,
	.fxp-story-team__copy h2,
	.fxp-story-standards__head h2 {
		font-size: 33px;
	}

	.fxp-story-purpose__copy {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.fxp-story-purpose__copy > p {
		font-size: 14px;
	}

	.fxp-story-purpose__path {
		grid-template-columns: 1fr;
		margin-top: 34px;
	}

	.fxp-story-purpose__path li {
		grid-template-columns: 58px minmax(0, 1fr);
		min-height: 112px;
		border-right: 0;
		border-bottom: 1px solid rgba(28, 27, 24, 0.1);
		border-radius: 0;
		padding: 16px 18px;
	}

	.fxp-story-purpose__path li:first-child {
		border-radius: 8px 8px 0 0;
	}

	.fxp-story-purpose__path li:nth-child(2),
	.fxp-story-purpose__path li:nth-child(3) {
		border-bottom: 1px solid rgba(28, 27, 24, 0.1);
		border-radius: 0;
	}

	.fxp-story-purpose__path li:last-child {
		border-bottom: 0;
		border-radius: 0 0 8px 8px;
	}

	.fxp-story-purpose__icon {
		width: 54px;
		height: 54px;
		box-shadow: none;
	}

	.fxp-story-purpose__promise {
		grid-template-columns: 46px minmax(0, 1fr);
		gap: 16px;
		padding: 22px 18px;
	}

	.fxp-story-purpose__mark {
		width: 44px;
		height: 44px;
	}

	.fxp-story-purpose__mark img {
		width: 27px;
		height: 27px;
	}

	.fxp-story-purpose__promise strong {
		font-size: 18px;
	}

	.fxp-story-visit__media {
		height: 420px;
	}

	.fxp-story-visit__media figcaption {
		left: 16px;
		right: 16px;
		bottom: 16px;
	}

	.fxp-story-step {
		grid-template-columns: 38px minmax(0, 1fr);
		grid-template-rows: auto 1fr;
		gap: 9px 10px;
		min-height: 118px;
		border-right: 0;
		padding: 20px 13px 16px;
	}

	.fxp-story-visit__steps {
		grid-template-columns: 1fr;
	}

	.fxp-story-step:nth-last-child(2) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.09);
	}

	.fxp-story-step:last-child {
		border-bottom: 0;
	}

	.fxp-story-step__icon {
		width: 38px;
		height: 38px;
	}

	.fxp-story-step__number {
		top: 18px;
		right: 12px;
		font-size: 22px;
	}

	.fxp-story-step h3 {
		margin: 3px 28px 5px 0;
		font-size: 16px;
	}

	.fxp-story-step p {
		max-width: none;
		font-size: 12px;
		line-height: 1.5;
	}

	.fxp-story-divisions__head {
		grid-template-columns: 1fr;
	}

	.fxp-story-divisions__brand {
		margin-top: 26px;
		border-top: 1px solid rgba(255, 255, 255, 0.16);
		border-left: 0;
		padding: 20px 0 0;
	}

	.fxp-story-divisions__brand img {
		display: block;
		width: 48px;
		height: 48px;
	}

	.fxp-story-divisions__list {
		grid-template-columns: 1fr;
	}

	.fxp-story-division {
		min-height: 360px;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	}

	.fxp-story-division:last-child {
		border-bottom: 0;
	}

	.fxp-story-division h3 {
		font-size: 26px;
	}

	.fxp-story-division p {
		font-size: 12.5px;
	}

	.fxp-story-division__arrow {
		right: 20px;
		bottom: 20px;
	}

	.fxp-story-team__copy > p {
		margin-top: 22px;
		font-size: 15px;
	}

	.fxp-story-team__cta {
		width: 100%;
		justify-content: center;
		margin-top: 24px;
	}

	.fxp-story-team__media {
		display: grid;
		min-height: 0;
	}

	.fxp-story-team__media > img {
		width: 100%;
		height: 330px;
		border-radius: 8px 8px 0 0;
	}

	.fxp-story-team__standard {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		border-radius: 0 0 8px 8px;
		padding: 48px 20px 22px;
	}

	.fxp-story-team__standard-icon {
		left: 20px;
	}

	.fxp-story-team__standard h3 {
		max-width: none;
	}

	.fxp-story-team__principles {
		grid-template-columns: 1fr;
		margin-top: 32px;
	}

	.fxp-story-team__principles li {
		grid-template-columns: 58px minmax(0, 1fr);
		min-height: 128px;
		border-right: 0;
		border-bottom: 1px solid rgba(28, 27, 24, 0.12);
		padding: 18px 20px;
	}

	.fxp-story-team__principles li:last-child {
		border-bottom: 0;
	}

	.fxp-story-team__principle-icon {
		width: 54px;
		height: 54px;
	}

	.fxp-story-team__principle-num {
		top: 22px;
		left: 91px;
	}

	.fxp-story-team__principles strong {
		font-size: 14px;
	}

	.fxp-story-team__trust {
		gap: 9px;
		font-size: 11px;
		text-align: center;
	}

	.fxp-story-team__trust::before,
	.fxp-story-team__trust::after {
		width: 28px;
		flex: 0 0 28px;
	}

	.fxp-story-standards__grid {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(4, auto);
	}

	.fxp-story-standards__system {
		min-height: 380px;
		padding: 38px 24px;
	}

	.fxp-story-standards__system h3 {
		font-size: 31px;
	}

	.fxp-story-standards__route {
		margin-top: 32px;
	}

	.fxp-story-standard {
		position: relative;
		grid-template-columns: 50px minmax(0, 1fr);
		gap: 14px;
		min-height: 120px;
		border-bottom: 1px solid var(--fxp-line);
		padding: 20px 18px;
	}

	.fxp-story-standard:last-child {
		border-bottom: 0;
	}

	.fxp-story-standard__number {
		position: absolute;
		top: 15px;
		right: 16px;
	}

	.fxp-story-standard__icon {
		width: 48px;
		height: 48px;
	}

	.fxp-story-standard__check {
		display: none;
	}

	.fxp-story-standard h3 {
		margin: 0 28px 6px 0;
		font-size: 16px;
	}

	.fxp-story-close {
		padding-top: 10px;
	}

	.fxp-story-close__box {
		grid-template-columns: 1fr;
		padding: 26px 20px;
	}

	.fxp-story-close h2 {
		font-size: 28px;
	}

	.fxp-story-close__actions {
		grid-column: auto;
		display: grid;
		grid-template-columns: 1fr;
	}

	.fxp-story-close__actions .fxp-button {
		width: 100%;
		justify-content: center;
	}
}

/* Annual Maintenance Contract: a visual year-of-care experience. */
.fxp-amc {
	--amc-green: #5f8156;
	--amc-green-deep: #3f6338;
	--amc-mint: #e4ecdc;
	--amc-gold: #b88a47;
	background: #f7f5ef;
	color: var(--fxp-ink);
}

.fxp-amc-hero {
	position: relative;
	overflow: hidden;
	min-height: calc(100svh - 118px);
	padding: 24px 0 54px;
	background:
		linear-gradient(90deg, rgba(247, 245, 239, 0.98) 0%, rgba(247, 245, 239, 0.94) 34%, rgba(239, 244, 234, 0.88) 100%);
}

.fxp-amc-hero::before {
	position: absolute;
	top: -31%;
	right: -8%;
	width: 760px;
	aspect-ratio: 1;
	border: 1px solid rgba(95, 129, 86, 0.11);
	border-radius: 50%;
	box-shadow: 0 0 0 88px rgba(95, 129, 86, 0.025), 0 0 0 176px rgba(95, 129, 86, 0.018);
	content: "";
	pointer-events: none;
}

.fxp-amc-hero__crumbs {
	position: relative;
	z-index: 2;
	margin-bottom: 22px;
}

.fxp-amc-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(330px, 0.66fr) minmax(620px, 1.34fr);
	gap: 38px;
	align-items: center;
}

.fxp-amc-hero__copy {
	max-width: 520px;
	padding-bottom: 28px;
}

.fxp-amc-hero .fxp-kicker {
	display: flex;
	gap: 10px;
	align-items: center;
	color: var(--amc-green-deep);
}

.fxp-amc-hero h1 {
	max-width: 610px;
	margin: 18px 0 22px;
	font-family: var(--fxp-display);
	font-size: 62px;
	font-weight: 650;
	letter-spacing: 0;
	line-height: 1.02;
}

.fxp-amc-hero__lede {
	max-width: 500px;
	margin: 0;
	color: #514f49;
	font-size: 19px;
	line-height: 1.6;
}

.fxp-amc-hero__actions,
.fxp-amc-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.fxp-amc-hero__actions .fxp-button,
.fxp-amc-cta__actions .fxp-button {
	min-height: 54px;
	border-radius: 6px;
}

.fxp-amc-hero__actions .fxp-button svg,
.fxp-amc-cta__actions .fxp-button svg {
	width: 20px;
	height: 20px;
}

.fxp-amc-hero__assurance {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	margin-top: 28px;
	padding-top: 22px;
	border-top: 1px solid rgba(28, 27, 24, 0.12);
}

.fxp-amc-hero__assurance span {
	display: inline-flex;
	gap: 7px;
	align-items: center;
	color: #57554f;
	font-size: 12px;
	font-weight: 650;
}

.fxp-amc-hero__assurance svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: var(--amc-green);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.fxp-amc-home {
	position: relative;
	border: 1px solid rgba(63, 99, 56, 0.18);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.78);
	box-shadow: 0 30px 70px -42px rgba(47, 57, 38, 0.42);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.fxp-amc-home__topline {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 48px;
	padding: 0 18px;
	border-bottom: 1px solid rgba(28, 27, 24, 0.08);
	color: var(--amc-green-deep);
}

.fxp-amc-home__topline > span {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	font-size: 13px;
	font-weight: 700;
}

.fxp-amc-home__topline svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.fxp-amc-home__topline small {
	color: var(--fxp-muted);
	font-size: 11px;
}

.fxp-amc-home__scene {
	position: relative;
	min-height: 390px;
	overflow: hidden;
	background: #f8f7f2;
}

.fxp-amc-home__scene img {
	display: block;
	width: 100%;
	height: 390px;
	object-fit: contain;
	object-position: center;
	filter: saturate(0.74) contrast(0.97);
	transition: filter 350ms ease;
}

.fxp-amc-home__wash {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(228, 236, 220, 0.06), rgba(95, 129, 86, 0.01));
	pointer-events: none;
}

.fxp-amc-hotspot {
	position: absolute;
	left: var(--hotspot-x);
	top: var(--hotspot-y);
	z-index: 2;
	display: block;
	width: 31px;
	height: 31px;
	border: 1px solid rgba(95, 129, 86, 0.36);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 7px 18px -8px rgba(48, 63, 42, 0.56);
	color: var(--amc-green);
	opacity: 0.26;
	transform: translate(-50%, -50%) scale(0.78);
	transition: opacity 260ms ease, transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.fxp-amc-hotspot::after {
	position: absolute;
	inset: -6px;
	border: 1px solid currentColor;
	border-radius: inherit;
	content: "";
	opacity: 0;
	transform: scale(0.8);
	transition: opacity 260ms ease, transform 260ms ease;
}

.fxp-amc-hotspot i {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
}

.fxp-amc-hotspot svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.75;
}

.fxp-amc-hotspot b {
	position: absolute;
	left: 50%;
	bottom: calc(100% + 10px);
	width: max-content;
	max-width: 150px;
	border: 1px solid rgba(28, 27, 24, 0.12);
	border-radius: 4px;
	padding: 6px 8px;
	background: #fff;
	box-shadow: 0 10px 26px -16px rgba(20, 25, 18, 0.46);
	color: var(--fxp-ink);
	font-size: 10px;
	font-style: normal;
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, 4px);
	transition: opacity 180ms ease, transform 180ms ease;
}

.fxp-amc[data-plan="classic"] .fxp-amc-hotspot[data-amc-level="1"],
.fxp-amc[data-plan="executive"] .fxp-amc-hotspot[data-amc-level="1"],
.fxp-amc[data-plan="executive"] .fxp-amc-hotspot[data-amc-level="2"],
.fxp-amc[data-plan="elite"] .fxp-amc-hotspot {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.fxp-amc[data-plan="executive"] .fxp-amc-hotspot[data-amc-level="2"] {
	color: #6f7080;
}

.fxp-amc[data-plan="elite"] .fxp-amc-hotspot[data-amc-level="3"] {
	border-color: rgba(184, 138, 71, 0.48);
	color: var(--amc-gold);
}

.fxp-amc-hotspot:hover::after,
.fxp-amc-hotspot:focus-visible::after {
	opacity: 0.35;
	transform: scale(1);
}

.fxp-amc-hotspot:hover b,
.fxp-amc-hotspot:focus-visible b {
	opacity: 1;
	transform: translate(-50%, 0);
}

.fxp-amc-switcher {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 0;
	border-top: 1px solid rgba(28, 27, 24, 0.08);
	border-bottom: 1px solid rgba(28, 27, 24, 0.08);
	background: rgba(249, 248, 244, 0.9);
}

.fxp-amc-switcher__tab {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	border: 0;
	border-right: 1px solid rgba(28, 27, 24, 0.08);
	padding: 8px 12px;
	background: transparent;
	color: #67645e;
	cursor: pointer;
	font: inherit;
	transition: background 180ms ease, color 180ms ease;
}

.fxp-amc-switcher__tab:last-child {
	border-right: 0;
}

.fxp-amc-switcher__tab > span {
	display: grid;
	width: 28px;
	height: 28px;
	place-items: center;
	border: 1px solid rgba(28, 27, 24, 0.13);
	border-radius: 50%;
	font-size: 10px;
	font-weight: 750;
}

.fxp-amc-switcher__tab strong {
	font-size: 13px;
}

.fxp-amc-switcher__tab:hover,
.fxp-amc-switcher__tab:focus-visible,
.fxp-amc-switcher__tab.is-active {
	background: #fff;
	color: var(--amc-green-deep);
}

.fxp-amc-switcher__tab.is-active > span {
	border-color: var(--amc-green);
	background: var(--amc-mint);
}

.fxp-amc-plan-copy {
	min-height: 135px;
	padding: 18px 20px;
}

.fxp-amc-plan-copy__panel {
	display: none;
	grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
	gap: 22px;
	align-items: start;
}

.fxp-amc-plan-copy__panel.is-active {
	display: grid;
	animation: fxpAmcPanelIn 300ms ease both;
}

.fxp-amc-plan-copy__panel > div > span {
	display: block;
	margin-bottom: 5px;
	color: var(--amc-green-deep);
	font-size: 12px;
	font-weight: 750;
	text-transform: uppercase;
}

.fxp-amc-plan-copy__panel p {
	margin: 0;
	color: #56534e;
	font-size: 13px;
	line-height: 1.48;
}

.fxp-amc-plan-copy__panel ul {
	display: grid;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fxp-amc-plan-copy__panel li {
	display: flex;
	gap: 7px;
	align-items: flex-start;
	color: #3f3d39;
	font-size: 12px;
	line-height: 1.35;
}

.fxp-amc-plan-copy__panel li svg {
	flex: 0 0 auto;
	width: 15px;
	height: 15px;
	fill: none;
	stroke: var(--amc-green);
	stroke-width: 2;
}

@keyframes fxpAmcPanelIn {
	from { opacity: 0; transform: translateY(5px); }
	to { opacity: 1; transform: translateY(0); }
}

.fxp-amc-benefits,
.fxp-amc-year,
.fxp-amc-compare,
.fxp-amc-faq,
.fxp-amc-cta {
	padding: 92px 0;
}

.fxp-amc-section-head {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.55fr);
	gap: 40px;
	align-items: end;
	margin-bottom: 42px;
}

.fxp-amc-section-head .fxp-kicker {
	grid-column: 1 / -1;
	margin-bottom: -20px;
	color: var(--amc-green-deep);
}

.fxp-amc-section-head h2,
.fxp-amc-year__head h2,
.fxp-amc-faq__intro h2,
.fxp-amc-cta h2 {
	margin: 0;
	font-family: var(--fxp-display);
	font-size: 42px;
	font-weight: 620;
	letter-spacing: 0;
	line-height: 1.12;
}

.fxp-amc-section-head > p:last-child,
.fxp-amc-year__head > p,
.fxp-amc-faq__intro > p,
.fxp-amc-cta__box > div > p:last-child {
	margin: 0;
	color: var(--fxp-muted);
	font-size: 16px;
	line-height: 1.65;
}

.fxp-amc-benefits {
	background: #fff;
}

.fxp-amc-benefits__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid var(--fxp-line);
	border-bottom: 1px solid var(--fxp-line);
}

.fxp-amc-benefit {
	min-height: 220px;
	border-right: 1px solid var(--fxp-line);
	padding: 30px 26px;
}

.fxp-amc-benefit:last-child {
	border-right: 0;
}

.fxp-amc-benefit > span,
.fxp-amc-year__icon,
.fxp-amc-cta__icon {
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border: 1px solid rgba(95, 129, 86, 0.25);
	border-radius: 50%;
	background: var(--amc-mint);
	color: var(--amc-green-deep);
}

.fxp-amc-benefit svg,
.fxp-amc-year__icon svg,
.fxp-amc-cta__icon svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.fxp-amc-benefit strong {
	display: block;
	margin-top: 28px;
	font-size: 18px;
}

.fxp-amc-benefit p {
	margin: 9px 0 0;
	color: var(--fxp-muted);
	font-size: 14px;
	line-height: 1.55;
}

.fxp-amc-year {
	background: #1f211d;
	color: #fff;
}

.fxp-amc-year__head {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.55fr);
	gap: 40px;
	align-items: end;
	margin-bottom: 48px;
}

.fxp-amc-year .fxp-kicker {
	margin-bottom: 15px;
	color: #a9c69d;
}

.fxp-amc-year__head h2 {
	color: #fff;
}

.fxp-amc-year__head > p {
	color: rgba(255, 255, 255, 0.62);
}

.fxp-amc-year__months {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.fxp-amc-year__months span {
	position: relative;
	padding-bottom: 15px;
	color: rgba(255, 255, 255, 0.35);
	font-size: 10px;
	font-weight: 700;
	text-align: center;
}

.fxp-amc-year__months span::after {
	position: absolute;
	left: 50%;
	bottom: -3px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.28);
	content: "";
	transform: translateX(-50%);
}

.fxp-amc-year__months span.is-key {
	color: #d9e6d4;
}

.fxp-amc-year__months span.is-key::after {
	width: 8px;
	height: 8px;
	bottom: -5px;
	background: #a9c69d;
	box-shadow: 0 0 0 5px rgba(169, 198, 157, 0.12);
}

.fxp-amc-year__track {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	margin-top: 34px;
	background: rgba(255, 255, 255, 0.13);
}

.fxp-amc-year__event {
	min-height: 230px;
	padding: 26px;
	background: #272924;
}

.fxp-amc-year__event small {
	display: block;
	margin-top: 24px;
	color: #a9c69d;
	font-size: 10px;
	font-weight: 800;
}

.fxp-amc-year__event strong {
	display: block;
	margin-top: 7px;
	font-size: 17px;
}

.fxp-amc-year__event p {
	margin: 9px 0 0;
	color: rgba(255, 255, 255, 0.58);
	font-size: 13px;
	line-height: 1.55;
}

.fxp-amc-compare {
	background: #f3f0e8;
}

.fxp-amc-compare__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.fxp-amc-tier {
	position: relative;
	display: flex;
	min-height: 430px;
	flex-direction: column;
	border: 1px solid rgba(28, 27, 24, 0.12);
	border-top: 4px solid var(--tier-color, var(--amc-green));
	border-radius: 8px;
	padding: 26px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 18px 38px -30px rgba(43, 42, 36, 0.42);
}

.fxp-amc-tier--classic { --tier-color: var(--amc-green); }
.fxp-amc-tier--executive { --tier-color: #707485; }
.fxp-amc-tier--elite { --tier-color: var(--amc-gold); }

.fxp-amc-tier.is-recommended {
	border-color: var(--tier-color);
	box-shadow: 0 22px 48px -28px color-mix(in srgb, var(--tier-color) 50%, transparent);
}

.fxp-amc-tier__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.fxp-amc-tier__top > span {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border: 1px solid color-mix(in srgb, var(--tier-color) 45%, transparent);
	border-radius: 50%;
	background: color-mix(in srgb, var(--tier-color) 12%, white);
	color: var(--tier-color);
	font-size: 11px;
	font-weight: 800;
}

.fxp-amc-tier__top small {
	color: var(--tier-color);
	font-size: 11px;
	font-weight: 750;
	text-transform: uppercase;
}

.fxp-amc-tier h3 {
	margin: 28px 0 10px;
	font-family: var(--fxp-display);
	font-size: 29px;
	letter-spacing: 0;
}

.fxp-amc-tier > p {
	min-height: 66px;
	margin: 0;
	color: var(--fxp-muted);
	font-size: 14px;
	line-height: 1.55;
}

.fxp-amc-tier ul {
	display: grid;
	gap: 0;
	margin: 24px 0 28px;
	padding: 0;
	border-top: 1px solid var(--fxp-line);
	list-style: none;
}

.fxp-amc-tier li {
	display: flex;
	gap: 9px;
	align-items: flex-start;
	padding: 12px 0;
	border-bottom: 1px solid var(--fxp-line);
	font-size: 13px;
	line-height: 1.4;
}

.fxp-amc-tier li svg {
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
	fill: none;
	stroke: var(--tier-color);
	stroke-width: 2;
}

.fxp-amc-tier__choose {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 46px;
	margin-top: auto;
	border: 1px solid rgba(28, 27, 24, 0.17);
	border-radius: 5px;
	padding: 0 14px;
	background: transparent;
	color: var(--fxp-ink);
	cursor: pointer;
	font: inherit;
	font-size: 12px;
	font-weight: 700;
}

.fxp-amc-tier__choose:hover,
.fxp-amc-tier__choose:focus-visible {
	border-color: var(--tier-color);
	background: color-mix(in srgb, var(--tier-color) 7%, white);
}

.fxp-amc-tier__choose svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
}

.fxp-amc-recommendation {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 20px;
	align-items: center;
	margin-top: 18px;
	border: 1px solid rgba(95, 129, 86, 0.22);
	border-radius: 8px;
	padding: 20px 22px;
	background: #fff;
}

.fxp-amc-recommendation[hidden] {
	display: none;
}

.fxp-amc-recommendation > span {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border-radius: 50%;
	background: var(--amc-mint);
	color: var(--amc-green-deep);
}

.fxp-amc-recommendation > span svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
}

.fxp-amc-recommendation small,
.fxp-amc-recommendation strong {
	display: block;
}

.fxp-amc-recommendation small {
	color: var(--amc-green-deep);
	font-size: 10px;
	font-weight: 750;
	text-transform: uppercase;
}

.fxp-amc-recommendation strong {
	margin-top: 3px;
	font-size: 20px;
}

.fxp-amc-recommendation p {
	margin: 4px 0 0;
	color: var(--fxp-muted);
	font-size: 12px;
}

.fxp-amc-scope-note {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	max-width: 820px;
	margin: 24px auto 0;
	color: var(--fxp-muted);
	font-size: 12px;
	line-height: 1.55;
	text-align: center;
}

.fxp-amc-scope-note svg {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	fill: none;
	stroke: var(--amc-green);
	stroke-width: 1.7;
}

.fxp-amc-faq {
	background: #fff;
}

.fxp-amc-faq__grid {
	display: grid;
	grid-template-columns: minmax(280px, 0.65fr) minmax(500px, 1.35fr);
	gap: 80px;
}

.fxp-amc-faq__intro .fxp-kicker {
	margin-bottom: 16px;
	color: var(--amc-green-deep);
}

.fxp-amc-faq__intro > p {
	margin-top: 20px;
}

.fxp-amc-faq__list {
	border-top: 1px solid var(--fxp-line);
}

.fxp-amc-faq__list details {
	border-bottom: 1px solid var(--fxp-line);
}

.fxp-amc-faq__list summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 70px;
	gap: 20px;
	cursor: pointer;
	font-size: 15px;
	font-weight: 700;
	list-style: none;
}

.fxp-amc-faq__list summary::-webkit-details-marker {
	display: none;
}

.fxp-amc-faq__list summary svg {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	fill: none;
	stroke: var(--amc-green);
	stroke-width: 1.8;
	transition: transform 180ms ease;
}

.fxp-amc-faq__list details[open] summary svg {
	transform: rotate(180deg);
}

.fxp-amc-faq__list details p {
	margin: -5px 42px 22px 0;
	color: var(--fxp-muted);
	font-size: 14px;
	line-height: 1.65;
}

.fxp-amc-cta {
	padding-top: 24px;
	background: #fff;
}

.fxp-amc-cta__box {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 28px;
	align-items: center;
	border: 1px solid rgba(95, 129, 86, 0.22);
	border-radius: 8px;
	padding: 38px;
	background: linear-gradient(100deg, #eef3e9 0%, #f8f7f2 62%, #f0e6d4 100%);
}

.fxp-amc-cta__icon {
	width: 58px;
	height: 58px;
}

.fxp-amc-cta .fxp-kicker {
	margin-bottom: 11px;
	color: var(--amc-green-deep);
}

.fxp-amc-cta h2 {
	font-size: 32px;
}

.fxp-amc-cta__box > div > p:last-child {
	margin-top: 10px;
	font-size: 14px;
}

.fxp-amc-cta__actions {
	justify-content: flex-end;
	margin-top: 0;
}

@media (max-width: 1240px) {
	.fxp-amc-hero {
		min-height: auto;
	}

	.fxp-amc-hero__grid {
		grid-template-columns: 1fr;
	}

	.fxp-amc-hero__copy {
		max-width: 760px;
		padding-bottom: 0;
	}

	.fxp-amc-hero h1 {
		max-width: 760px;
	}

	.fxp-amc-hero__lede {
		max-width: 680px;
	}

	.fxp-amc-home__scene,
	.fxp-amc-home__scene img {
		height: 500px;
		min-height: 500px;
	}
}

@media (max-width: 900px) {
	.fxp-amc-hero h1 {
		font-size: 48px;
	}

	.fxp-amc-benefits,
	.fxp-amc-year,
	.fxp-amc-compare,
	.fxp-amc-faq,
	.fxp-amc-cta {
		padding: 72px 0;
	}

	.fxp-amc-section-head,
	.fxp-amc-year__head,
	.fxp-amc-faq__grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.fxp-amc-section-head .fxp-kicker {
		margin-bottom: -6px;
	}

	.fxp-amc-benefits__grid,
	.fxp-amc-year__track {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fxp-amc-benefit:nth-child(2) {
		border-right: 0;
	}

	.fxp-amc-benefit:nth-child(-n + 2) {
		border-bottom: 1px solid var(--fxp-line);
	}

	.fxp-amc-compare__grid {
		grid-template-columns: 1fr;
	}

	.fxp-amc-tier {
		min-height: 0;
	}

	.fxp-amc-cta__box {
		grid-template-columns: auto 1fr;
	}

	.fxp-amc-cta__actions {
		grid-column: 1 / -1;
		justify-content: flex-start;
	}
}

@media (max-width: 640px) {
	.fxp-amc-hero {
		padding: 14px 0 40px;
	}

	.fxp-amc-hero__crumbs {
		margin-bottom: 16px;
	}

	.fxp-amc-hero h1 {
		margin: 14px 0 18px;
		font-size: 39px;
		line-height: 1.05;
	}

	.fxp-amc-hero__lede {
		font-size: 16px;
		line-height: 1.55;
	}

	.fxp-amc-hero__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.fxp-amc-hero__actions .fxp-button {
		width: 100%;
		justify-content: center;
	}

	.fxp-amc-hero__assurance {
		gap: 9px;
	}

	.fxp-amc-hero__assurance span {
		width: calc(50% - 5px);
	}

	.fxp-amc-home__topline small {
		display: none;
	}

	.fxp-amc-home__scene,
	.fxp-amc-home__scene img {
		height: 280px;
		min-height: 280px;
	}

	.fxp-amc-hotspot {
		width: 27px;
		height: 27px;
	}

	.fxp-amc-hotspot svg {
		width: 13px;
		height: 13px;
	}

	.fxp-amc-switcher__tab {
		flex-direction: column;
		gap: 4px;
		min-height: 70px;
	}

	.fxp-amc-switcher__tab strong {
		font-size: 11px;
	}

	.fxp-amc-plan-copy {
		min-height: 256px;
		padding: 16px;
	}

	.fxp-amc-plan-copy__panel,
	.fxp-amc-plan-copy__panel.is-active {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.fxp-amc-section-head h2,
	.fxp-amc-year__head h2,
	.fxp-amc-faq__intro h2 {
		font-size: 32px;
	}

	.fxp-amc-benefits__grid,
	.fxp-amc-year__track {
		grid-template-columns: 1fr;
	}

	.fxp-amc-benefit,
	.fxp-amc-benefit:nth-child(2) {
		min-height: 0;
		border-right: 0;
		border-bottom: 1px solid var(--fxp-line);
		padding: 24px 18px;
	}

	.fxp-amc-benefit:last-child {
		border-bottom: 0;
	}

	.fxp-amc-benefit strong {
		margin-top: 18px;
	}

	.fxp-amc-year__months {
		display: none;
	}

	.fxp-amc-year__track {
		margin-top: 0;
	}

	.fxp-amc-year__event {
		min-height: 0;
	}

	.fxp-amc-recommendation {
		grid-template-columns: auto 1fr;
	}

	.fxp-amc-recommendation .fxp-button {
		grid-column: 1 / -1;
		width: 100%;
		justify-content: center;
	}

	.fxp-amc-scope-note {
		text-align: left;
	}

	.fxp-amc-faq__grid {
		gap: 36px;
	}

	.fxp-amc-cta {
		padding-top: 12px;
	}

	.fxp-amc-cta__box {
		grid-template-columns: 1fr;
		padding: 26px 20px;
	}

	.fxp-amc-cta__actions {
		grid-column: auto;
		display: grid;
	}

	.fxp-amc-cta__actions .fxp-button {
		width: 100%;
		justify-content: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.fxp-amc-hotspot,
	.fxp-amc-hotspot::after,
	.fxp-amc-hotspot b,
	.fxp-amc-plan-copy__panel.is-active {
		animation: none;
		transition: none;
	}
}

/* Home hero: one cutaway home with each Fixperts division mapped around it. */
.fxp-hero--cutaway .fxp-hero__grid {
	grid-template-columns: minmax(390px, 0.72fr) minmax(650px, 1.36fr);
	gap: clamp(18px, 2.2vw, 34px);
}

.fxp-hero--cutaway .fxp-hero__visual--cutaway {
	min-height: 620px;
}

/* annotated-map hero: icon pins sit on the drawn rooms, dotted leaders run
   to compact margin notes, and a dock below carries the active division's
   full detail (cycled by the tour, or picked via the tabs) */
.fxp-hero-map {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	gap: clamp(12px, 1.8vh, 20px);
}

.fxp-hero-map__art {
	position: relative;
	display: flex;
	flex: 1;
	min-height: 0;
	container-type: size;
}

/* the figure keeps the image's exact aspect ratio, so pin, note, and leader
   percentages stay glued to the drawn rooms at any viewport */
.fxp-hero-map__figure {
	position: relative;
	display: block;
	width: min(100%, calc(100cqh * 1.3814));
	aspect-ratio: 1474 / 1067;
	margin: auto;
}

.fxp-hero-map__figure::before {
	position: absolute;
	inset: 5% 2% 3%;
	z-index: -1;
	border: 1px solid rgba(104, 98, 87, 0.08);
	border-radius: 50%;
	content: "";
}

.fxp-hero-map__figure img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	/* multiply melts the render's baked-in white backdrop into the hero wash;
	   no drop-shadow: it would outline the opaque rectangle, not the house */
	mix-blend-mode: multiply;
	animation: fxpHeroImageIn 1200ms cubic-bezier(0.22, 1, 0.36, 1) 170ms backwards;
}

.fxp-hero-pin--care,
.fxp-hero-dock__tab--care,
.fxp-hero-dock__panel--care {
	--accent: var(--fxp-sage);
	--accent-soft: var(--fxp-sage-soft);
}

.fxp-hero-pin--fresh,
.fxp-hero-dock__tab--fresh,
.fxp-hero-dock__panel--fresh {
	--accent: var(--fxp-blue);
	--accent-soft: var(--fxp-blue-soft);
}

.fxp-hero-pin--projects,
.fxp-hero-dock__tab--projects,
.fxp-hero-dock__panel--projects {
	--accent: var(--fxp-lilac);
	--accent-soft: var(--fxp-lilac-soft);
}

.fxp-hero-pin--shop,
.fxp-hero-dock__tab--shop,
.fxp-hero-dock__panel--shop {
	--accent: var(--fxp-gold);
	--accent-soft: var(--fxp-gold-soft);
}

.fxp-hero-pin {
	position: absolute;
	left: var(--pin-mobile-x, var(--pin-x));
	top: var(--pin-mobile-y, var(--pin-y));
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	margin: -23px 0 0 -23px;
	border: 2px solid color-mix(in srgb, var(--accent) 46%, white);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.94);
	color: var(--accent);
	box-shadow: 0 12px 24px -14px rgba(38, 34, 28, 0.5);
	transition: transform 240ms cubic-bezier(0.34, 1.56, 0.64, 1), border-color 200ms ease, box-shadow 240ms ease;
	animation: fxpHeroPinIn 460ms cubic-bezier(0.34, 1.56, 0.64, 1) calc(560ms + (var(--pin-index, 0) * 110ms)) backwards;
}

.fxp-hero-pin svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}

.fxp-hero-pin.is-active {
	border-color: var(--accent);
	box-shadow:
		0 0 0 6px color-mix(in srgb, var(--accent) 22%, transparent),
		0 12px 24px -14px rgba(38, 34, 28, 0.5);
	transform: scale(1.1);
}

@keyframes fxpHeroPinIn {
	0% {
		opacity: 0;
		transform: scale(0.3);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.fxp-hero-dock {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: clamp(12px, 1.6vw, 22px);
	padding: 10px 14px;
	border: 1px solid var(--fxp-line-soft);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 22px 44px -30px rgba(38, 34, 28, 0.45);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	animation: fxpHeroFadeUp 760ms cubic-bezier(0.22, 1, 0.36, 1) 780ms backwards;
}

.fxp-hero-dock__tabs {
	display: flex;
	align-items: stretch;
	flex: 0 0 auto;
}

.fxp-hero-dock__tab {
	position: relative;
	display: grid;
	justify-items: center;
	gap: 7px;
	padding: 8px 15px 12px;
	border: 0;
	background: none;
	color: var(--fxp-muted);
	font-family: var(--fxp-sans);
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	cursor: pointer;
	transition: color 180ms ease;
}

.fxp-hero-dock__tab + .fxp-hero-dock__tab {
	border-left: 1px solid var(--fxp-line-soft);
}

.fxp-hero-dock__tab svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
}

.fxp-hero-dock__tab::after {
	position: absolute;
	bottom: 4px;
	width: 26px;
	height: 2px;
	border-radius: 2px;
	background: var(--accent);
	transform: scaleX(0);
	transition: transform 240ms ease;
	content: "";
}

.fxp-hero-dock__tab:hover {
	color: var(--fxp-ink);
}

.fxp-hero-dock__tab.is-active {
	color: var(--accent);
}

.fxp-hero-dock__tab.is-active::after {
	transform: scaleX(1);
}

.fxp-hero-dock__details {
	position: relative;
	flex: 1;
	min-width: 0;
}

.fxp-hero-dock__panel {
	display: none;
	align-items: center;
	gap: 14px;
	margin: 0;
}

.fxp-hero-dock__panel.is-active {
	display: flex;
	animation: fxpHeroPanelIn 340ms ease;
}

@keyframes fxpHeroPanelIn {
	0% {
		opacity: 0;
		transform: translateY(5px);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

.fxp-hero-dock__panel-text {
	display: block;
	min-width: 0;
	color: var(--fxp-muted);
	font-size: 13px;
	line-height: 1.45;
}

.fxp-hero-dock__go {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex: 0 0 auto;
	margin-left: auto;
	padding: 11px 18px;
	border-radius: 999px;
	background: var(--accent);
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	transition: transform 200ms ease, box-shadow 200ms ease;
}

.fxp-hero-dock__go svg {
	width: 14px;
	height: 14px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
}

.fxp-hero-dock__go:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 22px -12px color-mix(in srgb, var(--accent) 70%, transparent);
}

@media (max-width: 1180px) {
	.fxp-hero--cutaway .fxp-hero__grid {
		grid-template-columns: 1fr;
	}

	.fxp-hero--cutaway .fxp-hero__visual--cutaway {
		min-height: 0;
	}

	/* single-column hero is auto-height, so the art sizes from its width */
	.fxp-hero-map {
		position: relative;
		inset: auto;
	}

	.fxp-hero-map__art {
		flex: none;
		width: 100%;
		aspect-ratio: 1474 / 1067;
		container-type: normal;
	}

	.fxp-hero-map__figure {
		width: 100%;
		height: 100%;
	}
}

@media (max-width: 920px) {
	.fxp-hero-pin {
		width: 36px;
		height: 36px;
		margin: -18px 0 0 -18px;
	}

	.fxp-hero-pin svg {
		width: 15px;
		height: 15px;
	}

	.fxp-hero-dock {
		flex-direction: column;
		align-items: stretch;
		gap: 8px;
		padding: 12px;
	}

	.fxp-hero-dock__tabs {
		justify-content: space-between;
	}

	.fxp-hero-dock__tab {
		flex: 1;
		padding: 8px 4px 12px;
	}
}

@media (max-width: 560px) {
	.fxp-hero-dock__panel.is-active {
		flex-wrap: wrap;
	}

	.fxp-hero-dock__go {
		width: 100%;
		justify-content: center;
	}
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 110px;
}

body {
	margin: 0;
	background: var(--fxp-paper);
	color: var(--fxp-ink);
	font-family: var(--fxp-sans);
	font-size: 16px;
	line-height: 1.55;
	font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
}

a {
	color: inherit;
	text-decoration: none;
}

h1,
h2,
h3 {
	text-wrap: balance;
}

img,
svg {
	display: block;
}

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

svg {
	width: 1em;
	height: 1em;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

::selection {
	background: var(--fxp-paper-2);
	color: var(--fxp-ink);
}

.fxp-container {
	width: min(1320px, calc(100% - 80px));
	margin-inline: auto;
}

.fxp-skip-link {
	position: absolute;
	left: -999px;
	top: 12px;
	z-index: 30;
	padding: 10px 14px;
	background: var(--fxp-ink);
	color: var(--fxp-white);
	border-radius: 6px;
}

.fxp-skip-link:focus {
	left: 12px;
}

/* ---------------------------------------------------------------- Headings */

h1,
h2,
h3 {
	margin: 0;
	font-family: var(--fxp-display);
	letter-spacing: 0;
	line-height: 1.08;
	color: var(--fxp-ink);
}

h1 {
	max-width: 14ch;
	font-size: clamp(48px, 6.2vw, 88px);
	font-weight: 600;
	line-height: 1.02;
	letter-spacing: 0;
}

.fxp-title-dot {
	color: var(--fxp-stone);
}

h2 {
	font-size: clamp(30px, 3.4vw, 50px);
	font-weight: 600;
	line-height: 1.08;
}

h3 {
	font-size: 22px;
	font-weight: 600;
}

.fxp-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 18px;
	color: var(--fxp-stone);
	font-family: var(--fxp-sans);
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.fxp-kicker::before {
	width: 26px;
	height: 1.5px;
	background: currentColor;
	opacity: 0.55;
	content: "";
}

/* ----------------------------------------------------------------- Header */

.fxp-site-header {
	position: sticky;
	top: 0;
	z-index: 20;
	background: rgba(252, 250, 247, 0.88);
	border-bottom: 1px solid var(--fxp-line-soft);
	backdrop-filter: saturate(140%) blur(18px);
	-webkit-backdrop-filter: saturate(140%) blur(18px);
}

.fxp-site-header.has-open-menu::after {
	position: fixed;
	inset: 73px 0 0;
	z-index: 1;
	background: rgba(28, 27, 24, 0.18);
	backdrop-filter: blur(4px);
	content: "";
}

.fxp-site-header__inner {
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	gap: 32px;
	min-height: 84px;
}

.fxp-brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	flex: 0 0 auto;
	color: var(--fxp-ink);
	font-size: 23px;
	font-weight: 500;
	letter-spacing: 0;
}

.fxp-brand img {
	width: 46px;
	max-height: 46px;
	object-fit: contain;
}

.fxp-brand span {
	display: block;
	line-height: 1;
}

.fxp-primary-nav {
	margin-inline: auto;
}

.fxp-primary-nav .menu {
	display: flex;
	align-items: center;
	gap: clamp(16px, 2vw, 34px);
	margin: 0;
	padding: 0;
	list-style: none;
}

.fxp-primary-nav a {
	position: relative;
	display: block;
	padding: 8px 0;
	color: #33312c;
	font-size: 15px;
	font-weight: 500;
	transition: color 160ms ease;
}

.fxp-primary-nav a::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 2px;
	width: 0;
	height: 1.5px;
	margin: auto;
	background: var(--fxp-ink);
	content: "";
	transition: width 180ms ease;
}

.fxp-primary-nav a:hover {
	color: var(--fxp-ink);
}

.fxp-primary-nav a:hover::after,
.fxp-primary-nav .current-menu-item > a::after {
	width: 100%;
}

/* division dropdowns: hover / keyboard-focus panels under the tabs */
.fxp-primary-nav .menu > li {
	position: relative;
}

.fxp-primary-nav .menu-item-has-children > a {
	padding-right: 16px;
}

.fxp-primary-nav .menu-item-has-children > a::before {
	position: absolute;
	right: 0;
	top: 50%;
	width: 7px;
	height: 7px;
	border-right: 1.6px solid currentColor;
	border-bottom: 1.6px solid currentColor;
	transform: translateY(-70%) rotate(45deg);
	transition: transform 180ms ease;
	content: "";
}

.fxp-primary-nav .menu > li.is-open > a::before,
.fxp-primary-nav .menu > li:focus-within > a::before {
	transform: translateY(-30%) rotate(-135deg);
}

.fxp-primary-nav .sub-menu {
	position: absolute;
	top: calc(100% + 10px);
	left: 50%;
	z-index: 40;
	min-width: 248px;
	margin: 0;
	padding: 10px;
	list-style: none;
	background: var(--fxp-white);
	border: 1px solid var(--fxp-line-soft);
	border-radius: 14px;
	box-shadow: var(--fxp-card-shadow);
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%, 6px);
	transition: opacity 180ms ease, transform 180ms ease, visibility 0s linear 180ms;
}

/* hover bridge so the panel doesn't close crossing the gap */
.fxp-primary-nav .sub-menu::before {
	position: absolute;
	top: -12px;
	left: 0;
	right: 0;
	height: 12px;
	content: "";
}

.fxp-primary-nav .menu > li.is-open > .sub-menu,
.fxp-primary-nav .menu > li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, 0);
	transition: opacity 180ms ease, transform 180ms ease;
}

.fxp-primary-nav .sub-menu a {
	padding: 9px 14px;
	border-radius: 9px;
	font-size: 14px;
	white-space: nowrap;
	transition: background 140ms ease, color 140ms ease;
}

.fxp-primary-nav .sub-menu a::after {
	content: none;
}

.fxp-primary-nav .sub-menu a:hover {
	background: var(--fxp-soft);
	color: var(--fxp-ink);
}

.fxp-header-cta {
	flex: 0 0 auto;
}

.fxp-header-cta .fxp-button {
	min-height: 44px;
	padding: 10px 20px;
	font-size: 14.5px;
}

.fxp-nav-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 1px solid var(--fxp-line);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.7);
	color: var(--fxp-ink);
	padding: 10px 14px;
	font: inherit;
	font-weight: 600;
	font-size: 14px;
}

.fxp-nav-toggle__label {
	display: inline-block;
}

.fxp-submenu-toggle {
	display: none;
}

/* ------------------------------------------------------------------- Hero */

.fxp-hero {
	--hero-bg-x: 0px;
	--hero-bg-y: 0px;
	--hero-card-x: 0px;
	--hero-card-y: 0px;
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden;
	/* fill the first viewport exactly — the visual column stretches with it, so no dead bands */
	height: calc(100vh - 85px);
	height: calc(100svh - 85px);
	min-height: 560px;
	padding: clamp(18px, 2.4vw, 34px) 0 clamp(18px, 2.4vw, 34px);
	background:
		linear-gradient(110deg, rgba(252, 249, 244, 0.98) 0%, rgba(246, 242, 234, 0.93) 48%, rgba(239, 233, 223, 0.92) 100%),
		var(--fxp-paper);
}

.fxp-hero::before {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(90% 70% at 12% 88%, rgba(95, 129, 86, 0.10), transparent 48%),
		radial-gradient(72% 58% at 84% 18%, rgba(184, 138, 71, 0.11), transparent 52%),
		linear-gradient(180deg, rgba(246, 242, 234, 0) 68%, rgba(246, 242, 234, 0.92) 100%);
	content: "";
	pointer-events: none;
}

.fxp-hero__bg {
	position: absolute;
	inset: -24px;
	background:
		radial-gradient(80% 68% at 26% 48%, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0) 58%),
		linear-gradient(90deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0));
	opacity: 1;
	transform: translate3d(var(--hero-bg-x), var(--hero-bg-y), 0) scale(1);
	transform-origin: center;
	animation: fxpHeroBgIn 1600ms cubic-bezier(0.22, 1, 0.36, 1) 60ms backwards;
	transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
	pointer-events: none;
}

.fxp-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(390px, 0.68fr) minmax(560px, 1.2fr);
	gap: clamp(30px, 4vw, 62px);
	align-items: center;
	height: 100%;
}

.fxp-hero__content {
	max-width: 540px;
}

.fxp-hero__eyebrow {
	border: 1px solid rgba(28, 27, 24, 0.10);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.48);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
	padding: 8px 17px 8px 14px;
	animation: fxpHeroFadeUp 720ms cubic-bezier(0.22, 1, 0.36, 1) 100ms backwards;
}

.fxp-hero__eyebrow::before {
	width: 9px;
	height: 9px;
	border: 1px solid var(--fxp-stone);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.68);
	opacity: 0.72;
}

/* social-proof eyebrow: gold star rating + jobs count */
.fxp-hero__eyebrow--proof::before {
	display: none;
}

.fxp-hero__eyebrow--proof {
	color: #45433d;
	letter-spacing: 0.08em;
}

.fxp-eyebrow-rating {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--fxp-ink);
}

.fxp-eyebrow-rating svg {
	font-size: 16px;
	color: var(--fxp-gold);
	fill: var(--fxp-gold);
	stroke-width: 1.4;
}

.fxp-eyebrow-sep {
	width: 3.5px;
	height: 3.5px;
	border-radius: 50%;
	background: rgba(28, 27, 24, 0.32);
}

.fxp-hero-title {
	max-width: 10ch;
	font-family: var(--fxp-display);
	font-size: clamp(48px, 5vw, 82px);
	font-weight: 600;
	line-height: 1.02;
	letter-spacing: -0.025em;
}

.fxp-hero-rotate {
	display: inline-block;
	color: var(--fxp-ink);
	transition: color 260ms ease;
}

.fxp-hero-rotate.is-in {
	animation: fxpWordIn 460ms cubic-bezier(0.22, 1, 0.36, 1) backwards;
}

.fxp-hero-rotate--care { color: var(--fxp-sage); }
.fxp-hero-rotate--fresh { color: var(--fxp-blue); }
.fxp-hero-rotate--projects { color: var(--fxp-lilac); }

@keyframes fxpWordIn {
	from {
		opacity: 0;
		transform: translateY(0.38em);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.fxp-hero-title__line {
	display: block;
	overflow: hidden;
	padding-bottom: 0.04em;
}

.fxp-hero-title__line > span {
	display: block;
	animation: fxpHeroLineIn 900ms cubic-bezier(0.22, 1, 0.36, 1) calc(200ms + (var(--hero-line-index) * 120ms)) backwards;
}

.fxp-hero-divider {
	display: block;
	width: 58px;
	height: 2px;
	margin: clamp(18px, 1.6vw, 24px) 0 0;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--fxp-gold), rgba(184, 138, 71, 0.25));
	transform-origin: left center;
	animation: fxpDividerIn 820ms cubic-bezier(0.22, 1, 0.36, 1) 420ms backwards;
}

@keyframes fxpDividerIn {
	from {
		opacity: 0;
		transform: scaleX(0);
	}

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

.fxp-lede {
	max-width: 35ch;
	margin: 16px 0 0;
	color: #45433d;
	font-size: clamp(17px, 1.15vw, 20px);
	line-height: 1.5;
}

.fxp-hero .fxp-lede {
	animation: fxpHeroFadeUp 760ms cubic-bezier(0.22, 1, 0.36, 1) 450ms backwards;
}

.fxp-actions,
.fxp-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: clamp(20px, 2vw, 26px);
}

.fxp-hero-actions {
	animation: fxpHeroFadeUp 760ms cubic-bezier(0.22, 1, 0.36, 1) 600ms backwards;
}

.fxp-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 56px;
	border-radius: 8px;
	padding: 14px 26px;
	font-family: var(--fxp-sans);
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.01em;
	cursor: pointer;
	transition: transform 180ms ease, box-shadow 200ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.fxp-button svg {
	font-size: 19px;
}

.fxp-button--primary {
	border: 1px solid rgba(0, 0, 0, 0.16);
	background: linear-gradient(180deg, var(--fxp-primary), var(--fxp-primary-strong));
	color: var(--fxp-white);
	box-shadow: 0 16px 30px -16px rgba(20, 19, 15, 0.65);
}

.fxp-button--primary:hover {
	background: linear-gradient(180deg, #34322c, #201f19);
}

.fxp-button--secondary {
	border: 1px solid rgba(28, 27, 24, 0.18);
	background: rgba(255, 255, 255, 0.55);
	color: #2f2d28;
	backdrop-filter: blur(8px);
}

.fxp-button--secondary:hover {
	border-color: rgba(28, 27, 24, 0.4);
	background: rgba(255, 255, 255, 0.82);
}

.fxp-button:hover {
	transform: translateY(-2px);
}

.fxp-button:focus-visible,
.fxp-pillar:focus-visible,
.fxp-division-chip:focus-visible,
.fxp-choice:focus-visible,
.fxp-service-row:focus-visible,
a:focus-visible {
	outline: 2px solid var(--fxp-ink);
	outline-offset: 3px;
}

.fxp-trust-row,
.fxp-hero-trust {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	max-width: 540px;
	margin-top: clamp(24px, 2.4vw, 32px);
}

.fxp-trust-row span,
.fxp-hero-trust span {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	max-width: none;
	padding: 0 16px;
	border-right: 1px solid rgba(28, 27, 24, 0.16);
	background: transparent;
	color: #3c3a35;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.25;
}

.fxp-trust-row span:first-child,
.fxp-hero-trust span:first-child {
	padding-left: 0;
}

.fxp-trust-row span:last-child,
.fxp-hero-trust span:last-child {
	border-right: 0;
	padding-right: 0;
}

.fxp-hero-trust span {
	animation: fxpHeroFadeUp 680ms cubic-bezier(0.22, 1, 0.36, 1) calc(750ms + (var(--hero-badge-index) * 80ms)) backwards;
}

.fxp-trust-row svg,
.fxp-hero-trust svg {
	flex: 0 0 auto;
	width: 32px;
	height: 32px;
	font-size: 32px;
	color: var(--fxp-sage);
	stroke-width: 1.45;
}

.fxp-hero-trust span:nth-child(2) svg {
	color: var(--fxp-blue);
}

.fxp-hero-trust span:nth-child(3) svg {
	color: var(--fxp-gold);
}

/* hero hotline: a quiet one-liner in the trust row's language */
.fxp-hero-call {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	align-self: flex-start;
	margin-top: 18px;
	animation: fxpHeroFadeUp 680ms cubic-bezier(0.22, 1, 0.36, 1) 1050ms backwards;
}

.fxp-hero-call__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--fxp-sage-soft);
	color: var(--fxp-sage);
	font-size: 16px;
	transition: transform 200ms ease;
}

.fxp-hero-call:hover .fxp-hero-call__icon {
	transform: scale(1.08) rotate(-8deg);
}

.fxp-hero-call__text {
	display: inline-flex;
	align-items: baseline;
	gap: 9px;
}

.fxp-hero-call__text strong {
	color: var(--fxp-ink);
	font-size: 15px;
	font-weight: 700;
	transition: color 180ms ease;
}

.fxp-hero-call:hover .fxp-hero-call__text strong {
	color: var(--fxp-sage);
}

.fxp-hero-call__text > span {
	color: var(--fxp-muted);
	font-size: 13px;
}

.fxp-hero-call__text > span::before {
	content: "\00b7";
	margin-right: 9px;
	opacity: 0.6;
}

/* -------------------------------------------------------- Hero service cards */

.fxp-hero__visual {
	position: relative;
	align-self: stretch;
	height: auto;
	min-height: 486px;
	transform: translate3d(var(--hero-card-x), var(--hero-card-y), 0);
	transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.fxp-hero__image {
	position: absolute;
	inset: 0;
	overflow: hidden;
	/* small bottom/right radii so the docked divisions panel and meta pill stay inside the image */
	border-radius: 120px 24px 24px 24px;
	box-shadow: 0 34px 80px -42px rgba(48, 40, 28, 0.45);
	animation: fxpHeroImageIn 1300ms cubic-bezier(0.22, 1, 0.36, 1) 170ms backwards;
}

.fxp-hero__image::after {
	position: absolute;
	inset: 0;
	/* legibility scrim for the divisions panel docked at the image base */
	background: linear-gradient(180deg, rgba(28, 27, 24, 0) 52%, rgba(28, 27, 24, 0.34));
	content: "";
}

.fxp-hero__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: translate3d(var(--hero-bg-x), var(--hero-bg-y), 0);
	/* ambient zoom lives on `scale` so it composes with the parallax transform */
	scale: 1.035;
	animation: fxpHeroAmbient 18s ease-in-out 1600ms infinite alternate;
	transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

/* division chips docked at the base of the hero image */
.fxp-hero-divisions {
	position: absolute;
	left: 14px;
	right: 14px;
	bottom: 14px;
	z-index: 2;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: var(--fxp-soft-shadow);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	padding: 12px 14px 13px;
	animation: fxpHeroFadeUp 760ms cubic-bezier(0.22, 1, 0.36, 1) 820ms backwards;
}

.fxp-hero-divisions__chips {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
}

.fxp-division-chip {
	--accent: var(--fxp-sage);
	--accent-soft: var(--fxp-sage-soft);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	border: 1px solid transparent;
	border-radius: 12px;
	padding: 8px 10px;
	transition: background 240ms ease, border-color 240ms ease, transform 240ms ease, box-shadow 240ms ease;
}

.fxp-division-chip strong {
	font-family: var(--fxp-display);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	white-space: nowrap;
	color: var(--fxp-charcoal);
	transition: color 240ms ease;
}

.fxp-division-chip__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 28px;
	height: 28px;
	border-radius: 9px;
	background: var(--accent-soft);
	color: var(--accent);
	font-size: 16px;
	transition: transform 240ms ease;
}

.fxp-division-chip:hover,
.fxp-division-chip:focus-visible,
.fxp-division-chip.is-active {
	border-color: var(--accent);
	background: var(--fxp-white);
	box-shadow: 0 10px 22px -14px rgba(48, 40, 28, 0.45);
	transform: translateY(-2px);
}

.fxp-division-chip:hover strong,
.fxp-division-chip:focus-visible strong,
.fxp-division-chip.is-active strong {
	color: var(--accent);
}

.fxp-division-chip:hover .fxp-division-chip__icon,
.fxp-division-chip.is-active .fxp-division-chip__icon {
	transform: scale(1.08);
}

.fxp-division-chip--care { --accent: var(--fxp-sage); --accent-soft: var(--fxp-sage-soft); }
.fxp-division-chip--fresh { --accent: var(--fxp-blue); --accent-soft: var(--fxp-blue-soft); }
.fxp-division-chip--projects { --accent: var(--fxp-lilac); --accent-soft: var(--fxp-lilac-soft); }
.fxp-division-chip--shop { --accent: var(--fxp-gold); --accent-soft: var(--fxp-gold-soft); }

/* one-line copy for the active division; all four stay in the DOM and crossfade */
.fxp-hero-divisions__copy {
	display: grid;
	margin-top: 9px;
	padding: 0 4px;
}

.fxp-hero-divisions__copy p {
	grid-area: 1 / 1;
	margin: 0;
	overflow: hidden;
	color: #3c3a35;
	font-size: 13px;
	line-height: 1.4;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	opacity: 0;
	transform: translateY(4px);
	transition: opacity 320ms ease, transform 320ms ease;
	pointer-events: none;
}

.fxp-hero-divisions__copy p.is-active {
	opacity: 1;
	transform: translateY(0);
}

.fxp-hero-meta {
	position: absolute;
	right: 18px;
	top: 18px;
	left: auto;
	bottom: auto;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 18px;
	border: 1px solid rgba(28, 27, 24, 0.08);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.78);
	box-shadow: var(--fxp-soft-shadow);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	padding: 11px 16px;
	color: #3c3a35;
	font-size: 12.2px;
	line-height: 1.2;
	animation: fxpHeroFadeUp 760ms cubic-bezier(0.22, 1, 0.36, 1) 940ms backwards;
}

.fxp-hero-meta span {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 9px;
	white-space: nowrap;
}

.fxp-hero-meta span + span::before {
	position: absolute;
	left: -16px;
	color: rgba(28, 27, 24, 0.36);
	content: "•";
}

.fxp-hero-meta svg {
	font-size: 18px;
	color: var(--fxp-charcoal);
}

.fxp-hero-meta span + span::before {
	top: 50%;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: rgba(28, 27, 24, 0.36);
	transform: translateY(-50%);
	content: "";
}

@keyframes fxpHeroBgIn {
	from {
		opacity: 0;
		transform: translate3d(var(--hero-bg-x), var(--hero-bg-y), 0) scale(1.03);
	}

	to {
		opacity: 1;
		transform: translate3d(var(--hero-bg-x), var(--hero-bg-y), 0) scale(1);
	}
}

@keyframes fxpHeroFadeUp {
	from {
		opacity: 0;
		transform: translateY(14px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fxpHeroLineIn {
	from {
		transform: translateY(108%);
	}

	to {
		transform: translateY(0);
	}
}

@keyframes fxpHeroAmbient {
	from {
		scale: 1.035;
	}

	to {
		scale: 1.09;
	}
}

@keyframes fxpHeroImageIn {
	from {
		opacity: 0;
		transform: scale(1.025);
	}

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

/* ------------------------------------------------------------ Proof strip */

.fxp-proof-strip {
	position: relative;
	z-index: 3;
	/* no negative pull-up — the hero owns the full first viewport */
	margin-top: 0;
	/* top pad mirrors the journey's top pad so the cards sit centered in the band */
	padding-top: clamp(56px, 6vw, 96px);
	padding-bottom: 0;
	scroll-margin-top: 110px;
}

.fxp-proof-strip__grid {
	display: grid;
	grid-template-columns: 1.35fr repeat(3, minmax(0, 1fr));
	gap: 14px;
	align-items: stretch;
}

.fxp-proof-card {
	position: relative;
	display: flex;
	flex-direction: column;
	border: 1px solid var(--fxp-line-soft);
	border-radius: var(--fxp-radius);
	background: rgba(255, 255, 255, 0.9);
	box-shadow: var(--fxp-soft-shadow);
	overflow: hidden;
	padding: 24px;
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

/* .is-visible variant outranks the reveal's translateY(0), which shares specificity */
.fxp-proof-card:hover,
.fxp-proof-card.is-visible:hover {
	transform: translateY(-4px);
	box-shadow: var(--fxp-shadow);
}

.fxp-proof-card:not(.fxp-proof-card--intro):hover {
	border-color: var(--accent);
}

.fxp-proof-card:not(.fxp-proof-card--intro)::before {
	position: absolute;
	inset: 0 0 auto 0;
	height: 3px;
	background: linear-gradient(90deg, var(--accent), var(--accent-soft));
	content: "";
	pointer-events: none;
}

.fxp-proof-card__num {
	position: absolute;
	top: 16px;
	right: 20px;
	font-family: var(--fxp-display);
	font-size: 46px;
	font-weight: 700;
	line-height: 1;
	color: var(--accent);
	opacity: 0.16;
	pointer-events: none;
	transition: opacity 240ms ease, transform 240ms ease;
}

.fxp-proof-card:hover .fxp-proof-card__num {
	opacity: 0.32;
	transform: translateY(-2px);
}

.fxp-proof-card--intro {
	background:
		radial-gradient(120% 90% at 88% -12%, rgba(184, 138, 71, 0.34), transparent 56%),
		linear-gradient(160deg, #2e2c27, var(--fxp-ink) 62%);
	color: rgba(255, 255, 255, 0.78);
}

.fxp-proof-card__link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	align-self: flex-start;
	margin-top: auto;
	padding-top: 22px;
	color: var(--fxp-white);
	font-size: 14.5px;
	font-weight: 600;
}

.fxp-proof-card__link svg {
	color: var(--fxp-gold);
	font-size: 17px;
	transition: transform 180ms ease;
}

.fxp-proof-card__link:hover span {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.fxp-proof-card__link:hover svg {
	transform: translateX(3px);
}

/* toll-free hotline row anchoring the dark intro card */
.fxp-proof-card__hotline {
	display: flex;
	align-items: center;
	gap: 13px;
	margin-top: 20px;
	padding: 12px 16px;
	border: 1px solid rgba(230, 186, 122, 0.45);
	border-radius: 14px;
	background: rgba(230, 186, 122, 0.14);
	transition: background 200ms ease, border-color 200ms ease;
}

.fxp-proof-card__hotline:hover {
	background: rgba(230, 186, 122, 0.22);
	border-color: rgba(230, 186, 122, 0.75);
}

.fxp-proof-card__hotline-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #e6ba7a;
	color: #2e2c27;
	font-size: 18px;
	transition: transform 200ms ease;
}

.fxp-proof-card__hotline:hover .fxp-proof-card__hotline-icon {
	transform: scale(1.08);
}

.fxp-proof-card__hotline-text strong {
	display: block;
	color: var(--fxp-white);
	font-family: var(--fxp-display);
	font-size: 17px;
	font-weight: 600;
}

.fxp-proof-card__hotline-text > span {
	display: block;
	margin-top: 2px;
	color: #e6ba7a;
	font-size: 13px;
	font-weight: 600;
}

.fxp-proof-card.is-visible .fxp-proof-card__hotline {
	animation: fxpProofPartIn 560ms cubic-bezier(0.22, 1, 0.36, 1) 540ms backwards;
}

.fxp-proof-card__checks {
	display: grid;
	gap: 8px;
	margin: 18px 0 0;
	margin-block-start: auto;
	padding: 16px 0 0;
	border-top: 1px solid var(--fxp-line-soft);
	list-style: none;
}

.fxp-proof-card__checks li {
	position: relative;
	padding-left: 25px;
	color: var(--fxp-charcoal);
	font-size: 13.5px;
	font-weight: 500;
	line-height: 1.35;
}

.fxp-proof-card__checks li::before {
	position: absolute;
	left: 0;
	top: 1px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: var(--accent-soft);
	content: "";
}

.fxp-proof-card__checks li::after {
	position: absolute;
	left: 4.5px;
	top: 6px;
	width: 7px;
	height: 3.5px;
	border-left: 1.6px solid var(--accent);
	border-bottom: 1.6px solid var(--accent);
	transform: rotate(-45deg);
	content: "";
}

/* staggered entrance for card internals, chained off the card's reveal */
.fxp-proof-card.is-visible .fxp-proof-card__icon {
	animation: fxpProofPartIn 560ms cubic-bezier(0.22, 1, 0.36, 1) 180ms backwards;
}

.fxp-proof-card.is-visible .fxp-proof-card__num {
	animation: fxpProofPartIn 700ms cubic-bezier(0.22, 1, 0.36, 1) 300ms backwards;
}

.fxp-proof-card.is-visible .fxp-proof-card__link {
	animation: fxpProofPartIn 560ms cubic-bezier(0.22, 1, 0.36, 1) 420ms backwards;
}

.fxp-proof-card.is-visible .fxp-proof-card__checks li {
	animation: fxpCheckItemIn 480ms cubic-bezier(0.22, 1, 0.36, 1) backwards;
}

.fxp-proof-card.is-visible .fxp-proof-card__checks li:nth-child(1) { animation-delay: 420ms; }
.fxp-proof-card.is-visible .fxp-proof-card__checks li:nth-child(2) { animation-delay: 560ms; }

.fxp-proof-card.is-visible .fxp-proof-card__checks li::after {
	animation: fxpCheckMarkIn 340ms cubic-bezier(0.34, 1.4, 0.5, 1) backwards;
}

.fxp-proof-card.is-visible .fxp-proof-card__checks li:nth-child(1)::after { animation-delay: 660ms; }
.fxp-proof-card.is-visible .fxp-proof-card__checks li:nth-child(2)::after { animation-delay: 800ms; }

/* keyframes omit `to` so each part settles at its own computed style */
@keyframes fxpProofPartIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
}

@keyframes fxpCheckItemIn {
	from {
		opacity: 0;
		transform: translateX(-8px);
	}
}

@keyframes fxpCheckMarkIn {
	from {
		opacity: 0;
		transform: rotate(-45deg) scale(0.4);
	}
}

.fxp-proof-card--intro h2 {
	max-width: 12ch;
	color: var(--fxp-white);
	font-size: clamp(28px, 2.7vw, 42px);
}

.fxp-proof-card--intro .fxp-kicker {
	color: rgba(255, 255, 255, 0.62);
}

.fxp-proof-card p:not(.fxp-kicker) {
	margin: 12px 0 0;
	color: var(--fxp-muted);
	font-size: 14.5px;
	line-height: 1.55;
}

.fxp-proof-card--intro p:not(.fxp-kicker) {
	max-width: 34ch;
	color: rgba(255, 255, 255, 0.70);
}

.fxp-proof-card strong {
	display: block;
	margin-top: 18px;
	font-family: var(--fxp-display);
	font-size: 22px;
	font-weight: 600;
	line-height: 1.12;
}

.fxp-proof-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 14px;
	background: var(--accent-soft);
	color: var(--accent);
	font-size: 25px;
	transition: transform 280ms cubic-bezier(0.34, 1.3, 0.5, 1);
}

.fxp-proof-card:hover .fxp-proof-card__icon {
	transform: scale(1.08) rotate(-3deg);
}

.fxp-proof-card--care { --accent: var(--fxp-sage); --accent-soft: var(--fxp-sage-soft); }
.fxp-proof-card--fresh { --accent: var(--fxp-blue); --accent-soft: var(--fxp-blue-soft); }
.fxp-proof-card--projects { --accent: var(--fxp-lilac); --accent-soft: var(--fxp-lilac-soft); }

/* -------------------------------------------------------- Testimonials */

.fxp-testimonials {
	padding: clamp(56px, 6vw, 96px) 0;
	background: var(--fxp-paper);
	scroll-margin-top: 110px;
}

.fxp-testimonials__head {
	max-width: 640px;
	margin-bottom: 38px;
}

.fxp-testimonials__head h2 {
	margin-top: 6px;
}

.fxp-testimonials__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.fxp-testimonial {
	position: relative;
	display: flex;
	flex-direction: column;
	margin: 0;
	border: 1px solid var(--fxp-line-soft);
	border-radius: var(--fxp-radius);
	background: var(--fxp-white);
	box-shadow: var(--fxp-soft-shadow);
	overflow: hidden;
	padding: 26px;
	transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.fxp-testimonial::before {
	position: absolute;
	inset: 0 auto 0 0;
	width: 3px;
	background: linear-gradient(180deg, var(--accent), var(--accent-soft));
	content: "";
}

.fxp-testimonial:hover,
.fxp-testimonial.is-visible:hover {
	transform: translateY(-4px);
	border-color: var(--fxp-line);
	box-shadow: var(--fxp-shadow);
}

.fxp-testimonial__person {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0;
}

.fxp-testimonial__avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	flex-shrink: 0;
	border-radius: 50%;
	background: var(--accent-soft);
	color: var(--accent);
	font-family: var(--fxp-display);
	font-size: 17px;
	font-weight: 600;
}

.fxp-testimonial__id {
	display: flex;
	flex-direction: column;
	gap: 1px;
	min-width: 0;
}

.fxp-testimonial__id strong {
	font-family: var(--fxp-display);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.25;
}

.fxp-testimonial__id span {
	color: var(--fxp-stone);
	font-size: 12.5px;
}

.fxp-testimonial__stars {
	display: inline-flex;
	gap: 2px;
	margin-left: auto;
}

.fxp-testimonial__stars svg {
	font-size: 13px;
	color: var(--fxp-gold);
	fill: var(--fxp-gold);
	stroke-width: 1.4;
}

.fxp-testimonial__stars .is-off svg {
	color: var(--fxp-stone);
	fill: none;
	opacity: 0.55;
}

.fxp-testimonial blockquote {
	position: relative;
	margin: 14px 0 0;
}

/* oversized opening quote replaces inline quote marks */
.fxp-testimonial blockquote::before {
	content: "\201C";
	display: block;
	height: 20px;
	color: var(--accent);
	font-family: var(--fxp-display);
	font-size: 44px;
	line-height: 1;
}

.fxp-testimonial blockquote p {
	margin: 0;
	color: var(--fxp-charcoal);
	font-size: 15.5px;
	line-height: 1.6;
}

.fxp-testimonial__tag {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	align-self: flex-start;
	margin-block-start: auto;
	padding-top: 18px;
	color: var(--accent);
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.fxp-testimonial__tag::before {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: currentColor;
	content: "";
}

.fxp-testimonial--care { --accent: var(--fxp-sage); --accent-soft: var(--fxp-sage-soft); }
.fxp-testimonial--fresh { --accent: var(--fxp-blue); --accent-soft: var(--fxp-blue-soft); }
.fxp-testimonial--projects { --accent: var(--fxp-lilac); --accent-soft: var(--fxp-lilac-soft); }

/* ------------------------------------------------- Service paths (band) */

.fxp-service-chooser {
	position: relative;
	z-index: 2;
	background: var(--fxp-soft);
	border-top: 1px solid var(--fxp-line-soft);
	border-bottom: 1px solid var(--fxp-line-soft);
	color: var(--fxp-ink);
	padding: clamp(56px, 6vw, 84px) 0;
	scroll-margin-top: 110px;
}

.fxp-service-chooser__head {
	margin-bottom: 38px;
	max-width: 640px;
}

.fxp-service-chooser__head h2 {
	margin-top: 4px;
}

.fxp-service-chooser__head p:not(.fxp-kicker) {
	max-width: 38ch;
	margin: 18px 0 0;
	color: var(--fxp-muted);
	font-size: 17px;
	line-height: 1.6;
}

.fxp-service-chooser__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.fxp-choice {
	--choice-offset: 0px;
	--accent-soft: var(--fxp-sage-soft);
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-height: 200px;
	padding: 28px 26px;
	border: 1px solid var(--fxp-line-soft);
	border-radius: var(--fxp-radius);
	background: var(--fxp-white);
	box-shadow: var(--fxp-soft-shadow);
	overflow: hidden;
	transition:
		opacity 620ms ease,
		transform 340ms cubic-bezier(0.16, 1, 0.3, 1),
		box-shadow 340ms ease,
		border-color 340ms ease,
		background 340ms ease;
}

.fxp-choice::before {
	position: absolute;
	left: 0;
	top: 26px;
	bottom: 26px;
	width: 3px;
	border-radius: 0 3px 3px 0;
	background: var(--accent);
	content: "";
	transform-origin: center;
	transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1), width 420ms ease;
}

.fxp-choice::after {
	position: absolute;
	inset: -42% -24% auto auto;
	width: 240px;
	height: 240px;
	border-radius: 50%;
	background:
		radial-gradient(circle, var(--accent-soft), rgba(255, 255, 255, 0) 67%);
	content: "";
	opacity: 0.36;
	transform: translate3d(34px, -18px, 0) scale(0.86);
	transition:
		opacity 460ms ease,
		transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
}

.fxp-choice:hover {
	transform: translateY(-10px) rotate(-0.45deg);
	border-color: var(--fxp-line);
	box-shadow: var(--fxp-shadow);
}

.fxp-choice:hover::before {
	width: 5px;
	transform: scaleY(1.16);
}

.fxp-choice:hover::after {
	opacity: 0.72;
	transform: translate3d(-10px, 10px, 0) scale(1.08);
}

.fxp-choice > * {
	position: relative;
	z-index: 1;
}

.fxp-choice__num {
	font-family: var(--fxp-display);
	font-size: 15px;
	font-weight: 600;
	color: var(--accent);
	letter-spacing: 0.04em;
	transition: transform 340ms ease, color 340ms ease;
}

.fxp-choice strong {
	font-family: var(--fxp-display);
	font-size: clamp(23px, 2vw, 30px);
	font-weight: 600;
	line-height: 1.12;
	letter-spacing: 0;
	transition: transform 340ms ease;
}

.fxp-choice p {
	margin: 0;
	color: var(--fxp-muted);
	font-size: 15px;
	line-height: 1.5;
}

.fxp-choice__go {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	padding-top: 4px;
	color: var(--accent);
	font-size: 14px;
	font-weight: 600;
	transition: transform 340ms ease;
}

.fxp-choice__go svg {
	font-size: 16px;
	transition: transform 340ms cubic-bezier(0.16, 1, 0.3, 1);
}

.fxp-choice:hover .fxp-choice__num {
	transform: translateX(6px);
}

.fxp-choice:hover strong,
.fxp-choice:hover .fxp-choice__go {
	transform: translateX(4px);
}

.fxp-choice:hover .fxp-choice__go svg {
	transform: translateX(8px);
}

.fxp-choice--care {
	--accent: var(--fxp-sage);
	--accent-soft: var(--fxp-sage-soft);
}

.fxp-choice--fresh {
	--accent: var(--fxp-blue);
	--accent-soft: var(--fxp-blue-soft);
}

.fxp-choice--projects {
	--accent: var(--fxp-lilac);
	--accent-soft: var(--fxp-lilac-soft);
}

.fxp-service-chooser__grid .fxp-choice:nth-child(1) {
	--choice-offset: -22px;
}

.fxp-service-chooser__grid .fxp-choice:nth-child(2) {
	--choice-offset: 0px;
}

.fxp-service-chooser__grid .fxp-choice:nth-child(3) {
	--choice-offset: 22px;
}

/* ------------------------------------------------------------- Process */

.fxp-process-band {
	position: relative;
	overflow: hidden;
	padding: clamp(64px, 7vw, 112px) 0;
	background:
		linear-gradient(120deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0) 42%),
		linear-gradient(180deg, var(--fxp-paper), var(--fxp-soft));
	scroll-margin-top: 110px;
}

.fxp-process-band__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.48fr) minmax(0, 1fr);
	gap: clamp(36px, 6vw, 96px);
	align-items: center;
}

.fxp-process-band__copy h2 {
	max-width: 13ch;
}

.fxp-process-band__copy p:not(.fxp-kicker) {
	max-width: 36ch;
	margin: 18px 0 0;
	color: var(--fxp-muted);
	font-size: 17px;
	line-height: 1.6;
}

.fxp-process-band__media {
	margin-top: clamp(28px, 3vw, 40px);
}

.fxp-process-band__media img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	/* portrait source: favour the van and glowing path over the wall above */
	object-position: center 62%;
	border-radius: 24px 24px 24px 96px;
	box-shadow: var(--fxp-soft-shadow);
}

.fxp-process-flow {
	position: relative;
	padding: 6px 0;
}

.fxp-process-flow__line {
	position: absolute;
	left: 27px;
	top: 14px;
	bottom: 14px;
	width: 2px;
	border-radius: 2px;
	background: var(--fxp-line);
	overflow: hidden;
}

.fxp-process-flow__line i {
	position: absolute;
	inset: 0 0 auto 0;
	height: 0;
	border-radius: 2px;
	background: linear-gradient(180deg, var(--fxp-sage), var(--fxp-blue) 38%, var(--fxp-gold) 70%, var(--fxp-lilac));
	transition: height 1600ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fxp-process-flow.is-filled .fxp-process-flow__line i {
	height: 100%;
}

.fxp-process-flow__steps {
	position: relative;
	display: grid;
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fxp-process-step {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
}

.fxp-process-step__node {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 1px solid var(--fxp-line);
	background: var(--fxp-white);
	box-shadow: var(--fxp-soft-shadow);
	color: var(--fxp-gold);
	font-family: var(--fxp-display);
	font-size: 15px;
	font-weight: 600;
}

.fxp-process-step__body {
	border: 1px solid var(--fxp-line-soft);
	border-radius: var(--fxp-radius);
	background: var(--fxp-white);
	box-shadow: var(--fxp-soft-shadow);
	padding: 20px 22px;
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.fxp-process-step:hover .fxp-process-step__body {
	transform: translateY(-3px);
	border-color: var(--fxp-line);
	box-shadow: var(--fxp-shadow);
}

.fxp-process-step__state {
	display: inline-flex;
	border-radius: 999px;
	background: rgba(246, 242, 234, 0.86);
	color: var(--fxp-stone);
	padding: 7px 11px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1;
	text-transform: uppercase;
}

.fxp-process-step strong {
	display: block;
	margin-top: 12px;
	font-family: var(--fxp-display);
	font-size: clamp(20px, 1.5vw, 24px);
	font-weight: 600;
	line-height: 1.12;
}

.fxp-process-step p {
	margin: 8px 0 0;
	color: var(--fxp-muted);
	font-size: 14.5px;
	line-height: 1.5;
}

.fxp-process-step__routes {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 14px;
}

/* steps pop in as the gradient line reaches them */
.fxp-process-flow.is-filled .fxp-process-step {
	animation: fxpProofPartIn 560ms cubic-bezier(0.22, 1, 0.36, 1) backwards;
}

.fxp-process-flow.is-filled .fxp-process-step:nth-child(1) { animation-delay: 120ms; }
.fxp-process-flow.is-filled .fxp-process-step:nth-child(2) { animation-delay: 620ms; }
.fxp-process-flow.is-filled .fxp-process-step:nth-child(3) { animation-delay: 1120ms; }

.fxp-route-chip {
	--chip: var(--fxp-sage);
	--chip-soft: var(--fxp-sage-soft);
	border-radius: 999px;
	background: var(--chip-soft);
	color: var(--chip);
	padding: 7px 10px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

.fxp-route-chip--care {
	--chip: var(--fxp-sage);
	--chip-soft: var(--fxp-sage-soft);
}

.fxp-route-chip--fresh {
	--chip: var(--fxp-blue);
	--chip-soft: var(--fxp-blue-soft);
}

.fxp-route-chip--projects {
	--chip: var(--fxp-lilac);
	--chip-soft: var(--fxp-lilac-soft);
}

.fxp-route-chip--shop {
	--chip: var(--fxp-gold);
	--chip-soft: var(--fxp-gold-soft);
}

/* ------------------------------------------------- Journey (Fixperts way) */

.fxp-kicker--center {
	justify-content: center;
}

.fxp-journey {
	padding: clamp(56px, 6vw, 96px) 0;
	background: var(--fxp-paper);
	scroll-margin-top: 110px;
}

.fxp-journey__panel {
	border: 1px solid var(--fxp-line-soft);
	border-radius: 28px;
	background: var(--fxp-white);
	box-shadow: var(--fxp-card-shadow);
	padding: clamp(44px, 5vw, 76px) clamp(24px, 4vw, 64px) clamp(40px, 4.5vw, 68px);
}

.fxp-journey__head {
	max-width: 660px;
	margin: 0 auto clamp(44px, 5vw, 64px);
	text-align: center;
}

.fxp-journey__head h2 {
	margin-top: 6px;
}

.fxp-journey__lede {
	max-width: 52ch;
	margin: 18px auto 0;
	color: var(--fxp-muted);
	font-size: clamp(16px, 1.1vw, 19px);
	line-height: 1.6;
}

.fxp-journey__track {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fxp-journey__line {
	position: absolute;
	top: 36px;
	left: 12.5%;
	right: 12.5%;
	height: 2px;
	border-radius: 2px;
	background: var(--fxp-line);
	overflow: hidden;
}

.fxp-journey__line i {
	position: absolute;
	inset: 0 auto 0 0;
	width: 0;
	border-radius: 2px;
	background: linear-gradient(90deg, var(--fxp-sage), var(--fxp-blue) 38%, var(--fxp-gold) 70%, var(--fxp-lilac));
	transition: width 2000ms cubic-bezier(.22, .61, .36, 1);
}

.fxp-journey__track.is-filled .fxp-journey__line i {
	width: 100%;
}

/* one-time node pop as the gradient line reaches each step (visible on touch) */
.fxp-journey__track.is-filled .fxp-step .fxp-step__node {
	animation: fxpStepPop 560ms cubic-bezier(0.34, 1.3, 0.5, 1) backwards;
}

/* the track's first child is the line element, so steps start at nth-child(2) */
.fxp-journey__track.is-filled .fxp-step:nth-child(2) .fxp-step__node { animation-delay: 250ms; }
.fxp-journey__track.is-filled .fxp-step:nth-child(3) .fxp-step__node { animation-delay: 750ms; }
.fxp-journey__track.is-filled .fxp-step:nth-child(4) .fxp-step__node { animation-delay: 1250ms; }
.fxp-journey__track.is-filled .fxp-step:nth-child(5) .fxp-step__node { animation-delay: 1750ms; }

@keyframes fxpStepPop {
	0% {
		scale: 1;
	}

	45% {
		scale: 1.12;
		border-color: var(--accent);
	}

	100% {
		scale: 1;
	}
}

.fxp-step {
	position: relative;
	padding: 0 14px;
	text-align: center;
}

.fxp-step__node {
	position: relative;
	display: grid;
	place-items: center;
	width: 74px;
	height: 74px;
	margin: 0 auto 22px;
	border-radius: 50%;
	border: 1px solid var(--fxp-line);
	background: var(--fxp-soft);
	color: var(--fxp-ink);
	box-shadow: var(--fxp-soft-shadow);
	transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.fxp-step:hover .fxp-step__node {
	transform: translateY(-5px);
	border-color: var(--accent);
	background: var(--fxp-white);
}

.fxp-step__node svg {
	width: 26px;
	height: 26px;
	stroke-width: 1.5;
	color: var(--accent);
}

.fxp-step__num {
	position: absolute;
	top: -5px;
	right: -5px;
	display: grid;
	place-items: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid var(--fxp-line);
	background: var(--fxp-white);
	color: var(--fxp-ink);
	font-family: var(--fxp-display);
	font-size: 12px;
	font-weight: 600;
}

.fxp-step__ac {
	display: inline-block;
	width: 26px;
	height: 2px;
	margin-bottom: 16px;
	border-radius: 2px;
	background: var(--accent);
}

.fxp-step__title {
	margin-bottom: 8px;
	font-family: var(--fxp-display);
	font-size: clamp(20px, 1.6vw, 24px);
	font-weight: 600;
	letter-spacing: 0;
}

.fxp-step p {
	max-width: 22ch;
	margin: 0 auto;
	color: var(--fxp-muted);
	font-size: 14px;
	line-height: 1.5;
}

.fxp-step--care { --accent: var(--fxp-sage); }
.fxp-step--fresh { --accent: var(--fxp-blue); }
.fxp-step--projects { --accent: var(--fxp-lilac); }
.fxp-step--shop { --accent: var(--fxp-gold); }

/* --------------------------------------------------------------- Sections */

.fxp-section {
	padding: clamp(72px, 8vw, 116px) 0;
	scroll-margin-top: 110px;
}

.fxp-section__header {
	margin-bottom: 44px;
}

.fxp-section__header h2 {
	max-width: 18ch;
}

.fxp-section__header p.fxp-section__lede {
	margin: 18px 0 0;
	color: var(--fxp-muted);
	font-size: 17px;
	line-height: 1.6;
	max-width: 52ch;
}

/* ------------------------------------------------- Priority service ledger */

.fxp-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.fxp-service-ledger {
	border: 1px solid var(--fxp-line-soft);
	border-radius: var(--fxp-radius);
	background: var(--fxp-white);
	box-shadow: var(--fxp-soft-shadow);
	overflow: hidden;
}

.fxp-service-row {
	--accent: var(--fxp-sage);
	--accent-soft: var(--fxp-sage-soft);
	position: relative;
	display: grid;
	grid-template-columns: 150px minmax(0, 0.62fr) minmax(0, 1fr) auto;
	align-items: center;
	gap: clamp(18px, 2.4vw, 34px);
	padding: 21px clamp(20px, 2.6vw, 32px);
	color: inherit;
	text-decoration: none;
	transition: background-color 220ms ease;
}

.fxp-service-row + .fxp-service-row {
	border-top: 1px solid var(--fxp-line-soft);
}

/* accent edge slides in on hover */
.fxp-service-row::before {
	position: absolute;
	inset: 0 auto 0 0;
	width: 3px;
	background: var(--accent);
	transform: scaleY(0);
	transition: transform 220ms ease;
	content: "";
}

.fxp-service-row:hover {
	background: var(--accent-soft);
}

.fxp-service-row:hover::before {
	transform: scaleY(1);
}

.fxp-service-row__pillar {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--accent);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.fxp-service-row__pillar i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: currentColor;
}

.fxp-service-row__title {
	font-family: var(--fxp-display);
	font-size: clamp(19px, 1.5vw, 23px);
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: 0;
}

.fxp-service-row__copy {
	margin: 0;
	color: var(--fxp-muted);
	font-size: 14.5px;
	line-height: 1.5;
}

.fxp-service-row__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid var(--fxp-line);
	background: rgba(255, 255, 255, 0.6);
	color: var(--accent);
	font-size: 17px;
	transition: background 200ms ease, color 200ms ease, transform 200ms ease;
}

.fxp-service-row:hover .fxp-service-row__arrow {
	background: var(--accent);
	color: var(--fxp-white);
	transform: translateX(3px);
}

/* rows cascade in once the ledger reveals */
.fxp-service-ledger.is-visible .fxp-service-row {
	animation: fxpProofPartIn 480ms cubic-bezier(0.22, 0.9, 0.3, 1) backwards;
}

.fxp-service-ledger.is-visible .fxp-service-row:nth-child(1) { animation-delay: 80ms; }
.fxp-service-ledger.is-visible .fxp-service-row:nth-child(2) { animation-delay: 150ms; }
.fxp-service-ledger.is-visible .fxp-service-row:nth-child(3) { animation-delay: 220ms; }
.fxp-service-ledger.is-visible .fxp-service-row:nth-child(4) { animation-delay: 290ms; }
.fxp-service-ledger.is-visible .fxp-service-row:nth-child(5) { animation-delay: 360ms; }
.fxp-service-ledger.is-visible .fxp-service-row:nth-child(6) { animation-delay: 430ms; }

.fxp-service-row--maintain { --accent: var(--fxp-sage); --accent-soft: var(--fxp-sage-soft); }
.fxp-service-row--refresh { --accent: var(--fxp-blue); --accent-soft: var(--fxp-blue-soft); }
.fxp-service-row--renovate { --accent: var(--fxp-lilac); --accent-soft: var(--fxp-lilac-soft); }
.fxp-service-row--shop { --accent: var(--fxp-gold); --accent-soft: var(--fxp-gold-soft); }

/* ------------------------------------------------------- Confidence band */

.fxp-confidence-band {
	padding: clamp(66px, 7vw, 104px) 0;
	background:
		radial-gradient(circle at 78% 44%, rgba(255, 255, 255, 0.92), transparent 32%),
		linear-gradient(115deg, #f7f4ed 0%, var(--fxp-soft) 55%, #f8f6f0 100%);
	border-top: 1px solid var(--fxp-line-soft);
	border-bottom: 1px solid var(--fxp-line-soft);
	scroll-margin-top: 110px;
}

.fxp-confidence-band__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.72fr) minmax(520px, 1.15fr);
	gap: clamp(32px, 5vw, 76px);
	align-items: center;
}

.fxp-confidence-band__copy h2 {
	max-width: 14ch;
}

.fxp-confidence-band__copy p:not(.fxp-kicker) {
	max-width: 48ch;
	margin: 20px 0 0;
	color: var(--fxp-muted);
	font-size: 17px;
	line-height: 1.6;
}

.fxp-confidence-team {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	margin-top: 34px;
	padding: 15px 18px;
	border: 1px solid rgba(95, 129, 86, 0.2);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.76);
	box-shadow: 0 16px 34px -28px rgba(48, 40, 28, 0.52);
}

.fxp-confidence-team__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: var(--fxp-sage-soft);
	color: var(--fxp-sage);
}

.fxp-confidence-team__icon svg {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}

.fxp-confidence-team > span:last-child {
	display: grid;
	gap: 3px;
}

.fxp-confidence-team strong {
	color: var(--fxp-sage);
	font-size: 14px;
}

.fxp-confidence-team small {
	color: var(--fxp-muted);
	font-size: 13px;
}

.fxp-confidence-stats {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	padding: 10px;
}

.fxp-confidence-stat {
	--stat-accent: var(--fxp-sage);
	--stat-soft: var(--fxp-sage-soft);
	position: relative;
	min-height: 258px;
	padding: clamp(22px, 2.4vw, 30px);
	border: 1px solid color-mix(in srgb, var(--stat-accent) 38%, var(--fxp-line-soft));
	border-radius: 30px 30px 30px 12px;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(249, 247, 242, 0.96));
	box-shadow:
		inset 0 0 0 4px color-mix(in srgb, var(--stat-accent) 60%, white),
		8px 9px 0 color-mix(in srgb, var(--stat-accent) 72%, #5c584f),
		0 25px 42px -25px rgba(40, 35, 28, 0.48);
}

.fxp-confidence-stat::after {
	content: "";
	position: absolute;
	right: 24px;
	bottom: 67px;
	left: 24px;
	height: 1px;
	background: color-mix(in srgb, var(--stat-accent) 22%, transparent);
}

.fxp-confidence-stat > * {
	position: relative;
	z-index: 1;
}

.fxp-confidence-stat strong {
	display: block;
	margin-top: 19px;
	color: var(--stat-accent);
	font-size: clamp(42px, 4.2vw, 62px);
	line-height: 0.95;
	letter-spacing: -0.045em;
}

.fxp-confidence-stat__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border: 1px solid color-mix(in srgb, var(--stat-accent) 55%, transparent);
	border-radius: 50%;
	background: var(--stat-accent);
	box-shadow: 0 9px 18px color-mix(in srgb, var(--stat-accent) 28%, transparent);
	color: #fff;
}

.fxp-confidence-stat__icon svg {
	width: 27px;
	height: 27px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}

.fxp-confidence-stat__label {
	display: block;
	max-width: 14ch;
	margin-top: 7px;
	color: var(--fxp-ink);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.18;
}

.fxp-confidence-stat p {
	max-width: 18ch;
	margin: 27px 0 0;
	color: var(--fxp-muted);
	font-size: 13px;
	line-height: 1.35;
}

.fxp-confidence-stat--divisions {
	--stat-accent: var(--fxp-blue);
	--stat-soft: var(--fxp-blue-soft);
}

.fxp-confidence-stat--shops {
	--stat-accent: var(--fxp-gold);
	--stat-soft: var(--fxp-gold-soft);
}

.fxp-confidence-stat--help {
	--stat-accent: var(--fxp-lilac);
	--stat-soft: var(--fxp-lilac-soft);
}

.fxp-confidence-stat--divisions,
.fxp-confidence-stat--help {
	border-radius: 30px 30px 12px 30px;
}

.fxp-confidence-stat--shops,
.fxp-confidence-stat--help {
	box-shadow:
		inset 0 0 0 4px color-mix(in srgb, var(--stat-accent) 60%, white),
		8px 9px 0 color-mix(in srgb, var(--stat-accent) 72%, #5c584f),
		0 25px 42px -25px rgba(40, 35, 28, 0.48);
}

.fxp-confidence-stats__mark {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 112px;
	height: 112px;
	border: 1px solid rgba(110, 104, 94, 0.2);
	border-radius: 50%;
	background: linear-gradient(145deg, #fff, #ebe8e1);
	box-shadow:
		inset 0 0 0 6px rgba(255, 255, 255, 0.88),
		0 12px 0 rgba(111, 105, 94, 0.18),
		0 22px 34px rgba(49, 43, 34, 0.22);
	transform: translate(-50%, -50%);
}

.fxp-confidence-stats__mark img {
	width: 58px;
	height: 58px;
	object-fit: contain;
}

/* confidence band choreography: the grid itself is only the trigger; cards
   stamp down one by one, icons pop, hairlines draw, the centre mark drops last */
.fxp-confidence-stats.fxp-reveal {
	opacity: 1;
	transform: none;
	transition: none;
}

.fxp-confidence-stats .fxp-confidence-stat,
.fxp-confidence-stats .fxp-confidence-stats__mark {
	opacity: 0;
}

.fxp-confidence-stats.is-visible .fxp-confidence-stat {
	animation: fxpStatStamp 620ms cubic-bezier(0.2, 0.9, 0.3, 1.1) both;
}

.fxp-confidence-stats.is-visible .fxp-confidence-stat:nth-child(1) { animation-delay: 60ms; }
.fxp-confidence-stats.is-visible .fxp-confidence-stat:nth-child(2) { animation-delay: 200ms; }
.fxp-confidence-stats.is-visible .fxp-confidence-stat:nth-child(3) { animation-delay: 340ms; }
.fxp-confidence-stats.is-visible .fxp-confidence-stat:nth-child(4) { animation-delay: 480ms; }

.fxp-confidence-stats.is-visible .fxp-confidence-stat .fxp-confidence-stat__icon {
	animation: fxpStatIconPop 480ms cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.fxp-confidence-stats.is-visible .fxp-confidence-stat:nth-child(1) .fxp-confidence-stat__icon { animation-delay: 320ms; }
.fxp-confidence-stats.is-visible .fxp-confidence-stat:nth-child(2) .fxp-confidence-stat__icon { animation-delay: 460ms; }
.fxp-confidence-stats.is-visible .fxp-confidence-stat:nth-child(3) .fxp-confidence-stat__icon { animation-delay: 600ms; }
.fxp-confidence-stats.is-visible .fxp-confidence-stat:nth-child(4) .fxp-confidence-stat__icon { animation-delay: 740ms; }

.fxp-confidence-stats.is-visible .fxp-confidence-stat::after {
	transform-origin: left center;
	animation: fxpStatRuleIn 520ms ease both;
}

.fxp-confidence-stats.is-visible .fxp-confidence-stat:nth-child(1)::after { animation-delay: 520ms; }
.fxp-confidence-stats.is-visible .fxp-confidence-stat:nth-child(2)::after { animation-delay: 660ms; }
.fxp-confidence-stats.is-visible .fxp-confidence-stat:nth-child(3)::after { animation-delay: 800ms; }
.fxp-confidence-stats.is-visible .fxp-confidence-stat:nth-child(4)::after { animation-delay: 940ms; }

.fxp-confidence-stats.is-visible .fxp-confidence-stats__mark {
	animation: fxpStatMarkIn 560ms cubic-bezier(0.34, 1.56, 0.64, 1) 780ms both;
}

@keyframes fxpStatStamp {
	0% {
		opacity: 0;
		transform: translateY(-16px) scale(1.05);
	}

	62% {
		opacity: 1;
		transform: translateY(3px) scale(0.99);
	}

	100% {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes fxpStatIconPop {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes fxpStatRuleIn {
	0% {
		transform: scaleX(0);
	}

	100% {
		transform: scaleX(1);
	}
}

@keyframes fxpStatMarkIn {
	0% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(0.4) rotate(-14deg);
	}

	100% {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1) rotate(0deg);
	}
}

/* ------------------------------------------------ Inner page hero / landing */

.fxp-page-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(68px, 8vw, 104px) 0 clamp(52px, 6vw, 80px);
	border-bottom: 1px solid var(--fxp-line);
	background:
		linear-gradient(135deg, rgba(228, 236, 220, 0.7), transparent 44%),
		linear-gradient(315deg, rgba(223, 233, 239, 0.7), transparent 48%),
		var(--fxp-soft);
}

.fxp-page-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 54px;
	align-items: end;
}

.fxp-page-hero__inner {
	max-width: 820px;
}

.fxp-page-hero h1 {
	font-size: clamp(42px, 5.6vw, 76px);
}

.fxp-hero-card {
	border: 1px solid var(--fxp-line);
	border-radius: var(--fxp-radius-sm);
	background: rgba(255, 255, 255, 0.78);
	box-shadow: var(--fxp-soft-shadow);
	padding: 26px;
	backdrop-filter: blur(12px);
}

.fxp-hero-card img {
	width: 44px;
	margin-bottom: 24px;
}

.fxp-hero-card p {
	margin: 0;
	color: var(--fxp-muted);
	font-size: 17px;
}

.fxp-proof-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 24px;
}

.fxp-proof-row span {
	border: 1px solid var(--fxp-line);
	border-radius: 999px;
	padding: 7px 12px;
	color: var(--fxp-muted);
	font-size: 12px;
	font-weight: 600;
}

.fxp-landing {
	background: linear-gradient(180deg, var(--fxp-paper), var(--fxp-white));
}

.fxp-landing__grid {
	display: grid;
	grid-template-columns: 320px minmax(0, 760px);
	gap: 64px;
	align-items: start;
}

.fxp-landing__aside {
	position: sticky;
	top: 110px;
	display: grid;
	gap: 14px;
}

.fxp-action-panel {
	border: 1px solid var(--fxp-line-soft);
	border-radius: var(--fxp-radius-sm);
	background: var(--fxp-ink);
	color: var(--fxp-white);
	padding: 28px;
	box-shadow: var(--fxp-soft-shadow);
}

.fxp-action-panel h2 {
	color: var(--fxp-white);
	font-size: 24px;
}

.fxp-action-panel p {
	color: rgba(255, 255, 255, 0.74);
}

.fxp-action-panel .fxp-button {
	background: var(--fxp-white);
	color: var(--fxp-ink);
	border-color: transparent;
}

.fxp-page-links {
	display: grid;
	overflow: hidden;
	border: 1px solid var(--fxp-line);
	border-radius: var(--fxp-radius-sm);
	background: rgba(255, 255, 255, 0.8);
}

.fxp-page-links a {
	padding: 15px 18px;
	border-bottom: 1px solid var(--fxp-line);
	color: var(--fxp-muted);
	font-weight: 600;
}

.fxp-page-links a:last-child {
	border-bottom: 0;
}

.fxp-page-links a:hover {
	background: var(--fxp-paper-2);
	color: var(--fxp-ink);
}

/* ------------------------------------------------------- SEO / entry content */

/* --------------------------------------------------------- Service map */

.fxp-service-map {
	padding: clamp(76px, 8vw, 124px) 0;
	background:
		linear-gradient(180deg, var(--fxp-white), var(--fxp-soft));
	border-top: 1px solid var(--fxp-line-soft);
	scroll-margin-top: 110px;
}

.fxp-service-map__intro {
	display: block;
	max-width: 760px;
	margin-bottom: 38px;
}

.fxp-service-map__intro h2 {
	max-width: 17ch;
}

.fxp-service-map__intro p:not(.fxp-kicker) {
	max-width: 52ch;
	margin: 20px 0 0;
	color: var(--fxp-muted);
	font-size: 17px;
	line-height: 1.6;
}

.fxp-map-pillars {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: clamp(58px, 7vw, 96px);
}

.fxp-map-pillar {
	--accent: var(--fxp-sage);
	--accent-soft: var(--fxp-sage-soft);
	position: relative;
	isolation: isolate;
	display: flex;
	flex-direction: column;
	min-height: 520px;
	overflow: hidden;
	border: 1px solid var(--fxp-line-soft);
	border-radius: var(--fxp-radius);
	background:
		linear-gradient(180deg, color-mix(in srgb, var(--accent-soft) 16%, var(--fxp-white)) 0 126px, rgba(255, 255, 255, 0.96) 310px),
		var(--fxp-white);
	box-shadow: 0 22px 52px -36px rgba(25, 24, 20, 0.42);
	transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.fxp-map-pillar:hover,
.fxp-scenario:hover,
.fxp-link-cluster:hover {
	transform: translateY(-8px);
	border-color: var(--fxp-line);
	box-shadow: var(--fxp-shadow);
}

.fxp-map-pillar__media {
	position: relative;
	height: clamp(208px, 15vw, 252px);
	margin: 10px 10px 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.66);
	border-radius: calc(var(--fxp-radius) - 8px);
	background: var(--accent-soft);
	box-shadow:
		0 18px 32px -24px rgba(20, 19, 15, 0.68),
		inset 0 0 0 1px rgba(20, 19, 15, 0.04);
	transition: transform 260ms ease, box-shadow 260ms ease;
}

.fxp-map-pillar__media::before {
	position: absolute;
	z-index: 1;
	inset: 0;
	border-radius: inherit;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
	pointer-events: none;
	content: "";
}

.fxp-map-pillar__media::after {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(17, 16, 14, 0.02) 42%, rgba(17, 16, 14, 0.28) 100%),
		linear-gradient(90deg, color-mix(in srgb, var(--accent) 14%, transparent), transparent 42%);
	pointer-events: none;
	content: "";
}

.fxp-map-pillar__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: scale(1.015);
	transition: transform 700ms cubic-bezier(0.22, 0.8, 0.3, 1), filter 260ms ease;
}

.fxp-map-pillar--care .fxp-map-pillar__media img {
	object-position: 58% center;
}

.fxp-map-pillar--fresh .fxp-map-pillar__media img {
	object-position: 52% center;
}

.fxp-map-pillar--projects .fxp-map-pillar__media img {
	object-position: 50% 58%;
}

.fxp-map-pillar:hover .fxp-map-pillar__media,
.fxp-map-pillar:focus-visible .fxp-map-pillar__media {
	transform: translateY(-2px);
	box-shadow:
		0 24px 42px -26px rgba(20, 19, 15, 0.76),
		inset 0 0 0 1px rgba(20, 19, 15, 0.04);
}

.fxp-map-pillar:hover .fxp-map-pillar__media img,
.fxp-map-pillar:focus-visible .fxp-map-pillar__media img {
	filter: saturate(1.04) contrast(1.02);
	transform: scale(1.07);
}

.fxp-map-pillar__tag {
	position: absolute;
	left: 16px;
	top: 16px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 9px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.64);
	background: rgba(255, 255, 255, 0.86);
	color: var(--accent);
	padding: 9px 14px 9px 11px;
	-webkit-backdrop-filter: blur(12px) saturate(1.15);
	backdrop-filter: blur(12px) saturate(1.15);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	box-shadow: 0 14px 26px -18px rgba(20, 19, 15, 0.58);
	transition: color 220ms ease, background 220ms ease, transform 220ms ease;
}

.fxp-map-pillar__tag::before {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: currentColor;
	box-shadow: 0 0 0 4px color-mix(in srgb, currentColor 12%, transparent);
	content: "";
}

.fxp-map-pillar:hover .fxp-map-pillar__tag,
.fxp-map-pillar:focus-visible .fxp-map-pillar__tag {
	background: rgba(255, 255, 255, 0.94);
	transform: translateY(2px);
}

.fxp-map-pillar__bar {
	width: 0;
	height: 4px;
	margin: -2px 24px 0;
	z-index: 2;
	border-radius: 999px;
	background: var(--accent);
	transition: width 900ms ease 120ms;
}

.fxp-map-pillar.is-visible .fxp-map-pillar__bar {
	width: 64px;
}

.fxp-map-pillar__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 24px;
}

.fxp-map-pillar__title {
	font-family: var(--fxp-display);
	font-size: clamp(24px, 2vw, 32px);
	font-weight: 600;
	line-height: 1.12;
}

.fxp-map-pillar p {
	margin: 14px 0 0;
	color: var(--fxp-muted);
	font-size: 14.5px;
	line-height: 1.55;
}

.fxp-map-pillar ul {
	display: grid;
	gap: 9px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.fxp-map-pillar li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: var(--fxp-muted);
	font-size: 13.5px;
	line-height: 1.4;
}

.fxp-map-pillar li::before {
	flex: 0 0 auto;
	width: 6px;
	height: 6px;
	margin-top: 7px;
	border-radius: 50%;
	background: var(--accent);
	content: "";
}

.fxp-map-pillar strong {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	padding-top: 22px;
	color: var(--accent);
	font-size: 14px;
	font-weight: 700;
}

.fxp-map-pillar strong svg,
.fxp-link-cluster a svg {
	transition: transform 180ms ease;
}

.fxp-map-pillar:hover strong svg,
.fxp-link-cluster a:hover svg {
	transform: translateX(3px);
}

.fxp-map-pillar--care { --accent: var(--fxp-sage); --accent-soft: var(--fxp-sage-soft); }
.fxp-map-pillar--fresh { --accent: var(--fxp-blue); --accent-soft: var(--fxp-blue-soft); }
.fxp-map-pillar--projects { --accent: var(--fxp-lilac); --accent-soft: var(--fxp-lilac-soft); }
.fxp-map-pillar--shop { --accent: var(--fxp-gold); --accent-soft: var(--fxp-gold-soft); }

.fxp-scenario-section {
	margin-bottom: clamp(58px, 7vw, 96px);
}

/* standalone home placement, directly after the hero */
.fxp-scenario-home {
	padding: clamp(64px, 7.5vw, 104px) 0;
	background: linear-gradient(180deg, var(--fxp-white), var(--fxp-soft));
	border-bottom: 1px solid var(--fxp-line-soft);
}

.fxp-scenario-home .fxp-scenario-section {
	margin-bottom: 0;
}

.fxp-scenario-map__intro h2 {
	max-width: 14ch;
}

/* Scenario map: intro column left, annotated plan canvas right */

.fxp-scenario-map {
	display: grid;
	grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
	gap: clamp(32px, 4vw, 64px);
	align-items: center;
}

.fxp-scenario-map__sub {
	max-width: 34ch;
	margin: 16px 0 0;
	color: var(--fxp-muted);
	font-size: 16.5px;
	line-height: 1.6;
}

.fxp-scenario-legend {
	display: grid;
	gap: 16px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.fxp-scenario-legend li {
	list-style: none;
}

.fxp-scenario-legend__item {
	--accent: var(--fxp-sage);
	--accent-soft: var(--fxp-sage-soft);
	display: flex;
	align-items: center;
	gap: 13px;
	color: inherit;
	text-decoration: none;
	transition: transform 200ms ease;
}

.fxp-scenario-legend__item:hover {
	transform: translateX(4px);
}

.fxp-scenario-legend__item--fresh { --accent: var(--fxp-blue); --accent-soft: var(--fxp-blue-soft); }
.fxp-scenario-legend__item--projects { --accent: var(--fxp-lilac); --accent-soft: var(--fxp-lilac-soft); }
.fxp-scenario-legend__item--shop { --accent: var(--fxp-gold); --accent-soft: var(--fxp-gold-soft); }

.fxp-scenario-legend__icon {
	display: inline-grid;
	place-items: center;
	width: 38px;
	height: 38px;
	flex-shrink: 0;
	border-radius: 50%;
	background: var(--accent-soft);
	color: var(--accent);
	transition: background 200ms ease, color 200ms ease;
}

.fxp-scenario-legend__item:hover .fxp-scenario-legend__icon {
	background: var(--accent);
	color: var(--fxp-white);
}

.fxp-scenario-legend__icon svg {
	width: 17px;
	height: 17px;
	stroke-width: 1.6;
}

.fxp-scenario-legend__text {
	display: flex;
	flex-direction: column;
	gap: 1px;
}

.fxp-scenario-legend__text strong {
	color: var(--accent);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.fxp-scenario-legend__text span {
	color: var(--fxp-muted);
	font-size: 13.5px;
}

.fxp-scenario-map__intro .fxp-button {
	margin-top: 30px;
}

.fxp-scenario-map__trust {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 18px 0 0;
	color: var(--fxp-stone);
	font-size: 13.5px;
}

.fxp-scenario-map__trust svg {
	font-size: 15px;
	color: var(--fxp-sage);
}

.fxp-scenario-map__canvas {
	position: relative;
}

.fxp-scenario-map__board {
	position: relative;
	width: 76%;
	margin: 0 auto;
}

.fxp-plan-lines {
	position: absolute;
	inset: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.fxp-plan-lines__l {
	stroke: var(--fxp-sage);
	stroke-width: 1.5;
	vector-effect: non-scaling-stroke;
}

.fxp-plan-lines__l--fresh { stroke: var(--fxp-blue); }
.fxp-plan-lines__l--projects { stroke: var(--fxp-lilac); }
.fxp-plan-lines__l--shop { stroke: var(--fxp-gold); }
.fxp-plan-lines__l--guide { stroke: #686660; }
.fxp-plan-lines__l--dashed { stroke-dasharray: 4 5; }

.fxp-home-plan {
	display: block;
	width: 100%;
	height: auto;
}

.fxp-plan-dot {
	--accent: var(--fxp-sage);
	position: absolute;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid var(--accent);
	background: var(--fxp-white);
	color: var(--accent);
	font-size: 12px;
	font-weight: 800;
	box-shadow: var(--fxp-soft-shadow);
	transform: translate(-50%, -50%);
	transition: transform 220ms ease, box-shadow 220ms ease;
}

.fxp-plan-dot i {
	font-style: normal;
}

/* soft radar pulse */
.fxp-plan-dot::after {
	position: absolute;
	inset: -7px;
	border-radius: 50%;
	border: 2px solid var(--accent);
	opacity: 0;
	animation: fxpDotPulse 3.2s ease-out infinite;
	content: "";
}

.fxp-plan-dot[data-dot="2"]::after { animation-delay: 500ms; }
.fxp-plan-dot[data-dot="3"]::after { animation-delay: 1000ms; }
.fxp-plan-dot[data-dot="4"]::after { animation-delay: 1500ms; }
.fxp-plan-dot[data-dot="5"]::after { animation-delay: 2000ms; }
.fxp-plan-dot[data-dot="6"]::after { animation-delay: 2500ms; }

@keyframes fxpDotPulse {
	0% { transform: scale(0.55); opacity: 0.65; }
	70% { transform: scale(1.3); opacity: 0; }
	100% { transform: scale(1.3); opacity: 0; }
}

.fxp-plan-dot.is-hot {
	transform: translate(-50%, -50%) scale(1.25);
	box-shadow: var(--fxp-shadow);
}

.fxp-scenario-map__cards {
	display: contents;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fxp-scenario-map__cards li {
	position: absolute;
	z-index: 2;
	width: 24%;
	min-width: 196px;
	list-style: none;
}

/* floating callout positions; leader lines in .fxp-plan-lines match these */
.fxp-scenario-map__cards li:nth-child(1) { left: 0; top: 0; }
.fxp-scenario-map__cards li:nth-child(2) { right: 0; top: 12%; }
.fxp-scenario-map__cards li:nth-child(3) { left: 0; top: 30%; }
.fxp-scenario-map__cards li:nth-child(4) { right: 0; top: 42%; }
.fxp-scenario-map__cards li:nth-child(5) { left: 0; top: 66%; }
.fxp-scenario-map__cards li:nth-child(6) { right: 0; top: 73%; }

/* cards cascade in once the map reveals */
.fxp-scenario-map.is-visible .fxp-scenario-map__cards li {
	animation: fxpProofPartIn 480ms cubic-bezier(0.22, 0.9, 0.3, 1) backwards;
}

.fxp-scenario-map.is-visible .fxp-scenario-map__cards li:nth-child(1) { animation-delay: 120ms; }
.fxp-scenario-map.is-visible .fxp-scenario-map__cards li:nth-child(2) { animation-delay: 200ms; }
.fxp-scenario-map.is-visible .fxp-scenario-map__cards li:nth-child(3) { animation-delay: 280ms; }
.fxp-scenario-map.is-visible .fxp-scenario-map__cards li:nth-child(4) { animation-delay: 360ms; }
.fxp-scenario-map.is-visible .fxp-scenario-map__cards li:nth-child(5) { animation-delay: 440ms; }
.fxp-scenario-map.is-visible .fxp-scenario-map__cards li:nth-child(6) { animation-delay: 520ms; }

.fxp-scenario {
	--accent: var(--fxp-sage);
	--accent-soft: var(--fxp-sage-soft);
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	border: 1px solid var(--fxp-line-soft);
	border-radius: 20px;
	background:
		linear-gradient(135deg, var(--accent-soft), rgba(255, 255, 255, 0) 40%),
		rgba(255, 255, 255, 0.9);
	padding: 20px 22px;
	transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.fxp-scenario::before {
	position: absolute;
	inset: 0 0 auto;
	height: 3px;
	background: var(--accent);
	content: "";
}

.fxp-scenario__top {
	display: flex;
	align-items: center;
	gap: 11px;
}

.fxp-scenario__icon {
	display: inline-grid;
	place-items: center;
	width: 34px;
	height: 34px;
	flex-shrink: 0;
	border: 1px solid var(--fxp-line-soft);
	border-radius: 11px;
	background: rgba(255, 255, 255, 0.72);
	color: var(--accent);
	transition: transform 220ms ease;
}

.fxp-scenario:hover .fxp-scenario__icon,
.fxp-scenario:focus-visible .fxp-scenario__icon {
	transform: rotate(-5deg) scale(1.06);
}

.fxp-scenario__icon svg {
	width: 17px;
	height: 17px;
	stroke-width: 1.55;
}

.fxp-scenario__tag {
	align-self: flex-start;
	margin-top: 12px;
	border-radius: 999px;
	background: var(--accent-soft);
	color: var(--accent);
	padding: 6px 11px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.13em;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

.fxp-scenario strong {
	font-family: var(--fxp-display);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
}

.fxp-scenario p {
	margin: 9px 0 0;
	color: var(--fxp-muted);
	font-size: 12.5px;
	line-height: 1.45;
}

.fxp-scenario--care { --accent: var(--fxp-sage); --accent-soft: var(--fxp-sage-soft); }
.fxp-scenario--fresh { --accent: var(--fxp-blue); --accent-soft: var(--fxp-blue-soft); }
.fxp-scenario--projects { --accent: var(--fxp-lilac); --accent-soft: var(--fxp-lilac-soft); }
.fxp-scenario--shop { --accent: var(--fxp-gold); --accent-soft: var(--fxp-gold-soft); }
.fxp-scenario--guide { --accent: #686660; --accent-soft: var(--fxp-paper-2); }
.fxp-plan-dot--care { --accent: var(--fxp-sage); }
.fxp-plan-dot--fresh { --accent: var(--fxp-blue); }
.fxp-plan-dot--projects { --accent: var(--fxp-lilac); }
.fxp-plan-dot--shop { --accent: var(--fxp-gold); }
.fxp-plan-dot--guide { --accent: #686660; }

.fxp-service-map__lower {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 0.42fr);
	gap: clamp(18px, 2.4vw, 28px);
	align-items: stretch;
}

.fxp-directory-panel {
	border: 1px solid var(--fxp-line-soft);
	border-radius: 22px;
	background:
		linear-gradient(135deg, rgba(104, 102, 96, 0.12), rgba(255, 255, 255, 0) 44%),
		rgba(255, 255, 255, 0.72);
	box-shadow: var(--fxp-soft-shadow);
	padding: clamp(22px, 2.2vw, 30px);
}

.fxp-directory-panel__head {
	display: grid;
	grid-template-columns: minmax(0, 0.72fr) minmax(260px, 0.54fr);
	column-gap: clamp(24px, 4vw, 52px);
	row-gap: 14px;
	align-items: end;
}

.fxp-directory-panel__head .fxp-kicker {
	grid-column: 1 / -1;
}

.fxp-directory-panel__head h2 {
	max-width: 13ch;
	font-size: clamp(30px, 3vw, 44px);
}

.fxp-directory-panel__head p:not(.fxp-kicker) {
	margin: 0;
	color: var(--fxp-muted);
	font-size: 16px;
	line-height: 1.58;
}

.fxp-link-clusters {
	display: grid;
	/* four clusters: a balanced 2x2 with equal-height rows */
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 24px;
	align-items: stretch;
}

.fxp-link-cluster {
	--accent: var(--fxp-sage);
	position: relative;
	overflow: hidden;
	border: 1px solid var(--fxp-line-soft);
	border-radius: var(--fxp-radius-sm);
	background: rgba(255, 255, 255, 0.86);
	padding: 18px;
	transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.fxp-link-cluster::before {
	position: absolute;
	inset: 0 0 auto;
	height: 3px;
	background: var(--accent);
	content: "";
}

.fxp-link-cluster--care { --accent: var(--fxp-sage); }
.fxp-link-cluster--fresh { --accent: var(--fxp-blue); }
.fxp-link-cluster--projects { --accent: var(--fxp-lilac); }
.fxp-link-cluster--shop { --accent: var(--fxp-gold); }

.fxp-link-cluster h3 {
	max-width: 11ch;
	font-size: clamp(21px, 1.7vw, 27px);
	line-height: 1.04;
}

.fxp-link-cluster ul {
	display: grid;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.fxp-link-cluster a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	border-top: 1px solid var(--fxp-line-soft);
	padding: 12px 0;
	color: var(--fxp-ink);
	font-size: 14.5px;
	font-weight: 600;
	line-height: 1.35;
}

.fxp-link-cluster li:last-child a {
	padding-bottom: 0;
}

.fxp-link-cluster a:hover {
	color: var(--accent);
}

.fxp-link-cluster a svg {
	flex: 0 0 auto;
	color: var(--accent);
}

.fxp-guidance-panel {
	position: relative;
	overflow: hidden;
	min-height: 100%;
	border-radius: 22px;
	background: var(--fxp-ink);
	color: rgba(255, 255, 255, 0.76);
	box-shadow: var(--fxp-card-shadow);
	padding: clamp(26px, 2.7vw, 36px);
}

.fxp-guidance-panel::before {
	position: absolute;
	inset: 0 0 auto;
	height: 4px;
	background: linear-gradient(90deg, var(--fxp-sage), var(--fxp-blue), var(--fxp-gold));
	content: "";
}

.fxp-guidance-panel > * {
	position: relative;
	z-index: 1;
}

.fxp-guidance-panel .fxp-kicker,
.fxp-guidance-panel h2 {
	color: var(--fxp-white);
}

.fxp-guidance-panel h2 {
	max-width: 10ch;
	font-size: clamp(30px, 2.6vw, 40px);
}

.fxp-guidance-panel > p:not(.fxp-kicker) {
	margin: 18px 0 0;
	color: rgba(255, 255, 255, 0.70);
	font-size: 16px;
	line-height: 1.6;
}

.fxp-guidance-panel .fxp-actions {
	margin-top: 26px;
	display: grid;
	gap: 12px;
}

.fxp-guidance-panel .fxp-button--primary {
	background: var(--fxp-white);
	color: var(--fxp-ink);
}

.fxp-guidance-panel .fxp-button--secondary {
	border-color: rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.08);
	color: var(--fxp-white);
}

.fxp-mini-faq {
	display: grid;
	grid-template-columns: minmax(0, 0.52fr) minmax(0, 1fr);
	gap: clamp(22px, 4vw, 56px);
	align-items: start;
	margin-top: clamp(24px, 4vw, 42px);
	border: 1px solid var(--fxp-line-soft);
	border-radius: 22px;
	background:
		linear-gradient(135deg, rgba(104, 102, 96, 0.12), rgba(255, 255, 255, 0) 44%),
		rgba(255, 255, 255, 0.74);
	box-shadow: var(--fxp-soft-shadow);
	padding: clamp(24px, 3vw, 36px);
}

.fxp-mini-faq__head h2 {
	max-width: 13ch;
	font-size: clamp(30px, 3vw, 44px);
}

.fxp-mini-faq__head p:not(.fxp-kicker) {
	max-width: 38ch;
	margin: 18px 0 0;
	color: var(--fxp-muted);
	font-size: 16px;
	line-height: 1.6;
}

.fxp-mini-faq__items {
	display: grid;
	gap: 10px;
}

.fxp-mini-faq details {
	border: 1px solid var(--fxp-line-soft);
	border-radius: var(--fxp-radius-sm);
	background: rgba(255, 255, 255, 0.86);
	padding: 16px 18px;
}

.fxp-mini-faq summary {
	cursor: pointer;
	color: var(--fxp-ink);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
}

.fxp-mini-faq p {
	margin: 12px 0 0;
	color: var(--fxp-muted);
	font-size: 14.5px;
	line-height: 1.6;
}

.fxp-entry-section {
	background:
		linear-gradient(180deg, var(--fxp-white), var(--fxp-soft));
	border-top: 1px solid var(--fxp-line-soft);
	scroll-margin-top: 110px;
}

.fxp-content {
	max-width: 760px;
	font-size: 17px;
}

.fxp-home-content {
	max-width: none;
}

.fxp-content > *:first-child {
	margin-top: 0;
}

.fxp-content h2 {
	margin-top: 64px;
	padding-top: 38px;
	border-top: 1px solid var(--fxp-line);
	font-size: clamp(30px, 3.1vw, 48px);
	max-width: 18ch;
}

.fxp-content > h2:first-child {
	margin-top: 46px;
	padding-top: 42px;
	border-top: 1px solid var(--fxp-line);
}

.fxp-content h3 {
	margin-top: 30px;
	font-size: 21px;
}

.fxp-content p {
	max-width: 74ch;
	color: var(--fxp-muted);
	line-height: 1.7;
}

.fxp-home-content > .fxp-lede:first-child {
	position: relative;
	max-width: 760px;
	margin: 0 0 54px;
	color: #4e4b45;
	font-size: clamp(20px, 1.6vw, 26px);
	line-height: 1.55;
}

.fxp-home-content > .fxp-lede:first-child::before {
	display: block;
	width: 42px;
	height: 2px;
	margin-bottom: 24px;
	border-radius: 2px;
	background: var(--fxp-sage);
	content: "";
}

.fxp-home-content > .fxp-lede:first-child + h2 {
	margin-top: 0;
}

.fxp-home-content > h2 + p {
	margin-top: 24px;
}

.fxp-home-content > p + p {
	margin-top: 18px;
}

.fxp-content a {
	color: var(--fxp-ink);
	border-bottom: 1px solid var(--fxp-line-strong);
	text-underline-offset: 3px;
	transition: color 160ms ease, border-color 160ms ease;
}

.fxp-content a:hover {
	color: var(--fxp-stone);
	border-bottom-color: var(--fxp-stone);
}

.fxp-content ul {
	display: grid;
	gap: 12px;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

.fxp-home-content ul {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fxp-content li {
	position: relative;
	border: 1px solid var(--fxp-line-soft);
	border-radius: var(--fxp-radius-sm);
	background: rgba(255, 255, 255, 0.72);
	padding: 16px 18px 16px 44px;
	color: var(--fxp-ink);
	box-shadow: 0 10px 22px -18px rgba(48, 40, 28, 0.4);
	transition: border-color 180ms ease, transform 180ms ease;
}

.fxp-content li:hover {
	transform: translateY(-2px);
	border-color: var(--fxp-line);
}

.fxp-content li::before {
	position: absolute;
	left: 18px;
	top: 22px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--fxp-charcoal);
	content: "";
}

.fxp-content li a {
	border-bottom: 0;
	font-weight: 500;
}

.fxp-content .fxp-button {
	margin-top: 22px;
	color: var(--fxp-white);
	border-bottom: 0;
}

.fxp-content .fxp-button--secondary {
	color: #2f2d28;
}

/* ---------------------------------------------------------------- Reveal */

.fxp-reveal {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 620ms ease, transform 620ms ease;
}

.fxp-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* media variant: settles with a soft scale instead of a plain fade-up */
.fxp-reveal.fxp-reveal--scale {
	transform: translateY(14px) scale(0.96);
	transition: opacity 680ms ease, transform 780ms cubic-bezier(0.16, 1, 0.3, 1);
}

.fxp-reveal.fxp-reveal--scale.is-visible {
	transform: translateY(0) scale(1);
}

.fxp-service-chooser__grid .fxp-choice.fxp-reveal {
	transform: translate3d(var(--choice-offset), 34px, 0) scale(0.96);
	transition:
		opacity 620ms ease,
		transform 720ms cubic-bezier(0.16, 1, 0.3, 1),
		box-shadow 340ms ease,
		border-color 340ms ease,
		background 340ms ease;
}

.fxp-service-chooser__grid .fxp-choice.fxp-reveal.is-visible {
	transform: translate3d(0, 0, 0) scale(1);
}

.fxp-service-chooser__grid .fxp-choice.fxp-reveal.is-visible:hover {
	transform: translateY(-10px) rotate(-0.45deg);
}

/* ------------------------------------------------- Sticky mobile CTA */

/* ------------------------------------------ Floating quick-contact buttons */

.fxp-float-contact {
	position: fixed;
	right: 18px;
	bottom: calc(18px + env(safe-area-inset-bottom, 0px));
	z-index: 39;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
	transition: opacity 240ms ease, transform 240ms ease, visibility 0s linear 0s;
}

/* stepped aside while the footer is in view */
.fxp-float-contact.is-hidden {
	opacity: 0;
	visibility: hidden;
	transform: translateY(12px);
	transition: opacity 240ms ease, transform 240ms ease, visibility 0s linear 240ms;
	pointer-events: none;
}

.fxp-float-contact__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 52px;
	min-width: 52px;
	padding: 0 13px;
	border-radius: 999px;
	color: var(--fxp-white);
	box-shadow: 0 12px 28px -10px rgba(20, 19, 15, 0.45);
	transition: transform 200ms ease, box-shadow 200ms ease, filter 200ms ease;
}

.fxp-float-contact__btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 34px -10px rgba(20, 19, 15, 0.5);
	filter: brightness(1.05);
}

.fxp-float-contact__btn svg {
	flex: 0 0 auto;
	font-size: 24px;
}

.fxp-float-contact__btn--whatsapp {
	background: #25d366;
}

.fxp-float-contact__btn--call {
	background: var(--fxp-ink);
}

/* label unfolds on hover / keyboard focus */
.fxp-float-contact__label {
	max-width: 0;
	overflow: hidden;
	margin-left: 0;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 700;
	transition: max-width 260ms ease, margin-left 260ms ease;
}

.fxp-float-contact__btn:hover .fxp-float-contact__label,
.fxp-float-contact__btn:focus-visible .fxp-float-contact__label {
	max-width: 130px;
	margin-left: 9px;
}

@media (max-width: 720px) {
	.fxp-float-contact {
		right: 14px;
		bottom: calc(84px + env(safe-area-inset-bottom, 0px));
	}

	.fxp-float-contact__btn {
		height: 48px;
		min-width: 48px;
		padding: 0 11px;
	}

	.fxp-float-contact__btn svg {
		font-size: 22px;
	}
}

.fxp-sticky-cta {
	position: fixed;
	left: 16px;
	right: 16px;
	bottom: calc(14px + env(safe-area-inset-bottom, 0px));
	z-index: 40;
	display: none;
}

.fxp-sticky-cta .fxp-button {
	width: 100%;
	box-shadow: 0 18px 40px -14px rgba(20, 19, 15, 0.55);
}

@media (max-width: 720px) {
	.fxp-sticky-cta.is-shown {
		display: block;
		animation: fxpStickyIn 320ms cubic-bezier(0.22, 1, 0.36, 1) backwards;
	}
}

@keyframes fxpStickyIn {
	from {
		opacity: 0;
		transform: translateY(14px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.fxp-reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.fxp-reveal.fxp-reveal--scale,
	.fxp-reveal.fxp-reveal--scale.is-visible {
		transform: none;
		transition: none;
	}

	.fxp-hero__image img {
		animation: none;
		scale: 1;
	}

	.fxp-journey__track.is-filled .fxp-step .fxp-step__node {
		animation: none;
	}

	.fxp-process-flow.is-filled .fxp-process-step {
		animation: none;
	}

	.fxp-service-ledger.is-visible .fxp-service-row {
		animation: none;
	}

	.fxp-scenario-map.is-visible .fxp-scenario-map__cards li {
		animation: none;
	}

	.fxp-confidence-stats .fxp-confidence-stat,
	.fxp-confidence-stats .fxp-confidence-stats__mark {
		opacity: 1;
	}

	.fxp-confidence-stats.is-visible .fxp-confidence-stat,
	.fxp-confidence-stats.is-visible .fxp-confidence-stat::after,
	.fxp-confidence-stats.is-visible .fxp-confidence-stat .fxp-confidence-stat__icon,
	.fxp-confidence-stats.is-visible .fxp-confidence-stats__mark {
		animation: none;
	}

	.fxp-plan-dot::after {
		animation: none;
	}

	.fxp-proof-card.is-visible .fxp-proof-card__icon,
	.fxp-proof-card.is-visible .fxp-proof-card__num,
	.fxp-proof-card.is-visible .fxp-proof-card__link,
	.fxp-proof-card.is-visible .fxp-proof-card__checks li,
	.fxp-proof-card.is-visible .fxp-proof-card__checks li::after {
		animation: none;
	}

	.fxp-sticky-cta.is-shown {
		animation: none;
	}

	.fxp-process-flow__line i,
	.fxp-hero__bg,
	.fxp-hero__eyebrow,
	.fxp-hero-title__line > span,
	.fxp-hero .fxp-lede,
	.fxp-hero-actions,
	.fxp-hero-trust span,
	.fxp-hero__image,
	.fxp-division-chip,
	.fxp-division-chip__icon,
	.fxp-hero-divisions__copy p,
	.fxp-hero-rotate,
	.fxp-hero-meta,
	.fxp-choice,
	.fxp-choice::before,
	.fxp-choice::after,
	.fxp-choice__num,
	.fxp-choice strong,
	.fxp-choice__go,
	.fxp-choice__go svg {
		transition: none;
	}

	.fxp-hero__bg,
	.fxp-hero__eyebrow,
	.fxp-hero .fxp-lede,
	.fxp-hero-actions,
	.fxp-hero-trust span,
	.fxp-hero__image,
	.fxp-hero-divisions,
	.fxp-hero-divider,
	.fxp-hero-rotate.is-in {
		opacity: 1;
		animation: none;
		transform: none;
	}

	.fxp-hero-pin,
	.fxp-hero-dock,
	.fxp-hero-dock__panel.is-active,
	.fxp-hero-map__figure img {
		animation: none;
	}

	.fxp-hero-meta {
		animation: none;
		transform: none;
	}

	.fxp-hero-title__line > span {
		animation: none;
		transform: none;
	}

	.fxp-service-chooser__grid .fxp-choice.fxp-reveal,
	.fxp-service-chooser__grid .fxp-choice.fxp-reveal.is-visible,
	.fxp-service-chooser__grid .fxp-choice.fxp-reveal.is-visible:hover {
		transform: none;
	}

	html {
		scroll-behavior: auto;
	}
}

/* --------------------------------------------------------- Content cards */

.fxp-content-card {
	margin: 0;
}

.fxp-content-card a {
	display: block;
	overflow: hidden;
	border: 1px solid var(--fxp-line-soft);
	border-radius: var(--fxp-radius-sm);
	background: var(--fxp-white);
	box-shadow: var(--fxp-soft-shadow);
	transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.fxp-content-card a:hover {
	transform: translateY(-3px);
	border-color: var(--fxp-line);
	box-shadow: var(--fxp-shadow);
}

.fxp-content-card__body {
	padding: 22px;
}

.fxp-content-card h2 {
	font-size: 24px;
}

/* ----------------------------------------------------------------- Footer */

.fxp-site-footer {
	background: var(--fxp-ink);
	color: rgba(255, 255, 255, 0.72);
	padding: clamp(48px, 5vw, 72px) 0 28px;
}

.fxp-site-footer a {
	color: var(--fxp-white);
	transition: opacity 160ms ease;
}

.fxp-site-footer a:hover {
	opacity: 0.7;
}

.fxp-site-footer__grid {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr 1.35fr;
	gap: clamp(28px, 3.5vw, 56px);
	align-items: start;
}

/* hairlines between the three zones */
.fxp-site-footer__col {
	border-left: 1px solid rgba(255, 255, 255, 0.14);
	padding-left: clamp(24px, 2.8vw, 44px);
}

.fxp-site-footer__logo {
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 0 0 22px;
}

.fxp-footer-mark {
	width: 60px;
	height: 60px;
	filter: brightness(0) invert(1);
}

.fxp-site-footer__logo-line {
	width: 1px;
	height: 42px;
	background: rgba(255, 255, 255, 0.3);
}

/* matches the header brand: Inter 500, normal case */
.fxp-site-footer__wordmark {
	font-family: var(--fxp-sans);
	font-size: 23px;
	font-weight: 500;
	letter-spacing: 0;
	color: var(--fxp-white);
}

.fxp-site-footer__tagline {
	margin: 0;
	max-width: 30ch;
	font-size: 15px;
	line-height: 1.65;
}

.fxp-site-footer__label {
	margin: 4px 0 22px;
	font-family: var(--fxp-display);
	font-size: 11.5px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.45);
}

.fxp-site-footer__links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px 32px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fxp-site-footer__links a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	font-family: var(--fxp-display);
	font-size: 15px;
	font-weight: 500;
}

.fxp-site-footer__links svg {
	width: 13px;
	height: 13px;
	opacity: 0.55;
}

.fxp-site-footer__support {
	display: flex;
	align-items: center;
	gap: clamp(16px, 1.8vw, 26px);
}

.fxp-site-footer__support-item {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.fxp-site-footer__support-item + .fxp-site-footer__support-item {
	border-left: 1px solid rgba(255, 255, 255, 0.14);
	padding-left: clamp(16px, 1.8vw, 26px);
}

.fxp-site-footer__support-icon {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
}

.fxp-site-footer__support-icon svg {
	width: 19px;
	height: 19px;
}

.fxp-site-footer__support-text {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.fxp-site-footer__support-text strong {
	font-family: var(--fxp-display);
	font-size: 15px;
	font-weight: 600;
	color: var(--fxp-white);
	white-space: nowrap;
}

.fxp-site-footer__support-text span {
	font-size: 12.5px;
	color: rgba(255, 255, 255, 0.55);
	white-space: nowrap;
}

.fxp-site-footer__bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 14px 24px;
	margin-top: clamp(36px, 4vw, 52px);
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	font-size: 13.5px;
}

.fxp-site-footer__bottom p {
	margin: 0;
}

.fxp-site-footer__bottom-right {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px 22px;
}

.fxp-site-footer__legal {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fxp-site-footer__legal li + li::before {
	content: "|";
	margin-right: 10px;
	color: rgba(255, 255, 255, 0.25);
}

.fxp-site-footer__legal a {
	font-size: 13.5px;
}

.fxp-site-footer__social {
	display: flex;
	gap: 10px;
	padding-left: 8px;
}

.fxp-site-footer__social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
}

.fxp-site-footer__social a svg {
	width: 16px;
	height: 16px;
}

@media (max-width: 1180px) {
	.fxp-site-footer__col {
		border-left: 0;
		padding-left: 0;
	}

	.fxp-site-footer__support {
		flex-direction: column;
		align-items: flex-start;
	}

	.fxp-site-footer__support-item + .fxp-site-footer__support-item {
		border-left: 0;
		padding-left: 0;
	}
}

/* ------------------------------------------------------------- Responsive */

/* Let every section share the same generous gutters on genuinely wide screens.
   Individual headings and copy blocks retain their own readable max-widths. */
@media (min-width: 1440px) {
	.fxp-container {
		width: calc(100% - clamp(64px, 5vw, 96px));
	}
}

@media (max-width: 1180px) {
	.fxp-container {
		width: min(1320px, calc(100% - 48px));
	}

	.fxp-hero__grid {
		grid-template-columns: 1fr;
		gap: 44px;
	}

	.fxp-hero__content,
	.fxp-hero__visual {
		max-width: none;
		width: 100%;
		justify-self: start;
	}

	.fxp-hero {
		height: auto;
		min-height: 0;
		max-height: none;
	}

	.fxp-hero__visual {
		min-height: 480px;
	}

	.fxp-proof-strip__grid,
	.fxp-process-band__grid,
	.fxp-confidence-band__grid,
	.fxp-mini-faq,
	.fxp-service-map__lower {
		grid-template-columns: 1fr;
	}

	.fxp-proof-strip {
		margin-top: 0;
		padding-top: 48px;
	}

	.fxp-proof-card--intro h2,
	.fxp-process-band__copy h2,
	.fxp-confidence-band__copy h2 {
		max-width: 18ch;
	}

	.fxp-process-band__media img {
		aspect-ratio: 16 / 10;
		/* portrait source: aim the wide crop at the van and glowing path */
		object-position: center 58%;
		border-radius: 20px 20px 20px 56px;
	}

	.fxp-directory-panel__head {
		grid-template-columns: 1fr;
	}

	.fxp-directory-panel__head h2 {
		max-width: 16ch;
	}

	.fxp-map-pillars,
	.fxp-link-clusters {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fxp-map-pillar__media {
		height: clamp(230px, 27vw, 300px);
	}

	/* stacked fallback: intro, then plan, then cards in a static grid */
	.fxp-scenario-map {
		display: block;
	}

	.fxp-scenario-map__intro {
		max-width: 640px;
		margin-bottom: 30px;
	}

	.fxp-plan-lines {
		display: none;
	}

	.fxp-scenario-map__board {
		width: min(100%, 460px);
		margin: 0 auto 22px;
	}

	.fxp-scenario-map__cards {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.fxp-scenario-map__cards li:nth-child(n) {
		position: static;
		width: auto;
		min-width: 0;
	}
}

/*
 * High-DPI laptops can report a much narrower CSS viewport when Windows is
 * set to 125% or 150% scaling. Keep the homepage hero in a composed desktop
 * layout while there is still enough real room, then stack it below 961px.
 */
@media (min-width: 961px) and (max-width: 1180px) {
	.fxp-hero--cutaway {
		padding: 28px 0 34px;
	}

	.fxp-hero--cutaway .fxp-hero__grid {
		grid-template-columns: minmax(330px, 0.72fr) minmax(0, 1.28fr);
		gap: clamp(16px, 2vw, 24px);
		align-items: center;
	}

	.fxp-hero--cutaway .fxp-hero__content {
		max-width: 370px;
	}

	.fxp-hero--cutaway .fxp-hero__visual--cutaway {
		min-height: 0;
	}

	.fxp-hero--cutaway .fxp-hero-title {
		font-size: clamp(52px, 5.4vw, 64px);
	}

	.fxp-hero--cutaway .fxp-lede {
		font-size: 16.5px;
	}

	.fxp-hero--cutaway .fxp-hero-trust {
		margin-top: 22px;
	}

	.fxp-hero--cutaway .fxp-hero-trust span {
		gap: 7px;
		padding: 0 9px;
		font-size: 11.5px;
	}

	.fxp-hero--cutaway .fxp-hero-trust svg {
		width: 27px;
		height: 27px;
	}

	.fxp-hero--cutaway .fxp-hero-call {
		margin-top: 14px;
	}

	.fxp-hero--cutaway .fxp-hero-dock {
		gap: 10px;
		padding: 10px;
	}

	.fxp-hero--cutaway .fxp-hero-dock__tab {
		padding: 8px 8px 12px;
		font-size: 9.5px;
	}

	.fxp-hero--cutaway .fxp-hero-dock__panel-text {
		font-size: 12px;
	}

	.fxp-hero--cutaway .fxp-hero-dock__go {
		padding: 10px 14px;
		font-size: 12px;
	}
}

@media (min-width: 1181px) and (max-height: 760px) {
	.fxp-hero-meta {
		display: none;
	}
}

@media (max-width: 920px) {
	.fxp-site-header__inner {
		min-height: 72px;
		gap: 16px;
	}

	.fxp-brand img {
		width: 30px;
		max-height: 30px;
	}

	.fxp-header-cta {
		display: none;
	}

	.fxp-nav-toggle {
		display: inline-flex;
		margin-left: auto;
	}

	.fxp-primary-nav {
		display: none;
		position: absolute;
		z-index: 2;
		left: 24px;
		right: 24px;
		top: 72px;
		margin-left: 0;
		padding: 10px;
		border: 1px solid var(--fxp-line);
		border-radius: var(--fxp-radius-sm);
		background: rgba(255, 255, 255, 0.97);
		box-shadow: var(--fxp-shadow);
		max-height: calc(100svh - 92px);
		overflow-y: auto;
		overscroll-behavior: contain;
	}

	.fxp-primary-nav.is-open {
		display: block;
	}

	.fxp-primary-nav .menu {
		display: grid;
		gap: 0;
	}

	.fxp-primary-nav a {
		padding: 13px 12px;
	}

	/* Compact accordion: parent labels navigate; chevrons reveal service links. */
	.fxp-primary-nav .sub-menu {
		display: none;
	}

	.fxp-primary-nav .menu-item-has-children {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
	}

	.fxp-primary-nav .menu > li.menu-item-has-children.is-submenu-open > .sub-menu {
		position: static;
		inset: auto;
		display: grid;
		grid-column: 1 / -1;
		grid-template-columns: minmax(0, 1fr);
		gap: 2px;
		width: calc(100% - 12px);
		max-width: 100%;
		min-width: 0;
		margin: -2px 0 8px 12px;
		padding: 0 0 0 10px;
		border: 0;
		border-left: 1px solid var(--fxp-line);
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transform: none;
		box-sizing: border-box;
		overflow: hidden;
	}

	.fxp-primary-nav .menu > li.menu-item-has-children.is-submenu-open > .sub-menu::before {
		display: none;
	}

	.fxp-primary-nav .menu > li.menu-item-has-children.is-submenu-open > .sub-menu a {
		position: static;
		display: block;
		width: 100%;
		min-width: 0;
		padding: 9px 12px;
		font-size: 13.5px;
		line-height: 1.35;
		white-space: normal;
		text-align: left;
		transform: none;
		box-sizing: border-box;
		overflow-wrap: anywhere;
	}

	.fxp-primary-nav .menu > li.menu-item-has-children.is-submenu-open > .sub-menu > li {
		position: static;
		width: 100%;
		min-width: 0;
		margin: 0;
		padding: 0;
	}

	.fxp-primary-nav .fxp-submenu-toggle {
		position: relative;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 38px;
		height: 38px;
		margin-right: 4px;
		border: 1px solid var(--fxp-line-soft);
		border-radius: 9px;
		background: var(--fxp-soft);
		color: var(--fxp-ink);
	}

	.fxp-primary-nav .fxp-submenu-toggle::before {
		width: 8px;
		height: 8px;
		border-right: 1.6px solid currentColor;
		border-bottom: 1.6px solid currentColor;
		transform: translateY(-2px) rotate(45deg);
		transition: transform 180ms ease;
		content: "";
	}

	.fxp-primary-nav .fxp-submenu-toggle[aria-expanded="true"]::before {
		transform: translateY(2px) rotate(-135deg);
	}

	.fxp-primary-nav .menu-item-has-children > a {
		padding-right: 12px;
	}

	.fxp-primary-nav .menu-item-has-children > a::before {
		content: none;
	}

	.fxp-primary-nav a::after {
		display: none;
	}

	.fxp-service-chooser__grid,
	.fxp-card-grid,
	.fxp-proof-strip__grid,
	.fxp-map-pillars,
	.fxp-link-clusters,
	.fxp-page-hero__grid,
	.fxp-landing__grid,
	.fxp-testimonials__grid,
	.fxp-site-footer__grid {
		grid-template-columns: 1fr;
	}

	.fxp-map-pillar__media {
		height: clamp(220px, 56vw, 360px);
	}

	.fxp-service-row {
		grid-template-columns: 1fr auto;
		grid-template-areas:
			"pillar arrow"
			"title arrow"
			"copy arrow";
		row-gap: 5px;
		column-gap: 16px;
		padding: 18px 20px;
	}

	.fxp-service-row__pillar { grid-area: pillar; }
	.fxp-service-row__title { grid-area: title; }
	.fxp-service-row__copy { grid-area: copy; }
	.fxp-service-row__arrow { grid-area: arrow; }

	.fxp-landing__aside {
		position: static;
	}

	.fxp-hero-card {
		display: none;
	}

	.fxp-home-content ul {
		grid-template-columns: 1fr;
	}

	.fxp-hero__visual {
		display: flex;
		flex-direction: column;
		min-height: 0;
		transform: none;
	}

	.fxp-hero__image {
		position: relative;
		inset: auto;
		aspect-ratio: 16 / 11;
		border-radius: 54px 18px 46px 18px;
	}

	.fxp-hero-divisions {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		margin-top: 12px;
		background: var(--fxp-white);
		border-color: var(--fxp-line-soft);
	}

	.fxp-hero-meta {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		order: 1;
		flex-wrap: wrap;
		margin: 14px auto 0;
		border-radius: 18px;
	}

	.fxp-journey__track {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 44px;
	}

	.fxp-journey__line {
		display: none;
	}

	.fxp-proof-card {
		min-height: 0;
	}

	.fxp-map-pillar,
	.fxp-scenario {
		min-height: 0;
	}
}

@media (max-width: 680px) {
	.fxp-container {
		width: calc(100% - 36px);
	}

	.fxp-confidence-stats {
		gap: 12px;
		padding: 4px;
	}

	.fxp-confidence-stat {
		min-height: 206px;
		padding: 17px;
		border-radius: 20px 20px 20px 9px;
		box-shadow:
			inset 0 0 0 3px color-mix(in srgb, var(--stat-accent) 60%, white),
			5px 6px 0 color-mix(in srgb, var(--stat-accent) 72%, #5c584f),
			0 18px 32px -24px rgba(40, 35, 28, 0.45);
	}

	.fxp-confidence-stat strong {
		margin-top: 13px;
		font-size: clamp(29px, 9vw, 42px);
	}

	.fxp-confidence-stat__icon {
		width: 42px;
		height: 42px;
	}

	.fxp-confidence-stat__icon svg {
		width: 21px;
		height: 21px;
	}

	.fxp-confidence-stat__label {
		margin-top: 5px;
		font-size: 13px;
	}

	.fxp-confidence-stat p {
		margin-top: 20px;
		font-size: 11px;
	}

	.fxp-confidence-stat::after {
		right: 17px;
		bottom: 55px;
		left: 17px;
	}

	.fxp-confidence-stat--divisions,
	.fxp-confidence-stat--help {
		border-radius: 20px 20px 9px 20px;
	}

	.fxp-confidence-stats__mark {
		width: 68px;
		height: 68px;
		box-shadow:
			inset 0 0 0 4px rgba(255, 255, 255, 0.88),
			0 7px 0 rgba(111, 105, 94, 0.18),
			0 14px 25px rgba(49, 43, 34, 0.2);
	}

	.fxp-confidence-stats__mark img {
		width: 36px;
		height: 36px;
	}

	.fxp-confidence-team {
		width: 100%;
	}

	h1 {
		font-size: clamp(46px, 13vw, 62px);
		line-height: 0.98;
	}

	.fxp-lede {
		font-size: 17.5px;
		max-width: none;
	}

	.fxp-actions,
	.fxp-hero-actions {
		display: grid;
	}

	.fxp-button {
		width: 100%;
	}

	.fxp-hero {
		padding: 48px 0 26px;
	}

	/* Give the standalone needs section a calmer, more generous mobile gutter. */
	.fxp-scenario-home > .fxp-container {
		width: calc(100% - 64px);
	}

	.fxp-hero-title {
		max-width: 10ch;
		font-size: clamp(48px, 13vw, 68px);
	}

	.fxp-hero__image {
		border-radius: 34px 14px 30px 14px;
	}

	.fxp-hero-divisions__chips {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	/* left-align chip contents so icons line up across the 2x2 grid */
	.fxp-division-chip {
		justify-content: flex-start;
		padding: 8px 12px;
	}

	.fxp-hero-divisions__copy p {
		white-space: normal;
	}

	.fxp-trust-row,
	.fxp-hero-trust {
		gap: 8px;
	}

	.fxp-hero-trust span {
		max-width: none;
		width: 100%;
		border-right: 0;
		padding: 0;
	}

	.fxp-hero-meta {
		align-items: flex-start;
		justify-content: flex-start;
		gap: 10px;
		padding: 16px;
	}

	.fxp-hero-meta span {
		width: 100%;
		white-space: normal;
	}

	.fxp-hero-meta span + span::before {
		display: none;
	}

	.fxp-proof-strip,
	.fxp-process-band,
	.fxp-confidence-band,
	.fxp-service-map {
		padding: 56px 0;
	}

	.fxp-proof-card {
		padding: 20px;
	}

	.fxp-proof-card strong {
		margin-top: 14px;
	}

	.fxp-map-pillars,
	.fxp-scenario-section {
		margin-bottom: 44px;
	}

	.fxp-scenario,
	.fxp-directory-panel,
	.fxp-link-cluster,
	.fxp-guidance-panel,
	.fxp-mini-faq {
		padding: 20px;
	}

	.fxp-scenario-map__cards {
		grid-template-columns: 1fr;
	}

	.fxp-map-pillar {
		min-height: 0;
	}

	.fxp-scenario strong,
	.fxp-link-cluster h3 {
		max-width: none;
	}

	.fxp-guidance-panel .fxp-actions {
		display: grid;
	}

	.fxp-section {
		padding: 64px 0;
	}

	.fxp-choice {
		min-height: 0;
	}

	.fxp-journey__track {
		grid-template-columns: 1fr;
		row-gap: 0;
	}

	/* A crisp handoff from the hero, using all four division colours. */
	.fxp-hero + .fxp-journey {
		position: relative;
		padding: 27px 0 40px;
	}

	.fxp-hero + .fxp-journey::before {
		position: absolute;
		top: 0;
		left: 18px;
		right: 18px;
		height: 3px;
		border-radius: 999px;
		background: linear-gradient(90deg, var(--fxp-sage) 0 25%, var(--fxp-blue) 25% 50%, var(--fxp-lilac) 50% 75%, var(--fxp-gold) 75% 100%);
		content: "";
	}

	.fxp-journey__panel {
		border-radius: 22px;
		padding: 24px 18px 18px;
	}

	.fxp-journey__head {
		margin-bottom: 20px;
	}

	.fxp-journey__head h2 {
		font-size: clamp(28px, 8.4vw, 36px);
		line-height: 1.08;
	}

	.fxp-journey__lede {
		margin-top: 10px;
		font-size: 14px;
		line-height: 1.45;
	}

	.fxp-step {
		display: grid;
		grid-template-columns: 48px minmax(0, 1fr);
		grid-template-rows: auto auto;
		column-gap: 13px;
		row-gap: 2px;
		align-items: center;
		padding: 10px 2px;
		text-align: left;
	}

	.fxp-step + .fxp-step {
		border-top: 1px solid var(--fxp-line-soft);
	}

	.fxp-step__node {
		grid-row: 1 / 3;
		width: 46px;
		height: 46px;
		margin: 0;
	}

	.fxp-step__node svg {
		width: 19px;
		height: 19px;
	}

	.fxp-step__num {
		top: -3px;
		right: -3px;
		width: 19px;
		height: 19px;
		font-size: 10px;
	}

	.fxp-step__ac {
		display: none;
	}

	.fxp-step__title {
		align-self: end;
		margin: 0;
		font-size: 18px;
		line-height: 1.2;
	}

	.fxp-step p {
		align-self: start;
		max-width: none;
		margin: 0;
		font-size: 12.5px;
		line-height: 1.35;
	}
}

/* ---------------------------------------------------------- Pillar pages */

/*
 * Division pillar template (template-parts/pages/pillar.php).
 * Accent pairs follow the existing per-division convention.
 */

.fxp-pillar-hero--care,
.fxp-pillar-dir--care,
.fxp-dir-card--care,
.fxp-pillar-choose--care,
.fxp-fit-checker--care,
.fxp-pillar-process--care,
.fxp-pillar-adjacent--care,
.fxp-pstep--care,
.fxp-pillar-proof--care,
.fxp-pillar-faq--care,
.fxp-pillar-cta--care {
	--accent: var(--fxp-sage);
	--accent-soft: var(--fxp-sage-soft);
}

.fxp-pillar-hero--fresh,
.fxp-pillar-dir--fresh,
.fxp-dir-card--fresh,
.fxp-pillar-choose--fresh,
.fxp-fit-checker--fresh,
.fxp-pillar-process--fresh,
.fxp-pillar-adjacent--fresh,
.fxp-pstep--fresh,
.fxp-pillar-proof--fresh,
.fxp-pillar-faq--fresh,
.fxp-pillar-cta--fresh,
.fxp-elsewhere-card--fresh,
.fxp-adjacent-tile--fresh {
	--accent: var(--fxp-blue);
	--accent-soft: var(--fxp-blue-soft);
}

.fxp-pillar-hero--projects,
.fxp-pillar-dir--projects,
.fxp-dir-card--projects,
.fxp-pillar-choose--projects,
.fxp-fit-checker--projects,
.fxp-pillar-process--projects,
.fxp-pillar-adjacent--projects,
.fxp-pstep--projects,
.fxp-pillar-proof--projects,
.fxp-pillar-faq--projects,
.fxp-pillar-cta--projects,
.fxp-elsewhere-card--projects,
.fxp-adjacent-tile--projects {
	--accent: var(--fxp-lilac);
	--accent-soft: var(--fxp-lilac-soft);
}

.fxp-pillar-hero--shop,
.fxp-pillar-dir--shop,
.fxp-dir-card--shop,
.fxp-pillar-choose--shop,
.fxp-fit-checker--shop,
.fxp-pillar-process--shop,
.fxp-pillar-adjacent--shop,
.fxp-pstep--shop,
.fxp-pillar-proof--shop,
.fxp-pillar-faq--shop,
.fxp-pillar-cta--shop,
.fxp-elsewhere-card--shop,
.fxp-adjacent-tile--shop {
	--accent: var(--fxp-gold);
	--accent-soft: var(--fxp-gold-soft);
}

/* The process artwork is shared, so shift its olive details into each
   division palette while preserving the neutral white and grey forms. */
.fxp-pillar-process--care {
	--process-art-filter: none;
}

.fxp-pillar-process--fresh {
	--process-art-filter: hue-rotate(112deg) saturate(0.92);
}

.fxp-pillar-process--projects {
	--process-art-filter: hue-rotate(188deg) saturate(0.78);
}

.fxp-pillar-process--shop {
	--process-art-filter: hue-rotate(-42deg) saturate(1.08);
}

/* ------------------------------------------------------------ Breadcrumbs */

.fxp-breadcrumbs {
	margin-bottom: 22px;
}

.fxp-breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fxp-breadcrumbs li {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--fxp-stone);
	font-size: 13px;
	font-weight: 600;
}

.fxp-breadcrumbs li + li::before {
	content: "\203A";
	opacity: 0.55;
}

.fxp-breadcrumbs a {
	color: var(--fxp-stone);
	transition: color 160ms ease;
}

.fxp-breadcrumbs a:hover {
	color: var(--fxp-ink);
}

.fxp-breadcrumbs [aria-current] {
	color: var(--fxp-muted);
}

/* ------------------------------------------------------------ Pillar hero */

.fxp-pillar-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(52px, 6vw, 84px) 0 clamp(56px, 7vw, 96px);
	border-bottom: 1px solid var(--fxp-line-soft);
	background: var(--fxp-soft);
}

/* accent wash drifts slowly behind the content */
.fxp-pillar-hero__ambient {
	position: absolute;
	inset: -20%;
	background: radial-gradient(46% 56% at 78% 18%, var(--accent-soft), transparent 68%);
	animation: fxpAmbientDrift 22s ease-in-out infinite alternate;
	pointer-events: none;
}

@keyframes fxpAmbientDrift {
	from {
		transform: translate3d(0, 0, 0) scale(1);
	}
	to {
		transform: translate3d(-3.5%, 4%, 0) scale(1.12);
	}
}

.fxp-pillar-hero__grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(380px, 560px);
	gap: clamp(36px, 4vw, 72px);
	align-items: center;
}

/* staggered load-in for the hero column, mirroring the homepage title lines */
.fxp-pillar-hero__item {
	animation: fxpHeroRise 640ms cubic-bezier(0.22, 0.9, 0.3, 1) both;
	animation-delay: calc(var(--hero-item, 0) * 95ms);
}

@keyframes fxpHeroRise {
	from {
		opacity: 0;
		transform: translateY(22px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.fxp-pillar-hero h1 {
	max-width: 16ch;
	font-size: clamp(40px, 4.8vw, 64px);
}

.fxp-pillar-hero .fxp-lede {
	max-width: 52ch;
}

.fxp-pillar-hero__kicker {
	color: var(--accent);
}

.fxp-pillar-hero .fxp-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.fxp-pillar-hero__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}

.fxp-pillar-hero__chips > a,
.fxp-pillar-hero__chips > span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 1px solid var(--fxp-line);
	border-radius: 999px;
	padding: 9px 16px;
	background: rgba(255, 255, 255, 0.72);
	color: var(--fxp-charcoal);
	font-size: 13.5px;
	font-weight: 600;
	transition: transform 200ms ease, border-color 200ms ease, background 200ms ease;
}

.fxp-pillar-hero__chips svg {
	font-size: 15px;
	color: var(--accent);
}

.fxp-pillar-hero__chips > a:hover {
	transform: translateY(-2px);
	border-color: var(--accent);
	background: var(--fxp-white);
}

/* trust row: three promise items divided by hairlines */
.fxp-pillar-hero__trust {
	display: flex;
	flex-wrap: wrap;
	row-gap: 16px;
	margin-top: 36px;
}

.fxp-pillar-hero__trust-item {
	display: flex;
	align-items: center;
	gap: 11px;
	padding: 0 17px;
	border-left: 1px solid var(--fxp-line);
}

.fxp-pillar-hero__trust-item:first-child {
	padding-left: 0;
	border-left: 0;
}

.fxp-pillar-hero__trust-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
	border: 1.5px solid var(--fxp-line-strong);
	border-radius: 50%;
	color: var(--fxp-ink);
	font-size: 17px;
}

.fxp-pillar-hero__trust-text strong {
	display: block;
	color: var(--fxp-ink);
	font-size: 13.5px;
	font-weight: 700;
}

.fxp-pillar-hero__trust-text span {
	display: block;
	margin-top: 2px;
	color: var(--fxp-muted);
	font-size: 12.5px;
}

/* media card: photo + floating service panel + accountable strip */
.fxp-pillar-hero__media {
	position: relative;
	overflow: hidden;
	border-radius: 26px;
	background: var(--fxp-white);
	box-shadow: var(--fxp-shadow);
	animation: fxpHeroMediaIn 860ms cubic-bezier(0.16, 1, 0.3, 1) 240ms both;
}

@keyframes fxpHeroMediaIn {
	from {
		opacity: 0;
		transform: translateY(18px) scale(0.96);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

.fxp-pillar-hero__media img {
	display: block;
	width: 100%;
	height: auto;
}

.fxp-pillar-hero__panel {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(var(--panel-cols, 4), minmax(0, 1fr));
	margin: -62px 20px 14px;
	border: 1px solid var(--fxp-line-soft);
	border-radius: 14px;
	background: var(--fxp-white);
	box-shadow: var(--fxp-card-shadow);
	animation: fxpHeroRise 640ms cubic-bezier(0.22, 0.9, 0.3, 1) 700ms both;
}

.fxp-pillar-hero__panel a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	padding: 20px 8px 17px;
	border-left: 1px solid var(--fxp-line-soft);
	color: var(--fxp-ink);
	animation: fxpHeroRise 480ms cubic-bezier(0.22, 0.9, 0.3, 1) calc(820ms + var(--panel-chip, 0) * 70ms) both;
	transition: color 200ms ease, background 200ms ease;
}

.fxp-pillar-hero__panel a:first-child {
	border-left: 0;
	border-radius: 14px 0 0 14px;
}

.fxp-pillar-hero__panel a:last-child {
	border-radius: 0 14px 14px 0;
}

.fxp-pillar-hero__panel a:hover {
	background: var(--accent-soft);
	color: var(--accent);
}

.fxp-pillar-hero__panel a svg {
	font-size: 27px;
	transition: transform 220ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

.fxp-pillar-hero__panel a:hover svg {
	transform: scale(1.12);
}

.fxp-pillar-hero__panel strong {
	font-size: 14.5px;
	font-weight: 600;
}

.fxp-pillar-hero__note {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 0;
	padding: 15px 16px;
	background: var(--accent-soft);
	color: var(--fxp-charcoal);
	font-size: 14px;
	font-weight: 600;
	animation: fxpHeroRise 560ms cubic-bezier(0.22, 0.9, 0.3, 1) 940ms both;
}

.fxp-pillar-hero__note svg {
	font-size: 17px;
	color: var(--accent);
}

/* decorative dot grid on the hero edge */
.fxp-pillar-hero__dots {
	position: absolute;
	top: 22%;
	right: 26px;
	width: 76px;
	height: 130px;
	background-image: radial-gradient(var(--fxp-stone) 1.7px, transparent 1.8px);
	background-size: 19px 26px;
	opacity: 0.35;
	pointer-events: none;
}

/* Maintain hero: one first-viewport composition for the offer and service map. */
.fxp-pillar-hero--service-led {
	padding: 16px 0 0;
}

.fxp-maintain-hero {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-rows: auto minmax(0, 1fr) auto;
	height: clamp(620px, calc(100svh - 116px), 960px);
	border: 1px solid var(--fxp-line);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0 22px 70px rgba(31, 32, 28, 0.05);
}

.fxp-maintain-hero::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 42%;
	height: 38%;
	background: radial-gradient(circle at 50% 10%, color-mix(in srgb, var(--accent) 11%, transparent), transparent 68%);
	opacity: 0.75;
	pointer-events: none;
	content: "";
}

.fxp-maintain-hero__intro {
	position: relative;
	z-index: 3;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px clamp(24px, 4vw, 64px);
	padding: 18px 28px 0;
}

.fxp-maintain-hero__intro-actions {
	display: grid;
	justify-items: end;
	gap: 12px;
	flex: 0 0 auto;
	padding-bottom: 4px;
}

.fxp-maintain-hero__intro-actions .fxp-actions {
	margin-top: 0;
}

.fxp-maintain-hero__intro-actions .fxp-hero-call {
	margin-top: 0;
	animation: none;
}

@media (min-width: 1181px) and (max-width: 1320px) {
	.fxp-maintain-hero__intro {
		flex-wrap: wrap;
		align-items: flex-start;
		gap: 12px;
	}

	.fxp-maintain-hero__intro-actions {
		grid-auto-flow: column;
		align-items: center;
		justify-items: start;
		gap: 20px;
		padding-bottom: 0;
	}
}

/* hotline chip picks up the division accent on pillar heroes */
.fxp-maintain-hero .fxp-hero-call__icon {
	background: var(--accent-soft);
	color: var(--accent);
}

.fxp-maintain-hero__intro h1 {
	max-width: 14.5ch;
	font-size: clamp(33px, 2.6vw, 42px);
	line-height: 1.02;
	font-weight: 650;
}

@media (min-width: 1181px) {
	.fxp-pillar-hero--fresh .fxp-maintain-hero__intro h1,
	.fxp-pillar-hero--projects .fxp-maintain-hero__intro h1 {
		max-width: 24ch;
	}
}

.fxp-maintain-hero__intro .fxp-lede {
	max-width: 54ch;
	margin-top: 8px;
	font-size: 15.5px;
	line-height: 1.55;
}

.fxp-maintain-hero__intro .fxp-actions {
	margin-top: 12px;
}

.fxp-maintain-map {
	position: relative;
	min-height: 0;
	padding: 14px 28px 0;
}

.fxp-maintain-map__head {
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
}

.fxp-maintain-map__head--with-plan {
	justify-content: space-between;
}

.fxp-maintain-map__head-plan {
	/* the whole-home offer sits centered above the villa */
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 4;
	transform: translateX(-50%);
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 48px;
	padding: 4px 14px 4px 5px;
	border: 1px solid color-mix(in srgb, var(--accent) 42%, var(--fxp-line));
	border-radius: 12px;
	background: color-mix(in srgb, var(--accent) 8%, white);
	color: var(--fxp-ink);
	box-shadow: 0 10px 24px -20px rgba(31, 32, 28, 0.38);
	transition: border-color 180ms ease, background-color 180ms ease;
}

.fxp-maintain-map__head-plan:hover,
.fxp-maintain-map__head-plan:focus-visible,
.fxp-maintain-map__head-plan.is-live {
	border-color: color-mix(in srgb, var(--accent) 74%, var(--fxp-line));
	background: color-mix(in srgb, var(--accent) 13%, white);
}

/* on hover (or the auto-tour), a line draws itself around the whole house:
   one contract, everything inside covered */
.fxp-maintain-map__cover {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: visible;
	pointer-events: none;
}

/* below the map breakpoint the connector JS stops sizing the cover, so hide it */
@media (max-width: 1180px) {
	.fxp-maintain-map__cover {
		display: none;
	}
}

.fxp-maintain-map__cover rect {
	fill: none;
	stroke: var(--accent);
	stroke-width: 2.2;
	stroke-linecap: round;
	stroke-dasharray: 100;
	stroke-dashoffset: 100;
	vector-effect: non-scaling-stroke;
	opacity: 0;
	transition: stroke-dashoffset 1100ms cubic-bezier(0.4, 0, 0.2, 1);
}

.fxp-maintain-map:has(.fxp-maintain-map__head-plan:is(:hover, :focus-visible, .is-live)) .fxp-maintain-map__cover rect {
	opacity: 1;
	stroke-dashoffset: 0;
}

.fxp-maintain-map__head-plan .fxp-maintain-map__icon {
	width: 38px;
	height: 38px;
	background: rgba(255, 255, 255, 0.72);
}

.fxp-maintain-map__head-plan strong {
	font-size: 12px;
	line-height: 1.1;
}

.fxp-maintain-map__head-plan small {
	font-size: 9px;
}

/* badge matches the right rail column width so their edges align */
.fxp-maintain-map__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: var(--map-rail-w, 180px);
	min-height: 30px;
	padding: 6px 10px;
	border: 1px solid color-mix(in srgb, var(--accent) 38%, var(--fxp-line));
	border-radius: 999px;
	background: color-mix(in srgb, var(--accent) 7%, white);
	color: color-mix(in srgb, var(--accent) 84%, var(--fxp-ink));
	font-size: 10px;
	font-weight: 750;
	line-height: 1;
	text-transform: uppercase;
}

.fxp-maintain-map__stage {
	position: relative;
	height: 100%;
	min-height: 360px;
	margin-top: -2px;
}

.fxp-maintain-map--has-badge .fxp-maintain-map__stage {
	height: calc(100% - 34px);
}

.fxp-maintain-map__illustration {
	position: absolute;
	z-index: 0;
	inset: 0 11%;
}

.fxp-maintain-map__illustration img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: saturate(0.82) contrast(0.98);
}

.fxp-maintain-map__connectors {
	position: absolute;
	z-index: 1;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: visible;
	pointer-events: none;
}

.fxp-map-line {
	opacity: 0;
	transition: opacity 180ms ease;
}

.fxp-map-line.is-active,
.fxp-map-line.is-tour {
	opacity: 1 !important;
}

.fxp-maintain-map:has(.fxp-maintain-map__link--positioned) .fxp-map-line {
	transition-duration: 120ms;
}

.fxp-maintain-map:has(.fxp-maintain-map__link--positioned) .fxp-map-line__route {
	stroke-width: 1.35;
}

.fxp-map-line.is-active .fxp-map-line__route,
.fxp-map-line.is-tour .fxp-map-line__route {
	stroke-width: 1.65 !important;
}

.fxp-map-line__halo,
.fxp-map-line__route {
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	vector-effect: non-scaling-stroke;
}

.fxp-map-line__halo {
	stroke: rgba(255, 255, 255, 0.92);
	stroke-width: 4;
}

.fxp-map-line__route {
	stroke: color-mix(in srgb, var(--accent) 76%, var(--fxp-line));
	stroke-width: 1.1;
	transition: stroke-width 180ms ease;
}

.fxp-map-line__target-halo {
	fill: color-mix(in srgb, var(--accent) 16%, white);
	stroke: color-mix(in srgb, var(--accent) 48%, white);
	stroke-width: 1.5;
	filter: drop-shadow(0 0 5px color-mix(in srgb, var(--accent) 42%, transparent));
	vector-effect: non-scaling-stroke;
}

.fxp-map-line__target {
	fill: var(--accent);
	stroke: rgba(255, 255, 255, 0.9);
	stroke-width: 1;
	vector-effect: non-scaling-stroke;
}

.fxp-maintain-map__stage:has(.fxp-maintain-map__link:is(:hover, :focus-visible)) .fxp-map-line {
	opacity: 0;
}

.fxp-maintain-map__stage:has(.fxp-maintain-map__link:is(:hover, :focus-visible)) .fxp-map-line__route {
	stroke-width: 1;
}

.fxp-maintain-map__stage:has(.fxp-maintain-map__link:is(:hover, :focus-visible)) .fxp-map-line.is-active {
	opacity: 1;
}

.fxp-maintain-map__stage:has(.fxp-maintain-map__link:is(:hover, :focus-visible)) .fxp-map-line.is-active .fxp-map-line__route {
	stroke-width: 1.65;
}

.fxp-maintain-map__stage:has(.fxp-maintain-map__link--ac:is(:hover, :focus-visible)) .fxp-map-line--ac,
.fxp-maintain-map__stage:has(.fxp-maintain-map__link--plumbing:is(:hover, :focus-visible)) .fxp-map-line--plumbing,
.fxp-maintain-map__stage:has(.fxp-maintain-map__link--electrical:is(:hover, :focus-visible)) .fxp-map-line--electrical,
.fxp-maintain-map__stage:has(.fxp-maintain-map__link--handyman:is(:hover, :focus-visible)) .fxp-map-line--handyman,
.fxp-maintain-map__stage:has(.fxp-maintain-map__link--garage:is(:hover, :focus-visible)) .fxp-map-line--garage,
.fxp-maintain-map__stage:has(.fxp-maintain-map__link--painting:is(:hover, :focus-visible)) .fxp-map-line--painting,
.fxp-maintain-map__stage:has(.fxp-maintain-map__link--carpentry:is(:hover, :focus-visible)) .fxp-map-line--carpentry,
.fxp-maintain-map__stage:has(.fxp-maintain-map__link--masonry:is(:hover, :focus-visible)) .fxp-map-line--masonry,
.fxp-maintain-map__stage:has(.fxp-maintain-map__link--appliances:is(:hover, :focus-visible)) .fxp-map-line--appliances,
.fxp-maintain-map__stage:has(.fxp-maintain-map__link--pool:is(:hover, :focus-visible)) .fxp-map-line--pool {
	opacity: 1;
}

.fxp-maintain-map__stage:has(.fxp-maintain-map__link--ac:is(:hover, :focus-visible)) .fxp-map-line--ac .fxp-map-line__route,
.fxp-maintain-map__stage:has(.fxp-maintain-map__link--plumbing:is(:hover, :focus-visible)) .fxp-map-line--plumbing .fxp-map-line__route,
.fxp-maintain-map__stage:has(.fxp-maintain-map__link--electrical:is(:hover, :focus-visible)) .fxp-map-line--electrical .fxp-map-line__route,
.fxp-maintain-map__stage:has(.fxp-maintain-map__link--handyman:is(:hover, :focus-visible)) .fxp-map-line--handyman .fxp-map-line__route,
.fxp-maintain-map__stage:has(.fxp-maintain-map__link--garage:is(:hover, :focus-visible)) .fxp-map-line--garage .fxp-map-line__route,
.fxp-maintain-map__stage:has(.fxp-maintain-map__link--painting:is(:hover, :focus-visible)) .fxp-map-line--painting .fxp-map-line__route,
.fxp-maintain-map__stage:has(.fxp-maintain-map__link--carpentry:is(:hover, :focus-visible)) .fxp-map-line--carpentry .fxp-map-line__route,
.fxp-maintain-map__stage:has(.fxp-maintain-map__link--masonry:is(:hover, :focus-visible)) .fxp-map-line--masonry .fxp-map-line__route,
.fxp-maintain-map__stage:has(.fxp-maintain-map__link--appliances:is(:hover, :focus-visible)) .fxp-map-line--appliances .fxp-map-line__route,
.fxp-maintain-map__stage:has(.fxp-maintain-map__link--pool:is(:hover, :focus-visible)) .fxp-map-line--pool .fxp-map-line__route {
	stroke-width: 1.65;
}

.fxp-maintain-map__rail {
	position: absolute;
	z-index: 3;
	top: 22px;
	bottom: 22px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: var(--map-rail-w, 180px);
}

.fxp-maintain-map__rail--left {
	left: 0;
}

.fxp-maintain-map__rail--right {
	right: 0;
}

@media (min-width: 1181px) {
	.fxp-maintain-map__link--positioned {
		position: absolute;
		top: var(--label-y);
		left: 0;
		width: 100%;
		transition: color 180ms ease;
		transform: translateY(-50%);
	}

	.fxp-maintain-map__link--positioned:hover,
	.fxp-maintain-map__link--positioned:focus-visible,
	.fxp-maintain-map__rail--right .fxp-maintain-map__link--positioned:hover,
	.fxp-maintain-map__rail--right .fxp-maintain-map__link--positioned:focus-visible {
		transform: translateY(-50%);
	}
}

.fxp-maintain-map--fresh {
	--map-rail-w: 220px;
}

/* Refresh hero is the mirror twin of Maintain: flipped villa, swapped rails */
.fxp-maintain-map--fresh .fxp-maintain-map__illustration img {
	transform: scaleX(-1);
}

.fxp-maintain-map--fresh .fxp-maintain-map__illustration {
	left: 18%;
	right: 18%;
}

.fxp-maintain-map--fresh .fxp-maintain-map__link strong {
	max-width: 175px;
}

.fxp-maintain-map--projects {
	--map-rail-w: 210px;
}

.fxp-maintain-map--projects .fxp-maintain-map__illustration {
	left: 17%;
	right: 17%;
}

.fxp-maintain-map--projects .fxp-maintain-map__link strong {
	max-width: 165px;
}

.fxp-maintain-map--shop {
	--map-rail-w: 220px;
}

.fxp-maintain-map--shop .fxp-maintain-map__illustration {
	left: 18%;
	right: 18%;
}

.fxp-maintain-map--shop .fxp-maintain-map__link strong {
	max-width: 175px;
}

.fxp-maintain-map__link {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 10px;
	min-height: 44px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--fxp-ink);
	white-space: normal;
	transition: color 180ms ease, transform 180ms ease;
}

.fxp-maintain-map__link:not(.fxp-maintain-map__link--positioned):hover {
	color: var(--accent);
	transform: none;
}

.fxp-maintain-map__rail--right .fxp-maintain-map__link:not(.fxp-maintain-map__link--positioned):hover {
	transform: none;
}

.fxp-maintain-map__link--positioned {
	transition: color 180ms ease;
}

.fxp-maintain-map__link--positioned:hover,
.fxp-maintain-map__link--positioned:focus-visible,
.fxp-maintain-map__link--positioned.is-live {
	color: var(--accent);
	transform: translateY(-50%);
}

.fxp-maintain-map__link:hover .fxp-maintain-map__icon,
.fxp-maintain-map__link:focus-visible .fxp-maintain-map__icon,
.fxp-maintain-map__link.is-live .fxp-maintain-map__icon {
	border-color: color-mix(in srgb, var(--accent) 72%, var(--fxp-line));
	background: color-mix(in srgb, var(--accent) 9%, white);
}

.fxp-maintain-map__link.is-live {
	color: var(--accent);
}

.fxp-maintain-map__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
	border: 1px solid color-mix(in srgb, var(--accent) 38%, var(--fxp-line));
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.92);
	color: var(--accent);
	font-size: 16px;
	box-shadow: 0 5px 15px rgba(31, 32, 28, 0.035);
	transition: border-color 180ms ease, background-color 180ms ease;
}

.fxp-maintain-map__link strong {
	font-size: 13px;
	font-weight: 650;
	line-height: 1.2;
}

.fxp-maintain-map__link-copy {
	display: grid;
	gap: 2px;
}

.fxp-maintain-map__link-copy small {
	color: var(--fxp-muted);
	font-size: 9px;
	font-weight: 500;
	line-height: 1.1;
}

.fxp-maintain-map__link--plan .fxp-maintain-map__icon {
	background: color-mix(in srgb, var(--accent) 11%, white);
}

.fxp-maintain-map__link::before,
.fxp-maintain-map__link::after {
	display: none;
}

.fxp-pillar-hero__trust--wide {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 0;
	padding: 12px 28px 14px;
	border-top: 1px solid var(--fxp-line);
	background: rgba(255, 255, 255, 0.4);
}

.fxp-pillar-hero__trust--wide .fxp-pillar-hero__trust-item {
	justify-content: center;
	min-width: 0;
	padding: 0 clamp(18px, 3vw, 42px);
}

.fxp-pillar-hero__trust--wide .fxp-pillar-hero__trust-item:first-child {
	justify-content: flex-start;
}

.fxp-pillar-hero__trust--wide .fxp-pillar-hero__trust-item:last-child {
	justify-content: flex-end;
}

/* ------------------------------------------------------- Service directory */

.fxp-pillar-dir {
	padding: clamp(72px, 8vw, 116px) 0;
	/* division-tinted top edge + accent hairline so the boundary with the
	   neighbouring section reads clearly in every division */
	border-top: 1px solid color-mix(in srgb, var(--accent) 28%, var(--fxp-line-soft));
	background: linear-gradient(180deg, color-mix(in srgb, var(--accent) 7%, var(--fxp-paper)), var(--fxp-white) 46%);
}

.fxp-pillar-dir__layout {
	display: grid;
	grid-template-columns: minmax(300px, 400px) minmax(0, 1fr);
	gap: clamp(36px, 4vw, 72px);
	align-items: start;
}

.fxp-pillar-dir__intro {
	position: relative;
}

.fxp-pillar-dir__intro h2 {
	max-width: none;
	font-size: clamp(30px, 2.9vw, 40px);
	text-wrap: initial;
}

/* kicker variant: icon instead of the dash */
.fxp-kicker--icon {
	color: var(--accent);
}

.fxp-kicker--icon::before {
	content: none;
}

.fxp-kicker--icon svg {
	font-size: 18px;
}

.fxp-pillar-dir__lede {
	margin: 18px 0 0;
	max-width: 40ch;
	color: var(--fxp-muted);
	font-size: 17px;
	line-height: 1.6;
}

.fxp-dir-highlight {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 36px;
	padding: 20px 22px;
	border: 1px solid var(--fxp-line-soft);
	border-radius: var(--fxp-radius-sm);
	background: var(--accent-soft);
}

.fxp-dir-highlight__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: var(--accent);
	color: var(--fxp-white);
	font-size: 21px;
}

.fxp-dir-highlight__text strong {
	display: block;
	color: var(--fxp-ink);
	font-size: 16px;
	font-weight: 700;
}

.fxp-dir-highlight__text span {
	display: block;
	margin-top: 3px;
	color: var(--fxp-muted);
	font-size: 14px;
}

/* dashed pointer from the intro toward the first card */
.fxp-pillar-dir__connector {
	position: absolute;
	top: 104px;
	right: calc(-1 * clamp(30px, 3.2vw, 58px));
	width: clamp(22px, 2.4vw, 44px);
	border-top: 1.5px dashed var(--fxp-line-strong);
}

.fxp-pillar-dir__connector::after {
	position: absolute;
	top: -5px;
	right: -8px;
	width: 8px;
	height: 8px;
	border-top: 1.5px solid var(--fxp-line-strong);
	border-right: 1.5px solid var(--fxp-line-strong);
	transform: rotate(45deg);
	content: "";
}

.fxp-pillar-dir__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

/* odd card count: the final card becomes a full-width feature row */
.fxp-pillar-dir__grid > .fxp-dir-card:last-child:nth-child(odd) {
	grid-column: 1 / -1;
	--dir-media-w: 30%;
}

.fxp-pillar-dir__grid > .fxp-dir-card:last-child:nth-child(odd) .fxp-dir-card__media img {
	object-position: center 18%;
}

.fxp-dir-card {
	--dir-media-w: 36%;
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	grid-template-rows: auto auto 1fr auto;
	column-gap: 18px;
	/* right padding reserves the photo strip; the media itself is absolutely
	   positioned so tall images can never inflate the card height */
	padding: 20px calc(var(--dir-media-w) + 18px) 18px 22px;
	border: 1px solid var(--fxp-line-soft);
	border-radius: var(--fxp-radius);
	background: var(--fxp-white);
	box-shadow: var(--fxp-soft-shadow);
	transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.fxp-dir-card::before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	background: var(--accent);
	transform: scaleY(0);
	transform-origin: top;
	transition: transform 260ms ease;
	content: "";
}

.fxp-dir-card:hover {
	transform: translateY(-4px);
	border-color: var(--fxp-line);
	box-shadow: var(--fxp-card-shadow);
}

.fxp-dir-card:hover::before {
	transform: scaleY(1);
}

.fxp-dir-card__media {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: var(--dir-media-w);
	overflow: hidden;
}

/* cards without a photo carry an icon tile of the same shape */
.fxp-dir-card__media--icon {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--accent-soft);
	color: var(--accent);
	font-size: 52px;
	opacity: 0.85;
}

.fxp-dir-card__media--icon svg {
	width: 52px;
	height: 52px;
	transition: transform 420ms ease;
}

.fxp-dir-card:hover .fxp-dir-card__media--icon svg {
	transform: scale(1.1);
}

.fxp-dir-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 420ms ease;
}

.fxp-dir-card:hover .fxp-dir-card__media img {
	transform: scale(1.05);
}

.fxp-dir-card__head {
	grid-column: 1;
	display: flex;
	align-items: center;
	gap: 15px;
}

.fxp-dir-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 14px;
	background: var(--accent-soft);
	color: var(--accent);
	font-size: 21px;
	transition: transform 240ms ease;
}

.fxp-dir-card:hover .fxp-dir-card__icon {
	transform: scale(1.1) rotate(-5deg);
}

.fxp-dir-card__num {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--accent);
	font-family: var(--fxp-display);
	font-size: 20px;
	font-weight: 700;
	opacity: 0.75;
}

.fxp-dir-card__num i {
	width: 26px;
	height: 1.5px;
	background: currentColor;
	opacity: 0.5;
}

.fxp-dir-card h3 {
	grid-column: 1;
	margin-top: 10px;
	font-size: 19px;
}

.fxp-dir-card p {
	grid-column: 1;
	margin: 5px 0 0;
	max-width: 40ch;
	color: var(--fxp-muted);
	font-size: 14px;
	line-height: 1.55;
}

.fxp-dir-card__go {
	grid-column: 1;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 12px;
	color: var(--fxp-ink);
	font-size: 14px;
	font-weight: 700;
}

.fxp-dir-card__go svg {
	transition: transform 200ms ease;
}

.fxp-dir-card:hover .fxp-dir-card__go {
	color: var(--accent);
}

.fxp-dir-card:hover .fxp-dir-card__go svg {
	transform: translateX(4px);
}

/* coming-soon / ask-us pill bar */
.fxp-pillar-dir__bar {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 28px;
	padding: 12px 22px 12px 12px;
	border: 1px solid var(--fxp-line-soft);
	border-radius: 999px;
	background: var(--fxp-white);
	box-shadow: var(--fxp-soft-shadow);
}

.fxp-pillar-dir__bar-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: var(--accent);
	color: var(--fxp-white);
	font-size: 20px;
}

.fxp-pillar-dir__bar p {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 6px 14px;
	margin: 0;
}

.fxp-pillar-dir__bar strong {
	color: var(--fxp-ink);
	font-size: 15.5px;
}

.fxp-pillar-dir__bar p span {
	color: var(--fxp-muted);
	font-size: 14px;
}

.fxp-pillar-dir__bar-sep {
	align-self: stretch;
	width: 1px;
	margin-left: auto;
	background: var(--fxp-line);
}

.fxp-pillar-dir__bar > a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--fxp-ink);
	font-size: 14.5px;
	font-weight: 700;
	white-space: nowrap;
	transition: color 180ms ease;
}

.fxp-pillar-dir__bar > a:hover {
	color: var(--accent);
}

.fxp-pillar-dir__bar > a svg {
	font-size: 18px;
	color: var(--accent);
}

/* wide directory: intro becomes a header band, cards take the full width */
.fxp-pillar-dir__layout--wide {
	grid-template-columns: minmax(0, 1fr);
}

.fxp-pillar-dir__layout--wide .fxp-pillar-dir__intro {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
	grid-template-rows: auto auto;
	column-gap: clamp(36px, 5vw, 80px);
	align-items: start;
}

.fxp-pillar-dir__layout--wide .fxp-pillar-dir__intro > .fxp-kicker {
	grid-column: 1;
	grid-row: 1;
}

.fxp-pillar-dir__layout--wide .fxp-pillar-dir__intro > h2 {
	grid-column: 1;
	grid-row: 2;
}

/* the lede spans both rows so it can't push the title away from its kicker */
.fxp-pillar-dir__layout--wide .fxp-pillar-dir__lede {
	grid-column: 2;
	grid-row: 1 / 3;
	align-self: center;
	margin-top: 0;
	max-width: 52ch;
}

/* when a highlight shares the column, the lede yields row 2 to it */
.fxp-pillar-dir__layout--wide .fxp-pillar-dir__intro:has(.fxp-dir-highlight) .fxp-pillar-dir__lede {
	grid-row: 1;
	align-self: end;
}

.fxp-pillar-dir__layout--wide .fxp-dir-highlight {
	grid-column: 2;
	grid-row: 2;
	align-self: start;
	margin-top: 18px;
}

.fxp-pillar-dir__layout--wide .fxp-pillar-dir__connector {
	display: none;
}

/* uniform card geometry: every row the same height, every card the same shape */
.fxp-pillar-dir__layout--wide .fxp-pillar-dir__grid {
	grid-auto-rows: 1fr;
}

.fxp-pillar-dir__layout--wide .fxp-dir-card {
	min-height: 168px;
}

/* AMC banner: the annual-contract push under the directory grid */
.fxp-amc-banner {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) auto;
	gap: clamp(22px, 3vw, 44px);
	align-items: center;
	margin-top: 28px;
	padding: clamp(26px, 3vw, 38px) clamp(26px, 3.4vw, 46px);
	border: 1.5px solid var(--accent);
	border-radius: var(--fxp-radius);
	background: linear-gradient(115deg, var(--accent-soft), var(--fxp-white) 70%);
	box-shadow: var(--fxp-soft-shadow);
}

.fxp-amc-banner__wash {
	position: absolute;
	top: -60px;
	right: -60px;
	width: 260px;
	height: 260px;
	border-radius: 50%;
	background: radial-gradient(circle, var(--accent-soft), transparent 70%);
	pointer-events: none;
}

.fxp-amc-banner__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 15px;
	border: 1px solid var(--fxp-line-soft);
	border-radius: 999px;
	background: var(--fxp-white);
	color: var(--accent);
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.fxp-amc-banner__badge svg {
	font-size: 15px;
}

.fxp-amc-banner__body h3 {
	margin-top: 16px;
	font-size: clamp(22px, 2.2vw, 28px);
}

.fxp-amc-banner__body p {
	margin: 10px 0 0;
	max-width: 52ch;
	color: var(--fxp-muted);
	font-size: 15px;
	line-height: 1.6;
}

.fxp-amc-banner__points {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fxp-amc-banner__points li {
	display: flex;
	align-items: center;
	gap: 11px;
	color: var(--fxp-charcoal);
	font-size: 14.5px;
	font-weight: 600;
}

.fxp-amc-banner__point-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--fxp-white);
	border: 1px solid var(--fxp-line-soft);
	color: var(--accent);
	font-size: 17px;
}

.fxp-amc-banner__btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	justify-self: end;
	padding: 15px 26px;
	border-radius: 999px;
	background: var(--accent);
	color: var(--fxp-white);
	font-size: 15px;
	font-weight: 700;
	white-space: nowrap;
	box-shadow: var(--fxp-soft-shadow);
	transition: transform 200ms ease, filter 200ms ease;
}

.fxp-amc-banner__btn:hover {
	transform: translateY(-2px);
	filter: brightness(1.08);
}

.fxp-amc-banner__btn svg {
	font-size: 17px;
	transition: transform 200ms ease;
}

.fxp-amc-banner__btn:hover svg {
	transform: translateX(3px);
}

/* -------------------------------------------------------- When to choose */

.fxp-pillar-choose {
	padding: clamp(72px, 8vw, 116px) 0;
	background: var(--fxp-white);
	border-top: 1px solid var(--fxp-line-soft);
}

.fxp-pillar-choose__head {
	max-width: 680px;
	margin-bottom: clamp(32px, 4vw, 48px);
}

.fxp-pillar-choose__sub {
	margin: 16px 0 0;
	color: var(--fxp-muted);
	font-size: 17px;
}

.fxp-pillar-choose__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(300px, 420px);
	gap: clamp(20px, 2.4vw, 36px);
	align-items: stretch;
}

/* ------------------------------------------------------ Fit checker card */

.fxp-fit-checker {
	padding: clamp(22px, 2.6vw, 32px);
	border: 1px solid var(--fxp-line-soft);
	border-radius: var(--fxp-radius);
	background: var(--fxp-soft);
	box-shadow: var(--fxp-soft-shadow);
}

.fxp-fit-checker__head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
	margin-bottom: 18px;
}

.fxp-fit-checker__emblem {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 15px;
	background: var(--accent-soft);
	color: var(--accent);
	font-size: 24px;
}

.fxp-fit-checker__head h3 {
	margin-right: auto;
	font-size: 24px;
}

.fxp-fit-checker__pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 15px;
	border: 1px solid var(--fxp-line);
	border-radius: 999px;
	background: var(--fxp-white);
	color: var(--fxp-muted);
	font-size: 13px;
	font-weight: 600;
}

.fxp-fit-checker__pill svg {
	font-size: 14px;
	color: var(--accent);
}

.fxp-fit-checker__list {
	position: relative;
	margin: 0;
	padding: 6px 22px;
	list-style: none;
	border: 1px solid var(--fxp-line-soft);
	border-radius: var(--fxp-radius-sm);
	background: var(--fxp-white);
}

/* dotted rail threading the row icons together */
.fxp-fit-checker__list::before {
	position: absolute;
	top: 42px;
	bottom: 42px;
	left: 43px;
	border-left: 1.5px dashed var(--fxp-line);
	content: "";
}

.fxp-fit-checker__list li {
	position: relative;
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) auto;
	align-items: center;
	column-gap: 16px;
	padding: 15px 0;
	border-bottom: 1px solid var(--fxp-line-soft);
}

.fxp-fit-checker__list li:last-child {
	border-bottom: 0;
}

.fxp-fit-checker.is-visible .fxp-fit-checker__list li {
	animation: fxpPStepIn 480ms cubic-bezier(0.22, 0.9, 0.3, 1) both;
	animation-delay: calc(var(--choose-index, 0) * 90ms + 120ms);
}

.fxp-fit-checker__icon {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: var(--accent-soft);
	color: var(--accent);
	font-size: 18px;
	box-shadow: 0 0 0 4px var(--fxp-white);
	transition: transform 220ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

.fxp-fit-checker__list li:hover .fxp-fit-checker__icon {
	transform: scale(1.12) rotate(-5deg);
}

.fxp-fit-checker__text {
	color: var(--fxp-charcoal);
	font-size: 15.5px;
	font-weight: 500;
}

.fxp-fit-checker__check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: var(--accent-soft);
	color: var(--accent);
	font-size: 13px;
}

/* checks tick on a beat after their row lands */
.fxp-fit-checker.is-visible .fxp-fit-checker__check {
	animation: fxpCheckPop 380ms cubic-bezier(0.34, 1.56, 0.64, 1) both;
	animation-delay: calc(var(--choose-index, 0) * 90ms + 480ms);
}

@keyframes fxpCheckPop {
	from {
		opacity: 0;
		transform: scale(0.4);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

.fxp-fit-checker__match {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 20px;
	margin-top: 18px;
	padding: 22px 26px;
	border: 1px solid var(--fxp-line-soft);
	border-radius: var(--fxp-radius-sm);
	background: linear-gradient(115deg, var(--accent-soft), rgba(255, 255, 255, 0.65) 78%);
}

.fxp-fit-checker__medal {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border: 4px solid rgba(255, 255, 255, 0.75);
	border-radius: 50%;
	background: var(--accent);
	color: var(--fxp-white);
	font-size: 20px;
}

.fxp-fit-checker__match-label {
	display: block;
	margin-bottom: 4px;
	color: var(--accent);
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.fxp-fit-checker__match-body strong {
	display: block;
	font-family: var(--fxp-display);
	font-size: clamp(22px, 2vw, 27px);
	font-weight: 600;
	color: var(--fxp-ink);
}

.fxp-fit-checker__match-body p {
	margin: 7px 0 0;
	max-width: 42ch;
	color: var(--fxp-muted);
	font-size: 14.5px;
}

.fxp-fit-checker__art {
	color: var(--accent);
	font-size: 66px;
	opacity: 0.3;
}

/* the match card art is the Fixperts mark with the division window lit */
.fxp-fit-checker__art--mark {
	opacity: 1;
}

.fxp-fit-checker__art--mark img {
	display: block;
	width: clamp(60px, 5.4vw, 76px);
	height: auto;
}

/* ------------------------------------------------------------- Connector */

.fxp-pillar-choose__connector {
	display: flex;
	align-items: center;
	align-self: center;
}

.fxp-pillar-choose__connector::before,
.fxp-pillar-choose__connector::after {
	width: 20px;
	border-top: 1.5px dashed var(--fxp-line-strong);
	content: "";
}

.fxp-pillar-choose__connector i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid var(--fxp-line);
	border-radius: 50%;
	background: var(--fxp-white);
	box-shadow: var(--fxp-soft-shadow);
	color: var(--accent, var(--fxp-ink));
	font-size: 18px;
	font-style: normal;
}

/* --------------------------------------------------------- Not quite card */

.fxp-pillar-choose__aside {
	display: flex;
	flex-direction: column;
	padding: clamp(22px, 2.6vw, 30px);
	border: 1px solid var(--fxp-line);
	border-radius: var(--fxp-radius);
	background: var(--fxp-paper-2);
}

.fxp-pillar-choose__aside h3 {
	font-size: 22px;
}

.fxp-pillar-choose__aside-copy {
	margin: 10px 0 20px;
	color: var(--fxp-muted);
	font-size: 15px;
}

.fxp-elsewhere-list {
	display: grid;
	gap: 12px;
	margin: 0 0 auto;
	padding: 0;
	list-style: none;
}

.fxp-pillar-choose__aside.is-visible .fxp-elsewhere-list li {
	animation: fxpPStepIn 480ms cubic-bezier(0.22, 0.9, 0.3, 1) both;
	animation-delay: calc(var(--elsewhere-index, 0) * 110ms + 200ms);
}

.fxp-elsewhere-card {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr) auto;
	align-items: center;
	gap: 14px;
	padding: 16px;
	border: 1px solid var(--fxp-line-soft);
	border-radius: var(--fxp-radius-sm);
	background: var(--fxp-white);
	transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.fxp-elsewhere-card:hover {
	transform: translateY(-3px);
	border-color: var(--accent);
	box-shadow: var(--fxp-soft-shadow);
}

.fxp-elsewhere-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: var(--accent-soft);
	color: var(--accent);
	font-size: 22px;
	transition: transform 220ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

.fxp-elsewhere-card:hover .fxp-elsewhere-card__icon {
	transform: scale(1.1) rotate(-5deg);
}

.fxp-elsewhere-card__body strong {
	display: block;
	color: var(--accent);
	font-size: 16px;
	font-weight: 700;
}

.fxp-elsewhere-card__body span {
	display: block;
	margin-top: 3px;
	color: var(--fxp-muted);
	font-size: 13.5px;
}

.fxp-elsewhere-card__go {
	color: var(--accent);
	font-size: 17px;
	transition: transform 200ms ease;
}

.fxp-elsewhere-card:hover .fxp-elsewhere-card__go {
	transform: translateX(4px);
}

.fxp-elsewhere-note {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 20px 0 0;
	padding-top: 18px;
	border-top: 1px solid var(--fxp-line);
	color: var(--fxp-muted);
	font-size: 14px;
}

.fxp-elsewhere-note svg {
	flex: 0 0 auto;
	margin-top: 2px;
	font-size: 17px;
	color: var(--fxp-stone);
}

.fxp-elsewhere-note a {
	color: var(--fxp-ink);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* ---------------------------------------------------------- Pillar process */

.fxp-pillar-process {
	padding: clamp(72px, 8vw, 116px) 0;
	background: linear-gradient(180deg, var(--fxp-soft), var(--fxp-paper));
	border-top: 1px solid var(--fxp-line-soft);
}

.fxp-pillar-process__head {
	max-width: 680px;
}

.fxp-pillar-process__head h2::after {
	display: block;
	width: 82px;
	height: 3px;
	margin-top: 16px;
	border-radius: 2px;
	background: var(--accent);
	opacity: 0.75;
	content: "";
}

.fxp-pillar-process__sub {
	margin: 18px 0 0;
	max-width: 56ch;
	color: var(--fxp-muted);
	font-size: 16.5px;
	line-height: 1.6;
}

.fxp-pillar-process__row {
	position: relative;
	margin-top: clamp(40px, 5vw, 60px);
}

.fxp-pillar-process__track {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

/* illustrated step card */
.fxp-pstep {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 26px 20px 28px;
	border: 1px solid var(--fxp-line-soft);
	border-radius: var(--fxp-radius);
	background: var(--fxp-white);
	box-shadow: var(--fxp-soft-shadow);
	text-align: center;
}

.fxp-pstep__node {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 56px;
	height: 56px;
	border: 1.5px solid var(--accent);
	border-radius: 50%;
	background: var(--fxp-white);
	color: var(--accent);
	font-family: var(--fxp-display);
	font-size: 16px;
	font-weight: 700;
	transition: box-shadow 320ms ease calc(var(--pstep-index, 0) * 160ms + 220ms);
}

.fxp-pstep__art {
	width: min(158px, 72%);
	margin: 22px 0 18px;
}

.fxp-pstep__art img {
	width: 100%;
	height: auto;
	border-radius: 12px;
	filter: var(--process-art-filter, none);
}

.fxp-pstep strong {
	display: block;
	font-family: var(--fxp-display);
	font-size: 18px;
	font-weight: 600;
}

.fxp-pstep__dash {
	width: 30px;
	height: 3px;
	margin-top: 12px;
	border-radius: 2px;
	background: var(--accent);
	opacity: 0.75;
}

.fxp-pstep p {
	margin: 12px 0 0;
	color: var(--fxp-muted);
	font-size: 14px;
	line-height: 1.6;
}

/* dotted arrows hop between the node circles; drawn as an overlay so the
   cards' stacking contexts can't clip them */
.fxp-pillar-process__lines {
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
}

.fxp-pillar-process__lines span {
	position: absolute;
	top: 53px;
	left: calc(10% + var(--pline-index, 0) * 20% + 46px);
	width: calc(20% - 92px);
	border-top: 2px dotted var(--accent);
	opacity: 0;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 420ms ease calc(var(--pline-index, 0) * 160ms + 340ms), opacity 200ms ease calc(var(--pline-index, 0) * 160ms + 340ms);
}

.fxp-pillar-process__lines span::after {
	position: absolute;
	top: -5.5px;
	right: -2px;
	width: 7px;
	height: 7px;
	border-top: 2px solid var(--accent);
	border-right: 2px solid var(--accent);
	transform: rotate(45deg);
	content: "";
}

/* scroll choreography: cards rise, arrows draw, nodes ring */
.fxp-pillar-process__track.is-filled .fxp-pstep {
	animation: fxpPStepIn 520ms cubic-bezier(0.22, 0.9, 0.3, 1) both;
	animation-delay: calc(var(--pstep-index, 0) * 160ms);
}

.fxp-pillar-process__track.is-filled + .fxp-pillar-process__lines span {
	opacity: 0.85;
	transform: scaleX(1);
}

.fxp-pillar-process__track.is-filled .fxp-pstep__node {
	box-shadow: 0 0 0 4px var(--accent-soft);
}

.fxp-pillar-process__promise {
	display: flex;
	align-items: center;
	gap: 14px;
	width: fit-content;
	margin: clamp(36px, 4vw, 52px) auto 0;
	padding: 18px 30px;
	border-radius: 14px;
	background: var(--accent-soft);
	color: var(--fxp-charcoal);
	font-size: 15.5px;
	box-shadow: inset 4px 0 0 var(--accent);
}

.fxp-pillar-process__promise svg {
	flex: 0 0 auto;
	font-size: 24px;
	color: var(--accent);
}

.fxp-pillar-process__promise strong {
	color: var(--accent);
	font-weight: 700;
}

/* dual-path: label chip over the non-contract track */
.fxp-process-path {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: clamp(30px, 3.6vw, 44px) 0 0;
	padding: 9px 18px;
	border: 1px solid var(--fxp-line-soft);
	border-radius: 999px;
	background: var(--fxp-white);
	color: var(--fxp-charcoal);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	box-shadow: var(--fxp-soft-shadow);
}

.fxp-process-path svg {
	font-size: 16px;
	color: var(--accent);
}

.fxp-process-path + .fxp-pillar-process__row {
	margin-top: 20px;
}

/* dual-path: the shorter AMC lane under the five-step track */
.fxp-amc-path {
	display: grid;
	grid-template-columns: minmax(240px, 300px) minmax(0, 1fr) auto;
	gap: clamp(22px, 3vw, 40px);
	align-items: center;
	margin-top: clamp(28px, 3.4vw, 44px);
	padding: clamp(24px, 2.8vw, 34px) clamp(24px, 3vw, 40px);
	border: 1.5px solid var(--accent);
	border-radius: var(--fxp-radius);
	background: var(--fxp-white);
	box-shadow: var(--fxp-soft-shadow);
}

.fxp-amc-path__label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 14px;
	border-radius: 999px;
	background: var(--accent-soft);
	color: var(--accent);
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.fxp-amc-path__label svg {
	font-size: 14px;
}

.fxp-amc-path__intro strong {
	display: block;
	margin-top: 13px;
	font-family: var(--fxp-display);
	font-size: 21px;
	font-weight: 600;
}

.fxp-amc-path__intro p {
	margin: 8px 0 0;
	color: var(--fxp-muted);
	font-size: 14.5px;
	line-height: 1.55;
}

/* AMC-first treatment for Maintain and Refresh */
.fxp-pillar-process--amc-first {
	background:
		radial-gradient(circle at 86% 10%, var(--accent-soft), transparent 34%),
		linear-gradient(180deg, var(--fxp-soft), var(--fxp-paper));
}

.fxp-amc-path--featured {
	grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.35fr);
	align-items: stretch;
	margin-top: 0;
	padding: clamp(30px, 4vw, 58px);
	border-width: 1px;
	background: linear-gradient(135deg, var(--fxp-white) 0%, var(--fxp-white) 58%, var(--accent-soft) 145%);
	box-shadow: 0 24px 70px rgba(30, 33, 28, 0.09);
}

.fxp-amc-path--featured .fxp-amc-path__intro {
	padding-right: clamp(0px, 2vw, 30px);
}

.fxp-amc-path--featured .fxp-amc-path__intro h2 {
	margin: 18px 0 0;
	max-width: 12ch;
	font-family: var(--fxp-display);
	font-size: clamp(34px, 4vw, 58px);
	font-weight: 600;
	line-height: 1.02;
	letter-spacing: -0.035em;
}

.fxp-amc-path--featured .fxp-amc-path__intro p {
	margin-top: 18px;
	max-width: 52ch;
	font-size: clamp(15px, 1.2vw, 17px);
	line-height: 1.65;
}

.fxp-amc-path__benefits {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 18px;
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}

.fxp-amc-path__benefits li {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--fxp-charcoal);
	font-size: 14px;
	font-weight: 650;
}

.fxp-amc-path__benefits li > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--accent-soft);
	color: var(--accent);
}

.fxp-amc-path__journey {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(24px, 3vw, 38px);
	border: 1px solid var(--fxp-line-soft);
	border-radius: calc(var(--fxp-radius) - 4px);
	background: rgba(255, 255, 255, 0.78);
}

.fxp-amc-path__journey-label {
	display: block;
	margin-bottom: 22px;
	color: var(--accent);
	font-size: 12px;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.fxp-amc-path--featured .fxp-amc-path__btn {
	justify-self: start;
	align-self: flex-start;
	margin-top: 28px;
}

.fxp-pillar-process__head--secondary {
	margin-top: clamp(58px, 7vw, 92px);
}

.fxp-amc-path__steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: amc-step;
}

.fxp-amc-path__steps li {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.fxp-amc-path__steps li + li {
	padding-left: 20px;
	border-left: 1.5px dashed var(--fxp-line-strong);
}

.fxp-amc-path__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: var(--accent-soft);
	color: var(--accent);
	font-size: 18px;
}

.fxp-amc-path__text {
	display: block;
}

.fxp-amc-path__text strong {
	display: block;
	color: var(--fxp-ink);
	font-size: 15px;
	font-weight: 700;
}

.fxp-amc-path__text strong::before {
	counter-increment: amc-step;
	content: counter(amc-step) ". ";
	color: var(--accent);
	font-family: var(--fxp-display);
}

.fxp-amc-path__text > span {
	display: block;
	margin-top: 4px;
	color: var(--fxp-muted);
	font-size: 13.5px;
	line-height: 1.5;
}

.fxp-amc-path__btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	justify-self: end;
	padding: 14px 24px;
	border-radius: 999px;
	background: var(--accent);
	color: var(--fxp-white);
	font-size: 14.5px;
	font-weight: 700;
	white-space: nowrap;
	box-shadow: var(--fxp-soft-shadow);
	transition: transform 200ms ease, filter 200ms ease;
}

.fxp-amc-path__btn:hover {
	transform: translateY(-2px);
	filter: brightness(1.08);
}

.fxp-amc-path__btn svg {
	font-size: 16px;
	transition: transform 200ms ease;
}

.fxp-amc-path__btn:hover svg {
	transform: translateX(3px);
}

/* Renovate: handover flows naturally into ongoing home protection */
.fxp-renovate-aftercare {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
	gap: clamp(30px, 5vw, 72px);
	align-items: center;
	margin-top: clamp(72px, 8vw, 108px);
	padding: clamp(32px, 4.5vw, 60px);
	border: 1px solid var(--accent);
	border-radius: var(--fxp-radius);
	background:
		radial-gradient(circle at 92% 12%, var(--accent-soft), transparent 42%),
		var(--fxp-white);
	box-shadow: 0 24px 70px rgba(30, 33, 28, 0.09);
}

.fxp-renovate-aftercare__bridge {
	position: absolute;
	top: -58px;
	left: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: var(--accent);
	transform: translateX(-50%);
}

.fxp-renovate-aftercare__bridge i {
	display: block;
	height: 42px;
	border-left: 2px dotted var(--accent);
}

.fxp-renovate-aftercare__bridge svg {
	margin-top: -2px;
	font-size: 18px;
	transform: rotate(90deg);
}

.fxp-renovate-aftercare__intro h3 {
	margin: 12px 0 0;
	max-width: 14ch;
	font-family: var(--fxp-display);
	font-size: clamp(32px, 3.8vw, 52px);
	font-weight: 600;
	line-height: 1.04;
	letter-spacing: -0.035em;
}

.fxp-renovate-aftercare__intro > p:last-child {
	margin: 20px 0 0;
	max-width: 60ch;
	color: var(--fxp-muted);
	font-size: 16px;
	line-height: 1.65;
}

.fxp-renovate-aftercare__offer {
	padding: clamp(24px, 3vw, 38px);
	border: 1px solid var(--fxp-line-soft);
	border-radius: calc(var(--fxp-radius) - 4px);
	background: rgba(255, 255, 255, 0.88);
}

.fxp-renovate-aftercare__label {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 7px 13px;
	border-radius: 999px;
	background: var(--accent-soft);
	color: var(--accent);
	font-size: 12px;
	font-weight: 750;
	letter-spacing: 0.055em;
	text-transform: uppercase;
}

.fxp-renovate-aftercare__label svg {
	font-size: 15px;
}

.fxp-renovate-aftercare__offer ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px 20px;
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}

.fxp-renovate-aftercare__offer li {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--fxp-charcoal);
	font-size: 14px;
	font-weight: 650;
	line-height: 1.4;
}

.fxp-renovate-aftercare__offer li > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--accent-soft);
	color: var(--accent);
}

.fxp-renovate-aftercare__offer .fxp-amc-path__btn {
	justify-self: start;
	margin-top: 28px;
}

@media (max-width: 900px) {
	.fxp-renovate-aftercare {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	.fxp-renovate-aftercare {
		padding: 22px;
	}

	.fxp-renovate-aftercare__offer {
		padding: 22px;
	}

	.fxp-renovate-aftercare__offer ul {
		grid-template-columns: 1fr;
	}
}

@keyframes fxpPStepIn {
	from {
		opacity: 0;
		transform: translateY(14px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* ------------------------------------------------------------ Pillar proof */

.fxp-pillar-proof {
	position: relative;
	overflow: hidden;
	padding: clamp(72px, 8vw, 116px) 0;
	/* light accent tint so the band clearly separates from the
	   paper sections above and below it */
	background: color-mix(in srgb, var(--accent-soft) 45%, var(--fxp-white));
	border-top: 1px solid var(--fxp-line-soft);
}

.fxp-pillar-proof__dots {
	position: absolute;
	top: 52px;
	right: 42px;
	width: 108px;
	height: 128px;
	background-image: radial-gradient(var(--fxp-stone) 1.7px, transparent 1.8px);
	background-size: 19px 26px;
	opacity: 0.28;
	pointer-events: none;
}

.fxp-pillar-proof__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
	gap: clamp(44px, 6vw, 96px);
	align-items: center;
}

/* quote bubble floats over a soft circular wash with gold sparks */
.fxp-pillar-proof__stage {
	position: relative;
	padding: 34px 22px 44px;
}

.fxp-pillar-proof__wash {
	position: absolute;
	top: 2%;
	left: 5%;
	width: 72%;
	aspect-ratio: 1;
	border-radius: 50%;
	background: color-mix(in srgb, var(--accent-soft) 88%, var(--fxp-white));
	animation: fxpWashBreathe 9s ease-in-out infinite alternate;
	pointer-events: none;
}

@keyframes fxpWashBreathe {
	from {
		transform: translate3d(0, 0, 0) scale(1);
	}
	to {
		transform: translate3d(2%, -2%, 0) scale(1.07);
	}
}

.fxp-pillar-proof__spark {
	position: absolute;
	z-index: 2;
	color: var(--fxp-gold);
	font-size: 22px;
	animation: fxpTwinkle 3.4s ease-in-out infinite alternate;
	pointer-events: none;
}

.fxp-pillar-proof__spark svg {
	fill: currentColor;
	stroke: none;
}

.fxp-pillar-proof__spark--a {
	top: 2px;
	right: 17%;
}

.fxp-pillar-proof__spark--b {
	right: 4%;
	bottom: 8%;
	font-size: 15px;
	animation-delay: 1.4s;
}

@keyframes fxpTwinkle {
	from {
		opacity: 0.3;
		transform: scale(0.75) rotate(-8deg);
	}
	to {
		opacity: 1;
		transform: scale(1.08) rotate(6deg);
	}
}

.fxp-proof-bubble {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: clamp(30px, 3.4vw, 46px) clamp(28px, 4vw, 54px);
	border: 1px solid var(--fxp-line-soft);
	border-radius: 22px;
	background: var(--fxp-soft);
	box-shadow: var(--fxp-shadow);
}

/* once revealed, the bubble hovers gently */
.fxp-pillar-proof__stage.is-visible .fxp-proof-bubble {
	animation: fxpBubbleFloat 7s ease-in-out 1600ms infinite alternate;
}

@keyframes fxpBubbleFloat {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(-9px);
	}
}

/* speech-bubble tail */
.fxp-proof-bubble::after {
	position: absolute;
	left: 14%;
	bottom: -15px;
	width: 30px;
	height: 30px;
	border-right: 1px solid var(--fxp-line-soft);
	border-bottom: 1px solid var(--fxp-line-soft);
	border-radius: 0 0 6px 0;
	background: var(--fxp-soft);
	transform: rotate(45deg);
	content: "";
}

.fxp-proof-bubble__mark {
	position: absolute;
	font-family: var(--fxp-display);
	font-size: clamp(80px, 8vw, 118px);
	font-weight: 700;
	line-height: 1;
	color: var(--fxp-ink);
	opacity: 0;
	transform: translateY(12px);
	pointer-events: none;
}

.fxp-pillar-proof__stage.is-visible .fxp-proof-bubble__mark {
	opacity: 0.07;
	transform: translateY(0);
	transition: opacity 620ms ease 520ms, transform 620ms cubic-bezier(0.22, 0.9, 0.3, 1) 520ms;
}

.fxp-pillar-proof__stage.is-visible .fxp-proof-bubble__mark--close {
	transition-delay: 780ms;
}

.fxp-proof-bubble__mark--open {
	top: 16px;
	left: 22px;
}

.fxp-proof-bubble__mark--close {
	right: 28px;
	bottom: -10px;
}

.fxp-pillar-proof__stars {
	display: inline-flex;
	gap: 6px;
	/* start clear of the ghost opening quote mark */
	margin-left: clamp(44px, 5vw, 74px);
	margin-bottom: 20px;
}

.fxp-pillar-proof__stars i {
	display: inline-flex;
	font-style: normal;
}

.fxp-pillar-proof__stars svg {
	width: 21px;
	height: 21px;
	fill: #eda921;
	stroke: none;
}

/* stars pop one by one once the stage reveals */
.fxp-reveal.is-visible .fxp-pillar-proof__stars i {
	animation: fxpCheckPop 380ms cubic-bezier(0.34, 1.56, 0.64, 1) both;
	animation-delay: calc(var(--star-index, 0) * 85ms + 350ms);
}

.fxp-proof-bubble blockquote {
	margin: 0;
}

.fxp-proof-bubble blockquote p {
	margin: 0;
	max-width: 26ch;
	font-family: var(--fxp-display);
	font-size: clamp(20px, 2.1vw, 27px);
	font-weight: 500;
	line-height: 1.42;
	color: var(--fxp-charcoal);
	text-wrap: balance;
}

.fxp-proof-bubble figcaption {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 26px;
	opacity: 0;
	transform: translateY(10px);
}

.fxp-pillar-proof__stage.is-visible .fxp-proof-bubble figcaption {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 520ms ease 820ms, transform 520ms cubic-bezier(0.22, 0.9, 0.3, 1) 820ms;
}

.fxp-proof-bubble__avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: var(--accent-soft);
	color: var(--accent);
	font-size: 20px;
}

.fxp-proof-bubble__id strong {
	display: block;
	font-size: 15.5px;
}

.fxp-proof-bubble__id span {
	display: block;
	margin-top: 2px;
	color: var(--fxp-stone);
	font-size: 13.5px;
}

/* stat panel with the floating shield badge */
.fxp-pillar-proof__panel {
	position: relative;
	padding: 46px 34px 32px;
	border: 1px solid color-mix(in srgb, var(--accent) 34%, transparent);
	border-radius: 20px;
	background: var(--fxp-white);
	box-shadow: var(--fxp-soft-shadow);
}

.fxp-pillar-proof__badge {
	position: absolute;
	top: -28px;
	left: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border: 5px solid color-mix(in srgb, var(--accent-soft) 45%, var(--fxp-white));
	border-radius: 50%;
	background: var(--accent);
	color: var(--fxp-white);
	font-size: 23px;
	transform: translateX(-50%);
}

.fxp-pillar-proof__panel.is-visible .fxp-pillar-proof__badge {
	animation: fxpBadgeDrop 520ms cubic-bezier(0.34, 1.56, 0.64, 1) 220ms both;
}

@keyframes fxpBadgeDrop {
	from {
		opacity: 0;
		transform: translateX(-50%) translateY(-12px) scale(0.5);
	}
	to {
		opacity: 1;
		transform: translateX(-50%) translateY(0) scale(1);
	}
}

.fxp-pillar-proof__kicker {
	margin-bottom: 14px;
	color: var(--accent);
}

.fxp-pillar-proof__kicker::before {
	content: none;
}

/* panel contents step in: kicker, stat, points, link */
.fxp-pillar-proof__panel .fxp-pillar-proof__kicker,
.fxp-pillar-proof__panel .fxp-pillar-proof__stat,
.fxp-pillar-proof__panel .fxp-pillar-proof__link {
	opacity: 0;
	transform: translateY(12px);
}

.fxp-pillar-proof__panel.is-visible .fxp-pillar-proof__kicker {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 460ms ease 380ms, transform 460ms cubic-bezier(0.22, 0.9, 0.3, 1) 380ms;
}

.fxp-pillar-proof__panel.is-visible .fxp-pillar-proof__stat {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 460ms ease 500ms, transform 460ms cubic-bezier(0.22, 0.9, 0.3, 1) 500ms;
}

.fxp-pillar-proof__panel.is-visible .fxp-pillar-proof__link {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 460ms ease 1080ms, transform 460ms cubic-bezier(0.22, 0.9, 0.3, 1) 1080ms;
}

.fxp-pillar-proof__stat {
	margin: 0;
	display: grid;
	gap: 5px;
}

.fxp-pillar-proof__stat strong {
	font-family: var(--fxp-display);
	font-size: clamp(46px, 4.4vw, 62px);
	font-weight: 700;
	line-height: 1;
	color: var(--accent);
}

.fxp-pillar-proof__stat span {
	color: var(--fxp-muted);
	font-size: 15px;
}

.fxp-pillar-proof__points {
	display: grid;
	gap: 15px;
	margin: 22px 0 0;
	padding: 22px 0;
	border-top: 1px solid var(--fxp-line-soft);
	border-bottom: 1px solid var(--fxp-line-soft);
	list-style: none;
}

.fxp-pillar-proof__points li {
	display: flex;
	align-items: center;
	gap: 14px;
	color: var(--fxp-charcoal);
	font-size: 15px;
	font-weight: 500;
}

.fxp-pillar-proof__panel.is-visible .fxp-pillar-proof__points li {
	animation: fxpPStepIn 460ms cubic-bezier(0.22, 0.9, 0.3, 1) both;
	animation-delay: calc(var(--point-index, 0) * 110ms + 660ms);
}

.fxp-pillar-proof__point-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--accent-soft);
	color: var(--accent);
	font-size: 17px;
}

.fxp-pillar-proof__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 24px;
	padding-bottom: 3px;
	border-bottom: 1.5px solid color-mix(in srgb, var(--accent) 45%, transparent);
	color: var(--accent);
	font-size: 15px;
	font-weight: 700;
	transition: border-color 180ms ease;
}

.fxp-pillar-proof__link:hover {
	border-color: var(--accent);
}

.fxp-pillar-proof__link svg {
	transition: transform 200ms ease;
}

.fxp-pillar-proof__link:hover svg {
	transform: translateX(4px);
}

/* --------------------------------------------------------- Adjacent strip */

.fxp-pillar-adjacent {
	padding: clamp(68px, 7vw, 104px) 0;
	background: var(--fxp-paper);
	border-top: 1px solid var(--fxp-line-soft);
}

.fxp-pillar-adjacent__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 32px;
	margin-bottom: clamp(30px, 3.4vw, 44px);
}

.fxp-pillar-adjacent__head h2 {
	max-width: 22ch;
	font-size: clamp(30px, 3vw, 44px);
}

/* handwritten accent word, mockup-style */
.fxp-script-accent {
	position: relative;
	display: inline-block;
	font-family: "Caveat", cursive;
	font-style: normal;
	font-weight: 600;
	font-size: 1.3em;
	line-height: 0.8;
	color: var(--accent);
}

.fxp-script-accent::after {
	position: absolute;
	left: 2%;
	right: 4%;
	bottom: -0.12em;
	height: 0.28em;
	border-bottom: 3px solid var(--accent);
	border-radius: 50%;
	opacity: 0.7;
	content: "";
}

/* the script word springs in, then its underline draws itself */
.fxp-pillar-adjacent__head.is-visible .fxp-script-accent {
	animation: fxpScriptPop 560ms cubic-bezier(0.34, 1.56, 0.64, 1) 420ms both;
}

.fxp-pillar-adjacent__head.is-visible .fxp-script-accent::after {
	transform: scaleX(1);
	transition: transform 420ms cubic-bezier(0.22, 0.9, 0.3, 1) 880ms;
}

.fxp-pillar-adjacent__head .fxp-script-accent::after {
	transform: scaleX(0);
	transform-origin: left;
}

@keyframes fxpScriptPop {
	from {
		opacity: 0;
		transform: scale(0.55) rotate(-7deg);
	}
	to {
		opacity: 1;
		transform: scale(1) rotate(0deg);
	}
}

.fxp-pillar-adjacent__note {
	flex: 0 0 auto;
	max-width: 230px;
	margin: 0 0 6px;
	font-family: "Caveat", cursive;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--fxp-stone);
}

/* side note wipes in left-to-right, like it's being written */
.fxp-pillar-adjacent__head .fxp-pillar-adjacent__note {
	opacity: 0;
	clip-path: inset(0 100% 0 0);
}

.fxp-pillar-adjacent__head.is-visible .fxp-pillar-adjacent__note {
	opacity: 1;
	clip-path: inset(0 0 0 0);
	transition: clip-path 900ms ease 1000ms, opacity 300ms ease 1000ms;
}

.fxp-pillar-adjacent__row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.fxp-adjacent-tile {
	display: flex;
	flex-direction: column;
	padding: 16px 20px 24px;
	border: 1px solid var(--fxp-line-soft);
	border-radius: var(--fxp-radius);
	background: var(--fxp-white);
	box-shadow: var(--fxp-soft-shadow);
	transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.fxp-adjacent-tile:hover {
	transform: translateY(-4px);
	border-color: var(--accent, var(--fxp-line-strong));
	box-shadow: var(--fxp-card-shadow);
}

.fxp-adjacent-tile__media {
	position: relative;
	margin: 0 -6px 14px;
}

.fxp-adjacent-tile__media img {
	width: 100%;
	height: auto;
	aspect-ratio: 5 / 4;
	object-fit: cover;
	border-radius: 12px;
}

/* tiles without an illustration get a soft icon blob instead */
.fxp-adjacent-tile__iconbig {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 5 / 4;
	border-radius: 12px;
	background: color-mix(in srgb, var(--accent-soft, var(--fxp-sage-soft)) 55%, var(--fxp-white));
	color: var(--accent, var(--fxp-sage));
	font-size: 52px;
}

.fxp-adjacent-tile__badge {
	position: absolute;
	top: 10px;
	left: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 16px;
	background: var(--accent, var(--fxp-sage));
	color: var(--fxp-white);
	font-size: 22px;
	box-shadow: var(--fxp-soft-shadow);
	transition: transform 220ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

.fxp-adjacent-tile:hover .fxp-adjacent-tile__badge {
	transform: scale(1.08) rotate(-4deg);
}

/* badges pop and dashes draw one card after another */
.fxp-adjacent-tile.is-visible .fxp-adjacent-tile__badge {
	animation: fxpCheckPop 460ms cubic-bezier(0.34, 1.56, 0.64, 1) both;
	animation-delay: calc(var(--adj-index, 0) * 110ms + 380ms);
}

.fxp-adjacent-tile .fxp-adjacent-tile__dash {
	transform: scaleX(0);
	transform-origin: left;
}

.fxp-adjacent-tile.is-visible .fxp-adjacent-tile__dash {
	transform: scaleX(1);
	transition: transform 380ms cubic-bezier(0.22, 0.9, 0.3, 1) calc(var(--adj-index, 0) * 110ms + 520ms);
}

.fxp-adjacent-tile strong {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: var(--fxp-display);
	font-size: 19px;
	font-weight: 600;
	color: var(--fxp-ink);
}

.fxp-adjacent-tile strong svg {
	font-size: 17px;
	color: var(--accent, var(--fxp-stone));
	transition: transform 200ms ease;
}

.fxp-adjacent-tile:hover strong svg {
	transform: translateX(4px);
}

.fxp-adjacent-tile__dash {
	width: 30px;
	height: 3px;
	margin-top: 11px;
	border-radius: 2px;
	background: var(--accent, var(--fxp-sage));
	opacity: 0.75;
}

.fxp-adjacent-tile p {
	margin: 11px 0 0;
	color: var(--fxp-muted);
	font-size: 14.5px;
	line-height: 1.6;
}

/* footer promise pill */
.fxp-pillar-adjacent__foot {
	display: flex;
	align-items: center;
	gap: 18px;
	width: fit-content;
	margin: clamp(28px, 3.4vw, 42px) auto 0;
	padding: 16px 30px;
	border-radius: 14px;
	background: var(--accent-soft);
	box-shadow: inset 4px 0 0 var(--accent);
}

.fxp-pillar-adjacent__foot > svg {
	flex: 0 0 auto;
	font-size: 26px;
	color: var(--accent);
}

/* headset gives a little "on the line" wiggle once the pill lands */
.fxp-pillar-adjacent__foot.is-visible > svg {
	animation: fxpHeadsetWiggle 700ms ease 600ms 1;
	transform-origin: 50% 60%;
}

@keyframes fxpHeadsetWiggle {
	0%, 100% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(-9deg);
	}
	55% {
		transform: rotate(7deg);
	}
	80% {
		transform: rotate(-3deg);
	}
}

.fxp-pillar-adjacent__foot-sep {
	align-self: stretch;
	width: 1px;
	background: var(--fxp-line-strong);
	opacity: 0.4;
}

.fxp-pillar-adjacent__foot-text span {
	display: block;
	color: var(--fxp-charcoal);
	font-size: 14.5px;
}

.fxp-pillar-adjacent__foot-text strong {
	display: block;
	margin-top: 2px;
	color: var(--accent);
	font-size: 16.5px;
	font-weight: 700;
}

/* ------------------------------------------------------------- Pillar FAQ */

.fxp-pillar-faq {
	padding: clamp(72px, 8vw, 116px) 0;
	background: linear-gradient(180deg, var(--fxp-white), var(--fxp-soft));
	border-top: 1px solid var(--fxp-line-soft);
}

.fxp-pillar-faq__head {
	max-width: 680px;
	margin-bottom: clamp(36px, 4vw, 52px);
}

.fxp-pillar-faq__head .fxp-kicker {
	color: var(--accent);
}

.fxp-pillar-faq__sub {
	margin: 16px 0 0;
	color: var(--fxp-muted);
	font-size: 17px;
}

/* marker-stroke underline under the accent word */
.fxp-mark-accent {
	position: relative;
	display: inline-block;
}

.fxp-mark-accent::after {
	position: absolute;
	left: -1%;
	right: -3%;
	bottom: -0.1em;
	height: 0.14em;
	border-bottom: 4px solid var(--accent);
	border-radius: 40%;
	opacity: 0.85;
	transform: scaleX(0) rotate(-1.4deg);
	transform-origin: left;
	content: "";
}

.fxp-pillar-faq__head.is-visible .fxp-mark-accent::after {
	transform: scaleX(1) rotate(-1.4deg);
	transition: transform 460ms cubic-bezier(0.22, 0.9, 0.3, 1) 520ms;
}

.fxp-pillar-faq__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	align-items: start;
}

.fxp-faq-card {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	column-gap: 22px;
	align-items: center;
	padding: 22px 26px;
	border: 1px solid var(--fxp-line-soft);
	border-radius: var(--fxp-radius);
	background: var(--fxp-white);
	box-shadow: var(--fxp-soft-shadow);
	transition: transform 220ms ease, border-color 220ms ease;
}

.fxp-faq-card:hover {
	transform: translateY(-2px);
	border-color: var(--fxp-line);
}

.fxp-faq-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	border: 1px solid var(--fxp-line-soft);
	border-radius: 50%;
	background: var(--fxp-soft);
	color: var(--fxp-charcoal);
	font-size: 30px;
}

.fxp-faq-card.is-visible .fxp-faq-card__icon {
	animation: fxpCheckPop 420ms cubic-bezier(0.34, 1.56, 0.64, 1) both;
	animation-delay: calc(var(--faq-index, 0) * 90ms + 260ms);
}

.fxp-faq-card__body {
	border-left: 1px solid var(--fxp-line-soft);
	padding-left: 22px;
}

.fxp-faq-card__body summary {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	cursor: pointer;
	list-style: none;
}

.fxp-faq-card__body summary::-webkit-details-marker {
	display: none;
}

.fxp-faq-card__q {
	flex: 1;
	font-family: var(--fxp-display);
	font-size: 17.5px;
	font-weight: 600;
	color: var(--fxp-ink);
}

.fxp-faq-card__chev {
	flex: 0 0 auto;
	margin-top: 3px;
	color: var(--fxp-muted);
	font-size: 18px;
	transition: transform 240ms ease;
}

.fxp-faq-card__body[open] .fxp-faq-card__chev {
	transform: rotate(180deg);
}

.fxp-faq-card__body p {
	margin: 10px 0 0;
	color: var(--fxp-muted);
	font-size: 15px;
	line-height: 1.6;
}

/* still-have-a-question bar */
.fxp-pillar-faq__cta {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-top: 30px;
	padding: 14px 16px 14px 14px;
	border: 1px solid var(--fxp-line-soft);
	border-radius: 18px;
	background: var(--fxp-paper-2);
}

.fxp-pillar-faq__cta-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: var(--accent);
	color: var(--fxp-white);
	font-size: 22px;
}

.fxp-pillar-faq__cta.is-visible .fxp-pillar-faq__cta-icon {
	animation: fxpHeadsetWiggle 700ms ease 500ms 1;
	transform-origin: 50% 55%;
}

.fxp-pillar-faq__cta p {
	display: grid;
	gap: 2px;
	margin: 0;
}

.fxp-pillar-faq__cta strong {
	color: var(--fxp-ink);
	font-family: var(--fxp-display);
	font-size: 17px;
	font-weight: 600;
}

.fxp-pillar-faq__cta p span {
	color: var(--fxp-muted);
	font-size: 14.5px;
}

.fxp-pillar-faq__cta-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	flex: 0 0 auto;
	margin-left: auto;
	padding: 13px 24px;
	border-radius: 12px;
	background: var(--accent);
	color: var(--fxp-white);
	font-size: 15px;
	font-weight: 700;
	transition: transform 200ms ease, filter 200ms ease;
}

.fxp-pillar-faq__cta-btn:hover {
	transform: translateY(-2px);
	filter: brightness(1.08);
}

.fxp-pillar-faq__cta-btn svg {
	font-size: 17px;
	transition: transform 200ms ease;
}

.fxp-pillar-faq__cta-btn:hover svg {
	transform: translateX(3px);
}

/* -------------------------------------------------------------- CTA band */

.fxp-pillar-cta {
	position: relative;
	overflow: hidden;
	padding: clamp(76px, 8vw, 120px) 0;
	border-top: 1px solid var(--fxp-line-soft);
	background:
		radial-gradient(90% 120% at 85% 20%, var(--accent-soft), transparent 55%),
		var(--fxp-paper);
}

/* thin ring decor drifting off the left edge */
.fxp-pillar-cta__ring {
	position: absolute;
	top: 14%;
	left: -130px;
	width: 300px;
	height: 300px;
	border: 1px solid var(--fxp-line);
	border-radius: 50%;
	opacity: 0.7;
	pointer-events: none;
}

.fxp-pillar-cta__ring::after {
	position: absolute;
	top: 60%;
	left: 68%;
	width: 150px;
	height: 150px;
	border: 1px solid var(--fxp-line);
	border-radius: 50%;
	content: "";
}

.fxp-pillar-cta__grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 350px);
	gap: clamp(40px, 5vw, 80px);
	align-items: center;
}

.fxp-pillar-cta__inner {
	display: grid;
	justify-items: start;
	text-align: left;
}

/* content steps in top-to-bottom once revealed */
.fxp-pillar-cta__inner.is-visible > * {
	animation: fxpHeroRise 620ms cubic-bezier(0.22, 0.9, 0.3, 1) both;
	animation-delay: calc(var(--cta-item, 0) * 95ms + 120ms);
}

.fxp-pillar-cta__leaf {
	color: var(--accent);
	font-size: 27px;
	margin-bottom: 14px;
}

.fxp-pillar-cta__leaf svg {
	animation: fxpLeafSway 5s ease-in-out infinite alternate;
	transform-origin: 50% 90%;
}

@keyframes fxpLeafSway {
	from {
		transform: rotate(-5deg);
	}
	to {
		transform: rotate(6deg);
	}
}

.fxp-pillar-cta__kicker {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	color: var(--accent);
}

.fxp-pillar-cta__kicker::before {
	content: none;
}

.fxp-pillar-cta__kicker i {
	width: 28px;
	height: 1.5px;
	background: currentColor;
	opacity: 0.55;
}

/* left-aligned layout: leading dash only */
.fxp-pillar-cta__kicker i:last-of-type {
	display: none;
}

.fxp-pillar-cta h2 {
	font-size: clamp(38px, 4.4vw, 60px);
	color: color-mix(in srgb, var(--accent) 52%, var(--fxp-ink));
}

.fxp-pillar-cta__copy {
	max-width: 50ch;
	margin: 18px 0 32px;
	color: var(--fxp-muted);
	font-size: 17.5px;
	line-height: 1.6;
}

.fxp-pillar-cta__btn {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 17px 32px;
	border-radius: 14px;
	background: var(--accent);
	color: var(--fxp-white);
	font-size: 16.5px;
	font-weight: 700;
	box-shadow: var(--fxp-soft-shadow);
	transition: transform 200ms ease, filter 200ms ease, box-shadow 200ms ease;
}

.fxp-pillar-cta__btn:hover {
	transform: translateY(-3px);
	filter: brightness(1.08);
	box-shadow: var(--fxp-card-shadow);
}

.fxp-pillar-cta__btn svg {
	font-size: 19px;
}

.fxp-pillar-cta__phone {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 18px;
	color: var(--fxp-ink);
	font-size: 15.5px;
	font-weight: 700;
	transition: color 180ms ease;
}

.fxp-pillar-cta__phone svg {
	font-size: 18px;
	color: var(--accent);
}

.fxp-pillar-cta__phone:hover {
	color: var(--accent);
}

.fxp-pillar-cta__note {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 26px 0 0;
	color: var(--fxp-muted);
	font-size: 14.5px;
}

.fxp-pillar-cta__note svg {
	flex: 0 0 auto;
	font-size: 17px;
	color: var(--fxp-stone);
}

/* floating booking-steps card */
.fxp-pillar-cta__steps {
	display: grid;
	padding: 8px 26px;
	border: 1px solid var(--fxp-line-soft);
	border-radius: 20px;
	background: var(--fxp-white);
	box-shadow: var(--fxp-card-shadow);
}

.fxp-pillar-cta__step {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	align-items: center;
	column-gap: 16px;
	padding: 20px 0;
	border-top: 1px solid var(--fxp-line-soft);
}

.fxp-pillar-cta__step:first-child {
	border-top: 0;
}

.fxp-pillar-cta__steps.is-visible .fxp-pillar-cta__step {
	animation: fxpPStepIn 460ms cubic-bezier(0.22, 0.9, 0.3, 1) both;
	animation-delay: calc(var(--cta-step, 0) * 130ms + 320ms);
}

.fxp-pillar-cta__step-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--accent-soft);
	color: var(--accent);
	font-size: 20px;
}

.fxp-pillar-cta__step-text strong {
	display: block;
	color: var(--fxp-ink);
	font-family: var(--fxp-display);
	font-size: 15.5px;
	font-weight: 600;
}

.fxp-pillar-cta__step-text span {
	display: block;
	margin-top: 3px;
	color: var(--fxp-muted);
	font-size: 13.5px;
	line-height: 1.5;
}

/* ------------------------------------------------------- Service hero */

.fxp-svc-hero--care {
	--accent: var(--fxp-sage);
	--accent-soft: var(--fxp-sage-soft);
}

.fxp-svc-hero--fresh {
	--accent: var(--fxp-blue);
	--accent-soft: var(--fxp-blue-soft);
}

.fxp-svc-hero--projects {
	--accent: var(--fxp-lilac);
	--accent-soft: var(--fxp-lilac-soft);
}

.fxp-svc-hero--shop {
	--accent: var(--fxp-gold);
	--accent-soft: var(--fxp-gold-soft);
}

.fxp-svc-hero {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(112deg, var(--fxp-soft) 42%, rgba(251, 249, 244, 0) 72%),
		color-mix(in srgb, var(--accent-soft) 22%, var(--fxp-soft));
	border-bottom: 1px solid var(--fxp-line-soft);
}

/* full-bleed lifestyle photo on the right, blended into the section */
.fxp-svc-hero__media {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: min(57%, 880px);
	animation: fxpSvcMediaIn 900ms ease both;
}

@keyframes fxpSvcMediaIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.fxp-svc-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* keep the AC unit, skyline, and couple in frame */
	object-position: center top;
}

.fxp-svc-hero__media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, var(--fxp-soft) 0%, rgba(251, 249, 244, 0) 30%);
	content: "";
}

.fxp-svc-hero__grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
	gap: clamp(36px, 4vw, 72px);
	align-items: center;
	min-height: 800px;
	padding: clamp(44px, 5vw, 72px) 0 clamp(56px, 6.5vw, 92px);
}

.fxp-svc-hero__item {
	animation: fxpHeroRise 640ms cubic-bezier(0.22, 0.9, 0.3, 1) both;
	animation-delay: calc(var(--svc-item, 0) * 95ms);
}

.fxp-svc-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 22px;
	padding: 9px 18px;
	border: 1px solid color-mix(in srgb, var(--accent) 22%, transparent);
	border-radius: 999px;
	background: color-mix(in srgb, var(--accent-soft) 55%, var(--fxp-white));
	color: color-mix(in srgb, var(--accent) 70%, var(--fxp-ink));
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.fxp-svc-hero__badge i {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--accent);
}

.fxp-svc-hero h1 {
	max-width: 14ch;
	font-size: clamp(42px, 5vw, 72px);
}

.fxp-svc-hero__word {
	color: color-mix(in srgb, var(--accent) 55%, var(--fxp-ink));
}

.fxp-svc-hero .fxp-lede {
	max-width: 46ch;
	margin-top: 20px;
}

.fxp-svc-hero .fxp-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}

.fxp-svc-hero__btn {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 16px 28px;
	border: 1px solid transparent;
	border-radius: 13px;
	background: color-mix(in srgb, var(--accent) 72%, var(--fxp-ink));
	color: var(--fxp-white);
	font-size: 15.5px;
	font-weight: 700;
	box-shadow: var(--fxp-soft-shadow);
	transition: transform 200ms ease, filter 200ms ease;
}

.fxp-svc-hero__btn:hover {
	transform: translateY(-2px);
	filter: brightness(1.1);
}

.fxp-svc-hero__btn svg {
	font-size: 18px;
}

.fxp-svc-hero__btn--ghost {
	background: rgba(255, 255, 255, 0.9);
	border-color: var(--fxp-line);
	color: var(--fxp-ink);
}

.fxp-svc-hero__btn--ghost:hover {
	filter: none;
	border-color: var(--fxp-line-strong);
}

.fxp-svc-hero__trust {
	display: inline-flex;
	margin-top: 36px;
	padding: 6px 4px;
	border: 1px solid var(--fxp-line-soft);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: var(--fxp-soft-shadow);
	backdrop-filter: blur(10px);
}

.fxp-svc-hero__trust-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 20px;
	border-left: 1px solid var(--fxp-line-soft);
}

.fxp-svc-hero__trust-item:first-child {
	border-left: 0;
}

.fxp-svc-hero__trust-item > svg {
	flex: 0 0 auto;
	font-size: 22px;
	color: color-mix(in srgb, var(--accent) 62%, var(--fxp-ink));
}

.fxp-svc-hero__trust-text span {
	display: block;
	color: var(--fxp-muted);
	font-size: 12.5px;
}

.fxp-svc-hero__trust-text strong {
	display: block;
	color: var(--fxp-ink);
	font-size: 14.5px;
	font-weight: 700;
}

/* glass coverage panel over the photo — bottom-anchored so the
   AC unit in the photo stays visible above it */
.fxp-svc-hero__panel {
	position: relative;
	align-self: end;
	padding: 26px 26px 24px;
	border: 1px solid var(--fxp-line-soft);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.86);
	box-shadow: var(--fxp-card-shadow);
	backdrop-filter: saturate(140%) blur(16px);
	animation: fxpHeroMediaIn 860ms cubic-bezier(0.16, 1, 0.3, 1) 420ms both;
}

.fxp-svc-hero__panel-tile {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 16px;
	background: var(--accent-soft);
	color: var(--accent);
	font-size: 23px;
}

.fxp-svc-hero__panel-title {
	margin: 16px 0 4px;
	font-family: var(--fxp-display);
	font-size: 21px;
	font-weight: 600;
	color: var(--fxp-ink);
	text-wrap: balance;
}

.fxp-svc-hero__panel-rows {
	margin: 0;
	padding: 0;
	list-style: none;
}

.fxp-svc-hero__panel-rows li {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	align-items: center;
	column-gap: 14px;
	padding: 13px 0;
	border-top: 1px solid var(--fxp-line-soft);
	animation: fxpPStepIn 460ms cubic-bezier(0.22, 0.9, 0.3, 1) both;
	animation-delay: calc(var(--svc-row, 0) * 120ms + 640ms);
}

.fxp-svc-hero__panel-rows li:first-child {
	margin-top: 10px;
}

.fxp-svc-hero__row-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--accent-soft);
	color: var(--accent);
	font-size: 19px;
}

.fxp-svc-hero__row-text strong {
	display: block;
	color: var(--fxp-ink);
	font-family: var(--fxp-display);
	font-size: 15.5px;
	font-weight: 600;
}

.fxp-svc-hero__row-text span {
	display: block;
	margin-top: 2px;
	color: var(--fxp-muted);
	font-size: 13.5px;
	line-height: 1.5;
}

.fxp-svc-hero__panel-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
	padding-top: 16px;
	border-top: 1px solid var(--fxp-line-soft);
}

.fxp-svc-hero__panel-chips span {
	padding: 8px 14px;
	border: 1px solid var(--fxp-line-soft);
	border-radius: 999px;
	background: var(--fxp-soft);
	color: var(--fxp-charcoal);
	font-size: 12.5px;
	font-weight: 600;
	animation: fxpCheckPop 380ms cubic-bezier(0.34, 1.56, 0.64, 1) both;
	animation-delay: 1080ms;
}

/* seeded SEO body below the hero */
.fxp-svc-body {
	padding: clamp(56px, 7vw, 96px) 0;
	background: linear-gradient(180deg, var(--fxp-white), var(--fxp-soft));
}

.fxp-svc-body__inner {
	max-width: 780px;
}

/* the seeded intro repeats the hero lede on service pages — skip it */
.fxp-svc-body .fxp-content > .fxp-lede:first-child {
	display: none;
}

/* ------------------------------------------------- Service body sections */

.fxp-svc--care {
	--accent: var(--fxp-sage);
	--accent-soft: var(--fxp-sage-soft);
}

.fxp-svc--fresh {
	--accent: var(--fxp-blue);
	--accent-soft: var(--fxp-blue-soft);
}

.fxp-svc--projects {
	--accent: var(--fxp-lilac);
	--accent-soft: var(--fxp-lilac-soft);
}

.fxp-svc--shop {
	--accent: var(--fxp-gold);
	--accent-soft: var(--fxp-gold-soft);
}

/* why-it-matters split with 2x2 feature cards */
.fxp-svcfeat {
	padding: clamp(64px, 7.5vw, 108px) 0;
	background: var(--fxp-white);
}

.fxp-svcfeat__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(40px, 5vw, 84px);
	align-items: center;
}

.fxp-svcfeat__copy .fxp-kicker {
	color: var(--accent);
}

.fxp-svcfeat__copy h2 {
	max-width: 18ch;
	font-size: clamp(28px, 2.9vw, 40px);
}

.fxp-svcfeat__para {
	margin: 16px 0 0;
	color: var(--fxp-muted);
	font-size: 15.5px;
	line-height: 1.65;
}

.fxp-svcfeat__btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 26px;
	padding: 13px 24px;
	border: 1px solid var(--fxp-line);
	border-radius: 12px;
	background: var(--fxp-white);
	color: var(--fxp-ink);
	font-size: 14.5px;
	font-weight: 700;
	transition: border-color 200ms ease, color 200ms ease, transform 200ms ease;
}

.fxp-svcfeat__btn:hover {
	transform: translateY(-2px);
	border-color: var(--accent);
	color: var(--accent);
}

.fxp-svcfeat__btn svg {
	transition: transform 200ms ease;
}

.fxp-svcfeat__btn:hover svg {
	transform: translateX(3px);
}

.fxp-svcfeat__cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.fxp-svcfeat__card {
	padding: 24px;
	border: 1px solid var(--fxp-line-soft);
	border-radius: var(--fxp-radius);
	background: var(--fxp-soft);
	transition: transform 220ms ease, border-color 220ms ease;
}

.fxp-svcfeat__card:hover {
	transform: translateY(-3px);
	border-color: var(--fxp-line);
}

.fxp-svcfeat__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 14px;
	background: var(--accent-soft);
	color: var(--accent);
	font-size: 21px;
}

.fxp-svcfeat__card.is-visible .fxp-svcfeat__icon {
	animation: fxpCheckPop 420ms cubic-bezier(0.34, 1.56, 0.64, 1) both;
	animation-delay: calc(var(--feat-index, 0) * 90ms + 240ms);
}

.fxp-svcfeat__card strong {
	display: block;
	margin-top: 15px;
	font-family: var(--fxp-display);
	font-size: 16.5px;
	font-weight: 600;
	color: var(--fxp-ink);
}

.fxp-svcfeat__card p {
	margin: 8px 0 0;
	color: var(--fxp-muted);
	font-size: 14px;
	line-height: 1.6;
}

/* centered icon step timeline */
/* -------------------------------------------- Service maintenance types */

.fxp-svctypes {
	padding: clamp(64px, 7.5vw, 108px) 0;
	background: var(--fxp-paper);
	border-top: 1px solid var(--fxp-line-soft);
}

.fxp-svctypes__head {
	max-width: 680px;
	margin-bottom: clamp(28px, 3.4vw, 44px);
}

.fxp-svctypes__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(18px, 2.2vw, 28px);
}

.fxp-svctype {
	position: relative;
	overflow: hidden;
	padding: clamp(26px, 2.8vw, 36px) clamp(24px, 2.8vw, 36px);
	border: 1px solid var(--fxp-line-soft);
	border-radius: var(--fxp-radius);
	background: var(--fxp-white);
	box-shadow: var(--fxp-soft-shadow);
	transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.fxp-svctype:hover {
	transform: translateY(-4px);
	border-color: var(--accent);
	box-shadow: var(--fxp-card-shadow);
}

.fxp-svctype__num {
	position: absolute;
	top: 14px;
	right: 22px;
	font-family: var(--fxp-display);
	font-size: 44px;
	font-weight: 700;
	color: var(--accent-soft);
}

.fxp-svctype__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 16px;
	background: var(--accent-soft);
	color: var(--accent);
	font-size: 24px;
}

.fxp-svctype strong {
	display: block;
	margin-top: 18px;
	font-family: var(--fxp-display);
	font-size: 21px;
	font-weight: 600;
}

.fxp-svctype__dash {
	display: block;
	width: 34px;
	height: 3px;
	margin-top: 12px;
	border-radius: 2px;
	background: var(--accent);
	opacity: 0.75;
}

.fxp-svctype p {
	margin: 13px 0 0;
	max-width: 52ch;
	color: var(--fxp-muted);
	font-size: 15px;
	line-height: 1.65;
}

/* ------------------------------------------ Service complementary band */

.fxp-svccomp {
	padding: clamp(56px, 6.5vw, 92px) 0;
	background: var(--fxp-white);
	border-top: 1px solid var(--fxp-line-soft);
}

.fxp-svccomp__box {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
	gap: clamp(26px, 3.4vw, 56px);
	align-items: center;
	padding: clamp(28px, 3.2vw, 44px) clamp(26px, 3.4vw, 48px);
	border: 1.5px solid var(--accent);
	border-radius: var(--fxp-radius);
	background: linear-gradient(115deg, var(--accent-soft), var(--fxp-white) 72%);
}

.fxp-svccomp__wash {
	position: absolute;
	top: -70px;
	right: -70px;
	width: 280px;
	height: 280px;
	border-radius: 50%;
	background: radial-gradient(circle, var(--accent-soft), transparent 70%);
	pointer-events: none;
}

.fxp-svccomp__copy h2 {
	margin-top: 14px;
	font-size: clamp(24px, 2.4vw, 30px);
}

.fxp-svccomp__para {
	margin: 12px 0 0;
	max-width: 56ch;
	color: var(--fxp-muted);
	font-size: 15px;
	line-height: 1.65;
}

.fxp-svccomp__side {
	position: relative;
	display: grid;
	gap: 18px;
	justify-items: start;
}

.fxp-svccomp__outcome {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 0;
	padding: 16px 20px;
	border: 1px solid var(--fxp-line-soft);
	border-radius: 14px;
	background: var(--fxp-white);
	color: var(--fxp-charcoal);
	font-size: 14.5px;
	line-height: 1.6;
	box-shadow: var(--fxp-soft-shadow);
}

.fxp-svccomp__outcome svg {
	flex: 0 0 auto;
	margin-top: 2px;
	font-size: 19px;
	color: var(--accent);
}

.fxp-svccomp__btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 26px;
	border-radius: 999px;
	background: var(--accent);
	color: var(--fxp-white);
	font-size: 15px;
	font-weight: 700;
	box-shadow: var(--fxp-soft-shadow);
	transition: transform 200ms ease, filter 200ms ease;
}

.fxp-svccomp__btn:hover {
	transform: translateY(-2px);
	filter: brightness(1.08);
}

.fxp-svccomp__btn svg {
	font-size: 16px;
	transition: transform 200ms ease;
}

.fxp-svccomp__btn:hover svg {
	transform: translateX(3px);
}

.fxp-svcrel .fxp-notlisted {
	margin-top: clamp(28px, 3.4vw, 44px);
}

.fxp-svcsteps {
	padding: clamp(64px, 7.5vw, 108px) 0;
	background: linear-gradient(180deg, var(--fxp-soft), var(--fxp-paper));
	border-top: 1px solid var(--fxp-line-soft);
}

.fxp-svcsteps--amc-first {
	background:
		radial-gradient(circle at 88% 8%, var(--accent-soft), transparent 32%),
		linear-gradient(180deg, var(--fxp-soft), var(--fxp-paper));
}

.fxp-svc-amc {
	display: grid;
	grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(30px, 5vw, 72px);
	align-items: center;
	padding: clamp(30px, 4.5vw, 58px);
	border: 1px solid var(--accent);
	border-radius: var(--fxp-radius);
	background: linear-gradient(135deg, var(--fxp-white) 0%, var(--fxp-white) 58%, var(--accent-soft) 145%);
	box-shadow: 0 24px 70px rgba(30, 33, 28, 0.09);
}

.fxp-svc-amc__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 14px;
	border-radius: 999px;
	background: var(--accent-soft);
	color: var(--accent);
	font-size: 12px;
	font-weight: 750;
	letter-spacing: 0.055em;
	text-transform: uppercase;
}

.fxp-svc-amc__badge svg {
	font-size: 15px;
}

.fxp-svc-amc__intro h2 {
	margin: 18px 0 0;
	max-width: 12ch;
	font-family: var(--fxp-display);
	font-size: clamp(34px, 4vw, 54px);
	font-weight: 600;
	line-height: 1.03;
	letter-spacing: -0.035em;
}

.fxp-svc-amc__intro p {
	margin: 18px 0 0;
	max-width: 54ch;
	color: var(--fxp-muted);
	font-size: 16px;
	line-height: 1.65;
}

.fxp-svc-amc__offer {
	padding: clamp(24px, 3vw, 38px);
	border: 1px solid var(--fxp-line-soft);
	border-radius: calc(var(--fxp-radius) - 4px);
	background: rgba(255, 255, 255, 0.82);
}

.fxp-svc-amc__offer ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fxp-svc-amc__offer li {
	display: flex;
	align-items: center;
	gap: 11px;
	color: var(--fxp-charcoal);
	font-size: 14px;
	font-weight: 650;
	line-height: 1.4;
}

.fxp-svc-amc__offer li > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--accent-soft);
	color: var(--accent);
}

.fxp-svc-amc__btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 30px;
	padding: 14px 24px;
	border-radius: 999px;
	background: var(--accent);
	color: var(--fxp-white);
	font-size: 14.5px;
	font-weight: 700;
	box-shadow: var(--fxp-soft-shadow);
	transition: transform 200ms ease, filter 200ms ease;
}

.fxp-svc-amc__btn:hover {
	transform: translateY(-2px);
	filter: brightness(1.08);
}

.fxp-svc-amc__btn svg {
	font-size: 16px;
	transition: transform 200ms ease;
}

.fxp-svc-amc__btn:hover svg {
	transform: translateX(3px);
}

.fxp-svcsteps__switch {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: clamp(34px, 4vw, 52px) auto 8px;
	text-align: center;
}

.fxp-svcsteps__switch strong {
	font-family: var(--fxp-display);
	font-size: 18px;
	font-weight: 650;
}

.fxp-svcsteps__switch span {
	margin-top: 5px;
	color: var(--fxp-muted);
	font-size: 14px;
}

.fxp-svcsteps__switch i {
	display: block;
	height: 28px;
	margin-top: 13px;
	border-left: 2px dotted var(--accent);
}

.fxp-svcsteps__switch > svg {
	margin-top: -2px;
	color: var(--accent);
	font-size: 17px;
	transform: rotate(90deg);
}

.fxp-svcsteps__head {
	text-align: center;
}

.fxp-svcsteps__kicker {
	display: block;
	color: var(--accent);
}

.fxp-svcsteps__kicker::before {
	content: none;
}

.fxp-svcsteps__head h2 {
	max-width: none;
	font-size: clamp(26px, 2.8vw, 38px);
}

.fxp-svcsteps__row {
	position: relative;
	margin-top: clamp(36px, 4.4vw, 56px);
}

.fxp-svcsteps__track {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fxp-svcstep {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.fxp-svcstep__disc {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 66px;
	height: 66px;
	border: 1px solid var(--fxp-line-soft);
	border-radius: 50%;
	background: var(--fxp-white);
	box-shadow: var(--fxp-soft-shadow);
	color: var(--fxp-charcoal);
	font-size: 26px;
}

.fxp-svcstep__num {
	position: absolute;
	top: -4px;
	left: -14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: color-mix(in srgb, var(--accent) 72%, var(--fxp-ink));
	color: var(--fxp-white);
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
}

.fxp-svcstep strong {
	display: block;
	margin-top: 18px;
	font-family: var(--fxp-display);
	font-size: 16.5px;
	font-weight: 600;
	color: var(--fxp-ink);
}

.fxp-svcstep p {
	margin: 8px 0 0;
	max-width: 26ch;
	color: var(--fxp-muted);
	font-size: 13.5px;
	line-height: 1.6;
}

.fxp-svcsteps__lines {
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
}

.fxp-svcsteps__lines span {
	position: absolute;
	top: 33px;
	left: calc(12.5% + var(--sline-index, 0) * 25% + 48px);
	width: calc(25% - 96px);
	border-top: 1.5px solid var(--fxp-line-strong);
	opacity: 0;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 420ms ease calc(var(--sline-index, 0) * 150ms + 320ms), opacity 200ms ease calc(var(--sline-index, 0) * 150ms + 320ms);
}

.fxp-svcsteps__track.is-filled .fxp-svcstep {
	animation: fxpPStepIn 500ms cubic-bezier(0.22, 0.9, 0.3, 1) both;
	animation-delay: calc(var(--sstep-index, 0) * 150ms);
}

.fxp-svcsteps__track.is-filled + .fxp-svcsteps__lines span {
	opacity: 0.7;
	transform: scaleX(1);
}

.fxp-svcsteps__track.is-filled .fxp-svcstep__num {
	animation: fxpCheckPop 380ms cubic-bezier(0.34, 1.56, 0.64, 1) both;
	animation-delay: calc(var(--sstep-index, 0) * 150ms + 260ms);
}

/* related services cards */
.fxp-svcrel {
	padding: clamp(64px, 7.5vw, 108px) 0;
	background: var(--fxp-white);
	border-top: 1px solid var(--fxp-line-soft);
}

.fxp-svcrel__card--care {
	--accent: var(--fxp-sage);
	--accent-soft: var(--fxp-sage-soft);
}

.fxp-svcrel__card--fresh {
	--accent: var(--fxp-blue);
	--accent-soft: var(--fxp-blue-soft);
}

.fxp-svcrel__card--projects {
	--accent: var(--fxp-lilac);
	--accent-soft: var(--fxp-lilac-soft);
}

.fxp-svcrel__card--shop {
	--accent: var(--fxp-gold);
	--accent-soft: var(--fxp-gold-soft);
}

.fxp-svcrel__head {
	max-width: 680px;
}

.fxp-svcrel__head .fxp-kicker {
	color: var(--accent);
}

.fxp-svcrel__head h2 {
	font-size: clamp(28px, 2.9vw, 40px);
}

.fxp-svcrel__lede {
	margin: 14px 0 0;
	color: var(--fxp-muted);
	font-size: 15.5px;
	line-height: 1.65;
}

.fxp-svcrel__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin-top: clamp(30px, 3.4vw, 44px);
}

.fxp-svcrel__card {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 20px;
	border: 1px solid var(--fxp-line-soft);
	border-radius: var(--fxp-radius);
	background: var(--fxp-soft);
	transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.fxp-svcrel__card:hover {
	transform: translateY(-4px);
	border-color: var(--accent);
	box-shadow: var(--fxp-soft-shadow);
}

.fxp-svcrel__media {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 62px;
	height: 66px;
}

.fxp-svcrel__media img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	transition: transform 220ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

.fxp-svcrel__card:hover .fxp-svcrel__media img {
	transform: scale(1.08) rotate(-3deg);
}

.fxp-svcrel__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 15px;
	background: var(--accent-soft);
	color: var(--accent);
	font-size: 23px;
	transition: transform 220ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

.fxp-svcrel__card:hover .fxp-svcrel__icon {
	transform: scale(1.08) rotate(-4deg);
}

.fxp-svcrel__body strong {
	display: block;
	font-family: var(--fxp-display);
	font-size: 16px;
	font-weight: 600;
	color: var(--fxp-ink);
}

.fxp-svcrel__body span {
	display: block;
	margin-top: 4px;
	color: var(--fxp-muted);
	font-size: 13px;
	line-height: 1.5;
}

.fxp-svcrel__more {
	margin-top: 28px;
	text-align: center;
}

.fxp-svcrel__more .fxp-svcfeat__btn {
	margin-top: 0;
}

/* FAQ accordion beside illustration */
.fxp-svcfaq {
	/* tighter bottom: the booking container follows on the same soft bg */
	padding: clamp(64px, 7.5vw, 108px) 0 clamp(36px, 4vw, 56px);
	background: linear-gradient(180deg, var(--fxp-white), var(--fxp-soft));
	border-top: 1px solid var(--fxp-line-soft);
}

.fxp-svcfaq__head .fxp-kicker {
	color: var(--accent);
}

.fxp-svcfaq__head h2 {
	font-size: clamp(28px, 2.9vw, 40px);
}

.fxp-svcfaq__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
	gap: clamp(40px, 5vw, 90px);
	align-items: center;
	margin-top: clamp(28px, 3vw, 40px);
}

.fxp-svcfaq__list {
	display: grid;
	gap: 12px;
}

.fxp-svcfaq__item {
	padding: 6px 20px;
	border: 1px solid var(--fxp-line-soft);
	border-radius: 14px;
	background: var(--fxp-white);
	box-shadow: var(--fxp-soft-shadow);
}

.fxp-svcfaq__item summary {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 13px 0;
	cursor: pointer;
	list-style: none;
}

.fxp-svcfaq__item summary::-webkit-details-marker {
	display: none;
}

.fxp-svcfaq__mark {
	flex: 0 0 auto;
	color: var(--accent);
	font-family: var(--fxp-display);
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
}

.fxp-svcfaq__mark::before {
	content: "+";
}

.fxp-svcfaq__item[open] .fxp-svcfaq__mark::before {
	content: "\2212";
}

.fxp-svcfaq__q {
	flex: 1;
	font-family: var(--fxp-display);
	font-size: 15.5px;
	font-weight: 600;
	color: var(--fxp-ink);
}

.fxp-svcfaq__chev {
	flex: 0 0 auto;
	color: var(--fxp-muted);
	font-size: 17px;
	transition: transform 240ms ease;
}

.fxp-svcfaq__item[open] .fxp-svcfaq__chev {
	transform: rotate(180deg);
}

.fxp-svcfaq__item > p {
	margin: 0 0 16px 32px;
	color: var(--fxp-muted);
	font-size: 14px;
	line-height: 1.65;
}

.fxp-svcfaq__illo img {
	width: 100%;
	height: auto;
}

/* soft booking container */
.fxp-svccta {
	padding: clamp(20px, 2.4vw, 40px) 0 clamp(72px, 8vw, 110px);
	background: var(--fxp-soft);
}

.fxp-svccta__box {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 400px);
	gap: clamp(32px, 4vw, 72px);
	align-items: center;
	padding: clamp(30px, 4vw, 54px);
	border: 1px solid var(--fxp-line-soft);
	border-radius: 26px;
	background: color-mix(in srgb, var(--accent-soft) 52%, var(--fxp-white));
}

.fxp-svccta__copy .fxp-kicker {
	color: var(--accent);
}

.fxp-svccta__copy .fxp-kicker::before {
	content: none;
}

.fxp-svccta__copy h2 {
	max-width: 16ch;
	font-size: clamp(28px, 3vw, 42px);
}

.fxp-svccta__lede {
	margin: 14px 0 26px;
	max-width: 40ch;
	color: var(--fxp-muted);
	font-size: 15.5px;
	line-height: 1.65;
}

.fxp-svccta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.fxp-svccta__btn {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	padding: 15px 26px;
	border: 1px solid transparent;
	border-radius: 12px;
	background: color-mix(in srgb, var(--accent) 72%, var(--fxp-ink));
	color: var(--fxp-white);
	font-size: 15px;
	font-weight: 700;
	transition: transform 200ms ease, filter 200ms ease;
}

.fxp-svccta__btn:hover {
	transform: translateY(-2px);
	filter: brightness(1.1);
}

.fxp-svccta__btn svg {
	font-size: 17px;
}

.fxp-svccta__btn--ghost {
	background: var(--fxp-white);
	border-color: var(--fxp-line);
	color: var(--fxp-ink);
}

.fxp-svccta__btn--ghost:hover {
	filter: none;
	border-color: var(--fxp-line-strong);
}

.fxp-svccta__btn--ghost svg {
	color: var(--accent);
}

.fxp-svccta__tiles {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.fxp-svccta__tile {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 11px;
	padding: 22px 14px;
	border: 1px solid var(--fxp-line-soft);
	border-radius: 16px;
	background: var(--fxp-white);
	text-align: center;
}

.fxp-svccta__box.is-visible .fxp-svccta__tile {
	animation: fxpPStepIn 460ms cubic-bezier(0.22, 0.9, 0.3, 1) both;
	animation-delay: calc(var(--tile-index, 0) * 100ms + 280ms);
}

.fxp-svccta__tile-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: var(--accent-soft);
	color: var(--accent);
	font-size: 20px;
}

.fxp-svccta__tile span:last-child {
	color: var(--fxp-charcoal);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
}

/* ------------------------------------------------- Pillar responsive */

@media (min-width: 1181px) and (max-width: 1500px) {
	.fxp-maintain-map__stage {
		height: 100%;
		min-height: 0;
	}

	.fxp-maintain-map--has-badge .fxp-maintain-map__stage {
		height: calc(100% - 44px);
	}

	.fxp-maintain-map {
		--map-rail-w: 170px;
	}

	.fxp-maintain-map__rail {
		top: 8px;
		bottom: 8px;
	}

	.fxp-maintain-map__link {
		gap: 7px;
		min-height: 36px;
	}

	.fxp-maintain-map__icon {
		width: 30px;
		height: 30px;
		font-size: 13px;
	}

	.fxp-maintain-map__link strong {
		font-size: 11.5px;
	}

	.fxp-maintain-map__illustration {
		left: 10.5%;
		right: 10.5%;
	}

	.fxp-maintain-map--fresh {
		--map-rail-w: 205px;
	}

	.fxp-maintain-map--fresh .fxp-maintain-map__illustration {
		left: 18%;
		right: 18%;
	}

	.fxp-maintain-map--projects {
		--map-rail-w: 190px;
	}

	.fxp-maintain-map--projects .fxp-maintain-map__illustration {
		left: 16.5%;
		right: 16.5%;
	}

	.fxp-maintain-map--shop {
		--map-rail-w: 205px;
	}

	.fxp-maintain-map--shop .fxp-maintain-map__illustration {
		left: 18%;
		right: 18%;
	}
}

@media (max-width: 1180px) {
	.fxp-maintain-hero {
		height: auto;
		min-height: 0;
	}

	.fxp-maintain-map__head {
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.fxp-maintain-map__badge {
		width: auto;
		min-height: 28px;
	}

	.fxp-pillar-hero__grid {
		grid-template-columns: 1fr;
	}

	.fxp-pillar-hero__media {
		max-width: 560px;
	}

	/* stacked layouts: the AMC chip joins the card's flow instead of floating
	   over the map, so it can never overlap the house; auto margins keep it
	   a compact centered pill */
	.fxp-maintain-map__head-plan {
		position: static;
		transform: none;
		display: flex;
		width: fit-content;
		margin-inline: auto;
	}

	/* stacked map: the image leads and both rails merge into one continuous
	   chip grid, so odd rail counts can't leave holes mid-list */
	.fxp-maintain-map__stage {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 10px;
		height: auto;
		min-height: 0;
		margin-top: 8px;
	}

	.fxp-maintain-hero__intro {
		flex-direction: column;
		align-items: flex-start;
	}

	.fxp-maintain-hero__intro-actions {
		justify-items: start;
		padding-bottom: 0;
	}

	/* two-class selector so the per-division inset overrides can't shift it */
	.fxp-maintain-map .fxp-maintain-map__illustration {
		position: relative;
		inset: auto;
		order: -1;
		grid-column: 1 / -1;
	}

	.fxp-maintain-map__illustration img {
		width: min(78%, 720px);
		height: auto;
		max-height: none;
		margin: -30px auto -18px;
		object-fit: initial;
	}

	.fxp-maintain-map__rail {
		display: contents;
	}

	.fxp-maintain-map__link[class] {
		position: static;
		transform: none;
		min-width: 0;
		padding: 9px 12px;
		border: 1px solid var(--fxp-line-soft);
		border-radius: 12px;
		background: rgba(255, 255, 255, 0.72);
		white-space: normal;
	}

	.fxp-maintain-map__link::before,
	.fxp-maintain-map__link::after {
		display: none;
	}

	.fxp-maintain-map__icon {
		width: 38px;
		height: 38px;
		border-radius: 8px;
		font-size: 16px;
	}

	.fxp-pillar-hero__dots {
		display: none;
	}

	.fxp-pillar-choose__grid,
	.fxp-pillar-proof__grid,
	.fxp-pillar-dir__layout,
	.fxp-pillar-cta__grid {
		grid-template-columns: 1fr;
	}

	.fxp-pillar-cta__steps {
		max-width: 460px;
		margin: 0 auto;
		width: 100%;
	}

	.fxp-pillar-cta__ring {
		display: none;
	}

	/* Service hero content stacks, while the desktop photo treatment stays
	   full-bleed behind the copy and coverage panel. */
	.fxp-svc-hero__grid {
		grid-template-columns: 1fr;
		min-height: 0;
		padding-bottom: 48px;
	}

	.fxp-svc-hero__panel {
		align-self: start;
	}

	.fxp-svcfeat__grid,
	.fxp-svcfaq__grid,
	.fxp-svccta__box,
	.fxp-svctypes__grid,
	.fxp-svccomp__box,
	.fxp-svc-amc {
		grid-template-columns: 1fr;
	}

	.fxp-svcfaq__illo {
		max-width: 300px;
		margin: 0 auto;
	}

	.fxp-svcsteps__track {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 32px 24px;
	}

	.fxp-svcsteps__lines {
		display: none;
	}

	.fxp-svcrel__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fxp-svc-hero__media {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
	}

	.fxp-svc-hero__media img {
		object-position: center top;
	}

	.fxp-svc-hero__media::after {
		background: linear-gradient(90deg, var(--fxp-soft) 0%, rgba(251, 249, 244, 0.92) 55%, rgba(251, 249, 244, 0.48) 100%);
	}

	.fxp-svc-hero {
		display: block;
	}

	.fxp-svc-hero__panel {
		max-width: 460px;
	}

	.fxp-pillar-dir__connector {
		display: none;
	}

	/* stacked layout: the arrow turns downward between the two cards */
	.fxp-pillar-choose__connector {
		justify-content: center;
	}

	.fxp-pillar-choose__connector i {
		transform: rotate(90deg);
	}

	.fxp-pillar-choose__connector::before,
	.fxp-pillar-choose__connector::after {
		display: none;
	}

	.fxp-pillar-process__track {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}

	.fxp-pillar-process__lines {
		display: none;
	}

	/* the stacked hero is far taller than wide, which stretches the ambient
	   ellipse until its edge reads as a straight vertical line; reshape it
	   into a wide, soft glow across the top instead */
	.fxp-pillar-hero__ambient {
		background: radial-gradient(85% 30% at 70% 10%, var(--accent-soft), transparent 74%);
	}

	/* the card's top-right corner wash clips at its own box edges here (the
	   42% x 38% box grows tall, so the fade never completes): visible as a
	   hard vertical line. The reshaped ambient already covers this role. */
	.fxp-maintain-hero::before {
		display: none;
	}

	.fxp-pillar-adjacent__row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fxp-pillar-adjacent__note {
		display: none;
	}

	.fxp-pillar-dir__layout--wide .fxp-pillar-dir__intro {
		display: block;
	}

	.fxp-pillar-dir__layout--wide .fxp-pillar-dir__lede {
		margin-top: 18px;
	}

	.fxp-amc-banner {
		grid-template-columns: minmax(0, 1fr);
		align-items: start;
	}

	.fxp-amc-banner__btn {
		justify-self: start;
	}

	.fxp-amc-path {
		grid-template-columns: minmax(0, 1fr);
		align-items: start;
	}

	.fxp-amc-path__btn {
		justify-self: start;
	}
}

@media (max-width: 900px) {
	.fxp-pillar-dir__grid {
		grid-template-columns: 1fr;
	}

	.fxp-pillar-faq__grid {
		grid-template-columns: 1fr;
	}

	.fxp-pillar-faq__cta {
		flex-wrap: wrap;
	}

	.fxp-pillar-faq__cta-btn {
		margin-left: 0;
		width: 100%;
		justify-content: center;
	}

	.fxp-pillar-dir__bar {
		flex-wrap: wrap;
		border-radius: var(--fxp-radius);
		padding: 16px 20px;
	}

	.fxp-pillar-dir__bar-sep {
		display: none;
	}

	.fxp-pillar-dir__bar > a {
		white-space: normal;
	}
}

@media (max-width: 680px) {
	.fxp-pillar-hero {
		padding: 40px 0 72px;
	}

	.fxp-pillar-hero h1 {
		font-size: clamp(36px, 10vw, 46px);
	}

	.fxp-pillar-hero .fxp-actions {
		display: grid;
	}

	.fxp-pillar-hero__panel {
		margin: -40px 10px 10px;
	}

	.fxp-pillar-hero__panel a {
		gap: 7px;
		padding: 14px 4px 12px;
	}

	.fxp-pillar-hero__panel a svg {
		font-size: 22px;
	}

	.fxp-pillar-hero__panel strong {
		font-size: 12px;
	}

	.fxp-pillar-hero__trust {
		display: grid;
		gap: 14px;
	}

	.fxp-pillar-hero__trust-item {
		padding: 0;
		border-left: 0;
	}

	.fxp-pillar-hero--service-led {
		padding: 18px 0 40px;
	}

	.fxp-maintain-hero {
		border-radius: 18px;
	}

	.fxp-maintain-hero__intro {
		padding: 20px 16px 0;
	}

	.fxp-maintain-hero__intro h1 {
		font-size: clamp(38px, 11vw, 48px);
	}

	.fxp-maintain-map {
		margin-top: 16px;
		padding: 12px 16px 16px;
	}

	.fxp-maintain-map__head--with-plan {
		flex-direction: column-reverse;
		align-items: stretch;
		gap: 10px;
	}

	.fxp-maintain-map__head--with-plan .fxp-maintain-map__badge {
		width: 100%;
	}

	.fxp-maintain-map__illustration img {
		width: 100%;
		margin: -8px auto 4px;
	}

	.fxp-maintain-map__stage {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.fxp-maintain-map__link[class] {
		gap: 8px;
		padding: 8px;
	}

	.fxp-maintain-map__link strong {
		font-size: 12.5px;
	}

	.fxp-maintain-map__icon {
		width: 34px;
		height: 34px;
		font-size: 15px;
	}

	.fxp-pillar-hero__trust--wide {
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 20px 16px 24px;
	}

	.fxp-pillar-hero__trust--wide .fxp-pillar-hero__trust-item,
	.fxp-pillar-hero__trust--wide .fxp-pillar-hero__trust-item:first-child,
	.fxp-pillar-hero__trust--wide .fxp-pillar-hero__trust-item:last-child {
		justify-content: flex-start;
		padding: 0;
	}

	.fxp-pillar-dir,
	.fxp-pillar-choose,
	.fxp-pillar-process,
	.fxp-pillar-proof,
	.fxp-pillar-faq,
	.fxp-pillar-cta {
		padding: 56px 0;
	}

	.fxp-pillar-process__track {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	/* compact horizontal step card: thumb left, number badge on its corner,
	   text right; the tall centered desktop card wastes too much phone height */
	.fxp-pstep {
		position: relative;
		display: grid;
		grid-template-columns: 78px minmax(0, 1fr);
		grid-template-areas:
			"art title"
			"art copy";
		align-items: center;
		column-gap: 16px;
		row-gap: 0;
		padding: 12px 16px 12px 12px;
		text-align: left;
	}

	.fxp-pstep__node {
		position: absolute;
		top: 7px;
		left: 7px;
		z-index: 1;
		width: 28px;
		height: 28px;
		font-size: 12px;
	}

	.fxp-pstep__art {
		grid-area: art;
		width: 78px;
		margin: 0;
	}

	.fxp-pstep__art img {
		border-radius: 10px;
	}

	.fxp-pstep strong {
		grid-area: title;
		align-self: end;
		font-size: 16px;
	}

	.fxp-pstep__dash {
		display: none;
	}

	.fxp-pstep p {
		grid-area: copy;
		align-self: start;
		margin: 4px 0 0;
		font-size: 13px;
		line-height: 1.5;
	}

	.fxp-pillar-process__track.is-filled .fxp-pstep__node {
		box-shadow: 0 0 0 3px var(--accent-soft);
	}

	.fxp-amc-path__steps {
		grid-template-columns: 1fr;
	}

	.fxp-amc-path__benefits {
		grid-template-columns: 1fr;
	}

	.fxp-amc-path--featured,
	.fxp-amc-path__journey {
		padding: 22px;
	}

	.fxp-amc-path__steps li + li {
		padding-left: 0;
		padding-top: 16px;
		border-left: 0;
		border-top: 1.5px dashed var(--fxp-line-strong);
	}

	.fxp-amc-banner__points {
		grid-template-columns: 1fr;
	}

	.fxp-pillar-process__promise {
		width: auto;
		align-items: flex-start;
		padding: 16px 20px;
	}

	.fxp-dir-card {
		--dir-media-w: 32%;
		padding: 18px calc(var(--dir-media-w) + 14px) 16px 18px;
		column-gap: 14px;
	}

	.fxp-pillar-choose__aside {
		padding: 24px 22px;
	}

	.fxp-fit-checker__list {
		padding: 4px 16px;
	}

	.fxp-fit-checker__list::before {
		left: 37px;
	}

	.fxp-fit-checker__art {
		display: none;
	}

	.fxp-fit-checker__match {
		gap: 14px;
		padding: 18px;
	}

	.fxp-pillar-adjacent__row {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	/* compact horizontal tile, matching the process steps: square photo thumb
	   left with its badge, title and copy right */
	.fxp-adjacent-tile {
		display: grid;
		grid-template-columns: 96px minmax(0, 1fr);
		grid-template-areas:
			"media title"
			"media copy";
		align-items: center;
		column-gap: 16px;
		row-gap: 0;
		padding: 12px 16px 12px 12px;
	}

	.fxp-adjacent-tile__media {
		grid-area: media;
		width: 96px;
		margin: 0;
	}

	.fxp-adjacent-tile__media img,
	.fxp-adjacent-tile__iconbig {
		aspect-ratio: 1;
		border-radius: 10px;
	}

	.fxp-adjacent-tile__iconbig {
		font-size: 34px;
	}

	.fxp-adjacent-tile__badge {
		top: 6px;
		left: 6px;
		width: 32px;
		height: 32px;
		border-radius: 10px;
		font-size: 15px;
	}

	.fxp-adjacent-tile strong {
		grid-area: title;
		align-self: end;
		font-size: 17px;
	}

	.fxp-adjacent-tile__dash {
		display: none;
	}

	.fxp-adjacent-tile p {
		grid-area: copy;
		align-self: start;
		margin: 4px 0 0;
		font-size: 13.5px;
		line-height: 1.5;
	}

	.fxp-pillar-adjacent__foot {
		width: auto;
		gap: 14px;
		padding: 16px 20px;
	}

	.fxp-pillar-proof__stage {
		padding: 20px 8px 30px;
	}

	.fxp-proof-bubble__mark {
		font-size: 64px;
	}

	.fxp-pillar-proof__panel {
		padding: 42px 22px 26px;
	}

	.fxp-pillar-proof__dots {
		display: none;
	}

	.fxp-faq-card {
		padding: 18px;
		column-gap: 14px;
	}

	.fxp-pillar-cta h2 {
		font-size: clamp(32px, 9vw, 40px);
	}

	.fxp-pillar-cta__btn {
		width: 100%;
		justify-content: center;
	}

	.fxp-svc-hero h1 {
		font-size: clamp(38px, 10.5vw, 48px);
	}

	.fxp-svc-hero .fxp-actions {
		display: grid;
	}

	.fxp-svc-hero__btn {
		justify-content: center;
	}

	.fxp-svc-hero__trust {
		display: grid;
		width: 100%;
		padding: 4px 16px;
	}

	.fxp-svc-hero__trust-item {
		padding: 12px 0;
		border-left: 0;
		border-top: 1px solid var(--fxp-line-soft);
	}

	.fxp-svc-hero__trust-item:first-child {
		border-top: 0;
	}

	.fxp-svc-hero__media {
		height: 100%;
	}

	.fxp-svcfeat__cards,
	.fxp-svcsteps__track,
	.fxp-svcrel__grid {
		grid-template-columns: 1fr;
	}

	.fxp-svc-amc,
	.fxp-svc-amc__offer {
		padding: 22px;
	}

	.fxp-svc-amc__offer ul {
		grid-template-columns: 1fr;
	}

	.fxp-svc-amc__btn {
		width: 100%;
		justify-content: center;
	}

	.fxp-svccta__actions {
		display: grid;
	}

	.fxp-svccta__btn {
		justify-content: center;
	}

	.fxp-svccta__box {
		padding: 24px 20px;
	}

	.fxp-pillar-cta__note {
		align-items: flex-start;
		text-align: left;
	}

	.fxp-faq-card__icon {
		width: 54px;
		height: 54px;
		font-size: 24px;
	}

	.fxp-faq-card__body {
		padding-left: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.fxp-pillar-hero__item,
	.fxp-pillar-hero__media,
	.fxp-pillar-hero__panel,
	.fxp-pillar-hero__panel a,
	.fxp-pillar-hero__note,
	.fxp-pillar-hero__ambient,
	.fxp-pillar-cta__inner.is-visible > *,
	.fxp-pillar-cta__leaf svg,
	.fxp-pillar-cta__steps.is-visible .fxp-pillar-cta__step,
	.fxp-svc-hero__item,
	.fxp-svc-hero__media,
	.fxp-svc-hero__panel,
	.fxp-svc-hero__panel-rows li,
	.fxp-svc-hero__panel-chips span,
	.fxp-svcfeat__card.is-visible .fxp-svcfeat__icon,
	.fxp-svcsteps__track.is-filled .fxp-svcstep,
	.fxp-svcsteps__track.is-filled .fxp-svcstep__num,
	.fxp-svccta__box.is-visible .fxp-svccta__tile,
	.fxp-pillar-process__track.is-filled .fxp-pstep,
	.fxp-fit-checker.is-visible .fxp-fit-checker__list li,
	.fxp-fit-checker.is-visible .fxp-fit-checker__check,
	.fxp-pillar-choose__aside.is-visible .fxp-elsewhere-list li {
		animation: none;
	}

	.fxp-pillar-process__lines span {
		opacity: 0.85;
		transform: scaleX(1);
		transition: none;
	}

	.fxp-pillar-adjacent__head.is-visible .fxp-script-accent,
	.fxp-adjacent-tile.is-visible .fxp-adjacent-tile__badge,
	.fxp-pillar-adjacent__foot.is-visible > svg,
	.fxp-pillar-proof__spark,
	.fxp-reveal.is-visible .fxp-pillar-proof__stars i,
	.fxp-pillar-proof__panel.is-visible .fxp-pillar-proof__badge,
	.fxp-pillar-proof__panel.is-visible .fxp-pillar-proof__points li,
	.fxp-pillar-proof__wash,
	.fxp-pillar-proof__stage.is-visible .fxp-proof-bubble,
	.fxp-faq-card.is-visible .fxp-faq-card__icon,
	.fxp-pillar-faq__cta.is-visible .fxp-pillar-faq__cta-icon {
		animation: none;
	}

	.fxp-mark-accent::after {
		transform: scaleX(1) rotate(-1.4deg);
		transition: none;
	}

	.fxp-faq-card,
	.fxp-faq-card__chev,
	.fxp-pillar-faq__cta-btn,
	.fxp-pillar-faq__cta-btn svg,
	.fxp-pillar-cta__btn,
	.fxp-svc-hero__btn,
	.fxp-svcfeat__btn,
	.fxp-svcfeat__card,
	.fxp-svcrel__card,
	.fxp-svcrel__media img,
	.fxp-svcrel__icon,
	.fxp-svcfaq__chev,
	.fxp-svccta__btn {
		transition: none;
	}

	.fxp-svcsteps__lines span {
		opacity: 0.7;
		transform: scaleX(1);
		transition: none;
	}

	.fxp-proof-bubble__mark,
	.fxp-proof-bubble figcaption,
	.fxp-pillar-proof__panel .fxp-pillar-proof__kicker,
	.fxp-pillar-proof__panel .fxp-pillar-proof__stat,
	.fxp-pillar-proof__panel .fxp-pillar-proof__link {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.fxp-proof-bubble__mark {
		opacity: 0.07;
	}

	.fxp-pillar-adjacent__head .fxp-script-accent::after,
	.fxp-adjacent-tile .fxp-adjacent-tile__dash {
		transform: scaleX(1);
		transition: none;
	}

	.fxp-pillar-adjacent__head .fxp-pillar-adjacent__note {
		opacity: 1;
		clip-path: none;
		transition: none;
	}

	.fxp-pstep__node {
		transition: none;
	}

	.fxp-dir-card,
	.fxp-dir-card__icon,
	.fxp-dir-card__go svg,
	.fxp-dir-card::before,
	.fxp-dir-card__media img,
	.fxp-fit-checker__icon,
	.fxp-elsewhere-card,
	.fxp-elsewhere-card__icon,
	.fxp-elsewhere-card__go,
	.fxp-pillar-hero__panel a,
	.fxp-pillar-hero__panel a svg,
	.fxp-pillar-hero__chips > a,
	.fxp-adjacent-tile,
	.fxp-adjacent-tile strong svg,
	.fxp-adjacent-tile__badge {
		transition: none;
	}
}

/* ============================================================
   Contact page: mad-libs request builder + live work order
   ============================================================ */

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	white-space: nowrap;
}

.fxp-contact {
	position: relative;
	padding: clamp(14px, 1.6vw, 24px) 0 clamp(48px, 5vw, 76px);
	background: var(--fxp-soft);
	overflow: hidden;
}

.fxp-contact--general { --accent: var(--fxp-charcoal); --accent-soft: var(--fxp-paper-2); }
.fxp-contact--care { --accent: var(--fxp-sage); --accent-soft: var(--fxp-sage-soft); }
.fxp-contact--fresh { --accent: var(--fxp-blue); --accent-soft: var(--fxp-blue-soft); }
.fxp-contact--projects { --accent: var(--fxp-lilac); --accent-soft: var(--fxp-lilac-soft); }
.fxp-contact--shop { --accent: var(--fxp-gold); --accent-soft: var(--fxp-gold-soft); }

.fxp-contact__head {
	margin-bottom: 16px;
}

.fxp-contact__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
	gap: clamp(32px, 4.5vw, 76px);
	align-items: start;
}

/* --- intro / form column ---------------------------------- */

.fxp-contact__item {
	animation: fxp-contact-in 0.7s cubic-bezier(0.2, 0.7, 0.2, 1) both;
	animation-delay: calc(var(--con-item, 0) * 110ms);
}

@keyframes fxp-contact-in {
	from {
		opacity: 0;
		transform: translateY(18px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.fxp-contact__kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 6px 0 4px;
	font-family: var(--fxp-display);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--fxp-muted);
}

.fxp-contact__kicker-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--accent-soft);
	color: var(--accent);
	transition: background 0.4s ease, color 0.4s ease;
}

.fxp-contact__kicker-mark svg {
	width: 16px;
	height: 16px;
}

.fxp-contact__head h1 {
	margin: 0 0 8px;
	max-width: none;
	font-family: var(--fxp-display);
	font-size: clamp(26px, 2.6vw, 38px);
	line-height: 1.08;
	letter-spacing: -0.02em;
	font-weight: 600;
	text-wrap: wrap; /* balance would split the script onto its own line */
}

.fxp-contact__script {
	display: inline-block;
	font-family: "Caveat", cursive;
	font-weight: 600;
	font-size: 1.06em;
	line-height: 1;
	color: var(--accent);
	transform: rotate(-2deg);
	letter-spacing: 0;
	transition: color 0.4s ease;
}

.fxp-contact__lede {
	max-width: 52ch;
	margin: 0 0 10px;
	font-size: 15px;
}

.fxp-contact__success {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	margin: 0 0 16px;
	padding: 11px 16px;
	border-radius: var(--fxp-radius-sm);
	background: var(--accent-soft);
	border: 1px solid color-mix(in srgb, var(--accent) 30%, transparent);
}

.fxp-contact__success svg {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin-top: 2px;
	color: var(--accent);
}

.fxp-contact__success p {
	margin: 0;
	font-size: 14px;
}

/* the form is one sheet: hairline-divided rows of icon label | answer */
.fxp-contact__form {
	display: block;
}

.fxp-contact__hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	margin: 0;
}

.fxp-contact__sheet {
	background: var(--fxp-white);
	border: 1px solid var(--fxp-line-soft);
	border-radius: 18px;
	padding: 2px 20px;
	box-shadow: var(--fxp-soft-shadow);
}

.fxp-contact__row {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 8px 0;
}

.fxp-contact__row + .fxp-contact__row,
.fxp-contact__submit-row {
	border-top: 1px solid var(--fxp-line-soft);
}

.fxp-contact__word {
	flex: 0 0 160px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: var(--fxp-display);
	font-size: 14.5px;
	font-weight: 600;
	color: var(--fxp-ink);
	white-space: nowrap;
}

.fxp-contact__word i {
	display: inline-flex;
	color: var(--accent);
	transition: color 0.4s ease;
}

.fxp-contact__word i svg {
	width: 17px;
	height: 17px;
}

.fxp-contact__field {
	flex: 1 1 auto;
	max-width: 520px;
	display: inline-flex;
	align-items: center;
	padding: 8px 13px;
	background: var(--fxp-white);
	border: 1px solid var(--fxp-line);
	border-radius: 12px;
	transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.fxp-contact__field:focus-within {
	border-color: var(--accent);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 18%, transparent);
}

.fxp-contact__field input {
	width: 100%;
	border: 0;
	padding: 0;
	background: transparent;
	font-family: var(--fxp-sans);
	font-size: 14.5px;
	color: var(--fxp-ink);
	outline: none;
}

.fxp-contact__field input::placeholder {
	color: var(--fxp-stone);
}

.fxp-contact__field--phone {
	max-width: 330px;
}

.fxp-contact__field--wide {
	max-width: 540px;
}

.fxp-contact__chips {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.fxp-contact__chips--grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}

.fxp-contact-chip {
	--accent: var(--fxp-charcoal);
	--accent-soft: var(--fxp-paper-2);
	position: relative;
	cursor: pointer;
}

.fxp-contact-chip--general { --accent: var(--fxp-charcoal); --accent-soft: var(--fxp-paper-2); }
.fxp-contact-chip--care { --accent: var(--fxp-sage); --accent-soft: var(--fxp-sage-soft); }
.fxp-contact-chip--fresh { --accent: var(--fxp-blue); --accent-soft: var(--fxp-blue-soft); }
.fxp-contact-chip--projects { --accent: var(--fxp-lilac); --accent-soft: var(--fxp-lilac-soft); }
.fxp-contact-chip--shop { --accent: var(--fxp-gold); --accent-soft: var(--fxp-gold-soft); }

.fxp-contact-chip input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.fxp-contact-chip__face {
	position: relative;
	display: inline-flex;
	align-items: center;
	width: 100%;
	gap: 8px;
	padding: 7.5px 12px;
	background: var(--fxp-white);
	border: 1px solid var(--fxp-line);
	border-radius: 11px;
	font-family: var(--fxp-display);
	font-size: 13px;
	font-weight: 600;
	color: var(--fxp-charcoal);
	white-space: nowrap;
	transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.fxp-contact-chip__face > svg {
	flex: 0 0 auto;
	width: 15px;
	height: 15px;
	color: var(--accent);
	transition: color 0.25s ease;
}

/* tick is an overlay badge so selection never changes chip width */
.fxp-contact-chip__tick {
	position: absolute;
	top: -5px;
	right: -4px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: var(--fxp-white);
	border: 1px solid var(--accent);
	color: var(--accent);
	opacity: 0;
	transform: scale(0);
	transition: opacity 0.2s ease, transform 0.25s cubic-bezier(0.3, 1.4, 0.5, 1);
}

.fxp-contact-chip__tick svg {
	width: 8px;
	height: 8px;
	stroke-width: 3.2;
}

.fxp-contact-chip:hover .fxp-contact-chip__face {
	border-color: color-mix(in srgb, var(--accent) 55%, transparent);
	transform: translateY(-1px);
	box-shadow: var(--fxp-soft-shadow);
}

.fxp-contact-chip input:focus-visible + .fxp-contact-chip__face {
	outline: 2px solid var(--accent);
	outline-offset: 2px;
}

.fxp-contact-chip input:checked + .fxp-contact-chip__face {
	background: var(--accent-soft);
	border-color: color-mix(in srgb, var(--accent) 60%, transparent);
	color: var(--fxp-ink);
}

.fxp-contact-chip input:checked + .fxp-contact-chip__face > svg {
	color: var(--accent);
}

.fxp-contact-chip input:checked + .fxp-contact-chip__face .fxp-contact-chip__tick {
	opacity: 1;
	transform: scale(1);
}

.fxp-contact__submit-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	padding: 11px 0;
}

.fxp-contact__btn {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 12px 24px;
	border: 0;
	border-radius: 12px;
	background: var(--fxp-primary);
	color: var(--fxp-white);
	font-family: var(--fxp-display);
	font-size: 14.5px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.fxp-contact__btn svg {
	width: 16px;
	height: 16px;
}

.fxp-contact__btn:hover {
	background: var(--fxp-primary-strong);
	transform: translateY(-2px);
	box-shadow: var(--fxp-soft-shadow);
}

.fxp-contact__btn--wa {
	background: transparent;
	border: 1px solid var(--fxp-line-strong);
	color: var(--fxp-charcoal);
}

.fxp-contact__btn--wa:hover {
	background: var(--fxp-soft);
	border-color: var(--accent);
	color: var(--fxp-ink);
}

.fxp-contact__micro {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin: 12px 4px 0;
	font-size: 12.5px;
	color: var(--fxp-muted);
}

.fxp-contact__micro svg {
	flex: 0 0 auto;
	width: 14px;
	height: 14px;
	margin-top: 2px;
	color: var(--accent);
	transition: color 0.4s ease;
}

.fxp-contact__micro a {
	font-weight: 600;
	color: var(--fxp-ink);
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* --- work order column ------------------------------------ */

.fxp-contact__order {
	position: relative;
	animation: fxp-contact-in 0.8s cubic-bezier(0.2, 0.7, 0.2, 1) 0.35s both;
}

.fxp-workorder {
	position: relative;
}

.fxp-workorder__clip {
	position: absolute;
	top: -26px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	color: var(--fxp-gold);
}

.fxp-workorder__clip svg {
	width: 56px;
	height: 47px;
	stroke: color-mix(in srgb, var(--fxp-gold) 70%, var(--fxp-ink));
}

.fxp-workorder__clip path[fill="currentColor"] {
	fill: var(--fxp-gold-soft);
}

.fxp-workorder__card {
	position: relative;
	padding: clamp(18px, 1.9vw, 26px) clamp(18px, 2vw, 28px) 0;
	background: var(--fxp-white);
	border: 1px solid var(--fxp-line-soft);
	border-radius: 14px;
	box-shadow: var(--fxp-shadow);
	overflow: hidden;
}

.fxp-workorder__stamp {
	position: absolute;
	top: 138px;
	right: 26px;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 7px 14px;
	border: 2.5px solid var(--accent);
	border-radius: 8px;
	transform: rotate(-9deg) scale(1.6);
	opacity: 0;
	font-family: var(--fxp-display);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--accent);
	pointer-events: none;
}

.fxp-workorder__stamp svg {
	width: 14px;
	height: 14px;
	stroke-width: 3;
}

.fxp-contact--sent .fxp-workorder__stamp {
	animation: fxp-stamp-in 0.5s cubic-bezier(0.2, 1.2, 0.3, 1) 0.9s both;
}

@keyframes fxp-stamp-in {
	from {
		opacity: 0;
		transform: rotate(-9deg) scale(1.7);
	}
	60% {
		opacity: 1;
		transform: rotate(-9deg) scale(0.94);
	}
	to {
		opacity: 1;
		transform: rotate(-9deg) scale(1);
	}
}

.fxp-workorder__head {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 16px;
	padding-bottom: 12px;
	border-bottom: 2px solid var(--fxp-ink);
}

.fxp-workorder__brand {
	display: flex;
	align-items: center;
	gap: 10px;
}

.fxp-workorder__brand img {
	width: 40px;
	height: 40px;
	flex: 0 0 auto;
}

.fxp-workorder__brand-text strong {
	display: block;
	font-family: var(--fxp-display);
	font-size: clamp(20px, 1.7vw, 24px);
	font-weight: 700;
	letter-spacing: -0.01em;
	color: var(--fxp-ink);
	line-height: 1.1;
}

.fxp-workorder__brand-text span {
	display: block;
	margin-top: 3px;
	font-family: var(--fxp-display);
	font-size: 9.5px;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--fxp-muted);
	white-space: nowrap;
}

.fxp-workorder__num {
	text-align: right;
}

.fxp-workorder__num span {
	display: block;
	font-family: var(--fxp-display);
	font-size: 9.5px;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--fxp-muted);
	white-space: nowrap;
}

.fxp-workorder__num strong {
	display: block;
	margin-top: 3px;
	font-family: var(--fxp-display);
	font-size: 16px;
	font-weight: 700;
	color: var(--fxp-ink);
}

.fxp-workorder__strip {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	padding: 10px 0;
	border-bottom: 1px solid var(--fxp-line-soft);
}

.fxp-workorder__strip p {
	margin: 0;
	font-family: var(--fxp-display);
	font-size: 10.5px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	line-height: 1.7;
	color: var(--fxp-stone);
}

.fxp-workorder__seal {
	position: relative;
	flex: 0 0 auto;
	width: 64px;
	height: 64px;
	color: var(--accent);
	transition: color 0.4s ease;
}

.fxp-workorder__seal svg {
	width: 100%;
	height: 100%;
	animation: fxp-seal-spin 26s linear infinite;
}

.fxp-workorder__seal circle {
	stroke: currentColor;
	opacity: 0.75;
}

.fxp-workorder__seal text {
	font-family: var(--fxp-display);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.1em;
	fill: currentColor;
	stroke: none;
}

@keyframes fxp-seal-spin {
	to {
		transform: rotate(360deg);
	}
}

.fxp-workorder__seal-icon {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fxp-workorder__seal-icon svg {
	width: 18px;
	height: 18px;
	animation: none;
}

.fxp-workorder__rows {
	display: grid;
	gap: 0;
	margin: 2px 0 0;
}

.fxp-workorder__row {
	display: grid;
	grid-template-columns: minmax(108px, 34%) minmax(0, 1fr);
	align-items: end;
	gap: 12px;
	padding: 7px 0 4px;
	border-bottom: 1px dashed var(--fxp-line);
}

.fxp-workorder__row dt {
	font-family: var(--fxp-display);
	font-size: 9.5px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--fxp-muted);
	padding-bottom: 5px;
}

.fxp-workorder__row dd {
	margin: 0;
	min-height: 30px;
	font-family: "Caveat", cursive;
	font-size: clamp(20px, 1.7vw, 23px);
	font-weight: 600;
	line-height: 1.2;
	color: var(--fxp-charcoal);
	overflow-wrap: anywhere;
}

.fxp-workorder__row dd.is-write,
.fxp-workorder__notes p.is-write {
	animation: fxp-ink-in 0.45s cubic-bezier(0.2, 0.9, 0.3, 1) both;
}

@keyframes fxp-ink-in {
	from {
		opacity: 0;
		transform: translateY(5px) rotate(-1deg);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.fxp-workorder__notes {
	padding: 8px 0 12px;
}

.fxp-workorder__notes span {
	display: block;
	font-family: var(--fxp-display);
	font-size: 9.5px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--fxp-muted);
}

.fxp-workorder__notes p {
	margin: 5px 0 0;
	font-family: "Caveat", cursive;
	font-size: clamp(19px, 1.6vw, 22px);
	font-weight: 600;
	line-height: 1.25;
	color: var(--fxp-charcoal);
}

.fxp-workorder__foot {
	display: grid;
	grid-template-columns: 1.5fr 0.7fr 0.9fr 1.1fr;
	gap: 14px;
	margin: 0 calc(-1 * clamp(18px, 2vw, 28px));
	padding: 12px clamp(18px, 2vw, 28px) 14px;
	border-top: 1px solid var(--fxp-line);
	background: color-mix(in srgb, var(--accent-soft) 34%, var(--fxp-white));
	transition: background 0.4s ease;
}

.fxp-workorder__foot-label {
	display: block;
	margin-bottom: 6px;
	font-family: var(--fxp-display);
	font-size: 8.5px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--fxp-muted);
}

.fxp-workorder__next ul {
	display: grid;
	gap: 5px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fxp-workorder__next li {
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 11.5px;
	color: var(--fxp-charcoal);
}

.fxp-workorder__next li i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	border: 1.4px solid var(--fxp-line-strong);
	border-radius: 4px;
	background: var(--fxp-white);
	transition: background 0.3s ease, border-color 0.3s ease;
}

.fxp-workorder__next li i svg {
	width: 8px;
	height: 8px;
	stroke-width: 3.4;
	color: var(--fxp-white);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.fxp-contact--sent .fxp-workorder__next li[data-next-step] i {
	background: var(--accent);
	border-color: var(--accent);
}

.fxp-contact--sent .fxp-workorder__next li[data-next-step] i svg {
	opacity: 1;
}

.fxp-workorder__meta strong {
	font-family: "Caveat", cursive;
	font-size: 19px;
	font-weight: 600;
	color: var(--fxp-charcoal);
	white-space: nowrap;
}

.fxp-contact--sent .fxp-workorder__meta strong[data-order-status] {
	color: var(--accent);
}

.fxp-workorder__thanks {
	position: relative;
	padding: 8px 10px;
	border: 1px dashed var(--fxp-line-strong);
	border-radius: 8px;
	text-align: center;
}

.fxp-workorder__thanks span {
	display: block;
	font-family: var(--fxp-display);
	font-size: 9.5px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--fxp-ink);
}

.fxp-workorder__thanks p {
	margin: 3px 0 0;
	font-size: 10.5px;
	line-height: 1.35;
	color: var(--fxp-muted);
}

.fxp-workorder__thanks i {
	position: absolute;
	right: -7px;
	bottom: -7px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	background: var(--accent-soft);
	color: var(--accent);
	transition: background 0.4s ease, color 0.4s ease;
}

.fxp-workorder__thanks i svg {
	width: 10px;
	height: 10px;
}

.fxp-contact__fastlane {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 9px;
	margin-top: 16px;
}

.fxp-contact__fastlane-title {
	flex: 0 0 100%;
	margin: 0;
	font-family: "Caveat", cursive;
	font-size: 20px;
	font-weight: 600;
	color: var(--fxp-stone);
	transform: rotate(-1.2deg);
}

.fxp-contact__fastlane a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 16px;
	background: var(--fxp-white);
	border: 1px solid var(--fxp-line);
	border-radius: 999px;
	font-family: var(--fxp-display);
	font-size: 13px;
	font-weight: 600;
	color: var(--fxp-charcoal);
	transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.fxp-contact__fastlane a svg {
	width: 14px;
	height: 14px;
	color: var(--accent);
	transition: color 0.4s ease;
}

.fxp-contact__fastlane a:hover {
	border-color: color-mix(in srgb, var(--accent) 55%, transparent);
	transform: translateY(-2px);
	box-shadow: var(--fxp-soft-shadow);
}

/* --- responsive ------------------------------------------- */

@media (max-width: 1080px) {
	.fxp-contact::before {
		display: none;
	}

	.fxp-contact__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.fxp-contact__order {
		max-width: 620px;
	}
}

@media (max-width: 640px) {
	/* sheet rows collapse: word above its answer */
	.fxp-contact__sheet {
		padding: 2px 14px;
	}

	.fxp-contact__row {
		flex-wrap: wrap;
		gap: 8px;
	}

	.fxp-contact__word {
		flex: 1 0 100%;
		white-space: normal;
	}

	.fxp-contact__field,
	.fxp-contact__field--phone,
	.fxp-contact__field--wide {
		flex: 1 1 100%;
		max-width: none;
	}

	.fxp-workorder__foot {
		grid-template-columns: 1fr 1fr;
	}

	.fxp-workorder__next {
		grid-column: 1 / -1;
	}

	.fxp-workorder__thanks {
		grid-column: 1 / -1;
	}
}

@media (prefers-reduced-motion: reduce) {
	.fxp-contact__item,
	.fxp-contact__order,
	.fxp-workorder__row dd.is-write,
	.fxp-workorder__notes p.is-write,
	.fxp-contact--sent .fxp-workorder__stamp {
		animation: none;
		opacity: 1;
		transform: none;
	}

	.fxp-contact--sent .fxp-workorder__stamp {
		transform: rotate(-9deg);
	}

	.fxp-contact-chip__tick {
		transition: none;
	}

	.fxp-workorder__seal svg {
		animation: none;
	}
}

/* --- contact location: where to find us -------------------- */

.fxp-contact-loc {
	padding: clamp(56px, 6vw, 88px) 0 clamp(64px, 7vw, 100px);
	background: var(--fxp-paper);
	border-top: 1px solid var(--fxp-line-soft);
}

.fxp-contact-loc__head {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 32px;
	margin-bottom: clamp(24px, 2.6vw, 36px);
}

.fxp-contact-loc__kicker {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	margin: 0 0 10px;
	font-family: var(--fxp-display);
	font-size: 11.5px;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--fxp-muted);
}

.fxp-contact-loc__kicker span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--fxp-white);
	border: 1px solid var(--fxp-line-soft);
	color: var(--fxp-sage);
}

.fxp-contact-loc__kicker span svg {
	width: 16px;
	height: 16px;
}

.fxp-contact-loc__head h2 {
	margin: 0 0 10px;
	font-family: var(--fxp-display);
	font-size: clamp(30px, 3.4vw, 46px);
	line-height: 1.05;
	letter-spacing: -0.02em;
	font-weight: 600;
}

.fxp-contact-loc__lede {
	max-width: 44ch;
	margin: 0;
	color: var(--fxp-muted);
}

.fxp-contact-loc__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
	gap: clamp(16px, 1.8vw, 26px);
	align-items: stretch;
}

.fxp-contact-loc__map-card,
.fxp-contact-loc__info {
	background: var(--fxp-white);
	border: 1px solid var(--fxp-line-soft);
	border-radius: 18px;
	box-shadow: var(--fxp-soft-shadow);
}

.fxp-contact-loc__map-card {
	padding: clamp(12px, 1.3vw, 18px);
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.fxp-contact-loc__map {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	container-type: inline-size;
}

.fxp-contact-loc__map img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fxp-contact-loc__map #simpleMap iframe {
	display: block;
	border: 0;
}

.fxp-contact-loc__area-chip {
	position: absolute;
	right: 14px;
	top: 14px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 16px;
	background: var(--fxp-white);
	border-radius: 999px;
	box-shadow: var(--fxp-soft-shadow);
	font-family: var(--fxp-display);
	font-size: 13px;
	font-weight: 600;
	color: var(--fxp-ink);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.fxp-contact-loc__area-chip:hover {
	transform: translateY(-2px);
	box-shadow: var(--fxp-card-shadow);
}

.fxp-contact-loc__area-chip svg {
	width: 15px;
	height: 15px;
	color: var(--fxp-sage);
}

.fxp-contact-loc__map-foot {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	padding: 0 4px 4px;
}

.fxp-contact-loc__btn {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 13px 22px;
	border-radius: 999px;
	background: var(--fxp-primary);
	color: var(--fxp-white);
	font-family: var(--fxp-display);
	font-size: 14px;
	font-weight: 600;
	transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.fxp-contact-loc__btn:hover {
	background: var(--fxp-primary-strong);
	transform: translateY(-2px);
	box-shadow: var(--fxp-soft-shadow);
}

.fxp-contact-loc__btn svg {
	width: 16px;
	height: 16px;
}

.fxp-contact-loc__btn--ghost {
	background: transparent;
	border: 1px solid var(--fxp-line-strong);
	color: var(--fxp-charcoal);
}

.fxp-contact-loc__btn--ghost:hover {
	background: var(--fxp-soft);
	border-color: var(--fxp-line-strong);
}

.fxp-contact-loc__map-note {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	margin: 0 0 0 auto;
	max-width: 34ch;
	font-size: 12.5px;
	line-height: 1.45;
	color: var(--fxp-muted);
}

.fxp-contact-loc__map-note svg {
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
	margin-top: 1px;
	color: var(--fxp-sage);
}

.fxp-contact-loc__info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: clamp(18px, 2vw, 26px) clamp(18px, 2vw, 28px);
	gap: 0;
}

.fxp-contact-loc__row {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 13px 0;
}

.fxp-contact-loc__row + .fxp-contact-loc__row {
	border-top: 1px solid var(--fxp-line-soft);
}

.fxp-contact-loc__tile {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: var(--fxp-soft);
	border: 1px solid var(--fxp-line-soft);
	color: var(--fxp-ink);
}

.fxp-contact-loc__tile svg {
	width: 19px;
	height: 19px;
}

.fxp-contact-loc__row strong {
	display: block;
	margin: 2px 0 4px;
	font-family: var(--fxp-display);
	font-size: 15.5px;
	font-weight: 600;
	color: var(--fxp-ink);
}

.fxp-contact-loc__row p {
	margin: 0;
	font-size: 14px;
	line-height: 1.55;
	color: var(--fxp-muted);
}

.fxp-contact-loc__row p a {
	font-weight: 600;
	color: var(--fxp-ink);
}

.fxp-contact-loc__row p a:hover {
	color: var(--fxp-sage);
}

.fxp-contact-loc__row p a svg {
	display: inline-block;
	width: 12px;
	height: 12px;
	vertical-align: -1px;
}

.fxp-contact-loc__quick {
	display: inline-flex;
	gap: 8px;
	margin-left: auto;
	align-self: center;
}

.fxp-contact-loc__quick a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 14px;
	border: 1px solid var(--fxp-line);
	color: var(--fxp-sage);
	transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.fxp-contact-loc__quick a:hover {
	border-color: var(--fxp-sage);
	transform: translateY(-2px);
	box-shadow: var(--fxp-soft-shadow);
}

.fxp-contact-loc__quick a svg {
	width: 18px;
	height: 18px;
}

@media (max-width: 1080px) {
	.fxp-contact-loc__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.fxp-contact-loc__head {
		flex-direction: column;
		gap: 8px;
	}
}

@media (max-width: 640px) {
	.fxp-contact-loc__map-note {
		margin-left: 0;
		max-width: none;
	}

	.fxp-contact-loc__quick {
		margin-left: 0;
	}

	.fxp-contact-loc__row {
		flex-wrap: wrap;
	}
}

/* ============================================================
   About page: the Fixperts service logbook
   ============================================================ */

.fxp-about-hero {
	padding: clamp(20px, 2.4vw, 36px) 0 clamp(48px, 5vw, 76px);
	background: var(--fxp-soft);
	border-bottom: 1px solid var(--fxp-line-soft);
	overflow: hidden;
}

.fxp-about-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: clamp(32px, 4vw, 72px);
	align-items: center;
}

.fxp-about-hero__item {
	animation: fxp-about-in 0.7s cubic-bezier(0.2, 0.7, 0.2, 1) both;
	animation-delay: calc(var(--ab-item, 0) * 110ms);
}

@keyframes fxp-about-in {
	from {
		opacity: 0;
		transform: translateY(18px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.fxp-about-hero__kicker {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin: 18px 0 12px;
	font-family: var(--fxp-display);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: var(--fxp-muted);
}

.fxp-about-hero__kicker i {
	width: 30px;
	height: 2px;
	background: var(--fxp-sage);
}

.fxp-about-hero__content h1 {
	margin: 0 0 16px;
	max-width: 17ch;
	font-family: var(--fxp-display);
	font-size: clamp(34px, 3.6vw, 52px);
	line-height: 1.06;
	letter-spacing: -0.02em;
	font-weight: 600;
}

.fxp-about-hero__content .fxp-lede {
	max-width: 48ch;
	margin: 0 0 30px;
}

.fxp-about-hero__stats {
	display: grid;
	grid-template-columns: repeat(4, auto);
	justify-content: start;
	gap: clamp(20px, 2.6vw, 44px);
	margin: 0;
}

.fxp-about-hero__stats > div {
	position: relative;
	padding-right: clamp(20px, 2.6vw, 44px);
	border-right: 1px solid var(--fxp-line);
}

.fxp-about-hero__stats > div:last-child {
	border-right: 0;
	padding-right: 0;
}

.fxp-about-hero__stats dt {
	font-family: var(--fxp-display);
	font-size: clamp(28px, 2.6vw, 38px);
	font-weight: 600;
	letter-spacing: -0.02em;
	color: var(--fxp-ink);
	line-height: 1;
}

.fxp-about-hero__stats dt em {
	font-style: normal;
	font-size: 0.5em;
	font-weight: 600;
	margin-left: 3px;
	color: var(--fxp-muted);
}

.fxp-about-hero__stats dd {
	margin: 8px 0 0;
	font-family: var(--fxp-display);
	font-size: 10.5px;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--fxp-muted);
}

.fxp-about-hero__media {
	position: relative;
}

.fxp-about-hero__media img {
	width: 100%;
	height: clamp(320px, 30vw, 440px);
	object-fit: cover;
	border-radius: 18px;
	box-shadow: var(--fxp-shadow);
}

.fxp-about-hero__seal {
	position: absolute;
	left: -34px;
	bottom: 38px;
	width: clamp(96px, 9vw, 128px);
	height: clamp(96px, 9vw, 128px);
	display: block;
	color: var(--fxp-sage);
	background: color-mix(in srgb, var(--fxp-soft) 88%, transparent);
	border-radius: 50%;
	box-shadow: var(--fxp-soft-shadow);
}

.fxp-about-hero__seal svg {
	width: 100%;
	height: 100%;
	animation: fxp-seal-spin 30s linear infinite;
}

.fxp-about-hero__seal circle {
	stroke: currentColor;
	opacity: 0.7;
}

.fxp-about-hero__seal text {
	font-family: var(--fxp-display);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.1em;
	fill: currentColor;
	stroke: none;
}

.fxp-about-hero__seal-icon {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fxp-about-hero__seal-icon svg {
	width: 26%;
	height: 26%;
	animation: none;
}

/* --- journey / logbook ------------------------------------- */

.fxp-about-log {
	padding: clamp(56px, 6vw, 92px) 0 clamp(64px, 7vw, 104px);
	background: var(--fxp-paper);
}

.fxp-about-log__head {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 32px;
	margin-bottom: clamp(36px, 4vw, 60px);
}

.fxp-about-log__intro h2 {
	margin: 0 0 12px;
	font-family: var(--fxp-display);
	font-size: clamp(28px, 3vw, 42px);
	line-height: 1.08;
	letter-spacing: -0.02em;
	font-weight: 600;
	max-width: 18ch;
}

.fxp-about-log__intro p {
	max-width: 46ch;
	margin: 0;
	color: var(--fxp-muted);
}

.fxp-about-log__seals {
	display: flex;
	gap: 18px;
	flex: 0 0 auto;
	padding-top: 8px;
}

.fxp-about-seal {
	position: relative;
	width: clamp(96px, 9vw, 120px);
	height: clamp(96px, 9vw, 120px);
	display: block;
}

.fxp-about-seal--quality {
	color: var(--fxp-gold);
}

.fxp-about-seal--safety {
	color: var(--fxp-sage);
}

.fxp-about-seal svg {
	width: 100%;
	height: 100%;
	animation: fxp-seal-spin 28s linear infinite;
}

.fxp-about-seal--safety svg {
	animation-direction: reverse;
}

.fxp-about-seal circle {
	stroke: currentColor;
	opacity: 0.7;
}

.fxp-about-seal text {
	font-family: var(--fxp-display);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.06em;
	fill: currentColor;
	stroke: none;
}

.fxp-about-seal__icon {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fxp-about-seal__icon svg {
	width: 24%;
	height: 24%;
	animation: none;
}

/* timeline */

.fxp-about-log__timeline {
	position: relative;
	margin: 0 auto;
	padding: 10px 0 0;
	max-width: 1060px;
	list-style: none;
}

.fxp-about-log__timeline::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 2px;
	transform: translateX(-50%);
	background: var(--fxp-line);
}

.fxp-about-entry {
	--accent: var(--fxp-sage);
	--accent-soft: var(--fxp-sage-soft);
	position: relative;
	width: calc(50% - clamp(28px, 3.4vw, 52px));
	margin: 0 0 clamp(28px, 3vw, 44px);
}

.fxp-about-entry--care { --accent: var(--fxp-sage); --accent-soft: var(--fxp-sage-soft); }
.fxp-about-entry--fresh { --accent: var(--fxp-blue); --accent-soft: var(--fxp-blue-soft); }
.fxp-about-entry--projects { --accent: var(--fxp-lilac); --accent-soft: var(--fxp-lilac-soft); }
.fxp-about-entry--shop { --accent: var(--fxp-gold); --accent-soft: var(--fxp-gold-soft); }

.fxp-about-entry:nth-child(odd) {
	margin-left: auto;
}

.fxp-about-entry:nth-child(even) {
	margin-right: auto;
}

/* interleave the columns like overlapping papers on a desk */
.fxp-about-entry + .fxp-about-entry {
	margin-top: calc(-1 * clamp(70px, 9vw, 150px));
}

.fxp-about-entry__dot {
	position: absolute;
	top: 28px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: var(--accent);
	border: 3px solid var(--fxp-paper);
	box-shadow: 0 0 0 2px var(--accent);
	z-index: 1;
}

.fxp-about-entry:nth-child(odd) .fxp-about-entry__dot {
	left: calc(-1 * clamp(28px, 3.4vw, 52px) - 7px);
}

.fxp-about-entry:nth-child(even) .fxp-about-entry__dot {
	right: calc(-1 * clamp(28px, 3.4vw, 52px) - 7px);
}

/* year pill sits on the line above its dot, clear of both columns */
.fxp-about-entry__year {
	position: absolute;
	top: -10px;
	z-index: 2;
	padding: 3px 13px;
	background: var(--fxp-white);
	border: 1px solid var(--fxp-line);
	border-radius: 999px;
	font-family: var(--fxp-display);
	font-size: 13px;
	font-weight: 600;
	color: var(--fxp-ink);
	white-space: nowrap;
}

.fxp-about-entry:nth-child(odd) .fxp-about-entry__year {
	left: calc(-1 * clamp(28px, 3.4vw, 52px));
	transform: translateX(-50%);
}

.fxp-about-entry:nth-child(even) .fxp-about-entry__year {
	right: calc(-1 * clamp(28px, 3.4vw, 52px));
	transform: translateX(50%);
}

/* the log card: same paper language as the contact work order */

.fxp-about-card {
	position: relative;
	padding: clamp(18px, 2vw, 26px) clamp(20px, 2.2vw, 30px);
	background: var(--fxp-white);
	border: 1px solid var(--fxp-line-soft);
	border-radius: 12px;
	box-shadow: var(--fxp-card-shadow);
	transform: rotate(-0.4deg);
}

.fxp-about-entry:nth-child(even) .fxp-about-card {
	transform: rotate(0.4deg);
}

.fxp-about-card__head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 14px;
	padding-bottom: 12px;
	margin-bottom: 14px;
	border-bottom: 1px dashed var(--fxp-line);
}

.fxp-about-card__label {
	font-family: var(--fxp-display);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--fxp-muted);
}

.fxp-about-card__label strong {
	color: var(--fxp-ink);
	font-size: 12px;
	margin-left: 4px;
}

.fxp-about-card__stamp {
	display: inline-block;
	padding: 5px 12px;
	border: 2px solid var(--accent);
	border-radius: 6px;
	transform: rotate(-4deg);
	font-family: var(--fxp-display);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--accent);
	opacity: 0;
	scale: 1.5;
}

.fxp-about-entry.is-visible .fxp-about-card__stamp {
	animation: fxp-about-stamp 0.45s cubic-bezier(0.2, 1.2, 0.3, 1) 0.45s both;
}

@keyframes fxp-about-stamp {
	from {
		opacity: 0;
		scale: 1.6;
	}
	60% {
		opacity: 1;
		scale: 0.95;
	}
	to {
		opacity: 1;
		scale: 1;
	}
}

.fxp-about-card h3 {
	margin: 0 0 8px;
	font-family: var(--fxp-display);
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -0.01em;
}

.fxp-about-card > p {
	margin: 0;
	font-size: 14.5px;
	line-height: 1.6;
	color: var(--fxp-muted);
}

.fxp-about-card__checks {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	margin: 14px 0 0;
	padding: 0;
	list-style: none;
}

.fxp-about-card__checks li {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-family: var(--fxp-display);
	font-size: 12.5px;
	font-weight: 600;
	color: var(--fxp-charcoal);
}

.fxp-about-card__checks i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	border-radius: 4px;
	background: var(--accent-soft);
	color: var(--accent);
}

.fxp-about-card__checks i svg {
	width: 10px;
	height: 10px;
	stroke-width: 3;
}

.fxp-about-card__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}

.fxp-about-card__chip {
	--accent: var(--fxp-sage);
	--accent-soft: var(--fxp-sage-soft);
	display: inline-flex;
	padding: 6px 14px;
	border-radius: 999px;
	background: var(--accent-soft);
	border: 1px solid color-mix(in srgb, var(--accent) 40%, transparent);
	font-family: var(--fxp-display);
	font-size: 12.5px;
	font-weight: 600;
	color: var(--fxp-ink);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.fxp-about-card__chip:hover {
	transform: translateY(-2px);
	box-shadow: var(--fxp-soft-shadow);
}

.fxp-about-card__chip--care { --accent: var(--fxp-sage); --accent-soft: var(--fxp-sage-soft); }
.fxp-about-card__chip--fresh { --accent: var(--fxp-blue); --accent-soft: var(--fxp-blue-soft); }
.fxp-about-card__chip--projects { --accent: var(--fxp-lilac); --accent-soft: var(--fxp-lilac-soft); }
.fxp-about-card__chip--shop { --accent: var(--fxp-gold); --accent-soft: var(--fxp-gold-soft); }

.fxp-about-card__note {
	margin: 14px 0 0;
	font-family: "Caveat", cursive;
	font-size: 21px;
	font-weight: 600;
	color: var(--accent);
	transform: rotate(-1.4deg);
}

/* --- closing band ------------------------------------------ */

.fxp-about-close {
	padding: 0 0 clamp(72px, 8vw, 110px);
	background: var(--fxp-paper);
}

.fxp-about-close__card {
	display: flex;
	align-items: center;
	gap: clamp(20px, 2.6vw, 36px);
	padding: clamp(26px, 3vw, 40px) clamp(24px, 3vw, 44px);
	background: var(--fxp-white);
	border: 1px solid var(--fxp-line-soft);
	border-radius: 20px;
	box-shadow: var(--fxp-soft-shadow);
}

.fxp-about-close__icon {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 18px;
	background: var(--fxp-sage-soft);
	color: var(--fxp-sage);
}

.fxp-about-close__icon svg {
	width: 28px;
	height: 28px;
}

.fxp-about-close__text {
	flex: 1;
	min-width: 0;
}

.fxp-about-close__text h2 {
	margin: 0 0 8px;
	font-family: var(--fxp-display);
	font-size: clamp(20px, 2vw, 26px);
	font-weight: 600;
	letter-spacing: -0.01em;
}

.fxp-about-close__text p {
	margin: 0;
	max-width: 62ch;
	font-size: 14.5px;
	line-height: 1.6;
	color: var(--fxp-muted);
}

.fxp-about-close__actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex: 0 0 auto;
}

.fxp-about-close__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 12px 22px;
	border-radius: 12px;
	background: var(--fxp-primary);
	color: var(--fxp-white);
	font-family: var(--fxp-display);
	font-size: 14px;
	font-weight: 600;
	transition: background 0.25s ease, transform 0.25s ease;
}

.fxp-about-close__btn:hover {
	background: var(--fxp-primary-strong);
	transform: translateY(-2px);
}

.fxp-about-close__btn svg {
	width: 15px;
	height: 15px;
}

.fxp-about-close__btn--ghost {
	background: transparent;
	border: 1px solid var(--fxp-line-strong);
	color: var(--fxp-charcoal);
}

.fxp-about-close__btn--ghost:hover {
	background: var(--fxp-soft);
}

/* --- responsive -------------------------------------------- */

@media (max-width: 1080px) {
	.fxp-about-hero__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.fxp-about-hero__seal {
		left: 18px;
	}

	.fxp-about-log__head {
		flex-direction: column;
	}

	.fxp-about-log__timeline::before {
		left: 8px;
	}

	.fxp-about-entry {
		width: auto;
		margin-left: 44px !important;
		margin-right: 0 !important;
		margin-top: 0 !important;
	}

	.fxp-about-entry .fxp-about-entry__dot {
		left: -43px !important;
		right: auto !important;
	}

	.fxp-about-entry .fxp-about-entry__year {
		position: static;
		display: inline-block;
		transform: none !important;
		margin-bottom: 8px;
	}

	.fxp-about-close__card {
		flex-direction: column;
		align-items: flex-start;
	}

	.fxp-about-close__actions {
		flex-direction: row;
		flex-wrap: wrap;
	}
}

@media (max-width: 640px) {
	.fxp-about-hero__stats {
		grid-template-columns: repeat(2, 1fr);
		gap: 18px;
	}

	.fxp-about-hero__stats > div {
		border-right: 0;
		padding-right: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.fxp-about-hero__item {
		animation: none;
		opacity: 1;
		transform: none;
	}

	.fxp-about-hero__seal svg,
	.fxp-about-seal svg {
		animation: none;
	}

	.fxp-about-entry.is-visible .fxp-about-card__stamp {
		animation: none;
		opacity: 1;
		scale: 1;
	}
}

/* "not listed" strip under the priority services ledger */
.fxp-notlisted {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 18px 28px;
	margin-top: 18px;
	padding: clamp(20px, 2.2vw, 28px) clamp(20px, 2.4vw, 32px);
	background: var(--fxp-white);
	border: 1px solid var(--fxp-line-soft);
	border-radius: 18px;
	box-shadow: var(--fxp-soft-shadow);
}

.fxp-notlisted__text strong {
	display: block;
	margin-bottom: 4px;
	font-family: var(--fxp-display);
	font-size: 18px;
	font-weight: 600;
	color: var(--fxp-ink);
}

.fxp-notlisted__text p {
	margin: 0;
	max-width: 56ch;
	font-size: 14.5px;
	color: var(--fxp-muted);
}

.fxp-notlisted__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

/* ------------------------------------------------ All Services: the building */

.fxp-allsvc-hero {
	padding: clamp(40px, 5vw, 72px) 0 clamp(24px, 3vw, 40px);
	background: linear-gradient(180deg, var(--fxp-soft), var(--fxp-paper));
}

.fxp-allsvc-hero__inner {
	max-width: 720px;
}

.fxp-allsvc-hero h1 {
	margin-top: 10px;
	font-size: clamp(38px, 4.6vw, 60px);
}

.fxp-allsvc-hero .fxp-lede {
	margin-top: 18px;
	max-width: 58ch;
}

.fxp-allsvc-hero .fxp-actions {
	margin-top: 26px;
}

.fxp-allsvc {
	padding: clamp(28px, 3.4vw, 52px) 0 clamp(24px, 3vw, 44px);
	background: var(--fxp-paper);
}

.fxp-building {
	position: relative;
	max-width: 1040px;
	margin: 0 auto;
}

/* roofline: flat Dubai-villa parapet with the shop sign */
.fxp-building__roof {
	display: flex;
	justify-content: center;
	width: min(100%, 880px);
	margin: 0 auto;
	padding: 16px 24px;
	background: var(--fxp-ink);
	border-radius: 18px 18px 0 0;
}

.fxp-building__sign {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--fxp-white);
	font-family: var(--fxp-display);
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.fxp-building__sign img {
	width: 30px;
	height: 30px;
	filter: invert(1);
}

/* one floor per division */
.fxp-floor {
	position: relative;
	display: grid;
	grid-template-columns: minmax(230px, 300px) minmax(0, 1fr);
	gap: clamp(20px, 3vw, 48px);
	padding: clamp(26px, 3vw, 40px) clamp(24px, 3.4vw, 52px) clamp(26px, 3vw, 40px) clamp(60px, 6vw, 92px);
	background: var(--fxp-white);
	border: 1px solid var(--fxp-line-soft);
	border-top: 0;
	box-shadow: var(--fxp-soft-shadow);
}

.fxp-floor:first-of-type {
	border-top: 1px solid var(--fxp-line-soft);
}

/* the floor slab between storeys */
.fxp-floor + .fxp-floor {
	border-top: 6px solid var(--fxp-line-soft);
}

/* accent edge along the left of each floor */
.fxp-floor::before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 6px;
	background: var(--accent);
	content: "";
}

.fxp-floor__plate {
	position: absolute;
	left: clamp(18px, 2vw, 30px);
	top: 50%;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1.6px solid var(--accent);
	border-radius: 50%;
	background: var(--fxp-white);
	color: var(--accent);
	font-family: var(--fxp-display);
	font-size: 13px;
	font-weight: 700;
}

.fxp-floor__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 14px;
	background: var(--accent-soft);
	color: var(--accent);
	font-size: 21px;
}

.fxp-floor__label h2 {
	margin-top: 14px;
	font-size: clamp(23px, 2.2vw, 28px);
}

.fxp-floor__label p {
	margin: 8px 0 0;
	max-width: 30ch;
	color: var(--fxp-muted);
	font-size: 14.5px;
	line-height: 1.55;
}

.fxp-floor__go {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 16px;
	color: var(--accent);
	font-size: 14px;
	font-weight: 700;
}

.fxp-floor__go svg {
	font-size: 16px;
	transition: transform 180ms ease;
}

.fxp-floor__go:hover svg {
	transform: translateX(3px);
}

.fxp-floor__services {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(215px, 1fr));
	gap: 10px;
	align-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fxp-floor__services a,
.fxp-floor__svc-soon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding: 10px 14px;
	border: 1px solid var(--fxp-line-soft);
	border-radius: 11px;
	background: var(--fxp-paper);
	color: var(--fxp-charcoal);
	font-size: 13.5px;
	font-weight: 600;
	line-height: 1.35;
	transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

.fxp-floor__services a svg {
	flex: 0 0 auto;
	font-size: 14px;
	color: var(--accent);
	opacity: 0;
	transform: translateX(-4px);
	transition: opacity 160ms ease, transform 160ms ease;
}

.fxp-floor__services a:hover {
	border-color: var(--accent);
	background: var(--accent-soft);
	color: var(--fxp-ink);
	transform: translateY(-2px);
}

.fxp-floor__services a:hover svg {
	opacity: 1;
	transform: translateX(0);
}

.fxp-floor__svc-soon {
	color: var(--fxp-muted);
	background: var(--fxp-white);
	border-style: dashed;
}

/* ground floor: the Shop storefront awning */
.fxp-floor--ground {
	border-radius: 0 0 18px 18px;
	overflow: hidden;
}

.fxp-floor--ground::after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 12px;
	background: repeating-linear-gradient(90deg, var(--accent) 0 26px, var(--fxp-white) 26px 52px);
	opacity: 0.85;
	content: "";
}

.fxp-building__pavement {
	width: min(100%, 1120px);
	height: 10px;
	margin: 0 auto;
	border-radius: 999px;
	background: var(--fxp-line-soft);
}

.fxp-allsvc-cta {
	padding: clamp(28px, 3.4vw, 48px) 0 clamp(64px, 7vw, 100px);
	background: var(--fxp-paper);
}

@media (max-width: 980px) {
	.fxp-floor {
		grid-template-columns: 1fr;
		padding-left: clamp(24px, 4vw, 40px);
	}

	.fxp-floor__plate {
		top: clamp(26px, 3vw, 40px);
		transform: none;
		left: auto;
		right: clamp(18px, 2vw, 30px);
	}
}

@media (max-width: 560px) {
	.fxp-floor__services {
		grid-template-columns: 1fr;
	}

	.fxp-building__sign {
		font-size: 15px;
	}
}

/* All Services: architectural directory facade */
.fxp-allsvc-scene {
	padding: 0 0 clamp(30px, 4vw, 56px);
	background: #f8f7f3;
	overflow: hidden;
}

.fxp-allsvc-scene > .fxp-container {
	position: relative;
}

.fxp-allsvc-scene .fxp-allsvc-hero {
	position: relative;
	z-index: 4;
	max-width: 600px;
	min-height: 390px;
	padding: 32px 0 0 8px;
	background: transparent;
}

.fxp-allsvc-scene .fxp-allsvc-hero h1 {
	margin-top: 16px;
	font-size: clamp(44px, 4.8vw, 64px);
	line-height: 0.98;
}

.fxp-allsvc-scene .fxp-allsvc-hero h1 span {
	display: block;
	white-space: nowrap;
}

.fxp-allsvc-scene .fxp-allsvc-hero .fxp-lede {
	max-width: 48ch;
	font-size: 16px;
}

.fxp-allsvc-scene .fxp-allsvc-hero .fxp-actions {
	margin-top: 20px;
}

.fxp-allsvc-scene .fxp-allsvc {
	position: relative;
	z-index: 2;
	margin-top: -152px;
	padding: 0;
	background: transparent;
}

.fxp-allsvc-scene .fxp-building {
	max-width: 1160px;
}

.fxp-allsvc-scene .fxp-building__roof {
	position: relative;
	z-index: 1;
	align-items: flex-end;
	justify-content: center;
	width: 68%;
	height: 138px;
	margin: 0 4.5% -1px auto;
	padding: 0 24px 24px;
	border: 1px solid #3b3934;
	border-bottom: 5px solid #b7aa92;
	border-radius: 0;
	background: #22211f;
	clip-path: polygon(50% 0, 100% 58%, 100% 100%, 0 100%, 0 58%);
	box-shadow: 0 14px 30px rgba(31, 29, 25, 0.12);
}

.fxp-allsvc-scene .fxp-building__roof::after {
	position: absolute;
	left: 4%;
	right: 4%;
	bottom: 8px;
	height: 1px;
	background: #bd8e42;
	content: "";
}

.fxp-allsvc-scene .fxp-building__sign {
	gap: 9px;
	font-size: 17px;
	letter-spacing: 0;
}

.fxp-allsvc-scene .fxp-building__floors {
	position: relative;
	z-index: 2;
	margin: 0 62px 0 78px;
	border: 1px solid #c9c1b4;
	border-bottom: 0;
	background: #fff;
	box-shadow: 0 18px 50px rgba(45, 40, 33, 0.12);
}

.fxp-allsvc-scene .fxp-floor {
	grid-template-columns: minmax(170px, 218px) minmax(0, 1fr);
	gap: 24px;
	min-height: 224px;
	padding: 23px 62px 23px 78px;
	border: 0;
	border-radius: 0;
	background: #fffefa;
	box-shadow: none;
}

.fxp-allsvc-scene .fxp-floor + .fxp-floor {
	border-top: 8px solid #c8c0b4;
	box-shadow: inset 0 1px 0 #f8f5ef;
}

.fxp-allsvc-scene .fxp-floor::before {
	left: 0;
	width: 7px;
}

.fxp-allsvc-scene .fxp-floor__plate {
	left: 20px;
	top: 24px;
	transform: none;
	width: 40px;
	height: 40px;
	border: 1px solid var(--accent);
	border-radius: 7px;
	background: var(--accent-soft);
	font-size: 15px;
}

.fxp-allsvc-scene .fxp-floor__icon {
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 0;
	background: transparent;
	font-size: 27px;
}

.fxp-allsvc-scene .fxp-floor__label h2 {
	margin-top: 8px;
	font-size: 26px;
	color: var(--accent);
}

.fxp-allsvc-scene .fxp-floor__label p {
	margin-top: 5px;
	font-size: 13.5px;
	line-height: 1.45;
}

.fxp-allsvc-scene .fxp-floor__go {
	margin-top: 10px;
	font-size: 13px;
}

.fxp-allsvc-scene .fxp-floor__services {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 7px 9px;
}

.fxp-allsvc-scene .fxp-floor__services a,
.fxp-allsvc-scene .fxp-floor__svc-soon {
	justify-content: flex-start;
	gap: 8px;
	min-height: 34px;
	padding: 6px 10px;
	border-color: #ddd7cc;
	border-radius: 6px;
	background: #faf8f3;
	font-size: 12.5px;
	font-weight: 600;
	line-height: 1.2;
}

.fxp-allsvc-scene .fxp-floor__service-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 17px;
	width: 17px;
	height: 17px;
	color: var(--accent);
}

.fxp-allsvc-scene .fxp-floor__service-icon svg {
	width: 16px;
	height: 16px;
	opacity: 1;
	transform: none;
}

.fxp-allsvc-scene .fxp-floor__services a > svg:last-child {
	width: 13px;
	height: 13px;
	margin-left: auto;
	opacity: 0;
}

.fxp-allsvc-scene .fxp-floor__services a:hover > svg:last-child {
	opacity: 1;
	transform: translateX(0);
}

.fxp-allsvc-scene .fxp-floor__external-plate {
	position: absolute;
	right: -46px;
	top: 50%;
	display: grid;
	place-items: center;
	width: 34px;
	height: 40px;
	transform: translateY(-50%);
	border: 2px solid #d4b473;
	border-radius: 5px;
	background: #493011;
	box-shadow: 0 4px 10px rgba(44, 31, 14, 0.22);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
}

.fxp-allsvc-scene .fxp-floor__balcony {
	position: absolute;
	right: -62px;
	bottom: 20px;
	width: 58px;
	height: 28px;
	border: 1px solid #888078;
	border-top: 5px solid #d7d0c5;
	background: #f8f6f1;
}

.fxp-allsvc-scene .fxp-floor__balcony::after {
	position: absolute;
	left: 8px;
	right: 8px;
	top: -15px;
	height: 11px;
	border-radius: 8px 8px 2px 2px;
	background: var(--accent-soft);
	box-shadow: inset 0 -3px 0 var(--accent);
	content: "";
}

.fxp-allsvc-scene .fxp-building__elevator {
	position: absolute;
	z-index: 3;
	left: 0;
	top: 137px;
	bottom: 38px;
	display: grid;
	grid-template-rows: repeat(4, 1fr);
	gap: 7px;
	width: 78px;
	padding: 14px 12px;
	border: 1px solid #9f978b;
	border-right: 6px solid #c9c1b4;
	background: #e6e0d7;
	box-shadow: -8px 14px 25px rgba(45, 40, 33, 0.1);
}

.fxp-allsvc-scene .fxp-building__elevator span {
	border: 4px solid #252421;
	background: #47433e;
	box-shadow: inset 0 0 0 1px #b69a68;
}

.fxp-allsvc-scene .fxp-building__entrance {
	position: relative;
	z-index: 4;
	width: 76px;
	height: 52px;
	margin: -1px auto 0;
	border: 7px solid #b9b0a3;
	border-bottom: 0;
	border-radius: 38px 38px 0 0;
	background: #38342e;
}

.fxp-allsvc-scene .fxp-building__entrance span {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 30px;
	height: 35px;
	transform: translateX(-50%);
	border: 2px solid #c49a52;
	border-bottom: 0;
	background: #55401e;
}

.fxp-allsvc-scene .fxp-building__pavement {
	width: 100%;
	height: 12px;
	border-radius: 0;
	background: #b9b2a8;
}

.fxp-allsvc-scene + .fxp-allsvc-cta {
	padding-top: 24px;
	background: #f8f7f3;
}

@media (max-width: 980px) {
	.fxp-allsvc-scene .fxp-allsvc-hero {
		max-width: 620px;
		min-height: 0;
		padding: 28px 0 0;
	}

	.fxp-allsvc-scene .fxp-allsvc {
		margin-top: 34px;
	}

	.fxp-allsvc-scene .fxp-building__roof {
		width: 100%;
		height: 108px;
		margin: 0 0 -1px;
		padding-bottom: 18px;
	}

	.fxp-allsvc-scene .fxp-building__floors {
		margin: 0;
	}

	.fxp-allsvc-scene .fxp-building__elevator,
	.fxp-allsvc-scene .fxp-floor__external-plate,
	.fxp-allsvc-scene .fxp-floor__balcony {
		display: none;
	}

	.fxp-allsvc-scene .fxp-floor {
		grid-template-columns: minmax(170px, 220px) minmax(0, 1fr);
		padding: 24px 24px 24px 78px;
	}
}

@media (max-width: 720px) {
	.fxp-allsvc-scene .fxp-allsvc-hero h1 {
		font-size: 42px;
	}

	.fxp-allsvc-scene .fxp-allsvc-hero h1 span {
		white-space: normal;
	}

	.fxp-allsvc-scene .fxp-floor {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 24px;
	}

	.fxp-allsvc-scene .fxp-floor__plate {
		left: auto;
		right: 20px;
	}
}

@media (max-width: 520px) {
	.fxp-allsvc-scene .fxp-allsvc-hero h1 {
		font-size: 38px;
	}

	.fxp-allsvc-scene .fxp-allsvc-hero .fxp-actions {
		display: grid;
	}

	.fxp-allsvc-scene .fxp-allsvc-hero .fxp-button {
		width: 100%;
	}

	.fxp-allsvc-scene .fxp-building__roof {
		height: 88px;
	}

	.fxp-allsvc-scene .fxp-floor__services {
		grid-template-columns: 1fr;
	}
}

.fxp-building__facade {
	display: none;
}

.fxp-floor__worker {
	display: none;
}

@media (max-width: 980px) {
	.fxp-allsvc-scene .fxp-floor__plate {
		left: auto;
		right: 134px;
		top: 18px;
	}

	.fxp-allsvc-scene .fxp-floor__worker {
		position: absolute;
		z-index: 1;
		top: 18px;
		right: 18px;
		display: block;
		width: 104px;
		height: 126px;
		border: 1px solid #c9c1b4;
		border-radius: 6px;
		background-image: url("../images/fixperts-services-building-facade.webp");
		background-repeat: no-repeat;
		background-size: 430px auto;
		box-shadow: 0 8px 18px rgba(43, 37, 29, 0.12);
	}

	.fxp-allsvc-scene .fxp-floor:nth-child(1) .fxp-floor__worker {
		background-position: right -150px;
	}

	.fxp-allsvc-scene .fxp-floor:nth-child(2) .fxp-floor__worker {
		background-position: right -310px;
	}

	.fxp-allsvc-scene .fxp-floor:nth-child(3) .fxp-floor__worker {
		background-position: right -490px;
	}

	.fxp-allsvc-scene .fxp-floor:nth-child(4) .fxp-floor__worker {
		background-position: right -660px;
	}

	.fxp-allsvc-scene .fxp-floor__label {
		position: relative;
		z-index: 2;
		min-height: 126px;
		padding-right: 122px;
	}

	.fxp-allsvc-scene .fxp-floor__services {
		position: relative;
		z-index: 2;
	}
}

@media (max-width: 520px) {
	.fxp-allsvc-scene .fxp-floor__plate {
		z-index: 3;
	}
}

/* All-services overlay: division floors placed onto the real building facade
   (fixperts-services-building-facade.webp). Geometry measured from the photo. */
@media (min-width: 0) {
	.fxp-allsvc-scene .fxp-building {
		container-type: inline-size;
		max-width: 640px;
		margin: 0 auto;
	}

	.fxp-allsvc-scene .fxp-allsvc {
		margin-top: 12px;
		margin-left: 0;
		width: 100%;
		padding-bottom: 8px;
		background: transparent;
		overflow-x: auto;
		overflow-y: hidden;
		scrollbar-color: rgba(91, 86, 76, 0.35) transparent;
		scrollbar-width: thin;
	}

	.fxp-allsvc-scene .fxp-allsvc-hero {
		max-width: 820px;
		min-height: 0;
		padding: 34px 0 28px 8px;
	}

	.fxp-allsvc-scene .fxp-building {
		position: relative;
		height: auto;
		width: min(640px, 100%);
		min-width: 0;
		max-width: 640px;
		margin: 0 auto;
		aspect-ratio: 864 / 1821;
	}

	.fxp-allsvc-scene .fxp-building__facade {
		position: absolute;
		z-index: 0;
		inset: 0;
		display: block;
		width: 100%;
		height: 100%;
		object-fit: contain;
		filter: drop-shadow(0 26px 42px rgba(43, 37, 29, 0.18));
	}

	.fxp-allsvc-scene .fxp-building__roof {
		position: absolute;
		z-index: 3;
		left: 25%;
		top: 5.8%;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 50%;
		height: 6.2%;
		margin: 0;
		padding: 0;
		border: 0;
		background: transparent;
		clip-path: none;
		box-shadow: none;
	}

	.fxp-allsvc-scene .fxp-building__roof::after {
		display: none;
	}

	.fxp-allsvc-scene .fxp-building__sign {
		position: relative;
		z-index: 1;
		align-self: center;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		gap: 2px;
		font-family: var(--fxp-display);
		font-size: 2.85cqw;
		font-weight: 800;
		letter-spacing: 0.12em;
		line-height: 1;
		transform: translateY(1.44cqw);
		text-transform: uppercase;
		color: #f2e7cf;
		text-shadow:
			0 0 10px rgba(255, 205, 130, 0.65),
			0 1px 3px rgba(0, 0, 0, 0.6);
	}

	.fxp-allsvc-scene .fxp-building__sign img {
		width: 5.88cqw;
		height: 5.88cqw;
		object-fit: contain;
		transform: none;
		filter: invert(1) brightness(1.08) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
	}

	.fxp-allsvc-scene .fxp-building__sign span {
		display: block;
		white-space: nowrap;
	}

	.fxp-allsvc-scene .fxp-building__floors {
		position: absolute;
		z-index: 2;
		inset: 0;
		display: block;
		margin: 0;
		border: 0;
		background: transparent;
		box-shadow: none;
	}

	.fxp-allsvc-scene .fxp-floor {
		position: absolute;
		display: block;
		min-height: 0;
		/* geometry measured from the drawn glass cards in the facade photo,
		   so plates and rows sit identically on the left and right cards */
		width: 45.5%;
		height: 14.6%;
		padding: 2.02cqw 1.96cqw;
		border: 0;
		background: transparent;
		box-shadow: none;
		overflow: hidden;
	}

	.fxp-allsvc-scene .fxp-floor:nth-child(1) {
		left: 24%;
		top: 16.7%;
		height: 14.6%;
	}

	.fxp-allsvc-scene .fxp-floor:nth-child(2) {
		left: 24%;
		top: 34.8%;
		height: 14.6%;
	}

	.fxp-allsvc-scene .fxp-floor:nth-child(3) {
		left: 24%;
		top: 53.6%;
		height: 14.6%;
	}

	.fxp-allsvc-scene .fxp-floor:nth-child(4) {
		left: 24%;
		top: 72.5%;
		height: 14.6%;
	}

	.fxp-allsvc-scene .fxp-floor + .fxp-floor {
		border: 0;
		box-shadow: none;
	}

	.fxp-allsvc-scene .fxp-floor::before {
		display: none;
	}

	.fxp-allsvc-scene .fxp-floor--ground::after {
		display: none;
	}

	.fxp-allsvc-scene .fxp-floor__plate {
		left: 8px;
		right: auto;
		top: 10px;
		z-index: 3;
		transform: none;
		width: 5.32cqw;
		height: 5.32cqw;
		font-size: 1.88cqw;
		line-height: 1;
		box-shadow: 0 0 0 4px rgba(255, 254, 250, 0.94);
	}

	.fxp-allsvc-scene .fxp-floor__icon {
		position: absolute;
		left: 5.47cqw;
		top: -3px;
		width: 4.99cqw;
		height: 4.99cqw;
		font-size: 3.59cqw;
	}

	.fxp-allsvc-scene .fxp-floor__label {
		position: relative;
		display: block;
		min-height: 5cqw;
		margin: 0 0 3px;
		padding: 0 0 0 11.88cqw;
	}

	.fxp-allsvc-scene .fxp-floor__label h2 {
		margin: 0;
		padding-right: 11.55cqw;
		font-size: 3.28cqw;
		line-height: 1.1;
	}

	.fxp-allsvc-scene .fxp-floor__label p {
		display: none;
		margin: 3px 0 0;
		max-width: 27ch;
		font-size: 1.48cqw;
		line-height: 1.28;
	}

	.fxp-allsvc-scene .fxp-floor__go {
		position: absolute;
		top: 3px;
		right: 0;
		margin: 0;
		font-size: 1.48cqw;
	}

	.fxp-allsvc-scene .fxp-floor__go svg {
		width: 1.88cqw;
		height: 1.88cqw;
	}

	.fxp-allsvc-scene .fxp-floor__services {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-auto-rows: 3.4cqw;
		gap: 0 1.88cqw;
		align-content: start;
	}

	.fxp-allsvc-scene .fxp-floor__services li:last-child:nth-child(odd) {
		grid-column: 1 / -1;
	}

	.fxp-allsvc-scene .fxp-floor__services a,
	.fxp-allsvc-scene .fxp-floor__svc-soon {
		min-height: 0;
		height: 100%;
		padding: 2px 1px;
		border: 0;
		border-bottom: 1px solid rgba(177, 168, 153, 0.58);
		border-radius: 0;
		background: transparent;
		font-size: 1.4cqw;
		font-weight: 600;
		line-height: 1.1;
		backdrop-filter: none;
	}

	.fxp-allsvc-scene .fxp-floor__services a:hover {
		border-color: var(--accent);
		background: var(--accent-soft);
		transform: none;
	}

	.fxp-allsvc-scene .fxp-floor__service-icon {
		flex-basis: 2.19cqw;
		width: 2.19cqw;
		height: 2.19cqw;
	}

	.fxp-allsvc-scene .fxp-floor__service-icon svg {
		width: 2.02cqw;
		height: 2.02cqw;
	}

	.fxp-allsvc-scene .fxp-building__elevator,
	.fxp-allsvc-scene .fxp-floor__worker,
	.fxp-allsvc-scene .fxp-floor__external-plate,
	.fxp-allsvc-scene .fxp-floor__balcony,
	.fxp-allsvc-scene .fxp-building__entrance,
	.fxp-allsvc-scene .fxp-building__pavement {
		display: none;
	}
}

@media (max-width: 860px) {
	.fxp-allsvc-scene .fxp-allsvc {
		overflow: clip;
	}

	.fxp-allsvc-scene .fxp-building {
		left: 50%;
		width: clamp(350px, calc(100vw + 20px), 430px);
		min-width: 0;
		margin: 0;
		aspect-ratio: 650 / 1793;
		transform: translateX(-50%);
	}

	.fxp-allsvc-scene .fxp-building__roof {
		left: 15%;
		top: 2.2%;
		width: 70%;
		height: 8%;
	}

	.fxp-allsvc-scene .fxp-floor {
		left: 11.4%;
		width: 59.2%;
		height: 15.8%;
		padding: 2cqw;
	}

	.fxp-allsvc-scene .fxp-floor:nth-child(1) {
		left: 11.4%;
		top: 13.8%;
		height: 15.5%;
	}

	.fxp-allsvc-scene .fxp-floor:nth-child(2) {
		left: 11.4%;
		top: 32.5%;
		height: 16.2%;
	}

	.fxp-allsvc-scene .fxp-floor:nth-child(3) {
		left: 11.4%;
		top: 52.2%;
		height: 16%;
	}

	.fxp-allsvc-scene .fxp-floor:nth-child(4) {
		left: 11.4%;
		top: 71.5%;
		height: 15.9%;
	}

	.fxp-allsvc-scene .fxp-floor__plate {
		left: 2cqw;
		top: 2cqw;
		width: 7.4cqw;
		height: 7.4cqw;
		font-size: 2.6cqw;
	}

	.fxp-allsvc-scene .fxp-floor__icon {
		left: 8.8cqw;
		top: 0;
		width: 5.8cqw;
		height: 5.8cqw;
		font-size: 4.2cqw;
	}

	.fxp-allsvc-scene .fxp-floor__label {
		min-height: 7cqw;
		padding-left: 15.5cqw;
	}

	.fxp-allsvc-scene .fxp-floor__label h2 {
		padding-right: 13cqw;
		font-size: 4.15cqw;
	}

	.fxp-allsvc-scene .fxp-floor__go {
		top: 1px;
		font-size: 1.8cqw;
	}

	.fxp-allsvc-scene .fxp-floor__services {
		grid-auto-rows: minmax(4.2cqw, auto);
		gap: 0 2cqw;
	}

	.fxp-allsvc-scene .fxp-floor__services a,
	.fxp-allsvc-scene .fxp-floor__svc-soon {
		font-size: clamp(7.5px, 1.9cqw, 8.5px);
		line-height: 1.05;
	}
}

/* Shop outlet network ---------------------------------------------------- */
.fxp-shop-locations {
	--location-gold: var(--fxp-gold, #b7904e);
	--location-gold-deep: #7c5b24;
	position: relative;
	overflow: hidden;
	padding: clamp(76px, 8vw, 124px) 0 clamp(84px, 9vw, 138px);
	border-top: 1px solid rgba(183, 144, 78, 0.2);
	background:
		radial-gradient(circle at 88% 4%, rgba(183, 144, 78, 0.17), transparent 29%),
		linear-gradient(145deg, #fbf8f1 0%, #f5efe3 100%);
}

.fxp-shop-locations__glow {
	position: absolute;
	top: -180px;
	right: -120px;
	width: 460px;
	height: 460px;
	border: 1px solid rgba(183, 144, 78, 0.18);
	border-radius: 50%;
	pointer-events: none;
}

.fxp-shop-locations__glow::before,
.fxp-shop-locations__glow::after {
	position: absolute;
	inset: 52px;
	border: inherit;
	border-radius: inherit;
	content: "";
}

.fxp-shop-locations__glow::after {
	inset: 108px;
}

.fxp-shop-locations__head {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: clamp(32px, 6vw, 90px);
	align-items: end;
	margin-bottom: clamp(38px, 5vw, 64px);
}

.fxp-shop-locations__intro {
	max-width: 840px;
}

.fxp-shop-locations .fxp-kicker {
	color: var(--location-gold-deep);
}

.fxp-shop-locations__intro h2 {
	max-width: 800px;
	margin: 14px 0 20px;
	font-family: var(--fxp-display);
	font-size: clamp(38px, 4.5vw, 68px);
	font-weight: 600;
	line-height: 0.98;
	letter-spacing: -0.045em;
}

.fxp-shop-locations__intro > p:last-child {
	max-width: 690px;
	margin: 0;
	color: var(--fxp-muted);
	font-size: clamp(17px, 1.35vw, 21px);
	line-height: 1.6;
}

.fxp-shop-locations__count {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: clamp(138px, 12vw, 180px);
	aspect-ratio: 1;
	border: 1px solid rgba(183, 144, 78, 0.35);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0 18px 45px rgba(100, 76, 34, 0.1);
	color: var(--location-gold-deep);
}

.fxp-shop-locations__count strong {
	font-family: var(--fxp-display);
	font-size: clamp(52px, 5vw, 76px);
	font-weight: 600;
	line-height: 0.85;
}

.fxp-shop-locations__count span {
	margin-top: 12px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.fxp-shop-locations__grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.fxp-shop-location {
	display: flex;
	flex-direction: column;
	min-height: 292px;
	padding: clamp(24px, 2.2vw, 34px);
	border: 1px solid rgba(183, 144, 78, 0.2);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 15px 38px rgba(79, 62, 31, 0.07);
	transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
	transition-delay: calc(var(--location-index, 0) * 35ms);
}

.fxp-shop-location:hover {
	border-color: rgba(183, 144, 78, 0.55);
	box-shadow: 0 22px 48px rgba(79, 62, 31, 0.13);
	transform: translateY(-5px);
}

.fxp-shop-location__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
}

.fxp-shop-location__pin {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 15px;
	background: color-mix(in srgb, var(--location-gold) 18%, white);
	color: var(--location-gold-deep);
}

.fxp-shop-location__pin svg {
	width: 23px;
	height: 23px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}

.fxp-shop-location__number {
	color: rgba(124, 91, 36, 0.32);
	font-family: var(--fxp-display);
	font-size: 30px;
	font-weight: 600;
	letter-spacing: -0.04em;
}

.fxp-shop-location h3 {
	margin: 0 0 11px;
	font-family: var(--fxp-display);
	font-size: clamp(21px, 1.6vw, 27px);
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: -0.025em;
}

.fxp-shop-location__address {
	margin: 0 0 26px;
	color: var(--fxp-muted);
	font-size: 14.5px;
	line-height: 1.55;
}

.fxp-shop-location__actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: auto;
	padding-top: 18px;
	border-top: 1px solid rgba(183, 144, 78, 0.18);
}

.fxp-shop-location__phone,
.fxp-shop-location__map {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 38px;
	font-size: 13px;
	font-weight: 750;
	text-decoration: none;
}

.fxp-shop-location__phone {
	color: var(--fxp-ink);
}

.fxp-shop-location__phone svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: var(--location-gold-deep);
	stroke-width: 1.9;
}

.fxp-shop-location__map {
	padding: 0 13px;
	border-radius: 999px;
	background: var(--fxp-ink);
	color: #fff;
	transition: background 180ms ease, transform 180ms ease;
}

.fxp-shop-location__map:hover,
.fxp-shop-location__map:focus-visible {
	background: var(--location-gold-deep);
	transform: translateX(2px);
}

.fxp-shop-location__map svg {
	width: 15px;
	height: 15px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
}

.fxp-shop-location__phone:focus-visible,
.fxp-shop-location__map:focus-visible {
	outline: 3px solid color-mix(in srgb, var(--location-gold) 45%, transparent);
	outline-offset: 3px;
}

.fxp-shop-locations__foot {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	width: fit-content;
	margin: 34px auto 0;
	padding: 14px 22px;
	border: 1px solid rgba(183, 144, 78, 0.22);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.62);
	color: var(--location-gold-deep);
	font-size: 13px;
	font-weight: 750;
	letter-spacing: 0.02em;
}

.fxp-shop-locations__foot svg {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
}

@media (max-width: 1180px) {
	.fxp-shop-locations__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.fxp-shop-locations__head {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.fxp-shop-locations__count {
		flex-direction: row;
		gap: 12px;
		width: auto;
		min-height: 64px;
		padding: 0 22px;
		aspect-ratio: auto;
		border-radius: 999px;
	}

	.fxp-shop-locations__count strong {
		font-size: 38px;
	}

	.fxp-shop-locations__count span {
		margin-top: 0;
	}

	.fxp-shop-locations__grid {
		grid-template-columns: 1fr;
	}

	.fxp-shop-location {
		min-height: 270px;
	}

	.fxp-shop-locations__foot {
		width: 100%;
		border-radius: 18px;
		text-align: center;
	}
}

@media (max-width: 390px) {
	.fxp-shop-location__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.fxp-shop-location__map {
		justify-content: center;
	}
}

/* Contact page: Home Services / Shops location switcher ----------------- */
.fxp-contact-loc__switcher {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	max-width: 940px;
	margin: 0 0 clamp(28px, 3.5vw, 46px);
}

.fxp-contact-loc__tab {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 15px;
	align-items: center;
	min-height: 94px;
	padding: 16px 18px;
	border: 1px solid var(--fxp-line);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.72);
	color: var(--fxp-ink);
	text-align: left;
	cursor: pointer;
	transition: border-color 200ms ease, background 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.fxp-contact-loc__tab:hover {
	border-color: color-mix(in srgb, var(--fxp-sage) 45%, var(--fxp-line));
	background: var(--fxp-white);
	transform: translateY(-2px);
}

.fxp-contact-loc__tab.is-active {
	border-color: color-mix(in srgb, var(--fxp-sage) 55%, var(--fxp-line));
	background: color-mix(in srgb, var(--fxp-sage-soft) 42%, white);
	box-shadow: 0 14px 34px rgba(73, 93, 64, 0.11);
}

.fxp-contact-loc__tab[data-contact-location-tab="shops"].is-active {
	border-color: rgba(183, 144, 78, 0.5);
	background: #faf5e9;
	box-shadow: 0 14px 34px rgba(124, 91, 36, 0.11);
}

.fxp-contact-loc__tab-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border-radius: 16px;
	background: var(--fxp-white);
	box-shadow: 0 7px 18px rgba(33, 32, 29, 0.07);
	color: var(--fxp-sage);
}

.fxp-contact-loc__tab[data-contact-location-tab="shops"] .fxp-contact-loc__tab-icon {
	color: #8a682f;
}

.fxp-contact-loc__tab-icon svg {
	width: 23px;
	height: 23px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}

.fxp-contact-loc__tab > span:nth-child(2) {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.fxp-contact-loc__tab strong {
	font-family: var(--fxp-display);
	font-size: clamp(17px, 1.4vw, 20px);
	font-weight: 650;
	line-height: 1.1;
}

.fxp-contact-loc__tab small {
	color: var(--fxp-muted);
	font-size: 12.5px;
	line-height: 1.35;
}

.fxp-contact-loc__tab > svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	transition: transform 180ms ease;
}

.fxp-contact-loc__tab.is-active > svg {
	transform: rotate(90deg);
}

.fxp-contact-loc__tab:focus-visible {
	outline: 3px solid color-mix(in srgb, var(--fxp-sage) 38%, transparent);
	outline-offset: 3px;
}

.fxp-contact-loc__panel {
	animation: fxpContactLocationIn 300ms ease both;
}

.fxp-contact-loc__panel[hidden] {
	display: none !important;
}

@keyframes fxpContactLocationIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.fxp-contact-loc__panel--shops {
	padding: clamp(20px, 2.5vw, 34px);
	border: 1px solid rgba(183, 144, 78, 0.2);
	border-radius: 24px;
	background:
		radial-gradient(circle at 96% 0%, rgba(183, 144, 78, 0.15), transparent 25%),
		linear-gradient(145deg, #fbf8f1, #f5efe3);
}

.fxp-contact-loc__shops-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 24px;
	padding: 0 4px;
}

.fxp-contact-loc__shops-head > div {
	display: flex;
	align-items: center;
	gap: 14px;
}

.fxp-contact-loc__shops-head > div > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.78);
	color: #7c5b24;
}

.fxp-contact-loc__shops-head svg {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}

.fxp-contact-loc__shops-head p {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 0;
}

.fxp-contact-loc__shops-head strong {
	font-family: var(--fxp-display);
	font-size: 21px;
	font-weight: 650;
}

.fxp-contact-loc__shops-head small {
	color: var(--fxp-muted);
	font-size: 13px;
}

.fxp-contact-loc__shops-head > a {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-height: 42px;
	padding: 0 17px;
	border-radius: 999px;
	background: var(--fxp-ink);
	color: #fff;
	font-size: 13px;
	font-weight: 750;
	text-decoration: none;
}

.fxp-contact-loc__shops-head > a:hover,
.fxp-contact-loc__shops-head > a:focus-visible {
	background: #7c5b24;
}

.fxp-contact-loc__shops-grid .fxp-shop-location {
	min-height: 270px;
	padding: clamp(20px, 1.8vw, 27px);
}

.fxp-contact-loc__shops-grid .fxp-shop-location__top {
	margin-bottom: 18px;
}

.fxp-contact-loc__shops-grid .fxp-shop-location h3 {
	font-size: clamp(19px, 1.4vw, 23px);
}

@media (max-width: 760px) {
	.fxp-contact-loc__switcher {
		grid-template-columns: 1fr;
	}

	.fxp-contact-loc__tab {
		min-height: 82px;
	}

	.fxp-contact-loc__shops-head {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	.fxp-contact-loc__panel {
		animation: none;
	}

	.fxp-contact-loc__tab,
	.fxp-contact-loc__tab > svg {
		transition: none;
	}
}

.fxp-contact-loc__map-prompt {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: clamp(300px, 31vw, 440px);
	padding: 42px;
	border-radius: 13px;
	background:
		radial-gradient(circle at 50% 46%, rgba(113, 140, 99, 0.17), transparent 32%),
		linear-gradient(145deg, #f8f6f0, #efeee7);
	text-align: center;
}

.fxp-contact-loc__map-prompt > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	margin-bottom: 20px;
	border: 1px solid color-mix(in srgb, var(--fxp-sage) 28%, transparent);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.82);
	color: var(--fxp-sage);
	box-shadow: 0 14px 32px rgba(73, 93, 64, 0.12);
}

.fxp-contact-loc__map-prompt svg {
	width: 30px;
	height: 30px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
}

.fxp-contact-loc__map-prompt strong {
	font-family: var(--fxp-display);
	font-size: clamp(23px, 2vw, 30px);
	font-weight: 650;
	letter-spacing: -0.025em;
}

.fxp-contact-loc__map-prompt p {
	max-width: 39ch;
	margin: 10px 0 0;
	color: var(--fxp-muted);
	font-size: 14px;
	line-height: 1.55;
}
