:root {
	--nx-accent: #c9142e;
	--nx-text: #f7f2e9;
	--nx-overlay: 11, 9, 11;
	--nx-overlay-opacity: 0.58;
	--nx-bg-position: center center;
	--nx-media-opacity: 1;
	--nx-bg-blur: 0px;
	--nx-image-grayscale: grayscale(1);
	--nx-panel-opacity: .72;
	--nx-panel-blur: 18px;
	--nx-main-logo-width: 104px;
	--nx-ku-logo-width: 320px;
	--nx-fa-logo-width: 300px;
	--nx-en-logo-width: 330px;
	--nx-logo-stack-gap: 24px;
	--nx-language-gap: 38px;
	--nx-editorial-content-width: 460px;
	--nx-editorial-offset-x: 0px;
	--nx-editorial-offset-y: 0px;
	--nx-editorial-align: center;
	--nx-editorial-text-align: center;
	--nx-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

.nx-landing-document,
.nx-landing-body {
	min-width: 320px;
	min-height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	background: #0b090b;
}

.nx-landing-body {
	overflow: hidden;
}

.nx-landing,
.nx-landing *,
.nx-landing *::before,
.nx-landing *::after {
	box-sizing: border-box;
}

.nx-landing {
	--nx-pointer-x: 0;
	--nx-pointer-y: 0;
	position: relative;
	isolation: isolate;
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 100vh;
	min-height: 100svh;
	overflow: hidden;
	font-family: Inter, "Segoe UI", Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}

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

.nx-landing__media,
.nx-landing__media img,
.nx-landing__veil,
.nx-landing__grain,
.nx-landing__frame {
	position: absolute;
	inset: 0;
}

.nx-landing__media {
	z-index: -5;
	overflow: hidden;
}

.nx-landing__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: var(--nx-bg-position);
	opacity: var(--nx-media-opacity);
	filter: var(--nx-image-grayscale) blur(var(--nx-bg-blur));
	transform: scale(1.02);
}

.nx-landing__veil {
	z-index: -4;
	pointer-events: none;
}

.nx-landing__grain {
	z-index: 20;
	opacity: 0.08;
	background-image:
		repeating-radial-gradient(circle at 22% 38%, rgba(255,255,255,.7) 0 0.4px, transparent .7px 3px),
		repeating-linear-gradient(91deg, rgba(0,0,0,.5) 0 1px, transparent 1px 5px);
	background-size: 7px 7px, 11px 11px;
	mix-blend-mode: soft-light;
	pointer-events: none;
}

.nx-landing__frame {
	z-index: 19;
	inset: 18px;
	border: 1px solid rgba(255,255,255,.14);
	pointer-events: none;
}

.nx-grain-disabled .nx-landing__grain,
.nx-frame-disabled .nx-landing__frame {
	display: none;
}

.nx-glass-enabled .nx-languages {
	padding: clamp(12px, 1.5vw, 22px) clamp(16px, 2vw, 28px);
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 18px;
	background: rgba(var(--nx-overlay), var(--nx-panel-opacity));
	box-shadow: 0 22px 70px rgba(0,0,0,.18);
	-webkit-backdrop-filter: blur(var(--nx-panel-blur)) saturate(1.12);
	backdrop-filter: blur(var(--nx-panel-blur)) saturate(1.12);
}

.nx-glass-enabled .nx-languages__helper {
	opacity: .78;
}

.nx-landing__header,
.nx-landing__footer,
.nx-landing__stage {
	position: relative;
	z-index: 4;
	width: min(100% - clamp(48px, 7vw, 124px), 1680px);
	margin-inline: auto;
}

.nx-landing__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 100px;
	padding-top: max(10px, env(safe-area-inset-top));
}

.nx-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: inherit;
	text-decoration: none;
}

.nx-brand__mark {
	display: block;
	width: 34px;
	height: 48px;
}

.nx-brand__mark svg {
	display: block;
	width: 100%;
	height: 100%;
}

