﻿/* ==== BASE ==== */

.detalle-lugar {
    --dl-dark: #111827;
    --dl-dark-2: #0a1020;
    --dl-dark-3: #1b2633;
    --dl-navy: #002d89;
    --dl-blue: #007fff;
    --dl-gold: #d6b14c;
    --dl-white: #ffffff;
    --dl-soft: #f8f8ff;
    --dl-card: #ffffff;
    --dl-text: #07101e;
    --dl-muted: #5b6678;
    --dl-muted-dark: rgba(255, 255, 255, 0.74);
    --dl-line: rgba(0, 45, 137, 0.12);
    --dl-line-dark: rgba(255, 255, 255, 0.10);
    --dl-serif: 'Playfair Display', Georgia, serif;
    --dl-display: 'Alkatra', cursive;
    --dl-sans: 'DM Sans', 'Inter', system-ui, -apple-system, sans-serif;

    background: var(--dl-soft);
    color: var(--dl-text);
    font-family: var(--dl-sans);
    overflow-x: hidden;
}

.detalle-lugar *,
.detalle-lugar *::before,
.detalle-lugar *::after {
    box-sizing: border-box;
}

.detalle-lugar a {
    text-decoration: none;
}

.detalle-lugar img {
    max-width: 100%;
}

/* ==== 1. BREADCRUMB MOVIL ==== */

.dl-crumb-bar {
    display: none;
    position: relative;
    z-index: 5;
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 45, 137, 0.10);
}

.dl-crumb {
    display: flex;
    align-items: center;
    gap: 7px;
    list-style: none;
    padding: 12px 0;
    margin: 0;
    color: var(--dl-navy);
    font-size: 0.88rem;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.dl-crumb-cur {
    min-width: 0;
    color: var(--dl-navy);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.dl-crumb a {
    color: rgba(0, 45, 137, 0.72);
    font-weight: 500;
}

.dl-crumb-sep {
    color: rgba(0, 45, 137, 0.38);
    font-weight: 400;
}

/* ==== 2. HERO ==== */

.dl-banner {
    position: relative;
    min-height: 720px;
    height: 100vh;
    height: 100svh;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: var(--dl-dark-2);
    text-align: center;
    color: #ffffff;
}

.dl-banner-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transform: scale(1.02);
}

.dl-banner-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 46%, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.42) 54%, rgba(0, 0, 0, 0.18) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.26) 42%, rgba(0, 0, 0, 0.38) 100%);
    pointer-events: none;
}

.dl-banner-inner {
    position: relative;
    z-index: 2;
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
    padding-top: 46px;
}

.dl-banner-pills {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}

.dl-banner-pill {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: rgba(255, 255, 255, 0.13);
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    line-height: 1;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.dl-banner-pill-gold {
    border-color: rgba(214, 177, 76, 0.68);
    background: rgba(214, 177, 76, 0.24);
    color: #ffe99a;
}

.dl-banner-title {
    position: relative;
    display: inline-block;
    max-width: min(100%, 980px);
    margin: 0;
    padding: 22px 0;
    color: #ffffff;
    font-family: var(--dl-serif);
    font-size: clamp(2.2rem, 4.4vw, 4.55rem);
    font-weight: 900;
    letter-spacing: 0.10em;
    line-height: 1.05;
    text-transform: uppercase;
    text-shadow: 0 10px 28px rgba(0, 0, 0, 0.34);
}

.dl-banner-title::before,
.dl-banner-title::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.dl-banner-title::before {
    top: 0;
}

.dl-banner-title::after {
    bottom: 0;
}

.dl-banner-sub {
    max-width: 880px;
    margin: 28px auto 0;
    color: rgba(255, 255, 255, 0.94);
    font-size: clamp(0.95rem, 1.45vw, 1.34rem);
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1.48;
    text-transform: uppercase;
    text-wrap: balance;
    text-shadow: 0 8px 20px rgba(0, 0, 0, 0.38);
}

.dl-banner-scroll {
    position: absolute;
    left: 50%;
    bottom: 32px;
    z-index: 2;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.20em;
    line-height: 1;
    text-transform: uppercase;
    transform: translateX(-50%);
}

.dl-banner-scroll:hover {
    color: #ffffff;
}

.dl-banner-scroll i {
    font-size: 1.35rem;
    animation: dl-bounce 2s ease-in-out infinite;
}

@keyframes dl-bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(7px); }
}

/* ==== 3. SOBRE EL LUGAR ==== */

