/* Everett Super Mobile Mechanics v3 homepage */
body.site-page main.evm{width:100% !important;max-width:none;margin:0}
.evm{--ink:#1d211b;--muted:#666d5e;--accent:#5b6f3c;--accent2:#9a5134;--soft:#edf1e8;--line:#dedfd6;--dark:#1b2116;
  color:var(--ink);font-size:1.05rem;line-height:1.66}
.evm h2{font-size:clamp(1.45rem,3vw,1.95rem);line-height:1.22;margin:1.8em 0 .5em}
.evm p{margin:.8em 0}
.evm a{color:var(--accent)}

.ev-hero{background:linear-gradient(rgba(20,26,17,.62),rgba(20,26,17,.72)),url('/assets/everett-mobile-mechanic-tire-service.jpg') center 40%/cover no-repeat;
  padding:110px 24px 120px;text-align:center;color:#f2f4ee}
.ev-hero-veil{max-width:760px;margin:0 auto}
.ev-kick{text-transform:uppercase;letter-spacing:.14em;font-size:.78rem;color:#c9d3b8;margin:0 0 14px}
.ev-hero h1{font-size:clamp(2.1rem,5vw,3.1rem);line-height:1.08;margin:0 0 14px;color:#fff}
.ev-promise{font-size:1.2rem;color:#e4e8dc;margin:0 auto 26px;max-width:32em}

.ev-call{display:inline-block;background:var(--accent2);color:#fff !important;text-decoration:none;
  font-weight:700;font-size:1.3rem;padding:16px 36px;border-radius:8px}
.ev-call:hover{background:#7e4229}
.ev-call-lg{font-size:1.55rem;padding:19px 44px}

.ev-strip{background:var(--dark);color:#dfe5d3}
.ev-strip-inner{max-width:960px;margin:0 auto;display:flex;justify-content:space-around;flex-wrap:wrap;gap:8px 28px;padding:16px 24px;font-size:.98rem;font-weight:600}

.ev-body{max-width:740px;margin:0 auto;padding:26px 24px 8px}
.ev-links{margin:.8em 0;padding-left:1.25em}
.ev-links li{margin:.5em 0}
.ev-photo{margin:36px 0}
.ev-photo img{width:100%;max-height:480px;object-fit:cover;border-radius:10px;box-shadow:0 14px 36px rgba(27,33,22,.16)}
.ev-pair{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:36px 0}
.ev-pair img{width:100%;height:340px;object-fit:cover;border-radius:10px}

.ev-band{background:var(--soft);text-align:center;padding:46px 24px;margin:44px 0}
.ev-band p{font-size:1.3rem;font-weight:700;margin:0 0 18px}

.ev-faq{max-width:740px;margin:0 auto;padding:10px 24px 20px}
.ev-q{border:1px solid var(--line);border-radius:10px;background:#fff;margin:10px 0;padding:4px 18px}
.ev-q summary{font-weight:700;padding:12px 0;cursor:pointer;font-size:1.04rem}
.ev-q p{margin:0 0 14px;color:var(--muted)}

.ev-close{background:var(--dark);color:#dfe5d3;text-align:center;padding:64px 24px;margin-top:40px}
.ev-close h2{color:#fff;margin-top:0}
.ev-close p{max-width:38em;margin-left:auto;margin-right:auto}
.ev-close a{color:#d9c3ae}
.ev-close-sub{font-size:.95rem;color:#aeb8a0;margin-top:16px}

@media (max-width:680px){
  .ev-hero{padding:70px 20px 80px}
  .ev-pair{grid-template-columns:1fr}
  .ev-pair img{height:260px}
  .ev-call-lg{font-size:1.3rem;padding:16px 32px}
}

/* ===== v3.1 polish: content image alignment + rhythm (2026-07-03) =====
   Fixes platform rule `body.site-page figure{margin:0}` out-specifying site
   figure classes (left-anchored images), oversized portrait images, and
   excessive vertical spacing. Append AFTER site css; idempotent by marker. */
figure[class$="-ph"],figure[class$="-photo"],figure[class$="-fig"],
figure.vnp-pic,figure.srp-pic,figure.pxp-pic,figure.hbp-cardpic,figure.sr-wide{
 max-width:720px !important;margin:24px auto !important;padding:0 20px !important;
 box-sizing:border-box;float:none;clear:both}
figure[class$="-ph"] img,figure[class$="-photo"] img,figure[class$="-fig"] img,
figure.vnp-pic img,figure.srp-pic img,figure.pxp-pic img,figure.hbp-cardpic img,figure.sr-wide img{
 width:100% !important;display:block;max-height:480px;object-fit:cover}
body main[class] h2{margin-top:30px}
main[class] section>h2:first-child,main[class] div>h2:first-child{margin-top:0}
body main[class] p{margin-top:12px;margin-bottom:12px}
main[class] section[class*="-sec"]{margin-top:32px}
