/**
 * Homepage page-system layer.
 *
 * Kept separate from the AC Repair page-system so each route has one scoped,
 * final cascade owner without shipping unrelated page rules.
 */
/* Homepage system — Mockups 1–5 written brief                                */
/* ========================================================================== */

body.ccs-est1973.home {
	/* Measured expanded desktop header: logo row + nav = 220px.
	   151px left the hero photo under the menu (nav bottom 220, image top 195). */
	--ccs-home-header-expanded: 220px;
	background: var(--e73-cream);
}

/* The InnerBlocks wrapper becomes the page-flow controller. Reordering is
   visual only: source order, copy, URLs, and JS hooks stay untouched. */
body.ccs-est1973.home #main-content > div {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
}

body.ccs-est1973.home #main-content > div > * {
	grid-column: 1 / -1;
}

body.ccs-est1973.home #main-content .masthead--homepage { order: 1; }
body.ccs-est1973.home #main-content section.review { order: 2; }
body.ccs-est1973.home #main-content .e73-marquee { order: 3; }
body.ccs-est1973.home #main-content .half-image-text-icon-pullouts {
	grid-column: 1;
	order: 4;
}
body.ccs-est1973.home #main-content .promo-cta {
	grid-column: 2;
	order: 4;
}
body.ccs-est1973.home #main-content .half-image-half-accordian-links { order: 5; }
body.ccs-est1973.home #main-content .testimonials { order: 6; }
body.ccs-est1973.home #main-content .full-width-cta { order: 7; }
body.ccs-est1973.home #main-content .ccs-lead {
	grid-column: 1;
	order: 8;
}
body.ccs-est1973.home #main-content .floating-cta--half-bg-curve {
	grid-column: 2;
	order: 8;
}
body.ccs-est1973.home #main-content .home-image-text { order: 9; }
body.ccs-est1973.home #main-content .fx-accordion--service-location { order: 10; }

/* ── Condensed desktop header ─────────────────────────────────────────── */
body.ccs-est1973.home .page-header {
	min-height: var(--ccs-home-header-expanded);
	transform: translateY(0);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

body.ccs-est1973.home .masthead--homepage {
	margin-top: var(--ccs-home-header-expanded) !important;
}

@media (min-width: 1200px) {
	body.ccs-est1973.home.e73-promo-off {
		/* 8px header pad + 88px logo row + 69px nav. The 220px token
		   reserved the dismissed promo strip and left empty cream
		   under the menu. */
		--ccs-home-header-expanded: 165px;
	}
}

body.ccs-est1973 .e73-promo-tab {
	align-items: center;
	background: var(--e73-teal);
	border: 1px solid var(--e73-porcelain-55);
	border-radius: 0 0 var(--e73-radius-md) var(--e73-radius-md);
	color: var(--e73-porcelain);
	cursor: pointer;
	display: none;
	height: 34px;
	justify-content: center;
	min-height: 34px;
	position: absolute;
	right: var(--e73-space-sm);
	top: 0;
	width: 44px;
}

body.ccs-est1973.e73-promo-off .e73-promo-tab {
	display: inline-flex;
}

body.ccs-est1973 .e73-promo-tab:focus-visible,
body.ccs-est1973.home .e73-more-menu__toggle:focus-visible {
	outline: 2px solid var(--e73-ink);
	outline-offset: 2px;
}

body.ccs-est1973.home .e73-more-menu {
	display: none !important;
}

body.ccs-est1973.home .e73-more-menu__toggle {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--e73-ink);
	cursor: pointer;
	display: inline-flex;
	font-family: var(--e73-font-slab);
	font-size: 14px;
	font-weight: 700;
	gap: 8px;
	justify-content: center;
	min-height: 44px;
	padding: 8px 18px 8px 8px;
	position: relative;
}

body.ccs-est1973.home .e73-more-menu__toggle::before {
	content: 'More';
}

body.ccs-est1973.home .e73-more-menu__toggle::after {
	border-bottom: 2px solid currentColor;
	border-right: 2px solid currentColor;
	content: '';
	height: 7px;
	position: absolute;
	right: 2px;
	top: 17px;
	transform: rotate(45deg);
	width: 7px;
}

@media (min-width: 1200px) {
	body.ccs-est1973.home .page-header.e73-header-condensed,
	body.ccs-est1973.home #page-header.e73-header-condensed {
		align-items: center;
		box-shadow: var(--e73-shadow-card);
		box-sizing: border-box;
		column-gap: 20px;
		display: grid;
		grid-template-columns: auto minmax(0, 1fr) auto;
		grid-template-rows: minmax(0, 1fr);
		height: 80px;
		min-height: 80px;
		padding: 8px max(22px, calc((100% - 1306px) / 2)) !important;
		padding-top: 8px !important;
		padding-bottom: 8px !important;
	}

	body.ccs-est1973.home .page-header.e73-header-condensed .header-notification-bar,
	body.ccs-est1973.home .page-header.e73-header-condensed .e73-promo-tab {
		display: none !important;
	}

	body.ccs-est1973.home .page-header.e73-header-condensed > .container,
	body.ccs-est1973.home .page-header.e73-header-condensed .header-wrap {
		display: contents;
	}

	body.ccs-est1973.home .page-header.e73-header-condensed .logo {
		align-self: center;
		flex: 0 0 auto;
		grid-column: 1;
		grid-row: 1;
		max-width: 176px;
	}

	body.ccs-est1973.home .page-header.e73-header-condensed .est1973-hlogo {
		display: block;
		height: 36px !important;
		max-width: 176px !important;
		object-fit: contain;
		width: auto !important;
	}

	body.ccs-est1973.home .page-header.e73-header-condensed .navbar {
		align-items: center;
		align-self: center;
		background: transparent;
		display: flex;
		flex: 1 1 auto;
		grid-column: 2;
		grid-row: 1;
		height: auto;
		left: auto;
		max-width: none;
		min-width: 0;
		position: static;
		right: auto;
		top: auto;
		transform: none;
		width: auto;
		z-index: 3;
	}

	body.ccs-est1973.home .page-header.e73-header-condensed .header-right {
		align-items: center;
		align-self: center;
		display: flex;
		flex: 0 0 auto;
		gap: 16px;
		grid-column: 3;
		grid-row: 1;
	}

	body.ccs-est1973.home .page-header.e73-header-condensed .js-search-toggle {
		display: none;
	}

	body.ccs-est1973.home .page-header.e73-header-condensed .header-phone {
		align-items: center;
		display: flex;
		flex-wrap: nowrap;
		font-size: 14px;
		gap: 8px;
		line-height: 1;
		white-space: nowrap;
	}

	body.ccs-est1973.home .page-header.e73-header-condensed .header-phone > span {
		display: none;
	}

	body.ccs-est1973.home .page-header.e73-header-condensed .header-phone a {
		color: var(--e73-ink);
		font-weight: 700;
		white-space: nowrap;
	}

	body.ccs-est1973.home .page-header.e73-header-condensed .header-btn .btn {
		height: 44px !important;
		min-height: 44px !important;
		padding: 0 18px !important;
	}

	body.ccs-est1973.home .page-header.e73-header-condensed .navbar > .container,
	body.ccs-est1973.home .page-header.e73-header-condensed .nav-primary,
	body.ccs-est1973.home .page-header.e73-header-condensed .nav-primary > ul {
		height: auto;
		padding: 0;
		width: 100%;
	}

	body.ccs-est1973.home .page-header.e73-header-condensed .nav-primary > ul {
		align-items: center;
		flex-wrap: nowrap !important;
		gap: clamp(10px, 1.1vw, 18px);
		height: auto;
		justify-content: center;
	}

	body.ccs-est1973.home .page-header.e73-header-condensed .nav-primary > ul > li {
		padding: 0;
	}

	body.ccs-est1973.home .page-header.e73-header-condensed .nav-primary > ul > li > a,
	body.ccs-est1973.home .page-header.e73-header-condensed .e73-more-menu__toggle {
		align-items: center;
		background: transparent;
		color: var(--e73-ink);
		display: inline-flex;
		font-size: 13px !important;
		font-weight: 700;
		min-height: 44px;
		padding: 8px 6px !important;
		white-space: nowrap;
	}

	body.ccs-est1973.home .page-header.e73-header-condensed .nav-primary > ul > li > a:hover,
	body.ccs-est1973.home .page-header.e73-header-condensed .e73-more-menu__toggle:hover {
		background: transparent;
		color: var(--e73-teal);
	}

	body.ccs-est1973.home .page-header.e73-header-condensed .e73-more-menu {
		align-items: center;
		display: flex !important;
		height: auto;
		position: relative;
	}

	body.ccs-est1973.home .page-header.e73-header-condensed .e73-more-menu__toggle {
		height: 44px;
		margin: 0;
		padding: 8px 18px 8px 6px;
	}

	body.ccs-est1973.home .page-header.e73-header-condensed .e73-more-menu__submenu {
		display: none !important;
		left: auto;
		right: 0;
		top: calc(100% + 6px);
	}

	body.ccs-est1973.home .page-header.e73-header-condensed .e73-more-menu:is(:hover, :focus-within, .is-open) > .e73-more-menu__submenu {
		display: block !important;
	}
}

/* ── Hero hierarchy + service rail + proof medallions ───────────────── */
body.ccs-est1973.home .masthead--homepage {
	background: var(--e73-teal);
	min-height: 620px;
	overflow: hidden;
}

body.ccs-est1973.home .masthead--homepage .masthead__wrapper {
	padding: 44px 0 126px !important;
}

body.ccs-est1973.home .masthead--homepage .masthead__flex {
	align-items: center;
	display: grid;
	gap: clamp(28px, 4vw, 64px);
	grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
}

body.ccs-est1973.home .masthead--homepage .masthead__text {
	margin: 0;
	max-width: 650px;
	position: static !important;
	text-align: left;
}

body.ccs-est1973.home .masthead--homepage .masthead__text .sub-heading {
	color: var(--e73-porcelain);
	font-family: var(--e73-font-script);
	font-size: clamp(16px, 1.4vw, 20px) !important;
	letter-spacing: 0;
	line-height: 1.25 !important;
	margin: 0 0 10px !important;
	text-transform: none;
}

/* C7: butter-2 on teal measures 4.42:1 — legal only at large sizes. The script
   kicker (16–20px Pacifico 400) and the county focus line (16.5px Jost 600)
   sit below that threshold, so they carry porcelain instead; butter stays on
   the non-text marks (stars, underlines, button fills). */
body.ccs-est1973.home .masthead--homepage .masthead__text .sub-heading + span,
body.ccs-est1973.home .masthead--homepage .e73-h1-focus {
	color: var(--e73-porcelain);
}

body.ccs-est1973.home .masthead--homepage .masthead__text .sub-heading + span {
	font-size: 14px !important;
}

body.ccs-est1973.home .masthead--homepage .masthead__text > span {
	color: var(--e73-porcelain);
	font-family: var(--e73-font-serif);
	font-size: var(--e73-fs-md) !important;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.4 !important;
	margin: 0 0 8px !important;
	max-width: none;
	text-transform: none;
}

body.ccs-est1973.home .masthead--homepage .hero-text {
	margin: 0;
	max-width: none;
}

body.ccs-est1973.home .masthead--homepage .hero-text h1 {
	color: var(--e73-porcelain) !important;
	font-family: var(--e73-font-slab);
	font-size: clamp(40px, 4.6vw, 56px) !important;
	font-weight: 700;
	letter-spacing: -.005em;
	line-height: 1.04 !important;
	margin: 0 0 24px !important;
	max-width: 17ch !important;
	overflow-wrap: normal;
	text-align: left;
	text-transform: none;
	text-wrap: balance;
}

body.ccs-est1973.home .masthead--homepage .e73-h1-focus {
	color: var(--e73-porcelain) !important;
	font: inherit;
}

body.ccs-est1973.home .masthead--homepage .hero-text__outline,
body.ccs-est1973.home .masthead--homepage .e73-proof,
body.ccs-est1973.home .masthead--homepage .e73-signoff {
	display: none !important;
}

body.ccs-est1973.home .masthead--homepage .btn-group {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: var(--e73-space-md);
	justify-content: flex-start;
	margin: 0;
}

/* The shared action sheet deliberately owns all CTA fills with !important;
   these homepage overrides express the brief's single-filled-action rule. */
body.ccs-est1973.home .masthead--homepage .btn-group > .btn-secondary {
	background: var(--e73-butter) !important;
	border-color: var(--e73-butter) !important;
	box-shadow: var(--e73-shadow-btn-butter) !important;
	color: var(--e73-ink) !important;
	min-width: 176px;
}

body.ccs-est1973.home .masthead--homepage .btn-group > .btn-tertiary[href^='tel:'] {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: var(--e73-porcelain) !important;
	font-size: 16.5px !important;
	justify-content: flex-start;
	min-width: 206px;
	padding-inline: 0 !important;
	text-align: left;
	text-transform: none !important;
}

body.ccs-est1973.home .masthead--homepage .btn-group > .btn-tertiary[href^='tel:']::before {
	color: var(--e73-porcelain);
	content: 'Need service?';
	font-family: var(--e73-font-slab);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .1em;
	margin-right: 8px;
	text-transform: uppercase;
}

body.ccs-est1973.home .masthead--homepage .masthead__image {
	margin: 0;
	max-width: 600px;
	width: 100%;
}

body.ccs-est1973.home .masthead--homepage .masthead__hero-team,
body.ccs-est1973.home .masthead--homepage .masthead__large-image {
	height: clamp(300px, 28vw, 390px);
	object-fit: cover;
}

body.ccs-est1973.home .masthead--homepage .e73-arrive {
	background: var(--e73-teal-2);
	bottom: 24px;
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	left: 50%;
	list-style: none;
	margin: 0;
	max-width: none !important;
	padding: 0 max(22px, calc((100vw - 1306px) / 2));
	position: absolute;
	transform: translateX(-50%) !important;
	width: 100vw !important;
	z-index: 5;
}

body.ccs-est1973.home .masthead--homepage .e73-arrive li {
	border-left: 1px solid var(--e73-porcelain-55);
	margin: 0;
	padding: 0;
}

