:root {
	--bg: #05070a;
	--bg-2: #08111d;
	--panel: rgba(8, 14, 24, 0.84);
	--text: #ffffff;
	--muted: rgba(255, 255, 255, 0.72);
	--line: rgba(255, 255, 255, 0.16);
	--blue: #047bee;
	--cyan: #6ed4ff;
	--font-display: "Big Shoulders Display", Impact, "Arial Narrow", Arial, sans-serif;
	--font-body: "Inter", "Segoe UI", sans-serif;
	--font-signature: "Yellowtail", "Brush Script MT", cursive;
	--shell: min(1160px, calc(100% - 40px));
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

::selection {
	background: var(--cyan);
	color: #05070a;
}

::-moz-selection {
	background: var(--cyan);
	color: #05070a;
}

body {
	margin: 0;
	background: var(--bg);
	color: var(--text);
	font-family: var(--font-body);
	line-height: 1.5;
	overflow-x: hidden;
}

body::before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: -3;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(180deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px),
		#05070a;
	background-size: 46px 46px;
}

img {
	display: block;
	max-width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
}

a:focus-visible,
button:focus-visible {
	outline: 2px solid rgba(110, 212, 255, 0.72);
	outline-offset: 4px;
}

.skip-link {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 100;
	padding: 10px 14px;
	background: #ffffff;
	color: #05070a;
	transform: translateY(-140%);
	transition: transform 160ms ease;
}

.skip-link:focus { transform: translateY(0); }

.content-shell {
	width: var(--shell);
	margin: 0 auto;
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 50;
	display: flex;
	justify-content: center;
	padding: 18px;
	background: rgba(3, 4, 6, 0);
	border-bottom: 1px solid rgba(255, 255, 255, 0);
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0);
	backdrop-filter: blur(0);
	transition:
		background-color 420ms ease,
		border-color 420ms ease,
		box-shadow 420ms ease,
		backdrop-filter 420ms ease;
}

.site-header.is-scrolled {
	background: rgba(3, 4, 6, 0.94);
	border-bottom-color: rgba(255, 255, 255, 0.1);
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0.24);
	backdrop-filter: blur(14px);
}

.header-inner {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: clamp(72px, 7vw, 120px);
	width: min(620px, calc(100vw - 32px));
}

.header-brand {
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	width: 58px;
	height: 58px;
}

.header-brand img {
	width: 54px;
	height: 54px;
	object-fit: contain;
	filter: drop-shadow(0 0 16px rgba(4, 123, 238, 0.34));
}

.main-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(14px, 2.2vw, 30px);
	font-family: var(--font-display);
	font-size: clamp(1rem, 1.25vw, 1.28rem);
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.86);
}

.main-nav a {
	position: relative;
	padding: 10px 0;
}

.main-nav a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 6px;
	height: 2px;
	background: var(--blue);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 160ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible { color: #ffffff; }

.main-nav a:hover::after,
.main-nav a:focus-visible::after { transform: scaleX(1); }
.menu-toggle {
	display: none;
}


.hero-section {
	position: relative;
	display: grid;
	place-items: center;
	height: 100vh;
	height: 100svh;
	min-height: 560px;
	overflow: hidden;
	background: #05070a;
}

.hero-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.58;
}

.hero-section::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(180deg, rgba(5, 7, 10, 0.22), rgba(5, 7, 10, 0.32) 42%, rgba(5, 7, 10, 0.86) 100%),
		linear-gradient(90deg, rgba(5, 7, 10, 0.92), rgba(5, 7, 10, 0.34) 48%, rgba(5, 7, 10, 0.92));
}

.hero-grid,
.hero-scan {
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
}

