/* Household Carbon Footprint Calculator */
.has-carbon-footprint-calculator .site-content {
	display: block;
}

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

.has-carbon-footprint-calculator.page .site-main {
	margin-top: 28px;
	margin-bottom: 64px;
}

.cfc-page {
	--cfc-blue: #0166ff;
	--cfc-blue-dark: #004ac2;
	--cfc-navy: #162536;
	--cfc-ink: #16202c;
	--cfc-muted: #657184;
	--cfc-border: #dfe5ec;
	--cfc-surface: #f5f7fa;
	--cfc-green: #18845f;
	--cfc-green-light: #eaf8f1;
	--cfc-yellow: #ffc700;
	color: var(--cfc-ink);
	font-size: 16px;
	line-height: 1.55;
}

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

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

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

.cfc-page button {
	cursor: pointer;
}

.cfc-page button:disabled {
	cursor: not-allowed;
}

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

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

.cfc-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(250px, .65fr);
	align-items: center;
	min-height: 430px;
	padding: 54px 64px;
	overflow: hidden;
	color: #fff;
	background: var(--cfc-navy);
	border-radius: 28px;
	isolation: isolate;
}

.cfc-hero::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	content: "";
	background-image: radial-gradient(circle at 12% 18%, rgba(1, 102, 255, .25), transparent 27%), radial-gradient(circle at 91% 88%, rgba(35, 165, 116, .2), transparent 31%);
}

.cfc-hero__content {
	position: relative;
	z-index: 2;
	max-width: 720px;
}

