/* Shared styles for all /lugares/ location pages */

.heading-serif { font-family: 'Cinzel Decorative', Georgia, serif !important; }
h1, h2, h3 { font-family: 'Cinzel Decorative', Georgia, serif !important; }

.facts-panel {
    background: #fdf6ec;
    border: 1px solid #d4af37;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}
.facts-panel dt {
    font-family: 'Cinzel Decorative', Georgia, serif;
    font-size: 11px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #8a7333;
}
.facts-panel dd {
    font-family: Georgia, serif;
    color: #1f2937;
    margin-bottom: 14px;
}

.timeline {
    position: relative;
    margin-left: 14px;
    padding-left: 30px;
    border-left: 3px solid #d4af37;
}
.timeline-item { position: relative; margin-bottom: 40px; }
.timeline-item:last-child { margin-bottom: 0; }
.timeline-item::before {
    content: '';
    position: absolute;
    left: -38px;
    top: 4px;
    width: 14px;
    height: 14px;
    background: #d4af37;
    border: 3px solid #fdf6ec;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #d4af37;
}
.timeline-era {
    font-family: 'Cinzel Decorative', Georgia, serif;
    color: #b45309;
    font-size: 13px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.timeline-item h3 { margin-top: 0 !important; margin-bottom: 8px !important; }

.related-card { transition: transform 0.2s ease; }
.related-card:hover { transform: translateY(-4px); }
