:root{
  --font-head:"Fraunces",Georgia,"Times New Roman",serif;
  --font-body:"Inter",system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  --green-900:#13432a;
  --green-800:#1a5a37;
  --green-700:#1f6f43;
  --green-600:#2a8c56;
  --green-500:#34a866;
  --green-100:#e8f5ee;
  --green-50:#f4faf6;
  --ink:#14241c;
  --grey:#566b60;
  --line:#e2ece6;
  --white:#ffffff;
  --gold:#c19a4b;        /* restrained brass accent — use sparingly */
  --gold-soft:#e9dcc0;
  --shadow:0 4px 22px rgba(19,67,42,.06);
  --shadow-lg:0 26px 60px rgba(19,67,42,.12);
  --radius:18px;
  --radius-sm:12px;
  --max:1280px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;scroll-padding-top:94px}
body{
  font-family:var(--font-body);
  color:var(--ink);line-height:1.65;background:var(--white);-webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4{font-family:var(--font-head);line-height:1.16;color:var(--green-900);font-weight:600;letter-spacing:-.018em}
h2{font-size:clamp(1.75rem,3.5vw,2.6rem);letter-spacing:-.022em}
h3,h4{font-weight:600}
p{color:var(--grey)}
a{color:var(--green-700);text-decoration:none}
img{max-width:100%;display:block}
.wrap{max-width:var(--max);margin:0 auto;padding:0 22px}
section{padding:96px 0}
.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:.74rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--green-700);background:var(--green-50);border:1px solid var(--line);padding:7px 15px;border-radius:999px;margin-bottom:16px}
.eyebrow::before{content:"";width:14px;height:1.5px;background:var(--gold);border-radius:2px}
.lead{font-size:1.13rem;line-height:1.7;max-width:760px}
.center{text-align:center}
.center .lead{margin:0 auto}
svg.i{width:1.4em;height:1.4em;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
svg.i.fill{fill:currentColor;stroke:none}
.btn{display:inline-flex;align-items:center;gap:9px;font-weight:600;letter-spacing:.01em;padding:14px 28px;border-radius:999px;transition:.2s ease;cursor:pointer;border:none;font-size:1rem}
.btn-primary{background:var(--green-700);color:#fff;box-shadow:0 6px 18px rgba(19,67,42,.18)}
.btn-primary:hover{background:var(--green-800);transform:translateY(-2px);box-shadow:0 14px 30px rgba(19,67,42,.24)}
.btn-ghost{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.7)}
.btn-ghost:hover{background:rgba(255,255,255,.12)}
.btn-gold{background:var(--gold);color:var(--green-900);box-shadow:0 6px 18px rgba(193,154,75,.28)}
.btn-gold:hover{background:#cfa95c;transform:translateY(-2px);box-shadow:0 14px 30px rgba(193,154,75,.34)}

/* Header */
header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(8px);border-bottom:1px solid var(--line);transition:transform .32s ease,box-shadow .25s ease;will-change:transform}
header.header-hidden{transform:translateY(-100%)}
header.header-scrolled{box-shadow:0 6px 22px rgba(19,67,42,.08)}
.nav{display:flex;align-items:center;justify-content:space-between;height:78px}
.brand{display:flex;align-items:center;gap:11px;font-weight:800;color:var(--green-900);font-size:1.08rem;line-height:1.1}
.brand img{width:46px;height:46px;border-radius:50%}
/* Wordmark lockup — Fraunces name + spaced uppercase kicker (matches the editorial type system) */
.brand-name{display:flex;flex-direction:column;line-height:1;width:fit-content}
.brand .bn{font-family:var(--font-head);font-weight:600;font-size:1.3rem;letter-spacing:-.02em;color:var(--green-900)}
/* kicker justified so it spans the exact width of the name above */
.brand .bk{font-family:var(--font-body);font-weight:600;font-size:.64rem;letter-spacing:.34em;text-transform:uppercase;color:var(--green-700);margin-top:5px;text-align:justify;text-align-last:justify}
/* Footer keeps the serif name (single line, no kicker) for a cohesive identity */
.foot-brand .brand>span{font-family:var(--font-head);font-weight:600;font-size:1.16rem;letter-spacing:-.015em}
.nav-links{display:flex;gap:24px;align-items:center}
.nav-links a{color:var(--ink);font-weight:600;font-size:.95rem}
.nav-links a:hover{color:var(--green-600)}
.nav-firewood{display:inline-flex;align-items:center;gap:7px;padding:8px 16px;border-radius:999px;background:linear-gradient(180deg,#fcf7ec,#f5ecd8);border:1px solid var(--gold);box-shadow:0 6px 18px rgba(193,154,75,.18);font-size:.9rem;letter-spacing:.01em;transition:.2s ease}
.nav-links a.nav-firewood{color:var(--green-900);font-weight:700}
.nav-firewood svg{width:15px;height:15px;color:var(--gold)}
.nav-links a.nav-firewood:hover{color:var(--green-900);transform:translateY(-2px);box-shadow:0 14px 30px rgba(193,154,75,.3)}
.nav-cta{display:flex;align-items:center;gap:14px}
.nav-phone{display:inline-flex;align-items:center;gap:7px;font-weight:800;color:var(--green-700)}
.burger{display:none;background:none;border:none;cursor:pointer;color:var(--green-900)}
.burger svg{width:28px;height:28px}
.nav-mobile{display:none}

/* Hero — cinematic centered geo-hub */
.hero{position:relative;color:#fff;text-align:center;min-height:min(88vh,840px);display:grid;place-items:center;overflow:hidden;background:var(--green-900)}
.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 28%;z-index:0}
.hero::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(13,40,26,.5) 0%,rgba(13,40,26,.6) 40%,rgba(13,40,26,.88) 100%)}
.hero .wrap{max-width:860px;padding-top:64px;padding-bottom:64px;position:relative;z-index:2}
.hero h1{color:#fff;font-size:clamp(2.3rem,5vw,3.9rem);line-height:1.05;letter-spacing:-.028em;margin-bottom:18px}
.hero p{color:rgba(255,255,255,.93);font-size:1.18rem;line-height:1.65;max-width:620px;margin:0 auto 28px}
.hero-cta{display:flex;gap:14px;flex-wrap:wrap;justify-content:center;margin-bottom:28px}
.hero-rating{display:inline-flex;align-items:center;gap:9px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.28);padding:7px 16px;border-radius:999px;font-size:.85rem;font-weight:600;color:#fff;margin-bottom:20px}
.hero-rating .stars{color:#f2c14e;display:inline-flex;gap:2px}
.hero-rating .stars svg{width:15px;height:15px}
.hero-trust{display:flex;gap:13px 30px;justify-content:center;flex-wrap:wrap;font-size:.9rem;font-weight:600;color:rgba(255,255,255,.92)}
.hero-trust span{display:inline-flex;align-items:center;gap:8px}
.hero-trust svg{width:18px;height:18px;color:var(--green-500)}

/* Trust strip */
.trust{background:var(--green-50);border-bottom:1px solid var(--line)}
.trust .wrap{display:flex;flex-wrap:wrap;justify-content:space-between;gap:14px 30px;padding:20px 22px;align-items:center}
.trust .item{display:flex;align-items:center;gap:9px;font-weight:600;color:var(--green-900);font-size:.9rem;white-space:nowrap}
.trust .item svg{width:21px;height:21px;color:var(--green-600)}

/* Services */
.grid{display:grid;gap:26px}
.grid-3{grid-template-columns:repeat(3,1fr)}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.25s ease;display:flex;flex-direction:column;box-shadow:0 1px 2px rgba(19,67,42,.03)}
.card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:var(--green-100)}
.card-media{aspect-ratio:16/10;overflow:hidden}
.card-media img{width:100%;height:100%;object-fit:cover;transition:.45s ease}
.card:hover .card-media img{transform:scale(1.06)}
.card-body{padding:0 26px 28px;display:flex;flex-direction:column;flex:1}
.card-ic{width:54px;height:54px;display:grid;place-items:center;background:#fff;color:var(--green-700);border-radius:14px;margin-top:-27px;margin-bottom:14px;position:relative;z-index:2;box-shadow:var(--shadow);border:1px solid var(--line)}
.card-ic svg{width:27px;height:27px}
.card h3{font-size:1.22rem;margin-bottom:8px}
.card ul{list-style:none;margin-top:12px}
.card ul li{position:relative;padding-left:24px;font-size:.92rem;color:var(--grey);margin-bottom:6px}
.card ul li svg{position:absolute;left:0;top:3px;width:16px;height:16px;color:var(--green-600)}
.card-cta{background:var(--green-50);border:1px dashed var(--green-500);justify-content:center;align-items:center;text-align:center;padding:34px}
.grid-3 .card-cta{grid-column:1/-1}
.card-cta h3{margin-bottom:10px}
.card-cta p{margin-bottom:18px}
.card-more{margin-top:auto;padding-top:16px;font-weight:700;display:inline-flex;align-items:center;gap:7px;color:var(--green-700)}
.card-more svg{width:18px;height:18px;transition:.18s ease}
.card:hover .card-more svg{transform:translateX(4px)}

/* Process */
.process{background:var(--green-50)}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:18px}
.step{background:#fff;border-radius:var(--radius);padding:26px;border:1px solid var(--line)}
.step .n{width:46px;height:46px;border-radius:14px;background:var(--green-600);color:#fff;display:grid;place-items:center;margin-bottom:14px}
.step .n svg{width:24px;height:24px}
.step h3{font-size:1.1rem;margin-bottom:6px}
.step p{font-size:.92rem}

/* About */
.about .wrap{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.about-copy p{margin-bottom:16px}
.values{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:8px}
.value{background:var(--green-50);border-radius:12px;padding:18px;border:1px solid var(--line)}
.value .vh{display:flex;align-items:center;gap:9px;margin-bottom:6px}
.value .vh svg{width:22px;height:22px;color:var(--green-600)}
.value h4{font-size:1.02rem;color:var(--green-800)}
.value p{font-size:.88rem}
.about-aside img.about-photo{width:100%;height:300px;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:22px}
.why-card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--line);padding:28px}
.why-card h3{margin-bottom:16px}
.why-list{list-style:none;display:grid;gap:14px}
.why-list li{display:flex;gap:12px}
.why-list li svg{width:22px;height:22px;color:var(--green-600);flex-shrink:0;margin-top:2px}
.why-list strong{color:var(--green-900);font-size:.97rem}
.why-list small{color:var(--grey)}
.creds{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-top:22px;padding-top:20px;border-top:1px solid var(--line)}
.creds img{height:42px;width:auto;border-radius:6px}

/* Service area */
.area{background:var(--green-900);color:#fff}
.area h2{color:#fff}
.area p{color:rgba(255,255,255,.85)}
.area-hub{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin:22px 0 30px}
.area-hub a{background:var(--green-600);padding:8px 16px;border-radius:999px;font-weight:700;font-size:.95rem}
.area-hub a{color:#fff;transition:background .2s}
.area-hub a:hover{background:var(--green-500)}

/* Reviews */
.reviews{background:var(--green-50)}
.review{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px}
.review .stars{color:#f2b705;margin-bottom:10px;display:flex;gap:2px}
.review .stars svg{width:18px;height:18px}
.review p{color:var(--ink);font-size:.97rem;margin-bottom:14px}
.review .who{display:flex;align-items:center;gap:12px}
.review .av{width:42px;height:42px;border-radius:50%;background:var(--green-600);color:#fff;display:grid;place-items:center;font-weight:800}
.review .who strong{display:block;color:var(--green-900);font-size:.95rem}
.review .who small{color:var(--grey)}

/* CTA band */
/* Firewood for Sale band */
.firewood-band{position:relative;background:var(--green-900);color:#fff;padding:88px 0;overflow:hidden}
.firewood-band::before{content:"";position:absolute;top:-30%;right:-12%;width:58%;height:160%;background:radial-gradient(closest-side,rgba(193,154,75,.13),transparent 70%);pointer-events:none}
.fw-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center;position:relative}
.firewood-band h2{color:#fff;margin-bottom:14px}
.firewood-band p{color:rgba(255,255,255,.88);line-height:1.7;max-width:540px}
.fw-eyebrow{background:rgba(193,154,75,.14);border-color:rgba(193,154,75,.4);color:var(--gold-soft)}
.fw-prices{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:14px 26px;margin:28px 0 32px}
.fw-prices li{display:flex;justify-content:space-between;align-items:baseline;gap:12px;border-bottom:1px solid rgba(255,255,255,.18);padding-bottom:10px;font-size:.94rem;font-weight:600;color:rgba(255,255,255,.9)}
.fw-prices li small{display:block;font-size:.76rem;font-weight:500;color:rgba(255,255,255,.55);letter-spacing:.02em}
.fw-prices strong{font-family:var(--font-head);font-weight:600;font-size:1.3rem;color:var(--gold-soft);letter-spacing:-.01em}
.fw-cta{display:flex;gap:14px;flex-wrap:wrap}
.fw-media{position:relative;margin:0}
.fw-media img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius);box-shadow:0 30px 70px rgba(0,0,0,.35);position:relative;z-index:1}
.fw-media::after{content:"";position:absolute;top:18px;left:18px;right:-18px;bottom:-18px;border:1px solid rgba(193,154,75,.45);border-radius:var(--radius);z-index:0}

.cta-band{position:relative;color:#fff;text-align:center;background:linear-gradient(rgba(19,67,42,.88),rgba(19,67,42,.88)),url('images/svc-emergency.jpg') center/cover no-repeat;padding:70px 0}
.cta-band h2{color:#fff;margin-bottom:12px}
.cta-band p{color:rgba(255,255,255,.9);max-width:620px;margin:0 auto 24px}

/* FAQ */
.faq-item{border:1px solid var(--line);border-radius:12px;margin-bottom:12px;overflow:hidden;background:#fff}
.faq-q{width:100%;text-align:left;background:none;border:none;padding:18px 22px;font-size:1.04rem;font-weight:700;color:var(--green-900);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px}
.faq-q .chev{color:var(--green-600);transition:.25s;flex-shrink:0}
.faq-q .chev svg{width:22px;height:22px}
.faq-q[aria-expanded="true"] .chev{transform:rotate(180deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .28s ease;padding:0 22px}
.faq-a p{padding-bottom:18px;font-size:.96rem}

/* Contact */
.contact{background:linear-gradient(135deg,var(--green-700),var(--green-900));color:#fff}
.contact h2{color:#fff}
.contact .wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:46px;align-items:start}
.contact p{color:rgba(255,255,255,.9)}
.contact-info{margin-top:20px;display:grid;gap:16px}
.contact-info a{color:#fff}
.ci{display:flex;gap:14px;align-items:flex-start}
.ci .ic{width:46px;height:46px;border-radius:12px;background:rgba(255,255,255,.14);display:grid;place-items:center;flex-shrink:0}
.ci .ic svg{width:22px;height:22px;color:#fff}
.ci strong{display:block;font-size:1.02rem}
.ci small{color:rgba(255,255,255,.8)}
form{background:#fff;border-radius:var(--radius);padding:30px;box-shadow:var(--shadow-lg)}
form label{display:block;font-weight:600;color:var(--green-900);font-size:.9rem;margin-bottom:6px}
.field{margin-bottom:16px}
.label-optional small{font-weight:500;color:var(--grey)}
.pack-field{border:none;padding:0;margin:0 0 16px}
.pack-field legend{display:block;font-weight:600;font-size:.92rem;margin-bottom:8px;color:var(--green-900)}
.pack-picker{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.pack-option{position:relative}
.pack-option input{position:absolute;opacity:0;width:1px;height:1px}
.pack-option label{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:13px 15px;border:1px solid var(--line);border-radius:10px;background:#fff;cursor:pointer;transition:.15s ease}
.pack-option label strong{font-size:.93rem;color:var(--ink);line-height:1.3}
.pack-option label strong small{display:block;font-weight:500;font-size:.76rem;color:var(--grey)}
.pack-price{font-family:var(--font-head);font-weight:600;font-size:1.15rem;color:var(--green-700);white-space:nowrap}
.pack-option label:hover{border-color:var(--green-500)}
.pack-option input:checked+label{border-color:var(--green-600);background:var(--green-50);box-shadow:0 0 0 3px var(--green-100)}
.pack-option input:checked+label .pack-price{color:var(--green-800)}
.pack-option input:focus-visible+label{outline:2px solid var(--green-600);outline-offset:2px}
.row2{display:grid;grid-template-columns:1fr 1fr;gap:16px}
input,select,textarea{width:100%;padding:12px 14px;border:1px solid var(--line);border-radius:10px;font-family:inherit;font-size:.96rem;color:var(--ink);background:#fff}
input:focus,select:focus,textarea:focus{outline:none;border-color:var(--green-500);box-shadow:0 0 0 3px var(--green-100)}
textarea{resize:vertical;min-height:110px}
.form-note{font-size:.82rem;color:var(--grey);margin-top:10px}
.ok-msg{display:none;align-items:center;gap:10px;background:var(--green-100);color:var(--green-900);border-radius:10px;padding:14px;font-weight:600;margin-bottom:16px}
.ok-msg svg{width:22px;height:22px;color:var(--green-600)}
.err-msg{display:none;align-items:center;gap:10px;background:#fbecec;color:#8a2b2b;border:1px solid #f0d2d2;border-radius:10px;padding:14px;font-weight:600;margin-bottom:16px}
.err-msg svg{width:22px;height:22px;color:#c0392b;flex-shrink:0}
.err-msg a{color:#8a2b2b;text-decoration:underline}

/* Footer */
footer{background:var(--ink);color:rgba(255,255,255,.75);padding:48px 0 26px}
.foot{display:grid;grid-template-columns:1.8fr 1fr 1.2fr 1fr;gap:32px}
footer h4{color:#fff;margin-bottom:14px;font-size:1.02rem}
footer a{color:rgba(255,255,255,.75)}
footer a:hover{color:#fff}
footer ul{list-style:none}
footer ul li{margin-bottom:8px;font-size:.92rem;display:flex;align-items:center;gap:8px}
footer ul li svg{width:16px;height:16px;color:var(--green-500)}
.foot-brand .brand{color:#fff;margin-bottom:12px}
.foot-brand .brand img{background:#fff;padding:3px}
.foot-brand p{font-size:.9rem}
.foot-firewood{display:inline-flex;align-items:center;gap:8px;margin-top:14px;font-size:.92rem;font-weight:700}
footer a.foot-firewood{color:var(--gold-soft)}
.foot-firewood svg{width:16px;height:16px;color:var(--gold)}
footer a.foot-firewood:hover{color:#fff}
.foot-social{display:flex;gap:12px;margin-top:14px}
.foot-social a{width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.1);display:grid;place-items:center}
.foot-social a svg{width:20px;height:20px;color:#fff}
.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:32px;padding-top:20px;text-align:center;font-size:.85rem}

/* ============ SERVICE PAGE COMPONENTS ============ */
/* Sub-page hero (two column: copy left, lead form right) */
.svc-hero{position:relative;color:#fff;padding:0}
.svc-hero .wrap{display:grid;grid-template-columns:1.05fr .95fr;gap:46px;align-items:center;padding-top:56px;padding-bottom:60px;position:relative;z-index:1}
.svc-hero h1{color:#fff;font-size:clamp(2rem,4.2vw,3rem);margin-bottom:16px}
.svc-hero p{color:rgba(255,255,255,.94);font-size:1.1rem;max-width:560px;margin-bottom:24px}
.svc-hero .hero-cta{justify-content:flex-start;margin-bottom:22px}
/* trust badges — contained pill chips */
.svc-hero .hero-badges{display:flex;gap:10px;flex-wrap:wrap;font-size:.86rem;font-weight:600;color:rgba(255,255,255,.92)}
.svc-hero .badge{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.22);padding:9px 15px;border-radius:999px}
.svc-hero .badge svg{width:17px;height:17px;color:var(--green-500)}
/* social-proof visual card (right column) */
.hero-visual{background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-lg)}
.hero-visual>img{width:100%;height:248px;object-fit:cover}
.hv-body{padding:18px 22px 20px;color:var(--ink)}
.hv-body .stars{color:#f2b705;display:flex;gap:2px;margin-bottom:6px}
.hv-body .stars svg{width:16px;height:16px}
.hv-body .hv-quote{color:var(--ink);font-size:.95rem;font-style:italic;margin-bottom:14px}
.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;border-top:1px solid var(--line);padding-top:14px}
.hero-stats .num{font-family:var(--font-head);font-weight:600;color:var(--green-800);font-size:1.3rem;line-height:1.1}
.hero-stats .lbl{font-size:.72rem;color:var(--grey);text-transform:uppercase;letter-spacing:.06em}
/* mobile-only inline rating chip — social proof above the fold (desktop uses the visual card instead) */
.hero-rating-m{display:none}
/* Newport — small rating eyebrow above the H1. H1 stays first in the DOM; `order` floats the rating up. Applies on desktop + mobile. */
.hero-lead{display:flex;flex-direction:column}
.hero-lead .np-rating{order:-1;align-self:flex-start;background:none;border:0;padding:0;margin-bottom:11px;font-size:.78rem;font-weight:600;color:rgba(255,255,255,.9);gap:7px}
.hero-lead .np-rating .stars svg{width:13px;height:13px}

/* Simple single-column hero (About / Contact — no social-proof card) */
.svc-hero--simple .wrap{grid-template-columns:1fr;gap:0;max-width:760px;margin:0 auto;text-align:center;padding-top:74px;padding-bottom:74px}
.svc-hero--simple h1{margin-bottom:18px}
.svc-hero--simple p{max-width:620px;margin-left:auto;margin-right:auto}
.svc-hero--simple .hero-cta{justify-content:center}
.svc-hero--simple .hero-badges{justify-content:center}
.svc-hero--simple .eyebrow{justify-self:center}
/* page-title hero — tighter band when there's no CTA/badges */
.svc-hero--title .wrap{padding-top:40px;padding-bottom:44px}
.svc-hero--title p{font-size:1.06rem;margin-bottom:0;color:rgba(255,255,255,.9)}

/* Bespoke About page — image-led split + gallery */
.split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.split img{width:100%;height:100%;max-height:460px;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow-lg)}
.split-copy h2{margin-bottom:14px}
.split-copy p{margin-bottom:14px}
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.gallery figure{margin:0}
.gallery img{width:100%;height:270px;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow)}
.gallery figcaption{font-size:.86rem;color:var(--grey);margin-top:8px;text-align:center}
@media(max-width:920px){.split{grid-template-columns:1fr;gap:28px}.gallery{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.gallery{grid-template-columns:1fr}.split img{max-height:320px}}

/* Hero lead form */
.hero-form{padding:26px 26px 28px}
.hero-form h3{font-size:1.32rem;margin-bottom:4px}
.hero-form .sub{color:var(--grey);font-size:.92rem;margin-bottom:18px}
.hero-form .field{margin-bottom:13px}
.hero-form textarea{min-height:78px}
.hero-form .btn{margin-top:4px}

/* Services dropdown (header nav) */
.nav-item{position:relative;display:flex;align-items:center}
.nav-top{display:inline-flex;align-items:center;gap:5px;cursor:pointer;color:var(--ink);font-weight:600;font-size:.95rem}
.nav-top:hover{color:var(--green-600)}
.nav-top .chev-sm{width:14px;height:14px;transition:transform .2s}
.dropdown{display:none;flex-direction:column}
.dropdown a{display:flex;align-items:center;gap:9px}
@media(min-width:901px){
  .nav-item{height:78px}
  .dropdown{position:absolute;top:100%;left:0;min-width:252px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow-lg);padding:8px;gap:2px;z-index:60}
  .dropdown a{padding:10px 14px;border-radius:9px;font-size:.92rem;font-weight:600;color:var(--ink);white-space:nowrap}
  .dropdown a svg{width:17px;height:17px;color:var(--green-600)}
  .dropdown a:hover{background:var(--green-50);color:var(--green-700)}
  .nav-item:hover .dropdown{display:flex}
  .nav-item:hover .nav-top .chev-sm{transform:rotate(180deg)}
}

/* Prose / content layout */
.svc-layout{display:grid;grid-template-columns:1fr 320px;gap:48px;align-items:start}
.prose h2{margin:34px 0 12px}
.prose h2:first-child{margin-top:0}
.prose h3{font-size:1.22rem;margin:26px 0 8px;color:var(--green-800)}
.prose p{margin-bottom:14px;font-size:1.02rem}
.prose .lead{color:var(--ink);font-size:1.16rem;font-weight:500;margin-bottom:18px}
.prose ul{list-style:none;margin:6px 0 18px}
.prose ul li{position:relative;padding-left:30px;margin-bottom:10px;font-size:1rem;color:var(--grey)}
.prose ul li svg{position:absolute;left:0;top:4px;width:18px;height:18px;color:var(--green-600)}
.prose strong{color:var(--green-900)}
.prose img{border-radius:var(--radius);box-shadow:var(--shadow);margin:6px 0 22px;width:100%;height:340px;object-fit:cover}

/* Callout box */
.callout{background:var(--green-50);border:1px solid var(--line);border-left:4px solid var(--green-600);border-radius:12px;padding:20px 24px;margin:22px 0}
.callout h3{margin:0 0 8px;font-size:1.1rem;color:var(--green-900)}
.callout p{margin:0;font-size:.97rem}

/* Sticky sidebar */
.svc-aside{position:sticky;top:98px;display:grid;gap:22px}
.aside-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:24px}
.aside-card.dark{background:linear-gradient(135deg,var(--green-700),var(--green-900));color:#fff;border:none}
.aside-card.dark h3{color:#fff}
.aside-card.dark p{color:rgba(255,255,255,.9)}
.aside-card h3{font-size:1.12rem;margin-bottom:10px}
.aside-card p{font-size:.94rem;margin-bottom:16px}
.aside-card .btn{width:100%;justify-content:center}
.aside-phone{display:flex;align-items:center;gap:10px;font-weight:800;font-size:1.2rem;color:#fff;margin-bottom:6px}
.aside-phone svg{width:22px;height:22px}
.aside-list{list-style:none;display:grid;gap:12px}
.aside-list li{display:flex;gap:10px;font-size:.92rem;color:var(--grey)}
.aside-list li svg{width:19px;height:19px;color:var(--green-600);flex-shrink:0;margin-top:2px}
.aside-list strong{color:var(--green-900);display:block;font-size:.95rem}

/* Feature grid inside prose */
.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:18px 0 22px}
.feature{background:#fff;border:1px solid var(--line);border-radius:12px;padding:20px}
.feature .fic{width:44px;height:44px;border-radius:12px;background:var(--green-100);color:var(--green-700);display:grid;place-items:center;margin-bottom:12px}
.feature .fic svg{width:23px;height:23px}
.feature h3{font-size:1.06rem;margin:0 0 6px}
.feature p{font-size:.92rem;margin:0}

/* Rate-card hero (seasoned firewood selling page) */
.svc-hero--shop h1{font-size:clamp(2.2rem,4.6vw,3.4rem)}
.svc-hero--shop>.wrap,.svc-hero--shop .wrap{padding-top:64px;padding-bottom:68px}
.rate-card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow-lg);overflow:hidden;color:var(--ink)}
.rate-card>img{width:100%;height:108px;object-fit:cover}
.rc-body{padding:18px 24px 22px}
.rc-head{display:flex;align-items:center;justify-content:space-between;gap:12px}
.rc-head h2{font-size:1.28rem;margin:0;letter-spacing:-.014em}
.rc-rating{display:inline-flex;align-items:center;gap:5px;font-size:.84rem;font-weight:700;color:var(--green-800);flex-shrink:0}
.rc-rating svg{width:15px;height:15px;color:#f2b705}
.rc-list{list-style:none;margin:8px 0 2px}
.rc-row{display:flex;align-items:baseline;gap:12px;padding:11px 0;border-bottom:1px solid var(--line)}
.rc-row:last-child{border-bottom:0}
.rc-name{font-weight:600;color:var(--green-900);font-size:.97rem;white-space:nowrap}
.rc-name small{display:block;font-weight:500;color:var(--grey);font-size:.8rem;white-space:normal}
.rc-dots{flex:1;border-bottom:2px dotted var(--line);transform:translateY(-5px)}
.rc-price{font-family:var(--font-head);font-weight:600;font-size:1.45rem;color:var(--green-800);letter-spacing:-.01em;line-height:1}
.rc-save{display:inline-block;background:var(--gold-soft);color:var(--green-900);font-size:.72rem;font-weight:700;letter-spacing:.04em;padding:2px 9px;border-radius:999px;margin-left:7px;vertical-align:2px}
.rate-card .rc-delivery{display:flex;align-items:flex-start;gap:9px;background:var(--green-50);border:1px solid var(--line);border-radius:var(--radius-sm);padding:11px 14px;font-size:.87rem;color:var(--grey);max-width:none;margin:12px 0 14px}
.rc-delivery svg{width:19px;height:19px;color:var(--green-600);flex-shrink:0;margin-top:2px}
.rc-delivery strong{color:var(--green-900)}
.rc-cta .btn{width:100%;justify-content:center}
.rc-call{display:block;text-align:center;font-size:.92rem;font-weight:700;color:var(--green-800);margin-top:10px}
.rc-call svg{width:16px;height:16px;vertical-align:-3px;margin-right:4px}

/* Pricing band (seasoned firewood) */
.pricing{background:var(--green-50);border-bottom:1px solid var(--line);padding:72px 0}
.price-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:1020px;margin:0 auto 28px}
.price-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:26px 20px 22px;text-align:center;display:flex;flex-direction:column;align-items:center;transition:.2s ease}
.price-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}
.price-card h3{font-size:1.02rem;margin:0;color:var(--green-900)}
.price-figure{font-family:var(--font-head);font-size:2.4rem;font-weight:600;color:var(--green-800);letter-spacing:-.02em;line-height:1.15;margin-top:4px}
.price-figure::after{content:"";display:block;width:26px;height:2px;background:var(--gold);border-radius:2px;margin:10px auto 8px}
.price-note{font-size:.86rem;margin:0;color:var(--grey)}
.price-note strong{color:var(--green-700)}
.price-delivery{max-width:720px;margin:0 auto;text-align:center}
.price-delivery p{display:flex;align-items:flex-start;justify-content:center;gap:10px;margin-bottom:20px;font-size:.98rem}
.price-delivery p svg{width:21px;height:21px;color:var(--green-600);flex-shrink:0;margin-top:3px}
.price-delivery strong{color:var(--green-900)}
.price-delivery .hero-cta{justify-content:center;margin:0}
.btn-outline{background:#fff;color:var(--green-800);border:2px solid var(--green-700)}
.btn-outline:hover{background:var(--green-100)}
/* hero badge that links down to the price band */
a.badge-link{color:rgba(255,255,255,.94)}
a.badge-link:hover{background:rgba(255,255,255,.2)}

/* Related services */
.related{background:var(--green-50)}
.related .grid-3{margin-top:30px}
.rel-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px;display:flex;flex-direction:column;transition:.2s ease}
.rel-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.rel-card .card-ic{margin-top:0}
.rel-card h3{font-size:1.14rem;margin-bottom:8px}
.rel-card p{font-size:.94rem;flex:1;margin-bottom:14px}
.rel-card a{font-weight:700;display:inline-flex;align-items:center;gap:7px}
.rel-card a svg{width:18px;height:18px}

/* Location pages — service-area map + locality chips + neighbour grid */
.map-wrap{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-lg);border:1px solid rgba(255,255,255,.14)}
.map-wrap iframe{display:block;width:100%;height:430px;border:0}
.loc-chips{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:20px}
.loc-chips span{background:var(--green-600);color:#fff;padding:8px 16px;border-radius:999px;font-weight:700;font-size:.92rem}
.neighbour-grid{grid-template-columns:repeat(2,1fr);margin-top:34px}
.neighbour-grid .rel-card .card-ic{background:var(--green-100);color:var(--green-700)}
/* three-card neighbour grids (incl. the Pontypool home-patch card) sit 3-up on desktop */
@media(min-width:921px){
  .neighbour-grid:has(> .rel-card:nth-child(3)){grid-template-columns:repeat(3,1fr)}
}

@media(max-width:920px){
  .grid-3,.steps{grid-template-columns:repeat(2,1fr)}
  .hero .wrap,.about .wrap,.contact .wrap,.svc-hero .wrap{grid-template-columns:1fr}
  .foot{grid-template-columns:1fr}
  .svc-layout{grid-template-columns:1fr}
  .svc-aside{position:static}
  /* show the inline rating chip once the social-proof card drops below the copy */
  .hero-rating-m{display:inline-flex}
}
/* Mobile / tablet navigation */
@media(max-width:900px){
  .nav-links{display:none}
  .nav-cta{display:none}
  .burger{display:block}
  .nav-links.open{display:flex;position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;background:#fff;padding:6px 20px 24px;border-bottom:1px solid var(--line);box-shadow:var(--shadow-lg);gap:0;text-align:left;max-height:calc(100vh - 78px);overflow-y:auto;-webkit-overflow-scrolling:touch}
  .nav-item{display:block;width:100%}
  /* Top-level rows — full-width tappable list with right-aligned chevrons */
  .nav-links.open > a:not(.nav-mobile),
  .nav-links.open .nav-top{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 2px;font-size:1.05rem;font-weight:600;color:var(--ink);border-bottom:1px solid var(--line)}
  .nav-links.open .nav-top{border-bottom:none}
  .nav-links.open .nav-item{border-bottom:1px solid var(--line)}
  .nav-top .chev-sm{width:18px;height:18px;color:var(--grey);transition:transform .25s ease}
  .nav-item.open .nav-top{color:var(--green-700)}
  .nav-item.open .nav-top .chev-sm{transform:rotate(180deg);color:var(--green-600)}
  /* Submenu — indented, grouped panel so nesting reads clearly */
  .dropdown{position:static}
  .nav-item.open .dropdown{display:flex}
  .nav-links.open .dropdown{flex-direction:column;gap:2px;margin:2px 0 14px;padding:6px;background:var(--green-50);border-radius:var(--radius-sm)}
  .nav-links.open .dropdown a{display:flex;align-items:center;gap:12px;justify-content:flex-start;padding:12px 12px;border-radius:10px;font-size:.97rem;font-weight:600;color:var(--green-800)}
  .nav-links.open .dropdown a svg{width:18px;height:18px;color:var(--green-600)}
  .nav-links.open .dropdown a:active{background:#fff}
  /* CTA cluster — tidy, equal-width, consistent rhythm */
  .nav-links.open .nav-mobile{display:flex;width:100%}
  .nav-links.open .nav-mobile-phone{align-items:center;justify-content:center;gap:10px;color:var(--green-800);font-weight:800;font-size:1.12rem;padding:18px 0 4px;margin-top:6px;border:none}
  .nav-links.open .nav-mobile-phone svg{color:var(--green-600)}
  .nav-links.open .nav-mobile.btn{justify-content:center;width:100%;padding:15px 26px;font-size:1.02rem;margin-top:8px}
  .nav-links.open .nav-firewood{justify-content:center;width:100%;padding:14px 26px;margin-top:10px;font-size:1rem}
  .fw-grid{grid-template-columns:1fr;gap:44px}
  .fw-media{margin-right:18px}
}
@media(max-width:640px){
  .grid-3,.steps{grid-template-columns:1fr}
  .trust .wrap{display:grid;grid-template-columns:1fr 1fr;gap:16px 14px;padding:18px 16px}
  .trust .item{white-space:normal;align-items:flex-start;font-size:.86rem}
  .row2{grid-template-columns:1fr}
  .fw-prices{grid-template-columns:1fr}
  .pack-picker{grid-template-columns:1fr}
  .fw-cta .btn{width:100%;justify-content:center}
  section{padding:64px 0}
  .feature-grid{grid-template-columns:1fr}
  .prose img{height:240px}
  .hero .wrap,.svc-hero .wrap{padding-top:30px;padding-bottom:40px}
  /* mobile hero — lift the conversion path above the fold */
  .svc-hero h1{margin-bottom:12px}
  .hero-rating-m{margin-bottom:14px}
  .svc-hero p{font-size:1.04rem;margin-bottom:18px}
  .hero-sub-extra{display:none}
  .svc-hero .hero-cta{flex-direction:column;gap:10px;margin-bottom:16px}
  .svc-hero .hero-cta .btn{width:100%;justify-content:center}
  /* trust pills → one quiet credential line (the boxy pills repeat the sub copy and cram the fold) */
  .svc-hero .hero-badges{gap:0;flex-wrap:wrap;align-items:center;font-size:.8rem;font-weight:500;letter-spacing:.01em;color:rgba(255,255,255,.8)}
  .svc-hero .badge{background:none;border:0;border-radius:0;padding:2px 10px;position:relative}
  .svc-hero .badge:first-child{padding-left:0}
  .svc-hero .badge:not(:first-child)::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:11px;background:rgba(255,255,255,.3)}
  .svc-hero .badge svg{display:none}
  /* shop hero — keep the rate card (the conversion path) high above the fold */
  .svc-hero--shop .rate-card>img{display:none}
  .svc-hero--shop p{margin-bottom:16px}
  .rc-body{padding:16px 18px 18px}
  .rc-row{padding:9px 0}
  .rc-price{font-size:1.3rem}
  /* pricing band — compact 2×2 so all four prices fit one phone screen */
  .pricing{padding:44px 0}
  .price-grid{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:22px}
  .price-card{padding:18px 12px 16px}
  .price-card h3{font-size:.92rem}
  .price-figure{font-size:1.9rem}
  .price-figure::after{margin:8px auto 6px}
  .price-note{font-size:.8rem}
  .price-delivery p{text-align:left}
  .price-delivery .hero-cta{flex-direction:column;gap:10px}
  .price-delivery .hero-cta .btn{width:100%;justify-content:center}
}
@media(max-width:430px){
  .brand{font-size:1rem}
  .brand img{width:42px;height:42px}
  .brand .bn{font-size:1.16rem}
  .brand .bk{font-size:.58rem;letter-spacing:.28em}
  /* keep the credential strip to one tidy line on the smallest phones */
  .svc-hero .hero-badges{font-size:.74rem}
  .svc-hero .badge{padding:2px 8px}
  .wrap{padding:0 16px}
}

/* Mobile sticky action bar — mobile only, slides up after the hero */
.mobile-bar{position:fixed;left:0;right:0;bottom:0;z-index:60;display:none;gap:8px;
  padding:9px 11px calc(9px + env(safe-area-inset-bottom));
  background:rgba(255,255,255,.97);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);
  border-top:1px solid var(--line);box-shadow:0 -6px 22px rgba(19,67,42,.13);
  transform:translateY(120%);transition:transform .34s cubic-bezier(.22,.61,.36,1)}
.mobile-bar.show{transform:translateY(0)}
.mobile-bar .mb-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:7px;
  min-height:52px;border-radius:14px;font-family:var(--font-body);font-weight:700;font-size:.95rem;
  letter-spacing:.01em;transition:.18s ease}
.mobile-bar .mb-call{background:var(--green-700);color:#fff;box-shadow:0 6px 16px rgba(19,67,42,.2)}
.mobile-bar .mb-call:active{background:var(--green-800)}
.mobile-bar .mb-wa,.mobile-bar .mb-quote{background:var(--green-50);color:var(--green-800);border:1px solid var(--green-100)}
.mobile-bar .mb-wa:active,.mobile-bar .mb-quote:active{background:var(--green-100)}
.mobile-bar svg{width:19px;height:19px}
@media(max-width:900px){.mobile-bar{display:flex}}
