/**
 * Est. 1973 service-page layout system.
 *
 * Last word after est1973-service.css + est1973-service-unify.css.
 * One rhythm, compact opening pair, contained map, compact close.
 * Copy, headings, FAQ answers, city links, and NAP stay untouched.
 */

body.ccs-est1973.ccs-service-family .e73-inner-main,
body.ccs-est1973 .e73-inner-main {
	--e73-band: clamp(22px, 2.6vw, 36px);
	--e73-gap: 18px;
	--e73-card-pad: clamp(18px, 2.2vw, 28px);
}

/* ── Shared rhythm ── */
body.ccs-est1973 .e73-inner-main > * + * {
	margin-top: var(--e73-gap) !important;
}
body.ccs-est1973 .e73-inner-main section.fx-block {
	padding-top: var(--e73-band) !important;
	padding-bottom: var(--e73-band) !important;
}

/* ── Leftover AEO dek: one quiet line, not a third intro ── */
body.ccs-est1973 .e73-inner-main > .ccs-answer-block {
	padding: 4px 0 2px !important;
	margin-bottom: 0 !important;
}
body.ccs-est1973 .e73-inner-main > .ccs-answer-block p {
	font-size: 15px !important;
	line-height: 1.45 !important;
	max-width: 72ch;
}

/* ════════════════════════════════════════
   Opening pair — two tickets, natural height
   ════════════════════════════════════════ */
@media (min-width: 1024px) {
	body.ccs-est1973 .e73-inner-main:has(> .ccs-repair-launch) {
		display: grid;
		grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.85fr);
		column-gap: 20px;
		align-items: start;
	}
	body.ccs-est1973 .e73-inner-main:has(> .ccs-repair-launch) > .ccs-answer-block {
		grid-column: 1 / -1;
	}
	body.ccs-est1973 .e73-inner-main:has(> .ccs-repair-launch) > .ccs-answer-card,
	body.ccs-est1973 .e73-inner-main > .ccs-repair-launch {
		grid-row: 2;
		align-self: start !important;
		height: auto !important;
		min-height: 0 !important;
	}
	body.ccs-est1973 .e73-inner-main:has(> .ccs-repair-launch) > .ccs-answer-card {
		grid-column: 1;
	}
	body.ccs-est1973 .e73-inner-main > .ccs-repair-launch {
		grid-column: 2;
	}
	body.ccs-est1973 .e73-inner-main:has(> .ccs-repair-launch) > *:not(.ccs-answer-block):not(.ccs-answer-card):not(.ccs-repair-launch) {
		grid-column: 1 / -1;
	}
}

body.ccs-est1973 .e73-inner-main > .ccs-answer-card,
body.ccs-est1973 .e73-inner-main > .ccs-repair-launch {
	padding: var(--e73-card-pad) !important;
	margin-top: 0 !important;
}

body.ccs-est1973 .e73-inner-main .ccs-answer-card h2,
body.ccs-est1973 .e73-inner-main .ccs-repair-launch h2 {
	font-size: clamp(1.15rem, 1.7vw, 1.45rem) !important;
	line-height: 1.22 !important;
	letter-spacing: .02em !important;
	margin: 6px 0 10px !important;
	max-width: none !important;
}

body.ccs-est1973 .e73-inner-main .ccs-answer-card > p,
body.ccs-est1973 .e73-inner-main .ccs-repair-launch > p {
	font-size: 15.5px !important;
	line-height: 1.45 !important;
	margin: 0 0 12px !important;
}

body.ccs-est1973 .e73-inner-main .ccs-answer-card__proof {
	display: grid !important;
	grid-template-columns: 1fr 1fr;
	gap: 6px 10px !important;
	margin: 0 0 14px !important;
}
body.ccs-est1973 .e73-inner-main .ccs-answer-card__proof li {
	padding: 6px 8px 6px 26px !important;
	font-size: 13.5px !important;
	line-height: 1.3 !important;
}

