/* =========================================
   (06) TRANSITIONAL-HOUSING.CSS - The Plan
   ========================================= */

.housing-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 24px;
}

.housing-header {
    text-align: center;
    padding: 4rem 0;
}

/* THE LATTE-CREAM ISLAND CARDS */
.housing-island {
    background-color: var(--latte-cream);
    color: var(--text-dark);
    padding: 50px;
    border-radius: 30px;
    margin-bottom: 50px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
    border-left: 8px solid var(--coffee-accent); /* Strong mission-color anchor */
}

.island-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
    border-bottom: 2px solid rgba(78, 39, 83, 0.1);
    padding-bottom: 20px;
}

.index-tag {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--coffee-accent);
    opacity: 0.3;
}

.housing-island h2 {
    color: var(--coffee-accent);
    font-size: 2rem;
    margin: 0;
}

.housing-island p {
    font-size: 1.3rem; /* High-readability bump for tired eyes */
    line-height: 1.8;
    color: var(--text-dark);
}

/* THE PROGRAM LISTS */
.spec-list {
    list-style: none;
    margin-top: 30px;
}

.spec-list li {
    background: rgba(78, 39, 83, 0.05); /* Very light purple tint */
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 12px;
    font-size: 1.15rem;
    position: relative;
}

.spec-list li strong {
    color: var(--coffee-accent);
    display: block;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
