/* Oakland Rodent Control — HomeShield style: green + gold + charcoal.
   Yellow utility topbar, full-bleed photo hero with overlay, photo service
   tiles, green value-prop row, photo bands, green mission band, gold-accent
   signs, green process steps, call-only CTA, dark charcoal footer.
   Montserrat headings + Open Sans body. Rodent-only, connector-safe. */

:root {
  --green: #23a94c;
  --green-600: #1b8b3e;
  --green-700: #157233;
  --green-050: #e9f7ee;
  --green-100: #d5efdd;
  --gold: #f6cc1a;
  --gold-600: #e4b800;
  --gold-050: #fef7d8;
  --ink: #1e2a23;
  --charcoal: #202722;
  --charcoal-900: #171d19;
  --body: #47554d;
  --muted: #6d7b72;
  --line: #e4ebe6;
  --gray-50: #f3f7f4;
  --gray-100: #e9f0ea;
  --white: #ffffff;
  --shadow: 0 22px 48px rgba(20, 45, 28, 0.16);
  --shadow-sm: 0 6px 18px rgba(20, 45, 28, 0.10);
  --radius: 10px;
  --f-head: 'Montserrat', system-ui, -apple-system, sans-serif;
  --f-body: 'Open Sans', system-ui, -apple-system, sans-serif;
  --maxw: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--f-body); color: var(--body); font-size: 17px; line-height: 1.68; background: var(--white); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--green-600); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 { font-family: var(--f-head); color: var(--ink); line-height: 1.15; margin: 0 0 .5em; font-weight: 800; letter-spacing: -0.012em; }
h1 { font-size: clamp(2.1rem, 4.6vw, 3.2rem); font-weight: 900; }
h2 { font-size: clamp(1.7rem, 3.3vw, 2.45rem); font-weight: 800; }
h3 { font-size: 1.22rem; font-weight: 700; }
p { margin: 0 0 1.1rem; }
.acc { color: var(--green); }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: 80px 0; }
.section--tight { padding: 54px 0; }
.section--gray { background: var(--gray-50); }
.section--green { background: var(--green); }
.eyebrow { display: inline-block; color: var(--green); font-family: var(--f-head); font-weight: 800; text-transform: uppercase; letter-spacing: .16em; font-size: .75rem; margin: 0 0 .9rem; }
.eyebrow.center { display: block; text-align: center; }
.lead { font-size: 1.15rem; color: var(--body); }
.center { text-align: center; }
.measure { max-width: 760px; }
.sec-head { text-align: center; max-width: 780px; margin: 0 auto 46px; }