body.ccs-est1973.home .masthead--homepage .e73-arrive li:last-child {
	border-right: 1px solid var(--e73-porcelain-55);
}

body.ccs-est1973.home .masthead--homepage .e73-arrive li::before {
	display: none;
}

body.ccs-est1973.home .masthead--homepage .e73-arrive a {
	align-items: center;
	color: var(--e73-porcelain);
	display: flex;
	font-family: var(--e73-font-slab);
	font-size: clamp(10px, .9vw, 13px);
	font-weight: 700;
	justify-content: center;
	letter-spacing: .08em;
	min-height: 52px;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

body.ccs-est1973.home section.review {
	align-items: center;
	background: var(--e73-teal);
	border: 0;
	display: flex;
	height: auto;
	justify-content: center;
	margin: 0 !important;
	min-height: 0;
	padding: 12px var(--ccs-home-inset, 22px) 22px !important;
	position: relative;
	z-index: 6;
}

/* ── Quick-repair + global offer: one paired slab ────────────────────── */
body.ccs-est1973.home :is(.half-image-text-icon-pullouts, .promo-cta) {
	background: var(--e73-porcelain);
	border-block: 2px solid var(--e73-ink);
	box-shadow: none;
	margin-block: var(--e73-space-xl) 0;
	min-height: 520px;
	padding-block: var(--e73-space-lg);
}

body.ccs-est1973.home .half-image-text-icon-pullouts {
	border-left: 2px solid var(--e73-ink);
	border-radius: var(--e73-radius-xl) 0 0 var(--e73-radius-xl);
	margin-left: max(22px, calc((100vw - 1306px) / 2));
}

body.ccs-est1973.home .promo-cta {
	border-left: 1px solid var(--e73-line);
	border-radius: 0 var(--e73-radius-xl) var(--e73-radius-xl) 0;
	border-right: 2px solid var(--e73-ink);
	margin-right: max(22px, calc((100vw - 1306px) / 2));
}

body.ccs-est1973.home .half-image-text-icon-pullouts .container {
	max-width: none;
	padding: 0 34px 0 clamp(26px, 4vw, 54px);
}

body.ccs-est1973.home .half-image-text-icon-pullouts .row {
	align-items: stretch !important;
	display: grid !important;
	flex: 1 1 auto;
	gap: var(--e73-space-md);
	grid-template-rows: minmax(0, 1fr) auto;
	height: 100%;
	margin: 0;
}

body.ccs-est1973.home .half-image-text-icon-pullouts .row > [class*='col-'] {
	max-width: none !important;
	padding: 0;
	width: 100% !important;
}

body.ccs-est1973.home .half-image-text-icon-pullouts .row > [class*='col-']:first-child {
	display: flex;
	grid-row: 1;
	min-height: 0;
}

body.ccs-est1973.home .half-image-text-icon-pullouts .row > [class*='col-']:last-child {
	grid-row: 2;
}

body.ccs-est1973.home .half-image-text-icon-pullouts__text {
	max-width: 58ch;
	padding: 0;
}

body.ccs-est1973.home :is(.half-image-text-icon-pullouts, .promo-cta) 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.home .half-image-text-icon-pullouts p,
body.ccs-est1973.home .promo-cta p {
	font-family: var(--e73-font-serif);
	font-size: 16.5px;
	line-height: 1.65;
}

body.ccs-est1973.home .pullouts-image-col {
	margin-top: 0;
	min-height: 0;
	overflow: visible;
	padding: 0;
}

body.ccs-est1973.home .pullouts-image,
body.ccs-est1973.home .pullouts-image picture,
body.ccs-est1973.home .pullouts-image img {
	display: block;
	height: auto;
	width: 100%;
}

body.ccs-est1973.home .pullouts-image img {
	object-fit: contain;
}

body.ccs-est1973.home .promo-cta__wrap {
	align-items: center;
	background: transparent;
	border: 0;
	box-shadow: none;
	display: grid;
	gap: var(--e73-space-md);
	grid-template-columns: minmax(0, 1fr);
	height: 100%;
	margin: 0;
	max-width: none;
	padding: 0 clamp(26px, 4vw, 54px) 0 34px;
}

body.ccs-est1973.home .promo-cta__content {
	padding: 0;
}

body.ccs-est1973.home .promo-cta .highlighted-text {
	color: var(--e73-red);
	font-family: var(--e73-font-slab);
	font-size: var(--e73-fs-2xl);
	font-weight: 700;
	line-height: 1;
	margin-block: var(--e73-space-sm);
}

body.ccs-est1973.home .promo-cta__image {
	border: 1px solid var(--e73-line);
	border-radius: var(--e73-radius-lg);
	height: auto;
	object-fit: cover;
	width: 100%;
}

/* Repeated CTAs become typographic links; the hero, crescendo, and form keep
   the page's three primary actions. Existing button rules use !important. */
body.ccs-est1973.home :is(.half-image-text-icon-pullouts, .promo-cta) a.btn {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: var(--e73-teal-2) !important;
	justify-content: flex-start;
	min-height: 44px !important;
	padding: 8px 0 !important;
	text-decoration: none !important;
	text-decoration-thickness: 0 !important;
	text-underline-offset: 5px;
}

body.ccs-est1973.home .half-image-text-icon-pullouts a.btn {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: var(--e73-teal-2) !important;
	min-width: 0 !important;
	padding-inline: 0 !important;
	text-decoration: none !important;
}

body.ccs-est1973.home .promo-cta a.btn {
	background: transparent !important;
	border: 1px solid var(--e73-teal) !important;
	box-shadow: none !important;
	color: var(--e73-teal-2) !important;
}

/* ── Service directory: one four-column hairline system ──────────────── */
body.ccs-est1973.home .half-image-half-accordian-links {
	background: var(--e73-cream);
	margin: 0;
	padding-block: var(--e73-space-lg) !important;
}

body.ccs-est1973.home .half-image-half-accordian-links > .container {
	max-width: 1306px;
}

body.ccs-est1973.home .half-image-half-accordian-links__wrapper {
	display: block !important;
	max-width: none !important;
	width: 100% !important;
}

body.ccs-est1973.home .half-image-half-accordian-links__content {
	background: var(--e73-porcelain) !important;
	border: 2px solid var(--e73-ink) !important;
	border-radius: var(--e73-radius-xl);
	box-shadow: var(--e73-shadow-card) !important;
	display: block !important;
	overflow: hidden;
	padding: clamp(28px, 4vw, 48px);
	width: 100% !important;
}

body.ccs-est1973.home .half-image-half-accordian-links .fx-accordion__heading {
	align-items: end;
	display: grid;
	gap: var(--e73-space-lg);
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
	margin-bottom: var(--e73-space-lg);
}

body.ccs-est1973.home .half-image-half-accordian-links .fx-accordion__heading h2 {
	font-family: var(--e73-font-slab);
	font-size: var(--e73-fs-2xl);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0;
	text-transform: none;
}

body.ccs-est1973.home .half-image-half-accordian-links .fx-accordion__heading p {
	font-family: var(--e73-font-serif);
	font-size: 16.5px;
	line-height: 1.65;
	margin: 0;
	max-width: 58ch;
}

body.ccs-est1973.home .half-image-half-accordian-links .fx-accordion__heading {
	border-bottom: 1px solid var(--e73-line);
	display: grid !important;
	margin-bottom: 0;
	max-width: none !important;
	padding-bottom: var(--e73-space-md);
	width: 100% !important;
}

body.ccs-est1973.home .half-image-half-accordian-links .fx-accordion__panels {
	background: transparent !important;
	border: 0 !important;
	border-top: 0 !important;
	box-shadow: none !important;
	column-count: 1 !important;
	columns: auto !important;
	display: grid !important;
	gap: 0 !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	align-items: stretch !important;
	padding: 0 !important;
	width: 100%;
}

body.ccs-est1973.home .half-image-half-accordian-links .fx-accordion__panel,
body.ccs-est1973.home .half-image-half-accordian-links .fx-accordion__panel:nth-child(n) {
	background: var(--e73-porcelain) !important;
	background-image: none !important;
	border: 0 !important;
	border-left: 1px solid var(--e73-line) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	display: block;
	margin: 0 !important;
	min-width: 0;
	overflow: hidden !important;
	padding: 0 !important;
	position: relative !important;
	transform: none !important;
}

body.ccs-est1973.home .half-image-half-accordian-links .fx-accordion__panel:first-child,
body.ccs-est1973.home .half-image-half-accordian-links .fx-accordion__panel:nth-child(1) {
	border-left: 0 !important;
}

body.ccs-est1973.home .half-image-half-accordian-links .fx-accordion__panel:nth-child(2) {
	background-image: repeating-linear-gradient(
		-45deg,
		transparent,
		transparent 12px,
		var(--e73-paper) 12px,
		var(--e73-paper) 13px
	);
}

body.ccs-est1973.home .half-image-half-accordian-links .fx-accordion__panel__toggle {
	align-items: center;
	background: var(--e73-teal) !important;
	border: 0;
	border-radius: 0;
	color: var(--e73-porcelain) !important;
	cursor: default;
	display: flex;
	font-family: var(--e73-font-slab);
	font-size: 13px;
	font-weight: 700;
	justify-content: flex-start;
	letter-spacing: .12em;
	min-height: 52px;
	padding: 12px 16px !important;
	pointer-events: none;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}

body.ccs-est1973.home .half-image-half-accordian-links .fx-accordion__panel:nth-child(n) .fx-accordion__panel__toggle {
	background: var(--e73-teal) !important;
	border-radius: 0 !important;
}

body.ccs-est1973.home .half-image-half-accordian-links .fx-accordion__panel__toggle::after {
	display: none;
}

body.ccs-est1973.home .half-image-half-accordian-links .fx-accordion__panel__content {
	background: transparent;
	display: block !important;
	height: auto !important;
	max-height: none !important;
	overflow: visible !important;
	padding: 0 16px !important;
	visibility: visible !important;
}

body.ccs-est1973.home .half-image-half-accordian-links .accordian-icon-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.ccs-est1973.home .half-image-half-accordian-links .accordian-icon-links li {
	border-top: 1px solid var(--e73-line);
	margin: 0;
	padding: 0;
}

body.ccs-est1973.home .half-image-half-accordian-links .accordian-icon-links li:first-child {
	border-top: 0;
}

body.ccs-est1973.home .half-image-half-accordian-links .accordian-icon-links li::before {
	display: none;
}

body.ccs-est1973.home .half-image-half-accordian-links .accordian-icon-links ul li a.a-icon-links {
	align-items: center;
	border-bottom: 1px solid var(--e73-line) !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-style: solid !important;
	border-top: 0 !important;
	border-radius: 0 !important;
	color: var(--e73-teal-2) !important;
	display: grid !important;
	font-family: var(--e73-font-slab);
	font-size: clamp(12px, 1vw, 14px);
	font-weight: 600;
	gap: 0 !important;
	grid-template-columns: minmax(0, 1fr) 28px !important;
	min-height: 46px;
	overflow-wrap: anywhere;
	padding: 9px 0 !important;
	text-decoration: none;
	white-space: normal;
	word-break: normal;
}

body.ccs-est1973.home .half-image-half-accordian-links .accordian-icon-links li:last-child a.a-icon-links {
	border-bottom: 0 !important;
}

body.ccs-est1973.home .half-image-half-accordian-links .accordian-icon-links ul li a.a-icon-links::after {
	background: transparent !important;
	color: var(--e73-brass);
	content: '›' !important;
	display: block !important;
	flex: 0 0 28px;
	font-size: 20px;
	height: auto !important;
	justify-self: end;
	line-height: 1;
	text-align: center;
	width: 28px !important;
}

body.ccs-est1973.home .half-image-half-accordian-links .accordian-icon-links a.a-icon-links :is(i, svg, img) {
	display: none !important;
}

body.ccs-est1973.home .half-image-half-accordian-links__image,
body.ccs-est1973.home .half-image-half-accordian-links .accordion-since-year {
	display: none !important;
}

/* Existing binder art uses generated rings on the cards. The final page
   system replaces that important legacy decoration with one hairline grid. */
body.ccs-est1973.home .half-image-half-accordian-links .fx-accordion__panel::before,
body.ccs-est1973.home .half-image-half-accordian-links .fx-accordion__panel::after,
body.ccs-est1973.home .half-image-half-accordian-links .fx-accordion__panel:nth-child(n)::before,
body.ccs-est1973.home .half-image-half-accordian-links .fx-accordion__panel:nth-child(n)::after {
	content: none !important;
	display: none !important;
}

body.ccs-est1973.home .half-image-half-accordian-links .accordion-since-year {
	display: none !important;
}

/* ── Proof rail: straight cards, three visible, fourth scrollable ────── */
body.ccs-est1973.home .testimonials.e73-wall {
	background: var(--e73-teal);
	margin: 0;
	padding-block: var(--e73-space-lg) !important;
}

body.ccs-est1973.home .testimonials.e73-wall::before,
body.ccs-est1973.home .testimonials.e73-wall::after {
	display: none;
}

body.ccs-est1973.home .testimonials.e73-wall .testimonials__wrapper {
	margin: 0 auto;
	max-width: 1306px;
	padding-inline: max(22px, calc((100vw - 1306px) / 2));
}

body.ccs-est1973.home .testimonials.e73-wall .testimonials__heading {
	align-items: center;
	display: grid;
	gap: var(--e73-space-md);
	grid-template-columns: minmax(0, 1fr) auto auto;
	margin: 0 0 var(--e73-space-md) !important;
	padding: 0;
	text-align: left;
}

body.ccs-est1973.home .testimonials.e73-wall .testimonials__heading h2 {
	color: var(--e73-porcelain);
	font-family: var(--e73-font-slab);
	font-size: var(--e73-fs-2xl);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0;
	max-width: 24ch;
	text-transform: none;
	grid-column: 1;
	grid-row: 1;
}

body.ccs-est1973.home .testimonials.e73-wall .testimonials__count {
	color: var(--e73-butter-2);
	font: inherit;
}

body.ccs-est1973.home .testimonials.e73-wall .testimonial-man-image {
	display: none !important;
}

body.ccs-est1973.home .testimonials.e73-wall .additional-cta-buttons {
	display: flex;
	gap: var(--e73-space-sm);
	grid-column: 3;
	grid-row: 1;
	margin: 0 !important;
}

body.ccs-est1973.home .testimonials.e73-wall .testimonials__heading > a.btn-tertiary {
	align-self: end;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: var(--e73-porcelain) !important;
	grid-column: 2;
	grid-row: 1;
	justify-self: start;
	min-height: 44px !important;
	padding: 8px 0 !important;
	text-decoration: none !important;
	text-underline-offset: 5px;
}

body.ccs-est1973.home .testimonials.e73-wall .additional-cta-buttons .btn {
	background: transparent !important;
	border: 2px solid var(--e73-porcelain-55) !important;
	box-shadow: none !important;
	color: var(--e73-porcelain) !important;
}

body.ccs-est1973.home .testimonials.e73-wall .testimonial-slider {
	display: grid !important;
	gap: var(--e73-space-md) !important;
	grid-auto-columns: calc((100% - (2 * var(--e73-space-md))) / 3);
	grid-auto-flow: column;
	grid-template-columns: none !important;
	margin: 0 !important;
	overflow-x: auto;
	overflow-y: visible;
	padding: 0 0 14px !important;
	scrollbar-width: none;
	scroll-snap-type: x mandatory;
}

body.ccs-est1973.home .testimonials.e73-wall .testimonial-slider::-webkit-scrollbar,
body.ccs-est1973.home .testimonials.e73-wall .testimonial-slider .slick-list::-webkit-scrollbar {
	display: none;
}

body.ccs-est1973.home .testimonials.e73-wall .testimonial-slider .slick-list {
	overflow-x: auto !important;
	overflow-y: visible !important;
	padding: 0 0 14px !important;
	scroll-snap-type: x mandatory;
	scrollbar-color: var(--e73-butter) var(--e73-teal-2);
}

body.ccs-est1973.home .testimonials.e73-wall .testimonial-slider .slick-track {
	display: flex !important;
	gap: var(--e73-space-md);
	transform: none !important;
	width: max-content !important;
}

body.ccs-est1973.home .testimonials.e73-wall .testimonial-slide {
	display: block !important;
	float: none !important;
	height: auto !important;
	margin: 0 !important;
	scroll-snap-align: start;
	transform: none !important;
	width: auto !important;
}

body.ccs-est1973.home .testimonials.e73-wall .testimonial-slide-item {
	background: var(--e73-porcelain);
	border: 1px solid var(--e73-line);
	border-radius: var(--e73-radius-lg);
	box-shadow: var(--e73-shadow-card);
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 0;
	min-height: 330px;
	padding: 28px;
	transform: none !important;
}

body.ccs-est1973.home .testimonials.e73-wall .testimonial-slide-review {
	height: 22px;
	object-fit: contain;
	object-position: left center;
	width: auto;
}

body.ccs-est1973.home .testimonials.e73-wall .testimonial-slide-item__description {
	color: var(--e73-body);
	font-family: var(--e73-font-serif);
	font-size: 16px;
	font-style: normal;
	line-height: 1.6;
	margin-block: var(--e73-space-md);
}

body.ccs-est1973.home .testimonials.e73-wall .testimonial-slide-item__title {
	color: var(--e73-body);
	font-family: var(--e73-font-slab);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .12em;
	margin-top: auto;
	text-transform: uppercase;
}

/* ── Mid-page crescendo ──────────────────────────────────────────────── */
body.ccs-est1973.home .full-width-cta {
	background: var(--e73-dark);
	min-height: 0;
	padding-block: var(--e73-space-xl);
}

body.ccs-est1973.home .full-width-cta__content {
	background: transparent;
	min-height: 0;
	position: relative;
	z-index: 2;
}

body.ccs-est1973.home .full-width-cta__content > .container {
	max-width: 1100px;
}

body.ccs-est1973.home .full-width-cta__text {
	align-items: center;
	display: grid !important;
	gap: var(--e73-space-md) var(--e73-space-lg);
	grid-template-columns: 180px minmax(0, 1fr) !important;
	max-width: none !important;
	padding: 0;
	text-align: left;
	width: 100% !important;
}

body.ccs-est1973.home .full-width-cta__man-image {
	display: block !important;
	grid-column: 1;
	grid-row: 1 / span 4 !important;
	height: 190px;
	margin: 0;
	object-fit: contain;
	position: static !important;
	transform: none !important;
	width: 150px;
}

body.ccs-est1973.home .full-width-cta__text h2 {
	color: var(--e73-porcelain);
	font-family: var(--e73-font-slab);
	font-size: var(--e73-fs-2xl);
	font-weight: 700;
	grid-column: 2;
	grid-row: 2;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0;
	text-transform: none;
}

body.ccs-est1973.home .full-width-cta__text p {
	color: var(--e73-porcelain);
	font-family: var(--e73-font-serif);
	font-size: 16.5px;
	grid-column: 2;
	grid-row: 3;
	line-height: 1.65;
	margin: 0;
	max-width: 68ch;
}

body.ccs-est1973.home .full-width-cta__highlight-text {
	grid-column: 2;
	grid-row: 1;
	margin: 0 !important;
	max-width: none !important;
}

body.ccs-est1973.home .full-width-cta__highlight-text-visual::before {
	color: var(--e73-butter);
	font-family: var(--e73-font-slab);
	font-size: var(--e73-fs-3xl);
	font-weight: 700;
	line-height: 1;
}

body.ccs-est1973.home .full-width-cta .btn-group {
	display: flex !important;
	flex-wrap: wrap;
	gap: var(--e73-space-sm);
	grid-column: 2;
	grid-row: 4;
	margin: 0;
}

body.ccs-est1973.home .full-width-cta .btn-group > .btn:first-child {
	background: var(--e73-butter) !important;
	border-color: var(--e73-butter) !important;
	box-shadow: var(--e73-shadow-btn-butter) !important;
	color: var(--e73-ink) !important;
}

body.ccs-est1973.home .full-width-cta .btn-group > .btn {
	flex: 1 1 0 !important;
	min-width: 0 !important;
	width: auto !important;
}

body.ccs-est1973.home .full-width-cta .btn-group > .btn + .btn {
	background: transparent !important;
	border-color: var(--e73-porcelain-55) !important;
	box-shadow: none !important;
	color: var(--e73-porcelain) !important;
}

body.ccs-est1973.home .full-width-cta > .full-width-cta__bg {
	filter: saturate(.3);
	opacity: .22;
}

/* ── Footer conversion band: lead form + Captain reassurance ─────────── */
body.ccs-est1973.home :is(.ccs-lead, .floating-cta--half-bg-curve) {
	margin-block: var(--e73-space-xl) 0;
	min-height: 650px;
}

body.ccs-est1973.home .ccs-lead {
	background: var(--e73-paper);
	border: 2px solid var(--e73-ink);
	border-radius: var(--e73-radius-xl) 0 0 var(--e73-radius-xl);
	border-right: 0;
	margin-left: 0;
	padding: var(--e73-space-lg) 0;
}

body.ccs-est1973.home .ccs-lead > .container {
	max-width: none;
	padding: 0 clamp(26px, 4vw, 52px);
}

body.ccs-est1973.home .ccs-lead__inner {
	display: block;
	max-width: none;
}

body.ccs-est1973.home .ccs-lead__intro {
	margin-bottom: var(--e73-space-lg);
	max-width: 58ch;
}

body.ccs-est1973.home .ccs-lead__eyebrow,
body.ccs-est1973.home .floating-cta__text .sub-heading {
	color: var(--e73-teal-2);
	font-family: var(--e73-font-slab);
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
}

body.ccs-est1973.home .ccs-lead__title,
body.ccs-est1973.home .floating-cta__text 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.home .ccs-lead :is(p, label, input, textarea),
body.ccs-est1973.home .floating-cta__text p {
	font-family: var(--e73-font-serif);
}

body.ccs-est1973.home .ccs-lead__copy {
	font-size: 16.5px;
	line-height: 1.65;
}

body.ccs-est1973.home .ccs-lead__phone a {
	color: var(--e73-teal-2);
	font-family: var(--e73-font-slab);
	font-size: var(--e73-fs-lg);
	font-weight: 700;
}

body.ccs-est1973.home .ccs-lead__form {
	display: grid;
	gap: var(--e73-space-md);
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.ccs-est1973.home .ccs-lead__row {
	margin: 0;
}

body.ccs-est1973.home .ccs-lead__row--wide,
body.ccs-est1973.home .ccs-lead__actions,
body.ccs-est1973.home .ccs-lead__error {
	grid-column: 1 / -1;
}

body.ccs-est1973.home .ccs-lead__label {
	color: var(--e73-ink);
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .12em;
	margin-bottom: 7px;
	text-transform: uppercase;
}

body.ccs-est1973.home .ccs-lead__input {
	background: var(--e73-porcelain);
	border: 1px solid var(--e73-line);
	border-radius: var(--e73-radius-sm);
	color: var(--e73-ink);
	min-height: 48px;
	padding: 11px 13px;
	width: 100%;
}

body.ccs-est1973.home .ccs-lead__input--area {
	min-height: 118px;
	resize: vertical;
}

body.ccs-est1973.home .ccs-lead__submit {
	background: var(--e73-butter) !important;
	border-color: var(--e73-butter) !important;
	box-shadow: var(--e73-shadow-btn-butter) !important;
	color: var(--e73-ink) !important;
}

body.ccs-est1973.home .floating-cta--half-bg-curve {
	background: var(--e73-dark);
	border: 2px solid var(--e73-ink);
	border-left: 1px solid var(--e73-line);
	border-radius: 0 var(--e73-radius-xl) var(--e73-radius-xl) 0;
	margin-right: 0;
	overflow: hidden;
}

body.ccs-est1973.home .floating-cta--half-bg-curve .floating-cta__wrapper {
	align-items: center;
	background: var(--e73-dark);
	display: flex;
	height: 100%;
	justify-content: center;
	min-height: 646px;
	padding: clamp(34px, 5vw, 70px);
	position: relative;
}

body.ccs-est1973.home .floating-cta--half-bg-curve .floating-cta__bg {
	filter: saturate(.3);
	opacity: .18;
}

body.ccs-est1973.home .floating-cta--half-bg-curve .floating-cta__man {
	bottom: 0;
	height: 260px;
	object-fit: contain;
	opacity: .82;
	position: absolute;
	right: -12px;
	width: 210px;
}

body.ccs-est1973.home .floating-cta__text {
	color: var(--e73-porcelain);
	max-width: 54ch;
	position: relative;
	z-index: 2;
}

body.ccs-est1973.home .floating-cta__text h2,
body.ccs-est1973.home .floating-cta__text p {
	color: var(--e73-porcelain);
}

body.ccs-est1973.home .floating-cta__text .sub-heading {
	color: var(--e73-butter-2);
}

body.ccs-est1973.home .floating-cta__text a.btn {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: var(--e73-butter-2) !important;
	justify-content: flex-start;
	min-height: 44px !important;
	padding: 8px 0 !important;
	text-decoration: none !important;
	text-underline-offset: 5px;
}

body.ccs-est1973.home .floating-cta__since-year,
body.ccs-est1973.home .floating-cta__svg {
	display: none !important;
}

/* ── Comfort Club: compact media slab + hairline benefits ───────────── */
body.ccs-est1973.home .home-image-text {
	background: var(--e73-cream);
	margin: 0;
	padding-block: var(--e73-space-xl);
}

body.ccs-est1973.home .home-image-text > .container {
	background: var(--e73-porcelain);
	border: 2px solid var(--e73-ink);
	border-radius: var(--e73-radius-xl);
	box-shadow: var(--e73-shadow-card);
	overflow: hidden;
	padding: 0;
}

body.ccs-est1973.home .home-image-text .row {
	align-items: stretch;
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	margin: 0;
}

body.ccs-est1973.home .home-image-text .row > [class*='col-'] {
	padding: 0;
	width: auto;
}

body.ccs-est1973.home .home-image-text .image-text__img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	height: 600px !important;
	margin: 0;
	min-height: 0 !important;
}

body.ccs-est1973.home .home-image-text .image-text__img > img:first-child {
	border-radius: 0;
	height: 100% !important;
	object-fit: cover;
	width: 100%;
}

body.ccs-est1973.home .home-image-text .image-text__img__sml,
body.ccs-est1973.home .home-image-text .image-text__pattern,
body.ccs-est1973.home .home-image-text .yeah {
	display: none !important;
}

body.ccs-est1973.home .home-image-text .image-text__text {
	padding: var(--e73-space-md) !important;
}

body.ccs-est1973.home .home-image-text 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.home .home-image-text .image-text__text p {
	font-family: var(--e73-font-serif);
	font-size: 16.5px;
	line-height: 1.65;
	max-width: 68ch;
}

body.ccs-est1973.home .home-image-text .image-text__text ul {
	list-style: none;
	margin: var(--e73-space-md) 0 0;
	padding: 0;
}

body.ccs-est1973.home .home-image-text .image-text__text li {
	border-top: 1px solid var(--e73-line);
	font-family: var(--e73-font-slab);
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	min-height: 42px;
	padding: 11px 0 9px 28px;
	position: relative;
}

body.ccs-est1973.home .home-image-text .image-text__text li::before {
	color: var(--e73-teal);
	content: '✓';
	font-family: var(--e73-font-slab);
	font-weight: 700;
	left: 2px;
	position: absolute;
	top: 10px;
}

body.ccs-est1973.home .home-image-text .image-text__text a.btn {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: var(--e73-teal-2) !important;
	justify-content: flex-start;
	min-height: 44px !important;
	padding: 8px 0 !important;
	text-decoration: none !important;
	text-underline-offset: 5px;
}

/* ── Service areas: compact three-column directory + map ────────────── */
body.ccs-est1973.home .fx-accordion--service-location {
	background: var(--e73-porcelain);
	border: 2px solid var(--e73-ink);
	border-radius: var(--e73-radius-xl);
	box-shadow: var(--e73-shadow-card);
	display: grid !important;
	gap: 0;
	grid-template-columns: minmax(0, 1fr) minmax(330px, .42fr) !important;
	grid-template-areas: none !important;
	grid-template-rows: auto !important;
	margin: 0 max(22px, calc((100vw - 1306px) / 2)) var(--e73-space-xl) !important;
	max-width: none !important;
	overflow: hidden;
	padding: 0 !important;
	width: auto !important;
}

body.ccs-est1973.home .fx-accordion--service-location__content {
	display: block !important;
	grid-area: auto !important;
	padding: clamp(30px, 4vw, 52px) !important;
}

body.ccs-est1973.home .fx-accordion--service-location__content__text {
	display: block !important;
}

body.ccs-est1973.home .fx-accordion--service-location .fx-accordion__heading {
	align-items: end;
	display: grid;
	gap: var(--e73-space-lg);
	grid-template-columns: minmax(0, 1fr) minmax(260px, .65fr);
	margin-bottom: var(--e73-space-md);
}

body.ccs-est1973.home .fx-accordion--service-location h2 {
	font-family: var(--e73-font-slab);
	font-size: var(--e73-fs-2xl);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0;
	text-transform: none;
}

body.ccs-est1973.home .fx-accordion--service-location .fx-accordion__heading p {
	font-family: var(--e73-font-serif);
	font-size: 16.5px;
	line-height: 1.65;
	margin: 0;
}

body.ccs-est1973.home .fx-accordion--service-location .fx-accordion__panel {
	border: 0;
	box-shadow: none;
	margin: 0 !important;
}

body.ccs-est1973.home .fx-accordion--service-location .fx-accordion__panel__toggle {
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--e73-line);
	color: var(--e73-teal-2);
	cursor: default;
	font-family: var(--e73-font-slab);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .16em;
	min-height: 42px;
	padding: 8px 0 !important;
	pointer-events: none;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}

