/*
Theme Name: GetACavapoo
Theme URI: https://www.getacavapoo.com
Author: Your Name or Business
Author URI: https://www.getacavapoo.com
Description: Minimal, conversion-focused starter theme for a Cavapoo breeder.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: getacavapoo
Tags: one-column, responsive, accessibility-ready
*/
:root{--accent:#c96f50;--muted:#6b6b6b;--bg:#ffffff;--max-width:1100px;--gap:24px;}
html,body{height:100%;}
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,'Helvetica Neue',Arial;line-height:1.6;color:#111;background:var(--bg);margin:0;padding:0}
.container{max-width:var(--max-width);margin:0 auto;padding:24px}
.header{display:flex;align-items:center;justify-content:space-between;padding:16px 0}
.site-logo{font-weight:700;font-size:1.25rem}
.nav{display:flex;gap:16px;align-items:center}
.nav a{color:inherit;text-decoration:none}
.hero{display:grid;grid-template-columns:1fr 420px;gap:24px;align-items:center;padding:48px 0}
.hero img{width:100%;height:auto;border-radius:12px;object-fit:cover}
.btn{display:inline-block;padding:12px 20px;border-radius:10px;background:var(--accent);color:#fff;text-decoration:none;font-weight:600}
.section{padding:40px 0;border-top:1px solid #f0f0f0}
.grid{display:grid;gap:16px}
.grid-3{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.card{background:#fff;padding:16px;border-radius:10px;box-shadow:0 6px 18px rgba(15,15,15,0.06)}
.footer{padding:24px 0;border-top:1px solid #eee;color:var(--muted)}
@media(max-width:900px){.hero{grid-template-columns:1fr;}}
