/*
 * Landings de servicio — Salón Victoria 37
 *
 * Paleta y tipografías tomadas del diseño existente del sitio:
 *   marrón #3b2c16 · dorado #b2946c · cremas #fdfbf1 / #f3e8d3 / #e4ddc0
 *   charlotteregular (manuscrita, sólo para el H1) · grifo_llight (todo lo demás)
 *
 * La cabecera del sitio es position:fixed, alto 60px y margin-top 40px:
 * ocupa de 40px a 100px. El hero va a sangre por debajo de ella.
 */

.sv37-landing {
	--sv37-marron: #3b2c16;
	--sv37-dorado: #b2946c;
	--sv37-crema-claro: #fdfbf1;
	--sv37-crema: #f3e8d3;
	--sv37-borde: #e4ddc0;
	--sv37-texto: #33302b;

	/* Un solo sitio donde se decide el ancho y el aire lateral. */
	--sv37-ancho: 1280px;
	--sv37-aire: clamp(1.25rem, 5vw, 4rem);

	color: var(--sv37-texto);
	font-family: grifo_llight, Georgia, serif;
	font-weight: 200;
	background: #fff;
}

.sv37-landing *,
.sv37-landing *::before,
.sv37-landing *::after {
	box-sizing: border-box;
}

/* Contenedor común: el ancho lo pone el max-width, el aire el padding.
   Nunca los dos en el mismo elemento. */
.sv37-hero__inner,
.sv37-landing__cuerpo,
.sv37-cierre__inner {
	width: 100%;
	max-width: var(--sv37-ancho);
	margin-inline: auto;
	padding-inline: var(--sv37-aire);
}

/* ------------------------------------------------------------------ Hero */

.sv37-hero {
	margin: 0;
	/* 100px de cabecera fija + aire. */
	padding-block: 10.5rem 4rem;
	background: var(--sv37-crema-claro);
	border-bottom: 1px solid var(--sv37-borde);
}

.sv37-hero__migas {
	margin: 0 0 1.4rem;
	font-size: 0.8rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--sv37-dorado);
}

.sv37-hero__migas a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

.sv37-hero__migas a:hover,
.sv37-hero__migas a:focus {
	border-bottom-color: currentColor;
}

.sv37-hero__migas span {
	margin: 0 0.45rem;
}

.sv37-hero__titulo {
	margin: 0;
	font-family: charlotteregular, Georgia, serif;
	font-size: clamp(2.6rem, 5.5vw, 4.5rem);
	font-weight: 400;
	line-height: 1.15;
	color: var(--sv37-marron);
	hyphens: none;
	overflow-wrap: break-word;
}

.sv37-hero__entradilla {
	max-width: 44rem;
	margin: 1.6rem 0 0;
	font-size: 1.22rem;
	line-height: 1.7;
}

.sv37-hero__acciones {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin: 2.4rem 0 0;
}

/* --------------------------------------------------------------- Botones */

/* Doble clase para ganar a las reglas de enlace de .sv37-ficha y del tema. */
.sv37-landing .sv37-boton {
	display: inline-block;
	padding: 0.95rem 1.7rem;
	font-family: grifo_llight, Georgia, serif;
	font-size: 1.02rem;
	letter-spacing: 0.04em;
	text-align: center;
	text-decoration: none;
	border: 1px solid transparent;
	border-radius: 2px;
	transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.sv37-landing .sv37-boton--principal {
	background: var(--sv37-marron);
	color: var(--sv37-crema-claro);
	border-color: var(--sv37-marron);
}

.sv37-landing .sv37-boton--principal:hover,
.sv37-landing .sv37-boton--principal:focus {
	background: var(--sv37-dorado);
	border-color: var(--sv37-dorado);
	color: #fff;
}

.sv37-landing .sv37-boton--secundario {
	background: transparent;
	color: var(--sv37-marron);
	border-color: var(--sv37-marron);
}

.sv37-landing .sv37-boton--secundario:hover,
.sv37-landing .sv37-boton--secundario:focus {
	background: var(--sv37-marron);
	color: var(--sv37-crema-claro);
}

.sv37-landing .sv37-boton--claro {
	background: var(--sv37-crema-claro);
	color: var(--sv37-marron);
	border-color: var(--sv37-crema-claro);
}

.sv37-landing .sv37-boton--claro:hover,
.sv37-landing .sv37-boton--claro:focus {
	background: var(--sv37-dorado);
	border-color: var(--sv37-dorado);
	color: #fff;
}

.sv37-landing .sv37-boton--contorno {
	background: transparent;
	color: var(--sv37-crema-claro);
	border-color: var(--sv37-crema-claro);
}

.sv37-landing .sv37-boton--contorno:hover,
.sv37-landing .sv37-boton--contorno:focus {
	background: var(--sv37-crema-claro);
	color: var(--sv37-marron);
}

.sv37-landing .sv37-boton--bloque {
	display: block;
	margin-bottom: 0.6rem;
}

/* ---------------------------------------------------------------- Cuerpo */

.sv37-landing__cuerpo {
	padding-block: 4rem;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 21rem;
	gap: 4rem;
	align-items: start;
}

.sv37-landing__contenido {
	min-width: 0;
	max-width: 46rem;
}

/* La manuscrita sólo funciona en el H1. Los titulares de sección van en la
   tipografía de texto, que es legible en frases largas. */
.sv37-landing__contenido h2 {
	margin: 3rem 0 1rem;
	padding-top: 1.9rem;
	border-top: 1px solid var(--sv37-borde);
	font-family: grifo_llight, Georgia, serif;
	font-weight: 200;
	font-size: 1.75rem;
	line-height: 1.3;
	letter-spacing: 0.01em;
	color: var(--sv37-marron);
}

.sv37-landing__contenido > h2:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.sv37-landing__contenido h3 {
	margin: 1.9rem 0 0.6rem;
	font-family: grifo_llight, Georgia, serif;
	font-size: 1.3rem;
	color: var(--sv37-marron);
}

.sv37-landing__contenido p {
	margin: 0 0 1.15rem;
	font-family: grifo_llight, Georgia, serif;
	font-size: 1.12rem;
	line-height: 1.8;
}

.sv37-landing__contenido a:not(.sv37-boton) {
	color: var(--sv37-marron);
	text-decoration: none;
	border-bottom: 1px solid var(--sv37-dorado);
}

.sv37-landing__contenido a:not(.sv37-boton):hover,
.sv37-landing__contenido a:not(.sv37-boton):focus {
	color: var(--sv37-dorado);
}

.sv37-landing__contenido ul {
	margin: 0 0 1.5rem;
	padding-left: 0;
	list-style: none;
}

.sv37-landing__contenido ul li {
	position: relative;
	margin-bottom: 0.85rem;
	padding-left: 1.35rem;
	font-size: 1.12rem;
	line-height: 1.75;
}

.sv37-landing__contenido ul li::before {
	content: "";
	position: absolute;
	top: 0.78em;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--sv37-dorado);
}

