@import url("/css/base.css");

/* ---------- hero (image right) ---------- */
.hero{padding:22px 0 30px;background:var(--white)}
.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:36px;align-items:center}
.hero-lead{margin-top:18px;font-size:16.5px;color:var(--stone);max-width:58ch}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.hero-grid3{display:grid;grid-template-columns:1.3fr 1fr;grid-template-rows:1fr 1fr;gap:8px;aspect-ratio:4/3}
.hero-grid3 img{width:100%;height:100%;object-fit:cover;object-position:center 35%;border-radius:12px}
.hero-main{grid-row:1/3}
@media (max-width:860px){.hero-grid{grid-template-columns:1fr}}

.section-lead{color:var(--stone);max-width:64ch;margin-top:10px;margin-bottom:24px}
.diag-grid .card{display:flex;flex-direction:column;gap:8px}

/* ---------- photo band (4-up, mixed orientation: let each image keep its own ratio) ---------- */
.photo-band{align-items:start}
.photo-band figure img{width:100%;height:auto;object-fit:contain;border-radius:6px;background:var(--mist)}

.tech-section{background:var(--paper)}
.tech-section p{max-width:76ch;color:var(--ink);margin-bottom:16px}
.tech-section p:last-child{margin-bottom:0}

.related-links{background:var(--white)}

.faq-section{background:var(--paper)}
