.elementor-2330 .elementor-element.elementor-element-4ae7a71{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2330 .elementor-element.elementor-element-042501e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2330 .elementor-element.elementor-element-478efe9{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2330 .elementor-element.elementor-element-0b686fa{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2330 .elementor-element.elementor-element-d87428b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2330 .elementor-element.elementor-element-915a5ac{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2330 .elementor-element.elementor-element-7f0d929{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2330 .elementor-element.elementor-element-43e0a92{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2330 .elementor-element.elementor-element-70d7f86{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2330 .elementor-element.elementor-element-7f50038{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2330 .elementor-element.elementor-element-0a9bc60{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2330 .elementor-element.elementor-element-6fe04e7{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2330 .elementor-element.elementor-element-ff85d64{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2330 .elementor-element.elementor-element-a872f85{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2330 .elementor-element.elementor-element-c3f5996{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2330 .elementor-element.elementor-element-0e69af7{--display:flex;}.elementor-2330 .elementor-element.elementor-element-2925211{text-align:center;}.elementor-2330 .elementor-element.elementor-element-557bb82{--spacer-size:50px;}/* Start custom CSS *//* =========================================================
   MILANDINGYA.ONLINE
   DEMO UNIVERSAL: CAFETERÍA
   Prefijo exclusivo: mlya-cafe-
========================================================= */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@500;600;700&display=swap');

/* =========================================================
   VARIABLES
========================================================= */

:root {
    --mlya-cafe-primary: #9b603f;
    --mlya-cafe-primary-dark: #603821;
    --mlya-cafe-primary-light: #d6aa86;

    --mlya-cafe-secondary: #d6a94a;
    --mlya-cafe-secondary-dark: #9c7427;

    --mlya-cafe-cream: #f8f2e9;
    --mlya-cafe-beige: #eee0ce;
    --mlya-cafe-white: #ffffff;
    --mlya-cafe-dark: #221914;
    --mlya-cafe-text: #665a53;
    --mlya-cafe-muted: #938880;
    --mlya-cafe-border: rgba(96, 56, 33, 0.14);

    --mlya-cafe-font-title: "Playfair Display", Georgia, serif;
    --mlya-cafe-font-body: "DM Sans", Arial, sans-serif;

    --mlya-cafe-container: 1180px;

    --mlya-cafe-radius-sm: 12px;
    --mlya-cafe-radius-md: 22px;
    --mlya-cafe-radius-lg: 34px;
    --mlya-cafe-radius-pill: 999px;

    --mlya-cafe-shadow-sm: 0 10px 30px rgba(45, 29, 20, 0.08);
    --mlya-cafe-shadow-md: 0 22px 60px rgba(45, 29, 20, 0.14);
    --mlya-cafe-shadow-lg: 0 30px 90px rgba(45, 29, 20, 0.19);

    --mlya-cafe-transition: all 0.3s ease;
}

/* =========================================================
   RESET GENERAL
========================================================= */

.mlya-cafe-section,
.mlya-cafe-section *,
.mlya-cafe-header,
.mlya-cafe-header *,
.mlya-cafe-footer,
.mlya-cafe-footer * {
    box-sizing: border-box;
}

.mlya-cafe-section,
.mlya-cafe-header,
.mlya-cafe-footer {
    font-family: var(--mlya-cafe-font-body);
    color: var(--mlya-cafe-text);
}

.mlya-cafe-section img,
.mlya-cafe-header img,
.mlya-cafe-footer img {
    display: block;
    max-width: 100%;
}

.mlya-cafe-section a,
.mlya-cafe-header a,
.mlya-cafe-footer a {
    text-decoration: none;
}

.mlya-cafe-section h1,
.mlya-cafe-section h2,
.mlya-cafe-section h3,
.mlya-cafe-section h4,
.mlya-cafe-header h1,
.mlya-cafe-header h2,
.mlya-cafe-footer h2,
.mlya-cafe-footer h3 {
    margin-top: 0;
    color: var(--mlya-cafe-dark);
    font-family: var(--mlya-cafe-font-title);
    line-height: 1.08;
}

.mlya-cafe-section p,
.mlya-cafe-header p,
.mlya-cafe-footer p {
    line-height: 1.75;
}

.mlya-cafe-container {
    width: min(100% - 40px, var(--mlya-cafe-container));
    margin-inline: auto;
}

.mlya-cafe-section {
    position: relative;
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
}

.mlya-cafe-section--cream {
    background: var(--mlya-cafe-cream);
}

.mlya-cafe-section--beige {
    background: var(--mlya-cafe-beige);
}

.mlya-cafe-section--white {
    background: var(--mlya-cafe-white);
}

.mlya-cafe-section--dark {
    background: var(--mlya-cafe-dark);
    color: rgba(255, 255, 255, 0.76);
}

/* =========================================================
   UTILIDADES
========================================================= */

.mlya-cafe-grid {
    display: grid;
    gap: 30px;
}

.mlya-cafe-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mlya-cafe-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mlya-cafe-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mlya-cafe-align-center {
    text-align: center;
}

.mlya-cafe-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--mlya-cafe-primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.2px;
    text-transform: uppercase;
}

.mlya-cafe-eyebrow::before {
    width: 34px;
    height: 1px;
    background: currentColor;
    content: "";
}

.mlya-cafe-align-center .mlya-cafe-eyebrow::after {
    width: 34px;
    height: 1px;
    background: currentColor;
    content: "";
}

.mlya-cafe-title {
    max-width: 850px;
    margin-bottom: 20px;
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 600;
}

.mlya-cafe-title--small {
    font-size: clamp(36px, 4vw, 54px);
}

.mlya-cafe-align-center .mlya-cafe-title,
.mlya-cafe-align-center .mlya-cafe-description {
    margin-right: auto;
    margin-left: auto;
}

.mlya-cafe-description {
    max-width: 720px;
    margin-bottom: 0;
    font-size: 16px;
}

.mlya-cafe-section-heading {
    margin-bottom: 55px;
}

/* =========================================================
   BOTONES
========================================================= */

.mlya-cafe-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.mlya-cafe-button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    border: 1px solid transparent;
    border-radius: var(--mlya-cafe-radius-pill);
    font-family: var(--mlya-cafe-font-body);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    transition: var(--mlya-cafe-transition);
    cursor: pointer;
}

.mlya-cafe-button--primary {
    background: var(--mlya-cafe-primary);
    color: var(--mlya-cafe-white);
    box-shadow: 0 12px 30px rgba(155, 96, 63, 0.28);
}

.mlya-cafe-button--primary:hover {
    background: var(--mlya-cafe-primary-dark);
    color: var(--mlya-cafe-white);
    transform: translateY(-3px);
}

.mlya-cafe-button--gold {
    background: var(--mlya-cafe-secondary);
    color: var(--mlya-cafe-dark);
}

.mlya-cafe-button--gold:hover {
    background: var(--mlya-cafe-secondary-dark);
    color: var(--mlya-cafe-white);
    transform: translateY(-3px);
}

.mlya-cafe-button--outline {
    border-color: var(--mlya-cafe-primary);
    background: transparent;
    color: var(--mlya-cafe-primary-dark);
}

.mlya-cafe-button--outline:hover {
    background: var(--mlya-cafe-primary);
    color: var(--mlya-cafe-white);
    transform: translateY(-3px);
}

.mlya-cafe-button--light {
    border-color: rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.1);
    color: var(--mlya-cafe-white);
    backdrop-filter: blur(8px);
}

.mlya-cafe-button--light:hover {
    border-color: var(--mlya-cafe-white);
    background: var(--mlya-cafe-white);
    color: var(--mlya-cafe-dark);
}

/* =========================================================
   ICONOS
========================================================= */

.mlya-cafe-icon {
    display: inline-flex;
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--mlya-cafe-beige);
    color: var(--mlya-cafe-primary-dark);
    font-size: 22px;
}

/* =========================================================
   HEADER
========================================================= */

.mlya-cafe-header {
    position: relative;
    z-index: 100;
    width: 100%;
    border-bottom: 1px solid var(--mlya-cafe-border);
    background: rgba(255, 255, 255, 0.97);
}

.mlya-cafe-header__top {
    padding: 9px 0;
    background: var(--mlya-cafe-dark);
    color: rgba(255, 255, 255, 0.76);
    font-size: 12px;
}

.mlya-cafe-header__top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.mlya-cafe-header__top-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
}

.mlya-cafe-header__top a {
    color: inherit;
    transition: var(--mlya-cafe-transition);
}

.mlya-cafe-header__top a:hover {
    color: var(--mlya-cafe-primary-light);
}

.mlya-cafe-header__main {
    padding: 18px 0;
}

.mlya-cafe-header__inner {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.mlya-cafe-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.mlya-cafe-logo__symbol {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--mlya-cafe-primary-dark);
    color: var(--mlya-cafe-white);
    font-size: 23px;
}

.mlya-cafe-logo__text {
    display: flex;
    flex-direction: column;
}

.mlya-cafe-logo__name {
    color: var(--mlya-cafe-dark);
    font-family: var(--mlya-cafe-font-title);
    font-size: 27px;
    font-weight: 700;
    line-height: 0.95;
}

.mlya-cafe-logo__tagline {
    margin-top: 5px;
    color: var(--mlya-cafe-primary);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 2.2px;
    text-transform: uppercase;
}

.mlya-cafe-nav {
    display: flex;
    align-items: center;
    gap: 27px;
}

.mlya-cafe-nav a:not(.mlya-cafe-button) {
    position: relative;
    padding: 10px 0;
    color: var(--mlya-cafe-dark);
    font-size: 13px;
    font-weight: 600;
    transition: var(--mlya-cafe-transition);
}

.mlya-cafe-nav a:not(.mlya-cafe-button)::after {
    position: absolute;
    right: 0;
    bottom: 3px;
    left: 0;
    width: 0;
    height: 1px;
    margin: auto;
    background: var(--mlya-cafe-primary);
    content: "";
    transition: var(--mlya-cafe-transition);
}

.mlya-cafe-nav a:not(.mlya-cafe-button):hover {
    color: var(--mlya-cafe-primary);
}

.mlya-cafe-nav a:not(.mlya-cafe-button):hover::after {
    width: 100%;
}

.mlya-cafe-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: var(--mlya-cafe-beige);
    color: var(--mlya-cafe-dark);
    font-size: 21px;
}

/* =========================================================
   HERO
========================================================= */

.mlya-cafe-hero {
    position: relative;
    display: flex;
    min-height: 760px;
    align-items: center;
    overflow: hidden;
    background:
        linear-gradient(
            90deg,
            rgba(28, 19, 14, 0.93) 0%,
            rgba(28, 19, 14, 0.78) 44%,
            rgba(28, 19, 14, 0.24) 73%,
            rgba(28, 19, 14, 0.07) 100%
        ),
        url("https://images.unsplash.com/photo-1495474472287-4d71bcdd2085?auto=format&fit=crop&w=2000&q=85")
        center/cover no-repeat;
}

.mlya-cafe-hero::after {
    position: absolute;
    right: -150px;
    bottom: -180px;
    width: 500px;
    height: 500px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 50%;
    content: "";
}

.mlya-cafe-hero__content {
    position: relative;
    z-index: 2;
    max-width: 710px;
    padding: 120px 0;
}

.mlya-cafe-hero .mlya-cafe-eyebrow {
    color: var(--mlya-cafe-primary-light);
}

.mlya-cafe-hero__title {
    margin-bottom: 25px;
    color: var(--mlya-cafe-white);
    font-size: clamp(58px, 7vw, 96px);
    font-weight: 600;
}

.mlya-cafe-hero__title span {
    color: var(--mlya-cafe-secondary);
    font-style: italic;
}

.mlya-cafe-hero__description {
    max-width: 610px;
    margin-bottom: 34px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
}

.mlya-cafe-hero__details {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
    margin-top: 42px;
}

.mlya-cafe-hero__detail {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
}

.mlya-cafe-hero__detail strong {
    display: block;
    color: var(--mlya-cafe-white);
    font-size: 14px;
}

/* =========================================================
   BARRA DE BENEFICIOS
========================================================= */

.mlya-cafe-benefits-bar {
    position: relative;
    z-index: 5;
    margin-top: -55px;
}

.mlya-cafe-benefits-bar__inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border-radius: var(--mlya-cafe-radius-md);
    background: var(--mlya-cafe-white);
    box-shadow: var(--mlya-cafe-shadow-md);
}

.mlya-cafe-benefit {
    display: flex;
    min-height: 120px;
    align-items: center;
    gap: 15px;
    padding: 25px;
    border-right: 1px solid var(--mlya-cafe-border);
}

.mlya-cafe-benefit:last-child {
    border-right: 0;
}

.mlya-cafe-benefit h3 {
    margin-bottom: 5px;
    font-family: var(--mlya-cafe-font-body);
    font-size: 14px;
    font-weight: 700;
}

.mlya-cafe-benefit p {
    margin: 0;
    color: var(--mlya-cafe-muted);
    font-size: 12px;
    line-height: 1.5;
}

/* =========================================================
   SOBRE NOSOTROS
========================================================= */

.mlya-cafe-about__media {
    position: relative;
    min-height: 600px;
}

.mlya-cafe-about__image-main {
    width: 82%;
    height: 550px;
    overflow: hidden;
    border-radius: 220px 220px 28px 28px;
    box-shadow: var(--mlya-cafe-shadow-md);
}

.mlya-cafe-about__image-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mlya-cafe-about__image-small {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48%;
    height: 250px;
    overflow: hidden;
    border: 9px solid var(--mlya-cafe-cream);
    border-radius: 24px;
    box-shadow: var(--mlya-cafe-shadow-md);
}

.mlya-cafe-about__image-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mlya-cafe-about__badge {
    position: absolute;
    top: 50px;
    right: 0;
    display: flex;
    width: 145px;
    height: 145px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--mlya-cafe-primary);
    color: var(--mlya-cafe-white);
    text-align: center;
    box-shadow: var(--mlya-cafe-shadow-md);
}

.mlya-cafe-about__badge strong {
    font-family: var(--mlya-cafe-font-title);
    font-size: 43px;
    line-height: 0.85;
}

.mlya-cafe-about__badge span {
    max-width: 85px;
    margin-top: 8px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.4;
    text-transform: uppercase;
}

.mlya-cafe-about__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 55px;
}

.mlya-cafe-about__list {
    display: grid;
    gap: 18px;
    margin: 30px 0 35px;
}

.mlya-cafe-about__list-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.mlya-cafe-check {
    display: inline-flex;
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--mlya-cafe-primary);
    color: var(--mlya-cafe-white);
    font-size: 12px;
}

.mlya-cafe-about__list-item strong {
    display: block;
    margin-bottom: 3px;
    color: var(--mlya-cafe-dark);
    font-size: 14px;
}

.mlya-cafe-about__list-item p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
}

/* =========================================================
   TARJETAS DE PRODUCTOS
========================================================= */

.mlya-cafe-product-card {
    position: relative;
    overflow: hidden;
    border-radius: var(--mlya-cafe-radius-md);
    background: var(--mlya-cafe-white);
    box-shadow: var(--mlya-cafe-shadow-sm);
    transition: var(--mlya-cafe-transition);
}

.mlya-cafe-product-card:hover {
    box-shadow: var(--mlya-cafe-shadow-md);
    transform: translateY(-8px);
}

.mlya-cafe-product-card__image {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.mlya-cafe-product-card__image::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(34, 25, 20, 0.46), transparent 55%);
    content: "";
}

.mlya-cafe-product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.mlya-cafe-product-card:hover .mlya-cafe-product-card__image img {
    transform: scale(1.07);
}

.mlya-cafe-product-card__badge {
    position: absolute;
    z-index: 2;
    right: 18px;
    bottom: 18px;
    padding: 8px 13px;
    border-radius: var(--mlya-cafe-radius-pill);
    background: rgba(255, 255, 255, 0.92);
    color: var(--mlya-cafe-primary-dark);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.mlya-cafe-product-card__body {
    padding: 28px;
}

.mlya-cafe-product-card h3 {
    margin-bottom: 12px;
    font-size: 30px;
}

.mlya-cafe-product-card p {
    margin-bottom: 19px;
    font-size: 13px;
    line-height: 1.7;
}

.mlya-cafe-product-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 18px;
    border-top: 1px solid var(--mlya-cafe-border);
}

.mlya-cafe-product-card__price {
    color: var(--mlya-cafe-primary-dark);
    font-family: var(--mlya-cafe-font-title);
    font-size: 25px;
    font-weight: 700;
}

.mlya-cafe-product-card__link {
    color: var(--mlya-cafe-primary);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

/* =========================================================
   MENÚ
========================================================= */

.mlya-cafe-menu-layout {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 50px;
    align-items: stretch;
}

.mlya-cafe-menu__image {
    min-height: 650px;
    overflow: hidden;
    border-radius: var(--mlya-cafe-radius-lg);
    box-shadow: var(--mlya-cafe-shadow-md);
}

.mlya-cafe-menu__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mlya-cafe-menu__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mlya-cafe-menu-list {
    display: grid;
    gap: 18px;
    margin-top: 25px;
}

.mlya-cafe-menu-item {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 14px;
    padding-bottom: 17px;
    border-bottom: 1px dashed rgba(96, 56, 33, 0.26);
}

.mlya-cafe-menu-item__name {
    margin-bottom: 4px;
    color: var(--mlya-cafe-dark);
    font-family: var(--mlya-cafe-font-title);
    font-size: 22px;
    font-weight: 600;
}

.mlya-cafe-menu-item__description {
    margin: 0;
    color: var(--mlya-cafe-muted);
    font-size: 12px;
    line-height: 1.6;
}

.mlya-cafe-menu-item__price {
    color: var(--mlya-cafe-primary);
    font-family: var(--mlya-cafe-font-title);
    font-size: 23px;
    font-weight: 700;
}

/* =========================================================
   EXPERIENCIA
========================================================= */

.mlya-cafe-experience {
    background:
        linear-gradient(rgba(34, 25, 20, 0.8), rgba(34, 25, 20, 0.84)),
        url("https://images.unsplash.com/photo-1445116572660-236099ec97a0?auto=format&fit=crop&w=2000&q=85")
        center/cover fixed no-repeat;
}

.mlya-cafe-experience__box {
    max-width: 760px;
    padding: 65px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--mlya-cafe-radius-lg);
    background: rgba(41, 28, 20, 0.68);
    backdrop-filter: blur(13px);
}

.mlya-cafe-experience .mlya-cafe-title {
    color: var(--mlya-cafe-white);
}

.mlya-cafe-experience .mlya-cafe-description {
    color: rgba(255, 255, 255, 0.75);
}

.mlya-cafe-experience__items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin: 35px 0;
}

