/* main/css/menu_festivos.css */

body {
  font-family: 'Segoe UI', sans-serif;
  background: #f8f9fa;
  margin: 0;
  padding: 0;
  color: #333;
}


/* ------------------------------- */
/*        Hero de la Carta        */
/* ------------------------------- */
.hero-carta {
  position: relative;
  width: 100%;
  height: 55vh;
  overflow: hidden;
}

.hero-carta img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-title {
  font-size: 3.0rem;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.menu-hero {
  
  color: white;
  padding: 60px 20px;
  text-align: center;
}


.menu-hero .overlay {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.964);
  padding: 40px;
  border-radius: 10px;
  display: block;
  box-sizing: border-box;
}

/* --------------------------------- */
/*       Sección About Terms         */
/* --------------------------------- */
.about-terms {
  padding: 8rem 1rem;
  background-color: #ffffff;      /* fondo claro */
}

.about-terms-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 2rem;
}

/* Bloque de texto */
.about-terms-text {
  color: #333;
  max-width: 500px;
}

.about-terms-subtitle {
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  color: #999;
}

.about-terms-text h2 {
  font-size: 2.5rem;
  margin: 0.5rem 0 0.75rem;
  color: #222;
}

.about-terms-line {
  width: 60px;
  height: 3px;
  background: #dd5903;
  margin-bottom: 1.5rem;
}

.about-terms-text p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: #555;
}

/* Firma */
.about-terms-signature {
  display: block;
  max-width: 180px;
  margin-top: 2rem;
}

/* Bloque de imagen */
.about-terms-image img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  display: block;
}

/* Responsive: apilar en móvil */
@media (max-width: 768px) {
  .about-terms-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .about-terms-text {
    order: 2;
  }
  .about-terms-image {
    order: 1;
  }
  .about-terms-text h2 {
    font-size: 2rem;
  }
  .about-terms-signature {
    margin: 2rem auto 0;
  }
}




.price-info {
  font-size: 1.4rem;
  margin-top: 10px;
  color: #dd5903;
}

.menu-content.container {
  max-width: 1300px;
  margin: 30px auto 150px auto;
  padding: 0 20px;
}


.validity {
  text-align: center;
  font-size: 1rem;
  color: #444;
  margin: 20px 0 30px;
}

.calendar-icon {
  margin-right: 6px;
  color: #dd5903;
  font-size: 1.1rem;
}




.menu-section {
  margin-bottom: 50px;
 
  
}

.section-title {
  font-size: 1.8rem;
  margin-bottom: 35px;
  border-bottom: 3px solid #dd5903;
  display: inline-block;
  padding-bottom: 5px;
  color: #2c3e50;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.menu-card {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.08);
  transition: transform 0.2s;
}

.menu-card:hover {
  transform: translateY(-4px);
}

.menu-card h3 {
  margin: 0 0 10px;
  color: #333;
  font-size: 1.2rem;
}

.menu-card .description {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 8px;
}

.menu-card .price {
  font-weight: bold;
  color: #777777;
}

.menu-download {
  text-align: center;
  margin-top: 100px;
}

.menu-not-available .btn-primary {
  display: inline-block;
  background-color: #dd5903;
  color: #fff;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  border-radius: 0px;
  font-weight: 600;
  transition: background-color 0.3s ease;
  margin-bottom: 1.1rem;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.03em;
}

.menu-not-available .btn-primary:hover  {
  background: #e07b00;
}





/* Sección "Incluye" */
.menu-section.incluye {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  margin-top: 50px;
  box-sizing: border-box;
}

.menu-section.incluye .section-title {
  font-size: 1.4rem;
  margin-bottom: 15px;
  color: #333;
  border-bottom: none;
}

.menu-section.incluye ul {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
}

.menu-section.incluye li {
  margin-bottom: 6px;
  color: #555;
}

