/* CO2 Equivalency Converter */
.has-co2-equivalency-calculator .site-content {
	display: block;
}

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

.has-co2-equivalency-calculator.page .site-main {
	margin-top: 28px;
	margin-bottom: 72px;
}

.eqc-page {
	--eqc-indigo: #203164;
	--eqc-indigo-dark: #142044;
	--eqc-blue: #3a67d8;
	--eqc-blue-light: #edf3ff;
	--eqc-green: #21745b;
	--eqc-green-dark: #16543f;
	--eqc-green-light: #edf8f2;
	--eqc-amber: #f5ba3d;
	--eqc-amber-light: #fff7e5;
	--eqc-coral: #e96e5a;
	--eqc-ink: #172235;
	--eqc-muted: #637084;
	--eqc-border: #dfe5ed;
	--eqc-surface: #f5f7fa;
	--eqc-white: #fff;
	max-width: 100%;
	overflow: clip;
	color: var(--eqc-ink);
	font-size: 16px;
	line-height: 1.58;
}

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

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

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

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

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

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

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

.eqc-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
	align-items: center;
	min-height: 446px;
	padding: 54px 64px;
	overflow: hidden;
	color: var(--eqc-white);
	background:
		radial-gradient(circle at 83% 24%, rgba(108, 208, 167, .18), transparent 25%),
		radial-gradient(circle at 8% 92%, rgba(79, 119, 222, .24), transparent 36%),
		linear-gradient(135deg, #111c3a 0%, #1b2d5b 57%, #183f4b 120%);
	border-radius: 28px;
	isolation: isolate;
}

.eqc-hero::after {
	position: absolute;
	width: 310px;
	height: 310px;
	right: -120px;
	bottom: -160px;
	z-index: -1;
	content: "";
	background: rgba(245, 186, 61, .1);
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 50%;
}

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

.eqc-breadcrumb {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	margin-bottom: 40px;
	color: rgba(255, 255, 255, .76);
	font-size: 14px;
	font-weight: 750;
	text-decoration: none;
	transition: color .18s ease;
}

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

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

.eqc-eyebrow,
.eqc-section-label {
	margin-bottom: 10px;
	color: var(--eqc-blue);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .13em;
	line-height: 1.35;
	text-transform: uppercase;
}

.eqc-hero .eqc-eyebrow {
	color: #93e3c2;
}

.eqc-hero h1 {
	max-width: 690px;
	margin-bottom: 18px;
	color: var(--eqc-white);
	font-size: clamp(41px, 5.1vw, 64px);
	font-weight: 850;
	letter-spacing: -.048em;
	line-height: 1.02;
}

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

.eqc-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 22px;
}

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

.eqc-hero__meta svg {
	flex: 0 0 auto;
	width: 17px;
	height: 17px;
	fill: #78d5ad;
}

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

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

.eqc-hero__ring--one {
	width: 270px;
	height: 270px;
}

.eqc-hero__ring--two {
	width: 350px;
	height: 350px;
	border-style: dashed;
	opacity: .65;
}

