body.avenra-hyperlane-page {
	margin: 0;
	background: #fff;
}

body.avenra-hyperlane-page #wpadminbar {
	z-index: 100000;
}

.ahl,
.ahl * {
	box-sizing: border-box;
}

.ahl {
	--ahl-blue: #0ea5e9;
	--ahl-blue-dark: #0284c7;
	--ahl-blue-soft: #e0f2fe;
	--ahl-red: #ef3340;
	--ahl-ink: #0f172a;
	--ahl-text: #111827;
	--ahl-muted: #6b7280;
	--ahl-soft: #f8fafc;
	--ahl-line: #e5e7eb;
	--ahl-white: #fff;
	position: relative;
	width: 100%;
	min-height: 100vh;
	overflow: clip;
	color: var(--ahl-text);
	background: var(--ahl-white);
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
}

.ahl img {
	display: block;
	max-width: 100%;
}

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

.ahl button,
.ahl a {
	-webkit-tap-highlight-color: transparent;
}

.ahl button,
.ahl input,
.ahl summary {
	font: inherit;
}

.ahl :focus-visible {
	outline: 3px solid rgba(14, 165, 233, 0.7);
	outline-offset: 4px;
}

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

.ahl-skip-link {
	position: fixed;
	z-index: 100001;
	top: 8px;
	left: 8px;
	padding: 11px 16px;
	transform: translateY(-180%);
	border-radius: 999px;
	color: #fff;
	background: var(--ahl-ink, #0f172a);
	font: 700 13px/1 Inter, Arial, sans-serif;
}

.ahl-skip-link:focus {
	transform: translateY(0);
}

.ahl-site-nav {
	position: relative;
	z-index: 60;
	width: 100%;
	border-bottom: 1px solid rgba(226, 232, 240, 0.95);
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 1px 18px rgba(15, 23, 42, 0.04);
	backdrop-filter: blur(18px);
}

.ahl-site-nav-inner {
	width: min(100% - 48px, 1280px);
	min-height: 76px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 30px;
}

.ahl-wordmark {
	justify-self: start;
	display: inline-flex;
	align-items: center;
	gap: 15px;
	min-width: 0;
}

.ahl-wordmark img {
	width: 128px;
	height: auto;
}

.ahl-wordmark span {
	padding-left: 15px;
	border-left: 1px solid #d1d5db;
	color: #64748b;
	font-size: 0.69rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.ahl-site-links {
	display: flex;
	align-items: center;
	gap: 32px;
}

.ahl-site-links a {
	color: #475569;
	font-size: 0.86rem;
	font-weight: 600;
	transition: color 180ms ease;
}

.ahl-site-links a:hover,
.ahl-footer a:hover {
	color: var(--ahl-blue);
}

.ahl-nav-actions {
	justify-self: end;
	display: flex;
	align-items: center;
	gap: 10px;
}

.ahl-nav-actions a {
	min-height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 19px;
	border-radius: 999px;
	font-size: 0.79rem;
	font-weight: 700;
	transition: color 180ms ease, background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.ahl-nav-install {
	color: #334155;
}

.ahl-nav-install:hover {
	background: var(--ahl-soft);
}

.ahl-nav-play {
	color: #fff !important;
	background: var(--ahl-blue);
	box-shadow: 0 6px 18px rgba(14, 165, 233, 0.24);
}

.ahl-nav-play:hover {
	background: var(--ahl-blue-dark);
	transform: translateY(-1px);
}

.ahl-hero {
	position: relative;
	min-height: max(680px, calc(100svh - 76px));
	display: flex;
	align-items: flex-end;
	justify-content: center;
	isolation: isolate;
	overflow: hidden;
	background: var(--ahl-ink);
}

.ahl-hero-picture,
.ahl-hero-shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.ahl-hero-picture {
	z-index: -3;
	display: block;
}

.ahl-hero-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 48%;
	transform: scale(1.01);
}

.ahl-hero-shade {
	z-index: -2;
	background:
		linear-gradient(180deg, rgba(15, 23, 42, 0.08) 0%, rgba(15, 23, 42, 0.2) 38%, rgba(15, 23, 42, 0.92) 100%),
		linear-gradient(90deg, rgba(2, 6, 23, 0.2), transparent 52%, rgba(2, 6, 23, 0.18));
}

.ahl-hero-content {
	width: min(100% - 48px, 900px);
	margin: 0 auto;
	padding: 120px 0 96px;
	color: #fff;
	text-align: center;
}

.ahl-eyebrow {
	margin: 0 0 14px;
	color: var(--ahl-blue);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.ahl-eyebrow-light {
	color: #7dd3fc;
}

.ahl-hero h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(4rem, 10vw, 8rem);
	font-weight: 750;
	line-height: 0.92;
	letter-spacing: -0.065em;
	text-shadow: 0 18px 60px rgba(0, 0, 0, 0.4);
}

.ahl-hero h1 > span {
	display: block;
}

.ahl-hero h1 > small {
	width: max-content;
	display: block;
	margin: 17px auto 0;
	padding: 7px 14px 7px 16px;
	border: 1px solid rgba(125, 211, 252, 0.5);
	border-radius: 999px;
	color: #e0f2fe;
	background: rgba(2, 132, 199, 0.2);
	box-shadow: inset 0 0 18px rgba(14, 165, 233, 0.08), 0 0 28px rgba(14, 165, 233, 0.12);
	font: 800 0.72rem/1.2 "SFMono-Regular", Consolas, "Liberation Mono", monospace;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	text-shadow: none;
	backdrop-filter: blur(12px);
}

.ahl-game-status {
	width: max-content;
	max-width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 18px;
	overflow: hidden;
	border: 1px solid rgba(148, 163, 184, 0.28);
	border-radius: 999px;
	background: rgba(2, 6, 23, 0.66);
	box-shadow: 0 12px 38px rgba(2, 6, 23, 0.24);
	backdrop-filter: blur(14px);
}

.ahl-game-status span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 8px 12px;
	border-right: 1px solid rgba(148, 163, 184, 0.2);
	color: #cbd5e1;
	font: 750 0.61rem/1 "SFMono-Regular", Consolas, "Liberation Mono", monospace;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ahl-game-status span:first-child {
	color: #e0f2fe;
}

.ahl-game-status span:last-child {
	border-right: 0;
}

.ahl-game-status i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #38bdf8;
	box-shadow: 0 0 12px #38bdf8;
}

.ahl-hero-lead {
	margin: 26px 0 10px;
	color: #fff;
	font-size: clamp(1.3rem, 2.4vw, 2rem);
	font-weight: 600;
	letter-spacing: -0.02em;
}

.ahl-hero-copy {
	max-width: 690px;
	margin: 0 auto;
	color: rgba(241, 245, 249, 0.82);
	font-size: clamp(0.98rem, 1.3vw, 1.12rem);
}

.ahl-game-chips {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 20px;
}

.ahl-game-chips span {
	min-width: 84px;
	display: inline-flex;
	align-items: baseline;
	justify-content: center;
	gap: 5px;
	padding: 8px 11px;
	border: 1px solid rgba(148, 163, 184, 0.24);
	border-radius: 10px;
	color: #cbd5e1;
	background: rgba(2, 6, 23, 0.58);
	font: 800 0.61rem/1 "SFMono-Regular", Consolas, "Liberation Mono", monospace;
	letter-spacing: 0.07em;
	backdrop-filter: blur(10px);
}

.ahl-game-chips b {
	color: #7dd3fc;
	font-size: 0.86rem;
	font-variant-numeric: tabular-nums;
}

.ahl-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
}

