@font-face {
	font-family: "Noto Serif";
	font-style: normal;
	font-weight: 400 700;
	font-stretch: 62.5% 100%;
	font-display: swap;
	src: url("fonts/NotoSerif-Normal-GreekExt.woff2") format("woff2");
	unicode-range: U+1F00-1FFF;
}

@font-face {
	font-family: "Noto Serif";
	font-style: normal;
	font-weight: 400 700;
	font-stretch: 62.5% 100%;
	font-display: swap;
	src: url("fonts/NotoSerif-Normal-Greek.woff2") format("woff2");
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
	font-family: "Noto Serif";
	font-style: normal;
	font-weight: 400 700;
	font-stretch: 62.5% 100%;
	font-display: swap;
	src: url("fonts/NotoSerif-Normal-Latin.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: "Noto Serif";
	font-style: italic;
	font-weight: 500 600;
	font-stretch: 62.5% 100%;
	font-display: swap;
	src: url("fonts/NotoSerif-Italic-GreekExt.woff2") format("woff2");
	unicode-range: U+1F00-1FFF;
}

@font-face {
	font-family: "Noto Serif";
	font-style: italic;
	font-weight: 500 600;
	font-stretch: 62.5% 100%;
	font-display: swap;
	src: url("fonts/NotoSerif-Italic-Greek.woff2") format("woff2");
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
	font-family: "Noto Serif";
	font-style: italic;
	font-weight: 500 600;
	font-stretch: 62.5% 100%;
	font-display: swap;
	src: url("fonts/NotoSerif-Italic-Latin.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
	--elv-ink: #121b1a;
	--elv-teal: #0b7774;
	--elv-teal-dark: #075c5a;
	--elv-gold: #e4b51b;
	--elv-cream: #f4f0e7;
	--elv-paper: #fbfaf7;
	--elv-white: #fff;
	--elv-muted: #65706d;
	--elv-border: rgba(18, 27, 26, .13);
}

html {
	scroll-behavior: smooth;
}

body.elv-homepage-page #header,
body.elv-homepage-page #footer,
body.elv-homepage-page .hero-section,
body.elv-homepage-page .ct-footer {
	display: none !important;
}

body.elv-homepage-page,
body.elv-homepage-page #main-container,
body.elv-homepage-page .site-main {
	background: var(--elv-paper);
}

body.elv-homepage-page .site-main,
body.elv-homepage-page .site-main > .ct-container,
body.elv-homepage-page .site-main > .ct-container-full,
body.elv-homepage-page .entries,
body.elv-homepage-page article.page,
body.elv-homepage-page .entry-content {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.elv-homepage-page .entry-content > .elv-home {
	width: 100vw !important;
	max-width: none !important;
	margin-right: calc(50% - 50vw) !important;
	margin-left: calc(50% - 50vw) !important;
}

.elv-home {
	--elv-heading-font: "Noto Serif", Georgia, serif;
	overflow: clip;
	background: var(--elv-paper);
	color: var(--elv-ink);
	font-family: "Noto Serif", Georgia, serif;
	font-size: 16px;
	line-height: 1.65;
}

.elv-font-gfs .elv-home {
	--elv-heading-font: "GFS Didot", Georgia, serif;
}

.elv-font-literata .elv-home {
	--elv-heading-font: Literata, Georgia, serif;
}

.elv-font-noto .elv-home {
	--elv-heading-font: "Noto Serif", Georgia, serif;
}

.elv-home *,
.elv-home *::before,
.elv-home *::after {
	box-sizing: border-box;
}

.elv-home a {
	color: inherit;
	text-decoration: none;
}

.elv-container {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

.elv-header {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	display: grid;
	width: 100%;
	height: 92px;
	padding: 0 max(28px, calc((100vw - 1320px) / 2));
	grid-template-columns: 190px 1fr 190px;
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, .18);
	color: var(--elv-white);
	transition: background .3s ease, box-shadow .3s ease, height .3s ease, color .3s ease;
}

.admin-bar .elv-header {
	top: 32px;
}

.elv-header.is-scrolled {
	height: 76px;
	background: rgba(251, 250, 247, .96);
	box-shadow: 0 10px 30px rgba(18, 27, 26, .08);
	color: var(--elv-ink);
	backdrop-filter: blur(14px);
}

.elv-brand {
	position: relative;
	display: flex;
	width: 76px;
	height: 76px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .4);
	border-radius: 50%;
	background: rgba(251, 250, 247, .94);
	box-shadow: 0 8px 28px rgba(0, 0, 0, .1);
}

.elv-brand img {
	position: absolute;
	top: -16px;
	left: -54px;
	width: 174px;
	max-width: none;
	height: auto;
}

.elv-header.is-scrolled .elv-brand {
	width: 64px;
	height: 64px;
	border-color: var(--elv-border);
	background: var(--elv-paper);
}

.elv-header.is-scrolled .elv-brand img {
	top: -13px;
	left: -47px;
	width: 150px;
}

.elv-brand.elv-brand-wordmark,
.elv-header.is-scrolled .elv-brand.elv-brand-wordmark {
	width: auto;
	max-width: 150px;
	height: auto;
	justify-content: flex-start;
	overflow: visible;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	line-height: 1.25;
	text-transform: uppercase;
}

.elv-brand-title {
	display: block;
	max-width: 150px;
}

.elv-nav {
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .045em;
}

.elv-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.elv-nav .elv-menu-list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(13px, 1.55vw, 25px);
}

.elv-nav li {
	position: relative;
}

.elv-nav a,
.elv-nav a[role="button"] {
	position: relative;
	display: flex;
	padding: 10px 0;
	align-items: center;
	gap: 7px;
	cursor: pointer;
	white-space: nowrap;
}

.elv-nav .elv-menu-list > li > a::after {
	position: absolute;
	right: 0;
	bottom: 4px;
	left: 0;
	height: 2px;
	background: var(--elv-gold);
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform .25s ease;
}

.elv-nav .elv-menu-list > li > a:hover::after,
.elv-nav .elv-menu-list > li > a:focus-visible::after,
.elv-nav .elv-menu-list > li:hover > a::after {
	transform: scaleX(1);
	transform-origin: left;
}

.elv-nav .menu-item-has-children > a::before {
	order: 2;
	width: 6px;
	height: 6px;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	content: "";
	transform: translateY(-2px) rotate(45deg);
}

.elv-nav .sub-menu {
	position: absolute;
	z-index: 120;
	top: calc(100% + 14px);
	left: -22px;
	display: grid;
	visibility: hidden;
	width: 270px;
	padding: 13px 0;
	border-top: 3px solid var(--elv-gold);
	background: rgba(251, 250, 247, .99);
	box-shadow: 0 20px 45px rgba(8, 22, 21, .18);
	color: var(--elv-ink);
	opacity: 0;
	transform: translateY(8px);
	transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.elv-nav .sub-menu::before {
	position: absolute;
	right: 0;
	bottom: 100%;
	left: 0;
	height: 17px;
	content: "";
}

.elv-nav li:hover > .sub-menu,
.elv-nav li:focus-within > .sub-menu,
.elv-nav li.is-submenu-open > .sub-menu {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

.elv-nav .sub-menu a {
	justify-content: space-between;
	padding: 9px 20px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.35;
	white-space: normal;
}

.elv-nav .sub-menu a:hover,
.elv-nav .sub-menu a:focus-visible {
	background: var(--elv-cream);
	color: var(--elv-teal-dark);
}

.elv-nav .sub-menu .menu-item-has-children > a::before {
	transform: rotate(-45deg);
}

.elv-nav .sub-menu .sub-menu {
	top: -13px;
	left: calc(100% + 2px);
}

.elv-nav .elv-menu-list > li:nth-last-child(-n+2) .sub-menu .sub-menu {
	right: calc(100% + 2px);
	left: auto;
}

.elv-submenu-toggle {
	display: none;
}

.elv-header-cta {
	justify-self: end;
	padding: 11px 20px;
	border: 1px solid currentColor;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.elv-header-cta:hover {
	border-color: var(--elv-gold);
	background: var(--elv-gold);
	color: var(--elv-ink);
}

.elv-menu-toggle {
	display: none;
}

.elv-hero {
	position: relative;
	height: min(920px, 100svh);
	min-height: 720px;
	background: var(--elv-ink);
	color: var(--elv-white);
}

.elv-slides,
.elv-slide {
	position: absolute;
	inset: 0;
}

.elv-slide {
	display: grid;
	visibility: hidden;
	place-items: center;
	background-image:
		linear-gradient(90deg, rgba(6, 19, 18, .86) 0%, rgba(6, 19, 18, .58) 44%, rgba(6, 19, 18, .16) 74%, rgba(6, 19, 18, .28) 100%),
		linear-gradient(0deg, rgba(4, 13, 12, .45), transparent 45%),
		var(--elv-hero);
	background-position: center;
	background-size: cover;
	opacity: 0;
	transition: opacity .9s ease, visibility .9s ease;
}

.elv-slide.is-active {
	visibility: visible;
	opacity: 1;
}

.elv-slide::after {
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 74% 30%, transparent 0, transparent 24%, rgba(5, 18, 17, .14) 62%);
	content: "";
	pointer-events: none;
}

.elv-hero-inner {
	position: relative;
	z-index: 2;
	width: min(1180px, calc(100% - 48px));
	margin: 58px auto 0;
}

.elv-eyebrow,
.elv-kicker {
	margin: 0 0 22px;
	color: var(--elv-gold);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .17em;
	text-transform: uppercase;
}

.elv-eyebrow::before,
.elv-kicker::before {
	display: inline-block;
	width: 38px;
	height: 2px;
	margin: 0 13px 3px 0;
	background: currentColor;
	content: "";
}

.elv-hero h1,
.elv-section h2,
.elv-history h2,
.elv-argonautis h2,
.elv-contact h2 {
	margin: 0;
	font-family: var(--elv-heading-font);
	font-weight: 400;
	letter-spacing: -.045em;
	line-height: .98;
}

.elv-hero h1 {
	max-width: 780px;
	color: var(--elv-white);
	font-size: clamp(64px, 7.1vw, 108px);
	text-wrap: balance;
}

.elv-home h1 em,
.elv-home h2 em {
	color: var(--elv-gold);
	font-weight: 400;
}

.elv-hero-copy {
	max-width: 610px;
	margin: 30px 0 0;
	color: rgba(255, 255, 255, .85);
	font-size: clamp(17px, 1.4vw, 20px);
	line-height: 1.7;
}

.elv-hero-actions {
	display: flex;
	margin-top: 38px;
	align-items: center;
	gap: 28px;
}

.elv-button {
	display: inline-flex;
	min-height: 52px;
	padding: 12px 25px;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .035em;
	transition: transform .2s ease, background .2s ease, color .2s ease;
}

.elv-button:hover {
	transform: translateY(-2px);
}

.elv-button-gold {
	background: var(--elv-gold);
	color: var(--elv-ink) !important;
}

.elv-button-gold:hover {
	background: #f1c632;
}

.elv-button-ink {
	background: var(--elv-ink);
	color: var(--elv-white) !important;
}

.elv-text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	color: var(--elv-white) !important;
	font-size: 14px;
	font-weight: 700;
}

.elv-text-link span {
	color: var(--elv-gold);
}

.elv-text-link-dark {
	border-bottom-color: rgba(18, 27, 26, .35);
	color: var(--elv-ink) !important;
}

.elv-slider-rail {
	position: absolute;
	z-index: 4;
	right: max(28px, calc((100vw - 1320px) / 2));
	bottom: 74px;
	display: flex;
	align-items: flex-end;
	gap: 0;
}

.elv-slider-controls {
	position: static;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.elv-slider-controls button {
	display: grid;
	width: 100px;
	padding: 4px 0;
	grid-template-columns: 24px 1fr;
	align-items: center;
	border: 0;
	background: transparent;
	color: rgba(255, 255, 255, .58);
	cursor: pointer;
	font: inherit;
	font-size: 11px;
}

.elv-slider-controls i {
	display: block;
	height: 2px;
	overflow: hidden;
	background: rgba(255, 255, 255, .28);
}

.elv-slider-controls i::after {
	display: block;
	width: 100%;
	height: 100%;
	background: var(--elv-gold);
	content: "";
	transform: scaleX(0);
	transform-origin: left;
}

.elv-slider-controls button.is-active {
	color: var(--elv-white);
}

.elv-slider-controls button.is-active i::after {
	transform: scaleX(1);
	transition: transform 6.5s linear;
}

.elv-scroll-cue {
	position: absolute;
	z-index: 4;
	bottom: 40px;
	left: 28px;
	display: flex;
	align-items: center;
	gap: 12px;
	color: rgba(255, 255, 255, .65) !important;
	font-size: 11px;
	letter-spacing: .08em;
	text-transform: uppercase;
	transform: rotate(-90deg) translateY(100%);
	transform-origin: left bottom;
}

.elv-scroll-cue span {
	width: 34px;
	height: 1px;
	background: var(--elv-gold);
}

.elv-identity {
	position: relative;
	z-index: 5;
	background: var(--elv-cream);
	border-bottom: 1px solid var(--elv-border);
}

.elv-identity-grid {
	display: grid;
	min-height: 180px;
	grid-template-columns: .8fr 1.1fr 2.1fr;
}

.elv-stat,
.elv-identity-copy {
	display: flex;
	padding: 38px 38px;
	flex-direction: column;
	justify-content: center;
	border-left: 1px solid var(--elv-border);
}

.elv-identity-grid > :last-child {
	border-right: 1px solid var(--elv-border);
}

.elv-stat strong {
	color: var(--elv-teal);
	font-family: var(--elv-heading-font);
	font-size: clamp(36px, 4vw, 58px);
	font-weight: 400;
	letter-spacing: -.05em;
	line-height: 1;
}

.elv-stat span {
	margin-top: 7px;
	color: var(--elv-muted);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.elv-identity-copy .elv-kicker {
	margin-bottom: 9px;
}

.elv-identity-copy p:last-child {
	max-width: 540px;
	margin: 0;
	font-family: var(--elv-heading-font);
	font-size: 21px;
	line-height: 1.45;
}

.elv-section {
	padding: clamp(88px, 9vw, 138px) 0;
}

.elv-section-heading {
	display: grid;
	margin-bottom: 58px;
	grid-template-columns: 1.35fr .65fr;
	align-items: end;
	gap: 70px;
}

.elv-section-heading h2,
.elv-history h2,
.elv-argonautis h2,
.elv-contact h2 {
	font-size: clamp(46px, 5.5vw, 76px);
}

.elv-section-heading h2,
.elv-argonautis h2,
.elv-activity-card h3,
.elv-news-card h3 {
	color: var(--elv-ink);
}

.elv-history h2,
.elv-contact h2 {
	color: var(--elv-white);
}

.elv-activity-card:hover h3 {
	color: var(--elv-white);
}

.elv-section-heading > p {
	margin: 0 0 5px;
	color: var(--elv-muted);
	font-size: 17px;
	line-height: 1.8;
}

.elv-activity-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid var(--elv-border);
	border-left: 1px solid var(--elv-border);
}

.elv-activity-card {
	position: relative;
	min-height: 320px;
	padding: 34px;
	border-right: 1px solid var(--elv-border);
	border-bottom: 1px solid var(--elv-border);
	background: var(--elv-white);
	transition: background .3s ease, color .3s ease, transform .3s ease;
}

.elv-activity-card:hover {
	z-index: 2;
	background: var(--elv-teal);
	color: var(--elv-white);
	transform: translateY(-5px);
}

.elv-card-number {
	position: absolute;
	top: 27px;
	right: 30px;
	color: var(--elv-muted);
	font-size: 11px;
}

.elv-activity-card:hover .elv-card-number,
.elv-activity-card:hover p {
	color: rgba(255, 255, 255, .72);
}

.elv-icon {
	display: grid;
	width: 58px;
	height: 58px;
	margin-bottom: 55px;
	place-items: center;
	border-radius: 50%;
	background: var(--elv-cream);
	color: var(--elv-teal);
}

.elv-icon svg {
	width: 28px;
	height: 28px;
}

.elv-activity-card h3 {
	margin: 0 0 11px;
	font-family: var(--elv-heading-font);
	font-size: 25px;
	font-weight: 400;
}

.elv-activity-card p {
	max-width: 290px;
	margin: 0;
	color: var(--elv-muted);
	font-size: 14px;
	line-height: 1.75;
}

.elv-card-arrow {
	position: absolute;
	right: 30px;
	bottom: 26px;
	color: var(--elv-gold);
	font-size: 22px;
}

.elv-topics {
	background: var(--elv-cream);
}

.elv-topic-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.elv-topic-card {
	position: relative;
	min-height: 390px;
	padding: 31px 28px 26px;
	border: 1px solid var(--elv-border);
	background: var(--elv-paper);
}

.elv-topic-number {
	display: block;
	margin-bottom: 52px;
	color: var(--elv-gold);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .12em;
}

.elv-topic-card h3 {
	margin: 0 0 13px;
	font-family: var(--elv-heading-font);
	font-size: 31px;
	font-weight: 500;
}

.elv-topic-card > p {
	min-height: 74px;
	margin: 0 0 22px;
	color: var(--elv-muted);
	font-size: 14px;
	line-height: 1.7;
}

.elv-topic-card ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--elv-border);
	list-style: none;
}

.elv-topic-card li {
	margin: 0;
	border-bottom: 1px solid var(--elv-border);
}

.elv-topic-card a {
	display: flex;
	padding: 10px 0;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	font-size: 13px;
	font-weight: 650;
	line-height: 1.35;
	transition: color .2s ease, padding .2s ease;
}

.elv-topic-card a span {
	color: var(--elv-gold);
}

.elv-topic-card a:hover,
.elv-topic-card a:focus-visible {
	padding-left: 6px;
	color: var(--elv-teal-dark);
}

.elv-history {
	display: grid;
	min-height: 740px;
	grid-template-columns: 1.15fr .85fr;
	background: var(--elv-ink);
	color: var(--elv-white);
}

.elv-history-image {
	position: relative;
	min-height: 620px;
	overflow: hidden;
	background-image: linear-gradient(0deg, rgba(5, 18, 17, .34), rgba(5, 18, 17, .06)), var(--elv-history);
	background-position: center;
	background-size: cover;
}

.elv-year {
	position: absolute;
	right: -18px;
	bottom: -38px;
	color: rgba(255, 255, 255, .16);
	font-family: var(--elv-heading-font);
	font-size: clamp(120px, 18vw, 270px);
	letter-spacing: -.08em;
	line-height: 1;
}

.elv-history-copy {
	display: flex;
	max-width: 620px;
	padding: clamp(70px, 8vw, 125px) clamp(45px, 7vw, 110px);
	flex-direction: column;
	justify-content: center;
}

.elv-history-copy > p:not(.elv-kicker) {
	margin: 26px 0 0;
	color: rgba(255, 255, 255, .7);
	font-size: 16px;
	line-height: 1.85;
}

.elv-history-copy .elv-text-link {
	align-self: flex-start;
	margin-top: 34px;
	border-bottom-color: rgba(255, 255, 255, .35);
	color: var(--elv-white) !important;
}

.elv-news {
	background: var(--elv-paper);
}

.elv-news .elv-section-heading {
	grid-template-columns: 1fr auto;
}

.elv-news-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.elv-news-card {
	min-width: 0;
}

.elv-news-image {
	display: block;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background: var(--elv-cream);
}

.elv-news-image img,
.elv-news-image span {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	object-fit: cover;
	transition: transform .5s ease;
}

.elv-news-image:hover img,
.elv-news-image:hover span {
	transform: scale(1.04);
}

.elv-news-meta {
	display: flex;
	margin: 18px 0 12px;
	justify-content: space-between;
	gap: 14px;
	color: var(--elv-muted);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .055em;
	text-transform: uppercase;
}

.elv-news-card h3 {
	margin: 0 0 18px;
	font-family: var(--elv-heading-font);
	font-size: clamp(22px, 2.1vw, 30px);
	font-weight: 400;
	line-height: 1.28;
}

.elv-news-card h3 a:hover {
	color: var(--elv-teal);
}

.elv-news-more {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: var(--elv-teal) !important;
	font-size: 13px;
	font-weight: 800;
}

.elv-argonautis {
	padding: clamp(80px, 8vw, 125px) 0;
	background: var(--elv-gold);
}

.elv-argonautis-grid {
	display: grid;
	grid-template-columns: 160px 1.2fr .7fr;
	align-items: center;
	gap: 56px;
}

.elv-argon-letter {
	color: rgba(18, 27, 26, .15);
	font-family: var(--elv-heading-font);
	font-size: 180px;
	line-height: .8;
}

.elv-argonautis .elv-kicker {
	color: var(--elv-ink);
}

.elv-argonautis h2 em {
	color: var(--elv-teal-dark);
}

.elv-argon-copy p {
	margin: 0 0 26px;
	font-size: 16px;
	line-height: 1.8;
}

.elv-contact {
	padding: clamp(90px, 10vw, 155px) 0;
	background:
		radial-gradient(circle at 80% 0, rgba(11, 119, 116, .42), transparent 36%),
		var(--elv-ink);
	color: var(--elv-white);
	text-align: center;
}

.elv-contact-inner {
	max-width: 920px;
}

.elv-contact .elv-kicker::before {
	display: none;
}

.elv-contact h2 {
	font-size: clamp(58px, 7vw, 96px);
}

.elv-contact > .elv-container > p:not(.elv-kicker) {
	max-width: 680px;
	margin: 28px auto 38px;
	color: rgba(255, 255, 255, .68);
	font-size: 18px;
}

.elv-contact-actions,
.elv-contact-socials {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
}

.elv-contact-phone,
.elv-contact-socials a {
	color: rgba(255, 255, 255, .55);
	font-size: 13px;
}

.elv-contact-phone,
.elv-contact-socials a {
	border-bottom: 1px solid rgba(255, 255, 255, .22);
}

.elv-contact-phone:hover,
.elv-contact-socials a:hover {
	border-color: var(--elv-gold);
	color: var(--elv-white);
}

.elv-contact-address {
	margin: 24px 0 0;
	color: rgba(255, 255, 255, .62);
	font-size: 14px;
	font-style: normal;
}

.elv-contact-socials {
	margin-top: 22px;
	gap: 18px;
}

.elv-footer {
	padding: 72px 0 25px;
	background: #0b1110;
	color: var(--elv-white);
}

.elv-footer > .elv-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 70px;
}

