@font-face {
	font-family: "EK Manrope";
	font-style: normal;
	font-weight: 200 800;
	font-display: swap;
	src: url("../fonts/manrope-latin-variable.woff2") format("woff2");
}

@font-face {
	font-family: "EK Barlow Condensed";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/barlow-condensed-latin-500.woff2") format("woff2");
}

@font-face {
	font-family: "EK Barlow Condensed";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/barlow-condensed-latin-600.woff2") format("woff2");
}

@font-face {
	font-family: "EK Barlow Condensed";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/barlow-condensed-latin-700.woff2") format("woff2");
}

:root {
	--ek-red: #e11d2e;
	--ek-yellow: #ffd000;
	--ek-blue: #173f9f;
	--ek-ink: #0d0f12;
	--ek-ink-2: #15181d;
	--ek-muted: #626a75;
	--ek-line: #dfe2e6;
	--ek-surface: #f2f3f4;
	--ek-white: #fff;
	--ek-accent: var(--ek-red);
	--ek-radius: 16px;
	--ek-shadow: 0 24px 70px rgba(13, 15, 18, .11);
	--ek-font-body: "EK Manrope", Arial, sans-serif;
	--ek-font-display: "EK Barlow Condensed", "Arial Narrow", sans-serif;
}

.ek-section,
.ek-header,
.ek-footer {
	font-family: var(--ek-font-body);
	font-weight: 400;
}

.ek-section {
	padding-block: clamp(76px, 8vw, 132px);
	background-image:
		linear-gradient(90deg, transparent calc(50% - .5px), rgba(14, 16, 20, .035) 50%, transparent calc(50% + .5px));
}

.ek-section::after {
	position: absolute;
	top: 32px;
	right: 32px;
	width: 54px;
	height: 12px;
	border-top: 2px solid color-mix(in srgb, var(--ek-accent) 78%, transparent);
	border-right: 2px solid color-mix(in srgb, var(--ek-accent) 78%, transparent);
	content: "";
	pointer-events: none;
}

.ek-hero::after,
.ek-final-cta::after {
	display: none;
}

.ek-title,
.ek-card-title,
.ek-season-badge,
.ek-eyebrow,
.ek-level,
.ek-status,
.ek-button,
.ek-header-nav,
.ek-footer h2,
.ek-footer h3,
.ek-footer__wordmark,
.ek-card-index,
.ek-age-badge,
.ek-championship__count,
.ek-race-format__number,
.ek-benefit-card__index {
	font-family: var(--ek-font-display);
	font-style: normal;
	text-transform: uppercase;
}

.ek-title {
	max-width: 980px;
	font-size: clamp(44px, 5.1vw, 84px);
	font-weight: 700;
	line-height: .92;
	letter-spacing: -.018em;
}

.ek-card-title {
	font-weight: 600;
	line-height: 1.02;
	letter-spacing: -.006em;
}

.ek-copy,
.ek-card-copy {
	color: var(--ek-muted);
	font-weight: 400;
	line-height: 1.72;
}

.ek-copy {
	max-width: 720px;
}

.ek-eyebrow,
.ek-level {
	margin-bottom: 18px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .17em;
}

.ek-eyebrow::before {
	width: 38px;
	height: 2px;
}

.ek-section-intro {
	position: relative;
	max-width: 940px;
	margin-bottom: clamp(44px, 5.8vw, 78px);
}

.ek-section-intro::after {
	width: min(100%, 220px);
	height: 1px;
	margin-top: 28px;
	background: linear-gradient(90deg, var(--ek-accent), transparent);
	content: "";
}

.ek-button {
	min-height: 50px;
	padding: 15px 24px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .055em;
}

.ek-button--primary {
	position: relative;
	background: linear-gradient(135deg, #f12637, var(--ek-accent) 48%, #b80f1d);
	box-shadow: 0 14px 34px rgba(225, 29, 46, .23);
	overflow: hidden;
}

.ek-button--primary::before {
	position: absolute;
	inset: 0;
	background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, .28), transparent 70%);
	content: "";
	transform: translateX(-110%);
	transition: transform .55s ease;
}

.ek-button--primary:hover::before {
	transform: translateX(110%);
}

.ek-button--outline,
.ek-button--outline-dark {
	backdrop-filter: blur(12px);
}

.ek-card {
	border-color: rgba(13, 15, 18, .1);
	border-radius: 3px 18px 3px 18px;
	box-shadow: 0 12px 36px rgba(13, 15, 18, .055);
}

.ek-card::after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 34px;
	height: 4px;
	background: var(--ek-accent);
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform .3s ease;
}

.ek-card:hover::after {
	transform: scaleX(1);
}

.ek-card__body {
	padding: clamp(24px, 2.3vw, 34px);
}

.ek-section--dark {
	background-color: var(--ek-ink);
	background-image:
		radial-gradient(circle at 85% 15%, rgba(225, 29, 46, .12), transparent 30%),
		linear-gradient(90deg, transparent calc(50% - .5px), rgba(255, 255, 255, .035) 50%, transparent calc(50% + .5px));
}

/* Premium two-level header */
.ek-header {
	z-index: 9999;
	color: var(--ek-white);
	background: var(--ek-ink);
	transition: background-color .3s ease, box-shadow .3s ease;
}

.ek-header--transparent {
	background: linear-gradient(180deg, rgba(5, 7, 10, .9), rgba(5, 7, 10, .34) 72%, transparent);
}

.ek-header.is-scrolled {
	background: rgba(10, 12, 15, .92);
	box-shadow: 0 16px 45px rgba(0, 0, 0, .22);
	backdrop-filter: blur(18px);
}

.ek-header-utility {
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	background: rgba(5, 6, 8, .5);
}

.ek-header-utility__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(calc(100% - 48px), 1540px);
	min-height: 34px;
	margin-inline: auto;
}

.ek-header-status,
.ek-header-utility__links {
	display: flex;
	align-items: center;
	gap: 20px;
}

.ek-header-status__badge {
	padding: 5px 9px;
	border-radius: 999px;
	color: var(--ek-ink);
	background: var(--ek-yellow);
	font-family: var(--ek-font-display);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1;
}

.ek-header-status__text {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: rgba(255, 255, 255, .68);
	font-size: 10px;
	font-weight: 500;
	letter-spacing: .04em;
}

.ek-header-status__text i {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #54d27a;
	box-shadow: 0 0 0 4px rgba(84, 210, 122, .1);
}

.ek-utility-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0;
	color: rgba(255, 255, 255, .7);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .08em;
	text-decoration: none;
	text-transform: uppercase;
}

.ek-utility-link::after {
	margin-left: 8px;
	color: var(--ek-yellow);
	content: "↗";
}

.ek-utility-link:hover {
	color: var(--ek-white);
}

.ek-header__shell {
	padding: 10px 18px;
}

.ek-header__inner {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(180px, 1fr) auto auto;
	gap: clamp(14px, 1.4vw, 26px);
	width: min(100%, 1540px);
	min-height: 76px;
	padding: 10px 14px 10px 20px;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 16px;
	margin-inline: auto;
	background: rgba(18, 20, 24, .68);
	box-shadow: 0 16px 46px rgba(0, 0, 0, .16);
	backdrop-filter: blur(16px);
}

.ek-header-logo {
	max-width: 180px;
}

.ek-header-logo img {
	width: 148px;
	max-height: 50px;
}

.ek-header-logo span,
.ek-footer__wordmark {
	font-family: var(--ek-font-display);
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -.02em;
}

.ek-header-nav {
	display: block;
	min-width: 0;
	margin: 0;
	overflow: visible;
}

.ek-header-nav > .ek-menu,
.ek-header-nav > .ek-menu--fallback > ul {
	display: flex;
	gap: clamp(12px, 1.25vw, 24px);
	width: 100%;
}

.ek-header-nav > .ek-menu {
	overflow: visible;
}

.ek-header-nav > .ek-menu > li {
	flex: 0 0 auto;
}

.ek-header-nav a,
.ek-overflow-toggle {
	min-height: 48px;
	padding: 0;
	border: 0;
	color: inherit;
	background: transparent;
	font-family: var(--ek-font-display);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .055em;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	cursor: pointer;
}

.ek-header-nav > ul > li > a::after,
.ek-header-nav .ek-menu > li > a::after {
	bottom: 6px;
	height: 2px;
}

