/* Home Energy Emissions Calculator */
.has-home-energy-emissions-calculator {
	background: #f4f7f6;
}

.has-home-energy-emissions-calculator .site-content {
	display: block;
}

.has-home-energy-emissions-calculator .content-area,
.has-home-energy-emissions-calculator .site-main {
	width: 100%;
}

.has-home-energy-emissions-calculator.page .site-main {
	margin-top: 28px;
	margin-bottom: 76px;
}

.heec-page {
	--heec-navy: #12243b;
	--heec-navy-deep: #0b182a;
	--heec-navy-soft: #1b3851;
	--heec-green: #1f765d;
	--heec-green-bright: #59cba1;
	--heec-green-pale: #ecf8f3;
	--heec-blue: #3f71c8;
	--heec-blue-pale: #eef4ff;
	--heec-amber: #f2b84b;
	--heec-coral: #d86154;
	--heec-coral-pale: #fff0ee;
	--heec-ink: #182639;
	--heec-muted: #667587;
	--heec-border: #dce4e7;
	--heec-surface: #f3f6f7;
	--heec-white: #fff;
	max-width: 100%;
	overflow: clip;
	color: var(--heec-ink);
	font-size: 16px;
	line-height: 1.58;
}

.heec-page,
.heec-page * {
	box-sizing: border-box;
}

.heec-page h1,
.heec-page h2,
.heec-page h3,
.heec-page p {
	margin-top: 0;
}

.heec-page h1,
.heec-page h2,
.heec-page h3,
.heec-page strong {
	color: inherit;
}

.heec-page button,
.heec-page input {
	font: inherit;
}

.heec-page button,
.heec-page summary {
	cursor: pointer;
}

.heec-page [hidden] {
	display: none !important;
}

.heec-page :where(a, button, input, summary):focus-visible {
	outline: 3px solid var(--heec-amber);
	outline-offset: 3px;
}

.heec-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.33fr) minmax(330px, .67fr);
	align-items: center;
	min-height: 468px;
	padding: 60px 66px;
	overflow: hidden;
	color: var(--heec-white);
	background:
		radial-gradient(circle at 83% 18%, rgba(85, 208, 163, .23), transparent 27%),
		radial-gradient(circle at 7% 108%, rgba(61, 111, 197, .29), transparent 41%),
		linear-gradient(136deg, #0e1d33 0%, #17334b 58%, #155044 125%);
	border-radius: 28px;
	isolation: isolate;
}

.heec-hero::before {
	position: absolute;
	inset: 0;
	z-index: -2;
	background-image:
		linear-gradient(rgba(255, 255, 255, .032) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .032) 1px, transparent 1px);
	background-size: 43px 43px;
	mask-image: linear-gradient(90deg, transparent 3%, #000 64%);
	content: "";
}

.heec-hero::after {
	position: absolute;
	right: -135px;
	bottom: -195px;
	z-index: -1;
	width: 390px;
	height: 390px;
	border: 1px solid rgba(255, 255, 255, .075);
	border-radius: 50%;
	box-shadow: 0 0 0 50px rgba(255, 255, 255, .018), 0 0 0 100px rgba(255, 255, 255, .012);
	content: "";
}

.heec-hero__content {
	position: relative;
	z-index: 3;
	min-width: 0;
	max-width: 745px;
}

.heec-breadcrumb {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	margin-bottom: 37px;
	color: rgba(255, 255, 255, .74);
	font-size: 13px;
	font-weight: 750;
	letter-spacing: .025em;
	text-decoration: none;
	transition: color .18s ease;
}

.heec-breadcrumb:hover {
	color: var(--heec-white);
}

.heec-breadcrumb span {
	font-size: 18px;
	line-height: 1;
}

.heec-eyebrow,
.heec-section-label,
.heec-scenario-card__eyebrow {
	margin-bottom: 9px;
	color: var(--heec-green);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .135em;
	line-height: 1.35;
	text-transform: uppercase;
}

.heec-hero .heec-eyebrow {
	color: #82dfbe;
}

.heec-hero h1 {
	max-width: 720px;
	margin-bottom: 18px;
	color: var(--heec-white);
	font-size: clamp(42px, 5.15vw, 66px);
	font-weight: 850;
	letter-spacing: -.05em;
	line-height: 1.01;
}

.heec-hero__intro {
	max-width: 665px;
	margin-bottom: 29px;
	color: rgba(255, 255, 255, .79);
	font-size: 18px;
	line-height: 1.62;
}

.heec-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 24px;
	align-items: center;
	color: rgba(255, 255, 255, .9);
	font-size: 12px;
	font-weight: 750;
}

.heec-hero__meta > span {
	display: inline-flex;
	gap: 8px;
	align-items: center;
}

.heec-hero__meta i {
	display: block;
	width: 7px;
	height: 7px;
	background: var(--heec-green-bright);
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(89, 203, 161, .13);
}

