html,
body.gb-city-gateway-active {
	margin: 0 !important;
	max-width: 100% !important;
	overflow-x: clip !important;
	background: #080909 !important;
}

body.gb-city-gateway-active .entry-content,
body.gb-city-gateway-active .site-main,
body.gb-city-gateway-active .site-content {
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow-x: clip !important;
}

body.gb-city-gateway-active #masthead,
body.gb-city-gateway-active #colophon,
body.gb-city-gateway-active .site-header,
body.gb-city-gateway-active .site-footer,
body.gb-city-gateway-active .elementor-location-header,
body.gb-city-gateway-active .elementor-location-footer,
body.gb-city-gateway-active .wp-site-blocks > header,
body.gb-city-gateway-active .wp-site-blocks > footer {
	display: none !important;
}

.gb-gateway,
.gb-gateway * {
	box-sizing: border-box;
}

.gb-gateway {
	--gb-ink: #080909;
	--gb-paper: #fff8ec;
	--gb-muted: rgba(255, 248, 236, 0.66);
	--gb-gold: #dec16d;
	--gb-cognac: #b97843;
	--gb-orange: #ff5b2a;
	--gb-ice: #eef4f2;
	--gb-line: rgba(255, 248, 236, 0.12);
	position: relative;
	isolation: isolate;
	min-height: 100svh;
	padding: clamp(18px, 3vw, 42px);
	overflow: hidden;
	color: var(--gb-paper);
	font-family: "Manrope", sans-serif;
	background:
		radial-gradient(circle at var(--gb-mx, 18%) var(--gb-my, 24%), rgba(222, 193, 109, 0.2), transparent 24rem),
		radial-gradient(circle at 82% 16%, rgba(255, 91, 42, 0.15), transparent 22rem),
		linear-gradient(90deg, rgba(255, 248, 236, 0.045) 1px, transparent 1px),
		linear-gradient(180deg, rgba(255, 248, 236, 0.04) 1px, transparent 1px),
		linear-gradient(135deg, #070808 0%, #111312 42%, #23231f 100%);
	background-size: auto, auto, 72px 72px, 72px 72px, auto;
}

.gb-gateway::before {
	position: absolute;
	inset: 0;
	z-index: -3;
	background:
		linear-gradient(112deg, transparent 0 52%, rgba(185, 120, 67, 0.38) 52% 64%, transparent 64%),
		radial-gradient(circle at 14% 82%, rgba(79, 103, 72, 0.24), transparent 18rem);
	content: "";
}

.gb-gateway::after {
	position: absolute;
	right: -16vw;
	bottom: -10vw;
	z-index: -2;
	width: min(760px, 74vw);
	aspect-ratio: 1;
	background: radial-gradient(circle, rgba(255, 248, 236, 0.11), transparent 66%);
	border-radius: 50%;
	content: "";
	animation: gbGatewayBreathe 7s ease-in-out infinite alternate;
}

.gb-gateway__noise {
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background-image:
		radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px),
		radial-gradient(circle at 80% 40%, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px);
	background-size: 18px 18px, 23px 23px;
	mix-blend-mode: screen;
	opacity: 0.54;
}

.gb-gateway__orb {
	position: absolute;
	z-index: -1;
	border-radius: 50%;
	filter: blur(22px);
	opacity: 0.65;
	pointer-events: none;
}

.gb-gateway__orb--gold {
	top: 12%;
	left: 6%;
	width: 16rem;
	aspect-ratio: 1;
	background: rgba(222, 193, 109, 0.2);
	animation: gbGatewayDrift 11s ease-in-out infinite;
}

.gb-gateway__orb--ice {
	right: 7%;
	bottom: 10%;
	width: 20rem;
	aspect-ratio: 1;
	background: rgba(238, 244, 242, 0.12);
	animation: gbGatewayDrift 13s ease-in-out infinite reverse;
}

.gb-gateway__ticker {
	position: absolute;
	top: 18%;
	left: 0;
	z-index: -1;
	width: 100%;
	overflow: hidden;
	color: rgba(255, 248, 236, 0.045);
	font-family: "Archivo Black", sans-serif;
	font-size: clamp(80px, 15vw, 230px);
	line-height: 0.8;
	white-space: nowrap;
}

.gb-gateway__ticker span {
	display: inline-block;
	min-width: 200%;
	animation: gbGatewayMarquee 24s linear infinite;
}

.gb-gateway__shell {
	position: relative;
	z-index: 2;
	width: min(1440px, 100%);
	min-height: calc(100svh - clamp(36px, 6vw, 84px));
	margin: 0 auto;
	padding: clamp(18px, 3vw, 44px);
	background: linear-gradient(145deg, rgba(255, 248, 236, 0.075), rgba(255, 248, 236, 0.028));
	border: 1px solid rgba(255, 248, 236, 0.14);
	border-radius: clamp(34px, 4vw, 64px);
	box-shadow: 0 40px 120px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(18px);
}