/* Separador entre menús */
.menu-separator {
  width: 100%;
  max-width: 900px;
  height: 3px;
  background: linear-gradient(to right, transparent, #ccc, transparent);
  margin: 80px auto 60px auto;
}

/* Menús destacados */


.estrella-destacado {
  color: #dd5903;
  font-size: 1.1rem;
  margin-left: 0.4rem;
}





.floating-menu {
  display: none;
  position: fixed;
  top: 160px;
  right: 160px;
  background: white;
  padding: 25px 30px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  z-index: 1000;
  width: auto;                /* se adapta al contenido */
  max-width: 90vw;            /* para que no crezca más del 90% */
  display: inline-block;      /* necesario para que width: auto funcione bien */
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  pointer-events: none;
}

.floating-menu.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.floating-menu h4 {
  margin-top: 0;
  font-size: 1.3rem;
  color: #dd5903;
  margin-bottom: 10px;
}

.floating-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.floating-menu li {
  margin-bottom: 14px;
}

.floating-menu a {
  position: relative;
  color: #333;
  text-decoration: none;
  font-size: 0.90rem;
  padding-bottom: 4px;
}

/* Línea base invisible */
.floating-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #dd5903;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

/* Efecto hover: subrayado progresivo */
.floating-menu a:hover::after {
  transform: scaleX(1);
}

/* Activo: mantiene el subrayado */
.floating-menu a.active::after {
  transform: scaleX(1);
}

/* === MENÚ NO DISPONIBLE — centrado en pantalla ===================== */
:root{ --chrome-offset: 0px; }            /* offset por si el header/topbar tapa algo */
@media (max-width: 992px){
  :root{ --chrome-offset: 84px; }         /* ajusta si tu topbar+header ocupan más/menos */
}

.menu-not-available{
  display: grid;
  place-items: center;                     /* centra vertical y horizontal */
  min-height: calc(100dvh - var(--chrome-offset));
  padding: 2.5rem 1rem;
  background: #fff;
  text-align: center;
}

.menu-not-available .container{
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .9rem;                              /* espacio entre títulos, texto y botón */
}

.menu-not-available h1{
  font-family: 'Cormorant Garamond', serif;
  text-transform: uppercase;
  letter-spacing: .03em;
  font-size: clamp(1.6rem, 3.8vw, 2.6rem);
  color: #111;
  margin: 0;
}

.menu-not-available p{
  font-size: clamp(.95rem, 2.5vw, 1.05rem);
  color: #555;
  line-height: 1.6;
  margin: 0;
}

.menu-not-available .btn-primary{
  display: inline-block;
  margin-top: .6rem;
  padding: .8rem 1.6rem;
  background: #dd5903;                     /* color marca */
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .04em;
  border-radius: 0;
  min-height: 44px;
  transition: background-color .25s ease;
}
.menu-not-available .btn-primary:hover{
  background: #e07b00;
}

/* === MENÚ NO DISPONIBLE — versión compacta === */
.menu-not-available{
  min-height: calc(68dvh - var(--chrome-offset, 0px)); /* mucho menos alto */
  padding: .75rem .75rem;                               /* menos padding */
}

.menu-not-available .container{
  display: grid;
  place-items: center; 
  text-align: center;
  gap: .5rem;                                           /* menos separación */
}

.menu-not-available h1{ 
  margin: .15rem 0;
  font-size: clamp(1.4rem, 3.4vw, 2rem);
}

.menu-not-available p{ 
  margin: .15rem 0; 
  font-size: clamp(.95rem, 2.6vw, 1.05rem);
}

.menu-not-available .btn-primary{
  margin-top: .15rem;
  padding: .55rem 1rem;                                 /* botón más contenido */
}

/* Aún más compacto en móvil */
@media (max-width: 992px){
  .menu-not-available{
    min-height: calc(62dvh - var(--chrome-offset, 0px));
    padding: .6rem .7rem;
  }
  .menu-not-available .container{ gap: .45rem; }
}