.mlya-cafe-experience__item {
    display: flex;
    align-items: center;
    gap: 13px;
    color: var(--mlya-cafe-white);
    font-size: 13px;
}

.mlya-cafe-experience__item .mlya-cafe-icon {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--mlya-cafe-secondary);
}

/* =========================================================
   COMBOS
========================================================= */

.mlya-cafe-combo {
    position: relative;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 37px 31px;
    border: 1px solid var(--mlya-cafe-border);
    border-radius: var(--mlya-cafe-radius-md);
    background: var(--mlya-cafe-white);
    transition: var(--mlya-cafe-transition);
}

.mlya-cafe-combo:hover {
    border-color: rgba(155, 96, 63, 0.45);
    box-shadow: var(--mlya-cafe-shadow-md);
    transform: translateY(-7px);
}

.mlya-cafe-combo--featured {
    border-color: var(--mlya-cafe-primary);
    background: var(--mlya-cafe-primary-dark);
    color: rgba(255, 255, 255, 0.77);
    box-shadow: var(--mlya-cafe-shadow-md);
    transform: translateY(-14px);
}

.mlya-cafe-combo--featured:hover {
    transform: translateY(-20px);
}

.mlya-cafe-combo__label {
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 7px 12px;
    border-radius: var(--mlya-cafe-radius-pill);
    background: var(--mlya-cafe-secondary);
    color: var(--mlya-cafe-dark);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.mlya-cafe-combo h3 {
    margin-bottom: 13px;
    font-size: 34px;
}

.mlya-cafe-combo--featured h3,
.mlya-cafe-combo--featured .mlya-cafe-combo__price {
    color: var(--mlya-cafe-white);
}

.mlya-cafe-combo__subtitle {
    min-height: 44px;
    margin: 0 0 20px;
    font-size: 12px;
    line-height: 1.6;
}

.mlya-cafe-combo__price {
    margin-bottom: 25px;
    color: var(--mlya-cafe-primary-dark);
    font-family: var(--mlya-cafe-font-title);
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
}

.mlya-cafe-combo__list {
    display: grid;
    gap: 14px;
    margin: 0 0 30px;
    padding: 25px 0 0;
    border-top: 1px solid var(--mlya-cafe-border);
    list-style: none;
}

.mlya-cafe-combo--featured .mlya-cafe-combo__list {
    border-color: rgba(255, 255, 255, 0.15);
}

.mlya-cafe-combo__list li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    font-size: 12px;
    line-height: 1.55;
}