.dl-section-sobre {
    background: #ffffff;
    color: var(--dl-text);
    padding: 74px 0 78px;
    text-align: center;
}

.dl-sobre-inner {
    max-width: 870px;
    margin: 0 auto;
    padding: 0 24px;
}

.dl-section-title {
    margin: 0;
    color: var(--dl-navy);
    font-family: var(--dl-display);
    font-size: clamp(1.85rem, 3vw, 2.55rem);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: 0.01em;
}

.dl-section-title::after {
    content: "";
    display: block;
    width: 64px;
    height: 3px;
    margin: 16px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--dl-blue), var(--dl-navy));
}

.dl-prose {
    max-width: 720px;
    margin: 28px auto 0;
    color: #364152;
    font-size: 1.02rem;
    line-height: 1.74;
    text-align: center;
}

.dl-prose p {
    margin: 0 0 0.88em;
}

.dl-prose p:last-child {
    margin-bottom: 0;
}

.dl-sobre-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 34px;
    margin-top: 46px;
}

.dl-icon-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.dl-icon-circle {
    width: 78px;
    height: 78px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 2px solid rgba(0, 45, 137, 0.22);
    background: #ffffff;
    color: var(--dl-navy);
    font-size: 1.42rem;
    cursor: pointer;
    transform: rotate(45deg);
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.dl-icon-circle i {
    transform: rotate(-45deg);
}

.dl-icon-circle:hover {
    border-color: var(--dl-blue);
    background: rgba(0, 127, 255, 0.08);
    color: var(--dl-blue);
}

.dl-icon-circle.is-active {
    border-color: var(--dl-blue);
    background: rgba(0, 127, 255, 0.08);
    color: var(--dl-blue);
    transform: rotate(45deg) scale(1.05);
}

@media (hover: hover) and (pointer: fine) {
    .dl-icon-circle:hover {
        transform: rotate(45deg) scale(1.05);
    }
}

.dl-icon-circle.s1 {
    color: #e11d48;
    border-color: rgba(225, 29, 72, 0.42);
}

.dl-icon-circle.s1:hover,
.dl-icon-circle.s1.is-active {
    border-color: rgba(225, 29, 72, 0.68);
    background: rgba(225, 29, 72, 0.08);
    color: #e11d48;
}

.dl-icon-circle.s3 {
    color: #55c9f4;
    border-color: rgba(85, 201, 244, 0.42);
}

.dl-icon-label {
    color: #8c95a3;
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    line-height: 1;
    text-transform: uppercase;
}

/* ==== 4. SECCIÓN OSCURA PREMIUM ==== */

.dl-section-experiencia {
    background: #ffffff;
    color: var(--dl-text);
}

.dl-feature-row {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: stretch;
    min-height: 460px;
    border-top: 1px solid var(--dl-line);
}

.dl-feature-row:first-child {
    border-top: 0;
}

.dl-feature-row--ubicacion,
.dl-feature-row--recomendaciones {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.dl-feature-row--recomendaciones {
    background: rgba(0, 45, 137, 0.03);
}

.dl-feature-media {
    position: relative;
    min-height: 460px;
    overflow: hidden;
    background: rgba(0, 45, 137, 0.06);
}

.dl-feature-media img,
.dl-feature-media iframe {
    width: 100%;
    height: 100%;
    min-height: 460px;
    display: block;
    border: 0;
    object-fit: cover;
}

.dl-feature-media--history img {
    filter: saturate(0.7) sepia(0.16) contrast(1.06);
}

.dl-feature-media::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.16));
}

.dl-feature-media--map::after,
.dl-feature-media--gallery::after {
    display: none;
}

.dl-feature-placeholder {
    width: 100%;
    height: 100%;
    min-height: 460px;
    display: grid;
    place-items: center;
    color: rgba(0, 45, 137, 0.22);
    font-size: 4.6rem;
    background: linear-gradient(135deg, rgba(0, 45, 137, 0.07), rgba(0, 127, 255, 0.04));
}

.dl-feature-content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(48px, 5vw, 82px) clamp(42px, 7vw, 112px);
}

.dl-feature-kicker {
    display: inline-flex;
    margin-bottom: 16px;
    color: var(--dl-blue);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    line-height: 1;
    text-transform: uppercase;
}

.dl-feature-content h2 {
    max-width: 720px;
    margin: 0 0 28px;
    color: var(--dl-navy);
    font-family: var(--dl-display);
    font-size: clamp(1.65rem, 2.25vw, 2.35rem);
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1.25;
    text-transform: uppercase;
}