body.ccs-est1973 .e73-inner-main .ccs-answer-card__actions,
body.ccs-est1973 .e73-inner-main .ccs-repair-launch__actions {
	display: flex !important;
	flex-wrap: wrap;
	gap: 8px !important;
	margin: 0 0 12px !important;
}
body.ccs-est1973 .e73-inner-main .ccs-answer-card__actions a,
body.ccs-est1973 .e73-inner-main .ccs-repair-launch__actions a {
	flex: 1 1 auto;
	min-height: 44px;
	padding: 10px 14px !important;
}

/* Launch steps: a short numbered stack, not a second novel */
body.ccs-est1973 .e73-inner-main .ccs-repair-launch .ccs-repair-launch__steps {
	display: flex !important;
	flex-direction: column;
	gap: 6px !important;
	margin: 0 !important;
	padding: 0 !important;
	grid-template-columns: 1fr !important;
}
body.ccs-est1973 .e73-inner-main .ccs-repair-launch .ccs-repair-launch__steps li {
	padding: 8px 10px 8px 12px !important;
	margin: 0 !important;
}
body.ccs-est1973 .e73-inner-main .ccs-repair-launch .ccs-repair-launch__steps strong {
	display: block;
	font-size: 13px !important;
	letter-spacing: .04em;
	margin: 0 0 2px;
}
body.ccs-est1973 .e73-inner-main .ccs-repair-launch .ccs-repair-launch__steps span {
	font-size: 13px !important;
	line-height: 1.35 !important;
}

/* ── Intro wysiwyg: no fake wave height ── */
body.ccs-est1973 .e73-inner-main > .fx-block.wysiwyg {
	margin-top: 4px !important;
	padding-top: var(--e73-band) !important;
	padding-bottom: var(--e73-band) !important;
	background: var(--e73-porcelain);
}
body.ccs-est1973 .e73-inner-main > .fx-block.wysiwyg::before {
	display: none;
}

/* ── Problems + process: keep the dark ticket, tighten inset ── */
body.ccs-est1973 .e73-inner-main .fx-block.image-text.bg-dark-blue {
	padding: var(--e73-card-pad) !important;
}
body.ccs-est1973 .e73-inner-main .fx-block.image-text.bg-light-blue {
	padding: var(--e73-card-pad) !important;
}

/* Trust: three-up, no extra air */
body.ccs-est1973 .e73-inner-main .fx-block.icons-buttons:not(:has(a.btn-secondary)) {
	padding: var(--e73-band) 0 !important;
}
body.ccs-est1973 .e73-inner-main .fx-block.icons-buttons:not(:has(a.btn-secondary)) .icons-button-flex > [class*="col-"] {
	padding: 16px 14px !important;
}

/* ════════════════════════════════════════
   Comfort Club — header row + perk chips
   ════════════════════════════════════════ */