/* Buttons — pill, uppercase Montserrat */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; font-family: var(--f-head); font-weight: 800; font-size: .95rem; text-transform: uppercase; letter-spacing: .03em; border-radius: 999px; padding: .9rem 1.8rem; border: 2px solid transparent; cursor: pointer; transition: transform .12s ease, background .15s ease, box-shadow .15s, color .15s, border-color .15s; text-decoration: none; white-space: nowrap; }
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn-green { background: var(--green); color: #fff; box-shadow: 0 8px 20px rgba(35,169,76,.28); }
.btn-green:hover { background: var(--green-600); color: #fff; }
.btn-gold { background: var(--gold); color: var(--charcoal-900); box-shadow: 0 8px 20px rgba(246,204,26,.32); }
.btn-gold:hover { background: var(--gold-600); color: var(--charcoal-900); }
.btn-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,.6); }
.btn-outline:hover { background: rgba(255,255,255,.14); color: #fff; border-color: #fff; }
.btn-outline-green { background: transparent; color: var(--green-600); border-color: var(--green); }
.btn-outline-green:hover { background: var(--green); color: #fff; }
.btn-lg { font-size: 1.02rem; padding: 1.02rem 2.1rem; }
.btn-block { width: 100%; }

/* Utility topbar — gold */
.topbar { background: var(--gold); color: var(--charcoal-900); font-size: .9rem; font-weight: 600; }
.topbar .container { display: flex; align-items: center; gap: 24px; min-height: 44px; padding-top: 5px; padding-bottom: 5px; }
.topbar .tb-msg { margin-right: auto; display: inline-flex; align-items: center; gap: .5rem; font-weight: 700; }
.topbar .tb-msg svg { width: 16px; height: 16px; }
.topbar a { color: var(--charcoal-900); font-weight: 700; display: inline-flex; align-items: center; gap: .4rem; }
.topbar a:hover { text-decoration: underline; }
.topbar svg { width: 15px; height: 15px; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 80px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand:hover { text-decoration: none; }
.brand .logo { width: 44px; height: 44px; flex: none; }
.wordmark { font-family: var(--f-head); font-weight: 800; font-size: 1.24rem; line-height: 1.05; color: var(--charcoal-900); letter-spacing: -0.01em; white-space: nowrap; }
.wordmark .wm-green { color: var(--green); }
.wordmark small { display: block; font-family: var(--f-body); font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-top: 5px; white-space: normal; }
.nav { display: flex; align-items: center; gap: 20px; }
.nav a { font-family: var(--f-head); font-weight: 700; font-size: .9rem; color: var(--charcoal); text-transform: uppercase; letter-spacing: .01em; white-space: nowrap; }
.nav a:hover { color: var(--green); text-decoration: none; }
.header-cta { display: flex; align-items: center; gap: 14px; }
.header-phone { font-family: var(--f-head); font-weight: 800; color: var(--charcoal-900); font-size: 1.06rem; white-space: nowrap; display: inline-flex; align-items: center; gap: .5rem; }
.header-phone .hp-ic { width: 38px; height: 38px; border-radius: 50%; background: var(--green); color: #fff; display: grid; place-items: center; flex: none; }
.header-phone small { display: block; font-family: var(--f-body); font-size: .62rem; font-weight: 700; color: var(--muted); letter-spacing: .05em; text-transform: uppercase; }
.menu-toggle { display: none; }

/* ---------- HERO (full-bleed photo + overlay) ---------- */
.hero { position: relative; color: #fff; overflow: hidden; background: var(--charcoal-900); }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(105deg, rgba(16,28,20,.92) 0%, rgba(16,28,20,.78) 42%, rgba(16,28,20,.5) 72%, rgba(16,28,20,.32) 100%); }
.hero .container { position: relative; z-index: 2; }
.hero-inner { max-width: 640px; padding: 96px 0 100px; }
.hero .eyebrow { color: var(--gold); }
.hero h1 { color: #fff; margin-bottom: .4em; }
.hero h1 .acc { color: var(--gold); }
.hero-lead { color: #dfe8e1; font-size: 1.2rem; max-width: 52ch; }
.hero-points { list-style: none; margin: 22px 0 6px; padding: 0; display: grid; gap: 11px; }
.hero-points li { position: relative; padding-left: 34px; color: #eaf2ec; font-weight: 600; }
.hero-points li svg { position: absolute; left: 0; top: 1px; width: 22px; height: 22px; color: var(--gold); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 26px; }
.hero-phone { display: inline-flex; align-items: center; gap: .6rem; font-family: var(--f-head); font-weight: 900; font-size: 1.6rem; color: #fff; }
.hero-phone:hover { text-decoration: none; color: var(--gold); }
.call-note { color: #b9c7bd; font-size: .95rem; font-weight: 600; }

/* ---------- Quote bar (gold strip under hero) ---------- */
.quotebar { background: var(--charcoal-900); color: #fff; }
.quotebar .container { display: flex; align-items: center; justify-content: center; gap: 14px 30px; flex-wrap: wrap; padding: 18px 24px; text-align: center; }
.quotebar strong { font-family: var(--f-head); font-weight: 800; color: var(--gold); text-transform: uppercase; letter-spacing: .04em; font-size: 1.02rem; }
.quotebar span { color: #d7e0d9; font-weight: 600; }

/* ---------- Intro ---------- */
.intro { text-align: center; }
.intro .measure { margin: 0 auto; }
.intro h2 { margin-bottom: .5em; }

/* ---------- Value props (green icon row) ---------- */
.valueprops { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.vprop { text-align: center; padding: 8px 12px; }
.vprop .vp-ic { width: 68px; height: 68px; margin: 0 auto 16px; border-radius: 50%; background: var(--green-050); color: var(--green); display: grid; place-items: center; border: 2px solid var(--green-100); }
.vprop .vp-ic svg { width: 34px; height: 34px; }
.vprop strong { display: block; font-family: var(--f-head); font-weight: 800; color: var(--charcoal-900); font-size: 1.12rem; margin-bottom: .3rem; }
.vprop span { color: var(--muted); font-size: .96rem; }

/* ---------- Service photo tiles ---------- */
.tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.tile { position: relative; display: block; border-radius: var(--radius); overflow: hidden; min-height: 230px; box-shadow: var(--shadow-sm); background: var(--charcoal); }
.tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(16,28,20,.15) 0%, rgba(16,28,20,.55) 55%, rgba(16,28,20,.9) 100%); transition: background .2s; }
.tile:hover img { transform: scale(1.07); }
.tile:hover::after { background: linear-gradient(180deg, rgba(35,169,76,.28) 0%, rgba(16,28,20,.62) 55%, rgba(16,28,20,.94) 100%); }
.tile-body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 20px 20px 22px; }
.tile-label { font-family: var(--f-head); font-weight: 800; color: #fff; font-size: 1.14rem; line-height: 1.2; display: block; }
.tl-go { display: inline-flex; align-items: center; gap: .4rem; margin-top: 8px; font-family: var(--f-head); font-weight: 800; text-transform: uppercase; letter-spacing: .06em; font-size: .74rem; color: var(--gold); }
.tl-go svg { width: 15px; height: 15px; }

/* ---------- Photo band (split image + copy) ---------- */
.photoband { position: relative; overflow: hidden; }
.photoband-inner { display: grid; grid-template-columns: 1.05fr 1fr; align-items: stretch; min-height: 420px; }
.photoband-media { position: relative; min-height: 320px; }
.photoband-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.photoband-copy { display: flex; flex-direction: column; justify-content: center; padding: 64px 60px; background: #fff; }
.photoband--flip .photoband-media { order: 2; }
.photoband--dark .photoband-copy { background: var(--charcoal-900); }
.photoband--dark h2 { color: #fff; }
.photoband--dark p { color: #d3ddd6; }
.photoband--dark .eyebrow { color: var(--gold); }

/* ---------- Mission band (green) ---------- */
.missionband { background: var(--green); color: #fff; position: relative; overflow: hidden; }
.missionband::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle at 88% 12%, rgba(255,255,255,.12) 0, transparent 42%); pointer-events: none; }
.missionband .container { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; gap: 44px; align-items: center; }
.missionband h2 { color: #fff; }
.missionband p { color: rgba(255,255,255,.94); margin-bottom: 0; }
.missionband .eyebrow { color: var(--gold); }
.missionband .mb-cta { text-align: center; }
.missionband .mb-phone { display: block; font-family: var(--f-head); font-weight: 900; font-size: 2.1rem; color: #fff; margin-bottom: 14px; }
.missionband .mb-phone:hover { text-decoration: none; color: var(--gold); }

/* ---------- Why choose (value props, not reviews) ---------- */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.why-card { background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--green); border-radius: var(--radius); padding: 30px 28px; box-shadow: var(--shadow-sm); }
.why-card .wc-ic { width: 50px; height: 50px; border-radius: 12px; background: var(--green-050); color: var(--green); display: grid; place-items: center; margin-bottom: 15px; }
.why-card .wc-ic svg { width: 26px; height: 26px; }
.why-card h3 { color: var(--charcoal-900); font-size: 1.16rem; margin-bottom: .4rem; }
.why-card p { margin: 0; color: var(--body); font-size: .97rem; }

/* ---------- Signs grid (gold accent) ---------- */
.signs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.sign-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px; box-shadow: var(--shadow-sm); transition: transform .14s, box-shadow .14s; }
.sign-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.sign-card .sg-ic { width: 50px; height: 50px; border-radius: 12px; background: var(--gold); color: var(--charcoal-900); display: grid; place-items: center; margin-bottom: 15px; }
.sign-card .sg-ic svg { width: 26px; height: 26px; }
.sign-card h3 { font-size: 1.1rem; color: var(--charcoal-900); margin-bottom: .4rem; }
.sign-card p { margin: 0; font-size: .95rem; color: var(--body); }

/* ---------- Process steps ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.step { position: relative; padding-top: 6px; }
.step .step-num { width: 58px; height: 58px; border-radius: 16px; background: var(--green); color: #fff; font-family: var(--f-head); font-weight: 900; font-size: 1.5rem; display: grid; place-items: center; margin-bottom: 17px; box-shadow: 0 8px 18px rgba(35,169,76,.26); }
.step h3 { font-size: 1.12rem; color: var(--charcoal-900); }
.step p { color: var(--muted); font-size: .96rem; margin: 0; }

/* ---------- Service area ---------- */
.area-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 48px; align-items: center; }
.area-list { columns: 2; column-gap: 26px; margin: 20px 0 24px; padding: 0; list-style: none; }
.area-list li { break-inside: avoid; padding: 7px 0 7px 27px; position: relative; font-weight: 700; color: var(--charcoal-900); font-family: var(--f-head); font-size: .96rem; }
.area-list li::before { content: ""; position: absolute; left: 0; top: 10px; width: 12px; height: 12px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px var(--green-050); }
.area-map { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); }

/* ---------- Contact CTA (call-only) ---------- */
.contact-cta { position: relative; color: #fff; overflow: hidden; background: var(--charcoal-900); }
.contact-cta-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: .28; }
.contact-cta::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(105deg, rgba(21,114,51,.94) 0%, rgba(16,28,20,.86) 70%); }
.contact-cta .container { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.contact-cta h2 { color: #fff; }
.contact-cta .cc-copy p { color: #dbe6de; }
.contact-cta .cc-points { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 12px; }
.contact-cta .cc-points li { position: relative; padding-left: 33px; color: #eaf2ec; font-weight: 600; }
.contact-cta .cc-points li svg { position: absolute; left: 0; top: 2px; width: 21px; height: 21px; color: var(--gold); }
.callbox { background: #fff; color: var(--ink); border-radius: var(--radius); box-shadow: var(--shadow); padding: 38px 34px; text-align: center; border-top: 6px solid var(--gold); }
.callbox .cb-tag { display: inline-block; color: var(--green); font-family: var(--f-head); font-weight: 800; text-transform: uppercase; letter-spacing: .1em; font-size: .74rem; margin-bottom: 10px; }
.callbox h3 { color: var(--charcoal-900); font-size: 1.55rem; margin-bottom: .4rem; }
.callbox p { color: var(--muted); font-size: .98rem; margin: 0 0 18px; }
.callbox .cb-num { display: block; font-family: var(--f-head); font-weight: 900; font-size: 2.3rem; color: var(--green); margin-bottom: 16px; letter-spacing: -0.02em; }
.callbox .cb-num:hover { text-decoration: none; }
.callbox .cb-hours { margin: 16px 0 0; padding-top: 16px; border-top: 1px solid var(--line); font-size: .86rem; color: var(--muted); }

/* ---------- CTA band ---------- */
.callband { background: var(--green); color: #fff; position: relative; overflow: hidden; }
.callband::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle at 90% 20%, rgba(255,255,255,.12) 0, transparent 40%); pointer-events: none; }
.callband .container { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.callband h2 { color: #fff; margin: 0; }
.callband p { color: rgba(255,255,255,.94); margin: .4rem 0 0; }
.callband .btn-gold { background: var(--gold); color: var(--charcoal-900); }
.callband--gold { background: var(--gold); }
.callband--gold h2 { color: var(--charcoal-900); }
.callband--gold p { color: rgba(23,29,25,.82); }
.callband--gold::before { background-image: radial-gradient(circle at 90% 20%, rgba(255,255,255,.35) 0, transparent 42%); }
.callband--gold .btn-gold { background: var(--green); color: #fff; }
.callband--gold .btn-gold:hover { background: var(--green-600); }

/* ---------- Page hero (inner) ---------- */
.page-hero { position: relative; background: var(--charcoal-900); color: #fff; padding: 66px 0 60px; overflow: hidden; background-size: cover; background-position: center; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg, rgba(16,28,20,.9) 0%, rgba(16,28,20,.74) 55%, rgba(16,28,20,.55) 100%); }
.page-hero .container { position: relative; }
.page-hero h1 { color: #fff; }
.page-hero p { color: #dfe8e1; font-size: 1.14rem; max-width: 62ch; margin-bottom: 20px; }
.breadcrumbs { font-size: .84rem; color: #b7c6bc; margin-bottom: 14px; font-weight: 600; }
.breadcrumbs a { color: #dbe6de; }

/* ---------- Article / prose / sidebar ---------- */
.prose { max-width: 760px; }
.prose h2 { margin-top: 1.7em; color: var(--charcoal-900); }
.prose h3 { margin-top: 1.3em; color: var(--charcoal-900); }
.prose ul { padding-left: 1.2em; }
.prose li { margin-bottom: .5rem; }
.prose .callout { background: var(--green-050); border-left: 4px solid var(--green); padding: 16px 20px; border-radius: 0 var(--radius) var(--radius) 0; margin: 1.4rem 0; }
.layout-wrap { display: grid; grid-template-columns: 1fr 320px; gap: 46px; align-items: start; }
.sidebar { position: sticky; top: 104px; display: grid; gap: 20px; }
.sidebar .card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); }
.sidebar .card h3 { font-size: 1.1rem; color: var(--charcoal-900); }
.sidebar .call-card { background: var(--green); color: #fff; text-align: center; border: none; }
.sidebar .call-card h3 { color: #fff; }
.sidebar .call-card p { color: #e4f3e9; }
.sidebar .call-card .num { font-family: var(--f-head); font-weight: 900; font-size: 1.7rem; }
.sidebar .call-card .num a { color: #fff; }
.sidebar ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.sidebar ul a { font-weight: 600; color: var(--charcoal); }
.sidebar ul a:hover { color: var(--green); }

/* ---------- FAQ ---------- */
.faq { max-width: 850px; margin: 0 auto; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 12px; box-shadow: var(--shadow-sm); }
.faq summary { cursor: pointer; padding: 20px 22px; font-family: var(--f-head); font-weight: 700; color: var(--charcoal-900); font-size: 1.06rem; list-style: none; display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.5rem; color: var(--green); font-weight: 800; line-height: 1; }
.faq details[open] summary::after { content: "\2013"; }
.faq details > div { padding: 0 22px 20px; color: var(--body); }
.faq details > div p:last-child { margin-bottom: 0; }

/* ---------- Footer ---------- */
.site-footer { background: var(--charcoal-900); color: #a9b6ac; padding: 62px 0 26px; font-size: .96rem; }
.footer-top { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.1fr; gap: 36px; }
.site-footer h4 { color: #fff; font-family: var(--f-head); font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 16px; }
.site-footer a { color: #a9b6ac; }
.site-footer a:hover { color: #fff; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer-brand .wordmark { color: #fff; margin-bottom: 12px; white-space: normal; }
.footer-brand .wordmark small { color: #8ba095; }
.footer-phone { font-family: var(--f-head); font-weight: 900; font-size: 1.6rem; color: #fff; margin: 10px 0 4px; }
.footer-phone a { color: #fff; }
.foot-hours { display: grid; grid-template-columns: 1fr auto; gap: 6px 14px; }
.foot-hours span:nth-child(even) { color: #fff; text-align: right; }
.footer-social { display: flex; gap: 12px; margin-top: 14px; }
.footer-social a { width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.08); display: grid; place-items: center; }
.footer-social a:hover { background: var(--green); }
.footer-social svg { width: 17px; height: 17px; color: #fff; }
.disclaimer { border-top: 1px solid rgba(255,255,255,.12); margin-top: 40px; padding-top: 22px; font-size: .82rem; color: #7f9488; line-height: 1.6; }
.footer-legal { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 14px; font-size: .85rem; }

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

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .nav { gap: 13px; }
  .nav a { font-size: .82rem; }
  .wordmark { font-size: 1.12rem; }
  .header-cta .btn { padding: .72rem 1.2rem; font-size: .84rem; }
}
@media (max-width: 1000px) {
  .hero-inner { padding: 66px 0 70px; max-width: none; }
  .valueprops { grid-template-columns: repeat(2, 1fr); gap: 30px 18px; }
  .tiles { grid-template-columns: repeat(2, 1fr); }
  .photoband-inner { grid-template-columns: 1fr; }
  .photoband--flip .photoband-media { order: 0; }
  .photoband-media { min-height: 280px; }
  .missionband .container { grid-template-columns: 1fr; gap: 28px; }
  .why-grid, .signs-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .area-grid, .contact-cta .container { grid-template-columns: 1fr; gap: 30px; }
  .layout-wrap { grid-template-columns: 1fr; }
  .sidebar { position: static; grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .nav, .header-phone, .header-cta .btn-green { display: none; }
  .header-inner { min-height: 64px; gap: 12px; }
  .menu-toggle { display: inline-flex; padding: .55rem .7rem; }
  .topbar .container { justify-content: center; }
  .topbar .tb-msg { display: none; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .section { padding: 54px 0; }
  .valueprops, .tiles, .why-grid, .signs-grid, .steps, .sidebar { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 30px; }
  .area-list { columns: 1; }
  .photoband-copy { padding: 44px 24px; }
  .callband .container { flex-direction: column; text-align: center; }
  .hero-phone { font-size: 1.35rem; }
  main { padding-bottom: 74px; }
  .sticky-call { display: flex; position: fixed; bottom: 0; left: 0; right: 0; z-index: 60; background: var(--green); box-shadow: 0 -6px 18px rgba(0,0,0,.2); }
  .sticky-call a { flex: 1; display: flex; align-items: center; justify-content: center; gap: .5rem; padding: 15px; font-family: var(--f-head); font-weight: 800; font-size: 1.06rem; color: #fff; text-transform: uppercase; letter-spacing: .03em; }
  .sticky-call a:hover { text-decoration: none; }
}
@media (max-width: 420px) {
  .wordmark { font-size: 1.02rem; line-height: 1.12; white-space: normal; }
  .brand .logo { width: 40px; height: 40px; }
  .container { padding: 0 18px; }
}

/* Mobile nav */
.mobile-menu { display: none; }
@media (max-width: 860px) {
  #navtoggle:checked ~ .mobile-menu { display: block; }
  .mobile-menu { position: absolute; left: 0; right: 0; top: 100%; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); padding: 8px 0; }
  .mobile-menu a { display: block; padding: 12px 24px; font-family: var(--f-head); font-weight: 700; color: var(--charcoal); border-bottom: 1px solid var(--gray-100); text-transform: uppercase; font-size: .9rem; }
  .mobile-menu a:hover { background: var(--gray-50); text-decoration: none; }
}
