/*
 * Tacos Express - estilos de la pagina de inicio.
 * Pegar en Apariencia > Personalizar > CSS adicional de WordPress.
 * Las clases usan el prefijo exclusivo te- para evitar conflictos con el tema.
 */

.tacos-express {
	--te-crema: #fff4dc;
	--te-crema-claro: #fffaf0;
	--te-blanco: #ffffff;
	--te-carbon: #241b17;
	--te-texto: #40342e;
	--te-verde: #45b649;
	--te-verde-profundo: #043c2e;
	--te-rojo: #c83924;
	--te-amarillo: #f4b91f;
	--te-magenta: #a91d53;
	--te-borde: #e7d8bc;
	--te-sombra: 0 24px 60px rgb(45 31 23 / 14%);
	--te-radio: 28px;
	--te-ancho: 1240px;
	--te-fuente-titulos: "Arial Black", "Franklin Gothic Heavy", Impact, sans-serif;
	--te-fuente-texto: Arial, Helvetica, sans-serif;
	overflow: hidden;
	background: var(--te-crema-claro);
	color: var(--te-texto);
	font-family: var(--te-fuente-texto);
	font-size: 16px;
	line-height: 1.65;
	transition: background-color 240ms ease, color 240ms ease;
}

.tacos-express *,
.tacos-express *::before,
.tacos-express *::after {
	box-sizing: border-box;
}

.tacos-express h1,
.tacos-express h2,
.tacos-express h3,
.tacos-express p {
	margin-top: 0;
}

.tacos-express h1,
.tacos-express h2,
.tacos-express h3 {
	font-family: var(--te-fuente-titulos);
	letter-spacing: -0.035em;
	line-height: 1.05;
}

.tacos-express h2 {
	margin-bottom: 22px;
	color: var(--te-carbon);
	font-size: clamp(2.35rem, 5vw, 4.8rem);
	text-transform: uppercase;
}

.tacos-express h3 {
	color: var(--te-carbon);
	font-size: 1.35rem;
}

.tacos-express a {
	color: inherit;
}

.tacos-express img {
	display: block;
	max-width: 100%;
	height: auto;
}

.te-contenedor {
	width: min(calc(100% - 40px), var(--te-ancho));
	margin-inline: auto;
}

.te-saltar {
	position: fixed;
	z-index: 1000;
	top: 12px;
	left: 12px;
	padding: 10px 16px;
	background: var(--te-amarillo);
	color: var(--te-carbon);
	font-weight: 800;
	transform: translateY(-160%);
}

.te-saltar:focus {
	transform: translateY(0);
}

[data-tema="oscuro"] .tacos-express {
	--te-crema: #251c17;
	--te-crema-claro: #171311;
	--te-blanco: #211b18;
	--te-carbon: #fff8f1;
	--te-texto: #eadfd8;
	--te-borde: #4b3b33;
	--te-sombra: 0 24px 60px rgb(0 0 0 / 36%);
	color-scheme: dark;
}

[data-tema="oscuro"] .te-portada__descripcion,
[data-tema="oscuro"] .te-presentacion__contenido > p:not(.te-etiqueta),
[data-tema="oscuro"] .te-traiteur__contenu > p:not(.te-etiqueta),
[data-tema="oscuro"] .te-produit__contenu > p:last-child {
	color: #d8c9c0;
}

.te-cargador {
	position: fixed;
	z-index: 2000;
	inset: 0;
	display: none;
	place-items: center;
	background:
		radial-gradient(circle at 50% 45%, rgb(244 185 31 / 20%), transparent 28%),
		var(--te-crema-claro);
	opacity: 1;
	visibility: visible;
}

.te-presentar-logo .te-cargador {
	display: grid;
	animation: te-cargador-respaldo 2.4s ease forwards;
}

.te-cargador--oculto {
	opacity: 0;
	transition: opacity 420ms ease, visibility 420ms ease;
	visibility: hidden;
}

.te-cargador__contenido {
	display: grid;
	width: min(72vw, 430px);
	justify-items: center;
	gap: 28px;
	animation: te-logo-presentacion 700ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.te-cargador__contenido img {
	width: 100%;
	filter: drop-shadow(0 18px 30px rgb(36 27 23 / 18%));
}

.te-cargador__linea {
	position: relative;
	display: block;
	overflow: hidden;
	width: min(220px, 58vw);
	height: 4px;
	background: rgb(7 92 69 / 16%);
	border-radius: 999px;
}

.te-cargador__linea::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, var(--te-verde), var(--te-amarillo), var(--te-rojo));
	content: "";
	transform: translateX(-100%);
	animation: te-linea-presentacion 900ms 180ms ease-out forwards;
}

.te-encabezado {
	position: relative;
	z-index: 30;
	background: var(--te-blanco);
	border-bottom: 1px solid var(--te-borde);
}

.te-encabezado__superior {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: clamp(175px, 15vw, 225px);
	padding-block: 28px;
	gap: 48px;
}