body.ccs-est1973 .e73-inner-main .fx-block.icons-buttons:has(a.btn-secondary) {
	padding: var(--e73-card-pad) !important;
}
body.ccs-est1973 .e73-inner-main .fx-block.icons-buttons:has(a.btn-secondary) .icons-buttons__headlines,
body.ccs-est1973 .e73-inner-main .fx-block.icons-buttons:has(a.btn-secondary) .icons-buttons__headlines .row,
body.ccs-est1973 .e73-inner-main .fx-block.icons-buttons:has(a.btn-secondary) .icons-buttons__headlines [class*="col-"] {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px 16px;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	text-align: left !important;
}
body.ccs-est1973 .e73-inner-main .fx-block.icons-buttons:has(a.btn-secondary) .icons-buttons__headlines h2 {
	flex: 1 1 240px;
	max-width: none !important;
	margin: 0 !important;
	text-align: left !important;
	font-size: clamp(1.25rem, 2vw, 1.7rem) !important;
	line-height: 1.15 !important;
	color: var(--e73-porcelain) !important;
}
body.ccs-est1973 .e73-inner-main .fx-block.icons-buttons:has(a.btn-secondary) .icons-buttons__headlines h2::after {
	margin-left: 0;
	margin-right: 0;
}
body.ccs-est1973 .e73-inner-main .fx-block.icons-buttons:has(a.btn-secondary) .icons-buttons__headlines p {
	margin: 0 !important;
	width: auto !important;
}
body.ccs-est1973 .e73-inner-main .fx-block.icons-buttons:has(a.btn-secondary) a.btn,
body.ccs-est1973 .e73-inner-main .fx-block.icons-buttons:has(a.btn-secondary) a[class*="btn"] {
	margin: 0 !important;
	display: inline-flex !important;
	width: auto !important;
}
body.ccs-est1973 .e73-inner-main .fx-block.icons-buttons:has(a.btn-secondary) .icons-button-flex,
body.ccs-est1973 .e73-inner-main .fx-block.icons-buttons:has(a.btn-secondary) .row.icons-button-flex {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 8px !important;
	margin-top: 16px !important;
	grid-template-columns: none !important;
}
body.ccs-est1973 .e73-inner-main .fx-block.icons-buttons:has(a.btn-secondary) .icons-button-flex > [class*="col-"] {
	flex: 0 1 auto;
	width: auto !important;
	max-width: none !important;
	padding: 10px 12px !important;
	min-height: 0 !important;
}
body.ccs-est1973 .e73-inner-main .fx-block.icons-buttons:has(a.btn-secondary) .icons-button,
body.ccs-est1973 .e73-inner-main .fx-block.icons-buttons:has(a.btn-secondary) .icons-button__top,
body.ccs-est1973 .e73-inner-main .fx-block.icons-buttons:has(a.btn-secondary) .icons-button__details {
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}
body.ccs-est1973 .e73-inner-main .fx-block.icons-buttons:has(a.btn-secondary) .icons-button__title {
	margin: 0 !important;
	font-size: 12.5px !important;
	line-height: 1.25 !important;
}

/* ════════════════════════════════════════
   Service area — wrap names, cap the map
   ════════════════════════════════════════ */
body.ccs-est1973 .e73-inner-main .fx-accordion--service-location {
	padding: var(--e73-card-pad) !important;
}
@media (min-width: 900px) {
	body.ccs-est1973 .e73-inner-main .fx-accordion--service-location {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) 300px !important;
		gap: 16px 20px !important;
		align-items: start !important;
	}
	body.ccs-est1973 .e73-inner-main .fx-accordion--service-location__content,
	body.ccs-est1973 .e73-inner-main .fx-accordion--service-location__content__text {
		display: contents !important;
	}
	body.ccs-est1973 .e73-inner-main .fx-accordion__heading {
		grid-column: 1 / -1;
	}
	body.ccs-est1973 .e73-inner-main .fx-accordion__panels {
		grid-column: 1;
	}
	body.ccs-est1973 .e73-inner-main .fx-accordion--service-location__map {
		grid-column: 2;
		grid-row: 2;
		align-self: start;
	}
}
body.ccs-est1973 .e73-inner-main .fx-accordion--service-location__map,
body.ccs-est1973 .e73-inner-main .fx-location__map {
	height: 300px !important;
	min-height: 260px !important;
	max-height: 320px !important;
	width: 100% !important;
}
body.ccs-est1973 .e73-inner-main .fx-accordion--service-location__map iframe,
body.ccs-est1973 .e73-inner-main .fx-location__map iframe,
body.ccs-est1973 .e73-inner-main .fx-location__map > div,
body.ccs-est1973 .e73-inner-main #map {
	height: 300px !important;
	min-height: 260px !important;
	max-height: 320px !important;
}

