/*
Theme Name: Astra Yoga Child
Template: astra
Version: 1.0.0
Description: Custom styled Astra child theme for Serendipity Yoga
*/

/* Serendipity Yoga Studio - Premium Styling */

/* Color Palette - Calming Yoga Theme */
:root {
    --yoga-primary: #6B5B95;
    --yoga-secondary: #88B04B;
    --yoga-accent: #F7CAC9;
    --yoga-dark: #2C3E50;
    --yoga-light: #F8F9FA;
    --yoga-text: #333333;
}

/* Global Typography */
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    color: var(--yoga-text) !important;
    line-height: 1.8 !important;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', Georgia, serif !important;
    color: var(--yoga-dark) !important;
}

h1 { font-size: clamp(2rem, 5vw, 3.5rem) !important; }
h2 { font-size: clamp(1.75rem, 4vw, 2.5rem) !important; color: var(--yoga-primary) !important; }
h3 { font-size: clamp(1.5rem, 3vw, 2rem) !important; }

/* Hero Section */
.entry-content > h1:first-child,
.wp-block-heading.has-text-align-center:first-of-type {
    background: linear-gradient(135deg, var(--yoga-primary) 0%, var(--yoga-secondary) 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    padding: 2rem 0 !important;
}

/* Buttons */
.wp-block-button__link,
.wp-element-button {
    background: var(--yoga-primary) !important;
    color: white !important;
    padding: 1rem 2.5rem !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    box-shadow: 0 4px 15px rgba(107, 91, 149, 0.3) !important;
    border: none !important;
    transition: all 0.3s ease !important;
}

.wp-block-button__link:hover,
.wp-element-button:hover {
    background: var(--yoga-secondary) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(136, 176, 75, 0.4) !important;
}

/* Columns */
.wp-block-columns {
    margin-top: 3rem !important;
    gap: 2rem !important;
}

.wp-block-column {
    background: var(--yoga-light) !important;
    padding: 2.5rem 2rem !important;
    border-radius: 15px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05) !important;
    transition: all 0.3s ease !important;
}

.wp-block-column:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
}

.wp-block-column h3 {
    color: var(--yoga-primary) !important;
    font-size: 2rem !important;
}

/* Separator */
.wp-block-separator,
hr {
    border: none !important;
    height: 2px !important;
    background: linear-gradient(90deg, transparent, var(--yoga-accent), transparent) !important;
    margin: 3rem auto !important;
    max-width: 200px !important;
}

/* Content */
.entry-content {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 3rem 2rem !important;
}

p {
    font-size: 1.125rem !important;
    line-height: 1.8 !important;
}

p.has-large-font-size {
    font-size: 1.5rem !important;
    color: var(--yoga-dark) !important;
}
