/*
Theme Name: SEO Starter Theme Fixed
Theme URI:  https://example.com/seo-starter-theme
Author:      ChatGPT (GPT-5)
Author URI:  https://openai.com
Description: A lightweight, SEO-focused WordPress starter theme (fixed header.php error).
Version:     1.1
License:     GPL-2.0+
Text Domain: seo-starter
Tags:        accessibility, responsive, seo, lightweight
*/
:root{
  --content-width: 900px;
  --accent:#c49a6c;
  --bg:#ffffff;
  --muted:#666;
  --max-width:1200px;
}
*{box-sizing:border-box}
html,body{height:100%}
body{font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial;line-height:1.65;color:#222;background:var(--bg);margin:0;padding:0;-webkit-font-smoothing:antialiased}
a{color:var(--accent);text-decoration:none}
.container{max-width:var(--max-width);margin:0 auto;padding:20px}
.header{padding:20px 0;border-bottom:1px solid #eee}
.site-title{font-size:1.4rem;margin:0}
.site-description{color:var(--muted);font-size:0.95rem;margin:4px 0 0}
.nav{margin-top:12px}
.main{display:block;padding:24px 0}
.article{max-width:var(--content-width);margin:0 auto}
article h1{font-size:2rem;margin:0 0 12px}
.entry-meta{color:var(--muted);font-size:0.9rem;margin-bottom:12px}
.post-excerpt{color:#333}
.sidebar{padding:12px;background:#fafafa;border-left:1px solid #efefef}
.footer{padding:24px 0;color:var(--muted);font-size:0.95rem;border-top:1px solid #eee;margin-top:40px}
@media(min-width:900px){
  .layout{display:flex;gap:24px;align-items:flex-start}
  .main{flex:1}
  .sidebar{width:320px}
}
