/*
Theme Name:  Maloca Records
Theme URI:   https://malocarecords.com
Author:      Le Motel
Description: Official theme for Maloca Records — worldwide community and electronic music record label based in Brussels.
Version:     1.0.0
License:     All rights reserved
Text Domain: maloca
*/

@font-face {
	font-family: 'monument';
	src: url('assets/fonts/monument.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
html {
	font-size: 100%;
	overflow-x: hidden;
}
body {
	background: black;
	color: white;
	font-family: monument;
	text-align: center;
	text-transform: uppercase;
	font-size: 1rem;
	overflow-x: hidden !important;
}
a {
	padding-bottom: 2px;
	border-bottom: 1px solid #000;
	font-family: Monument, sans-serif;
	color: #fff;
	text-decoration: none;
}
img { max-width: 100%; }

/* ── 3D PARALLAX ── */
.parallax-base div {
	opacity: 1;
	width: 100%;
}
.parallax-container {
	position: absolute;
	-webkit-perspective: 1000;
	-moz-perspective: 1000px;
	transform-style: preserve-3d;
	overflow: hidden;
	width: 100%;
}
.parallax-base {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	height: 100vh;
}
.layer-1 {
	position: absolute;
	-webkit-transform: translateZ(100px);
	-moz-transform: translateZ(100px);
}
#video-wrapper {
	text-align: center;
	position: absolute;
}
#video-wrapper video {
	height: 100vh;
	max-width: 100%;
}

/* ── DESCRIPTION ── */
.desc h3 {
	margin: 2rem 0 1rem 0;
}
.desc ul,
.desc ol {
	font-family: Helvetica, Arial, sans-serif;
	text-transform: none;
	font-weight: 300;
	line-height: 1.4em;
	margin-bottom: 0.8em;
	font-size: .9em;
}

/* ── HERO ── */
.hero {
	position: absolute;
	display: flex;
	width: 100%;
	height: 100vh;
	justify-content: center;
	align-items: center;
	font-family: Monument, sans-serif;
}
.heropages {
	position: absolute;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	font-family: Monument, sans-serif;
}
.heading {
	font-size: 1.7rem;
	line-height: 2.1rem;
	text-align: center;
	letter-spacing: 0.05rem;
	-webkit-text-stroke: 1px white;
	color: rgba(0, 0, 0, 0.00);
}
.heading span {
	opacity: 1;
	color: white;
}

/* ── LAYOUT ── */
.container {
	position: relative;
	width: 80%;
	line-height: 14px;
	text-transform: uppercase;
	max-width: 1100px;
	margin: 0 auto;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

/* ── BOTTOM BAR ── */
.bottom-bar {
	position: fixed;
	left: 0%;
	top: auto;
	right: 0%;
	bottom: 0%;
	display: flex;
	width: 100%;
	height: 100px;
	padding-right: 10%;
	padding-left: 10%;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	color: #000;
	font-size: 1rem;
	text-align: center;
}

/* ── NAV LINKS ── */
.right-link:hover::before {
	content: "INFO@MALOCARECORDS.COM";
	position: absolute;
	top: 2px;
	right: -80px;
	background-color: black;
	z-index: 2;
}
.left-link {
	left: 62px;
	right: auto;
	display: flex;
	align-items: center;
	transform: rotate(90deg);
	transform-origin: 0% 0%;
	color: #fff;
	font-size: 1.1rem;
	text-align: center;
}
.left-link:hover::before {
	content: "out now";
	position: absolute;
	top: 0px;
	width: 180px;
	left: -25px;
	background-color: black;
	z-index: 2;
}
.navlink {
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.2rem;
	text-transform: uppercase;
	padding-bottom: 100px;
	position: fixed;
	right: 0;
	z-index: 999;
}
.navlinkleft {
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.2rem;
	text-transform: uppercase;
	padding-bottom: 100px;
	position: fixed;
	left: 59px;
	z-index: 999;
}

/* ── LOGO & HEADER ── */
.logo {
	position: relative;
	left: 0%;
	right: 0%;
	bottom: auto;
	margin-right: auto;
	margin-left: auto;
}
.right-link {
	position: fixed;
	right: 62px;
	display: block;
	align-items: center;
	transform: rotate(-90deg);
	transform-origin: 100% 0%;
	color: #fff;
	text-align: center;
}
.logo-wrapper {
	position: absolute;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}
.header {
	position: absolute;
	left: 0%;
	top: 1%;
	right: 0%;
	bottom: auto;
	z-index: 2;
	display: flex;
	height: 120px;
	flex-direction: column;
	justify-content: center;
}
.header p {
	margin-top: 10px;
	-webkit-text-stroke: 0.5px white;
	color: rgba(0, 0, 0, 0.00);
}
.header p span {
	margin-top: 10px;
	-webkit-text-stroke: 0.5px white;
	color: white;
}

/* ── SOCIAL LINKS ── */
.sm-links {
	display: flex;
	margin-top: 11px;
	margin-right: auto;
	margin-left: auto;
	justify-content: space-between;
	font-size: 1rem;
	position: absolute;
	bottom: 120px;
	z-index: 120;

	a:nth-child(even) {
		-webkit-text-stroke: 0.5px white;
		color: rgba(0, 0, 0, 0.00);
	}
	a {
		margin-right: 10px;
		text-decoration: none;
		border-bottom: 0;
	}
}

/* ── NAV2 (mobile) ── */
.nav2 {
	display: none;
	margin-top: 11px;
	margin-right: auto;
	margin-left: auto;
	justify-content: space-between;
	font-size: 1rem;
	bottom: 120px;
	z-index: 120;

	a:nth-child(even) {
		-webkit-text-stroke: 0.5px white;
		color: rgba(0, 0, 0, 0.00);
	}
	a {
		margin-right: 10px;
	}
}

/* ── LINKS ── */
.bottombar-link {
	padding-bottom: 5px;
	color: #000;
}
.link {
	font-size: 1rem;
}

/* ── CONTENT SECTION ── */
section {
	overflow-x: hidden !important;
}
section.content {
	padding: 175px 0 125px 0;
}
.block-50 {
	width: 49%;
	text-align: left;
	padding: 20px;
}
.block-30 {
	width: 42%;
	text-align: left;
	padding: 20px;
}
#nowrapping {
	display: inline-flex;
}
.nopadding {
	width: 100%;
}

