/* connect */
.connect-hero {
    background-color: #1A2E22;
    background-image: url('/img/seed-mandala.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 600px;
    padding: 8rem 0 6rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.connect-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, transparent 40%, #1A2E22 80%);
    pointer-events: none;
}

.connect-hero .container { position: relative; z-index: 1; }

.connect-eyebrow {
    font-family: var(--font-body);
    font-size: 0.7rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--color-accent);
    margin-bottom: 1.5rem;
}

.connect-title {
    font-family: var(--font-heading);
    font-size: 5rem;
    font-weight: 400;
    color: #F0F4F1;
    line-height: 1.1;
    margin-bottom: 0;
}

.connect-rule {
    width: 48px;
    height: 1px;
    background: var(--color-accent);
    margin: 2rem auto;
    opacity: 0.7;
}

.connect-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
    color: #F0F4F1;
    line-height: 1.9;
    max-width: 600px;
    margin: 0 auto;
}

.connect-content {
    padding: 6rem 0;
}

@media (max-width: 768px) {
    .connect-hero { padding: 5rem 0 4rem; }
    .connect-title { font-size: 3rem; }
}
