.elementor-2397 .elementor-element.elementor-element-4ae7a71{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2397 .elementor-element.elementor-element-042501e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2397 .elementor-element.elementor-element-478efe9{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2397 .elementor-element.elementor-element-0b686fa{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2397 .elementor-element.elementor-element-d87428b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2397 .elementor-element.elementor-element-915a5ac{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2397 .elementor-element.elementor-element-7f0d929{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2397 .elementor-element.elementor-element-43e0a92{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2397 .elementor-element.elementor-element-70d7f86{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2397 .elementor-element.elementor-element-7f50038{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2397 .elementor-element.elementor-element-4f30317{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2397 .elementor-element.elementor-element-2624237{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2397 .elementor-element.elementor-element-8354663{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2397 .elementor-element.elementor-element-90fdc04{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2397 .elementor-element.elementor-element-0e69af7{--display:flex;}.elementor-2397 .elementor-element.elementor-element-2925211{text-align:center;}.elementor-2397 .elementor-element.elementor-element-557bb82{--spacer-size:50px;}/* Start custom CSS *//* =========================================================
   MILANDINGYA.ONLINE
   DEMO UNIVERSAL: PASTELERÍA
   Prefijo exclusivo: mlya-bakery-
========================================================= */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@500;600;700&display=swap');

:root {
    --mlya-bakery-primary: #d86f8a;
    --mlya-bakery-primary-dark: #9f3f59;
    --mlya-bakery-primary-light: #f1b4c3;

    --mlya-bakery-secondary: #efbd67;
    --mlya-bakery-secondary-dark: #b47b21;

    --mlya-bakery-chocolate: #6b4638;
    --mlya-bakery-chocolate-dark: #402820;
    --mlya-bakery-green: #619c75;

    --mlya-bakery-white: #ffffff;
    --mlya-bakery-dark: #332826;
    --mlya-bakery-dark-soft: #51423f;

    --mlya-bakery-cream: #fff9f2;
    --mlya-bakery-pink: #fff0f4;
    --mlya-bakery-beige: #f4e7da;
    --mlya-bakery-gray: #f8f6f5;

    --mlya-bakery-text: #716460;
    --mlya-bakery-muted: #a0928e;
    --mlya-bakery-border: rgba(107, 70, 56, 0.13);

    --mlya-bakery-font-title: "Playfair Display", Georgia, serif;
    --mlya-bakery-font-body: "DM Sans", Arial, sans-serif;

    --mlya-bakery-container: 1200px;

    --mlya-bakery-radius-sm: 12px;
    --mlya-bakery-radius-md: 22px;
    --mlya-bakery-radius-lg: 34px;
    --mlya-bakery-radius-pill: 999px;

    --mlya-bakery-shadow-sm:
        0 10px 30px rgba(64, 40, 32, 0.08);

    --mlya-bakery-shadow-md:
        0 22px 60px rgba(64, 40, 32, 0.14);

    --mlya-bakery-shadow-lg:
        0 30px 90px rgba(64, 40, 32, 0.2);

    --mlya-bakery-transition: all 0.3s ease;
}

/* =========================================================
   RESET GENERAL
========================================================= */

.mlya-bakery-section,
.mlya-bakery-section *,
.mlya-bakery-header,
.mlya-bakery-header *,
.mlya-bakery-footer,
.mlya-bakery-footer * {
    box-sizing: border-box;
}

.mlya-bakery-section,
.mlya-bakery-header,
.mlya-bakery-footer {
    font-family: var(--mlya-bakery-font-body);
    color: var(--mlya-bakery-text);
}

.mlya-bakery-section img,
.mlya-bakery-header img,
.mlya-bakery-footer img {
    display: block;
    max-width: 100%;
}

.mlya-bakery-section a,
.mlya-bakery-header a,
.mlya-bakery-footer a {
    text-decoration: none;
}

.mlya-bakery-section h1,
.mlya-bakery-section h2,
.mlya-bakery-section h3,
.mlya-bakery-section h4,
.mlya-bakery-header h1,
.mlya-bakery-footer h2,
.mlya-bakery-footer h3 {
    margin-top: 0;
    color: var(--mlya-bakery-dark);
    font-family: var(--mlya-bakery-font-title);
    line-height: 1.08;
}

.mlya-bakery-section p,
.mlya-bakery-header p,
.mlya-bakery-footer p {
    line-height: 1.75;
}

.mlya-bakery-container {
    width: min(100% - 40px, var(--mlya-bakery-container));
    margin-inline: auto;
}

.mlya-bakery-section {
    position: relative;
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
}

.mlya-bakery-section--white {
    background: var(--mlya-bakery-white);
}

.mlya-bakery-section--cream {
    background: var(--mlya-bakery-cream);
}

.mlya-bakery-section--pink {
    background: var(--mlya-bakery-pink);
}

.mlya-bakery-section--beige {
    background: var(--mlya-bakery-beige);
}

.mlya-bakery-section--dark {
    background: var(--mlya-bakery-chocolate-dark);
    color: rgba(255, 255, 255, 0.76);
}

/* =========================================================
   UTILIDADES
========================================================= */

.mlya-bakery-grid {
    display: grid;
    gap: 30px;
}

.mlya-bakery-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mlya-bakery-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mlya-bakery-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mlya-bakery-align-center {
    text-align: center;
}

.mlya-bakery-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--mlya-bakery-primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.mlya-bakery-eyebrow::before {
    width: 34px;
    height: 1px;
    background: currentColor;
    content: "";
}

.mlya-bakery-align-center .mlya-bakery-eyebrow::after {
    width: 34px;
    height: 1px;
    background: currentColor;
    content: "";
}

.mlya-bakery-title {
    max-width: 900px;
    margin-bottom: 20px;
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 600;
}

.mlya-bakery-title--small {
    font-size: clamp(36px, 4vw, 54px);
}

.mlya-bakery-align-center .mlya-bakery-title,
.mlya-bakery-align-center .mlya-bakery-description {
    margin-right: auto;
    margin-left: auto;
}

.mlya-bakery-description {
    max-width: 760px;
    margin-bottom: 0;
    font-size: 16px;
}

.mlya-bakery-section-heading {
    margin-bottom: 55px;
}

/* =========================================================
   BOTONES
========================================================= */

.mlya-bakery-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.mlya-bakery-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-bakery-radius-pill);
    font-family: var(--mlya-bakery-font-body);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    transition: var(--mlya-bakery-transition);
    cursor: pointer;
}

.mlya-bakery-button--primary {
    background: var(--mlya-bakery-primary);
    color: var(--mlya-bakery-white);
    box-shadow:
        0 12px 30px rgba(216, 111, 138, 0.28);
}

.mlya-bakery-button--primary:hover {
    background: var(--mlya-bakery-primary-dark);
    color: var(--mlya-bakery-white);
    transform: translateY(-3px);
}

.mlya-bakery-button--secondary {
    background: var(--mlya-bakery-secondary);
    color: var(--mlya-bakery-dark);
}

.mlya-bakery-button--secondary:hover {
    background: var(--mlya-bakery-secondary-dark);
    color: var(--mlya-bakery-white);
    transform: translateY(-3px);
}

.mlya-bakery-button--outline {
    border-color: var(--mlya-bakery-primary);
    background: transparent;
    color: var(--mlya-bakery-primary-dark);
}

.mlya-bakery-button--outline:hover {
    background: var(--mlya-bakery-primary);
    color: var(--mlya-bakery-white);
    transform: translateY(-3px);
}

.mlya-bakery-button--light {
    border-color: rgba(255, 255, 255, 0.62);
    background: rgba(255, 255, 255, 0.1);
    color: var(--mlya-bakery-white);
    backdrop-filter: blur(8px);
}

.mlya-bakery-button--light:hover {
    background: var(--mlya-bakery-white);
    color: var(--mlya-bakery-dark);
}

/* =========================================================
   ICONOS
========================================================= */

.mlya-bakery-icon {
    display: inline-flex;
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--mlya-bakery-pink);
    color: var(--mlya-bakery-primary);
    font-size: 23px;
}

/* =========================================================
   HEADER
========================================================= */

.mlya-bakery-header {
    position: relative;
    z-index: 100;
    width: 100%;
    border-bottom: 1px solid var(--mlya-bakery-border);
    background: rgba(255, 255, 255, 0.98);
}

.mlya-bakery-header__top {
    padding: 9px 0;
    background: var(--mlya-bakery-chocolate-dark);
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
}

.mlya-bakery-header__top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.mlya-bakery-header__top-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
}

.mlya-bakery-header__top a {
    color: inherit;
    transition: var(--mlya-bakery-transition);
}

.mlya-bakery-header__top a:hover {
    color: var(--mlya-bakery-primary-light);
}

.mlya-bakery-header__main {
    padding: 18px 0;
}

.mlya-bakery-header__inner {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.mlya-bakery-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.mlya-bakery-logo__symbol {
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--mlya-bakery-primary);
    color: var(--mlya-bakery-white);
    font-size: 25px;
}

.mlya-bakery-logo__text {
    display: flex;
    flex-direction: column;
}

.mlya-bakery-logo__name {
    color: var(--mlya-bakery-dark);
    font-family: var(--mlya-bakery-font-title);
    font-size: 26px;
    font-weight: 700;
    line-height: 0.95;
}

.mlya-bakery-logo__tagline {
    margin-top: 6px;
    color: var(--mlya-bakery-primary);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.mlya-bakery-nav {
    display: flex;
    align-items: center;
    gap: 25px;
}

.mlya-bakery-nav a:not(.mlya-bakery-button) {
    position: relative;
    padding: 10px 0;
    color: var(--mlya-bakery-dark);
    font-size: 13px;
    font-weight: 600;
    transition: var(--mlya-bakery-transition);
}

.mlya-bakery-nav a:not(.mlya-bakery-button)::after {
    position: absolute;
    right: 0;
    bottom: 3px;
    left: 0;
    width: 0;
    height: 2px;
    margin: auto;
    background: var(--mlya-bakery-primary);
    content: "";
    transition: var(--mlya-bakery-transition);
}

.mlya-bakery-nav a:not(.mlya-bakery-button):hover {
    color: var(--mlya-bakery-primary);
}

.mlya-bakery-nav a:not(.mlya-bakery-button):hover::after {
    width: 100%;
}

.mlya-bakery-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: var(--mlya-bakery-pink);
    color: var(--mlya-bakery-dark);
    font-size: 21px;
}

/* =========================================================
   HERO
========================================================= */

.mlya-bakery-hero {
    position: relative;
    display: flex;
    min-height: 780px;
    align-items: center;
    overflow: hidden;
    background:
        linear-gradient(
            90deg,
            rgba(64, 40, 32, 0.96) 0%,
            rgba(64, 40, 32, 0.8) 43%,
            rgba(64, 40, 32, 0.24) 74%,
            rgba(64, 40, 32, 0.04) 100%
        ),
        url("https://images.unsplash.com/photo-1578985545062-69928b1d9587?auto=format&fit=crop&w=2000&q=85")
        center/cover no-repeat;
}

.mlya-bakery-hero::after {
    position: absolute;
    right: -180px;
    bottom: -210px;
    width: 570px;
    height: 570px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    content: "";
}

.mlya-bakery-hero__content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 125px 0;
}

.mlya-bakery-hero .mlya-bakery-eyebrow {
    color: var(--mlya-bakery-primary-light);
}

.mlya-bakery-hero__title {
    margin-bottom: 25px;
    color: var(--mlya-bakery-white);
    font-size: clamp(58px, 7vw, 94px);
    font-weight: 600;
}

.mlya-bakery-hero__title span {
    color: var(--mlya-bakery-secondary);
    font-style: italic;
}

.mlya-bakery-hero__description {
    max-width: 680px;
    margin-bottom: 34px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 17px;
}

.mlya-bakery-hero__details {
    display: flex;
    flex-wrap: wrap;
    gap: 27px;
    margin-top: 42px;
}

.mlya-bakery-hero__detail {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
}

.mlya-bakery-hero__detail strong {
    display: block;
    color: var(--mlya-bakery-white);
    font-size: 14px;
}

/* =========================================================
   BENEFICIOS
========================================================= */

.mlya-bakery-benefits {
    position: relative;
    z-index: 5;
    margin-top: -55px;
}

.mlya-bakery-benefits__inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border-radius: var(--mlya-bakery-radius-md);
    background: var(--mlya-bakery-white);
    box-shadow: var(--mlya-bakery-shadow-md);
}

.mlya-bakery-benefit {
    display: flex;
    min-height: 120px;
    align-items: center;
    gap: 15px;
    padding: 25px;
    border-right: 1px solid var(--mlya-bakery-border);
}

.mlya-bakery-benefit:last-child {
    border-right: 0;
}

.mlya-bakery-benefit h3 {
    margin-bottom: 5px;
    font-family: var(--mlya-bakery-font-body);
    font-size: 14px;
    font-weight: 700;
}

.mlya-bakery-benefit p {
    margin: 0;
    color: var(--mlya-bakery-muted);
    font-size: 12px;
    line-height: 1.5;
}

/* =========================================================
   SOBRE LA PASTELERÍA
========================================================= */

.mlya-bakery-about__media {
    position: relative;
    min-height: 610px;
}

.mlya-bakery-about__image-main {
    width: 83%;
    height: 560px;
    overflow: hidden;
    border-radius: 34px;
    background: var(--mlya-bakery-beige);
    box-shadow: var(--mlya-bakery-shadow-md);
}

.mlya-bakery-about__image-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mlya-bakery-about__image-small {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    width: 49%;
    height: 255px;
    overflow: hidden;
    border: 9px solid var(--mlya-bakery-cream);
    border-radius: 24px;
    background: var(--mlya-bakery-beige);
    box-shadow: var(--mlya-bakery-shadow-md);
}

.mlya-bakery-about__image-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mlya-bakery-about__badge {
    position: absolute;
    top: 45px;
    right: 0;
    display: flex;
    width: 150px;
    height: 150px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--mlya-bakery-primary);
    color: var(--mlya-bakery-white);
    text-align: center;
    box-shadow: var(--mlya-bakery-shadow-md);
}

.mlya-bakery-about__badge strong {
    font-family: var(--mlya-bakery-font-title);
    font-size: 41px;
    font-weight: 700;
    line-height: 0.9;
}

.mlya-bakery-about__badge span {
    max-width: 95px;
    margin-top: 8px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.8px;
    line-height: 1.4;
    text-transform: uppercase;
}

.mlya-bakery-about__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 55px;
}

.mlya-bakery-about__list {
    display: grid;
    gap: 18px;
    margin: 30px 0 35px;
}

.mlya-bakery-about__list-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.mlya-bakery-check {
    display: inline-flex;
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--mlya-bakery-primary);
    color: var(--mlya-bakery-white);
    font-size: 12px;
}

.mlya-bakery-about__list-item strong {
    display: block;
    margin-bottom: 3px;
    color: var(--mlya-bakery-dark);
    font-size: 14px;
}

.mlya-bakery-about__list-item p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
}

/* =========================================================
   CATEGORÍAS
========================================================= */

.mlya-bakery-category {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    border-radius: var(--mlya-bakery-radius-md);
    box-shadow: var(--mlya-bakery-shadow-sm);
}

.mlya-bakery-category img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.mlya-bakery-category::after {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            to top,
            rgba(64, 40, 32, 0.92),
            rgba(64, 40, 32, 0.08)
        );
    content: "";
}

.mlya-bakery-category:hover img {
    transform: scale(1.08);
}

.mlya-bakery-category__content {
    position: absolute;
    z-index: 2;
    right: 26px;
    bottom: 26px;
    left: 26px;
}

.mlya-bakery-category h3 {
    margin-bottom: 9px;
    color: var(--mlya-bakery-white);
    font-size: 31px;
}

.mlya-bakery-category p {
    margin: 0 0 17px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 12px;
}

.mlya-bakery-category a {
    color: var(--mlya-bakery-secondary);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

/* =========================================================
   PRODUCTOS
========================================================= */

.mlya-bakery-product {
    overflow: hidden;
    border-radius: var(--mlya-bakery-radius-md);
    background: var(--mlya-bakery-white);
    box-shadow: var(--mlya-bakery-shadow-sm);
    transition: var(--mlya-bakery-transition);
}

.mlya-bakery-product:hover {
    box-shadow: var(--mlya-bakery-shadow-md);
    transform: translateY(-8px);
}

.mlya-bakery-product__image {
    position: relative;
    height: 280px;
    overflow: hidden;
    background: var(--mlya-bakery-beige);
}

.mlya-bakery-product__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.mlya-bakery-product:hover .mlya-bakery-product__image img {
    transform: scale(1.07);
}

.mlya-bakery-product__badge {
    position: absolute;
    z-index: 2;
    top: 17px;
    left: 17px;
    padding: 7px 12px;
    border-radius: var(--mlya-bakery-radius-pill);
    background: var(--mlya-bakery-primary);
    color: var(--mlya-bakery-white);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.mlya-bakery-product__body {
    padding: 27px;
}

.mlya-bakery-product h3 {
    margin-bottom: 10px;
    font-size: 27px;
}

.mlya-bakery-product p {
    margin-bottom: 18px;
    font-size: 12px;
    line-height: 1.65;
}

.mlya-bakery-product__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding-top: 18px;
    border-top: 1px solid var(--mlya-bakery-border);
}

.mlya-bakery-product__price {
    color: var(--mlya-bakery-primary-dark);
    font-family: var(--mlya-bakery-font-title);
    font-size: 25px;
    font-weight: 700;
}

.mlya-bakery-product__price small {
    display: block;
    margin-top: 3px;
    color: var(--mlya-bakery-muted);
    font-family: var(--mlya-bakery-font-body);
    font-size: 9px;
    font-weight: 500;
}

/* =========================================================
   PERSONALIZACIÓN
========================================================= */

.mlya-bakery-custom {
    background:
        linear-gradient(
            rgba(64, 40, 32, 0.83),
            rgba(64, 40, 32, 0.9)
        ),
        url("https://images.unsplash.com/photo-1563729784474-d77dbb933a9e?auto=format&fit=crop&w=2000&q=85")
        center/cover fixed no-repeat;
}

.mlya-bakery-custom__box {
    max-width: 800px;
    margin-left: auto;
    padding: 65px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--mlya-bakery-radius-lg);
    background: rgba(64, 40, 32, 0.7);
    backdrop-filter: blur(13px);
}

.mlya-bakery-custom .mlya-bakery-title {
    color: var(--mlya-bakery-white);
}

.mlya-bakery-custom .mlya-bakery-description {
    color: rgba(255, 255, 255, 0.78);
}

.mlya-bakery-custom__items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin: 35px 0;
}