/* ── DESCRIPTION TEXT ── */
.desc p {
	font-family: Helvetica, Arial, 'sans-serif';
	text-transform: none;
	font-weight: 300;
	line-height: 1.4em;
	margin-bottom: 0.8em;
	font-size: 0.9em;
}

/* ── TITLES & REF ── */
h1.title {
	font-size: 1.5em;
	line-height: 1.2em;
	margin-top: 10px;
}
article h1.title,
article h2.title {
	font-size: 1.2em;
	line-height: 1.2em;
	margin-top: 0.2em;
}
article .ref {
	font-size: 1.2em;
}
.ref {
	-webkit-text-stroke: 0.5px white;
	color: rgba(0, 0, 0, 0.00);
	font-size: 1.5em;
}

/* ── FOOTER ── */
footer {
	position: relative;
	display: flex;
	flex-direction: column;
}
.btn {
	border: 2px solid white;
	padding: 12px 16px;
	font-size: 0.9em;
}

/* ── GALLERY ── */
.backimgmobile { display: none; }

/* ── MARQUEE ── */
.marquee {
	margin: 0 auto;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	opacity: 0.3;
	font-size: 20em;
	top: 10px;

	span {
		display: inline-block;
		animation: marquee 150s linear infinite;
		-webkit-text-stroke: 0.5px white;
		color: rgba(0, 0, 0, 0.00);
	}
}

@keyframes marquee {
	0%   { transform: translate(0, 0); }
	100% { transform: translate(-100%, 0); }
}

/* ── STREAMING BUTTONS ── */
.artisticones {
	width: 50%;
}
.buybtn {
	border: 2px solid white;
	height: 55px;
	margin-top: 5px;
}

/* ── RESPONSIVE : mobile (≤ 700px) ── */
@media (max-width: 700px) {
	.heading {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.header {
		height: 100px;
		margin-top: 25px;
	}
	.container {
		width: 90%;
	}
	#video-wrapper video {
		height: 100vh;
		max-width: 80%;
	}
	.sm-links {
		flex-wrap: wrap;
		margin-top: 11px;
		margin-right: auto;
		margin-left: auto;
		justify-content: center;
		font-size: 1rem;
		flex: 2;
	}
	.navlink,
	.navlinkleft {
		display: none;
	}
	.parallax-container {
		padding-bottom: 12rem;
	}
	.container video {
		display: block;
		width: 100%;
	}
	.nav2 {
		display: block;
	}
	.header p,
	.header p span {
		-webkit-text-stroke: 0.5px white;
		color: rgba(0, 0, 0, 0.00);
	}
	.bottombar-link {
		font-size: 0.8rem;
	}
	.nav2 a {
		margin-right: 0px;
	}
	.block-50 {
		width: 100%;
	}
	.nopadding {
		padding: 0px 20px 20px 20px;
	}
	.backimg    { display: none; }
	.backimgmobile { display: block; }
	.marquee {
		top: 340px;
	}
	.block-30 {
		width: 100%;
		text-align: left;
		padding: 20px;
	}
}

/* ── RESPONSIVE : tablette (≤ 1200px) ── */
@media (max-width: 1200px) {
	.columnsthree {
		width: 80%;
		margin: auto;
	}
}
