@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sniglet:wght@400;800&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Plus Jakarta Sans', sans-serif;
    background: linear-gradient(180deg, #f4e8dd 0%, #fff8f1 40%, #fef6ec 100%);
    color: #4d3526;
}
.contacto-whatsapp{
    width: 72px;
    display: flex;
    position: fixed;
    z-index: 999;
    bottom: 18px;
    right: 18px;
}
.contacto-whatsapp img{
        height: 100%;
        width: 100%;
        border-radius: 50%;
}

.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 12px 0 0;
}
.menu-shell{
    width: min(1100px, 94%);
    background-color: #f2e0cb9b;
    border-radius: 32px;
    box-shadow: 0 5px 10px #46362a5e;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    backdrop-filter: blur(0.7rem);
}
.menu-primary{
    display: flex;
    align-items: center;
    flex: 1;
    gap: 24px;
}
.desktop-links{
    display: flex;
    gap: 18px;
    margin-left: auto;
}
.desktop-links a,
.mobile-links a{
    color: #8c6c54;
    font-family: 'Sniglet', sans-serif;
    font-size: 18px;
    text-decoration: none;
}
.desktop-links a:hover,
.mobile-links a:hover{
    color: #bd9373;
}
.mobile-links{
    display: none;
}
.menu-toggle{
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    background: #fff;
    border: 1px solid #f2dccc;
    border-radius: 14px;
    box-shadow: 0 5px 12px #46362a2a;
    cursor: pointer;
}
.menu-toggle span{
    display: block;
    height: 2px;
    width: 20px;
    background: #8c6c54;
    margin: 0 auto;
    transition: transform .3s ease, opacity .3s ease;
}
.entrada{
    position: relative;
    display: flex;
    height: 100dvh;
    justify-content: center;
    align-items: center;
    padding: 120px 20px 40px;
    background-image: url('media/michisan-pas.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
}

/* Comment 


.entrada::after{
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #8c6c54dd, #f2d6bfcc);
}
    */
.logo-cat{
    height: 64px;
    width: auto;
}
.logo-text{
    display: none;
    height: 52px;
    width: auto;
    object-fit: contain;
}
.contenido-1{
    display: flex;
    justify-content: center;
    align-items: stretch;
    max-width: 1100px;
    width: 100%;
    gap: 24px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.banner-promos{
    background: #bd704395;
    color: #fffaf4;
    border-radius: 32px;
    padding: 36px 32px;
    box-shadow: 0 20px 45px #8c6c5425;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    backdrop-filter: blur(0.4rem);
    width: 50%;
}
.banner-pretitle{
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 4px;
    margin-bottom: 12px;
    font-family: 'Poppins', sans-serif;
}
.banner-main{
    font-size: 28px;
    line-height: 1;
    margin-bottom: 12px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.banner-main2{
    font-size: 14px;
    line-height: 1;
    margin-bottom: 30px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.banner-cta{
    align-self: center;
    background: #fffaf4;
    color: #bd6f43;
    padding: 10px 30px;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: inset 0 0 0 1px #bd6f43;
    transition: transform .2s ease, box-shadow .2s ease;
}
.banner-cta:hover{
    transform: translateY(-2px);
    box-shadow: inset 0 0 0 2px #bd6f43;
}
.hero{
    text-align: center;
}
.hero-welcome{
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    color: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.hero-logo{
    width: min(420px, 80%);
}
.hero-copy{
    margin-top: 18px;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #ffffff;
}
.catalogo{
    padding: 40px 30px 100px;
}
.catalogo h2{
    font-family: Georgia, 'Times New Roman', serif;
    font-style: italic;
    color: #8c6c54;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
}
.catalogo-grid{
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
}
.categoria{
    background: #fffdf9;
    border-radius: 28px;
    padding: 24px 24px 14px;
    border: 1px solid #f5d8bd;
    box-shadow: 0 12px 28px #8c6c5412;
}
.categoria h3{
    font-family: Georgia, 'Times New Roman', serif;
    font-style: italic;
    font-weight: 700;
    font-size: 20px;
    color: #8c6c54;
    margin-bottom: 16px;
}
.postres{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
.postre-card{
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 35px #8c6c5415;
    border: 1px solid #f2dccc;
    transition: transform .3s ease, box-shadow .3s ease;
}
.postre-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 25px 45px #8c6c5420;
}
.postre-card img{
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.postre-card h4{
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    margin-bottom: 4px;
}
.postre-card div{
    padding: 18px 22px 24px;
}
.precio{
    font-weight: 600;
    color: #bd6f43;
    font-size: 18px;
}
.VDS{
    margin-top: 20px;
    text-align: center;
}
.varsab{
    display: flex;
    justify-content: space-between;
}
.img-vds{
    height: 77px;
}
.sabor-toping h4 {
font-family: 'Poppins', sans-serif;
font-size: 20px;
margin-bottom: 4px;
}
.sabor-pastel h4 {
font-family: 'Poppins', sans-serif;
font-size: 20px;
margin-bottom: 4px;
}
.sabor-toping img, .sabor-pastel img{
    height: 84px;
}

@media (max-width: 768px){
    .varsab{
        justify-content: center;
    }
    .sabor-toping img{
        width: 100%;
        height: auto;
    } 
    .menu-shell{
        width: 94%;
        padding: 14px 18px;
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        gap: 12px;
    }
    .menu-primary{
        width: auto;
    }
    .desktop-links{
        display: none;
    }
    .mobile-links{
        display: flex;
        flex-direction: column;
        width: 94%;
        gap: 12px;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        padding: 0 18px;
        pointer-events: none;
        background: #f1d4a2;
        border-radius: 24px;
        box-shadow: 0 8px 20px #46362a1a;
        margin-top: 8px;
        transition: max-height .35s ease, opacity .3s ease, padding .3s ease;
    }
    .mobile-links a{
        display: block;
        padding: 10px 12px;
        text-align: center;
        border-radius: 18px;
        background: #fffaf0;
        box-shadow: 0 3px 8px #46362a1a;
    }
    .header.menu-open .mobile-links{
        max-height: 500px;
        opacity: 1;
        padding: 14px 18px 20px;
        pointer-events: auto;
    }
    .logo-text{
        display: block;
        height: 38px;
        justify-self: center;
    }
    .logo-cat{
        height: 48px;
    }
    .menu-toggle{
        display: flex;
        justify-self: end;
    }
    .menu-links{
        width: 94%;
        flex-direction: column;
        gap: 12px;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        padding: 0 18px;
        pointer-events: none;
    }
    .menu-links a{
        display: block;
        padding: 10px 12px;
        text-align: center;
        border-radius: 18px;
        background: #fffaf0;
        box-shadow: 0 3px 8px #46362a1a;
    }
    .header.menu-open .menu-links{
        max-height: 500px;
        opacity: 1;
        padding: 14px 18px 20px;
        pointer-events: auto;
    }
    .contenido-1{
        flex-direction: column;
    }
    .postres{
        grid-template-columns: 1fr;
    }
    .banner-promos{
        width: 100%;
    }
    .varsab{
        flex-direction: column;
    }
}
