/**
 * AC Repair page system — Option 1 / "Unified Slab".
 *
 * This file is deliberately loaded after the legacy service, component,
 * cleanup, and action layers. The page treatment is isolated behind
 * .ccs-ac-repair-refresh so shared parent-theme blocks keep their existing
 * appearance elsewhere.
 */

/* ── Page foundation: cadence, measure, and type ─────────────────────── */
body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-grid {
	align-items: start;
	display: grid;
	padding-block: var(--e73-space-lg) var(--e73-space-xl);
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main {
	display: block;
	min-width: 0;
}

@media (min-width: 1200px) {
	body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-grid {
		gap: 40px;
		grid-template-columns: minmax(0, 1fr) 300px;
	}

	body.ccs-est1973.ccs-ac-repair-refresh .e73-sidebar {
		align-self: start;
		position: sticky;
		top: calc(var(--ccs-header-offset, 199px) + 24px);
	}
}

@media (max-width: 1199px) {
	body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	body.ccs-est1973.ccs-ac-repair-refresh .e73-sidebar {
		margin-top: var(--e73-space-lg);
		position: static;
	}
}

/* Page-scoped cadence follows the complete service layout layer. */
body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main > * + * {
	margin-top: var(--e73-space-lg);
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main > .ccs-answer-block {
	margin: 0;
	max-width: 68ch;
	padding: 0;
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main > .ccs-answer-block p,
body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main section p,
body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main section li {
	font-family: var(--e73-font-serif);
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main section h2 {
	font-family: var(--e73-font-slab);
	font-size: var(--e73-fs-2xl);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.08;
	text-transform: none;
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main section h3 {
	font-family: var(--e73-font-slab);
	letter-spacing: 0;
	text-transform: none;
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main section > h2,
body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main section > p {
	max-width: 68ch;
}

/* ── Shared conversion-control primitive ─────────────────────────────── */
body.ccs-est1973.ccs-ac-repair-refresh :is(
	.ccs-answer-card__actions,
	.ccs-repair-launch__actions,
	.icons-buttons__headlines,
	.full-width-cta .btn-group,
	.ccs-emergency-hub__actions,
	.ccs-growth-links__actions
) a {
	align-items: center;
	border-radius: var(--e73-radius-sm);
	box-sizing: border-box;
	display: inline-flex;
	font-family: var(--e73-font-slab);
	font-size: 13px;
	font-weight: 700;
	justify-content: center;
	letter-spacing: .12em;
	line-height: 1.2;
	min-height: 48px;
	padding: 15px 22px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
	white-space: nowrap;
}

/* Page-scoped actions follow the complete shared action layer. */
body.ccs-est1973.ccs-ac-repair-refresh :is(
	.ccs-answer-card__actions,
	.ccs-repair-launch__actions,
	.icons-buttons__headlines,
	.full-width-cta .btn-group,
	.ccs-emergency-hub__actions,
	.ccs-growth-links__actions
) a:first-child,
body.ccs-est1973.ccs-ac-repair-refresh .icons-buttons__headlines a:only-child {
	--e73-action-bg: var(--e73-butter);
	--e73-action-border: var(--e73-butter);
	--e73-action-color: var(--e73-ink);
	--e73-action-shadow: var(--e73-shadow-btn-butter);
	--e73-action-active-shadow: var(--e73-shadow-btn-butter-active);
	background: var(--e73-butter);
	border: 2px solid var(--e73-butter);
	box-shadow: var(--e73-shadow-btn-butter);
	color: var(--e73-ink);
}

body.ccs-est1973.ccs-ac-repair-refresh :is(
	.ccs-answer-card__actions,
	.ccs-emergency-hub__actions,
	.ccs-growth-links__actions
) a + a {
	--e73-action-bg: transparent;
	--e73-action-border: var(--e73-teal);
	--e73-action-color: var(--e73-teal-2);
	--e73-action-shadow: var(--e73-shadow-btn-teal);
	--e73-action-active-shadow: var(--e73-shadow-btn-teal-active);
	background: transparent;
	border: 2px solid var(--e73-teal);
	box-shadow: var(--e73-shadow-btn-teal);
	color: var(--e73-teal-2);
}

body.ccs-est1973.ccs-ac-repair-refresh :is(
	.ccs-repair-launch__actions,
	.full-width-cta .btn-group
) a + a {
	--e73-action-bg: transparent;
	--e73-action-border: var(--e73-porcelain-55);
	--e73-action-color: var(--e73-porcelain);
	--e73-action-shadow: none;
	--e73-action-active-shadow: var(--e73-shadow-btn-porcelain-active);
	background: transparent;
	border: 2px solid var(--e73-porcelain-55);
	box-shadow: var(--e73-shadow-btn-porcelain);
	color: var(--e73-porcelain);
}

body.ccs-est1973.ccs-ac-repair-refresh :is(
	.ccs-answer-card__actions,
	.ccs-repair-launch__actions,
	.icons-buttons__headlines,
	.full-width-cta .btn-group,
	.ccs-emergency-hub__actions,
	.ccs-growth-links__actions
) a:hover,
body.ccs-est1973.ccs-ac-repair-refresh :is(
	.ccs-answer-card__actions,
	.ccs-repair-launch__actions,
	.icons-buttons__headlines,
	.full-width-cta .btn-group,
	.ccs-emergency-hub__actions,
	.ccs-growth-links__actions
) a:active {
	box-shadow: var(--e73-action-active-shadow);
	transform: translateY(2px);
}

body.ccs-est1973.ccs-ac-repair-refresh :is(a, button, summary):focus-visible {
	outline: 2px solid var(--e73-ink);
	outline-offset: 3px;
}

body.ccs-est1973.ccs-ac-repair-refresh :is(
	.ccs-repair-launch,
	.full-width-cta,
	.footer-seo-services
) :is(a, button, summary):focus-visible {
	outline-color: var(--e73-porcelain);
}

body.ccs-est1973.ccs-ac-repair-refresh .masthead--innerpage .breadcrumbs a {
	/* est1973-shell.css locks breadcrumb links to translucent porcelain. */
	color: var(--e73-porcelain) !important;
}

/* ── Unified Slab ───────────────────────────────────────────────────── */
body.ccs-est1973.ccs-ac-repair-refresh .e73-unified-slab {
	align-items: stretch;
	background: var(--e73-porcelain);
	border: 2px solid var(--e73-ink);
	border-radius: var(--e73-radius-xl);
	box-shadow: var(--e73-shadow-card);
	display: grid;
	gap: 0;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
	overflow: hidden;
}

/* Legacy cards carry individual borders, radii, shadows, and fixed spacing. */
body.ccs-est1973.ccs-ac-repair-refresh .e73-unified-slab > :is(.ccs-answer-card, .ccs-repair-launch) {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	height: 100%;
	margin: 0;
	min-height: 0;
	padding: clamp(28px, 3.4vw, 40px);
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-unified-slab > .ccs-answer-card {
	background: var(--e73-porcelain);
	display: flex;
	flex-direction: column;
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-unified-slab > .ccs-repair-launch {
	background: var(--e73-teal);
	color: var(--e73-porcelain);
	display: flex;
	flex-direction: column;
	isolation: isolate;
	position: relative;
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-unified-slab > .ccs-repair-launch::before {
	background: radial-gradient(120% 90% at 100% 0, var(--e73-porcelain-12), transparent 60%);
	content: '';
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

body.ccs-est1973.ccs-ac-repair-refresh :is(.ccs-answer-card__eyebrow, .ccs-repair-launch__eyebrow) {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: var(--e73-ink);
	display: flex;
	font-family: var(--e73-font-slab);
	font-size: 11.5px;
	font-weight: 700;
	gap: 10px;
	letter-spacing: .2em;
	line-height: 1.2;
	margin: 0 0 14px;
	padding: 0;
	text-transform: uppercase;
}

body.ccs-est1973.ccs-ac-repair-refresh :is(.ccs-answer-card__eyebrow, .ccs-repair-launch__eyebrow)::before {
	background: var(--e73-butter);
	border-radius: 50%;
	content: '';
	flex: 0 0 8px;
	height: 8px;
	width: 8px;
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-repair-launch__eyebrow {
	color: var(--e73-butter-2);
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-unified-slab > .ccs-answer-card > span.ccs-answer-card__eyebrow {
	background: transparent;
	border-radius: 0;
	display: flex;
	padding: 0;
	width: auto;
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-unified-slab .ccs-answer-card h2 {
	font-size: clamp(26px, 3vw, 34px);
	line-height: 1.06;
	margin: 0 0 18px;
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-unified-slab .ccs-repair-launch h2 {
	color: var(--e73-porcelain);
	font-size: clamp(22px, 2.2vw, 27px);
	line-height: 1.08;
	margin: 0 0 16px;
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-unified-slab :is(.ccs-answer-card, .ccs-repair-launch) > p {
	font-family: var(--e73-font-serif);
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 22px;
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-unified-slab .ccs-answer-card > p {
	color: var(--e73-body);
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-unified-slab .ccs-repair-launch > p {
	color: var(--e73-porcelain);
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-answer-card__proof {
	border-top: 1px solid var(--e73-line);
	display: block;
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-answer-card__proof li {
	align-items: center;
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--e73-line);
	border-radius: 0;
	color: var(--e73-ink);
	display: flex;
	font-family: var(--e73-font-slab);
	font-size: 14px;
	font-weight: 600;
	gap: 12px;
	line-height: 1.35;
	margin: 0;
	min-height: 0;
	padding: 13px 0;
	box-shadow: none;
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-answer-card__proof li::before {
	background: transparent;
	color: var(--e73-teal);
	content: '\2713';
	font-family: var(--e73-font-slab);
	font-size: 17px;
	font-weight: 700;
	height: auto;
	left: auto;
	line-height: 1;
	position: static;
	transform: none;
	width: auto;
}

body.ccs-est1973.ccs-ac-repair-refresh :is(.ccs-answer-card__actions, .ccs-repair-launch__actions) {
	display: flex;
	flex-wrap: nowrap;
	gap: 12px;
	margin: auto 0 0;
	order: 5;
}

body.ccs-est1973.ccs-ac-repair-refresh :is(.ccs-answer-card__actions, .ccs-repair-launch__actions) a {
	flex: 1 1 0;
	min-width: 0;
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-repair-launch__steps {
	counter-reset: e73-launch;
	display: block;
	list-style: none;
	margin: 0 0 26px;
	order: 4;
	padding: 0;
	position: relative;
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-repair-launch__steps::before {
	background: linear-gradient(var(--e73-butter), var(--e73-butter-15));
	content: '';
	left: 11px;
	position: absolute;
	top: 12px;
	bottom: 12px;
	width: 2px;
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-unified-slab .ccs-repair-launch .ccs-repair-launch__steps li {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: var(--e73-porcelain);
	counter-increment: e73-launch;
	margin: 0;
	min-height: 0;
	padding: 0 0 20px 38px;
	position: relative;
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-unified-slab .ccs-repair-launch .ccs-repair-launch__steps li:last-child {
	padding-bottom: 0;
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-unified-slab .ccs-repair-launch .ccs-repair-launch__steps strong {
	/* est1973-service.css locks the step label to butter. */
	color: var(--e73-porcelain) !important;
	display: block;
	font-family: var(--e73-font-slab);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 24px;
	margin: 0 0 5px;
	overflow: hidden;
	text-indent: -1.35em;
	text-transform: uppercase;
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-unified-slab .ccs-repair-launch .ccs-repair-launch__steps li::before {
	align-items: center;
	background: var(--e73-butter);
	background-image: none;
	border: 0;
	border-radius: 50%;
	color: var(--e73-ink);
	content: counter(e73-launch);
	display: inline-flex;
	flex: none;
	font-family: var(--e73-font-slab);
	font-size: 12px;
	font-weight: 700;
	height: 24px;
	justify-content: center;
	left: 0;
	letter-spacing: 0;
	line-height: 1;
	position: absolute;
	top: 0;
	transform: none;
	width: 24px;
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-unified-slab .ccs-repair-launch .ccs-repair-launch__steps li > span {
	/* est1973-service.css locks repair-launch spans to translucent text. */
	color: var(--e73-porcelain) !important;
	display: block;
	font-family: var(--e73-font-serif);
	font-size: 14px;
	line-height: 1.5;
}

/* ── Intro prose ────────────────────────────────────────────────────── */
body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main > .fx-block.wysiwyg {
	background: var(--e73-porcelain);
	margin-top: var(--e73-space-xl);
	padding-block: var(--e73-space-lg);
}

body.ccs-est1973.ccs-ac-repair-refresh .fx-block.wysiwyg :is(.container, .row, [class*='col-']) {
	margin-inline: auto;
	max-width: 68ch;
	padding-inline: 0;
	width: 100%;
}

body.ccs-est1973.ccs-ac-repair-refresh .fx-block.wysiwyg .sub-heading,
body.ccs-est1973.ccs-ac-repair-refresh .icons-buttons .sub-heading {
	color: var(--e73-teal);
	font-family: var(--e73-font-slab);
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: uppercase;
}

body.ccs-est1973.ccs-ac-repair-refresh .fx-block.wysiwyg h2 {
	margin: 12px 0 22px;
}

body.ccs-est1973.ccs-ac-repair-refresh .fx-block.wysiwyg p {
	color: var(--e73-body);
	font-size: var(--e73-fs-base);
	line-height: 1.65;
}

/* ── Common Cooling Problems: one dark editorial slab ───────────────── */
body.ccs-est1973.ccs-ac-repair-refresh .image-text--right.bg-dark-blue {
	background: var(--e73-dark);
	border: 2px solid var(--e73-ink);
	border-radius: var(--e73-radius-lg);
	box-shadow: var(--e73-shadow-card);
	overflow: hidden;
	padding: 0;
}

body.ccs-est1973.ccs-ac-repair-refresh .image-text--right :is(.container, .row.flex-row) {
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

body.ccs-est1973.ccs-ac-repair-refresh .image-text--right .row.flex-row {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
}

body.ccs-est1973.ccs-ac-repair-refresh .image-text--right .row.flex-row > [class*='col-'] {
	margin: 0;
	max-width: none;
	padding: 0;
	width: auto;
}

body.ccs-est1973.ccs-ac-repair-refresh .image-text--right .image-text__img {
	border-radius: var(--e73-radius-lg) 0 0 var(--e73-radius-lg);
	height: 100%;
	min-height: 100%;
	overflow: hidden;
}

body.ccs-est1973.ccs-ac-repair-refresh .image-text--right .image-text__text {
	box-sizing: border-box;
	padding: clamp(28px, 4vw, 48px);
}

body.ccs-est1973.ccs-ac-repair-refresh .image-text--right h2 {
	color: var(--e73-porcelain);
	margin: 0 0 24px;
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main ul.e73-symptom {
	border-top: 1px solid var(--e73-porcelain-55);
	display: block;
	grid-template-columns: none;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-symptom li {
	border-bottom: 1px solid var(--e73-porcelain-55);
	margin: 0;
	padding: 0;
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-symptom li::before {
	display: none;
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-symptom__btn {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: var(--e73-porcelain);
	font-family: var(--e73-font-slab);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	min-height: 48px;
	padding: 12px 0;
	text-align: left;
	transform: none;
	width: 100%;
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-symptom__btn:hover,
body.ccs-est1973.ccs-ac-repair-refresh .e73-symptom__btn[aria-pressed='true'] {
	color: var(--e73-butter-2);
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-symptom__panel {
	border-top: 1px solid var(--e73-porcelain-55);
	color: var(--e73-porcelain);
	font-family: var(--e73-font-serif);
	margin-top: 20px;
	padding-top: 20px;
}

/* ── Trust + Comfort Club: one shared hairline feature grid ─────────── */
body.ccs-est1973.ccs-ac-repair-refresh .fx-block.icons-buttons {
	background: var(--e73-cream);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding-block: var(--e73-space-lg);
}

body.ccs-est1973.ccs-ac-repair-refresh .icons-buttons > .container {
	max-width: none;
	padding: 0;
	width: 100%;
}

body.ccs-est1973.ccs-ac-repair-refresh .icons-buttons__headlines,
body.ccs-est1973.ccs-ac-repair-refresh .icons-buttons__headlines :is(.row, [class*='col-']) {
	display: block;
	margin: 0;
	max-width: none;
	padding: 0;
	text-align: left;
	width: 100%;
}

body.ccs-est1973.ccs-ac-repair-refresh .icons-buttons__headlines h2 {
	color: var(--e73-ink);
	margin: 12px 0 24px;
	max-width: 68ch;
	text-align: left;
}

body.ccs-est1973.ccs-ac-repair-refresh .icons-buttons__headlines h2::after {
	display: none;
}

body.ccs-est1973.ccs-ac-repair-refresh .icons-buttons__headlines p {
	margin: 0 0 26px;
	text-align: left;
}

body.ccs-est1973.ccs-ac-repair-refresh .icons-buttons .icons-button-flex {
	border-top: 1px solid var(--e73-line);
	display: grid;
	gap: 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
	width: 100%;
}

body.ccs-est1973.ccs-ac-repair-refresh .icons-buttons .icons-button-item {
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--e73-line);
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	display: flex;
	max-width: none;
	min-height: 148px;
	margin: 0;
	padding: 22px;
	width: auto;
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main .icons-buttons .icons-button-flex > .icons-button-item {
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--e73-line);
	border-radius: 0;
	box-shadow: none;
}

body.ccs-est1973.ccs-ac-repair-refresh .icons-buttons .icons-button-item:not(:nth-child(3n + 1)) {
	border-left: 1px solid var(--e73-line);
}

body.ccs-est1973.ccs-ac-repair-refresh .icons-buttons .icons-button {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	display: flex;
	height: auto;
	padding: 0;
	width: 100%;
}

body.ccs-est1973.ccs-ac-repair-refresh .icons-buttons .icons-button__top {
	align-items: flex-start;
	display: grid;
	gap: 12px;
	grid-template-columns: 20px minmax(0, 1fr);
	width: 100%;
}

body.ccs-est1973.ccs-ac-repair-refresh .icons-buttons .icons-button__top::before {
	color: var(--e73-teal);
	content: '\2713';
	font-family: var(--e73-font-slab);
	font-size: 19px;
	font-weight: 700;
	line-height: 1.1;
}

body.ccs-est1973.ccs-ac-repair-refresh .icons-buttons .icons-button__image {
	display: none;
}

body.ccs-est1973.ccs-ac-repair-refresh .icons-buttons .icons-button__title {
	color: var(--e73-ink);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 7px;
}

body.ccs-est1973.ccs-ac-repair-refresh .icons-buttons .icons-button__details p {
	color: var(--e73-body);
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}

/* The legacy Comfort Club variant uses a higher-specificity :has() card. */
body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main .fx-block.icons-buttons:has(a.btn-secondary) {
	background: var(--e73-cream);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding-block: var(--e73-space-lg);
	padding-inline: 0;
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main .fx-block.icons-buttons:has(a.btn-secondary) .icons-buttons__headlines,
body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main .fx-block.icons-buttons:has(a.btn-secondary) .icons-buttons__headlines h2 {
	color: var(--e73-ink);
	margin-inline: 0;
	max-width: 68ch;
	text-align: left;
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main .fx-block.icons-buttons:has(a.btn-secondary) .icons-buttons__headlines h2::after {
	display: none;
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main .fx-block.icons-buttons:has(a.btn-secondary) a.btn,
body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main .fx-block.icons-buttons:has(a.btn-secondary) a[class*='btn'] {
	background: var(--e73-butter);
	border: 2px solid var(--e73-butter);
	box-shadow: var(--e73-shadow-btn-butter);
	color: var(--e73-ink);
	display: inline-flex;
	margin: 0 0 26px;
	width: auto;
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main .fx-block.icons-buttons:has(a.btn-secondary) .icons-buttons__headlines p > a.btn.btn-secondary {
	--e73-action-bg: var(--e73-butter);
	--e73-action-border: var(--e73-butter);
	--e73-action-color: var(--e73-ink);
	--e73-action-shadow: var(--e73-shadow-btn-butter);
	--e73-action-active-shadow: var(--e73-shadow-btn-butter-active);
	background: var(--e73-butter);
	border-color: var(--e73-butter);
	box-shadow: var(--e73-shadow-btn-butter);
	color: var(--e73-ink);
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main .fx-block.icons-buttons:has(a.btn-secondary) .icons-button-flex {
	border-top: 1px solid var(--e73-line);
	display: grid;
	gap: 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main .fx-block.icons-buttons:has(a.btn-secondary) .icons-button-flex > [class*='col-'] {
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--e73-line);
	border-radius: 0;
	box-shadow: none;
	min-height: 124px;
	padding: 22px;
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main .fx-block.icons-buttons:has(a.btn-secondary) .icons-button-flex > [class*='col-']:not(:nth-child(3n + 1)) {
	border-left: 1px solid var(--e73-line);
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main .fx-block.icons-buttons:has(a.btn-secondary) .icons-button__title {
	color: var(--e73-ink);
	display: block;
	font-size: 16px;
	text-align: left;
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main .fx-block.icons-buttons:has(a.btn-secondary) .icons-button__title::before {
	display: none;
}

/* ── CCS Process: shared numbered timeline language ─────────────────── */
body.ccs-est1973.ccs-ac-repair-refresh .image-text--left.bg-light-blue {
	background: var(--e73-paper);
	border-radius: var(--e73-radius-lg);
	box-shadow: none;
	overflow: hidden;
	padding: clamp(28px, 4vw, 48px);
}

body.ccs-est1973.ccs-ac-repair-refresh .image-text--left :is(.container, .row.flex-row) {
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

body.ccs-est1973.ccs-ac-repair-refresh .image-text--left .row.flex-row {
	align-items: stretch;
	display: grid;
	gap: clamp(28px, 4vw, 48px);
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

body.ccs-est1973.ccs-ac-repair-refresh .image-text--left .row.flex-row > [class*='col-'] {
	margin: 0;
	max-width: none;
	padding: 0;
	width: auto;
}

body.ccs-est1973.ccs-ac-repair-refresh .image-text--left .image-text__img {
	border-radius: var(--e73-radius-lg);
	height: 100%;
	min-height: 100%;
	overflow: hidden;
}

body.ccs-est1973.ccs-ac-repair-refresh .image-text--left h2 {
	color: var(--e73-ink);
	margin: 0 0 24px;
}

body.ccs-est1973.ccs-ac-repair-refresh .image-text--left ol {
	counter-reset: e73-process;
	display: block;
	grid-template-columns: none;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

body.ccs-est1973.ccs-ac-repair-refresh .image-text--left ol::before {
	background: linear-gradient(var(--e73-butter), var(--e73-butter-15));
	bottom: 12px;
	content: '';
	left: 11px;
	position: absolute;
	top: 12px;
	width: 2px;
}

body.ccs-est1973.ccs-ac-repair-refresh .image-text--left ol li {
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--e73-line);
	border-radius: 0;
	box-shadow: none;
	color: var(--e73-body);
	counter-increment: e73-process;
	font-size: 15px;
	line-height: 1.5;
	margin: 0;
	min-height: 42px;
	padding: 0 0 18px 42px;
	position: relative;
}

body.ccs-est1973.ccs-ac-repair-refresh .image-text--left ol li + li {
	padding-top: 18px;
}

body.ccs-est1973.ccs-ac-repair-refresh .image-text--left ol li::before {
	align-items: center;
	background: var(--e73-butter);
	border-radius: 50%;
	color: var(--e73-ink);
	content: counter(e73-process);
	display: flex;
	font-family: var(--e73-font-slab);
	font-size: 12px;
	font-weight: 700;
	height: 24px;
	justify-content: center;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 0;
	width: 24px;
}

body.ccs-est1973.ccs-ac-repair-refresh .image-text--left ol li + li::before {
	top: 18px;
}

body.ccs-est1973.ccs-ac-repair-refresh .image-text--left ol b {
	color: var(--e73-ink);
	font-family: var(--e73-font-slab);
	font-weight: 700;
}

body.ccs-est1973.ccs-ac-repair-refresh .image-text--bottom-curve > .container > svg {
	display: none;
}

/* ── One accordion pattern for service area + both FAQ groups ───────── */
body.ccs-est1973.ccs-ac-repair-refresh .fx-accordion {
	background: var(--e73-porcelain);
	border: 2px solid var(--e73-ink);
	border-radius: var(--e73-radius-lg);
	box-shadow: var(--e73-shadow-card);
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(280px, .92fr);
	overflow: hidden;
	padding: 0;
}

body.ccs-est1973.ccs-ac-repair-refresh .fx-accordion--service-location__content {
	box-sizing: border-box;
	padding: clamp(28px, 4vw, 48px);
	width: auto;
}

body.ccs-est1973.ccs-ac-repair-refresh .fx-accordion__heading h2 {
	color: var(--e73-ink);
	margin: 0 0 18px;
}

body.ccs-est1973.ccs-ac-repair-refresh .fx-accordion__heading p {
	color: var(--e73-body);
	font-size: var(--e73-fs-base);
	line-height: 1.65;
	margin-bottom: 24px;
}

body.ccs-est1973.ccs-ac-repair-refresh .fx-accordion__panels {
	border-top: 1px solid var(--e73-line);
}

body.ccs-est1973.ccs-ac-repair-refresh .fx-accordion__panel {
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--e73-line);
	border-radius: 0;
	box-shadow: none;
	margin: 0;
}

body.ccs-est1973.ccs-ac-repair-refresh .fx-accordion__panel__toggle {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: var(--e73-ink);
	font-family: var(--e73-font-slab);
	font-size: 15px;
	font-weight: 700;
	min-height: 52px;
	padding: 14px 38px 14px 0;
	position: relative;
	text-align: left;
	transform: none;
	width: 100%;
}

body.ccs-est1973.ccs-ac-repair-refresh .fx-accordion__panel__toggle::after {
	border-bottom: 2px solid currentColor;
	border-right: 2px solid currentColor;
	content: '';
	height: 9px;
	position: absolute;
	right: 5px;
	top: 20px;
	transform: rotate(45deg);
	transition: transform 180ms ease;
	width: 9px;
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main .fx-accordion__panel__toggle::before {
	display: none;
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main .fx-accordion__panel__toggle::after {
	background: transparent;
	border: 0;
	border-bottom: 2px solid currentColor;
	border-radius: 0;
	border-right: 2px solid currentColor;
	content: '';
	height: 9px;
	transform: rotate(45deg);
	width: 9px;
}

body.ccs-est1973.ccs-ac-repair-refresh .fx-accordion__panel.is-expanded .fx-accordion__panel__toggle::after {
	transform: rotate(225deg);
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main .fx-accordion__panel.is-expanded .fx-accordion__panel__toggle::after {
	transform: rotate(225deg);
}

body.ccs-est1973.ccs-ac-repair-refresh .fx-accordion__panel__content {
	color: var(--e73-body);
	font-family: var(--e73-font-serif);
	padding: 6px 0 22px;
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main .accordian-location-links {
	display: grid;
	gap: 0 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main .accordian-location-links li {
	border-bottom: 1px solid var(--e73-line);
	margin: 0;
	padding: 0;
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main .accordian-location-links li::before {
	display: none;
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main .accordian-location-links a {
	background: none;
	border: 0;
	border-radius: 0;
	color: var(--e73-teal-2);
	display: block;
	font-family: var(--e73-font-slab);
	font-size: 12.5px;
	font-weight: 600;
	min-height: 38px;
	padding: 10px 0;
	text-decoration: none;
}

body.ccs-est1973.ccs-ac-repair-refresh .fx-accordion--service-location__map {
	border-left: 1px solid var(--e73-line);
	height: auto;
	min-height: 460px;
	position: relative;
	width: auto;
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-growth-faq {
	background: var(--e73-porcelain);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding-block: var(--e73-space-lg);
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-growth-faq + .ccs-growth-faq {
	background: var(--e73-cream);
	margin-top: var(--e73-space-xl);
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main .ccs-growth-faq > h2,
body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main .ccs-growth-faq + .ccs-growth-faq > h2 {
	clip: auto;
	color: var(--e73-ink);
	height: auto;
	margin: 0 0 24px;
	overflow: visible;
	position: static;
	width: auto;
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-growth-faq details {
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--e73-line);
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-growth-faq details:first-of-type {
	border-top: 1px solid var(--e73-line);
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-growth-faq summary {
	color: var(--e73-ink);
	cursor: pointer;
	font-family: var(--e73-font-slab);
	font-size: 15px;
	font-weight: 700;
	list-style: none;
	min-height: 54px;
	padding: 15px 42px 15px 0;
	position: relative;
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-growth-faq summary::-webkit-details-marker {
	display: none;
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-growth-faq summary::after {
	border-bottom: 2px solid currentColor;
	border-right: 2px solid currentColor;
	content: '';
	height: 9px;
	position: absolute;
	right: 7px;
	top: 20px;
	transform: rotate(45deg);
	transition: transform 180ms ease;
	width: 9px;
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main .ccs-growth-faq summary::before {
	display: none;
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main .ccs-growth-faq summary::after {
	background: transparent;
	border: 0;
	border-bottom: 2px solid var(--e73-teal);
	border-radius: 0;
	border-right: 2px solid var(--e73-teal);
	content: '';
	height: 9px;
	transform: rotate(45deg);
	width: 9px;
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-growth-faq details[open] summary::after {
	transform: rotate(225deg);
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main .ccs-growth-faq details[open] summary::after {
	transform: rotate(225deg);
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-growth-faq details p {
	color: var(--e73-body);
	font-size: 15px;
	line-height: 1.65;
	margin: 0;
	max-width: 68ch;
	padding: 0 0 20px;
}

/* ── Full-width action moment ───────────────────────────────────────── */
body.ccs-est1973.ccs-ac-repair-refresh .full-width-cta {
	background: var(--e73-teal);
	border: 2px solid var(--e73-ink);
	border-radius: var(--e73-radius-xl);
	box-shadow: var(--e73-shadow-card);
	min-height: 0;
	overflow: hidden;
	padding: 0;
}

body.ccs-est1973.ccs-ac-repair-refresh .full-width-cta__content {
	background: transparent;
	padding: clamp(32px, 5vw, 64px);
	position: relative;
	z-index: 2;
}

body.ccs-est1973.ccs-ac-repair-refresh .full-width-cta__content .container {
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

body.ccs-est1973.ccs-ac-repair-refresh .full-width-cta__text {
	max-width: 62ch;
	padding-right: min(32vw, 310px);
	position: relative;
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main .fx-block.full-width-cta .full-width-cta__text h2,
body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main .fx-block.full-width-cta .full-width-cta__text p {
	color: var(--e73-porcelain);
}

body.ccs-est1973.ccs-ac-repair-refresh .full-width-cta h2 {
	margin: 0 0 16px;
}

body.ccs-est1973.ccs-ac-repair-refresh .full-width-cta p {
	font-size: var(--e73-fs-base);
	line-height: 1.65;
	margin-bottom: 20px;
}

body.ccs-est1973.ccs-ac-repair-refresh .full-width-cta__highlight-text {
	color: var(--e73-butter-2);
	margin-bottom: 22px;
}

body.ccs-est1973.ccs-ac-repair-refresh .full-width-cta .btn-group {
	display: flex;
	flex-wrap: nowrap;
	gap: 12px;
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main .full-width-cta .btn-group > a.btn {
	flex: 0 1 190px;
	min-width: 160px;
	width: auto;
}

body.ccs-est1973.ccs-ac-repair-refresh .full-width-cta__man-image {
	bottom: -34px;
	height: auto;
	max-height: 290px;
	max-width: 270px;
	position: absolute;
	right: 0;
	width: auto;
}

body.ccs-est1973.ccs-ac-repair-refresh .full-width-cta > .full-width-cta__bg {
	display: none;
}

/* ── Emergency: porcelain slab with red reserved as an accent ───────── */
body.ccs-est1973.ccs-ac-repair-refresh .ccs-emergency-hub {
	/* est1973-growth-unify.css locks emergency hubs to a dark surface. */
	background: var(--e73-porcelain) !important;
	border: 2px solid var(--e73-ink);
	border-radius: var(--e73-radius-xl);
	box-shadow: var(--e73-shadow-card);
	color: var(--e73-ink);
	overflow: hidden;
	padding: clamp(28px, 4vw, 48px);
	position: relative;
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-emergency-hub::before {
	background: var(--e73-red);
	content: '';
	height: 6px;
	inset: 0 0 auto;
	position: absolute;
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-emergency-hub h2 {
	color: var(--e73-ink);
	margin: 0 0 18px;
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-emergency-hub > p:not(.e73-answering) {
	color: var(--e73-body);
	font-size: var(--e73-fs-base);
	line-height: 1.65;
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-emergency-hub .e73-answering {
	background: var(--e73-cream);
	border: 1px solid var(--e73-line);
	border-radius: var(--e73-radius-md);
	color: var(--e73-ink);
	font-family: var(--e73-font-slab);
	max-width: 42ch;
	padding: 10px 12px;
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-emergency-hub .e73-answering__phone {
	/* est1973-growth-unify.css locks emergency links to butter. */
	color: var(--e73-teal-2) !important;
	font-family: var(--e73-font-slab);
	font-size: 20px;
	font-weight: 700;
	min-height: 0;
	padding: 8px 0;
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-emergency-hub > ul {
	border-top: 1px solid var(--e73-line);
	list-style: none;
	margin: 24px 0;
	padding: 0;
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-emergency-hub > ul li {
	border-bottom: 1px solid var(--e73-line);
	color: var(--e73-body);
	font-size: 15px;
	line-height: 1.5;
	margin: 0;
	padding: 13px 0;
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-emergency-hub :is(h2, p, li) {
	/* Growth and service unify layers lock emergency copy to light text. */
	color: var(--e73-ink) !important;
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-emergency-hub > ul li::before {
	display: none;
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-emergency-hub__actions,
body.ccs-est1973.ccs-ac-repair-refresh .ccs-growth-links__actions {
	display: flex;
	flex-wrap: nowrap;
	gap: 12px;
}

/* ── Decision grid + helpful links: hairlines, not nested cards ─────── */
body.ccs-est1973.ccs-ac-repair-refresh .ccs-city-depth {
	background: var(--e73-cream);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding-block: var(--e73-space-lg);
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-city-depth h2,
body.ccs-est1973.ccs-ac-repair-refresh .ccs-growth-links h2 {
	color: var(--e73-ink);
	margin: 0 0 20px;
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-city-depth > p {
	color: var(--e73-body);
	font-size: var(--e73-fs-base);
	line-height: 1.65;
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main .ccs-city-depth > .ccs-city-depth__grid {
	background: transparent;
	border-top: 1px solid var(--e73-line);
	display: grid;
	gap: 0;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 28px 0;
	border-radius: 0;
	box-shadow: none;
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-city-depth.ccs-foldable {
	max-height: none;
	overflow: visible;
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-city-depth.ccs-foldable::after {
	display: none;
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-city-depth + .ccs-readmore {
	display: none;
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-city-depth__grid > div {
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--e73-line);
	border-radius: 0;
	box-shadow: none;
	padding: 24px;
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-city-depth__grid > div + div {
	border-left: 1px solid var(--e73-line);
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-city-depth__grid h3 {
	color: var(--e73-ink);
	font-size: 18px;
	margin: 0 0 16px;
}

body.ccs-est1973.ccs-ac-repair-refresh :is(.ccs-city-depth, .ccs-growth-links, .ccs-link-mesh) ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.ccs-est1973.ccs-ac-repair-refresh :is(.ccs-city-depth, .ccs-growth-links, .ccs-link-mesh) li {
	border-bottom: 1px solid var(--e73-line);
	color: var(--e73-body);
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	padding: 11px 0;
}

body.ccs-est1973.ccs-ac-repair-refresh :is(.ccs-city-depth, .ccs-growth-links, .ccs-link-mesh) li::before {
	display: none;
}

body.ccs-est1973.ccs-ac-repair-refresh :is(.ccs-city-depth, .ccs-growth-links, .ccs-link-mesh) li a {
	align-items: center;
	color: var(--e73-teal-2);
	display: flex;
	font-family: var(--e73-font-slab);
	font-weight: 600;
	justify-content: space-between;
	text-decoration: none;
}

body.ccs-est1973.ccs-ac-repair-refresh :is(.ccs-city-depth, .ccs-growth-links, .ccs-link-mesh) li a::after {
	color: var(--e73-brass);
	content: '\203A';
	font-size: 20px;
	line-height: 1;
	margin-left: 12px;
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-growth-links {
	background: var(--e73-porcelain);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding-block: var(--e73-space-lg);
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-growth-links__grid {
	border-top: 1px solid var(--e73-line);
	display: grid;
	gap: 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 26px 0;
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-growth-links .ccs-linkfold {
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--e73-line);
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	padding: 20px;
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-growth-links .ccs-linkfold + .ccs-linkfold {
	border-left: 1px solid var(--e73-line);
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-growth-links summary {
	color: var(--e73-ink);
	cursor: pointer;
	list-style: none;
	padding: 0 28px 14px 0;
	position: relative;
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-growth-links summary::-webkit-details-marker {
	display: none;
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-growth-links summary::after {
	color: var(--e73-brass);
	content: '\203A';
	font-size: 22px;
	position: absolute;
	right: 0;
	top: -4px;
	transform: rotate(90deg);
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-growth-links .ccs-linkfold[open] summary::after {
	transform: rotate(-90deg);
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-growth-links h3 {
	font-size: 16px;
	margin: 0;
}

/* ── Compact related-link and NAP footer modules ────────────────────── */
body.ccs-est1973.ccs-ac-repair-refresh .ccs-link-mesh,
body.ccs-est1973.ccs-ac-repair-refresh .ccs-seo-content {
	background: var(--e73-cream);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding-block: var(--e73-space-lg);
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-seo-content > .container {
	max-width: none;
	padding: 0;
	width: 100%;
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-seo-content h2,
body.ccs-est1973.ccs-ac-repair-refresh .ccs-link-mesh h2 {
	font-size: var(--e73-fs-lg);
	margin: 0 0 18px;
}

body.ccs-est1973.ccs-ac-repair-refresh :is(.ccs-related-services-grid, .ccs-service-areas-grid, .ccs-seo-city-grid, .ccs-link-mesh__grid) {
	border-top: 1px solid var(--e73-line);
	display: grid;
	gap: 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.ccs-est1973.ccs-ac-repair-refresh :is(.ccs-related-service-link, .ccs-service-area-link, .ccs-seo-city-link, .ccs-link-mesh a) {
	align-items: center;
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--e73-line);
	border-radius: 0;
	color: var(--e73-teal-2);
	display: flex;
	font-family: var(--e73-font-slab);
	font-size: 13.5px;
	font-weight: 600;
	justify-content: space-between;
	min-height: 48px;
	padding: 10px 14px;
	text-decoration: none;
}

body.ccs-est1973.ccs-ac-repair-refresh :is(.ccs-related-service-link, .ccs-service-area-link, .ccs-seo-city-link, .ccs-link-mesh a)::after {
	color: var(--e73-brass);
	content: '\203A';
	font-size: 19px;
	margin-left: 10px;
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main .ccs-seo-content--service-areas .ccs-seo-city-grid {
	border-top: 1px solid var(--e73-line);
	display: grid;
	gap: 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main .ccs-seo-content--service-areas a.ccs-seo-city-link {
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--e73-line);
	border-radius: 0;
	box-shadow: none;
	color: var(--e73-teal-2);
	display: flex;
	font-size: 13.5px;
	justify-content: space-between;
	min-height: 48px;
	padding: 10px 14px;
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main .ccs-seo-content--service-areas > .container > p:last-child a {
	align-items: center;
	border: 0;
	border-bottom: 1px solid var(--e73-line);
	border-radius: 0;
	color: var(--e73-teal-2);
	display: inline-flex;
	font-family: var(--e73-font-slab);
	font-size: 13px;
	font-weight: 700;
	gap: 10px;
	min-height: 44px;
	padding: 8px 0;
	text-decoration: none;
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main .ccs-seo-content--service-areas > .container > p:last-child a::after {
	color: var(--e73-brass);
	content: '\203A';
	font-size: 19px;
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-seo-nap {
	background: var(--e73-porcelain);
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-seo-nap-grid {
	border: 1px solid var(--e73-line);
	border-radius: var(--e73-radius-lg);
	display: block;
	padding: clamp(22px, 3vw, 32px);
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-seo-nap-location {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-seo-nap h3 {
	color: var(--e73-ink);
	font-size: 17px;
	margin: 0 0 12px;
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-seo-nap :is(address, p) {
	color: var(--e73-body);
	font-size: 14px;
	line-height: 1.6;
}

body.ccs-est1973.ccs-ac-repair-refresh .footer-seo-services {
	border-top: 1px solid var(--e73-porcelain-55);
	padding-block: var(--e73-space-lg);
}

body.ccs-est1973.ccs-ac-repair-refresh .footer-seo-services :is(a, li) {
	font-size: 13px;
	line-height: 1.5;
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-captain-wrap--footer {
	max-width: 100%;
	overflow: clip;
}

/* ── Responsive system ──────────────────────────────────────────────── */
@media (max-width: 899px) {
	body.ccs-est1973.ccs-ac-repair-refresh .e73-unified-slab,
	body.ccs-est1973.ccs-ac-repair-refresh .fx-accordion,
	body.ccs-est1973.ccs-ac-repair-refresh .image-text--right .row.flex-row,
	body.ccs-est1973.ccs-ac-repair-refresh .image-text--left .row.flex-row {
		grid-template-columns: minmax(0, 1fr);
	}

	body.ccs-est1973.ccs-ac-repair-refresh .fx-accordion--service-location__map {
		border-left: 0;
		border-top: 1px solid var(--e73-line);
		min-height: 320px;
	}

	body.ccs-est1973.ccs-ac-repair-refresh .image-text--right .image-text__img {
		border-radius: var(--e73-radius-lg) var(--e73-radius-lg) 0 0;
		min-height: 320px;
	}

	body.ccs-est1973.ccs-ac-repair-refresh .image-text--left .image-text__img {
		min-height: 320px;
	}

	body.ccs-est1973.ccs-ac-repair-refresh .icons-buttons .icons-button-flex {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main .fx-block.icons-buttons:has(a.btn-secondary) .icons-button-flex {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main .fx-block.icons-buttons:has(a.btn-secondary) .icons-button-flex > [class*='col-']:not(:nth-child(3n + 1)) {
		border-left: 0;
	}

	body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main .fx-block.icons-buttons:has(a.btn-secondary) .icons-button-flex > [class*='col-']:nth-child(even) {
		border-left: 1px solid var(--e73-line);
	}

	body.ccs-est1973.ccs-ac-repair-refresh .icons-buttons .icons-button-item:not(:nth-child(3n + 1)) {
		border-left: 0;
	}

	body.ccs-est1973.ccs-ac-repair-refresh .icons-buttons .icons-button-item:nth-child(even) {
		border-left: 1px solid var(--e73-line);
	}

	body.ccs-est1973.ccs-ac-repair-refresh .ccs-growth-links__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	body.ccs-est1973.ccs-ac-repair-refresh .ccs-growth-links .ccs-linkfold + .ccs-linkfold {
		border-left: 0;
	}

	body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main .accordian-location-links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-grid {
		padding-block: var(--e73-space-md) var(--e73-space-lg);
	}

	body.ccs-est1973.ccs-ac-repair-refresh .e73-unified-slab > :is(.ccs-answer-card, .ccs-repair-launch),
	body.ccs-est1973.ccs-ac-repair-refresh .full-width-cta__content,
	body.ccs-est1973.ccs-ac-repair-refresh .ccs-emergency-hub,
	body.ccs-est1973.ccs-ac-repair-refresh .image-text--left.bg-light-blue {
		padding: 26px 20px;
	}

	body.ccs-est1973.ccs-ac-repair-refresh .ccs-answer-card__actions {
		margin: 0 0 24px;
		order: 3;
	}

	body.ccs-est1973.ccs-ac-repair-refresh .ccs-answer-card__proof {
		order: 4;
	}

	body.ccs-est1973.ccs-ac-repair-refresh :is(
		.ccs-answer-card__actions,
		.ccs-repair-launch__actions,
		.full-width-cta .btn-group,
		.ccs-emergency-hub__actions,
		.ccs-growth-links__actions
	) {
		flex-direction: column;
		width: 100%;
	}

	body.ccs-est1973.ccs-ac-repair-refresh :is(
		.ccs-answer-card__actions,
		.ccs-repair-launch__actions,
		.full-width-cta .btn-group,
		.ccs-emergency-hub__actions,
		.ccs-growth-links__actions
	) a {
		flex: 0 0 auto;
		width: 100%;
	}

	body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main .full-width-cta .btn-group > a.btn {
		flex: 0 0 auto;
		min-width: 0;
		width: 100%;
	}

	body.ccs-est1973.ccs-ac-repair-refresh .image-text--right .image-text__text,
	body.ccs-est1973.ccs-ac-repair-refresh .fx-accordion--service-location__content {
		padding: 26px 20px;
	}

	body.ccs-est1973.ccs-ac-repair-refresh .icons-buttons .icons-button-flex,
	body.ccs-est1973.ccs-ac-repair-refresh .ccs-city-depth__grid,
	body.ccs-est1973.ccs-ac-repair-refresh :is(.ccs-related-services-grid, .ccs-service-areas-grid, .ccs-seo-city-grid, .ccs-link-mesh__grid) {
		grid-template-columns: minmax(0, 1fr);
	}

	body.ccs-est1973.ccs-ac-repair-refresh .icons-buttons .icons-button-item {
		border-left: 0;
		min-height: 0;
		padding: 18px 0;
	}

	body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main .fx-block.icons-buttons:has(a.btn-secondary) .icons-button-flex {
		grid-template-columns: minmax(0, 1fr);
	}

	body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main .fx-block.icons-buttons:has(a.btn-secondary) .icons-button-flex > [class*='col-'] {
		border-left: 0;
		min-height: 0;
		padding: 18px 0;
	}

	body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main .ccs-seo-content--service-areas .ccs-seo-city-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	body.ccs-est1973.ccs-ac-repair-refresh .ccs-city-depth__grid > div {
		padding: 20px 0;
	}

	body.ccs-est1973.ccs-ac-repair-refresh .ccs-city-depth__grid > div + div {
		border-left: 0;
	}

	body.ccs-est1973.ccs-ac-repair-refresh .full-width-cta__text {
		padding-right: 0;
	}

	body.ccs-est1973.ccs-ac-repair-refresh .full-width-cta__man-image {
		display: none;
	}
}

/* ── Part 2: rhythm, type, color, sidebar, FAQ, buttons ─────────────── */
body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main > :is(section, .fx-block, .ccs-growth-faq, .ccs-city-depth, .ccs-emergency-hub, .ccs-growth-links) {
	padding-block: var(--e73-space-lg);
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main > :is(.full-width-cta, .ccs-seo-content) {
	padding-block: var(--e73-space-xl);
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main section h3,
body.ccs-est1973.ccs-ac-repair-refresh .ccs-growth-faq summary,
body.ccs-est1973.ccs-ac-repair-refresh .fx-accordion__panel__toggle {
	font-size: var(--e73-fs-base);
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-unified-slab .ccs-answer-card h2 {
	font-size: var(--e73-fs-xl);
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-unified-slab .ccs-repair-launch h2 {
	font-size: var(--e73-fs-lg);
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-inner-main :is(.btn, a.btn) {
	border-radius: var(--e73-radius-sm);
	text-decoration: none;
}

body.ccs-est1973.ccs-ac-repair-refresh .icons-buttons a.btn-secondary,
body.ccs-est1973.ccs-ac-repair-refresh .image-text__text a.btn.btn-secondary {
	background: transparent;
	border: 2px solid var(--e73-teal);
	box-shadow: var(--e73-shadow-btn-teal);
	color: var(--e73-teal-2);
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-sidebar {
	background: var(--e73-dark);
	border: 2px solid var(--e73-ink);
	border-radius: var(--e73-radius-lg);
	box-shadow: var(--e73-shadow-card);
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-sidebar__btn {
	align-items: center;
	background: var(--e73-butter);
	border-radius: var(--e73-radius-sm);
	box-shadow: var(--e73-shadow-btn-butter);
	color: var(--e73-ink);
	display: flex;
	font-family: var(--e73-font-slab);
	font-weight: 700;
	justify-content: center;
	letter-spacing: .08em;
	min-height: 48px;
	text-decoration: none;
	text-transform: uppercase;
}

body.ccs-est1973.ccs-ac-repair-refresh .e73-sidebar__tel {
	border-radius: var(--e73-radius-sm);
	min-height: 48px;
	text-decoration: none;
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-growth-faq + .ccs-growth-faq {
	background: var(--e73-paper);
	border: 2px solid var(--e73-ink);
	border-radius: var(--e73-radius-lg);
	box-shadow: none;
	padding: var(--e73-space-lg);
}

body.ccs-est1973.ccs-ac-repair-refresh .ccs-city-depth__grid {
	background: var(--e73-porcelain);
}

@media (prefers-reduced-motion: reduce) {
	body.ccs-est1973.ccs-ac-repair-refresh *,
	body.ccs-est1973.ccs-ac-repair-refresh *::before,
	body.ccs-est1973.ccs-ac-repair-refresh *::after {
		scroll-behavior: auto;
		transition-duration: .01ms;
	}
}