.heec-hero__visual {
	position: relative;
	width: 340px;
	height: 340px;
	justify-self: end;
}

.heec-orbit {
	position: absolute;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 50%;
}

.heec-orbit--one {
	inset: 5px;
}

.heec-orbit--two {
	inset: 42px;
	border-style: dashed;
	opacity: .8;
}

.heec-house {
	position: absolute;
	top: 59px;
	left: 60px;
	z-index: 2;
	width: 220px;
	height: 220px;
	padding: 18px;
	background: linear-gradient(148deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .065));
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 42px;
	box-shadow: 0 30px 55px rgba(2, 17, 30, .3), inset 0 1px rgba(255, 255, 255, .18);
	transform: rotate(-2deg);
}

.heec-house__roof,
.heec-house__body,
.heec-house__door,
.heec-house__panel,
.heec-house__panel-line,
.heec-house__pulse {
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.heec-house__roof,
.heec-house__body,
.heec-house__door {
	stroke: rgba(255, 255, 255, .88);
	stroke-width: 5;
}

.heec-house__panel {
	fill: rgba(83, 204, 160, .22);
	stroke: #75d8b4;
	stroke-width: 3;
}

.heec-house__panel-line {
	stroke: rgba(255, 255, 255, .53);
	stroke-width: 1.5;
}

.heec-house__pulse {
	stroke: #f5c866;
	stroke-width: 4;
}

.heec-hero-chip {
	position: absolute;
	z-index: 3;
	display: flex;
	width: 66px;
	height: 66px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: var(--heec-navy);
	background: rgba(255, 255, 255, .94);
	border: 1px solid rgba(255, 255, 255, .64);
	border-radius: 18px;
	box-shadow: 0 16px 28px rgba(3, 18, 31, .24);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .07em;
}

.heec-hero-chip small {
	margin-top: 2px;
	color: #6e7e8c;
	font-size: 8px;
	font-weight: 750;
	letter-spacing: .04em;
}

.heec-hero-chip--grid {
	top: 17px;
	right: 31px;
	transform: rotate(5deg);
}

.heec-hero-chip--solar {
	right: 3px;
	bottom: 46px;
	color: #175b48;
	transform: rotate(-4deg);
}

.heec-hero-chip--heat {
	bottom: 16px;
	left: 7px;
	color: #375e9f;
	transform: rotate(3deg);
}

.heec-noscript {
	margin-top: 22px;
	padding: 15px 18px;
	color: #7c3e21;
	background: #fff5e9;
	border: 1px solid #edcfb2;
	border-radius: 12px;
}

.heec-app {
	margin-top: 27px;
}

.heec-intro-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	overflow: hidden;
	background: var(--heec-white);
	border: 1px solid var(--heec-border);
	border-radius: 16px;
	box-shadow: 0 9px 30px rgba(18, 36, 59, .05);
}

.heec-intro-strip > div {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 94px;
	padding: 21px 25px;
	gap: 14px;
	align-items: center;
	border-left: 1px solid var(--heec-border);
}

.heec-intro-strip > div:first-child {
	border-left: 0;
}

.heec-intro-strip > div:not(:last-child)::after {
	position: absolute;
	top: 50%;
	right: -9px;
	z-index: 2;
	display: grid;
	width: 18px;
	height: 18px;
	place-items: center;
	color: #809186;
	background: var(--heec-white);
	border: 1px solid var(--heec-border);
	border-radius: 50%;
	font-size: 10px;
	content: "›";
	transform: translateY(-50%);
}

.heec-intro-strip > div > span {
	display: grid;
	width: 39px;
	height: 39px;
	flex: 0 0 auto;
	place-items: center;
	color: var(--heec-green);
	background: var(--heec-green-pale);
	border-radius: 11px;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 10px;
	font-weight: 800;
}

.heec-intro-strip p {
	display: flex;
	min-width: 0;
	margin-bottom: 0;
	flex-direction: column;
}

.heec-intro-strip strong {
	font-size: 12px;
}

.heec-intro-strip small {
	margin-top: 2px;
	color: var(--heec-muted);
	font-size: 10px;
}

.heec-calculator {
	display: grid;
	grid-template-columns: minmax(0, 1.06fr) minmax(420px, .94fr);
	gap: 22px;
	align-items: stretch;
	margin-top: 23px;
}

.heec-form-panel,
.heec-results {
	min-width: 0;
	padding: 35px;
	border-radius: 22px;
}

.heec-form-panel {
	background: var(--heec-white);
	border: 1px solid var(--heec-border);
	box-shadow: 0 12px 38px rgba(17, 38, 58, .065);
}

.heec-panel-heading {
	display: flex;
	gap: 18px;
	align-items: start;
	justify-content: space-between;
	margin-bottom: 12px;
}

