.actividades-hero{
    background: var(--tigers-eye-tint);
    min-height: 130px;
    display: flex;
    align-items: flex-end;
    padding: 0 0 0.75rem;
    overflow: visible;
}

.actividades-header{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap: 0.75rem;
    position: relative;
    transform: none;
}

.actividades-hero .home-nav-links .home-nav-link.is-active {
    font-family: 'Clash Display', system-ui, -apple-system, 'Segoe UI', sans-serif;
    font-weight: 700;
}

@media (max-width: 992px) {
    .actividades-hero .home-nav-links .home-nav-link.is-active {
        font-family: inherit;
    }
}


.section-lead-image-wrap > img.home-full-card-img{
    max-width: 760px;
    width: 100%;
    height: auto;
    margin: 0 auto;     
    display: block;
    aspect-ratio: auto;
    padding-top: 3rem;
    transition: none;
}

@media (prefers-reduced-motion: reduce) {
    .section-lead-image-wrap > img.home-full-card-img{
        transition: none;
    }
    .section-lead-image-wrap > img.home-full-card-img:hover{
        transform: none;
        filter: none;
    }
}
.actividades-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-top: 5rem;          
    padding-bottom: 2.5rem; 
    justify-items: stretch;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
    max-width: calc(3 * 320px + 2 * 0.75rem);
    margin-left: auto;
    margin-right: auto;
}

.actividades-card-img{
    width: 100%;
    max-width: 320px;     
    height: auto;
    display: block;
    object-fit: contain;
    padding: 1rem;
    transition: transform 220ms ease, filter 220ms ease;
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.08));
}

.actividades-grid-link {
    display: block;
}

.actividades-grid > a .actividades-card-img:hover {
    transform: translateY(-6px) rotate(-1deg) scale(1.03);
    filter: drop-shadow(0 14px 24px rgba(228, 152, 68, 0.22));
}

.actividades-card-item {
    position: relative;
    display: block;
}

.actividades-card-item--soon {
    cursor: default;
    transition: transform 220ms ease;
}

.actividades-card-item--soon .actividades-card-img {
    opacity: 0.72;
    transition: filter 220ms ease;
}

.actividades-card-item--soon:hover {
    transform: translateY(-6px) rotate(-1deg) scale(1.03);
}

.actividades-card-item--soon:hover .actividades-card-img {
    filter: drop-shadow(0 14px 24px rgba(228, 152, 68, 0.22));
}

@media (prefers-reduced-motion: reduce) {
    .actividades-card-img{
        transition: none;
    }
    .actividades-grid > a .actividades-card-img:hover,
    .actividades-card-item--soon:hover {
        transform: none;
        filter: none;
    }
    .actividades-card-item--soon:hover .actividades-card-img {
        filter: none;
    }
}

.gastronomia-category-page {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
}

.gastronomia-category-header h1 {
    color: var(--dark-coral);
    font-size: 2.3rem;
    margin-bottom: 0.35rem;
}

.gastronomia-category-header p {
    color: var(--shiny-shamrock-shade);
    margin-bottom: 2rem;
}

.gastronomia-back-link {
    display: inline-block;
    margin-bottom: 0.75rem;
    color: var(--shiny-shamrock-shade);
    text-decoration: none;
}

.gastronomia-back-link:hover {
    text-decoration: underline;
}

.gastronomia-category-layout {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 2rem;
}

.gastronomia-mobile-filters-trigger,
.gastronomia-filters-backdrop,
.gastronomia-filters-mobile-header {
    display: none;
}