.mlya-cafe-combo__list li::before {
    color: var(--mlya-cafe-primary);
    content: "✓";
    font-weight: 700;
}

.mlya-cafe-combo--featured .mlya-cafe-combo__list li::before {
    color: var(--mlya-cafe-secondary);
}

.mlya-cafe-combo .mlya-cafe-button {
    width: 100%;
    margin-top: auto;
}

/* =========================================================
   GALERÍA
========================================================= */

.mlya-cafe-gallery {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr 1fr;
    grid-template-rows: repeat(2, 285px);
    gap: 16px;
}

.mlya-cafe-gallery__item {
    position: relative;
    overflow: hidden;
    border-radius: var(--mlya-cafe-radius-md);
}

.mlya-cafe-gallery__item:first-child {
    grid-row: span 2;
}

.mlya-cafe-gallery__item:last-child {
    grid-column: span 2;
}

.mlya-cafe-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.mlya-cafe-gallery__item::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(34, 25, 20, 0.76), transparent 55%);
    content: "";
    opacity: 0;
    transition: var(--mlya-cafe-transition);
}

.mlya-cafe-gallery__item:hover img {
    transform: scale(1.08);
}

.mlya-cafe-gallery__item:hover::after {
    opacity: 1;
}

.mlya-cafe-gallery__caption {
    position: absolute;
    z-index: 2;
    right: 22px;
    bottom: 22px;
    left: 22px;
    color: var(--mlya-cafe-white);
    font-size: 12px;
    font-weight: 700;
    opacity: 0;
    transform: translateY(10px);
    transition: var(--mlya-cafe-transition);
}