.ek-header-nav .sub-menu {
	top: calc(100% + 10px);
	left: -18px;
	min-width: 248px;
	padding: 10px;
	border-color: rgba(255, 255, 255, .1);
	border-radius: 12px;
	background: rgba(18, 20, 24, .98);
	box-shadow: 0 28px 70px rgba(0, 0, 0, .3);
	backdrop-filter: blur(18px);
}

.ek-header-nav .sub-menu a {
	min-height: 42px;
	padding: 10px 12px;
	border-radius: 8px;
	font-family: var(--ek-font-body);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: none;
}

.ek-menu-overflow[hidden] {
	display: none;
}

.ek-menu-overflow {
	position: relative;
}

.ek-overflow-toggle::after {
	display: inline-block;
	margin-left: 7px;
	color: var(--ek-yellow);
	content: "+";
	transition: transform .2s ease;
}

.ek-menu-overflow.is-overflow-open .ek-overflow-toggle::after {
	transform: rotate(45deg);
}

.ek-menu-overflow .ek-overflow-menu {
	right: -10px;
	left: auto;
}

.ek-menu-overflow.is-overflow-open > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.ek-header-actions {
	gap: 8px;
}

.ek-header-actions .ek-button {
	min-height: 44px;
	padding: 12px 18px;
	font-size: 12px;
}

.ek-header-icon-action {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 0 13px;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 999px;
	color: rgba(255, 255, 255, .74);
	font-family: var(--ek-font-display);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .06em;
	text-decoration: none;
	text-transform: uppercase;
}

.ek-header-icon-action::before {
	width: 7px;
	height: 7px;
	margin-right: 8px;
	border-radius: 50%;
	background: #3bc769;
	content: "";
}

.ek-mobile-nav-head,
.ek-mobile-nav-actions,
.ek-menu-backdrop {
	display: none;
}

/* Hero and content system */
.ek-hero {
	min-height: min(920px, 100svh);
}

.ek-hero__content {
	position: relative;
	max-width: 980px;
	padding-left: clamp(18px, 3vw, 46px);
}

.ek-hero__content::before {
	position: absolute;
	top: 3px;
	bottom: 2px;
	left: 0;
	width: 3px;
	background: linear-gradient(180deg, var(--ek-yellow) 0 33%, var(--ek-blue) 33% 66%, var(--ek-red) 66%);
	content: "";
}

.ek-hero .ek-title {
	max-width: 940px;
	font-size: clamp(54px, 7vw, 112px);
	font-weight: 700;
	line-height: .86;
	text-shadow: 0 10px 44px rgba(0, 0, 0, .38);
}

.ek-hero .ek-copy {
	max-width: 680px;
	font-size: clamp(15px, 1.2vw, 19px);
	font-weight: 400;
}

.ek-hero__overlay {
	background:
		linear-gradient(90deg, rgba(6, 8, 10, .93) 0%, rgba(6, 8, 10, .68) 44%, rgba(6, 8, 10, .18) 76%),
		linear-gradient(0deg, rgba(5, 7, 9, .72), transparent 42%);
}

.ek-hero__speedline {
	height: 2px;
	background: linear-gradient(90deg, var(--ek-yellow) 0 52%, var(--ek-blue) 52% 72%, var(--ek-red) 72%);
}

.ek-credibility__grid {
	border: 1px solid var(--ek-line);
	border-radius: 18px 3px 18px 3px;
	background: rgba(255, 255, 255, .92);
	box-shadow: 0 18px 50px rgba(13, 15, 18, .07);
	overflow: hidden;
}

.ek-credibility__item {
	position: relative;
}

.ek-credibility__item::after {
	position: absolute;
	right: 12px;
	bottom: 10px;
	color: rgba(13, 15, 18, .08);
	font-family: var(--ek-font-display);
	font-size: 28px;
	font-weight: 700;
	content: attr(data-index);
}

.ek-split--about {
	align-items: stretch;
}

.ek-split--about .ek-split__content {
	position: relative;
	align-self: center;
	padding: clamp(32px, 5vw, 78px);
	background: var(--ek-white);
	box-shadow: var(--ek-shadow);
}

.ek-split--about .ek-media-frame {
	border-radius: 18px 3px 3px 18px;
	transform: translateX(18px) rotate(-1deg);
}

