/* Electricity Mix Explorer */
.has-electricity-mix-explorer .site-content {
	display: block;
}

.has-electricity-mix-explorer .content-area,
.has-electricity-mix-explorer .site-main {
	width: 100%;
}

.has-electricity-mix-explorer.page .site-main {
	margin-top: 28px;
	margin-bottom: 72px;
}

.emx-page {
	--emx-indigo: #203164;
	--emx-indigo-dark: #142044;
	--emx-blue: #3a67d8;
	--emx-blue-light: #edf3ff;
	--emx-green: #21745b;
	--emx-green-dark: #16543f;
	--emx-green-light: #edf8f2;
	--emx-amber: #f5ba3d;
	--emx-coral: #e96e5a;
	--emx-ink: #172235;
	--emx-muted: #637084;
	--emx-border: #dfe5ed;
	--emx-surface: #f5f7fa;
	--emx-white: #fff;
	--emx-coal: #373e49;
	--emx-gas: #7c8ba1;
	--emx-oil: #a4764f;
	--emx-nuclear: #6849b8;
	--emx-hydro: #2c5ac4;
	--emx-solar: #f5ba3d;
	--emx-wind: #2e93b0;
	--emx-otherren: #21745b;
	max-width: 100%;
	overflow: clip;
	color: var(--emx-ink);
	font-size: 16px;
	line-height: 1.58;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.emx-hero__orb {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 190px;
	height: 190px;
	color: var(--emx-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);
}

.emx-hero__orb span svg {
	width: 62px;
	height: 62px;
	fill: currentColor;
}

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

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

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

.emx-hero__chip--sun {
	top: 43px;
	right: 12px;
	color: #b8860b;
	transform: rotate(7deg);
}

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

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

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

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

.emx-explorer__input,
.emx-explorer__headline {
	min-width: 0;
	padding: 44px 48px;
}

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

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

.emx-input-row {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(110px, .6fr);
	gap: 12px;
	align-items: end;
}

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

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

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

.emx-field select:hover {
	border-color: #8e9db0;
}

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

.emx-legend {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	margin-top: 22px;
}

.emx-legend__item {
	display: inline-flex;
	gap: 7px;
	align-items: center;
	color: #536176;
	font-size: 11px;
	font-weight: 750;
}

.emx-swatch {
	display: inline-block;
	flex: 0 0 auto;
	width: 12px;
	height: 12px;
	border-radius: 4px;
}

.emx-swatch--co { background: var(--emx-coal); }
.emx-swatch--ga { background: var(--emx-gas); }
.emx-swatch--of { background: var(--emx-oil); }
.emx-swatch--nu { background: var(--emx-nuclear); }
.emx-swatch--hy { background: var(--emx-hydro); }
.emx-swatch--so { background: var(--emx-solar); }
.emx-swatch--wi { background: var(--emx-wind); }
.emx-swatch--or { background: var(--emx-otherren); }

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

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

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

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

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

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

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

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

.emx-explorer__headline .emx-section-label {
	color: #9de4c7;
}

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

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

.emx-headline__number {
	margin-bottom: 18px;
	font-variant-numeric: tabular-nums;
}

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

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

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

.emx-split {
	padding: 16px 18px;
	background: rgba(255, 255, 255, .07);
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 14px;
}

.emx-split__label {
	margin-bottom: 10px;
	color: #9de4c7;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.emx-split__bar {
	display: flex;
	height: 16px;
	margin-bottom: 10px;
	overflow: hidden;
	border-radius: 8px;
	background: rgba(255, 255, 255, .12);
}

.emx-split__segment {
	height: 100%;
	transition: width .35s ease;
}

.emx-split__segment--fossil {
	background: linear-gradient(90deg, #5a636f, #3c434d);
}

.emx-split__segment--low {
	background: linear-gradient(90deg, #48b98a, #7bdeb3);
}

.emx-split__legend {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 18px;
}

.emx-split__legend span {
	display: inline-flex;
	gap: 7px;
	align-items: center;
	color: rgba(255, 255, 255, .72);
	font-size: 12px;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
}

.emx-split__legend i {
	width: 11px;
	height: 11px;
	border-radius: 4px;
	background: #4a525d;
}

.emx-split__legend span:last-child i {
	background: #5ecf9e;
}

.emx-split__legend strong {
	color: var(--emx-white);
}

.emx-mix,
.emx-changes,
.emx-context,
.emx-method {
	margin-top: 58px;
}

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

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

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

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

.emx-mix-bar {
	display: flex;
	height: 34px;
	margin-bottom: 18px;
	overflow: hidden;
	background: var(--emx-surface);
	border: 1px solid var(--emx-border);
	border-radius: 12px;
}

.emx-mix-bar__segment {
	height: 100%;
	min-width: 0;
	transition: width .35s ease;
}

.emx-share-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin: 0;
}

.emx-share-card {
	min-width: 0;
	padding: 18px 20px;
	background: var(--emx-white);
	border: 1px solid var(--emx-border);
	border-radius: 15px;
	box-shadow: 0 5px 18px rgba(20, 32, 68, .035);
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

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

.emx-share-card dt {
	display: flex;
	gap: 8px;
	align-items: center;
	margin-bottom: 9px;
	color: #3f4d61;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .02em;
}

.emx-share-card dd {
	margin: 0;
	font-size: clamp(22px, 2.2vw, 30px);
	font-weight: 900;
	font-variant-numeric: tabular-nums;
	letter-spacing: -.03em;
	line-height: 1.05;
}

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

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

.emx-table-wrap table {
	width: 100%;
	min-width: 620px;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	font-size: 12px;
	font-variant-numeric: tabular-nums;
}

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

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

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

.emx-table-wrap tbody td {
	color: var(--emx-muted);
	font-weight: 700;
}

.emx-table-wrap tbody td.is-cleaner {
	color: var(--emx-green-dark);
	background: var(--emx-green-light);
}

.emx-table-wrap tbody td.is-dirtier {
	color: #a34a3c;
	background: #fdf1ef;
}

.emx-table-wrap tbody tr.is-intensity-row th,
.emx-table-wrap tbody tr.is-intensity-row td {
	border-top: 2px solid #dfe5ed;
}

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

.emx-context {
	display: grid;
	grid-template-columns: minmax(250px, .68fr) minmax(0, 1.32fr);
	gap: 50px;
	align-items: center;
	padding: 48px 54px;
	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;
}

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

.emx-context__stat {
	color: var(--emx-green-dark);
	font-size: 64px;
	font-weight: 900;
	font-variant-numeric: tabular-nums;
	letter-spacing: -.05em;
	line-height: 1;
}

.emx-context__stat em {
	color: var(--emx-green);
	font-size: 30px;
	font-style: normal;
	font-weight: 850;
}

.emx-context__illustration small {
	max-width: 240px;
	margin-top: 12px;
	color: var(--emx-green);
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .07em;
	line-height: 1.5;
	text-transform: uppercase;
}

.emx-context__content {
	min-width: 0;
}

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

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

.emx-context-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;
}

.emx-context-facts strong,
.emx-context-facts span {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1024px) {
	.has-electricity-mix-explorer .site-content {
		padding-right: 32px !important;
		padding-left: 32px !important;
	}

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

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

	.emx-explorer {
		grid-template-columns: 1fr;
	}

	.emx-explorer__headline {
		min-height: 300px;
	}

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

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

@media (max-width: 760px) {
	.has-electricity-mix-explorer .site-content {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}

	.has-electricity-mix-explorer.page .site-main {
		margin-top: 20px;
	}

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

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

	.emx-hero__visual {
		display: none;
	}

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

	.emx-hero h1 {
		font-size: clamp(38px, 8.8vw, 53px);
	}

	.emx-explorer__input,
	.emx-explorer__headline {
		padding: 36px;
	}

	.emx-explorer__headline {
		min-height: 280px;
	}

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

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

	.emx-mix,
	.emx-changes,
	.emx-context,
	.emx-method {
		margin-top: 46px;
	}

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

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

	.emx-method {
		padding: 34px;
	}

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

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

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

@media (max-width: 480px) {
	.has-electricity-mix-explorer .site-content {
		padding-right: 12px !important;
		padding-left: 12px !important;
	}

	.has-electricity-mix-explorer.page .site-main {
		margin-top: 12px;
		margin-bottom: 48px;
	}

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

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

	.emx-hero h1 {
		font-size: 35px;
		letter-spacing: -.04em;
	}

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

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

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

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

	.emx-explorer {
		border-radius: 17px;
	}

	.emx-explorer__input,
	.emx-explorer__headline {
		padding: 27px 21px;
	}

	.emx-explorer__input h2,
	.emx-section-heading h2,
	.emx-context h2,
	.emx-method h2 {
		font-size: 27px;
	}

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

	.emx-explorer__headline {
		min-height: 275px;
	}

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

	.emx-headline__number span {
		font-size: 48px;
	}

	.emx-mix,
	.emx-changes,
	.emx-context,
	.emx-method {
		margin-top: 39px;
	}

	.emx-share-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

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

	.emx-context__illustration {
		min-height: 190px;
	}

	.emx-context__stat {
		font-size: 52px;
	}

	.emx-context-facts {
		grid-template-columns: 1fr;
	}

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

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

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

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

	.emx-table-wrap table {
		min-width: 560px;
	}

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

@media (max-width: 360px) {
	.has-electricity-mix-explorer .site-content {
		padding-right: 8px !important;
		padding-left: 8px !important;
	}

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

	.emx-hero h1 {
		font-size: 31px;
	}

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

	.emx-explorer__input,
	.emx-explorer__headline {
		padding-right: 17px;
		padding-left: 17px;
	}

	.emx-explorer__input h2,
	.emx-section-heading h2,
	.emx-context h2,
	.emx-method h2 {
		font-size: 25px;
	}

	.emx-headline__number span {
		font-size: 42px;
	}

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

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

@media print {
	.has-electricity-mix-explorer .site-header,
	.has-electricity-mix-explorer .main-navigation,
	.has-electricity-mix-explorer .site-footer,
	.emx-hero__visual {
		display: none !important;
	}

	.has-electricity-mix-explorer .site-content {
		padding: 0 !important;
	}

	.emx-hero,
	.emx-explorer,
	.emx-share-card,
	.emx-context,
	.emx-method {
		break-inside: avoid;
		box-shadow: none;
	}

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

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