.quiz-result{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:clamp(1rem,3vw,1.8rem);align-items:start}
.quiz-result>div:last-child{min-width:0}
.result-art{width:100%;max-width:220px;aspect-ratio:1;border-radius:10px;background-repeat:no-repeat;background-size:200% 200%;box-shadow:0 12px 28px rgba(23,17,31,.16)}
.profile-art{background-image:url('assets/profile-archetypes.png')}
.profile-visionary{background-image:url('assets/profile-visionary.png');background-size:cover;background-position:center}
.totem-art{background-image:url('assets/totem-guides.png')}
.totem-koi{background-image:url('assets/totem-koi.png');background-size:cover;background-position:center}
.profile-strategist,.totem-lynx{background-position:0 0}
.profile-guardian,.totem-bear{background-position:100% 0}
.profile-spark,.totem-fox{background-position:0 100%}
.profile-drifter,.totem-crane{background-position:100% 100%}
@media(max-width:620px){.quiz-result{grid-template-columns:1fr}.result-art{max-width:260px}.quiz-result h3{font-size:clamp(1.8rem,9vw,2.5rem)}}