body.ccs-est1973.home .fx-accordion--service-location .fx-accordion__panel__toggle::after {
	display: none;
}

body.ccs-est1973.home .fx-accordion--service-location .fx-accordion__panel__content {
	display: block !important;
	height: auto !important;
	max-height: none !important;
	overflow: visible !important;
	padding: 0 !important;
	visibility: visible !important;
}

body.ccs-est1973.home section.fx-accordion--service-location .fx-accordion__panels {
	grid-area: auto !important;
	height: auto !important;
	overflow: visible !important;
}

body.ccs-est1973.home section.fx-accordion--service-location .fx-accordion__panel {
	height: auto !important;
	overflow: visible !important;
}

body.ccs-est1973.home section.fx-accordion--service-location .fx-accordion__panel .fx-accordion__panel__content {
	height: auto !important;
	max-height: none !important;
	overflow: visible !important;
}

body.ccs-est1973.home .fx-accordion--service-location .accordian-location-links {
	column-count: 1 !important;
	columns: auto !important;
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.ccs-est1973.home .fx-accordion--service-location .accordian-location-links__col {
	border-left: 1px solid var(--e73-line);
	min-width: 0;
	padding: 6px 18px;
}

body.ccs-est1973.home .fx-accordion--service-location .accordian-location-links__col:first-child {
	border-left: 0;
	padding-left: 0;
}

body.ccs-est1973.home .fx-accordion--service-location .accordian-location-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.ccs-est1973.home .fx-accordion--service-location .accordian-location-links li {
	border-top: 1px solid var(--e73-line);
	font-size: 12px;
	line-height: 1.25;
	margin: 0;
	min-height: 34px;
	padding: 8px 0;
}

body.ccs-est1973.home .fx-accordion--service-location .accordian-location-links li:first-child {
	border-top: 0;
}

body.ccs-est1973.home .fx-accordion--service-location .accordian-location-links li::before {
	display: none;
}

body.ccs-est1973.home .fx-accordion--service-location .accordian-location-links a {
	color: var(--e73-teal-2);
	font-family: var(--e73-font-slab);
	font-weight: 600;
	text-decoration: none;
}

body.ccs-est1973.home .fx-accordion--service-location__map {
	border-left: 1px solid var(--e73-line);
	grid-area: auto !important;
	height: 100% !important;
	max-height: 720px;
	min-height: 570px !important;
	overflow: hidden;
}

body.ccs-est1973.home .fx-accordion--service-location__map :is(.map, iframe, img) {
	height: 100% !important;
	min-height: 570px !important;
	object-fit: cover;
	width: 100%;
}

/* ── Local service paths: three-column manual index ─────────────────── */
body.ccs-est1973.home .ccs-home-page2-paths {
	background: var(--e73-porcelain);
	border: 2px solid var(--e73-ink);
	border-radius: var(--e73-radius-xl);
	box-shadow: var(--e73-shadow-card);
	box-sizing: border-box;
	margin: var(--e73-space-lg) auto 0;
	max-width: 1306px;
	padding: var(--e73-space-md);
	width: calc(100% - 44px);
}

body.ccs-est1973.home .ccs-home-page2-paths > h2 {
	font-family: var(--e73-font-slab);
	font-size: var(--e73-fs-2xl);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.08;
	margin-bottom: var(--e73-space-sm);
	max-width: 26ch;
	text-transform: none;
}

body.ccs-est1973.home .ccs-home-page2-paths > p {
	font-family: var(--e73-font-serif);
	font-size: 16.5px;
	line-height: 1.65;
	max-width: 68ch;
}

body.ccs-est1973.home .ccs-home-page2-paths .ccs-city-depth__grid {
	border-block: 1px solid var(--e73-line);
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: var(--e73-space-md);
	max-height: none;
	overflow: visible;
}

body.ccs-est1973.home .ccs-home-page2-paths .ccs-city-depth__grid > div {
	background: transparent;
	border: 0;
	border-left: 1px solid var(--e73-line);
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	min-width: 0;
	padding: var(--e73-space-md);
}

body.ccs-est1973.home .ccs-home-page2-paths .ccs-city-depth__grid > div:first-child {
	border-left: 0;
}

body.ccs-est1973.home .ccs-home-page2-paths .ccs-city-depth__grid h3 {
	font-family: var(--e73-font-slab);
	font-size: var(--e73-fs-md);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: none;
}

body.ccs-est1973.home .ccs-home-page2-paths .ccs-city-depth__grid p {
	font-family: var(--e73-font-serif);
	font-size: 16px;
	line-height: 1.55;
}

body.ccs-est1973.home .ccs-home-page2-paths .ccs-city-depth__grid ul {
	list-style: none;
	margin: var(--e73-space-sm) 0 0;
	padding: 0;
}

body.ccs-est1973.home .ccs-home-page2-paths .ccs-city-depth__grid li {
	border-top: 1px solid var(--e73-line);
	margin: 0;
	padding: 0;
}

body.ccs-est1973.home .ccs-home-page2-paths .ccs-city-depth__grid li::before {
	display: none;
}

body.ccs-est1973.home .ccs-home-page2-paths .ccs-city-depth__grid a {
	align-items: center;
	color: var(--e73-teal-2);
	display: flex;
	font-family: var(--e73-font-slab);
	font-size: 13px;
	font-weight: 600;
	justify-content: space-between;
	min-height: 42px;
	padding: 9px 0;
	text-decoration: none;
}

body.ccs-est1973.home .ccs-home-page2-paths .ccs-city-depth__grid a::after {
	color: var(--e73-brass);
	content: '›';
	font-size: 18px;
}

/* ── FAQ: the same flat hairline accordion language ─────────────────── */
body.ccs-est1973.home .homepage-faq {
	background: var(--e73-cream);
	margin: 0;
	padding-block: var(--e73-space-lg);
}

body.ccs-est1973.home .homepage-faq > .container {
	max-width: 1060px;
}

body.ccs-est1973.home .homepage-faq h2 {
	color: var(--e73-ink);
	font-family: var(--e73-font-slab);
	font-size: var(--e73-fs-2xl);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0 0 var(--e73-space-md);
	text-align: left;
	text-transform: none;
}

body.ccs-est1973.home .homepage-faq .e73-faq-list {
	border-block: 1px solid var(--e73-line);
	display: block;
	margin: 0;
	max-width: none;
}

body.ccs-est1973.home .homepage-faq .e73-faq-item {
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--e73-line);
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

body.ccs-est1973.home .homepage-faq .e73-faq-item:last-child {
	border-bottom: 0;
}

body.ccs-est1973.home .homepage-faq .e73-faq-q {
	align-items: center;
	color: var(--e73-ink);
	cursor: pointer;
	display: grid;
	font-family: var(--e73-font-slab);
	font-size: 16.5px;
	font-weight: 700;
	grid-template-columns: minmax(0, 1fr) 24px;
	line-height: 1.35;
	list-style: none;
	min-height: 48px;
	padding: 8px 2px;
}

body.ccs-est1973.home .homepage-faq .e73-faq-q::-webkit-details-marker {
	display: none;
}

body.ccs-est1973.home .homepage-faq .e73-faq-q::after {
	color: var(--e73-teal);
	content: '+';
	font-size: 20px;
	font-weight: 400;
	justify-self: end;
}

body.ccs-est1973.home .homepage-faq .e73-faq-item[open] .e73-faq-q::after,
body.ccs-est1973.home .e73-faq-item[open] .e73-faq-q::after {
	content: '−';
	transform: none;
}

body.ccs-est1973.home .homepage-faq .e73-faq-a {
	padding: 0 46px 18px 2px;
}

body.ccs-est1973.home .homepage-faq .e73-faq-a p {
	color: var(--e73-body);
	font-family: var(--e73-font-serif);
	font-size: 16px;
	line-height: 1.65;
	margin: 0;
	max-width: 68ch;
}

/* ── One consolidated footer zone ───────────────────────────────────── */
body.ccs-est1973.home .ccs-footer-growth-links {
	background: var(--e73-porcelain);
	margin: 0;
	padding-block: var(--e73-space-lg);
}

body.ccs-est1973.home .ccs-footer-growth-links > .container {
	max-width: 1306px;
}

body.ccs-est1973.home .ccs-footer-growth-links h2 {
	color: var(--e73-ink);
	font-family: var(--e73-font-slab);
	font-size: var(--e73-fs-2xl);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0 0 var(--e73-space-lg);
	text-transform: none;
}

body.ccs-est1973.home .ccs-footer-growth-links__grid {
	border-block: 1px solid var(--e73-line);
	display: grid;
	gap: 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.ccs-est1973.home .ccs-footer-growth-links__grid > details {
	background: transparent;
	border: 0;
	border-left: 1px solid var(--e73-line);
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	min-width: 0;
	padding: var(--e73-space-md);
}

body.ccs-est1973.home .ccs-footer-growth-links__grid > details:first-child {
	border-left: 0;
}

body.ccs-est1973.home .ccs-footer-growth-links summary {
	cursor: default;
	list-style: none;
}

body.ccs-est1973.home .ccs-footer-growth-links summary::-webkit-details-marker {
	display: none;
}

body.ccs-est1973.home .ccs-footer-growth-links h3 {
	color: var(--e73-teal-2);
	font-family: var(--e73-font-slab);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .14em;
	margin: 0 0 var(--e73-space-sm);
	text-transform: uppercase;
}

body.ccs-est1973.home .ccs-footer-growth-links details > ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

body.ccs-est1973.home .ccs-footer-growth-links details:not([open]) > ul {
	display: none !important;
}

body.ccs-est1973.home .ccs-footer-growth-links li {
	border-top: 1px solid var(--e73-line);
	margin: 0;
	padding: 0;
}

body.ccs-est1973.home .ccs-footer-growth-links li::before {
	display: none;
}

body.ccs-est1973.home .ccs-footer-growth-links a {
	align-items: center;
	color: var(--e73-teal-2);
	display: flex;
	font-family: var(--e73-font-slab);
	font-size: 12px;
	font-weight: 600;
	justify-content: space-between;
	min-height: 36px;
	padding: 7px 0;
	text-decoration: none;
}

body.ccs-est1973.home .ccs-footer-growth-links a::after {
	color: var(--e73-brass);
	content: '›';
	font-size: 17px;
}

body.ccs-est1973.home .ccs-captain-wrap,
body.ccs-est1973.home .ccs-captain-wrap--footer {
	background: var(--e73-dark);
	margin: 0;
	padding-block: var(--e73-space-md) !important;
}

body.ccs-est1973.home :is(.ccs-captain-wrap, .ccs-captain-wrap--footer) > .container {
	max-width: 1306px;
}

body.ccs-est1973.home .ccs-captain-wrap .ccs-captain {
	grid-template-columns: 190px minmax(0, 1fr) !important;
	margin: 0 !important;
	min-height: 0;
	padding: var(--e73-space-md) !important;
}

body.ccs-est1973.home .ccs-captain-wrap .ccs-captain__media {
	height: 210px;
}

body.ccs-est1973.home .ccs-captain-wrap .ccs-captain__media img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

body.ccs-est1973.home .ccs-captain--footer {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	display: grid;
	gap: var(--e73-space-lg);
	grid-template-columns: 180px minmax(0, 1fr);
	margin: 0;
	min-height: 250px;
	padding: 0;
}

body.ccs-est1973.home .ccs-captain--footer .ccs-captain__media {
	height: 220px;
	margin: 0;
	position: static;
	width: 180px;
}

body.ccs-est1973.home .ccs-captain--footer .ccs-captain__img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

body.ccs-est1973.home .ccs-captain--footer .ccs-captain__copy {
	padding: 0;
	text-align: left;
}

body.ccs-est1973.home .ccs-captain--footer .ccs-captain__eyebrow {
	color: var(--e73-butter-2);
	font-family: var(--e73-font-slab);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
}

body.ccs-est1973.home .ccs-captain--footer .ccs-captain__message {
	color: var(--e73-porcelain);
	font-family: var(--e73-font-serif);
	font-size: 17px;
	line-height: 1.6;
	margin-block: var(--e73-space-sm);
}

body.ccs-est1973.home .ccs-captain--footer .ccs-captain__cta {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: var(--e73-porcelain) !important;
	font-family: var(--e73-font-slab);
	font-size: 13px;
	font-weight: 700;
	min-height: 44px;
	padding: 8px 0 !important;
	text-decoration: underline;
	text-underline-offset: 5px;
}

body.ccs-est1973.home .footer-seo-services {
	background: var(--e73-dark);
	border: 0;
	margin: 0;
	padding-block: var(--e73-space-lg);
}

body.ccs-est1973.home .footer-seo-services > .container {
	max-width: 1306px;
}

body.ccs-est1973.home .footer-seo-services h3 {
	color: var(--e73-butter-2);
	font-family: var(--e73-font-slab);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .15em;
	margin: 0 0 var(--e73-space-sm);
	text-transform: uppercase;
}

body.ccs-est1973.home .footer-seo-services h3 + .footer-seo-services__nav + h3 {
	margin-top: var(--e73-space-md);
}

body.ccs-est1973.home .footer-seo-services__nav ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

body.ccs-est1973.home .footer-seo-services__nav li {
	border-right: 1px solid var(--e73-porcelain-12);
	margin: 0;
	padding: 0;
}

body.ccs-est1973.home .footer-seo-services__nav li::before {
	display: none;
}

body.ccs-est1973.home .footer-seo-services__nav a {
	color: var(--e73-porcelain);
	display: flex;
	font-family: var(--e73-font-serif);
	font-size: 12px;
	min-height: 36px;
	padding: 8px 14px;
	text-decoration: none;
}

@media (max-width: 1199px) {
	body.ccs-est1973.home {
		--ccs-home-header-expanded: 115px;
	}

	body.ccs-est1973.home.e73-promo-off {
		/* Logo/control row only. 115/132/131 all reserve the promo strip. */
		--ccs-home-header-expanded: 76px;
	}

	body.ccs-est1973.home.e73-promo-off .page-header,
	body.ccs-est1973.home.e73-promo-off #page-header {
		height: 76px !important;
		min-height: 76px !important;
	}

	body.ccs-est1973.home .page-header {
		min-height: var(--ccs-home-header-expanded);
	}

	body.ccs-est1973.home .masthead--homepage {
		margin-top: var(--ccs-home-header-expanded);
	}

	body.ccs-est1973.home .masthead--homepage .btn-group > .btn-tertiary[href^='tel:']::before {
		display: none;
	}

	/* Once the promo row is hidden, retain only the compact mobile/tablet
	   control row instead of the expanded header's empty minimum height.
	   est1973-shell.css fixes the mobile header height with !important. */
	body.ccs-est1973.home .page-header.hideheader.js-scrolled {
		height: 76px !important;
		min-height: 76px;
	}

	body.ccs-est1973.home .masthead--homepage .masthead__flex {
		gap: var(--e73-space-lg);
		grid-template-columns: minmax(0, 1fr) minmax(350px, .9fr);
	}

	body.ccs-est1973.home .masthead--homepage .masthead__hero-team,
	body.ccs-est1973.home .masthead--homepage .masthead__large-image {
		height: 300px;
	}

	body.ccs-est1973.home .full-width-cta__text {
		grid-template-columns: 130px minmax(0, 1fr);
	}

	body.ccs-est1973.home .full-width-cta__man-image {
		height: 160px;
		width: 120px;
	}
}

@media (min-width: 901px) and (max-width: 1199px) {
	body.ccs-est1973.home section.review {
		background: var(--e73-teal);
		border-bottom: 0;
		margin-top: 0 !important;
	}
}

@media (min-width: 601px) and (max-width: 1199px) {
	body.ccs-est1973.home {
		--ccs-home-header-expanded: 132px;
	}

	/* The parent tablet header displays both phone variants and wraps the menu
	   into a second row. Use the desktop phone label plus one menu control. */
	body.ccs-est1973.home .page-header {
		height: auto !important;
	}

	body.ccs-est1973.home .page-header > .container,
	body.ccs-est1973.home .page-header .header-wrap {
		height: 76px;
		min-height: 76px;
	}

	body.ccs-est1973.home .page-header .header-wrap {
		flex-wrap: nowrap;
		padding-block: 10px !important;
	}

	body.ccs-est1973.home .page-header .header-right {
		flex: 0 1 auto;
		flex-wrap: nowrap;
		gap: 16px;
	}

	body.ccs-est1973.home .page-header .header-phone.mobile-phone {
		display: none !important;
	}

	body.ccs-est1973.home .page-header .header-phone.hidden-xs-down {
		font-size: 14px;
		white-space: nowrap;
	}

	body.ccs-est1973.home .page-header .logo {
		flex: 0 1 188px;
		margin: 0;
	}
}

@media (max-width: 900px) {
	body.ccs-est1973.home #main-content > div {
		grid-template-columns: minmax(0, 1fr);
	}

	body.ccs-est1973.home #main-content :is(
		.half-image-text-icon-pullouts,
		.promo-cta,
		.ccs-lead,
		.floating-cta--half-bg-curve
	) {
		grid-column: 1;
	}

	body.ccs-est1973.home #main-content .promo-cta { order: 5; }
	body.ccs-est1973.home #main-content .half-image-half-accordian-links { order: 6; }
	body.ccs-est1973.home #main-content .testimonials { order: 7; }
	body.ccs-est1973.home #main-content .full-width-cta { order: 8; }
	body.ccs-est1973.home #main-content .ccs-lead { order: 9; }
	body.ccs-est1973.home #main-content .floating-cta--half-bg-curve { order: 10; }
	body.ccs-est1973.home #main-content .home-image-text { order: 11; }
	body.ccs-est1973.home #main-content .fx-accordion--service-location { order: 12; }

	body.ccs-est1973.home .masthead--homepage {
		min-height: 690px;
	}

	body.ccs-est1973.home .masthead--homepage .masthead__wrapper {
		padding: 38px 0 126px !important;
	}

	body.ccs-est1973.home .masthead--homepage .masthead__flex {
		grid-template-columns: minmax(0, 1fr);
	}

	body.ccs-est1973.home .masthead--homepage .masthead__text {
		margin: 0 auto;
		max-width: 680px;
		text-align: center;
	}

	body.ccs-est1973.home .masthead--homepage .masthead__text > span,
	body.ccs-est1973.home .masthead--homepage .hero-text h1 {
		margin-inline: auto;
		text-align: center;
	}

	body.ccs-est1973.home .masthead--homepage .btn-group {
		justify-content: center;
	}

	body.ccs-est1973.home .masthead--homepage .masthead__image {
		display: none;
	}

	body.ccs-est1973.home section.review {
		background: transparent;
		border-bottom: 0;
		margin-top: -145px !important;
	}

	body.ccs-est1973.home :is(.half-image-text-icon-pullouts, .promo-cta) {
		margin-block: 0;
		min-height: 0;
	}

	body.ccs-est1973.home .half-image-text-icon-pullouts {
		border: 2px solid var(--e73-ink);
		border-bottom: 0;
		border-radius: var(--e73-radius-xl) var(--e73-radius-xl) 0 0;
		margin: var(--e73-space-xl) 22px 0;
	}

	body.ccs-est1973.home .promo-cta {
		border: 2px solid var(--e73-ink);
		border-radius: 0 0 var(--e73-radius-xl) var(--e73-radius-xl);
		margin: 0 22px;
	}

	body.ccs-est1973.home .half-image-half-accordian-links .fx-accordion__heading,
	body.ccs-est1973.home .fx-accordion--service-location .fx-accordion__heading {
		align-items: start;
		grid-template-columns: minmax(0, 1fr);
	}

	body.ccs-est1973.home .half-image-half-accordian-links .fx-accordion__panels {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	body.ccs-est1973.home .half-image-half-accordian-links .fx-accordion__panel:nth-child(3) {
		border-left: 0;
	}

	body.ccs-est1973.home :is(.ccs-lead, .floating-cta--half-bg-curve) {
		margin-block: 0;
		min-height: 0;
	}

	body.ccs-est1973.home .ccs-lead {
		border: 2px solid var(--e73-ink);
		border-bottom: 0;
		border-radius: var(--e73-radius-xl) var(--e73-radius-xl) 0 0;
		margin: var(--e73-space-xl) 22px 0;
	}

	body.ccs-est1973.home .floating-cta--half-bg-curve {
		border: 2px solid var(--e73-ink);
		border-radius: 0 0 var(--e73-radius-xl) var(--e73-radius-xl);
		margin: 0 22px;
	}

	body.ccs-est1973.home .floating-cta--half-bg-curve .floating-cta__wrapper {
		min-height: 420px;
	}

	body.ccs-est1973.home .home-image-text .row {
		grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
	}

	body.ccs-est1973.home .home-image-text .image-text__img {
		height: 560px !important;
	}

	body.ccs-est1973.home .fx-accordion--service-location {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	body.ccs-est1973.home .testimonials.e73-wall .testimonial-slider {
		grid-auto-columns: calc((100% - var(--e73-space-md)) / 2);
	}

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

	body.ccs-est1973.home .fx-accordion--service-location__map :is(.map, iframe, img) {
		min-height: 360px;
	}

	body.ccs-est1973.home .ccs-home-page2-paths .ccs-city-depth__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.ccs-est1973.home .ccs-home-page2-paths .ccs-city-depth__grid > div:nth-child(3) {
		border-left: 0;
		border-top: 1px solid var(--e73-line);
		grid-column: 1 / -1;
	}
}

@media (max-width: 600px) {
	body.ccs-est1973.home {
		--ccs-home-header-expanded: 131px;
	}

	body.ccs-est1973.home .masthead--homepage {
		min-height: 590px;
	}

	body.ccs-est1973.home .masthead--homepage .masthead__wrapper {
		padding: 28px 0 126px !important;
	}

	body.ccs-est1973.home .masthead--homepage .masthead__text .sub-heading {
		font-size: 15px !important;
	}

	body.ccs-est1973.home .masthead--homepage .masthead__text > span {
		font-size: 15px !important;
	}

	body.ccs-est1973.home .masthead--homepage .hero-text h1 {
		font-size: clamp(30px, 9.4vw, 36px) !important;
		max-width: 17ch !important;
	}

	body.ccs-est1973.home .masthead--homepage .btn-group {
		align-items: stretch;
		flex-direction: column;
		gap: var(--e73-space-sm);
		width: 100%;
	}

	body.ccs-est1973.home .masthead--homepage .btn-group > .btn {
		width: 100% !important;
	}

	body.ccs-est1973.home .masthead--homepage .btn-group > .btn-tertiary[href^='tel:'] {
		justify-content: center;
		font-size: 14px !important;
		padding-inline: 10px !important;
		text-align: center;
	}

	body.ccs-est1973.home .masthead--homepage .btn-group > .btn-tertiary[href^='tel:']::before {
		display: none;
	}

	body.ccs-est1973.home .masthead--homepage .e73-arrive {
		bottom: 16px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		padding-inline: 12px;
	}

	body.ccs-est1973.home .masthead--homepage .e73-arrive li:nth-child(4) {
		border-left: 1px solid var(--e73-porcelain-55);
	}

	body.ccs-est1973.home .masthead--homepage .e73-arrive a {
		font-size: clamp(8.5px, 2.5vw, 10px);
		letter-spacing: .03em;
		min-height: 42px;
		padding: 6px 3px;
	}

	body.ccs-est1973.home section.review {
		height: auto;
		margin-top: 0 !important;
		padding: 8px 12px 16px !important;
	}

	body.ccs-est1973.home section.review .review__col {
		flex-wrap: wrap !important;
		gap: 10px 14px !important;
		padding: 8px 14px !important;
	}

	body.ccs-est1973.home section.review .review__logo {
		height: 40px !important;
	}

	body.ccs-est1973.home section.review .review__logo img {
		height: 36px !important;
		max-width: 88px !important;
	}

	body.ccs-est1973.home :is(.half-image-text-icon-pullouts, .promo-cta) {
		padding-block: var(--e73-space-lg);
	}

	body.ccs-est1973.home .half-image-text-icon-pullouts .container,
	body.ccs-est1973.home .promo-cta__wrap {
		padding-inline: 22px;
	}

	body.ccs-est1973.home .pullouts-image,
	body.ccs-est1973.home .pullouts-image picture,
	body.ccs-est1973.home .pullouts-image img {
		height: auto;
	}

	body.ccs-est1973.home .half-image-text-icon-pullouts .pullouts-image-col {
		display: none !important;
	}

	body.ccs-est1973.home .promo-cta__image {
		height: auto;
	}

	body.ccs-est1973.home .half-image-half-accordian-links {
		padding-block: var(--e73-space-lg);
	}

	body.ccs-est1973.home .half-image-half-accordian-links > .container {
		padding-inline: 12px;
	}

	body.ccs-est1973.home .half-image-half-accordian-links__content {
		border-radius: var(--e73-radius-lg);
		padding: 20px 12px;
	}

	body.ccs-est1973.home .half-image-half-accordian-links .fx-accordion__heading {
		gap: var(--e73-space-sm);
		margin-bottom: var(--e73-space-md);
	}

	body.ccs-est1973.home .half-image-half-accordian-links .fx-accordion__panels {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	body.ccs-est1973.home .half-image-half-accordian-links .fx-accordion__panel__toggle {
		border-bottom: 0 !important;
		font-size: 8px;
		letter-spacing: .05em;
		min-height: 42px;
		padding: 8px;
	}

	body.ccs-est1973.home .half-image-half-accordian-links .fx-accordion__panel__content {
		/* The desktop page-system rule is intentionally important to beat the
		   parent accordion component, so its mobile refinement must match it. */
		padding-inline: 8px !important;
	}

	body.ccs-est1973.home .half-image-half-accordian-links .accordian-icon-links ul li a.a-icon-links {
		/* est1973-home.css owns an older mobile !important size; override that
		   exact declaration so every service label remains on one visible line. */
		font-size: 8px !important;
		grid-template-columns: minmax(0, 1fr) 16px !important;
		line-height: 1.12;
		max-width: 100%;
		min-height: 40px;
		min-width: 0;
		overflow: hidden;
		padding-block: 7px;
		white-space: normal;
		width: 100%;
	}

	body.ccs-est1973.home .half-image-half-accordian-links .accordian-icon-links ul li a.a-icon-links::after {
		font-size: 14px;
	}

	body.ccs-est1973.home .testimonials.e73-wall {
		padding-block: var(--e73-space-lg);
	}

	body.ccs-est1973.home .testimonials.e73-wall .testimonials__heading {
		align-items: start;
		grid-template-columns: minmax(0, 1fr);
	}

	body.ccs-est1973.home .testimonials.e73-wall .additional-cta-buttons {
		grid-column: 1;
		grid-row: auto;
	}

	body.ccs-est1973.home .testimonials.e73-wall .testimonials__heading > a.btn-tertiary {
		grid-column: 1;
		grid-row: auto;
	}

	body.ccs-est1973.home .testimonials.e73-wall .testimonial-slide {
		width: calc(100vw - 62px) !important;
	}

	body.ccs-est1973.home .testimonials.e73-wall .testimonial-slider {
		grid-auto-columns: calc(100vw - 62px);
	}

	body.ccs-est1973.home .full-width-cta {
		padding-block: var(--e73-space-lg);
	}

	body.ccs-est1973.home .full-width-cta__text {
		grid-template-columns: minmax(0, 1fr) !important;
		text-align: center;
	}

	body.ccs-est1973.home .full-width-cta__text > :not(.full-width-cta__man-image) {
		grid-column: 1;
		grid-row: auto;
	}

	body.ccs-est1973.home .full-width-cta__man-image {
		display: none !important;
	}

	body.ccs-est1973.home .full-width-cta .btn-group {
		flex-direction: column;
		width: 100%;
	}

	body.ccs-est1973.home .full-width-cta .btn-group > .btn {
		width: 100% !important;
	}

	body.ccs-est1973.home .ccs-lead {
		padding-block: var(--e73-space-lg);
	}

	body.ccs-est1973.home .ccs-lead > .container {
		padding-inline: 22px;
	}

	body.ccs-est1973.home .ccs-lead__form {
		grid-template-columns: minmax(0, 1fr);
	}

	body.ccs-est1973.home .ccs-lead__row,
	body.ccs-est1973.home .ccs-lead__row--wide,
	body.ccs-est1973.home .ccs-lead__actions,
	body.ccs-est1973.home .ccs-lead__error {
		grid-column: 1;
	}

	body.ccs-est1973.home .ccs-lead__submit {
		width: 100%;
	}

	body.ccs-est1973.home .floating-cta--half-bg-curve .floating-cta__wrapper {
		min-height: 0 !important;
		padding: 28px 22px;
	}

	body.ccs-est1973.home .floating-cta--half-bg-curve .floating-cta__man {
		display: none;
	}

	body.ccs-est1973.home .home-image-text {
		padding-block: var(--e73-space-lg);
	}

	body.ccs-est1973.home .home-image-text > .container {
		border-radius: var(--e73-radius-lg);
		width: calc(100% - 24px);
	}

	body.ccs-est1973.home .home-image-text .row {
		grid-template-columns: minmax(0, 1fr);
	}

	body.ccs-est1973.home .home-image-text .image-text__img {
		height: 250px !important;
		min-height: 250px !important;
	}

	body.ccs-est1973.home .home-image-text .image-text__text {
		padding: 26px 22px;
	}

	body.ccs-est1973.home .fx-accordion--service-location {
		border-radius: var(--e73-radius-lg);
		margin: 0 12px var(--e73-space-lg) !important;
	}

	body.ccs-est1973.home .fx-accordion--service-location__content {
		padding: 24px 18px !important;
	}

	body.ccs-est1973.home .fx-accordion--service-location .accordian-location-links {
		grid-template-columns: minmax(0, 1fr) !important;
		max-height: none;
		overflow: visible;
	}

	body.ccs-est1973.home section.fx-accordion--service-location .fx-accordion__panels,
	body.ccs-est1973.home section.fx-accordion--service-location .fx-accordion__panel {
		height: auto !important;
	}

	body.ccs-est1973.home section.fx-accordion--service-location .fx-accordion__panel .fx-accordion__panel__content {
		height: auto !important;
		max-height: none !important;
	}

	body.ccs-est1973.home .fx-accordion--service-location .accordian-location-links__col {
		border-left: 0;
		border-top: 1px solid var(--e73-line);
		padding: 8px 0;
	}

	body.ccs-est1973.home .fx-accordion--service-location .accordian-location-links__col:first-child {
		border-top: 0;
		padding-left: 0;
	}

	body.ccs-est1973.home .fx-accordion--service-location .accordian-location-links li {
		font-size: 12px;
		min-height: 36px;
		padding-block: 9px;
	}

	body.ccs-est1973.home .accordian-location-links__combo {
		display: block;
	}

	body.ccs-est1973.home .accordian-location-links__sep {
		display: none;
	}

	body.ccs-est1973.home .fx-accordion--service-location__map,
	body.ccs-est1973.home .fx-accordion--service-location__map :is(.map, iframe, img) {
		height: 220px !important;
		min-height: 220px;
	}

	body.ccs-est1973.home .ccs-home-page2-paths {
		border-radius: var(--e73-radius-lg);
		padding: 24px 18px;
		width: calc(100% - 24px);
	}

	body.ccs-est1973.home .ccs-home-page2-paths .ccs-city-depth__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	body.ccs-est1973.home .ccs-home-page2-paths .ccs-city-depth__grid > div,
	body.ccs-est1973.home .ccs-home-page2-paths .ccs-city-depth__grid > div:nth-child(3) {
		border-left: 0;
		border-top: 1px solid var(--e73-line);
		grid-column: 1;
		padding: var(--e73-space-md) 0;
	}

	body.ccs-est1973.home .ccs-home-page2-paths .ccs-city-depth__grid > div:first-child {
		border-top: 0;
	}

	body.ccs-est1973.home .homepage-faq {
		padding-block: var(--e73-space-lg);
	}

	body.ccs-est1973.home .homepage-faq .e73-faq-q {
		font-size: 16px;
	}

	body.ccs-est1973.home .ccs-footer-growth-links {
		padding-block: var(--e73-space-lg);
	}

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

	body.ccs-est1973.home .ccs-footer-growth-links__grid > details {
		border-left: 0;
		border-top: 1px solid var(--e73-line);
		padding: var(--e73-space-sm) 0;
	}

	body.ccs-est1973.home .ccs-footer-growth-links__grid > details:first-child {
		border-top: 0;
	}

	body.ccs-est1973.home .ccs-footer-growth-links summary {
		cursor: pointer;
		min-height: 44px;
		padding: 12px 0;
	}

	body.ccs-est1973.home .ccs-footer-growth-links details:not([open]) > ul {
		display: none !important;
	}

	body.ccs-est1973.home .ccs-captain-wrap .ccs-captain {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	body.ccs-est1973.home .ccs-captain-wrap .ccs-captain__media {
		height: 160px;
	}

	body.ccs-est1973.home .ccs-captain--footer {
		grid-template-columns: minmax(0, 1fr);
		min-height: 0;
		text-align: center;
	}

	body.ccs-est1973.home .ccs-captain--footer .ccs-captain__media {
		display: none;
	}

	body.ccs-est1973.home .ccs-captain--footer .ccs-captain__copy {
		text-align: center;
	}

	body.ccs-est1973.home .footer-seo-services__nav li {
		border-bottom: 1px solid var(--e73-porcelain-12);
		border-right: 0;
		width: 50%;
	}

	body.ccs-est1973.home .footer-seo-services__nav a {
		padding-inline: 0 8px;
	}
}

/* ── Alignment & polish pass ─────────────────────────────────────────── */
body.ccs-est1973.home {
	--ccs-home-measure: 1240px;
	--ccs-home-gutter: 40px;
	--ccs-home-inset: max(40px, calc((100vw - var(--ccs-home-measure)) / 2));
}

body.ccs-est1973.home :is(a.btn, .btn, button.btn) {
	text-decoration: none !important;
}

body.ccs-est1973.home .navbar {
	background: var(--e73-porcelain) !important;
}

body.ccs-est1973.home .desktop-menu__search-inner,
body.ccs-est1973.home .desktop-menu__search-inner input,
body.ccs-est1973.home input[type='search'] {
	background: var(--e73-porcelain);
	border-radius: var(--e73-radius-md);
}

body.ccs-est1973.home .js-search-toggle,
body.ccs-est1973.home .desktop-menu__search-close {
	background: var(--e73-teal);
	border-radius: var(--e73-radius-sm);
	color: var(--e73-porcelain);
}

body.ccs-est1973.home .js-search-toggle i,
body.ccs-est1973.home .desktop-menu__search-close {
	color: var(--e73-porcelain);
}

body.ccs-est1973.home .js-search-toggle:hover,
body.ccs-est1973.home .js-search-toggle:focus-visible,
body.ccs-est1973.home .desktop-menu__search-close:hover,
body.ccs-est1973.home .desktop-menu__search-close:focus-visible {
	background: var(--e73-teal-2);
	color: var(--e73-porcelain);
}

body.ccs-est1973.home .footer-bottom {
	background: var(--e73-dark);
}

body.ccs-est1973.home .ccs-city-depth__grid {
	background: var(--e73-porcelain);
	border-radius: var(--e73-radius-lg);
}

body.ccs-est1973.home .promo-cta__wrap {
	border-radius: 0;
}

body.ccs-est1973.home .floating-cta__wrapper {
	border-radius: var(--e73-radius-xl);
}

body.ccs-est1973.home .fx-location__map {
	border-radius: var(--e73-radius-lg);
}

body.ccs-est1973.home .ccs-captain {
	border-radius: var(--e73-radius-lg);
}

body.ccs-est1973.home .page-header.e73-header-condensed .navbar {
	flex: 1 1 auto;
	height: auto;
	left: auto;
	max-width: none;
	position: static;
	right: auto;
	top: auto;
	transform: none;
	width: auto;
}

body.ccs-est1973.home .page-header.e73-header-condensed .nav-primary > ul {
	flex-wrap: nowrap !important;
	align-items: center;
	height: auto;
	overflow: visible;
}

body.ccs-est1973.home .page-header.e73-header-condensed .e73-more-menu {
	align-items: center;
	align-self: center;
	display: flex !important;
	height: auto;
	margin: 0;
	position: relative;
	top: 0;
}

body.ccs-est1973.home .page-header.e73-header-condensed .e73-more-menu__toggle {
	background: transparent;
	height: 44px;
	margin: 0;
}

body.ccs-est1973.home .page-header.e73-header-condensed .e73-more-menu__submenu {
	top: calc(100% + 6px);
}

body.ccs-est1973.home .masthead--homepage {
	min-height: 560px;
	overflow: hidden;
}

body.ccs-est1973.home .masthead--homepage .masthead__wave {
	display: none;
}

body.ccs-est1973.home .masthead--homepage .container {
	max-width: var(--ccs-home-measure);
	padding-inline: 0;
}

body.ccs-est1973.home .masthead--homepage .masthead__text {
	margin: 0;
	padding: 0;
}

body.ccs-est1973.home .masthead--homepage .masthead__text > span {
	color: var(--e73-butter-2);
	font-family: var(--e73-font-slab);
	font-size: 13px !important;
	font-weight: 700;
	letter-spacing: .14em;
	line-height: 1.3 !important;
	margin: 0 0 10px !important;
	text-transform: uppercase;
}

body.ccs-est1973.home .masthead--homepage .masthead__image,
body.ccs-est1973.home .masthead--homepage .e73-promo {
	justify-self: stretch;
	margin: 0;
	max-width: none;
	width: 100%;
}

body.ccs-est1973.home .e73-promo__arrow {
	inset-inline: auto;
	top: 50%;
	transform: translateY(-50%);
}

body.ccs-est1973.home .e73-promo__arrow--prev {
	left: 12px;
}

body.ccs-est1973.home .e73-promo__arrow--next {
	right: 12px;
}

body.ccs-est1973.home .masthead--homepage .e73-arrive {
	bottom: 0;
	left: var(--ccs-home-inset);
	max-width: var(--ccs-home-measure);
	padding: 0;
	right: auto;
	transform: none !important;
	width: min(var(--ccs-home-measure), calc(100vw - (2 * var(--ccs-home-inset)))) !important;
}

body.ccs-est1973.home section.review {
	background: var(--e73-teal) !important;
	border: 0 !important;
	display: flex;
	height: auto;
	justify-content: center;
	margin: 0 !important;
	min-height: 0;
	padding: 10px var(--ccs-home-inset) 20px !important;
}

body.ccs-est1973.home section.review > .container {
	display: flex !important;
	justify-content: center !important;
	margin: 0 auto !important;
	max-width: var(--ccs-home-measure) !important;
	padding: 0 !important;
	width: 100% !important;
}

body.ccs-est1973.home section.review .review__col {
	align-items: center;
	background: var(--e73-porcelain) !important;
	border: 2px solid var(--e73-ink) !important;
	border-radius: 999px !important;
	box-shadow: var(--e73-shadow-card) !important;
	display: flex !important;
	flex-wrap: nowrap !important;
	gap: clamp(16px, 2.4vw, 36px) !important;
	grid-template-columns: none !important;
	justify-content: center !important;
	margin: 0 auto !important;
	max-width: none !important;
	padding: 8px 28px !important;
	width: auto !important;
}

body.ccs-est1973.home section.review .review__logo,
body.ccs-est1973.home section.review .review__logo:nth-child(n) {
	align-items: center;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	display: flex !important;
	flex: 0 0 auto !important;
	height: 48px !important;
	justify-content: center;
	margin: 0 !important;
	overflow: visible !important;
	padding: 0 !important;
	transform: none !important;
	width: auto !important;
}

body.ccs-est1973.home section.review .review__logo > a {
	align-items: center;
	display: flex !important;
	height: 100%;
	justify-content: center;
}

body.ccs-est1973.home section.review .review__logo img {
	display: block !important;
	height: 44px !important;
	max-height: 44px !important;
	max-width: 120px !important;
	object-fit: contain !important;
	width: auto !important;
}

body.ccs-est1973.home #main-content > div {
	grid-template-columns: var(--ccs-home-inset) minmax(0, 1fr) minmax(0, 1fr) var(--ccs-home-inset);
}

body.ccs-est1973.home #main-content .half-image-text-icon-pullouts,
body.ccs-est1973.home #main-content .ccs-lead {
	grid-column: 2;
}

body.ccs-est1973.home #main-content .promo-cta,
body.ccs-est1973.home #main-content .floating-cta--half-bg-curve {
	grid-column: 3;
}