.elv-footer-brand img {
	width: 300px;
	max-width: 100%;
	max-height: none;
	margin: 0 0 18px;
	border-radius: 8px;
	background: #fff;
	filter: none;
	opacity: 1;
}

.elv-footer-brand p {
	color: rgba(255, 255, 255, .52);
	font-size: 13px;
}

.elv-footer-socials {
	display: flex;
	margin-top: 22px;
	gap: 10px;
}

.elv-footer-socials a {
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 50%;
	color: rgba(255, 255, 255, .72);
	transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.elv-footer-socials a:hover {
	border-color: var(--elv-gold);
	background: var(--elv-gold);
	color: var(--elv-ink);
}

.elv-footer-socials svg {
	width: 18px;
	height: 18px;
}

.elv-footer-links {
	display: grid;
	grid-template-columns: .85fr 1.15fr;
	gap: 50px;
}

.elv-footer-links div {
	display: flex;
	flex-direction: column;
	gap: 9px;
	color: rgba(255, 255, 255, .62);
	font-size: 14px;
}

.elv-footer-links strong {
	margin-bottom: 8px;
	color: var(--elv-gold);
	font-size: 11px;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.elv-footer-links a:hover {
	color: var(--elv-white);
}

.elv-footer-contact-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	line-height: 1.5;
}

.elv-footer-contact-item svg {
	width: 18px;
	height: 18px;
	margin-top: 2px;
	flex: 0 0 18px;
	color: var(--elv-gold);
}

.elv-footer-bottom {
	display: flex;
	padding-top: 28px;
	grid-column: 1 / -1;
	justify-content: space-between;
	border-top: 1px solid rgba(255, 255, 255, .12);
	color: rgba(255, 255, 255, .4);
	font-size: 11px;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.elv-footer-credits {
	display: flex;
	align-items: center;
	gap: 20px;
}

.elv-footer-credits a {
	color: inherit;
	text-decoration: none;
	transition: color .2s ease;
}

.elv-footer-credits a:hover {
	color: var(--elv-gold);
}

.elv-reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity .7s ease, transform .7s ease;
}

.elv-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 1100px) {
	.elv-header {
		grid-template-columns: 120px 1fr 140px;
		padding-inline: 22px;
	}

	.elv-nav {
		font-size: 12px;
	}

	.elv-nav .elv-menu-list {
		gap: 12px;
	}

	.elv-topic-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.elv-brand {
		width: 76px;
	}

	.elv-brand.elv-brand-wordmark,
	.elv-header.is-scrolled .elv-brand.elv-brand-wordmark {
		max-width: 118px;
		font-size: 10px;
		letter-spacing: .06em;
	}

	.elv-brand-title {
		max-width: 118px;
	}

	.elv-argonautis-grid {
		grid-template-columns: 110px 1fr .7fr;
		gap: 36px;
	}
}

