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

/* ---------- hero (image left) ---------- */
.hero{padding:16px 0 24px;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-media{width:100%;aspect-ratio:16/9;overflow:hidden;border-radius:14px}
.hero-img{width:100%;height:100%;object-fit:cover;object-position:center 40%;display:block}
@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, landscape) ---------- */
.photo-band figure img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;border-radius:6px}

.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)}