body.ccs-est1973.home #main-content .half-image-text-icon-pullouts,
body.ccs-est1973.home #main-content .promo-cta {
	align-content: stretch;
	align-items: stretch;
	border: 2px solid var(--e73-ink);
	box-sizing: border-box;
	display: grid;
	margin: 0;
	min-height: 0;
	padding-block: var(--e73-space-md) !important;
	padding-inline: 0 !important;
}

body.ccs-est1973.home #main-content .half-image-text-icon-pullouts {
	border-radius: var(--e73-radius-xl) 0 0 var(--e73-radius-xl);
	border-right: 1px solid var(--e73-line);
	margin-left: 0;
}

body.ccs-est1973.home #main-content .promo-cta {
	border-left: 0;
	border-radius: 0 var(--e73-radius-xl) var(--e73-radius-xl) 0;
	margin-right: 0;
}

body.ccs-est1973.home .half-image-text-icon-pullouts .container {
	align-items: stretch !important;
	box-sizing: border-box;
	display: flex !important;
	flex-direction: column;
	height: 100% !important;
	padding: 0 var(--e73-space-md) !important;
	width: 100%;
}

body.ccs-est1973.home .promo-cta__wrap {
	align-items: stretch !important;
	align-self: stretch;
	box-sizing: border-box;
	display: grid !important;
	gap: var(--e73-space-md);
	grid-template-rows: minmax(0, 1fr) auto;
	height: 100% !important;
	min-height: 100%;
	overflow: visible;
	padding: 0 var(--e73-space-md) !important;
	width: 100%;
}