.mlya-cafe-gallery__item:hover .mlya-cafe-gallery__caption {
    opacity: 1;
    transform: translateY(0);
}

/* =========================================================
   PROCESO
========================================================= */

.mlya-cafe-process {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
}

.mlya-cafe-process::before {
    position: absolute;
    top: 41px;
    right: 12%;
    left: 12%;
    height: 1px;
    background: var(--mlya-cafe-border);
    content: "";
}

.mlya-cafe-process__item {
    position: relative;
    z-index: 2;
    text-align: center;
}

.mlya-cafe-process__number {
    display: flex;
    width: 82px;
    height: 82px;
    margin: 0 auto 24px;
    align-items: center;
    justify-content: center;
    border: 8px solid var(--mlya-cafe-cream);
    border-radius: 50%;
    background: var(--mlya-cafe-primary);
    color: var(--mlya-cafe-white);
    font-family: var(--mlya-cafe-font-title);
    font-size: 28px;
    font-weight: 700;
    box-shadow: var(--mlya-cafe-shadow-sm);
}

.mlya-cafe-process__item h3 {
    margin-bottom: 10px;
    font-size: 27px;
}

.mlya-cafe-process__item p {
    margin: 0;
    font-size: 12px;
    line-height: 1.7;
}

/* =========================================================
   EQUIPO
========================================================= */