.heec-panel-heading h2,
.heec-section-heading h2 {
	margin-bottom: 0;
	font-size: clamp(29px, 3vw, 39px);
	letter-spacing: -.04em;
	line-height: 1.08;
}

.heec-panel-heading > span {
	flex: 0 0 auto;
	padding: 6px 10px;
	color: #286d58;
	background: var(--heec-green-pale);
	border: 1px solid #d2e9e0;
	border-radius: 999px;
	font-size: 9px;
	font-weight: 780;
	white-space: nowrap;
}

.heec-panel-intro {
	margin-bottom: 27px;
	color: var(--heec-muted);
	font-size: 12px;
}

.heec-form fieldset {
	min-width: 0;
	margin: 0 0 27px;
	padding: 0 0 27px;
	border: 0;
	border-bottom: 1px solid #e6ebed;
}

.heec-form fieldset:last-of-type {
	margin-bottom: 0;
}

.heec-form legend {
	width: 100%;
	margin-bottom: 16px;
	padding: 0;
	font-size: 13px;
	font-weight: 820;
	letter-spacing: .035em;
}

.heec-field-grid {
	display: grid;
	gap: 13px;
}

.heec-field-grid--two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.heec-field label {
	display: block;
	margin-bottom: 7px;
	font-size: 11px;
	font-weight: 760;
}

