/* chickencoops.co — farmhouse theme */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter',system-ui,sans-serif;color:#2d1f14;background:#fdf6e3;line-height:1.65}
.container{max-width:1140px;margin:0 auto;padding:0 1.25rem}
img{max-width:100%;height:auto;display:block}
a{color:#5a7c5a;text-decoration:none;transition:color .2s}
a:hover{color:#476347}

/* ── NAV ── */
.site-header{background:#2d1f14;position:sticky;top:0;z-index:100}
.nav-wrap{display:flex;align-items:center;justify-content:space-between;height:56px}
.logo{font-family:'Fraunces',serif;font-weight:700;font-size:1.2rem;color:#fdf6e3;letter-spacing:-.02em}
.logo:hover{color:#d4a017}
.main-nav{display:flex;gap:1.5rem}
.main-nav a{color:rgba(253,246,227,.8);font-size:.88rem;font-weight:500}
.main-nav a:hover{color:#d4a017}
.nav-toggle{display:none;background:none;border:none;color:#fdf6e3;font-size:1.5rem;cursor:pointer}

/* ── HERO ── */
.hero,.page-hero{background-size:cover;background-position:center;position:relative;color:#fff;padding:5rem 0}
.hero::before,.page-hero::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(45,31,20,.75),rgba(90,124,90,.5))}
.hero-content,.page-hero .container{position:relative;z-index:1}
.hero{padding:7rem 0 6rem}
.hero h1{font-family:'Fraunces',serif;font-size:clamp(2.2rem,5vw,3.6rem);font-weight:700;line-height:1.15;max-width:600px;margin-bottom:1rem}
.hero-sub{font-size:1.1rem;max-width:520px;opacity:.92;margin-bottom:2rem;line-height:1.6}
.page-hero{padding:4rem 0 3.5rem}
.page-hero h1{font-family:'Fraunces',serif;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:700;margin-bottom:.5rem}
.page-hero.compact{padding:3rem 0 2.5rem;background:#5a7c5a}
.hero-tag{display:inline-block;background:#d4a017;color:#2d1f14;font-family:'Space Mono',monospace;font-size:.75rem;padding:.25rem .75rem;border-radius:3px;margin-bottom:.75rem;letter-spacing:.04em}

/* ── BUTTONS ── */
.btn{display:inline-block;padding:.7rem 1.6rem;border-radius:4px;font-weight:600;font-size:.9rem;transition:all .2s;cursor:pointer;border:none;text-align:center}
.btn-gold{background:#d4a017;color:#2d1f14}
.btn-gold:hover{background:#c49315;color:#2d1f14}
.btn-outline{border:2px solid #5a7c5a;color:#5a7c5a;background:transparent}
.btn-outline:hover{background:#5a7c5a;color:#fff}
.btn-amz{background:#ff9900;color:#111}
.btn-amz:hover{background:#e88b00}
.btn-ebay{background:#0064d2;color:#fff}
.btn-ebay:hover{background:#0050a8}

/* ── FTC ── */
.ftc{background:#f5edd8;border-left:4px solid #d4a017;padding:.9rem 1.25rem;margin:0;font-size:.82rem;color:#5c4a3a;line-height:1.55}

/* ── CATEGORY GRID ── */
.section{padding:4rem 0}
.section-title{font-family:'Fraunces',serif;font-size:clamp(1.5rem,3vw,2rem);text-align:center;margin-bottom:2.5rem;color:#2d1f14}
.cat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem}
.cat-card{position:relative;border-radius:8px;overflow:hidden;aspect-ratio:800/530;display:block}
.cat-card img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.cat-card:hover img{transform:scale(1.05)}
.cat-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(45,31,20,.85) 0%,transparent 60%);display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem;color:#fff}
.cat-overlay h2,.cat-overlay h3{font-family:'Fraunces',serif;font-size:1.3rem;margin-bottom:.25rem}
.cat-overlay p{font-size:.85rem;opacity:.85;line-height:1.4}
.cat-tag{display:inline-block;background:#d4a017;color:#2d1f14;font-family:'Space Mono',monospace;font-size:.7rem;padding:.2rem .6rem;border-radius:3px;margin-bottom:.5rem;width:fit-content;letter-spacing:.04em}
.cat-grid-small{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}
.cat-card-sm{aspect-ratio:800/530}
.cat-card-sm .cat-overlay h3{font-size:1.05rem}

/* ── CTA BANNER ── */
.cta-banner{background-size:cover;background-position:center;position:relative;padding:5rem 0;color:#fff}
.cta-banner::before{content:'';position:absolute;inset:0;background:rgba(45,31,20,.7)}
.cta-content{position:relative;z-index:1;text-align:center;max-width:600px;margin:0 auto}
.cta-content h2{font-family:'Fraunces',serif;font-size:clamp(1.5rem,3vw,2.2rem);margin-bottom:1rem}
.cta-content p{margin-bottom:2rem;opacity:.9;line-height:1.6}

/* ── LIFESTYLE SECTION ── */
.lifestyle-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.lifestyle-img img{border-radius:8px}
.lifestyle-text h2{font-family:'Fraunces',serif;font-size:1.6rem;margin-bottom:1rem}
.lifestyle-text p{margin-bottom:1rem;color:#5c4a3a;line-height:1.7}
.lifestyle-text .btn{margin-top:.5rem}

/* ── PRODUCT CARDS ── */
.products-grid{display:flex;flex-direction:column;gap:2rem}
.product-card{display:grid;grid-template-columns:240px 1fr;background:#ffffff;border:1px solid #e0d5c4;border-radius:8px;overflow:hidden;transition:box-shadow .2s}
.product-card:hover{box-shadow:0 4px 20px rgba(45,31,20,.1)}
.product-img-wrap{overflow:hidden}
.product-img-wrap img{width:100%;height:100%;object-fit:cover}
.product-info{padding:1.5rem}
.product-info h3{font-family:'Fraunces',serif;font-size:1.2rem;margin-bottom:.5rem;color:#2d1f14}
.product-meta{display:flex;gap:.75rem;margin-bottom:.75rem;font-size:.82rem}
.product-meta .cap{background:#5a7c5a;color:#fff;padding:.15rem .5rem;border-radius:3px;font-family:'Space Mono',monospace;font-size:.75rem}
.product-meta .tier{background:#d4a017;color:#2d1f14;padding:.15rem .5rem;border-radius:3px;font-family:'Space Mono',monospace;font-size:.75rem}
.product-info p{color:#5c4a3a;font-size:.9rem;line-height:1.6;margin-bottom:1rem}
.product-ctas{display:flex;gap:.75rem;flex-wrap:wrap}
.product-ctas .btn{font-size:.82rem;padding:.55rem 1.2rem}

/* ── PROSE / GUIDE ── */
.prose{max-width:760px}
.prose h2{font-family:'Fraunces',serif;font-size:1.4rem;margin:2.5rem 0 .75rem;color:#2d1f14}
.prose h3{font-size:1.1rem;margin:1.5rem 0 .5rem;color:#476347}
.prose p{margin-bottom:1rem;color:#5c4a3a;line-height:1.7}
.prose .lead{font-size:1.1rem;color:#2d1f14;line-height:1.7}
.prose ul{margin:0 0 1rem 1.5rem;color:#5c4a3a}
.prose li{margin-bottom:.5rem;line-height:1.6}
.guide-cta{background:#ffffff;border:1px solid #e0d5c4;border-radius:8px;padding:2rem;margin-top:3rem;text-align:center}
.guide-cta h3{font-family:'Fraunces',serif;margin-bottom:1.25rem}
.guide-links{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}

/* ── CONTACT FORM ── */
.contact-form{max-width:480px;margin-top:2rem}
.contact-form label{display:block;font-weight:600;font-size:.88rem;margin-bottom:.3rem;margin-top:1rem}
.contact-form input,.contact-form textarea{width:100%;padding:.65rem;border:1px solid #e0d5c4;border-radius:4px;font-family:inherit;font-size:.9rem}
.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#5a7c5a}
.contact-form .btn{margin-top:1.25rem;width:100%}

/* ── NETWORK BAND ── */
.network-band{background:#2d1f14;padding:.75rem 0}
.network-band .container{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}
.band-label{font-family:'Space Mono',monospace;font-size:.7rem;color:rgba(253,246,227,.5);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}
.band-links{display:flex;gap:1rem;flex-wrap:wrap}
.band-links a{font-size:.8rem;color:rgba(253,246,227,.7)}
.band-links a:hover{color:#d4a017}

/* ── FOOTER ── */
.site-footer{background:#2d1f14;color:rgba(253,246,227,.7);padding:3rem 0 1.5rem}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:2rem;margin-bottom:2rem}
.footer-brand{font-family:'Fraunces',serif;font-size:1.2rem;color:#fdf6e3;margin-bottom:.3rem}
.footer-tagline{font-size:.85rem;opacity:.6}
.footer-heading{font-weight:600;color:#fdf6e3;margin-bottom:.75rem;font-size:.9rem}
.site-footer a{display:block;color:rgba(253,246,227,.65);font-size:.85rem;margin-bottom:.4rem}
.site-footer a:hover{color:#d4a017}
.footer-bottom{border-top:1px solid rgba(253,246,227,.12);padding-top:1.25rem;font-size:.78rem;opacity:.5;text-align:center}

/* ── RESPONSIVE ── */
@media(max-width:768px){
  .nav-toggle{display:block}
  .main-nav{display:none;position:absolute;top:56px;left:0;right:0;background:#2d1f14;flex-direction:column;padding:1rem 1.25rem;gap:.75rem}
  .main-nav.open{display:flex}
  .hero{padding:4rem 0 3rem}
  .cat-grid{grid-template-columns:1fr}
  .product-card{grid-template-columns:1fr}
  .product-img-wrap{height:220px}
  .lifestyle-grid{grid-template-columns:1fr;gap:2rem}
  .footer-grid{grid-template-columns:1fr;gap:1.5rem}
}
