/*
Theme Name: SteveBooks OnePage (Complete + Logo + Testimonials)
Theme URI: https://stevegogdream.com
Author: Steve Bate
Description: One-page theme for two books with easy header logo, Customizer controls, and unlimited testimonials via a dedicated content type.
Version: 1.4.0
Text Domain: stevebooks-onepage
*/
:root{--bg:#fff;--text:#1f2937;--muted:#6b7280;--accent:#2563eb;--accent-2:#10b981;--soft-green:#ecfdf5;--soft-yellow:#fffbeb;--light-blue:#eff6ff;--light-orange:#fff7ed;--light-purple:#f5f3ff}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;color:var(--text);background:var(--bg);line-height:1.6}
a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}
.container{max-width:1100px;margin:0 auto;padding:0 1rem}.section{padding:72px 0}
h1,h2,h3{line-height:1.2;margin:0 0 12px}p{margin:0 0 12px;color:var(--text)}
.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #e5e7eb}
.navbar{display:flex;align-items:center;justify-content:space-between;padding:12px 0;gap:18px}
.menu-toggle{display:none;border:1px solid #e5e7eb;padding:6px 10px;border-radius:8px;background:#fff}
.primary-menu{display:flex;gap:18px;list-style:none;margin:0;padding:0}
.primary-menu a{padding:8px 10px;border-radius:8px;display:inline-block}
.primary-menu a:hover{background:#f3f4f6;text-decoration:none}
@media(max-width:820px){.menu-toggle{display:inline-block}.primary-menu{display:none;flex-direction:column;gap:0}.primary-menu.show{display:flex;background:#fff;padding:10px;border:1px solid #e5e7eb;border-radius:12px;margin-top:8px}}
.site-branding{display:flex;align-items:center;gap:12px}.header-logo{display:inline-block;line-height:0}.header-logo img{height:auto;display:block}.header-logo.align-center{text-align:center;display:block;margin:0 auto}.header-logo.align-right{text-align:right;display:block;margin-left:auto}
@media(max-width:600px){.header-logo img{max-width:180px}}
.btn{display:inline-block;padding:12px 18px;border-radius:999px;font-weight:600}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{opacity:.9;text-decoration:none}.btn-outline{border:2px solid var(--accent);color:var(--accent)}.btn-outline:hover{background:var(--accent);color:#fff;text-decoration:none}
.hero{background:var(--soft-green)}.hero-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:36px;align-items:center}.hero h1{font-size:2.2rem;margin-bottom:10px}.hero p{color:var(--muted)}.hero-cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}.hero-books{display:flex;gap:16px;align-items:flex-start;justify-content:center}.hero-book{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:8px 12px;min-width:140px;text-align:center}
@media(max-width:900px){.hero-grid{grid-template-columns:1fr}}
.books{background:var(--soft-yellow)}.books-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.book-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:18px}.book-title{font-weight:700;font-size:1.2rem;margin-bottom:6px}.book-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:8px}
@media(max-width:900px){.books-grid{grid-template-columns:1fr}}
.author{background:var(--light-blue)}.author-grid{display:grid;grid-template-columns:220px 1fr;gap:24px;align-items:start}.author-photo{width:100%;height:220px;background:#d1d5db;border-radius:16px;border:1px solid #e5e7eb}
@media(max-width:800px){.author-grid{grid-template-columns:1fr}.author-photo{height:180px}}
.partnerships{background:var(--light-orange);text-align:center}.partnerships .cta{margin-top:12px}
.testimonials{background:var(--light-purple)}.quote-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.quote{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:16px;font-style:italic}
@media(max-width:900px){.quote-grid{grid-template-columns:1fr}}
.contact .card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:18px}
.site-footer{background:#f8fafc;color:var(--muted);border-top:1px solid #e5e7eb;padding:32px 0;font-size:.95rem}.footer-inner{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap}.footer-links{display:flex;gap:14px}.footer-links a{color:var(--muted)}.footer-links a:hover{color:var(--text)}