.gastronomia-filters {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.gastronomia-filters h3 {
    margin-bottom: 1rem;
    color: var(--vista-blue);
    font-weight: 700;
    text-decoration: underline; 
}

.gastronomia-filter-group {
    margin-bottom: 1.6rem;
}

.gastronomia-filter-group h4 {
    color: var(--vista-blue);
    font-size: 1.05rem;
    margin-bottom: 0.65rem;
}

.gastronomia-filter-search,
#gastronomia-localidad,
#alojamiento-localidad,
#busqueda-localidad {
    min-height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(36, 91, 85, 0.18);
    background: rgba(255, 255, 255, 0.95);
    color: var(--shiny-shamrock-shade);
    box-shadow: 0 6px 14px rgba(36, 91, 85, 0.05);
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.gastronomia-filter-search::placeholder {
    color: #7a8f88;
}

.gastronomia-filter-search:hover,
#gastronomia-localidad:hover,
#alojamiento-localidad:hover,
#busqueda-localidad:hover {
    border-color: rgba(36, 91, 85, 0.35);
    transform: translateY(-1px);
}

.gastronomia-filter-search:focus,
#gastronomia-localidad:focus,
#alojamiento-localidad:focus,
#busqueda-localidad:focus {
    border-color: var(--vista-blue);
    box-shadow: 0 0 0 0.18rem rgba(128, 168, 217, 0.2);
    background: #fff;
}

.gastronomia-filter-group label {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--shiny-shamrock-shade);
    margin-bottom: 0.35rem;
    padding: 0.28rem 0.42rem;
    border-radius: 10px;
    transition: background 140ms ease;
}

.gastronomia-filter-group label:hover {
    background: rgba(244, 232, 208, 0.45);
}

.gastronomia-filter-group input[type="checkbox"] {
    width: 15px;
    height: 15px;
    accent-color: var(--shiny-shamrock-shade);
}

.gastronomia-filter-group-empty {
    margin: 0;
    font-size: 0.92rem;
    color: var(--vista-blue);
}

.busqueda-filter-actions {
    margin-bottom: 0.9rem;
}

.busqueda-filter-reset {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0.3rem 0.8rem;
    border-radius: 999px;
    border: 1px solid rgba(36, 91, 85, 0.2);
    color: var(--shiny-shamrock-shade);
    text-decoration: none;
    font-weight: 700;
    font-size: 0.82rem;
    background: rgba(255, 255, 255, 0.9);
}

.busqueda-filter-reset:hover {
    color: var(--shiny-shamrock-shade);
    text-decoration: none;
    background: rgba(244, 232, 208, 0.55);
}

.busqueda-filter-accordion {
    border-radius: 12px;
}

.busqueda-filter-accordion > summary {
    list-style: none;
    cursor: pointer;
    color: var(--vista-blue);
    font-size: 1.05rem;
    margin-bottom: 0.65rem;
    font-weight: 400;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0.1rem;
}

.busqueda-filter-accordion > summary::-webkit-details-marker {
    display: none;
}

.busqueda-filter-accordion > summary::after {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    border-right: 2px solid var(--vista-blue);
    border-bottom: 2px solid var(--vista-blue);
    transform: rotate(45deg) translateY(-1px);
    margin-left: 0.5rem;
    opacity: 0.85;
    transition: transform 120ms ease, opacity 120ms ease;
}

.busqueda-filter-accordion:not([open]) > summary::after {
    transform: rotate(-45deg) translateY(1px);
}

.busqueda-filter-accordion > summary:hover::after {
    opacity: 1;
}

.busqueda-filter-selected {
    margin-left: auto;
    margin-right: 0.8rem;
    font-size: 0.84rem;
    font-weight: 600;
    color: color-mix(in srgb, var(--shiny-shamrock-shade) 72%, black);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 58%;
    opacity: 0;
    transition: opacity 120ms ease;
}

.busqueda-filter-selected.is-visible {
    opacity: 1;
}

.busqueda-filter-reset {
    font-weight: 600;
}

.busqueda-filter-reset::before {
    content: "↺";
    margin-right: 0.35rem;
    font-size: 0.9rem;
    line-height: 1;
}

.busqueda-localidad-select {
    position: relative;
}

.busqueda-localidad-toggle {
    width: 100%;
    min-height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(36, 91, 85, 0.18);
    background: rgba(255, 255, 255, 0.95);
    color: var(--shiny-shamrock-shade);
    box-shadow: 0 6px 14px rgba(36, 91, 85, 0.05);
    padding: 0.52rem 0.75rem;
    display: block;
    text-align: left;
    padding-right: 2.2rem;
}

