/* Memphis v3 homepage — memphis brass */
body.site-page main.mpm{width:100% !important;max-width:none;margin:0}
.mpm{color:#221d16;font-size:1.04rem;line-height:1.68;background:#fdfcf9}
.mpm h2{font-family:'Bodoni 72','Didot','Playfair Display',serif;font-size:clamp(1.6rem,3.4vw,2.1rem);color:#171410;margin:.2em 0 .5em}
.mpm p{margin:.85em 0}
.mpm a{color:#8a6b24}
.mpp-kick{text-transform:uppercase;letter-spacing:.18em;font-size:.72rem;color:#d9b45f;font-weight:700;margin:0 0 12px}

.mp-mast{background:#171410;color:#f4ead2;padding:64px 24px 56px;border-bottom:3px solid #b08d3e}
.mp-mast-in{max-width:860px;margin:0 auto;text-align:center}
.mp-mast h1{font-family:'Bodoni 72','Didot','Playfair Display',serif;font-size:clamp(2rem,4.8vw,3.1rem);line-height:1.1;margin:0 0 14px;color:#f4ead2}
.mp-sub{font-size:1.15rem;color:#c9bda2;margin:0 0 26px}

.mp-call{display:inline-block;background:#b08d3e;color:#171410 !important;text-decoration:none;font-weight:700;
  font-size:1.1rem;padding:12px 30px;border-radius:2px}
.mp-call:hover{background:#d9b45f}
.mp-call-lg{font-size:1.28rem;padding:15px 36px}

.mp-sec{max-width:720px;margin:0 auto;padding:32px 24px 6px}
.mpp-ph{max-width:960px;margin:34px auto;padding:0 24px}
.mpp-ph img{width:100%;max-height:430px;object-fit:cover;border-top:4px solid #b08d3e;border-bottom:4px solid #171410;display:block}

.mp-steps-band{background:#f4ead2;border-top:1px solid #b08d3e;border-bottom:1px solid #b08d3e;padding:36px 24px;margin:38px 0}
.mp-steps-band-in{max-width:720px;margin:0 auto}
.mpp-steps{max-width:640px;margin:10px auto 0;padding:0;list-style:none;counter-reset:runstep}
.mpp-steps li{counter-increment:runstep;position:relative;padding:8px 0 8px 52px;border-bottom:1px dotted #b8a67e}
.mpp-steps li:last-child{border-bottom:0}
.mpp-steps li:before{content:counter(runstep);position:absolute;left:12px;top:8px;width:28px;height:28px;
  border:2px solid #b08d3e;border-radius:50%;display:flex;align-items:center;justify-content:center;
  font-family:'Bodoni 72','Didot',serif;font-weight:700;color:#8a6b24;font-size:.95rem;line-height:1}
.mp-steps-home strong{color:#171410}

.mp-band{background:#b08d3e;color:#171410;text-align:center;padding:44px 24px;margin:42px 0}
.mp-band p{font-family:'Bodoni 72','Didot',serif;font-size:1.5rem;font-weight:700;margin:0 0 16px}
.mp-band .mp-call{background:#171410;color:#f4ead2 !important}
.mp-band .mp-call:hover{background:#33291c}
.mp-band-note{font-family:Arial,sans-serif !important;font-size:.95rem !important;font-weight:400 !important;color:#4a3b20 !important;margin:14px 0 0 !important}

.mp-faq{background:#171410;color:#e8dcc0;padding:48px 0;margin-top:44px}
.mp-faq-in{max-width:760px;margin:0 auto;padding:0 24px}
.mp-faq h2{color:#f4ead2}
.mp-qa{border-bottom:1px solid #3a3226;padding:16px 0}
.mp-q{font-family:'Bodoni 72','Didot',serif;font-weight:700;font-size:1.15rem;color:#d9b45f;margin:0 0 .35em}
.mp-a{margin:0;color:#c9bda2}

.mp-close{text-align:center;padding:56px 24px}
.mp-close p{max-width:44em;margin:0 auto 22px}

@media (max-width:640px){
  .mp-call-lg{font-size:1.12rem;padding:13px 28px}
}

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