/**
 * Acts1 Family Theme - Custom Styles
 * Making the Bible Available to Everyone
 */

/* ===================================
   TAGLINE STYLES
   =================================== */

.acts1-tagline {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #B8860B;
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1rem;
}

.acts1-tagline::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 2px;
    background: linear-gradient(90deg, #B8860B, #D4A84B);
    border-radius: 2px;
}

.acts1-tagline--hero {
    font-size: 1rem;
    padding-left: 2.5rem;
    margin-bottom: 1.5rem;
}

.acts1-tagline--hero::before {
    width: 32px;
}

.acts1-tagline--subtle {
    font-size: 0.6875rem;
    color: #7A7A7A;
}

.acts1-tagline--subtle::before {
    background: #C4BDB2;
}

/* ===================================
   SITE LINKS STYLES
   =================================== */

.acts1-site-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.acts1-site-links--list {
    flex-direction: column;
    gap: 0.5rem;
}

.acts1-site-links--list a {
    color: #1E3A5F;
    text-decoration: none;
    font-weight: 500;
}

.acts1-site-links--list a:hover {
    color: #2D5A8A;
    text-decoration: underline;
}

.acts1-site-links--buttons {
    gap: 0.75rem;
}

.acts1-site-link-btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: #1A1A1A;
    color: #FAF9F6 !important;
    text-decoration: none !important;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.875rem;
    transition: background 0.2s ease;
}

.acts1-site-link-btn:hover {
    background: #2C2C2C;
}

.acts1-site-links--cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.acts1-site-link-card {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 1.25rem;
    background: #FFFEFB;
    border: 1px solid #E8E4DD;
    border-radius: 12px;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.acts1-site-link-card:hover {
    border-color: #B8860B;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.acts1-site-link-card strong {
    color: #1A1A1A;
    font-size: 1rem;
}

.acts1-site-link-card span {
    color: #7A7A7A;
    font-size: 0.875rem;
}

/* ===================================
   HEADER ENHANCEMENTS
   =================================== */

.site-header-tagline {
    text-align: center;
    padding: 0.5rem 1rem;
    background: #1A1A1A;
    color: #B8860B;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* ===================================
   FOOTER STYLES
   =================================== */

.acts1-footer {
    background: #1A1A1A;
    color: #FAF9F6;
    padding: 3rem 0 2rem;
}

.acts1-footer a {
    color: #FAF9F6;
    text-decoration: none;
}

.acts1-footer a:hover {
    color: #B8860B;
}

.acts1-footer-tagline {
    color: #B8860B;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.acts1-footer-subtitle {
    color: #7A7A7A;
    font-size: 0.875rem;
    margin-bottom: 2rem;
}

.acts1-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.acts1-footer-links a {
    font-size: 0.875rem;
    font-weight: 500;
}

.acts1-footer-copyright {
    color: #7A7A7A;
    font-size: 0.75rem;
    padding-top: 1.5rem;
    border-top: 1px solid #2C2C2C;
}

/* ===================================
   BIBLE VERSE STYLING
   =================================== */

.bible-verse {
    background: #F5F3EE;
    border-left: 4px solid #B8860B;
    padding: 1.5rem;
    border-radius: 0 8px 8px 0;
    font-style: italic;
    margin: 1.5rem 0;
}

.bible-verse cite {
    display: block;
    margin-top: 0.75rem;
    font-style: normal;
    font-weight: 600;
    color: #7A7A7A;
    font-size: 0.875rem;
}

/* ===================================
   CALL TO ACTION BOX
   =================================== */

.acts1-cta-box {
    background: linear-gradient(135deg, #1A1A1A 0%, #2C2C2C 100%);
    color: #FAF9F6;
    padding: 2.5rem;
    border-radius: 16px;
    text-align: center;
}

.acts1-cta-box h3 {
    color: #FAF9F6;
    margin-bottom: 0.5rem;
}

.acts1-cta-box p {
    color: #C4BDB2;
    margin-bottom: 1.5rem;
}

.acts1-cta-box .wp-block-button__link {
    background: #B8860B !important;
    color: #FAF9F6 !important;
}

.acts1-cta-box .wp-block-button__link:hover {
    background: #D4A84B !important;
}

/* ===================================
   POST ENHANCEMENTS
   =================================== */

/* Add Bible tools promo after posts */
.single-post .entry-content::after {
    content: '';
    display: block;
    clear: both;
}

/* Featured quote style */
.wp-block-pullquote.is-style-acts1-featured {
    border-top: 4px solid #B8860B;
    border-bottom: 4px solid #B8860B;
    padding: 2rem 0;
}

.wp-block-pullquote.is-style-acts1-featured blockquote {
    color: #1E3A5F;
}

/* ===================================
   NAVIGATION ENHANCEMENTS
   =================================== */

/* Main site link in nav */
.nav-main-site-link {
    color: #B8860B !important;
    font-weight: 600 !important;
}

.nav-main-site-link:hover {
    color: #D4A84B !important;
}

/* ===================================
   RESPONSIVE ADJUSTMENTS
   =================================== */

@media (max-width: 768px) {
    .acts1-tagline {
        font-size: 0.6875rem;
        padding-left: 1.5rem;
    }

    .acts1-tagline::before {
        width: 16px;
    }

    .acts1-site-links--cards {
        grid-template-columns: 1fr;
    }

    .acts1-footer-links {
        flex-direction: column;
        gap: 1rem;
    }
}
