/*
Theme Name: LPC JunkPickup
Template: generatepress
Description: JunkPickup.com / LPC Removal Service design (GeneratePress child theme). Content comes from the LPC Site Tools plugin.
Author: LPC Removal Service
Version: 1.0.20260925
Requires PHP: 7.4
License: GPL-2.0-or-later
*/

@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url("fonts/nunito-sans-latin-wght-normal.woff2") format("woff2");
}

/* JunkPickup.com redesign mockup: light theme, brand green #2e8e2c */
:root {
  --green: #2e8e2c;
  --green-dark: #237322;
  --green-light: #4cb84a;
  --green-tint: #eef7ee;
  --ink: #1e2a21;
  --muted: #56645a;
  --line: #e0e8e1;
  --bg: #ffffff;
  --bg-alt: #f3f8f2;
  --footer: #173a1a;
  --orange: #eb7813;
  --radius: 14px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Nunito Sans", system-ui, sans-serif; color: var(--ink); background: var(--bg); line-height: 1.6; font-size: 17px; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--green-dark); }
h1, h2, h3 { line-height: 1.15; font-weight: 800; letter-spacing: -.01em; }
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 20px; }
.hl { color: var(--green); }

/* Placeholders to fill in */
.ph { outline: 2px dashed var(--orange); outline-offset: 2px; border-radius: 4px; }
.ph-note { display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; color: #a24d00; background: #fff1e3; padding: 2px 8px; border-radius: 99px; vertical-align: middle; }

/* Buttons */
.btn { white-space: nowrap; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 26px; border-radius: 999px; font-weight: 800; text-decoration: none; font-size: 16px; border: 2px solid transparent; cursor: pointer; font-family: inherit; }
.btn-primary { background: var(--green); color: #fff; }
.btn-primary:hover { background: var(--green-dark); }
.btn-outline { border-color: var(--green); color: var(--green-dark); background: #fff; }
.btn-outline:hover { background: var(--green-tint); }
.btn-white { background: #fff; color: var(--green-dark); }
.btn-white:hover { background: var(--green-tint); }
.btn-ghost { border-color: #fff; color: #fff; }
.btn-ghost:hover { background: rgba(255,255,255,.12); }
.ctas { display: flex; flex-wrap: wrap; gap: 12px; }

/* Header */
.topbar { background: var(--green); color: #fff; font-size: 14px; font-weight: 700; }
.topbar .wrap { display: flex; justify-content: space-between; gap: 16px; padding-top: 7px; padding-bottom: 7px; }
.topbar a { color: #fff; text-decoration: none; }
header.site { position: sticky; top: 0; z-index: 40; background: #fff; box-shadow: 0 2px 14px rgba(0,0,0,.06); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 14px; }
.logo { display: flex; align-items: center; gap: 10px; font-weight: 900; font-size: 21px; text-decoration: none; color: var(--ink); }
.logo b { color: var(--green); font-weight: 900; }
.logo-mark { width: 40px; height: 40px; border-radius: 8px; background: var(--green); color: #fff; display: grid; place-items: center; font-size: 20px; }
.main-nav > ul { list-style: none; display: flex; gap: 4px; margin: 0; padding: 0; }
.main-nav a { white-space: nowrap; text-decoration: none; color: var(--ink); font-weight: 700; font-size: 15px; display: block; padding: 10px 8px; border-radius: 8px; }
.main-nav a:hover, .main-nav a.active { color: var(--green); }
.has-sub { position: relative; }
.has-sub > a::after { content: " ▾"; font-size: 11px; color: var(--muted); }
.sub { display: none; position: absolute; top: 100%; left: 0; min-width: 240px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 14px 30px rgba(0,0,0,.1); padding: 8px; list-style: none; margin: 0; }
.has-sub:hover .sub, .has-sub:focus-within .sub { display: block; }
.sub a { font-weight: 600; }
.sub a:hover { background: var(--green-tint); }
.nav-cta { display: flex; gap: 10px; align-items: center; }
.nav-cta .btn { padding: 10px 18px; font-size: 15px; }
.nav-phone { font-weight: 800; color: var(--ink); text-decoration: none; white-space: nowrap; }
.menu-btn { display: none; background: none; border: 2px solid var(--line); border-radius: 8px; padding: 8px 12px; font: inherit; font-weight: 800; cursor: pointer; }

/* Breadcrumbs */
.crumbs { font-size: 14px; color: var(--muted); margin-bottom: 14px; }
.crumbs a { color: var(--muted); text-decoration: none; }
.crumbs a:hover { color: var(--green); }
.crumbs span { margin: 0 6px; }

/* Hero */
.hero { background: var(--bg-alt); border-bottom: 1px solid var(--line); }
.hero .wrap { display: grid; grid-template-columns: 1.05fr 1fr; gap: 48px; align-items: center; padding-top: 64px; padding-bottom: 64px; }
.hero.small .wrap { padding-top: 40px; padding-bottom: 48px; }
.hero h1 { font-size: clamp(34px, 4.8vw, 58px); margin: 0 0 16px; }
.hero.small h1 { font-size: clamp(30px, 4vw, 46px); }
.hero .lead { font-size: 19px; color: var(--muted); margin: 0 0 24px; max-width: 580px; }
.eyebrow { display: inline-block; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--green-dark); background: var(--green-tint); border: 1px solid #cfe6cf; padding: 5px 12px; border-radius: 99px; margin-bottom: 16px; }
.hero-img { border-radius: 18px; overflow: hidden; box-shadow: 0 18px 40px rgba(20,60,20,.18); }
.hero-img img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.hero-search { display: flex; background: #fff; border: 2px solid var(--line); border-radius: 999px; padding: 5px; max-width: 480px; margin-bottom: 22px; }
.hero-search input { flex: 1; border: 0; font: inherit; padding: 0 18px; border-radius: 999px; outline: none; min-width: 0; background: transparent; }
.hero-search .btn { padding: 11px 22px; }
.trust { display: flex; flex-wrap: wrap; gap: 8px 22px; font-size: 15px; font-weight: 700; color: var(--ink); margin-top: 22px; }
.trust span::before { content: "✓"; color: var(--green); font-weight: 900; margin-right: 7px; }

/* Green band */
.band { background: var(--green); color: #fff; padding: 30px 0; text-align: center; }
.band h2 { margin: 0 0 16px; font-size: clamp(22px, 2.6vw, 30px); }
.band em { font-style: normal; text-transform: uppercase; }
.band .ctas { justify-content: center; }

/* Sections */
section.block { padding: 80px 0; }
section.alt { background: var(--bg-alt); }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 44px; }
.section-head h2 { font-size: clamp(28px, 3.4vw, 40px); margin: 0 0 12px; }
.section-head p { color: var(--muted); font-size: 18px; margin: 0; }
.kicker { color: var(--green); font-weight: 800; font-size: 14px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 8px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.prose { max-width: 780px; }
.prose h2 { font-size: clamp(26px, 3vw, 34px); margin: 40px 0 12px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-size: 21px; margin: 28px 0 8px; }
.prose p, .prose li { color: #37433a; }
.split { display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; align-items: start; }
.aside-card { position: sticky; top: 100px; background: var(--bg-alt); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.aside-card h3 { margin: 0 0 8px; font-size: 22px; }
.aside-card p { color: var(--muted); margin: 0 0 18px; }
.aside-card .btn { width: 100%; margin-bottom: 10px; }

/* Cards */
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; }
.card img { aspect-ratio: 16/10; object-fit: cover; width: 100%; }
.card-body { padding: 26px; display: flex; flex-direction: column; flex: 1; }
.card h3 { font-size: 23px; margin: 0 0 8px; }
.card p { color: var(--muted); margin: 0 0 16px; }
.card .btn { align-self: flex-start; margin-top: auto; }
.checks { list-style: none; margin: 0 0 22px; padding: 0; }
.checks li { padding: 5px 0 5px 28px; position: relative; }
.checks li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.adv-card { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: #fff; }
.adv-card h3 { margin: 0; background: var(--green); color: #fff; text-align: center; padding: 12px; font-size: 20px; }
.adv-card ul { margin: 0; padding: 20px 24px; }
.link-card { display: block; text-decoration: none; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 22px; transition: border-color .15s, transform .15s; }
.link-card:hover { border-color: var(--green); transform: translateY(-2px); }
.link-card .icon { font-size: 28px; margin-bottom: 8px; }
.link-card h3 { font-size: 19px; margin: 0 0 6px; }
.link-card p { margin: 0; color: var(--muted); font-size: 15px; }
.link-card .more { display: inline-block; margin-top: 10px; color: var(--green); font-weight: 800; font-size: 15px; }

/* Sizes */
.size { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; position: relative; display: flex; flex-direction: column; }
.size.featured { border: 2px solid var(--green); }
.badge { position: absolute; top: -13px; left: 28px; background: var(--green); color: #fff; font-size: 12px; font-weight: 800; padding: 4px 12px; border-radius: 99px; }
.size h3 { margin: 0; font-size: 26px; }
.size .price { font-size: 30px; font-weight: 900; margin: 10px 0 14px; }
.size .price small { font-size: 15px; font-weight: 600; color: var(--muted); }
.size p { margin: 0 0 20px; color: var(--muted); font-size: 16px; }
.size .btn { margin-top: auto; }
.specs { display: grid; grid-template-columns: auto 1fr; gap: 8px 16px; margin: 0 0 20px; font-size: 16px; }
.specs dt { color: var(--muted); }
.specs dd { margin: 0; font-weight: 700; }
table.compare { width: 100%; border-collapse: collapse; background: #fff; border-radius: 12px; overflow: hidden; border: 1px solid var(--line); font-size: 16px; }
table.compare th, table.compare td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--line); }
table.compare thead th { background: var(--green); color: #fff; }
table.compare tr.current td { background: var(--green-tint); font-weight: 700; }
.table-scroll { overflow-x: auto; }

/* Steps */
.step { text-align: center; padding: 0 10px; }
.step-num { width: 56px; height: 56px; border-radius: 50%; background: var(--green); color: #fff; font-weight: 900; font-size: 22px; display: grid; place-items: center; margin: 0 auto 14px; }
.step h3 { margin: 0 0 6px; font-size: 20px; }
.step p { margin: 0; color: var(--muted); }

/* Chips */
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { background: var(--green-tint); color: var(--green-dark); padding: 7px 14px; border-radius: 99px; font-weight: 700; font-size: 15px; text-decoration: none; }
a.chip:hover { background: var(--green); color: #fff; }
.chip.no { background: #fdecec; color: #a12a2a; }

/* Towns */
.towns { columns: 3; gap: 20px; list-style: none; padding: 0; margin: 0; }
.towns li { padding: 5px 0; break-inside: avoid; }
.towns a { text-decoration: none; font-weight: 700; color: var(--ink); }
.towns a::before { content: "📍 "; }
.towns a:hover { color: var(--green); }

/* Reviews */
.review { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.stars { color: #f5a623; letter-spacing: 2px; margin-bottom: 10px; }
.review p { margin: 0 0 12px; }
.review cite { font-style: normal; font-weight: 700; color: var(--muted); font-size: 14px; }

/* FAQ */
.faq { max-width: 820px; margin: 0 auto; }
.faq details { border-bottom: 1px solid var(--line); padding: 18px 0; }
.faq summary { font-weight: 800; font-size: 18px; cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--green); font-size: 24px; line-height: 1; }
.faq details[open] summary::after { content: "–"; }
.faq details p { color: var(--muted); margin: 10px 0 0; }

/* Local notes block */
.local-notes { background: #fffaf4; border: 2px dashed var(--orange); border-radius: var(--radius); padding: 24px; margin: 28px 0; }
.local-notes h3 { margin-top: 0; }
.local-notes ul { margin: 0; color: #6b4a2a; }

/* Forms */
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.form .full { grid-column: 1 / -1; }
.field label { display: block; font-size: 14px; font-weight: 800; margin-bottom: 6px; }
.field input, .field select, .field textarea { width: 100%; padding: 12px 14px; font: inherit; font-size: 16px; border: 1px solid #cdd8cf; border-radius: 10px; background: #fff; color: var(--ink); }
.field textarea { min-height: 120px; resize: vertical; }
.quick-quote { display: grid; grid-template-columns: repeat(4, 1fr) auto; gap: 12px; align-items: end; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: 0 10px 30px rgba(20,60,20,.08); }

/* CTA band */
.cta-band { background: var(--green); color: #fff; text-align: center; padding: 72px 0; }
.cta-band h2 { font-size: clamp(28px, 3.4vw, 40px); margin: 0 0 10px; }
.cta-band p { font-size: 18px; margin: 0 0 26px; opacity: .92; }
.cta-band .ctas { justify-content: center; }

/* Footer */
footer.site { background: var(--footer); color: #c5d3c7; padding: 60px 0 110px; font-size: 15px; }
footer.site .cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr; gap: 28px; }
footer.site h4 { color: #fff; margin: 0 0 12px; font-size: 15px; }
footer.site ul { list-style: none; padding: 0; margin: 0; }
footer.site li { padding: 3px 0; }
footer.site a { color: #c5d3c7; text-decoration: none; }
footer.site a:hover { color: #fff; }
footer.site .logo { color: #fff; margin-bottom: 12px; }
footer.site .logo b { color: var(--green-light); }
.legal { border-top: 1px solid #2a4f2d; margin-top: 40px; padding-top: 20px; font-size: 13px; }

/* Mobile call bar */
.mobile-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 50; background: #fff; border-top: 1px solid var(--line); padding: 10px 12px; gap: 8px; box-shadow: 0 -4px 20px rgba(0,0,0,.08); }
.mobile-bar a { flex: 1; padding: 12px 8px; font-size: 15px; }

@media (max-width: 1440px) {
  .nav-phone { display: none; }
}
@media (max-width: 1140px) {
  .main-nav a { padding: 10px 8px; font-size: 14px; }
}
@media (max-width: 1380px) {
  .menu-btn { display: block; }
  .main-nav { display: none; position: absolute; top: 76px; left: 0; right: 0; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 14px 30px rgba(0,0,0,.1); max-height: calc(100vh - 76px); overflow-y: auto; }
  .main-nav.open { display: block; }
  .main-nav > ul { flex-direction: column; padding: 10px 20px 20px; }
  .sub { display: block; position: static; box-shadow: none; border: 0; padding: 0 0 0 14px; min-width: 0; }
  .has-sub > a::after { content: ""; }
}
@media (max-width: 960px) {
  .nav-cta .btn { display: none; }
  .hero .wrap, .split { grid-template-columns: 1fr; }
  .aside-card { position: static; }
  .grid-3, .grid-4 { grid-template-columns: 1fr 1fr; }
  .quick-quote { grid-template-columns: 1fr 1fr; }
  .quick-quote .btn { grid-column: 1 / -1; }
  footer.site .cols { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  body { font-size: 16px; }
  .topbar .hide-sm { display: none; }
  .grid-2, .grid-3, .grid-4, .quick-quote, .form { grid-template-columns: 1fr; }
  .towns { columns: 2; }
  section.block { padding: 60px 0; }
  .hero .wrap { padding-top: 40px; padding-bottom: 44px; }
  .hero-img { display: none; }
  .mobile-bar { display: flex; }
  footer.site .cols { grid-template-columns: 1fr; }
}

/* Waste-ban fee table */
table.compare.fees { font-size: 15px; }
table.compare.fees td { padding: 9px 12px; }
table.compare.fees td:last-child { white-space: nowrap; text-align: right; }

/* Dimension diagrams */
.size .diagram { width: 100%; max-width: 280px; margin: 0 auto 14px; }
.diagram-lg { width: 100%; max-width: 420px; margin: 8px 0 20px; }
.fee-note { text-align: center; color: var(--muted); font-size: 15px; margin: 26px auto 0; max-width: 820px; }
table.compare.junk-prices { max-width: 760px; }
table.compare.junk-prices td:last-child { text-align: right; }

/* Logo with both names */
.logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.logo-text small { font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); margin-top: 3px; }
footer.site .logo-text small { color: #9fb5a3; }

/* Running-guy logo icon */
.logo-icon { width: 62px; height: 62px; object-fit: contain; mix-blend-mode: multiply; flex: none; }
footer.site .logo-icon { mix-blend-mode: normal; background: #fff; border-radius: 10px; padding: 3px; }
.nav-phone, .topbar a, .btn { letter-spacing: .01em; }
.trust span.rating::before { content: none; }
.trust span.rating { color: var(--ink); }
.trust span.rating::first-letter { color: #f5a623; }

/* Blog */
.post-card { display: flex; flex-direction: column; }
.post-card .more { margin-top: auto; padding-top: 10px; }
.post-meta { font-size: 13px; font-weight: 800; color: var(--green-dark); text-transform: uppercase; letter-spacing: .05em; margin-bottom: 8px; }
.byline { color: var(--muted); font-size: 15px; margin: 0; }
.article table.compare { margin: 12px 0 20px; }
.quick-answer { background: var(--green-tint); border-left: 5px solid var(--green); border-radius: 10px; padding: 20px 24px; margin-bottom: 32px; }
.quick-answer p { margin: 0; color: var(--ink) !important; font-size: 18px; }

/* Blog */
.post-card { display: flex; flex-direction: column; }
.post-card .more { margin-top: auto; padding-top: 10px; }
.post-meta { font-size: 13px; font-weight: 800; color: var(--green-dark); text-transform: uppercase; letter-spacing: .05em; margin-bottom: 8px; }
.byline { color: var(--muted); font-size: 15px; margin: 0; }
.article table.compare { margin: 12px 0 20px; }
.quick-answer { background: var(--green-tint); border-left: 5px solid var(--green); border-radius: 10px; padding: 20px 24px; margin-bottom: 32px; }
.quick-answer p { margin: 0; color: var(--ink) !important; font-size: 18px; }

/* Order form */
.size-ctas { margin-top: auto; }
.size-ctas .btn { flex: 1; padding: 12px 14px; }
.order-form fieldset { border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; margin: 0 0 22px; background: #fff; }
.order-form legend { font-weight: 900; font-size: 20px; padding: 0 8px; display: flex; align-items: center; gap: 10px; }
.order-form legend small { font-weight: 600; color: var(--muted); font-size: 14px; }
.step-dot { width: 30px; height: 30px; border-radius: 50%; background: var(--green); color: #fff; display: grid; place-items: center; font-size: 15px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-grid .full { grid-column: 1 / -1; }
.hint { color: var(--muted); font-size: 15px; margin: 14px 0 0; }
.size-picks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.size-pick input { position: absolute; opacity: 0; }
.size-pick-body { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 4px; border: 2px solid var(--line); border-radius: 12px; padding: 14px 10px; cursor: pointer; height: 100%; }
.size-pick-body img { width: 100%; max-width: 170px; }
.size-pick-price { font-size: 24px; font-weight: 900; color: var(--green-dark); }
.size-pick-body small { color: var(--muted); font-size: 13px; line-height: 1.4; }
.size-pick input:checked + .size-pick-body { border-color: var(--green); background: var(--green-tint); box-shadow: 0 0 0 3px rgba(46,142,44,.2); }
.size-pick input:focus-visible + .size-pick-body { outline: 3px solid var(--green-light); outline-offset: 2px; }
.fee-rows { display: grid; gap: 10px; }
.fee-row { display: grid; grid-template-columns: 1fr auto 80px; gap: 12px; align-items: center; padding: 8px 0; border-bottom: 1px solid var(--line); }
.fee-row label { font-weight: 600; }
.fee-each { color: var(--muted); font-size: 15px; white-space: nowrap; }
.fee-qty { width: 80px; padding: 8px 10px; font: inherit; border: 1px solid #cdd8cf; border-radius: 8px; text-align: center; }
.terms { margin: 0 0 16px; padding-left: 20px; }
.terms li { padding: 3px 0; }
.agree { display: flex; gap: 10px; align-items: center; font-weight: 800; }
.agree input { width: 20px; height: 20px; accent-color: var(--green); }
.btn-lg { width: 100%; padding: 17px; font-size: 18px; }
.order-done { margin-top: 20px; background: var(--green-tint); border: 2px solid var(--green); border-radius: var(--radius); padding: 20px 24px; }
.order-done h3 { margin: 0 0 6px; }
.order-summary .sum-line { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; border-bottom: 1px solid var(--line); }
.order-summary .sum-line.small { font-size: 14px; color: var(--muted); }
.order-summary .sum-total { display: flex; justify-content: space-between; padding: 14px 0 6px; font-size: 20px; font-weight: 900; }
.order-summary .sum-total b { color: var(--green-dark); }
.sum-incl { list-style: none; padding: 0; margin: 8px 0 0; color: var(--green-dark); font-weight: 700; font-size: 15px; }
@media (max-width: 680px) {
  .size-picks, .form-grid { grid-template-columns: 1fr; }
  .fee-row { grid-template-columns: 1fr 80px; }
  .fee-each { grid-column: 1; grid-row: 2; }
  .fee-row .fee-qty { grid-row: 1 / span 2; grid-column: 2; }
}

/* Consistent select height */
.field select { -webkit-appearance: none; appearance: none; height: 50px; padding-right: 40px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%232e8e2c' stroke-width='2' fill='none'/%3E%3C/svg%3E") no-repeat right 16px center; }
.field input { height: 50px; }
.field input[type=file] { height: auto; }

header.site .wrap.nav { max-width: 1400px; }

/* Towns, ZIP checker, map */
.towns { columns: 4; }
.hero-search.big { max-width: 620px; margin: 0 auto 10px; }
.zip-result { max-width: 620px; margin: 0 auto 22px; padding: 14px 18px; border-radius: 12px; font-size: 16px; }
.hero .zip-result { margin: -8px 0 22px; }
.zip-result.ok { background: var(--green-tint); border: 1px solid #bfe0bf; }
.zip-result.maybe { background: #fff6ec; border: 1px solid #f3d3b0; }
.map-embed { margin-top: 40px; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
.map-embed iframe { display: block; width: 100%; height: 480px; border: 0; }
@media (max-width: 960px) { .towns { columns: 3; } }

/* Phone fixes */
@media (max-width: 680px) {
  .topbar .wrap { justify-content: center; }
  .topbar .sms-top { display: none; }
  .hero-search { flex-direction: column; border-radius: 16px; gap: 6px; padding: 6px; }
  .hero-search input { padding: 12px 14px; min-height: 46px; }
  .hero-search .btn { width: 100%; }
  .hero .ctas .btn, .cta-band .ctas .btn, .band .ctas .btn { flex: 1 1 100%; }
  .trust { gap: 6px 16px; font-size: 14px; }
  .hero h1 { font-size: 34px; }
  .hero.small h1 { font-size: 30px; }
  .section-head h2 { font-size: 27px; }
  table.compare th, table.compare td { padding: 10px 10px; font-size: 15px; }
  .size-ctas .btn { flex: 1 1 auto; }
  .map-embed iframe { height: 360px; }
  .order-form fieldset { padding: 18px 14px; }
}

/* Job photos */
.job-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 8px 0 28px; }
.job-photos figure { margin: 0; }
.job-photos img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 12px; }
.job-photos figcaption { font-size: 14px; color: var(--muted); margin-top: 6px; }
@media (max-width: 680px) { .job-photos { grid-template-columns: 1fr; } }

/* Client names strip */
.clients { padding: 34px 0; border-bottom: 1px solid var(--line); text-align: center; }
.clients .kicker { color: var(--muted); }
.client-names { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 34px; margin-top: 10px; }
.client-names span { font-size: 22px; font-weight: 900; color: #6f7c72; letter-spacing: -.01em; }
.clients p { color: var(--muted); max-width: 640px; margin: 14px auto 0; }
@media (max-width: 680px) { .client-names span { font-size: 18px; } .client-names { gap: 8px 20px; } }
.job-photos:has(figure:nth-child(3)) { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 680px) { .job-photos:has(figure:nth-child(3)) { grid-template-columns: 1fr; } }

/* Junk bag page */
.steps-list { padding-left: 22px; }
.steps-list li { padding: 6px 0; }
.video-wrap { margin: 24px 0; }
.video-wrap video { width: 100%; border-radius: 12px; background: #000; display: block; }
.video-wrap figcaption, .job-photo figcaption { font-size: 14px; color: var(--muted); margin-top: 6px; }
.job-photo { margin: 24px 0 0; }
.job-photo img { border-radius: 12px; width: 100%; }

/* Custom pricing box */
.custom-pricing { display: flex; align-items: center; justify-content: space-between; gap: 18px; background: var(--green-tint); border: 1px solid #cfe6cf; border-radius: var(--radius); padding: 18px 22px; margin: 22px 0; }
.custom-pricing h3 { margin: 0 0 4px; font-size: 19px; }
.custom-pricing p { margin: 0; color: var(--muted) !important; font-size: 15px; }
.custom-pricing .btn { flex: none; }
@media (max-width: 680px) { .custom-pricing { flex-direction: column; align-items: stretch; } }
.fee-note.custom-link { margin-top: 8px; }

/* Marketing opt-ins */
.optins { display: grid; gap: 10px; }
.optin { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; cursor: pointer; }
.optin input { width: 18px; height: 18px; margin-top: 3px; flex: none; accent-color: var(--green); }
.optin small { display: block; color: var(--muted); font-size: 12.5px; line-height: 1.45; margin-top: 3px; }
.offers { background: var(--bg-alt); border-top: 1px solid var(--line); padding: 56px 0; }
.offers-inner { display: grid; grid-template-columns: 1fr 1.2fr; gap: 40px; align-items: start; }
.offers h2 { margin: 0 0 8px; font-size: 30px; }
.offers-copy p { color: var(--muted); margin: 0; }
.offers-form { display: grid; gap: 12px; }
.offers-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.offers-fields input { padding: 12px 14px; font: inherit; border: 1px solid #cdd8cf; border-radius: 10px; height: 50px; }
.offers-form .btn { justify-self: start; }
@media (max-width: 960px) { .offers-inner, .offers-fields { grid-template-columns: 1fr; } }
.map-facade { display: grid; place-items: center; text-align: center; min-height: 220px; background: var(--bg-alt); padding: 30px; }
.map-facade p { margin: 10px 0 0; color: var(--muted); font-size: 14px; }
.sign-field { margin-top: 14px; max-width: 420px; } .sign-field input { font-style: italic; }

/* Image sizing: stacked hero photo stays a reasonable height */
@media (max-width: 960px) { .hero-img img { max-height: 380px; } }
.job-photo img { max-height: 360px; width: 100%; object-fit: cover; }

/* Homepage photo hero: full-width photo, green gradient that fades to clear */
.hero.hero-photo { position: relative; overflow: hidden; background: #173a1a; border-bottom: 0; min-height: 640px; display: flex; align-items: center; color: #fff; }
.hero-photo .hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 62% 60%; }
.hero-photo .hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,48,21,.94) 0%, rgba(18,48,21,.86) 34%, rgba(18,48,21,.45) 58%, rgba(18,48,21,0) 78%); }
.hero.hero-photo .wrap { position: relative; display: block; width: 100%; padding-top: 88px; padding-bottom: 88px; }
.hero-copy { max-width: 600px; }
.hero-photo h1 { color: #fff; font-size: clamp(38px, 5.2vw, 64px); text-shadow: 0 2px 18px rgba(0,0,0,.25); }
.hero-photo .hl { color: #8fdc78; }
.hero-photo .lead { color: rgba(255,255,255,.92); }
.hero-photo .eyebrow { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.4); color: #fff; }
.hero-photo .trust { color: #fff; }
.hero-photo .trust span::before { color: #8fdc78; }
.hero-photo .trust span.rating { color: #fff; }
.hero-photo .btn-outline { background: transparent; border-color: #fff; color: #fff; }
.hero-photo .btn-outline:hover { background: rgba(255,255,255,.14); }
.hero-photo .hero-search { border-color: transparent; box-shadow: 0 8px 26px rgba(0,0,0,.25); }
@media (max-width: 960px) {
  .hero.hero-photo { min-height: 560px; }
  .hero-photo .hero-overlay { background: linear-gradient(90deg, rgba(18,48,21,.92) 0%, rgba(18,48,21,.8) 55%, rgba(18,48,21,.35) 100%); }
}
@media (max-width: 680px) {
  .hero.hero-photo { min-height: 0; }
  .hero-photo .hero-bg { object-position: 55% 50%; }
  .hero-photo .hero-overlay { background: linear-gradient(180deg, rgba(18,48,21,.82) 0%, rgba(18,48,21,.72) 60%, rgba(18,48,21,.86) 100%); }
  .hero.hero-photo .wrap { padding-top: 48px; padding-bottom: 52px; }
}

/* Inner-page photo heroes: same look as the homepage, a bit shorter */
.hero.hero-photo.hero-inner { min-height: 470px; }
.hero-inner.hero-photo .wrap { padding-top: 56px; padding-bottom: 64px; }
.hero-inner h1 { font-size: clamp(32px, 4.4vw, 52px); }
.hero-photo .crumbs, .hero-photo .crumbs a { color: rgba(255,255,255,.8); }
.hero-photo .crumbs a:hover { color: #fff; }
@media (min-width: 961px) {
  .hero.hero-photo.hero-inner { background: #123015; }
  .hero-inner .hero-bg { left: 34%; width: 66%; }
  .hero-inner .hero-overlay { background: linear-gradient(90deg, #123015 0%, #123015 34%, rgba(18,48,21,.7) 42%, rgba(18,48,21,.15) 60%, rgba(18,48,21,0) 72%); }
}
@media (max-width: 960px) { .hero.hero-photo.hero-inner { min-height: 420px; } }
@media (max-width: 680px) {
  .hero.hero-photo.hero-inner { min-height: 0; }
  .hero-inner.hero-photo .wrap { padding-top: 32px; padding-bottom: 40px; }
  .hero-inner h1 { font-size: 30px; }
}

/* Livelier photos: cards zoom inside their frame; job photos lift with a soft shadow */
.card img, .job-photos img, .job-photo img { transition: transform .45s ease, box-shadow .45s ease; }
.card:hover img { transform: scale(1.05); }
.job-photos img, .job-photo img { box-shadow: 0 10px 26px rgba(20,60,20,.16); }
.job-photos img:hover, .job-photo img:hover { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(20,60,20,.24); }
@media (prefers-reduced-motion: reduce) { .card img, .job-photos img, .job-photo img { transition: none; transform: none !important; } }

/* Heading + intro with nothing under it */
.section-head.solo { margin-bottom: 0; }
.block.advantage { padding-bottom: 0; }

/* State + ZIP share one grid cell */
.field-pair { display: grid; grid-template-columns: 80px 1fr; gap: 12px; }
.field-pair input { text-transform: uppercase; }

/* Social icons (footer) */
.social { display: flex; gap: 10px; margin: 14px 0 0; }
.social a { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.1); color: #fff; }
.social a:hover { background: var(--green); color: #fff; }