/* Editorial category system */
.ek-categories {
	background-color: #eeeff1;
	background-image:
		linear-gradient(rgba(13, 15, 18, .035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(13, 15, 18, .035) 1px, transparent 1px);
	background-size: 80px 80px;
}

.ek-category-grid--editorial {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 22px;
}

.ek-category-grid--editorial .ek-category-card {
	grid-column: span 4;
}

.ek-category-grid--editorial .ek-category-card:first-child {
	grid-column: span 8;
	display: grid;
	grid-template-columns: 1.08fr .92fr;
	min-height: 440px;
}

.ek-category-grid--editorial .ek-category-card:first-child .ek-card__media {
	height: 100%;
	min-height: 440px;
}

.ek-category-grid--editorial .ek-category-card:first-child .ek-card__body {
	align-self: center;
}

.ek-category-grid--editorial .ek-category-card:last-child {
	grid-column: span 12;
	display: grid;
	grid-template-columns: .85fr 1.15fr;
}

.ek-category-grid--editorial .ek-category-card:last-child .ek-card__media {
	height: 100%;
	min-height: 300px;
}

.ek-category-card .ek-card__media {
	height: 270px;
}

.ek-age-badge,
.ek-card-index {
	border-radius: 999px;
	font-weight: 600;
	letter-spacing: .07em;
}

.ek-card-index {
	background: rgba(10, 12, 15, .72);
}

.ek-objective {
	font-weight: 400;
}

.ek-objective strong,
.ek-card-actions a,
.ek-read-more {
	font-family: var(--ek-font-display);
	font-weight: 600;
	letter-spacing: .04em;
}

/* Progression and technical layouts */
.ek-timeline {
	gap: 14px;
}

.ek-timeline::before {
	top: 37px;
	right: 5%;
	left: 5%;
	height: 1px;
}

.ek-timeline__step {
	padding: 0 8px;
}

.ek-timeline__step:nth-child(even) {
	padding-top: 44px;
}

.ek-timeline__marker {
	width: 74px;
	height: 74px;
	margin-bottom: 28px;
	border: 1px solid rgba(255, 255, 255, .25);
	background: linear-gradient(145deg, #20242a, #0c0e11);
	box-shadow: inset 0 0 0 8px rgba(255, 255, 255, .025), 0 14px 34px rgba(0, 0, 0, .22);
}

.ek-timeline__marker span {
	font-family: var(--ek-font-display);
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
}

.ek-tech-gallery {
	gap: 12px;
	transform: rotate(.5deg);
}

.ek-tech-gallery__item {
	border: 3px solid var(--ek-white);
	border-radius: 14px 3px 14px 3px;
	box-shadow: 0 16px 40px rgba(13, 15, 18, .12);
}

.ek-benefit-list__item {
	border-radius: 3px 14px 3px 14px;
	background: linear-gradient(135deg, #fff, #f7f7f8);
}

/* Championship, events and results */
.ek-championship__top {
	border-radius: 4px 22px 4px 22px;
}

.ek-championship__intro {
	position: relative;
}

.ek-championship__intro::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 34%;
	background: var(--ek-accent);
	content: "";
}

.ek-championship__count strong {
	font-family: var(--ek-font-display);
	font-size: 74px;
	font-style: normal;
	font-weight: 700;
}

.ek-race-format {
	border-radius: 4px 16px 4px 16px;
}

.ek-race-format__item {
	background:
		linear-gradient(145deg, rgba(255, 255, 255, .96), #f6f7f8);
}

.ek-race-format__number {
	font-family: var(--ek-font-display);
	font-style: normal;
	font-weight: 600;
}

.ek-event-card {
	position: relative;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 4px 24px 4px 24px;
	background:
		linear-gradient(115deg, rgba(225, 29, 46, .88), rgba(15, 17, 21, .98) 52%),
		var(--ek-ink);
	overflow: hidden;
}

.ek-event-card::before {
	position: absolute;
	top: -90px;
	right: -70px;
	width: 320px;
	height: 320px;
	border: 70px solid rgba(255, 255, 255, .035);
	border-radius: 50%;
	content: "";
}

.ek-countdown > div {
	border-radius: 3px 12px 3px 12px;
	background: rgba(255, 255, 255, .075);
	backdrop-filter: blur(12px);
}

.ek-ranking-filters select {
	border-radius: 999px;
	font-family: var(--ek-font-body);
	font-weight: 500;
}

.ek-ranking-table-wrap {
	border: 1px solid var(--ek-line);
	border-radius: 4px 18px 4px 18px;
	box-shadow: 0 18px 50px rgba(13, 15, 18, .07);
}

.ek-ranking-table th {
	font-family: var(--ek-font-display);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .08em;
}

.ek-ranking-table td {
	font-weight: 400;
}

.ek-ranking-table tbody tr:first-child {
	background: linear-gradient(90deg, rgba(255, 208, 0, .13), transparent);
}

/* International, benefits, stories, partners and news */
.ek-international::before,
.ek-final-cta::before {
	background:
		linear-gradient(90deg, rgba(7, 9, 12, .92), rgba(7, 9, 12, .66) 55%, rgba(7, 9, 12, .34)),
		linear-gradient(0deg, rgba(7, 9, 12, .6), transparent);
}

.ek-international__content {
	padding-left: clamp(20px, 4vw, 56px);
	border-left: 3px solid var(--ek-yellow);
}

.ek-international__highlights > div {
	font-weight: 500;
}

.ek-benefits-grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 16px;
}

.ek-benefit-card {
	grid-column: span 3;
	min-height: 230px;
	background: linear-gradient(145deg, #fff, #f5f6f7);
}

.ek-benefit-card:nth-child(1),
.ek-benefit-card:nth-child(6) {
	grid-column: span 6;
	background:
		linear-gradient(135deg, rgba(225, 29, 46, .96), rgba(151, 11, 24, .96));
	color: var(--ek-white);
}

.ek-benefit-card:nth-child(1) .ek-benefit-card__icon,
.ek-benefit-card:nth-child(6) .ek-benefit-card__icon {
	color: var(--ek-white);
	background: rgba(255, 255, 255, .12);
}

.ek-benefit-card:nth-child(1) .ek-benefit-card__index,
.ek-benefit-card:nth-child(6) .ek-benefit-card__index {
	color: rgba(255, 255, 255, .18);
}

.ek-benefit-card__index {
	font-family: var(--ek-font-display);
	font-style: normal;
	font-weight: 600;
}

.ek-benefit-card__icon {
	border-radius: 4px 14px 4px 14px;
}

.ek-testimonial-grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
}

.ek-testimonial-card {
	grid-column: span 6;
	border-radius: 3px 18px 3px 18px;
}

.ek-testimonial-card:first-child {
	grid-column: span 7;
}

.ek-testimonial-card:nth-child(2) {
	grid-column: span 5;
}

.ek-testimonial-card blockquote {
	font-weight: 400;
	line-height: 1.65;
}

.ek-sponsor-grid {
	gap: 12px;
}

.ek-sponsor-card {
	min-height: 132px;
	border-radius: 3px 14px 3px 14px;
	background: linear-gradient(145deg, #fff, #f7f8f8);
}

.ek-sponsor-card img {
	width: auto;
	max-width: min(100%, 165px);
	height: auto;
	max-height: 50px;
}

.ek-news-grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
}

.ek-news-card {
	grid-column: span 5;
}

.ek-news-card:first-child {
	grid-column: span 7;
	grid-row: span 2;
}

.ek-news-card:first-child .ek-card__media {
	height: 350px;
}

.ek-news-card__meta {
	font-weight: 600;
}

.ek-final-cta__content {
	position: relative;
	padding: clamp(34px, 6vw, 78px);
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 4px 24px 4px 24px;
	background: rgba(10, 12, 15, .34);
	backdrop-filter: blur(8px);
}

.ek-final-cta .ek-title {
	font-size: clamp(52px, 6vw, 94px);
}

/* Conversion-led footer */
.ek-footer {
	position: relative;
	padding: 0;
	color: #aeb4bd;
	background: #0b0d10;
	overflow: hidden;
}

.ek-footer-cta {
	position: relative;
	z-index: 2;
	padding: 42px 32px;
	color: var(--ek-white);
	background:
		linear-gradient(105deg, var(--ek-red), #a60b1a 64%, #810713);
}

.ek-footer-cta::after {
	position: absolute;
	top: -180px;
	right: 5%;
	width: 420px;
	height: 420px;
	border: 92px solid rgba(255, 255, 255, .06);
	border-radius: 50%;
	content: "";
}

.ek-footer-cta__inner {
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 44px;
}

.ek-footer-cta__copy > span {
	display: block;
	margin-bottom: 7px;
	font-family: var(--ek-font-display);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .16em;
}

.ek-footer-cta h2 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(36px, 4.3vw, 68px);
	font-weight: 700;
	line-height: .92;
	letter-spacing: -.015em;
}

.ek-footer-cta p {
	max-width: 670px;
	margin: 14px 0 0;
	color: rgba(255, 255, 255, .74);
	font-size: 14px;
	line-height: 1.6;
}

.ek-footer-cta__actions {
	display: flex;
	flex: 0 0 auto;
	flex-wrap: wrap;
	gap: 10px;
}

.ek-footer-cta .ek-button--primary {
	color: var(--ek-ink);
	background: var(--ek-yellow);
	box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
}

.ek-footer__main {
	position: relative;
	padding: 76px 32px 26px;
}

.ek-footer__ghost {
	position: absolute;
	right: -1vw;
	bottom: -3vw;
	color: rgba(255, 255, 255, .022);
	font-family: var(--ek-font-display);
	font-size: clamp(130px, 20vw, 330px);
	font-weight: 700;
	line-height: .7;
	letter-spacing: -.04em;
	pointer-events: none;
}

.ek-footer__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(240px, 1.45fr) repeat(4, minmax(130px, .72fr));
	gap: clamp(28px, 4vw, 64px);
	padding-bottom: 58px;
}

.ek-footer__brand-logo {
	display: block;
	width: 150px;
	max-width: 100%;
	max-height: 52px;
	object-fit: contain;
	object-position: left center;
}

.ek-footer__brand p {
	max-width: 300px;
	margin: 22px 0 0;
	color: #979eaa;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.7;
}

.ek-footer h3 {
	margin-bottom: 22px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: .08em;
}

.ek-footer-menu,
.ek-footer__contacts {
	gap: 12px;
}

.ek-footer a {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.45;
}

.ek-footer-menu a {
	position: relative;
	display: inline-flex;
	align-items: center;
}

.ek-footer-menu a::before {
	width: 0;
	height: 1px;
	margin-right: 0;
	background: var(--ek-accent);
	content: "";
	transition: width .2s ease, margin-right .2s ease;
}

.ek-footer-menu a:hover::before {
	width: 14px;
	margin-right: 7px;
}

.ek-footer__socials a {
	width: 36px;
	height: 36px;
	border-radius: 10px 3px 10px 3px;
}

.ek-footer-newsletter {
	margin-top: 28px;
}

.ek-footer-newsletter h3 {
	margin-bottom: 12px;
}

.ek-footer-newsletter input {
	width: 100%;
	min-height: 42px;
	padding: 9px 12px;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 4px;
	color: var(--ek-white);
	background: rgba(255, 255, 255, .04);
	font: inherit;
}

.ek-footer__bottom {
	position: relative;
	z-index: 1;
	align-items: center;
	padding-top: 20px;
	font-size: 10px;
	font-weight: 400;
}

.ek-back-to-top {
	display: grid;
	flex: 0 0 auto;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 50%;
	color: var(--ek-white);
	background: transparent;
	cursor: pointer;
	place-items: center;
	transition: border-color .2s ease, background .2s ease;
}

.ek-back-to-top:hover {
	border-color: var(--ek-accent);
	background: var(--ek-accent);
}

@media (max-width: 1280px) {
	.ek-header__inner {
		grid-template-columns: auto minmax(160px, 1fr) auto auto;
		padding-left: 16px;
	}

	.ek-header-actions .ek-header-icon-action {
		display: none;
	}

	.ek-footer__grid {
		grid-template-columns: 1.35fr repeat(4, minmax(110px, .7fr));
		gap: 30px;
	}
}

@media (max-width: 1180px) {
	body.ek-menu-lock {
		overflow: hidden;
	}

	.ek-header__inner {
		display: flex;
		justify-content: space-between;
	}

	.ek-menu-toggle {
		display: grid;
		grid-template-columns: 24px auto;
		margin-left: auto;
		border-radius: 999px;
		background: rgba(255, 255, 255, .06);
	}

	.ek-menu-toggle span {
		grid-column: 1;
	}

	.ek-menu-toggle em {
		grid-column: 2;
		grid-row: 1 / 4;
		align-self: center;
		font-family: var(--ek-font-display);
		font-style: normal;
		font-weight: 600;
		letter-spacing: .08em;
	}

	.ek-header-actions {
		display: flex;
	}

	.ek-header-actions .ek-button {
		display: inline-flex;
	}

	.ek-header-nav {
		position: fixed;
		z-index: 10002;
		top: 0;
		right: 0;
		bottom: 0;
		left: auto;
		display: flex;
		flex-direction: column;
		width: min(92vw, 440px);
		max-height: none;
		padding: 0;
		margin: 0;
		background:
			radial-gradient(circle at 100% 0%, rgba(225, 29, 46, .18), transparent 34%),
			#101216;
		box-shadow: -30px 0 70px rgba(0, 0, 0, .32);
		overflow-x: hidden;
		overflow-y: auto;
		opacity: 1;
		transform: translateX(105%);
		transition: transform .38s cubic-bezier(.2, .7, .2, 1);
	}

	.ek-header.is-menu-open .ek-header-nav {
		display: flex;
		transform: translateX(0);
	}

	.ek-mobile-nav-head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 88px;
		padding: 18px 24px;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
	}

	.ek-mobile-nav-head strong {
		font-family: var(--ek-font-display);
		font-size: 22px;
		font-weight: 700;
		letter-spacing: -.01em;
	}

	.ek-mobile-menu-close {
		position: relative;
		display: block;
		width: 42px;
		height: 42px;
		border: 1px solid rgba(255, 255, 255, .16);
		border-radius: 50%;
		background: transparent;
	}

	.ek-mobile-menu-close span {
		position: absolute;
		top: 20px;
		left: 11px;
		width: 20px;
		height: 1px;
		background: var(--ek-white);
		transform: rotate(45deg);
	}

	.ek-mobile-menu-close span:last-child {
		transform: rotate(-45deg);
	}

	.ek-header-nav > .ek-menu,
	.ek-header-nav > .ek-menu--fallback > ul {
		display: block;
		flex: 1 0 auto;
		width: 100%;
		padding: 20px 24px;
	}

	.ek-header-nav > .ek-menu > li {
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, .09);
	}

	.ek-header-nav a,
	.ek-overflow-toggle {
		justify-content: space-between;
		width: 100%;
		min-height: 58px;
		border: 0;
		font-size: 17px;
	}

	.ek-header-nav .menu-item-has-children > a::before {
		order: 2;
		color: var(--ek-yellow);
		content: "+";
	}

	.ek-header-nav .sub-menu,
	.ek-header-nav .sub-menu .sub-menu {
		position: static;
		display: none;
		width: 100%;
		padding: 2px 0 14px 16px;
		border: 0;
		background: transparent;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	.ek-header-nav li.is-submenu-open > .sub-menu {
		display: grid;
	}

	.ek-header-nav .sub-menu a {
		min-height: 42px;
		padding: 7px 0;
		color: rgba(255, 255, 255, .66);
		font-family: var(--ek-font-body);
		font-size: 13px;
		font-weight: 400;
	}

	.ek-menu-overflow {
		display: none !important;
	}

	.ek-mobile-nav-actions {
		display: grid;
		gap: 10px;
		padding: 20px 24px 28px;
		border-top: 1px solid rgba(255, 255, 255, .1);
	}

	.ek-mobile-nav-actions .ek-button {
		width: 100%;
	}

	.ek-menu-backdrop {
		position: fixed;
		z-index: 10001;
		inset: 0;
		display: block;
		border: 0;
		background: rgba(2, 3, 5, .68);
		backdrop-filter: blur(4px);
		opacity: 0;
		visibility: hidden;
		transition: opacity .3s ease, visibility .3s ease;
	}

	.ek-header.is-menu-open .ek-menu-backdrop {
		opacity: 1;
		visibility: visible;
	}

	.ek-category-grid--editorial .ek-category-card:first-child,
	.ek-category-grid--editorial .ek-category-card:last-child {
		grid-column: span 12;
	}

	.ek-category-grid--editorial .ek-category-card {
		grid-column: span 6;
	}

	.ek-benefit-card,
	.ek-benefit-card:nth-child(1),
	.ek-benefit-card:nth-child(6) {
		grid-column: span 6;
	}

	.ek-testimonial-card,
	.ek-testimonial-card:first-child,
	.ek-testimonial-card:nth-child(2) {
		grid-column: span 12;
	}

	.ek-footer-cta__inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.ek-footer__grid {
		grid-template-columns: 1.3fr repeat(2, 1fr);
	}

	.ek-footer__brand {
		grid-row: span 2;
	}
}

