/* СУЧАСНИЙ КУЛІНАРНИЙ КНИЖКОВИЙ ПРОСТІР — ПЕРУ */
:root {
  --mb-crema-scandi: #FAF8F5;
  --mb-superficie-nordica: #EFEAE2;
  --mb-negro-editorial: #1A1A1A;
  --mb-coral-cocina: #922B3E;
  --mb-coral-alerta: #B83B5E;
  --mb-gris-paginacion: #645C55;
  --fuente-titulos-italic: 'Playfair Display', Georgia, serif;
  --fuente-texto-scandi: 'Lora', Georgia, serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--fuente-texto-scandi);
  background-color: var(--mb-crema-scandi);
  color: var(--mb-negro-editorial);
  line-height: 1.6;
}

/* ЗАГОЛОВКИ СУВОРO КУРСИВОМ */
h1, h2, h3, h4 {
  font-family: var(--fuente-titulos-italic);
  font-style: italic;
  font-weight: 600;
  color: var(--mb-negro-editorial);
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.25s ease;
}

/* АНОНС-РЯДОК НАД ХЕДЕРОМ */
.mb-gastro-barra-anuncio {
  background-color: var(--mb-coral-cocina);
  color: var(--mb-crema-scandi);
  padding: 0.5rem 2rem;
  text-align: center;
  font-size: 0.85rem;
  letter-spacing: 1px;
}

.mb-gastro-barra-anuncio a {
  text-decoration: underline;
  font-weight: bold;
  margin-left: 0.5rem;
}

/* ХЕДЕР (MODERN BOOKSHOP) */
.mb-gastro-navegacion-limpia {
  background-color: var(--mb-crema-scandi);
  border-bottom: 1px solid var(--mb-superficie-nordica);
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 1.2rem 2rem;
}

.mb-gastro-eje-cabecera {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mb-gastro-logotipo-moderno {
  font-family: var(--fuente-titulos-italic);
  font-style: italic;
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--mb-negro-editorial);
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.mb-gastro-logotipo-moderno svg {
  width: 26px;
  height: 26px;
  fill: var(--mb-coral-cocina);
}

.mb-gastro-menu-smallcaps {
  display: flex;
  gap: 2rem;
  list-style: none;
  align-items: center;
}

.mb-gastro-enlace-caps {
  font-size: 0.8rem;
  font-variant: small-caps;
  letter-spacing: 1.5px;
  font-weight: 600;
}

.mb-gastro-enlace-caps:hover {
  color: var(--mb-coral-cocina);
}

/* Гамбургер меню через чекбокс */
.mb-gastro-control-menu {
  display: none;
}

.mb-gastro-boton-hamburguesa {
  display: none;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}

.mb-gastro-boton-hamburguesa span {
  display: block;
  width: 22px;
  height: 2px;
  background-color: var(--mb-negro-editorial);
}

/* HERO SPLIT-SCREEN (PRESET B) */
.mb-gastro-pantalla-split {
  display: flex;
  min-height: 80vh;
}

.mb-gastro-split-izquierdo {
  width: 55%;
  background-color: var(--mb-superficie-nordica);
  padding: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.mb-gastro-split-izquierdo h1 {
  font-size: 3.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.mb-gastro-split-subtitulo {
  font-size: 1.15rem;
  color: var(--mb-gris-paginacion);
  margin-bottom: 2rem;
}

.mb-gastro-split-derecho {
  width: 45%;
  background: url('img/bg.webp') no-repeat center center/cover;
}

/* Кнопка-привид */
.mb-gastro-boton-outline {
  border: 1px solid var(--mb-negro-editorial);
  padding: 0.7rem 1.8rem;
  font-size: 0.9rem;
  background: transparent;
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s ease;
}

.mb-gastro-boton-outline:hover {
  background-color: var(--mb-negro-editorial);
  color: var(--mb-crema-scandi);
}

/* EDITORIAL 3-COL ТЕКСТ + ВЕЛИКА КАРТИНКА */
.mb-gastro-bloque-editorial-columnas {
  max-width: 1200px;
  margin: 5rem auto;
  padding: 0 2rem;
}

.mb-gastro-tres-columnas {
  columns: 3;
  column-gap: 3rem;
  text-align: justify;
  margin-bottom: 4rem;
}

.mb-gastro-columna-item {
  break-inside: avoid;
  margin-bottom: 1.5rem;
}

.mb-gastro-columna-item h3 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.mb-gastro-columna-item svg {
  fill: var(--mb-coral-cocina);
  width: 24px;
  height: 24px;
  margin-top: 1rem;
}

.mb-gastro-banner-intermedio {
  width: 100%;
  height: 40vh;
  object-fit: cover;
  border-radius: 2px;
}

/* FEATURES MASONRY СТIЛЬ */
.mb-gastro-contenedor-masonry {
  max-width: 1200px;
  margin: 5rem auto;
  padding: 0 2rem;
}

.mb-gastro-rejilla-masonry {
  columns: 3;
  column-gap: 2rem;
}

.mb-gastro-bloque-tarjeta-masonry {
  break-inside: avoid;
  background-color: var(--mb-superficie-nordica);
  padding: 2rem;
  margin-bottom: 2rem;
  border-radius: 2px;
}

.mb-gastro-tarjeta-imagen-completa {
  padding: 0;
  position: relative;
  min-height: 320px;
  background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.8)), url('img/bg2.webp') no-repeat center center/cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--mb-crema-scandi);
  padding: 2rem;
}