.mlya-cafe-team-card {
    text-align: center;
}

.mlya-cafe-team-card__image {
    position: relative;
    height: 400px;
    margin-bottom: 22px;
    overflow: hidden;
    border-radius: 180px 180px 22px 22px;
    background: var(--mlya-cafe-beige);
}

.mlya-cafe-team-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.5s ease;
}

.mlya-cafe-team-card:hover img {
    transform: scale(1.05);
}

.mlya-cafe-team-card__social {
    position: absolute;
    right: 0;
    bottom: 18px;
    left: 0;
    display: flex;
    justify-content: center;
    gap: 8px;
    opacity: 0;
    transform: translateY(10px);
    transition: var(--mlya-cafe-transition);
}

.mlya-cafe-team-card:hover .mlya-cafe-team-card__social {
    opacity: 1;
    transform: translateY(0);
}

.mlya-cafe-team-card__social a {
    display: flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--mlya-cafe-white);
    color: var(--mlya-cafe-primary-dark);
    box-shadow: var(--mlya-cafe-shadow-sm);
}

.mlya-cafe-team-card h3 {
    margin-bottom: 5px;
    font-size: 29px;
}

.mlya-cafe-team-card p {
    margin: 0;
    color: var(--mlya-cafe-primary);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

/* =========================================================
   TESTIMONIOS
========================================================= */

.mlya-cafe-testimonial {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 34px;
    border-radius: var(--mlya-cafe-radius-md);
    background: var(--mlya-cafe-white);
    box-shadow: var(--mlya-cafe-shadow-sm);
}

.mlya-cafe-testimonial__stars {
    margin-bottom: 18px;
    color: var(--mlya-cafe-secondary-dark);
    font-size: 16px;
    letter-spacing: 3px;
}

.mlya-cafe-testimonial__quote {
    flex: 1;
    margin: 0 0 25px;
    color: var(--mlya-cafe-dark);
    font-family: var(--mlya-cafe-font-title);
    font-size: 24px;
    font-style: italic;
    line-height: 1.45;
}

.mlya-cafe-testimonial__client {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 20px;
    border-top: 1px solid var(--mlya-cafe-border);
}

.mlya-cafe-testimonial__client img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
}

