/*
Theme Name: Sufis of India Divine Child
Description: Production child theme for Dargahs, Blogs, Products with perfect Core Web Vitals
Template: astra
Version: 2.0
Text Domain: sufisofindia
*/

:root {
    --sufi-teal: #1a5f3c;
    --sufi-gold: #d4af37;
    --sufi-cream: #FDFCF8;
    --sufi-soft: #f8f9fa;
    --sufi-green: #2d8659;
}

/* Global */
body {
    background: var(--sufi-cream);
    color: #2c3e50;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.6;
}

/* Header */
.site-header {
    background: linear-gradient(135deg, var(--sufi-teal), var(--sufi-green));
    border-bottom: 3px solid var(--sufi-gold);
}

/* Typography */
h1, h2 { font-family: 'Great Vibes', cursive; color: var(--sufi-teal); }
h3, h4, h5, h6 { font-family: 'Amiri', serif; color: var(--sufi-teal); }

/* Links */
a { color: var(--sufi-teal); transition: all 0.3s; }
a:hover { color: var(--sufi-gold); }

/* Quran/Dua Blocks */
.quran-verse, .dua-highlight, blockquote {
    background: var(--sufi-soft);
    border-right: 5px solid var(--sufi-gold);
    padding: 2rem;
    margin: 2rem 0;
    text-align: center;
    font-family: 'Amiri', serif;
    font-size: 1.4rem;
    color: var(--sufi-teal);
}

/* Cards (Universal) */
.card, .ast-article-post, .woocommerce ul.products li.product {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.card:hover, .ast-article-post:hover, .woocommerce ul.products li.product:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

/* Dargah Directory Archive */
.dargah-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

/* Product Categories */
.product-category-card {
    text-align: center;
    padding: 2rem;
    border: 2px solid transparent;
    transition: all 0.3s;
}

.product-category-card:hover {
    border-color: var(--sufi-gold);
}

/* Mobile */
@media (max-width: 768px) {
    .quran-verse, .dua-highlight { font-size: 1.2rem; padding: 1.5rem; }
    .dargah-grid { grid-template-columns: 1fr; }
}