body.ccs-est1973 .e73-inner-main .accordian-location-links {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 6px 8px !important;
	columns: auto !important;
	grid-template-columns: none !important;
}
body.ccs-est1973 .e73-inner-main .accordian-location-links__col {
	display: contents !important;
	width: auto !important;
	float: none !important;
}
body.ccs-est1973 .e73-inner-main .accordian-location-links ul {
	display: contents !important;
}
body.ccs-est1973 .e73-inner-main .accordian-location-links li {
	display: block !important;
	white-space: nowrap;
	margin: 0 !important;
	padding: 0 !important;
}
body.ccs-est1973 .e73-inner-main .accordian-location-links a {
	display: inline-block !important;
	padding: 6px 10px 6px 22px !important;
	border: 1px solid var(--e73-line) !important;
	border-radius: 999px;
	background-color: var(--e73-porcelain);
	background-position: 8px 50%;
	font-size: 13.5px !important;
	line-height: 1.2 !important;
	white-space: nowrap;
}

/* ════════════════════════════════════════
   Ready to Chill — copy left, mascot right
   ════════════════════════════════════════ */
body.ccs-est1973 .e73-inner-main .fx-block.full-width-cta {
	padding: 24px 28px !important;
	min-height: 0 !important;
}
body.ccs-est1973 .e73-inner-main .full-width-cta__content,
body.ccs-est1973 .e73-inner-main .full-width-cta .container {
	max-width: none !important;
	padding: 0 !important;
	width: 100% !important;
}
body.ccs-est1973 .e73-inner-main .full-width-cta__text {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) !important;
	align-items: center !important;
	text-align: left !important;
	max-width: none !important;
	min-height: 0 !important;
}
body.ccs-est1973 .e73-inner-main .full-width-cta__text > *:not(img) {
	grid-column: 1 !important;
	justify-self: start;
	text-align: left !important;
}
body.ccs-est1973 .e73-inner-main img.full-width-cta__man-image,
body.ccs-est1973 .e73-inner-main .full-width-cta .full-width-cta__text img.full-width-cta__man-image {
	position: static !important;
	left: auto !important;
	right: auto !important;
	top: auto !important;
	bottom: auto !important;
	width: 168px !important;
	max-width: 168px !important;
	max-height: 200px !important;
	height: auto !important;
	object-fit: contain !important;
	margin: 0 !important;
}
body.ccs-est1973 .e73-inner-main .full-width-cta h2 {
	font-size: clamp(1.5rem, 2.4vw, 2rem) !important;
	margin: 0 0 8px !important;
	max-width: 16ch;
}
body.ccs-est1973 .e73-inner-main .full-width-cta p {
	margin: 0 0 8px !important;
	max-width: 40ch;
	font-size: 15.5px !important;
}
body.ccs-est1973 .e73-inner-main .full-width-cta__highlight-text,
body.ccs-est1973 .e73-inner-main .full-width-cta__highlight-text-visual {
	font-family: var(--e73-font-script) !important;
	font-size: 26px !important;
	line-height: 1.15 !important;
	margin: 4px 0 12px !important;
	white-space: nowrap;
	text-transform: none !important;
	letter-spacing: 0 !important;
}
body.ccs-est1973 .e73-inner-main .full-width-cta__highlight-text-visual::before {
	font-family: var(--e73-font-script) !important;
	font-size: 26px !important;
	white-space: nowrap !important;
	text-transform: none !important;
}
body.ccs-est1973 .e73-inner-main .full-width-cta .btn-group {
	margin: 0 !important;
}
@media (min-width: 800px) {
	body.ccs-est1973 .e73-inner-main .full-width-cta__text {
		grid-template-columns: minmax(0, 1fr) 180px !important;
		column-gap: 16px !important;
	}
	body.ccs-est1973 .e73-inner-main img.full-width-cta__man-image,
	body.ccs-est1973 .e73-inner-main .full-width-cta .full-width-cta__text img.full-width-cta__man-image {
		grid-column: 2 !important;
		grid-row: 1 / span 12 !important;
		align-self: center !important;
		justify-self: end;
	}
}

