/*
Theme Name: Bruno's Dog Town
Theme URI: https://brunosdogtown.com/
Author: Bruno's Dog Town
Description: Lightweight SEO-first editorial WordPress theme for dog lovers, affiliate content, product reviews, and display advertising.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: brunosdogtown
*/
:root{
  --ink:#17212b;--muted:#65727e;--cream:#fffaf2;--card:#fff;--line:#e7e9ec;
  --brand:#f4a62a;--brand2:#163a5f;--green:#2e7d5a;--max:1180px;
  --shadow:0 10px 30px rgba(20,31,45,.08);--radius:20px
}
*{box-sizing:border-box}
body{margin:0;color:var(--ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65;background:#fff}
a{color:var(--brand2);text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;height:auto;border-radius:14px}
.wrap{width:min(calc(100% - 36px),var(--max));margin:auto}
.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:28px;min-height:78px}
.brand{display:flex;align-items:center;gap:12px;font-weight:900;font-size:1.35rem;color:var(--ink)}
.paw{width:42px;height:42px;display:grid;place-items:center;background:var(--brand);border-radius:14px;font-size:24px}
.nav ul{display:flex;gap:22px;list-style:none;margin:0;padding:0;align-items:center;flex-wrap:wrap}
.nav a{font-weight:700;color:var(--ink)}
.header-search{background:#f5f6f7;border:0;border-radius:999px;padding:11px 16px;width:210px}
.hero{background:linear-gradient(135deg,#fff8e9 0%,#f4fbff 100%);padding:66px 0 50px;border-bottom:1px solid #eef0f2}
.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:46px;align-items:center}
.kicker{display:inline-block;background:#fff1cf;color:#775000;padding:7px 12px;border-radius:999px;font-weight:800;font-size:.82rem;letter-spacing:.02em}
h1{font-size:clamp(2.5rem,6vw,5rem);line-height:.98;letter-spacing:-.045em;margin:18px 0}
.hero p{font-size:1.14rem;color:var(--muted);max-width:650px}
.btn{display:inline-block;padding:14px 20px;border-radius:12px;background:var(--brand2);color:white;font-weight:800;margin:7px 9px 0 0}
.btn.alt{background:white;color:var(--brand2);border:1px solid var(--line)}
.hero-card{background:white;padding:22px;border-radius:28px;box-shadow:var(--shadow)}
.hero-card img{aspect-ratio:4/3;object-fit:cover;width:100%}
.section{padding:56px 0}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:24px}
.section h2{font-size:clamp(1.7rem,3vw,2.5rem);margin:0;letter-spacing:-.03em}
.muted{color:var(--muted)}
.topic-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:13px}
.topic{background:var(--cream);padding:20px 13px;text-align:center;border-radius:16px;border:1px solid #f1eadc;font-weight:800}
.topic span{display:block;font-size:1.7rem;margin-bottom:7px}
.content-grid{display:grid;grid-template-columns:2fr 1fr;gap:34px}
.posts{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.post-card,.product-card,.sidebar-box{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}
.post-card .thumb{aspect-ratio:16/10;background:#eef1f3;overflow:hidden}
.post-card .thumb img{width:100%;height:100%;object-fit:cover;border-radius:0}
.post-card .body{padding:19px}
.eyebrow{font-size:.75rem;text-transform:uppercase;letter-spacing:.09em;font-weight:900;color:var(--green)}
.post-card h3,.product-card h3{margin:7px 0 8px;line-height:1.25}
.sidebar-box{padding:22px;margin-bottom:20px}
.ad-slot{display:grid;place-items:center;min-height:250px;background:#f6f7f8;border:1px dashed #cfd4d9;color:#8a949d;border-radius:14px;text-align:center;padding:20px}
.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-card{padding:18px}
.product-card .score{font-weight:900;color:#7a5200}
.product-card .affiliate-button{display:block;background:var(--brand);color:#302000;padding:11px 13px;border-radius:10px;text-align:center;font-weight:900;margin-top:14px}
.newsletter{background:var(--brand2);color:white;border-radius:28px;padding:34px;display:grid;grid-template-columns:1.2fr .8fr;gap:30px;align-items:center}
.newsletter h2{color:white}
.newsletter form{display:flex;gap:10px}
.newsletter input{flex:1;padding:14px;border-radius:10px;border:0}
.newsletter button{border:0;padding:14px 18px;border-radius:10px;background:var(--brand);font-weight:900}
.article-wrap{width:min(calc(100% - 36px),820px);margin:48px auto}
.article-wrap h1{font-size:clamp(2.3rem,5vw,4rem)}
.article-meta{color:var(--muted);margin-bottom:25px}
.article-content{font-family:Georgia,serif;font-size:1.08rem}
.article-content h2,.article-content h3{font-family:Inter,system-ui,sans-serif}
.disclosure{background:#fff8e5;border:1px solid #f0dfaf;padding:14px 16px;border-radius:12px;font-size:.9rem;margin:20px 0}
.site-footer{background:#111b24;color:#dce3e9;padding:48px 0 24px;margin-top:50px}
.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:30px}
.site-footer a{color:#eaf1f5}
.footer-menu{list-style:none;padding:0}
.footer-menu li{margin:8px 0}
.copyright{border-top:1px solid #30404c;margin-top:30px;padding-top:18px;color:#9fadb8;font-size:.9rem}
.pagination{margin:28px 0}
@media(max-width:900px){
 .hero-grid,.content-grid,.newsletter,.footer-grid{grid-template-columns:1fr}
 .topic-grid{grid-template-columns:repeat(3,1fr)}
 .products-grid{grid-template-columns:repeat(2,1fr)}
 .nav{display:none}
}
@media(max-width:600px){
 .posts,.products-grid{grid-template-columns:1fr}
 .topic-grid{grid-template-columns:repeat(2,1fr)}
 .hero{padding-top:40px}
 .newsletter form{flex-direction:column}
 .header-search{width:150px}
}
