﻿/* --------------------------------------------------
   HERO SECTION (HOMEPAGE ONLY)
-------------------------------------------------- */

.ss-hero {
    position: relative;
    text-align: center;
    color: white;
}

.ss-hero-img {
    background-size: cover;
    background-position: center top; /* show faces */
    background-repeat: no-repeat;
    padding: 160px 0;
    position: relative;
}

.ss-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.30);
}

.ss-hero-content {
    position: relative;
    z-index: 2;
}

.ss-hero-title {
    font-size: 2.8rem;
    margin-bottom: 10px;
}

.ss-hero-subtitle {
    font-size: 1.3rem;
    margin-bottom: 30px;
}

/* --------------------------------------------------
   VIDEO SECTION (HOMEPAGE ONLY)
-------------------------------------------------- */

.ss-video-section {
    padding: 60px 0 80px 0;
    background: #f7f7f7;
    text-align: center;
}

/* Responsive YouTube embed */
.ss-video-wrapper {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto 25px auto;
    padding-bottom: 56.25%; /* 16:9 ratio */
    height: 0;
}

.ss-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: none;
}

/* Button under video */
.ss-video-more {
    margin-top: 15px;
}

/* --------------------------------------------------
   MOBILE HERO ADJUSTMENTS
-------------------------------------------------- */

@media (max-width: 600px) {
    .ss-hero-title {
        font-size: 2.2rem;
    }

    .ss-hero-subtitle {
        font-size: 1.1rem;
    }
}
