/*
Theme Name: Minter Creative
Theme URI: https://mintercreative.local
Author: Minter Creative
Description: Tema minimalista de página única para a Minter Creative — homepage em ecrã inteiro com vídeo de fundo, com ficheiros de vídeo diferentes para desktop e mobile. Sem menu nem logótipo.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: mintercreative
*/

/* Reset básico */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #000;
	overflow: hidden;
}

/* Contentor de vídeo em ecrã inteiro */
.mc-video-wrap {
	position: fixed;
	inset: 0;
	width: 100vw;
	height: 100vh;
	height: 100dvh; /* melhor suporte mobile (barras de endereço dinâmicas) */
	overflow: hidden;
	background: #000;
}

.mc-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: none; /* só o vídeo ativo (desktop ou mobile) fica visível, via JS */
}

.mc-video.is-active {
	display: block;
}

/* Mostrado enquanto não existem vídeos configurados no Personalizador */
.mc-video-placeholder {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, #0d0d0d 0%, #2b2b2b 100%);
}

.mc-video-placeholder__label {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, 0.35);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-align: center;
	padding: 0 24px;
}

/* Botão de ativar/desativar som (o autoplay com som não é permitido pelos
   browsers sem interação do utilizador, por isso o vídeo arranca sempre
   mudo e este botão liga o som ao clicar). */
.mc-sound-toggle {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 10;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 16px;
	background: rgba(0, 0, 0, 0.45);
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 999px;
	color: #fff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 13px;
	letter-spacing: 0.02em;
	cursor: pointer;
	backdrop-filter: blur(4px);
	transition: background 0.2s ease, border-color 0.2s ease;
}

.mc-sound-toggle:hover {
	background: rgba(0, 0, 0, 0.65);
	border-color: rgba(255, 255, 255, 0.7);
}

.mc-sound-toggle__icon {
	width: 16px;
	height: 16px;
	flex: none;
	background: currentColor;
	-webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M16.5 12c0-1.77-1.02-3.29-2.5-4.03v2.21c.48.32.75.78.75 1.82s-.27 1.5-.75 1.82v2.21c1.48-.74 2.5-2.26 2.5-4.03zM14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77zM3 9v6h4l5 5V4L7 9H3z'/></svg>") center / contain no-repeat;
	mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M16.5 12c0-1.77-1.02-3.29-2.5-4.03v2.21c.48.32.75.78.75 1.82s-.27 1.5-.75 1.82v2.21c1.48-.74 2.5-2.26 2.5-4.03zM14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77zM3 9v6h4l5 5V4L7 9H3z'/></svg>") center / contain no-repeat;
}

.mc-sound-toggle:not(.is-on) .mc-sound-toggle__icon {
	-webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M16.5 12c0-1.77-1.02-3.29-2.5-4.03v2.21c.48.32.75.78.75 1.82 0 .58-.22 1.09-.55 1.48l1.46 1.46c.67-.71 1.09-1.65 1.09-2.94zm2.5 0c0 .94-.2 1.82-.54 2.64l1.51 1.51C20.63 14.91 21 13.5 21 12c0-4.28-2.99-7.86-7-8.77v2.06c2.89.86 5 3.54 5 6.71zM4.27 3 3 4.27 7.73 9H3v6h4l5 5v-6.73l4.25 4.25c-.67.52-1.42.93-2.25 1.18v2.06c1.38-.31 2.63-.95 3.69-1.8L19.73 21 21 19.73l-9-9L4.27 3zM12 4 9.91 6.09 12 8.18V4z'/></svg>") center / contain no-repeat;
	mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M16.5 12c0-1.77-1.02-3.29-2.5-4.03v2.21c.48.32.75.78.75 1.82 0 .58-.22 1.09-.55 1.48l1.46 1.46c.67-.71 1.09-1.65 1.09-2.94zm2.5 0c0 .94-.2 1.82-.54 2.64l1.51 1.51C20.63 14.91 21 13.5 21 12c0-4.28-2.99-7.86-7-8.77v2.06c2.89.86 5 3.54 5 6.71zM4.27 3 3 4.27 7.73 9H3v6h4l5 5v-6.73l4.25 4.25c-.67.52-1.42.93-2.25 1.18v2.06c1.38-.31 2.63-.95 3.69-1.8L19.73 21 21 19.73l-9-9L4.27 3zM12 4 9.91 6.09 12 8.18V4z'/></svg>") center / contain no-repeat;
}

@media (max-width: 480px) {
	.mc-sound-toggle__label {
		display: none;
	}

	.mc-sound-toggle {
		padding: 12px;
	}
}