.ahl-hero .ahl-actions {
	margin-top: 30px;
}

.ahl-button {
	min-height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 0 28px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1;
	box-shadow: 0 7px 20px rgba(15, 23, 42, 0.08);
	transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

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

.ahl-button-primary {
	color: #fff !important;
	background: var(--ahl-blue);
	box-shadow: 0 8px 24px rgba(14, 165, 233, 0.35);
}

.ahl-button-primary:hover {
	background: var(--ahl-blue-dark);
	box-shadow: 0 10px 28px rgba(14, 165, 233, 0.43);
}

.ahl-button-light {
	color: var(--ahl-ink) !important;
	background: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.ahl-button-light:hover {
	background: #f1f5f9;
}

.ahl-button-dark {
	color: #fff !important;
	background: var(--ahl-ink);
}

.ahl-button-dark:hover {
	background: #1e293b;
}

.ahl-button-outline {
	border-color: #cbd5e1;
	color: var(--ahl-ink) !important;
	background: #fff;
}

.ahl-button-outline:hover {
	border-color: #7dd3fc;
	color: var(--ahl-blue-dark) !important;
}

.ahl-launch-detail {
	margin: 18px 0 0;
	color: rgba(226, 232, 240, 0.72);
	font-size: 0.76rem;
}

.ahl-launch-detail span {
	width: 6px;
	height: 6px;
	display: inline-block;
	margin-right: 7px;
	border-radius: 50%;
	background: #38bdf8;
	box-shadow: 0 0 12px #38bdf8;
}

.ahl-hero-scroll {
	position: absolute;
	right: clamp(24px, 4vw, 64px);
	bottom: 42px;
	width: 34px;
	height: 54px;
	display: grid;
	place-items: start center;
	padding-top: 11px;
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: 999px;
}

.ahl-hero-scroll span {
	width: 4px;
	height: 9px;
	border-radius: 99px;
	background: #fff;
	animation: ahl-scroll 1.8s ease-in-out infinite;
}

@keyframes ahl-scroll {
	0%, 100% { transform: translateY(0); opacity: 0.45; }
	50% { transform: translateY(17px); opacity: 1; }
}

.ahl-stat-strip {
	position: relative;
	z-index: 3;
	width: min(100% - 48px, 1120px);
	min-height: 92px;
	margin: -42px auto 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	align-items: center;
	border: 1px solid rgba(56, 189, 248, 0.26);
	border-radius: 999px;
	background:
		linear-gradient(rgba(56, 189, 248, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(56, 189, 248, 0.035) 1px, transparent 1px),
		#0f172a;
	background-size: 22px 22px;
	box-shadow: 0 18px 55px rgba(15, 23, 42, 0.25);
}

.ahl-stat-strip div {
	min-width: 0;
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 10px;
	padding: 12px 18px;
	border-right: 1px solid rgba(148, 163, 184, 0.18);
}

.ahl-stat-strip div:last-child {
	border-right: 0;
}

.ahl-stat-strip strong {
	color: #fff;
	font-size: 1.8rem;
	font-weight: 750;
	letter-spacing: -0.04em;
}

.ahl-stat-strip span {
	max-width: 96px;
	color: #94a3b8;
	font-size: 0.72rem;
	font-weight: 650;
	line-height: 1.25;
}

.ahl-section {
	width: min(100% - 48px, 1280px);
	margin: 0 auto;
	padding: 104px 0;
}

.ahl-section-heading {
	margin-bottom: 48px;
}

.ahl-section-heading-split {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.7fr);
	align-items: end;
	gap: clamp(40px, 9vw, 140px);
}

.ahl-section h2,
.ahl-briefing h2,
.ahl-site-cta h2 {
	margin: 0;
	color: var(--ahl-ink);
	font-size: clamp(2.35rem, 4.6vw, 4.3rem);
	font-weight: 730;
	line-height: 1.02;
	letter-spacing: -0.055em;
}

.ahl-section-heading > p,
.ahl-briefing-intro > p:not(.ahl-eyebrow) {
	margin: 0;
	color: var(--ahl-muted);
	font-size: 1.03rem;
	line-height: 1.75;
}

.ahl-experience {
	padding-top: 122px;
}

.ahl-route-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.ahl-route-grid article {
	position: relative;
	min-height: 244px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 38px;
	padding: 30px;
	overflow: hidden;
	border: 1px solid rgba(56, 189, 248, 0.18);
	border-radius: 24px;
	background:
		linear-gradient(rgba(56, 189, 248, 0.032) 1px, transparent 1px),
		linear-gradient(90deg, rgba(56, 189, 248, 0.032) 1px, transparent 1px),
		linear-gradient(145deg, #0f172a, #111827);
	background-size: 28px 28px, 28px 28px, auto;
	box-shadow: 0 15px 34px rgba(15, 23, 42, 0.12);
	transition: transform 220ms ease, background 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.ahl-route-grid article::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--ahl-blue), rgba(125, 211, 252, 0.1));
}

.ahl-route-grid .ahl-route-rural::before {
	background: linear-gradient(90deg, #f59e0b, rgba(245, 158, 11, 0.14));
}

.ahl-route-grid .ahl-route-motorway::before {
	background: linear-gradient(90deg, var(--ahl-red), var(--ahl-blue));
}

.ahl-route-grid article:hover {
	transform: translateY(-4px);
	border-color: rgba(56, 189, 248, 0.52);
	background-color: #111c2e;
	box-shadow: 0 20px 48px rgba(14, 165, 233, 0.18);
}

.ahl-route-grid article > span {
	width: 38px;
	height: 38px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(125, 211, 252, 0.28);
	border-radius: 10px;
	color: #7dd3fc;
	background: rgba(14, 165, 233, 0.09);
	font: 800 0.7rem/1 "SFMono-Regular", Consolas, "Liberation Mono", monospace;
	font-weight: 800;
}

.ahl-route-grid p {
	margin: 0 0 5px;
	color: #7dd3fc;
	font-size: 0.71rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ahl-route-grid h3 {
	margin: 0 0 8px;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.15;
	letter-spacing: -0.025em;
}

.ahl-route-grid small {
	display: block;
	color: #94a3b8;
	font-size: 0.88rem;
	line-height: 1.5;
}

.ahl-leaderboard-section {
	padding-top: 38px;
}

.ahl-leaderboard-card {
	overflow: hidden;
	border: 1px solid rgba(56, 189, 248, 0.2);
	border-radius: 28px;
	color: #e2e8f0;
	background:
		radial-gradient(circle at 90% 0, rgba(14, 165, 233, 0.16), transparent 30%),
		linear-gradient(145deg, #0f172a, #070c16 72%);
	box-shadow: 0 24px 64px rgba(15, 23, 42, 0.17);
}

.ahl-leaderboard-tabs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	padding: 14px;
	border-bottom: 1px solid rgba(148, 163, 184, 0.12);
	background: rgba(2, 6, 23, 0.4);
}

.ahl-leaderboard-tabs button {
	min-height: 44px;
	padding: 0 18px;
	border: 1px solid rgba(148, 163, 184, 0.16);
	border-radius: 12px;
	color: #94a3b8;
	background: rgba(255, 255, 255, 0.025);
	font: 800 0.69rem/1 Inter, system-ui, sans-serif;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	cursor: pointer;
	transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.ahl-leaderboard-tabs button:hover,
.ahl-leaderboard-tabs button:focus-visible {
	border-color: rgba(125, 211, 252, 0.52);
	color: #e0f2fe;
}

.ahl-leaderboard-tabs button[aria-selected="true"] {
	border-color: rgba(56, 189, 248, 0.62);
	color: #fff;
	background: rgba(14, 165, 233, 0.16);
	box-shadow: inset 0 0 0 1px rgba(125, 211, 252, 0.08);
}

.ahl-leaderboard-panel[hidden] {
	display: none;
}

.ahl-leaderboard-table-wrap {
	overflow-x: auto;
}

.ahl-leaderboard-table {
	width: 100%;
	border-collapse: collapse;
	font-variant-numeric: tabular-nums;
}

.ahl-leaderboard-table th,
.ahl-leaderboard-table td {
	padding: 18px 26px;
	border-bottom: 1px solid rgba(148, 163, 184, 0.12);
	text-align: left;
}

.ahl-leaderboard-table thead th {
	color: #64748b;
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.ahl-leaderboard-table tbody th {
	color: #f8fafc;
	font-size: 0.94rem;
	font-weight: 700;
	letter-spacing: 0.03em;
}

.ahl-leaderboard-table tbody td {
	color: #a5b4c7;
	font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
	font-size: 0.82rem;
}

.ahl-leaderboard-table tbody td:nth-child(3) {
	color: #7dd3fc;
	font-size: 0.94rem;
	font-weight: 800;
}

.ahl-leaderboard-table tbody td:first-child span {
	width: 30px;
	height: 30px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(125, 211, 252, 0.24);
	border-radius: 9px;
	color: #7dd3fc;
	background: rgba(14, 165, 233, 0.08);
	font-weight: 800;
}

.ahl-leaderboard-empty {
	min-height: 190px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 32px;
	text-align: center;
}

.ahl-leaderboard-empty strong {
	color: #7dd3fc;
	font-size: 0.74rem;
	letter-spacing: 0.2em;
}

.ahl-leaderboard-empty span {
	color: #94a3b8;
}

.ahl-leaderboard-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	padding: 22px 26px;
	background: rgba(255, 255, 255, 0.025);
}

.ahl-leaderboard-footer p {
	max-width: 720px;
	margin: 0;
	color: #8494a8;
	font-size: 0.78rem;
	line-height: 1.55;
}

.ahl-leaderboard-footer .ahl-button {
	min-width: 210px;
	flex: 0 0 auto;
}

.ahl-gallery-section {
	width: 100%;
	max-width: none;
	padding-right: max(24px, calc((100vw - 1280px) / 2));
	padding-left: max(24px, calc((100vw - 1280px) / 2));
	background: var(--ahl-soft);
}

.ahl-gallery {
	min-height: 650px;
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(320px, 0.82fr);
	grid-template-rows: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.ahl-shot {
	position: relative;
	min-width: 0;
	min-height: 0;
	padding: 0;
	overflow: hidden;
	border: 0;
	border-radius: 24px;
	background: #0f172a;
	box-shadow: 0 14px 35px rgba(15, 23, 42, 0.11);
	cursor: zoom-in;
}

.ahl-shot-featured {
	grid-row: 1 / 3;
}

.ahl-shot::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 48%, rgba(2, 6, 23, 0.88));
	pointer-events: none;
}

.ahl-shot img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}

.ahl-shot:hover img {
	transform: scale(1.035);
}

.ahl-shot > span {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 26px 28px;
	color: #fff;
	text-align: left;
}

.ahl-shot b,
.ahl-shot small {
	display: block;
}

.ahl-shot b {
	font-size: 1.08rem;
	letter-spacing: -0.01em;
}

.ahl-shot small {
	margin-top: 4px;
	color: rgba(226, 232, 240, 0.72);
	font-size: 0.8rem;
}

.ahl-briefing {
	display: grid;
	grid-template-columns: minmax(280px, 0.76fr) minmax(0, 1.24fr);
	gap: clamp(56px, 9vw, 138px);
}

.ahl-briefing-intro {
	align-self: start;
	position: sticky;
	top: 126px;
}

.ahl-briefing-intro > p:not(.ahl-eyebrow) {
	margin: 24px 0 22px;
}

.ahl-text-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--ahl-blue-dark) !important;
	font-size: 0.9rem;
	font-weight: 750;
}

