:root {
	--edl-blue: var(--color-blue, #006276);
	--edl-green: var(--color-green, #334751);
	--edl-grey: var(--color-grey, #e3edef);
	--edl-yellow: var(--color-yellow, #f4f0e5);
	--edl-ink: #111b20;
	--edl-white: #fff;
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--edl-grey);
	color: var(--edl-ink);
}

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

.edl-page {
	height: 100dvh;
	overflow-x: hidden;
	overflow-y: auto;
	scroll-snap-type: y mandatory;
}

.edl-screen {
	position: relative;
	min-height: 100dvh;
	overflow: hidden;
	scroll-snap-align: start;
}

.edl-background {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.edl-media-slot {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, #d7e2e4, #9fbfc4);
}

.edl-media-slot::after {
	position: absolute;
	inset: 0;
	content: "";
	pointer-events: none;
	background: linear-gradient(135deg, rgba(0, 98, 118, 0.08), rgba(51, 71, 81, 0.12));
}

.edl-media-slot > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.edl-hero {
	background: #4c8e9b;
}

.edl-hero::after {
	position: absolute;
	inset: 0;
	z-index: 1;
	content: "";
	background: linear-gradient(90deg, rgba(0, 73, 88, 0.1), rgba(0, 98, 118, 0.35));
}

.edl-hero__top,
.edl-hero__headline,
.edl-hero__bottom {
	position: absolute;
	z-index: 2;
}

.edl-hero__top {
	top: clamp(1.5rem, 4vw, 3.75rem);
	right: clamp(1.5rem, 4vw, 3.75rem);
	left: clamp(1.5rem, 4vw, 3.75rem);
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.edl-logo {
	display: block;
	width: clamp(8.5rem, 19vw, 15.5rem);
	height: auto;
	opacity: 0.72;
}

.edl-actions {
	display: flex;
	gap: clamp(1rem, 3vw, 2.75rem);
	align-items: flex-start;
	transform: translateY(calc(-1 * clamp(0.5rem, 1.2vw, 1rem)));
}

.edl-action {
	display: flex;
	min-width: 7rem;
	flex-direction: column;
	gap: 0.35rem;
	align-items: center;
	color: var(--edl-white);
	font-family: var(--font-openSan, sans-serif);
	font-size: clamp(0.85rem, 1.5vw, 1.25rem);
	font-weight: 600;
	line-height: 1.15;
	text-align: center;
	text-decoration: none;
	transition: opacity 180ms ease, transform 180ms ease;
}

.edl-action:hover {
	opacity: 0.78;
	transform: translateY(-2px);
}

.edl-action img {
	width: clamp(2rem, 4vw, 3rem);
	height: clamp(2rem, 4vw, 3rem);
	filter: brightness(0) invert(1);
}

.edl-hero__headline {
	top: 30%;
	right: clamp(2rem, 5vw, 6rem);
	left: 54%;
}

.edl-hero h1 {
	margin: 0;
	color: var(--edl-white);
	font-family: var(--font-hatton, Georgia, serif);
	font-size: clamp(1.65rem, 3.6vw, 3.2rem);
	font-weight: 400;
	line-height: 1.22;
	letter-spacing: 0.03em;
	text-align: center;
}

.edl-hero__bottom {
	right: 0;
	bottom: clamp(2rem, 3.5vw, 3rem);
	left: clamp(2rem, 5.5vw, 5.5rem);
	display: flex;
	gap: 2rem;
	align-items: center;
}

.edl-social {
	display: flex;
	flex: 1 1 auto;
	gap: clamp(1rem, 2.2vw, 2.25rem);
	align-items: center;
}

.edl-social a {
	display: block;
	transition: opacity 180ms ease, transform 180ms ease;
}

.edl-social a:hover {
	opacity: 0.72;
	transform: translateY(-2px);
}

.edl-social img {
	display: block;
	width: clamp(2.4rem, 5vw, 4.5rem);
	height: clamp(2.4rem, 5vw, 4.5rem);
	opacity: 0.5;
}

.edl-strapline {
	margin: 0;
	padding: clamp(0.85rem, 1.7vw, 1.4rem) clamp(1.5rem, 4vw, 4.25rem);
	border-radius: 2rem 0 0 2rem;
	background: var(--edl-grey);
	color: var(--edl-blue);
	font-family: var(--font-montserrat, sans-serif);
	font-size: clamp(0.65rem, 1.55vw, 1.35rem);
	font-weight: 500;
	letter-spacing: 0.19em;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
}

.edl-intro {
	display: grid;
	grid-template-columns: minmax(0, 54.5%) minmax(0, 45.5%);
	background: var(--edl-blue);
}

.edl-intro__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 68% 50%;
}

.edl-intro__content {
	display: flex;
	min-width: 0;
	flex-direction: column;
	justify-content: flex-start;
	padding: clamp(2rem, 3.2vw, 3.5rem) clamp(2rem, 4.2vw, 4rem);
	background: var(--edl-blue);
	color: var(--edl-grey);
}

.edl-badge {
	align-self: stretch;
	margin: 0 -1.1vw clamp(2rem, 3.4vw, 3.25rem);
	padding: 0.45rem 1.1rem;
	border-radius: 1rem;
	background: var(--edl-grey);
	color: var(--edl-blue);
	font-family: var(--font-openSan, sans-serif);
	font-size: clamp(1.4rem, 3vw, 2.45rem);
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

.edl-intro__copy {
	display: flex;
	flex-direction: column;
	gap: clamp(1.5rem, 2.2vw, 2.25rem);
	font-family: var(--font-openSan, sans-serif);
	font-size: clamp(1.15rem, 1.9vw, 1.7rem);
	line-height: 1.4;
	text-align: left;
}

.edl-intro__copy p {
	margin: 0;
}

@media screen and (min-width: 1024px) and (max-height: 720px) {
	.edl-intro__content {
		padding: 2.25rem clamp(2rem, 4.2vw, 3.5rem) 2rem;
	}

	.edl-badge {
		margin-bottom: clamp(2rem, 3.4vw, 3rem);
		padding: 0.6rem 0.8rem;
		font-size: clamp(1.8rem, 2.7vw, 2.45rem);
	}

	.edl-intro__copy {
		gap: clamp(2rem, 2.8vw, 2.75rem);
		font-size: clamp(1.35rem, 1.9vw, 1.7rem);
		line-height: 1.4;
	}
}

.edl-values {
	display: grid;
	grid-template-columns: minmax(0, 68.7%) minmax(0, 31.3%);
	gap: 0;
	padding: 0;
	background: #f8f8f7;
}

.edl-values__cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-template-rows: repeat(2, minmax(0, 1fr));
	column-gap: clamp(1rem, 1.7vw, 1.5rem);
	row-gap: clamp(1.25rem, 3vw, 2.75rem);
	min-width: 0;
	padding: clamp(3rem, 3.5vw, 3.2rem) clamp(0.75rem, 1.2vw, 1rem) clamp(1.25rem, 2vw, 1.5rem) clamp(1.5rem, 2.7vw, 2.75rem);
	background: #F4F7F8;
}

.edl-value-card {
	position: relative;
	display: flex;
	min-height: 0;
	flex-direction: column;
	justify-content: center;
	padding: clamp(2.3rem, 3vw, 3.25rem) clamp(0.75rem, 1.8vw, 1.6rem) 1.4rem;
	border-radius: 1.2rem;
	background: var(--edl-grey);
	font-family: var(--font-openSan, sans-serif);
	text-align: center;
}

.edl-value-card img {
	position: absolute;
	top: -1.65rem;
	left: 50%;
	width: clamp(2.6rem, 5vw, 4.25rem);
	height: clamp(2.6rem, 5vw, 4.25rem);
	transform: translateX(-50%);
}

.edl-value-card h3 {
	margin: 0 0 0.75rem;
	color: var(--edl-blue);
	font-size: clamp(1.15rem, 2.3vw, 2.1rem);
	font-weight: 700;
	line-height: 1.15;
}

.edl-value-card p {
	margin: 0;
	font-size: clamp(0.95rem, 1.8vw, 1.75rem);
	line-height: 1.25;
}

.edl-values__media {
	align-self: stretch;
	min-height: 100%;
	margin: 0;
	border-radius: 0;
}

.edl-values__media img {
	object-position: 50% 50%;
}

.edl-services {
	background: #d8d2c6;
}

.edl-services::after {
	position: absolute;
	inset: 0;
	z-index: 0;
	content: "";
	background: rgba(255, 255, 255, 0.05);
}

.edl-services__panels {
	position: relative;
	z-index: 1;
	display: block;
	height: 100dvh;
	min-height: 0;
	padding: 0;
}

.edl-glass-panel {
	background: rgba(246, 246, 246, 0.82);
	color: var(--edl-green);
	backdrop-filter: blur(2px);
}

.edl-services__types {
	position: absolute;
	top: 0;
	left: 6.2%;
	width: 40.6%;
	height: 77%;
	min-height: 0;
	padding: clamp(4.75rem, 7.8vw, 6.75rem) clamp(1.5rem, 2.9vw, 2.5rem) 0;
	border-radius: 0.75rem;
}

.edl-services__heading {
	display: flex;
	gap: 1.25rem;
	align-items: center;
	transform: translateY(calc(-1 * clamp(0.75rem, 1.5vw, 1.25rem)));
}

.edl-services__heading img {
	width: clamp(4rem, 7vw, 6rem);
	height: clamp(5.75rem, 11vw, 9.5rem);
	object-fit: contain;
	transform: translateY(calc(-1 * clamp(0.5rem, 0.7vw, 0.75rem)));
}

.edl-services h2,
.edl-services h3,
.edl-services li,
.edl-service-item {
	font-family: var(--font-roboto, sans-serif);
}

.edl-services__heading h2 {
	margin: 0;
	font-size: clamp(1.7rem, 3.2vw, 3.2rem);
	font-weight: 700;
	line-height: 1.04;
}

.edl-services__types ul {
	display: flex;
	margin: 0.35rem 0 0;
	padding-left: 4.75rem;
	flex-direction: column;
	gap: clamp(1rem, 2vw, 1.75rem);
	list-style: disc;
}

.edl-services__types li {
	font-size: clamp(1.15rem, 2.4vw, 2rem);
	line-height: 1.15;
}

.edl-services__additional {
	position: absolute;
	top: 15.5%;
	right: 2%;
	width: 39.9%;
	height: 79%;
	min-height: 0;
	padding: 1rem;
	border-radius: 0.75rem;
}

.edl-services__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.07fr) minmax(0, 0.93fr);
	grid-template-rows: repeat(3, minmax(0, 1fr));
	gap: clamp(0.5rem, 1.5vw, 1.25rem);
	height: 100%;
}

.edl-services__title,
.edl-service-item {
	display: flex;
	min-width: 0;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0.5rem;
	text-align: center;
}

.edl-services__title {
	margin: 0;
	border: 3px solid var(--edl-green);
	border-radius: 0.75rem;
	font-size: clamp(1.4rem, 3vw, 2.6rem);
	font-weight: 700;
	line-height: 1.15;
}

.edl-service-item {
	gap: 0.45rem;
	font-size: clamp(0.95rem, 1.8vw, 1.65rem);
	line-height: 1.05;
}

.edl-service-item img {
	width: clamp(3rem, 6vw, 5rem);
	height: clamp(3rem, 6vw, 5rem);
	object-fit: contain;
}

.edl-service-item:first-of-type > * {
	visibility: hidden;
}

.edl-about {
	position: relative;
	isolation: isolate;
	--edl-about-footer-height: 15%;
	background: var(--edl-grey);
}

.edl-about__grid {
	position: absolute;
	inset: 0;
	display: block;
	min-height: 0;
	padding: 0;
}

.edl-about__portrait,
.edl-about__tablet {
	margin: 0;
}

.edl-about__portrait {
	position: absolute;
	inset: 2.1% 0 var(--edl-about-footer-height) auto;
	width: 34.5%;
	z-index: 1;
	border-radius: 0;
}

.edl-about__portrait img {
	object-position: 50% 35%;
}

.edl-about__copy {
	position: absolute;
	top: 6%;
	right: 39.8%;
	left: 3.7%;
	z-index: 2;
	font-family: var(--font-openSan, sans-serif);
}

.edl-about__copy h2 {
	margin: 0 0 0.5rem;
	font-size: clamp(2rem, 3.3vw, 3.5rem);
	font-weight: 700;
	line-height: 1.1;
}

.edl-about__copy p {
	margin: 0.35rem 0;
	font-size: clamp(1.05rem, 1.7vw, 1.75rem);
	line-height: 1.28;
}

.edl-about__quote {
	position: absolute;
	top: 45.5%;
	left: 34.7%;
	width: 28.1%;
	height: 31.5%;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: clamp(1rem, 2.8vw, 2.5rem);
	border-radius: 0.75rem;
	background: #348b9b;
	color: var(--edl-white);
	font-family: var(--font-openSan, sans-serif);
	font-size: clamp(1.1rem, 2vw, 2rem);
	line-height: 1.25;
	text-align: center;
}

.edl-about__tablet {
	position: absolute;
	top: 46%;
	left: 3.6%;
	z-index: 4;
	width: clamp(17rem, 27vw, 30rem);
	aspect-ratio: 1;
	border-radius: 50%;
}

.edl-about__tablet img {
	object-position: 50% 50%;
}

.edl-about__experience {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	min-height: var(--edl-about-footer-height);
	align-items: center;
	margin: 0;
	padding: 0 clamp(1.5rem, 5vw, 5rem) 0 31%;
	background: var(--edl-green);
	color: var(--edl-white);
	font-family: var(--font-openSan, sans-serif);
	font-size: clamp(1.35rem, 2.55vw, 2.8rem);
	font-weight: 700;
	line-height: 1.15;
}

.edl-contact {
	display: grid;
	grid-template-columns: minmax(0, 50.7%) minmax(0, 49.3%);
	background: var(--edl-blue);
}

.edl-story {
	border-top: 0.2rem solid #7b2cbf;
	background: #d7a9b7;
}

.edl-story::after {
	position: absolute;
	inset: 0;
	z-index: 1;
	content: "";
	background: linear-gradient(90deg, rgba(11, 29, 36, 0.18), transparent 48%);
}

.edl-story__card {
	position: absolute;
	top: clamp(2rem, 5.5vw, 4rem);
	left: clamp(2rem, 6.7vw, 5.25rem);
	z-index: 2;
	display: flex;
	width: min(31%, 23rem);
	min-height: 25rem;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: clamp(2rem, 3.2vw, 3rem) clamp(1.5rem, 3vw, 2.75rem);
	border-radius: 1rem;
	background: #334751;
	color: var(--edl-white);
}

.edl-story__logo {
	width: clamp(7rem, 10vw, 9.5rem);
	height: auto;
}

.edl-story__card h2 {
	margin: 0;
	font-family: var(--font-openSan, sans-serif);
	font-size: clamp(1.45rem, 2.15vw, 2.15rem);
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
}

.edl-contact__details {
	display: flex;
	min-width: 0;
	flex-direction: column;
	padding: clamp(2rem, 4vw, 4rem) clamp(2rem, 4vw, 4rem);
	background: var(--edl-blue);
	color: var(--edl-grey);
}

.edl-contact__details h2 {
	margin: 0;
	padding: clamp(1rem, 2vw, 1.7rem);
	border: 1px solid rgba(244, 240, 229, 0.72);
	font-family: var(--font-roboto, sans-serif);
	font-size: clamp(1.5rem, 2.7vw, 2.5rem);
	font-weight: 400;
	line-height: 1.25;
	text-align: center;
}

.edl-contact__cta {
	margin: clamp(3rem, 5vw, 4rem) clamp(2rem, 4vw, 4rem) 0 calc(-1 * clamp(2rem, 4vw, 4rem));
	padding: 0.75rem clamp(1rem, 3vw, 3rem);
	border-radius: 0 1.2rem 1.2rem 0;
	background: var(--edl-grey);
	color: var(--edl-green);
	font-family: var(--font-openSan, sans-serif);
	font-size: clamp(1.55rem, 3vw, 2.7rem);
	font-weight: 400;
}

.edl-contact address {
	display: flex;
	margin: clamp(2.5rem, 4vw, 3.5rem) 0 0;
	flex-direction: column;
	gap: clamp(1.2rem, 3vw, 2rem);
	font-family: var(--font-openSan, sans-serif);
	font-size: clamp(1.05rem, 2vw, 1.8rem);
	font-style: normal;
	line-height: 1.2;
}

.edl-contact address div {
	display: flex;
	flex-direction: column;
}

.edl-contact address strong {
	font-weight: 700;
}

.edl-contact a {
	color: inherit;
	text-decoration: none;
}

.edl-contact a:hover {
	text-decoration: underline;
}

.edl-site-footer {
	display: flex;
	min-height: 4.5rem;
	align-items: center;
	justify-content: center;
	scroll-snap-align: end;
	padding: 1rem 2rem;
	background: var(--edl-ink);
	color: var(--edl-grey);
	font-family: var(--font-openSan, sans-serif);
	font-size: 0.95rem;
}

.edl-site-footer a {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

.edl-contact__media {
	min-height: 0;
}

.edl-contact__media img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 100dvh;
	object-fit: cover;
	object-position: 50% 60%;
}

.edl-legal-body {
	min-height: 100vh;
	background: var(--edl-grey);
	color: var(--edl-ink);
	font-family: var(--font-openSan, sans-serif);
}

.edl-legal-page {
	width: calc(100% - 2rem);
	max-width: 72rem;
	margin: 0 auto;
	padding: clamp(1rem, 3vw, 2.5rem) 0 clamp(2rem, 5vw, 4rem);
}

.edl-legal__topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: clamp(1rem, 3vw, 2rem);
}

.edl-legal__back,
.edl-legal__footer a {
	color: var(--edl-blue);
	font-size: 0.95rem;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

.edl-legal__brand {
	display: block;
	width: clamp(7rem, 16vw, 10rem);
	padding: 0.6rem 0.9rem;
	border-radius: 0.75rem;
	background: var(--edl-blue);
}

.edl-legal__brand img {
	display: block;
	width: 100%;
	height: auto;
	opacity: 0.82;
}

.edl-legal__card {
	overflow: hidden;
	border-radius: 1rem;
	background: rgba(248, 248, 247, 0.92);
	box-shadow: 0 1rem 3rem rgba(51, 71, 81, 0.12);
}

.edl-legal__header {
	padding: clamp(2rem, 5vw, 4.5rem) clamp(1.25rem, 6vw, 5rem);
	background: var(--edl-blue);
	color: var(--edl-grey);
}

.edl-legal__eyebrow {
	margin: 0 0 0.75rem;
	color: var(--edl-yellow);
	font-family: var(--font-montserrat, sans-serif);
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.edl-legal__header h1 {
	margin: 0 0 0.9rem;
	font-family: var(--font-hatton, Georgia, serif);
	font-size: clamp(2.25rem, 5vw, 4.5rem);
	font-weight: 200;
	line-height: 1.08;
}

.edl-legal__header p:last-child {
	max-width: 42rem;
	margin: 0;
	font-size: clamp(1rem, 1.7vw, 1.25rem);
	line-height: 1.5;
}

.edl-legal__section {
	padding: clamp(1.5rem, 3vw, 2.75rem) clamp(1.25rem, 6vw, 5rem);
	border-bottom: 1px solid rgba(51, 71, 81, 0.14);
}

.edl-legal__section h2 {
	margin: 0 0 1.1rem;
	color: var(--edl-blue);
	font-family: var(--font-roboto, sans-serif);
	font-size: clamp(1.3rem, 2.4vw, 2rem);
	font-weight: 700;
	line-height: 1.15;
}

.edl-legal__section p {
	max-width: 56rem;
	margin: 0 0 0.9rem;
	font-size: clamp(0.98rem, 1.35vw, 1.1rem);
	line-height: 1.65;
}

.edl-legal__section p:last-child {
	margin-bottom: 0;
}

.edl-legal__section a {
	color: var(--edl-blue);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.edl-legal__facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem 1.5rem;
	margin: 0;
}

.edl-legal__facts div {
	padding: 0.9rem 1rem;
	border-radius: 0.65rem;
	background: var(--edl-grey);
}

.edl-legal__facts dt {
	margin-bottom: 0.3rem;
	color: var(--edl-green);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.edl-legal__facts dd {
	margin: 0;
	font-size: 1rem;
	line-height: 1.45;
}

.edl-legal__source {
	margin-top: 1.25rem !important;
	color: var(--edl-green);
	font-size: 0.9rem !important;
}

.edl-legal__validation {
	color: #8a5d00;
	font-size: 0.92rem !important;
}

.edl-legal__notice {
	margin: clamp(1.25rem, 3vw, 2.5rem) clamp(1.25rem, 6vw, 5rem);
	padding: 1rem 1.15rem;
	border-left: 4px solid var(--edl-blue);
	background: var(--edl-yellow);
	color: var(--edl-green);
}

.edl-legal__notice strong {
	display: block;
	margin-bottom: 0.35rem;
	font-size: 1rem;
}

.edl-legal__notice p {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.5;
}

.edl-legal__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.25rem clamp(1.25rem, 6vw, 5rem) 1.5rem;
	background: var(--edl-green);
	color: var(--edl-grey);
}

.edl-legal__footer p {
	margin: 0;
	font-size: 0.88rem;
}

.edl-legal__footer a {
	color: var(--edl-grey);
}

.edl-legal__back:focus-visible,
.edl-legal__brand:focus-visible,
.edl-legal__section a:focus-visible,
.edl-legal__footer a:focus-visible {
	outline: 3px solid var(--edl-yellow);
	outline-offset: 4px;
}

.edl-action:focus-visible,
.edl-social a:focus-visible,
.edl-contact a:focus-visible {
	outline: 3px solid var(--edl-yellow);
	outline-offset: 4px;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media screen and (min-width: 1024px) and (max-height: 720px) {
	.edl-services__panels {
		height: 100dvh;
		padding: 0;
	}

	.edl-services__types {
		height: 77%;
		min-height: 0;
		padding: clamp(4.75rem, 7.8vw, 6.75rem) 1.5rem 0;
	}

	.edl-services__heading {
		gap: 1.4rem;
		transform: translateY(-0.5rem);
	}

	.edl-services__heading img {
		width: 4.25rem;
		height: 6.5rem;
		transform: translateY(0.5rem);
	}

	.edl-services__heading h2 {
		font-size: 2rem;
	}

	.edl-services__types ul {
		margin-top: 0.35rem;
		gap: 1rem;
		padding-left: 4rem;
	}

	.edl-services__types li {
		font-size: clamp(1.45rem, 2.4vw, 2rem);
	}

	.edl-services__additional {
		height: 79%;
		min-height: 0;
		padding: 0.65rem;
	}

	.edl-services__title {
		font-size: clamp(1.8rem, 3vw, 2.6rem);
	}

	.edl-service-item {
		font-size: clamp(1rem, 1.7vw, 1.65rem);
	}

	.edl-service-item img {
		width: 3rem;
		height: 3rem;
	}

	.edl-contact__details {
		padding: 3rem clamp(1.75rem, 3vw, 2.5rem) 2rem;
	}

	.edl-contact__details h2 {
		padding: 1rem;
		font-size: clamp(1.7rem, 2.7vw, 2.5rem);
	}

	.edl-contact__cta {
		margin-top: 3.6rem;
		margin-right: clamp(2rem, 4.5vw, 4rem);
		margin-left: calc(-1 * clamp(1.75rem, 3vw, 2.5rem));
		padding: 0.7rem 1.5rem;
		font-size: clamp(1.8rem, 2.8vw, 2.25rem);
	}

	.edl-contact address {
		margin-top: 3.2rem;
		gap: 2.3rem;
		font-size: clamp(1.25rem, 1.8vw, 1.6rem);
	}
}

@media screen and (min-width: 64rem) and (max-width: 70rem) and (max-height: 36rem) {
	.edl-intro__content {
		padding-top: 2rem;
	}

	.edl-badge {
		margin-bottom: 1.75rem;
		font-size: 1.5rem;
	}

	.edl-intro__copy {
		gap: 1.5rem;
		font-size: 1.35rem;
		line-height: 1.28;
	}

	.edl-contact__details {
		padding-top: 2.5rem;
		padding-bottom: 1rem;
	}

	.edl-contact__cta {
		margin-top: 2.4rem;
		padding-top: 0.55rem;
		padding-bottom: 0.55rem;
		font-size: 1.65rem;
	}

	.edl-contact address {
		margin-top: 2.75rem;
		gap: 1.7rem;
	}
}

@media (max-width: 63.999rem) {
	.edl-page {
		height: auto;
		scroll-snap-type: none;
	}

	.edl-screen {
		min-height: auto;
		overflow: visible;
	}

	.edl-hero {
		min-height: 100svh;
		overflow: hidden;
	}

	.edl-hero__top {
		align-items: center;
		flex-direction: column;
		gap: 1rem;
	}

	.edl-hero__headline {
		top: 38%;
		right: 1.5rem;
		left: 1.5rem;
		width: auto;
	}

	.edl-hero__bottom {
		right: 1rem;
		bottom: 1.5rem;
		left: 1rem;
		flex-direction: column;
		gap: 1rem;
	}

	.edl-social {
		flex: none;
	}

	.edl-strapline {
		border-radius: 1rem;
		font-size: clamp(0.62rem, 2.5vw, 0.85rem);
		letter-spacing: 0.1em;
	}

	.edl-intro {
		grid-template-columns: 1fr;
	}

	.edl-intro__media {
		min-height: 48svh;
	}

	.edl-intro__content {
		padding: 2.5rem 1.5rem 3rem;
	}

	.edl-intro__copy {
		font-size: 1.05rem;
		gap: 1.4rem;
	}

	.edl-values {
		display: flex;
		flex-direction: column;
		padding: 2.5rem 1rem 3rem;
	}

	.edl-values__media {
		order: -1;
		min-height: 45svh;
	}

	.edl-values__cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: none;
		padding: 2rem 0 0;
	}

	.edl-value-card {
		min-height: 13rem;
	}

	.edl-services__panels {
		grid-template-columns: 1fr;
		height: auto;
		min-height: auto;
		padding: 2rem 1rem 3rem;
	}

	.edl-services__types,
	.edl-services__additional {
		position: relative;
		top: auto;
		right: auto;
		left: auto;
		width: auto;
		height: auto;
		min-height: auto;
	}

	.edl-services__types ul {
		margin-top: 2rem;
	}

	.edl-services__additional {
		padding: 0.65rem;
	}

	.edl-services__grid {
		min-height: 34rem;
	}

	.edl-about__grid {
		position: relative;
		inset: auto;
		display: flex;
		min-height: auto;
		padding: 1rem;
		flex-direction: column;
	}

	.edl-about__portrait {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		width: 100%;
		min-height: 24rem;
	}

	.edl-about__copy,
	.edl-about__quote,
	.edl-about__tablet {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		margin: 0;
	}

	.edl-about__copy {
		padding: 1rem 0 0;
	}

	.edl-about__quote {
		width: 100%;
		height: auto;
		min-height: 12rem;
	}

	.edl-about__tablet {
		width: min(70vw, 19rem);
		min-height: 0;
		align-self: center;
		margin: 2rem auto 0;
	}

	.edl-about__experience {
		position: static;
		min-height: auto;
		padding: 1.25rem 1rem;
		margin: 0;
	}

	.edl-contact {
		display: flex;
		flex-direction: column;
		max-height: none;
	}

	.edl-story {
		min-height: 100svh;
	}

	.edl-story__card {
		top: 2rem;
		left: 1.25rem;
		width: min(20rem, calc(100% - 2.5rem));
		min-height: 23rem;
		padding: 2rem 1.5rem;
	}

	.edl-contact__details {
		min-height: auto;
		padding: 2rem 1.25rem 3rem;
	}

	.edl-contact address {
		margin-top: 2.5rem;
	}

	.edl-contact__cta {
		margin-right: 0;
		margin-left: 0;
		border-radius: 1.2rem;
	}

	.edl-contact__media {
		min-height: 55svh;
	}

	.edl-legal__facts {
		grid-template-columns: 1fr;
	}

	.edl-legal__footer {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 39.999rem) {
	.edl-logo {
		width: 8rem;
	}

	.edl-actions {
		gap: 0.75rem;
	}

	.edl-action {
		min-width: 6rem;
		font-size: 0.78rem;
	}

	.edl-hero h1 {
		font-size: 1.7rem;
	}

	.edl-values__cards {
		grid-template-columns: 1fr;
		padding-top: 2rem;
	}

	.edl-value-card {
		min-height: 12rem;
	}

	.edl-services__grid {
		grid-template-columns: 1fr 1fr;
		min-height: 38rem;
	}

	.edl-services__title {
		font-size: 1.4rem;
	}

	.edl-service-item {
		font-size: 0.95rem;
	}

	.edl-service-item img {
		width: 3.25rem;
		height: 3.25rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.edl-action,
	.edl-social a {
		transition: none;
	}
}
