/* Phoenix Mobile Auto Mechanics v3 homepage — desert modern */
body.site-page main.pxm{width:100% !important;max-width:none;margin:0}
.pxm{--ink:#101c28;--muted:#536475;--accent:#245f8c;--accent2:#c45f2d;--soft:#e8f1f8;--line:#d7e0e8;--dark:#101a24;
  color:var(--ink);font-size:1.05rem;line-height:1.68}
.pxm h2{font-size:clamp(1.7rem,3.6vw,2.4rem);font-weight:300;letter-spacing:-.015em;line-height:1.15;margin:1.7em 0 .5em}
.pxm p{margin:.8em 0}
.pxm a{color:var(--accent)}

.px-hero{display:grid;grid-template-columns:1fr 1fr;min-height:520px}
.px-hero-panel{background:linear-gradient(160deg,var(--accent) 0%,#1a4666 100%);color:#eaf2f8;
  display:flex;flex-direction:column;justify-content:center;padding:64px clamp(24px,5vw,72px)}
.px-kick{text-transform:uppercase;letter-spacing:.16em;font-size:.76rem;color:#9cc0da;margin:0 0 14px;font-weight:600}
.px-hero-panel h1{font-size:clamp(2rem,3.6vw,2.9rem);font-weight:300;line-height:1.08;margin:0 0 16px;color:#fff}
.px-line{font-size:1.18rem;color:#cfe0ec;margin:0 0 26px;max-width:28em}
.px-sub{font-size:.93rem;color:#8fb0c6;margin-top:14px}
.px-hero-pic{margin:0}
.px-hero-pic img{width:100%;height:100%;object-fit:cover;display:block}

.px-call{display:inline-block;background:var(--accent2);color:#fff !important;text-decoration:none;
  font-weight:700;font-size:1.22rem;padding:15px 36px;border-radius:6px;text-transform:uppercase;letter-spacing:.04em;align-self:flex-start}
.px-call:hover{background:#a54c22}
.px-call-lg{font-size:1.45rem;padding:18px 44px}

.px-body{max-width:760px;margin:0 auto;padding:26px 24px 8px}
.px-list{margin:.8em 0;padding-left:1.25em}
.px-list li{margin:.5em 0}
.px-photo{margin:36px 0}
.px-photo img{width:100%;max-height:480px;object-fit:cover;border-radius:8px;box-shadow:0 24px 48px -18px rgba(196,95,45,.35)}
.px-duo{display:grid;grid-template-columns:1.3fr 1fr;gap:16px;margin:36px 0}
.px-duo img{width:100%;height:320px;object-fit:cover;border-radius:8px}

.px-steps{background:var(--soft);padding:56px 0;margin:46px 0}
.px-steps-in{max-width:820px;margin:0 auto;padding:0 24px}
.px-steps h2{margin-top:0}
.px-step{display:grid;grid-template-columns:72px 1fr;gap:20px;padding:22px 0;border-left:3px solid var(--accent2);
  padding-left:26px;margin-left:8px;position:relative}
.px-step span{font-size:2rem;font-weight:300;color:var(--accent2);line-height:1}
.px-step h3{margin:0 0 .35em;font-size:1.12rem;font-weight:600}
.px-step p{margin:0;color:var(--muted)}

.px-band{background:linear-gradient(90deg,var(--accent2),#a54c22);color:#fff;text-align:center;padding:50px 24px;margin:46px 0}
.px-band p{font-size:1.3rem;font-weight:600;margin:0 0 20px}
.px-band .px-call{background:#fff;color:var(--accent2) !important}
.px-band .px-call:hover{background:var(--soft)}

.px-faq{background:var(--dark);color:#c9d6e2;padding:60px 0;margin-top:48px}
.px-faq-in{max-width:780px;margin:0 auto;padding:0 24px}
.px-faq h2{color:#fff;margin-top:0}
.px-qa{margin:26px 0;padding-left:22px;border-left:3px solid var(--accent2)}
.px-q{font-weight:700;color:#fff;margin:0 0 .4em}
.px-a{margin:0;color:#a9bac9}

.px-close{text-align:center;padding:64px 24px}
.px-close h2{margin-top:0}
.px-close p{max-width:40em;margin-left:auto;margin-right:auto}

@media (max-width:820px){
  .px-hero{grid-template-columns:1fr}
  .px-hero-pic img{max-height:320px}
  .px-duo{grid-template-columns:1fr}
  .px-duo img{height:250px}
  .px-step{grid-template-columns:48px 1fr}
  .px-call-lg{font-size:1.25rem;padding:16px 34px}
}

/* ===== 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}
