/* Greenhouse Gas Converter */
.has-greenhouse-gas-converter .site-content {
	display: block;
}

.has-greenhouse-gas-converter .content-area,
.has-greenhouse-gas-converter .site-main {
	width: 100%;
}

.has-greenhouse-gas-converter.page .site-main {
	margin-top: 28px;
	margin-bottom: 72px;
}

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

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

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

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

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

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

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

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

.ghg-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(--ghg-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;
}

.ghg-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%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ghg-hero__orb {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 190px;
	height: 190px;
	color: var(--ghg-indigo-dark);
	background:
		radial-gradient(circle at 35% 28%, rgba(255, 255, 255, .85), transparent 19%),
		linear-gradient(145deg, #8fe3c0, #3ba57f);
	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(15, 84, 60, .18);
}

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

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

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

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

.ghg-hero__chip--flame {
	top: 43px;
	right: 12px;
	color: var(--ghg-coral);
	transform: rotate(7deg);
}

.ghg-hero__chip--scale {
	bottom: 40px;
	left: 5px;
	transform: rotate(-7deg);
}

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

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

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

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

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

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

.ghg-form .ghg-field--gas {
	margin-bottom: 14px;
}

.ghg-input-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 12px;
	align-items: end;
	margin-top: 14px;
}

.ghg-input-row:first-child {
	margin-top: 0;
}

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

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

