.result-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,380px) auto;align-items:center}
.model-media{margin:0;width:380px;max-width:100%}.model-photo-stage{width:100%;height:auto;aspect-ratio:var(--photo-ratio,4 / 3);background:#202020;border:1px solid #303030;overflow:hidden;position:relative;display:grid;place-items:center}
.model-photo-stage:after{content:"IMAGEN REFERENCIAL";position:absolute;left:10px;top:10px;background:#141414;color:#ffd100;padding:5px 7px;font:800 8px Oxanium,sans-serif;letter-spacing:.08em}
.model-media img{position:absolute;inset:0;display:block;width:100%;height:100%;box-sizing:border-box;object-fit:contain;object-position:center;background:#f4f4f2}.model-photo-fallback svg{width:160px;height:100px;fill:none;stroke:#ffd100;stroke-width:5;stroke-linecap:round;stroke-linejoin:round}
.model-media figcaption{color:rgba(255,255,255,.45);font-size:9px;line-height:1.35;margin-top:7px}.model-media.loading .model-photo-stage:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,209,0,.08),transparent);animation:model-loading 1.1s infinite;transform:translateX(-100%)}
@keyframes model-loading{to{transform:translateX(100%)}}
@media(max-width:1000px){.result-heading{grid-template-columns:1fr auto}.model-media{grid-column:1/-1;grid-row:2;width:100%;margin-top:20px}.copy-button{grid-column:2;grid-row:1}}
@media(max-width:620px){.result-heading{display:flex}.model-media{width:100%;order:2;margin-top:4px}.copy-button{order:3}}