.hero-grid {
	background:
		linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
	background-size: 68px 68px;
	mask-image: linear-gradient(180deg, transparent, #000 16%, #000 78%, transparent);
}

.hero-scan {
	background: linear-gradient(180deg, transparent, rgba(4, 123, 238, 0.12), transparent);
	transform: skewY(-8deg) translateY(12%);
}

.corner {
	position: absolute;
	z-index: 70;
	width: clamp(22px, 2.4vw, 36px);
	height: clamp(22px, 2.4vw, 36px);
	border-color: rgba(255, 255, 255, 0.72);
	filter: drop-shadow(0 0 12px rgba(4, 123, 238, 0.32));
	pointer-events: none;
}

.corner-tl {
	top: 16px;
	left: 16px;
	border-top: 1px solid;
	border-left: 1px solid;
}

.corner-tr {
	top: 16px;
	right: 16px;
	border-top: 1px solid;
	border-right: 1px solid;
}

.corner-bl {
	bottom: 16px;
	left: 16px;
	border-bottom: 1px solid;
	border-left: 1px solid;
}

.corner-br {
	right: 16px;
	bottom: 16px;
	border-right: 1px solid;
	border-bottom: 1px solid;
}

.hero-lockup {
	position: relative;
	z-index: 5;
	display: grid;
	justify-items: center;
	width: min(760px, calc(100% - 36px));
	padding: 72px 0 100px;
	text-align: center;
}

.mobile-only {
	display: none;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.hero-typemark {
	width: clamp(250px, 38vw, 580px);
	filter: brightness(0) invert(1) drop-shadow(0 0 30px rgba(255, 255, 255, 0.16));
}

.hero-tagline {
	margin: clamp(24px, 3.2vh, 38px) 0 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(1.15rem, 2vw, 1.72rem);
	font-family: var(--font-display);
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: none;
}

.hero-tagline span {
	position: relative;
	display: inline-block;
	color: var(--cyan);
	font-weight: 900;
	text-shadow: 0 0 18px rgba(4, 123, 238, 0.32);
}

.tagline-swoosh {
	position: absolute;
	left: 50%;
	bottom: -1.22em;
	width: 168%;
	height: 1.02em;
	overflow: visible;
	color: rgba(110, 212, 255, 0.92);
	filter: drop-shadow(0 0 7px rgba(4, 123, 238, 0.36));
	transform: translateX(-50%);
	pointer-events: none;
}

.tagline-swoosh path {
	fill: none;
	stroke: currentColor;
	stroke-width: 3.2;
	stroke-linecap: round;
	stroke-linejoin: round;
	vector-effect: non-scaling-stroke;
}


.eyebrow {
	margin: 0 0 12px;
	color: var(--cyan);
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

h1, h2, h3, p { margin-top: 0; }

h1, h2, h3 {
	font-family: var(--font-display);
	font-weight: 900;
	line-height: 0.92;
	letter-spacing: 0;
	text-transform: uppercase;
}

h2 {
	margin-bottom: 14px;
	font-size: clamp(2.55rem, 5.8vw, 5.7rem);
}

h3 {
	margin-bottom: 10px;
	font-size: clamp(1.7rem, 3.1vw, 2.8rem);
}

.section-heading p,
.section-copy p,
.partners-copy p {
	color: var(--muted);
	font-size: clamp(1rem, 1.35vw, 1.14rem);
}

.hero-socials {
	position: absolute;
	left: 50%;
	bottom: clamp(150px, 18vh, 198px);
	z-index: 6;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: clamp(10px, 1.6vw, 18px);
	width: min(520px, calc(100% - 34px));
	transform: translateX(-50%);
}

.hero-socials a,
.footer-socials a {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.035);
	opacity: 0.78;
	transition: opacity 180ms ease, transform 180ms ease, filter 180ms ease, border-color 180ms ease, background 180ms ease;
}

.hero-socials a:hover,
.hero-socials a:focus-visible,
.footer-socials a:hover,
.footer-socials a:focus-visible {
	opacity: 1;
	border-color: rgba(4, 123, 238, 0.7);
	background: rgba(4, 123, 238, 0.13);
	filter: drop-shadow(0 0 12px rgba(4, 123, 238, 0.62));
	transform: translateY(-3px);
}

.hero-socials img,
.footer-socials img {
	width: 18px;
	height: 18px;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.scroll-cue {
	position: absolute;
	left: 50%;
	bottom: clamp(68px, 8vh, 92px);
	z-index: 6;
	display: grid;
	justify-items: center;
	gap: 8px;
	color: rgba(255, 255, 255, 0.74);
	font-size: 0.62rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	transform: translateX(-50%);
	transition: color 180ms ease;
	animation: scrollCue 1.35s ease-in-out infinite;
}

.scroll-cue:hover,
.scroll-cue:focus-visible {
	color: #ffffff;
}

.scroll-arrow {
	width: 9px;
	height: 9px;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: rotate(45deg);
}

@keyframes scrollCue {
	0%, 100% { transform: translateX(-50%) translateY(0); }
	50% { transform: translateX(-50%) translateY(8px); }
}

.section-band {
	position: relative;
	padding: clamp(64px, 8vw, 98px) 0;
	overflow: hidden;
}

.section-band::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: rgba(255, 255, 255, 0.2);
}

.about-section {
	background:
		linear-gradient(90deg, rgba(5, 7, 10, 0.98) 0 48%, rgba(5, 7, 10, 0.76)),
		linear-gradient(135deg, rgba(4, 123, 238, 0.08), transparent 42%),
		#07111f;
}


.about-layout,
.partners-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.9fr);
	align-items: center;
	gap: clamp(34px, 5vw, 74px);
}

.section-copy { max-width: 650px; }
.section-copy p { margin-bottom: 0; }

.about-copy {
	display: grid;
	justify-items: start;
	row-gap: 14px;
	max-width: 660px;
}

.about-title-type {
	display: grid;
	width: min(720px, 100%);
	min-height: 0;
	margin-bottom: 0;
	color: #ffffff;
	font-size: clamp(2.55rem, 4.75vw, 4.72rem);
	line-height: 0.91;
	text-align: left;
	text-wrap: balance;
}

.about-title-type > span {
	grid-area: 1 / 1;
}

.typewriter-sizer {
	visibility: hidden;
}

.typewriter-live {
	display: block;
	position: relative;
	width: 100%;
}

.typewriter-char.is-hidden {
	visibility: hidden;
}

.typewriter-caret {
	display: inline-block;
	position: absolute;
	width: 0.07em;
	height: 0.74em;
	margin-left: 0.06em;
	background: var(--cyan);
	box-shadow: 0 0 14px rgba(4, 123, 238, 0.42);
	transform: translateY(0.07em);
	animation: typeCaret 760ms steps(1) infinite;
}

.about-title-type.is-complete .typewriter-caret {
	display: none;
}

.about-lead {
	max-width: 590px;
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: clamp(1.06rem, 1.55vw, 1.34rem);
	font-weight: 400;
	line-height: 1.45;
}
.about-origin {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 0;
	color: rgba(255, 255, 255, 0.76);
	font-family: var(--font-body);
	font-size: 0.82rem;
	font-weight: 200;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.about-flag {
	display: block;
	width: 24px;
	height: auto;
	object-fit: contain;
}

.about-statement {
	max-width: 560px;
	color: rgba(255, 255, 255, 0.68);
	font-size: clamp(0.98rem, 1.2vw, 1.08rem);
	font-weight: 400;
	line-height: 1.56;
}

@keyframes typeCaret {
	50% { opacity: 0; }
}

.about-media {
	--about-cut: clamp(58px, 6.5vw, 86px);
	position: relative;
	isolation: isolate;
	min-height: clamp(320px, 38vw, 480px);
	overflow: visible;
	background: #05070a;
	filter: drop-shadow(0 24px 76px rgba(0, 0, 0, 0.42));
}

.about-media::before {
	content: "";
	position: absolute;
	inset: -12px;
	z-index: -1;
	border: 1px solid rgba(4, 123, 238, 0.78);
	clip-path: polygon(var(--about-cut) 0, 100% 0, 100% calc(100% - var(--about-cut)), calc(100% - var(--about-cut)) 100%, 0 100%, 0 var(--about-cut));
	box-shadow: 0 0 28px rgba(4, 123, 238, 0.2);
}

.about-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(5, 7, 10, 0.4), rgba(5, 7, 10, 0.02)),
		linear-gradient(180deg, transparent, rgba(4, 123, 238, 0.13));
	clip-path: polygon(var(--about-cut) 0, 100% 0, 100% calc(100% - var(--about-cut)), calc(100% - var(--about-cut)) 100%, 0 100%, 0 var(--about-cut));
	pointer-events: none;
}