.dl-feature-content h2::after {
    content: "";
    display: block;
    width: 64px;
    height: 3px;
    margin: 16px 0 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--dl-blue), var(--dl-navy));
}

.dl-feature-prose {
    max-width: 760px;
    color: var(--dl-muted);
    font-size: 1rem;
    line-height: 1.84;
}

.dl-feature-prose p {
    margin: 0 0 1em;
}

.dl-feature-prose p:last-child {
    margin-bottom: 0;
}

.dl-feature-prose--bullets p {
    position: relative;
    padding-left: 18px;
}

.dl-feature-prose--bullets p::before {
    content: "";
    position: absolute;
    top: 0.78em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 2px;
    background: var(--dl-blue);
}

/* Recomendaciones dinámicas */
.dl-reco-list {
    display: grid;
    gap: 14px;
    max-width: 760px;
}

.dl-reco-item {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 15px;
    align-items: start;
    padding: 16px 18px;
    border: 1px solid rgba(0, 45, 137, 0.12);
    border-radius: 18px;
    background: #f2f5fb;
    box-shadow: 0 4px 18px rgba(0, 45, 137, 0.07);
}

.dl-reco-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    background: rgba(0, 127, 255, 0.10);
    color: var(--dl-blue);
    font-size: 1.08rem;
}

.dl-reco-item h3 {
    margin: 0 0 6px;
    color: var(--dl-navy);
    font-size: 0.98rem;
    font-weight: 900;
    line-height: 1.25;
}

.dl-reco-item p {
    margin: 0;
    color: var(--dl-muted);
    font-size: 0.92rem;
    line-height: 1.62;
}

/* Ubicación */
.dl-location-panel {
    display: grid;
    gap: 14px;
    max-width: 760px;
}

.dl-location-row {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 15px 16px;
    border: 1px solid rgba(0, 45, 137, 0.12);
    border-radius: 16px;
    background: #f2f5fb;
    box-shadow: 0 4px 18px rgba(0, 45, 137, 0.07);
}

.dl-location-ico {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: rgba(0, 127, 255, 0.10);
    color: var(--dl-blue);
    font-size: 1rem;
}

.dl-location-row small {
    display: block;
    margin-bottom: 4px;
    color: var(--dl-muted);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.dl-location-row strong {
    display: block;
    color: var(--dl-text);
    font-size: 0.96rem;
    font-weight: 700;
    line-height: 1.55;
}

/* Galería lateral */
.dl-feature-media--gallery {
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding: 42px;
}

/* ==== 5. DATOS DEL LUGAR ==== */

.dl-section-datos {
    background: #ffffff;
    color: var(--dl-text);
    padding: 76px 0 84px;
    text-align: center;
}

.dl-datos-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    width: min(900px, calc(100% - 48px));
    margin: 42px auto 0;
}

.dl-dato-card {
    min-height: 162px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px 18px;
    border: 1px solid rgba(0, 45, 137, 0.08);
    border-radius: 18px;
    background: #f2f5fb;
    color: var(--dl-navy);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.dl-dato-card:hover {
    border-color: rgba(0, 45, 137, 0.18);
    box-shadow: 0 18px 38px rgba(0, 45, 137, 0.08);
}

@media (hover: hover) and (pointer: fine) {
    .dl-dato-card:hover {
        transform: translateY(-2px);
    }
}

.dl-dato-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    margin-bottom: 14px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--dl-blue), var(--dl-navy));
    color: #ffffff;
    font-size: 1.18rem;
    box-shadow: 0 12px 24px rgba(0, 127, 255, 0.22);
}

.dl-dato-label {
    margin: 0 0 8px;
    color: #8a94a6;
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    line-height: 1;
    text-transform: uppercase;
}

.dl-dato-val {
    margin: 0;
    color: var(--dl-text);
    font-size: 0.92rem;
    font-weight: 900;
    line-height: 1.38;
}

.dl-dato-val.free strong,
.dl-dato-val.free {
    color: #148044;
}

.dl-dato-val-entrada {
    display: grid;
    gap: 5px;
}

.dl-dato-val-entrada strong {
    color: inherit;
}

.dl-dato-val-entrada small,
.dl-dato-val-entrada em {
    display: block;
    font-style: normal;
    color: #5b6678;
    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1.25;
}

.dl-dato-val-entrada em {
    color: rgba(0, 45, 137, 0.58);
    font-size: 0.68rem;
}

.dl-dif-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 900;
}

.dl-dif-facil {
    background: rgba(20, 128, 68, 0.12);
    color: #148044;
}