.eqc-hero__orb {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 190px;
	height: 190px;
	color: var(--eqc-indigo-dark);
	background:
		radial-gradient(circle at 35% 28%, rgba(255, 255, 255, .85), transparent 19%),
		linear-gradient(145deg, #f9d77c, #f1a74d);
	border: 10px solid rgba(255, 255, 255, .12);
	border-radius: 50%;
	box-shadow: 0 22px 48px rgba(4, 12, 34, .32), inset 0 -12px 25px rgba(157, 83, 18, .13);
}

.eqc-hero__orb span {
	font-size: 36px;
	font-weight: 900;
	letter-spacing: -.05em;
	line-height: 1;
}

.eqc-hero__orb sub {
	font-size: .5em;
	line-height: 0;
}

.eqc-hero__orb small {
	margin-top: 7px;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.eqc-hero__chip {
	position: absolute;
	z-index: 3;
	display: grid;
	place-items: center;
	width: 51px;
	height: 51px;
	color: var(--eqc-indigo);
	background: var(--eqc-white);
	border: 4px solid rgba(255, 255, 255, .18);
	border-radius: 15px;
	box-shadow: 0 12px 25px rgba(4, 12, 34, .26);
}

.eqc-hero__chip svg {
	width: 25px;
	height: 25px;
	fill: currentColor;
}

.eqc-hero__chip--car {
	top: 43px;
	right: 12px;
	transform: rotate(7deg);
}

.eqc-hero__chip--leaf {
	bottom: 40px;
	left: 5px;
	color: var(--eqc-green);
	transform: rotate(-7deg);
}

.eqc-app {
	margin-top: 28px;
}

.eqc-noscript {
	margin-top: 20px;
	padding: 14px 18px;
	color: #782d25;
	background: #fff1ef;
	border: 1px solid #f0c3bd;
	border-radius: 12px;
	font-size: 14px;
}

.eqc-converter {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr);
	overflow: hidden;
	background: var(--eqc-white);
	border: 1px solid var(--eqc-border);
	border-radius: 22px;
	box-shadow: 0 14px 40px rgba(20, 32, 68, .08);
}

.eqc-converter__input,
.eqc-converter__headline {
	min-width: 0;
	padding: 44px 48px;
}

.eqc-converter__input h2,
.eqc-section-heading h2,
.eqc-tree-context h2,
.eqc-method h2 {
	margin-bottom: 10px;
	font-size: clamp(27px, 3vw, 34px);
	font-weight: 850;
	letter-spacing: -.035em;
	line-height: 1.16;
}

.eqc-converter__input > p:not(.eqc-section-label) {
	margin-bottom: 26px;
	color: var(--eqc-muted);
	font-size: 14px;
}

.eqc-input-row {
	display: grid;
	grid-template-columns: minmax(150px, 1fr) minmax(150px, .7fr) auto;
	gap: 12px;
	align-items: end;
}

.eqc-field {
	min-width: 0;
}

.eqc-field label,
.eqc-presets legend {
	display: block;
	margin-bottom: 7px;
	color: #3f4d61;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .035em;
}

.eqc-field input,
.eqc-field select {
	width: 100%;
	min-width: 0;
	height: 52px;
	padding: 10px 13px;
	color: var(--eqc-ink);
	background-color: var(--eqc-white);
	border: 1px solid #bdc8d6;
	border-radius: 10px;
	box-shadow: 0 1px 2px rgba(23, 34, 53, .03);
	transition: border-color .15s ease, box-shadow .15s ease;
}

.eqc-field input {
	font-size: 19px;
	font-weight: 800;
	font-variant-numeric: tabular-nums;
}

.eqc-field select {
	padding-right: 34px;
	font-size: 13px;
	font-weight: 700;
}

.eqc-field input:hover,
.eqc-field select:hover {
	border-color: #8e9db0;
}

.eqc-field input:focus,
.eqc-field select:focus {
	border-color: var(--eqc-blue);
	box-shadow: 0 0 0 3px rgba(58, 103, 216, .12);
}

.eqc-submit {
	display: inline-flex;
	gap: 12px;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 10px 19px;
	color: var(--eqc-white);
	background: var(--eqc-blue);
	border: 1px solid var(--eqc-blue);
	border-radius: 10px;
	box-shadow: 0 8px 18px rgba(58, 103, 216, .22);
	font-size: 13px;
	font-weight: 850;
	white-space: nowrap;
	transition: background-color .15s ease, border-color .15s ease, transform .15s ease;
}

.eqc-submit:hover {
	color: var(--eqc-white);
	background: #2a54ba;
	border-color: #2a54ba;
	transform: translateY(-1px);
}

.eqc-submit span {
	font-size: 18px;
	line-height: 1;
}

.eqc-error {
	margin: 9px 0 0;
	color: #a13c32;
	font-size: 12px;
	font-weight: 750;
}

.eqc-presets {
	min-width: 0;
	margin: 21px 0 0;
	padding: 0;
	border: 0;
}

.eqc-presets div {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.eqc-presets button {
	min-height: 34px;
	padding: 5px 13px;
	color: #536176;
	background: var(--eqc-surface);
	border: 1px solid #dce3eb;
	border-radius: 20px;
	font-size: 11px;
	font-weight: 800;
	transition: color .15s ease, background-color .15s ease, border-color .15s ease;
}

.eqc-presets button:hover {
	color: var(--eqc-blue);
	background: var(--eqc-blue-light);
	border-color: #b9cbf5;
}

.eqc-presets button[aria-pressed="true"] {
	color: var(--eqc-white);
	background: var(--eqc-indigo);
	border-color: var(--eqc-indigo);
}

.eqc-local-note {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	margin-top: 24px;
	padding-top: 20px;
	color: var(--eqc-muted);
	border-top: 1px solid var(--eqc-border);
	font-size: 11px;
}

.eqc-local-note svg {
	flex: 0 0 auto;
	width: 17px;
	height: 17px;
	margin-top: 1px;
	fill: var(--eqc-green);
}

.eqc-local-note p {
	margin-bottom: 0;
}

.eqc-local-note strong {
	color: var(--eqc-green-dark);
}

.eqc-converter__headline {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: var(--eqc-white);
	background:
		radial-gradient(circle at 100% 0, rgba(123, 222, 179, .2), transparent 38%),
		linear-gradient(150deg, var(--eqc-indigo-dark), var(--eqc-indigo));
	isolation: isolate;
}

.eqc-converter__headline::after {
	position: absolute;
	right: -55px;
	bottom: -65px;
	z-index: -1;
	width: 190px;
	height: 190px;
	content: "";
	border: 30px solid rgba(255, 255, 255, .035);
	border-radius: 50%;
}

.eqc-headline__icon {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	margin-bottom: 26px;
	color: var(--eqc-indigo-dark);
	background: var(--eqc-amber);
	border-radius: 14px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
}

.eqc-headline__icon svg {
	width: 25px;
	height: 25px;
	fill: currentColor;
}

.eqc-converter__headline .eqc-section-label {
	color: #9de4c7;
}

.eqc-headline__sentence {
	margin-bottom: 16px;
	color: rgba(255, 255, 255, .72);
	font-size: 13px;
	line-height: 1.55;
}

.eqc-headline__sentence strong {
	display: block;
	margin-bottom: 2px;
	color: var(--eqc-white);
	font-size: 16px;
}

.eqc-headline__number {
	margin-bottom: 8px;
	font-variant-numeric: tabular-nums;
}

.eqc-headline__number span {
	display: block;
	overflow-wrap: anywhere;
	color: var(--eqc-white);
	font-size: clamp(42px, 5vw, 62px);
	font-weight: 900;
	letter-spacing: -.055em;
	line-height: .98;
}

.eqc-headline__number small {
	display: block;
	margin-top: 8px;
	color: #f4d37d;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0;
}

.eqc-converter__headline > p:last-child {
	margin-bottom: 0;
	color: rgba(255, 255, 255, .66);
	font-size: 12px;
}

.eqc-comparison-note {
	display: flex;
	gap: 13px;
	align-items: flex-start;
	margin: 18px 0 0;
	padding: 15px 18px;
	color: #45546b;
	background: #f3f6fb;
	border: 1px solid #dce4ef;
	border-radius: 12px;
	font-size: 12px;
}

.eqc-comparison-note svg {
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	margin-top: 1px;
	fill: var(--eqc-blue);
}

.eqc-comparison-note p {
	margin-bottom: 0;
}

.eqc-comparison-note strong {
	color: var(--eqc-indigo);
}

.eqc-results,
.eqc-tree-context,
.eqc-method {
	margin-top: 58px;
}

.eqc-section-heading {
	display: flex;
	gap: 30px;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 24px;
}

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

.eqc-section-heading h2 {
	margin-bottom: 0;
}

.eqc-section-heading > p {
	max-width: 350px;
	margin-bottom: 3px;
	color: var(--eqc-muted);
	font-size: 12px;
	text-align: right;
}

.eqc-result-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.eqc-result-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 253px;
	padding: 23px;
	overflow: hidden;
	background: var(--eqc-white);
	border: 1px solid var(--eqc-border);
	border-radius: 17px;
	box-shadow: 0 5px 18px rgba(20, 32, 68, .035);
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.eqc-result-card:hover {
	border-color: #c5d0de;
	box-shadow: 0 12px 28px rgba(20, 32, 68, .08);
	transform: translateY(-2px);
}

.eqc-result-card::after {
	position: absolute;
	top: -44px;
	right: -44px;
	width: 105px;
	height: 105px;
	content: "";
	background: var(--eqc-surface);
	border-radius: 50%;
	opacity: .8;
}

.eqc-result-card__icon {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	margin-bottom: 22px;
	border-radius: 12px;
}

.eqc-result-card__icon svg {
	width: 22px;
	height: 22px;
	fill: currentColor;
}

.eqc-result-card__icon--amber {
	color: #9c5e14;
	background: #fff0cf;
}

.eqc-result-card__icon--blue {
	color: #2c5ac4;
	background: #e9f0ff;
}

.eqc-result-card__icon--yellow {
	color: #997210;
	background: #fff6cf;
}

.eqc-result-card__icon--violet {
	color: #6849b8;
	background: #f0eaff;
}

.eqc-result-card__icon--cyan {
	color: #19718a;
	background: #e4f7fb;
}

.eqc-result-card__icon--green {
	color: var(--eqc-green);
	background: #dff4e9;
}

.eqc-result-card__icon--slate {
	color: #52647a;
	background: #edf1f5;
}

.eqc-result-card__icon--charcoal {
	color: #373e49;
	background: #e8eaed;
}

.eqc-result-card h3 {
	min-height: 40px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 850;
	letter-spacing: -.01em;
	line-height: 1.4;
}

.eqc-result-card__value {
	margin: auto 0 4px;
	font-variant-numeric: tabular-nums;
}

.eqc-result-card__value span {
	overflow-wrap: anywhere;
	font-size: clamp(27px, 2.6vw, 37px);
	font-weight: 900;
	letter-spacing: -.04em;
	line-height: 1.08;
}

.eqc-result-card__value small {
	color: var(--eqc-muted);
	font-size: 11px;
	font-weight: 750;
	letter-spacing: 0;
}

.eqc-result-card__secondary {
	margin-bottom: 0;
	color: var(--eqc-muted);
	font-size: 11px;
	font-variant-numeric: tabular-nums;
}

.eqc-result-card__secondary span {
	color: #4b596c;
	font-weight: 800;
}

.eqc-result-card__fineprint {
	margin: 8px 0 0;
	color: #8993a2;
	font-size: 9px;
	line-height: 1.45;
}

.eqc-result-card--tree {
	background: linear-gradient(145deg, #f8fdf9, var(--eqc-green-light));
	border-color: #c7e6d6;
}

.eqc-result-card--tree::after {
	background: #d9f1e4;
}

.eqc-result-card__badge {
	position: absolute;
	top: 23px;
	right: 17px;
	z-index: 2;
	padding: 4px 8px;
	color: var(--eqc-green-dark);
	background: rgba(255, 255, 255, .82);
	border: 1px solid #c0dfcf;
	border-radius: 20px;
	font-size: 8px;
	font-weight: 900;
	letter-spacing: .055em;
	text-transform: uppercase;
}

.eqc-result-card__link {
	align-self: flex-start;
	margin-top: 7px;
	color: var(--eqc-green-dark);
	font-size: 10px;
	font-weight: 850;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.eqc-result-card__link:hover {
	color: var(--eqc-green);
}

.eqc-tree-context {
	display: grid;
	grid-template-columns: minmax(250px, .68fr) minmax(0, 1.32fr);
	gap: 50px;
	align-items: center;
	padding: 48px 54px;
	scroll-margin-top: 24px;
	background:
		radial-gradient(circle at 7% 12%, rgba(255, 255, 255, .8), transparent 24%),
		linear-gradient(135deg, #f1faf5, #e4f4eb);
	border: 1px solid #cde6d8;
	border-radius: 24px;
}

.eqc-tree-context__illustration {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 290px;
	overflow: hidden;
	background: rgba(255, 255, 255, .68);
	border: 1px solid rgba(33, 116, 91, .12);
	border-radius: 20px;
}

.eqc-tree-context__illustration::after {
	position: absolute;
	bottom: 34px;
	left: 12%;
	width: 76%;
	height: 18px;
	content: "";
	background: rgba(33, 116, 91, .1);
	border-radius: 50%;
	filter: blur(2px);
}

.eqc-tree-context__illustration svg {
	position: relative;
	z-index: 1;
	width: 175px;
	height: 185px;
}

.eqc-tree-context__year {
	position: absolute;
	top: 21px;
	left: 23px;
	z-index: 2;
	color: var(--eqc-green-dark);
	font-size: 44px;
	font-weight: 900;
	letter-spacing: -.05em;
	line-height: 1;
}

.eqc-tree-context__illustration small {
	position: absolute;
	top: 67px;
	left: 24px;
	z-index: 2;
	width: 105px;
	color: var(--eqc-green);
	font-size: 8px;
	font-weight: 900;
	letter-spacing: .07em;
	line-height: 1.35;
	text-transform: uppercase;
}

.eqc-tree-context__content {
	min-width: 0;
}

.eqc-tree-context__content > p:not(.eqc-section-label, .eqc-tree-context__caution) {
	max-width: 720px;
	margin-bottom: 23px;
	color: #4d665d;
	font-size: 13px;
}

.eqc-tree-facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 11px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.eqc-tree-facts li {
	min-width: 0;
	margin: 0;
	padding: 15px 16px;
	background: rgba(255, 255, 255, .72);
	border: 1px solid rgba(33, 116, 91, .12);
	border-radius: 12px;
}

.eqc-tree-facts strong,
.eqc-tree-facts span {
	display: block;
}

.eqc-tree-facts strong {
	margin-bottom: 4px;
	color: var(--eqc-green-dark);
	font-size: 13px;
	font-weight: 900;
}

.eqc-tree-facts span {
	color: #60736c;
	font-size: 10px;
	line-height: 1.5;
}

.eqc-tree-context__caution {
	margin: 16px 0 0;
	padding: 13px 15px;
	color: #435d54;
	background: #fffdf7;
	border: 1px solid #eadbb8;
	border-left: 4px solid var(--eqc-amber);
	border-radius: 9px;
	font-size: 11px;
}

.eqc-tree-context__caution strong {
	color: #6e5119;
}

.eqc-method {
	padding: 43px 48px 46px;
	background: var(--eqc-surface);
	border: 1px solid #e2e7ed;
	border-radius: 22px;
}

.eqc-version {
	flex: 0 0 auto;
	margin-bottom: 5px;
	padding: 5px 10px;
	color: #576579;
	background: var(--eqc-white);
	border: 1px solid #dce3eb;
	border-radius: 20px;
	font-size: 9px;
	font-weight: 850;
	letter-spacing: .04em;
}

.eqc-details {
	overflow: hidden;
	background: var(--eqc-white);
	border: 1px solid #dbe2ea;
	border-radius: 14px;
}

.eqc-details summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 58px;
	padding: 15px 20px;
	font-size: 12px;
	font-weight: 850;
	list-style: none;
}

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

.eqc-details summary span {
	position: relative;
	flex: 0 0 auto;
	width: 26px;
	height: 26px;
	margin-left: 14px;
	background: var(--eqc-blue-light);
	border-radius: 50%;
}

.eqc-details summary span::before,
.eqc-details summary span::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 2px;
	content: "";
	background: var(--eqc-blue);
	transform: translate(-50%, -50%);
	transition: transform .16s ease;
}

.eqc-details summary span::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.eqc-details[open] summary span::after {
	transform: translate(-50%, -50%) rotate(0);
}

.eqc-details[open] summary {
	border-bottom: 1px solid #e3e8ee;
}

.eqc-table-wrap {
	max-width: 100%;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	-webkit-overflow-scrolling: touch;
}

.eqc-table-wrap table {
	width: 100%;
	min-width: 690px;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	font-size: 11px;
	font-variant-numeric: tabular-nums;
}

.eqc-table-wrap th,
.eqc-table-wrap td {
	padding: 13px 17px;
	text-align: left;
	vertical-align: top;
	border: 0;
	border-bottom: 1px solid #e7ebf0;
}

.eqc-table-wrap thead th {
	color: #6a7687;
	background: #f8f9fb;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .055em;
	text-transform: uppercase;
}

.eqc-table-wrap tbody th {
	width: 20%;
	color: var(--eqc-ink);
	font-weight: 850;
}

.eqc-table-wrap tbody td {
	color: var(--eqc-muted);
}

.eqc-table-wrap tbody tr:last-child th,
.eqc-table-wrap tbody tr:last-child td {
	border-bottom: 0;
}

.eqc-table-wrap tbody tr:hover th,
.eqc-table-wrap tbody tr:hover td {
	background: #fafbfd;
}

.eqc-method-notes {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	padding: 16px 18px 18px;
	background: #fbfcfd;
	border-top: 1px solid #e3e8ee;
}

.eqc-method-notes p {
	margin-bottom: 0;
	padding: 12px 13px;
	color: #687588;
	background: var(--eqc-white);
	border: 1px solid #e2e7ed;
	border-radius: 9px;
	font-size: 9px;
	line-height: 1.6;
}

.eqc-method-notes strong {
	color: #42516a;
	font-size: 10px;
}

.eqc-source-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 15px;
}

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

.eqc-source-grid a:hover {
	color: var(--eqc-ink);
	border-color: #b8c5d5;
	box-shadow: 0 8px 18px rgba(20, 32, 68, .06);
	transform: translateY(-1px);
}

.eqc-source-grid a > span {
	align-self: flex-start;
	margin-bottom: 11px;
	padding: 3px 7px;
	color: var(--eqc-blue);
	background: var(--eqc-blue-light);
	border-radius: 5px;
	font-size: 8px;
	font-weight: 900;
	letter-spacing: .08em;
}

.eqc-source-grid strong {
	margin-bottom: 9px;
	font-size: 12px;
	line-height: 1.4;
}

.eqc-source-grid small {
	margin-top: auto;
	color: var(--eqc-muted);
	font-size: 9px;
}

.eqc-source-grid small span {
	color: var(--eqc-blue);
	font-size: 12px;
}

.eqc-method__footnote {
	margin: 18px 2px 0;
	color: #748092;
	font-size: 10px;
	line-height: 1.6;
}

@media (max-width: 1024px) {
	.has-co2-equivalency-calculator .site-content {
		padding-right: 32px !important;
		padding-left: 32px !important;
	}

	.eqc-hero {
		grid-template-columns: minmax(0, 1fr) 245px;
		padding: 48px;
	}

	.eqc-hero__ring--two {
		width: 310px;
		height: 310px;
	}

	.eqc-converter {
		grid-template-columns: 1fr;
	}

	.eqc-converter__headline {
		min-height: 300px;
	}

	.eqc-headline__number span {
		font-size: clamp(45px, 7vw, 66px);
	}

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

	.eqc-result-card {
		min-height: 235px;
	}

	.eqc-result-card__value span {
		font-size: clamp(30px, 4vw, 40px);
	}

	.eqc-tree-context {
		grid-template-columns: minmax(230px, .62fr) minmax(0, 1.38fr);
		gap: 34px;
		padding: 40px;
	}
}

@media (max-width: 760px) {
	.has-co2-equivalency-calculator .site-content {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}

	.has-co2-equivalency-calculator.page .site-main {
		margin-top: 20px;
	}

	.eqc-hero {
		grid-template-columns: 1fr;
		min-height: auto;
		padding: 42px 38px 45px;
	}

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

	.eqc-hero__visual {
		display: none;
	}

	.eqc-breadcrumb {
		margin-bottom: 32px;
	}

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

	.eqc-converter__input,
	.eqc-converter__headline {
		padding: 36px;
	}

	.eqc-input-row {
		grid-template-columns: minmax(0, 1fr) minmax(150px, .65fr);
	}

	.eqc-submit {
		grid-column: 1 / -1;
	}

	.eqc-converter__headline {
		min-height: 280px;
	}

	.eqc-section-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 7px;
	}

	.eqc-section-heading > p {
		max-width: none;
		text-align: left;
	}

	.eqc-results,
	.eqc-tree-context,
	.eqc-method {
		margin-top: 46px;
	}

	.eqc-tree-context {
		grid-template-columns: 1fr;
		gap: 28px;
		padding: 34px;
	}

	.eqc-tree-context__illustration {
		width: min(100%, 370px);
		min-height: 240px;
		margin: 0 auto;
	}

	.eqc-tree-context__illustration svg {
		height: 165px;
	}

	.eqc-method {
		padding: 34px;
	}

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

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

	.eqc-source-grid a {
		min-height: 115px;
	}
}

@media (max-width: 480px) {
	.has-co2-equivalency-calculator .site-content {
		padding-right: 12px !important;
		padding-left: 12px !important;
	}

	.has-co2-equivalency-calculator.page .site-main {
		margin-top: 12px;
		margin-bottom: 48px;
	}

	.eqc-hero {
		padding: 30px 22px 34px;
		border-radius: 20px;
	}

	.eqc-breadcrumb {
		margin-bottom: 27px;
		font-size: 12px;
	}

	.eqc-hero h1 {
		font-size: 37px;
		letter-spacing: -.04em;
	}

	.eqc-hero__intro {
		margin-bottom: 24px;
		font-size: 15px;
		line-height: 1.55;
	}

	.eqc-hero__meta {
		gap: 10px 15px;
	}

	.eqc-hero__meta span {
		font-size: 10px;
	}

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

	.eqc-converter {
		border-radius: 17px;
	}

	.eqc-converter__input,
	.eqc-converter__headline {
		padding: 27px 21px;
	}

	.eqc-converter__input h2,
	.eqc-section-heading h2,
	.eqc-tree-context h2,
	.eqc-method h2 {
		font-size: 27px;
	}

	.eqc-input-row {
		grid-template-columns: 1fr;
		gap: 11px;
	}

	.eqc-submit {
		grid-column: auto;
		width: 100%;
	}

	.eqc-presets div {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.eqc-presets button {
		width: 100%;
	}

	.eqc-converter__headline {
		min-height: 275px;
	}

	.eqc-headline__icon {
		margin-bottom: 22px;
	}

	.eqc-headline__number span {
		font-size: 43px;
	}

	.eqc-comparison-note {
		padding: 14px;
		font-size: 11px;
	}

	.eqc-results,
	.eqc-tree-context,
	.eqc-method {
		margin-top: 39px;
	}

	.eqc-result-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.eqc-result-card {
		min-height: 226px;
		padding: 21px;
	}

	.eqc-result-card h3 {
		min-height: 0;
	}

	.eqc-result-card__value span {
		font-size: 36px;
	}

	.eqc-tree-context {
		padding: 24px 20px;
		border-radius: 18px;
	}

	.eqc-tree-context__illustration {
		min-height: 220px;
	}

	.eqc-tree-facts {
		grid-template-columns: 1fr;
	}

	.eqc-method {
		padding: 25px 18px;
		border-radius: 18px;
	}

	.eqc-version {
		margin-top: 3px;
	}

	.eqc-details summary {
		padding-right: 15px;
		padding-left: 15px;
	}

	.eqc-method-notes {
		padding-right: 13px;
		padding-left: 13px;
	}

	.eqc-table-wrap table {
		min-width: 650px;
	}

	.eqc-source-grid a {
		min-height: 108px;
	}
}

@media (max-width: 360px) {
	.has-co2-equivalency-calculator .site-content {
		padding-right: 8px !important;
		padding-left: 8px !important;
	}

	.eqc-hero {
		padding: 27px 18px 30px;
	}

	.eqc-hero h1 {
		font-size: 33px;
	}

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

	.eqc-converter__input,
	.eqc-converter__headline {
		padding-right: 17px;
		padding-left: 17px;
	}

	.eqc-converter__input h2,
	.eqc-section-heading h2,
	.eqc-tree-context h2,
	.eqc-method h2 {
		font-size: 25px;
	}

	.eqc-headline__number span {
		font-size: 38px;
	}

	.eqc-result-card__badge {
		right: 13px;
	}

	.eqc-tree-context,
	.eqc-method {
		padding-right: 16px;
		padding-left: 16px;
	}

	.eqc-tree-context__year {
		left: 17px;
	}

	.eqc-tree-context__illustration small {
		left: 18px;
	}
}

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

@media print {
	.has-co2-equivalency-calculator .site-header,
	.has-co2-equivalency-calculator .main-navigation,
	.has-co2-equivalency-calculator .site-footer,
	.eqc-hero__visual,
	.eqc-presets,
	.eqc-submit {
		display: none !important;
	}

	.has-co2-equivalency-calculator .site-content {
		padding: 0 !important;
	}

	.eqc-hero,
	.eqc-converter,
	.eqc-result-card,
	.eqc-tree-context,
	.eqc-method {
		break-inside: avoid;
		box-shadow: none;
	}

	.eqc-hero,
	.eqc-converter__headline {
		color: #000;
		background: #fff;
		border: 2px solid #000;
	}

	.eqc-hero h1,
	.eqc-hero__intro,
	.eqc-hero__meta span,
	.eqc-converter__headline :where(p, strong, span, small) {
		color: #000 !important;
	}
}