.about-media .about-slide {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	object-fit: cover;
	object-position: center;
	opacity: 0;
	transform: scale(1.025);
	transition: opacity 760ms ease, transform 5.2s ease;
	clip-path: polygon(var(--about-cut) 0, 100% 0, 100% calc(100% - var(--about-cut)), calc(100% - var(--about-cut)) 100%, 0 100%, 0 var(--about-cut));
	will-change: opacity, transform;
}

.about-media .about-slide.is-active {
	opacity: 1;
	transform: scale(1);
}

.about-media .about-slide-welcome {
	object-position: center 62%;
}

.about-media .about-slide-academy {
	object-position: center 82%;
}

.about-media-frame {
	overflow: hidden;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 13px 18px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.button:hover,
.button:focus-visible { transform: translateY(-2px); }

.button-primary {
	background: var(--blue);
	border-color: var(--blue);
	color: #ffffff;
	box-shadow: 0 14px 38px rgba(4, 123, 238, 0.28);
}

.button-ghost {
	background: rgba(255, 255, 255, 0.06);
	color: #ffffff;
}

.about-cubes {
	--about-cube-gap: clamp(24px, 3vw, 42px);
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--about-cube-gap);
	margin-top: clamp(38px, 5vw, 62px);
}

.about-cube {
	position: relative;
	display: flex;
	min-height: clamp(210px, 18vw, 250px);
	padding: clamp(24px, 2.4vw, 32px);
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: 0;
	box-shadow: none;
	text-align: center;
}

.about-cube + .about-cube::before {
	content: "";
	position: absolute;
	left: calc(var(--about-cube-gap) / -2);
	top: 18%;
	bottom: 18%;
	width: 1px;
	background: rgba(255, 255, 255, 0.16);
	pointer-events: none;
}
.about-cube::after {
	--about-cube-edge-inset: 7px;
	--about-cube-edge-hover-inset: 10px;
	--about-cube-edge-length: 10px;
	--about-cube-edge-width: 1px;
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	color: rgba(4, 123, 238, 0.78);
	background-image:
		linear-gradient(currentColor 0 0),
		linear-gradient(currentColor 0 0),
		linear-gradient(currentColor 0 0),
		linear-gradient(currentColor 0 0),
		linear-gradient(currentColor 0 0),
		linear-gradient(currentColor 0 0),
		linear-gradient(currentColor 0 0),
		linear-gradient(currentColor 0 0);
	background-position:
		left var(--about-cube-edge-inset) top var(--about-cube-edge-inset),
		left var(--about-cube-edge-inset) top var(--about-cube-edge-inset),
		right var(--about-cube-edge-inset) top var(--about-cube-edge-inset),
		right var(--about-cube-edge-inset) top var(--about-cube-edge-inset),
		left var(--about-cube-edge-inset) bottom var(--about-cube-edge-inset),
		left var(--about-cube-edge-inset) bottom var(--about-cube-edge-inset),
		right var(--about-cube-edge-inset) bottom var(--about-cube-edge-inset),
		right var(--about-cube-edge-inset) bottom var(--about-cube-edge-inset);
	background-size:
		var(--about-cube-edge-length) var(--about-cube-edge-width),
		var(--about-cube-edge-width) var(--about-cube-edge-length),
		var(--about-cube-edge-length) var(--about-cube-edge-width),
		var(--about-cube-edge-width) var(--about-cube-edge-length),
		var(--about-cube-edge-length) var(--about-cube-edge-width),
		var(--about-cube-edge-width) var(--about-cube-edge-length),
		var(--about-cube-edge-length) var(--about-cube-edge-width),
		var(--about-cube-edge-width) var(--about-cube-edge-length);
	background-repeat: no-repeat;
	filter: drop-shadow(0 0 8px rgba(4, 123, 238, 0.28));
	pointer-events: none;
	transition: background-position 190ms cubic-bezier(0.2, 0.8, 0.2, 1), color 180ms ease, filter 180ms ease;
}

.about-cube:hover::after {
	color: rgba(110, 212, 255, 0.78);
	background-position:
		left var(--about-cube-edge-hover-inset) top var(--about-cube-edge-hover-inset),
		left var(--about-cube-edge-hover-inset) top var(--about-cube-edge-hover-inset),
		right var(--about-cube-edge-hover-inset) top var(--about-cube-edge-hover-inset),
		right var(--about-cube-edge-hover-inset) top var(--about-cube-edge-hover-inset),
		left var(--about-cube-edge-hover-inset) bottom var(--about-cube-edge-hover-inset),
		left var(--about-cube-edge-hover-inset) bottom var(--about-cube-edge-hover-inset),
		right var(--about-cube-edge-hover-inset) bottom var(--about-cube-edge-hover-inset),
		right var(--about-cube-edge-hover-inset) bottom var(--about-cube-edge-hover-inset);
	filter: drop-shadow(0 0 8px rgba(4, 123, 238, 0.32));
}