.ahl-text-link span {
	font-size: 1.25em;
	transition: transform 180ms ease;
}

.ahl-text-link:hover span {
	transform: translateX(4px);
}

.ahl-step-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ahl-step-list li {
	display: grid;
	grid-template-columns: 54px 1fr;
	gap: 24px;
	padding: 30px 0;
	border-bottom: 1px solid var(--ahl-line);
}

.ahl-step-list li:first-child {
	padding-top: 0;
}

.ahl-step-list li > span {
	width: 48px;
	height: 48px;
	display: grid;
	place-items: center;
	border-radius: 16px;
	color: var(--ahl-blue-dark);
	background: var(--ahl-blue-soft);
	font-size: 0.88rem;
	font-weight: 800;
}

.ahl-step-list h3 {
	margin: 1px 0 6px;
	color: var(--ahl-ink);
	font-size: 1.23rem;
	letter-spacing: -0.02em;
}

.ahl-step-list p {
	margin: 0;
	color: var(--ahl-muted);
	font-size: 0.94rem;
}

.ahl-controls {
	margin-top: 28px;
	overflow: hidden;
	border: 1px solid #e2e8f0;
	border-radius: 22px;
	background: var(--ahl-soft);
}

.ahl-controls summary {
	min-height: 82px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 18px 24px;
	color: var(--ahl-ink);
	font-size: 0.96rem;
	font-weight: 750;
	cursor: pointer;
	list-style: none;
}