@media (max-width: 767px) {
	.ek-section {
		padding: 70px 20px;
		background-image: none;
	}

	.ek-section::after {
		top: 18px;
		right: 18px;
	}

	.ek-title {
		font-size: clamp(40px, 13vw, 58px);
		line-height: .94;
	}

	.ek-section-intro {
		margin-bottom: 38px;
	}

	.ek-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.ek-actions .ek-button {
		width: 100%;
	}

	.ek-header-utility {
		display: none;
	}

	.ek-header__shell {
		padding: 8px 10px;
	}

	.ek-header__inner {
		min-height: 64px;
		padding: 8px 10px 8px 14px;
		border-radius: 12px;
	}

	.ek-header-logo img {
		width: 122px;
		max-height: 42px;
	}

	.ek-header-logo span {
		font-size: 19px;
	}

	.ek-header-actions {
		display: none;
	}

	.ek-menu-toggle em {
		display: none;
	}

	.ek-menu-toggle {
		display: flex;
		flex-direction: column;
		width: 44px;
		height: 44px;
		justify-content: center;
	}

	.ek-menu-toggle span {
		width: 20px;
	}

	.ek-hero {
		min-height: 780px;
		padding-top: 120px;
	}

	.ek-hero__content {
		padding-left: 18px;
	}

	.ek-hero .ek-title {
		font-size: clamp(50px, 16vw, 76px);
		line-height: .88;
	}

	.ek-hero__overlay {
		background:
			linear-gradient(90deg, rgba(6, 8, 10, .91), rgba(6, 8, 10, .54)),
			linear-gradient(0deg, rgba(5, 7, 9, .82), transparent 55%);
	}

	.ek-split--about .ek-split__content {
		padding: 32px 24px;
	}

	.ek-split--about .ek-media-frame {
		transform: none;
	}

	.ek-category-grid--editorial {
		display: grid;
		grid-template-columns: 1fr;
	}

	.ek-category-grid--editorial .ek-category-card,
	.ek-category-grid--editorial .ek-category-card:first-child,
	.ek-category-grid--editorial .ek-category-card:last-child {
		grid-column: 1;
		display: block;
		min-height: 0;
	}

	.ek-category-grid--editorial .ek-category-card:first-child .ek-card__media,
	.ek-category-grid--editorial .ek-category-card:last-child .ek-card__media,
	.ek-category-card .ek-card__media {
		height: 240px;
		min-height: 0;
	}

	.ek-timeline__step:nth-child(even) {
		padding-top: 0;
	}

	.ek-benefits-grid {
		grid-template-columns: 1fr;
	}

	.ek-benefit-card,
	.ek-benefit-card:nth-child(1),
	.ek-benefit-card:nth-child(6) {
		grid-column: 1;
	}

	.ek-news-grid {
		grid-template-columns: 1fr;
	}

	.ek-news-card,
	.ek-news-card:first-child {
		grid-column: 1;
	}

	.ek-news-card:first-child .ek-card__media {
		height: 240px;
	}

	.ek-footer-cta {
		padding: 38px 20px;
	}

	.ek-footer-cta__actions {
		display: grid;
		width: 100%;
	}

	.ek-footer-cta__actions .ek-button {
		width: 100%;
	}

	.ek-footer__main {
		padding: 58px 20px 24px;
	}

	.ek-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 38px 24px;
	}

	.ek-footer__brand {
		grid-column: 1 / -1;
		grid-row: auto;
	}

	.ek-footer__brand-logo {
		width: 130px;
		max-height: 46px;
	}

	.ek-footer__column:last-child {
		grid-column: 1 / -1;
	}

	.ek-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.ek-footer__bottom nav {
		flex-wrap: wrap;
		gap: 10px 18px;
	}

	.ek-back-to-top {
		position: absolute;
		right: 0;
		bottom: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ek-header-nav,
	.ek-menu-backdrop {
		transition-duration: .01ms;
	}
}