.gb-gateway__topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: clamp(34px, 7vw, 96px);
}

.gb-gateway__brand {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
}

.gb-gateway__brand-mark {
	display: grid;
	width: 58px;
	aspect-ratio: 1;
	place-items: center;
	color: #111312;
	font-family: "Archivo Black", sans-serif;
	font-size: 21px;
	letter-spacing: -0.08em;
	background: linear-gradient(135deg, var(--gb-paper), #e8d9b2);
	border-radius: 50%;
	box-shadow: 0 16px 42px rgba(222, 193, 109, 0.22);
}

.gb-gateway__brand-text,
.gb-gateway__status {
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.gb-gateway__brand-text {
	color: rgba(255, 248, 236, 0.9);
}

.gb-gateway__status {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 18px;
	color: rgba(255, 248, 236, 0.76);
	background: rgba(255, 248, 236, 0.06);
	border: 1px solid rgba(255, 248, 236, 0.12);
	border-radius: 999px;
}

.gb-gateway__status span {
	width: 9px;
	aspect-ratio: 1;
	background: var(--gb-orange);
	border-radius: 50%;
	box-shadow: 0 0 24px rgba(255, 91, 42, 0.9);
}

.gb-gateway__intro {
	max-width: 980px;
	margin-bottom: clamp(30px, 5vw, 72px);
}

.gb-gateway__intro p:first-child {
	margin: 0 0 16px;
	color: var(--gb-gold);
	font-size: clamp(13px, 1.5vw, 18px);
	font-weight: 900;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

.gb-gateway__intro h1 {
	max-width: 980px;
	margin: 0;
	color: var(--gb-paper);
	font-family: "Archivo Black", sans-serif;
	font-size: clamp(54px, 9.6vw, 154px);
	font-weight: 900;
	line-height: 0.82;
	letter-spacing: -0.08em;
	text-transform: uppercase;
	text-wrap: balance;
}

.gb-gateway__intro h1 span {
	display: inline-block;
	color: transparent;
	background: linear-gradient(110deg, #fff8ec 0%, #dec16d 40%, #ff5b2a 72%, #eef4f2 100%);
	-webkit-background-clip: text;
	background-clip: text;
	animation: gbGatewayTitleSheen 7s linear infinite;
	background-size: 220% 100%;
}

.gb-gateway__line {
	width: min(520px, 82vw);
	height: 10px;
	margin: clamp(20px, 3vw, 36px) 0;
	background: linear-gradient(90deg, var(--gb-gold), var(--gb-cognac), var(--gb-orange), transparent);
	border-radius: 999px;
	box-shadow: 0 18px 48px rgba(185, 120, 67, 0.3);
}

.gb-gateway__lead {
	max-width: 740px;
	margin: 0;
	color: rgba(255, 248, 236, 0.78);
	font-size: clamp(18px, 2.4vw, 28px);
	font-weight: 500;
	line-height: 1.45;
}

.gb-gateway__cities {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(18px, 2.4vw, 34px);
}

.gb-city-card {
	position: relative;
	display: grid;
	min-height: clamp(520px, 58vw, 720px);
	padding: clamp(20px, 2.8vw, 38px);
	overflow: hidden;
	color: inherit;
	text-decoration: none !important;
	background: rgba(255, 248, 236, 0.06);
	border: 1px solid rgba(255, 248, 236, 0.16);
	border-radius: clamp(30px, 3vw, 52px);
	box-shadow: 0 30px 100px rgba(0, 0, 0, 0.34);
	transform: translateY(0);
	transition: transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1), border-color 420ms ease, box-shadow 420ms ease;
}

.gb-city-card:hover,
.gb-city-card:focus-visible {
	border-color: rgba(255, 248, 236, 0.38);
	box-shadow: 0 42px 130px rgba(0, 0, 0, 0.48);
	transform: translateY(-8px);
	outline: none;
}

.gb-city-card::before {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.78)),
		linear-gradient(90deg, rgba(255, 248, 236, 0.08) 1px, transparent 1px),
		linear-gradient(180deg, rgba(255, 248, 236, 0.07) 1px, transparent 1px);
	background-size: auto, 46px 46px, 46px 46px;
	content: "";
}

.gb-city-card::after {
	position: absolute;
	top: var(--card-y, 50%);
	left: var(--card-x, 50%);
	z-index: 2;
	width: 28rem;
	aspect-ratio: 1;
	background: radial-gradient(circle, rgba(255, 248, 236, 0.16), transparent 58%);
	border-radius: 50%;
	content: "";
	pointer-events: none;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: opacity 280ms ease;
}

.gb-city-card:hover::after,
.gb-city-card:focus-visible::after {
	opacity: 1;
}

.gb-city-card__glow {
	position: absolute;
	inset: auto -18% -22% auto;
	z-index: 2;
	width: 56%;
	aspect-ratio: 1;
	border-radius: 50%;
	filter: blur(12px);
	opacity: 0.85;
}

.gb-city-card--topolcany {
	background:
		linear-gradient(140deg, rgba(54, 34, 20, 0.88), rgba(13, 15, 16, 0.72)),
		#151210;
}

.gb-city-card--topolcany .gb-city-card__glow {
	background: radial-gradient(circle, rgba(222, 193, 109, 0.48), rgba(185, 120, 67, 0.18), transparent 64%);
}

.gb-city-card--trnava {
	background:
		linear-gradient(140deg, rgba(238, 244, 242, 0.94), rgba(248, 242, 231, 0.82)),
		#f7f2ea;
	color: #0d0f10;
}

.gb-city-card--trnava::before {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(238, 244, 242, 0.62)),
		linear-gradient(90deg, rgba(13, 15, 16, 0.06) 1px, transparent 1px),
		linear-gradient(180deg, rgba(13, 15, 16, 0.055) 1px, transparent 1px);
	background-size: auto, 46px 46px, 46px 46px;
}