.mlya-bakery-custom__item {
    display: flex;
    align-items: center;
    gap: 13px;
    color: var(--mlya-bakery-white);
    font-size: 13px;
}

.mlya-bakery-custom__item .mlya-bakery-icon {
    width: 47px;
    height: 47px;
    flex-basis: 47px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--mlya-bakery-secondary);
}

/* =========================================================
   PAQUETES
========================================================= */

.mlya-bakery-package {
    position: relative;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 38px 32px;
    border: 1px solid var(--mlya-bakery-border);
    border-radius: var(--mlya-bakery-radius-md);
    background: var(--mlya-bakery-white);
    transition: var(--mlya-bakery-transition);
}

.mlya-bakery-package:hover {
    border-color: rgba(216, 111, 138, 0.42);
    box-shadow: var(--mlya-bakery-shadow-md);
    transform: translateY(-7px);
}

.mlya-bakery-package--featured {
    border-color: var(--mlya-bakery-primary);
    background: var(--mlya-bakery-chocolate-dark);
    color: rgba(255, 255, 255, 0.78);
    box-shadow: var(--mlya-bakery-shadow-md);
    transform: translateY(-14px);
}

.mlya-bakery-package__label {
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 7px 12px;
    border-radius: var(--mlya-bakery-radius-pill);
    background: var(--mlya-bakery-secondary);
    color: var(--mlya-bakery-dark);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

.mlya-bakery-package h3 {
    margin-bottom: 13px;
    font-size: 30px;
}

.mlya-bakery-package--featured h3,
.mlya-bakery-package--featured .mlya-bakery-package__price {
    color: var(--mlya-bakery-white);
}

.mlya-bakery-package__subtitle {
    min-height: 44px;
    margin: 0 0 20px;
    font-size: 12px;
    line-height: 1.6;
}

.mlya-bakery-package__price {
    margin-bottom: 25px;
    color: var(--mlya-bakery-primary-dark);
    font-family: var(--mlya-bakery-font-title);
    font-size: 43px;
    font-weight: 700;
}

.mlya-bakery-package__list {
    display: grid;
    gap: 14px;
    margin: 0 0 30px;
    padding: 25px 0 0;
    border-top: 1px solid var(--mlya-bakery-border);
    list-style: none;
}

.mlya-bakery-package--featured .mlya-bakery-package__list {
    border-color: rgba(255, 255, 255, 0.15);
}

.mlya-bakery-package__list li {
    display: flex;
    gap: 11px;
    font-size: 12px;
    line-height: 1.55;
}

.mlya-bakery-package__list li::before {
    color: var(--mlya-bakery-primary);
    content: "✓";
    font-weight: 700;
}

.mlya-bakery-package--featured
.mlya-bakery-package__list li::before {
    color: var(--mlya-bakery-secondary);
}

.mlya-bakery-package .mlya-bakery-button {
    width: 100%;
    margin-top: auto;
}

/* =========================================================
   PROCESO
========================================================= */

.mlya-bakery-process {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
}

.mlya-bakery-process::before {
    position: absolute;
    top: 42px;
    right: 12%;
    left: 12%;
    height: 1px;
    background: var(--mlya-bakery-border);
    content: "";
}

.mlya-bakery-process__item {
    position: relative;
    z-index: 2;
    text-align: center;
}

.mlya-bakery-process__number {
    display: flex;
    width: 84px;
    height: 84px;
    margin: 0 auto 24px;
    align-items: center;
    justify-content: center;
    border: 8px solid var(--mlya-bakery-cream);
    border-radius: 50%;
    background: var(--mlya-bakery-primary);
    color: var(--mlya-bakery-white);
    font-family: var(--mlya-bakery-font-title);
    font-size: 25px;
    font-weight: 700;
    box-shadow: var(--mlya-bakery-shadow-sm);
}

.mlya-bakery-process__item h3 {
    margin-bottom: 10px;
    font-size: 24px;
}

.mlya-bakery-process__item p {
    margin: 0;
    font-size: 12px;
    line-height: 1.7;
}

/* =========================================================
   GALERÍA
========================================================= */

.mlya-bakery-gallery {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr 1fr;
    grid-template-rows: repeat(2, 285px);
    gap: 16px;
}

.mlya-bakery-gallery__item {
    position: relative;
    overflow: hidden;
    border-radius: var(--mlya-bakery-radius-md);
}

.mlya-bakery-gallery__item:first-child {
    grid-row: span 2;
}

.mlya-bakery-gallery__item:last-child {
    grid-column: span 2;
}

.mlya-bakery-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.mlya-bakery-gallery__item::after {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            to top,
            rgba(64, 40, 32, 0.82),
            transparent 58%
        );
    content: "";
}

