.elcauce-hero {
    max-width: 760px;
    margin-top: 26px;
    color: #fff;
    text-shadow: 0 2px 14px rgba(0, 0, 0, .42);
}

.elcauce-hero__eyebrow {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.elcauce-hero h1 {
    margin: 0 0 12px;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 48px;
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: 0;
}

.elcauce-hero__lead {
    max-width: 660px;
    margin: 0 0 18px;
    font-size: 22px;
    line-height: 1.42;
    font-weight: 700;
}

.elcauce-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
}

.elcauce-hero__meta li {
    padding: 7px 11px;
    border: 1px solid rgba(255, 255, 255, .72);
    background: rgba(0, 0, 0, .24);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
}

.elcauce-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.elcauce-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 12px 18px;
    border: 2px solid #fff;
    border-radius: 4px;
    background: #fff;
    color: #1f2a24;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.2;
    text-decoration: none;
    text-shadow: none;
}

.elcauce-btn:hover,
.elcauce-btn:focus {
    color: #1f2a24;
    text-decoration: none;
}

.elcauce-btn--outline {
    border-color: #4d3000;
    background: #4d3000;
    color: #fff;
}

.elcauce-btn--outline:hover,
.elcauce-btn--outline:focus {
    color: #fff;
}

.elcauce-btn--whatsapp {
    border-color: #14763d;
    background: #14763d;
    color: #fff;
}

.elcauce-btn--whatsapp:hover,
.elcauce-btn--whatsapp:focus {
    color: #fff;
}

a {
    color: #7a4a00;
}

a:hover,
a:focus {
    color: #4d3000;
}

/* Keep the real image ratio when the legacy theme lays out gallery tiles. */
.ct-galleryBox--image img {
    display: block;
    width: 100%;
    height: auto;
}

.ct-image-logo img,
.ct-navbarMobile .ct-logo img,
.ct-white-logo img {
    width: 220px;
    height: auto;
}

.ct-image-logo {
    display: block;
    width: 220px;
    padding-top: 18px;
}

.ct-image-logo img {
    display: block;
}

.ct-menu .ct-white-logo {
    display: none;
}

.ct-u-paddingTop60 h3 strong {
    color: #7a4a00;
}

.ct-galleryBox--secondary {
    background-color: #7a4a00 !important;
}

.ct-galleryBox--secondary h4,
.ct-galleryBox--secondary span {
    color: #fff !important;
}

.ct-galleryBox-title {
    display: table-cell;
    width: 100%;
    height: 1%;
    padding: 0 12px;
    vertical-align: middle;
    text-align: center;
    color: #7a4a00;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
}

.ct-galleryBox--secondary .ct-galleryBox-title {
    color: #fff !important;
}

.ct-galleryBox--primary .ct-galleryBox-title,
.ct-galleryBox--secondary .ct-galleryBox-title {
    vertical-align: middle;
}

.ct-galleryBox--primary span,
.ct-galleryBox--secondary span {
    display: block;
    text-align: center;
}

.ct-galleryBox--primary .ct-galleryBox-title,
.ct-galleryBox--primary span {
    color: #fff !important;
}

/* Turn the two text-only tiles into clear, balanced calls to action. */
.ct-galleryBox--primary > a,
.ct-galleryBox--secondary > a {
    display: block;
    height: 100%;
    color: #fff !important;
    text-decoration: none;
}

.ct-galleryBox--primary .ct-u-displayTableVertical,
.ct-galleryBox--secondary .ct-u-displayTableVertical {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    height: 100%;
    min-height: 260px;
    padding: 24px;
    box-sizing: border-box;
}

.ct-galleryBox--primary .ct-galleryBox-title,
.ct-galleryBox--secondary .ct-galleryBox-title {
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.15;
}

.ct-galleryBox--primary span,
.ct-galleryBox--secondary span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 40px;
    padding: 0 17px;
    border: 1px solid rgba(255, 255, 255, .75);
    border-radius: 22px;
    background: rgba(255, 255, 255, .12);
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 40px;
    transition: background-color .2s ease, transform .2s ease;
}