/* v1.2 — organized progression, championship, international and footer layouts */
.ek-progression {
	background:
		radial-gradient(circle at 12% 12%, rgba(225, 29, 46, .13), transparent 30%),
		linear-gradient(145deg, #0a0c0f, #14171c);
}

.ek-progression__layout {
	display: grid;
	grid-template-columns: minmax(320px, .78fr) minmax(560px, 1.42fr);
	gap: clamp(48px, 6vw, 96px);
	align-items: start;
}

.ek-progression__intro {
	position: relative;
	padding: 30px 0 34px 34px;
	border-left: 1px solid rgba(255, 255, 255, .14);
}

.ek-progression__intro::before {
	position: absolute;
	top: 0;
	left: -2px;
	width: 3px;
	height: 96px;
	background: linear-gradient(180deg, var(--ek-yellow), var(--ek-accent));
	content: "";
}

.ek-progression__intro .ek-section-intro {
	margin-bottom: 0;
}

.ek-progression__intro .ek-section-intro::after {
	display: none;
}

.ek-progression__intro .ek-title {
	font-size: clamp(48px, 4.6vw, 76px);
}

.ek-progression__route {
	display: flex;
	align-items: center;
	gap: 12px;
	max-width: 270px;
	margin-top: 38px;
	color: rgba(255, 255, 255, .46);
	font-family: var(--ek-font-display);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .12em;
}

.ek-progression__route i {
	flex: 1;
	height: 1px;
	background: linear-gradient(90deg, var(--ek-yellow), var(--ek-accent));
}

.ek-progression .ek-timeline {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.ek-progression .ek-timeline::before {
	display: none;
}

.ek-progression .ek-timeline__step,
.ek-progression .ek-timeline__step:nth-child(even) {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 232px;
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, .11);
	border-radius: 3px 16px 3px 16px;
	background: rgba(255, 255, 255, .045);
	text-align: left;
	overflow: hidden;
	transition: border-color .25s ease, background .25s ease, transform .25s ease;
}

.ek-progression .ek-timeline__step::after {
	position: absolute;
	right: -36px;
	bottom: -38px;
	width: 112px;
	height: 112px;
	border: 22px solid rgba(255, 255, 255, .025);
	border-radius: 50%;
	content: "";
}

.ek-progression .ek-timeline__step:hover {
	border-color: rgba(255, 208, 0, .38);
	background: rgba(255, 255, 255, .07);
	transform: translateY(-3px);
}

.ek-progression .ek-timeline__step:last-child {
	border-color: rgba(225, 29, 46, .48);
	background: linear-gradient(135deg, rgba(225, 29, 46, .9), rgba(141, 8, 21, .94));
}

.ek-timeline__head {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

.ek-progression .ek-timeline__marker {
	display: grid;
	width: 44px;
	height: 44px;
	margin: 0;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 50%;
	background: rgba(255, 255, 255, .055);
	box-shadow: none;
	place-items: center;
}

.ek-progression .ek-timeline__marker span {
	color: var(--ek-yellow);
	font-size: 14px;
	font-weight: 600;
}

.ek-progression .ek-timeline__icon {
	display: grid;
	width: 42px;
	height: 42px;
	margin: 0;
	border-radius: 3px 12px 3px 12px;
	color: rgba(255, 255, 255, .78);
	background: rgba(255, 255, 255, .075);
	font-size: 17px;
	place-items: center;
}

.ek-timeline__body {
	position: relative;
	z-index: 1;
	margin-top: auto;
}

.ek-timeline__label {
	display: block;
	margin-bottom: 6px;
	color: rgba(255, 255, 255, .43);
	font-family: var(--ek-font-display);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.ek-progression .ek-timeline .ek-card-title {
	max-width: 220px;
	font-size: 22px;
}

.ek-progression .ek-timeline .ek-card-copy {
	max-width: 260px;
	margin-top: 9px;
	color: rgba(255, 255, 255, .61);
	font-size: 12px;
	line-height: 1.55;
}

.ek-progression .ek-timeline__step:last-child .ek-timeline__label,
.ek-progression .ek-timeline__step:last-child .ek-card-copy {
	color: rgba(255, 255, 255, .76);
}

.ek-championship {
	background:
		linear-gradient(rgba(13, 15, 18, .035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(13, 15, 18, .035) 1px, transparent 1px),
		#f0f1f2;
	background-size: 72px 72px;
}

.ek-championship__shell {
	border: 1px solid rgba(13, 15, 18, .1);
	border-radius: 4px 24px 4px 24px;
	background: var(--ek-white);
	box-shadow: 0 30px 80px rgba(13, 15, 18, .1);
	overflow: hidden;
}

.ek-championship .ek-championship__top {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
	min-height: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	overflow: visible;
}

.ek-championship .ek-championship__intro {
	position: relative;
	align-self: center;
	padding: clamp(48px, 6vw, 88px);
}

.ek-championship .ek-championship__intro::before {
	display: none;
}

.ek-championship__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 34px;
}

.ek-championship .ek-championship__count {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin: 0;
}

.ek-championship .ek-championship__count strong {
	font-size: 54px;
	line-height: .78;
}

.ek-championship .ek-championship__count span {
	max-width: 72px;
	font-family: var(--ek-font-display);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .08em;
	line-height: 1.12;
	text-transform: uppercase;
}

.ek-championship__season {
	padding: 8px 12px;
	border: 1px solid var(--ek-line);
	border-radius: 999px;
	color: var(--ek-muted);
	font-family: var(--ek-font-display);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.ek-championship__intro .ek-title {
	font-size: clamp(48px, 5vw, 80px);
}

.ek-championship__intro .ek-copy {
	max-width: 650px;
}

.ek-championship .ek-championship__image {
	position: relative;
	min-height: 560px;
	margin: 20px 20px 20px 0;
	border-radius: 3px 18px 3px 18px;
	background: var(--ek-ink);
	overflow: hidden;
}

.ek-championship__image::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(7, 9, 12, .76), transparent 45%);
	content: "";
}

.ek-championship__image-label {
	position: absolute;
	z-index: 2;
	right: 28px;
	bottom: 28px;
	left: 28px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 18px;
	color: var(--ek-white);
}

.ek-championship__image-label span {
	padding: 7px 10px;
	border-radius: 999px;
	color: var(--ek-ink);
	background: var(--ek-yellow);
	font-family: var(--ek-font-display);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.ek-championship__image-label strong {
	max-width: 250px;
	font-family: var(--ek-font-display);
	font-size: 24px;
	font-weight: 600;
	line-height: .95;
	text-align: right;
	text-transform: uppercase;
}

.ek-race-format__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	padding: 28px clamp(28px, 4vw, 58px) 20px;
	border-top: 1px solid var(--ek-line);
	background: #fafafa;
}

.ek-race-format__header span {
	font-family: var(--ek-font-display);
	font-size: 18px;
	font-weight: 600;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.ek-race-format__header p {
	max-width: 470px;
	margin: 0;
	color: var(--ek-muted);
	font-size: 12px;
	line-height: 1.55;
	text-align: right;
}

.ek-championship .ek-race-format {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	width: 100%;
	margin: 0;
	border-radius: 0;
	background: #fafafa;
	box-shadow: none;
	overflow: visible;
}

.ek-championship .ek-race-format__item {
	min-height: 210px;
	padding: 28px clamp(22px, 2.6vw, 38px) 34px;
	border-top: 1px solid var(--ek-line);
	border-right: 1px solid var(--ek-line);
	background: #fafafa;
}

.ek-championship .ek-race-format__item:last-child {
	border-right: 0;
}

.ek-race-format__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 28px;
}

.ek-championship .ek-race-format__number {
	position: static;
	color: #cfd3d8;
	font-size: 26px;
	line-height: 1;
}

.ek-championship .ek-race-format__icon {
	display: grid;
	width: 44px;
	height: 44px;
	margin: 0;
	border-radius: 3px 12px 3px 12px;
	color: var(--ek-accent);
	background: #fff0f1;
	font-size: 18px;
	place-items: center;
}

.ek-championship .ek-race-format .ek-card-copy {
	max-width: 230px;
}

.ek-international {
	display: flex;
	align-items: center;
	min-height: 780px;
}

.ek-international > .ek-container {
	z-index: 1;
}

.ek-international__panel {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(440px, .98fr);
	gap: clamp(28px, 4vw, 60px);
	padding: clamp(34px, 5vw, 70px);
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 4px 24px 4px 24px;
	background: rgba(8, 10, 13, .7);
	box-shadow: 0 32px 90px rgba(0, 0, 0, .24);
	backdrop-filter: blur(12px);
	overflow: hidden;
}

.ek-international .ek-international__content {
	align-self: center;
	max-width: 720px;
	padding: 0;
	border-left: 0;
}

.ek-international__content .ek-section-intro {
	margin-bottom: 0;
}

.ek-international__content .ek-section-intro::after {
	display: none;
}

.ek-international__content .ek-title {
	font-size: clamp(50px, 5vw, 82px);
}

.ek-international__opportunity {
	position: relative;
	z-index: 2;
	padding: clamp(26px, 3vw, 42px);
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 3px 18px 3px 18px;
	background: rgba(255, 255, 255, .065);
}

.ek-international__opportunity-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-bottom: 22px;
	margin-bottom: 8px;
	border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.ek-international__opportunity-head span {
	color: rgba(255, 255, 255, .56);
	font-family: var(--ek-font-display);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.ek-international__opportunity-head strong {
	color: var(--ek-yellow);
	font-family: var(--ek-font-display);
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
}

.ek-international .ek-international__highlights {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	margin: 0;
}

.ek-international__highlight {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 98px;
	padding: 16px 14px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.ek-international__highlight:nth-child(odd) {
	border-right: 1px solid rgba(255, 255, 255, .1);
}

.ek-international__highlight:nth-last-child(-n + 2) {
	border-bottom: 0;
}

.ek-international .ek-international__highlight-icon {
	display: grid;
	flex: 0 0 auto;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255, 208, 0, .34);
	border-radius: 3px 12px 3px 12px;
	color: var(--ek-yellow);
	background: rgba(255, 208, 0, .07);
	font-size: 16px;
	place-items: center;
}

.ek-international__highlight > div {
	display: grid;
	gap: 4px;
}

.ek-international__highlight small {
	color: rgba(255, 255, 255, .34);
	font-family: var(--ek-font-display);
	font-size: 9px;
	font-weight: 600;
	letter-spacing: .12em;
}

.ek-international__highlight strong {
	color: var(--ek-white);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.35;
}

.ek-international .ek-international__flag {
	z-index: 1;
	right: -50px;
	bottom: -80px;
	max-width: 260px;
	opacity: .12;
}

.ek-international .ek-colombia-stripe {
	z-index: 3;
	width: 8px;
}

.ek-footer-cta {
	padding-block: clamp(34px, 4.4vw, 56px);
}

.ek-footer-cta__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(310px, .55fr);
	gap: clamp(32px, 6vw, 90px);
}

.ek-footer-cta__actions {
	display: grid;
	grid-template-columns: 1fr;
	align-self: center;
}

.ek-footer-cta__actions .ek-button {
	width: 100%;
}

.ek-footer__main {
	padding-block: clamp(62px, 7vw, 96px);
	background:
		radial-gradient(circle at 8% 20%, rgba(225, 29, 46, .08), transparent 26%),
		#0b0d10;
}

.ek-footer__top {
	display: grid;
	grid-template-columns: minmax(220px, .9fr) minmax(420px, 1.5fr) minmax(260px, .9fr);
	gap: clamp(30px, 4vw, 64px);
	align-items: start;
	padding-bottom: clamp(48px, 6vw, 72px);
}

.ek-footer__brand {
	padding-right: clamp(16px, 2vw, 32px);
	border-right: 1px solid rgba(255, 255, 255, .09);
}

.ek-footer .ek-footer__brand-logo {
	width: 140px;
	max-height: 48px;
}

.ek-footer__brand p {
	margin-top: 20px;
}

.ek-footer__navigation {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(24px, 3vw, 48px);
}

.ek-footer__column h3 {
	position: relative;
	padding-bottom: 13px;
	margin-bottom: 18px;
}

.ek-footer__column h3::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 24px;
	height: 2px;
	background: var(--ek-accent);
	content: "";
}

.ek-footer__contact-card {
	padding: 26px;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 3px 16px 3px 16px;
	background: rgba(255, 255, 255, .045);
}

.ek-footer__contact-label {
	display: block;
	margin-bottom: 7px;
	color: var(--ek-accent);
	font-family: var(--ek-font-display);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.ek-footer__contact-card > h3 {
	margin-bottom: 20px;
	font-size: 20px;
}

.ek-footer__contacts {
	gap: 10px;
}

.ek-footer__contacts li {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
}

.ek-footer__contact-icon {
	display: grid;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 3px 10px 3px 10px;
	color: var(--ek-accent);
	place-items: center;
}

.ek-footer__contact-icon i {
	width: auto;
}

.ek-footer-newsletter {
	padding-top: 22px;
	margin-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, .09);
}

.ek-footer__bottom {
	display: grid;
	grid-template-columns: minmax(220px, 1fr) auto 38px;
	gap: 26px;
}

@media (max-width: 1180px) {
	.ek-progression__layout {
		grid-template-columns: 1fr;
		gap: 46px;
	}

	.ek-progression__intro {
		max-width: 820px;
	}

	.ek-championship .ek-championship__top {
		grid-template-columns: 1fr;
	}

	.ek-championship .ek-championship__image {
		min-height: 460px;
		margin: 0 28px 28px;
	}

	.ek-international__panel {
		grid-template-columns: 1fr;
	}

	.ek-international .ek-international__content {
		max-width: 820px;
	}

	.ek-footer__top {
		grid-template-columns: minmax(220px, .8fr) minmax(280px, 1.2fr);
	}

	.ek-footer__navigation {
		grid-column: 1 / -1;
		grid-row: 2;
		padding-top: 34px;
		border-top: 1px solid rgba(255, 255, 255, .09);
	}
}

@media (max-width: 900px) {
	.ek-championship .ek-race-format {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ek-championship .ek-race-format__item:nth-child(2) {
		border-right: 0;
	}

	.ek-championship .ek-race-format__item:nth-last-child(-n + 2) {
		border-bottom: 0;
	}

	.ek-footer-cta__inner {
		grid-template-columns: 1fr;
	}

	.ek-footer-cta__actions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
	}
}

@media (max-width: 767px) {
	.ek-progression__intro {
		padding: 20px 0 22px 22px;
	}

	.ek-progression__intro .ek-title {
		font-size: clamp(42px, 13vw, 58px);
	}

	.ek-progression .ek-timeline {
		grid-template-columns: 1fr;
	}

	.ek-progression .ek-timeline__step,
	.ek-progression .ek-timeline__step:nth-child(even) {
		min-height: 205px;
	}

	.ek-championship .ek-championship__intro {
		padding: 36px 22px;
	}

	.ek-championship__meta {
		align-items: flex-start;
		flex-direction: column;
	}

	.ek-championship__intro .ek-title {
		font-size: clamp(44px, 13vw, 60px);
	}

	.ek-championship .ek-championship__image {
		min-height: 330px;
		margin: 0 14px 14px;
	}

	.ek-championship__image-label {
		right: 18px;
		bottom: 18px;
		left: 18px;
	}

	.ek-championship__image-label strong {
		font-size: 18px;
	}

	.ek-race-format__header {
		align-items: flex-start;
		flex-direction: column;
		padding-inline: 22px;
	}

	.ek-race-format__header p {
		text-align: left;
	}

	.ek-championship .ek-race-format {
		grid-template-columns: 1fr;
	}

	.ek-championship .ek-race-format__item {
		min-height: 0;
		border-right: 0;
	}

	.ek-international {
		min-height: 0;
	}

	.ek-international__panel {
		padding: 24px 18px;
	}

	.ek-international__content .ek-title {
		font-size: clamp(44px, 13vw, 62px);
	}

	.ek-international__opportunity {
		padding: 20px 14px;
	}

	.ek-international .ek-international__highlights {
		grid-template-columns: 1fr;
	}

	.ek-international__highlight,
	.ek-international__highlight:nth-child(odd),
	.ek-international__highlight:nth-last-child(-n + 2) {
		min-height: 78px;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
	}

	.ek-international__highlight:last-child {
		border-bottom: 0;
	}

	.ek-footer-cta__actions {
		grid-template-columns: 1fr;
	}

	.ek-footer__top {
		grid-template-columns: 1fr;
	}

	.ek-footer__brand {
		padding-right: 0;
		padding-bottom: 32px;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .09);
	}

	.ek-footer__navigation {
		grid-column: auto;
		grid-row: auto;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding-top: 0;
		border-top: 0;
	}

	.ek-footer__contact-card {
		padding: 22px;
	}

	.ek-footer__bottom {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {
	.ek-footer__navigation {
		grid-template-columns: 1fr;
	}
}

/* v2.0 — final clean system */
.ek-section {
	padding: 96px 28px;
	background-image: none;
}

.ek-section::after,
.ek-section-intro::after,
.ek-eyebrow::before,
.ek-hero__content::before,
.ek-hero__speedline,
.ek-card::after,
.ek-media-frame::after,
.ek-progression__intro::before,
.ek-progression .ek-timeline__step::after,
.ek-event-card::before,
.ek-footer-cta::after,
.ek-footer__column h3::after {
	display: none;
}

.ek-container {
	width: 100%;
	max-width: 1440px;
	padding-inline: 0;
}

.ek-title {
	font-weight: 700;
	letter-spacing: -.012em;
}

.ek-card-title,
.ek-footer h3 {
	font-weight: 600;
}

.ek-copy,
.ek-card-copy,
.ek-footer,
.ek-footer a {
	font-weight: 400;
}

.ek-media-frame__number,
.ek-timeline__marker span,
.ek-championship__count strong,
.ek-race-format__number,
.ek-countdown strong,
.ek-event-card.is-finished .ek-countdown::after,
.ek-benefit-card__index,
.ek-counter,
.ek-position,
.ek-category-pill {
	font-family: var(--ek-font-display);
	font-style: normal;
	font-weight: 600;
}

.ek-age-badge,
.ek-card-index,
.ek-card-actions a,
.ek-read-more,
.ek-countdown span,
.ek-sponsor-card span,
.ek-news-card__meta {
	font-weight: 600;
}

.ek-section-intro {
	margin-bottom: 56px;
}

.ek-hero__content {
	padding-left: 0;
}

.ek-hero__overlay {
	background: linear-gradient(90deg, rgba(6, 8, 10, .9) 0%, rgba(6, 8, 10, .62) 52%, rgba(6, 8, 10, .18) 100%);
}

.ek-button {
	border-width: 1px;
	font-weight: 600;
}

.ek-button--primary {
	border-color: #e11d2e;
	color: #fff;
	background: #e11d2e;
	box-shadow: 0 12px 28px rgba(225, 29, 46, .2);
}

.ek-button--primary::before {
	display: none;
}

.ek-button--primary:hover,
.ek-button--primary:focus-visible {
	border-color: #b91422;
	color: #fff;
	background: #b91422;
}

.ek-button--outline {
	border-color: rgba(255, 255, 255, .72);
	color: #fff;
	background: transparent;
}

.ek-button--outline:hover,
.ek-button--outline:focus-visible {
	border-color: #fff;
	color: #0d0f12;
	background: #fff;
}

.ek-button--outline-dark {
	border-color: #0d0f12;
	color: #0d0f12;
	background: transparent;
}

.ek-button--outline-dark:hover,
.ek-button--outline-dark:focus-visible {
	border-color: #0d0f12;
	color: #fff;
	background: #0d0f12;
}

.ek-button--text {
	color: inherit;
	background: transparent;
	box-shadow: none;
}

.ek-button--text:hover,
.ek-button--text:focus-visible {
	color: var(--ek-yellow);
	background: transparent;
}

.ek-button:focus-visible,
.ek-header a:focus-visible,
.ek-footer a:focus-visible {
	outline: 3px solid color-mix(in srgb, var(--ek-yellow) 65%, transparent);
	outline-offset: 3px;
}

.ek-card,
.ek-credibility__grid,
.ek-media-frame,
.ek-tech-gallery__item,
.ek-championship__shell,
.ek-event-card,
.ek-ranking-table-wrap,
.ek-final-cta__content,
.ek-international__panel,
.ek-international__opportunity,
.ek-footer__contact-card,
.ek-championship__image {
	border-radius: 16px;
}

.ek-card {
	background: #fff;
	box-shadow: 0 12px 34px rgba(13, 15, 18, .06);
}

.ek-card:hover {
	box-shadow: 0 20px 48px rgba(13, 15, 18, .1);
	transform: translateY(-3px);
}

.ek-split--about .ek-media-frame,
.ek-tech-gallery {
	transform: none;
}

.ek-categories,
.ek-championship,
.ek-testimonials {
	background: #f3f4f5;
}

.ek-section--dark,
.ek-progression,
.ek-upcoming {
	background: #0d0f12;
}

.ek-feature-icon > span,
.ek-timeline__icon,
.ek-benefit-list__item > span,
.ek-race-format__icon,
.ek-benefit-card__icon,
.ek-international__highlight-icon {
	border-radius: 10px;
	width: var(--ek-icon-box-size);
	height: var(--ek-icon-box-size);
	color: var(--ek-icon-color, var(--ek-accent));
	background: var(--ek-icon-background, rgba(225, 29, 46, .08));
	font-size: var(--ek-icon-size);
}

.ek-feature-icon > span i,
.ek-timeline__icon i,
.ek-benefit-list__item > span i,
.ek-race-format__icon i,
.ek-benefit-card__icon i,
.ek-international__highlight-icon i {
	color: inherit;
	font-size: inherit;
}

.ek-progression__intro {
	padding-left: 0;
	border-left: 0;
}

.ek-progression .ek-timeline__step,
.ek-progression .ek-timeline__step:nth-child(even),
.ek-progression .ek-timeline__step:last-child {
	border-color: rgba(255, 255, 255, .12);
	color: #fff;
	background: rgba(255, 255, 255, .05);
}

.ek-progression .ek-timeline__step:hover {
	border-color: rgba(255, 208, 0, .35);
	background: rgba(255, 255, 255, .075);
}

.ek-progression .ek-timeline__step:last-child .ek-timeline__label,
.ek-progression .ek-timeline__step:last-child .ek-card-copy {
	color: rgba(255, 255, 255, .61);
}

.ek-progression .ek-timeline__icon {
	color: var(--ek-icon-color, var(--ek-yellow));
	background: var(--ek-icon-background, rgba(255, 208, 0, .08));
}

.ek-benefit-card,
.ek-benefit-card:nth-child(1),
.ek-benefit-card:nth-child(6) {
	color: var(--ek-ink);
	background: #fff;
}

.ek-benefit-card:nth-child(1) .ek-benefit-card__icon,
.ek-benefit-card:nth-child(6) .ek-benefit-card__icon,
.ek-benefit-card__icon {
	color: var(--ek-icon-color, var(--ek-accent));
	background: var(--ek-icon-background, rgba(225, 29, 46, .08));
}

.ek-benefit-card:nth-child(1) .ek-benefit-card__index,
.ek-benefit-card:nth-child(6) .ek-benefit-card__index,
.ek-benefit-card__index {
	color: #e5e7ea;
}

.ek-championship .ek-race-format__icon {
	color: var(--ek-icon-color, var(--ek-accent));
	background: var(--ek-icon-background, rgba(225, 29, 46, .08));
}

.ek-international .ek-international__highlight-icon {
	border-color: rgba(255, 208, 0, .34);
	color: var(--ek-icon-color, var(--ek-yellow));
	background: var(--ek-icon-background, rgba(255, 208, 0, .08));
}

.ek-footer-cta {
	background: #e11d2e;
}

.ek-footer-cta .ek-button--primary {
	border-color: #ffd000;
	color: #0d0f12;
	background: #ffd000;
}

.ek-footer-cta .ek-button--primary:hover {
	border-color: #fff;
	color: #0d0f12;
	background: #fff;
}

.ek-footer__top {
	column-gap: 56px;
}

.ek-footer__brand-logo {
	max-width: 140px;
	max-height: 48px;
}

@media (max-width: 1024px) {
	.ek-section {
		padding: 82px 24px;
	}

	.ek-section-intro {
		margin-bottom: 48px;
	}
}

@media (max-width: 767px) {
	.ek-section {
		padding: 68px 20px;
	}

	.ek-section-intro {
		margin-bottom: 36px;
	}

	.ek-progression__intro {
		padding-left: 0;
	}
}

/* v2.1 — compatibility-safe icons and equal, editable layouts */
.ek-feature-icon > span,
.ek-credibility__icon,
.ek-timeline__icon,
.ek-benefit-list__item > span,
.ek-race-format__icon,
.ek-benefit-card__icon,
.ek-international__highlight-icon {
	display: grid;
	flex: 0 0 auto;
	width: var(--ek-icon-box-size, 52px) !important;
	height: var(--ek-icon-box-size, 52px) !important;
	max-width: 72px;
	max-height: 72px;
	border-radius: 10px;
	color: var(--ek-icon-color, var(--ek-accent));
	background: var(--ek-icon-background, rgba(225, 29, 46, .08));
	line-height: 1;
	overflow: hidden;
	place-items: center;
}

.ek-feature-icon > span > i,
.ek-feature-icon > span > svg,
.ek-credibility__icon > i,
.ek-credibility__icon > svg,
.ek-timeline__icon > i,
.ek-timeline__icon > svg,
.ek-benefit-list__item > span > i,
.ek-benefit-list__item > span > svg,
.ek-race-format__icon > i,
.ek-race-format__icon > svg,
.ek-benefit-card__icon > i,
.ek-benefit-card__icon > svg,
.ek-international__highlight-icon > i,
.ek-international__highlight-icon > svg {
	display: block;
	width: var(--ek-icon-size, 20px) !important;
	height: var(--ek-icon-size, 20px) !important;
	max-width: 36px !important;
	max-height: 36px !important;
	color: inherit !important;
	fill: currentColor !important;
	font-size: var(--ek-icon-size, 20px) !important;
	line-height: 1 !important;
}

.ek-feature-icon > span svg *,
.ek-credibility__icon svg *,
.ek-timeline__icon svg *,
.ek-benefit-list__item > span svg *,
.ek-race-format__icon svg *,
.ek-benefit-card__icon svg *,
.ek-international__highlight-icon svg * {
	fill: currentColor;
}

.ek-progression__layout {
	grid-template-columns: minmax(300px, .72fr) minmax(600px, 1.48fr);
	gap: clamp(44px, 5vw, 76px);
}

.ek-progression .ek-timeline {
	align-items: stretch;
	gap: var(--ek-content-gap, 16px);
}

.ek-progression .ek-timeline__step,
.ek-progression .ek-timeline__step:nth-child(even),
.ek-progression .ek-timeline__step:last-child {
	min-height: 196px;
	padding: 24px;
	border-radius: 16px;
}

.ek-progression .ek-timeline__head {
	margin-bottom: 24px;
}

.ek-progression .ek-timeline__body {
	display: grid;
	gap: 7px;
	margin-top: 0;
}

.ek-progression .ek-timeline__label,
.ek-progression .ek-timeline .ek-card-copy {
	margin: 0;
}

.ek-progression .ek-timeline .ek-card-title,
.ek-progression .ek-timeline .ek-card-copy {
	max-width: none;
}

.ek-progression .ek-timeline .ek-card-title {
	font-size: clamp(20px, 1.65vw, 25px);
	line-height: 1.08;
}

.ek-progression .ek-timeline .ek-card-copy {
	font-size: 13px;
	line-height: 1.55;
}

.ek-progression .ek-timeline__icon {
	color: var(--ek-icon-color, var(--ek-yellow));
	background: var(--ek-icon-background, rgba(255, 208, 0, .09));
}

.ek-international__opportunity {
	overflow: hidden;
}

.ek-international .ek-international__highlights {
	align-items: stretch;
}

.ek-international__highlight,
.ek-international__highlight:nth-child(odd),
.ek-international__highlight:nth-last-child(-n + 2) {
	align-items: center;
	min-width: 0;
	min-height: 92px;
	padding: 18px 16px;
	background: rgba(255, 255, 255, .025);
}

.ek-international__highlight > div {
	min-width: 0;
}

.ek-international__highlight strong {
	display: block;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
	overflow-wrap: anywhere;
}

.ek-international .ek-international__highlight-icon {
	border-color: rgba(255, 208, 0, .34);
	color: var(--ek-icon-color, var(--ek-yellow));
	background: var(--ek-icon-background, rgba(255, 208, 0, .08));
}

.ek-benefits-grid {
	align-items: stretch;
}

.ek-benefit-card,
.ek-benefit-card:nth-child(1),
.ek-benefit-card:nth-child(6) {
	grid-column: auto;
	min-width: 0;
	min-height: 200px;
	color: var(--ek-ink);
	background: #fff;
}

.ek-benefit-card .ek-card__body {
	display: flex;
	height: 100%;
	padding: 28px;
	flex-direction: column;
	align-items: flex-start;
	gap: 18px;
}

.ek-benefit-card__index {
	top: 18px;
	right: 18px;
	font-size: 28px;
	line-height: 1;
}

.ek-benefit-card__icon,
.ek-benefit-card:nth-child(1) .ek-benefit-card__icon,
.ek-benefit-card:nth-child(6) .ek-benefit-card__icon {
	margin: 0;
	color: var(--ek-icon-color, var(--ek-accent));
	background: var(--ek-icon-background, rgba(225, 29, 46, .08));
}

.ek-benefit-card .ek-card-title {
	max-width: calc(100% - 24px);
	margin-top: auto;
	font-size: clamp(17px, 1.25vw, 21px);
	line-height: 1.12;
}

.ek-benefit-card .ek-card-copy {
	margin: -8px 0 0;
	font-size: 13px;
	line-height: 1.55;
}

.ek-footer__main {
	background: #0b0d10;
}

.ek-footer__top {
	column-gap: clamp(32px, 4vw, 56px);
	padding-bottom: 52px;
}

.ek-footer__brand-logo {
	width: min(100%, 140px);
	height: auto;
	max-height: 48px;
	object-fit: contain;
	object-position: left center;
}

.ek-footer__socials a {
	display: grid;
	width: var(--ek-footer-social-box, 38px) !important;
	height: var(--ek-footer-social-box, 38px) !important;
	flex: 0 0 var(--ek-footer-social-box, 38px);
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 10px;
	color: #fff;
	background: rgba(255, 255, 255, .035);
	line-height: 1;
	overflow: hidden;
	place-items: center;
}

.ek-footer__socials a:hover {
	border-color: var(--ek-accent);
	color: #fff;
	background: var(--ek-accent);
}

.ek-footer__socials a > i,
.ek-footer__socials a > svg {
	display: block;
	width: var(--ek-footer-social-icon, 16px) !important;
	height: var(--ek-footer-social-icon, 16px) !important;
	max-width: 28px !important;
	max-height: 28px !important;
	color: inherit !important;
	fill: currentColor !important;
	font-size: var(--ek-footer-social-icon, 16px) !important;
	line-height: 1 !important;
}

.ek-footer__socials a svg * {
	fill: currentColor;
}

.ek-footer__contacts li {
	grid-template-columns: var(--ek-footer-contact-box, 36px) minmax(0, 1fr);
}

.ek-footer__contact-icon {
	display: grid;
	width: var(--ek-footer-contact-box, 36px) !important;
	height: var(--ek-footer-contact-box, 36px) !important;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 10px;
	color: var(--ek-accent);
	background: rgba(225, 29, 46, .08);
	line-height: 1;
	overflow: hidden;
	place-items: center;
}

.ek-footer__contact-icon > i,
.ek-footer__contact-icon > svg {
	display: block;
	width: var(--ek-footer-contact-icon, 16px) !important;
	height: var(--ek-footer-contact-icon, 16px) !important;
	max-width: 28px !important;
	max-height: 28px !important;
	color: inherit !important;
	fill: currentColor !important;
	font-size: var(--ek-footer-contact-icon, 16px) !important;
	line-height: 1 !important;
}

.ek-footer__contact-icon svg * {
	fill: currentColor;
}

@media (max-width: 1180px) {
	.ek-progression__layout {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.ek-progression .ek-timeline__step,
	.ek-progression .ek-timeline__step:nth-child(even),
	.ek-progression .ek-timeline__step:last-child {
		min-height: 0;
	}

	.ek-benefit-card,
	.ek-benefit-card:nth-child(1),
	.ek-benefit-card:nth-child(6) {
		min-height: 170px;
	}

	.ek-footer__top {
		padding-bottom: 40px;
	}
}