.mlya-bakery-gallery__item:hover img {
    transform: scale(1.08);
}

.mlya-bakery-gallery__caption {
    position: absolute;
    z-index: 2;
    right: 22px;
    bottom: 22px;
    left: 22px;
    color: var(--mlya-bakery-white);
    font-size: 12px;
    font-weight: 700;
}

/* =========================================================
   TESTIMONIOS
========================================================= */

.mlya-bakery-testimonial {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 34px;
    border-radius: var(--mlya-bakery-radius-md);
    background: var(--mlya-bakery-white);
    box-shadow: var(--mlya-bakery-shadow-sm);
}

.mlya-bakery-testimonial__stars {
    margin-bottom: 18px;
    color: var(--mlya-bakery-secondary);
    letter-spacing: 3px;
}

.mlya-bakery-testimonial__quote {
    flex: 1;
    margin: 0 0 25px;
    color: var(--mlya-bakery-dark);
    font-family: var(--mlya-bakery-font-title);
    font-size: 22px;
    line-height: 1.5;
}

.mlya-bakery-testimonial__client {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 20px;
    border-top: 1px solid var(--mlya-bakery-border);
}

.mlya-bakery-testimonial__client img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
}

.mlya-bakery-testimonial__client strong {
    display: block;
    color: var(--mlya-bakery-dark);
    font-size: 13px;
}