/* ════════════════════════════════════════
   Emergency — explicit tracks, no overlap
   ════════════════════════════════════════ */
body.ccs-est1973 .e73-inner-main .ccs-emergency-hub {
	display: grid !important;
	grid-template-columns: 1fr;
	gap: 10px 32px;
	padding: var(--e73-card-pad) !important;
	align-items: start;
}
body.ccs-est1973 .e73-inner-main .ccs-emergency-hub h2 {
	grid-column: 1;
	grid-row: auto;
	margin: 0 0 4px !important;
	font-size: clamp(1.25rem, 2vw, 1.65rem) !important;
}
body.ccs-est1973 .e73-inner-main .e73-answering {
	position: static !important;
	display: inline-flex !important;
	grid-column: 1;
	grid-row: auto;
	margin: 0 !important;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(124, 255, 178, .12);
	width: fit-content;
	max-width: 100%;
}
body.ccs-est1973 .e73-inner-main .e73-answering__phone {
	position: static !important;
	grid-column: 1;
	grid-row: auto;
	margin: 0 !important;
	font-size: clamp(1.35rem, 2.2vw, 1.75rem) !important;
}
body.ccs-est1973 .e73-inner-main .ccs-emergency-hub > p:not(.e73-answering) {
	grid-column: 1;
	grid-row: auto;
	margin: 0 !important;
	font-size: 15px !important;
	line-height: 1.45 !important;
}
body.ccs-est1973 .e73-inner-main .ccs-emergency-hub > ul {
	grid-column: 1;
	grid-row: auto;
	margin: 4px 0 0 !important;
}
body.ccs-est1973 .e73-inner-main .ccs-emergency-hub li {
	padding: 7px 0 7px 18px !important;
	font-size: 14.5px !important;
}
body.ccs-est1973 .e73-inner-main .ccs-emergency-hub__actions {
	grid-column: 1;
	grid-row: auto;
	margin: 4px 0 0 !important;
}
@media (min-width: 900px) {
	body.ccs-est1973 .e73-inner-main .ccs-emergency-hub {
		grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
		grid-template-rows: auto auto auto auto auto;
	}
	body.ccs-est1973 .e73-inner-main .ccs-emergency-hub h2 { grid-column: 1; grid-row: 1; }
	body.ccs-est1973 .e73-inner-main .e73-answering { grid-column: 1; grid-row: 2; }
	body.ccs-est1973 .e73-inner-main .e73-answering__phone { grid-column: 1; grid-row: 3; }
	body.ccs-est1973 .e73-inner-main .ccs-emergency-hub > p:not(.e73-answering) { grid-column: 1; grid-row: 4; }
	body.ccs-est1973 .e73-inner-main .ccs-emergency-hub__actions { grid-column: 1; grid-row: 5; }
	body.ccs-est1973 .e73-inner-main .ccs-emergency-hub > ul {
		grid-column: 2;
		grid-row: 1 / span 5;
		margin: 0 !important;
	}
}

/* ════════════════════════════════════════
   Lower ledger — one card language
   ════════════════════════════════════════ */
