/* Glazbena Pandemija — Core variables, reset, typography, header, navigation and shared buttons. */

:root {
	--gp-black: #080808;
	--gp-ink: #161616;
	--gp-graphite: #242424;
	--gp-muted: #727272;
	--gp-line: #e6e2d8;
	--gp-cream: #f7f0df;
	--gp-paper: #fffaf0;
	--gp-yellow: #ff6b00;
	--gp-yellow-dark: #e1ad00;
	--gp-orange: #ff6b00;
	--gp-purple: #600099;
	--gp-red: #d92626;
	--gp-radius: 8px;
	--gp-shadow: 0 18px 48px rgba(0, 0, 0, .18);
	--gp-container: 1180px;
	--gp-type-h1: clamp(42px, 5vw, 60px);
	--gp-type-h2: clamp(30px, 3.2vw, 40px);
	--gp-type-h3: clamp(22px, 2vw, 28px);
	--gp-type-body: 17px;
	--gp-type-small: 14px;
	--gp-landing-h1: clamp(42px, 4.8vw, 60px);
	--gp-landing-lead: clamp(17px, 1.45vw, 19px);
	--gp-landing-kicker: 13px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	max-width: 100%;
	overflow-x: hidden;
}

body {
	margin: 0;
	max-width: 100%;
	overflow-x: hidden;
	color: #fff;
	    background: radial-gradient(circle at 48% 24%, rgba(111, 0, 162, .5) 0%, rgba(42, 0, 62, .34) 32%, rgba(5, 0, 8, 0) 66%), linear-gradient(180deg, #07000b 0%, #16001f 42%, #07000b 100%);
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

/* Standard page heading rhythm is defined in content.css. */

img {
	display: block;
	max-width: 100%;
	height: auto;
}

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

p {
	margin: 0 0 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 1rem;
	color: inherit;
	line-height: 1.05;
	letter-spacing: 0;
}

h1 {
	font-size: var(--gp-type-h1);
	font-weight: 900;
}

h2 {
	font-size: var(--gp-type-h2);
	font-weight: 900;
}

h3 {
	font-size: var(--gp-type-h3);
	font-weight: 800;
}

.gp-container {
	width: min(var(--gp-container), calc(100% - 40px));
	margin: 0 auto;
}

.gp-narrow {
	width: min(1120px, calc(100% - 40px));
}

.gp-skip-link {
	position: absolute;
	top: -100px;
	left: 20px;
	z-index: 9999;
	padding: 10px 14px;
	border-radius: 6px;
	background: var(--gp-yellow);
	color: #000;
	font-weight: 800;
}

.gp-skip-link:focus {
	top: 20px;
}

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

.gp-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: #fff;
	color: #6e6e6e;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .08);
}
.gp-topbar {
	min-height: 40px;
	background: linear-gradient(90deg, #171318 0%, #211022 36%, var(--gp-purple) 100%);
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.1;
}

.gp-topbar__inner,
.gp-topbar__contacts,
.gp-topbar__item,
.gp-topbar__socials,
.gp-topbar__socials a {
	display: flex;
	align-items: center;
}

.gp-topbar__inner {
	justify-content: space-between;
	min-height: 40px;
	gap: 22px;
}

.gp-topbar__contacts {
	flex-wrap: wrap;
	gap: 12px 18px;
}

.gp-topbar__item {
	gap: 5px;
	color: #fff;
	white-space: nowrap;
}

.gp-topbar .dashicons {
	width: 16px;
	height: 16px;
	font-size: 16px;
	line-height: 1;
}

.gp-topbar__socials {
	gap: 18px;
	margin-left: auto;
}

.gp-topbar__socials a {
	justify-content: center;
	color: #fff;
	transition: color .18s ease;
}

.gp-topbar__socials a:hover {
	color: var(--gp-orange);
}

.gp-header__main {
	position: relative;
	background: #fff;
}

.gp-header__inner {
	display: flex;
	align-items: center;
	gap: 38px;
	min-height: 64px;
}

.gp-brand {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: max-content;
}

.gp-brand img {
	max-height: 58px;
	width: auto;
}

.gp-brand__logo {
	display: block;
	height: auto;
}

.gp-nav {
	flex: 1 1 auto;
	min-width: 0;
}

.gp-menu {
	display: flex;
	align-items: center;
	gap: 34px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.gp-menu li {
	position: relative;
}

.gp-menu a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #727272;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
	transition: color .18s ease;
}

.gp-menu a:hover,
.gp-menu .current-menu-item > a {
	color: var(--gp-orange);
}

.gp-menu > .menu-item-has-children > a::after {
	content: "";
	width: 0;
	height: 0;
	margin-top: 3px;
	border-top: 6px solid currentColor;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	opacity: .8;
}

.gp-menu .sub-menu {
	position: absolute;
	top: calc(100% + 18px);
	left: 0;
	z-index: 20;
	display: grid;
	min-width: 230px;
	padding: 10px;
	margin: 0;
	list-style: none;
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(0, 0, 0, .16);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.gp-menu .sub-menu::before {
	content: "";
	position: absolute;
	top: -18px;
	right: 0;
	left: 0;
	height: 18px;
}

.gp-menu li:hover > .sub-menu,
.gp-menu li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.gp-menu .sub-menu a {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 10px 12px;
	border-radius: 4px;
	color: #5f5f5f;
	font-size: 15px;
	white-space: nowrap;
}

.gp-menu .sub-menu a:hover {
	background: #fff2e7;
	color: var(--gp-orange);
}

.gp-menu-toggle {
	display: none;
	position: relative;
	width: 46px;
	height: 42px;
	padding: 0;
	border: 3px solid #1e1e1e;
	border-radius: 6px;
	background: var(--gp-orange);
	cursor: pointer;
}

.gp-menu-toggle span:not(.screen-reader-text) {
	display: block;
	width: 22px;
	height: 3px;
	margin: 4px auto;
	border-radius: 99px;
	background: #fff;
	transition: opacity .18s ease, transform .18s ease;
}

.gp-menu-toggle.is-active span:not(.screen-reader-text):nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.gp-menu-toggle.is-active span:not(.screen-reader-text):nth-child(2) {
	opacity: 0;
}

.gp-menu-toggle.is-active span:not(.screen-reader-text):nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}



/* ==========================================================
   SHARED UI PRIMITIVES
   Kept in base.css because these are used outside the homepage.
========================================================== */
.gp-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 12px;
	color: var(--gp-orange);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.gp-eyebrow::before {
	content: "";
	width: 28px;
	height: 2px;
	background: currentColor;
}

.gp-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 22px;
	border: 2px solid transparent;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	transition: transform .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease;
}

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

.gp-button--primary {
	background: var(--gp-orange);
	color: #fff;
}

.gp-button--primary:hover {
	background: #ff7d1f;
	color: #fff;
}

.gp-button--ghost {
	border-color: rgba(255,255,255,.45);
	background: rgba(0,0,0,.16);
	color: #fff;
}

.gp-button--ghost:hover {
	border-color: var(--gp-orange);
	color: #fff;
}

:where(a, button, input, select, textarea, summary):focus-visible {
	outline: 3px solid rgba(255,107,0,.72);
	outline-offset: 3px;
}

iframe,
video,
embed,
object {
	max-width: 100%;
}

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

@media (max-width: 720px) {
.gp-narrow {
	width: min(100%, calc(100% - 0px)) !important;
}

.gp-mentor__video {
	aspect-ratio: 16 / 9 !important;
}
}

@media (min-width: 993px) {

    .gp-mentor--reverse .gp-mentor__content {
        order: 1;
    }

    .gp-mentor--reverse .gp-mentor__video {
        order: 2;
    }
}