body.ccs-est1973.home .promo-cta__image {
	grid-row: 2;
	height: auto;
	object-fit: cover;
	width: 100%;
}

body.ccs-est1973.home .half-image-text-icon-pullouts__text,
body.ccs-est1973.home .promo-cta__content {
	align-content: start;
	display: grid !important;
	flex: 0 0 auto;
	gap: 14px 12px;
	grid-template-columns: auto auto minmax(0, 1fr);
	grid-template-rows: auto auto auto auto;
	justify-content: start !important;
	height: auto;
	justify-items: start !important;
	max-width: none !important;
	min-height: 0;
	padding: 0 !important;
	width: 100% !important;
}

body.ccs-est1973.home .half-image-text-icon-pullouts__text > .sub-heading,
body.ccs-est1973.home .half-image-text-icon-pullouts__text > h2,
body.ccs-est1973.home .half-image-text-icon-pullouts__text > p:not(:has(.btn)),
body.ccs-est1973.home .promo-cta__content > .sub-heading,
body.ccs-est1973.home .promo-cta__content > h2,
body.ccs-est1973.home .promo-cta__content > .highlighted-text,
body.ccs-est1973.home .promo-cta__content > p {
	grid-column: 1 / -1;
}

body.ccs-est1973.home .half-image-text-icon-pullouts__text > p:has(.btn) {
	align-self: start;
	grid-column: 1;
	grid-row: 4;
	margin: 0;
}

