:root {
	--black: #000000;
	--white: #ffffff;
}

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

html {
	scroll-behavior: smooth;
}

@font-face {
	font-family: 'Helvetica';
	src: url('/wp-content/themes/guchno/static/fonts/Helvetica.eot');
	src: local('Helvetica'),
		url('/wp-content/themes/guchno/static/fonts/Helvetica.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/guchno/static/fonts/Helvetica.woff2') format('woff2'),
		url('/wp-content/themes/guchno/static/fonts/Helvetica.woff') format('woff'),
		url('/wp-content/themes/guchno/static/fonts/Helvetica.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica';
	src: url('/wp-content/themes/guchno/static/fonts/Helvetica-Oblique.eot');
	src: local('Helvetica Oblique'), local('Helvetica-Oblique'),
		url('/wp-content/themes/guchno/static/fonts/Helvetica-Oblique.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/guchno/static/fonts/Helvetica-Oblique.woff2') format('woff2'),
		url('/wp-content/themes/guchno/static/fonts/Helvetica-Oblique.woff') format('woff'),
		url('/wp-content/themes/guchno/static/fonts/Helvetica-Oblique.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica';
	src: url('/wp-content/themes/guchno/static/fonts/Helvetica-BoldOblique.eot');
	src: local('Helvetica Bold Oblique'), local('Helvetica-BoldOblique'),
		url('/wp-content/themes/guchno/static/fonts/Helvetica-BoldOblique.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/guchno/static/fonts/Helvetica-BoldOblique.woff2') format('woff2'),
		url('/wp-content/themes/guchno/static/fonts/Helvetica-BoldOblique.woff') format('woff'),
		url('/wp-content/themes/guchno/static/fonts/Helvetica-BoldOblique.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica';
	src: url('/wp-content/themes/guchno/static/fonts/Helvetica-Light.eot');
	src: local('Helvetica Light'), local('Helvetica-Light'),
		url('/wp-content/themes/guchno/static/fonts/Helvetica-Light.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/guchno/static/fonts/Helvetica-Light.woff2') format('woff2'),
		url('/wp-content/themes/guchno/static/fonts/Helvetica-Light.woff') format('woff'),
		url('/wp-content/themes/guchno/static/fonts/Helvetica-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica';
	src: url('/wp-content/themes/guchno/static/fonts/Helvetica-Bold.eot');
	src: local('Helvetica Bold'), local('Helvetica-Bold'),
		url('/wp-content/themes/guchno/static/fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/guchno/static/fonts/Helvetica-Bold.woff2') format('woff2'),
		url('/wp-content/themes/guchno/static/fonts/Helvetica-Bold.woff') format('woff'),
		url('/wp-content/themes/guchno/static/fonts/Helvetica-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica';
	src: url('/wp-content/themes/guchno/static/fonts/Helvetica-LightOblique.eot');
	src: local('Helvetica Light Oblique'), local('Helvetica-LightOblique'),
		url('/wp-content/themes/guchno/static/fonts/Helvetica-LightOblique.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/guchno/static/fonts/Helvetica-LightOblique.woff2') format('woff2'),
		url('/wp-content/themes/guchno/static/fonts/Helvetica-LightOblique.woff') format('woff'),
		url('/wp-content/themes/guchno/static/fonts/Helvetica-LightOblique.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Verdana';
	src: url('/wp-content/themes/guchno/static/fonts/verdana.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Verdana';
	src: url('/wp-content/themes/guchno/static/fonts/verdana-bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}


body {
	font-family: "Verdana", sans-serif;
	font-weight: 400;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

img {
	width: 100%;
}

h2, h3, p {
	padding: 0;
	margin: 0;
}

.container {
	max-width: 1200px;
	padding: 0 1em;
	margin-left: auto;
	margin-right: auto;
}

.header__container {
	position: relative;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.nav__list, .lang-switcher {
	background-color: var(--black);
	display: flex;
	width: fit-content;
	gap: 1.2em;
	padding: 0 1.2em;
	list-style: none;
}

.nav__link, .lang-switcher a {
	padding: 1em 0;
	color: #ffffff;
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11.5px;
	position: relative;
	transition: all .3s ease;
}

.nav__link:after {
	content: '';
	visibility: hidden;
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 9px;
	background-color: #fff;
	left: 0;
	transform-origin: left;
	transform: scaleX(0);
	transition: transform 0.3s ease-out;
}

.nav__link:hover:after {
	visibility: visible;
	transform: scale(1);
}

.top-menu {
	position: fixed;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	z-index: 999;
	top: 0;
}

.header__nav.nav {
	display: flex;
	justify-content: flex-end;
}

.hero {
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

.hero__background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;

}

.header__logo {
	width: 100%;
	max-width: 180px;
	padding: 1.25em 1.25em 1.25em 0;
}

.header__logo a img {
	object-fit: contain;
	height: auto;
}

.hero__content {
	min-height: 70vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 10% 0;
	z-index: 3;
	position: relative;
}

@media (min-width:2000px) {
	.hero__content {
		min-height: 85vh;
	}
}

.hero__title {
	font-family: 'Helvetica', sans-serif;
	color: var(--white);
	font-size: max(22px, 1.7em);
	background-color: var(--black);
}

.hero__highlight {
	padding: 0 5px;
	background-color: var(--white);
	color: var(--black);
}

.button {
	font-size: 1em;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0.5px;
	transition: all .3s ease;
}

.button_black {
	color: var(--white);
	background-color: var(--black);
}

.button_black:hover {
	background-color: var(--white);
	color: var(--black);
}

.releases {
	padding: 5em 0;
}

.releases__title {
	text-align: center;
	font-size: 1em;
}

.title-link_black {
	background-color: var(--black);
	color: var(--white);
	font-size: 1em;
	padding: 0 2px;
	text-transform: uppercase;
}

.releases__slider {
	margin-top: 3em;
}

.release-card {
	padding: 0 4px;
}

.release-card__video iframe {
	width: 100%;
	aspect-ratio: 2 / 1;
}

.release-card__title {
	padding: 1em 0;
}

.release-card__description {
	line-height: 1.3;
}

.releases__more {
	text-align: center;
	margin-top: 2em;
}

.showreel {
	padding: 5em 0;
	background-color: var(--black);
}

.showreel__title {
	text-align: center;
	font-size: 1em;
}

.title-link_white {
	padding: 0 3px;
	background-color: var(--white);
}

.showreel__videos {
	margin-top: 2em;
	display: flex;
	gap: 1.25em;
}

.showreel__video-wrapper video {
	width: 100%;
	aspect-ratio: 3 / 2;
}

.showreel__video {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.showreel__label {
	background-color: var(--white);
	width: fit-content;
	padding: 0 3px;
	font-weight: 800;
	color: var(--black);
	margin-top: 1em;
}

.label-info {
	padding: 5em 0;
}

.label-info__content {
	margin-top: 2em;
}

.label-info__content p {
	padding: 1em 0;
	font-size: 1.2em;
	line-height: 1.3;
}

.artists {
	background-color: var(--black);
	padding: 5em 0;
}

.artists__title {
	text-align: center;
	font-size: 1em;
}

.artists__list {
	margin-top: 3em;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25em;
}

.artist-card__name {
	margin-top: 1em;
	text-align: center;
}

.artist-card__name a {
	color: #646464;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.contacts {
	padding: 5em 0;
}

.contacts__main {
	margin-top: 3em;
}

.contacts__link {
	display: flex;
	align-items: center;
	gap: 2em;
}

.contacts__icon {
	padding: .5em;
	background-color: var(--black);
	line-height: 1;
}

.contacts__icon img {
	width: 1.5em;
	height: 1.5em;
}

.contacts__label {
	font-size: 1em;
	font-weight: 800;
	text-transform: uppercase;
}

.footer__social.social {
	border-top: 2px solid var(--black);
	padding: 1em 0;
}

.footer__social.social {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2em;
}

.social__icon {
	background-color: var(--black);
	width: 1.6em;
	height: 1.6em;
	padding: .5em;
}

.slick-next::before {
	font-family: 'Material Symbols Outlined';
	content: 'arrow_forward_ios';
	font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
	display: inline-block;
	vertical-align: middle;
	color: var(--black);
	font-size: 24px;
	line-height: 1;
}

.slick-prev::before {
	font-family: 'Material Symbols Outlined';
	content: 'arrow_back_ios';
	font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
	display: inline-block;
	font-size: 24px;
	line-height: 1;
	color: var(--black);
}

.video-placeholder {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.custom-video-container {
	aspect-ratio: 3 / 2;
}

.showreel__video-wrapper {
	width: 100%;
}

.custom-play-btn {
	position: relative;
	width: 100%;
	height: 100%;
}

.custom-play-btn svg {
	width: 100px;
	height: 100px;
	fill: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.section.section-archive {
	margin: 13em 0 5em;
}

.archive-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1em;
}

.archive-title {
	display: flex;
	justify-content: center;
	margin-bottom: 3em;
}

.main-single {
	margin-top: 13em;
	margin-bottom: 5em;
}

.release__container {
	display: flex;
	gap: 1.5em;
}

.release__image {
	flex: .5;
}

.release__content {
	flex: 1;
}

.release_container__title {
	text-align: center;
	margin-bottom: 3em;
}

.release__description p {
	margin-block-start: 1em;
	margin-block-end: 1em;
}

.release__line {
	margin: 2em 0;
}

.release__listen a {
	text-decoration: underline;
}

.section__video {
	padding: 5em 0;
}

.text__block h2 {
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
}

.text__block p {
	margin-block-start: 1em;
	margin-block-end: 1em;
}

.socials__section {
	margin: 5em 0;
}

.socials__title {
	text-align: center;
	font-weight: 800;
	margin-bottom: 2em;
}

.social__block {
	text-align: center;
	margin-bottom: 1em;
}

.social__block a {
	color: blue;
}


.dropdown-button {
	color: var(--white);
	padding: 10px 20px;
	font-size: 11.5px;
	font-weight: 700;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.arrow-icon {
	width: 10px;
	height: 6px;
}

.dropdown {
	position: absolute;
	top: 100%;
	margin-top: 5px;
	background-color: white;
	border: 1px solid #ddd;
	border-radius: 0x;
	width: 100px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	z-index: 100;
}

.hidden {
	display: none;
}

.dropdown ul {
	list-style: none;
	padding: 8px 0;
	margin: 0;
}

.dropdown-item {
	display: block;
	padding: 8px 16px;
	text-decoration: none;
	color: #333;
	transition: background 0.2s ease;
}

.dropdown-item:hover {
	background-color: #f2f2f2;
}

.dropdown a {
	color: var(--black);
	padding: 1em;
}

@media (min-width: 1024px) {
	.mob {
		display: none;
	}
}

@media (max-width: 1024px) {
	.pc, .header__nav.nav {
		display: none;
	}

	.mobile-menu {
		display: flex;
		justify-content: flex-end;
	}

	.mobile-menu__block {
		background-color: var(--black);
		padding: 1em;
		width: fit-content;
		color: var(--white);
		font-weight: 700;
		letter-spacing: 1px;
	}

	.mobile-menu svg {
		width: 1em;
	}

	.mobile-menu__block span {
		padding-left: .5em;
	}

	.mobile-menu__container {
		display: flex;
		flex-direction: column;
		position: fixed;
		top: 0;		
		right: 0;
		min-width: 80%;
		min-height: 100%;		
		align-items: center;
		justify-content: center;
		z-index: 99999;
		background-color: rgba(0, 0, 0, 0.9);
	}

	.mobile-menu__popup {
		visibility: hidden;
		right: -100%;	
		transition: right 0.3s ease;
	}

	.mobile-menu__popup.active {
		right: 0;
		visibility: visible;
	}

	.close {
		position: absolute;
		top: 1em;
		right: 1em;
		color: var(--white);
		font-size: 2em;
	}

	.nav__list.nav__list-menu {
		background-color: transparent;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.nav__list.nav__list-menu a {
		font-size: 1.25em;
	}

	.mobile-menu__container .mobile-menu__block {
		background-color: transparent;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.releases__slider {
		padding: 0 2em;
	}

	.artists__list {
		grid-template-columns: repeat(2, 1fr);
	}

	.mobile-menu__popup a {
		transition: none;
	}
	
	.lang-switcher {
		position: relative;
	}

}

@media (max-width: 766px) {
	.header__logo {
		max-width: 100px;
	}

	.hero__title {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: .3em;
	}

	.showreel__videos {
		flex-direction: column;
	}

	.archive-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}

	.main-single {
		margin-top: 10em;
	}

	.release__container {
		flex-direction: column;
	}

}
