/* Artist Applications Page */
.aa-page {
    --aa-gold: #c5a059;
    --aa-gold-glow: rgba(197, 160, 89, 0.35);
}

/* ===== HERO ===== */
.aa-hero {
    padding: clamp(2rem, 4vw, 3.5rem) 0;
    background: transparent;
}

.aa-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: clamp(1.5rem, 4vw, 2.5rem);
    align-items: center;
}

.aa-flourish-top {
    color: var(--aa-gold);
    font-size: 1.2rem;
    margin-bottom: 0.65rem;
    opacity: 0.85;
}

.aa-hero h1 {
    font-family: var(--serif);
    font-size: clamp(1.5rem, 4.5vw, 2.5rem);
    color: var(--aa-gold);
    letter-spacing: 0.08em;
    margin-bottom: 0.65rem;
}

.aa-subtitle-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.aa-line {
    flex: 1;
    max-width: 50px;
    height: 1px;
    background: var(--aa-gold);
}

.aa-subtitle {
    font-family: var(--serif);
    font-size: clamp(0.82rem, 2.2vw, 1rem);
    color: var(--aa-gold);
    white-space: nowrap;
}

.aa-subtitle em { font-style: italic; }

.aa-intro {
    font-size: clamp(0.78rem, 1.7vw, 0.88rem);
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 0.75rem;
}

.aa-hero-img-wrap {
    border: 1px solid rgba(197, 160, 89, 0.4);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}

.aa-hero-img-wrap img {
    width: 100%;
    height: clamp(240px, 38vw, 360px);
    object-fit: cover;
    object-position: center;
    display: block;
}

/* ===== MAIN GRID ===== */
.aa-main {
    padding: clamp(1.5rem, 3vw, 2.5rem) 0;
}

.aa-main-grid {
    display: grid;
    grid-template-columns: 1.4fr 0.75fr;
    gap: clamp(1rem, 3vw, 1.5rem);
    align-items: start;
}

.aa-section-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.aa-section-head h2 {
    font-family: var(--serif);
    font-size: clamp(0.8rem, 2vw, 0.95rem);
    color: var(--aa-gold);
    letter-spacing: 0.1em;
    white-space: nowrap;
}

.aa-head-line {
    flex: 1;
    max-width: 60px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--aa-gold), transparent);
}

.aa-who-box,
.aa-benefits-box {
    border: 1px solid rgba(197, 160, 89, 0.45);
    border-radius: 8px;
    padding: 1.5rem 1.25rem;
    background: rgba(0, 20, 40, 0.55);
}

.aa-who-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0.75rem;
}

.aa-who-item {
    text-align: center;
}

.aa-who-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 0.5rem;
    border: 2px solid var(--aa-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--aa-gold);
    font-size: 1rem;
    box-shadow: 0 0 14px var(--aa-gold-glow);
}

.aa-who-item span {
    display: block;
    font-size: 0.5rem;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
    line-height: 1.35;
}

/* Benefits */
.aa-benefits-box h2 {
    font-family: var(--serif);
    font-size: 0.82rem;
    color: var(--aa-gold);
    letter-spacing: 0.08em;
    text-align: center;
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(197, 160, 89, 0.25);
}

.aa-benefits-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.aa-benefits-list li {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.aa-benefits-list i {
    width: 28px;
    height: 28px;
    border: 1px solid rgba(197, 160, 89, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--aa-gold);
    font-size: 0.7rem;
    flex-shrink: 0;
}

.aa-benefits-list span {
    font-size: 0.62rem;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
}

/* ===== CTA ===== */
.aa-cta {
    padding: clamp(1.5rem, 3vw, 2.5rem) 0;
}

.aa-cta-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(1rem, 3vw, 2rem);
    flex-wrap: wrap;
}

.aa-cta-side {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    max-width: 200px;
    text-align: left;
}

.aa-cta-side i {
    color: var(--aa-gold);
    font-size: 1.1rem;
    flex-shrink: 0;
}

.aa-cta-side span {
    font-size: 0.58rem;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 700;
    line-height: 1.35;
}

.aa-apply-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.9rem 2.5rem;
    background: linear-gradient(180deg, #d4b06a 0%, #b8954a 100%);
    color: var(--navy);
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(197, 160, 89, 0.35);
    transition: transform 0.2s, box-shadow 0.2s;
}

.aa-apply-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 28px rgba(197, 160, 89, 0.45);
}

/* ===== FOOTER ===== */
.aa-footer {
    position: relative;
    padding: 1.5rem 0 4.5rem;
    border-top: 1px solid rgba(197, 160, 89, 0.2);
}

.aa-skyline {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 65px;
    opacity: 0.75;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 65'%3E%3Cpath fill='none' stroke='%23c5a059' stroke-width='1.5' d='M0 65 L40 48 L80 56 L120 40 L160 52 L200 36 L240 48 L280 32 L320 44 L360 28 L400 40 L440 30 L480 46 L520 34 L560 50 L600 38 L640 54 L680 42 L720 58 L760 46 L800 62 L840 50 L880 64 L920 52 L960 64 L1000 52 L1040 64 L1080 52 L1120 64 L1160 52 L1200 60 V65Z'/%3E%3C/svg%3E") center bottom / 100% auto no-repeat;
}

.aa-pillars {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(197, 160, 89, 0.2);
}

.aa-pillar {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.aa-pillar i {
    color: var(--aa-gold);
    font-size: 0.9rem;
}

.aa-pillar span {
    font-size: 0.58rem;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
}

.aa-pillar-sep {
    color: rgba(197, 160, 89, 0.4);
    font-size: 0.7rem;
}

.aa-tagline-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    position: relative;
    z-index: 1;
}

.aa-tagline {
    font-family: var(--serif);
    font-size: clamp(0.9rem, 2.5vw, 1.15rem);
    color: var(--aa-gold);
    font-style: italic;
    white-space: nowrap;
}

/* ===== MOBILE ===== */
@media (max-width: 992px) {
    .aa-hero-grid {
        grid-template-columns: 1fr;
    }

    .aa-hero-img-wrap { order: -1; }

    .aa-main-grid {
        grid-template-columns: 1fr;
    }

    .aa-who-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 576px) {
    .aa-who-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .aa-cta-inner {
        flex-direction: column;
        text-align: center;
    }

    .aa-cta-side {
        max-width: 100%;
        justify-content: center;
        text-align: center;
    }

    .aa-apply-btn {
        width: 100%;
        max-width: 280px;
    }

    .aa-pillar-sep { display: none; }

    .aa-pillars {
        flex-direction: column;
        gap: 0.75rem;
    }

    .aa-subtitle { white-space: normal; text-align: center; }

    .aa-tagline { white-space: normal; text-align: center; }
}