.gb-city-card--trnava .gb-city-card__glow {
	background: radial-gradient(circle, rgba(255, 91, 42, 0.5), rgba(255, 91, 42, 0.16), transparent 64%);
}

.gb-city-card__media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.gb-city-card__photo {
	position: absolute;
	background-position: center;
	background-size: cover;
	border: 8px solid rgba(255, 248, 236, 0.82);
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
	filter: saturate(0.84) contrast(1.08) brightness(0.8);
	transition: transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 700ms ease;
}

.gb-city-card:hover .gb-city-card__photo,
.gb-city-card:focus-visible .gb-city-card__photo {
	filter: saturate(0.98) contrast(1.12) brightness(0.9);
	transform: scale(1.035);
}

.gb-city-card--topolcany .gb-city-card__photo--main {
	right: -8%;
	bottom: 18%;
	width: 72%;
	height: 55%;
	background-image: var(--gb-gateway-topo-main);
	border-radius: 42px 0 0 42px;
}

.gb-city-card--topolcany .gb-city-card__photo--float {
	top: 9%;
	left: 8%;
	width: 40%;
	height: 32%;
	background-image: var(--gb-gateway-topo-float);
	border-radius: 34px;
}

.gb-city-card--trnava .gb-city-card__photo--main {
	right: -5%;
	bottom: 13%;
	width: 76%;
	height: 58%;
	background-image: var(--gb-gateway-trnava-main);
	border-radius: 42px 0 0 42px;
	filter: saturate(0.78) contrast(1.05) brightness(1.02);
}

.gb-city-card--trnava .gb-city-card__photo--float {
	top: 10%;
	left: 8%;
	width: 42%;
	height: 31%;
	background-image: var(--gb-gateway-trnava-float);
	border-radius: 34px;
	filter: saturate(0.78) contrast(1.05) brightness(1.08);
}

.gb-city-card__content,
.gb-city-card__bottom {
	position: relative;
	z-index: 4;
}

.gb-city-card__content {
	align-self: end;
	width: 100%;
	max-width: 100%;
}

.gb-city-card__content p {
	margin: 0 0 12px;
	color: var(--gb-gold);
	font-size: clamp(12px, 1.2vw, 15px);
	font-weight: 900;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.gb-city-card--trnava .gb-city-card__content p {
	color: var(--gb-orange);
}

.gb-city-card__content h2 {
	margin: 0 0 14px;
	font-family: "Archivo Black", sans-serif;
	font-size: clamp(40px, 5.1vw, 82px);
	line-height: 0.9;
	letter-spacing: -0.055em;
	text-transform: uppercase;
	text-shadow: 0 18px 44px rgba(0, 0, 0, 0.36);
	white-space: normal;
	word-break: keep-all;
}

.gb-city-card--topolcany .gb-city-card__content h2 {
	color: #fff7e8;
	font-size: clamp(34px, 4.25vw, 64px);
	line-height: 0.94;
	letter-spacing: -0.042em;
	text-shadow: 0 16px 38px rgba(0, 0, 0, 0.78), 0 0 28px rgba(222, 193, 109, 0.22);
}

.gb-city-card__content span {
	display: block;
	max-width: 540px;
	color: rgba(255, 248, 236, 0.75);
	font-size: clamp(16px, 1.6vw, 21px);
	font-weight: 600;
	line-height: 1.38;
}

.gb-city-card--trnava .gb-city-card__content span {
	color: rgba(13, 15, 16, 0.64);
}

.gb-city-card__bottom {
	display: inline-flex;
	align-items: center;
	align-self: end;
	justify-self: start;
	gap: 16px;
	margin-top: 28px;
	padding: 16px 20px 16px 24px;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	background: rgba(255, 248, 236, 0.1);
	border: 1px solid rgba(255, 248, 236, 0.16);
	border-radius: 999px;
	backdrop-filter: blur(10px);
}

.gb-city-card--topolcany .gb-city-card__bottom {
	color: #fff7e8;
	background: rgba(255, 248, 236, 0.16);
	border-color: rgba(255, 248, 236, 0.24);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09), 0 18px 42px rgba(0, 0, 0, 0.28);
}

