/* =========================================================================
   HomeRise — Flat Fee State (standard 3-package)
   Scope: .hr-state only. Does not style Elementor header 278 or footer 314.
   Isolation reset on the root so Elementor widget containers do not bleed in.
   Mobile-first: 320 / 480 / 768 / 1024 / 1280 / 1440.
   clamp() is used for type only. No fixed px font-size.
   No dollar figures. No city names.
   ========================================================================= */

/* Neutralize Hello / Elementor PAGE chrome around this template only.
   Does not target .elementor-location-header (278) or footer (314). */
html:has(.hr-state),
body:has(.hr-state) {
	overflow-x: clip;
}

body:has(.hr-state) :is(.site-main, #content, .page-content, #main, main#main, .elementor-location-single, .elementor-widget-theme-post-content, .elementor-widget-theme-post-content > .elementor-widget-container):has(.hr-state) {
	padding: 0 !important;
	margin: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

body:has(.hr-state) :is(.site-main, #content, .page-content) > :is(.page-header, header.entry-header, .entry-title, h1.entry-title) {
	display: none !important;
}

.hr-state {
	--hr-state-kicker-ink: #8A5D1B; /* 5.73:1 on #fff */
	--hr-state-link-hover: #8A5D1B;
	--hr-state-meta-ink: #56626F;   /* 5.53:1 on #E8F4F2 */
	--hr-state-gap: 8px;
	--hr-state-gutter: 16px;
	--hr-state-block-top: 16px;
	--hr-state-block-end: 24px;
	--hr-state-stack: 12px;
	--hr-state-tap: 44px;
	--hr-state-hero-min: 70svh;
	--hr-state-rule: 1px solid var(--hr-color-border, #E9ECEF);
	--hr-state-band-mint: var(--hr-color-mint-light, #E8F4F2);
	--hr-state-band-cream: var(--hr-color-cream, #F8F3E8);
	--hr-state-band-ink: var(--hr-color-primary, #042A32);
	--hr-state-kicker-ink-dark: #55A29C;
	--hr-state-ink-on-dark: var(--hr-color-mint-light, #E8F4F2);
	--hr-state-heading-on-dark: var(--hr-color-cream, #F8F3E8);
	--hr-state-chapter-top: clamp(2rem, 4vw, 3.25rem);
	--hr-state-chapter-end: clamp(2.25rem, 5vw, 3.75rem);
	isolation: isolate;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: min(1440px, 100%);
	margin-inline: auto;
	color: var(--hr-color-text, #334155);
	font-family: var(--hr-font-sans, "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
	font-size: clamp(1rem, 0.97rem + 0.2vw, 1.0625rem);
	line-height: 1.5;
	background: var(--hr-color-white, #fff);
	overflow-x: clip;
}

.hr-state *,
.hr-state *::before,
.hr-state *::after {
	box-sizing: border-box;
}

.hr-state h1,
.hr-state h2,
.hr-state h3,
.hr-state h4,
.hr-state h5,
.hr-state h6,
.hr-state p,
.hr-state ul,
.hr-state ol,
.hr-state figure,
.hr-state dl,
.hr-state dt,
.hr-state dd,
.hr-state table,
.hr-state caption,
.hr-state blockquote,
.hr-state details,
.hr-state li,
.hr-state a,
.hr-state span,
.hr-state small,
.hr-state b,
.hr-state strong,
.hr-state summary {
	margin: 0;
	padding: 0;
	font-family: inherit;
	letter-spacing: normal;
	text-transform: none;
	text-align: start;
	max-width: none;
}

.hr-state button,
.hr-state input,
.hr-state select,
.hr-state textarea {
	font: inherit;
	color: inherit;
}

.hr-state img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
}

.hr-state a {
	color: var(--hr-color-primary, #042A32);
	text-decoration: underline;
}

.hr-state a:hover {
	color: var(--hr-state-link-hover);
}

.hr-state :focus-visible {
	outline: 3px solid var(--hr-color-primary, #042A32);
	outline-offset: 2px;
}

.hr-state-inner {
	padding: var(--hr-state-block-top) var(--hr-state-gutter) var(--hr-state-block-end);
}

/* Clearance for in-page jumps under the reserved Elementor header. Does not style header 278. */
.hr-state section[id] {
	scroll-margin-top: clamp(4.5rem, 8vw, 6.5rem);
}

.hr-state .hr-state-kicker {
	margin: 0 0 8px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: var(--hr-font-sans, "DM Sans", sans-serif);
	font-size: clamp(0.8125rem, 0.78rem + 0.2vw, 0.875rem);
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--hr-state-kicker-ink);
}

.hr-state .hr-state-kicker::before {
	content: "";
	flex: 0 0 auto;
	width: 22px;
	height: 3px;
	background: var(--hr-color-accent, #D4943A);
}

.hr-state-intro .hr-state-kicker,
.hr-state-cta .hr-state-kicker {
	color: var(--hr-state-kicker-ink-dark);
}

.hr-state h1 {
	font-size: clamp(1.6rem, 4.2vw, 2.6rem);
	font-weight: 700;
	line-height: 1.15;
	color: var(--hr-color-primary, #042A32);
	max-width: 28ch;
	margin: 0 0 8px;
}

.hr-state .hr-state-hero__place {
	font-weight: 800;
	font-size: clamp(1.15em, 1.12em + 0.35vw, 1.25em);
	color: var(--hr-color-primary, #042A32);
	letter-spacing: -0.015em;
}

/* City hub only: city name is its own line and the first thing you notice. */
.hr-state.hr-state--city .hr-state-hero__place {
	display: block;
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.025em;
	font-size: clamp(2.4rem, 9vw, 4rem);
	color: var(--hr-color-primary, #042A32);
	margin: 0 0 0.12em;
}

.hr-state h2 {
	font-size: clamp(1.15rem, 2.4vw, 1.6rem);
	font-weight: 700;
	line-height: 1.2;
	color: var(--hr-color-primary, #042A32);
	margin: 0 0 8px;
}

.hr-state h3 {
	font-size: clamp(1rem, 1.8vw, 1.15rem);
	font-weight: 600;
	line-height: 1.25;
	color: var(--hr-color-primary, #042A32);
	margin: 0 0 6px;
}

.hr-state .hr-state-prose {
	max-width: 65ch;
	color: var(--hr-color-text, #334155);
}

.hr-state-prose p + p,
.hr-state-prose h3 + p {
	margin-top: 0.75em;
}

.hr-state-prose h3 {
	margin-top: 1em;
}

.hr-state-cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: var(--hr-state-gap);
	margin-top: var(--hr-state-stack);
}

.hr-state a.hr-state-btn,
.hr-state-btn {
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: var(--hr-state-tap);
	min-width: var(--hr-state-tap);
	padding: 10px 16px;
	border: 2px solid var(--hr-color-primary, #042A32);
	background: var(--hr-color-primary, #042A32);
	color: #fff;
	font-weight: 700;
	font-size: clamp(0.9375rem, 0.9rem + 0.2vw, 1rem);
	text-decoration: none;
	text-align: center;
	line-height: 1.2;
}

.hr-state-btn:hover {
	background: var(--hr-color-primary-ink, #021A1F);
	color: #fff;
}

.hr-state-btn--ghost {
	background: #fff;
	color: var(--hr-color-primary, #042A32);
}

.hr-state-btn--ghost:hover {
	background: var(--hr-color-mint-light, #E8F4F2);
	color: var(--hr-color-primary, #042A32);
}

.hr-state-badge {
	display: inline-block;
	white-space: nowrap;
	border: 1px solid var(--hr-color-primary, #042A32);
	font-size: clamp(0.75rem, 0.72rem + 0.15vw, 0.8125rem);
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 4px 8px;
	font-weight: 700;
	color: var(--hr-color-primary, #042A32);
}

.hr-state-badge--featured {
	background: var(--hr-color-primary, #042A32);
	border-color: var(--hr-color-primary, #042A32);
	color: #fff;
}

/* ---------- 1. Hero ---------- */
.hr-state-hero {
	min-height: 70vh;
	min-height: var(--hr-state-hero-min);
	display: flex;
	flex-direction: column;
	border-top: var(--hr-state-rule);
}

.hr-state-hero__media {
	flex: 1 1 auto;
	margin: 0;
	min-height: 160px;
	width: 100%;
	background: var(--hr-color-bg-soft, #F8F9FA);
	border-bottom: var(--hr-state-rule);
}

.hr-state-hero__img {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.hr-state-hero__copy {
	padding: var(--hr-state-block-top) var(--hr-state-gutter) var(--hr-state-block-end);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hr-state-hero--text .hr-state-hero__copy {
	flex: 1 1 auto;
	min-height: 70vh;
	min-height: var(--hr-state-hero-min);
}

.hr-state-hero__spoken {
	display: block;
	margin: 0 0 8px;
	color: var(--hr-color-primary, #042A32);
	font-size: clamp(1.25rem, 1.05rem + 1.1vw, 1.75rem);
	font-weight: 700;
	line-height: 1.2;
	max-width: 22ch;
}

.hr-state-hero__subhead {
	margin: 0;
	color: var(--hr-color-ink-soft, #42526E);
	font-size: clamp(1rem, 0.96rem + 0.25vw, 1.125rem);
}

.hr-state-hero__source {
	display: block;
	margin-top: 20px;
	color: var(--hr-state-meta-ink);
	font-size: clamp(0.75rem, 0.72rem + 0.15vw, 0.8125rem);
	line-height: 1.4;
}

.hr-state-hero__source a {
	color: inherit;
}

/* ---------- Chapter bands (full-bleed of the 1440 column) ---------- */
.hr-state-proof,
.hr-state-what-you-get,
.hr-state-seller-proof,
.hr-state-compare,
.hr-state-posts,
.hr-state-vs,
.hr-state-savings {
	background: var(--hr-state-band-mint);
	border-top: 0;
}

.hr-state-pricing-wrap,
.hr-state-how-it-works,
.hr-state-cities {
	background: var(--hr-state-band-cream);
	border-top: 0;
}

.hr-state-calculator,
.hr-state-mls,
.hr-state-rules,
.hr-state-faq,
.hr-state-solds,
.hr-state-hoods {
	background: var(--hr-color-white, #fff);
	border-top: 0;
}

.hr-state > section .hr-state-inner {
	padding-block: var(--hr-state-chapter-top) var(--hr-state-chapter-end);
}

/* Recipe M cream-guard: posts (mint) + compare (mint) when cities omitted */
.hr-state-posts + .hr-state-compare {
	background: var(--hr-state-band-cream);
}

/* ---------- 1b. Intro (Recipe D — dark teal band) ---------- */
.hr-state-intro {
	background: var(--hr-state-band-ink);
	position: relative;
}

.hr-state-intro::before {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 4px;
	background: var(--hr-color-gold, #D4943A);
}

.hr-state-intro h2 {
	color: var(--hr-state-heading-on-dark);
	max-width: 26ch;
}

.hr-state-intro .hr-state-prose {
	margin-top: 4px;
	color: var(--hr-state-ink-on-dark);
}

.hr-state-intro a {
	color: var(--hr-color-white, #fff);
}

.hr-state-intro a:hover {
	color: var(--hr-state-kicker-ink-dark);
}

.hr-state-intro :focus-visible {
	outline-color: var(--hr-color-white, #fff);
}

/* ---------- 2. Proof ---------- */
.hr-state-proof__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	margin-top: var(--hr-state-stack);
}

.hr-state-proof__stat {
	border: 0;
	background: transparent;
	padding: 14px 0;
	min-height: 0;
}

.hr-state-proof__stat + .hr-state-proof__stat {
	border-top: 1px solid var(--hr-color-border-teal, #C8E0DD);
}

.hr-state-proof__stat span {
	display: block;
	font-size: clamp(0.875rem, 0.85rem + 0.15vw, 0.9375rem);
	color: var(--hr-color-ink-soft, #42526E);
}

.hr-state-proof__stat b {
	display: block;
	font-size: clamp(1.5rem, 3.2vw, 2.25rem);
	color: var(--hr-color-primary, #042A32);
	line-height: 1.2;
	margin: 2px 0;
}

.hr-state-proof__stat small {
	display: block;
	color: var(--hr-state-meta-ink);
	font-size: clamp(0.75rem, 0.72rem + 0.15vw, 0.8125rem);
}

.hr-state-proof__asof {
	margin: 6px 0 0;
	color: var(--hr-state-meta-ink);
	font-size: clamp(0.8125rem, 0.78rem + 0.15vw, 0.875rem);
}

.hr-state-proof__asof a {
	color: inherit;
}

.hr-state-proof__updated {
	margin: 4px 0 0;
	color: var(--hr-state-meta-ink);
	font-size: clamp(0.8125rem, 0.78rem + 0.15vw, 0.875rem);
}


/* ---------- 2b. Recently sold (ANP-356, 3108 preview only) ---------- */
.hr-state-solds__grid {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: min(76vw, 280px);
	gap: 12px;
	margin-top: var(--hr-state-stack);
	margin-inline: calc(var(--hr-state-gutter) * -1);
	padding: 2px var(--hr-state-gutter) 8px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
	scroll-padding-left: var(--hr-state-gutter);
	scrollbar-width: none;
}
.hr-state-solds__grid::-webkit-scrollbar { display: none; }
.hr-state-solds__card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	scroll-snap-align: start;
	background: var(--hr-color-white, #fff);
	border: 1px solid var(--hr-color-border-warm, #E8DCC4);
	border-radius: 0;
	overflow: hidden;
	transition: box-shadow 150ms cubic-bezier(0.2, 0.7, 0.2, 1), transform 150ms cubic-bezier(0.2, 0.7, 0.2, 1);
}
.hr-state-solds__card:hover {
	box-shadow: 0 8px 24px rgba(4, 42, 50, 0.06);
	transform: translateY(-2px);
}
@media (prefers-reduced-motion: reduce) {
	.hr-state-solds__card,
	.hr-state-solds__card:hover { transition: none; box-shadow: none; transform: none; }
}
.hr-state-solds__media { margin: 0; border-bottom: 1px solid var(--hr-color-border-warm, #E8DCC4); }
.hr-state-solds__photo {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	object-position: center;
	background: var(--hr-color-gold-bg, #FDF4E3);
}
.hr-state-solds__photo--empty { position: relative; background: var(--hr-color-gold-bg, #FDF4E3); }
.hr-state-solds__photo--empty::after {
	content: "";
	position: absolute;
	inset: 10px;
	border: 1px solid var(--hr-color-border-warm, #E8DCC4);
	pointer-events: none;
}
.hr-state .hr-state-solds__address {
	margin: 14px 16px 0;
	font-size: clamp(0.9375rem, 0.88rem + 0.25vw, 1rem);
	font-weight: 600;
	line-height: 1.3;
	color: var(--hr-color-primary, #042A32);
}
.hr-state .hr-state-solds__city {
	margin: 2px 16px 0;
	font-size: clamp(0.78125rem, 0.75rem + 0.1vw, 0.8125rem);
	font-weight: 400;
	line-height: 1.4;
	color: var(--hr-color-ink-soft, #42526E);
}
.hr-state .hr-state-solds__price {
	margin: 10px 16px 16px;
	margin-top: auto;
	padding-top: 10px;
	font-size: clamp(1.375rem, 1.2rem + 0.7vw, 1.625rem);
	font-weight: 700;
	line-height: 1.15;
	font-variant-numeric: tabular-nums;
	color: var(--hr-color-primary, #042A32);
}

.hr-state-solds__date,
.hr-state-solds__brand {
	display: none;
}

.hr-state-solds__link {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	gap: 0;
	min-height: var(--hr-state-tap);
	color: inherit;
	text-decoration: none;
}

.hr-state-solds__link:hover {
	color: inherit;
}

.hr-state-solds__link:hover .hr-state-solds__address {
	color: var(--hr-state-link-hover);
}

/* ---------- 3. Pricing ---------- */
.hr-state-pricing {
	display: flex;
	flex-direction: column;
	gap: var(--hr-state-gap);
	margin-top: var(--hr-state-stack);
}

.hr-state-pricing__card {
	border: 1px solid var(--hr-color-border-warm, #E8DCC4);
	background: var(--hr-color-white, #fff);
	padding: 24px 20px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.hr-state-pricing__card--featured {
	border-width: 3px;
	border-color: var(--hr-color-primary, #042A32);
	background: var(--hr-color-white, #fff);
	position: relative;
	padding-top: 24px;
}

.hr-state-pricing__card--featured::before {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 4px;
	background: var(--hr-color-gold, #D4943A);
}

.hr-state-pricing__badges {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 6px;
}

.hr-state-badge--path {
	background: transparent;
	border-color: var(--hr-color-border-teal, #C8E0DD);
	color: var(--hr-color-primary, #042A32);
	font-weight: 600;
}

.hr-state-pricing__name {
	margin: 0;
	font-size: clamp(1.125rem, 1.05rem + 0.4vw, 1.35rem);
	font-weight: 700;
	line-height: 1.2;
	color: var(--hr-color-primary, #042A32);
}

.hr-state-pricing__chooser {
	margin: 0;
	color: var(--hr-color-ink-soft, #42526E);
	font-size: clamp(0.9375rem, 0.9rem + 0.2vw, 1rem);
	font-weight: 600;
}

.hr-state-pricing__price {
	font-size: clamp(1.75rem, 4vw, 2.5rem);
	font-weight: 800;
	line-height: 1;
	color: var(--hr-color-primary, #042A32);
}

.hr-state-pricing__note {
	color: var(--hr-color-ink-soft, #42526E);
	font-size: clamp(0.875rem, 0.85rem + 0.15vw, 0.9375rem);
}

.hr-state-pricing__list {
	margin: 0;
	padding-left: 18px;
	flex: 1 1 auto;
}

.hr-state-pricing__list li + li {
	margin-top: 4px;
}

.hr-state-pricing__card .hr-state-btn {
	width: 100%;
	margin-top: auto;
}

.hr-state-pricing__savings {
	margin-top: 12px;
	padding: 10px 12px;
	border: 1px solid var(--hr-color-border-teal, #C8E0DD);
	background: var(--hr-color-white, #fff);
}

.hr-state-pricing__savings small {
	display: block;
	margin-top: 4px;
	color: var(--hr-state-meta-ink);
	font-size: clamp(0.75rem, 0.72rem + 0.15vw, 0.8125rem);
}

/* ---------- 4. Calculator (explainer) ---------- */
.hr-state-calculator__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--hr-state-gap);
	margin-top: var(--hr-state-stack);
	align-items: start;
}

.hr-state-calculator__grid.hr-state-calculator__grid--single,
#calc .hr-state-calculator__grid--single {
	grid-template-columns: 1fr;
	width: 100%;
}

.hr-state-calculator__grid--single > * {
	grid-column: 1 / -1;
	width: 100%;
	max-width: none;
}

.hr-state-calculator__box {
	border: 1px solid var(--hr-color-border, #E9ECEF);
	background: var(--hr-color-bg-soft, #F8F9FA);
	padding: 12px;
}

.hr-state .hr-state-calculator__grid--single .hr-state-calculator__box {
	border: 0;
	background: transparent;
	padding: 0;
}

.hr-state-calculator__grid--single .hr-state-prose {
	max-width: none;
}

/* ---------- 5. What you get ---------- */
.hr-state-what-you-get__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--hr-state-gap);
	margin-top: var(--hr-state-stack);
}

.hr-state-what-you-get__card {
	border: 0;
	background: transparent;
	padding: 0;
}

.hr-state-what-you-get__card ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.hr-state-what-you-get__card li {
	position: relative;
	padding-left: 24px;
}

.hr-state-what-you-get__card li::before {
	content: "\2713";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--hr-color-primary, #042A32);
	font-weight: 700;
}

.hr-state-what-you-get__card li + li {
	margin-top: 4px;
}

.hr-state-what-you-get__cover {
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	margin-bottom: 8px;
}

/* ---------- 6. MLS ---------- */
.hr-state-mls__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--hr-state-gap);
	margin-top: var(--hr-state-stack);
}

.hr-state-mls__card {
	border: 1px solid var(--hr-color-border-teal, #C8E0DD);
	border-inline-start: 3px solid var(--hr-color-teal-light, #55A29C);
	background: var(--hr-color-white, #fff);
	padding: 12px 12px 12px 14px;
}

/* Ghost card: dashed warm outline + soft fill. Optical text inset matches
   the solid card exactly: 3px spine + 14px pad = 17px there; 1px dash +
   16px pad = 17px here. Right side is 13px on both. */
.hr-state-mls__card--uncovered {
	border: 1px dashed var(--hr-color-border-warm, #E8DCC4);
	background: var(--hr-color-bg-soft, #F8F9FA);
	padding: 12px 12px 12px 16px;
}

.hr-state-mls__card p {
	color: var(--hr-color-ink-soft, #42526E);
}

/* Group label for the second grid. Must out-rank the global h3 margin
   (.hr-state h3 is 0,1,1), so it is specified under .hr-state (0,2,0). */
.hr-state .hr-state-mls__other-title {
	margin-block: calc(var(--hr-state-stack) * 2) var(--hr-state-gap);
	margin-inline: 0;
	color: var(--hr-color-ink-soft, #42526E);
}

/* The grid's own stack margin would double the below-title gap;
   the title's margin-bottom owns that seam now. */
.hr-state .hr-state-mls__other-title + .hr-state-mls__grid {
	margin-top: 0;
}

/* ---------- 7. How it works ---------- */
.hr-state-how-it-works__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
	margin-top: var(--hr-state-stack);
}

.hr-state-how-it-works__step {
	border: 0;
	background: transparent;
	min-height: 0;
	position: relative;
	padding: 0 0 0 52px;
}

.hr-state-how-it-works__num {
	position: absolute;
	left: 0;
	top: 0;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--hr-color-primary, #042A32);
	color: #fff;
	font-weight: 800;
	font-size: clamp(1rem, 0.95rem + 0.3vw, 1.125rem);
	margin-bottom: 0;
	line-height: 1;
}

.hr-state-how-it-works__step::before {
	content: "";
	position: absolute;
	left: 17px;
	top: 40px;
	bottom: -24px;
	width: 2px;
	background: var(--hr-color-border-warm, #E8DCC4);
}

.hr-state-how-it-works__step:last-child::before {
	display: none;
}

.hr-state-how-it-works__step p {
	color: var(--hr-color-ink-soft, #42526E);
}

/* ---------- 8. Seller proof (omitted until quote + permission) ---------- */
.hr-state-seller-proof__card {
	border: 0;
	background: transparent;
	padding: 0;
	margin-top: 8px;
	border-inline-start: 3px solid var(--hr-color-teal-light, #55A29C);
	padding-inline-start: 16px;
}

.hr-state-seller-proof__quote {
	max-width: 65ch;
	font-size: clamp(1.125rem, 1.05rem + 0.6vw, 1.375rem);
	line-height: 1.45;
	color: var(--hr-color-primary, #042A32);
}

.hr-state-seller-proof__cite {
	display: block;
	margin-top: 8px;
	color: var(--hr-state-meta-ink);
	font-size: clamp(0.8125rem, 0.78rem + 0.2vw, 0.875rem);
}

.hr-state-seller-proof__photo {
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	margin-top: 8px;
}

/* ---------- 9. Rules (Recipe H) ---------- */
.hr-state-rules .hr-state-prose {
	font-size: clamp(1rem, 0.96rem + 0.25vw, 1.0625rem);
	line-height: 1.65;
}

.hr-state-rules .hr-state-prose h3 {
	margin-top: 1.75em;
	padding-top: 0.75em;
	border-top: 2px solid var(--hr-color-gold-bg, #FDF4E3);
	position: relative;
}

.hr-state-rules .hr-state-prose h3::before {
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	width: 44px;
	height: 2px;
	background: var(--hr-color-gold, #D4943A);
}

.hr-state-rules .hr-state-prose h3:first-child {
	margin-top: 0.5em;
}

/* ---------- 9b. Latest posts (Recipe M — mint band, white sheets) ---------- */

.hr-state-posts__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--hr-state-gap);
	margin-top: var(--hr-state-stack);
}

.hr-state-posts__card {
	background: var(--hr-color-white, #fff);
	border: 0;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.hr-state-posts__featured {
	padding: 0 0 16px;
	border-bottom: 1px solid var(--hr-color-border-teal, #C8E0DD);
	background: transparent;
}

.hr-state-posts__featured h3 {
	font-size: clamp(1.15rem, 2.4vw, 1.5rem);
	margin: 0 0 6px;
}

.hr-state-posts__featured a,
.hr-state-posts__item a {
	display: block;
	text-decoration: none;
	color: var(--hr-color-primary, #042A32);
	min-height: var(--hr-state-tap);
}

.hr-state-posts__featured a:hover,
.hr-state-posts__item a:hover {
	color: var(--hr-state-link-hover);
}

.hr-state-posts__item {
	padding: 8px 0;
	border: 0;
	background: transparent;
}

.hr-state-posts__item + .hr-state-posts__item {
	border-top: 1px solid var(--hr-color-border-teal, #C8E0DD);
}

.hr-state-posts__item h3 {
	font-size: clamp(1rem, 1.6vw, 1.1rem);
	margin: 0 0 4px;
}

.hr-state-posts time {
	display: block;
	color: var(--hr-state-meta-ink);
	font-size: clamp(0.75rem, 0.72rem + 0.15vw, 0.8125rem);
}

.hr-state-posts__media {
	margin: 0;
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: var(--hr-color-bg-soft, #F8F9FA);
}

.hr-state-posts__media:not(:has(img)),
.hr-state-posts__media:has(img[src=""]) {
	display: none;
}

.hr-state-posts__media a {
	display: block;
	min-height: var(--hr-state-tap);
}

.hr-state-posts__img {
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.hr-state-posts__body {
	padding: 12px;
	display: flex;
	flex-direction: column;
	gap: 6px;
	flex: 1 1 auto;
}

.hr-state-posts__card time {
	color: var(--hr-state-meta-ink);
	font-size: clamp(0.75rem, 0.72rem + 0.15vw, 0.8125rem);
}

.hr-state-posts__card h3 {
	margin: 0;
}

.hr-state-posts__card h3 a {
	display: inline-flex;
	align-items: center;
	min-height: var(--hr-state-tap);
	text-decoration: none;
	color: var(--hr-color-primary, #042A32);
	font-weight: 700;
	font-size: clamp(1rem, 1.8vw, 1.15rem);
}

.hr-state-posts__card--featured h3 a {
	font-size: clamp(1.15rem, 2.2vw, 1.4rem);
}

.hr-state-posts__card h3 a:hover {
	color: var(--hr-state-link-hover);
}

.hr-state-posts__excerpt {
	margin: 0;
	color: var(--hr-color-ink-soft, #42526E);
	max-width: 65ch;
}

.hr-state-posts__more {
	margin-top: var(--hr-state-stack);
}

.hr-state-posts__more a {
	display: inline-flex;
	align-items: center;
	min-height: var(--hr-state-tap);
	font-weight: 700;
}

/* ---------- 10. Cities ---------- */
.hr-state-cities__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 28px;
	margin: var(--hr-state-stack) 0 0;
	padding: 0;
	list-style: none;
}

.hr-state-cities__tile {
	border: 0;
	border-bottom: 1px solid var(--hr-color-border-warm, #E8DCC4);
	background: transparent;
	min-height: var(--hr-state-tap);
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	text-align: start;
	padding: 0;
	font-size: clamp(0.8125rem, 0.78rem + 0.2vw, 0.875rem);
}

.hr-state-cities__tile a,
.hr-state-cities__tile span {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: var(--hr-state-tap);
	width: 100%;
	padding: 8px 6px;
	text-decoration: none;
	color: var(--hr-color-primary, #042A32);
	font-weight: 600;
}

.hr-state-cities__tile a:hover {
	color: var(--hr-state-link-hover);
	background: var(--hr-color-gold-bg, #FDF4E3);
}

/* ---------- 11. Compare ---------- */
.hr-state-compare__scroll {
	position: relative;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior-x: contain;
	margin-top: var(--hr-state-stack);
	-webkit-mask-image: linear-gradient(to right, #000 0, #000 calc(100% - 2.25rem), transparent 100%);
	mask-image: linear-gradient(to right, #000 0, #000 calc(100% - 2.25rem), transparent 100%);
}

.hr-state-compare__hint {
	margin: 0 0 8px;
	color: var(--hr-state-meta-ink);
	font-size: clamp(0.75rem, 0.72rem + 0.15vw, 0.8125rem);
}

.hr-state-compare__table {
	width: 100%;
	min-width: 640px;
	border-collapse: collapse;
	font-size: clamp(0.8125rem, 0.78rem + 0.2vw, 0.875rem);
	background: var(--hr-color-white, #fff);
}

.hr-state-compare__caption {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.hr-state-compare__table th,
.hr-state-compare__table td {
	border: 1px solid var(--hr-color-border, #E9ECEF);
	padding: 8px;
	text-align: left;
	vertical-align: top;
}

.hr-state-compare__table thead th {
	background: var(--hr-color-primary, #042A32);
	color: #fff;
	font-weight: 700;
	border-color: var(--hr-color-primary-ink, #021A1F);
}

.hr-state-compare__table thead th:nth-child(3) {
	border-top: 4px solid var(--hr-color-gold, #D4943A);
}

.hr-state-compare__table tbody td:nth-child(3) {
	background: var(--hr-state-band-mint);
}

.hr-state-compare__table tbody th {
	font-weight: 600;
	color: var(--hr-color-primary, #042A32);
}

.hr-state-compare__table th:first-child,
.hr-state-compare__table td:first-child {
	position: sticky;
	left: 0;
	z-index: 1;
	background: var(--hr-color-white, #fff);
	min-width: 7.5rem;
	box-shadow: 1px 0 0 var(--hr-color-border, #E9ECEF);
}

.hr-state-compare__table thead th:first-child {
	z-index: 3;
	background: var(--hr-color-primary, #042A32);
	box-shadow: 1px 0 0 var(--hr-color-primary-ink, #021A1F);
}

/* ---------- 12. FAQ + CTA ---------- */
.hr-state-faq__list details {
	border: 0;
	border-bottom: 1px solid var(--hr-color-border, #E9ECEF);
	margin: 0;
	background: transparent;
}

.hr-state-faq__list details:first-child {
	border-top: 1px solid var(--hr-color-border, #E9ECEF);
}

.hr-state-faq__list summary {
	min-height: 44px;
	display: flex;
	align-items: center;
	padding: 12px 4px;
	font-weight: 700;
	cursor: pointer;
	color: var(--hr-color-primary, #042A32);
	font-size: clamp(0.9375rem, 0.9rem + 0.2vw, 1rem);
}

.hr-state-faq__list details p {
	margin: 0;
	padding: 0 4px 16px;
	max-width: 65ch;
	color: var(--hr-color-text, #334155);
}

.hr-state-cta {
	border: 0;
	position: relative;
	background: var(--hr-state-band-ink);
	padding: clamp(1.5rem, 4vw, 2.5rem);
	margin-top: clamp(2rem, 5vw, 3rem);
}

.hr-state-cta::before {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 4px;
	background: var(--hr-color-gold, #D4943A);
}

.hr-state-cta h2 {
	color: var(--hr-state-heading-on-dark);
}

.hr-state-cta .hr-state-prose {
	color: var(--hr-state-ink-on-dark);
}

.hr-state-cta .hr-state-btn {
	background: #fff;
	border-color: #fff;
	color: var(--hr-color-primary, #042A32);
}

.hr-state-cta .hr-state-btn:hover {
	background: var(--hr-color-cream, #F8F3E8);
	border-color: var(--hr-color-cream, #F8F3E8);
	color: var(--hr-color-primary, #042A32);
}

.hr-state-cta .hr-state-btn--ghost {
	background: transparent;
	border-color: #fff;
	color: #fff;
}

.hr-state-cta .hr-state-btn--ghost:hover {
	background: var(--hr-color-primary-ink, #021A1F);
	color: #fff;
}

.hr-state-cta :focus-visible {
	outline-color: var(--hr-color-white, #fff);
}

.hr-state-cta h2 {
	margin: 0 0 8px;
}

.hr-state-cta .hr-state-cta-row .hr-state-btn {
	min-height: var(--hr-state-tap);
	min-width: var(--hr-state-tap);
	padding: 12px 18px;
	border-width: 2px;
	text-decoration: none;
}

@media (max-width: 767px) {
	.hr-state-cta .hr-state-cta-row {
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: stretch;
	}

	.hr-state-cta .hr-state-cta-row a.hr-state-btn {
		width: 100%;
		min-height: 44px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		border: 2px solid #fff;
		text-decoration: none;
		font-weight: 700;
	}

	.hr-state-cta .hr-state-cta-row a.hr-state-btn:not(.hr-state-btn--ghost) {
		background: #fff;
		color: var(--hr-color-primary, #042A32);
	}

	.hr-state-cta .hr-state-cta-row a.hr-state-btn--ghost {
		background: transparent;
		border-color: #fff;
		color: #fff;
	}
}

/* ---------- 11b. Competitor compare (#vs) ---------- */
.hr-state-vs__scroll {
	position: relative;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior-x: contain;
	margin-top: var(--hr-state-stack);
	-webkit-mask-image: linear-gradient(to right, #000 0, #000 calc(100% - 2.25rem), transparent 100%);
	mask-image: linear-gradient(to right, #000 0, #000 calc(100% - 2.25rem), transparent 100%);
}

.hr-state-vs__hint {
	margin: 8px 0 0;
	color: var(--hr-state-meta-ink);
	font-size: clamp(0.75rem, 0.72rem + 0.15vw, 0.8125rem);
}

.hr-state-vs__table {
	width: 100%;
	min-width: 56rem;
	border-collapse: collapse;
	font-size: clamp(0.8125rem, 0.78rem + 0.2vw, 0.875rem);
	background: var(--hr-color-white, #fff);
}

.hr-state-vs__caption {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.hr-state-vs__table th,
.hr-state-vs__table td {
	border: 1px solid var(--hr-color-border, #E9ECEF);
	padding: 12px 10px;
	text-align: left;
	vertical-align: top;
	min-height: var(--hr-state-tap);
}

.hr-state-vs__table thead th {
	background: var(--hr-color-primary, #042A32);
	color: #fff;
	font-weight: 700;
	border-color: var(--hr-color-primary-ink, #021A1F);
}

.hr-state-vs__table thead th:nth-child(2) {
	border-top: 4px solid var(--hr-color-gold, #D4943A);
}

.hr-state-vs__best {
	display: block;
	letter-spacing: 0.06em;
	font-size: clamp(0.6875rem, 0.66rem + 0.15vw, 0.75rem);
	color: var(--hr-color-gold, #D4943A);
}

.hr-state-vs__table tbody td:nth-child(2) {
	background: var(--hr-color-white, #fff);
	box-shadow: inset 0 0 0 2px var(--hr-color-gold-bg, #FDF4E3);
}

.hr-state-vs__table tbody th {
	font-weight: 600;
	color: var(--hr-color-primary, #042A32);
}

.hr-state-vs__table th:first-child,
.hr-state-vs__table td:first-child {
	position: sticky;
	left: 0;
	z-index: 1;
	background: var(--hr-color-white, #fff);
	min-width: 8.5rem;
	box-shadow: 1px 0 0 var(--hr-color-border, #E9ECEF);
}

.hr-state-vs__table thead th:first-child {
	z-index: 3;
	background: var(--hr-color-primary, #042A32);
	box-shadow: 1px 0 0 var(--hr-color-primary-ink, #021A1F);
}

.hr-state-vs__table tbody th:first-child {
	background: var(--hr-color-white, #fff);
}

.hr-state-vs__table b {
	display: block;
	font-weight: 700;
	color: var(--hr-color-primary, #042A32);
}

.hr-state-vs__table small {
	display: block;
	margin-top: 2px;
	font-weight: 400;
	color: var(--hr-color-ink-soft, #42526E);
}

.hr-state-vs__note {
	margin-top: 12px;
	max-width: 65ch;
	color: var(--hr-color-ink-soft, #42526E);
	font-size: clamp(0.8125rem, 0.78rem + 0.2vw, 0.875rem);
}

/* ---------- 11b-mobile. Card-stack tables (≤767) ----------
   Real <table> stays for a11y + desktop. On phones each tbody row
   becomes a stacked card: feature name as title, labeled values
   via data-label. No horizontal page scroll, no swipe hint. */
@media (max-width: 767px) {
	.hr-state-compare__hint,
	.hr-state-vs__hint {
		display: none;
	}

	.hr-state-compare__scroll,
	.hr-state-vs__scroll {
		overflow: visible;
		overflow-x: visible;
		-webkit-overflow-scrolling: auto;
		overscroll-behavior-x: auto;
		-webkit-mask-image: none;
		mask-image: none;
	}

	.hr-state-compare__table,
	.hr-state-vs__table {
		display: block;
		width: 100%;
		min-width: 0;
		background: transparent;
		font-size: 1rem;
	}

	.hr-state-compare__table thead,
	.hr-state-vs__table thead {
		display: none;
	}

	.hr-state-compare__table tbody,
	.hr-state-vs__table tbody {
		display: flex;
		flex-direction: column;
		gap: 12px;
	}

	.hr-state-compare__table tbody tr,
	.hr-state-vs__table tbody tr {
		display: block;
		width: 100%;
		margin: 0;
		background: var(--hr-color-white, #fff);
		border: 1px solid var(--hr-color-border, #E9ECEF);
		padding: 16px;
	}

	.hr-state-compare__table tbody th,
	.hr-state-compare__table tbody td,
	.hr-state-vs__table tbody th,
	.hr-state-vs__table tbody td {
		display: block;
		width: 100%;
		max-width: 100%;
		border: 0;
		position: static;
		left: auto;
		z-index: auto;
		min-width: 0;
		min-height: 0;
		box-shadow: none;
		background: transparent;
		padding: 0;
	}

	.hr-state-compare__table tbody th,
	.hr-state-vs__table tbody th {
		font-size: 1rem;
		font-weight: 700;
		line-height: 1.3;
		margin: 0 0 4px;
		padding: 0 0 12px;
		border-bottom: 1px solid var(--hr-color-border, #E9ECEF);
		color: var(--hr-color-primary, #042A32);
	}

	.hr-state-compare__table tbody td,
	.hr-state-vs__table tbody td {
		display: flex;
		flex-wrap: wrap;
		align-items: baseline;
		justify-content: space-between;
		gap: 8px 16px;
		padding: 12px 8px;
		margin-inline: -8px;
		font-size: 1rem;
		line-height: 1.4;
		min-height: var(--hr-state-tap);
		border-top: 1px solid var(--hr-color-border, #E9ECEF);
	}

	.hr-state-compare__table tbody td:first-of-type,
	.hr-state-vs__table tbody td:first-of-type {
		border-top: 0;
	}

	.hr-state-compare__table tbody td::before,
	.hr-state-vs__table tbody td::before {
		content: attr(data-label);
		flex: 0 1 auto;
		font-weight: 600;
		color: var(--hr-color-ink-soft, #42526E);
	}

	/* Advanced column keeps mint + gold in the card stack */
	.hr-state-compare__table thead th:nth-child(3) {
		border-top: 0;
	}

	.hr-state-compare__table tbody td:nth-child(3) {
		background: var(--hr-state-band-mint);
		box-shadow: inset 0 3px 0 var(--hr-color-gold, #D4943A);
	}

	/* HomeRise column keeps gold highlight in the vs card stack */
	.hr-state-vs__table tbody td:nth-child(2) {
		background: var(--hr-color-gold-bg, #FDF4E3);
		box-shadow: inset 0 3px 0 var(--hr-color-gold, #D4943A);
	}

	.hr-state-compare__table th:first-child,
	.hr-state-compare__table td:first-child,
	.hr-state-vs__table th:first-child,
	.hr-state-vs__table td:first-child {
		position: static;
		min-width: 0;
		box-shadow: none;
		background: transparent;
	}

	.hr-state-compare__table tbody th:first-child,
	.hr-state-vs__table tbody th:first-child {
		background: transparent;
	}
}

/* ---------- 11c. Listing-side savings (#savings) — mini-statement ---------- */

/* White sheet: the instrument (form + rows + fine print). Featured-card
   grammar: white ground, teal hairline, 4px gold top bar, 0 1px 0 shadow. */
.hr-state .hr-state-savings__sheet {
	position: relative;
	max-width: 34rem;
	margin-top: var(--hr-state-stack);
	background: var(--hr-color-white, #fff);
	border: 1px solid var(--hr-color-border-teal, #C8E0DD);
	padding: 24px 16px 20px;
	box-shadow: 0 1px 0 var(--hr-color-border-teal, #C8E0DD);
}

.hr-state .hr-state-savings__sheet::before {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 4px;
	background: var(--hr-color-gold, #D4943A); /* decorative bar, never text */
}

/* Form: no more cream pad, no more 28rem cap — the sheet owns the width */
.hr-state .hr-state-savings__form {
	margin-top: var(--hr-state-stack);
	max-width: none;
	padding: 0;
	background: transparent;
}

.hr-state .hr-state-savings__sheet .hr-state-savings__form {
	margin-top: 0; /* sheet padding provides the space */
}

.hr-state .hr-state-savings__form label {
	display: block;
	font-weight: 600;
	color: var(--hr-color-primary, #042A32);
	margin-bottom: 6px;
}

/* Money box: visible dollar prefix + large numerals, one bordered control */
.hr-state .hr-state-savings__field {
	display: flex;
	align-items: center;
	background: var(--hr-color-white, #fff);
	border: 2px solid var(--hr-color-primary, #042A32);
	min-height: 56px; /* comfortably > --hr-state-tap (44px) */
}

.hr-state .hr-state-savings__prefix {
	flex: 0 0 auto;
	padding-inline-start: 14px;
	font-size: clamp(1.25rem, 1.1rem + 0.9vw, 1.5rem);
	font-weight: 700;
	line-height: 1;
	color: var(--hr-color-primary, #042A32);
}

.hr-state .hr-state-savings__field input {
	flex: 1 1 auto;
	min-width: 0;
	width: 100%;
	min-height: 52px;
	border: 0;
	background: transparent;
	padding: 12px 14px 12px 8px;
	font-size: clamp(1.25rem, 1.1rem + 0.9vw, 1.5rem);
	font-weight: 700;
	color: var(--hr-color-primary, #042A32);
	font-variant-numeric: tabular-nums;
}

.hr-state .hr-state-savings__field input::placeholder {
	color: var(--hr-state-meta-ink);
	opacity: 1;
}

/* One focus indicator on the whole money box (global ink convention);
   gold never carries focus — it fails 3:1 on white (2.59:1). */
.hr-state .hr-state-savings__field:focus-within {
	outline: 3px solid var(--hr-color-primary, #042A32);
	outline-offset: 2px;
}

.hr-state .hr-state-savings__field input:focus-visible {
	outline: none; /* the indicator lives on __field, not doubled inside it */
}

/* Range: 44px hit area, full sheet width, token colors — not the UA chrome. */
.hr-state .hr-state-savings__slider {
	-webkit-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	height: var(--hr-state-tap); /* 44px */
	margin: 8px 0 0;
	padding: 0;
	background: transparent;
	accent-color: var(--hr-color-primary, #042A32);
	cursor: pointer;
}

.hr-state .hr-state-savings__slider:focus-visible {
	outline: 3px solid var(--hr-color-primary, #042A32);
	outline-offset: 2px;
}

.hr-state .hr-state-savings__slider::-webkit-slider-runnable-track {
	height: 6px;
	border-radius: 999px;
	background: var(--hr-color-border-teal, #C8E0DD);
}

.hr-state .hr-state-savings__slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 24px;
	height: 24px;
	margin-top: -9px; /* center 24px thumb on 6px track */
	border-radius: 50%;
	background: var(--hr-color-primary, #042A32);
	border: 3px solid var(--hr-color-white, #fff);
	box-shadow: 0 0 0 2px var(--hr-color-primary, #042A32);
	cursor: grab;
}

.hr-state .hr-state-savings__slider:active::-webkit-slider-thumb {
	cursor: grabbing;
}

.hr-state .hr-state-savings__slider::-moz-range-track {
	height: 6px;
	border: 0;
	border-radius: 999px;
	background: var(--hr-color-border-teal, #C8E0DD);
}

.hr-state .hr-state-savings__slider::-moz-range-thumb {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: var(--hr-color-primary, #042A32);
	border: 3px solid var(--hr-color-white, #fff);
	box-shadow: 0 0 0 2px var(--hr-color-primary, #042A32);
	cursor: grab;
}

.hr-state .hr-state-savings__form small {
	display: block;
	margin-top: 6px;
	color: var(--hr-state-meta-ink);
	font-size: clamp(0.75rem, 0.72rem + 0.15vw, 0.8125rem);
}

.hr-state .hr-state-savings__source {
	color: inherit;
	text-underline-offset: 2px;
}

.hr-state .hr-state-savings__source:hover,
.hr-state .hr-state-savings__source:focus-visible {
	color: var(--hr-state-link-hover);
}

/* Statement rows: hairline-topped supporting lines */
.hr-state .hr-state-savings__out {
	margin: 14px 0 0;
	max-width: none; /* was 28rem */
}

.hr-state .hr-state-savings__out > div {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 4px 16px;
	min-height: 0;
	padding: 10px 0;
	border-top: 1px solid var(--hr-color-border-teal, #C8E0DD);
	border-bottom: 0;
}

.hr-state .hr-state-savings__out dt {
	margin: 0;
	color: var(--hr-color-ink-soft, #42526E);
}

.hr-state .hr-state-savings__out dd {
	margin: 0;
	font-weight: 700;
	color: var(--hr-color-primary, #042A32);
	font-variant-numeric: tabular-nums;
}

/* Difference = the hero: total rule + proof-stat scale */
.hr-state .hr-state-savings__out > div:last-child {
	display: block;
	margin-top: 6px;
	padding: 12px 0 0;
	border-top: 2px solid var(--hr-color-primary, #042A32);
}

.hr-state .hr-state-savings__out > div:last-child dt {
	font-size: clamp(0.8125rem, 0.78rem + 0.2vw, 0.875rem);
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--hr-state-meta-ink);
}

.hr-state .hr-state-savings__out > div:last-child dd {
	margin-top: 2px;
	font-size: clamp(1.5rem, 3.2vw, 2.25rem); /* proof-stat scale */
	font-weight: 800;
	line-height: 1.1;
	color: var(--hr-color-primary, #042A32);
}

/* Fine print: statement footnote on the sheet */
.hr-state .hr-state-savings__fine {
	margin-top: 14px;
	max-width: 65ch;
}

.hr-state .hr-state-savings__fine small {
	color: var(--hr-state-meta-ink);
	font-size: clamp(0.75rem, 0.72rem + 0.15vw, 0.8125rem);
}

@media (min-width: 768px) {
	.hr-state .hr-state-savings__sheet {
		padding: 28px 24px 24px;
	}
}

@media (min-width: 1024px) {
	/* Inside the tools wrapper the sheet fills its column — the 34rem cap
	   (successor of the old 28rem) exists only for standalone/stacked states */
	.hr-state .hr-state-tools .hr-state-savings__sheet {
		max-width: none;
	}
}

/* ---------- 11d. Tools chapter (#savings + #calc side by side) ---------- */

/* White chapter band; the mint moment moves onto the savings stage inside */
.hr-state .hr-state-tools {
	background: var(--hr-color-white, #fff);
}

/* The grid carries the chapter rhythm + gutters the nested sections gave up
   (the shipped `.hr-state > section .hr-state-inner` rhythm rule is child-
   scoped, so it stops matching wrapped sections automatically) */
.hr-state .hr-state-tools__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 24px;
	padding: var(--hr-state-chapter-top) var(--hr-state-gutter) var(--hr-state-chapter-end);
}

/* Direct children only: #savings + #calc must be the columns.
   Neutralize chapter/section display:block + width:100% so they cannot
   collapse the grid into a stack. */
.hr-state .hr-state-tools__grid > #savings,
.hr-state .hr-state-tools__grid > #calc,
.hr-state .hr-state-tools__grid > .hr-state-savings,
.hr-state .hr-state-tools__grid > .hr-state-calculator {
	min-width: 0;
	width: auto;
	max-width: none;
	grid-column: auto;
}

/* Nested sections become columns: strip band skin + base inner padding.
   Standalone (unwrapped) sections keep today's full-bleed band look. */
.hr-state .hr-state-tools .hr-state-calculator {
	background: transparent;
}

.hr-state .hr-state-tools .hr-state-savings > .hr-state-inner,
.hr-state .hr-state-tools .hr-state-calculator > .hr-state-inner {
	padding: 0;
}

/* Savings column = inset mint stage: a panel, never a full-bleed band */
.hr-state .hr-state-tools .hr-state-savings {
	background: var(--hr-state-band-mint);
	padding: 20px 16px 24px;
}

/* Calc column stays typography-first. The shipped full-width-era rule
   `.hr-state-calculator__grid--single .hr-state-prose { max-width: none }`
   KEEPS serving unwrapped templates; inside the wrapper this higher-
   specificity override restores the reading measure. */
.hr-state .hr-state-tools .hr-state-calculator__grid--single .hr-state-prose {
	max-width: 65ch;
}

/* Defensive: if the net-proceeds widget ever un-gates, its two boxes must
   stack inside a half column, not go 2-col @768. Inert today (--single). */
.hr-state .hr-state-tools .hr-state-calculator__grid {
	grid-template-columns: 1fr;
}

/* Lone-tool state (wrapper prints whenever either tool prints):
   cap a lone savings stage so it reads as a placed object, not a band */
.hr-state .hr-state-tools .hr-state-savings:only-child {
	max-width: 44rem;
}

@media (min-width: 768px) {
	.hr-state .hr-state-tools .hr-state-savings {
		padding: 24px 24px 28px;
	}
}

@media (min-width: 1024px) {
	.hr-state .hr-state-tools__grid {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: 32px;
		align-items: start;
	}

	.hr-state .hr-state-tools__grid > #savings,
	.hr-state .hr-state-tools__grid > #calc,
	.hr-state .hr-state-tools__grid > .hr-state-savings,
	.hr-state .hr-state-tools__grid > .hr-state-calculator {
		width: auto;
		max-width: none;
		grid-column: auto;
	}
}

@media (min-width: 1280px) {
	.hr-state .hr-state-tools__grid {
		gap: 40px;
	}
}

/* ---------- Breakpoints ---------- */
@media (min-width: 480px) {
	.hr-state-proof__grid {
		grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
	}

	.hr-state-proof__stat {
		padding: 4px 20px 4px 0;
	}

	.hr-state-proof__stat + .hr-state-proof__stat {
		border-top: 0;
		border-inline-start: 1px solid var(--hr-color-border-teal, #C8E0DD);
		padding-inline-start: 20px;
	}

	.hr-state-mls__grid {
		grid-template-columns: 1fr 1fr;
	}

	.hr-state-cities__grid {
		grid-template-columns: 1fr 1fr 1fr;
	}

}

/* MLS grids, 2-col band only: an odd count strands the last card in a
   half-empty row — let it take the full row instead. Same bounded-band
   pattern as the cities last-row cleanup later in this file. */
@media (min-width: 480px) and (max-width: 1023px) {
	.hr-state-mls__grid > .hr-state-mls__card:nth-child(odd):last-child {
		grid-column: 1 / -1;
	}
}

@media (min-width: 768px) {
	.hr-state {
		--hr-state-gutter: 20px;
		--hr-state-block-top: 16px;
		--hr-state-block-end: 24px;
		--hr-state-stack: 16px;
	}

	.hr-state-hero__copy {
		padding: 24px 20px;
	}

	.hr-state-proof__grid {
		grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
	}

	.hr-state-proof__grid--5 {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	.hr-state-pricing {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		align-items: stretch;
	}

	.hr-state-pricing__card {
		padding: 28px 28px;
	}

	.hr-state-pricing__card--featured {
		padding-top: 28px;
		box-shadow: 0 0 0 4px var(--hr-color-gold-bg, #FDF4E3);
	}


	.hr-state-calculator__grid {
		grid-template-columns: 1fr 1fr;
	}

	.hr-state-calculator__grid.hr-state-calculator__grid--single {
		grid-template-columns: 1fr;
		width: 100%;
	}

	.hr-state-compare__hint {
		display: none;
	}

	.hr-state-what-you-get__grid {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 0;
	}

	.hr-state-what-you-get__card {
		padding-inline: 20px;
	}

	.hr-state-what-you-get__card:first-child {
		padding-inline-start: 0;
	}

	.hr-state-what-you-get__card + .hr-state-what-you-get__card {
		border-inline-start: 1px solid var(--hr-color-border-teal, #C8E0DD);
	}

	.hr-state-cities__grid {
		grid-template-columns: repeat(5, 1fr);
	}

	.hr-state-posts__grid {
		grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
		gap: 24px;
		align-items: stretch;
	}

	.hr-state-posts__featured {
		padding: 0;
		border-bottom: 0;
		border-inline-end: 0;
	}

	.hr-state-posts__item {
		padding: 12px 0;
	}

	.hr-state-posts__card--featured {
		grid-column: auto;
		grid-row: auto;
	}

	.hr-state-posts__grid--single {
		grid-template-columns: 1fr;
	}

	.hr-state-posts__grid--single .hr-state-posts__card--featured {
		grid-column: 1 / -1;
		grid-row: auto;
	}

	.hr-state-posts__card {
		height: 100%;
	}

	.hr-state-compare__scroll {
		overflow: visible;
		-webkit-mask-image: none;
		mask-image: none;
	}

	.hr-state-cta {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
		column-gap: 24px;
	}

	.hr-state-cta h2 {
		grid-column: 1;
		grid-row: 1;
		margin: 0 0 8px;
	}

	.hr-state-cta .hr-state-prose {
		grid-column: 1;
		grid-row: 2;
	}

	.hr-state-cta .hr-state-cta-row {
		grid-column: 2;
		grid-row: 1 / span 2;
		margin-top: 0;
		align-self: center;
	}
}

@media (min-width: 1024px) {
	.hr-state-hero--has-image {
		flex-direction: row;
		align-items: stretch;
	}

	.hr-state-hero--has-image .hr-state-hero__media {
		flex: 1 1 55%;
		min-height: var(--hr-state-hero-min);
		display: flex;
		border-bottom: 0;
		border-inline-end: var(--hr-state-rule);
	}

	.hr-state-hero--has-image .hr-state-hero__img {
		width: 100%;
		height: 100%;
		min-height: var(--hr-state-hero-min);
		aspect-ratio: auto;
		object-fit: cover;
	}

	.hr-state-hero--has-image .hr-state-hero__copy {
		flex: 1 1 45%;
		padding: 32px 40px;
	}

	.hr-state-intro .hr-state-inner {
		display: grid;
		grid-template-columns: minmax(14rem, 0.9fr) minmax(20rem, 1.2fr);
		column-gap: clamp(1.5rem, 4vw, 3rem);
		align-items: center;
	}

	.hr-state-intro .hr-state-kicker,
	.hr-state-intro h2 {
		grid-column: 1;
	}

	.hr-state-intro h2 {
		max-width: none;
	}

	.hr-state-intro .hr-state-prose {
		grid-column: 2;
		grid-row: 1 / span 2;
		align-self: center;
	}

	.hr-state-rules .hr-state-prose {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto 1fr;
		grid-auto-flow: column;
		column-gap: clamp(2rem, 4vw, 3.5rem);
		max-width: none;
	}

	.hr-state-rules .hr-state-prose h3 {
		margin-top: 0;
	}

	/* MLS grids: 12-track canvas. Base card = 3-across (span 4). */
	.hr-state-mls__grid {
		grid-template-columns: repeat(12, 1fr);
	}

	.hr-state-mls__grid > .hr-state-mls__card {
		grid-column: span 4;
	}

	/* Count ≡ 2 (mod 3) — 2, 5, 8, 11… cards: the two-card last row centers
	   itself. First card of that row takes tracks 3–6; its sibling auto-flows
	   into 7–10. Pure :nth-child math — inert at every other count. */
	.hr-state-mls__grid > .hr-state-mls__card:nth-child(3n+1):nth-last-child(2) {
		grid-column: 3 / span 4;
	}

	/* Count ≡ 1 (mod 3) and ≥ 4 — 4, 7, 10… cards: lead with one 4-across
	   row (span 3); the rest stay 3-across (span 4). Every row lands full:
	   7 cards → 4+3, 4 cards → a single row of 4. Non-:has() browsers skip
	   this rule and fall back to 3-across (today's layout). */
	.hr-state-mls__grid:has(> :nth-child(3n+1):nth-child(n+4):last-child) > .hr-state-mls__card:nth-child(-n+4) {
		grid-column: span 3;
	}

	/* Defensive: a lone card centers instead of hugging track 1. */
	.hr-state-mls__grid > .hr-state-mls__card:only-child {
		grid-column: 5 / span 4;
	}

	#calc .hr-state-calculator__grid--single,
	.hr-state-calculator__grid.hr-state-calculator__grid--single {
		grid-template-columns: 1fr;
		width: 100%;
	}

	.hr-state-how-it-works__grid {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		gap: 24px;
	}

	.hr-state-how-it-works__step {
		padding: 52px 12px 0 0;
	}

	.hr-state-how-it-works__step::before {
		left: 44px;
		right: -24px;
		top: 17px;
		bottom: auto;
		width: auto;
		height: 2px;
	}

	.hr-state-posts__grid {
		grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
		gap: 32px;
		align-items: stretch;
	}

	.hr-state-posts__card--featured .hr-state-posts__body {
		padding: 16px 20px;
	}
}

@media (min-width: 1280px) {
	.hr-state {
		--hr-state-gutter: 40px;
		--hr-state-block-top: 16px;
		--hr-state-block-end: 24px;
	}

	.hr-state-vs__hint {
		display: none;
	}

	.hr-state-vs__scroll {
		overflow: visible;
		-webkit-mask-image: none;
		mask-image: none;
	}

	.hr-state-hero__copy {
		padding: 32px 40px;
	}

	.hr-state-cities__grid {
		grid-template-columns: repeat(6, 1fr);
	}
}

@media (min-width: 1440px) {
	.hr-state {
		max-width: 1440px;
	}
}

/* Cities: no dangling last-row hairline / empty-cell divider */
.hr-state-cities__tile:last-child {
	border-bottom: 0;
}

@media (max-width: 479px) {
	.hr-state-cities__grid > :nth-last-child(-n+2) {
		border-bottom: 0;
	}

	.hr-state-cities__grid > :last-child:nth-child(odd) {
		grid-column: 1 / -1;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	.hr-state-cities__grid > :nth-last-child(-n+3) {
		border-bottom: 0;
	}
}

@media (min-width: 768px) and (max-width: 1279px) {
	.hr-state-cities__grid > :nth-last-child(-n+5) {
		border-bottom: 0;
	}
}

@media (min-width: 1280px) {
	.hr-state-cities__grid > :nth-last-child(-n+6) {
		border-bottom: 0;
	}
}

/* 375: stacked hero CTAs; fill viewport; no 100vw overflow strip */
@media (max-width: 375px) {
	.hr-state {
		width: 100%;
		max-width: 100%;
		overflow-x: clip;
	}

	.hr-state-hero .hr-state-cta-row {
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: stretch;
		width: 100%;
	}

	.hr-state-hero .hr-state-cta-row .hr-state-btn {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hr-state,
	.hr-state * {
		/* Beat Elementor motion utilities on this subtree only. */
		animation: none !important;
		transition: none !important;
		scroll-behavior: auto;
	}

	.hr-state-pricing__card--featured {
		transform: none;
	}
}

/* 112l: mobile card-stack tables + package badge/order */
.hr-state .hr-state-tools__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--hr-state-gutter, 1.5rem);
	width: 100%;
}
@media (min-width: 1024px) {
	.hr-state .hr-state-tools__grid {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		align-items: start;
	}
	.hr-state .hr-state-tools__grid > .hr-state-savings,
	.hr-state .hr-state-tools__grid > .hr-state-calculator {
		width: auto;
		max-width: none;
		min-width: 0;
	}
}

/* ANP-356: lone Savings (or lone Costs) spans the 2-col row — no blank column. */
.hr-state .hr-state-tools__grid > :only-child,
.hr-state .hr-state-tools__grid > #savings:only-child,
.hr-state .hr-state-tools__grid > #calc:only-child,
.hr-state .hr-state-tools__grid > .hr-state-savings:only-child,
.hr-state .hr-state-tools__grid > .hr-state-calculator:only-child {
	grid-column: 1 / -1;
}
@media (min-width: 1024px) {
	.hr-state .hr-state-tools__grid:has(> :only-child) {
		grid-template-columns: minmax(0, 1fr);
	}
}

/* ANP-372 / 112u: city MLS grid — 1/2/3 cards, no reserved empty columns.
   Scoped to .hr-state--city only. State-hub 12-track + only-child span-4 stay. */
.hr-state.hr-state--city .hr-state-mls__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--hr-state-gap);
}

.hr-state.hr-state--city .hr-state-mls__grid > .hr-state-mls__card,
.hr-state.hr-state--city .hr-state-mls__grid > .hr-state-mls__card:only-child,
.hr-state.hr-state--city .hr-state-mls__grid > .hr-state-mls__card:nth-child(odd):last-child,
.hr-state.hr-state--city .hr-state-mls__grid > .hr-state-mls__card:nth-child(3n+1):nth-last-child(2) {
	grid-column: auto;
}

.hr-state.hr-state--city .hr-state-mls__grid[data-count="1"] > .hr-state-mls__card,
.hr-state.hr-state--city .hr-state-mls__grid[data-count="1"] > .hr-state-mls__card:only-child {
	grid-column: 1 / -1;
	width: 100%;
	max-width: none;
}

@media (min-width: 480px) {
	.hr-state.hr-state--city .hr-state-mls__grid {
		grid-template-columns: 1fr;
	}
}

@media (min-width: 768px) {
	.hr-state.hr-state--city .hr-state-mls__grid[data-count="2"] {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hr-state.hr-state--city .hr-state-mls__grid[data-count="3"] {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.hr-state.hr-state--city .hr-state-mls__grid,
	.hr-state.hr-state--city .hr-state-mls__grid[data-count="1"] {
		grid-template-columns: 1fr;
	}

	.hr-state.hr-state--city .hr-state-mls__grid[data-count="2"] {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hr-state.hr-state--city .hr-state-mls__grid[data-count="3"] {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.hr-state.hr-state--city .hr-state-mls__grid > .hr-state-mls__card,
	.hr-state.hr-state--city .hr-state-mls__grid > .hr-state-mls__card:only-child,
	.hr-state.hr-state--city .hr-state-mls__grid:has(> :nth-child(3n+1):nth-child(n+4):last-child) > .hr-state-mls__card:nth-child(-n+4) {
		grid-column: auto;
	}

	.hr-state.hr-state--city .hr-state-mls__grid[data-count="1"] > .hr-state-mls__card,
	.hr-state.hr-state--city .hr-state-mls__grid[data-count="1"] > .hr-state-mls__card:only-child {
		grid-column: 1 / -1;
	}
}

@media (min-width: 1024px) {
	.hr-state-solds__grid {
		display: grid;
		grid-auto-flow: row;
		grid-template-columns: repeat(5, minmax(0, 1fr));
		grid-auto-columns: unset;
		gap: 16px;
		margin-inline: 0;
		padding: 0;
		overflow: visible;
		scroll-snap-type: none;
	}

	.hr-state-solds__card {
		flex: unset;
	}
}

/* ANP-372 / 112x: city neighborhood pills. No ZIP dump. City-only. */
/* ANP-356 / 113c: solds row matches paste.css spec. */
.hr-state-hoods__grid {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: var(--hr-state-stack);
}

.hr-state .hr-state-hoods .hr-state-hoods__pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 0;
	padding: 10px 18px;
	border: 1px solid var(--hr-color-border-warm, #E8DCC4);
	border-radius: 999px;
	background: var(--hr-color-white, #fff);
	color: var(--hr-color-primary, #042A32);
	font-size: clamp(0.8125rem, 0.78rem + 0.2vw, 0.875rem);
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
}


@media (min-width: 768px) {
	.hr-state-hoods__grid {
		gap: 10px;
	}
}
