@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

.tourist-page {
    background: #111;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

/* ── MAPA + NEARBY ── */
.tourist-section {
    padding: 72px 64px 0;
}

.tourist-title {
    font-size: 64px;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0 0 48px;
}

.tourist-map-grid {
    display: grid;
    grid-template-columns: 2.6fr 1fr;
    gap: 48px;
    align-items: stretch;
}

.tourist-nearby {
    margin-left: 3rem;
}

/* el mapa toma la altura de la lista de al lado, sin ratio fijo */
.tourist-map,
.tourist-map iframe {
    height: 100%;
}

.tourist-map iframe {
    width: 100%;
    min-height: 320px;
    border: 0;
    display: block;
}

.tourist-nearby h2 {
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 20px;
}

.tourist-nearby ol {
    font-size: 13px;
    line-height: 1.5;
    color: #ddd;
    margin: 0;
    padding-left: 20px;
}

.tourist-nearby li {
    margin-bottom: 10px;
}

.tourist-nearby-place,
.tourist-nearby-meta {
    display: block;
}

.tourist-nearby-meta {
    color: #999;
    padding-left: 12px;
}

/* ── TRANSPORTE ── */
.tourist-transport {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    padding: 80px 0 80px 64px;
}

.tourist-transport-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 4px solid #fff;
    padding-right: 47px;
    padding-left: 12rem;
    padding-block: 6rem;
}

.tourist-transport-title {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 34px;
    font-weight: 700;
    margin: 0 0 20px;
}

.tourist-transport-title img {
    width: 45px;
    height: 36px;
}

.tourist-transport-info ul {
    font-size: 16px;
    line-height: 1.6;
    color: #ddd;
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.tourist-transport-info li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.tourist-transport-info li img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    flex-shrink: 0;
}

.tourist-transport-img {
    width: 100%;
    height: auto;
    display: block;
}

.tourist-banner {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

/* ── RESTAURANTES ── */
.tourist-restaurants {
    padding: 56px 64px 96px;
    text-align: center;
}

.tourist-restaurants-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-size: 4rem;
    font-weight: 700;
    margin: 0 0 24px;
}

.tourist-restaurants-title img {
    width: 0.55em;
    height: auto;
}

.tourist-restaurants-divider {
    width: 70%;
    margin: 0 auto 48px;
    border: 0;
    border-top: 6px solid #fff;
}

.tourist-restaurants-list {
    max-width: 96rem;
    margin: 0 auto;
    text-align: center;
}

.tourist-restaurant-group {
    font-size: 28px;
    font-weight: 700;
    margin: 40px 0 16px;
}

.tourist-restaurant {
    margin-bottom: 20px;
}

.tourist-restaurant-name {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 2px;
}

.tourist-restaurant-name span {
    font-weight: 400;
    color: #ddd;
}

.tourist-restaurant a {
    font-size: 22px;
    color: #9db9d8;
    text-decoration: none;
    word-break: break-all;
}

.tourist-restaurant a:hover {
    text-decoration: underline;
}

@media (max-width: 900px) {
    .tourist-section { padding: 48px 24px 0; }
    .tourist-title { font-size: 40px; margin-bottom: 32px; }
    .tourist-map-grid { grid-template-columns: 1fr; gap: 32px; }

    .tourist-transport { grid-template-columns: 1fr; gap: 32px; padding: 48px 24px; }
    .tourist-transport-info { border-right: 0; border-left: 4px solid #fff; padding: 0 0 0 20px; }

    .tourist-banner { height: 180px; }
    .tourist-restaurants { padding: 40px 24px 64px; }
    .tourist-restaurants-divider { width: 100%; }
}