body.ccs-est1973.home .half-image-text-icon-pullouts__text > a.e73-call-btn {
	align-self: start;
	grid-column: 2;
	grid-row: 4;
	margin-left: 12px;
}

body.ccs-est1973.home .promo-cta__content > a.btn {
	align-self: start;
	grid-column: 1;
	grid-row: 4;
	margin-top: 10px;
}

body.ccs-est1973.home .half-image-text-icon-pullouts .pullouts-image-col {
	order: 4;
}

body.ccs-est1973.home .half-image-text-icon-pullouts a.btn {
	order: 5;
}

body.ccs-est1973.home .half-image-text-icon-pullouts a.btn,
body.ccs-est1973.home .promo-cta a.btn {
	align-self: start;
	background: var(--e73-butter) !important;
	border: 2px solid var(--e73-butter) !important;
	border-radius: var(--e73-radius-sm);
	box-shadow: var(--e73-shadow-btn-butter) !important;
	color: var(--e73-ink) !important;
	text-decoration: none !important;
}

body.ccs-est1973.home .promo-cta .highlighted-text::before,
body.ccs-est1973.home .promo-cta .highlighted-text::after,
body.ccs-est1973.home .promo-cta::before,
body.ccs-est1973.home .promo-cta::after {
	content: none !important;
	display: none !important;
}

