/*
 * Hestia — Estilos públicos base para widgets de Elementor y shortcodes.
 * Diseñados para ser sobreescritos por los controles de Estilo de Elementor.
 */

.hestia-dish-card,
.hestia-menu-grid,
.hestia-carousel,
.hestia-filter,
.hestia-location-selector,
.hestia-menu-tabs,
.hestia-printed-menu,
.hestia-schedule-status,
.hestia-daily-special {
	box-sizing: border-box;
	font-family: inherit;
}
.hestia-dish-card *, .hestia-menu-grid *, .hestia-filter * { box-sizing: border-box; }

.hestia-empty { opacity: 0.6; font-style: italic; }

/* Dish card */
.hestia-dish-card {
	border: 1px solid #e8e8e8;
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
	display: flex;
	flex-direction: column;
}
.hestia-dish-card__image img { width: 100%; height: 220px; object-fit: cover; display: block; }
.hestia-dish-card__body { padding: 18px; display: flex; flex-direction: column; gap: 8px; }
.hestia-dish-card__title { margin: 0; font-size: 18px; font-weight: 600; }
.hestia-dish-card__desc { margin: 0; font-size: 14px; opacity: 0.75; }
.hestia-dish-card__price { font-weight: 700; font-size: 17px; margin-top: 4px; }
.hestia-dish-card__tags, .hestia-dish-card__allergens { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; }
.hestia-tag, .hestia-allergen { font-size: 11px; padding: 2px 8px; border-radius: 20px; background: #f5f5f5; }
.hestia-allergen { background: #fdecea; }

/* Menu grid */
.hestia-menu-grid { display: flex; flex-direction: column; gap: 40px; }
.hestia-menu-category__title { font-size: 22px; font-weight: 700; border-bottom: 2px solid currentColor; padding-bottom: 8px; margin-bottom: 20px; }
.hestia-menu-category__dishes { display: grid; gap: 20px; grid-template-columns: repeat(var(--hestia-columns, 3), 1fr); }
.hestia-layout-list .hestia-menu-category__dishes { grid-template-columns: 1fr; }
.hestia-layout-list .hestia-dish-card { flex-direction: row; }
.hestia-layout-list .hestia-dish-card__image img { width: 140px; height: 100%; }

@media (max-width: 900px) { .hestia-menu-category__dishes { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .hestia-menu-category__dishes { grid-template-columns: 1fr; } }

/* Carousel */
.hestia-carousel { position: relative; display: flex; align-items: center; gap: 12px; }
.hestia-carousel__track { display: flex; gap: 16px; overflow-x: auto; scroll-behavior: smooth; flex: 1; padding-bottom: 6px; }
.hestia-carousel__slide { flex: 0 0 260px; }
.hestia-carousel__nav { background: #0a0a0a; color: #fff; border: none; width: 34px; height: 34px; border-radius: 50%; cursor: pointer; font-size: 18px; flex-shrink: 0; }

/* Filter */
.hestia-filter__controls { display: flex; flex-wrap: wrap; gap: 12px; padding: 16px; border-radius: 4px; background: #f5f5f5; }
.hestia-filter__controls input, .hestia-filter__controls select { padding: 8px 10px; border: 1px solid #d4d4d4; border-radius: 4px; }
.hestia-filter__allergens { border: none; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.hestia-filter__allergens legend { font-size: 12px; opacity: 0.6; width: 100%; }
.hestia-filter__results { margin-top: 20px; display: grid; gap: 16px; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }

/* Location selector */
.hestia-location-selector { display: flex; flex-direction: column; gap: 10px; max-width: 420px; }
.hestia-location-selector select { padding: 10px 12px; border-radius: 4px; border: 1px solid #d4d4d4; }

/* Menu tabs */
.hestia-menu-tabs__nav { display: flex; gap: 4px; border-bottom: 2px solid #e8e8e8; margin-bottom: 24px; flex-wrap: wrap; }
.hestia-menu-tabs__tab { background: none; border: none; padding: 12px 18px; cursor: pointer; font-size: 14px; font-weight: 600; border-bottom: 2px solid transparent; margin-bottom: -2px; }
.hestia-menu-tabs__tab.is-active { border-bottom-color: currentColor; }
.hestia-menu-tabs__panel { display: none; }
.hestia-menu-tabs__panel.is-active { display: block; }

/* Printed menu */
.hestia-printed-menu { max-width: 640px; margin: 0 auto; font-family: Georgia, serif; }
.hestia-printed-menu__category h3 { text-transform: uppercase; letter-spacing: 0.1em; font-size: 15px; border-bottom: 1px solid currentColor; padding-bottom: 6px; }
.hestia-printed-menu__item { list-style: none; display: flex; align-items: baseline; gap: 8px; margin-bottom: 10px; }
.hestia-printed-menu__dots { flex: 1; border-bottom: 1px dotted #999; height: 0; margin-bottom: 4px; }
.hestia-printed-menu__desc { font-size: 12px; opacity: 0.6; margin: 2px 0 0; flex-basis: 100%; }
.hestia-printed-menu ul { padding: 0; margin: 0 0 24px; }

/* Schedule status */
.hestia-schedule-status__badge { display: inline-block; padding: 6px 14px; border-radius: 20px; font-weight: 700; font-size: 13px; color: #fff; }
.hestia-schedule-status__badge--open { background: #1f7a4d; }
.hestia-schedule-status__badge--closed { background: #c0392b; }
.hestia-schedule-status__events { list-style: none; padding: 0; margin: 12px 0 0; font-size: 13px; }

/* Daily special */
.hestia-daily-special__eyebrow { display: block; text-transform: uppercase; letter-spacing: 0.1em; font-size: 12px; font-weight: 700; margin-bottom: 10px; }

@media print {
	.hestia-dish-card__image { display: none; }
}


/* ==========================================================================
   Menú Digital Editorial
   Réplica digital de la carta impresa: navegación fija, hero con personaje,
   secciones con degradado propio y recuadros de categoría de color.
   ========================================================================== */

.hestia-dm {
	--dm-ink: #1b2a5e;
	--dm-muted: #5a6480;
	--dm-cta: #1b2a5e;
	--dm-cta-text: #ffffff;
	--dm-nav-bg: rgba(253, 246, 236, 0.92);
	--dm-serif: "Playfair Display", "Iowan Old Style", Palatino, Georgia, "Times New Roman", serif;
	--dm-sans: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	--dm-maxw: 1180px;

	position: relative;
	color: var(--dm-ink);
	font-family: var(--dm-sans);
	overflow-x: clip;
}
.hestia-dm *,
.hestia-dm *::before,
.hestia-dm *::after { box-sizing: border-box; }

.hestia-dm ul { list-style: none; margin: 0; padding: 0; }

/* --------------------------------------------------------------- Navegación */

.hestia-dm-nav {
	position: sticky;
	top: 0;
	z-index: 40;
	background: var(--dm-nav-bg);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-bottom: 1px solid rgba(27, 42, 94, 0.1);
}

.hestia-dm-nav__inner {
	max-width: var(--dm-maxw);
	margin: 0 auto;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	gap: 18px;
}

.hestia-dm-nav__brand {
	font-family: var(--dm-serif);
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.04em;
	white-space: nowrap;
	flex-shrink: 0;
}
.hestia-dm-nav__brandlink { display: flex; align-items: center; flex-shrink: 0; text-decoration: none; }
.hestia-dm-nav__logo { height: 38px; width: auto; max-width: 210px; object-fit: contain; display: block; flex-shrink: 0; }

.hestia-dm-nav__links {
	display: flex;
	align-items: center;
	gap: 4px;
	flex: 1;
	overflow-x: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
	scroll-behavior: smooth;
}
.hestia-dm-nav__links::-webkit-scrollbar { display: none; }
/* Los enlaces se desvanecen en los bordes en vez de cortarse en seco. */
.hestia-dm-nav__links {
	-webkit-mask-image: linear-gradient(to right, transparent 0, #000 26px, #000 calc(100% - 26px), transparent 100%);
	mask-image: linear-gradient(to right, transparent 0, #000 26px, #000 calc(100% - 26px), transparent 100%);
}

.hestia-dm-nav__links a {
	display: block;
	padding: 8px 14px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 600;
	color: var(--dm-ink);
	text-decoration: none;
	white-space: nowrap;
	opacity: 0.65;
	transition: opacity 0.2s ease, background-color 0.2s ease;
}
.hestia-dm-nav__links a:hover { opacity: 1; background: rgba(27, 42, 94, 0.07); }
.hestia-dm-nav__links a.is-active { opacity: 1; background: rgba(27, 42, 94, 0.11); }

/* Pills con el color de cada carta: tinte suave en reposo, color pleno al
   activarse o al pasar el cursor. */
.hestia-dm-nav--pills .hestia-dm-nav__links a {
	opacity: 1;
	background: color-mix(in srgb, var(--dm-pill, #f78fa7) 16%, transparent);
	transition: background-color 0.3s ease, color 0.3s ease, transform 0.25s ease;
}
.hestia-dm-nav--pills .hestia-dm-nav__links a:hover,
.hestia-dm-nav--pills .hestia-dm-nav__links a.is-active {
	background: var(--dm-pill, #f78fa7);
	color: var(--dm-pill-text, #1b2a5e);
}

.hestia-dm-nav__cta {
	flex-shrink: 0;
	padding: 10px 22px;
	border-radius: 999px;
	background: var(--dm-cta);
	color: var(--dm-cta-text);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
	transition: transform 0.2s ease, filter 0.2s ease;
}
.hestia-dm-nav__cta:hover { transform: translateY(-1px); filter: brightness(1.12); color: var(--dm-cta-text); }

@media (max-width: 860px) {
	.hestia-dm-nav__inner { padding: 8px 14px; gap: 10px; }
	.hestia-dm-nav__brand { font-size: 15px; }
	.hestia-dm-nav__logo { height: 30px; max-width: 140px; }
	.hestia-dm-nav__cta { display: none; }
}

/* --------------------------------------------------------------------- Hero */
/* El marco (arco) es una pieza vertical de proporción ~0.58, igual que la página
   impresa. Por eso el hero se compone como un "póster" centrado: el arco escala
   con la altura del hero y el contenido se coloca dentro de él, con las flores
   ancladas a los bordes exteriores. */

.hestia-dm-hero {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: clamp(600px, 94vh, 960px);
	min-height: clamp(600px, 94svh, 960px);
	padding: clamp(30px, 5vw, 60px) 20px;
	background: linear-gradient(180deg, var(--dm-hero-from, #f6c3c0) 0%, var(--dm-hero-to, #fdf6ec) 100%);
	overflow: hidden;
	text-align: center;
}

.hestia-dm-hero__frame {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100%;
	width: auto;
	max-width: none;
	transform: translate(-50%, -50%);
	object-fit: contain;
	pointer-events: none;
	z-index: 1;
}

.hestia-dm-hero__flowers {
	position: absolute;
	top: -1%;
	height: auto;
	width: clamp(120px, 21vw, 300px);
	pointer-events: none;
	will-change: transform;
	z-index: 3;
}
.hestia-dm-hero__flowers--left { left: 0; }
.hestia-dm-hero__flowers--right { right: 0; transform: scaleX(-1); }

.hestia-dm-hero__content {
	position: relative;
	z-index: 2;
	width: min(430px, 74vw);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}

.hestia-dm-hero__eyebrow {
	font-family: var(--dm-serif);
	text-transform: uppercase;
	letter-spacing: 0.3em;
	font-size: clamp(8px, 1.2vw, 11px);
	opacity: 0.85;
	padding-left: 0.3em;
	order: 2;
}

.hestia-dm-hero__title {
	font-family: var(--dm-serif);
	font-size: clamp(34px, 5.4vw, 62px);
	line-height: 0.94;
	margin: 0;
	font-weight: 700;
	order: 1;
}

/* Logo vertical: sustituye al título de texto sin perder el H1 semántico. */
.hestia-dm-hero__title--logo { display: block; line-height: 0; }
.hestia-dm-hero__logo {
	display: block;
	width: clamp(180px, 26vw, 300px);
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.hestia-dm-sronly {
	position: absolute !important;
	width: 1px; height: 1px;
	padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0, 0, 0, 0);
	white-space: nowrap; border: 0;
}

.hestia-dm-hero__subtitle {
	font-size: clamp(12px, 1.5vw, 15px);
	margin: 2px 0 0;
	opacity: 0.82;
	line-height: 1.55;
	order: 3;
}

.hestia-dm-hero__character {
	width: clamp(190px, 27vw, 330px);
	height: auto;
	margin: clamp(6px, 1.6vw, 16px) 0 0;
	will-change: transform;
	order: 4;
}

.hestia-dm-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin-top: 10px;
	order: 5;
}

.hestia-dm-btn {
	display: inline-block;
	padding: 13px 30px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.2s ease, filter 0.2s ease;
}
.hestia-dm-btn:hover { transform: translateY(-2px); }
.hestia-dm-btn--primary { background: var(--dm-cta); color: var(--dm-cta-text); }
.hestia-dm-btn--primary:hover { filter: brightness(1.12); color: var(--dm-cta-text); }
.hestia-dm-btn--ghost { background: rgba(255, 255, 255, 0.45); color: var(--dm-ink); border: 1.5px solid currentColor; }

/* En pantallas anchas el arco no debe quedar diminuto ni desbordar en exceso. */
@media (min-aspect-ratio: 16/10) and (min-width: 1100px) {
	.hestia-dm-hero { min-height: 920px; }
}

@media (max-width: 760px) {
	.hestia-dm-hero { min-height: clamp(560px, 88vh, 760px); min-height: clamp(560px, 88svh, 760px); padding: 24px 16px; }
	.hestia-dm-hero__frame { height: auto; width: 128%; top: 46%; }
	.hestia-dm-hero__flowers { width: 40vw; }
	.hestia-dm-hero__flowers--left { left: -8%; }
	.hestia-dm-hero__flowers--right { right: -8%; }
	.hestia-dm-hero__content { width: min(330px, 78vw); }
}

/* -------------------------------------------------- Platos recomendados */

.hestia-dm-featured {
	position: relative;
	z-index: 2;
	padding: clamp(40px, 6vw, 70px) 0;
	background: linear-gradient(180deg, var(--dm-hero-to, #fdf6ec) 0%, #fdf6ec 100%);
}

.hestia-dm-featured__title {
	font-family: var(--dm-serif);
	font-size: clamp(26px, 4.4vw, 42px);
	text-align: center;
	margin: 0 0 clamp(24px, 4vw, 44px);
	font-weight: 700;
}

.hestia-dm-featured__viewport { position: relative; display: flex; align-items: center; }

.hestia-dm-featured__track {
	display: flex;
	gap: clamp(16px, 3vw, 40px);
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	scrollbar-width: none;
	-ms-overflow-style: none;
	padding: 6px max(20px, calc((100vw - var(--dm-maxw)) / 2)) 18px;
	flex: 1;
}
.hestia-dm-featured__track::-webkit-scrollbar { display: none; }

.hestia-dm-featured__item {
	flex: 0 0 clamp(190px, 26vw, 260px);
	scroll-snap-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 8px;
}

.hestia-dm-featured__plate {
	width: clamp(170px, 24vw, 240px);
	height: clamp(170px, 24vw, 240px);
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background: radial-gradient(circle at 50% 40%, #ffffff 0%, #f3ece2 78%, #e6dccd 100%);
	box-shadow: 0 14px 34px rgba(27, 42, 94, 0.14);
	transition: transform 0.35s ease;
}
.hestia-dm-featured__item:hover .hestia-dm-featured__plate { transform: translateY(-6px) scale(1.02); }
.hestia-dm-featured__plate img { width: 100%; height: 100%; object-fit: cover; display: block; }

.hestia-dm-featured__name {
	font-family: var(--dm-serif);
	font-size: clamp(16px, 2vw, 19px);
	margin: 6px 0 0;
	font-weight: 700;
	line-height: 1.25;
}
.hestia-dm-featured__desc {
	font-size: 12.5px;
	color: var(--dm-muted);
	margin: 0;
	line-height: 1.5;
	max-width: 240px;
}
.hestia-dm-featured__price { font-family: var(--dm-serif); font-weight: 700; font-size: 15px; }

.hestia-dm-rail__nav {
	position: absolute;
	top: clamp(85px, 12vw, 120px);
	z-index: 3;
	width: 44px;
	height: 44px;
	border: none;
	border-radius: 50%;
	background: #ffffff;
	color: var(--dm-ink);
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 4px 16px rgba(27, 42, 94, 0.18);
	transition: transform 0.2s ease, opacity 0.2s ease;
}
.hestia-dm-rail__nav:hover { transform: scale(1.08); }
.hestia-dm-rail__nav--prev { left: max(12px, calc((100vw - var(--dm-maxw)) / 2 - 22px)); }
.hestia-dm-rail__nav--next { right: max(12px, calc((100vw - var(--dm-maxw)) / 2 - 22px)); }
.hestia-dm-rail__nav[hidden] { display: none; }

@media (max-width: 700px) {
	.hestia-dm-rail__nav { display: none; }
	.hestia-dm-featured__track { padding-left: 20px; padding-right: 20px; }
}

/* ----------------------------------------------------------- Secciones */

.hestia-dm-section {
	position: relative;
	padding: clamp(52px, 7vw, 96px) 20px;
	background: linear-gradient(180deg, var(--dm-from, #bfe3e0) 0%, var(--dm-to, #f9d3b4) 100%);
	scroll-margin-top: 72px;
}

.hestia-dm-section__inner {
	max-width: var(--dm-maxw);
	margin: 0 auto;
	position: relative;
}

.hestia-dm-section__head { margin-bottom: clamp(26px, 4vw, 44px); }

.hestia-dm-section__title {
	font-family: var(--dm-serif);
	font-size: clamp(34px, 6.5vw, 68px);
	line-height: 1;
	margin: 0;
	font-weight: 700;
	color: var(--dm-title, var(--dm-ink));
}

.hestia-dm-section__intro {
	margin-top: 10px;
	max-width: 560px;
	font-size: 14px;
	line-height: 1.6;
	color: var(--dm-muted);
}

.hestia-dm-section__illustration {
	display: block;
	width: var(--dm-ill-size, 380px);
	max-width: 100%;
	height: auto;
	margin: clamp(30px, 5vw, 56px) auto 0;
	pointer-events: none;
}
.hestia-dm-section--ill-top .hestia-dm-section__illustration { margin: 0 auto clamp(24px, 4vw, 44px); }

@media (min-width: 1000px) {
	.hestia-dm-section--ill-left .hestia-dm-section__illustration,
	.hestia-dm-section--ill-right .hestia-dm-section__illustration {
		position: absolute;
		bottom: 0;
		margin: 0;
		z-index: 0;
		opacity: 0.95;
	}
	.hestia-dm-section--ill-left .hestia-dm-section__illustration { left: -6%; }
	.hestia-dm-section--ill-right .hestia-dm-section__illustration { right: -6%; }
	.hestia-dm-section--ill-left .hestia-dm-columns,
	.hestia-dm-section--ill-right .hestia-dm-columns { position: relative; z-index: 1; }
}

/* Columnas estilo carta impresa */
.hestia-dm-columns { column-count: 1; column-gap: clamp(32px, 5vw, 64px); }
@media (min-width: 900px) {
	.hestia-dm-columns--2 { column-count: 2; }
}

.hestia-dm-cat {
	break-inside: avoid;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	display: inline-block;
	width: 100%;
	margin-bottom: clamp(26px, 3.5vw, 42px);
}

.hestia-dm-cat__chip {
	display: block;
	font-family: var(--dm-serif);
	font-size: clamp(16px, 2.2vw, 21px);
	font-weight: 700;
	padding: 9px 20px;
	border-radius: 9px;
	margin: 0 0 16px;
	line-height: 1.3;
}

.hestia-dm-cat__list { display: flex; flex-direction: column; gap: 15px; }

/* Fila de plato */
.hestia-dm-dish { display: flex; gap: 14px; align-items: flex-start; }

.hestia-dm-dish--clickable { cursor: pointer; border-radius: 10px; padding: 4px 6px; margin: -4px -6px; transition: background-color 0.2s ease; }
.hestia-dm-dish--clickable:hover,
.hestia-dm-dish--clickable:focus-visible { background: rgba(255, 255, 255, 0.42); outline: none; }

.hestia-dm-dish__thumb {
	flex: 0 0 auto;
	width: 68px;
	height: 68px;
	border-radius: 10px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0 3px 10px rgba(27, 42, 94, 0.14);
}
.hestia-dm-dish__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

.hestia-dm-dish__body { flex: 1; min-width: 0; display: block; }

.hestia-dm-dish__head {
	display: flex;
	align-items: baseline;
	gap: 10px;
	justify-content: space-between;
}

.hestia-dm-dish__name {
	font-family: var(--dm-serif);
	font-size: clamp(15px, 1.9vw, 17.5px);
	font-weight: 700;
	line-height: 1.3;
}

.hestia-dm-dish__price {
	font-family: var(--dm-serif);
	font-size: clamp(14px, 1.8vw, 16.5px);
	font-weight: 700;
	white-space: nowrap;
	flex-shrink: 0;
}

.hestia-dm-dish__desc {
	display: block;
	margin-top: 3px;
	font-size: 12.5px;
	line-height: 1.5;
	color: var(--dm-muted);
	max-width: 46ch;
}

@media (max-width: 600px) {
	.hestia-dm-dish__thumb { width: 58px; height: 58px; }
	.hestia-dm-dish__desc { font-size: 12px; }
}

/* --------------------------------------------------------------- Lightbox */

.hestia-dm-lightbox {
	position: fixed;
	inset: 0;
	z-index: 100;
	background: rgba(20, 25, 45, 0.86);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}
.hestia-dm-lightbox[hidden] { display: none; }

.hestia-dm-lightbox__inner {
	background: #fdf6ec;
	border-radius: 16px;
	overflow: hidden;
	max-width: 520px;
	width: 100%;
	margin: 0;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.4);
}
.hestia-dm-lightbox__image { width: 100%; height: auto; max-height: 62vh; object-fit: cover; display: block; }
.hestia-dm-lightbox__caption { display: block; padding: 20px 24px 24px; }
.hestia-dm-lightbox__title { font-family: var(--dm-serif); font-size: 22px; font-weight: 700; display: block; }
.hestia-dm-lightbox__price { font-family: var(--dm-serif); font-size: 17px; font-weight: 700; display: block; margin-top: 4px; }
.hestia-dm-lightbox__desc { font-size: 14px; line-height: 1.6; color: var(--dm-muted); margin: 10px 0 0; }
.hestia-dm-lightbox__desc:empty { display: none; }
.hestia-dm-lightbox__image[hidden] { display: none; }
.hestia-dm-lightbox__tags,
.hestia-dm-lightbox__allergens,
.hestia-dm-lightbox__extra { display: block; font-size: 12.5px; margin-top: 10px; }
.hestia-dm-lightbox__tags { color: var(--dm-ink); font-weight: 600; }
.hestia-dm-lightbox__allergens { color: #a4574d; }
.hestia-dm-lightbox__extra { color: var(--dm-muted); }
.hestia-dm-lightbox__tags[hidden],
.hestia-dm-lightbox__allergens[hidden],
.hestia-dm-lightbox__extra[hidden] { display: none; }

.hestia-dm-lightbox__close {
	position: absolute;
	top: 18px;
	right: 22px;
	width: 44px;
	height: 44px;
	border: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.16);
	color: #fff;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
}
.hestia-dm-lightbox__close:hover { background: rgba(255, 255, 255, 0.3); }

/* ------------------------------------------------------- Botón flotante */

.hestia-dm-fab {
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 45;
	display: none;
	padding: 14px 26px;
	border-radius: 999px;
	background: var(--dm-cta);
	color: var(--dm-cta-text);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 8px 26px rgba(27, 42, 94, 0.36);
}
@media (max-width: 860px) {
	.hestia-dm-fab { display: block; }
}

/* ----------------------------------------------------------- Footer */

.hestia-dm-footer {
	background: var(--dm-footer-bg, var(--dm-ink));
	color: var(--dm-footer-color, #fdf6ec);
	padding: 26px 20px;
}
.hestia-dm-footer__inner { max-width: var(--dm-maxw); margin: 0 auto; text-align: center; }
.hestia-dm-footer__text { margin: 0; font-size: 13px; letter-spacing: 0.04em; line-height: 1.7; }
.hestia-dm-footer__text a { color: inherit; text-decoration: underline; }

/* ----------------------------------------------------- Accesibilidad */

@media (prefers-reduced-motion: reduce) {
	.hestia-dm-hero__flowers,
	.hestia-dm-hero__character { transform: none !important; }
	.hestia-dm *,
	.hestia-dm *::before,
	.hestia-dm *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
	.hestia-dm-nav__links,
	.hestia-dm-featured__track { scroll-behavior: auto; }
}

@media print {
	.hestia-dm-nav, .hestia-dm-fab, .hestia-dm-rail__nav, .hestia-dm-lightbox { display: none !important; }
	.hestia-dm-section { background: none !important; padding: 20px 0; }
	.hestia-dm-columns--2 { column-count: 2; }
}

/* ==========================================================================
   Capa premium: intro "puerta", fondo continuo, reveals y microinteracciones.
   Se declara al final para ganar la cascada sobre los estilos base.
   ========================================================================== */

.hestia-dm { isolation: isolate; }

/* Ancho completo: rompe el contenedor del tema para pegarse a los bordes
   del viewport (activable desde el widget, pensado para el hero). */
.hestia-dm--bleed {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

/* Capa de fondo continuo: JS interpola el color entre secciones al hacer scroll.
   Sin JS la capa queda invisible y cada sección conserva su degradado propio. */
.hestia-dm-bgflow {
	/* Absoluta, no fija: la capa queda contenida dentro de SU widget y nunca
	   pinta el resto de la página (hero hecho a mano, header u otros bloques). */
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background-color: transparent;
	transition: background-color 0.25s linear;
}
.hestia-dm--flowbg .hestia-dm-hero,
.hestia-dm--flowbg .hestia-dm-featured,
.hestia-dm--flowbg .hestia-dm-section { background: transparent; }

/* ------------------------------------------------------- Intro "la puerta" */
/* Coreografía de keyframes puros: el marco (la puerta) se abre primero, las
   flores brotan desde los bordes, el logo se asienta, y solo después entran
   personaje, textos y botones. Sin JS también funciona. */

.hestia-dm--intro .hestia-dm-hero__frame {
	animation: hestiaDmDoor 1.15s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes hestiaDmDoor {
	from { opacity: 0; transform: translate(-50%, -50%) scale(1.08); }
	to   { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

.hestia-dm--intro .hestia-dm-hero__flowers--left {
	animation: hestiaDmBloomL 1.1s 0.3s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes hestiaDmBloomL {
	from { opacity: 0; transform: translate(-46px, -30px) rotate(-4deg); }
	to   { opacity: 1; transform: translate(0, 0) rotate(0deg); }
}

.hestia-dm--intro .hestia-dm-hero__flowers--right {
	animation: hestiaDmBloomR 1.1s 0.42s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes hestiaDmBloomR {
	from { opacity: 0; transform: translate(46px, -30px) rotate(4deg) scaleX(-1); }
	to   { opacity: 1; transform: translate(0, 0) rotate(0deg) scaleX(-1); }
}

.hestia-dm--intro .hestia-dm-hero__title {
	animation: hestiaDmSettle 0.95s 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes hestiaDmSettle {
	from { opacity: 0; transform: translateY(22px) scale(1.04); }
	to   { opacity: 1; transform: translateY(0) scale(1); }
}

/* El personaje cruza la puerta al final, seguido por los textos y botones. */
.hestia-dm--intro .hestia-dm-hero__character {
	animation: hestiaDmRise 1.05s 0.95s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes hestiaDmRise {
	from { opacity: 0; transform: translateY(48px); }
	to   { opacity: 1; transform: translateY(0); }
}

.hestia-dm--intro .hestia-dm-hero__eyebrow,
.hestia-dm--intro .hestia-dm-hero__subtitle {
	animation: hestiaDmFade 0.8s 1.2s ease both;
}
.hestia-dm--intro .hestia-dm-hero__actions {
	animation: hestiaDmFade 0.8s 1.38s ease both;
}
@keyframes hestiaDmFade {
	from { opacity: 0; transform: translateY(10px); }
	to   { opacity: 1; transform: translateY(0); }
}

/* ------------------------------------------------ Aparición al hacer scroll */
/* El estado oculto sólo se aplica cuando JS está activo (clase --js): sin
   JavaScript todo el contenido es visible desde el primer render. */

.hestia-dm--js:not(.hestia-dm--no-reveal) [data-dm-reveal] {
	opacity: 0;
	transform: translateY(20px);
	transition:
		opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
	transition-delay: var(--dm-d, 0ms);
}
.hestia-dm--js:not(.hestia-dm--no-reveal) [data-dm-reveal].is-in {
	opacity: 1;
	transform: none;
}

/* ---------------------------------------------------- Microinteracciones */

.hestia-dm-dish--clickable {
	transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.hestia-dm-dish--clickable:hover {
	background: rgba(255, 255, 255, 0.55);
	box-shadow: 0 8px 22px rgba(27, 42, 94, 0.09);
	transform: translateY(-2px);
}
.hestia-dm-dish__thumb img { transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1); }
.hestia-dm-dish--clickable:hover .hestia-dm-dish__thumb img { transform: scale(1.08); }

.hestia-dm-btn:active,
.hestia-dm-nav__cta:active,
.hestia-dm-fab:active { transform: translateY(0) scale(0.97); }

.hestia-dm-nav__links a { transition: opacity 0.25s ease, background-color 0.25s ease, transform 0.25s ease; }
.hestia-dm-nav__links a:hover { transform: translateY(-1px); }

.hestia-dm-cat__chip { transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1); }
.hestia-dm-cat:hover .hestia-dm-cat__chip { transform: translateX(3px); }

/* Accesibilidad: anillo de foco visible y consistente en todo el widget. */
.hestia-dm a:focus-visible,
.hestia-dm button:focus-visible,
.hestia-dm [role="button"]:focus-visible {
	outline: 2px solid var(--dm-ink);
	outline-offset: 3px;
	border-radius: 8px;
}

/* ------------------------------------------- Botón flotante con entrada */
/* Aparece deslizándose cuando el usuario supera el hero. */
@media (max-width: 860px) {
	.hestia-dm--js .hestia-dm-fab {
		opacity: 0;
		transform: translateY(76px);
		pointer-events: none;
		transition: opacity 0.45s ease, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
	}
	.hestia-dm--js .hestia-dm-fab.is-visible {
		opacity: 1;
		transform: none;
		pointer-events: auto;
	}
}

/* -------------------------------------------------- Popup rediseñado */

.hestia-dm-lightbox {
	opacity: 0;
	transition: opacity 0.32s ease;
	background: rgba(16, 20, 38, 0.78);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}
.hestia-dm-lightbox.is-open { opacity: 1; }

.hestia-dm-lightbox__inner {
	max-width: 540px;
	border-radius: 22px;
	transform: translateY(16px) scale(0.965);
	transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
}
.hestia-dm-lightbox.is-open .hestia-dm-lightbox__inner { transform: none; }

.hestia-dm-lightbox__image { aspect-ratio: 16 / 10; width: 100%; object-fit: cover; max-height: 46vh; }

.hestia-dm-lightbox__caption { padding: 24px 28px 28px; }
.hestia-dm-lightbox__title { font-size: 25px; line-height: 1.15; }
.hestia-dm-lightbox__price { font-size: 18px; margin-top: 6px; opacity: 0.85; }
.hestia-dm-lightbox__desc { font-size: 14.5px; margin-top: 12px; }

.hestia-dm-lightbox .hestia-dm-pill {
	display: inline-block;
	padding: 4px 12px;
	border-radius: 999px;
	font-size: 11.5px;
	font-weight: 600;
	margin: 3px 6px 3px 0;
	background: rgba(27, 42, 94, 0.08);
	color: var(--dm-ink);
}
.hestia-dm-lightbox__allergens .hestia-dm-pill { background: #fbe9e6; color: #a4574d; }
.hestia-dm-lightbox__tags { margin-top: 14px; }
.hestia-dm-lightbox__allergens { margin-top: 4px; }
.hestia-dm-lightbox__extra { margin-top: 10px; font-size: 12.5px; }

.hestia-dm-lightbox__cta {
	display: inline-block;
	margin-top: 18px;
	padding: 13px 30px;
	border-radius: 999px;
	background: var(--dm-cta);
	color: var(--dm-cta-text);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.2s ease, filter 0.2s ease;
}
.hestia-dm-lightbox__cta:hover { transform: translateY(-2px); filter: brightness(1.12); color: var(--dm-cta-text); }

.hestia-dm-lightbox__close {
	width: 46px;
	height: 46px;
	background: rgba(255, 255, 255, 0.14);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	transition: background-color 0.25s ease, transform 0.25s ease;
}
.hestia-dm-lightbox__close:hover { background: rgba(255, 255, 255, 0.3); transform: rotate(90deg); }

@media (max-width: 560px) {
	.hestia-dm-lightbox { padding: 0; align-items: flex-end; }
	.hestia-dm-lightbox__inner {
		max-width: none;
		border-radius: 22px 22px 0 0;
		transform: translateY(40px);
		max-height: 92vh;
		overflow-y: auto;
	}
	.hestia-dm-lightbox.is-open .hestia-dm-lightbox__inner { transform: none; }
}

/* --------------------------------------- Blindaje del popup ante el tema */
/* El popup vive dentro de la página del tema: estos resets garantizan que
   ningún estilo externo (figcaption en italic, botones con borde, line-height
   del tema) pueda desarmarlo. */

.hestia-dm-lightbox,
.hestia-dm-lightbox * {
	font-style: normal;
	letter-spacing: normal;
	text-transform: none;
	box-sizing: border-box;
}
.hestia-dm-lightbox {
	font-family: var(--dm-sans);
	color: var(--dm-ink);
	align-items: center;
	justify-content: center;
	text-align: left;
}
.hestia-dm-lightbox__inner {
	margin: 0;
	line-height: 1.5;
}
.hestia-dm-lightbox__title { font-family: var(--dm-serif); font-weight: 700; font-style: normal; }
.hestia-dm-lightbox__price { font-family: var(--dm-serif); font-weight: 700; }
.hestia-dm-lightbox__desc { font-family: var(--dm-sans); }
.hestia-dm-lightbox__close {
	appearance: none;
	-webkit-appearance: none;
	border: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	font-family: inherit;
	box-shadow: none;
	text-shadow: none;
	color: #ffffff;
}
.hestia-dm-lightbox__cta { border: none; box-shadow: none; }
.hestia-dm-lightbox__image { display: block; margin: 0; border: none; }

@media (max-width: 560px) {
	.hestia-dm-lightbox { align-items: flex-end; }
}

/* ------------------------------------------------ Horarios de apertura */

.hestia-dmh {
	--dmh-ink: #1b2a5e;
	--dmh-accent: #f78fa7;
	color: var(--dmh-ink);
	font-family: "Jost", -apple-system, "Segoe UI", Roboto, sans-serif;
	text-align: center;
}
.hestia-dmh * { box-sizing: border-box; }

.hestia-dmh__title {
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(26px, 4vw, 40px);
	font-weight: 700;
	margin: 0 0 6px;
}
.hestia-dmh__subtitle {
	font-size: 14px;
	opacity: 0.75;
	margin: 0 auto 20px;
}
.hestia-dmh__list {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 13px;
}
.hestia-dmh__row {
	display: flex;
	align-items: baseline;
	gap: 10px;
	text-align: left;
}
.hestia-dmh__day { font-weight: 600; font-size: 15.5px; }
.hestia-dmh__dots { flex: 1; border-bottom: 1px dotted currentColor; opacity: 0.35; height: 0; margin-bottom: 4px; }
.hestia-dmh--no-dots .hestia-dmh__dots { border-bottom: none; }
.hestia-dmh__hours { font-size: 15px; white-space: nowrap; font-variant-numeric: tabular-nums; }

.hestia-dmh__row--highlight .hestia-dmh__day,
.hestia-dmh__row--highlight .hestia-dmh__hours { font-weight: 700; }
.hestia-dmh__row--highlight .hestia-dmh__day::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--dmh-accent);
	margin-right: 8px;
	vertical-align: 2px;
}

.hestia-dmh__note {
	font-size: 12.5px;
	opacity: 0.65;
	margin: 18px auto 0;
	line-height: 1.6;
}

/* ------------------------------------------------- Movimiento reducido */
@media (prefers-reduced-motion: reduce) {
	.hestia-dm--intro .hestia-dm-hero__frame,
	.hestia-dm--intro .hestia-dm-hero__flowers,
	.hestia-dm--intro .hestia-dm-hero__title,
	.hestia-dm--intro .hestia-dm-hero__character,
	.hestia-dm--intro .hestia-dm-hero__eyebrow,
	.hestia-dm--intro .hestia-dm-hero__subtitle,
	.hestia-dm--intro .hestia-dm-hero__actions { animation: none !important; }
	.hestia-dm--js [data-dm-reveal] { opacity: 1 !important; transform: none !important; transition: none !important; }
	.hestia-dm-lightbox, .hestia-dm-lightbox__inner { transition: none !important; }
}