.dl-dif-moderada {
    background: rgba(214, 154, 45, 0.14);
    color: #a86500;
}

.dl-dif-dificil {
    background: rgba(192, 57, 43, 0.12);
    color: #b8322b;
}

.dl-sec-cats {
    width: min(900px, calc(100% - 48px));
    margin: 32px auto 0;
    padding-top: 28px;
    border-top: 1px solid rgba(0, 45, 137, 0.08);
}

.dl-sec-cats-label {
    margin: 0 0 12px;
    color: #8a94a6;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.dl-sec-tags {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.dl-sec-tag {
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(0, 45, 137, 0.07);
    color: var(--dl-navy);
    font-size: 0.76rem;
    font-weight: 800;
}

/* ==== 6. VALORACIONES ==== */

.dl-section-val {
    background:
        radial-gradient(circle at 72% 8%, rgba(0, 127, 255, 0.06), transparent 34%),
        #ffffff;
    padding: 76px 0 84px;
    color: var(--dl-text);
}

.dl-val-card {
    position: relative;
    overflow: hidden;
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
    padding: 36px;
    border: 1px solid rgba(0, 45, 137, 0.12);
    border-radius: 28px;
    background: #f2f5fb;
    box-shadow: 0 12px 48px rgba(0, 45, 137, 0.08);
}

.dl-val-card::before {
    content: "";
    position: absolute;
    top: -110px;
    right: -110px;
    width: 240px;
    height: 240px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(0, 127, 255, 0.08), transparent 68%);
    pointer-events: none;
}

.dl-val-header {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 22px;
    margin-bottom: 26px;
}

.dl-val-header span {
    display: inline-flex;
    margin-bottom: 10px;
    color: var(--dl-blue);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    line-height: 1;
    text-transform: uppercase;
}

.dl-val-header h2 {
    margin: 0;
    color: var(--dl-navy);
    font-family: var(--dl-display);
    font-size: clamp(1.9rem, 3vw, 2.6rem);
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: 0.01em;
}

.dl-val-header h2::after {
    content: "";
    display: block;
    width: 64px;
    height: 3px;
    margin: 14px 0 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--dl-blue), var(--dl-navy));
}

.dl-val-badge {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(0, 45, 137, 0.08);
    color: var(--dl-navy);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.10em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    border: 1px solid rgba(0, 45, 137, 0.15);
}

.dl-val-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 22px;
}

.dl-rating-preview-card,
.dl-rating-bars,
.dl-comments-preview {
    border: 1px solid rgba(0, 45, 137, 0.12);
    border-radius: 22px;
    background: rgba(0, 45, 137, 0.025);
}

.dl-rating-preview-card {
    display: flex;
    gap: 18px;
    padding: 24px;
}

.dl-rating-icon {
    flex: 0 0 auto;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--dl-blue), var(--dl-navy));
    color: #ffffff;
    font-size: 1.45rem;
    box-shadow: 0 14px 30px rgba(0, 127, 255, 0.16);
}

.dl-rating-preview-card small {
    display: block;
    margin-bottom: 8px;
    color: var(--dl-blue);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.dl-rating-preview-card h3,
.dl-comments-empty h3 {
    margin: 0;
    color: var(--dl-navy);
    font-size: 1.08rem;
    font-weight: 900;
    line-height: 1.25;
}

.dl-rating-preview-card p,
.dl-comments-empty p {
    margin: 8px 0 0;
    color: var(--dl-muted);
    font-size: 0.9rem;
    line-height: 1.58;
}

.dl-rating-bars {
    display: grid;
    gap: 13px;
    padding: 24px;
}

.dl-rating-bar-row {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr) 80px;
    gap: 12px;
    align-items: center;
}

.dl-rating-bar-row span,
.dl-rating-bar-row small {
    color: var(--dl-muted);
    font-size: 0.76rem;
    font-weight: 900;
}

.dl-rating-bar-row small {
    text-align: right;
    color: rgba(0, 45, 137, 0.40);
}

.dl-rating-bar-track {
    height: 9px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(0, 45, 137, 0.10);
}

.dl-rating-bar-fill {
    width: 0%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(135deg, var(--dl-blue), var(--dl-navy));
}

.dl-comments-preview {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 22px;
    padding: 22px 24px;
}