.ahl-controls summary::-webkit-details-marker {
	display: none;
}

.ahl-controls summary small {
	display: block;
	margin-bottom: 2px;
	color: var(--ahl-blue-dark);
	font-size: 0.63rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.ahl-controls summary b {
	width: 36px;
	height: 36px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	color: #fff;
	background: var(--ahl-ink);
	font-size: 1.25rem;
	font-weight: 400;
	transition: transform 180ms ease;
}

.ahl-controls[open] summary b {
	transform: rotate(45deg);
}

.ahl-control-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid var(--ahl-line);
}

.ahl-control-grid > div {
	min-height: 118px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 16px;
	padding: 20px 24px;
	border-right: 1px solid var(--ahl-line);
	border-bottom: 1px solid var(--ahl-line);
}

.ahl-control-grid > div:nth-child(2n) {
	border-right: 0;
}

.ahl-control-grid strong {
	color: var(--ahl-ink);
	font-size: 0.82rem;
}

.ahl-control-grid span,
.ahl-control-grid small {
	display: block;
}

.ahl-control-grid span {
	color: #475569;
	font-size: 0.82rem;
}

.ahl-control-grid small {
	margin-top: 6px;
	color: var(--ahl-muted);
	font-size: 0.7rem;
}

.ahl kbd {
	min-width: 25px;
	display: inline-grid;
	place-items: center;
	padding: 4px 6px;
	border: 1px solid #cbd5e1;
	border-bottom-width: 2px;
	border-radius: 6px;
	color: var(--ahl-ink);
	background: #fff;
	font: 700 0.72rem/1 Inter, sans-serif;
}

