/*
Theme Name: Michigan Cleanout CREW
Theme URI: https://michigancleanoutcrew.com
Author: Gridlok (Jim Hunt)
Description: Custom parity rebuild of the Michigan Cleanout C.R.E.W. GoDaddy site. Navy/white, Poppins + Montserrat, straight sections, animated pill CTAs, Gutenberg-first.
Version: 0.9.5
*/

:root {
  --navy: #182436;
  --navy-2: #202f44;
  --navy-hover: #2c4468;
  --ink: #1b1b1b;
  --gray: #5e5e5e;
  --light: #edeeee;
  --line: #c6c9d0;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Montserrat', arial, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--white);
}
h1, h2, h3, h4, .btn { font-family: 'Poppins', arial, sans-serif; }
h1 { font-size: clamp(1.9rem, 4.2vw, 3rem); line-height: 1.2; font-weight: 700; }
h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 700; }
h3 { font-size: 1.2rem; font-weight: 600; }
a { color: var(--navy-2); }
img { max-width: 100%; height: auto; }
.wrap { max-width: 1100px; margin: 0 auto; padding: 0 22px; }

/* ---------- utility bar (phone + email: separate, correctly-typed links) ---------- */
.utilbar { background: var(--navy); color: var(--white); font-size: 14px; padding: 7px 0; }
.utilbar .wrap { display: flex; justify-content: center; align-items: center; gap: 16px; flex-wrap: wrap; }
.utilbar a { color: var(--white); text-decoration: none; }
.utilbar a:hover { text-decoration: underline; }
.utilbar .sep { opacity: .45; }

/* ---------- header: centered logo (scrolls away) ---------- */
.site-head { background: var(--white); }
.site-head .head-inner { display: flex; justify-content: center; padding-top: 16px; padding-bottom: 10px; }
.brand { display: flex; align-items: center; justify-content: center; text-decoration: none; color: var(--navy); }
.custom-logo-link { display: flex; align-items: center; }
.site-head .head-inner img { max-height: 144px !important; width: auto !important; height: auto; }
.brand-name { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 1.35rem; letter-spacing: .2px; }

/* ---------- sticky nav bar ---------- */
.navbar { position: sticky; top: 0; z-index: 120; background: var(--white); border-top: 1px solid var(--light); border-bottom: 1px solid var(--light); box-shadow: 0 2px 10px rgba(3, 7, 41, .06); }
.navbar .wrap { display: flex; justify-content: center; align-items: center; padding-top: 0; padding-bottom: 0; position: relative; min-height: 48px; max-width: 1240px; }
.nav-main ul { list-style: none; display: flex; flex-wrap: nowrap; justify-content: center; gap: 0 20px; margin: 0; padding: 0; }
.nav-main a { display: inline-block; padding: 12px 0; text-decoration: none; color: var(--navy); font-family: 'Poppins', sans-serif; font-weight: 500; font-size: 14px; white-space: nowrap; border-bottom: 2px solid transparent; }
.nav-main a:hover { color: var(--navy-hover); border-bottom-color: var(--navy-hover); }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 10px; }
.nav-toggle span { display: block; width: 24px; height: 2.5px; background: var(--navy); margin: 5px 0; border-radius: 2px; }