@media (max-width: 860px) {
	.admin-bar .elv-header {
		top: 46px;
	}

	.elv-header {
		height: 76px;
		grid-template-columns: 100px 1fr 48px;
		background: rgba(251, 250, 247, .96);
		color: var(--elv-ink);
	}

	.elv-brand,
	.elv-header.is-scrolled .elv-brand {
		width: 58px;
		height: 58px;
		background: var(--elv-paper);
	}

	.elv-brand img,
	.elv-header.is-scrolled .elv-brand img {
		top: -12px;
		left: -44px;
		width: 140px;
		height: auto;
	}

	.elv-brand.elv-brand-wordmark,
	.elv-header.is-scrolled .elv-brand.elv-brand-wordmark {
		width: auto;
		max-width: 94px;
		height: auto;
		font-size: 9px;
		letter-spacing: .045em;
		line-height: 1.2;
	}

	.elv-brand-title {
		max-width: 94px;
	}

	.elv-header-cta {
		grid-column: 2;
		grid-row: 1;
		justify-self: center;
	}

	.elv-menu-toggle {
		display: grid;
		grid-column: 3;
		grid-row: 1;
		width: 42px;
		height: 42px;
		padding: 10px;
		justify-self: end;
		place-content: center;
		gap: 5px;
		border: 0;
		background: transparent;
	}

	.elv-menu-toggle span:not(.screen-reader-text) {
		display: block;
		width: 22px;
		height: 2px;
		background: currentColor;
		transition: transform .2s ease, opacity .2s ease;
	}

	.is-menu-open .elv-menu-toggle span:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}

	.is-menu-open .elv-menu-toggle span:nth-child(2) {
		opacity: 0;
	}

	.is-menu-open .elv-menu-toggle span:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}

	.elv-nav {
		position: absolute;
		top: 76px;
		right: 0;
		left: 0;
		display: block;
		visibility: hidden;
		max-height: calc(100vh - 76px);
		padding: 15px 24px 28px;
		overflow-y: auto;
		background: var(--elv-paper);
		box-shadow: 0 18px 28px rgba(18, 27, 26, .1);
		opacity: 0;
		transform: translateY(-10px);
		transition: .2s ease;
	}

	.is-menu-open .elv-nav {
		visibility: visible;
		opacity: 1;
		transform: translateY(0);
	}

	.elv-nav .elv-menu-list {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
	}

	.elv-nav .elv-menu-list > li {
		border-bottom: 1px solid var(--elv-border);
	}

	.elv-nav a,
	.elv-nav a[role="button"] {
		min-height: 48px;
		padding: 12px 46px 12px 2px;
		font-size: 14px;
		white-space: normal;
	}

	.elv-nav .elv-menu-list > li > a::after,
	.elv-nav .menu-item-has-children > a::before {
		display: none;
	}

	.elv-submenu-toggle {
		position: absolute;
		z-index: 3;
		top: 4px;
		right: 0;
		display: grid;
		width: 40px;
		height: 40px;
		padding: 0;
		place-items: center;
		border: 0;
		background: transparent;
		color: currentColor;
		cursor: pointer;
	}

	.elv-submenu-toggle::before,
	.elv-submenu-toggle::after {
		position: absolute;
		width: 13px;
		height: 1px;
		background: currentColor;
		content: "";
		transition: transform .2s ease;
	}

	.elv-submenu-toggle::after {
		transform: rotate(90deg);
	}

	.is-submenu-open > .elv-submenu-toggle::after {
		transform: rotate(0);
	}

	.elv-nav .sub-menu,
	.elv-nav .sub-menu .sub-menu,
	.elv-nav .elv-menu-list > li:nth-last-child(-n+2) .sub-menu .sub-menu {
		position: static;
		display: none;
		visibility: visible;
		width: 100%;
		padding: 3px 0 12px 17px;
		border: 0;
		border-left: 1px solid var(--elv-gold);
		background: transparent;
		box-shadow: none;
		opacity: 1;
		transform: none;
	}

	.elv-nav li:hover > .sub-menu,
	.elv-nav li:focus-within > .sub-menu {
		display: none;
	}

	.elv-nav li.is-submenu-open > .sub-menu,
	.elv-nav li.is-submenu-open:focus-within > .sub-menu {
		display: block;
	}

	.elv-nav .sub-menu::before {
		display: none;
	}

	.elv-nav .sub-menu a {
		min-height: 40px;
		padding: 8px 44px 8px 13px;
		font-size: 12px;
	}

	.elv-identity-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.elv-identity-copy {
		grid-column: 1 / -1;
		border-top: 1px solid var(--elv-border);
	}

	.elv-section-heading {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.elv-activity-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.elv-topic-card {
		min-height: 360px;
	}

	.elv-history {
		grid-template-columns: 1fr;
	}

	.elv-history-image {
		min-height: 520px;
	}

	.elv-history-copy {
		max-width: none;
	}

	.elv-news-grid {
		grid-template-columns: 1fr;
		gap: 50px;
	}

	.elv-news-card {
		display: grid;
		grid-template-columns: .9fr 1.1fr;
		column-gap: 28px;
	}

	.elv-news-image {
		grid-row: 1 / 5;
	}

	.elv-news-meta {
		margin-top: 0;
	}

	.elv-argonautis-grid {
		grid-template-columns: 100px 1fr;
	}

	.elv-argon-copy {
		grid-column: 2;
	}
}

