@charset "utf-8";

/* PAGE LOCAÇÃO — tema claro
   Só afeta body.locacao-page */

body.locacao-page {
	background: #fff;
	color: #1a1a18;
}

body.locacao-page .menu_geral,
body.locacao-page .menu_geral a {
	color: #1a1a18;
}

body.locacao-page .geral {
	max-width: 1200px;
	margin: 0 auto 60px auto;
}

/* HERO ///////////////////////////// */
.loc_hero {
	width: calc(100% - 50px);
	margin: 0 25px;
	padding: 30px 0 60px 0;
}

.loc_eyebrow {
	font-family: "Neue Haas Grotesk", sans-serif;
	font-size: 9px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #666;
	margin: 0 0 14px 0;
	padding: 0;
}
.loc_titulo {
	font-family: "Bebas Neue", sans-serif;
	font-size: 70px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 0.9;
	letter-spacing: 3px;
	color: #1a1a18;
	margin: 0 0 25px 0;
	padding: 0 0 25px 0;
	text-align: left;
	white-space: nowrap;
	border-bottom: 1px solid #7A7A7A;
}
.loc_subtitulo {
	font-family: "Neue Haas Grotesk", sans-serif;
	font-size: 18px;
	line-height: 1.45;
	color: #1a1a18;
	margin: 0 0 40px 0;
}

