.montebello-layout {
    grid-template-columns: 1fr;
}

body[data-active-nav="montebello"] {
    color: #041E42;
}

.montebello-layout .building-svg-container {
    max-height: none;
    padding: 1rem;
}

.montebello-unit-label {
    fill: #ffffff;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    font-size: 1.2rem;
    paint-order: stroke;
    stroke: rgba(0, 0, 0, 0.55);
    stroke-width: 3px;
    pointer-events: none;
}

body[data-active-nav="montebello"] .units-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.buildings-section .hero-title {
    color: #041E42;
    text-align: center;
    margin-bottom: 1.25rem;
}

@media (max-width: 768px) {
    body[data-active-nav="montebello"] .units-grid {
        grid-template-columns: 1fr;
    }
}

body[data-active-nav="montebello"] .unit-card-detailed {
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 0;
}

body[data-active-nav="montebello"] .unit-card-image {
    position: relative;
    aspect-ratio: 541 / 365;
    height: auto;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

body[data-active-nav="montebello"] .unit-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.montebello-card-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(255, 255, 255, 0.95);
    color: #1e3a8a;
    font-size: 1rem;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 999px;
    font-weight: 700;
    z-index: 1;
}

.montebello-card-number {
    position: absolute;
    top: 9px;
    right: 14px;
    z-index: 3;
    background: rgba(17, 24, 39, 0.85);
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    padding: 6px 10px;
    border-radius: 8px;
    letter-spacing: 0.4px;
}

.montebello-card-body {
    padding: 0.85rem 0.1rem 0.25rem;
}

.montebello-card-price {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.25rem;
}

.montebello-card-subtitle {
    color: var(--text-dark);
    font-size: 0.95rem;
    margin-bottom: 0.35rem;
}