.busqueda-localidad-chevron {
    position: absolute;
    right: 0.85rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--vista-blue);
    opacity: 0.85;
    pointer-events: none;
}

.busqueda-localidad-menu {
    position: absolute;
    top: calc(100% + 0.35rem);
    left: 0;
    right: 0;
    z-index: 25;
    border: 1px solid rgba(36, 91, 85, 0.18);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
    padding: 0.5rem;
}

.busqueda-localidad-options {
    max-height: 220px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.busqueda-localidad-option {
    border: 1px solid transparent;
    background: transparent;
    color: var(--shiny-shamrock-shade);
    border-radius: 8px;
    text-align: left;
    padding: 0.4rem 0.45rem;
    font-size: 0.9rem;
}

.busqueda-localidad-option:hover {
    background: rgba(244, 232, 208, 0.45);
}

.busqueda-localidad-option.is-selected {
    border-color: rgba(36, 91, 85, 0.2);
    background: rgba(128, 168, 217, 0.12);
    font-weight: 600;
}

.gastronomia-results {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.gastronomia-result-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.gastronomia-result-link.is-gastro-filter-hidden {
    display: none !important;
}

.gastronomia-filter-empty {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    margin: 0 0 1rem;
    padding: 1rem 1.1rem;
    border: 1px solid color-mix(in srgb, var(--shiny-shamrock-shade) 22%, white);
    border-radius: 14px;
    background: color-mix(in srgb, var(--shiny-shamrock) 10%, white);
}

.gastronomia-filter-empty-icon {
    color: var(--shiny-shamrock-shade);
    font-size: 1.1rem;
    line-height: 1.4;
    margin-top: 0.1rem;
}

.gastronomia-filter-empty-content h4 {
    margin: 0 0 0.25rem;
    font-size: 1rem;
    color: var(--shiny-shamrock-shade);
    font-weight: 700;
}

.gastronomia-filter-empty-content p {
    margin: 0;
    color: var(--shiny-shamrock-shade);
    font-size: 0.95rem;
    line-height: 1.45;
}

.gastronomia-result-card {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
}

.gastronomia-result-card .gastronomia-result-main-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 22px;
}

.gastronomia-result-card h4 {
    margin: 0 0 0.35rem;
    color: var(--dark-coral);
    font-family: 'Clash Display', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 600;
}

.gastronomia-result-card p {
    margin: 0;
    color: var(--shiny-shamrock-shade);
}

.gastronomia-result-card p.gastronomia-result-localidad {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    color: var(--dark-coral);
}

.gastronomia-result-localidad-icon {
    width: 14px;
    height: 14px;
    object-fit: contain;
    flex-shrink: 0;
}

.gastronomia-result-card p.gastronomia-result-contacto {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.gastronomia-result-contacto-icon {
    color: var(--shiny-shamrock-shade);
    font-size: 0.85rem;
    width: 14px;
    text-align: center;
    flex-shrink: 0;
}

.actividades-secondary-title {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--shiny-shamrock-shade);
    margin-bottom: 3rem;
  }

.actividades-interest-wrapper {
    position: relative;
    margin: 2.5rem 0 3rem;
    padding-top: 4rem;
    padding-bottom: 2rem;
    overflow: visible;
}

.turismo-sumate-section {
    background: transparent;
    padding: 2.5rem 0;
}

.turismo-sumate-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.turismo-sumate-copy {
    max-width: 680px;
}

.turismo-sumate-copy h3 {
    margin: 0 0 0.5rem;
    color: var(--shiny-shamrock-shade);
    font-size: 2.1rem;
    font-weight: 700;
}

.turismo-sumate-copy p {
    margin: 0;
    color: var(--shiny-shamrock-shade);
    line-height: 1.45;
}

.turismo-sumate-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--dark-coral);
    color: var(--white);
    text-decoration: none;
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1;
    min-height: 64px;
    padding: 0.65rem 1.9rem;
    white-space: nowrap;
    transition: transform 180ms ease, filter 180ms ease, background-color 180ms ease;
}