.mlya-bakery-testimonial__client span {
    font-size: 11px;
}

/* =========================================================
   CTA
========================================================= */

.mlya-bakery-cta {
    overflow: hidden;
    border-radius: var(--mlya-bakery-radius-lg);
    background:
        linear-gradient(
            90deg,
            rgba(159, 63, 89, 0.98),
            rgba(159, 63, 89, 0.91) 52%,
            rgba(159, 63, 89, 0.2)
        ),
        url("https://images.unsplash.com/photo-1464349095431-e9a21285b5f3?auto=format&fit=crop&w=1800&q=85")
        center right/cover no-repeat;
    box-shadow: var(--mlya-bakery-shadow-md);
}

.mlya-bakery-cta__content {
    max-width: 730px;
    padding: 75px 70px;
}

.mlya-bakery-cta__label {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--mlya-bakery-secondary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.mlya-bakery-cta h2 {
    margin-bottom: 20px;
    color: var(--mlya-bakery-white);
    font-size: clamp(43px, 5vw, 65px);
}

.mlya-bakery-cta p {
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.84);
}

/* =========================================================
   FORMULARIO DE PEDIDO
========================================================= */

.mlya-bakery-order {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    overflow: hidden;
    border-radius: var(--mlya-bakery-radius-lg);
    background: var(--mlya-bakery-white);
    box-shadow: var(--mlya-bakery-shadow-md);
}