.dl-comments-empty {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.dl-comments-empty > i {
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    background: rgba(0, 127, 255, 0.10);
    color: var(--dl-blue);
    font-size: 1.18rem;
}

.dl-comments-disabled {
    flex: 0 0 auto;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 18px;
    border: 1px solid rgba(0, 45, 137, 0.15);
    border-radius: 999px;
    background: rgba(0, 45, 137, 0.05);
    color: rgba(0, 45, 137, 0.50);
    font-size: 0.82rem;
    font-weight: 900;
    cursor: not-allowed;
}


/* Ajuste para mantener texto "recomendaciones para el visitante" en una sola línea solo para desktop */
@media (min-width: 992px) {
    .dl-feature-row--recomendaciones .dl-feature-content {
        padding-right: clamp(32px, 4.8vw, 84px);
        padding-left: clamp(32px, 4.8vw, 84px);
    }

    #dl-reco-title {
        max-width: none;
        white-space: nowrap;
        font-size: clamp(1.05rem, 1.65vw, 2.05rem);
        letter-spacing: 0.025em;
    }
}

/* ==== RESPONSIVE ==== */

@media (max-width: 1199.98px) {
    .dl-banner {
        min-height: 560px;
        height: 72vh;
    }

    .dl-feature-row,
    .dl-feature-row--ubicacion,
    .dl-feature-row--recomendaciones {
        grid-template-columns: 1fr 1fr;
    }

    .dl-feature-content {
        padding: 52px 42px;
    }

    .dl-feature-media--gallery {
        padding: 30px;
    }
}

