/* ============================================================
   NORTHWEST JUNK PROS — Design System
   Style: Bold & Premium (dark, eco-green + gold accents)
   Type:  Outfit (display) + Source Sans 3 (body)
   ============================================================ */
:root {
  /* Surfaces */
  --ink:        #0A0F0D;
  --ink-2:      #0E1513;
  --ink-3:      #131D1A;
  --cream:      #F5F8F6;
  --cream-2:    #EAF1ED;

  /* Brand */
  --green:      #16A34A;
  --green-bright:#34D399;
  --green-cta:  #22C55E;
  --green-deep: #0C6B33;
  --gold:       #FBBF24;
  --gold-deep:  #F59E0B;

  /* Text on dark */
  --text:       #F3F8F5;
  --muted:      #9FB2AB;
  --border-d:   rgba(255,255,255,.09);
  --border-d-2: rgba(255,255,255,.14);

  /* Text on light */
  --text-dk:    #0B1411;
  --muted-dk:   #4C5A55;
  --border-l:   #DCE6E0;

  /* System */
  --container:  1200px;
  --radius:     18px;
  --radius-sm:  12px;
  --ring:       0 0 0 3px rgba(52,211,153,.45);
  --shadow:     0 18px 50px -20px rgba(0,0,0,.55);
  --shadow-card:0 10px 30px -16px rgba(8,20,15,.18);
  --ease:       cubic-bezier(.22,.61,.36,1);
}

*,*::before,*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: "Source Sans 3", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  background: var(--ink);
  color: var(--text);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1,h2,h3,h4 {
  font-family: "Outfit", system-ui, sans-serif;
  line-height: 1.05;
  margin: 0;
  letter-spacing: -0.02em;
  font-weight: 800;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* Focus — keyboard users only */
:focus-visible { outline: none; box-shadow: var(--ring); border-radius: 8px; }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: clamp(1.1rem, 4vw, 2.25rem); }

.eyebrow {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: "Outfit", sans-serif; font-weight: 700;
  font-size: .8rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--green-bright);
}
.eyebrow::before { content:""; width: 26px; height: 2px; background: var(--green-bright); border-radius: 2px; }

.section { padding: clamp(4.5rem, 9vw, 8rem) 0; position: relative; }
.section-head { max-width: 680px; margin-bottom: 3.25rem; }
.section-head h2 { font-size: clamp(2rem, 4.6vw, 3.25rem); margin-bottom: 1rem; }
.section-head p { font-size: 1.12rem; color: var(--muted); margin: 0; }
.on-light .section-head p { color: var(--muted-dk); }