/* ---------- buttons: pill + hover color + arrow slides in ---------- */
.btn, .wp-block-button__link {
  position: relative;
  display: inline-block; padding: 13px 30px; border-radius: 999px !important;
  font-family: 'Poppins', arial, sans-serif;
  font-weight: 600; font-size: 14px; letter-spacing: .6px; text-transform: uppercase;
  text-decoration: none;
  background: var(--navy); color: var(--white);
  box-shadow: 0 3px 10px rgba(0,0,0,.24);
  transition: transform .15s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease;
}
.btn::after, .wp-block-button__link::after {
  content: "\2192"; /* -> */
  display: inline-block; max-width: 0; opacity: 0; overflow: hidden;
  vertical-align: middle; transform: translateX(-6px);
  transition: max-width .25s ease, opacity .2s ease, transform .25s ease, margin-left .25s ease;
}
.btn:hover, .wp-block-button__link:hover {
  transform: translateY(-2px);
  background: var(--navy-hover); color: var(--white);
  box-shadow: 0 6px 16px rgba(0,0,0,.3);
}
.btn:hover::after, .wp-block-button__link:hover::after {
  max-width: 1.3em; opacity: 1; transform: translateX(0); margin-left: 9px;
}
.btn-light { background: var(--white); color: var(--navy); }
.btn-navy { background: var(--navy); color: var(--white); }
/* light variant inside navy bands */
.band .btn, .band .wp-block-button__link { background: var(--white); color: var(--navy); }
.band .btn:hover, .band .wp-block-button__link:hover { background: #dfe7f5; color: var(--navy); }

/* ---------- hero ---------- */
.hero { text-align: center; padding: 76px 22px 88px; background: url("img/hero-aerial.jpg") center/cover no-repeat; }
.hero-card { background: rgba(255, 255, 255, .9); padding: 40px 56px; max-width: 620px; margin: 0 auto; }
.hero .phone { font-size: 1.35rem; color: var(--gray); margin-bottom: 6px; }
.hero .phone a { color: var(--gray); text-decoration: none; font-size: 1.35rem; }
.hero h1 { color: var(--navy); margin: 8px auto 14px; max-width: 820px; }
.hero .sub { font-size: 1.15rem; color: var(--ink); max-width: 640px; margin: 0 auto; }
.hero .wp-block-buttons { justify-content: center; }

/* ---------- navy band: straight edges, no waves ---------- */
.band { background: var(--navy); color: var(--white); text-align: center; margin: 0; padding: 56px 22px 92px; position: relative; }
.band p { max-width: 760px; margin: 0 auto 18px; color: #dfe3ea; }
.band h2 { color: var(--white); margin-top: 0; }
.band .wp-block-buttons { justify-content: center; }
.band::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 46px; pointer-events: none; background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 50" preserveAspectRatio="none"><path d="M0,32 C400,4 1040,4 1440,32 L1440,50 L0,50 Z" fill="%23ffffff"/></svg>') no-repeat center bottom/100% 100%; }
/* Contact band sits directly above the footer (both dark), so no white wave here. */
.band-contact { padding-bottom: 60px; }
.band-contact::after { display: none; }

/* Contact Form 7 on the navy contact band */
.band .wpcf7 { max-width: 520px; margin: 24px auto 0; text-align: left; position: relative; z-index: 1; }
.band .wpcf7 .cf7-field { margin-bottom: 14px; }
.band .wpcf7 .cf7-field label { display: block; color: #eef2f8; font-size: .95rem; font-weight: 500; }
.band .wpcf7 .req { color: #b9c6da; font-weight: 400; }
.band .wpcf7 input[type="text"], .band .wpcf7 input[type="email"], .band .wpcf7 textarea { width: 100%; margin-top: 6px; padding: 12px 14px; border: 1px solid #cfd7e3; border-radius: 8px; background: #fff; color: var(--navy); font-size: 1rem; font-family: inherit; box-sizing: border-box; }
.band .wpcf7 textarea { min-height: 110px; resize: vertical; }
.band .wpcf7 .cf7-check { margin: 6px 0 20px; }
.band .wpcf7 .cf7-check label { display: flex; align-items: flex-start; gap: 9px; color: #dfe3ea; font-weight: 400; font-size: .92rem; cursor: pointer; }
.band .wpcf7 .cf7-check input[type="checkbox"] { margin-top: 3px; width: 16px; height: 16px; flex: none; }
.band .wpcf7 .wpcf7-list-item { margin: 0; }
.band .wpcf7 .cf7-submit { text-align: center; }
.band .wpcf7 input[type="submit"] { background: #fff; color: var(--navy); border: 0; border-radius: 999px; padding: 13px 42px; font-weight: 600; font-family: 'Poppins', sans-serif; letter-spacing: .04em; text-transform: uppercase; cursor: pointer; transition: background .15s ease; }
.band .wpcf7 input[type="submit"]:hover { background: #dfe7f5; }
.band .wpcf7-spinner { background-color: #fff; }
.band .wpcf7-response-output { color: #fff; border-color: rgba(255, 255, 255, .55) !important; border-radius: 8px; margin: 14px 0 0 !important; }
.band .or-call { margin-top: 20px; color: #cfd7e3; }
.band .or-call a { color: #fff; }

/* Footer Facebook link */
.site-foot .foot-fb { display: inline-flex; align-items: center; gap: 8px; }
.site-foot .foot-fb svg { width: 18px; height: 18px; fill: currentColor; }

/* ---------- sections ---------- */
.section { padding: 64px 0; }
.section h2.section-title { margin-top: 0; }
.section-light { background: var(--light); }
.section-title { display: flex; align-items: center; gap: 18px; justify-content: center; text-align: center; color: var(--navy); margin-bottom: 40px; }
.section-title:before, .section-title:after { content: ""; flex: 0 0 70px; height: 2px; background: var(--line); }

/* before/after feature shot */
figure.ba-shot { max-width: 640px; margin: 0 auto 44px; }
figure.ba-shot img { width: 100%; height: auto; border-radius: 12px; box-shadow: 0 6px 24px rgba(0,0,0,.14); display: block; }

/* service cards (core columns) */
.wp-block-columns.cards, .wp-block-columns.steps { gap: 28px; }
.wp-block-columns.cards { display: grid !important; grid-template-columns: repeat(3, 1fr); }
.wp-block-columns.steps { display: grid !important; grid-template-columns: repeat(3, 1fr); counter-reset: step; }

/* contact trio */
.wp-block-columns.contact-cols { gap: 24px; display: grid !important; grid-template-columns: repeat(3, 1fr); }
.contact-cols .wp-block-column { background: var(--white); border: 1px solid var(--line); border-radius: 12px; padding: 26px 18px; text-align: center; }
.contact-cols h3 { margin: 0 0 14px; color: var(--navy); font-size: 1.05rem; }
.contact-cols .wp-block-buttons { justify-content: center; }

/* why-choose grid */
.wp-block-columns.why-cols { gap: 26px; display: grid !important; grid-template-columns: repeat(3, 1fr); }
.why-cols .wp-block-column { background: var(--white); border-radius: 12px; padding: 24px 22px; box-shadow: 0 3px 12px rgba(0,0,0,.07); }
.why-cols h3 { margin: 0 0 8px; color: var(--navy); font-size: 1.02rem; padding-left: 30px; position: relative; }
.why-cols h3:before { content: "\2713"; position: absolute; left: 0; top: 2px; width: 22px; height: 22px; border-radius: 50%; background: var(--navy); color: var(--white); font-size: 13px; display: flex; align-items: center; justify-content: center; }
.why-cols p { margin: 0; font-size: 14.5px; color: var(--gray); }
.wp-block-column.card { border: 1px solid var(--light); border-radius: 12px; overflow: hidden; background: var(--white); box-shadow: 0 4px 16px rgba(0,0,0,.08); display: flex; flex-direction: column; }
.card figure.thumb-img { margin: 0; aspect-ratio: 4/3; overflow: hidden; }
.card figure.thumb-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }
.card:hover figure.thumb-img img { transform: scale(1.04); }
.card .thumb { aspect-ratio: 4/3; margin: 0; background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%); display: flex; align-items: center; justify-content: center; }
.card .thumb p { margin: 0; color: var(--white); font-family: 'Poppins', sans-serif; font-size: .95rem; letter-spacing: .5px; text-transform: uppercase; }
.card .body { padding: 20px 22px 26px; text-align: center; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.card .body h3 { margin: 0; color: var(--navy); }
.card .body p { margin: 0; font-size: 15px; color: var(--gray); }
.card .body .wp-block-buttons { justify-content: center; margin-top: auto; }

/* process steps */
.wp-block-column.step { text-align: center; padding: 22px 16px; border-radius: 12px; background: var(--light); }
.section-light .wp-block-column.step { background: var(--white); }
.step:before { counter-increment: step; content: counter(step); display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: 50%; background: var(--navy); color: var(--white); font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 1.1rem; margin-bottom: 10px; }
.step h3 { margin: 4px 0 6px; color: var(--navy); font-size: 1.05rem; }
.step p { margin: 0; font-size: 14px; color: var(--gray); }

/* why-choose checks */
.checks { max-width: 700px; margin: 0 auto; list-style: none; padding: 0; display: grid; gap: 12px; }
.checks li { padding-left: 34px; position: relative; }
.checks li:before { content: "\2713"; position: absolute; left: 0; top: 2px; width: 24px; height: 24px; border-radius: 50%; background: var(--navy); color: var(--white); font-size: 14px; display: flex; align-items: center; justify-content: center; }

/* FAQ: always-visible Q&A cards (navy question bar + light answer body).
   No accordions — answers stay in the rendered text for search + AI parsers. */
.faq-wrap { max-width: 820px; margin: 0 auto; }
.wp-block-group.faq-item { margin: 0 0 12px; border-radius: 8px; overflow: hidden; }
.faq-item h3.faq-q { margin: 0; padding: 15px 22px; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 15px; color: var(--white); background: var(--navy); }
.faq-item p { margin: 0; padding: 14px 22px; background: #f2f4f8; border: 1px solid var(--line); border-top: none; color: var(--ink); font-size: 15.5px; line-height: 1.65; }
.faq-item p + p { border-top: none; padding-top: 0; }

/* interior pages */
.page-hero { background: var(--navy); color: var(--white); text-align: center; padding: 54px 0; }
.page-hero h1 { color: var(--white); margin: 0; }
.content-area { padding: 54px 0; max-width: 820px; margin: 0 auto; }

/* ---------- footer ---------- */
.site-foot { background: #121b29; color: #cdd3dd; padding: 46px 0 30px; text-align: center; font-size: 15px; border-top: 1px solid rgba(255, 255, 255, .07); }
.site-foot a { color: var(--white); text-decoration: none; }
.site-foot a:hover { text-decoration: underline; }
.foot-nav { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin: 14px 0 18px; }
.foot-legal { font-size: 13px; color: #8d97a8; margin-top: 14px; }

/* ---------- back to top ---------- */
#to-top {
  position: fixed; right: 18px; bottom: 18px; z-index: 200;
  width: 46px; height: 46px; border-radius: 50%; border: 0; cursor: pointer;
  background: var(--navy); color: var(--white); font-size: 20px; line-height: 1;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 14px rgba(0,0,0,.25);
  opacity: 0; pointer-events: none; transform: translateY(8px);
  transition: opacity .25s ease, transform .25s ease, background-color .2s ease;
}
#to-top.show { opacity: 1; pointer-events: auto; transform: translateY(0); }
#to-top:hover { background: var(--navy-hover); }

/* =========================================================================
 * V2 — "Concept B" homepage (alternative design for client review)
 * Condensed display type, red accent system, split hero, case cards.
 * ========================================================================= */
.v2 { --red: #c0392b; --steel: #4a6a96; }

/* v2 renders through page-home-v2.php (own dark header, full width): sections own their widths */
.v2 .section { max-width: 1200px; margin: 0 auto; padding: 56px 24px; }
.v2 .section-light { box-shadow: 0 0 0 100vmax var(--light); clip-path: inset(0 -100vmax); }
.v2 .wp-block-columns { width: 100%; }
.v2 .v2-faq-grid { max-width: 1020px; margin: 0 auto; }
.v2 .v2-cta { max-width: 1152px; margin: 0 auto; }

/* dark header (mock): logo left, uppercase menu, phone CTA right */
.v2-nav { position: sticky; top: 0; z-index: 300; background: var(--navy); box-shadow: 0 2px 12px rgba(0,0,0,.25); }
.v2-nav-in { max-width: 1280px; margin: 0 auto; padding: 10px 22px; display: flex; align-items: center; gap: 28px; }
.v2-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; flex-shrink: 0; }
.v2-brand img { height: 52px; width: auto; }
.v2-brand-name { color: #fff; font-family: 'Oswald', sans-serif; font-size: 13px; line-height: 1.08; text-transform: uppercase; letter-spacing: .6px; font-weight: 600; }
.v2-menu { display: flex; gap: 24px; margin: 0 auto; flex-wrap: wrap; justify-content: center; }
.v2-menu a { color: #e6eaf1; text-decoration: none; font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .5px; padding: 8px 0; white-space: nowrap; }
.v2-menu a:hover { color: #fff; text-decoration: underline; }
.v2-call { display: flex; flex-direction: column; align-items: center; gap: 1px; border: 1.5px solid rgba(255,255,255,.55); border-radius: 10px; padding: 7px 16px; text-decoration: none; background: rgba(255,255,255,.06); flex-shrink: 0; transition: background-color .2s ease; }
.v2-call:hover { background: rgba(255,255,255,.16); }
.v2-call-n { color: #fff; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 13.5px; }
.v2-call-c { color: #c7d0dd; font-size: 10px; letter-spacing: 1.6px; text-transform: uppercase; font-family: 'Poppins', sans-serif; font-weight: 600; }
@media (max-width: 900px) {
  .v2-menu { display: none; }
  .v2-nav-in { justify-content: space-between; }
}

/* hero: full-bleed photo right, fading into the text side (mock) */
.v2 .v2-hero { position: relative; max-width: none; margin: 0; padding: 0; min-height: 520px; display: flex; align-items: center; overflow: hidden; background: linear-gradient(180deg, #fff 0%, #f2f4f8 100%); }
figure.v2-hero-photo { position: absolute; top: 0; right: 0; bottom: 0; width: 58%; margin: 0; }
figure.v2-hero-photo img { width: 100%; height: 100%; object-fit: cover; display: block;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 24%);
  mask-image: linear-gradient(90deg, transparent 0, #000 24%); }
.v2-hero-in { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; padding: 64px 24px 56px; width: 100%; }
.v2-hero-in > * { max-width: 46%; }
@media (max-width: 860px) {
  .v2 .v2-hero { display: block; min-height: 0; }
  figure.v2-hero-photo { position: static; width: 100%; height: 250px; }
  figure.v2-hero-photo img { -webkit-mask-image: none; mask-image: none; }
  .v2-hero-in { padding: 32px 24px 44px; }
  .v2-hero-in > * { max-width: 100%; }
}
.v2 h1, .v2 h2, .v2 h3.v2-card-t, .v2 .v2-display { font-family: 'Oswald', 'Poppins', sans-serif; text-transform: uppercase; letter-spacing: .5px; }

/* red underline accent */
.v2 .v2-rule { position: relative; padding-bottom: 10px; }
.v2 .v2-rule:after { content: ""; position: absolute; left: 0; bottom: 0; width: 56px; height: 4px; background: var(--red); }
.v2 .has-text-align-center.v2-rule:after { left: 50%; transform: translateX(-50%); }

/* hero type */
.v2-hero h1 { font-size: clamp(2.4rem, 5vw, 3.7rem); line-height: 1.02; margin: 0 0 4px; color: var(--navy); }
.v2-hero .v2-sub-line { display: block; color: var(--steel); }
.v2-hero p.v2-lede { font-size: 16.5px; margin: 18px 0 22px; }
.v2-hero .wp-block-buttons { gap: 12px; }

/* square-ish buttons for v2 — no arrow animation (width-stable hover: color + lift only) */
.v2 .wp-block-button__link { border-radius: 8px !important; text-transform: uppercase; }
.v2 .wp-block-button__link::after { content: none !important; }
.v2 .wp-block-button__link:hover { transform: translateY(-1px); }
.v2 .is-style-outline .wp-block-button__link, .v2 .v2-btn-outline .wp-block-button__link { background: transparent; color: var(--navy); border: 2px solid var(--navy); box-shadow: none; }
.v2 .v2-btn-outline .wp-block-button__link:hover { background: var(--navy); color: var(--white); }

/* trust chips */
.v2-chips { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 22px; padding: 0; list-style: none; }
.v2-chips li { font-family: 'Poppins', sans-serif; font-size: 12.5px; font-weight: 600; letter-spacing: .6px; text-transform: uppercase; color: var(--navy); padding-left: 26px; position: relative; }
.v2-chips li:before { content: "\2713"; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; border-radius: 50%; background: var(--navy); color: #fff; font-size: 11px; display: flex; align-items: center; justify-content: center; }

/* service cards (navy) */
.v2-cards { display: grid !important; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.v2-cards .wp-block-column { background: var(--navy); border-radius: 10px; overflow: hidden; color: #dfe3ea; display: flex; flex-direction: column; }
.v2-cards figure { margin: 0; aspect-ratio: 16/10; overflow: hidden; opacity: .85; }
.v2-cards figure img { width: 100%; height: 100%; object-fit: cover; display: block; }
.v2-cards h3 { color: #fff; font-family: 'Oswald', sans-serif; text-transform: uppercase; font-size: 1.02rem; letter-spacing: .5px; margin: 14px 14px 8px; }
.v2-cards p { font-size: 13.5px; margin: 0 14px 14px; line-height: 1.5; }
.v2-cards .wp-block-buttons { margin: auto 14px 16px; }
.v2-cards .wp-block-button__link { background: transparent; border: 1.5px solid rgba(255,255,255,.7); color: #fff; padding: 8px 18px; font-size: 12px; box-shadow: none; }
.v2-cards .wp-block-button__link:hover { background: #fff; color: var(--navy); }

/* more-than-junk / process split */
.v2-split { display: grid !important; grid-template-columns: 5fr 7fr; gap: 0; border-radius: 12px; overflow: hidden; box-shadow: 0 8px 26px rgba(3,7,41,.12); }
.v2-split .v2-left { background: var(--navy); color: #dfe3ea; padding: 40px 34px; }
.v2-split .v2-left h2 { color: #fff; margin-top: 0; }
.v2-split .v2-left p { color: #cfd6e2; font-size: 15px; }
.v2-split .v2-right { background: var(--white); padding: 40px 34px; }
.v2-split .v2-right h2 { margin-top: 0; color: var(--navy); }
.v2-mini { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 22px 0 0; padding: 0; list-style: none; }
.v2-mini li { font-size: 11px; font-weight: 600; letter-spacing: .6px; text-transform: uppercase; text-align: center; color: #fff; border: 1px solid rgba(255,255,255,.35); border-radius: 8px; padding: 10px 6px; }

/* numbered process (red circles) */
.v2-steps { counter-reset: v2step; display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin: 24px 0 0; padding: 0; list-style: none; }
.v2-steps li { text-align: center; font-size: 12.5px; color: var(--gray); }
.v2-steps li:before { counter-increment: v2step; content: counter(v2step); display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center; border-radius: 50%; background: var(--red); color: #fff; font-family: 'Oswald', sans-serif; font-weight: 600; font-size: 1.05rem; margin-bottom: 8px; }
.v2-steps li strong { display: block; font-family: 'Poppins', sans-serif; font-size: 12.5px; text-transform: uppercase; letter-spacing: .4px; color: var(--navy); margin-bottom: 4px; }

/* serving + cases */
.v2-cities { columns: 2; gap: 24px; list-style: none; padding: 0; margin: 16px 0 20px; }
.v2-cities li { padding-left: 24px; position: relative; margin-bottom: 8px; font-size: 14.5px; break-inside: avoid; }
.v2-cities li:before { content: "\2713"; position: absolute; left: 0; color: var(--red); font-weight: 700; }
.v2-case { border: 1px solid var(--light); border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 4px 14px rgba(3,7,41,.08); }
.v2-case figure { margin: 0; aspect-ratio: 16/8; overflow: hidden; }
.v2-case figure img { width: 100%; height: 100%; object-fit: cover; display: block; }
.v2-case h3 { font-family: 'Oswald', sans-serif; text-transform: uppercase; font-size: 1rem; margin: 12px 16px 6px; color: var(--navy); }
.v2-case p { font-size: 13.5px; color: var(--gray); margin: 0 16px 10px; }
.v2-case .v2-stars { color: var(--red); letter-spacing: 3px; margin: 0 16px 14px; font-size: 15px; }
.v2-case-grid { display: grid !important; grid-template-columns: 1fr; gap: 16px; }

/* Interactive Michigan county map (Census 2025 geometry) */
.v2s-area-card {
  grid-template-columns: minmax(0, 1fr) minmax(190px, 235px) !important;
}
.mcc-map {
  position: relative;
  width: 100%;
  max-width: 235px;
  justify-self: end;
  color: #131c33;
  outline: 0;
  isolation: isolate;
}
.mcc-map:focus-visible {
  outline: 3px solid rgba(182, 42, 37, .32);
  outline-offset: 5px;
  border-radius: 8px;
}
.mcc-map__svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
  filter: drop-shadow(0 7px 10px rgba(19, 28, 51, .08));
  transition: opacity 150ms ease, filter 150ms ease;
}
.mcc-map.has-open-panel .mcc-map__svg {
  opacity: .38;
  filter: drop-shadow(0 7px 10px rgba(19, 28, 51, .04));
}
.mcc-map__fallback { display: block; width: 100%; height: auto; mix-blend-mode: multiply; }
.mcc-county {
  fill: #f2eee4;
  stroke: #cbd2d4;
  stroke-width: 1.05;
  cursor: help;
  transition: fill 150ms ease, stroke 150ms ease, filter 150ms ease;
}
.mcc-county--highlighted { fill: #9aafcb; stroke: #f7f5ef; }
.mcc-county--primary { fill: #31588f; stroke: #f7f5ef; }
.mcc-county--clickable { cursor: pointer; }
.mcc-county:hover,
.mcc-county.is-active,
.mcc-county.is-selected {
  fill: #b62a25;
  stroke: #fff;
  stroke-width: 1.8;
  filter: drop-shadow(0 2px 3px rgba(19, 28, 51, .3));
}
.mcc-map__tooltip {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  width: max-content;
  max-width: min(190px, calc(100% - 12px));
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 6px;
  background: #131c33;
  box-shadow: 0 8px 18px rgba(19, 28, 51, .24);
  color: #fff;
  font-size: 10px;
  line-height: 1.35;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, calc(-100% - 10px));
  transition: opacity 120ms ease, transform 120ms ease;
}
.mcc-map__tooltip.is-visible {
  opacity: 1;
  transform: translate(-50%, calc(-100% - 13px));
}
.mcc-map__tooltip strong {
  display: block;
  margin-bottom: 2px;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.mcc-map__tooltip span { display: block; color: #dbe2ed; }
.mcc-map__tooltip em {
  display: block;
  margin-top: 3px;
  color: #fff;
  font-size: 8.5px;
  font-style: normal;
  font-weight: 600;
}
.mcc-map__legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px 9px;
  margin-top: 5px;
  color: #4a566e;
  font-size: 8.5px;
  font-weight: 600;
  line-height: 1.25;
}
.mcc-map__legend span { display: inline-flex; align-items: center; gap: 4px; }
.mcc-map__swatch {
  display: inline-block;
  width: 9px;
  height: 9px;
  border: 1px solid #cbd2d4;
  border-radius: 2px;
  background: #f2eee4;
}
.mcc-map__swatch--highlighted { border-color: #9aafcb; background: #9aafcb; }
.mcc-map__swatch--primary { border-color: #31588f; background: #31588f; }
.mcc-map__county-panel {
  position: absolute;
  z-index: 6;
  top: 50%;
  left: 50%;
  width: min(220px, calc(100% - 12px));
  max-height: calc(100% - 16px);
  overflow-y: auto;
  margin: 0;
  padding: 11px;
  border: 1px solid #d7dce4;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(19, 28, 51, .28);
  transform: translate(-50%, -50%);
}
.mcc-map__county-panel[hidden],
.mcc-map__city-links[hidden] { display: none; }
.mcc-map__panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.mcc-map__panel-header h3 {
  margin: 0;
  color: #131c33;
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.mcc-map__panel-header h3:focus { outline: 0; }
.mcc-map__panel-close {
  display: inline-flex;
  width: 24px;
  height: 24px;
  flex: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #cbd2d4;
  border-radius: 50%;
  background: #fff;
  color: #131c33;
  cursor: pointer;
  font: 700 17px/1 Arial, sans-serif;
}
.mcc-map__panel-close:hover,
.mcc-map__panel-close:focus-visible {
  border-color: #b62a25;
  color: #b62a25;
  outline: 0;
}
.mcc-map__county-panel p {
  margin: 6px 0 8px;
  color: #4a566e;
  font-size: 9.5px;
  line-height: 1.45;
}
.mcc-map__city-links {
  display: grid;
  gap: 5px;
}
.mcc-map__city-links a {
  display: block;
  padding: 6px 8px;
  border-radius: 4px;
  background: #edf2f8;
  color: #1f477c;
  font-size: 9.5px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}
.mcc-map__city-links a:hover,
.mcc-map__city-links a:focus-visible {
  background: #31588f;
  color: #fff;
  outline: 0;
}
.mcc-map__panel-all {
  display: inline-block;
  margin-top: 8px;
  color: #4a566e;
  font-size: 8.5px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.mcc-map__hint {
  margin: 5px 0 0;
  color: #6d778b;
  font-size: 8.5px;
  line-height: 1.3;
  text-align: center;
}
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1000px) {
  .mcc-map { max-width: 300px; justify-self: center; margin-top: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .mcc-county, .mcc-map__svg, .mcc-map__tooltip { transition: none; }
}

/* FAQ two-column visible cards */
.v2-faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-items: start; }

/* CTA band v2 */
.v2-cta { background: var(--navy); border-radius: 12px; padding: 44px 36px; color: #dfe3ea; }
.v2-cta h2 { color: #fff; margin: 0 0 4px; }
.v2-cta .v2-cta-sub { color: var(--steel); font-family: 'Oswald', sans-serif; text-transform: uppercase; font-size: 1.3rem; letter-spacing: .5px; }

@media (max-width: 980px) {
  .v2-cards { grid-template-columns: repeat(3, 1fr); }
  .v2-steps { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 760px) {
  .v2-split { grid-template-columns: 1fr; }
  .v2-cards { grid-template-columns: 1fr 1fr; }
  .v2-faq-grid { grid-template-columns: 1fr; }
  .v2-mini { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .v2-cards { grid-template-columns: 1fr; }
  .v2-steps { grid-template-columns: 1fr 1fr; }
  .v2-cities { columns: 1; }
}

/* ---------- Concept B (v2s-*) responsive — overrides the template's inline styles ---------- */
@media (max-width: 1120px) {
  .v2s-services-grid { grid-template-columns: repeat(3, 1fr) !important; }
}
@media (max-width: 980px) {
  .v2s-menu { display: none !important; }
  .v2s-hero { grid-template-columns: 1fr !important; }
  .v2s-hero > div[style*="position:relative"] { min-height: 300px !important; }
  .v2s-process, .v2s-area, .v2s-cta { grid-template-columns: 1fr !important; }
  .v2s-cta > div { max-width: none !important; padding: 0 44px 40px !important; }
  .v2s-cta-img { display: none !important; }
  .v2s-steps { grid-template-columns: repeat(2, 1fr) !important; gap: 24px !important; }
  .v2s-arrow { display: none !important; }
}
@media (max-width: 680px) {
  .v2s-services-grid, .v2s-jobs, .v2s-faq-grid, .v2s-area-card, .v2s-steps { grid-template-columns: 1fr !important; }
  .v2s-hero h1 { font-size: 42px !important; }
}

/* ---------- responsive ---------- */
@media (max-width: 860px) {
  .wp-block-columns.cards, .wp-block-columns.steps, .wp-block-columns.why-cols, .wp-block-columns.contact-cols { grid-template-columns: 1fr 1fr; }
}
/* Collapse the primary nav to a hamburger before the one-line menu would wrap. */
@media (max-width: 1160px) {
  .nav-toggle { display: block; position: absolute; left: 10px; top: 0; }
  .navbar .wrap { min-height: 46px; }
  .nav-main { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--white); border-bottom: 1px solid var(--light); z-index: 140; }
  .nav-main.open { display: block; }
  .nav-main ul { flex-direction: column; flex-wrap: nowrap; gap: 0; padding: 8px 0; }
  .nav-main li { border-top: 1px solid var(--light); }
  .nav-main a { display: block; padding: 13px 24px; font-size: 15px; white-space: normal; border-bottom: 0; }
}

@media (max-width: 640px) {
  .hero { padding: 48px 16px 56px; }
  .hero-card { padding: 28px 22px; }
  .site-head .head-inner img { max-height: 104px !important; }
  .section-title { flex-direction: column; gap: 8px; }
  .section-title:before, .section-title:after { display: none; }
  .wp-block-columns.cards, .wp-block-columns.steps, .wp-block-columns.why-cols, .wp-block-columns.contact-cols { grid-template-columns: 1fr; }
}

/* Service-area 3-column city lists (matches Zach's current site) */
.area-cols { display: grid !important; grid-template-columns: repeat(3, 1fr); gap: 32px; align-items: start; }
.area-cols .wp-block-column { min-width: 0; }
.area-cols h3 { text-align: center; color: var(--navy); font-size: 1.15rem; font-weight: 700; margin: 0 0 16px; }
.area-cols ul.wp-block-list { margin: 0 auto; padding-left: 20px; width: fit-content; }
.area-cols li { margin-bottom: 5px; color: #444; }
@media (max-width: 860px){ .area-cols { grid-template-columns: 1fr; } }

/* =========================================================================
 * Concept B (v2s) shared: nav dropdowns, mobile menu, responsive layout.
 * Loaded on every v2s page (homepage + city pages).
 * ========================================================================= */

/* ---- desktop nav dropdowns ---- */
.v2s-hasmenu { position: relative; }
.v2s-hasmenu > a { cursor: pointer; }
.v2s-hasmenu::after { content: ""; position: absolute; left: 0; right: 0; top: 100%; height: 14px; }
.v2s-submenu {
  position: absolute; top: calc(100% + 12px); left: 0; min-width: 226px;
  background: #fff; border-radius: 10px; box-shadow: 0 16px 38px rgba(19,28,51,.24);
  padding: 8px; opacity: 0; visibility: hidden; transform: translateY(-6px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s; z-index: 500;
}
.v2s-hasmenu:hover .v2s-submenu, .v2s-hasmenu:focus-within .v2s-submenu {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.v2s-submenu a {
  display: block; padding: 9px 13px; border-radius: 7px; color: #131c33;
  font-family: 'Barlow', sans-serif; font-size: 13px; font-weight: 600;
  text-transform: none; letter-spacing: 0; white-space: nowrap; text-decoration: none;
}
.v2s-submenu a:hover { background: #eef1f6; color: #152a52; }

/* ---- mobile hamburger (CSS-only toggle) ---- */
.v2s-navcheck { display: none; }
.v2s-burger { display: none; }
.v2s-burger span { display: block; width: 24px; height: 2.5px; background: #fff; margin: 5px 0; border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }

@media (max-width: 1000px) {
  .v2s-header { flex-wrap: wrap; padding: 10px 18px !important; }
  .v2s-burger { display: block; order: 3; background: none; border: 0; cursor: pointer; padding: 6px; }
  .v2s-callbtn { order: 2; }
  .v2s-menu {
    display: none !important; order: 4; flex-direction: column !important;
    width: 100%; gap: 0 !important; background: #101728; margin: 8px -18px -10px;
    padding: 6px 18px 12px; border-top: 1px solid rgba(255,255,255,.08);
  }
  .v2s-navcheck:checked ~ .v2s-menu { display: flex !important; }
  .v2s-navcheck:checked ~ .v2s-burger span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
  .v2s-navcheck:checked ~ .v2s-burger span:nth-child(2) { opacity: 0; }
  .v2s-navcheck:checked ~ .v2s-burger span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
  .v2s-menu > a, .v2s-hasmenu > a { display: block !important; padding: 13px 0 !important; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 13px !important; }
  .v2s-hasmenu::after { display: none; }
  .v2s-submenu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; background: transparent; padding: 0 0 8px 14px; }
  .v2s-submenu a { color: #b9c4dc; padding: 9px 0; }
}

/* ---- responsive layout: stack the fixed grids, scale hero type ---- */
@media (max-width: 1000px) {
  .v2s-hero, .sh-hero { grid-template-columns: 1fr !important; }
  .v2s-hero > div, .sh-hero > div { padding: 40px 26px !important; }
  .v2s-hero img, .sh-hero img { min-height: 240px !important; max-height: 320px; order: -1; }
  .v2s-hero h1, .sh-hero h1 { font-size: 38px !important; }
  .v2s-services-grid { grid-template-columns: 1fr 1fr 1fr !important; }
  .v2s-process, .v2s-area, .v2s-area-card { grid-template-columns: 1fr !important; }
  .v2s-values { grid-template-columns: 1fr 1fr !important; }
  .v2s-faq-grid, .sh-faq, .sh-why { grid-template-columns: 1fr !important; }
  .v2s-cta, .sh-cta { grid-template-columns: 1fr !important; padding: 40px 26px !important; }
  .v2s-cta img.v2s-cta-img { display: none; }
  .sh-scards { grid-template-columns: 1fr 1fr 1fr !important; }
}
@media (max-width: 640px) {
  .v2s-hero h1, .sh-hero h1 { font-size: 31px !important; }
  .v2s-services-grid, .sh-scards { grid-template-columns: 1fr 1fr !important; }
  .v2s-hero > div, .sh-hero > div { padding: 32px 20px !important; }
  .sh-wrap { padding-left: 20px !important; padding-right: 20px !important; }
  .v2s-footer, footer.v2s-footer { justify-content: center !important; text-align: center; padding: 22px !important; }
}
@media (max-width: 430px) {
  .v2s-services-grid, .sh-scards, .v2s-values { grid-template-columns: 1fr !important; }
  .v2s-callbtn span span { font-size: 14px !important; }
}