.mb-gastro-tarjeta-imagen-completa h3 {
  color: var(--mb-crema-scandi);
}

.mb-gastro-bloque-tarjeta-masonry svg {
  fill: var(--mb-coral-cocina);
  width: 32px;
  height: 32px;
  margin-bottom: 1rem;
}

/* ЯК НАС ЗНАЙТИ / РОЗКЛАД (INFO-TRACK) */
.mb-gastro-pista-información {
  max-width: 1200px;
  margin: 6rem auto;
  padding: 0 2rem;
}

.mb-gastro-eje-lineal {
  display: flex;
  justify-content: space-between;
  position: relative;
  border-top: 2px dashed var(--mb-superficie-nordica);
  padding-top: 2rem;
  gap: 2rem;
}

.mb-gastro-punto-pista {
  width: 25%;
}

.mb-gastro-punto-pista svg {
  fill: var(--mb-gris-paginacion);
  width: 20px;
  height: 20px;
  margin-bottom: 0.5rem;
}

/* CTA STRIP ACCENT */
.mb-gastro-franja-coral {
  background-color: var(--mb-coral-cocina);
  color: var(--mb-crema-scandi);
  padding: 5rem 2rem;
  text-align: center;
}

.mb-gastro-franja-coral h2 {
  color: var(--mb-crema-scandi);
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}

.mb-gastro-franja-coral .mb-gastro-boton-outline {
  border-color: var(--mb-crema-scandi);
  color: var(--mb-crema-scandi);
}

.mb-gastro-franja-coral .mb-gastro-boton-outline:hover {
  background-color: var(--mb-crema-scandi);
  color: var(--mb-negro-editorial);
}

/* EXPERT PAGE (ACCORDION STYLE FACTS) */
.mb-gastro-seccion-acordeon {
  max-width: 800px;
  margin: 5rem auto;
  padding: 0 2rem;
}

.mb-gastro-item-colapsable {
  border-bottom: 1px solid var(--mb-superficie-nordica);
  padding: 1.5rem 0;
}