.about-cube-number {
  display: block;
  margin: -20px 0 24px;
  color: rgba(4, 123, 238, 0.58);
  font-family: var(--font-display);
  font-size: clamp(0.78rem, 0.82vw, 0.9rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.18em;
}

.about-cube:hover .about-cube-number {
  color: rgba(110, 212, 255, 0.72);
}
.about-cube h3 {
	width: 100%;
	margin: 0 0 18px;
	color: #ffffff;
	font-family: var(--font-display);
	font-size: clamp(1.38rem, 1.62vw, 1.76rem);
	line-height: 0.98;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.about-cube p {
	max-width: 31ch;
	margin: 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: clamp(0.94rem, 0.96vw, 1rem);
	font-weight: 300;
	line-height: 1.56;
	text-align: center;
}
.team-section {
	background:
		linear-gradient(135deg, rgba(4, 123, 238, 0.12), transparent 42%),
		linear-gradient(180deg, #07111f, #0a1b31 100%);
}

.team-showcase-heading {
	display: grid;
	justify-items: center;
	text-align: center;
	margin-bottom: clamp(18px, 2.5vw, 30px);
}

.team-showcase-heading h2 {
	margin-bottom: clamp(16px, 2vw, 28px);
	font-size: clamp(3.2rem, 7vw, 7rem);
}

.team-roster-tabs {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: stretch;
	justify-self: stretch;
	gap: 0;
	width: 100%;
	margin-top: 0;
	padding: 0;
}

.team-roster-tabs::before {
	display: none;
}

.team-game-label {
	position: relative;
	z-index: 2;
	display: block;
	width: auto;
	padding: 0;
	border: 0;
	background: transparent;
	color: #ffffff;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.team-roster-tab + .team-roster-tab {
	border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.roster-tab-cube {
	position: relative;
	display: grid;
	grid-template-columns: 30px auto;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-width: 214px;
	height: 58px;
	padding: 0 28px;
	background: transparent;
	transition: color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.roster-tab-cube::after {
	content: "";
	position: absolute;
	left: 28px;
	right: 28px;
	bottom: 5px;
	height: 2px;
	background: rgba(110, 212, 255, 0.92);
	opacity: 0;
	transform: scaleX(0.58);
	transform-origin: center;
	pointer-events: none;
	transition: opacity 180ms ease, transform 200ms ease;
}

.roster-tab-cube img {
	width: 30px;
	height: 30px;
	object-fit: contain;
	filter: brightness(0) invert(1);
	opacity: 0.72;
	transition: opacity 180ms ease, filter 180ms ease;
}

.roster-tab-copy {
	display: block;
	min-width: 0;
}

.roster-tab-copy strong {
	color: rgba(255, 255, 255, 0.68);
	font-family: var(--font-body);
	font-size: 0.98rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	white-space: nowrap;
	transition: color 180ms ease;
}

.team-roster-tab {
	appearance: none;
	cursor: pointer;
	opacity: 0.78;
	padding: 8px clamp(8px, 1.1vw, 14px);
	margin: -8px 0;
	transition: opacity 180ms ease, transform 180ms ease;
}

.team-roster-tab:hover,
.team-roster-tab:focus-visible {
	opacity: 0.98;
	transform: translateY(-2px);
}

.team-roster-tab:hover .roster-tab-cube::after,
.team-roster-tab:focus-visible .roster-tab-cube::after {
	opacity: 0.36;
	transform: scaleX(0.78);
}

.team-roster-tab.is-active {
	opacity: 1;
}

.team-roster-tab.is-active .roster-tab-cube::after {
	opacity: 1;
	transform: scaleX(1);
}

.team-roster-tab:hover .roster-tab-cube img,
.team-roster-tab:focus-visible .roster-tab-cube img {
	opacity: 0.9;
}

.team-roster-tab.is-active .roster-tab-cube img {
	opacity: 1;
	filter: brightness(0) invert(1);
}

.team-roster-tab.is-active .roster-tab-copy strong,
.team-roster-tab:hover .roster-tab-copy strong,
.team-roster-tab:focus-visible .roster-tab-copy strong {
	color: #ffffff;
}
.team-roster-panel[hidden] {
	display: none;
}

.team-roster-panel:not([hidden]) {
	animation: rosterFade 220ms ease both;
}

@keyframes rosterFade {
	from { opacity: 0; transform: translateY(10px); }
	to { opacity: 1; transform: translateY(0); }
}

.player-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(14px, 2vw, 22px);
}

.player-card {
	position: relative;
	isolation: isolate;
	display: grid;
	align-content: end;
	min-height: clamp(360px, 34vw, 500px);
	overflow: hidden;
	padding: clamp(20px, 2.3vw, 28px);
	background: #05070a;
	border: 0;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(255, 255, 255, 0.055) inset;
	cursor: pointer;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.player-card:hover,
.player-card:focus-visible,
.player-card.is-open {
	box-shadow: 0 28px 88px rgba(0, 0, 0, 0.42), 0 0 28px rgba(4, 123, 238, 0.14), 0 0 0 1px rgba(255, 255, 255, 0.065) inset;
}

.player-card:focus-visible {
	outline: 2px solid rgba(110, 212, 255, 0.72);
	outline-offset: 4px;
}

.player-card-trigger {
	position: absolute;
	inset: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.player-card-trigger:focus-visible {
	outline: 2px solid rgba(110, 212, 255, 0.72);
	outline-offset: -5px;
}

.player-card::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(180deg, rgba(5, 7, 10, 0.02) 0%, rgba(5, 7, 10, 0.28) 46%, rgba(5, 7, 10, 0.94) 100%),
		linear-gradient(135deg, rgba(4, 123, 238, 0.18), transparent 38%);
}

.player-card::after {
	--player-edge-inset: 7px;
	--player-edge-length: 10px;
	--player-edge-width: 1px;
	content: "";
	position: absolute;
	inset: 0;
	z-index: 6;
	color: rgba(4, 123, 238, 0.78);
	background:
		linear-gradient(currentColor 0 0) left var(--player-edge-inset) top var(--player-edge-inset) / var(--player-edge-length) var(--player-edge-width) no-repeat,
		linear-gradient(currentColor 0 0) left var(--player-edge-inset) top var(--player-edge-inset) / var(--player-edge-width) var(--player-edge-length) no-repeat,
		linear-gradient(currentColor 0 0) right var(--player-edge-inset) top var(--player-edge-inset) / var(--player-edge-length) var(--player-edge-width) no-repeat,
		linear-gradient(currentColor 0 0) right var(--player-edge-inset) top var(--player-edge-inset) / var(--player-edge-width) var(--player-edge-length) no-repeat,
		linear-gradient(currentColor 0 0) left var(--player-edge-inset) bottom var(--player-edge-inset) / var(--player-edge-length) var(--player-edge-width) no-repeat,
		linear-gradient(currentColor 0 0) left var(--player-edge-inset) bottom var(--player-edge-inset) / var(--player-edge-width) var(--player-edge-length) no-repeat,
		linear-gradient(currentColor 0 0) right var(--player-edge-inset) bottom var(--player-edge-inset) / var(--player-edge-length) var(--player-edge-width) no-repeat,
		linear-gradient(currentColor 0 0) right var(--player-edge-inset) bottom var(--player-edge-inset) / var(--player-edge-width) var(--player-edge-length) no-repeat;
	filter: drop-shadow(0 0 10px rgba(4, 123, 238, 0.34));
	pointer-events: none;
	transition: color 180ms ease, filter 180ms ease;
}

.player-card:hover::after,
.player-card:focus-visible::after,
.player-card.is-open::after {
	color: rgba(110, 212, 255, 0.92);
	filter: drop-shadow(0 0 12px rgba(4, 123, 238, 0.52));
}

.player-card > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.86;
	transform: scale(1.02);
}

.player-card > img.tiggz-card-image {
	object-position: 65% center;
}

.player-name-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	width: 100%;
}

.player-name-row h3 {
	min-width: 0;
}

.player-flag,
.mini-flag {
	display: inline-block;
	flex: 0 0 auto;
	object-fit: contain;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.player-flag {
	width: 32px;
	height: 23px;
	margin-left: auto;
}

.mini-flag {
	width: 22px;
	height: 16px;
}
.player-card-info {
	position: relative;
	z-index: 2;
	width: 100%;
	transition: opacity 180ms ease, transform 180ms ease;
}


.player-card-info h3 {
	margin: 0;
	font-size: clamp(2.4rem, 4.4vw, 4.5rem);
	text-shadow: 0 0 24px rgba(4, 123, 238, 0.28);
}

.player-details {
	position: absolute;
	inset: 16px;
	z-index: 5;
	display: grid;
	align-content: end;
	gap: 18px;
	padding: clamp(18px, 2vw, 24px);
	background:
		linear-gradient(135deg, rgba(4, 123, 238, 0.12), transparent 42%),
		rgba(3, 4, 6, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.045) inset;
	opacity: 0;
	pointer-events: none;
	transform: translateY(18px);
	transition: opacity 180ms ease, transform 180ms ease;
}

.player-card.is-open .player-details {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.player-card.is-open .player-card-info {
	opacity: 0;
	transform: translateY(12px);
}

.player-details-header {
	position: relative;
	padding: 10px 0 18px;
	border-bottom: 1px solid rgba(110, 212, 255, 0.2);
	text-align: center;
}

.player-details dt {
	color: var(--cyan);
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.profile-title {
	display: grid;
	justify-items: center;
	align-content: start;
	position: relative;
	min-height: clamp(78px, 6.4vw, 94px);
	color: #ffffff;
}

.profile-name,
.profile-signature {
	display: block;
	max-width: 100%;
	white-space: nowrap;
}

.profile-name {
	color: rgba(255, 255, 255, 0.94);
	font-family: var(--font-display);
	font-size: clamp(2.1rem, 3.6vw, 3.2rem);
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 0.9;
	text-transform: uppercase;
	text-shadow: 0 0 16px rgba(4, 123, 238, 0.24);
}

.profile-signature {
	width: max-content;
	margin-top: -8px;
	padding-left: 0;
	color: rgba(110, 212, 255, 0.94);
	font-family: var(--font-signature);
	font-size: clamp(2.82rem, 4.75vw, 3.95rem);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 0.82;
	text-transform: none;
	text-shadow: 0 0 18px rgba(4, 123, 238, 0.36), 0 6px 24px rgba(0, 0, 0, 0.34);
	transform: translateY(-2px);
	transform-origin: center center;
}

.player-details dl {
	display: grid;
	gap: 8px;
	margin: 0;
}

.player-details dl div {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 39px;
	padding: 9px 11px 9px 14px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
	border-left: 2px solid rgba(110, 212, 255, 0.42);
}

.player-details dd {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.92rem;
	font-weight: 800;
	text-align: right;
}

.player-socials {
	display: flex;
	justify-content: center;
	gap: 9px;
	margin-top: -2px;
}

.player-social {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.045);
	transition: opacity 160ms ease, border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.player-social img {
	width: 14px;
	height: 14px;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.player-social.is-disabled {
	opacity: 0.42;
	filter: saturate(0.6);
	cursor: default;
}

.player-social:not(.is-disabled):hover,
.player-social:not(.is-disabled):focus-visible {
	border-color: rgba(110, 212, 255, 0.68);
	background: rgba(4, 123, 238, 0.14);
	transform: translateY(-2px);
}


.partners-section {
	min-height: clamp(460px, 58vw, 640px);
	display: flex;
	align-items: center;
	background:
		linear-gradient(135deg, rgba(4, 123, 238, 0.16), transparent 42%),
		#07111f;
}

.partners-watermark {
	position: absolute;
	left: clamp(-72px, -3vw, -34px);
	right: auto;
	top: 20%;
	z-index: 1;
	width: clamp(130px, 17vw, 230px);
	height: auto;
	opacity: 0.05;
	filter: grayscale(1) brightness(1.85) saturate(0.8);
	mix-blend-mode: screen;
	transform: translateY(-50%);
	pointer-events: none;
}
.partners-section::after {
	content: "";
	position: absolute;
	left: max(-130px, -8vw);
	top: 0;
	z-index: 1;
	width: min(72vw, 920px);
	height: 100%;
	background:
		linear-gradient(90deg, rgba(7, 17, 31, 0.06), rgba(7, 17, 31, 0.42) 62%, rgba(7, 17, 31, 0.88) 100%),
		url("assets/player pictures/tiggz_3.jpg") 40% 42% / cover no-repeat;
	opacity: 0.43;
	filter: saturate(0.82) contrast(1.04);
	-webkit-mask-image: linear-gradient(90deg, #000 0 42%, rgba(0, 0, 0, 0.78) 58%, rgba(0, 0, 0, 0.28) 78%, transparent 100%);
	mask-image: linear-gradient(90deg, #000 0 42%, rgba(0, 0, 0, 0.78) 58%, rgba(0, 0, 0, 0.28) 78%, transparent 100%);
	pointer-events: none;
}

.partners-layout {
	position: relative;
	z-index: 2;
	grid-template-columns: 1fr;
	max-width: var(--shell);
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	text-align: center;
}

.partners-copy {
	max-width: 830px;
	margin: 0 auto;
}

.partners-copy h2 {
	display: grid;
	gap: 2px;
	margin-bottom: 18px;
	font-size: clamp(3rem, 6vw, 6rem);
}

.partners-copy h2 > span {
	display: block;
	white-space: nowrap;
}

.partners-title-highlight {
	display: inline;
	color: var(--cyan);
	text-shadow: 0 0 24px rgba(4, 123, 238, 0.32);
}

.partners-copy p {
	max-width: 560px;
	margin: 0 auto 44px;
	color: rgba(255, 255, 255, 0.76);
}

.partner-actions {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 2px;
}

.partner-contact-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 218px;
	min-height: 58px;
	padding: 16px 34px;
	background: rgba(255, 255, 255, 0.92);
	color: #030406;
	font-family: var(--font-display);
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	border-radius: 0;
	box-shadow: none;
	transition: transform 180ms ease, background 180ms ease;
}

.partner-contact-button:hover,
.partner-contact-button:focus-visible {
	transform: translateY(-2px);
	background: #ffffff;
	box-shadow: none;
}

.partner-email {
	display: inline-flex;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.9rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	text-decoration: underline;
	text-decoration-color: rgba(255, 255, 255, 0.42);
	text-underline-offset: 0.22em;
}

.partner-email:hover,
.partner-email:focus-visible {
	color: #ffffff;
	text-decoration-color: rgba(255, 255, 255, 0.86);
}
@media (max-width: 480px) {
	.partners-copy h2 {
		font-size: clamp(2.12rem, 13vw, 3rem);
	}
}

.site-footer {
	padding: clamp(24px, 3.4vw, 36px) 0 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.26);
	background:
		radial-gradient(ellipse at 0% 100%, rgba(0, 0, 0, 0.32), transparent 42%),
		linear-gradient(135deg, rgba(4, 123, 238, 0.12), transparent 42%),
		linear-gradient(180deg, #07111f, #0a1b31 100%);
}

.footer-shell {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	column-gap: clamp(22px, 5vw, 62px);
	row-gap: 0;
}

.footer-brand {
	justify-self: start;
	transform: translateY(-8px);
}

.footer-brand img {
	width: clamp(190px, 19vw, 285px);
	filter: drop-shadow(0 0 18px rgba(255, 255, 255, 0.12));
}

.footer-follow {
	display: grid;
	justify-items: end;
	gap: 12px;
	margin: 0;
}

.footer-follow > span {
	font-family: var(--font-display);
	font-size: clamp(1.22rem, 2.1vw, 1.85rem);
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.footer-socials {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 11px;
}

.footer-socials a {
	width: 38px;
	height: 38px;
}

.footer-socials img {
	width: 18px;
	height: 18px;
}

.footer-mail span {
	position: relative;
	display: block;
	width: 18px;
	height: 13px;
	border: 1.6px solid currentColor;
	border-radius: 2px;
}

.footer-mail span::before,
.footer-mail span::after {
	content: "";
	position: absolute;
	top: 1px;
	width: 10px;
	height: 1.6px;
	background: currentColor;
}

.footer-mail span::before {
	left: -1px;
	transform: rotate(35deg);
	transform-origin: left center;
}

.footer-mail span::after {
	right: -1px;
	transform: rotate(-35deg);
	transform-origin: right center;
}

.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	grid-column: 1 / -1;
	width: 100%;
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.46);
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.92rem;
}

.footer-bottom p { margin: 0; }

.footer-bottom img {
	width: clamp(66px, 7vw, 96px);
	filter: drop-shadow(0 0 14px rgba(4, 123, 238, 0.16));
}

@media (max-width: 960px) {
	
.about-layout,
	.partners-layout { grid-template-columns: 1fr; }

	.player-grid { grid-template-columns: 1fr; }
	.player-card { min-height: 380px; }
}

@media (max-width: 680px) {
	:root { --shell: min(100% - 28px, 1160px); }

	.site-header {
		padding: 12px 14px;
	}

	.site-header.is-menu-open {
		background: rgba(3, 4, 6, 0.94);
		border-bottom-color: rgba(255, 255, 255, 0.1);
		box-shadow: 0 12px 36px rgba(0, 0, 0, 0.24);
		backdrop-filter: blur(14px);
	}

	.header-inner {
		position: relative;
		display: grid;
		grid-template-columns: 44px 1fr 44px;
		align-items: center;
		justify-items: center;
		gap: 0;
		width: min(430px, calc(100vw - 28px));
	}

	.header-brand {
		grid-column: 1;
		justify-self: start;
		width: 46px;
		height: 46px;
	}

	.header-brand img {
		width: 42px;
		height: 42px;
	}

	.menu-toggle {
		grid-column: 3;
		justify-self: end;
		display: grid;
		place-items: center;
		align-content: center;
		gap: 5px;
		width: 38px;
		height: 38px;
		padding: 0;
		border: 1px solid rgba(255, 255, 255, 0.18);
		background: rgba(255, 255, 255, 0.035);
		color: #ffffff;
		cursor: pointer;
		transition: border-color 180ms ease, background 180ms ease;
	}

	.menu-toggle span {
		display: block;
		width: 16px;
		height: 1px;
		background: currentColor;
		transition: transform 180ms ease, opacity 180ms ease;
	}

	.menu-toggle:hover,
	.menu-toggle:focus-visible,
	.site-header.is-menu-open .menu-toggle {
		border-color: rgba(110, 212, 255, 0.56);
		background: rgba(4, 123, 238, 0.14);
	}

	.site-header.is-menu-open .menu-toggle span:nth-child(1) {
		transform: translateY(6px) rotate(45deg);
	}

	.site-header.is-menu-open .menu-toggle span:nth-child(2) {
		opacity: 0;
	}

	.site-header.is-menu-open .menu-toggle span:nth-child(3) {
		transform: translateY(-6px) rotate(-45deg);
	}

	.main-nav {
		position: fixed;
		top: 70px;
		left: 0;
		right: 0;
		display: grid;
		gap: 0;
		width: 100%;
		padding: 8px 14px;
		background: rgba(3, 4, 6, 0.96);
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
		box-shadow: 0 20px 52px rgba(0, 0, 0, 0.42);
		backdrop-filter: blur(14px);
		font-size: 1.04rem;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transform: translateY(-10px);
		transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
	}

	.site-header.is-menu-open .main-nav {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: translateY(0);
	}

	.main-nav a {
		padding: 12px 14px;
		text-align: center;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}

	.main-nav a:last-child {
		border-bottom: 0;
	}

	.main-nav a::after {
		display: none;
	}

	.main-nav a:hover,
	.main-nav a:focus-visible {
		background: rgba(4, 123, 238, 0.12);
		color: #ffffff;
	}

	.corner {
		display: none;
	}

	.hero-section { min-height: 520px; }

	.hero-lockup { padding: 70px 0 98px; }

	.corner {
		width: 20px;
		height: 20px;
	}

	.hero-typemark { width: min(300px, 78vw); }

	h2 { font-size: clamp(2.45rem, 15vw, 4rem); }

	.hero-socials {
		bottom: 140px;
		gap: 9px;
	}

	.scroll-cue {
		bottom: 58px;
	}

	.hero-socials a,
	.hero-socials a {
		width: 34px;
		height: 34px;
	}

	.hero-socials img {
		width: 17px;
		height: 17px;
	}

	.section-band { padding: 54px 0; }

	.about-title-type {
		max-width: 360px;
		min-height: 0;
		font-size: clamp(2.35rem, 12vw, 3.25rem);
	}

	.about-media {
		--about-cut: 48px;
		min-height: 280px;
	}

	.about-cubes {
		grid-template-columns: 1fr;
		gap: 18px;
		margin-top: 34px;
	}

	.about-cube {
		min-height: auto;
		padding: 24px;
	}

	.about-cube + .about-cube::before {
		left: 18%;
		right: 18%;
		top: -9px;
		bottom: auto;
		width: auto;
		height: 1px;
	}

	.team-showcase-heading h2 { font-size: clamp(3rem, 16vw, 4.7rem); }

	.team-roster-tabs {
		gap: 0;
	}

	.roster-tab-cube {
		grid-template-columns: 24px auto;
		gap: 10px;
		min-width: 164px;
		height: 50px;
		padding: 0 16px;
	}

	.roster-tab-cube::after {
		left: 16px;
		right: 16px;
		bottom: 3px;
	}

	.roster-tab-cube img {
		width: 24px;
		height: 24px;
	}

	.roster-tab-copy strong {
		font-size: 0.82rem;
		letter-spacing: 0.06em;
	}

	.player-grid {
		display: flex;
		grid-template-columns: none;
		gap: 0;
		overflow-x: auto;
		overflow-y: visible;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.player-grid::-webkit-scrollbar {
		display: none;
	}

	.player-card {
		flex: 0 0 100%;
		width: 100%;
		min-height: 460px;
		padding: 20px;
		scroll-snap-align: start;
		scroll-snap-stop: always;
	}

	#roster-main .player-card-tiggz {
		order: -1;
	}

	.player-card-info h3 { font-size: clamp(2.55rem, 13vw, 3.6rem); }

	.player-details {
		inset: 12px;
		grid-template-rows: auto 1fr auto;
		align-content: stretch;
		gap: 6px;
		padding: 14px;
		overflow: hidden;
	}

	.player-details-header {
		padding: 0 0 8px;
		border-bottom: 0;
	}

	.profile-title {
		min-height: 104px;
		align-content: end;
		padding-bottom: 0;
	}

	.profile-name {
		font-size: clamp(2.86rem, 12vw, 3.58rem);
	}

	.profile-signature {
		margin-top: -7px;
		padding-left: 0;
		font-size: clamp(3.42rem, 14.4vw, 4.28rem);
		transform: translateY(-1px);
	}

	.player-details dl {
		position: relative;
		align-self: center;
		width: 100%;
		align-content: center;
		gap: 4px;
	}

	.player-details dl::before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: -12px;
		height: 1px;
		background: rgba(110, 212, 255, 0.2);
	}

	.player-details dl div {
		min-height: 31px;
		padding: 5px 9px 5px 12px;
	}

	.player-details dt {
		font-size: 0.6rem;
	}

	.player-details dd {
		font-size: 0.84rem;
	}

	.player-social-label {
		display: block;
		align-self: end;
		justify-self: center;
		width: 100%;
		margin: 8px 0 -2px;
		color: rgba(255, 255, 255, 0.88);
		font-family: var(--font-display);
		font-size: 2.18rem;
		font-weight: 900;
		letter-spacing: 0.04em;
		line-height: 1;
		text-align: center;
		text-transform: uppercase;
		transform: translateY(-1px);
	}

	.player-social-name {
		color: var(--cyan);
		text-shadow: 0 0 12px rgba(4, 123, 238, 0.36);
	}

	.player-socials {
		align-self: end;
		gap: 8px;
		margin-top: 10px;
	}

	.player-social {
		width: 32px;
		height: 32px;
	}

	.player-social img {
		width: 15px;
		height: 15px;
	}

	.partners-section {
		min-height: auto;
		align-items: center;
		padding: 92px 0 86px;
		text-align: center;
	}

	.partners-section::after {
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background:
			linear-gradient(180deg, rgba(7, 17, 31, 0.56), rgba(7, 17, 31, 0.7)),
			linear-gradient(90deg, rgba(7, 17, 31, 0.82), rgba(7, 17, 31, 0.24) 48%, rgba(7, 17, 31, 0.82)),
			url("assets/player pictures/tiggz_3.jpg") 50% center / cover no-repeat;
		opacity: 0.68;
		-webkit-mask-image: linear-gradient(180deg, transparent 0, #000 16%, #000 86%, transparent 100%);
		mask-image: linear-gradient(180deg, transparent 0, #000 16%, #000 86%, transparent 100%);
	}

	.partners-layout {
		display: block;
		width: var(--shell);
		padding: 0;
	}

	.partners-copy {
		max-width: 360px;
		margin: 0 auto;
		text-align: center;
	}

	.partners-copy h2 {
		justify-items: center;
		gap: 0;
		margin-bottom: 16px;
		font-size: clamp(2.6rem, 14.5vw, 4.05rem);
		line-height: 0.9;
	}

	.partners-copy h2 > span {
		white-space: normal;
	}

	.partners-copy p {
		max-width: 30ch;
		margin: 0 auto 30px;
		font-size: 0.98rem;
		line-height: 1.48;
	}

	.partner-actions {
		justify-content: center;
		margin-bottom: 6px;
	}

	.partner-contact-button {
		min-width: 196px;
		min-height: 54px;
		padding: 14px 28px;
		font-size: 1.32rem;
	}

	.partner-email {
		font-size: 0.84rem;
	}

	.partners-watermark {
		left: -74px;
		right: auto;
		top: 14%;
		width: 154px;
		opacity: 0.04;
	}
}

@media (max-width: 680px) {
	.site-footer {
		padding: 30px 0 16px;
	}

	.footer-shell {
		grid-template-columns: 1fr;
		justify-items: center;
		row-gap: 18px;
	}

	.footer-brand {
		justify-self: center;
		transform: none;
	}

	.footer-brand img {
		width: min(250px, 72vw);
	}

	.footer-follow {
		justify-items: center;
		gap: 10px;
		width: 100%;
	}

	.footer-follow > span {
		font-size: 1.45rem;
		text-align: center;
	}

	.footer-socials {
		justify-content: center;
		flex-wrap: nowrap;
		gap: 7px;
		width: 100%;
	}

	.footer-socials a {
		width: 30px;
		height: 30px;
	}

	.footer-socials img {
		width: 14px;
		height: 14px;
	}

	.footer-mail span {
		width: 15px;
		height: 11px;
		border-width: 1.4px;
	}

	.footer-mail span::before,
	.footer-mail span::after {
		top: 1px;
		width: 8px;
		height: 1.4px;
	}

	.footer-bottom {
		justify-content: space-between;
		gap: 12px;
		margin-top: 0;
		padding-top: 14px;
		font-size: 0.78rem;
		text-align: left;
	}

	.footer-rights-extra {
		display: none;
	}

	.footer-bottom img {
		width: 68px;
	}
}
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }

	*,
	*::before,
	*::after {
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

.error-page {
	min-height: 100vh;
	display: grid;
	place-items: center;
	padding: 32px 20px;
	background:
		linear-gradient(135deg, rgba(4, 123, 238, 0.12), transparent 42%),
		#05070a;
	color: #ffffff;
	text-align: center;
}

.error-page-inner {
	width: min(560px, 100%);
}

.error-page-brand {
	display: inline-block;
	margin-bottom: 34px;
}

.error-page-brand img {
	width: 72px;
	height: 72px;
	object-fit: contain;
}

.error-page-code {
	margin: 0;
	color: var(--cyan);
	font-family: var(--font-display);
	font-size: clamp(5rem, 18vw, 9rem);
	font-weight: 900;
	line-height: 0.8;
	letter-spacing: 0.04em;
}

.error-page h1 {
	margin: 28px 0 14px;
	font-size: clamp(2rem, 6vw, 3.6rem);
}

.error-page-copy {
	margin: 0 auto 28px;
	max-width: 440px;
	color: var(--muted);
}

.error-page-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 14px 26px;
	background: #ffffff;
	color: #05070a;
	font-family: var(--font-display);
	font-size: 1.15rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.error-page-link:hover,
.error-page-link:focus-visible {
	background: var(--cyan);
}









