.elementor-3622 .elementor-element.elementor-element-de09a75{--display:flex;}/* Start custom CSS for html, class: .elementor-element-16213cd *//* =============================================
   FABRIC INSIGHTS PAGE - CSS STYLES
   Santa Rosa Designs
   
   PASTE THIS INTO:
   - Appearance → Customize → Additional CSS
   - OR Elementor → Site Settings → Custom CSS
   ============================================= */

/* ----- Google Fonts (add to header) ----- */
/* <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600&family=Montserrat:wght@300;400;500&display=swap" rel="stylesheet"> */

/* ----- Reset & Base ----- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 1.7;
    color: #333;
    background-color: #fff;
}

/* ----- Page Header ----- */
.page-header {
    background: linear-gradient(135deg, #f8f6f3 0%, #ebe6df 100%);
    padding: 6rem 2rem 4rem;
    text-align: center;
}

.page-header h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3.5rem;
    font-weight: 300;
    color: #333;
    margin-bottom: 1rem;
    letter-spacing: 2px;
}

.page-header p {
    font-size: 1.1rem;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

/* ----- Section Styles ----- */
.fabric-section {
    padding: 5rem 2rem;
}

.fabric-section:nth-child(even) {
    background: #f8f6f3;
}

.section-container {
    max-width: 1100px;
    margin: 0 auto;
}

.section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.5rem;
    font-weight: 400;
    color: #333;
    text-align: center;
    margin-bottom: 1rem;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #666;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem;
}

/* ----- Image Placeholder ----- */
.image-placeholder {
    background: linear-gradient(135deg, #e8e4df 0%, #d4cfc7 100%);
    border: 2px dashed #8B7355;
    border-radius: 8px;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
}

.image-placeholder span {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    color: #8B7355;
    font-weight: 400;
}

/* ----- Two Column Layout ----- */
.two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    margin-bottom: 3rem;
}

.two-column.reverse {
    direction: rtl;
}

.two-column.reverse > * {
    direction: ltr;
}

.column-image {
    background: linear-gradient(135deg, #e8e4df 0%, #d4cfc7 100%);
    border: 2px dashed #8B7355;
    border-radius: 8px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.column-image span {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    color: #8B7355;
    font-weight: 400;
}

/* ----- Content Styles ----- */
.content-block h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 1rem;
}

.content-block p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 1rem;
    line-height: 1.8;
}

/* ----- Benefits Grid ----- */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.benefit-card {
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.fabric-section:nth-child(even) .benefit-card {
    background: #fff;
}

.fabric-section:nth-child(odd) .benefit-card {
    background: #f8f6f3;
}

.benefit-card h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    font-weight: 500;
    color: #8B7355;
    margin-bottom: 0.75rem;
}

.benefit-card p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.7;
}

/* ----- Care Instructions ----- */
.care-section {
    margin-top: 3rem;
}

.care-section h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 1.5rem;
    text-align: center;
}

.care-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.care-card {
    padding: 2rem;
    border-left: 3px solid #8B7355;
    background: #fff;
}

.fabric-section:nth-child(even) .care-card {
    background: #fff;
}

.fabric-section:nth-child(odd) .care-card {
    background: #f8f6f3;
}

.care-card h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 1rem;
}

.care-card ul {
    list-style: none;
    padding: 0;
}

.care-card li {
    font-size: 0.95rem;
    color: #555;
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
    line-height: 1.6;
}

.care-card li::before {
    content: '•';
    color: #8B7355;
    position: absolute;
    left: 0;
    font-size: 1.2rem;
}

/* ----- Highlight Box ----- */
.highlight-box {
    background: linear-gradient(135deg, #8B7355 0%, #a08567 100%);
    color: #fff;
    padding: 2rem;
    border-radius: 8px;
    margin: 2rem 0;
}

.highlight-box h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 0.75rem;
}

.highlight-box p {
    font-size: 0.95rem;
    line-height: 1.7;
    opacity: 0.95;
}

/* ----- Comparison Box ----- */
.comparison-box {
    background: #fff;
    border: 2px solid #8B7355;
    padding: 2rem;
    border-radius: 8px;
    margin: 2rem 0;
}

.comparison-box h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    font-weight: 500;
    color: #8B7355;
    margin-bottom: 0.75rem;
}

.comparison-box p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.7;
}

/* ----- CTA Section ----- */
.cta-section {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, #333 0%, #555 100%);
    text-align: center;
}

.cta-container {
    max-width: 700px;
    margin: 0 auto;
}

.cta-section h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.5rem;
    font-weight: 300;
    color: #fff;
    margin-bottom: 1rem;
}

.cta-section p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 2rem;
}

.cta-button {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: #8B7355;
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.cta-button:hover {
    background: #a08567;
}

/* ----- Responsive ----- */
@media (max-width: 768px) {
    .page-header h1 {
        font-size: 2.5rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .two-column {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .two-column.reverse {
        direction: ltr;
    }

    .fabric-section {
        padding: 3rem 1.5rem;
    }
}/* End custom CSS */