.te-marca {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	color: var(--te-carbon) !important;
	text-decoration: none;
	animation: te-entrada-encabezado 560ms 80ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.te-marca__logo {
	display: block;
	width: clamp(210px, 21vw, 330px);
	height: auto;
	max-height: 118px;
	object-fit: contain;
	transition: filter 240ms ease, transform 240ms ease;
}

.te-marca:hover .te-marca__logo,
.te-marca:focus-visible .te-marca__logo {
	filter: drop-shadow(0 12px 18px rgb(7 92 69 / 20%));
	transform: scale(1.025);
}

.te-encabezado__acciones {
	display: grid;
	width: min(100%, 310px);
	gap: 12px;
}

.te-accion-cabecera,
.te-boton-contacto {
	position: relative;
	display: inline-flex;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	padding: 14px 24px;
	border-radius: 12px;
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.02em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 220ms ease, box-shadow 220ms ease, color 220ms ease, transform 220ms ease;
}

.te-accion-cabecera {
	background: #ff9147;
	color: #ffffff !important;
	box-shadow: 0 12px 28px rgb(255 145 71 / 18%);
}

.te-accion-cabecera:nth-child(1) {
	animation: te-entrada-encabezado 520ms 160ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.te-accion-cabecera:nth-child(2) {
	animation: te-entrada-encabezado 520ms 230ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.te-accion-cabecera:hover,
.te-accion-cabecera:focus-visible {
	background: var(--te-rojo);
	box-shadow: 0 16px 30px rgb(200 57 36 / 25%);
	transform: translateY(-2px);
}

.te-accion-cabecera:active,
.te-boton-contacto:active,
.te-boton:active {
	transform: translateY(1px) scale(0.985);
}

.te-encabezado__barra {
	background: var(--te-verde);
	color: #ffffff;
}

.tacos-express .te-encabezado__navegacion {
	display: grid !important;
	align-items: center !important;
	min-height: 96px;
	grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
	grid-template-rows: minmax(96px, auto) !important;
	column-gap: clamp(8px, 1vw, 18px) !important;
}

.tacos-express .te-navegacion {
	display: grid !important;
	align-items: center !important;
	align-self: center;
	width: 100%;
	grid-column: 1 / span 8;
	grid-row: 1;
	grid-template-columns: repeat(6, max-content) !important;
	grid-template-rows: auto !important;
	justify-content: space-between !important;
	column-gap: clamp(12px, 1.2vw, 24px) !important;
	row-gap: 0 !important;
}

.tacos-express .te-navegacion > * {
	min-width: 0;
	grid-row: 1 !important;
}

.tacos-express .te-navegacion > br,
.tacos-express .te-navegacion > p > br,
.tacos-express .te-menu-desplegable > br,
.tacos-express .te-menu-desplegable__boton > br,
.tacos-express .te-idiomas > br,
.tacos-express .te-encabezado__preferencias > br {
	display: none !important;
}

.tacos-express .te-navegacion > p,
.tacos-express .te-menu-desplegable > p,
.tacos-express .te-encabezado__complementos > p,
.tacos-express .te-encabezado__preferencias > p {
	display: contents !important;
}

.tacos-express .te-navegacion > p > a {
	min-width: 0;
	grid-row: 1 !important;
}

.te-navegacion a,
.te-menu-desplegable__boton {
	position: relative;
	padding-block: 10px;
	color: #ffffff;
	background: transparent;
	border: 0;
	font-family: inherit;
	font-size: 0.86rem;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
}

.te-navegacion > a::after,
.te-navegacion > p > a::after,
.te-menu-desplegable__boton::after {
	position: absolute;
	right: 0;
	bottom: 3px;
	left: 0;
	height: 3px;
	background: #ff9147;
	border-radius: 999px;
	content: "";
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 220ms ease;
}

.te-navegacion > a:hover,
.te-navegacion > a:focus-visible,
.te-navegacion > a[aria-current="page"],
.te-navegacion > p > a:hover,
.te-navegacion > p > a:focus-visible,
.te-navegacion > p > a[aria-current="page"],
.te-menu-desplegable__boton:hover,
.te-menu-desplegable__boton:focus-visible,
.te-menu-desplegable[data-abierto="true"] .te-menu-desplegable__boton,
.te-menu-desplegable[data-seccion-actual="true"] .te-menu-desplegable__boton {
	color: #ffb173;
}

.te-navegacion > a:hover::after,
.te-navegacion > a:focus-visible::after,
.te-navegacion > a[aria-current="page"]::after,
.te-navegacion > p > a:hover::after,
.te-navegacion > p > a:focus-visible::after,
.te-navegacion > p > a[aria-current="page"]::after,
.te-menu-desplegable__boton:hover::after,
.te-menu-desplegable__boton:focus-visible::after,
.te-menu-desplegable[data-abierto="true"] .te-menu-desplegable__boton::after,
.te-menu-desplegable[data-seccion-actual="true"] .te-menu-desplegable__boton::after {
	transform: scaleX(1);
}

.te-navegacion > *,
.te-encabezado__complementos {
	animation: te-entrada-barra 480ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.te-navegacion > :nth-child(1) { animation-delay: 280ms; }
.te-navegacion > :nth-child(2) { animation-delay: 330ms; }
.te-navegacion > :nth-child(3) { animation-delay: 380ms; }
.te-navegacion > :nth-child(4) { animation-delay: 430ms; }
.te-navegacion > :nth-child(5) { animation-delay: 480ms; }
.te-navegacion > :nth-child(6) { animation-delay: 530ms; }

.te-menu-desplegable {
	position: relative;
}

.te-menu-desplegable__boton {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.tacos-express .te-menu-desplegable__boton {
	width: auto !important;
	min-width: 0 !important;
	min-height: 0 !important;
	padding: 10px 0 !important;
	margin: 0 !important;
	background: transparent !important;
	color: #ffffff !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-family: inherit !important;
	font-size: 0.86rem !important;
	font-weight: 800 !important;
	line-height: 1.65 !important;
	text-transform: none !important;
	appearance: none;
}

.tacos-express .te-menu-desplegable__boton:hover,
.tacos-express .te-menu-desplegable__boton:focus-visible,
.tacos-express .te-menu-desplegable[data-abierto="true"] .te-menu-desplegable__boton,
.tacos-express .te-menu-desplegable[data-seccion-actual="true"] .te-menu-desplegable__boton {
	background: transparent !important;
	color: #ffb173 !important;
}

.te-menu-desplegable__boton span {
	color: #ffb173;
	font-size: 0.78rem;
	transition: transform 220ms ease;
}

.te-menu-desplegable[data-abierto="true"] .te-menu-desplegable__boton span {
	transform: rotate(180deg);
}

.te-menu-desplegable__lista {
	position: absolute;
	z-index: 45;
	top: calc(100% - 2px);
	left: 0;
	width: 240px;
	padding: 8px 0;
	margin: 0;
	background: var(--te-blanco);
	border: 1px solid var(--te-borde);
	border-radius: 15px;
	box-shadow: var(--te-sombra);
	list-style: none;
	opacity: 0;
	pointer-events: none;
	transform: translateY(-10px) scale(0.98);
	transform-origin: top left;
	transition: opacity 180ms ease, transform 220ms ease, visibility 180ms ease;
	visibility: hidden;
}

.te-menu-desplegable:hover .te-menu-desplegable__lista,
.te-menu-desplegable[data-abierto="true"] .te-menu-desplegable__lista {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0) scale(1);
	visibility: visible;
}

.te-menu-desplegable__lista a {
	display: block;
	padding: 13px 20px;
	color: var(--te-carbon);
	font-weight: 600;
}

.te-menu-desplegable__lista a:hover,
.te-menu-desplegable__lista a:focus-visible {
	background: var(--te-crema);
	color: var(--te-rojo);
}

.tacos-express .te-encabezado__complementos {
	display: grid !important;
	align-items: center !important;
	align-self: center;
	grid-column: 10 / -1;
	grid-row: 1;
	grid-template-columns: 1fr !important;
	grid-template-rows: auto auto !important;
	justify-items: stretch !important;
	gap: 8px !important;
	animation-delay: 500ms;
}

.te-boton-contacto {
	width: 100%;
	min-width: 215px;
	min-height: 46px;
	padding: 10px 18px;
	border-radius: 10px;
	background: #ffffff;
	color: var(--te-verde) !important;
	box-shadow: 0 12px 24px rgb(4 60 46 / 16%);
}

.te-boton-contacto:hover,
.te-boton-contacto:focus-visible {
	background: var(--te-amarillo);
	color: var(--te-carbon) !important;
	box-shadow: 0 16px 28px rgb(4 60 46 / 24%);
	transform: translateY(-2px);
}

.te-encabezado__preferencias,
.te-idiomas {
	display: flex;
	align-items: center;
}

.te-encabezado__preferencias {
	justify-self: end;
	gap: 10px;
}

.te-idiomas {
	gap: 12px;
}

.te-idiomas a {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: rgb(255 255 255 / 86%);
	font-size: 0.75rem;
	text-decoration: none;
	transition: color 180ms ease, transform 180ms ease;
	white-space: nowrap;
}

.te-idiomas a:hover,
.te-idiomas a:focus-visible,
.te-idiomas a[aria-current="page"] {
	color: #ffb173;
	transform: translateY(-1px);
}

.te-idiomas a span {
	font-size: 0.9rem;
}

.te-tema {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	min-width: 30px;
	height: 30px;
	min-height: 30px;
	padding: 0;
	background: rgb(255 255 255 / 10%);
	color: #ffffff;
	border: 1px solid rgb(255 255 255 / 28%);
	border-radius: 50%;
	font-family: inherit;
	cursor: pointer;
	transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.tacos-express .te-tema {
	width: 30px !important;
	min-width: 30px !important;
	height: 30px !important;
	min-height: 30px !important;
	padding: 0 !important;
	margin: 0 !important;
	background: rgb(255 255 255 / 10%) !important;
	color: #ffffff !important;
	border: 1px solid rgb(255 255 255 / 28%) !important;
	border-radius: 50% !important;
	box-shadow: none !important;
	line-height: 1 !important;
	text-transform: none !important;
	appearance: none;
}

.te-tema:hover,
.te-tema:focus-visible {
	background: rgb(255 255 255 / 20%) !important;
	border-color: #ffb173 !important;
	transform: translateY(-1px);
}

.te-tema__icono {
	font-size: 0.88rem;
	line-height: 1;
}

.te-tema__texto {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	border: 0;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

@keyframes te-logo-presentacion {
	from { opacity: 0; transform: scale(0.88) translateY(12px); }
	to { opacity: 1; transform: scale(1) translateY(0); }
}

@keyframes te-linea-presentacion {
	to { transform: translateX(0); }
}

@keyframes te-cargador-respaldo {
	0%, 78% { opacity: 1; visibility: visible; }
	100% { opacity: 0; visibility: hidden; pointer-events: none; }
}

@keyframes te-entrada-encabezado {
	from { opacity: 0; transform: translateY(-14px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes te-entrada-barra {
	from { opacity: 0; transform: translateY(10px); }
	to { opacity: 1; transform: translateY(0); }
}

.te-boton {
	position: relative;
	display: inline-flex;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 13px 24px;
	background: var(--te-rojo);
	color: var(--te-blanco) !important;
	border: 2px solid var(--te-rojo);
	border-radius: 999px;
	box-shadow: 0 10px 22px rgb(200 57 36 / 22%);
	font-size: 0.86rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.te-accion-cabecera::before,
.te-boton-contacto::before,
.te-boton::before {
	position: absolute;
	inset: 0;
	background: linear-gradient(105deg, transparent 34%, rgb(255 255 255 / 34%) 50%, transparent 66%);
	content: "";
	pointer-events: none;
	transform: translateX(-140%) skewX(-16deg);
	transition: transform 560ms ease;
}

.te-accion-cabecera:hover::before,
.te-accion-cabecera:focus-visible::before,
.te-boton-contacto:hover::before,
.te-boton-contacto:focus-visible::before,
.te-boton:hover::before,
.te-boton:focus-visible::before {
	transform: translateX(140%) skewX(-16deg);
}

.te-boton:hover,
.te-boton:focus-visible {
	box-shadow: 0 14px 26px rgb(36 27 23 / 22%);
	transform: translateY(-3px);
}

.te-boton--compacto {
	min-height: 44px;
	padding: 10px 19px;
}

.te-boton--contorno {
	background: transparent;
	color: var(--te-carbon) !important;
	border-color: var(--te-carbon);
	box-shadow: none;
}

.te-boton--clair,
.te-boton--amarillo {
	background: var(--te-amarillo);
	color: var(--te-carbon) !important;
	border-color: var(--te-amarillo);
	box-shadow: 0 10px 22px rgb(244 185 31 / 22%);
}

.te-boton--contorno-claro {
	background: transparent;
	color: var(--te-blanco) !important;
	border-color: rgb(255 255 255 / 75%);
	box-shadow: none;
}

.te-grupo-botones {
	flex-wrap: wrap;
	gap: 14px;
}

.te-etiqueta {
	margin-bottom: 14px;
	color: var(--te-rojo);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.17em;
	text-transform: uppercase;
}

.te-etiqueta--clara {
	color: var(--te-amarillo);
}

.te-portada {
	position: relative;
	padding: clamp(70px, 10vw, 130px) 0 0;
	background:
		radial-gradient(circle at 90% 8%, rgb(244 185 31 / 25%), transparent 25%),
		var(--te-crema);
}

.te-portada__rejilla,
.te-presentacion__rejilla,
.te-boissons__rejilla,
.te-histoire__rejilla,
.te-traiteur__rejilla {
	display: grid;
	align-items: center;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(40px, 7vw, 100px);
}

.te-portada__contenido {
	position: relative;
	z-index: 2;
	padding-bottom: 80px;
}

.te-portada h1 {
	max-width: 760px;
	margin-bottom: 25px;
	color: var(--te-carbon);
	font-size: clamp(3.8rem, 8vw, 7.3rem);
	text-transform: uppercase;
}

.te-portada h1 span {
	display: block;
	color: var(--te-rojo);
	font-style: italic;
}

.te-portada__descripcion {
	max-width: 630px;
	margin-bottom: 32px;
	color: #5c4e45;
	font-size: clamp(1.05rem, 2vw, 1.3rem);
}

.te-portada__visual {
	position: relative;
	display: grid;
	min-height: 560px;
	place-items: center;
	background:
		radial-gradient(circle, rgb(255 255 255 / 12%) 0 8%, transparent 9%),
		var(--te-verde);
	background-size: 74px 74px;
	border-radius: 52% 48% 42% 58% / 58% 38% 62% 42%;
	box-shadow: var(--te-sombra);
	transform: rotate(2deg);
}

.te-portada__visual > p {
	position: absolute;
	right: 0;
	bottom: 26px;
	left: 0;
	margin: 0;
	color: rgb(255 255 255 / 72%);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-align: center;
	text-transform: uppercase;
}

.te-plato {
	position: relative;
	width: min(78%, 420px);
	aspect-ratio: 1;
	background: var(--te-crema-claro);
	border: 20px solid var(--te-blanco);
	border-radius: 50%;
	box-shadow: 0 28px 60px rgb(0 0 0 / 28%);
}

.te-plato__taco {
	position: absolute;
	width: 52%;
	height: 24%;
	background: var(--te-amarillo);
	border: 8px solid #d99416;
	border-radius: 70% 70% 18% 18%;
	box-shadow: inset 0 -15px 0 var(--te-verde);
}

.te-plato__taco--uno {
	top: 20%;
	left: 11%;
	transform: rotate(-28deg);
}

.te-plato__taco--dos {
	top: 39%;
	right: 7%;
	transform: rotate(24deg);
}

.te-plato__taco--tres {
	bottom: 15%;
	left: 18%;
	transform: rotate(8deg);
}

.te-portada__decoracion {
	position: absolute;
	background: var(--te-rojo);
	border-radius: 50%;
	opacity: 0.18;
}

.te-portada__decoracion--uno {
	top: 80px;
	left: -45px;
	width: 130px;
	height: 130px;
}

.te-portada__decoracion--dos {
	right: 4%;
	bottom: 90px;
	width: 70px;
	height: 70px;
	background: var(--te-magenta);
}

.te-portada__datos {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	background: var(--te-carbon);
	color: var(--te-blanco);
	border-radius: 24px 24px 0 0;
}

.te-portada__datos p {
	padding: 24px 32px;
	margin: 0;
	font-size: 0.83rem;
	text-align: center;
}

.te-portada__datos p + p {
	border-left: 1px solid rgb(255 255 255 / 16%);
}

.te-portada__datos strong {
	margin-right: 5px;
	color: var(--te-amarillo);
	font-family: var(--te-fuente-titulos);
	font-size: 1.15rem;
}

.te-presentacion,
.te-menu,
.te-traiteur,
.te-actualites,
.te-reservation {
	padding: clamp(80px, 10vw, 140px) 0;
}

.te-presentacion {
	background: var(--te-blanco);
}

.te-presentacion__visual,
.te-traiteur__visual {
	display: grid;
	min-height: 560px;
	place-items: end center;
	padding: 30px;
	background:
		linear-gradient(145deg, rgb(7 92 69 / 78%), rgb(4 60 46 / 94%)),
		var(--te-verde);
	border-radius: var(--te-radio);
	box-shadow: var(--te-sombra);
	color: rgb(255 255 255 / 75%);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.te-presentacion__contenido > p:not(.te-etiqueta),
.te-traiteur__contenu > p:not(.te-etiqueta) {
	max-width: 600px;
	color: #65574f;
	font-size: 1.08rem;
}

.te-lista-beneficios {
	padding: 0;
	margin: 28px 0 32px;
	list-style: none;
}

.te-lista-beneficios li {
	position: relative;
	padding: 11px 0 11px 34px;
	border-bottom: 1px solid var(--te-borde);
	font-weight: 700;
}

.te-lista-beneficios li::before {
	position: absolute;
	top: 15px;
	left: 2px;
	width: 14px;
	height: 14px;
	background: var(--te-amarillo);
	border: 3px solid var(--te-rojo);
	border-radius: 50%;
	content: "";
}

.te-enlace-flecha {
	color: var(--te-rojo) !important;
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.te-enlace-flecha::after {
	margin-left: 8px;
	content: "→";
}

.te-boissons {
	padding: clamp(80px, 10vw, 130px) 0;
	background: var(--te-rojo);
	color: var(--te-blanco);
}

.te-boissons h2,
.te-histoire h2,
.te-promotion h2,
.te-commande h2 {
	color: var(--te-blanco);
}

.te-boissons__contenu > p:not(.te-etiqueta) {
	max-width: 570px;
	margin-bottom: 30px;
	font-size: 1.08rem;
}

.te-boissons__visual {
	position: relative;
	display: grid;
	min-height: 500px;
	place-items: center;
	background: rgb(36 27 23 / 18%);
	border: 1px solid rgb(255 255 255 / 24%);
	border-radius: var(--te-radio);
}

.te-boissons__visual p {
	position: absolute;
	bottom: 24px;
	margin: 0;
	color: rgb(255 255 255 / 70%);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.te-verre {
	position: relative;
	width: 190px;
	height: 285px;
	background:
		linear-gradient(to bottom, transparent 0 22%, rgb(244 185 31 / 92%) 23% 100%);
	border: 8px solid rgb(255 255 255 / 74%);
	border-top-width: 4px;
	border-radius: 16px 16px 60px 60px;
	box-shadow: 0 35px 45px rgb(36 27 23 / 25%);
	transform: rotate(5deg);
}

.te-verre::before {
	position: absolute;
	top: -50px;
	right: 24px;
	width: 70px;
	height: 70px;
	background: var(--te-verde);
	border: 8px solid var(--te-crema-claro);
	border-radius: 50%;
	content: "";
}

.te-entete-section {
	justify-content: space-between;
	margin-bottom: 48px;
	gap: 30px;
}

.te-entete-section h2 {
	margin-bottom: 0;
}

.te-menu__grille {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.te-produit {
	overflow: hidden;
	background: var(--te-blanco);
	border: 1px solid var(--te-borde);
	border-radius: 22px;
	box-shadow: 0 14px 34px rgb(45 31 23 / 8%);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.te-produit:hover {
	box-shadow: var(--te-sombra);
	transform: translateY(-8px);
}

.te-produit__image {
	display: grid;
	min-height: 235px;
	place-items: center;
	background:
		linear-gradient(135deg, rgb(7 92 69 / 82%), rgb(4 60 46 / 96%)),
		var(--te-verde);
	color: rgb(255 255 255 / 68%);
	font-size: 0.7rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.te-produit:nth-child(even) .te-produit__image {
	background:
		linear-gradient(135deg, rgb(200 57 36 / 82%), rgb(145 37 23 / 96%)),
		var(--te-rojo);
}

.te-produit__contenu {
	position: relative;
	padding: 25px;
}

.te-produit__numero {
	position: absolute;
	top: -28px;
	right: 18px;
	display: grid;
	width: 52px;
	height: 52px;
	place-items: center;
	margin: 0;
	background: var(--te-amarillo);
	color: var(--te-carbon);
	border: 5px solid var(--te-blanco);
	border-radius: 50%;
	font-family: var(--te-fuente-titulos);
}

.te-produit h3 {
	margin-bottom: 10px;
}

.te-produit__contenu > p:last-child {
	margin-bottom: 0;
	color: #6e625b;
	font-size: 0.92rem;
}

.te-histoire {
	padding: clamp(80px, 10vw, 140px) 0;
	background: var(--te-verde-profundo);
	color: var(--te-blanco);
}

.te-histoire__contenu > p:not(.te-etiqueta) {
	max-width: 650px;
	margin-bottom: 32px;
	font-size: 1.08rem;
}

.te-histoire__mosaique {
	display: grid;
	min-height: 580px;
	grid-template: repeat(2, 1fr) / repeat(2, 1fr);
	gap: 15px;
}

.te-histoire__mosaique > div {
	display: grid;
	place-items: end center;
	padding: 18px;
	background:
		linear-gradient(145deg, rgb(244 185 31 / 70%), rgb(200 57 36 / 88%));
	border-radius: 22px;
	color: rgb(255 255 255 / 78%);
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.te-histoire__mosaique > div:first-child {
	grid-row: 1 / 3;
}

.te-histoire__mosaique > div:nth-child(2) {
	background: linear-gradient(145deg, #a91d53, #6e0f35);
}

.te-histoire__mosaique > div:nth-child(3) {
	background: linear-gradient(145deg, #f4b91f, #c83924);
}

.te-promotion {
	padding: 58px 0;
	background:
		linear-gradient(100deg, rgb(169 29 83 / 95%), rgb(200 57 36 / 92%)),
		var(--te-magenta);
	color: var(--te-blanco);
}

.te-promotion__interieur,
.te-commande__interieur,
.te-reservation__interieur {
	justify-content: space-between;
	gap: 40px;
}

.te-promotion h2,
.te-commande h2 {
	max-width: 820px;
	margin-bottom: 8px;
	font-size: clamp(2rem, 4.5vw, 4rem);
}

.te-promotion p:last-child {
	margin-bottom: 0;
}

.te-traiteur {
	background: var(--te-blanco);
}

.te-traiteur__visual {
	min-height: 480px;
	background:
		linear-gradient(145deg, rgb(169 29 83 / 80%), rgb(103 15 51 / 95%)),
		var(--te-magenta);
}

.te-actualites {
	background: var(--te-crema);
}

.te-actualites__grille {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.te-article {
	position: relative;
	min-height: 300px;
	padding: 35px;
	background: var(--te-blanco);
	border-top: 7px solid var(--te-rojo);
	border-radius: 0 0 22px 22px;
	box-shadow: 0 14px 35px rgb(45 31 23 / 9%);
}

.te-article:nth-child(2) {
	border-color: var(--te-verde);
}

.te-article:nth-child(3) {
	border-color: var(--te-amarillo);
}

.te-article__date {
	margin-bottom: 24px;
	color: var(--te-rojo);
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.te-article h3 {
	margin-bottom: 34px;
	font-size: clamp(1.45rem, 2.2vw, 2rem);
}

.te-article a {
	position: absolute;
	bottom: 32px;
	color: var(--te-verde);
	font-size: 0.8rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.te-commande {
	padding: clamp(65px, 8vw, 105px) 0;
	background: var(--te-carbon);
	color: var(--te-blanco);
}

.te-services {
	padding: 46px 0;
	background: var(--te-amarillo);
}

.te-services__grille {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.te-services article {
	position: relative;
	padding: 18px 28px;
}

.te-services article + article {
	border-left: 1px solid rgb(36 27 23 / 22%);
}

.te-services article > span {
	display: block;
	margin-bottom: 8px;
	color: var(--te-rojo);
	font-family: var(--te-fuente-titulos);
}

.te-services h3 {
	margin-bottom: 8px;
	font-size: 1.12rem;
}

.te-services p {
	margin-bottom: 0;
	font-size: 0.86rem;
	line-height: 1.5;
}

.te-reservation {
	background: var(--te-blanco);
}

.te-reservation h2 {
	margin-bottom: 14px;
	font-size: clamp(2.3rem, 4.5vw, 4rem);
}

.te-reservation p:last-child {
	max-width: 680px;
	margin-bottom: 0;
}

.te-pied {
	padding: 80px 0 0;
	background: var(--te-verde-profundo);
	color: rgb(255 255 255 / 76%);
}

.te-pied__grille {
	display: grid;
	grid-template-columns: 1.5fr 1.25fr 0.8fr 1fr;
	gap: clamp(30px, 5vw, 70px);
	padding-bottom: 65px;
}

.te-marca--clara {
	margin-bottom: 24px;
	color: var(--te-blanco) !important;
}

.te-pied__presentation p {
	max-width: 390px;
}

.te-pied h2 {
	margin-bottom: 24px;
	color: var(--te-blanco);
	font-size: 1rem;
	letter-spacing: 0.06em;
}

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

.te-pied li + li {
	margin-top: 9px;
}

.te-pied a {
	text-decoration: none;
}

.te-pied a:hover,
.te-pied a:focus-visible {
	color: var(--te-amarillo);
}

.te-pied__bas {
	justify-content: space-between;
	padding-block: 22px;
	border-top: 1px solid rgb(255 255 255 / 14%);
	gap: 20px;
	font-size: 0.78rem;
}

.te-pied__bas p {
	margin: 0;
}

.te-pied__idiomas a[aria-current="page"] {
	color: var(--te-amarillo);
	font-weight: 800;
}

.te-volver-arriba {
	position: fixed;
	z-index: 90;
	right: clamp(16px, 3vw, 34px);
	bottom: clamp(16px, 3vw, 34px);
	display: grid;
	width: 52px;
	height: 52px;
	place-items: center;
	background: var(--te-rojo);
	color: var(--te-blanco) !important;
	border: 3px solid var(--te-amarillo);
	border-radius: 50%;
	box-shadow: 0 12px 28px rgb(36 27 23 / 28%);
	font-size: 1.5rem;
	text-decoration: none;
	opacity: 0;
	pointer-events: none;
	transform: translateY(18px);
	transition: opacity 180ms ease, transform 180ms ease;
}

.te-volver-arriba.te-volver-arriba--visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.te-volver-arriba:hover,
.te-volver-arriba:focus-visible {
	background: var(--te-verde);
}

@media (max-width: 1050px) {
	.tacos-express .te-encabezado__navegacion {
		padding-block: 18px;
		grid-template-columns: 1fr !important;
		grid-template-rows: auto auto !important;
		column-gap: 0 !important;
		row-gap: 14px !important;
	}

	.tacos-express .te-navegacion {
		grid-column: 1;
		grid-row: 1;
		grid-template-columns: repeat(6, max-content) !important;
		column-gap: clamp(12px, 2vw, 24px) !important;
	}

	.te-navegacion a {
		font-size: 0.78rem;
	}

	.te-menu-desplegable__boton {
		font-size: 0.78rem !important;
	}

	.tacos-express .te-encabezado__complementos {
		display: grid !important;
		width: 100%;
		align-items: center !important;
		grid-column: 1;
		grid-row: 2;
		grid-template-columns: minmax(210px, 0.35fr) minmax(0, 1fr) !important;
		grid-template-rows: auto !important;
		justify-items: stretch !important;
		column-gap: 20px !important;
		row-gap: 0 !important;
	}

	.tacos-express .te-encabezado__preferencias {
		justify-self: end;
	}

	.te-menu__grille {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.te-services__grille {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.te-services article:nth-child(3) {
		border-left: 0;
	}

	.te-services article:nth-child(n + 3) {
		border-top: 1px solid rgb(36 27 23 / 22%);
	}

	.te-pied__grille {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 780px) {
	.te-contenedor {
		width: min(calc(100% - 28px), var(--te-ancho));
	}

	.te-encabezado__superior {
		min-height: 150px;
		padding-block: 22px;
		gap: 24px;
	}

	.te-marca__logo {
		width: clamp(175px, 34vw, 235px);
	}

	.te-encabezado__acciones {
		width: min(46%, 270px);
	}

	.te-accion-cabecera {
		min-height: 50px;
		padding: 10px 14px;
		font-size: 0.72rem;
	}

	.tacos-express .te-navegacion {
		width: 100%;
		padding-bottom: 4px;
		grid-template-columns: repeat(3, max-content) !important;
		grid-template-rows: repeat(2, auto) !important;
		justify-content: space-between !important;
		column-gap: 20px !important;
		row-gap: 4px !important;
		overflow: visible;
	}

	.tacos-express .te-navegacion > * {
		grid-row: auto !important;
	}

	.tacos-express .te-navegacion > p > a {
		grid-row: auto !important;
	}

	.tacos-express .te-encabezado__complementos {
		align-items: center !important;
		grid-template-columns: minmax(210px, 0.45fr) minmax(0, 1fr) !important;
	}

	.te-encabezado__preferencias {
		width: 100%;
		justify-content: space-between;
	}

	.te-boton-contacto {
		min-width: 210px;
	}

	.te-navegacion a {
		flex: 0 0 auto;
	}

	.te-menu-desplegable__lista {
		right: 0;
		left: auto;
		max-width: calc(100vw - 28px);
		transform: translateY(-8px);
	}

	.te-menu-desplegable:hover .te-menu-desplegable__lista,
	.te-menu-desplegable[data-abierto="true"] .te-menu-desplegable__lista {
		transform: translateY(0);
	}

	.te-portada__rejilla,
	.te-presentacion__rejilla,
	.te-boissons__rejilla,
	.te-histoire__rejilla,
	.te-traiteur__rejilla {
		grid-template-columns: 1fr;
	}

	.te-portada {
		padding-top: 64px;
	}

	.te-portada__contenido {
		padding-bottom: 0;
	}

	.te-portada h1 {
		font-size: clamp(3.3rem, 17vw, 5.7rem);
	}

	.te-portada__visual,
	.te-presentacion__visual {
		min-height: 420px;
	}

	.te-portada__datos {
		margin-top: 45px;
		grid-template-columns: 1fr;
		border-radius: 20px 20px 0 0;
	}

	.te-portada__datos p + p {
		border-top: 1px solid rgb(255 255 255 / 16%);
		border-left: 0;
	}

	.te-boissons__visual {
		grid-row: 1;
		min-height: 380px;
	}

	.te-entete-section,
	.te-promotion__interieur,
	.te-commande__interieur,
	.te-reservation__interieur {
		align-items: flex-start;
		flex-direction: column;
	}

	.te-actualites__grille {
		grid-template-columns: 1fr;
	}

	.te-article {
		min-height: 250px;
	}
}

@media (max-width: 520px) {
	.te-encabezado__superior {
		display: grid;
		justify-items: center;
		min-height: 0;
		padding-block: 26px;
	}

	.te-marca__logo {
		width: 210px;
		max-height: 88px;
	}

	.te-encabezado__acciones {
		width: 100%;
	}

	.tacos-express .te-navegacion {
		grid-template-columns: repeat(2, max-content) !important;
		grid-template-rows: repeat(3, auto) !important;
	}

	.tacos-express .te-encabezado__complementos {
		grid-template-columns: 1fr !important;
		grid-template-rows: auto auto !important;
		row-gap: 10px !important;
	}

	.te-encabezado__preferencias {
		align-items: stretch;
	}

	.te-boton-contacto {
		width: 100%;
	}

	.te-encabezado__preferencias {
		flex-direction: column;
	}

	.te-idiomas {
		justify-content: space-between;
	}

	.te-tema {
		align-self: center;
	}

	.te-portada h1 {
		font-size: clamp(3rem, 17vw, 4.6rem);
	}

	.te-grupo-botones,
	.te-grupo-botones .te-boton {
		width: 100%;
	}

	.te-portada__visual {
		min-height: 340px;
	}

	.te-plato {
		border-width: 11px;
	}

	.te-menu__grille,
	.te-services__grille,
	.te-pied__grille {
		grid-template-columns: 1fr;
	}

	.te-histoire__mosaique {
		min-height: 680px;
		grid-template: repeat(3, 1fr) / 1fr;
	}

	.te-histoire__mosaique > div:first-child {
		grid-row: auto;
	}

	.te-services article + article,
	.te-services article:nth-child(3) {
		border-top: 1px solid rgb(36 27 23 / 22%);
		border-left: 0;
	}

	.te-pied__bas {
		align-items: flex-start;
		flex-direction: column;
	}

	.te-volver-arriba {
		width: 46px;
		height: 46px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tacos-express *,
	.tacos-express *::before,
	.tacos-express *::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}