.ct-galleryBox--primary span::after,
.ct-galleryBox--secondary span::after {
    content: "\2192";
    font-size: 19px;
}

.ct-galleryBox--primary a:hover span,
.ct-galleryBox--primary a:focus span,
.ct-galleryBox--secondary a:hover span,
.ct-galleryBox--secondary a:focus span {
    background: rgba(255, 255, 255, .25);
    transform: translateY(-2px);
}

.ct-galleryBox--primary a:hover .ct-galleryBox-title,
.ct-galleryBox--primary a:focus .ct-galleryBox-title,
.ct-galleryBox--secondary a:hover .ct-galleryBox-title,
.ct-galleryBox--secondary a:focus .ct-galleryBox-title {
    color: #fff !important;
}

.elcauce-gallery-section { padding: 58px 0 24px; background: #fbf9f5; }
.elcauce-section-kicker { margin: 0 0 8px; color: #965f0e; font-size: 15px; font-weight: 900; letter-spacing: 2px; text-align: center; text-transform: uppercase; }
.elcauce-gallery-section h2 { margin: 0; color: #2d321f; font-family: "Dancing Script", "Segoe Script", cursive; font-size: 48px; font-weight: 700; text-align: center; }
.elcauce-section-lead { margin: 8px auto 26px; color: #554d40; font-size: 18px; text-align: center; }
.elcauce-home-carousel { max-width: 1040px; margin: 0 auto; }
.elcauce-home-carousel__viewport { position: relative; overflow: hidden; border-radius: 10px; background: #362a12; aspect-ratio: 3 / 2; }
.elcauce-home-carousel__slide { position: absolute; inset: 0; display: block; color: inherit; }
.elcauce-home-carousel__slide[hidden] { display: none; }
.elcauce-home-carousel__slide img { display: block; width: 100%; height: 100%; object-fit: cover; }
.elcauce-home-carousel__slide:focus-visible { outline: 3px solid #d69a23; outline-offset: -6px; }
.elcauce-home-carousel__controls { display: grid; grid-template-columns: 48px minmax(0, 1fr) 48px; align-items: center; gap: 18px; margin-top: 14px; }
.elcauce-home-carousel__arrow { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid #8a5a08; border-radius: 50%; background: #fff; color: #63430b; font-size: 23px; line-height: 1; cursor: pointer; }
.elcauce-home-carousel__arrow:hover, .elcauce-home-carousel__arrow:focus-visible { border-color: #63430b; background: #8a5a08; color: #fff; outline: none; }
.elcauce-home-carousel__caption { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: 0; color: #362a12; font-size: 16px; font-weight: 900; }
.elcauce-home-carousel__caption b { color: #8a5a08; font-size: 14px; white-space: nowrap; }
.elcauce-home-carousel__dots { display: flex; justify-content: center; gap: 2px; margin-top: 8px; }
.elcauce-home-carousel__dots button { display: grid; width: 24px; height: 24px; padding: 0; place-items: center; border: 0; border-radius: 50%; background: transparent; cursor: pointer; }
.elcauce-home-carousel__dots button::after { width: 9px; height: 9px; border: 1px solid #8a5a08; border-radius: 50%; content: ""; }
.elcauce-home-carousel__dots button.is-active::after { background: #8a5a08; }
.elcauce-home-carousel__dots button:focus-visible { outline: 3px solid #d69a23; outline-offset: 3px; }
.elcauce-availability { display: grid; grid-template-columns: 1.35fr 1fr auto auto; gap: 22px; align-items: center; margin-top: 16px; padding: 20px 28px; border-radius: 16px; background: #8a5a08; color: #fff; }
.elcauce-availability strong, .elcauce-availability span { display: block; }
.elcauce-availability > div:first-child strong { font-size: 25px; }
.elcauce-availability span { margin-top: 4px; font-size: 14px; }
.elcauce-availability-title strong { font-size: 23px; }
.elcauce-availability-button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 20px; border: 1px solid #fff; border-radius: 24px; background: #fff; color: #63430b !important; font-weight: 900; text-decoration: none; white-space: nowrap; }
.elcauce-availability-button--whatsapp { background: #536b45; color: #fff !important; }

.elcauce-features {
    padding: 26px 0 6px;
}

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.elcauce-intro__eyebrow {
    margin: 0 0 4px;
    color: #9b6817;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.elcauce-intro {
    padding: 30px 0 18px;
    background: #fbf9f5;
    text-align: center;
}

.elcauce-intro h1 {
    margin: 0 0 8px;
    color: #2d321f;
    font-size: 38px;
    line-height: 1.12;
}

.elcauce-intro p:not(.elcauce-intro__eyebrow) {
    margin: 0 auto 16px;
    color: #554d40;
    font-size: 18px;
}

.elcauce-intro .elcauce-actions {
    justify-content: center;
}

.elcauce-feature-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
}

.elcauce-feature {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 58px;
    padding: 14px 10px;
    border: 1px solid #e2ded5;
    border-radius: 4px;
    background: #fff;
    text-align: center;
    box-shadow: 0 2px 10px rgba(32, 29, 24, .06);
}

.elcauce-feature__icon {
    display: none;
    margin-bottom: 6px;
    color: #66784f;
    font-size: 20px;
    line-height: 1;
}

.elcauce-feature__paw {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    flex: 0 0 22px;
    color: #14763d;
    font-size: 21px;
    line-height: 1;
}

.elcauce-feature--pets strong {
    margin-left: 4px;
}

.elcauce-feature strong {
    display: block;
    color: #2b2b2b;
    font-size: 14px;
    line-height: 1.25;
}

.elcauce-home-details, .elcauce-home-faq { padding: 68px 0; background: #fff; }
.elcauce-home-details .container, .elcauce-location-promo .container, .elcauce-home-faq .container, .elcauce-final-cta .container, .elcauce-global-footer .container { width: auto; max-width: 1180px; margin-right: auto; margin-left: auto; padding-right: 24px; padding-left: 24px; }
.elcauce-home-details h2, .elcauce-location-promo h2, .elcauce-home-faq h2 { margin: 0; color: #2d321f; font-size: 36px; line-height: 1.15; text-align: center; }
.elcauce-home-details__lead { max-width: 700px; margin: 12px auto 30px; color: #554d40; font-size: 18px; line-height: 1.55; text-align: center; }
.elcauce-benefit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 0; padding: 0; list-style: none; }
.elcauce-benefit-grid li { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 76px; padding: 14px 16px; border: 1px solid #e2ded5; border-radius: 6px; background: #fffdf8; color: #2d321f; text-align: center; }
.elcauce-benefit-grid span { color: #8a5a08; font-size: 23px; line-height: 1; }
.elcauce-benefit-grid strong { font-size: 15px; line-height: 1.3; }
.elcauce-home-details__note { margin: 22px 0 0; color: #554d40; text-align: center; }
.elcauce-location-promo { padding: 62px 0; border-top: 1px solid #e7dfd0; border-bottom: 1px solid #e7dfd0; background: #fbf7ef; text-align: center; }
.elcauce-location-promo p:not(.elcauce-section-kicker) { max-width: 600px; margin: 13px auto 23px; color: #554d40; font-size: 18px; line-height: 1.55; }
.elcauce-location-promo a, .elcauce-final-cta__actions a { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 20px; border: 1px solid #63430b; border-radius: 4px; background: #fff; color: #63430b !important; font-weight: 900; text-decoration: none; }
.elcauce-location-promo a:hover, .elcauce-location-promo a:focus { background: #63430b; color: #fff !important; }
.elcauce-home-faq { background: #fff; }
.elcauce-faq-list { max-width: 900px; margin: 28px auto 0; border-top: 1px solid #e2ded5; }
.elcauce-faq-item { border-bottom: 1px solid #e2ded5; }
.elcauce-faq-item h3 { margin: 0; }
.elcauce-faq-item button { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 19px 4px; border: 0; background: transparent; color: #2d321f; font-family: inherit; font-size: 17px; font-weight: 900; line-height: 1.4; text-align: left; cursor: pointer; }
.elcauce-faq-item button b { flex: 0 0 auto; margin-left: 20px; color: #8a5a08; font-size: 25px; font-weight: 400; line-height: 1; }
.elcauce-faq-item button[aria-expanded="true"] b { transform: rotate(45deg); }
.elcauce-faq-item button:focus-visible, .elcauce-scroll-top:focus-visible { outline: 3px solid #d69a23; outline-offset: 3px; }
.elcauce-faq-answer { padding: 0 4px 20px; color: #554d40; line-height: 1.65; }
.elcauce-faq-answer p { margin: 0; }
.elcauce-faq-answer a { color: #8a5a08; font-weight: 900; }
.elcauce-final-cta { padding: 28px 0; background: #8a5a08; color: #fff; }
.elcauce-final-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 30px; max-width: 1100px; }
.elcauce-final-cta h2 { margin: 0; color: #fff; font-size: 30px; }
.elcauce-final-cta p { margin: 7px 0 0; font-size: 16px; }
.elcauce-final-cta__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.elcauce-final-cta__actions a { border-color: #fff; }
.elcauce-final-cta__actions .elcauce-final-cta__whatsapp { border-color: #536b45; background: #536b45; color: #fff !important; }
.elcauce-global-footer { background: #362a12; color: #f9f4ea; font-family: var(--elcauce-font-body); font-size: 16px; font-style: normal; font-weight: 400; letter-spacing: normal; line-height: 1.5; text-transform: none; }
.elcauce-global-footer__grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 42px; padding: 48px 0 36px; }
.elcauce-global-footer h2 { margin: 0 0 13px; color: #fff; font-family: var(--elcauce-font-heading); font-size: 20px; font-style: normal; font-weight: 700; letter-spacing: normal; line-height: normal; text-transform: none; }
.elcauce-global-footer p, .elcauce-global-footer a { display: block; margin: 0 0 8px; font-family: var(--elcauce-font-ui); font-size: 16px; font-style: normal; font-weight: 400; letter-spacing: normal; line-height: 24px; text-decoration: none; text-transform: none; }
.elcauce-global-footer p { color: #e9dfce; }
.elcauce-global-footer a { color: #f6d79b; }
.elcauce-global-footer a:hover, .elcauce-global-footer a:focus { color: #f1bd53; text-decoration: underline; }
.elcauce-global-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0 28px; border-top: 1px solid rgba(255,255,255,.18); color: #d9cfbd; font-family: var(--elcauce-font-ui); font-size: 14px; font-style: normal; font-weight: 400; letter-spacing: normal; line-height: normal; text-transform: none; }
.elcauce-scroll-top { padding: 0; border: 0; background: transparent; color: #f1bd53; font-family: var(--elcauce-font-ui); font-size: 13.3333px; font-style: normal; font-weight: 900; letter-spacing: normal; line-height: normal; text-transform: none; cursor: pointer; }

@media (min-width: 768px) {
    .elcauce-feature--guests strong,
    .elcauce-feature--barbecue strong,
    .elcauce-feature--pets strong { font-size: 0; }
    .elcauce-feature--guests strong::after { content: "Hasta 16 huéspedes"; font-size: 14px; }
    .elcauce-feature--barbecue strong::after { content: "BBQ y horno de leña"; font-size: 14px; }
    .elcauce-feature--pets strong::after { content: "Aceptamos mascotas"; font-size: 14px; }
}

.privacy-check {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    font-weight: 400;
}

.privacy-check input {
    flex: 0 0 auto;
}

.elcauce-contact-strip {
    margin: 12px 0 24px;
    padding: 18px;
    border-left: 4px solid #14763d;
    background: #f6fbf7;
}

.cookie-banner__content h3,
.cookie-modal__dialog h3 {
    color: #4d3000;
}

.elcauce-mobile-cta {
    display: none;
}

.elcauce-mobile-hero {
    display: none;
}

.elcauce-mobile-faq,
.elcauce-mobile-final-cta,
.elcauce-mobile-gallery-link {
    display: none;
}

@media (min-width: 992px) {
    .elcauce-hero {
        margin-top: -42px;
    }

    .elcauce-hero h1 {
        font-size: 38px;
    }

    .elcauce-hero__lead {
        margin-bottom: 12px;
        font-size: 18px;
    }

    .elcauce-hero__meta {
        margin-bottom: 12px;
    }

    .elcauce-hero__lead,
    .elcauce-hero__meta {
        display: none;
    }

    .ct-mediaSection {
        position: relative;
        min-height: 540px;
    }

    .ct-menu {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 20;
        min-height: 76px;
    }

    .ct-menu > .container {
        position: relative;
    }

    .ct-menu .ct-contact {
        position: absolute;
        top: -76px;
        right: 15px;
        z-index: 2;
    }

    .ct-menu .ct-white-logo {
        display: none;
    }

    .ct-menu .navbar {
        margin: 0;
    }

    .ct-navbar {
        display: flex;
        align-items: stretch;
        flex-wrap: nowrap;
    }

    .ct-navbar > li {
        float: none;
    }

    .ct-navbar > li > a {
        display: flex;
        align-items: center;
        min-height: 76px;
        padding-right: 17px;
        padding-left: 17px;
        white-space: nowrap;
    }
}

@media (max-width: 991px) {
    .elcauce-hero {
        margin-top: 42px;
        padding-bottom: 24px;
    }

    .elcauce-hero h1 {
        font-size: 36px;
    }

    .elcauce-hero__lead {
        font-size: 19px;
    }

    .elcauce-feature-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    /* The legacy SnapJS wrapper reserves space for a fixed header; mobile uses an in-flow header. */
    .ct-pageWrapper { padding-top: 0; }

    .ct-navbarMobile {
        position: relative;
        z-index: 10002;
        display: flex;
        align-items: center;
        height: 82px;
        min-height: 0;
        padding: 10px 14px;
        background: #f7f3eb;
        box-shadow: 0 1px 8px rgba(54, 42, 18, .12);
    }

    .ct-navbarMobile .ct-logo img {
        width: 128px;
        max-height: 58px !important;
        object-fit: contain;
    }

    .ct-navbarMobile .navbar-brand { margin: 0; padding: 0; }
    .ct-navbarMobile .navbar-toggle { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; margin: 0 0 0 auto; padding: 0; border: 1px solid #c99128; border-radius: 5px; background: #e6a31b; }
    .ct-navbarMobile .navbar-toggle .icon-bar { width: 21px; height: 2px; margin: 2px 0; background: #3d2d0e; transition: transform .2s ease, opacity .2s ease; }
    .ct-navbarMobile .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(2) { transform: translateY(6px) rotate(45deg); }
    .ct-navbarMobile .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(3) { opacity: 0; }
    .ct-navbarMobile .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(4) { transform: translateY(-6px) rotate(-45deg); }

    .elcauce-mobile-menu-overlay { position: fixed; inset: 0; z-index: 10000; background: rgba(25, 20, 12, .48); opacity: 0; visibility: hidden; transition: opacity .2s ease, visibility .2s ease; }
    .elcauce-mobile-menu-overlay.is-open { opacity: 1; visibility: visible; }
    .ct-menuMobile.elcauce-mobile-menu { position: fixed; top: 0; right: 0; bottom: 0; z-index: 10001; display: flex; flex-direction: column; width: min(330px, 88vw); padding: 76px 22px 22px; overflow-y: auto; background: #f7f3eb; box-shadow: -8px 0 30px rgba(30, 22, 12, .25); transform: translateX(105%); transition: transform .25s ease; }
    .ct-menuMobile.elcauce-mobile-menu.is-open { transform: translateX(0); }
    .elcauce-mobile-menu__close { position: absolute; top: 14px; right: 16px; display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; padding: 0; border: 0; border-radius: 4px; background: #e6a31b; color: #3d2d0e; font-size: 34px; font-weight: 400; line-height: 1; }
    .ct-menuMobile.elcauce-mobile-menu .ct-menuMobile-navbar { margin: 0; padding: 0; list-style: none; }
    .ct-menuMobile.elcauce-mobile-menu .ct-menuMobile-navbar li { border-bottom: 1px solid #dfd5c4; }
    .ct-menuMobile.elcauce-mobile-menu .ct-menuMobile-navbar a { display: block; padding: 16px 2px; color: #2d321f; font-size: 18px; font-weight: 700; text-decoration: none; }
    .ct-menuMobile.elcauce-mobile-menu .ct-menuMobile-navbar a.active { color: #9b6817; }
    .elcauce-mobile-menu__actions { display: grid; gap: 10px; margin-top: auto; padding-top: 24px; }
    .elcauce-mobile-menu__actions a { display: flex; align-items: center; justify-content: center; min-height: 48px; border: 1px solid #63430b; border-radius: 4px; background: #fff; color: #63430b !important; font-size: 16px; font-weight: 900; text-decoration: none; }
    .elcauce-mobile-menu__actions .elcauce-mobile-menu__whatsapp { border-color: #14763d; background: #14763d; color: #fff !important; }
    body.elcauce-mobile-menu-open { overflow: hidden; }

    .ct-mediaSection {
        display: none;
    }

    .elcauce-hero {
        margin-top: 42px;
    }

    .elcauce-mobile-hero {
        display: block;
        background: #f8f6f1;
    }

    .elcauce-mobile-hero__photo {
        height: 205px;
    }

    .elcauce-mobile-hero__photo img { display: block; width: 100%; height: 100%; object-fit: cover; }

    .elcauce-mobile-hero__content { padding: 20px 18px 22px; }
    .elcauce-mobile-hero__eyebrow { margin: 0 0 5px; color: #9b6817; font-size: 13px; font-weight: 900; letter-spacing: 1.4px; text-transform: uppercase; }
    .elcauce-mobile-hero__title { margin: 0 0 12px; color: #2d321f; font-family: "Lato", Arial, Helvetica, sans-serif; font-size: 29px; line-height: 1.12; font-weight: 900; }
    .elcauce-mobile-hero__meta { margin: 0 0 16px; color: #554d40; font-size: 16px; line-height: 1.55; }
    .elcauce-mobile-hero__actions { display: grid; grid-template-columns: 1fr; gap: 10px; }
    .elcauce-mobile-hero__actions a, .elcauce-mobile-final-cta a { display: flex; align-items: center; justify-content: center; min-height: 48px; border: 1px solid #63430b; border-radius: 4px; background: #fff; color: #63430b !important; font-size: 16px; font-weight: 900; text-decoration: none; }
    .elcauce-mobile-hero__actions .elcauce-mobile-hero__whatsapp, .elcauce-mobile-final-cta__whatsapp { border-color: #14763d; background: #14763d; color: #fff !important; }

    .telefonomovil { display: none; }
    .elcauce-features { padding: 14px 0 8px; }
    .elcauce-feature-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; border: 1px solid #e2ded5; background: #e2ded5; }
    .elcauce-feature { min-height: 86px; padding: 9px 5px; border: 0; border-radius: 0; box-shadow: none; flex-direction: column; justify-content: center; gap: 5px; text-align: center; }
    .elcauce-feature__mobile-icon, .elcauce-feature__paw { display: flex; align-items: center; justify-content: center; width: auto; flex: 0 0 auto; color: #8a5a08; font-size: 22px; line-height: 1; }
    .elcauce-feature strong { font-size: 14px; line-height: 1.25; }
    .elcauce-feature--pets strong { margin-left: 0; }

    .elcauce-intro { padding: 25px 18px 12px; }
    .elcauce-intro h1 { font-size: 30px; line-height: 1.12; }
    .elcauce-intro p:not(.elcauce-intro__eyebrow) { margin-bottom: 0; font-size: 16px; line-height: 1.5; }

    .elcauce-gallery-section { padding: 32px 0 18px; }
    .elcauce-gallery-section h2 { font-size: 36px; }
    .elcauce-section-lead { margin: 6px 12px 20px; font-size: 15px; line-height: 1.45; }
    .elcauce-home-carousel__viewport { border-radius: 8px; aspect-ratio: 4 / 3; }
    .elcauce-home-carousel__controls { grid-template-columns: 44px minmax(0, 1fr) 44px; gap: 10px; margin-top: 10px; }
    .elcauce-home-carousel__arrow { width: 44px; height: 44px; font-size: 20px; }
    .elcauce-home-carousel__caption { font-size: 15px; }
    .elcauce-home-carousel__caption b { font-size: 13px; }
    .elcauce-home-carousel__dots { margin-top: 10px; }
    .elcauce-mobile-gallery-link { display: flex; align-items: center; justify-content: center; min-height: 48px; margin-top: 12px; border: 1px solid #63430b; border-radius: 4px; background: #fff; color: #63430b !important; font-size: 16px; font-weight: 900; text-decoration: none; }
    .elcauce-availability { grid-template-columns: 1fr; gap: 10px; margin-top: 12px; padding: 20px; border-radius: 8px; text-align: left; }
    .elcauce-availability > div:first-child strong { font-size: 23px; }
    .elcauce-availability-title { display: none; }
    .elcauce-availability span { font-size: 15px; line-height: 1.45; }
    .elcauce-availability-button { width: 100%; }

    .elcauce-home-details, .elcauce-home-faq { padding: 42px 0; }
    .elcauce-home-details .container, .elcauce-location-promo .container, .elcauce-home-faq .container, .elcauce-final-cta .container, .elcauce-global-footer .container { padding-right: 20px; padding-left: 20px; }
    .elcauce-home-details h2, .elcauce-location-promo h2, .elcauce-home-faq h2 { font-size: 28px; }
    .elcauce-home-details__lead { margin: 10px auto 22px; font-size: 16px; }
    .elcauce-benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
    .elcauce-benefit-grid li { min-height: 74px; padding: 10px 8px; gap: 7px; }
    .elcauce-benefit-grid span { font-size: 20px; }
    .elcauce-benefit-grid strong { font-size: 14px; }
    .elcauce-home-details__note { margin-top: 17px; font-size: 15px; line-height: 1.5; }
    .elcauce-location-promo { padding: 42px 0; }
    .elcauce-location-promo p:not(.elcauce-section-kicker) { margin: 10px auto 19px; font-size: 16px; }
    .elcauce-location-promo a { width: 100%; }
    .elcauce-faq-list { margin-top: 21px; }
    .elcauce-faq-item button { padding: 16px 2px; font-size: 16px; }
    .elcauce-faq-item button b { margin-left: 12px; }
    .elcauce-final-cta { padding: 30px 0; }
    .elcauce-final-cta .container { display: grid; gap: 20px; text-align: center; }
    .elcauce-final-cta h2 { font-size: 28px; }
    .elcauce-final-cta__actions { display: grid; grid-template-columns: 1fr; }
    .elcauce-final-cta__actions a { width: 100%; }
    .elcauce-global-footer__grid { grid-template-columns: 1fr; gap: 25px; padding: 38px 0 28px; text-align: center; }
    .elcauce-global-footer__bottom { flex-direction: column; padding-bottom: calc(84px + env(safe-area-inset-bottom)); text-align: center; }

    .elcauce-mobile-cta {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9999;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        border-top: 1px solid rgba(0, 0, 0, .18);
        background: #fff;
        padding-bottom: env(safe-area-inset-bottom);
        box-shadow: 0 -4px 18px rgba(0, 0, 0, .14);
    }

    .elcauce-mobile-cta a {
        min-height: 56px;
        padding: 8px 4px;
        color: #1f2a24;
        font-size: 13px;
        font-weight: 900;
        line-height: 1.15;
        text-align: center;
        text-decoration: none;
    }

    .elcauce-mobile-cta a + a {
        border-left: 1px solid #e7e1d6;
    }

    .elcauce-mobile-cta__whatsapp {
        background: #14763d;
        color: #fff !important;
    }

    body {
        padding-bottom: calc(64px + env(safe-area-inset-bottom));
    }
}

.contact-phone-highlight {
    color: #b00000;
}
