/* Appliance Energy Cost Calculator */
.has-appliance-energy-calculator .site-content {
	display: block;
}

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

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

.aec-page {
	--aec-navy: #13223b;
	--aec-navy-soft: #1b3152;
	--aec-green: #22745e;
	--aec-green-bright: #4ec49a;
	--aec-green-pale: #edf8f4;
	--aec-blue: #3e6fca;
	--aec-amber: #f2b84d;
	--aec-coral: #dc6657;
	--aec-ink: #172438;
	--aec-muted: #667487;
	--aec-border: #dce3e9;
	--aec-surface: #f4f7f9;
	--aec-white: #fff;
	max-width: 100%;
	overflow: clip;
	color: var(--aec-ink);
	font-size: 16px;
	line-height: 1.58;
}

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

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

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

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

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

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

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

.aec-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(330px, .7fr);
	align-items: center;
	min-height: 460px;
	padding: 58px 66px;
	overflow: hidden;
	color: var(--aec-white);
	background:
		radial-gradient(circle at 82% 14%, rgba(70, 201, 157, .21), transparent 28%),
		radial-gradient(circle at 6% 100%, rgba(58, 108, 202, .24), transparent 38%),
		linear-gradient(137deg, #0f1c33 0%, #17314b 58%, #16493f 120%);
	border-radius: 28px;
	isolation: isolate;
}

.aec-hero::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image:
		linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
	background-size: 44px 44px;
	mask-image: linear-gradient(90deg, transparent 10%, #000 72%);
	content: "";
}

.aec-hero__content {
	position: relative;
	z-index: 2;
	max-width: 730px;
}

.aec-breadcrumb {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	margin-bottom: 35px;
	color: rgba(255, 255, 255, .75);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .04em;
	text-decoration: none;
}

.aec-breadcrumb:hover {
	color: #fff;
}

.aec-eyebrow,
.aec-section-label {
	margin-bottom: 9px;
	color: var(--aec-green-bright);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.aec-hero h1 {
	max-width: 760px;
	margin-bottom: 18px;
	color: #fff;
	font-size: clamp(42px, 5vw, 66px);
	font-weight: 780;
	letter-spacing: -.045em;
	line-height: 1;
}

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

.aec-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 11px 23px;
	align-items: center;
	font-size: 13px;
	font-weight: 700;
}

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

.aec-hero__meta svg {
	width: 17px;
	height: 17px;
	fill: var(--aec-green-bright);
}

.aec-hero__meta strong {
	font-size: 17px;
}

.aec-hero__visual {
	position: relative;
	width: 350px;
	height: 350px;
	justify-self: end;
}

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

.aec-orbit--one {
	inset: 3px;
}

.aec-orbit--two {
	inset: 36px;
	border-style: dashed;
}