.mlya-cafe-testimonial__client strong {
    display: block;
    color: var(--mlya-cafe-dark);
    font-size: 13px;
}

.mlya-cafe-testimonial__client span {
    font-size: 11px;
}

/* =========================================================
   PROMOCIÓN
========================================================= */

.mlya-cafe-promo {
    position: relative;
    overflow: hidden;
    border-radius: var(--mlya-cafe-radius-lg);
    background:
        linear-gradient(
            90deg,
            rgba(96, 56, 33, 0.98) 0%,
            rgba(96, 56, 33, 0.91) 52%,
            rgba(96, 56, 33, 0.24) 100%
        ),
        url("https://images.unsplash.com/photo-1509042239860-f550ce710b93?auto=format&fit=crop&w=1800&q=85")
        center right/cover no-repeat;
    box-shadow: var(--mlya-cafe-shadow-md);
}

.mlya-cafe-promo__content {
    max-width: 690px;
    padding: 75px 70px;
}

.mlya-cafe-promo__label {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--mlya-cafe-secondary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.mlya-cafe-promo h2 {
    margin-bottom: 20px;
    color: var(--mlya-cafe-white);
    font-size: clamp(44px, 5vw, 68px);
}

.mlya-cafe-promo p {
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.8);
}

/* =========================================================
   RESERVACIÓN
========================================================= */

.mlya-cafe-booking {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    overflow: hidden;
    border-radius: var(--mlya-cafe-radius-lg);
    background: var(--mlya-cafe-white);
    box-shadow: var(--mlya-cafe-shadow-md);
}

.mlya-cafe-booking__info {
    position: relative;
    padding: 60px 50px;
    background:
        linear-gradient(rgba(34, 25, 20, 0.89), rgba(34, 25, 20, 0.89)),
        url("https://images.unsplash.com/photo-1521017432531-fbd92d768814?auto=format&fit=crop&w=1000&q=85")
        center/cover no-repeat;
    color: rgba(255, 255, 255, 0.76);
}

.mlya-cafe-booking__info h2 {
    color: var(--mlya-cafe-white);
    font-size: 49px;
}

.mlya-cafe-booking__details {
    display: grid;
    gap: 24px;
    margin-top: 35px;
}