.mb-gastro-item-colapsable h3 {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

/* RESERVE PAGE (2 COLUMNS) */
.mb-gastro-mosaico-formulario {
  max-width: 1200px;
  margin: 4rem auto;
  padding: 0 2rem;
  display: flex;
  gap: 4rem;
}

.mb-gastro-bloque-tarjetas-info {
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.mb-gastro-formulario-moderno {
  width: 55%;
  background-color: var(--mb-superficie-nordica);
  padding: 3rem;
  border-radius: 2px;
}

.mb-gastro-campo-entrada {
  margin-bottom: 1.5rem;
}

.mb-gastro-campo-entrada label {
  display: block;
  font-size: 0.85rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.mb-gastro-input, .mb-gastro-textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid var(--mb-gris-paginacion);
  background-color: var(--mb-crema-scandi);
  font-family: var(--fuente-texto-scandi);
  font-size: 0.95rem;
}

.mb-gastro-boton-enviar {
  background-color: var(--mb-negro-editorial);
  color: var(--mb-crema-scandi);
  border: none;
  padding: 0.8rem 2rem;
  font-family: var(--fuente-texto-scandi);
  cursor: pointer;
  width: 100%;
  font-weight: bold;
}

/* ЮРИДИЧНІ ДОКУМЕНТИ */
.mb-gastro-cuerpo-legal {
  max-width: 800px;
  margin: 5rem auto;
  padding: 0 2rem;
  min-height: 70vh;
}

.mb-gastro-cuerpo-legal p {
  margin-bottom: 1.5rem;
  text-align: justify;
}

/* COOKIE BANNER */
.mb-gastro-banner-galletas {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--mb-negro-editorial);
  color: var(--mb-crema-scandi);
  padding: 1.5rem 3rem;
  display: none;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
}

.mb-gastro-galleta-btn-si {
  background-color: var(--mb-coral-cocina);
  color: var(--mb-crema-scandi);
  border: none;
  padding: 0.5rem 1.5rem;
  cursor: pointer;
  font-family: var(--fuente-texto-scandi);
}

.mb-gastro-galleta-btn-no {
  background-color: transparent;
  color: var(--mb-crema-scandi);
  border: 1px solid var(--mb-crema-scandi);
  padding: 0.5rem 1.5rem;
  cursor: pointer;
  font-family: var(--fuente-texto-scandi);
}

/* ФУТЕР */
.mb-gastro-pie-limpio {
  background-color: var(--mb-superficie-nordica);
  padding: 4rem 2rem 2rem 2rem;
  font-size: 0.9rem;
}

.mb-gastro-pie-bloque {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
}

.mb-gastro-pie-enlaces-caps {
  display: flex;
  gap: 2.5rem;
  list-style: none;
}

.mb-gastro-nota-obligatoria {
  font-size: 0.85rem;
  font-style: italic;
  max-width: 600px;
  color: var(--mb-gris-paginacion);
}

.mb-gastro-firma-copyright {
  font-size: 0.8rem;
  color: var(--mb-gris-paginacion);
  border-top: 1px solid rgba(0,0,0,0.05);
  width: 100%;
  padding-top: 2rem;
}

/* МЕДІА-ЗАПИТИ */
@media (max-width: 968px) {
  .mb-gastro-boton-hamburguesa {
    display: flex;
  }

  .mb-gastro-menu-smallcaps {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: var(--mb-crema-scandi);
    flex-direction: column;
    padding: 2rem;
    gap: 1.5rem;
    border-bottom: 1px solid var(--mb-superficie-nordica);
    display: none;
  }

  .mb-gastro-control-menu:checked ~ .mb-gastro-menu-smallcaps {
    display: flex;
  }

  .mb-gastro-pantalla-split {
    flex-direction: column;
  }

  .mb-gastro-split-izquierdo, .mb-gastro-split-derecho {
    width: 100%;
  }

  .mb-gastro-split-derecho {
    height: 40vh;
  }

  .mb-gastro-tres-columnas, .mb-gastro-rejilla-masonry {
    columns: 1;
  }

  .mb-gastro-eje-lineal {
    flex-direction: column;
    gap: 1.5rem;
    border-top: none;
  }

  .mb-gastro-punto-pista {
    width: 100%;
  }

  .mb-gastro-mosaico-formulario {
    flex-direction: column;
  }

  .mb-gastro-bloque-tarjetas-info, .mb-gastro-formulario-moderno {
    width: 100%;
  }
}