body.ccs-est1973.home .pullouts-image,
body.ccs-est1973.home .pullouts-image img {
	box-shadow: none;
	filter: none;
}

/* The 190px media row plus overflow:hidden clipped both photos through
   their frames. Size each well to 16/9, keep the van composition whole,
   and give the pair a soft handoff into the service board. */
body.ccs-est1973.home #main-content .half-image-text-icon-pullouts,
body.ccs-est1973.home #main-content .promo-cta {
	overflow: visible;
}

body.ccs-est1973.home .promo-cta__wrap {
	overflow: visible;
}

body.ccs-est1973.home .pullouts-image {
	aspect-ratio: 16 / 9;
	background: var(--e73-porcelain);
	overflow: hidden;
}

body.ccs-est1973.home .pullouts-image picture,
body.ccs-est1973.home .pullouts-image img,
body.ccs-est1973.home .pullouts-image .ccs-pullouts-van {
	height: 100%;
	object-fit: contain;
	object-position: center;
}

body.ccs-est1973.home .promo-cta__image {
	aspect-ratio: 16 / 9;
	max-height: none !important;
	object-fit: cover;
	object-position: center 28%;
}

body.ccs-est1973.home #main-content .half-image-half-accordian-links {
	background-image:
		linear-gradient(to bottom, var(--e73-porcelain) 0, transparent var(--e73-flow-depth)),
		linear-gradient(to top, var(--e73-cream) 0, transparent var(--e73-flow-depth)),
		radial-gradient(rgba(43, 29, 18, .07) 1.2px, transparent 1.3px) !important;
	background-position: 0 0, 0 0, 0 0;
	background-size: 100% 100%, 100% 100%, 22px 22px !important;
	margin-top: var(--e73-space-lg);
}

body.ccs-est1973.home section.masthead--homepage {
	padding-block: 0 !important;
}

body.ccs-est1973.home section:not(.review):not(.masthead--homepage) {
	padding-block: var(--e73-space-md) !important;
}

body.ccs-est1973.home :is(.full-width-cta, .testimonials.e73-wall) {
	padding-block: var(--e73-space-lg) !important;
}

body.ccs-est1973.home :is(.ccs-lead, .floating-cta--half-bg-curve) {
	min-height: 0;
	padding-block: var(--e73-space-md) !important;
}

body.ccs-est1973.home .e73-marquee {
	padding-block: 0 !important;
}

body.ccs-est1973.home .testimonials.e73-wall .testimonials__heading > a.btn-tertiary,
body.ccs-est1973.home .home-image-text a.btn,
body.ccs-est1973.home .image-text__text a.btn,
body.ccs-est1973.home .masthead--homepage a.btn,
body.ccs-est1973.home .floating-cta a.btn,
body.ccs-est1973.home .full-width-cta a.btn {
	text-decoration: none !important;
}

@media (min-width: 1200px) {
	body.ccs-est1973.home .masthead--homepage .masthead__wrapper {
		padding-bottom: 64px !important;
	}
}

@media (max-width: 1199px) {
	body.ccs-est1973.home #main-content > div {
		grid-template-columns: minmax(0, 1fr);
	}

	body.ccs-est1973.home #main-content .half-image-text-icon-pullouts,
	body.ccs-est1973.home #main-content .promo-cta,
	body.ccs-est1973.home #main-content .ccs-lead,
	body.ccs-est1973.home #main-content .floating-cta--half-bg-curve {
		grid-column: 1;
	}

	body.ccs-est1973.home #main-content .half-image-text-icon-pullouts,
	body.ccs-est1973.home #main-content .promo-cta {
		border: 2px solid var(--e73-ink);
		margin-inline: 22px;
	}

	body.ccs-est1973.home #main-content .half-image-text-icon-pullouts {
		border-bottom: 0;
		border-radius: var(--e73-radius-xl) var(--e73-radius-xl) 0 0;
	}

	body.ccs-est1973.home #main-content .promo-cta {
		border-left: 2px solid var(--e73-ink);
		border-radius: 0 0 var(--e73-radius-xl) var(--e73-radius-xl);
	}

	body.ccs-est1973.home section.review {
		margin-top: 0 !important;
	}
}

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

/* ── Visual audit polish (P0–P2) ───────────────────────────────────── */
body.ccs-est1973.home {
	--ccs-home-gutter: 40px;
	--e73-fs-h1: clamp(40px, 4.6vw, 56px);
	--e73-fs-h2: clamp(28px, 3vw, 40px);
	--e73-fs-h3: clamp(18px, 1.8vw, 24px);
}

body.ccs-est1973.home h1 {
	font-family: var(--e73-font-slab);
	font-size: var(--e73-fs-h1);
	text-transform: none;
}

body.ccs-est1973.home h2,
body.ccs-est1973.home .home-image-text h2,
body.ccs-est1973.home .home-image-text .image-text__text h2,
body.ccs-est1973.home .image-text__text h2,
body.ccs-est1973.home .floating-cta h2,
body.ccs-est1973.home .testimonials.e73-wall h2 {
	font-family: var(--e73-font-slab) !important;
	font-size: clamp(28px, 3vw, 40px) !important;
	letter-spacing: 0;
	text-align: left;
	text-transform: none !important;
}

body.ccs-est1973.home h3 {
	font-family: var(--e73-font-slab) !important;
	font-size: var(--e73-fs-h3) !important;
	text-align: left;
}

body.ccs-est1973.home .homepage-faq h2,
body.ccs-est1973.home .ccs-footer-growth-links > h2,
body.ccs-est1973.home .ccs-home-page2-paths > h2 {
	margin-inline: 0 !important;
	max-width: none;
	text-align: left !important;
	width: 100%;
}

body.ccs-est1973.home .testimonials.e73-wall .testimonials__heading h2,
body.ccs-est1973.home .home-image-text h2,
body.ccs-est1973.home .floating-cta h2 {
	font-size: var(--e73-fs-h2) !important;
}

body.ccs-est1973.home .ccs-captain:not(.ccs-captain--footer) a.ccs-captain__cta {
	align-items: center;
	background: var(--e73-butter) !important;
	border-color: var(--e73-butter) !important;
	box-shadow: 0 6px 0 var(--e73-ink) !important;
	color: var(--e73-ink) !important;
	display: inline-flex;
	gap: 8px;
}

body.ccs-est1973.home .ccs-captain a.ccs-captain__cta span,
body.ccs-est1973.home .ccs-captain:not(.ccs-captain--footer) a.ccs-captain__cta span {
	background: none !important;
	box-shadow: none !important;
	color: inherit !important;
	display: inline;
	padding: 0 !important;
}

body.ccs-est1973.home[class][class] .ccs-captain a.ccs-captain__cta,
body.ccs-est1973.home[class][class] .ccs-captain a.ccs-captain__cta--secondary {
	--e73-action-bg: #E8B84B;
	--e73-action-border: #E8B84B;
	--e73-action-color: #2A211A;
	--e73-action-shadow: 0 6px 0 #2A211A;
	background: #E8B84B !important;
	border-color: #E8B84B !important;
	box-shadow: 0 6px 0 #2A211A !important;
	color: #2A211A !important;
}

body.ccs-est1973.home .e73-promo__plate--cream {
	background: linear-gradient(90deg, rgba(36, 28, 20, .92) 0, rgba(36, 28, 20, .78) 72%, rgba(36, 28, 20, .2) 100%);
	border-radius: 0 var(--e73-radius-md) var(--e73-radius-md) 0;
}

body.ccs-est1973.home .e73-promo__plate--ink {
	background: linear-gradient(90deg, rgba(255, 250, 238, .96) 0, rgba(255, 250, 238, .86) 72%, rgba(255, 250, 238, .2) 100%);
	border-radius: 0 var(--e73-radius-md) var(--e73-radius-md) 0;
}

body.ccs-est1973.home .e73-promo__plate--cream .e73-promo__plate-kicker {
	color: var(--e73-butter-2);
}

body.ccs-est1973.home .e73-promo__plate--cream .e73-promo__plate-headline,
body.ccs-est1973.home .e73-promo__plate--cream .e73-promo__plate-sub {
	color: var(--e73-porcelain);
	text-shadow: none;
}

body.ccs-est1973.home .e73-promo {
	padding-bottom: 64px;
}

body.ccs-est1973.home .e73-promo__plate {
	bottom: 64px;
	top: 0;
}

body.ccs-est1973.home .e73-promo__controls {
	align-items: center;
	bottom: 10px;
	display: flex;
	gap: 12px;
	justify-content: center;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: auto;
	z-index: 5;
}

body.ccs-est1973.home .e73-promo__dots,
body.ccs-est1973.home .e73-promo__dots[hidden] {
	display: flex !important;
	flex: 0 0 auto;
	gap: 8px;
	justify-content: center;
	left: auto;
	position: static;
	right: auto;
	width: auto;
}

body.ccs-est1973.home .e73-promo__arrow,
body.ccs-est1973.home .e73-promo__arrow--prev,
body.ccs-est1973.home .e73-promo__arrow--next,
body.ccs-est1973.home .e73-promo__arrow[hidden] {
	bottom: auto;
	display: inline-flex !important;
	left: auto;
	margin: 0;
	position: static;
	right: auto;
	top: auto;
	transform: none;
}

body.ccs-est1973.home .toggle-menu.hidden-lg,
body.ccs-est1973.home button.toggle-menu {
	background: var(--e73-teal) !important;
	border-radius: 6px !important;
	color: var(--e73-porcelain) !important;
	height: 44px;
	min-height: 44px;
	min-width: 44px;
	width: 44px;
}

body.ccs-est1973.home .page-header.e73-header-condensed .header-phone,
body.ccs-est1973.home .page-header.e73-header-condensed .header-phone a,
body.ccs-est1973.home .page-header.e73-header-condensed .header-phone i {
	align-items: center;
	display: inline-flex;
	line-height: 1;
	margin: 0;
	position: static;
	vertical-align: middle;
}