.gb-city-card--topolcany .gb-city-card__bottom strong {
	color: #fff7e8;
	text-shadow: 0 1px 18px rgba(0, 0, 0, 0.45);
}

.gb-city-card--trnava .gb-city-card__bottom {
	background: #0d0f10;
	color: var(--gb-paper);
}

.gb-city-card__bottom i {
	display: grid;
	width: 34px;
	aspect-ratio: 1;
	place-items: center;
	font-style: normal;
	background: linear-gradient(135deg, var(--gb-gold), var(--gb-cognac));
	border-radius: 50%;
	transition: transform 260ms ease;
}

.gb-city-card:hover .gb-city-card__bottom i,
.gb-city-card:focus-visible .gb-city-card__bottom i {
	transform: translateX(5px);
}

.gb-gateway__foot {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: clamp(20px, 3vw, 40px);
	color: rgba(255, 248, 236, 0.54);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.gb-gateway__foot span {
	padding: 12px 15px;
	background: rgba(255, 248, 236, 0.055);
	border: 1px solid rgba(255, 248, 236, 0.09);
	border-radius: 999px;
}

@keyframes gbGatewayBreathe {
	from { transform: scale(0.96); opacity: 0.5; }
	to { transform: scale(1.08); opacity: 0.9; }
}

@keyframes gbGatewayDrift {
	0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
	50% { transform: translate3d(28px, -20px, 0) scale(1.08); }
}

@keyframes gbGatewayMarquee {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

@keyframes gbGatewayTitleSheen {
	0% { background-position: 0% 50%; }
	100% { background-position: 220% 50%; }
}

@media (max-width: 980px) {
	.gb-gateway__cities {
		grid-template-columns: 1fr;
	}

	.gb-city-card {
		min-height: 560px;
	}
}

@media (max-width: 680px) {
	.gb-gateway {
		padding: 12px;
		background-size: auto, auto, 46px 46px, 46px 46px, auto;
	}

	.gb-gateway__shell {
		min-height: calc(100svh - 24px);
		padding: 18px;
		border-radius: 34px;
	}

	.gb-gateway__topbar {
		align-items: flex-start;
		margin-bottom: 46px;
	}

	.gb-gateway__brand-text {
		display: none;
	}

	.gb-gateway__brand-mark {
		width: 52px;
	}

	.gb-gateway__status {
		padding: 12px 13px;
		font-size: 11px;
		letter-spacing: 0.12em;
	}

	.gb-gateway__intro h1 {
		font-size: clamp(48px, 16vw, 78px);
	}

	.gb-gateway__lead {
		font-size: 17px;
	}

	.gb-gateway__line {
		height: 8px;
	}

	.gb-city-card {
		min-height: 540px;
		padding: 20px;
		border-radius: 34px;
	}

	.gb-city-card__content h2 {
		font-size: clamp(38px, 12vw, 60px);
		line-height: 0.88;
	}

	.gb-city-card--topolcany .gb-city-card__content h2 {
		font-size: clamp(29px, 8.6vw, 38px);
		line-height: 0.98;
		letter-spacing: -0.035em;
	}

	.gb-city-card__content span {
		font-size: 15px;
	}

	.gb-city-card--topolcany .gb-city-card__photo--main,
	.gb-city-card--trnava .gb-city-card__photo--main {
		right: -24%;
		bottom: 18%;
		width: 95%;
		height: 46%;
	}

	.gb-city-card--topolcany .gb-city-card__photo--float,
	.gb-city-card--trnava .gb-city-card__photo--float {
		top: 8%;
		left: 8%;
		width: 58%;
		height: 28%;
	}

	.gb-city-card__bottom {
		width: 100%;
		justify-content: space-between;
	}

	.gb-city-card--topolcany .gb-city-card__bottom {
		width: calc(100% - 10px);
		padding: 17px 16px 17px 22px;
	}

	.gb-city-card--topolcany .gb-city-card__bottom i {
		flex: 0 0 auto;
	}

	.gb-gateway__foot {
		display: none;
	}
}

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