.ahl-halo-section {
	width: min(100% - 48px, 1180px);
	min-height: 610px;
	display: grid;
	grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.12fr);
	align-items: center;
	gap: 58px;
	margin-bottom: 104px;
	padding: clamp(38px, 5vw, 72px);
	overflow: hidden;
	border-radius: 32px;
	color: #fff;
	background:
		radial-gradient(circle at 9% 10%, rgba(14, 165, 233, 0.22), transparent 34%),
		radial-gradient(circle at 90% 90%, rgba(239, 68, 68, 0.12), transparent 31%),
		var(--ahl-ink);
	box-shadow: 0 30px 80px rgba(15, 23, 42, 0.18);
}

.ahl-halo-copy h2 {
	color: #fff;
	font-size: clamp(2.4rem, 4.7vw, 4.4rem);
}

.ahl-halo-copy > p:not(.ahl-eyebrow) {
	margin: 26px 0;
	color: #cbd5e1;
	font-size: 1rem;
	line-height: 1.72;
}

.ahl-halo-copy ul {
	margin: 0 0 28px;
	padding: 0;
	list-style: none;
}

.ahl-halo-copy li {
	position: relative;
	padding: 9px 0 9px 24px;
	color: #e2e8f0;
	font-size: 0.88rem;
}