.aec-meter {
	position: absolute;
	top: 65px;
	left: 68px;
	z-index: 2;
	width: 218px;
	height: 236px;
	padding: 25px 22px 20px;
	background: linear-gradient(150deg, #f8fbfd, #dfece9);
	border: 1px solid rgba(255, 255, 255, .7);
	border-radius: 28px;
	box-shadow: 0 29px 60px rgba(3, 18, 31, .36), inset 0 1px 0 #fff;
	transform: rotate(-3deg);
}

.aec-meter::after {
	position: absolute;
	right: 18px;
	bottom: 16px;
	width: 8px;
	height: 8px;
	background: #3fbb8d;
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgba(63, 187, 141, .14);
	content: "";
}

.aec-meter__screen {
	display: flex;
	min-height: 102px;
	padding: 14px 15px;
	flex-direction: column;
	color: #d5f5e9;
	background: #142c32;
	border: 3px solid #c4d2d1;
	border-radius: 12px;
	box-shadow: inset 0 4px 12px rgba(0, 0, 0, .35);
}

.aec-meter__screen small,
.aec-meter__screen span {
	color: #79b9a9;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 9px;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.aec-meter__screen strong {
	margin: 3px 0;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 29px;
	letter-spacing: -.04em;
	line-height: 1;
}

.aec-meter__bars {
	display: flex;
	gap: 5px;
	align-items: end;
	height: 45px;
	margin: 15px 47px 0 4px;
}

.aec-meter__bars i {
	width: 8px;
	height: var(--h, 30%);
	background: #4ec49a;
	border-radius: 3px 3px 1px 1px;
}

.aec-meter__bars i:nth-child(1) { --h: 27%; }
.aec-meter__bars i:nth-child(2) { --h: 42%; }
.aec-meter__bars i:nth-child(3) { --h: 50%; }
.aec-meter__bars i:nth-child(4) { --h: 66%; }
.aec-meter__bars i:nth-child(5) { --h: 78%; }
.aec-meter__bars i:nth-child(6) { --h: 96%; background: #f2b84d; }

.aec-meter__plug {
	position: absolute;
	right: 26px;
	bottom: 34px;
	display: grid;
	width: 43px;
	height: 43px;
	place-items: center;
	color: #1d654f;
	background: #c9e5da;
	border-radius: 50%;
}

.aec-meter__plug svg {
	width: 23px;
	height: 23px;
	fill: currentColor;
}

.aec-hero__chip {
	position: absolute;
	z-index: 4;
	display: flex;
	width: 70px;
	height: 65px;
	padding: 10px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: rgba(13, 30, 51, .91);
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 14px;
	box-shadow: 0 15px 30px rgba(5, 18, 31, .28);
}

.aec-hero__chip small {
	color: rgba(255, 255, 255, .62);
	font-size: 9px;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.aec-hero__chip strong {
	font-size: 18px;
}

.aec-hero__chip--cost {
	top: 41px;
	right: 18px;
}

.aec-hero__chip--carbon {
	bottom: 17px;
	left: 15px;
}

.aec-noscript {
	margin-top: 24px;
	padding: 16px 18px;
	color: #7a381c;
	background: #fff4e9;
	border: 1px solid #f0cfb6;
	border-radius: 12px;
}

.aec-app {
	margin-top: 72px;
}

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

.aec-section-heading .aec-section-label,
.aec-form-panel .aec-section-label,
.aec-flow .aec-section-label,
.aec-method .aec-section-label {
	color: var(--aec-green);
}

.aec-section-heading h2,
.aec-form-panel h2,
.aec-flow h2 {
	margin-bottom: 0;
	font-size: clamp(29px, 3.2vw, 42px);
	letter-spacing: -.038em;
	line-height: 1.08;
}

.aec-section-heading > p {
	max-width: 490px;
	margin-bottom: 3px;
	color: var(--aec-muted);
}

.aec-preset-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
}

.aec-preset-grid > div {
	min-width: 0;
}

.aec-preset-grid button {
	display: flex;
	width: 100%;
	min-height: 93px;
	padding: 13px;
	gap: 11px;
	align-items: center;
	text-align: left;
	color: #3b4c63;
	background: #fff;
	border: 1px solid var(--aec-border);
	border-radius: 13px;
	box-shadow: 0 5px 18px rgba(17, 38, 66, .045);
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.aec-preset-grid button:hover {
	border-color: #9bbcaf;
	box-shadow: 0 12px 25px rgba(17, 62, 49, .09);
	transform: translateY(-2px);
}

.aec-preset-grid button[aria-pressed="true"] {
	color: #fff;
	background: var(--aec-green);
	border-color: var(--aec-green);
	box-shadow: 0 12px 27px rgba(27, 104, 81, .22);
}

.aec-preset__icon {
	display: grid;
	width: 38px;
	height: 38px;
	flex: 0 0 auto;
	place-items: center;
	color: var(--aec-green);
	background: var(--aec-green-pale);
	border-radius: 10px;
}

.aec-preset-grid button[aria-pressed="true"] .aec-preset__icon {
	color: var(--aec-green);
	background: #fff;
}

.aec-preset__icon svg {
	width: 21px;
	height: 21px;
	fill: currentColor;
}

.aec-preset__copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.aec-preset__copy strong {
	overflow: hidden;
	font-size: 12px;
	line-height: 1.25;
	text-overflow: ellipsis;
}

.aec-preset__copy small {
	margin-top: 3px;
	overflow: hidden;
	color: #788596;
	font-size: 9px;
	line-height: 1.4;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.aec-preset-grid button[aria-pressed="true"] .aec-preset__copy small {
	color: rgba(255, 255, 255, .71);
}

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

.aec-form-panel,
.aec-results {
	padding: 35px;
	border-radius: 22px;
}

.aec-form-panel {
	background: #fff;
	border: 1px solid var(--aec-border);
	box-shadow: 0 12px 38px rgba(17, 38, 66, .065);
}

.aec-form-panel__heading {
	display: flex;
	gap: 16px;
	align-items: start;
	justify-content: space-between;
	margin-bottom: 29px;
}

.aec-form-panel h2 {
	font-size: 34px;
}

.aec-selected-preset {
	max-width: 190px;
	padding: 6px 10px;
	overflow: hidden;
	color: #286d58;
	background: var(--aec-green-pale);
	border: 1px solid #d2e9e0;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 750;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.aec-form fieldset {
	margin: 0 0 28px;
	padding: 0 0 28px;
	border: 0;
	border-bottom: 1px solid #e5e9ed;
}

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

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

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

.aec-field-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

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

.aec-input-unit,
.aec-tariff-input {
	display: flex;
	min-height: 48px;
	align-items: center;
	background: #f7f9fa;
	border: 1px solid #d9e0e6;
	border-radius: 10px;
	transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

.aec-input-unit:focus-within,
.aec-tariff-input:focus-within {
	background: #fff;
	border-color: #4b9b81;
	box-shadow: 0 0 0 3px rgba(75, 155, 129, .12);
}

.aec-input-unit:has(input[aria-invalid="true"]),
.aec-tariff-input:has(input[aria-invalid="true"]) {
	border-color: var(--aec-coral);
	box-shadow: 0 0 0 3px rgba(220, 102, 87, .1);
}

.aec-input-unit input,
.aec-tariff-input input,
.aec-tariff-input select {
	min-width: 0;
	height: 46px;
	color: var(--aec-ink);
	background: transparent;
	border: 0;
	outline: 0;
}

.aec-input-unit input,
.aec-tariff-input input {
	width: 100%;
	padding: 0 5px 0 13px;
	font-size: 16px;
	font-weight: 720;
}

.aec-input-unit > span,
.aec-tariff-input > span {
	padding: 0 12px 0 6px;
	color: #718093;
	font-size: 10px;
	font-weight: 700;
	white-space: nowrap;
}

.aec-tariff-input select {
	padding: 0 4px;
	color: #40516a;
	border-left: 1px solid #dfe4e9;
	font-size: 11px;
	font-weight: 750;
}

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

.aec-field__help {
	color: #7b8796;
}

.aec-field__error {
	color: #a54136;
	font-weight: 700;
}

.aec-currency-note {
	display: flex;
	gap: 8px;
	margin: 14px 1px 0;
	color: #6d7989;
	font-size: 10px;
	line-height: 1.55;
}

.aec-currency-note svg {
	width: 15px;
	height: 15px;
	flex: 0 0 auto;
	fill: #6e859b;
}

.aec-currency-note a {
	color: var(--aec-green);
	font-weight: 750;
}

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

.aec-submit,
.aec-reset {
	min-height: 43px;
	padding: 10px 16px;
	border-radius: 9px;
	font-size: 12px;
	font-weight: 750;
}

.aec-submit {
	display: inline-flex;
	gap: 20px;
	align-items: center;
	color: #fff;
	background: var(--aec-navy-soft);
	border: 1px solid var(--aec-navy-soft);
}

.aec-submit:hover {
	background: #0e1c32;
}

.aec-reset {
	color: #495a70;
	background: #f2f5f7;
	border: 1px solid #dce2e7;
}

.aec-reset:hover {
	background: #e9edf1;
}

.aec-live-note {
	margin-left: auto;
	color: #788596;
	font-size: 9px;
	white-space: nowrap;
}

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

.aec-private-note svg {
	width: 18px;
	height: 18px;
	flex: 0 0 auto;
	fill: #3c806c;
}

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

.aec-results {
	position: relative;
	overflow: hidden;
	color: #fff;
	background:
		radial-gradient(circle at 94% 0, rgba(70, 201, 157, .19), transparent 28%),
		linear-gradient(148deg, #14233d, #1b3650);
	box-shadow: 0 17px 45px rgba(12, 31, 53, .15);
}

.aec-results::after {
	position: absolute;
	right: -90px;
	bottom: -110px;
	width: 260px;
	height: 260px;
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 50%;
	box-shadow: 0 0 0 35px rgba(255, 255, 255, .025), 0 0 0 70px rgba(255, 255, 255, .018);
	content: "";
}

.aec-results__top,
.aec-result-grid,
.aec-result-equation {
	position: relative;
	z-index: 1;
}

.aec-results .aec-section-label {
	color: #72d9b6;
}

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

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

.aec-results__headline strong {
	font-size: clamp(40px, 5vw, 58px);
	letter-spacing: -.05em;
	line-height: 1;
}

.aec-results__headline span {
	color: rgba(255, 255, 255, .68);
	font-size: 12px;
}

.aec-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;
}

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

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

.aec-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;
}

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

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

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

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

.aec-result-card--cost {
	background: rgba(242, 184, 77, .09);
	border-color: rgba(242, 184, 77, .18);
}

.aec-result-card--carbon {
	background: rgba(78, 196, 154, .09);
	border-color: rgba(78, 196, 154, .2);
}

.aec-result-equation {
	margin-top: 13px;
	padding: 12px 13px;
	color: rgba(255, 255, 255, .65);
	background: rgba(5, 14, 29, .22);
	border-radius: 9px;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 9px;
	line-height: 1.5;
	text-align: center;
}

.aec-flow {
	display: grid;
	grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
	gap: 48px;
	align-items: center;
	margin-top: 70px;
	padding: 46px 49px;
	background: var(--aec-green-pale);
	border: 1px solid #d1e9df;
	border-radius: 21px;
}

.aec-flow h2 {
	font-size: 32px;
}

.aec-flow__steps {
	display: grid;
	grid-template-columns: minmax(125px, 1fr) auto minmax(125px, 1fr) auto minmax(190px, 1.25fr);
	gap: 9px;
	align-items: stretch;
}

.aec-flow__steps > div {
	display: flex;
	min-width: 0;
	padding: 14px;
	justify-content: center;
	flex-direction: column;
	background: #fff;
	border: 1px solid #d6e7e1;
	border-radius: 11px;
	box-shadow: 0 6px 17px rgba(24, 84, 66, .05);
}

.aec-flow__steps > i {
	align-self: center;
	color: #70a897;
	font-style: normal;
}

.aec-flow__steps span {
	margin-bottom: 6px;
	color: #419276;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 9px;
}

.aec-flow__steps strong {
	font-size: 11px;
}

.aec-flow__steps small {
	color: #748295;
	font-size: 9px;
}

.aec-flow__steps .aec-flow__split {
	justify-content: start;
}

.aec-flow__split p {
	display: flex;
	margin: 0;
	padding: 7px 0;
	flex-direction: column;
	border-top: 1px solid #e3ebe8;
}

.aec-flow__split p:first-of-type {
	border-top: 0;
}

.aec-method {
	margin-top: 82px;
	padding: 54px;
	background: #f3f6f8;
	border: 1px solid var(--aec-border);
	border-radius: 24px;
}

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

.aec-method-grid article {
	padding: 22px;
	background: #fff;
	border: 1px solid #e0e5ea;
	border-radius: 14px;
}

.aec-method-grid__number {
	color: #438c75;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 10px;
}

.aec-method-grid h3 {
	margin: 11px 0 7px;
	font-size: 16px;
}

.aec-method-grid p {
	margin-bottom: 0;
	color: var(--aec-muted);
	font-size: 12px;
}

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

.aec-details summary {
	position: relative;
	padding: 16px 48px 16px 19px;
	font-size: 12px;
	font-weight: 750;
	list-style: none;
}

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

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

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

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

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

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

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

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

.aec-table-wrap tbody th {
	font-weight: 750;
}

.aec-details__note {
	margin: 0;
	padding: 13px 17px;
	color: #6b7889;
	background: #fafbfc;
	border-radius: 0 0 14px 14px;
	font-size: 10px;
}

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

.aec-source-grid a {
	display: flex;
	min-height: 122px;
	padding: 16px;
	flex-direction: column;
	color: var(--aec-ink);
	background: #fff;
	border: 1px solid var(--aec-border);
	border-radius: 12px;
	text-decoration: none;
	transition: border-color .18s ease, transform .18s ease;
}

.aec-source-grid a:hover {
	border-color: #7faf9f;
	transform: translateY(-2px);
}

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

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

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

.aec-method__footnote {
	margin: 21px 1px 0;
	color: #6c798a;
	font-size: 10px;
}

.aec-method__footnote a {
	color: var(--aec-green);
	font-weight: 700;
}

.aec-method__footnote a:hover {
	text-decoration-thickness: 2px;
}

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

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

	.aec-meter {
		top: 40px;
		left: 46px;
		transform: scale(.9) rotate(-3deg);
	}

	.aec-preset-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

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

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

	.aec-flow {
		grid-template-columns: 1fr;
	}

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

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

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

	.aec-breadcrumb {
		margin-bottom: 27px;
	}

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

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

	.aec-hero__visual {
		display: none;
	}

	.aec-app {
		margin-top: 54px;
	}

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

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

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

	.aec-calculator {
		margin-top: 42px;
	}

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

	.aec-form-panel__heading {
		align-items: start;
		flex-direction: column;
	}

	.aec-field-grid--three,
	.aec-field-grid--two {
		grid-template-columns: 1fr;
	}

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

	.aec-flow,
	.aec-method {
		margin-top: 50px;
		padding: 32px 23px;
		border-radius: 18px;
	}

	.aec-flow__steps {
		grid-template-columns: 1fr;
	}

	.aec-flow__steps > i {
		transform: rotate(90deg);
	}

	.aec-method-grid {
		grid-template-columns: 1fr;
	}

	.aec-source-grid {
		grid-template-columns: 1fr;
	}

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

@media (max-width: 480px) {
	.aec-hero__meta {
		align-items: start;
		flex-direction: column;
	}

	.aec-preset-grid {
		grid-template-columns: 1fr;
	}

	.aec-preset-grid button {
		min-height: 76px;
	}

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

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

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

	.aec-live-note {
		margin: 0;
		text-align: center;
	}

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

@media (prefers-reduced-motion: reduce) {
	.aec-preset-grid button,
	.aec-source-grid a {
		transition: none;
	}
}

@media print {
	.has-appliance-energy-calculator :where(.site-header, .site-footer, .aec-preset-grid, .aec-form__actions) {
		display: none !important;
	}

	.aec-form-panel,
	.aec-results,
	.aec-method {
		break-inside: avoid;
		box-shadow: none;
	}
}