.turismo-sumate-btn:hover {
    background: var(--dark-coral-shade);
    color: var(--white);
    transform: translateY(-2px);
    filter: drop-shadow(0 10px 18px rgba(201, 95, 43, 0.28));
}
.actividades-interest-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 11rem;
    bottom: 0;
    background: var(--tigers-eye-tint);
    z-index: 0;
}

.actividades-interest-viewport {
    width: min(100%, calc(400px * 2.5 + 1.5rem * 2 + 16px));
    box-sizing: border-box;
    margin: 0 auto;
    padding: 64px 8px 8px;
    overflow: hidden;
}

#actividadesInterestCarousel,
#gastronomiaInterestCarousel,
#alojamientoInterestCarousel {
    position: relative;
    z-index: 1;
    width: min(100%, calc(400px * 2.5 + 1.5rem * 2 + 6rem));
    margin: 0 auto;
    padding: 0 3rem;
}

.actividades-interest-track {
    display: flex;
    gap: 1.5rem;
    transform: translateX(0);
    transition: transform 0.45s ease;
    will-change: transform;
}

.actividades-interest-track > .actividades-interest-card {
    flex: 0 0 400px;
}

.actividades-interest-card {
    background: var(--white);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: none;
    width: 100%;
    margin-top: -52px;
    position: relative;
    z-index: 2;
    transition: transform 220ms ease;
}

.actividades-interest-card:hover {
    transform: translateY(-4px) scale(1.01);
}
.actividades-interest-card:hover .actividades-carousel-placeholder {
    filter: brightness(1.02);
}

.actividades-interest-media {
    position: relative;
    background: var(--white);
    border-radius: 28px 28px 0 0;
    overflow: hidden;
    min-height: 360px;
}

@media (prefers-reduced-motion: reduce) {
    .actividades-interest-card {
        transition: none;
    }
    .actividades-interest-card:hover {
        transform: none;
        filter: none;
    }
}

.actividades-carousel-placeholder {
    display: block;
    width: 100%;
    min-height: 360px;
    background: transparent url("/img/actividades/4_qh_marco.png") center center / 100% 100% no-repeat;
    aspect-ratio: auto;
}

.actividades-interest-media img {
    display: block;
    width: 100%;
    height: 360px;
    object-fit: cover;
}

.actividades-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    border-radius: 999px;
    padding: 0.2rem 0.8rem;
    color: var(--white);
    font-weight: 700;
    font-size: 0.95rem;
}

.actividades-interest-body {
    background: var(--white);
    padding: 1.1rem 1.1rem 1.35rem;
    border-radius: 0 0 28px 28px;
}

.actividades-interest-body h4 {
    margin: 0 0 0.5rem;
}

.actividades-interest-body p {
    margin: 0;
}

#actividadesInterestCarousel .carousel-control-prev,
#actividadesInterestCarousel .carousel-control-next,
#gastronomiaInterestCarousel .carousel-control-prev,
#gastronomiaInterestCarousel .carousel-control-next,
#alojamientoInterestCarousel .carousel-control-prev,
#alojamientoInterestCarousel .carousel-control-next {
    width: 48px;
    height: 48px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--white);
    border-radius: 50%;
    opacity: 1;
}

#actividadesInterestCarousel .carousel-control-prev:disabled,
#actividadesInterestCarousel .carousel-control-next:disabled,
#gastronomiaInterestCarousel .carousel-control-prev:disabled,
#gastronomiaInterestCarousel .carousel-control-next:disabled,
#alojamientoInterestCarousel .carousel-control-prev:disabled,
#alojamientoInterestCarousel .carousel-control-next:disabled {
    opacity: 0.45;
    cursor: default;
}

#actividadesInterestCarousel .carousel-control-prev,
#gastronomiaInterestCarousel .carousel-control-prev,
#alojamientoInterestCarousel .carousel-control-prev {
    left: 0.5rem;
}

