@font-face {
	font-family: "Silverspoon";
	font-weight: 300;
	font-style: normal;
	src: url("../fonts/Silverspoon-Light.woff2") format("woff2");
}
@font-face {
	font-family: "Silverspoon";
	font-weight: 400;
	font-style: normal;
	src: url("../fonts/Silverspoon-Regular.woff2") format("woff2");
}
@font-face {
	font-family: "Silverspoon";
	font-weight: 400;
	font-style: italic;
	src: url("../fonts/Silverspoon-RegularItalic.woff2") format("woff2");
}
@font-face {
	font-family: "Silverspoon";
	font-weight: 700;
	font-style: normal;
	src: url("../fonts/Silverspoon-Bold.woff2") format("woff2");
}
@font-face {
	font-family: "Silverspoon";
	font-weight: 700;
	font-style: italic;
	src: url("../fonts/Silverspoon-BoldItalic.woff2") format("woff2");
}

* {
	margin: 0;
	padding: 0;
	box-sizing: inherit;
}
:root {
	font-family: "Silverspoon", sans-serif;
	box-sizing: border-box;
}
a {
	color: currentColor;
}
body {
	display: grid;
	grid-template-columns: minmax(0, 57vw) minmax(0, 1fr);
	height: 100vh;
}
@media screen and (max-width: 1280px) {
	body {
		grid-template-columns: minmax(0, 1fr);
	}
}
.l-left,
.l-right {
	height: 100%;
}
.l-left {
	display: grid;
	place-content: center;
	font-size: 2.8125rem;
	font-weight: 300;
	line-height: 1.2;
	text-align: center;
	color: #00353c;
	background-image: url("../img/energy-4-you-background.jpg");
	background-size: 40em auto;
	background-position: center;
}
@media screen and (max-width: 1280px) {
	.l-left {
		aspect-ratio: 3 / 2;
	}
}
@media screen and (max-width: 1024px) {
	.l-left {
		aspect-ratio: 4 / 3;
	}
}
@media screen and (max-width: 840px) {
	.l-left {
		aspect-ratio: 8 / 7;
		font-size: 5.4vw;
	}
}
@media screen and (max-width: 600px) {
	.l-left {
		aspect-ratio: 1 / 1;
	}
}
.l-left p {
	width: 9.5em;
	max-width: 20ch;
}
.l-left strong {
	font-weight: 700;
	font-style: italic;
}
.l-right {
	padding: 2.5rem 18%;
	background: #00353c;
}
@media screen and (max-width: 600px) {
	.l-right {
		padding: 8%;
	}
}
@media screen and (max-width: 1280px) {
	.l-right__content {
		display: flex;
		flex-direction: column;
		padding-right: 2rem;
		padding-left: 2rem;
		border-left: 1px solid #cc812a;
	}
}
@media screen and (max-width: 600px) {
	.l-right__content {
		padding-right: 9.5%;
		padding-left: 9.5%;
	}
}
@media screen and (max-width: 1280px) {
	.l-right__footer {
		order: 3;
	}
}
.m-logo {
	width: 100%;
	max-width: 14.5rem;
}
.m-logo__container {
	margin-bottom: 1rem;
	text-align: right;
}
@media screen and (max-width: 1280px) {
	.m-logo__container {
		margin-bottom: 2rem;
		text-align: left;
	}
}
.m-portrait {
	aspect-ratio: 1 / 1;
	width: 100%;
	max-width: 20rem;
	margin-bottom: 2.5rem;
	border-radius: 50%;
	object-fit: cover;
}
@media screen and (max-width: 1280px) {
	.m-portrait {
		order: 2;
	}
}
.m-quote {
	margin-bottom: 4.75rem;
	padding-left: 2rem;
	border-left: 1px solid #cc812a;
}
@media screen and (max-width: 1280px) {
	.m-quote {
		order: 1;
		margin-bottom: 1.5rem;
		border: none;
		padding-left: 0;
	}
}
@media screen and (max-width: 600px) {
	.m-quote {
		xpadding-left: 9.5%;
	}
}
.m-quote__text {
	max-width: 50ch;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.6;
	color: #ecc999;
}
@media screen and (max-width: 600px) {
	.m-quote__text {
		font-size: 1rem;
	}
}
.m-quote__author {
	margin-top: 1rem;
	font-size: 1rem;
	font-weight: 700;
	font-style: italic;
}
footer {
	font-size: 0;
	color: #cc812a;
}
.m-link {
	display: inline-block;
	padding: 0.5rem 1rem;
	border-radius: 1rem;
	background: currentColor;
}
.m-link__container {
	display: flex;
	gap: 0.875rem;
}

address {
	display: flex;
	gap: 1.5rem;
	margin-top: 1.25rem;
	font-size: 1rem;
	line-height: 1.6;
	font-style: normal;
}

@media screen and (max-width: 600px) {
	address {
		display: block;
	}
	address span {
		display: block;
	}
}