@media (max-width: 620px) {
	.elv-container,
	.elv-hero-inner {
		width: min(100% - 36px, 1180px);
	}

	.elv-header {
		padding-inline: 14px;
		grid-template-columns: 95px 1fr 44px;
	}

	.elv-header-cta {
		min-height: 42px;
		padding: 9px 12px;
		font-size: 10px;
	}

	.elv-hero {
		height: 100svh;
		min-height: 700px;
	}

	.elv-slide {
		background-image:
			linear-gradient(0deg, rgba(5, 18, 17, .9) 0%, rgba(5, 18, 17, .42) 63%, rgba(5, 18, 17, .28) 100%),
			var(--elv-hero-mobile);
		background-position: center;
	}

	.elv-hero-inner {
		display: flex;
		height: 100%;
		margin-top: 0;
		padding: 140px 0 115px;
		flex-direction: column;
		justify-content: flex-end;
	}

	.elv-eyebrow {
		margin-bottom: 16px;
		font-size: 10px;
	}

	.elv-hero h1 {
		font-size: clamp(48px, 14vw, 68px);
	}

	.elv-hero-copy {
		margin-top: 21px;
		font-size: 16px;
		line-height: 1.55;
	}

	.elv-hero-actions {
		margin-top: 25px;
		flex-direction: column;
		align-items: flex-start;
		gap: 18px;
	}

	.elv-slider-rail {
		right: 18px;
		bottom: 32px;
	}

	.elv-slider-controls {
		flex-direction: row;
	}

	.elv-slider-controls button {
		width: 48px;
		grid-template-columns: 18px 1fr;
	}

	.elv-scroll-cue {
		display: none;
	}

	.elv-identity-grid {
		grid-template-columns: 1fr 1fr;
	}

	.elv-stat,
	.elv-identity-copy {
		padding: 28px 19px;
	}

	.elv-stat strong {
		font-size: 34px;
	}

	.elv-stat span {
		font-size: 9px;
	}

	.elv-identity-copy p:last-child {
		font-size: 18px;
	}

	.elv-section {
		padding: 78px 0;
	}

	.elv-section-heading {
		margin-bottom: 38px;
	}

	.elv-section-heading h2,
	.elv-history h2,
	.elv-argonautis h2 {
		font-size: 45px;
	}

	.elv-section-heading > p {
		font-size: 15px;
	}

	.elv-activity-grid {
		grid-template-columns: 1fr;
	}

	.elv-topic-grid {
		grid-template-columns: 1fr;
	}

	.elv-topic-card {
		min-height: auto;
	}

	.elv-topic-number {
		margin-bottom: 26px;
	}

	.elv-topic-card > p {
		min-height: 0;
	}

	.elv-activity-card {
		min-height: 275px;
	}

	.elv-icon {
		margin-bottom: 38px;
	}

	.elv-history-image {
		min-height: 440px;
	}

	.elv-history-copy {
		padding: 70px 22px;
	}

	.elv-news .elv-section-heading {
		grid-template-columns: 1fr;
	}

	.elv-news-card {
		display: block;
	}

	.elv-news-meta {
		margin-top: 18px;
	}

	.elv-argonautis-grid {
		grid-template-columns: 1fr;
	}

	.elv-argon-letter {
		position: absolute;
		font-size: 150px;
	}

	.elv-argonautis-grid > :not(.elv-argon-letter) {
		position: relative;
		z-index: 1;
	}

	.elv-argon-copy {
		grid-column: auto;
	}

	.elv-contact h2 {
		font-size: 52px;
	}

	.elv-contact-actions {
		flex-direction: column;
	}

	.elv-contact-socials {
		flex-wrap: wrap;
	}

	.elv-footer > .elv-container,
	.elv-footer-links {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.elv-footer-bottom {
		flex-direction: column;
		gap: 9px;
	}

	.elv-footer-credits {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}
}

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

	.elv-home *,
	.elv-home *::before,
	.elv-home *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}
