/* Home page — About the College */
.home-about-section {
    position: relative;
    padding: 40px 0 44px;
    background:
        radial-gradient(circle at 8% 18%, rgba(249, 200, 51, 0.08) 0%, transparent 42%),
        radial-gradient(circle at 92% 82%, rgba(6, 26, 40, 0.06) 0%, transparent 38%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 48%, #ffffff 100%);
    overflow: hidden;
}

.home-about-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #04121c 0%, #061a28 35%, #f9c833 50%, #061a28 65%, #04121c 100%);
}

.home-about-header {
    margin-bottom: 28px;
}

.home-about-eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    padding: 6px 16px;
    font-family: 'Inter', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #061a28;
    background: linear-gradient(135deg, rgba(249, 200, 51, 0.22) 0%, rgba(240, 180, 41, 0.14) 100%);
    border: 1px solid rgba(249, 200, 51, 0.35);
    border-radius: 999px;
}

.home-about-heading {
    margin: 0 0 10px;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    font-weight: 700;
    line-height: 1.2;
    color: #061a28;
}

.home-about-subheading {
    margin: 0 auto;
    max-width: 620px;
    font-family: 'Inter', sans-serif;
    font-size: 0.98rem;
    line-height: 1.6;
    color: #64748b;
}

.home-about-row {
    row-gap: 24px;
}

.home-about-visual {
    position: relative;
    padding: 6px 10px 10px 0;
}

.home-about-image-frame {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 24px 56px rgba(6, 26, 40, 0.18);
    border: 1px solid rgba(6, 26, 40, 0.08);
}

.home-about-image-frame::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(
        180deg,
        rgba(4, 18, 28, 0.04) 0%,
        transparent 35%,
        rgba(4, 18, 28, 0.18) 100%
    );
    pointer-events: none;
}

.home-about-image-frame::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: -10px;
    bottom: -10px;
    z-index: -1;
    border: 2px solid rgba(249, 200, 51, 0.45);
    border-radius: 20px;
}

.home-about-image {
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 4;
    min-height: 0;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.6s ease;
}

.home-about-visual:hover .home-about-image {
    transform: scale(1.03);
}

.home-about-badge {
    position: absolute;
    top: 20px;
    right: -4px;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    text-align: center;
    background: linear-gradient(135deg, #04121c 0%, #061a28 100%);
    border: 3px solid #f9c833;
    border-radius: 50%;
    box-shadow: 0 14px 32px rgba(4, 18, 28, 0.28);
}

.home-about-badge-year {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: #f9c833;
    line-height: 1;
}

.home-about-badge-label {
    margin-top: 4px;
    font-family: 'Inter', sans-serif;
    font-size: 0.58rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.82);
}

.home-about-accent-card {
    position: absolute;
    left: 20px;
    bottom: 4px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    font-family: 'Inter', sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    color: #061a28;
    background: rgba(255, 255, 255, 0.94);
    border-left: 4px solid #f9c833;
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(6, 26, 40, 0.14);
    backdrop-filter: blur(6px);
}

.home-about-accent-card i {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    color: #061a28;
    background: linear-gradient(135deg, #f9c833 0%, #f0b429 100%);
    border-radius: 8px;
}

.home-about-content {
    padding-left: 12px;
}

.home-about-lead {
    margin: 0 0 12px;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.12rem;
    font-weight: 600;
    line-height: 1.75;
    color: #0f172a;
}

.home-about-text {
    margin: 0 0 10px;
    font-family: 'Inter', sans-serif;
    font-size: 0.94rem;
    line-height: 1.75;
    color: #475569;
}

.home-about-highlights {
    margin: 14px 0 16px;
    padding: 0;
    list-style: none;
}

.home-about-highlights li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    line-height: 1.55;
    color: #334155;
}

.home-about-highlight-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #061a28;
    background: linear-gradient(135deg, rgba(249, 200, 51, 0.22) 0%, rgba(240, 180, 41, 0.12) 100%);
    border: 1px solid rgba(249, 200, 51, 0.35);
    border-radius: 10px;
}

.home-about-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 18px;
}

.home-about-stat {
    padding: 12px 10px;
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(6, 26, 40, 0.08);
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(6, 26, 40, 0.06);
}

.home-about-stat strong {
    display: block;
    margin-bottom: 4px;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.45rem;
    font-weight: 700;
    color: #061a28;
    line-height: 1.1;
}

.home-about-stat span {
    font-family: 'Inter', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #64748b;
}

.home-about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.home-about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    font-family: 'Inter', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 999px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.home-about-btn--primary {
    color: #061a28;
    background: linear-gradient(135deg, #f9c833 0%, #f0b429 100%);
    box-shadow: 0 8px 20px rgba(249, 200, 51, 0.3);
}

.home-about-btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(249, 200, 51, 0.38);
    color: #04121c;
}

.home-about-btn--outline {
    color: #061a28;
    background: transparent;
    border: 1px solid rgba(6, 26, 40, 0.18);
}

.home-about-btn--outline:hover {
    background: #061a28;
    border-color: #061a28;
    color: #ffffff;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .home-about-section {
        padding: 36px 0 40px;
    }

    .home-about-header {
        margin-bottom: 22px;
    }

    .home-about-content {
        padding-left: 0;
    }

    .home-about-visual {
        padding: 4px 8px 8px 0;
        max-width: 520px;
        margin: 0 auto;
    }

    .home-about-image {
        aspect-ratio: 16 / 10;
    }

    .home-about-badge {
        right: 4px;
    }
}

@media (max-width: 575px) {
    .home-about-section {
        padding: 32px 0 36px;
    }

    .home-about-stats {
        grid-template-columns: 1fr;
    }

    .home-about-actions {
        flex-direction: column;
    }

    .home-about-btn {
        width: 100%;
    }

    .home-about-badge {
        width: 82px;
        height: 82px;
        top: 14px;
    }

    .home-about-badge-year {
        font-size: 1.15rem;
    }

    .home-about-accent-card {
        left: 16px;
        right: 16px;
        bottom: 0;
        font-size: 0.76rem;
    }
}
