/* ==========================================================================
   Contact Page
   ========================================================================== */

.contact-page {
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #1d2433;
}

.contact-container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 2rem;
}

.contact-container--narrow {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 2rem;
}

.contact-section {
    padding: 72px 0;
}

.contact-section-label {
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #d8a62a;
    margin-bottom: 0.75rem;
}

.contact-section-title {
    font-size: clamp( 1.6rem, 3.5vw, 2.4rem );
    font-weight: 700;
    color: #0b2c6b;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.contact-cross-divider--light-to-white {
    background: linear-gradient( to bottom, #f7f9fc 50%, #ffffff 50% );
}

/* Launch Event Section
   ========================================================================== */

.contact-launch {
    background: #f7f9fc;
    padding: 72px 0;
}

.contact-launch-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.contact-launch-desc {
    font-size: 1.05rem;
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.contact-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;
}

.contact-launch-item {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.contact-launch-label {
    font-size: 0.7rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #d8a62a;
    font-weight: 700;
}

.contact-launch-value {
    font-size: 1rem;
    font-weight: 700;
    color: #0b2c6b;
}

.contact-launch-sub {
    font-size: 0.85rem;
    color: #4a5568;
}

.contact-launch-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.contact-launch-map {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba( 11, 44, 107, 0.1 );
    position: sticky;
    top: 100px;
    min-height: 360px;
    background: #e8ecf0;
}

.contact-launch-map iframe {
    width: 100%;
    height: 360px;
    display: block;
    border: 0;
    border-radius: 12px;
}
@media ( max-width: 768px ) {
    .contact-launch-inner {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .contact-launch-map {
        position: static;
    }
}

/* Buttons
   ========================================================================== */

.contact-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;
}

.contact-btn--primary {
    background: #d8a62a;
    color: #0b2c6b;
    border-color: #d8a62a;
}

.contact-btn--primary:hover {
    background: #e6b93a;
    border-color: #e6b93a;
}

.contact-btn--secondary {
    background: transparent;
    color: #0b2c6b;
    border-color: #0b2c6b;
}

.contact-btn--secondary:hover {
    background: #0b2c6b;
    color: #ffffff;
}

/* Hero
   ========================================================================== */

.contact-hero {
    background-color: #0b2c6b;
    background-image: radial-gradient( ellipse at center, #1a3a8a 0%, #0b2c6b 55%, #071d4a 100% );
    padding: 96px 2rem 80px;
    text-align: center;
    color: #ffffff;
}

.contact-hero-inner {
    max-width: 720px;
    margin: 0 auto;
}

.contact-eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #d8a62a;
    margin-bottom: 1.5rem;
}

.contact-hero-title {
    font-size: clamp( 2rem, 5vw, 3.5rem );
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1.25rem;
    color: #ffffff;
}

.contact-hero-subtitle {
    font-size: clamp( 1rem, 2vw, 1.15rem );
    color: rgba( 255, 255, 255, 0.82 );
    line-height: 1.8;
    max-width: 560px;
    margin: 0 auto;
}

/* Church Info
   ========================================================================== */

.contact-info {
    background: #f7f9fc;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.contact-info-title {
    font-size: clamp( 1.3rem, 2.5vw, 1.8rem );
    font-weight: 700;
    color: #0b2c6b;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.contact-info-tagline {
    font-size: 0.9rem;
    color: #d8a62a;
    font-style: italic;
    margin-bottom: 2rem;
    letter-spacing: 0.02em;
}

.contact-service-times {
    background: #ffffff;
    border-radius: 12px;
    padding: 1.5rem;
    border-left: 4px solid #d8a62a;
}

.contact-service-label {
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #d8a62a;
    font-weight: 700;
    margin-bottom: 0.4rem;
}

.contact-service-name {
    font-size: 1rem;
    font-weight: 700;
    color: #0b2c6b;
    margin-bottom: 0.5rem;
}

.contact-service-detail {
    font-size: 0.9rem;
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 0.25rem;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-detail-item {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e8ecf0;
}

.contact-detail-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.contact-detail-label {
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #8a94a6;
    font-weight: 700;
}

.contact-detail-value {
    font-size: 1rem;
    color: #0b2c6b;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}

.contact-detail-value:hover {
    color: #d8a62a;
}

.contact-detail-sub {
    font-size: 0.82rem;
    color: #8a94a6;
    font-style: italic;
}

/* Cross Divider
   ========================================================================== */

.contact-cross-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
    position: relative;
    z-index: 3;
    height: 80px;
}

.contact-cross-divider::before,
.contact-cross-divider::after {
    content: '';
    flex: 1;
    height: 3px;
    background: linear-gradient( to right, transparent, rgba( 216, 166, 42, 0.5 ) );
}

.contact-cross-divider::after {
    background: linear-gradient( to left, transparent, rgba( 216, 166, 42, 0.5 ) );
}

.contact-cross-icon {
    margin: 0 1.25rem;
    flex-shrink: 0;
    line-height: 1;
}

.contact-cross-divider--white-to-navy {
    background: linear-gradient( to bottom, #ffffff 50%, #0b2c6b 50% );
}

/* Contact Form
   ========================================================================== */

.contact-form-section {
    background: #ffffff;
}

.contact-form-intro {
    font-size: 1rem;
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 2.5rem;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.contact-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}

.contact-form-group {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.contact-form-group label {
    font-size: 0.82rem;
    font-weight: 700;
    color: #0b2c6b;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.contact-form-group input,
.contact-form-group select,
.contact-form-group textarea {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 0.95rem;
    color: #1d2433;
    background: #f7f9fc;
    border: 1px solid #d0d7e2;
    border-radius: 8px;
    padding: 0.875rem 1rem;
    outline: none;
    transition: border-color 0.2s ease;
    width: 100%;
}

.contact-form-group input:focus,
.contact-form-group select:focus,
.contact-form-group textarea:focus {
    border-color: #0b2c6b;
    background: #ffffff;
}

.contact-form-group textarea {
    resize: vertical;
    min-height: 150px;
}

.contact-form-submit {
    text-align: center;
    margin-top: 1rem;
}

.contact-notice {
    padding: 1rem 1.5rem;
    border-radius: 8px;
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.contact-notice--success {
    background: rgba( 216, 166, 42, 0.1 );
    border: 1px solid rgba( 216, 166, 42, 0.35 );
    color: #0b2c6b;
}

.contact-notice--error {
    background: rgba( 200, 50, 50, 0.06 );
    border: 1px solid rgba( 200, 50, 50, 0.2 );
    color: #8b0000;
}

/* Prayer CTA
   ========================================================================== */

.contact-prayer {
    background: #0b2c6b;
    text-align: center;
}

.contact-prayer .contact-section-label {
    color: rgba( 255, 255, 255, 0.6 );
}

.contact-prayer .contact-section-title {
    color: #ffffff;
}

.contact-prayer-body {
    font-size: 1.05rem;
    color: rgba( 255, 255, 255, 0.8 );
    line-height: 1.8;
    margin-bottom: 2rem;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}

.contact-prayer .contact-btn--primary {
    background: transparent;
    color: #ffffff;
    border: 2px solid rgba( 255, 255, 255, 0.6 );
}

.contact-prayer .contact-btn--primary:hover {
    background: rgba( 255, 255, 255, 0.1 );
    border-color: #ffffff;
}

/* Responsive
   ========================================================================== */

@media ( max-width: 768px ) {
    .contact-info-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .contact-form-row {
        grid-template-columns: 1fr;
    }
}