/* Ventura v3 homepage — honest ledger */
body.site-page main.vnm{width:100% !important;max-width:none;margin:0}
.vnm{--ink:#141d20;--muted:#536267;--accent:#2d6977;--accent2:#9b5d38;--soft:#eaf2f4;--line:#dce2e5;--dark:#101d22;
  color:var(--ink);font-size:1.05rem;line-height:1.68}
.vnm h2{font-size:clamp(1.4rem,3vw,1.9rem);margin:.2em 0 .5em}
.vnm p{margin:.8em 0}
.vnm a{color:var(--accent)}

.vn-hero{background:#fff;padding:50px 24px;border-bottom:1px solid var(--line)}
.vn-hero-in{max-width:1040px;margin:0 auto;display:grid;grid-template-columns:1.1fr .9fr;gap:44px;align-items:center}
.vn-hero-txt{max-width:36em}
.vn-kick{text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;color:var(--accent2);font-weight:700;
  font-family:'American Typewriter','Courier New',monospace;margin:0 0 12px}
.vn-hero h1{font-size:clamp(1.9rem,4vw,2.7rem);line-height:1.12;margin:0 0 14px}
.vn-line{font-size:1.14rem;color:var(--muted);margin:0 0 24px}
.vn-note{font-size:.93rem;color:var(--muted);margin-top:12px}
.vn-hero-pic img{width:100%;max-height:470px;object-fit:cover;border-radius:2px;box-shadow:8px 8px 0 var(--soft),8px 8px 0 1px var(--line)}

.vn-call{display:inline-block;background:var(--accent2);color:#fff !important;text-decoration:none;font-weight:700;
  font-size:1.22rem;padding:14px 32px;border-radius:2px}
.vn-call:hover{background:#7e4a2c}
.vn-call-lg{font-size:1.5rem;padding:18px 42px}

.vn-ledger{background:var(--soft);padding:50px 0;border-bottom:1px solid var(--line)}
.vn-ledger-in{max-width:1040px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:24px}
.vn-cant,.vn-can{background:#fff;border-radius:2px;padding:26px 28px;border:1px solid var(--line)}
.vn-cant{border-top:6px solid #b3423a}
.vn-can{border-top:6px solid var(--accent)}
.vn-cant h2,.vn-can h2{margin-top:0;font-family:'American Typewriter','Courier New',monospace;font-size:1.3rem}
.vn-cant ul,.vn-can ul{margin:.8em 0;padding-left:1.2em}
.vn-cant li,.vn-can li{margin:.55em 0}
.vn-cant p,.vn-can p{color:var(--muted);font-size:.97rem}

.vn-sec{max-width:700px;margin:0 auto;padding:28px 24px 4px}
.vnp-pic{max-width:1000px;margin:38px auto;padding:0 24px}
.vnp-pic img{width:100%;max-height:440px;object-fit:cover;border-radius:2px;box-shadow:8px 8px 0 var(--soft),8px 8px 0 1px var(--line)}

.vn-band{background:var(--dark);color:#cfe0e5;text-align:center;padding:46px 24px;margin:44px 0}
.vn-band p{font-size:1.25rem;margin:0 0 18px;font-family:'American Typewriter','Courier New',monospace}

.vn-faq{background:var(--soft);padding:48px 0;margin-top:44px}
.vn-faq-in{max-width:760px;margin:0 auto;padding:0 24px}
.vn-faq-in h2{margin-top:0}
.vn-q{border-bottom:1px solid var(--line);padding:16px 0}
.vn-qq{font-weight:700;margin:0 0 .35em}
.vn-qa{margin:0;color:var(--muted)}

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

@media (max-width:800px){
  .vn-hero-in{grid-template-columns:1fr;gap:26px}
  .vn-ledger-in{grid-template-columns:1fr}
  .vn-call-lg{font-size:1.25rem;padding:15px 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}
