/* ==========================================================================
   Home Page
   ========================================================================== */

/* Base
   ========================================================================== */

.home-page {
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #1d2433;
}

.home-container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 2rem;
}

.home-container--narrow {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 2rem;
}

.home-section {
    padding: 72px 0;
}

.home-section-label {
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #d8a62a;
    margin-bottom: 0.75rem;
}

.home-section-title {
    font-size: clamp( 1.6rem, 3.5vw, 2.4rem );
    font-weight: 700;
    color: #0b2c6b;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

/* Launch Event Section
   ========================================================================== */

.home-launch {
    background: #f7f9fc;
}

.home-launch-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.home-launch-desc {
    font-size: 1.05rem;
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.home-launch-details {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: #ffffff;
    border-radius: 12px;
    border-left: 4px solid #d8a62a;
}

.home-launch-detail-item {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.home-launch-detail-label {
    font-size: 0.7rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #d8a62a;
    font-weight: 700;
}

.home-launch-detail-value {
    font-size: 1rem;
    font-weight: 700;
    color: #0b2c6b;
}

.home-launch-detail-sub {
    font-size: 0.85rem;
    color: #4a5568;
}

.home-launch-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.home-launch-map {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba( 11, 44, 107, 0.1 );
    position: sticky;
    top: 100px;
}

@media ( max-width: 768px ) {
    .home-launch-inner {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .home-launch-map {
        position: static;
    }
}

/* Cross Divider
   ========================================================================== */

.home-cross-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
    position: relative;
    z-index: 3;
    height: 80px;
}

.home-cross-divider::before,
.home-cross-divider::after {
    content: '';
    flex: 1;
    height: 3px;
    background: linear-gradient( to right, transparent, rgba( 216, 166, 42, 0.5 ) );
}

.home-cross-divider::after {
    background: linear-gradient( to left, transparent, rgba( 216, 166, 42, 0.5 ) );
}

.home-cross-divider--navy-to-navy {
    background: #0b2c6b;
    height: 40px;
}

.home-mission-strip {
    background: #0b2c6b;
    padding: 48px 2rem;
    margin-top: -2px;
}

.home-cross-divider--light-to-white {
    background: linear-gradient( to bottom, #f7f9fc 50%, #ffffff 50% );
}

.home-cross-icon {
    margin: 0 1.25rem;
    flex-shrink: 0;
    line-height: 1;
}

.home-cross-divider--light-to-navy {
    background: linear-gradient( to bottom, #f7f9fc 50%, #0b2c6b 50% );
}

/* Buttons
   ========================================================================== */

.home-btn {
    display: inline-block;
    padding: 0.875rem 2rem;
    border-radius: 100px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
    border: 2px solid transparent;
}

.home-btn--primary {
    background: #d8a62a;
    color: #0b2c6b;
    border-color: #d8a62a;
}

.home-btn--primary:hover {
    background: #e6b93a;
    border-color: #e6b93a;
}

.home-btn--secondary {
    background: transparent;
    color: #0b2c6b;
    border-color: #0b2c6b;
}

.home-btn--secondary:hover {
    background: #0b2c6b;
    color: #ffffff;
}

.home-books-wrap {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
}

.home-book-btn--new {
    background: transparent;
    color: #0b2c6b;
    border: 2px solid #d8a62a;
}

.home-book-btn--new:hover {
    background: #d8a62a;
    color: #0b2c6b;
}

/* Hero
   ========================================================================== */

.home-hero {
    background-color: #0b2c6b;
    background-image: radial-gradient( ellipse at center, #1a3a8a 0%, #0b2c6b 55%, #071d4a 100% );
    padding: 96px 2rem 72px;
    text-align: center;
    color: #ffffff;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-hero-inner {
    max-width: 800px;
    margin: 0 auto;
}

.home-eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #d8a62a;
    margin-bottom: 1rem;
}

.home-hero-title {
    font-size: clamp( 2rem, 5vw, 3.5rem );
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1.25rem;
    color: #ffffff;
}

.home-hero-subtitle {
    font-size: clamp( 1rem, 2vw, 1.2rem );
    color: rgba( 255, 255, 255, 0.8 );
    line-height: 1.75;
    margin-bottom: 2.5rem;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}

.home-hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.home-hero-buttons .home-btn--secondary {
    color: #ffffff;
    border-color: rgba( 255, 255, 255, 0.6 );
}

.home-hero-buttons .home-btn--secondary:hover {
    background: rgba( 255, 255, 255, 0.1 );
    border-color: #ffffff;
}

/* Launch Bar
   ========================================================================== */

.home-launch-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    padding: 1.25rem 2rem;
    background: rgba( 255, 255, 255, 0.06 );
    border: 1px solid rgba( 255, 255, 255, 0.14 );
    border-radius: 12px;
    margin-top: 1rem;
}

.home-launch-label {
    font-size: 0.82rem;
    color: rgba( 255, 255, 255, 0.7 );
    letter-spacing: 0.04em;
    margin: 0;
}

.home-countdown {
    display: flex;
    gap: 1rem;
}

.home-countdown-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 48px;
}

.home-countdown-number {
    font-size: 1.4rem;
    font-weight: 700;
    color: #d8a62a;
    line-height: 1;
}

.home-countdown-label {
    font-size: 0.6rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba( 255, 255, 255, 0.45 );
    margin-top: 0.25rem;
}

/* Mission Strip
   ========================================================================== */

.home-mission-strip {
    background: #0b2c6b;
    padding: 48px 2rem;
}

.home-mission-pillars {
    display: grid;
    grid-template-columns: repeat( 3, 1fr );
    gap: 2rem;
    max-width: 1120px;
    margin: 0 auto;
    text-align: center;
}

.home-pillar-word {
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    color: #d8a62a;
    margin-bottom: 0.5rem;
}

.home-pillar p {
    font-size: 0.9rem;
    color: rgba( 255, 255, 255, 0.75 );
    line-height: 1.6;
    margin: 0;
}

/* Welcome
   ========================================================================== */

.home-welcome {
    background: #ffffff;
    text-align: center;
}

.home-welcome-body {
    font-size: 1.05rem;
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 2rem;
}

/* Scripture
   ========================================================================== */

.home-scripture {
    background: #f7f9fc;
    padding: 72px 2rem;
    text-align: center;
}

.home-scripture-quote {
    font-size: clamp( 1.2rem, 2.5vw, 1.6rem );
    font-style: italic;
    color: #0b2c6b;
    line-height: 1.6;
    margin: 0 0 1rem;
    border: none;
    padding: 0;
}

.home-scripture-ref {
    font-size: 0.85rem;
    color: #d8a62a;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

/* Ministry Cards
   ========================================================================== */

.home-ministries {
    background: #ffffff;
}

.home-ministry-grid {
    display: grid;
    grid-template-columns: repeat( 3, 1fr );
    gap: 1.5rem;
    margin-top: 2rem;
}

.home-ministry-card {
    background: #f7f9fc;
    border-radius: 16px;
    padding: 2rem;
    text-decoration: none;
    border-bottom: 3px solid #d8a62a;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
}

.home-ministry-card:hover {
    transform: translateY( -4px );
    box-shadow: 0 12px 32px rgba( 11, 44, 107, 0.1 );
}

.home-ministry-card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0b2c6b;
    margin-bottom: 0.75rem;
}

.home-ministry-card-body {
    font-size: 0.9rem;
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    flex: 1;
}

.home-ministry-card-link {
    font-size: 0.85rem;
    font-weight: 700;
    color: #d8a62a;
    letter-spacing: 0.04em;
}

/* Pastor
   ========================================================================== */

.home-pastor {
    background: #f7f9fc;
}

.home-pastor-inner {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 4rem;
    align-items: center;
}

.home-pastor-photo-wrap {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba( 11, 44, 107, 0.15 );
}

.home-pastor-photo {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center top;
}

.home-pastor-title {
    font-size: 0.85rem;
    color: #d8a62a;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.home-pastor-bio {
    font-size: 1rem;
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 2rem;
}

/* Email Signup
   ========================================================================== */

.home-signup {
    background: #0b2c6b;
    text-align: center;
}

.home-signup .home-section-label {
    color: rgba( 255, 255, 255, 0.6 );
}

.home-signup .home-section-title {
    color: #ffffff;
}

.home-signup-body {
    font-size: 1rem;
    color: rgba( 255, 255, 255, 0.75 );
    line-height: 1.7;
    margin-bottom: 2rem;
}

.home-signup-field-group {
    display: flex;
    width: 100%;
    max-width: 460px;
    background: rgba( 255, 255, 255, 0.07 );
    border: 1px solid rgba( 255, 255, 255, 0.2 );
    border-radius: 6px;
    overflow: hidden;
    margin: 0 auto;
    transition: border-color 0.2s ease;
}

.home-signup-field-group:focus-within {
    border-color: rgba( 216, 166, 42, 0.6 );
}

.home-signup-input {
    flex: 1;
    background: transparent;
    border: none;
    color: #ffffff;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 0.9rem;
    padding: 0.875rem 1.125rem;
    outline: none;
}

.home-signup-input::placeholder {
    color: rgba( 255, 255, 255, 0.35 );
}

.home-signup-button {
    background: #d8a62a;
    color: #0b2c6b;
    border: none;
    padding: 0.875rem 1.5rem;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s ease;
}

.home-signup-button:hover {
    background: #e6b93a;
}

/* Responsive
   ========================================================================== */

@media ( max-width: 768px ) {
    .home-mission-pillars {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .home-ministry-grid {
        grid-template-columns: 1fr;
    }

    .home-pastor-inner {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .home-launch-bar {
        flex-direction: column;
        gap: 1rem;
    }
}

@media ( max-width: 480px ) {
    .home-hero-buttons {
        flex-direction: column;
        align-items: center;
    }
}