.ahl-halo-copy li::before {
	content: "";
	position: absolute;
	top: 16px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #38bdf8;
	box-shadow: 0 0 10px rgba(56, 189, 248, 0.6);
}

.ahl-halo-copy > small {
	display: block;
	max-width: 470px;
	padding-top: 18px;
	border-top: 1px solid rgba(148, 163, 184, 0.22);
	color: #94a3b8;
	font-size: 0.69rem;
}

.ahl-halo-visual {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(148, 163, 184, 0.2);
	border-radius: 24px;
	box-shadow: 0 22px 70px rgba(0, 0, 0, 0.35);
}

.ahl-halo-visual img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.ahl-halo-visual > span {
	position: absolute;
	top: 16px;
	right: 16px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	border: 1px solid rgba(248, 113, 113, 0.3);
	border-radius: 999px;
	color: #fecaca;
	background: rgba(15, 23, 42, 0.78);
	font-size: 0.64rem;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	backdrop-filter: blur(10px);
}

.ahl-halo-visual > span i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #fb7185;
	box-shadow: 0 0 10px #fb7185;
}

.ahl-site-cta {
	position: relative;
	width: min(100% - 48px, 1180px);
	margin: 0 auto 104px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 48px;
	padding: clamp(34px, 5vw, 58px);
	overflow: hidden;
	border: 1px solid rgba(56, 189, 248, 0.24);
	border-radius: 30px;
	color: #fff;
	background:
		linear-gradient(rgba(56, 189, 248, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(56, 189, 248, 0.035) 1px, transparent 1px),
		radial-gradient(circle at 8% 10%, rgba(14, 165, 233, 0.2), transparent 35%),
		#0f172a;
	background-size: 28px 28px, 28px 28px, auto, auto;
	box-shadow: 0 24px 65px rgba(15, 23, 42, 0.18);
}

.ahl-site-cta h2 {
	color: #fff;
	font-size: clamp(2rem, 3.4vw, 3.25rem);
}

.ahl-site-cta > div:first-child > p:not(.ahl-eyebrow) {
	max-width: 620px;
	margin: 16px 0 0;
	color: #94a3b8;
	font-size: 0.9rem;
}

.ahl-site-cta .ahl-actions {
	flex: 0 0 auto;
}

.ahl-footer {
	padding: 68px max(24px, calc((100vw - 1280px) / 2)) 30px;
	border-top: 1px solid var(--ahl-line);
	color: #475569;
	background: #fff;
}

.ahl-footer-grid {
	display: grid;
	grid-template-columns: 1.55fr repeat(3, 1fr);
	gap: clamp(38px, 6vw, 90px);
	padding-bottom: 54px;
}

.ahl-footer-brand img {
	width: 142px;
	height: auto;
}

.ahl-footer-brand p {
	max-width: 260px;
	margin: 18px 0 0;
	color: var(--ahl-muted);
	font-size: 0.84rem;
}

.ahl-footer-brand strong {
	color: var(--ahl-ink);
}

.ahl-footer-grid > div:not(.ahl-footer-brand) {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}

.ahl-footer h3 {
	margin: 0 0 6px;
	color: var(--ahl-ink);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.ahl-footer a {
	font-size: 0.82rem;
	transition: color 180ms ease;
}

.ahl-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding-top: 25px;
	border-top: 1px solid var(--ahl-line);
	color: #94a3b8;
	font-size: 0.7rem;
}

.ahl-footer-bottom p {
	margin: 0;
}

.ahl-footer-bottom > div {
	display: flex;
	gap: 22px;
	white-space: nowrap;
}

.ahl-mobile-actions {
	display: none;
}

.ahl-lightbox {
	width: min(94vw, 1500px);
	max-width: none;
	padding: 0;
	overflow: visible;
	border: 0;
	border-radius: 24px;
	background: transparent;
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.55);
}