.nx-brand__name {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.18rem;
	font-weight: 700;
	letter-spacing: .21em;
}

.nx-brand__custom {
	display: block;
	width: auto;
	max-width: min(260px, 38vw);
	height: 56px;
	object-fit: contain;
}

.nx-landing__edition {
	font-size: .58rem;
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.nx-landing__stage {
	display: grid;
	flex: 1;
	align-items: center;
	min-height: 0;
	padding-block: 30px;
}

.nx-landing__copy,
.nx-languages {
	position: relative;
	z-index: 5;
}

.nx-landing__kicker {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 20px;
	font-size: .58rem;
	font-weight: 750;
	letter-spacing: .26em;
	line-height: 1.5;
	text-transform: uppercase;
}

.nx-landing__kicker::before {
	display: inline-block;
	width: 30px;
	height: 1px;
	background: var(--nx-accent);
	content: "";
}

.nx-landing__copy h1 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: -.055em;
	line-height: .92;
	text-wrap: balance;
}

.nx-landing__copy h1 span {
	display: block;
}

.nx-landing__description {
	max-width: 510px;
	margin: 25px 0 0;
	font-size: clamp(.76rem, .95vw, .95rem);
	line-height: 1.85;
}

.nx-landing__art {
	position: relative;
	z-index: 2;
	display: grid;
	place-items: center;
	pointer-events: none;
}

.nx-thread,
.nx-aperture {
	position: absolute;
	top: 50%;
	left: 50%;
	width: min(38vw, 600px);
	aspect-ratio: 1;
	transform: translate(-50%, -50%);
}

.nx-thread__orbit,
.nx-thread__stroke,
.nx-aperture__ring,
.nx-aperture__core {
	position: absolute;
	border-radius: 50%;
}

.nx-thread__orbit--one { inset: 4%; border: 2px solid var(--nx-accent); }
.nx-thread__orbit--two { inset: 17%; border: 1px solid rgba(201,20,46,.45); transform: translate(9%, -3%); }
.nx-thread__stroke { inset: 29%; border: 1px solid rgba(201,20,46,.26); transform: translate(-12%, 8%); }

.nx-aperture__ring--outer { inset: 2%; border: 1px solid rgba(255,255,255,.22); }
.nx-aperture__ring--middle { inset: 15%; border: 18px solid var(--nx-accent); border-left-color: transparent; border-bottom-color: transparent; transform: rotate(23deg); }
.nx-aperture__ring--inner { inset: 31%; border: 1px dashed rgba(255,255,255,.2); }
.nx-aperture__core { inset: 42%; background: rgba(0,0,0,.18); box-shadow: 0 0 55px rgba(201,20,46,.18); }

.nx-languages {
	display: flex;
	flex-direction: column;
	align-self: center;
}

.nx-languages__helper {
	margin: 0 0 16px;
	font-size: .62rem;
	letter-spacing: .12em;
	opacity: .62;
}

.nx-language {
	position: relative;
	display: flex;
	align-items: center;
	gap: 16px;
	min-height: 74px;
	border-top: 1px solid currentColor;
	color: inherit;
	text-decoration: none;
	transition: opacity 220ms ease, padding 350ms var(--nx-ease), color 220ms ease;
}

.nx-language:last-child {
	border-bottom: 1px solid currentColor;
}

.nx-language__copy {
	display: flex;
	flex: 1;
	align-items: baseline;
	justify-content: space-between;
	gap: 18px;
}

.nx-language strong {
	font-family: Georgia, Tahoma, serif;
	font-size: clamp(1.35rem, 2vw, 2rem);
	font-weight: 400;
}

.nx-language small,
.nx-language__last {
	font-size: .54rem;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
	opacity: .55;
}

.nx-language__last {
	position: absolute;
	right: 28px;
	bottom: 7px;
	color: var(--nx-accent);
	opacity: 0;
}

.nx-language.is-last-choice .nx-language__last {
	opacity: 1;
}

