/*
Theme Name: ShriRadharani
Theme URI:  https://shriradharanitownship.in/
Author:      Shri Radharani
Description: Lightweight responsive theme for plot selling and events. SEO-friendly starter.
Version:     1.0
License:     GNU General Public License v2 or later
Text Domain: shriradharani
*/
:root{
  --max-w:1200px;
  --accent:#0c5a3a; /* deep green accent */
  --muted:#666;
  --radius:8px;
}
*{box-sizing:border-box}
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,'Helvetica Neue',Arial;line-height:1.6;color:#222;margin:0;background:#fff}
.container{max-width:var(--max-w);margin:0 auto;padding:0 18px}
.header{background:#fff;border-bottom:1px solid #eee}
.site-title{font-weight:700;padding:18px 0;font-size:1.2rem;color:var(--accent)}
.nav{display:flex;gap:12px;align-items:center}
.hero{padding:40px 0;display:flex;gap:24px;align-items:center}
.hero .left{flex:1}
.hero .right{flex:1}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card{border:1px solid #eee;padding:12px;border-radius:var(--radius);background:#fff}
.card img{width:100%;height:180px;object-fit:cover;border-radius:6px}
.meta{color:var(--muted);font-size:0.9rem}
.cta{display:inline-block;padding:10px 16px;border-radius:8px;background:var(--accent);color:#fff;text-decoration:none}
.small{font-size:0.9rem}
.footer{padding:20px 0;border-top:1px solid #eee;margin-top:40px;text-align:center}
@media(max-width:900px){.grid{grid-template-columns:repeat(2,1fr)}.hero{flex-direction:column}}
@media(max-width:600px){.grid{grid-template-columns:1fr}}