body.ccs-est1973.home details.ccs-linkfold summary {
	align-items: center;
	cursor: pointer;
	display: flex !important;
	gap: 12px;
	justify-content: space-between;
	list-style: none;
}

body.ccs-est1973.home details.ccs-linkfold summary::marker,
body.ccs-est1973.home details.ccs-linkfold summary::-webkit-details-marker {
	content: '';
	display: none;
}

body.ccs-est1973.home details.ccs-linkfold summary::after {
	color: var(--e73-teal);
	content: '+';
	flex: 0 0 auto;
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
	transform: none;
}

body.ccs-est1973.home details.ccs-linkfold[open] summary::after {
	content: '−';
	transform: none;
}

body.ccs-est1973.home details.ccs-linkfold summary:hover,
body.ccs-est1973.home details.ccs-linkfold summary:focus-visible {
	color: var(--e73-teal-2);
}

body.ccs-est1973.home details.ccs-linkfold:not([open]) {
	min-height: 0;
	padding-block: var(--e73-space-sm);
}

body.ccs-est1973.home .ccs-home-page2-paths .ccs-city-depth__grid,
body.ccs-est1973.home .fx-accordion--service-location .accordian-location-links,
body.ccs-est1973.home .accordian-location-links {
	max-height: none !important;
	overflow: visible !important;
}

body.ccs-est1973.home .masthead--homepage .container {
	padding-inline: var(--ccs-home-gutter);
}

body.ccs-est1973.home .nav-primary > ul {
	align-items: center;
}

body.ccs-est1973.home .nav-primary > ul > li,
body.ccs-est1973.home .nav-primary > ul > li > a {
	align-items: center;
	display: flex;
	line-height: 1;
}

body.ccs-est1973.home .testimonials.e73-wall .testimonials__heading {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

body.ccs-est1973.home .testimonials.e73-wall .testimonials__heading h2 {
	flex: 1 1 auto;
	margin-right: auto;
}

body.ccs-est1973.home .testimonials.e73-wall .testimonial-slide-item::before,
body.ccs-est1973.home .testimonials.e73-wall .testimonial-slide-item::after {
	content: none !important;
	display: none !important;
}

body.ccs-est1973.home .testimonials.e73-wall .testimonial-slider {
	align-items: stretch;
	justify-content: stretch;
	width: 100%;
}

body.ccs-est1973.home .testimonials.e73-wall .testimonial-slide-item {
	align-items: start;
	min-height: 100%;
}

body.ccs-est1973.home .ccs-lead__input,
body.ccs-est1973.home .ccs-lead__form input,
body.ccs-est1973.home .ccs-lead__form textarea,
body.ccs-est1973.home .ccs-lead textarea {
	background: var(--e73-porcelain) !important;
	border: 1px solid var(--e73-line) !important;
	border-radius: var(--e73-radius-sm) !important;
	color: var(--e73-ink) !important;
	min-height: 48px;
}

body.ccs-est1973.home .ccs-lead__form input:focus,
body.ccs-est1973.home .ccs-lead__form textarea:focus,
body.ccs-est1973.home .ccs-lead__input:focus {
	border-color: var(--e73-teal) !important;
	box-shadow: 0 0 0 3px rgba(14, 107, 99, .22);
	outline: none;
}

body.ccs-est1973.home #main-content .ccs-lead,
body.ccs-est1973.home #main-content .floating-cta--half-bg-curve {
	align-self: stretch;
	min-height: 100%;
}

body.ccs-est1973.home .ccs-captain__media,
body.ccs-est1973.home .ccs-captain-wrap .ccs-captain__media {
	overflow: visible;
}

body.ccs-est1973.home .ccs-captain__eyebrow,
body.ccs-est1973.home .floating-cta__eyebrow,
body.ccs-est1973.home .full-width-cta__highlight-text {
	font-family: var(--e73-font-slab);
	letter-spacing: .14em;
	text-align: left;
	text-transform: uppercase;
}

body.ccs-est1973.home .promo-cta .highlighted-text {
	align-items: baseline;
	color: var(--e73-red);
	display: inline-flex;
	font-family: var(--e73-font-slab) !important;
	font-size: clamp(36px, 4vw, 52px) !important;
	font-weight: 800;
	line-height: 1;
}

body.ccs-est1973.home #main-content .promo-cta {
	background: var(--e73-paper);
	box-shadow: var(--e73-shadow-card);
}

body.ccs-est1973.home .footer-bottom,
body.ccs-est1973.home .footer-bottom .container,
body.ccs-est1973.home .footer-bottom nav,
body.ccs-est1973.home .footer-bottom ul {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

body.ccs-est1973.home .footer-bottom a,
body.ccs-est1973.home .footer-bottom .back-to-top,
body.ccs-est1973.home .footer-bottom [href='#'] {
	font-size: 16px;
	line-height: 1;
}

body.ccs-est1973.home .footer-social a,
body.ccs-est1973.home .footer-main .social a {
	color: var(--e73-butter-2);
}

body.ccs-est1973.home .footer-social a:hover,
body.ccs-est1973.home .footer-social a:focus-visible,
body.ccs-est1973.home .footer-main .social a:hover,
body.ccs-est1973.home .footer-main .social a:focus-visible {
	color: var(--e73-porcelain);
}

body.ccs-est1973.home .footer-seo-services__nav ul {
	border: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 10px;
}

body.ccs-est1973.home .footer-seo-services__nav li {
	border: 1px solid var(--e73-porcelain-12);
	border-radius: 999px;
}

body.ccs-est1973.home .footer-seo-services__nav a {
	padding: 6px 12px;
}

body.ccs-est1973.home .half-image-half-accordian-links .accordian-icon-links a.a-icon-links {
	align-items: center;
	min-height: 44px;
}

body.ccs-est1973.home .accordian-location-links li,
body.ccs-est1973.home .fx-accordion--service-location .accordian-location-links li {
	align-items: flex-start;
	display: flex;
}

body.ccs-est1973.home .testimonials.e73-wall + .full-width-cta,
body.ccs-est1973.home .full-width-cta {
	box-shadow: none;
}

body.ccs-est1973.home .full-width-cta::after {
	display: none;
}

body.ccs-est1973.home .masthead--homepage .e73-arrive {
	box-sizing: border-box;
	left: 0;
	max-width: 100%;
	overflow: hidden;
	padding-inline: 16px;
	transform: none !important;
	width: 100% !important;
}

body.ccs-est1973.home .page-header .container,
body.ccs-est1973.home #main-content .container,
body.ccs-est1973.home .page-footer .container,
body.ccs-est1973.home .testimonials.e73-wall .testimonials__wrapper,
body.ccs-est1973.home .homepage-faq > .container,
body.ccs-est1973.home .ccs-footer-growth-links > .container {
	box-sizing: border-box;
	margin-inline: auto;
	max-width: var(--ccs-home-measure);
	padding-inline: var(--ccs-home-gutter);
	width: 100%;
}

body.ccs-est1973.home .masthead--homepage h1 {
	text-wrap: pretty;
}

body.ccs-est1973.home .masthead--homepage .e73-h1-focus {
	white-space: nowrap;
}

body.ccs-est1973.home .testimonials.e73-wall .testimonials__heading {
	align-items: center;
	display: flex !important;
	flex-wrap: wrap;
	gap: 16px;
}

body.ccs-est1973.home .testimonials.e73-wall .testimonial-slide-item .testimonial-author,
body.ccs-est1973.home .testimonials.e73-wall .testimonial-slide-item .author,
body.ccs-est1973.home .testimonials.e73-wall .google-review,
body.ccs-est1973.home .e73-wall .testimonial-slide-item__author {
	align-items: center;
	display: flex;
	gap: 10px;
	min-width: 0;
}

body.ccs-est1973.home .testimonials.e73-wall .testimonial-slide-item img[alt*='Google'],
body.ccs-est1973.home .testimonials.e73-wall .google-logo,
body.ccs-est1973.home .e73-wall .testimonial-slide-item img {
	flex: 0 0 auto;
}

body.ccs-est1973.home .footer-certificate {
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 32px;
}

body.ccs-est1973.home .footer-certificate img,
body.ccs-est1973.home .footer-certificate__icon {
	height: auto !important;
	max-height: none;
	object-fit: contain;
	width: 100px !important;
}

body.ccs-est1973.home .footer-bottom,
body.ccs-est1973.home .footer-bottom .container,
body.ccs-est1973.home .footer-bottom__wrapper,
body.ccs-est1973.home .footer-bottom__wrapper ul {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 16px 24px;
}

body.ccs-est1973.home .footer-bottom__wrapper ul li,
body.ccs-est1973.home .footer-bottom__wrapper a,
body.ccs-est1973.home .footer-bottom .back-to-top,
body.ccs-est1973.home .footer-bottom .back-to-top button {
	align-items: center;
	color: var(--e73-porcelain);
	display: inline-flex;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1.2;
	margin: 0;
	vertical-align: middle;
}

body.ccs-est1973.home .footer-bottom .back-to-top {
	margin-left: auto;
}

body.ccs-est1973.home .footer-bottom .back-to-top button i,
body.ccs-est1973.home .footer-bottom .back-to-top .icon-top-arrow {
	background: var(--e73-teal);
	border-radius: 50%;
	color: var(--e73-porcelain);
}

body.ccs-est1973.home .footer-top i,
body.ccs-est1973.home .footer-social a,
body.ccs-est1973.home .page-footer .icon-schedule,
body.ccs-est1973.home .page-footer .icon-star,
body.ccs-est1973.home .page-footer [class^='icon-'] {
	color: var(--e73-butter);
	font-size: 16px;
}

body.ccs-est1973.home .footer-social ul {
	align-items: center;
	display: flex;
	gap: 14px;
}

body.ccs-est1973.home .footer-social a {
	align-items: center;
	color: var(--e73-butter-2) !important;
	display: inline-flex;
	font-size: 22px;
}

body.ccs-est1973.home .desktop-menu__search {
	clip: rect(0 0 0 0);
	height: 0 !important;
	left: 0;
	overflow: hidden !important;
	pointer-events: none;
	position: absolute !important;
	visibility: hidden;
	width: 0 !important;
}

body.ccs-est1973.home .desktop-menu__search.js-search-active,
body.ccs-est1973.home .desktop-menu__search[aria-hidden='false'] {
	clip: auto;
	height: auto !important;
	overflow: visible !important;
	pointer-events: auto;
	visibility: visible;
	width: auto !important;
}

body.ccs-est1973.home .header-notification-bar__cta,
body.ccs-est1973.home .header-notification-bar__dismiss {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	min-height: 32px;
	min-width: 32px;
}

body.ccs-est1973.home #main-content .ccs-lead,
body.ccs-est1973.home #main-content .floating-cta--half-bg-curve {
	align-self: stretch;
}

body.ccs-est1973.home .half-image-half-accordian-links .fx-accordion__panel::before,
body.ccs-est1973.home .half-image-half-accordian-links .fx-accordion__heading::before,
body.ccs-est1973.home .half-image-half-accordian-links .fx-accordion__panels::before {
	display: none !important;
}

@media (max-width: 767px) {
	body.ccs-est1973.home {
		--ccs-home-gutter: 20px;
		--ccs-home-inset: 20px;
	}

	body.ccs-est1973.home .masthead--homepage .container,
	body.ccs-est1973.home .masthead--homepage .masthead__wrapper,
	body.ccs-est1973.home .masthead--homepage .masthead__text,
	body.ccs-est1973.home .masthead--homepage .btn-group {
		padding-inline: 20px !important;
		text-align: left !important;
	}

	body.ccs-est1973.home .masthead--homepage .masthead__text,
	body.ccs-est1973.home .masthead--homepage .sub-heading,
	body.ccs-est1973.home .masthead--homepage h1,
	body.ccs-est1973.home .masthead--homepage .e73-h1-focus,
	body.ccs-est1973.home .masthead--homepage .hero-text {
		margin-inline: 0 !important;
		text-align: left !important;
	}

	body.ccs-est1973.home .masthead--homepage .btn-group {
		justify-content: flex-start;
	}

	body.ccs-est1973.home .masthead--homepage .e73-arrive {
		box-sizing: border-box;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		left: 0;
		max-width: 100%;
		overflow: hidden;
		padding-inline: 16px !important;
		right: 0;
		width: 100% !important;
	}

	body.ccs-est1973.home .masthead--homepage .e73-arrive a {
		font-size: 11px !important;
		letter-spacing: .04em;
		padding: 8px 6px;
		white-space: normal;
	}

	body.ccs-est1973.home .header-phone.mobile-phone a {
		align-items: center;
		background: var(--e73-teal);
		border-radius: 6px;
		color: var(--e73-porcelain);
		display: inline-flex;
		height: 44px;
		justify-content: center;
		width: 44px;
	}

	body.ccs-est1973.home .footer-certificate {
		margin-bottom: 32px;
	}

	body.ccs-est1973.home .footer-bottom__wrapper {
		align-items: flex-start;
		flex-direction: column;
	}

	body.ccs-est1973.home .footer-bottom .back-to-top {
		margin-left: 0;
		margin-top: 8px;
	}
}

/* ═══ Pullouts action row on small screens (2026-08-17) ═══
   The two-column action grid squeezed "Book Now" into 63px and the call
   button into 56px, clipping both labels. Stack the actions full-width. */
@media (max-width: 767px) {
	body.ccs-est1973.home .half-image-text-icon-pullouts__text {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	body.ccs-est1973.home .half-image-text-icon-pullouts__text > p:has(.btn),
	body.ccs-est1973.home .half-image-text-icon-pullouts__text > a.e73-call-btn {
		grid-column: 1 !important;
		grid-row: auto !important;
		justify-self: start;
		margin-left: 0 !important;
	}

	body.ccs-est1973.home .half-image-text-icon-pullouts__text > a.e73-call-btn {
		margin-top: 10px;
	}

	body.ccs-est1973.home .half-image-text-icon-pullouts__text .btn,
	body.ccs-est1973.home .e73-call-btn {
		white-space: nowrap;
	}
}
