:root {
	--elml-navy: #07182d;
	--elml-navy-2: #0b2544;
	--elml-blue: #1e71ef;
	--elml-lime: #d8ff42;
	--elml-paper: #f4f6f1;
	--elml-ink: #0a1d33;
	--elml-muted: #607083;
	--elml-line: rgba(8, 30, 53, .14);
}

html { scroll-behavior: smooth; }
body.elml-modern-view {
	margin: 0 !important;
	padding: 0 !important;
	color: var(--elml-ink);
	background: var(--elml-paper);
	font-family: Inter, "Segoe UI", Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}
body.elml-modern-view * { box-sizing: border-box; }
body.elml-modern-view a { color: inherit; text-decoration: none; }
body.elml-modern-view img { max-width: 100%; }
body.elml-modern-view button,
body.elml-modern-view input { font: inherit; }
.elml-site { min-height: 100vh; overflow: hidden; }
.elml-site svg {
	width: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.elml-shell { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }

.elml-hero {
	position: relative;
	min-height: 820px;
	height: 96vh;
	max-height: 980px;
	overflow: hidden;
	color: #fff;
	background: var(--elml-navy);
}
.elml-hero-image,
.elml-hero-shade { position: absolute; inset: 0; }
.elml-hero-image {
	background: url("images/hero.jpg") center 56% / cover no-repeat;
	transform: scale(1.025);
}
.elml-hero-shade {
	background:
		linear-gradient(90deg, rgba(4,20,39,.96), rgba(4,20,39,.74) 42%, rgba(4,20,39,.18) 78%),
		linear-gradient(0deg, rgba(4,20,39,.58), transparent 45%);
}
.elml-nav {
	position: relative;
	z-index: 20;
	height: 104px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.elml-brand,
.elml-footer-brand { display: flex; align-items: center; gap: 14px; }
.elml-brand img,
.elml-footer-brand img {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	object-fit: cover;
}
.elml-brand span {
	display: flex;
	flex-direction: column;
	color: #fff;
	font-size: 10px;
	line-height: 1.15;
	letter-spacing: .21em;
	text-transform: uppercase;
}
.elml-brand strong {
	max-width: 150px;
	color: #fff;
	font-size: 12px;
	letter-spacing: .08em;
}
.elml-nav-links { display: flex; align-items: center; gap: 34px; color: #fff; font-size: 13px; font-weight: 700; }
.elml-nav-links > a { position: relative; padding: 12px 0; color: #fff; }
.elml-nav-links > a:not(.elml-language)::after {
	content: "";
	position: absolute;
	right: 100%;
	bottom: 5px;
	left: 0;
	height: 2px;
	background: var(--elml-lime);
	transition: right .25s ease;
}
.elml-nav-links > a:hover::after { right: 0; }
.elml-language { padding: 9px 13px !important; border: 1px solid rgba(255,255,255,.38); border-radius: 30px; font-size: 11px; }
.elml-language span { color: rgba(255,255,255,.45); }
.elml-menu-button { display: none; }

.elml-hero-content { position: relative; z-index: 3; padding-top: clamp(110px, 16vh, 175px); }
.elml-kicker,
.elml-section-kicker {
	display: flex;
	align-items: center;
	gap: 13px;
	color: var(--elml-blue);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .24em;
	text-transform: uppercase;
}
.elml-kicker::before,
.elml-section-kicker::before { content: ""; width: 34px; height: 2px; background: currentColor; }
.elml-light { color: var(--elml-lime); }
.elml-site h1,
.elml-site h2 {
	margin: 24px 0 0;
	font-family: Impact, "Arial Narrow", "Roboto Condensed", sans-serif;
	font-weight: 900;
	letter-spacing: -.045em;
	line-height: .94;
	text-transform: uppercase;
}
.elml-hero h1 { max-width: 880px; color: #fff; font-size: clamp(62px, 7.25vw, 112px); line-height: .88; }
.elml-site h1 em,
.elml-site h2 em { color: var(--elml-lime); font-style: normal; }
.elml-hero-content > p {
	max-width: 590px;
	margin: 30px 0 0;
	color: rgba(255,255,255,.8);
	font-size: 18px;
	line-height: 1.65;
}
.elml-hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 38px; }
.elml-button {
	min-height: 54px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	padding: 0 24px;
	border: 1px solid transparent;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .06em;
	text-transform: uppercase;
	transition: transform .2s ease, background .2s ease, color .2s ease;
}
.elml-button:hover { transform: translateY(-2px); }
.elml-primary { color: var(--elml-navy) !important; background: var(--elml-lime); }
.elml-primary:hover { background: #fff; }
.elml-text-link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding-bottom: 6px;
	border-bottom: 1px solid currentColor;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .06em;
	text-transform: uppercase;
}
.elml-text-link svg { width: 16px; }
.elml-light-link { color: #fff !important; }

.elml-next-event {
	position: absolute;
	z-index: 4;
	right: 0;
	bottom: 0;
	width: min(665px, 50%);
	min-height: 136px;
	display: grid;
	grid-template-columns: 145px 145px 1fr 68px;
	align-items: center;
	color: var(--elml-ink) !important;
	background: var(--elml-lime);
}
.elml-next-label {
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 28px;
	color: #fff;
	background: var(--elml-blue);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .16em;
	text-transform: uppercase;
}
.elml-next-date { display: flex; align-items: center; gap: 10px; padding-left: 24px; }
.elml-next-date strong { font-family: Impact, sans-serif; font-size: 54px; font-weight: 400; line-height: 1; }
.elml-next-date span { font-size: 10px; font-weight: 900; line-height: 1.3; }
.elml-next-title { display: flex; flex-direction: column; gap: 7px; padding-left: 24px; border-left: 1px solid rgba(8,30,53,.22); }
.elml-next-title span { font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.elml-next-title strong { font-size: 17px; }
.elml-round-arrow { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(8,30,53,.34); border-radius: 50%; }
.elml-next-event:hover .elml-round-arrow { color: #fff; background: var(--elml-blue); border-color: var(--elml-blue); }

.elml-intro { padding-top: 132px; padding-bottom: 124px; }
.elml-intro-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; padding-bottom: 80px; }
.elml-intro h2,
.elml-calendar h2,
.elml-results h2,
.elml-start h2 { color: var(--elml-ink); font-size: clamp(52px, 5.5vw, 82px); }
.elml-intro h2 em { color: var(--elml-blue); }
.elml-intro-copy { max-width: 490px; }
.elml-intro-copy p { margin: 0 0 28px; color: var(--elml-muted); font-size: 17px; line-height: 1.75; }
.elml-stats { display: grid; grid-template-columns: repeat(4,1fr); border-block: 1px solid var(--elml-line); }
.elml-stats > div { min-height: 155px; display: flex; flex-direction: column; justify-content: center; padding-left: 34px; border-left: 1px solid var(--elml-line); }
.elml-stats > div:first-child { padding-left: 0; border-left: 0; }
.elml-stats strong { color: var(--elml-blue); font-family: Impact, sans-serif; font-size: 44px; font-weight: 400; }
.elml-stats span { margin-top: 8px; color: var(--elml-muted); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.elml-calendar {
	padding: 122px 0;
	color: #fff;
	background: radial-gradient(circle at 88% 18%, rgba(30,113,239,.28), transparent 28%), var(--elml-navy);
}
.elml-section-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 58px; }
.elml-section-head h2 { margin-top: 17px; color: #fff; }
.elml-outline { color: #fff !important; border-color: rgba(255,255,255,.42); }
.elml-outline:hover { color: var(--elml-navy) !important; background: #fff; }
.elml-event-list { border-top: 1px solid rgba(255,255,255,.18); }
.elml-event-row {
	min-height: 116px;
	display: grid;
	grid-template-columns: 145px 1.1fr 1.35fr 1.55fr 115px;
	align-items: center;
	color: #fff !important;
	border-bottom: 1px solid rgba(255,255,255,.18);
	transition: padding .25s ease, color .25s ease, background .25s ease;
}
.elml-event-row:hover,
.elml-event-row.is-next { margin-inline: -24px; padding-inline: 24px; color: var(--elml-navy) !important; background: var(--elml-lime); }
.elml-event-date { display: flex; align-items: baseline; gap: 9px; }
.elml-event-date strong { font-family: Impact, sans-serif; font-size: 38px; font-weight: 400; }
.elml-event-date span,
.elml-event-type,
.elml-event-status { font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.elml-event-city { font-size: 22px; font-weight: 900; }
.elml-event-place { color: rgba(255,255,255,.62); font-size: 13px; }
.elml-event-row:hover .elml-event-place,
.elml-event-row.is-next .elml-event-place { color: rgba(8,30,53,.65); }
.elml-event-type { line-height: 1.5; }
.elml-event-status { display: flex; align-items: center; justify-content: flex-end; gap: 11px; color: rgba(255,255,255,.5); }
.elml-event-row:hover .elml-event-status,
.elml-event-row.is-next .elml-event-status { color: var(--elml-blue); }
.elml-event-status svg { width: 15px; }

.elml-results { padding-top: 126px; padding-bottom: 135px; }
.elml-section-head.elml-dark h2 { color: var(--elml-ink); }
.elml-story-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.elml-story-image {
	position: relative;
	height: 300px;
	background-position: center;
	background-size: cover;
	filter: saturate(.88);
	transition: transform .35s ease, filter .35s ease;
}
.elml-story:hover .elml-story-image { filter: saturate(1.08); transform: translateY(-5px); }
.elml-tag {
	position: absolute;
	top: 18px;
	left: 18px;
	padding: 8px 11px;
	color: var(--elml-navy);
	background: var(--elml-lime);
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .1em;
	text-transform: uppercase;
}
.elml-story-meta { margin-top: 22px; color: var(--elml-muted); font-size: 10px; font-weight: 800; letter-spacing: .06em; }
.elml-story h3 { min-height: 58px; margin: 14px 0 20px; color: var(--elml-ink); font-size: 23px; line-height: 1.3; }

.elml-content-hub { padding: 125px 0; color: #fff; background: #0b2544; }
.elml-content-hub .elml-section-head h2 { color: #fff; }
.elml-content-hub .elml-section-head h2 em { color: var(--elml-lime); }
.elml-hub-intro { max-width: 410px; margin: 0 0 8px; color: rgba(255,255,255,.67); font-size: 15px; line-height: 1.7; }
.elml-hub-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 25px; }
.elml-hub-group { padding: 30px; border: 1px solid rgba(255,255,255,.16); background: rgba(7,24,45,.32); }
.elml-hub-group h3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	margin: 0 0 22px;
	color: #fff;
	font-size: 15px;
	letter-spacing: .06em;
	text-transform: uppercase;
}
.elml-hub-group h3 span { min-width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: var(--elml-navy); background: var(--elml-lime); font-size: 10px; }
.elml-hub-links { border-top: 1px solid rgba(255,255,255,.14); }
.elml-hub-links a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 13px 0;
	color: rgba(255,255,255,.74) !important;
	border-bottom: 1px solid rgba(255,255,255,.14);
	font-size: 13px;
	transition: color .2s ease, padding .2s ease;
}
.elml-hub-links a:hover { padding-left: 7px; color: var(--elml-lime) !important; }
.elml-hub-links svg { width: 15px; flex: 0 0 auto; }

.elml-start { position: relative; min-height: 720px; display: flex; align-items: center; overflow: hidden; color: #fff; background: var(--elml-navy); }
.elml-start-image,
.elml-start-overlay { position: absolute; inset: 0; }
.elml-start-image { background: url("images/history.jpg") center 42% / cover no-repeat; }
.elml-start-overlay { background: linear-gradient(90deg, rgba(7,24,45,.98), rgba(7,24,45,.88) 46%, rgba(7,24,45,.28) 76%); }
.elml-start-content { position: relative; z-index: 2; }
.elml-start h2 { max-width: 700px; color: #fff; }
.elml-start-content > p { max-width: 570px; margin: 28px 0 26px; color: rgba(255,255,255,.74); font-size: 16px; line-height: 1.7; }
.elml-city-list { width: min(590px,100%); display: flex; margin-bottom: 33px; border-block: 1px solid rgba(255,255,255,.22); }
.elml-city-list div { flex: 1; display: flex; align-items: center; gap: 11px; padding: 17px 0; }
.elml-city-list span { color: var(--elml-lime); font-size: 9px; font-weight: 900; }
.elml-city-list strong { font-size: 13px; }

.elml-footer { color: #fff; background: #03101f; }
.elml-footer-main { display: grid; grid-template-columns: 1fr 1.6fr; gap: 80px; padding-top: 90px; padding-bottom: 80px; }
.elml-footer-brand { align-self: start; }
.elml-footer-brand div { display: flex; flex-direction: column; text-transform: uppercase; }
.elml-footer-brand span { font-size: 10px; letter-spacing: .2em; }
.elml-footer-brand strong { max-width: 190px; font-size: 15px; letter-spacing: .04em; }
.elml-footer-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; }
.elml-footer-links > div { display: flex; flex-direction: column; gap: 13px; }
.elml-footer-links span { margin-bottom: 7px; color: #62a9ff; font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.elml-footer-links a { color: rgba(255,255,255,.72) !important; font-size: 13px; }
.elml-footer-links a:hover { color: var(--elml-lime) !important; }
.elml-footer-bottom { display: flex; justify-content: space-between; padding-block: 26px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.48); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.elml-compact-footer { margin-top: 90px; }

/* Inner result pages */
.elml-inner-header {
	min-height: 520px;
	color: #fff;
	background: radial-gradient(circle at 80% 30%, rgba(30,113,239,.3), transparent 30%), var(--elml-navy);
}
.elml-back-link { display: inline-flex; align-items: center; gap: 10px; color: #fff !important; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.elml-back-link svg { width: 16px; transform: rotate(-90deg); }
.elml-inner-title { padding-top: 95px; }
.elml-inner-title h1,
.elml-result-hero h1 { max-width: 1000px; color: #fff; font-size: clamp(62px,8vw,112px); }
.elml-inner-title p { max-width: 570px; margin-top: 25px; color: rgba(255,255,255,.7); font-size: 17px; }
.elml-archive { padding-top: 80px; padding-bottom: 20px; }
.elml-filter-row { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 45px; }
.elml-filter-row a { padding: 10px 16px; border: 1px solid var(--elml-line); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.elml-filter-row a:hover,
.elml-filter-row a.is-active { color: #fff; background: var(--elml-blue); border-color: var(--elml-blue); }
.elml-archive-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; }
.elml-result-card { overflow: hidden; background: #fff; box-shadow: 0 18px 45px rgba(7,24,45,.08); }
.elml-result-card-image { position: relative; height: 280px; display: block; background-position: center; background-size: cover; }
.elml-result-card-body { padding: 25px; }
.elml-result-card-meta { color: var(--elml-muted); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.elml-result-card h2 { margin: 12px 0 25px; color: var(--elml-ink); font-family: inherit; font-size: 24px; letter-spacing: -.02em; line-height: 1.25; text-transform: none; }
.elml-card-actions { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.elml-pdf-link { color: var(--elml-blue) !important; font-size: 11px; font-weight: 900; }
.elml-empty { grid-column: 1 / -1; padding: 80px 30px; text-align: center; background: #fff; }
.elml-empty h2 { margin: 0; font-size: 38px; }
.elml-pagination { margin-top: 55px; }
.elml-pagination .nav-links { display: flex; justify-content: center; gap: 8px; }
.elml-pagination .page-numbers { padding: 11px 15px; background: #fff; }
.elml-pagination .current { color: #fff; background: var(--elml-blue); }

.elml-result-hero {
	position: relative;
	min-height: 540px;
	color: #fff;
	background: var(--result-cover, url("images/hero.jpg")) center / cover no-repeat;
}
.elml-result-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,20,39,.96), rgba(4,20,39,.7) 55%, rgba(4,20,39,.28)); }
.elml-result-hero-content { position: relative; z-index: 2; padding-top: 125px; padding-bottom: 80px; }
.elml-result-hero h1 { max-width: 950px; font-size: clamp(54px,7vw,90px); }
.elml-result-facts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.elml-result-facts span { padding: 10px 14px; color: var(--elml-navy); background: var(--elml-lime); font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.elml-result-content { padding-top: 90px; }
.elml-result-copy { max-width: 800px; color: var(--elml-muted); font-size: 17px; line-height: 1.8; }
.elml-result-copy:empty { display: none; }
.elml-scoreboard { margin-top: 10px; }
.elml-score-nav { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; margin-bottom: 55px; }
.elml-score-nav a { display: flex; align-items: center; justify-content: space-between; min-height: 68px; padding: 15px 17px; color: var(--elml-navy) !important; border: 1px solid var(--elml-line); background: #fff; font-size: 12px; font-weight: 850; line-height: 1.25; }
.elml-score-nav a:hover { color: #fff !important; background: var(--elml-blue); border-color: var(--elml-blue); }
.elml-score-nav span { display: grid; flex: 0 0 28px; width: 28px; height: 28px; margin-left: 10px; place-items: center; color: var(--elml-navy); background: var(--elml-lime); font-size: 10px; }
.elml-score-sections { display: grid; gap: 45px; }
.elml-score-section { scroll-margin-top: 25px; border: 1px solid var(--elml-line); background: #fff; box-shadow: 0 18px 45px rgba(7,24,45,.065); }
.elml-score-section-head { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 25px 28px; color: #fff; background: var(--elml-navy); }
.elml-score-section-head > div { display: flex; align-items: center; gap: 18px; }
.elml-score-section-head span { color: var(--elml-lime); font-size: 11px; font-weight: 950; letter-spacing: .1em; }
.elml-score-section-head h3 { margin: 0; color: #fff; font-family: inherit; font-size: clamp(24px,3vw,38px); font-weight: 850; letter-spacing: -.025em; line-height: 1.1; text-transform: none; }
.elml-score-section-head strong { flex: 0 0 auto; color: rgba(255,255,255,.58); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.elml-score-table-wrap { overflow-x: auto; scrollbar-color: var(--elml-blue) #e6ebef; }
.elml-score-table { width: 100%; min-width: 860px; border-collapse: separate; border-spacing: 0; color: var(--elml-ink); font-size: 13px; }
.elml-score-table th { padding: 15px 16px; color: #fff; background: #174473; border-right: 1px solid rgba(255,255,255,.13); text-align: left; font-size: 9px; font-weight: 900; letter-spacing: .07em; line-height: 1.35; text-transform: uppercase; white-space: nowrap; }
.elml-score-table td { height: 58px; padding: 11px 16px; border-right: 1px solid #e4e9ed; border-bottom: 1px solid #e4e9ed; text-align: right; white-space: nowrap; }
.elml-score-table tbody tr:nth-child(even) td { background: #f7f9fa; }
.elml-score-table tbody tr:hover td { background: #eef6ff; }
.elml-score-table th:first-child,
.elml-score-table td:first-child { position: sticky; left: 0; z-index: 1; min-width: 190px; text-align: left; }
.elml-score-table th:first-child { z-index: 2; }
.elml-score-table td:first-child { color: var(--elml-navy); background: #fff; font-weight: 850; box-shadow: 8px 0 14px rgba(7,24,45,.04); }
.elml-score-table tbody tr:nth-child(even) td:first-child { background: #f7f9fa; }
.elml-score-table .is-rank { min-width: 72px; color: var(--elml-navy); font-weight: 950; text-align: center; }
.elml-score-table .is-rank-1,
.elml-score-table .is-rank-2,
.elml-score-table .is-rank-3 { font-size: 0; }
.elml-score-table .is-rank-1::after,
.elml-score-table .is-rank-2::after,
.elml-score-table .is-rank-3::after { display: inline-grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; font-size: 12px; }
.elml-score-table .is-rank-1::after { content: "1"; color: #4e3900; background: #f4cf4f; }
.elml-score-table .is-rank-2::after { content: "2"; color: #34404b; background: #d6dde2; }
.elml-score-table .is-rank-3::after { content: "3"; color: #fff; background: #b57845; }
.elml-documents,
.elml-gallery-section { margin-top: 90px; padding-top: 70px; border-top: 1px solid var(--elml-line); }
.elml-content-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 35px; }
.elml-content-heading h2 { margin-top: 15px; color: var(--elml-ink); font-size: clamp(44px,5vw,70px); }
.elml-document-intro { max-width: 650px; margin-top: 18px; color: var(--elml-muted); font-size: 16px; line-height: 1.7; }
.elml-document-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; align-items: start; }
.elml-document-card { overflow: hidden; border: 1px solid var(--elml-line); background: #fff; box-shadow: 0 18px 45px rgba(7,24,45,.07); }
.elml-document-card-top { display: flex; align-items: center; justify-content: space-between; padding: 22px 24px 0; }
.elml-document-number { display: grid; width: 42px; height: 42px; place-items: center; color: var(--elml-navy); background: var(--elml-lime); font-size: 11px; font-weight: 950; letter-spacing: .08em; }
.elml-document-type { color: var(--elml-muted); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.elml-document-card h3 { min-height: 64px; margin: 24px; color: var(--elml-ink); font-family: inherit; font-size: clamp(24px,2.5vw,34px); font-weight: 850; letter-spacing: -.025em; line-height: 1.12; text-transform: none; }
.elml-document-actions { display: flex; align-items: center; gap: 18px; padding: 0 24px 26px; }
.elml-download-link { color: var(--elml-blue) !important; font-size: 11px; font-weight: 900; text-decoration: underline; text-underline-offset: 4px; text-transform: uppercase; }
.elml-pdf-details { border-top: 1px solid var(--elml-line); }
.elml-pdf-details summary { padding: 17px 24px; color: var(--elml-navy); cursor: pointer; list-style: none; background: #f4f7f9; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.elml-pdf-details summary::-webkit-details-marker { display: none; }
.elml-pdf-details summary::after { content: "+"; float: right; color: var(--elml-blue); font-size: 18px; line-height: .7; }
.elml-pdf-details[open] summary::after { content: "−"; }
.elml-blue-button { color: #fff !important; background: var(--elml-blue); }
.elml-pdf-viewer { width: 100%; height: 650px; display: block; border: 0; border-top: 1px solid var(--elml-line); background: #fff; }
.elml-gallery-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.elml-gallery-item { height: 300px; padding: 0; overflow: hidden; border: 0; cursor: zoom-in; background: #dce2e5; }
.elml-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.elml-gallery-item:hover img { transform: scale(1.035); }
.elml-lightbox { width: min(1100px,94vw); max-width: none; padding: 0; border: 0; background: transparent; }
.elml-lightbox::backdrop { background: rgba(2,10,20,.9); }
.elml-lightbox img { width: 100%; max-height: 88vh; display: block; object-fit: contain; }
.elml-lightbox-close { position: fixed; z-index: 2; top: 24px; right: 28px; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: #fff; cursor: pointer; background: rgba(0,0,0,.3); font-size: 28px; }

.elml-generic-header {
	position: relative;
	min-height: 500px;
	color: #fff;
	background: var(--generic-cover, url("images/hero.jpg")) center / cover no-repeat;
}
.elml-generic-shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(4,20,39,.97),rgba(4,20,39,.72) 58%,rgba(4,20,39,.32)); }
.elml-generic-title { position: relative; z-index: 2; padding-top: 100px; padding-bottom: 70px; }
.elml-generic-title h1 { max-width: 1050px; color: #fff; font-size: clamp(54px,7vw,96px); overflow-wrap: anywhere; }
.elml-generic-content {
	padding-top: 80px;
	padding-bottom: 40px;
	color: var(--elml-ink);
	font-size: 17px;
	line-height: 1.8;
}
.elml-generic-content > * { max-width: 920px; margin-right: auto; margin-left: auto; }
.elml-generic-content > .alignwide { max-width: 1180px; }
.elml-generic-content > .alignfull { max-width: none; }
.elml-generic-content h2,
.elml-generic-content h3,
.elml-generic-content h4 {
	margin-top: 1.35em;
	margin-bottom: .55em;
	color: var(--elml-ink);
	font-family: inherit;
	font-weight: 850;
	letter-spacing: -.025em;
	line-height: 1.2;
	text-transform: none;
}
.elml-generic-content h2 { font-size: clamp(34px,4vw,55px); }
.elml-generic-content h3 { font-size: 28px; }
.elml-generic-content p,
.elml-generic-content li { color: #40546a; }
.elml-generic-content a { color: var(--elml-blue); text-decoration: underline; text-underline-offset: 3px; }
.elml-generic-content iframe,
.elml-generic-content embed,
.elml-generic-content object { width: 100%; max-width: 100%; min-height: 720px; border: 1px solid var(--elml-line); background: #fff; }
.elml-generic-content table { width: 100%; border-collapse: collapse; background: #fff; }
.elml-generic-content th,
.elml-generic-content td { padding: 12px 14px; border: 1px solid var(--elml-line); text-align: left; }
.elml-generic-content th { color: #fff; background: var(--elml-navy); }
.elml-generic-content .wp-block-button__link { display: inline-block; padding: 14px 20px; color: var(--elml-navy); background: var(--elml-lime); border-radius: 0; font-size: 12px; font-weight: 900; text-decoration: none; text-transform: uppercase; }

@media (max-width: 980px) {
	.elml-nav-links { gap: 20px; }
	.elml-next-event { width: 82%; }
	.elml-event-row { grid-template-columns: 120px 1fr 1.2fr 1.25fr 80px; }
	.elml-story-grid,
	.elml-archive-grid { gap: 18px; }
}

@media (max-width: 760px) {
	.elml-shell { width: min(calc(100% - 36px),620px); }
	.elml-hero { min-height: 790px; height: 100svh; max-height: 900px; }
	.elml-hero-image { background-position: 62% 55%; }
	.elml-hero-shade { background: linear-gradient(90deg,rgba(4,20,39,.94),rgba(4,20,39,.55)),linear-gradient(0deg,rgba(4,20,39,.72),transparent 55%); }
	.elml-nav { height: 82px; }
	.elml-brand img { width: 44px; height: 44px; }
	.elml-brand strong { max-width: 130px; font-size: 10px; }
	.elml-menu-button {
		position: relative;
		z-index: 30;
		width: 42px;
		height: 42px;
		display: grid;
		place-content: center;
		gap: 7px;
		padding: 0;
		border: 1px solid rgba(255,255,255,.42);
		border-radius: 50%;
		color: #fff;
		background: transparent;
	}
	.elml-menu-button span { width: 16px; height: 1px; display: block; background: currentColor; }
	.elml-nav-links {
		position: fixed;
		z-index: 25;
		inset: 0;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		gap: 8px;
		padding: 110px 32px 40px;
		visibility: hidden;
		opacity: 0;
		background: rgba(7,24,45,.985);
		transition: opacity .22s ease, visibility .22s ease;
	}
	.elml-nav-links.is-open { visibility: visible; opacity: 1; }
	.elml-nav-links > a { display: block; color: #fff !important; font-family: Impact,sans-serif; font-size: 35px; text-transform: uppercase; }
	.elml-nav-links .elml-language { margin-top: 22px; font-family: inherit; font-size: 11px; }
	.elml-hero-content { padding-top: 95px; }
	.elml-hero h1 { font-size: clamp(50px,15.5vw,76px); line-height: .91; }
	.elml-hero-content > p { font-size: 15px; line-height: 1.55; }
	.elml-hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; margin-top: 28px; }
	.elml-next-event { left: 0; right: auto; width: 100%; min-height: 104px; grid-template-columns: 92px 112px 1fr 48px; }
	.elml-next-label { padding: 0 15px; font-size: 8px; }
	.elml-next-date { padding-left: 14px; }
	.elml-next-date strong { font-size: 38px; }
	.elml-next-date span { font-size: 8px; }
	.elml-next-title { gap: 4px; padding-left: 14px; }
	.elml-next-title span { font-size: 8px; }
	.elml-next-title strong { font-size: 12px; }
	.elml-round-arrow { width: 32px; height: 32px; }
	.elml-intro,
	.elml-results { padding-top: 86px; padding-bottom: 86px; }
	.elml-intro-grid { grid-template-columns: 1fr; gap: 32px; padding-bottom: 55px; }
	.elml-intro h2,
	.elml-calendar h2,
	.elml-results h2,
	.elml-start h2 { font-size: clamp(44px,12.5vw,62px); }
	.elml-stats { grid-template-columns: 1fr 1fr; }
	.elml-stats > div { min-height: 125px; padding-left: 18px; }
	.elml-stats > div:nth-child(3) { padding-left: 0; border-top: 1px solid var(--elml-line); border-left: 0; }
	.elml-stats > div:nth-child(4) { border-top: 1px solid var(--elml-line); }
	.elml-calendar { padding: 86px 0; }
	.elml-section-head { align-items: flex-start; flex-direction: column; margin-bottom: 42px; }
	.elml-event-row,
	.elml-event-row:hover,
	.elml-event-row.is-next { min-height: 138px; grid-template-columns: 91px 1fr 27px; grid-template-rows: 1fr 1fr; margin-inline: 0; padding-inline: 0; }
	.elml-event-row.is-next { margin-inline: -18px; padding-inline: 18px; }
	.elml-event-date { grid-row: 1 / span 2; }
	.elml-event-date strong { font-size: 32px; }
	.elml-event-city { align-self: end; font-size: 19px; }
	.elml-event-place { align-self: start; font-size: 11px; }
	.elml-event-type { display: none; }
	.elml-event-status { grid-column: 3; grid-row: 1 / span 2; font-size: 0; }
	.elml-story-grid,
	.elml-archive-grid { grid-template-columns: 1fr; gap: 48px; }
	.elml-story-image { height: min(70vw,350px); }
	.elml-story h3 { min-height: 0; }
	.elml-content-hub { padding: 86px 0; }
	.elml-hub-grid { grid-template-columns: 1fr; }
	.elml-hub-group { padding: 22px 20px; }
	.elml-start { min-height: 760px; }
	.elml-start-image { background-position: 60% center; }
	.elml-start-overlay { background: linear-gradient(90deg,rgba(7,24,45,.97),rgba(7,24,45,.68)); }
	.elml-city-list { flex-direction: column; }
	.elml-city-list div { border-bottom: 1px solid rgba(255,255,255,.17); }
	.elml-footer-main { grid-template-columns: 1fr; gap: 60px; padding-top: 70px; padding-bottom: 60px; }
	.elml-footer-links { grid-template-columns: 1fr 1fr; row-gap: 40px; }
	.elml-footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
	.elml-inner-header { min-height: 480px; }
	.elml-inner-title { padding-top: 80px; }
	.elml-inner-title h1,
	.elml-result-hero h1 { font-size: clamp(52px,15vw,76px); }
	.elml-result-hero { min-height: 500px; }
	.elml-result-hero-content { padding-top: 115px; }
	.elml-result-content { padding-top: 65px; }
	.elml-content-heading { align-items: flex-start; flex-direction: column; }
	.elml-score-nav { grid-template-columns: 1fr; margin-bottom: 38px; }
	.elml-score-section-head { align-items: flex-start; flex-direction: column; gap: 10px; padding: 22px 20px; }
	.elml-score-table { min-width: 790px; }
	.elml-score-table th:first-child,
	.elml-score-table td:first-child { min-width: 165px; }
	.elml-document-grid { grid-template-columns: 1fr; }
	.elml-document-card h3 { min-height: 0; }
	.elml-pdf-viewer { height: 520px; }
	.elml-gallery-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
	.elml-gallery-item { height: 46vw; max-height: 240px; }
	.elml-result-card-image { height: 64vw; max-height: 330px; }
	.elml-generic-header { min-height: 440px; }
	.elml-generic-title { padding-top: 85px; }
	.elml-generic-title h1 { font-size: clamp(46px,13vw,68px); }
	.elml-generic-content { padding-top: 55px; font-size: 16px; }
	.elml-generic-content iframe,
	.elml-generic-content embed,
	.elml-generic-content object { min-height: 520px; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.elml-site * { transition-duration: .01ms !important; }
}
