/*
Theme Name: Vatsalya Collective
Theme URI: https://example.com
Author: Decrewhub
Description: Custom WordPress theme converted from uploaded maternity fashion design.
Version: 1.0
Text Domain: vatsalya-collective
*/

body{
    margin:0;
    font-family: Arial, sans-serif;
    background:#fffaf7;
    color:#333;
}

.site-header{
    padding:20px;
    text-align:center;
    background:#f8e7e3;
}

.site-header h1{
    margin:0;
    color:#b76e79;
}

.page-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:20px;
    padding:30px;
}

.page-card{
    border:1px solid #eee;
    border-radius:12px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 2px 10px rgba(0,0,0,0.06);
}

.page-card img{
    width:100%;
    display:block;
}

.page-card h2{
    margin:0;
    padding:15px;
    font-size:18px;
}

footer{
    text-align:center;
    padding:20px;
    background:#f8e7e3;
}