.heec-input-unit {
	display: flex;
	min-height: 49px;
	align-items: center;
	background: #f7f9f9;
	border: 1px solid #d8e0e3;
	border-radius: 10px;
	transition: background .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.heec-input-unit:focus-within {
	background: var(--heec-white);
	border-color: #4a987f;
	box-shadow: 0 0 0 3px rgba(74, 152, 127, .12);
}

.heec-input-unit:has(input[aria-invalid="true"]) {
	border-color: var(--heec-coral);
	box-shadow: 0 0 0 3px rgba(216, 97, 84, .1);
}

.heec-input-unit input {
	width: 100%;
	min-width: 0;
	height: 47px;
	padding: 0 5px 0 13px;
	color: var(--heec-ink);
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 16px;
	font-weight: 730;
}

.heec-input-unit > span {
	padding: 0 12px 0 5px;
	color: #718092;
	font-size: 10px;
	font-weight: 720;
	white-space: nowrap;
}

.heec-field__help,
.heec-field__error {
	margin: 6px 2px 0;
	font-size: 9px;
	line-height: 1.45;
}

.heec-field__help {
	color: #7a8795;
}

.heec-field__error {
	color: #a64036;
	font-weight: 750;
}

.heec-energy-list {
	display: grid;
	gap: 9px;
}

.heec-energy-row {
	display: grid;
	grid-template-columns: 42px minmax(125px, 1fr) minmax(155px, .78fr);
	gap: 11px;
	align-items: center;
	min-width: 0;
	padding: 10px;
	background: #fafbfb;
	border: 1px solid #e3e8ea;
	border-radius: 12px;
	transition: border-color .16s ease, background .16s ease;
}

.heec-energy-row:focus-within {
	background: var(--heec-white);
	border-color: #9fc8b9;
}

.heec-energy-row:has(input[aria-invalid="true"]) {
	border-color: #e3a39c;
}

.heec-energy-icon {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	color: var(--heec-green);
	background: var(--heec-green-pale);
	border-radius: 11px;
}

.heec-energy-icon svg {
	width: 21px;
	height: 21px;
	fill: currentColor;
}

.heec-energy-icon--grid {
	color: #3a67ae;
	background: var(--heec-blue-pale);
}

.heec-energy-icon--gas {
	color: #d16a42;
	background: #fff2ea;
}

.heec-energy-icon--lpg {
	color: #8763ad;
	background: #f5effb;
}

.heec-energy-icon--oil {
	color: #7c725e;
	background: #f5f2ea;
}

.heec-energy-copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.heec-energy-copy label {
	font-size: 11px;
	font-weight: 790;
	line-height: 1.3;
}

.heec-energy-copy small {
	margin-top: 2px;
	overflow: hidden;
	color: #7b8795;
	font-size: 8px;
	line-height: 1.35;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.heec-energy-input {
	display: flex;
	min-width: 0;
	height: 43px;
	align-items: center;
	background: var(--heec-white);
	border: 1px solid #d9e1e4;
	border-radius: 9px;
	transition: border-color .16s ease, box-shadow .16s ease;
}

.heec-energy-input:focus-within {
	border-color: #4a987f;
	box-shadow: 0 0 0 3px rgba(74, 152, 127, .1);
}

.heec-energy-input:has(input[aria-invalid="true"]) {
	border-color: var(--heec-coral);
	box-shadow: 0 0 0 3px rgba(216, 97, 84, .09);
}

.heec-energy-input input {
	width: 100%;
	min-width: 0;
	height: 41px;
	padding: 0 4px 0 11px;
	color: var(--heec-ink);
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 14px;
	font-weight: 750;
}

.heec-energy-input span {
	padding: 0 9px 0 4px;
	color: #718092;
	font-size: 8px;
	font-weight: 750;
	white-space: nowrap;
}

.heec-energy-row > .heec-field__error {
	grid-column: 2 / -1;
	margin-top: -5px;
}

.heec-form__actions {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-top: 24px;
}

.heec-submit,
.heec-reset {
	min-height: 44px;
	padding: 10px 16px;
	border-radius: 9px;
	font-size: 11px;
	font-weight: 780;
	transition: background .16s ease, border-color .16s ease, transform .16s ease;
}

.heec-submit {
	display: inline-flex;
	gap: 22px;
	align-items: center;
	color: var(--heec-white);
	background: var(--heec-navy-soft);
	border: 1px solid var(--heec-navy-soft);
}

.heec-submit:hover {
	background: var(--heec-navy-deep);
	border-color: var(--heec-navy-deep);
	transform: translateY(-1px);
}

.heec-reset {
	color: #495a6c;
	background: #f1f5f5;
	border: 1px solid #dce3e5;
}

.heec-reset:hover {
	background: #e8eeee;
	border-color: #ccd8d9;
}

.heec-form__actions > span {
	margin-left: auto;
	color: #7a8794;
	font-size: 9px;
	white-space: nowrap;
}

.heec-private-note {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-top: 24px;
	padding: 13px 14px;
	color: #3e695c;
	background: #f0f8f5;
	border-radius: 10px;
	font-size: 10px;
}

.heec-private-note svg {
	width: 17px;
	height: 17px;
	flex: 0 0 auto;
	fill: #3c806b;
}

.heec-private-note p {
	margin-bottom: 0;
}

.heec-results {
	position: relative;
	overflow: hidden;
	color: var(--heec-white);
	background:
		radial-gradient(circle at 93% 2%, rgba(83, 207, 161, .2), transparent 28%),
		linear-gradient(148deg, #12233c, #193c4d);
	box-shadow: 0 17px 45px rgba(10, 31, 49, .16);
}

.heec-results::after {
	position: absolute;
	right: -105px;
	bottom: -125px;
	width: 290px;
	height: 290px;
	border: 1px solid rgba(255, 255, 255, .075);
	border-radius: 50%;
	box-shadow: 0 0 0 38px rgba(255, 255, 255, .021), 0 0 0 76px rgba(255, 255, 255, .014);
	content: "";
}

.heec-results > * {
	position: relative;
	z-index: 1;
}

.heec-results .heec-section-label {
	color: #72dcb6;
}

.heec-results__top {
	display: flex;
	gap: 15px;
	align-items: start;
	justify-content: space-between;
	margin-bottom: 25px;
}

.heec-results__headline {
	display: flex;
	gap: 8px;
	align-items: baseline;
	margin-bottom: 0;
}

.heec-results__headline strong {
	font-size: clamp(42px, 5vw, 58px);
	font-weight: 820;
	letter-spacing: -.055em;
	line-height: 1;
}

.heec-results__headline span {
	color: rgba(255, 255, 255, .68);
	font-size: 11px;
	white-space: nowrap;
}

.heec-results__badge {
	display: inline-flex;
	gap: 7px;
	align-items: center;
	padding: 7px 10px;
	color: rgba(255, 255, 255, .76);
	background: rgba(255, 255, 255, .07);
	border: 1px solid rgba(255, 255, 255, .11);
	border-radius: 999px;
	font-size: 9px;
	white-space: nowrap;
}

.heec-results__badge i {
	display: block;
	width: 6px;
	height: 6px;
	background: #65d1aa;
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(101, 209, 170, .12);
}

.heec-result-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.heec-result-card {
	min-width: 0;
	min-height: 126px;
	padding: 15px 16px;
	background: rgba(255, 255, 255, .065);
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 12px;
}

.heec-result-card > span {
	display: block;
	margin-bottom: 8px;
	color: rgba(255, 255, 255, .61);
	font-size: 9px;
	font-weight: 740;
	letter-spacing: .045em;
	text-transform: uppercase;
}

.heec-result-card strong {
	display: block;
	overflow-wrap: anywhere;
	font-size: clamp(20px, 2.2vw, 27px);
	letter-spacing: -.025em;
	line-height: 1.15;
}

.heec-result-card strong small {
	color: rgba(255, 255, 255, .7);
	font-size: 9px;
	font-weight: 650;
	letter-spacing: 0;
}

.heec-result-card p {
	margin: 7px 0 0;
	color: rgba(255, 255, 255, .51);
	font-size: 9px;
	line-height: 1.4;
}

.heec-breakdown-panel {
	margin-top: 13px;
	padding: 17px 17px 15px;
	background: rgba(5, 14, 28, .24);
	border: 1px solid rgba(255, 255, 255, .075);
	border-radius: 12px;
}

.heec-breakdown-panel__heading {
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 13px;
	font-size: 10px;
}

.heec-breakdown-panel__heading span {
	color: rgba(255, 255, 255, .63);
	font-weight: 740;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.heec-breakdown-panel__heading strong {
	font-size: 10px;
}

.heec-breakdown {
	display: grid;
	gap: 11px;
}

.heec-breakdown__row,
.heec-breakdown-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 5px 12px;
	align-items: center;
	min-width: 0;
}

.heec-breakdown__row--electricity {
	--heec-breakdown-color: #62d0a8;
}

.heec-breakdown__row--naturalGas {
	--heec-breakdown-color: #f0a15f;
}

.heec-breakdown__row--lpg {
	--heec-breakdown-color: #a583ce;
}

.heec-breakdown__row--heatingOil {
	--heec-breakdown-color: #c7ad70;
}

.heec-breakdown__meta,
.heec-breakdown-row__meta {
	display: contents;
}

.heec-breakdown__label,
.heec-breakdown-row__label {
	display: inline-flex;
	gap: 7px;
	align-items: center;
	min-width: 0;
	color: rgba(255, 255, 255, .74);
	font-size: 9px;
	font-weight: 700;
}

.heec-breakdown__label i,
.heec-breakdown-row__label i {
	display: block;
	width: 7px;
	height: 7px;
	flex: 0 0 auto;
	background: var(--heec-breakdown-color, #63cfa8);
	border-radius: 2px;
}

.heec-breakdown__value,
.heec-breakdown-row__value {
	color: rgba(255, 255, 255, .78);
	font-size: 9px;
	font-weight: 760;
	text-align: right;
	white-space: nowrap;
}

.heec-breakdown__track,
.heec-breakdown-row__track {
	grid-column: 1 / -1;
	height: 5px;
	overflow: hidden;
	background: rgba(255, 255, 255, .09);
	border-radius: 999px;
}

.heec-breakdown__track > i,
.heec-breakdown-row__track > i {
	display: block;
	width: var(--heec-breakdown-width, 0%);
	max-width: 100%;
	height: 100%;
	background: var(--heec-breakdown-color, #63cfa8);
	border-radius: inherit;
	transition: width .28s ease;
}

.heec-results__boundary {
	margin: 16px 2px 0;
	color: rgba(255, 255, 255, .47);
	font-size: 9px;
	line-height: 1.5;
	text-align: center;
}

.heec-scenarios {
	margin-top: 68px;
	padding: 50px;
	background: var(--heec-green-pale);
	border: 1px solid #d1e9df;
	border-radius: 24px;
}

.heec-section-heading {
	display: flex;
	gap: 38px;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 28px;
}

.heec-section-heading > div {
	min-width: 0;
}

.heec-section-heading > p {
	max-width: 480px;
	margin-bottom: 2px;
	color: var(--heec-muted);
	font-size: 13px;
}

.heec-baseline {
	display: grid;
	grid-template-columns: auto minmax(80px, 1fr) auto;
	gap: 14px;
	align-items: center;
	margin-bottom: 14px;
	padding: 11px 15px;
	color: #53675f;
	background: rgba(255, 255, 255, .62);
	border: 1px solid #d5e7e0;
	border-radius: 11px;
	font-size: 9px;
	font-weight: 750;
}

.heec-baseline > div {
	height: 5px;
	overflow: hidden;
	background: #d8e5e0;
	border-radius: 999px;
}

.heec-baseline > div i {
	display: block;
	width: 100%;
	height: 100%;
	background: #708a80;
	border-radius: inherit;
	transition: width .28s ease;
}

.heec-baseline strong {
	font-size: 10px;
	white-space: nowrap;
}

.heec-scenario-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 13px;
}

.heec-scenario-card {
	display: flex;
	min-width: 0;
	min-height: 465px;
	padding: 23px;
	flex-direction: column;
	background: var(--heec-white);
	border: 1px solid #d9e6e1;
	border-radius: 16px;
	box-shadow: 0 9px 25px rgba(20, 74, 58, .055);
}

.heec-scenario-card__icon {
	display: grid;
	width: 43px;
	height: 43px;
	margin-bottom: 17px;
	place-items: center;
	color: var(--heec-green);
	background: var(--heec-green-pale);
	border-radius: 12px;
}

.heec-scenario-card__icon svg {
	width: 21px;
	height: 21px;
	fill: currentColor;
}

.heec-scenario-card--solar .heec-scenario-card__icon {
	color: #9a6b0d;
	background: #fff6df;
}

.heec-scenario-card--heat .heec-scenario-card__icon {
	color: #3b67ad;
	background: var(--heec-blue-pale);
}

.heec-scenario-card__eyebrow {
	margin-bottom: 6px;
	font-size: 9px;
}

.heec-scenario-card h3 {
	margin-bottom: 8px;
	font-size: 18px;
	letter-spacing: -.02em;
	line-height: 1.25;
}

.heec-scenario-card > p:not(.heec-scenario-card__eyebrow):not(.heec-field__error):not(.heec-scenario-card__context) {
	min-height: 57px;
	margin-bottom: 17px;
	color: var(--heec-muted);
	font-size: 10px;
}

.heec-scenario-input,
.heec-heat-inputs label {
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: space-between;
	color: #536273;
	font-size: 9px;
	font-weight: 750;
}

.heec-scenario-input {
	min-height: 50px;
	padding: 7px 8px 7px 12px;
	background: #f7f9f9;
	border: 1px solid #dce4e5;
	border-radius: 10px;
}

.heec-scenario-input > span:last-child,
.heec-heat-inputs label > span:last-child {
	display: flex;
	min-width: 69px;
	height: 35px;
	align-items: center;
	background: var(--heec-white);
	border: 1px solid #d6dfe1;
	border-radius: 8px;
	transition: border-color .16s ease, box-shadow .16s ease;
}

.heec-scenario-input:focus-within > span:last-child,
.heec-heat-inputs label:focus-within > span:last-child {
	border-color: #4a987f;
	box-shadow: 0 0 0 3px rgba(74, 152, 127, .1);
}

.heec-scenario-input:has(input[aria-invalid="true"]) > span:last-child,
.heec-heat-inputs label:has(input[aria-invalid="true"]) > span:last-child {
	border-color: var(--heec-coral);
}

.heec-scenario-input input,
.heec-heat-inputs input {
	width: 100%;
	min-width: 0;
	height: 33px;
	padding: 0 3px 0 9px;
	color: var(--heec-ink);
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 12px;
	font-weight: 800;
}

.heec-scenario-input b,
.heec-heat-inputs b {
	padding-right: 8px;
	color: #718092;
	font-size: 9px;
	font-weight: 750;
}

.heec-heat-inputs {
	display: grid;
	gap: 7px;
}

.heec-heat-help {
	margin: 8px 2px 0;
	padding-left: 10px;
	color: #718092;
	border-left: 2px solid #b9ccdd;
	font-size: 8px;
	line-height: 1.5;
}

.heec-heat-inputs label {
	min-height: 42px;
	padding: 3px 4px 3px 10px;
	background: #f7f9f9;
	border: 1px solid #e0e6e7;
	border-radius: 9px;
}

.heec-heat-inputs label > span:last-child {
	min-width: 65px;
	height: 32px;
}

.heec-heat-inputs input {
	height: 30px;
}

.heec-scenario-card > .heec-field__error {
	margin-top: 5px;
}

.heec-scenario-card__result {
	margin-top: auto;
	padding-top: 19px;
	border-top: 1px solid #e5e9ea;
}

.heec-scenario-card__result > span {
	display: block;
	margin-bottom: 4px;
	color: #7a8794;
	font-size: 8px;
	font-weight: 760;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.heec-scenario-card__result strong {
	display: block;
	font-size: 25px;
	letter-spacing: -.035em;
	line-height: 1.15;
}

.heec-scenario-card__result strong small {
	color: #718092;
	font-size: 9px;
	font-weight: 650;
	letter-spacing: 0;
}

.heec-scenario-card__result em {
	display: inline-flex;
	margin-top: 7px;
	padding: 3px 7px;
	color: #276e58;
	background: var(--heec-green-pale);
	border-radius: 999px;
	font-size: 8px;
	font-style: normal;
	font-weight: 800;
}

.heec-scenario-card__result em.is-saving,
.heec-scenario-card__result em[data-state="saving"] {
	color: #276e58;
	background: var(--heec-green-pale);
}

.heec-scenario-card__result em.is-increase,
.heec-scenario-card__result em[data-state="increase"] {
	color: #a04439;
	background: var(--heec-coral-pale);
}

.heec-scenario-card__result em.is-neutral,
.heec-scenario-card__result em[data-state="neutral"] {
	color: #667487;
	background: #f0f3f4;
}

.heec-scenario-bar {
	height: 6px;
	margin-top: 12px;
	overflow: hidden;
	background: #e7eceb;
	border-radius: 999px;
}

.heec-scenario-bar i {
	display: block;
	max-width: 100%;
	height: 100%;
	background: var(--heec-green);
	border-radius: inherit;
	transition: width .28s ease, background .18s ease;
}

.heec-scenario-card--solar .heec-scenario-bar i {
	background: #dda62f;
}

.heec-scenario-card--heat .heec-scenario-bar i {
	background: var(--heec-blue);
}

.heec-scenario-card.is-increase .heec-scenario-bar i,
.heec-scenario-card[data-state="increase"] .heec-scenario-bar i {
	background: var(--heec-coral);
}

.heec-scenario-card__context {
	min-height: 0;
	margin: 10px 0 0;
	color: #778493;
	font-size: 8px;
	line-height: 1.45;
}

.heec-scenario-note {
	margin: 17px 2px 0;
	color: #5e746c;
	font-size: 10px;
}

.heec-method {
	margin-top: 72px;
	padding: 52px;
	background: #f1f5f6;
	border: 1px solid var(--heec-border);
	border-radius: 24px;
}

.heec-method-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.heec-method-grid article {
	min-width: 0;
	padding: 21px;
	background: var(--heec-white);
	border: 1px solid #dfe6e8;
	border-radius: 14px;
}

.heec-method-grid article > span {
	color: var(--heec-green);
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 10px;
	font-weight: 750;
}

.heec-method-grid h3 {
	margin: 11px 0 7px;
	font-size: 15px;
	line-height: 1.3;
}

.heec-method-grid p {
	margin-bottom: 0;
	color: var(--heec-muted);
	font-size: 10px;
	line-height: 1.6;
}

.heec-details {
	margin-top: 17px;
	background: var(--heec-white);
	border: 1px solid var(--heec-border);
	border-radius: 14px;
}

.heec-details summary {
	position: relative;
	padding: 17px 49px 17px 19px;
	font-size: 12px;
	font-weight: 780;
	list-style: none;
}

.heec-details summary::-webkit-details-marker {
	display: none;
}

.heec-details summary > span::before,
.heec-details summary > span::after {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 11px;
	height: 2px;
	background: #53667a;
	content: "";
	transform: translateY(-50%);
}

.heec-details summary > span::after {
	transform: translateY(-50%) rotate(90deg);
	transition: transform .18s ease;
}

.heec-details[open] summary > span::after {
	transform: translateY(-50%) rotate(0);
}

.heec-table-wrap {
	overflow-x: auto;
	border-top: 1px solid var(--heec-border);
}

.heec-table-wrap table {
	width: 100%;
	min-width: 680px;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	font-size: 11px;
}

.heec-table-wrap th,
.heec-table-wrap td {
	padding: 11px 15px;
	text-align: left;
	border: 0;
	border-bottom: 1px solid #e8edef;
	white-space: nowrap;
}

.heec-table-wrap thead th {
	color: #66768a;
	background: #f5f7f8;
	font-size: 9px;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.heec-table-wrap tbody th {
	font-weight: 780;
}

.heec-details > p {
	margin: 0;
	padding: 13px 17px;
	color: #6b7889;
	background: #fafbfb;
	border-radius: 0 0 14px 14px;
	font-size: 10px;
}

.heec-source-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 11px;
	margin-top: 17px;
}

.heec-source-grid a {
	display: flex;
	min-width: 0;
	min-height: 124px;
	padding: 16px;
	flex-direction: column;
	color: var(--heec-ink);
	background: var(--heec-white);
	border: 1px solid var(--heec-border);
	border-radius: 12px;
	text-decoration: none;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.heec-source-grid a:hover {
	border-color: #87b9a8;
	box-shadow: 0 9px 20px rgba(20, 74, 58, .06);
	transform: translateY(-2px);
}

.heec-source-grid a > span {
	margin-bottom: 7px;
	color: var(--heec-green);
	font-size: 9px;
	font-weight: 850;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.heec-source-grid strong {
	font-size: 12px;
	line-height: 1.35;
}

.heec-source-grid small {
	margin-top: auto;
	padding-top: 10px;
	color: #718092;
	font-size: 9px;
}

.heec-method__footnote {
	margin: 21px 1px 0;
	color: #6b7988;
	font-size: 10px;
	line-height: 1.6;
}

@media (max-width: 1080px) {
	.heec-hero {
		grid-template-columns: minmax(0, 1fr) 285px;
		padding: 51px 45px;
	}

	.heec-hero__visual {
		width: 285px;
		height: 285px;
	}

	.heec-house {
		top: 35px;
		left: 34px;
		transform: scale(.9) rotate(-2deg);
	}

	.heec-hero-chip--grid {
		top: 5px;
		right: 9px;
	}

	.heec-hero-chip--solar {
		right: -7px;
		bottom: 22px;
	}

	.heec-hero-chip--heat {
		bottom: 4px;
		left: -2px;
	}

	.heec-calculator {
		grid-template-columns: 1fr;
	}

	.heec-result-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.heec-scenarios {
		padding: 42px 35px;
	}

	.heec-scenario-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.heec-scenario-card--heat {
		grid-column: 1 / -1;
		min-height: 390px;
	}

	.heec-heat-inputs {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.heec-heat-inputs label {
		align-items: stretch;
		flex-direction: column;
	}

	.heec-heat-inputs label > span:last-child {
		width: 100%;
	}

	.heec-method {
		padding: 45px 36px;
	}

	.heec-method-grid,
	.heec-source-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 780px) {
	.has-home-energy-emissions-calculator.page .site-main {
		margin-top: 14px;
		margin-bottom: 43px;
	}

	.heec-page input {
		font-size: 16px;
	}

	.heec-hero {
		display: block;
		min-height: auto;
		padding: 39px 26px 43px;
		border-radius: 20px;
	}

	.heec-breadcrumb {
		margin-bottom: 28px;
	}

	.heec-hero h1 {
		font-size: clamp(39px, 12vw, 55px);
	}

	.heec-hero__intro {
		font-size: 16px;
	}

	.heec-hero__visual {
		display: none;
	}

	.heec-app {
		margin-top: 18px;
	}

	.heec-intro-strip {
		grid-template-columns: 1fr;
	}

	.heec-intro-strip > div {
		min-height: 78px;
		padding: 16px 19px;
		border-top: 1px solid var(--heec-border);
		border-left: 0;
	}

	.heec-intro-strip > div:first-child {
		border-top: 0;
	}

	.heec-intro-strip > div:not(:last-child)::after {
		top: auto;
		right: 21px;
		bottom: -9px;
		transform: rotate(90deg);
	}

	.heec-calculator {
		margin-top: 16px;
	}

	.heec-form-panel,
	.heec-results {
		padding: 27px 21px;
		border-radius: 18px;
	}

	.heec-panel-heading {
		align-items: start;
		flex-direction: column;
	}

	.heec-field-grid--two {
		grid-template-columns: 1fr;
	}

	.heec-energy-row {
		grid-template-columns: 42px minmax(0, 1fr);
	}

	.heec-energy-input {
		grid-column: 1 / -1;
	}

	.heec-energy-row > .heec-field__error {
		grid-column: 1 / -1;
	}

	.heec-result-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.heec-scenarios,
	.heec-method {
		margin-top: 50px;
		padding: 32px 22px;
		border-radius: 18px;
	}

	.heec-section-heading {
		display: block;
	}

	.heec-section-heading > p {
		margin-top: 13px;
	}

	.heec-scenario-grid {
		grid-template-columns: 1fr;
	}

	.heec-scenario-card,
	.heec-scenario-card--heat {
		grid-column: auto;
		min-height: 0;
	}

	.heec-heat-inputs {
		grid-template-columns: 1fr;
	}

	.heec-heat-inputs label {
		align-items: center;
		flex-direction: row;
	}

	.heec-heat-inputs label > span:last-child {
		width: auto;
	}

	.heec-scenario-card__result {
		margin-top: 25px;
	}

	.heec-method-grid,
	.heec-source-grid {
		grid-template-columns: 1fr;
	}

	.heec-source-grid a {
		min-height: 105px;
	}
}

@media (max-width: 480px) {
	.heec-hero {
		padding-right: 21px;
		padding-left: 21px;
	}

	.heec-hero__meta {
		align-items: start;
		flex-direction: column;
	}

	.heec-form-panel,
	.heec-results {
		padding-right: 17px;
		padding-left: 17px;
	}

	.heec-form__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.heec-submit,
	.heec-reset {
		justify-content: center;
		width: 100%;
	}

	.heec-form__actions > span {
		margin-left: 0;
		text-align: center;
	}

	.heec-results__top {
		align-items: start;
		flex-direction: column;
	}

	.heec-results__headline {
		align-items: flex-start;
		flex-direction: column;
	}

	.heec-result-grid {
		grid-template-columns: 1fr;
	}

	.heec-result-card {
		min-height: 111px;
	}

	.heec-baseline {
		grid-template-columns: 1fr auto;
	}

	.heec-baseline > div {
		grid-column: 1 / -1;
		grid-row: 2;
	}

	.heec-scenarios,
	.heec-method {
		padding-right: 17px;
		padding-left: 17px;
	}

	.heec-scenario-card {
		padding: 20px 18px;
	}

	.heec-table-wrap {
		margin-right: -1px;
		margin-left: -1px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.heec-page *,
	.heec-page *::before,
	.heec-page *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}

@media print {
	.has-home-energy-emissions-calculator {
		background: #fff;
	}

	.has-home-energy-emissions-calculator :where(.site-header, .site-footer, .heec-hero__visual, .heec-form__actions, .heec-private-note) {
		display: none !important;
	}

	.has-home-energy-emissions-calculator.page .site-main {
		margin: 0;
	}

	.heec-hero,
	.heec-results {
		color: #111;
		background: #fff;
		border: 1px solid #bbb;
		box-shadow: none;
	}

	.heec-hero {
		display: block;
		min-height: 0;
		padding: 28px;
	}

	.heec-hero :where(h1, p, span, a),
	.heec-results :where(strong, span, small, p) {
		color: #111;
	}

	.heec-intro-strip,
	.heec-form-panel,
	.heec-results,
	.heec-scenarios,
	.heec-method,
	.heec-scenario-card {
		break-inside: avoid;
		box-shadow: none;
	}

	.heec-scenarios,
	.heec-method {
		padding: 28px;
	}

	.heec-source-grid a {
		color: #111;
		box-shadow: none;
	}
}