.mlya-cafe-booking__detail {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.mlya-cafe-booking__detail .mlya-cafe-icon {
    background: rgba(255, 255, 255, 0.1);
    color: var(--mlya-cafe-secondary);
}

.mlya-cafe-booking__detail strong {
    display: block;
    margin-bottom: 4px;
    color: var(--mlya-cafe-white);
    font-size: 13px;
}

.mlya-cafe-booking__detail p,
.mlya-cafe-booking__detail a {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    line-height: 1.6;
}

.mlya-cafe-booking__form {
    padding: 60px 55px;
}

.mlya-cafe-booking__form h3 {
    margin-bottom: 7px;
    font-size: 38px;
}

.mlya-cafe-booking__form > p {
    margin: 0 0 28px;
    font-size: 13px;
}

.mlya-cafe-form {
    display: grid;
    gap: 18px;
}

.mlya-cafe-form__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.mlya-cafe-field {
    display: grid;
    gap: 7px;
}

.mlya-cafe-field label {
    color: var(--mlya-cafe-dark);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.mlya-cafe-field input,
.mlya-cafe-field select,
.mlya-cafe-field textarea {
    width: 100%;
    min-height: 51px;
    padding: 13px 15px;
    border: 1px solid var(--mlya-cafe-border);
    border-radius: var(--mlya-cafe-radius-sm);
    outline: none;
    background: var(--mlya-cafe-cream);
    color: var(--mlya-cafe-dark);
    font-family: var(--mlya-cafe-font-body);
    font-size: 13px;
    transition: var(--mlya-cafe-transition);
}

.mlya-cafe-field textarea {
    min-height: 110px;
    resize: vertical;
}

.mlya-cafe-field input:focus,
.mlya-cafe-field select:focus,
.mlya-cafe-field textarea:focus {
    border-color: var(--mlya-cafe-primary);
    background: var(--mlya-cafe-white);
    box-shadow: 0 0 0 3px rgba(155, 96, 63, 0.1);
}

/* =========================================================
   PREGUNTAS FRECUENTES
========================================================= */

.mlya-cafe-faq {
    display: grid;
    max-width: 900px;
    margin: auto;
    gap: 13px;
}

.mlya-cafe-faq details {
    overflow: hidden;
    border: 1px solid var(--mlya-cafe-border);
    border-radius: var(--mlya-cafe-radius-sm);
    background: var(--mlya-cafe-white);
}

.mlya-cafe-faq summary {
    display: flex;
    min-height: 68px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 22px;
    color: var(--mlya-cafe-dark);
    font-size: 14px;
    font-weight: 700;
    list-style: none;
    cursor: pointer;
}

.mlya-cafe-faq summary::-webkit-details-marker {
    display: none;
}

.mlya-cafe-faq summary::after {
    color: var(--mlya-cafe-primary);
    content: "+";
    font-size: 24px;
}

.mlya-cafe-faq details[open] {
    border-color: rgba(155, 96, 63, 0.5);
    box-shadow: var(--mlya-cafe-shadow-sm);
}

.mlya-cafe-faq details[open] summary::after {
    content: "−";
}

.mlya-cafe-faq details p {
    margin: 0;
    padding: 0 22px 22px;
    font-size: 13px;
}

/* =========================================================
   INSTAGRAM
========================================================= */

.mlya-cafe-instagram {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.mlya-cafe-instagram__item {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.mlya-cafe-instagram__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.mlya-cafe-instagram__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(96, 56, 33, 0.72);
    color: var(--mlya-cafe-white);
    font-size: 24px;
    opacity: 0;
    transition: var(--mlya-cafe-transition);
}

.mlya-cafe-instagram__item:hover img {
    transform: scale(1.08);
}

.mlya-cafe-instagram__item:hover .mlya-cafe-instagram__overlay {
    opacity: 1;
}

/* =========================================================
   FOOTER
========================================================= */

.mlya-cafe-footer {
    background: #18110d;
    color: rgba(255, 255, 255, 0.65);
}

.mlya-cafe-footer__main {
    padding: 80px 0 55px;
}

.mlya-cafe-footer__grid {
    display: grid;
    grid-template-columns: 1.4fr 0.75fr 0.9fr 1.1fr;
    gap: 50px;
}

.mlya-cafe-footer .mlya-cafe-logo__name {
    color: var(--mlya-cafe-white);
}

.mlya-cafe-footer__about {
    max-width: 330px;
    margin: 24px 0;
    font-size: 12px;
}

.mlya-cafe-footer h3 {
    margin-bottom: 23px;
    color: var(--mlya-cafe-white);
    font-family: var(--mlya-cafe-font-body);
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.mlya-cafe-footer__links {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mlya-cafe-footer__links a {
    color: rgba(255, 255, 255, 0.64);
    font-size: 12px;
    transition: var(--mlya-cafe-transition);
}

.mlya-cafe-footer__links a:hover {
    color: var(--mlya-cafe-primary-light);
    padding-left: 4px;
}

.mlya-cafe-footer__contact {
    display: grid;
    gap: 15px;
}

.mlya-cafe-footer__contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 12px;
    line-height: 1.7;
}

.mlya-cafe-footer__contact-item a {
    color: inherit;
}

.mlya-cafe-social {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.mlya-cafe-social a {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    color: var(--mlya-cafe-white);
    transition: var(--mlya-cafe-transition);
}

.mlya-cafe-social a:hover {
    border-color: var(--mlya-cafe-primary);
    background: var(--mlya-cafe-primary);
    transform: translateY(-3px);
}

.mlya-cafe-footer__bottom {
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mlya-cafe-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-size: 10px;
}

.mlya-cafe-footer__bottom a {
    color: var(--mlya-cafe-primary-light);
}

/* =========================================================
   WHATSAPP
========================================================= */

.mlya-cafe-whatsapp {
    position: fixed;
    z-index: 999;
    right: 22px;
    bottom: 22px;
    display: flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border: 3px solid var(--mlya-cafe-white);
    border-radius: 50%;
    background: #25d366;
    color: var(--mlya-cafe-white);
    font-size: 27px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
    transition: var(--mlya-cafe-transition);
}

.mlya-cafe-whatsapp:hover {
    color: var(--mlya-cafe-white);
    transform: scale(1.08) translateY(-3px);
}

/* =========================================================
   ANIMACIÓN
========================================================= */

@keyframes mlyaCafeFadeUp {
    from {
        opacity: 0;
        transform: translateY(22px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mlya-cafe-animate {
    animation: mlyaCafeFadeUp 0.8s ease both;
}

/* =========================================================
   MENÚ MÓVIL
========================================================= */

@media (max-width: 900px) {
    .mlya-cafe-header__inner {
        position: relative;
    }

    .mlya-cafe-nav.mlya-cafe-nav--open {
        position: absolute;
        top: calc(100% + 18px);
        right: 0;
        left: 0;
        display: flex;
        align-items: stretch;
        flex-direction: column;
        gap: 0;
        padding: 18px;
        border: 1px solid var(--mlya-cafe-border);
        border-radius: var(--mlya-cafe-radius-md);
        background: var(--mlya-cafe-white);
        box-shadow: var(--mlya-cafe-shadow-md);
    }

    .mlya-cafe-nav.mlya-cafe-nav--open a:not(.mlya-cafe-button) {
        padding: 13px 10px;
        border-bottom: 1px solid var(--mlya-cafe-border);
    }

    .mlya-cafe-nav.mlya-cafe-nav--open .mlya-cafe-button {
        margin-top: 15px;
    }
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1100px) {
    .mlya-cafe-nav {
        gap: 17px;
    }

    .mlya-cafe-nav a:not(.mlya-cafe-button) {
        font-size: 11px;
    }

    .mlya-cafe-benefits-bar__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mlya-cafe-benefit:nth-child(2) {
        border-right: 0;
    }

    .mlya-cafe-benefit:nth-child(-n + 2) {
        border-bottom: 1px solid var(--mlya-cafe-border);
    }

    .mlya-cafe-grid--4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mlya-cafe-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .mlya-cafe-section {
        padding: 80px 0;
    }

    .mlya-cafe-header__top {
        display: none;
    }

    .mlya-cafe-nav {
        display: none;
    }

    .mlya-cafe-menu-toggle {
        display: inline-flex;
    }

    .mlya-cafe-grid--2,
    .mlya-cafe-grid--3 {
        grid-template-columns: 1fr;
    }

    .mlya-cafe-about__content {
        padding: 40px 0 0;
    }

    .mlya-cafe-menu-layout {
        grid-template-columns: 1fr;
    }

    .mlya-cafe-menu__image {
        min-height: 500px;
    }

    .mlya-cafe-process {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mlya-cafe-process::before {
        display: none;
    }

    .mlya-cafe-combo--featured {
        transform: none;
    }

    .mlya-cafe-combo--featured:hover {
        transform: translateY(-7px);
    }

    .mlya-cafe-booking {
        grid-template-columns: 1fr;
    }

    .mlya-cafe-instagram {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .mlya-cafe-container {
        width: min(100% - 28px, var(--mlya-cafe-container));
    }

    .mlya-cafe-section {
        padding: 68px 0;
    }

    .mlya-cafe-title {
        font-size: 43px;
    }

    .mlya-cafe-buttons {
        align-items: stretch;
        flex-direction: column;
    }

    .mlya-cafe-button {
        width: 100%;
    }

    .mlya-cafe-logo__name {
        font-size: 23px;
    }

    .mlya-cafe-hero {
        min-height: 670px;
        background:
            linear-gradient(rgba(28, 19, 14, 0.8), rgba(28, 19, 14, 0.84)),
            url("https://images.unsplash.com/photo-1495474472287-4d71bcdd2085?auto=format&fit=crop&w=1200&q=85")
            center/cover no-repeat;
    }

    .mlya-cafe-hero__content {
        padding: 90px 0;
    }

    .mlya-cafe-hero__title {
        font-size: 57px;
    }

    .mlya-cafe-hero__description {
        font-size: 14px;
    }

    .mlya-cafe-hero__details {
        display: grid;
        gap: 17px;
    }

    .mlya-cafe-benefits-bar {
        margin-top: -32px;
    }

    .mlya-cafe-benefits-bar__inner,
    .mlya-cafe-grid--4 {
        grid-template-columns: 1fr;
    }

    .mlya-cafe-benefit {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid var(--mlya-cafe-border);
    }

    .mlya-cafe-about__media {
        min-height: 490px;
    }

    .mlya-cafe-about__image-main {
        width: 89%;
        height: 430px;
    }

    .mlya-cafe-about__image-small {
        height: 190px;
    }

    .mlya-cafe-about__badge {
        top: 25px;
        width: 115px;
        height: 115px;
    }

    .mlya-cafe-about__badge strong {
        font-size: 36px;
    }

    .mlya-cafe-experience {
        background-attachment: scroll;
    }

    .mlya-cafe-experience__box {
        padding: 38px 24px;
    }

    .mlya-cafe-experience__items,
    .mlya-cafe-process {
        grid-template-columns: 1fr;
    }

    .mlya-cafe-gallery {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(3, 210px);
    }

    .mlya-cafe-gallery__item:first-child {
        grid-row: span 1;
    }

    .mlya-cafe-gallery__item:last-child {
        grid-column: span 2;
    }

    .mlya-cafe-promo {
        background:
            linear-gradient(rgba(96, 56, 33, 0.93), rgba(96, 56, 33, 0.93)),
            url("https://images.unsplash.com/photo-1509042239860-f550ce710b93?auto=format&fit=crop&w=1000&q=85")
            center/cover no-repeat;
    }

    .mlya-cafe-promo__content {
        padding: 50px 25px;
        text-align: center;
    }

    .mlya-cafe-booking__info,
    .mlya-cafe-booking__form {
        padding: 45px 24px;
    }

    .mlya-cafe-form__row {
        grid-template-columns: 1fr;
    }

    .mlya-cafe-instagram {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mlya-cafe-footer__grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .mlya-cafe-footer__bottom-inner {
        align-items: flex-start;
        flex-direction: column;
    }
}/* End custom CSS */