#actividadesInterestCarousel .carousel-control-next,
#gastronomiaInterestCarousel .carousel-control-next,
#alojamientoInterestCarousel .carousel-control-next {
    right: 0.5rem;
}

@media (max-width: 992px) {
    .actividades-hero {
        min-height: 110px;
        padding-bottom: 0.5rem;
        align-items: center;
    }

    .actividades-header {
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .actividades-header .home-logo-link {
        flex: 0 0 auto;
        display: inline-flex;
        justify-content: center;
        margin-inline: auto;
        min-width: 0;
    }

    .actividades-header .home-logo-pill {
        max-width: min(100%, 320px);
        margin-inline: auto;
        justify-content: center;
    }

    .actividades-header .home-logo-img {
        margin-inline: auto;
    }

    .section-lead-image-wrap > img.home-full-card-img {
        max-width: min(95vw, 560px);
        padding-top: 2rem;
    }

    .turismo-sumate-inner {
        gap: 1.25rem;
    }

    .turismo-sumate-btn {
        font-size: 1.2rem;
        min-height: 56px;
        padding: 0.6rem 1.45rem;
    }

    .actividades-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 100%;
        gap: 0.5rem;
        padding: 3rem 1rem 2rem;
    }

    .actividades-card-img {
        max-width: 100%;
        padding: 0.5rem;
    }

    .actividades-secondary-title {
        padding: 0 1rem;
    }

    .actividades-interest-wrapper {
        margin: 2rem 0 2.5rem;
        padding-top: 3rem;
    }

    .actividades-interest-wrapper::before {
        top: 9rem;
    }

    .actividades-interest-viewport,
    #actividadesInterestCarousel,
    #gastronomiaInterestCarousel,
    #alojamientoInterestCarousel {
        width: 100%;
    }

    #actividadesInterestCarousel,
    #gastronomiaInterestCarousel,
    #alojamientoInterestCarousel {
        padding: 0 2.75rem;
    }

    .actividades-interest-track > .actividades-interest-card {
        flex: 0 0 calc(50% - 0.75rem);
    }
}