/* FORM ///////////////////////////// */
.loc_form { width: 100%; }
.loc_dados_bloco { margin: 0 0 26px 0; }
.loc_row {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 12px;
}
.loc_input,
.loc_select {
	width: 100%;
	box-sizing: border-box;
	background: transparent;
	border: 1.5px solid #1a1a18;
	border-radius: 10px;
	padding: 14px 18px;
	font-family: "Neue Haas Grotesk", sans-serif;
	font-size: 17px;
	color: #1a1a18;
}
.loc_input::placeholder { color: #1a1a18; opacity: 0.6; }
.loc_input:focus,
.loc_select:focus { outline: none; border-color: #000; }

.loc_label {
	display: block;
	font-family: "Neue Haas Grotesk", sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #666;
	letter-spacing: 0.5px;
	margin: 0 0 10px 0;
}

.loc_horas_bloco { margin: 0 0 26px 0; }
.loc_horas_inline {
	display: flex;
	gap: 15px;
	align-items: stretch;
}
.loc_horas_inline .loc_select {
	flex: 0 0 200px;
	appearance: none;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'><path fill='%231a1a18' d='M6 7L0 0h12z'/></svg>");
	background-repeat: no-repeat;
	background-position: right 16px center;
	padding-right: 40px;
}
.loc_valor {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1a1a18;
	color: #22FF00;
	border-radius: 10px;
	font-family: "Bebas Neue", sans-serif;
	font-size: 52px;
	line-height: 1;
	letter-spacing: 2px;
	padding: 10px 22px;
	transition: transform 0.15s ease;
	overflow: hidden;
}
.loc_valor > span {
	display: inline-block;
	transform: translateY(2px);
}
.loc_valor.pulse { transform: scale(1.05); }

/* PAIR — cor + dia-todo lado a lado ///// */
.loc_pair {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	margin: 0 0 26px 0;
}
.loc_box {
	border: 1px solid #1a1a18;
	border-radius: 12px;
	padding: 18px 22px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 12px;
	min-height: 120px;
}
.loc_box .loc_label { margin: 0; }
.loc_pair--secundario .loc_box { gap: 4px; }

/* CORES /////////////////////////// */
.loc_cores {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}
.loc_cor {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 2px solid transparent;
	cursor: pointer;
	padding: 0;
	transition: transform 0.15s ease, border-color 0.15s ease;
}
.loc_cor:hover { transform: scale(1.08); }
.loc_cor--claro { border-color: #bbb; }
.loc_cor.active {
	border-color: #1a1a18;
	box-shadow: 0 0 0 2px #fff inset;
}

/* Data + hora ///////////////////// */
.loc_dt_row {
	display: grid;
	grid-template-columns: 1.4fr 1fr;
	gap: 10px;
}
.loc_dt_field {
	display: flex;
	flex-direction: column;
	gap: 5px;
	min-width: 0;
}
.loc_dt_sub {
	font-family: "Neue Haas Grotesk", sans-serif;
	font-size: 11px;
	font-weight: 600;
	color: #888;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	padding-left: 2px;
}
.loc_dt_row .loc_input {
	padding: 12px 14px;
	font-size: 15px;
	min-width: 0;
	max-width: 100%;
	width: 100%;
	-webkit-appearance: none;
	appearance: none;
}
/* iOS: aparência padrão do date/time pode forçar largura mínima */
input[type="date"].loc_input,
input[type="time"].loc_input {
	-webkit-appearance: none;
	appearance: none;
	display: block;
}

/* Dia todo /////////////////////// */
.loc_whats_link {
	color: #1a1a18;
	text-decoration: underline;
	font-weight: 500;
	font-family: "Neue Haas Grotesk", sans-serif;
	font-size: 15px;
	line-height: 1.35;
}
.loc_whats_link:hover { color: #000; }

/* Info do estúdio /////////////// */
.loc_box_info { min-height: auto; }
.loc_info_titulo {
	font-family: "Neue Haas Grotesk", sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #555;
	margin: 0 0 6px 0;
	letter-spacing: 0.3px;
}
.loc_info_text {
	font-family: "Neue Haas Grotesk", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #444;
	margin: 0;
}

/* Par secundário — mais suave */
.loc_pair--secundario {
	margin-top: 20px;
}
.loc_pair--secundario .loc_box {
	border-color: #ccc;
	background: #fafafa;
}
.loc_pair--secundario .loc_label { color: #888; }
.loc_pair--secundario .loc_whats_link {
	color: #444;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
}
.loc_pair--secundario .loc_whats_link:hover { color: #000; }

.loc_submit {
	width: 100%;
	background: #12613c;
	color: #fff;
	border: 0;
	border-radius: 10px;
	padding: 18px 24px;
	font-family: "Neue Haas Grotesk", sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	transition: background 0.15s ease;
}
.loc_submit[hidden] { display: none; }
.loc_submit:hover { background: #0d4a2c; }
.loc_submit:disabled { opacity: 0.6; cursor: default; }
.loc_submit_arrow { width: 22px; height: auto; display: block; }

/* Bloco de sucesso — aparece após enviar */
.loc_sucesso {
	background: #12613c;
	color: #fff;
	padding: 60px 40px;
	border-radius: 6px;
	text-align: center;
	margin: 0 0 40px 0;
	animation: locFadeIn 0.4s ease;
}
.loc_sucesso[hidden] { display: none; }
.loc_sucesso_titulo {
	font-family: "Bebas Neue", sans-serif;
	font-size: 48px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 0.9;
	margin: 0 0 18px 0;
	color: #fff;
}
.loc_sucesso_texto {
	font-family: "Neue Haas Grotesk", sans-serif;
	font-size: 20px;
	line-height: 1.1;
	color: #fff;
	max-width: 640px;
	margin: 0 auto;
}
@keyframes locFadeIn {
	from { opacity: 0; transform: translateY(10px); }
	to { opacity: 1; transform: translateY(0); }
}

/* GALERIA ////////////////////////// */
.loc_galeria {
	width: calc(100% - 50px);
	margin: 0 25px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
}
.loc_foto {
	width: 100%;
	height: auto;
	background: #ececec;
	border-radius: 0;
	display: block;
}
.loc_foto--vazio {
	aspect-ratio: 3 / 4;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #aaa;
	font-family: "Bebas Neue", sans-serif;
	font-size: 60px;
	letter-spacing: 2px;
}

/* MOBILE /////////////////////////// */
@media screen and (max-width:900px) {
	.loc_eyebrow { text-align: center; }
	.loc_titulo { font-size: 44px; letter-spacing: 2px; text-align: center; white-space: normal; }
	.loc_subtitulo { text-align: center; font-size: 16px; }
	.loc_row { grid-template-columns: 1fr; gap: 10px; }
	.loc_horas_inline { flex-direction: column; }
	.loc_horas_inline .loc_select { flex: 0 0 auto; }
	.loc_valor { padding: 8px 22px; font-size: 34px; }
	.loc_dt_row { grid-template-columns: 1fr; gap: 8px; }
	.loc_pair { grid-template-columns: 1fr; }
	.loc_hero { padding-bottom: 30px; }
	.loc_pair--secundario { margin-top: 25px; }
	.loc_submit { justify-content: center; gap: 14px; }
	.loc_pair--secundario .loc_box { text-align: center; align-items: center; }
	/* Inverte ordem no mobile: Sobre o estúdio primeiro, depois Quer locar */
	.loc_pair--secundario > .loc_box:nth-child(1) { order: 2; }
	.loc_pair--secundario > .loc_box:nth-child(2) { order: 1; }
	/* 5 cores em uma linha só, distribuídas na largura */
	.loc_cores { gap: 6px; justify-content: space-between; flex-wrap: nowrap; }
	.loc_cor { width: 40px; height: 40px; flex-shrink: 0; }
	.loc_galeria { grid-template-columns: repeat(2, 1fr); }
	.loc_sucesso { padding: 40px 24px; }
	.loc_sucesso_titulo { font-size: 32px; letter-spacing: 1px; }
	.loc_sucesso_texto { font-size: 16px; }
}