.mlya-bakery-order__info {
    padding: 60px 50px;
    background:
        linear-gradient(
            rgba(64, 40, 32, 0.92),
            rgba(64, 40, 32, 0.92)
        ),
        url("https://images.unsplash.com/photo-1559620192-032c4bc4674e?auto=format&fit=crop&w=1000&q=85")
        center/cover no-repeat;
    color: rgba(255, 255, 255, 0.8);
}

.mlya-bakery-order__info h2 {
    color: var(--mlya-bakery-white);
    font-size: 47px;
}

.mlya-bakery-order__details {
    display: grid;
    gap: 24px;
    margin-top: 35px;
}

.mlya-bakery-order__detail {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.mlya-bakery-order__detail .mlya-bakery-icon {
    background: rgba(255, 255, 255, 0.1);
    color: var(--mlya-bakery-secondary);
}

.mlya-bakery-order__detail strong {
    display: block;
    margin-bottom: 4px;
    color: var(--mlya-bakery-white);
    font-size: 13px;
}

.mlya-bakery-order__detail p,
.mlya-bakery-order__detail a {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    line-height: 1.6;
}

.mlya-bakery-order__form {
    padding: 60px 55px;
}

.mlya-bakery-order__form h3 {
    margin-bottom: 7px;
    font-size: 36px;
}

.mlya-bakery-order__form > p {
    margin: 0 0 28px;
    font-size: 13px;
}

.mlya-bakery-form {
    display: grid;
    gap: 18px;
}

.mlya-bakery-form__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.mlya-bakery-field {
    display: grid;
    gap: 7px;
}

.mlya-bakery-field label {
    color: var(--mlya-bakery-dark);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.mlya-bakery-field input,
.mlya-bakery-field select,
.mlya-bakery-field textarea {
    width: 100%;
    min-height: 51px;
    padding: 13px 15px;
    border: 1px solid var(--mlya-bakery-border);
    border-radius: var(--mlya-bakery-radius-sm);
    outline: none;
    background: var(--mlya-bakery-gray);
    color: var(--mlya-bakery-dark);
    font-family: var(--mlya-bakery-font-body);
    font-size: 13px;
    transition: var(--mlya-bakery-transition);
}

.mlya-bakery-field textarea {
    min-height: 115px;
    resize: vertical;
}

.mlya-bakery-field input:focus,
.mlya-bakery-field select:focus,
.mlya-bakery-field textarea:focus {
    border-color: var(--mlya-bakery-primary);
    background: var(--mlya-bakery-white);
    box-shadow:
        0 0 0 3px rgba(216, 111, 138, 0.1);
}

/* =========================================================
   FAQ
========================================================= */

.mlya-bakery-faq {
    display: grid;
    max-width: 900px;
    margin: auto;
    gap: 13px;
}

.mlya-bakery-faq details {
    overflow: hidden;
    border: 1px solid var(--mlya-bakery-border);
    border-radius: var(--mlya-bakery-radius-sm);
    background: var(--mlya-bakery-white);
}

.mlya-bakery-faq summary {
    display: flex;
    min-height: 68px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 22px;
    color: var(--mlya-bakery-dark);
    font-size: 14px;
    font-weight: 700;
    list-style: none;
    cursor: pointer;
}

.mlya-bakery-faq summary::-webkit-details-marker {
    display: none;
}

.mlya-bakery-faq summary::after {
    color: var(--mlya-bakery-primary);
    content: "+";
    font-size: 24px;
}

.mlya-bakery-faq details[open] {
    border-color: rgba(216, 111, 138, 0.42);
    box-shadow: var(--mlya-bakery-shadow-sm);
}

.mlya-bakery-faq details[open] summary::after {
    content: "−";
}

.mlya-bakery-faq details p {
    margin: 0;
    padding: 0 22px 22px;
    font-size: 13px;
}

/* =========================================================
   FOOTER
========================================================= */

.mlya-bakery-footer {
    background: var(--mlya-bakery-chocolate-dark);
    color: rgba(255, 255, 255, 0.65);
}

.mlya-bakery-footer__main {
    padding: 80px 0 55px;
}

.mlya-bakery-footer__grid {
    display: grid;
    grid-template-columns: 1.4fr 0.75fr 0.95fr 1.1fr;
    gap: 50px;
}

.mlya-bakery-footer .mlya-bakery-logo__name {
    color: var(--mlya-bakery-white);
}

.mlya-bakery-footer__about {
    max-width: 340px;
    margin: 24px 0;
    font-size: 12px;
}

.mlya-bakery-footer h3 {
    margin-bottom: 23px;
    color: var(--mlya-bakery-white);
    font-family: var(--mlya-bakery-font-body);
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.mlya-bakery-footer__links {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mlya-bakery-footer__links a {
    color: rgba(255, 255, 255, 0.64);
    font-size: 12px;
    transition: var(--mlya-bakery-transition);
}

.mlya-bakery-footer__links a:hover {
    color: var(--mlya-bakery-primary-light);
    padding-left: 4px;
}

.mlya-bakery-footer__contact {
    display: grid;
    gap: 15px;
}

.mlya-bakery-footer__contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 12px;
    line-height: 1.7;
}

.mlya-bakery-footer__contact-item a {
    color: inherit;
}

.mlya-bakery-social {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.mlya-bakery-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-bakery-white);
    transition: var(--mlya-bakery-transition);
}

.mlya-bakery-social a:hover {
    border-color: var(--mlya-bakery-primary);
    background: var(--mlya-bakery-primary);
}

.mlya-bakery-footer__bottom {
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mlya-bakery-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-size: 10px;
}

.mlya-bakery-footer__bottom a {
    color: var(--mlya-bakery-primary-light);
}

/* =========================================================
   WHATSAPP
========================================================= */

.mlya-bakery-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-bakery-white);
    border-radius: 50%;
    background: #25d366;
    color: var(--mlya-bakery-white);
    font-size: 27px;
    box-shadow:
        0 12px 35px rgba(0, 0, 0, 0.25);
    transition: var(--mlya-bakery-transition);
}