body.ccs-est1973 .e73-inner-main .ccs-city-depth,
body.ccs-est1973 .e73-inner-main .ccs-growth-links,
body.ccs-est1973 .e73-inner-main .ccs-link-mesh,
body.ccs-est1973 .e73-inner-main .ccs-seo-content {
	padding: var(--e73-card-pad) !important;
	margin-top: var(--e73-gap) !important;
}
body.ccs-est1973 .e73-inner-main .ccs-city-depth > h2 {
	font-size: clamp(1.2rem, 1.8vw, 1.5rem) !important;
	max-width: 28ch;
}
body.ccs-est1973 .e73-inner-main .ccs-city-depth__grid a {
	white-space: nowrap;
}
@media (min-width: 768px) {
	body.ccs-est1973 .e73-inner-main .ccs-readmore {
		display: none !important;
	}
}
body.ccs-est1973 .e73-inner-main .ccs-readmore {
	display: block;
	width: 100%;
	margin: 10px 0 0;
	padding: 12px;
	border: 1.5px solid var(--e73-ink);
	border-radius: 10px;
	background: var(--e73-porcelain);
	color: var(--e73-ink);
	font-family: var(--e73-font-slab);
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

body.ccs-est1973 .e73-inner-main .ccs-growth-faq {
	padding: 8px 0 0 !important;
	margin-top: 8px !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}
body.ccs-est1973 .e73-inner-main .ccs-growth-faq + .ccs-growth-faq {
	margin-top: 4px !important;
	padding-top: 4px !important;
}
body.ccs-est1973 .e73-inner-main .ccs-growth-faq details {
	margin-bottom: 8px !important;
}

/* Sidebar legal: quiet, not a third paragraph */
body.ccs-est1973 .e73-sidebar .grecaptcha-legal,
body.ccs-est1973 .e73-inner-aside small,
body.ccs-est1973 aside small {
	font-size: 10.5px !important;
	line-height: 1.35 !important;
	opacity: .72;
}

/* ── Mobile ── */
@media (max-width: 1023px) {
	body.ccs-est1973 .e73-inner-main:has(> .ccs-repair-launch) {
		display: block;
	}
	body.ccs-est1973 .e73-inner-main > .ccs-answer-card,
	body.ccs-est1973 .e73-inner-main > .ccs-repair-launch {
		margin-bottom: 14px !important;
	}
	body.ccs-est1973 .e73-inner-main .ccs-answer-card__proof {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 799px) {
	body.ccs-est1973 .masthead.masthead--innerpage {
		margin-top: 114px !important;
	}
	body.ccs-est1973 .masthead--innerpage__wrapper {
		padding-top: 10px !important;
	}
	body.ccs-est1973 .e73-inner-main .fx-block.icons-buttons:has(a.btn-secondary) .icons-button__title {
		white-space: normal !important;
	}
	body.ccs-est1973 .e73-inner-main .e73-answering {
		white-space: normal;
		letter-spacing: .06em;
		line-height: 1.3;
	}
	body.ccs-est1973 .e73-inner-main img.full-width-cta__man-image {
		display: none !important;
	}
	body.ccs-est1973 .e73-inner-main .full-width-cta__highlight-text,
	body.ccs-est1973 .e73-inner-main .full-width-cta__highlight-text-visual,
	body.ccs-est1973 .e73-inner-main .full-width-cta__highlight-text-visual::before {
		white-space: normal !important;
	}
	body.ccs-est1973 .e73-inner-main .fx-accordion--service-location__map,
	body.ccs-est1973 .e73-inner-main .fx-location__map,
	body.ccs-est1973 .e73-inner-main #map {
		height: 220px !important;
		min-height: 200px !important;
		max-height: 240px !important;
	}
	body.ccs-est1973 .e73-inner-main .fx-block.icons-buttons:has(a.btn-secondary) .icons-button-flex > [class*="col-"] {
		flex: 1 1 100%;
	}
}

/* ═══ Chip title floor (2026-08-17) ═══
   This sheet is last in the service stack, so the T2 floor lands here:
   perk titles render 16px on every service template, hub or detail. */
body.ccs-est1973 .fx-block.icons-buttons .icons-button__title,
body.ccs-est1973 .e73-inner-main .fx-block.icons-buttons .icons-button__title {
	font-size: 16.5px !important;
	line-height: 1.25 !important;
}

body.ccs-est1973 .e73-inner-main .fx-block.icons-buttons:has(a.btn-secondary) .icons-button__title,
body.ccs-est1973 .fx-block.icons-buttons:has(a.btn-secondary) .icons-button__title {
	font-size: 16.5px !important;
}
