/* Shared stylesheet for suburb landing pages (firewood-delivery-*.html).
   Kept separate from site.css so guide/hub pages are not overridden. */

*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Inter',system-ui,sans-serif;color:#2a1a12;background:#faf4ee;line-height:1.6;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
h1,h2,h3{font-family:'Playfair Display',serif;color:#241009;line-height:1.12}
.wrap{max-width:1080px;margin:0 auto;padding:0 24px}
/* nav */
header.site{background:linear-gradient(180deg,#180b06,#24100a)}
nav{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 24px;max-width:1140px;margin:0 auto;flex-wrap:wrap}
.brand{display:flex;align-items:center;gap:9px;color:#fdf5ee;font-family:'Playfair Display',serif;font-weight:800;font-size:21px}
.brand .amp{color:#f6a678}
.navlinks{display:flex;gap:22px;color:rgba(253,245,238,.86);font-size:14.5px;font-weight:500;flex-wrap:wrap}
.navlinks a:hover{color:#f6a678}
.navcta{display:flex;gap:10px;align-items:center}
.btn{display:inline-flex;align-items:center;gap:8px;border-radius:999px;font-weight:700;white-space:nowrap;transition:filter .15s,background .15s}
.btn-primary{padding:11px 20px;background:linear-gradient(180deg,#f26a3f,#cf4526);color:#fff;font-size:13.5px;box-shadow:0 8px 22px rgba(240,90,35,.35)}
.btn-primary:hover{filter:brightness(1.07)}
.btn-ghost{padding:11px 18px;background:rgba(253,245,238,.1);border:1px solid rgba(253,245,238,.35);color:#fdf5ee;font-size:13.5px}
.btn-ghost:hover{background:rgba(253,245,238,.18)}
/* hero */
.hero{background:linear-gradient(180deg,#24100a 0%,#3a160c 55%,#611f0d 100%);color:#fdf5ee;padding:34px 0 66px}
.crumbs{font-size:13px;color:rgba(253,245,238,.6);padding:6px 0 22px}
.crumbs a:hover{color:#f6a678}
.eyebrow{display:inline-block;background:rgba(246,166,120,.14);color:#f6a678;font-size:12.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:7px 14px;border-radius:999px;margin-bottom:18px}
.hero h1{color:#fdf5ee;font-size:52px;font-weight:800;letter-spacing:-.01em;max-width:760px}
.hero p{margin-top:18px;font-size:19px;color:rgba(253,245,238,.9);max-width:620px}
.hero .cta-row{margin-top:28px;display:flex;gap:12px;flex-wrap:wrap}
/* sections */
section{padding:64px 0}
section.alt{background:#f2e6d9}
h2.sec{font-size:34px;font-weight:800;margin-bottom:16px}
.lead{font-size:17.5px;max-width:760px;color:#3a2a20}
.lead p{margin-bottom:16px}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:34px}
.card{background:#fff;border:1px solid #ecdccb;border-radius:16px;padding:26px}
.card h3{font-size:20px;margin-bottom:10px}
.card p{font-size:15px;color:#4a382c}
/* price */
.price{display:flex;align-items:center;gap:26px;flex-wrap:wrap;background:#fff;border:1px solid #ecdccb;border-radius:20px;padding:30px 34px;margin-top:30px}
.price .amt{font-family:'Playfair Display',serif;font-weight:800;color:#241009;font-size:56px;line-height:1}
.price .amt span{font-size:20px;font-weight:600;color:#7a6656;font-family:'Inter',sans-serif}
.price ul{list-style:none;font-size:15.5px;color:#4a382c}
.price li{margin:4px 0;padding-left:24px;position:relative}
.price li::before{content:"✓";position:absolute;left:0;color:#cf4526;font-weight:800}
/* nearby */
.chips{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
.chip{background:#fff;border:1px solid #ecdccb;border-radius:999px;padding:11px 20px;font-weight:600;font-size:15px;color:#241009}
.chip:hover{border-color:#f26a3f;color:#cf4526}
/* faq */
.faq{margin-top:28px;max-width:800px}
.faq details{background:#fff;border:1px solid #ecdccb;border-radius:14px;padding:18px 22px;margin-bottom:12px}
.faq summary{font-weight:700;font-size:16.5px;color:#241009;cursor:pointer;font-family:'Playfair Display',serif}
.faq p{margin-top:10px;font-size:15px;color:#4a382c}
/* cta band */
.band{background:linear-gradient(180deg,#3a160c,#24100a);color:#fdf5ee;text-align:center;padding:60px 0}
.band h2{color:#fdf5ee;font-size:32px;margin-bottom:12px}
.band p{color:rgba(253,245,238,.85);font-size:17px;margin-bottom:24px}
/* footer */
footer{background:#160b06;color:rgba(253,245,238,.72);padding:56px 24px 30px}
.fgrid{display:grid;grid-template-columns:1.6fr 1fr;gap:40px;max-width:1100px;margin:0 auto 34px}
.fareas{max-width:1100px;margin:0 auto 34px;border-top:1px solid rgba(255,255,255,.08);padding-top:32px}
.fareas>.fhead{margin-bottom:18px}
.fagrid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px 26px}
.fagrid .glabel{color:rgba(253,245,238,.5);font-size:11.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:10px}
.fagrid a{display:block;color:rgba(253,245,238,.72);margin-bottom:8px;font-size:13.5px}
.fagrid a:hover{color:#f6a678}
@media(max-width:820px){.fagrid{grid-template-columns:repeat(2,1fr)}}
.fhead{color:#f6a678;font-size:12.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:15px}
.fcol a{display:block;color:rgba(253,245,238,.72);margin-bottom:9px;font-size:14.5px}
.fcol a:hover{color:#f6a678}
.fbrand{display:flex;align-items:center;gap:9px;color:#fdf5ee;font-family:'Playfair Display',serif;font-weight:800;font-size:21px;margin-bottom:14px}
.fbot{border-top:1px solid rgba(255,255,255,.08);padding-top:22px;max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:13px;color:rgba(253,245,238,.5)}
@media(max-width:820px){.grid3{grid-template-columns:1fr}.fgrid{grid-template-columns:1fr}.hero h1{font-size:38px}.navlinks{display:none}}