.cfc-breadcrumb {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	margin-bottom: 42px;
	color: rgba(255, 255, 255, .78);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

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

.cfc-breadcrumb span {
	font-size: 18px;
}

.cfc-eyebrow,
.cfc-step__eyebrow,
.cfc-card-kicker,
.cfc-results-kicker {
	margin-bottom: 12px;
	color: var(--cfc-blue);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .12em;
	line-height: 1.3;
	text-transform: uppercase;
}

.cfc-hero .cfc-eyebrow {
	color: #8fc6ff;
}

.cfc-hero h1 {
	max-width: 680px;
	margin-bottom: 18px;
	color: #fff;
	font-size: clamp(38px, 5vw, 62px);
	font-weight: 800;
	letter-spacing: -.045em;
	line-height: 1.03;
}

.cfc-hero__intro {
	max-width: 650px;
	margin-bottom: 30px;
	color: rgba(255, 255, 255, .78);
	font-size: 19px;
	line-height: 1.6;
}

.cfc-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.cfc-hero__meta span {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	color: rgba(255, 255, 255, .9);
	font-size: 13px;
	font-weight: 700;
}

.cfc-hero__meta svg {
	width: 18px;
	height: 18px;
	fill: #75dbad;
}

.cfc-hero__visual {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 300px;
}

.cfc-hero__visual > svg {
	position: relative;
	z-index: 2;
	width: min(100%, 265px);
	filter: drop-shadow(0 24px 32px rgba(0, 0, 0, .23));
}

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

.cfc-orbit--one {
	width: 340px;
	height: 340px;
}

.cfc-orbit--two {
	width: 420px;
	height: 420px;
}

.cfc-hero__metric {
	position: absolute;
	right: 2px;
	bottom: 22px;
	z-index: 3;
	display: flex;
	flex-direction: column;
	min-width: 145px;
	padding: 14px 18px;
	color: var(--cfc-navy);
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 14px 30px rgba(0, 0, 0, .2);
}

.cfc-hero__metric strong {
	font-size: 20px;
	line-height: 1.2;
}

.cfc-hero__metric span {
	color: var(--cfc-muted);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.cfc-app {
	margin-top: 30px;
}

.cfc-estimate-note,
.cfc-noscript {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	margin-bottom: 20px;
	padding: 14px 18px;
	color: #3d4c60;
	background: #f0f6ff;
	border: 1px solid #d5e6ff;
	border-radius: 12px;
	font-size: 14px;
}

.cfc-estimate-note svg {
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	margin-top: 2px;
	fill: var(--cfc-blue);
}

.cfc-estimate-note p,
.cfc-noscript {
	margin-bottom: 0;
}

.cfc-noscript {
	margin-top: 24px;
	color: #8b3419;
	background: #fff2ea;
	border-color: #ffd7c2;
}

.cfc-calculator-grid {
	display: grid;
	grid-template-columns: 255px minmax(0, 1fr);
	gap: 24px;
	align-items: start;
}

.cfc-progress {
	position: sticky;
	top: 24px;
	padding: 24px 20px;
	background: #fff;
	border: 1px solid var(--cfc-border);
	border-radius: 18px;
}

.cfc-progress__mobile {
	display: none;
}

.cfc-progress__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.cfc-progress__list li {
	position: relative;
	margin: 0;
	padding: 0 0 22px;
}

.cfc-progress__list li:last-child {
	padding-bottom: 0;
}

.cfc-progress__list li:not(:last-child)::after {
	position: absolute;
	top: 34px;
	bottom: 0;
	left: 16px;
	width: 2px;
	content: "";
	background: var(--cfc-border);
}

.cfc-progress__list li.is-complete:not(:last-child)::after {
	background: #9bd9be;
}

.cfc-progress__list button {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	width: 100%;
	padding: 0;
	color: #788395;
	text-align: left;
	background: transparent;
	border: 0;
}

.cfc-progress__list button:disabled {
	opacity: .62;
}

.cfc-progress__list li.is-current button,
.cfc-progress__list li.is-complete button {
	color: var(--cfc-ink);
}

.cfc-progress__number {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	color: #7d8898;
	background: #fff;
	border: 2px solid var(--cfc-border);
	border-radius: 50%;
	font-size: 13px;
	font-weight: 800;
}

.is-current .cfc-progress__number {
	color: #fff;
	background: var(--cfc-blue);
	border-color: var(--cfc-blue);
	box-shadow: 0 0 0 5px #e8f1ff;
}

.is-complete:not(.is-current) .cfc-progress__number {
	color: transparent;
	background: var(--cfc-green-light);
	border-color: #85cfae;
}

.is-complete:not(.is-current) .cfc-progress__number::after {
	position: absolute;
	color: var(--cfc-green);
	content: "✓";
}

.cfc-progress__list strong,
.cfc-progress__list small {
	display: block;
}

.cfc-progress__list strong {
	margin-top: 1px;
	font-size: 14px;
	line-height: 1.35;
}

.cfc-progress__list small {
	margin-top: 2px;
	color: #8a94a3;
	font-size: 11px;
	line-height: 1.3;
}

.cfc-progress__privacy {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	margin-top: 24px;
	padding-top: 20px;
	color: var(--cfc-muted);
	border-top: 1px solid var(--cfc-border);
	font-size: 11px;
	line-height: 1.5;
}

.cfc-progress__privacy svg {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	fill: var(--cfc-green);
}

.cfc-progress__privacy p {
	margin-bottom: 0;
}

.cfc-progress__privacy strong {
	color: var(--cfc-ink);
}

.cfc-form-card {
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--cfc-border);
	border-radius: 20px;
	box-shadow: 0 12px 36px rgba(22, 37, 54, .07);
	scroll-margin-top: 20px;
}

.cfc-step {
	min-height: 540px;
	padding: 42px 48px 34px;
}

.cfc-step__header {
	max-width: 690px;
	margin-bottom: 32px;
}

.cfc-step__header h2 {
	margin-bottom: 10px;
	color: var(--cfc-ink);
	font-size: clamp(27px, 3vw, 36px);
	font-weight: 800;
	letter-spacing: -.035em;
	line-height: 1.15;
}

.cfc-step__header > p:last-child {
	margin-bottom: 0;
	color: var(--cfc-muted);
	font-size: 15px;
}

.cfc-fields {
	display: grid;
	gap: 22px;
}

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

.cfc-fields--vehicle {
	grid-template-columns: minmax(180px, .8fr) minmax(260px, 1.2fr);
}

.cfc-field label,
.cfc-energy-row__label label {
	display: block;
	margin-bottom: 8px;
	color: var(--cfc-ink);
	font-size: 13px;
	font-weight: 800;
}

.cfc-field input,
.cfc-field select,
.cfc-combined-input input,
.cfc-combined-input select,
.cfc-energy-row input,
.cfc-energy-row select {
	min-height: 50px;
	color: var(--cfc-ink);
	background-color: #fff;
	border: 1px solid #cbd4df;
	border-radius: 9px;
}

.cfc-field > select,
.cfc-field label > select {
	width: 100%;
}

.cfc-field input:hover,
.cfc-field select:hover,
.cfc-combined-input input:hover,
.cfc-combined-input select:hover {
	border-color: #9eacbd;
}

.cfc-field input:focus,
.cfc-field select:focus,
.cfc-combined-input input:focus,
.cfc-combined-input select:focus {
	border-color: var(--cfc-blue);
}

.cfc-field small,
.cfc-energy-row__label small {
	display: block;
	margin-top: 7px;
	color: #7d8796;
	font-size: 11px;
	line-height: 1.45;
}

.cfc-input-with-unit {
	display: flex;
	align-items: stretch;
	overflow: hidden;
	background: #fff;
	border: 1px solid #cbd4df;
	border-radius: 9px;
}

.cfc-input-with-unit:focus-within {
	border-color: var(--cfc-blue);
	box-shadow: 0 0 0 2px rgba(1, 102, 255, .1);
}

.cfc-input-with-unit input {
	min-width: 0;
	width: 100%;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.cfc-input-with-unit span {
	display: flex;
	align-items: center;
	padding: 0 14px;
	color: #687487;
	background: #f6f8fa;
	border-left: 1px solid var(--cfc-border);
	font-size: 12px;
	font-weight: 700;
	white-space: nowrap;
}

.cfc-location-fact {
	display: flex;
	gap: 14px;
	align-items: center;
	margin-top: 28px;
	padding: 18px;
	background: #f6f9fd;
	border: 1px solid #e3eaf2;
	border-radius: 12px;
}

.cfc-location-fact__flag {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 46px;
	height: 46px;
	color: var(--cfc-blue);
	background: #e7f0ff;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 900;
}

.cfc-location-fact strong {
	display: block;
	margin-bottom: 2px;
	font-size: 14px;
}

.cfc-location-fact p {
	margin-bottom: 0;
	color: var(--cfc-muted);
	font-size: 12px;
}

.cfc-energy-list {
	display: grid;
	gap: 12px;
}

.cfc-energy-row {
	display: grid;
	grid-template-columns: 46px minmax(170px, 1fr) minmax(330px, 1.3fr);
	gap: 16px;
	align-items: center;
	padding: 18px;
	background: #fafbfd;
	border: 1px solid #e2e7ed;
	border-radius: 13px;
}

.cfc-energy-row__icon {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 11px;
}

.cfc-energy-row__icon svg {
	width: 22px;
	height: 22px;
	fill: currentColor;
}

.cfc-energy-row__icon--electric {
	color: #c17b00;
	background: #fff5d9;
}

.cfc-energy-row__icon--lpg {
	color: #b04b30;
	background: #fff0eb;
}

.cfc-energy-row__icon--gas {
	color: #6750b4;
	background: #f0edff;
}

.cfc-energy-row__label label {
	margin-bottom: 1px;
}

.cfc-energy-row__label small {
	margin-top: 2px;
}

.cfc-combined-input {
	display: grid;
	grid-template-columns: minmax(78px, 1fr) auto minmax(118px, auto);
	align-items: stretch;
	overflow: hidden;
	background: #fff;
	border: 1px solid #cbd4df;
	border-radius: 9px;
}

.cfc-combined-input:focus-within {
	border-color: var(--cfc-blue);
	box-shadow: 0 0 0 2px rgba(1, 102, 255, .1);
}

.cfc-combined-input input,
.cfc-combined-input select {
	min-width: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.cfc-combined-input > span {
	display: flex;
	align-items: center;
	padding: 0 10px;
	color: #697487;
	font-size: 12px;
	font-weight: 800;
}

.cfc-combined-input select {
	padding-right: 28px;
	color: #536075;
	background-color: #f5f7f9;
	border-left: 1px solid var(--cfc-border);
	font-size: 12px;
}

.cfc-vehicle-list {
	display: grid;
	gap: 14px;
}

.cfc-vehicle {
	padding: 18px;
	background: #fafbfd;
	border: 1px solid #e0e6ed;
	border-radius: 13px;
}

.cfc-vehicle__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}

.cfc-vehicle__header h3 {
	margin-bottom: 0;
	font-size: 15px;
}

.cfc-remove-vehicle {
	padding: 3px 0;
	color: #a13d3d;
	background: transparent;
	border: 0;
	font-size: 12px;
	font-weight: 800;
}

.cfc-add-vehicle {
	margin-top: 14px;
}

.cfc-add-vehicle span {
	font-size: 19px;
	line-height: 0;
}

.cfc-field-note {
	margin: 18px 0 0;
	padding-left: 15px;
	color: var(--cfc-muted);
	border-left: 3px solid #c8d9ee;
	font-size: 12px;
}

.cfc-field--cabin {
	max-width: 280px;
	margin-bottom: 22px;
}

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

.cfc-flight-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 20px 16px 16px;
	background: #fafbfd;
	border: 1px solid #dfe5ec;
	border-radius: 13px;
}

.cfc-flight-card__icon {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	margin-bottom: 12px;
	color: var(--cfc-blue);
	background: #e9f2ff;
	border-radius: 50%;
	font-size: 18px;
	font-weight: 800;
}

.cfc-flight-card strong {
	font-size: 14px;
}

.cfc-flight-card > small {
	min-height: 35px;
	margin: 3px 0 14px;
	color: var(--cfc-muted);
	font-size: 11px;
}

.cfc-flight-card__input {
	display: flex;
	align-items: center;
	overflow: hidden;
	margin-top: auto;
	background: #fff;
	border: 1px solid #cbd4df;
	border-radius: 8px;
}

.cfc-flight-card__input:focus-within {
	border-color: var(--cfc-blue);
}

.cfc-flight-card__input input {
	min-width: 55px;
	width: 58px;
	min-height: 44px;
	padding: 8px;
	text-align: center;
	border: 0;
}

.cfc-flight-card__input span {
	padding: 0 7px;
	color: #6c7889;
	font-size: 10px;
	line-height: 1.2;
}

.cfc-choice-fieldset {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.cfc-diet-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.cfc-diet-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 150px;
	padding: 18px;
	background: #fff;
	border: 1px solid #dce3eb;
	border-radius: 13px;
	cursor: pointer;
	transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.cfc-diet-card:hover {
	border-color: #a8bdd8;
	transform: translateY(-1px);
}

.cfc-diet-card:has(input:checked) {
	background: #f4f8ff;
	border-color: var(--cfc-blue);
	box-shadow: 0 0 0 2px rgba(1, 102, 255, .1);
}

.cfc-diet-card input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
}

.cfc-diet-card:has(input:focus-visible) {
	outline: 3px solid var(--cfc-yellow);
	outline-offset: 3px;
}

.cfc-diet-card__check {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 18px;
	height: 18px;
	background: #fff;
	border: 1px solid #bcc6d2;
	border-radius: 50%;
}

.cfc-diet-card input:checked + .cfc-diet-card__check {
	background: var(--cfc-blue);
	border: 5px solid #fff;
	box-shadow: 0 0 0 1px var(--cfc-blue);
}

.cfc-diet-card__icon {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	margin-bottom: 14px;
	color: var(--cfc-green);
	background: var(--cfc-green-light);
	border-radius: 10px;
	font-size: 18px;
}

.cfc-diet-card strong {
	font-size: 13px;
}

.cfc-diet-card small {
	margin-top: 4px;
	color: var(--cfc-muted);
	font-size: 11px;
	line-height: 1.4;
}

.cfc-waste-grid {
	display: grid;
	grid-template-columns: minmax(240px, .9fr) minmax(300px, 1.1fr);
	gap: 22px;
	align-items: stretch;
}

.cfc-waste-baseline {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	padding: 20px;
	background: #f4f8ff;
	border: 1px solid #dce9fb;
	border-radius: 13px;
}

.cfc-waste-baseline > span {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 40px;
	height: 40px;
	color: var(--cfc-blue);
	background: #e4efff;
	border-radius: 10px;
}

.cfc-waste-baseline svg {
	width: 21px;
	height: 21px;
	fill: currentColor;
}

.cfc-waste-baseline strong {
	display: block;
	margin-bottom: 5px;
	font-size: 13px;
}

.cfc-waste-baseline p {
	margin-bottom: 0;
	color: var(--cfc-muted);
	font-size: 12px;
}

.cfc-range-field {
	padding: 20px;
	background: #fafbfd;
	border: 1px solid #e0e6ed;
	border-radius: 13px;
}

.cfc-range-field__label {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cfc-range-field__label output {
	padding: 3px 9px;
	color: var(--cfc-blue-dark);
	background: #e7f0ff;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 900;
}

.cfc-range-field input[type="range"] {
	width: 100%;
	height: 6px;
	min-height: 6px;
	margin: 18px 0 7px;
	padding: 0;
	background: linear-gradient(to right, var(--cfc-blue) 0 var(--cfc-range-progress, 10%), #dce3eb var(--cfc-range-progress, 10%) 100%);
	border: 0;
	border-radius: 10px;
	appearance: none;
}

.cfc-range-field input[type="range"]::-webkit-slider-thumb {
	width: 20px;
	height: 20px;
	background: #fff;
	border: 5px solid var(--cfc-blue);
	border-radius: 50%;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	appearance: none;
}

.cfc-range-field input[type="range"]::-moz-range-thumb {
	width: 12px;
	height: 12px;
	background: #fff;
	border: 5px solid var(--cfc-blue);
	border-radius: 50%;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
}

.cfc-range-scale {
	display: flex;
	justify-content: space-between;
	color: #8a94a3;
	font-size: 10px;
}

.cfc-ready-card {
	display: flex;
	gap: 13px;
	align-items: center;
	margin-top: 22px;
	padding: 16px 18px;
	color: #1d5c48;
	background: var(--cfc-green-light);
	border: 1px solid #c8ead9;
	border-radius: 12px;
	font-size: 12px;
}

.cfc-ready-card > span {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 30px;
	height: 30px;
	color: #fff;
	background: var(--cfc-green);
	border-radius: 50%;
	font-weight: 900;
}

.cfc-ready-card p {
	margin-bottom: 0;
}

.cfc-form-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-height: 82px;
	padding: 17px 48px;
	background: #fafbfd;
	border-top: 1px solid var(--cfc-border);
}

.cfc-back-button,
.cfc-text-button {
	padding: 10px 2px;
	color: #4d5b6d;
	background: transparent;
	border: 0;
	font-weight: 800;
}

.cfc-back-button {
	margin-right: auto;
}

.cfc-primary-button,
.cfc-secondary-button {
	display: inline-flex;
	gap: 9px;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 11px 22px;
	border-radius: 9px;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.cfc-primary-button {
	color: #fff;
	background: var(--cfc-blue);
	border: 1px solid var(--cfc-blue);
	box-shadow: 0 7px 16px rgba(1, 102, 255, .2);
}

.cfc-primary-button:hover {
	color: #fff;
	background: var(--cfc-blue-dark);
	border-color: var(--cfc-blue-dark);
}

.cfc-secondary-button {
	color: var(--cfc-ink);
	background: #fff;
	border: 1px solid #cbd4df;
}

.cfc-secondary-button:hover {
	color: var(--cfc-blue);
	border-color: var(--cfc-blue);
}

.cfc-secondary-button:disabled {
	opacity: .45;
}

.cfc-results {
	scroll-margin-top: 20px;
}

.cfc-results-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 260px;
	gap: 50px;
	align-items: center;
	padding: 46px 58px;
	color: #fff;
	background: var(--cfc-navy);
	border-radius: 24px;
}

.cfc-results-kicker {
	color: #8fc6ff;
}

.cfc-results-hero h2 {
	margin-bottom: 8px;
	color: #fff;
	font-size: clamp(44px, 7vw, 72px);
	font-weight: 800;
	letter-spacing: -.05em;
	line-height: 1;
}

.cfc-results-hero h2 small {
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0;
}

.cfc-results-hero__copy > p:not(.cfc-results-kicker) {
	color: rgba(255, 255, 255, .7);
	font-size: 13px;
}

.cfc-results-hero__stats {
	display: flex;
	gap: 40px;
	margin-top: 30px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, .15);
}

.cfc-results-hero__stats div {
	display: flex;
	flex-direction: column;
}

.cfc-results-hero__stats span {
	margin-bottom: 4px;
	color: rgba(255, 255, 255, .58);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.cfc-results-hero__stats strong {
	color: #fff;
	font-size: 16px;
}

.cfc-score-ring {
	position: relative;
	display: grid;
	place-items: center;
	width: 220px;
	height: 220px;
	margin: 0 auto;
	border-radius: 50%;
	box-shadow: 0 16px 30px rgba(0, 0, 0, .22);
}

.cfc-score-ring::after {
	position: absolute;
	width: 142px;
	height: 142px;
	content: "";
	background: var(--cfc-navy);
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 50%;
}

.cfc-score-ring > div {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.cfc-score-ring strong {
	font-size: 31px;
	line-height: 1;
}

.cfc-score-ring span {
	margin-top: 5px;
	color: rgba(255, 255, 255, .62);
	font-size: 11px;
}

.cfc-results-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(300px, .75fr);
	gap: 20px;
	margin-top: 20px;
}

.cfc-result-card,
.cfc-actions-card {
	padding: 32px;
	background: #fff;
	border: 1px solid var(--cfc-border);
	border-radius: 18px;
}

.cfc-result-card__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 25px;
}

.cfc-result-card h3,
.cfc-actions-card h3 {
	margin-bottom: 0;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: -.025em;
	line-height: 1.25;
}

.cfc-card-kicker {
	margin-bottom: 6px;
	font-size: 10px;
}

.cfc-factor-version {
	padding: 5px 9px;
	color: #647184;
	background: #f1f4f7;
	border-radius: 20px;
	font-size: 10px;
	font-weight: 800;
}

.cfc-breakdown {
	display: grid;
	gap: 19px;
}

.cfc-breakdown-row__heading {
	display: flex;
	gap: 16px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px;
}

.cfc-breakdown-row__name {
	display: flex;
	gap: 10px;
	align-items: center;
}

.cfc-breakdown-row__dot {
	flex: 0 0 auto;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.cfc-breakdown-row__name strong,
.cfc-breakdown-row__name small {
	display: block;
}

.cfc-breakdown-row__name strong {
	font-size: 13px;
}

.cfc-breakdown-row__name small {
	color: var(--cfc-muted);
	font-size: 10px;
}

.cfc-breakdown-row__heading > strong {
	font-size: 12px;
	white-space: nowrap;
}

.cfc-breakdown-row__bar {
	height: 7px;
	overflow: hidden;
	background: #edf1f5;
	border-radius: 10px;
}

.cfc-breakdown-row__bar i {
	display: block;
	height: 100%;
	border-radius: inherit;
}

.cfc-benchmark-summary {
	min-height: 69px;
	margin: 14px 0 24px;
	color: var(--cfc-muted);
	font-size: 13px;
}

.cfc-benchmark-chart {
	display: grid;
	gap: 18px;
}

.cfc-benchmark-row {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 7px 10px;
	align-items: center;
}

.cfc-benchmark-row > span,
.cfc-benchmark-row > strong {
	font-size: 10px;
	font-weight: 800;
}

.cfc-benchmark-row > span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cfc-benchmark-row > div {
	grid-column: 1 / -1;
	height: 12px;
	overflow: hidden;
	background: #edf1f5;
	border-radius: 20px;
}

.cfc-benchmark-row i {
	display: block;
	height: 100%;
	background: var(--cfc-blue);
	border-radius: inherit;
}

.cfc-benchmark-row + .cfc-benchmark-row i {
	background: #9aa6b5;
}

.cfc-benchmark-note {
	margin: 25px 0 0;
	padding-top: 20px;
	color: #7b8593;
	border-top: 1px solid var(--cfc-border);
	font-size: 10px;
	line-height: 1.55;
}

.cfc-actions-card {
	display: grid;
	grid-template-columns: minmax(250px, .65fr) minmax(0, 1.35fr);
	gap: 34px;
	margin-top: 20px;
}

.cfc-actions-card__intro > p:last-child {
	margin: 14px 0 0;
	color: var(--cfc-muted);
	font-size: 12px;
}

.cfc-action-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.cfc-action-item {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr) auto;
	gap: 14px;
	align-items: start;
	margin: 0;
	padding: 0 0 18px;
}

.cfc-action-item + .cfc-action-item {
	padding-top: 18px;
	border-top: 1px solid var(--cfc-border);
}

.cfc-action-item:last-child {
	padding-bottom: 0;
}

.cfc-action-item__rank {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	color: var(--cfc-blue);
	background: #e8f1ff;
	border-radius: 50%;
	font-size: 10px;
	font-weight: 900;
}

.cfc-action-item__meta {
	margin-bottom: 3px;
	color: var(--cfc-blue);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.cfc-action-item h4 {
	margin-bottom: 4px;
	font-size: 14px;
	line-height: 1.35;
}

.cfc-action-item__content > p:last-child {
	margin-bottom: 0;
	color: var(--cfc-muted);
	font-size: 10px;
	line-height: 1.5;
}

.cfc-action-item__impact {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	min-width: 105px;
	padding: 7px 10px;
	color: #176c50;
	background: var(--cfc-green-light);
	border-radius: 8px;
}

.cfc-action-item__impact span {
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.cfc-action-item__impact strong {
	font-size: 13px;
}

.cfc-action-item--empty {
	display: block;
	color: var(--cfc-muted);
	font-size: 13px;
}

.cfc-results-actions {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-top: 20px;
}

.cfc-results-actions .cfc-text-button {
	display: inline-flex;
	gap: 7px;
	align-items: center;
	margin-left: auto;
}

.cfc-text-button svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.cfc-methodology {
	display: grid;
	grid-template-columns: minmax(230px, .65fr) minmax(0, 1.35fr);
	gap: 55px;
	margin-top: 54px;
	padding: 44px 48px;
	background: #f5f7fa;
	border-radius: 22px;
}

.cfc-eyebrow--light {
	color: var(--cfc-green);
}

.cfc-methodology__intro h2 {
	margin-bottom: 15px;
	font-size: 28px;
	font-weight: 800;
	letter-spacing: -.03em;
	line-height: 1.2;
}

.cfc-methodology__intro > p:last-child {
	margin-bottom: 0;
	color: var(--cfc-muted);
	font-size: 12px;
}

.cfc-methodology__details details {
	border-bottom: 1px solid #d9e0e8;
}

.cfc-methodology__details details:first-child {
	border-top: 1px solid #d9e0e8;
}

.cfc-methodology__details summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 0;
	font-size: 13px;
	font-weight: 800;
	cursor: pointer;
	list-style: none;
}

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

.cfc-methodology__details summary span {
	display: grid;
	place-items: center;
	width: 24px;
	height: 24px;
	color: var(--cfc-blue);
	background: #fff;
	border-radius: 50%;
	font-size: 17px;
	transition: transform .15s ease;
}

.cfc-methodology__details details[open] summary span {
	transform: rotate(45deg);
}

.cfc-methodology__details details > div {
	padding: 0 20px 18px 0;
	color: var(--cfc-muted);
	font-size: 11px;
}

.cfc-methodology__details details p:last-child,
.cfc-methodology__details details ul:last-child {
	margin-bottom: 0;
}

.cfc-methodology__details ul {
	margin-left: 18px;
}

.cfc-source-list a {
	color: var(--cfc-blue-dark);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

@media (max-width: 1024px) {
	.has-carbon-footprint-calculator .site-content {
		padding-right: 36px !important;
		padding-left: 36px !important;
	}

	.cfc-hero {
		grid-template-columns: minmax(0, 1fr) 260px;
		padding: 46px;
	}

	.cfc-calculator-grid {
		grid-template-columns: 220px minmax(0, 1fr);
	}

	.cfc-step {
		padding: 36px 34px 28px;
	}

	.cfc-form-actions {
		padding-right: 34px;
		padding-left: 34px;
	}

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

	.cfc-energy-row .cfc-combined-input {
		grid-column: 1 / -1;
	}

	.cfc-results-grid {
		grid-template-columns: 1fr;
	}

	.cfc-benchmark-summary {
		min-height: 0;
	}

	.cfc-actions-card {
		grid-template-columns: minmax(220px, .55fr) minmax(0, 1.45fr);
	}
}

@media (max-width: 820px) {
	.cfc-hero {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.cfc-hero__content {
		max-width: none;
	}

	.cfc-hero__visual {
		display: none;
	}

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

	.cfc-progress {
		position: static;
		padding: 14px 18px;
	}

	.cfc-progress__mobile {
		display: flex;
		align-items: center;
		justify-content: space-between;
		color: var(--cfc-muted);
		font-size: 11px;
	}

	.cfc-progress__mobile strong,
	.cfc-progress__mobile span:last-child {
		color: var(--cfc-ink);
		font-weight: 800;
	}

	.cfc-progress__list,
	.cfc-progress__privacy {
		display: none;
	}

	.cfc-results-hero {
		grid-template-columns: 1fr 190px;
		padding: 38px;
	}

	.cfc-score-ring {
		width: 175px;
		height: 175px;
	}

	.cfc-score-ring::after {
		width: 110px;
		height: 110px;
	}

	.cfc-actions-card,
	.cfc-methodology {
		grid-template-columns: 1fr;
		gap: 28px;
	}
}

@media (max-width: 640px) {
	.has-carbon-footprint-calculator .site-content {
		padding-right: 16px !important;
		padding-left: 16px !important;
	}

	.has-carbon-footprint-calculator.page .site-main {
		margin-top: 16px;
	}

	.cfc-hero {
		padding: 30px 24px 34px;
		border-radius: 20px;
	}

	.cfc-breadcrumb {
		margin-bottom: 30px;
	}

	.cfc-hero h1 {
		font-size: 37px;
	}

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

	.cfc-hero__meta {
		gap: 12px 18px;
	}

	.cfc-estimate-note {
		font-size: 12px;
	}

	.cfc-form-card {
		border-radius: 16px;
	}

	.cfc-step {
		min-height: 0;
		padding: 30px 20px 28px;
	}

	.cfc-step__header {
		margin-bottom: 25px;
	}

	.cfc-step__header h2 {
		font-size: 27px;
	}

	.cfc-fields--two,
	.cfc-fields--vehicle,
	.cfc-flight-grid,
	.cfc-diet-grid,
	.cfc-waste-grid {
		grid-template-columns: 1fr;
	}

	.cfc-energy-row {
		grid-template-columns: 38px minmax(0, 1fr);
		padding: 15px;
	}

	.cfc-energy-row__icon {
		width: 36px;
		height: 36px;
	}

	.cfc-combined-input {
		grid-template-columns: minmax(70px, 1fr) auto minmax(105px, auto);
	}

	.cfc-flight-card {
		min-height: 0;
	}

	.cfc-flight-card > small {
		min-height: 0;
	}

	.cfc-diet-card {
		min-height: 128px;
	}

	.cfc-form-actions {
		min-height: 74px;
		padding: 13px 20px;
	}

	.cfc-form-actions .cfc-primary-button {
		padding-right: 16px;
		padding-left: 16px;
	}

	.cfc-results-hero {
		grid-template-columns: 1fr;
		gap: 34px;
		padding: 32px 24px;
		border-radius: 20px;
	}

	.cfc-results-hero h2 {
		font-size: 47px;
	}

	.cfc-results-hero h2 small {
		display: block;
		margin-top: 7px;
	}

	.cfc-results-hero__stats {
		gap: 24px;
	}

	.cfc-result-card,
	.cfc-actions-card,
	.cfc-methodology {
		padding: 25px 20px;
	}

	.cfc-action-item {
		grid-template-columns: 30px minmax(0, 1fr);
	}

	.cfc-action-item__impact {
		grid-column: 2;
		align-items: flex-start;
		justify-self: start;
		margin-top: 2px;
	}

	.cfc-results-actions {
		flex-wrap: wrap;
	}

	.cfc-results-actions .cfc-primary-button,
	.cfc-results-actions .cfc-secondary-button {
		flex: 1 1 145px;
	}

	.cfc-results-actions .cfc-text-button {
		margin: 4px auto 0;
	}
}

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

@media print {
	.site-header,
	.main-navigation,
	.site-footer,
	.cfc-hero,
	.cfc-estimate-note,
	.cfc-calculator-grid,
	.cfc-results-actions,
	.cfc-methodology {
		display: none !important;
	}

	.has-carbon-footprint-calculator .site-content {
		padding: 0 !important;
	}

	.cfc-results[hidden] {
		display: none !important;
	}

	.cfc-results-hero,
	.cfc-result-card,
	.cfc-actions-card {
		break-inside: avoid;
		box-shadow: none;
	}

	.cfc-results-hero {
		color: #000;
		background: #fff;
		border: 2px solid #000;
	}

	.cfc-results-hero h2,
	.cfc-results-hero__stats strong {
		color: #000;
	}
}