@media (max-width: 991.98px) {
    .dl-feature-row,
    .dl-feature-row--ubicacion,
    .dl-feature-row--recomendaciones {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .dl-feature-row--ubicacion .dl-feature-media,
    .dl-feature-row--recomendaciones .dl-feature-media {
        order: 1;
    }

    .dl-feature-row--ubicacion .dl-feature-content,
    .dl-feature-row--recomendaciones .dl-feature-content {
        order: 2;
    }

    .dl-feature-media,
    .dl-feature-media img,
    .dl-feature-media iframe,
    .dl-feature-placeholder {
        min-height: 330px;
    }

    .dl-feature-content {
        padding: 46px 32px;
        text-align: center;
    }

    .dl-feature-content h2 {
        margin-right: auto;
        margin-left: auto;
    }

    .dl-feature-content h2::after {
        margin-right: auto;
        margin-left: auto;
    }

    .dl-feature-prose,
    .dl-location-panel {
        margin-right: auto;
        margin-left: auto;
    }

    .dl-datos-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dl-val-grid {
        grid-template-columns: 1fr;
    }

    .dl-comments-preview {
        display: grid;
    }

    .dl-comments-disabled {
        width: fit-content;
    }

    .detalle-lugar {
        padding-bottom: 0;
    }
}

@media (max-width: 767.98px) {
    .dl-crumb-bar {
        display: block;
        padding-top: var(--vi-header-height-mobile, 68px);
    }

    .dl-banner {
        min-height: 760px;
        height: 100vh;
        height: 100svh;
        place-items: center;
    }

    .dl-banner-img {
        object-position: center center;
    }

    .dl-banner-overlay {
        background:
            linear-gradient(180deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.12) 24%, rgba(0, 0, 0, 0.26) 64%, rgba(0, 0, 0, 0.20) 100%);
    }

    .dl-banner-inner {
        width: calc(100% - 32px);
        padding-top: 0;
        transform: translateY(34px);
    }

    .dl-banner-pills {
        display: none;
    }

    .dl-banner-title {
        max-width: 100%;
        padding: 18px 0;
        font-size: clamp(2.1rem, 9.8vw, 3.6rem);
        line-height: 1.18;
        letter-spacing: 0.12em;
    }

    .dl-banner-sub {
        max-width: 92%;
        margin: 26px auto 0;
        font-size: clamp(0.82rem, 3.1vw, 1rem);
        letter-spacing: 0.14em;
        line-height: 1.55;
    }

    .dl-banner-scroll {
        bottom: 34px;
        font-size: 0.7rem;
        color: rgba(255, 255, 255, 0.92);
    }

    .dl-section-sobre {
        padding: 52px 0 58px;
    }

    .dl-section-title {
        font-size: clamp(1.58rem, 7vw, 2.1rem);
    }

    .dl-prose {
        font-size: 0.93rem;
        line-height: 1.66;
    }

    .dl-sobre-icons {
        gap: 24px;
        margin-top: 38px;
    }

    .dl-icon-circle {
        width: 68px;
        height: 68px;
        font-size: 1.18rem;
    }

    .dl-icon-label {
        font-size: 0.58rem;
    }

    .dl-feature-media,
    .dl-feature-media img,
    .dl-feature-media iframe,
    .dl-feature-placeholder {
        min-height: 260px;
    }

    .dl-feature-content {
        padding: 38px 22px;
    }

    .dl-feature-content h2 {
        font-size: clamp(1.25rem, 5.2vw, 1.72rem);
        letter-spacing: 0.10em;
    }

    .dl-feature-prose {
        font-size: 0.92rem;
        line-height: 1.7;
    }

    .dl-reco-list {
        text-align: left;
        gap: 12px;
    }

    .dl-reco-item {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 12px;
        padding: 14px;
        border-radius: 16px;
    }

    .dl-reco-icon {
        width: 40px;
        height: 40px;
        border-radius: 13px;
        font-size: 0.98rem;
    }

    .dl-reco-item h3 {
        font-size: 0.92rem;
    }

    .dl-reco-item p {
        font-size: 0.84rem;
        line-height: 1.55;
    }

    .dl-location-row {
        grid-template-columns: 38px minmax(0, 1fr);
        padding: 13px 14px;
        text-align: left;
    }

    .dl-location-ico {
        width: 38px;
        height: 38px;
        border-radius: 12px;
    }

    .dl-location-row strong {
        font-size: 0.88rem;
    }

    .dl-feature-media--gallery {
        padding: 22px;
    }

    .dl-section-datos {
        padding: 56px 0 62px;
    }

    .dl-datos-grid {
        width: calc(100% - 24px);
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        margin-top: 34px;
    }

    .dl-dato-card {
        min-height: 122px;
        padding: 14px 7px;
        border-radius: 15px;
    }

    .dl-dato-icon {
        width: 36px;
        height: 36px;
        margin-bottom: 10px;
        border-radius: 12px;
        font-size: 0.9rem;
    }

    .dl-dato-label {
        font-size: 0.52rem;
        letter-spacing: 0.08em;
    }

    .dl-dato-val {
        font-size: 0.68rem;
        line-height: 1.25;
    }

    .dl-section-val {
        padding: 56px 0 64px;
    }

    .dl-val-card {
        width: calc(100% - 32px);
        padding: 22px;
        border-radius: 22px;
    }

    .dl-val-header {
        display: grid;
        gap: 16px;
    }

    .dl-val-header h2 {
        white-space: normal;
    }

    .dl-val-header h2::after {
        margin-right: 0;
        margin-left: 0;
    }

    .dl-val-badge {
        width: fit-content;
    }

    .dl-rating-preview-card,
    .dl-rating-bars,
    .dl-comments-preview {
        border-radius: 18px;
    }

    .dl-rating-preview-card {
        padding: 18px;
    }

    .dl-rating-icon {
        width: 48px;
        height: 48px;
        border-radius: 15px;
    }

    .dl-rating-bars {
        padding: 18px;
    }

    .dl-rating-bar-row {
        grid-template-columns: 76px minmax(0, 1fr);
        gap: 9px;
    }

    .dl-rating-bar-row small {
        grid-column: 2;
        text-align: left;
    }

    .dl-comments-preview {
        padding: 18px;
    }

    .dl-comments-empty {
        gap: 13px;
    }

    .dl-comments-empty > i {
        width: 42px;
        height: 42px;
    }

    .dl-comments-disabled {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .dl-banner {
        min-height: 720px;
        height: 100vh;
        height: 100svh;
    }

    .dl-banner-inner {
        padding-top: 0;
        transform: translateY(26px);
    }

    .dl-banner-title {
        font-size: clamp(1.85rem, 9vw, 3rem);
    }

    .dl-banner-sub {
        max-width: 94%;
        font-size: 0.78rem;
        line-height: 1.5;
        letter-spacing: 0.12em;
    }

    .dl-sobre-icons {
        gap: 18px;
    }

    .dl-icon-circle {
        width: 62px;
        height: 62px;
    }

    .dl-datos-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px;
    }

    .dl-dato-card {
        min-height: 116px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 12px 6px;
    }

    .dl-dato-icon {
        grid-row: auto;
        width: 34px;
        height: 34px;
        margin-bottom: 9px;
    }

    .dl-dato-label {
        margin-bottom: 6px;
        font-size: 0.48rem;
    }

    .dl-dato-val {
        font-size: 0.64rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .dl-banner-scroll i,
    .dl-feature-media img,
    .dl-icon-circle,
    .dl-dato-card {
        animation: none;
        transition: none;
    }
}