/* ---------- Buttons ---------- */
.btn {
  --btn-bg: var(--green-cta);
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  font-family: "Outfit", sans-serif; font-weight: 700; font-size: 1.02rem;
  padding: .95rem 1.6rem; min-height: 52px;
  border-radius: 999px; border: 0; cursor: pointer;
  background: var(--btn-bg); color: #06140B;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background-color .2s ease;
  box-shadow: 0 10px 24px -10px rgba(34,197,94,.6);
  white-space: nowrap;
}
.btn svg { width: 20px; height: 20px; }
.btn:hover { background: #2bd968; box-shadow: 0 16px 34px -10px rgba(34,197,94,.7); transform: translateY(-2px); }
.btn-ghost {
  --btn-bg: transparent; color: var(--text);
  border: 1.5px solid var(--border-d-2); box-shadow: none;
}
.btn-ghost:hover { background: rgba(255,255,255,.06); border-color: var(--green-bright); box-shadow: none; transform: translateY(-2px); }
.btn-gold { --btn-bg: var(--gold); color: #2A1B00; box-shadow: 0 10px 24px -10px rgba(251,191,36,.55); }
.btn-gold:hover { background: #ffc83a; box-shadow: 0 16px 34px -10px rgba(251,191,36,.65); }
.btn-lg { font-size: 1.1rem; padding: 1.1rem 2rem; min-height: 58px; }

/* ============================================================
   HEADER / NAV
   ============================================================ */
header.site {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  transition: background-color .35s ease, border-color .35s ease, backdrop-filter .35s ease;
  border-bottom: 1px solid transparent;
}
header.site.scrolled {
  background: rgba(10,15,13,.82);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border-bottom-color: var(--border-d);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .65rem; font-family: "Outfit", sans-serif; font-weight: 800; font-size: 1.22rem; letter-spacing: -.02em; }
.brand .mark { width: 38px; height: 38px; flex: none; display: grid; place-items: center; border-radius: 10px; background: linear-gradient(150deg, var(--ink-3), #0a1310); border: 1px solid var(--border-d-2); }
.brand .mark svg { width: 22px; height: 22px; }
.brand b { color: var(--green-bright); }

.nav-links { display: flex; align-items: center; gap: .35rem; }
.nav-links a.link {
  font-family: "Outfit", sans-serif; font-weight: 600; font-size: .96rem;
  color: var(--muted); padding: .55rem .85rem; border-radius: 999px;
  transition: color .2s ease, background-color .2s ease;
}
.nav-links a.link:hover { color: var(--text); background: rgba(255,255,255,.05); }
.nav-links a.link--estimator {
  color: var(--green-bright);
  border: 1.5px solid rgba(52,211,153,.3);
  background: rgba(52,211,153,.07);
}
.nav-links a.link--estimator:hover { background: rgba(52,211,153,.16); border-color: rgba(52,211,153,.6); }
.nav-cta { display: flex; align-items: center; gap: .7rem; }
.nav-phone {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: "Outfit", sans-serif; font-weight: 700; color: var(--text);
  padding: .5rem .4rem;
}
.nav-phone svg { width: 18px; height: 18px; color: var(--green-bright); }
.nav-phone:hover { color: var(--green-bright); }

.nav-toggle { display: none; background: transparent; border: 1px solid var(--border-d-2); color: var(--text); width: 46px; height: 46px; border-radius: 12px; cursor: pointer; align-items: center; justify-content: center; }
.nav-toggle svg { width: 24px; height: 24px; }

/* Mobile nav panel */
.mobile-nav { display: none; }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; padding-top: 168px; padding-bottom: clamp(4rem, 8vw, 7rem); overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.hero-bg .glow {
  position: absolute; border-radius: 50%; filter: blur(70px); opacity: .55;
  will-change: transform;
}
.hero-bg .g1 { width: 520px; height: 520px; left: -120px; top: -80px; background: radial-gradient(circle, rgba(22,163,74,.55), transparent 65%); animation: float1 18s ease-in-out infinite; }
.hero-bg .g2 { width: 460px; height: 460px; right: -100px; top: 40px; background: radial-gradient(circle, rgba(52,211,153,.35), transparent 65%); animation: float2 22s ease-in-out infinite; }
.hero-bg .g3 { width: 380px; height: 380px; right: 20%; bottom: -140px; background: radial-gradient(circle, rgba(251,191,36,.18), transparent 65%); animation: float1 26s ease-in-out infinite; }
.hero-bg .grid-overlay {
  position: absolute; inset: 0;
  background-image: linear-gradient(var(--border-d) 1px, transparent 1px), linear-gradient(90deg, var(--border-d) 1px, transparent 1px);
  background-size: 64px 64px; mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, #000 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, #000 30%, transparent 75%);
  opacity: .5;
}
@keyframes float1 { 0%,100% { transform: translate(0,0); } 50% { transform: translate(30px,40px); } }
@keyframes float2 { 0%,100% { transform: translate(0,0); } 50% { transform: translate(-40px,30px); } }

.hero-inner {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.hero-left { min-width: 0; }
.hero-right { min-width: 0; }
.hero-photo {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 32px 70px -20px rgba(0,0,0,.7), 0 0 0 1px rgba(52,211,153,.18);
}
.hero-photo img {
  width: 100%; height: 100%; display: block;
  object-fit: cover; object-position: center top;
}
.hero-photo::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(to right, rgba(10,15,13,.55) 0%, transparent 28%),
    linear-gradient(to top, rgba(10,15,13,.4) 0%, transparent 35%);
  border-radius: inherit;
}
.hero h1 { font-size: clamp(2rem, 4.8vw, 4.2rem); font-weight: 900; margin: 1.4rem 0 1.3rem; }
.hero h1 .accent { color: var(--green-bright); position: relative; white-space: normal; }
.hero p.lead { font-size: clamp(1rem, 2.1vw, 1.4rem); color: var(--muted); max-width: 640px; margin: 0 0 2.2rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; align-items: center; }
.hero-actions .note { font-size: .95rem; color: var(--muted); display: inline-flex; align-items: center; gap: .45rem; }
.hero-actions .note svg { width: 18px; height: 18px; color: var(--green-bright); }

/* Trust chips */
.trust-row { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 2.6rem; }
.chip {
  display: inline-flex; align-items: center; gap: .55rem;
  padding: .6rem 1rem; border-radius: 999px;
  background: rgba(255,255,255,.04); border: 1px solid var(--border-d);
  font-size: .92rem; font-weight: 600; color: #cdd9d4;
}
.chip svg { width: 18px; height: 18px; color: var(--green-bright); flex: none; }
.chip .stars { color: var(--gold); letter-spacing: 1px; }

/* ============================================================
   STATS
   ============================================================ */
.stats { background: var(--ink-2); border-top: 1px solid var(--border-d); border-bottom: 1px solid var(--border-d); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; padding: clamp(2.4rem,4vw,3.2rem) 0; }
.stat { text-align: center; padding: .5rem; }
.stat .num { font-family: "Outfit", sans-serif; font-weight: 900; font-size: clamp(2.2rem, 5vw, 3.4rem); color: #fff; line-height: 1; }
.stat .num .unit { color: var(--green-bright); }
.stat .lbl { margin-top: .55rem; color: var(--muted); font-size: .95rem; font-weight: 600; }

/* ============================================================
   SERVICES
   ============================================================ */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.card {
  background: linear-gradient(180deg, var(--ink-3), var(--ink-2));
  border: 1px solid var(--border-d); border-radius: var(--radius);
  padding: 2rem 1.75rem; position: relative; overflow: hidden;
  transition: transform .3s var(--ease), border-color .3s ease, box-shadow .3s ease;
}
.card::before {
  content: ""; position: absolute; inset: -1px auto auto -1px; right: -1px; height: 2px;
  background: linear-gradient(90deg, transparent, var(--green-bright) 45%, rgba(52,211,153,.5));
  border-radius: var(--radius) var(--radius) 0 0;
  opacity: 0; transform: scaleX(.25); transform-origin: left;
  transition: opacity .35s ease, transform .55s var(--ease);
}
.card::after { content:""; position:absolute; inset:0; border-radius: inherit; background: radial-gradient(120% 80% at 50% -20%, rgba(52,211,153,.12), transparent 60%); opacity:0; transition: opacity .3s ease; pointer-events:none; }
@media (hover: hover) and (pointer: fine) {
  .card:hover { transform: translateY(-6px); border-color: var(--border-d-2); box-shadow: var(--shadow); }
  .card:hover::before { opacity: 1; transform: scaleX(1); }
  .card:hover::after { opacity: 1; }
  .card:hover .icon {
    transform: scale(1.1) rotate(-3deg);
    background: rgba(52,211,153,.18);
    border-color: rgba(52,211,153,.45);
    box-shadow: 0 4px 18px -4px rgba(52,211,153,.45);
  }
  .card ul li:hover { color: var(--green-bright); border-color: rgba(52,211,153,.35); background: rgba(52,211,153,.08); }
}
.card:active { transform: translateY(-3px); transition-duration: .12s; }
.card .icon {
  width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center;
  background: rgba(52,211,153,.1); border: 1px solid rgba(52,211,153,.22); margin-bottom: 1.25rem;
  transition: transform .35s var(--ease), background-color .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.card .icon svg { width: 28px; height: 28px; color: var(--green-bright); }
.card h3 { font-size: 1.3rem; margin-bottom: .6rem; }
.card p { color: var(--muted); margin: 0; font-size: 1rem; }
.card ul { list-style: none; padding: 0; margin: 1rem 0 0; display: flex; flex-wrap: wrap; gap: .4rem; }
.card ul li { font-size: .82rem; color: #b9c7c1; background: rgba(255,255,255,.04); border: 1px solid var(--border-d); padding: .25rem .6rem; border-radius: 999px; cursor: default; transition: color .2s ease, border-color .2s ease, background-color .2s ease; }

.card-cta {
  display: flex; flex-direction: column; justify-content: center;
  background: linear-gradient(160deg, var(--green-deep), #0a3a1d);
  border-color: rgba(52,211,153,.3);
}
.card-cta h3 { font-size: 1.45rem; }
.card-cta p { color: #d6f0e0; margin-bottom: 1.3rem; }
.card-cta .btn { align-self: flex-start; }

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.on-light { background: var(--cream); color: var(--text-dk); }
.on-light h2, .on-light h3 { color: var(--text-dk); }
.on-light .eyebrow { color: var(--green-deep); }
.on-light .eyebrow::before { background: var(--green-deep); }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; counter-reset: step; }
.step { position: relative; padding: 2rem 1.6rem; background: #fff; border: 1px solid var(--border-l); border-radius: var(--radius); box-shadow: var(--shadow-card); transition: transform .3s var(--ease); }
.step:hover { transform: translateY(-5px); }
.step .step-num { counter-increment: step; font-family: "Outfit", sans-serif; font-weight: 900; font-size: 2.6rem; color: var(--green); line-height: 1; }
.step .step-num::before { content: "0" counter(step); }
.step .step-ico { position: absolute; top: 1.9rem; right: 1.6rem; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; background: var(--cream-2); }
.step .step-ico svg { width: 24px; height: 24px; color: var(--green-deep); }
.step h3 { font-size: 1.3rem; margin: 1.1rem 0 .55rem; }
.step p { color: var(--muted-dk); margin: 0; }

/* ============================================================
   WHY US
   ============================================================ */
.why-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.why-list { display: grid; gap: 1.1rem; }
.why-item { display: flex; gap: 1rem; align-items: flex-start; }
.why-item .tick { flex: none; width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: rgba(52,211,153,.1); border: 1px solid rgba(52,211,153,.22); }
.why-item .tick svg { width: 24px; height: 24px; color: var(--green-bright); }
.why-item h3 { font-size: 1.18rem; margin-bottom: .25rem; }
.why-item p { color: var(--muted); margin: 0; font-size: 1rem; }

.pledge {
  position: relative; padding: clamp(2rem,4vw,3rem); border-radius: var(--radius);
  background: linear-gradient(150deg, var(--green-deep), #0a3b1e 70%);
  border: 1px solid rgba(52,211,153,.28); overflow: hidden;
}
.pledge::before { content:""; position:absolute; right:-60px; top:-60px; width: 240px; height: 240px; border-radius: 50%; background: radial-gradient(circle, rgba(52,211,153,.45), transparent 65%); filter: blur(20px); }
.pledge .ring { position: relative; width: 150px; height: 150px; margin: 0 auto 1.5rem; }
.pledge .ring svg { transform: rotate(-90deg); }
.pledge .ring .ring-num { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; font-family: "Outfit",sans-serif; font-weight: 900; font-size: 2.4rem; color: #fff; }
.pledge .ring .ring-num span { font-size: .8rem; font-weight: 600; color: var(--green-bright); display: block; letter-spacing: .06em; }
.pledge h3 { font-size: 1.5rem; text-align: center; margin-bottom: .6rem; }
.pledge p { text-align: center; color: #cfeede; margin: 0; }

/* ============================================================
   SERVICE AREA
   ============================================================ */
.area-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.area-card { padding: 2rem; border-radius: var(--radius); background: linear-gradient(180deg, var(--ink-3), var(--ink-2)); border: 1px solid var(--border-d); }
.area-card h3 { font-size: 1.4rem; display: flex; align-items: center; gap: .6rem; margin-bottom: .35rem; }
.area-card h3 svg { width: 24px; height: 24px; color: var(--green-bright); }
.area-card > span { color: var(--muted); font-size: .95rem; }
.area-card .cities { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.25rem; }
.area-card .cities a { display: inline-flex; align-items: center; gap: .4rem; font-size: .92rem; font-weight: 600; color: #cdd9d4; background: rgba(255,255,255,.04); border: 1px solid var(--border-d); padding: .4rem .8rem; border-radius: 999px; transition: color .2s, border-color .2s, background-color .2s; }
.area-card .cities a:hover { color: #fff; border-color: var(--green-bright); background: rgba(52,211,153,.1); }
.area-note { text-align: center; margin-top: 2rem; color: var(--muted); }
.area-note a { color: var(--green-bright); font-weight: 700; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.testi {
  background: #fff; border: 1px solid var(--border-l); border-radius: var(--radius);
  padding: 1.9rem; box-shadow: var(--shadow-card); display: flex; flex-direction: column; gap: 1rem;
}
.testi .stars { color: var(--gold); letter-spacing: 2px; font-size: 1.05rem; }
.testi blockquote { margin: 0; font-size: 1.06rem; color: #1e2a26; line-height: 1.6; }
.testi .who { display: flex; align-items: center; gap: .8rem; margin-top: auto; }
.testi .who .av { width: 46px; height: 46px; border-radius: 50%; flex: none; display: grid; place-items: center; font-family: "Outfit",sans-serif; font-weight: 800; color: #fff; background: linear-gradient(150deg, var(--green), var(--green-deep)); }
.testi .who .nm { font-family: "Outfit",sans-serif; font-weight: 700; color: var(--text-dk); }
.testi .who .loc { font-size: .88rem; color: var(--muted-dk); }

/* ============================================================
   CTA / QUOTE FORM
   ============================================================ */
.quote { position: relative; overflow: hidden; }
.quote-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.quote-bg .glow { position: absolute; border-radius: 50%; filter: blur(80px); }
.quote-bg .q1 { width: 460px; height: 460px; left: -120px; bottom: -160px; background: radial-gradient(circle, rgba(22,163,74,.45), transparent 65%); }
.quote-bg .q2 { width: 420px; height: 420px; right: -120px; top: -140px; background: radial-gradient(circle, rgba(251,191,36,.16), transparent 65%); }
.quote-wrap { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.quote-copy h2 { font-size: clamp(2rem, 4.4vw, 3.1rem); margin-bottom: 1rem; }
.quote-copy p { color: var(--muted); font-size: 1.12rem; margin: 0 0 1.75rem; }
.quote-perks { display: grid; gap: .85rem; margin-bottom: 2rem; }
.quote-perks li { list-style: none; display: flex; align-items: center; gap: .7rem; font-weight: 600; }
.quote-perks svg { width: 22px; height: 22px; color: var(--green-bright); flex: none; }
.call-box { display: inline-flex; align-items: center; gap: 1rem; padding: 1rem 1.4rem; border-radius: var(--radius-sm); background: rgba(255,255,255,.04); border: 1px solid var(--border-d); }
.call-box .ic { width: 46px; height: 46px; border-radius: 12px; background: rgba(52,211,153,.12); display: grid; place-items: center; }
.call-box .ic svg { width: 24px; height: 24px; color: var(--green-bright); }
.call-box .t span { display: block; font-size: .82rem; color: var(--muted); }
.call-box .t a { font-family: "Outfit",sans-serif; font-weight: 800; font-size: 1.3rem; color: #fff; }

form.quote-form {
  background: linear-gradient(180deg, var(--ink-3), var(--ink-2));
  border: 1px solid var(--border-d-2); border-radius: var(--radius);
  padding: clamp(1.6rem, 3vw, 2.4rem); box-shadow: var(--shadow);
}
form.quote-form h3 { font-size: 1.45rem; margin-bottom: .35rem; }
form.quote-form > p.sub { color: var(--muted); margin: 0 0 1.5rem; font-size: .98rem; }
.field { margin-bottom: 1.1rem; }
.field.row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 0; }
.field label { display: block; font-family: "Outfit",sans-serif; font-weight: 600; font-size: .9rem; margin-bottom: .45rem; color: #d6e0db; }
.field label .req { color: var(--green-bright); }
.field input, .field select, .field textarea {
  width: 100%; font: inherit; color: var(--text);
  background: rgba(255,255,255,.04); border: 1px solid var(--border-d-2);
  border-radius: 12px; padding: .85rem 1rem; min-height: 52px;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.field textarea { min-height: 110px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #6f817b; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--green-bright); box-shadow: 0 0 0 3px rgba(52,211,153,.18); background: rgba(255,255,255,.06); }
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%239FB2AB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.6rem; }
form.quote-form .btn { width: 100%; margin-top: .4rem; }
.form-note { text-align: center; font-size: .85rem; color: var(--muted); margin: .9rem 0 0; }
.form-status { display: none; margin-top: 1rem; padding: .9rem 1.1rem; border-radius: 12px; background: rgba(52,211,153,.12); border: 1px solid rgba(52,211,153,.3); color: #d6f5e4; font-size: .95rem; }
.form-status.show { display: block; }

/* ============================================================
   FAQ
   ============================================================ */
.faq-wrap { max-width: 820px; margin-inline: auto; }
details.faq {
  background: #fff; border: 1px solid var(--border-l); border-radius: var(--radius-sm);
  margin-bottom: .85rem; overflow: hidden; transition: border-color .2s ease, box-shadow .2s ease;
}
details.faq[open] { border-color: rgba(22,163,74,.4); box-shadow: var(--shadow-card); }
details.faq summary {
  list-style: none; cursor: pointer; padding: 1.3rem 1.5rem;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  font-family: "Outfit",sans-serif; font-weight: 700; font-size: 1.1rem; color: var(--text-dk);
}
details.faq summary::-webkit-details-marker { display: none; }
details.faq summary .plus { flex: none; width: 30px; height: 30px; border-radius: 8px; background: var(--cream-2); display: grid; place-items: center; transition: transform .3s var(--ease), background-color .2s ease; }
details.faq summary .plus svg { width: 18px; height: 18px; color: var(--green-deep); }
details.faq[open] summary .plus { transform: rotate(45deg); background: var(--green); }
details.faq[open] summary .plus svg { color: #fff; }
details.faq .faq-body { padding: 0 1.5rem 1.4rem; color: var(--muted-dk); }
details.faq .faq-body p { margin: 0; }

/* ============================================================
   FOOTER
   ============================================================ */
footer.site { background: var(--ink-2); border-top: 1px solid var(--border-d); padding: clamp(3rem,6vw,4.5rem) 0 2rem; }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 2.5rem; }
.foot-brand .brand { margin-bottom: 1rem; }
.foot-brand p { color: var(--muted); font-size: .98rem; max-width: 320px; }
.foot-col h4 { font-family: "Outfit",sans-serif; font-size: .85rem; letter-spacing: .12em; text-transform: uppercase; color: #8fa39c; margin-bottom: 1.1rem; }
.foot-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .65rem; }
.foot-col ul a, .foot-col ul li { color: var(--muted); font-size: .98rem; transition: color .2s ease; }
.foot-col ul a:hover { color: var(--green-bright); }
.foot-contact a { display: flex; align-items: flex-start; gap: .65rem; color: var(--muted); margin-bottom: .8rem; transition: color .2s ease; }
.foot-contact a:hover { color: var(--text); }
.foot-contact svg { width: 20px; height: 20px; color: var(--green-bright); flex: none; margin-top: 2px; }
.foot-bottom { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; align-items: center; margin-top: 3rem; padding-top: 1.6rem; border-top: 1px solid var(--border-d); color: #7c8e88; font-size: .9rem; }
.foot-bottom .socials { display: flex; gap: .6rem; }
.foot-bottom .socials a { width: 40px; height: 40px; border-radius: 10px; border: 1px solid var(--border-d); display: grid; place-items: center; color: var(--muted); transition: color .2s, border-color .2s, background-color .2s; }
.foot-bottom .socials a:hover { color: var(--green-bright); border-color: var(--green-bright); background: rgba(52,211,153,.08); }
.foot-bottom .socials svg { width: 20px; height: 20px; }

/* Sticky mobile call bar */
.mobile-callbar { display: none; }

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }
.reveal.d4 { transition-delay: .32s; }
.reveal.d5 { transition-delay: .40s; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .services-grid, .testi-grid, .steps { grid-template-columns: repeat(2, 1fr); }
  .why-wrap, .quote-wrap { grid-template-columns: 1fr; }
  .pledge { max-width: 460px; margin-inline: auto; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .foot-brand { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  .nav-links, .nav-phone { display: none; }
  .nav-toggle { display: inline-flex; }
  .nav-cta .btn { display: none; }

  .mobile-nav {
    display: block; position: fixed; inset: 76px 0 auto 0; z-index: 49;
    background: rgba(10,15,13,.97); backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-d);
    transform: translateY(-130%); transition: transform .35s var(--ease);
    padding: 1rem clamp(1.1rem,4vw,2.25rem) 1.6rem;
  }
  .mobile-nav.open { transform: translateY(0); }
  .mobile-nav a.m-link { display: block; font-family: "Outfit",sans-serif; font-weight: 600; font-size: 1.1rem; color: var(--text); padding: .9rem .25rem; border-bottom: 1px solid var(--border-d); }
  .mobile-nav .btn { width: 100%; margin-top: 1.1rem; }
  .mobile-nav .m-phone { margin-top: .9rem; display: flex; align-items: center; justify-content: center; gap: .5rem; color: var(--green-bright); font-family: "Outfit",sans-serif; font-weight: 700; font-size: 1.15rem; }

  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 1.4rem; }
  .services-grid, .testi-grid, .steps, .area-grid { grid-template-columns: 1fr; }
  .field.row { grid-template-columns: 1fr; gap: 0; }
  .field.row .field { margin-bottom: 1.1rem; }
  .foot-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 120px; }
  body { padding-bottom: 72px; } /* room for mobile call bar */
  .hero-inner { grid-template-columns: 1fr; gap: 2rem; }
  .hero-right { order: -1; max-height: 340px; }
  .hero-photo img { max-height: 340px; }
  .hero h1 { font-size: clamp(1.75rem, 7vw, 2.6rem); margin: 1rem 0 1rem; }

  .mobile-callbar {
    display: grid; grid-template-columns: 1fr 1fr; gap: .6rem;
    position: fixed; inset: auto 0 0 0; z-index: 48;
    padding: .7rem clamp(1.1rem,4vw,2.25rem) calc(.7rem + env(safe-area-inset-bottom, 0));
    background: rgba(10,15,13,.92); backdrop-filter: blur(14px);
    border-top: 1px solid var(--border-d);
  }
  .mobile-callbar .btn { min-height: 50px; font-size: 1rem; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: clamp(1.75rem, 8.5vw, 2.2rem); }
  .hero p.lead { font-size: 1rem; }
  .chip { font-size: .82rem; padding: .45rem .8rem; }
  .trust-row { gap: .5rem; margin-top: 1.8rem; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ============================================================
   LOCATION / CITY PAGES
   ============================================================ */
.breadcrumbs { padding-top: 104px; padding-bottom: 0; }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; margin: 0; padding: 0; font-size: .9rem; color: var(--muted); }
.breadcrumbs a { color: var(--muted); transition: color .2s ease; }
.breadcrumbs a:hover { color: var(--green-bright); }
.breadcrumbs li[aria-current] { color: var(--text); font-weight: 600; }
.breadcrumbs svg { width: 16px; height: 16px; opacity: .6; }

/* Local areas / "we cover" */
.local-areas { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.local-areas .area-tags { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.4rem; }
.local-areas .area-tags span { font-size: .9rem; font-weight: 600; color: #cdd9d4; background: rgba(255,255,255,.04); border: 1px solid var(--border-d); padding: .4rem .85rem; border-radius: 999px; }
.local-card { padding: 2rem; border-radius: var(--radius); background: linear-gradient(160deg, var(--green-deep), #0a3a1d 75%); border: 1px solid rgba(52,211,153,.3); }
.local-card h3 { font-size: 1.35rem; margin-bottom: .6rem; }
.local-card p { color: #d6f0e0; margin: 0 0 1.4rem; }
.local-card .mini-stats { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; }
.local-card .mini-stats div { background: rgba(0,0,0,.18); border: 1px solid rgba(255,255,255,.12); border-radius: 12px; padding: 1rem; }
.local-card .mini-stats .n { font-family: "Outfit",sans-serif; font-weight: 900; font-size: 1.6rem; color: #fff; }
.local-card .mini-stats .l { font-size: .82rem; color: #bfe6cf; }

/* Nearby cities grid */
.nearby-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.nearby-card {
  display: flex; align-items: center; justify-content: space-between; gap: .75rem;
  padding: 1.1rem 1.3rem; border-radius: var(--radius-sm);
  background: linear-gradient(180deg, var(--ink-3), var(--ink-2)); border: 1px solid var(--border-d);
  font-family: "Outfit", sans-serif; font-weight: 700; color: var(--text);
  transition: transform .25s var(--ease), border-color .25s ease, background-color .25s ease;
}
.nearby-card span.sub { display: block; font-family: "Source Sans 3", sans-serif; font-weight: 400; font-size: .82rem; color: var(--muted); }
.nearby-card svg { width: 20px; height: 20px; color: var(--green-bright); flex: none; }
.nearby-card:hover { transform: translateY(-3px); border-color: var(--green-bright); background: rgba(52,211,153,.08); }

/* Locations index */
.loc-region { margin-bottom: 3rem; }
.loc-region h3 { font-size: 1.5rem; display: flex; align-items: center; gap: .6rem; margin-bottom: 1.25rem; }
.loc-region h3 svg { width: 24px; height: 24px; color: var(--green-bright); }
.loc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }

@media (max-width: 980px) {
  .local-areas { grid-template-columns: 1fr; }
  .nearby-grid, .loc-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .nearby-grid, .loc-grid { grid-template-columns: 1fr; }
  .breadcrumbs { padding-top: 96px; }
}

/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
  .hero-bg .glow { animation: none !important; }
}