.sv37-landing__contenido ul li strong {
	font-weight: 400;
	color: var(--sv37-marron);
}

.sv37-landing__contenido ul li em {
	font-style: normal;
	color: var(--sv37-dorado);
	white-space: nowrap;
}

/* Duración de cada servicio */
.sv37-landing__contenido .sv37-duracion {
	display: inline-block;
	margin: 0 0 1.5rem;
	padding: 0.5rem 1rem;
	background: var(--sv37-crema);
	border-left: 3px solid var(--sv37-dorado);
	font-size: 0.95rem;
	line-height: 1.5;
	color: var(--sv37-marron);
}

/* Preguntas frecuentes */
.sv37-landing__contenido .sv37-faq p {
	margin-bottom: 1.35rem;
	padding-left: 1.1rem;
	border-left: 2px solid var(--sv37-borde);
}

.sv37-landing__contenido .sv37-faq strong {
	display: block;
	margin-bottom: 0.3rem;
	font-weight: 400;
	color: var(--sv37-marron);
}

/* ------------------------------------------------------------ Ficha lateral */

.sv37-ficha {
	position: sticky;
	top: 130px;
	padding: 2rem 1.75rem;
	background: var(--sv37-crema-claro);
	border: 1px solid var(--sv37-borde);
	border-radius: 2px;
}

.sv37-ficha__titulo {
	margin: 0 0 1.4rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--sv37-borde);
	font-family: grifo_llight, Georgia, serif;
	font-size: 1.05rem;
	font-weight: 400;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--sv37-marron);
}

.sv37-ficha__dato {
	margin: 0 0 1.3rem;
	font-size: 1rem;
	line-height: 1.65;
}

.sv37-ficha__etiqueta {
	display: block;
	margin-bottom: 0.3rem;
	font-size: 0.72rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--sv37-dorado);
}

.sv37-ficha a:not(.sv37-boton) {
	color: var(--sv37-marron);
	text-decoration: none;
	border-bottom: 1px solid var(--sv37-dorado);
}

.sv37-ficha__acciones {
	margin: 1.6rem 0 0;
}

/* ---------------------------------------------------------------- Cierre */

.sv37-cierre {
	padding-block: 4.5rem;
	background: var(--sv37-marron);
	color: var(--sv37-crema-claro);
	text-align: center;
}

.sv37-cierre__titulo {
	margin: 0 0 1.1rem;
	font-family: charlotteregular, Georgia, serif;
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 400;
	line-height: 1.2;
	color: var(--sv37-crema-claro);
}

.sv37-cierre__texto {
	max-width: 40rem;
	margin: 0 auto 2.2rem;
	font-size: 1.12rem;
	line-height: 1.75;
}

.sv37-cierre__acciones {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	justify-content: center;
	margin: 0;
}

/* ------------------------------------------------------------- Responsive */

@media (max-width: 992px) {
	.sv37-landing__cuerpo {
		grid-template-columns: 1fr;
		gap: 2.75rem;
	}

	.sv37-landing__contenido {
		max-width: none;
	}

	.sv37-ficha {
		position: static;
	}
}

@media (max-width: 768px) {
	.sv37-hero {
		padding-block: 8.5rem 3rem;
	}

	.sv37-landing__cuerpo {
		padding-block: 3rem;
	}

	.sv37-cierre {
		padding-block: 3.5rem;
	}

	.sv37-landing__contenido h2 {
		font-size: 1.5rem;
	}

	.sv37-hero__acciones .sv37-boton,
	.sv37-cierre__acciones .sv37-boton {
		flex: 1 1 100%;
	}
}
