/* Large evidence cards keep product details legible during early-stage validation. */
.real-device-grid{display:grid;grid-template-columns:1fr;gap:18px;margin-top:56px}.device-card{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(290px,.75fr);gap:28px;align-items:stretch;min-height:630px;padding:22px}.device-card figure{display:grid;place-items:center;min-height:584px;margin:0;padding:18px;border:1px solid #2c433c;border-radius:5px;background:#090f0e}.device-card img{width:100%;height:548px;object-fit:contain}.device-copy{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:10px 4px}.device-copy h3{margin:20px 0 28px;font-size:25px;line-height:1.3}.device-copy dl{display:grid;gap:18px;margin:0}.device-copy dl div{padding-top:13px;border-top:1px solid #30473f}.device-copy dt{color:#6ce6c7;font-size:10px;font-weight:700;letter-spacing:.08em}.device-copy dd{margin:7px 0 0;color:#a3b6af;font-size:13px;line-height:1.8}.validation-note{margin-top:18px}@media(max-width:900px){.device-card{grid-template-columns:minmax(0,1.25fr) minmax(250px,.75fr);gap:18px}.device-card figure{min-height:510px}.device-card img{height:476px}.device-copy h3{font-size:21px}}@media(max-width:700px){.device-card{grid-template-columns:1fr;min-height:0;padding:16px}.device-card figure{min-height:430px}.device-card img{height:398px}.device-copy{padding:5px 2px 8px}.device-copy h3{margin:17px 0 20px}.device-copy dl{gap:13px}}