.mlya-bakery-whatsapp:hover {
    color: var(--mlya-bakery-white);
    transform: scale(1.08) translateY(-3px);
}

/* =========================================================
   MENÚ MÓVIL
========================================================= */

@media (max-width: 900px) {
    .mlya-bakery-header__inner {
        position: relative;
    }

    .mlya-bakery-nav.mlya-bakery-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-bakery-border);
        border-radius: var(--mlya-bakery-radius-md);
        background: var(--mlya-bakery-white);
        box-shadow: var(--mlya-bakery-shadow-md);
    }

    .mlya-bakery-nav.mlya-bakery-nav--open
    a:not(.mlya-bakery-button) {
        padding: 13px 10px;
        border-bottom: 1px solid var(--mlya-bakery-border);
    }

    .mlya-bakery-nav.mlya-bakery-nav--open .mlya-bakery-button {
        margin-top: 15px;
    }
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1100px) {
    .mlya-bakery-nav {
        gap: 16px;
    }

    .mlya-bakery-nav a:not(.mlya-bakery-button) {
        font-size: 11px;
    }

    .mlya-bakery-benefits__inner,
    .mlya-bakery-grid--4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mlya-bakery-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .mlya-bakery-section {
        padding: 80px 0;
    }

    .mlya-bakery-header__top {
        display: none;
    }

    .mlya-bakery-nav {
        display: none;
    }

    .mlya-bakery-menu-toggle {
        display: inline-flex;
    }

    .mlya-bakery-grid--2,
    .mlya-bakery-grid--3 {
        grid-template-columns: 1fr;
    }

    .mlya-bakery-about__content {
        padding: 40px 0 0;
    }

    .mlya-bakery-package--featured {
        transform: none;
    }

    .mlya-bakery-process {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mlya-bakery-process::before {
        display: none;
    }

    .mlya-bakery-order {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .mlya-bakery-container {
        width: min(100% - 28px, var(--mlya-bakery-container));
    }

    .mlya-bakery-section {
        padding: 68px 0;
    }

    .mlya-bakery-title {
        font-size: 41px;
    }

    .mlya-bakery-buttons {
        align-items: stretch;
        flex-direction: column;
    }

    .mlya-bakery-button {
        width: 100%;
    }

    .mlya-bakery-logo__name {
        font-size: 21px;
    }

    .mlya-bakery-hero {
        min-height: 690px;
        background:
            linear-gradient(
                rgba(64, 40, 32, 0.86),
                rgba(64, 40, 32, 0.92)
            ),
            url("https://images.unsplash.com/photo-1578985545062-69928b1d9587?auto=format&fit=crop&w=1200&q=85")
            center/cover no-repeat;
    }

    .mlya-bakery-hero__content {
        padding: 90px 0;
    }

    .mlya-bakery-hero__title {
        font-size: 52px;
    }

    .mlya-bakery-hero__details {
        display: grid;
        gap: 17px;
    }

    .mlya-bakery-benefits {
        margin-top: -32px;
    }

    .mlya-bakery-benefits__inner,
    .mlya-bakery-grid--4,
    .mlya-bakery-process {
        grid-template-columns: 1fr;
    }

    .mlya-bakery-benefit {
        border-right: 0;
        border-bottom: 1px solid var(--mlya-bakery-border);
    }

    .mlya-bakery-about__media {
        min-height: 490px;
    }

    .mlya-bakery-about__image-main {
        width: 89%;
        height: 430px;
    }

    .mlya-bakery-about__image-small {
        height: 190px;
    }

    .mlya-bakery-about__badge {
        top: 25px;
        width: 118px;
        height: 118px;
    }

    .mlya-bakery-custom {
        background-attachment: scroll;
    }

    .mlya-bakery-custom__box {
        padding: 38px 24px;
    }

    .mlya-bakery-custom__items {
        grid-template-columns: 1fr;
    }

    .mlya-bakery-gallery {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(3, 210px);
    }

    .mlya-bakery-gallery__item:first-child {
        grid-row: span 1;
    }

    .mlya-bakery-gallery__item:last-child {
        grid-column: span 2;
    }

    .mlya-bakery-cta {
        background:
            linear-gradient(
                rgba(159, 63, 89, 0.94),
                rgba(159, 63, 89, 0.94)
            ),
            url("https://images.unsplash.com/photo-1464349095431-e9a21285b5f3?auto=format&fit=crop&w=1000&q=85")
            center/cover no-repeat;
    }

    .mlya-bakery-cta__content,
    .mlya-bakery-order__info,
    .mlya-bakery-order__form {
        padding: 45px 24px;
    }

    .mlya-bakery-cta__content {
        text-align: center;
    }

    .mlya-bakery-form__row {
        grid-template-columns: 1fr;
    }

    .mlya-bakery-footer__grid {
        grid-template-columns: 1fr;
    }

    .mlya-bakery-footer__bottom-inner {
        align-items: flex-start;
        flex-direction: column;
    }
}/* End custom CSS */