.ghg-field input,
.ghg-field select {
	width: 100%;
	min-width: 0;
	height: 52px;
	padding: 10px 13px;
	color: var(--ghg-ink);
	background-color: var(--ghg-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;
}

.ghg-field input[type="number"] {
	font-size: 19px;
	font-weight: 800;
	font-variant-numeric: tabular-nums;
}

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

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

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

.ghg-gas-note {
	margin: 9px 0 0;
	color: var(--ghg-muted);
	font-size: 11px;
	line-height: 1.55;
}

.ghg-field--horizon {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.ghg-horizon-options {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.ghg-horizon-options label {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	margin: 0;
	padding: 8px 10px;
	color: #536176;
	background: var(--ghg-surface);
	border: 1px solid #bdc8d6;
	border-radius: 10px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: none;
	cursor: pointer;
	transition: color .15s ease, background-color .15s ease, border-color .15s ease;
}

.ghg-horizon-options label:hover {
	color: var(--ghg-blue);
	border-color: #8e9db0;
}

.ghg-horizon-options input {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.ghg-horizon-options label:has(input:checked) {
	color: var(--ghg-white);
	background: var(--ghg-indigo);
	border-color: var(--ghg-indigo);
}

.ghg-horizon-options label:has(input:focus-visible) {
	outline: 3px solid var(--ghg-amber);
	outline-offset: 3px;
}

.ghg-submit {
	display: inline-flex;
	gap: 12px;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
	margin-top: 16px;
	padding: 10px 19px;
	color: var(--ghg-white);
	background: var(--ghg-blue);
	border: 1px solid var(--ghg-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;
}

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

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

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

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

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

.ghg-presets button {
	min-height: 34px;
	padding: 5px 13px;
	color: #536176;
	background: var(--ghg-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;
}

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

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

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

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

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

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

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

.ghg-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%;
}

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

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

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

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

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

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

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

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

.ghg-headline__secondary {
	margin-bottom: 0;
	color: rgba(255, 255, 255, .66);
	font-size: 12px;
	font-variant-numeric: tabular-nums;
}

.ghg-unavailable {
	margin: 14px 0 0;
	padding: 12px 14px;
	color: #ffe1b8;
	background: rgba(245, 186, 61, .14);
	border: 1px solid rgba(245, 186, 61, .4);
	border-radius: 10px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
}

.ghg-converter__headline.is-unavailable .ghg-headline__sentence,
.ghg-converter__headline.is-unavailable .ghg-headline__number,
.ghg-converter__headline.is-unavailable .ghg-headline__secondary {
	opacity: .28;
}

.ghg-breakdown,
.ghg-comparison,
.ghg-horizon-context,
.ghg-method {
	margin-top: 58px;
}

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

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

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

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

.ghg-breakdown-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin: 0;
}

.ghg-breakdown-card {
	position: relative;
	min-width: 0;
	padding: 23px;
	overflow: hidden;
	background: var(--ghg-white);
	border: 1px solid var(--ghg-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;
}

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

.ghg-breakdown-card dt {
	margin-bottom: 10px;
	color: var(--ghg-blue);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.ghg-breakdown-card dd {
	margin: 0;
	font-variant-numeric: tabular-nums;
}

.ghg-breakdown-card dd span {
	display: block;
	overflow-wrap: anywhere;
	font-size: clamp(20px, 2vw, 26px);
	font-weight: 900;
	letter-spacing: -.03em;
	line-height: 1.15;
}

.ghg-breakdown-card dd small {
	display: block;
	margin-top: 6px;
	color: var(--ghg-muted);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.5;
}

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

.ghg-breakdown-card--result dt {
	color: var(--ghg-green-dark);
}

.ghg-breakdown-card--result dd span {
	color: var(--ghg-green-dark);
}

.ghg-comparison .ghg-table-wrap {
	background: var(--ghg-white);
	border: 1px solid var(--ghg-border);
	border-radius: 14px;
}

.ghg-comparison-note {
	margin: 14px 2px 0;
	color: #748092;
	font-size: 11px;
	line-height: 1.6;
}

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

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

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

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

.ghg-table-wrap tbody th {
	color: var(--ghg-ink);
	font-weight: 850;
}

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

.ghg-table-wrap tbody td.is-selected {
	color: var(--ghg-green-dark);
	background: var(--ghg-green-light);
	font-weight: 850;
}

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

.ghg-table-wrap tbody tr:hover th,
.ghg-table-wrap tbody tr:hover td:not(.is-selected) {
	background: #fafbfd;
}

.ghg-horizon-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;
}

.ghg-horizon-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;
}

.ghg-horizon-context__years {
	color: var(--ghg-green-dark);
	font-size: 62px;
	font-weight: 900;
	letter-spacing: -.05em;
	line-height: 1;
}

.ghg-horizon-context__years em {
	margin: 0 8px;
	color: var(--ghg-green);
	font-size: 22px;
	font-style: normal;
	font-weight: 850;
	letter-spacing: 0;
}

.ghg-horizon-context__illustration small {
	margin-top: 12px;
	color: var(--ghg-green);
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .07em;
	text-transform: uppercase;
}

.ghg-horizon-context__content {
	min-width: 0;
}

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

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

.ghg-horizon-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;
}

.ghg-horizon-facts strong,
.ghg-horizon-facts span {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ghg-details .ghg-table-wrap table {
	min-width: 780px;
}

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1024px) {
	.has-greenhouse-gas-converter .site-content {
		padding-right: 32px !important;
		padding-left: 32px !important;
	}

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

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

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

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

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

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

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

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

@media (max-width: 760px) {
	.has-greenhouse-gas-converter .site-content {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}

	.has-greenhouse-gas-converter.page .site-main {
		margin-top: 20px;
	}

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

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

	.ghg-hero__visual {
		display: none;
	}

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

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

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

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

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

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

	.ghg-breakdown,
	.ghg-comparison,
	.ghg-horizon-context,
	.ghg-method {
		margin-top: 46px;
	}

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

	.ghg-horizon-context__illustration {
		width: min(100%, 370px);
		min-height: 210px;
		margin: 0 auto;
	}

	.ghg-method {
		padding: 34px;
	}

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

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

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

@media (max-width: 480px) {
	.has-greenhouse-gas-converter .site-content {
		padding-right: 12px !important;
		padding-left: 12px !important;
	}

	.has-greenhouse-gas-converter.page .site-main {
		margin-top: 12px;
		margin-bottom: 48px;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.ghg-breakdown,
	.ghg-comparison,
	.ghg-horizon-context,
	.ghg-method {
		margin-top: 39px;
	}

	.ghg-breakdown-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.ghg-horizon-context {
		padding: 24px 20px;
		border-radius: 18px;
	}

	.ghg-horizon-context__illustration {
		min-height: 190px;
	}

	.ghg-horizon-facts {
		grid-template-columns: 1fr;
	}

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

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

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

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

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

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

@media (max-width: 360px) {
	.has-greenhouse-gas-converter .site-content {
		padding-right: 8px !important;
		padding-left: 8px !important;
	}

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

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

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

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

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

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

	.ghg-horizon-context,
	.ghg-method {
		padding-right: 16px;
		padding-left: 16px;
	}
}

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

@media print {
	.has-greenhouse-gas-converter .site-header,
	.has-greenhouse-gas-converter .main-navigation,
	.has-greenhouse-gas-converter .site-footer,
	.ghg-hero__visual,
	.ghg-presets,
	.ghg-submit {
		display: none !important;
	}

	.has-greenhouse-gas-converter .site-content {
		padding: 0 !important;
	}

	.ghg-hero,
	.ghg-converter,
	.ghg-breakdown-card,
	.ghg-horizon-context,
	.ghg-method {
		break-inside: avoid;
		box-shadow: none;
	}

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

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