@media (max-width: 768px) {
    .actividades-hero {
        min-height: 95px;
        padding-bottom: 0.5rem;
    }

    .actividades-header {
        gap: 0;
        justify-content: center;
    }

    .actividades-grid {
        grid-template-columns: 1fr;
        padding: 2rem 1rem 1.5rem;
    }

    .turismo-sumate-section {
        padding: 2rem 0;
    }

    .turismo-sumate-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .turismo-sumate-copy h3 {
        font-size: 1.8rem;
    }

    .turismo-sumate-btn {
        width: 100%;
        max-width: 260px;
        font-size: 1.05rem;
        min-height: 50px;
    }

    .actividades-secondary-title {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }

    .actividades-interest-wrapper {
        margin: 1.5rem 0 2rem;
        padding-top: 2rem;
    }

    .actividades-interest-wrapper::before {
        top: 7rem;
    }

    #actividadesInterestCarousel,
    #gastronomiaInterestCarousel,
    #alojamientoInterestCarousel {
        padding: 0 2.5rem;
    }

    .actividades-interest-viewport {
        padding: 40px 6px 6px;
    }

    .actividades-interest-track > .actividades-interest-card {
        flex: 0 0 100%;
    }

    .gastronomia-category-layout {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .gastronomia-mobile-filters-trigger {
        order: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        align-self: flex-start;
        min-height: 42px;
        padding: 0.45rem 0.95rem;
        border-radius: 999px;
        border: 1px solid rgba(36, 91, 85, 0.28);
        background: rgba(255, 255, 255, 0.96);
        color: var(--shiny-shamrock-shade);
        font-weight: 700;
        box-shadow: 0 8px 20px rgba(36, 91, 85, 0.1);
    }

    .gastronomia-results {
        order: 1;
    }

    .gastronomia-filters-backdrop {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 1040;
        border: 0;
        padding: 0;
        background: rgba(10, 21, 18, 0.45);
        opacity: 0;
        pointer-events: none;
        transition: opacity 180ms ease;
    }

    .gastronomia-filters {
        order: 2;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1050;
        width: min(88vw, 360px);
        height: 100dvh;
        overflow-y: auto;
        padding: 1rem 1rem 1.5rem;
        background: #fff;
        border-left: 1px solid rgba(36, 91, 85, 0.14);
        box-shadow: -16px 0 28px rgba(0, 0, 0, 0.2);
        transform: translateX(102%);
        transition: transform 220ms ease;
    }

    .gastronomia-filters h3 {
        display: none;
    }

    .gastronomia-filters-mobile-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: sticky;
        top: 0;
        z-index: 2;
        background: #fff;
        padding-bottom: 0.7rem;
        margin-bottom: 0.8rem;
        border-bottom: 1px solid rgba(36, 91, 85, 0.12);
    }

    .gastronomia-filters-mobile-header h3 {
        display: block;
        margin: 0;
        text-decoration: none;
        color: var(--shiny-shamrock-shade);
    }

    .gastronomia-filters-mobile-close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 34px;
        border-radius: 999px;
        border: 1px solid rgba(36, 91, 85, 0.16);
        background: rgba(244, 232, 208, 0.4);
        color: var(--shiny-shamrock-shade);
    }

    .gastronomia-category-layout.mobile-filters-open .gastronomia-filters {
        transform: translateX(0);
    }

    .gastronomia-category-layout.mobile-filters-open .gastronomia-filters-backdrop {
        opacity: 1;
        pointer-events: auto;
    }

    .gastronomia-result-card {
        grid-template-columns: 1fr;
    }

    .gastronomia-filter-empty {
        align-items: center;
        padding: 0.9rem 1rem;
    }

    .gastronomia-filter-empty-icon {
        font-size: 1rem;
    }

    .actividades-interest-media,
    .actividades-carousel-placeholder {
        min-height: 260px;
    }

    .actividades-interest-media img {
        height: 260px;
    }

    #actividadesInterestCarousel .carousel-control-prev,
    #actividadesInterestCarousel .carousel-control-next,
    #gastronomiaInterestCarousel .carousel-control-prev,
    #gastronomiaInterestCarousel .carousel-control-next,
    #alojamientoInterestCarousel .carousel-control-prev,
    #alojamientoInterestCarousel .carousel-control-next {
        width: 40px;
        height: 40px;
    }

    body.mobile-filters-open {
        overflow: hidden;
    }
}

.gastronomia-view-all-wrap {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: calc(3 * 320px + 2 * 0.75rem);
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.5rem;
    margin-bottom: 0rem;
}

.gastronomia-view-all-link {
    color: var(--shiny-shamrock-shade);
    font-size: 1.4rem;
    text-decoration: underline;
    text-underline-offset: 0.2rem;
    font-weight: 500;
    transition: opacity 180ms ease, transform 180ms ease;
}

.gastronomia-view-all-link:hover {
    opacity: 0.85;
    transform: translateY(-1px);
}

.alojamiento-subtipos-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    padding-top: 2rem;
    padding-bottom: 2.5rem;
    max-width: calc(3 * 320px + 2 * 0.75rem);
    margin-left: auto;
    margin-right: auto;
}

.alojamiento-subtipo-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 112px;
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(228, 152, 68, 0.18), rgba(128, 168, 217, 0.24));
    border: 1px solid rgba(36, 91, 85, 0.16);
    text-decoration: none;
    color: var(--shiny-shamrock-shade);
    font-weight: 700;
    text-align: center;
    padding: 0.8rem;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.alojamiento-subtipo-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
    border-color: rgba(36, 91, 85, 0.35);
    color: var(--shiny-shamrock-shade);
}

@media (max-width: 768px) {
    .gastronomia-view-all-wrap {
        max-width: 100%;
        padding: 0 1rem;
    }

    .gastronomia-view-all-link {
        font-size: 1.2rem;
    }

    .alojamiento-subtipos-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 100%;
        padding: 2rem 1rem;
    }
}

@media (max-width: 576px) {
    .alojamiento-subtipos-grid {
        grid-template-columns: 1fr;
    }
}