.ahl-lightbox::backdrop {
	background: rgba(2, 6, 23, 0.88);
	backdrop-filter: blur(12px);
}

.ahl-lightbox img {
	width: 100%;
	height: auto;
	border-radius: 24px;
}

.ahl-lightbox-close {
	position: absolute;
	z-index: 3;
	top: -18px;
	right: -18px;
	width: 44px;
	height: 44px;
	display: grid;
	place-items: center;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 50%;
	color: #fff;
	background: #0f172a;
	font-size: 1.55rem;
	line-height: 1;
	cursor: pointer;
}

.ahl-embed-only {
	min-height: 0;
	padding: 0;
	background: #030609;
}

.ahl-game-shell {
	position: relative;
	width: 100%;
	height: var(--ahl-frame-height, 760px);
	min-height: 420px;
	overflow: hidden;
	background: #030609;
}

.ahl-game-frame {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	background: #030609;
}

@media (max-width: 1060px) {
	.ahl-site-nav-inner {
		grid-template-columns: 1fr auto;
	}

	.ahl-site-links {
		display: none;
	}

	.ahl-gallery {
		min-height: 560px;
	}

	.ahl-halo-section {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.ahl-halo-copy {
		max-width: 720px;
	}

	.ahl-site-cta {
		align-items: flex-start;
		flex-direction: column;
	}

	.ahl-site-cta .ahl-actions {
		justify-content: flex-start;
	}
}

@media (max-width: 760px) {
	.ahl-site-nav-inner {
		width: calc(100% - 32px);
		min-height: 66px;
	}

	.ahl-wordmark {
		gap: 10px;
	}

	.ahl-wordmark img {
		width: 108px;
	}

	.ahl-wordmark span {
		padding-left: 10px;
		font-size: 0.56rem;
	}

	.ahl-nav-actions {
		gap: 6px;
	}

	.ahl-nav-actions a {
		min-height: 38px;
		padding: 0 14px;
		font-size: 0.72rem;
	}

	.ahl-nav-install {
		display: none !important;
	}

	.ahl-hero {
		min-height: max(650px, calc(100svh - 66px));
		align-items: center;
	}

	.ahl-hero-image {
		object-position: 50% 45%;
	}

	.ahl-hero-content {
		width: calc(100% - 38px);
		padding: 50px 0 110px;
		transform: translateY(2.5svh);
	}

	.ahl-hero h1 {
		font-size: clamp(3.7rem, 18vw, 5.8rem);
	}

	.ahl-hero-lead {
		margin-top: 20px;
		font-size: 1.22rem;
	}

	.ahl-hero-copy {
		max-width: 540px;
		font-size: 0.9rem;
	}

	.ahl-hero .ahl-actions,
	.ahl-launch-detail {
		display: none;
	}

	.ahl-hero-scroll,
	.ahl-stat-strip {
		display: none;
	}

	.ahl-section {
		width: calc(100% - 40px);
		padding: 68px 0;
	}

	.ahl-experience {
		padding-top: 76px;
	}

	.ahl-section-heading {
		margin-bottom: 32px;
	}

	.ahl-section-heading-split {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.ahl-section h2,
	.ahl-briefing h2,
	.ahl-site-cta h2 {
		font-size: clamp(2rem, 10vw, 3rem);
	}

	.ahl-section-heading > p,
	.ahl-briefing-intro > p:not(.ahl-eyebrow) {
		font-size: 0.95rem;
		line-height: 1.65;
	}

	.ahl-route-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.ahl-route-grid article {
		min-height: 0;
		flex-direction: row;
		justify-content: flex-start;
		gap: 18px;
		padding: 20px;
		border-radius: 20px;
	}

	.ahl-route-grid article > span {
		flex: 0 0 36px;
		width: 36px;
		height: 36px;
	}

	.ahl-route-grid h3 {
		font-size: 1.18rem;
	}

	.ahl-leaderboard-section {
		padding-top: 18px;
	}

	.ahl-leaderboard-card {
		border-radius: 20px;
	}

	.ahl-leaderboard-tabs {
		gap: 5px;
		padding: 10px;
	}

	.ahl-leaderboard-tabs button {
		min-height: 40px;
		padding: 0 8px;
		font-size: 0.61rem;
		letter-spacing: 0.08em;
	}

	.ahl-leaderboard-table th,
	.ahl-leaderboard-table td {
		padding: 14px 16px;
	}

	.ahl-leaderboard-table th:last-child,
	.ahl-leaderboard-table td:last-child {
		display: none;
	}

	.ahl-leaderboard-footer {
		align-items: stretch;
		flex-direction: column;
		gap: 16px;
		padding: 20px;
	}

	.ahl-leaderboard-footer .ahl-button {
		width: 100%;
		min-width: 0;
	}

	.ahl-gallery-section {
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
	}

	.ahl-gallery {
		min-height: 0;
		display: grid;
		grid-template-columns: none;
		grid-template-rows: none;
		grid-auto-flow: column;
		grid-auto-columns: 86%;
		gap: 14px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scroll-padding: 0;
		padding: 0 0 10px;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.ahl-gallery::-webkit-scrollbar {
		display: none;
	}

	.ahl-shot,
	.ahl-shot-featured {
		grid-row: auto;
		aspect-ratio: 16 / 10;
		border-radius: 20px;
		scroll-snap-align: start;
	}

	.ahl-shot > span {
		padding: 20px;
	}

	.ahl-briefing {
		grid-template-columns: 1fr;
		gap: 46px;
	}

	.ahl-briefing-intro {
		position: static;
	}

	.ahl-step-list li {
		grid-template-columns: 44px 1fr;
		gap: 16px;
		padding: 24px 0;
	}

	.ahl-step-list li > span {
		width: 42px;
		height: 42px;
		border-radius: 14px;
	}

	.ahl-control-grid {
		grid-template-columns: 1fr;
	}

	.ahl-control-grid > div,
	.ahl-control-grid > div:nth-child(2n) {
		min-height: 100px;
		border-right: 0;
	}

	.ahl-halo-section {
		width: calc(100% - 40px);
		margin-bottom: 68px;
		padding: 28px;
		border-radius: 24px;
	}

	.ahl-halo-copy h2 {
		font-size: clamp(2.1rem, 10vw, 3.1rem);
	}

	.ahl-halo-visual {
		border-radius: 18px;
	}

	.ahl-site-cta {
		width: calc(100% - 40px);
		margin-bottom: 68px;
		padding: 28px;
		border-radius: 24px;
	}

	.ahl-site-cta .ahl-actions {
		width: 100%;
		align-items: stretch;
		flex-direction: column;
	}

	.ahl-site-cta .ahl-button {
		width: 100%;
	}

	.ahl-footer {
		padding: 50px 20px calc(96px + env(safe-area-inset-bottom));
	}

	.ahl-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 34px 24px;
		padding-bottom: 40px;
	}

	.ahl-footer-brand {
		grid-column: 1 / 3;
	}

	.ahl-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.ahl-mobile-actions {
		position: fixed;
		z-index: 80;
		right: 0;
		bottom: 0;
		left: 0;
		display: grid;
		grid-template-columns: 0.9fr 1.1fr;
		gap: 8px;
		padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
		border-top: 1px solid rgba(203, 213, 225, 0.9);
		background: rgba(255, 255, 255, 0.94);
		box-shadow: 0 -12px 30px rgba(15, 23, 42, 0.1);
		backdrop-filter: blur(18px);
	}

	.ahl-mobile-actions a {
		min-height: 46px;
		display: grid;
		place-items: center;
		border: 1px solid #cbd5e1;
		border-radius: 999px;
		color: var(--ahl-ink);
		background: #fff;
		font-size: 0.78rem;
		font-weight: 750;
	}

	.ahl-mobile-actions a.is-primary {
		border-color: var(--ahl-blue);
		color: #fff;
		background: var(--ahl-blue);
		box-shadow: 0 6px 16px rgba(14, 165, 233, 0.25);
	}

	.ahl-lightbox {
		width: calc(100vw - 28px);
	}

	.ahl-lightbox-close {
		top: 10px;
		right: 10px;
	}
}

@media (max-width: 480px) {
	.ahl-nav-actions {
		display: none;
	}

	.ahl-site-nav-inner {
		display: flex;
		justify-content: center;
	}

	.ahl-wordmark {
		justify-self: center;
	}

	.ahl-site-cta {
		display: none;
	}

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

	.ahl-footer-brand {
		grid-column: auto;
	}

	.ahl-footer-bottom > div {
		flex-wrap: wrap;
		white-space: normal;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ahl *,
	.ahl *::before,
	.ahl *::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}