.nx-language__arrow {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	border: 1px solid currentColor;
	border-radius: 50%;
	font-size: .8rem;
	transition: color 220ms ease, background 220ms ease, transform 350ms var(--nx-ease);
}

@media (hover:hover) and (pointer:fine) {
	.nx-language:hover { padding-inline: 10px; }
	.nx-language:hover .nx-language__arrow { color: #fff; background: var(--nx-accent); border-color: var(--nx-accent); transform: rotate(45deg); }
}

.nx-language:focus-visible,
.nx-brand:focus-visible,
.nx-preview-exit:focus-visible {
	outline: 2px solid var(--nx-accent);
	outline-offset: 5px;
}

.nx-landing__footer {
	display: flex;
	align-items: center;
	gap: 16px;
	min-height: 72px;
	padding-bottom: max(8px, env(safe-area-inset-bottom));
	font-size: .55rem;
	font-weight: 700;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.nx-landing__footer-rule {
	flex: 1;
	height: 1px;
	background: currentColor;
	opacity: .18;
}

.nx-preview-exit {
	position: fixed;
	z-index: 100;
	top: 18px;
	right: 18px;
	padding: 10px 14px;
	border-radius: 999px;
	color: #fff;
	background: #c9142e;
	font: 600 12px/1.2 Inter, sans-serif;
	text-decoration: none;
	box-shadow: 0 8px 28px rgba(0,0,0,.25);
}

.nx-motion-enabled:not(.is-ready) .nx-brand,
.nx-motion-enabled:not(.is-ready) .nx-landing__copy,
.nx-motion-enabled:not(.is-ready) .nx-languages,
.nx-motion-enabled:not(.is-ready) .nx-landing__footer {
	opacity: 0;
	transform: translateY(18px);
}

.nx-motion-enabled .nx-brand,
.nx-motion-enabled .nx-landing__copy,
.nx-motion-enabled .nx-languages,
.nx-motion-enabled .nx-landing__footer {
	transition: opacity 900ms var(--nx-ease), transform 900ms var(--nx-ease);
}

.nx-motion-enabled .nx-languages { transition-delay: 140ms; }
.nx-motion-enabled .nx-landing__footer { transition-delay: 220ms; }

.nx-landing.is-leaving {
	opacity: 0;
	transition: opacity 220ms ease;
}

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

@media (max-width: 860px) {
	.nx-landing-body { overflow: auto; }
	.nx-landing { min-height: 100svh; overflow-y: auto; }
	.nx-landing__frame { inset: 10px; }
	.nx-landing__header,
	.nx-landing__footer,
	.nx-landing__stage { width: min(100% - 40px, 680px); }
	.nx-landing__header { min-height: 76px; }
	.nx-landing__edition { display: none; }
	.nx-brand__mark { width: 27px; height: 39px; }
	.nx-brand__name { font-size: .95rem; }
	.nx-landing__stage { min-height: calc(100svh - 136px); padding: 22px 0 86px; }
	.nx-landing__footer { position: absolute; right: 20px; bottom: 12px; left: 20px; width: auto; min-height: 42px; }
	.nx-landing__footer-rule { display: none; }
	.nx-landing__footer span:nth-child(3) { margin-left: auto; }
	.nx-glass-enabled .nx-languages { border-radius: 14px; }
}

@media (max-width: 520px) {
	.nx-landing__header,
	.nx-landing__footer,
	.nx-landing__stage { width: calc(100% - 32px); }
	.nx-landing__header { min-height: 68px; }
	.nx-landing__stage { min-height: calc(100svh - 118px); padding-top: 12px; }
	.nx-landing__kicker { margin-bottom: 14px; font-size: .52rem; }
	.nx-landing__description { line-height: 1.65; }
	.nx-landing__footer { right: 16px; bottom: 8px; left: 16px; font-size: .48rem; }
}

@media (max-height: 650px) and (min-width: 861px) {
	.nx-landing__header { min-height: 76px; }
	.nx-landing__footer { min-height: 54px; }
	.nx-language { min-height: 58px; }
}

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