/*
Theme Name: Garcia Pro Window Tinting (Starter)
Theme URI: https://example.com/
Author: Garcia Pro
Description: Lightweight starter theme bundle for Garcia Pro Window Tinting. Includes templates and assets.
Version: 1.0
Tags: custom, tinting, business
Text Domain: garcia-pro
*/
body { font-family: 'Roboto', Arial, sans-serif; margin:0; color:#333333; background:#fff; }
header.site-header { background:#000000; color: #fff; padding:20px 0; }
.site-title { font-family: 'Oswald', 'Roboto Condensed', Arial, sans-serif; font-weight:700; letter-spacing:1px; color:#fff; margin:0; padding-left:20px; }
nav.site-nav a { color:#fff; margin-right:18px; text-decoration:none; font-weight:700; }
.site-accent { color: #ff6a00; }
.container { max-width:1100px; margin: 0 auto; padding:30px; }
.photo-grid { display:grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap:12px; }
.photo-grid img { width:100%; height:auto; display:block; border-radius:6px; }
.footer { background:#111; color:#ddd; padding:30px 0; margin-top:40px; }
.contact-card { background:#f7f7f7; padding:18px; border-radius:6px; }
